
.textReadradioBtn{
    color: #00a094;
    text-decoration: underline;
    text-underline-offset: 8px;
    font-size: 18px;
}

#groupradio input[type="radio"]{
    margin-right: 8px;
}
.box-result-1{
    background-color: #4472c4!important; 
    color: #fff;
    font-size: 24px!important;
    padding: 10px;
}

.box-result-1 #output{
    margin: 5px;
}

.box-result-2{
    background-color: #fff!important; 
    border: 4px solid #4472c4!important;
    color: #4472c4;
    font-size: 24px!important;
    padding: 5px!important;
}

.box-result-2 #output{
    margin: 5px;
}

.box-result-1 a{
    color: #fff; 
}

.box-result-2 a{
    color: #000; 
}

.box-check-btnradio{
    display: flex;
    background-color: #dae3f3; 
    padding: 30px;
    border-radius: 20px;
}

.box-result-btnradio{
    background-color: #dae3f3; 
    padding: 10px; 
    text-align: center;
    border-radius: 20px;
    font-weight: bold;
    font-size: 18px;
    margin: 0 25px;
}

.box-dcript{
    font-weight: bold;
    text-align: center;
    color:#fff;
    background-color: #00a094;
    padding: 5px;
    width: 70%;
    margin: 30px auto;
}

.box-dcript p{
    font-size: 18px;
    margin-bottom: 5px;
}

.box-dcript h4{
    font-size: 24px;
    margin: 0 15px 15px 15px;
}


.box-btn-link{
    margin: 40px auto; 
    background-color: #4472c4; 
    width: 400px; 
    text-align: center; 
    padding: 15px 0; 
    border-radius: 10px;
    position: relative;
}

.box-btn-link .btn-link-a{
    color: #fff!important; 
    text-decoration: none!important;
    font-weight: bold;
}

#groupradio{
    font-weight: bold;
    font-size: 18px;
}

#groupradio div span{
    font-size: 14px!important;
}


.box-btn-link .btn-link-a:after {
    content: '';
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    right: 5%;
    top: 50%;
    margin-top: -0.5rem;
    width: 15px;
    height: 15px;
    position: absolute;
  }

.box-btn-link .btn-link-a:before {
    content: '';
    border-bottom: 1px solid #fff;
    border-top: none;
    border-right: none;
    right: 4.5%;
    top: 22%;
    width: 25px;
    height: 15px;
    position: absolute;
  }

.box-check-btnradio .img-responsive{
    height: 70px; 
    margin-top: 10px;
}


@media only screen and (min-width: 600px){

    .box-result-1 img{
        height: 50px;
    }
    
    .box-result-2 img{
        height: 50px;
    }

    #groupradio div{
        float: left;
        width: 10%;
        padding: 10px 40px;
    }

    #groupradio div:nth-child(1),#groupradio div:nth-child(4){
        width: 24%;
    }
    #groupradio div:nth-child(3n){
        width: 35%;
    }
    #output img{
        display: inline;
        margin-right: 15px;
    }
    .box-dcript h4 img{
        display: inline;
        margin-right: 20px;
    } 

    .box-check-btnradio .img-responsive{
        margin-left: 28px;
    }

}
  

@media only screen and (max-width: 599px){
    .box-result-1 img{
        width: 60px;
    }
    
    .box-result-2 img{
        width: 60px;
    }
    .textReadradioBtn{
        text-decoration: unset;
        text-underline-offset: 8px;
        border-bottom: 1px solid #00a094;
        width: 300px;
        padding-bottom: 8px;
        text-align: center;
        margin: 30px auto;
    }

    .box-check-btnradio{
        display: block;
        padding: 30px 15px;
        margin: 10px;
        border-radius: 50px;
    }

    .box-check-btnradio img{
        margin: 20px auto;
    }

    #groupradio div{
        width: 95%;
        padding: 10px 15px;
        margin: 0px auto;
    }

    #groupradio input[type="radio"]{
        margin-right: 10px;
    }


    .box-result-btnradio{
        margin: 10px;
    }

    #output img{
        margin: 0 auto 15px;
    }

    .box-dcript h4 img{
        margin: 20px auto;
    } 

    .box-dcript{
        width: unset;
        margin: 10px;
    }

    
    .box-result-1 #output{
        margin: 20px;
    }
    
    .box-result-2 #output{
        margin: 20px;
        padding: 12px 0px;
    }

    .box-btn-link{
        width: 95%; 
    }
}


@media only screen and (max-width: 455px){
    #groupradio div{
        width: 95%;
        padding: 10px 15px;
    }
}

