
.line_icon{
   width:20%;
}
.line_text{
    background-color: #06c755;
    border-radius: 2.5vw;
    color: white;
    font-size: min(3vw, 2.5rem);
    font-weight: bold;
}
.qr{
    width:30%;
}

.td_head{
    color:#0059AB;
    font-weight:800;
}
textarea,input[type="text"],input[type="radio"],label{
    border-color:#0059AB;
    border-radius: 5px;
}
select.nsel1{
    position:relative;
    border:none;
    width:99% !important;
}
select.nsel1::before{
    position: absolute;
    border: #0059AB 1px solid;
    
}
label,select.nsel1 option{
    color:#0059AB;
}
.box_4l{
    border: 0;
    padding:5px;
    box-shadow:initial;
}
table.table_info{
    width:100%;
}
table.tb1 {
    border-radius: 10px;
    border: #0059AB 1px solid;
    border-collapse: separate;
}
table.tb1 tr th {
    color:white;
    background-color: #0059AB;
    font-size: large;
    text-align: center;
}
table.tb1 tr td {
    color:#0059AB;
    background-color: white;
    font-size: large;
    text-align: center;
}
input[type='text'] {
    width:100%;
}
select,textarea{
    width:100%;
}