/* DASHBOARD */

.activity-scrollbar-height {
    height: 240px !important;
}

.top-view-pages-scrollbar-height {
    height: 304px !important;
}

.top-view-pages-scrollbar-height {
    height: 304px !important;
}

/* LOGIN */

.min-vh-100 {
    min-height: 100vh !important;
}

.flex-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-between-center {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bg-login {
    background-image: url("../images/products/product_2.webp");
    background-size: cover;
    background-position: center;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #e3ebf6 !important;
    border-radius: 0.25rem !important;
    height: calc(3.5rem + 2px) !important;
}

/* SwAL CSS */

#swal2-title {
    font-size: 20px !important;
}

.swal2-popup {
    width: 27em !important;
}

button.swal2-confirm.swal2-styled.swal2-default-outline {
    font-size: 14px !important;
}

button.swal2-cancel.swal2-styled.swal2-default-outline {
    font-size: 14px !important;
}

button.swal2-confirm.swal2-styled {
    font-size: 14px !important;
}

button.swal2-cancel.swal2-styled {
    font-size: 14px !important;
    border: none !important;
}

.upload_img {
    padding: 12px;
    border: 1px dashed #ccc;
    border-radius: 5px;
    cursor: pointer;
}

.label_upload {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 10px;
}

.text-wrap {
    overflow-wrap: break-word; /* This property allows the text to wrap at any character to prevent overflow */
    word-wrap: break-word; /* For older browsers that support word-wrap instead of overflow-wrap */
    width: 300px; /* Set the width of the paragraph container to a specific value */
}

/* Style for the loading overlay */
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loading-message {
    color: white;
    font-size: 24px;
}

.note-btn.dropdown-toggle:after {
    content: none;
}
