.modal-dialog{
    max-width: 58%;
}
.form-signin-wrapper{
    display: flex;
    gap:20px
}
.form-section{
    flex:1
}
.bg-signin {
    position: relative;
    flex:1
}
.bg-signin img {
    width: 100%;
    height: 100%;
}
.signin-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 35px;
}
.from-signin {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 240px;
    padding-right: 240px;
}
.from-signin .title-signin h1 {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px; /* 122.222% */
    padding-bottom: 12px;
}
.from-signin .title-signin {
    padding-top: 48px;
    padding-bottom: 48px;
}
.from-signin .title-signin p {
    font-size: 18px;
    color: #93969d;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
}
.from-signin .btn-change-form {
    display: flex;
    border-radius: 9999px;
    background: #efefef;
}
.from-signin .btn-change-form button {
    font-family: Manrope;
    width: 100%;
    padding: 10px 24px;
    margin: 1px;
    text-align: center;
    border: none;
    border-radius: 9999px;
    color: #4f5460;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    cursor: pointer;
}
.from-signin .btn-change-form .active {
    background-color: #fff;
    color: #0a77ff;
    text-align: center;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 142.857% */
}
.bg-signin h2 {
    top: 19%;
    width: 544px;
    position: absolute;
    color: #e7f1ff;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px; /* 122.222% */
    left: 23%;
}
.form_item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    width: 100%;
}

.form_item label {
    color: var(--neutral-neutral-600, #626771);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    flex: 1 0 0;
}
.form_item .qt {
    color: #ed1c24;
}
.form_item input {
    width: 100%;
    display: flex;
    height: 36px;
    padding: 4px 0px 8px 0px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    outline: none;
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--border-border-secondary, #dbdcde);
    color: var(--text-heading-primary, #0e1525);
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.from-signin form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 32px;
}
.from-signin form p {
    margin-top: 32px;
    overflow: hidden;
    color: var(--text-heading-secondary, #2b313f);
    text-overflow: ellipsis;

    /* CaptionLarge/Medium */
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
}
.from-signin form p span {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: var(--blue-blue-500, #0a77ff);
    text-overflow: ellipsis;

    /* CaptionLarge/Medium */
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.from-signin form input {
    color: var(--text-placeholder, #93969d);

    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
}
.form_item span {
    width: 100%;
    color: #c4c4c4;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding-top: 4px;
}
.otp_input_item {
    display: flex;
    flex-direction: row;
    align-items: end;
    gap: 16px;
}
.otp_input_item .otp {
    display: flex;
    gap: 1px;
}
.otp_input_item .otp button {
    color: var(--icon-icons-brand-primary, #0a77ff);
    text-align: center;
    padding: 10px 16px;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 150% */
    cursor: pointer;
}
.otp_input_item .otp button:first-child {
    border-radius: 9999px 0px 0px 9999px;
    border-right: 1px solid var(--border-border-white, #fff);
    background: var(--blue-blue-50, #e7f1ff);
    border: none;
}
.otp_input_item .otp button:last-child {
    border-radius: 0px 9999px 9999px 0px;
    border-right: 1px solid var(--border-border-white, #fff);
    background: var(--blue-blue-50, #e7f1ff);
    border: none;
}
.otp_input_item .otp button:hover {
    background: var(--blue-blue-100, #c4deff);
}
.otp_input_item .otp .loading {
    color: var(--neutral-neutral-400, #c3c5c9);
    background-color: #efefef !important;
    pointer-events: none;
}
.input_pw {
    width: 100%;
    display: flex;
}
.input_pw i {
    margin-left: -20px;
}
.hidden {
    display: none;
}
.btn_submit_signin {
    color: var(--text-heading-inverted, #fff);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 137.5% */
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background: var(--button, linear-gradient(83deg, #0a77ff 23.35%, #5ca5ff 105.14%));
    gap: 4px;
    border: none;
    padding: 20px 40px;
    margin-top: 24px;
    margin-bottom: 24px;
    cursor: pointer;
}
.end-form {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}
.end-form p {
    color: var(--neutral-neutral-700, #4f5460);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
}
.end-form a {
    color: var(--blue-blue-500, #0a77ff);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 137.5% */
}
input:-internal-autofill-selected{
    background: white;
}
.modal .cardContact {
    padding: 40px 30px 50px 30px;
}
.content .content-btn button:hover span {
    color: var(--color-blue);
}
.calendar {
    border: 1px solid #ccc;
    padding: 12px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    width: 350px;
    position: absolute;
    z-index: 1000;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.calendar-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.calendar-table th {
    padding: 8px;
    color: #666;
    font-weight: normal;
    font-size: 13px;
}

.calendar-cell {
    padding: 10px;
    cursor: pointer;
    border-radius: 4px;
    transition: background 0.2s;
}

.calendar-cell:hover {
    background: #f0f0f0;
}

.other-month {
    color: #ccc;
}

.calendar-footer {
    margin-top: 12px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

.calendar-footer a {
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 4px;
    background: #007bff;
    color: white;
    font-size: 13px;
}

.calendar-footer a:last-child {
    background: #dc3545;
}
.btn_primary{
    background: linear-gradient(83deg, #0A77FF 23.35%, #5CA5FF 105.14%)
}

/* ---------- 1440px ---------- */
@media (max-width: 1440px) {
    .modal-dialog{
        max-width: 80%;
    }
}

/* ---------- 1024px ---------- */
@media (max-width: 1024px) {
}

/* ---------- 768px ---------- */
@media (max-width: 768px) {
    .modal-dialog{
        max-width: 80%;
    }
    .bg-signin{
        display: none;
    }
}
/* ---------- 540px ---------- */
@media (max-width: 540px) {
    .modal-dialog{
        max-width: 100%;
    }
    .bg-signin{
        display: none;
    }
    .trialModal .--titleContactForm{
        font-size: 28px;
    }
    .trialModal .--subtitle{
        font-size: 14px;
    }
}
