@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-size: 70vw 80vh; */
    background-size: 70vw 30vh;
    background-repeat: no-repeat;
    /* background-position: bottom -120px right 0px; */
    background-position: bottom 0px right 0px;
}

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

/*--------------------------------------------------------------------
Preloader
---------------------------------------------------------------------*/
#loading,
.loading2 {
    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 .iq-sidebar-logo .logo-big {
    display: none;
    padding: 0 30px 0 0;
}
body.sidebar-main-menu .iq-sidebar .iq-sidebar-logo .logo-text {
    display: none;
} 

 body.sidebar-main-menu .iq-sidebar .iq-sidebar-logo .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;
}

.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: 8px;
    padding: 8px 0;
    border-radius: 5px;
}

.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;
}
.small_screenLogo{
    display: none;
}

.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 #045FA3 !important;
    background: #045FA3 !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: 100px;
}

.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: #045FA3;
}

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

.border-fat {
    border: 10px solid #045FA3;
}

/*--------------------------------------------------------------------
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 .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;
}

.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-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;
}

#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 !important;
}

.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;
  }


  .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;
}
.active_menu {
    background-color: #ceebee;
    color: black !important;
}
.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;
}
.MemberEditSidebarContainer {
    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;
}

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

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

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

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

.MemberEditSidebarContainer .closeMemberEditSidebarContainer i {
    font-size: 20px;
    cursor: pointer;
    font-weight: 500;
}

.MemberEditSidebarContainer .prospectEdit-sidebar-header,
.MemberEditSidebarContainer .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;
}

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

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

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

.MemberEditSidebarContainer.active {
    right: 0;
}

/* add member  */
.MemberCreateSidebarContainer {
    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;
}

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

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

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

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

.MemberCreateSidebarContainer .closeMemberCreateSidebarContainer i {
    font-size: 20px;
    cursor: pointer;
    font-weight: 500;
}

.MemberCreateSidebarContainer .prospectCreate-sidebar-header,
.MemberCreateSidebarContainer .prospectCreate-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;
}

.MemberCreateSidebarContainer .prospectCreate-sidebar-header {
    padding: 8px 14px;
}

.MemberCreateSidebarContainer .prospectCreate-sidebar-body {
    padding: 20px 14px 14px;
}

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

.MemberCreateSidebarContainer.active {
    right: 0;
}

/* add member  */





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

    .MemberEditSidebarContainer .common-title {
        font-size: 16px !important;
    }
    .MemberCreateSidebarContainer {
        width: 40%;
        right: -40%;
    }

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

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

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

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

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

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

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

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