:root {
  --delete-color: #ede3b0;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px grey;
  /* border-radius: 10px; */
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(88, 103, 221, 0.5);
  /* border-radius: 10px; */
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgb(88, 103, 221, 0.6);
}
.modal .modal-header .close span {
  display: block !important;
}
.modal-right .modal-dialog {
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.modal-right .modal-content {
  height: 100vh;
  border-radius: unset;
}
.modal-right .modal-body {
  height: calc(100vh - 150px);
  overflow-y: auto;
}
.modal-center .modal-content {
  /* max-height: calc(100vh - 56px); */
  border-radius: unset;
}
.modal-center .modal-body {
  /* max-height: calc(100vh - 260px); */
  overflow-y: auto;
}

@media only screen and (max-width: 992px) {
  .modal-call.modal-center .modal-body {
    max-height: calc(100vh - 320px);
    overflow-y: auto;
  }
}

.modal-call .modal-content {
  height: calc(100vh - 56px);
  border-radius: unset;
}

.modal-call .modal-body {
  height: calc(100vh - 320px);
  overflow-y: auto;
}
.call-modal.modal-call .modal-body {
  height: calc(100vh - 320px);
  border-radius: unset;
}
.modal-agent .modal-body {
  max-height: calc(100vh - 244px);
}
.modal-height .modal-body {
  min-height: 350px;
}
.MuiTableCell-root {
  white-space: nowrap;
}
.pointer {
  cursor: pointer;
}
.hover-underline:hover {
  text-decoration: underline !important;
}
.drawer--fixed .MuiDrawer-paper {
  height: 100vh;
}
.drawer--fixed .drawer-body {
  height: calc(100vh - 50px);
  overflow-y: auto;
}
.btn-text-primary .svg-icon svg g [fill] {
  /* fill: #1da3a1; */
  fill: #ee2d41;
}
.opacity-9 {
  opacity: 0.9;
}
.code-bg {
  background-color: #f3f6f9;
}
.code-bg code {
  padding: unset;
}
.icon-primary g [fill] {
  /* fill: #1da3a1 !important; */
  fill: #1E80FF !important;
}
.icon-success g [fill] {
  fill: #1bc5bd !important;
}
.icon-light g [fill] {
  fill: #f8f9fa !important;
}
.btn-hover-success:hover .icon-success g [fill] {
  fill: #fff !important;
}
.btn-hover-danger:hover .icon-danger g [fill] {
  fill: #fff !important;
}
.icon-danger g [fill] {
  fill: #ee2d41 !important;
}
.btn-hover-dark:hover .icon-dark g [fill] {
  fill: #fff !important;
}
.icon-dark g [fill] {
  fill: #181c32 !important;
}
.icon-flaticon {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.avatar-image {
  width: 80px;
  height: 80px;
  border-radius: 100%;
}
textarea {
  outline: none;
  padding: 10px;
}
textarea::placeholder {
  color: rgba(0, 0, 0, 0.54);
}
.image-preview {
  margin-bottom: 10px;
}
.user-roles {
  white-space: nowrap;
  overflow: hidden;
  max-width: 54px;
  text-overflow: ellipsis;
}
.MuiInput-formControl svg {
  width: 13px;
  height: 13px;
}
.sticky-table-cell td,
.sticky-table-cell th {
  border-bottom: unset;
  border-top: unset;
}
/* .MuiTableRow-hover:hover .sticky-table-cell{
  background-color: transparent;
} */
.no-hover:hover {
  background-color: #fff !important;
}
button[disabled] {
  cursor: default !important;
}
@media (min-width: 1640px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 1620px !important;
  }
}
.MuiTableCell-body:not(:first-child),
.MuiTableCell-head:not(:first-child) {
  border-left: 1px solid rgba(224, 224, 224, 1);
}

.MuiTableCell-body:not(:last-child),
.MuiTableCell-head:not(:last-child) {
  border: 1px solid rgba(224, 224, 224, 1);
}
.MuiTableCell-body:first-child,
.MuiTableCell-head:first-child{
  border-left: 2px solid rgba(224, 224, 224, 1);
}
.MuiTableCell-body,
.MuiTableCell-head {
  border-top: 1px solid rgba(224, 224, 224, 1);
  border-bottom: 1px solid rgba(224, 224, 224, 1);
  padding-left: 10px !important;
  padding-right: 10px !important;
}
/* .sticky-table-cell td:last-child{
  border-right: 1px solid rgba(224, 224, 224, 1);
} */

.MuiInput-formControl svg {
  cursor: pointer;
}
.ordered {
  order: -1;
}

.aside-menu .menu-nav > .menu-item.menu-item-active > .menu-heading .menu-text,
.aside-menu .menu-nav > .menu-item.menu-item-active > .menu-link .menu-text {
  color: #2ab3d4 !important;
  font-weight: 500;
}
.aside-menu
  .menu-nav
  > .menu-item.menu-item-active
  > .menu-heading
  .menu-icon.svg-icon
  svg
  g
  [fill],
.aside-menu
  .menu-nav
  > .menu-item.menu-item-active
  > .menu-link
  .menu-icon.svg-icon
  svg
  g
  [fill] {
  fill: #2ab3d4 !important;
}
.aside-menu
  .menu-nav
  > .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover
  > .menu-heading
  .menu-text,
.aside-menu
  .menu-nav
  > .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover
  > .menu-link
  .menu-text {
  color: #2ab3d4 !important;
  font-weight: 500;
}
.aside-menu
  .menu-nav
  > .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover
  > .menu-heading
  .menu-icon.svg-icon
  svg
  g
  [fill],
.aside-menu
  .menu-nav
  > .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover
  > .menu-link
  .menu-icon.svg-icon
  svg
  g
  [fill] {
  fill: #2ab3d4 !important;
}
.hover-underline:hover {
  text-decoration: underline;
  cursor: pointer;
}

.daterangepicker-mobile {
  width: 200px;
}

.select-mobile {
  width: 230px;
}

@media (max-width: 767px) {
  .daterangepicker-mobile {
    position: unset !important;
    top: unset !important;
    right: unset !important;
  }
  .rs-picker-daterange-calendar-group {
    height: unset !important;
    min-width: unset !important;
  }
  .rs-picker-toolbar-ranges {
    display: none !important;
  }
  .rs-picker-daterange-menu .rs-calendar {
    display: block !important;
  }
  .MuiDrawer-paper > div {
    width: 100%;
  }
}
.component-divider {
  margin-right: -12.5px !important;
  margin-left: -12.5px !important;
}
@media (max-width: 991.98px) {
  .brand-dark .header-mobile .burger-icon span,
  .brand-dark .header-mobile .burger-icon span::before,
  .brand-dark .header-mobile .burger-icon span::after {
    background-color: #2ab3d4 !important;
  }
  .brand-dark .header-mobile .btn .svg-icon svg g [fill] {
    fill: #2ab3d4 !important;
  }
}
.bg-light-red {
  background-color: rgba(246, 78, 96, 0.2);
}
.bg-light-red:hover {
  background-color: rgba(246, 78, 96, 0.3) !important;
}
@media (max-width: 768px) {
  .responsive-table th:not(.mobile-show),
  .responsive-table td:not(.mobile-show) {
    display: none;
  }
  .responsive-table th.mobile-show,
  .responsive-table td.mobile-show {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .responsive-table {
    display: none !important;
  }
}
.alert-message {
  position: absolute !important;
  z-index: 2000;
  top: 15px;
  right: 15px;
}
.alert-message i:not(.ki) {
  font-size: 16px !important;
}
.MuiInputLabel-formControl {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
/* .MuiTableCell-body, .MuiTableCell-head, .MuiFormLabel-root, .MuiTypography-colorTextSecondary, .MuiTableSortLabel-root.MuiTableSortLabel-active{
  color:#00008B !important;
} */
.MuiTableCell-body,
.MuiTableCell-head {
  color: #00008b !important;
}
.MuiTableCell-body {
  font-weight: 500 !important;
}
.MuiTableCell-head {
  font-weight: 600 !important;
  font-size: 1rem !important;
}
.topbar {
  justify-content: space-between;
  width: 100%;
}
.sticky-table-cell td {
  overflow: hidden;
  text-overflow: ellipsis;
}
.modal-agent .modal-body {
  max-height: calc(100vh - 224px);
}
.badge.bordered {
  border: 1px solid #1da3a1;
}
.avatar-image {
  width: 80px !important;
  height: 80px !important;
  border-radius: 100%;
  object-fit: scale-down;
}
.custom-option {
  transition: 60ms;
  width: 100%;
}
.custom-option:hover {
  transition-delay: 60ms;
  background: #deebff;
}
.custom-option.custom-select__option--is-focused {
  background: none;
}
.custom-option.custom-select__option--is-selected {
  background: #2684ff;
}
.ReactVirtualized__Grid__innerScrollContainer {
  max-width: 100% !important;
}
.ReactVirtualized__Grid.ReactVirtualized__List {
  max-height: 300px;
  height: unset !important;
}
.MuiInputBase-input p {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 80%;
  white-space: nowrap;
}
/* .expansion-panel {
  max-height: calc(100vh - 320px);
} */
.MuiBadge-dot {
  top: 50% !important;
  right: unset !important;
  left: -15px;
}
.react-datepicker__input-container {
  color: rgba(0, 0, 0, 0.87);
  cursor: text;
  display: inline-flex;
  position: relative;
  font-size: 1rem;
  box-sizing: border-box;
  align-items: center;
  font-family: Poppins;
  font-weight: 400;
  line-height: 1.1876em;
  margin-top: 14px;
  width: 100%;
}
.react-datepicker__input-container input {
  font: inherit;
  color: currentColor;
  width: 100%;
  border: 0;
  height: 1.1876em;
  margin: 0;
  display: block;
  padding: 6px 0 7px;
  min-width: 0;
  background: none;
  box-sizing: content-box;
  animation-name: mui-auto-fill-cancel;
  letter-spacing: inherit;
  -webkit-tap-highlight-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.42);
}
.react-datepicker-wrapper {
  height: 44px;
  width: 100%;
}
input:focus-visible {
  outline: unset !important;
}
.badge-blue {
  background-color: #007bff;
  color: #fff;
}
.print td {
  white-space: unset;
}
@media (max-width: 991.98px) {
  .aside {
    z-index: 1041 !important;
  }
}

.isDeleting td {
  background-color: var(--delete-color);
}

.height-65 {
  height: 65px;
}


.modal-body {
  min-height: 250px;
}
.custom-svg{
  width: 21px !important;

}
.custom-select--is-disabled{
  background-color: #e0e0e0 !important;
}

.image-preview img{
  width:198px !important;
  height: 156px !important;
  border-radius: 16px !important;
}

.css-ibo6w0-placeholder{
  font-style: normal !important;
   color: #e0e0e0 ;
    bottom: 6px;
    position: absolute;
    left: -10px;
    font-size: 14px;
}
.css-1eyfkbb-control svg{
  fill:#e0e0e0 !important;
}
.css-1eyfkbb-control{
  border-bottom:  1px solid #e0e0e0 !important;
  border-radius: 0px !important;
    position: absolute;
    left: -10px;
    font-size: 14px;
    color: #e0e0e0 ;
}
.css-12fbw9r-ValueContainer{
  background: none !important;
  left: 2px;
    position: absolute;
    font-size: 14px;
}
.MuiTableCell-root {
padding:6px !important;
}
/* 
.aside-menu{
  background: #512E5F !important;
}

@media (max-width: 991.98px){
.brand-dark .header-mobile {
  background: #512E5F !important;
}
} */


* .aside-menu .menu-nav > .menu-item.menu-item-active > .menu-heading, .aside-menu .menu-nav > .menu-item.menu-item-active > .menu-link {
  /* background-color: #6C3483  !important; */
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
} */

/* .aside-menu .menu-nav .menu-item > .menu-heading:hover, .aside-menu .menu-nav .menu-item > .menu-link:hover {
  text-decoration: none;
  cursor: pointer;
  background-color: #6C3483  !important;
}

.aside {
  background-color: #6C3483  !important;

}

@media (min-width: 992px){
.brand-dark .brand {
  background-color: #6C3483  !important;
    box-shadow: none;
}
} */

.display-4 {
  font-size: 2.5rem !important;
  font-weight: 400 !important;
}

.text-dark {
  color: #181C32 !important;
  font-weight: 400 !important;
}

.aside-menu .menu-nav > .menu-item > .menu-heading .menu-text, .aside-menu .menu-nav > .menu-item > .menu-link .menu-text {
  color: #ffffff;
  font-weight: 500 !important;
  font-size: 14px !important;
}

@media (min-width: 992px){
.brand-dark .brand {
    background-color: #494d5c;
    box-shadow: none;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px !important;
}}


@media (min-width: 992px){
.header-fixed.subheader-fixed .header {
   
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px !important;
}}