﻿
: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;
}
body {
    background: #fff;
}
   
.container-radio {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px ;
    cursor: pointer;
    line-height: 18px;
    color: #052340;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .container-radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    /* Create a custom checkbox */
    .container-radio .checkmark {
        position: absolute;
        top: -2px;
        left: 0;
        width: 21px;
        border: 2px solid #14568936 !important;
        height: 21px;
        background: #FFFFFF;
        border-radius: 50%;
    }
    /* On mouse-over, add a grey background color */
    /*.container-radio:hover input ~ .checkmark {
    background-color: #ccc;
}*/

    /* When the checkbox is checked, add a blue background */
    .container-radio input:checked ~ .checkmark {
        background-color: transparent;
        border: 2px solid #0C8791 !important;
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .container-radio .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the checkmark when checked */
    .container-radio input:checked ~ .checkmark:after {
        display: block;
    }

    /* Style the checkmark/indicator */
    .container-radio .checkmark:after {
        left: 3px;
        top: 3px;
        width: 11px;
        height: 11px;
        background: #0C8791 !important;
        border-radius: 50%;
    }
     
.f-600 {
    font-family: var(--semibold);
} 

.navbar-brand:hover {
    color: #39A0DC !important;
}

.navbar-expand-dashboard {
    box-shadow: 0px 0px 8px 0px #d0d0d0;
}

.navbar .logo {
    max-width: 80%;
}

@media(max-width:767px) {
    /*  .brand-width{
        width:68%;
    }*/
    .font-size {
        line-height: 24px;
    }

    .navbar-about {
        padding: 1rem !important;
    }

    .closenav {
        margin: 10px 10px 0px 0px;
        position: absolute;
        top: 0;
        right: 0px;
    }

    .closeNavbar i {
        color: #fff;
    }

    /*.sidebar-links {
        padding: 28px 0px 10px 0px;
    }*/

    .navOpen {
        display: inline-block;
    }

    .sidebar.show {
        display: block;
        width: 80%;
        transition: 0.5s;
        position: absolute;
        top: 0;
        box-shadow: 0px 0px 8px 0px #6b6868;
        min-height: 100vh;
        z-index: 100000000;
        max-width: 100%;
        transition: max-width 0.3s ease-in;
        visibility: visible;
    }

    .sidebar {
        max-width: 0px;
        transition: max-width 0.2s ease-out;
        background-color: #0C8791;
        visibility: hidden;
        min-height: 100vh;
    }


    .main-wrapper {
        width: 100%;
        background-color: #FBFBFB;
    }
}

@media(min-width:768px) and (max-width:1249px) {
    /* .brand-width {
        width: 75%;
    }*/
    .font-size {
        line-height: 25px;
    }

    .navbar-about {
        padding: 1rem !important;
    }

    .closenav {
        margin: 10px 10px 0px 0px;
        position: absolute;
        top: 0;
        right: 0px;
    }

    .closeNavbar i {
        color: #334E68;
    }

    .sidebar-links {
        padding: 28px 0px 10px 0px;
    }

    .navOpen {
        display: inline-block;
    }

    .sidebar.show {
        display: block;
        width: 300px;
        transition: 0.5s;
        position: absolute;
        top: 0;
        min-height: 100vh;
        z-index: 100000000;
        max-width: 100%;
        transition: max-width 0.3s ease-in;
        visibility: visible;
    }

    .sidebar {
        max-width: 0px;
        transition: max-width 0.2s ease-out;
        background-color: white;
        visibility: hidden;
        min-height: 100vh;
    }


    .main-wrapper {
        width: 100%;
        background-color: #FBFBFB;
    }
}

@media(min-width:1250px) {
    .navOpen, .closenav {
        display: none;
    }

    .golden:hover, .golden:focus {
        text-decoration: none;
        color: #8A8252;
    }

    .main-wrapper {
        width: 83%;
        background-color: #F8FAFB;
        min-height: 93vh;
    }

        .main-wrapper .top-bar {
            width: 100%;
            background-color: white;
            padding: 20px 20px;
            box-shadow: 0px 0px 15px 0px #80808014;
        }
    .sidebar {
        display: block;
        transition: 0.5s;
        width: 17%;
        z-index: 9;
        max-width: 19%;
        border-right: 1px solid #80808033;
        background-color: #0C8791;
        min-height: 100vh;
    }


        .sidebar .logo {
            margin-top: 1%;
            padding: 10px 25px;
            width: 80%;
            margin-left: auto;
            margin-right: auto;
        }

    .sidebar-links {
        margin-top: 40px;
        width: 100%;
        min-height:84vh;
    }
}
.border-seagreen {
    border: 1px solid #387680;
}
.seagreen {
    color: #5DC9D2;
}
.profile-div {
    width: 46px;
    height: 45px;
    background-color: #fff;
    border-radius: 5px;
    max-width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #00A1E3;
}

    .profile-div img {
        height: auto;
        width: auto;
        max-width: 100%;
        max-height: 45px;
    }

    

    .f-10{
        font-size: 10px !important;

    }


    @media(min-width:768px) {
        .font-size {
        font-size: 23px;
        line-height: 30px;
    }

    .bottomList {
        max-width: 100%;
        width: 100%;
    }

    .Border-Left {
        border-left: 1px solid #DEE2E6;
    }
}
.position-relative{
    position: relative;
}

.sub-menu {
    padding: 0px;
}

    .sub-menu .main {
        padding: 10px 0px;
    }

    .sub-menu:hover {
        background-color: transparent !important;
        cursor: pointer;
    }

    .sub-menu .sub-list {
        height: 0px;
        opacity: 0;
        visibility: hidden;
    }

    .sub-menu:hover .sub-list {
        height: auto;
        opacity: 1;
        visibility: visible;
    }

    .sub-menu .sub-list a {
        display: block;
        margin-top: 10px;
        padding-left: 45px;
        font-size: 14px;
        font-weight: normal;
    }

    .sub-menu.active-sub .sub-list {
        height: auto;
        opacity: 1;
        visibility: visible;
    }
.sidebar-links ul li.show {
    margin-bottom: 5px;
}
.sidebar-links ul li {
    margin-bottom: 10px;
    padding: 0px 0px;
    width: 100%;
}
    .sidebar-links ul li a i {
        display: inline-block;
        float: right !important;
        text-align: right;
        position: absolute;
        right: -4px;
        top: 14px;
        font-size: 13px !important;
    }

    .sidebar-links ul li a.dropdown-item {
        padding: 9px 15px !important;
        text-decoration: none;
        font-weight: normal !important;
        width: 100%;
        margin: 0;
        display: block;
        white-space: normal;
        position: relative;
        text-align: left;
        font-size: 12px;
        color: #495057;
        color: var(--unnamed-color-495057);
        text-align: left;
        letter-spacing: 0px;
        color: #000000;
    }

    .sidebar-links ul li a, .sidebar-links ul li .main {
        padding: 10px 8px 10px 5px;
        text-decoration: none;
        font-weight: normal !important;
        width: 88%;
        margin: 0 auto;
        display: flex;
        position: relative;
        /* text-align: left; */
        font-size: 12px;
        /* color: #495057; */
        /* color: var(--unnamed-color-495057); */
        text-align: left;
        letter-spacing: 0px;
        color: #fff;
    }
        .sidebar-links ul li a:hover, .sidebar-links ul li.active {
            background-color: white;
            color: #0C8791;
        }

button:focus {
    outline: none;
} 
.lh-18 {
    line-height: 18px !important;
}

.lh-16 {
    line-height: 16px !important;
} 

.radius-14 {
    border-radius: 14px;
}
 
.w-15 {
    width: 15px !important;
}

.sidebar-links li:hover a, .sidebar-links li.active a {
    background-color: white;
    color: #0C8791;
}
.sidebar-links li:hover, .sidebar-links li.active a {
    background-color: white;
    color: #0C8791;
}

.sidebar-links li img {
    margin-right: 15px;
    height: 14px;
    margin-top: 2px;
    max-width: 100%;
    width: auto !important;
}
.w-25 {
    width: 25px !important;
    height: 25px !important;
}
.f-11{
    font-size: 11px;
} 
.radius-50 {
    border-radius: 50% !important;
}
.w-35{
    width: 35px;
    height: 35px;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    box-shadow: 0px 0px 20px 0px #eaedf3;
    border: 0px;
    border-radius: 13px;
}
 
.f-12 {
    font-size: 12px;
}

.black {
    color: #38404b !important;
}
 

.lh-24 {
    line-height: 24px;
} 
.lh-24 {
    line-height: 24px !important;
}
 
.f-15 {
    font-size: 15px !important;
}

.f-16 {
    font-size: 16px ;
}

.f-30 {
    font-size: 30px !important;
}
.lightbrown {
    background: #F3DDC9;
}
.f-10 {
    font-size: 10px !important;
}


.container-checkbox {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 7px;
    cursor: pointer;
    font-size: 12px;
    margin-top: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .container-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    /* Create a custom checkbox */
    .container-checkbox .checkmark {
        position: absolute;
        top: 1px;
        left: 0;
        height: 17px;
        border: 1px solid rgba(155, 28, 49, 1);
        width: 17px;
        background-color: #fff;
        border-radius: 2px;
    }

    /* On mouse-over, add a grey background color */
    /*.container-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}
*/
    /* When the checkbox is checked, add a blue background */
    .container-checkbox input:checked ~ .checkmark {
        background-color: rgba(155, 28, 49, 1);
        border: 1px solid rgba(155, 28, 49, 1);
    }
    /* Create the checkmark/indicator (hidden when not checked) */
    .container-checkbox .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the checkmark when checked */
    .container-checkbox input:checked ~ .checkmark:after {
        display: block;
    }

    /* Style the checkmark/indicator */
    .container-checkbox .checkmark:after {
        left: 5px;
        top: 1px;
        width: 5px;
        height: 9px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

 
     
.btn-check:checked + .btn-dangerCheck, .btn-check:active + .btn-dangerCheck {
    color: #CB2133;
    background-color: #cb213329;
    border-color: #CB2133;
}
.btn-check:checked + .btn-successcheck, .btn-check:active + .btn-successcheck {
   color: #0C8791;
    background-color: #0c879117;
    border-color: #0C8791;
}
.btn-successcheck {
    color: #181C32;
    font-family: var(--medium) !important;
    font-size: 16px;
    background-color: transparent;
    border-color: #707070a6;
    padding: 10px;
    text-align: left;
} 
 
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    font-size: 16px !important;
    cursor: pointer;
    border-top-right-radius: 0.25rem;
    color: #495057;
}
 
.f-13{
    font-size: 13px;
}

.dashboard-radio {
    display: inline-block;
    position: relative;
    color: #000000;
    margin-bottom: 20px;
    cursor: pointer;
    padding-left: 35px;
    font-size: 14px !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .dashboard-radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    /* Create a custom radio button */
    .dashboard-radio .checkmark {
        position: absolute;
        top: -2px;
        left: 0;
        height: 18px;
        width: 18px;
        border: 2px solid #000;
        background-color: transparent;
        border-radius: 50%;
    }

    /* On mouse-over, add a grey background color */
    .dashboard-radio:hover input ~ .checkmark {
        background-color: #ccc;
    }

    /* When the radio button is checked, add a blue background */
    .dashboard-radio input:checked ~ .checkmark {
        background-color: #fff;
        border: 2px solid #F19D1E;
    }

    /* Create the indicator (the dot/circle - hidden when not checked) */
    .dashboard-radio .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the indicator (dot/circle) when checked */
    .dashboard-radio input:checked ~ .checkmark:after {
        display: block;
    }

    .dashboard-radio .checkmark:after {
        top: 3px;
        left: 3px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #F19D1E;
    }



.pages {
    padding-inline-start: 0px;
    display: flex;
}

    .pages li .number {
        font-size: 20px;
        padding: 3px;
        background-color: #DEE2E6;
        font-family: var(--bold);
        border: 1px solid #DEE2E6;
        border-radius: 50%;
        margin-bottom: 10px;
        display: inline-flex;
        color: #fff;
        justify-content: center;
        width: 42px;
        height: 42px;
        align-items: center;
    }

    .pages li.current .number {
        background-color: #0C8791;
        color: white;
        border: 1px solid #0C8791;
        font-family: var(--bold);
    }

    .pages li:last-child:after {
        content: '';
        border-top: 0px;
    }

    .pages li.current:last-child:after {
        border: 0px;
    }

    .pages li .page {
        display: block;
        font-size: 12px;
        font-family: var(--bold);
    }

    .pages li {
        position: relative;
        width: 20%;
        text-align: center;
    }

        .pages li.done .number {
            background-color: #0C8791;
            color: white;
            font-family: var(--bold);
            border: 1px solid #0C8791;
        }

        .pages li:after {
            content: '';
            position: absolute;
            border-top: 4px solid #DEE2E6;
            width: 84%;
            right: -43.5%;
            top: 20%;
        }

        .pages li.done:after {
            border-top: 4px solid #0C8791;
        }
 

.notification .dropdown-menu-right ul li {
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 8px;
}

    .notification .dropdown-menu-right ul li:last-child {
        border-bottom: 0px;
        margin-bottom: 0px;
    }
.dropdown-menu-notify {
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 19rem;
    padding: 0.5rem;
    border-radius: 6px;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
}
.notify-ul li.active, .notify-ul li:hover {
    border: 1px solid #0C879161 !important;
    background-color: #0C87910f !important;
    border-radius: 6px;
    margin: 5px 0px;
    border-color: #0C879161 !important;
}
.notify-ul li {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    margin: 5px 0px;
} 
@media(max-width:767px){
    
    .sidebar-nav {
        width:0; 
        opacity:0;
        visibility:hidden;
        height:0;
        overflow-y: scroll;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }
        .sidebar-nav.show {
            width: 300px;
            opacity: 1;
            visibility: visible;
            height: 100%;
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
        }
   
}
.sidebar-main ul{
    list-style:none;
    padding-inline-start:0px;
}
    .sidebar-main ul li {
        padding: 10px;
        color: white;
        margin-bottom: 30px;
        border-left: 5px solid white;
    }
        .sidebar-main ul li a {
            color: #6E6E6E;
            text-decoration: none;
            text-transform: capitalize;
        }
        .sidebar-main ul li.active {
        background-color: #bac3c5b3;
            border-left: 5px solid #6E6E6E;
        }
        .sidebar-main ul li.active a{
            color:white
        }

 
.grey-tag:hover {
    color: #BE906A;
}
.grey-tag {
    color: rgba(155, 28, 49, 1);

}
.text-grey {
    color: rgba(155, 28, 49, 1);
}
 
.f-56 {
    font-size: 56px;
}

.f-30 {
    font-size: 30px;
}




.f-21{
    font-size: 21px;
}




 

.tab-link:hover {
    outline: none;
    border: none;
    border-color: transparent;
}

.nav-tabs .tab-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    padding: 15px 40px;
    border-top-right-radius: 0.25rem;
}
.tab-link {
    color: #495057;
    background-color: #fff;
    font-size: 16px;
    font-weight: normal;
    color: var(--unnamed-color-495057);
    text-align: left;
    /* font: normal normal normal 17px/23px Open Sans; */
    letter-spacing: 0px;
    color: #495057;
    font: normal normal normal 16px/22px Open Sans;
}
.nav-tabs {
    border-bottom: 1px solid #BE906A;
}
.nav-tabs .tab-link.active, .nav-tabs .nav-item.show .tab-link {
    color: #BE906A !important;
    background-color: #fff;
    font-size: 14px !important;
    font-family: var(--bold);
    font-weight: bold;
    border-bottom: 3px solid #BE906A;
   
    outline: none;
    border-color: transparent transparent #BE906A transparent !important;
    color: var(--unnamed-color-017691);
    text-align: center;
    /* font: normal normal bold 17px/23px Open Sans; */
    letter-spacing: 0px;
 }
    .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: 0.25rem;
        font-size: 14px !important;
        cursor: pointer;
        border-top-right-radius: 0.25rem;
        color: #495057;
    }