
.custom-erp-panel {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    margin: 25px auto;
    padding: 0;
    max-width: 1100px;
    width: 95%;
    direction: rtl;
    font-family: 'Tajawal', 'Segoe UI', sans-serif;
    overflow: hidden;
    margin-bottom: 50px;
}

.panel-header-custom.zahary {
    background: #193d64;
    padding: 18px 25px;
    border-radius: 12px 12px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .panel-header-custom.zahary h4 {
        color: #ffffff !important;
        margin: 0;
        font-size: 18px;
        font-weight: 700;
        display: flex;
        align-items: center;
        gap: 10px;
    }

.form-body-container {
    padding: 30px 25px 50px 25px !important;
}

.asterisk::after {
    content: " *";
    color: red;
    font-weight: bold;
    font-size: 14px;
}

.section-divider-wrapper {
    margin: 25px 0 25px 0;
}

.section-divider {
    background: #193d64;
    padding: 12px 20px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

    .section-divider h5 {
        color: #ffffff !important;
        font-size: 16px;
        font-weight: 700;
        margin: 0;
    }

    .section-divider i {
        color: #17a2b8;
        font-size: 16px;
    }

.form-horizontal .form-group {
    margin-bottom: 20px;
}

.form-horizontal .control-label {
    text-align: center !important;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    display: block;
    font-size: 14px;
}

.modern-square-input {
    display: table;
    border: 1px solid #cccccc;
    border-radius: 4px;
    overflow: hidden;
    height: 42px;
    width: 100%;
    background-color: #fff;
}

    .modern-square-input .input-group-prepend {
        display: table-cell;
        background-color: #f1f1f1;
        padding: 0 15px;
        border-left: 1px solid #ccc;
        color: #666;
        vertical-align: middle;
        width: 1%;
        text-align: center;
    }

    .modern-square-input .form-control, .modern-square-input select {
        display: table-cell;
        border: none !important;
        padding: 8px 12px;
        height: 40px;
        width: 100% !important;
        text-align: center;
    }

.btn-file-custom {
    background-color: #17a2b8;
    color: #fff !important;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    font-weight: 600;
}

.btn-submit-custom {
    background-color: #193d64;
    color: white !important;
    border: none padding: 12px 60px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
}

.modern-square-input .input-group-text i {
    color: #000000 !important;
}

.section-divider i {
    color: #000000 !important;
}

.panel-header-custom.zahary h4 i {
    color: #ffffff !important;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.form-group {
    padding-right: 15px;
    padding-left: 15px;
}

#IsOwner {
    margin-right: 0 !important;
    margin-top: 5px !important;
    width: 20px !important;
    height: 20px !important;
    display: inline-block !important;
}

.section-divider i {
    color: #ffffff !important;
    font-size: 16px;
}

body {
    background-color: #ffffff !important;
    margin: 0;
    padding: 0;
}

.form-body-container {
    background-color: #ffffff !important;
    padding: 30px;
}

.card {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    background-color: #ffffff;
}

.card-header {
    background-color: #fcfcfc !important;
    border-bottom: 1px solid #eee !important;
    border-radius: 12px 12px 0 0 !important;
}

.btn-submit-custom {
    background-color: #193d64;
    color: white !important;
    border: none;
    padding: 12px 60px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
}

.form-body-container {
    padding: 30px;
}

.section-divider {
    background: #193d64;
    padding: 12px 20px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

    .section-divider h5, .section-divider i {
        color: #ffffff !important;
    }

.form-group {
    margin-bottom: 20px !important;
}

.card-body {
    padding: 30px !important;
}

.h-100-card {
    height: 100%;
    margin-bottom: 0 !important;
}

.row.match-height {
    display: flex;
    flex-wrap: wrap;
}

#IsOwner {
    margin-right: 0 !important;
    margin-top: 10px !important;
    width: 20px !important;
    height: 20px !important;
    display: inline-block !important;
}

.modern-square-input {
    display: flex !important;
    align-items: center;
    border: 1px solid #cccccc;
    border-radius: 4px;
    height: 42px;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    direction: rtl;
}

    .modern-square-input .input-group-prepend {
        background-color: #f1f1f1;
        padding: 0 15px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        border-left: 1px solid #ccc;
        color: #666;
        width: 45px;
        flex-shrink: 0;
    }

    .modern-square-input .form-control {
        border: none !important;
        padding: 8px 12px;
        height: 100%;
        width: 100% !important;
        text-align: right;
    }

.wizard-steps {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 30px 0 40px;
    direction: rtl;
}

    .wizard-steps .step {
        text-align: center;
        min-width: 120px;
        position: relative;
    }

    .wizard-steps .circle {
        width: 45px;
        height: 45px;
        line-height: 45px;
        border-radius: 50%;
        background: #f5f5f5;
        border: 2px solid #ddd;
        color: #777;
        font-size: 18px;
        font-weight: bold;
        margin: 0 auto;
    }

    .wizard-steps .title {
        margin-top: 10px;
        font-size: 13px;
        color: #555;
    }

    .wizard-steps .line {
        flex: 1;
        height: 3px;
        background: #ddd;
        margin-top: 22px;
        min-width: 50px;
    }

    .wizard-steps .step.active .circle {
        background: #0f4c81;
        border-color: #0f4c81;
        color: #fff;
    }

    .wizard-steps .step.active .title {
        color: #0f4c81;
        font-weight: bold;
    }

    .wizard-steps .step.completed .circle {
        background: #28a745;
        border-color: #28a745;
        color: #fff;
    }

    .wizard-steps .line.completed {
        background: #28a745;
    }

.wizard-steps {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #fff;
    padding: 15px;
}

.step.completed .circle {
    background: #22c55e;
    border-color: #22c55e;
}

.step-line.completed {
    background: #22c55e;
}

