.box {
  margin-bottom: 20px;
}
#radialBarBottom{
  height: 277.5px;
  align-content: center;
}
/*-------Dashbard-2----------*/
.fc-toolbar h2 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 30px;
}
.fc-toolbar .fc-right {
    float: none;
    display: none !important;
    margin: 10px 0;
}
.fc-toolbar .fc-center, .fc-toolbar .fc-left, .fc-toolbar .fc-right{
    clear: none !important;
}
/*-------------*/

/*-------Dashbard-3----------*/
#chart-container{
  height: 316px;
}
@media only screen and (max-width: 1440px) {
  #chart-container{
    height: 296px;
  }
}
/*-------------*/

.widget-technical-analysis{
  overflow: hidden !important;
}

/*-------Dashbard-7----------*/
.ecommerce-box #donut-chart{
  height: 228px;
}

/*-------Dashbard-7----------*/
#sales-chart{
  height: 204.5px;
  min-height: 204.5px !important;
}
@media only screen and (max-width: 1366px) {
  #sales-chart{
    height: 250px;
  }
}


/*-------dashboard-10--------*/
.section-bx a .bx-dec {
  display: none; }
.section-bx a .section-dec {
  position: absolute;
  background-color: rgba(0, 135, 90, 0.9);
  border-radius: 10px;
  padding: 10px;
  -webkit-box-shadow: 0 5px 15px 4px rgba(0, 135, 90, 0.25);
  box-shadow: 0 5px 15px 4px rgba(0, 135, 90, 0.25);
  margin-top: 20px;
  margin-left: 20px;
  z-index: 99; }
  .section-bx a .section-dec img {
    max-width: 100px;
    margin-right: 10px;
    padding: 10px;
    background-color: #0ca773;
    border-radius: 10px; }
.section-bx a:hover {
  background-color: #00875a !important;
  -webkit-box-shadow: 0 5px 15px 4px rgba(0, 135, 90, 0.25);
  box-shadow: 0 5px 15px 4px rgba(0, 135, 90, 0.25); }
  .section-bx a:hover .bx-dec {
    display: block; }


/*-------dashboard-11--------*/
.review-slider .box .dish-img {
  width: 140px !important;
  position: absolute;
  right: -40px;
}
.review-slider .box .review-tx {
    padding-right: 110px;
}
.review-slider .box {
    width: 86%;
    margin-bottom: 0;
}


/*-------dashboard-12--------*/
.toll-free{
  height: 91px;
}
@media only screen and (max-width: 1366px) {
  .toll-free{
    height: 97.4px;
  }
}
@media only screen and (max-width: 1200px) {
  .toll-free{
    height: 153.4px;
    text-align: center;
    align-content: center;
  }
  .toll-free .rounded-circle{
    display: inline-block;
    margin-bottom: 10px;
  }
}

/*-------dashboard-16--------*/
#progressbar1 .progressbar-text, #progressbar2 .progressbar-text, #progressbar3 .progressbar-text {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.0);
  border-radius: 100%;
  height: auto;
  width: auto;
  line-height: 115px;
  }

/* Compact Select2 dropdown search used across the admin interface. */
.select2-search--dropdown {
  padding: 6px !important;
}

.select2-search--dropdown .select2-search__field {
  box-sizing: border-box !important;
  width: 100% !important;
  height: 34px !important;
  min-height: 34px !important;
  padding: 5px 9px !important;
  border: 1px solid #d9d9d9 !important;
  border-radius: 5px !important;
  background-color: #fff;
  color: #1f1f2e;
  font-size: 14px;
  outline: none !important;
  box-shadow: none !important;
}

.select2-search--dropdown .select2-search__field:focus {
  border-color: #9b87e8 !important;
  box-shadow: 0 0 0 2px rgba(155, 135, 232, 0.12) !important;
}


/* REPORT FILTERS MODAL */

.content-wrapper {
        /* position: relative; */
    }

    .theme-primary .dt-buttons .dt-button {
        background-color: #f3f1edff !important
    }

    .theme-primary .dataTables_wrapper .dataTables_paginate .paginate_button.current {
        border: 1px solid #23211d;
        background-color: #ffffff;
    }

    .lead-report-filters .report-multiselect-source {
        display: none !important;
    }

    .lead-report-filters .report-multiselect {
        position: relative;
        width: 100%;
    }

    .lead-report-filters .report-multiselect-toggle::after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 6px solid #6c757d;
        content: '';
        margin-left: 10px;
    }

    .lead-report-filters .report-multiselect.is-open .report-multiselect-toggle::after {
        border-bottom: 6px solid #6c757d;
        border-top: 0;
    }

    .lead-report-filters .report-multiselect-menu {
         background: #fff;
        border: 1px solid #fff;
        border-radius: 6px;
        box-shadow: 0 6px 14px rgba(0, 0, 0, 0.16);
        display: none;
        left: 0;
        max-height: 260px;
        overflow-y: auto;
        padding: 6px 0;
        position: absolute;
        right: 0;
        top: calc(100% + 4px);
        z-index: 1055;
    }

    .lead-report-filters .report-multiselect.is-open .report-multiselect-menu {
        display: block;
    }

    .lead-report-filters .report-multiselect-option {
        align-items: center;
        cursor: pointer;
        display: flex;
        gap: 9px;
        margin: 0;
        padding: 8px 12px;
    }

    .lead-report-filters .report-multiselect-option:hover {
        background: rgba(255, 255, 255, 0.35);
    }

    .lead-report-filters .report-multiselect-option input[type="checkbox"] {
        -webkit-appearance: checkbox !important;
        appearance: checkbox !important;
        accent-color: #1473d2;
        clip: auto !important;
        cursor: pointer;
        display: inline-block !important;
        flex: 0 0 18px;
        height: 18px !important;
        margin: 0 !important;
        opacity: 1 !important;
        pointer-events: auto !important;
        position: static !important;
        visibility: visible !important;
        width: 18px !important;
    }

    .lead-report-filters .report-multiselect-select-all {
        border-bottom: 1px solid #e9ecef;
        font-weight: 600;
    }

    .lead-report-filters .report-multiselect-empty {
        color: #6c757d;
        padding: 9px 12px;
    }

    .lead-report-filters .select2-container {
        width: 100% !important;
    }

    .lead-report-filters .select2-container--default .select2-selection--single {
        box-sizing: border-box;
        height: 56px !important;
        padding: 13px 14px;
    }

    .lead-report-filters .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 28px;
        padding-left: 0;
    }

    .lead-report-filters .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 54px;
    }

    #report-filter-modal .modal-dialog {
        max-width: 1100px;
        min-height: auto;
        width: 100%;
    }

    #report-filter-modal.report-filter-overlay {
        align-items: flex-start;
        background: rgba(15, 23, 42, 0.35);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
        inset: 0;
        justify-content: center;
        min-height: calc(100vh - 70px);
        overflow-y: auto;
        padding: 32px;
        position: absolute;
        z-index: 100;
    }

    #report-filter-modal.report-filter-overlay:not(.show) {
        display: none !important;
        pointer-events: none !important;
        visibility: hidden;
    }

    #report-filter-modal.report-filter-overlay.show {
        pointer-events: auto;
        visibility: visible;
    }

    #report-filter-modal .modal-content {
        width: 100%;
    }

    #report-filter-modal.report-filter-compact .modal-content,
    #report-filter-modal.report-filter-compact .modal-body {
        overflow: visible !important;
    }

    #report-filter-modal .modal-header {
        padding: 24px 28px 12px;
    }

    #report-filter-modal .modal-body {
        padding: 12px 28px 8px;
    }

    #report-filter-modal .modal-footer {
        padding: 14px 28px 24px;
    }

    @media (max-width: 767.98px) {
        #report-filter-modal.report-filter-overlay {
            padding: 16px;
        }

        body.sidebar-open .main-sidebar {
            z-index: 830 !important;
        }
    }

/*-------dashboard-17--------*/
