.joy-btn-primary {
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    border: 1px solid transparent;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    cursor: pointer;
    text-decoration: none;

    background-color: #3039f6;
    color: #ffffff;
    box-shadow: 0px 10px 16px #3039f645;
    padding: 15px 30px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.joy-btn-primary:hover,
.joy-btn-primary:active,
.joy-btn-primary:visited,
.joy-btn-primary:checked,
.joy-btn-primary:focus {
    background-color: #3039f6 !important;
    color: #ffffff !important;
    border: 1px solid #ffffff !important;
    outline: none !important;
}

.btn-check:checked + .joy-btn-primary {
    background-color: #3039f6 !important;
    color: #ffffff !important;
    border: 1px solid #ffffff !important;
    outline: none !important;
}

.btn-check:not(:checked) + .joy-btn-primary {
    background-color: #ffffff !important;
    color: #3039f6 !important;
    border: 1px solid #3039f6 !important;
    outline: none !important;
}

.joy-btn-primary:disabled,
.joy-btn-primary[disabled],
input[type="radio"]:disabled + .joy-btn-primary {
    background-color: #b8baff;
    color: #ffffff;
    border: 1px solid #b8baff;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.7;
}

.joy-btn-secondary {
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    cursor: pointer;
    text-decoration: none;

    background-color: #ffffff;
    color: #3039f6;
    box-shadow: 0px 10px 16px #3039f645;
    border: 1px solid #3039f6;
    padding: 18px 30px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.joy-btn-secondary:hover,
.joy-btn-secondary:active,
.joy-btn-secondary:visited,
.joy-btn-secondary:checked,
.joy-btn-secondary:focus {
    background-color: #ffffff;
    color: #3039f6;
    border: 1px solid #3039f6;
    outline: none !important;
}

.joy-btn-secondary:disabled,
.joy-btn-secondary[disabled],
input[type="radio"]:disabled + .joy-btn-secondary {
    background-color: #b8baff;
    color: #ffffff;
    border: 1px solid #b8baff;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.7;
}

.btn-check:checked + .joy-btn-secondary {
    background-color: #3039f6 !important;
    color: #ffffff !important;
    border: 1px solid #3039f6 !important;
    outline: none !important;
}

.btn-check:not(:checked) + .joy-btn-secondary {
    background-color: #ffffff !important;
    color: #3039f6 !important;
    border: 1px solid #3039f6 !important;
    outline: none !important;
}

.joy-appointment-tab-panel {
    background-color: #ffffff;
    /* color: #3039f6; */
    border: 1px solid #3039f6;
    padding-top: 2px;
    border-radius: 10px;
}

.joy-btn-section {
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    cursor: pointer;
    text-decoration: none;

    background-color: #ffffff;
    /* color: #3039f6; */
    border: 1px solid #3039f6;
    padding: 2px 2px;
    border-radius: 10px;
    font-size: 14px;
    /* font-weight: 600; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.joy-btn-section:hover,
.joy-btn-section:active,
.joy-btn-section:visited,
.joy-btn-section:checked,
.joy-btn-section:focus {
    background-color: #ffffff;
    color: #3039f6;
    border: 1px solid #3039f6;
    outline: none !important;
}

.joy-btn-section:disabled,
.joy-btn-section[disabled],
input[type="radio"]:disabled + .joy-btn-section {
    background-color: #b8baff;
    color: #ffffff;
    border: 1px solid #b8baff;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.7;
}

.btn-check:checked + .joy-btn-section {
    background-color: #3039f6 !important;
    color: #ffffff !important;
    border: 1px solid #3039f6 !important;
    outline: none !important;
}
.btn-check:not(:checked) + .joy-btn-section {
    background-color: #ffffff !important;
    color: #3039f6 !important;
    border: 1px solid #3039f6 !important;
    outline: none !important;
}

.joy-btn-h-60px {
    height: 60px;
}

.joy-btn-small-text {
    font-size: 14px;
    font-weight: 600;
}

.joy-select {
    color: #82868c;
    border: 1px solid #82868c;

    padding: 14px 30px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;

    background-image: url('data:image/svg+xml;utf8,<svg fill="%23000000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M5 10l7 7 7-7 -7 7z" stroke="%2382868C" stroke-width="2px"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 45px;

    outline: none !important;
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
}

.joy-select:focus {
    color: #3039f6;
    outline: none;
    border-color: #3039f6;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23000000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M5 10l7 7 7-7 -7 7z" stroke="%233039f6" stroke-width="2px"/></svg>');
    box-shadow: none;
}

.joy-navbar-brand-outline {
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
}

/* Logo */
.joy-navbar-brand-outline img {
    border: 1px solid #4a52f7;
    border-radius: 20px;
    padding: 15px 20px !important;
}

.joy-register-separator {
    border-top: 1px solid #666666;
    width: 100%;
    margin-top: 8px;
}

.joy-register-col {
    max-width: 430px;
    padding: 0 20px 20px 20px;
    font-family: "Poppins", sans-serif;
}

.joy-register-progress-container {
    max-width: 430px;
}

.joy-register-progress {
    border-top: 5px solid #3039f6;
    width: 0%;
    transition: width 0.5s ease-in-out;
}

.joy-register-title {
    color: #1a1a1a;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
}

h2.joy-register-title {
    font-size: 24px;
    line-height: 33px;
}

.joy-register-subtitle {
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.joy-register-textarea {
    height: 300px;
    outline: none !important;
}

.joy-register-textarea:focus {
    border-color: #3039f6;
    outline: none !important;
    box-shadow: none;
}

.joy-register-textarea-medium {
    height: 150px;
    outline: none !important;
}

.joy-register-textarea-medium:focus {
    border-color: #3039f6;
    outline: none !important;
    box-shadow: none;
}

.joy-text-input {
    border: 1px solid #82868c;
    border-radius: 10px;
    padding: 12px 20px;
    font-size: 18px;
    font-weight: 600;
    outline: none !important;
}

.joy-text-input:focus {
    border-color: #3039f6;
    outline: none !important;
    box-shadow: none;
}

.joy-text-input::-moz-placeholder {
    color: #b8baff;
}

.joy-text-input::placeholder {
    color: #b8baff;
}

.joy-text-input-lg {
    border: 1px solid #82868c;
    border-radius: 10px;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 600;
    outline: none !important;
}

.joy-register-back {
    position: absolute;
    left: 20px;
    margin-top: 10px;
}

.joy-register-back i {
    font-size: 28px;
    color: #82868c;
}

.invalid-feedback {
    text-wrap: nowrap;
}

.joy-logo {
    max-height: 63px;
    padding: 8px 8px;
}

.joy-location-map {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    border: 1px solid #82868c;
}

.joy-location-button {
    font-size: 16px;
    font-weight: 500;
    padding: 0px 0px;
}

.joy-location-button > .q-btn__content {
    display: block !important;
    padding-top: 5px;
}

.joy-icon-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #ebefff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #f5faff;
}

button.joy-icon-circle {
    cursor: pointer;
}

.joy-icon-circle-red {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #ffebeb;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #fff5f5;
}

button.joy-icon-circle-red {
    cursor: pointer;
}

.joy-icon-circle-large {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #ebefff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #f5faff;
}

button.joy-icon-circle-large {
    cursor: pointer;
}

.joy-icon-circle-xlarge {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: #ebefff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #f5faff;

    margin-bottom: 9px;
}

button.joy-icon-circle-xlarge {
    cursor: pointer;
}

.joy-icon {
    width: 19px;
    height: 19px;
}

.joy-icon-small {
    width: 16px;
    height: 16px;
    margin-bottom: 3px;
}

.joy-icon-large {
    width: 32px;
    height: 32px;
}

.joy-calendar-button {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.joy-date-input::-webkit-calendar-picker-indicator {
    display: none;
}

.joy-date-input::-webkit-inner-spin-button,
.joy-date-input::-webkit-clear-button {
    display: none;
}

.joy-date-input {
    padding-right: 40px;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.joy-date-input:hover,
.joy-date-input:active,
.joy-date-input:visited,
.joy-date-input:checked,
.joy-date-input:focus {
    border: none !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.joy-calendar-day {
}

.joy-calendar-day-selected {
    background-color: #545ae3;
    color: #ffffff;
    border-radius: 10%;
    box-shadow: 0px 0px 16px #545ae345;
}

.joy-calendar-day-selected:hover,
.joy-calendar-day-selected:active,
.joy-calendar-day-selected:visited,
.joy-calendar-day-selected:checked,
.joy-calendar-day-selected:focus {
    background-color: #545ae3 !important;
    color: #ffffff !important;
    border: 1px solid #ffffff !important;
}

.joy-btn-light {
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    cursor: pointer;
    text-decoration: none;

    background-color: #ffffff;
    color: #545ae3;
    box-shadow: 0px 10px 16px #3039f645;
    border: 1px solid #545ae3;
    padding: 18px 30px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.joy-btn-light:hover,
.joy-btn-light:active,
.joy-btn-light:visited,
.joy-btn-light:checked,
.joy-btn-light:focus {
    background-color: #ffffff;
    color: #545ae3;
    border: 1px solid #545ae3;
    outline: none !important;
}

.joy-btn-light:disabled,
.joy-btn-light[disabled],
input[type="radio"]:disabled + .joy-btn-light {
    background-color: #b8baff;
    color: #ffffff;
    border: 1px solid #b8baff;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.7;
}

.btn-check:checked + .joy-btn-light {
    background-color: #545ae3 !important;
    color: #ffffff !important;
    border: 1px solid #545ae3 !important;
    outline: none !important;
}

.btn-check:not(:checked) + .joy-btn-light {
    background-color: #ffffff !important;
    color: #545ae3 !important;
    border: 1px solid #545ae3 !important;
    outline: none !important;
}

.joy-step-dots {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.joy-step-dot {
    height: 30px;
    width: 30px;
    min-width: 30px;
    border-radius: 50%;
    background-color: #b8baff;
    margin: 0 5px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.joy-step-circle {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: #b8baff;
    margin: 0 5px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.joy-step-dot-active {
    background-color: #3039f6 !important;
    color: #ffffff;
    font-weight: 600;
}

.joy-step-separator {
    height: 4px;
    width: 30px;
    background-color: #b8baff;
    margin: 13px 2px;
}

/* Style for the label to act as a visual checkbox */
.joy-visual-checkbox {
    position: relative;
    padding-right: 35px; /* Adjust the padding to allow space for the checkbox */
    cursor: pointer;
    display: flex;
    align-items: center; /* Vertically align the label content */
    justify-content: center;
}

/* Custom checkbox indicator */
.joy-visual-checkbox::after {
    content: "";
    position: absolute;
    right: 20px; /* Adjust the horizontal positioning of the checkbox */
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 2px solid #3039f6;
    border-radius: 3px;
    background-color: transparent;
    transition: background-color 0.3s, border-color 0.3s;
}

/* Checked state with a checkmark */
input[type="checkbox"]:checked + .joy-visual-checkbox::after {
    background-color: #00000000;
    border-color: #3039f6;
}

input[type="checkbox"]:checked + .joy-visual-checkbox::before {
    content: "✔";
    position: absolute;
    right: 24px; /* Align the checkmark inside the checkbox */
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 14px;
}

.joy-check-label {
    display: inline;
}

.joy-checkbox {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background-color: transparent;
    transition: background-color 0.3s, border-color 0.3s;
    margin-top: 2px;
}

.joy-checkbox:checked {
    background-color: #3039f6;
}

.joy-app-title {
    color: #1a1a1a;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding: 16px 0px;
    margin: 0;
}

.joy-app-profile {
    color: #1a1a1a;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    padding: 16px 0px;
    margin: 0;
    text-shadow: 0px 0px 16px #3039f645;
}

.joy-text-small {
    font-size: 8px;
}

.joy-app-card {
    width: 100%;
    margin: 10px 0px;
    max-width: 600px;
}

.joy-admin-card {
    width: 100%;
    margin: 10px 0px;
}

.joy-app-card-wrapper {
    width: 100%;
    max-width: 600px;
}

.joy-app-card-wrapper-double {
    width: 100%;
    max-width: 1200px;
}

.joy-app-card-blog-edit {
    width: 100%;
    max-width: 800px;
}

.fa-joykid {
    display: inline-block;
    width: 1em;
    height: 1em;
    background: currentColor;
    -webkit-mask: url("/icons/joykid.svg") no-repeat center;
    mask: url("/icons/joykid.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.joy-btn-date-selector {
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    line-height: 1.3;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    cursor: pointer;
    text-decoration: none;

    background-color: transparent;
    color: #000000;
    border: none !important;
    padding: 18px 24px;
    width: 74px;
    max-height: 78px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px !important;
}

.joy-btn-date-selector[aria-pressed="true"] {
    background-color: #ffffff;
    color: #3039f6;
    box-shadow: 0px 10px 16px #3039f645;
    outline: none !important;
}

.joy-date-background {
    position: absolute;
    top: 47px;
    background-color: #fafafa;
    width: 100%;
    height: 78px;
}

.joy-date-badge {
    margin-top: 10px;
    margin-right: 7px;
}

.joy-date-badge-bg {
    position: absolute;
    bottom: 6px !important;
    width: 60px !important;
    height: 66px !important;
    border-radius: 5px !important;
    z-index: -1;
}

.joy-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.joy-column-start {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.joy-cropper-background {
    background-color: white !important;
}

.joy-button-fixed-size-sm {
    width: 120px;
    height: 56px;
    font-size: 14px;
    line-height: 1;
}

.joy-ml-sm {
    margin-left: 10px;
}

.joy-settings-label {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.joy-settings-label-light {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #475467;
}

.joy-payment-date {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.joy-payment-amount {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 500;
}

.joy-payment-download-icon {
    width: 28px;
    height: 28px;
}

.joy-payment-detail-label {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #636363;
}

.joy-payment-detail-bold {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: black;
}

.joy-settings-detail-label {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #636363;
}

.joy-patients-detail-bold {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: black;
}

.joy-patients-detail-label {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #636363;
}

.joy-settings-detail-bold {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: black;
}

.joy-profile-detail-label {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #475467;
}

.joy-profile-detail-bold {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #344054;
}

.joy-badge {
    padding: 8px 12px !important;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.joy-badge-revision {
    color: #3039f6 !important;
    padding: 8px 12px !important;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.joy-badge-completed {
    color: #23c965 !important;
    padding: 8px 12px !important;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.joy-badge-outdated {
    color: #ff4a5c !important;
    padding: 8px 12px !important;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.joy-badge-readonly {
    color: #b8baff !important;
    padding: 8px 12px !important;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.joy-badge-pending {
    color: orange !important;
    padding: 8px 12px !important;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.joy-badge-paid {
    color: green !important;
    padding: 8px 12px !important;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.joy-badge-unpaid {
    color: red !important;
    padding: 8px 12px !important;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.joy-payment-brand {
    height: 18px;
    margin-right: 6px;
}

.joy-striped-loader {
    background: repeating-linear-gradient(
        50deg,
        /* diagonal stripes */ #ffffff55,
        /* stripe color */ #ffffff55 10px,
        /* stripe width */ transparent 10px,
        transparent 20px
    );
    background-size: 26px; /* tile size */
    animation: move-stripes 1s linear infinite;
}

.joy-profile-avatar {
    outline: 1px solid #3039f6;
    border-radius: 10px;
}

.joy-profile-selector {
    border: 1px solid #bbcdfb;
    border-radius: 10px;
    padding: 0px 10px;
}

.joy-profile-image-btn {
    width: 80px;
    font-size: 14px;
    height: 110px;
    padding: 10px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.joy-profile-name {
    font-size: 14px;
    text-align: center;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.joy-profile-name-small {
    font-size: 12px;
    text-align: center;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.joy-app-map {
    height: 400px;
}

.joy-app-map-preview {
    height: 200px;
}

/* Move stripes horizontally */
@keyframes move-stripes {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 26px 0; /* shift horizontally */
    }
}

/* Quasar compatible Colors */
.bg-status-scheduled {
    background-color: #9196ff !important;
}
.text-status-scheduled {
    color: black !important;
}
.outline-status-scheduled {
    color: #9196ff !important;
}

.bg-status-confirmed {
    background-color: #23c965 !important;
}
.text-status-confirmed {
    color: black !important;
}
.outline-status-confirmed {
    color: #23c965 !important;
}

.bg-status-rescheduled {
    background-color: #ff9625 !important;
}
.text-status-rescheduled {
    color: black !important;
}
.outline-status-rescheduled {
    color: #ff9625 !important;
}

.bg-status-cancelled {
    background-color: #e5372b !important;
}
.text-status-cancelled {
    color: white !important;
}
.outline-status-cancelled {
    color: #e5372b !important;
}

.bg-status-pending {
    background-color: #ffc14a !important;
}
.text-status-pending {
    color: black !important;
}
.outline-status-pending {
    color: #ffc14a !important;
}

.bg-status-completed {
    background-color: #02983e !important;
}
.text-status-completed {
    color: white !important;
}
.outline-status-completed {
    color: #02983e !important;
}

.bg-status-pending_therapist {
    background-color: #6f42c1 !important;
}
.text-status-pending_therapist {
    color: white !important;
}
.outline-status-pending_therapist {
    color: #6f42c1 !important;
}

.text-user-status-pending_new {
    color: #ffc107;
}
.text-user-status-pending_new_rejected {
    color: #dc3545;
}
.text-user-status-pending_interview {
    color: #daff07;
}
.text-user-status-pending_accepted {
    color: #17a2b8;
}
.text-user-status-pending_evaluation {
    color: #6f42c1;
}
.text-user-status-pending_assign {
    color: #6f42c1;
}
.text-user-status-pending_report {
    color: #20c997; /* Teal */
}
.text-user-status-pending_schedule {
    color: #007bff;
}
.text-user-status-active {
    color: #28a745;
}
.text-user-status-pending_invited {
    color: #fd7e14; /* Orange */
}

.bg-priority-high {
    background-color: #ff4d4f !important; /* Red */
}
.text-priority-high {
    color: white !important;
}

.bg-priority-medium {
    background-color: #faad14 !important; /* Orange */
}
.text-priority-medium {
    color: black !important;
}

.bg-priority-low {
    background-color: #52c41a !important; /* Green */
}
.text-priority-low {
    color: white !important;
}

/* Quasar Overrides */
.q-editor__toolbar {
    justify-content: center;
}

.q-date__event {
    border-radius: 6px !important;
    bottom: 4px !important;
    width: 24px !important;
    height: 24px !important;
    z-index: -1;
}

.q-date__content .q-btn {
    font-weight: normal;
    font-size: 16px;
    line-height: 3px !important;
    border-radius: 10px;
}

.q-badge--outline {
    border-radius: 5px !important;
}

/* Sweet Alert Overrides */

.swal2-container {
    z-index: 6001 !important; /* Ensure SweetAlert is above Quasar elements */
}

