﻿.form-group {
    margin-top: 15px;
    margin-bottom: 25px;
}

    .form-group .fa {
        font-size: 16px;
        color: #6c757d;
        pointer-events: none;
    }

    .form-group label {
        font-size: 15px;
        color: dimgray;
        margin-bottom: 5px;
    }

.dna-input {
    height: 50px;
    padding-left: 60px;
    font-size: 20px;
    font-weight: normal;
    color: var(--bs-primary-color);
    transition: all 0.3s ease-in-out;
    border-color: #D9D9D9;
    border-width: 2px;
    border-radius: 5px;
    border-style: solid;
    box-shadow: 0px 0px 0px 0px rgba(0.25);
}

    .dna-input::placeholder, .select-message {
        font-size: 14px;
        color: #888;
        font-style: italic;
    }


    .dna-input:focus {
        border: 2px solid var(--bs-primary-color);
        background-color: #E6F9F8;
        outline: none;
    }

.dna-check {
    height: 50px;
    padding-left: 20px;
    padding-top: 7px;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
    border-color: #D9D9D9;
    border-width: 2px;
    border-radius: 5px;
    border-style: solid;
    box-shadow: 0px 0px 0px 0px rgba(0.25);
}

.form-check-input:checked {
    background-color: #01BAB3;
    border-color: #E6F9F8;
}

.form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #E6F9F8;
}

.form-group .svg-inline--fa {
    font-size: 32px;
    color: lightgray;
    pointer-events: none;
    transition: color 0.3s;
}

.position-relative:focus-within .svg-inline--fa {
    color: var(--bs-primary-color);
}

.input-icon {
    top: 10px;
    left: 15px;
    font-size: 30px;
}

.mandatory-icon {
    color: #f83f71;
}
