body {
    font-family Roboto,
    sans-serif;

}

.bg-entyvio-gradient {
    background-image: linear-gradient(to right, rgb(225,36,42), rgb(152, 30, 151));
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    padding: 10px 20px;
}

.sm-desc {
    font-size: 11px;
}

.fs-9 {
    font-size: 9px;
}

.btn-instructions-modal {
    width: 20px;
}

.bg-gray-100 {
    background-color: rgb(243, 244, 246);
    border-radius: 1rem;
}

.txt-red {
    color:  rgb(225,36,42);
}

.position-relative {
    width: 50%;
}

label.radio {
    color: rgb(94, 102, 108);
    border-color: rgb(183 183 183);
    background-color: #fff;
    ;
}

label.radio-r {
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}

label.radio-l {
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
}


.result-box {
    border: 1px solid rgb(183 183 183);
    border-radius: 0.5rem;
}


ul.menu-list {}

ul.menu-list>li {
    list-style: none;
    float: left;
    padding: 0 20px;
}

ul.menu-list>li>a {
    color: #e90517;
    font-weight: bold;
    text-decoration: none;
    font-size: 11px;
}


.color-calculator-divider {
    border: 0.5px solid #b7b7b7;
}

.result-title,
.result-icon{display: inline;}



.result-title,
.result-icon,
.result-score,
.color-results-label,
.result-diagnostic{padding:5px 0}


.result-title{font-weight: bold;}
.result-icon{}
.result-score{font-size: 21px; color: #000; font-weight: bold;}
.color-results-label{}
.result-diagnostic{font-size: 13px; color: #000; font-weight: bold;}

.show-result{min-height: 250px;}



.modal-content {
    justify-content: center;
    align-items: center;
}

.modal-title-header {
    padding-top: 30px;
    text-align: center;
    font-weight: bold;
}

.modal-body {
    padding: 20px 40px !important;
    line-height: 23px;
}

.modal-body ul {
    list-style-type: unset;
}

.btn-modal-close {
    margin-bottom: 30px;
    color: white;
    background-color:  rgb(225,36,42);
    padding: 10px;
    border: 0;
    font-weight: bold;
    font-size: large;
    width: 100px;
    border-radius: 0.25rem !important;
}



/* .container-resource{max-width: 800px;} */
.container-resource a{color:#000; font-size: 16px;}


.btn-print{
    padding: 5px 80px;
    background-color: white;
    border-color:  rgb(225,36,42);
    color:  rgb(225,36,42);
    margin: 15px auto;
    border-radius: 0.25rem !important;    
}