﻿html {
  overflow-x: hidden;
}

.nav-link i {
  min-width: 1.75rem;
}
.nav-link[data-bs-toggle=collapse]::after {
  content: "\f0140" !important;
  display: block;
  font-family: Material Design Icons !important;
  margin-left: auto;
  transition: transform 0.2s;
}

.dropdown-toggle:after {
  content: "\f0140";
  font-family: "Material Design Icons";
}

.select2-container {
  width: 100% !important;
}
.select2-container:not(.select2-container--open) .select2-selection {
  border-radius: 6px;
  border: 1px solid #d2ddec !important;
}

.select2-selection__rendered {
  line-height: 38px !important;
}

.select2-selection:not(.select2-selection--multiple) {
  height: 40px !important;
}

.select2-selection__arrow {
  height: 40px !important;
}

.select2-results__options {
  overflow-x: hidden !important;
}

input[disabled] {
  background-color: #eee !important;
  border: none !important;
}

.side-form-button {
  margin-top: 30px;
}

.manage-dashboard .header {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.manage-dashboard .revenue-chart {
  min-width: 100%;
  width: 100%;
}

.pdf-viewer {
  display: block;
  width: 100%;
  min-height: 500px;
}
