@font-face {
    font-family: 'Inter';
    src: url('Inter-SemiBold.eot');
    src: url('Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('Inter-SemiBold.woff2') format('woff2'),
        url('Inter-SemiBold.woff') format('woff'),
        url('Inter-SemiBold.ttf') format('truetype'),
        url('Inter-SemiBold.svg#Inter-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Inter' !important;
}


.pac-container {
    z-index: 2000 !important;
}

.btn.btn-primary {
    background-image: linear-gradient(to right, #fd5e00, #ff9556) !important;
    padding: 10px 20px;
    font-size: 16px;
    font-family: 'SF Pro Display';
}

.form_btn a.btn.btn-flex.btn-outline.btn-text-gray-900.btn-active-color-primary.bg-state-light.flex-center.text-nowrap.w-100:hover {
    background-color: transparent;
    color: #bd0000;
}

.forgot_color {
    color: #bd0000 !important;
}

#kt_sign_in_form h1 {
    font-size: 34px;
}

.login_form button {
    background-image: linear-gradient(to right, #fd5e00, #ff9556) !important;
    font-size: 18px;
}

.login_form button.btn.btn-primary:hover {
    background-image: linear-gradient(to right, #fd5e00, #ff9556) !important;
    font-size: 16px;
}

.login_form button.btn.btn-primary:focus {
    background-image: linear-gradient(to right, #fd5e00, #ff9556) !important;
}

.login_form_footer button {
    color: #000 !important;
    font-size: 18px !important;
}

.login_form_footer button img {
    width: 30px !important;
    height: 30px !important;
}

.login_form_footer button i {
    color: #000 !important;
}

.login_body a {
    color: #bd0000 !important;
    font-size: 16px !important;
}

.swal2-popup button.swal2-confirm.btn.btn-primary {
    background-image: linear-gradient(to right, #fd5e00, #ff9556) !important;
}

.app-sidebar-logo img.logo-sidebar {
    width: 168px;
    padding: 16px;
}

/* .app-sidebar-logo img {
    height: auto ;
    width: 160px;
    padding: 20px;
}

.app-sidebar {
    padding-top: 30px;
}

.app-sidebar-toggle {
    width: 50px !important;
    height: 45px !important;
}

.app-sidebar-toggle:hover i {
    color: #999999 !important;
}

.app-sidebar-toggle i {
    font-size: 30px !important;
    color: #999999;
}

.app-sidebar .btn.btn-icon i {
    color: #999999 !important;
}

/* .app-sidebar span.menu-icon img {
    width: 30px;
} */

.app-sidebar-menu .menu>.menu-item>.menu-link>.menu-title {
    font-weight: 500;
    font-size: 16px;
    font-family: 'SF Pro Display';
    color: #9a9cae !important;
}

.app-sidebar-menu .menu>.menu-item>.menu-link>.menu-title {
    font-weight: 500;
    font-size: 16px;
    font-family: 'SF Pro Display';
    color: #9a9cae !important;
}

.app-sidebar .menu .menu-item.show>.menu-link .menu-title {
    color: #fff !important;
}

.app-sidebar .menu .menu-item .menu-link .menu-arrow:after {
    background-color: #9a9cae !important;
}

.menu-item .menu-link .menu-arrow {
    width: 13px !important;
    height: 13px !important;
}

.app-sidebar .menu .menu-item.show>.menu-link .menu-arrow:after {
    background-color: #fff !important;
}

.top_header {
    background-color: #fff;
}

.menu-state-color .menu-item.hover:not(.here)>.menu-link:not(.disabled):not(.active):not(.here),
.menu-state-color .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
    color: #bd0000 !important;
}

.menu-state-color .menu-item .menu-link.active {
    transition: color 0.2s ease;
    color: #bd0000 !important;
}

.menu-state-color .menu-item .menu-link.active .menu-title {
    color: #bd0000 !important;
}

.menu-state-color .menu-item .menu-link.active .menu-icon,
.menu-state-color .menu-item .menu-link.active .menu-icon .svg-icon,
.menu-state-color .menu-item .menu-link.active .menu-icon i {
    color: #bd0000 !important;
}

.app-content {
    padding: 40px !important;
}

.light_pink {
    background-color: #f1416c;
}

.light_blue {
    background-color: #733aeb;
}

.card-box-data {
    list-style: none;
    height: 270px;
    border-radius: 10px;
}

.dashboard_box .card-box-data h1 {
    font-size: 50px;
    color: #fff;
    padding: 30px;
}

.dashboard_box .card-box-data p {
    font-size: 20px;
    color: #fff;
    margin: 30px 0 30px 30px;
}

.chart_box {
    /* background-color: #fff; */
    box-shadow: 0px 0px 11px 2px rgb(0 0 0 / 8%);
    border-radius: 10px;
    padding: 20px;
    margin-top: 80px;
}

.app-sidebar-menu .menu-item {
    display: block;
    padding: 0.15rem 0 !important;
}


.chart_box canvas {
    background: #fff;
    height: 190px !important;
    width: 100% !important;
}

.view_btn input {
    background-color: #BD0000;
    border: none;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    text-transform: uppercase;
    outline: 0;
    appearance: none !important;
}

.chart_header {
    display: flex;
    justify-content: space-between;
    margin: 10px;
}

.chart_header .text h3 {
    font-size: 22px;
    font-family: 'SF Pro Display';
}

.chart_header .text p {
    color: #838383;
    font-size: 14px;
    font-family: 'SF Pro Display';
}

.view_btn a {
    background-color: #FFEEF3;
    padding: 8px 10px;
    border-radius: 4px;
    color: #BD0000;
    font-size: 16px;
    font-weight: bold;
}

.view_btn a img {
    margin-right: 5px;
}

.chart_box h2 {
    font-size: 52px;
    font-family: 'Inter';
}

.chart_box span {
    color: #999;
    font-size: 20px;
    font-family: 'SF Pro Display';
}

.view_cart_box p {
    color: #000;
    font-size: 20px;
    font-family: 'SF Pro Display';
    margin-top: 25px;
}

.view_cart_box ul {
    display: flex;
    flex-wrap: nowrap;
    padding: 0;
    margin-top: 20px;
    overflow-x: scroll;
}

.view_cart_box ul li {
    list-style: none;
    margin-right: 10px;
    text-align: center;
}

.view_cart_box ul li a {
    /* background-color: #F6C000; */
    width: 40px;
    display: block;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
}

.view_cart_box ul li p {
    font-size: 12px;
    font-family: 'Inter';
    margin-top: 10px !important;
}

.chart_box ul li:nth-child(1) a {
    background-color: #F6C000;
    /* Light Red */
}

.chart_box ul li:nth-child(2) a {
    background-color: #1B84FF;
    /* Light Pink */
}

.chart_box ul li:nth-child(3) a {
    background-color: #F8285A;
    /* Light Salmon */
}

.chart_box ul li:nth-child(4) a {
    background-color: #F6C000;
    /* Misty Rose */
}

.chart_box ul li:nth-child(5) a {
    background-color: #1B84FF;
    /* Light Pink */
}

.chart_box ul li:nth-child(6) a {
    background-color: #F8285A;
    /* Light Red */
}

.chart_box ul li:nth-child(7) a {
    background-color: #1E2129;
    /* Misty Rose */
}

input[type="date"]::-webkit-calendar-picker-indicator {
    color: #fff !important;
    filter: invert(1);
}

.upgrade-plan {
    background-color: #FF8A00;
    margin-top: 32px;
    padding: 40px 20px;
    border-radius: 10px;
    height: 310px;
    display: flex;
    align-items: center;
}

.card-body.table_body {
    padding: 2rem 0;
}

.upgrade-plan h3 {
    color: #ffff;
    font-size: 22px;
    font-family: 'SF Pro Display';
}

.upgrade-plan p {
    font-size: 16px;
    color: #fff;
    font-family: 'SF Pro Display';
}

.upgrade-plan ul {
    display: flex;
    padding: 0;
}

.upgrade-plan ul li {
    list-style: none;
    position: relative;
}

.circle span {
    width: 40px;
    height: 40px;
    background: #ffae4f;
    position: absolute;
    left: 0;
    border-radius: 50%;
}

.upgrade-plan ul li .text {
    padding-left: 48px;
}

.upgrade-plan ul li .text h4 {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

.upgrade-plan ul li .text p {
    margin-bottom: 0;
}

.upgrade_btn {
    background-color: #ffae4f;
    padding: 15px 30px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    border-radius: 10px;
    margin-top: 20px;
}

.upgrade-plan img {
    height: auto;
    width: 100%;
    margin-top: 20px;
}

.card_box {
    /* background-color: #fff; */
    box-shadow: 0px 0px 11px 2px rgb(0 0 0 / 8%);
    border-radius: 10px;
    padding: 20px;
    margin-top: 60px;
}

.card_box h3 {
    font-size: 22px;
    font-family: 'SF Pro Display';
    color: #000;
}

.card_box h3 small {
    font-size: 14px;
    color: #767676;
    top: -7px;
    position: relative;
}

.card_box h3 a {
    color: #17C653;
    font-size: 16px;
    display: inline-block;
    margin-left: 20px;
    background-color: #17c6532b;
    padding: 4px 8px;
    border-radius: 4px;
}

.card_box h3 a img {
    width: 12px;
    margin: 0 4px;
    position: relative;
    top: -3px;
}

.card_box p {
    font-size: 15px;
    font-family: 'SF Pro Display';
    color: #777;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    background: none !important;
    border: none !important
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: none !important;
    border: none !important;
}

.card_box .dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: auto;
    padding: 0;
    margin-left: 0;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #333 !important;
    border: none;
    border-radius: 0;
}

.card_box .page-link.active,
.active>.page-link {
    background-image: linear-gradient(to right, #fd5e00, #ff9556) !important;
}

table.dataTable>thead .sorting_asc:after {
    display: none !important;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #e9dfdf !important;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 14px 18px !important;
    border-bottom: 1px solid #e9dfdf !important;
}

table.dataTable tbody th,
table.dataTable tbody td {
    padding: 14px 10px !important;
}

.cal__header button {
    background: none;
    border: 0;
    outline: none;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    -webkit-appearance: button;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
}

.cal button:active {
    border-radius: 3px;
    box-shadow: 0 0 0 2px rgba(10, 146, 151, 0.1)
}

.cal {
    width: 100%;
    max-width: 42rem;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.05);
    border: solid 1px #e7e9ed;
}

.cal__header {
    display: flex;
    padding: 1.2rem 1.4rem;
    align-items: center;
}

.cal__header svg {
    fill: #7239ea;
}

.cal__header__label {
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.cal__week {
    display: flex;
    flex-wrap: wrap;
}

.cal__week span {
    font-size: 12px;
    max-width: 14.28%;
    padding: 14px;
    flex: 0 0 14.28%;
    flex-direction: column;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.cal__body {
    display: flex;
    flex-wrap: wrap;
    background-color: #fafafa;
}

.cal__date {
    display: flex;
    max-width: 14.28%;
    flex: 0 0 14.28%;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
}

.cal__date--active:hover {
    cursor: pointer;
}

.cal__date--today {
    background-color: #7239e7;
    color: #fff;
}

.cal__date--selected {
    background-color: #7239e7;
    color: #fff;
}

.cal__date--disabled {
    opacity: 0.5;
}

.cal__date--disabled:hover {
    cursor: not-allowed;
}

.demo-picked {
    font-size: 1.2rem;
    text-align: center;
    margin-top: 10px;
}

.demo-picked span {
    font-weight: bold;
}

.cal__header .left_arrow svg {
    transform: rotateZ(180deg);
}

.demo-picked span {
    font-weight: bold;
    font-size: 10px;
    color: #000;
}

.calls_log {
    padding: 6rem;
}

.top_heading {
    padding: 0 45px;
}

#app_content_form a.btn {
    background-image: linear-gradient(to right, #fd5e00, #ff9556);
    margin-top: 20px;
}

#app_content_form a.btn.btn-sm.fw-bold.btn-primary:hover {
    background-image: linear-gradient(to right, #fd5e00, #ff9556) !important;
}

form#app_content_form h2 {
    color: #071437;
    font-family: 'Inter';
    font-size: 22px;
    margin: 10px;
}

body .form_footer .cancel {
    background-color: #D9D9D9 !important;
    color: #000;
    font-size: 18px;
    font-family: 'SF Pro Display';
    margin-top: 0 !important;
    background-image: none !important;
}

.form_footer .cancel:hover {
    background-color: #D9D9D9 !important;
    color: #000;
    font-size: 18px;
    font-family: 'SF Pro Display';

}

.form_footer button#update_app_content {
    background-image: linear-gradient(to right, #fd5e00, #ff9556) !important;
    padding: 10px 20px;
    display: block;
    font-size: 18px;
    font-family: 'SF Pro Display';
    height: 50px !important;
}

.form_footer button#update_app_content:hover {
    background-image: linear-gradient(to right, #fd5e00, #ff9556) !important;
}

/* .padding-right {
    padding-right: 12rem;
} */

a#add_gender_option {
    background-color: #BD0000;
    padding: 10px 20px;
    display: block;
    font-size: 16px;
    font-family: 'SF Pro Display';
}

a#add_gender_option:hover {
    background-image: linear-gradient(to right, #fd5e00, #ff9556) !important;
}

#editGenderOptionForm button.btn.btn-primary {
    background-color: #BD0000;
    padding: 10px 20px;
    font-size: 16px;
    font-family: 'SF Pro Display';
}

#editGenderOptionForm button.btn.btn-primary:hover {
    background-image: linear-gradient(to right, #fd5e00, #ff9556) !important;
}

#editGenderOptionForm button.btn.btn-light {
    background-color: #D9D9D9 !important;
    color: #000;
    font-size: 16px;
    font-family: 'SF Pro Display';
}

#addGenderOptionForm .btn.btn-primary {
    background-image: linear-gradient(to right, #fd5e00, #ff9556) !important;
    padding: 10px 20px;
    font-size: 16px;
    font-family: 'SF Pro Display';
}

#addGenderOptionForm .btn.btn-light {
    background-color: #D9D9D9 !important;
    color: #000;
    font-size: 16px;
    font-family: 'SF Pro Display';
}

#AddRegisterDocumentbtn {
    background-image: linear-gradient(to right, #fd5e00, #ff9556) !important;
    padding: 10px 20px;
    font-size: 16px;
    font-family: 'SF Pro Display';
}

.popup-btn .btn.btn-light {
    background-color: #D9D9D9 !important;
    color: #000;
    font-size: 16px;
    font-family: 'SF Pro Display';
}

.popup-btn .btn.btn-light:hover {
    background-color: #D9D9D9 !important;
    color: #000 !important;
}

.popup-btn .btn.btn-primary {
    background-image: linear-gradient(to right, #fd5e00, #ff9556) !important;
    padding: 10px 20px;
    font-size: 16px;
    font-family: 'SF Pro Display';
}

.popup-btn .btn.btn-primary:hover {
    background-image: linear-gradient(to right, #fd5e00, #ff9556) !important;
}

.top_heading .btn-primary {
    background-color: #BD0000;
    padding: 10px 20px;
    font-size: 16px;
    font-family: 'SF Pro Display';
}

/* #kt_app_main .top_heading .btn.btn-primary {
    background-image: linear-gradient(to right, #fd5e00, #ff9556)!important;
} */

#addBannerForm label {
    display: block;
}

#addBannerForm input {
    border: 1px solid#ccc;
    padding: 20px;
    display: block;
    width: 100%;
    border-radius: 5px;
    margin-top: 20px;
}

table.dataTable>thead .sorting_desc:after {
    display: none !important;
}

#addCategoryForm label {
    display: block;
}

#addCategoryForm input {
    /* border: 1px solid#ccc; */
    /* padding: 20px; */
    display: block;
    width: 100%;
    border-radius: 5px;
}

#EditCategorymodal label {
    display: block;
}

#EditCategorymodal input {
    /* border: 1px solid#ccc; */
    /* padding: 20px; */
    display: block;
    width: 100%;
    border-radius: 5px;
}

.roll_form {
    display: flex;
    flex-wrap: wrap;
}

.roll_form .form-group {
    width: 28%;
    margin: 10px;
}

.roll_form .form-group label {
    position: relative;
    padding-left: 10px;
}

.roll_form .form-group label input {
    position: absolute;
    left: -8px;
    top: 2px;
}

.roll_form .form-group label span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block;
}

.toggle_accordian {
    cursor: pointer;
    padding: 10px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: block;
    position: relative;
}

.show_accordian_data {
    display: none;
}

.toggle_accordian.on i {
    transform: rotate(180deg);
}

#ViewDocsmodal .modal-dialog {
    transform: none;
    width: 100%;
    max-width: 1024px !important;
}


.toggle_accordian i {
    color: #000;
    position: absolute;
    right: 15px;
    font-size: 20px;
}

#user_selector_div .card {
    border: none;
    box-shadow: none;
}

div#option_div table .add_more_button i {
    color: #bd0000 !important;
    font-size: 25px;
    margin: 9px 0;
}

div#option_div .remove_more_button i {
    font-size: 15px;
    color: #000 !important;
    margin-right: 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    box-shadow: none !important;
}

.app-sidebar-toggle img {
    width: auto;
}

.app-sidebar-toggle.active img {
    transform: rotate(180deg);
}

.table-responsive tr td img {
    object-fit: cover;
}

.form-control {
    font-size: 14px;
}

textarea.form-control {
    min-height: auto;
    resize: auto;
}

.circle_chart {
    box-shadow: 0px 0px 11px 2px rgb(0 0 0 / 8%);
    border-radius: 10px;
    padding: 20px;
    margin-top: 80px;
}

.bg-orange {
    background-color: #FF8A00;
}

.cart_card .card-header .card-toolbar .btn {
    color: #fff;
    font-size: 14px;
    background-image: linear-gradient(to right, #fd5e00, #ff9556) !important;
}

.cart_card .card-header .card-toolbar .btn:hover {
    background-image: linear-gradient(to right, #fd5e00, #ff9556) !important;
    color: #fff;
}

.cart_card .card-header .card-toolbar .btn.btn-light i,
.btn.btn-light .svg-icon {
    color: #fff !important;
}

.daterangepicker .ranges li.active {
    background-image: linear-gradient(to right, #fd5e00, #ff9556) !important;
}

.card .card-header .card-toolbar .btn-red {
    background-image: linear-gradient(to right, #fd5e00, #ff9556) !important;
    color: #fff;
    font-size: 14px;
}

#kt_modal_upgrade_plan label.active {
    background-image: linear-gradient(to right, #fd5e00, #ff9556) !important;
    color: #fff !important;
}

#kt_modal_upgrade_plan .form-check.form-check-success .form-check-input:checked {
    background-color: #d77373;
}

#kt_modal_upgrade_plan .btn .badge {
    position: relative;
    top: -1px;
    background-color: #d77373;
    color: #fff;
}


.chart_Data h4 {
    font-size: 15px;
    font-family: 'Inter';
    color: #78829D;
}

.chart_Data strong {
    font-size: 15px;
    font-family: 'Inter';
    color: #4B5675;
    font-weight: bold;
    padding-left: 3rem;
    display: inline-block;
}

.chart_Data .fw-semibold {
    margin-bottom: 20px !important;
    margin-top: 0 !important;
}

.chart_Data .bullet {
    width: 12px !important;
    height: 12px !important;
    flex-shrink: 0;
    border-radius: 2px !important;
    position: relative;
    top: -3px;
}

.search_title {
    margin-left: 20px !important;
}

.daterangepicker .ranges ul {
    width: 200px !important;
}

#kt_modal_upgrade_plan label {
    padding: 10px !important;
}

#kt_modal_upgrade_plan .btn.btn-icon {
    position: relative;
    top: 15px;
}

form#addRegisterDocumentForm label {
    display: block;
    margin-bottom: 15px;
}

#AddUserBox {
    flex-wrap: wrap;
    display: flex !important;
    flex-direction: row !important;
}

#AddUserBox .fv-row {
    width: 48%;
    margin-right: 10px;
}

#editUserBox .fv-row {
    width: 48%;
    margin-right: 10px;
}

#editUserBox {
    flex-wrap: wrap;
    display: flex !important;
    flex-direction: row !important;
}




#AddMemberBox {
    flex-wrap: wrap;
    display: flex !important;
    flex-direction: row !important;
}

#AddMemberBox .fv-row {
    width: 48%;
    margin-right: 10px;
    margin-bottom: 10px !important;
}


#editMemberBox {
    flex-wrap: wrap;
    display: flex !important;
    flex-direction: row !important;
}

#editMemberBox .fv-row {
    width: 48%;
    margin-right: 10px;
    margin-bottom: 10px !important;
}


.log_btn {
    font-size: 14px;
}

.card_box span.fs-2hx.fw-bold.text-gray-800.me-2.lh-1.ls-n2 {
    font-size: 30px !important;
}

.row.dashboar_table_data .card .card-header .card-title,
.card .card-header .card-title .card-label {
    font-size: 18px !important;
}

.row.dashboar_table_data .card .card-header .card-title,
.card .card-header .card-title span.text-gray-500.mt-1.fw-semibold.fs-6 {
    font-size: 16px !important;
}

table tbody tr td a {
    font-size: 14px !important;
}

table tbody tr td {
    font-size: 14px !important;
}

table tbody tr th {
    font-size: 14px !important;
}

.form label {
    font-size: 14px !important;
}

#campaign_list tr th {
    font-size: 14px;
    color: #99a1b7;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    vertical-align: baseline;
}

#editBannerForm img {
    border-radius: 10px;
}

#banner_list_wrapper table tr td img {
    border-radius: 10px;
}

.app-sidebar span.menu-icon img {
    width: 22px;
    opacity: 0.6;
    object-fit: contain;
}

#importForm input {
    height: 48px;
    margin-top: 10px;
    border-radius: 5px 0px 0 5px;
}

#importForm button {
    width: 200px;
    padding: 10px !important;
    height: 48px;
    margin-top: 10px;
    margin-left: 0;
    background-image: none !important;
    background-color: #f9f9f9 !important;
    border: 1px solid #ccc;
    border-radius: 0 5px 5px 0;
    border-left: 0;
    color: #000;
    font-weight: normal !important;
}

.export_btns a {
    min-width: 175px;
    height: 48px;
    margin-top: 10px;
}

.app-sidebar .menu .menu-item.show>.menu-link .menu-icon img {
    opacity: 1;
}

.circle_chart .card-header .card-title {
    margin-left: 0;
}

.card_box .card-header .card-title {
    margin-left: 0;
}

/*--------------------CONSULTANT PANEL CSS------------*/
.v-item {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.v-item:after {
    content: '';
    background-image: url(../media/sidebar-icon/bg-lines.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    opacity: 0.5;
}

.bg-light-orange {
    background-image: linear-gradient(to right, #FFA38C 0%, #FFA38C 0%, #ff8c7f 21%, #FF6D89 52%, #FF6D89 78%, #FF6D89 100%);
}

.bg-blue {
    background-image: linear-gradient(to right, #43BCFF 0%, #43BCFF 0%, #43BCFF 21%, #0481ccbf 52%, #0481cccc 78%, #0481ccd6 100%);
}

.bg-orange {
    background-image: linear-gradient(to right, #FF9967 0%, #FF9967 0%, #FF9967 21%, #F8701A 52%, #F8701A 78%, #F8701A 100%);
}

.counsultant_penal {
    background-color: #dbecf0;
}

.v-item .text {
    padding-left: 30px;
}

.v-item .text h2 {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
}

.v-item .text p {
    font-size: 20px;
    color: #fff;
}

.table_outter {
    margin: 2rem 0;
    background-color: #fff;
    padding: 20px;
    border-top: 2px solid#ccc;
}

.table_heading span {
    font-size: 18px;
    font-weight: bold;
    margin: 10px;
    position: relative;
}

.table_heading {
    margin-bottom: 20px;
}

.table_responsive table tr th {
    background-color: #dbecf0;
}

.table_responsive table tr td {
    padding: 20px;
    font-size: 16px !important;
    vertical-align: middle;
}

.table_responsive table tr td a {
    color: #a39b9b;
    font-size: 16px !important;
}

.video_Calling {
    position: relative;
}

.holder--options {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 1rem 0;
    background: none !important;
    border: none;
    position: absolute;
    bottom: 0;
}

section.calling_section {
    padding-bottom: 3rem;
}

.calling_table table tr td .accept {
    background-color: #2A63F4;
    color: #fff;
    font-size: 14px !important;
    padding: 10px;
    border-radius: 6px;
    margin-right: 15px;
}

.calling_table table tr td .reject {
    background-color: #BD0000;
    color: #fff;
    font-size: 14px !important;
    padding: 10px;
    border-radius: 6px;
}

/* Color for the first li */
.calling_btns ul li:nth-child(1) a {
    background-color: #003AF7;
}

/* Color for the second li */
.calling_btns ul li:nth-child(2) a {
    background-color: #BD0000;
}

/* Color for the third li */
.calling_btns ul li:nth-child(3) a {
    background-color: #611584;
}

/* Color for the fourth li */
.calling_btns ul li:nth-child(4) a {
    background-color: #005A17;
}

.calling_btns ul {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.calling_btns ul li {
    list-style: none;
    width: 50%;
}

.calling_btns ul li a {
    color: #fff;
    font-size: 16px;
    padding: 15px;
    display: inline-block;
    margin-bottom: 20px;
    border-radius: 5px;
    width: 95%;
    text-align: center;
}

.calling_table {
    border-radius: 10px;
    height: 700px;
    overflow-y: scroll;
}

.holder {
    border-radius: 10px;
    background-color: #fff !important;
    background: url(../media/sidebar-icon/call_user.png)no-repeat;
    background-size: auto;
    width: 100%;
    background-position: center;
}

/* .holder--video .profile_img { */
/* width: 100px; */
/* height: 100px; */
/* object-fit: cover; */
/* border-radius: 50%; */
/* position: absolute; */
/* right: 10px; */
/* top: 10px; */
/* } */
/* .holder--video .user_center { */
/* position: absolute; */
/* top: 50%; */
/* left: 50%; */
/* transform: translate(-50%, -50%); */
/* } */

.holder--video-me {
    position: absolute;
    right: 1.5rem;
    top: 0.5rem;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border: 2px solid #e3e3e3;
    border-radius: 50%;
    background: url(../media/sidebar-icon/call_user.png)no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: italic;
    background-position: center;
}

.holder--video-remote.waiting:before {
    /* content: "Waiting..."; */
    color: #7a7a7a;
    font-size: 14px;
}

/* .player-name { */
/* display: none; */
/* } */
.logout_menu_item {
    text-align: center;
    position: fixed;
    bottom: 20px;
}

.logout_menu_item a {
    background-color: #D9D9D9;
    color: #000 !important;
    border-radius: 30px !important;
    padding: 14px 30px !important;
    margin-left: 2.5rem;
}

.app-sidebar-menu .menu-item a img {
    filter: none;
    margin-right: 5px;
    width: 20px;
    opacity: 0.6;
}

[data-kt-app-sidebar-minimize=on] .app-sidebar img.logo-sidebar {
    display: none;
}

.view_consultant {
    overflow-x: hidden;
    width: 100%;
}

.container header {
    margin-bottom: 1rem;
    font-size: 2rem;
    font-weight: bold;
}

.container header i {
    color: #00f5d4;
}

.hidden {
    display: none !important;
}



.holder--video {
    position: relative;
    overflow: hidden;
    margin-bottom: 0.5rem;
    min-height: 500px;
    color: #fee440;
}



.holder--video-me.connecting:before {
    content: "Connecting...";
}

.holder--video-remote {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* min-height: 500px; */
}

div#remote-playerlist .remote_video video {
    width: 100% !important;
    height: 400px !important;
    object-fit: cover !important;
    border-radius: 0 !important;
    transform: rotate(0deg);
}

div#local-player div {
    background-color: transparent !important;
    overflow: inherit !important;
    display: flex;
    justify-content: end !important;
}

div#local-player video {
    width: 130px !important;
    height: 130px !important;
    /* transform: inherit !important; */
    position: relative !important;
    right: 0;
    border-radius: 50%;
    padding: 0;
    z-index: 9;
    top: 0px !important;
    border: 1px solid#fff;
    margin-right: 10px;
    margin-top: 5px;
}

div#remote-playerlist {
    position: absolute;
    top: -2px;
    width: 100%;
    justify-content: left !important;
}

/* .video_Calling {
    position: sticky;
    top: 200px;
} */

.holder--video-remote video {
    position: relative !important;
    display: block;
    transform: rotateY(180deg);
    object-fit: cover;
}

.holder--options {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 1rem 0;
    width: 100%;
}

.holder--options-option {
    flex-direction: row;
    background-color: none;
    border: none;
    background: #0000007d;
    margin-bottom: 0.5rem;
    width: 110px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
}

.holder--options-option i {
    color: #fff;
    margin-right: 10px;
}

button#btnStop {
    background-color: #bd0000;
}

button#btnCam {
    background-color: #383434;
}

button#btnMic {
    background-color: #4772ff;
}

button#btnStart {
    background-color: #5bbc2f;
}

/* section.holder.holder--video video { */
/* height: 500px !important; */
/* border-radius: 10px; */
/* min-width: 500px; */
/* } */

.holder--options-option.active i {
    color: #00f5d4;
}

#kt_app_header_wrapper .form-check-input:checked {
    background-color: #005a17 !important;
    border-color: #005a17 !important;
}

#kt_app_header_wrapper .form-switch.form-check-solid .form-check-input:not(:checked) {
    background-color: #000;
}

body .fillter_btn {
    background-color: #bd0000f5 !important;
    color: #fff !important;
    font-size: 16px;
}

button.btn.btn-light-primary.me-3.fillter_btn.show.menu-dropdown {
    background-color: #bd0000f5 !important;
}

button.btn.btn-light-primary.me-3.fillter_btn:hover {
    background-color: #bd0000f5 !important;
}

.fillter_btn i {
    color: #fff !important;
}

.date_picker input[type="date"]::-webkit-calendar-picker-indicator {
    filter: none !important;
}

#kt_app_footer {
    position: fixed;
    bottom: 0;
    background-color: #e2e2e2;
    width: 100%;
}

.app-content {
    padding: 15px !important;
    margin-bottom: 5rem;
}

.profile_Card {
    min-height: 70px;
    padding: 20px !important;
}

.profile_wrapper .form-select.form-select-solid {
    font-size: 14px;
}

#addUsermodal .modal-dialog {
    max-width: 800px !important;
}

#editUsermodal .modal-dialog {
    max-width: 800px !important;
}

#addPlanProductmodal .modal-dialog {
    max-width: 800px !important;
}

#EditPlanProductmodal .modal-dialog {
    max-width: 800px !important;
}

#addCampaignmodal .modal-dialog {
    max-width: 800px !important;
}

#addCampaignmodal label {
    margin: 10px 0;
}

.table_responsive.documentListView {
    margin: 0 0 20px;
    background-color: #fff;
    padding: 20px;
    border-top: 2px solid#ccc;
    border-radius: 10px;
    position: fixed;
    top: 74px;
    z-index: 999;
    right: 20px;
    width: 30%;
    box-shadow: 0px 0px 11px 2px rgb(0 0 0 / 18%);
}

.view_documents {
    height: auto;
    overflow-y: auto;
    max-height: 344px;
}

.view_documents table tr th {
    background-color: #dbecf0;
    position: sticky;
    top: 0;
}

div#kt_profile_details_view .card-header .card-title {
    padding: 15px;
}

#local video {
    object-fit: cover !important;
    height: 122px !important;
    min-width: 100%;
}

.view_doc {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.view_doc .cross_btn i {
    font-size: 25px;
    color: #666;
}

.view_doc .cross_btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-bottom: 20px;
}

#mydivheader {
    cursor: move;
    z-index: 10;
}

#ImportMemberbtn {
    background-color: #ccc;
    color: #000;
}

#ImportMemberbtn:hover {
    background-image: linear-gradient(to right, #fd5e00, #ff9556) !important;
    color: #fff;
}

#add_member_header .btn.btn-primary {
    background-image: linear-gradient(to right, #fd5e00, #ff9556) !important;
    padding: 10px 20px;
    font-size: 14px;
    font-family: 'SF Pro Display';
}

.app-sidebar-menu .logout a img {
    filter: invert(1);
    margin-right: 5px;
    width: 20px;
    opacity: 1;
}

#updateIncidentForm .form-check-input[type=checkbox] {
    border-radius: 4px;
    margin-top: 0px;
}

#updateIncidentForm .form-check-input[type=radio] {
    margin-top: 0px;
}

.alCustomCheckBoxText {
    display: flex;
    align-items: center;
}

.alCustomCheckBoxText label {
    margin: 0 10px !important;
}

.bgi-attachment-fixed {
    height: 100vh;
}

.ql-editor {
    height: 200px;
}

#kt_app_header_wrapper .form-switch.form-check-solid .form-check-input:not(:checked)::after {
    content: 'offline';
    position: absolute;
    left: 43px;
    text-transform: capitalize;
    font-size: 15px;
}

.counter_flag.phone_number .usa_flag {
    width: 40px;
    position: absolute;
    top: 82px;
    left: 18px;
    border-radius: 5px;
}

.app-navbar .app-navbar-item .form-check-custom {
    display: flex;
    align-items: center;
    padding-left: 0;
    margin: 0 46px 0 0;
    position: relative;
}

#kt_app_header_wrapper .form-check-input:checked:before {
    content: 'online';
    position: absolute;
    left: 43px;
    text-transform: capitalize;
    font-size: 15px;
}

#loaders {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.75) url('../../loadersss.gif') no-repeat center center;
    z-index: 99999;
}

a.btn.btn-light-primary.font-weight-bold.back-btn:hover i {
    color: #fff !important;
}

form#kt_send_otp_form .form-check input {
    margin: 10px;
}

.forgot_back_btn {
    font-weight: bold;
}

div#append_model_items a img {
    object-fit: contain;
}

form#kt_send_otp_form .form-check {
    padding-left: 0 !important;
}

form#kt_send_otp_form .form-check-input:checked {
    background-color: #bd0000;
    border-color: #bd0000;
}


a.btn.btn-light-primary.font-weight-bold.back-btn i {
    color: #000 !important;
}

a.btn.btn-light-primary.font-weight-bold.back-btn {
    background-color: #bd000047 !important;
    color: #000;
}

#append_model_items label {
    display: block;
}

form#addSubAccount {
    box-shadow: 0px 0px 6px 0px #ccc;
    padding: 40px;
    width: 50%;
    margin: 0 auto;
}

/*-------------dark mode css--------------*/
/* [data-bs-theme=dark] .ql-container.ql-snow p strong{color:#fff !important;}
[data-bs-theme=dark] .ql-editor p, strong, li, h1, h2, h3, h4, h5, h6, span, em{
    color:#fff !important;
} */
[data-bs-theme=dark] section.footer-social-linkes h3 {
    color: #fff;
}

[data-bs-theme=dark] section.member_penal h3 {
    color: #fff;
}

[data-bs-theme=dark] .member-card {
    box-shadow: 0px 0px 11px 2px rgb(255 255 255 / 15%);
}

[data-bs-theme=dark] .member_penal .side-categories {
    box-shadow: 0px 0px 11px 2px rgb(255 255 255 / 15%);
}

[data-bs-theme=dark] .member_penal .side-categories ul li a {
    color: #fff;
}

[data-bs-theme=dark] .outter_box ul li a p {
    color: #fff;
}

[data-bs-theme=dark] .otp_fill input {
    color: #fff;
}

[data-bs-theme=dark] .main-card {
    box-shadow: 0px 0px 11px 2px rgb(247 232 232 / 12%);
}

[data-bs-theme=dark] .date_pickker input.form-control {
    filter: invert(1);
    background-color: transparent;
    border-color: #ccc;
}

[data-bs-theme=dark] input.form-control.flatpickr-input.flatpickr-mobile {
    filter: invert(1);
    background-color: transparent;
    border-color: #ccc;
}

[data-bs-theme=dark] .back_btn i {
    color: #fff;
}

[data-bs-theme=dark] .calling_table .table_responsive table tr th {
    background-color: #161616;
}

[data-bs-theme=dark] .toggle_accordian {
    background-color: #26272f;
}

[data-bs-theme=dark] .toggle_accordian i {
    color: #fff;
}

[data-bs-theme=dark] .holder {
    background-color: #1b1c22 !important;
}

[data-bs-theme=dark] .form-control.form-control-solid {
    background-color: #26272f !important;
}

[data-bs-theme=dark] .table_responsive.documentListView {
    background-color: #000;
}

[data-bs-theme=dark] .form-control option {
    color: #fff !important;
}

[data-bs-theme=dark] option:disabled {
    color: #fff !important;
}

/* [data-bs-theme=dark] .holder {
    filter: invert(1);
} */
[data-bs-theme=dark] #option_div .remove_more_button i {
    color: #fff !important;
}

[data-bs-theme=dark] .table_responsive table tr th {
    background-color: #1b1c22;
}

[data-bs-theme=dark] .form-select.form-select-solid {
    background-color: #2c2e38;
}

[data-bs-theme=dark] .counsultant_penal {
    background-color: #26272f;
}

[data-bs-theme=dark] .table_outter {
    background-color: #1b1c22;
    border-top: 2px solid#1b1c22;
}

[data-bs-theme=dark] .btn.btn-icon-muted i,
.btn.btn-icon-muted .svg-icon {
    color: #fff;
}

[data-bs-theme=dark] .app-sidebar-toggle img {
    filter: invert(1);
}

[data-bs-theme=dark] a.btn.btn-icon.btn-custom.btn-icon-muted.btn-active-light.btn-active-color-primary.w-35px.h-35px {
    background-color: #000 !important;
}

[data-bs-theme=dark] #app_content_form h2 {
    color: #fff;
}

[data-bs-theme=dark] #kt_app_footer {
    background-color: #26272f;
}

[data-bs-theme=dark] .top_header {
    background-color: #26272f;
}

[data-bs-theme=dark] .view_cart_box p {
    color: #fff;
}

[data-bs-theme=dark] .swal2-popup .swal2-title {
    color: #fff;
}

/*--------------------media CSS------------*/
@media screen and (max-width:1440px) {

    /* body #local-player video { */
    /* left: 69% !important; */
    /* } */
    .calling_table {
        height: 415px;
    }

    .pricing-card {
        width: 70% !important;
        margin: 0 auto !important;
    }

    .table_responsive table tr th {
        background-color: #dbecf0;
        font-size: 14px;
    }

    .table_responsive table tr td {
        padding: 12px;
        font-size: 14px !important;
    }

    .table_responsive table tr td a {
        font-size: 14px !important;
    }

    .holder--video {
        height: 410px;
        min-height: 410px;
    }

    /* .holder--video-remote { */
    /* min-height: 410px; */
    /* } */
    .holder--video-me {
        width: 100px;
        height: 100px;
    }

    .calling_btns ul li a {
        font-size: 14px;
        padding: 12px;
    }

    .card-box-data {
        height: 180px;
    }

    .app-sidebar-menu .menu>.menu-item>.menu-link>.menu-title {
        font-size: 14px;
    }

    .mobile-logo {
        width: 100px;
        /* filter: invert(1); */
        margin-top: 10px;
    }

    .ki-abstract-14 .path1:before {
        content: "\e919";
        color: #000;
    }

    .ki-abstract-14 .path2:before {
        content: "\e91a";
        position: absolute;
        left: 0;
        opacity: 1;
        color: #000;
    }

    #kt_app_header_menu_toggle {
        display: none;
    }

    .app-content {
        padding: 15px !important;
    }

    .dashboard_box .card-box-data h1 {
        font-size: 30px;
        padding: 10px;
    }

    .dashboard_box .card-box-data p {
        font-size: 15px;
        color: #fff;
        margin: 10px 0 15px 10px;
    }

    .chart_box canvas {
        height: auto !important;
    }

    .chart_header .text h3 {
        font-size: 16px;
    }

    .view_btn input {
        padding: 5px;
        border-radius: 4px;
    }

    .upgrade-plan .col-md-5 {
        display: none;
    }

    .upgrade-plan .col-md-7 {
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }

    .upgrade_btn {
        padding: 10px 20px;
        font-size: 14px;
        margin-top: 20px;
    }

    .view_cart_box ul li a {
        width: 25px;
        height: 25px;
        line-height: 25px;
    }

    .view_cart_box ul li p {
        font-size: 10px;
    }

    .wrapper2 canvas {
        height: 190px !important;
    }

    .chart_box h2 {
        font-size: 30px;
    }

    .view_cart_box p {
        margin-top: 10px !important;
    }

    .upgrade-plan {
        padding: 15px 15px;
    }

    .upgrade-plan p {
        font-size: 15px;
    }

    .upgrade-plan h3 {
        font-size: 18px;
    }

    .circle span {
        width: 25px;
        height: 25px;
    }

    .upgrade-plan ul li .text {
        padding-left: 34px;
        padding-right: 10px;
    }

    .upgrade-plan ul li .text h4 {
        font-size: 14px;
    }

    .chart_box {
        padding: 10px;
    }

    .chart_header .text p {
        font-size: 10px;
    }

    .card_box {
        padding: 10px;
    }

    .cal__week span {
        font-size: 10px;
        max-width: 11.28%;
        padding: 12px;
        flex: 0 0 11.28%;
        text-transform: capitalize;
    }

    .cal__date {
        font-size: 10px;
    }

    .view_btn a {
        font-size: 10px;
        min-width: 80px;
        display: block;
    }

    .calls_log {
        padding: 3rem;
    }

    .padding-right {
        padding-right: 0;
    }
}




@media only screen and (min-width: 320px) and (max-width: 991px) and (orientation:portrait) {
    .tempus-dominus-widget.light.show {
        transform: translate3d(96px, 700px, 0px) !important;
    }

    .all_driver_user.member-document {
        width: 100% !important;
    }

    form#addSubAccount {
        width: 100%;
    }

    .card-slider {
        width: 100% !important;
    }

    section.member_penal .col-md-9 {
        width: 100%;
        max-width: 100%;
    }

    section.member_penal .col-md-3 {
        width: 100%;
        max-width: 100%;
    }

    .outter_box {
        padding: 20px !important;
    }

    .outter_box ul li {
        padding: 20px 10px 0 !important;
    }

    .outter_box ul {
        padding: 0 !important;
    }

    .outter_box ol {
        padding: 0 !important;
        display: flex;
    }

    .member-card .d-flex {
        display: block !important;
    }

    .member-card .member-content {
        padding: 20px 0 !important;
    }

    section.member_penal {
        padding: 0 !important;
    }

    .video_dashboard.user-dashboard .img img {
        width: 70px;
    }

    body .table-responsive.mt-10.form.main-profile-form {
        padding: 20px;
        width: 100%;
    }

    .form_card {
        padding: 40px 30px;
    }

    .video_dashboard.user-dashboard .v-item {
        display: block;
        text-align: center;
        min-height: 212px;
    }

    body .confirm-pin {
        top: 385px !important;
        right: 48px !important;
    }

    s .video_dashboard.user-dashboard .img img {
        width: 50px !important;
    }

    .video_dashboard.user-dashboard .text {
        padding-left: 0;
        margin-top: 14px;
    }

    form.profile_form h1 {
        font-size: 20px;
    }

    .counter_flag.phone_number .usa_flag {
        width: 40px;
        position: absolute;
        top: 82px;
        left: 18px;
        border-radius: 5px;
    }

    /* .pac-container {
        z-index: 2000 !important;
        top: 820px !important;
    } */

    form.main-profile-form {
        width: 100% !important;
    }

    .save_card h3 {
        margin-top: 40px;
    }

    img.profile_img {
        width: 100px;
    }

    /* div#local-player video { */
    /* left: 67% !important; */
    /* } */
    .app-sidebar.flex-column.drawer-on {
        display: block;
        top: 0;
        position: fixed;
    }

    .circle_chart {
        margin-top: 30px;
    }

    .table_responsive.documentListView {
        width: 92%;
    }

    body {
        zoom: 2;
    }

    body .video_dashboard .col-md-4 {
        width: 50% !important;
        max-width: 50% !important;
        flex: 50% !important;
        margin-top: 30px;
    }

    section.calling_section .col-md-6 {
        width: 100%;
        max-width: 100%;
        flex: 100%;
        margin: 10px 0;
    }

    .d-flex.flex-column-fluid.flex-lg-row-auto.justify-content-center.justify-content-lg-end.p-12.p-lg-20 {
        align-items: center;
    }

    body .main_dashboard .col-md-8 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 100% !important;
    }

    body .main_dashboard .col-md-4 {
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }

    body .main_dashboard .col-md-7 {
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }

    body .main_dashboard .col-md-5 {
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }

    .chart_box {
        margin-bottom: 20px;
    }

    .dashboard_box .col-md-3 {
        width: 50%;
        max-width: 50%;
        flex: 50%;
        margin-bottom: 20px;
    }

    body .main_dashboard .card-box-data {
        height: 180px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .main_dashboard .dashboar_table_data .col-md-3 {
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }

    .main_dashboard .dashboar_table_data .col-md-6 {
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }

    .export_btns {
        flex-wrap: wrap;
    }

    .export_btns a {
        min-width: 100px;
        height: 48px;
        margin-top: 10px;
    }

    #importForm button {
        font-size: 12px;
    }

    .overflow_x {
        overflow-x: scroll;
    }

    /* .show.menu-dropdown>.menu-sub-dropdown,
    .menu-sub-dropdown.menu.show,
    .menu-sub-dropdown.show[data-popper-placement] {
        right: 26px !important;
        position: absolute !important;
        transform: inherit !important;
        top: 60px !important;
    } */

    .bgi-attachment-fixed {
        background-attachment: fixed;
        height: auto;
    }

    /*-----------------member penal responsiveness---------*/
    .main_logos img.profile_img {
        width: 120px;
        margin: 4rem 0 1rem;
    }

    .bg-body.d-flex.flex-column.align-items-stretch.flex-center.rounded-4.w-md-600px.p-15 {
        padding: 20px !important;
    }

    body .driver-modal .modal-dialog {
        max-width: 100%;
        width: 90%;
    }

    .user-dashboard .v-item {
        padding: 30px !important;
        width: 100% !important;
    }

    body .video_dashboard.user-dashboard .col-md-4 {
        margin-top: 0;
    }

    /*-----------mobile dark mode css-------*/
    [data-bs-theme=dark] .mobile-logo {
        filter: inherit;
    }

    [data-bs-theme=dark] .ki-abstract-14 .path1:before {
        color: #fff;
    }

    [data-bs-theme=dark] .ki-abstract-14 .path2:before {
        color: #fff;
    }
}


figure.zoom {
    background-position: 50% 50%;
    position: relative;
    overflow: hidden;
    cursor: zoom-in;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

figure.zoom img.opacity-none {
    opacity: 0;
}

figure.zoom img {
    transition: opacity .5s;
    display: block;
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.sub-account-data {
    background-color: #000;
    background: url(https://customsbuckets.s3.us-west-2.amazonaws.com/app_contents/oQp4vEgEfFlcTdVz5kwfFVctwkZiD7iOgwYfWvlk.png)no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 0 !important;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-acount-btn {
    background-image: linear-gradient(to right, #fd5e00, #ff9556) !important;
    font-size: 18px;
    color: #fff;
    padding: 15px 30px;
    border: none;
    border-radius: 10px;
    margin-top: 20px;
    display: inline-block;
}

/*------------------user penal css---------------*/
.main_logos h1 {
    font-size: 24px !important;
    margin-top: 20px;

}

.bg-body.d-flex.flex-column.align-items-stretch.flex-center.rounded-4.w-md-600px {
    position: relative;
    box-shadow: 0px 0px 11px 2px rgb(0 0 0 / 32%);
}

.copy_link_url input {
    padding-right: 7rem !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.small_link {
    padding: 2rem 0;
    display: block;
}

.menu-item .menu-link .menu-bullet i {
    font-size: 22px;
    color: #ffffffa3;
}

.app-sidebar-menu .menu>.menu-item>.menu-link>.menu-title {
    padding-left: 10px;
}

.login_screen {
    height: auto;
}

@media only screen and (min-width: 320px) and (max-width: 991px) and (orientation:portrait) {
    .main_logos h1 {
        top: 0;
    }

    .card_box {
        margin-top: 20px;
    }

    .mobile_view_hide {
        display: none !important;
    }

    .login_logo {
        display: none;
    }

    #link-pay {
        font-size: 26px !important;
        padding: 25px !important;
    }

    form.profile_form .flatpickr-input[readonly] {
        color: #000 !important;
    }

    #card-element iframe {
        height: 20px !important;
    }

    .pricing-card {
        width: 100% !important;
    }

    .main-card {
        display: block !important;
        text-align: center;
    }

    .main-plan {
        justify-content: center;
    }

    form#addSubAccount .col-md-4 {
        width: 100%;
    }

    form#addSubAccount .col-md-3 {
        width: 100%;
    }

    form#addSubAccount .col-md-1 {
        width: 100%;
        margin-bottom: 5px;
    }

    .sub-account-data {
        height: 100%;
        align-items: flex-start;
    }

    form#addSubAccount {
        min-height: 400px;
        overflow-y: scroll;
        height: 600px;
        overflow-x: hidden;
    }

    div#kt_app_content_container {

        margin: 4rem 0 4.5rem;
    }

    .profile_form .col-md-12.mt-5 .mb-10 {
        margin-bottom: 0 !important;
    }

    form#card_save_data {
        margin-top: 5rem;
        margin-bottom: 4rem;
    }

    form.main-profile-form {
        padding: 20px !important;
    }


}





.remote_video {
    width: 100%;
    height: 300px;
}

.calling_table .table_responsive table tr th {
    background-color: #dbecf0;
    position: sticky;
    top: -20px;
}

/*---------------user penal css-----------*/
form.profile_form .image-input.image-input-outline .image-input-wrapper {
    border-radius: 50%;
    width: 120px !important;
    height: 120px !important;
    object-fit: contain;
}

.profile_btn {
    background-image: linear-gradient(to right, #fd5e00, #ff9556) !important;
    padding: 15px 20px;
    font-size: 16px;
    font-family: 'SF Pro Display';
    border: none;
    border-radius: 7px;
    color: #fff;
    font-weight: 500;
    display: block;
    width: 100%;
}

.location_icon button.address-modal-btn {
    position: absolute;
    right: 13px;
    top: 1px;
    z-index: 999;
    width: 100%;
    text-align: right;
    padding: 11px;
    border: none;
    background: none;
}

.profile_modal .modal-dialog.modal-dialog-scrollable {
    position: absolute;
    right: 16%;
    max-width: 606px;
    top: 49%;
    transform: translate(0, -50%);
}

.clear_btn {
    display: block;
    text-align: center;
    color: #bd0000;
    margin-bottom: 30px;
}

.add_otp input {
    border: none;
    border-bottom: 2px solid#000 !important;
    border-radius: 0;
    margin-right: 15px;
    text-align: center;
    font-weight: bold;
}

span.sent-otp {
    display: block;
    text-align: center;
    margin: 30px 0;
    font-size: 16px;
}

span.sent-otp a {
    color: #bd0000;
}

.member-top-header {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 30px;
    width: 100%;
    left: 0;
    padding: 0 40px;
}

.member-top-header a i {
    color: #000;
    font-size: 30px;
}

.member-top-header .skip-btn {
    color: #bd0000;
}

form.profile_form {
    width: 100%;
}

.add-card-btn.form-control {
    text-align: center;
    height: 100px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.add-card-btn.form-control i {
    font-size: 30px;
    color: #000;
}

.main-plan span {
    color: #BD0000 !important;
}

.selectPlan {
    background-color: #e5e4e4 !important;
    color: #000 !important;
}

a.btn.btn-sm.btn-primary.selectPlan:hover {
    background-image: linear-gradient(to right, #fd5e00, #ff9556) !important;
    color: #fff !important;
}

a.btn.btn-sm.btn-primary.selectPlan.active {
    background-image: linear-gradient(to right, #fd5e00, #ff9556) !important;
    color: #fff !important;
}

.pricing-card {
    width: 50%;
    margin: 0 auto;
}

.main-card {
    align-items: center;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 0px 11px 2px rgb(0 0 0 / 12%);
    justify-content: space-between;
}

.main-discription {
    padding: 0 20px;
}

.main-discription h1 {
    font-size: 20px;
    margin-bottom: 10px !important;
}

.main-discription p {
    font-size: 16px;
}

.main-plan {
    display: flex;
    align-items: baseline;
}

.login_form .form-check input {
    width: 15px;
    height: 15px;
    border-radius: 2px;
    padding-right: 0 !important;
}

.login_form .form-check {
    display: flex;
    min-height: 1.5rem;
    padding-left: 32px;
    margin-bottom: 0;
    align-items: center;
}

.login_form .form-check label {
    font-size: 12px !important;
    margin-left: 10px;
}


.lang_main_modal .modal-dialog {
    transform: none;
    margin-right: 0;
    right: 17%;

}

.lang_main_modal .form-check {
    border: 1px solid#ccc;
    padding: 15px 4px;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.lang_main_modal .form-check input {
    width: 18px;
    height: 18px;
    margin: 0 10px;
}

.lang_main_modal .form-check-input:checked {
    background-color: #bd0000;
    border-color: #bd0000;
}

.user-dashboard .v-item .text p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
}

.user-dashboard .v-item {
    padding: 34px;
    margin-top: 20px;
}

.player-name {
    font-size: 0;
    margin: 0;
    padding: 0;
}

img.holder_img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    position: absolute;
    right: 23px;
    top: 8px;
    z-index: 9;
}

.user-dashboard .img i {
    font-size: 30px;
    color: #fff;
}

section.my_doc .table-responsive tr td {
    vertical-align: middle;
}

.back-btn {
    position: absolute;
    top: 20px;
    left: 20px;
}

section.my_doc .upload-doc {
    background-image: linear-gradient(to right, #fd5e00, #ff9556) !important;
    font-size: 16px;
    float: right;
    color: #fff;
}

body section.my_doc .upload-doc:hover {
    background-image: linear-gradient(to right, #fd5e00, #ff9556) !important;
}

.upload_modal .image-input-placeholder {
    background-image: url('svg/avatars/blank.svg');
}

[data-bs-theme="dark"] .upload_modal .image-input-placeholder {
    background-image: url('svg/avatars/blank-dark.svg');
}

.upload_modal .image-input-wrapper {
    width: 100% !important;
    background-size: cover;
}

.upload_modal .image-input:not(.image-input-empty) {
    background-image: none !important;
    width: 100%;
    max-width: 100%;
}

.my_doc .table tr th:last-child {
    text-align: right;
}

.login_form .toggle-password {
    padding: 0.375rem 0.75rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.set_pw_wrapper button {
    position: absolute;
    right: 10px;
    padding: 0 !important;
    background: transparent !important;
    border: none;
    top: 12px;
}

.set_pw_wrapper button.btn.btn-outline-secondary.toggle-password.active:after {
    content: "";
    width: 2px;
    height: 20px;
    background: #99a1b7;
    position: absolute;
    transform: rotate(45deg);
    right: 13px;
    top: 5px;
}

.table_heading ul {
    display: flex;
    align-items: center;
    padding-left: 0;
    margin: 0;
}

.table_heading ul li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    list-style: none;
    margin: 0 5px;
}

.table_heading ul .green {
    background-color: green;
}

.table_heading ul .yellow {
    background-color: yellow;
}

.table_heading ul .black {
    background-color: black;
}

.table_heading ul .red {
    background-color: red;
}

section.calling_section.user-penal .holder--video {
    background-color: #dbecf0 !important;
}

section.calling_section.user-penal .holder--options {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 1rem 0;
    width: 95%;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0px);
}

.main-doc .image-input .image-input-wrapper {
    width: 100%;
    height: 120px;
    border-radius: 0.475rem;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 20px 0;
}

.main-doc .image-input.image-input-outline {
    width: 100% !important;
    height: 100% !important;
}

.main_radio_btn .form-check {
    margin-right: 30px;
}

.main_radio_btn .form-check input {
    border-radius: 50%;
}

.all_driver_user ul {
    display: flex;
    border: 1px solid#ccc;
    padding: 12px;
    border-radius: 10px;
    margin-top: 20px;
    align-items: center;
    justify-content: space-between;
}

.all_driver_user ul li {
    list-style: none;
    padding: 0 10px;
}

.all_driver_user ul li h4 {
    font-size: 18px;
}

.all_driver_user ul li button {
    background-color: #b42e25;
    color: #fff;
    font-size: 16px;
}

body .driver-modal .modal-dialog {
    max-width: 700px;
}

.skip-btn {
    display: block;
    text-align: right;
    color: #b42e25;
    font-weight: 500;
    font-size: 18px;
}

.main_radio_btn h3 {
    font-size: 16px;
    font-weight: normal;
}

.main_radio_btn .form-check-input:checked {
    background-color: #b42e25;
    border-color: #b42e25;
}

.set-pin label {
    text-align: center;
    display: block;
}

.otp_fill input {
    margin: 0 10px 20px 0;
    text-align: center;
    font-weight: bold;
    color: #000;
}

.save_card {
    width: 100%;
}

.add-card-btn a {
    text-align: center;
    display: block;
    margin: 5rem 0;
    color: #bd0000;
    font-size: 22px;
}

.add-card-btn a i {
    margin-right: 15px;
    color: #bd0000;
    font-size: 24px;
}

/* .save_card .popup-btn .btn.btn-primary {
    background-image: linear-gradient(background-image: linear-gradient(to right, #fd5e00, #ff9556);;!important;
    padding: 10px 20px;
    font-size: 16px;
    font-family: 'SF Pro Display';
    display: block;
    width: 80%;
    position: absolute;
    bottom: 36px;
    left: 50%;
    transform: translate(-50%, 0);
} */
form#card_save_data {
    margin-top: 5rem;
}

div#card-element {
    border: 1px solid#ccc;
    padding: 15px;
    border-radius: 5px;
    background-color: #fff;
}

.table_heading ul {
    display: flex;
    align-items: center;
    padding-left: 0;
    margin: 0;
}

.table_heading ul li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    list-style: none;
    margin: 0 5px;
}

.table_heading ul .green {
    background-color: green;
}

.table_heading ul .yellow {
    background-color: yellow;
}

.table_heading ul .black {
    background-color: black;
}

.table_heading ul .red {
    background-color: red;
}

.phone_number input.form-control {
    padding-left: 4rem;
}

.phone_number .usa_flag {
    width: 32px;
    position: absolute;
    top: 7px;
    left: 18px;
    border-radius: 5px;
}

.phone_number {
    position: relative;
}

.phone_number input.form-control {
    padding-left: 4rem;
    position: relative;
}

.menu-sub-dropdown a.fw-semibold.text-muted.text-hover-primary.fs-7 {
    display: inline-block;
    width: 170px;
    word-wrap: break-word;
}

.back_btn i {
    font-size: 27px;
    color: #000;
    /* display: none; */
}

.back_btn {
    position: absolute;
    top: 20px;
    left: 26px;
    /* display:none; */
}

.profile_img {
    width: 100px;
}

div#testmodal div#modalBody {
    text-align: center;
    padding: 5rem 2rem;
}

div#testmodal div#modalBody p {
    font-size: 20px;
    line-height: 30px;
}

div#testmodal div#modalBody img {
    width: 100px;
}

.gun_modal label {
    display: block;
}

form.main-profile-form {
    box-shadow: 0px 0px 6px 0px #ccc;
    padding: 40px;
    width: 50%;
    margin: 0 auto;
}

form.main-profile-form button.btn.m_btn {
    background-image: linear-gradient(to right, #fd5e00, #ff9556) !important;
    font-size: 18px;
    color: #fff;
    padding: 13px 35px !important;
    margin-top: 30px;
}

.form_card {
    padding: 60px 40px;
    border-radius: 15px;
    background-image: linear-gradient(to right, #ff889e, #cd6275);
}

.saved-card .popup-btn .btn.btn-primary {
    background-image: linear-gradient(to right, #fd5e00, #ff9556) !important;
    padding: 10px 20px;
    font-size: 16px;
    font-family: 'SF Pro Display';
    display: block;
    width: 100%;
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.video_dashboard.user-dashboard .v-item {
    background-color: #fff !important;
    background-image: none !important;
    box-shadow: 0px 0px 11px 2px rgb(0 0 0 / 12%);
}

.video_dashboard.user-dashboard .v-item .text p {
    color: #000;
}

.video_dashboard.user-dashboard .img i {
    color: #bd0000 !important;
}

.video_dashboard.user-dashboard .img i.bi.bi-telephone-inbound {
    color: green !important;
}

.green {
    color: green !important;
}

.video_dashboard.user-dashboard .img img {
    width: 100px;
    height: auto;
    object-fit: cover;
}

div#userProfileImage {
    border-radius: 50%;
}

.member-calling .holder--video {
    min-height: 600px;
}

.member-calling .remote_video {
    width: 100%;
    height: 600px;
}

.member-calling #remote-playerlist .remote_video video {
    width: 100% !important;
    height: 600px !important;
    object-fit: cover !important;
    border-radius: 0 !important;
    transform: rotate(0deg);
}

.member-calling .holder--options {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 1rem 0;
    width: 90%;
    position: relative;
    top: -120px;
    margin: 0 auto;
    background-color: transparent !important;
}

.member-calling #btnUserStop {
    background-color: red !important;
}

.member-calling #local-player video {
    top: 0px !important;
}

.member-calling #local-player div {
    display: flex;
    justify-content: end;
}

.all_driver_user.member-document {
    width: 50%;
    margin: 0 auto;
}

.table-responsive.mt-10.form.main-profile-form {
    box-shadow: 0px 0px 6px 0px #ccc;
    padding: 40px;
    width: 50%;
    margin: 0 auto;
}

button.togglePassword {
    position: absolute;
    top: 60px;
    right: 20px;
    background: transparent;
    border: none;

}

.confirm-pin {
    top: 170px !important;
    right: 40px !important;
}

section.member_penal {
    padding: 4rem 0 0;
}

.member-card {
    box-shadow: 0px 0px 11px 2px rgb(0 0 0 / 20%);
    padding: 40px;
    border-radius: 15px;
}

section.member_penal h3 {
    font-size: 24px;
    margin-bottom: 40px;
    color: #000;
}

.member-card .member-logo img {
    width: 120px;
}

.member-card .member-content {
    padding-left: 40px;
}

.member-card .member-content h4 {
    font-size: 20px;
    margin-bottom: 20px;
}

.member-card .member-content p {
    font-size: 15px;
    line-height: 30px;
}

.member_penal .side-categories {
    box-shadow: 0px 0px 11px 2px rgb(0 0 0 / 20%);
    padding: 40px;
    border-radius: 15px;
    margin-top: 65px;
}

.member_penal .side-categories ul li a {
    padding: 8px;
    display: block;
    color: #222;
}

section.footer-social-linkes {
    margin-top: 4rem;
}

section.footer-social-linkes h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #000;
}

.outter_box {
    box-shadow: 0px 0px 11px 2px rgb(0 0 0 / 20%);
    padding: 40px;
    border-radius: 15px;
}

.outter_box ol li {
    list-style: none;
    margin-bottom: 14px;
}

.outter_box ol {
    margin-bottom: 0;
}

.outter_box ol li img {
    width: 160px;
}

.outter_box ul {
    display: flex;
    margin-bottom: 0;
}

.outter_box ul li {
    list-style: none;
    padding: 20px 20px 0;
    text-align: center;
}

.outter_box ul li a i {
    font-size: 48px;
}

.outter_box ul li a i.fa-brands.fa-youtube {
    color: #CD201F;
}

.outter_box ul li a i.fa-brands.fa-linkedin {
    color: #0077b5;
}

.outter_box ul li a i.fa-brands.fa-instagram {
    background: linear-gradient(115deg, rgb(249, 206, 52), rgb(238, 42, 123), rgb(98, 40, 215));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.outter_box ul li a img {
    width: 45px;
}

.outter_box ul li a p {
    color: #000;
    margin-top: 10px;
}








.card-slider .wrapper {
    margin-right: 10px;
}

.card-slider {
    box-shadow: 0px 0px 6px 0px #ccc;
    padding: 40px;
    width: 50%;
    margin: 40px auto;
}

.card-slider .title {
    text-align: center;
    margin-top: 55px;
    color: #fff;
    font-size: 25px;
}

.card-slider .card {
    position: relative;
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 16px;
    /* border: solid 4px rgba(255, 255, 255, 0.1); */
    /* background-image: url("https://products.ls.graphics/mesh-gradients/images/78.-Night-sky.jpg"); */
    background-position: center;
    background-size: cover;
    /* box-shadow: rgba(255, 255, 255, 0.25) 0px 54px 55px,
      rgba(255, 255, 255, 0.12) 0px -12px 30px,
      rgba(255, 255, 255, 0.12) 0px 4px 6px,
      rgba(255, 255, 255, 0.17) 0px 12px 13px,
      rgba(255, 255, 255, 0.09) 0px -3px 5px; */
    background-image: linear-gradient(to right, #5e9eed, #2078e4);
}

.card-slider .infos p,
h1,
h3 {
    color: #fff;
}

.card-slider section {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.top,
.bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-slider .top img {
    width: 20px;
}

.card-slider .brand {
    height: 20px;
    mix-blend-mode: overlay;
}

.card-slider .infos {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.card-slider .infos--bottom {
    display: flex;
    gap: 20px;
}

.card-slider .card-number {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.custom_menu-overlap {
    position: absolute;
}

.pricing-card h1 {
    color: #000;
}

[data-bs-theme=dark] .pricing-card h1 {
    color: #FFF;
}

.tempus-dominus-widget [data-action=togglePicker] {
    display: none !important;
}

/* .tempus-dominus-widget.light.show { */
/* top: -128px !important; */
/* } */



/*-----------------consultant disable css-----------------*/

.user_list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.user_list li {
    list-style: none;
    width: 33%;
    margin-bottom: 20px;
}

.table_data label {
    font-weight: 600;
}

.table_data p {
    margin-top: 20px;
}

.service-item {
    display: flex;
    flex-direction: column;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 33%;
}

#kt_sign_in_form input#remember_me {
    border-color: #fd5e00;
    /* background: #fff; */
    padding: 0px !important;
    width: 20px;
    border-radius: 3px;
    height: 20px;
    margin-right: 8px;
}

#kt_sign_in_form .form-check-input:checked {
    background-color: #fd5e00;
    border-color: #fd5e00;
}

.sign_up {
    color: #fd5e00 !important;
    font-weight: 600 !important;
}

.sign_up_div {
    text-align: center;
}

#kt_sign_in_form .mb-10 {
    margin-bottom: 0.5rem !important;
}

button#consultant_signup a,
button#hospital_signup a {
    color: #fff;
}

.input-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.custom-file-input {
    flex: 1;
}

.delete-btn {
    flex: 0 0 auto;
}

.login_logo img {
    width: 250px;
}


#calendar {
    max-width: 900px;
    margin: 0;
}

#wrap {
    width: 1100px;
    margin: 0 auto;
}

.closeBtn {
    border-radius: 5px;
}

.calender_ui .fc td,
.fc th {
    border: none;
    text-align: center;
}

.calender_ui .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: none;
    text-decoration: none;
    color: #000;
    border: 1px solid #DFE0E1;
    display: inline-block;
    width: 123px;
    height: 70px;
    line-height: 70px;
    border-radius: 10px;
}

button.fc-today-button {
    display: none;
}

.fc-day-top.fc-tue.fc-today {
    border: none;
}

.calender_ui td.fc-highlight {
    border: none !important;
    font-weight: bold;
    color: #fff !important;
    background-image: linear-gradient(to right, rgb(253, 94, 0), rgb(255, 149, 86)) !important;
    border-radius: 10px;
    opacity: 1;
    padding: 0;
}

.fc-view-container *,
.fc-view-container :after,
.fc-view-container :before {
    height: 76px;
}

.calender_ui .fc-row .fc-highlight-skeleton {
    z-index: 3;
    height: 75px;
}

.calender_ui .fc-unthemed td.fc-today {
    background: transparent;
    border: none !important;
}

.calender_ui table thead tr th {
    display: none;
}

.calender_ui .fc-toolbar.fc-header-toolbar {
    margin-bottom: 2em;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
}

.calender_ui .fc-basic-view .fc-body .fc-row {
    min-height: 50px;
    height: 85px !important;
}

.calender_ui .fc-toolbar.fc-header-toolbar button {
    padding: 5px 10px;
    height: auto;
    margin: 0 10px !important;
}

.calender_ui .nav-line-tabs .nav-item .nav-link.active,
.nav-line-tabs .nav-item.show .nav-link,
.nav-line-tabs .nav-item .nav-link:hover:not(.disabled) {
    border-bottom: 2px solid #FD670E;
    transition: color 0.2s ease;
    color: #FD670E;
}

.calender_ui #myTabContent ul {
    padding: 0;
}

.calender_ui #myTabContent ul li {
    list-style: none;
    padding: 10px 0;
}

.calender_ui .card-flush {
    padding: 20px;
}

.calender_ui .accordion-button::after {
    margin-left: 0;
}

.calender_ui .accordion-button {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between;
}

.calender_ui .accordion-button span {
    font-size: 16px;
    color: #a4a4a4;
}

.calender_ui .accordion-body span {
    font-size: 16px;
    color: #a4a4a4;
    padding-right: 30px;
}

.calender_ui .amount {
    display: flex;
    justify-content: space-between;
    padding: 30px 0 0;
}

.amount .reject {
    color: red;
}

.amount .reject i {
    color: red;
    margin-right: 10px;
}

.amount .accept {
    color: green;
}

.amount .accept i {
    color: green;
    margin-right: 10px;
}

.calender_ui .accordion-item {
    border: none;
    padding: 0 !important;
}

.calender_ui .accordion-button {
    padding: 10px !important;
}

.calender_ui .accordion-button h4 {
    font-size: 18px;
    font-weight: 500;
}

.appointment_history h3 {
    color: #000;
    padding: 40px;
}

.appointment_history {
    padding: 2rem;
}

.appointment_history .nav-link.active {
    border-bottom: 2px solid #FD670E !important;
    transition: color 0.2s ease;
    color: #FD670E;
}



/*-----------------chat ui-------------*/
.message-area {
    height: 100vh;
    overflow: hidden;
    /* padding: 30px 0; */
    /* background: #f5f5f5; */
}

.chat-area {
    position: relative;
    width: 100%;
    background-color: #fff;
    border-radius: 0;
    height: 90vh;
    overflow: hidden;
    min-height: calc(100% - 1rem);
}

.chatlist {
    outline: 0;
    height: 100%;
    overflow: hidden;
    width: 100%;
    float: left;
    padding: 0;
}

/* .chat-area .modal-dialog-scrollable {
    height: 100% !important;
    overflow-y: scroll;
} */
.chat-area .modal-content {
    border: none;
    border-radius: 0;
    outline: 0;
    height: 100%;
}

.chat_heading {
    padding: 1rem 0px;
}

.chat_heading h2 {
    font-size: 30px;
    color: #101828;
    font-family: 'Inter';
    font-weight: 600;
    margin-bottom: 30px;
}

.chat_heading h3 {
    font-size: 18px;
    color: #101828;
    font-family: 'Inter';
    font-weight: 600;
}

.msg-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.chat-area .form-control {
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 8px;
    border: 0.5px solid #8A8A8A;
    background: #fff;
    color: #667085;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    padding: 12px 32px;
    font-family: 'Inter';
}

.msg-search span svg {
    width: 20px;
    height: 16px;
}

.msg-search span {
    position: absolute;
    left: 7px;
    top: 12px;
}

.chat-list {
    margin-top: 20px;
}

.chat-list a.d-flex {
    margin-bottom: 15px;
    position: relative;
    text-decoration: none;
}

.messanger:nth-child(odd) {
    background-color: #fff;
    padding: 15px;
    border-bottom: 1px solid#ccc;
}

.messanger:nth-child(even) {
    background-color: #F9FAFB;
    padding: 15px;
    border-bottom: 1px solid#ccc;
}

.chat-list .flex-shrink-0 {
    margin-right: 10px;
}

.chat-list h3 {
    margin-bottom: 0;
    color: #000;
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.modal-dialog-scrollable .side-content {
    border-right: 1px solid#ccc !important;
    padding-right: 20px;
}

.chat-list p {
    margin-bottom: 0;
    color: #475467;
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    line-height: 20px;
}

.chat-list span {
    margin-bottom: 0;
    color: #000;
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.chatbox {
    width: auto;
    overflow: hidden;
    height: 95%;
}

.scroll-hidden {
    overflow: hidden !important;
}

.chatbox .modal-content {
    border-top: 0;
    border-radius: 0;
}

.msg-head {
    padding: 15px;
    border-bottom: 1px solid #ccc;
}

.chat-icon {
    display: none;
}

.msg-head h3 {
    color: #101828;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0;
    font-family: 'Inter';
}

.msg-head p {
    color: green;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
    font-family: 'Inter';
}

.messanger .flex-shrink-0 img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.msg-head .flex-shrink-0 img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.moreoption a {
    font-size: 16px;
    background-color: transparent;
    padding: 13px 20px;
    color: #646464;
    font-family: 'Inter';
    font-weight: 500;
    border-radius: 10px;
    margin-top: 0;
    text-decoration: none;
    display: inline-block;
    border: 1px solid#ccc;
}

.message-area .col-md-4.pr-0 {
    padding-right: 0;
}

.scroll-hidden .modal-body {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-left: 0;
    padding-bottom: 0;
}

.scroll-hidden .msg-body {
    flex-grow: 1;
    overflow-y: auto;
    height: 70vh;
}

.msg-body ul {
    overflow: hidden;
    padding-right: 3rem;
}

.msg-body ul li.sender {
    display: block;
    width: 100%;
    position: relative;
    padding-left: 30px;
}

.msg-body ul li {
    list-style: none;
    margin: 15px 0;
}

.msg-body ul li.sender img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.msg-body ul li.sender h3 {
    margin-bottom: 0;
    color: #000;
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-left: 6px;
}

.msg-body ul li.sender span {
    margin-bottom: 0;
    color: #475467;
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 10px 20px 20px;
}

.time {
    display: block;
    color: #000;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
}

.msg-body ul li.repaly {
    display: block;
    width: 70%;
    text-align: right;
    position: relative;
    margin-left: auto;
}

.msg-body ul li.repaly .flex-grow-1.ms-3 {
    display: block;
    margin-bottom: 15px;
}

.msg-body ul li.repaly span {
    margin-bottom: 0;
    color: #475467;
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding-left: 4px;
}

.msg-body ul li.repaly h3 {
    margin-bottom: 0;
    color: #000;
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-right: 20px;
}

.msg-body ul li {
    list-style: none;
    margin: 15px 0;
}

.msg-body ul li.repaly:before {
    display: block;
    clear: both;
    content: '';
    position: absolute;
    bottom: 15px;
    right: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 15px 12px;
    border-color: transparent transparent #162b3f transparent;
    -webkit-transform: rotate(37deg);
    -ms-transform: rotate(37deg);
    transform: rotate(37deg);
}

.msg-body ul li.repaly p {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    padding: 15px;
    background: #162b3f;
    display: inline-block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-bottom: 0;
    font-family: 'Inter';
}

li.repaly .time {
    margin-right: 20px;
}

.time {
    display: block;
    color: #000;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
}

.msg-body ul li.repaly:after {
    display: block;
    content: '';
    clear: both;
}

.scroll-hidden .send-box {
    margin-top: auto;
    padding: 25px 0;
    position: relative;
    background-color: #FCFCFD;
}

.send-box form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin-bottom: 15px; */
}

.send-box form input {
    padding: 40px;
    width: 90%;
    margin: 0 auto;
    border-radius: 10px;
}

.chat-wrapper {
    padding: 0rem 2rem 0;
}

.msg-search input {
    padding: 15px 30px !important;
    height: auto;
    margin-bottom: 20px;
}

.modal-dialog-scrollable .modal-content {
    border: none;
}

.msg-body ul li.sender p {
    color: #101828;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    padding: 15px;
    background: #f5f5f5;
    display: inline-block;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 0;
    font-family: 'Inter';
    width: 80%;
}

.msg-body ul li.sender p {
    margin: 8px 15px;
    background-color: #F2F4F7;
}

.msg-body ul li.sender .flex-grow-1.ms-3 {
    display: flex;
    justify-content: space-between;
    width: 78%;
    max-width: 78%;
}

.scroll-hidden .send-box button {
    font-size: 16px;
    background-color: #162B3F;
    border: none;
    padding: 13px 30px;
    color: #fff;
    font-family: 'Inter';
    font-weight: 600;
    border-radius: 10px;
    margin-top: 0;
    text-decoration: none;
    display: inline-block;
    position: absolute;
    right: 65px;
}

.bottom-content a.subscribe {
    border: 1px solid#000;
    background-color: #F6C7D8;
}

.bottom-content a.subscribe:after {
    display: none;
}

.bottom-content a.subscribe img {
    width: 25px;
    height: auto;
    position: relative;
    top: -4px;
}

section.consultant_chat {
    padding: 4rem 0 0;
}

.message-area .nav-tabs .nav-link {
    color: #222 !important;
}

.message-area .nav-tabs .nav-link.active {
    color: #FD670E !important;
    border: none;
    border-bottom: 2px solid#FD670E;
}

.revenue_card {
    background-image: linear-gradient(to right, rgb(253, 94, 0), rgb(255, 149, 86)) !important;
    padding: 60px;
    text-align: center;
    border-radius: 20px;
}

.revenue_card h3 {
    font-size: 44px;
}

#slotForm select {
    height: auto;
    appearance: auto;
}

.main_logos img {
    width: 200px;
}

.login_logo img {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
}

.calendar-wrapper {
    height: auto;
    max-width: 860px;
    margin: 0 auto;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.calendar-header {
    background-color: rgba(18, 15, 25, 0.25);
    height: 100%;
    padding: 20px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    position: relative;
}

.calendar-wrapper .header-text h3 {
    color: #000 !important;
}

.header-title {
    padding-left: 15%;
}

.next-button {
    position: absolute;
    cursor: pointer;
    right: 0%;
    top: 35%;
    color: #FD670E !important;
    background: transparent;
}

.calendar-wrapper .blue.lighten-3 {
    background-color: #FD670E !important;
    color: #fff !important;
    border-radius: 10px;
}

.calender_ui .accordion .accordion-header {
    cursor: pointer;
    margin-top: 0;
}

#table-body .col:hover {
    background-color: #E0E0E0;
    border-radius: 10px;
}

.header-background {
    background-image: url("https://customsbuckets.s3.us-west-2.amazonaws.com/homebanner/Q5a3FeQiTf7KnOqAXrVj1RKUMYgMEMTdRS6B7XLP.png");
    height: 200px;
    background-position: center right;
    background-size: cover;
}

.calendar-content {
    background-color: #fff;
    padding: 20px;
    padding-left: 2%;
    padding-right: 2%;
    overflow: hidden;
}

.event-mark {
    width: 5px;
    height: 5px;
    background-color: teal;
    border-radius: 100px;
    position: absolute;
    left: 46%;
    top: 70%;
}

.calendar-footer {
    height: 200px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-align: center;
    background-color: #4b6289 !important;
    position: relative;
    overflow: hidden;
}

.addForm {
    position: absolute;
    top: 100%;
    width: 100%;
    height: 100%;
    background-color: #4b5889 !important;
    transition: top 0.5s cubic-bezier(1, 0, 0, 1);
    padding: 0 5px 0 5px;
}

.addForm input {
    color: #fff;
}

.addForm .row {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    margin-bottom: 0;
}

.addForm h4 {
    color: #fff;
    margin-bottom: 1rem;
}

.addEventButtons {
    text-align: right;
    padding: 0 0.75rem 0 0.75rem;
}

.addEventButtons a {
    color: black;
    font-weight: 300;
}

.emptyForm {
    padding: 20px;
    padding-left: 15%;
    padding-right: 15%;
}

.emptyForm h4 {
    color: #fff;
    margin-bottom: 2rem;
}

.sidebar-wrapper {
    color: #fff;
    background-color: #5a649c !important;
    padding-top: 0;
    padding-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    padding-left: 0;
    padding-right: 0;
}

.sidebar-title {
    padding: 50px 6% 50px 12%;
}

.sidebar-title h4 {
    margin-top: 0;
}

.sidebar-events {
    overflow-x: hidden;
    overflow-y: hidden;
    margin-bottom: 70px;
}

.empty-message {
    font-size: 1.2rem;
    padding: 15px 6% 15px 12%;
}

.eventCard {
    background-color: #fff;
    color: black;
    padding: 12px 24px 12px 24px;
    border-bottom: 1px solid #E5E5E5;
    white-space: nowrap;
    position: relative;
    animation: slideInDown 0.5s;
}

.eventCard-header {
    font-weight: bold;
}

.eventCard-description {
    color: grey;
}

.eventCard-mark-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 60px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 1) 100%);
}

.eventCard-mark {
    width: 8px;
    height: 8px;
    background-color: #b39ddb;
    border-radius: 100px;
    position: absolute;
    left: 50%;
    top: 45%;
}

.day-mark {
    width: 7px;
    height: 7px;
    background-color: #b39ddb;
    border-radius: 100px;
    position: absolute;
    left: 47%;
    top: 67%;
}

.content-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-left: 300px;
}

#table-body .col:hover {
    cursor: pointer;
    /*border: 1px solid grey;*/
    background-color: #E0E0E0;
}

.empty-day:hover {
    cursor: default !important;
    background-color: #fff !important;
}

#table-body .row .col {
    padding: .75rem;
}

#table-body .col {
    border: 1px solid transparent;
}

#table-body {}

#table-body .row {
    margin-bottom: 0;
}

#table-body .col {
    padding-top: 1.3rem !important;
    padding-bottom: 1.3rem !important;
}

#calendar-table {
    text-align: center;
}

.prev-button {
    position: absolute;
    cursor: pointer;
    left: 0%;
    top: 35%;
    color: #FD670E !important;
    background: transparent !important;
}

.prev-button i {
    font-size: 4em;
}


.next-button i {
    font-size: 4em;
}

.addEvent {
    box-shadow: 0 5px 15px rgb(57, 168, 228);
    background-color: #39a8e4;
    padding: 10px;
    padding-left: 3em;
    padding-right: 3em;
    cursor: pointer;
    border-radius: 25px;
    color: #fff !important;
    background-image: linear-gradient(135deg, #8d8dd4, #45ced4);
}

.addEvent:hover {
    transition: box-shadow 0.5s;
    box-shadow: 0 4px 25px rgb(57, 168, 228);
}

.mobile-header {
    padding: 0;
    display: none;
    padding-top: 20px;
    padding-bottom: 20px;
    position: fixed;
    z-index: 99;
    width: 100%;
    background-color: #5a649c !important;
}

.mobile-header a i {
    color: #fff;
    font-size: 38px;
}

.mobile-header h4 {
    color: #fff;
}

.mobile-header .row {
    margin-bottom: 0;
}

.mobile-header h4 {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

body .breadcrumb::before {
    display: none;
}

@media (max-width:992px) {
    .content-wrapper {
        margin-left: 0;
    }

    .mobile-header {
        display: block;
    }

    .calendar-wrapper {
        margin-top: 0;
    }

    .calender_ui .col-md-7 {
        width: 100%;
    }

    .calender_ui .col-md-4 {
        width: 100%;
    }

    .sidebar-wrapper {
        background-color: #EEEEEE !important;
    }

    .sidebar-title {
        background-color: #5A649C !important;
    }

    .empty-message {
        color: black;
    }
}

@media (max-width:767px) {
    .content-wrapper .container {
        width: auto;
    }

    .bg-body.d-flex.flex-column.align-items-stretch.flex-center.rounded-4.w-md-600px.p-15 {
        min-height: auto;
        height: auto;
    }
    .list_outter.calender_ui .col-md-8 {
        width: 100% !important;
    }
	body .calender_ui .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
		float: none;
		text-decoration: none;
		color: #000;
		border: 1px solid #DFE0E1;
		display: inline-block;
		width: 50px;
		height: 50px;
		line-height: 50px;
		border-radius: 0;
	}
    .calendar-content {
        padding-left: 5%;
        padding-right: 5%;
    }

    body .row {
        margin-bottom: 0;
    }
   body .fc-view-container *, .fc-view-container ::after, .fc-view-container ::before {
        height: auto !important;
    }
   body .calender_ui .card-flush {
        padding: 20px;
        margin-top: 3rem;
    }
  body .calender_ui .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
        float: none;
        text-decoration: none;
        color: #000;
        border: 1px solid #DFE0E1;
        display: inline-block;
        width: 50px;
        height: 45px;
        line-height: 45px;
        border-radius: 0;
    }
    body .fc-scroller.fc-day-grid-container {
        height: auto !important;
    }
    .calender_ui td.fc-highlight {
        border: none !important;
        font-weight: bold;
        color: #fff !important;
        background-image: linear-gradient(to right, rgb(253, 94, 0), rgb(255, 149, 86)) !important;
        border-radius: 10px;
        opacity: 1;
        padding: 0;
        width: 50px;
        height: 43px;
    }
}

@media (max-width:450px) {
    .content-wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    .content-wrapper .container {
        padding-left: 0;
        padding-right: 0;
    }
}

/* .calender_ui .amount a {
    color: #fd670e;
}

.calender_ui .amount a i {
    color: #fd670e;
    margin-right: 10px;
} */

.calender_ui .accordion-button.fs-4.fw-semibold.collapsed {
    background: #f2f2f2;
    padding: 10px !important;
}
.calender_appointment .rejected{
	color: red !important;
}
.calender_appointment .rejected i{
	color: red !important;
}
.calender_appointment .accepted{
    color: green !important;
}
.calender_appointment .accepted i{
    color: green !important;
}
.amount.calender_appointment .menu-bullet img {
	filter: invert(1);
	width: 33px;
}   
.modal_droper {
	background: none;
	color: #000;
	padding: 0 !important;
}
.modal_droper i{color: #fd670e !important;font-size:20px;}
.amount.calender_appointment .menu-bullet i {
	color: #fd670e !important;
	font-size: 20px;
}
.insurance_modal .modal-header {
	padding: 0;
}
.insurance_modal .modal-header .modal-title {
	color: #000;
	padding: 10px;
}
.insurance_modal .modal-dialog {
	transform: none;
	width: 100%;
	max-width: 800px;
}

#appointments-container {
	margin: 20px 0;
}
.calender_ui .accordion-item {
	border: none;
	padding: 0 !important;
	margin-top: 20px;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.13);
	border-radius: 10px;
}

input[type=date],
 input[type=time] {
     border            : none;
     box-sizing        : border-box;
     outline           : 0;
     padding-left      : .75rem;
     display           : flex;
     justify-content   : center;
     position          : relative;
     width             : 100%;
     -moz-appearance   : textfield;
     -webkit-appearance: none;
     margin            : 0;
 }

 input[type=date]::placeholder,
 input[type=time]::placeholder {
     font-family: 'Roboto';
     font-size  : 17px;
     font-style : normal;
     font-weight: 400;
 }

 input[type=date]::-webkit-calendar-picker-indicator,
 input[type=time]::-webkit-calendar-picker-indicator {
     background: none;
     bottom    : 0;
     color     : transparent;
     cursor    : pointer;
     height    : auto;
     left      : 0;
     position  : absolute;
     right     : 0;
     top       : 0;
     width     : auto;
 }


 input[type=date]::-webkit-datetime-edit,
 input[type=time]::-webkit-datetime-edit {
     text-align: center;
     width     : 100%;
 }
