.breadcrumb,
.breadcrumb-item,
.breadcrumb-item a {
    display: none !important;
    justify-content: flex-start;
    align-items: center;
    line-height: 1;
    margin-left: 0;
}

.breadcrumb {
    margin-bottom: 0;
}

.breadcrumb {
    padding: 8px 0;
    list-style: none;
    margin: 0;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.user-area-image {
    user-select: none;
    pointer-events: none;
}

.user-area-image img {
    max-width: 100%;
    display: block;
    object-fit: contain;
    user-select: none;
    margin: 0 auto;
}

.area-image-content {
    padding: 16px 24px;
    background-color: #f1f1f1;
    height: 100%;
}

.area-image-row img {
    filter: brightness(0) invert(0);
    opacity: 0.8;
}

.area-image-header {
    font-size: 23px;
    line-height: 25px;
    margin-bottom: 24px;
    margin-top: 16px;
    color: #116b85;
}

.area-image-row {
    display: grid;
    grid-template-columns: 36px calc(100% - 46px);
    grid-gap: 4px 10px;
    margin: 6px 0 16px;
}

.area-image-row img {
    width: 36px;
    height: 36px;
    grid-row-start: span 2;
}

.user-area-content-wrapper {
    width: 100%;
    max-width: 400px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 1px -1px rgba(0, 0, 0, .15), 0 1px 2px 0 rgba(0, 0, 0, .1), 0 1px 4px 0 rgba(0, 0, 0, .1);
    padding: 20px;
    display: flex;
    flex-direction: column;
    grid-gap: 16px;
}

.user-area-wrapper .container {
    display: grid;
    grid-template-columns: 58% 41%;
    grid-gap: 10%;
    align-items: center;
}

.area-image-row small {
    opacity: 0.8;
    font-size: 11px;
    display: block;
}

.user-area-wrapper {
    padding: 50px;
    position: relative;
    min-height: 75vh;
    margin-bottom: 30px;
    background-color: transparent;
    background-image: url(/images/bg-user.webp);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.user-area-wrapper .row {
    display: flex;
    align-items: center;
}

/* .container-new {
    background-image: url(/images/banner.svg);
    background-repeat: no-repeat;
    background-position: center center; 
} */

.control-input {
    padding: 10px 12px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ccc;
    outline: none;
    height: 42px;
    font-size: 16px;
    background-color: #fff;
    line-height: 1.42857143;
    color: #555;
    display: block;
}

.control-input:focus {
    border-color: var(--primary);
}

.control-button {
    color: #fff;
    background-color: var(--header-color);
    border: 1px solid var(--header-color);
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    display: block;
    padding: 10px 12px;
    user-select: none;
    line-height: 1.42857143;
    width: 100%;
    text-transform: uppercase;
    width: 100%;
}

.control-button:hover {
    background-color: var(--primary-dk);
    border-color: var(--primary-dk);
}

.btn-wrapper {
    width: 100%;
}

.control-button.btn-igrnore {
    color: #525252;
    background-color: #E5E5E5;
    border-color: #E5E5E5;
    margin-top: 16px;
}

.control-label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

.user-area-wrapper .form-control:focus {
    border-radius: 5px;
    box-shadow: 0 0 0 3px rgba(0 87 226 / 10%);
}

.user-area-wrapper select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
    background-position: calc(100% - 12px) 50%, calc(100% - 7px) 50%, calc(100% - 16px);
    background-size: 5px 5px, 5px 5px, 1px calc(100% - 16px);
    background-repeat: no-repeat;
}

.user-area-wrapper select.form-control:focus {
    background-image: linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, green 50%);
    background-position: calc(100% - 7px) 50%, calc(100% - 12px) 50%;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(0 87 226 / 10%);
}

.social-column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.social-column a:hover {
    opacity: 0.9
}

.btn-register,
.btn-google,
.btn-facebook,
.btn-apple {
    border-radius: 5px;
    width: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 23px;
    padding: 8px;
    margin-bottom: 10px;
    grid-gap: 6px;
    border: 1px solid #E5E5E5;
    color: #525252;
    /* border-radius: 8px; */
}

.btn-facebook:hover,
.btn-google:hover,
.btn-apple:hover {
    background-color: #faf8f8;
}


.btn-register {
    background-color: var(--primary-dk);
    color: #fff;
}


.login-action {
    display: flex;
    flex-direction: column;
    grid-gap: 12px;
}

.checkbox {
    text-align: center;
}

.form-group {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.note {
    font-style: italic;
    color: #999;
    display: block;
    margin-top: 7px;
    font-size: 12px;
    position: absolute;
    top: -10px;
    right: 0;
    background-color: #fff;
    padding: 2px 5px;
    pointer-events: none;
}

.product-noibat-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.product-noibat-content a {
    color: #333;
    font-size: 12px;
    transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    display: block;
    margin: 4px 6px;
    padding: 6px 12px;
    border-radius: 24px;
    background-color: #f8f8f8;
}


.product-noibat-content a:hover {
    color: #38b5df
}

.login-page {
    margin-top: 0;
}

.orther-login {
    padding-bottom: 14px;
    align-items: center;
    display: flex;
    width: 100%;
}

.bg-image {
    width: 40%;
}

.bg-image img {
    width: 100%;
}

.form-group-register {
    width: 100%;
    margin: 0 0 0 auto;
}

.user-area-content form {
    display: block;
    margin: 0;
}

.user-area-header {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin: 0;
    line-height: 1.3;
}

.register-box {
    text-align: center;
    padding: 10px;
    font-size: 15px;
    color: rgba(0, 0, 0, .26) ;
}

.login-orther-line {
    height: 1px;
    width: 100%;
    background-color: #dbdbdb;
    flex: 1;
}

.login-orther-text {
    color: #A3A3A3;
    padding: 0 16px;
    font-size: 14px;
    margin: auto;
}

.form-group.has-error {
    position: relative;
}

.form-group.has-error .note {
    display: none;
}

.form-group.has-error span.help-block {
    position: absolute;
    top: -13px;
    right: 8px;
    background: #FFF;
    padding: 2px 4px;
    margin: 0;
    text-align: right;
    color: #ff2f16;
}

.register-page .has-error span.help-block {
    position: static;
    text-align: left;
    font-size: 14px;
    margin-top: 4px;
    color: #EC4747;
}

.form-group.has-error .control-label {
    color: #333;
}

.form-group .hide-label {
    display: none;
}

.form-group.has-error .form-control {
    border-color: #EC4747;
}

.show-password {
    min-width: 48px;
    height: 100%;
    width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: transparent;
    cursor: pointer;
    color: #595959;
    position: absolute;
    top: 0;
    right: 0;
}

.show-eye-open {
    display: none;
}

.btn-send-code {
    opacity: 0.6;
    pointer-events: none;
    width: 100px;
    min-width: 100px;
}

.btn-send-code.active {
    opacity: 1;
    pointer-events: all;
}


.phone-number {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px;
    grid-gap: 6px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.has-error .phone-number {
    border-color: #EC4747;
}

.phone-number .control-input {
    border: none;
    width: 100%;
    padding: 0 0 0 6px;
    height: auto;
    box-shadow: none !important;
    outline: none;
    line-height: 38px;
}
#otp-code::-webkit-inner-spin-button, 
#otp-code::-webkit-outer-spin-button {
    -webkit-appearance: none; /* Ẩn mũi tên trong trình duyệt WebKit */
    margin: 0; /* Loại bỏ khoảng trống nếu có */
}

#otp-code {
    -moz-appearance: textfield; /* Ẩn mũi tên trong trình duyệt Firefox */
}

.phone-number .help-block {
    top: -22px !important;
}

.form-group.phone-field .help-block {
    position: absolute;
    top: -10px;
    right: 8px;
    background: #FFF;
    padding: 2px 4px;
    margin: 0;
    text-align: right;
}

.form-group.phone-field:has(.help-block) .phone-number {
    border-color: red;
}

.send-code {
    width: 100px;
    height: 40px;
    color: #fff;
    padding: 8px;
    border: 1px solid #2199c4;
    border-radius: 5px;
    background-color: #2199c4;
    position: relative;
}

.send-code:hover {
    background-color: var(--primary-dk);    
}

.submitLoading {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -65px;
    margin-top: -10px;
    border-radius: 20px;
    border: 2px solid rgba(255 255 255 / 50%);
    border-left-color: rgba(255 255 255 / 85%);
    animation: submitLoading 666ms linear infinite;
}

.user-area-header-box,
.user-area-header-login {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.user-area-header-login {
    grid-gap: 16px;
    cursor: pointer;
}

.user-area-header-login-text {
    padding: 4px 12px;
    border: 2px solid var(--header-color);
    position: relative;
    font-size: 14px;
    font-weight: 700;
    border-radius: 2px;
	background: #d9f2f9;
	border: 2px solid var(--header-color);
    width: fit-content;
}

.user-area-header-login-text:after,
.user-area-header-login-text:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.user-area-header-login-text:after {
	border-color: rgba(217, 242, 249, 0);
	border-left-color: #d9f2f9;
	border-width: 7px;
	margin-top: -7px;
}
.user-area-header-login-text:before {
	border-color: rgba(67, 191, 227, 0);
	border-left-color: var(--header-color);
	border-width: 10px;
	margin-top: -10px;
}

.from-group-box {
    display: grid;
    flex-direction: column;
    grid-gap: 10px;
}

.control-input::placeholder {
    font-size: 14px; 
    color: #bababa;
}

.form-group {
    position: relative;
}

.switch-login-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    grid-gap: 4px;
}

.regsiter-policy {
    font-size: 14px;
    text-align: center;
}


.orther-login {
    padding-bottom: 14px;
    align-items: center;
    display: flex;
}

.login-orther-line {
    height: 1px;
    width: 100%;
    background-color: #e1e1e1;
    flex: 1;
}

.login-orther-text {
    color: #A3A3A3;
    padding: 0 16px;
    margin: auto;
    font-size: 14px;
}

.recover-password {
    font-size: 14px;
}

.login-option .login-method {
    font-size: 14px;
    color: var(--primary-dk);
    cursor: pointer;
}

.login-option-password {
    display: none;
}

@keyframes submitLoading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#sendCodeBtn .submitLoading {
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
}

#sendCodeBtn .submitLoading + * {
    display: none;
}

.otp-code-hd {
    position: absolute;
    left: -9999px;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    opacity: 0;
    pointer-events: none;
}

.user-area-wrapper .otp-code-hd {
    position: absolute;
    left: -9999px;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    opacity: 0;
    pointer-events: none;
}

.otp-digit-input-hd, .otp-login-input-hd {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
}


.otp-login-input-hd {
    margin-top: 10px;
    margin-bottom: 15px;
}

.otp-box-hd, .otp-login-box-hd {
    flex: 1;
    height: 55px;
    border: 1px solid #e1e1e1;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    line-height: 52px;
    border-radius: 8px;
    color: #333;
    background-color: transparent;
    transition: .15s all ease-in-out;
}

.otp-box-hd.fake-placeholder-hd,
.otp-login-box-hd.fake-placeholder-hd {
    color: var(--border-color);
}

#otp-code:focus + .otp-digit-input-hd>.otp-box-hd.fake-placeholder-hd,
#otp:focus + .otp-login-input-hd>.otp-login-box-hd.fake-placeholder-hd {
    color: inherit;
}

@media (max-width: 1200px) {
    .form-group.has-error span.help-block {
        font-size: 12px;
        top: 2px;
        /* min-width: 58%; */
    }

    .user-page-area .breadcrumb,
    .breadcrumb {
        background: #fff;
        margin-bottom: 0;
    }

    .login-page {
        margin-top: 0;
    }

    .user-area-wrapper {
        padding: 30px;
    }

    .user-area-image,
    .user-area-content {
        position: relative;
        z-index: 2;
    }

    .user-area-content {
        width: 430px;
        flex: 0 0 430px;
    }

    .note {
        padding: 0 5px;
    }

    .bg-image {
        width: 40%;
        flex: 0 0 calc(100% - 400px);
    }
}

@media (max-width: 800px) {
    .user-area-wrapper {
        position: relative;
        --w: 35%;
        padding: 30px;
    }

    .user-area-content {
        width: 80%;
        margin: 0 auto;
    }

    .bg-image {
        position: absolute;
        width: 400px;
        bottom: 0;
        left: 0;
        z-index: 1;
    }

    .bg-image img {
        width: 100%;
    }
}

@media (max-width: 760px) {
    .breadcrumb {
        white-space: nowrap;
        width: 100%;
        overflow-x: auto;
        font-size: 13px
    }

    .breadcrumb>li {
        margin: 0 6px 0 0
    }

    .user-area-wrapper {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        margin-top: 0
    }

    .user-area-wrapper>* {
        width: 100%;
        padding: 0;
        margin-bottom: 32px
    }

    .area-image-row small {
        font-size: 12px;
        line-height: 16px
    }
}

.cart-policy {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 6px;
    grid-gap: 6px;
    font-size: 14px;
    padding: 0;
    margin-bottom: 32px;
}

.cart-policy > small {
    display: block;
    width: 20px;
    min-width: 20px;
    height: 20px;
    border: 1px solid var(--primary);
    position: relative;
    border-radius: 3px;
}

.cart-policy > small::before {
    content: "";
    width: 12px;
    height: 6px;
    display: block;
    border-left: 2px solid var(--primary);
    border-bottom: 2px solid var(--primary);
    transform: rotate(-45deg);
    position: absolute;
    top: 5px;
    left: 4px
}

.cart-policy a:hover {
    text-decoration: underline;
}

.user-area-app {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 22px;
}

.user-area-app-sub-banner {
    display: flex;
    align-items: center;
    column-gap: 22px;
    transform: translateX(26px);
}

.user-area-app-download-app {
    display: grid;
    gap: 20px;
}

.app-right-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.app-left-wrapper {
    --qr: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 540px;
}

.download-app-header {
    width: 100%;
    white-space: nowrap;
    margin-bottom: 24px;
    text-align: center;
}

.download-app-qr {
    width: 40%;
}

.download-app-action {
    width: 60%;
    display: flex;
    flex-direction: column;
}

.download-app-action a {
    display: block;
    width: fit-content;
    width: -moz-fit-content;
    margin: 10px 0;
}

.download-app-action img {
    width: 240px;
    object-fit: contain;
}

.app-right-wrapper img {
    width: 170px;
    object-fit: contain;
    pointer-events: none;
}

.download-app-heading {
    font-size: 31px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}

.download-app-desc {
    font-weight: 500;
    font-size: 16px;
    margin: 0;
}

.download-app-qr {
    width: var(--qr);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    position: relative;
}

.download-app-qr::after {
    content: "";
    padding-top: 100%;
    display: block;
}

.download-app-qr img {
    width: 98%;
    height: 98%;
    object-fit: contain;
    object-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.download-app-action {
    --space: 24px;
    width: fit-content;
    padding-left: var(--space);
    margin-left: var(--space);
    border-left: 2px solid #fff;
}

.otp-notify {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    margin-bottom: 16px;
    align-items: flex-start;
}

.otp-notify .otp-phone {
    display: inline-block;
}

#js-otp input[type="number"]::-webkit-inner-spin-button,
#js-otp input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.digit-group {
    display: flex;
    align-items: center;
    margin-top: 8px;
    justify-content: center;
    grid-gap: 16px;
    border: 2px solid #d7d7d7;
    border-radius: 7px;
}

.otp-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#register .btn-send-code {
    opacity: 1;
}

#register .btn-send-code small {
    font-size: 100%;
}

#register .btn-send-code small:not(.count-time) {
    cursor: pointer;
}

#register .btn-send-code button {
    background: transparent;
    border: 0;
    padding: 0;
    color: #139CC6;
    height: auto;
    text-align: right;
}

#register .btn-send-code button .count-time {
    color: #A3A3A3;
}

.has-error .digit-group input {
    border-color: #EC4747;
}

.note-form {
    margin-top: 4px;
    display: flex;
    align-items: center;
    grid-gap: 4px;
    font-size: 14px;
    color: #A3A3A3;
}

.note-form.active {
    color: #22C55F;
}

.password-wrapper {
    position: relative;
    width: 100%;
}

.password-wrapper span {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    color: #43BFE3;
    display: block !important;
    cursor: pointer;
}

.password-wrapper input {
    width: 100%;
    padding-right: 55px;
}

.help-block {
    color: #EC4747 !important;
}

.btn-step3 {
    position: relative;
}

.validate-password-length-icon-active, .validate-password-chars-icon-active {
    display: none;
}

#qr-code-image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    height: 200px;
}

#login-by-qr-content {
    position: relative;
}

#qr-code-image svg {
    width: 200px;
    height: 200px;
}

#create-qr-wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .9);
}

#btn-create-qr {
    display: flex;
    align-items: center;
    grid-gap: 5px;
    background: #fff;
    border: 1px solid var(--primary);
    color: var(--primary);
    padding: 5px 10px;
    font-weight: 700;
    border-radius: 4px;
}

.qr-code-txt {
    text-align: center;
}

.qr-code-txt .qr-code-des {
    font-size: 16px;
    margin: 10px 0px;
    color: var(--primary);
    cursor: pointer;
}

.qr-code-txt #qr-code-expired {
    color: var(--price);
}

.qr-code-txt div:not(.qr-code-des) {
    font-size: 18px;
}

.user-area-content {
    position: relative;
}

#qr-code-popup {
    position: absolute;
    top: 0;
    right: calc(100% + 20px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .3s ease;
}

.close-qr-code-popup {
    cursor: pointer;
}

#qr-code-popup.show-popup {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.qr-code-popup-title {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 16px;
    text-align: center;
    font-size: 20px;
}

.qr-code-guide {
    text-align: center;
}

#qr-code-popup img.app-preview {
    height: 282px;
}

#close-qr-code-popup {
    cursor: pointer;
}

#qr-login-success {
    min-height: 425px;
    align-items: center;
    justify-content: center;
    grid-gap: 20px;
    padding: 20px 24px;
}

#qr-login-success svg {
    color: #66CC66;
}

.qr-login-success-title {
    font-size: 18px;
    color: green;
}

.qr-login-txt {
    font-size: 16px;
    text-align: center;
    color: #000;
}

#qr-login-success .back-home-btn {
    width: 100%;
    background: var(--header-color);
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 10px 12px;
}
#qr-login-success .back-home-btn:hover {
    background: var(--primary-dk);
    color: #fff;
}

@media(min-width: 768px) and (max-width: 1023px) {
    .user-area-app {
        order: 2;
    }

    .user-area-content {
        order: 1;
    }

    .form-group.has-error span.help-block {
        top: -9px;
    }

    #qr-code-popup {
        top: calc(100% + 20px);
        left: 50%;
        right: unset;
        transform: translateX(-50%);
    }
}

@media(min-width: 768px) and (max-width: 1200px) {
    .user-area-wrapper .container {
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }

    .app-right-wrapper {
        display: none;
    }

    .user-area-content {
        width: 100%;
    }
    
    .user-area-content-wrapper {
        margin: auto;
    }
}

@media(min-width: 1024px) and (max-width: 1366px) {
    .register-page .user-area-wrapper .container,
    .login-wrapper.user-area-wrapper .container,
    .chiaki-login .container {
        grid-template-columns: 41% 58%
    }
}

/* OTP popup */
.overflow-visible #main .container {
    overflow: visible;
}

.otp-note-btn {
    font-size: 14px;
    color: #139CC6;
    text-align: center;
    cursor: pointer;
}

.otp-note-popup-wrapper {
    position: fixed;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
}

.otp-note-popup-wrapper.show {
    opacity: 1;
    visibility: visible;
}

.otp-note-popup-bg {
    position: fixed;
    inset: 0;
    background: rgba(111, 111, 111, .4);
    z-index: 1;
}

.otp-note-popup {
    width: calc(100% - 24px);
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border-radius: 12px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    grid-gap: 16px;
    max-width: 450px;
}

.otp-note-wrapper {
    position: relative;
    z-index: 99;
    margin: 5px 0 10px 0;
}

.otp-note-popup .otp-title {
    font-size: 20px;
    font-weight: 700;
    color: #0A0A0A;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    line-height: 1;
    margin-bottom: 10px;
}

.otp-note-popup .otp-subtitle {
    font-size: 16px;
    color: #525252;
}

.otp-content-title {
    font-size: 14px;
    font-weight: 700;
    color: #0A0A0A;
    margin-bottom: 4px;
}

.otp-content-txt {
    font-size: 14px;
    color: #525252;
}

.otp-highlight-box {
    padding: 12px;
    border-radius: 8px;
    border: 1px solid var(--Red-500, #EC4747);
    background: var(--Red-50, #FEF2F2);
}

.otp-agree-btn,
.otp-via-phone-btn {
    color: #fff;
    background: var(--primary);
    padding: 8px 20px;
    border-radius: 8px;
    text-transform: uppercase;
}

.otp-via-phone-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 8px;
    width: 100%;
    margin-top: 8px;
    border: 0;
    outline: none;
}

.otp-note-popup .line {
    border-top: 1px solid #f5f5f5;
}

.otp-error-message {
    color: #EC4747;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
}

.close-otp-note-popup {
    cursor: pointer;
}

#resend-otp {
    text-align: center;
    cursor: pointer;
    color: var(--header-color);
    transition: .2s all ease-in-out;
}

#countdown-otp {
    text-align: center;
    font-weight: 400;
    color: #737373;
}
#guest-otp-message {
    color: #ec4747;
    font-size: 14px;
}
.oauth-info-box {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
}
.oauth-info-title {
    font-size: 14px;
    color: #666;
}
.oauth-info-value {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}
.oauth-permissions {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 15px;
}
.oauth-permissions-title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}
.oauth-permission-item {
    display: flex;
    align-items: center;
    padding: 8px 0;
    font-size: 14px;
    color: #555;
}
.oauth-permission-item svg {
    margin-right: 10px;
    color: #2199c4;
}
.oauth-actions {
    display: flex;
    gap: 10px;
}
.btn-approve {
    flex: 1;
    background: #2199c4;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}
.btn-approve:hover {
    background: #1a7aa3;
}
.btn-deny {
    flex: 1;
    background: #fff;
    color: #666;
    border: 1px solid #e5e5e5;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}
.btn-deny:hover {
    border-color: #d0d0d0;
    background: #f8f9fa;
}
.oauth-warning {
    background: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: 8px;
    padding: 12px;
    font-size: 13px;
    color: #856404;
}