:root {
    --amoot-login-bg-submit: #F44336;
    --amoot-login-color-submit: #fff;
    --amoot-login-bg-focus-submit: #f03427;
    --amoot-login-input-focus: #f443364d;
    --amoot-login-input-normal: #7272724d;
}

.amoot-login-logged-in-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.amoot-login-logged-in-wrap img {
    width: auto;
    border-radius: 50px !important;
    overflow: hidden;
    max-width: 30px !important;
}

button.amoot-login__enter-mobile___submit,
button.amoot-login__verify-code___submit {
    width: 100%;
    margin-top: 1rem;
    background: var(--amoot-login-bg-submit, blueviolet);
    color: var(--amoot-login-color-submit, #fff);
}

button.amoot-login__enter-mobile___submit:focus,
button.amoot-login__verify-code___submit:focus,
button.amoot-login__enter-mobile___submit:hover,
button.amoot-login__verify-code___submit:hover {
    background: var(--amoot-login-bg-submit, blueviolet);
    color: var(--amoot-login-color-submit, #fff);
}

#amoot-login-modal input {
    border: 1px solid var(--amoot-login-input-normal);
    box-shadow: none;
    outline: 1px solid #f4433603;
    transition: 0.2s all;
    border-radius: 4px;
}

#amoot-login-modal input:focus {
    border: none;
    box-shadow: 0px 0px 5px #f443365e;
    border: 1px solid transparent;
    outline: 1px solid var(--amoot-login-input-focus);
}

.none-amoot-login {
    display: none !important;
}

#amoot-login-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotateX(90deg);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in;
    z-index: 50;
}


#amoot-login-modal .modal-content {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    max-width: 400px;
}


.backdrop-amoot-modal-login {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #1e2226b3;
    top: 0;
    left: 0;
    transition: 0.2s ease-in;
    /* transform: rotateX(90deg); */
    opacity: 0;
    visibility: hidden;
}

.backdrop-amoot-modal-login.show {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #1e2226b3;
    top: 0;
    left: 0;
    opacity: 1;
    visibility: visible;
    /* transform: rotateX(0deg); */
    z-index: 50;
    backdrop-filter: blur(4px);
}

#amoot-login-modal.show {
    display: flex !important;
    border-radius: 4px;
    opacity: 1;
    transform: rotateX(0deg);
    visibility: visible;
}


.amoot-login__verify-code,
.amoot-login__enter-mobile {
    transform: scale(0);
    height: 0px;
}

.amoot-login__verify-code.active,
.amoot-login__enter-mobile.active {
    transform: scale(1);
    height: unset;
}

.notif-amoot-login:empty {
    display: none;
}

.notif-amoot-login {
    background: #3d72e4;
    color: #fff;
    padding: 10px;
    margin: 0.7rem auto 0.8rem;
    border-radius: 3px;
    font-size: 14px;
}

.notif-amoot-login.warn-notif {
    background: transparent;
    color: #D22B2B;
    font-weight: bold;
}

#amoot-login-modal input::-webkit-outer-spin-button,
#amoot-login-modal input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

#amoot-login-modal input[type=number] {
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

button.amoot-login__enter-mobile___submit[disabled],
.amoot-login__verify-code___submit[disabled] {
    opacity: 0.7;
    pointer-events: none;
}

.amoot-custom-menu {
    position: absolute;
    top: 0;
    background: #fff;
    max-height: 0;
    overflow: hidden;
    transition: auto;
    z-index: 9;
}


.amoot-custom-menu {
    max-height: 200px;
}

.drop-menu-amoot-login {
    position: absolute;
    z-index: 5;
    background: #fff;
    top: 9vh;
    box-shadow: -1px 0px 6px #ccc;
    border-radius: 0px 0px 8px 8px;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.3s;
}

.drop-menu-amoot-login ul {
    padding: 10px;
    list-style: none;
    width: 100%;
}

.drop-menu-amoot-login ul li button {
    all: unset;
    cursor: pointer;
    width: 180px;
    padding: 4px;
}

.drop-menu-amoot-login.show-menu {
    height: auto;
    max-height: 500px;
}

li.userData-mobile[verify="true"]:before,
li.userData-email[verify="true"]:before {
    content: "";
    width: 10px;
    height: 10px;
    background: green;
    border-radius: 100px;
    display: inline-block;
    margin-left: 5px;
}

li.userData-mobile[verify="true"],
li.userData-email[verify="true"] {
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

li.userData-name {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 8px;
}

li.userData-name img {
    width: 30px;
    margin-left: 8px;
    margin-bottom: 0px;
}

.amoot-login__enter-mobile img,
.amoot-login__verify-code img {
    width: auto;
    height: 30px;
    object-fit: contain;
    margin: 0 auto;
}

.amoot-login__enter-mobile h4,
.amoot-login__verify-code h4 {
    margin: 0;
    font-size: 20px;
    color: #323335;
    font-weight: 700;
}

.amoot-login__enter-mobile p,
.amoot-login__verify-code p {
    color: #656668;
    font-size: 18px;
    font-weight: 600;
    margin: 14px 0 20px;
}

.amoot-login__enter-mobile input,
.amoot-login__verify-code input {
    width: 100%;
    height: 40px;
    border-radius: 12px !important;
    border: 1px solid var(--Colors-Neutral-70, #B2B3B5) !important;
    background: #FFF;
    text-align: center;
    direction: ltr;
    letter-spacing: 3px;
    font-size: 16px;
}

.amoot-login__enter-mobile button,
.amoot-login__verify-code button {
    width: 100%;
    border-radius: 12px;
    background: #FF6036;
    padding: 8px 20px;
    border: 0px solid;
    font-size: 16px;
}

.modal-content .close {
    position: absolute;
    left: 9px;
    top: 7px;
    background: transparent;
    border: none;
    font-size: 20px;
}

.modal-content {
    position: relative;
}


.modal-content {
    position: relative;
    background-image: url(https://www.amootsms.com/wp-content/uploads/2026/01/Frame-2147226937.png) !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
}