body {
    color: #052340;
}

: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;
}
h1, h2, h3, h4, h5, p, a, span, select, li, input, button, label {
    font-family: 'Poppins Regular', sans-serif !important;
}
.form-label {
    margin-bottom: 0.6rem;
}
.btn-blue, .btn-blue:hover {
    color: #fff;
    background-color: #0059A1;
    border-color: #0059A1;
}
.bold {
   font-family: 'Poppins Bold', sans-serif !important;
}
.f-900 {
      font-family: 'Poppins Black', sans-serif !important;
}
.notice-para a {
     text-decoration: underline;
 }
.f-600, .semibold {
    font-family: 'Poppins SemiBold', sans-serif !important;
}

.f-500 {
    font-family: 'Poppins Medium', sans-serif !important;
}
.f-700, .f-800 {
     font-family: 'Poppins ExtraBold', sans-serif !important;
}
.f-32{
    font-size: 32px !important;
}
.f-14{
    font-size: 14px;
}
.select2-results__option[aria-selected] {
    cursor: pointer;
    font-weight: 400;
    font-size: 12px !important;
    line-height: 18px !important;
    border: none;
    padding: 7px 10px;
    color: #808084 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #808084 !important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.f-45{
    font-size: 45px !important;
}
.f-30{
    font-size: 30px !important;
}

.lh-48{
line-height: 48px !important;
}
label {
    color: #111824 ;
    font-size: 12px;
    margin-bottom: 0.6rem ;
}
.lightgrey {
    color: #AEAEAE;
}
.bg-lightnavy {
    background: #D7E0FA;
}
.bg-lightblue {
    background: #0059a117;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 12px;
    font-weight: 400;
    height: auto;
    line-height: 1.6;
    color: #111824;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #72849c82;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    border-radius: 5px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.side-blue {
    border-left: 6px solid #0C8791;
    display: inline;
    padding-right: 15px;
}

.main-heading {
    font-size: 16px;
    
    color: #052340;
}
.lh-20{
    line-height: 20px;
}
.underline {
    border-bottom: 1px solid #0C8791;
}
.card-header {
    padding: 0.45rem 1rem;
    margin-bottom: 0;
    color: #fff;
    background-color: #0C8791;
    border-radius: 8px 8px 0px 0px !important;
    border-bottom: none;
}
.forgot-pass {
    color: #0059A1;
    font-size: 12px;
    font-family: var(--medium);
    text-decoration: none;
}

.w-260 {
    width: 260px;
}
.login .form-control::placeholder {
    color: rgba(131, 131, 131, 0.5) !important;
}
.c-pointer{
    cursor: pointer;
}
.border-radius8 {
    border-radius: 8px !important;
}
.border-radius0 {
    border-radius: 0px !important;
}
.grey-bb {
    border-bottom: 1px solid #707070;
}
.f-16{
    font-size: 16px !important;
}
.f-28{
    font-size: 28px !important;
}

.f-9 {
    font-size: 9px !important;
}
.lh-12{
    line-height: 12px;
}
.field-validation-error{
    font-size: 12px;
}

.login-logo img {
    height: 71px;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #181C32;
    border-color: #181C32;
   
}
.btn-outline-secondary {
    color: #181C32;
    border-color: #181C32;
    border-radius: 4px !important;
    padding: 6px 25px ;
}
.btn-primary:hover,.btn-primary:focus {
    color: #fff;
    background-color: #02747e;
    border-color: #02747e;
}
.owl-carousel .owl-nav button span {
    line-height: 0px;
    height: 6px;
    top: 12px;
    /* position: absolute; */
    margin-top: -6px;
    display: flex;
    font-family: 'Poppins Normal', sans-serif !important;
    font-size: 25px;
    justify-content: center;
    align-items: center;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    color: #fff !important;
    background: #0059A1 !important;
    margin: 0px 5px !important;
    padding: 0 !important;
    height: 30px !important;
    border: 2px solid #0059A1;
    font: sans serif;
    width: 30px !important;
    /* font-size: 25px; */
    border-radius: 50%;
}
    .owl-carousel .owl-nav button.owl-next.disabled, .owl-carousel .owl-nav button.owl-prev.disabled {
        color: #0059a147 !important;
        background: #fff !important;
        margin: 0px 5px !important;
        padding: 0 !important;
        height: 30px !important;
        border: 2px solid #0059a147;
        font: sans serif;
        width: 30px !important;
        /* font-size: 25px; */
        border-radius: 50%;
    }
.owl-nav {
    position: absolute;
    top: 0;
    right: 0;
}
.btn-outline-red:hover {
    background-color: #CB2133;
    border-color: #CB2133;
    color: #fff;
}
.btn-outline-red {
    background-color: #fff;
    border-color: #CB2133;
    color: #CB2133;
    border-radius: 0px !important;
}
.btn-outline-yellow:hover {
    background-color: #FFB300;
    border-color: #FFB300;
    color: #fff;
}
.btn-outline-yellow {
    background-color: #fff;
    border-color: #FFB300;
    color: #FFB300;
    border-radius: 0px !important;
}
.btn-green:hover {
    color: #5ED982;
    background-color: #fff;
    border-color: #5ED982;
}
.btn-green {
    color: #fff;
    background-color: #5ED982;
    border-color: #5ED982;
    border-radius: 0px !important;
}
.btn-primary {
    color: #fff;
    background-color: #0C8791;
    border-color: #0C8791;
}
.btn {
    font-family: var(--semibold) !important;
    padding: 0.45rem 0.75rem;
    font-size: 12px;
    border-radius: 4px;
}
.validation-summary-errors ul {
    list-style: none;
    padding-inline-start: 0px;
}
    .validation-summary-errors ul li {
        font-size: 12px;
    }
.blue {
    color: #0059A1;
}
.bg-lightpink {
    background-color: #FDD9D9;
}
.bg-lightishgreen {
    background-color: #D3F6E5;
}
.bg-peach {
    background-color: #ffb3002b;
}
.bg-green {
    background-color: #0C8791;
}
.f-22{
    font-size: 22px;
}
.login-logo {
    display: block;
}
.login-big-img {
    max-width: 100%;
    height: 390px;
}
.btn-yellow:hover {
    color: #FFB300;
    background-color: #fff;
}
.btn-yellow {
    color: #fff;
    background-color: #FFB300;
    border-color: #FFB300;
    border-radius: 4px;
    padding: 6px 35px;
}
.btn-blue:hover {
    color: #0059A1;
    background-color: #fff;
}
.btn-blue {
    color: #fff;
    background-color: #0059A1;
    border-color: #0059A1;
    border-radius: 4px;
    padding: 6px 35px;
}
.btn-outline-blue:hover {
    color: #fff;
    background-color: #0059A1;
}

.btn-outline-blue {
    color: #0059A1;
    background-color: #fff;
    border-color: #0059A1;
    border-radius: 4px;
    padding: 6px 25px;
}
.bg-skyblue {
    background: #69B9F9;
}
.grey11 {
    color: #111824;
}
.lh-25{
    line-height: 25px;
}
.lh-35 {
    line-height: 35px;
}
.w-14 {
    width: 13px;
}
.w-17 {
    width: 16px;
}
.TestLogo img {
    height: 60px;
    width: auto;
    margin: 10px 20px;
}
.testprofile {
    height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    width: auto;
}
    .testprofile img {
        max-height: 270px;
        height: auto;
        width: auto;
        border: 1px solid #0059A1;
        border-radius: 10px;
    }
.grey18 {
    color: #181C32;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    outline: 0;
}
.grey88 {
    color: #808084;
}
.grey05 {
    color: #052340;
}
.login-center-img {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 83vh !important;
}

.login-center-div {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh !important;
}
.w-13 {
    width: 13px;
    height: 13px;
    vertical-align: middle;
}
.bg-lightyellow {
    background: #FFDA84;
}
.bg-lightgrey{
    background: #EAEAEC;
}
.bg-lightmaroon {
    background: #D64147;
}
.uploadBtn {
    background: #0C8791;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 12px;
    padding: 8px 20px;

}
.card-lightgrey {
    background-color: #E4E4E4 !important;
}
.card-lightblue {
    background-color: #dfeff6 !important;
}
.pdfImagemain {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    height: 600px;
    width: 100%;
    max-width: 100%;
}

    .pdfImagemain embed {
        /* border-radius: 8px;*/
        max-height: 600px;
        height: auto;
        min-height: 600px;
        overflow: hidden !important;
        width: 100%;
        max-width: 100%;
    }
.pdfImage{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    height: 270px;
    width: auto;
    max-width: 100%;
}
    .pdfImage embed {
       /* border-radius: 8px;*/
        max-height: 270px;
        height: auto;
        min-height: 270px; 
        overflow: hidden !important;
        width: auto;
        max-width: 100%;
    }
        .pdfImage embed::-webkit-scrollbar, ::-webkit-scrollbar {
            width: 7px !important;
            height: 7px !important;
        }

        .max-h500{
            max-height: 500px !important;
            white-space: normal;
        }

/* Handle */
        .pdfImage embed::-webkit-scrollbar, ::-webkit-scrollbar-thumb {
            background: #0C8791;
        }
    /* Handle on hover */
            .pdfImage embed::-webkit-scrollbar, ::-webkit-scrollbar-thumb:hover {
                background: #0c87916e;
            }

.border-radius0{
    border-radius: 0px !important;
}

.btn-danger {
    color: #fff;
    background-color: #CB2133;
    border-color: #CB2133;
}
.btn-dangerdark {
    color: #fff;
    background-color: #910D1B;
    border-color: #910D1B;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    font-size: 13px;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.template .card-header {
    padding: 0.65rem 1rem;
    margin-bottom: 0;
    color: #fff;
    background-color: #0C8791;
    border-radius: 7px 7px 0px 0px !important;
    border-bottom: none;
}

.template .card-body {
    background-color: #F9FCFC !important;
    border-radius: 7px !important;
}
.template .card {
    background-color: #F9FCFC !important;
    border-radius: 7px !important;
}
.btn-view {
    background: #0c87911f;
    border-radius: 5px;
    width: 34px;
    height: 34px;
    border: 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

    .btn-view img {
        width: auto;
        height: 14px;
    }

.btn-edit {
    background: #0059a121;
    border-radius: 5px;
    width: 34px;
    height: 34px;
    border: 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
     .btn-edit img {
        width: auto;
        height: 16px;
    }

.btn-dlt {
    background: #cb21331f;
    border-radius: 5px;
    width: 34px;
    height: 34px;
    border: 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
    .btn-dlt img {
        width: auto;
        height: 18px;
    }
.f-22{
    font-size: 22px;
}
.max-w560 {
    max-width: 560px;
    white-space: normal;
}

.btn-success {
    color: #fff;
    background-color: #31A754;
    border-color: #31A754;
}


.btn-lightsuccess {
    color: #fff;
    background-color: #5ED982;
    border-color: #5ED982;
}

.border-7{
    border-radius: 7px;
}
.bg-lightbluish {
    background-color: #F9FCFC; 
}
.timeSheetTitle {
    color: #0C8791;
/*    font-weight: 600;
*/    font-size: 30px;
    font-family: var(--semibold) !important;
}
.title-setting{
    color:#0C8791;
    font-size:15px;
    font-weight:600;
    font-family:var(--regular)!important;
}
.f-labels {
    color: #000000;
    font-family: var(--medium) !important;
    font-size: 12px;
}
.timeSheetTitle.category{
    font-size:24px;
}.review-div label{
     color:black
 }
    .review-div label:first-of-type {
        color: #0C8791;
        font-family: var(--medium) !important;
    }
@media(max-width:767px) {
    .timeSheetTitle {
        font-size: 18px;
        text-align: center;
        margin-bottom: 15px;
    }
        .timeSheetTitle.category {
            text-align: left;
            font-family: var(--semibold) !important;
            font-size: 14px;
        
        }
        .login-center-img {
            min-height: auto !important;
        }
    .mobile-Login {
        background-color:white;
        margin-top: -100%;
        border-top-left-radius: 52px;
        border-top-right-radius: 52px;
    }
    .login-center-div {
        min-height: 50vh !important;
    }
    .navbar-expand-dashboard{
        box-shadow:none!important;
        background-color:transparent!important;
        padding:20px!important;
    }
    .MobDashLogo {
        height: 40px;
    }
    .openNavbar .fa{
        font-size:30px;
    }
    .backdrop {
        height: 100vh;
        background-color: #0000007d;
        width: 100%;
        position: fixed;
        left: 0;
        z-index: 1;
        top: 0;
    }
    .sidebar {
        border-top-left-radius: 26px;
        border-bottom-left-radius: 26px;
    }
}.f-regular{
     font-family:var(--regular)!important;
 }
.tasks {
    background-color: #98b7d121;
    color: #000000;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 10px;
}
    .tasks .title {
        color: black;
        font-size: 18px;
        font-family: var(--semibold) !important;
    }
.box {
    color: black;
    font-family: var(--regular) !important;
    font-size: 13px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    display: inline-block;
}
    .box:before {
        position: absolute;
        left: 0;
        top: 0;
        content: '';
        height: 18px;
        width: 18px;
    }
    .box.completed:before {
        background-color: #0C8791;

    }
    .box.approved:before {
        background-color: #5ED982;
    }
    .box.perhour:before {
        background-color: #0c879173;
    }
    .box.rejected:before {
        background-color: #CB2133;
    }
.total-text {
    display: block;
    font-size: 12px;
    width: 100%;
    text-align: left;
    font-family: var(--regular) !important;
    margin-bottom: 5px;
}
    .total-text .total {
        font-weight: var(--black) !important;
        font-size: 16px;
    }
.card.card-zinc {
    background-color: #0C8791;
    color:white;
    text-align:center;
}
    .card.card-zinc h4 {
        font-size: 14px;
        margin: 0px 10px;
        line-height: 21px;
    }
    .card.card-zinc img {
        margin-bottom: 8px;
    }
 .f-15{
     font-size: 14px !important;
 }
.round-grey {
    background: #EEF1F3;
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.dated{
    color:white;
}
    .dated .day {
        margin-bottom: 2px;
        font-size: 9px;
        font-family: var(--regular) !important;
    }
    .dated ul {
        list-style: none;
        margin-top: 13px;
    }.dated ul li{
         position:relative;
         padding-left:35px;

     }.dated ul li::before{
          height:20px;
          width:20px;
          border-radius:50%; 
          content:'';
          position:absolute;
          left:0;
          top:0;
      }
        .dated ul li:first-child::before {
            background-color: #6CE5B6
        }
        .dated ul li:last-child::before {
            background-color: #FFA4B9
        }
.v-normal{
    vertical-align: inherit;
}
.h-14 {
    height: 14px;
}
.f-10 {
    font-size: 10px;
}
.f-11{
    font-size: 11px;
}
.focus-0:focus{
    outline: 0px;
    box-shadow: none;
    color: inherit;
    border: 0px;
}
.f-10 {
    font-size: 10px;
}
.dated ul li::after {
    height: 26px;
    width: 26px;
    border-radius: 50%;
    content: '';
    position: absolute;
    left: -3px;
    top: -3px;
}
        .dated ul li:first-child::after {
            border: 2px dashed #6CE5B6
        }

        .dated ul li:last-child::after {
            border: 2px dashed #FFA4B9
        }
        .dated ul li .borders {
            height: 100%;
            border-left: 2px dashed #6CE5B6;
            position: absolute;
            left: 10px;
            top: 15px;
        }
        .today {
            background-color: #0C8791;
           
            border-radius: 10px; 
        } 
        @media(min-width:768px){
            .today {
                padding: 10px 0px;
                margin-bottom: 20px;
            }
            .timeSheetTitle{
                font-weight:normal;
            }
        }
.swal-modal{
    border-radius:15px!important;

}
.swal-title {
    color: #0C8791 !important;
    font-family: var(--semibold) !important;
    font-weight: normal;
    font-size: 20px;
}
.swal-text{
    color:black!important;
    font-family:var(--regular)!important;

}
.swal-button,.swal-button:hover,.swal-button:focus{
    color:white!important;
    background-color:#0C8791!important;
}
.tab-label {
    background-color: #DFEAF3;
    color: #0059A1;
    font-size: 12px;
    font-family: var(--semibold) !important;
    padding: 9px 6px;
    text-wrap: nowrap;
    border-radius: 30px;
    min-width: 100%;
    text-align: center;
    border: 2px solid #DFEAF3;
}


    .activeFilter .tab-label:hover, .tab-label:hover, .activeFilter .tab-label:focus {
        border: 2px solid #0059A1;
        background-color: #DFEAF3;
        color: #0059A1;
        cursor: pointer;
    }
.activeFilter .tab-label {
    border: 2px solid #0C8791;
    background-color: #0C8791;
    color: white;
    cursor: pointer;
}
.username-mob {
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    margin: 20px 10px 20px 20px !important;
}
.bg-nav{
    background-image: url('../icons/Mask Group 106.svg');
    background-repeat: no-repeat;
    background-size: cover;
}
.lightgreyish {
    color: #0c8791;
}
.lang-list {
    list-style: none;
    display: flex;
    color: #0C8791;
    padding-inline-start: 0px;
    align-items: center;
    align-self: center;
    justify-content: center;
}
    .lang-list li, .lang-list li a {
        color: #0C8791;
        text-decoration: none;
        position: relative;
        font-size: 13px;
        font-family: var(--regular) !important;
    }

    .lang-list li {
        padding: 7px;
        padding-inline-start: 0px;
    }
        .lang-list li:after {
            content: "|";
            color: #0C8791;
            font-size: 15px;
            padding-inline-start: 4px;
        }
    .lang-list li:last-child::after{
        content:none;
    }
        .lang-list li:last-child {
            padding: 7px 0px;
        }
.seegreen{
    color:#0C8791!important;
}
.swal-icon--success__line {
    background-color: #0059A1 !important;
}
.swal-icon--success__ring {
    border: 4px solid #0059A1 !important;
}
.requiredCheckBox {
    border: red solid 1px;
}