.fs-7px {
    font-size: 7px !important;
}
.sm-action-button {
    padding: 5px 20px;
    font-size: 10px;
}
.nav-link i{
	color: #344767;
	font-size: 14px;
}
.nav-link.active i{
	color: #fff;
}
.form-select.form-select-sm{
	width: 60px !important;
}
.paginate_button.page-item.previous a{
	width: 90px !important;
	border-radius: 20px !important;
	margin-right: 10px;
}
.paginate_button.page-item.next a{
	width: 80px !important;
	border-radius: 20px !important;
	margin-left: 10px;
}
.page-item.active .page-link {
	background-image: linear-gradient(310deg, #344767 0%, #344767 100%);
	border-color: #344767;
}
.text-hai{
    font-size: 30px;
    color: #000;
    margin-bottom:0;
}
/* .row-dashboard .col-sm-6:nth-of-type(1) .card{
    background: linear-gradient(125.17deg, #CDE5FE 29.33%, #B9DCFE 104.17%);
}
.row-dashboard .col-sm-6:nth-of-type(2) .card {
    background: #BEEBFF;
}
.row-dashboard .col-sm-6:nth-of-type(3) .card {
    background: #F4C6FE;
}
.row-dashboard .col-sm-6:nth-of-type(4) .card {
    background: #BEEBFF;
} */
.row-dashboard .card .numbers p {
    color: #787878;
}
.row-dashboard .card .numbers h5 {
    color: #1B4782;
}
.row-dashboard .card .numbers .icon{
    border-radius: 16px;
}

/* detail order*/
.badge-status{
    margin-left: 12px;
    border-radius: 60px;
    padding: 5px 14px;
    /* background: #FFCE51; */
    /* color: #fff; */
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin-top: 9px;
    position: absolute;
    text-transform: capitalize;
}
.text-heading-small{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #989898;
}
i.icon-heading{
    font-size: 20px;
}
i.icon-not-ready{
    color: #EDEDED;
    font-size: 90px;
}
.btn-blue{
    background: #0D5FB3;
    box-shadow: 0px 4px 14px rgba(13, 95, 179, 0.23);
    border-radius: 62px;
    color: #fff;
}
.btn-blue:hover{
    color:#fff;
}
.text-note{
    font-size: 12px;
    margin-top: 8px;
    color: #989898;
}
.text-product{
    width: 300px;
    text-wrap: wrap;
}
.text-note i{
    font-size: 15px;
}
.sum-order{
    background: #F2F6FA;
    border-radius: 4px;
}
.sum-order-success {
    background: #F2FAF4;
    border-radius: 4px;
}
.text-blue{
    color: #0D5FB3;
}
.btn-back{
    font-size: 18px;
    border: 1px solid #989898 !important;
    padding: 10px;
    width: 50px;
    height: 50px;
    background: transparent;
    box-shadow: none;
    margin-right: 10px;
    margin-bottom: 5px;
}
.preloader{
    background-color:#f7f7f7;
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:999999;
    -webkit-transition:.6s;
    -o-transition:.6s;
    transition:.6s;
    margin:0 auto
}
.preloader .preloader-circle{
    width:100px;
    height:100px;
    position:relative;
    border-style:solid;
    border-width:3px;
    border-top-color:#0D5FB3;
    border-bottom-color:transparent;
    border-left-color:transparent;
    border-right-color:transparent;
    z-index:10;
    border-radius:50%;
    -webkit-box-shadow:0 1px 5px 0 rgba(35,181,185,0.15);
    box-shadow:0 1px 5px 0 rgba(35,181,185,0.15);
    background-color:#ffffff;
    -webkit-animation:zoom 2000ms infinite ease;
    animation:zoom 2000ms infinite ease;
    -webkit-transition:.6s;
    -o-transition:.6s;
    transition:.6s
}
.preloader .preloader-circle2{
    border-top-color:#0078ff
}
.preloader .preloader-img{
    position:absolute;
    top:50%;
    z-index:200;
    left:0;
    right:0;
    margin:0 auto;
    text-align:center;
    display:inline-block;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    padding-top:6px;
    -webkit-transition:.6s;
    -o-transition:.6s;
    transition:.6s
}
.preloader .preloader-img img{
    max-width:55px
}
.preloader .pere-text strong{
    font-weight:800;
    color:#dca73a;
    text-transform:uppercase
}
@-webkit-keyframes zoom{
    0%{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);
        -webkit-transition:.6s;
        -o-transition:.6s;
        transition:.6s
    }
    100%{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg);
        -webkit-transition:.6s;
        -o-transition:.6s;
        transition:.6s
    }
}
@keyframes zoom{
    0%{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);
        -webkit-transition:.6s;
        -o-transition:.6s;
        transition:.6s
    }
    100%{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg);
        -webkit-transition:.6s;
        -o-transition:.6s;
        transition:.6s
    }
}