@charset "utf-8";
/* CSS Document */
.table_title{
    background: #0489bf;
    line-height: 46px;
    color: #fff;
    text-align: center;
    font-family: 'Inter SemiBold';
    font-size: 16px;
}
.normal_table{
    border: 1px solid #e1e9f2;
    width: 100%;
}
.normal_table tr th{
    border-right: 1px solid #d4e1ef;
    border-bottom: 1px solid #d4e1ef;
    padding: 10px 0px;
}
.normal_table tr th p{
    font-size: 14px;
    font-family: 'Inter Bold';
    padding: 0px 7px;
    line-height: 26px;
}
.normal_table tr td{
    padding-left: 7px;
    border-right: 1px solid #d4e1ef;
    border-bottom: 1px solid #d4e1ef;
}
.normal_table tr td p{
    padding: 10px 0px;
    font-size: 14px;
}
.normal_table tr:nth-of-type(2n){
    background: #f3f7fb;
}
.registration_table{margin-bottom: 30px;}

.register_color {
    font-family: Poppins SemiBold;
    color: #fa670e;
}
