﻿
.card-section {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    margin-bottom: 30px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    transition: box-shadow 0.3s ease;
}

.card-section:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}

.card-header-custom {
    background: #6c757d;
    color: white;
    padding: 20px 30px;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

    .card-header-custom i {
        margin-right: 12px;
        font-size: 24px ;
    }

.card-body-custom {
    padding: 30px;
}

.form-group.row {
    margin-bottom: 20px;
}

.form-control {
    border-radius: 6px;
    border: 1px solid #d1d5db;
    padding: 4px 14px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

    .form-control:focus {
        border-color: #6c757d;
        box-shadow: 0 0 0 3px rgba(108, 117, 125, 0.1);
    }

.lblBold {
    font-weight: 600;
    color: #374151;
    display: flex;
    align-items: center;
}

.Required_Field {
    display: flex;
    align-items: center;
}

.btn-primary-custom {
    background: #6c757d;
    border: none;
    color: white;
    padding: 8px 30px;
    border-radius: 6px;
    font-weight: 600;
    transition: transform 0.2s, box-shadow 0.2s;
}

    .btn-primary-custom:hover {
        background: #5a6268;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(108, 117, 125, 0.4);
    }

.btn-secondary-custom {
    background: #6c757d;
    border: none;
    color: white;
    padding: 8px 30px;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.2s;
}

    .btn-secondary-custom:hover {
        background: #5a6268;
    }

.document-section {
    background: #f9fafb;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 20px;
    border-left: 4px solid #6c757d;
}

    .document-section h5 {
        color: #6c757d;
        font-weight: 700;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
    }

        .document-section h5 i {
            margin-right: 10px;
        }

.page-title {
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.input-icon {
    position: relative;
}

    .input-icon i {
        position: absolute;
        left: 12px;
        top: 50%;
        transform: translateY(-50%);
        color: #9ca3af;
    }

    .input-icon .form-control {
        padding-left: 40px;
    }

.password-strength-container {
    margin-top: 10px;
    padding: 15px;
    background: #f9fafb;
    border-radius: 6px;
    border: 1px solid #e5e7eb;
}

.password-requirement {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 13px;
    color: #6b7280;
}

    .password-requirement:last-child {
        margin-bottom: 0;
    }

    .password-requirement i {
        margin-right: 8px;
        font-size: 14px;
    }

    .password-requirement.valid {
        color: #10b981;
    }

        .password-requirement.valid i {
            color: #10b981;
        }

    .password-requirement.invalid i {
        color: #d1d5db;
    }

.company-type-selector {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.company-type-option {
    flex: 1;
    padding: 20px;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
    text-align: center;
}

    .company-type-option:hover {
        border-color: #6c757d;
        background: #f9fafb;
    }

    .company-type-option.selected {
        border-color: #6c757d;
        background: #6c757d;
        color: white;
    }

    .company-type-option input[type="radio"] {
        margin-right: 8px;
    }

    .company-type-option label {
        cursor: pointer;
        margin: 0;
        font-weight: 600;
    }

.regsections {
    width: 85%;
    max-width: none
}

@media only screen and (max-width: 768px) {

    .regsections {
        width: 100%;
        padding: 0 15px;
    }
}

.validation-feedback {
    display: block;
    margin-top: 5px;
    font-size: 13px;
    font-weight: 500;
}

    .validation-feedback.available {
        color: #10b981;
    }

    .validation-feedback.unavailable {
        color: #ef4444;
    }

    .validation-feedback.checking {
        color: #6b7280;
    }

    .validation-feedback i {
        margin-right: 5px;
    }

.input-group-validation {
    position: relative;
}

    .input-group-validation .form-control.is-valid {
        border-color: #10b981;
    }

    .input-group-validation .form-control.is-invalid {
        border-color: #ef4444;
    }

/* Select2 Custom Styles */
.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #d1d5db;
    border-radius: 6px;
    height: 38px;
    padding: 4px 14px;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 28px;
        padding-left: 0;
        color: #374151;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 36px;
    }

.select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #6c757d;
    box-shadow: 0 0 0 3px rgba(108, 117, 125, 0.1);
}

.select2-dropdown {
    border: 1px solid #d1d5db;
    border-radius: 6px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #6c757d;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #d1d5db;
    border-radius: 4px;
    padding: 6px 12px;
}

    .select2-container--default .select2-search--dropdown .select2-search__field:focus {
        border-color: #6c757d;
        outline: none;
    }


