﻿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: #F49F0C;
    border: 0;
    opacity: 0.5;
    /* color: #fff; */
}

.mainlogo img {
    height: 70px;
    width: auto;
    margin: 20px 20px 5px 17px;
}
.lightgrey {
    color: #AFB2C2;
}
.page-title {
    font-size: 20px;
    font-family: var(--bold);
}

.border-orange {
    border: 1px solid #F49F0C !important;
}
.grey-blue {
    color: #646E7A;
}
.bottomList {
    position: sticky;
    top: 88%;
}
@media (min-width: 1600px) {
    .minh-74 {
        min-height: 76vh;
    }
}
@media (min-width: 1800px) {
    .minh-74 {
        min-height: 79vh;
    }
}
@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-greens {
    background-color: #198754 !important;
}
.bg-lightgreyish {
    background: #0059a10f;
}
.mw-110 {
    max-width: 110px ;
}
.tbl-profilediv {
    padding: 3px 6px;
    white-space: normal;
    color: #fff;
    min-height: 28px;
    max-width: 170px;
    min-width: 165px;
    border-radius: 0px;
    background-color: #9ACBF3;
}
.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 #F49F0C !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: 12px;
        height: 12px;
        background: #F49F0C !important;
        border-radius: 50%;
    }
.infoicon {
    background: #F49F0C;
    color: #fff;
    width: 16px;
    height: 16px;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    font-size: 9px !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 10px 2px #d0d0d0;
}


.pages {
    padding-inline-start: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .pages li .number {
        padding: 0px;
        background-color: #fff;
        font-weight: bold;
        border: 4px solid #fff;
        border-radius: 50%;
        box-shadow: 0px 0px 8px 0px #e1e1e1;
        margin-bottom: 0px;
        display: inline-flex;
        color: #fff;
        z-index: 9;
        position: relative;
        justify-content: center;
        width: 18px;
        height: 18px;
        align-items: center;
    }

    .pages li.current .number {
        background-color: #229A66;
        color: white;
        border: 1px solid #229A66;
        font-weight: bold;
    }

    .pages li:last-child:after {
        content: '';
        border-top: 0px !important;
    }

    .pages li.current:last-child:after {
        border: 0px !important;
    }

.page-para {
    display: inline-flex;
    font-size: 14px !important;
    justify-content: center;
    align-items: center;
    color: #fff;
    box-shadow: 0px 0px 8px 0px #e1e1e1;
    /* margin-top: 0px; */
    background: #F49F0C;
    position: absolute;
    top: -23px;
    left: 44.5%;
    margin-bottom: 0px !important;
    /* font-weight: bold; */
    width: 20px;
    height: 18px;
    border-radius: 5px;
    font-family: 'Poppins Semibold', sans-serif !important;
}
.square {
    font-size: 10px;
    position: absolute;
}
.pages li .page-para:after {
    content: '';
    position: absolute;
    border-color: #F49F0C transparent transparent transparent;
    border-style: solid;
    border-width: 9px 3px 0 3px;
    width: 0;
    height: 0;
    bottom: -7px;
}
.pages li .page {
    display: block;
    font-size: 14px;
    color: #000;
    font-weight: bold;
}
.pages li .bottom {
    display: block;
    font-size: 12px;
    margin-bottom: 0px;
    margin-top: 2px;
    color: #181C32;
    font-family: 'Poppins Semibold', sans-serif !important;
}
.pages li {
    position: relative;
    width: 20%;
    text-align: center;
}

    .pages li.done .number {
        background-color: #fff;
        color: white;
        font-family: var(--bold);
        border: 4px solid #F49F0C;
        display: inline-flex;
    }

    .pages li:after {
        content: '';
        position: absolute;
        border-top: 4px solid #E4E4E4;
        width: 92%;
        right: -45.5%;
        top: 16%;
    }

    .pages li.done:after {
        border-top: 4px solid #F49F0C;
    }

    .pages li .date {
        font-size: 12px;
        font-weight: normal;
    }
.navbar .logo {
    max-width: 80%;
}

@media(max-width:767px) {
    .logout{
        max-width:280px;
    }
    /*  .brand-width{
        width:68%;
    }*/
    .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: #fff;
    }

    /*.sidebar-links {
        padding: 28px 0px 10px 0px;
    }*/

    .navOpen {
        display: inline-block;
    }

    .sidebar.show {
        display: block;
        width: 80%;
        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;
    }

    .sidebar {
        max-width: 0px;
        transition: max-width 0.2s ease-out;
        background-color: #fff;
        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: fixed;
        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: 1450px){
    .main-wrapper {
        width: 83%;
        background-color: #F8FAFB;
        min-height: 93vh;
        margin-left: 17%;
    }
}
@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;
        position: fixed;
        max-width: 19%;
        border-right: 1px solid #80808033;
        background-color: #fff;
        min-height: 100vh;
        box-shadow: 0px 0px 10px 2px #d0d0d0;
    }


        .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: #F49B01;
    border-radius: 5px;
    max-width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
 }

    .profile-div img {
        height: auto;
        width: auto;
        max-width: 100%;
        max-height: 45px;
    }

    
 

    @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;
    }
.input-group > .form-control, .input-group > .form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1% !important;
    min-width: 0;
}
.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 span {
        display: inline-block;
        float: right !important;
        text-align: right;
        position: absolute;
        right: -4px;
        color: #F49F0C;
        top: 14px;
        font-size: 12px !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 10px 0px;
        text-decoration: none;
        font-weight: normal !important;
        width: 88%;
        margin: 0 15px;
        display: flex;
        align-items: center;
        position: relative;
        /* text-align: left; */
        font-size: 12px;
        /* color: #495057; */
        /* color: var(--unnamed-color-495057); */
        text-align: left;
        letter-spacing: 0px;
        color: #7C8E9C;
    }
        .sidebar-links ul li a:hover, .sidebar-links ul li.active {
            background-color: transparent;
            color: #455A64;
        }

button:focus {
    outline: none;
}

.dropdown-toggle::after {
    display: none;
    content: none;
}
.sidebar-links li .sidebar-round.bg-orange img {
    height: 11px;
    max-width: 100%;
    width: auto !important;
}
.sidebar-links li .sidebar-round img {
    height: 14px;
    max-width: 100%;
    width: auto !important;
}
.sidebar-round {
    background: #fff;
    width: 25px;
    height: 25px;
    margin-right: 7px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bg-orange {
    background: #F49F0C;
}
.f-18 {
    font-size: 18px;
}

.f-20 {
    font-size: 20px ;
}
/*
.sidebar-links li.active {
    background-color: white;
    color: #F49F0C;
}

    .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);
}

.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 #F49F0C;
    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;
    font-family: 'Poppins Medium', sans-serif;
    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;
}
 
.c-pointer{
    cursor: pointer;
}
.img-border {
    border: 1px solid #F49F0C;
    border-radius: 4px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 138px;
    height: 138px;
    max-width: 100%;
    padding: 3px;
}
.upload-img {
    background: #f49b010f;
    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-width: 100%;
        max-height: 125px;
    }
.green {
    color: #F49F0C !important;
}
.success-icon {
    background: #5ED982;
    padding: 3px;
    border-radius: 25px;
    color: #FFFFFF;
}

#initialEmployment a{
    text-decoration:none;
}

@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;
}
.round-white img {
    height: 20px;
    width: auto;
    max-width: 100%;
}
.round-white {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 8px 0px whitesmoke;
    width: 43px;
    height: 43px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.sidebar-links li:hover a, .sidebar-links li.active a {
    background-color: white;
    color: #455A64;
}
.sidebar-links li:hover, .sidebar-links li.active a {
    background-color: white;
    color: #455A64;
}
.grey45 {
    color: #455A64;
}
.dashboard .cardorange  {
    background-image: url('../../assets/images/Mask Group 2.svg');
}
.dashboard .cardgrey {
    background-image: url('../../assets/images/Mask Group 1.svg');
}
.dashboard .card {
    background-size: 100%;
    background-repeat: no-repeat;
    display: flex;
    border-radius: 18px !important;
    min-height: 130px;
    justify-content: center;
    align-items: center;
/*    border: 1px solid transparent;
*/    background-position: bottom;
}
 
    .dashboard .card:hover {
        border: 2px solid #F49F0C;
    }
    .w-25 {
        width: 25px !important;
        height: 25px !important;
    }
.f-11{
    font-size: 11px;
}
@media (min-width: 768px){
    .total .col-md-1 {
        flex: 0 0 auto;
        width: 4.333333%;
    }
    .total .col-md-2 {
        flex: 0 0 auto;
        width: 14.666667%;
    }
    .total .col-md-3 {
        flex: 0 0 auto;
        width: 27%;
    }
}
.green-box {
    background-color: #F49F0C;
    border-radius: 4px;
    display: inline-flex;
    max-width: 100%;
    justify-content: center;
    border: 2px solid #e19104;
    align-items: center;
    box-shadow: 0px 0px 8px 0px #70707069;
}
.lock-div {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #F49F0C6e;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lock-img img {
    height: 17px;
}
.lock-img {
    border-radius: 50% !important;
    background-color: #F49F0C;
    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: 8px;
}
.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 #F49F0C !important;
    background-color: #F49F0C0f !important;
    border-color: #F49F0C !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;
}



.container-checkboxNew {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    color: #052340;
    margin-bottom: 20px;
    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-checkboxNew input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

    /* Create a custom checkbox */
.container-checkboxNew .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    border: 1px solid #052340;
    width: 18px;
    background-color: #fff;
    border-radius: 2px;
}

    /* On mouse-over, add a grey background color */
/*.container-checkboxNew:hover input ~ .checkmark {
    background-color: #ccc;
}
*/
    /* When the checkbox is checked, add a blue background */
.container-checkboxNew input:checked ~ .checkmark {
    background-color: #fff;
    border: 1px solid #F49F0C;
}
    /* Create the checkmark/indicator (hidden when not checked) */
.container-checkboxNew .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

    /* Show the checkmark when checked */
.container-checkboxNew input:checked ~ .checkmark:after {
    display: block;
}

    /* Style the checkmark/indicator */
    .container-checkboxNew .checkmark:after {
        left: 5px;
        top: 1px;
        width: 6px;
        height: 10px;
        border: solid #F49F0C;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.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;
}
.infoicon2 {
    background: #F49F0C;
    color: #fff;
    width: 18px;
    height: 16px;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    font-size: 7px !important;
    border-radius: 50%;
}
.container-checkbox {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    color: #455A64 !important;
    margin-bottom: 20px;
    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 #052340;
        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 #F49F0C;
    }
    /* 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 #F49F0C;
        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: #052340;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 14px;
    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-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 #052340;
        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:checked ~ .checkmark {
        background-color: #F49F0C;
        border: 2px solid #F49F0C;
    }
    /* 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: 4px;
        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);
    }

.tbl-actions {
    font-size: 23px !important;
    color: #B7BDC3 !important;
}

    .tbl-actions:hover {
        color: #F49F0C !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: #F49F0C;
    background-color: #F49F0C17;
    border-color: #F49F0C;
}
.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: 0.8rem;
    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: #F49F0C !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: #F49F0C;
}
.sidebar-links ul li a.dropdown-item:active, .sidebar-links ul li a.dropdown-item.active {
    color: #fff;
    text-decoration: none;
    background-color: #F49F0C;
}
.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;
}
.nav-tabs li.nav-item {
    width: 50%;
}
.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: 14px !important;
    /* width: 100%; */
    font-family: var(--bold);
    border-bottom: 3px solid #017691;
    outline: none;
    border-color: transparent transparent #017691 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;
     
    text-align: center;
    font-size: 14px !important;
    cursor: pointer;
 
    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;
    }
     

.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 #F49F0C;
    border-radius: 12px;
    background-color: #F49F0C0f;
    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 #F49F0C61 !important;
    background-color: #F49F0C0f !important;
    border-radius: 6px;
    margin: 5px 0px;
    border-color: #F49F0C61 !important;
}
.notify-ul li {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    margin: 5px 0px;
}
.bg-book {
    border: 1px solid #F49F0C61 !important;
    background-color: #F49F0C0f !important;
    border-color: #F49F0C61 !important;
}

.bg-cancelled {
    background-color: #FF3A2A;
    color: white;
}

.bg-review {
    background-color: #00CC88;
    color: white;
}

.bg-resh {
    background-color: #E28B1A;
    color: white;
}

.bg-paid {
    background-color: #1B84E7;
    color: white;
}
.language {
    cursor: pointer;
}
/*.btn-sm-2.btn {
    padding: 5px !important; 
}*/
.iti{
    display:block!important
}