/* IranNet WHMCS Submit Ticket Step One UI Pass 34
   Loaded only by supportticketsubmit-stepone.tpl. */

.irn-submit-page,
.irn-submit-page * {
    box-sizing: border-box;
}

.irn-submit-page {
    color: #17233d;
    direction: rtl;
    font-family: "IRANSansX", IRANSansX, Tahoma, sans-serif;
    margin: 0 auto;
    max-width: 1380px;
    padding-bottom: 28px;
}

.irn-submit-hero {
    align-items: stretch;
    background:
        radial-gradient(circle at 8% 15%, rgba(47, 99, 255, .13), transparent 27%),
        linear-gradient(135deg, #f4f7ff 0%, #fff 68%);
    border: 1px solid #dfe7f4;
    border-radius: 16px;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1fr) 360px;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 24px 26px;
}

.irn-submit-eyebrow {
    color: #2857df;
    display: block;
    font-size: 11px;
    font-weight: 850;
    margin-bottom: 5px;
}

.irn-submit-hero h1 {
    color: #14213b;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.6;
    margin: 0;
}

.irn-submit-hero__content > p {
    color: #75839a;
    font-size: 12px;
    line-height: 2;
    margin: 5px 0 18px;
}

.irn-submit-steps {
    align-items: center;
    display: flex;
    gap: 10px;
    max-width: 560px;
}

.irn-submit-step {
    align-items: center;
    display: flex;
    gap: 9px;
    min-width: 0;
}

.irn-submit-step > span {
    align-items: center;
    background: #f1f4f8;
    border: 1px solid #dce4ef;
    border-radius: 10px;
    color: #8190a4;
    display: flex;
    flex: 0 0 36px;
    font-size: 11px;
    font-weight: 900;
    height: 36px;
    justify-content: center;
}

.irn-submit-step.is-active > span {
    background: linear-gradient(180deg, #2f63ff 0%, #2454dd 100%);
    border-color: #2454dd;
    color: #fff;
}

.irn-submit-step strong,
.irn-submit-step small {
    display: block;
    line-height: 1.7;
}

.irn-submit-step strong {
    color: #34425b;
    font-size: 10px;
    font-weight: 900;
}

.irn-submit-step small {
    color: #8b97a9;
    font-size: 8px;
}

.irn-submit-step-line {
    background: #dbe4f0;
    flex: 0 1 70px;
    height: 1px;
}

.irn-submit-hero__aside {
    align-content: center;
    background: rgba(255,255,255,.82);
    border: 1px solid #dfe7f3;
    border-radius: 13px;
    display: grid;
    padding: 17px;
}

.irn-submit-hero__aside > span {
    color: #7e8ca0;
    font-size: 9px;
    font-weight: 750;
    margin-bottom: 3px;
}

.irn-submit-hero__aside > strong {
    color: #172a52;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.8;
}

.irn-submit-hero__aside > p {
    color: #8190a4;
    font-size: 9px;
    line-height: 1.9;
    margin: 5px 0 12px;
}

.irn-submit-secondary-btn {
    align-items: center;
    background: #fff;
    border: 1px solid #d4dfed;
    border-radius: 10px;
    color: #244db8 !important;
    display: inline-flex;
    font-size: 10px;
    font-weight: 900;
    gap: 7px;
    justify-content: center;
    min-height: 40px;
    padding: 0 12px;
    text-decoration: none !important;
}

.irn-submit-secondary-btn:hover {
    background: #f7faff;
    border-color: #adc2f6;
}

.irn-submit-section-head {
    align-items: flex-end;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 13px;
    padding: 0 3px;
}

.irn-submit-section-head > div:first-child > span {
    color: #2857df;
    display: block;
    font-size: 10px;
    font-weight: 850;
    margin-bottom: 2px;
}

.irn-submit-section-head h2 {
    color: #17233c;
    font-size: 20px;
    font-weight: 900;
    margin: 0;
}

.irn-submit-section-head p {
    color: #8390a3;
    font-size: 9px;
    line-height: 1.9;
    margin: 4px 0 0;
}

.irn-submit-count {
    align-items: center;
    background: #fff;
    border: 1px solid #dfe7f2;
    border-radius: 10px;
    display: flex;
    gap: 7px;
    min-height: 38px;
    padding: 0 11px;
}

.irn-submit-count strong {
    color: #2857df;
    font-size: 14px;
    font-weight: 900;
}

.irn-submit-count span {
    color: #8190a4;
    font-size: 9px;
    white-space: nowrap;
}

.irn-submit-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.irn-submit-dept-card {
    background: #fff;
    border: 1px solid #dfe7f2;
    border-radius: 14px;
    box-shadow: 0 8px 22px rgba(24,45,83,.035);
    color: inherit !important;
    display: flex;
    flex-direction: column;
    min-height: 174px;
    padding: 15px;
    text-decoration: none !important;
    transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.irn-submit-dept-card:hover {
    border-color: #bfcff0;
    box-shadow: 0 13px 28px rgba(24,45,83,.07);
    transform: translateY(-1px);
}

.irn-submit-dept-card__top,
.irn-submit-dept-card__footer {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.irn-submit-dept-card__index {
    align-items: center;
    background: #eef4ff;
    border-radius: 8px;
    color: #2857df;
    display: flex;
    font-size: 9px;
    font-weight: 900;
    height: 30px;
    justify-content: center;
    min-width: 34px;
    padding: 0 7px;
}

.irn-submit-dept-card__arrow {
    align-items: center;
    border: 1px solid #dce5f0;
    border-radius: 8px;
    color: #6f7f97;
    display: flex;
    font-size: 13px;
    height: 30px;
    justify-content: center;
    transition: background .15s ease, color .15s ease;
    width: 30px;
}

.irn-submit-dept-card:hover .irn-submit-dept-card__arrow {
    background: #2857df;
    border-color: #2857df;
    color: #fff;
}

.irn-submit-dept-card__body {
    flex: 1 1 auto;
    padding: 12px 1px;
}

.irn-submit-dept-card__body h3 {
    color: #18243c;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.8;
    margin: 0 0 5px;
}

.irn-submit-dept-card__body p {
    color: #7e8ca1;
    font-size: 9px;
    line-height: 1.95;
    margin: 0;
}

.irn-submit-dept-card__footer {
    border-top: 1px solid #edf2f7;
    color: #8794a7;
    font-size: 9px;
    padding-top: 10px;
}

.irn-submit-dept-card__footer span:last-child {
    color: #2857df;
    font-weight: 900;
}

.irn-submit-empty {
    align-items: center;
    background: #fff;
    border: 1px dashed #d2ddeb;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 250px;
    padding: 30px;
    text-align: center;
}

.irn-submit-empty__icon {
    align-items: center;
    background: #eef4ff;
    border-radius: 13px;
    color: #2857df;
    display: flex;
    font-size: 18px;
    font-weight: 900;
    height: 50px;
    justify-content: center;
    margin-bottom: 11px;
    width: 50px;
}

.irn-submit-empty h3 {
    color: #17233c;
    font-size: 15px;
    font-weight: 900;
    margin: 0 0 5px;
}

.irn-submit-empty p {
    color: #7c899d;
    font-size: 10px;
    margin: 0;
}

.irn-submit-help {
    align-items: center;
    background: #f8fafc;
    border: 1px solid #e4eaf2;
    border-radius: 12px;
    display: flex;
    gap: 14px;
    justify-content: space-between;
    margin-top: 14px;
    padding: 12px 14px;
}

.irn-submit-help strong,
.irn-submit-help span {
    display: block;
}

.irn-submit-help strong {
    color: #35445d;
    font-size: 10px;
    font-weight: 900;
    margin-bottom: 2px;
}

.irn-submit-help span {
    color: #8491a4;
    font-size: 9px;
    line-height: 1.8;
}

.irn-submit-help a {
    color: #2857df !important;
    flex: 0 0 auto;
    font-size: 10px;
    font-weight: 900;
    text-decoration: none !important;
}

@media (max-width: 991.98px) {
    .irn-submit-hero {
        grid-template-columns: 1fr;
    }

    .irn-submit-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .irn-submit-page {
        padding: 0 4px 20px;
    }

    .irn-submit-hero {
        border-radius: 14px;
        padding: 17px;
    }

    .irn-submit-hero h1 {
        font-size: 22px;
    }

    .irn-submit-steps {
        align-items: stretch;
        flex-direction: column;
    }

    .irn-submit-step-line {
        display: none;
    }

    .irn-submit-section-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .irn-submit-dept-card {
        min-height: 158px;
    }

    .irn-submit-help {
        align-items: flex-start;
        flex-direction: column;
    }
}
