/*
* demo.css
* File include item demo only specific css only
******************************************************************************/
body .layout-wrapper:not(.layout-horizontal) .bg-menu-theme .menu-inner .menu-item .menu-link:hover {
  background: rgba(144, 238, 250, 0.205);
}

.menu .app-brand.demo {
    height: 64px;
    margin-top: 12px;
  }

  .app-brand-logo.demo svg {
    width: 22px;
    height: 38px;
  }

  .app-brand-text.demo {
    font-size: 1.75rem;
    letter-spacing: -0.5px;
    text-transform: none;
  }

  /* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
  /* Detached navbar */
  .layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
    padding-top: 76px !important;
  }
  /* Default navbar */
  .layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
    padding-top: 64px !important;
  }

  /* Navbar page z-index issue solution */
  .content-wrapper .navbar {
    z-index: auto;
  }
  .menu-sub {
    display: none; /* Hide the sub-menu by default */
}

/* Apply this style when the showSubMenu is true */
.menu-sub.show {
    display: block;
}
.menu-icon-toggle{
  transform: translateY(-50%) rotate(135deg);
}

  /* .menu-sub-menu {
    padding-left: 13px;
  }

  .menu-sub-menu>.menu-item.active:before {
    content: "";
    position: absolute;
    right: 0;
    width: 0.25rem;
    height: 2.5rem;
    border-radius: 0.375rem 0 0 0.375rem;
    background: #696cff
  } */

  .menu-item {
    position: relative;
  }
  .layout-menu-fixed{
    height: 100vh!important;
    position: sticky;
    top: 0;
    /* position: fixed; */
    /* overflow-y: scroll; */
  }
  .menu-toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    width: 0.42em;
    height: 0.42em;
    border: 1px solid;
    border-bottom: 0;
    border-left: 0;
    /* transform: translateY(-50%) rotate(135deg); */
}
  /*
  * Content
  ******************************************************************************/
  .NgxEditor {
    color : #697a8d !important;
}



  .demo-blocks > * {
    display: block !important;
  }

  .demo-inline-spacing > * {
    margin: 1rem 0.375rem 0 0 !important;
  }

  /* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
  .demo-vertical-spacing > * {
    margin-top: 1rem !important;
    margin-bottom: 0 !important;
  }
  .demo-vertical-spacing.demo-only-element > :first-child {
    margin-top: 0 !important;
  }

  .demo-vertical-spacing-lg > * {
    margin-top: 1.875rem !important;
    margin-bottom: 0 !important;
  }
  .demo-vertical-spacing-lg.demo-only-element > :first-child {
    margin-top: 0 !important;
  }

  .demo-vertical-spacing-xl > * {
    margin-top: 5rem !important;
    margin-bottom: 0 !important;
  }
  .demo-vertical-spacing-xl.demo-only-element > :first-child {
    margin-top: 0 !important;
  }

  .rtl-only {
    display: none !important;
    text-align: left !important;
    direction: ltr !important;
  }

  [dir='rtl'] .rtl-only {
    display: block !important;
  }

  /*
  * Layout demo
  ******************************************************************************/

  .layout-demo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1rem;
  }
  .layout-demo-placeholder img {
    width: 900px;
  }
  .layout-demo-info {
    text-align: center;
    margin-top: 1rem;
  }

  .menu-vertical .menu-inner>.menu-item.open.active>.toggle>.menu-toggle::after {
    transform: rotate(135deg);
    transition: .26s all;
  }

  .menu-sub.show {
    display: block;
    animation: expandSubMenu 0.3s ease;
}
.outlet{
  overflow-y: scroll;
}

.swal2-actions > .swal2-cancel {
  margin: 10px !important;
}


/* input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
} */
.dropzone {
  width: 100%;
  position: relative;
  cursor: pointer;
  border-radius: .5rem
}

.dropzone:not(.dz-clickable) {
  opacity: .5;
  cursor: not-allowed
}

.dropzone.dz-drag-hover {
  border-style: solid
}

.dropzone.dz-drag-hover .dz-message {
  opacity: .5
}

.dz-message {
  font-size: 1.5rem
}

.dz-message:before {
  content: "";
  border-radius: 6px;
  position: absolute;
  top: 5rem;
  left: calc(50% - 23px);
  display: inline-block;
  height: 40px;
  width: 40px;
  background-repeat: no-repeat !important;
  background-position: center !important
}

.dz-message .note {
  font-size: .9375rem
}

.dz-browser-not-supported.dropzone-box {
  min-height: auto !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  width: auto !important;
  cursor: default !important;
  transition: none
}

.dz-browser-not-supported .dz-message {
  display: none !important
}

.dz-started .dz-message {
  display: none
}

.dz-message {
  margin: 8rem 0 3rem;
  font-weight: 500;
  text-align: center
}

.dz-message .note {
  display: block;
  margin-top: .5rem
}

.app-ecommerce .dz-message {
  margin-top: 5rem
}

.app-ecommerce .dz-message::before {
  top: 3rem
}

.dz-preview {
  position: relative;
  vertical-align: top;
  margin: 1rem;
  background: #fff;
  font-size: .8125rem;
  box-sizing: content-box;
  cursor: default
}

@media(max-width: 575.98px) {
  .dz-preview {
      margin:.75rem
  }
}

html:not([dir=rtl]) .dz-preview {
  margin-right: .25rem
}

[dir=rtl] .dz-preview {
  margin-left: .25rem
}

.dz-filename {
  position: absolute;
  width: 100%;
  overflow: hidden;
  padding: .625rem .625rem 0 .625rem;
  background: #fff;
  white-space: nowrap;
  text-overflow: ellipsis
}

.dz-filename:hover {
  white-space: normal;
  text-overflow: inherit
}

.dz-size {
  padding: 1.875rem .625rem .625rem .625rem;
  font-size: .6875rem
}

.dz-preview .progress,.dz-preview .progess-bar {
  height: .5rem
}

.dz-preview .progress {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  top: 50%;
  margin-top: -0.25rem;
  z-index: 30
}

.dz-complete .progress {
  display: none
}

.dz-thumbnail {
  position: relative;
  padding: .625rem;
  height: 7.5rem;
  text-align: center;
  box-sizing: content-box
}

.dz-thumbnail>img,.dz-thumbnail .dz-nopreview {
  top: 50%;
  position: relative;
  transform: translateY(-50%) scale(1);
  margin: 0 auto;
  display: block
}

.dz-thumbnail>img {
  max-height: 100%;
  max-width: 100%
}

.dz-nopreview {
  font-weight: 500;
  text-transform: uppercase;
  font-size: .6875rem
}

.dz-thumbnail img[src]~.dz-nopreview {
  display: none
}

.dz-remove {
  display: block;
  text-align: center;
  padding: .375rem 0;
  font-size: .75rem
}

.dz-remove:hover,.dz-remove:focus {
  text-decoration: none;
  background-color: rgb(221, 79, 79) !important;
  color: white !important;
  border-top-color: rgba(0,0,0,0)
}

.dz-error-mark,.dz-success-mark {
  position: absolute;
  left: 50%;
  top: 50%;
  display: none;
  margin-left: -1.875rem;
  margin-top: -1.875rem;
  height: 3.75rem;
  width: 3.75rem;
  border-radius: 50%;
  background-position: center center;
  background-size: 1.875rem 1.875rem;
  background-repeat: no-repeat;
  box-shadow: 0 0 1.25rem rgba(0,0,0,.06)
}

.dz-success-mark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E")
}

.dz-error-mark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E")
}

.dz-error-message {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  display: none;
  color: #fff;
  z-index: 40;
  padding: .75rem;
  text-align: left;
  overflow: auto;
  font-weight: 500
}

[dir=rtl] .dz-error-message {
  text-align: right
}

.dz-error .dz-error-message {
  display: none
}

.dz-error .dz-error-mark {
  display: block
}

.dz-error:hover .dz-error-message {
  display: block
}

.dz-error:hover .dz-error-mark {
  display: none
}

.dz-success .dz-success-mark {
  display: block
}

[dir=rtl] .dz-hidden-input {
  left: auto !important;
  right: 0 !important
}

.light-style .dropzone {
  border: 2px dashed #e4e6e8
}

.light-style .dz-preview {
  border: 0 solid #e4e6e8;
  border-radius: .375rem;
  box-shadow: 0 .1875rem .5rem 0 rgba(34,48,62,.1)
}

.light-style .dz-message {
  color: #384551
}

.light-style .dz-message:before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3e%3cpath d='M11 15H13V9H16L12 4L8 9H11V15Z' fill='%238592A3'/%3e%3cpath d='M20 18H4V11H2V18C2 19.103 2.897 20 4 20H20C21.103 20 22 19.103 22 18V11H20V18Z' fill='%238592A3'/%3e%3c/svg%3e") !important;
  background: #eeedf0
}

.light-style .dz-message .note {
  color: #646e78;
  font-weight: 400
}

.light-style .dz-thumbnail {
  border-bottom: 1px solid #e4e6e8;
  background: rgba(34,48,62,.025);
  border-top-left-radius: calc(0.375rem - 1px);
  border-top-right-radius: calc(0.375rem - 1px)
}

.light-style .dz-size {
  color: #a7acb2
}

.light-style .dz-remove {
  color: #646e78;
  border-top: 1px solid #e4e6e8;
  border-bottom-right-radius: calc(0.375rem - 1px);
  border-bottom-left-radius: calc(0.375rem - 1px)
}

.light-style .dz-remove:hover,.light-style .dz-remove:focus {
  color: #646e78;
  background: rgba(34,48,62,.1)
}

.light-style .dz-nopreview {
  color: #a7acb2
}

.light-style .dz-error-mark,.light-style .dz-success-mark {
  background-color: rgba(43,44,64,.5)
}

.light-style .dz-error-message {
  background: rgba(255,62,29,.8);
  border-top-left-radius: .375rem;
  border-top-right-radius: .375rem
}

@media(min-width: 576px) {
  .light-style .dz-preview {
      display:inline-block;
      width: 11.25rem
  }

  .light-style .dz-thumbnail {
      width: 10rem
  }
}






.select2-selection--multiple {
  min-height: 36px; /* Adjust this value */
  border: 1px solid #ced4da; /* Similar to the second image */
  display: flex;
  align-items: center;
  padding: 0 5px;
}

.select2-selection__rendered {
  display: flex;
  align-items: center;
  min-height: 38px;
}

.select2-container {
  margin: 0;
  width: 100% !important;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  box-sizing: border-box
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 38px;
  user-select: none;
  border: 1px solid #ced4da;
  -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap
}

.select2-container .select2-search--inline {
  float: left
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}

.select2-container .select2-selection:not(.select2-selection--multiple) .select2-search--inline .select2-search__field {
  margin-top: 6px
}

.select2-container .select2-selection.select2-selection--multiple .select2-search--inline .select2-search__field {
  margin-block:3px}

.select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051
}

.select2-results {
  display: block
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none
}

.select2-results__option[aria-selected] {
  cursor: pointer
}

.select2-container--open .select2-dropdown {
  left: 0
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.select2-search--dropdown {
  display: block;
  padding: 4px
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
  display: none
}

.select2-results__option[role=option] {
  margin: .125rem .5rem
}

.select2-results__option[role=option] {
  border-radius: .375rem;
  padding: .543rem 1rem
}

.select2-results__option[role=option] .select2-results__option--highlighted[aria-selected] {
  background-color: rgba(34,48,62,.06)
}

.select2-container--default .select2-results__option--highlighted:not([aria-selected=true]) {
  background-color: rgba(34,48,62,.06) !important
}

.select2-hidden-accessible {
  clip: rect(0 0 0 0) !important;
  overflow: hidden !important;
  position: absolute !important;
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important
}

.select2-close-mask {
  display: block;
  padding: 0;
  margin: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 99;
  width: auto;
  opacity: 0;
  border: 0;
  height: auto
}

.select2-dropdown {
  border: 0;
  border-radius: var(--bs-border-radius)
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-right: 2.1875rem
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  font-weight: 500;
  float: right
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 2.25rem;
  position: absolute;
  right: 1px;
  top: 1px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  position: absolute;
  height: 18px;
  width: 18px;
  top: 24%;
  background-repeat: no-repeat;
  background-size: 20px 19px;
  transform-origin: center;
  transition: transform .3s ease
}

.select2-container--default,.select2-container--default * {
  outline: 0 !important
}

.select2-container--default.select2-container--disabled {
  pointer-events: none
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  cursor: not-allowed
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none
}

.select2-container--default[dir=rtl] .select2-selection__clear {
  float: left
}

.select2-container--default[dir=rtl] .select2-selection__arrow {
  left: 1px;
  right: auto
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-radius: var(--bs-border-radius);
  margin: .25rem .5rem;
  margin-bottom: 0;
  width: calc(100% - 1rem)
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  margin: 0;
  box-sizing: border-box;
  display: block;
  list-style: none;
  width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: 500;
  float: right;
  margin-right: .625rem
}

.select2-container--default .select2-selection--multiple .select2-search--inline {
  line-height: 1.5rem
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  position: relative;
  font-size: .8125rem;
  border-radius: .25rem;
  padding: 0 .5rem;
  cursor: default;
  line-height: 1.5rem;
  float: left
}

html:not([dir=rtl]) .select2-container--default .select2-selection--multiple .select2-selection__choice {
  padding-right: 1rem
}

[dir=rtl] .select2-container--default .select2-selection--multiple .select2-selection__choice {
  padding-left: 1rem
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  position: absolute;
  font-weight: 500;
  color: inherit;
  display: inline-block;
  cursor: pointer;
  opacity: .5
}

html:not([dir=rtl]) .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  right: .3rem
}

[dir=rtl] .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  left: .3rem
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  opacity: .8;
  color: inherit
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  cursor: not-allowed
}

.select2-container--default[dir=rtl] .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection__placeholder,.select2-container--default[dir=rtl] .select2-search--inline {
  float: right
}

.select2-container--default[dir=rtl] .select2-selection__clear {
  margin-left: .25rem;
  float: left
}

.select2-container--default .select2-search__field::-moz-placeholder {
  opacity: 1
}

.select2-container--default .select2-search--inline .select2-search__field {
  box-shadow: none;
  background: rgba(0,0,0,0);
  border: none;
  outline: 0;
  -webkit-appearance: textfield
}

.select2-container--default.select2-container--focus .select2-search--inline .select2-search__field {
  margin-top: 5px
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 15rem;
  overflow-y: auto;
  margin-block:.5rem}

.select2-container--default .select2-results__option[role=group] {
  padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection {
  border-top-right-radius: 0;
  border-top-left-radius: 0
}

.select2-container--default .select2-results__group {
  font-size: .8125rem;
  text-transform: uppercase;
  cursor: default;
  display: block;
  font-weight: 500
}

.select2-hidden-accessible.is-invalid+.select2-container--default.select2-container--focus .select2-selection:not(.select2-selection--multiple) .select2-search--inline .select2-search__field {
  margin-top: 5px
}

[dir=rtl] .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 2.1875rem
}

.light-style .select2-hidden-accessible.is-invalid+.select2-container--default .select2-selection--multiple,.light-style .select2-hidden-accessible.is-invalid+.select2-container--default.select2-container--open .select2-selection--multiple,.light-style .select2-hidden-accessible.is-invalid+.select2-container--default.select2-container--focus .select2-selection--multiple {
  padding: calc(.543rem - var(--bs-border-width) - .25rem - var(--bs-border-width) - .043rem) calc(.9375rem - 2px)
}

.light-style .select2-selection--multiple .select2-selection__clear {
  margin-top: .25rem
}

.light-style .select2-selection--multiple .select2-selection__rendered {
  padding: 0
}

.light-style .select2-selection--multiple .select2-selection__choice {
  margin-top: calc(.25rem - 1px);
  margin-right: .25rem;
  background-color: rgba(34,48,62,.08)
}

.light-style .select2-selection--multiple .select2-selection__choice:nth-last-child(2) {
  margin-bottom: calc(.25rem - 1px)
}

.light-style .select2-selection--multiple .select2-selection__placeholder {
  margin-top: .25rem
}

.light-style .select2-search__field {
  color: #384551
}

.light-style .select2-dropdown {
  background: #fff;
  box-shadow: 0 .25rem .75rem 0 rgba(34,48,62,.14);
  background-clip: padding-box;
  border-color: #e4e6e8;
  z-index: 1000
}

.light-style .select2-container--default .select2-selection {
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  background-color: rgba(0,0,0,0);
  border: 1px solid #ced1d5;
  border-radius: .375rem
}

.light-style .select2-container--default .select2-selection:hover {
  border-color: #7a838b
}

.light-style .select2-container--default .select2-selection__placeholder {
  color: #a7acb2
}

.light-style .select2-container--default .select2-selection--single {
  height: calc(1.375em + 1.086rem + calc(var(--bs-border-width) * 2) - 2px)
}

.light-style .select2-container--default .select2-selection--single .select2-selection__clear {
  color: #a7acb2
}

.light-style .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: calc(1.375em + 1.086rem + calc(var(--bs-border-width) * 2) - 2px);
  position: absolute
}

.light-style .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 22" fill="none"><path d="M10.9999 12.0743L15.5374 7.53676L16.8336 8.83292L10.9999 14.6666L5.16626 8.83292L6.46243 7.53676L10.9999 12.0743Z" fill="%2322303e" fill-opacity="0.9"/></svg>')
}

.light-style .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 2.25rem;
  color: #384551
}

.light-style .select2-container--default.select2-container--disabled .select2-selection__arrow b {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 22" fill="none"><path d="M10.9999 12.0743L15.5374 7.53676L16.8336 8.83292L10.9999 14.6666L5.16626 8.83292L6.46243 7.53676L10.9999 12.0743Z" fill="%23a7acb2" fill-opacity="0.9"/></svg>')
}

.light-style .select2-container--default:not([dir=rtl]) .select2-selection--single .select2-selection__rendered {
  padding-left: .9375rem
}

.light-style .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: .9375rem
}

.light-style .select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: rgba(34,48,62,.06);
  border-color: #ced1d5 !important
}

.light-style .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered {
  color: #a7acb2
}

.light-style .select2-container--default .select2-selection--multiple {
  min-height: calc(1.375em + 1.086rem + calc(var(--bs-border-width) * 2) - 4px);
  padding: .1875rem calc(.9375rem - var(--bs-border-width))
}

.light-style .select2-container--default .select2-selection--multiple .select2-selection__choice {
  color: #646e78;
  background-color: rgba(34,48,62,.08)
}

.light-style .select2-container--default.select2-container--focus .select2-selection--single .select2-selection__rendered,.light-style .select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {
  line-height: calc(2.25rem - 2px);
  padding-inline-start:calc(.9375rem - var(--bs-border-width));padding-inline-end: calc(2.25rem - 2px)
}

.light-style .select2-container--default.select2-container--focus .select2-selection--multiple,.light-style .select2-container--default.select2-container--open .select2-selection--multiple {
  padding: .125rem calc(.9375rem - 2px)
}

.light-style .select2-container--default.select2-container--focus .select2-selection--multiple .select2-selection__choice,.light-style .select2-container--default.select2-container--open .select2-selection--multiple .select2-selection__choice {
  margin-top: calc(.25rem - var(--bs-border-width));
  background: rgba(105, 108, 255, .16) !important;
  color: #696cff !important;
}

.light-style .select2-container--default.select2-container--focus .select2-selection--multiple .select2-selection__choice:nth-last-child(2),.light-style .select2-container--default.select2-container--open .select2-selection--multiple .select2-selection__choice:nth-last-child(2) {
  margin-bottom: calc(.25rem - var(--bs-border-width))
}

.light-style .select2-container--default.select2-container--disabled .select2-selection--multiple {
  border-color: #ced1d5 !important;
  background-color: rgba(34,48,62,.06)
}

.light-style .select2-container--default.select2-container--disabled .select2-selection--multiple .select2-selection__rendered {
  color: #a7acb2
}

.light-style .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #ced1d5
}

.light-style .select2-container--default .select2-search__field::-webkit-input-placeholder {
  color: #a7acb2
}

.light-style .select2-container--default .select2-search__field::-moz-placeholder {
  color: #a7acb2
}

.light-style .select2-container--default .select2-search__field:-ms-input-placeholder {
  color: #a7acb2
}

.light-style .select2-container--default .select2-results__option {
  color: #384551
}

.light-style .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: rgba(34,48,62,.06)
}

.light-style .select2-container--default .select2-results__option .select2-results__option[role=option] {
  width: calc(100% - 0.9375rem);
  padding-left: .9375rem
}

.light-style .select2-container--default .select2-results__option .select2-results__option[role=option] .select2-results__option[role=option] {
  padding-left: 1.875rem
}

.light-style .select2-container--default .select2-results__option .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] {
  padding-left: 2.8125rem
}

.light-style .select2-container--default .select2-results__option .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] {
  padding-left: 3.75rem
}

.light-style .select2-container--default .select2-results__option .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] {
  padding-left: 4.6875rem
}

.light-style .select2-container--default .select2-results__option .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] {
  padding-left: .9375rem
}

.light-style .select2-container--default .select2-results__group {
  padding: .5rem .46875rem
}

.light-style .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: .25rem;
  margin-right: 0
}

.light-style[dir=rtl] .select2-container--default .select2-results__option .select2-results__option {
  padding-right: .9375rem;
  padding-left: 0 !important;
  margin-left: 0 !important
}

.light-style[dir=rtl] .select2-container--default .select2-results__option .select2-results__option .select2-results__option[role=option] {
  padding-right: 1.875rem
}

.light-style[dir=rtl] .select2-container--default .select2-results__option .select2-results__option .select2-results__option[role=option] .select2-results__option[role=option] {
  padding-right: 2.8125rem
}

.light-style[dir=rtl] .select2-container--default .select2-results__option .select2-results__option .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] {
  padding-right: 3.75rem
}

.light-style[dir=rtl] .select2-container--default .select2-results__option .select2-results__option .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] {
  padding-right: 4.6875rem
}

.light-style[dir=rtl] .select2-container--default .select2-results__option .select2-results__option .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] {
  padding-right: .9375rem
}

.light-style .is-valid .select2-container--default .select2-selection,.light-style .is-valid.select2-container--default .select2-selection {
  border-color: #71dd37 !important
}

.light-style .is-invalid .select2-container--default .select2-selection,.light-style .is-invalid.select2-container--default .select2-selection {
  border-color: #ff3e1d !important
}

.light-style .select2-secondary .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: rgba(133,146,163,.16) !important;
  color: #8592a3 !important
}

.light-style .select2-success .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: rgba(113,221,55,.16) !important;
  color: #71dd37 !important
}

.light-style .select2-info .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: rgba(3,195,236,.16) !important;
  color: #03c3ec !important
}

.light-style .select2-warning .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: rgba(255,171,0,.16) !important;
  color: #ffab00 !important
}

.light-style .select2-danger .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: rgba(255,62,29,.16) !important;
  color: #ff3e1d !important
}

.light-style .select2-light .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: rgba(219,222,224,.16) !important;
  color: #dbdee0 !important
}

.light-style .select2-dark .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: rgba(43,44,64,.16) !important;
  color: #2b2c40 !important
}

.light-style .select2-gray .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: rgba(34,48,62,.16) !important;
  color: rgba(34,48,62,.5) !important
}

.dark-style .select2-hidden-accessible.is-invalid+.select2-container--default .select2-selection--multiple,.dark-style .select2-hidden-accessible.is-invalid+.select2-container--default.select2-container--open .select2-selection--multiple,.dark-style .select2-hidden-accessible.is-invalid+.select2-container--default.select2-container--focus .select2-selection--multiple {
  padding: calc(.543rem - var(--bs-border-width) - .25rem - var(--bs-border-width) - .043rem) calc(.9375rem - 2px)
}

.dark-style .select2-selection--multiple .select2-selection__choice {
  margin-top: calc(.25rem - 1px);
  margin-right: .25rem;
  background-color: rgba(230,230,241,.08)
}

.dark-style .select2-selection--multiple .select2-selection__choice:nth-last-child(2) {
  margin-bottom: calc(.25rem - 1px)
}

.dark-style .select2-selection--multiple .select2-selection__clear {
  margin-top: .25rem
}

.dark-style .select2-selection--multiple .select2-selection__placeholder {
  margin-top: .25rem
}

.dark-style .select2-selection--multiple .select2-selection__rendered {
  padding: 0
}

.dark-style .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: .25rem;
  margin-right: 0
}

.dark-style .select2-container--default .select2-selection {
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  background-color: rgba(0,0,0,0);
  border: 1px solid #5f607b;
  border-radius: .375rem
}

.dark-style .select2-container--default .select2-selection:hover {
  border-color: #a1a1b5
}

.dark-style .select2-container--default .select2-selection__placeholder {
  color: #7e7f96
}

.dark-style .select2-container--default .select2-results__option--highlighted:not([aria-selected=true]) {
  background-color: rgba(230,230,241,.06) !important
}

.dark-style .select2-container--default .select2-selection--single {
  height: calc(1.375em + 1.086rem + calc(var(--bs-border-width) * 2) - 2px)
}

.dark-style .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: calc(1.375em + 1.086rem + calc(var(--bs-border-width) * 2) - 2px);
  position: absolute
}

.dark-style .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 22" fill="none"><path d="M10.9999 12.0743L15.5374 7.53676L16.8336 8.83292L10.9999 14.6666L5.16626 8.83292L6.46243 7.53676L10.9999 12.0743Z" fill="%23e6e6f1" fill-opacity="0.9"/></svg>')
}

.dark-style .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 2.25rem;
  color: #d5d5e2
}

.dark-style .select2-container--default .select2-selection--single .select2-selection__clear {
  color: #7e7f96
}

.dark-style .select2-container--default.select2-container--disabled .select2-selection__arrow b {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 22" fill="none"><path d="M10.9999 12.0743L15.5374 7.53676L16.8336 8.83292L10.9999 14.6666L5.16626 8.83292L6.46243 7.53676L10.9999 12.0743Z" fill="%237e7f96" fill-opacity="0.9"/></svg>')
}

.dark-style .select2-container--default:not([dir=rtl]) .select2-selection--single .select2-selection__rendered {
  padding-left: .9375rem
}

.dark-style .select2-container--default .select2-selection--multiple {
  min-height: calc(1.375em + 1.086rem + calc(var(--bs-border-width) * 2) - 4px);
  padding: .1875rem calc(.9375rem - var(--bs-border-width))
}

.dark-style .select2-container--default .select2-selection--multiple .select2-selection__choice {
  color: #b2b2c4;
  background-color: rgba(230,230,241,.08)
}

.dark-style .select2-container--default.select2-container--focus .select2-selection--single .select2-selection__rendered,.dark-style .select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {
  line-height: calc(2.25rem - 2px);
  padding-inline-start:calc(.9375rem - var(--bs-border-width)) !important;padding-inline-end: calc(2.25rem - 2px)
}

.dark-style .select2-container--default.select2-container--focus .select2-selection--multiple,.dark-style .select2-container--default.select2-container--open .select2-selection--multiple {
  padding: .125rem calc(.9375rem - 2px)
}

.dark-style .select2-container--default.select2-container--focus .select2-selection--multiple .select2-selection__choice,.dark-style .select2-container--default.select2-container--open .select2-selection--multiple .select2-selection__choice {
  margin-top: calc(.25rem - var(--bs-border-width))
}

.dark-style .select2-container--default.select2-container--focus .select2-selection--multiple .select2-selection__choice:nth-last-child(2),.dark-style .select2-container--default.select2-container--open .select2-selection--multiple .select2-selection__choice:nth-last-child(2) {
  margin-bottom: calc(.25rem - var(--bs-border-width))
}

.dark-style .select2-container--default.select2-container--disabled .select2-selection--multiple {
  border-color: #5f607b !important;
  background-color: rgba(230,230,241,.06)
}

.dark-style .select2-container--default.select2-container--disabled .select2-selection--multiple .select2-selection__rendered {
  color: #7e7f96
}

.dark-style .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: .9375rem
}

.dark-style .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) #7e7f96 rgba(0,0,0,0)
}

.dark-style .select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: rgba(230,230,241,.06);
  border-color: #5f607b !important
}

.dark-style .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered {
  color: #7e7f96
}

.dark-style .select2-container--default .select2-search__field::-webkit-input-placeholder {
  color: #7e7f96
}

.dark-style .select2-container--default .select2-search__field::-moz-placeholder {
  color: #7e7f96
}

.dark-style .select2-container--default .select2-search__field:-ms-input-placeholder {
  color: #7e7f96
}

.dark-style .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #5f607b;
  background: rgba(0,0,0,0)
}

.dark-style .select2-container--default .select2-results__option {
  color: #d5d5e2
}

.dark-style .select2-container--default .select2-results__option .select2-results__option--highlighted[aria-selected] {
  background-color: rgba(230,230,241,.06)
}

.dark-style .select2-container--default .select2-results__option .select2-results__option .select2-results__option[role=option] {
  padding-left: .9375rem
}

.dark-style .select2-container--default .select2-results__option .select2-results__option .select2-results__option[role=option] .select2-results__option[role=option] {
  padding-left: 1.875rem
}

.dark-style .select2-container--default .select2-results__option .select2-results__option .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] {
  padding-left: 2.8125rem
}

.dark-style .select2-container--default .select2-results__option .select2-results__option .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] {
  padding-left: 3.75rem
}

.dark-style .select2-container--default .select2-results__option .select2-results__option .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] {
  padding-left: 4.6875rem
}

.dark-style .select2-container--default .select2-results__option .select2-results__option .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] {
  padding-left: .9375rem
}

.dark-style .select2-container--default .select2-results__group {
  padding: .5rem .46875rem
}

.dark-style .select2-dropdown {
  z-index: 1000;
  background: #2b2c40;
  border-color: #4e4f6c;
  background-clip: padding-box;
  box-shadow: 0 .25rem .75rem 0 rgba(20,20,29,.24)
}

.dark-style .select2-search__field {
  color: #d5d5e2
}

.dark-style[dir=rtl] .select2-container--default .select2-results__option .select2-results__option {
  padding-left: 0 !important;
  padding-right: .9375rem;
  margin-left: 0 !important
}

.dark-style[dir=rtl] .select2-container--default .select2-results__option .select2-results__option .select2-results__option[role=option] {
  padding-right: 1.875rem
}

.dark-style[dir=rtl] .select2-container--default .select2-results__option .select2-results__option .select2-results__option[role=option] .select2-results__option[role=option] {
  padding-right: 2.8125rem
}

.dark-style[dir=rtl] .select2-container--default .select2-results__option .select2-results__option .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] {
  padding-right: 3.75rem
}

.dark-style[dir=rtl] .select2-container--default .select2-results__option .select2-results__option .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] {
  padding-right: 4.6875rem
}

.dark-style[dir=rtl] .select2-container--default .select2-results__option .select2-results__option .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] .select2-results__option[role=option] {
  padding-right: .9375rem
}

.dark-style .is-valid .select2-container--default .select2-selection,.dark-style .is-valid.select2-container--default .select2-selection {
  border-color: #71dd37 !important
}

.dark-style .is-invalid .select2-container--default .select2-selection,.dark-style .is-invalid.select2-container--default .select2-selection {
  border-color: #ff3e1d !important
}

.dark-style .select2-secondary .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: rgba(133,146,163,.16) !important;
  color: #8592a3 !important
}

.dark-style .select2-success .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: rgba(113,221,55,.16) !important;
  color: #71dd37 !important
}

.dark-style .select2-info .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: rgba(3,195,236,.16) !important;
  color: #03c3ec !important
}

.dark-style .select2-warning .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: rgba(255,171,0,.16) !important;
  color: #ffab00 !important
}

.dark-style .select2-danger .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: rgba(255,62,29,.16) !important;
  color: #ff3e1d !important
}

.dark-style .select2-light .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: rgba(73,74,93,.16) !important;
  color: #494a5d !important
}

.dark-style .select2-dark .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: rgba(107,108,157,.16) !important;
  color: #6b6c9d !important
}

.dark-style .select2-gray .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: rgba(230,230,241,.16) !important;
  color: rgba(230,230,241,.5) !important
}



/* Add an animation keyframes definition for expanding the submenu */
@keyframes expandSubMenu {
    0% {
        opacity: 0;
        transform: scaleY(0.8);
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
    }
}

.sr-only {
  display: none;
}