/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

.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: lowercase;
}

/* ! For .layout-navbar-fixed added fix padding top to .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;
}
.docs-page .layout-navbar-fixed.layout-wrapper:not(.layout-without-menu) .layout-page,
.docs-page .layout-menu-fixed.layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 62px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.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;
}

/* Dropdown buttons going out of small screens */
@media (max-width: 576px) {
  #dropdown-variation-demo .btn-group .text-truncate {
    width: 231px;
    position: relative;
  }
  #dropdown-variation-demo .btn-group .text-truncate::after {
    position: absolute;
    top: 45%;
    right: 0.65rem;
  }
}

/*
* 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;
}


/* ------------------------------------Nav Custom------------------------------------ */
.nav.nav-pills.nav.nav-pills.nav-tabs {
  border: 0 !important;
}
.nav.nav-pills.nav.nav-pills.nav-tabs .nav-item{
  background: none !important;
}
.nav.nav-pills.nav.nav-pills.nav-tabs .nav-item button:not(.active){
  background: none !important;
  color: var(--bs-nav-link-color) !important;
}
.nav.nav-pills.nav.nav-pills.nav-tabs .nav-item button{
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x) !important;
  font-size: var(--bs-nav-link-font-size) !important;
  font-weight: var(--bs-nav-link-font-weight) !important;
  color: white !important;
  border: 0 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out !important;
  border-radius: 0.375rem !important;

}

/* -------------------------- */
/* .vehicles-progress-labels .vehicles-progress-label::after {
  background-color: #d9dee3;
}
.vehicles-progress-labels .vehicles-progress-label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  height: 10px;
  width: 2px;
} */


.custom-option-icon .custom-option-body {
  display: block;
  margin-bottom: 0.5rem;
}
.custom-option {
  padding-left: 0;
  border: 1px solid #d9dee3;
  border-radius: 0.5rem;
}
.custom-option-icon .custom-option-content {
  text-align: center;
  padding: 1em;
}
.custom-option .custom-option-content {
  cursor: pointer;
  width: 100%;
}
.custom-option-icon .form-check-input {
  float: none !important;
  margin: 0 !important;
}
.form-check.custom-option:focus-within{
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-color: #696cff !important;
}
.custom-option-icon .custom-option-body i {
  font-size: 2rem;
  margin-bottom: 0.25rem;
  display: block;
}
.custom-option-icon .custom-option-body .custom-option-title {
  display: block;
  font-size: .9375rem;
  font-weight: 500;
  color: #566a7f;
}
.custom-option-basic .custom-option-content {
  padding: 1em;
  padding-left: 2.7em;
}
.custom-option .custom-option-content {
  cursor: pointer;
  width: 100%;
}


.disable-sec {
  opacity: 0.3;
  cursor: default;
}






.dropzone:not(.dz-clickable) {
  opacity: .5 !important;
  cursor: not-allowed !important;
}
.dropzone.dz-drag-hover {
  border-style: solid !important;
}
.dropzone.dz-drag-hover .dz-message {
  opacity: .5 !important;
}
.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 !important;
}
.dz-thumbnail img[src]~.dz-nopreview {
  display: none !important;
}


.dz-browser-not-supported .dz-message {
  display: none !important
}

.dz-started .dz-message {
  display: none
}

.dz-complete .progress {
  display: none;
}
.dz-preview .progress {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  top: 50%;
  margin-top: -0.25rem;
  z-index: 30;
}
.dz-preview .progress, .dz-preview .progess-bar {
  height: 0.5rem;
}

.dz-filename:hover {
  white-space: normal !important;
  text-overflow: inherit !important;
}


.dz-remove {
  color: #697a8d !important;
  border-top: 1px solid #d9dee3 !important;
  border-bottom-right-radius: calc(0.375rem - 1px) !important;
  border-bottom-left-radius: calc(0.375rem - 1px) !important;
  display: block !important;
  text-align: center !important;
  padding: 0.375rem 0 !important;
  font-size: .75rem !important;
  cursor: pointer !important;
}
.dz-remove:hover, .dz-remove:focus {
  color: #697a8d !important;
  background: rgba(67,89,113,.1) !important;
  text-decoration: none !important;
  border-top-color: rgba(0,0,0,0) !important;
}
.select2-dropdown {
    z-index: 1092 !important;
}

.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: 32px;
  user-select: none;
  -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-dropdown {
  border-radius: .5rem
}

.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-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-container--default .select2-selection--single .select2-selection__rendered {
  padding-right: 2.25rem
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  font-weight: 500;
  float: right;
  line-height: 2.5rem
}

.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: 12px;
  width: 17px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 17px 12px
}

html:not([dir=rtl]) .select2-container--default .select2-selection--single .select2-selection__arrow b {
  left: 15%
}

[dir=rtl] .select2-container--default .select2-selection--single .select2-selection__arrow b {
  right: 10%
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: rgba(105,108,255,.08) !important;
  color: #696cff !important
}

.select2-container--default,.select2-container--default * {
  outline: 0 !important
}

.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-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: .1875rem;
  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 {
  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-results>.select2-results__options {
  max-height: 15rem;
  overflow-y: auto
}

.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-weight: 500;
  font-size: .75rem;
  text-transform: uppercase;
  cursor: default;
  display: block;
  font-weight: 500
}

[dir=rtl] .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 2.25rem !important
}

.light-style .select2-selection--multiple .select2-selection__clear {
  margin-top: .375rem
}

.light-style .select2-selection--multiple .select2-selection__rendered {
  padding: 0 .375rem .375rem .375rem
}

.light-style .select2-selection--multiple .select2-selection__choice {
  margin-right: .375rem;
  margin-top: .375rem
}

.light-style .select2-selection--multiple .select2-selection__placeholder {
  margin-top: .375rem
}

.light-style .select2-search__field {
  color: #697a8d
}

.light-style .select2-dropdown {
  background: #fff;
  box-shadow: 0 .25rem 1rem rgba(161,172,184,.45);
  background-clip: padding-box;
  border-color: rgba(0,0,0,0);
  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: #fff;
  border: 1px solid #d9dee3;
  border-radius: .375rem
}

.light-style .select2-container--default .select2-selection:hover {
  border-color: #c7cdd4
}

.light-style .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: rgba(67,89,113,.04);
  color: #697a8d
}

.light-style .select2-container--default .select2-selection__placeholder {
  color: #b4bdc6
}

.light-style .select2-container--default .select2-results__group {
  color: #a1acb8
}

.light-style .select2-container--default .select2-selection--single {
  height: calc(1.53em + 0.875rem + calc(var(--bs-border-width) * 2))
}

.light-style .select2-container--default .select2-selection--single .select2-selection__clear {
  color: rgba(67,89,113,.6)
}

.light-style .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: calc(1.53em + 0.875rem + calc(var(--bs-border-width) * 2));
  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 16 16'><path fill='none' stroke='rgba(67, 89, 113, 0.6)' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/></svg>")
}

.light-style .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 2.25rem;
  color: #697a8d;
  padding-left: .875rem
}

.light-style .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: .875rem
}

.light-style .select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eceef1;
  border-color: #d9dee3 !important
}

.light-style .select2-container--default .select2-selection--multiple {
  min-height: calc(1.53em + 0.875rem + calc(var(--bs-border-width) * 2))
}

.light-style .select2-container--default .select2-selection--multiple .select2-selection__choice {
  color: #697a8d;
  background-color: rgba(67,89,113,.08)
}

.light-style .select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
  background-color: rgba(67,89,113,.16)
}

.light-style .select2-container--default.select2-container--disabled .select2-selection--multiple {
  border-color: #d9dee3 !important;
  background-color: #eceef1
}

.light-style .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #d9dee3;
  border-radius: .375rem
}

.light-style .select2-container--default .select2-search__field::-webkit-input-placeholder {
  color: #b4bdc6
}

.light-style .select2-container--default .select2-search__field::-moz-placeholder {
  color: #b4bdc6
}

.light-style .select2-container--default .select2-search__field:-ms-input-placeholder {
  color: #b4bdc6
}

.light-style .select2-container--default .select2-results__option {
  padding-left: .875rem;
  padding-right: .875rem
}

.light-style .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: rgba(67,89,113,.1)
}

.light-style .select2-container--default .select2-results__option .select2-results__option {
  width: calc(100% + 1.75rem);
  margin-left: -0.875rem;
  padding-left: .875rem
}

.light-style .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  padding-left: 1.75rem;
  margin-left: -0.875rem
}

.light-style .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  padding-left: 2.625rem;
  margin-left: -1.75rem
}

.light-style .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  padding-left: 3.5rem;
  margin-left: -2.625rem
}

.light-style .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  padding-left: 4.375rem;
  margin-left: -3.5rem
}

.light-style .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  padding-left: .875rem;
  margin-left: -4.375rem
}

.light-style .select2-container--default .select2-results__group {
  padding: .5rem 0
}

.light-style .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: .375rem;
  margin-right: 0
}

.light-style[dir=rtl] .select2-container--default .select2-results__option .select2-results__option {
  padding-right: .875rem;
  padding-left: 0 !important;
  margin-left: 0 !important;
  margin-right: -0.875rem
}

.light-style[dir=rtl] .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  padding-right: 1.75rem;
  margin-right: -0.875rem
}

.light-style[dir=rtl] .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  padding-right: 2.625rem;
  margin-right: -1.75rem
}

.light-style[dir=rtl] .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  padding-right: 3.5rem;
  margin-right: -2.625rem
}

.light-style[dir=rtl] .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  padding-right: 4.375rem;
  margin-right: -3.5rem
}

.light-style[dir=rtl] .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  padding-right: .875rem;
  margin-right: -4.375rem
}

.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,.08) !important;
  color: #8592a3 !important
}

.light-style .select2-secondary .select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
  background: rgba(133,146,163,.16) !important
}

.light-style .select2-success .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: rgba(113,221,55,.08) !important;
  color: #71dd37 !important
}

.light-style .select2-success .select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
  background: rgba(113,221,55,.16) !important
}

.light-style .select2-info .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: rgba(3,195,236,.08) !important;
  color: #03c3ec !important
}

.light-style .select2-info .select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
  background: rgba(3,195,236,.16) !important
}

.light-style .select2-warning .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: rgba(255,171,0,.08) !important;
  color: #ffab00 !important
}

.light-style .select2-warning .select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
  background: rgba(255,171,0,.16) !important
}

.light-style .select2-danger .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: rgba(255,62,29,.08) !important;
  color: #ff3e1d !important
}

.light-style .select2-danger .select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
  background: rgba(255,62,29,.16) !important
}

.light-style .select2-light .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: rgba(252,253,253,.08) !important;
  color: #fcfdfd !important
}

.light-style .select2-light .select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
  background: rgba(252,253,253,.16) !important
}

.light-style .select2-dark .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: rgba(35,52,70,.08) !important;
  color: #233446 !important
}

.light-style .select2-dark .select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
  background: rgba(35,52,70,.16) !important
}

.light-style .select2-gray .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: rgba(67,89,113,.08) !important;
  color: rgba(67,89,113,.1) !important
}

.light-style .select2-gray .select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
  background: rgba(67,89,113,.16) !important
}

.dark-style .select2-selection--multiple .select2-selection__choice {
  margin-top: .375rem;
  margin-right: .375rem
}

.dark-style .select2-selection--multiple .select2-selection__clear {
  margin-top: .375rem
}

.dark-style .select2-selection--multiple .select2-selection__placeholder {
  margin-top: .375rem
}

.dark-style .select2-selection--multiple .select2-selection__rendered {
  padding: 0 .375rem .375rem .375rem
}

.dark-style .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: .375rem;
  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: #2b2c40;
  border: 1px solid #444564;
  border-radius: .375rem
}

.dark-style .select2-container--default .select2-selection:hover {
  border-color: #696a9b
}

.dark-style .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: rgba(124,125,182,.1);
  color: #a3a4cc
}

.dark-style .select2-container--default .select2-selection__placeholder {
  color: #7c7db6
}

.dark-style .select2-container--default .select2-results__group {
  color: #7071a4
}

.dark-style .select2-container--default .select2-selection--single {
  height: calc(1.53em + 0.875rem + calc(var(--bs-border-width) * 2))
}

.dark-style .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: calc(1.53em + 0.875rem + calc(var(--bs-border-width) * 2));
  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 16 16'><path fill='none' stroke='rgba(255, 255, 255, 0.6)' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/></svg>")
}

.dark-style .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 2.25rem;
  color: #a3a4cc;
  padding-left: .875rem
}

.dark-style .select2-container--default .select2-selection--single .select2-selection__clear {
  color: rgba(255,255,255,.6)
}

.dark-style .select2-container--default .select2-selection--multiple {
  min-height: calc(1.53em + 0.875rem + calc(var(--bs-border-width) * 2))
}

.dark-style .select2-container--default .select2-selection--multiple .select2-selection__choice {
  color: #a3a4cc;
  background-color: rgba(124,125,182,.08)
}

.dark-style .select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
  background-color: rgba(124,125,182,.16)
}

.dark-style .select2-container--default.select2-container--disabled .select2-selection--multiple {
  border-color: #444564 !important;
  background-color: #444564
}

.dark-style .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: .875rem
}

.dark-style .select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #444564;
  border-color: #444564 !important
}

.dark-style .select2-container--default .select2-search__field::-webkit-input-placeholder {
  color: #7c7db6
}

.dark-style .select2-container--default .select2-search__field::-moz-placeholder {
  color: #7c7db6
}

.dark-style .select2-container--default .select2-search__field:-ms-input-placeholder {
  color: #7c7db6
}

.dark-style .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #444564;
  background: #2b2c40;
  border-radius: .375rem
}

.dark-style .select2-container--default .select2-results__option {
  padding-left: .875rem;
  padding-right: .875rem
}

.dark-style .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: rgba(255,255,255,.8)
}

.dark-style .select2-container--default .select2-results__option .select2-results__option {
  padding-left: .875rem;
  margin-left: -0.875rem;
  width: calc(100% + 1.75rem)
}

.dark-style .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  padding-left: 1.75rem;
  margin-left: -0.875rem
}

.dark-style .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  padding-left: 2.625rem;
  margin-left: -1.75rem
}

.dark-style .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  padding-left: 3.5rem;
  margin-left: -2.625rem
}

.dark-style .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  padding-left: 4.375rem;
  margin-left: -3.5rem
}

.dark-style .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  padding-left: .875rem;
  margin-left: -4.375rem
}

.dark-style .select2-container--default .select2-results__group {
  padding: .5rem 0
}

.dark-style .select2-dropdown {
  z-index: 1000;
  background: #323249;
  border-color: rgba(0,0,0,0);
  background-clip: padding-box;
  box-shadow: 0 .25rem 1rem rgba(0,0,0,.2)
}

.dark-style .select2-search__field {
  color: #a3a4cc
}

.dark-style[dir=rtl] .select2-container--default .select2-results__option .select2-results__option {
  padding-left: 0 !important;
  padding-right: .875rem;
  margin-left: 0 !important;
  margin-right: -0.875rem
}

.dark-style[dir=rtl] .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  padding-right: 1.75rem;
  margin-right: -0.875rem
}

.dark-style[dir=rtl] .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  padding-right: 2.625rem;
  margin-right: -1.75rem
}

.dark-style[dir=rtl] .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  padding-right: 3.5rem;
  margin-right: -2.625rem
}

.dark-style[dir=rtl] .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  padding-right: 4.375rem;
  margin-right: -3.5rem
}

.dark-style[dir=rtl] .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  padding-right: .875rem;
  margin-right: -4.375rem
}

.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,.08) !important;
  color: #8592a3 !important
}

.dark-style .select2-secondary .select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
  background: rgba(133,146,163,.16) !important
}

.dark-style .select2-success .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: rgba(113,221,55,.08) !important;
  color: #71dd37 !important
}

.dark-style .select2-success .select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
  background: rgba(113,221,55,.16) !important
}

.dark-style .select2-info .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: rgba(3,195,236,.08) !important;
  color: #03c3ec !important
}

.dark-style .select2-info .select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
  background: rgba(3,195,236,.16) !important
}

.dark-style .select2-warning .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: rgba(255,171,0,.08) !important;
  color: #ffab00 !important
}

.dark-style .select2-warning .select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
  background: rgba(255,171,0,.16) !important
}

.dark-style .select2-danger .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: rgba(255,62,29,.08) !important;
  color: #ff3e1d !important
}

.dark-style .select2-danger .select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
  background: rgba(255,62,29,.16) !important
}

.dark-style .select2-light .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: rgba(79,80,92,.08) !important;
  color: #4f505c !important
}

.dark-style .select2-light .select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
  background: rgba(79,80,92,.16) !important
}

.dark-style .select2-dark .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: rgba(107,108,157,.08) !important;
  color: #6b6c9d !important
}

.dark-style .select2-dark .select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
  background: rgba(107,108,157,.16) !important
}

.dark-style .select2-gray .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: rgba(255,255,255,.08) !important;
  color: rgba(255,255,255,.8) !important
}

.dark-style .select2-gray .select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
  background: rgba(255,255,255,.16) !important
}

.select2-results__option {
  white-space: pre !important;
}

.select2-results__option {
  white-space: pre-wrap !important;
  font-weight: 700;
}


.disabled-link
{
  color: #8592a3;
  opacity: 70%;
  pointer-events: none;
}


#summernote.note-editor
{
  background-color: white !important;
}







/*
Fonts Classes
*/

#content-view .tahoma
{
	font-family: Tahoma;
}

#content-view .trad_ar
{
	font-family: "Traditional Arabic";
}

#content-view .simple_ar
{
	font-family: "Simplified Arabic";
}

/*
Font-Sizes Classes
*/

#content-view .s10
{
	font-size: 10pt;
}

#content-view .s11
{
	font-size: 11pt;
}

#content-view .s12
{
	font-size: 12pt;
}

#content-view .s14
{
	font-size: 14pt;
}

#content-view .s16
{
	font-size: 16pt;
}

#content-view .s18
{
	font-size: 18pt;
}

/*
Font-Colors Classes
*/

#content-view .black
{
	color: black;
}

#content-view .white
{
	color: white;
}

#content-view .blue
{
	color: blue;
}

#content-view .red
{
	color: red;
}

#content-view .darkblue
{
	color: #000080;
}

/*
Font-Style Classes
*/

#content-view .bold
{
	font-weight: bold;
}

#content-view .normal
{
	font-weight: normal;
}

#content-view .underline
{
	text-decoration: underline;
}

#content-view .italic
{
	font-style: italic;
}

/*
Align Classes
*/

#content-view .right
{
	text-align: right;
}

#content-view .left
{
	text-align: left;
}

#content-view .center
{
	text-align: center;
}

#content-view .rtl
{
	direction: rtl;
}

#content-view .ltr
{
	direction: ltr;
}

#content-view .line
{
	font-family:"Traditional Arabic";
	font-size:18pt;
	font-weight:bold;
}


#content-view .poetry_table
{
	text-align: center;
	table-layout: fixed;
}

/*
Formatted Text Classes
*/

/**********--**********/

#content-view .quran, #preview_model .quran
{
	font-family: "Simplified Arabic";
	font-size: 14pt;
	font-weight: bold;
	color: #C10404;
}

#content-view .hadith, #preview_model .hadith
{
	font-family: "Simplified Arabic";
	font-size: 14pt;
	font-weight: bold;
	color: #01802E;
}

#content-view .special, #preview_model .special
{
	color: #8500C0;
}

#content-view .poetry_line, #preview_model .poetry_line {
    color: #000066;
    font-family: "Simplified Arabic";
    font-size: 14px;
    font-weight: bold;
    /* Line Height */
}

#content-view .poetry_line li, #preview_model .poetry_line li {
	float: right;width: 45%;padding: 0 8px;text-align: justify;text-align-last: justify;
}


#content-view .quote, #preview_model .quote
{
	color: #000066;
}

#content-view .title, #preview_model .title
{
	font-weight: bold;
	color: Red;
	text-align: center;
}

#content-view .subtitle, #preview_model .subtitle
{
	font-weight: bold;
	color: Red;
}

#content-view .sidetitle, #preview_model .sidetitle
{
	color: #0000bb;
}

#content-view .footnote, #preview_model .footnote
{
	font-size: 12pt;
	color: #000000;
}

#content-view .person, #preview_model .person
{
	color: #851200;
}

div#_mcePaste {
  display: none;
}
