:root{
    --title-blue:#153D77;
}
h1,h2,h3,h4,h5,h6,p,span,ul,div{
    font-weight: 400 !important;
}
.table-title {
    font-size: 28px !important;
    font-weight: 400 !important;
}

.text-label-tips{
    color:#757475;
}
.pl-18{
    padding-left: 18px !important;
}

.mr-11{
    margin-right: 11px !important;
}
.mr-15{
    margin-right: 15px !important;
}
.mr-21{
    margin-right: 21px !important;
}

.mr-8{
    margin-right: 8px !important;
}
.mb-43{
    margin-bottom: 43px !important;
}
.mb-37{
    margin-bottom: 37px !important;
}
.mb-32{
    margin-bottom: 32px !important;
}
.mb-21{
    margin-bottom: 21px !important;
}
.mb-12{
    margin-bottom: 12px !important;
}
.mb-11{
    margin-bottom: 11px !important;
}
.mb-8{
    margin-bottom: 8px !important;
}
.mb-0{
    margin-bottom: 0px !important;
}
.nav-bar{
    height: 60px;
    display: flex;
    align-items: center; 
}
/* .nav-bar:hover{
    color: #ffffff !important;
} */
.navBar-1{
    background-color: #093760;
    color: #ffffff;
}
.navBar-2{
    background-color: #ffffff;
    color: #000000;
    border-bottom: 1px solid #E0E0E0;

}
.manage-name{
    min-width: 318px;
    border-right: 1px solid #E0E0E0;
    /* border-bottom: 1px solid #E0E0E0; */
    height: -webkit-fill-available;
    display: flex;
    align-items: center; 
}
.sub-title{
    height: -webkit-fill-available;
    display: flex;
    align-items: center; 
    width: 400px;
}
.font-weight-300{
    font-weight: 300;
}
.main-function > ul{
    display: flex;
    margin: 0px;
}
.main-function > ul > li{
    margin-right: 60px;
    cursor: pointer;
}
.form-check{
    justify-content: flex-start !important;
}
.main-function > ul > li > .router-link > i,.main-function > ul > li > .router-link > span{
    color:#093760 !important;
}
.main-view{
    padding-top: 120px;
}
ul{
    padding: 0px;
    list-style-type: none;
}
.side-menu{
    background-color: #ffffff;
    width: 318px;
    border-right: 1px solid #E0E0E0;
    position: sticky;
    top: 120px;
    z-index: 1000;
    height: calc(100vh - 120px);
    padding-top: 32px;
    padding-left: 20px;
    overflow-y: auto;
}
.main-menu{
    padding-top: 25.5px;
}
.main-menu h4{
    font-size: 20px !important;
}
.main-menu > li{
    margin-bottom: 37px;
    color:#323639;
    font-size: 24px;
}
.sub-menu{
    padding-left: 11px;
    font-size: 18px;
}
.sub-menu > li{
    cursor: pointer;
    color:#323639;
    font-size: 15px;
}
.sub-menu > li.active{
    color:#093760;
    font-weight: 700;
}
.sub-menu > li:hover{
    font-size: 15px;
    font-weight: 700 !important;
    /* background-color: #f8f8f8; */
}
.sub-menu > li:first-child{
    margin-top: 29.5px;
}
.sub-menu > li:not(:first-child){
    margin-top: 32px;
}
.sub-menu > li i{
    margin-right: 29px;
    color:#323639;
}
.content-view{
    padding-left: 30px;
    padding-right: 48px;
    padding-bottom: 43px;
    padding-top: 43px;
    margin-bottom: 62px;
}
.tab-view > .tab-lab{
    display: flex;
    width: 100%;
    border-bottom: 1px solid #E0E0E0;
}
.tab-lab > li{
    width: 134px;
    height: 39px;
    text-align: center;
    padding-top: 5px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    background-color: #ffffff;
}
.tab-lab > li:hover{
    background-color: #f8f8f8;
}
.tab-lab > li.select{
    border-bottom:3px solid #4066CF;
    color:#4066CF;
}
.tab-view > .tab-content{
    padding-top: 37px;
}
.display-flax{
    display: flex;
}
.welcome-item{
    min-width: 386px;
}
.welcome-item:not(:last-child){
    margin-right: 43px;
}
.welcome-item > .card{
    height: 341px;
    border:0px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 25%);
    padding: 43px;
}
.welcome-item > .card > .card-body > h3,h6{
    color: var(--title-blue);
    margin-bottom:21px;
}
.welcome-item > .card > .card-body > p{
    margin-bottom:43px;
}
.fs-13{
    font-size: 13px !important;
}
.fs-14{
    font-size:14px !important;
}
.fs-15{
    font-size:15px !important;
}
.fs-16{
    font-size:16px !important;
}
.fs-18{
    font-size:18px !important;
}
.fs-19{
    font-size:19px !important;
}
.fs-22{
    font-size:22px !important;
}
.fs-30{
    font-size:30px !important;
}
.fs-37{
    font-size:37px !important;
}
a{
    text-decoration:none;
}
a:hover{
    text-decoration:none;
}
.router-link,.router-link:hover{
    color:#000000;
    text-decoration:none;
}
.form-group{
    margin-bottom: 21px;
}
.form-label{
    font-size:16px;
}
footer{
    margin-left: 318px;
    background-color: #ffffff;
    padding-top: 16px !important;
    padding-left: 33px !important;
    padding-right: 33px !important;
    padding-bottom: 12px !important;
}
.tab-content > .tab-tips{
    min-height: 68px;
}
.table-title{
    font-size:28px !important;
    font-weight: 400 !important;
}
thead > tr{
    background-color: #f5f5f5;
}
th{
    font-weight: 700 !important;
    font-size:16px;
    padding-top: 11px;
    padding-bottom: 12px;
}
td{
    font-size:16px;
    padding-top: 11px;
    padding-bottom: 12px;
}
.fa-ellipsis-v{
    cursor: pointer;
}
.base-from-view{
    max-width: 272px;
}
.base-from-272{
    max-width: 272px;
}
.btn-white{
    border: 1px solid #212529;
    color:#212529;
}
.teeth-color-from{
    padding-left: 40px;
}
.info-table{
    width:681px;
}
.info-table > li{
    display: flex !important;
    padding-top: 6px;
    padding-bottom: 6px;
}
.info-table > li:first-child{
    border-top:1px solid #E1E0E0;
}
.info-table > li{
    border-bottom:1px solid #E1E0E0;
}
.info-table > li > div{
    font-size: 18px;
}
.info-table > li > div:first-child{
    width: 387px;
}
.info-table > li > div:last-child{
    width: 294px;
}
.modal-header{
    border-bottom: 0px !important;
    padding-top: 31px;
    padding-bottom: 1px;
    padding-left: 30px;
    padding-right: 30px;
}
.modal-body{
    padding-top: 31px;
    padding-bottom: 1px;
    padding-left: 30px;
    padding-right: 30px;
}
.modal-footer {
    border-top: 19px !important;
    padding-bottom: 19px;
    padding-left: 11px;
    padding-right: 11px;
}
.modal-footer > button {
    font-size: 13px;
}

.full-seucce{
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 1050;
    top: 0px;
    left: 0px;
    background-color:#46464626;
    /* padding-top: 220px; */
}