body{
    font-family: Roboto;
}
.sidebar .sidebar-brand{
    height: 105px;
    border-bottom: 1px solid #F4F7FE;
}
.sidebar-dark .nav-item .nav-link{
    color: #687182;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    padding: 6px 4px 6px 0;
    /* margin-top: 16px; */
    text-align: left;
}
.sidebar-dark .sidebar-heading{
    color: #0E286B;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    margin-top: 24px;
}
.sidebar{
    width: 290px;
}
#wrapper #content-wrapper{
    width: calc(100% - 290px);
}
.sidebar-dark .nav-item .nav-link>span{
    margin-left: 4px;
}
.sidebar .nav-item .nav-link[data-toggle=collapse].collapsed::after {
    content: '\f106';
}
.sidebar-dark .nav-item .nav-link[data-toggle=collapse]::after {
    color: #4F5369;
}
.sidebar-dark .nav-link.active{
    color: #0E286B;
    border-right: 4px solid #0B57EB;
}
.sidebar .nav-item .collapse{
    margin: 0;
    padding-left: 20px;
    margin-top: 4px;
}
.sidebar .nav-item .collapse .collapse-inner .collapse-item{
    color: #0E286B;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 8px 4px 8px 12px;
    margin: 0;
    position: relative;
}
.sidebar .nav-item .collapse .collapse-inner .collapse-item.active{
    color: #0B57EB;
    font-weight: 600;
    border-right: 4px solid #0B57EB;
    border-radius: 0;
}
.sidebar .nav-item .collapse .collapse-inner .collapse-item::before{
    /* content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #0B57EB;
    position: absolute;
    left: 0;
    top: 50%;
    display: inline-block;
    transform: translate(0, -50%); */
}
.sidebar .group-navbar-first{
    padding-left: 8px;
    padding-right: 8px;
}
.sidebar .group-navbar-first .scroll-bar{
    /* max-height: 624px; */
    overflow-y: scroll;
    overflow-x: hidden;
}
.sidebar .group-navbar-second{
    border-top: 2px solid #0B57EB;
    background: #F7F9FC;
    box-shadow: 5px 6px 13px 0px rgba(11, 85, 228, 0.24) inset;
    padding-left: 30px;
}
.group-navbar-first .scroll-bar::-webkit-scrollbar {
    width: 0px;
}
.scroll-bar::-webkit-scrollbar-track {
    background: #fff;
}
.scroll-bar::-webkit-scrollbar-thumb {
    background: #0B57EB;
    border-radius: 25px;
}
#wrapper #content-wrapper #content{
    background: #F4F7FE;
    padding: 16px 16px 16px 24px;
}
.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
}
.breadcrumb li::after {
    content: '/';
    margin: 0 8px;
}
.breadcrumb li:last-child::after {
    content: '';
    margin: 0;
}
.breadcrumb li a{
    font-size: 14px;
    color: #687182;
    text-decoration: none;
}
.navbar{
    padding: 0;
}
.navbar h1{
    color: #0E286B;
    font-size: 36px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: -0.72px;
    margin-bottom: 0;
}
.search-block .navbar-search .btn{
    background: #F4F7FE !important;
    border: 0;
    box-shadow: none !important;
    outline: none;
    border-radius: 49px 0 0 49px;
    padding-left: 20px;
    padding-right: 0;
}
.search-block .navbar-search .form-control{
    padding-left: 11px;
    border-radius: 0 49px 49px 0;
    background-color: #F4F7FE;
    box-shadow: none;
    color: #8F9BBA;
    font-size: 14px;
    letter-spacing: -0.28px;
    line-height: 20px;
}
.search-block{
    background-color: white;
    padding: 10px;
    border-radius: 100px;
}
.search-block .input-group{
    width: 214px;
    height: 41px;
}
.navbar .navbar-nav .nav-item{
    display: flex;
    align-items: center;
}
.topbar .nav-item .nav-link{
    padding: 0;
    margin-left: 12px;
}
.sidebar .nav-item .nav-link .img-profile, .topbar .nav-item .nav-link .img-profile {
    height: 41px;
    width: 41px;
}
.card{
    margin-top: 4px;
    border: 0;
    border-radius: 8px;
}
.card-body{
    padding: 16px;
}
.option-block .form-select{
    border: 0;
    padding: 8px 12px;
    color: #4F5369;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    outline: 0;
}
ul.action-button{
    list-style-type: none;
    margin-bottom: 0;
    padding: 0;
}
.action-button .button-item{
    float: left;
    padding: 6px 12px;
    margin-top: 5px;
}
.action-button .button-item:last-child{
    padding: 0;
    margin-left: 16px;
}
.action-button .button-item a{
    color: #4F5369;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
}
button.btnAddNew.btn{
    background: #0B57EB;
    border-radius: 6px;
    border: 1px solid rgba(227, 174, 174, 0.07);
    color: white;
    box-shadow: 4px 4px 21.7px 0px rgba(0, 0, 0, 0.08);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 7px 12px;
}
.table-responsive{
    margin-top: 16px;
}
table thead th{
    background: #EDF2F9;
    backdrop-filter: blur(4px);
    border: 0;
    padding: 7px 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    color: #687182;
    vertical-align: middle;
}
table thead th a{
    color: #687182;
    text-decoration: none;
}
table tbody th{
    color: #0E286B;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    vertical-align: middle;
}
.table td, .table th{
    border-top: 1px solid #E9EDF5;
}
.name-colorpick{
    padding: 1px 12px;
    border-radius: 4px;
    background: #F0FFF8;
    font-size: 12px;
    line-height: 18px;
    color: #14804A;
    display: flex;
    align-items: center;
    width: fit-content;
}
.name-colorpick > div{
    width: 6px;
    height: 6px;
    content: '';
    background: #4CAF50;
    display: inline-block;
    margin-right: 6px;
    border-radius: 2px;
}
.name-colorpick.secondary{
    background: #FFEDEF;
    color: #D1293D;
}
.name-colorpick.secondary > div{
    background: #EF5466;
}
.name-colorpick.info{
    background: #EDEDFC;
    color: #5E5ADB;
}
.name-colorpick.info > div{
    background: #807CEA;
}
.name-colorpick.gray{
    background: #E9EDF5;
    color: #5A6376;
}
.name-colorpick.gray > div{
    background: #687182;
}
.name-colorpick.warning{
    background: #FCF2E6;
    color: #AA5B00;
}
.name-colorpick.warning > div{
    background: #C97A20;
}
.table td .number-use{
    padding: 2px 7px;
    border-radius: 6px;
    background: #E9EDF5;
}
.table td{
    color: #0E286B;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
    padding: 11px 10px;
}
.table td.time-date img{
    margin-right: 6px;
}
.table .dropdown-toggle::after{
    display: none;
}
.table .btn.dropdown-toggle{
    background: white !important;
    border: 0;
    outline: 0;
    padding: 0;
    box-shadow: none !important;
}
.table tbody tr:last-child td, .table tbody tr:last-child th{
    border-bottom: 1px solid #E9EDF5;
}
.pagination-block{
    padding: 0 16px;
}
.pagination-block p{
    color: #687182;
    font-size: 14px;
    line-height: 20px;
}
.pagination-block p > span{
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #E9EDF5;
    font-size: 12px;
    line-height: 18px;
    margin-left: 10px;
}
.pagination .page-link{
    padding-left: 3px !important;
    padding-right: 3px !important;
    border-radius: 8px;
    border: 1px solid #E9EDF5;
    font-size: 12px;
    margin-left: 5px;
    width: max-content;
    min-width: 32px;
    height: 32px;
    padding: 0;
    text-align: center;
    line-height: 30px;
    color: #687182;
    box-shadow: none !important;
}
.page-item:first-child .page-link, .page-item:last-child .page-link{
    border-radius: 8px;
}
.page-item.active .page-link{
    background: #687182;
    color: white;
    border: 0;
}
@media (min-width: 576px){
    .modal-dialog {
        max-width: 562px;
    }
    #deleteItem .modal-dialog {
        max-width: 440px;
    }
}
.modal-header{
    padding: 16px 20px;
    border-bottom: 1px solid #E9EDF5;
}
.modal-title{
    color: #030E23;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
}
.modal-body{
    padding: 22px 20px;
}
.modal-body .form-group label{
    color: #030E23;
    font-size: 14px;
    width: 100%;
}
.modal-body .form-group input{
    padding: 6px 12px;
    border-radius: 8px;
    box-shadow: 0px 0px 0px 1px rgba(134, 143, 160, 0.16), 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
    color: #030E23;
    font-size: 14px;
    border: 0;
}
.modal-footer{
    padding: 16px 20px;
    border-top: 1px solid #E9EDF5;
}
.modal-footer a{
    padding: 8px 12px;
    color: #4F5369;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}
.close{
    opacity: 1;
}
.colorpicker-input-addon:before{
    display: none;
}
.colorpicker-input-addon i{
    height: 40px;
    width: 40px;
    border-radius: 8px;
    border: 1px solid #EEE;
    margin-left: 8px;
}
.modal-body .choose-color{
    padding: 16px 12px;
    border-radius: 8px;
    box-shadow: 0px 0px 0px 1px rgba(134, 143, 160, 0.16), 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
    background: white;
}
#deleteItem .modal-body .title{
    color: #171C26;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 8px;
}
#deleteItem .modal-body p{
    color: #464F60;
    margin-bottom: 0;
}
#deleteItem .modal-footer a{
    padding: 6px 12px;
    letter-spacing: 0.28px;
    border-radius: 6px;
    box-shadow: 0px 0px 0px 1px rgba(70, 79, 96, 0.16), 0px 1px 1px 0px rgba(0, 0, 0, 0.10);
}
#deleteItem button.btnAddNew.btn{
    background: #E60000;
    box-shadow: 0px 0px 0px 1px #D16529, 0px 1px 1px 0px rgba(0, 0, 0, 0.10);
    padding: 5px 12px;
}
.table td .item-select{
    color: #0B57EB;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}
.modal-body .form-group textarea{
    padding: 6px 12px;
    border-radius: 8px;
    background: white;
    box-shadow: 0px 0px 0px 1px rgba(134, 143, 160, 0.16), 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
    color: #171C26;
    font-size: 14px;
    height: 163px;
    width: 100%;
    margin-top: 0;
    border: 0;
}
input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
.modal-body .number-input{
    position: relative;
}
.modal-body .number-input button{
    position: absolute;
    padding: 0;
    top: 50%;
    transform: translate(0, -50%);
    border: 0;
    border-radius: 4px;
}
.modal-body .number-input button.minus{
    right: 37px;
}
.modal-body .number-input button.plus{
    right: 12px;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
    width: 100%;
}
.modal-body .bootstrap-select .dropdown-toggle{
    padding: 6px 12px;
    width: 100%;
    background: white;
    box-shadow: 0px 0px 0px 1px rgba(134, 143, 160, 0.16), 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    outline: 0 !important;
}
.bootstrap-select .dropdown-toggle .filter-option{
    width: auto;
}
.dropdown-item.active, .dropdown-item:active{
    background-color: #0B57EB;
}
.modal-body .form-select{
    padding: 8px 12px;
    border-radius: 8px;
    background: white;
    box-shadow: 0px 0px 0px 1px rgba(134, 143, 160, 0.16), 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
    color: #030E23;
    font-size: 14px;
    border: 0;
    width: 100%;
}
.sidebar-dark .nav-item.active .nav-link[data-toggle="collapse"]{
    border-right: 0;
}
.btn-primary.btnFilter{
    border-radius: 6px 0 0 6px;
    box-shadow: 0px 0px 0px 1px rgba(70, 79, 96, 0.16), 0px 1px 1px 0px rgba(0, 0, 0, 0.10);
    background: white;
    border: 0;
    color: #687182;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.28px;
}
.search-box .icon-search{
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translate(0, -50%);
}
.search-box .left-pan{
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translate(0, -50%);
}
.search-box .form-input{
    padding: 6px 40px;
    max-width: 280px;
    color: #687182;
    font-size: 14px;
    height: auto;
    border-radius: 0 6px 6px 0;
    border: 0;
    box-shadow: 0px 0px 0px 1px rgba(134, 143, 160, 0.16), 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
}
.btnImport.btn{
    padding: 4px 10px;
    border-radius: 4px;
    color: #0B57EB;
    font-size: 14px;
    font-weight: 500;
    background: #E9EDF5;
    border: 0;
}
.choices__list--multiple .choices__item{
    padding: 3px 8px;
    border-radius: 6px;
    border: 1px solid rgb(201 201 201 / 12%) !important;
    background: white !important;
    color: #010510;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
}
.choices__inner{
    border: 0;
    background: white;
    overflow: unset;
    min-height: 40px;
    padding: 6px 12px;
    border-radius: 8px;
    box-shadow: 0px 0px 0px 1px rgba(134, 143, 160, 0.16), 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
    border-radius: 8px !important;
}
.modal-body .form-group .choices__inner .choices__input{
    background-color: white;
    margin-bottom: 0;
    padding: 0;
    box-shadow: unset;
}
.choices__list--dropdown{
    border-radius: 8px;
    box-shadow: 0px 0px 0px 1px rgba(134, 143, 160, 0.16), 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
    background: white;
    border: 0;
    margin-top: 3px;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #E9EDF5;
}
.choices__list--dropdown .choices__item{
    color: #464F60;
}
table thead tr.role-name th{
    background: #F9FBFF;
    border-right: 1px solid #DBDCE0;
}
table thead tr.role-name th:last-child{
    border-right: 0;
}
.sidebar-brand-icon .display-mobile{
    display: none;
}
.form-group .number-select{
    border-radius: 4px;
    border: 1px solid #DBDCE0;
    background: #F0F1F3;
    padding: 0 4px;
    font-size: 12px;
    color: #687182;
    height: max-content;
    margin-left: 6px;
}

/* Login page */
.login-page{
    min-height: 100vh;
    background-image: url('../img/background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.form-login{
    padding: 48px;
    background-color: white;
}
.form-login p{
    color: #1A1A1A;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-top: 48px;
}
.form-login .form-group label{
    padding: 0 16px;
    color: #333;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 0.3px;
    margin-bottom: 8px;
}
form.user .form-control-user{
    padding: 13px 16px;
    border-radius: 6px;
    color: #808080;
    font-size: 15px;
    box-shadow: none;
    border: 0.5px solid #E5E5E5;
    background: #F2F2F2;
    height: auto;
    line-height: 20px;
}
form.user .custom-control-label::before{
    background-color: #E5E5E5;
    border: 0;
    box-shadow: none !important;
}
form.user .custom-switch .custom-control-label::after{
    background: white;
    box-shadow: none !important;
}
form.user .custom-control-input:checked~.custom-control-label::before{
    background: #0B57EB;
}
form.user .custom-control-label{
    color: #1A1A1A;
    font-size: 12px;
    line-height: 20px;
}
.forgot-password{
    color: #0B57EB;
    font-size: 12px;
    text-decoration: none;
    letter-spacing: 0.3px;
}
.btn-user.btn-block{
    padding: 9px 24px;
    border-radius: 6px;
    background: #0B57EB;
    color: white;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.3px;
    box-shadow: none;
    margin-top: 32px;
}
/* End login page */

/* Style button sao chép, import */
.btn.buttons-copy,.btn.buttons-csv,.btn.buttons-excel,.btn.buttons-pdf,.btn.buttons-print,.btn.buttons-collection{
    padding: 7px 12px;
    border-radius: 6px;
    background: transparent !important;
    color: #4F5369;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    border: 0 !important;
    box-shadow: none !important;
}
/* Popup thông báo thành công, thất bại */
.block-result{
    position: fixed;
    bottom: 16px;
    right: 16px;
    background: white;
    padding: 24px 32px;
    border-radius: 12px;
    display: none;
}
.block-result .text-content{
    color: #464F60;
    margin-left: 16px;
}
.block-result .text-content .success{
    color: #43A047;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}
.block-result .text-content .fail{
    color: #E60000;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}
.history-row{
    margin-top: 35px;
}
.history-row .title{
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 8px;
}
.history-row .number{
    padding: 3px;
    border-radius: 50%;
    background: #F1B00A;
    color: white;
    font-size: 12px;
    font-weight: 500;
    min-width: 16px;
    min-height: 16px;
    text-align: center;
    margin-right: 4px;
    margin-bottom: 0;
    line-height: 12px;
    margin-top: 2px;
}
.time-routine .time{
    color: #F1B00A;
    font-size: 14px;
}
.time-routine{
    color: #0E286B;
    font-size: 14px;
    font-weight: 500;
}
.text-underline{
    text-decoration: underline;
}
.history-row .table-change{
    padding-left: 20px;
}
.table-change .table tbody td{
    background-color: white;
}
.history-row .content{
    padding-bottom: 30px;
    position: relative;
}
.history-row .content::after{
    height: calc(100% - 18px);
    width: 8px;
    content: '';
    display: inline-block;
    background: url(../img/line.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 20px;
    left: 4px;
}
.history-row .content:last-child::after{
    display: none;
}
.block-upload-file{
    height: 256px;
    border-radius: 26px;
    border: 4px dashed #CBD0DC;
    background: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.block-upload-file .text-intro{
    color: #0E286B;
    font-size: 14px;
    font-weight: 500;
}
.block-upload-file .type-file{
    color: #687182;
    font-weight: 500;
}
.block-upload-file label {
	display: block;
	width: 152px;
	background-color: white;
	border-radius: 8px;
	font-size: 14px;
	text-align: center;
    color: #0E286B;
    cursor: pointer;
    height: 42px;
    border: 2px solid #CBD0DC;
    line-height: 36px;
}
.block-upload-file input {
	border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.list-file-upload .name-file{
    padding-left: 24px;
}
.list-file-upload .name-file > p{
    color: #292D32;
    font-weight: 500;
}
.list-file-upload .status-upload p{
    color: #A9ACB4;
    font-size: 14px;
}
.list-file-upload .status-upload .status{
    color: #292D32;
    margin-left: 8px;
}
.progress{
    margin-top: 30px;
    height: 10px;
    background-color: #CBD0DC;
}
.progress-bar{
    background-color: #375EF9;
}
.title-table{
    color: #687182;
    font-size: 14px;
}
.title-table span{
    padding: 2px 7px;
    background: #E9EDF5;
    border-radius: 6px;
}
td .delete-action{
    color: #D1293D;
    font-size: 14px;
}
.avatar-part{
    width: 105px;
    height: 105px;
    border-radius: 50%;
    object-fit: contain;
}
.name-profile .name{
    color: #384D6C;
    font-size: 20px;
    font-weight: 700;
}
.name-profile .role{
    color: #384D6C;
    font-size: 20px;
}
.name-profile .profile{
    color: #6B7280;
}
.button-upload input.uploadFile {
	border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
label.button-upload{
    padding: 6px 12px;
    border-radius: 6px;
    border: 1px solid rgba(227, 174, 174, 0.07);
    background-color: #0B57EB;
    box-shadow: 4px 4px 21.7px 0px rgba(0, 0, 0, 0.08);
    color: white;
    font-size: 14px;
    font-weight: 500;
}
.btn.btnDeleteAvatar{
    padding: 6px 12px;
    border-radius: 6px;
    border: 1px solid rgba(174, 192, 227, 0.07);
    background-color: #fff;
    box-shadow: 4px 4px 21.7px 0px rgba(0, 0, 0, 0.08);
    color: #0E286B;
    font-size: 14px;
    font-weight: 500;
    margin-left: 12px;
    max-height: 40px;
}
