.bt-eform-lp-com .col-12 {
    width: auto;
}

.bt-eform-lp-com .form-label {
    display: none;
}

.bt-eform-lp-com .btnc-left {
    width: auto;
    margin-right: 10px;
}

.btn {
    padding: .65rem 1.5rem;
    font-size: 14px;
    opacity: 1;
    border-radius: 0;
    font-size: 16px;
    font-weight: 700;
}

.btn-success, .btn-success:hover {
    background: #00285f !important;
    border-color: #00285f !important;
}

.information .form-control {
    padding: 10px !important;
    appearance: auto !important;
    font-size: 1rem !important;
}

.bt-rsv-wrapper .radio-block {
    display: flex;
    align-items: center;
    margin-top: 12px;
}

.bt-rsv-wrapper .radio-block .pl {
    margin-left:15px;
}

.fileupload-buttonbar .col-lg-7 {
    width: auto;
}

.bt-rsv-wrapper .radiocontainer .field-container label {
    display: flex;
    justify-content: flex-start;
}

.bt-rsv-wrapper .radiocontainer .field-container .form-check {
    clear: both;
    display: inline-block;
    margin-left: 15px;
}

.label-hours {
    color: #495057 !important;
    font-size: 14px !important;
    font-weight: bold;
    margin-top: 12px;
}

.form-check {
    padding-top: 8px;
    margin-right: 10px;
}

.fileupload-buttonbar .fileinput-button span {
    display: none;
}

.fileupload-buttonbar .fileinput-button:after {
    content: 'Attach File';
}

.mr-xl-10 {
    margin-right: 10px !important;
}

.divStyle {
    background-color: lightblue;
    padding: 10px;
    border: 1px solid blue;
}

.matmd-input {
    height: 45px;
    width: 100%;
    border: none;
    background-color: #f1f1f1 !important;
}

    .matmd-input:focus {
        outline: none;
        outline: none;
        outline: none;
    }

.confirmmsg {
    background-color: #f2f2f2;
    border-radius: 5px;
    margin-bottom: 0;
    padding: 15px;
    font-size: 1.2rem;
    color: #012b61;
    text-align: center;
}

.confirmmsg {
    background-color: #f2f2f2;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 15px;
    font-size: 1.2rem;
    color: #012b61;
}

.sub-inner {
    background-color: #f2f2f2;
    border-radius: 5px;
    padding: 10px;
    line-height: 26px;
}

.sb-pd-20 {
    padding: 0 10px 0;
    margin-top: 0;
    margin-bottom: 25px;
}

.form-check-inline {
    margin-top: 10px;
}

input[type="radio"] {
    height: 45px;
}

.white-space-pre {
    white-space: pre-line;
}

.thank-you-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #dbe8fc; /* Match your Angular module's background */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.thank-you-message {
    background: #f1f1f1;
    padding: 30px 40px;
    border-radius: 10px;
    font-size: 20px;
    color: #222;
    text-align: center;
    font-weight: 600;
    max-width: 600px;
    margin: 0 auto;
}

.bt-link {
    text-decoration:none;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    background-position: right calc(.375em + .5875rem) center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    background-position: top calc(.375em + .1875rem) right calc(.375em + .5875rem);
}