label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
}

*, *::before, *::after {
    box-sizing: border-box;
}

form .row > div[class*="col"], .program.entry div[class*="col"] {
    padding-left: 5px;
    padding-right: 5px;
}

.form-group {
    margin-bottom: 1rem;
}

@media only screen and (min-width: 768px){
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
}

.form-control {
    display: block;
    width: 100%;
    height: 35px!important;
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #596882;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #cdd4e0;
    border-radius: 3px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-size: 14px!important;
}

/*

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
    cursor: pointer;
}

.btn, .sp-container button {
    border-width: 0;
    line-height: 1.538;
    padding: 9px 20px;
    border-radius: 0;
    transition: none;
    min-height: 38px;
}

.btn, .sp-container button {
    display: inline-block;
    font-weight: 400;
    color: #031b4e;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 3px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-primary {
    color: #fff;
    background-color: #3366ff;
    border-color: #3366ff;
}

*/

.wrapper-chirowebmd-form{
    position:relative;
    padding-left: 16px;
    padding-right: 16px;
}

.wrapper-chirowebmd-form .loading-mask{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    right: -15px;
    background: white;
    z-index: 999;
}

.wrapper-chirowebmd-form .loading-mask.active{
    opacity: 0.6;
    visibility: visible;
}

.wrapper-chirowebmd-form .field-required{
    font-size: 13px;
    background: red;
    color: #fff;
    padding: 3px 20px;
    display: block;
    margin-top: 5px;
}

.wrapper-chirowebmd-form input[type="radio"][disabled] + span {
    color: Gray;
} 

.wrapper-chirowebmd-form input[type="radio"][checked] + span {
    font-weight: bold; 
    color: Green;
}

.wrapper-chirowebmd-form .form-disable-email-validation{
    font-size: 13px;
    margin-top:10px;
}

.download-box {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.download-box img {
    max-width: 200px!important;
    height: auto;
}

.wrapper-chirowebmd-form .btn.btn-primary{
    border-radius: 3px;
    font-size: 15px;
    line-height: 18px;
    padding: 15px 40px;
    background: #216bbc;
    color: #fff;
    border: 0;
}