body {
    padding-bottom: 0px;
    position: relative;
    min-height: 100%;
    background: #f9f9f9;
}

a {
    transition: background 0.2s, color 0.2s;
}
a:hover,
a:focus {
    text-decoration: none;
}

#wrapper {
    padding-left: 0;
    transition: all 0.5s ease;
    position: relative;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #fff;
    border-right: #dcdcdc 1px solid;
    transition: all 0.5s ease;
    padding: 8px;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

.sidebar-brand {
    position: absolute;
    top: 0;
    width: 250px;
    text-align: left;
    padding: 15px 0;
}

.sidebar-nav {
    position: absolute;
    top: 100px;
    width: 220px;
    margin: 0;
    padding: 0px 0px 20px;
    list-style: none;
}
.sidebar-nav > li {
    text-indent: 10px;
    line-height: 42px;
    margin-bottom: 10px;
}
.sidebar-nav > li a {
    display: block;
    text-decoration: none;
    color: #4cb2a9;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    padding: 6px 8px 8px;
    line-height: 28px;
}

.sidebar-nav > li > a svg {
    margin-right: 8px;
    margin-top: -3px;
    width: 20px;
}

.sidebar-nav > li > a:hover,
.sidebar-nav > li.active > a {
    text-decoration: none;
    color: #4cb2a9;
    background: rgba(33, 178, 164, 0.12);
    border-radius: 12px;
    width: 100%;
}

.sidebar-nav > li > a:hover svg path,
.sidebar-nav > li.active > a svg path {
    fill: #4cb2a9;
}
.sidebar-nav > li > a:hover svg .cls-1,
.sidebar-nav > li > a:hover svg.job path,
.sidebar-nav > li.active > a svg .cls-1,
.sidebar-nav > li.active > a svg.job path {
    stroke: #4cb2a9;
    fill: none;
}

.sidebar-nav > li > a i.fa {
    font-size: 24px;
    width: 60px;
}

.sidebar-nav > li > ul.dropdown-menu > li a {
    display: block;
    text-decoration: none;
    color: #4cb2a9;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    padding: 6px 8px 8px;
    line-height: 28px;
}

.sidebar-nav > li > ul.dropdown-menu > li a:hover,
.sidebar-nav > li > ul.dropdown-menu > li.active > a {
    text-decoration: none;
    color: #4cb2a9;
    background: rgba(33, 178, 164, 0.12);
    border-radius: 12px;
    width: 90%;
}

#navbar-wrapper {
    width: 100%;
    position: absolute;
    z-index: 2;
}
#wrapper.toggled #navbar-wrapper {
    position: absolute;
    margin-right: -250px;
}
#navbar-wrapper .navbar {
    background-color: #fff;
    font-size: 24px;
    margin-bottom: 0;
    border-radius: 0;
    border-bottom: #dcdcdc 1px solid;
}
#navbar-wrapper .navbar a {
    color: #757575;
    width: auto;
    float: left;
}
#navbar-wrapper .navbar a:hover {
    color: #f8be12;
}

#content-wrapper {
    width: 100%;
    position: absolute;
    padding: 10px 25px 25px;
    top: 100px;
}

#content-wrapper p {
    color: #898989;
    font-size: 15px;
}

#content-wrapper h1 {
    color: #202020;
    font-size: 38px;
    font-weight: 600;
}

#content-wrapper h2 {
    color: #2b3674;
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 25px;
}

#wrapper.toggled #content-wrapper {
    position: absolute;
    margin-right: -250px;
}

@media (min-width: 992px) {
    #wrapper {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 60px;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 80px;
    }

    #wrapper.toggled #navbar-wrapper {
        position: absolute;
        margin-right: -190px;
    }

    #wrapper.toggled #content-wrapper {
        position: absolute;
        margin-right: -190px;
    }

    #navbar-wrapper {
        position: relative;
    }

    #wrapper.toggled {
        padding-left: 60px;
    }

    #content-wrapper {
        position: relative;
        top: 0;
    }

    #wrapper.toggled #navbar-wrapper,
    #wrapper.toggled #content-wrapper {
        position: relative;
        margin-right: 60px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #wrapper {
        padding-left: 60px;
    }

    #sidebar-wrapper {
        width: 60px;
    }

    #wrapper.toggled #navbar-wrapper {
        position: absolute;
        margin-right: -250px;
    }

    #wrapper.toggled #content-wrapper {
        position: absolute;
        margin-right: -250px;
    }

    #navbar-wrapper {
        position: relative;
    }

    #wrapper.toggled {
        padding-left: 250px;
    }

    #content-wrapper {
        position: relative;
        top: 0;
    }

    #wrapper.toggled #navbar-wrapper,
    #wrapper.toggled #content-wrapper {
        position: relative;
        margin-right: 250px;
    }
}

@media (max-width: 767px) {
    #wrapper {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 0;
        padding: 0px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 250px;
        padding: 8px;
    }
    #wrapper.toggled #navbar-wrapper {
        position: absolute;
        margin-right: -250px;
    }

    #wrapper.toggled #content-wrapper {
        position: absolute;
        margin-right: -250px;
    }

    #navbar-wrapper {
        position: relative;
    }

    #wrapper.toggled {
        padding-left: 250px;
    }

    #content-wrapper {
        position: relative;
        top: 0;
    }

    #wrapper.toggled #navbar-wrapper,
    #wrapper.toggled #content-wrapper {
        position: relative;
        margin-right: 250px;
    }
}

a.brand-logo {
    width: 100%;
    display: inline-block;
    padding: 0px 5px;
}

a.brand-logo .logo-m {
    display: none;
}

a.brand-logo .logo {
    width: 100px;
}

.navbar-header {
    width: 100%;
    display: inline-block;
}

.sidebar-nav li .dropdown-toggle::after {
    border: 0px;
    background: url(../img/arrow.png) center center no-repeat;
    background-size: 6px;
    width: 20px;
    height: 20px;
    float: right;
    margin-top: 4px;
}

.sidebar-nav li .dropdown-toggle.show::after {
    border: 0px;
    background: url(../img/arrow.png) center center no-repeat;
    background-size: 6px;
    width: 20px;
    height: 20px;
    float: right;
    margin-top: 4px;
    transform: rotate(90deg);
    transition: 0.5s;
}

.sidebar-nav .dropdown-menu.show {
    display: block;
    position: relative !important;
    transform: none !important;
    border: 0px;
    padding: 0px 0px 0px 10px;
}

.sidebar-nav .dropdown-menu.show li a {
    display: inline-block;
    padding: 5px 0px;
    font-size: 14px;
}

.sidebar-nav .dropdown-menu.show li a svg {
    width: 12px;
    height: auto;
    margin-right: 5px;
}

.toggled .sidebar-nav > li a {
    font-size: 0px;
}

.toggled .sidebar-brand a.brand-logo {
    padding: 0px;
}

.searchbar {
    width: 30%;
    float: left;
    margin-top: 3px;
}

.searchbar input {
    width: 100%;
    display: inline-block;
    background: #f9f9f9 url(../img/search.png) 10px center no-repeat;
    background-size: 14px;
    border-radius: 6px;
    padding: 0px 0px 0px 35px;
    border: 0px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}

.header-left {
    width: auto;
    float: left;
    margin: 10px 0px 0px 15px;
}

.header-left a {
    color: #fff !important;
}

.headerprofile {
    width: auto;
    float: right;
}

.headerprofile ul {
    list-style: none;
    margin: 3px 0px 0px;
}

.headerprofile ul li {
    width: auto;
    display: inline-block;
    padding: 0px 5px;
}

#navbar-wrapper .navbar a.add-btn {
    color: #757575;
    background: #4eb4aa;
    height: 38px;
    line-height: 28px;
    padding: 0px;
    width: 60px;
    text-align: center;
    border-radius: 20px;
}

.headerprofile .dropdown-toggle::after {
    display: none;
}

.global-timer-desktop {
    background: #7d8892;
    height: 38px;
    display: inline-block;
    line-height: 38px;
    border-radius: 25px;
    color: #fff !important;
    font-size: 16px;
    padding: 0px 10px 0px 0px;
}

.global-timer-desktop a {
    height: 38px;
    line-height: 38px;
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    padding: 0px;
    text-align: center;
    display: inline-block;
    width: 90px;
}

.global-timer-desktop a svg {
    margin-top: -4px;
    margin-right: 5px;
}

.global-timer-desktop .hide {
    display: none !important;
}

a.global-timer-viewdetails {
    border-left: #fff 1px solid;
    width: 35px;
    padding-right: 0px;
    padding-left: 8px;
}

a.global-timer-viewdetails svg {
    margin-right: 0px;
}
.notifications {
    position: relative;
}

.notifications .normal {
    width: 12px;
    height: 12px;
    position: absolute;
    right: 3px;
    top: 10px;
    background: #4eb4aa;
    border: #fff 2px solid;
    border-radius: 25px;
}

.notifications .normal.active {
    background: #f9837c;
}

.headerprofile ul li.li-profile {
    width: auto;
    float: right;
    padding: 3px 9px 3px 15px;
}

.profile_info {
    width: auto;
    display: inline-block;
    margin-right: 15px;
}

.profile_info img {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.profile_info h6 {
    width: auto;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #202020;
    margin-top: 2px;
    margin-bottom: 0px;
}

.profile_info h6 span {
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #898989;
}

.headerprofile .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.headerprofile .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.headerprofile .dropdown-menu li {
    width: 100%;
    margin: 0px;
    padding: 0px;
    display: block;
}

.headerprofile .dropdown-menu li a {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    text-decoration: none;
}

.headerprofile .dropdown-menu li a:focus,
.headerprofile .dropdown-menu li a:hover {
    color: #262626 !important;
    text-decoration: none;
    background-color: #f5f5f5;
}

.headerprofile .dropdown-menu-right {
    right: 0;
    left: auto;
}

.headerprofile .dropdown-menu.show {
    display: block;
}

.headerprofile .dropdown-menu:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.15);
    content: "";
}

.headerprofile .dropup .dropdown-menu.dropdown-menu-right:before,
.headerprofile .dropdown-menu.dropdown-menu-right:before {
    left: initial;
    right: 9px;
}

.headerprofile .dropdown-menu.show {
    margin-top: 8px;
}

.headerprofile .universal-add .dropdown-menu.show {
    margin-top: 15px;
}

.dbbox {
    box-shadow: 0px 1px 3px 0px #00000014;
    background-color: #fff;
    padding: 20px;
    border-radius: 12px;
    position: relative;
    display: inline-block;
    width: 100%;
}

.dbbox h3 {
    width: 100%;
    display: inline-block;
    color: #202020;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    margin: 0px;
}

.dbbox h3 span {
    width: 100%;
    display: block;
    color: #898989;
    font-weight: 400;
    font-size: 14px;
}

.dbbox span.ic {
    position: absolute;
    right: 25px;
    top: 22px;
}

.progress_bar_item {
    margin-top: 1rem;
}
.item_label,
.item_value {
    font-size: 14px;
    font-weight: 600 !important;
    color: #333;
    float: right;
    margin-top: -8px;
}

.item_bar {
    position: relative;
    height: 6px;
    width: 80%;
    background-color: #dcdcdc;
    border-radius: 4px;
}
.item_bar .progress {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    margin: 0;
    height: 6px;
    background-color: #f50045;
    transition: width 100ms ease;
}

.dbbox1 .item_bar .progress {
    background-color: #775da6;
}

.dbbox2 .item_bar .progress {
    background-color: #f9837c;
}

.dbbox3 .item_bar .progress {
    background-color: #70b6c1;
}

.dbbox4 .item_bar .progress {
    background-color: #f3cc5c;
}

.contbox {
    box-shadow: 0px 1px 3px 0px #00000014;
    background-color: #fff;
    padding: 10px 20px 20px;
    border-radius: 12px;
    position: relative;
}

.contbox h5,
.contbox h4 {
    color: #2b3674;
    font-weight: bold;
}

.contbox h4 span {
    background: #f6ddff;
    color: #d456fd;
    font-size: 12px;
    font-weight: 400;
    padding: 3px 10px;
    border-radius: 3px;
    margin-left: 5px;
    margin-top: -3px;
    display: inline-block;
    width: auto;
}

.contbox table {
    border: 0px !important;
    padding: 0px;
    margin: 20px 0px 0px !important;
    width: 100% !important;
    float: left;
}

.contbox table thead tr th:first-child {
    border-radius: 10px 0px 0px 10px;
}

.contbox table thead tr th:last-child {
    border-radius: 0px 10px 10px 0px;
}

.contbox table tr th {
    background: #f1f4f9;
    color: #202224;
    border: 0px !important;
    padding: 10px !important;
    font-weight: 500;
    font-size: 14px;
}

.contbox table tr {
    border: 0px !important;
}
.contbox table tr td {
    border: 0px !important;
    padding: 20px 10px !important;
    font-size: 14px;
    color: #898989;
    vertical-align: middle;
}

.contbox table tr td label {
    font-size: 14px !important;
    color: #898989 !important;
    font-weight: 400;
    margin: 0px !important;
    padding: 0px !important;
}

.contbox table tr td a {
    padding: 2px 5px;
    font-size: 14px;
    text-decoration: none;
}

.contbox table tr td a svg {
    width: 25px;
}

.contbox table tr td select {
    word-wrap: normal;
    border: 1px solid #ececec;
    height: 24px;
    border-radius: 5px;
    padding: 0px 5px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: #f9f9f9;
    color: #898989;
}

.contbox table tr.borderbottom {
    border-bottom: rgba(151, 151, 151, 0.5) 1px solid !important;
}

.contbox .card-header {
    padding: 0;
    margin-bottom: 0;
    background: 0px;
    border-bottom: 0px;
}

.contbox select {
    border: #d5d5d5 1px solid;
    border-radius: 25px !important;
    height: 36px;
    width: 150px;
    padding: 0px 10px;
}
.contbox .card {
    border: 0px;
    border-radius: 0px;
}

.contbox .card-body {
    flex: 0;
    padding: 0;
    margin-top: 10px;
}

.mybtn {
    background: linear-gradient(90deg, #1c5858 0%, #53b1b1 100%);
    border: 0px;
    border-radius: 6px;
    padding: 0px 18px;
    height: 44px;
    line-height: 44px;
}

.basic-form {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
}

.basic-form label {
    color: #000;
    font-size: 15px;
    width: 100%;
    font-weight: 500;
}

.basic-form input {
    background: #fff;
    border: 1px solid #d4d4d4;
    height: 44px;
    margin-bottom: 5px;
    font-size: 15px;
    color: #21252d;
    width: 100%;
    border-radius: 25px;
    padding: 0px 15px;
}

.basic-form select {
    background: #fff url(../images/dropdown.png) 96% center no-repeat;
    border: 1px solid #d4d4d4;
    height: 44px;
    margin-bottom: 5px;
    font-size: 15px;
    color: #21252d;
    width: 100%;
    padding: 0px 15px;
    border-radius: 25px;
    appearance: initial;
}

.basic-form input::placeholder {
    color: #21252d;
}

.submit-btn {
    border: 0px;
    line-height: 40px;
    padding: 0px 20px !important;
    background: linear-gradient(90deg, #1c5858 0%, #53b1b1 100%);
}

.submit-btn:hover {
    background: linear-gradient(90deg, #53b1b1 0%, #1c5858 100%);
}

.my_btn {
    background: #197d73;
    border: 0px;
    color: #fff;
    line-height: 40px;
    padding: 0px 20px !important;
}

.my_btn:hover {
    background: #11222c;
    color: #fff;
}

.basic-form .display_image {
    height: 100px !important;
    width: 100px !important;
    float: right;
    margin-right: 0px;
    object-fit: cover;
}
.basic-form input[type="checkbox"] {
    height: auto;
    margin-right: 7px;
    margin-bottom: 0px;
    width: auto;
}

.basic-form h6 {
    color: #4cb2a9;
    font-size: 18px;
    font-weight: 600;
}

.dataTables_length {
    width: 50%;
    float: left;
}

.dataTables_filter {
    width: 50%;
    float: right;
}

.breadcrumb li.breadcrumb-item a {
    color: #6c757d;
    text-decoration: none;
}

.breadcrumb li.breadcrumb-item a:hover {
    color: #6c757d;
    text-decoration: underline;
}

.content-body h3 {
    font-size: 24px;
}

.basic-form .mybtn {
    height: 50px !important;
    color: #fff !important;
    background: linear-gradient(90deg, #1c5858 0%, #53b1b1 100%);
    border: 0px;
    font-size: 15px;
    font-weight: 500 !important;
}

.basic-form .mybtn:hover {
    background: linear-gradient(90deg, #53b1b1 0%, #1c5858 100%);
}

.form-switch-box {
    padding: 0px 15px;
    margin-top: -15px;
}

.form-switch-box input[type="checkbox"] {
    height: 0;
    width: 0;
    visibility: hidden;
}

.form-switch-box label {
    cursor: pointer;
    text-indent: -9999px;
    width: 50px;
    height: 25px;
    background: #8ea8a6;
    display: block;
    border-radius: 100px;
    position: relative;
}

.form-switch-box label:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50px;
    transition: 0.3s;
}

.form-switch-box input:checked + label {
    background: #eb7b17;
}

.form-switch-box input:checked + label:after {
    left: calc(100% - 5px);
    transform: translateX(-100%);
}

.form-switch-box label:active:after {
    width: 50px;
}

.columBox {
    box-shadow: 0px 1px 3px 0px #00000014;
    background-color: #fff;
    padding: 20px;
    border-radius: 12px;
    position: relative;
}

.main_btn {
    background: linear-gradient(90deg, #1c5858 0%, #53b1b1 100%);
    width: auto;
    display: inline-block;
    padding: 0px 25px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #fff;
    border: 0px;
}

.main_btn:hover {
    background: #000;
    color: #fff;
}

.annual-plan sup {
    color: #4eb4aa !important;
}

.basic-form .card-input {
    background: #fff;
    border: 1px solid #d4d4d4;
    height: 44px;
    padding: 0px 15px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #21252d;
    border-radius: 25px;
}

.card.card-main {
    background: #f9f9f9;
    border: 0px;
    padding: 20px;
    height: 140px;
    position: relative;
    display: inline-block;
    width: 100%;
}

.card-no {
    font-size: 17px;
    color: #000;
    font-weight: 500;
}

img.visa-ic {
    width: 40px;
    height: auto;
    object-fit: cover;
}

.card-holder {
    width: auto;
    float: left;
    margin: 10px 0px;
    font-size: 14px;
}

.card-holder span {
    font-weight: 500;
    display: block;
}

.card-holder.expir {
    float: right;
}

a#deletecard {
    position: absolute;
    right: -10px;
    top: -10px;
}

.book-now {
    background: linear-gradient(90deg, #1c5858 0%, #53b1b1 100%);
    width: auto;
    position: absolute;
    right: 20px;
    bottom: -15px;
    padding: 0px 25px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
    border: 0px;
}

.book-now:hover {
    background: linear-gradient(90deg, #53b1b1 0%, #1c5858 100%);
    color: #fff;
}

#content-wrapper .columBox h3 {
    font-size: 21px;
    font-weight: 500;
    color: #1d2338;
}

.form-group {
    display: block;
    margin-bottom: 15px;
}

.form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-group label {
    position: relative;
    cursor: pointer;
}

.form-group label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #eee;
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}

.form-group input:checked + label::before {
    border: 2px solid #eb7b17;
}

.form-group input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 10px;
    width: 6px;
    height: 14px;
    border: solid #eb7b17;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.radio {
    width: auto;
    display: inline-block;
    margin: 0.5rem;
}

.radio label {
    font-weight: 400;
}
.radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: auto;
    left: 0px;
}
.radio input[type="radio"] + .radio-label:before {
    content: "";
    background: #fff;
    border-radius: 100%;
    border: 1px solid #eee;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    position: relative;
    top: 0em;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}
.radio input[type="radio"]:checked + .radio-label:before {
    background-color: #eb7b17;
    box-shadow: inset 0 0 0 4px #fff;
}
.radio input[type="radio"]:focus + .radio-label:before {
    outline: none;
    border-color: #eee;
}
.radio input[type="radio"]:disabled + .radio-label:before {
    box-shadow: inset 0 0 0 4px #eee;
    border-color: #b4b4b4;
    background: #b4b4b4;
}
.radio input[type="radio"] + .radio-label:empty:before {
    margin-right: 0;
}

.card-body #payment-form .col-12.col-md-6.col-sm-6 {
    margin-top: 20px;
}

.faq-drawer__title {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 5px 20px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    position: relative;
}
.add-faq,
.faq-drawer__title:hover {
    background-color: #ccc;
}
.faq-drawer__title:after {
    content: "\002B";
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
}
.add-faq:after {
    content: "\2212";
}
.card-holder label {
    margin: 0;
    color: #747474;
}
.faq-drawer__content-wrapper {
    padding: 0 18px;
    background-color: white;
    overflow: hidden;
    display: none;
    transition: max-height 0.2s ease-out;
    margin-bottom: 5px;
}

.faq-drawer__content-wrapper .card-holder.expir {
    float: left;
}

.top-header {
    font-size: 24px;
    font-weight: 700;
    line-height: 29.26px;
    text-align: left;
    color: #747474;
}

.pricetyp-1 {
    font-size: 40px;
    font-weight: 800;
    line-height: 40px;
    text-align: left;
    color: #000;
    margin: 10px 0px 5px;
}

.sub-cont-typ1 {
    font-size: 14px;
    font-weight: 500;
    line-height: 17.07px;
    text-align: left;
    color: #747474;
    padding-bottom: 20px;
}

input.probtn {
    background: #4eb4aa;
    width: 100%;
    padding: 0px 25px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #fff;
    border: 0px;
    border-radius: 3px;
}

input.probtn:hover {
    background: #000;
    color: #fff;
}

.total-full {
    font-size: 20px;
    padding: 10px 10px;
    border-bottom: #dcdcdc 1px solid;
    text-align: right;
}

.border0 {
    border: 0px;
}

.pay_btn {
    width: 100%;
    display: inline-block;
    height: 50px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
}

.thank-full .sub-heading {
    padding: 0px 0px 15px;
    font-weight: 600;
}

.thank-full .thank-cont {
    padding: 0px 0px 15px;
}

.thank-full .back_btn {
    width: auto;
    display: inline-block;
    font-size: 16px;
    background: #4eb4aa;
    line-height: 40px;
    color: #fff;
    padding: 0px 20px;
    text-decoration: none;
}

.thank-full .back_btn:hover {
    background: #000;
}

.chat_list h4 {
    font-size: 21px;
}

.chat_list svg {
    margin-right: 10px;
}

.chat_list h4 span {
    margin-left: 10px;
    background: #f6ddff;
    height: 30psx;
    line-height: 30px;
    padding: 2px 10px;
    color: #d456fd;
    font-size: 15px;
    border-radius: 3px;
}

.chat_box_left_g {
    margin-bottom: 30px;
}

.chat_box_left {
    margin: 15px 0px;
    background: #f5f5f5;
    border-radius: 15px 15px 15px 0px;
    padding: 10px 5px 10px 10px;
    width: 80%;
    float: left;
}

#content-wrapper .chat_box_left p {
    color: #202224;
    font-size: 14px;
}

.chat_box_right {
    margin: 15px 0px;
    background: #00b69b;
    border-radius: 15px 15px 0px 15px;
    padding: 10px 5px 10px 10px;
    width: 80%;
    float: right;
}
#content-wrapper .chat_box_right p {
    color: #fff;
    font-size: 14px;
}

span.time_more {
    width: auto;
    float: right;
}

span.time_more .time {
    color: #757575;
    font-size: 13px;
    float: left;
    width: auto;
    margin-right: 10px;
}

span.time_more a.more {
    float: right;
    width: auto;
}

.chat_box_right span.time_more .time {
    color: #fff;
}

.chat_box_right span.time_more a.more svg path {
    fill: #fff;
}

.job_management .table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: #fff;
    color: #898989;
}

.job_management .contbox table tr {
    margin: 10px 0px;
    display: inline-block;
    width: 100%;
}

.job_management .contbox table tr td {
    background: #edeefc;
    border-radius: 25px;
    box-shadow: none;
    display: inline-block;
    width: 100%;
    padding: 10px 20px !important;
}

.job_management .contbox table tr td span {
    padding: 5px 10px;
    float: right;
    background: #fff;
    border-radius: 21px;
    width: 120px;
    text-align: center;
}

a.view_btn {
    color: #05cd99;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
}

.counting {
    width: 120px;
    float: left;
}

.chart__container {
    width: calc(100% - 125px);
    float: right;
}

.selectbox {
    background: #f4f7fe;
    padding: 5px 8px;
    border-radius: 5px;
    margin-bottom: 15px;
    font-size: 14px;
}

.pricetxt {
    margin-bottom: 20px;
}

#content-wrapper .dbchart .pricetxt h2 {
    color: #2b3674;
    font-size: 30px;
    font-weight: 700;
    margin: 0px;
}

.pricetxt span {
    color: #a3aed0;
    font-size: 14px;
    font-weight: 400;
}

.tracktxt {
    color: #05cd99;
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
    line-height: 30px;
}

.tracktxt svg {
    margin-top: -3px;
    margin-right: 5px;
}

.contingtxt {
    color: #05cd99;
    font-size: 15px;
    font-weight: 500;
    margin-top: 20px;
}
.upload-img button {
    display: block;
}

.upload-img svg {
    width: 40px;
    height: auto;
}

.basic-form textarea {
    border-radius: 25px;
    color: #21252d;
    margin-bottom: 5px;
}
.basic-form .select2-container--default .select2-selection--multiple,
.basic-form .select2-container .select2-selection--multiple {
    height: auto;
    border-radius: 25px;
    padding: 5px 5px 0px;
}

.basic-form .select2-container .select2-search--inline {
    float: left;
    height: 44px;
    line-height: 40px;
}

.basic-form .form-group label {
    font-weight: 400;
}

.basic-form
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__clear {
    cursor: pointer;
    position: absolute;
    right: 2px;
    float: none;
}
.basic-form
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    margin: 3px;
    border-radius: 25px;
    min-height: 35px;
    display: flex;
    align-items: center;
}
.basic-form
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered {
    padding: 0px;
}

label.error {
    color: red !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

input[type="file"] {
    padding: 10px 18px;
}
input[type="file"]::file-selector-button {
    background: linear-gradient(90deg, #1c5858 0%, #53b1b1 100%);
    color: #fff;
    border-radius: 25px 0 0 25px;
}
input[type="file"]::file-selector-button:hover {
    color: #21252d;
}

/* .basic-form .img-responsive {
  width: 70px !important;
  height: 70px !important;
} */

select.monthly_select {
    width: auto;
    float: right;
    color: #a3aed0;
    border: 0px;
    margin-top: 5px;
}

.dbchart h3 {
    font-weight: 700;
    font-size: 21px;
    width: auto;
    height: 42px;
    padding-right: 20px;
    color: #2b3674;
}

.dbchart h5,
.equipments h5 {
    color: #2b3674;
}

.dbchart span.icon {
    width: auto;
    float: right;
    margin-right: 10px;
}

.equipments .contbox {
    display: inline-block;
    width: 100%;
}

.equipments .contbox .card-body {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 21px;
    margin-top: 20px !important;
    border-radius: 12px;
    padding: 15px 20px;
    text-align: center;
}

.equipments .contbox .scroll_bar {
    height: 280px;
    overflow-y: auto;
    float: left;
    width: 100%;
    padding: 10px 20px 20px;
}

.equipments .contbox h5 {
    font-size: 18px;
}

.equipments .contbox .card-body table {
    margin: 0px !important;
}

.equipments .contbox .card-body table tr {
    float: left;
    width: 100%;
}

.equipments .contbox .card-body table tr td {
    border-right: #f4f7fe 1px solid !important;
    padding: 5px !important;
    float: left;
    width: 33.33%;
}
.equipments .contbox .card-body table tr td:last-child {
    border-right: #f4f7fe 0px solid !important;
}

.equipments .contbox .card-body table tr td h5 {
    color: #2b3674;
    font-size: 21px;
    font-weight: bold;
    margin: 0px 0px 0px 10px !important;
}

.equipments .contbox .card-body table tr td span {
    color: #a3aed0;
    font-size: 14px;
}

.equipments .contbox .card-body table tr td span.icon1 {
    width: 10px;
    height: 10px;
    background: #4318ff;
    border-radius: 25px;
    display: inline-block;
}

.equipments .contbox .card-body table tr td span.icon2 {
    width: 10px;
    height: 10px;
    background: #6ad2ff;
    border-radius: 25px;
    display: inline-block;
}

.equipments .contbox .card-body table tr td span.icon3 {
    width: 10px;
    height: 10px;
    background: #00b69b;
    border-radius: 25px;
    display: inline-block;
}

/*----------Chartjs css-----------*/

@keyframes chartjs-render-animation {
    from {
        opacity: 0.99;
    }
    to {
        opacity: 1;
    }
}
.chartjs-render-monitor {
    animation: chartjs-render-animation 1ms;
}
.chartjs-size-monitor,
.chartjs-size-monitor-expand,
.chartjs-size-monitor-shrink {
    position: absolute;
    direction: ltr;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    pointer-events: none;
    visibility: hidden;
    z-index: -1;
}
.chartjs-size-monitor-expand > div {
    position: absolute;
    width: 1000000px;
    height: 1000000px;
    left: 0;
    top: 0;
}
.chartjs-size-monitor-shrink > div {
    position: absolute;
    width: 200%;
    height: 200%;
    left: 0;
    top: 0;
}

#line-chart {
    margin: 0 auto;
    height: 280px !important;
}

#canvas_line {
    height: 268px !important;
}

.basic-form
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background: linear-gradient(90deg, #1c5858 0%, #53b1b1 100%);
    border: 0px;
    color: #fff;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 10px !important;
    font-size: 14px;
}

.basic-form
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    color: #fff !important;
    margin-right: 5px !important;
}

.basic-form
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove:hover {
    color: #fff !important;
}

@media screen and (max-width: 700px) {
    .chartCanvas {
        padding: 0;
        margin: 0;
        min-height: 235px;
        max-height: 265px;
    }
}

@media screen and (min-width: 701px) {
    .chartCanvas {
        min-height: 200px;
        max-height: 250px;
    }
}

.boxes {
    margin: auto;
    display: inline-block;
    width: 100%;
}

.boxes_sub {
    display: flex;
    width: auto;
    float: left;
    margin: 15px 15px 15px 0px;
}

.boxes_sub label {
    width: auto;
    float: left;
    text-decoration: none;
    background: rgba(10, 221, 229, 0.38);
    border-radius: 25px;
    padding: 10px 20px 10px 15px;
}

/*Checkboxes styles*/
.boxes input[type="checkbox"] {
    display: none;
}

.boxes input[type="checkbox"] + label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    font: 14px/20px "Open Sans", Arial, sans-serif;
    color: #6c757d;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.boxes input[type="checkbox"] + label:last-child {
    margin-bottom: 0;
}

.boxes input[type="checkbox"] + label:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border: 1px solid #6c757d;
    position: absolute;
    top: 11px;
    left: 10px;
    opacity: 0.6;
    -webkit-transition: all 0.12s, border-color 0.08s;
    transition: all 0.12s, border-color 0.08s;
}

.boxes input[type="checkbox"]:checked + label:before {
    width: 10px;
    top: 7px;
    left: 15px;
    border-radius: 0;
    opacity: 1;

    border-color: #fff;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.boxes input[type="checkbox"]:checked + label {
    background: linear-gradient(90deg, #1c5858 0%, #53b1b1 100%);
    color: #fff;
}

#reveal-wrap {
    position: absolute;
    left: -15px;
    top: -28px;
    bottom: 0;
    width: 100%;
    padding-bottom: 0;
    z-index: 100;

    #reveal-click {
        background: transparent;
        color: #1c89ff;
        cursor: pointer;
        font-size: 26px;
        margin: 0px 0 0 10%;
        padding: 10px 18px;
        text-decoration: none;
        display: contents;
    }
    #hidden-div {
        background: #fff;
        color: #000;
        font-size: 16px;
        line-height: 22px;
        margin: 0;
        position: absolute;
        padding: 20px;
        width: 300px;
        top: 45px;
        /* height: 445px; */
        max-height: 445px;
        right: -15px;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
            rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
            rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
        border-radius: 5px;
        overflow-y: auto;
    }
}
#reveal-wrap #hidden-div {
    display: none;
}
.clientsClose {
    display: block;
}
#navbar-wrapper #hidden-div a {
    color: #f00;
    padding: 28px 0px 0;
}
#navbar-wrapper #hidden-div a:hover {
    text-decoration: none;
}
#navbar-wrapper #hidden-div p {
    margin-top: 10px;
    margin-bottom: 0;
    border-bottom: 1px solid #837f7f;
}
#hidden-div .time-full {
    display: flex;
}
#hidden-div h3 {
    font-size: 23px;
    margin: 0;
}
#hidden-div h4 {
    font-size: 14px;
    margin: 0;
}
#hidden-div h5 {
    font-size: 11px;
    margin-top: 25px;
    margin-bottom: 0;
    border-bottom: 1px solid #aba8a8;
}
#hidden-div img {
    width: 21%;
    height: 21px;
    object-fit: contain;
}
#hidden-div .setrowflx {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #aba8a8;
}
.set-center {
    margin: 0 auto;
    width: fit-content;
}
.boxes input[type="checkbox"]:checked + label {
    background: linear-gradient(90deg, #1c5858 0%, #53b1b1 100%);
    color: #fff;
}

#NotificationsTable thead {
    display: none;
}

#NotificationsTable td svg {
    width: 25px;
    float: left;
    margin: 1px 10px 0px;
}

#NotificationsTable td h6 {
    width: calc(100% - 50px);
    float: left;
    margin: 0px;
    color: #202020;
    font-size: 16px;
}

#calendar {
    max-width: 100%;
    margin: 0px auto 40px;
    padding: 0 10px;
    display: inline-block;
}

#calendar h2 {
    width: 100%;
    color: #212529;
    font-size: 26px;
    line-height: 30px;
    padding: 0px;
    margin: 0px;
    font-weight: 600;
    text-align: center;
}

.contbox .fc table {
    margin: 0px !important;
}

.contbox .fc td,
.contbox .fc td {
    border-left: #ddd 1px solid !important;
    border-right: #ddd 1px solid !important;
    padding: 0px !important;
    font-size: 18px;
    color: #898989;
    vertical-align: top;
    min-height: 120px !important;
}

.contbox .fc table thead tr th:first-child {
    border-radius: 0px;
}

.contbox .fc table thead tr th:last-child {
    border-radius: 0px;
}

.contbox .fc-row .fc-content-skeleton tbody td,
.contbox .fc-row .fc-helper-skeleton tbody td {
    border-top: 0 !important;
}

.contbox .fc-row .fc-content-skeleton td,
.contbox .fc-row .fc-helper-skeleton td {
    border-bottom: 0 !important;
}

.contbox .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: left !important;
    padding: 10px !important;
    color: #969696 !important;
}

.btn.close {
    height: 44px;
    padding: 0px 20px;
}

.btn.close:hover {
    background: #000;
}

.contbox .fc td.fc-past,
.contbox .fc td.fc-past {
    border: #ddd 1px solid !important;
    color: #ccc !important;
    background: #f1f1f1 !important;
    cursor: no-drop;
}

.fc-view.fc-agendaFourDay-view.fc-agenda-view {
    overflow-x: auto;
    overflow-y: hidden;
    height: 70vh;
}

.fc-view.fc-agendaFourDay-view.fc-agenda-view table {
    width: 3400px !important;
}

.fc-scroller.fc-time-grid-container {
    /* display: none; */
}

.fc-license-message {
    display: none;
}

.contbox.vh80 {
    height: 82vh;
}

/*------------18-12-24----------*/

.fc-view.fc-agendaMonthView-view.fc-agenda-view {
    overflow-x: auto;
    overflow-y: hidden;
    height: 66vh;
}

.fc-view.fc-agendaMonthView-view.fc-agenda-view table {
    width: 3400px !important;
}

#calendar {
    margin: 0px;
}
.fc-resource-cell[data-date="2018-08-07"]:last-of-type {
    background-color: #aaa;
    display: none;
}

.contbox #calendar table tr th {
    background: #cfd8e5 !important;
    cursor: pointer;
    outline: none;
    padding: 5px !important;
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: top 0.4s ease;
    z-index: 5;
    align-items: left;
    color: #202224 !important;
}

.contbox .fc-unselectable table tr td.fc-past,
.contbox .contbox .fc-unselectable table tr td.fc-past {
    border: 1px solid rgb(237, 235, 240) !important;
    cursor: no-drop;
    background: linear-gradient(
        -45deg,
        #e6e6e6 12.5%,
        transparent 12.5%,
        transparent 50%,
        #e6e6e6 50%,
        #e6e6e6 62.5%,
        transparent 62.5%,
        transparent
    ) !important;
    background-size: 5px 5px !important;
}

.contbox .fc td,
.contbox .fc td {
    border: 1px solid rgb(237, 235, 240) !important;
    height: auto;
}
.contbox .fc .fc-widget-content td,
.contbox .fc .fc-widget-content td {
    padding: 10px 0px !important;
    border-bottom: 0px solid rgb(237, 235, 240) !important;
    border-top: 0px solid rgb(237, 235, 240) !important;
}

td.fc-head-container.fc-widget-header {
    height: auto;
}

button.fc-prev-button.fc-button.fc-state-default.fc-corner-left,
button.fc-next-button.fc-button.fc-state-default.fc-corner-right {
    background: none;
    border: 0px;
    box-shadow: none;
    height: 1.5em;
    margin-top: 4px;
}

#calendar h2 {
    color: #202020;
    font-size: 21px;
    font-weight: bold;
}
/* 
td.fc-axis {
    display: none;
}

th.fc-axis.fc-widget-header {
    display: none;
} */

.submit-btn {
    border: 0px;
    line-height: 40px;
    padding: 0px 20px !important;
    background: linear-gradient(90deg, #1c5858 0%, #53b1b1 100%);
}

.submit-btn:hover {
    background: linear-gradient(90deg, #53b1b1 0%, #1c5858 100%);
}

.fc-button-group .fc-agendaMonthView-button,
.fc-button-group .fc-basicWeek-button {
    border: 0px solid !important;
    color: #fff !important;
    background: #53b1b1 !important;
    text-shadow: none;
    box-shadow: none;
}

.fc-button-group .fc-agendaMonthView-button.fc-state-active,
.fc-button-group .fc-basicWeek-button.fc-state-active {
    border: 0px solid !important;
    color: #fff !important;
    background: #53b1b1 !important;
    text-shadow: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),
        0 1px 2px rgba(0, 0, 0, 0.05);
}

.contbox .fc-event,
.contbox .fc-event-dot {
    background-color: #898989;
    border: #898989 1px solid;
}

.fc-bg table tr td {
    background-color: #fdfdfd !important;
}

.date-filters label {
    color: #000;
    font-size: 15px;
    width: 100%;
    font-weight: 500;
    margin-bottom: 6px;
}

.date-filters input {
    background: #fff;
    border: 1px solid #d4d4d4;
    height: 40px;
    margin-bottom: 5px;
    font-size: 15px;
    color: #21252d;
    width: 100%;
    border-radius: 25px;
    padding: 0px 15px;
}

.date-filters select {
    background: #fff url(../images/dropdown.png) 96% center no-repeat;
    border: 1px solid #d4d4d4;
    height: 40px;
    margin-bottom: 5px;
    font-size: 15px;
    color: #21252d;
    width: 100%;
    padding: 0px 15px;
    border-radius: 25px;
    appearance: inherit;
}

.chat_page .chat_box_left {
    margin-top: 60px;
}

.chat_page .chat_box_left span.user {
    width: auto;
    float: left;
    margin-top: -70px;
    margin-left: -20px;
}
.chat_page .chat_box_right {
    margin-top: 60px;
}
.chat_page .chat_box_right span.user {
    width: auto;
    float: right;
    margin-top: -70px;
    margin-right: -20px;
}

.chat_page span.user img {
    float: left;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    margin-right: 5px;
}

.chat_page span.user h6 {
    width: auto;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #202020;
    line-height: normal;
    margin-top: 2px;
    line-height: 34px;
}

.chat_page span.user h6 span {
    color: #4cb2a9;
    display: block;
    line-height: normal;
    font-size: 12px;
    font-weight: 400;
}

.chat_page .chat_main {
    width: 100%;
    display: inline-block;
    overflow-y: auto;
    height: calc(100vh - 280px);
    padding: 0px 10px;
}

.chat_form {
    width: 100%;
    float: left;
    padding: 20px 0px 0px;
}

.chat_form textarea {
    background: #fff;
    border: 1px solid #d4d4d4;
    height: 100px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #21252d;
    width: 100%;
    border-radius: 12px;
    padding: 10px 15px 0px;
}

.chat_form textarea::placeholder {
    color: #21252d;
}

.chat_form input[type="text" i] {
    background: #fff;
    border: 1px solid #d4d4d4;
    height: 60px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #21252d;
    width: 100%;
    border-radius: 12px;
    padding: 0px 15px;
    line-height: 21px !important;
}

.chat_form input[type="text" i]::placeholder {
    color: #21252d;
}

.chat_form input[type="submit"] {
    border: 0px;
    line-height: 40px;
    padding: 0px 20px !important;
    background: linear-gradient(90deg, #1c5858 0%, #53b1b1 100%);
    color: #fff;
    font-size: 1rem;
    border-radius: 0.25rem;
    font-weight: 400;
    float: right;
}

.basic-form input[type="submit"]:hover {
    background: linear-gradient(90deg, #53b1b1 0%, #1c5858 100%);
}

.auth-form h4 {
    font-size: 24px;
}
/* .alert button.close {
    width: 30px;
    position: absolute;
    right: 20px;
} */

.alert button.close {
    background: #39404a;
    position: absolute;
    right: 15px;
    width: 30px;
    height: 30px;
    line-height: 21px !important;
    padding: 0px;
    border-radius: 25px;
    text-align: center;
    font-size: 21px;
    top: 13px;
    color: #fff;
}

.modal-footer button.btn {
    height: 44px;
}

.chet_main {
    width: 100%;
    float: left;
    height: 320px;
    overflow-y: auto;
}

.chet_box_left {
    margin: 15px 0px;
    background: #f5f5f5;
    border-radius: 15px 15px 15px 0px;
    padding: 20px;
    width: 90%;
    float: left;
}
#content-wrapper .chet_box_left p {
    color: #202224;
    font-size: 15px;
}

.chet_box_right {
    margin: 15px 0px;
    background: #00b69b;
    border-radius: 15px 15px 0px 15px;
    padding: 20px;
    width: 90%;
    float: right;
}
#content-wrapper .chet_box_right p {
    color: #fff;
    font-size: 15px;
}

span.time_more {
    width: auto;
    float: right;
}

span.time_more .time {
    color: #757575;
    font-size: 13px;
    float: left;
    width: auto;
    margin-right: 10px;
}

span.time_more a.more {
    float: right;
    width: auto;
}

.chet_box_right span.time_more .time {
    color: #fff;
}

.chet_box_right span.time_more a.more svg path {
    fill: #fff;
}

.item_image_gallery_img {
    width: 100px !important;
    height: 100px !important;
    object-fit: cover;
}

.dataTables_wrapper .dataTables_length select {
    border-radius: 25px;
}

.dataTables_wrapper .dataTables_filter input {
    border-radius: 25px !important;
}

/* canvas#oilChart_ind {
    height: 268px !important;
} */

.dbchart {
    height: 360px !important;
}

.new-account a.text-primary {
    color: #4cb2a9 !important;
    font-weight: 600;
}

.basic-form .mybtn.w150 {
    width: 150px;
}

canvas#oilChart {
    width: 433px !important;
    height: 280px !important;
    display: inline-block !important;
}

span.btn.btn-primary.btn-sm.mt-1.item_image_gallery_img {
    width: auto !important;
    height: auto !important;
}

.roequp::before {
    content: "";
    background: url(../img/cross-circle.svg);
    background-size: 30px;
    width: 30px;
    position: absolute;
    height: 30px;
    left: 5px;
    top: 4px;
}
.roequp,
.requp {
    position: relative;
    border: 0;
    width: 40px;
}
.requp::before {
    content: "";
    background: url(../img/revert.svg);
    background-size: 30px;
    width: 30px;
    position: absolute;
    height: 30px;
    left: 5px;
    top: 4px;
}

.nodata-sec {
    text-align: center;
    height: 100%;
    display: table;
    width: 100%;
}

.nodata-sec span {
    display: table-cell;
    vertical-align: middle;
}

.nodata-sec span svg path {
    fill: #2b3674;
}
.otp-input-fields input {
    width: 15.9%;
    display: inline-block;
    margin-bottom: 30px;
    text-align: center;
    padding: 0px !important;
}

#chart_industry{
    width:100%;
    text-align: center;

}


#total_invoices{
    width:100%;
    text-align: center;

}

.apexcharts-canvas{
    display: inline-block;
}


.apexcharts-toolbar{
    display: none !important;
}

button.login-forgot {
    font-size: 14px;
    color: #1c5858;
    padding-top: 0px;
    display: inline-block;
    float: none;
    text-decoration: underline;
    border: 0px;
    background: none;
    position: absolute;
    right: 0px;
    margin-top: -100px;
}



.input-group-text {
    min-width: 50px !important;
    height: 44px !important;
    background: none !important;
    border-top-right-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
    position: absolute;
    right: 0px;
    z-index: 99;
}

.basic-form .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-right-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
}

.alert ul{
    z-index: 1;
    position: relative;
}

.alert ul li{
    width: calc(100% - 30px);
}

.alert button.close{
    right: 10px !important;
    z-index: 2;
}

span.input-group-text {
    font-size: 16px;
    color: #888;
}

.chat_list .chat_main{
    height: 330px !important;
}