body, .table{
    color: rgba(0, 0, 0, 0.71);
}

/**navbar customize*/
.navbar > .container-fluid, .navbar .container-fluid{
    display: block !important;
}
#navbarSupportedContent{
    height: initial !important;
}
.navbar-nav .nav-item  {
    margin-left: 1rem;
}
.dropdown-menu{
    border:none !important;
}
.navbar-light .navbar-nav .show > .nav-link, .dropdown-item, .dropdown-item:focus{
    color: rgba(0, 0, 0, 0.5) !important;
}


.btn-get-modal:hover{
    cursor: pointer;
    font-weight: bold;
}

.gallery{
    overflow: hidden;
}

.gallery:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.gallery img {
    transition: all ease-in-out 0.4s;
}

.demo-loading {
    position: absolute;
    z-index: 1;
    left: 40%;
    width: 60%;
    top: 60%;
}

.drag-div {
    padding: 10px;
    border: 1px solid #b7b7b7;
    width: 100%;
    min-height: 150px;
}
.drag-arrow{
    font-size: 40px;
    color: #2e558e;
}
.arrow-p-mobile{
    display: none;
}

.pointer{
    cursor: pointer;
}
/**acordion style*/
.card{
    margin-bottom: 0px !important;
}
.card-header, .btn-primary{
    background-color: #2e558e !important;
    border-color: #2e558e;
    color: #ffffff;
}
.card-header .btn-link, .card-header .btn-link:hover{
    color: #ffffff !important;
}
/** footer to bottom not fixed
body {
    margin: 0;
}

#app {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

footer {
    margin-top: auto;
}*/

#app {
   margin-bottom: 180px;
}
footer.page-footer {

    padding-top: 0.5rem !important;
    background-color: #ffffff;
    box-shadow: 0px 0 10px rgba(0, 0, 0, 0.31);
    position: fixed; /* footer to bottom fixed*/
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

footer.page-footer .footer-copyright {
    overflow: hidden;
    background-color: #43474d;
    color: rgba(255, 255, 255, 0.6);
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
}

footer.page-footer .footer-copyright a {
    color: #509bd4;
}


@media only screen and (max-width: 768px) {
    #navbarSupportedContent{
        clear: both;
    }
    iframe{
        height: 2600px !important;
    }
    .arrow-p{
        display: none;
    }
    .arrow-p-mobile{
        display: inline-block;
    }
    #app {
        margin-bottom: 300px;
    }

}
