

/* Styling aside */
.navbar-vertical.navbar-expand-xs{
    z-index: 1000 !important;
}

.iti .iti--allow-dropdown{
    width: 100% !important;
}

/* for phone number plugin */
.custom_phone{
    width: 100% !important;
}


.icons_in_view_listing{
    padding-top: 10px;
    padding-left: 12px;
    padding-bottom: 10px;
    padding-right: 10px;
}

.img-obj-fit-cover{
    object-fit: cover;
}
.btn-check:checked+.btn-outline-success,
.btn-check:active+.btn-outline-success,
.btn-outline-success:active, 
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show{
    color: white !important;
}

.btn-check:checked+.btn-outline-success,
.btn-check:active+.btn-outline-success,
.btn-outline-success:active, 
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show:hover{
    background-color: #2dce89 !important;
    color: white !important;
    opacity: 1 !important;
    outline: none;
    box-shadow: none !important;
}




.swiper-slide{
    width: 20% !important;
    margin-right: 10px !important;
}
/*
|--------------------------------------------------------------------------
| Page Loader Animation
|--------------------------------------------------------------------------
*/
.ams-loader {
    position: fixed;
    /* z-index: 99; */
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}
    .ams-loader.hidden {
    display: none;
    }

    .lds-ring {
        display: inline-block;
        position: relative;
        width: 80px;
        height: 80px;
    }
    .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
    }
    .lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
    }
    .lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
    }
    .lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
    }
    @keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
    }
    @keyframes fadeOut {
    75% {
        opacity: 0;
        visibility: hidden;
    }
    100% {
        opacity: 1;
        visibility: hidden;
    }
    }

    /* end*/

    /* error make red */
    .error{
        color: red !important;
    }

    /* Hide the data show on page loading */
    
    [v-cloak]{
        display: none;

    }

    /* sweat alert */
    .swal2-styled.swal2-confirm{
        width: 100px;
        background-color: #14A44D !important;
    }

    /* Dashboard topnav footer and side nav setting */

    
    @media only screen and (max-width: 1350px) and (min-width: 1200px)  {

        .dashboard-section{
            width: 78% !important;
        }
        #topnavAdjustment{
            width: 78% !important;
        }
        .footer-sect{
            width: 78% !important;
        }
    }

    @media only screen and (max-width: 1560px) and (min-width: 1350px)  {

        .dashboard-section{
            width: 80% !important;
        }
        #topnavAdjustment{
            width: 80% !important;
        }
        .footer-sect{
            width: 80% !important;
        }
    }
    @media only screen and (max-width: 1700px) and (min-width: 1560px)  {

        .dashboard-section{
            width: 83% !important;
        }
        #topnavAdjustment{
            width: 83% !important;
        }
        .footer-sect{
            width: 83% !important;
        }
    }
    @media only screen and (max-width: 1700px) and (min-width: 1560px) {
        .dashboard-section{
            width: 83% !important;
        }
    }
    @media only screen and (max-width: 1199px) {
        #topnavAdjustment{
            width: 100% !important;
        }
        .dashboard-section{
            width: 100% !important;
        }
        .footer-sect{
            width: 100% !important;
        }
    }
    @media only screen and (max-width: 808px) {
        .dashboard-section{
            width: 100% !important;
            /* padding-top: 40px !important; */
        }
    }
    