﻿@import url('regform.css');
.bg-gradient-primary-to-secondary {
    background: linear-gradient(90deg,rgba(0, 119, 166, 1) 0%, rgba(0, 67, 138, 1) 50%, rgba(0, 119, 166, 1) 100%);
}

.bg-gradient-light-blue {
    background: linear-gradient(135deg, #cad4ff, #afbeff);
}

.bg-gradient-blue {
    background: linear-gradient(90deg,rgba(0, 119, 166, 1) 0%, rgba(0, 67, 138, 1) 50%, rgba(0, 119, 166, 1) 100%);
}

.bg-gradient-light-green {
    background: linear-gradient(135deg, #d0ffdc, #b6ffd1);
}

.form-control, .form-select {
    border-color: #3a8eff;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
}

    .form-label
    {
        color:#1956a1;
        font-size:1rem;
    }

    .select2 {
        display: block;
        width: 100%;
        font-size: 1rem;
        font-weight: 400;
        color: #212529;
        background-color: #fff;
        border: 1px solid #3a59ff;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0.375rem;
        box-shadow: none;
        transition: all 0.3s ease-in-out;
    }


    .form-control:focus, .form-select:focus, .select2:focus {
        border-color: #004e7d;
        background-color:#aedeff;
        box-shadow: 0 0 5px rgb(30, 113, 175, 0.50);
    }

.form-mandatory {
    color: red;
    font-weight: bold;
}

.section-header {
    background: linear-gradient(to right, #afbeff, #d0d8ff);
    padding: 1rem;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 2rem;
}

    .section-header p {
        margin-bottom: 0;
    }

.card {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border: 1px solid #dee2e6;
}




.tbl {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
}

.tbl-headeritem {
    background-color: #f1f5ff;
    font-weight: bold;
    text-align: center;
    padding: 0.75rem;
    border: 1px solid #dee2e6;
}

.tbl-row td {
    text-align: center;
    padding: 0.75rem;
    border: 1px solid #dee2e6;
}

.form-check-label {
    margin-left: 0.5rem;
}

.child-header2 {
    padding: 5px 10px;
    margin: 5px 0px;
    background-color: #126200;
    color: #ffffff;
}


