* {
	word-break: keep-all;
}

i {
	vertical-align: middle;
}

.pointer{
	cursor: pointer;
}

.modal-header {
    background: slategray;
    color: white;
}

.table{
    font-size: 100%;
}

.fsp-80{
	font-size: 80%;
}
.fsp-90{
	font-size: 90%;
}
.fsp-100{
	font-size: 100%;
}
.fsp-110{
	font-size: 110%;
}
.fsp-120{
	font-size: 120%;
}
.fsp-130{
	font-size: 130%;
}
.fsp-140{
	font-size: 140%;
}
.fsp-150{
	font-size: 150%;
}
.fsp-200{
	font-size: 200%;
}

p{
	margin-bottom: 0;
}

body[data-sidebar=dark] .menu-title {
    color: lightgray;
}

#paged-wrap, #modal-paged-wrap{
    margin-top: 10px;
}

.page-link{
    border-radius: 0;
}

.page-item.active .page-link {
    color: white !important;
    background-color: #6C757D;
    border-color: #6C757D;
}

.page-link.btn-arrow {
    padding-left: 9px;
    padding-right: 9px; 
    padding-top: 10px;
    padding-bottom: 12px;
}

.min-w-80{
    min-width: 80px;
}
.min-w-100{
    min-width: 100px;
}

#no-data {
    text-align: center;
    font-size: 16px;
    padding: 50px 0;
    line-height: 70px;
}
#no-data i{
    font-size: 100px;
    color: lightgray;
}

.no-data {
    text-align: center;
    font-size: 16px;
    padding: 50px 0;
    line-height: 70px;
}
.no-data i{
    font-size: 100px;
    color: lightgray;
    width: auto !important;
}

.modal-no-data {
    text-align: center;
    font-size: 16px;
    padding: 30px 0;
}
.modal-no-data i {
    font-size: 70px;
    color: lightgray;
    margin-bottom: 20px;
    display: inline-block;
}

table th, table td{
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
}

.form-label{
    font-weight: bold;
    font-size: 110%;
}

.avatar-xsm {
    height: 2rem;
    width: 2rem;
}

.container-xsm{
    max-width: 400px;
}

.sidebar-enable.vertical-collpsed .navbar-brand-box{
    padding-top: 23px;
}

.footer {
    color: #eee;
    background: slategray;
}

.notification-item .avatar-title{
    width: 33px;
    height: 33px;
}

#allim-wrap{
    max-height: 230px;
    overflow: auto;
}

#allim-empty{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 30px;
}
#allim-empty i {
    font-size: 50px;
    color: lightgray;
    display: block;
    margin-bottom: 10px;
}

.table-orders th{
    width: 15%;
    background: #fafafa;
}
.table-orders td{
    width: 35%;
    padding: 5px;
}

.tr-work.active{
    font-weight: bold;
    --bs-table-bg: lightgoldenrodyellow;
    --bs-table-color: blue;
}

.mb-0.card-title.flex-grow-1{
    padding-top: 10px;
    padding-bottom: 10px;
}

.text-danger{
    --bs-table-color: #f46a6a;
}
.text-primary{
    --bs-table-color: #556ee6;
}

.bg-th{
    background: #fafafa !important;
}

.note-group-image-url{
    display: none;
}

.note-modal-footer {
    padding-right: 30px !important;
    padding-bottom: 60px !important;
}

.note-modal-body {
    padding-bottom: 0 !important;
}

.table-orders input{
    border: 0;
    padding: 0;
    text-align: center;
}

.row-orders i{
    width: 18px;
    display: inline-block;
}
.row-orders .card{
    --bs-card-border-radius: 0;
}

.form-check-input:disabled {
    opacity: 1;
}

#detail-div {
    border: 1px solid lightgray;
    padding: 10px;
    height: 436px;
    overflow: auto;
}

.w-20{
    width:20%;
}

.deli-image-item {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 33%;
    height: 300px;
    display: inline-block;
}

.deli-image-item-delete{
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    background-color: rgba(0,0,0,0.5);
}
.deli-image-item-delete i{
    color: white;
    width: auto;
}

@media (max-width: 768px) {

    .page-link{
        padding: 0px 5px;
        font-size: 14px;
    }

    .page-link.btn-arrow {
        padding-left: 2px;
        padding-right: 2px;
        padding-top: 3px;
        padding-bottom: 4px;
    }


    .page-content {
        padding-left: 5px;
        padding-right: 5px;
    }

    .card-body {
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar-brand-box{
        padding-top: 23px;
    }

    .deli-image-item {
        width: 49%;
        height: 120px;
    }
}
