.dark .iq-header-img{
  background-color: #313131 !important;
}
.dark .table-striped > tbody > tr:nth-of-type(even) > *{
  --bs-table-accent-bg: #181818 !important;
}
.multiselect-option.is-selected {
background: #862e6f !important ;
}
.multiselect-tag:hover{
  background: #862e6f !important;
}
.multiselect-tag{
  background: #862e6f !important;
}
.multiselect:focus{
  box-shadow:none !important;
}
.multiselect.is-active{
  box-shadow: none !important;
}
.multiselect-option.is-pointed {
  background: #862e6f !important;
  color: #fff !important;
}
::selection {
  background: #862e6f !important;
  color: #fff !important;
}

::-moz-selection {
  background: #862e6f !important;
  color: #fff !important;
}

*::-moz-selection {
  background: #862e6f !important;
  color: #fff !important;
}

.form-disabled {
pointer-events: none;
opacity: .4;
}

.sorting_disabled.sorting_asc::after,
.sorting_disabled.sorting_asc::before {
content: unset !important;
}

.sorting_disabled.sorting_asc {
padding-right: 0 !important;
width: 1% !important;
}
.h-4{
height: 4rem;
}

/* vue-tel-input*/

.vue-tel-input{
  border: 1px solid var(--bs-border-color) !important;
  box-shadow: none !important;
}
.vti__input:focus{
  border: 1px solid var(--bs-primary) !important;

}

.ec-week .ec-toolbar {
position: absolute;
left: 0;
right: 0;
z-index: 9;
padding: 0 15px 15px;
border-bottom: 1px solid var(--bs-border-color);
}
.ec-header {
display: flex;
flex-shrink: 0;
margin-top: 75px;
position: relative;
}
.ec.ec-week {
/*overflow-x: scroll;*/
}
.ec-header {
  overflow-x:auto;
}
.ec-all-day.ec-with-scroll{
  overflow: hidden;
}
.ec-header .ec-resource {
flex-direction: column;
min-width: 110px;
}
.ec-resource {
display: flex;
min-width: 110px !important;
}
.ec-resource .ec-day div{
  flex-direction: column;
      font-weight: 500;
}
.dropdown-sticky{
background-color: var(--bs-white);
box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.2);
position: fixed;
width: 100%;
bottom: 0;
left: 0;
}
div#datatable_wrapper {
position: relative;
}
div.dataTables_wrapper div.dataTables_processing {
top: 105px !important;
left: 50%;
z-index: 9;

}


.dropdown-sticky:hover{
background-color: var(--bs-primary-shade-10);
}
.text-primary {
  color : var(--bs-white) !important;
}


.iq-dropdown  .dropdown-menu{
border-radius: 0.6rem !important;
}

.dark .text-black{
color:#fff !important;
}
/* @media only screen and (max-width: 1280px) {
  .ec-header {
    overflow-x:scroll;
  }
} */

.iq-branch-dropdown:hover{
background-color: unset !important;
}

.mode-icons {
display: none;
}
.mode-icons.light-mode {
display: block;
}
.dark .mode-icons.light-mode {
display: none;
}
.dark .mode-icons.dark-mode {
display: block;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
box-shadow: -10px 0 0 rgba(var(--bs-primary-rgb), .8);
}
:root {
--animate-duration: 400ms;
--animate-delay: 1s;
--animate-repeat: 1
}

.animate__animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-duration: var(--animate-duration);
animation-duration: var(--animate-duration);
-webkit-animation-fill-mode: both;
animation-fill-mode: both
}

@-webkit-keyframes zoomIn {
0% {
  opacity: 0;
  -webkit-transform: scale3d(.3, .3, .3);
  transform: scale3d(.3, .3, .3)
}

50% {
  opacity: 1
}
}
@keyframes zoomIn {
0% {
  opacity: 0;
  -webkit-transform: scale3d(.3, .3, .3);
  transform: scale3d(.3, .3, .3)
}

50% {
  opacity: 1
}
}

.animate__zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn
}

@-webkit-keyframes zoomOut {
0% {
  opacity: 1
}

50% {
  opacity: 0;
  -webkit-transform: scale3d(.3, .3, .3);
  transform: scale3d(.3, .3, .3)
}

to {
  opacity: 0
}
}

@keyframes zoomOut {
0% {
  opacity: 1
}

50% {
  opacity: 0;
  -webkit-transform: scale3d(.3, .3, .3);
  transform: scale3d(.3, .3, .3)
}

to {
  opacity: 0
}
}

.animate__zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut
}
