/* Base widths */
.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

/* Small ≥576px */
@media (min-width: 576px) {
    .w-sm-25 {
        width: 25% !important;
    }

    .w-sm-50 {
        width: 50% !important;
    }

    .w-sm-75 {
        width: 75% !important;
    }

    .w-sm-100 {
        width: 100% !important;
    }

    .w-sm-auto {
        width: auto !important;
    }
}

/* Medium ≥768px */
@media (min-width: 768px) {
    .w-md-25 {
        width: 25% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .w-md-100 {
        width: 100% !important;
    }

    .w-md-auto {
        width: auto !important;
    }
}

/* Large ≥992px */
@media (min-width: 992px) {
    .w-lg-25 {
        width: 25% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .w-lg-75 {
        width: 75% !important;
    }

    .w-lg-100 {
        width: 100% !important;
    }

    .w-lg-auto {
        width: auto !important;
    }
}

/* Extra Large ≥1200px */
@media (min-width: 1200px) {
    .w-xl-25 {
        width: 25% !important;
    }

    .w-xl-50 {
        width: 50% !important;
    }

    .w-xl-75 {
        width: 75% !important;
    }

    .w-xl-100 {
        width: 100% !important;
    }

    .w-xl-auto {
        width: auto !important;
    }
}

/* Back to top */
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/* Breadcrumbs */
.breadcrumb {
    color: #899bbd;
}

.breadcrumb a {
    color: #899bbd;
    transition: 0.3s;
}

.breadcrumb a:hover {
    color: #51678f;
}

.breadcrumb .breadcrumb-item::before {
    color: #899bbd;
}

.breadcrumb .active {
    color: #51678f;
    font-weight: 600;
}

/* Table */
.no-act {
    width: 0;
    min-width: fit-content;
}

.table-responsive {
    min-height: 50vh;
    font-size: 12px;
}

#preview .table-responsive {
    min-height: 20vh;
}

#tblExpAsset {
    min-height: 30vh;
}

/* Editor */
.editor.ql-container {
    height: 200px;
}

/* Modal */
.infoDelete {
    font-size: 72px;
}

/* Tagsinput */
.bootstrap-tagsinput {
    width: 100%;
}

.bootstrap-tagsinput .label-info {
    font-size: 11px;
}

/* Dropdown */
.dropdown .dropdown-item {
    font-size: 13px;
}

/* Select2 */
.select2,
.select2-search,
.select2-results,
.select2-selection__rendered {
    font-size: 13px;
    color: #697a8d !important;
}

/* Asset */
#assetData label {
    padding-top: calc(0.4375rem + 1px);
    padding-bottom: calc(0.4375rem + 1px);
    font-size: 13px;
    line-height: 1.5;
}

/* Preview */
#preview #filename {
    font-size: 12px;
}

/* Scan */
#scanDetail {
    font-size: 13px;
}

#scanDetail label {
    padding-top: calc(0.4375rem + 1px);
    padding-bottom: calc(0.4375rem + 1px);
    font-size: 13px;
    line-height: 1.5;
}

#camera {
    width: 100%;
    height: 200px;
    margin-bottom: -7px;
}

#imgScan {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#imgScan .bx {
    font-size: 100px;
}

#qrImage img {
    width: 100%;
}

/* Competition */
#clubData .badge {
    font-size: 12px;
}

/* Match */
#matchData label {
    padding-top: calc(0.4375rem + 1px);
    padding-bottom: calc(0.4375rem + 1px);
    font-size: 13px;
    line-height: 1.5;
}

/* Order */
#orderData label {
    padding-top: calc(0.4375rem + 1px);
    padding-bottom: calc(0.4375rem + 1px);
    font-size: 13px;
    line-height: 1.5;
}

/* Textarea */
.no-resize {
    resize: none;
}

/* Purchase */
#purchaseData label {
    padding-top: calc(0.4375rem + 1px);
    padding-bottom: calc(0.4375rem + 1px);
    font-size: 13px;
    line-height: 1.5;
}

#purchaseData .alert {
    font-size: 12px;
    padding: 6px 10px;
}

#purchaseData .alert-dismissible .btn-close {
    padding: 10px;
}

/* Notification */
.badge-notifications {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(30%, -30%);
}

.badge-dot, .badge-dot-pending {
    width: 8px;
    height: 8px;
    min-width: 8px;
    padding: 0;
    border-radius: 50% !important;
}

.dropdown-notifications-list {
    width: 280px;
    max-width: calc(100vw - 2rem);
    max-height: 400px;
    overflow-y: auto;
}

.dropdown-notifications-item {
    font-size: 13px;
}

.tooltip-notification .tooltip-inner {
    font-size: 11px !important;
    padding: 4px 8px !important;
}

.descNotif {
    font-size: 13px;
    padding: 5px 15px 0 15px;
}

/* Dashboard */
#transaction-list, #budget-list {
    overflow-y: auto;
    max-height: 250px;
}

#tblExpAsset {
    overflow-y: auto;
    max-height: 250px;
}

#tblExpAsset table thead th {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 1;
}

/* Budget */
.currencyIdr {
    background-color: #eceef1;
    opacity: 1;
}