﻿body {
    background: #fff;
}

: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 {
    font-family: 'Poppins Medium', sans-serif !important;
}

.bold {
    font-family: 'Poppins Bold', sans-serif !important;
}

.f-900 {
    font-family: 'Poppins Black', sans-serif !important;
}

.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;
}
.sidebar-hr {
    margin: 1rem 0.6rem;
    color: inherit;
    background-color: #fff;
    border: 0;
    opacity: 0.25;
    /* color: #fff; */
}

.mainlogo img {
    height: 40px;
    width: auto;
    margin: 25px 20px 10px 20px;
}
.lightgrey {
    color: #AFB2C2;
}
.page-title {
    font-size: 20px;
    font-family: var(--bold);
}

.border-orange {
    border: 1px solid #0C8791 !important;
}
.grey-blue {
    color: #646E7A;
}
.bottomList {
    position: sticky;
    top: 88%;
}

@media (min-width: 1200px) {
    .container2 {
        max-width: 900px !important;
    }
}
@media (min-width: 768px){
    .security-inputs .col-md-1 {
        flex: 0 0 auto;
        width: 3%;
    }
    .security-inputs .col-md-2 {
        flex: 0 0 auto;
        width: 19%;
    }
    .security-inputs .col-md-3 {
        flex: 0 0 auto;
        width: 32%;
    }
    .security-inputs .col-md-5 {
        flex: 0 0 auto;
        width: 42%;
    }
    
}
.btn-outline-primary {
    color: #052340;
    border-color: #052340;
}
.security-inputs .form-control {
    border-radius: 3px !important;
    height: 35px !important;
    font-size: 13px !important;
}
.light-white{
    background-color: #fff;
}
.btn-trash {
    background: #ffffff5c;
    color: #fff;
    width: 28px;
    height: 29px;
    max-width: 100%;
    font-size: 14px;
    border-radius: 4px;
    display: flex;
    border: none;
    justify-content: center;
    align-items: center;
}
.border-4 {
    border-radius: 4px !important;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #052340;
    border-color: #052340;
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #02747e ;
    border-color: #02747e;
}
.light-bluediv {
    padding: 0px 6px;
    color: #fff;
    border-radius: 5px;
    background-color: #9ACBF3;
}
.bg-lightpurple {
    background-color: #F1C1E9 !important;
}
.bg-lightgreen {
    background-color: #77EBD3 !important;
}
.bg-lightyellow {
    background-color: #FFD981 !important;
}
.bg-lightred {
    background-color: #F1A5A5 !important;
}
.bg-lightgreyish {
    background: #0059a10f;
}
.mw-110 {
    max-width: 110px ;
}
.tbl-profilediv {
    padding: 3px 6px;
    white-space: normal;
    color: #fff;
    min-height: 30px;
    min-width: 100px;
    max-width: 150px;
    border-radius: 0px;
    background-color: #9ACBF3;
}
.container-radio {
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
    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: -1px;
        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%;
    }

.payment-form .form-label {
    margin-bottom: 0.5rem;
    font-size: 14px;
    color: #6E6E6E;
    margin-bottom: 10px;
}
.shippingTable tr th, .shippingTable tr td {
    color: #6E6E6E;
    border: 1px solid #6e6e6ec9;
    border-right: 0px;
    border-left: 0px;
    padding: 20px 10px !important;
}
.f-600 {
    font-family: var(--semibold);
}
.minw-300 {
    min-width: 300px;
}

.page-title2 {
    font-size: 19px;
    color: black
}

#PaymentModal .modal-content {
    border-radius: 0px;
}

#PaymentModal .modal-dialog {
    max-width: 400px !important;
}

.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: 25px;
    }
    .rotate-mob {
        transform: rotate(90deg);
    }
    .navbar-about {
        padding: 1rem !important;
    }

    .closenav {
        margin: 10px 10px 0px 0px;
        position: absolute;
        top: 0;
        right: 0px;
    }

    .closeNavbar i {
        color: #fff;
        font-size: 20px;
    }

    /*.sidebar-links {
        padding: 28px 0px 10px 0px;
    }*/

    .navOpen {
        display: inline-block;
    }
    /*.bottom-list {
        position: absolute !important;
        bottom: 0px;
        width: 100%;
        padding: 0px 0px;
    }*/
        /*.bottom-list li a {
            border-top: 3px solid #fff;
            border-bottom: none !important;
        }*/
    .sidebar.show {
        display: block;
        width: 75%;
        transition: 0.5s;
        position: fixed;
        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;
        right: 0;
    }

    .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: #0C8791;
    }
    .dashboard-view {
        background-color: white;
        border-top-left-radius: 52px;
        border-top-right-radius: 52px;
        padding: 30px 25px;
        min-height: 74vh;
    }.content.container{
         padding:0px!important
     }
    .today{
        min-height:15vh;
    }
    .navbar-expand-dashboard, .navbar-expand-dashboard p, .openNavbar {
        color: white !important
    }
    .mobileTitle {
        color: #0C8791;
        text-align: center;
        font-size: 18px;
        display: block !important;
        font-family: var(--semibold) !important;
        margin-bottom: 20px
    }
}
.mobileTitle{
    display:none;
}
@media(min-width:768px) and (max-width:1249px) {
    /* .brand-width {
        width: 75%;
    }*/
    .font-size {
        line-height: 25px;
    }
    .navbar {
        
        background-color: #0C8791 !important;
        
    }
    .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: 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: #0C8791;
        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: 85%;
        background-color: #fff;
        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: 15%;
        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 { 
    padding: 0px 0px;
    width: 100%;
 }
    .sidebar-links ul li a i {
        display: inline-block;
        float: right !important;
        text-align: right;
        position: absolute;
        right: 2px;
        top: 12px;
        font-size: 10px !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 5px;
        text-decoration: none;
        font-weight: normal !important;
        width: 88%;
        margin: 0 auto;
        border-bottom: 1px solid white;
        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.active, .sidebar-links ul li:hover {
        background-color: #ffffff42;
        color: #fff;
    }

button:focus {
    outline: none;
}

.dropdown-toggle::after {
    display: none;
    content: none;
}



.f-18 {
    font-size: 18px !important;
}

.f-20 {
    font-size: 20px;
}
/*
.sidebar-links li.active {
    background-color: white;
    color: #0C8791;
}

    .sidebar-links li.active a {
        padding: 0px 4px !important;
        font-family: var(--bold) !important;
    }*/

.v-middle {
    vertical-align: bottom;
}
.h-32{
    height: 32px;
}
#chart_div text[Attributes Style] {
    fill: rgb(242, 157, 30);
    transform: rotate(-90deg, 17.0234, 226);
}
.forgot-pass {
    color: #0059A1;
    font-size: 12px;
}

.border-lightgrey {
    border: 1px solid #DEE2E6;
}

.border-lightblue {
    border: 1px solid #A2B6C8;
}

.lightblue {
    color: #A2B6C8 !important;
}

.border-radius-5 {
    border-radius: 5px !important;
}

.border-radius-6 {
    border-radius: 6px !important;
}

.user-profile {
    border: 1px solid #0C8791;
    width: 34px;
    height: 34px;
}

.round-span {
    width: 9px;
    height: 9px;
    display: inline-block;
    margin-right: 5px;
    border-radius: 50%;
}

.bg-pink {
    background-color: #C93762;
}

.dashboard .card .card-body {
    position: relative;
    background-color: white;
    border-radius: 8px;
}

.d-grid {
    display: grid;
}

.product-dash-img {
    height: 360px;
    border-radius: 0px;
    position: relative;
    width: 100%;
}

.text-sm {
    font-size: 10px;
}

.lh-18 {
    line-height: 18px !important;
}

.lh-16 {
    line-height: 16px !important;
}
.dashboard .form-label {
    color: #052340;
    font-size: 12px;
    margin-bottom: 0.6rem;
}
.dashboard .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 0.5rem 0.75rem;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    box-shadow: 0px 0px 8px 0px #dee2e65e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #DEE2E6;
    border-radius: 6px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.setup {
    height: 700px;
    /* justify-content: center; */
    /* align-self: center; */
    /* align-content: center; */
    text-align: center;
    display: inline-flex;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.border-radius-3 {
    border-radius: 3px !important;
}

.bg-orange {
    background-color: #0C8791 !important;
}
.c-pointer{
    cursor: pointer;
}
.img-border {
    border: 1px solid #72849c66;
    border-radius: 4px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 138px;
    height: 138px;
    max-width: 100%;
    padding: 3px;
}
.upload-img {
    background: #0c87910d;
    border-radius: 4px;
    width: 125px;
    justify-content: center;
    height: 125px;
    max-width: 100%;
    align-items: center;
    display: flex;
}
    .upload-img img {
        width: auto;
        height: auto;
        max-height: 125px;
    }
.green {
    color: #0C8791 !important;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1240px !important;
    }
}

.red {
    color: #FF3A2A !important;
}

.grey {
    color: #999DAE !important;
}

.border-radius-14 {
    border-radius: 14px;
}

.bg-grey {
    background-color: #F6F7F7 !important;
}

.bg-seagreen {
    background-color: #387680 !important;
}

.bg-blue {
    background-color: #1F86C1 !important;
}

.bg-maroon {
    background-color: #AF1716 !important;
}

.h-15px {
    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;
}
.green-box {
    background-color: #0C8791;
    border-radius: 5px;
    display: inline-flex;
    max-width: 100%;
    justify-content: center;
    align-items: center;
}
.lock-div {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0c87916e;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lock-img img {
    height: 17px;
}
.lock-img {
    border-radius: 50% !important;
    background-color: #0C8791;
    display: inline-flex;
    width: 35px;
    height: 35px;
    justify-content: center;
    align-items: center;
}
.border-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 8px 0px #e1e1e1;
    border: 0px;
    border-radius: 7px;
}
.w-30 {
    width: 33px;
    height: 33px;
}
.card-body {
    flex: 1 1 auto;
    padding: 1rem;
}
.f-12 {
    font-size: 12px;
}
.f-grey {
    color: #495057 !important;
}
.black {
    color: black !important;
}

.bold {
    font-family: var(--bold);
}

.semi-bold {
    font-family: var(--semibold);
}

.content {
    padding: 20px;
}

.card-icon {
    padding: 17px 10px;
    border-radius: 4px;
    text-align: center;
}

.btn-group.radio-grp > .btn:last-child:not(:first-child), .btn-group.radio-grp > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}

.btn-group.radio-grp > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 6px;
}

.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
    color: #000;
    border: 1px solid #0C8791 !important;
    background-color: #0C87910f !important;
    border-color: #0C8791 !important;
}


.f-B7BDC3 {
    color: #B7BDC3 !important;
}

.lh-24 {
    line-height: 24px;
}
.d-title {
    display: block;
    font-size: 22px;
    color: #495057;
    font-family: var(--semibold);
    margin-bottom: 10px;
}

.d-date {
    display: block;
    font-size: 10px;
    line-height: 15px;
}

.counts {
    font-size: 25px;
    font-family: var(--bold);
    color: #495057;
    float: right;
}

.percentage {
    color: #495057;
    font-family: var(--bold);
    font-size: 100px;
}

    .percentage .complete {
        font-size: 30px;
        font-family: var(--bold);
        display: block;
    }

.dashboard .card-ul {
    list-style: none;
}

.p-block {
    display: inline-block;
}

.card-ul .h5 {
    color: #39A0DC;
    font-family: var(--medium);
    text-decoration: none;
    margin: 10px 0px;
}

.card-ul p {
    color: grey;
    line-height: 19px;
    font-size: 15px;
    margin: 10px 0px 24px 0px;
}

.card-header h4 {
    font-size: 18px;
    font-family: var(--bold);
}

.header-para {
    font-size: 14px;
    font-weight: normal;
    color: #495057;
    margin: 8px 0px;
}

.dashboard-div-head {
    font-size: 16px;
    font-weight: normal;
    color: #39A0DC;
    margin: 0px 0px 7px 0px;
}

.dashboard-div-para {
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    color: #495057;
    margin: 10px 0px 7px 0px;
}


.small-font {
    font-size: 12px;
    padding: 11px 5px;
}

@media(max-width:767px) {
    .small-font {
        font-size: 13px;
        padding: 11px 5px;
    }

    .navbar .logo {
        max-width: 100%;
    }

    .navbar-brand {
        max-width: 55%;
    }

    .round-green {
        background-color: #23BF08;
        padding: 4px;
        border-radius: 50%;
        width: 3px;
        position: absolute;
        height: 3px;
        /* bottom: 9px; */
        right: 20px;
        bottom: 27px !important;
        left: auto !important;
    }


    .mob-none {
        display: none !important
    }
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-left: 0.5rem;
    padding-bottom: 0.5rem;
    padding-right: 0.5rem;
}
.usricon {
    background-color: #EEF1F3;
    height: 35px;
    display: flex;
    width: 35px;
    text-align: center;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
   
    margin: 0px;
    font-family: var(--bold);
}

.admin {
    color: #495057 !important;
}

.lh-24 {
    line-height: 24px !important;
}

.dark-grey {
    color: #181C32 !important
}

.f-15 {
    font-size: 15px ;
}

.f-16 {
    font-size: 16px ;
}

.f-30 {
    font-size: 30px !important;
}

.f-10 {
    font-size: 10px !important;
}


.round-green {
    background-color: #23BF08;
    padding: 4px;
    border-radius: 50%;
    width: 3px;
    position: absolute;
    height: 3px;
    bottom: 9px;
    left: 37px;
}

.custom-padding {
    padding-left: 30px;
    padding-right: 30px;
}

.order-tbl-heading {
    color: #8E979F;
    font-size: 18px;
    font-family: var(--bold);
}



.new-table .dataTables_filter label {
    text-align: right;
    float: right;
}

.service-border {
    border-bottom: 1px solid #ced4da;
    margin-right: -1.25rem;
    margin-left: -1.25rem;
}

.new-table .dataTables_filter label {
    color: #6E6E6E;
    display: inline-flex;
    justify-content: center;
    width: auto;
    align-items: center;
    text-align: justify;
    font-size: 13px;
    white-space: pre;
    /* padding-right: 5px; */
    /* letter-spacing: 3px; */
    /* padding: 10px; */
}
.border-radius6{
    border-radius: 6px !important;
}
.new-table .dataTables_length {
    width: 100% !important;
    display: inline-block;
}

    .new-table .dataTables_length label {
        color: #6E6E6E;
        display: inline-flex;
        justify-content: center;
        font-size: 12px;
        width: 39%;
        align-items: center;
        text-align: justify;
        white-space: pre;
    }
        .new-table .dataTables_length label .form-control {
            display: block;
            width: 100%;
            height: auto;
            padding: 0.275rem 0.55rem;
            font-size: 12px;
            font-weight: 400;
            line-height: 1.5;
            color: #495057;
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid #ced4da;
            border-radius: 0px;
            transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        }
.new-table .dataTables_paginate {
    text-align: right !important;
    float: right;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    border: 1px solid #DEE2E6;
    color: #000;
    white-space: nowrap;
}
.container-checkbox.label {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container-checkbox {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    color: #000000;
    margin-bottom: 10px;
    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: 0;
        left: 0;
        height: 17px;
        border: 2px solid #0C8791;
        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: #fff;
        border: 2px solid #0C8791;
    }
    /* 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: 4px;
        top: 1px;
        width: 5px;
        height: 9px;
        border: solid #0C8791;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }







.container-checkbox2 {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    color: black;
    margin-bottom: 00px;
    cursor: pointer;
    font-size: 14px;
    margin-top: 00px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .container-checkbox2 input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    /* Create a custom checkbox */
    .container-checkbox2 .checkmark {
        position: absolute;
        top: 2px;
        left: 0;
        height: 18px;
        border: 2px solid #0C8791;
        width: 18px;
        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-checkbox2 input ~ .checkmark {
        background-color: white !important;
        border: 2px solid #0C8791 !important;
    }
    .container-checkbox2 input:checked ~ .checkmark {
        background-color: #0C8791!important;
        border: 2px solid #0C8791!important;
    }
    /* Create the checkmark/indicator (hidden when not checked) */
    .container-checkbox2 .checkmark:after {
        content: "";
        position: absolute;
        /*display: none;*/
    }

    /* Show the checkmark when checked */
    .container-checkbox2 input:checked ~ .checkmark:after {
        display: block;
    }

    /* Style the checkmark/indicator */
    .container-checkbox2 .checkmark:after {
        left: 5px;
        top: 1px;
        width: 5px;
        height: 10px;
        border: solid #fff;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.tbl-actions {
    font-size: 23px !important;
    color: #B7BDC3 !important;
}

    .tbl-actions:hover {
        color: #0C8791 !important;
    }

.tab-link:hover {
    outline: none;
    border: none;
    border-color: transparent;
}

.date-notify {
    color: #A2B6C8;
    margin: 10px !important;
    white-space: nowrap;
    font: normal normal normal 14px Poppins ;
}
.b-bottom {
    border-bottom: 1px solid #707070a6;
}
.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;
}
.btn-dangerCheck {
    color: #181C32;
    font-family: var(--medium) !important;
    font-size: 16px;
    background-color: transparent;
    border-color: #707070a6;
    padding: 10px;
    text-align: left;
}
.mark-all {
    padding: 15px 20px 15px 40px;
    background-color: #fff;
    font-size: 16px;
    font-weight: normal;
    color: var(--unnamed-color-495057);
    text-align: left;
    /* font: normal normal normal 17px/23px Poppins ; */
    letter-spacing: 0px;
    color: #F29D1E;
    font: normal normal normal 16px/22px Poppins ;
}

    .mark-all:hover {
        outline: none !important;
        margin: 0px !important;
        border: none !important;
        border-color: transparent !important;
    }


.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: 1rem 3rem;
    border-top-right-radius: 0.25rem;
}

.dashboard .input-group .input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #0C8791 !important;
    border: none;
    border-radius: 0px 6px 6px 0px;
}
.status-div p.active, .status-div a.active {
    font-size: 13px;
    font-family: var(--medium);
    color: #0C8791;
}
.sidebar-links ul li a.dropdown-item:active, .sidebar-links ul li a.dropdown-item.active {
    color: #fff;
    text-decoration: none;
    background-color: #0C8791;
}
.status-div p, .status-div a {
    font-size: 13px;
    color: #878F96;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin: 5px 8px;
    font-size: 13px;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.85em;
    font-family: var(--semibold);
    font-size: 12px;
    line-height: 15px;
    color: #999999;
}
.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 Poppins ; */
    letter-spacing: 0px;
    color: #495057;
    font: normal normal normal 16px/22px Poppins ;
}

.nav-tabs .tab-link.active, .nav-tabs .nav-item.show .tab-link {
    color: #F29D1E !important;
    background-color: #fff;
    font-size: 16px !important;
    font-family: var(--bold);
    border-bottom: 3px solid #F29D1E;
    outline: none;
    border-color: transparent transparent #F29D1E transparent !important;
    color: var(--unnamed-color-017691);
    text-align: center;
    /* font: normal normal bold 17px/23px Poppins ; */
    letter-spacing: 0px;
    color: #017691;
}

hr.header-hr {
    margin-bottom: 0.5rem;
    margin-top: 0.7rem;
}
.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;
}

.tab-input-table {
    height: auto;
    padding: 0px;
    font-size: 0.875rem;
    background: transparent;
    border: none;
    width: 90%;
    color: #8E979F;
    line-height: 1.5;
    border-radius: 0.2rem;
    width: 100% !important;
}

.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;
        }

.order-grey {
    border: 1px solid #DEE2E6;
    border-radius: 12px;
    background-color: #dee2e61a;
    padding: 15px 22px;
    margin: 10px 40px;
}

.pages li .date {
    font-size: 12px;
    font-weight: normal;
}

.order-orange {
    border: 1px solid #0C8791;
    border-radius: 12px;
    background-color: #0C87910f;
    padding: 27px;
    width: auto;
    display: inline-block;
    margin: 10px 50px;
}

.link-blue {
    color: #1492E6 !important;
}


.Border-Leftgrey {
    border-left: 1px solid #dee2e6;
}

.f-B7BDC3 {
    color: #B7BDC3;
}



.notify-book {
    background: #01769117;
    color: #017691;
    font: normal normal normal 14px Poppins ;
    border: 1px solid #017691;
    border-radius: 4px;
    padding: 5px 20px;
}

.notify-cancel {
    background: #FF3A2A08;
    color: #FF3A2A;
    font: normal normal normal 14px Poppins ;
    border: 1px solid #FF3A2A;
    border-radius: 4px;
    padding: 5px 20px;
}

.notify-review {
    background: #00CC8808;
    color: #00CC88;
    font: normal normal normal 14px Poppins ;
    border: 1px solid #00CC88;
    border-radius: 4px;
    padding: 5px 20px;
}

.notify-paid {
    background: #1B84E708;
    color: #1B84E7;
    font: normal normal normal 14px Poppins ;
    border: 1px solid #1B84E7;
    border-radius: 4px;
    padding: 5px 20px;
}

.NewMessage {
    color: #dc3545 !important;
    font-size: 41px;
    line-height: 0;
    position: absolute;
    top: 0;
}

.dropdown-menu-sidebar {
    position: relative !important;
    top: 100%;
    left: 0;
    z-index: 0;
    display: none;
    float: none;
    transform: none !important;
    min-width: 10rem;
    padding: 20px 10px 10px 33px;
    margin: 0.125rem 0 0;
    font-size: 12px !important;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 0rem;
}

.notification .dropdown-menu-right {
    padding: 14px 12px;
    min-width: 250px;
    border-radius: 10px;
}

    .notification .dropdown-menu-right .text-blue {
        color: white;
        display: block;
        width: 100%;
        margin-bottom: 5px;
        font-family: var(--semibold);
        font-size: 14px;
    }

    .notification .dropdown-menu-right .desc {
        color: white;
        display: block;
        width: 100%;
        font-size: 12px;
        margin-bottom: 5px;
    }

.notification .nav-link {
    color: #017691;
    padding: 10px 0px
}

.notification .number {
    background-color: black;
    color: white;
    padding: 2px;
    position: absolute;
    top: 8px;
    border-radius: 50%;
    right: 8px;
    font-size: 10px;
    justify-content: center;
    display: inline-flex;
    text-align: center;
    min-height: 18px;
    min-width: 18px;
    align-content: center;
    align-items: center;
}

.t-20 {
    font-size: 20px !important;
}

.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;
}
.bg-book {
    border: 1px solid #0C879161 !important;
    background-color: #0C87910f !important;
    border-color: #0C879161 !important;
}
.card-pre:hover{
    border: 1px solid #0C8791;
}
.card-pre .card-body {
    border-radius: 7px;
}
 
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #111822 !important;
    font-size: 12px;
    line-height: 38px;
}
.bg-cancelled {
    background-color: #FF3A2A;
    color: white;
}
@media (min-width: 576px){
    .signature-modal .modal-dialog {
         
        margin: 0rem auto;
    }
    
} 
.bg-review {
    background-color: #00CC88;
    color: white;
}
a{
    cursor: pointer;
}
div:where(.swal2-container) .swal2-html-container {
    z-index: 1;
    justify-content: center;
    margin: 1em 1.6em 0.3em;
    padding: 0;
    overflow: auto;
    color: inherit;
    font-size: 1em !important;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    word-wrap: break-word;
    word-break: break-word;
}
div:where(.swal2-container) h2:where(.swal2-title) {
    position: relative;
    max-width: 100%;
    margin: 0;
    padding: 0.8em 1em 0;
    color: inherit;
    font-size: 1.5em !important;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #0C8791 !important;
    color: #fff;
    font-size: 1em;
}
div:where(.swal2-container) button:where(.swal2-styled) {
    margin: 0.3125em;
    padding: 0.5em 1.3em !important;
    transition: box-shadow .1s;
    box-shadow: 0 0 0 3px rgba(0,0,0,0);
    font-weight: 500;
}
.signbtn {
    border: 1px dashed #0C8791;
    max-width: 100%;
    border-radius: 7px;
    background-color: #F9FCFC;
    width: 100%;
    height: 140px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
    .signbtn img {
        max-width: 100%;
        height: auto;
        width: auto;
        max-height: 100%;
        position: relative;
    }
.notice-para p {
    font-size: 11px;
    color: #98B7D1;
    text-decoration: none;
}
.notice-para a {
    font-size: 11px;
    text-decoration: underline;
    color: #98B7D1;
}
.bg-resh {
    background-color: #E28B1A;
    color: white;
}
.f-14{
    font-size: 14px;
}
.maroon {
    color: #E90845 !important;
}
.loader2 {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: block;
    z-index: 9999;
    margin: 15px auto;
    position: relative;
    top: 50%;
    background: #FFF;
    box-shadow: -24px 0 #FFF, 24px 0 #FFF;
    box-sizing: border-box;
    animation: shadowPulse 2s linear infinite;
}

@keyframes shadowPulse {
    33% {
        background: #FFF;
        box-shadow: -24px 0 #02747e, 24px 0 #FFF;
    }

    66% {
        background: #02747e;
        box-shadow: -24px 0 #FFF, 24px 0 #FFF;
    }

    100% {
        background: #FFF;
        box-shadow: -24px 0 #FFF, 24px 0 #02747e;
    }
}

.overlay {
    position: fixed;
    top: 0;
    background: rgb(0, 0, 0);
    background: rgb(0 0 0 / 20%); /* Black see-through */
    color: #f1f1f1;
    width: 100%;
    height: 100%;
    transition: .5s ease;
    opacity: 1;
    color: white;
    z-index: 999;
    font-size: 20px;
    padding: 20px;
    text-align: center;
}

.bg-paid {
    background-color: #1B84E7;
    color: white;
}
.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 13px;
        width: 13px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #0059A1;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }
/*.signature-pad.canvas{
    width:300px;
}*/

/*.signature-pad {
    border: 1px solid rgb(135 155 157 / 45%);
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: 100%;
    border-radius: 7px;
    background-color: transparent;
}*/

.signature-pad {
    border: 1px solid rgb(135 155 157 / 45%);
    max-height: 100%;
    max-width: 100%;
    height: auto;
    /*width: 100%;*/
    border-radius: 7px;
    background-color: transparent;
}
.show{
    display: block !important;
} 
.canvas-div {
    border: 1px dashed #0C8791;
    max-width: 100%;
    border-radius: 7px;
    height: 100%;
    width: 100%;
    padding: 20px 10px;
    background-color: #F9FCFC;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 767px){
    .signbtn img {
        max-width: 140px;
        /*transform: rotate(-90deg);*/
        height: auto;
        width: auto;
        max-height: 100%;
        position: relative;
    }
    .signature-modal .modal-footer { 
    }
    .signature-modal .modal-body {
        position: relative;
        flex: 1 1 auto;
        padding: 1rem; 
        display: flex;
        justify-content: end; 
        /* align-items: center; */
    }
    .signature-modal .modal-title {
        color: #0C8791;
        font-size: 16px !important;
    }
    /*.signature-modal {
    transform: rotate(90deg);
}*/
    .signature-modal .modal-content {
        /* position: absolute; */
        /* display: flex; */
        flex-direction: column; 
        pointer-events: auto;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 0px;
        outline: 0;
    }

    .modal.signature-modal.fade .modal-dialog {
        transition: transform 0.3s ease-out;
        /*    transform: translateY(455px);
*/
    }

    .signature-modal .modal-dialog-centered {
        /* display: block; */
        align-items: center;
        /* min-height: auto; */
        margin: 0;
        position: relative;
    }

    .signature-modal .modal-dialog-centered {
        margin: 0;
    }

    .signature-modal.modal {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1060;
        display: none;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: hidden;
        outline: 0;
    }
    .signature-modal .modal-title {
        color: #0C8791; 
        font-size: 16px !important;  
    }
}


.task .desc {
    flex: 0 0 auto;
    width: 80%;
}
@media(min-width:768px){
    .dashboard-view.desktop-card {
        background-color: white;
        border-radius: 20px;
        padding: 20px;
        box-shadow: 0px 0px 5px 2px #0000001a;
    }
}
.dashboard-title{
    color:#0C8791;
    font-size:18px;
    font-family:var(--medium)!important
}
.card-new {
    border-radius: 4px;
    box-shadow: 0px 0px 3px 2px #0000001a;
}
.card-head {
    background-color: #0C8791;
    color:white;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding: 15px 15px;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
}
    .card-head h5 {
        margin: 0;
        font-size: 16px;
    }
div:where(.swal2-container) input:where(.swal2-input), div:where(.swal2-container) input:where(.swal2-file), div:where(.swal2-container) textarea:where(.swal2-textarea) {
    box-sizing: border-box;
    width: auto;
    transition: border-color .1s,box-shadow .1s;
    border: 1px solid #d9d9d9;
    border-radius: 0.1875em;
    background: rgba(0,0,0,0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.06), 0 0 0 3px rgba(0,0,0,0);
    color: inherit;
    font-size: 0.9em !important;
}
div:where(.swal2-container) input:where(.swal2-input), div:where(.swal2-container) input:where(.swal2-file), div:where(.swal2-container) textarea:where(.swal2-textarea), div:where(.swal2-container) select:where(.swal2-select), div:where(.swal2-container) div:where(.swal2-radio), div:where(.swal2-container) label:where(.swal2-checkbox) {
    margin: 1em 1.5em 3px !important;
}
.card-inner {
    padding: 15px;
}
a .text{
    text-decoration: underline;
}
a:hover .text {
    color: #0a58ca;
}
a:visited .text, a:focus .text {
    color: #35047f;
}
.card-inner .text-title {
    color: #0C8791;
    font-size: 11px;
    padding-left: 12px;
    font-family: 'Poppins Medium', sans-serif !important;
}
.card-inner .text {
    color: #052340;
    font-size: 11px;
    /* margin: 0; */
    margin-top: 8px;
    margin-bottom: 9px;
}
.card-new.rejected-card .card-head{
    background-color: #FDD9D9;
}
.card-new.accepted-card .card-head {
    background-color: #D3F6E5;
}
.card-new.notices .card-head{
    color:black;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}
.card-new.notices {
    border-radius: 10px;
    box-shadow: 0px 0px 16px 2px #0000001a;
}
.card-new.notices .card-inner *{
    color: #98B7D1;
    font-size:14px;
}
.card-new.card-resources .card-head {
    padding: 10px 10px 0px; 
}
    .card-new.card-resources .card-head h5{
        font-family:var(--bold)!important;
        text-decoration:underline
    }
    .card-new.card-resources .card-head, .card-new.card-resources .card-inner {
        background-color: #0c879140;
        color: #0C8791;
    }
.card-new.card-resources .card-inner img{
    width:100%;
}
.rejected-label {
    background-color: #E81C31;
    padding: 6px 15px;
    color: white;
    border-radius: 5px;
    font-size: 12px;
}
.reject-text {
    color: #E81C31;
    font-family:var(--bold)!important;
    font-size:13px;
}
.info-label {
    text-align: center;
    color: white;
    background-color: #5DD2A5;
    display:block;
    padding:7px;
    border-radius:5px;
    font-family:var(--bold)!important;
    margin:0
}
.card-pre .card-body {
    background-color: #ECF2F7;
   
}
.card-pre * {
    color: #0C8791;
    font-family: var(--bold) !important;

}
.blue {
    color: #0059A1;
}
.f-18{
    font-size: 18px !important;
}
.pro-bar-div {
    position: relative;
    width: 100%;
    height: 10px;
    border-radius: 8px;
    background-color: #DEE2E6;
}
.progress-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 10px;
    border-radius: 8px;
    background-color: #0059A1;
}
@media(max-width:768px){
    .custom-height {
        height: 44vh;
        overflow-y: scroll;
        margin-bottom: 30px;
        padding-right: 5px;
        overflow-x: hidden;
    }
}
.language.active{
    font-weight:600;
}
.collapse-custom {
    padding: 20px 15px;
    background-color: #F9FCFC;
    border-radius:5px;
    margin-bottom:10px;
    transition:all 0.5s;
}
    .collpse-div.collap {
        height: 0px;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s;
        display:none;
    }
    .collapse-title {
        position: relative;
    }
    .collapse-title:before {
        content: "\f0d7";
        position: absolute;
        right: 10px;
        top: -3px;
        color: #0C8791;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 20px;
    }
    .collapse-title.not-show:before {
        content: "\f0d8";
    }
.f-17 {
    font-size: 17px !important;
}
.protext {
    margin-bottom: 5px !important;
    font-size: 12px;
    color: #000000;
}
.step {
    margin-bottom: 5px !important;
    font-weight: bold;
    font-size: 12px;
    font-family: 'Poppins Bold', sans-serif !important;
}
.collapse-title2 {
    position: relative;
    background-color: #0C8791;
    color: white;
    padding: 10px;
    border-radius: 5px 5px 0px 0px;
    margin-bottom:0px!important;
}

    .collapse-title2:before {
        content: "\f067";
        position: absolute;
        right: 11px;
        top: 9px;
        color: white;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 20px;
    }

    .collapse-title2.not-show:before {
        content: "\f068";
    }
.collapse-div.bg-white {
    box-shadow: 0px 3px 5px 1px lightgrey;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    padding:15px;
}@media(min-width:768px){
    .collapse-title2{
        font-size:15px!important;
    }
 }
.no-before.collapse-title2:before{
    display:none!important;
    content:none!important;
}

/* Web view (Desktop) */
@media only screen and (min-width: 1025px) {
    .signature-modal .modal-dialog{
        max-width:900px;
    }
}

/* iPad view (Tablets) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .signature-modal .modal-dialog {
        max-width: 900px;
    }
}

/* Mobile view (Portrait) */
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .signature-modal .modal-dialog {
        max-width: 900px;
    }
    .signature-modal .modal-dialog{
       /* transform:rotate(90deg)!important;*/
    }
}

/* Mobile view (Landscape) */
@media only screen and (max-width: 767px) and (orientation: landscape) {
    .signature-modal .modal-dialog {
        max-width: 900px;
    }
    .signature-modal .modal-dialog {
        transform: rotate(-90deg);
    }
}
.signature-modal .modal-dialog.initials {
    max-width:280px;
    margin:0 auto; 
}