@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");

:root {
    --gradient: linear-gradient(
        to right,
        rgba(8, 155, 171, 1) 0%,
        rgba(13, 181, 200, 1) 100%
    );
    --blue: #089bab;
    --orange: #ff9800;
}

/* Set the TPMS background logo and center it */
.iq-card-body {
    /* background-image: "{{assets('dashboard/images/tpmsLogo20%.png')}}"; */
    /* C:\xampp\htdocs\webaba\public\assets\dashboard\images\tpmsLogo20%.png */
    /* background-image: url('{{ asset("assets\dashboard\images\tpmsLogo20%.png") }}'); */
    /* background-image: url("../images/tpmsLogo15%.png"); */
    /* background-image: url("../images/tpms-trademark-15%.png"); */
    /* background-image: url("../images/TherapyPM 10% Opacity.png"); */
    /* background-size: 70vw 80vh; */
    background-size: 70vw 30vh;
    background-repeat: no-repeat;
    /* background-position: bottom -120px right 0px; */
    background-position: bottom 20px right 30px;
}

/* Remove bg logo for dropdown */
.dropdown .iq-card-body,
.iq-user-dropdown .iq-card-body {
    background-image: none;
}

/*--------------------------------------------------------------------
Preloader
---------------------------------------------------------------------*/
#loading,
.loading2,
.loading3 {
    background: rgba(255, 255, 255, 0.7);
    /* background: #fff; */
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#loading-center,
.table-loading {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #99ebff;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#loading-center:before,
.table-loading:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #089bab;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

#loading-center:after,
.table-loading:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #66b3ff;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------------
Top Bar
---------------------------------------------------------------------*/
.iq-search-bar h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    text-shadow: 2px 2px 4px #00000052;
}

.iq-search-bar img {
    width: 40px;
    height: 40px;
    border: 1px solid #d5d5d5;
    margin-right: 8px;
}

.iq-sidebar {
    background: var(--gradient);
}

body.sidebar-main-menu .content-page {
    border-radius: 0 !important;
}

.mh-300 {
    max-height: 300px;
    overflow-y: scroll;
}

body.sidebar-main-menu .iq-sidebar .logo-big {
    display: none;
    padding: 0 30px 0 0;
}

body.sidebar-main-menu .iq-sidebar .logo-small {
    width: 50px;
}

body.sidebar-main-menu .iq-sidebar:hover .logo-small {
    display: none;
}

body.sidebar-main-menu .iq-sidebar:hover .logo-big {
    display: block;
}

.iq-search-bar,
.navbar-list li .caption {
    white-space: nowrap;
}

.download h6 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 4px;
    width: 140px;
}

.download .d-flex {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.download-dropdown .d-flex {
    /* border-bottom: 0px; */
    padding-bottom: 0px;
}
span.file_name {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 4px;
}

.download .unread-email {
    background-color: #e3e3e3;
    padding: 4px;
}

.download p {
    margin: 0;
}

.right-side {
    max-width: 200px;
}

.footer {
    text-align: center;
    background: #fff;
    padding: 16px 0;
    box-shadow: 0px 0px 25px 0px rgba(45, 69, 95, 0.1);
    margin: 20px 15px;
    border-radius: 25px;
}

/*--------------------------------------------------------------------
Talkbubble
---------------------------------------------------------------------*/
.talkbubble {
    min-height: 80px;
    position: relative;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid var(--blue);
    padding: 8px;
}

.talkbubble:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 12px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 20px solid var(--blue);
    border-bottom: 10px solid transparent;
}

.ledger_table .talkbubble .chat-name {
    font-weight: 500;
    color: var(--orange);
}

.ledger_table .show_comment .btn-comment {
    margin: 10px 0px 20px;
    display: flex;
    justify-content: end;
}

/*--------------------------------------------------------------------
Timeline Modal
---------------------------------------------------------------------*/
.comment-timeline {
    position: relative;
}
.comment-timeline:before {
    content: "";
    position: absolute;
    left: 40px;
    top: 0;
    width: 2px;
    height: 100%;
    background: gray;
}
.comment-timeline .comment-icon {
    top: 4px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid gray;
    padding: 2px;
    background-color: #fff;
    margin-left: 10px;
    margin-top: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.comment-timeline .comment-icon i {
    font-size: 20px;
    color: #089bab;
}

/*--------------------------------------------------------------------
Activity
---------------------------------------------------------------------*/
.datetime {
    color: #000;
    text-align: right;
    white-space: nowrap;
    margin-bottom: 20px;
}

.timeline {
    border-left: 2px solid #d5d5d5;
    padding: 0 20px;
    position: relative;
}

.history {
    padding: 16px;
    margin-bottom: 20px;
    border: 1px solid #d5d5d5;
    border-radius: 10px;
}

.broadcast-message .history {
    padding: 10px;
    margin-bottom: 14px;
    border: 1px solid #d5d5d5;
    border-radius: 10px;
}

.history h6 {
    margin-bottom: 6px;
}

.history p {
    margin-bottom: 0;
}

.timeline-dots {
    position: absolute;
    top: 20px;
    left: -9px;
    border: 3px solid #089bab;
    border-radius: 90px;
    padding: 5px;
    background: #fff;
}

.timeline-icon {
    position: absolute;
    top: 12px;
    left: -14px;
    background: #fff;
    font-size: 25px;
}

/*--------------------------------------------------------------------
File Upload, Profile Picture & Signature
---------------------------------------------------------------------*/
.preview-sig {
    text-align: center;
    width: 100%;
    border: 2px solid #d5d5d5;
    margin-top: 16px;
    padding: 8px 0;
    border-radius: 5px;
    height: 78px;
}

.fileupsvg {
    width: 40px;
    fill: #089dad;
    margin: 0 auto 8px;
    display: block;
}

.profile-pic-div {
    width: 80px;
    height: 80px;
    border: 1px solid #d5d5d5;
    border-radius: 50%;
    margin: 0 auto 8px;
    overflow: hidden;
    position: relative;
}

.profile-pic-div img {
    display: block;
    width: 100%;
}

#uploadBtn {
    font-size: 11px;
    text-align: center;
    color: #fff;
    line-height: 20px;
    height: 20px;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer;
    display: none;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.4s ease;
}

.profile-pic-div:hover #uploadBtn {
    display: block;
}

#sig-canvas,
#sig-canvas2 {
    border: 1px solid #cccccc;
    border-radius: 15px;
    cursor: crosshair;
}

.show-sig {
    border: 1px solid #d5d5d5;
    min-height: 100px;
    border-radius: 5px;
    padding: 8px;
}

.show-sig span {
    font-family: "Dancing Script", cursive;
    font-style: italic;
    font-size: 35px;
}

.maintenance {
    text-align: center;
    max-width: 600px;
    padding: 100px 0;
    margin: auto;
}

.maintenance h1 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 16px;
}

.maintenance p {
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
}

/*--------------------------------------------------------------------
Tabs
---------------------------------------------------------------------*/
.nav-tabs .nav-link.active {
    border-top: 2px solid #089bab;
    border-bottom: transparent;
}

.nav-tabs .nav-item a {
    border: 1px solid transparent;
}

.icon {
    font-size: 20px;
    color: #089bab;
}

.setting_menu,
.employee_menu {
    margin-right: 16px;
    /* min-width: 120px; */
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px,
        rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
    border-radius: 5px;
    padding: 10px 10px 0px 10px;
}

.setting_menu .nav-item,
.employee_menu li {
    border: 1px solid #089bab;
    border-bottom: 0;
    border-radius: 3px;
    margin-bottom: 8px;
}

.setting_menu .nav-item .active,
.employee_menu li a.active {
    color: #fff;
    background: #089bab;
    border-bottom-color: #fff;
}

.setting_menu i {
    margin-right: 6px;
}

.setting_menu a,
.employee_menu li a {
    white-space: nowrap;
    text-transform: capitalize;
    padding: 4px 8px;
    border-bottom: 1px solid #089bab;
    display: block;
    transition: 0.3s ease;
}

#program li:last-child a {
    border-bottom: none !important;
}

.setting_menu div a {
    padding-left: 16px !important;
}

.client_menu {
    margin-right: 0 !important;
}

.all_content {
    border: 1px solid #d5d5d5;
    padding: 16px;
    border-radius: 5px;
    overflow-x: auto;
    box-shadow: r gba(0, 0, 0, 0.2) 0px 12px 28px 0px,
        rgba(0, 0, 0, 0.1) 0px 2px 4px 0px,
        rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset !important;
}

/*--------------------------------------------------------------------
Dashboard
---------------------------------------------------------------------*/
.dashboard-summary {
    border: none;
    margin-bottom: 30px;
}

.dashboard-summary h2,
.dashboard-summary h5 {
    color: #fff;
}

.dashboard-summary .bg-primary {
    background: #2575fc !important;
}

.dashboard-summary .bg-danger {
    background: #ca0404 !important;
}

.dashboard-summary .bg-info {
    background: #007adf !important;
}

.dashboard-summary .bg-warning {
    background: green !important;
}

.dashboard-summary .iq-bg-primary {
    background: linear-gradient(0deg, #6a11cb, #2575fc) !important;
}

.dashboard-summary .iq-bg-danger {
    background: linear-gradient(
        180deg,
        rgba(255, 105, 37, 0.76),
        #ca0404
    ) !important;
}

.dashboard-summary .iq-bg-info {
    background: linear-gradient(180deg, #00ecbc, #007adf) !important;
}

.dashboard-summary .iq-bg-warning {
    background: linear-gradient(180deg, #52f1a7, green) !important;
}

.dashboard-summary .card-body {
    border-radius: 8px;
    padding: 10px 16px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
        rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.dashboard-card {
    border: 1px solid gray;
    border-radius: 5px;
    height: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.dashboard-graph {
    border: 1px solid gray;
    border-radius: 5px;
    /* box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; */
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.dashboard-card .card-header,
.dashboard-graph .card-header {
    padding: 6px 16px;
    background: linear-gradient(180deg, #00ecbc, #007adf);
    border-radius: 5px 5px 0 0;
}

.dashboard-card .card-title,
.dashboard-graph .card-title {
    color: #fff;
}

.dashboard-card .table {
    white-space: normal;
}

.dashboard-card .table thead {
    text-align: center;
    background: #f1f1f1;
}

.dashboard-card .table thead th {
    font-weight: 500;
    border-bottom: none;
}

.dashboard-card .count {
    text-align: center;
}

marquee {
    font-size: 14px;
    color: red;
}

/*--------------------------------------------------------------------
Patient
---------------------------------------------------------------------*/
.pat-name {
    max-width: 120px !important;
}

.pat-name a {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
}

.pat-name .badge {
    display: inline-block;
}

/*--------------------------------------------------------------------
Payroll
---------------------------------------------------------------------*/
.day-list {
    margin-right: 16px;
}

.day-list a {
    min-width: 100px;
}

.day-table .table .form-control {
    width: 60px;
    margin: auto;
}

.time-in-out .list-inline-item:not(:last-child) {
    margin-right: 2px;
    margin-bottom: 3px;
}

.time-in-out li:not(:last-child) .form-control {
    width: 33px !important;
}

.time-in-out li:last-child .form-control {
    width: 50px !important;
    padding: 4px;
}

.working-hour-table i {
    font-size: 16px;
    color: #089bab;
}

/*--------------------------------------------------------------------
Table
---------------------------------------------------------------------*/
.table-responsive {
    margin-bottom: 8px;
}

.table {
    font-size: 12px;
}

.table td {
    vertical-align: middle;
}

.table td p {
    margin-bottom: 0;
}

tfoot td {
    font-weight: 600;
}

.c_table thead tr:first-child th {
    background-image: url("./sort.png");
    background-color: #089bab;
    background-repeat: no-repeat;
    background-position: center right;
    padding: 4px 18px 4px 4px;
    cursor: pointer;
    font-size: 11px;
}
.c_table thead th.checkbox {
    background-image: none !important;
    padding: 4px !important;
}

.c_table {
    text-align: center;
    white-space: nowrap;
}

.c_table td .dropdown-toggle {
    padding: 0;
}

.c_table i {
    font-size: 14px;
}

.c_table th .form-control {
    font-size: 11px;
}

.c_table td,
.c_table th {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.c_table thead {
    color: #fff;
    background: #089bab;
}

.c_table thead th {
    text-transform: capitalize;
    border-bottom: 0;
    text-shadow: 0 0 2px #000;
}

.c_table tbody td {
    padding: 4px;
}

.statement_table thead {
    background: teal;
}

.p_table {
    max-height: 100vh;
    overflow-y: auto;
    margin-bottom: 10px;
}

.p_table .table {
    margin-bottom: 0;
    /* position: relative; */
}

.p_table .table thead th {
    position: sticky;
    top: -1px;
    z-index: 1;
    /* background: #089BAB; */
}

.p_table .table thead tr:nth-child(2) th {
    position: sticky;
    top: 23px;
    z-index: 1;
    background-color: #fff;
}

.p_table::-webkit-scrollbar,
.process_list_table::-webkit-scrollbar,
.table-responsive::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.p_table .table tbody {
    background-color: #fff;
}

.rate_table,
.ledger_table {
    margin-top: 16px;
}

.pt_table {
    margin-top: 8px;
}

.bill_page .table {
    font-size: 11px;
}

.column-generate-table tr {
    font-weight: 500;
}

.column-generate-table tr:nth-child(even) {
    background-color: rgba(8, 155, 171, 0.2);
}

/*--------------------------------------------------------------------
Report
---------------------------------------------------------------------*/
.report-checkbox {
    margin-top: 2px;
}
/*--------------------------------------------------------------------
Typography
---------------------------------------------------------------------*/
.badge-orange {
    color: #fff;
    background: var(--orange);
}

address p {
    font-size: 14px;
    margin: 0;
}

fieldset {
    border: 1px solid #d5d5d5;
    padding: 16px;
}

legend {
    font-size: 16px;
    font-weight: 500;
    color: var(--orange);
    margin-bottom: 0;
    width: inherit;
}

b,
strong {
    font-weight: 600;
}

select.form-control[multiple],
select.form-control[size] {
    height: 200px;
}

.font-weight-bold {
    font-weight: 600 !important;
}

.btn-secondary {
    border: 1px solid #17a2b8 !important;
    background: #17a2b8 !important;
}

.btn-primary-outline {
    border: 1px solid var(--blue);
}

.btn-primary-outline:hover {
    color: #fff;
    background: var(--blue);
}

.card-title {
    font-size: 16px;
    margin-bottom: 0;
}

.dropdown-toggle::after {
    border: none;
}

textarea.form-control-sm {
    min-height: 68px;
}

.invalid-feedback,
.invalid-tooltip {
    font-size: 12px;
}

.form-check-label {
    color: #000;
    font-weight: 400;
}

ul {
    margin-bottom: 0;
}

.custom-control-label {
    padding-top: 3px;
}

.d-flex .form-control-sm,
.d-flex .custom-select {
    max-width: 175px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ri-arrow-left-circle-line {
    margin-right: 4px;
    vertical-align: middle;
}

.text-orange {
    color: orange;
}

.tax-type .form-check {
    height: 33px;
}

.input-group-text {
    padding: 0 8px;
}

.common-title,
.rate_table h6,
.ledger_table h6,
.pt_table h6,
.batch_table h6 {
    font-size: 16px;
    font-weight: 500;
    color: var(--orange);
    margin-bottom: 16px;
}

.text-blue {
    font-weight: 700;
    font-style: italic;
    color: #17a2b8;
}

.sign-in-from {
    border: 10px solid #17a2b8;
    padding: 50px 70px;
    min-height: 0;
}

.sign-in-from img {
    padding: 0px 30px;
}

@media (max-width: 450px) {
    .sign-in-from img {
        padding: 0px 0px;
    }
}

.border-fat {
    border: 10px solid #17a2b8;
}

/*--------------------------------------------------------------------
Plugin
---------------------------------------------------------------------*/
.mike_count {
    position: absolute;
    top: 0;
    right: 0;
    padding: 2px 4px;
}

.upload-button i {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.upload-button input {
    opacity: 0;
}

.iq-edit-profile a {
    border: 1px solid #d5d5d5;
}

.modal-body .multiselect-container {
    /* max-height: 100px; */
}

.modal-body .employeePayroll-multiselect .multiselect-container {
    /* max-height: 227px !important; */
}

.toast-top-right {
    top: 12px;
    right: unset !important;
    left: 50%;
    transform: translateX(-50%);
}

.reportrange {
    min-width: 170px;
}

.payment_download i {
    font-size: 25px;
    color: #fff;
    display: block;
    background: var(--gradient);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    margin-right: 16px;
    border: 1px solid #ffc107;
}

.payment-tab {
    border-right: 1px solid #d5d5d5;
    min-width: 200px;
    margin-right: 16px;
}

.payment-tab .nav-tabs {
    border: none;
}

.payment-tab .nav-link {
    border: 1px solid #d5d5d5 !important;
    margin-right: 16px;
    margin-bottom: 8px;
}

.clear-all {
    color: #fff;
    background: rgba(216, 74, 69, 1);
    margin-right: 8px;
    border-radius: 5px !important;
}

.save-template {
    color: #fff;
    background: var(--gradient) !important;
    border-radius: 5px !important;
}

.get-data {
    display: none !important;
}

.fc-listWeek-button {
    display: none !important;
}

.fc .fc-button-group button,
.fc .fc-button-group .fc-button-active,
.fc .fc-button-primary {
    /* background: var(--gradient);
    border-color: #fff !important; */
    text-transform: capitalize !important;
}

.fc .fc-button-primary:disabled {
    /* background: var(--gradient);
    border-color: #fff !important; */
    text-transform: capitalize;
}

.mc-calendar h1,
.mc-calendar h2,
.mc-calendar h3 {
    color: #fff;
}

.bootstrap-select.form-control-sm .dropdown-toggle {
    padding: 0.25rem 0.5rem;
    border: 1px solid #d5d5d5;
    background: #fff;
}

.custom-select {
    text-align: left !important;
    font-size: 12px;
    display: block;
    padding: 4px 30px 4px 8px;
    background: #fff
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
        no-repeat right 4px center/7px 8px;
    height: calc(1.5em + 0.5rem + 2px);
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.multiselect-native-select .btn-group {
    display: block;
    text-align: left;
}

.flatpickr-input {
    background: #fff;
}

.daterangepicker .drp-buttons .btn {
    padding: 0 8px;
}

.btn-dark {
    color: #fff !important;
    background: linear-gradient(
        to right,
        rgba(216, 74, 69, 1) 0%,
        rgba(242, 99, 97, 1) 100%
    ) !important;
    border-color: #d84a45 !important;
}

.btn-teal {
    color: #fff !important;
    background: teal !important;
}

#particles-js {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.search_filter .form-control {
    border: none;
}

.search_filter .input-group {
    border: 1px solid #d5d5d5;
}

.multiselect-container {
    max-height: 400px;
    overflow: hidden;
    overflow-y: auto;
}

/*--------------------------------------------------------------------
Modal
---------------------------------------------------------------------*/
.modal-content {
    border: none;
    text-align: left;
    overflow-y: auto !important;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.modal-footer {
    text-align: right;
}

.modal-header,
.modal-footer {
    padding: 8px 16px;
    display: block;
    position: relative;
}

.modal-header::before {
    content: "";
    width: 100%;
    height: 8px;
    background: var(--gradient);
    position: absolute;
    top: 0;
    left: 0;
}

.modal-footer::before {
    content: "";
    width: 100%;
    height: 8px;
    background: var(--gradient);
    position: absolute;
    bottom: 0;
    left: 0;
}

.modal-header .close {
    position: absolute;
    top: 15px;
    right: 10px;
}

.modal-header h4 {
    font-size: 16px;
    font-weight: 400;
    color: var(--orange);
    margin-top: 10px;
    margin-bottom: 0;
}

.modal-body .table tbody tr {
    display: table-row !important;
}

.modal-footer {
    padding: 8px 16px;
}

.modal-footer .btn {
    padding: 0.375rem 0.75rem !important;
}

.bx-loader {
    font-size: 16px;
    animation: spin 2s linear infinite;
}

.table .modal {
    white-space: normal;
}

/* refer modal */
.refer-modal-icon {
    width: 50%;
}

.send-invite-input {
    width: 73% !important;
    font-size: 14px;
}

.send-invite-btn {
    width: 25%;
    font-size: 14px;
}

/* refer responsive modal */
@media only screen and (max-width: 991px) {
    .refer-modal-icon {
        width: 80%;
    }

    .send-invite-input {
        width: 67% !important;
    }

    .send-invite-btn {
        width: 31%;
    }
}

@media only screen and (max-width: 446px) {
    .send-invite-input,
    .send-invite-btn {
        font-size: 12px;
    }
}

@media only screen and (max-width: 404px) {
    .send-invite-input {
        width: 64% !important;
    }

    .send-invite-btn {
        width: 34%;
    }
}

/*--------------------------------------------------------------------
Notification
---------------------------------------------------------------------*/
/* #chat_icon {
    font-size: 22px;
} */

.chat-bg {
    background: rgb(224 235 245 / 38%);
    min-height: 100vh;
}

.preview-chat {
    min-height: 150px;
    width: fit-content;
    /* border-radius: 10px; */
    margin: 0 65px;
    /* margin: auto; */
    background: #fff;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.img_preview_image {
    width: 150px;
    height: 120px;
}

.chat-bg .chat-footer {
    background: #fff !important;
}

.iq-chat-ui .d-flex,
.chat-footer .d-flex {
    flex-wrap: nowrap;
    align-items: center;
}

.chat-sidebar-name span,
.chat-sidebar-name h6 {
    max-height: 16px;
    display: block;
    overflow: hidden;
}

.chat-meta {
    margin-left: 16px;
}

.chat-message {
    max-width: 50%;
    border-radius: 10px;
}

.chat-data-left {
    border-right: 2px solid #7799c6;
    padding-top: 23px;
    height: 100vh;
    /* overflow-y: scroll; */
}

.chat-sidebar-channel {
    height: unset;
    min-height: 100vh;
    overflow-y: auto;
}

.chat-content {
    text-align: left;
    padding: 16px;
    height: unset;
    overflow-y: auto;
}

.iq-chat-ui li a {
    padding: 0 0 8px;
    margin-bottom: 8px;
    border-radius: 0;
}

.chat-content .chat-left .chat-message {
    color: #000;
    background: #ceebee;
}

.chat-content .table-sm th {
    color: #495057;
}

.modal .chat-data-left {
    border-right: none;
}

.modal .chat-sidebar-channel {
    min-height: auto;
}

.chat-message img {
    height: 100px;
}

.download-img {
    font-size: 14px;
    font-weight: 600;
    color: #fff !important;
    text-align: center;
    padding: 8px 0 0;
    display: block;
}

.download-img .ri-download-2-line {
    color: #fff;
}

.download-file {
    font-weight: 600;
    color: #fff !important;
    display: block;
}

.chat-content .chat-left .chat-message .download-file,
.chat-content .chat-left .chat-message .download-img,
.chat-content .chat-left .chat-message .download-img .ri-download-2-line {
    color: #000 !important;
}

.filename {
    font-size: 18px;
}

.chat-sidebar-channel .common-title {
    font-size: 14px;
    color: #fff;
    padding: 6px 16px;
    background: var(--gradient);
    border-radius: 3px;
}

.user-img {
    color: #fff;
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    font-size: 1rem;
}

.bg-orange {
    background: var(--orange);
}

.chat_header {
    border-bottom: 2px solid #7799c6 !important;
    padding-bottom: 8px !important;
}

.chat_header h5 {
    align-self: center;
}

.userimg {
    width: 40px;
    height: 40px !important;
    border: 1px solid #d5d5d5;
    border-radius: 50%;
    display: block;
    margin: 0 auto 8px;
}

.notification-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: 5px;
    position: relative;
    top: 4px;
    left: -11px;
}

/*--------------------------------------------------------------------
Lock
---------------------------------------------------------------------*/
.lock-page {
    height: 100vh !important;
    position: relative;
    background: radial-gradient(ellipse at center, #5a93af 0%, #004e74 100%);
}

/*--------------------------------------------------------------------
Setting
---------------------------------------------------------------------*/
#box-accordion .border {
    overflow-x: auto;
}

/*--------------------------------------------------------------------
Appointment
---------------------------------------------------------------------*/
.session-dd {
    min-width: 0;
}

/*--------------------------------------------------------------------
Responsive
---------------------------------------------------------------------*/
.d-flex {
    flex-wrap: wrap;
}

@media (max-width: 767.98px) {
    /* setting */
    .setting_menu,
    .employee_menu {
        width: 100%;
        margin-bottom: 8px;
    }

    .viewDetailBtn {
        display: block;
        margin: auto;
    }

    #removebtn {
        margin-bottom: 24px;
    }

    .all_tx_types {
        white-space: nowrap;
    }

    .all_tx_types .form-control {
        width: 100px;
    }

    /* =====setting===== */
    .iq-top-navbar .iq-navbar-custom .iq-menu-bt,
    .iq-top-navbar .navbar-toggler {
        /* top: 15px; */
    }

    .iq-search-bar {
        white-space: normal;
    }

    .iq-top-navbar .iq-navbar-custom .iq-menu-bt,
    .iq-top-navbar .navbar-toggler {
        top: 0 px;
    }

    .dashboard-card .table thead th {
        width: 100%;
    }

    .select_box {
        margin-bottom: 8px;
    }

    .fc .fc-toolbar {
        flex-wrap: wrap;
    }

    .fc-toolbar-chunk {
        margin: 0 auto 4px;
    }
}

@media (max-width: 991px) {
    .iq-top-navbar .iq-navbar-custom .iq-menu-bt,
    .iq-top-navbar .navbar-toggler {
        top: 0;
    }

    .navbar-collapse {
        top: 50px;
    }
}

@media (min-width: 1300px) {
    .main-circle {
        display: none;
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {
}

.select_date {
    max-width: 100px;
}

.ri-download-2-line {
    font-size: 18px;
    color: var(--blue);
    vertical-align: middle;
}

.dropdown-menu {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.bg-success,
.badge-success {
    background: #198754;
}

.bg-secondary,
.badge-secondary {
    background: #5c636a;
}

.mc-calendar--modal.mc-calendar--opened {
    z-index: 99999999999999;
}

.iq-sidebar-menu .iq-menu li.active > a,
.iq-sidebar-menu .iq-menu li.main-active > a,
.iq-sidebar-menu .iq-menu li ul {
    background: #fff;
}

.iq-sidebar-menu .iq-menu li ul {
    border-radius: 15px;
}

/* Placeholder */
/* .placeholder-glow .placeholder {
    -webkit-animation: placeholder-glow 5s ease-in-out infinite;
    animation: placeholder-glow 5s ease-in-out infinite;
}
.placeholder-wave {
    -webkit-mask-image: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
    mask-image: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
    -webkit-mask-size: 200% 100%;
    mask-size: 200% 100%;
    animation: placeholder-glow 2s ease-in-out infinite;
    margin: 0 8px;
    background: linear-gradient(to right, #eff1f3 4%, #e2e2e2 25%, #eff1f3 36%);
}
@keyframes placeholder-glow {
    50% {
        opacity: 0.5;
    }
    0% {
        background-position: -1000px 0;
      }
      100% {
        background-position: 1000px 0;
      }
}
.placeholder {
    display: inline-block;
    min-height: 8px;
    vertical-align: middle;
    cursor: wait;
    background-color: currentColor;
    opacity: .5;
} */
.comment {
    height: 8px;
    background: #777;
    margin: 0 8px;
}

@keyframes fullView {
    100% {
        width: 100%;
    }
}

.animate {
    animation: shimmer 2s infinite linear;
    background: linear-gradient(to right, #eff1f3 4%, #e2e2e2 25%, #eff1f3 36%);
    background-size: 1000px 100%;
}

@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }

    100% {
        background-position: 1000px 0;
    }
}

/*Sidebar*/

.sidebar-button-spacing {
    margin-top: 2px;
}

.cal-appointment-daygrid {
    border: 1px solid var(--blue);
    background-color: #e0ebf5;
    margin-top: 3px;
    border-radius: 5px;
    width: 30%;
}

.cal-appointment-daygrid .time {
    font-weight: bold;
    margin: 0 2px;
}

/* Stepper Form */

.data-export-step ul {
    padding: 0;
    margin: 0;
}
.data-export-step {
    width: 100%;
    max-width: 1240px;
    display: block;
    margin: 0 auto;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 15px;
    border-radius: 20px;
}
.data-export-step table tr td {
    color: #000;
}

.data-export-step .content {
    border: 3px solid #fff;
    padding: 20px;
    background: #fff;
    margin: 0px auto;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.card {
    border: none;
}

.form-card {
    text-align: left;
}

#data-export-content section:not(:first-of-type) {
    display: none;
}

#data-export-content section {
    border: none !important;
    padding: 0px !important;
}

#data-export-content .action-button,
#data-export-content .action-button-previous {
    color: white;
    border: 0 none;
    font-size: 15px;
    cursor: pointer;
    padding: 5px 10px;
    margin: 10px 10px;
    float: right;
    border-radius: 5px;
}

#data-export-content .action-button {
    background: #089bab;
}

#data-export-content .action-button-previous {
    background: #616161;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    text-align: center;
}

#progressbar .active {
    color: #089bab;
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 33.33%;
    float: left;
    position: relative;
    font-weight: 400;
    z-index: 0;
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f0f6";
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f0ec";
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f093";
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

#progressbar li:after {
    content: "";
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #089bab;
}

.copy_btn:hover {
    cursor: pointer;
    color: #089bab;
}

/* Form Builder */
.form-builder-container {
    max-width: 1340px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 10px;
    padding-top: 20px;
    border-radius: 5px;
}

.form-builder-main-content {
    margin-top: 15px;
}

.form-builder-main-content .frmb {
    background-image: url("../../img/form-builder-bg-3.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5px !important;
    color: #fff;
    min-height: 494px !important;
    border-radius: 5px;
}

.form-builder-main-content .frmb li {
    background-color: #ccc;
    opacity: 0.9;
    color: #fff;
}

.form-builder-main-content .form-actions {
    margin-top: 20px;
}

.form-wrap.form-builder .stage-wrap {
    width: calc(84% - 5px) !important;
}

.form-wrap.form-builder .cb-wrap {
    width: 15% !important;
}

.form-wrap.form-builder .frmb .field-label,
.form-wrap.form-builder .frmb .legend {
    color: #089bab !important;
    text-shadow: 2px 2px 4px #00000052 !important;
}

.form-wrap.form-builder .frmb-control li {
    box-shadow: inset 0 0 0 1px #089bab !important;
}

.form-wrap.form-builder .frmb-control li:hover {
    background-color: #089bab !important;
    color: #fff !important;
}

.form-wrap.form-builder .form-actions {
    margin-top: 20px !important;
}

.form-wrap.form-builder .frmb-control {
    color: #000 !important;
}

.form-wrap.form-builder .stage-wrap.empty::after {
    font-size: 20px !important;
}

.dropdown-icon-size {
    font-size: 14px;
    font-weight: bold;
}

/* Manage Session Table */
.selected-data i {
    font-size: 14px;
    /* font-weight: bold; */
}

.normal {
    text-decoration: none;
}
.strike {
    text-decoration: line-through !important;
    text-decoration-color: #ff0000 !important;
    -webkit-text-decoration-color: #ff0000 !important;
    -webkit-text-decoration-line: line-through !important; /* Safari */
    text-decoration-line: line-through !important;
}

.fc-event.my-event .fc-content {
    -webkit-text-decoration-line: line-through !important; /* Safari */
    text-decoration-line: line-through !important;
}

.client_setting_menu {
    max-width: 150px;
}

/* Changes checkbox and radio button default color */
input[type="checkbox"],
input[type="radio"] {
    accent-color: #089bab;
}

.fc-event {
    font-size: 12px !important;
}

.fc-view {
    font-family: "Roboto", sans-serif !important;
}

.calendar-tooltip-container {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px,
        rgba(0, 0, 0, 0.1) 0px 2px 4px 0px,
        rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
    width: 25%;
    padding: 8px;
    border-radius: 5px;
    min-width: 280px;
    font-size: 11px !important;
    /* height:340px; */
    background: #fff;
    position: absolute;
    z-index: 10001;
    padding: 14px;
}

.calendar-tooltip-container::before {
    content: "";
    width: 100%;
    height: 5px;
    background: #089bab;
    position: absolute;
    top: 0;
    left: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.calendar-tooltip-container::after {
    content: "";
    width: 100%;
    height: 5px;
    background: #089bab;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.calendar-grid-tooltip-container {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px,
        rgba(0, 0, 0, 0.1) 0px 2px 4px 0px,
        rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
    width: 38%;
    padding: 8px;
    border-radius: 5px;
    min-width: 280px;
    font-size: 11px !important;
    /* height:340px; */
    background: #fff;
    position: absolute;
    z-index: 10001;
    max-height: 650px;
    overflow-y: auto;
    /* padding: 14px; */
}

.calendar-grid-tooltip-container::after,
.calendar-grid-tooltip-container::before {
    display: none;
}

.calendar-grid-tooltip-container .grid-cal-tooltip-header {
    background-color: #297bdc;
    padding: 15px 10px;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.calendar-grid-tooltip-container .grid-cal-tooltip-header h5 {
    color: #fff;
}

.calendar-grid-tooltip-container .grid-cal-tooltip-header i {
    font-size: 20px;
    /* font-weight: bold; */
    cursor: pointer;
}

.calendar-grid-tooltip-container .info-section {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 8px;
    margin-top: 10px;
    border-radius: 6px;
    border: 1px solid #c3c3c3;
}

.calendar-grid-tooltip-container .grid-cal-tooltip-container {
    padding: 8px;
}

.calendar-grid-tooltip-container .grid-cal-tooltip-footer {
    background-color: rgba(99, 99, 99, 0.2);
    padding: 4px 8px;
    margin-top: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.calendar-grid-tooltip-container .section-title {
    font-weight: bold;
    text-align: center;
    /* text-shadow: 2px 2px 4px #00000052; */
    color: #089bab;
}

.calendar-grid-tooltip-container a {
    color: #495057 !important;
}

#chat-dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.ui-widget-header {
    background-color: #089bab;
    color: #fff;
}

.ui-dialog .ui-dialog-buttonpane {
    padding: 0px;
    margin-top: 0px;
}

.ui-icon-alert {
    background-image: none;
}

.ui-icon {
    text-indent: 0px;
    width: 25px;
}

.ui-dialog .ui-dialog-titlebar-close {
    border: 0px !important;
    background: none !important;
    color: #fff;
    font-size: 20px;
    margin: -16px 0 0 0;
}

.ui-widget.ui-widget-content {
    border: 0px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
        rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.ui-dialog {
    padding: 0px;
}

.clock-in-badge {
    padding: 6px 16px;
    border-radius: 15px;
}

.clock-main-div {
    margin: 20px auto;
    width: 600px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px,
        rgba(0, 0, 0, 0.1) 0px 2px 4px 0px,
        rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
    padding: 40px 20px;
    border-radius: 5px;
}

.clock-main-div button {
    font-size: 22px;
    padding: 14px 90px;
    border-radius: 30px;
    margin-top: 10px;
    font-weight: 700;
}

.clockin-status-col {
    max-width: 50px !important;
}

.day-name {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    color: #000;
    border: 1px solid #089bab;
    cursor: pointer;
}

.day-name p {
    text-align: center;
    margin-top: 6px;
}

.day-name-selected {
    background-color: #089bab;
    color: #fff;
}

.calendar-view-height {
    min-height: 70vh !important;
}

.patient-print-icon {
    font-size: 20px;
    color: #007bff;
}

.table-hover-text {
    cursor: pointer;
}

.table-hover-details {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px,
        rgba(0, 0, 0, 0.1) 0px 2px 4px 0px,
        rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
    padding: 10px;
    border-radius: 4px;
    min-height: 70px;
    min-width: 250px;
    z-index: 10001;
    margin: 6px 0px;
    transition: opacity 0.3s, transform 0.3s, opacity 0.3s;
}

.table-hover-text:hover + .table-hover-details {
    display: block;
    cursor: pointer;
}

.table-hover-details::before {
    content: "";
    width: 100%;
    height: 5px;
    background: #089bab;
    position: absolute;
    top: 0;
    left: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.table-hover-details::after {
    content: "";
    width: 100%;
    height: 5px;
    background: #089bab;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.sopAutoExpandTextarea {
    resize: none !important;
    overflow-y: hidden !important;
}

.custom-file-upload {
    display: inline-block;
    background-color: #007bff;
    color: #fff;
    border: 2px solid #007bff;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
}

.paystri-payment-label {
    font-size: 14px;
    font-weight: bold;
    color: #ffcd34;
}

.toggle-icon {
    font-size: 14px;
}

.toggle-icon:before {
    content: "\f054";
    /* fa-chevron-right */
    font-family: "FontAwesome";
    /* position: absolute; */
    /* right: 0; */
}

.toggle-icon[aria-expanded="true"]:before {
    content: "\f078";
    /* fa-chevron-down */
}

.promptLevelCard {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
        rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding: 15px 10px;
    border-radius: 5px;
}

.top-navbar-notification {
    /* position: relative; */
    display: inline-block;
}

.top-navbar-notification-dot {
    position: absolute;
    top: 8px;
    right: 14px;
    width: 8px;
    height: 8px;
    background-color: #dc3545;
    border-radius: 50%;
    content: "";
    animation: notificationBounceIn 0.5s ease-in-out forwards;
}

@keyframes notificationBounceIn {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

.table .modal .modal-dialog .modal-content input {
    text-align: left !important;
}

.vob-request-modal label,
.vob-details-modal label {
    margin-bottom: 4px !important;
}

#programDetailsModal .program-details-container {
    padding: 8px;
    border-radius: 5px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
        rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    background-color: #fff;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
    /* transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out; */
    /* overflow: hidden; */
}

/* #programDetailsModal .program-details-container:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
    transform: scale(1.1);
} */

#programDetailsModal .program-details-container i {
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.program_details_container_pinned {
    color: #dc2626;
}

.program_details_container_checked {
    background-color: #bae6fd !important;
}

#programDetailsModal .program-details-container .badge-yellow,
#programDetailsModal .program-details-container .badge-blue,
#programDetailsModal .program-details-container .badge-green {
    padding: 0px 15px;
    border-radius: 30px;
    font-size: 16px;
}

#programDetailsModal .program-details-container .badge-yellow {
    border: 1px solid #f97316;
    color: #f97316;
}

#programDetailsModal .program-details-container .badge-blue {
    border: 1px solid #3b82f6;
    color: #3b82f6;
}

#programDetailsModal .program-details-container .badge-green {
    border: 1px solid #22c55e;
    color: #22c55e;
}

.report-card-body {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
        rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    padding: 30px 4px;
    border-radius: 5px;
    background-color: #ceebee;
    height: 90px;
    cursor: pointer;
}

.report-card-body h4,
.report-card-body i {
    font-size: 22px;
}

.report-card-body i {
    margin-right: 8px;
}

/* Behavior Reduction */
.behavior-reduction label {
    font-size: 14px;
    font-weight: 600;
}

.behavior-reduction .toggle-icon,
.behavior-reduction .accordion-item p {
    font-size: 16px;
}

.behavior-reduction .toggle-icon:before {
    content: "\f054";
    /* fa-chevron-right */
    font-family: "FontAwesome";
    /* position: absolute; */
    /* right: 0; */
}

.behavior-reduction .toggle-icon[aria-expanded="true"]:before {
    content: "\f078";
    /* fa-chevron-down */
}

.behavior-reduction .targets-column {
    max-width: 150px !important;
    width: 200px !important;
}

.behavior-reduction .clickable-div {
    cursor: pointer;
    /* margin: 2px; */
    padding: 5px;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 20px;
}

.behavior-reduction .clickable-div i {
    font-size: 20px;
}

.behavior-reduction .clickable-div p {
    margin-bottom: 0px;
    font-size: 16px;
}

.behavior-reduction .form-group label {
    font-size: 18px;
}

/* Add your desired active styles here */
.behavior-reduction .clickable-div.active {
    /* outline: 1px solid #089bab; */
    background-color: #089bab;
    /* color: #089bab; */
}

.behavior-reduction .tabs-height {
    min-height: 400px;
}

.behavior-reduction .nav {
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 10px 5px;
    border-radius: 5px;
}

.behavior-reduction .note-editor.note-frame {
    border: 1px solid #ced4da;
}

.behavior-reduction .popover {
    display: none;
}

.behavior-reduction .form-control {
    font-size: 16px;
}

.behavior-reduction .nav-pills .nav-link {
    color: #fff;
}

.behavior-reduction .nav-pills .nav-link.active,
.behavior-reduction .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #089bab;
}

.behavior-reduction .form-group {
    margin-bottom: 26px;
}

.behavior-reduction .sidebar-tab {
    min-height: 65vh;
}

.behavior-reduction .behavior-main-content {
    min-height: 65vh;
}

.behavior-reduction .nav-link i {
    font-size: 40px;
}

.behavior-reduction .nav-link p {
    font-size: 20px;
}

@media (max-width: 770px) {
    .behavior-reduction .sidebar-tab {
        min-height: 20vh !important;
        margin-bottom: 10px;
    }

    .behavior-reduction .behavior-main-content {
        margin: 0 14px;
    }

    .behavior-reduction .nav-link i {
        font-size: 20px;
    }

    .behavior-reduction .nav-link p {
        font-size: 12px;
    }

    .behavior-reduction .clickable-div i {
        font-size: 14px;
    }

    .behavior-reduction .clickable-div p {
        margin-bottom: 0px;
        font-size: 12px;
    }

    .behavior-reduction .form-control {
        font-size: 12px;
    }
}

.bootstrap-select .inner ul {
    max-height: 200px !important;
    max-width: 180px !important;
}

.drag-and-drop-file .drop-area {
    border: 2px dashed #ccc;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    background-color: #f9f9fa;
}

.drag-and-drop-file .file-list {
    margin-top: 20px;
}

.drag-and-drop-file .file-list-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.drag-and-drop-file .file-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 8px;
    color: #fca463;
    font-size: 14px;
}

.drag-and-drop-file .delete-btn {
    color: #ff6347;
    border: none;
    /* padding: 5px 10px; */
    cursor: pointer;
}

.drag-and-drop-file .highlight {
    border-color: #089bab;
}

.drag-and-drop-file .file-upload-icon-drag {
    font-size: 14px;
    background-color: #fbfbfa;
    border-radius: 50%;
    margin: 4px auto;
}

.help-icon-freshdesk {
    font-size: 20px;
}

/*---------------------------------------------------------------------
                               Timeline
-----------------------------------------------------------------------*/
.iq-timeline {
    margin: 0 0 0 5px;
    padding: 0;
    width: 100%;
    border-left: 3px solid #f2edff;
}

.iq-timeline li {
    margin-left: 15px;
    position: relative;
    padding: 15px 15px 0 5px;
    list-style-type: none;
}

.iq-timeline li .timeline-dots {
    position: absolute;
    top: 20px;
    left: -24px;
    border: 3px solid #089bab;
    border-radius: 90px;
    padding: 5px;
    background: #fff;
}

.iq-timeline li .timeline-dots-fill {
    position: absolute;
    top: 20px;
    left: -23px;
    background: #089bab;
    border-radius: 90px;
    padding: 7px;
}

.iq-timeline0 ul li {
    width: 50%;
    padding: 5px 30px 2.5rem 30px;
    cursor: pointer;
    margin: 0px;
}

.iq-timeline0 ul li:nth-child(odd) {
    float: left;
    text-align: left;
    width: 100%;
    padding: 0 0 0 60px;
    margin-bottom: 20px;
}

.iq-timeline0 ul li:nth-child(odd) .timeline-dots {
    left: 12px;
    right: auto;
}

.iq-timeline0 ul li:nth-child(odd) .timeline-dots.timeline-dot1 {
    left: 12px;
    right: auto;
}

.iq-timeline0 ul li:nth-child(even) {
    float: left;
    text-align: left;
    width: 100%;
    padding: 0 0 0 60px;
    margin-bottom: 20px;
}

.iq-timeline0 ul li:nth-child(even) .timeline-dots {
    left: 12px;
    right: auto;
}

.iq-timeline0 ul li:nth-child(even) .timeline-dots.timeline-dot1 {
    left: 12px;
    right: auto;
}

.iq-timeline0 li .timeline-dots {
    height: 15px;
    width: 15px;
    background: white !important;
}

.iq-timeline0 li .timeline-dots1 {
    position: absolute;
    top: 0;
    left: 0;
    border: 3px solid #05bbc9;
    border-radius: 90px;
    padding: 5px;
    background: white;
    height: 2.5rem;
    width: 2.5rem;
    line-height: 25px;
    text-align: center;
}

.iq-timeline0 li .timeline-dots.timeline-dot1 {
    height: 15px;
    width: 15px;
}

.iq-timeline0 li {
    margin-left: 2.188rem;
    position: relative;
    padding: 15px 15px 0 5px;
    list-style-type: none;
}

.iq-timeline0 li .timeline-dots {
    position: absolute;
    top: 20px;
    left: -54px;
    border: 3px solid #05bbc9;
    border-radius: 90px;
    padding: 5px;
    background: white;
    height: 2.5rem;
    width: 2.5rem;
    line-height: 25px;
    text-align: center;
}

.iq-timeline0:before {
    content: "";
    position: absolute;
    left: 20px;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background-color: #ccc;
}

.broadcast-card-message {
    background-color: #e6effc;
    border-radius: 10px;
    /* padding: 15px; */
    /* margin: 8px; */
}

.broadcast-card-message .br-message-img {
    background-color: #ffffff;
    border-radius: 8px;
}

.edit_app_timer {
    border: 1px solid #dc3545;
    border-radius: 4px;
    padding: 2px 4px;
    color: #dc3545;
}
.page-badge {
    /* border: 1px solid #ffc107; */
    /* background-color: #00d0ff; */
    background-color: #d1e7de;
    padding: 0px 0px 0px 2px;
    border-radius: 4px;
    color: #fff !important;
    margin: 4px;
}

.report-page-badge {
    /* border: 1px solid #ffc107; */
    /* background-color: #00d0ff; */
    background-color: #d1e7de;
    padding: 0px 0px 0px 2px;
    border-radius: 4px;
    color: #fff !important;
    margin: 4px;
}

.page-badge-container .page-badge label {
    /* color: #fff; */
}

.main-menu-bg {
    /* background-color: #e6ecfe; */
    background-color: #089bab;
    color: #fff;
}

.sub-menu-bg {
    /* background-color: #dff9ff; */
    background-color: gray;
    color: #fff;
}

.role-table .c_table tbody td {
    padding: 6px;
}

.action-badge {
    background-color: #dff9ff;
    padding: 4px;
    border-radius: 4px;
    color: #fff !important;
    margin: 4px;
}
.user-success-badge,
.user-reject-badge {
    padding: 0px 0px 0px 2px;
    border-radius: 4px;
    /* color: #fff !important; */
    font-size: 12px;
    margin: 4px;
}

.user-success-badge {
    background-color: #d1e7de;
}

.user-reject-badge {
    background-color: #f7c9ce;
}

.user-sub-menu-bg {
    background-color: gray;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

.user-success-badge i,
.user-reject-badge i {
    cursor: pointer;
}

.main-menu-bg .form-check label {
    color: #fff;
    font-weight: 600;
}

.sub-menu-bg .form-check label {
    color: #fff;
}

.page-badge-container {
    width: 92%;
}

.clone-container {
    width: 8%;
}

@media (max-width: 1025px) {
    .page-badge-container {
        width: 90%;
    }

    .clone-container {
        width: 10%;
    }
}

@media (max-width: 767px) {
    .page-badge-container {
        width: 85%;
    }

    .clone-container {
        width: 15%;
    }
}

@media (max-width: 540px) {
    .page-badge-container {
        width: 78%;
    }

    .clone-container {
        width: 22%;
    }
}

/*---------------------------------------------------------------------
Setting Menu
-----------------------------------------------------------------------*/
.accordion-icon {
    float: right;
}

.accordion-icon i {
    font-size: 16px;
    font-weight: 600;
}

.setting-submenu li {
    list-style: none;
}
.setting_menu .setting-dynamic-sidebar .nav-item {
    border: none;
    margin-bottom: 0px;
}

.setting_menu .setting-dynamic-sidebar a {
    border: none;
    padding: 6px 8px !important;
}

.setting_menu .setting-dynamic-sidebar ul {
    margin-left: -25px;
}

.setting_menu .setting-main-container {
    border: 1px solid #089bab !important;
    margin-bottom: 6px !important;
}

.setting_menu .setting-main-menu {
    background-color: #089bab;
    color: #fff;
}

.setting_menu .setting-submenu {
    margin-top: 4px;
}

.setting_menu .setting-dynamic-sidebar .nav-item .active {
    background-color: #ceebee;
    color: #000;
}
.setting_menu {
    min-width: 220px !important;
}

.dx_icon_container i {
    cursor: pointer;
}

.dx_close_icon {
    cursor: pointer;
}

.dx_hidden_div {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px,
        rgba(0, 0, 0, 0.1) 0px 2px 4px 0px,
        rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
    width: 3%;
    padding: 8px;
    border-radius: 5px;
    min-width: 198px;
    font-size: 11px !important;
    /* height:340px; */
    background: #fff;
    position: absolute;
    z-index: 10001;
    /* padding: 14px; */
}

.dx_hidden_div::before {
    content: "";
    width: 100%;
    height: 5px;
    background: #089bab;
    position: absolute;
    top: 0;
    left: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.dx_hidden_div::after {
    content: "";
    width: 100%;
    height: 5px;
    background: #089bab;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.iq-search-bar {
    padding: 0 15px;
}

.iq-search-bar .searchbox {
    width: 480px;
    position: relative;
}

.iq-search-bar .search-input {
    width: 100%;
    padding: 5px 40px 5px 15px;
    border-radius: 10px;
    border: none;
    background: #ceebee;
}

.search-card {
    background-color: #fff;
    padding: 6px;
    border-radius: 8px;
    margin-top: 6px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.search-card .search-card-body .column-name {
    padding: 2px 4px;
    text-align: center;
    border-radius: 12px;
    border: 1px solid #089bab;
    margin-right: 6px;
    margin-bottom: 6px;
    cursor: pointer;
}

.search-card .search-card-body .column-name p {
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 14px;
}

.search-card .search-card-body .active {
    background-color: #089bab;
    color: #fff;
}
/* Prospect Sidebar */

.prospectSidebarContainer {
    position: fixed;
    top: 9%;
    right: -38%;
    height: 91%;
    width: 28%;
    background-color: #f8f9fa;
    transition: right 0.5s ease;
    z-index: 100;
    padding: 14px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px,
        rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
    border-radius: 4px;
    background-color: #edf5f7;
}

.prospectSidebarContainer h4 {
    font-size: 16px;
    font-weight: 400;
    color: var(--orange);
    margin-bottom: 0;
}

.prospectSidebarContainer label {
    font-size: 13px;
    margin-bottom: 4px;
}

.prospectSidebarContainer .form-check-label {
    font-size: 12px;
    margin-bottom: 0px;
}

.prospectSidebarContainer textarea {
    height: auto;
    min-height: 70px;
}

.prospectSidebarContainer .closeProspectSidebarContainer i {
    font-size: 20px;
    cursor: pointer;
    font-weight: 500;
}

.prospectSidebarContainer .prospect-sidebar-header,
.prospectSidebarContainer .prospect-sidebar-body {
    /* box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px,
        rgba(0, 0, 0, 0.1) 0px 2px 4px 0px,
        rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset; */
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-radius: 8px;
    background-color: #fff;
}

.prospectSidebarContainer .prospect-sidebar-header {
    padding: 8px 14px;
}

.prospectSidebarContainer .prospect-sidebar-body {
    padding: 20px 14px 14px;
}

.prospectSidebarContainer .prospect-sidebar-body {
    height: 93%;
    overflow-y: auto;
    overflow-x: hidden;
}

.prospectSidebarContainer.active {
    right: 0;
}

@media (max-width: 1280px) {
    .prospectSidebarContainer {
        width: 40%;
        right: -40%;
    }

    .prospectSidebarContainer .common-title {
        font-size: 16px !important;
    }
}

@media (max-width: 1024px) {
    .prospectSidebarContainer {
        width: 50%;
        right: -50%;
    }
}

@media (max-width: 850px) {
    .prospectSidebarContainer {
        width: 60%;
        right: -60%;
    }
}

@media (max-width: 768px) {
    .prospectSidebarContainer {
        width: 70%;
        right: -70%;
    }
}

@media (max-width: 620px) {
    .prospectSidebarContainer {
        width: 75%;
        right: -75%;
    }
}

@media (max-width: 520px) {
    .prospectSidebarContainer {
        width: 80%;
        right: -80%;
    }
}

@media (max-width: 470px) {
    .prospectSidebarContainer {
        width: 90%;
        right: -90%;
    }
}

@media (max-width: 400px) {
    .prospectSidebarContainer {
        width: 94%;
        right: -94%;
    }
}

/* Prospect Edit Sidebar */

.prospectEditSidebarContainer {
    position: fixed;
    top: 9%;
    right: -38%;
    height: 91%;
    width: 28%;
    background-color: #f8f9fa;
    transition: right 0.5s ease;
    z-index: 100;
    padding: 14px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px,
        rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
    border-radius: 4px;
    background-color: #edf5f7;
}

.prospectEditSidebarContainer h4 {
    font-size: 16px;
    font-weight: 400;
    color: var(--orange);
    margin-bottom: 0;
}

.prospectEditSidebarContainer label {
    font-size: 13px;
    margin-bottom: 4px;
}

.prospectEditSidebarContainer .form-check-label {
    font-size: 12px;
    margin-bottom: 0px;
}

.prospectEditSidebarContainer textarea {
    height: auto;
    min-height: 70px;
}

.prospectEditSidebarContainer .closeProspectEditSidebarContainer i {
    font-size: 20px;
    cursor: pointer;
    font-weight: 500;
}

.prospectEditSidebarContainer .prospectEdit-sidebar-header,
.prospectEditSidebarContainer .prospectEdit-sidebar-body {
    /* box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px,
        rgba(0, 0, 0, 0.1) 0px 2px 4px 0px,
        rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset; */
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-radius: 8px;
    background-color: #fff;
}

.prospectEditSidebarContainer .prospectEdit-sidebar-header {
    padding: 8px 14px;
}

.prospectEditSidebarContainer .prospectEdit-sidebar-body {
    padding: 20px 14px 14px;
}

.prospectEditSidebarContainer .prospectEdit-sidebar-body {
    height: 93%;
    overflow-y: auto;
    overflow-x: hidden;
}

.prospectEditSidebarContainer.active {
    right: 0;
}

@media (max-width: 1280px) {
    .prospectEditSidebarContainer {
        width: 40%;
        right: -40%;
    }

    .prospectEditSidebarContainer .common-title {
        font-size: 16px !important;
    }
}

@media (max-width: 1024px) {
    .prospectEditSidebarContainer {
        width: 50%;
        right: -50%;
    }
}

@media (max-width: 850px) {
    .prospectEditSidebarContainer {
        width: 60%;
        right: -60%;
    }
}

@media (max-width: 768px) {
    .prospectEditSidebarContainer {
        width: 70%;
        right: -70%;
    }
}

@media (max-width: 620px) {
    .prospectEditSidebarContainer {
        width: 75%;
        right: -75%;
    }
}

@media (max-width: 520px) {
    .prospectEditSidebarContainer {
        width: 80%;
        right: -80%;
    }
}

@media (max-width: 470px) {
    .prospectEditSidebarContainer {
        width: 90%;
        right: -90%;
    }
}

@media (max-width: 400px) {
    .prospectEditSidebarContainer {
        width: 94%;
        right: -94%;
    }
}

/*Sales Prospect Sidebar */

.prospectSalesSidebarContainer {
    position: fixed;
    top: 9%;
    right: -38%;
    height: 91%;
    width: 28%;
    background-color: #f8f9fa;
    transition: right 0.5s ease;
    z-index: 100;
    padding: 14px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px,
        rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
    border-radius: 4px;
    background-color: #edf5f7;
}

.prospectSalesSidebarContainer h4 {
    font-size: 16px;
    font-weight: 400;
    color: var(--orange);
    margin-bottom: 0;
}

.prospectSalesSidebarContainer label {
    font-size: 13px;
    margin-bottom: 4px;
}

.prospectSalesSidebarContainer .form-check-label {
    font-size: 12px;
    margin-bottom: 0px;
}

.prospectSalesSidebarContainer textarea {
    height: auto;
    min-height: 70px;
}

.prospectSalesSidebarContainer .closeSalesProspectSidebarContainer i {
    font-size: 20px;
    cursor: pointer;
    font-weight: 500;
}

.prospectSalesSidebarContainer .prospectSales-sidebar-header,
.prospectSalesSidebarContainer .prospectSales-sidebar-body {
    /* box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px,
        rgba(0, 0, 0, 0.1) 0px 2px 4px 0px,
        rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset; */
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-radius: 8px;
    background-color: #fff;
}

.prospectSalesSidebarContainer .prospectSales-sidebar-header {
    padding: 8px 14px;
}

.prospectSalesSidebarContainer .prospectSales-sidebar-body {
    padding: 20px 14px 14px;
}

.prospectSalesSidebarContainer .prospectSales-sidebar-body {
    height: 93%;
    overflow-y: auto;
    overflow-x: hidden;
}

.prospectSalesSidebarContainer.active {
    right: 0;
}

@media (max-width: 1280px) {
    .prospectSalesSidebarContainer {
        width: 40%;
        right: -40%;
    }

    .prospectSalesSidebarContainer .common-title {
        font-size: 16px !important;
    }
}

@media (max-width: 1024px) {
    .prospectSalesSidebarContainer {
        width: 50%;
        right: -50%;
    }
}

@media (max-width: 850px) {
    .prospectSalesSidebarContainer {
        width: 60%;
        right: -60%;
    }
}

@media (max-width: 768px) {
    .prospectSalesSidebarContainer {
        width: 70%;
        right: -70%;
    }
}

@media (max-width: 620px) {
    .prospectSalesSidebarContainer {
        width: 75%;
        right: -75%;
    }
}

@media (max-width: 520px) {
    .prospectSalesSidebarContainer {
        width: 80%;
        right: -80%;
    }
}

@media (max-width: 470px) {
    .prospectSalesSidebarContainer {
        width: 90%;
        right: -90%;
    }
}

@media (max-width: 400px) {
    .prospectSalesSidebarContainer {
        width: 94%;
        right: -94%;
    }
}

/*Sales Edit Prospect Sidebar */

.prospectSalesEditSidebarContainer {
    position: fixed;
    top: 9%;
    right: -38%;
    height: 91%;
    width: 28%;
    background-color: #f8f9fa;
    transition: right 0.5s ease;
    z-index: 100;
    padding: 14px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px,
        rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
    border-radius: 4px;
    background-color: #edf5f7;
}

.prospectSalesEditSidebarContainer h4 {
    font-size: 16px;
    font-weight: 400;
    color: var(--orange);
    margin-bottom: 0;
}

.prospectSalesEditSidebarContainer label {
    font-size: 13px;
    margin-bottom: 4px;
}

.prospectSalesEditSidebarContainer .form-check-label {
    font-size: 12px;
    margin-bottom: 0px;
}

.prospectSalesEditSidebarContainer textarea {
    height: auto;
    min-height: 70px;
}

.prospectSalesEditSidebarContainer .closeProspectSalesEditSidebarContainer i {
    font-size: 20px;
    cursor: pointer;
    font-weight: 500;
}

.prospectSalesEditSidebarContainer .prospectSalesEdit-sidebar-header,
.prospectSalesEditSidebarContainer .prospectSalesEdit-sidebar-body {
    /* box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px,
        rgba(0, 0, 0, 0.1) 0px 2px 4px 0px,
        rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset; */
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-radius: 8px;
    background-color: #fff;
}

.prospectSalesEditSidebarContainer .prospectSalesEdit-sidebar-header {
    padding: 8px 14px;
}

.prospectSalesEditSidebarContainer .prospectSalesEdit-sidebar-body {
    padding: 20px 14px 14px;
}

.prospectSalesEditSidebarContainer .prospectSalesEdit-sidebar-body {
    height: 93%;
    overflow-y: auto;
    overflow-x: hidden;
}

.prospectSalesEditSidebarContainer.active {
    right: 0;
}

@media (max-width: 1280px) {
    .prospectSalesEditSidebarContainer {
        width: 40%;
        right: -40%;
    }

    .prospectSalesEditSidebarContainer .common-title {
        font-size: 16px !important;
    }
}

@media (max-width: 1024px) {
    .prospectSalesEditSidebarContainer {
        width: 50%;
        right: -50%;
    }
}

@media (max-width: 850px) {
    .prospectSalesEditSidebarContainer {
        width: 60%;
        right: -60%;
    }
}

@media (max-width: 768px) {
    .prospectSalesEditSidebarContainer {
        width: 70%;
        right: -70%;
    }
}

@media (max-width: 620px) {
    .prospectSalesEditSidebarContainer {
        width: 75%;
        right: -75%;
    }
}

@media (max-width: 520px) {
    .prospectSalesEditSidebarContainer {
        width: 80%;
        right: -80%;
    }
}

@media (max-width: 470px) {
    .prospectSalesEditSidebarContainer {
        width: 90%;
        right: -90%;
    }
}

@media (max-width: 400px) {
    .prospectSalesEditSidebarContainer {
        width: 94%;
        right: -94%;
    }
}

.iq-search-bar {
    padding: 0 15px;
}

.iq-search-bar .searchbox {
    width: 480px;
    position: relative;
}

.iq-search-bar .search-input {
    width: 100%;
    padding: 5px 40px 5px 15px;
    border-radius: 10px;
    border: none;
    background: #ceebee;
}

.iq-search-bar {
    padding: 0 15px;
}

.iq-search-bar .searchbox {
    width: 480px;
    position: relative;
}

.iq-search-bar .search-input {
    width: 100%;
    padding: 5px 40px 5px 15px;
    border-radius: 10px;
    border: none;
    background: #ceebee;
}

.search-card {
    background-color: #fff;
    padding: 6px;
    border-radius: 8px;
    margin-top: 6px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.search-card .search-card-body .column-name {
    padding: 2px 4px;
    text-align: center;
    border-radius: 12px;
    border: 1px solid #089bab;
    margin-right: 6px;
    margin-bottom: 6px;
    cursor: pointer;
}

.search-card .search-card-body .column-name p {
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 14px;
}

.search-card .search-card-body .active {
    background-color: #089bab;
    color: #fff;
}

/* Plus Icon Modal */
.plusModalSidebar {
    position: fixed;
    top: 0;
    right: -30%;
    height: 100%;
    width: 30%;
    background-color: #f8f9fa;
    transition: right 0.5s ease;
    z-index: 101;
    padding: 20px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px,
        rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
    border-radius: 4px;
    overflow-y: auto;
}

.plusModalSidebar.active {
    right: 0;
}

@media (max-width: 1280px) {
    .plusModalSidebar {
        width: 60%;
        right: -60%;
    }

    .plusModalSidebar .common-title {
        font-size: 16px !important;
    }
}

@media (max-width: 1024px) {
    .plusModalSidebar {
        width: 60%;
        right: -60%;
    }
}

@media (max-width: 850px) {
    .plusModalSidebar {
        width: 70%;
        right: -70%;
    }
}

@media (max-width: 768px) {
    .plusModalSidebar {
        width: 80%;
        right: -80%;
    }
}

@media (max-width: 590px) {
    .plusModalSidebar {
        width: 100%;
        right: -100%;
        padding: 4px;
    }
}

/* Behavior Reduction */

/* Behavior Reduction */
.behavior-reduction label {
    font-size: 14px;
    font-weight: 600;
}

.behavior-reduction .toggle-icon,
.behavior-reduction .accordion-item p {
    font-size: 16px;
}

.behavior-reduction .toggle-icon:before,
.recorded-session-container .toggle-icon::before {
    content: "\f054";
    /* fa-chevron-right */
    font-family: "FontAwesome";
    /* position: absolute; */
    /* right: 0; */
}

.behavior-reduction .toggle-icon[aria-expanded="true"]:before,
.recorded-session-container .toggle-icon[aria-expanded="true"]:before {
    content: "\f078";
    /* fa-chevron-down */
}

.behavior-reduction .targets-column {
    max-width: 150px !important;
    width: 200px !important;
}

.behavior-reduction .clickable-div {
    cursor: pointer;
    /* margin: 2px; */
    padding: 5px;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 20px;
}

.behavior-reduction .clickable-div i {
    font-size: 20px;
}

.behavior-reduction .clickable-div p {
    margin-bottom: 0px;
    font-size: 16px;
}

.behavior-reduction .form-group label {
    font-size: 14px;
}

/* Add your desired active styles here */
.behavior-reduction .clickable-div.active {
    /* outline: 1px solid #089bab; */
    background-color: #089bab;
    /* color: #089bab; */
}

.behavior-reduction .tabs-height {
    min-height: 400px;
}

.behavior-reduction .nav {
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 10px 5px;
    border-radius: 5px;
}

.behavior-reduction .note-editor.note-frame {
    border: 1px solid #ced4da;
}

.behavior-reduction .popover {
    display: none;
}

.behavior-reduction .nav-pills .nav-link {
    color: #fff;
}

.behavior-reduction .nav-pills .nav-link.active,
.behavior-reduction .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #089bab;
}

.behavior-reduction .form-group {
    margin-bottom: 10px;
}

.behavior-reduction .sidebar-tab {
    min-height: 55vh;
    border-radius: 8px !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.behavior-reduction .behavior-main-content {
    /* min-height: 65vh; */

    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 8px !important;
    min-height: 55vh;
    height: 55vh;
    overflow-y: auto;
}

.behavior-reduction .program-setting-main-content {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 8px !important;
    /* min-height: 55vh;
    height: 55vh; */
    overflow-y: auto;
    padding: 10px;
}

.behavior-reduction .nav-link i {
    font-size: 20px;
}

.behavior-reduction .nav-link p {
    font-size: 14px;
}

.librarySidebar {
    position: fixed;
    top: 12%;
    right: -50%;
    height: 88%;
    width: 50%;
    background-color: #f8f9fa;
    transition: right 0.5s ease;
    z-index: 101;
    padding: 20px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px,
        rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
    border-radius: 4px;
}

.librarySidebar.active {
    right: 0;
}

.tabs-sidebar p {
    text-align: center;
}

@media (max-width: 1280px) {
    .librarySidebar {
        width: 60%;
        right: -60%;
    }

    .librarySidebar .common-title {
        font-size: 16px !important;
    }

    .behavior-reduction .nav-link {
        padding: 4px;
    }
}

@media (max-width: 1024px) {
    .librarySidebar {
        width: 60%;
        right: -60%;
    }

    .librarySidebar .common-title {
        font-size: 16px !important;
    }

    .behavior-reduction .nav-link {
        padding: 4px;
    }

    .behavior-reduction .clickable-div p {
        font-size: 12px;
    }
}

@media (max-width: 850px) {
    .librarySidebar {
        width: 70%;
        right: -70%;
    }
}

@media (max-width: 768px) {
    .librarySidebar {
        width: 80%;
        right: -80%;
    }
    .behavior-reduction .clickable-div {
        padding: 4px 2px;
    }
}

@media (max-width: 590px) {
    .librarySidebar {
        width: 100%;
        right: -100%;
        padding: 4px;
    }

    .behavior-reduction .clickable-div i {
        font-size: 14px;
    }

    .behavior-reduction .clickable-div p {
        font-size: 10px;
    }

    .behavior-reduction .clickable-div {
        padding: 4px 0px;
    }

    .behavior-reduction .toggle-icon,
    .behavior-reduction .accordion-item p {
        font-size: 12px;
    }

    .behavior-reduction .nav-link i,
    .behavior-reduction .nav-link p {
        font-size: 12px;
    }

    .behavior-reduction .col-3 {
        padding-right: 2px;
    }

    .behavior-reduction .col-9 {
        padding-left: 2px;
    }
}

.bootstrap-select .inner ul {
    max-height: 200px !important;
    max-width: 180px !important;
}

/* Data Recording CSS */
.data-recording-head {
    background-color: #1f2937;
    padding: 10px 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: #fff;
}

.data-recording-sidebar {
    background-color: #e5e7eb;
    /* padding: 5px 14px; */
    min-height: 90vh;
}

.data-recording-sidebar button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background-color: #213555; /* Green background color */
    color: white; /* White text color */
    border: 2px solid #213555; /* Green border */
    border-radius: 5px; /* Rounded corners */
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    margin-left: 5px;
    margin-right: 5px;
    width: 150px;
}

.data-recording-main-content i,
.data-recording-sidebar i {
    font-size: 20px;
    color: #000;
    cursor: pointer;
}

.data-recording-sidebar .dropdown {
    position: relative;
    display: inline-block;
}

.data-recording-sidebar .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* .data-recording-sidebar .dropdown-content button {
    display: block;
    width: 100%;
    text-align: left;
    padding: 8px 16px;
    text-decoration: none;
    background-color: #f9f9f9;
    color: black;
    border: none;
    cursor: pointer;
  } */

.data-recording-sidebar .badge {
    position: absolute;
    top: -5px;
    right: 14px;
    background-color: #1677ff;
    color: white;
    padding: 6px;
    border-radius: 50%;
    animation: fadeInOut 0.5s ease-in-out;
    width: 25px;
    height: 25px;
    display: none;
}

.data-recording-sidebar #decrementButton {
    display: none;
}

.data-recording-sidebar .decrementButton {
    display: none;
}

.data-recording-sidebar .button-container {
    position: relative;
}

.data-recording-sidebar .dropdown-content {
    border-radius: 5px;
}

.data-recording-sidebar .dropdown-content button {
    display: inline-block;
    padding: 5px 8px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #000;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    margin: 4px;
    width: 150px;
}

.data-recording-sidebar .dropdown-content button:hover {
    background-color: #9ca3af !important;
    border: 1px solid #9ca3af !important;
    color: #fff;
}

.data-recording-sidebar .dropdown-content button:first-child {
    background-color: rgb(187 247 208);
    border: 1px solid rgb(187 247 208);
}

.data-recording-sidebar .dropdown-content button:nth-child(2) {
    background-color: rgb(186 230 253);
    border: 1px solid rgb(186 230 253);
}

.data-recording-sidebar .dropdown-content button:nth-child(3) {
    background-color: rgb(233 213 255);
    border: 1px solid rgb(233 213 255);
}

.data-recording-sidebar .dropdown-content button:nth-child(4) {
    background-color: rgb(221 214 254);
    border: 1px solid rgb(221 214 254);
}

.data-recording-sidebar .dropdown-content button:nth-child(5) {
    background-color: rgb(254 240 138);
    border: 1px solid rgb(254 240 138);
}

.data-recording-sidebar .dropdown-content button:nth-child(6) {
    background-color: rgb(217 249 157);
    border: 1px solid rgb(217 249 157);
}

.data-recording-sidebar .dropdown-content button:nth-child(7) {
    background-color: rgb(254 205 211);
    border: 1px solid rgb(254 205 211);
}

.data-recording-sidebar .dropdown-content button:nth-child(8) {
    background-color: rgb(75 85 99);
    border: 1px solid rgb(75 85 99);
}

.data-recording-main-content .toggle-icon:before {
    content: "\f054";
    /* fa-chevron-right */
    font-family: "FontAwesome";
    /* position: absolute; */
    /* right: 0; */
}

.data-recording-main-content .toggle-icon[aria-expanded="true"]:before {
    content: "\f078";
    /* fa-chevron-down */
}

.data-recording-main-content .box {
    position: relative;
    margin-right: 10px;
    background-color: #fff;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #e5e7eb;
    min-height: 20px !important;
    height: 50px;
    width: 74px;
    min-width: 74px;
}

.data-recording-main-content .box:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.data-recording-main-content .badge {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #b1c381 !important;
    color: #fff;
}

.data-recording-main-content .box i {
    font-size: 16px;
    color: #fff;
}

.data-recording-main-content .box .icon-div {
    padding: 2px;
    margin-right: 4px;
    border-radius: 4px;
}

.data-recording-main-content .video-button-container {
    padding: 2px 6px;
    border-radius: 50%;
    color: #fff;
}

.data-recording-main-content .video-button-container i {
    color: #fff;
    font-size: 20px;
}

.data-recording-head .timer-container {
    margin-left: 12px;
    width: 80px;
}

.data-recording-head .timer-container i {
    font-size: 24px;
    cursor: pointer;
}

.data-recording-head .timer-container p {
    font-size: 16px;
}

.recorded-session-container .record-badge {
    padding: 2px 8px;
    color: rgb(34 197 94);
    border: 1px solid rgb(74 222 128);
    border-radius: 4px;
}

.recorded-session-container .record-icon {
    font-size: 16px;
}

.recorded-session-container .record-badge-fill {
    padding: 2px 8px;
    background-color: #22c55e;
    border-radius: 6px;
    color: #fff;
    font-weight: 500;
}

.page-badge {
    /* border: 1px solid #ffc107; */
    /* background-color: #00d0ff; */
    background-color: #d1e7de;
    padding: 0px 0px 0px 2px;
    border-radius: 4px;
    color: #fff !important;
    margin: 4px;
}

.report-page-badge {
    /* border: 1px solid #ffc107; */
    /* background-color: #00d0ff; */
    background-color: #d1e7de;
    padding: 0px 0px 0px 2px;
    border-radius: 4px;
    color: #fff !important;
    margin: 4px;
}

.page-badge-container .page-badge label {
    /* color: #fff; */
}

.main-menu-bg {
    /* background-color: #e6ecfe; */
    background-color: #089bab;
    color: #fff;
}

.sub-menu-bg {
    /* background-color: #dff9ff; */
    background-color: gray;
    color: #fff;
}

.role-table .c_table tbody td {
    padding: 6px;
}

.action-badge {
    background-color: #dff9ff;
    padding: 4px;
    border-radius: 4px;
    color: #fff !important;
    margin: 4px;
}

.user-success-badge,
.user-reject-badge {
    padding: 0px 0px 0px 2px;
    border-radius: 4px;
    /* color: #fff !important; */
    font-size: 12px;
    margin: 4px;
}

.user-success-badge {
    background-color: #d1e7de;
}

.user-reject-badge {
    background-color: #f7c9ce;
}

.user-sub-menu-bg {
    background-color: gray;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

.user-success-badge i,
.user-reject-badge i {
    cursor: pointer;
}

.main-menu-bg .form-check label {
    color: #fff;
    font-weight: 600;
}

.sub-menu-bg .form-check label {
    color: #fff;
}

.page-badge-container {
    width: 92%;
}

.action-container {
    width: 5%;
}

@media (max-width: 1025px) {
    .page-badge-container {
        width: 90%;
    }

    .action-container {
        width: 10%;
    }
}

@media (max-width: 767px) {
    .page-badge-container {
        width: 85%;
    }

    .action-container {
        width: 15%;
    }
}

@media (max-width: 540px) {
    .page-badge-container {
        width: 78%;
    }

    .action-container {
        width: 22%;
    }
}

.check-date-label {
    margin-top: 18px;
}

.box_32_card {
    margin: 0px;
    padding: 4px;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    margin-top: 10px;
}

.attachment_view .bordered-container {
    border: 2px solid #ccc;
    padding: 5px;
    position: relative;
    width: 40px;
    background-color: #f9f9f9;
    border-radius: 10px;
    margin: 4px;
}

.attachment_view .close-icon-container {
    position: absolute;
    top: -7px;
    right: -8px;
    width: 15px;
    height: 15px;
    background-color: #da4c47;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.attachment_view .close-icon {
    cursor: pointer;
    color: #fff;
}

.attachment_view .close-icon:hover {
    color: #ddd;
}

.client-payment-card {
    background-color: #ecf5ff;
    border: 1px solid #0069d9;
    border-radius: 5px;
    /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
        rgba(60, 64, 67, 0.15) 0px 2px 6px 2px; */
    padding: 0px 12px 12px;
    margin-bottom: 12px;
}
.client-payment-card {
    background-color: #ecf5ff;
    border: 1px solid #0069d9;
    border-radius: 5px;
    /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
        rgba(60, 64, 67, 0.15) 0px 2px 6px 2px; */
    padding: 0px 12px 12px;
    margin-bottom: 12px;
}

.calendar-grid-view {
    padding-left: 20px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
        rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-radius: 8px;
    padding: 12px;
}

.time-calendar-filter,
.time-calendar-small {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
        rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-radius: 8px;
    padding: 12px;
}

.calendar-container,
.time-calendar-filter {
    margin-bottom: 10px;
}

.calendar-grid-view {
    padding-left: 20px;
}

#calendarFilterBtn {
    /* display: none; */
    /* display: block; */
}

.ar-admin-index-table {
    width: 50%;
}

.search-dropdown-container {
    position: relative;
    display: inline-block;
    width: 500px;
}

.search-dropdown-container .search-input {
    /* width: calc(100% - 40px); */
    width: 100%;
    padding: 8px 30px 8px 40px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 1px 1px 0 rgba(65, 69, 73, 0.3),
        0 1px 3px 1px rgba(65, 69, 73, 0.15);
}

.search-dropdown-container .search-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.search-dropdown-container .dropdown-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.search-dropdown-container .dropdown-container {
    display: none;
    position: absolute;
    top: 38px;
    left: 0;
    width: 500px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 4px;
    z-index: 1000;
    padding: 10px;
    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.2);
}

.search-dropdown-container .dropdown-item {
    padding: 10px;
    cursor: pointer;
}
.vob-details-container label,
.vob-details-container .form-control {
    font-size: 10px;
}

/* .facility-header-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 350px;
    display: inline-block;
} */

.ar-timesheet-table {
    width: 75%;
    margin: 0px auto;
}

.user-leaves-quota .quota-box {
    max-width: 200px;
    border: 1px solid #f0f0f0;
    border-radius: 6px;
    background: white;
    flex-grow: 1;
    flex-basis: 0;
    display: flex;
    flex-direction: column;
    padding: 5px;
    justify-content: flex-start;
    align-self: stretch;
    text-align: center;
}

.quota-box-title {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.quota-box-value {
    text-align: center;
    font-size: 32px;
}

.quota-formula {
    font-size: 26px;
    align-self: center;
}

.toggle-leave-type-group {
    margin-bottom: 20px;
}

.input-leave-type-group {
    display: flex;
}

.input-leave-type-group-prepend,
.input-leave-type-group-append {
    display: flex;
}

.input-leave-type-group-text {
    cursor: pointer;
    padding: 3px 10px;
    border: 1px solid #ccc;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}

.input-leave-type-group-prepend .input-leave-type-group-text {
    border-right: 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.input-leave-type-group-append .input-leave-type-group-text {
    border-left: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.input-leave-type-group-text.active {
    border-color: #089bab;
    color: white;
    background-color: #089bab;
}

.wallchart_table thead tr:first-child th {
    /* background-image: url("./sort.png"); */
    background-color: #089bab;
    /* background-repeat: no-repeat; */
    /* background-position: center right; */
    padding: 4px 18px 4px 4px;
    cursor: pointer;
    font-size: 11px;
}
.wallchart_table thead th.checkbox {
    background-image: none !important;
    padding: 4px !important;
}

.wallchart_table {
    text-align: center;
    white-space: nowrap;
}

.wallchart_table td .dropdown-toggle {
    padding: 0;
}

.wallchart_table i {
    font-size: 14px;
}

.wallchart_table th .form-control {
    font-size: 11px;
}

.wallchart_table td,
.wallchart_table th {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wallchart_table thead {
    color: #fff;
    background: #089bab;
}

.wallchart_table thead th {
    text-transform: capitalize;
    border-bottom: 0;
    text-shadow: 0 0 2px #000;
}

.wallchart_table tbody td {
    padding: 4px;
}

.wallchart_table tr {
    transition: background-color 0.6s ease;
}

.wallchart_table tr:hover {
    background-color: #f5ebff;
}

.wallchart_table th:nth-child(7),
.wallchart_table th:nth-child(8),
.wallchart_table th:nth-child(14),
.wallchart_table th:nth-child(15),
.wallchart_table th:nth-child(21),
.wallchart_table th:nth-child(22),
.wallchart_table td:nth-child(7),
.wallchart_table td:nth-child(8),
.wallchart_table td:nth-child(14),
.wallchart_table td:nth-child(15),
.wallchart_table td:nth-child(21),
.wallchart_table td:nth-child(22) {
    background-color: #eeecf0;
}

.wallchart_table th:nth-child(11) {
    background-color: #ffffff;
    border: 3px solid #999999;
}

.wallchart_table td:nth-child(11) {
    background-color: #ffffff;
    border-left: 3px solid #999999;
    border-right: 3px solid #999999;
}

.wallchart_table tr:last-child td:nth-child(11) {
    border-bottom: 3px solid #999999;
}
.wallchart_table td:nth-child(11) {
    border-top: none !important;
}

.wallchart_table td:nth-child(5) {
    background-color: #7266ba;
    color: #fff;
}
.wallchart-staff-name {
    width: 60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #089bab;
}

.wallchart-profile {
    display: flex;
    align-items: center;
}
.wallchart-profile-icon-main {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #cccccc;
    margin-right: 8px;
}
.wallchart-profile-icon {
    font-size: 30px !important;
    color: #fff;
    margin: auto;
}
.wallchart-profile-name {
    color: #7f00ff;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    text-align: left;
}
.wallchart-profile-name span {
    display: block;
}
.wallchart-tag {
    font-size: 12px;
    margin-right: 8px;
    padding: 0 7px;
    line-height: 20px;
    border-radius: 6px;
    opacity: 1;
    transition: all 0.3s;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.pending-request-profile {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background-color: #cccccc;
    margin-right: 8px;
    align-content: center;
}
.pending-request-profile-icon {
    font-size: 60px !important;
    color: #fff;
}

.pending-request-profile-tag {
    font-size: 12px;
    margin-right: 8px;
    padding: 0 7px;
    line-height: 20px;
    border-radius: 6px;
    opacity: 1;
    transition: all 0.3s;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    background-color: #7f00ff;
    color: #fff;
}

.notification-main-content {
    max-width: 750px;
    padding: 20px;
    margin: 0px auto;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
        rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-radius: 8px;
}

.aging-wise-ins-title,
.aging-wise-client-title,
.aging-wise-claim-title {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.aging-wise-ins-title {
    max-width: 230px;
}

.aging-wise-client-title {
    max-width: 213px;
}

.aging-wise-claim-title {
    max-width: 175px;
}

.popup {
    /* width: 45px; */
    background-color: #ffffff;
    color: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    /* margin: 10px auto; */
}

.popup img {
    width: 85px;
    border-radius: 50%;
    top: 20px;
    right: 20px;
}

.popup h3 {
    color: #0db4c6;
}

.popup p {
    line-height: 1.6;
    font-size: 14px;
    color: #000000;
}

.popup .cta-buttons {
    display: block;
    justify-content: space-between;
    margin-top: 20px;
    text-align: center;
}

.popup .cta-buttons button {
    padding: 10px 5px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
}

.popup .cta-buttons .primary {
    background-color: #fabe64;
    color: #fff;
    width: 250px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.popup .cta-buttons .secondary {
    background-color: transparent;
    color: #fabe64;
    border: 1px solid #fabe64;
    border-radius: 5px;
    width: 250px;
    margin-top: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* File Upload */
.upload-container {
    position: relative;
    /* display: inline-block; */
    /* margin-bottom: 20px; */
}
.table-upload-container {
    position: relative;
    /* display: inline-block; */
    /* margin-bottom: 20px; */
}

.upload-container .upload-btn i {
    font-size: 16px;
    font-weight: 600;
}

.upload-btn {
    padding: 6px 20px;
    border-radius: 4px;
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
    /* height: 34px; */
    width: auto;
    display: inline-block;
    border: 1px dashed #d7d5e2;
    border-radius: 6px;
    background-color: #fff;
    color: #333;
}

.upload-btn:hover {
    border: 1px dashed #408dfb;
}

.file-counter-btn {
    display: none;
    margin-left: 10px;
    border-radius: 4px;
    color: white;
    cursor: pointer;
    position: relative;
    background-color: #408dfb;
    font-weight: 500;
    padding: 5px 7px;
    border: 1px solid #408dfb;
}

.file-list-container {
    display: none;
    position: absolute;
    width: 260px;
    border-radius: 4px;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: white;
    z-index: 10;
    padding: 10px;
    /* transition: all 0.3s ease; */
    color: #333;
    top: 40px;
}
.table-upload-container .file-list-container {
    top: 25px;
    left: 50px;
}

.file-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    border-bottom: 1px solid #f1f1f1;
    padding: 4px 6px;
}

.file-list-item:hover {
    background-color: #408dfb;
    color: #fff;
    padding: 4px 6px;
    border-radius: 6px;
}

.file-list-item:last-child {
    border-bottom: none;
}

.file-list-item .file-name {
    display: flex;
    align-items: center;
}

.file-list-item .file-name i {
    margin-right: 5px;
}

.file-list-item .file-name span {
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-list-item .delete-btn {
    display: none;
    background: transparent;
    border: none;
    color: #dc3545;
    font-size: 16px;
    cursor: pointer;
}

.file-list-item:hover .delete-btn {
    display: inline-block;
}

.error-message {
    color: red;
    font-size: 14px;
    margin-top: 10px;
}

.claim-pdf-card-bg {
    background-color: #e9f2f3;
}

.claim-pdf-card {
    padding: 8px 12px;
    border-radius: 6px;
    margin-bottom: 8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.add-payroll-multiselect .multiselect-container {
    max-height: 165px !important;
    width: 100% !important;
    overflow-x: auto !important;
}

.appointment-type {
    position: relative;
    transition: transform 0.5s ease-in-out;
}

.main-appointment-content {
    position: absolute;
    left: -100%; /* Start off-screen */
    top: 0;
    width: 100%;
    transition: left 0.5s ease-in-out;
    display: none; /* Hide by default */
}

.main-appointment-content.show {
    display: block; /* Make it visible */
    left: 0; /* Slide into view */
}

.appointment-type.hide {
    transform: translateX(-100%); /* Slide out to the left */
}

/* Appointment Card */
.appointment-card {
    padding: 8px 12px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
    cursor: pointer;
}

.appointment-card:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.appointment-card .card-text h3 {
    font-size: 13px;
    color: #333333;
    margin-bottom: 0px;
}

.appointment-card .card-text p {
    font-size: 11px;
    color: #666666;
    margin: 0;
}

.appointment-card .card-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    background-color: #089bab;
    border-radius: 50%;
    transition: background-color 0.3s ease, transform 0.3s ease;
    position: relative;
}

.appointment-card .card-icon i {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.card-icon::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    /* border: 3px solid rgba(0, 123, 255, 0.3); */
    border: 3px solid rgba(8, 155, 171, 0.3);
    border-radius: 50%;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}
.gusto_notes_hidden_div {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px,
        rgba(0, 0, 0, 0.1) 0px 2px 4px 0px,
        rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
    width: 3%;
    padding: 8px;
    border-radius: 5px;
    min-width: 198px;
    font-size: 11px !important;
    /* height:340px; */
    background: #fff;
    position: absolute;
    z-index: 10001;
    /* padding: 14px; */
}

.gusto_notes_hidden_div::before {
    content: "";
    width: 100%;
    height: 5px;
    background: #089bab;
    position: absolute;
    top: 0;
    left: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.gusto_notes_hidden_div::after {
    content: "";
    width: 100%;
    height: 5px;
    background: #089bab;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.suggestions {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    z-index: 1000;
    display: none;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    max-height: 120px;
    overflow-y: auto;
}

.suggestions li {
    padding: 4px 6px;
    cursor: pointer;
    color: #333;
}

.suggestions li:hover {
    background-color: #f0f0f0;
}

/* Confirmation Box for delete */

.confirm-dialog {
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: #f8f9fa;
    padding: 15px 20px;
    border-radius: 8px;
    max-width: 450px;
    margin: 10px auto;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
}

.ri-error-warning-fill {
    font-size: 30px; /* Proper size for the icon */
    color: #ffcc00; /* Yellow color for the warning icon */
}

.text-container {
    display: flex;
    flex-direction: column;
}

.confirm-text {
    font-weight: 500;
    font-size: 14px;
    color: #333;
    line-height: 1.4;
}

.ui-dialog.ui-dialog-titlebar {
    padding: 0.3em 1em;
}

.ui-dialog-buttonset button {
    padding: 0.25rem 0.5rem;
    line-height: 1.5;
    margin: 0.2em 0.2em 0.2em 0 !important;
}

.ui-widget-content {
    border: none;
}

.ui-dialog .ui-dialog-content {
    background: #f8f9fa;
}
/* Profile CSS */
.profile-box {
    padding-bottom: 10px;
    width: 75%;
    height: auto;
    /* 	min-height: 300px; */
    background-color: #fff;
    border-radius: 8px;
    /* box-shadow: 0px 2px 2px #00000012; */
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    box-sizing: border-box;
    padding: 40px;
    margin: 10px auto 30px;
}

.profile-image-container {
    position: relative;
    width: 80px;
    height: 80px;
    cursor: pointer;
}

.profile-default-image {
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 50%;
    object-fit: cover;
    cursor: pointer;
}

.camera-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #474747;
    color: white;
    opacity: 0;
    border-radius: 50%; /* Ensures the icon container is circular */
    transition: opacity 0.3s ease-in-out;
    cursor: pointer;
}

.camera-icon i {
    font-size: 40px;
}

.profile-image-container:hover .camera-icon {
    opacity: 1;
}

.primary_btn_check {
    background-color: #10bc83;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    position: relative;
    text-align: center;
    border-radius: 4px;
    padding: 0px 30px;
    overflow: hidden;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 20px;
    width: fit-content;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    outline: none;
    border: none;
    box-sizing: border-box;
    text-decoration: none;
    margin-top: 20px;
    min-width: 100px;
    text-align: center;
}

.primary_btn_check:after {
    content: "";
    background-color: #000;
    height: 40px;
    width: 0px;
    top: 0px;
    right: 50%;
    position: absolute;
    display: inline-block;
    transition: right 0.3s ease-in-out, width 0.3s ease-in-out;
    /* float: left; */
    opacity: 0.05;
}

.primary_btn_check:hover:after,
.primary_btn_check:focus:after {
    width: 50%;
    left: -50%;
    opacity: 0.1;
}

.profile_info {
    display: inline-block;
    padding: 4px 0px;
    margin-left: 20px;
    max-width: calc(100% - 100px);
}

.profile_name {
    display: block;
    font-size: 22px;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
    color: #333;
}

.profile_email {
    display: block;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box_info {
    display: block;
    min-height: 65px;
    width: 100%;
    box-sizing: border-box;
    /* 	margin-bottom: 5px; */
    /* padding: 24px 30px; */
    border-bottom: 2px solid #f5f5f5;
    background-color: #fbfbfb;
    border-radius: 5px 5px 0px 0px;
}

.box_head {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 6px;
}

.box_discrption,
.tfa_other_option {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}

.email_dp {
    padding: 15px;
    /* font-size: 20px; */
    line-height: 20px;
    /* display: inline-block; */
    height: 50px;
    width: 50px;
    border-radius: 50%;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
    margin-right: 10px;
    background-color: #00bf9a;
}

.email_dp .ri-mail-line,
.email_dp .ri-phone-line {
    font-size: 25px;
    margin-left: -2px;
}

.emailaddress_text {
    display: block;
    font-size: 14px;
    line-height: 20px;
    max-width: 230px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
}

.emailaddress_addredtime {
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    color: #525252;
    margin-top: 4px;
}

.profile_tags {
    position: relative;
    border-radius: 8px;
    margin-left: 20px;
    margin-top: 10px;
    display: inline-block;
    padding: 7px;
    font-size: 16px;
    vertical-align: top;
    cursor: pointer;
    background-color: #2ebb961a;
    color: #2ebb96;
}

.email-box-card {
    cursor: pointer;
    padding: 10px;
    border-radius: 6px;
}

.email-box-card:hover {
    background-color: #f8f8f8;
}

.addnew_email,
.addnew_phone {
    display: block;
    color: #0291ff;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    line-height: 24px;
    width: fit-content;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    margin: auto;
    margin-top: 10px;
}

.position-relative {
    position: relative;
}

.toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #aaa;
}

.toggle-password {
    visibility: hidden;
}

.position-relative:hover .toggle-password {
    visibility: visible;
}

/* Client and provider info search */
.user-search-container {
    position: relative;
    display: inline-block;
}
.user-search-toggle {
    font-size: 18px;
    cursor: pointer;
}
.user-search-dropdown {
    position: absolute;
    top: 120%;
    right: 0;
    z-index: 999;
    width: 300px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    display: none;
    padding: 15px;
    left: 0;
    overflow: auto;
}
.user-search-input {
    position: relative;
    margin-bottom: 10px;
}
.user-search-input input {
    width: 100%;
    padding: 8px 35px 8px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.user-search-input i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
}
.user-list-item {
    display: flex;
    align-items: center;
    padding: 6px 0;
    border-bottom: 1px solid #f1f1f1;
}
.user-list-item:last-child {
    border-bottom: none;
}
.user-list-item img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}
.user-list-name {
    font-size: 14px;
}

.user-list {
    background-color: #f9fbff;
    border-radius: 5px;
    padding: 10px;
    max-height: 250px;
    overflow-y: auto;
}

.user-list-name {
    font-size: 14px;
    color: #007bff;
    text-decoration: none;
}

.user-list-name:hover {
    text-decoration: underline;
}

.user-profile-image-container {
    position: relative;
    width: 80px;
    height: 80px;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #d5d5d5;
}

.user-profile-default-image {
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 50%;
    object-fit: cover;
    cursor: pointer;
    display: none;
}

.user_sample_image {
    max-width: 100%;
    max-height: 500px;
    display: block;
    margin: auto;
}

.user-camera-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #474747;
    color: white;
    opacity: 0;
    border-radius: 50%; /* Ensures the icon container is circular */
    transition: opacity 0.3s ease-in-out;
    cursor: pointer;
}

.user-camera-icon i {
    font-size: 40px;
    margin-right: 0px;
}

.user-profile-image-container:hover .user-camera-icon {
    opacity: 1;
}

.user-upload-image-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #333;
    font-size: 15px;
    padding: 4px 10px;
    border-radius: 6px;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.user-profile-image-container:hover .user-upload-image-text {
    opacity: 0;
}

.intake-disclaimer-card {
    background-color: #fff3cd;
    border-left: 5px solid #ffc107;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 4px 14px 4px 10px;
    border-radius: 10px;
    position: relative;
    display: none;
}

.intake-disclaimer-body {
    /* color: #856404; */
    color: #333;
    font-size: 15px;
    display: flex;
    align-items: center;
}

.intake-disclaimer-body i {
    font-size: 20px;
    color: red;
    margin-right: 6px;
}

.intake-close-btn {
    position: absolute;
    top: -10px;
    right: -4px;
    width: 20px;
    height: 20px;
    background-color: #DC4E49;
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    padding: 0;
    cursor: pointer;
}

.intake-close-btn:hover {
    background-color: #c82333;
}
