.dlabnav .metismenu {
    padding-top: 32px;
}

:root {
    --light-grey: #6C757D;
}

body.background-white {
    background-color: var(--bs-white);
}

.black {
    color: var(--black);
}

.white {
    color: var(--bs-white);
}

.green {
    color: var(--green);
}

.font-size-16 {
    font-size: 16px;
}

.font-size-12 {
    font-size: 12px;
}

.width-48 {
    width: 48%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin: 0;
}

p {
    font-size: 16px;
    line-height: 1.4;
}

.btn-white {
    border: 1px solid var(--green);
    border-radius: 4px;
    padding: 8px 20px;
    color: var(--green);
}

.btn-white:hover {
    background-color: #28b8a2;
    /* color: var(--green);    */
    color: var(--bs-white);
}

.navbar .btn-white {
    height: inherit;
    border: 1px solid var(--bs-white);
    color: var(--bs-white);
}

.navbar .btn-primary {
    border-color: var(--green);
}

.navbar {
    /* background-color: var(--bs-white) !important; */
    background-color: #1A1A1A !important;
    box-shadow: 0 0 2px rgb(0 0 0 / 25%);
    padding: 8px 10%;
    z-index: 99999;
}

a.navbar-brand {
    font-size: 20px;
    font-weight: 600;
}

a.nav-link.active,
a.nav-link:hover {
    color: var(--green) !important;
}

a.nav-link {
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    padding: 8px 16px !important;
}

a.nav-link:focus {
    color: var(--green);
}

.navbar .btn-primary,
.card .btn-primary {
    padding: 8px 20px;
}

.login-wrapper .card {
    width: 360px;
}

.login-card {
    border: 1px solid var(--green);
    box-shadow: 0 0 8px rgb(118 54 131 / 15%);
    padding: 40px 16px;
    border-radius: 16px;
}

.login-card h4 {
    font-size: 24px;
}

a.forgot-password {
    text-decoration: underline;
}

.login-wrapper .row {
    min-height: 100vh;
}

.bars {
    width: 32px;
    height: 32px;
    padding: 2px;
    display: none;
    justify-content: space-evenly;
    flex-direction: column;
    position: absolute;
    right: 20px;
    cursor: pointer;
    border-radius: 3px;
    top: -4px;
    z-index: 1111;
}

.bars span {
    background-color: var(--bs-white);
    width: 100%;
    height: 2px;
    transition: all ease 0.4s;
}

.static-pages .bars span {
    background-color: var(--bs-white);
}

.bars span:nth-of-type(2) {
    width: 75%;
}

.bars.crossed span:first-of-type {
    transform: rotate(45deg);
}

.bars.crossed span:nth-of-type(2) {
    display: none;
}

.bars.crossed span:last-of-type {
    transform: rotate(-45deg);
    margin-top: -14px;
}

.header-profile img {
    border-radius: 50%;
    object-fit: cover;
}

.nav-item.dropdown.header-profile .nav-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#main-wrapper .navbar {
    border: none;
    box-shadow: none;
}

.dashboard_bar {
    font-size: 24px !important;
    font-weight: 700 !important;
}

.hamburger .line {
    background-color: var(--black);
}

table thead tr th {
    font-size: 16px !important;
    color: var(--black) !important;
    font-weight: 600 !important;
    background-color: #f5f5f5 !important;
    border: none !important;
}

table thead tr th:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

table thead tr th:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

table tbody tr td {
    font-size: 16px;
    color: var(--black);
}

table.dataTable.display>tbody>tr>td {
    border-color: var(--light-grey);
}

::selection {
    color: #fff;
    background: var(--green);
}

.header-profile .dropdown-menu a:hover,
.header-profile .dropdown-menu a:focus,
.header-profile .dropdown-menu a.active {
    color: var(--green);
}

.datatable-container {
    min-height: 600px !important;
}

.dataTables_wrapper {
    display: flex;
    flex-direction: column;
}

.dataTables_info {
    padding: 0 !important;
    font-size: 16px;
    color: var(--light-grey) !important;
    font-weight: 500;
    position: relative;
    top: 10px;
    margin-right: 12px;
}

.dataTables_length,
.dataTables_length label {
    font-size: 0;
    margin: 0 !important;
}

.dataTables_length select {
    font-size: 16px;
    font-weight: 500;
}

a.page-link {
    background-color: #F5E1F9 !important;
    color: var(--green) !important;
    border: 1px solid var(--green) !important;
}

span.previous-rs,
span.next-rs,
span.page-link,
a.page-link {
    border: 1px solid var(--green) !important;
    border-radius: 4px !important;
}

ul.pagination {
    column-gap: 8px;
}

p.small.text-muted.mb-0 {
    color: var(--light-grey) !important;
}

a.page-link:hover {
    background-color: var(--green) !important;
    color: var(--bs-white) !important;
}

a.paginate_button {
    border-radius: 4px !important;
    background-color: #CCFFF8 !important;
}

a.next,
a.previous {
    background-color: var(--bs-white) !important;
    font-size: 24px !important;
}

a.paginate_button.current {
    background-color: var(--green) !important;
}

.dataTables_paginate {
    margin: 0 !important;
}

.datatable-bottom {
    margin-top: 24px;
}

.dlabnav,
.nav-header {
    background-color: var(--green);
    position: fixed;
}

#menu a {
    width: 90%;
    border-radius: 0 40px 40px 0;
    border-right: 0;
}

#menu a.active {
    background-color: var(--bs-white);
}

#menu a.active span {
    color: var(--green);
    font-weight: 700;
}

#menu a.active svg path {
    fill: var(--green);
}

#menu a::before {
    display: none;
}

.datatable-top label {
    position: relative;
    margin: 0;
}

.dataTables_filter input[type="search"],
.dataTables_filter input[type="text"],
.dataTables_filter select,
.videos-header-search input,
.videos-dropdown select {
    height: 48px !important;
    border-radius: 0.25rem;
    width: 200px;
    padding: 0.3rem 0.5rem;
    margin: 0;
}


button .filter-option {
    display: flex;
    align-items: center;
}

.dataTables_length select {
    width: inherit;
}

.datatable-top label i,
.videos-header-search i {
    position: absolute;
    right: 16px;
    top: 16px;
    font-size: 16px;
}

.datatable-top button {
    height: 48px;
}



.datatable-top .dataTables_filter {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.dataTables_filter .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 200px;
}

.sr-td,
.action-th {
    width: 76px;
}

.table-wrapper tr:not(:last-child) td {
    border-bottom: 1px solid #e6e6e6;
}

.modal-header button {
    font-size: 0 !important;
}

.modal-header svg {
    position: relative;
    top: -10px;
    right: 10px;
}

.modal-title {
    font-size: 22px;
    font-weight: 600;
}

form span {
    color: red;
}

.modal-form-wrapper label,
form label {
    color: var(--black);
    font-size: 16px;
}

form label {
    font-weight: 500;
}

.modal-form-wrapper input {
    height: 48px;
    border: 1px solid var(--light-grey) !important;
    font-size: 16px;
}

textarea {
    height: 64px;
    border: 1px solid var(--light-grey) !important;
    font-size: 16px !important;
}

.modal-buttons button {
    height: 40px;
    line-height: 0;
}

.modal .modal-body {
    max-height: 400px;
    overflow-y: scroll;
}


#show-video .modal-content {
    /* height: 540px; */
    min-height: 544px !important;
    max-height: 760px !important;
}

#show-video .modal-body {
    max-height: inherit;
    overflow-y: inherit;
}

#add-video .modal-body {
    max-height: 500px;
    overflow-y: scroll;
}

/* #video-source {
    max-height: 360px;
} */

/* #show-video .modal-dialog {
    height: 500px;
} */

#feed-back-form .modal-content {
    height: 572px;
}

#feed-back-form .modal-body {
    max-height: 100%;
}

#feed-back-form h4 {
    font-size: 16px;
}

#feed-back-form p {
    font-size: 14px;
    color: #000;
}

#feed-back-form .modal-title {
    font-size: 20px;
}

.modal .modal-body::-webkit-scrollbar-thumb {
    background-color: var(--green);
}

table.dataTable tbody td,
table.dataTable thead th {
    font-size: 16px !important;
}

div:where(.swal2-icon) .swal2-icon-content {
    font-size: 28px !important;
    font-weight: 700 !important;
    border: 4px solid red !important;
    border-radius: 60px !important;
    padding: 20px 14px !important;
}

div:where(.swal2-icon) {
    width: 40px !important;
    height: 40px !important;
}

div:where(.swal2-icon).swal2-warning {
    border-color: transparent !important;
    color: red !important;
    padding: 16px 20px 20px !important;
    background-color: #f5f5f5 !important;
}

.custom-card-warning-popup div:where(.swal2-icon).swal2-warning {
    color: #EEBA56 !important;
}

.custom-card-warning-popup div:where(.swal2-icon) .swal2-icon-content {
    border: 4px solid #EEBA56 !important;
}

.swal2-actions {
    display: contents !important;
}

.swal2-actions button {
    margin: 8px 8px;
    height: 48px;
    width: 30%;
}

button.swal2-cancel.swal2-styled.swal2-default-outline {
    border: 1px solid var(--black);
    color: var(--black);
}

.nowrap-td {
    white-space: nowrap;
}

.video-td .play-button {
    position: absolute;
    top: 8px;
    left: 8px;
}

select {
    height: 48px;
    background-color: #fff !important;
    border: 1px solid #6C7573 !important;
}

.modal-dialog {
    max-width: 560px;
}

#therapistsModal .modal-dialog {
    max-width: 700px;
}

#show-video .modal-dialog {
    max-width: 760px;
}

.video-wrapper {
    border-radius: 8px 8px 0px 0px;
    overflow: hidden;
}

#show-video .modal-body {
    padding: 0px;
}

#show-video .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: transparent;
    z-index: 9;
    /* Remove background to match design */
}

#show-video .btn-close svg path {
    fill: #fff !important;
    /* White color for the SVG icon */
}

#show-video .btn-close:hover,
#show-video .btn-close:focus {
    opacity: 0.8;
    /* Adjust hover/focus state */
}

#delete-video {
    cursor: pointer;
}





/* #show-video .btn-close {
    position: absolute;
    color: #fff !important;
     --bs-btn-close-color: #fff !important;
    opacity: 0.5;
    top: 10px;
    right: 10px;
} */

.video-wrapper svg,
.pending-video svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.video-wrapper iframe {
    width: 100%;
    height: 300px;
    border-radius: 4px;
}

.back-icon i {
    background-color: #f5f5f5;
    color: var(--green);
    padding: 7px 12px;
    border: 1px solid var(--green);
    border-radius: 50px;
    font-size: 20px;
}

.dropzone {
    border: 1px dashed var(--light-grey);
    border-radius: 10px;
    transition: 0.3s all ease;
    padding: 12px;
    min-height: inherit;
    ;
}

a.dz-remove {
    color: red;
}

#remove-thumbnail-btn {
    vertical-align: top;
}

i.clear-filter {
    background-color: #fff;
    top: 28px;
    right: 48px;
    padding: 12px;
}

.form-check .form-check-input {
    float: inherit;
    margin-left: inherit;
    width: 24px;
    height: 24px;
    padding: 0;
}

#flush-collapseTwo .form-check-input {
    min-width: 24px;
}

.payment-radio-button {
    border: 1px solid var(--light-grey);
    height: 48px;
    padding: 12px;
    border-radius: 4px;
}

.add-new-payment-card i {
    border: 1px solid var(--green);
    border-radius: 50%;
    padding: 2px 3px;
    color: var(--green);
}

.modal {
    display: none;
    /* Initially hidden */
    position: fixed;
    z-index: 1050;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 1.75rem auto;
}

#add-new-payment-card {
    background-color: #000000ad;
}

.login-card form span,
.change-password form span {
    color: #aaadaf;
}

.date-field svg {
    position: absolute;
    top: 44px;
    right: 12px;
}

.custom-label-2 {
    min-width: 280px;
    font-weight: 500;
    font-size: 16px;
}

.list-style-1>li {

    font-weight: 500;
    font-size: 16px;
    color: var(--light-grey);
}

.list-style-1>li:last-child {
    border-bottom: none;
}

.list-style-1>li:not(:last-child) {
    border-bottom: 1px solid var(--light-grey);
}

/* .list-buttons button:first-child {
    background-color: #D12639 !important;
    border: 1px solid #D12639;
}

.list-buttons button:first-child:hover {
    background-color: #d1263ab8 !important;
} */

.btn-cancel {
    background-color: #D12639 !important;
    border: 1px solid #D12639 !important;
}

.btn-cancel:hover {
    background-color: #d1263ab8 !important;
    border-color: #d1263ab8 !important;
}

.btn-resume {
    /* background-color: rgb(153, 150, 150) !important; */
    border: 1px solid rgb(153, 150, 150) !important;
    background-color: #428BCA !important;
}

.btn-resume:hover {
    /* background-color: rgb(179, 172, 172) !important; */
    border-color: rgb(179, 172, 172) !important;
    background-color: #6199ca !important;
}

.error,
.error-card {
    color: red !important;
}

.organizations-billing-table .datatable-container {
    min-height: 200px !important;
}

.author-profile .author-media img {
    width: 80px;
    height: 80px;
}

.profile-tabs .nav-link {
    font-size: 16px;
}

.profile-tabs .nav-link.active svg path {
    fill: white;
}

.card-design-row {
    row-gap: 16px;
}

.card-design {
    border: 1px solid var(--light-grey);
    border-radius: 16px;
    width: 26vw;
    padding: 1vw 2vw;
}

.card-type {
    color: var(--bs-white);
    padding: 4px 8px;
    border-radius: 25px;
    font-size: 12px;
}

.card-type.primary {
    background-color: var(--green);
}

.card-type.expired {
    background-color: #D12639;
}

.last-four-digits {
    font-size: 20px;
}

.card-info span {
    font-size: 12px;
}

.payment-card-body {
    padding: 3vw;
}

.card-actions {
    min-width: 52px;
}

.form-check-label {
    margin-top: -1px;
}

#therapistsModal .form-check-label {
    margin-top: -2px;
}


.eye {
    /* top: 40px; */
    /* top: inherit; */
    /* bottom: 10px; */
    bottom: inherit;
    top: 12px;

}

.change-password .eye{
    /* top: 47px; */
    top: inherit;
    bottom: 14px;
}



span.invalid-feedback {
    color: red !important;
}

.form-control.is-invalid {
    border-right: 1px solid #f72b50 !important;
}

#file-path {
    display: none;
}

.image label {
    position: absolute;
    top: 0;
    right: -4px;
    color: #fff;
    background-color: var(--green);
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    transition: 0.2s;
}

.user-dashboard-pending-videos {
    margin-bottom: 30px;
}

.pending-video {
    border-radius: 4px;
    overflow: hidden;
    width: 100% !important;
    box-shadow: 0 0 4px rgb(0 0 0 / 15%);
}

.pending-video video {
    height: 200px;
    width: 100%;
}

.pending-video-heading {
    padding: 8px 16px;
}

.form-control:disabled,
.form-control[readonly] {
    background: #F5F5F5 !important;
    /* background-color: #fff;
    border: none; */
}

.complete-assessment-wrapper {
    min-height: 80vh;
    max-width: 500px;
    margin: 0 auto;
}

.single-therapist-card {
    padding: 16px;
    border-radius: 4px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    width: 49%;
    position: relative;
}

.therapist-image img {
    border-radius: 4px;
    object-fit: cover;
    object-position: top;
}

.static-pages {
    background: #191919 !important;

    /* background-color: var(--black) !important; */
    border: none;
}

.static-pages a,
.static-pages a.nav-link.active {
    color: var(--bs-white) !important;
    transition: .3s all ease;
}

.static-pages a.nav-link:hover {
    color: var(--bs-white) !important;
    scale: 1.1;
}

.static-pages a.btn-primary {
    /* color: var(--green) !important; */
    color: #EEEEEE;
    border-color: transparent;
}

.static-pages .btn-white {
    background-color: #191919;
    color: var(--bs-white);
    border-color: var(--bs-white);
}

.static-pages .btn-white:hover {
    background-color: #28b8a2;
    border-color: transparent;
}

.static-pages .btn-primary {
    /* background-color: var(--bs-white); */
    background: #008C78;
    color: var(--green);
    border-color: var(--bs-white);
}

.static-pages .btn-primary:hover {
    background-color: #28b8a2;
    color: var(--bs-white) !important;
    border-color: transparent;
}

.checkout-card {
    background-color: #fcfcfc;
    border-radius: 8px;
}

.checkout-card h4 {
    font-size: 24px;
    font-weight: 600;
}

.static-pages-body-element {
    background-color: inherit;
}

.static-pages-content-body {
    margin-left: inherit;
}

.static-pages-content-body .container-fluid {
    padding: 0 10%;
}

.order-details-content span {
    color: var(--light-grey);
    font-weight: 500;
}

.order-details-row {
    border-bottom: 1px solid var(--light-grey);
    padding: 12px 0;
}

.total-price {
    padding-top: 12px;
}

.total-price span {
    font-size: 20px;
    font-weight: 700;
    color: var(--black);
}

.order-successful-completion-content h4 {
    font-size: 24px;
    font-weight: 600;
}

.order-successful-completion-details-row span {
    font-size: 16px;
}

.loader {
    width: 50px;
    padding: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--green);
    --_m:
        conic-gradient(#0000 10%, #000),
        linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    animation: l3 1s infinite linear;
}

.loader-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: #ffffff8a;
    z-index: 9;
    left: 0;
    top: 0;
}

#therapist-listing_info {
    display: none;
}

.progress {
    background-color: #d8d8d8;
    border-radius: 20px;
    position: relative;
    margin: 15px 0;
    height: 30px;
    width: 300px;
}

.progress-done {
    background: var(green);
    border-radius: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 0;
    opacity: 0;
    transition: 1s ease 0.3s;
}

@keyframes l3 {
    to {
        transform: rotate(1turn)
    }
}

td.read-more-td {
    width: 300px;
    white-space: break-spaces;
    min-width: 300px;
}

td.read-more-td a {
    white-space: break-spaces;
}

button.read-more {
    border: none;
    background-color: transparent;
    color: var(--green);
    font-weight: 500;
}

.des-read-more {
    color: #008c78;
}

.play-button {
    position: absolute;
    top: 8px;
    left: 8px;
}

.contact-page-banner-content {
    max-width: 680px;
    margin: 0 auto;
}

.contact-page-banner-content h1 {
    font-size: 48px;
}

.contact-page-banner-section {
    background-image: url('../images/contect-us-banner-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 480px;
    padding-top: 40px;
}

.subscribe-contact-us{
    /* background-image: url('../images/subscrib-contect-us.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; */
    /* min-height: 325px;
    padding: 68px 268px; */
    padding: 64px 0;
    max-width: 760px;
    margin: 0 auto;
}

.section-contact-us{
    background-image: url('../images/subscrib-contect-us.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/* .subscribe-contact-us {
    background-image: url(../images/subscrib-contect-us.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /* min-height: 325px; */
    /* padding: 68px 268px; */
    /* padding: 64px 0;
    max-width: 760px;
    margin: 0 auto; */
/* } */

.subscribe-contact-us h2{
    /* padding-left: 22rem;
    padding-right: 22rem; */
    /* padding: 20px 230px; */
    padding-bottom: 16px;
    color: #fff;
    line-height: 33.6px;
}

.subscribe-contact-us p{
    color: #fff;
    /* padding: 0px 68px; */
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
}

.contact-info-wrapper {
    background-color: #fcfcfc;
    padding: 40px;
    border-radius: 16px;
}

.contact-info-wrapper h2,
.contact-page-form-wrapper h2 {
    font-size: 32px;
}

.contact-info-wrapper h2::before,
.contact-page-form-wrapper h2::before {
    content: '';
    width: 80px;
    height: 8px;
    border-radius: 8px;
    background-color: var(--green);
    bottom: -16px;
    left: 0;
    position: absolute;
}

.contact-info-address-wrapper,
.contact-page-form-wrapper p {
    margin-top: 32px;
}

.contact-info-address-wrapper div {
    font-size: 14px;
}

.contact-info-address-wrapper div a {
    font-size: 14px;
    text-decoration: none;
}

.contact-address {
    font-size: 18px !important;
}

.contact-info-map-wrapper iframe {
    border-radius: 8px;
}

.contact-page-form-wrapper {
    padding: 40px;
    border-radius: 16px;
    border: 1px solid var(--light-grey);
}

.contact-form-form-wrapper textarea {
    min-height: 120px !important;
}

.top-footer-section {
    padding: 64px 0;
    background-color: #fcfcfc;
}

.bottom-footer-section {
    /* background-color: var(--green); */
    background: #1A1A1A;
}

.footer-about-column h4 a {
    font-size: 28px;
}

.footer-menus h4 {
    font-size: 20px;
}

.footer-menus h4,
.footer-stay-connected-column h4 {
    font-size: 20px;
}

.footer-menus h4::before {
    content: '';
    width: 100%;
    height: 5px;
    border-radius: 8px;
    background-color: var(--green);
    bottom: -8px;
    left: 0;
    position: absolute;
}

.footer-menus ul li a {
    font-size: 16px;
}

.footer-menus ul li a {
    font-size: 16px;
    color: #000;
}

.footer-subscribe-form form button {
    padding: 10px 16px;
}

.footer-social-links svg {
    transition: .3s all ease;
}

.footer-social-links svg:hover {
    scale: 1.1;
}

.landing-page-banner-text h1 {
    font-size: 48px;
    line-height: 1.2em;
}

.section-padding {
    padding: 80px 0;
}

.landing-page-banner-section {
    padding: 132px 0 80px;
}

.mental-wellbeing-content {
    border: 1px solid var(--green);
    padding: 40px;
    border-radius: 16px;
    background-color: #F5F5F5;
}

.wellbeing-content h4 {
    font-size: 32px;
}

.wellbeing-image img,
.landing-page-banner-image img {
    border-radius: 16px;
    height: 400px;
    object-fit: cover;
}

.landing-page-banner-image img {
    height: 500px;
}

.features-list li {
    color: var(--black);
}

.features-list li i {
    color: #009900;
}

.top-row h2 {
    font-size: 40px;
}

.how-can-we-help-box {
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.how-can-we-help-box svg {
    background-color: var(--green);
    border-radius: 8px;
    padding: 12px;
}

.how-can-we-help-box h6 {
    font-size: 18px;
}

.how-can-we-help-box p {
    min-height: 57px;
    line-height: 1.2em;
}

.bottom-row {
    row-gap: 40px;
}

.what-people-say-box {
    border: 1px solid var(--black);
    border-radius: 8px;
    box-shadow: 0 8px 24px rgb(0 0 0 / 15%);
}

.what-people-say-section {
    padding-bottom: 80px;
}

.avatar-image {
    position: absolute;
    top: -54px;
}

.avatar-image img {
    border: 2px solid var(--black);
    border-radius: 50%;
}

.what-people-say-box svg {
    position: absolute;
    bottom: 24px;
    right: 24px;
}

.what-people-say-content .bottom-row {
    row-gap: 80px;
}

.organization-password,
.organization-confirm-password {
    color: #aaadaf;
}

.static-pages.responsive a.nav-link {
    color: var(--green) !important;
}

#checkout-form {
    padding-top: 60px;
}

.static-wrapper {
    position: sticky;
    top: 132px;
}

.user-status.active span {
    color: var(--green);
}

.user-status.inactive span {
    color: red;
}

.cancel-detail {
    cursor: pointer;
}

.assessment-template-container {
    max-width: 760px;
    margin: 0 auto;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    background-color: var(--bs-white);
    border-radius: 4px;
}

.assessment-template-body {
    padding: 40px;
}

.assessment-template-header {
    padding: 40px 40px 32px;
    border-bottom: 1px solid var(--light-grey)
}

.assessment-template-header h1 {
    font-size: 32px;
    width: 75%;
    line-height: 1.1;
}

.assessment-template-container p {
    line-height: 24px;
    font-size: 14px;
}

.assessment-template-body input {
    cursor: pointer;
    width: 16px;
    height: 16px;
    accent-color: var(--green);
}

.sliderWithLabels {
    width: 100%;
    padding-top: 20px;
    height: 80px;
    overflow: hidden;
    display: none;
}

.sliderWithLabels input[type=range] {
    position: relative;
    height: 0.5rem;
    margin-top: 1.25rem;
    margin-bottom: 2.25rem;
    background-color: #e6e6e6;
    cursor: pointer;
    user-select: none;
    touch-action: none;
    top: -49px;
    width: 100%;
    height: 10px;
    background: #d3d3d3;
    outline: none;
    border-radius: 10px;
}

.sliderWithLabels>div {
    display: flex;
    align-items: stretch;
    height: 20px;
    margin-top: -6px;
    position: relative;
    width: 100%;
}

.sliderWithLabels>div>div {
    color: white;
    width: 100px;
    margin: 0;
    text-align: center;
    line-height: 75px;
    font-size: 30px;
    flex: 1;
    border-right: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
}

.sliderWithLabels>div>div:first-of-type {
    border-left: 2px solid #fff;
}

.sliderWithLabels>div>div:last-of-type {
    border-right: 2px solid #fff;
}

.sliderWithLabels>div>span {
    color: #444;
    margin: 0;
    text-align: center;
    line-height: 72px;
    font-size: 14px;
    flex: 1;
    font-family: sans-serif;
    font-weight: 700;
}

.sliderWithLabels>div.step-labels {
    top: -10px;
}

.sliderWithLabels>div.step-labels span {
    cursor: pointer;
}

.sliderWithLabels>div.step-marks {
    width: calc(100% - 20px) !important;
    margin-left: 10px;
}

.assessment-range-slider {
    margin-bottom: 0 !important;
}

.assessment-submit-buttons button.btn.btn-primary {
    height: 42px;
    line-height: 14px;
}

.assessment-template-body input[type='text'] {
    width: 50%;
    height: 32px;
    padding: 16px;
    border-radius: 4px;
}

.assessment-divider {
    margin: 0 -40px;
}

input.disabled-field {
    background-color: #e0e0e0;
    color: #656565;
    font-weight: 600;
}

.sub-question label {
    font-size: 14px;
}

.progress-done.percentage-0 {
    color: #000 !important;
}

.navbar-brand img {
    width: 160px;
    height: 56px;
}

.header .navbar .navbar-collapse {
    border-radius: 0 !important;
}

.nav-control {
    top: 20%;
}

button.swal2-confirm.swal2-styled {
    background-color: var(--green) !important;
    margin: 0;
    width: 30%;
}

button.swal2-cancel.swal2-styled.swal2-default-outline {
    margin: 0;
    width: 32%;
}

.swal2-actions {
    display: flex !important;
    gap: 8px;
    width: 100%;
    padding: 0 12px;
    align-items: center;
    justify-content: center;
}

h2.swal2-title {
    font-size: 24px;
    font-weight: 700;
}

.video-title-wrapper h4 {
    font-size: 20px;
}

.video-title-wrapper span {
    color: var(--bs-white);
    background-color: var(--green);
    border-radius: 50px;
    padding: 2px 8px;
}

.card-header {
    /* border-color: #ccc; */
    border: none;
    padding-bottom: 0px;
    /* margin-bottom: 0px; */
}

.prof-header {
    padding-bottom: 22px;
}

.align-header {
    margin-bottom: -70px;
}


.card-header a {
    color: #008C78;
    font-size: 12px;
    font-weight: 500;
    line-height: 14.63px;
    text-decoration: underline;
}

.card {
    height: auto;
}

.video-property p {
    color: #008C78;
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 600;
    line-height: 14.63px;
}

.video-property h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 19.5px;
    color: #1A1A1A;

}

.feedback-input-group label {
    margin-top: -1px;
    width: 90%;
    font-size: 12px;
}

.progress-done.percentage-0 {
    width: 100% !important;
    background: transparent !important;
    box-shadow: none !important;
}

.progress-done.percentage-1,
.progress-done.percentage-2,
.progress-done.percentage-3,
.progress-done.percentage-4,
.progress-done.percentage-5,
.progress-done.percentage-6,
.progress-done.percentage-7,
.progress-done.percentage-8,
.progress-done.percentage-9,
.progress-done.percentage-10 {
    width: 10% !important;
}

.show.menu-toggle .content-body {
    margin-left: 6rem;
}

.show.menu-toggle .nav-header,
.show.menu-toggle .dlabnav {
    width: 6rem;
}

.show.menu-toggle .dlabnav ul#menu li span,
.mobile-view-logo,
.show.menu-toggle .webview-logo {
    display: none;
}

.show.menu-toggle .header {
    padding-left: 6rem;
}

.show.menu-toggle .dlabnav ul#menu li a {
    border-radius: 4px;
    width: 50%;
    margin-left: 22px;
    padding: 12px 12px 10px;
}

.show.menu-toggle .mobile-view-logo {
    display: block;
}

img.mobile-view-logo {
    width: 48px;
    height: 48px;
}

.assessment-heading img {
    width: 140px;
}

.btn-floating {
    position: fixed;
    right: 20px;
    bottom: 20px;
    padding: 16px !important;
    border-radius: 50px;
}

.btn-floating i {
    font-size: 24px;
}

.therapists-types .therapists-btn a {
    /* border: 1px solid black; */
    padding: 10px 32px;
    border-radius: 4px;
    border: 1px solid #6C757D
}

.therapists-types p {
    font-size: 14px;
    font-weight: 600;
    line-height: 17.07px;
    color: #1A1A1A;
}

.accordion-button {
    border: none;
}

.accordion-button::after {
    left: 112px;
}

#therapistsModal .accordion-button::after {
    display: none;
}

#therapistsModal .accordion-button .fa-angle-down {
    margin-left: auto;
    transition: transform 0.2s ease-in-out;
    position: absolute;
    left: 88px;
    color: black;
    top: 13px;
    right: inherit;
}

#flush-headingOne p {
    color: #1A1A1A;
    font-size: 14px;
    font-weight: 600;
    line-height: 17.07px;
}

#Insurance p {
    color: #1A1A1A;
    font-size: 14px;
    font-weight: 600;
    line-height: 17.07px;
}

#therapistsModal .accordion-button:not(.collapsed) .fa-angle-down {
    transform: rotate(-180deg);
}






.therapists-btn {
    display: flex;
    /* justify-content: space-between; */
    padding: 10px;
    /* background-color: #f8f9fa; */
    border-radius: 8px;
    justify-content: center;
    gap: 30px;
}

.therapists-btn label {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: center !important;
    width: 150px;
    padding: 10px 16px;
    border: 2px solid #dee2e6;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.therapists-btn input[type="radio"] {
    display: none;
}

.therapists-btn input[type="radio"]:checked+label {
    border-color: #008c78;
    background-color: #e7f5ff;
}

.therapists-btn svg {
    width: 24px;
    height: 24px;
    margin-bottom: 5px;
}

.therapists-btn input[type="radio"]:checked+label svg {
    fill: #008c78;
}

.therapists-btn input[type="radio"]:checked+label span {
    color: #008c78;
}

.modal label {
    font-size: 11px;
    font-weight: 500;
    line-height: 23.07px;
    padding-top: 6px;
}

.form-check {
    padding-left: 0px;
}

#chek-box-row {
    row-gap: 16px;
}

.agree-disagree-heading p {
    font-size: 18px;
}

.therapists-modal-btn {
    padding: 6px 16px;
}

.therapists-bottum a {
    color: #008c78;
    text-decoration: underline;
}

/* .modal-hr {
    background-color: #6C757D;
    opacity: 0px;
} */
#therapistsModal .modal-hr {
    background-color: #e5e5e5 !important;
    margin: 16 -24px;
    /* Gray color */
    height: 1px !important;
    /* Ensure hr is styled correctly */
    border: none !important;
    /* Remove any border */
    opacity: 0px !important;
    /* Full opacity */
}



.questionnaire-bg {
    background-color: #ffff;
}

.profile-tabs .nav .nav-link {
    box-shadow: none !important;
}

.read-more-popup {
    color: var(--bs-white);
    background-color: #008C78;
}

.info-form {
    padding-top: 0px !important;
}

.payment-cotent {
    border: 1px solid #6C757D;
}

.card-name {
    border: 1px solid #6C757D;
}

.card-detail span {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-weight: 600;
    line-height: 17.07px;
    color: #000;
}

.card-detail p {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.63px;
    color: #6C757D;
}

.card-catogary {
    width: 66px;
    height: 23px;
    border-radius: 24px;
    background-color: #008c78;
    font-size: 12px;
    font-weight: 600;
    line-height: 14.63px;
    color: #fff;
}

.card-catogary-2 {
    width: 66px;
    height: 23px;
    border-radius: 24px;
    background-color: #D12639;
    font-size: 12px;
    font-weight: 600;
    line-height: 14.63px;
    color: #fff;
}

.left-content a {
    font-size: 14px;
    font-weight: 500;
    line-height: 17.07px;
    color: #000000 !important;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
}

.header {
    position: fixed;
}

.content-body {
    padding-top: 72px;
}

.dataTables_wrapper .dataTables_filter {
    margin-bottom: 0px;
}

.datatable-top {
    margin-bottom: 16px;
}

.error-tables {
    border: 1px solid #E6E6E6;
    border-radius: 4px;
}

.error-alert span {
    font-size: 14px;
    font-weight: 600;
    line-height: 19.6px;
    color: #000;
    margin-top: 1px;
}

.error-alert {
    background-color: #FEAEA1;
    border-radius: 4px;
}

.create-failed span {
    font-size: 12px;
    font-weight: 600;
    line-height: 16.8px;
    color: #000;
    margin-top: 1px;
}

.create-failed {
    border-bottom: 1px solid #E6E6E6 !important;
}

#organization-form-error p {
    font-size: 12px;
    font-weight: 500;
    line-height: 16.8px;
    color: #000;
}

#organization-form-error th {
    background-color: #fff;
}

.error-table-content td:first-child {
    width: 30%;
}

.error-table-content table thead tr th:last-child {
    text-align: start !important;
}

.error-table-content td {
    border-top: 1px solid #E6E6E6 !important;
    border-bottom: 0px;
}

.error-table-content td {
    color: #000;
    padding: 10px;
    font-size: 12px;
    font-weight: 500;
    line-height: 14.63px;
}

.error-table-content .table th {
    padding: 10px;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 14.63px !important;

}

/* .error-head-mail {
    text-align: start !important;
} */

.error-table-content table thead tr th {
    background: #fff !important;
    border-radius: 0;
}

/* .failed-create-user span {
    width: 25px;
} */

.failed-create-user span {
    display: inline-block;
    width: 24%;
    /* Four columns, each 25% wide */
    padding: 5px;
    box-sizing: border-box;
    /* border: 1px solid #ccc; */
    text-align: center;
    /* Reset font size */
    vertical-align: top;
    /* Align tops of uneven height spans */
    font-size: 12px;
    font-weight: 500;
    line-height: 14.63px;
    color: #000;
}

#add-new-user .modal-body {
    /*height: 460px;*/
    overflow-y: inherit;
    max-height: 516px;
}

#assessment-questions_wrapper {
    margin-top: -64px;
}

.card-header .back-icon {
    z-index: 9;
}

#error-list tr td:last-child{
    text-align: start;
}

#add-video-form label {
    line-height: 16px !important;
    padding-top: 4px;
}
#add-video-form label .error {
    margin-bottom: 0px !important;
}

.org-bling{
    padding: 0.875rem 1.875rem;
}

.user-city{
        border: 1px solid var(--border);
        padding: 0.75rem 1.25rem;
        color: var(--text-dark);
        height: 2.85rem;
        background-color: var(--card);
        border-radius: 0.25rem;
}

.nav-center{
    margin-right: 0px !important;
}

.therapist-city select{
    font-size: 11px !important;
    border: 2px solid #dee2e6 !important;
    font-weight: 500 !important;
    width: 38% !important;
}

.view-profile-info{
    background-color: #fff;
    border-radius: 8px;
    padding: 24px;
}

.profile-view-row{
    display: flex;
    border-bottom: 1px dashed #6A6879;
    padding: 12px 0px;
}

.profile-view-row span:first-child {
    width: 150px; /* Set the width as needed */
    display: inline-block; /* Ensures width is respected */
    font-size: 14px;
    font-weight: 600;
    line-height: 17.07px;
    color: #1A1A1A;
}

.profile-view-row span:nth-child(2) {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.07px;
    color: #6C757D;
}



#profile-edit-form-new label{
    width: 30px;
    width: 120px;
    font-size: 10px;
    line-height: 16px;
    font-weight: 600;
    margin-bottom: 0px;
}



#profile-edit-form-new  hr{
    margin: 0px;
}

#profile-edit-form-new .form-control {
    /* border: 1px solid var(--border); */
    padding: 0.85rem 1.25rem;
    color: var(--text-dark);
    height: 2.85rem;
    background-color: var(--card);
    border: none;
    /* border-radius: 0.25rem; */
}

#profile-edit-form-new select{
    border: none !important;
}

.empty-payment-method{
    font-size: 16px;
    font-weight: bold;
}
.adding-card{
    font-size: 16px;
}

.dropzone .dz-preview .dz-remove {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 14px !important;
    text-align: center !important;
    display: block !important;
    cursor: pointer !important;
    border: none !important;
    /* background: blue; */
    z-index: 9999 !important;
}

.remove-csv-icon{
    cursor: pointer !important;
    color: red !important;
}

.therapist-info{
    width: 220px;
    /* position: relative; */
}


.therapists-wrapper h4{
    font-size: 14px !important;
}

.therapists-wrapper p{
    font-size: 10px !important;
    color: #6C757D;
    font-weight: 500;
}

.view-site-btn{
    position: absolute;
    /* top: -12px; */
    right: 12px;
    bottom: 8px;
    font-weight: 600;
    text-decoration: underline;
    font-size: 12px;
}

.therapist-info a:first-child {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.min-svgs{
    min-height: 16px;
    min-width: 16px;
}

#exampleModalD input[type="checkbox"] {
    width: 32px;
    height: 32px;  /* Custom height */
    cursor: pointer;  /* Make the checkbox pointer-friendly */
}

.fl-wrapper{
    z-index: 100000 !important;
}

.tooltip-csv {
    position: relative;
    display: inline-block;
    cursor: pointer; /* Optional: changes cursor to pointer */
}

.tooltip-csv .tooltiptext {
    visibility: hidden;
    width: 240px; /* Adjust width if needed */
    background-color: rgba(0, 0, 0, 0.85); /* Softer black background */
    color: #fff;
    text-align: left; /* Align text to left for better readability */
    border-radius: 8px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: 130%; /* Adjust tooltip position above the element */
    left: 50%;
    transform: translateX(-50%); /* Centers the tooltip horizontally */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Subtle shadow for better visibility */
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    white-space: normal; /* Allow text to wrap */
}

.tooltip-csv:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.tooltip-csv .tooltiptext ul {
    padding-left: 20px;
    margin: 0;
    list-style-type: disc !important; /* Add bullet points */
}

.tooltip-csv .tooltiptext ul li {
    margin-bottom: 5px; /* Space between list items */
    list-style-type: disc !important; /* Add bullet points */

}

.checkout-tooltip {
    color: var(--black);
}
.breadcrumb{
    font-size: 14px !important;
}

div#swal2-html-container p {
    margin-bottom: 0;
}

.canceled-tr .dropdown-menu-right{
    background-color: #424557;
    /* color: var(--bs-white);  */
    text-align: center;
    padding: 5px;
}

.canceled-tr .membership-cancelled{
    color: var(--bs-white);
    font-size: 14px;
}

#v-pills-password .change-password .eye {
        /* top: 47px; */
        top: inherit;
        bottom: inherit;
        top: 14px;
    }

#sendEmailButton{
    height: inherit;
}

#mail-Modal label {
    line-height: 17px !important;
    color: var(--black);
    font-size: 14px !important;
}

#mail-Modal p {
    color: var(--black);
}
.marquee{
    padding: 8px 0px !important;
    background-color: var(--bs-white);
    border: 1px solid #008c78;
    color: #1A1A1A;
}
.marquee a{
    font-weight: 600;
    color: #1A1A1A;
    text-decoration: underline;
}

.graph-scoring {
    padding-left: 64px;
    color: var(--black);
}

.swal-custom-padding {
    padding-bottom: 30px !important;
}

.partner-thanks{
    min-height: 100vh;
    max-width: 500px;
    margin: 0 auto;
}

.therspist-nassessry{
    left: 80px;
    top: 10px;
    color: red;
}

.box-search{
    margin: 0px;
}

.therapists-btn .card-design-row{
    padding: 0px 30px;
}

@media screen and (max-width: 1199px) and (min-width: 991px) {
    .card-design {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .content-body {
        margin-left: 0;
    }

    .dlabnav {
        width: 0;
    }

    .show.menu-toggle .content-body {
        left: 0;
    }

    .show.menu-toggle .nav-header,
    .show.menu-toggle .dlabnav {
        left: 0;
    }

    .webview-logo,
    .show.menu-toggle .mobile-view-logo {
        display: none;
    }

    .show.menu-toggle .dlabnav ul#menu li a {
        border-radius: 0 40px 40px 0;
        width: 90%;
        margin-left: 0;
        padding: .85rem 1.5rem;
        display: flex;
    }

    .show.menu-toggle .dlabnav ul#menu li span {
        display: block;
    }

    .show.menu-toggle .dlabnav {
        width: 16.5rem;
    }

    .nav-header {
        height: 63px;
        background-color: var(--bs-white);
        width: 40px;
    }

    .nav-header a.brand-logo {
        display: none !important;
    }

    .nav-control {
        top: 50%;
    }

    .header .header-content {
        padding-left: 0;
        padding-right: 0.938rem;
    }

    .dashboard_bar {
        font-size: 16px !important;
    }

    a.nav-link.website-logo {
        padding: 40px 20px 20px !important;
        text-align: center;
    }

    .show.menu-toggle .content-body {
        margin-left: 0;
    }

    .navbar-brand img {
        height: 48px;
    }

    .nav-buttons {
        margin-top: 16px;
    }

    .nav-control {
        right: -70px;
    }

    .show.menu-toggle .nav-header {
        width: 3rem;
    }

    .header {
        padding-left: 3rem !important;
    }

    .hamburger,
    [data-sidebar-style="overlay"] .nav-header .hamburger.is-active {

        left: -5rem;
    }
}

@media screen and (max-width: 991px) {

    .navbar {
        padding: 16px 0;
    }

    .datatable-container {
        min-height: 240px !important;
    }

    .card-design {
        width: 48%;
    }

    .section-padding {
        padding: 48px 0;
    }

    .what-people-say-section {
        padding-bottom: 48px;
    }

    .landing-page-banner-text h1 {
        font-size: 40px;
    }

    .top-row h2 {
        font-size: 32px;
    }

    .wellbeing-image img,
    .landing-page-banner-image img {
        height: 300px;
    }

    .static-wrapper {
        position: inherit;
    }

}

@media screen and (max-width: 767px) {

    a.navbar-brand {
        font-size: 16px;
    }

    .bars {
        display: flex;
    }

    .landing-pages-navbar ul.navbar-nav {
        display: none;
        height: 0;
        overflow: hidden;
    }

    .responsive ul.navbar-nav {
        display: flex;
        background-color: var(--bs-white);
        flex-direction: column !important;
        top: 48px;
        position: absolute;
        border: 1px solid var(--green);
        border-radius: 8px;
        width: 90%;
    }

    .responsive a.nav-link {
        color: var(--black);
    }

    .datatable-bottom {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 20px;
    }

    .payment-card-body {
        padding: 30px 20px;
    }

    .card-design {
        padding: 20px 12px;
    }

    .card-design {
        width: 80%;
        margin: 0 auto;
    }

    .therapist-image {
        width: 50%;
    }

    .static-pages-content-body .container-fluid {
        padding: 0 4%;
    }

    .top-footer-section {
        padding: 48px 0;
    }

    .contact-info-wrapper,
    .contact-page-form-wrapper {
        padding: 24px;
    }

    .contact-info-wrapper h2,
    .contact-page-form-wrapper h2 {
        font-size: 24px;
    }

    .contact-page-banner-content h1 {
        font-size: 36px;
    }

    .footer-subscribe-form form button {
        padding: 8px 16px;
    }

    .wellbeing-content h4 {
        font-size: 24px;
    }

    .mental-wellbeing-content {
        padding: 16px;
    }

    .top-row h2 {
        font-size: 24px;
    }

    .contact-page-banner-section {
        min-height: 520px;
        padding-top: 80px;
    }

    .landing-page-banner-section {
        padding: 180px 0 80px;
    }

    .assessment-template-header,
    .assessment-template-body {
        padding: 24px;
    }

    .assessment-template-body input[type='text'] {
        width: 100%;
    }

    .assessment-template-header h1 {
        width: 100%;
        text-align: center;
    }

    .assessment-divider {
        margin: 0 -24px;
    }

    .align-header {
        margin-bottom: 0;
    }

    .single-therapist-card {
        padding: 16px;
        border-radius: 4px;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
        width: 100%;
        position: relative;
    }
}

@media screen and (max-width: 575px) {
    .dataTables_paginate {
        margin: 0 auto !important;
    }

    .card-info .form-group {
        width: 100%;
    }

    .card-design {
        width: 95%;
    }

    .footer-subscribe-form form button {
        width: 100%;
    }

    .bottom-footer-section p {
        font-size: 14px;
    }

    .landing-page-banner-text h1 {
        font-size: 32px;
    }

    .wellbeing-image img {
        height: 240px;
    }

    .assessment-template-header,
    .assessment-template-body {
        padding: 16px;
    }

    .assessment-template-header h1 {
        font-size: 24px;
    }

    .width-48 {
        width: 100% !important;
    }

    .assessment-divider {
        margin: 0 -16px;
    }

    /* .unique-search-class{
        margin-top: 54px;
    } */

    #subscription-detail-main .card-body{
        overflow: hidden;
        overflow-x: scroll;
    }

    #subscription-detail-main ul{
        width: max-content;
        padding-right: 8px;
    }

    #show-video .modal-content {
        /* height: 540px; */
        min-height: 324px !important;
        max-height: 760px !important;
    }

    .therapists-btn{
        display: block;
    }

    #assessment-questions_wrapper {
        margin-top: 0px;
    }

    #therapistsModal .modal-dialog {
        max-width: 400px;
    }

    #add-new-user .modal-dialog {
        max-width: 405px;
    }

    .therapists-btn .card-design-row{
        padding: 0px;
    }

    .partner-thanks .card{
        margin: 0px 20px;
    }
}

@media screen and (max-width: 375px) {
    #therapistsModal .modal-dialog {
        max-width: 355px;
    }
    #add-new-user .modal-dialog {
        max-width: 355px;
    }
}


















/* progress */

.large-progres{
    padding: 36px 24px;
}
.progress-ring {
    width: 100px;
    height: 100px;
}

.progress-ring__circle {
    transition: 0.35s stroke-dashoffset;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
}

.progress-container {
    position: relative;
    display: inline-block;
}

.progress-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    /* font-weight: bold; */
    color: #00a86b;
    font-weight: 600;
    line-height: 21.94px;
}

.status-text {
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
    margin-top: 0.5rem;
}

.sub-text {
    font-size: 0.9rem;
    color: #666;
}




.small-progress{
    padding: 24px;
}

.progress-row40{
    row-gap: 24px;
}
.progress-ring-40 {
    width: 50px;
    height: 50px;
}

.progress-ring-40__circle {
    transition: 0.35s stroke-dashoffset;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
}

.progress-container-40 {
    position: relative;
    display: inline-block;
}

.progress-text-40 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    /* font-weight: bold; */
    color: #00a86b;
    font-weight: 600;
    line-height: 12.19px;
}

.status-text-40 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
    margin-top: 0.5rem;
}

.sub-text-40 {
    font-size: 0.9rem;
    color: #666;
}

.complete-circle{
    min-height: 14px;
    min-width: 14px;
}

.incomplete-circle{
    min-height: 12px;
    min-width: 12px;
}
