.elementor-765 .elementor-element.elementor-element-c025103{--display:flex;--min-height:100px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-9rem;--margin-bottom:0rem;--margin-left:0rem;--margin-right:0rem;}.elementor-765 .elementor-element.elementor-element-c025103:not(.elementor-motion-effects-element-type-background), .elementor-765 .elementor-element.elementor-element-c025103 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#020202;}.elementor-765 .elementor-element.elementor-element-3b7ba35{--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;--margin-top:0rem;--margin-bottom:-5rem;--margin-left:0rem;--margin-right:0rem;}.elementor-765 .elementor-element.elementor-element-3b7ba35:not(.elementor-motion-effects-element-type-background), .elementor-765 .elementor-element.elementor-element-3b7ba35 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://ikon-iran.com/wp-content/uploads/2026/08/ChatGPT-Image-۲-شهریور-۱۴۰۵،-۱۷_۳۳_۰۸-Copy.webp");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-765 .elementor-element.elementor-element-95c1ffc .elementor-heading-title{color:var( --e-global-color-e5c4ba9 );}.elementor-765 .elementor-element.elementor-element-935e78c .elementor-heading-title{color:var( --e-global-color-accent );}.elementor-765 .elementor-element.elementor-element-0f2b18a .elementor-heading-title{font-family:"IRANYekanX", Sans-serif;font-size:15px;font-weight:300;color:var( --e-global-color-text );}.elementor-765 .elementor-element.elementor-element-5a1c9db{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );border-style:none;--border-style:none;--border-radius:15px 15px 15px 15px;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-765 .elementor-element.elementor-element-3b7ba35{--content-width:1230px;}.elementor-765 .elementor-element.elementor-element-5a1c9db{--width:74%;}}/* Start custom CSS for container, class: .elementor-element-5a1c9db *//* =========================================
   DIGITS - Kyokushin Registration / Login
   Font: IRANYekanX
========================================= */

/* فونت کل فرم */
#digits_protected_765,
#digits_protected_765 * {
    font-family: "IRANYekanX", sans-serif !important;
    box-sizing: border-box;
}

/* کانتینر اصلی فرم */
#digits_protected_765 .digits-form_container {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    padding: 0 !important;
    background: transparent !important;
}

/* باکس داخلی */
#digits_protected_765 .digits-form_wrapper {
    width: 100%;
    padding: 34px 30px 28px !important;

background: #E5E9EE  !important;
    border: 1px solid rgba(28, 36, 52, 0.08);
    border-radius: 22px;

    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.12),
        0 5px 20px rgba(0, 0, 0, 0.06);

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}


/* =========================================
   عنوان
========================================= */

#digits_protected_765 .digits-form_heading {
    margin-bottom: 28px !important;
    text-align: center;
}

#digits_protected_765 .digits-form_heading_text {
    display: block;

    font-family: "IRANYekanX", sans-serif !important;
    font-size: 25px !important;
    font-weight: 800 !important;

    color: #1C2434 !important;
    line-height: 1.7;
}


/* =========================================
   تب‌های ورود با موبایل / ایمیل
========================================= */

#digits_protected_765 .digits-form_tab-bar {
    display: flex !important;

    background: #F3F5F7;
    padding: 5px;

    border-radius: 12px;

    margin-bottom: 22px;
}

#digits_protected_765 .digits-form_tab-item {
    flex: 1;

    padding: 11px 8px !important;

    border-radius: 9px;

    text-align: center;

    font-family: "IRANYekanX", sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;

    color: #7B8491 !important;

    cursor: pointer;

    transition:
        background .25s ease,
        color .25s ease,
        box-shadow .25s ease;
}

#digits_protected_765 .digits-form_tab-item.digits-tab_active {
    background: #FFFFFF !important;

    color: #1C2434 !important;

    box-shadow:
        0 3px 10px rgba(0, 0, 0, .07);
}


/* =========================================
   فیلدها
========================================= */

#digits_protected_765 .digits-form_input_row {
    margin-bottom: 15px !important;
}

#digits_protected_765 .digits-form_input {
    position: relative;
}

#digits_protected_765 input[type="text"],
#digits_protected_765 input[type="tel"],
#digits_protected_765 input[type="email"],
#digits_protected_765 input[type="password"] {

    width: 100% !important;
    height: 54px !important;

    padding: 0 17px !important;

    background: #F7F8FA !important;

    border: 1px solid #E3E6EB !important;
    border-radius: 12px !important;

    outline: none !important;

    color: #1C2434 !important;

    font-family: "IRANYekanX", sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;

    transition:
        border-color .25s ease,
        background .25s ease,
        box-shadow .25s ease;
}

/* Focus */
#digits_protected_765 input:focus {
    background: #FFFFFF !important;

    border-color: #9CF5FF !important;

    box-shadow:
        0 0 0 4px rgba(156, 245, 255, .18) !important;
}

/* Placeholder */
#digits_protected_765 input::placeholder {
    color: #9AA2AE !important;
    opacity: 1;
}


/* =========================================
   فیلد شماره موبایل
========================================= */

#digits_protected_765 .digits-mobile_wrapper {
    display: flex !important;

    width: 100%;

    height: 54px;

    background: #F7F8FA !important;

    border: 1px solid #E3E6EB !important;
    border-radius: 12px !important;

    overflow: hidden;

    transition:
        border-color .25s ease,
        box-shadow .25s ease,
        background .25s ease;
}

#digits_protected_765 .digits-mobile_wrapper:focus-within {
    background: #FFFFFF !important;

    border-color: #9CF5FF !important;

    box-shadow:
        0 0 0 4px rgba(156, 245, 255, .18);
}


/* کشور */
#digits_protected_765 .digits-form_countrycode {
    width: 78px !important;
    min-width: 78px !important;

    display: flex !important;
    align-items: center;

    justify-content: center;

    border-left: 1px solid #E3E6EB;
}

#digits_protected_765 .digits-form_countrycode input {
    width: 42px !important;

    height: 52px !important;

    padding: 0 !important;

    background: transparent !important;

    border: 0 !important;

    box-shadow: none !important;

    text-align: center;

    font-size: 13px !important;
}

#digits_protected_765 .digits-field-country_flag {
    transform: scale(.85);
}


/* شماره */
#digits_protected_765 .digits-mobile_wrapper .digits-form_input:last-child {
    flex: 1;
}

#digits_protected_765 .digits-mobile_wrapper .mobile_field {
    height: 52px !important;

    border: 0 !important;

    background: transparent !important;

    box-shadow: none !important;

    padding-right: 14px !important;
    padding-left: 10px !important;
}


/* =========================================
   Label ها
========================================= */

#digits_protected_765 .field_label {
    display: block;

    margin-bottom: 7px !important;

    color: #353C48 !important;

    font-family: "IRANYekanX", sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}


/* =========================================
   Remember me
========================================= */

#digits_protected_765 .digits-form_rememberme {
    margin-top: 4px !important;
    margin-bottom: 18px !important;
}

#digits_protected_765 .dig_input_wrapper {
    display: flex;
    align-items: center;
    gap: 9px;

    color: #737C89;

    font-size: 12px;
}

#digits_protected_765 .dig_input_wrapper input {
    width: 17px !important;
    height: 17px !important;

    accent-color: #1C2434;

    box-shadow: none !important;
}


/* =========================================
   دکمه
========================================= */

#digits_protected_765 .digits-form_button {

    width: 100% !important;
    height: 55px !important;

    margin-top: 5px !important;

    border: 0 !important;
    border-radius: 13px !important;

    background: #1C2434 !important;

    color: #FFFFFF !important;

    font-family: "IRANYekanX", sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;

    cursor: pointer;

    box-shadow:
        0 8px 20px rgba(28, 36, 52, .18);

    transition:
        transform .2s ease,
        box-shadow .2s ease,
        background .2s ease;
}

#digits_protected_765 .digits-form_button:hover {

    background: #273246 !important;

    transform: translateY(-2px);

    box-shadow:
        0 12px 25px rgba(28, 36, 52, .25);
}

#digits_protected_765 .digits-form_button:active {
    transform: translateY(0);
}


/* =========================================
   لینک ثبت نام / ورود
========================================= */

#digits_protected_765 .dig_login_signup_bar {

    margin-top: 22px !important;

    text-align: center;

    color: #8A929D !important;

    font-family: "IRANYekanX", sans-serif !important;
    font-size: 12px !important;
}

#digits_protected_765 .dig_login_signup_bar a {

    margin-right: 5px;

    color: #1C2434 !important;

    font-weight: 700 !important;

    text-decoration: none !important;

    transition: color .2s ease;
}

#digits_protected_765 .dig_login_signup_bar a:hover {
    color: #6ABFC8 !important;
}


/* =========================================
   فرم ثبت نام - فاصله فیلدها
========================================= */

#digits_protected_765 .digits_register .digits-form_input_row {
    margin-bottom: 14px !important;
}


/* =========================================
   چشم رمز عبور
========================================= */

#digits_protected_765 .digits_password_eye-cont {
    top: 50% !important;
    transform: translateY(-50%);
    left: 15px !important;
    right: auto !important;
}

#digits_protected_765 .digits_password_eye-cont svg {
    width: 19px;
    height: 19px;

    color: #89919D;
}


/* =========================================
   موبایل
========================================= */

@media (max-width: 480px) {

    #digits_protected_765 .digits-form_wrapper {
        padding: 28px 20px 24px !important;
        border-radius: 18px;
    }

    #digits_protected_765 .digits-form_heading_text {
        font-size: 22px !important;
    }

    #digits_protected_765 .digits-form_tab-item {
        font-size: 12px !important;
    }

    #digits_protected_765 input[type="text"],
    #digits_protected_765 input[type="tel"],
    #digits_protected_765 input[type="email"],
    #digits_protected_765 input[type="password"] {
        height: 52px !important;
    }
}/* End custom CSS */