body {
    font-family: 'Roboto', sans-serif !important;
}

.all-right {
    min-width: 500px;
    /*display: flex;*/
    flex-direction: column;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    /*transform: translate(0, -50%);*/
    font-size: 20px;
    padding: 55px 100px 40px;
    background: #fff;
    /*border-radius: 5px;*/
}

.logo-brand {
    margin-top: 80px;
}

.all-left {
    max-width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    left: 8%;
    top: 40%;
    transform: translate(-10%, -50%);
    font-size: 20px;
    padding: 15px 20px;
    border-radius: 5px;
    color: #fff;
}

.page-footer-style {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 15px !important;
    color: #959595;
    font-weight: normal;
}

.all-left .left-content {
    text-align: justify;
}

.all-left .left-content h1 {
    font-size: 40px;

}

.wrapper-sub {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 4% 3%;
}

img.brand-logoPortal {
    width: auto;
    max-width: 210px !important;
    padding: 5px 35px;
    /*height: 100px;*/
    /*max-height: 100px !important;*/
}

.patient-id {
    margin-bottom: 20px;
}

.portal-inline-alert {
    margin: 0 0 18px;
    padding: 10px 14px;
    border: 0;
    border-left: 3px solid #ff6b5e;
    border-radius: 6px;
    background: #fff4f2 !important;
    color: #cc4b3e !important;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 500;
    box-shadow: none;
}

.portal-inline-alert.alert-danger {
    background: #fff4f2 !important;
    color: #cc4b3e !important;
}


.technic-phone-style {
    color: #8C8C8C;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    font-size: 15px;
    font-weight: 400;
}

.technic-phone-style a {
    text-decoration: none;
    color: #8C8C8C;
    font-weight: 400;
}

.input-style {
    outline: none;
    margin: 0;
    border: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    font-size: 14px;
    font-family: inherit;
    padding: 9px 0 !important;
    color: #8C8C8C !important;

}

.input-style::active {
    border-color: #fff !important;
}
.input-style::focus {
    border-color: #fff !important;
}

.input-group {
    position: relative;
    margin-bottom: 30px;
    border-bottom: 1px solid #8C8C8C;

}

.btn-login-style {
    width: 100%;
    height: 40px;
    background-color: #102EA6 !important;
    border-radius: 4px !important;
    font-weight: 400;
}

.color-gray {
    color: #8C8C8C;
    font-weight: normal;
}


.input-group input {
    color: #8C8C8C !important;
    font-weight: 400;
}

.input-group input::placeholder {
    color: #8C8C8C !important;
}

.input-group input::active,input:focus {
    color: #8C8C8C !important;
}

.logo-mobile-style {
    display: none;
}

.portal-otp-dialog {
    width: calc(100% - 32px);
    max-width: 500px;
    margin: 7vh auto;
}

.portal-otp-modal {
    position: fixed !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20000;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

body.portal-otp-open {
    overflow: hidden;
}

.portal-otp-content {
    border: 0;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 28px 60px rgba(9, 26, 61, 0.20);
}

.portal-otp-header {
    padding: 16px 28px 6px;
    border-bottom: 0;
    background: linear-gradient(180deg, #ffffff 0%, #f6faff 100%);
    text-align: center;
}

.portal-otp-hero {
    position: relative;
    width: 82px;
    height: 64px;
    margin: 0 auto 8px;
}

.portal-otp-hero-bg {
    position: absolute;
    inset: 4px 6px 14px;
    border-radius: 22px;
    background: radial-gradient(circle at 30% 30%, rgba(35, 110, 227, 0.10), rgba(16, 46, 166, 0.05));
}

.portal-otp-hero-icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #236EE3;
}

.portal-otp-hero-icon-main {
    inset: 2px 18px 14px;
    font-size: 33px;
    color: #2d71d7;
}

.portal-otp-hero-icon-lock {
    left: 33px;
    top: 20px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: linear-gradient(135deg, #102EA6 0%, #236EE3 100%);
    color: #fff;
    font-size: 8px;
    box-shadow: 0 8px 18px rgba(16, 46, 166, 0.22);
}

.portal-otp-hero-icon-left {
    left: 8px;
    top: 11px;
    font-size: 14px;
    color: #7faef7;
}

.portal-otp-hero-icon-right {
    right: 6px;
    top: 18px;
    font-size: 17px;
    color: #b7d2fb;
}

.portal-otp-hero-dots {
    position: absolute;
    left: 50%;
    bottom: 2px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 0 0 6px;
}

.portal-otp-hero-dots span {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #236EE3;
    opacity: 0.3;
}

.portal-otp-hero-dots span:nth-child(3) {
    opacity: 1;
}

.portal-otp-hero-dots::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 20px;
    height: 6px;
    transform: translateX(-50%);
    border-radius: 999px;
    background: linear-gradient(135deg, #102EA6 0%, #236EE3 100%);
}

.portal-otp-title {
    display: flex;
    justify-content: center;
}

.portal-otp-title-copy h4 {
    margin: 0;
    color: #263238;
    font-size: 27px;
    font-weight: 700;
    text-transform: uppercase;
}

.portal-otp-title-copy p {
    margin: 6px 0 0;
    color: #708090;
    font-size: 14px;
    line-height: 1.5;
}

.portal-otp-body {
    padding: 8px 28px 20px;
    background: #fff;
    text-align: center;
}

.portal-otp-message {
    color: #546678;
    font-size: 16px;
    line-height: 1.8;
    margin: 0 auto 18px;
    max-width: 390px;
}

.portal-otp-feedback {
    margin: 0 auto 14px;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid #ffd2cc;
    background: #fff4f2;
    color: #cc4b3e;
    font-size: 13px;
    line-height: 1.55;
    box-shadow: none;
    max-width: 390px;
    text-align: left;
    font-weight: 600;
}

.portal-otp-input-wrap .portal-otp-feedback {
    margin: 0;
    max-width: none;
    text-align: center;
}

.portal-otp-feedback-info {
    border-color: #bfd8ff;
    background: #eaf3ff;
    color: #1d4f91 !important;
}

.portal-otp-feedback strong,
.portal-otp-feedback-info strong {
    color: inherit;
    font-weight: 700;
}

.portal-otp-field {
    margin-bottom: 0;
}

.portal-otp-label {
    display: inline-block;
    margin-bottom: 12px;
    color: #425466;
    font-size: 13px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
}

.portal-otp-input-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 430px;
    margin: 0 auto;
}

.portal-otp-slots {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.portal-otp-slot {
    width: 100%;
    min-width: 0;
    height: 64px;
    padding: 0;
    border: 1px solid #9fb2c7;
    border-radius: 14px;
    background: #f7faff;
    color: #233142 !important;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
    box-shadow: inset 0 1px 2px rgba(18, 43, 77, 0.06);
    caret-color: #236EE3;
}

.portal-otp-slot:focus {
    outline: none;
    border-color: #236EE3;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(35, 110, 227, 0.16);
}

.portal-otp-slot.is-active {
    border-color: #236EE3;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(35, 110, 227, 0.16);
}

.portal-otp-input-wrap.is-invalid .portal-otp-slot {
    border-color: #ff7668;
    background: #fff8f7;
    color: #cc4b3e !important;
    box-shadow: inset 0 -2px 0 #ff7668;
}

.portal-otp-input-wrap.is-invalid .portal-otp-slot:focus {
    border-color: #ff5d4c;
    box-shadow: 0 0 0 4px rgba(255, 118, 104, 0.16);
}

.portal-otp-slot[disabled] {
    opacity: 0.72;
    cursor: not-allowed;
}

.portal-otp-attempts {
    color: #cc4b3e;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 600;
    text-align: center;
}

.portal-otp-helper {
    color: #7a8b9a;
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
    max-width: 360px;
    margin: 0 auto;
}

.portal-otp-resend-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap;
}

.portal-otp-resend-btn {
    min-width: 0;
    height: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #236EE3;
    font-size: 15px;
    font-weight: 600;
    transition: color 0.18s ease, opacity 0.18s ease;
}

.portal-otp-resend-btn:hover,
.portal-otp-resend-btn:focus {
    outline: none;
    color: #236EE3;
    text-decoration: underline;
}

.portal-otp-resend-btn[disabled] {
    opacity: 1;
    color: #a4b0be;
    cursor: not-allowed;
    pointer-events: none;
    text-decoration: none;
}

.portal-otp-resend-copy {
    color: #536273;
    font-size: 15px;
}

.portal-otp-resend-hint {
    color: #7a8b9a !important;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
}

.portal-otp-footer {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 12px;
    padding: 8px 28px 26px;
    border-top: 0;
    background: #fff;
}

.portal-otp-btn {
    width: 100%;
    min-width: 132px;
    height: 52px;
    padding: 0 18px;
    border: 0;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 700;
    transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.portal-otp-btn:hover {
    transform: translateY(-1px);
}

.portal-otp-btn-primary {
    background: linear-gradient(135deg, #102EA6 0%, #236EE3 100%);
    color: #fff !important;
    box-shadow: 0 12px 24px rgba(16, 46, 166, 0.22);
}

.portal-otp-btn[disabled] {
    opacity: 1;
    background: #cfd8e3 !important;
    box-shadow: none;
    cursor: not-allowed;
    transform: none;
}

.portal-otp-back-link {
    color: #6d7f92;
    font-size: 13px;
    text-align: center;
    text-decoration: none !important;
}

.portal-otp-back-link:hover,
.portal-otp-back-link:focus {
    color: #236EE3;
    text-decoration: underline !important;
}

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

}

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

}

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

}

@media only screen and (max-width: 1080px) {
    .brand-logoPortal {
        display: none;
    }
    .logo-mobile-style {
        display: block;
        max-width: 210px !important;
        max-height: 95px !important;
        position: relative !important;
        padding: 5px 35px;
    }
    #footer label {
        font-size: 15px !important;
    }
    #footer i {
        font-size: 15px !important;
    }

}

@media only screen and (max-width: 920px) {
    .brand-logoPortal {
        display: none;
    }
    .all-right {
        min-width: 320px;
    }
    .all-right {
        padding: 55px 20px 40px
    }
    .logo-brand {
        margin-top: 0;
        margin-bottom: 0 !important;
    }
	.portal-otp-dialog {
        width: calc(100% - 24px);
        max-width: calc(100% - 24px);
        margin: 24px auto;
    }
}

@media only screen and (max-width: 850px) {
    .wrapper-sub {
        background: #fff;
    }
    .all-right {
        left: 50%;
        transform: translate(-50%, -50%);
        top: 40% !important;
    }
    .all-left {
        display: none;
    }
    #footer {
        display: none !important;
    }

}

@media only screen and (max-width: 600px) {
    .portal-otp-modal {
        padding: 0 !important;
        background: #ffffff !important;
    }
    .portal-otp-dialog {
        width: 100%;
        max-width: none;
        min-height: 100vh;
        margin: 0;
    }
    .portal-otp-content {
        min-height: 100vh;
        border-radius: 0;
        box-shadow: none;
        display: flex;
        flex-direction: column;
    }
    .technic-phone-style {
        font-size: 12px !important;
    }
    .portal-inline-alert {
        margin-bottom: 16px;
        padding: 9px 12px;
        font-size: 12px;
        line-height: 1.45;
    }
    .portal-otp-header,
    .portal-otp-body,
    .portal-otp-footer {
        padding-left: 14px;
        padding-right: 14px;
    }
    .portal-otp-body {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .portal-otp-title-copy h4 {
        font-size: 22px;
    }
    .portal-otp-title-copy p,
    .portal-otp-message {
        font-size: 13px;
        line-height: 1.65;
    }
    .portal-otp-hero {
        width: 74px;
        height: 58px;
        margin-bottom: 4px;
    }
    .portal-otp-hero-icon-main {
        font-size: 28px;
    }
    .portal-otp-hero-icon-lock {
        left: 29px;
        top: 18px;
        width: 16px;
        height: 16px;
        font-size: 8px;
    }
    .portal-otp-message {
        margin-bottom: 10px;
        max-width: none;
    }
    .portal-otp-feedback {
        max-width: none;
        padding: 9px 11px;
        font-size: 12px;
    }
    .portal-otp-label {
        margin-bottom: 8px;
        font-size: 12px;
    }
    .portal-otp-slots {
        gap: 6px;
    }
    .portal-otp-slot {
        height: 46px;
        border-radius: 12px;
        font-size: 20px;
    }
    .portal-otp-helper {
        font-size: 12px;
        max-width: none;
    }
    .portal-otp-btn {
        height: 44px;
        font-size: 15px;
    }
    .portal-otp-resend-copy,
    .portal-otp-resend-btn,
    .portal-otp-resend-hint,
    .portal-otp-back-link {
        font-size: 12px;
    }
    .portal-otp-footer {
        gap: 10px;
        padding-top: 4px;
        padding-bottom: calc(14px + env(safe-area-inset-bottom, 0px));
        margin-top: auto;
    }
    #footer {
        display: none;
    }
}

@media only screen and (max-width: 420px) {
    .portal-otp-header,
    .portal-otp-body,
    .portal-otp-footer {
        padding-left: 12px;
        padding-right: 12px;
    }
    .portal-otp-title {
        gap: 0;
    }
    .portal-otp-title-copy h4 {
        font-size: 18px;
    }
    .portal-otp-message,
    .portal-otp-helper,
    .portal-otp-resend-copy,
    .portal-otp-title-copy p {
        font-size: 11px;
    }
    .portal-otp-hero {
        width: 68px;
        height: 52px;
        margin-bottom: 2px;
    }
    .portal-otp-hero-icon-main {
        font-size: 24px;
    }
    .portal-otp-hero-icon-lock {
        left: 27px;
        top: 16px;
        width: 14px;
        height: 14px;
        font-size: 7px;
    }
    .portal-otp-slots {
        gap: 4px;
    }
    .portal-otp-slot {
        height: 42px;
        border-radius: 10px;
        font-size: 18px;
    }
    .portal-otp-btn {
        height: 42px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 510px) {
    #footer {
        display: none;
    }
}

@media only screen and (max-width: 400px) {
    #footer {
        display: none;
    }
}

@media only screen and (max-width: 320px) {
    #footer {
        display: none;
    }

}















.backgroup-blue {
    background: #102EA6 !important;
}

.margin-bot-0 {
    margin-bottom: 0 !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.width-100 {
    width: 100% !important;
}
.width-80 {
    width: 80% !important;
}
.width-20 {
    width: 20% !important;
}
.width-50 {
    width: 50% !important;
}
.width-40 {
    width: 40% !important;
}
.width-10 {
    width: 10% !important;
}

.fl-left {
    float: left;
}

.padding-top-15 {
    padding-top: 15px;
}
.padding-top-10 {
    padding-top: 10px;
}
.padding-top-5 {
    padding-top: 5px;
}
.txt-center {
    text-align: center;
}

.no-margin {
    margin: 0 !important;
}