.elementor-449 .elementor-element.elementor-element-27e72b2{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-449 .elementor-element.elementor-element-9e30574{width:100%;max-width:100%;}/* Start custom CSS for shortcode, class: .elementor-element-9e30574 */#ahp-avatar-carousel,
#ahp-otp-inputs {
    margin-bottom: 20px;
}
.ahp-carousel-nav {
    background: #dbe1ff;
    border: none;
    font-size: 24px;
    color: #0a33ff;
    cursor: pointer;
    padding: 5px 13px;
    border-radius: 10px;
    transition:
        color 0.2s,
        background-color 0.2s;
}
.ahp-carousel-nav:hover {
    color: #333;
    background: #f8f8f8;
}
.ahp-main-avatar-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    gap: 10px;
}
.ahp-main-avatar-display {
    width: 90px;
    height: 90px;
    border-radius: 30%;
    border: 0;
    box-shadow: 0 4px 15px rgba(28, 66, 255, 0.3);
    overflow: hidden;
    margin: 10px;
}
#ahp-main-avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    border-radius: 15px;
}
.ahp-thumbnail-wrapper {
    height: 70px;
    overflow-x: auto;
    overflow-y: hidden;
    cursor: grab;
    user-select: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.ahp-thumbnail-wrapper::-webkit-scrollbar {
    display: none;
}
.ahp-thumbnail-wrapper.is-dragging {
    cursor: grabbing;
    scroll-behavior: auto;
}
.ahp-thumbnail-strip {
    display: inline-flex;
    align-items: center;
    padding: 5px 0;
}
.ahp-thumbnail {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 8px;
    cursor: pointer;
    border: 3px solid transparent;
    opacity: 0.6;
    transition: 0.3s;
    flex-shrink: 0;
    pointer-events: none;
}
.ahp-thumbnail.active {
    opacity: 1;
    transform: scale(1.1);
    border-color: #60b6ff;
}
.ahp-form-container {
    text-align: center;
    max-width: 380px;
    width: 380px;
    margin: 20px auto;
    padding: 45px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 15px;
    font-family: VazirMatn, sans-serif;
}
@media (max-width: 480px) {
    .ahp-form-container {
        width: 360px;
        max-width: 380px;
        padding: 50px 15px;
    }
}
.ahp-step {
    display: none;
}
.ahp-step.active {
    display: block;
    animation: 0.5s ahp-fade-in;
}
@keyframes ahp-fade-in {
    from {
        opacity: 0;
        transform: scale(0.98);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
.ahp-form-description {
    font-size: 14px;
    color: #3c3c3c;
    text-align: center;
    margin: 0 0 15px 0px !important;
}
.ahp-message-box {
    display: none;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 8px;
    font-size: 14px;
    text-align: center;
    background: #fff1f2;
    color: #b91e2c;
    font-weight: 400;
    border: 0;
}
.ahp-message-box.success {
    background: #e6f9ee;
    color: #28a745;
}
.ahp-form-group {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
}
.ahp-input-icon {
    position: absolute;
    top: 60%;
    left: 15px;
    transform: translateY(-50%);
    color: #797979;
    pointer-events: none;
    transition:
        transform 0.4s,
        color 0.3s;
}
.ahp-form-group input {
    width: 100%;
    padding: 12px 15px 12px 45px;
    border: 1px solid #cecece;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
    background: #fff;
    color: #212121;
    text-align: center;
    direction: ltr;
    transition:
        border-color 0.3s,
        padding-left 0.4s;
    font-feature-settings: "numr";
}
#ahp_user_name {
    padding: 12px 15px;
    text-align: center;
    direction: rtl;
}
.ahp-form-group input:focus {
    outline: 0;
    border-color: #bbb;
}
.ahp-form-group.input-is-active .ahp-input-icon {
    color: #60b6ff;
    transform: translateY(-50%) translateX(-50px);
}
.ahp-form-group.input-is-active input {
    padding-left: 15px;
}
#ahp-otp-inputs {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.otp-digit {
    width: 48px !important;
    height: 52px !important;
    text-align: center !important;
    font-size: 22px !important;
    padding: 5px !important;
    border-radius: 8px !important;
    border: 1px solid #cecece !important;
    font-feature-settings: "numr";
}
.otp-digit:focus {
    border-color: #60b6ff !important;
    outline: 0;
}
.otp-digit.error {
    border-color: #b91e2c !important;
}
.ahp-controls {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}
.link-btn {
    background: 0 0 !important;
    border: none !important;
    color: #262626 !important;
    cursor: pointer;
    font-weight: 400 !important;
    padding: 0 !important;
    font-size: 13px !important;
    width: auto !important;
}
.link-btn:hover {
    color: #60b6ff !important;
    text-decoration: underline !important;
}
#ahp-login-btn,
#ahp-save-name-btn {
width: 100%;
    padding: 15px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
        background: #007aff;

    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color .2s;
}
#ahp-login-btn:hover,
#ahp-save-name-btn:hover {
    background: #48a4f2;
    color: #fff;
}
[type="button"]:focus,
[type="button"]:hover,
[type="submit"]:focus,
[type="submit"]:hover,
button:focus,
button:hover {
    background: #f8f8f8;
    color: #2f2d2d;
    text-decoration: none;
}/* End custom CSS */