

.section-title1 {
    position: relative;
    z-index: 5;
    text-align: left;
}
.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}
.form-check {
    /* display: block; */
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem;
}
a, a:hover, a:active, a:focus {
    text-decoration: none;
}


h1, h2, h3, h4, h5, h6 {
    color: #fff;
}

.form-control:focus {
    box-shadow: none;
}

.form-control.input-validation-error,
.form-control.input-validation-error + div.input-group-append .input-group-text {
    border-color: #ff4136;
    box-shadow: none;
}


#validationModal ul
{
    margin-bottom:0px;
}


     div.form-wrapper {
        font-family: 'Poppins', sans-serif;
    background-color: var(--primary-color);
    color: #fff;
        padding: 40px;
        margin-bottom: 20px;
        border: 3px solid #eaeaea;
        border-radius: 10px;
        background-color: black;
    }

div.section-title {
    border-bottom: 1px solid rgba(255,255,255,.5);
    color: #fff;
    /* font-size: 14px; */
    padding: 5px 10px;
}




.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2)
}

@media (min-width: 576px) {
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
}
.form-label {
    margin-bottom: .5rem;
    text-align: left;
    display: flex;
}

label {
    display: inline-block;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.form-group{
    text-align: left;
}

.btn-success {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.btn-success:hover {
    color: #fff;
    background-color: #157347;
    border-color: #146c43
}

.btn-check:focus+.btn-success,.btn-success:focus {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
    box-shadow: 0 0 0 .25rem rgba(60,153,110,.5)
}

.btn-check:active+.btn-success,.btn-check:checked+.btn-success,.btn-success.active,.btn-success:active,.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #146c43;
    border-color: #13653f
}

.btn-check:active+.btn-success:focus,.btn-check:checked+.btn-success:focus,.btn-success.active:focus,.btn-success:active:focus,.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(60,153,110,.5)
}

.btn-success.disabled,.btn-success:disabled {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.input-group {
    display: flex;
    flex-direction: column;
    width: 100%;
}

label {
    font-weight: bold;
    margin-bottom: 5px;
}

.custom-file-input {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    background-color: white;
    border: 1px solid #444;
    border-radius: 5px;
    overflow: hidden;
}

.custom-file-input input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.custom-file-label {
    padding: 10px;
    background: #ccc;
    color: black;
    font-size: 15px;
    font-weight: 400;
    width: 120px;
    text-align: center;
    /* border-right: 1px solid #444; */
}

.custom-file-text {
    flex-grow: 1;
    padding: 10px;
    font-size: small;
    color: rgb(54 54 54 / 90%);
}

h3{
    font-size: large;
}


