﻿
.data-register-view{display: flex; gap: 20px; flex-direction:row;}
.data-register-view .ybsy-block:first-child{flex:1;}

.data-register-count{flex: 1; display: flex; flex-direction: row; gap: 50px; padding:15px 30px; align-items:center;}
.data-register-count>div{flex:1; display:flex; flex-direction:column; justify-content:space-between; height:160px;}
.data-register-count div p{display:flex; flex-direction:row; align-items:center; gap:8px;}
.data-register-count div i.active{color:#145cfa; font-style:normal; margin:0px 5px;}
.data-register-count div p label{font-size:48px;}

.data-register-count>div:nth-child(2){display:flex; align-items:center; justify-content:center; width:50px;}
.data-register-count>span{display:inline-block; width:1px; height:100px; background:#e5e5e5;}
.data-register-count>div>div{display:flex; justify-content:space-between;}


.data-register-score{width:428px; padding:15px 0px; display:flex; gap:20px; justify-content:space-between;}
.data-register-score>div:first-child{display:flex; flex-direction:column; justify-content:center; flex:1; gap:20px;}
.data-register-score>div:first-child p{margin-top:20px;text-align:center;}
.data-register-score>div:first-child p:first-child label{font-size:48px; font-weight:500; color:#333; margin-right:10px !important;}
.data-register-score>div:first-child p:first-child span{font-size:16px; font-weight:500; color:#333;}
.data-register-score>div:first-child p:nth-child(2) {font-size:14px; color:#999999; }
.data-register-score>div:first-child p i{color:#145cfa; font-style:normal;}

.data-register-score>div:last-child{display:flex; flex-direction:column; gap:5px; justify-content:center; }
.data-register-score>div:last-child>div {display:flex; flex-direction:row; gap:10px; align-items:center;}
.data-register-score>div:last-child>div>span{color:#999999;}
.data-register-score>div:last-child>div p{width:200px; text-align:right;}
.progress-bar{height:12px;}

.data-register-list .tab-content{padding:20px 20px;}
.data-register-list .nav-item a {padding:10px 20px 20px 20px; font-size:20px; font-weight:500; color:#333;}
.nav-bordered a.active {    border-bottom: 2px solid #145cfa !important;}
.data-register-list table tr th{border:none; background:#f9f9f9; text-align:center; }
.data-register-list table tr td{border:none; text-align:center;}
.data-register-list table tr:nth-child(even){background:#f9f9f9;}

.data-register-filter{display:flex; flex-direction:row; align-items:center; gap:20px; justify-content:end;}
.data-register-filter>div{display:flex; flex-direction:row; gap:6px; align-items:center;}
.data-register-filter>div input{width:180px; text-align:center;}
.data-register-filter>div:last-child{gap:20px;}

select{width:auto !important;}