::-webkit-input-placeholder {
    font-size: small;
}

body {
    background-color: #f9f9f9;
}

.cursor-pointer {
    cursor: pointer;
}

#loginForm {
    width: 549px;
    height: 600px;
}

#registerForm {
    .headerDetails {
        margin-top: 1rem;
        margin-bottom: 1rem !important;
    }

    display: none;
    width: 35rem;
    height: auto;

    .mb-28 {
        margin-bottom: 1rem;
    }

    .authInputContainer {
        width: 23rem;
        height: auto;
        margin-bottom: 83px;

        .iti {
            width: 100%;

            input {
                padding-left: 0 !important;
            }
        }
    }
}

.aes-info-icon {
    position: absolute;
    top: 50%;
    right: -2rem;
    transform: translateY(-50%);
    font-size: 1.2rem;
    color: var(--var-color-primary);
    cursor: pointer;
    z-index: 2;
}

#forgotPasswordForm {
    display: none;
    width: 549px;
    height: 419px;
}

#resetPasswordForm {
    width: 549px;
    height: 419px;
}

.headerDetails {
    margin-top: 6rem;
    margin-bottom: 2.5rem !important;
}

.resetHeader {
    margin-top: 35px;
    margin-bottom: 40px;
}

.background-rectangle {
    position: absolute;
    width: 436px;
    height: 564px;
    background-color: var(--var-color-primary);
    z-index: -1;
    border-radius: 2px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

#backgroundRectangleLogin {
    top: 88px;
    left: 165px;
}

#backgroundRectangleRegister {
    top: 210px;
    left: 165px;
    display: none;
}

#backgroundRectangleForgotPassword {
    top: 80px;
    left: 165px;
    display: none;
    width: 436px;
    height: 390px;
}

#backgroundRectangleResetPassword {
    top: 80px;
    left: 165px;
    width: 436px;
    height: 390px;
}

.custom-paragraph {
    font-family: Inter, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    color: #00000073 !important;
}

.authInputContainer {
    width: 23rem;
    height: 18rem;
    margin-bottom: 83px;
}

.authMenuBar {
    width: 360.75px;
    height: 46px;
    border-bottom: 1px solid #0000000f;
    margin-bottom: 22px;
}

.authMenuBar .custom-button:focus,
.authMenuBar .custom-button.active {
    color: var(--var-color-primary);
    border-bottom: 2px solid var(--var-color-primary);
}

.custom-button {
    color: #000000d9;
    background: none;
    border: none;
    outline: none;
    height: 46px;
}

.custom-input {
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    box-sizing: border-box;
    height: 40px;
    padding: 0.375rem 0 0.375rem 0.75rem;
    text-align: center;
    background-position: 10px center;
    background-repeat: no-repeat;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.input-wrapper {
    position: relative;
}

.toggle-password {
    position: absolute;
    right: 0.5rem;
    top: 1rem;
    transform: translateY(-50%);
    font-family: "Material Symbols Outlined", serif;
    font-size: 20px;
    color: #00000073;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.toggle-password::before {
    content: "visibility_off";
    font-size: 20px;
}

.was-validated .form-control:invalid ~ .toggle-password {
    right: 1.5rem;
    top: 1rem;
}

.phone-input::before {
    content: "phone";
    font-family: "Material Symbols Outlined", serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
    color: var(--var-color-primary);
}

.email-input::before {
    content: "email";
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
    color: var(--var-color-primary);
}

.password-input::before {
    content: "lock";
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    position: absolute;
    left: 10px;
    top: 1rem;
    transform: translateY(-50%);
    line-height: 1;
    color: var(--var-color-primary);
}

.password-confirm::before {
    content: "lock";
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    position: absolute;
    left: 10px;
    top: 1rem;
    transform: translateY(-50%);
    line-height: 1;
    color: var(--var-color-primary);
}

.profile-input::before {
    content: "account_circle";
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
    color: var(--var-color-primary);
}

.password-input.empty-error .toggle-password,
.toggle-password.incorrect-error,
.email-input.error-active::before,
.password-input.error-active .toggle-password,
.password-confirm.error-active .toggle-password,
.phone-input.error-active::before,
.email-input.error-active::before,
.password-input.error-active::before,
.password-confirm.error-active::before,
.toggle-password.error-active {
    top: 35%;
}

.password-input.error-detailed::before,
.password-confirm.error-detailed::before,
.toggle-password.error-detailed {
    top: 28%;
}

.password-input.incorrect-error .toggle-password,
.password-input.incorrect-error::before {
    top: 26%;
}

.password-input.empty-error .toggle-password,
.toggle-password.incorrect-error {
    right: 35px;
}

.password-input.empty-error .toggle-password,
.password-input.empty-error::before {
    top: 34%;
}

.password-input.specific-case .toggle-password,
.password-input.specific-case::before {
    top: 28%;
}

.input-wrapper.short-error::before,
.input-wrapper.short-error .toggle-password,
.input-wrapper.empty-error::before,
.input-wrapper.empty-error .toggle-password {
    top: 35%;
    right: 35px;
}

.input-wrapper.incorrect-error::before,
.input-wrapper.incorrect-error .toggle-password {
    top: 26%;
}

.checkboxMargin {
    margin-right: 6px !important;
}

.mb-28 {
    margin-bottom: 1.8rem;
}

.mb-22 {
    margin-bottom: 22px;
}

.top-7 {
    margin-top: 7px;
}

.input-wrapper.error-margin.mb-22,
.input-wrapper.error-margin.mb-28 {
    margin-bottom: 15px !important;
}

.error-margin-terms {
    margin-bottom: 9px !important;
}

.w-360 {
    width: 360px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-100 {
    margin-top: 100px !important;
}

.custom-button {
    color: #000000d9;
    background: none;
    border: none;
    outline: none;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
}

.text-primary--disabled {
    --bs-text-opacity: 0.5;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
    pointer-events: none;
    cursor: default;
}

.text-dark--disabled {
    /* opacity redusă pentru text */
    --bs-text-opacity: 0.5;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
    pointer-events: none;
    cursor: default;
}

.custom-button:active {
    color: var(--var-color-primary);
    border-bottom: 2px solid var(--var-color-primary);
}

.custom-button:active {
    color: var(--var-color-primary);
    border-bottom: 2px solid var(--var-color-primary);
}

.termsConditions {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
}

.successContainer {
    width: auto;
    height: auto;
    padding: 9px 16px;
    background-color: #f6ffed;
    border: 1px solid #b7eb8f;
    display: none;
    align-items: center;
    gap: 8px;
    font-family: Inter, sans-serif;
    font-size: 14px;
    border-radius: 4px;
    margin-top: 13px;
}

.errorContainer {
    width: auto;
    height: auto;
    padding: 9px 16px;
    background-color: #fff1f0;
    border: 1px solid #ffccc7;
    display: none;
    align-items: center;
    gap: 8px;
    font-family: Inter, sans-serif;
    font-size: 14px;
    border-radius: 4px;
    margin-top: 13px;
}

.check-icon {
    width: 16px;
    height: 16px;
}

.remember-me {
    padding: 3px 0;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.forgot-password {
    color: var(--var-color-primary);
    text-decoration: none;
    background: none;
    border: none;
    outline: none;
}

.forgot-password:hover {
    text-decoration: underline;
}

.forgotText {
    height: 29px;
    margin-bottom: 22px;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.custom-login-button {
    width: 146px;
    height: 40px;
    color: var(--var-color-white);
    background-color: var(--var-color-primary);
    border: none;
    border-radius: 2px;
    padding: 6.4px 15px;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.custom-signin-button {
    width: 170px;
    height: 40px;
    color: var(--var-color-white);
    background-color: var(--var-color-primary);
    border: none;
    border-radius: 2px;
    padding: 6.4px 15px;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.authButton {
    color: var(--var-color-primary);
    text-decoration: none;
    background: none;
    border: none;
    outline: none;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.error-message {
    display: block;
    color: red;
    font-size: 12px;
    margin-top: 4px;
}

/* header*/

.custom-navbar {
    background-color: #262626;
    min-height: 7vh;
}

.start-170 {
    left: 170% !important;
}

.pd-12 {
    padding-left: 50px;
    padding-right: 12px;
}

.dropdown {
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

.faq-dropdown-menu {
    border-radius: 0;
    margin-top: 0 !important;
    top: calc(100% + 20px) !important;
    right: 0 !important;
    left: -859px !important;
    width: 889px;
    max-width: none;
}

.faq-arrow-indicator {
    position: absolute;
    top: -7px;
    left: 724px;
    width: 284px;
    height: 10px;
    background-image: url("../images/arrow-position-scrubber.png");
    background-repeat: no-repeat;
    z-index: 1;
}

.faq-title {
    padding: 5px 0px 5px 16px;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.faq-item {
    border-top: 1px solid #e0e0e0;
}

.faq-item:first-child {
    border-top: none;
}

.faq-question {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    color: #333333;
    text-decoration: none;
    cursor: pointer;
    background-color: #f8f8f8;
    font-family: Inter;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    width: 100%;
    border: none;
}

.faq-answer {
    padding: 15px 20px;
    font-size: 14px;
    color: #666666;
    background-color: var(--var-color-white);
}

.faq-toggle-icon {
    transition: transform 0.3s ease;
    font-size: 16px;
    color: #333333;
    margin-right: 10px;
    margin-bottom: 5px;
}

.faq-question[aria-expanded="true"] .faq-toggle-icon {
    transform: rotate(90deg);
}

.notifications-dropdown-menu {
    border-radius: 0;
    margin-top: 0 !important;
    top: calc(100% + 20px) !important;
    right: 0 !important;
    left: -20rem !important;
    width: 384px;
    height: 42rem;
    overflow-y: auto;
    max-width: none;
}

.notifications-arrow-indicator {
    position: absolute;
    top: -7px;
    left: 27px;
    width: 284px;
    height: 10px;
    background-image: url("../images/arrow-position-scrubber.png");
    background-repeat: no-repeat;
    z-index: 1;
}

.admin-dropdown-menu {
    border-radius: 0;
    margin-top: 0 !important;
    top: calc(100% + 24px) !important;
    right: 0 !important;
    width: 11rem;
    max-width: none;
    font-size: 14px;
}

.user-role-label {
    display: inline-block;
    padding: 5px 15px;
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    background-color: #f1f1f1;
    border-radius: 4px;
    margin: 2px 5px;
    font-family: Inter, sans-serif;
}

.dust-red {
    color: #a8071a;
}

.notification-item {
    display: flex;
    align-items: flex-start;
    padding: 15px;
    border-bottom: 1px solid #e0e0e0;
}

.notification-item:last-child {
    border-bottom: none;
}

.notification-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 15px;
}

.notification-content {
    flex: 1;
}

.notification-title {
    color: #1890ff;
    font-size: 14px;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.notification-content p {
    margin: 5px 0;
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
}

.notification-footer {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.notification-time {
    color: #999999;
    margin-right: auto;
    border: 1px solid #999999;
    padding: 1px 8px;
    border-radius: 2px;
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

.btn-approve {
    background-color: #52c41a;
    color: var(--var-color-white);
    font-size: 12px;
    padding: 4px 10px;
    border: none;
    border-radius: 3px;
    margin-right: 5px;
}

.btn-reject {
    background-color: #ff4d4f;
    color: var(--var-color-white);
    font-size: 12px;
    padding: 4px 10px;
    border: none;
    border-radius: 3px;
}

/*sidebar*/

.sidebar {
    background-color: var(--var-color-white);
    width: 16rem;
    min-height: 92vh !important;
    height: 100%;
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 14px;
    font-family: Inter;
    line-height: 22px;
}

.sidebar.collapsed {
    width: 50px;
}

.sidebar.collapsed .accordion-body,
.sidebar.collapsed .accordion-button::after,
.sidebar.collapsed .text-container,
.sidebar.collapsed .accordion-text-container,
.sidebar.collapsed .text-muted,
.sidebar.collapsed .accordion-button .accordion-text-container {
    display: none;
}

.sidebar.collapsed .sidebar-footer {
    border-top: 1px solid #00000026;
    width: 45px;
    margin-left: -15px;
    padding-left: 13px;
}

.sidebar-footer {
    border-top: 1px solid #00000026;
    width: 16rem;
    margin-left: -16px;
    padding: 10px 10px 0px 10px;
}

.sidebar.collapsed .accordion-button .accordion-icon-container {
    pointer-events: none;
}

.sidebar .accordion-button.collapsed {
    transform: rotate(0deg);
}

.accordion-icon-container,
.icon-container {
    justify-content: center;
}

.sidebar-title {
    height: 40px;
}

.icon-container {
    width: 40px;
    height: 40px;
}

.sidebar.collapsed .icon-container {
    width: 20px;
    height: 20px;
}

.sidebar-icon-size {
    width: 20px;
    height: 20px;
}

.text-container {
    width: 152px;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    margin-top: 5px;
}

.accordion-header {
    border-radius: 0px;
    height: 40px;
}

.accordion-button {
    border-radius: 0px;
}

.accordion-button:not(.collapsed) {
    background-color: var(--var-color-white) !important;
    box-shadow: none;
}

.sidebar .accordion-button {
    background-color: #f8f9fa;
}

.sidebar .accordion-button.collapsed {
    color: #000000d9;
    background-color: var(--var-color-white);
    border: none;
}

.sidebar .accordion-button.active {
    color: var(--var-color-primary);
    background-color: var(--var-color-white) !important;
}

.sidebar .accordion-body {
    padding-left: 1rem;
}

.sidebar .accordion-item {
    border: none;
}

.sidebar .accordion-header button {
    font-size: 1rem;
    text-align: left;
    padding: 0.75rem 1rem;
}

.sidebar .list-unstyled a {
    font-size: 0.9rem;
}

.sidebar .text-muted {
    font-size: 0.8rem;
    padding-top: 9px;
}

.accordion-icon-container {
    width: 40px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -8px;
}

.sidebar .accordion-body ul li {
    padding-left: 24px;
    height: 40px;
    box-sizing: border-box;
}

.sidebar .accordion-body ul li a {
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    padding-top: 10px;
}

.sidebar .accordion-body ul li.active {
    color: var(--var-color-primary);
    background-color: #f0f0f0;
    border-right: 3px solid var(--var-color-primary);
    width: 16rem;
    margin-left: -32px;
    padding-left: 56px;
}

.sidebar .accordion-body ul li.active a {
    color: var(--var-color-primary) !important;
}

.accordion-button.active .accordion-icon-image {
    filter: brightness(0) saturate(100%) invert(32%) sepia(100%) saturate(2150%) hue-rotate(217deg) brightness(97%) contrast(101%);
}

.accordion-button.active .accordion-text-container {
    color: var(--var-color-primary);
}

.siderbar-footer {
    border-top: 1px solid #f0f0f0;
    padding: 10px 16px 0px 16px;
    width: 251px;
    margin-left: -17px;
}

.accordion-button {
    box-shadow: none !important;
    border: none !important;
}

.expand-icon {
    padding-top: 5px !important;
}

.btn-effects-none {
    border: none;
    background: none;
}

.aes-flash-messages {
    width: 100%;
}

.aes-toast {
    width: 600px;
    margin: 0 auto;
}

/* profile page*/

.profile-page-container {
    padding-top: 10px;
}

.container-fluid {
    padding-left: 0;
}

.h3 {
    font-weight: bold;
    padding: 18px 0px;
    margin-left: 24px;
    font-family: Inter;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

.profile-title {
    background-color: var(--var-color-white);
    height: 68px;
    font-family: Inter;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin-left: -50px;
}

.card {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    border-radius: 0px;
}

.card-size {
    height: 82vh;
}

.margin-left-50 {
    margin-left: -37px;
}

.left-card-size {
    padding: 0px;
}

.right-card-size {
    padding-right: 0px;
}

.badge {
    font-size: 0.85rem;
}

.profile-title {
    background-color: var(--var-color-white);
    height: 68px;
}

.profile-role-label {
    display: inline-block;
    padding: 5px 15px;
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    background-color: #f1f1f1;
    border-radius: 4px;
    font-family: Inter, sans-serif;
}

.left-content-size {
    width: 276px;
    height: 530.4px;
    margin-left: 74px;
    margin-top: 74px;
}

.right-content-size {
    width: 290px;
    height: 460px;
    margin-left: 74px;
    margin-top: 74px;
}

.form-label {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.form-check-label {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.form-control.is-valid,
.was-validated .form-control:valid {
    background-image: none;
}

.form-control {
    border-radius: 2px;
    padding: 0 0.45rem;
    height: 35px;
}

.profile-send-email {
    border-radius: 2px;
    margin-top: 10px;
    padding: 5px;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}

.reset-title {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.save-button {
    background-color: var(--var-color-primary);
    color: var(--var-color-white);
    border-radius: 2px;
}

.save-button:hover {
    background-color: #1890ff;
    color: var(--var-color-white);
}

.cancel-button {
    background-color: #00000040;
    color: var(--var-color-white);
    border-radius: 2px;
}

.cancel-button:hover {
    background-color: #1890ff;
    color: var(--var-color-white);
}

.profile-date-time {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

textarea.aes-input-type {
    height: 130px;
}

.ql-toolbar.ql-snow {
    float: left;
    width: 100%;
}

/*standardized forms*/
.card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.breadcrumb {
    background: none;
    padding: 0;
}

.form-label {
    font-weight: bold;
}

.table th,
.table td {
    vertical-align: middle;
}

.pagination .page-link {
    color: var(--var-color-primary);
}

.editor-section {
    background-color: #f8f8f8;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.editor-container {
    border: 1px solid #ddd;
    border-radius: 4px;
}

.background-tables {
    background-color: #f8f8f8 !important;
}

.total-cell {
    text-align: center;
}

.no-border {
    border: none;
}

.delete-column {
    width: 40px;
}

.delete-cell {
    text-align: center;
}

.add-row-container {
    background-color: #f8f8f8;
    padding: 10px;
    text-align: left;
}

.total-row {
    font-weight: bold;
}

.input-row {
    position: relative;
}

.position-relative {
    position: relative;
}

.delete-input {
    padding-right: 30px;
}

.aes-table-add-icon,
.delete-icon {
    cursor: pointer;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -23px;
    transform: translateY(-50%);
    font-size: 1.5rem;
}

.aes-table-add-icon {
    color: var(--var-color-primary);
    right: -34px;
}

.delete-icon {
    color: red;
    right: -70px;
}

.no-decoration {
    text-decoration: none;
    font-family: Inter;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

.link-ramification {
    text-decoration: none;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.margin-rem-0 {
    margin-left: 0rem;
    max-width: 100%;
}

.add-row-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
}

.add-row-btn .text-center {
    color: #000;
    vertical-align: middle;
}

.form-select {
    border-radius: 2px;
    font-size: 14px;
    padding: 2px 10px;
}

.custom-form-select-padding {
    padding: 6px 10px;
}

.table-responsive {
    .form-select {
        height: 26px;
    }
}

.option-styles {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.document-details {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.table-style {
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: 15.6px;
    text-align: center;
    width: 95%;
}

.aes-pad-table tr td {
    padding: 1px 10px !important;
}

.green-check {
    position: relative;
    width: 15px;
    height: 15px;
    top: 13.5px;
    left: 1.5px;
    gap: 0;
    opacity: 0;
    color: #52c41a;
}

#aes-btn-add-customer,
.aes-btn-add {
    width: auto;

    a {
        text-decoration: none;
    }
}

.aes-table {
    tbody {
        td {
            text-align: center;
        }
    }

    .icon {
        font-size: 20px;
        vertical-align: middle;
        margin-right: 7px;
    }

    .icon-mail {
        color: #000000;
    }
}

.aes-text-primary-color {
    color: #1890ff;
}

.aes-background-primary-color {
    background-color: #200179;
}

#aes-loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: rgba(54, 68, 122, 0.6);
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    z-index: 1001;
}

.aes-autocomplete-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 2;
    font-size: 14px;
    color: #999;
    width: 100%;
    height: 100%;
    border-radius: 5px !important;
    display: none;
}

.aes-autocomplete-loader span {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    position: absolute;
}

.white {
    color: var(--var-color-white);
}

.aes-btn-table-delete,
.aes-btn-table-btn {
    text-decoration: none;
    cursor: pointer;

    &:link {
        text-decoration: none;
    }

    &:visited {
        text-decoration: none;
    }

    &:hover {
        text-decoration: none;
    }

    &:active {
        text-decoration: none;
    }
}

.aes-modal-delete-customer {
    .aes-container-img-text {
        display: flex;
        text-align: center;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
        padding: 20px 20px 0px;
    }

    .footer {
        float: left;
        flex-direction: row;
        justify-content: right;
        padding-right: 21px;
        padding-bottom: 18px;

        .btn-primary,
        .btn-default {
            color: var(--var-color-white);
            width: auto;
            height: auto;
            text-align: center;
            border-radius: 0;
            padding: 5px 25px;
            font-size: 14px;
            font-weight: 400;
        }

        .btn-primary {
            background-color: var(--var-color-primary);
        }

        .btn-default {
            border: 1px solid #d9d9d9;
            color: #000000;
        }
    }
}

#aes-table-search-customer,
.aes-search-input {
    height: 36px;
}

.aes-input-type,
.aes-btn-type {
    height: 36px;
    color: #bfbfbf;
    border: 1px solid #bfbfbf;
    font-size: 14px;
    background-color: transparent;
    box-shadow: unset;
    border-radius: 2px;
}

.aes-actions-btn {
    color: var(--var-color-white);
    background-color: var(--var-color-primary);
    border: 1px solid var(--var-color-primary) !important;
    border-radius: 2px;
}

.aes-actions-btn.inactive {
    background-color: var(--var-color-white);
    color: var(--var-color-grey-lighter);
    border-color: var(--var-color-grey-lighter) !important;
}

.aes-actions-btn.delete {
    background-color: var(--var-color-red);
    color: var(--var-color-white);
    border-color: var(--var-color-red) !important;
}

.aes-actions-btn:hover {
    color: var(--var-color-primary);
    background: transparent;
}

.aes-actions-btn-secondary {
    color: var(--var-color-white);
    background-color: var(--var-color-grey);
    border: 1px solid var(--var-color-grey-lighter) !important;
    border-radius: 2px;
}

.aes-actions-btn-secondary:hover {
    color: var(--var-color-grey) !important;
    background-color: var(--var-color-white);
    cursor: pointer;
}

.aes-actions-btn-secondary:focus,
.aes-actions-btn-secondary:hover {
    outline: none;
}

.aes-actions-btn.inactive:hover {
    color: var(--var-color-grey-lighter);
}

.aes-actions-btn.delete:hover {
    color: var(--var-color-red);
}

.aes-table-card-header th {
    background-color: #fafafa;
}

thead.aes-thead-sticky {
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.aes-table {
    color: #262626;
    border-color: #0000000f;
}

.aes-table tr td,
.aes-table tr th {
    padding: 8px 10px;
}

.aes-text-success {
    color: #28a745;
}

.aes-text-error {
    color: #dc3232;
}

.aes-inactive-status-row td {
    background-color: #f6d7d7;
}

.aes-active-status-row td {
    background-color: #d7f6d7;
}

.lh-initial {
    line-height: initial;
}

#modals .aes-input-type,
#modals .aes-btn-type {
    color: #212529;
}

.aes-modal-add-customer {
    .modal-body {
        padding-top: 0;
    }

    #title {
        font-size: 15px;
        font-weight: 500;
        line-height: 28px;
    }

    .footer {
        float: left;
        flex-direction: row;
        justify-content: left;
        padding-left: 16px;
        padding-bottom: 18px;

        .btn-primary,
        .btn-default {
            color: var(--var-color-white);
            width: auto;
            height: 32px;
            text-align: center;
            border-radius: 0;
            padding: 0 7px;
            font-size: 14px;
            font-weight: 400;
        }

        .btn-primary {
            background-color: var(--var-color-primary);
        }

        .btn-default {
            border: 1px solid #d9d9d9;
            color: #000000;
        }
    }

    .form-check-input {
        height: 16px !important;
        width: 16px !important;
    }

    input::placeholder {
        font-size: 14px;
        color: #888;
        opacity: 0.7;
    }
}

.aes-workfile-delete-modal {
    position: initial !important;
    margin-bottom: 3px;
}

.aes-float-right {
    float: right !important;
}

.aes-delete-modal-custom-input-width {
    width: 396px;
}

.labelForm {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #000000d9;
}

#aes-body-email {
    height: 140px;
}

.aes-file-upload-wrapper {
    position: relative;
    display: inline-block;
    cursor: pointer;

    label {
        cursor: pointer;
    }

    .aes-file-upload-label {
        display: flex;
        margin-top: 5px;
        font-size: 12px;
        align-items: center;
    }
}

#aes-div-editor-container {
    min-height: 140px;
}

#aes-file-name {
    font-size: small;
}

#aes-subject-email-input {
    font-size: 13px;
}

.aes-upload-image a.filepond--credits {
    display: none;
}

.aes-upload-image,
.aes-upload-attach {
    margin-top: 10px;
    margin-bottom: 0;
}

.aes-upload-image .filepond--drop-label,
.aes-upload-attach .filepond--drop-label {
    border: 1px dashed #000;
    background-color: #f5f5f5;
    color: #000;
}

.aes-btn-small-add-new-action {
    border: 1px dashed #bfbfbf;
    background-color: transparent;
    font-size: 12px;
    border-radius: 4px;
    padding: 3px 10px;
}

.aes-btn-small-add-new-action span.material-symbols-outlined {
    font-size: 17px;
}

#aes-short-code-select {
    .select2 {
        width: 100vw;
    }
}

.select2-container--default
.select2-selection--single
.select2-selection__clear,
.select2-container--default
.select2-selection--single
.select2-selection__arrow {
    height: 34px;
}

.select2-container--default
.select2-selection--single
.select2-selection__rendered {
    line-height: 33px;
}

span.select2-selection.select2-selection--multiple {
    height: auto;
    padding: 0;
}

.select2-container--default .select2-search--inline .select2-search__field {
    margin-top: 0;
    margin-left: 0;
    padding-left: 10px;
    height: 34px;
    line-height: 34px;
}

.select2-container--default
.select2-selection--multiple
.select2-selection__choice {
    margin-left: 10px;
    margin-top: 4px;
    vertical-align: unset;
}

.aes-h-0 {
    height: 0;
}

.aes-w-0 {
    width: 0;
}

.clearfix {
    margin: 0;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #bfbfbf;
    border-radius: 2px;
}

.select2-container--default
.select2-selection--single
.select2-selection__placeholder,
.select2-container--default
.select2-selection--single
.select2-selection__rendered,
.select2-container--default .select2-search--inline .select2-search__field,
.datepicker {
    font-size: 14px;
}

.text-red {
    color: red;
    text-decoration: none;
}

.aes-font-size-14px {
    font-size: 14px;
}

.aes-font-size-12px {
    font-size: 12px;
}

#aes-template {
    max-height: fit-content;
}

.ql-editor {
    overflow: auto;
    height: auto !important;
    background-color: var(--var-color-white);
}

.aes-setting-create-template {
    .ql-editor {
        background-color: transparent;
    }
}

#aes-offer-list-services input[type="text"] {
    width: 100px;
}

#aes-offer-list-services .input-group-text {
    height: 36px;
}

.aes-offer-currency button.select2-selection__clear {
    display: none;
}

.aes-offer-currency {
    .select2-container--default .select2-selection--single {
        height: 38px;
    }
}

.aes-view-offer {
    width: 300mm;
    min-height: 297mm;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
}

.aes-success-create-offer-icon {
    border: 3px solid var(--var-color-green);
    border-radius: 50%;
    padding: 30px;
    width: auto;
    float: left;
}

.aes-success-create-offer-icon span.material-symbols-outlined {
    color: var(--var-color-green);
}

.aes-rounded-2px {
    border-radius: 2px;
}

html,
#aes-notifications {
    scrollbar-width: thin;
}

.aes-create-contract {
    .aes-attach-files {
        .filepond--list {
            margin-top: 10px;

            .filepond--item {
                width: 200px;
            }
        }
    }
}

#aes-sheet-form {
    textarea.aes-textarea-sheet {
        overflow-y: auto;
        box-sizing: border-box;
        min-height: 5rem;
        height: auto;
        resize: vertical;
    }

    .aes-plain-a {
        text-decoration: none;
    }
}

/*PDF*/
.aes-w-100 {
    width: 100%;
}

.aes-w-50 {
    width: 50%;
}

.aes-w-auto {
    width: auto;
}

.aes-d-block {
    display: block;
}

.aes-bg-white {
    background-color: #fff;
}

.aes-pt-0 {
    padding-top: 0px;
}

.aes-pb-0 {
    padding-bottom: 0px;
}

.aes-ps-0 {
    padding-left: 0px;
}

.aes-pe-0 {
    padding-left: 0px;
}

.aes-pt-30 {
    padding-top: 30px;
}

.aes-pb-30 {
    padding-bottom: 30px;
}

.aes-ps-30 {
    padding-left: 30px;
}

.aes-pe-30 {
    padding-right: 30px;
}

.aes-pe-20 {
    padding-right: 20px;
}

.aes-pt-20 {
    padding-top: 20px;
}

.aes-pb-20 {
    padding-bottom: 20px;
}

.aes-ps-20 {
    padding-left: 20px;
}

.aes-pe-20 {
    padding-right: 20px;
}

.aes-mb-40 {
    margin-bottom: 40px;
}

.aes-mt-40 {
    margin-top: 40px;
}

.aes-mt-10 {
    margin-top: 10px;
}

.aes-mb-10 {
    margin-bottom: 10px;
}

.aes-text-align-start {
    text-align: left;
}

.aes-text-align-end {
    text-align: right;
}

.aes-text-align-center {
    text-align: center;
}

.aes-text-blue {
    color: #200179 !important;
}

.aes-fs-36 {
    font-size: 36px;
}

.aes-fs-22 {
    font-size: 22px;
}

.aes-text-black {
    color: var(--var-color-black) !important;
}

.aes-block-web {
    display: block !important;
    visibility: visible !important;
}

.toast {
    border-radius: 0;

    .btn-close {
        padding: 3px;
        width: 5px;
        height: 5px;
    }

    .toast-header {
        border-radius: 0;
    }
}

/* work folder */
.aes-working-folder-table {
    --bs-border-color: #dee2e6;
}

.aes-working-folder-table thead {
    --bs-table-bg: #fafafa;
    height: 55px;
}

.aes-working-folder-table th.aes-col-folder-number {
    width: 8.125rem;
}

.aes-working-folder-table th.aes-col-folder-name {
    width: 16.875rem;
}

.aes-working-folder-table th.aes-col-client-name {
    width: 26.875rem;
}

.aes-working-folder-table th.aes-col-contract,
.aes-working-folder-table th.aes-col-offer,
.aes-working-folder-table th.aes-col-invoice {
    width: 8.125rem;
}

.aes-working-folder-table th.aes-col-creation-date {
    width: 7.75rem;
}

.aes-working-folder-table th.aes-col-completion-percentage {
    width: 10.3125rem;
}

.aes-working-folder-table th.aes-col-actions {
    width: 8.125rem;
}

.aes-working-folder-table td:nth-child(4),
.aes-working-folder-table td:nth-child(5),
.aes-working-folder-table td:nth-child(6) {
    color: #3764eb;
}

.aes-working-folder-table td:nth-child(8) {
    text-align: center;
}

.aes-custom-folder-buttons {
    --bs-btn-padding-x: 2px;
}

.aes-working-folder-table thead th {
    position: relative;
    border-right: none;
}

.aes-working-folder-table thead th:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 17px;
    bottom: 17px;
    width: 1px;
    height: 22px;
    background-color: #0000000f;
}

.aes-steps-container {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1.5rem;
}

.aes-step {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: #f5f5f5;
    padding: 5px 10px;
    color: #000000d9;
}

.aes-step-icon {
    font-size: 1.2rem;
    margin-bottom: 0.2rem;
}

.aes-step-label {
    font-size: 0.9rem;
    white-space: nowrap;
    color: #000000d9;
}

.aes-step-active .aes-step-icon {
    color: #fff;
}

.material-symbols-outlined {
    vertical-align: middle;
}

.aes-progress-container {
    width: 100%;
    background-color: #f0f0f0;
    height: 8px;
    border-radius: 4px;
    position: relative;
    margin-top: 1rem;
}

.aes-progress {
    background-color: #3b2c7c;
    height: 100%;
    border-radius: 4px;
    transition: width 0.3s ease;
}

.aes-progress-number {
    margin-top: 0.5rem;
    font-size: 0.85rem;
    color: #666;
    text-align: right;
}

.aes-custom-cancel-button {
    background-color: #00000040;
    color: white;
    border: none;
    border-radius: 2px;
    height: 38px;
}

.aes-generate-file-button {
    background-color: #cf1322;
    color: #ffffff;
    width: 234px;
    padding: 6.4px;
    border: none;
    border-radius: 4px;
    margin-left: 16px;
}

.aes-generate-file-container {
    width: 780px;
    margin: 0 auto;
}

.aes-custom-w-135 {
    width: 8.438rem;
}

.aes-custom-w-151 {
    width: 151px;
}

.aes-custom-w-518 {
    width: 518px;
}

.aes-custom-w-370 {
    width: 370px;
}

.aes-custom-w-100 {
    width: 100px;
}

.aes-custom-w-514 {
    width: 514px;
}

.aes-custom-w-583 {
    width: 36rem;
}

.aes-h-75 {
    min-height: 75vh;
}

.aes-h-80 {
    height: 80vh;
}

.aes-btn-default {
    border: 1px solid #d9d9d9;
    color: #000000;
    border-radius: 2px;
    cursor: pointer;
    background-color: white;
    padding: 5px 16px;
}

.aes-custom-text-area {
    height: 90px;
}

.aes-working-foler-step-3 {
    .aes-working-folder-table thead th:not(:last-child)::after {
        content: "";
        position: absolute;
        right: 0px;
        top: 17px;
        bottom: 17px;
        width: 1px;
        height: 22px;
        background-color: #0000000f;
    }

    .aes-working-folder-table td:nth-child(1),
    .aes-working-folder-table td:nth-child(3),
    .aes-working-folder-table td:nth-child(4),
    .aes-working-folder-table td:nth-child(5),
    .aes-working-folder-table td:nth-child(6) {
        color: black;
    }

    .aes-working-folder-table th.aes-col-client-name {
        width: 23.875rem;
    }

    .aes-working-folder-table th.aes-col-invoice {
        width: 6.125rem;
    }
}

#drop-area {
    border: 2px dashed #ccc;
    padding: 30px;
    text-align: center;
    transition: border-color 0.2s ease;
    cursor: pointer;
    background-color: #f5f5f5;
}

#drop-area label.btn {
    margin-top: 10px;
    cursor: pointer;
}

.aes-email-model-preview {
    width: 593px;
    height: 688px;
    justify-content: center;
    min-height: 688px;
    min-width: 593px;
    margin-top: 100px;
}

.aes-email-modal-content-custom {
    box-shadow: 0 30px 100px #00000026;
    height: 618px;
    width: 472px;
}

.aes-custom-form-control {
    height: 38px;
}

.aes-relative-bottom {
    position: relative;
    right: 0;
    bottom: 15px;
    left: 0;
    z-index: 1030;
}

.aes-absolute-bottom {
    position: absolute;
    right: 0;
    bottom: 15px;
    width: auto;
    z-index: 1030;
}

.aes-actions-add-btn {
    color: var(--var-color-white);
    background-color: black;
    border: none;
    border-radius: 2px;
    margin-left: -10px;
}

#aes-content {
    max-height: 93vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.aes-tooltip {
    color: #3764eb;
    cursor: pointer;
}

.aes-mail-details {
    height: auto;
    max-height: 70vh;
    overflow-y: auto;
}

/* evaluation report */
.aes-evaluation-report-folder-table {
    --bs-border-color: #dee2e6;
}

.aes-evaluation-report-folder-table thead {
    --bs-table-bg: #fafafa;
    height: 55px;
}

.aes-evaluation-report-folder-table th.aes-col-report-number {
    width: 8.625rem;
}

.aes-evaluation-report-folder-table th.aes-col-borrower-name {
    width: 27.875rem;
}

.aes-evaluation-report-folder-table th.aes-col-evaluation-date,
.aes-evaluation-report-folder-table th.aes-col-order-number {
    width: 8.063rem;
}

.aes-evaluation-report-folder-table th.aes-col-property-type {
    width: 10.563rem;
}

.aes-evaluation-report-folder-table th.aes-col-report-actions {
    width: 17.1rem;
}

.aes-evaluation-report-folder-table thead th {
    position: relative;
    border-right: none;
}

.aes-evaluation-report-folder-table thead th:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 17px;
    bottom: 17px;
    width: 1px;
    height: 22px;
    background-color: #0000000f;
}

.aes-borrower-name-badge {
    display: inline-block;
    padding: 4px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f9f9f9;
    font-size: 14px;
}

.aes-property-select {
    width: 25rem !important;
}

.aes-property-select-background {
    background-color: var(--var-color-primary) !important;
    color: var(--var-color-white) !important;
}

.aes-position-relative {
    position: relative;
}

.aes-select-icon {
    position: absolute;
    top: -5px;
    right: -11px;
    z-index: 10;
}

.aes-observations {
    background-color: #fafafa;
    min-height: 118px;
    padding: 10px;
    margin-top: 0;
    position: relative;
}

.aes-observations-label {
    position: absolute;
    top: 8px;
    left: 16px;
    font-weight: 400;
    font-size: 14px;
}

.aes-add-manual-property-input {
    width: 350px;
}

#aes-table-land,
#aes-table-apartment,
#aes-table-building,
#aes-table-house-land,
#aes-table-others,
#aes-add-manual-property {
    display: none;
}

#aes-authorized-appraiser,
#aes-liquidation-value-eur,
#aes-liquidation-value-ron {
    color: #00000040;
}

.aes-table-informations {
    background-color: #fafafa;
    border-bottom: 1px solid #0000000f;
}

.aes-info-content-1 {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    margin-bottom: 0rem;
    border-bottom: 1px solid #0000000f;
}

.aes-info-content-2 {
    padding-left: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 0rem;
}

.aes-studied-property-container {
    background-color: #e6f7ff;
    padding: 29px 20px;
}

#aes-area-brief,
#aes-property-description,
#aes-description-access-neighborhoods,
#aes-specific-market,
#aes-market-analysis-forecasts,
#aes-market-analysis-requests,
#aes-market-analysis-offer,
#aes-best-property-practices {
    height: 200px;
}

.aes-utilities-table {
    border: 1px solid #0000000f;
    --bs-table-bg: #fafafa;
}

#aes-market-approach-value-eur,
#aes-market-approach-value-ron {
    color: #00000040;
}

.aes-select-market-approach {
    width: 400px;
}

.aes-observations-layout {
    height: 100%;
    background: transparent;
    border: none;
    width: 100%;
}

.aes-observations {
    .form-control:focus {
        color: var(--bs-body-color);
        background-color: transparent;
        border-color: transparent;
        outline: 0;
        box-shadow: 0 0 0 0;
    }
}

#aes-property-documents-files {
    tr,
    td {
        background-color: var(--var-color-white);
    }

    background-color: transparent !important;
}

/* edit attachments */
.aes-edit-attachments-table {
    --bs-body-bg: #f5f5f5;

    thead {
        --bs-table-bg: #f5f5f5;
        height: 55px;
    }

    tr {
        border: 1px solid #dee2e6;
    }
}

.aes-edit-attachments-table thead th:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 17px;
    bottom: 17px;
    width: 2px;
    height: 22px;
    background-color: white;
}

.aes-edit-attachments-table thead th {
    position: relative;
    border-right: none;
}

.aes-attachments-name-badge {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: white;
    font-size: 14px;
    width: auto;
}

.aes-attachments-name-badge-saved {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #52c41a;
    font-size: 14px;
    width: auto;
}

.aes-table-summary-results {
    --bs-body-bg: #e6f7ff;

    thead {
        --bs-table-bg: #200179;
        height: 55px;
        --bs-table-color-state: white;
        --bs-table-color-type: white;
        --bs-table-color: white;
    }

    tbody {
        tr:hover {
            --bs-table-hover-bg: #e6f7ff !important;
            --bs-table-color-state: var(--bs-table-hover-color);
            --bs-table-bg-state: var(--bs-table-hover-bg);
            background-color: transparent !important;
        }
    }

    td {
        border: 1px solid #dee2e6;
        height: 56px;
    }

    tr {
        min-height: 56px;
    }
}

.aes-observations-layout {
    height: 100%;
    background: transparent;
    border: none;
    width: 100%;
}

.aes-observations {
    .form-control:focus {
        color: var(--bs-body-color);
        background-color: transparent;
        border-color: transparent;
        outline: 0;
        box-shadow: 0 0 0 0;
    }
}

.aes-observations-description {
    background-color: #fafafa;
    padding: 10px;
    margin-top: 0;
    border-top: 1px solid #0000000f;
}

.aes-market-value-border {
    border-bottom: 1px solid #0000000f;
    height: 45px;
}

.aes-market-value-box {
    background-color: #cf1322;
    height: 45px;

    h6 {
        color: white !important;
        height: 100%;
        margin-top: 12px;
        margin-left: 16px;
    }
}

.aes-custom-currency-box {
    padding: 12px 16px;
    background-color: #e6f7ff;
    border-bottom: 1px solid #0000000f;
    border-left: 1px solid #0000000f;
    border-right: 1px solid #0000000f;
    height: 47px;
}

.aes-custom-value-box {
    padding: 12px 16px;
}

.aes-save-attachments-btn {
    width: 216px;
}

/* Begin Annex */
.aes-custom-range-container {
    width: 105px;
}

#aes-input-link-import {
    width: 359px;
}

#aes-input-search-comparable {
    width: 100%;
}

.aes-entry-residence-table {
    --bs-border-color: #dee2e6;
}

.aes-entry-residence-table thead {
    --bs-table-bg: #3764eb;
    height: 55px;
}

.aes-entry-residence-table th.aes-relevant-market-info {
    width: 27.875rem;
}

.aes-entry-residence-table th.aes-analyzed-estate {
    width: 19.313rem;
}

.aes-entry-residence-table th.aes-c1 {
    width: 13.875rem;
}

.aes-entry-residence-table thead th {
    position: relative;
    border-right: none;
    color: white;
}

.aes-entry-residence-table tbody td:first-child {
    background-color: #200179;
    color: white;
}

.aes-entry-residence-table tbody td:not(:first-child) {
    background-color: #f5f5f5;
}

.aes-market-grid-table thead th:not(:last-child)::after,
.aes-entry-residence-table thead th:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 17px;
    bottom: 17px;
    width: 1px;
    height: 22px;
    background-color: white;
}

.aes-market-grid-table {
    --bs-border-color: #dee2e6;
}

.aes-market-grid-table thead {
    --bs-table-bg: #3764eb;
    height: 55px;
}

.aes-table-blue {
    background-color: #3764eb !important;
}

.aes-market-grid-table thead th {
    position: relative;
    border-right: none;
    color: white;
}

.aes-market-grid-table th.aes-relevant-market-info {
    width: 27.875rem;
}

.aes-market-grid-table th.aes-analyzed-estate {
    width: 19.313rem;
}

.aes-market-grid-table th.aes-c1 {
    width: 13.875rem;
}

.aes-market-grid-table tbody td {
    background-color: #f5f5f5;
}

.aes-market-grid-different-tr {
    background-color: #200179 !important;
    color: white !important;
}

.aes-empty-row {
    background-color: #3764eb !important;
    height: 55px;
    text-align: center;
    color: white !important;
}

.aes-border {
    border: 1px solid #0000000f;
    padding: 0px !important;
    margin: 0px;
}

.aes-block {
    display: block;
    padding: 4px 0;
}

.aes-block-rowspan-3 {
    display: block;
    padding: 4px 0;
    height: 50px;
}

.aes-flex {
    display: flex;
    padding: 4px 0;
    border-top: 1px solid #0000000f;
    border-bottom: 1px solid #0000000f;
    align-items: center;
}

.aes-flex-rowapan2 {
    display: flex;
    padding: 4px 0;
    border-top: 1px solid #0000000f;
    align-items: center;
}

.aes-flex-rowspan3 {
    border-bottom: 0px;
}

.aes-block-first-row {
    padding-bottom: 14px;
}

.aes-block-second-row {
    padding-top: 15px !important;
}

.aes-flex-child-left {
    flex: 1;
    padding-right: 4px;
    border-right: 1px solid #0000000f;
}

.aes-flex-child-right {
    flex: 1;
    padding-left: 4px;
}

.aes-custom-colspan-border-left {
    border-left: 1px solid #0000000f;
}

.aes-light-blue-table-background {
    background-color: #e6f7ff !important;
}

.aes-red-table-background {
    background-color: #cf1322 !important;
    color: white !important;
}

.aes-split-second-row {
    border-top: 1px solid #0000000f;
    display: block;
    padding: 6px 0;
}

.aes-third-row-flex {
    display: flex;
    padding: 4px 0;
    border-top: 1px solid #0000000f;
    align-items: center;
}

.aes-flex-3 {
    display: flex;
    align-items: center;
}

.aes-height-118 {
    height: 118px;
}

.aes-height-78 {
    height: 78px;
}

.aes-height-60 {
    height: 60px !important;
}

.aes-border-bottom {
    border-bottom: 1px solid #0000000f;
}

.aes-border-right {
    border-right: 1px solid #0000000f;
}

.aes-border-left {
    border-left: 1px solid #0000000f;
}

.aes-annex-comparables-area-col-1 {
    background-color: #200179 !important;
    color: white !important;
    width: 180px;
}

.aes-annex-comparables-area-col-2 {
    width: 150px;
}

.aes-middle-header-row {
    height: 74px;
    line-height: 74px;
}

.aes-middle-th {
    background-color: #3764eb !important;
    color: white !important;
    position: relative;
}

.aes-middle-th::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 17px;
    bottom: 17px;
    width: 1px;
    height: 40px;
    background-color: white;
}

.aes-normal-first-td {
    background-color: #f5f5f5 !important;
}

.aes-black-td {
    background-color: black !important;
}

.aes-grey-empty-row {
    background-color: #595959 !important;
    height: 55px;
    color: white !important;
}

.comparable-search-btn {
    margin-top: 25px;
}

.aes-w-2rem {
    width: 2rem;
}

.aes-table-grey-header {
    background-color: #595959;
    color: white;
    height: 64px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}

.aes-delete-table-btn {
    font-size: 14px;
    cursor: pointer;
}

.aes-currency-value-input {
    width: 10rem;
}

.aes-currency-value-row {
    width: 10rem;
}

.aes-max-table-width-755 {
    max-width: 755px;
}

.aes-transparent-border {
    border-bottom-color: transparent;
}

.aes-td-blue-background {
    background-color: #3764eb !important;
    color: white !important;
}

.aes-dashboard-card-background {
    background-color: #3764eb;
    color: white;
}

.aes-dashboard-card-height {
    height: 180px;
}

.aes-dashboard-card-font-size {
    font-size: 14px;
}

.aes-white-border-bottom {
    border-bottom: 1px solid white;
}

.aes-up-arrow-color {
    color: #52c41a;
}

.aes-dashboard-card-select {
    width: 12rem;
    height: 2rem;
    font-size: 1rem;
}

.aes-dashboard-card-select2 {
    background-color: #200179;
    color: white;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"),
    none;
}

.aes-circle-number {
    background-color: #3764eb;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    margin-right: 0.5rem;
}

.aes-progress-card-accepted {
    height: 192px;
    background-color: #d9f7be;
}

.aes-progress-card-rejected {
    height: 192px;
    background-color: #ffccc7;
}

.aes-anevar-card {
    height: 192px;
}

.aes-table-users-int-pub th,
.aes-table-white th {
    background-color: #fafafa;
    border-bottom: 1px solid #0000000f;
}

.aes-table-white td {
    background-color: #ffffff;
}

.aes-table-white tbody td:nth-child(2) {
    color: #3764eb;
}

.aes-chart-height {
    height: 350px;
}

.aes-text-area-blue-container {
    padding: 10px 16px 5px 16px;
    background-color: #e6f7ff;
}

.select2-selection__choice__display {
    color: black;
}

/* End Annex */
#aes-preview-img-link {
    img {
        max-width: 100px;
        margin: 10px;
        border: 1px solid #ccc;
        padding: 5px;
    }

    .image-container {
        position: relative;
        display: inline-block;
        max-width: 100px;
        margin-right: 5px;
    }

    .delete-btn {
        position: absolute;
        top: 13px;
        right: -19px;
        background: red;
        color: white;
        border: none;
        border-radius: 50%;
        width: 15px;
        height: 15px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 11px;
        padding: 0;
    }
}

/* general settings */

.aes-upload-zone {
    position: relative;
    border: 1px dashed rgb(65, 59, 59);
    border-radius: 4px;
    padding: 2rem;
    text-align: center;
    margin-bottom: 1.5rem;
    cursor: pointer;
    background-color: #f5f5f5;
}

.aes-upload-zone:hover {
    background: #f9f9f9;
}

.aes-upload-label {
    display: block;
    margin-bottom: 0.5rem;
}

.aes-upload-box {
    font-size: 0.9rem;
    color: #666;
}

.aes-upload-input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.cancel-button:hover {
    background-color: #00000040;
    color: var(--var-color-white);
    border-radius: 2px;
}

.save-button:hover {
    background-color: var(--var-color-primary);
    color: var(--var-color-white);
    border-radius: 2px;
}

/* end of general settings */
#aes-customer-items {
    padding-bottom: 10px;
}

.aes-images-map-delete-button,
.aes-images-stamp-delete-button {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 10;
    border-radius: 50%;
    padding: 0;
    font-size: 11px;
    width: 20px;
    height: 20px;
}

#aes-comparable-items {
    position: relative;

    #deselect-all-comparables {
        position: absolute;
        top: -25px;
    }
}

.select2-selection.is-invalid {
    border: 1px solid red !important;
    border-radius: 0;
}
