/*@import url('http://fonts.cdnfonts.com/css/open-sans');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
:root {
    --regular: 'Open Sans Regular', sans-serif;
    --normal: 'Open Sans', sans-serif;
    --light: 'Open Sans Light', sans-serif;
    --italic: 'Open Sans Italic', sans-serif;
    --lightItalic: 'Open Sans Light Italic', sans-serif;
    --lightRegular: 'Open Sans Light Regular', sans-serif;
    --semibold: 'Open Sans SemiBold', sans-serif;
    --medium: 'Open Sans Medium', sans-serif;
    --semiboldItalic: 'Open Sans SemiBold Italic', sans-serif;
    --bold: 'Open Sans Bold', sans-serif;
    --condensedbold: 'Open Sans Condensed Bold', sans-serif;
    --boldItalic: 'Open Sans Bold Italic', sans-serif;
    --extrabold: 'Open Sans ExtraBold', sans-serif;
    --extraboldItalic: 'Open Sans ExtraBold Italic', sans-serif;
}*/
:root {
    --regular: 'Poppins Regular', sans-serif;
    --normal: 'Poppins', sans-serif;
    --light: 'Poppins Light', sans-serif;
    --italic: 'Poppins Italic', sans-serif;
    --lightItalic: 'Poppins Light Italic', sans-serif;
    --semibold: 'Poppins SemiBold', sans-serif;
    --medium: 'Poppins Medium', sans-serif !important;
    --bold: 'Poppins Bold', sans-serif !important;
    --extrabold: 'Poppins ExtraBold', sans-serif !important;
    --black: 'Poppins Black', sans-serif !important;
}
/* mobile responsive*/
@media(max-width:767px){
    .login-big-img {
        max-width: 100%;
        height: 250px;
    }
    .tab-label {
        
        font-size: 10px;
         padding: 9px 4px;
       
    }
    .f-18 {
        font-size: 15px !important;
    }
    .h-22 {
        height: 22px;
    }
    .dated ul li {
        position: relative;
        padding-left: 25px;
    }
    .h-15 {
        height: 15px;
    }
    .dated ul li .borders {
        height: 100%;
        border-left: 1px dashed #6CE5B6;
        position: absolute;
        left: 7px;
        top: 15px;
    }
    .dated ul li::before {
        height: 14px;
        width: 14px;
        border-radius: 50%;
        content: '';
        position: absolute;
        left: 0;
        top: 0;
    }
    .dated ul li::after {
        height: 18px;
        width: 18px;
        border-radius: 50%;
        content: '';
        position: absolute;
        left: -2px;
        top: -2px;
    }
    .dated ul li:last-child::after {
        border: 1px dashed #FFA4B9;
    }
    .dated ul li:first-child::after {
        border: 1px dashed #6CE5B6;
    }
    .f-14 {
        font-size: 12px !important;
    }
    .login-logo img {
        height: 60px;
    }
    .btn-successcheck {
        color: #181C32;
        font-family: var(--medium) !important;
        font-size: 11px;
        background-color: transparent;
        border-color: #707070a6;
        padding: 10px;
        text-align: left;
    }
    .f-20 {
        font-size: 17px !important;
    }
    .minw-300 {
        min-width: 100% !important;
    }
    .mw-110 {
        max-width: 100% !important;
    }
    .table-theme td .heading {
        text-align: left;
        /* float: left; */
        color: white;
        font-family: 'Poppins Bold', sans serif;
        font-size: 10px !important;
        width: 35%;
        text-transform: capitalize;
        padding: 10px;
        white-space: normal;
        /* position: relative; */
        display: inline-block;
        background-color: #052340 !important;
        display: -webkit-box;
    }
    table.table-bordered.dataTable th:first-child, table.table-bordered.dataTable th:first-child, table.table-bordered.dataTable td:first-child, table.table-bordered.dataTable td:first-child {
        border-left-width: 0px !important;
    }
    .security-inputs .form-control {
        border-radius: 3px !important;
        height: 35px !important;
        font-size: 11px !important;
    }
    .security-inputs .col-md-1 {
        flex: 0 0 auto;
        width: 5%;
    }
    .security-inputs .col-md-3 {
        flex: 0 0 auto;
        width: 31%;
    }
    .security-inputs .col-md-2 {
        flex: 0 0 auto;
        width: 18%;
    }
    .security-inputs .col-md-5 {
        flex: 0 0 auto;
        width: 40%;
    }
    .h-32 {
        height: 25px !important;
    }

    .column-reverse {
        flex-direction: column-reverse;
    }
    .profile-div {
        width: 36px !important;
        height: 35px !important;
  
    }
    .sidebar-links ul li a, .sidebar-links ul li .main {
        padding: 10px 3px ;
        width: 90% !important;
        font-size: 12px !important;
    }
    .sidebar-links li img {
        margin-right: 12px !important;
        height: 12px !important;
        margin-top: 2px !important;
    
    }
    .mainlogo img {
        height: 30px !important;
        margin: 20px 10px 8px 20px !important;
    }


        .profile-div img {
          
            max-height: 35px !important;
        }

}

/* ipad responsive*/
@media only screen and (min-width:768px) and (max-width:1023.98px) {

    .mw-110 {
        max-width: 100% !important;
    }  
}


/* ipad pro responsive*/
@media only screen and (min-width:1024px) and (max-width:1250px) {
    .mw-110 {
        max-width: 100% !important;
    }
}


/*my screen size*/
@media (min-width:1251px) and (max-width:1450px){
    .sidebar {
        display: block;
        transition: 0.5s;
        width: 17% !important;
        z-index: 9;
        max-width: 19%;
        border-right: 1px solid #80808033;
        background-color: #0C8791;
        min-height: 100vh;
    }
    .main-wrapper {
        width: 83% !important;
        background-color: #F8FAFB;
        min-height: 93vh;
    }
    .login-big-img {
        max-width: 100%;
        height: 310px;
    }


}

