@font-face {
    font-family: 'Roboto';
    src: url("../../vendors/fonts/Roboto/Roboto-Light.eot");
    src: url("../../vendors/fonts/Roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../../vendors/fonts/Roboto/Roboto-Light.woff2") format("woff2"), url("../../vendors/fonts/Roboto/Roboto-Light.woff") format("woff"), url("../../vendors/fonts/Roboto/Roboto-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url("../../vendors/fonts/Roboto/Roboto-Bold.eot");
    src: url("../../vendors/fonts/Roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../../vendors/fonts/Roboto/Roboto-Bold.woff2") format("woff2"), url("../../vendors/fonts/Roboto/Roboto-Bold.woff") format("woff"), url("../../vendors/fonts/Roboto/Roboto-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url("../../vendors/fonts/Roboto/Roboto-Medium.eot");
    src: url("../../vendors/fonts/Roboto/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../../vendors/fonts/Roboto/Roboto-Medium.woff2") format("woff2"), url("../../vendors/fonts/Roboto/Roboto-Medium.woff") format("woff"), url("../../vendors/fonts/Roboto/Roboto-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url("../../vendors/fonts/Roboto/Roboto-Regular.eot");
    src: url("../../vendors/fonts/Roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../../vendors/fonts/Roboto/Roboto-Regular.woff2") format("woff2"), url("../../vendors/fonts/Roboto/Roboto-Regular.woff") format("woff"), url("../../vendors/fonts/Roboto/Roboto-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url("../../vendors/fonts/Roboto/Roboto-Black.eot");
    src: url("../../vendors/fonts/Roboto/Roboto-Black.eot?#iefix") format("embedded-opentype"), url("../../vendors/fonts/Roboto/Roboto-Black.woff2") format("woff2"), url("../../vendors/fonts/Roboto/Roboto-Black.woff") format("woff"), url("../../vendors/fonts/Roboto/Roboto-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

@media (min-width: 576px) {
    .d-sm-list-item {
        display: list-item !important;
    }
}

.hidden {
    display: none !important;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1100;
    display: none;
}

#overlay__wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.ajax-spinner {
    position: fixed;
    top: 40%;
    left: 48%;
}

.fspin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

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

    100% {
        transform: rotate(359deg);
    }
}

.text-male {
    color: #4d83ff;
}

.bg-male {
    background-color: #4d83ff;
}

.text-female {
    color: #ff629e;
}

.bg-female {
    background-color: #ff629e;
}

.text-unknown {
    color: #ffc100;
}

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

.text-gray {
    color: var(--phoenix-600);
}

.input-group-text.prepend {
    width: 40px;
    max-width: 40px;
    justify-content: center;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-text.prepend i {
    line-height: normal;
}

.form-control.has-append {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.form-control.datepicker-input,
.form-control.restore-radius {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
}

.select2.select2-container {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 0;
    min-width: 0;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
    padding: 0.35rem 1rem;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
    display: list-item;
    padding: 0.5rem 0.5rem;
    font-weight: 700;
    line-height: 1.49;
    color: var(--phoenix-1100);
    background-color: var(--phoenix-choices-item-bg);
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--disabled, 
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-disabled=true] {
    color: var(--phoenix-600);
    font-style: italic;
}

.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection {
    padding-top: 0.375rem;
    padding-bottom: 1.6rem;
    padding-right: 0.1rem;
    font-size: 0.8rem;
    border-radius: 0.375rem;
}

.dark .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
    color: rgba(var(--phoenix-gray-500-rgb), 0.8);
    opacity: 1;
}

.input-group .invalid-feedback {
    padding-left: 40px;
}

.input-group-append {
    display: flex;
    width: auto;
    border: none;
}

.input-group-append .form-select {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn.dropdown-select {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 500;
    line-height: normal;
    padding: 0.25rem 0.5625rem;
    color: #fff;
    background-color: #71b820;
    border: none;
    border-radius: 3px;
    text-transform: uppercase;
}

.btn.dropdown-select:hover {
    background-color: #7ac921;
}

.dropdown-menu {
    line-height: 1;
    --phoenix-dropdown-link-active-bg: var(--phoenix-dropdown-link-hover-bg);
}

.dropdown-item.active.disabled {
    color: var(--phoenix-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--phoenix-dropdown-color);
}

/* -------------------------------- Datepicker ------------------------------- */
.dark .ui-widget-header {
    background-color: var(--phoenix-body-bg);
}

.dark .ui-widget-content {
    border: 1px solid var(--phoenix-border-color);
    background-color: var(--phoenix-body-bg);
    color: var(--phoenix-900);
}

.dark .ui-widget-content .ui-state-hover {
    background: var(--phoenix-200);
    font-weight: normal;
    color: var(--phoenix-1100);
}

.dark .ui-state-highlight,
.dark .ui-widget-content .ui-state-highlight,
.dark .ui-widget-header .ui-state-highlight {
    border: 1px solid var(--phoenix-warning-100);
    background: var(--phoenix-600);
    color: #000;
}

.dark .ui-widget-header .ui-icon {
    background-image: url("/vendors/jquery-ui/images/ui-icons_888888_256x240.png");
}

.ui-datepicker {
    z-index: 10000 !important;
}

/* -------------------------------- Dropify ------------------------------- */
.dropify-wrapper {
    background-color: var(--phoenix-input-bg);
    border: 1px dashed var(--phoenix-gray-300);
    border-radius: 0.5rem;
    font-size: 1rem;
    min-height: auto;
}

.dropify-wrapper .dropify-message {
    position: relative;
    font-size: 1rem;
    top: 45%;
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
}

.dropify-wrapper .dropify-message span.file-icon {
    font-size: 2rem;
    color: var(--phoenix-gray-400);
}

.dropify-wrapper .dropify-message span.file-icon p {
    font-size: 1rem;
    color: var(--phoenix-gray-400);
}

.dropify-wrapper .dropify-preview {
    background-color: inherit;
}

.dropify-wrapper .dropify-clear {
    color: var(--phoenix-900);
    border-color: var(--phoenix-900);
    border-radius: 0.35rem;
}

.dropify-wrapper:hover {
    background-image: -webkit-linear-gradient(135deg, var(--phoenix-soft) 25%, transparent 25%, transparent 50%, var(--phoenix-soft) 50%, var(--phoenix-soft) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, var(--phoenix-soft) 25%, transparent 25%, transparent 50%, var(--phoenix-soft) 50%, var(--phoenix-soft) 75%, transparent 75%, transparent);
}

/*******************/

.popover-img {
    max-width: 376px !important;
}

.popover-img .popover-body {
    padding: 0.5rem;
}

.popover-note .popover-body {
    max-width: 376px !important;
    padding: 0.5rem;
}

.popover-note .popover-footer {
    margin: 0;
    padding: 0.25rem 0.5rem 0.5rem;
}

/***********badges***********/

.badge-reptivisor {
    display: inline-block;
    border-radius: 3px;
    font-size: 0.8rem;
    line-height: 1;
    padding: 0.3rem 0.5625rem;
    font-weight: 400;
}

.badge-reptivisor-success {
    color: #fff;
    background-color: #71b820;
}

.badge-reptivisor-danger {
    color: #fff;
    background-color: red;
}

.badge-reptivisor-outline {
    display: inline-block;
    line-height: 1;
    padding: 0.2rem 0.25rem;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}

.badge-reptivisor-outline>i,
.badge-reptivisor-outline>svg {
    font-size: 12px;
}

.badge-reptivisor-outline-primary {
    color: var(--phoenix-primary);
    border: 1px solid var(--phoenix-primary);
}

.badge-reptivisor-outline-secondary {
    color: var(--phoenix-gray-700);
    border: 1px solid var(--phoenix-gray-700);
}

.badge-reptivisor-outline-success {
    color: var(--phoenix-success);
    border: 1px solid var(--phoenix-success);
}

.badge-reptivisor-outline-info {
    color: #7859df;
    border: 1px solid #7859df;
}

.badge-reptivisor-outline-warning {
    color: #ffc100;
    border: 1px solid #ffc100;
}

.badge-reptivisor-outline-danger {
    color: var(--phoenix-danger);
    border: 1px solid var(--phoenix-danger);
}

.badge-reptivisor-outline-muted {
    color: var(--phoenix-500);
    border: 1px solid var(--phoenix-400);
}

/**************buttons**********************/
.btn.btn-actions {
    padding: 0.1rem 1rem 0;
    border-radius: 0.1875rem;
    font-size: 1.25rem;
    line-height: 1;
}

.dark .btn-phoenix-primary {
    color: #85a9ff;
    --phoenix-btn-disabled-bg: #222834;
    --phoenix-btn-disabled-border-color: #31374a;
    --phoenix-btn-active-border-color: #31374a;
}

/****************sweet alert*****************/
.swal2-popup {
    color: var(--phoenix-alert-color);
    background-color: var(--phoenix-body-bg);
    border: 1px solid var(--phoenix-gray-200);
}

.swal2-styled.swal2-confirm {
    background-color: var(--phoenix-info-600);
}

.swal2-styled.swal2-confirm:focus {
    box-shadow: 0 0 0 2px rgba(var(--phoenix-info-500-rgb), 0.5);
}

.swal2-styled.swal2-cancel:focus {
    box-shadow: 0 0 0 2px rgba(var(--phoenix-gray-500-rgb), 0.5);
}

button.swal2-styled {
    min-width: 115px;
}

/********************form control****************/
.dark .form-control::-moz-placeholder {
    color: rgba(var(--phoenix-gray-500-rgb), 0.8);
    opacity: 1;
}

.dark .form-control:-ms-input-placeholder {
    color: rgba(var(--phoenix-gray-500-rgb), 0.8);
    opacity: 1;
}

.dark .form-control::-ms-input-placeholder {
    color: rgba(var(--phoenix-gray-500-rgb), 0.8);
    opacity: 1;
}

.dark .form-control::placeholder {
    color: rgba(var(--phoenix-gray-500-rgb), 0.8);
    opacity: 1;
}

.form-control.dropdown-search {
    padding: 0.3rem 0.5rem;
}

/*************************Avatar************************/

.avatar-6xl .avatar-name {
    font-size: 4.9342105263rem;
    line-height: 1.2;
}

.avatar-6xl .avatar-emoji {
    font-size: 9.375rem;
}

.avatar-6xl[class*=status-]:before {
    border: 4px solid var(--phoenix-avatar-status-border-color);
    height: 32px;
    width: 32px;
    right: 8px;
    bottom: 8px;
}

.avatar-6xl .rounded-soft {
    border-radius: 0.25rem !important;
}

.avatar-6xl .rounded-none {
    border-radius: 0 !important;
}

.page-title {
    color: var(--phoenix-900);
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: .875rem;
    font-weight: 700;
}

/*************************Modal**************************/

.modal {
    --phoenix-modal-padding: 1.3rem;
    --phoenix-modal-border-color: var(--phoenix-gray-200);
}

.modal-header {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
}

.modal-title {
    font-size: 0.875rem;
    line-height: normal;
    font-weight: 600;
}

.dark .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
}

.error-label {
    font-size: 0.7rem;
    color: var(--phoenix-danger);
    font-style: italic;
}

.input-invalid {
    border-color: var(--phoenix-danger) !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options:not(.select2-results__options--nested):not(.scrollbar-visible) {
    max-height: 21rem;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.select2-container--bootstrap-5:not(.blah) .select2-dropdown .select2-results__options:not(.select2-results__options--nested):not(.scrollbar-visible)::-webkit-scrollbar {
    display: none;
    /* Chrome */
}

.form-control:focus,
.form-select:focus,
.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection {
    -webkit-box-shadow: inset 0 1px 2px transparent, 0 0 0 3px rgba(56, 116, 255, 0.25);
    box-shadow: inset 0 1px 2px transparent, 0 0 0 3px rgba(56, 116, 255, 0.25);
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus {
    border-color: #86b7fe;
    -webkit-box-shadow: inset 0 1px 2px transparent, 0 0 0 3px rgba(56, 116, 255, 0.25);
    box-shadow: inset 0 1px 2px transparent, 0 0 0 3px rgba(56, 116, 255, 0.25);
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered,
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option,
.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field,
.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
    font-weight: 400;
    font-family: inherit;
}

.is-valid+.select2-container--bootstrap-5.select2-container--focus .select2-selection, .is-valid+.select2-container--bootstrap-5.select2-container--open .select2-selection, .was-validated select:valid+.select2-container--bootstrap-5.select2-container--focus .select2-selection, .was-validated select:valid+.select2-container--bootstrap-5.select2-container--open .select2-selection {
    border-color: #198754;
    box-shadow: 0 0 0 3px rgba(25, 135, 84, 0.25);
}

.is-invalid+.select2-container--bootstrap-5.select2-container--focus .select2-selection, .is-invalid+.select2-container--bootstrap-5.select2-container--open .select2-selection, .was-validated select:invalid+.select2-container--bootstrap-5.select2-container--focus .select2-selection, .was-validated select:invalid+.select2-container--bootstrap-5.select2-container--open .select2-selection {
    border-color: #dc3545;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.25);
}

/* Hide arrows from input type number */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
    margin: 0;
}

.avatar .avatar-name {
    font-size: 1rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.avatar .avatar-name:hover {
    background-color: rgba(56, 116, 255, 0.24);
}

.close {
    float: right;
    font-weight: 600;
    line-height: 1;
    color: #000;
    background-color: transparent;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}

.close:hover {
    color: red;
    opacity: 0.75;
    text-decoration: none;
    text-decoration: none;
}

.input-group-text {
    line-height: normal;
}

.badge {
    line-height: normal;
}

.font-roboto {
    font-family: Roboto;
    -webkit-font-smoothing: antialiased;
}

.form-control,
.form-select {
    font-family: Roboto;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    line-height: 1.49;
}

.form-control.datepicker-input.dp-input-modal {
    line-height: 1;
    padding-top: 10px;
    padding-bottom: 10px;
}

.table-md thead tr th {
    font-weight: 600;
}

.table-md tbody tr td {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-size: 0.9rem;
    line-height: 1;
}

.form-check-warning .form-check-input {
    border-color: #ffa500;
    margin-left: -1.3rem;
}

.form-check-warning .form-check-input:checked {
    background-color: #ffa500;
}

.form-check-danger .form-check-input {
    border-color: var(--phoenix-danger);
    margin-left: -1.3rem;
}

.form-check-danger .form-check-input:checked {
    background-color: var(--phoenix-danger);
}

.form-check-success .form-check-input {
    border-color: var(--phoenix-success);
}

.form-check-success .form-check-input:checked {
    background-color: var(--phoenix-success);
}

.form-check-warning .form-check-label {
    font-weight: 500;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-search .select2-search__field {
    width: 100% !important;
    color: var(--phoenix-gray-900);
    font-weight: 400;
}

.popover-fit-content {
    max-width: max-content !important;
}

.card-header {
    padding: 0.65rem 1.25rem;
    font-weight: 600;
    font-size: 0.9rem;
}

.card-header h6 {
    font-weight: 800;
}

.card .card-description {
    margin-bottom: 0.5rem;
    font-weight: 400;
    color: var(--phoenix-gray-700);
    font-size: 0.95rem;
}

.card .card-body .card-paragraph {
    font-size: 0.825rem;
    margin-bottom: 0.5rem;
}

.lh-normal {
    line-height: normal !important;
}

.min-w-15 {
    min-width: 15rem !important;
}