.radio-toolbar{width:100%;height:50%;display:flex;justify-content:space-between;margin-bottom:20px}input[type=radio]{opacity:0;position:fixed;width:0px}label{background-color:#2f343c;color:#959eac;width:40px;height:40px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .4s;border:none}label:hover{background-color:#959eac;color:#fff}input[type=radio]:focus+label{background-color:#fb7413;color:#fff}.box_img{display:flex;justify-content:center;margin-bottom:20px}.box_p{display:flex;justify-content:center}#top_p{background-color:#2f343c;color:#fb7413;border-radius:15px;padding:6px 10px;font-size:13px;text-align:center;margin-bottom:20px;width:100%}#thank{color:#fff;font-size:24px;font-weight:600;margin-bottom:15px;text-align:center}#bot_p{color:#959eac;font-size:14px;text-align:center;line-height:20px}.bottom_div{height:45%}
