/* Import Inter font via CSS if needed as backup */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');

/* In your materialdesignicons.css or custom CSS */
@font-face {
    font-family: "Material Design Icons";
    src: url("../fonts/materialdesignicons-webfont.woff2?v=5.9.55") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* ← Add this line */
}


.page-title-box, .user-sidebar, .authentication-bg {
    background-image: none !important;
}
.user-sidebar  {
    padding: 10px 0;

    background: #fff;
    /* color: black; */
}
.page-title-box  {
    padding: 20px;
}

.user-sidebar .user-img .circle_bg {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid transparent;
    font-size: 40px;
    font-weight: bold;
    margin:  auto;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    /* padding: 10px; */
}
/* .header-profile-user {
    width: 40px !important;
    height: 400px !important;
} */

/* .tox-tinymce {
    height: 300px !important;
} */

.tox .tox-dialog--width-lg {
    height: 600px !important;
    max-width: 1100px !important;
    margin-left: 200px !important;
}


#page-topbar {
    z-index: 1000;

}



/* Use media query for tablets and desktops */
@media only screen and (max-width: 768px) {
    .page-content {
        padding: 0
    }
}

/* Use media query for desktop */
/* @media only screen and (min-width: 1024px) {
    .page-content {
        padding: 0
    }
} */


/* Dynamic Badge Colors */
.badge-soft-success {
    color: #198754 !important;
    background-color: rgba(25, 135, 84, 0.1) !important;
}

.badge-soft-danger {
    color: #dc3545 !important;
    background-color: rgba(220, 53, 69, 0.1) !important;
}

.badge-soft-secondary {
    color: #6c757d !important;
    background-color: rgba(108, 117, 125, 0.1) !important;
}

/* Trending Icons */
.mdi-trending-up { color: #198754; }
.mdi-trending-down { color: #dc3545; }
.mdi-minus { color: #6c757d; }


.special_card {
    padding: 0rem;
}

/* .btn-outline-primary {
    margin-top: 8px;
    margin-bottom: 8px;
} */

div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    min-width: 60px;
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .page-title-box  {
      margin-top: 70px;
    }
    #reorder-btn {
        margin-top: 5px;
        margin-bottom: 5px;
    }
  }