@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
body {
  font-family: "Prompt", sans-serif;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.input-group>.select2-container {
    /* max-width: 80%; */
    width: auto !important;
    flex: 1 1 auto !important;
}

.input-group>.select2-container .select2-selection--single {
    height: 100%;
    line-height: inherit;
}

.select2-selection {
    overflow: hidden;
}

.select2-selection__rendered {
    white-space: normal;
    word-break: break-all;
}

.select2_editable {
    width: 200px;
}

.editable-input select.form-control {
    width: 200px;
}

.badge-sm {
    padding: .14rem 0.31rem;
    font-size: .6rem;
}

.badge-md {
    padding: .24rem 0.51rem;
    font-size: .7rem;
}

.spinner-border {
    margin-right: 8px;
    margin-bottom: 1px;
}

#bulk-action {
    width: 100px;
    display: inline-block;
}

#bulk-actions {
    width: 100px;
    display: inline-block;
}

.w-100px {
    width: 100px;
}

.d-inline-block {
    display: inline-block;
}

.modal[style*='display: block']~.editable-popup {
    z-index: 999999;
}

.wysihtml5-toolbar .dropdown-menu li a {
    color: #000;
}

.wysihtml5-sandbox {
    width: 400px !important;
    resize: auto;
    height: 110px !important;
}

.subcard {
    padding: 12px;
    margin: 5px;
    background-color: rgba(0, 0, 0, 0.03);
    border-radius: 5px;
}

table .sticky-header {
    position: sticky;
    top: -1px;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
    z-index: 9;
}

.cursor-pointer:hover {
    cursor: pointer;
}

.underline:hover {
    text-decoration: underline dashed 1px;
}

.icon-button {
    font-size: 0.8rem;
}

.tr-spacer-top {
    border-top: 20px solid;
    border-color: transparent;
    display: block;
}

.height-fit-content {
    height: fit-content !important;
}

.tooltip-inner {
    max-width: 350px !important;
}

/** Tooltip maximum width */
.table-layout-fixed {
    table-layout: fixed;
}

/** Allows table column width to be modified */
.widget-chat .chat-content .chat-body .chat-message .attachment img {
    max-width: 300px;
}

/** Remove the background for image attachment in the support chat */
.widget-chat .widget-chat-container {
    height: 70vh;
}

/** Heart icon on services page (like a service) */
.is-favourite {
    color: #f37885;
}

/** Tooltip cursor on hover */
form[data-bs-toggle="tooltip"]:hover {
    cursor: help;
}


/** Making tables scrollable. Apply only after testing */
.table-overflow {
    overflow: auto !important;
}

.pre-scrollable {
    overflow-y: auto;
}

/** Icons not showing fully inside bootstrap-select */
.bootstrap-select .btn[role="combobox"] {
    line-height: 1.5rem;
}


/** Metronic modifications */

/** Dark nav-link color */
/* .nav-link.nav-link-dark {
    color: #181C32;
} */

fieldset, div.form-group {
    margin-top: 0.925rem !important;
}

.nav-pills .nav-item:last-child {
    margin-right: 0.5rem !important;
}

/* .nav-link-dark-bg {
    font-size: 1.1rem;
    background: none;
    color: #181C32;
    padding: calc(0.75rem + 1px) calc(1.5rem + 1px);
}

.nav-link-dark-bg.active {
    color: #ffffff;
    border-color: #181C32;
    background-color: #181C32 !important;
}
 */


/** responsive */

@media (max-width: 991.98px) {
    .nav-link-dark {
        padding: 0.4rem 0.65rem !important;
    }
}

.editable-xl {
    width: 600px !important;
}

.editable-lg {
    width: 400px !important;
}

/* #kt_toolbar {
    min-height: 15vh;
} */

.borderless {
    border: none !important;
}

.form-check.form-check-custom.form-check-xs .form-check-input {
    height: 1rem;
    width: 1rem;
}

.description img {
    max-width: 100%;
}

.bigdrop {height:600px}
.bigdrop.select2-container .select2-results {max-height: 500px;}
.bigdrop .select2-results {max-height: 400px;}
.select2-container--bootstrap5 .bigdrop.select2-dropdown .select2-results__options {
    min-height: 515px;
    max-height: 515px;
    overflow-y: auto;
}


.missing-category-img {
    font-size: 3rem !important;
    color: #d1d1d1;
    width: 30px;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.editable-xl {
    width: 600px !important;
}

.editable-md, .editable-md + .select2-container  {
    width: 500px !important;
}

.editable-lg, .editable-lg + .select2-container  {
    width: 800px !important;
}

table.dataTable {
    min-height: 125px;
}

.table-responsive {
    overflow: inherit !important;
}

[data-bs-theme=dark] .swal2-popup {
    background-color: #1E1E2D;
}

/* Datatable row focus animation */

.tr-focus-animation {
    background-color: var(--bs-primary) !important;
    transition: background-color 1s;
}


@media (max-width: 991.98px) {
    .app-sidebar-logo {
        display: block;
    }

    .app-sidebar-logo .app-sidebar-logo-default {
        scale: 0.7;
    }
}

.cursor-not-allowed	{
    cursor: not-allowed;
}

/* Swal2 dark mode */
html[data-bs-theme="dark"] .swal2-container .swal2-title {
    color: var(--bs-primary-inverse);
}

a.active i {
    color: #fff;
}

.list-group-item {
    background-color: var(--bs-list-group-action-active-bg) !important;
}