@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  position: relative;
}
[dir] .ql-container {
  margin: 0px;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
[dir=ltr] .ql-clipboard {
  left: -100000px;
}
[dir=rtl] .ql-clipboard {
  right: -100000px;
}
[dir] .ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  tab-size: 4;
  -moz-tab-size: 4;
  white-space: pre-wrap;
  word-wrap: break-word;
}
[dir] .ql-editor {
  padding: 12px 15px;
}
[dir=ltr] .ql-editor {
  text-align: left;
}
[dir=rtl] .ql-editor {
  text-align: right;
}
[dir] .ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
[dir] .ql-editor p, [dir] .ql-editor ol, [dir] .ql-editor ul, [dir] .ql-editor pre, [dir] .ql-editor blockquote, [dir] .ql-editor h1, [dir] .ql-editor h2, [dir] .ql-editor h3, [dir] .ql-editor h4, [dir] .ql-editor h5, [dir] .ql-editor h6 {
  margin: 0;
  padding: 0;
}
[dir=ltr] .ql-editor ol, [dir=ltr] .ql-editor ul {
  padding-left: 1.5em;
}
[dir=rtl] .ql-editor ol, [dir=rtl] .ql-editor ul {
  padding-right: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  pointer-events: all;
}
[dir] .ql-editor ul[data-checked=true] > li::before, [dir] .ql-editor ul[data-checked=false] > li::before {
  cursor: pointer;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
[dir=ltr] .ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
[dir=rtl] .ql-editor li:not(.ql-direction-rtl)::before {
  margin-right: -1.5em;
  margin-left: 0.3em;
  text-align: left;
}
[dir=ltr] .ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
[dir=rtl] .ql-editor li.ql-direction-rtl::before {
  margin-right: 0.3em;
  margin-left: -1.5em;
}
[dir=ltr] .ql-editor ol li:not(.ql-direction-rtl), [dir=ltr] .ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
[dir=rtl] .ql-editor ol li:not(.ql-direction-rtl), [dir=rtl] .ql-editor ul li:not(.ql-direction-rtl) {
  padding-right: 1.5em;
}
[dir=ltr] .ql-editor ol li.ql-direction-rtl, [dir=ltr] .ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
[dir=rtl] .ql-editor ol li.ql-direction-rtl, [dir=rtl] .ql-editor ul li.ql-direction-rtl {
  padding-left: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
[dir=ltr] .ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
[dir=rtl] .ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-right: 3em;
}
[dir=ltr] .ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
[dir=rtl] .ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-right: 4.5em;
}
[dir=ltr] .ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
[dir=rtl] .ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-left: 3em;
}
[dir=ltr] .ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
[dir=rtl] .ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-left: 4.5em;
}
[dir=ltr] .ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
[dir=rtl] .ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-right: 6em;
}
[dir=ltr] .ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
[dir=rtl] .ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-right: 7.5em;
}
[dir=ltr] .ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
[dir=rtl] .ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-left: 6em;
}
[dir=ltr] .ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
[dir=rtl] .ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-left: 7.5em;
}
[dir=ltr] .ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
[dir=rtl] .ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-right: 9em;
}
[dir=ltr] .ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
[dir=rtl] .ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-right: 10.5em;
}
[dir=ltr] .ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
[dir=rtl] .ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-left: 9em;
}
[dir=ltr] .ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
[dir=rtl] .ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-left: 10.5em;
}
[dir=ltr] .ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
[dir=rtl] .ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-right: 12em;
}
[dir=ltr] .ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
[dir=rtl] .ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-right: 13.5em;
}
[dir=ltr] .ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
[dir=rtl] .ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-left: 12em;
}
[dir=ltr] .ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
[dir=rtl] .ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-left: 13.5em;
}
[dir=ltr] .ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
[dir=rtl] .ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-right: 15em;
}
[dir=ltr] .ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
[dir=rtl] .ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-right: 16.5em;
}
[dir=ltr] .ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
[dir=rtl] .ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-left: 15em;
}
[dir=ltr] .ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
[dir=rtl] .ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-left: 16.5em;
}
[dir=ltr] .ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
[dir=rtl] .ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-right: 18em;
}
[dir=ltr] .ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
[dir=rtl] .ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-right: 19.5em;
}
[dir=ltr] .ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
[dir=rtl] .ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-left: 18em;
}
[dir=ltr] .ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
[dir=rtl] .ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-left: 19.5em;
}
[dir=ltr] .ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
[dir=rtl] .ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-right: 21em;
}
[dir=ltr] .ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
[dir=rtl] .ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-right: 22.5em;
}
[dir=ltr] .ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
[dir=rtl] .ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-left: 21em;
}
[dir=ltr] .ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
[dir=rtl] .ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-left: 22.5em;
}
[dir=ltr] .ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
[dir=rtl] .ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-right: 24em;
}
[dir=ltr] .ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
[dir=rtl] .ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-right: 25.5em;
}
[dir=ltr] .ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
[dir=rtl] .ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-left: 24em;
}
[dir=ltr] .ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
[dir=rtl] .ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-left: 25.5em;
}
[dir=ltr] .ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
[dir=rtl] .ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-right: 27em;
}
[dir=ltr] .ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
[dir=rtl] .ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-right: 28.5em;
}
[dir=ltr] .ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
[dir=rtl] .ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-left: 27em;
}
[dir=ltr] .ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
[dir=rtl] .ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-left: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
[dir] .ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
[dir=ltr] .ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
[dir=rtl] .ql-editor .ql-video.ql-align-right {
  margin: 0 auto 0 0;
}
[dir] .ql-editor .ql-bg-black {
  background-color: #000;
}
[dir] .ql-editor .ql-bg-red {
  background-color: #e60000;
}
[dir] .ql-editor .ql-bg-orange {
  background-color: #f90;
}
[dir] .ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
[dir] .ql-editor .ql-bg-green {
  background-color: #008a00;
}
[dir] .ql-editor .ql-bg-blue {
  background-color: #06c;
}
[dir] .ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
[dir] .ql-editor .ql-direction-rtl {
  text-align: inherit;
}
[dir=ltr] .ql-editor .ql-direction-rtl {
  direction: rtl;
}
[dir=rtl] .ql-editor .ql-direction-rtl {
  direction: ltr;
}
[dir] .ql-editor .ql-align-center {
  text-align: center;
}
[dir] .ql-editor .ql-align-justify {
  text-align: justify;
}
[dir=ltr] .ql-editor .ql-align-right {
  text-align: right;
}
[dir=rtl] .ql-editor .ql-align-right {
  text-align: left;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  pointer-events: none;
  position: absolute;
}
[dir=ltr] .ql-editor.ql-blank::before {
  left: 15px;
  right: 15px;
}
[dir=rtl] .ql-editor.ql-blank::before {
  right: 15px;
  left: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  content: '';
  display: table;
}
[dir] .ql-snow.ql-toolbar:after, [dir] .ql-snow .ql-toolbar:after {
  clear: both;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  display: inline-block;
  height: 24px;
  width: 28px;
}
[dir] .ql-snow.ql-toolbar button, [dir] .ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 3px 5px;
}
[dir=ltr] .ql-snow.ql-toolbar button, [dir=ltr] .ql-snow .ql-toolbar button {
  float: left;
}
[dir=rtl] .ql-snow.ql-toolbar button, [dir=rtl] .ql-snow .ql-toolbar button {
  float: right;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  height: 100%;
}
[dir=ltr] .ql-snow.ql-toolbar button svg, [dir=ltr] .ql-snow .ql-toolbar button svg {
  float: left;
}
[dir=rtl] .ql-snow.ql-toolbar button svg, [dir=rtl] .ql-snow .ql-toolbar button svg {
  float: right;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
}
[dir] .ql-snow .ql-tooltip {
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  text-decoration: none;
}
[dir] .ql-snow .ql-tooltip a {
  cursor: pointer;
}
[dir] .ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  content: '';
  display: table;
}
[dir] .ql-snow .ql-formats:after {
  clear: both;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
[dir] .ql-snow .ql-editor blockquote {
  margin-bottom: 5px;
  margin-top: 5px;
}
[dir=ltr] .ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  padding-left: 16px;
}
[dir=rtl] .ql-snow .ql-editor blockquote {
  border-right: 4px solid #ccc;
  padding-right: 16px;
}
[dir] .ql-snow .ql-editor code, [dir] .ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
}
[dir] .ql-snow .ql-editor pre {
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
}
[dir] .ql-snow .ql-editor code {
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  color: #f8f8f2;
  overflow: visible;
}
[dir] .ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
[dir=ltr] .ql-snow .ql-picker {
  float: left;
}
[dir=rtl] .ql-snow .ql-picker {
  float: right;
}
.ql-snow .ql-picker-label {
  display: inline-block;
  height: 100%;
  position: relative;
  width: 100%;
}
[dir] .ql-snow .ql-picker-label {
  cursor: pointer;
}
[dir=ltr] .ql-snow .ql-picker-label {
  padding-left: 8px;
  padding-right: 2px;
}
[dir=rtl] .ql-snow .ql-picker-label {
  padding-right: 8px;
  padding-left: 2px;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  display: none;
  min-width: 100%;
  position: absolute;
  white-space: nowrap;
}
[dir] .ql-snow .ql-picker-options {
  background-color: #fff;
  padding: 4px 8px;
}
.ql-snow .ql-picker-options .ql-picker-item {
  display: block;
}
[dir] .ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  top: 100%;
  z-index: 1;
}
[dir] .ql-snow .ql-picker.ql-expanded .ql-picker-options {
  margin-top: -1px;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
[dir] .ql-snow .ql-color-picker .ql-picker-label, [dir] .ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
[dir=ltr] .ql-snow .ql-color-picker .ql-picker-label svg, [dir=ltr] .ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
[dir=rtl] .ql-snow .ql-color-picker .ql-picker-label svg, [dir=rtl] .ql-snow .ql-icon-picker .ql-picker-label svg {
  left: 4px;
}
[dir] .ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
}
[dir] .ql-snow .ql-icon-picker .ql-picker-item {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  width: 152px;
}
[dir] .ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  height: 16px;
  width: 16px;
}
[dir] .ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  margin: 2px;
  padding: 0px;
}
[dir=ltr] .ql-snow .ql-color-picker .ql-picker-item {
  float: left;
}
[dir=rtl] .ql-snow .ql-color-picker .ql-picker-item {
  float: right;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  top: 50%;
  width: 18px;
}
[dir] .ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  margin-top: -9px;
}
[dir=ltr] .ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  right: 0;
}
[dir=rtl] .ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  left: 0;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
[dir] .ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
[dir] .ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}
[dir] .ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  padding: 8px;
}
[dir=ltr] .ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
[dir=rtl] .ql-toolbar.ql-snow .ql-formats {
  margin-left: 15px;
}
[dir] .ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
[dir] .ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
}
[dir] .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
[dir] .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
[dir] .ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected, [dir] .ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
[dir] .ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  color: #444;
  white-space: nowrap;
}
[dir] .ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  padding: 5px 12px;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
}
[dir=ltr] .ql-snow .ql-tooltip::before {
  margin-right: 8px;
}
[dir=rtl] .ql-snow .ql-tooltip::before {
  margin-left: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  font-size: 13px;
  height: 26px;
  width: 170px;
}
[dir] .ql-snow .ql-tooltip input[type=text] {
  border: 1px solid #ccc;
  margin: 0px;
  padding: 3px 5px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  content: 'Edit';
}
[dir=ltr] .ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  margin-left: 16px;
  padding-right: 8px;
}
[dir=rtl] .ql-snow .ql-tooltip a.ql-action::after {
  border-left: 1px solid #ccc;
  margin-right: 16px;
  padding-left: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
}
[dir=ltr] .ql-snow .ql-tooltip a.ql-remove::before {
  margin-left: 8px;
}
[dir=rtl] .ql-snow .ql-tooltip a.ql-remove::before {
  margin-right: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  content: 'Save';
}
[dir=ltr] .ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  padding-right: 0px;
}
[dir=rtl] .ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-left: 0px;
  padding-left: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
[dir] .ql-container.ql-snow {
  border: 1px solid #ccc;
}
.ql-container {
 overflow: visible !important;
}[dir=ltr] .ql-container {
 border-bottom-left-radius: 0.5em;
 border-bottom-right-radius: 0.5em;
}[dir=rtl] .ql-container {
  border-bottom-right-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
}

.ql-snow .ql-container {
  height: 70vh;
  overflow-y: scroll;
  /* background: #fefcfc; */
}

[dir] .ql-snow .ql-container {
  border: none;
}

[dir=ltr] .ql-snow .ql-container {
 border-bottom-left-radius: 0.5em;
 border-bottom-right-radius: 0.5em;
}

[dir=rtl] .ql-snow .ql-container {
  border-bottom-right-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
}
 .ql-toolbar.ql-snow + .ql-container.ql-snow {
  height: 70vh;
  overflow-y: scroll;

  /* background: #fefcfc; */
}
 [dir=ltr] .ql-toolbar.ql-snow + .ql-container.ql-snow {
 border-bottom-left-radius: 0.5em;
 border-bottom-right-radius: 0.5em;
}
 [dir=rtl] .ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-bottom-right-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
}
.auto-height .ql-toolbar.ql-snow + .ql-container.ql-snow {

  /* background: #fefcfc; */
}
[dir] .auto-height .ql-toolbar.ql-snow + .ql-container.ql-snow {

  border: none !important;
}
/* .ql-editor img{ */
  /* width: -webkit-fill-available; */
/* } */

/* Snow Theme */
 .ql-snow.ql-toolbar {
  display: block;
  /* border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em; */
}
 [dir] .ql-snow.ql-toolbar {
  background: rgba(241, 230, 255, 0.5);
}
[dir] .auto-height .ql-snow.ql-toolbar {

  border: none !important;
}
[dir=ltr] .ql-tooltip{
 left: 0px !important;
}
[dir=rtl] .ql-tooltip{
  right: 0px !important;
}
[dir] .ql-bubble .ql-editor {
  padding: 0px;
}
.ql-snow .ql-editor {
  min-height: 18em;
  max-height: 29em;
}
.auto-height .ql-snow .ql-editor {
  max-height: 5.5em !important;
  min-height: auto !important;
}
.auto-height.email-body .ql-snow .ql-editor {
  max-height: 16.5em !important;
  min-height: 16em !important;
}
.auto-height.feed-body .ql-snow .ql-editor {
  max-height: 14.5em !important;
  min-height: 14em !important;
}
.ql-snow .ql-toolbar {
  position: sticky;

}
[dir] .ql-snow .ql-editor pre.ql-syntax {
  background-color: gainsboro;
}
.ql-snow .ql-editor pre.ql-syntax {
  color: black !important;
}
.ql-snow .ql-editor .ql-video {
  pointer-events: none;
}


.ql-snow .ql-picker.ql-size .ql-picker-item[data-value='10px']::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value='10px']::before {
  content: '10px';
  font-size: 10px !important;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value='11px']::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value='11px']::before {
  content: '11px';
  font-size: 11px !important;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value='12px']::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value='12px']::before {
  content: '12px';
  font-size: 12px !important;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value='13px']::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value='13px']::before {
  content: '13px';
  font-size: 13px !important;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value='14px']::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value='14px']::before {
  content: '14px';
  font-size: 14px !important;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value='15px']::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value='15px']::before {
  content: '15px';
  font-size: 15px !important;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value='16px']::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value='16px']::before {
  content: '16px';
  font-size: 16px !important;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value='17px']::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value='17px']::before {
  content: '17px';
  font-size: 17px !important;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value='18px']::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value='18px']::before {
  content: '18px';
  font-size: 18px !important;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value='19px']::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value='19px']::before {
  content: '19px';
  font-size: 19px !important;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value='20px']::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value='20px']::before {
  content: '20px';
  font-size: 20px !important;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value='21px']::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value='21px']::before {
  content: '21px';
  font-size: 21px !important;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value='22px']::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value='22px']::before {
  content: '22px';
  font-size: 22px !important;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value='23px']::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value='23px']::before {
  content: '23px';
  font-size: 23px !important;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value='24px']::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value='24px']::before {
  content: '24px';
  font-size: 24px !important;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value='25px']::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value='25px']::before {
  content: '25px';
  font-size: 27px !important;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value='32px']::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value='32px']::before {
  content: '32px';
  font-size: 25px !important;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value='small']::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value='small']::before {
  content: 'small';
  font-size: 10px !important;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value='large']::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value='large']::before {
  content: 'large';
  font-size: 18px !important;
}
/* .ql-snow .ql-picker.ql-size .ql-picker-item[data-value='huge']::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value='huge']::before {
  content: 'Huge';
  font-size: 32px !important;
} */

.ql-picker.ql-font .ql-picker-label[data-value='Roboto']::before,
.ql-picker.ql-font .ql-picker-item[data-value='Roboto']::before {
  font-family: 'Roboto';
  content: 'Roboto' !important;
}

.ql-picker.ql-font .ql-picker-label[data-value='Raleway']::before,
.ql-picker.ql-font .ql-picker-item[data-value='Raleway']::before {
  font-family: 'Raleway';
  content: 'Raleway' !important;
}

.ql-picker.ql-font .ql-picker-label[data-value='Montserrat']::before,
.ql-picker.ql-font .ql-picker-item[data-value='Montserrat']::before {
  font-family: 'Montserrat';
  content: 'Montserrat' !important;
}

.ql-picker.ql-font .ql-picker-label[data-value='Lato']::before,
.ql-picker.ql-font .ql-picker-item[data-value='Lato']::before {
  font-family: 'Lato';
  content: 'Lato' !important;
}

.ql-picker.ql-font .ql-picker-label[data-value='Rubik']::before,
.ql-picker.ql-font .ql-picker-item[data-value='Rubik']::before {
  font-family: 'Rubik';
  content: 'Rubik' !important;
}

/* Set content font-families */
.ql-font-Roboto {
  font-family: 'Roboto';
}
.ql-font-Raleway {
  font-family: 'Raleway';
}
.ql-font-Montserrat {
  font-family: 'Montserrat';
}
.ql-font-Lato {
  font-family: 'Lato';
}
.ql-font-Rubik {
  font-family: 'Rubik';
}
/* 
.ql-picker.ql-font {
  .ql-picker-item {
    font-size: 0;
    &:before {
      content: attr(data-value) !important;
      font-size: 14px;
    }
  }
}

.ql-picker.ql-font{
  .ql-active {
    &:before {
      content: attr(data-value) !important;
      font-size: 14px;
    }
  }
}
*/
.ql-picker.ql-font .ql-picker-label[data-value='Poppins']::before,
.ql-picker.ql-font .ql-picker-item[data-value='Poppins']::before {
  font-family: Poppins, sans-serif !important;
  content: 'Poppins';
}
.ql-font-Poppins {
  font-family: Poppins, sans-serif;
}
.ql-picker-options{
 max-height: 350px;
 overflow: scroll; 
}
.ql-color .ql-picker-options [data-value='custom-color']:before {
  content: 'Custom Color';
}

.ql-color .ql-picker-options [data-value='custom-color'] {
  width: 100% !important;
  height: 25px !important;
  color: blue;
  text-decoration: underline;
}

[dir] .ql-color .ql-picker-options [data-value='custom-color'] {
  background: none !important;
  text-align: center;
}

.ql-background .ql-picker-options [data-value='custom-back-color']:before {
  content: 'Custom Color';
}

.ql-background .ql-picker-options [data-value='custom-back-color'] {
  width: 100% !important;
  height: 25px !important;
  color: blue;
  text-decoration: underline;
}

[dir] .ql-background .ql-picker-options [data-value='custom-back-color'] {
  background: none !important;
  text-align: center;
}

.ql-resetchanges:before {
  content: 'Reset Changes';
}

.ql-resetchanges {
  width: 100% !important;
  height: 25px !important;
  font-size: 12px;
  color: blue;
}

[dir] .ql-resetchanges {
  background: none !important;
  text-align: center;
}
.ql-privatevideos:before {
  content: 'Upload Video';
}

.ql-privatevideos {
  width: 100% !important;
  height: 25px !important;
  font-size: 12px;
  color: red;
}

[dir] .ql-privatevideos {
  background: none !important;
  text-align: center;
}
.ql-container,
.ql-editor {
  font-size: 22px !important;
}
.ql-container,
.ql-bubble .ql-editor {
  font-size: 16px !important;
}
.ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4,.ql-editor h5, .ql-editor h6{
  line-height: normal;

}

.ql-editor h1,.ql-editor h2{
  font-weight: 600 !important;
}
.ql-editor p img{
 display: flex;
}
[dir] .ql-editor p img{
 margin: auto;
}
.ql-editor p.ql-align-right{
  display: unset !important;
 }
[dir] .ql-editor p.ql-align-right{
  margin: unset !important;
 }
 /* .ql-editor p.ql-align-right .ai-images,.ql-editor p:not([class]) .ai-images{
  display: unset !important;
  margin: unset !important;
 } */

.waves-effect {
  position: relative;
  overflow: hidden;
}
.waves-effect .waves-ripple {
  position: absolute;
  top: 50%;
  opacity: 0;
  width: 0;
  height: 0;
}
[dir] .waves-effect .waves-ripple {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}
[dir=ltr] .waves-effect .waves-ripple {
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ripple-effect 0.4s ease;
}
[dir=rtl] .waves-effect .waves-ripple {
  right: 50%;
  transform: translate(50%, -50%);
  animation: ripple-effect 0.4s ease;
}

@keyframes ripple-effect {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    width: 200%;
    padding-bottom: 200%;
    opacity: 0;
  }
}/**
 * prism.js tomorrow night eighties for JavaScript, CoffeeScript, CSS and HTML
 * Based on https://github.com/chriskempson/tomorrow-theme
 * @author Rose Pritchard
 */

code[class*="language-"],
pre[class*="language-"] {
	color: #ccc;
	font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
	font-size: 1em;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	word-wrap: normal;
	line-height: 1.5;

	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;

	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;

}

[dir] code[class*="language-"], [dir] pre[class*="language-"] {
	background: none;

}

[dir=ltr] code[class*="language-"], [dir=ltr] pre[class*="language-"] {
	text-align: left;

}

[dir=rtl] code[class*="language-"], [dir=rtl] pre[class*="language-"] {
	text-align: right;

}

/* Code blocks */
pre[class*="language-"] {
	overflow: auto;
}
[dir] pre[class*="language-"] {
	padding: 1em;
	margin: .5em 0;
}

[dir] :not(pre) > code[class*="language-"], [dir] pre[class*="language-"] {
	background: #2d2d2d;
}

/* Inline code */
:not(pre) > code[class*="language-"] {
	white-space: normal;
}
[dir] :not(pre) > code[class*="language-"] {
	padding: .1em;
	border-radius: .3em;
}

.token.comment,
.token.block-comment,
.token.prolog,
.token.doctype,
.token.cdata {
	color: #999;
}

.token.punctuation {
	color: #ccc;
}

.token.tag,
.token.attr-name,
.token.namespace,
.token.deleted {
	color: #e2777a;
}

.token.function-name {
	color: #6196cc;
}

.token.boolean,
.token.number,
.token.function {
	color: #f08d49;
}

.token.property,
.token.class-name,
.token.constant,
.token.symbol {
	color: #f8c555;
}

.token.selector,
.token.important,
.token.atrule,
.token.keyword,
.token.builtin {
	color: #cc99cd;
}

.token.string,
.token.char,
.token.attr-value,
.token.regex,
.token.variable {
	color: #7ec699;
}

.token.operator,
.token.entity,
.token.url {
	color: #67cdcc;
}

.token.important,
.token.bold {
	font-weight: bold;
}
.token.italic {
	font-style: italic;
}

[dir] .token.entity {
	cursor: help;
}

.token.inserted {
	color: green;
}
/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}
[dir] .ps__rail-x {
  -webkit-transition: background-color .2s linear, opacity .2s linear;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  /* please don't change 'position' */
  position: absolute;
}

[dir] .ps__rail-y {
  -webkit-transition: background-color .2s linear, opacity .2s linear;
}

[dir=ltr] .ps__rail-y {
  right: 0;
}

[dir=rtl] .ps__rail-y {
  left: 0;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
}

[dir] .ps--active-x > .ps__rail-x, [dir] .ps--active-y > .ps__rail-y {
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  opacity: 0.9;
}

[dir] .ps .ps__rail-x:hover, [dir] .ps .ps__rail-y:hover, [dir] .ps .ps__rail-x:focus, [dir] .ps .ps__rail-y:focus, [dir] .ps .ps__rail-x.ps--clicking, [dir] .ps .ps__rail-y.ps--clicking {
  background-color: #eee;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}
[dir] .ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
}

.ps__thumb-y {
  transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  /* please don't change 'position' */
  position: absolute;
}

[dir] .ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
}

[dir=ltr] .ps__thumb-y {
  right: 2px;
}

[dir=rtl] .ps__thumb-y {
  left: 2px;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  height: 11px;
}

[dir] .ps__rail-x:hover > .ps__thumb-x, [dir] .ps__rail-x:focus > .ps__thumb-x, [dir] .ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  width: 11px;
}

[dir] .ps__rail-y:hover > .ps__thumb-y, [dir] .ps__rail-y:focus > .ps__thumb-y, [dir] .ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.scrollbar-container {
  position: relative;
  height: 100%; }
/*# sourceMappingURL=styles.css.map */:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: hsl(6, 78%, 57%);
  --toastify-color-transparent: rgba(255, 255, 255, 0.7);

  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);

  --toastify-container-width: fit-content;
  --toastify-toast-width: 320px;
  --toastify-toast-offset: 16px;
  --toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));
  --toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));
  --toastify-toast-background: #fff;
  --toastify-toast-padding: 14px;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-toast-bd-radius: 6px;
  --toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;

  /* Used only for colored theme */
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;

  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
  /* used to control the opacity of the progress trail */
  --toastify-color-progress-bgo: 0.2;
}[dir=ltr]:root {
  --toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));
  --toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));
}[dir=rtl]:root {
  --toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-left));
  --toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-right));
}

.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index));
  position: fixed;
  width: var(--toastify-container-width);
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-direction: column;
}

.Toastify__toast-container--top-left {
  top: var(--toastify-toast-top);
}

[dir=ltr] .Toastify__toast-container--top-left {
  left: var(--toastify-toast-left);
}

[dir=rtl] .Toastify__toast-container--top-left {
  right: var(--toastify-toast-left);
}

.Toastify__toast-container--top-center {
  top: var(--toastify-toast-top);
  align-items: center;
}

[dir=ltr] .Toastify__toast-container--top-center {
  left: 50%;
  transform: translateX(-50%);
}

[dir=rtl] .Toastify__toast-container--top-center {
  right: 50%;
  transform: translateX(50%);
}

.Toastify__toast-container--top-right {
  top: var(--toastify-toast-top);
  align-items: end;
}

[dir=ltr] .Toastify__toast-container--top-right {
  right: var(--toastify-toast-right);
}

[dir=rtl] .Toastify__toast-container--top-right {
  left: var(--toastify-toast-right);
}

.Toastify__toast-container--bottom-left {
  bottom: var(--toastify-toast-bottom);
}

[dir=ltr] .Toastify__toast-container--bottom-left {
  left: var(--toastify-toast-left);
}

[dir=rtl] .Toastify__toast-container--bottom-left {
  right: var(--toastify-toast-left);
}

.Toastify__toast-container--bottom-center {
  bottom: var(--toastify-toast-bottom);
  align-items: center;
}

[dir=ltr] .Toastify__toast-container--bottom-center {
  left: 50%;
  transform: translateX(-50%);
}

[dir=rtl] .Toastify__toast-container--bottom-center {
  right: 50%;
  transform: translateX(50%);
}

.Toastify__toast-container--bottom-right {
  bottom: var(--toastify-toast-bottom);
  align-items: end;
}

[dir=ltr] .Toastify__toast-container--bottom-right {
  right: var(--toastify-toast-right);
}

[dir=rtl] .Toastify__toast-container--bottom-right {
  left: var(--toastify-toast-right);
}

.Toastify__toast {
  --y: 0;
  position: relative;
  touch-action: none;
  width: var(--toastify-toast-width);
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  max-height: var(--toastify-toast-max-height);
  font-family: var(--toastify-font-family);
  /* webkit only issue #791 */
  z-index: 0;
  /* inner swag */
  display: flex;
  flex: 1 auto;
  align-items: center;
  word-break: break-word;
}

[dir] .Toastify__toast {
  margin-bottom: 1rem;
  padding: var(--toastify-toast-padding);
  border-radius: var(--toastify-toast-bd-radius);
  box-shadow: var(--toastify-toast-shadow);
}

@media only screen and (max-width: 480px) {
  .Toastify__toast-container {
    width: 100vw;
  }
  [dir] .Toastify__toast-container {
    margin: 0;
  }
  [dir=ltr] .Toastify__toast-container {
    left: env(safe-area-inset-left);
  }
  [dir=rtl] .Toastify__toast-container {
    right: env(safe-area-inset-right);
  }
  .Toastify__toast-container--top-left,
  .Toastify__toast-container--top-center,
  .Toastify__toast-container--top-right {
    top: env(safe-area-inset-top);
  }
  [dir] .Toastify__toast-container--top-left, [dir] .Toastify__toast-container--top-center, [dir] .Toastify__toast-container--top-right {
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-left,
  .Toastify__toast-container--bottom-center,
  .Toastify__toast-container--bottom-right {
    bottom: env(safe-area-inset-bottom);
  }
  [dir] .Toastify__toast-container--bottom-left, [dir] .Toastify__toast-container--bottom-center, [dir] .Toastify__toast-container--bottom-right {
    transform: translateX(0);
  }
  [dir=ltr] .Toastify__toast-container--rtl {
    right: env(safe-area-inset-right);
    left: initial;
  }
  [dir=rtl] .Toastify__toast-container--rtl {
    left: env(safe-area-inset-left);
    right: initial;
  }
  .Toastify__toast {
    --toastify-toast-width: 100%;
  }
  [dir] .Toastify__toast {
    margin-bottom: 0;
    border-radius: 0;
  }
}

.Toastify__toast-container[data-stacked='true'] {
  width: var(--toastify-toast-width);
}

.Toastify__toast--stacked {
  position: absolute;
  width: 100%;
  transition: transform 0.3s;
}

[dir] .Toastify__toast--stacked {
  transform: translate3d(0, var(--y), 0) scale(var(--s));
}

.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,
.Toastify__toast--stacked[data-collapsed] .Toastify__close-button {
  transition: opacity 0.1s;
}

.Toastify__toast--stacked[data-collapsed='false'] {
  overflow: visible;
}

.Toastify__toast--stacked[data-collapsed='true']:not(:last-child) > * {
  opacity: 0;
}

.Toastify__toast--stacked:after {
  content: '';
  position: absolute;
  height: calc(var(--g) * 1px);
  bottom: 100%;
}

[dir=ltr] .Toastify__toast--stacked:after {
  left: 0;
  right: 0;
}

[dir=rtl] .Toastify__toast--stacked:after {
  right: 0;
  left: 0;
}

.Toastify__toast--stacked[data-pos='top'] {
  top: 0;
}

.Toastify__toast--stacked[data-pos='bot'] {
  bottom: 0;
}

[dir] .Toastify__toast--stacked[data-pos='bot'].Toastify__toast--stacked:before {
  transform-origin: top;
}

[dir] .Toastify__toast--stacked[data-pos='top'].Toastify__toast--stacked:before {
  transform-origin: bottom;
}

.Toastify__toast--stacked:before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 100%;
  z-index: -1;
}

[dir] .Toastify__toast--stacked:before {
  transform: scaleY(3);
}

[dir=ltr] .Toastify__toast--stacked:before {
  left: 0;
  right: 0;
}

[dir=rtl] .Toastify__toast--stacked:before {
  right: 0;
  left: 0;
}

[dir=ltr] .Toastify__toast--rtl {
  direction: rtl;
}

[dir=rtl] .Toastify__toast--rtl {
  direction: ltr;
}

[dir] .Toastify__toast--close-on-click {
  cursor: pointer;
}

.Toastify__toast-icon {
  margin-inline-end: 10px;
  width: 22px;
  flex-shrink: 0;
  display: flex;
}

[dir=ltr] .Toastify--animate {
  animation-fill-mode: both;
  animation-duration: 0.5s;
}

[dir=rtl] .Toastify--animate {
  animation-fill-mode: both;
  animation-duration: 0.5s;
}

[dir=ltr] .Toastify--animate-icon {
  animation-fill-mode: both;
  animation-duration: 0.3s;
}

[dir=rtl] .Toastify--animate-icon {
  animation-fill-mode: both;
  animation-duration: 0.3s;
}

.Toastify__toast-theme--dark {
  color: var(--toastify-text-color-dark);
}

[dir] .Toastify__toast-theme--dark {
  background: var(--toastify-color-dark);
}

.Toastify__toast-theme--light {
  color: var(--toastify-text-color-light);
}

[dir] .Toastify__toast-theme--light {
  background: var(--toastify-color-light);
}

.Toastify__toast-theme--colored.Toastify__toast--default {
  color: var(--toastify-text-color-light);
}

[dir] .Toastify__toast-theme--colored.Toastify__toast--default {
  background: var(--toastify-color-light);
}

.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
}

[dir] .Toastify__toast-theme--colored.Toastify__toast--info {
  background: var(--toastify-color-info);
}

.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
}

[dir] .Toastify__toast-theme--colored.Toastify__toast--success {
  background: var(--toastify-color-success);
}

.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
}

[dir] .Toastify__toast-theme--colored.Toastify__toast--warning {
  background: var(--toastify-color-warning);
}

.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
}

[dir] .Toastify__toast-theme--colored.Toastify__toast--error {
  background: var(--toastify-color-error);
}

[dir] .Toastify__progress-bar-theme--light {
  background: var(--toastify-color-progress-light);
}

[dir] .Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark);
}

[dir] .Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info);
}

[dir] .Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success);
}

[dir] .Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning);
}

[dir] .Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error);
}

[dir] .Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, [dir] .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, [dir] .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, [dir] .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: var(--toastify-color-transparent);
}

.Toastify__close-button {
  color: #fff;
  position: absolute;
  top: 6px;
  outline: none;
  opacity: 0.7;
  transition: 0.3s ease;
  z-index: 1;
}

[dir] .Toastify__close-button {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

[dir=ltr] .Toastify__close-button {
  right: 6px;
}

[dir=rtl] .Toastify__close-button {
  left: 6px;
}

[dir=ltr] .Toastify__toast--rtl .Toastify__close-button {
  left: 6px;
  right: unset;
}

[dir=rtl] .Toastify__toast--rtl .Toastify__close-button {
  right: 6px;
  left: unset;
}

.Toastify__close-button--light {
  color: #000;
  opacity: 0.3;
}

.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}

.Toastify__close-button:hover,
.Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}

.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.7;
}

[dir=ltr] .Toastify__progress-bar {
  left: 0;
  transform-origin: left;
}

[dir=rtl] .Toastify__progress-bar {
  right: 0;
  transform-origin: right;
}

[dir=ltr] .Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}

[dir=rtl] .Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}

.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}

[dir=ltr] .Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right;
  border-bottom-left-radius: initial;
}

[dir=rtl] .Toastify__progress-bar--rtl {
  left: 0;
  right: initial;
  transform-origin: left;
  border-bottom-right-radius: initial;
}

.Toastify__progress-bar--wrp {
  position: absolute;
  overflow: hidden;
  bottom: 0;
  width: 100%;
  height: 5px;
}

[dir=ltr] .Toastify__progress-bar--wrp {
  left: 0;
  border-bottom-left-radius: var(--toastify-toast-bd-radius);
  border-bottom-right-radius: var(--toastify-toast-bd-radius);
}

[dir=rtl] .Toastify__progress-bar--wrp {
  right: 0;
  border-bottom-right-radius: var(--toastify-toast-bd-radius);
  border-bottom-left-radius: var(--toastify-toast-bd-radius);
}

.Toastify__progress-bar--wrp[data-hidden='true'] {
  opacity: 0;
}

.Toastify__progress-bar--bg {
  opacity: var(--toastify-color-progress-bgo);
  width: 100%;
  height: 100%;
}

.Toastify__spinner {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
}

[dir] .Toastify__spinner {
  border: 2px solid;
  border-radius: 100%;
  border-color: var(--toastify-spinner-color-empty-area);
}

[dir=ltr] .Toastify__spinner {
  border-right-color: var(--toastify-spinner-color);
  animation:  Toastify__spin-ltr 0.65s linear infinite;
}

[dir=rtl] .Toastify__spinner {
  border-left-color: var(--toastify-spinner-color);
  animation:  Toastify__spin-rtl 0.65s linear infinite;
}

@keyframes Toastify__bounceInRight-ltr {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}

@keyframes Toastify__bounceInRight-rtl {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutRight-ltr {
  20% {
    opacity: 1;
    transform: translate3d(-20px, var(--y), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, var(--y), 0);
  }
}

@keyframes Toastify__bounceOutRight-rtl {
  20% {
    opacity: 1;
    transform: translate3d(20px, var(--y), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, var(--y), 0);
  }
}

@keyframes Toastify__bounceInLeft-ltr {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}

@keyframes Toastify__bounceInLeft-rtl {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutLeft-ltr {
  20% {
    opacity: 1;
    transform: translate3d(20px, var(--y), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, var(--y), 0);
  }
}

@keyframes Toastify__bounceOutLeft-rtl {
  20% {
    opacity: 1;
    transform: translate3d(-20px, var(--y), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, var(--y), 0);
  }
}

@keyframes Toastify__bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, calc(var(--y) - 10px), 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, calc(var(--y) + 20px), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes Toastify__bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, calc(var(--y) - 10px), 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, calc(var(--y) + 20px), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

[dir=ltr] .Toastify__bounce-enter--top-left, [dir=ltr] .Toastify__bounce-enter--bottom-left {
  animation-name:  Toastify__bounceInLeft-ltr ;
}

[dir=rtl] .Toastify__bounce-enter--top-left, [dir=rtl] .Toastify__bounce-enter--bottom-left {
  animation-name:  Toastify__bounceInLeft-rtl ;
}

[dir=ltr] .Toastify__bounce-enter--top-right, [dir=ltr] .Toastify__bounce-enter--bottom-right {
  animation-name:  Toastify__bounceInRight-ltr ;
}

[dir=rtl] .Toastify__bounce-enter--top-right, [dir=rtl] .Toastify__bounce-enter--bottom-right {
  animation-name:  Toastify__bounceInRight-rtl ;
}

[dir=ltr] .Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}

[dir=rtl] .Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}

[dir=ltr] .Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

[dir=rtl] .Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

[dir=ltr] .Toastify__bounce-exit--top-left, [dir=ltr] .Toastify__bounce-exit--bottom-left {
  animation-name:  Toastify__bounceOutLeft-ltr ;
}

[dir=rtl] .Toastify__bounce-exit--top-left, [dir=rtl] .Toastify__bounce-exit--bottom-left {
  animation-name:  Toastify__bounceOutLeft-rtl ;
}

[dir=ltr] .Toastify__bounce-exit--top-right, [dir=ltr] .Toastify__bounce-exit--bottom-right {
  animation-name:  Toastify__bounceOutRight-ltr ;
}

[dir=rtl] .Toastify__bounce-exit--top-right, [dir=rtl] .Toastify__bounce-exit--bottom-right {
  animation-name:  Toastify__bounceOutRight-rtl ;
}

[dir=ltr] .Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}

[dir=rtl] .Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}

[dir=ltr] .Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

[dir=rtl] .Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: translate3d(0, var(--y), 0) scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

[dir=ltr] .Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

[dir=rtl] .Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

[dir=ltr] .Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

[dir=rtl] .Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn-ltr {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

@keyframes Toastify__flipIn-rtl {
  from {
    transform: perspective(400px) rotate3d(-1, 0, 0, -90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(-1, 0, 0, 20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(-1, 0, 0, -10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(-1, 0, 0, 5deg);
  }
  to {
    transform: perspective(400px);
  }
}

@keyframes Toastify__flipOut-ltr {
  from {
    transform: translate3d(0, var(--y), 0) perspective(400px);
  }
  30% {
    transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes Toastify__flipOut-rtl {
  from {
    transform: translate3d(0, var(--y), 0) perspective(400px);
  }
  30% {
    transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(-1, 0, 0, 20deg);
    opacity: 1;
  }
  to {
    transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(-1, 0, 0, -90deg);
    opacity: 0;
  }
}

[dir=ltr] .Toastify__flip-enter {
  animation-name:  Toastify__flipIn-ltr ;
}

[dir=rtl] .Toastify__flip-enter {
  animation-name:  Toastify__flipIn-rtl ;
}

[dir=ltr] .Toastify__flip-exit {
  animation-name:  Toastify__flipOut-ltr ;
}

[dir=rtl] .Toastify__flip-exit {
  animation-name:  Toastify__flipOut-rtl ;
}

@keyframes Toastify__slideInRight-ltr {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideInRight-rtl {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideInLeft-ltr {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideInLeft-rtl {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideOutRight-ltr {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, var(--y), 0);
  }
}

@keyframes Toastify__slideOutRight-rtl {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, var(--y), 0);
  }
}

@keyframes Toastify__slideOutLeft-ltr {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, var(--y), 0);
  }
}

@keyframes Toastify__slideOutLeft-rtl {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, var(--y), 0);
  }
}

@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}

@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}

[dir=ltr] .Toastify__slide-enter--top-left, [dir=ltr] .Toastify__slide-enter--bottom-left {
  animation-name:  Toastify__slideInLeft-ltr ;
}

[dir=rtl] .Toastify__slide-enter--top-left, [dir=rtl] .Toastify__slide-enter--bottom-left {
  animation-name:  Toastify__slideInLeft-rtl ;
}

[dir=ltr] .Toastify__slide-enter--top-right, [dir=ltr] .Toastify__slide-enter--bottom-right {
  animation-name:  Toastify__slideInRight-ltr ;
}

[dir=rtl] .Toastify__slide-enter--top-right, [dir=rtl] .Toastify__slide-enter--bottom-right {
  animation-name:  Toastify__slideInRight-rtl ;
}

[dir=ltr] .Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}

[dir=rtl] .Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}

[dir=ltr] .Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

[dir=rtl] .Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

[dir=ltr] .Toastify__slide-exit--top-left, [dir=ltr] .Toastify__slide-exit--bottom-left {
  animation-name:  Toastify__slideOutLeft-ltr ;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}

[dir=rtl] .Toastify__slide-exit--top-left, [dir=rtl] .Toastify__slide-exit--bottom-left {
  animation-name:  Toastify__slideOutLeft-rtl ;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}

[dir=ltr] .Toastify__slide-exit--top-right, [dir=ltr] .Toastify__slide-exit--bottom-right {
  animation-name:  Toastify__slideOutRight-ltr ;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}

[dir=rtl] .Toastify__slide-exit--top-right, [dir=rtl] .Toastify__slide-exit--bottom-right {
  animation-name:  Toastify__slideOutRight-rtl ;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}

[dir=ltr] .Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}

[dir=rtl] .Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}

[dir=ltr] .Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}

[dir=rtl] .Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}

@keyframes Toastify__spin-ltr {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes Toastify__spin-rtl {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}

[dir] .Toastify__toast {
  background-color: #fff;
  border-radius: 0.286rem;
  box-shadow: 0 2px 20px 0 rgba(34, 41, 47, 0.08);
  padding: 1rem;
}

.Toastify__toast .Toastify__toast-body,
.Toastify__toast .Toastify__close-button {
  color: #6e6b7b;
}

.Toastify__toast .toastify-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

[dir] .Toastify__toast .toastify-header {
  padding-bottom: 0.5rem;
}

.Toastify__toast .toastify-header .title-wrapper {
  display: flex;
  align-items: center;
}

.Toastify__toast .toastify-header .title-wrapper .avatar svg {
  height: 0.85rem;
  width: 0.85rem;
}

.Toastify__toast .toastify-header .toast-title {
  color: #5e5873;
  font-weight: 600;
}

[dir] .Toastify__toast .toastify-header .toast-title {
  margin-bottom: 0;
}

[dir=ltr] .Toastify__toast .toastify-header .toast-title {
  margin-left: 0.75rem;
}

[dir=rtl] .Toastify__toast .toastify-header .toast-title {
  margin-right: 0.75rem;
}

.Toastify__toast .toastify-body {
  color: #6e6b7b;
  font-size: 0.85rem;
  font-family: Poppins;
}

[dir=ltr] .Toastify__toast .toastify-body {
  padding-left: 2.3rem;
}

[dir=rtl] .Toastify__toast .toastify-body {
  padding-right: 2.3rem;
}

.Toastify__toast .Toastify__close-button {
  opacity: 1;
}

[dir] .Toastify__toast .Toastify__close-button {
  margin-top: 1px;
}

[dir=ltr] .Toastify__toast .Toastify__close-button {
  margin-left: 0.5rem;
}

[dir=rtl] .Toastify__toast .Toastify__close-button {
  margin-right: 0.5rem;
}

.Toastify__toast .Toastify__close-button svg {
  height: 0.85rem;
  width: 0.85rem;
  fill: #5e5873;
}

.Toastify__toast .Toastify__close-button:hover svg {
  fill: #5e5873;
}

.Toastify__toast .Toastify__close-button:focus {
  outline: 0;
}

.Toastify__toast.Toastify__toast--default .toast-title {
  color: #7367f0;
}

.Toastify__toast.Toastify__toast--error .toast-title {
  color: #FF3B3B;
}

[dir] .Toastify__toast.Toastify__toast--error .Toastify__progress-bar {
  background-color: #FF3B3B;
}

.Toastify__toast.Toastify__toast--white .toast-title {
  color: #ffffff;
}

[dir] .Toastify__toast.Toastify__toast--white .Toastify__progress-bar {
  background-color: #ffffff;
}

.Toastify__toast.Toastify__toast--black .toast-title {
  color: #000000;
}

[dir] .Toastify__toast.Toastify__toast--black .Toastify__progress-bar {
  background-color: #000000;
}

.Toastify__toast.Toastify__toast--dark .toast-title {
  color: #212529;
}

[dir] .Toastify__toast.Toastify__toast--dark .Toastify__progress-bar {
  background-color: #212529;
}

.Toastify__toast.Toastify__toast--light .toast-title {
  color: #f8f9fa;
}

[dir] .Toastify__toast.Toastify__toast--light .Toastify__progress-bar {
  background-color: #f8f9fa;
}

.Toastify__toast.Toastify__toast--primary .toast-title {
  color: #7200FF;
}

[dir] .Toastify__toast.Toastify__toast--primary .Toastify__progress-bar {
  background-color: #7200FF;
}

.Toastify__toast.Toastify__toast--secondary .toast-title {
  color: #6c757d;
}

[dir] .Toastify__toast.Toastify__toast--secondary .Toastify__progress-bar {
  background-color: #6c757d;
}

.Toastify__toast.Toastify__toast--success .toast-title {
  color: #06C270;
}

[dir] .Toastify__toast.Toastify__toast--success .Toastify__progress-bar {
  background-color: #06C270;
}

.Toastify__toast.Toastify__toast--info .toast-title {
  color: #0dcaf0;
}

[dir] .Toastify__toast.Toastify__toast--info .Toastify__progress-bar {
  background-color: #0dcaf0;
}

.Toastify__toast.Toastify__toast--warning .toast-title {
  color: #ffc107;
}

[dir] .Toastify__toast.Toastify__toast--warning .Toastify__progress-bar {
  background-color: #ffc107;
}

.Toastify__toast.Toastify__toast--danger .toast-title {
  color: #FF3B3B;
}

[dir] .Toastify__toast.Toastify__toast--danger .Toastify__progress-bar {
  background-color: #FF3B3B;
}

.Toastify__progress-bar {
  bottom: 0;
}

[dir=ltr] .Toastify__progress-bar {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

[dir=rtl] .Toastify__progress-bar {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

[dir] .Toastify__progress-bar.Toastify__progress-bar--default {
  background: #7367f0;
}

[dir] .dark-layout .Toastify__toast {
  background-color: #283046;
  box-shadow: 0 2px 20px 0 rgba(34, 41, 47, 0.3);
}

.dark-layout .Toastify__toast .Toastify__toast-body,
.dark-layout .Toastify__toast .Toastify__close-button {
  color: #b4b7bd;
}

.dark-layout .Toastify__toast .toastify-body {
  color: #b4b7bd;
}

.dark-layout .Toastify__toast .Toastify__close-button svg {
  fill: #b4b7bd;
}

.dark-layout .Toastify__toast .Toastify__close-button:hover svg {
  fill: #5e5873;
}

@media (max-width: 480px) {
  [dir] .Toastify__toast-container .Toastify__toast + .Toastify__toast {
    margin-top: 1rem;
  }
}
@font-face {
  font-family: "feather";
  src: url('/assets/feather-B6uk7rDz.eot?t=1525787366991'); /* IE9*/
  src: url('/assets/feather-B6uk7rDz.eot?t=1525787366991#iefix') format('embedded-opentype'), 
  url('/assets/feather-BBViPOsB.woff?t=1525787366991') format('woff'), 
  url('/assets/feather-DJLJ3y0Y.ttf?t=1525787366991') format('truetype'), 
  url('/assets/feather-BTXgke07.svg?t=1525787366991#feather') format('svg'); /* iOS 4.1- */
}
@font-face {
  font-family: "digital-clock";
  src: url('/assets/digital-7-Cnm38d_8.ttf') format('truetype')
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
  }
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
  }
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
  }
/* @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: local('Poppins'), url('https://fonts.cdnfonts.com/s/16009/Poppins-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 400;
    src: local('Poppins'), url('https://fonts.cdnfonts.com/s/16009/Poppins-Italic.woff') format('woff');
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 250;
    src: local('Poppins'), url('https://fonts.cdnfonts.com/s/16009/Poppins-Thin.woff') format('woff');
}
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 250;
    src: local('Poppins'), url('https://fonts.cdnfonts.com/s/16009/Poppins-ThinItalic.woff') format('woff');
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 275;
    src: local('Poppins'), url('https://fonts.cdnfonts.com/s/16009/Poppins-ExtraLight.woff') format('woff');
}
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 275;
    src: local('Poppins'), url('https://fonts.cdnfonts.com/s/16009/Poppins-ExtraLightItalic.woff') format('woff');
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: local('Poppins'), url('https://fonts.cdnfonts.com/s/16009/Poppins-Light.woff') format('woff');
}
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 300;
    src: local('Poppins'), url('https://fonts.cdnfonts.com/s/16009/Poppins-LightItalic.woff') format('woff');
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: local('Poppins'), url('https://fonts.cdnfonts.com/s/16009/Poppins-Medium.woff') format('woff');
}
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 500;
    src: local('Poppins'), url('https://fonts.cdnfonts.com/s/16009/Poppins-MediumItalic.woff') format('woff');
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: local('Poppins'), url('https://fonts.cdnfonts.com/s/16009/Poppins-SemiBold.woff') format('woff');
}
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 600;
    src: local('Poppins'), url('https://fonts.cdnfonts.com/s/16009/Poppins-SemiBoldItalic.woff') format('woff');
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: local('Poppins'), url('https://fonts.cdnfonts.com/s/16009/Poppins-Bold.woff') format('woff');
}
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 700;
    src: local('Poppins'), url('https://fonts.cdnfonts.com/s/16009/Poppins-BoldItalic.woff') format('woff');
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    src: local('Poppins'), url('https://fonts.cdnfonts.com/s/16009/Poppins-Bold.woff') format('woff');
}
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 800;
    src: local('Poppins'), url('https://fonts.cdnfonts.com/s/16009/Poppins-ExtraBoldItalic.woff') format('woff');
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: local('Poppins'), url('https://fonts.cdnfonts.com/s/16009/Poppins-Bold.woff') format('woff');
}
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 600;
    src: local('Poppins'), url('https://fonts.cdnfonts.com/s/16009/Poppins-BlackItalic.woff') format('woff');
} */
.feather {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'feather' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-alert-octagon:before { content: "\e81b"; }
.icon-alert-circle:before { content: "\e81c"; }
.icon-activity:before { content: "\e81d"; }
.icon-alert-triangle:before { content: "\e81e"; }
.icon-align-center:before { content: "\e81f"; }
.icon-airplay:before { content: "\e820"; }
.icon-align-justify:before { content: "\e821"; }
.icon-align-left:before { content: "\e822"; }
.icon-align-right:before { content: "\e823"; }
.icon-arrow-down-left:before { content: "\e824"; }
.icon-arrow-down-right:before { content: "\e825"; }
.icon-anchor:before { content: "\e826"; }
.icon-aperture:before { content: "\e827"; }
.icon-arrow-left:before { content: "\e828"; }
.icon-arrow-right:before { content: "\e829"; }
.icon-arrow-down:before { content: "\e82a"; }
.icon-arrow-up-left:before { content: "\e82b"; }
.icon-arrow-up-right:before { content: "\e82c"; }
.icon-arrow-up:before { content: "\e82d"; }
.icon-award:before { content: "\e82e"; }
.icon-bar-chart:before { content: "\e82f"; }
.icon-at-sign:before { content: "\e830"; }
.icon-bar-chart-2:before { content: "\e831"; }
.icon-battery-charging:before { content: "\e832"; }
.icon-bell-off:before { content: "\e833"; }
.icon-battery:before { content: "\e834"; }
.icon-bluetooth:before { content: "\e835"; }
.icon-bell:before { content: "\e836"; }
.icon-book:before { content: "\e837"; }
.icon-briefcase:before { content: "\e838"; }
.icon-camera-off:before { content: "\e839"; }
.icon-calendar:before { content: "\e83a"; }
.icon-bookmark:before { content: "\e83b"; }
.icon-box:before { content: "\e83c"; }
.icon-camera:before { content: "\e83d"; }
.icon-check-circle:before { content: "\e83e"; }
.icon-check:before { content: "\e83f"; }
.icon-check-square:before { content: "\e840"; }
.icon-cast:before { content: "\e841"; }
.icon-chevron-down:before { content: "\e842"; }
.icon-chevron-left:before { content: "\e843"; }
.icon-chevron-right:before { content: "\e844"; }
.icon-chevron-up:before { content: "\e845"; }
.icon-chevrons-down:before { content: "\e846"; }
.icon-chevrons-right:before { content: "\e847"; }
.icon-chevrons-up:before { content: "\e848"; }
.icon-chevrons-left:before { content: "\e849"; }
.icon-circle:before { content: "\e84a"; }
.icon-clipboard:before { content: "\e84b"; }
.icon-chrome:before { content: "\e84c"; }
.icon-clock:before { content: "\e84d"; }
.icon-cloud-lightning:before { content: "\e84e"; }
.icon-cloud-drizzle:before { content: "\e84f"; }
.icon-cloud-rain:before { content: "\e850"; }
.icon-cloud-off:before { content: "\e851"; }
.icon-codepen:before { content: "\e852"; }
.icon-cloud-snow:before { content: "\e853"; }
.icon-compass:before { content: "\e854"; }
.icon-copy:before { content: "\e855"; }
.icon-corner-down-right:before { content: "\e856"; }
.icon-corner-down-left:before { content: "\e857"; }
.icon-corner-left-down:before { content: "\e858"; }
.icon-corner-left-up:before { content: "\e859"; }
.icon-corner-up-left:before { content: "\e85a"; }
.icon-corner-up-right:before { content: "\e85b"; }
.icon-corner-right-down:before { content: "\e85c"; }
.icon-corner-right-up:before { content: "\e85d"; }
.icon-cpu:before { content: "\e85e"; }
.icon-credit-card:before { content: "\e85f"; }
.icon-crosshair:before { content: "\e860"; }
.icon-disc:before { content: "\e861"; }
.icon-delete:before { content: "\e862"; }
.icon-download-cloud:before { content: "\e863"; }
.icon-download:before { content: "\e864"; }
.icon-droplet:before { content: "\e865"; }
.icon-edit-2:before { content: "\e866"; }
.icon-edit:before { content: "\e867"; }
.icon-edit-1:before { content: "\e868"; }
.icon-external-link:before { content: "\e869"; }
.icon-eye:before { content: "\e86a"; }
.icon-feather:before { content: "\e86b"; }
.icon-facebook:before { content: "\e86c"; }
.icon-file-minus:before { content: "\e86d"; }
.icon-eye-off:before { content: "\e86e"; }
.icon-fast-forward:before { content: "\e86f"; }
.icon-file-text:before { content: "\e870"; }
.icon-film:before { content: "\e871"; }
.icon-file:before { content: "\e872"; }
.icon-file-plus:before { content: "\e873"; }
.icon-folder:before { content: "\e874"; }
.icon-filter:before { content: "\e875"; }
.icon-flag:before { content: "\e876"; }
.icon-globe:before { content: "\e877"; }
.icon-grid:before { content: "\e878"; }
.icon-heart:before { content: "\e879"; }
.icon-home:before { content: "\e87a"; }
.icon-github:before { content: "\e87b"; }
.icon-image:before { content: "\e87c"; }
.icon-inbox:before { content: "\e87d"; }
.icon-layers:before { content: "\e87e"; }
.icon-info:before { content: "\e87f"; }
.icon-instagram:before { content: "\e880"; }
.icon-layout:before { content: "\e881"; }
.icon-link-2:before { content: "\e882"; }
.icon-life-buoy:before { content: "\e883"; }
.icon-link:before { content: "\e884"; }
.icon-log-in:before { content: "\e885"; }
.icon-list:before { content: "\e886"; }
.icon-lock:before { content: "\e887"; }
.icon-log-out:before { content: "\e888"; }
.icon-loader:before { content: "\e889"; }
.icon-mail:before { content: "\e88a"; }
.icon-maximize-2:before { content: "\e88b"; }
.icon-map:before { content: "\e88c"; }
.icon-map-pin:before { content: "\e88e"; }
.icon-menu:before { content: "\e88f"; }
.icon-message-circle:before { content: "\e890"; }
.icon-message-square:before { content: "\e891"; }
.icon-minimize-2:before { content: "\e892"; }
.icon-mic-off:before { content: "\e893"; }
.icon-minus-circle:before { content: "\e894"; }
.icon-mic:before { content: "\e895"; }
.icon-minus-square:before { content: "\e896"; }
.icon-minus:before { content: "\e897"; }
.icon-moon:before { content: "\e898"; }
.icon-monitor:before { content: "\e899"; }
.icon-more-vertical:before { content: "\e89a"; }
.icon-more-horizontal:before { content: "\e89b"; }
.icon-move:before { content: "\e89c"; }
.icon-music:before { content: "\e89d"; }
.icon-navigation-2:before { content: "\e89e"; }
.icon-navigation:before { content: "\e89f"; }
.icon-octagon:before { content: "\e8a0"; }
.icon-package:before { content: "\e8a1"; }
.icon-pause-circle:before { content: "\e8a2"; }
.icon-pause:before { content: "\e8a3"; }
.icon-percent:before { content: "\e8a4"; }
.icon-phone-call:before { content: "\e8a5"; }
.icon-phone-forwarded:before { content: "\e8a6"; }
.icon-phone-missed:before { content: "\e8a7"; }
.icon-phone-off:before { content: "\e8a8"; }
.icon-phone-incoming:before { content: "\e8a9"; }
.icon-phone:before { content: "\e8aa"; }
.icon-phone-outgoing:before { content: "\e8ab"; }
.icon-pie-chart:before { content: "\e8ac"; }
.icon-play-circle:before { content: "\e8ad"; }
.icon-play:before { content: "\e8ae"; }
.icon-plus-square:before { content: "\e8af"; }
.icon-plus-circle:before { content: "\e8b0"; }
.icon-plus:before { content: "\e8b1"; }
.icon-pocket:before { content: "\e8b2"; }
.icon-printer:before { content: "\e8b3"; }
.icon-power:before { content: "\e8b4"; }
.icon-radio:before { content: "\e8b5"; }
.icon-repeat:before { content: "\e8b6"; }
.icon-refresh-ccw:before { content: "\e8b7"; }
.icon-rewind:before { content: "\e8b8"; }
.icon-rotate-ccw:before { content: "\e8b9"; }
.icon-refresh-cw:before { content: "\e8ba"; }
.icon-rotate-cw:before { content: "\e8bb"; }
.icon-save:before { content: "\e8bc"; }
.icon-search:before { content: "\e8bd"; }
.icon-server:before { content: "\e8be"; }
.icon-scissors:before { content: "\e8bf"; }
.icon-share-2:before { content: "\e8c0"; }
.icon-share:before { content: "\e8c1"; }
.icon-shield:before { content: "\e8c2"; }
.icon-settings:before { content: "\e8c3"; }
.icon-skip-back:before { content: "\e8c4"; }
.icon-shuffle:before { content: "\e8c5"; }
.icon-sidebar:before { content: "\e8c6"; }
.icon-skip-forward:before { content: "\e8c7"; }
.icon-slack:before { content: "\e8c8"; }
.icon-slash:before { content: "\e8c9"; }
.icon-smartphone:before { content: "\e8ca"; }
.icon-square:before { content: "\e8cb"; }
.icon-speaker:before { content: "\e8cc"; }
.icon-star:before { content: "\e8cd"; }
.icon-stop-circle:before { content: "\e8ce"; }
.icon-sun:before { content: "\e8cf"; }
.icon-sunrise:before { content: "\e8d0"; }
.icon-tablet:before { content: "\e8d1"; }
.icon-tag:before { content: "\e8d2"; }
.icon-sunset:before { content: "\e8d3"; }
.icon-target:before { content: "\e8d4"; }
.icon-thermometer:before { content: "\e8d5"; }
.icon-thumbs-up:before { content: "\e8d6"; }
.icon-thumbs-down:before { content: "\e8d7"; }
.icon-toggle-left:before { content: "\e8d8"; }
.icon-toggle-right:before { content: "\e8d9"; }
.icon-trash-2:before { content: "\e8da"; }
.icon-trash:before { content: "\e8db"; }
.icon-trending-up:before { content: "\e8dc"; }
.icon-trending-down:before { content: "\e8dd"; }
.icon-triangle:before { content: "\e8de"; }
.icon-type:before { content: "\e8df"; }
.icon-twitter:before { content: "\e8e0"; }
.icon-upload:before { content: "\e8e1"; }
.icon-umbrella:before { content: "\e8e2"; }
.icon-upload-cloud:before { content: "\e8e3"; }
.icon-unlock:before { content: "\e8e4"; }
.icon-user-check:before { content: "\e8e5"; }
.icon-user-minus:before { content: "\e8e6"; }
.icon-user-plus:before { content: "\e8e7"; }
.icon-user-x:before { content: "\e8e8"; }
.icon-user:before { content: "\e8e9"; }
.icon-users:before { content: "\e8ea"; }
.icon-video-off:before { content: "\e8eb"; }
.icon-video:before { content: "\e8ec"; }
.icon-voicemail:before { content: "\e8ed"; }
.icon-volume-x:before { content: "\e8ee"; }
.icon-volume-2:before { content: "\e8ef"; }
.icon-volume-1:before { content: "\e8f0"; }
.icon-volume:before { content: "\e8f1"; }
.icon-watch:before { content: "\e8f2"; }
.icon-wifi:before { content: "\e8f3"; }
.icon-x-square:before { content: "\e8f4"; }
.icon-wind:before { content: "\e8f5"; }
.icon-x:before { content: "\e8f6"; }
.icon-x-circle:before { content: "\e8f7"; }
.icon-zap:before { content: "\e8f8"; }
.icon-zoom-in:before { content: "\e8f9"; }
.icon-zoom-out:before { content: "\e8fa"; }
.icon-command:before { content: "\e8fb"; }
.icon-cloud:before { content: "\e8fc"; }
.icon-hash:before { content: "\e8fd"; }
.icon-headphones:before { content: "\e8fe"; }
.icon-underline:before { content: "\e8ff"; }
.icon-italic:before { content: "\e900"; }
.icon-bold:before { content: "\e901"; }
.icon-crop:before { content: "\e902"; }
.icon-help-circle:before { content: "\e903"; }
.icon-paperclip:before { content: "\e904"; }
.icon-shopping-cart:before { content: "\e905"; }
.icon-tv:before { content: "\e906"; }
.icon-wifi-off:before { content: "\e907"; }
.icon-minimize:before { content: "\e88d"; }
.icon-maximize:before { content: "\e908"; }
.icon-gitlab:before { content: "\e909"; }
.icon-sliders:before { content: "\e90a"; }
.icon-star-on:before { content: "\e90b"; }
.icon-heart-on:before { content: "\e90c"; }
.icon-archive:before { content: "\e90d"; }
.icon-arrow-down-circle:before { content: "\e90e"; }
.icon-arrow-up-circle:before { content: "\e90f"; }
.icon-arrow-left-circle:before { content: "\e910"; }
.icon-arrow-right-circle:before { content: "\e911"; }
.icon-bar-chart-line-:before { content: "\e912"; }
.icon-bar-chart-line:before { content: "\e913"; }
.icon-book-open:before { content: "\e914"; }
.icon-code:before { content: "\e915"; }
.icon-database:before { content: "\e916"; }
.icon-dollar-sign:before { content: "\e917"; }
.icon-folder-plus:before { content: "\e918"; }
.icon-gift:before { content: "\e919"; }
.icon-folder-minus:before { content: "\e91a"; }
.icon-git-commit:before { content: "\e91b"; }
.icon-git-branch:before { content: "\e91c"; }
.icon-git-pull-request:before { content: "\e91d"; }
.icon-git-merge:before { content: "\e91e"; }
.icon-linkedin:before { content: "\e91f"; }
.icon-hard-drive:before { content: "\e920"; }
.icon-more-vertical-:before { content: "\e921"; }
.icon-more-horizontal-:before { content: "\e922"; }
.icon-rss:before { content: "\e923"; }
.icon-send:before { content: "\e924"; }
.icon-shield-off:before { content: "\e925"; }
.icon-shopping-bag:before { content: "\e926"; }
.icon-terminal:before { content: "\e927"; }
.icon-truck:before { content: "\e928"; }
.icon-zap-off:before { content: "\e929"; }
.icon-youtube:before { content: "\e92a"; }

/*!
 * Bootstrap  v5.3.8 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #7200FF;
  --bs-secondary: #6c757d;
  --bs-success: #06C270;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #FF3B3B;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 114, 0, 255;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 6, 194, 112;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 255, 59, 59;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: rgb(45.6, 0, 102);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(2.4, 77.6, 44.8);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(102, 23.6, 23.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(226.8, 204, 255);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(205.2, 242.8, 226.4);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(255, 215.8, 215.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(198.6, 153, 255);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(155.4, 230.6, 197.8);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(255, 176.6, 176.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 34, 41, 47;
  --bs-font-sans-serif: Poppins;
  --bs-font-monospace: Poppins;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.45;
  --bs-body-color: #6e6b7b;
  --bs-body-color-rgb: 110, 107, 123;
  --bs-body-bg: #EBECF0;
  --bs-body-bg-rgb: 235, 236, 240;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(131, 131, 131, 0.75);
  --bs-secondary-color-rgb: 131, 131, 131;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(131, 131, 131, 0.5);
  --bs-tertiary-color-rgb: 131, 131, 131;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: #5e5873;
  --bs-link-color: #7367f0;
  --bs-link-color-rgb: 115, 103, 240;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(93.622754491, 79.7904191617, 237.7095808383);
  --bs-link-hover-color-rgb: 94, 80, 238;
  --bs-link-hover-decoration: none;
  --bs-code-color: #d63384;
  --bs-highlight-color: #838383;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #ebe9f1;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 10px;
  --bs-border-radius-sm: 6px;
  --bs-border-radius-lg: 15px;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(114, 0, 255, 0.25);
  --bs-form-valid-color: #06C270;
  --bs-form-valid-border-color: #06C270;
  --bs-form-invalid-color: #FF3B3B;
  --bs-form-invalid-border-color: #FF3B3B;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(170.4, 102, 255);
  --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --bs-success-text-emphasis: rgb(105.6, 218.4, 169.2);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(255, 137.4, 137.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(22.8, 0, 51);
  --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --bs-success-bg-subtle: rgb(1.2, 38.8, 22.4);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(51, 11.8, 11.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(68.4, 0, 153);
  --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --bs-success-border-subtle: rgb(3.6, 116.4, 67.2);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(153, 35.4, 35.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(170.4, 102, 255);
  --bs-link-hover-color: rgb(187.32, 132.6, 255);
  --bs-link-color-rgb: 170, 102, 255;
  --bs-link-hover-color-rgb: 187, 133, 255;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(34, 41, 47, 0);
}

[dir] body {
  margin: 0;
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
}

hr {
  color: inherit;
  opacity: 0.25;
}

[dir] hr {
  margin: 1rem 0;
  border: 0;
  border-top: var(--bs-border-width) solid #ebe9f1;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

[dir] h6, [dir] .h6, [dir] h5, [dir] .h5, [dir] h4, [dir] .h4, [dir] h3, [dir] .h3, [dir] h2, [dir] .h2, [dir] h1, [dir] .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h1, .h1 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2rem;
  }
}

h2, .h2 {
  font-size: calc(1.2964rem + 0.5568vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 1.714rem;
  }
}

h3, .h3 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.5rem;
  }
}

h4, .h4 {
  font-size: calc(1.2536rem + 0.0432vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.286rem;
  }
}

h5, .h5 {
  font-size: 1.07rem;
}

h6, .h6 {
  font-size: 1rem;
}

[dir] p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  text-decoration: underline dotted;
  text-decoration-skip-ink: none;
}

[dir] abbr[title] {
  cursor: help;
}

address {
  font-style: normal;
  line-height: inherit;
}

[dir] address {
  margin-bottom: 1rem;
}

[dir=ltr] ol, [dir=ltr] ul {
  padding-left: 2rem;
}

[dir=rtl] ol, [dir=rtl] ul {
  padding-right: 2rem;
}

[dir] ol, [dir] ul, [dir] dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

[dir] ol ol, [dir] ul ul, [dir] ol ul, [dir] ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

[dir] dd {
  margin-bottom: 0.5rem;
}

[dir=ltr] dd {
  margin-left: 0;
}

[dir=rtl] dd {
  margin-right: 0;
}

[dir] blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 600;
}

small, .small {
  font-size: 0.857rem;
}

mark, .mark {
  color: var(--bs-highlight-color);
}

[dir] mark, [dir] .mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
  text-decoration: none;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  overflow: auto;
  font-size: 90%;
}

[dir] pre {
  margin-top: 0;
  margin-bottom: 1rem;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 90%;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  font-size: 0.875em;
  color: var(--bs-body-bg);
}

[dir] kbd {
  padding: 0.1875rem 0.375rem;
  background-color: #eee;
  border-radius: 6px;
}
kbd kbd {
  font-size: 1em;
}
[dir] kbd kbd {
  padding: 0;
}

[dir] figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  color: var(--bs-secondary-color);
}

[dir] caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

[dir=ltr] caption {
  text-align: left;
}

[dir=rtl] caption {
  text-align: right;
}

[dir] th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

[dir] thead, [dir] tbody, [dir] tfoot, [dir] tr, [dir] td, [dir] th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

[dir] button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

[dir] input, [dir] button, [dir] select, [dir] optgroup, [dir] textarea {
  margin: 0;
}

button,
select {
  text-transform: none;
}

[dir] [role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
[dir] button:not(:disabled), [dir] [type=button]:not(:disabled), [dir] [type=reset]:not(:disabled), [dir] [type=submit]:not(:disabled) {
  cursor: pointer;
}

[dir] ::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
}

[dir] fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  width: 100%;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}

[dir] legend {
  padding: 0;
  margin-bottom: 0.5rem;
}

[dir=ltr] legend {
  float: left;
}

[dir=rtl] legend {
  float: right;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
[dir=ltr] legend + * {
  clear: left;
}
[dir=rtl] legend + * {
  clear: right;
}

[dir] ::-webkit-datetime-edit-fields-wrapper, [dir] ::-webkit-datetime-edit-text, [dir] ::-webkit-datetime-edit-minute, [dir] ::-webkit-datetime-edit-hour-field, [dir] ::-webkit-datetime-edit-day-field, [dir] ::-webkit-datetime-edit-month-field, [dir] ::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button {
  filter: grayscale(1);
}
[dir] [type=search]::-webkit-search-cancel-button {
  cursor: pointer;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

[dir] ::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

[dir] iframe {
  border: 0;
}

summary {
  display: list-item;
}

[dir] summary {
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.14rem;
  font-weight: 400;
}

.display-1 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  list-style: none;
}

[dir=ltr] .list-unstyled {
  padding-left: 0;
}

[dir=rtl] .list-unstyled {
  padding-right: 0;
}

.list-inline {
  list-style: none;
}

[dir=ltr] .list-inline {
  padding-left: 0;
}

[dir=rtl] .list-inline {
  padding-right: 0;
}

.list-inline-item {
  display: inline-block;
}
[dir=ltr] .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
[dir=rtl] .list-inline-item:not(:last-child) {
  margin-left: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  font-size: 1.25rem;
}

[dir] .blockquote {
  margin-bottom: 1rem;
}
[dir] .blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  font-size: 0.875em;
  color: #6c757d;
}

[dir] .blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  max-width: 100%;
  height: auto;
}

[dir] .img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

.figure {
  display: inline-block;
}

.figure-img {
  line-height: 1;
}

[dir] .figure-img {
  margin-bottom: 0.5rem;
}

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container-xs {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
}

[dir=ltr] .container, [dir=ltr] .container-fluid, [dir=ltr] .container-xxl, [dir=ltr] .container-xl, [dir=ltr] .container-lg, [dir=ltr] .container-md, [dir=ltr] .container-sm, [dir=ltr] .container-xs {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

[dir=rtl] .container, [dir=rtl] .container-fluid, [dir=rtl] .container-xxl, [dir=rtl] .container-xl, [dir=rtl] .container-lg, [dir=rtl] .container-md, [dir=rtl] .container-sm, [dir=rtl] .container-xs {
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  margin-left: auto;
  margin-right: auto;
}

.container {
  max-width: 0;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1200px;
  }
}
@media (min-width: 1440px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1440px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1440px;
}

.row {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
}

[dir] .row {
  margin-top: calc(-1 * var(--bs-gutter-y));
}

[dir=ltr] .row {
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

[dir=rtl] .row {
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}
[dir] .row > * {
  margin-top: var(--bs-gutter-y);
}
[dir=ltr] .row > * {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
[dir=rtl] .row > * {
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}

.col {
  flex: 1 0 0;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

[dir=ltr] .offset-1 {
  margin-left: 8.33333333%;
}

[dir=rtl] .offset-1 {
  margin-right: 8.33333333%;
}

[dir=ltr] .offset-2 {
  margin-left: 16.66666667%;
}

[dir=rtl] .offset-2 {
  margin-right: 16.66666667%;
}

[dir=ltr] .offset-3 {
  margin-left: 25%;
}

[dir=rtl] .offset-3 {
  margin-right: 25%;
}

[dir=ltr] .offset-4 {
  margin-left: 33.33333333%;
}

[dir=rtl] .offset-4 {
  margin-right: 33.33333333%;
}

[dir=ltr] .offset-5 {
  margin-left: 41.66666667%;
}

[dir=rtl] .offset-5 {
  margin-right: 41.66666667%;
}

[dir=ltr] .offset-6 {
  margin-left: 50%;
}

[dir=rtl] .offset-6 {
  margin-right: 50%;
}

[dir=ltr] .offset-7 {
  margin-left: 58.33333333%;
}

[dir=rtl] .offset-7 {
  margin-right: 58.33333333%;
}

[dir=ltr] .offset-8 {
  margin-left: 66.66666667%;
}

[dir=rtl] .offset-8 {
  margin-right: 66.66666667%;
}

[dir=ltr] .offset-9 {
  margin-left: 75%;
}

[dir=rtl] .offset-9 {
  margin-right: 75%;
}

[dir=ltr] .offset-10 {
  margin-left: 83.33333333%;
}

[dir=rtl] .offset-10 {
  margin-right: 83.33333333%;
}

[dir=ltr] .offset-11 {
  margin-left: 91.66666667%;
}

[dir=rtl] .offset-11 {
  margin-right: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-25,
.gx-25 {
  --bs-gutter-x: 0.25rem;
}

.g-25,
.gy-25 {
  --bs-gutter-y: 0.25rem;
}

.g-50,
.gx-50 {
  --bs-gutter-x: 0.5rem;
}

.g-50,
.gy-50 {
  --bs-gutter-y: 0.5rem;
}

.g-75,
.gx-75 {
  --bs-gutter-x: 0.75rem;
}

.g-75,
.gy-75 {
  --bs-gutter-y: 0.75rem;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 1rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 1rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 1.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 1.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 3rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 3rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 3.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 3.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 4rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 4rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  [dir=ltr] .offset-sm-0 {
    margin-left: 0;
  }
  [dir=rtl] .offset-sm-0 {
    margin-right: 0;
  }
  [dir=ltr] .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  [dir=rtl] .offset-sm-1 {
    margin-right: 8.33333333%;
  }
  [dir=ltr] .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  [dir=rtl] .offset-sm-2 {
    margin-right: 16.66666667%;
  }
  [dir=ltr] .offset-sm-3 {
    margin-left: 25%;
  }
  [dir=rtl] .offset-sm-3 {
    margin-right: 25%;
  }
  [dir=ltr] .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  [dir=rtl] .offset-sm-4 {
    margin-right: 33.33333333%;
  }
  [dir=ltr] .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  [dir=rtl] .offset-sm-5 {
    margin-right: 41.66666667%;
  }
  [dir=ltr] .offset-sm-6 {
    margin-left: 50%;
  }
  [dir=rtl] .offset-sm-6 {
    margin-right: 50%;
  }
  [dir=ltr] .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  [dir=rtl] .offset-sm-7 {
    margin-right: 58.33333333%;
  }
  [dir=ltr] .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  [dir=rtl] .offset-sm-8 {
    margin-right: 66.66666667%;
  }
  [dir=ltr] .offset-sm-9 {
    margin-left: 75%;
  }
  [dir=rtl] .offset-sm-9 {
    margin-right: 75%;
  }
  [dir=ltr] .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  [dir=rtl] .offset-sm-10 {
    margin-right: 83.33333333%;
  }
  [dir=ltr] .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  [dir=rtl] .offset-sm-11 {
    margin-right: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-25,
  .gx-sm-25 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-25,
  .gy-sm-25 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-50,
  .gx-sm-50 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-50,
  .gy-sm-50 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-75,
  .gx-sm-75 {
    --bs-gutter-x: 0.75rem;
  }
  .g-sm-75,
  .gy-sm-75 {
    --bs-gutter-y: 0.75rem;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 3rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 3.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 3.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 4rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 4rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  [dir=ltr] .offset-md-0 {
    margin-left: 0;
  }
  [dir=rtl] .offset-md-0 {
    margin-right: 0;
  }
  [dir=ltr] .offset-md-1 {
    margin-left: 8.33333333%;
  }
  [dir=rtl] .offset-md-1 {
    margin-right: 8.33333333%;
  }
  [dir=ltr] .offset-md-2 {
    margin-left: 16.66666667%;
  }
  [dir=rtl] .offset-md-2 {
    margin-right: 16.66666667%;
  }
  [dir=ltr] .offset-md-3 {
    margin-left: 25%;
  }
  [dir=rtl] .offset-md-3 {
    margin-right: 25%;
  }
  [dir=ltr] .offset-md-4 {
    margin-left: 33.33333333%;
  }
  [dir=rtl] .offset-md-4 {
    margin-right: 33.33333333%;
  }
  [dir=ltr] .offset-md-5 {
    margin-left: 41.66666667%;
  }
  [dir=rtl] .offset-md-5 {
    margin-right: 41.66666667%;
  }
  [dir=ltr] .offset-md-6 {
    margin-left: 50%;
  }
  [dir=rtl] .offset-md-6 {
    margin-right: 50%;
  }
  [dir=ltr] .offset-md-7 {
    margin-left: 58.33333333%;
  }
  [dir=rtl] .offset-md-7 {
    margin-right: 58.33333333%;
  }
  [dir=ltr] .offset-md-8 {
    margin-left: 66.66666667%;
  }
  [dir=rtl] .offset-md-8 {
    margin-right: 66.66666667%;
  }
  [dir=ltr] .offset-md-9 {
    margin-left: 75%;
  }
  [dir=rtl] .offset-md-9 {
    margin-right: 75%;
  }
  [dir=ltr] .offset-md-10 {
    margin-left: 83.33333333%;
  }
  [dir=rtl] .offset-md-10 {
    margin-right: 83.33333333%;
  }
  [dir=ltr] .offset-md-11 {
    margin-left: 91.66666667%;
  }
  [dir=rtl] .offset-md-11 {
    margin-right: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-25,
  .gx-md-25 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-25,
  .gy-md-25 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-50,
  .gx-md-50 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-50,
  .gy-md-50 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-75,
  .gx-md-75 {
    --bs-gutter-x: 0.75rem;
  }
  .g-md-75,
  .gy-md-75 {
    --bs-gutter-y: 0.75rem;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 1rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 1rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 3rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 3rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 3.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 3.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 4rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 4rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  [dir=ltr] .offset-lg-0 {
    margin-left: 0;
  }
  [dir=rtl] .offset-lg-0 {
    margin-right: 0;
  }
  [dir=ltr] .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  [dir=rtl] .offset-lg-1 {
    margin-right: 8.33333333%;
  }
  [dir=ltr] .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  [dir=rtl] .offset-lg-2 {
    margin-right: 16.66666667%;
  }
  [dir=ltr] .offset-lg-3 {
    margin-left: 25%;
  }
  [dir=rtl] .offset-lg-3 {
    margin-right: 25%;
  }
  [dir=ltr] .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  [dir=rtl] .offset-lg-4 {
    margin-right: 33.33333333%;
  }
  [dir=ltr] .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  [dir=rtl] .offset-lg-5 {
    margin-right: 41.66666667%;
  }
  [dir=ltr] .offset-lg-6 {
    margin-left: 50%;
  }
  [dir=rtl] .offset-lg-6 {
    margin-right: 50%;
  }
  [dir=ltr] .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  [dir=rtl] .offset-lg-7 {
    margin-right: 58.33333333%;
  }
  [dir=ltr] .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  [dir=rtl] .offset-lg-8 {
    margin-right: 66.66666667%;
  }
  [dir=ltr] .offset-lg-9 {
    margin-left: 75%;
  }
  [dir=rtl] .offset-lg-9 {
    margin-right: 75%;
  }
  [dir=ltr] .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  [dir=rtl] .offset-lg-10 {
    margin-right: 83.33333333%;
  }
  [dir=ltr] .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  [dir=rtl] .offset-lg-11 {
    margin-right: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-25,
  .gx-lg-25 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-25,
  .gy-lg-25 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-50,
  .gx-lg-50 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-50,
  .gy-lg-50 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-75,
  .gx-lg-75 {
    --bs-gutter-x: 0.75rem;
  }
  .g-lg-75,
  .gy-lg-75 {
    --bs-gutter-y: 0.75rem;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 3rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 3.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 3.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 4rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 4rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  [dir=ltr] .offset-xl-0 {
    margin-left: 0;
  }
  [dir=rtl] .offset-xl-0 {
    margin-right: 0;
  }
  [dir=ltr] .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  [dir=rtl] .offset-xl-1 {
    margin-right: 8.33333333%;
  }
  [dir=ltr] .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  [dir=rtl] .offset-xl-2 {
    margin-right: 16.66666667%;
  }
  [dir=ltr] .offset-xl-3 {
    margin-left: 25%;
  }
  [dir=rtl] .offset-xl-3 {
    margin-right: 25%;
  }
  [dir=ltr] .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  [dir=rtl] .offset-xl-4 {
    margin-right: 33.33333333%;
  }
  [dir=ltr] .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  [dir=rtl] .offset-xl-5 {
    margin-right: 41.66666667%;
  }
  [dir=ltr] .offset-xl-6 {
    margin-left: 50%;
  }
  [dir=rtl] .offset-xl-6 {
    margin-right: 50%;
  }
  [dir=ltr] .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  [dir=rtl] .offset-xl-7 {
    margin-right: 58.33333333%;
  }
  [dir=ltr] .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  [dir=rtl] .offset-xl-8 {
    margin-right: 66.66666667%;
  }
  [dir=ltr] .offset-xl-9 {
    margin-left: 75%;
  }
  [dir=rtl] .offset-xl-9 {
    margin-right: 75%;
  }
  [dir=ltr] .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  [dir=rtl] .offset-xl-10 {
    margin-right: 83.33333333%;
  }
  [dir=ltr] .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  [dir=rtl] .offset-xl-11 {
    margin-right: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-25,
  .gx-xl-25 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-25,
  .gy-xl-25 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-50,
  .gx-xl-50 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-50,
  .gy-xl-50 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-75,
  .gx-xl-75 {
    --bs-gutter-x: 0.75rem;
  }
  .g-xl-75,
  .gy-xl-75 {
    --bs-gutter-y: 0.75rem;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 3rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 3.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 3.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 4rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 4rem;
  }
}
@media (min-width: 1440px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  [dir=ltr] .offset-xxl-0 {
    margin-left: 0;
  }
  [dir=rtl] .offset-xxl-0 {
    margin-right: 0;
  }
  [dir=ltr] .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  [dir=rtl] .offset-xxl-1 {
    margin-right: 8.33333333%;
  }
  [dir=ltr] .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  [dir=rtl] .offset-xxl-2 {
    margin-right: 16.66666667%;
  }
  [dir=ltr] .offset-xxl-3 {
    margin-left: 25%;
  }
  [dir=rtl] .offset-xxl-3 {
    margin-right: 25%;
  }
  [dir=ltr] .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  [dir=rtl] .offset-xxl-4 {
    margin-right: 33.33333333%;
  }
  [dir=ltr] .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  [dir=rtl] .offset-xxl-5 {
    margin-right: 41.66666667%;
  }
  [dir=ltr] .offset-xxl-6 {
    margin-left: 50%;
  }
  [dir=rtl] .offset-xxl-6 {
    margin-right: 50%;
  }
  [dir=ltr] .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  [dir=rtl] .offset-xxl-7 {
    margin-right: 58.33333333%;
  }
  [dir=ltr] .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  [dir=rtl] .offset-xxl-8 {
    margin-right: 66.66666667%;
  }
  [dir=ltr] .offset-xxl-9 {
    margin-left: 75%;
  }
  [dir=rtl] .offset-xxl-9 {
    margin-right: 75%;
  }
  [dir=ltr] .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  [dir=rtl] .offset-xxl-10 {
    margin-right: 83.33333333%;
  }
  [dir=ltr] .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  [dir=rtl] .offset-xxl-11 {
    margin-right: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-25,
  .gx-xxl-25 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-25,
  .gy-xxl-25 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-50,
  .gx-xxl-50 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-50,
  .gy-xxl-50 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-75,
  .gx-xxl-75 {
    --bs-gutter-x: 0.75rem;
  }
  .g-xxl-75,
  .gy-xxl-75 {
    --bs-gutter-y: 0.75rem;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 3rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 3.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 3.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 4rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 4rem;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: #ebe9f1;
  --bs-table-accent-bg: #fafafc;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: #f6f6f9;
  width: 100%;
  vertical-align: top;
}
[dir] .table {
  margin-bottom: 1rem;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
}
[dir] .table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

[dir] .table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

[dir] .table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

[dir] .table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
[dir] .table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

[dir] .table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
[dir] .table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(226.8, 204, 255);
  --bs-table-border-color: rgb(181.44, 163.2, 204);
  --bs-table-striped-bg: rgb(215.46, 193.8, 242.25);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(204.12, 183.6, 229.5);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(209.79, 188.7, 235.875);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
}

[dir] .table-primary {
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(225.6, 227.4, 229);
  --bs-table-border-color: rgb(180.48, 181.92, 183.2);
  --bs-table-striped-bg: rgb(214.32, 216.03, 217.55);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(203.04, 204.66, 206.1);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(208.68, 210.345, 211.825);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
}

[dir] .table-secondary {
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: rgb(205.2, 242.8, 226.4);
  --bs-table-border-color: rgb(164.16, 194.24, 181.12);
  --bs-table-striped-bg: rgb(194.94, 230.66, 215.08);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(184.68, 218.52, 203.76);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(189.81, 224.59, 209.42);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
}

[dir] .table-success {
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: rgb(206.6, 244.4, 252);
  --bs-table-border-color: rgb(165.28, 195.52, 201.6);
  --bs-table-striped-bg: rgb(196.27, 232.18, 239.4);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 219.96, 226.8);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 226.07, 233.1);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
}

[dir] .table-info {
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: rgb(255, 242.6, 205.4);
  --bs-table-border-color: rgb(204, 194.08, 164.32);
  --bs-table-striped-bg: rgb(242.25, 230.47, 195.13);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(229.5, 218.34, 184.86);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(235.875, 224.405, 189.995);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
}

[dir] .table-warning {
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: rgb(255, 215.8, 215.8);
  --bs-table-border-color: rgb(204, 172.64, 172.64);
  --bs-table-striped-bg: rgb(242.25, 205.01, 205.01);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(229.5, 194.22, 194.22);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(235.875, 199.615, 199.615);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
}

[dir] .table-danger {
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: rgb(198.4, 199.2, 200);
  --bs-table-striped-bg: rgb(235.6, 236.55, 237.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 224.1, 225);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 230.325, 231.25);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
}

[dir] .table-light {
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: rgb(77.4, 80.6, 83.8);
  --bs-table-striped-bg: rgb(44.1, 47.9, 51.7);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(55.2, 58.8, 62.4);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(49.65, 53.35, 57.05);
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
}

[dir] .table-dark {
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1439.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
[dir] .form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  font-size: inherit;
  line-height: 1.45;
}

[dir] .col-form-label {
  padding-top: calc(0.438rem + var(--bs-border-width));
  padding-bottom: calc(0.438rem + var(--bs-border-width));
  margin-bottom: 0;
}

.col-form-label-lg {
  font-size: 1.143rem;
}

[dir] .col-form-label-lg {
  padding-top: calc(0.75rem + var(--bs-border-width));
  padding-bottom: calc(0.75rem + var(--bs-border-width));
}

.col-form-label-sm {
  font-size: 0.857rem;
}

[dir] .col-form-label-sm {
  padding-top: calc(0.188rem + var(--bs-border-width));
  padding-bottom: calc(0.188rem + var(--bs-border-width));
}

.form-text {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

[dir] .form-text {
  margin-top: 0.25rem;
}

.form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.45;
  color: #6e6b7b;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

[dir] .form-control {
  padding: 0.438rem 1rem;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid #d8d6de;
  border-radius: 10px;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
[dir] .form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  outline: 0;
}
[dir] .form-control:focus {
  background-color: var(--bs-body-bg);
  border-color: #7367f0;
  box-shadow: 0 3px 10px 0 rgba(34, 41, 47, 0.1);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.45em;
}
[dir] .form-control::-webkit-date-and-time-value {
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
}
[dir] .form-control::-webkit-datetime-edit {
  padding: 0;
}
.form-control::placeholder {
  color: #b9b9c3;
  opacity: 1;
}
.form-control:disabled {
  opacity: 1;
}
[dir] .form-control:disabled {
  background-color: #efefef;
}
.form-control::file-selector-button {
  margin-inline-end: 1rem;
  color: var(--bs-body-color);
  pointer-events: none;
  border-inline-end-width: var(--bs-border-width);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, background 0s, border 0s;
}
[dir] .form-control::file-selector-button {
  padding: 0.438rem 1rem;
  margin: -0.438rem -1rem;
  background-color: var(--bs-tertiary-bg);
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-radius: 0;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
[dir] .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  line-height: 1.45;
  color: #6e6b7b;
}

[dir] .form-control-plaintext {
  padding: 0.438rem 0;
  margin-bottom: 0;
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
[dir=ltr] .form-control-plaintext.form-control-sm, [dir=ltr] .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
[dir=rtl] .form-control-plaintext.form-control-sm, [dir=rtl] .form-control-plaintext.form-control-lg {
  padding-left: 0;
  padding-right: 0;
}

.form-control-sm {
  min-height: 2.142rem;
  font-size: 0.857rem;
}

[dir] .form-control-sm {
  padding: 0.188rem 0.857rem;
  border-radius: 10px;
}
.form-control-sm::file-selector-button {
  margin-inline-end: 0.857rem;
}
[dir] .form-control-sm::file-selector-button {
  padding: 0.188rem 0.857rem;
  margin: -0.188rem -0.857rem;
}

.form-control-lg {
  min-height: 3.2857rem;
  font-size: 1.143rem;
}

[dir] .form-control-lg {
  padding: 0.75rem 1.143rem;
  border-radius: 10px;
}
.form-control-lg::file-selector-button {
  margin-inline-end: 1.143rem;
}
[dir] .form-control-lg::file-selector-button {
  padding: 0.75rem 1.143rem;
  margin: -0.75rem -1.143rem;
}

textarea.form-control {
  min-height: 2.714rem;
}
textarea.form-control-sm {
  min-height: 2.142rem;
}
textarea.form-control-lg {
  min-height: 3.2857rem;
}

.form-control-color {
  width: 3rem;
  height: 2.714rem;
}

[dir] .form-control-color {
  padding: 0.438rem;
}
[dir] .form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
[dir] .form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 10px;
}
[dir] .form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: 10px;
}
.form-control-color.form-control-sm {
  height: 2.142rem;
}
.form-control-color.form-control-lg {
  height: 3.2857rem;
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

[dir] .form-select {
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

[dir=ltr] .form-select {
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  background-position: right 0.75rem center;
}

[dir=rtl] .form-select {
  padding: 0.375rem 0.75rem 0.375rem 2.25rem;
  background-position: left 0.75rem center;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  outline: 0;
}
[dir] .form-select:focus {
  border-color: rgb(184.5, 127.5, 255);
  box-shadow: 0 0 0 0.25rem rgba(114, 0, 255, 0.25);
}
[dir] .form-select[multiple], [dir] .form-select[size]:not([size="1"]) {
  background-image: none;
}
[dir=ltr] .form-select[multiple], [dir=ltr] .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
}
[dir=rtl] .form-select[multiple], [dir=rtl] .form-select[size]:not([size="1"]) {
  padding-left: 0.75rem;
}
[dir] .form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
}
[dir] .form-select:-moz-focusring {
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  font-size: 0.875rem;
}

[dir] .form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border-radius: var(--bs-border-radius-sm);
}

[dir=ltr] .form-select-sm {
  padding-left: 0.5rem;
}

[dir=rtl] .form-select-sm {
  padding-right: 0.5rem;
}

.form-select-lg {
  font-size: 1.25rem;
}

[dir] .form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: var(--bs-border-radius-lg);
}

[dir=ltr] .form-select-lg {
  padding-left: 1rem;
}

[dir=rtl] .form-select-lg {
  padding-right: 1rem;
}

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 1.5rem;
}

[dir] .form-check {
  margin-bottom: 0.125rem;
}

[dir=ltr] .form-check {
  padding-left: 1.5em;
}

[dir=rtl] .form-check {
  padding-right: 1.5em;
}
[dir=ltr] .form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
[dir=rtl] .form-check .form-check-input {
  float: right;
  margin-right: -1.5em;
}

[dir=ltr] .form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}

[dir=rtl] .form-check-reverse {
  padding-left: 1.5em;
  padding-right: 0;
  text-align: left;
}
[dir=ltr] .form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}
[dir=rtl] .form-check-reverse .form-check-input {
  float: left;
  margin-left: -1.5em;
  margin-right: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  vertical-align: top;
  appearance: none;
  print-color-adjust: exact;
}

[dir] .form-check-input {
  margin-top: 0.225em;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
}
[dir] .form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
[dir] .form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  outline: 0;
}
[dir] .form-check-input:focus {
  border-color: rgb(184.5, 127.5, 255);
  box-shadow: 0 0 0 0.25rem rgba(114, 0, 255, 0.25);
}
[dir] .form-check-input:checked {
  background-color: #7200FF;
  border-color: #7200FF;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
[dir] .form-check-input[type=checkbox]:indeterminate {
  background-color: #7200FF;
  border-color: #7200FF;
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}
[dir] .form-check-input[disabled] ~ .form-check-label, [dir] .form-check-input:disabled ~ .form-check-label {
  cursor: default;
}

[dir=ltr] .form-switch {
  padding-left: 2.5em;
}

[dir=rtl] .form-switch {
  padding-right: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  transition: background-position 0.15s ease-in-out;
}
[dir] .form-switch .form-check-input {
  background-image: var(--bs-form-switch-bg);
  border-radius: 2em;
}
[dir=ltr] .form-switch .form-check-input {
  margin-left: -2.5em;
  background-position: left center;
}
[dir=rtl] .form-switch .form-check-input {
  margin-right: -2.5em;
  background-position: right center;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28184.5, 127.5, 255%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
[dir=ltr] .form-switch .form-check-input:checked {
  background-position: right center;
}
[dir=rtl] .form-switch .form-check-input:checked {
  background-position: left center;
}
[dir=ltr] .form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
[dir=rtl] .form-switch.form-check-reverse {
  padding-left: 2.5em;
  padding-right: 0;
}
[dir=ltr] .form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}
[dir=rtl] .form-switch.form-check-reverse .form-check-input {
  margin-left: -2.5em;
  margin-right: 0;
}

.form-check-inline {
  display: inline-block;
}

[dir=ltr] .form-check-inline {
  margin-right: 1rem;
}

[dir=rtl] .form-check-inline {
  margin-left: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  appearance: none;
}

[dir] .form-range {
  padding: 0;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
[dir] .form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #EBECF0, 0 0 0 0.25rem rgba(114, 0, 255, 0.25);
}
[dir] .form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #EBECF0, 0 0 0 0.25rem rgba(114, 0, 255, 0.25);
}
[dir] .form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
[dir] .form-range::-webkit-slider-thumb {
  margin-top: -0.25rem;
  background-color: #7200FF;
  border: 0;
  border-radius: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
[dir] .form-range::-webkit-slider-thumb:active {
  background-color: rgb(212.7, 178.5, 255);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
}
[dir] .form-range::-webkit-slider-runnable-track {
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
[dir] .form-range::-moz-range-thumb {
  background-color: #7200FF;
  border: 0;
  border-radius: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
[dir] .form-range::-moz-range-thumb:active {
  background-color: rgb(212.7, 178.5, 255);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
}
[dir] .form-range::-moz-range-track {
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
[dir] .form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
[dir] .form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
  color: rgba(var(--bs-body-color-rgb), 0.65);
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
[dir] .form-floating > label {
  padding: 1rem 0.75rem;
  text-align: start;
  border: var(--bs-border-width) solid transparent;
}
[dir=ltr] .form-floating > label {
  left: 0;
  transform-origin: 0 0;
}
[dir=rtl] .form-floating > label {
  right: 0;
  transform-origin: 100% 0;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
[dir] .form-floating > .form-control, [dir] .form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
[dir] .form-floating > .form-control:focus, [dir] .form-floating > .form-control:not(:placeholder-shown), [dir] .form-floating > .form-control-plaintext:focus, [dir] .form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
[dir] .form-floating > .form-control:-webkit-autofill, [dir] .form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
[dir] .form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
[dir=ltr] .form-floating > .form-select {
  padding-left: 0.75rem;
}
[dir=rtl] .form-floating > .form-select {
  padding-right: 0.75rem;
}
[dir=ltr] .form-floating > .form-control:focus ~ label, [dir=ltr] .form-floating > .form-control:not(:placeholder-shown) ~ label, [dir=ltr] .form-floating > .form-control-plaintext ~ label, [dir=ltr] .form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
[dir=rtl] .form-floating > .form-control:focus ~ label, [dir=rtl] .form-floating > .form-control:not(:placeholder-shown) ~ label, [dir=rtl] .form-floating > .form-control-plaintext ~ label, [dir=rtl] .form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem);
}
[dir=ltr] .form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
[dir=rtl] .form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem);
}
.form-floating > textarea:focus ~ label::after,
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
}
[dir] .form-floating > textarea:focus ~ label::after, [dir] .form-floating > textarea:not(:placeholder-shown) ~ label::after {
  background-color: var(--bs-body-bg);
  border-radius: 10px;
}
[dir] .form-floating > textarea:disabled ~ label::after {
  background-color: #efefef;
}
[dir] .form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.45;
  color: var(--bs-body-color);
  white-space: nowrap;
}

[dir] .input-group-text {
  padding: 0.375rem 0.75rem;
  text-align: center;
  background-color: white;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 10px;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  font-size: 1.143rem;
}

[dir] .input-group-lg > .form-control, [dir] .input-group-lg > .form-select, [dir] .input-group-lg > .input-group-text, [dir] .input-group-lg > .btn {
  padding: 0.75rem 1.143rem;
  border-radius: 10px;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  font-size: 0.857rem;
}

[dir] .input-group-sm > .form-control, [dir] .input-group-sm > .form-select, [dir] .input-group-sm > .input-group-text, [dir] .input-group-sm > .btn {
  padding: 0.188rem 0.857rem;
  border-radius: 10px;
}

[dir=ltr] .input-group-lg > .form-select, [dir=ltr] .input-group-sm > .form-select {
  padding-right: 3rem;
}

[dir=rtl] .input-group-lg > .form-select, [dir=rtl] .input-group-sm > .form-select {
  padding-left: 3rem;
}

[dir=ltr] .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), [dir=ltr] .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), [dir=ltr] .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control, [dir=ltr] .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

[dir=rtl] .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), [dir=rtl] .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), [dir=rtl] .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control, [dir=rtl] .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
[dir=ltr] .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), [dir=ltr] .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4), [dir=ltr] .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control, [dir=ltr] .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
[dir=rtl] .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), [dir=rtl] .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4), [dir=rtl] .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control, [dir=rtl] .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
[dir=ltr] .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(-1 * var(--bs-border-width));
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
[dir=rtl] .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-right: calc(-1 * var(--bs-border-width));
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
[dir=ltr] .input-group > .form-floating:not(:first-child) > .form-control, [dir=ltr] .input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
[dir=rtl] .input-group > .form-floating:not(:first-child) > .form-control, [dir=rtl] .input-group > .form-floating:not(:first-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

[dir] .valid-feedback {
  margin-top: 0.25rem;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  font-size: 0.875rem;
  color: #fff;
}

[dir] .valid-tooltip {
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

[dir] .was-validated .form-control:valid, [dir] .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2306C270' d='M2.3 6.73.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.1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

[dir=ltr] .was-validated .form-control:valid, [dir=ltr] .form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: right calc(0.375em + 0.1875rem) center;
}

[dir=rtl] .was-validated .form-control:valid, [dir=rtl] .form-control.is-valid {
  padding-left: calc(1.5em + 0.75rem);
  background-position: left calc(0.375em + 0.1875rem) center;
}
[dir] .was-validated .form-control:valid:focus, [dir] .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

[dir=ltr] .was-validated textarea.form-control:valid, [dir=ltr] textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

[dir=rtl] .was-validated textarea.form-control:valid, [dir=rtl] textarea.form-control.is-valid {
  padding-left: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) left calc(0.375em + 0.1875rem);
}

[dir] .was-validated .form-select:valid, [dir] .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2306C270' d='M2.3 6.73.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.1'/%3e%3c/svg%3e");
}
[dir] .was-validated .form-select:valid:not([multiple]):not([size]), [dir] .was-validated .form-select:valid:not([multiple])[size="1"], [dir] .form-select.is-valid:not([multiple]):not([size]), [dir] .form-select.is-valid:not([multiple])[size="1"] {
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
[dir=ltr] .was-validated .form-select:valid:not([multiple]):not([size]), [dir=ltr] .was-validated .form-select:valid:not([multiple])[size="1"], [dir=ltr] .form-select.is-valid:not([multiple]):not([size]), [dir=ltr] .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
}
[dir=rtl] .was-validated .form-select:valid:not([multiple]):not([size]), [dir=rtl] .was-validated .form-select:valid:not([multiple])[size="1"], [dir=rtl] .form-select.is-valid:not([multiple]):not([size]), [dir=rtl] .form-select.is-valid:not([multiple])[size="1"] {
  padding-left: 4.125rem;
  background-position: left 0.75rem center, center left 2.25rem;
}
[dir] .was-validated .form-select:valid:focus, [dir] .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

[dir] .was-validated .form-check-input:valid, [dir] .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
[dir] .was-validated .form-check-input:valid:checked, [dir] .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
[dir] .was-validated .form-check-input:valid:focus, [dir] .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

[dir=ltr] .form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

[dir=rtl] .form-check-inline .form-check-input ~ .valid-feedback {
  margin-right: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

[dir] .invalid-feedback {
  margin-top: 0.25rem;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  font-size: 0.875rem;
  color: #fff;
}

[dir] .invalid-tooltip {
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

[dir] .was-validated .form-control:invalid, [dir] .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23FF3B3B'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23FF3B3B' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

[dir=ltr] .was-validated .form-control:invalid, [dir=ltr] .form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: right calc(0.375em + 0.1875rem) center;
}

[dir=rtl] .was-validated .form-control:invalid, [dir=rtl] .form-control.is-invalid {
  padding-left: calc(1.5em + 0.75rem);
  background-position: left calc(0.375em + 0.1875rem) center;
}
[dir] .was-validated .form-control:invalid:focus, [dir] .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

[dir=ltr] .was-validated textarea.form-control:invalid, [dir=ltr] textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

[dir=rtl] .was-validated textarea.form-control:invalid, [dir=rtl] textarea.form-control.is-invalid {
  padding-left: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) left calc(0.375em + 0.1875rem);
}

[dir] .was-validated .form-select:invalid, [dir] .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23FF3B3B'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23FF3B3B' stroke='none'/%3e%3c/svg%3e");
}
[dir] .was-validated .form-select:invalid:not([multiple]):not([size]), [dir] .was-validated .form-select:invalid:not([multiple])[size="1"], [dir] .form-select.is-invalid:not([multiple]):not([size]), [dir] .form-select.is-invalid:not([multiple])[size="1"] {
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
[dir=ltr] .was-validated .form-select:invalid:not([multiple]):not([size]), [dir=ltr] .was-validated .form-select:invalid:not([multiple])[size="1"], [dir=ltr] .form-select.is-invalid:not([multiple]):not([size]), [dir=ltr] .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
}
[dir=rtl] .was-validated .form-select:invalid:not([multiple]):not([size]), [dir=rtl] .was-validated .form-select:invalid:not([multiple])[size="1"], [dir=rtl] .form-select.is-invalid:not([multiple]):not([size]), [dir=rtl] .form-select.is-invalid:not([multiple])[size="1"] {
  padding-left: 4.125rem;
  background-position: left 0.75rem center, center left 2.25rem;
}
[dir] .was-validated .form-select:invalid:focus, [dir] .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

[dir] .was-validated .form-check-input:invalid, [dir] .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
[dir] .was-validated .form-check-input:invalid:checked, [dir] .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
[dir] .was-validated .form-check-input:invalid:focus, [dir] .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

[dir=ltr] .form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

[dir=rtl] .form-check-inline .form-check-input ~ .invalid-feedback {
  margin-right: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x: 1.5rem;
  --bs-btn-padding-y: 0.786rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.358rem;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-decoration: none;
  vertical-align: middle;
  user-select: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, background 0s, border 0s;
}

[dir] .btn {
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  text-align: center;
  cursor: pointer;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
}
[dir] .btn:hover {
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
}
[dir] .btn-check + .btn:hover {
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  outline: 0;
}
[dir] .btn:focus-visible {
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  outline: 0;
}
[dir] .btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
}
[dir] .btn-check:checked + .btn, [dir] :not(.btn-check) + .btn:active, [dir] .btn:first-child:active, [dir] .btn.active, [dir] .btn.show {
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
[dir] .btn-check:checked + .btn:focus-visible, [dir] :not(.btn-check) + .btn:active:focus-visible, [dir] .btn:first-child:active:focus-visible, [dir] .btn.active:focus-visible, [dir] .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
[dir] .btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  opacity: var(--bs-btn-disabled-opacity);
}
[dir] .btn:disabled, [dir] .btn.disabled, [dir] fieldset:disabled .btn {
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #7200FF;
  --bs-btn-border-color: #7200FF;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(96.9, 0, 216.75);
  --bs-btn-hover-border-color: rgb(91.2, 0, 204);
  --bs-btn-focus-shadow-rgb: 135, 38, 255;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(91.2, 0, 204);
  --bs-btn-active-border-color: rgb(85.5, 0, 191.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #7200FF;
  --bs-btn-disabled-border-color: #7200FF;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(91.8, 99.45, 106.25);
  --bs-btn-hover-border-color: rgb(86.4, 93.6, 100);
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(86.4, 93.6, 100);
  --bs-btn-active-border-color: rgb(81, 87.75, 93.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #000;
  --bs-btn-bg: #06C270;
  --bs-btn-border-color: #06C270;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(43.35, 203.15, 133.45);
  --bs-btn-hover-border-color: rgb(30.9, 200.1, 126.3);
  --bs-btn-focus-shadow-rgb: 5, 165, 95;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(55.8, 206.2, 140.6);
  --bs-btn-active-border-color: rgb(30.9, 200.1, 126.3);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #06C270;
  --bs-btn-disabled-border-color: #06C270;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(49.3, 209.95, 242.25);
  --bs-btn-hover-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(61.4, 212.6, 243);
  --bs-btn-active-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 202.3, 44.2);
  --bs-btn-hover-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 205.4, 56.6);
  --bs-btn-active-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #000;
  --bs-btn-bg: #FF3B3B;
  --bs-btn-border-color: #FF3B3B;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 88.4, 88.4);
  --bs-btn-hover-border-color: rgb(255, 78.6, 78.6);
  --bs-btn-focus-shadow-rgb: 217, 50, 50;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 98.2, 98.2);
  --bs-btn-active-border-color: rgb(255, 78.6, 78.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #FF3B3B;
  --bs-btn-disabled-border-color: #FF3B3B;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(210.8, 211.65, 212.5);
  --bs-btn-hover-border-color: rgb(198.4, 199.2, 200);
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(198.4, 199.2, 200);
  --bs-btn-active-border-color: rgb(186, 186.75, 187.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(66.3, 69.7, 73.1);
  --bs-btn-hover-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(77.4, 80.6, 83.8);
  --bs-btn-active-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #7200FF;
  --bs-btn-border-color: #7200FF;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #7200FF;
  --bs-btn-hover-border-color: #7200FF;
  --bs-btn-focus-shadow-rgb: 114, 0, 255;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #7200FF;
  --bs-btn-active-border-color: #7200FF;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #7200FF;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #7200FF;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #06C270;
  --bs-btn-border-color: #06C270;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #06C270;
  --bs-btn-hover-border-color: #06C270;
  --bs-btn-focus-shadow-rgb: 6, 194, 112;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #06C270;
  --bs-btn-active-border-color: #06C270;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #06C270;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #06C270;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #FF3B3B;
  --bs-btn-border-color: #FF3B3B;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #FF3B3B;
  --bs-btn-hover-border-color: #FF3B3B;
  --bs-btn-focus-shadow-rgb: 255, 59, 59;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #FF3B3B;
  --bs-btn-active-border-color: #FF3B3B;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FF3B3B;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #FF3B3B;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 135, 38, 255;
  text-decoration: underline;
}
.btn-link:hover, .btn-link:focus-visible {
  text-decoration: none;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: 0.358rem;
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: 0.358rem;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  vertical-align: 0.255em;
  content: "";
}
[dir] .dropdown-toggle::after {
  border-top: 0.3em solid;
  border-bottom: 0;
}
[dir=ltr] .dropdown-toggle::after {
  margin-left: 0.255em;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
[dir=rtl] .dropdown-toggle::after {
  margin-right: 0.255em;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
}
[dir=ltr] .dropdown-toggle:empty::after {
  margin-left: 0;
}
[dir=rtl] .dropdown-toggle:empty::after {
  margin-right: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 10;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: rgba(34, 41, 47, 0.05);
  --bs-dropdown-border-radius: 0.358rem;
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: rgba(34, 41, 47, 0.08);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 5px 25px 0 rgba(34, 41, 47, 0.1);
  --bs-dropdown-link-color: #6e6b7b;
  --bs-dropdown-link-hover-color: #7367f0;
  --bs-dropdown-link-hover-bg: rgba(115, 103, 240, 0.12);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #7200FF;
  --bs-dropdown-link-disabled-color: #b9b9c3;
  --bs-dropdown-item-padding-x: 1.28rem;
  --bs-dropdown-item-padding-y: 0.65rem;
  --bs-dropdown-header-color: #5e5873;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  list-style: none;
}

[dir] .dropdown-menu {
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}

[dir=ltr] .dropdown-menu {
  text-align: left;
}

[dir=rtl] .dropdown-menu {
  text-align: right;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
}
[dir] .dropdown-menu[data-bs-popper] {
  margin-top: var(--bs-dropdown-spacer);
}
[dir=ltr] .dropdown-menu[data-bs-popper] {
  left: 0;
}
[dir=rtl] .dropdown-menu[data-bs-popper] {
  right: 0;
}

.dropdown-menu-start {
  --bs-position: start;
}
[dir=ltr] .dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
[dir=rtl] .dropdown-menu-start[data-bs-popper] {
  left: auto;
  right: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
[dir=ltr] .dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
[dir=rtl] .dropdown-menu-end[data-bs-popper] {
  left: 0;
  right: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  [dir=ltr] .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  [dir=rtl] .dropdown-menu-sm-start[data-bs-popper] {
    left: auto;
    right: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  [dir=ltr] .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
  [dir=rtl] .dropdown-menu-sm-end[data-bs-popper] {
    left: 0;
    right: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  [dir=ltr] .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  [dir=rtl] .dropdown-menu-md-start[data-bs-popper] {
    left: auto;
    right: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  [dir=ltr] .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
  [dir=rtl] .dropdown-menu-md-end[data-bs-popper] {
    left: 0;
    right: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  [dir=ltr] .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  [dir=rtl] .dropdown-menu-lg-start[data-bs-popper] {
    left: auto;
    right: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  [dir=ltr] .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
  [dir=rtl] .dropdown-menu-lg-end[data-bs-popper] {
    left: 0;
    right: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  [dir=ltr] .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  [dir=rtl] .dropdown-menu-xl-start[data-bs-popper] {
    left: auto;
    right: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  [dir=ltr] .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
  [dir=rtl] .dropdown-menu-xl-end[data-bs-popper] {
    left: 0;
    right: auto;
  }
}
@media (min-width: 1440px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  [dir=ltr] .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  [dir=rtl] .dropdown-menu-xxl-start[data-bs-popper] {
    left: auto;
    right: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  [dir=ltr] .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
  [dir=rtl] .dropdown-menu-xxl-end[data-bs-popper] {
    left: 0;
    right: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
}
[dir] .dropup .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  vertical-align: 0.255em;
  content: "";
}
[dir] .dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}
[dir=ltr] .dropup .dropdown-toggle::after {
  margin-left: 0.255em;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
[dir=rtl] .dropup .dropdown-toggle::after {
  margin-right: 0.255em;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
}
[dir=ltr] .dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
[dir=rtl] .dropup .dropdown-toggle:empty::after {
  margin-right: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
}

[dir] .dropend .dropdown-menu[data-bs-popper] {
  margin-top: 0;
}

[dir=ltr] .dropend .dropdown-menu[data-bs-popper] {
  right: auto;
  left: 100%;
  margin-left: var(--bs-dropdown-spacer);
}

[dir=rtl] .dropend .dropdown-menu[data-bs-popper] {
  left: auto;
  right: 100%;
  margin-right: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  vertical-align: 0.255em;
  content: "";
}
[dir] .dropend .dropdown-toggle::after {
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
}
[dir=ltr] .dropend .dropdown-toggle::after {
  margin-left: 0.255em;
  border-right: 0;
  border-left: 0.3em solid;
}
[dir=rtl] .dropend .dropdown-toggle::after {
  margin-right: 0.255em;
  border-left: 0;
  border-right: 0.3em solid;
}
[dir=ltr] .dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
[dir=rtl] .dropend .dropdown-toggle:empty::after {
  margin-right: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
}

[dir] .dropstart .dropdown-menu[data-bs-popper] {
  margin-top: 0;
}

[dir=ltr] .dropstart .dropdown-menu[data-bs-popper] {
  right: 100%;
  left: auto;
  margin-right: var(--bs-dropdown-spacer);
}

[dir=rtl] .dropstart .dropdown-menu[data-bs-popper] {
  left: 100%;
  right: auto;
  margin-left: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  vertical-align: 0.255em;
  content: "";
}
[dir=ltr] .dropstart .dropdown-toggle::after {
  margin-left: 0.255em;
}
[dir=rtl] .dropstart .dropdown-toggle::after {
  margin-right: 0.255em;
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  vertical-align: 0.255em;
  content: "";
}
[dir] .dropstart .dropdown-toggle::before {
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
}
[dir=ltr] .dropstart .dropdown-toggle::before {
  margin-right: 0.255em;
  border-right: 0.3em solid;
}
[dir=rtl] .dropstart .dropdown-toggle::before {
  margin-left: 0.255em;
  border-left: 0.3em solid;
}
[dir=ltr] .dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
[dir=rtl] .dropstart .dropdown-toggle:empty::after {
  margin-right: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  overflow: hidden;
  opacity: 1;
}

[dir] .dropdown-divider {
  margin: var(--bs-dropdown-divider-margin-y) 0;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
}

.dropdown-item {
  display: block;
  width: 100%;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-decoration: none;
  white-space: nowrap;
}

[dir] .dropdown-item {
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  text-align: inherit;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
}
[dir] .dropdown-item:hover, [dir] .dropdown-item:focus {
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
}
[dir] .dropdown-item.active, [dir] .dropdown-item:active {
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
}
[dir] .dropdown-item.disabled, [dir] .dropdown-item:disabled {
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  font-size: 1rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

[dir] .dropdown-header {
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
}

.dropdown-item-text {
  display: block;
  color: var(--bs-dropdown-link-color);
}

[dir] .dropdown-item-text {
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #7200FF;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

[dir] .btn-group {
  border-radius: 0.358rem;
}
[dir=ltr] .btn-group > :not(.btn-check:first-child) + .btn, [dir=ltr] .btn-group > .btn-group:not(:first-child) {
  margin-left: calc(-1 * var(--bs-border-width));
}
[dir=rtl] .btn-group > :not(.btn-check:first-child) + .btn, [dir=rtl] .btn-group > .btn-group:not(:first-child) {
  margin-right: calc(-1 * var(--bs-border-width));
}
[dir=ltr] .btn-group > .btn:not(:last-child):not(.dropdown-toggle), [dir=ltr] .btn-group > .btn.dropdown-toggle-split:first-child, [dir=ltr] .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
[dir=rtl] .btn-group > .btn:not(:last-child):not(.dropdown-toggle), [dir=rtl] .btn-group > .btn.dropdown-toggle-split:first-child, [dir=rtl] .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
[dir=ltr] .btn-group > .btn:nth-child(n+3), [dir=ltr] .btn-group > :not(.btn-check) + .btn, [dir=ltr] .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
[dir=rtl] .btn-group > .btn:nth-child(n+3), [dir=rtl] .btn-group > :not(.btn-check) + .btn, [dir=rtl] .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

[dir=ltr] .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}

[dir=rtl] .dropdown-toggle-split {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}
[dir=ltr] .dropdown-toggle-split::after, [dir=ltr] .dropup .dropdown-toggle-split::after, [dir=ltr] .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
[dir=rtl] .dropdown-toggle-split::after, [dir=rtl] .dropup .dropdown-toggle-split::after, [dir=rtl] .dropend .dropdown-toggle-split::after {
  margin-right: 0;
}
[dir=ltr] .dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}
[dir=rtl] .dropstart .dropdown-toggle-split::before {
  margin-left: 0;
}

[dir=ltr] .btn-sm + .dropdown-toggle-split, [dir=ltr] .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

[dir=rtl] .btn-sm + .dropdown-toggle-split, [dir=rtl] .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

[dir=ltr] .btn-lg + .dropdown-toggle-split, [dir=ltr] .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

[dir=rtl] .btn-lg + .dropdown-toggle-split, [dir=rtl] .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
[dir] .btn-group-vertical > .btn:not(:first-child), [dir] .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(-1 * var(--bs-border-width));
}
[dir=ltr] .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), [dir=ltr] .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
[dir=rtl] .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), [dir=rtl] .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
[dir=ltr] .btn-group-vertical > .btn:nth-child(n+3), [dir=ltr] .btn-group-vertical > :not(.btn-check) + .btn, [dir=ltr] .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
[dir=rtl] .btn-group-vertical > .btn:nth-child(n+3), [dir=rtl] .btn-group-vertical > :not(.btn-check) + .btn, [dir=rtl] .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.nav {
  --bs-nav-link-padding-x: 0.5rem;
  --bs-nav-link-padding-y: 0.358rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #b9b9c3;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

[dir] .nav {
  margin-bottom: 0;
}

[dir=ltr] .nav {
  padding-left: 0;
}

[dir=rtl] .nav {
  padding-right: 0;
}

.nav-link {
  display: block;
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

[dir] .nav-link {
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  background: none;
  border: 0;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
}
[dir] .nav-link:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(114, 0, 255, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
}
[dir] .nav-link.disabled, [dir] .nav-link:disabled {
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: 0;
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: 0.25;
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: #7367f0;
  --bs-nav-tabs-link-active-bg: transparent;
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
}

[dir] .nav-tabs {
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
[dir] .nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
}
[dir=ltr] .nav-tabs .nav-link {
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
[dir=rtl] .nav-tabs .nav-link {
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
}
[dir] .nav-tabs .nav-link:hover, [dir] .nav-tabs .nav-link:focus {
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
}
[dir] .nav-tabs .nav-link.active, [dir] .nav-tabs .nav-item.show .nav-link {
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
[dir] .nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
}
[dir=ltr] .nav-tabs .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
[dir=rtl] .nav-tabs .dropdown-menu {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: 0.358rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #7200FF;
}
[dir] .nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
}
[dir] .nav-pills .nav-link.active, [dir] .nav-pills .show > .nav-link {
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
[dir] .nav-underline .nav-link {
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
[dir=ltr] .nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
}
[dir=rtl] .nav-underline .nav-link {
  padding-left: 0;
  padding-right: 0;
}
[dir] .nav-underline .nav-link:hover, [dir] .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 500;
  color: var(--bs-nav-underline-link-active-color);
}
[dir] .nav-underline .nav-link.active, [dir] .nav-underline .show > .nav-link {
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
}

[dir] .nav-fill > .nav-link, [dir] .nav-fill .nav-item {
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-grow: 1;
  flex-basis: 0;
}

[dir] .nav-justified > .nav-link, [dir] .nav-justified .nav-item {
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28131, 131, 131, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

[dir] .navbar {
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-xs,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
[dir] .navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
}
[dir=ltr] .navbar-brand {
  margin-right: var(--bs-navbar-brand-margin-end);
}
[dir=rtl] .navbar-brand {
  margin-left: var(--bs-navbar-brand-margin-end);
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.358rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  list-style: none;
}

[dir] .navbar-nav {
  margin-bottom: 0;
}

[dir=ltr] .navbar-nav {
  padding-left: 0;
}

[dir=rtl] .navbar-nav {
  padding-right: 0;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  color: var(--bs-navbar-color);
}

[dir] .navbar-text {
  padding-top: 0.358rem;
  padding-bottom: 0.358rem;
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}

.navbar-toggler {
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  transition: var(--bs-navbar-toggler-transition);
}

[dir] .navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
}
[dir] .navbar-toggler:focus {
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
}

[dir] .navbar-toggler-icon {
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  [dir=ltr] .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  [dir=rtl] .navbar-expand-sm .navbar-nav .nav-link {
    padding-left: var(--bs-navbar-nav-link-padding-x);
    padding-right: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    transition: none;
  }
  [dir] .navbar-expand-sm .offcanvas {
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
  }
  [dir] .navbar-expand-sm .offcanvas .offcanvas-body {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  [dir=ltr] .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  [dir=rtl] .navbar-expand-md .navbar-nav .nav-link {
    padding-left: var(--bs-navbar-nav-link-padding-x);
    padding-right: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    transition: none;
  }
  [dir] .navbar-expand-md .offcanvas {
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
  }
  [dir] .navbar-expand-md .offcanvas .offcanvas-body {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  [dir=ltr] .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  [dir=rtl] .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: var(--bs-navbar-nav-link-padding-x);
    padding-right: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    transition: none;
  }
  [dir] .navbar-expand-lg .offcanvas {
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
  }
  [dir] .navbar-expand-lg .offcanvas .offcanvas-body {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  [dir=ltr] .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  [dir=rtl] .navbar-expand-xl .navbar-nav .nav-link {
    padding-left: var(--bs-navbar-nav-link-padding-x);
    padding-right: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    transition: none;
  }
  [dir] .navbar-expand-xl .offcanvas {
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
  }
  [dir] .navbar-expand-xl .offcanvas .offcanvas-body {
    padding: 0;
  }
}
@media (min-width: 1440px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  [dir=ltr] .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  [dir=rtl] .navbar-expand-xxl .navbar-nav .nav-link {
    padding-left: var(--bs-navbar-nav-link-padding-x);
    padding-right: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    transition: none;
  }
  [dir] .navbar-expand-xxl .offcanvas {
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
  }
  [dir] .navbar-expand-xxl .offcanvas .offcanvas-body {
    padding: 0;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
[dir=ltr] .navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
[dir=rtl] .navbar-expand .navbar-nav .nav-link {
  padding-left: var(--bs-navbar-nav-link-padding-x);
  padding-right: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  transition: none;
}
[dir] .navbar-expand .offcanvas {
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  overflow-y: visible;
}
[dir] .navbar-expand .offcanvas .offcanvas-body {
  padding: 0;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y: 1.5rem;
  --bs-card-spacer-x: 1.5rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 0.428rem;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
}

[dir] .card {
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
[dir=ltr] .card > hr {
  margin-right: 0;
  margin-left: 0;
}
[dir=rtl] .card > hr {
  margin-left: 0;
  margin-right: 0;
}
[dir] .card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
[dir] .card > .list-group:first-child {
  border-top-width: 0;
}
[dir=ltr] .card > .list-group:first-child {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
[dir=rtl] .card > .list-group:first-child {
  border-top-right-radius: var(--bs-card-inner-border-radius);
  border-top-left-radius: var(--bs-card-inner-border-radius);
}
[dir] .card > .list-group:last-child {
  border-bottom-width: 0;
}
[dir=ltr] .card > .list-group:last-child {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
[dir=rtl] .card > .list-group:last-child {
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
}
[dir] .card > .card-header + .list-group, [dir] .card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  color: var(--bs-card-color);
}

[dir] .card-body {
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
}

.card-title {
  color: var(--bs-card-title-color);
}

[dir] .card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
}

.card-subtitle {
  color: var(--bs-card-subtitle-color);
}

[dir] .card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
}

[dir] .card-text:last-child {
  margin-bottom: 0;
}

[dir=ltr] .card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

[dir=rtl] .card-link + .card-link {
  margin-right: var(--bs-card-spacer-x);
}

.card-header {
  color: var(--bs-card-cap-color);
}

[dir] .card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
[dir] .card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  color: var(--bs-card-cap-color);
}

[dir] .card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
[dir] .card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

[dir] .card-header-tabs {
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  border-bottom: 0;
}

[dir=ltr] .card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

[dir=rtl] .card-header-tabs {
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
}
[dir] .card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

[dir=ltr] .card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

[dir=rtl] .card-header-pills {
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
}

[dir] .card-img-overlay {
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

[dir=ltr] .card-img-overlay {
  right: 0;
  left: 0;
}

[dir=rtl] .card-img-overlay {
  left: 0;
  right: 0;
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

[dir=ltr] .card-img, [dir=ltr] .card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

[dir=rtl] .card-img, [dir=rtl] .card-img-top {
  border-top-right-radius: var(--bs-card-inner-border-radius);
  border-top-left-radius: var(--bs-card-inner-border-radius);
}

[dir=ltr] .card-img, [dir=ltr] .card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

[dir=rtl] .card-img, [dir=rtl] .card-img-bottom {
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
}

[dir] .card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0;
  }
  [dir] .card-group > .card {
    margin-bottom: 0;
  }
  [dir=ltr] .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  [dir=rtl] .card-group > .card + .card {
    margin-right: 0;
    border-right: 0;
  }
  [dir=ltr] .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  [dir=rtl] .card-group > .card:not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  [dir=ltr] .card-group > .card:not(:last-child) > .card-img-top, [dir=ltr] .card-group > .card:not(:last-child) > .card-header {
    border-top-right-radius: 0;
  }
  [dir=rtl] .card-group > .card:not(:last-child) > .card-img-top, [dir=rtl] .card-group > .card:not(:last-child) > .card-header {
    border-top-left-radius: 0;
  }
  [dir=ltr] .card-group > .card:not(:last-child) > .card-img-bottom, [dir=ltr] .card-group > .card:not(:last-child) > .card-footer {
    border-bottom-right-radius: 0;
  }
  [dir=rtl] .card-group > .card:not(:last-child) > .card-img-bottom, [dir=rtl] .card-group > .card:not(:last-child) > .card-footer {
    border-bottom-left-radius: 0;
  }
  [dir=ltr] .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  [dir=rtl] .card-group > .card:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  [dir=ltr] .card-group > .card:not(:first-child) > .card-img-top, [dir=ltr] .card-group > .card:not(:first-child) > .card-header {
    border-top-left-radius: 0;
  }
  [dir=rtl] .card-group > .card:not(:first-child) > .card-img-top, [dir=rtl] .card-group > .card:not(:first-child) > .card-header {
    border-top-right-radius: 0;
  }
  [dir=ltr] .card-group > .card:not(:first-child) > .card-img-bottom, [dir=ltr] .card-group > .card:not(:first-child) > .card-footer {
    border-bottom-left-radius: 0;
  }
  [dir=rtl] .card-group > .card:not(:first-child) > .card-img-bottom, [dir=rtl] .card-group > .card:not(:first-child) > .card-footer {
    border-bottom-right-radius: 0;
  }
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23838383' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgb%2845.6, 0, 102%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(114, 0, 255, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}

[dir] .accordion-button {
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
}

[dir=ltr] .accordion-button {
  text-align: left;
}

[dir=rtl] .accordion-button {
  text-align: right;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
}
[dir] .accordion-button:not(.collapsed) {
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
[dir] .accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  content: "";
  transition: var(--bs-accordion-btn-icon-transition);
}
[dir] .accordion-button::after {
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
}
[dir=ltr] .accordion-button::after {
  margin-left: auto;
}
[dir=rtl] .accordion-button::after {
  margin-right: auto;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
}
[dir] .accordion-button:focus {
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

[dir] .accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
}

[dir] .accordion-item {
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
[dir=ltr] .accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
[dir=rtl] .accordion-item:first-of-type {
  border-top-right-radius: var(--bs-accordion-border-radius);
  border-top-left-radius: var(--bs-accordion-border-radius);
}
[dir=ltr] .accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
[dir=rtl] .accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
}
[dir] .accordion-item:not(:first-of-type) {
  border-top: 0;
}
[dir=ltr] .accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
[dir=rtl] .accordion-item:last-of-type {
  border-bottom-left-radius: var(--bs-accordion-border-radius);
  border-bottom-right-radius: var(--bs-accordion-border-radius);
}
[dir=ltr] .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
[dir=rtl] .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
}
[dir=ltr] .accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
[dir=rtl] .accordion-item:last-of-type > .accordion-collapse {
  border-bottom-left-radius: var(--bs-accordion-border-radius);
  border-bottom-right-radius: var(--bs-accordion-border-radius);
}

[dir] .accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

[dir] .accordion-flush > .accordion-item {
  border-radius: 0;
}

[dir=ltr] .accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
}

[dir=rtl] .accordion-flush > .accordion-item {
  border-left: 0;
  border-right: 0;
}
[dir] .accordion-flush > .accordion-item:first-child {
  border-top: 0;
}
[dir] .accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}
[dir] .accordion-flush > .accordion-item > .accordion-collapse, [dir] .accordion-flush > .accordion-item > .accordion-header .accordion-button, [dir] .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28170.4, 102, 255%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28170.4, 102, 255%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0.3rem;
  --bs-breadcrumb-margin-bottom: 0;
  --bs-breadcrumb-font-size: 1rem;
  --bs-breadcrumb-bg: transparent;
  --bs-breadcrumb-border-radius: 0;
  --bs-breadcrumb-divider-color: #6e6b7b;
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: #6e6b7b;
  display: flex;
  flex-wrap: wrap;
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
}

[dir] .breadcrumb {
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

[dir=ltr] .breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}

[dir=rtl] .breadcrumb-item + .breadcrumb-item {
  padding-right: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  color: var(--bs-breadcrumb-divider-color);
}
[dir=ltr] .breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
[dir=rtl] .breadcrumb-item + .breadcrumb-item::before {
  float: right;
  padding-left: var(--bs-breadcrumb-item-padding-x);
  content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.85rem;
  --bs-pagination-padding-y: 0.5rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: #6e6b7b;
  --bs-pagination-bg: #f3f2f7;
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: #7367f0;
  --bs-pagination-hover-bg: #f3f2f7;
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(114, 0, 255, 0.25);
  --bs-pagination-active-color: #7367f0;
  --bs-pagination-active-bg: #7200FF;
  --bs-pagination-active-border-color: #7200FF;
  --bs-pagination-disabled-color: #b9b9c3;
  --bs-pagination-disabled-bg: #f3f2f7;
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  list-style: none;
}

[dir=ltr] .pagination {
  padding-left: 0;
}

[dir=rtl] .pagination {
  padding-right: 0;
}

.page-link {
  position: relative;
  display: block;
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

[dir] .page-link {
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
}
[dir] .page-link:hover {
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  outline: 0;
}
[dir] .page-link:focus {
  background-color: var(--bs-pagination-focus-bg);
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
}
[dir] .page-link.active, [dir] .active > .page-link {
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
}
[dir] .page-link.disabled, [dir] .disabled > .page-link {
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

[dir=ltr] .page-item:not(:first-child) .page-link {
  margin-left: calc(-1 * var(--bs-border-width));
}

[dir=rtl] .page-item:not(:first-child) .page-link {
  margin-right: calc(-1 * var(--bs-border-width));
}
[dir=ltr] .page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
[dir=rtl] .page-item:first-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}
[dir=ltr] .page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}
[dir=rtl] .page-item:last-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1rem;
  --bs-pagination-padding-y: 0.5575rem;
  --bs-pagination-font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .pagination-lg {
    --bs-pagination-font-size: 2rem;
  }
}
.pagination-lg {
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
  --bs-pagination-padding-x: 0.745rem;
  --bs-pagination-padding-y: 0.443rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.badge {
  --bs-badge-padding-x: 0.5rem;
  --bs-badge-padding-y: 0.3rem;
  --bs-badge-font-size: 85%;
  --bs-badge-font-weight: 600;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: 0.358rem;
  display: inline-block;
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  white-space: nowrap;
  vertical-align: baseline;
}

[dir] .badge {
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  text-align: center;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 0.71rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0.358rem;
  --bs-alert-link-color: inherit;
  position: relative;
  color: var(--bs-alert-color);
}

[dir] .alert {
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

[dir=ltr] .alert-dismissible {
  padding-right: 3rem;
}

[dir=rtl] .alert-dismissible {
  padding-left: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  z-index: 2;
}
[dir] .alert-dismissible .btn-close {
  padding: 0.8875rem 1rem;
}
[dir=ltr] .alert-dismissible .btn-close {
  right: 0;
}
[dir=rtl] .alert-dismissible .btn-close {
  left: 0;
}

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}
.progress,
.progress-stacked {
  --bs-progress-height: 0.557rem;
  --bs-progress-font-size: 0.857rem;
  --bs-progress-bg: rgba(115, 103, 240, 0.12);
  --bs-progress-border-radius: 5rem;
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #7200FF;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
}
[dir] .progress, [dir] .progress-stacked {
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  white-space: nowrap;
  transition: var(--bs-progress-bar-transition);
}

[dir] .progress-bar {
  text-align: center;
  background-color: var(--bs-progress-bar-bg);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

[dir] .progress-bar-striped {
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

[dir=ltr] .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

[dir=rtl] .progress-bar-striped {
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-stacked > .progress {
  overflow: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

[dir=ltr] .progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

[dir=rtl] .progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  [dir=ltr] .progress-bar-animated {
    animation: none;
  }
  [dir=rtl] .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: 0.358rem;
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: #fff;
  --bs-list-group-action-active-bg: #7367f0;
  --bs-list-group-disabled-color: #b9b9c3;
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #7200FF;
  --bs-list-group-active-border-color: #7200FF;
  display: flex;
  flex-direction: column;
}

[dir] .list-group {
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

[dir=ltr] .list-group {
  padding-left: 0;
}

[dir=rtl] .list-group {
  padding-right: 0;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item {
  position: relative;
  display: block;
  color: var(--bs-list-group-color);
  text-decoration: none;
}

[dir] .list-group-item {
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
[dir=ltr] .list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
[dir=rtl] .list-group-item:first-child {
  border-top-right-radius: inherit;
  border-top-left-radius: inherit;
}
[dir=ltr] .list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
[dir=rtl] .list-group-item:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
}
[dir] .list-group-item.disabled, [dir] .list-group-item:disabled {
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
}
[dir] .list-group-item.active {
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
[dir] .list-group-item + .list-group-item {
  border-top-width: 0;
}
[dir] .list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
}

[dir] .list-group-item-action {
  text-align: inherit;
}
.list-group-item-action:not(.active):hover, .list-group-item-action:not(.active):focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
}
[dir] .list-group-item-action:not(.active):hover, [dir] .list-group-item-action:not(.active):focus {
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:not(.active):active {
  color: var(--bs-list-group-action-active-color);
}
[dir] .list-group-item-action:not(.active):active {
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-horizontal {
  flex-direction: row;
}
[dir=ltr] .list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
[dir=rtl] .list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-right-radius: var(--bs-list-group-border-radius);
  border-top-left-radius: 0;
}
[dir=ltr] .list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
[dir=rtl] .list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-left-radius: var(--bs-list-group-border-radius);
  border-bottom-right-radius: 0;
}
[dir] .list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
[dir] .list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
}
[dir=ltr] .list-group-horizontal > .list-group-item + .list-group-item {
  border-left-width: 0;
}
[dir=rtl] .list-group-horizontal > .list-group-item + .list-group-item {
  border-right-width: 0;
}
[dir=ltr] .list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}
[dir=rtl] .list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-right: calc(-1 * var(--bs-list-group-border-width));
  border-right-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  [dir=ltr] .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  [dir=rtl] .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-right-radius: var(--bs-list-group-border-radius);
    border-top-left-radius: 0;
  }
  [dir=ltr] .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  [dir=rtl] .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-left-radius: var(--bs-list-group-border-radius);
    border-bottom-right-radius: 0;
  }
  [dir] .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  [dir] .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
  }
  [dir=ltr] .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-left-width: 0;
  }
  [dir=rtl] .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-right-width: 0;
  }
  [dir=ltr] .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
  [dir=rtl] .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-right: calc(-1 * var(--bs-list-group-border-width));
    border-right-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  [dir=ltr] .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  [dir=rtl] .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-right-radius: var(--bs-list-group-border-radius);
    border-top-left-radius: 0;
  }
  [dir=ltr] .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  [dir=rtl] .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-left-radius: var(--bs-list-group-border-radius);
    border-bottom-right-radius: 0;
  }
  [dir] .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  [dir] .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
  }
  [dir=ltr] .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-left-width: 0;
  }
  [dir=rtl] .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-right-width: 0;
  }
  [dir=ltr] .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
  [dir=rtl] .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-right: calc(-1 * var(--bs-list-group-border-width));
    border-right-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  [dir=ltr] .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  [dir=rtl] .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-right-radius: var(--bs-list-group-border-radius);
    border-top-left-radius: 0;
  }
  [dir=ltr] .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  [dir=rtl] .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-left-radius: var(--bs-list-group-border-radius);
    border-bottom-right-radius: 0;
  }
  [dir] .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  [dir] .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
  }
  [dir=ltr] .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-left-width: 0;
  }
  [dir=rtl] .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-right-width: 0;
  }
  [dir=ltr] .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
  [dir=rtl] .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-right: calc(-1 * var(--bs-list-group-border-width));
    border-right-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  [dir=ltr] .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  [dir=rtl] .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-right-radius: var(--bs-list-group-border-radius);
    border-top-left-radius: 0;
  }
  [dir=ltr] .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  [dir=rtl] .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-left-radius: var(--bs-list-group-border-radius);
    border-bottom-right-radius: 0;
  }
  [dir] .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  [dir] .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
  }
  [dir=ltr] .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-left-width: 0;
  }
  [dir=rtl] .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-right-width: 0;
  }
  [dir=ltr] .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
  [dir=rtl] .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-right: calc(-1 * var(--bs-list-group-border-width));
    border-right-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1440px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  [dir=ltr] .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  [dir=rtl] .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-right-radius: var(--bs-list-group-border-radius);
    border-top-left-radius: 0;
  }
  [dir=ltr] .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  [dir=rtl] .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-left-radius: var(--bs-list-group-border-radius);
    border-bottom-right-radius: 0;
  }
  [dir] .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  [dir] .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
  }
  [dir=ltr] .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-left-width: 0;
  }
  [dir=rtl] .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-right-width: 0;
  }
  [dir=ltr] .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
  [dir=rtl] .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-right: calc(-1 * var(--bs-list-group-border-width));
    border-right-width: var(--bs-list-group-border-width);
  }
}
[dir] .list-group-flush {
  border-radius: 0;
}
[dir] .list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
[dir] .list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(114, 0, 255, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  color: var(--bs-btn-close-color);
  filter: var(--bs-btn-close-filter);
  opacity: var(--bs-btn-close-opacity);
}

[dir] .btn-close {
  padding: 0.25em 0.25em;
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 10px;
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  opacity: var(--bs-btn-close-focus-opacity);
}
[dir] .btn-close:focus {
  box-shadow: var(--bs-btn-close-focus-shadow);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

:root,
[data-bs-theme=light] {
  --bs-btn-close-filter: ;
}

[data-bs-theme=dark] {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 1.14rem;
  --bs-toast-padding-y: 0.15rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 380px;
  --bs-toast-font-size: 0.857rem;
  --bs-toast-color: #6e6b7b;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: 0;
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: 0.286rem;
  --bs-toast-box-shadow: 0 2px 20px 0 rgba(34, 41, 47, 0.08);
  --bs-toast-header-color: #6e6b7b;
  --bs-toast-header-bg: #fff;
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
}

[dir] .toast {
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
[dir] .toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  color: var(--bs-toast-header-color);
}

[dir] .toast-header {
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
}

[dir=ltr] .toast-header {
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}

[dir=rtl] .toast-header {
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
[dir=ltr] .toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}
[dir=rtl] .toast-header .btn-close {
  margin-left: calc(-0.5 * var(--bs-toast-padding-x));
  margin-right: var(--bs-toast-padding-x);
}

.toast-body {
  word-wrap: break-word;
}

[dir] .toast-body {
  padding: var(--bs-toast-padding-x);
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 0.8rem 1.4rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: var(--bs-body-color);
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: 0.358rem;
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1.4rem;
  --bs-modal-header-padding-y: 0.8rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: rgba(34, 41, 47, 0.05);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

[dir=ltr] .modal {
  left: 0;
}

[dir=rtl] .modal {
  right: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  pointer-events: none;
}

[dir] .modal-dialog {
  margin: var(--bs-modal-margin);
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
}
[dir] .modal.fade .modal-dialog {
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
[dir] .modal.show .modal-dialog {
  transform: none;
}
[dir] .modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  outline: 0;
}

[dir] .modal-content {
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
}

[dir] .modal-backdrop {
  background-color: var(--bs-backdrop-bg);
}

[dir=ltr] .modal-backdrop {
  left: 0;
}

[dir=rtl] .modal-backdrop {
  right: 0;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}

[dir] .modal-header {
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
}

[dir=ltr] .modal-header {
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}

[dir=rtl] .modal-header {
  border-top-right-radius: var(--bs-modal-inner-border-radius);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
}
[dir] .modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-bottom: calc(-0.5 * var(--bs-modal-header-padding-y));
}
[dir=ltr] .modal-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-modal-header-padding-x));
  margin-left: auto;
}
[dir=rtl] .modal-header .btn-close {
  margin-left: calc(-0.5 * var(--bs-modal-header-padding-x));
  margin-right: auto;
}

.modal-title {
  line-height: var(--bs-modal-title-line-height);
}

[dir] .modal-title {
  margin-bottom: 0;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
}

[dir] .modal-body {
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

[dir] .modal-footer {
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
}

[dir=ltr] .modal-footer {
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

[dir=rtl] .modal-footer {
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
}
[dir] .modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
  }
  [dir=ltr] .modal-dialog {
    margin-right: auto;
    margin-left: auto;
  }
  [dir=rtl] .modal-dialog {
    margin-left: auto;
    margin-right: auto;
  }
  .modal-sm {
    --bs-modal-width: 400px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 70%;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
}
[dir] .modal-fullscreen {
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
}
[dir] .modal-fullscreen .modal-content {
  border: 0;
  border-radius: 0;
}
[dir] .modal-fullscreen .modal-header, [dir] .modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
  }
  [dir] .modal-fullscreen-sm-down {
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
  }
  [dir] .modal-fullscreen-sm-down .modal-content {
    border: 0;
    border-radius: 0;
  }
  [dir] .modal-fullscreen-sm-down .modal-header, [dir] .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
  }
  [dir] .modal-fullscreen-md-down {
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
  }
  [dir] .modal-fullscreen-md-down .modal-content {
    border: 0;
    border-radius: 0;
  }
  [dir] .modal-fullscreen-md-down .modal-header, [dir] .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
  }
  [dir] .modal-fullscreen-lg-down {
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
  }
  [dir] .modal-fullscreen-lg-down .modal-content {
    border: 0;
    border-radius: 0;
  }
  [dir] .modal-fullscreen-lg-down .modal-header, [dir] .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
  }
  [dir] .modal-fullscreen-xl-down {
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
  }
  [dir] .modal-fullscreen-xl-down .modal-content {
    border: 0;
    border-radius: 0;
  }
  [dir] .modal-fullscreen-xl-down .modal-header, [dir] .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1439.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
  }
  [dir] .modal-fullscreen-xxl-down {
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
  }
  [dir] .modal-fullscreen-xxl-down .modal-content {
    border: 0;
    border-radius: 0;
  }
  [dir] .modal-fullscreen-xxl-down .modal-header, [dir] .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 220px;
  --bs-tooltip-padding-x: 0.775rem;
  --bs-tooltip-padding-y: 0.4rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.857rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: #323232;
  --bs-tooltip-border-radius: 0.358rem;
  --bs-tooltip-opacity: 1;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.45;
  text-decoration: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
[dir] .tooltip {
  margin: var(--bs-tooltip-margin);
  text-align: start;
  text-shadow: none;
}
[dir=ltr] .tooltip {
  text-align: left;
}
[dir=rtl] .tooltip {
  text-align: right;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
}
[dir] .tooltip .tooltip-arrow::before {
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
}
[dir] .bs-tooltip-top .tooltip-arrow::before, [dir] .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
}
[dir] .bs-tooltip-bottom .tooltip-arrow::before, [dir] .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  color: var(--bs-tooltip-color);
}
[dir] .tooltip-inner {
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 1rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: 0;
  --bs-popover-border-color: #ebe9f1;
  --bs-popover-border-radius: 0.358rem;
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: 0 0 10px 0 rgba(34, 41, 47, 0.1);
  --bs-popover-header-padding-x: 1.21rem;
  --bs-popover-header-padding-y: 0.65rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: #fff;
  --bs-popover-header-bg: #7367f0;
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.45;
  text-decoration: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
}

[dir] .popover {
  text-align: start;
  text-shadow: none;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}

[dir=ltr] .popover {
  text-align: left;
}

[dir=rtl] .popover {
  text-align: right;
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
}
[dir] .popover .popover-arrow::before, [dir] .popover .popover-arrow::after {
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
[dir] .bs-popover-top > .popover-arrow::before, [dir] .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, [dir] .bs-popover-top > .popover-arrow::after, [dir] .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
}
[dir] .bs-popover-top > .popover-arrow::before, [dir] .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
}
[dir] .bs-popover-top > .popover-arrow::after, [dir] .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-top-color: var(--bs-popover-bg);
}
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
[dir] .bs-popover-bottom > .popover-arrow::before, [dir] .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, [dir] .bs-popover-bottom > .popover-arrow::after, [dir] .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
}
[dir] .bs-popover-bottom > .popover-arrow::before, [dir] .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
}
[dir] .bs-popover-bottom > .popover-arrow::after, [dir] .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  display: block;
  width: var(--bs-popover-arrow-width);
  content: "";
}
[dir] .bs-popover-bottom .popover-header::before, [dir] .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}
[dir=ltr] .bs-popover-bottom .popover-header::before, [dir=ltr] .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  left: 50%;
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
}
[dir=rtl] .bs-popover-bottom .popover-header::before, [dir=rtl] .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  right: 50%;
  margin-right: calc(-0.5 * var(--bs-popover-arrow-width));
}
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}
.popover-header {
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
}
[dir] .popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
}
[dir=ltr] .popover-header {
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
[dir=rtl] .popover-header {
  border-top-right-radius: var(--bs-popover-inner-border-radius);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  color: var(--bs-popover-body-color);
}

[dir] .popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  content: "";
}
[dir] .carousel-inner::after {
  clear: both;
}

.carousel-item {
  position: relative;
  display: none;
  width: 100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

[dir=ltr] .carousel-item {
  float: left;
  margin-right: -100%;
}

[dir=rtl] .carousel-item {
  float: right;
  margin-left: -100%;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

[dir=ltr] .carousel-item-next:not(.carousel-item-start), [dir=ltr] .active.carousel-item-end {
  transform: translateX(100%);
}

[dir=rtl] .carousel-item-next:not(.carousel-item-start), [dir=rtl] .active.carousel-item-end {
  transform: translateX(-100%);
}

[dir=ltr] .carousel-item-prev:not(.carousel-item-end), [dir=ltr] .active.carousel-item-start {
  transform: translateX(-100%);
}

[dir=rtl] .carousel-item-prev:not(.carousel-item-end), [dir=rtl] .active.carousel-item-start {
  transform: translateX(100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
}

[dir] .carousel-fade .carousel-item {
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  filter: var(--bs-carousel-control-icon-filter);
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

[dir] .carousel-control-prev, [dir] .carousel-control-next {
  padding: 0;
  text-align: center;
  background: none;
  border: 0;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

[dir=ltr] .carousel-control-prev {
  left: 0;
}

[dir=rtl] .carousel-control-prev {
  right: 0;
}

[dir=ltr] .carousel-control-next {
  right: 0;
}

[dir=rtl] .carousel-control-next {
  left: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
}

[dir] .carousel-control-prev-icon, [dir] .carousel-control-next-icon {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

[dir=ltr] .carousel-control-prev-icon {
  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" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-left"%3e%3cpolyline points="15 18 9 12 15 6"%3e%3c/polyline%3e%3c/svg%3e') /*rtl:url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right"%3e%3cpolyline points="9 18 15 12 9 6"%3e%3c/polyline%3e%3c/svg%3e')*/;
}

[dir=rtl] .carousel-control-prev-icon {
  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" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right"%3e%3cpolyline points="9 18 15 12 9 6"%3e%3c/polyline%3e%3c/svg%3e');
}

[dir=ltr] .carousel-control-next-icon {
  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" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right"%3e%3cpolyline points="9 18 15 12 9 6"%3e%3c/polyline%3e%3c/svg%3e') /*rtl:url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-left"%3e%3cpolyline points="15 18 9 12 15 6"%3e%3c/polyline%3e%3c/svg%3e')*/;
}

[dir=rtl] .carousel-control-next-icon {
  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" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-left"%3e%3cpolyline points="15 18 9 12 15 6"%3e%3c/polyline%3e%3c/svg%3e');
}

.carousel-indicators {
  position: absolute;
  bottom: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
}

[dir] .carousel-indicators {
  padding: 0;
  margin-bottom: 1rem;
}

[dir=ltr] .carousel-indicators {
  right: 0;
  left: 0;
  margin-right: 15%;
  margin-left: 15%;
}

[dir=rtl] .carousel-indicators {
  left: 0;
  right: 0;
  margin-left: 15%;
  margin-right: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  text-indent: -999px;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
[dir] .carousel-indicators [data-bs-target] {
  padding: 0;
  cursor: pointer;
  background-color: var(--bs-carousel-indicator-active-bg);
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
[dir=ltr] .carousel-indicators [data-bs-target] {
  margin-right: 3px;
  margin-left: 3px;
}
[dir=rtl] .carousel-indicators [data-bs-target] {
  margin-left: 3px;
  margin-right: 3px;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  bottom: 1.25rem;
  color: var(--bs-carousel-caption-color);
}

[dir] .carousel-caption {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: center;
}

[dir=ltr] .carousel-caption {
  right: 15%;
  left: 15%;
}

[dir=rtl] .carousel-caption {
  left: 15%;
  right: 15%;
}

.carousel-dark {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

:root,
[data-bs-theme=light] {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}

[data-bs-theme=dark] {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  flex-shrink: 0;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
}

[dir] .spinner-grow, [dir] .spinner-border {
  border-radius: 50%;
}

[dir=ltr] .spinner-grow, [dir=ltr] .spinner-border {
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

[dir=rtl] .spinner-grow, [dir=rtl] .spinner-border {
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border-ltr {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-border-rtl {
  to {
    transform: rotate(-360deg) ;
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
}
[dir] .spinner-border {
  border: var(--bs-spinner-border-width) solid currentcolor;
}
[dir=ltr] .spinner-border {
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name:  spinner-border-ltr ;
  border-right-color: transparent;
}
[dir=rtl] .spinner-border {
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name:  spinner-border-rtl ;
  border-left-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  opacity: 0;
}
[dir] .spinner-grow {
  background-color: currentcolor;
}
[dir=ltr] .spinner-grow {
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
}
[dir=rtl] .spinner-grow {
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  [dir=ltr] .spinner-border, [dir=ltr] .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
  [dir=rtl] .spinner-border, [dir=rtl] .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
  [dir] .offcanvas-sm {
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    width: var(--bs-offcanvas-width);
  }
  [dir=ltr] .offcanvas-sm.offcanvas-start {
    left: 0;
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  [dir=rtl] .offcanvas-sm.offcanvas-start {
    right: 0;
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    width: var(--bs-offcanvas-width);
  }
  [dir=ltr] .offcanvas-sm.offcanvas-end {
    right: 0;
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  [dir=rtl] .offcanvas-sm.offcanvas-end {
    left: 0;
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
  }
  [dir] .offcanvas-sm.offcanvas-top {
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  [dir=ltr] .offcanvas-sm.offcanvas-top {
    right: 0;
    left: 0;
  }
  [dir=rtl] .offcanvas-sm.offcanvas-top {
    left: 0;
    right: 0;
  }
  .offcanvas-sm.offcanvas-bottom {
    height: var(--bs-offcanvas-height);
    max-height: 100%;
  }
  [dir] .offcanvas-sm.offcanvas-bottom {
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  [dir=ltr] .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
  }
  [dir=rtl] .offcanvas-sm.offcanvas-bottom {
    left: 0;
    right: 0;
  }
  [dir] .offcanvas-sm.showing, [dir] .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
  }
  [dir] .offcanvas-sm {
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
  }
  [dir] .offcanvas-sm .offcanvas-body {
    padding: 0;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
  [dir] .offcanvas-md {
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    width: var(--bs-offcanvas-width);
  }
  [dir=ltr] .offcanvas-md.offcanvas-start {
    left: 0;
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  [dir=rtl] .offcanvas-md.offcanvas-start {
    right: 0;
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    width: var(--bs-offcanvas-width);
  }
  [dir=ltr] .offcanvas-md.offcanvas-end {
    right: 0;
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  [dir=rtl] .offcanvas-md.offcanvas-end {
    left: 0;
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
  }
  [dir] .offcanvas-md.offcanvas-top {
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  [dir=ltr] .offcanvas-md.offcanvas-top {
    right: 0;
    left: 0;
  }
  [dir=rtl] .offcanvas-md.offcanvas-top {
    left: 0;
    right: 0;
  }
  .offcanvas-md.offcanvas-bottom {
    height: var(--bs-offcanvas-height);
    max-height: 100%;
  }
  [dir] .offcanvas-md.offcanvas-bottom {
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  [dir=ltr] .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
  }
  [dir=rtl] .offcanvas-md.offcanvas-bottom {
    left: 0;
    right: 0;
  }
  [dir] .offcanvas-md.showing, [dir] .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
  }
  [dir] .offcanvas-md {
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
  }
  [dir] .offcanvas-md .offcanvas-body {
    padding: 0;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
  [dir] .offcanvas-lg {
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    width: var(--bs-offcanvas-width);
  }
  [dir=ltr] .offcanvas-lg.offcanvas-start {
    left: 0;
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  [dir=rtl] .offcanvas-lg.offcanvas-start {
    right: 0;
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    width: var(--bs-offcanvas-width);
  }
  [dir=ltr] .offcanvas-lg.offcanvas-end {
    right: 0;
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  [dir=rtl] .offcanvas-lg.offcanvas-end {
    left: 0;
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
  }
  [dir] .offcanvas-lg.offcanvas-top {
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  [dir=ltr] .offcanvas-lg.offcanvas-top {
    right: 0;
    left: 0;
  }
  [dir=rtl] .offcanvas-lg.offcanvas-top {
    left: 0;
    right: 0;
  }
  .offcanvas-lg.offcanvas-bottom {
    height: var(--bs-offcanvas-height);
    max-height: 100%;
  }
  [dir] .offcanvas-lg.offcanvas-bottom {
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  [dir=ltr] .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
  }
  [dir=rtl] .offcanvas-lg.offcanvas-bottom {
    left: 0;
    right: 0;
  }
  [dir] .offcanvas-lg.showing, [dir] .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
  }
  [dir] .offcanvas-lg {
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
  }
  [dir] .offcanvas-lg .offcanvas-body {
    padding: 0;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
  [dir] .offcanvas-xl {
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    width: var(--bs-offcanvas-width);
  }
  [dir=ltr] .offcanvas-xl.offcanvas-start {
    left: 0;
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  [dir=rtl] .offcanvas-xl.offcanvas-start {
    right: 0;
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    width: var(--bs-offcanvas-width);
  }
  [dir=ltr] .offcanvas-xl.offcanvas-end {
    right: 0;
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  [dir=rtl] .offcanvas-xl.offcanvas-end {
    left: 0;
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
  }
  [dir] .offcanvas-xl.offcanvas-top {
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  [dir=ltr] .offcanvas-xl.offcanvas-top {
    right: 0;
    left: 0;
  }
  [dir=rtl] .offcanvas-xl.offcanvas-top {
    left: 0;
    right: 0;
  }
  .offcanvas-xl.offcanvas-bottom {
    height: var(--bs-offcanvas-height);
    max-height: 100%;
  }
  [dir] .offcanvas-xl.offcanvas-bottom {
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  [dir=ltr] .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
  }
  [dir=rtl] .offcanvas-xl.offcanvas-bottom {
    left: 0;
    right: 0;
  }
  [dir] .offcanvas-xl.showing, [dir] .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
  }
  [dir] .offcanvas-xl {
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
  }
  [dir] .offcanvas-xl .offcanvas-body {
    padding: 0;
    background-color: transparent !important;
  }
}

@media (max-width: 1439.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
  [dir] .offcanvas-xxl {
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
  }
}
@media (max-width: 1439.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1439.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    width: var(--bs-offcanvas-width);
  }
  [dir=ltr] .offcanvas-xxl.offcanvas-start {
    left: 0;
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  [dir=rtl] .offcanvas-xxl.offcanvas-start {
    right: 0;
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    width: var(--bs-offcanvas-width);
  }
  [dir=ltr] .offcanvas-xxl.offcanvas-end {
    right: 0;
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  [dir=rtl] .offcanvas-xxl.offcanvas-end {
    left: 0;
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
  }
  [dir] .offcanvas-xxl.offcanvas-top {
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  [dir=ltr] .offcanvas-xxl.offcanvas-top {
    right: 0;
    left: 0;
  }
  [dir=rtl] .offcanvas-xxl.offcanvas-top {
    left: 0;
    right: 0;
  }
  .offcanvas-xxl.offcanvas-bottom {
    height: var(--bs-offcanvas-height);
    max-height: 100%;
  }
  [dir] .offcanvas-xxl.offcanvas-bottom {
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  [dir=ltr] .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
  }
  [dir=rtl] .offcanvas-xxl.offcanvas-bottom {
    left: 0;
    right: 0;
  }
  [dir] .offcanvas-xxl.showing, [dir] .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1440px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
  }
  [dir] .offcanvas-xxl {
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
  }
  [dir] .offcanvas-xxl .offcanvas-body {
    padding: 0;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}

[dir] .offcanvas {
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  width: var(--bs-offcanvas-width);
}
[dir=ltr] .offcanvas.offcanvas-start {
  left: 0;
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
[dir=rtl] .offcanvas.offcanvas-start {
  right: 0;
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  width: var(--bs-offcanvas-width);
}
[dir=ltr] .offcanvas.offcanvas-end {
  right: 0;
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
[dir=rtl] .offcanvas.offcanvas-end {
  left: 0;
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
}
[dir] .offcanvas.offcanvas-top {
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
[dir=ltr] .offcanvas.offcanvas-top {
  right: 0;
  left: 0;
}
[dir=rtl] .offcanvas.offcanvas-top {
  left: 0;
  right: 0;
}
.offcanvas.offcanvas-bottom {
  height: var(--bs-offcanvas-height);
  max-height: 100%;
}
[dir] .offcanvas.offcanvas-bottom {
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
[dir=ltr] .offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
}
[dir=rtl] .offcanvas.offcanvas-bottom {
  left: 0;
  right: 0;
}
[dir] .offcanvas.showing, [dir] .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
}

[dir] .offcanvas-backdrop {
  background-color: #000;
}

[dir=ltr] .offcanvas-backdrop {
  left: 0;
}

[dir=rtl] .offcanvas-backdrop {
  right: 0;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
}

[dir] .offcanvas-header {
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
[dir] .offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
}
[dir=ltr] .offcanvas-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-left: auto;
}
[dir=rtl] .offcanvas-header .btn-close {
  margin-left: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-right: auto;
}

.offcanvas-title {
  line-height: var(--bs-offcanvas-title-line-height);
}

[dir] .offcanvas-title {
  margin-bottom: 0;
}

.offcanvas-body {
  flex-grow: 1;
  overflow-y: auto;
}

[dir] .offcanvas-body {
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  opacity: 0.5;
}

[dir] .placeholder {
  cursor: wait;
  background-color: currentcolor;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

[dir=ltr] .placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

[dir=rtl] .placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  mask-image: linear-gradient(130deg, #22292f 55%, rgba(0, 0, 0, 0.8) 75%, #22292f 95%);
  mask-size: 200% 100%;
}
[dir=ltr] .placeholder-wave {
  animation: placeholder-wave 2s linear infinite;
}
[dir=rtl] .placeholder-wave {
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  content: "";
}
[dir] .clearfix::after {
  clear: both;
}

.text-bg-primary {
  color: #fff !important;
}

[dir] .text-bg-primary {
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
}

[dir] .text-bg-secondary {
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #000 !important;
}

[dir] .text-bg-success {
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
}

[dir] .text-bg-info {
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
}

[dir] .text-bg-warning {
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #000 !important;
}

[dir] .text-bg-danger {
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
}

[dir] .text-bg-light {
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
}

[dir] .text-bg-dark {
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(91, 0, 204, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(91, 0, 204, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(56, 206, 141, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(56, 206, 141, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(255, 98, 98, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 98, 98, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
}

[dir] .focus-ring:focus {
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

[dir=ltr] .icon-link-hover:hover > .bi, [dir=ltr] .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

[dir=rtl] .icon-link-hover:hover > .bi, [dir=rtl] .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(-0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  content: "";
}
[dir] .ratio::before {
  padding-top: var(--bs-aspect-ratio);
}
.ratio > * {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
[dir=ltr] .ratio > * {
  left: 0;
}
[dir=rtl] .ratio > * {
  right: 0;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  z-index: 1030;
}

[dir=ltr] .fixed-top {
  right: 0;
  left: 0;
}

[dir=rtl] .fixed-top {
  left: 0;
  right: 0;
}

.fixed-bottom {
  position: fixed;
  bottom: 0;
  z-index: 1030;
}

[dir=ltr] .fixed-bottom {
  right: 0;
  left: 0;
}

[dir=rtl] .fixed-bottom {
  left: 0;
  right: 0;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1440px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

[dir] .visually-hidden, [dir] .visually-hidden-focusable:not(:focus):not(:focus-within) {
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
.visually-hidden *,
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
  overflow: hidden !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  content: "";
}

[dir=ltr] .stretched-link::after {
  right: 0;
  left: 0;
}

[dir=rtl] .stretched-link::after {
  left: 0;
  right: 0;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  opacity: 0.25;
}

[dir] .vr {
  background-color: currentcolor;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

[dir=ltr] .float-start {
  float: left !important;
}

[dir=rtl] .float-start {
  float: right !important;
}

[dir=ltr] .float-end {
  float: right !important;
}

[dir=rtl] .float-end {
  float: left !important;
}

[dir] .float-none {
  float: none !important;
}

.object-fit-contain {
  object-fit: contain !important;
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-fill {
  object-fit: fill !important;
}

.object-fit-scale {
  object-fit: scale-down !important;
}

.object-fit-none {
  object-fit: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

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

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

[dir] .shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

[dir] .shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

[dir] .shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

[dir] .shadow-none {
  box-shadow: none !important;
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

[dir=ltr] .start-0 {
  left: 0 !important;
}

[dir=rtl] .start-0 {
  right: 0 !important;
}

[dir=ltr] .start-50 {
  left: 50% !important;
}

[dir=rtl] .start-50 {
  right: 50% !important;
}

[dir=ltr] .start-100 {
  left: 100% !important;
}

[dir=rtl] .start-100 {
  right: 100% !important;
}

[dir=ltr] .end-0 {
  right: 0 !important;
}

[dir=rtl] .end-0 {
  left: 0 !important;
}

[dir=ltr] .end-50 {
  right: 50% !important;
}

[dir=rtl] .end-50 {
  left: 50% !important;
}

[dir=ltr] .end-100 {
  right: 100% !important;
}

[dir=rtl] .end-100 {
  left: 100% !important;
}

[dir=ltr] .translate-middle {
  transform: translate(-50%, -50%) !important;
}

[dir=rtl] .translate-middle {
  transform: translate(50%, -50%) !important;
}

[dir=ltr] .translate-middle-x {
  transform: translateX(-50%) !important;
}

[dir=rtl] .translate-middle-x {
  transform: translateX(50%) !important;
}

[dir] .translate-middle-y {
  transform: translateY(-50%) !important;
}

[dir] .border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

[dir] .border-0 {
  border: 0 !important;
}

[dir] .border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

[dir] .border-top-0 {
  border-top: 0 !important;
}

[dir=ltr] .border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

[dir=rtl] .border-end {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

[dir=ltr] .border-end-0 {
  border-right: 0 !important;
}

[dir=rtl] .border-end-0 {
  border-left: 0 !important;
}

[dir] .border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

[dir] .border-bottom-0 {
  border-bottom: 0 !important;
}

[dir=ltr] .border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

[dir=rtl] .border-start {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

[dir=ltr] .border-start-0 {
  border-left: 0 !important;
}

[dir=rtl] .border-start-0 {
  border-right: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
}

[dir] .border-primary {
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
}

[dir] .border-secondary {
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
}

[dir] .border-success {
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
}

[dir] .border-info {
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
}

[dir] .border-warning {
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
}

[dir] .border-danger {
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
}

[dir] .border-light {
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
}

[dir] .border-dark {
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
}

[dir] .border-black {
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
}

[dir] .border-white {
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

[dir] .border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

[dir] .border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

[dir] .border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

[dir] .border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

[dir] .border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

[dir] .border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

[dir] .border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

[dir] .border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

[dir] .border-1 {
  border-width: 1px !important;
}

[dir] .border-2 {
  border-width: 2px !important;
}

[dir] .border-3 {
  border-width: 3px !important;
}

[dir] .border-4 {
  border-width: 4px !important;
}

[dir] .border-5 {
  border-width: 5px !important;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

[dir] .m-0 {
  margin: 0 !important;
}

[dir] .m-25 {
  margin: 0.25rem !important;
}

[dir] .m-50 {
  margin: 0.5rem !important;
}

[dir] .m-75 {
  margin: 0.75rem !important;
}

[dir] .m-1 {
  margin: 1rem !important;
}

[dir] .m-2 {
  margin: 1.5rem !important;
}

[dir] .m-3 {
  margin: 3rem !important;
}

[dir] .m-4 {
  margin: 3.5rem !important;
}

[dir] .m-5 {
  margin: 4rem !important;
}

[dir] .m-auto {
  margin: auto !important;
}

[dir=ltr] .mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

[dir=rtl] .mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

[dir=ltr] .mx-25 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

[dir=rtl] .mx-25 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

[dir=ltr] .mx-50 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

[dir=rtl] .mx-50 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

[dir=ltr] .mx-75 {
  margin-right: 0.75rem !important;
  margin-left: 0.75rem !important;
}

[dir=rtl] .mx-75 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

[dir=ltr] .mx-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

[dir=rtl] .mx-1 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

[dir=ltr] .mx-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

[dir=rtl] .mx-2 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

[dir=ltr] .mx-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

[dir=rtl] .mx-3 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

[dir=ltr] .mx-4 {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important;
}

[dir=rtl] .mx-4 {
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important;
}

[dir=ltr] .mx-5 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

[dir=rtl] .mx-5 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

[dir=ltr] .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

[dir=rtl] .mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

[dir] .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

[dir] .my-25 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

[dir] .my-50 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

[dir] .my-75 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

[dir] .my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

[dir] .my-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

[dir] .my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

[dir] .my-4 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

[dir] .my-5 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

[dir] .my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

[dir] .mt-0 {
  margin-top: 0 !important;
}

[dir] .mt-25 {
  margin-top: 0.25rem !important;
}

[dir] .mt-50 {
  margin-top: 0.5rem !important;
}

[dir] .mt-75 {
  margin-top: 0.75rem !important;
}

[dir] .mt-1 {
  margin-top: 1rem !important;
}

[dir] .mt-2 {
  margin-top: 1.5rem !important;
}

[dir] .mt-3 {
  margin-top: 3rem !important;
}

[dir] .mt-4 {
  margin-top: 3.5rem !important;
}

[dir] .mt-5 {
  margin-top: 4rem !important;
}

[dir] .mt-auto {
  margin-top: auto !important;
}

[dir=ltr] .me-0 {
  margin-right: 0 !important;
}

[dir=rtl] .me-0 {
  margin-left: 0 !important;
}

[dir=ltr] .me-25 {
  margin-right: 0.25rem !important;
}

[dir=rtl] .me-25 {
  margin-left: 0.25rem !important;
}

[dir=ltr] .me-50 {
  margin-right: 0.5rem !important;
}

[dir=rtl] .me-50 {
  margin-left: 0.5rem !important;
}

[dir=ltr] .me-75 {
  margin-right: 0.75rem !important;
}

[dir=rtl] .me-75 {
  margin-left: 0.75rem !important;
}

[dir=ltr] .me-1 {
  margin-right: 1rem !important;
}

[dir=rtl] .me-1 {
  margin-left: 1rem !important;
}

[dir=ltr] .me-2 {
  margin-right: 1.5rem !important;
}

[dir=rtl] .me-2 {
  margin-left: 1.5rem !important;
}

[dir=ltr] .me-3 {
  margin-right: 3rem !important;
}

[dir=rtl] .me-3 {
  margin-left: 3rem !important;
}

[dir=ltr] .me-4 {
  margin-right: 3.5rem !important;
}

[dir=rtl] .me-4 {
  margin-left: 3.5rem !important;
}

[dir=ltr] .me-5 {
  margin-right: 4rem !important;
}

[dir=rtl] .me-5 {
  margin-left: 4rem !important;
}

[dir=ltr] .me-auto {
  margin-right: auto !important;
}

[dir=rtl] .me-auto {
  margin-left: auto !important;
}

[dir] .mb-0 {
  margin-bottom: 0 !important;
}

[dir] .mb-25 {
  margin-bottom: 0.25rem !important;
}

[dir] .mb-50 {
  margin-bottom: 0.5rem !important;
}

[dir] .mb-75 {
  margin-bottom: 0.75rem !important;
}

[dir] .mb-1 {
  margin-bottom: 1rem !important;
}

[dir] .mb-2 {
  margin-bottom: 1.5rem !important;
}

[dir] .mb-3 {
  margin-bottom: 3rem !important;
}

[dir] .mb-4 {
  margin-bottom: 3.5rem !important;
}

[dir] .mb-5 {
  margin-bottom: 4rem !important;
}

[dir] .mb-auto {
  margin-bottom: auto !important;
}

[dir=ltr] .ms-0 {
  margin-left: 0 !important;
}

[dir=rtl] .ms-0 {
  margin-right: 0 !important;
}

[dir=ltr] .ms-25 {
  margin-left: 0.25rem !important;
}

[dir=rtl] .ms-25 {
  margin-right: 0.25rem !important;
}

[dir=ltr] .ms-50 {
  margin-left: 0.5rem !important;
}

[dir=rtl] .ms-50 {
  margin-right: 0.5rem !important;
}

[dir=ltr] .ms-75 {
  margin-left: 0.75rem !important;
}

[dir=rtl] .ms-75 {
  margin-right: 0.75rem !important;
}

[dir=ltr] .ms-1 {
  margin-left: 1rem !important;
}

[dir=rtl] .ms-1 {
  margin-right: 1rem !important;
}

[dir=ltr] .ms-2 {
  margin-left: 1.5rem !important;
}

[dir=rtl] .ms-2 {
  margin-right: 1.5rem !important;
}

[dir=ltr] .ms-3 {
  margin-left: 3rem !important;
}

[dir=rtl] .ms-3 {
  margin-right: 3rem !important;
}

[dir=ltr] .ms-4 {
  margin-left: 3.5rem !important;
}

[dir=rtl] .ms-4 {
  margin-right: 3.5rem !important;
}

[dir=ltr] .ms-5 {
  margin-left: 4rem !important;
}

[dir=rtl] .ms-5 {
  margin-right: 4rem !important;
}

[dir=ltr] .ms-auto {
  margin-left: auto !important;
}

[dir=rtl] .ms-auto {
  margin-right: auto !important;
}

[dir] .p-0 {
  padding: 0 !important;
}

[dir] .p-25 {
  padding: 0.25rem !important;
}

[dir] .p-50 {
  padding: 0.5rem !important;
}

[dir] .p-75 {
  padding: 0.75rem !important;
}

[dir] .p-1 {
  padding: 1rem !important;
}

[dir] .p-2 {
  padding: 1.5rem !important;
}

[dir] .p-3 {
  padding: 3rem !important;
}

[dir] .p-4 {
  padding: 3.5rem !important;
}

[dir] .p-5 {
  padding: 4rem !important;
}

[dir=ltr] .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

[dir=rtl] .px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

[dir=ltr] .px-25 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

[dir=rtl] .px-25 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

[dir=ltr] .px-50 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

[dir=rtl] .px-50 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

[dir=ltr] .px-75 {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
}

[dir=rtl] .px-75 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

[dir=ltr] .px-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

[dir=rtl] .px-1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

[dir=ltr] .px-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

[dir=rtl] .px-2 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

[dir=ltr] .px-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

[dir=rtl] .px-3 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

[dir=ltr] .px-4 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}

[dir=rtl] .px-4 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}

[dir=ltr] .px-5 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

[dir=rtl] .px-5 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

[dir] .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

[dir] .py-25 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

[dir] .py-50 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

[dir] .py-75 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

[dir] .py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

[dir] .py-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

[dir] .py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

[dir] .py-4 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

[dir] .py-5 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

[dir] .pt-0 {
  padding-top: 0 !important;
}

[dir] .pt-25 {
  padding-top: 0.25rem !important;
}

[dir] .pt-50 {
  padding-top: 0.5rem !important;
}

[dir] .pt-75 {
  padding-top: 0.75rem !important;
}

[dir] .pt-1 {
  padding-top: 1rem !important;
}

[dir] .pt-2 {
  padding-top: 1.5rem !important;
}

[dir] .pt-3 {
  padding-top: 3rem !important;
}

[dir] .pt-4 {
  padding-top: 3.5rem !important;
}

[dir] .pt-5 {
  padding-top: 4rem !important;
}

[dir=ltr] .pe-0 {
  padding-right: 0 !important;
}

[dir=rtl] .pe-0 {
  padding-left: 0 !important;
}

[dir=ltr] .pe-25 {
  padding-right: 0.25rem !important;
}

[dir=rtl] .pe-25 {
  padding-left: 0.25rem !important;
}

[dir=ltr] .pe-50 {
  padding-right: 0.5rem !important;
}

[dir=rtl] .pe-50 {
  padding-left: 0.5rem !important;
}

[dir=ltr] .pe-75 {
  padding-right: 0.75rem !important;
}

[dir=rtl] .pe-75 {
  padding-left: 0.75rem !important;
}

[dir=ltr] .pe-1 {
  padding-right: 1rem !important;
}

[dir=rtl] .pe-1 {
  padding-left: 1rem !important;
}

[dir=ltr] .pe-2 {
  padding-right: 1.5rem !important;
}

[dir=rtl] .pe-2 {
  padding-left: 1.5rem !important;
}

[dir=ltr] .pe-3 {
  padding-right: 3rem !important;
}

[dir=rtl] .pe-3 {
  padding-left: 3rem !important;
}

[dir=ltr] .pe-4 {
  padding-right: 3.5rem !important;
}

[dir=rtl] .pe-4 {
  padding-left: 3.5rem !important;
}

[dir=ltr] .pe-5 {
  padding-right: 4rem !important;
}

[dir=rtl] .pe-5 {
  padding-left: 4rem !important;
}

[dir] .pb-0 {
  padding-bottom: 0 !important;
}

[dir] .pb-25 {
  padding-bottom: 0.25rem !important;
}

[dir] .pb-50 {
  padding-bottom: 0.5rem !important;
}

[dir] .pb-75 {
  padding-bottom: 0.75rem !important;
}

[dir] .pb-1 {
  padding-bottom: 1rem !important;
}

[dir] .pb-2 {
  padding-bottom: 1.5rem !important;
}

[dir] .pb-3 {
  padding-bottom: 3rem !important;
}

[dir] .pb-4 {
  padding-bottom: 3.5rem !important;
}

[dir] .pb-5 {
  padding-bottom: 4rem !important;
}

[dir=ltr] .ps-0 {
  padding-left: 0 !important;
}

[dir=rtl] .ps-0 {
  padding-right: 0 !important;
}

[dir=ltr] .ps-25 {
  padding-left: 0.25rem !important;
}

[dir=rtl] .ps-25 {
  padding-right: 0.25rem !important;
}

[dir=ltr] .ps-50 {
  padding-left: 0.5rem !important;
}

[dir=rtl] .ps-50 {
  padding-right: 0.5rem !important;
}

[dir=ltr] .ps-75 {
  padding-left: 0.75rem !important;
}

[dir=rtl] .ps-75 {
  padding-right: 0.75rem !important;
}

[dir=ltr] .ps-1 {
  padding-left: 1rem !important;
}

[dir=rtl] .ps-1 {
  padding-right: 1rem !important;
}

[dir=ltr] .ps-2 {
  padding-left: 1.5rem !important;
}

[dir=rtl] .ps-2 {
  padding-right: 1.5rem !important;
}

[dir=ltr] .ps-3 {
  padding-left: 3rem !important;
}

[dir=rtl] .ps-3 {
  padding-right: 3rem !important;
}

[dir=ltr] .ps-4 {
  padding-left: 3.5rem !important;
}

[dir=rtl] .ps-4 {
  padding-right: 3.5rem !important;
}

[dir=ltr] .ps-5 {
  padding-left: 4rem !important;
}

[dir=rtl] .ps-5 {
  padding-right: 4rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-25 {
  gap: 0.25rem !important;
}

.gap-50 {
  gap: 0.5rem !important;
}

.gap-75 {
  gap: 0.75rem !important;
}

.gap-1 {
  gap: 1rem !important;
}

.gap-2 {
  gap: 1.5rem !important;
}

.gap-3 {
  gap: 3rem !important;
}

.gap-4 {
  gap: 3.5rem !important;
}

.gap-5 {
  gap: 4rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-25 {
  row-gap: 0.25rem !important;
}

.row-gap-50 {
  row-gap: 0.5rem !important;
}

.row-gap-75 {
  row-gap: 0.75rem !important;
}

.row-gap-1 {
  row-gap: 1rem !important;
}

.row-gap-2 {
  row-gap: 1.5rem !important;
}

.row-gap-3 {
  row-gap: 3rem !important;
}

.row-gap-4 {
  row-gap: 3.5rem !important;
}

.row-gap-5 {
  row-gap: 4rem !important;
}

.column-gap-0 {
  column-gap: 0 !important;
}

.column-gap-25 {
  column-gap: 0.25rem !important;
}

.column-gap-50 {
  column-gap: 0.5rem !important;
}

.column-gap-75 {
  column-gap: 0.75rem !important;
}

.column-gap-1 {
  column-gap: 1rem !important;
}

.column-gap-2 {
  column-gap: 1.5rem !important;
}

.column-gap-3 {
  column-gap: 3rem !important;
}

.column-gap-4 {
  column-gap: 3.5rem !important;
}

.column-gap-5 {
  column-gap: 4rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 500 !important;
}

.fw-bolder {
  font-weight: 600 !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1 !important;
}

.lh-base {
  line-height: 1.45 !important;
}

.lh-lg {
  line-height: 1.25 !important;
}

[dir=ltr] .text-start {
  text-align: left !important;
}

[dir=rtl] .text-start {
  text-align: right !important;
}

[dir=ltr] .text-end {
  text-align: right !important;
}

[dir=rtl] .text-end {
  text-align: left !important;
}

[dir] .text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(34, 41, 47, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
}

[dir] .bg-primary {
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
}

[dir] .bg-secondary {
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
}

[dir] .bg-success {
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
}

[dir] .bg-info {
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
}

[dir] .bg-warning {
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
}

[dir] .bg-danger {
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
}

[dir] .bg-light {
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
}

[dir] .bg-dark {
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
}

[dir] .bg-black {
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
}

[dir] .bg-white {
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
}

[dir] .bg-body {
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
}

[dir] .bg-transparent {
  background-color: transparent !important;
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
}

[dir] .bg-body-secondary {
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
}

[dir] .bg-body-tertiary {
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

[dir] .bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

[dir] .bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

[dir] .bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

[dir] .bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

[dir] .bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

[dir] .bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

[dir] .bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

[dir] .bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

[dir] .bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

[dir] .rounded {
  border-radius: var(--bs-border-radius) !important;
}

[dir] .rounded-0 {
  border-radius: 0 !important;
}

[dir] .rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

[dir] .rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

[dir] .rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

[dir] .rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

[dir] .rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

[dir] .rounded-circle {
  border-radius: 50% !important;
}

[dir] .rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

[dir=ltr] .rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

[dir=rtl] .rounded-top {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

[dir=ltr] .rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

[dir=rtl] .rounded-top-0 {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

[dir=ltr] .rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

[dir=rtl] .rounded-top-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

[dir=ltr] .rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

[dir=rtl] .rounded-top-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

[dir=ltr] .rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

[dir=rtl] .rounded-top-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

[dir=ltr] .rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

[dir=rtl] .rounded-top-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

[dir=ltr] .rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

[dir=rtl] .rounded-top-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

[dir=ltr] .rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

[dir=rtl] .rounded-top-circle {
  border-top-right-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

[dir=ltr] .rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

[dir=rtl] .rounded-top-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

[dir=ltr] .rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

[dir=rtl] .rounded-end {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

[dir=ltr] .rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

[dir=rtl] .rounded-end-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

[dir=ltr] .rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

[dir=rtl] .rounded-end-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

[dir=ltr] .rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

[dir=rtl] .rounded-end-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

[dir=ltr] .rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

[dir=rtl] .rounded-end-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

[dir=ltr] .rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

[dir=rtl] .rounded-end-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

[dir=ltr] .rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

[dir=rtl] .rounded-end-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

[dir=ltr] .rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

[dir=rtl] .rounded-end-circle {
  border-top-left-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

[dir=ltr] .rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

[dir=rtl] .rounded-end-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

[dir=ltr] .rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

[dir=rtl] .rounded-bottom {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

[dir=ltr] .rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

[dir=rtl] .rounded-bottom-0 {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

[dir=ltr] .rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

[dir=rtl] .rounded-bottom-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

[dir=ltr] .rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

[dir=rtl] .rounded-bottom-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

[dir=ltr] .rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

[dir=rtl] .rounded-bottom-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

[dir=ltr] .rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

[dir=rtl] .rounded-bottom-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

[dir=ltr] .rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

[dir=rtl] .rounded-bottom-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

[dir=ltr] .rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

[dir=rtl] .rounded-bottom-circle {
  border-bottom-left-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

[dir=ltr] .rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

[dir=rtl] .rounded-bottom-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

[dir=ltr] .rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

[dir=rtl] .rounded-start {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

[dir=ltr] .rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

[dir=rtl] .rounded-start-0 {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

[dir=ltr] .rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

[dir=rtl] .rounded-start-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

[dir=ltr] .rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

[dir=rtl] .rounded-start-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

[dir=ltr] .rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

[dir=rtl] .rounded-start-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

[dir=ltr] .rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

[dir=rtl] .rounded-start-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

[dir=ltr] .rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

[dir=rtl] .rounded-start-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

[dir=ltr] .rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

[dir=rtl] .rounded-start-circle {
  border-bottom-right-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

[dir=ltr] .rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

[dir=rtl] .rounded-start-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  [dir=ltr] .float-sm-start {
    float: left !important;
  }
  [dir=rtl] .float-sm-start {
    float: right !important;
  }
  [dir=ltr] .float-sm-end {
    float: right !important;
  }
  [dir=rtl] .float-sm-end {
    float: left !important;
  }
  [dir] .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  [dir] .m-sm-0 {
    margin: 0 !important;
  }
  [dir] .m-sm-25 {
    margin: 0.25rem !important;
  }
  [dir] .m-sm-50 {
    margin: 0.5rem !important;
  }
  [dir] .m-sm-75 {
    margin: 0.75rem !important;
  }
  [dir] .m-sm-1 {
    margin: 1rem !important;
  }
  [dir] .m-sm-2 {
    margin: 1.5rem !important;
  }
  [dir] .m-sm-3 {
    margin: 3rem !important;
  }
  [dir] .m-sm-4 {
    margin: 3.5rem !important;
  }
  [dir] .m-sm-5 {
    margin: 4rem !important;
  }
  [dir] .m-sm-auto {
    margin: auto !important;
  }
  [dir=ltr] .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  [dir=rtl] .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  [dir=ltr] .mx-sm-25 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  [dir=rtl] .mx-sm-25 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  [dir=ltr] .mx-sm-50 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  [dir=rtl] .mx-sm-50 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  [dir=ltr] .mx-sm-75 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  [dir=rtl] .mx-sm-75 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  [dir=ltr] .mx-sm-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  [dir=rtl] .mx-sm-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  [dir=ltr] .mx-sm-2 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  [dir=rtl] .mx-sm-2 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  [dir=ltr] .mx-sm-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  [dir=rtl] .mx-sm-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  [dir=ltr] .mx-sm-4 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  [dir=rtl] .mx-sm-4 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  [dir=ltr] .mx-sm-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  [dir=rtl] .mx-sm-5 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  [dir=ltr] .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  [dir=rtl] .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  [dir] .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  [dir] .my-sm-25 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  [dir] .my-sm-50 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  [dir] .my-sm-75 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  [dir] .my-sm-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  [dir] .my-sm-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  [dir] .my-sm-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  [dir] .my-sm-4 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  [dir] .my-sm-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  [dir] .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  [dir] .mt-sm-0 {
    margin-top: 0 !important;
  }
  [dir] .mt-sm-25 {
    margin-top: 0.25rem !important;
  }
  [dir] .mt-sm-50 {
    margin-top: 0.5rem !important;
  }
  [dir] .mt-sm-75 {
    margin-top: 0.75rem !important;
  }
  [dir] .mt-sm-1 {
    margin-top: 1rem !important;
  }
  [dir] .mt-sm-2 {
    margin-top: 1.5rem !important;
  }
  [dir] .mt-sm-3 {
    margin-top: 3rem !important;
  }
  [dir] .mt-sm-4 {
    margin-top: 3.5rem !important;
  }
  [dir] .mt-sm-5 {
    margin-top: 4rem !important;
  }
  [dir] .mt-sm-auto {
    margin-top: auto !important;
  }
  [dir=ltr] .me-sm-0 {
    margin-right: 0 !important;
  }
  [dir=rtl] .me-sm-0 {
    margin-left: 0 !important;
  }
  [dir=ltr] .me-sm-25 {
    margin-right: 0.25rem !important;
  }
  [dir=rtl] .me-sm-25 {
    margin-left: 0.25rem !important;
  }
  [dir=ltr] .me-sm-50 {
    margin-right: 0.5rem !important;
  }
  [dir=rtl] .me-sm-50 {
    margin-left: 0.5rem !important;
  }
  [dir=ltr] .me-sm-75 {
    margin-right: 0.75rem !important;
  }
  [dir=rtl] .me-sm-75 {
    margin-left: 0.75rem !important;
  }
  [dir=ltr] .me-sm-1 {
    margin-right: 1rem !important;
  }
  [dir=rtl] .me-sm-1 {
    margin-left: 1rem !important;
  }
  [dir=ltr] .me-sm-2 {
    margin-right: 1.5rem !important;
  }
  [dir=rtl] .me-sm-2 {
    margin-left: 1.5rem !important;
  }
  [dir=ltr] .me-sm-3 {
    margin-right: 3rem !important;
  }
  [dir=rtl] .me-sm-3 {
    margin-left: 3rem !important;
  }
  [dir=ltr] .me-sm-4 {
    margin-right: 3.5rem !important;
  }
  [dir=rtl] .me-sm-4 {
    margin-left: 3.5rem !important;
  }
  [dir=ltr] .me-sm-5 {
    margin-right: 4rem !important;
  }
  [dir=rtl] .me-sm-5 {
    margin-left: 4rem !important;
  }
  [dir=ltr] .me-sm-auto {
    margin-right: auto !important;
  }
  [dir=rtl] .me-sm-auto {
    margin-left: auto !important;
  }
  [dir] .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  [dir] .mb-sm-25 {
    margin-bottom: 0.25rem !important;
  }
  [dir] .mb-sm-50 {
    margin-bottom: 0.5rem !important;
  }
  [dir] .mb-sm-75 {
    margin-bottom: 0.75rem !important;
  }
  [dir] .mb-sm-1 {
    margin-bottom: 1rem !important;
  }
  [dir] .mb-sm-2 {
    margin-bottom: 1.5rem !important;
  }
  [dir] .mb-sm-3 {
    margin-bottom: 3rem !important;
  }
  [dir] .mb-sm-4 {
    margin-bottom: 3.5rem !important;
  }
  [dir] .mb-sm-5 {
    margin-bottom: 4rem !important;
  }
  [dir] .mb-sm-auto {
    margin-bottom: auto !important;
  }
  [dir=ltr] .ms-sm-0 {
    margin-left: 0 !important;
  }
  [dir=rtl] .ms-sm-0 {
    margin-right: 0 !important;
  }
  [dir=ltr] .ms-sm-25 {
    margin-left: 0.25rem !important;
  }
  [dir=rtl] .ms-sm-25 {
    margin-right: 0.25rem !important;
  }
  [dir=ltr] .ms-sm-50 {
    margin-left: 0.5rem !important;
  }
  [dir=rtl] .ms-sm-50 {
    margin-right: 0.5rem !important;
  }
  [dir=ltr] .ms-sm-75 {
    margin-left: 0.75rem !important;
  }
  [dir=rtl] .ms-sm-75 {
    margin-right: 0.75rem !important;
  }
  [dir=ltr] .ms-sm-1 {
    margin-left: 1rem !important;
  }
  [dir=rtl] .ms-sm-1 {
    margin-right: 1rem !important;
  }
  [dir=ltr] .ms-sm-2 {
    margin-left: 1.5rem !important;
  }
  [dir=rtl] .ms-sm-2 {
    margin-right: 1.5rem !important;
  }
  [dir=ltr] .ms-sm-3 {
    margin-left: 3rem !important;
  }
  [dir=rtl] .ms-sm-3 {
    margin-right: 3rem !important;
  }
  [dir=ltr] .ms-sm-4 {
    margin-left: 3.5rem !important;
  }
  [dir=rtl] .ms-sm-4 {
    margin-right: 3.5rem !important;
  }
  [dir=ltr] .ms-sm-5 {
    margin-left: 4rem !important;
  }
  [dir=rtl] .ms-sm-5 {
    margin-right: 4rem !important;
  }
  [dir=ltr] .ms-sm-auto {
    margin-left: auto !important;
  }
  [dir=rtl] .ms-sm-auto {
    margin-right: auto !important;
  }
  [dir] .p-sm-0 {
    padding: 0 !important;
  }
  [dir] .p-sm-25 {
    padding: 0.25rem !important;
  }
  [dir] .p-sm-50 {
    padding: 0.5rem !important;
  }
  [dir] .p-sm-75 {
    padding: 0.75rem !important;
  }
  [dir] .p-sm-1 {
    padding: 1rem !important;
  }
  [dir] .p-sm-2 {
    padding: 1.5rem !important;
  }
  [dir] .p-sm-3 {
    padding: 3rem !important;
  }
  [dir] .p-sm-4 {
    padding: 3.5rem !important;
  }
  [dir] .p-sm-5 {
    padding: 4rem !important;
  }
  [dir=ltr] .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  [dir=rtl] .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  [dir=ltr] .px-sm-25 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  [dir=rtl] .px-sm-25 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  [dir=ltr] .px-sm-50 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  [dir=rtl] .px-sm-50 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  [dir=ltr] .px-sm-75 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  [dir=rtl] .px-sm-75 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  [dir=ltr] .px-sm-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  [dir=rtl] .px-sm-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  [dir=ltr] .px-sm-2 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  [dir=rtl] .px-sm-2 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  [dir=ltr] .px-sm-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  [dir=rtl] .px-sm-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  [dir=ltr] .px-sm-4 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  [dir=rtl] .px-sm-4 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  [dir=ltr] .px-sm-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  [dir=rtl] .px-sm-5 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  [dir] .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  [dir] .py-sm-25 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  [dir] .py-sm-50 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  [dir] .py-sm-75 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  [dir] .py-sm-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  [dir] .py-sm-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  [dir] .py-sm-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  [dir] .py-sm-4 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  [dir] .py-sm-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  [dir] .pt-sm-0 {
    padding-top: 0 !important;
  }
  [dir] .pt-sm-25 {
    padding-top: 0.25rem !important;
  }
  [dir] .pt-sm-50 {
    padding-top: 0.5rem !important;
  }
  [dir] .pt-sm-75 {
    padding-top: 0.75rem !important;
  }
  [dir] .pt-sm-1 {
    padding-top: 1rem !important;
  }
  [dir] .pt-sm-2 {
    padding-top: 1.5rem !important;
  }
  [dir] .pt-sm-3 {
    padding-top: 3rem !important;
  }
  [dir] .pt-sm-4 {
    padding-top: 3.5rem !important;
  }
  [dir] .pt-sm-5 {
    padding-top: 4rem !important;
  }
  [dir=ltr] .pe-sm-0 {
    padding-right: 0 !important;
  }
  [dir=rtl] .pe-sm-0 {
    padding-left: 0 !important;
  }
  [dir=ltr] .pe-sm-25 {
    padding-right: 0.25rem !important;
  }
  [dir=rtl] .pe-sm-25 {
    padding-left: 0.25rem !important;
  }
  [dir=ltr] .pe-sm-50 {
    padding-right: 0.5rem !important;
  }
  [dir=rtl] .pe-sm-50 {
    padding-left: 0.5rem !important;
  }
  [dir=ltr] .pe-sm-75 {
    padding-right: 0.75rem !important;
  }
  [dir=rtl] .pe-sm-75 {
    padding-left: 0.75rem !important;
  }
  [dir=ltr] .pe-sm-1 {
    padding-right: 1rem !important;
  }
  [dir=rtl] .pe-sm-1 {
    padding-left: 1rem !important;
  }
  [dir=ltr] .pe-sm-2 {
    padding-right: 1.5rem !important;
  }
  [dir=rtl] .pe-sm-2 {
    padding-left: 1.5rem !important;
  }
  [dir=ltr] .pe-sm-3 {
    padding-right: 3rem !important;
  }
  [dir=rtl] .pe-sm-3 {
    padding-left: 3rem !important;
  }
  [dir=ltr] .pe-sm-4 {
    padding-right: 3.5rem !important;
  }
  [dir=rtl] .pe-sm-4 {
    padding-left: 3.5rem !important;
  }
  [dir=ltr] .pe-sm-5 {
    padding-right: 4rem !important;
  }
  [dir=rtl] .pe-sm-5 {
    padding-left: 4rem !important;
  }
  [dir] .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  [dir] .pb-sm-25 {
    padding-bottom: 0.25rem !important;
  }
  [dir] .pb-sm-50 {
    padding-bottom: 0.5rem !important;
  }
  [dir] .pb-sm-75 {
    padding-bottom: 0.75rem !important;
  }
  [dir] .pb-sm-1 {
    padding-bottom: 1rem !important;
  }
  [dir] .pb-sm-2 {
    padding-bottom: 1.5rem !important;
  }
  [dir] .pb-sm-3 {
    padding-bottom: 3rem !important;
  }
  [dir] .pb-sm-4 {
    padding-bottom: 3.5rem !important;
  }
  [dir] .pb-sm-5 {
    padding-bottom: 4rem !important;
  }
  [dir=ltr] .ps-sm-0 {
    padding-left: 0 !important;
  }
  [dir=rtl] .ps-sm-0 {
    padding-right: 0 !important;
  }
  [dir=ltr] .ps-sm-25 {
    padding-left: 0.25rem !important;
  }
  [dir=rtl] .ps-sm-25 {
    padding-right: 0.25rem !important;
  }
  [dir=ltr] .ps-sm-50 {
    padding-left: 0.5rem !important;
  }
  [dir=rtl] .ps-sm-50 {
    padding-right: 0.5rem !important;
  }
  [dir=ltr] .ps-sm-75 {
    padding-left: 0.75rem !important;
  }
  [dir=rtl] .ps-sm-75 {
    padding-right: 0.75rem !important;
  }
  [dir=ltr] .ps-sm-1 {
    padding-left: 1rem !important;
  }
  [dir=rtl] .ps-sm-1 {
    padding-right: 1rem !important;
  }
  [dir=ltr] .ps-sm-2 {
    padding-left: 1.5rem !important;
  }
  [dir=rtl] .ps-sm-2 {
    padding-right: 1.5rem !important;
  }
  [dir=ltr] .ps-sm-3 {
    padding-left: 3rem !important;
  }
  [dir=rtl] .ps-sm-3 {
    padding-right: 3rem !important;
  }
  [dir=ltr] .ps-sm-4 {
    padding-left: 3.5rem !important;
  }
  [dir=rtl] .ps-sm-4 {
    padding-right: 3.5rem !important;
  }
  [dir=ltr] .ps-sm-5 {
    padding-left: 4rem !important;
  }
  [dir=rtl] .ps-sm-5 {
    padding-right: 4rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-25 {
    gap: 0.25rem !important;
  }
  .gap-sm-50 {
    gap: 0.5rem !important;
  }
  .gap-sm-75 {
    gap: 0.75rem !important;
  }
  .gap-sm-1 {
    gap: 1rem !important;
  }
  .gap-sm-2 {
    gap: 1.5rem !important;
  }
  .gap-sm-3 {
    gap: 3rem !important;
  }
  .gap-sm-4 {
    gap: 3.5rem !important;
  }
  .gap-sm-5 {
    gap: 4rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-25 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-50 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-75 {
    row-gap: 0.75rem !important;
  }
  .row-gap-sm-1 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 3rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 3.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 4rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-25 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-50 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-75 {
    column-gap: 0.75rem !important;
  }
  .column-gap-sm-1 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 3rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 3.5rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 4rem !important;
  }
  [dir=ltr] .text-sm-start {
    text-align: left !important;
  }
  [dir=rtl] .text-sm-start {
    text-align: right !important;
  }
  [dir=ltr] .text-sm-end {
    text-align: right !important;
  }
  [dir=rtl] .text-sm-end {
    text-align: left !important;
  }
  [dir] .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  [dir=ltr] .float-md-start {
    float: left !important;
  }
  [dir=rtl] .float-md-start {
    float: right !important;
  }
  [dir=ltr] .float-md-end {
    float: right !important;
  }
  [dir=rtl] .float-md-end {
    float: left !important;
  }
  [dir] .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  [dir] .m-md-0 {
    margin: 0 !important;
  }
  [dir] .m-md-25 {
    margin: 0.25rem !important;
  }
  [dir] .m-md-50 {
    margin: 0.5rem !important;
  }
  [dir] .m-md-75 {
    margin: 0.75rem !important;
  }
  [dir] .m-md-1 {
    margin: 1rem !important;
  }
  [dir] .m-md-2 {
    margin: 1.5rem !important;
  }
  [dir] .m-md-3 {
    margin: 3rem !important;
  }
  [dir] .m-md-4 {
    margin: 3.5rem !important;
  }
  [dir] .m-md-5 {
    margin: 4rem !important;
  }
  [dir] .m-md-auto {
    margin: auto !important;
  }
  [dir=ltr] .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  [dir=rtl] .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  [dir=ltr] .mx-md-25 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  [dir=rtl] .mx-md-25 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  [dir=ltr] .mx-md-50 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  [dir=rtl] .mx-md-50 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  [dir=ltr] .mx-md-75 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  [dir=rtl] .mx-md-75 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  [dir=ltr] .mx-md-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  [dir=rtl] .mx-md-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  [dir=ltr] .mx-md-2 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  [dir=rtl] .mx-md-2 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  [dir=ltr] .mx-md-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  [dir=rtl] .mx-md-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  [dir=ltr] .mx-md-4 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  [dir=rtl] .mx-md-4 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  [dir=ltr] .mx-md-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  [dir=rtl] .mx-md-5 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  [dir=ltr] .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  [dir=rtl] .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  [dir] .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  [dir] .my-md-25 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  [dir] .my-md-50 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  [dir] .my-md-75 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  [dir] .my-md-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  [dir] .my-md-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  [dir] .my-md-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  [dir] .my-md-4 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  [dir] .my-md-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  [dir] .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  [dir] .mt-md-0 {
    margin-top: 0 !important;
  }
  [dir] .mt-md-25 {
    margin-top: 0.25rem !important;
  }
  [dir] .mt-md-50 {
    margin-top: 0.5rem !important;
  }
  [dir] .mt-md-75 {
    margin-top: 0.75rem !important;
  }
  [dir] .mt-md-1 {
    margin-top: 1rem !important;
  }
  [dir] .mt-md-2 {
    margin-top: 1.5rem !important;
  }
  [dir] .mt-md-3 {
    margin-top: 3rem !important;
  }
  [dir] .mt-md-4 {
    margin-top: 3.5rem !important;
  }
  [dir] .mt-md-5 {
    margin-top: 4rem !important;
  }
  [dir] .mt-md-auto {
    margin-top: auto !important;
  }
  [dir=ltr] .me-md-0 {
    margin-right: 0 !important;
  }
  [dir=rtl] .me-md-0 {
    margin-left: 0 !important;
  }
  [dir=ltr] .me-md-25 {
    margin-right: 0.25rem !important;
  }
  [dir=rtl] .me-md-25 {
    margin-left: 0.25rem !important;
  }
  [dir=ltr] .me-md-50 {
    margin-right: 0.5rem !important;
  }
  [dir=rtl] .me-md-50 {
    margin-left: 0.5rem !important;
  }
  [dir=ltr] .me-md-75 {
    margin-right: 0.75rem !important;
  }
  [dir=rtl] .me-md-75 {
    margin-left: 0.75rem !important;
  }
  [dir=ltr] .me-md-1 {
    margin-right: 1rem !important;
  }
  [dir=rtl] .me-md-1 {
    margin-left: 1rem !important;
  }
  [dir=ltr] .me-md-2 {
    margin-right: 1.5rem !important;
  }
  [dir=rtl] .me-md-2 {
    margin-left: 1.5rem !important;
  }
  [dir=ltr] .me-md-3 {
    margin-right: 3rem !important;
  }
  [dir=rtl] .me-md-3 {
    margin-left: 3rem !important;
  }
  [dir=ltr] .me-md-4 {
    margin-right: 3.5rem !important;
  }
  [dir=rtl] .me-md-4 {
    margin-left: 3.5rem !important;
  }
  [dir=ltr] .me-md-5 {
    margin-right: 4rem !important;
  }
  [dir=rtl] .me-md-5 {
    margin-left: 4rem !important;
  }
  [dir=ltr] .me-md-auto {
    margin-right: auto !important;
  }
  [dir=rtl] .me-md-auto {
    margin-left: auto !important;
  }
  [dir] .mb-md-0 {
    margin-bottom: 0 !important;
  }
  [dir] .mb-md-25 {
    margin-bottom: 0.25rem !important;
  }
  [dir] .mb-md-50 {
    margin-bottom: 0.5rem !important;
  }
  [dir] .mb-md-75 {
    margin-bottom: 0.75rem !important;
  }
  [dir] .mb-md-1 {
    margin-bottom: 1rem !important;
  }
  [dir] .mb-md-2 {
    margin-bottom: 1.5rem !important;
  }
  [dir] .mb-md-3 {
    margin-bottom: 3rem !important;
  }
  [dir] .mb-md-4 {
    margin-bottom: 3.5rem !important;
  }
  [dir] .mb-md-5 {
    margin-bottom: 4rem !important;
  }
  [dir] .mb-md-auto {
    margin-bottom: auto !important;
  }
  [dir=ltr] .ms-md-0 {
    margin-left: 0 !important;
  }
  [dir=rtl] .ms-md-0 {
    margin-right: 0 !important;
  }
  [dir=ltr] .ms-md-25 {
    margin-left: 0.25rem !important;
  }
  [dir=rtl] .ms-md-25 {
    margin-right: 0.25rem !important;
  }
  [dir=ltr] .ms-md-50 {
    margin-left: 0.5rem !important;
  }
  [dir=rtl] .ms-md-50 {
    margin-right: 0.5rem !important;
  }
  [dir=ltr] .ms-md-75 {
    margin-left: 0.75rem !important;
  }
  [dir=rtl] .ms-md-75 {
    margin-right: 0.75rem !important;
  }
  [dir=ltr] .ms-md-1 {
    margin-left: 1rem !important;
  }
  [dir=rtl] .ms-md-1 {
    margin-right: 1rem !important;
  }
  [dir=ltr] .ms-md-2 {
    margin-left: 1.5rem !important;
  }
  [dir=rtl] .ms-md-2 {
    margin-right: 1.5rem !important;
  }
  [dir=ltr] .ms-md-3 {
    margin-left: 3rem !important;
  }
  [dir=rtl] .ms-md-3 {
    margin-right: 3rem !important;
  }
  [dir=ltr] .ms-md-4 {
    margin-left: 3.5rem !important;
  }
  [dir=rtl] .ms-md-4 {
    margin-right: 3.5rem !important;
  }
  [dir=ltr] .ms-md-5 {
    margin-left: 4rem !important;
  }
  [dir=rtl] .ms-md-5 {
    margin-right: 4rem !important;
  }
  [dir=ltr] .ms-md-auto {
    margin-left: auto !important;
  }
  [dir=rtl] .ms-md-auto {
    margin-right: auto !important;
  }
  [dir] .p-md-0 {
    padding: 0 !important;
  }
  [dir] .p-md-25 {
    padding: 0.25rem !important;
  }
  [dir] .p-md-50 {
    padding: 0.5rem !important;
  }
  [dir] .p-md-75 {
    padding: 0.75rem !important;
  }
  [dir] .p-md-1 {
    padding: 1rem !important;
  }
  [dir] .p-md-2 {
    padding: 1.5rem !important;
  }
  [dir] .p-md-3 {
    padding: 3rem !important;
  }
  [dir] .p-md-4 {
    padding: 3.5rem !important;
  }
  [dir] .p-md-5 {
    padding: 4rem !important;
  }
  [dir=ltr] .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  [dir=rtl] .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  [dir=ltr] .px-md-25 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  [dir=rtl] .px-md-25 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  [dir=ltr] .px-md-50 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  [dir=rtl] .px-md-50 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  [dir=ltr] .px-md-75 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  [dir=rtl] .px-md-75 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  [dir=ltr] .px-md-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  [dir=rtl] .px-md-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  [dir=ltr] .px-md-2 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  [dir=rtl] .px-md-2 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  [dir=ltr] .px-md-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  [dir=rtl] .px-md-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  [dir=ltr] .px-md-4 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  [dir=rtl] .px-md-4 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  [dir=ltr] .px-md-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  [dir=rtl] .px-md-5 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  [dir] .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  [dir] .py-md-25 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  [dir] .py-md-50 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  [dir] .py-md-75 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  [dir] .py-md-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  [dir] .py-md-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  [dir] .py-md-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  [dir] .py-md-4 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  [dir] .py-md-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  [dir] .pt-md-0 {
    padding-top: 0 !important;
  }
  [dir] .pt-md-25 {
    padding-top: 0.25rem !important;
  }
  [dir] .pt-md-50 {
    padding-top: 0.5rem !important;
  }
  [dir] .pt-md-75 {
    padding-top: 0.75rem !important;
  }
  [dir] .pt-md-1 {
    padding-top: 1rem !important;
  }
  [dir] .pt-md-2 {
    padding-top: 1.5rem !important;
  }
  [dir] .pt-md-3 {
    padding-top: 3rem !important;
  }
  [dir] .pt-md-4 {
    padding-top: 3.5rem !important;
  }
  [dir] .pt-md-5 {
    padding-top: 4rem !important;
  }
  [dir=ltr] .pe-md-0 {
    padding-right: 0 !important;
  }
  [dir=rtl] .pe-md-0 {
    padding-left: 0 !important;
  }
  [dir=ltr] .pe-md-25 {
    padding-right: 0.25rem !important;
  }
  [dir=rtl] .pe-md-25 {
    padding-left: 0.25rem !important;
  }
  [dir=ltr] .pe-md-50 {
    padding-right: 0.5rem !important;
  }
  [dir=rtl] .pe-md-50 {
    padding-left: 0.5rem !important;
  }
  [dir=ltr] .pe-md-75 {
    padding-right: 0.75rem !important;
  }
  [dir=rtl] .pe-md-75 {
    padding-left: 0.75rem !important;
  }
  [dir=ltr] .pe-md-1 {
    padding-right: 1rem !important;
  }
  [dir=rtl] .pe-md-1 {
    padding-left: 1rem !important;
  }
  [dir=ltr] .pe-md-2 {
    padding-right: 1.5rem !important;
  }
  [dir=rtl] .pe-md-2 {
    padding-left: 1.5rem !important;
  }
  [dir=ltr] .pe-md-3 {
    padding-right: 3rem !important;
  }
  [dir=rtl] .pe-md-3 {
    padding-left: 3rem !important;
  }
  [dir=ltr] .pe-md-4 {
    padding-right: 3.5rem !important;
  }
  [dir=rtl] .pe-md-4 {
    padding-left: 3.5rem !important;
  }
  [dir=ltr] .pe-md-5 {
    padding-right: 4rem !important;
  }
  [dir=rtl] .pe-md-5 {
    padding-left: 4rem !important;
  }
  [dir] .pb-md-0 {
    padding-bottom: 0 !important;
  }
  [dir] .pb-md-25 {
    padding-bottom: 0.25rem !important;
  }
  [dir] .pb-md-50 {
    padding-bottom: 0.5rem !important;
  }
  [dir] .pb-md-75 {
    padding-bottom: 0.75rem !important;
  }
  [dir] .pb-md-1 {
    padding-bottom: 1rem !important;
  }
  [dir] .pb-md-2 {
    padding-bottom: 1.5rem !important;
  }
  [dir] .pb-md-3 {
    padding-bottom: 3rem !important;
  }
  [dir] .pb-md-4 {
    padding-bottom: 3.5rem !important;
  }
  [dir] .pb-md-5 {
    padding-bottom: 4rem !important;
  }
  [dir=ltr] .ps-md-0 {
    padding-left: 0 !important;
  }
  [dir=rtl] .ps-md-0 {
    padding-right: 0 !important;
  }
  [dir=ltr] .ps-md-25 {
    padding-left: 0.25rem !important;
  }
  [dir=rtl] .ps-md-25 {
    padding-right: 0.25rem !important;
  }
  [dir=ltr] .ps-md-50 {
    padding-left: 0.5rem !important;
  }
  [dir=rtl] .ps-md-50 {
    padding-right: 0.5rem !important;
  }
  [dir=ltr] .ps-md-75 {
    padding-left: 0.75rem !important;
  }
  [dir=rtl] .ps-md-75 {
    padding-right: 0.75rem !important;
  }
  [dir=ltr] .ps-md-1 {
    padding-left: 1rem !important;
  }
  [dir=rtl] .ps-md-1 {
    padding-right: 1rem !important;
  }
  [dir=ltr] .ps-md-2 {
    padding-left: 1.5rem !important;
  }
  [dir=rtl] .ps-md-2 {
    padding-right: 1.5rem !important;
  }
  [dir=ltr] .ps-md-3 {
    padding-left: 3rem !important;
  }
  [dir=rtl] .ps-md-3 {
    padding-right: 3rem !important;
  }
  [dir=ltr] .ps-md-4 {
    padding-left: 3.5rem !important;
  }
  [dir=rtl] .ps-md-4 {
    padding-right: 3.5rem !important;
  }
  [dir=ltr] .ps-md-5 {
    padding-left: 4rem !important;
  }
  [dir=rtl] .ps-md-5 {
    padding-right: 4rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-25 {
    gap: 0.25rem !important;
  }
  .gap-md-50 {
    gap: 0.5rem !important;
  }
  .gap-md-75 {
    gap: 0.75rem !important;
  }
  .gap-md-1 {
    gap: 1rem !important;
  }
  .gap-md-2 {
    gap: 1.5rem !important;
  }
  .gap-md-3 {
    gap: 3rem !important;
  }
  .gap-md-4 {
    gap: 3.5rem !important;
  }
  .gap-md-5 {
    gap: 4rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-25 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-50 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-75 {
    row-gap: 0.75rem !important;
  }
  .row-gap-md-1 {
    row-gap: 1rem !important;
  }
  .row-gap-md-2 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 3rem !important;
  }
  .row-gap-md-4 {
    row-gap: 3.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 4rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-25 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-50 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-75 {
    column-gap: 0.75rem !important;
  }
  .column-gap-md-1 {
    column-gap: 1rem !important;
  }
  .column-gap-md-2 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 3rem !important;
  }
  .column-gap-md-4 {
    column-gap: 3.5rem !important;
  }
  .column-gap-md-5 {
    column-gap: 4rem !important;
  }
  [dir=ltr] .text-md-start {
    text-align: left !important;
  }
  [dir=rtl] .text-md-start {
    text-align: right !important;
  }
  [dir=ltr] .text-md-end {
    text-align: right !important;
  }
  [dir=rtl] .text-md-end {
    text-align: left !important;
  }
  [dir] .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  [dir=ltr] .float-lg-start {
    float: left !important;
  }
  [dir=rtl] .float-lg-start {
    float: right !important;
  }
  [dir=ltr] .float-lg-end {
    float: right !important;
  }
  [dir=rtl] .float-lg-end {
    float: left !important;
  }
  [dir] .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  [dir] .m-lg-0 {
    margin: 0 !important;
  }
  [dir] .m-lg-25 {
    margin: 0.25rem !important;
  }
  [dir] .m-lg-50 {
    margin: 0.5rem !important;
  }
  [dir] .m-lg-75 {
    margin: 0.75rem !important;
  }
  [dir] .m-lg-1 {
    margin: 1rem !important;
  }
  [dir] .m-lg-2 {
    margin: 1.5rem !important;
  }
  [dir] .m-lg-3 {
    margin: 3rem !important;
  }
  [dir] .m-lg-4 {
    margin: 3.5rem !important;
  }
  [dir] .m-lg-5 {
    margin: 4rem !important;
  }
  [dir] .m-lg-auto {
    margin: auto !important;
  }
  [dir=ltr] .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  [dir=rtl] .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  [dir=ltr] .mx-lg-25 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  [dir=rtl] .mx-lg-25 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  [dir=ltr] .mx-lg-50 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  [dir=rtl] .mx-lg-50 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  [dir=ltr] .mx-lg-75 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  [dir=rtl] .mx-lg-75 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  [dir=ltr] .mx-lg-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  [dir=rtl] .mx-lg-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  [dir=ltr] .mx-lg-2 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  [dir=rtl] .mx-lg-2 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  [dir=ltr] .mx-lg-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  [dir=rtl] .mx-lg-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  [dir=ltr] .mx-lg-4 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  [dir=rtl] .mx-lg-4 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  [dir=ltr] .mx-lg-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  [dir=rtl] .mx-lg-5 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  [dir=ltr] .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  [dir=rtl] .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  [dir] .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  [dir] .my-lg-25 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  [dir] .my-lg-50 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  [dir] .my-lg-75 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  [dir] .my-lg-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  [dir] .my-lg-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  [dir] .my-lg-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  [dir] .my-lg-4 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  [dir] .my-lg-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  [dir] .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  [dir] .mt-lg-0 {
    margin-top: 0 !important;
  }
  [dir] .mt-lg-25 {
    margin-top: 0.25rem !important;
  }
  [dir] .mt-lg-50 {
    margin-top: 0.5rem !important;
  }
  [dir] .mt-lg-75 {
    margin-top: 0.75rem !important;
  }
  [dir] .mt-lg-1 {
    margin-top: 1rem !important;
  }
  [dir] .mt-lg-2 {
    margin-top: 1.5rem !important;
  }
  [dir] .mt-lg-3 {
    margin-top: 3rem !important;
  }
  [dir] .mt-lg-4 {
    margin-top: 3.5rem !important;
  }
  [dir] .mt-lg-5 {
    margin-top: 4rem !important;
  }
  [dir] .mt-lg-auto {
    margin-top: auto !important;
  }
  [dir=ltr] .me-lg-0 {
    margin-right: 0 !important;
  }
  [dir=rtl] .me-lg-0 {
    margin-left: 0 !important;
  }
  [dir=ltr] .me-lg-25 {
    margin-right: 0.25rem !important;
  }
  [dir=rtl] .me-lg-25 {
    margin-left: 0.25rem !important;
  }
  [dir=ltr] .me-lg-50 {
    margin-right: 0.5rem !important;
  }
  [dir=rtl] .me-lg-50 {
    margin-left: 0.5rem !important;
  }
  [dir=ltr] .me-lg-75 {
    margin-right: 0.75rem !important;
  }
  [dir=rtl] .me-lg-75 {
    margin-left: 0.75rem !important;
  }
  [dir=ltr] .me-lg-1 {
    margin-right: 1rem !important;
  }
  [dir=rtl] .me-lg-1 {
    margin-left: 1rem !important;
  }
  [dir=ltr] .me-lg-2 {
    margin-right: 1.5rem !important;
  }
  [dir=rtl] .me-lg-2 {
    margin-left: 1.5rem !important;
  }
  [dir=ltr] .me-lg-3 {
    margin-right: 3rem !important;
  }
  [dir=rtl] .me-lg-3 {
    margin-left: 3rem !important;
  }
  [dir=ltr] .me-lg-4 {
    margin-right: 3.5rem !important;
  }
  [dir=rtl] .me-lg-4 {
    margin-left: 3.5rem !important;
  }
  [dir=ltr] .me-lg-5 {
    margin-right: 4rem !important;
  }
  [dir=rtl] .me-lg-5 {
    margin-left: 4rem !important;
  }
  [dir=ltr] .me-lg-auto {
    margin-right: auto !important;
  }
  [dir=rtl] .me-lg-auto {
    margin-left: auto !important;
  }
  [dir] .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  [dir] .mb-lg-25 {
    margin-bottom: 0.25rem !important;
  }
  [dir] .mb-lg-50 {
    margin-bottom: 0.5rem !important;
  }
  [dir] .mb-lg-75 {
    margin-bottom: 0.75rem !important;
  }
  [dir] .mb-lg-1 {
    margin-bottom: 1rem !important;
  }
  [dir] .mb-lg-2 {
    margin-bottom: 1.5rem !important;
  }
  [dir] .mb-lg-3 {
    margin-bottom: 3rem !important;
  }
  [dir] .mb-lg-4 {
    margin-bottom: 3.5rem !important;
  }
  [dir] .mb-lg-5 {
    margin-bottom: 4rem !important;
  }
  [dir] .mb-lg-auto {
    margin-bottom: auto !important;
  }
  [dir=ltr] .ms-lg-0 {
    margin-left: 0 !important;
  }
  [dir=rtl] .ms-lg-0 {
    margin-right: 0 !important;
  }
  [dir=ltr] .ms-lg-25 {
    margin-left: 0.25rem !important;
  }
  [dir=rtl] .ms-lg-25 {
    margin-right: 0.25rem !important;
  }
  [dir=ltr] .ms-lg-50 {
    margin-left: 0.5rem !important;
  }
  [dir=rtl] .ms-lg-50 {
    margin-right: 0.5rem !important;
  }
  [dir=ltr] .ms-lg-75 {
    margin-left: 0.75rem !important;
  }
  [dir=rtl] .ms-lg-75 {
    margin-right: 0.75rem !important;
  }
  [dir=ltr] .ms-lg-1 {
    margin-left: 1rem !important;
  }
  [dir=rtl] .ms-lg-1 {
    margin-right: 1rem !important;
  }
  [dir=ltr] .ms-lg-2 {
    margin-left: 1.5rem !important;
  }
  [dir=rtl] .ms-lg-2 {
    margin-right: 1.5rem !important;
  }
  [dir=ltr] .ms-lg-3 {
    margin-left: 3rem !important;
  }
  [dir=rtl] .ms-lg-3 {
    margin-right: 3rem !important;
  }
  [dir=ltr] .ms-lg-4 {
    margin-left: 3.5rem !important;
  }
  [dir=rtl] .ms-lg-4 {
    margin-right: 3.5rem !important;
  }
  [dir=ltr] .ms-lg-5 {
    margin-left: 4rem !important;
  }
  [dir=rtl] .ms-lg-5 {
    margin-right: 4rem !important;
  }
  [dir=ltr] .ms-lg-auto {
    margin-left: auto !important;
  }
  [dir=rtl] .ms-lg-auto {
    margin-right: auto !important;
  }
  [dir] .p-lg-0 {
    padding: 0 !important;
  }
  [dir] .p-lg-25 {
    padding: 0.25rem !important;
  }
  [dir] .p-lg-50 {
    padding: 0.5rem !important;
  }
  [dir] .p-lg-75 {
    padding: 0.75rem !important;
  }
  [dir] .p-lg-1 {
    padding: 1rem !important;
  }
  [dir] .p-lg-2 {
    padding: 1.5rem !important;
  }
  [dir] .p-lg-3 {
    padding: 3rem !important;
  }
  [dir] .p-lg-4 {
    padding: 3.5rem !important;
  }
  [dir] .p-lg-5 {
    padding: 4rem !important;
  }
  [dir=ltr] .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  [dir=rtl] .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  [dir=ltr] .px-lg-25 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  [dir=rtl] .px-lg-25 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  [dir=ltr] .px-lg-50 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  [dir=rtl] .px-lg-50 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  [dir=ltr] .px-lg-75 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  [dir=rtl] .px-lg-75 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  [dir=ltr] .px-lg-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  [dir=rtl] .px-lg-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  [dir=ltr] .px-lg-2 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  [dir=rtl] .px-lg-2 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  [dir=ltr] .px-lg-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  [dir=rtl] .px-lg-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  [dir=ltr] .px-lg-4 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  [dir=rtl] .px-lg-4 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  [dir=ltr] .px-lg-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  [dir=rtl] .px-lg-5 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  [dir] .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  [dir] .py-lg-25 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  [dir] .py-lg-50 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  [dir] .py-lg-75 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  [dir] .py-lg-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  [dir] .py-lg-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  [dir] .py-lg-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  [dir] .py-lg-4 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  [dir] .py-lg-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  [dir] .pt-lg-0 {
    padding-top: 0 !important;
  }
  [dir] .pt-lg-25 {
    padding-top: 0.25rem !important;
  }
  [dir] .pt-lg-50 {
    padding-top: 0.5rem !important;
  }
  [dir] .pt-lg-75 {
    padding-top: 0.75rem !important;
  }
  [dir] .pt-lg-1 {
    padding-top: 1rem !important;
  }
  [dir] .pt-lg-2 {
    padding-top: 1.5rem !important;
  }
  [dir] .pt-lg-3 {
    padding-top: 3rem !important;
  }
  [dir] .pt-lg-4 {
    padding-top: 3.5rem !important;
  }
  [dir] .pt-lg-5 {
    padding-top: 4rem !important;
  }
  [dir=ltr] .pe-lg-0 {
    padding-right: 0 !important;
  }
  [dir=rtl] .pe-lg-0 {
    padding-left: 0 !important;
  }
  [dir=ltr] .pe-lg-25 {
    padding-right: 0.25rem !important;
  }
  [dir=rtl] .pe-lg-25 {
    padding-left: 0.25rem !important;
  }
  [dir=ltr] .pe-lg-50 {
    padding-right: 0.5rem !important;
  }
  [dir=rtl] .pe-lg-50 {
    padding-left: 0.5rem !important;
  }
  [dir=ltr] .pe-lg-75 {
    padding-right: 0.75rem !important;
  }
  [dir=rtl] .pe-lg-75 {
    padding-left: 0.75rem !important;
  }
  [dir=ltr] .pe-lg-1 {
    padding-right: 1rem !important;
  }
  [dir=rtl] .pe-lg-1 {
    padding-left: 1rem !important;
  }
  [dir=ltr] .pe-lg-2 {
    padding-right: 1.5rem !important;
  }
  [dir=rtl] .pe-lg-2 {
    padding-left: 1.5rem !important;
  }
  [dir=ltr] .pe-lg-3 {
    padding-right: 3rem !important;
  }
  [dir=rtl] .pe-lg-3 {
    padding-left: 3rem !important;
  }
  [dir=ltr] .pe-lg-4 {
    padding-right: 3.5rem !important;
  }
  [dir=rtl] .pe-lg-4 {
    padding-left: 3.5rem !important;
  }
  [dir=ltr] .pe-lg-5 {
    padding-right: 4rem !important;
  }
  [dir=rtl] .pe-lg-5 {
    padding-left: 4rem !important;
  }
  [dir] .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  [dir] .pb-lg-25 {
    padding-bottom: 0.25rem !important;
  }
  [dir] .pb-lg-50 {
    padding-bottom: 0.5rem !important;
  }
  [dir] .pb-lg-75 {
    padding-bottom: 0.75rem !important;
  }
  [dir] .pb-lg-1 {
    padding-bottom: 1rem !important;
  }
  [dir] .pb-lg-2 {
    padding-bottom: 1.5rem !important;
  }
  [dir] .pb-lg-3 {
    padding-bottom: 3rem !important;
  }
  [dir] .pb-lg-4 {
    padding-bottom: 3.5rem !important;
  }
  [dir] .pb-lg-5 {
    padding-bottom: 4rem !important;
  }
  [dir=ltr] .ps-lg-0 {
    padding-left: 0 !important;
  }
  [dir=rtl] .ps-lg-0 {
    padding-right: 0 !important;
  }
  [dir=ltr] .ps-lg-25 {
    padding-left: 0.25rem !important;
  }
  [dir=rtl] .ps-lg-25 {
    padding-right: 0.25rem !important;
  }
  [dir=ltr] .ps-lg-50 {
    padding-left: 0.5rem !important;
  }
  [dir=rtl] .ps-lg-50 {
    padding-right: 0.5rem !important;
  }
  [dir=ltr] .ps-lg-75 {
    padding-left: 0.75rem !important;
  }
  [dir=rtl] .ps-lg-75 {
    padding-right: 0.75rem !important;
  }
  [dir=ltr] .ps-lg-1 {
    padding-left: 1rem !important;
  }
  [dir=rtl] .ps-lg-1 {
    padding-right: 1rem !important;
  }
  [dir=ltr] .ps-lg-2 {
    padding-left: 1.5rem !important;
  }
  [dir=rtl] .ps-lg-2 {
    padding-right: 1.5rem !important;
  }
  [dir=ltr] .ps-lg-3 {
    padding-left: 3rem !important;
  }
  [dir=rtl] .ps-lg-3 {
    padding-right: 3rem !important;
  }
  [dir=ltr] .ps-lg-4 {
    padding-left: 3.5rem !important;
  }
  [dir=rtl] .ps-lg-4 {
    padding-right: 3.5rem !important;
  }
  [dir=ltr] .ps-lg-5 {
    padding-left: 4rem !important;
  }
  [dir=rtl] .ps-lg-5 {
    padding-right: 4rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-25 {
    gap: 0.25rem !important;
  }
  .gap-lg-50 {
    gap: 0.5rem !important;
  }
  .gap-lg-75 {
    gap: 0.75rem !important;
  }
  .gap-lg-1 {
    gap: 1rem !important;
  }
  .gap-lg-2 {
    gap: 1.5rem !important;
  }
  .gap-lg-3 {
    gap: 3rem !important;
  }
  .gap-lg-4 {
    gap: 3.5rem !important;
  }
  .gap-lg-5 {
    gap: 4rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-25 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-50 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-75 {
    row-gap: 0.75rem !important;
  }
  .row-gap-lg-1 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 3rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 3.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 4rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-25 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-50 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-75 {
    column-gap: 0.75rem !important;
  }
  .column-gap-lg-1 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 3rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 3.5rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 4rem !important;
  }
  [dir=ltr] .text-lg-start {
    text-align: left !important;
  }
  [dir=rtl] .text-lg-start {
    text-align: right !important;
  }
  [dir=ltr] .text-lg-end {
    text-align: right !important;
  }
  [dir=rtl] .text-lg-end {
    text-align: left !important;
  }
  [dir] .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  [dir=ltr] .float-xl-start {
    float: left !important;
  }
  [dir=rtl] .float-xl-start {
    float: right !important;
  }
  [dir=ltr] .float-xl-end {
    float: right !important;
  }
  [dir=rtl] .float-xl-end {
    float: left !important;
  }
  [dir] .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  [dir] .m-xl-0 {
    margin: 0 !important;
  }
  [dir] .m-xl-25 {
    margin: 0.25rem !important;
  }
  [dir] .m-xl-50 {
    margin: 0.5rem !important;
  }
  [dir] .m-xl-75 {
    margin: 0.75rem !important;
  }
  [dir] .m-xl-1 {
    margin: 1rem !important;
  }
  [dir] .m-xl-2 {
    margin: 1.5rem !important;
  }
  [dir] .m-xl-3 {
    margin: 3rem !important;
  }
  [dir] .m-xl-4 {
    margin: 3.5rem !important;
  }
  [dir] .m-xl-5 {
    margin: 4rem !important;
  }
  [dir] .m-xl-auto {
    margin: auto !important;
  }
  [dir=ltr] .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  [dir=rtl] .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  [dir=ltr] .mx-xl-25 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  [dir=rtl] .mx-xl-25 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  [dir=ltr] .mx-xl-50 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  [dir=rtl] .mx-xl-50 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  [dir=ltr] .mx-xl-75 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  [dir=rtl] .mx-xl-75 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  [dir=ltr] .mx-xl-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  [dir=rtl] .mx-xl-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  [dir=ltr] .mx-xl-2 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  [dir=rtl] .mx-xl-2 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  [dir=ltr] .mx-xl-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  [dir=rtl] .mx-xl-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  [dir=ltr] .mx-xl-4 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  [dir=rtl] .mx-xl-4 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  [dir=ltr] .mx-xl-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  [dir=rtl] .mx-xl-5 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  [dir=ltr] .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  [dir=rtl] .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  [dir] .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  [dir] .my-xl-25 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  [dir] .my-xl-50 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  [dir] .my-xl-75 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  [dir] .my-xl-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  [dir] .my-xl-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  [dir] .my-xl-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  [dir] .my-xl-4 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  [dir] .my-xl-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  [dir] .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  [dir] .mt-xl-0 {
    margin-top: 0 !important;
  }
  [dir] .mt-xl-25 {
    margin-top: 0.25rem !important;
  }
  [dir] .mt-xl-50 {
    margin-top: 0.5rem !important;
  }
  [dir] .mt-xl-75 {
    margin-top: 0.75rem !important;
  }
  [dir] .mt-xl-1 {
    margin-top: 1rem !important;
  }
  [dir] .mt-xl-2 {
    margin-top: 1.5rem !important;
  }
  [dir] .mt-xl-3 {
    margin-top: 3rem !important;
  }
  [dir] .mt-xl-4 {
    margin-top: 3.5rem !important;
  }
  [dir] .mt-xl-5 {
    margin-top: 4rem !important;
  }
  [dir] .mt-xl-auto {
    margin-top: auto !important;
  }
  [dir=ltr] .me-xl-0 {
    margin-right: 0 !important;
  }
  [dir=rtl] .me-xl-0 {
    margin-left: 0 !important;
  }
  [dir=ltr] .me-xl-25 {
    margin-right: 0.25rem !important;
  }
  [dir=rtl] .me-xl-25 {
    margin-left: 0.25rem !important;
  }
  [dir=ltr] .me-xl-50 {
    margin-right: 0.5rem !important;
  }
  [dir=rtl] .me-xl-50 {
    margin-left: 0.5rem !important;
  }
  [dir=ltr] .me-xl-75 {
    margin-right: 0.75rem !important;
  }
  [dir=rtl] .me-xl-75 {
    margin-left: 0.75rem !important;
  }
  [dir=ltr] .me-xl-1 {
    margin-right: 1rem !important;
  }
  [dir=rtl] .me-xl-1 {
    margin-left: 1rem !important;
  }
  [dir=ltr] .me-xl-2 {
    margin-right: 1.5rem !important;
  }
  [dir=rtl] .me-xl-2 {
    margin-left: 1.5rem !important;
  }
  [dir=ltr] .me-xl-3 {
    margin-right: 3rem !important;
  }
  [dir=rtl] .me-xl-3 {
    margin-left: 3rem !important;
  }
  [dir=ltr] .me-xl-4 {
    margin-right: 3.5rem !important;
  }
  [dir=rtl] .me-xl-4 {
    margin-left: 3.5rem !important;
  }
  [dir=ltr] .me-xl-5 {
    margin-right: 4rem !important;
  }
  [dir=rtl] .me-xl-5 {
    margin-left: 4rem !important;
  }
  [dir=ltr] .me-xl-auto {
    margin-right: auto !important;
  }
  [dir=rtl] .me-xl-auto {
    margin-left: auto !important;
  }
  [dir] .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  [dir] .mb-xl-25 {
    margin-bottom: 0.25rem !important;
  }
  [dir] .mb-xl-50 {
    margin-bottom: 0.5rem !important;
  }
  [dir] .mb-xl-75 {
    margin-bottom: 0.75rem !important;
  }
  [dir] .mb-xl-1 {
    margin-bottom: 1rem !important;
  }
  [dir] .mb-xl-2 {
    margin-bottom: 1.5rem !important;
  }
  [dir] .mb-xl-3 {
    margin-bottom: 3rem !important;
  }
  [dir] .mb-xl-4 {
    margin-bottom: 3.5rem !important;
  }
  [dir] .mb-xl-5 {
    margin-bottom: 4rem !important;
  }
  [dir] .mb-xl-auto {
    margin-bottom: auto !important;
  }
  [dir=ltr] .ms-xl-0 {
    margin-left: 0 !important;
  }
  [dir=rtl] .ms-xl-0 {
    margin-right: 0 !important;
  }
  [dir=ltr] .ms-xl-25 {
    margin-left: 0.25rem !important;
  }
  [dir=rtl] .ms-xl-25 {
    margin-right: 0.25rem !important;
  }
  [dir=ltr] .ms-xl-50 {
    margin-left: 0.5rem !important;
  }
  [dir=rtl] .ms-xl-50 {
    margin-right: 0.5rem !important;
  }
  [dir=ltr] .ms-xl-75 {
    margin-left: 0.75rem !important;
  }
  [dir=rtl] .ms-xl-75 {
    margin-right: 0.75rem !important;
  }
  [dir=ltr] .ms-xl-1 {
    margin-left: 1rem !important;
  }
  [dir=rtl] .ms-xl-1 {
    margin-right: 1rem !important;
  }
  [dir=ltr] .ms-xl-2 {
    margin-left: 1.5rem !important;
  }
  [dir=rtl] .ms-xl-2 {
    margin-right: 1.5rem !important;
  }
  [dir=ltr] .ms-xl-3 {
    margin-left: 3rem !important;
  }
  [dir=rtl] .ms-xl-3 {
    margin-right: 3rem !important;
  }
  [dir=ltr] .ms-xl-4 {
    margin-left: 3.5rem !important;
  }
  [dir=rtl] .ms-xl-4 {
    margin-right: 3.5rem !important;
  }
  [dir=ltr] .ms-xl-5 {
    margin-left: 4rem !important;
  }
  [dir=rtl] .ms-xl-5 {
    margin-right: 4rem !important;
  }
  [dir=ltr] .ms-xl-auto {
    margin-left: auto !important;
  }
  [dir=rtl] .ms-xl-auto {
    margin-right: auto !important;
  }
  [dir] .p-xl-0 {
    padding: 0 !important;
  }
  [dir] .p-xl-25 {
    padding: 0.25rem !important;
  }
  [dir] .p-xl-50 {
    padding: 0.5rem !important;
  }
  [dir] .p-xl-75 {
    padding: 0.75rem !important;
  }
  [dir] .p-xl-1 {
    padding: 1rem !important;
  }
  [dir] .p-xl-2 {
    padding: 1.5rem !important;
  }
  [dir] .p-xl-3 {
    padding: 3rem !important;
  }
  [dir] .p-xl-4 {
    padding: 3.5rem !important;
  }
  [dir] .p-xl-5 {
    padding: 4rem !important;
  }
  [dir=ltr] .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  [dir=rtl] .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  [dir=ltr] .px-xl-25 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  [dir=rtl] .px-xl-25 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  [dir=ltr] .px-xl-50 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  [dir=rtl] .px-xl-50 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  [dir=ltr] .px-xl-75 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  [dir=rtl] .px-xl-75 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  [dir=ltr] .px-xl-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  [dir=rtl] .px-xl-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  [dir=ltr] .px-xl-2 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  [dir=rtl] .px-xl-2 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  [dir=ltr] .px-xl-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  [dir=rtl] .px-xl-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  [dir=ltr] .px-xl-4 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  [dir=rtl] .px-xl-4 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  [dir=ltr] .px-xl-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  [dir=rtl] .px-xl-5 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  [dir] .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  [dir] .py-xl-25 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  [dir] .py-xl-50 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  [dir] .py-xl-75 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  [dir] .py-xl-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  [dir] .py-xl-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  [dir] .py-xl-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  [dir] .py-xl-4 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  [dir] .py-xl-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  [dir] .pt-xl-0 {
    padding-top: 0 !important;
  }
  [dir] .pt-xl-25 {
    padding-top: 0.25rem !important;
  }
  [dir] .pt-xl-50 {
    padding-top: 0.5rem !important;
  }
  [dir] .pt-xl-75 {
    padding-top: 0.75rem !important;
  }
  [dir] .pt-xl-1 {
    padding-top: 1rem !important;
  }
  [dir] .pt-xl-2 {
    padding-top: 1.5rem !important;
  }
  [dir] .pt-xl-3 {
    padding-top: 3rem !important;
  }
  [dir] .pt-xl-4 {
    padding-top: 3.5rem !important;
  }
  [dir] .pt-xl-5 {
    padding-top: 4rem !important;
  }
  [dir=ltr] .pe-xl-0 {
    padding-right: 0 !important;
  }
  [dir=rtl] .pe-xl-0 {
    padding-left: 0 !important;
  }
  [dir=ltr] .pe-xl-25 {
    padding-right: 0.25rem !important;
  }
  [dir=rtl] .pe-xl-25 {
    padding-left: 0.25rem !important;
  }
  [dir=ltr] .pe-xl-50 {
    padding-right: 0.5rem !important;
  }
  [dir=rtl] .pe-xl-50 {
    padding-left: 0.5rem !important;
  }
  [dir=ltr] .pe-xl-75 {
    padding-right: 0.75rem !important;
  }
  [dir=rtl] .pe-xl-75 {
    padding-left: 0.75rem !important;
  }
  [dir=ltr] .pe-xl-1 {
    padding-right: 1rem !important;
  }
  [dir=rtl] .pe-xl-1 {
    padding-left: 1rem !important;
  }
  [dir=ltr] .pe-xl-2 {
    padding-right: 1.5rem !important;
  }
  [dir=rtl] .pe-xl-2 {
    padding-left: 1.5rem !important;
  }
  [dir=ltr] .pe-xl-3 {
    padding-right: 3rem !important;
  }
  [dir=rtl] .pe-xl-3 {
    padding-left: 3rem !important;
  }
  [dir=ltr] .pe-xl-4 {
    padding-right: 3.5rem !important;
  }
  [dir=rtl] .pe-xl-4 {
    padding-left: 3.5rem !important;
  }
  [dir=ltr] .pe-xl-5 {
    padding-right: 4rem !important;
  }
  [dir=rtl] .pe-xl-5 {
    padding-left: 4rem !important;
  }
  [dir] .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  [dir] .pb-xl-25 {
    padding-bottom: 0.25rem !important;
  }
  [dir] .pb-xl-50 {
    padding-bottom: 0.5rem !important;
  }
  [dir] .pb-xl-75 {
    padding-bottom: 0.75rem !important;
  }
  [dir] .pb-xl-1 {
    padding-bottom: 1rem !important;
  }
  [dir] .pb-xl-2 {
    padding-bottom: 1.5rem !important;
  }
  [dir] .pb-xl-3 {
    padding-bottom: 3rem !important;
  }
  [dir] .pb-xl-4 {
    padding-bottom: 3.5rem !important;
  }
  [dir] .pb-xl-5 {
    padding-bottom: 4rem !important;
  }
  [dir=ltr] .ps-xl-0 {
    padding-left: 0 !important;
  }
  [dir=rtl] .ps-xl-0 {
    padding-right: 0 !important;
  }
  [dir=ltr] .ps-xl-25 {
    padding-left: 0.25rem !important;
  }
  [dir=rtl] .ps-xl-25 {
    padding-right: 0.25rem !important;
  }
  [dir=ltr] .ps-xl-50 {
    padding-left: 0.5rem !important;
  }
  [dir=rtl] .ps-xl-50 {
    padding-right: 0.5rem !important;
  }
  [dir=ltr] .ps-xl-75 {
    padding-left: 0.75rem !important;
  }
  [dir=rtl] .ps-xl-75 {
    padding-right: 0.75rem !important;
  }
  [dir=ltr] .ps-xl-1 {
    padding-left: 1rem !important;
  }
  [dir=rtl] .ps-xl-1 {
    padding-right: 1rem !important;
  }
  [dir=ltr] .ps-xl-2 {
    padding-left: 1.5rem !important;
  }
  [dir=rtl] .ps-xl-2 {
    padding-right: 1.5rem !important;
  }
  [dir=ltr] .ps-xl-3 {
    padding-left: 3rem !important;
  }
  [dir=rtl] .ps-xl-3 {
    padding-right: 3rem !important;
  }
  [dir=ltr] .ps-xl-4 {
    padding-left: 3.5rem !important;
  }
  [dir=rtl] .ps-xl-4 {
    padding-right: 3.5rem !important;
  }
  [dir=ltr] .ps-xl-5 {
    padding-left: 4rem !important;
  }
  [dir=rtl] .ps-xl-5 {
    padding-right: 4rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-25 {
    gap: 0.25rem !important;
  }
  .gap-xl-50 {
    gap: 0.5rem !important;
  }
  .gap-xl-75 {
    gap: 0.75rem !important;
  }
  .gap-xl-1 {
    gap: 1rem !important;
  }
  .gap-xl-2 {
    gap: 1.5rem !important;
  }
  .gap-xl-3 {
    gap: 3rem !important;
  }
  .gap-xl-4 {
    gap: 3.5rem !important;
  }
  .gap-xl-5 {
    gap: 4rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-25 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-50 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-75 {
    row-gap: 0.75rem !important;
  }
  .row-gap-xl-1 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 3rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 3.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 4rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-25 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-50 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-75 {
    column-gap: 0.75rem !important;
  }
  .column-gap-xl-1 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 3rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 3.5rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 4rem !important;
  }
  [dir=ltr] .text-xl-start {
    text-align: left !important;
  }
  [dir=rtl] .text-xl-start {
    text-align: right !important;
  }
  [dir=ltr] .text-xl-end {
    text-align: right !important;
  }
  [dir=rtl] .text-xl-end {
    text-align: left !important;
  }
  [dir] .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  [dir=ltr] .float-xxl-start {
    float: left !important;
  }
  [dir=rtl] .float-xxl-start {
    float: right !important;
  }
  [dir=ltr] .float-xxl-end {
    float: right !important;
  }
  [dir=rtl] .float-xxl-end {
    float: left !important;
  }
  [dir] .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  [dir] .m-xxl-0 {
    margin: 0 !important;
  }
  [dir] .m-xxl-25 {
    margin: 0.25rem !important;
  }
  [dir] .m-xxl-50 {
    margin: 0.5rem !important;
  }
  [dir] .m-xxl-75 {
    margin: 0.75rem !important;
  }
  [dir] .m-xxl-1 {
    margin: 1rem !important;
  }
  [dir] .m-xxl-2 {
    margin: 1.5rem !important;
  }
  [dir] .m-xxl-3 {
    margin: 3rem !important;
  }
  [dir] .m-xxl-4 {
    margin: 3.5rem !important;
  }
  [dir] .m-xxl-5 {
    margin: 4rem !important;
  }
  [dir] .m-xxl-auto {
    margin: auto !important;
  }
  [dir=ltr] .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  [dir=rtl] .mx-xxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  [dir=ltr] .mx-xxl-25 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  [dir=rtl] .mx-xxl-25 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  [dir=ltr] .mx-xxl-50 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  [dir=rtl] .mx-xxl-50 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  [dir=ltr] .mx-xxl-75 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  [dir=rtl] .mx-xxl-75 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  [dir=ltr] .mx-xxl-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  [dir=rtl] .mx-xxl-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  [dir=ltr] .mx-xxl-2 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  [dir=rtl] .mx-xxl-2 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  [dir=ltr] .mx-xxl-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  [dir=rtl] .mx-xxl-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  [dir=ltr] .mx-xxl-4 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  [dir=rtl] .mx-xxl-4 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  [dir=ltr] .mx-xxl-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  [dir=rtl] .mx-xxl-5 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  [dir=ltr] .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  [dir=rtl] .mx-xxl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  [dir] .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  [dir] .my-xxl-25 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  [dir] .my-xxl-50 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  [dir] .my-xxl-75 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  [dir] .my-xxl-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  [dir] .my-xxl-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  [dir] .my-xxl-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  [dir] .my-xxl-4 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  [dir] .my-xxl-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  [dir] .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  [dir] .mt-xxl-0 {
    margin-top: 0 !important;
  }
  [dir] .mt-xxl-25 {
    margin-top: 0.25rem !important;
  }
  [dir] .mt-xxl-50 {
    margin-top: 0.5rem !important;
  }
  [dir] .mt-xxl-75 {
    margin-top: 0.75rem !important;
  }
  [dir] .mt-xxl-1 {
    margin-top: 1rem !important;
  }
  [dir] .mt-xxl-2 {
    margin-top: 1.5rem !important;
  }
  [dir] .mt-xxl-3 {
    margin-top: 3rem !important;
  }
  [dir] .mt-xxl-4 {
    margin-top: 3.5rem !important;
  }
  [dir] .mt-xxl-5 {
    margin-top: 4rem !important;
  }
  [dir] .mt-xxl-auto {
    margin-top: auto !important;
  }
  [dir=ltr] .me-xxl-0 {
    margin-right: 0 !important;
  }
  [dir=rtl] .me-xxl-0 {
    margin-left: 0 !important;
  }
  [dir=ltr] .me-xxl-25 {
    margin-right: 0.25rem !important;
  }
  [dir=rtl] .me-xxl-25 {
    margin-left: 0.25rem !important;
  }
  [dir=ltr] .me-xxl-50 {
    margin-right: 0.5rem !important;
  }
  [dir=rtl] .me-xxl-50 {
    margin-left: 0.5rem !important;
  }
  [dir=ltr] .me-xxl-75 {
    margin-right: 0.75rem !important;
  }
  [dir=rtl] .me-xxl-75 {
    margin-left: 0.75rem !important;
  }
  [dir=ltr] .me-xxl-1 {
    margin-right: 1rem !important;
  }
  [dir=rtl] .me-xxl-1 {
    margin-left: 1rem !important;
  }
  [dir=ltr] .me-xxl-2 {
    margin-right: 1.5rem !important;
  }
  [dir=rtl] .me-xxl-2 {
    margin-left: 1.5rem !important;
  }
  [dir=ltr] .me-xxl-3 {
    margin-right: 3rem !important;
  }
  [dir=rtl] .me-xxl-3 {
    margin-left: 3rem !important;
  }
  [dir=ltr] .me-xxl-4 {
    margin-right: 3.5rem !important;
  }
  [dir=rtl] .me-xxl-4 {
    margin-left: 3.5rem !important;
  }
  [dir=ltr] .me-xxl-5 {
    margin-right: 4rem !important;
  }
  [dir=rtl] .me-xxl-5 {
    margin-left: 4rem !important;
  }
  [dir=ltr] .me-xxl-auto {
    margin-right: auto !important;
  }
  [dir=rtl] .me-xxl-auto {
    margin-left: auto !important;
  }
  [dir] .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  [dir] .mb-xxl-25 {
    margin-bottom: 0.25rem !important;
  }
  [dir] .mb-xxl-50 {
    margin-bottom: 0.5rem !important;
  }
  [dir] .mb-xxl-75 {
    margin-bottom: 0.75rem !important;
  }
  [dir] .mb-xxl-1 {
    margin-bottom: 1rem !important;
  }
  [dir] .mb-xxl-2 {
    margin-bottom: 1.5rem !important;
  }
  [dir] .mb-xxl-3 {
    margin-bottom: 3rem !important;
  }
  [dir] .mb-xxl-4 {
    margin-bottom: 3.5rem !important;
  }
  [dir] .mb-xxl-5 {
    margin-bottom: 4rem !important;
  }
  [dir] .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  [dir=ltr] .ms-xxl-0 {
    margin-left: 0 !important;
  }
  [dir=rtl] .ms-xxl-0 {
    margin-right: 0 !important;
  }
  [dir=ltr] .ms-xxl-25 {
    margin-left: 0.25rem !important;
  }
  [dir=rtl] .ms-xxl-25 {
    margin-right: 0.25rem !important;
  }
  [dir=ltr] .ms-xxl-50 {
    margin-left: 0.5rem !important;
  }
  [dir=rtl] .ms-xxl-50 {
    margin-right: 0.5rem !important;
  }
  [dir=ltr] .ms-xxl-75 {
    margin-left: 0.75rem !important;
  }
  [dir=rtl] .ms-xxl-75 {
    margin-right: 0.75rem !important;
  }
  [dir=ltr] .ms-xxl-1 {
    margin-left: 1rem !important;
  }
  [dir=rtl] .ms-xxl-1 {
    margin-right: 1rem !important;
  }
  [dir=ltr] .ms-xxl-2 {
    margin-left: 1.5rem !important;
  }
  [dir=rtl] .ms-xxl-2 {
    margin-right: 1.5rem !important;
  }
  [dir=ltr] .ms-xxl-3 {
    margin-left: 3rem !important;
  }
  [dir=rtl] .ms-xxl-3 {
    margin-right: 3rem !important;
  }
  [dir=ltr] .ms-xxl-4 {
    margin-left: 3.5rem !important;
  }
  [dir=rtl] .ms-xxl-4 {
    margin-right: 3.5rem !important;
  }
  [dir=ltr] .ms-xxl-5 {
    margin-left: 4rem !important;
  }
  [dir=rtl] .ms-xxl-5 {
    margin-right: 4rem !important;
  }
  [dir=ltr] .ms-xxl-auto {
    margin-left: auto !important;
  }
  [dir=rtl] .ms-xxl-auto {
    margin-right: auto !important;
  }
  [dir] .p-xxl-0 {
    padding: 0 !important;
  }
  [dir] .p-xxl-25 {
    padding: 0.25rem !important;
  }
  [dir] .p-xxl-50 {
    padding: 0.5rem !important;
  }
  [dir] .p-xxl-75 {
    padding: 0.75rem !important;
  }
  [dir] .p-xxl-1 {
    padding: 1rem !important;
  }
  [dir] .p-xxl-2 {
    padding: 1.5rem !important;
  }
  [dir] .p-xxl-3 {
    padding: 3rem !important;
  }
  [dir] .p-xxl-4 {
    padding: 3.5rem !important;
  }
  [dir] .p-xxl-5 {
    padding: 4rem !important;
  }
  [dir=ltr] .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  [dir=rtl] .px-xxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  [dir=ltr] .px-xxl-25 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  [dir=rtl] .px-xxl-25 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  [dir=ltr] .px-xxl-50 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  [dir=rtl] .px-xxl-50 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  [dir=ltr] .px-xxl-75 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  [dir=rtl] .px-xxl-75 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  [dir=ltr] .px-xxl-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  [dir=rtl] .px-xxl-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  [dir=ltr] .px-xxl-2 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  [dir=rtl] .px-xxl-2 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  [dir=ltr] .px-xxl-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  [dir=rtl] .px-xxl-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  [dir=ltr] .px-xxl-4 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  [dir=rtl] .px-xxl-4 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  [dir=ltr] .px-xxl-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  [dir=rtl] .px-xxl-5 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  [dir] .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  [dir] .py-xxl-25 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  [dir] .py-xxl-50 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  [dir] .py-xxl-75 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  [dir] .py-xxl-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  [dir] .py-xxl-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  [dir] .py-xxl-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  [dir] .py-xxl-4 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  [dir] .py-xxl-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  [dir] .pt-xxl-0 {
    padding-top: 0 !important;
  }
  [dir] .pt-xxl-25 {
    padding-top: 0.25rem !important;
  }
  [dir] .pt-xxl-50 {
    padding-top: 0.5rem !important;
  }
  [dir] .pt-xxl-75 {
    padding-top: 0.75rem !important;
  }
  [dir] .pt-xxl-1 {
    padding-top: 1rem !important;
  }
  [dir] .pt-xxl-2 {
    padding-top: 1.5rem !important;
  }
  [dir] .pt-xxl-3 {
    padding-top: 3rem !important;
  }
  [dir] .pt-xxl-4 {
    padding-top: 3.5rem !important;
  }
  [dir] .pt-xxl-5 {
    padding-top: 4rem !important;
  }
  [dir=ltr] .pe-xxl-0 {
    padding-right: 0 !important;
  }
  [dir=rtl] .pe-xxl-0 {
    padding-left: 0 !important;
  }
  [dir=ltr] .pe-xxl-25 {
    padding-right: 0.25rem !important;
  }
  [dir=rtl] .pe-xxl-25 {
    padding-left: 0.25rem !important;
  }
  [dir=ltr] .pe-xxl-50 {
    padding-right: 0.5rem !important;
  }
  [dir=rtl] .pe-xxl-50 {
    padding-left: 0.5rem !important;
  }
  [dir=ltr] .pe-xxl-75 {
    padding-right: 0.75rem !important;
  }
  [dir=rtl] .pe-xxl-75 {
    padding-left: 0.75rem !important;
  }
  [dir=ltr] .pe-xxl-1 {
    padding-right: 1rem !important;
  }
  [dir=rtl] .pe-xxl-1 {
    padding-left: 1rem !important;
  }
  [dir=ltr] .pe-xxl-2 {
    padding-right: 1.5rem !important;
  }
  [dir=rtl] .pe-xxl-2 {
    padding-left: 1.5rem !important;
  }
  [dir=ltr] .pe-xxl-3 {
    padding-right: 3rem !important;
  }
  [dir=rtl] .pe-xxl-3 {
    padding-left: 3rem !important;
  }
  [dir=ltr] .pe-xxl-4 {
    padding-right: 3.5rem !important;
  }
  [dir=rtl] .pe-xxl-4 {
    padding-left: 3.5rem !important;
  }
  [dir=ltr] .pe-xxl-5 {
    padding-right: 4rem !important;
  }
  [dir=rtl] .pe-xxl-5 {
    padding-left: 4rem !important;
  }
  [dir] .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  [dir] .pb-xxl-25 {
    padding-bottom: 0.25rem !important;
  }
  [dir] .pb-xxl-50 {
    padding-bottom: 0.5rem !important;
  }
  [dir] .pb-xxl-75 {
    padding-bottom: 0.75rem !important;
  }
  [dir] .pb-xxl-1 {
    padding-bottom: 1rem !important;
  }
  [dir] .pb-xxl-2 {
    padding-bottom: 1.5rem !important;
  }
  [dir] .pb-xxl-3 {
    padding-bottom: 3rem !important;
  }
  [dir] .pb-xxl-4 {
    padding-bottom: 3.5rem !important;
  }
  [dir] .pb-xxl-5 {
    padding-bottom: 4rem !important;
  }
  [dir=ltr] .ps-xxl-0 {
    padding-left: 0 !important;
  }
  [dir=rtl] .ps-xxl-0 {
    padding-right: 0 !important;
  }
  [dir=ltr] .ps-xxl-25 {
    padding-left: 0.25rem !important;
  }
  [dir=rtl] .ps-xxl-25 {
    padding-right: 0.25rem !important;
  }
  [dir=ltr] .ps-xxl-50 {
    padding-left: 0.5rem !important;
  }
  [dir=rtl] .ps-xxl-50 {
    padding-right: 0.5rem !important;
  }
  [dir=ltr] .ps-xxl-75 {
    padding-left: 0.75rem !important;
  }
  [dir=rtl] .ps-xxl-75 {
    padding-right: 0.75rem !important;
  }
  [dir=ltr] .ps-xxl-1 {
    padding-left: 1rem !important;
  }
  [dir=rtl] .ps-xxl-1 {
    padding-right: 1rem !important;
  }
  [dir=ltr] .ps-xxl-2 {
    padding-left: 1.5rem !important;
  }
  [dir=rtl] .ps-xxl-2 {
    padding-right: 1.5rem !important;
  }
  [dir=ltr] .ps-xxl-3 {
    padding-left: 3rem !important;
  }
  [dir=rtl] .ps-xxl-3 {
    padding-right: 3rem !important;
  }
  [dir=ltr] .ps-xxl-4 {
    padding-left: 3.5rem !important;
  }
  [dir=rtl] .ps-xxl-4 {
    padding-right: 3.5rem !important;
  }
  [dir=ltr] .ps-xxl-5 {
    padding-left: 4rem !important;
  }
  [dir=rtl] .ps-xxl-5 {
    padding-right: 4rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-25 {
    gap: 0.25rem !important;
  }
  .gap-xxl-50 {
    gap: 0.5rem !important;
  }
  .gap-xxl-75 {
    gap: 0.75rem !important;
  }
  .gap-xxl-1 {
    gap: 1rem !important;
  }
  .gap-xxl-2 {
    gap: 1.5rem !important;
  }
  .gap-xxl-3 {
    gap: 3rem !important;
  }
  .gap-xxl-4 {
    gap: 3.5rem !important;
  }
  .gap-xxl-5 {
    gap: 4rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-25 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-50 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-75 {
    row-gap: 0.75rem !important;
  }
  .row-gap-xxl-1 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 3rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 3.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 4rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-25 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-50 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-75 {
    column-gap: 0.75rem !important;
  }
  .column-gap-xxl-1 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 3rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 3.5rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 4rem !important;
  }
  [dir=ltr] .text-xxl-start {
    text-align: left !important;
  }
  [dir=rtl] .text-xxl-start {
    text-align: right !important;
  }
  [dir=ltr] .text-xxl-end {
    text-align: right !important;
  }
  [dir=rtl] .text-xxl-end {
    text-align: left !important;
  }
  [dir] .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
a:focus {
  outline: none;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

.list-style-icons {
  list-style: none;
}

[dir=ltr] .list-style-icons {
  padding-left: 10px;
  margin-left: 0;
}

[dir=rtl] .list-style-icons {
  padding-right: 10px;
  margin-right: 0;
}
[dir=ltr] .list-style-icons > li svg, [dir=ltr] .list-style-icons > li i {
  margin-right: 6px;
}
[dir=rtl] .list-style-icons > li svg, [dir=rtl] .list-style-icons > li i {
  margin-left: 6px;
}

.pull-up {
  transition: all 0.25s ease;
}
.pull-up:hover {
  z-index: 30;
}
[dir] .pull-up:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0px 14px 24px rgba(62, 57, 107, 0.2);
}

.spinner {
  display: inline-block;
}

[dir=ltr] .spinner {
  animation:  spin-ltr 1s linear infinite;
}

[dir=rtl] .spinner {
  animation:  spin-rtl 1s linear infinite;
}

@keyframes spin-ltr {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin-rtl {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.spinner-reverse {
  display: inline-block;
}
[dir=ltr] .spinner-reverse {
  animation:  spin-reverse-ltr 1s linear infinite;
}
[dir=rtl] .spinner-reverse {
  animation:  spin-reverse-rtl 1s linear infinite;
}

@keyframes spin-reverse-ltr {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

@keyframes spin-reverse-rtl {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bullet {
  width: 1rem;
  height: 1rem;
  display: inline-block;
}
[dir] .bullet {
  border-radius: 50%;
}
.bullet.bullet-xs {
  width: 0.5rem;
  height: 0.5rem;
}
.bullet.bullet-sm {
  width: 0.714rem;
  height: 0.714rem;
}
.bullet.bullet-lg {
  width: 1.25rem;
  height: 1.25rem;
}

.section-label {
  font-size: 0.85rem;
  color: #b9b9c3;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.cell-fit {
  width: 0.1%;
  white-space: nowrap;
}

.match-height > [class*=col] {
  display: flex;
  flex-flow: column;
}
.match-height > [class*=col] > .card {
  flex: 1 1 auto;
}

.text-body-heading {
  color: #5e5873;
}
.text-body-heading:hover {
  color: inherit !important;
}

.text-body[href]:hover {
  color: rgb(93.622754491, 79.7904191617, 237.7095808383) !important;
}

code {
  font-size: 90%;
  color: #d63384;
}

[dir] code {
  padding: 0.1rem 0.4rem;
  background-color: #eee;
  border-radius: 5px;
}

[dir] pre {
  background-color: #f7f7f9;
}
[dir] pre code {
  background-color: transparent !important;
}

.table-white-space th,
.table-white-space td {
  white-space: nowrap;
}

.table thead th,
.table tfoot th {
  vertical-align: top;
  text-transform: uppercase;
  font-size: 0.857rem;
  letter-spacing: 0.5px;
}
.table th,
.table td {
  vertical-align: middle;
}
[dir] .table th, [dir] .table td {
  padding: 0.72rem 2rem;
}
[dir] .table.table-sm th, [dir] .table.table-sm td {
  padding: 0.72rem 0.5rem;
}
[dir=ltr] .table.table-sm th:first-child, [dir=ltr] .table.table-sm td:first-child {
  padding-left: 0.75rem;
}
[dir=rtl] .table.table-sm th:first-child, [dir=rtl] .table.table-sm td:first-child {
  padding-right: 0.75rem;
}

[dir] .table:not(.table-dark):not(.table-light) thead:not(.thead-dark) th, [dir] .table:not(.table-dark):not(.table-light) tfoot:not(.thead-dark) th {
  background-color: #f3f2f7;
}

[dir] .table-hover tbody tr {
  cursor: pointer;
}

[dir] .table-hover-animation {
  background-color: #EBECF0;
}
[dir] .table-hover-animation thead th {
  border-bottom: 0;
}
[dir] .table-hover-animation th, [dir] .table-hover-animation td {
  border: 0;
}
.table-hover-animation tbody tr {
  transition: all 0.25s ease;
}
[dir] .table-hover-animation tbody tr {
  background-color: #fff;
}
[dir] .table-hover-animation tbody tr:hover {
  transform: translateY(-4px);
}

[dir] .card .table {
  margin-bottom: 0;
}

[dir=ltr] .card .table {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

[dir=rtl] .card .table {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
[dir=ltr] .card .table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
[dir=rtl] .card .table tbody tr:last-child td:first-child {
  border-bottom-right-radius: 10px;
}
[dir=ltr] .card .table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
[dir=rtl] .card .table tbody tr:last-child td:last-child {
  border-bottom-left-radius: 10px;
}

[dir=ltr] .card table tr[class*=table-]:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

[dir=rtl] .card table tr[class*=table-]:last-child td:first-child {
  border-bottom-right-radius: 10px;
}
[dir=ltr] .card table tr[class*=table-]:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
[dir=rtl] .card table tr[class*=table-]:last-child td:last-child {
  border-bottom-left-radius: 10px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  [dir] .table-hover-animation tr:hover {
    border-bottom-color: #ebe9f1;
  }
}
label {
  color: #5e5873;
  font-size: 0.857rem;
}

.form-control::placeholder {
  transition: all 0.2s ease;
}
.form-control:focus::placeholder {
  transition: all 0.2s ease;
}
[dir=ltr] .form-control:focus::placeholder {
  transform: translate(5px);
}
[dir=rtl] .form-control:focus::placeholder {
  transform: translate(-5px);
}
[dir] .form-control:focus:valid, [dir] .form-control:focus.is-valid {
  box-shadow: 0 3px 10px 0 rgba(34, 41, 47, 0.1);
}

.form-control-plaintext:focus {
  outline: none;
}

.custom-file-label {
  line-height: 1.75;
}
.custom-file-label:after {
  height: 2.56rem;
  line-height: 1.75;
}

.valid-tooltip,
.invalid-tooltip {
  top: 102%;
}

[dir=ltr] .valid-tooltip, [dir=ltr] .invalid-tooltip {
  left: 5px;
}

[dir=rtl] .valid-tooltip, [dir=rtl] .invalid-tooltip {
  right: 5px;
}

/***************
* Form Group
***************/
[dir] .input-group:not(.bootstrap-touchspin):focus-within {
  box-shadow: 0 3px 10px 0 rgba(34, 41, 47, 0.1);
  border-radius: 10px;
}
[dir] .input-group:not(.bootstrap-touchspin):focus-within .form-control, [dir] .input-group:not(.bootstrap-touchspin):focus-within .input-group-text {
  border-color: #7367f0;
  box-shadow: none;
}
[dir] .input-group:not(.bootstrap-touchspin):focus-within .form-control.is-valid, [dir] .input-group:not(.bootstrap-touchspin):focus-within .input-group-text.is-valid {
  border-color: #06C270;
}
[dir] .input-group:not(.bootstrap-touchspin):focus-within .form-control.is-invalid, [dir] .input-group:not(.bootstrap-touchspin):focus-within .input-group-text.is-invalid {
  border-color: #FF3B3B;
}
[dir] .input-group.is-valid .input-group-text {
  border-color: #06C270 !important;
}
[dir] .input-group.is-valid:not(.bootstrap-touchspin):focus-within .input-group-text {
  border-color: #06C270;
}
[dir] .input-group.is-invalid .input-group-text {
  border-color: #FF3B3B !important;
}
[dir] .input-group.is-invalid:not(.bootstrap-touchspin):focus-within .input-group-text {
  border-color: #FF3B3B;
}
[dir] .input-group.disabled .input-group-text {
  background-color: #efefef;
}
[dir] .input-group.round .form-control, [dir] .input-group.round .input-group-text, [dir] .input-group.round:focus-within {
  border-radius: 10px;
}
[dir] .input-group.square .form-control, [dir] .input-group.square .input-group-text, [dir] .input-group.square:focus-within {
  border-radius: 0;
}
[dir=ltr] .input-group.round .input-group-prepend .input-group-text, [dir=ltr] .input-group.square .input-group-prepend .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
[dir=rtl] .input-group.round .input-group-prepend .input-group-text, [dir=rtl] .input-group.square .input-group-prepend .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
[dir=ltr] .input-group.round .input-group-append .input-group-text, [dir=ltr] .input-group.square .input-group-append .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
[dir=rtl] .input-group.round .input-group-append .input-group-text, [dir=rtl] .input-group.square .input-group-append .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
[dir=ltr] .input-group.round .form-control:not(:first-child), [dir=ltr] .input-group.square .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
[dir=rtl] .input-group.round .form-control:not(:first-child), [dir=rtl] .input-group.square .form-control:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
[dir=ltr] .input-group.round .form-control:not(:last-child), [dir=ltr] .input-group.square .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
[dir=rtl] .input-group.round .form-control:not(:last-child), [dir=rtl] .input-group.square .form-control:not(:last-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
[dir] .input-group.square .form-control, [dir] .input-group.square .input-group-text {
  border-radius: 0;
}

.input-group-text {
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .input-group-text {
    transition: none;
  }
}

[dir=ltr] .input-group-prepend .input-group-text {
  border-right: 0;
}

[dir=rtl] .input-group-prepend .input-group-text {
  border-left: 0;
}

[dir=ltr] .input-group-append .input-group-text {
  border-left: 0;
}

[dir=rtl] .input-group-append .input-group-text {
  border-right: 0;
}
[dir=ltr] .input-group-append:not(:last-child) .input-group-text {
  border-right: 0;
}
[dir=rtl] .input-group-append:not(:last-child) .input-group-text {
  border-left: 0;
}

[dir=ltr] .input-group-merge .form-control:not(:first-child) {
  padding-left: 0;
  border-left: 0;
}

[dir=rtl] .input-group-merge .form-control:not(:first-child) {
  padding-right: 0;
  border-right: 0;
}
[dir=ltr] .input-group-merge .form-control:not(:last-child) {
  padding-right: 0;
  border-right: 0;
}
[dir=rtl] .input-group-merge .form-control:not(:last-child) {
  padding-left: 0;
  border-left: 0;
}
[dir] .input-group-merge .form-control.is-valid ~ .input-group-append .input-group-text {
  border-color: #06C270;
}
[dir] .input-group-text .input-group-merge .input-group-prepend ~ .form-control.is-valid {
  border-color: #06C270;
}

textarea.form-control {
  line-height: 1.6rem;
}

[dir] textarea.form-control {
  padding: 0.8rem 1rem !important;
}
[dir] textarea.form-control-sm {
  padding: 0.4rem 0.857rem !important;
}
[dir] textarea.form-control-lg {
  padding: 1rem 1.143rem !important;
}

[dir] .form-actions {
  border-top: 1px solid rgb(205.8571428571, 208.3142857143, 218.1428571429);
  padding: 20px 0;
  margin-top: 20px;
}
[dir] .form-actions.filled {
  background-color: #EBECF0;
}
[dir] .form-actions.center {
  text-align: center;
}
[dir=ltr] .form-actions.right {
  text-align: right;
}
[dir=rtl] .form-actions.right {
  text-align: left;
}
[dir] .form-actions.top {
  border-top: 0;
  border-bottom: 1px solid rgb(205.8571428571, 208.3142857143, 218.1428571429);
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  [dir] .form-actions .buttons-group {
    margin-bottom: 10px;
  }
  [dir=ltr] .form-actions .buttons-group {
    float: left !important;
  }
  [dir=rtl] .form-actions .buttons-group {
    float: right !important;
  }
}

@media (min-width: 576px) {
  [dir=ltr] .form-horizontal .form-group .label-control {
    text-align: right;
  }
  [dir=rtl] .form-horizontal .form-group .label-control {
    text-align: left;
  }
}

select.form-control:not([multiple=multiple]) {
  -webkit-appearance: none;
  -moz-appearance: none;
}

[dir] select.form-control:not([multiple=multiple]) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d8d6de' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: 18px 14px, 18px 14px;
  background-repeat: no-repeat;
}

[dir=ltr] select.form-control:not([multiple=multiple]) {
  background-position: calc(100% - 12px) 13px, calc(100% - 20px) 13px, 100% 0;
  padding-right: 1.5rem;
}

[dir=rtl] select.form-control:not([multiple=multiple]) {
  background-position: calc(100% - (100% - 12px)) 13px, calc(100% - (100% - 20px)) 13px, 0% 0;
  padding-left: 1.5rem;
}
[dir=ltr] select.form-control.form-control-lg {
  background-position: calc(100% - 12px) 16px, calc(100% - 20px) 16px, 100% 0;
}
[dir=rtl] select.form-control.form-control-lg {
  background-position: calc(100% - (100% - 12px)) 16px, calc(100% - (100% - 20px)) 16px, 0% 0;
}
[dir=ltr] select.form-control.form-control-sm {
  background-position: calc(100% - 12px) 8px, calc(100% - 20px) 8px, 100% 0;
}
[dir=rtl] select.form-control.form-control-sm {
  background-position: calc(100% - (100% - 12px)) 8px, calc(100% - (100% - 20px)) 8px, 0% 0;
}

.custom-select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

.custom-checkbox .custom-control-label::before,
.custom-checkbox .custom-control-label::after {
  top: 0.07rem;
}
[dir] .custom-checkbox .custom-control-label::after {
  background-size: 57%;
}

.custom-radio .custom-control-label::before {
  top: 0.1rem;
}

[dir=ltr] .custom-checkbox.custom-control, [dir=ltr] .custom-radio.custom-control {
  padding-left: 1.8rem;
}

[dir=rtl] .custom-checkbox.custom-control, [dir=rtl] .custom-radio.custom-control {
  padding-right: 1.8rem;
}
[dir=ltr] .input-group .custom-checkbox.custom-control, [dir=ltr] .input-group .custom-radio.custom-control {
  padding-left: 1.3rem;
}
[dir=rtl] .input-group .custom-checkbox.custom-control, [dir=rtl] .input-group .custom-radio.custom-control {
  padding-right: 1.3rem;
}
.custom-checkbox .custom-control-input,
.custom-radio .custom-control-input {
  width: 1.285rem;
  height: 1.285rem;
}
.custom-checkbox .custom-control-label,
.custom-radio .custom-control-label {
  font-size: 1rem;
  position: static;
}
.custom-checkbox .custom-control-label::before, .custom-checkbox .custom-control-label::after,
.custom-radio .custom-control-label::before,
.custom-radio .custom-control-label::after {
  width: 18px;
  height: 18px;
}
[dir=ltr] .custom-checkbox .custom-control-label::before, [dir=ltr] .custom-checkbox .custom-control-label::after, [dir=ltr] .custom-radio .custom-control-label::before, [dir=ltr] .custom-radio .custom-control-label::after {
  left: 0;
}
[dir=rtl] .custom-checkbox .custom-control-label::before, [dir=rtl] .custom-checkbox .custom-control-label::after, [dir=rtl] .custom-radio .custom-control-label::before, [dir=rtl] .custom-radio .custom-control-label::after {
  right: 0;
}
[dir] .custom-checkbox .custom-control-input:disabled ~ .custom-control-label::before, [dir] .custom-radio .custom-control-input:disabled ~ .custom-control-label::before {
  border: none;
  box-shadow: none !important;
}
[dir] .custom-checkbox .custom-control-input:focus ~ .custom-control-label::before, [dir] .custom-radio .custom-control-input:focus ~ .custom-control-label::before {
  border-color: none;
}

[dir] .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: #7367f0;
  border-color: #7367f0;
}

/* Floating label Group */
.form-label-group {
  position: relative;
}
.form-label-group .form-control-lg ~ label {
  font-size: 1rem;
}
[dir] .form-label-group .form-control-lg ~ label {
  padding: 1rem;
}
.form-label-group > label {
  position: absolute;
  top: 0;
  display: block;
  transition: all 0.25s ease-in-out;
  pointer-events: none;
  color: rgba(34, 41, 47, 0.4);
  font-size: 0.7rem;
  opacity: 0;
}
[dir] .form-label-group > label {
  padding: 0.6rem;
  cursor: text;
}
[dir=ltr] .form-label-group > label {
  left: 0;
}
[dir=rtl] .form-label-group > label {
  right: 0;
}
.form-label-group > input:focus:not(:placeholder-shown) ~ label, .form-label-group > input:not(:active):not(:placeholder-shown) ~ label,
.form-label-group textarea:focus:not(:placeholder-shown) ~ label,
.form-label-group textarea:not(:active):not(:placeholder-shown) ~ label {
  color: #7367f0 !important;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}
.form-label-group > input:not(:focus):not(:placeholder-shown) ~ label,
.form-label-group textarea:not(:focus):not(:placeholder-shown) ~ label {
  color: rgba(34, 41, 47, 0.4) !important;
}
.form-label-group > input:not(:placeholder-shown) ~ label,
.form-label-group textarea:not(:placeholder-shown) ~ label {
  top: -20px;
}
[dir] .form-label-group > input:not(:placeholder-shown) ~ label, [dir] .form-label-group textarea:not(:placeholder-shown) ~ label {
  padding: 0.25rem 0;
}
[dir=ltr] .form-label-group > input:not(:placeholder-shown) ~ label, [dir=ltr] .form-label-group textarea:not(:placeholder-shown) ~ label {
  left: 3px;
}
[dir=rtl] .form-label-group > input:not(:placeholder-shown) ~ label, [dir=rtl] .form-label-group textarea:not(:placeholder-shown) ~ label {
  right: 3px;
}
.form-label-group > input.form-control-lg:not(:placeholder-shown) ~ label,
.form-label-group textarea.form-control-lg:not(:placeholder-shown) ~ label {
  top: -23px;
}
.form-label-group > input.form-control-sm:not(:placeholder-shown) ~ label,
.form-label-group textarea.form-control-sm:not(:placeholder-shown) ~ label {
  top: -18px;
}

/* Switches */
.custom-switch {
  line-height: 1.7rem;
}
[dir=ltr] .custom-switch {
  padding-left: 0;
}
[dir=rtl] .custom-switch {
  padding-right: 0;
}
.custom-switch .custom-control-label {
  line-height: 1.7rem;
  /* For bg color of switch*/
}
[dir=ltr] .custom-switch .custom-control-label {
  padding-left: 3.5rem;
}
[dir=rtl] .custom-switch .custom-control-label {
  padding-right: 3.5rem;
}
.custom-switch .custom-control-label::before {
  height: 1.7rem;
  transition: opacity 0.25s ease, background-color 0.1s ease;
  user-select: none;
  top: 0;
}
[dir] .custom-switch .custom-control-label::before {
  border: none;
  background-color: #e2e2e2;
  box-shadow: none !important;
  cursor: pointer;
}
[dir=ltr] .custom-switch .custom-control-label::before {
  left: 0;
}
[dir=rtl] .custom-switch .custom-control-label::before {
  right: 0;
}
.custom-switch .custom-control-label {
  /*For Switch handle*/
}
.custom-switch .custom-control-label:after {
  position: absolute;
  top: 4px;
  transition: all 0.15s ease-out;
  user-select: none;
}
[dir] .custom-switch .custom-control-label:after {
  background-color: #fff;
  cursor: pointer;
}
[dir=ltr] .custom-switch .custom-control-label:after {
  left: 4px;
  box-shadow: -1px 2px 3px 0 rgba(34, 41, 47, 0.2);
}
[dir=rtl] .custom-switch .custom-control-label:after {
  right: 4px;
  box-shadow: 1px 2px 3px 0 rgba(34, 41, 47, 0.2);
}
.custom-switch .custom-control-label {
  /*For Switch text*/
}
.custom-switch .custom-control-label .switch-text-start,
.custom-switch .custom-control-label .switch-text-end,
.custom-switch .custom-control-label .switch-icon-left,
.custom-switch .custom-control-label .switch-icon-right {
  position: absolute;
  user-select: none;
  line-height: 1.8;
}
[dir] .custom-switch .custom-control-label .switch-text-start, [dir] .custom-switch .custom-control-label .switch-text-end, [dir] .custom-switch .custom-control-label .switch-icon-left, [dir] .custom-switch .custom-control-label .switch-icon-right {
  cursor: pointer;
}
.custom-switch .custom-control-label .switch-text-start i,
.custom-switch .custom-control-label .switch-text-start svg,
.custom-switch .custom-control-label .switch-text-end i,
.custom-switch .custom-control-label .switch-text-end svg,
.custom-switch .custom-control-label .switch-icon-left i,
.custom-switch .custom-control-label .switch-icon-left svg,
.custom-switch .custom-control-label .switch-icon-right i,
.custom-switch .custom-control-label .switch-icon-right svg {
  height: 13px;
  width: 13px;
  font-size: 13px;
}
.custom-switch .custom-control-label .switch-text-start,
.custom-switch .custom-control-label .switch-icon-left {
  color: #fff;
  opacity: 0;
  transition: opacity 0.1s ease, transform 0.15s ease;
}
[dir=ltr] .custom-switch .custom-control-label .switch-text-start, [dir=ltr] .custom-switch .custom-control-label .switch-icon-left {
  left: 6px;
  transform: translateX(8px);
}
[dir=rtl] .custom-switch .custom-control-label .switch-text-start, [dir=rtl] .custom-switch .custom-control-label .switch-icon-left {
  right: 6px;
  transform: translateX(-8px);
}
.custom-switch .custom-control-label .switch-text-end,
.custom-switch .custom-control-label .switch-icon-right {
  opacity: 1;
  transition: opacity 0.08s ease, transform 0.15s ease;
}
[dir] .custom-switch .custom-control-label .switch-text-end, [dir] .custom-switch .custom-control-label .switch-icon-right {
  transform: translateX(0px);
}
[dir=ltr] .custom-switch .custom-control-label .switch-text-end, [dir=ltr] .custom-switch .custom-control-label .switch-icon-right {
  right: 13px;
}
[dir=rtl] .custom-switch .custom-control-label .switch-text-end, [dir=rtl] .custom-switch .custom-control-label .switch-icon-right {
  left: 13px;
}
.custom-switch .custom-control-label:focus {
  outline: 0;
}
.custom-switch {
  /*For Switch label*/
}
[dir=ltr] .custom-switch .switch-label {
  padding-left: 1rem;
}
[dir=rtl] .custom-switch .switch-label {
  padding-right: 1rem;
}
[dir] .custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  box-shadow: none;
}
.custom-switch {
  /*For Switch Handle Animation*/
}
[dir=ltr] .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(1.4rem);
}
[dir=rtl] .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(-1.4rem);
}
.custom-switch .custom-control-input:checked ~ .custom-control-label .switch-text-start,
.custom-switch .custom-control-input:checked ~ .custom-control-label .switch-icon-left {
  opacity: 1;
}
[dir] .custom-switch .custom-control-input:checked ~ .custom-control-label .switch-text-start, [dir] .custom-switch .custom-control-input:checked ~ .custom-control-label .switch-icon-left {
  transform: translateX(0);
}
.custom-switch .custom-control-input:checked ~ .custom-control-label .switch-text-end,
.custom-switch .custom-control-input:checked ~ .custom-control-label .switch-icon-right {
  opacity: 0;
}
[dir=ltr] .custom-switch .custom-control-input:checked ~ .custom-control-label .switch-text-end, [dir=ltr] .custom-switch .custom-control-input:checked ~ .custom-control-label .switch-icon-right {
  transform: translateX(-8px);
}
[dir=rtl] .custom-switch .custom-control-input:checked ~ .custom-control-label .switch-text-end, [dir=rtl] .custom-switch .custom-control-input:checked ~ .custom-control-label .switch-icon-right {
  transform: translateX(8px);
}
.custom-switch .custom-control-input:not(:checked) ~ .custom-control-label .switch-text-start {
  opacity: 0;
}
.custom-switch .custom-control-input:not(:checked) ~ .custom-control-label .switch-text-end {
  opacity: 1;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label .switch-text-end {
  opacity: 0;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label .switch-text-start {
  opacity: 1;
}

/* Textarea with Counter */
.textarea-counter-value {
  color: #fff;
  font-size: 0.6rem;
}
[dir] .textarea-counter-value {
  background-color: #7367f0;
  padding: 1px 6px;
  border-radius: 0 0 5px 5px;
}
[dir=ltr] .textarea-counter-value {
  margin-right: 1rem;
}
[dir=rtl] .textarea-counter-value {
  margin-left: 1rem;
}

[dir] .btn.disabled-max-min, [dir] .btn.disabled-max-min:focus, [dir] .btn.disabled-max-min:active {
  background-color: rgba(34, 41, 47, 0.5) !important;
  cursor: default;
}

[dir] .bootstrap-touchspin.disabled-touchspin .bootstrap-touchspin-down, [dir] .bootstrap-touchspin.disabled-touchspin .bootstrap-touchspin-up, [dir] .bootstrap-touchspin.disabled-touchspin .bootstrap-touchspin-down, [dir] .bootstrap-touchspin.disabled-touchspin .bootstrap-touchspin-up {
  border-color: transparent !important;
}

/* Number Type Input Box Scss for - Remove arrow on hover */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .form-label-group label {
    display: none;
  }
  [dir] select.form-control:not([multiple=multiple]) {
    background: none;
  }
}
[dir] .picker__input.form-control {
  background-color: #fff;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  -webkit-text-fill-color: #6e6b7b !important;
}

.btn {
  font-weight: 500;
}

[dir] .btn {
  box-shadow: none;
}
.btn[class*=bg-gradient-] {
  transition: all 0.2s ease;
}
[dir] .btn[class*=bg-gradient-]:hover {
  transform: translateY(-2px);
}
[dir] .btn.btn-icon {
  padding: 0.715rem 0.736rem;
}
.btn.btn-sm.btn-icon, .btn-group-sm > .btn.btn-icon {
  line-height: 0.5;
}
[dir] .btn.btn-sm.btn-icon, [dir] .btn-group-sm > .btn.btn-icon {
  padding: 0.5rem;
}
.btn.btn-lg.btn-icon, .btn-group-lg > .btn.btn-icon {
  line-height: 0.75;
}
[dir] .btn.btn-lg.btn-icon, [dir] .btn-group-lg > .btn.btn-icon {
  padding: 1rem;
}
.btn:focus, .btn.focus, .btn:active, .btn.active {
  outline: none;
}
[dir] .btn:focus, [dir] .btn.focus, [dir] .btn:active, [dir] .btn.active {
  box-shadow: none;
}
[dir] .btn:not(:disabled):not(.disabled):active:focus, [dir] .btn:not(:disabled):not(.disabled).active:focus {
  box-shadow: none !important;
}
.btn .feather {
  vertical-align: bottom;
}

[dir] .btn.waves-input-wrapper {
  padding: 0;
}

@media (max-width: 575.98px) {
  .btn-sm-block {
    display: block;
    width: 100%;
  }
}
[dir] .waves-effect {
  cursor: inherit;
}

[dir=ltr] .dropdown-toggle-split {
  padding-right: 0.7894736842rem;
  padding-left: 0.7894736842rem;
}

[dir=rtl] .dropdown-toggle-split {
  padding-left: 0.7894736842rem;
  padding-right: 0.7894736842rem;
}

[dir=ltr] .btn-lg + .dropdown-toggle-split, [dir=ltr] .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.1428571429rem;
  padding-left: 1.1428571429rem;
}

[dir=rtl] .btn-lg + .dropdown-toggle-split, [dir=rtl] .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-left: 1.1428571429rem;
  padding-right: 1.1428571429rem;
}

[dir=ltr] .btn-sm + .dropdown-toggle-split, [dir=ltr] .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.5263157895rem;
  padding-left: 0.5263157895rem;
}

[dir=rtl] .btn-sm + .dropdown-toggle-split, [dir=rtl] .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-left: 0.5263157895rem;
  padding-right: 0.5263157895rem;
}

[dir=ltr] .btn-group [class*=btn-]:not([class*=btn-outline-]):not([class*=btn-flat-]):not([class*=btn-gradient-]):not([class*=btn-relief-]) {
  border-left-color: rgba(34, 41, 47, 0.08) !important;
  border-right-color: rgba(34, 41, 47, 0.08) !important;
}

[dir=rtl] .btn-group [class*=btn-]:not([class*=btn-outline-]):not([class*=btn-flat-]):not([class*=btn-gradient-]):not([class*=btn-relief-]) {
  border-right-color: rgba(34, 41, 47, 0.08) !important;
  border-left-color: rgba(34, 41, 47, 0.08) !important;
}

[dir=ltr] .btn-group > .btn:not([class*=btn-outline-]):not([class*=btn-flat-]):not([class*=btn-gradient-]):not([class*=btn-relief-]):first-child, [dir=ltr] .btn-group > .btn:not([class*=btn-outline-]):not([class*=btn-flat-]):not([class*=btn-gradient-]):not([class*=btn-relief-]):first-of-type {
  border-left-color: transparent !important;
}

[dir=rtl] .btn-group > .btn:not([class*=btn-outline-]):not([class*=btn-flat-]):not([class*=btn-gradient-]):not([class*=btn-relief-]):first-child, [dir=rtl] .btn-group > .btn:not([class*=btn-outline-]):not([class*=btn-flat-]):not([class*=btn-gradient-]):not([class*=btn-relief-]):first-of-type {
  border-right-color: transparent !important;
}

[dir=ltr] .btn-group > .btn:not([class*=btn-outline-]):not([class*=btn-flat-]):not([class*=btn-gradient-]):not([class*=btn-relief-]):last-child, [dir=ltr] .btn-group > .btn:not([class*=btn-outline-]):not([class*=btn-flat-]):not([class*=btn-gradient-]):not([class*=btn-relief-]):last-of-type {
  border-right-color: transparent !important;
}

[dir=rtl] .btn-group > .btn:not([class*=btn-outline-]):not([class*=btn-flat-]):not([class*=btn-gradient-]):not([class*=btn-relief-]):last-child, [dir=rtl] .btn-group > .btn:not([class*=btn-outline-]):not([class*=btn-flat-]):not([class*=btn-gradient-]):not([class*=btn-relief-]):last-of-type {
  border-left-color: transparent !important;
}

[dir=ltr] .btn-group-toggle [class*=btn-outline-]:not(:last-child) {
  border-right-width: 0 !important;
}

[dir=rtl] .btn-group-toggle [class*=btn-outline-]:not(:last-child) {
  border-left-width: 0 !important;
}
[dir] .btn-group-toggle :not([class*=btn-outline-]).active, [dir] .btn-group-toggle :not([class*=btn-outline-]):active {
  box-shadow: inset 0 4px 24px 0 rgba(34, 41, 47, 0.1);
}

[dir=ltr] .dropdown [class*=btn-outline-].dropdown-toggle.dropdown-toggle-split {
  border-left: 0 !important;
}

[dir=rtl] .dropdown [class*=btn-outline-].dropdown-toggle.dropdown-toggle-split {
  border-right: 0 !important;
}
.dropdown.no-arrow .dropdown-toggle:after {
  display: none;
}
[dir=ltr] .dropdown.no-arrow .dropdown-toggle i, [dir=ltr] .dropdown.no-arrow .dropdown-toggle svg {
  margin-right: 0;
}
[dir=rtl] .dropdown.no-arrow .dropdown-toggle i, [dir=rtl] .dropdown.no-arrow .dropdown-toggle svg {
  margin-left: 0;
}

[dir] .dropdown-menu {
  border-radius: 0.358rem;
  transform: scale(1, 0);
  box-shadow: 0 5px 25px 0 rgba(34, 41, 47, 0.1);
}
[dir] .dropdown-menu .dropdown-item {
  cursor: pointer;
}
.dropdown-menu .dropdown-header {
  font-weight: 500;
  line-height: 1;
}

.show > .dropdown-menu {
  opacity: 1;
  display: block;
}

[dir] .show > .dropdown-menu {
  transform: scale(1, 1);
}
[dir] .show .dropdown-toggle:focus {
  box-shadow: none;
}
[dir] .show .btn.dropdown-toggle:focus {
  box-shadow: none;
}

.dropdown-toggle::after {
  content: " ";
  color: #6e6b7b;
  width: 14px;
  height: 11px;
  position: relative;
  top: 1px;
  vertical-align: 0;
}

[dir] .dropdown-toggle::after {
  border: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  padding: 0;
  margin: 0;
}

[dir=ltr] .dropdown-toggle::after {
  right: 0px;
  left: 0.714rem;
}

[dir=rtl] .dropdown-toggle::after {
  left: 0px;
  right: 0.714rem;
}
[dir] .dropdown-toggle.btn-lg::after, [dir] .btn-group-lg > .dropdown-toggle.btn::after {
  background-size: 18px;
}
[dir] .dropdown-toggle.btn-sm::after, [dir] .btn-group-sm > .dropdown-toggle.btn::after {
  background-size: 14px;
}
[dir=ltr] .dropdown-toggle.dropdown-toggle-split:after {
  left: 0;
}
[dir=rtl] .dropdown-toggle.dropdown-toggle-split:after {
  right: 0;
}
.dropdown-toggle.nav-hide-arrow::after {
  display: none;
}
.dropdown-toggle:focus {
  outline: 0;
}

.dropup {
  position: relative;
}
.dropup .dropdown-toggle::after {
  width: 14px;
  height: 11px;
  content: "";
  vertical-align: 0.05rem;
}
[dir] .dropup .dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-up'%3E%3Cpolyline points='18 15 12 9 6 15'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}
.dropup .dropdown-menu {
  min-width: 8rem;
}

.dropleft .dropdown-toggle::before {
  width: 14px;
  height: 11px;
  content: "";
  position: relative;
}

[dir] .dropleft .dropdown-toggle::before {
  border: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}

[dir=ltr] .dropleft .dropdown-toggle::before {
  left: 0;
}

[dir=rtl] .dropleft .dropdown-toggle::before {
  right: 0;
}
.dropleft .dropdown-menu {
  min-width: 8rem;
}

.dropright .dropdown-toggle::after {
  width: 14px;
  height: 11px;
  content: "";
}

[dir] .dropright .dropdown-toggle::after {
  border: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}
.dropright .dropdown-menu {
  min-width: 8rem;
}

[dir] .dropdown-menu[x-placement=bottom-start], [dir] .dropdown-menu[x-placement=bottom-end] {
  margin-top: 0.5rem;
}
[dir] .dropdown-menu[x-placement=top-start], [dir] .dropdown-menu[x-placement=top-end] {
  margin-bottom: 0.5rem;
}
[dir=ltr] .dropdown-menu[x-placement=right-start] {
  margin-left: 0.5rem;
}
[dir=rtl] .dropdown-menu[x-placement=right-start] {
  margin-right: 0.5rem;
}
[dir=ltr] .dropdown-menu[x-placement=left-start] {
  margin-right: 0.5rem;
}
[dir=rtl] .dropdown-menu[x-placement=left-start] {
  margin-left: 0.5rem;
}

.dropdown.dropdown-icon-wrapper .dropdown-toggle:after,
.dropup.dropdown-icon-wrapper .dropdown-toggle:after {
  display: none;
}
.dropdown.dropdown-icon-wrapper .dropdown-menu,
.dropup.dropdown-icon-wrapper .dropdown-menu {
  min-width: auto;
}
[dir] .dropdown.dropdown-icon-wrapper .dropdown-menu .dropdown-item, [dir] .dropup.dropdown-icon-wrapper .dropdown-menu .dropdown-item {
  padding: 0.5rem 1.1rem;
  cursor: pointer;
}
.dropdown.dropdown-icon-wrapper .dropdown-menu .dropdown-item i,
.dropdown.dropdown-icon-wrapper .dropdown-menu .dropdown-item svg,
.dropup.dropdown-icon-wrapper .dropdown-menu .dropdown-item i,
.dropup.dropdown-icon-wrapper .dropdown-menu .dropdown-item svg {
  height: 1.3rem;
  width: 1.3rem;
  font-size: 1.3rem;
}

[dir=ltr] .horizontal-menu-wrapper .dropdown-menu, [dir=ltr] .header-navbar .dropdown-menu {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: slideIn;
}

[dir=rtl] .horizontal-menu-wrapper .dropdown-menu, [dir=rtl] .header-navbar .dropdown-menu {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: slideIn;
}

.dropdown-toggle.hide-arrow::before, .dropdown-toggle.hide-arrow::after,
.dropdown-toggle-hide-arrow > .dropdown-toggle::before,
.dropdown-toggle-hide-arrow > .dropdown-toggle::after {
  display: none;
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}
/* ===============================================================================================
    File Name: navbar.scss
    Description: Contain header navigation bar, vertical main navigation bar and
    horiznotal main navigation bar related SCSS.
    ----------------------------------------------------------------------------------------------
    Item Name: Vuexy - Vuejs, React, Angular, HTML & Laravel Admin Dashboard Template
    Author: PIXINVENT
    Author URL: http://www.themeforest.net/user/pixinvent
================================================================================================*/
.header-navbar {
  min-height: 4.25rem;
  font-family: Poppins;
  transition: 300ms ease all, background 0s;
  z-index: 997;
}
[dir] .header-navbar {
  padding: 0px;
}
[dir=ltr] .header-navbar.fixed-top, [dir=ltr] .header-navbar.floating-nav {
  left: 360px;
}
[dir=rtl] .header-navbar.fixed-top, [dir=rtl] .header-navbar.floating-nav {
  right: 360px;
}
.header-navbar[class*=bg-] .navbar-nav .nav-item > a {
  color: #fff !important;
}
.header-navbar[class*=bg-] .navbar-nav .nav-item > a i,
.header-navbar[class*=bg-] .navbar-nav .nav-item > a svg,
.header-navbar[class*=bg-] .navbar-nav .nav-item > a span {
  color: #fff !important;
}
.header-navbar[class*=bg-] .navbar-nav .nav-item .dropdown-menu i,
.header-navbar[class*=bg-] .navbar-nav .nav-item .dropdown-menu svg {
  color: inherit !important;
}
.header-navbar[class*=bg-] .navbar-nav .search-input .input,
.header-navbar[class*=bg-] .navbar-nav .search-input .search-list .auto-suggestion span {
  color: #6e6b7b !important;
}
.header-navbar.floating-nav {
  position: fixed;
  top: 0;
  width: calc(100vw - (100vw - 100%) - 2rem * 2 - 360px);
  z-index: 12;
}
[dir] .header-navbar.floating-nav {
  margin-top: 1.3rem;
  border-radius: 0.428rem;
}
[dir=ltr] .header-navbar.floating-nav {
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
[dir=rtl] .header-navbar.floating-nav {
  left: 0;
  margin-right: auto;
  margin-left: auto;
}
.header-navbar.navbar-static-top {
  top: 0;
  width: calc(100vw - (100vw - 100%) - 360px);
}
[dir] .header-navbar.navbar-static-top {
  background: transparent;
  box-shadow: none !important;
}
[dir=ltr] .header-navbar.navbar-static-top {
  right: 0;
  left: 360px;
}
[dir=rtl] .header-navbar.navbar-static-top {
  left: 0;
  right: 360px;
}
[dir] .header-navbar.navbar-border {
  border-bottom: 1px solid #ebe9f1;
}
[dir] .header-navbar.navbar-shadow {
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
}
[dir] .header-navbar.navbar-dark.navbar-border {
  border-bottom: 1px solid #3b4253;
}
.header-navbar:not(.navbar-horizontal) .nav-link.dropdown-toggle::after {
  display: none;
}
[dir] .header-navbar .navbar-container {
  padding: 0.8rem 1rem;
}
@media (min-width: 576px) {
  [dir] .header-navbar .navbar-container {
    padding: 0.8rem 1.4rem;
  }
}
.header-navbar .navbar-container {
  flex-basis: 100%;
  transition: 300ms ease all;
}
[dir=ltr] .header-navbar .navbar-container {
  margin-left: 0;
}
[dir=rtl] .header-navbar .navbar-container {
  margin-right: 0;
}
.header-navbar .navbar-container .bookmark-wrapper .bookmark-input {
  z-index: 1;
}
.header-navbar .navbar-container .dropdown-language .selected-language {
  font-weight: 500;
}
[dir=ltr] .header-navbar .navbar-container .dropdown-language .nav-link .flag-icon {
  margin-right: 0.4rem;
}
[dir=rtl] .header-navbar .navbar-container .dropdown-language .nav-link .flag-icon {
  margin-left: 0.4rem;
}
[dir=ltr] .header-navbar .navbar-container .dropdown-language .dropdown-menu .dropdown-item .flag-icon {
  margin-right: 0.4rem;
}
[dir=rtl] .header-navbar .navbar-container .dropdown-language .dropdown-menu .dropdown-item .flag-icon {
  margin-left: 0.4rem;
}
.header-navbar .navbar-container ul.navbar-nav li {
  line-height: 1.5;
}
.vertical-layout .header-navbar .navbar-container ul.navbar-nav li.dropdown .dropdown-menu {
  top: 41px !important;
}
[dir=ltr] .header-navbar .navbar-container ul.navbar-nav li.dropdown-language .dropdown-menu.dropdown-menu-right {
  right: -2px;
}
[dir=rtl] .header-navbar .navbar-container ul.navbar-nav li.dropdown-language .dropdown-menu.dropdown-menu-right {
  left: -2px;
}
[dir=ltr] .header-navbar .navbar-container ul.navbar-nav li.dropdown-cart .badge.badge-up, [dir=ltr] .header-navbar .navbar-container ul.navbar-nav li.dropdown-notification .badge.badge-up {
  right: -3px;
}
[dir=rtl] .header-navbar .navbar-container ul.navbar-nav li.dropdown-cart .badge.badge-up, [dir=rtl] .header-navbar .navbar-container ul.navbar-nav li.dropdown-notification .badge.badge-up {
  left: -3px;
}
[dir] .header-navbar .navbar-container ul.navbar-nav li.dropdown-cart .dropdown-menu.dropdown-menu-right, [dir] .header-navbar .navbar-container ul.navbar-nav li.dropdown-notification .dropdown-menu.dropdown-menu-right {
  padding: 0;
}
[dir=ltr] .header-navbar .navbar-container ul.navbar-nav li.dropdown-cart .dropdown-menu.dropdown-menu-right, [dir=ltr] .header-navbar .navbar-container ul.navbar-nav li.dropdown-notification .dropdown-menu.dropdown-menu-right {
  right: -2px;
  left: inherit;
}
[dir=rtl] .header-navbar .navbar-container ul.navbar-nav li.dropdown-cart .dropdown-menu.dropdown-menu-right, [dir=rtl] .header-navbar .navbar-container ul.navbar-nav li.dropdown-notification .dropdown-menu.dropdown-menu-right {
  left: -2px;
  right: inherit;
}
[dir] .header-navbar .navbar-container ul.navbar-nav li.dropdown-cart .dropdown-menu.dropdown-menu-right::before, [dir] .header-navbar .navbar-container ul.navbar-nav li.dropdown-notification .dropdown-menu.dropdown-menu-right::before {
  background: #7367f0;
  border-color: #7367f0;
}
[dir=ltr] .header-navbar .navbar-container ul.navbar-nav li.dropdown-cart .dropdown-menu-header, [dir=ltr] .header-navbar .navbar-container ul.navbar-nav li.dropdown-notification .dropdown-menu-header {
  border-top-left-radius: 0.358rem;
  border-top-right-radius: 0.358rem;
}
[dir=rtl] .header-navbar .navbar-container ul.navbar-nav li.dropdown-cart .dropdown-menu-header, [dir=rtl] .header-navbar .navbar-container ul.navbar-nav li.dropdown-notification .dropdown-menu-header {
  border-top-right-radius: 0.358rem;
  border-top-left-radius: 0.358rem;
}
[dir] .header-navbar .navbar-container ul.navbar-nav li.dropdown-cart .dropdown-menu-header .dropdown-header, [dir] .header-navbar .navbar-container ul.navbar-nav li.dropdown-notification .dropdown-menu-header .dropdown-header {
  padding: 1.22rem 1.28rem;
}
.header-navbar .navbar-container ul.navbar-nav li.dropdown-cart .notification-text, .header-navbar .navbar-container ul.navbar-nav li.dropdown-notification .notification-text {
  font-size: smaller;
  color: #b9b9c3;
}
[dir] .header-navbar .navbar-container ul.navbar-nav li.dropdown-cart .notification-text, [dir] .header-navbar .navbar-container ul.navbar-nav li.dropdown-notification .notification-text {
  margin-bottom: 0.5rem;
}
[dir] .header-navbar .navbar-container ul.navbar-nav li.dropdown-cart .dropdown-menu-footer, [dir] .header-navbar .navbar-container ul.navbar-nav li.dropdown-notification .dropdown-menu-footer {
  padding: 1.28rem;
}
.header-navbar .navbar-container ul.navbar-nav li.dropdown-notification .media-body .media-heading {
  color: #6e6b7b;
  line-height: 1.2;
}
[dir] .header-navbar .navbar-container ul.navbar-nav li.dropdown-notification .media-body .media-heading {
  margin-bottom: 0;
}
.header-navbar .navbar-container ul.navbar-nav li.dropdown-cart .media {
  position: relative;
}
[dir] .header-navbar .navbar-container ul.navbar-nav li.dropdown-cart .media img {
  background: #EBECF0;
}
.header-navbar .navbar-container ul.navbar-nav li.dropdown-cart .media:hover .cart-item-remove {
  visibility: visible;
}
.header-navbar .navbar-container ul.navbar-nav li.dropdown-cart .media-heading {
  width: 8rem;
}
.header-navbar .navbar-container ul.navbar-nav li.dropdown-cart .media-heading h6.cart-item-title, .header-navbar .navbar-container ul.navbar-nav li.dropdown-cart .media-heading .cart-item-title.h6 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.header-navbar .navbar-container ul.navbar-nav li.dropdown-cart .media-heading .cart-item-by {
  color: #b9b9c3;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.header-navbar .navbar-container ul.navbar-nav li.dropdown-cart .media-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-navbar .navbar-container ul.navbar-nav li.dropdown-cart .cart-item-price {
  width: 5rem;
}
[dir] .header-navbar .navbar-container ul.navbar-nav li.dropdown-cart .cart-item-price {
  margin-bottom: 0;
}
[dir=ltr] .header-navbar .navbar-container ul.navbar-nav li.dropdown-cart .cart-item-price {
  text-align: right;
}
[dir=rtl] .header-navbar .navbar-container ul.navbar-nav li.dropdown-cart .cart-item-price {
  text-align: left;
}
.header-navbar .navbar-container ul.navbar-nav li.dropdown-cart .cart-item-remove {
  position: absolute;
  top: 10px;
  width: 14px;
  height: 14px;
}
[dir] .header-navbar .navbar-container ul.navbar-nav li.dropdown-cart .cart-item-remove {
  cursor: pointer;
}
[dir=ltr] .header-navbar .navbar-container ul.navbar-nav li.dropdown-cart .cart-item-remove {
  right: 17px;
}
[dir=rtl] .header-navbar .navbar-container ul.navbar-nav li.dropdown-cart .cart-item-remove {
  left: 17px;
}
@media (min-width: 768px) {
  .header-navbar .navbar-container ul.navbar-nav li.dropdown-cart .cart-item-remove {
    visibility: hidden;
  }
}
.header-navbar .navbar-container ul.navbar-nav li > a.nav-link {
  color: #6e6b7b;
  position: relative;
}
[dir] .header-navbar .navbar-container ul.navbar-nav li > a.nav-link {
  padding: 0 0.5rem;
}
.header-navbar .navbar-container ul.navbar-nav li.dropdown-user {
  line-height: 1 !important;
}
.header-navbar .navbar-container ul.navbar-nav li.dropdown-user .dropdown-menu {
  width: 12rem;
}
[dir] .header-navbar .navbar-container ul.navbar-nav li.dropdown-user .dropdown-menu {
  margin-top: 10px;
}
.header-navbar .navbar-container ul.navbar-nav li.dropdown-user .dropdown-menu i,
.header-navbar .navbar-container ul.navbar-nav li.dropdown-user .dropdown-menu svg {
  height: 16px;
  width: 16px;
  font-size: 16px;
  vertical-align: top;
}
.header-navbar .navbar-container ul.navbar-nav li a.dropdown-user-link {
  display: flex;
  align-items: center;
}
.header-navbar .navbar-container ul.navbar-nav li a.dropdown-user-link .user-name {
  display: inline-block;
}
[dir] .header-navbar .navbar-container ul.navbar-nav li a.dropdown-user-link .user-name {
  margin-bottom: 0.435rem;
}
[dir=ltr] .header-navbar .navbar-container ul.navbar-nav li a.dropdown-user-link .user-name {
  margin-left: 0.2rem;
}
[dir=rtl] .header-navbar .navbar-container ul.navbar-nav li a.dropdown-user-link .user-name {
  margin-right: 0.2rem;
}
.header-navbar .navbar-container ul.navbar-nav li a.dropdown-user-link .user-status {
  font-size: smaller;
}
[dir] .header-navbar .navbar-container ul.navbar-nav li a.dropdown-user-link img {
  box-shadow: 0 4px 8px 0 rgba(34, 41, 47, 0.12), 0 2px 4px 0 rgba(34, 41, 47, 0.08);
}
.header-navbar .navbar-container ul.navbar-nav li a.menu-toggle i,
.header-navbar .navbar-container ul.navbar-nav li a.menu-toggle svg {
  height: 1.6rem;
  width: 1.6rem;
  font-size: 1.6rem;
}
.header-navbar .navbar-container ul.navbar-nav li a.dropdown-user-link .user-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
[dir=ltr] .header-navbar .navbar-container ul.navbar-nav li a.dropdown-user-link .user-nav {
  float: left;
  margin-right: 0.8rem;
}
[dir=rtl] .header-navbar .navbar-container ul.navbar-nav li a.dropdown-user-link .user-nav {
  float: right;
  margin-left: 0.8rem;
}
[dir] .header-navbar .navbar-container ul.navbar-nav li div.input-group {
  padding: 0.7rem 1rem;
}
.header-navbar .navbar-container ul.navbar-nav li i.ficon,
.header-navbar .navbar-container ul.navbar-nav li svg.ficon {
  height: 1.5rem;
  width: 1.5rem;
  font-size: 1.5rem;
  color: #6e6b7b;
}
.header-navbar .navbar-container ul.navbar-nav li i.ficon:hover,
.header-navbar .navbar-container ul.navbar-nav li svg.ficon:hover {
  color: #7367f0;
}
.header-navbar .navbar-container ul.navbar-nav li .media-list {
  max-height: 25rem;
}
.header-navbar .navbar-container ul.navbar-nav li .scrollable-container {
  position: relative;
}
.header-navbar .navbar-container .dropdown-menu-media {
  width: 30rem;
}
[dir] .header-navbar .navbar-container .dropdown-menu-media .dropdown-menu-header {
  border-bottom: 1px solid #ebe9f1;
}
[dir] .header-navbar .navbar-container .dropdown-menu-media .media-list .media {
  padding: 0.9rem 1.28rem;
  border: none;
  border-bottom: 1px solid #ebe9f1;
}
[dir] .header-navbar .navbar-container .dropdown-menu-media .media-list .media:hover {
  background: #EBECF0;
}
.header-navbar .navbar-container .dropdown-menu-media .media-list .media .media-meta {
  color: #6e6b7b;
}
[dir] .header-navbar .navbar-container .dropdown-menu-media .media-list a:last-of-type .media {
  border-bottom: none;
}
[dir] .header-navbar .navbar-container .dropdown-menu-media .dropdown-menu-footer {
  border-top: 1px solid #ebe9f1;
}

.header-navbar-shadow {
  display: none;
}

[dir] .navbar-floating .navbar-container:not(.main-menu-content) {
  padding: 0.8rem 1rem;
}
.navbar-floating .header-navbar-shadow {
  display: block;
  width: 100%;
  height: 102px;
  position: fixed;
  top: 0;
  z-index: 11;
}
[dir] .navbar-floating .header-navbar-shadow {
  padding-top: 2.2rem;
  background-repeat: repeat;
}
[dir=ltr] .navbar-floating .header-navbar-shadow {
  background: linear-gradient(180deg, hsla(0, 0%, 97.3%, 0.95) 44%, hsla(0, 0%, 97.3%, 0.46) 73%, hsla(0, 0%, 100%, 0));
  left: 0;
}
[dir=rtl] .navbar-floating .header-navbar-shadow {
  background: linear-gradient(-180deg, hsla(0, 0%, 97.3%, 0.95) 44%, hsla(0, 0%, 97.3%, 0.46) 73%, hsla(0, 0%, 100%, 0));
  right: 0;
}

[dir] .navbar-light.navbar-horizontal {
  background: #fff;
}
[dir] .navbar-light .navbar-nav .active.nav-link {
  background-color: rgba(34, 41, 47, 0.03);
}
.navbar-light .navbar-nav .disabled.nav-link {
  color: #b9b9c3;
}

[dir] .navbar-dark {
  background: #b8c2cc;
}
.navbar-dark .navbar-brand {
  color: #fff !important;
}
[dir] .navbar-dark.navbar-horizontal {
  background: #b8c2cc;
}
.navbar-dark .nav-search .form-control,
.navbar-dark .nav-search .btn-secondary {
  color: #fff;
}
[dir] .navbar-dark .nav-search .form-control, [dir] .navbar-dark .nav-search .btn-secondary {
  background: #b8c2cc;
}
.navbar-dark .navbar-nav li {
  line-height: 1;
}
[dir] .navbar-dark .navbar-nav .active.nav-link {
  background-color: rgba(255, 255, 255, 0.05);
}
.navbar-dark .navbar-nav .disabled.nav-link {
  color: #dae1e7;
}

@media (max-width: 575.98px) {
  .header-navbar .navbar-nav .show {
    position: static;
  }
  [dir] .header-navbar .navbar-nav .open-navbar-container {
    padding-top: 0.625rem;
  }
  .header-navbar .navbar-container .show .dropdown-menu {
    width: auto !important;
    overflow: hidden;
  }
  [dir] .header-navbar .navbar-container .show .dropdown-menu {
    float: none;
    margin-top: 0;
  }
  [dir=ltr] .header-navbar .navbar-container .show .dropdown-menu {
    right: 0;
    left: 0 !important;
  }
  [dir=rtl] .header-navbar .navbar-container .show .dropdown-menu {
    left: 0;
    right: 0 !important;
  }
  [dir=ltr] .header-navbar .navbar-container .dropdown-user .dropdown-menu-right {
    right: 0 !important;
  }
  [dir=rtl] .header-navbar .navbar-container .dropdown-user .dropdown-menu-right {
    left: 0 !important;
  }
  [dir=ltr] .header-navbar .navbar-container ul.navbar-nav li .dropdown-toggle::after {
    margin-right: 0;
    margin-left: -2px;
  }
  [dir=rtl] .header-navbar .navbar-container ul.navbar-nav li .dropdown-toggle::after {
    margin-left: 0;
    margin-right: -2px;
  }
  .navbar-dark .navbar-header .navbar-nav .nav-link {
    color: #fff;
  }
  .navbar-dark .navbar-container .navbar-nav .nav-link {
    color: #b8c2cc;
  }
  .navbar-light .navbar-header .navbar-nav .nav-link {
    color: #b8c2cc;
  }
  .navbar-light .navbar-container .navbar-nav .nav-link {
    color: #b8c2cc;
  }
}
@media (max-width: 991.98px) {
  .header-navbar.floating-nav {
    width: calc(100vw - (100vw - 100%) - 2rem * 2);
  }
  .header-navbar.navbar-static-top {
    width: 100%;
  }
  [dir=ltr] .header-navbar.navbar-static-top {
    left: 0;
  }
  [dir=rtl] .header-navbar.navbar-static-top {
    right: 0;
  }
}
@media (max-width: 767.98px) {
  .header-navbar .navbar-nav {
    flex-flow: row wrap;
  }
  [dir] .header-navbar .navbar-nav {
    margin: 0;
  }
  .header-navbar .navbar-nav .dropdown-menu {
    position: absolute;
  }
  [dir=ltr] .header-navbar .navbar-nav .nav-item {
    float: left;
  }
  [dir=rtl] .header-navbar .navbar-nav .nav-item {
    float: right;
  }
}
@media (max-width: 767px) {
  .header-navbar .navbar-nav {
    flex-flow: row wrap;
  }
  [dir] .header-navbar .navbar-nav {
    margin: 0;
  }
  .header-navbar .navbar-nav .dropdown-menu {
    position: absolute;
  }
  [dir=ltr] .header-navbar .navbar-nav .nav-item {
    float: left;
  }
  [dir=rtl] .header-navbar .navbar-nav .nav-item {
    float: right;
  }
}
.header-navbar.floating-nav {
  width: calc(100vw - (100vw - 100%) - (2rem + 0.4rem)) !important;
}
[dir=ltr] .header-navbar.floating-nav {
  margin-left: 1rem;
  margin-right: 1.2rem;
}
[dir=rtl] .header-navbar.floating-nav {
  margin-right: 1rem;
  margin-left: 1.2rem;
}
.header-navbar .navbar-container ul.navbar-nav li .selected-language {
  display: none;
}

/* ----------- iPhone 5, 5S  iPhone 6----------- */
/* Landscape */
@media only screen and (min-device-width: 26.78em) and (max-device-width: 47.64em) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .header-navbar .navbar-container .show .dropdown-menu {
    max-height: 180px;
  }
}
/* ----------- iPhone 6+ ----------- */
/* Landscape */
@media only screen and (min-device-width: 29.57em) and (max-device-width: 52.57em) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .header-navbar .navbar-container .show .dropdown-menu {
    max-height: 280px;
  }
}
@media (max-width: 1201px) {
  [dir=ltr] .header-navbar.fixed-top, [dir=ltr] .header-navbar.floating-nav {
    left: 0;
  }
  [dir=rtl] .header-navbar.fixed-top, [dir=rtl] .header-navbar.floating-nav {
    right: 0;
  }
  [dir=ltr] .horizontal-layout .header-navbar .navbar-container {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
  [dir=rtl] .horizontal-layout .header-navbar .navbar-container {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
}
@media (max-width: 1199px) {
  [dir] .header-navbar .navbar-container ul.navbar-nav li a.dropdown-user-link .user-name {
    margin-bottom: 0;
  }
}
.card {
  transition: all 0.3s ease-in-out, background 0s, color 0s, border-color 0s;
}
[dir] .card {
  border: none;
  margin-bottom: 2rem;
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
}
[dir] .card .card {
  box-shadow: none !important;
}
.card .card-title {
  font-weight: 500;
  font-size: 1.285rem;
}
[dir] .card .card-title {
  margin-bottom: 1.53rem;
}
[dir] .card .card-bordered {
  border: var(--bs-border-width) solid var(--bs-border-color-translucent);
}
.card .card-img {
  object-fit: cover;
}
[dir] .card .card-img-overlay {
  border-radius: 0.428rem;
}
.card.card-fullscreen {
  display: block;
  z-index: 9999;
  position: fixed;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  bottom: 0;
  overflow: auto;
}
[dir=ltr] .card.card-fullscreen {
  right: 0;
  left: 0;
}
[dir=rtl] .card.card-fullscreen {
  left: 0;
  right: 0;
}
[dir] .card .card-body[class*=border-bottom-] {
  border-bottom-width: 2px !important;
}
[dir] .card .card-img-overlay.bg-overlay {
  background: rgba(34, 41, 47, 0.45);
}
.card .card-img-overlay .text-muted {
  color: #1e1e1e !important;
}
[dir] .card.card-minimal {
  border: none;
  box-shadow: none;
}
.card .card-header {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
[dir] .card .card-header {
  border-bottom: none;
  padding: 1.5rem;
  background-color: transparent;
}
[dir] .card .card-header .card-title {
  margin-bottom: 0;
}
.card .card-header .heading-elements {
  position: relative;
  top: -1px;
}
[dir=ltr] .card .card-header .heading-elements li:not(:first-child) a {
  margin-left: 0.75rem;
}
[dir=rtl] .card .card-header .heading-elements li:not(:first-child) a {
  margin-right: 0.75rem;
}
[dir] .card .card-header .heading-elements a.btn {
  padding-top: 6px;
  padding-bottom: 6px;
}
.card .card-header .heading-elements a i,
.card .card-header .heading-elements a svg {
  height: 1rem;
  width: 1rem;
  font-size: 1rem;
}
.card .card-header .heading-elements a[data-action=collapse] i,
.card .card-header .heading-elements a[data-action=collapse] svg {
  transition: all 0.25s ease-out;
  display: inline-block;
}
[dir=ltr] .card .card-header .heading-elements a[data-action=collapse].rotate i, [dir=ltr] .card .card-header .heading-elements a[data-action=collapse].rotate svg {
  transform: rotate(-180deg);
}
[dir=rtl] .card .card-header .heading-elements a[data-action=collapse].rotate i, [dir=rtl] .card .card-header .heading-elements a[data-action=collapse].rotate svg {
  transform: rotate(180deg);
}
[dir] .card .card-header + .card-content > .card-body:first-of-type, [dir] .card .card-header + .card-body {
  padding-top: 0px;
}
[dir] .card .card-footer {
  border-top: 1px solid #dae1e7;
  background-color: transparent;
}

[dir] .card-columns .card {
  margin-bottom: 2.2rem;
}

[dir] .card-group, [dir] .card-deck {
  margin-bottom: 0.75rem;
}

.card-head-inverse .heading-elements i,
.card-head-inverse .heading-elements svg {
  color: #fff;
}
.card-head-inverse {
  color: #fff;
}

[dir] .card-transparent {
  background-color: transparent;
}

.text-white .card-img-overlay .text-muted {
  color: #fff !important;
}
[dir] .text-white code {
  background-color: white;
}
.text-white .heading-elements i,
.text-white .heading-elements svg {
  color: #fff;
}

.overlay-img-card .card-img-overlay,
.overlay-img-card img {
  max-height: 34.64rem;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-body,
  .card-content {
    min-height: 1px;
  }
}
.card-congratulations {
  color: #fff;
}
[dir=ltr] .card-congratulations {
  background: linear-gradient(118deg, #7367f0, rgba(115, 103, 240, 0.7));
}
[dir=rtl] .card-congratulations {
  background: linear-gradient(-118deg, #7367f0, rgba(115, 103, 240, 0.7));
}
.card-congratulations .congratulations-img-left {
  width: 200px;
  position: absolute;
  top: 0;
  width: 140px;
}
[dir=ltr] .card-congratulations .congratulations-img-left {
  left: 0;
}
[dir=rtl] .card-congratulations .congratulations-img-left {
  right: 0;
}
.card-congratulations .congratulations-img-right {
  width: 175px;
  position: absolute;
  top: 0;
  width: 140px;
}
[dir=ltr] .card-congratulations .congratulations-img-right {
  right: 0;
}
[dir=rtl] .card-congratulations .congratulations-img-right {
  left: 0;
}
[dir] .card-congratulations .avatar {
  margin-bottom: 2rem;
}

.congratulation-medal {
  position: absolute;
  top: 0;
}

[dir=ltr] .congratulation-medal {
  right: 37px;
}

[dir=rtl] .congratulation-medal {
  left: 37px;
}

[dir] .card-deposits .deposits-divider {
  margin-top: 1.8rem;
  margin-bottom: 1.4rem;
}

[dir] .card-employee-task .employee-task:not(:last-child) {
  margin-bottom: 1.5rem;
}

[dir] .card-developer-meetup .meetup-img-wrapper {
  background-color: rgba(115, 103, 240, 0.1);
}
[dir] .card-developer-meetup .meetup-header {
  margin-bottom: 2rem;
}
[dir] .card-developer-meetup .meetup-header .meetup-day {
  text-align: center;
}
[dir=ltr] .card-developer-meetup .meetup-header .meetup-day {
  border-right: 1px solid #d8d6de;
  padding-right: 1.3rem;
  margin-right: 1.3rem;
}
[dir=rtl] .card-developer-meetup .meetup-header .meetup-day {
  border-left: 1px solid #d8d6de;
  padding-left: 1.3rem;
  margin-left: 1.3rem;
}
.card-developer-meetup .media .avatar .avatar-content {
  width: 34px;
  height: 34px;
}
[dir] .card-developer-meetup .media + .media {
  margin-top: 1.2rem;
}
[dir] .card-developer-meetup .avatar-group {
  margin-top: 2rem;
}

[dir] .card-profile {
  text-align: center;
}
.card-profile .card-body {
  position: relative;
}
[dir] .card-profile .card-body {
  padding: 5rem 2.3rem 1.5rem 2.3rem;
}
.card-profile .card-body .profile-image-wrapper {
  display: flex;
  justify-content: center;
}
.card-profile .card-body .profile-image-wrapper .profile-image {
  position: absolute;
  top: -4rem;
}
[dir] .card-profile .card-body .profile-image-wrapper .profile-image {
  padding: 0.5rem;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(34, 41, 47, 0.14);
  margin-bottom: 1.15rem;
}
.card-profile .card-body .profile-image-wrapper .profile-image img {
  width: 100px;
  height: 100px;
}
[dir] .card-profile .card-body .profile-badge {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}

.card-apply-job .apply-job-package {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

[dir] .card-apply-job .apply-job-package {
  padding: 1.2rem;
  margin-bottom: 1.15rem;
}
.card-apply-job .apply-job-package sup {
  top: -0.8rem;
}

.card-transaction .transaction-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
[dir] .card-transaction .transaction-item:not(:last-child) {
  margin-bottom: 1.2rem;
}
[dir=ltr] .card-transaction .transaction-item .avatar {
  margin-right: 1.2rem;
}
[dir=rtl] .card-transaction .transaction-item .avatar {
  margin-left: 1.2rem;
}
.card-transaction .transaction-item .avatar .avatar-content {
  width: 42px;
  height: 42px;
}
[dir] .card-transaction .transaction-item .transaction-title {
  margin-bottom: 0.2rem;
  margin-top: 0.2rem;
}

.card-user-timeline .user-timeline-title-icon {
  width: 1.714rem;
  height: 1.714rem;
}

[dir=ltr] .card-user-timeline .user-timeline-title-icon {
  margin-right: 1.3rem;
}

[dir=rtl] .card-user-timeline .user-timeline-title-icon {
  margin-left: 1.3rem;
}
.card-user-timeline .timeline .timeline-item:last-child .timeline-event {
  min-height: auto;
}
[dir] .card-user-timeline .timeline .timeline-item:not(:last-child) {
  padding-bottom: 2.3rem;
}

[dir] .business-card .business-items:not(:last-child) {
  margin-bottom: 1.3rem;
}
[dir] .business-card .business-items .business-item {
  border: 1px solid #ebe9f1;
  border-radius: 10px;
}
[dir=ltr] .business-card .business-items .business-item {
  padding: 1rem 1rem 1rem 1.3rem;
}
[dir=rtl] .business-card .business-items .business-item {
  padding: 1rem 1.3rem 1rem 1rem;
}
[dir] .business-card .business-items .business-item:not(:last-child) {
  margin-bottom: 0.85rem;
}

.card-browser-states .browser-states {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

[dir] .card-browser-states .browser-states {
  margin-top: 2.14rem;
}

[dir] .card-app-design .design-group {
  margin-bottom: 2rem;
}
[dir=ltr] .card-app-design .design-group .avatar:not(:last-child) {
  margin-right: 0.6rem;
}
[dir=rtl] .card-app-design .design-group .avatar:not(:last-child) {
  margin-left: 0.6rem;
}
.card-app-design .design-planning-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
[dir] .card-app-design .design-planning-wrapper:not(:last-child) {
  margin-bottom: 1.3rem;
}
.card-app-design .design-planning-wrapper .design-planning {
  min-width: 6.4rem;
}
[dir] .card-app-design .design-planning-wrapper .design-planning {
  padding: 0.5rem;
  margin-bottom: 0.7rem;
  text-align: center;
  background-color: #EBECF0;
  border-radius: 10px;
}
[dir=ltr] .card-app-design .design-planning-wrapper .design-planning:not(:last-child) {
  margin-right: 0.7rem;
}
[dir=rtl] .card-app-design .design-planning-wrapper .design-planning:not(:last-child) {
  margin-left: 0.7rem;
}

[dir=ltr] .card-statistics .card-header {
  padding-left: 2.4rem;
}

[dir=rtl] .card-statistics .card-header {
  padding-right: 2.4rem;
}
[dir] .card-statistics .statistics-body {
  padding: 2rem 2.4rem 2.8rem !important;
}
.card-statistics .statistics-body .avatar .avatar-content {
  width: 48px;
  height: 48px;
}
.card-statistics .statistics-body .avatar .avatar-content .avatar-icon {
  width: 24px;
  height: 24px;
}

.chart-dropdown .btn {
  font-size: 1rem;
  font-weight: 400;
}
.chart-dropdown .btn:after {
  display: none;
}

[dir] .card-revenue-budget .revenue-report-wrapper {
  padding: 1.286rem 1.5rem;
}
@media (min-width: 768px) {
  [dir=ltr] .card-revenue-budget .revenue-report-wrapper {
    border-right: 1px solid #ebe9f1;
  }
  [dir=rtl] .card-revenue-budget .revenue-report-wrapper {
    border-left: 1px solid #ebe9f1;
  }
}
[dir] .card-revenue-budget .revenue-report-wrapper #revenue-report-chart .apexcharts-series[seriesName=Earning] {
  transform: scaleY(0.965);
}
[dir] .card-revenue-budget .revenue-report-wrapper #revenue-report-chart .apexcharts-series[seriesName=Expense] {
  transform: scaleY(1.035);
}
[dir] .card-revenue-budget .budget-wrapper {
  padding: 2rem 3rem;
  text-align: center;
}
@media (max-width: 575.98px) {
  [dir] .card-revenue-budget .budget-wrapper {
    padding-top: 0;
  }
}
[dir] .card-revenue-budget .budget-wrapper .budget-dropdown {
  margin-bottom: 2rem;
}
[dir] .card-revenue-budget .budget-wrapper #budget-chart {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.earnings-card .apexcharts-canvas .apexcharts-pie .apexcharts-datalabel-label {
  font-size: 0.8rem;
  fill: #6e6b7b !important;
}
.earnings-card .apexcharts-canvas .apexcharts-pie .apexcharts-datalabel-value {
  fill: #5e5873;
  font-size: 1.286rem;
  font-weight: 500;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  [dir] #dashboard-analytics .avatar .avatar-content, [dir] #statistics-card .avatar .avatar-content {
    padding: 0 !important;
  }
}
.breadcrumb:not([class*=breadcrumb-]) .breadcrumb-item + .breadcrumb-item:before {
  content: " ";
  color: #6e6b7b;
}
[dir] .breadcrumb:not([class*=breadcrumb-]) .breadcrumb-item + .breadcrumb-item:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236e6b7b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
[dir=ltr] .breadcrumb:not([class*=breadcrumb-]) .breadcrumb-item + .breadcrumb-item:before {
  margin-right: 0.6rem;
}
[dir=rtl] .breadcrumb:not([class*=breadcrumb-]) .breadcrumb-item + .breadcrumb-item:before {
  margin-left: 0.6rem;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  height: 20px;
}

/* Component Specific */
.breadcrumb-slash.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: "/";
}

.breadcrumb-dots.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: ".";
  position: relative;
  top: -4px;
}

.breadcrumb-dashes.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: "-";
}

.breadcrumb-pipes.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: "|";
}

.breadcrumb-chevron.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: " ";
  color: #6e6b7b;
}

[dir] .breadcrumb-chevron.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236e6b7b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}

[dir=ltr] .breadcrumb-chevron.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  margin-right: 0.6rem;
}

[dir=rtl] .breadcrumb-chevron.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  margin-left: 0.6rem;
}

@media (max-width: 648px) {
  .content-header .breadcrumb {
    display: none;
  }
  .breadcrumbs-top .content-header-title {
    display: contents !important;
  }
}
.badge {
  color: #fff;
}
.badge[class*=badge-] [class*=icon-] {
  line-height: 1;
}
.badge[class*=badge-] a {
  color: #fff;
}
.badge[class*=badge-] .dropdown-toggle span,
.badge[class*=badge-] .dropdown-toggle i,
.badge[class*=badge-] .dropdown-toggle svg, .badge[class*=badge-].dropdown-toggle span,
.badge[class*=badge-].dropdown-toggle i,
.badge[class*=badge-].dropdown-toggle svg {
  vertical-align: text-top;
}
[dir=ltr] .badge[class*=badge-] .dropdown-toggle i, [dir=ltr] .badge[class*=badge-] .dropdown-toggle svg, [dir=ltr] .badge[class*=badge-].dropdown-toggle i, [dir=ltr] .badge[class*=badge-].dropdown-toggle svg {
  padding-left: 0.2rem;
}
[dir=rtl] .badge[class*=badge-] .dropdown-toggle i, [dir=rtl] .badge[class*=badge-] .dropdown-toggle svg, [dir=rtl] .badge[class*=badge-].dropdown-toggle i, [dir=rtl] .badge[class*=badge-].dropdown-toggle svg {
  padding-right: 0.2rem;
}
.badge[class*=badge-] .dropdown-toggle::after, .badge[class*=badge-].dropdown-toggle::after {
  position: relative;
  top: 0;
  font-size: 1rem;
}
[dir=ltr] .badge[class*=badge-] .dropdown-toggle::after, [dir=ltr] .badge[class*=badge-].dropdown-toggle::after {
  left: 0;
}
[dir=rtl] .badge[class*=badge-] .dropdown-toggle::after, [dir=rtl] .badge[class*=badge-].dropdown-toggle::after {
  right: 0;
}
.badge[class*=badge-] .dropdown-menu a {
  color: var(--bs-body-color);
}
.badge i,
.badge svg {
  height: 12px;
  width: 11px;
  font-size: 12px;
  stroke-width: 3;
  vertical-align: top;
}
[dir] .badge.badge-square {
  border-radius: 0;
}
.badge.badge-up {
  position: absolute;
  top: -11px;
  min-width: 1.429rem;
  min-height: 1.429rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.786rem;
  line-height: 0.786;
}
[dir=ltr] .badge.badge-up {
  right: -9px;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
[dir=rtl] .badge.badge-up {
  left: -9px;
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}
.badge.badge-up.badge-sm {
  top: -0.5rem;
}
[dir=ltr] .badge.badge-up.badge-sm {
  right: -0.5rem;
}
[dir=rtl] .badge.badge-up.badge-sm {
  left: -0.5rem;
}

.badge-icon i,
.badge-icon svg {
  font-size: 100%;
}

[dir=ltr] .badge-icon i, [dir=ltr] .badge-icon svg {
  margin-right: 5px;
}

[dir=rtl] .badge-icon i, [dir=rtl] .badge-icon svg {
  margin-left: 5px;
}

[dir] .dropup .badge {
  cursor: pointer;
}

[dir] .nav {
  border-radius: 0.25rem;
}
[dir] .nav.wrap-border {
  border: 1px solid #ddd;
}
[dir] .nav.wrap-border li.nav-header {
  margin: 0 0.5rem;
}
[dir] .nav.wrap-border li.nav-item, [dir] .nav.wrap-border div {
  padding: 2px 0.714rem;
}
.nav.nav-left .nav-item .nav-link {
  justify-content: flex-start;
}
.nav.nav-right .nav-item .nav-link {
  justify-content: flex-end;
}
[dir] .nav.square-border {
  border-radius: 0;
}
[dir] .nav.square-border .nav-item .nav-link.active {
  border-radius: 0;
}
[dir] .nav .modern-nav-toggle {
  padding: 0;
  margin: 1.571rem 0;
}
[dir] .nav .dropdown.show .dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}
[dir] .nav .dropdown-toggle:not(.active)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236e6b7b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}

.nav-pills .nav-link,
.nav-tabs .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
[dir=ltr] .nav-pills .nav-link i, [dir=ltr] .nav-pills .nav-link svg, [dir=ltr] .nav-tabs .nav-link i, [dir=ltr] .nav-tabs .nav-link svg {
  margin-right: 0.5rem;
}
[dir=rtl] .nav-pills .nav-link i, [dir=rtl] .nav-pills .nav-link svg, [dir=rtl] .nav-tabs .nav-link i, [dir=rtl] .nav-tabs .nav-link svg {
  margin-left: 0.5rem;
}

[dir] .nav-pills {
  margin-bottom: 1rem;
}
.nav-pills .nav-link {
  font-size: 1rem;
  line-height: 1rem;
  color: #5e5873;
}
[dir] .nav-pills .nav-link {
  padding: 0.786rem 1.5rem;
  border: 1px solid transparent;
}
[dir] .nav-pills .nav-link.active {
  border-color: #7200FF;
  box-shadow: 0 4px 18px -4px rgba(114, 0, 255, 0.65);
}
.nav-pills .nav-link.disabled {
  color: #b9b9c3;
}
.nav-pills .nav-link.dropdown-toggle::after {
  top: 1px;
}
[dir=ltr] .nav-pills .nav-link.dropdown-toggle::after {
  left: 1px;
}
[dir=rtl] .nav-pills .nav-link.dropdown-toggle::after {
  right: 1px;
}
.nav-pills.dropdown.show .nav-link {
  color: #fff;
}
.nav-pills.dropdown.show .dropdown-item.active:hover {
  color: #7367f0;
}
.nav-pills.nav-justified {
  width: 100%;
}
[dir] .nav-pills.nav-justified .nav-item {
  float: none;
}
[dir] .nav-pills.nav-justified .nav-link {
  text-align: center;
  margin-bottom: 5px;
}
.nav-pills.nav-justified > .dropdown .dropdown-menu {
  top: auto;
}
[dir=ltr] .nav-pills.nav-justified > .dropdown .dropdown-menu {
  left: auto;
}
[dir=rtl] .nav-pills.nav-justified > .dropdown .dropdown-menu {
  right: auto;
}
@media (min-width: 576px) {
  .nav-pills.nav-justified .nav-item {
    display: block;
    width: 1%;
  }
  [dir] .nav-pills.nav-justified .nav-link {
    margin-bottom: 0;
  }
}
[dir] .nav-pills.nav-justified .nav-link {
  border-radius: 10px;
}
[dir=ltr] .nav-pills.nav-justified .nav-link {
  margin-right: 0;
}
[dir=rtl] .nav-pills.nav-justified .nav-link {
  margin-left: 0;
}
@media (min-width: 576px) {
  [dir] .nav-pills.nav-justified .nav-link.active, [dir] .nav-pills.nav-justified .nav-link.active:hover, [dir] .nav-pills.nav-justified .nav-link.active:focus {
    border-bottom-color: transparent;
  }
}
.nav-pills.nav-justified .nav-link {
  display: block;
}
[dir] .nav-pills.nav-justified .nav-link.active {
  border: none;
}
[dir] .nav-pills.nav-justified .nav-link.active:hover, [dir] .nav-pills.nav-justified .nav-link.active:focus {
  border: none;
}

.nav-tabs {
  position: relative;
}

[dir] .nav-tabs {
  margin-bottom: 1rem;
}
.nav-tabs .nav-item {
  position: relative;
}
.nav-tabs .nav-link {
  color: #6e6b7b;
  min-width: auto;
  font-weight: 450;
  position: relative;
  overflow: hidden;
}
[dir] .nav-tabs .nav-link {
  border: none;
  padding: 0.61rem 1.2rem;
  border-radius: 0;
}
.nav-tabs .nav-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  transition: transform 0.3s;
}
[dir] .nav-tabs .nav-link:after {
  transform: translate3d(0, 150%, 0);
}
[dir=ltr] .nav-tabs .nav-link:after {
  left: 0;
  background: linear-gradient(30deg, #7367f0, rgba(115, 103, 240, 0.5)) !important;
}
[dir=rtl] .nav-tabs .nav-link:after {
  right: 0;
  background: linear-gradient(-30deg, #7367f0, rgba(115, 103, 240, 0.5)) !important;
}
.nav-tabs .nav-link.active {
  position: relative;
  color: #7367f0;
}
[dir] .nav-tabs .nav-link.active:after {
  transform: translate3d(0, 0, 0);
}
.nav-tabs .nav-link.dropdown-toggle::after {
  top: 1px;
}
[dir=ltr] .nav-tabs .nav-link.dropdown-toggle::after {
  left: 1px;
}
[dir=rtl] .nav-tabs .nav-link.dropdown-toggle::after {
  right: 1px;
}
.nav-tabs.nav-justified {
  width: 100%;
}
[dir] .nav-tabs.nav-justified .nav-item {
  float: none;
}
[dir] .nav-tabs.nav-justified .nav-link {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
}
[dir=ltr] .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  left: auto;
}
[dir=rtl] .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  right: auto;
}
@media (min-width: 576px) {
  .nav-tabs.nav-justified .nav-item {
    display: block;
    width: 1%;
  }
  [dir] .nav-tabs.nav-justified .nav-link {
    margin-bottom: 0;
  }
}
[dir] .nav-tabs.nav-justified .nav-link {
  border-radius: 10px;
}
[dir=ltr] .nav-tabs.nav-justified .nav-link {
  margin-right: 0;
}
[dir=rtl] .nav-tabs.nav-justified .nav-link {
  margin-left: 0;
}
@media (min-width: 576px) {
  [dir] .nav-tabs.nav-justified .nav-link.active, [dir] .nav-tabs.nav-justified .nav-link.active:hover, [dir] .nav-tabs.nav-justified .nav-link.active:focus {
    border-bottom-color: transparent;
  }
}
.nav-tabs.nav-justified .nav-item a.nav-link {
  display: block;
}
[dir] .nav-tabs.nav-justified .nav-item a.nav-link {
  border-radius: 0;
}
[dir] .nav-tabs.nav-justified .nav-item a.nav-link.active {
  border: none;
}
[dir] .nav-tabs.nav-justified .nav-item a.nav-link:hover {
  border-color: transparent;
}

.nav-vertical {
  overflow: hidden;
}
[dir] .nav-vertical .nav.nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
}
[dir=ltr] .nav-vertical .nav.nav-tabs .nav-item .nav-link:after {
  transform: rotate(90deg) translate3d(0, 150%, 0);
  left: 70%;
}
[dir=rtl] .nav-vertical .nav.nav-tabs .nav-item .nav-link:after {
  transform: rotate(-90deg) translate3d(0, 150%, 0);
  right: 70%;
}
.nav-vertical .nav.nav-tabs .nav-item .nav-link.active:after {
  top: 1.25rem;
  width: 2.14rem;
}
[dir=ltr] .nav-vertical .nav.nav-tabs .nav-item .nav-link.active:after {
  left: auto;
  right: -1.4rem;
  transform: rotate(90deg) translate3d(0, 225%, 0);
}
[dir=rtl] .nav-vertical .nav.nav-tabs .nav-item .nav-link.active:after {
  right: auto;
  left: -1.4rem;
  transform: rotate(-90deg) translate3d(0, 225%, 0);
}
.nav-vertical .nav.nav-tabs.nav-left {
  display: table;
}
[dir=ltr] .nav-vertical .nav.nav-tabs.nav-left {
  float: left;
  margin-right: 1rem;
}
[dir=rtl] .nav-vertical .nav.nav-tabs.nav-left {
  float: right;
  margin-left: 1rem;
}
.nav-vertical .nav.nav-tabs.nav-left ~ .tab-content .tab-pane {
  display: none;
  overflow-y: auto;
}
[dir=ltr] .nav-vertical .nav.nav-tabs.nav-left ~ .tab-content .tab-pane {
  padding-left: 1rem;
}
[dir=rtl] .nav-vertical .nav.nav-tabs.nav-left ~ .tab-content .tab-pane {
  padding-right: 1rem;
}
.nav-vertical .nav.nav-tabs.nav-left ~ .tab-content .tab-pane.active {
  display: block;
}
.nav-vertical .nav.nav-tabs.nav-right {
  display: table;
}
[dir=ltr] .nav-vertical .nav.nav-tabs.nav-right {
  float: right;
  margin-left: 1rem;
}
[dir=rtl] .nav-vertical .nav.nav-tabs.nav-right {
  float: left;
  margin-right: 1rem;
}
[dir=ltr] .nav-vertical .nav.nav-tabs.nav-right .nav-item .nav-link.active:after {
  left: -0.9rem;
  transform: rotate(90deg) translate3d(0, 10%, 0);
}
[dir=rtl] .nav-vertical .nav.nav-tabs.nav-right .nav-item .nav-link.active:after {
  right: -0.9rem;
  transform: rotate(-90deg) translate3d(0, 10%, 0);
}
.nav-vertical .nav.nav-tabs.nav-right ~ .tab-content .tab-pane {
  display: none;
  overflow-y: auto;
}
[dir=ltr] .nav-vertical .nav.nav-tabs.nav-right ~ .tab-content .tab-pane {
  padding-right: 1rem;
}
[dir=rtl] .nav-vertical .nav.nav-tabs.nav-right ~ .tab-content .tab-pane {
  padding-left: 1rem;
}
.nav-vertical .nav.nav-tabs.nav-right ~ .tab-content .tab-pane.active {
  display: block;
}

.alert {
  font-weight: 500;
}

[dir] .alert {
  border: none;
  padding: 0;
}
[dir] .alert.alert-dismissible .close {
  padding: 0.5rem 1rem 0.5rem 1rem;
  background-color: transparent !important;
  box-shadow: none !important;
}
[dir=ltr] .alert.alert-dismissible .alert-body {
  padding: 0.71rem 2rem 0.71rem 1rem;
}
[dir=rtl] .alert.alert-dismissible .alert-body {
  padding: 0.71rem 1rem 0.71rem 2rem;
}
.alert .close:focus {
  outline: 0;
}
.alert .alert-link:hover {
  text-decoration: underline;
}
.alert p {
  font-weight: 500;
  vertical-align: middle;
}
[dir] .alert p {
  padding: 2px 0;
  margin-bottom: 0;
}
.alert .alert-heading {
  font-weight: 600;
  font-size: 1rem;
}
[dir] .alert .alert-heading {
  padding: 0.71rem 1rem;
  margin-bottom: 0;
}
[dir] .alert .alert-body {
  padding: 0.71rem 1rem;
}
.alert .alert-body i,
.alert .alert-body svg {
  position: relative;
  top: -2px;
}
[dir] .alert.alert-dark .alert-heading {
  box-shadow: rgba(75, 75, 75, 0.4) 0px 6px 15px -7px;
}

.media-list .media {
  width: 100%;
}

[dir] .media-list .media {
  padding: 1.25rem;
  margin-top: 0;
}
[dir=ltr] .media-list .media .media-left {
  margin-right: 1rem;
}
[dir=rtl] .media-list .media .media-left {
  margin-left: 1rem;
}
[dir=ltr] .media-list .media .media-right {
  margin-left: 1rem;
}
[dir=rtl] .media-list .media .media-right {
  margin-right: 1rem;
}
.media-list a.media {
  color: #b8c2cc !important;
}

[dir] .media-bordered .media:not(:first-child) {
  border-top: 1px solid #ebe9f1;
}

/*=========================================================================================
  File Name: progress.scss
  Description: Extended bootstrap progress bar scss.
  ----------------------------------------------------------------------------------------
  Item Name: Vuexy - Vuejs, React, Angular, HTML & Laravel Admin Dashboard Template
  Author: PIXINVENT
  Author URL: http://www.themeforest.net/user/pixinvent
  ----------------------------------------------------------------------------------------
==========================================================================================*/
[dir] .progress .progress-bar + .progress-bar:not(:last-child) {
  border-radius: 0;
}
[dir=ltr] .progress .progress-bar:last-child {
  border-top-right-radius: 5rem;
  border-bottom-right-radius: 5rem;
}
[dir=rtl] .progress .progress-bar:last-child {
  border-top-left-radius: 5rem;
  border-bottom-left-radius: 5rem;
}

/* ===============================================================================================
  File Name: list-group.scss
  Description: Contain list item, list group related extended SCSS.
  ----------------------------------------------------------------------------------------------
  Item Name: Vuexy - Vuejs, React, Angular, HTML & Laravel Admin Dashboard Template
  Author: PIXINVENT
  Author URL: http://www.themeforest.net/user/pixinvent
================================================================================================*/
ul.list-inline li {
  display: inline-block;
}
ul.list-inline.list-inline-pipe > li + li:before {
  content: " | ";
}
[dir=ltr] ul.list-inline.list-inline-pipe > li + li:before {
  padding-right: 2px;
}
[dir=rtl] ul.list-inline.list-inline-pipe > li + li:before {
  padding-left: 2px;
}

.list-group-item {
  line-height: 1.5;
}
.list-group-item i,
.list-group-item svg {
  position: relative;
}

.list-group .list-group-item-action.active, .list-group .list-group-item-action:active {
  color: #fff;
}

[dir] .list-group .list-group-item-action.active, [dir] .list-group .list-group-item-action:active {
  background-color: #7367f0;
}
.list-group .list-group-item-action.active h1, .list-group .list-group-item-action.active .h1,
.list-group .list-group-item-action.active h2,
.list-group .list-group-item-action.active .h2,
.list-group .list-group-item-action.active h3,
.list-group .list-group-item-action.active .h3,
.list-group .list-group-item-action.active h4,
.list-group .list-group-item-action.active .h4,
.list-group .list-group-item-action.active h5,
.list-group .list-group-item-action.active .h5,
.list-group .list-group-item-action.active h6,
.list-group .list-group-item-action.active .h6, .list-group .list-group-item-action:active h1, .list-group .list-group-item-action:active .h1,
.list-group .list-group-item-action:active h2,
.list-group .list-group-item-action:active .h2,
.list-group .list-group-item-action:active h3,
.list-group .list-group-item-action:active .h3,
.list-group .list-group-item-action:active h4,
.list-group .list-group-item-action:active .h4,
.list-group .list-group-item-action:active h5,
.list-group .list-group-item-action:active .h5,
.list-group .list-group-item-action:active h6,
.list-group .list-group-item-action:active .h6 {
  color: #fff;
}
.list-group .list-group-item-action.active:hover, .list-group .list-group-item-action.active:focus, .list-group .list-group-item-action:active:hover, .list-group .list-group-item-action:active:focus {
  color: #fff;
}
[dir] .list-group .list-group-item-action.active:hover, [dir] .list-group .list-group-item-action.active:focus, [dir] .list-group .list-group-item-action:active:hover, [dir] .list-group .list-group-item-action:active:focus {
  background-color: #7367f0;
}
.list-group .list-group-item-action.active small, .list-group .list-group-item-action.active .small, .list-group .list-group-item-action:active small, .list-group .list-group-item-action:active .small {
  color: #b9b9c3 !important;
}
[dir] .list-group .list-group-item-action:hover {
  background-color: #EBECF0;
}
.list-group .list-group-item-action:focus {
  outline: 0;
}
[dir] .list-group .list-group-item-action:focus {
  background-color: #EBECF0;
}
[dir] .list-group.list-group-circle {
  border: none;
}
.list-group.list-group-circle .list-group-item {
  position: relative;
}
[dir] .list-group.list-group-circle .list-group-item {
  border: none;
}
[dir=ltr] .list-group.list-group-circle .list-group-item {
  padding-left: 1.5rem;
}
[dir=rtl] .list-group.list-group-circle .list-group-item {
  padding-right: 1.5rem;
}
.list-group.list-group-circle .list-group-item:after {
  content: " ";
  color: #6e6b7b;
  position: absolute;
  height: 10px;
  width: 10px;
  top: 1.15rem;
}
[dir] .list-group.list-group-circle .list-group-item:after {
  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' stroke='%236e6b7b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-circle'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
}
[dir=ltr] .list-group.list-group-circle .list-group-item:after {
  left: 0;
}
[dir=rtl] .list-group.list-group-circle .list-group-item:after {
  right: 0;
}
[dir] .list-group.list-group-circle .list-group-item:hover {
  background-color: transparent;
}

[dir] .list-group-item.gu-mirror {
  border-radius: 0;
}

.toast.show {
  z-index: 1030;
}
.toast .close:focus {
  outline: none;
}

[dir=ltr] .toast {
  left: 1rem;
}

[dir=rtl] .toast {
  right: 1rem;
}

[class*=collapse-] .collapse-title {
  font-weight: 500;
  font-size: 1.1rem;
}
[dir] [class*=collapse-] .card {
  margin-bottom: 0;
}
[dir] [class*=collapse-] .card:last-of-type {
  margin-bottom: 0;
}
[dir] [class*=collapse-] .card:not(:last-of-type) {
  border-bottom: 1px solid #ebe9f1;
}
[dir] [class*=collapse-] .card .card-header {
  cursor: pointer;
}
[dir=ltr] [class*=collapse-] .card .card-header {
  padding: 1rem 2.8rem 1rem 1rem;
}
[dir=rtl] [class*=collapse-] .card .card-header {
  padding: 1rem 1rem 1rem 2.8rem;
}
[class*=collapse-] .card .card-body {
  line-height: 1.5;
}
[dir] [class*=collapse-] .card .card-body {
  padding: 1rem;
  padding-top: 0.42rem;
}

.collapse-title {
  color: inherit;
}
.collapse-title:hover {
  color: inherit;
}

[dir] .collapse-default .card:first-child {
  border-top: 0;
}
[dir] .collapse-default .card:last-child {
  border-bottom: 0;
}
[dir] .collapse-default .card {
  border-radius: 0;
}

[dir] .collapse-border .card {
  border: 1px solid #ebe9f1;
}
[dir] .collapse-border .card:not(:last-of-type) {
  border-bottom: 0;
}
[dir=ltr] .collapse-border .card:not(:last-of-type) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
[dir=rtl] .collapse-border .card:not(:last-of-type) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
[dir=ltr] .collapse-border .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
[dir=rtl] .collapse-border .card:not(:first-of-type) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

[dir] .collapse-shadow {
  box-shadow: 0 0px 4px 0 rgba(34, 41, 47, 0.1);
  padding: 0.15rem 0.75rem;
  border-radius: 10px;
}
.collapse-shadow .card {
  transition: border 0.5s ease-in-out, all 0.3s ease-in-out;
}
[dir] .collapse-shadow .card {
  border-radius: 0;
}
[dir] .collapse-shadow .card.open {
  border-radius: 0.571rem;
  margin: 10px 0;
  border: 0;
  box-shadow: 0px 0px 8px 0px rgba(34, 41, 47, 0.1) !important;
}
[dir=ltr] .collapse-shadow .card:first-child {
  border-top-left-radius: 0.571rem;
  border-top-right-radius: 0.571rem;
}
[dir=rtl] .collapse-shadow .card:first-child {
  border-top-right-radius: 0.571rem;
  border-top-left-radius: 0.571rem;
}
[dir=ltr] .collapse-shadow .card:last-child {
  border-bottom-left-radius: 0.571rem;
  border-bottom-right-radius: 0.571rem;
}
[dir=rtl] .collapse-shadow .card:last-child {
  border-bottom-right-radius: 0.571rem;
  border-bottom-left-radius: 0.571rem;
}

[dir] .collapse-margin .card {
  margin-top: 0.71rem;
  margin-bottom: 0.71rem;
  box-shadow: 0 2px 15px 0 rgba(34, 41, 47, 0.05) !important;
  border-radius: 0.358rem;
  border-bottom: 0 solid transparent !important;
}
[dir] .collapse-margin .card-header {
  border-radius: 0.358rem;
}

.collapse-icon .card-header {
  position: relative;
}
.collapse-icon [data-toggle=collapse]:after {
  position: absolute;
  top: 58%;
  width: 14px;
  height: 11px;
  content: "";
  transition: all 300ms linear 0s;
}
[dir] .collapse-icon [data-toggle=collapse]:after {
  margin-top: -8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236e6b7b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
[dir=ltr] .collapse-icon [data-toggle=collapse]:after {
  right: 1rem;
}
[dir=rtl] .collapse-icon [data-toggle=collapse]:after {
  left: 1rem;
}
[dir] .collapse-icon [data-toggle=collapse]:disabled:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236e6b7b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-up'%3E%3Cpolyline points='18 15 12 9 6 15'%3E%3C/polyline%3E%3C/svg%3E");
}
[dir=ltr] .collapse-icon [aria-expanded=false]:after {
  transform: rotate(-180deg);
}
[dir=rtl] .collapse-icon [aria-expanded=false]:after {
  transform: rotate(180deg);
}

[dir] .page-item {
  border-radius: 5rem;
}
.page-item:not(.prev-item) .page-link, .page-item:not(.next-item) .page-link, .page-item:not(.first) .page-link, .page-item:not(.last) .page-link, .page-item:not(.active) .page-link {
  line-height: 1.3;
}
.page-item .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-item.previous .page-link, .page-item.prev .page-link, .page-item.next .page-link, .page-item.first .page-link, .page-item.last .page-link {
  width: auto;
}
.page-item.prev-item .page-link, .page-item.next-item .page-link {
  transition: all 0.2s ease-out;
}
[dir=ltr] .page-item.prev-item {
  margin-right: 0.3571rem;
}
[dir=rtl] .page-item.prev-item {
  margin-left: 0.3571rem;
}
[dir] .page-item.prev-item .page-link {
  border-radius: 50%;
}
.page-item.prev-item .page-link:before {
  color: #6e6b7b;
  width: 8px;
  height: 18px;
  content: "";
}
[dir] .page-item.prev-item .page-link:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236e6b7b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
.page-item.prev-item .page-link:hover {
  color: #7367f0;
}
[dir] .page-item.prev-item .page-link:hover {
  background: #f3f2f7;
}
[dir] .page-item.prev-item .page-link:active, [dir] .page-item.prev-item .page-link:hover {
  background-color: #7367f0 !important;
}
[dir] .page-item.prev-item .page-link:active:before, [dir] .page-item.prev-item .page-link:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E") !important;
}
[dir] .page-item.prev-item.disabled .page-link:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b9b9c3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E");
}
[dir=ltr] .page-item.prev-item ~ .page-item:nth-child(2) {
  border-top-left-radius: 5rem;
  border-bottom-left-radius: 5rem;
}
[dir=rtl] .page-item.prev-item ~ .page-item:nth-child(2) {
  border-top-right-radius: 5rem;
  border-bottom-right-radius: 5rem;
}
[dir=ltr] .page-item.prev-item ~ .page-item:nth-child(2) .page-link {
  border-top-left-radius: 5rem !important;
  border-bottom-left-radius: 5rem !important;
}
[dir=rtl] .page-item.prev-item ~ .page-item:nth-child(2) .page-link {
  border-top-right-radius: 5rem !important;
  border-bottom-right-radius: 5rem !important;
}
[dir=ltr] .page-item.prev-item ~ .page-item:nth-last-child(2) {
  border-top-right-radius: 5rem;
  border-bottom-right-radius: 5rem;
}
[dir=rtl] .page-item.prev-item ~ .page-item:nth-last-child(2) {
  border-top-left-radius: 5rem;
  border-bottom-left-radius: 5rem;
}
[dir=ltr] .page-item.prev-item ~ .page-item:nth-last-child(2) .page-link {
  border-top-right-radius: 5rem !important;
  border-bottom-right-radius: 5rem !important;
}
[dir=rtl] .page-item.prev-item ~ .page-item:nth-last-child(2) .page-link {
  border-top-left-radius: 5rem !important;
  border-bottom-left-radius: 5rem !important;
}
[dir=ltr] .page-item.next-item {
  margin-left: 0.3571rem;
}
[dir=rtl] .page-item.next-item {
  margin-right: 0.3571rem;
}
[dir] .page-item.next-item .page-link {
  border-radius: 50%;
}
.page-item.next-item .page-link:after {
  width: 8px;
  height: 18px;
  content: "";
}
[dir] .page-item.next-item .page-link:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236e6b7b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
.page-item.next-item .page-link:hover {
  color: #7367f0;
}
[dir] .page-item.next-item .page-link:hover {
  background: #f3f2f7;
}
[dir] .page-item.next-item .page-link:active, [dir] .page-item.next-item .page-link:hover {
  background-color: #7367f0 !important;
}
[dir] .page-item.next-item .page-link:active:after, [dir] .page-item.next-item .page-link:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E") !important;
}
[dir] .page-item.next-item.disabled .page-link:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b9b9c3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
}
.page-item.prev .page-link:before, .page-item.previous .page-link:before {
  color: #6e6b7b;
  width: 12px;
  height: 18px;
  content: "";
}
[dir] .page-item.prev .page-link:before, [dir] .page-item.previous .page-link:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236e6b7b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
[dir] .page-item.prev .page-link:hover:before, [dir] .page-item.previous .page-link:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237367f0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E") !important;
}
[dir] .page-item.prev.disabled .page-link:before, [dir] .page-item.previous.disabled .page-link:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b9b9c3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E");
}
.page-item.next .page-link:after {
  color: #6e6b7b;
  width: 12px;
  height: 18px;
  content: "";
}
[dir] .page-item.next .page-link:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236e6b7b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
[dir] .page-item.next .page-link:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237367f0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E") !important;
}
[dir] .page-item.next.disabled .page-link:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b9b9c3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
}
.page-item.disabled .page-link {
  color: #b9b9c3;
}
.page-item .page-link {
  font-size: 1rem;
  min-width: 2.286rem;
}
[dir] .page-item .page-link {
  border: none;
  margin: 0;
}
[dir=ltr] .page-item .page-link {
  margin-left: 0;
}
[dir=rtl] .page-item .page-link {
  margin-right: 0;
}
[dir] .page-item .page-link:focus {
  box-shadow: none;
}
.page-item .page-link:hover {
  color: #7367f0;
}
[dir] .page-item.active {
  background-color: #f3f2f7;
  border-radius: 0;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff !important;
  font-weight: 600;
}
[dir] .page-item.active .page-link {
  border-radius: 5rem;
  background-color: #7367f0;
}
[dir=ltr] .page-item:first-child:not(.prev-item).active {
  border-top-left-radius: 1.428rem;
  border-bottom-left-radius: 1.428rem;
}
[dir=rtl] .page-item:first-child:not(.prev-item).active {
  border-top-right-radius: 1.428rem;
  border-bottom-right-radius: 1.428rem;
}
[dir] .page-item:first-child:not(.prev-item).active .page-link {
  border-radius: 5rem;
}
[dir=ltr] .page-item:first-child:not(.prev-item) .page-link {
  border-top-left-radius: 1.428rem;
  border-bottom-left-radius: 1.428rem;
}
[dir=rtl] .page-item:first-child:not(.prev-item) .page-link {
  border-top-right-radius: 1.428rem;
  border-bottom-right-radius: 1.428rem;
}
[dir=ltr] .page-item:last-child:not(.next-item).active {
  border-top-right-radius: 1.428rem;
  border-bottom-right-radius: 1.428rem;
}
[dir=rtl] .page-item:last-child:not(.next-item).active {
  border-top-left-radius: 1.428rem;
  border-bottom-left-radius: 1.428rem;
}
[dir] .page-item:last-child:not(.next-item).active .page-link {
  border-radius: 5rem;
}
[dir=ltr] .page-item:last-child:not(.next-item) .page-link {
  border-top-right-radius: 1.428rem;
  border-bottom-right-radius: 1.428rem;
}
[dir=rtl] .page-item:last-child:not(.next-item) .page-link {
  border-top-left-radius: 1.428rem;
  border-bottom-left-radius: 1.428rem;
}

.pagination.pagination-lg .page-item .page-link {
  font-size: 1.14rem;
  min-width: 2.6rem;
}
.pagination.pagination-sm .page-item .page-link {
  font-size: 0.857rem;
  min-width: 2rem;
}

[dir] .modal .modal-header {
  background-color: #EBECF0;
  border-bottom: none;
}

[dir=ltr] .modal .modal-header {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

[dir=rtl] .modal .modal-header {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.modal .modal-header .close {
  opacity: 1;
  transition: all 0.23s ease 0.1s;
  position: relative;
}
[dir] .modal .modal-header .close {
  padding: 0.2rem 0.62rem;
  box-shadow: 0 5px 20px 0 rgba(34, 41, 47, 0.1);
  border-radius: 10px;
  background: #fff;
}
.modal .modal-header .close:hover, .modal .modal-header .close:focus, .modal .modal-header .close:active {
  opacity: 1;
  outline: none;
}
[dir] .modal .modal-header .close:hover, [dir] .modal .modal-header .close:focus, [dir] .modal .modal-header .close:active {
  box-shadow: none;
}
.modal .modal-content {
  overflow: visible;
}
[dir] .modal .modal-content {
  border: none;
  box-shadow: 0 5px 20px 0 rgba(34, 41, 47, 0.1);
}
[dir] .modal .modal-footer {
  padding: 0.8rem 1.4rem;
}
.modal.modal-sticky {
  bottom: 0;
  width: 1200px;
  top: auto;
  height: auto;
  position: fixed;
}
[dir=ltr] .modal.modal-sticky {
  right: 0;
  left: auto;
}
[dir=rtl] .modal.modal-sticky {
  left: 0;
  right: auto;
}
.modal.modal-sticky .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
[dir] .modal.modal-sticky .modal-dialog {
  box-shadow: 0px 0px 24px 0 rgba(34, 41, 47, 0.25);
  border-radius: 10px;
}
[dir=ltr] .modal.modal-sticky .modal-dialog {
  margin-right: 2rem !important;
}
[dir=rtl] .modal.modal-sticky .modal-dialog {
  margin-left: 2rem !important;
}
.modal.modal-sticky .modal-actions {
  line-height: 0;
}
[dir] .modal.modal-sticky .modal-actions {
  background: transparent;
  box-shadow: none;
}

.modal-xs {
  max-width: 300px;
}

@media (min-width: 1200px) {
  [dir=ltr] .modal-xl {
    margin-left: 15%;
    margin-right: 15%;
  }
  [dir=rtl] .modal-xl {
    margin-right: 15%;
    margin-left: 15%;
  }
}
.modal-slide-in,
.modal-slide-in .modal {
  overflow: hidden !important;
}
[dir] .modal-slide-in, [dir] .modal-slide-in .modal {
  padding: 0 !important;
}

.modal-slide-in .modal-dialog {
  position: fixed;
  top: 0;
  bottom: 0;
  max-width: none;
  width: 20rem;
}

[dir] .modal-slide-in .modal-dialog {
  margin: 0;
}

[dir=ltr] .modal-slide-in .modal-dialog {
  right: 0;
  left: auto;
}

[dir=rtl] .modal-slide-in .modal-dialog {
  left: 0;
  right: auto;
}
.modal-slide-in .modal-dialog .modal-content {
  overflow: auto;
  height: 100%;
}
[dir] .modal-slide-in .modal-dialog .modal-content {
  padding-bottom: 3.8rem;
  padding-top: 3.8rem;
  border-radius: 0;
}
.modal-slide-in .modal-dialog .modal-body {
  flex-grow: 0;
}
[dir] .modal-slide-in .modal-dialog .modal-body {
  padding-bottom: 0;
  padding-top: 0;
  margin: auto 0;
}
@media (min-width: 576px) {
  .modal-slide-in .modal-dialog {
    width: 28rem;
  }
}
.modal-slide-in .modal-dialog.sidebar-sm {
  width: 25rem;
}
@media (min-width: 576px) {
  .modal-slide-in .modal-dialog.sidebar-lg {
    width: 30rem;
  }
}
.modal-slide-in .close {
  top: 0.4rem;
  z-index: 10;
  position: absolute;
  top: 1.5rem;
  line-height: 0.5;
}
[dir] .modal-slide-in .close {
  transform: none;
  margin: 0;
  padding: 0 !important;
  transform: translate(0, -50%);
}
[dir=ltr] .modal-slide-in .close {
  right: 1.4rem;
}
[dir=rtl] .modal-slide-in .close {
  left: 1.4rem;
}

.modal-slide-in.fade .modal-dialog,
.modal-slide-in .modal.fade .modal-dialog {
  transition: transform 0.1s ease-out;
}

[dir=ltr] .modal-slide-in.fade .modal-dialog, [dir=ltr] .modal-slide-in .modal.fade .modal-dialog {
  transform: translateX(100%);
}

[dir=rtl] .modal-slide-in.fade .modal-dialog, [dir=rtl] .modal-slide-in .modal.fade .modal-dialog {
  transform: translateX(-100%);
}

.modal-slide-in.show .modal-dialog,
.modal-slide-in .modal.show .modal-dialog {
  transition: transform 0.1s ease-out;
}

[dir] .modal-slide-in.show .modal-dialog, [dir] .modal-slide-in .modal.show .modal-dialog {
  transform: translateX(0) !important;
}

@media (max-width: 576px) {
  [dir=ltr] .modal {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  [dir=rtl] .modal {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .modal .modal-xs,
  .modal .modal-sm {
    max-width: unset;
  }
  [dir] .modal.modal-sticky .modal-dialog {
    margin-bottom: 3rem;
  }
  [dir=ltr] .modal.modal-sticky .modal-dialog {
    margin-right: 0.2rem !important;
    margin-left: 0.2rem;
  }
  [dir=rtl] .modal.modal-sticky .modal-dialog {
    margin-left: 0.2rem !important;
    margin-right: 0.2rem;
  }
}
[dir] .popover {
  box-shadow: 0 0 10px 0 rgba(34, 41, 47, 0.1);
}
.popover .popover-header {
  font-size: 1.07rem;
}
[dir] .popover .popover-header {
  border: 1px solid #7367f0;
}
[dir] .popover .popover-body {
  border: 1px solid #ebe9f1;
  border-top-color: var(--bs-body-bg);
}
[dir=ltr] .popover .popover-body {
  border-bottom-left-radius: 0.358rem;
  border-bottom-right-radius: 0.358rem;
}
[dir=rtl] .popover .popover-body {
  border-bottom-right-radius: 0.358rem;
  border-bottom-left-radius: 0.358rem;
}
[dir] .popover.bs-popover-bottom .arrow:after, [dir] .popover.bs-popover-auto[data-popper-placement^=bottom] .arrow:after {
  border-bottom-color: #7367f0;
}

.bs-popover-top > .arrow::after, .bs-popover-auto[data-popper-placement^=top] > .arrow::after {
  bottom: 1px;
}

[dir=ltr] .bs-popover-right > .arrow::after {
  left: 1px;
}

[dir=rtl] .bs-popover-right > .arrow::after {
  right: 1px;
}

[dir=ltr] .bs-popover-left > .arrow::after {
  right: 1px;
}

[dir=rtl] .bs-popover-left > .arrow::after {
  left: 1px;
}

.font-small-1 {
  font-size: 0.7rem !important;
}
svg.font-small-1 {
  height: 0.7rem !important;
  width: 0.7rem !important;
}

.font-small-2 {
  font-size: 0.8rem !important;
}
svg.font-small-2 {
  height: 0.8rem !important;
  width: 0.8rem !important;
}

.font-small-3 {
  font-size: 0.9rem !important;
}
svg.font-small-3 {
  height: 0.9rem !important;
  width: 0.9rem !important;
}

.font-small-4 {
  font-size: 1rem !important;
}
svg.font-small-4 {
  height: 1rem !important;
  width: 1rem !important;
}

.font-medium-1 {
  font-size: 1.1rem !important;
}
svg.font-medium-1 {
  height: 1.1rem !important;
  width: 1.1rem !important;
}

.font-medium-2 {
  font-size: 1.2rem !important;
}
svg.font-medium-2 {
  height: 1.2rem !important;
  width: 1.2rem !important;
}

.font-medium-3 {
  font-size: 1.3rem !important;
}
svg.font-medium-3 {
  height: 1.3rem !important;
  width: 1.3rem !important;
}

.font-medium-4 {
  font-size: 1.4rem !important;
}
svg.font-medium-4 {
  height: 1.4rem !important;
  width: 1.4rem !important;
}

.font-medium-5 {
  font-size: 1.5rem !important;
}
svg.font-medium-5 {
  height: 1.5rem !important;
  width: 1.5rem !important;
}

.font-large-1 {
  font-size: 2rem !important;
}
svg.font-large-1 {
  height: 2rem !important;
  width: 2rem !important;
}

.font-large-2 {
  font-size: 3rem !important;
}
svg.font-large-2 {
  height: 3rem !important;
  width: 3rem !important;
}

.font-large-3 {
  font-size: 4rem !important;
}
svg.font-large-3 {
  height: 4rem !important;
  width: 4rem !important;
}

.font-large-4 {
  font-size: 5rem !important;
}
svg.font-large-4 {
  height: 5rem !important;
  width: 5rem !important;
}

.font-large-5 {
  font-size: 6rem !important;
}
svg.font-large-5 {
  height: 6rem !important;
  width: 6rem !important;
}

.line-height-1 {
  line-height: 1 !important;
}

.line-height-condensed {
  line-height: 1.5 !important;
}

.line-height-inherit {
  line-height: inherit !important;
}

[dir=ltr] .rotate-45 {
  transform: rotate(45deg);
}

[dir=rtl] .rotate-45 {
  transform: rotate(-45deg);
}

[dir=ltr] .rotate-45-inverse {
  transform: rotate(-45deg);
}

[dir=rtl] .rotate-45-inverse {
  transform: rotate(45deg);
}

[dir=ltr] .rotate-90 {
  transform: rotate(90deg);
}

[dir=rtl] .rotate-90 {
  transform: rotate(-90deg);
}

[dir=ltr] .rotate-90-inverse {
  transform: rotate(-90deg);
}

[dir=rtl] .rotate-90-inverse {
  transform: rotate(90deg);
}

[dir=ltr] .rotate-180 {
  transform: rotate(180deg);
}

[dir=rtl] .rotate-180 {
  transform: rotate(-180deg);
}

[dir=ltr] .rotate-180-inverse {
  transform: rotate(-180deg);
}

[dir=rtl] .rotate-180-inverse {
  transform: rotate(180deg);
}

[dir] .border-2 {
  border-width: 2px !important;
}

[dir] .border-top-2 {
  border-top-width: 2px !important;
}

[dir] .border-bottom-2 {
  border-bottom-width: 2px !important;
}

[dir=ltr] .border-left-2 {
  border-left-width: 2px !important;
}

[dir=rtl] .border-left-2 {
  border-right-width: 2px !important;
}

[dir=ltr] .border-right-2 {
  border-right-width: 2px !important;
}

[dir=rtl] .border-right-2 {
  border-left-width: 2px !important;
}

[dir] .border-3 {
  border-width: 3px !important;
}

[dir] .border-top-3 {
  border-top-width: 3px !important;
}

[dir] .border-bottom-3 {
  border-bottom-width: 3px !important;
}

[dir=ltr] .border-left-3 {
  border-left-width: 3px !important;
}

[dir=rtl] .border-left-3 {
  border-right-width: 3px !important;
}

[dir=ltr] .border-right-3 {
  border-right-width: 3px !important;
}

[dir=rtl] .border-right-3 {
  border-left-width: 3px !important;
}

[dir] .round {
  border-radius: 10px;
}

[dir] .square {
  border-radius: 0;
}

.fit {
  max-width: 100% !important;
}

.half-width {
  width: 50% !important;
}

.full-width {
  width: 100% !important;
}

.full-height {
  height: 100% !important;
}

.height-50 {
  height: 50px !important;
}

.width-50 {
  width: 50px !important;
}

.height-100 {
  height: 100px !important;
}

.width-100 {
  width: 100px !important;
}

.height-150 {
  height: 150px !important;
}

.width-150 {
  width: 150px !important;
}

.height-200 {
  height: 200px !important;
}

.width-200 {
  width: 200px !important;
}

.height-250 {
  height: 250px !important;
}

.width-250 {
  width: 250px !important;
}

.height-300 {
  height: 300px !important;
}

.width-300 {
  width: 300px !important;
}

.height-350 {
  height: 350px !important;
}

.width-350 {
  width: 350px !important;
}

.height-400 {
  height: 405px !important;
}

.width-400 {
  width: 405px !important;
}

.height-450 {
  height: 455px !important;
}

.width-450 {
  width: 455px !important;
}

.height-500 {
  height: 500px !important;
}

.width-500 {
  width: 500px !important;
}

.height-550 {
  height: 550px !important;
}

.width-550 {
  width: 550px !important;
}

.height-600 {
  height: 600px !important;
}

.width-600 {
  width: 600px !important;
}

.height-650 {
  height: 650px !important;
}

.width-650 {
  width: 650px !important;
}

.height-700 {
  height: 700px !important;
}

.width-700 {
  width: 700px !important;
}

.height-750 {
  height: 750px !important;
}

.width-750 {
  width: 750px !important;
}

.height-800 {
  height: 800px !important;
}

.width-800 {
  width: 800px !important;
}

.height-5-per {
  height: 5% !important;
}

.width-5-per {
  width: 5% !important;
}

.height-10-per {
  height: 10% !important;
}

.width-10-per {
  width: 10% !important;
}

.height-15-per {
  height: 15% !important;
}

.width-15-per {
  width: 15% !important;
}

.height-20-per {
  height: 20% !important;
}

.width-20-per {
  width: 20% !important;
}

.height-25-per {
  height: 25% !important;
}

.width-25-per {
  width: 25% !important;
}

.height-30-per {
  height: 30% !important;
}

.width-30-per {
  width: 30% !important;
}

.height-35-per {
  height: 35% !important;
}

.width-35-per {
  width: 35% !important;
}

.height-40-per {
  height: 40% !important;
}

.width-40-per {
  width: 40% !important;
}

.height-45-per {
  height: 45% !important;
}

.width-45-per {
  width: 45% !important;
}

.height-50-per {
  height: 50% !important;
}

.width-50-per {
  width: 50% !important;
}

.height-55-per {
  height: 55% !important;
}

.width-55-per {
  width: 55% !important;
}

.height-60-per {
  height: 60% !important;
}

.width-60-per {
  width: 60% !important;
}

.height-65-per {
  height: 65% !important;
}

.width-65-per {
  width: 65% !important;
}

.height-70-per {
  height: 70% !important;
}

.width-70-per {
  width: 70% !important;
}

.height-75-per {
  height: 75% !important;
}

.width-75-per {
  width: 75% !important;
}

.height-80-per {
  height: 80% !important;
}

.width-80-per {
  width: 80% !important;
}

.height-85-per {
  height: 85% !important;
}

.width-85-per {
  width: 85% !important;
}

.height-90-per {
  height: 90% !important;
}

.width-90-per {
  width: 90% !important;
}

.height-95-per {
  height: 95% !important;
}

.width-95-per {
  width: 95% !important;
}

.position-top-0 {
  top: 0;
}

[dir=ltr] .position-right-0 {
  right: 0;
}

[dir=rtl] .position-right-0 {
  left: 0;
}

.position-bottom-0 {
  bottom: 0;
}

[dir=ltr] .position-left-0 {
  left: 0;
}

[dir=rtl] .position-left-0 {
  right: 0;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-scroll {
  overflow: scroll;
}

.overflow-y-scroll {
  overflow: scroll;
}

[dir] .cursor-pointer {
  cursor: pointer;
}

[dir] .cursor-move {
  cursor: move;
}

[dir] .cursor-default {
  cursor: default;
}

[dir] .cursor-progress {
  cursor: progress;
}

[dir] .cursor-not-allowed {
  cursor: not-allowed;
}

.zindex-1 {
  z-index: 1 !important;
}

.zindex-2 {
  z-index: 2 !important;
}

.zindex-3 {
  z-index: 3 !important;
}

.zindex-4 {
  z-index: 4 !important;
}

.zindex-0 {
  z-index: 0 !important;
}

.zindex-minus-1 {
  z-index: -1 !important;
}

.zindex-minus-2 {
  z-index: -2 !important;
}

.zindex-minus-3 {
  z-index: -3 !important;
}

.zindex-minus-4 {
  z-index: -4 !important;
}

[dir] .box-shadow-0 {
  box-shadow: none !important;
}

[dir] .box-shadow {
  box-shadow: 0px 0px 25px 0px rgba(48, 0, 107, 0.0588235294);
}

[dir] .box-shadow-1 {
  box-shadow: 0 2px 5px 0 rgba(34, 41, 47, 0.16), 0 2px 10px 0 rgba(34, 41, 47, 0.12);
}

[dir] .box-shadow-2 {
  box-shadow: 0 8px 17px 0 rgba(34, 41, 47, 0.2), 0 6px 20px 0 rgba(34, 41, 47, 0.19);
}

[dir] .box-shadow-3 {
  box-shadow: 0 12px 15px 0 rgba(34, 41, 47, 0.24), 0 17px 50px 0 rgba(34, 41, 47, 0.19);
}

[dir] .box-shadow-4 {
  box-shadow: 0 16px 28px 0 rgba(34, 41, 47, 0.22), 0 25px 55px 0 rgba(34, 41, 47, 0.21);
}

[dir] .box-shadow-5 {
  box-shadow: 0 27px 24px 0 rgba(34, 41, 47, 0.2), 0 40px 77px 0 rgba(34, 41, 47, 0.22);
}

[dir] .box-shadow-6 {
  box-shadow: 0 4px 8px 0 rgba(34, 41, 47, 0.12), 0 2px 4px 0 rgba(34, 41, 47, 0.08);
}

.outline-none {
  outline: none !important;
}

.list-style-inside {
  list-style: inside;
}

.list-style-circle {
  list-style: circle;
}

.list-style-square {
  list-style: square;
}

[dir] .bg-cover {
  background-size: cover !important;
}

[dir] .background-repeat {
  background-repeat: repeat !important;
}

[dir] .background-no-repeat {
  background-repeat: no-repeat !important;
}

.icon-bg-circle {
  color: #fff;
}

[dir] .icon-bg-circle {
  padding: 0.5rem;
  border-radius: 50%;
}

[dir=ltr] .icon-left {
  margin-right: 0.5rem;
}

[dir=rtl] .icon-left {
  margin-left: 0.5rem;
}

[dir=ltr] .icon-right {
  margin-right: 0.5rem;
}

[dir=rtl] .icon-right {
  margin-left: 0.5rem;
}

.blockOverlay {
  z-index: 1050 !important;
}

.blockElement,
.blockPage {
  z-index: 1051 !important;
}

.hidden {
  display: none;
  visibility: hidden;
}

[dir] a:hover {
  cursor: pointer;
}

.table-middle td {
  vertical-align: middle;
}

.fill-current {
  fill: currentColor;
}

.pointer-events-none {
  pointer-events: none;
}

[dir] .bg-white {
  background-color: #ffffff !important;
}
[dir] .bg-white .card-header, [dir] .bg-white .card-footer {
  background-color: transparent;
}

[dir] .border-white {
  border: 1px solid #ffffff !important;
}

[dir] .border-top-white {
  border-top: 1px solid #ffffff;
}

[dir] .border-bottom-white {
  border-bottom: 1px solid #ffffff;
}

[dir=ltr] .border-left-white {
  border-left: 1px solid #ffffff;
}

[dir=rtl] .border-left-white {
  border-right: 1px solid #ffffff;
}

[dir=ltr] .border-right-white {
  border-right: 1px solid #ffffff;
}

[dir=rtl] .border-right-white {
  border-left: 1px solid #ffffff;
}

[dir] .bg-white.badge-glow, [dir] .border-white.badge-glow, [dir] .badge-white.badge-glow {
  box-shadow: 0px 0px 10px #ffffff;
}

.overlay-white { /* The Fallback */
}

[dir] .overlay-white {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.6);
}

[dir] input:focus ~ .bg-white {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffffff !important;
}

[dir] .bg-black {
  background-color: #000000 !important;
}
[dir] .bg-black .card-header, [dir] .bg-black .card-footer {
  background-color: transparent;
}

[dir] .border-black {
  border: 1px solid #000000 !important;
}

[dir] .border-top-black {
  border-top: 1px solid #000000;
}

[dir] .border-bottom-black {
  border-bottom: 1px solid #000000;
}

[dir=ltr] .border-left-black {
  border-left: 1px solid #000000;
}

[dir=rtl] .border-left-black {
  border-right: 1px solid #000000;
}

[dir=ltr] .border-right-black {
  border-right: 1px solid #000000;
}

[dir=rtl] .border-right-black {
  border-left: 1px solid #000000;
}

[dir] .bg-black.badge-glow, [dir] .border-black.badge-glow, [dir] .badge-black.badge-glow {
  box-shadow: 0px 0px 10px #000000;
}

.overlay-black { /* The Fallback */
}

[dir] .overlay-black {
  background: #000000;
  background: rgba(0, 0, 0, 0.6);
}

[dir] input:focus ~ .bg-black {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #000000 !important;
}

[dir] .bg-dark {
  background-color: #212529 !important;
}
[dir] .bg-dark .card-header, [dir] .bg-dark .card-footer {
  background-color: transparent;
}

.alert-dark {
  color: #212529 !important;
}

[dir] .alert-dark {
  background: rgba(33, 37, 41, 0.12) !important;
}
[dir] .alert-dark .alert-heading {
  box-shadow: rgba(33, 37, 41, 0.4) 0px 6px 15px -7px;
}
.alert-dark .alert-link {
  color: rgb(21.6283783784, 24.25, 26.8716216216) !important;
}
.alert-dark .close {
  color: #212529 !important;
}

[dir] .border-dark {
  border: 1px solid #212529 !important;
}

[dir] .border-top-dark {
  border-top: 1px solid #212529;
}

[dir] .border-bottom-dark {
  border-bottom: 1px solid #212529;
}

[dir=ltr] .border-left-dark {
  border-left: 1px solid #212529;
}

[dir=rtl] .border-left-dark {
  border-right: 1px solid #212529;
}

[dir=ltr] .border-right-dark {
  border-right: 1px solid #212529;
}

[dir=rtl] .border-right-dark {
  border-left: 1px solid #212529;
}

[dir] .bg-dark.badge-glow, [dir] .border-dark.badge-glow, [dir] .badge-dark.badge-glow {
  box-shadow: 0px 0px 10px #212529;
}

.badge.badge-light-dark {
  color: #212529 !important;
}

[dir] .badge.badge-light-dark {
  background-color: rgba(33, 37, 41, 0.12);
}

.overlay-dark { /* The Fallback */
}

[dir] .overlay-dark {
  background: #212529;
  background: rgba(33, 37, 41, 0.6);
}

.btn-dark {
  color: #fff !important;
}

[dir] .btn-dark {
  border-color: #212529 !important;
  background-color: #212529 !important;
}
.btn-dark:focus, .btn-dark:active, .btn-dark.active {
  color: #fff;
}
[dir] .btn-dark:focus, [dir] .btn-dark:active, [dir] .btn-dark.active {
  background-color: #343434 !important;
}
[dir] .btn-dark:hover:not(.disabled):not(:disabled) {
  box-shadow: 0 8px 25px -8px #212529;
}
[dir] .btn-dark:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

.btn-flat-dark {
  color: #212529;
}

[dir] .btn-flat-dark {
  background-color: transparent;
}
.btn-flat-dark:hover {
  color: #212529;
}
[dir] .btn-flat-dark:hover:not(.disabled):not(:disabled) {
  background-color: rgba(33, 37, 41, 0.12);
}
.btn-flat-dark:active, .btn-flat-dark.active, .btn-flat-dark:focus {
  color: #212529;
}
[dir] .btn-flat-dark:active, [dir] .btn-flat-dark.active, [dir] .btn-flat-dark:focus {
  background-color: rgba(33, 37, 41, 0.2);
}
[dir] .btn-flat-dark.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23212529' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}

.btn-relief-dark {
  color: #fff;
  transition: all 0.2s ease;
}

[dir] .btn-relief-dark {
  background-color: #212529;
  box-shadow: inset 0 -3px 0 0 rgba(34, 41, 47, 0.2);
}
[dir] .btn-relief-dark:hover:not(.disabled):not(:disabled) {
  background-color: #626262;
}
[dir] .btn-relief-dark:active, [dir] .btn-relief-dark.active, [dir] .btn-relief-dark:focus {
  background-color: #343434;
}
.btn-relief-dark:hover {
  color: #fff;
}
.btn-relief-dark:active, .btn-relief-dark.active {
  outline: none;
}
[dir] .btn-relief-dark:active, [dir] .btn-relief-dark.active {
  box-shadow: none;
  transform: translateY(3px);
}

.btn-outline-dark {
  color: #212529;
}

[dir] .btn-outline-dark {
  border: 1px solid #212529 !important;
  background-color: transparent;
}
.btn-outline-dark:hover:not(.disabled):not(:disabled) {
  color: #212529;
}
[dir] .btn-outline-dark:hover:not(.disabled):not(:disabled) {
  background-color: rgba(33, 37, 41, 0.04);
}
[dir] .btn-outline-dark:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):focus {
  color: #212529;
}
[dir] .btn-outline-dark:not(:disabled):not(.disabled):active, [dir] .btn-outline-dark:not(:disabled):not(.disabled).active, [dir] .btn-outline-dark:not(:disabled):not(.disabled):focus {
  background-color: rgba(33, 37, 41, 0.2);
}
[dir] .btn-outline-dark.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23212529' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}
.show > .btn-outline-dark.dropdown-toggle {
  color: #212529;
}
[dir] .show > .btn-outline-dark.dropdown-toggle {
  background-color: rgba(33, 37, 41, 0.2);
}

[dir] .btn-outline-dark.waves-effect .waves-ripple, [dir] .btn-flat-dark.waves-effect .waves-ripple {
  background: radial-gradient(rgba(33, 37, 41, 0.2) 0, rgba(33, 37, 41, 0.3) 40%, rgba(33, 37, 41, 0.4) 50%, rgba(33, 37, 41, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

[dir] .bullet.bullet-dark {
  background-color: #212529;
}

.modal.modal-dark .modal-header .modal-title {
  color: #212529;
}
.modal.modal-dark .modal-header .close {
  color: #212529 !important;
}

[dir] .progress-bar-dark {
  background-color: rgba(33, 37, 41, 0.12);
}
[dir] .progress-bar-dark .progress-bar {
  background-color: #212529;
}

[dir] .timeline .timeline-point-dark {
  border-color: #212529 !important;
}
.timeline .timeline-point-dark i,
.timeline .timeline-point-dark svg {
  stroke: #212529 !important;
}
[dir] .timeline .timeline-point-dark.timeline-point-indicator {
  background-color: #212529 !important;
}
[dir] .timeline .timeline-point-dark.timeline-point-indicator:before {
  background: rgba(33, 37, 41, 0.12) !important;
}

[dir] .divider.divider-dark .divider-text:before, [dir] .divider.divider-dark .divider-text:after {
  border-color: #212529 !important;
}

[dir] input:focus ~ .bg-dark {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #212529 !important;
}

[dir] .custom-control-dark .custom-control-input:checked ~ .custom-control-label::before, [dir] .custom-control-dark .custom-control-input:active ~ .custom-control-label::before {
  border-color: #212529;
  background-color: #212529;
}
[dir] .custom-control-dark.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before, [dir] .custom-control-dark.custom-checkbox .custom-control-input:active ~ .custom-control-label::before, [dir] .custom-control-dark.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before, [dir] .custom-control-dark.custom-radio .custom-control-input:checked ~ .custom-control-label::before, [dir] .custom-control-dark.custom-radio .custom-control-input:active ~ .custom-control-label::before, [dir] .custom-control-dark.custom-radio .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 2px 4px 0 rgba(33, 37, 41, 0.4) !important;
}
[dir] .custom-control-dark .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(33, 37, 41, 0.65) !important;
  border: none;
  box-shadow: none !important;
}
[dir] .custom-control-dark .custom-control-input:focus ~ .custom-control-label::before {
  border-color: #212529 !important;
}

.custom-switch-dark .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  transition: all 0.2s ease-out;
}

[dir] .custom-switch-dark .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #212529 !important;
}

[dir] .select2-dark .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: #212529 !important;
  border-color: #212529 !important;
}

.text-dark.text-darken-1 {
  color: #343434 !important;
}

[dir] .bg-dark.bg-darken-1 {
  background-color: #343434 !important;
}

[dir] .border-dark.border-darken-1 {
  border: 1px solid #343434 !important;
}

[dir] .border-top-dark.border-top-darken-1 {
  border-top: 1px solid #343434 !important;
}

[dir] .border-bottom-dark.border-bottom-darken-1 {
  border-bottom: 1px solid #343434 !important;
}

[dir=ltr] .border-left-dark.border-left-darken-1 {
  border-left: 1px solid #343434 !important;
}

[dir=rtl] .border-left-dark.border-left-darken-1 {
  border-right: 1px solid #343434 !important;
}

[dir=ltr] .border-right-dark.border-right-darken-1 {
  border-right: 1px solid #343434 !important;
}

[dir=rtl] .border-right-dark.border-right-darken-1 {
  border-left: 1px solid #343434 !important;
}

.overlay-dark.overlay-darken-1 { /* The Fallback */
}

[dir] .overlay-dark.overlay-darken-1 {
  background: #343434;
  background: rgba(52, 52, 52, 0.6);
}

.text-dark.text-darken-2 {
  color: #1e1e1e !important;
}

[dir] .bg-dark.bg-darken-2 {
  background-color: #1e1e1e !important;
}

[dir] .border-dark.border-darken-2 {
  border: 1px solid #1e1e1e !important;
}

[dir] .border-top-dark.border-top-darken-2 {
  border-top: 1px solid #1e1e1e !important;
}

[dir] .border-bottom-dark.border-bottom-darken-2 {
  border-bottom: 1px solid #1e1e1e !important;
}

[dir=ltr] .border-left-dark.border-left-darken-2 {
  border-left: 1px solid #1e1e1e !important;
}

[dir=rtl] .border-left-dark.border-left-darken-2 {
  border-right: 1px solid #1e1e1e !important;
}

[dir=ltr] .border-right-dark.border-right-darken-2 {
  border-right: 1px solid #1e1e1e !important;
}

[dir=rtl] .border-right-dark.border-right-darken-2 {
  border-left: 1px solid #1e1e1e !important;
}

.overlay-dark.overlay-darken-2 { /* The Fallback */
}

[dir] .overlay-dark.overlay-darken-2 {
  background: #1e1e1e;
  background: rgba(30, 30, 30, 0.6);
}

.text-dark.text-darken-3 {
  color: #626262 !important;
}

[dir] .bg-dark.bg-darken-3 {
  background-color: #626262 !important;
}

[dir] .border-dark.border-darken-3 {
  border: 1px solid #626262 !important;
}

[dir] .border-top-dark.border-top-darken-3 {
  border-top: 1px solid #626262 !important;
}

[dir] .border-bottom-dark.border-bottom-darken-3 {
  border-bottom: 1px solid #626262 !important;
}

[dir=ltr] .border-left-dark.border-left-darken-3 {
  border-left: 1px solid #626262 !important;
}

[dir=rtl] .border-left-dark.border-left-darken-3 {
  border-right: 1px solid #626262 !important;
}

[dir=ltr] .border-right-dark.border-right-darken-3 {
  border-right: 1px solid #626262 !important;
}

[dir=rtl] .border-right-dark.border-right-darken-3 {
  border-left: 1px solid #626262 !important;
}

.overlay-dark.overlay-darken-3 { /* The Fallback */
}

[dir] .overlay-dark.overlay-darken-3 {
  background: #626262;
  background: rgba(98, 98, 98, 0.6);
}

[dir] .bg-light {
  background-color: #f8f9fa !important;
}
[dir] .bg-light .card-header, [dir] .bg-light .card-footer {
  background-color: transparent;
}

[dir] .border-light {
  border: 1px solid #f8f9fa !important;
}

[dir] .border-top-light {
  border-top: 1px solid #f8f9fa;
}

[dir] .border-bottom-light {
  border-bottom: 1px solid #f8f9fa;
}

[dir=ltr] .border-left-light {
  border-left: 1px solid #f8f9fa;
}

[dir=rtl] .border-left-light {
  border-right: 1px solid #f8f9fa;
}

[dir=ltr] .border-right-light {
  border-right: 1px solid #f8f9fa;
}

[dir=rtl] .border-right-light {
  border-left: 1px solid #f8f9fa;
}

[dir] .bg-light.badge-glow, [dir] .border-light.badge-glow, [dir] .badge-light.badge-glow {
  box-shadow: 0px 0px 10px #f8f9fa;
}

.overlay-light { /* The Fallback */
}

[dir] .overlay-light {
  background: #f8f9fa;
  background: rgba(248, 249, 250, 0.6);
}

[dir] input:focus ~ .bg-light {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #f8f9fa !important;
}

.text-primary.text-lighten-5 {
  color: rgb(184.5, 127.5, 255) !important;
}

[dir] .bg-primary.bg-lighten-5 {
  background-color: rgb(184.5, 127.5, 255) !important;
}

[dir] .border-primary.border-lighten-5 {
  border: 1px solid rgb(184.5, 127.5, 255) !important;
}

[dir] .border-top-primary.border-top-lighten-5 {
  border-top: 1px solid rgb(184.5, 127.5, 255) !important;
}

[dir] .border-bottom-primary.border-bottom-lighten-5 {
  border-bottom: 1px solid rgb(184.5, 127.5, 255) !important;
}

[dir=ltr] .border-left-primary.border-left-lighten-5 {
  border-left: 1px solid rgb(184.5, 127.5, 255) !important;
}

[dir=rtl] .border-left-primary.border-left-lighten-5 {
  border-right: 1px solid rgb(184.5, 127.5, 255) !important;
}

[dir=ltr] .border-right-primary.border-right-lighten-5 {
  border-right: 1px solid rgb(184.5, 127.5, 255) !important;
}

[dir=rtl] .border-right-primary.border-right-lighten-5 {
  border-left: 1px solid rgb(184.5, 127.5, 255) !important;
}

.overlay-primary.overlay-lighten-5 { /* The Fallback */
}

[dir] .overlay-primary.overlay-lighten-5 {
  background: rgb(184.5, 127.5, 255);
  background: rgba(184.5, 127.5, 255, 0.6);
}

.text-primary.text-lighten-4 {
  color: rgb(170.4, 102, 255) !important;
}

[dir] .bg-primary.bg-lighten-4 {
  background-color: rgb(170.4, 102, 255) !important;
}

[dir] .border-primary.border-lighten-4 {
  border: 1px solid rgb(170.4, 102, 255) !important;
}

[dir] .border-top-primary.border-top-lighten-4 {
  border-top: 1px solid rgb(170.4, 102, 255) !important;
}

[dir] .border-bottom-primary.border-bottom-lighten-4 {
  border-bottom: 1px solid rgb(170.4, 102, 255) !important;
}

[dir=ltr] .border-left-primary.border-left-lighten-4 {
  border-left: 1px solid rgb(170.4, 102, 255) !important;
}

[dir=rtl] .border-left-primary.border-left-lighten-4 {
  border-right: 1px solid rgb(170.4, 102, 255) !important;
}

[dir=ltr] .border-right-primary.border-right-lighten-4 {
  border-right: 1px solid rgb(170.4, 102, 255) !important;
}

[dir=rtl] .border-right-primary.border-right-lighten-4 {
  border-left: 1px solid rgb(170.4, 102, 255) !important;
}

.overlay-primary.overlay-lighten-4 { /* The Fallback */
}

[dir] .overlay-primary.overlay-lighten-4 {
  background: rgb(170.4, 102, 255);
  background: rgba(170.4, 102, 255, 0.6);
}

.text-primary.text-lighten-3 {
  color: rgb(156.3, 76.5, 255) !important;
}

[dir] .bg-primary.bg-lighten-3 {
  background-color: rgb(156.3, 76.5, 255) !important;
}

[dir] .border-primary.border-lighten-3 {
  border: 1px solid rgb(156.3, 76.5, 255) !important;
}

[dir] .border-top-primary.border-top-lighten-3 {
  border-top: 1px solid rgb(156.3, 76.5, 255) !important;
}

[dir] .border-bottom-primary.border-bottom-lighten-3 {
  border-bottom: 1px solid rgb(156.3, 76.5, 255) !important;
}

[dir=ltr] .border-left-primary.border-left-lighten-3 {
  border-left: 1px solid rgb(156.3, 76.5, 255) !important;
}

[dir=rtl] .border-left-primary.border-left-lighten-3 {
  border-right: 1px solid rgb(156.3, 76.5, 255) !important;
}

[dir=ltr] .border-right-primary.border-right-lighten-3 {
  border-right: 1px solid rgb(156.3, 76.5, 255) !important;
}

[dir=rtl] .border-right-primary.border-right-lighten-3 {
  border-left: 1px solid rgb(156.3, 76.5, 255) !important;
}

.overlay-primary.overlay-lighten-3 { /* The Fallback */
}

[dir] .overlay-primary.overlay-lighten-3 {
  background: rgb(156.3, 76.5, 255);
  background: rgba(156.3, 76.5, 255, 0.6);
}

.text-primary.text-lighten-2 {
  color: rgb(142.2, 51, 255) !important;
}

[dir] .bg-primary.bg-lighten-2 {
  background-color: rgb(142.2, 51, 255) !important;
}

[dir] .border-primary.border-lighten-2 {
  border: 1px solid rgb(142.2, 51, 255) !important;
}

[dir] .border-top-primary.border-top-lighten-2 {
  border-top: 1px solid rgb(142.2, 51, 255) !important;
}

[dir] .border-bottom-primary.border-bottom-lighten-2 {
  border-bottom: 1px solid rgb(142.2, 51, 255) !important;
}

[dir=ltr] .border-left-primary.border-left-lighten-2 {
  border-left: 1px solid rgb(142.2, 51, 255) !important;
}

[dir=rtl] .border-left-primary.border-left-lighten-2 {
  border-right: 1px solid rgb(142.2, 51, 255) !important;
}

[dir=ltr] .border-right-primary.border-right-lighten-2 {
  border-right: 1px solid rgb(142.2, 51, 255) !important;
}

[dir=rtl] .border-right-primary.border-right-lighten-2 {
  border-left: 1px solid rgb(142.2, 51, 255) !important;
}

.overlay-primary.overlay-lighten-2 { /* The Fallback */
}

[dir] .overlay-primary.overlay-lighten-2 {
  background: rgb(142.2, 51, 255);
  background: rgba(142.2, 51, 255, 0.6);
}

.text-primary.text-lighten-1 {
  color: rgb(128.1, 25.5, 255) !important;
}

[dir] .bg-primary.bg-lighten-1 {
  background-color: rgb(128.1, 25.5, 255) !important;
}

[dir] .border-primary.border-lighten-1 {
  border: 1px solid rgb(128.1, 25.5, 255) !important;
}

[dir] .border-top-primary.border-top-lighten-1 {
  border-top: 1px solid rgb(128.1, 25.5, 255) !important;
}

[dir] .border-bottom-primary.border-bottom-lighten-1 {
  border-bottom: 1px solid rgb(128.1, 25.5, 255) !important;
}

[dir=ltr] .border-left-primary.border-left-lighten-1 {
  border-left: 1px solid rgb(128.1, 25.5, 255) !important;
}

[dir=rtl] .border-left-primary.border-left-lighten-1 {
  border-right: 1px solid rgb(128.1, 25.5, 255) !important;
}

[dir=ltr] .border-right-primary.border-right-lighten-1 {
  border-right: 1px solid rgb(128.1, 25.5, 255) !important;
}

[dir=rtl] .border-right-primary.border-right-lighten-1 {
  border-left: 1px solid rgb(128.1, 25.5, 255) !important;
}

.overlay-primary.overlay-lighten-1 { /* The Fallback */
}

[dir] .overlay-primary.overlay-lighten-1 {
  background: rgb(128.1, 25.5, 255);
  background: rgba(128.1, 25.5, 255, 0.6);
}

[dir] .bg-primary {
  background-color: #7200FF !important;
}
[dir] .bg-primary .card-header, [dir] .bg-primary .card-footer {
  background-color: transparent;
}

.alert-primary {
  color: #7200FF !important;
}

[dir] .alert-primary {
  background: rgba(114, 0, 255, 0.12) !important;
}
[dir] .alert-primary .alert-heading {
  box-shadow: rgba(114, 0, 255, 0.4) 0px 6px 15px -7px;
}
.alert-primary .alert-link {
  color: rgb(102.6, 0, 229.5) !important;
}
.alert-primary .close {
  color: #7200FF !important;
}

.bg-light-primary {
  color: #7200FF !important;
}

[dir] .bg-light-primary {
  background: rgba(114, 0, 255, 0.12) !important;
}
[dir] .bg-light-primary.fc-h-event, [dir] .bg-light-primary.fc-v-event {
  border-color: rgba(114, 0, 255, 0.1);
}
[dir] .bg-light-primary .fc-list-event-dot, [dir] .bg-light-primary .fc-daygrid-event-dot {
  border-color: #7200FF !important;
}
[dir] .bg-light-primary.fc-list-event:hover td {
  background: rgba(114, 0, 255, 0.1) !important;
}
.bg-light-primary.fc-list-event .fc-list-event-title {
  color: #6e6b7b;
}

.avatar.bg-light-primary {
  color: #7200FF !important;
}

[dir] .border-primary {
  border: 1px solid #7200FF !important;
}

[dir] .border-top-primary {
  border-top: 1px solid #7200FF;
}

[dir] .border-bottom-primary {
  border-bottom: 1px solid #7200FF;
}

[dir=ltr] .border-left-primary {
  border-left: 1px solid #7200FF;
}

[dir=rtl] .border-left-primary {
  border-right: 1px solid #7200FF;
}

[dir=ltr] .border-right-primary {
  border-right: 1px solid #7200FF;
}

[dir=rtl] .border-right-primary {
  border-left: 1px solid #7200FF;
}

[dir] .bg-primary.badge-glow, [dir] .border-primary.badge-glow, [dir] .badge-primary.badge-glow {
  box-shadow: 0px 0px 10px #7200FF;
}

.badge.badge-light-primary {
  color: #7200FF !important;
}

[dir] .badge.badge-light-primary {
  background-color: rgba(114, 0, 255, 0.12);
}

.overlay-primary { /* The Fallback */
}

[dir] .overlay-primary {
  background: #7200FF;
  background: rgba(114, 0, 255, 0.6);
}

.btn-primary {
  color: #fff !important;
}

[dir] .btn-primary {
  border-color: #7200FF !important;
  background-color: #7200FF !important;
}
.btn-primary:focus, .btn-primary:active, .btn-primary.active {
  color: #fff;
}
[dir] .btn-primary:focus, [dir] .btn-primary:active, [dir] .btn-primary.active {
  background-color: rgb(102.6, 0, 229.5) !important;
}
[dir] .btn-primary:hover:not(.disabled):not(:disabled) {
  box-shadow: 0 8px 25px -8px #7200ff;
}
[dir] .btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

.btn-flat-primary {
  color: #7200FF;
}

[dir] .btn-flat-primary {
  background-color: transparent;
}
.btn-flat-primary:hover {
  color: #7200FF;
}
[dir] .btn-flat-primary:hover:not(.disabled):not(:disabled) {
  background-color: rgba(114, 0, 255, 0.12);
}
.btn-flat-primary:active, .btn-flat-primary.active, .btn-flat-primary:focus {
  color: #7200FF;
}
[dir] .btn-flat-primary:active, [dir] .btn-flat-primary.active, [dir] .btn-flat-primary:focus {
  background-color: rgba(114, 0, 255, 0.2);
}
[dir] .btn-flat-primary.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237200FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}

.btn-relief-primary {
  color: #fff;
  transition: all 0.2s ease;
}

[dir] .btn-relief-primary {
  background-color: #7200FF;
  box-shadow: inset 0 -3px 0 0 rgba(34, 41, 47, 0.2);
}
[dir] .btn-relief-primary:hover:not(.disabled):not(:disabled) {
  background-color: rgb(128.1, 25.5, 255);
}
[dir] .btn-relief-primary:active, [dir] .btn-relief-primary.active, [dir] .btn-relief-primary:focus {
  background-color: rgb(102.6, 0, 229.5);
}
.btn-relief-primary:hover {
  color: #fff;
}
.btn-relief-primary:active, .btn-relief-primary.active {
  outline: none;
}
[dir] .btn-relief-primary:active, [dir] .btn-relief-primary.active {
  box-shadow: none;
  transform: translateY(3px);
}

.btn-outline-primary {
  color: #7200FF;
}

[dir] .btn-outline-primary {
  border: 1px solid #7200FF !important;
  background-color: transparent;
}
.btn-outline-primary:hover:not(.disabled):not(:disabled) {
  color: #7200FF;
}
[dir] .btn-outline-primary:hover:not(.disabled):not(:disabled) {
  background-color: rgba(114, 0, 255, 0.04);
}
[dir] .btn-outline-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):focus {
  color: #7200FF;
}
[dir] .btn-outline-primary:not(:disabled):not(.disabled):active, [dir] .btn-outline-primary:not(:disabled):not(.disabled).active, [dir] .btn-outline-primary:not(:disabled):not(.disabled):focus {
  background-color: rgba(114, 0, 255, 0.2);
}
[dir] .btn-outline-primary.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237200FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}
.show > .btn-outline-primary.dropdown-toggle {
  color: #7200FF;
}
[dir] .show > .btn-outline-primary.dropdown-toggle {
  background-color: rgba(114, 0, 255, 0.2);
}

[dir] .btn-outline-primary.waves-effect .waves-ripple, [dir] .btn-flat-primary.waves-effect .waves-ripple {
  background: radial-gradient(rgba(114, 0, 255, 0.2) 0, rgba(114, 0, 255, 0.3) 40%, rgba(114, 0, 255, 0.4) 50%, rgba(114, 0, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

[dir] .bullet.bullet-primary {
  background-color: #7200FF;
}

.modal.modal-primary .modal-header .modal-title {
  color: #7200FF;
}
.modal.modal-primary .modal-header .close {
  color: #7200FF !important;
}

.pagination-primary .page-item.active .page-link {
  color: #fff;
}

[dir] .pagination-primary .page-item.active .page-link {
  background: #7200FF !important;
}
.pagination-primary .page-item.active .page-link:hover {
  color: #fff;
}
.pagination-primary .page-item .page-link:hover {
  color: #7200FF;
}
.pagination-primary .page-item.prev-item .page-link:hover, .pagination-primary .page-item.next-item .page-link:hover {
  color: #fff;
}
[dir] .pagination-primary .page-item.prev-item .page-link:hover, [dir] .pagination-primary .page-item.next-item .page-link:hover {
  background: #7200FF;
}
[dir] .pagination-primary .page-item.next-item .page-link:active:after, [dir] .pagination-primary .page-item.next-item .page-link:hover:after, [dir] .pagination-primary .page-item.next .page-link:active:after, [dir] .pagination-primary .page-item.next .page-link:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237200FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E") !important;
}
[dir] .pagination-primary .page-item.prev-item .page-link:active:before, [dir] .pagination-primary .page-item.prev-item .page-link:hover:before, [dir] .pagination-primary .page-item.prev .page-link:active:before, [dir] .pagination-primary .page-item.prev .page-link:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237200FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E") !important;
}

.nav-pill-primary .nav-item .nav-link.active {
  color: #fff;
}

[dir] .nav-pill-primary .nav-item .nav-link.active {
  background-color: #7200FF !important;
  border-color: #7200FF;
  box-shadow: 0 4px 18px -4px rgba(114, 0, 255, 0.65);
}

[dir] .progress-bar-primary {
  background-color: rgba(114, 0, 255, 0.12);
}
[dir] .progress-bar-primary .progress-bar {
  background-color: #7200FF;
}

[dir] .timeline .timeline-point-primary {
  border-color: #7200FF !important;
}
.timeline .timeline-point-primary i,
.timeline .timeline-point-primary svg {
  stroke: #7200FF !important;
}
[dir] .timeline .timeline-point-primary.timeline-point-indicator {
  background-color: #7200FF !important;
}
[dir] .timeline .timeline-point-primary.timeline-point-indicator:before {
  background: rgba(114, 0, 255, 0.12) !important;
}

[dir] .divider.divider-primary .divider-text:before, [dir] .divider.divider-primary .divider-text:after {
  border-color: #7200FF !important;
}

[dir] input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #7200FF !important;
}

[dir] .custom-control-primary .custom-control-input:checked ~ .custom-control-label::before, [dir] .custom-control-primary .custom-control-input:active ~ .custom-control-label::before {
  border-color: #7200FF;
  background-color: #7200FF;
}
[dir] .custom-control-primary.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before, [dir] .custom-control-primary.custom-checkbox .custom-control-input:active ~ .custom-control-label::before, [dir] .custom-control-primary.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before, [dir] .custom-control-primary.custom-radio .custom-control-input:checked ~ .custom-control-label::before, [dir] .custom-control-primary.custom-radio .custom-control-input:active ~ .custom-control-label::before, [dir] .custom-control-primary.custom-radio .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 2px 4px 0 rgba(114, 0, 255, 0.4) !important;
}
[dir] .custom-control-primary .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(114, 0, 255, 0.65) !important;
  border: none;
  box-shadow: none !important;
}
[dir] .custom-control-primary .custom-control-input:focus ~ .custom-control-label::before {
  border-color: #7200FF !important;
}

.custom-switch-primary .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  transition: all 0.2s ease-out;
}

[dir] .custom-switch-primary .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #7200FF !important;
}

[dir] .select2-primary .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: #7200FF !important;
  border-color: #7200FF !important;
}

.text-primary.text-darken-1 {
  color: rgb(102.6, 0, 229.5) !important;
}

[dir] .bg-primary.bg-darken-1 {
  background-color: rgb(102.6, 0, 229.5) !important;
}

[dir] .border-primary.border-darken-1 {
  border: 1px solid rgb(102.6, 0, 229.5) !important;
}

[dir] .border-top-primary.border-top-darken-1 {
  border-top: 1px solid rgb(102.6, 0, 229.5) !important;
}

[dir] .border-bottom-primary.border-bottom-darken-1 {
  border-bottom: 1px solid rgb(102.6, 0, 229.5) !important;
}

[dir=ltr] .border-left-primary.border-left-darken-1 {
  border-left: 1px solid rgb(102.6, 0, 229.5) !important;
}

[dir=rtl] .border-left-primary.border-left-darken-1 {
  border-right: 1px solid rgb(102.6, 0, 229.5) !important;
}

[dir=ltr] .border-right-primary.border-right-darken-1 {
  border-right: 1px solid rgb(102.6, 0, 229.5) !important;
}

[dir=rtl] .border-right-primary.border-right-darken-1 {
  border-left: 1px solid rgb(102.6, 0, 229.5) !important;
}

.overlay-primary.overlay-darken-1 { /* The Fallback */
}

[dir] .overlay-primary.overlay-darken-1 {
  background: rgb(102.6, 0, 229.5);
  background: rgba(102.6, 0, 229.5, 0.6);
}

.text-primary.text-darken-2 {
  color: rgb(91.2, 0, 204) !important;
}

[dir] .bg-primary.bg-darken-2 {
  background-color: rgb(91.2, 0, 204) !important;
}

[dir] .border-primary.border-darken-2 {
  border: 1px solid rgb(91.2, 0, 204) !important;
}

[dir] .border-top-primary.border-top-darken-2 {
  border-top: 1px solid rgb(91.2, 0, 204) !important;
}

[dir] .border-bottom-primary.border-bottom-darken-2 {
  border-bottom: 1px solid rgb(91.2, 0, 204) !important;
}

[dir=ltr] .border-left-primary.border-left-darken-2 {
  border-left: 1px solid rgb(91.2, 0, 204) !important;
}

[dir=rtl] .border-left-primary.border-left-darken-2 {
  border-right: 1px solid rgb(91.2, 0, 204) !important;
}

[dir=ltr] .border-right-primary.border-right-darken-2 {
  border-right: 1px solid rgb(91.2, 0, 204) !important;
}

[dir=rtl] .border-right-primary.border-right-darken-2 {
  border-left: 1px solid rgb(91.2, 0, 204) !important;
}

.overlay-primary.overlay-darken-2 { /* The Fallback */
}

[dir] .overlay-primary.overlay-darken-2 {
  background: rgb(91.2, 0, 204);
  background: rgba(91.2, 0, 204, 0.6);
}

.text-primary.text-darken-3 {
  color: rgb(79.8, 0, 178.5) !important;
}

[dir] .bg-primary.bg-darken-3 {
  background-color: rgb(79.8, 0, 178.5) !important;
}

[dir] .border-primary.border-darken-3 {
  border: 1px solid rgb(79.8, 0, 178.5) !important;
}

[dir] .border-top-primary.border-top-darken-3 {
  border-top: 1px solid rgb(79.8, 0, 178.5) !important;
}

[dir] .border-bottom-primary.border-bottom-darken-3 {
  border-bottom: 1px solid rgb(79.8, 0, 178.5) !important;
}

[dir=ltr] .border-left-primary.border-left-darken-3 {
  border-left: 1px solid rgb(79.8, 0, 178.5) !important;
}

[dir=rtl] .border-left-primary.border-left-darken-3 {
  border-right: 1px solid rgb(79.8, 0, 178.5) !important;
}

[dir=ltr] .border-right-primary.border-right-darken-3 {
  border-right: 1px solid rgb(79.8, 0, 178.5) !important;
}

[dir=rtl] .border-right-primary.border-right-darken-3 {
  border-left: 1px solid rgb(79.8, 0, 178.5) !important;
}

.overlay-primary.overlay-darken-3 { /* The Fallback */
}

[dir] .overlay-primary.overlay-darken-3 {
  background: rgb(79.8, 0, 178.5);
  background: rgba(79.8, 0, 178.5, 0.6);
}

.text-primary.text-darken-4 {
  color: rgb(68.4, 0, 153) !important;
}

[dir] .bg-primary.bg-darken-4 {
  background-color: rgb(68.4, 0, 153) !important;
}

[dir] .border-primary.border-darken-4 {
  border: 1px solid rgb(68.4, 0, 153) !important;
}

[dir] .border-top-primary.border-top-darken-4 {
  border-top: 1px solid rgb(68.4, 0, 153) !important;
}

[dir] .border-bottom-primary.border-bottom-darken-4 {
  border-bottom: 1px solid rgb(68.4, 0, 153) !important;
}

[dir=ltr] .border-left-primary.border-left-darken-4 {
  border-left: 1px solid rgb(68.4, 0, 153) !important;
}

[dir=rtl] .border-left-primary.border-left-darken-4 {
  border-right: 1px solid rgb(68.4, 0, 153) !important;
}

[dir=ltr] .border-right-primary.border-right-darken-4 {
  border-right: 1px solid rgb(68.4, 0, 153) !important;
}

[dir=rtl] .border-right-primary.border-right-darken-4 {
  border-left: 1px solid rgb(68.4, 0, 153) !important;
}

.overlay-primary.overlay-darken-4 { /* The Fallback */
}

[dir] .overlay-primary.overlay-darken-4 {
  background: rgb(68.4, 0, 153);
  background: rgba(68.4, 0, 153, 0.6);
}

.text-primary.text-accent-1 {
  color: #bdfdff !important;
}

[dir] .bg-primary.bg-accent-1 {
  background-color: #bdfdff !important;
}

[dir] .border-primary.border-accent-1 {
  border: 1px solid #bdfdff !important;
}

[dir] .border-top-primary.border-top-accent-1 {
  border-top: 1px solid #bdfdff !important;
}

[dir] .border-bottom-primary.border-bottom-accent-1 {
  border-bottom: 1px solid #bdfdff !important;
}

[dir=ltr] .border-left-primary.border-left-accent-1 {
  border-left: 1px solid #bdfdff !important;
}

[dir=rtl] .border-left-primary.border-left-accent-1 {
  border-right: 1px solid #bdfdff !important;
}

[dir=ltr] .border-right-primary.border-right-accent-1 {
  border-right: 1px solid #bdfdff !important;
}

[dir=rtl] .border-right-primary.border-right-accent-1 {
  border-left: 1px solid #bdfdff !important;
}

.overlay-primary.overlay-accent-1 { /* The Fallback */
}

[dir] .overlay-primary.overlay-accent-1 {
  background: #bdfdff;
  background: rgba(189, 253, 255, 0.6);
}

.text-primary.text-accent-2 {
  color: #8afbff !important;
}

[dir] .bg-primary.bg-accent-2 {
  background-color: #8afbff !important;
}

[dir] .border-primary.border-accent-2 {
  border: 1px solid #8afbff !important;
}

[dir] .border-top-primary.border-top-accent-2 {
  border-top: 1px solid #8afbff !important;
}

[dir] .border-bottom-primary.border-bottom-accent-2 {
  border-bottom: 1px solid #8afbff !important;
}

[dir=ltr] .border-left-primary.border-left-accent-2 {
  border-left: 1px solid #8afbff !important;
}

[dir=rtl] .border-left-primary.border-left-accent-2 {
  border-right: 1px solid #8afbff !important;
}

[dir=ltr] .border-right-primary.border-right-accent-2 {
  border-right: 1px solid #8afbff !important;
}

[dir=rtl] .border-right-primary.border-right-accent-2 {
  border-left: 1px solid #8afbff !important;
}

.overlay-primary.overlay-accent-2 { /* The Fallback */
}

[dir] .overlay-primary.overlay-accent-2 {
  background: #8afbff;
  background: rgba(138, 251, 255, 0.6);
}

.text-primary.text-accent-3 {
  color: #57faff !important;
}

[dir] .bg-primary.bg-accent-3 {
  background-color: #57faff !important;
}

[dir] .border-primary.border-accent-3 {
  border: 1px solid #57faff !important;
}

[dir] .border-top-primary.border-top-accent-3 {
  border-top: 1px solid #57faff !important;
}

[dir] .border-bottom-primary.border-bottom-accent-3 {
  border-bottom: 1px solid #57faff !important;
}

[dir=ltr] .border-left-primary.border-left-accent-3 {
  border-left: 1px solid #57faff !important;
}

[dir=rtl] .border-left-primary.border-left-accent-3 {
  border-right: 1px solid #57faff !important;
}

[dir=ltr] .border-right-primary.border-right-accent-3 {
  border-right: 1px solid #57faff !important;
}

[dir=rtl] .border-right-primary.border-right-accent-3 {
  border-left: 1px solid #57faff !important;
}

.overlay-primary.overlay-accent-3 { /* The Fallback */
}

[dir] .overlay-primary.overlay-accent-3 {
  background: #57faff;
  background: rgba(87, 250, 255, 0.6);
}

.text-primary.text-accent-4 {
  color: #3df9ff !important;
}

[dir] .bg-primary.bg-accent-4 {
  background-color: #3df9ff !important;
}

[dir] .border-primary.border-accent-4 {
  border: 1px solid #3df9ff !important;
}

[dir] .border-top-primary.border-top-accent-4 {
  border-top: 1px solid #3df9ff !important;
}

[dir] .border-bottom-primary.border-bottom-accent-4 {
  border-bottom: 1px solid #3df9ff !important;
}

[dir=ltr] .border-left-primary.border-left-accent-4 {
  border-left: 1px solid #3df9ff !important;
}

[dir=rtl] .border-left-primary.border-left-accent-4 {
  border-right: 1px solid #3df9ff !important;
}

[dir=ltr] .border-right-primary.border-right-accent-4 {
  border-right: 1px solid #3df9ff !important;
}

[dir=rtl] .border-right-primary.border-right-accent-4 {
  border-left: 1px solid #3df9ff !important;
}

.overlay-primary.overlay-accent-4 { /* The Fallback */
}

[dir] .overlay-primary.overlay-accent-4 {
  background: #3df9ff;
  background: rgba(61, 249, 255, 0.6);
}

.text-secondary.text-lighten-5 {
  color: rgb(174.7961373391, 180.5708154506, 185.7038626609) !important;
}

[dir] .bg-secondary.bg-lighten-5 {
  background-color: rgb(174.7961373391, 180.5708154506, 185.7038626609) !important;
}

[dir] .border-secondary.border-lighten-5 {
  border: 1px solid rgb(174.7961373391, 180.5708154506, 185.7038626609) !important;
}

[dir] .border-top-secondary.border-top-lighten-5 {
  border-top: 1px solid rgb(174.7961373391, 180.5708154506, 185.7038626609) !important;
}

[dir] .border-bottom-secondary.border-bottom-lighten-5 {
  border-bottom: 1px solid rgb(174.7961373391, 180.5708154506, 185.7038626609) !important;
}

[dir=ltr] .border-left-secondary.border-left-lighten-5 {
  border-left: 1px solid rgb(174.7961373391, 180.5708154506, 185.7038626609) !important;
}

[dir=rtl] .border-left-secondary.border-left-lighten-5 {
  border-right: 1px solid rgb(174.7961373391, 180.5708154506, 185.7038626609) !important;
}

[dir=ltr] .border-right-secondary.border-right-lighten-5 {
  border-right: 1px solid rgb(174.7961373391, 180.5708154506, 185.7038626609) !important;
}

[dir=rtl] .border-right-secondary.border-right-lighten-5 {
  border-left: 1px solid rgb(174.7961373391, 180.5708154506, 185.7038626609) !important;
}

.overlay-secondary.overlay-lighten-5 { /* The Fallback */
}

[dir] .overlay-secondary.overlay-lighten-5 {
  background: rgb(174.7961373391, 180.5708154506, 185.7038626609);
  background: rgba(174.7961373391, 180.5708154506, 185.7038626609, 0.6);
}

.text-secondary.text-lighten-4 {
  color: rgb(161.1158798283, 167.8755364807, 173.8841201717) !important;
}

[dir] .bg-secondary.bg-lighten-4 {
  background-color: rgb(161.1158798283, 167.8755364807, 173.8841201717) !important;
}

[dir] .border-secondary.border-lighten-4 {
  border: 1px solid rgb(161.1158798283, 167.8755364807, 173.8841201717) !important;
}

[dir] .border-top-secondary.border-top-lighten-4 {
  border-top: 1px solid rgb(161.1158798283, 167.8755364807, 173.8841201717) !important;
}

[dir] .border-bottom-secondary.border-bottom-lighten-4 {
  border-bottom: 1px solid rgb(161.1158798283, 167.8755364807, 173.8841201717) !important;
}

[dir=ltr] .border-left-secondary.border-left-lighten-4 {
  border-left: 1px solid rgb(161.1158798283, 167.8755364807, 173.8841201717) !important;
}

[dir=rtl] .border-left-secondary.border-left-lighten-4 {
  border-right: 1px solid rgb(161.1158798283, 167.8755364807, 173.8841201717) !important;
}

[dir=ltr] .border-right-secondary.border-right-lighten-4 {
  border-right: 1px solid rgb(161.1158798283, 167.8755364807, 173.8841201717) !important;
}

[dir=rtl] .border-right-secondary.border-right-lighten-4 {
  border-left: 1px solid rgb(161.1158798283, 167.8755364807, 173.8841201717) !important;
}

.overlay-secondary.overlay-lighten-4 { /* The Fallback */
}

[dir] .overlay-secondary.overlay-lighten-4 {
  background: rgb(161.1158798283, 167.8755364807, 173.8841201717);
  background: rgba(161.1158798283, 167.8755364807, 173.8841201717, 0.6);
}

.text-secondary.text-lighten-3 {
  color: rgb(147.4356223176, 155.1802575107, 162.0643776824) !important;
}

[dir] .bg-secondary.bg-lighten-3 {
  background-color: rgb(147.4356223176, 155.1802575107, 162.0643776824) !important;
}

[dir] .border-secondary.border-lighten-3 {
  border: 1px solid rgb(147.4356223176, 155.1802575107, 162.0643776824) !important;
}

[dir] .border-top-secondary.border-top-lighten-3 {
  border-top: 1px solid rgb(147.4356223176, 155.1802575107, 162.0643776824) !important;
}

[dir] .border-bottom-secondary.border-bottom-lighten-3 {
  border-bottom: 1px solid rgb(147.4356223176, 155.1802575107, 162.0643776824) !important;
}

[dir=ltr] .border-left-secondary.border-left-lighten-3 {
  border-left: 1px solid rgb(147.4356223176, 155.1802575107, 162.0643776824) !important;
}

[dir=rtl] .border-left-secondary.border-left-lighten-3 {
  border-right: 1px solid rgb(147.4356223176, 155.1802575107, 162.0643776824) !important;
}

[dir=ltr] .border-right-secondary.border-right-lighten-3 {
  border-right: 1px solid rgb(147.4356223176, 155.1802575107, 162.0643776824) !important;
}

[dir=rtl] .border-right-secondary.border-right-lighten-3 {
  border-left: 1px solid rgb(147.4356223176, 155.1802575107, 162.0643776824) !important;
}

.overlay-secondary.overlay-lighten-3 { /* The Fallback */
}

[dir] .overlay-secondary.overlay-lighten-3 {
  background: rgb(147.4356223176, 155.1802575107, 162.0643776824);
  background: rgba(147.4356223176, 155.1802575107, 162.0643776824, 0.6);
}

.text-secondary.text-lighten-2 {
  color: rgb(133.7553648069, 142.4849785408, 150.2446351931) !important;
}

[dir] .bg-secondary.bg-lighten-2 {
  background-color: rgb(133.7553648069, 142.4849785408, 150.2446351931) !important;
}

[dir] .border-secondary.border-lighten-2 {
  border: 1px solid rgb(133.7553648069, 142.4849785408, 150.2446351931) !important;
}

[dir] .border-top-secondary.border-top-lighten-2 {
  border-top: 1px solid rgb(133.7553648069, 142.4849785408, 150.2446351931) !important;
}

[dir] .border-bottom-secondary.border-bottom-lighten-2 {
  border-bottom: 1px solid rgb(133.7553648069, 142.4849785408, 150.2446351931) !important;
}

[dir=ltr] .border-left-secondary.border-left-lighten-2 {
  border-left: 1px solid rgb(133.7553648069, 142.4849785408, 150.2446351931) !important;
}

[dir=rtl] .border-left-secondary.border-left-lighten-2 {
  border-right: 1px solid rgb(133.7553648069, 142.4849785408, 150.2446351931) !important;
}

[dir=ltr] .border-right-secondary.border-right-lighten-2 {
  border-right: 1px solid rgb(133.7553648069, 142.4849785408, 150.2446351931) !important;
}

[dir=rtl] .border-right-secondary.border-right-lighten-2 {
  border-left: 1px solid rgb(133.7553648069, 142.4849785408, 150.2446351931) !important;
}

.overlay-secondary.overlay-lighten-2 { /* The Fallback */
}

[dir] .overlay-secondary.overlay-lighten-2 {
  background: rgb(133.7553648069, 142.4849785408, 150.2446351931);
  background: rgba(133.7553648069, 142.4849785408, 150.2446351931, 0.6);
}

.text-secondary.text-lighten-1 {
  color: rgb(120.0751072961, 129.7896995708, 138.4248927039) !important;
}

[dir] .bg-secondary.bg-lighten-1 {
  background-color: rgb(120.0751072961, 129.7896995708, 138.4248927039) !important;
}

[dir] .border-secondary.border-lighten-1 {
  border: 1px solid rgb(120.0751072961, 129.7896995708, 138.4248927039) !important;
}

[dir] .border-top-secondary.border-top-lighten-1 {
  border-top: 1px solid rgb(120.0751072961, 129.7896995708, 138.4248927039) !important;
}

[dir] .border-bottom-secondary.border-bottom-lighten-1 {
  border-bottom: 1px solid rgb(120.0751072961, 129.7896995708, 138.4248927039) !important;
}

[dir=ltr] .border-left-secondary.border-left-lighten-1 {
  border-left: 1px solid rgb(120.0751072961, 129.7896995708, 138.4248927039) !important;
}

[dir=rtl] .border-left-secondary.border-left-lighten-1 {
  border-right: 1px solid rgb(120.0751072961, 129.7896995708, 138.4248927039) !important;
}

[dir=ltr] .border-right-secondary.border-right-lighten-1 {
  border-right: 1px solid rgb(120.0751072961, 129.7896995708, 138.4248927039) !important;
}

[dir=rtl] .border-right-secondary.border-right-lighten-1 {
  border-left: 1px solid rgb(120.0751072961, 129.7896995708, 138.4248927039) !important;
}

.overlay-secondary.overlay-lighten-1 { /* The Fallback */
}

[dir] .overlay-secondary.overlay-lighten-1 {
  background: rgb(120.0751072961, 129.7896995708, 138.4248927039);
  background: rgba(120.0751072961, 129.7896995708, 138.4248927039, 0.6);
}

[dir] .bg-secondary {
  background-color: #6c757d !important;
}
[dir] .bg-secondary .card-header, [dir] .bg-secondary .card-footer {
  background-color: transparent;
}

.alert-secondary {
  color: #6c757d !important;
}

[dir] .alert-secondary {
  background: rgba(108, 117, 125, 0.12) !important;
}
[dir] .alert-secondary .alert-heading {
  box-shadow: rgba(108, 117, 125, 0.4) 0px 6px 15px -7px;
}
.alert-secondary .alert-link {
  color: rgb(96.1802575107, 104.19527897, 111.3197424893) !important;
}
.alert-secondary .close {
  color: #6c757d !important;
}

.bg-light-secondary {
  color: #6c757d !important;
}

[dir] .bg-light-secondary {
  background: rgba(108, 117, 125, 0.12) !important;
}
[dir] .bg-light-secondary.fc-h-event, [dir] .bg-light-secondary.fc-v-event {
  border-color: rgba(108, 117, 125, 0.1);
}
[dir] .bg-light-secondary .fc-list-event-dot, [dir] .bg-light-secondary .fc-daygrid-event-dot {
  border-color: #6c757d !important;
}
[dir] .bg-light-secondary.fc-list-event:hover td {
  background: rgba(108, 117, 125, 0.1) !important;
}
.bg-light-secondary.fc-list-event .fc-list-event-title {
  color: #6e6b7b;
}

.avatar.bg-light-secondary {
  color: #6c757d !important;
}

[dir] .border-secondary {
  border: 1px solid #6c757d !important;
}

[dir] .border-top-secondary {
  border-top: 1px solid #6c757d;
}

[dir] .border-bottom-secondary {
  border-bottom: 1px solid #6c757d;
}

[dir=ltr] .border-left-secondary {
  border-left: 1px solid #6c757d;
}

[dir=rtl] .border-left-secondary {
  border-right: 1px solid #6c757d;
}

[dir=ltr] .border-right-secondary {
  border-right: 1px solid #6c757d;
}

[dir=rtl] .border-right-secondary {
  border-left: 1px solid #6c757d;
}

[dir] .bg-secondary.badge-glow, [dir] .border-secondary.badge-glow, [dir] .badge-secondary.badge-glow {
  box-shadow: 0px 0px 10px #6c757d;
}

.badge.badge-light-secondary {
  color: #6c757d !important;
}

[dir] .badge.badge-light-secondary {
  background-color: rgba(108, 117, 125, 0.12);
}

.overlay-secondary { /* The Fallback */
}

[dir] .overlay-secondary {
  background: #6c757d;
  background: rgba(108, 117, 125, 0.6);
}

.btn-secondary {
  color: #fff !important;
}

[dir] .btn-secondary {
  border-color: #6c757d !important;
  background-color: #6c757d !important;
}
.btn-secondary:focus, .btn-secondary:active, .btn-secondary.active {
  color: #fff;
}
[dir] .btn-secondary:focus, [dir] .btn-secondary:active, [dir] .btn-secondary.active {
  background-color: rgb(96.1802575107, 104.19527897, 111.3197424893) !important;
}
[dir] .btn-secondary:hover:not(.disabled):not(:disabled) {
  box-shadow: 0 8px 25px -8px #6c757d;
}
[dir] .btn-secondary:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

.btn-flat-secondary {
  color: #6c757d;
}

[dir] .btn-flat-secondary {
  background-color: transparent;
}
.btn-flat-secondary:hover {
  color: #6c757d;
}
[dir] .btn-flat-secondary:hover:not(.disabled):not(:disabled) {
  background-color: rgba(108, 117, 125, 0.12);
}
.btn-flat-secondary:active, .btn-flat-secondary.active, .btn-flat-secondary:focus {
  color: #6c757d;
}
[dir] .btn-flat-secondary:active, [dir] .btn-flat-secondary.active, [dir] .btn-flat-secondary:focus {
  background-color: rgba(108, 117, 125, 0.2);
}
[dir] .btn-flat-secondary.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236c757d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}

.btn-relief-secondary {
  color: #fff;
  transition: all 0.2s ease;
}

[dir] .btn-relief-secondary {
  background-color: #6c757d;
  box-shadow: inset 0 -3px 0 0 rgba(34, 41, 47, 0.2);
}
[dir] .btn-relief-secondary:hover:not(.disabled):not(:disabled) {
  background-color: rgb(120.0751072961, 129.7896995708, 138.4248927039);
}
[dir] .btn-relief-secondary:active, [dir] .btn-relief-secondary.active, [dir] .btn-relief-secondary:focus {
  background-color: rgb(96.1802575107, 104.19527897, 111.3197424893);
}
.btn-relief-secondary:hover {
  color: #fff;
}
.btn-relief-secondary:active, .btn-relief-secondary.active {
  outline: none;
}
[dir] .btn-relief-secondary:active, [dir] .btn-relief-secondary.active {
  box-shadow: none;
  transform: translateY(3px);
}

.btn-outline-secondary {
  color: #6c757d;
}

[dir] .btn-outline-secondary {
  border: 1px solid #6c757d !important;
  background-color: transparent;
}
.btn-outline-secondary:hover:not(.disabled):not(:disabled) {
  color: #6c757d;
}
[dir] .btn-outline-secondary:hover:not(.disabled):not(:disabled) {
  background-color: rgba(108, 117, 125, 0.04);
}
[dir] .btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):focus {
  color: #6c757d;
}
[dir] .btn-outline-secondary:not(:disabled):not(.disabled):active, [dir] .btn-outline-secondary:not(:disabled):not(.disabled).active, [dir] .btn-outline-secondary:not(:disabled):not(.disabled):focus {
  background-color: rgba(108, 117, 125, 0.2);
}
[dir] .btn-outline-secondary.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236c757d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}
.show > .btn-outline-secondary.dropdown-toggle {
  color: #6c757d;
}
[dir] .show > .btn-outline-secondary.dropdown-toggle {
  background-color: rgba(108, 117, 125, 0.2);
}

[dir] .btn-outline-secondary.waves-effect .waves-ripple, [dir] .btn-flat-secondary.waves-effect .waves-ripple {
  background: radial-gradient(rgba(108, 117, 125, 0.2) 0, rgba(108, 117, 125, 0.3) 40%, rgba(108, 117, 125, 0.4) 50%, rgba(108, 117, 125, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

[dir] .bullet.bullet-secondary {
  background-color: #6c757d;
}

.modal.modal-secondary .modal-header .modal-title {
  color: #6c757d;
}
.modal.modal-secondary .modal-header .close {
  color: #6c757d !important;
}

.pagination-secondary .page-item.active .page-link {
  color: #fff;
}

[dir] .pagination-secondary .page-item.active .page-link {
  background: #6c757d !important;
}
.pagination-secondary .page-item.active .page-link:hover {
  color: #fff;
}
.pagination-secondary .page-item .page-link:hover {
  color: #6c757d;
}
.pagination-secondary .page-item.prev-item .page-link:hover, .pagination-secondary .page-item.next-item .page-link:hover {
  color: #fff;
}
[dir] .pagination-secondary .page-item.prev-item .page-link:hover, [dir] .pagination-secondary .page-item.next-item .page-link:hover {
  background: #6c757d;
}
[dir] .pagination-secondary .page-item.next-item .page-link:active:after, [dir] .pagination-secondary .page-item.next-item .page-link:hover:after, [dir] .pagination-secondary .page-item.next .page-link:active:after, [dir] .pagination-secondary .page-item.next .page-link:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236c757d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E") !important;
}
[dir] .pagination-secondary .page-item.prev-item .page-link:active:before, [dir] .pagination-secondary .page-item.prev-item .page-link:hover:before, [dir] .pagination-secondary .page-item.prev .page-link:active:before, [dir] .pagination-secondary .page-item.prev .page-link:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236c757d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E") !important;
}

.nav-pill-secondary .nav-item .nav-link.active {
  color: #fff;
}

[dir] .nav-pill-secondary .nav-item .nav-link.active {
  background-color: #6c757d !important;
  border-color: #6c757d;
  box-shadow: 0 4px 18px -4px rgba(108, 117, 125, 0.65);
}

[dir] .progress-bar-secondary {
  background-color: rgba(108, 117, 125, 0.12);
}
[dir] .progress-bar-secondary .progress-bar {
  background-color: #6c757d;
}

[dir] .timeline .timeline-point-secondary {
  border-color: #6c757d !important;
}
.timeline .timeline-point-secondary i,
.timeline .timeline-point-secondary svg {
  stroke: #6c757d !important;
}
[dir] .timeline .timeline-point-secondary.timeline-point-indicator {
  background-color: #6c757d !important;
}
[dir] .timeline .timeline-point-secondary.timeline-point-indicator:before {
  background: rgba(108, 117, 125, 0.12) !important;
}

[dir] .divider.divider-secondary .divider-text:before, [dir] .divider.divider-secondary .divider-text:after {
  border-color: #6c757d !important;
}

[dir] input:focus ~ .bg-secondary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #6c757d !important;
}

[dir] .custom-control-secondary .custom-control-input:checked ~ .custom-control-label::before, [dir] .custom-control-secondary .custom-control-input:active ~ .custom-control-label::before {
  border-color: #6c757d;
  background-color: #6c757d;
}
[dir] .custom-control-secondary.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before, [dir] .custom-control-secondary.custom-checkbox .custom-control-input:active ~ .custom-control-label::before, [dir] .custom-control-secondary.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before, [dir] .custom-control-secondary.custom-radio .custom-control-input:checked ~ .custom-control-label::before, [dir] .custom-control-secondary.custom-radio .custom-control-input:active ~ .custom-control-label::before, [dir] .custom-control-secondary.custom-radio .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 2px 4px 0 rgba(108, 117, 125, 0.4) !important;
}
[dir] .custom-control-secondary .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(108, 117, 125, 0.65) !important;
  border: none;
  box-shadow: none !important;
}
[dir] .custom-control-secondary .custom-control-input:focus ~ .custom-control-label::before {
  border-color: #6c757d !important;
}

.custom-switch-secondary .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  transition: all 0.2s ease-out;
}

[dir] .custom-switch-secondary .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #6c757d !important;
}

[dir] .select2-secondary .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: #6c757d !important;
  border-color: #6c757d !important;
}

.text-secondary.text-darken-1 {
  color: rgb(96.1802575107, 104.19527897, 111.3197424893) !important;
}

[dir] .bg-secondary.bg-darken-1 {
  background-color: rgb(96.1802575107, 104.19527897, 111.3197424893) !important;
}

[dir] .border-secondary.border-darken-1 {
  border: 1px solid rgb(96.1802575107, 104.19527897, 111.3197424893) !important;
}

[dir] .border-top-secondary.border-top-darken-1 {
  border-top: 1px solid rgb(96.1802575107, 104.19527897, 111.3197424893) !important;
}

[dir] .border-bottom-secondary.border-bottom-darken-1 {
  border-bottom: 1px solid rgb(96.1802575107, 104.19527897, 111.3197424893) !important;
}

[dir=ltr] .border-left-secondary.border-left-darken-1 {
  border-left: 1px solid rgb(96.1802575107, 104.19527897, 111.3197424893) !important;
}

[dir=rtl] .border-left-secondary.border-left-darken-1 {
  border-right: 1px solid rgb(96.1802575107, 104.19527897, 111.3197424893) !important;
}

[dir=ltr] .border-right-secondary.border-right-darken-1 {
  border-right: 1px solid rgb(96.1802575107, 104.19527897, 111.3197424893) !important;
}

[dir=rtl] .border-right-secondary.border-right-darken-1 {
  border-left: 1px solid rgb(96.1802575107, 104.19527897, 111.3197424893) !important;
}

.overlay-secondary.overlay-darken-1 { /* The Fallback */
}

[dir] .overlay-secondary.overlay-darken-1 {
  background: rgb(96.1802575107, 104.19527897, 111.3197424893);
  background: rgba(96.1802575107, 104.19527897, 111.3197424893, 0.6);
}

.text-secondary.text-darken-2 {
  color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

[dir] .bg-secondary.bg-darken-2 {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

[dir] .border-secondary.border-darken-2 {
  border: 1px solid rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

[dir] .border-top-secondary.border-top-darken-2 {
  border-top: 1px solid rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

[dir] .border-bottom-secondary.border-bottom-darken-2 {
  border-bottom: 1px solid rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

[dir=ltr] .border-left-secondary.border-left-darken-2 {
  border-left: 1px solid rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

[dir=rtl] .border-left-secondary.border-left-darken-2 {
  border-right: 1px solid rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

[dir=ltr] .border-right-secondary.border-right-darken-2 {
  border-right: 1px solid rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

[dir=rtl] .border-right-secondary.border-right-darken-2 {
  border-left: 1px solid rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

.overlay-secondary.overlay-darken-2 { /* The Fallback */
}

[dir] .overlay-secondary.overlay-darken-2 {
  background: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  background: rgba(84.3605150215, 91.3905579399, 97.6394849785, 0.6);
}

.text-secondary.text-darken-3 {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}

[dir] .bg-secondary.bg-darken-3 {
  background-color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}

[dir] .border-secondary.border-darken-3 {
  border: 1px solid rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}

[dir] .border-top-secondary.border-top-darken-3 {
  border-top: 1px solid rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}

[dir] .border-bottom-secondary.border-bottom-darken-3 {
  border-bottom: 1px solid rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}

[dir=ltr] .border-left-secondary.border-left-darken-3 {
  border-left: 1px solid rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}

[dir=rtl] .border-left-secondary.border-left-darken-3 {
  border-right: 1px solid rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}

[dir=ltr] .border-right-secondary.border-right-darken-3 {
  border-right: 1px solid rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}

[dir=rtl] .border-right-secondary.border-right-darken-3 {
  border-left: 1px solid rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}

.overlay-secondary.overlay-darken-3 { /* The Fallback */
}

[dir] .overlay-secondary.overlay-darken-3 {
  background: rgb(72.5407725322, 78.5858369099, 83.9592274678);
  background: rgba(72.5407725322, 78.5858369099, 83.9592274678, 0.6);
}

.text-secondary.text-darken-4 {
  color: rgb(60.7210300429, 65.7811158798, 70.2789699571) !important;
}

[dir] .bg-secondary.bg-darken-4 {
  background-color: rgb(60.7210300429, 65.7811158798, 70.2789699571) !important;
}

[dir] .border-secondary.border-darken-4 {
  border: 1px solid rgb(60.7210300429, 65.7811158798, 70.2789699571) !important;
}

[dir] .border-top-secondary.border-top-darken-4 {
  border-top: 1px solid rgb(60.7210300429, 65.7811158798, 70.2789699571) !important;
}

[dir] .border-bottom-secondary.border-bottom-darken-4 {
  border-bottom: 1px solid rgb(60.7210300429, 65.7811158798, 70.2789699571) !important;
}

[dir=ltr] .border-left-secondary.border-left-darken-4 {
  border-left: 1px solid rgb(60.7210300429, 65.7811158798, 70.2789699571) !important;
}

[dir=rtl] .border-left-secondary.border-left-darken-4 {
  border-right: 1px solid rgb(60.7210300429, 65.7811158798, 70.2789699571) !important;
}

[dir=ltr] .border-right-secondary.border-right-darken-4 {
  border-right: 1px solid rgb(60.7210300429, 65.7811158798, 70.2789699571) !important;
}

[dir=rtl] .border-right-secondary.border-right-darken-4 {
  border-left: 1px solid rgb(60.7210300429, 65.7811158798, 70.2789699571) !important;
}

.overlay-secondary.overlay-darken-4 { /* The Fallback */
}

[dir] .overlay-secondary.overlay-darken-4 {
  background: rgb(60.7210300429, 65.7811158798, 70.2789699571);
  background: rgba(60.7210300429, 65.7811158798, 70.2789699571, 0.6);
}

.text-success.text-lighten-5 {
  color: rgb(77.975, 249.525, 174.7) !important;
}

[dir] .bg-success.bg-lighten-5 {
  background-color: rgb(77.975, 249.525, 174.7) !important;
}

[dir] .border-success.border-lighten-5 {
  border: 1px solid rgb(77.975, 249.525, 174.7) !important;
}

[dir] .border-top-success.border-top-lighten-5 {
  border-top: 1px solid rgb(77.975, 249.525, 174.7) !important;
}

[dir] .border-bottom-success.border-bottom-lighten-5 {
  border-bottom: 1px solid rgb(77.975, 249.525, 174.7) !important;
}

[dir=ltr] .border-left-success.border-left-lighten-5 {
  border-left: 1px solid rgb(77.975, 249.525, 174.7) !important;
}

[dir=rtl] .border-left-success.border-left-lighten-5 {
  border-right: 1px solid rgb(77.975, 249.525, 174.7) !important;
}

[dir=ltr] .border-right-success.border-right-lighten-5 {
  border-right: 1px solid rgb(77.975, 249.525, 174.7) !important;
}

[dir=rtl] .border-right-success.border-right-lighten-5 {
  border-left: 1px solid rgb(77.975, 249.525, 174.7) !important;
}

.overlay-success.overlay-lighten-5 { /* The Fallback */
}

[dir] .overlay-success.overlay-lighten-5 {
  background: rgb(77.975, 249.525, 174.7);
  background: rgba(77.975, 249.525, 174.7, 0.6);
}

.text-success.text-lighten-4 {
  color: rgb(53.24, 248.76, 163.48) !important;
}

[dir] .bg-success.bg-lighten-4 {
  background-color: rgb(53.24, 248.76, 163.48) !important;
}

[dir] .border-success.border-lighten-4 {
  border: 1px solid rgb(53.24, 248.76, 163.48) !important;
}

[dir] .border-top-success.border-top-lighten-4 {
  border-top: 1px solid rgb(53.24, 248.76, 163.48) !important;
}

[dir] .border-bottom-success.border-bottom-lighten-4 {
  border-bottom: 1px solid rgb(53.24, 248.76, 163.48) !important;
}

[dir=ltr] .border-left-success.border-left-lighten-4 {
  border-left: 1px solid rgb(53.24, 248.76, 163.48) !important;
}

[dir=rtl] .border-left-success.border-left-lighten-4 {
  border-right: 1px solid rgb(53.24, 248.76, 163.48) !important;
}

[dir=ltr] .border-right-success.border-right-lighten-4 {
  border-right: 1px solid rgb(53.24, 248.76, 163.48) !important;
}

[dir=rtl] .border-right-success.border-right-lighten-4 {
  border-left: 1px solid rgb(53.24, 248.76, 163.48) !important;
}

.overlay-success.overlay-lighten-4 { /* The Fallback */
}

[dir] .overlay-success.overlay-lighten-4 {
  background: rgb(53.24, 248.76, 163.48);
  background: rgba(53.24, 248.76, 163.48, 0.6);
}

.text-success.text-lighten-3 {
  color: rgb(28.505, 247.995, 152.26) !important;
}

[dir] .bg-success.bg-lighten-3 {
  background-color: rgb(28.505, 247.995, 152.26) !important;
}

[dir] .border-success.border-lighten-3 {
  border: 1px solid rgb(28.505, 247.995, 152.26) !important;
}

[dir] .border-top-success.border-top-lighten-3 {
  border-top: 1px solid rgb(28.505, 247.995, 152.26) !important;
}

[dir] .border-bottom-success.border-bottom-lighten-3 {
  border-bottom: 1px solid rgb(28.505, 247.995, 152.26) !important;
}

[dir=ltr] .border-left-success.border-left-lighten-3 {
  border-left: 1px solid rgb(28.505, 247.995, 152.26) !important;
}

[dir=rtl] .border-left-success.border-left-lighten-3 {
  border-right: 1px solid rgb(28.505, 247.995, 152.26) !important;
}

[dir=ltr] .border-right-success.border-right-lighten-3 {
  border-right: 1px solid rgb(28.505, 247.995, 152.26) !important;
}

[dir=rtl] .border-right-success.border-right-lighten-3 {
  border-left: 1px solid rgb(28.505, 247.995, 152.26) !important;
}

.overlay-success.overlay-lighten-3 { /* The Fallback */
}

[dir] .overlay-success.overlay-lighten-3 {
  background: rgb(28.505, 247.995, 152.26);
  background: rgba(28.505, 247.995, 152.26, 0.6);
}

.text-success.text-lighten-2 {
  color: rgb(7.53, 243.47, 140.56) !important;
}

[dir] .bg-success.bg-lighten-2 {
  background-color: rgb(7.53, 243.47, 140.56) !important;
}

[dir] .border-success.border-lighten-2 {
  border: 1px solid rgb(7.53, 243.47, 140.56) !important;
}

[dir] .border-top-success.border-top-lighten-2 {
  border-top: 1px solid rgb(7.53, 243.47, 140.56) !important;
}

[dir] .border-bottom-success.border-bottom-lighten-2 {
  border-bottom: 1px solid rgb(7.53, 243.47, 140.56) !important;
}

[dir=ltr] .border-left-success.border-left-lighten-2 {
  border-left: 1px solid rgb(7.53, 243.47, 140.56) !important;
}

[dir=rtl] .border-left-success.border-left-lighten-2 {
  border-right: 1px solid rgb(7.53, 243.47, 140.56) !important;
}

[dir=ltr] .border-right-success.border-right-lighten-2 {
  border-right: 1px solid rgb(7.53, 243.47, 140.56) !important;
}

[dir=rtl] .border-right-success.border-right-lighten-2 {
  border-left: 1px solid rgb(7.53, 243.47, 140.56) !important;
}

.overlay-success.overlay-lighten-2 { /* The Fallback */
}

[dir] .overlay-success.overlay-lighten-2 {
  background: rgb(7.53, 243.47, 140.56);
  background: rgba(7.53, 243.47, 140.56, 0.6);
}

.text-success.text-lighten-1 {
  color: rgb(6.765, 218.735, 126.28) !important;
}

[dir] .bg-success.bg-lighten-1 {
  background-color: rgb(6.765, 218.735, 126.28) !important;
}

[dir] .border-success.border-lighten-1 {
  border: 1px solid rgb(6.765, 218.735, 126.28) !important;
}

[dir] .border-top-success.border-top-lighten-1 {
  border-top: 1px solid rgb(6.765, 218.735, 126.28) !important;
}

[dir] .border-bottom-success.border-bottom-lighten-1 {
  border-bottom: 1px solid rgb(6.765, 218.735, 126.28) !important;
}

[dir=ltr] .border-left-success.border-left-lighten-1 {
  border-left: 1px solid rgb(6.765, 218.735, 126.28) !important;
}

[dir=rtl] .border-left-success.border-left-lighten-1 {
  border-right: 1px solid rgb(6.765, 218.735, 126.28) !important;
}

[dir=ltr] .border-right-success.border-right-lighten-1 {
  border-right: 1px solid rgb(6.765, 218.735, 126.28) !important;
}

[dir=rtl] .border-right-success.border-right-lighten-1 {
  border-left: 1px solid rgb(6.765, 218.735, 126.28) !important;
}

.overlay-success.overlay-lighten-1 { /* The Fallback */
}

[dir] .overlay-success.overlay-lighten-1 {
  background: rgb(6.765, 218.735, 126.28);
  background: rgba(6.765, 218.735, 126.28, 0.6);
}

[dir] .bg-success {
  background-color: #06C270 !important;
}
[dir] .bg-success .card-header, [dir] .bg-success .card-footer {
  background-color: transparent;
}

.alert-success {
  color: #06C270 !important;
}

[dir] .alert-success {
  background: rgba(6, 194, 112, 0.12) !important;
}
[dir] .alert-success .alert-heading {
  box-shadow: rgba(6, 194, 112, 0.4) 0px 6px 15px -7px;
}
.alert-success .alert-link {
  color: rgb(5.235, 169.265, 97.72) !important;
}
.alert-success .close {
  color: #06C270 !important;
}

.bg-light-success {
  color: #06C270 !important;
}

[dir] .bg-light-success {
  background: rgba(6, 194, 112, 0.12) !important;
}
[dir] .bg-light-success.fc-h-event, [dir] .bg-light-success.fc-v-event {
  border-color: rgba(6, 194, 112, 0.1);
}
[dir] .bg-light-success .fc-list-event-dot, [dir] .bg-light-success .fc-daygrid-event-dot {
  border-color: #06C270 !important;
}
[dir] .bg-light-success.fc-list-event:hover td {
  background: rgba(6, 194, 112, 0.1) !important;
}
.bg-light-success.fc-list-event .fc-list-event-title {
  color: #6e6b7b;
}

.avatar.bg-light-success {
  color: #06C270 !important;
}

[dir] .border-success {
  border: 1px solid #06C270 !important;
}

[dir] .border-top-success {
  border-top: 1px solid #06C270;
}

[dir] .border-bottom-success {
  border-bottom: 1px solid #06C270;
}

[dir=ltr] .border-left-success {
  border-left: 1px solid #06C270;
}

[dir=rtl] .border-left-success {
  border-right: 1px solid #06C270;
}

[dir=ltr] .border-right-success {
  border-right: 1px solid #06C270;
}

[dir=rtl] .border-right-success {
  border-left: 1px solid #06C270;
}

[dir] .bg-success.badge-glow, [dir] .border-success.badge-glow, [dir] .badge-success.badge-glow {
  box-shadow: 0px 0px 10px #06C270;
}

.badge.badge-light-success {
  color: #06C270 !important;
}

[dir] .badge.badge-light-success {
  background-color: rgba(6, 194, 112, 0.12);
}

.overlay-success { /* The Fallback */
}

[dir] .overlay-success {
  background: #06C270;
  background: rgba(6, 194, 112, 0.6);
}

.btn-success {
  color: #fff !important;
}

[dir] .btn-success {
  border-color: #06C270 !important;
  background-color: #06C270 !important;
}
.btn-success:focus, .btn-success:active, .btn-success.active {
  color: #fff;
}
[dir] .btn-success:focus, [dir] .btn-success:active, [dir] .btn-success.active {
  background-color: rgb(5.235, 169.265, 97.72) !important;
}
[dir] .btn-success:hover:not(.disabled):not(:disabled) {
  box-shadow: 0 8px 25px -8px #06c270;
}
[dir] .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

.btn-flat-success {
  color: #06C270;
}

[dir] .btn-flat-success {
  background-color: transparent;
}
.btn-flat-success:hover {
  color: #06C270;
}
[dir] .btn-flat-success:hover:not(.disabled):not(:disabled) {
  background-color: rgba(6, 194, 112, 0.12);
}
.btn-flat-success:active, .btn-flat-success.active, .btn-flat-success:focus {
  color: #06C270;
}
[dir] .btn-flat-success:active, [dir] .btn-flat-success.active, [dir] .btn-flat-success:focus {
  background-color: rgba(6, 194, 112, 0.2);
}
[dir] .btn-flat-success.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2306C270' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}

.btn-relief-success {
  color: #fff;
  transition: all 0.2s ease;
}

[dir] .btn-relief-success {
  background-color: #06C270;
  box-shadow: inset 0 -3px 0 0 rgba(34, 41, 47, 0.2);
}
[dir] .btn-relief-success:hover:not(.disabled):not(:disabled) {
  background-color: rgb(6.765, 218.735, 126.28);
}
[dir] .btn-relief-success:active, [dir] .btn-relief-success.active, [dir] .btn-relief-success:focus {
  background-color: rgb(5.235, 169.265, 97.72);
}
.btn-relief-success:hover {
  color: #fff;
}
.btn-relief-success:active, .btn-relief-success.active {
  outline: none;
}
[dir] .btn-relief-success:active, [dir] .btn-relief-success.active {
  box-shadow: none;
  transform: translateY(3px);
}

.btn-outline-success {
  color: #06C270;
}

[dir] .btn-outline-success {
  border: 1px solid #06C270 !important;
  background-color: transparent;
}
.btn-outline-success:hover:not(.disabled):not(:disabled) {
  color: #06C270;
}
[dir] .btn-outline-success:hover:not(.disabled):not(:disabled) {
  background-color: rgba(6, 194, 112, 0.04);
}
[dir] .btn-outline-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):focus {
  color: #06C270;
}
[dir] .btn-outline-success:not(:disabled):not(.disabled):active, [dir] .btn-outline-success:not(:disabled):not(.disabled).active, [dir] .btn-outline-success:not(:disabled):not(.disabled):focus {
  background-color: rgba(6, 194, 112, 0.2);
}
[dir] .btn-outline-success.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2306C270' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}
.show > .btn-outline-success.dropdown-toggle {
  color: #06C270;
}
[dir] .show > .btn-outline-success.dropdown-toggle {
  background-color: rgba(6, 194, 112, 0.2);
}

[dir] .btn-outline-success.waves-effect .waves-ripple, [dir] .btn-flat-success.waves-effect .waves-ripple {
  background: radial-gradient(rgba(6, 194, 112, 0.2) 0, rgba(6, 194, 112, 0.3) 40%, rgba(6, 194, 112, 0.4) 50%, rgba(6, 194, 112, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

[dir] .bullet.bullet-success {
  background-color: #06C270;
}

.modal.modal-success .modal-header .modal-title {
  color: #06C270;
}
.modal.modal-success .modal-header .close {
  color: #06C270 !important;
}

.pagination-success .page-item.active .page-link {
  color: #fff;
}

[dir] .pagination-success .page-item.active .page-link {
  background: #06C270 !important;
}
.pagination-success .page-item.active .page-link:hover {
  color: #fff;
}
.pagination-success .page-item .page-link:hover {
  color: #06C270;
}
.pagination-success .page-item.prev-item .page-link:hover, .pagination-success .page-item.next-item .page-link:hover {
  color: #fff;
}
[dir] .pagination-success .page-item.prev-item .page-link:hover, [dir] .pagination-success .page-item.next-item .page-link:hover {
  background: #06C270;
}
[dir] .pagination-success .page-item.next-item .page-link:active:after, [dir] .pagination-success .page-item.next-item .page-link:hover:after, [dir] .pagination-success .page-item.next .page-link:active:after, [dir] .pagination-success .page-item.next .page-link:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2306C270' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E") !important;
}
[dir] .pagination-success .page-item.prev-item .page-link:active:before, [dir] .pagination-success .page-item.prev-item .page-link:hover:before, [dir] .pagination-success .page-item.prev .page-link:active:before, [dir] .pagination-success .page-item.prev .page-link:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2306C270' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E") !important;
}

.nav-pill-success .nav-item .nav-link.active {
  color: #fff;
}

[dir] .nav-pill-success .nav-item .nav-link.active {
  background-color: #06C270 !important;
  border-color: #06C270;
  box-shadow: 0 4px 18px -4px rgba(6, 194, 112, 0.65);
}

[dir] .progress-bar-success {
  background-color: rgba(6, 194, 112, 0.12);
}
[dir] .progress-bar-success .progress-bar {
  background-color: #06C270;
}

[dir] .timeline .timeline-point-success {
  border-color: #06C270 !important;
}
.timeline .timeline-point-success i,
.timeline .timeline-point-success svg {
  stroke: #06C270 !important;
}
[dir] .timeline .timeline-point-success.timeline-point-indicator {
  background-color: #06C270 !important;
}
[dir] .timeline .timeline-point-success.timeline-point-indicator:before {
  background: rgba(6, 194, 112, 0.12) !important;
}

[dir] .divider.divider-success .divider-text:before, [dir] .divider.divider-success .divider-text:after {
  border-color: #06C270 !important;
}

[dir] input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #06C270 !important;
}

[dir] .custom-control-success .custom-control-input:checked ~ .custom-control-label::before, [dir] .custom-control-success .custom-control-input:active ~ .custom-control-label::before {
  border-color: #06C270;
  background-color: #06C270;
}
[dir] .custom-control-success.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before, [dir] .custom-control-success.custom-checkbox .custom-control-input:active ~ .custom-control-label::before, [dir] .custom-control-success.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before, [dir] .custom-control-success.custom-radio .custom-control-input:checked ~ .custom-control-label::before, [dir] .custom-control-success.custom-radio .custom-control-input:active ~ .custom-control-label::before, [dir] .custom-control-success.custom-radio .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 2px 4px 0 rgba(6, 194, 112, 0.4) !important;
}
[dir] .custom-control-success .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(6, 194, 112, 0.65) !important;
  border: none;
  box-shadow: none !important;
}
[dir] .custom-control-success .custom-control-input:focus ~ .custom-control-label::before {
  border-color: #06C270 !important;
}

.custom-switch-success .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  transition: all 0.2s ease-out;
}

[dir] .custom-switch-success .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #06C270 !important;
}

[dir] .select2-success .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: #06C270 !important;
  border-color: #06C270 !important;
}

.text-success.text-darken-1 {
  color: rgb(5.235, 169.265, 97.72) !important;
}

[dir] .bg-success.bg-darken-1 {
  background-color: rgb(5.235, 169.265, 97.72) !important;
}

[dir] .border-success.border-darken-1 {
  border: 1px solid rgb(5.235, 169.265, 97.72) !important;
}

[dir] .border-top-success.border-top-darken-1 {
  border-top: 1px solid rgb(5.235, 169.265, 97.72) !important;
}

[dir] .border-bottom-success.border-bottom-darken-1 {
  border-bottom: 1px solid rgb(5.235, 169.265, 97.72) !important;
}

[dir=ltr] .border-left-success.border-left-darken-1 {
  border-left: 1px solid rgb(5.235, 169.265, 97.72) !important;
}

[dir=rtl] .border-left-success.border-left-darken-1 {
  border-right: 1px solid rgb(5.235, 169.265, 97.72) !important;
}

[dir=ltr] .border-right-success.border-right-darken-1 {
  border-right: 1px solid rgb(5.235, 169.265, 97.72) !important;
}

[dir=rtl] .border-right-success.border-right-darken-1 {
  border-left: 1px solid rgb(5.235, 169.265, 97.72) !important;
}

.overlay-success.overlay-darken-1 { /* The Fallback */
}

[dir] .overlay-success.overlay-darken-1 {
  background: rgb(5.235, 169.265, 97.72);
  background: rgba(5.235, 169.265, 97.72, 0.6);
}

.text-success.text-darken-2 {
  color: rgb(4.47, 144.53, 83.44) !important;
}

[dir] .bg-success.bg-darken-2 {
  background-color: rgb(4.47, 144.53, 83.44) !important;
}

[dir] .border-success.border-darken-2 {
  border: 1px solid rgb(4.47, 144.53, 83.44) !important;
}

[dir] .border-top-success.border-top-darken-2 {
  border-top: 1px solid rgb(4.47, 144.53, 83.44) !important;
}

[dir] .border-bottom-success.border-bottom-darken-2 {
  border-bottom: 1px solid rgb(4.47, 144.53, 83.44) !important;
}

[dir=ltr] .border-left-success.border-left-darken-2 {
  border-left: 1px solid rgb(4.47, 144.53, 83.44) !important;
}

[dir=rtl] .border-left-success.border-left-darken-2 {
  border-right: 1px solid rgb(4.47, 144.53, 83.44) !important;
}

[dir=ltr] .border-right-success.border-right-darken-2 {
  border-right: 1px solid rgb(4.47, 144.53, 83.44) !important;
}

[dir=rtl] .border-right-success.border-right-darken-2 {
  border-left: 1px solid rgb(4.47, 144.53, 83.44) !important;
}

.overlay-success.overlay-darken-2 { /* The Fallback */
}

[dir] .overlay-success.overlay-darken-2 {
  background: rgb(4.47, 144.53, 83.44);
  background: rgba(4.47, 144.53, 83.44, 0.6);
}

.text-success.text-darken-3 {
  color: rgb(3.705, 119.795, 69.16) !important;
}

[dir] .bg-success.bg-darken-3 {
  background-color: rgb(3.705, 119.795, 69.16) !important;
}

[dir] .border-success.border-darken-3 {
  border: 1px solid rgb(3.705, 119.795, 69.16) !important;
}

[dir] .border-top-success.border-top-darken-3 {
  border-top: 1px solid rgb(3.705, 119.795, 69.16) !important;
}

[dir] .border-bottom-success.border-bottom-darken-3 {
  border-bottom: 1px solid rgb(3.705, 119.795, 69.16) !important;
}

[dir=ltr] .border-left-success.border-left-darken-3 {
  border-left: 1px solid rgb(3.705, 119.795, 69.16) !important;
}

[dir=rtl] .border-left-success.border-left-darken-3 {
  border-right: 1px solid rgb(3.705, 119.795, 69.16) !important;
}

[dir=ltr] .border-right-success.border-right-darken-3 {
  border-right: 1px solid rgb(3.705, 119.795, 69.16) !important;
}

[dir=rtl] .border-right-success.border-right-darken-3 {
  border-left: 1px solid rgb(3.705, 119.795, 69.16) !important;
}

.overlay-success.overlay-darken-3 { /* The Fallback */
}

[dir] .overlay-success.overlay-darken-3 {
  background: rgb(3.705, 119.795, 69.16);
  background: rgba(3.705, 119.795, 69.16, 0.6);
}

.text-success.text-darken-4 {
  color: rgb(2.94, 95.06, 54.88) !important;
}

[dir] .bg-success.bg-darken-4 {
  background-color: rgb(2.94, 95.06, 54.88) !important;
}

[dir] .border-success.border-darken-4 {
  border: 1px solid rgb(2.94, 95.06, 54.88) !important;
}

[dir] .border-top-success.border-top-darken-4 {
  border-top: 1px solid rgb(2.94, 95.06, 54.88) !important;
}

[dir] .border-bottom-success.border-bottom-darken-4 {
  border-bottom: 1px solid rgb(2.94, 95.06, 54.88) !important;
}

[dir=ltr] .border-left-success.border-left-darken-4 {
  border-left: 1px solid rgb(2.94, 95.06, 54.88) !important;
}

[dir=rtl] .border-left-success.border-left-darken-4 {
  border-right: 1px solid rgb(2.94, 95.06, 54.88) !important;
}

[dir=ltr] .border-right-success.border-right-darken-4 {
  border-right: 1px solid rgb(2.94, 95.06, 54.88) !important;
}

[dir=rtl] .border-right-success.border-right-darken-4 {
  border-left: 1px solid rgb(2.94, 95.06, 54.88) !important;
}

.overlay-success.overlay-darken-4 { /* The Fallback */
}

[dir] .overlay-success.overlay-darken-4 {
  background: rgb(2.94, 95.06, 54.88);
  background: rgba(2.94, 95.06, 54.88, 0.6);
}

.text-success.text-accent-1 {
  color: #e1fff1 !important;
}

[dir] .bg-success.bg-accent-1 {
  background-color: #e1fff1 !important;
}

[dir] .border-success.border-accent-1 {
  border: 1px solid #e1fff1 !important;
}

[dir] .border-top-success.border-top-accent-1 {
  border-top: 1px solid #e1fff1 !important;
}

[dir] .border-bottom-success.border-bottom-accent-1 {
  border-bottom: 1px solid #e1fff1 !important;
}

[dir=ltr] .border-left-success.border-left-accent-1 {
  border-left: 1px solid #e1fff1 !important;
}

[dir=rtl] .border-left-success.border-left-accent-1 {
  border-right: 1px solid #e1fff1 !important;
}

[dir=ltr] .border-right-success.border-right-accent-1 {
  border-right: 1px solid #e1fff1 !important;
}

[dir=rtl] .border-right-success.border-right-accent-1 {
  border-left: 1px solid #e1fff1 !important;
}

.overlay-success.overlay-accent-1 { /* The Fallback */
}

[dir] .overlay-success.overlay-accent-1 {
  background: #e1fff1;
  background: rgba(225, 255, 241, 0.6);
}

.text-success.text-accent-2 {
  color: #aeffd9 !important;
}

[dir] .bg-success.bg-accent-2 {
  background-color: #aeffd9 !important;
}

[dir] .border-success.border-accent-2 {
  border: 1px solid #aeffd9 !important;
}

[dir] .border-top-success.border-top-accent-2 {
  border-top: 1px solid #aeffd9 !important;
}

[dir] .border-bottom-success.border-bottom-accent-2 {
  border-bottom: 1px solid #aeffd9 !important;
}

[dir=ltr] .border-left-success.border-left-accent-2 {
  border-left: 1px solid #aeffd9 !important;
}

[dir=rtl] .border-left-success.border-left-accent-2 {
  border-right: 1px solid #aeffd9 !important;
}

[dir=ltr] .border-right-success.border-right-accent-2 {
  border-right: 1px solid #aeffd9 !important;
}

[dir=rtl] .border-right-success.border-right-accent-2 {
  border-left: 1px solid #aeffd9 !important;
}

.overlay-success.overlay-accent-2 { /* The Fallback */
}

[dir] .overlay-success.overlay-accent-2 {
  background: #aeffd9;
  background: rgba(174, 255, 217, 0.6);
}

.text-success.text-accent-3 {
  color: #7bffc1 !important;
}

[dir] .bg-success.bg-accent-3 {
  background-color: #7bffc1 !important;
}

[dir] .border-success.border-accent-3 {
  border: 1px solid #7bffc1 !important;
}

[dir] .border-top-success.border-top-accent-3 {
  border-top: 1px solid #7bffc1 !important;
}

[dir] .border-bottom-success.border-bottom-accent-3 {
  border-bottom: 1px solid #7bffc1 !important;
}

[dir=ltr] .border-left-success.border-left-accent-3 {
  border-left: 1px solid #7bffc1 !important;
}

[dir=rtl] .border-left-success.border-left-accent-3 {
  border-right: 1px solid #7bffc1 !important;
}

[dir=ltr] .border-right-success.border-right-accent-3 {
  border-right: 1px solid #7bffc1 !important;
}

[dir=rtl] .border-right-success.border-right-accent-3 {
  border-left: 1px solid #7bffc1 !important;
}

.overlay-success.overlay-accent-3 { /* The Fallback */
}

[dir] .overlay-success.overlay-accent-3 {
  background: #7bffc1;
  background: rgba(123, 255, 193, 0.6);
}

.text-success.text-accent-4 {
  color: #62ffb5 !important;
}

[dir] .bg-success.bg-accent-4 {
  background-color: #62ffb5 !important;
}

[dir] .border-success.border-accent-4 {
  border: 1px solid #62ffb5 !important;
}

[dir] .border-top-success.border-top-accent-4 {
  border-top: 1px solid #62ffb5 !important;
}

[dir] .border-bottom-success.border-bottom-accent-4 {
  border-bottom: 1px solid #62ffb5 !important;
}

[dir=ltr] .border-left-success.border-left-accent-4 {
  border-left: 1px solid #62ffb5 !important;
}

[dir=rtl] .border-left-success.border-left-accent-4 {
  border-right: 1px solid #62ffb5 !important;
}

[dir=ltr] .border-right-success.border-right-accent-4 {
  border-right: 1px solid #62ffb5 !important;
}

[dir=rtl] .border-right-success.border-right-accent-4 {
  border-left: 1px solid #62ffb5 !important;
}

.overlay-success.overlay-accent-4 { /* The Fallback */
}

[dir] .overlay-success.overlay-accent-4 {
  background: #62ffb5;
  background: rgba(98, 255, 181, 0.6);
}

.text-info.text-lighten-5 {
  color: rgb(132.1541501976, 228.895256917, 248.3458498024) !important;
}

[dir] .bg-info.bg-lighten-5 {
  background-color: rgb(132.1541501976, 228.895256917, 248.3458498024) !important;
}

[dir] .border-info.border-lighten-5 {
  border: 1px solid rgb(132.1541501976, 228.895256917, 248.3458498024) !important;
}

[dir] .border-top-info.border-top-lighten-5 {
  border-top: 1px solid rgb(132.1541501976, 228.895256917, 248.3458498024) !important;
}

[dir] .border-bottom-info.border-bottom-lighten-5 {
  border-bottom: 1px solid rgb(132.1541501976, 228.895256917, 248.3458498024) !important;
}

[dir=ltr] .border-left-info.border-left-lighten-5 {
  border-left: 1px solid rgb(132.1541501976, 228.895256917, 248.3458498024) !important;
}

[dir=rtl] .border-left-info.border-left-lighten-5 {
  border-right: 1px solid rgb(132.1541501976, 228.895256917, 248.3458498024) !important;
}

[dir=ltr] .border-right-info.border-right-lighten-5 {
  border-right: 1px solid rgb(132.1541501976, 228.895256917, 248.3458498024) !important;
}

[dir=rtl] .border-right-info.border-right-lighten-5 {
  border-left: 1px solid rgb(132.1541501976, 228.895256917, 248.3458498024) !important;
}

.overlay-info.overlay-lighten-5 { /* The Fallback */
}

[dir] .overlay-info.overlay-lighten-5 {
  background: rgb(132.1541501976, 228.895256917, 248.3458498024);
  background: rgba(132.1541501976, 228.895256917, 248.3458498024, 0.6);
}

.text-info.text-lighten-4 {
  color: rgb(107.9644268775, 223.7549407115, 247.0355731225) !important;
}

[dir] .bg-info.bg-lighten-4 {
  background-color: rgb(107.9644268775, 223.7549407115, 247.0355731225) !important;
}

[dir] .border-info.border-lighten-4 {
  border: 1px solid rgb(107.9644268775, 223.7549407115, 247.0355731225) !important;
}

[dir] .border-top-info.border-top-lighten-4 {
  border-top: 1px solid rgb(107.9644268775, 223.7549407115, 247.0355731225) !important;
}

[dir] .border-bottom-info.border-bottom-lighten-4 {
  border-bottom: 1px solid rgb(107.9644268775, 223.7549407115, 247.0355731225) !important;
}

[dir=ltr] .border-left-info.border-left-lighten-4 {
  border-left: 1px solid rgb(107.9644268775, 223.7549407115, 247.0355731225) !important;
}

[dir=rtl] .border-left-info.border-left-lighten-4 {
  border-right: 1px solid rgb(107.9644268775, 223.7549407115, 247.0355731225) !important;
}

[dir=ltr] .border-right-info.border-right-lighten-4 {
  border-right: 1px solid rgb(107.9644268775, 223.7549407115, 247.0355731225) !important;
}

[dir=rtl] .border-right-info.border-right-lighten-4 {
  border-left: 1px solid rgb(107.9644268775, 223.7549407115, 247.0355731225) !important;
}

.overlay-info.overlay-lighten-4 { /* The Fallback */
}

[dir] .overlay-info.overlay-lighten-4 {
  background: rgb(107.9644268775, 223.7549407115, 247.0355731225);
  background: rgba(107.9644268775, 223.7549407115, 247.0355731225, 0.6);
}

.text-info.text-lighten-3 {
  color: rgb(83.7747035573, 218.6146245059, 245.7252964427) !important;
}

[dir] .bg-info.bg-lighten-3 {
  background-color: rgb(83.7747035573, 218.6146245059, 245.7252964427) !important;
}

[dir] .border-info.border-lighten-3 {
  border: 1px solid rgb(83.7747035573, 218.6146245059, 245.7252964427) !important;
}

[dir] .border-top-info.border-top-lighten-3 {
  border-top: 1px solid rgb(83.7747035573, 218.6146245059, 245.7252964427) !important;
}

[dir] .border-bottom-info.border-bottom-lighten-3 {
  border-bottom: 1px solid rgb(83.7747035573, 218.6146245059, 245.7252964427) !important;
}

[dir=ltr] .border-left-info.border-left-lighten-3 {
  border-left: 1px solid rgb(83.7747035573, 218.6146245059, 245.7252964427) !important;
}

[dir=rtl] .border-left-info.border-left-lighten-3 {
  border-right: 1px solid rgb(83.7747035573, 218.6146245059, 245.7252964427) !important;
}

[dir=ltr] .border-right-info.border-right-lighten-3 {
  border-right: 1px solid rgb(83.7747035573, 218.6146245059, 245.7252964427) !important;
}

[dir=rtl] .border-right-info.border-right-lighten-3 {
  border-left: 1px solid rgb(83.7747035573, 218.6146245059, 245.7252964427) !important;
}

.overlay-info.overlay-lighten-3 { /* The Fallback */
}

[dir] .overlay-info.overlay-lighten-3 {
  background: rgb(83.7747035573, 218.6146245059, 245.7252964427);
  background: rgba(83.7747035573, 218.6146245059, 245.7252964427, 0.6);
}

.text-info.text-lighten-2 {
  color: rgb(59.5849802372, 213.4743083004, 244.4150197628) !important;
}

[dir] .bg-info.bg-lighten-2 {
  background-color: rgb(59.5849802372, 213.4743083004, 244.4150197628) !important;
}

[dir] .border-info.border-lighten-2 {
  border: 1px solid rgb(59.5849802372, 213.4743083004, 244.4150197628) !important;
}

[dir] .border-top-info.border-top-lighten-2 {
  border-top: 1px solid rgb(59.5849802372, 213.4743083004, 244.4150197628) !important;
}

[dir] .border-bottom-info.border-bottom-lighten-2 {
  border-bottom: 1px solid rgb(59.5849802372, 213.4743083004, 244.4150197628) !important;
}

[dir=ltr] .border-left-info.border-left-lighten-2 {
  border-left: 1px solid rgb(59.5849802372, 213.4743083004, 244.4150197628) !important;
}

[dir=rtl] .border-left-info.border-left-lighten-2 {
  border-right: 1px solid rgb(59.5849802372, 213.4743083004, 244.4150197628) !important;
}

[dir=ltr] .border-right-info.border-right-lighten-2 {
  border-right: 1px solid rgb(59.5849802372, 213.4743083004, 244.4150197628) !important;
}

[dir=rtl] .border-right-info.border-right-lighten-2 {
  border-left: 1px solid rgb(59.5849802372, 213.4743083004, 244.4150197628) !important;
}

.overlay-info.overlay-lighten-2 { /* The Fallback */
}

[dir] .overlay-info.overlay-lighten-2 {
  background: rgb(59.5849802372, 213.4743083004, 244.4150197628);
  background: rgba(59.5849802372, 213.4743083004, 244.4150197628, 0.6);
}

.text-info.text-lighten-1 {
  color: rgb(35.395256917, 208.3339920949, 243.104743083) !important;
}

[dir] .bg-info.bg-lighten-1 {
  background-color: rgb(35.395256917, 208.3339920949, 243.104743083) !important;
}

[dir] .border-info.border-lighten-1 {
  border: 1px solid rgb(35.395256917, 208.3339920949, 243.104743083) !important;
}

[dir] .border-top-info.border-top-lighten-1 {
  border-top: 1px solid rgb(35.395256917, 208.3339920949, 243.104743083) !important;
}

[dir] .border-bottom-info.border-bottom-lighten-1 {
  border-bottom: 1px solid rgb(35.395256917, 208.3339920949, 243.104743083) !important;
}

[dir=ltr] .border-left-info.border-left-lighten-1 {
  border-left: 1px solid rgb(35.395256917, 208.3339920949, 243.104743083) !important;
}

[dir=rtl] .border-left-info.border-left-lighten-1 {
  border-right: 1px solid rgb(35.395256917, 208.3339920949, 243.104743083) !important;
}

[dir=ltr] .border-right-info.border-right-lighten-1 {
  border-right: 1px solid rgb(35.395256917, 208.3339920949, 243.104743083) !important;
}

[dir=rtl] .border-right-info.border-right-lighten-1 {
  border-left: 1px solid rgb(35.395256917, 208.3339920949, 243.104743083) !important;
}

.overlay-info.overlay-lighten-1 { /* The Fallback */
}

[dir] .overlay-info.overlay-lighten-1 {
  background: rgb(35.395256917, 208.3339920949, 243.104743083);
  background: rgba(35.395256917, 208.3339920949, 243.104743083, 0.6);
}

[dir] .bg-info {
  background-color: #0dcaf0 !important;
}
[dir] .bg-info .card-header, [dir] .bg-info .card-footer {
  background-color: transparent;
}

.alert-info {
  color: #0dcaf0 !important;
}

[dir] .alert-info {
  background: rgba(13, 202, 240, 0.12) !important;
}
[dir] .alert-info .alert-heading {
  box-shadow: rgba(13, 202, 240, 0.4) 0px 6px 15px -7px;
}
.alert-info .alert-link {
  color: rgb(11.6897233202, 181.6403162055, 215.8102766798) !important;
}
.alert-info .close {
  color: #0dcaf0 !important;
}

.bg-light-info {
  color: #0dcaf0 !important;
}

[dir] .bg-light-info {
  background: rgba(13, 202, 240, 0.12) !important;
}
[dir] .bg-light-info.fc-h-event, [dir] .bg-light-info.fc-v-event {
  border-color: rgba(13, 202, 240, 0.1);
}
[dir] .bg-light-info .fc-list-event-dot, [dir] .bg-light-info .fc-daygrid-event-dot {
  border-color: #0dcaf0 !important;
}
[dir] .bg-light-info.fc-list-event:hover td {
  background: rgba(13, 202, 240, 0.1) !important;
}
.bg-light-info.fc-list-event .fc-list-event-title {
  color: #6e6b7b;
}

.avatar.bg-light-info {
  color: #0dcaf0 !important;
}

[dir] .border-info {
  border: 1px solid #0dcaf0 !important;
}

[dir] .border-top-info {
  border-top: 1px solid #0dcaf0;
}

[dir] .border-bottom-info {
  border-bottom: 1px solid #0dcaf0;
}

[dir=ltr] .border-left-info {
  border-left: 1px solid #0dcaf0;
}

[dir=rtl] .border-left-info {
  border-right: 1px solid #0dcaf0;
}

[dir=ltr] .border-right-info {
  border-right: 1px solid #0dcaf0;
}

[dir=rtl] .border-right-info {
  border-left: 1px solid #0dcaf0;
}

[dir] .bg-info.badge-glow, [dir] .border-info.badge-glow, [dir] .badge-info.badge-glow {
  box-shadow: 0px 0px 10px #0dcaf0;
}

.badge.badge-light-info {
  color: #0dcaf0 !important;
}

[dir] .badge.badge-light-info {
  background-color: rgba(13, 202, 240, 0.12);
}

.overlay-info { /* The Fallback */
}

[dir] .overlay-info {
  background: #0dcaf0;
  background: rgba(13, 202, 240, 0.6);
}

.btn-info {
  color: #fff !important;
}

[dir] .btn-info {
  border-color: #0dcaf0 !important;
  background-color: #0dcaf0 !important;
}
.btn-info:focus, .btn-info:active, .btn-info.active {
  color: #fff;
}
[dir] .btn-info:focus, [dir] .btn-info:active, [dir] .btn-info.active {
  background-color: rgb(11.6897233202, 181.6403162055, 215.8102766798) !important;
}
[dir] .btn-info:hover:not(.disabled):not(:disabled) {
  box-shadow: 0 8px 25px -8px #0dcaf0;
}
[dir] .btn-info:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

.btn-flat-info {
  color: #0dcaf0;
}

[dir] .btn-flat-info {
  background-color: transparent;
}
.btn-flat-info:hover {
  color: #0dcaf0;
}
[dir] .btn-flat-info:hover:not(.disabled):not(:disabled) {
  background-color: rgba(13, 202, 240, 0.12);
}
.btn-flat-info:active, .btn-flat-info.active, .btn-flat-info:focus {
  color: #0dcaf0;
}
[dir] .btn-flat-info:active, [dir] .btn-flat-info.active, [dir] .btn-flat-info:focus {
  background-color: rgba(13, 202, 240, 0.2);
}
[dir] .btn-flat-info.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230dcaf0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}

.btn-relief-info {
  color: #fff;
  transition: all 0.2s ease;
}

[dir] .btn-relief-info {
  background-color: #0dcaf0;
  box-shadow: inset 0 -3px 0 0 rgba(34, 41, 47, 0.2);
}
[dir] .btn-relief-info:hover:not(.disabled):not(:disabled) {
  background-color: rgb(35.395256917, 208.3339920949, 243.104743083);
}
[dir] .btn-relief-info:active, [dir] .btn-relief-info.active, [dir] .btn-relief-info:focus {
  background-color: rgb(11.6897233202, 181.6403162055, 215.8102766798);
}
.btn-relief-info:hover {
  color: #fff;
}
.btn-relief-info:active, .btn-relief-info.active {
  outline: none;
}
[dir] .btn-relief-info:active, [dir] .btn-relief-info.active {
  box-shadow: none;
  transform: translateY(3px);
}

.btn-outline-info {
  color: #0dcaf0;
}

[dir] .btn-outline-info {
  border: 1px solid #0dcaf0 !important;
  background-color: transparent;
}
.btn-outline-info:hover:not(.disabled):not(:disabled) {
  color: #0dcaf0;
}
[dir] .btn-outline-info:hover:not(.disabled):not(:disabled) {
  background-color: rgba(13, 202, 240, 0.04);
}
[dir] .btn-outline-info:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):focus {
  color: #0dcaf0;
}
[dir] .btn-outline-info:not(:disabled):not(.disabled):active, [dir] .btn-outline-info:not(:disabled):not(.disabled).active, [dir] .btn-outline-info:not(:disabled):not(.disabled):focus {
  background-color: rgba(13, 202, 240, 0.2);
}
[dir] .btn-outline-info.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230dcaf0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}
.show > .btn-outline-info.dropdown-toggle {
  color: #0dcaf0;
}
[dir] .show > .btn-outline-info.dropdown-toggle {
  background-color: rgba(13, 202, 240, 0.2);
}

[dir] .btn-outline-info.waves-effect .waves-ripple, [dir] .btn-flat-info.waves-effect .waves-ripple {
  background: radial-gradient(rgba(13, 202, 240, 0.2) 0, rgba(13, 202, 240, 0.3) 40%, rgba(13, 202, 240, 0.4) 50%, rgba(13, 202, 240, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

[dir] .bullet.bullet-info {
  background-color: #0dcaf0;
}

.modal.modal-info .modal-header .modal-title {
  color: #0dcaf0;
}
.modal.modal-info .modal-header .close {
  color: #0dcaf0 !important;
}

.pagination-info .page-item.active .page-link {
  color: #fff;
}

[dir] .pagination-info .page-item.active .page-link {
  background: #0dcaf0 !important;
}
.pagination-info .page-item.active .page-link:hover {
  color: #fff;
}
.pagination-info .page-item .page-link:hover {
  color: #0dcaf0;
}
.pagination-info .page-item.prev-item .page-link:hover, .pagination-info .page-item.next-item .page-link:hover {
  color: #fff;
}
[dir] .pagination-info .page-item.prev-item .page-link:hover, [dir] .pagination-info .page-item.next-item .page-link:hover {
  background: #0dcaf0;
}
[dir] .pagination-info .page-item.next-item .page-link:active:after, [dir] .pagination-info .page-item.next-item .page-link:hover:after, [dir] .pagination-info .page-item.next .page-link:active:after, [dir] .pagination-info .page-item.next .page-link:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230dcaf0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E") !important;
}
[dir] .pagination-info .page-item.prev-item .page-link:active:before, [dir] .pagination-info .page-item.prev-item .page-link:hover:before, [dir] .pagination-info .page-item.prev .page-link:active:before, [dir] .pagination-info .page-item.prev .page-link:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230dcaf0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E") !important;
}

.nav-pill-info .nav-item .nav-link.active {
  color: #fff;
}

[dir] .nav-pill-info .nav-item .nav-link.active {
  background-color: #0dcaf0 !important;
  border-color: #0dcaf0;
  box-shadow: 0 4px 18px -4px rgba(13, 202, 240, 0.65);
}

[dir] .progress-bar-info {
  background-color: rgba(13, 202, 240, 0.12);
}
[dir] .progress-bar-info .progress-bar {
  background-color: #0dcaf0;
}

[dir] .timeline .timeline-point-info {
  border-color: #0dcaf0 !important;
}
.timeline .timeline-point-info i,
.timeline .timeline-point-info svg {
  stroke: #0dcaf0 !important;
}
[dir] .timeline .timeline-point-info.timeline-point-indicator {
  background-color: #0dcaf0 !important;
}
[dir] .timeline .timeline-point-info.timeline-point-indicator:before {
  background: rgba(13, 202, 240, 0.12) !important;
}

[dir] .divider.divider-info .divider-text:before, [dir] .divider.divider-info .divider-text:after {
  border-color: #0dcaf0 !important;
}

[dir] input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #0dcaf0 !important;
}

[dir] .custom-control-info .custom-control-input:checked ~ .custom-control-label::before, [dir] .custom-control-info .custom-control-input:active ~ .custom-control-label::before {
  border-color: #0dcaf0;
  background-color: #0dcaf0;
}
[dir] .custom-control-info.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before, [dir] .custom-control-info.custom-checkbox .custom-control-input:active ~ .custom-control-label::before, [dir] .custom-control-info.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before, [dir] .custom-control-info.custom-radio .custom-control-input:checked ~ .custom-control-label::before, [dir] .custom-control-info.custom-radio .custom-control-input:active ~ .custom-control-label::before, [dir] .custom-control-info.custom-radio .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 2px 4px 0 rgba(13, 202, 240, 0.4) !important;
}
[dir] .custom-control-info .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(13, 202, 240, 0.65) !important;
  border: none;
  box-shadow: none !important;
}
[dir] .custom-control-info .custom-control-input:focus ~ .custom-control-label::before {
  border-color: #0dcaf0 !important;
}

.custom-switch-info .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  transition: all 0.2s ease-out;
}

[dir] .custom-switch-info .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #0dcaf0 !important;
}

[dir] .select2-info .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: #0dcaf0 !important;
  border-color: #0dcaf0 !important;
}

.text-info.text-darken-1 {
  color: rgb(11.6897233202, 181.6403162055, 215.8102766798) !important;
}

[dir] .bg-info.bg-darken-1 {
  background-color: rgb(11.6897233202, 181.6403162055, 215.8102766798) !important;
}

[dir] .border-info.border-darken-1 {
  border: 1px solid rgb(11.6897233202, 181.6403162055, 215.8102766798) !important;
}

[dir] .border-top-info.border-top-darken-1 {
  border-top: 1px solid rgb(11.6897233202, 181.6403162055, 215.8102766798) !important;
}

[dir] .border-bottom-info.border-bottom-darken-1 {
  border-bottom: 1px solid rgb(11.6897233202, 181.6403162055, 215.8102766798) !important;
}

[dir=ltr] .border-left-info.border-left-darken-1 {
  border-left: 1px solid rgb(11.6897233202, 181.6403162055, 215.8102766798) !important;
}

[dir=rtl] .border-left-info.border-left-darken-1 {
  border-right: 1px solid rgb(11.6897233202, 181.6403162055, 215.8102766798) !important;
}

[dir=ltr] .border-right-info.border-right-darken-1 {
  border-right: 1px solid rgb(11.6897233202, 181.6403162055, 215.8102766798) !important;
}

[dir=rtl] .border-right-info.border-right-darken-1 {
  border-left: 1px solid rgb(11.6897233202, 181.6403162055, 215.8102766798) !important;
}

.overlay-info.overlay-darken-1 { /* The Fallback */
}

[dir] .overlay-info.overlay-darken-1 {
  background: rgb(11.6897233202, 181.6403162055, 215.8102766798);
  background: rgba(11.6897233202, 181.6403162055, 215.8102766798, 0.6);
}

.text-info.text-darken-2 {
  color: rgb(10.3794466403, 161.2806324111, 191.6205533597) !important;
}

[dir] .bg-info.bg-darken-2 {
  background-color: rgb(10.3794466403, 161.2806324111, 191.6205533597) !important;
}

[dir] .border-info.border-darken-2 {
  border: 1px solid rgb(10.3794466403, 161.2806324111, 191.6205533597) !important;
}

[dir] .border-top-info.border-top-darken-2 {
  border-top: 1px solid rgb(10.3794466403, 161.2806324111, 191.6205533597) !important;
}

[dir] .border-bottom-info.border-bottom-darken-2 {
  border-bottom: 1px solid rgb(10.3794466403, 161.2806324111, 191.6205533597) !important;
}

[dir=ltr] .border-left-info.border-left-darken-2 {
  border-left: 1px solid rgb(10.3794466403, 161.2806324111, 191.6205533597) !important;
}

[dir=rtl] .border-left-info.border-left-darken-2 {
  border-right: 1px solid rgb(10.3794466403, 161.2806324111, 191.6205533597) !important;
}

[dir=ltr] .border-right-info.border-right-darken-2 {
  border-right: 1px solid rgb(10.3794466403, 161.2806324111, 191.6205533597) !important;
}

[dir=rtl] .border-right-info.border-right-darken-2 {
  border-left: 1px solid rgb(10.3794466403, 161.2806324111, 191.6205533597) !important;
}

.overlay-info.overlay-darken-2 { /* The Fallback */
}

[dir] .overlay-info.overlay-darken-2 {
  background: rgb(10.3794466403, 161.2806324111, 191.6205533597);
  background: rgba(10.3794466403, 161.2806324111, 191.6205533597, 0.6);
}

.text-info.text-darken-3 {
  color: rgb(9.0691699605, 140.9209486166, 167.4308300395) !important;
}

[dir] .bg-info.bg-darken-3 {
  background-color: rgb(9.0691699605, 140.9209486166, 167.4308300395) !important;
}

[dir] .border-info.border-darken-3 {
  border: 1px solid rgb(9.0691699605, 140.9209486166, 167.4308300395) !important;
}

[dir] .border-top-info.border-top-darken-3 {
  border-top: 1px solid rgb(9.0691699605, 140.9209486166, 167.4308300395) !important;
}

[dir] .border-bottom-info.border-bottom-darken-3 {
  border-bottom: 1px solid rgb(9.0691699605, 140.9209486166, 167.4308300395) !important;
}

[dir=ltr] .border-left-info.border-left-darken-3 {
  border-left: 1px solid rgb(9.0691699605, 140.9209486166, 167.4308300395) !important;
}

[dir=rtl] .border-left-info.border-left-darken-3 {
  border-right: 1px solid rgb(9.0691699605, 140.9209486166, 167.4308300395) !important;
}

[dir=ltr] .border-right-info.border-right-darken-3 {
  border-right: 1px solid rgb(9.0691699605, 140.9209486166, 167.4308300395) !important;
}

[dir=rtl] .border-right-info.border-right-darken-3 {
  border-left: 1px solid rgb(9.0691699605, 140.9209486166, 167.4308300395) !important;
}

.overlay-info.overlay-darken-3 { /* The Fallback */
}

[dir] .overlay-info.overlay-darken-3 {
  background: rgb(9.0691699605, 140.9209486166, 167.4308300395);
  background: rgba(9.0691699605, 140.9209486166, 167.4308300395, 0.6);
}

.text-info.text-darken-4 {
  color: rgb(7.7588932806, 120.5612648221, 143.2411067194) !important;
}

[dir] .bg-info.bg-darken-4 {
  background-color: rgb(7.7588932806, 120.5612648221, 143.2411067194) !important;
}

[dir] .border-info.border-darken-4 {
  border: 1px solid rgb(7.7588932806, 120.5612648221, 143.2411067194) !important;
}

[dir] .border-top-info.border-top-darken-4 {
  border-top: 1px solid rgb(7.7588932806, 120.5612648221, 143.2411067194) !important;
}

[dir] .border-bottom-info.border-bottom-darken-4 {
  border-bottom: 1px solid rgb(7.7588932806, 120.5612648221, 143.2411067194) !important;
}

[dir=ltr] .border-left-info.border-left-darken-4 {
  border-left: 1px solid rgb(7.7588932806, 120.5612648221, 143.2411067194) !important;
}

[dir=rtl] .border-left-info.border-left-darken-4 {
  border-right: 1px solid rgb(7.7588932806, 120.5612648221, 143.2411067194) !important;
}

[dir=ltr] .border-right-info.border-right-darken-4 {
  border-right: 1px solid rgb(7.7588932806, 120.5612648221, 143.2411067194) !important;
}

[dir=rtl] .border-right-info.border-right-darken-4 {
  border-left: 1px solid rgb(7.7588932806, 120.5612648221, 143.2411067194) !important;
}

.overlay-info.overlay-darken-4 { /* The Fallback */
}

[dir] .overlay-info.overlay-darken-4 {
  background: rgb(7.7588932806, 120.5612648221, 143.2411067194);
  background: rgba(7.7588932806, 120.5612648221, 143.2411067194, 0.6);
}

.text-info.text-accent-1 {
  color: #feffff !important;
}

[dir] .bg-info.bg-accent-1 {
  background-color: #feffff !important;
}

[dir] .border-info.border-accent-1 {
  border: 1px solid #feffff !important;
}

[dir] .border-top-info.border-top-accent-1 {
  border-top: 1px solid #feffff !important;
}

[dir] .border-bottom-info.border-bottom-accent-1 {
  border-bottom: 1px solid #feffff !important;
}

[dir=ltr] .border-left-info.border-left-accent-1 {
  border-left: 1px solid #feffff !important;
}

[dir=rtl] .border-left-info.border-left-accent-1 {
  border-right: 1px solid #feffff !important;
}

[dir=ltr] .border-right-info.border-right-accent-1 {
  border-right: 1px solid #feffff !important;
}

[dir=rtl] .border-right-info.border-right-accent-1 {
  border-left: 1px solid #feffff !important;
}

.overlay-info.overlay-accent-1 { /* The Fallback */
}

[dir] .overlay-info.overlay-accent-1 {
  background: #feffff;
  background: rgba(254, 255, 255, 0.6);
}

.text-info.text-accent-2 {
  color: #cbf5ff !important;
}

[dir] .bg-info.bg-accent-2 {
  background-color: #cbf5ff !important;
}

[dir] .border-info.border-accent-2 {
  border: 1px solid #cbf5ff !important;
}

[dir] .border-top-info.border-top-accent-2 {
  border-top: 1px solid #cbf5ff !important;
}

[dir] .border-bottom-info.border-bottom-accent-2 {
  border-bottom: 1px solid #cbf5ff !important;
}

[dir=ltr] .border-left-info.border-left-accent-2 {
  border-left: 1px solid #cbf5ff !important;
}

[dir=rtl] .border-left-info.border-left-accent-2 {
  border-right: 1px solid #cbf5ff !important;
}

[dir=ltr] .border-right-info.border-right-accent-2 {
  border-right: 1px solid #cbf5ff !important;
}

[dir=rtl] .border-right-info.border-right-accent-2 {
  border-left: 1px solid #cbf5ff !important;
}

.overlay-info.overlay-accent-2 { /* The Fallback */
}

[dir] .overlay-info.overlay-accent-2 {
  background: #cbf5ff;
  background: rgba(203, 245, 255, 0.6);
}

.text-info.text-accent-3 {
  color: #98ecff !important;
}

[dir] .bg-info.bg-accent-3 {
  background-color: #98ecff !important;
}

[dir] .border-info.border-accent-3 {
  border: 1px solid #98ecff !important;
}

[dir] .border-top-info.border-top-accent-3 {
  border-top: 1px solid #98ecff !important;
}

[dir] .border-bottom-info.border-bottom-accent-3 {
  border-bottom: 1px solid #98ecff !important;
}

[dir=ltr] .border-left-info.border-left-accent-3 {
  border-left: 1px solid #98ecff !important;
}

[dir=rtl] .border-left-info.border-left-accent-3 {
  border-right: 1px solid #98ecff !important;
}

[dir=ltr] .border-right-info.border-right-accent-3 {
  border-right: 1px solid #98ecff !important;
}

[dir=rtl] .border-right-info.border-right-accent-3 {
  border-left: 1px solid #98ecff !important;
}

.overlay-info.overlay-accent-3 { /* The Fallback */
}

[dir] .overlay-info.overlay-accent-3 {
  background: #98ecff;
  background: rgba(152, 236, 255, 0.6);
}

.text-info.text-accent-4 {
  color: #7fe7ff !important;
}

[dir] .bg-info.bg-accent-4 {
  background-color: #7fe7ff !important;
}

[dir] .border-info.border-accent-4 {
  border: 1px solid #7fe7ff !important;
}

[dir] .border-top-info.border-top-accent-4 {
  border-top: 1px solid #7fe7ff !important;
}

[dir] .border-bottom-info.border-bottom-accent-4 {
  border-bottom: 1px solid #7fe7ff !important;
}

[dir=ltr] .border-left-info.border-left-accent-4 {
  border-left: 1px solid #7fe7ff !important;
}

[dir=rtl] .border-left-info.border-left-accent-4 {
  border-right: 1px solid #7fe7ff !important;
}

[dir=ltr] .border-right-info.border-right-accent-4 {
  border-right: 1px solid #7fe7ff !important;
}

[dir=rtl] .border-right-info.border-right-accent-4 {
  border-left: 1px solid #7fe7ff !important;
}

.overlay-info.overlay-accent-4 { /* The Fallback */
}

[dir] .overlay-info.overlay-accent-4 {
  background: #7fe7ff;
  background: rgba(127, 231, 255, 0.6);
}

.text-warning.text-lighten-5 {
  color: rgb(255, 224.875, 134.5) !important;
}

[dir] .bg-warning.bg-lighten-5 {
  background-color: rgb(255, 224.875, 134.5) !important;
}

[dir] .border-warning.border-lighten-5 {
  border: 1px solid rgb(255, 224.875, 134.5) !important;
}

[dir] .border-top-warning.border-top-lighten-5 {
  border-top: 1px solid rgb(255, 224.875, 134.5) !important;
}

[dir] .border-bottom-warning.border-bottom-lighten-5 {
  border-bottom: 1px solid rgb(255, 224.875, 134.5) !important;
}

[dir=ltr] .border-left-warning.border-left-lighten-5 {
  border-left: 1px solid rgb(255, 224.875, 134.5) !important;
}

[dir=rtl] .border-left-warning.border-left-lighten-5 {
  border-right: 1px solid rgb(255, 224.875, 134.5) !important;
}

[dir=ltr] .border-right-warning.border-right-lighten-5 {
  border-right: 1px solid rgb(255, 224.875, 134.5) !important;
}

[dir=rtl] .border-right-warning.border-right-lighten-5 {
  border-left: 1px solid rgb(255, 224.875, 134.5) !important;
}

.overlay-warning.overlay-lighten-5 { /* The Fallback */
}

[dir] .overlay-warning.overlay-lighten-5 {
  background: rgb(255, 224.875, 134.5);
  background: rgba(255, 224.875, 134.5, 0.6);
}

.text-warning.text-lighten-4 {
  color: rgb(255, 218.5, 109) !important;
}

[dir] .bg-warning.bg-lighten-4 {
  background-color: rgb(255, 218.5, 109) !important;
}

[dir] .border-warning.border-lighten-4 {
  border: 1px solid rgb(255, 218.5, 109) !important;
}

[dir] .border-top-warning.border-top-lighten-4 {
  border-top: 1px solid rgb(255, 218.5, 109) !important;
}

[dir] .border-bottom-warning.border-bottom-lighten-4 {
  border-bottom: 1px solid rgb(255, 218.5, 109) !important;
}

[dir=ltr] .border-left-warning.border-left-lighten-4 {
  border-left: 1px solid rgb(255, 218.5, 109) !important;
}

[dir=rtl] .border-left-warning.border-left-lighten-4 {
  border-right: 1px solid rgb(255, 218.5, 109) !important;
}

[dir=ltr] .border-right-warning.border-right-lighten-4 {
  border-right: 1px solid rgb(255, 218.5, 109) !important;
}

[dir=rtl] .border-right-warning.border-right-lighten-4 {
  border-left: 1px solid rgb(255, 218.5, 109) !important;
}

.overlay-warning.overlay-lighten-4 { /* The Fallback */
}

[dir] .overlay-warning.overlay-lighten-4 {
  background: rgb(255, 218.5, 109);
  background: rgba(255, 218.5, 109, 0.6);
}

.text-warning.text-lighten-3 {
  color: rgb(255, 212.125, 83.5) !important;
}

[dir] .bg-warning.bg-lighten-3 {
  background-color: rgb(255, 212.125, 83.5) !important;
}

[dir] .border-warning.border-lighten-3 {
  border: 1px solid rgb(255, 212.125, 83.5) !important;
}

[dir] .border-top-warning.border-top-lighten-3 {
  border-top: 1px solid rgb(255, 212.125, 83.5) !important;
}

[dir] .border-bottom-warning.border-bottom-lighten-3 {
  border-bottom: 1px solid rgb(255, 212.125, 83.5) !important;
}

[dir=ltr] .border-left-warning.border-left-lighten-3 {
  border-left: 1px solid rgb(255, 212.125, 83.5) !important;
}

[dir=rtl] .border-left-warning.border-left-lighten-3 {
  border-right: 1px solid rgb(255, 212.125, 83.5) !important;
}

[dir=ltr] .border-right-warning.border-right-lighten-3 {
  border-right: 1px solid rgb(255, 212.125, 83.5) !important;
}

[dir=rtl] .border-right-warning.border-right-lighten-3 {
  border-left: 1px solid rgb(255, 212.125, 83.5) !important;
}

.overlay-warning.overlay-lighten-3 { /* The Fallback */
}

[dir] .overlay-warning.overlay-lighten-3 {
  background: rgb(255, 212.125, 83.5);
  background: rgba(255, 212.125, 83.5, 0.6);
}

.text-warning.text-lighten-2 {
  color: rgb(255, 205.75, 58) !important;
}

[dir] .bg-warning.bg-lighten-2 {
  background-color: rgb(255, 205.75, 58) !important;
}

[dir] .border-warning.border-lighten-2 {
  border: 1px solid rgb(255, 205.75, 58) !important;
}

[dir] .border-top-warning.border-top-lighten-2 {
  border-top: 1px solid rgb(255, 205.75, 58) !important;
}

[dir] .border-bottom-warning.border-bottom-lighten-2 {
  border-bottom: 1px solid rgb(255, 205.75, 58) !important;
}

[dir=ltr] .border-left-warning.border-left-lighten-2 {
  border-left: 1px solid rgb(255, 205.75, 58) !important;
}

[dir=rtl] .border-left-warning.border-left-lighten-2 {
  border-right: 1px solid rgb(255, 205.75, 58) !important;
}

[dir=ltr] .border-right-warning.border-right-lighten-2 {
  border-right: 1px solid rgb(255, 205.75, 58) !important;
}

[dir=rtl] .border-right-warning.border-right-lighten-2 {
  border-left: 1px solid rgb(255, 205.75, 58) !important;
}

.overlay-warning.overlay-lighten-2 { /* The Fallback */
}

[dir] .overlay-warning.overlay-lighten-2 {
  background: rgb(255, 205.75, 58);
  background: rgba(255, 205.75, 58, 0.6);
}

.text-warning.text-lighten-1 {
  color: rgb(255, 199.375, 32.5) !important;
}

[dir] .bg-warning.bg-lighten-1 {
  background-color: rgb(255, 199.375, 32.5) !important;
}

[dir] .border-warning.border-lighten-1 {
  border: 1px solid rgb(255, 199.375, 32.5) !important;
}

[dir] .border-top-warning.border-top-lighten-1 {
  border-top: 1px solid rgb(255, 199.375, 32.5) !important;
}

[dir] .border-bottom-warning.border-bottom-lighten-1 {
  border-bottom: 1px solid rgb(255, 199.375, 32.5) !important;
}

[dir=ltr] .border-left-warning.border-left-lighten-1 {
  border-left: 1px solid rgb(255, 199.375, 32.5) !important;
}

[dir=rtl] .border-left-warning.border-left-lighten-1 {
  border-right: 1px solid rgb(255, 199.375, 32.5) !important;
}

[dir=ltr] .border-right-warning.border-right-lighten-1 {
  border-right: 1px solid rgb(255, 199.375, 32.5) !important;
}

[dir=rtl] .border-right-warning.border-right-lighten-1 {
  border-left: 1px solid rgb(255, 199.375, 32.5) !important;
}

.overlay-warning.overlay-lighten-1 { /* The Fallback */
}

[dir] .overlay-warning.overlay-lighten-1 {
  background: rgb(255, 199.375, 32.5);
  background: rgba(255, 199.375, 32.5, 0.6);
}

[dir] .bg-warning {
  background-color: #ffc107 !important;
}
[dir] .bg-warning .card-header, [dir] .bg-warning .card-footer {
  background-color: transparent;
}

.alert-warning {
  color: #ffc107 !important;
}

[dir] .alert-warning {
  background: rgba(255, 193, 7, 0.12) !important;
}
[dir] .alert-warning .alert-heading {
  box-shadow: rgba(255, 193, 7, 0.4) 0px 6px 15px -7px;
}
.alert-warning .alert-link {
  color: rgb(236.5, 177.375, 0) !important;
}
.alert-warning .close {
  color: #ffc107 !important;
}

.bg-light-warning {
  color: #ffc107 !important;
}

[dir] .bg-light-warning {
  background: rgba(255, 193, 7, 0.12) !important;
}
[dir] .bg-light-warning.fc-h-event, [dir] .bg-light-warning.fc-v-event {
  border-color: rgba(255, 193, 7, 0.1);
}
[dir] .bg-light-warning .fc-list-event-dot, [dir] .bg-light-warning .fc-daygrid-event-dot {
  border-color: #ffc107 !important;
}
[dir] .bg-light-warning.fc-list-event:hover td {
  background: rgba(255, 193, 7, 0.1) !important;
}
.bg-light-warning.fc-list-event .fc-list-event-title {
  color: #6e6b7b;
}

.avatar.bg-light-warning {
  color: #ffc107 !important;
}

[dir] .border-warning {
  border: 1px solid #ffc107 !important;
}

[dir] .border-top-warning {
  border-top: 1px solid #ffc107;
}

[dir] .border-bottom-warning {
  border-bottom: 1px solid #ffc107;
}

[dir=ltr] .border-left-warning {
  border-left: 1px solid #ffc107;
}

[dir=rtl] .border-left-warning {
  border-right: 1px solid #ffc107;
}

[dir=ltr] .border-right-warning {
  border-right: 1px solid #ffc107;
}

[dir=rtl] .border-right-warning {
  border-left: 1px solid #ffc107;
}

[dir] .bg-warning.badge-glow, [dir] .border-warning.badge-glow, [dir] .badge-warning.badge-glow {
  box-shadow: 0px 0px 10px #ffc107;
}

.badge.badge-light-warning {
  color: #ffc107 !important;
}

[dir] .badge.badge-light-warning {
  background-color: rgba(255, 193, 7, 0.12);
}

.overlay-warning { /* The Fallback */
}

[dir] .overlay-warning {
  background: #ffc107;
  background: rgba(255, 193, 7, 0.6);
}

.btn-warning {
  color: #fff !important;
}

[dir] .btn-warning {
  border-color: #ffc107 !important;
  background-color: #ffc107 !important;
}
.btn-warning:focus, .btn-warning:active, .btn-warning.active {
  color: #fff;
}
[dir] .btn-warning:focus, [dir] .btn-warning:active, [dir] .btn-warning.active {
  background-color: rgb(236.5, 177.375, 0) !important;
}
[dir] .btn-warning:hover:not(.disabled):not(:disabled) {
  box-shadow: 0 8px 25px -8px #ffc107;
}
[dir] .btn-warning:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

.btn-flat-warning {
  color: #ffc107;
}

[dir] .btn-flat-warning {
  background-color: transparent;
}
.btn-flat-warning:hover {
  color: #ffc107;
}
[dir] .btn-flat-warning:hover:not(.disabled):not(:disabled) {
  background-color: rgba(255, 193, 7, 0.12);
}
.btn-flat-warning:active, .btn-flat-warning.active, .btn-flat-warning:focus {
  color: #ffc107;
}
[dir] .btn-flat-warning:active, [dir] .btn-flat-warning.active, [dir] .btn-flat-warning:focus {
  background-color: rgba(255, 193, 7, 0.2);
}
[dir] .btn-flat-warning.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffc107' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}

.btn-relief-warning {
  color: #fff;
  transition: all 0.2s ease;
}

[dir] .btn-relief-warning {
  background-color: #ffc107;
  box-shadow: inset 0 -3px 0 0 rgba(34, 41, 47, 0.2);
}
[dir] .btn-relief-warning:hover:not(.disabled):not(:disabled) {
  background-color: rgb(255, 199.375, 32.5);
}
[dir] .btn-relief-warning:active, [dir] .btn-relief-warning.active, [dir] .btn-relief-warning:focus {
  background-color: rgb(236.5, 177.375, 0);
}
.btn-relief-warning:hover {
  color: #fff;
}
.btn-relief-warning:active, .btn-relief-warning.active {
  outline: none;
}
[dir] .btn-relief-warning:active, [dir] .btn-relief-warning.active {
  box-shadow: none;
  transform: translateY(3px);
}

.btn-outline-warning {
  color: #ffc107;
}

[dir] .btn-outline-warning {
  border: 1px solid #ffc107 !important;
  background-color: transparent;
}
.btn-outline-warning:hover:not(.disabled):not(:disabled) {
  color: #ffc107;
}
[dir] .btn-outline-warning:hover:not(.disabled):not(:disabled) {
  background-color: rgba(255, 193, 7, 0.04);
}
[dir] .btn-outline-warning:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):focus {
  color: #ffc107;
}
[dir] .btn-outline-warning:not(:disabled):not(.disabled):active, [dir] .btn-outline-warning:not(:disabled):not(.disabled).active, [dir] .btn-outline-warning:not(:disabled):not(.disabled):focus {
  background-color: rgba(255, 193, 7, 0.2);
}
[dir] .btn-outline-warning.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffc107' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}
.show > .btn-outline-warning.dropdown-toggle {
  color: #ffc107;
}
[dir] .show > .btn-outline-warning.dropdown-toggle {
  background-color: rgba(255, 193, 7, 0.2);
}

[dir] .btn-outline-warning.waves-effect .waves-ripple, [dir] .btn-flat-warning.waves-effect .waves-ripple {
  background: radial-gradient(rgba(255, 193, 7, 0.2) 0, rgba(255, 193, 7, 0.3) 40%, rgba(255, 193, 7, 0.4) 50%, rgba(255, 193, 7, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

[dir] .bullet.bullet-warning {
  background-color: #ffc107;
}

.modal.modal-warning .modal-header .modal-title {
  color: #ffc107;
}
.modal.modal-warning .modal-header .close {
  color: #ffc107 !important;
}

.pagination-warning .page-item.active .page-link {
  color: #fff;
}

[dir] .pagination-warning .page-item.active .page-link {
  background: #ffc107 !important;
}
.pagination-warning .page-item.active .page-link:hover {
  color: #fff;
}
.pagination-warning .page-item .page-link:hover {
  color: #ffc107;
}
.pagination-warning .page-item.prev-item .page-link:hover, .pagination-warning .page-item.next-item .page-link:hover {
  color: #fff;
}
[dir] .pagination-warning .page-item.prev-item .page-link:hover, [dir] .pagination-warning .page-item.next-item .page-link:hover {
  background: #ffc107;
}
[dir] .pagination-warning .page-item.next-item .page-link:active:after, [dir] .pagination-warning .page-item.next-item .page-link:hover:after, [dir] .pagination-warning .page-item.next .page-link:active:after, [dir] .pagination-warning .page-item.next .page-link:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffc107' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E") !important;
}
[dir] .pagination-warning .page-item.prev-item .page-link:active:before, [dir] .pagination-warning .page-item.prev-item .page-link:hover:before, [dir] .pagination-warning .page-item.prev .page-link:active:before, [dir] .pagination-warning .page-item.prev .page-link:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffc107' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E") !important;
}

.nav-pill-warning .nav-item .nav-link.active {
  color: #fff;
}

[dir] .nav-pill-warning .nav-item .nav-link.active {
  background-color: #ffc107 !important;
  border-color: #ffc107;
  box-shadow: 0 4px 18px -4px rgba(255, 193, 7, 0.65);
}

[dir] .progress-bar-warning {
  background-color: rgba(255, 193, 7, 0.12);
}
[dir] .progress-bar-warning .progress-bar {
  background-color: #ffc107;
}

[dir] .timeline .timeline-point-warning {
  border-color: #ffc107 !important;
}
.timeline .timeline-point-warning i,
.timeline .timeline-point-warning svg {
  stroke: #ffc107 !important;
}
[dir] .timeline .timeline-point-warning.timeline-point-indicator {
  background-color: #ffc107 !important;
}
[dir] .timeline .timeline-point-warning.timeline-point-indicator:before {
  background: rgba(255, 193, 7, 0.12) !important;
}

[dir] .divider.divider-warning .divider-text:before, [dir] .divider.divider-warning .divider-text:after {
  border-color: #ffc107 !important;
}

[dir] input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffc107 !important;
}

[dir] .custom-control-warning .custom-control-input:checked ~ .custom-control-label::before, [dir] .custom-control-warning .custom-control-input:active ~ .custom-control-label::before {
  border-color: #ffc107;
  background-color: #ffc107;
}
[dir] .custom-control-warning.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before, [dir] .custom-control-warning.custom-checkbox .custom-control-input:active ~ .custom-control-label::before, [dir] .custom-control-warning.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before, [dir] .custom-control-warning.custom-radio .custom-control-input:checked ~ .custom-control-label::before, [dir] .custom-control-warning.custom-radio .custom-control-input:active ~ .custom-control-label::before, [dir] .custom-control-warning.custom-radio .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 2px 4px 0 rgba(255, 193, 7, 0.4) !important;
}
[dir] .custom-control-warning .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 193, 7, 0.65) !important;
  border: none;
  box-shadow: none !important;
}
[dir] .custom-control-warning .custom-control-input:focus ~ .custom-control-label::before {
  border-color: #ffc107 !important;
}

.custom-switch-warning .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  transition: all 0.2s ease-out;
}

[dir] .custom-switch-warning .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ffc107 !important;
}

[dir] .select2-warning .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: #ffc107 !important;
  border-color: #ffc107 !important;
}

.text-warning.text-darken-1 {
  color: rgb(236.5, 177.375, 0) !important;
}

[dir] .bg-warning.bg-darken-1 {
  background-color: rgb(236.5, 177.375, 0) !important;
}

[dir] .border-warning.border-darken-1 {
  border: 1px solid rgb(236.5, 177.375, 0) !important;
}

[dir] .border-top-warning.border-top-darken-1 {
  border-top: 1px solid rgb(236.5, 177.375, 0) !important;
}

[dir] .border-bottom-warning.border-bottom-darken-1 {
  border-bottom: 1px solid rgb(236.5, 177.375, 0) !important;
}

[dir=ltr] .border-left-warning.border-left-darken-1 {
  border-left: 1px solid rgb(236.5, 177.375, 0) !important;
}

[dir=rtl] .border-left-warning.border-left-darken-1 {
  border-right: 1px solid rgb(236.5, 177.375, 0) !important;
}

[dir=ltr] .border-right-warning.border-right-darken-1 {
  border-right: 1px solid rgb(236.5, 177.375, 0) !important;
}

[dir=rtl] .border-right-warning.border-right-darken-1 {
  border-left: 1px solid rgb(236.5, 177.375, 0) !important;
}

.overlay-warning.overlay-darken-1 { /* The Fallback */
}

[dir] .overlay-warning.overlay-darken-1 {
  background: rgb(236.5, 177.375, 0);
  background: rgba(236.5, 177.375, 0, 0.6);
}

.text-warning.text-darken-2 {
  color: rgb(211, 158.25, 0) !important;
}

[dir] .bg-warning.bg-darken-2 {
  background-color: rgb(211, 158.25, 0) !important;
}

[dir] .border-warning.border-darken-2 {
  border: 1px solid rgb(211, 158.25, 0) !important;
}

[dir] .border-top-warning.border-top-darken-2 {
  border-top: 1px solid rgb(211, 158.25, 0) !important;
}

[dir] .border-bottom-warning.border-bottom-darken-2 {
  border-bottom: 1px solid rgb(211, 158.25, 0) !important;
}

[dir=ltr] .border-left-warning.border-left-darken-2 {
  border-left: 1px solid rgb(211, 158.25, 0) !important;
}

[dir=rtl] .border-left-warning.border-left-darken-2 {
  border-right: 1px solid rgb(211, 158.25, 0) !important;
}

[dir=ltr] .border-right-warning.border-right-darken-2 {
  border-right: 1px solid rgb(211, 158.25, 0) !important;
}

[dir=rtl] .border-right-warning.border-right-darken-2 {
  border-left: 1px solid rgb(211, 158.25, 0) !important;
}

.overlay-warning.overlay-darken-2 { /* The Fallback */
}

[dir] .overlay-warning.overlay-darken-2 {
  background: rgb(211, 158.25, 0);
  background: rgba(211, 158.25, 0, 0.6);
}

.text-warning.text-darken-3 {
  color: rgb(185.5, 139.125, 0) !important;
}

[dir] .bg-warning.bg-darken-3 {
  background-color: rgb(185.5, 139.125, 0) !important;
}

[dir] .border-warning.border-darken-3 {
  border: 1px solid rgb(185.5, 139.125, 0) !important;
}

[dir] .border-top-warning.border-top-darken-3 {
  border-top: 1px solid rgb(185.5, 139.125, 0) !important;
}

[dir] .border-bottom-warning.border-bottom-darken-3 {
  border-bottom: 1px solid rgb(185.5, 139.125, 0) !important;
}

[dir=ltr] .border-left-warning.border-left-darken-3 {
  border-left: 1px solid rgb(185.5, 139.125, 0) !important;
}

[dir=rtl] .border-left-warning.border-left-darken-3 {
  border-right: 1px solid rgb(185.5, 139.125, 0) !important;
}

[dir=ltr] .border-right-warning.border-right-darken-3 {
  border-right: 1px solid rgb(185.5, 139.125, 0) !important;
}

[dir=rtl] .border-right-warning.border-right-darken-3 {
  border-left: 1px solid rgb(185.5, 139.125, 0) !important;
}

.overlay-warning.overlay-darken-3 { /* The Fallback */
}

[dir] .overlay-warning.overlay-darken-3 {
  background: rgb(185.5, 139.125, 0);
  background: rgba(185.5, 139.125, 0, 0.6);
}

.text-warning.text-darken-4 {
  color: #a07800 !important;
}

[dir] .bg-warning.bg-darken-4 {
  background-color: #a07800 !important;
}

[dir] .border-warning.border-darken-4 {
  border: 1px solid #a07800 !important;
}

[dir] .border-top-warning.border-top-darken-4 {
  border-top: 1px solid #a07800 !important;
}

[dir] .border-bottom-warning.border-bottom-darken-4 {
  border-bottom: 1px solid #a07800 !important;
}

[dir=ltr] .border-left-warning.border-left-darken-4 {
  border-left: 1px solid #a07800 !important;
}

[dir=rtl] .border-left-warning.border-left-darken-4 {
  border-right: 1px solid #a07800 !important;
}

[dir=ltr] .border-right-warning.border-right-darken-4 {
  border-right: 1px solid #a07800 !important;
}

[dir=rtl] .border-right-warning.border-right-darken-4 {
  border-left: 1px solid #a07800 !important;
}

.overlay-warning.overlay-darken-4 { /* The Fallback */
}

[dir] .overlay-warning.overlay-darken-4 {
  background: #a07800;
  background: rgba(160, 120, 0, 0.6);
}

.text-warning.text-accent-1 {
  color: #fff5ef !important;
}

[dir] .bg-warning.bg-accent-1 {
  background-color: #fff5ef !important;
}

[dir] .border-warning.border-accent-1 {
  border: 1px solid #fff5ef !important;
}

[dir] .border-top-warning.border-top-accent-1 {
  border-top: 1px solid #fff5ef !important;
}

[dir] .border-bottom-warning.border-bottom-accent-1 {
  border-bottom: 1px solid #fff5ef !important;
}

[dir=ltr] .border-left-warning.border-left-accent-1 {
  border-left: 1px solid #fff5ef !important;
}

[dir=rtl] .border-left-warning.border-left-accent-1 {
  border-right: 1px solid #fff5ef !important;
}

[dir=ltr] .border-right-warning.border-right-accent-1 {
  border-right: 1px solid #fff5ef !important;
}

[dir=rtl] .border-right-warning.border-right-accent-1 {
  border-left: 1px solid #fff5ef !important;
}

.overlay-warning.overlay-accent-1 { /* The Fallback */
}

[dir] .overlay-warning.overlay-accent-1 {
  background: #fff5ef;
  background: rgba(255, 245, 239, 0.6);
}

.text-warning.text-accent-2 {
  color: #ffe5d8 !important;
}

[dir] .bg-warning.bg-accent-2 {
  background-color: #ffe5d8 !important;
}

[dir] .border-warning.border-accent-2 {
  border: 1px solid #ffe5d8 !important;
}

[dir] .border-top-warning.border-top-accent-2 {
  border-top: 1px solid #ffe5d8 !important;
}

[dir] .border-bottom-warning.border-bottom-accent-2 {
  border-bottom: 1px solid #ffe5d8 !important;
}

[dir=ltr] .border-left-warning.border-left-accent-2 {
  border-left: 1px solid #ffe5d8 !important;
}

[dir=rtl] .border-left-warning.border-left-accent-2 {
  border-right: 1px solid #ffe5d8 !important;
}

[dir=ltr] .border-right-warning.border-right-accent-2 {
  border-right: 1px solid #ffe5d8 !important;
}

[dir=rtl] .border-right-warning.border-right-accent-2 {
  border-left: 1px solid #ffe5d8 !important;
}

.overlay-warning.overlay-accent-2 { /* The Fallback */
}

[dir] .overlay-warning.overlay-accent-2 {
  background: #ffe5d8;
  background: rgba(255, 229, 216, 0.6);
}

.text-warning.text-accent-3 {
  color: #fff6f3 !important;
}

[dir] .bg-warning.bg-accent-3 {
  background-color: #fff6f3 !important;
}

[dir] .border-warning.border-accent-3 {
  border: 1px solid #fff6f3 !important;
}

[dir] .border-top-warning.border-top-accent-3 {
  border-top: 1px solid #fff6f3 !important;
}

[dir] .border-bottom-warning.border-bottom-accent-3 {
  border-bottom: 1px solid #fff6f3 !important;
}

[dir=ltr] .border-left-warning.border-left-accent-3 {
  border-left: 1px solid #fff6f3 !important;
}

[dir=rtl] .border-left-warning.border-left-accent-3 {
  border-right: 1px solid #fff6f3 !important;
}

[dir=ltr] .border-right-warning.border-right-accent-3 {
  border-right: 1px solid #fff6f3 !important;
}

[dir=rtl] .border-right-warning.border-right-accent-3 {
  border-left: 1px solid #fff6f3 !important;
}

.overlay-warning.overlay-accent-3 { /* The Fallback */
}

[dir] .overlay-warning.overlay-accent-3 {
  background: #fff6f3;
  background: rgba(255, 246, 243, 0.6);
}

.text-warning.text-accent-4 {
  color: #ffe3da !important;
}

[dir] .bg-warning.bg-accent-4 {
  background-color: #ffe3da !important;
}

[dir] .border-warning.border-accent-4 {
  border: 1px solid #ffe3da !important;
}

[dir] .border-top-warning.border-top-accent-4 {
  border-top: 1px solid #ffe3da !important;
}

[dir] .border-bottom-warning.border-bottom-accent-4 {
  border-bottom: 1px solid #ffe3da !important;
}

[dir=ltr] .border-left-warning.border-left-accent-4 {
  border-left: 1px solid #ffe3da !important;
}

[dir=rtl] .border-left-warning.border-left-accent-4 {
  border-right: 1px solid #ffe3da !important;
}

[dir=ltr] .border-right-warning.border-right-accent-4 {
  border-right: 1px solid #ffe3da !important;
}

[dir=rtl] .border-right-warning.border-right-accent-4 {
  border-left: 1px solid #ffe3da !important;
}

.overlay-warning.overlay-accent-4 { /* The Fallback */
}

[dir] .overlay-warning.overlay-accent-4 {
  background: #ffe3da;
  background: rgba(255, 227, 218, 0.6);
}

.text-danger.text-lighten-5 {
  color: rgb(255, 186.5, 186.5) !important;
}

[dir] .bg-danger.bg-lighten-5 {
  background-color: rgb(255, 186.5, 186.5) !important;
}

[dir] .border-danger.border-lighten-5 {
  border: 1px solid rgb(255, 186.5, 186.5) !important;
}

[dir] .border-top-danger.border-top-lighten-5 {
  border-top: 1px solid rgb(255, 186.5, 186.5) !important;
}

[dir] .border-bottom-danger.border-bottom-lighten-5 {
  border-bottom: 1px solid rgb(255, 186.5, 186.5) !important;
}

[dir=ltr] .border-left-danger.border-left-lighten-5 {
  border-left: 1px solid rgb(255, 186.5, 186.5) !important;
}

[dir=rtl] .border-left-danger.border-left-lighten-5 {
  border-right: 1px solid rgb(255, 186.5, 186.5) !important;
}

[dir=ltr] .border-right-danger.border-right-lighten-5 {
  border-right: 1px solid rgb(255, 186.5, 186.5) !important;
}

[dir=rtl] .border-right-danger.border-right-lighten-5 {
  border-left: 1px solid rgb(255, 186.5, 186.5) !important;
}

.overlay-danger.overlay-lighten-5 { /* The Fallback */
}

[dir] .overlay-danger.overlay-lighten-5 {
  background: rgb(255, 186.5, 186.5);
  background: rgba(255, 186.5, 186.5, 0.6);
}

.text-danger.text-lighten-4 {
  color: #ffa1a1 !important;
}

[dir] .bg-danger.bg-lighten-4 {
  background-color: #ffa1a1 !important;
}

[dir] .border-danger.border-lighten-4 {
  border: 1px solid #ffa1a1 !important;
}

[dir] .border-top-danger.border-top-lighten-4 {
  border-top: 1px solid #ffa1a1 !important;
}

[dir] .border-bottom-danger.border-bottom-lighten-4 {
  border-bottom: 1px solid #ffa1a1 !important;
}

[dir=ltr] .border-left-danger.border-left-lighten-4 {
  border-left: 1px solid #ffa1a1 !important;
}

[dir=rtl] .border-left-danger.border-left-lighten-4 {
  border-right: 1px solid #ffa1a1 !important;
}

[dir=ltr] .border-right-danger.border-right-lighten-4 {
  border-right: 1px solid #ffa1a1 !important;
}

[dir=rtl] .border-right-danger.border-right-lighten-4 {
  border-left: 1px solid #ffa1a1 !important;
}

.overlay-danger.overlay-lighten-4 { /* The Fallback */
}

[dir] .overlay-danger.overlay-lighten-4 {
  background: #ffa1a1;
  background: rgba(255, 161, 161, 0.6);
}

.text-danger.text-lighten-3 {
  color: rgb(255, 135.5, 135.5) !important;
}

[dir] .bg-danger.bg-lighten-3 {
  background-color: rgb(255, 135.5, 135.5) !important;
}

[dir] .border-danger.border-lighten-3 {
  border: 1px solid rgb(255, 135.5, 135.5) !important;
}

[dir] .border-top-danger.border-top-lighten-3 {
  border-top: 1px solid rgb(255, 135.5, 135.5) !important;
}

[dir] .border-bottom-danger.border-bottom-lighten-3 {
  border-bottom: 1px solid rgb(255, 135.5, 135.5) !important;
}

[dir=ltr] .border-left-danger.border-left-lighten-3 {
  border-left: 1px solid rgb(255, 135.5, 135.5) !important;
}

[dir=rtl] .border-left-danger.border-left-lighten-3 {
  border-right: 1px solid rgb(255, 135.5, 135.5) !important;
}

[dir=ltr] .border-right-danger.border-right-lighten-3 {
  border-right: 1px solid rgb(255, 135.5, 135.5) !important;
}

[dir=rtl] .border-right-danger.border-right-lighten-3 {
  border-left: 1px solid rgb(255, 135.5, 135.5) !important;
}

.overlay-danger.overlay-lighten-3 { /* The Fallback */
}

[dir] .overlay-danger.overlay-lighten-3 {
  background: rgb(255, 135.5, 135.5);
  background: rgba(255, 135.5, 135.5, 0.6);
}

.text-danger.text-lighten-2 {
  color: #ff6e6e !important;
}

[dir] .bg-danger.bg-lighten-2 {
  background-color: #ff6e6e !important;
}

[dir] .border-danger.border-lighten-2 {
  border: 1px solid #ff6e6e !important;
}

[dir] .border-top-danger.border-top-lighten-2 {
  border-top: 1px solid #ff6e6e !important;
}

[dir] .border-bottom-danger.border-bottom-lighten-2 {
  border-bottom: 1px solid #ff6e6e !important;
}

[dir=ltr] .border-left-danger.border-left-lighten-2 {
  border-left: 1px solid #ff6e6e !important;
}

[dir=rtl] .border-left-danger.border-left-lighten-2 {
  border-right: 1px solid #ff6e6e !important;
}

[dir=ltr] .border-right-danger.border-right-lighten-2 {
  border-right: 1px solid #ff6e6e !important;
}

[dir=rtl] .border-right-danger.border-right-lighten-2 {
  border-left: 1px solid #ff6e6e !important;
}

.overlay-danger.overlay-lighten-2 { /* The Fallback */
}

[dir] .overlay-danger.overlay-lighten-2 {
  background: #ff6e6e;
  background: rgba(255, 110, 110, 0.6);
}

.text-danger.text-lighten-1 {
  color: rgb(255, 84.5, 84.5) !important;
}

[dir] .bg-danger.bg-lighten-1 {
  background-color: rgb(255, 84.5, 84.5) !important;
}

[dir] .border-danger.border-lighten-1 {
  border: 1px solid rgb(255, 84.5, 84.5) !important;
}

[dir] .border-top-danger.border-top-lighten-1 {
  border-top: 1px solid rgb(255, 84.5, 84.5) !important;
}

[dir] .border-bottom-danger.border-bottom-lighten-1 {
  border-bottom: 1px solid rgb(255, 84.5, 84.5) !important;
}

[dir=ltr] .border-left-danger.border-left-lighten-1 {
  border-left: 1px solid rgb(255, 84.5, 84.5) !important;
}

[dir=rtl] .border-left-danger.border-left-lighten-1 {
  border-right: 1px solid rgb(255, 84.5, 84.5) !important;
}

[dir=ltr] .border-right-danger.border-right-lighten-1 {
  border-right: 1px solid rgb(255, 84.5, 84.5) !important;
}

[dir=rtl] .border-right-danger.border-right-lighten-1 {
  border-left: 1px solid rgb(255, 84.5, 84.5) !important;
}

.overlay-danger.overlay-lighten-1 { /* The Fallback */
}

[dir] .overlay-danger.overlay-lighten-1 {
  background: rgb(255, 84.5, 84.5);
  background: rgba(255, 84.5, 84.5, 0.6);
}

[dir] .bg-danger {
  background-color: #FF3B3B !important;
}
[dir] .bg-danger .card-header, [dir] .bg-danger .card-footer {
  background-color: transparent;
}

.alert-danger {
  color: #FF3B3B !important;
}

[dir] .alert-danger {
  background: rgba(255, 59, 59, 0.12) !important;
}
[dir] .alert-danger .alert-heading {
  box-shadow: rgba(255, 59, 59, 0.4) 0px 6px 15px -7px;
}
.alert-danger .alert-link {
  color: rgb(255, 33.5, 33.5) !important;
}
.alert-danger .close {
  color: #FF3B3B !important;
}

.bg-light-danger {
  color: #FF3B3B !important;
}

[dir] .bg-light-danger {
  background: rgba(255, 59, 59, 0.12) !important;
}
[dir] .bg-light-danger.fc-h-event, [dir] .bg-light-danger.fc-v-event {
  border-color: rgba(255, 59, 59, 0.1);
}
[dir] .bg-light-danger .fc-list-event-dot, [dir] .bg-light-danger .fc-daygrid-event-dot {
  border-color: #FF3B3B !important;
}
[dir] .bg-light-danger.fc-list-event:hover td {
  background: rgba(255, 59, 59, 0.1) !important;
}
.bg-light-danger.fc-list-event .fc-list-event-title {
  color: #6e6b7b;
}

.avatar.bg-light-danger {
  color: #FF3B3B !important;
}

[dir] .border-danger {
  border: 1px solid #FF3B3B !important;
}

[dir] .border-top-danger {
  border-top: 1px solid #FF3B3B;
}

[dir] .border-bottom-danger {
  border-bottom: 1px solid #FF3B3B;
}

[dir=ltr] .border-left-danger {
  border-left: 1px solid #FF3B3B;
}

[dir=rtl] .border-left-danger {
  border-right: 1px solid #FF3B3B;
}

[dir=ltr] .border-right-danger {
  border-right: 1px solid #FF3B3B;
}

[dir=rtl] .border-right-danger {
  border-left: 1px solid #FF3B3B;
}

[dir] .bg-danger.badge-glow, [dir] .border-danger.badge-glow, [dir] .badge-danger.badge-glow {
  box-shadow: 0px 0px 10px #FF3B3B;
}

.badge.badge-light-danger {
  color: #FF3B3B !important;
}

[dir] .badge.badge-light-danger {
  background-color: rgba(255, 59, 59, 0.12);
}

.overlay-danger { /* The Fallback */
}

[dir] .overlay-danger {
  background: #FF3B3B;
  background: rgba(255, 59, 59, 0.6);
}

.btn-danger {
  color: #fff !important;
}

[dir] .btn-danger {
  border-color: #FF3B3B !important;
  background-color: #FF3B3B !important;
}
.btn-danger:focus, .btn-danger:active, .btn-danger.active {
  color: #fff;
}
[dir] .btn-danger:focus, [dir] .btn-danger:active, [dir] .btn-danger.active {
  background-color: rgb(255, 33.5, 33.5) !important;
}
[dir] .btn-danger:hover:not(.disabled):not(:disabled) {
  box-shadow: 0 8px 25px -8px #ff3b3b;
}
[dir] .btn-danger:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

.btn-flat-danger {
  color: #FF3B3B;
}

[dir] .btn-flat-danger {
  background-color: transparent;
}
.btn-flat-danger:hover {
  color: #FF3B3B;
}
[dir] .btn-flat-danger:hover:not(.disabled):not(:disabled) {
  background-color: rgba(255, 59, 59, 0.12);
}
.btn-flat-danger:active, .btn-flat-danger.active, .btn-flat-danger:focus {
  color: #FF3B3B;
}
[dir] .btn-flat-danger:active, [dir] .btn-flat-danger.active, [dir] .btn-flat-danger:focus {
  background-color: rgba(255, 59, 59, 0.2);
}
[dir] .btn-flat-danger.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FF3B3B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}

.btn-relief-danger {
  color: #fff;
  transition: all 0.2s ease;
}

[dir] .btn-relief-danger {
  background-color: #FF3B3B;
  box-shadow: inset 0 -3px 0 0 rgba(34, 41, 47, 0.2);
}
[dir] .btn-relief-danger:hover:not(.disabled):not(:disabled) {
  background-color: rgb(255, 84.5, 84.5);
}
[dir] .btn-relief-danger:active, [dir] .btn-relief-danger.active, [dir] .btn-relief-danger:focus {
  background-color: rgb(255, 33.5, 33.5);
}
.btn-relief-danger:hover {
  color: #fff;
}
.btn-relief-danger:active, .btn-relief-danger.active {
  outline: none;
}
[dir] .btn-relief-danger:active, [dir] .btn-relief-danger.active {
  box-shadow: none;
  transform: translateY(3px);
}

.btn-outline-danger {
  color: #FF3B3B;
}

[dir] .btn-outline-danger {
  border: 1px solid #FF3B3B !important;
  background-color: transparent;
}
.btn-outline-danger:hover:not(.disabled):not(:disabled) {
  color: #FF3B3B;
}
[dir] .btn-outline-danger:hover:not(.disabled):not(:disabled) {
  background-color: rgba(255, 59, 59, 0.04);
}
[dir] .btn-outline-danger:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):focus {
  color: #FF3B3B;
}
[dir] .btn-outline-danger:not(:disabled):not(.disabled):active, [dir] .btn-outline-danger:not(:disabled):not(.disabled).active, [dir] .btn-outline-danger:not(:disabled):not(.disabled):focus {
  background-color: rgba(255, 59, 59, 0.2);
}
[dir] .btn-outline-danger.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FF3B3B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}
.show > .btn-outline-danger.dropdown-toggle {
  color: #FF3B3B;
}
[dir] .show > .btn-outline-danger.dropdown-toggle {
  background-color: rgba(255, 59, 59, 0.2);
}

[dir] .btn-outline-danger.waves-effect .waves-ripple, [dir] .btn-flat-danger.waves-effect .waves-ripple {
  background: radial-gradient(rgba(255, 59, 59, 0.2) 0, rgba(255, 59, 59, 0.3) 40%, rgba(255, 59, 59, 0.4) 50%, rgba(255, 59, 59, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

[dir] .bullet.bullet-danger {
  background-color: #FF3B3B;
}

.modal.modal-danger .modal-header .modal-title {
  color: #FF3B3B;
}
.modal.modal-danger .modal-header .close {
  color: #FF3B3B !important;
}

.pagination-danger .page-item.active .page-link {
  color: #fff;
}

[dir] .pagination-danger .page-item.active .page-link {
  background: #FF3B3B !important;
}
.pagination-danger .page-item.active .page-link:hover {
  color: #fff;
}
.pagination-danger .page-item .page-link:hover {
  color: #FF3B3B;
}
.pagination-danger .page-item.prev-item .page-link:hover, .pagination-danger .page-item.next-item .page-link:hover {
  color: #fff;
}
[dir] .pagination-danger .page-item.prev-item .page-link:hover, [dir] .pagination-danger .page-item.next-item .page-link:hover {
  background: #FF3B3B;
}
[dir] .pagination-danger .page-item.next-item .page-link:active:after, [dir] .pagination-danger .page-item.next-item .page-link:hover:after, [dir] .pagination-danger .page-item.next .page-link:active:after, [dir] .pagination-danger .page-item.next .page-link:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FF3B3B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E") !important;
}
[dir] .pagination-danger .page-item.prev-item .page-link:active:before, [dir] .pagination-danger .page-item.prev-item .page-link:hover:before, [dir] .pagination-danger .page-item.prev .page-link:active:before, [dir] .pagination-danger .page-item.prev .page-link:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FF3B3B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E") !important;
}

.nav-pill-danger .nav-item .nav-link.active {
  color: #fff;
}

[dir] .nav-pill-danger .nav-item .nav-link.active {
  background-color: #FF3B3B !important;
  border-color: #FF3B3B;
  box-shadow: 0 4px 18px -4px rgba(255, 59, 59, 0.65);
}

[dir] .progress-bar-danger {
  background-color: rgba(255, 59, 59, 0.12);
}
[dir] .progress-bar-danger .progress-bar {
  background-color: #FF3B3B;
}

[dir] .timeline .timeline-point-danger {
  border-color: #FF3B3B !important;
}
.timeline .timeline-point-danger i,
.timeline .timeline-point-danger svg {
  stroke: #FF3B3B !important;
}
[dir] .timeline .timeline-point-danger.timeline-point-indicator {
  background-color: #FF3B3B !important;
}
[dir] .timeline .timeline-point-danger.timeline-point-indicator:before {
  background: rgba(255, 59, 59, 0.12) !important;
}

[dir] .divider.divider-danger .divider-text:before, [dir] .divider.divider-danger .divider-text:after {
  border-color: #FF3B3B !important;
}

[dir] input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FF3B3B !important;
}

[dir] .custom-control-danger .custom-control-input:checked ~ .custom-control-label::before, [dir] .custom-control-danger .custom-control-input:active ~ .custom-control-label::before {
  border-color: #FF3B3B;
  background-color: #FF3B3B;
}
[dir] .custom-control-danger.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before, [dir] .custom-control-danger.custom-checkbox .custom-control-input:active ~ .custom-control-label::before, [dir] .custom-control-danger.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before, [dir] .custom-control-danger.custom-radio .custom-control-input:checked ~ .custom-control-label::before, [dir] .custom-control-danger.custom-radio .custom-control-input:active ~ .custom-control-label::before, [dir] .custom-control-danger.custom-radio .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 2px 4px 0 rgba(255, 59, 59, 0.4) !important;
}
[dir] .custom-control-danger .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 59, 59, 0.65) !important;
  border: none;
  box-shadow: none !important;
}
[dir] .custom-control-danger .custom-control-input:focus ~ .custom-control-label::before {
  border-color: #FF3B3B !important;
}

.custom-switch-danger .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  transition: all 0.2s ease-out;
}

[dir] .custom-switch-danger .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #FF3B3B !important;
}

[dir] .select2-danger .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: #FF3B3B !important;
  border-color: #FF3B3B !important;
}

.text-danger.text-darken-1 {
  color: rgb(255, 33.5, 33.5) !important;
}

[dir] .bg-danger.bg-darken-1 {
  background-color: rgb(255, 33.5, 33.5) !important;
}

[dir] .border-danger.border-darken-1 {
  border: 1px solid rgb(255, 33.5, 33.5) !important;
}

[dir] .border-top-danger.border-top-darken-1 {
  border-top: 1px solid rgb(255, 33.5, 33.5) !important;
}

[dir] .border-bottom-danger.border-bottom-darken-1 {
  border-bottom: 1px solid rgb(255, 33.5, 33.5) !important;
}

[dir=ltr] .border-left-danger.border-left-darken-1 {
  border-left: 1px solid rgb(255, 33.5, 33.5) !important;
}

[dir=rtl] .border-left-danger.border-left-darken-1 {
  border-right: 1px solid rgb(255, 33.5, 33.5) !important;
}

[dir=ltr] .border-right-danger.border-right-darken-1 {
  border-right: 1px solid rgb(255, 33.5, 33.5) !important;
}

[dir=rtl] .border-right-danger.border-right-darken-1 {
  border-left: 1px solid rgb(255, 33.5, 33.5) !important;
}

.overlay-danger.overlay-darken-1 { /* The Fallback */
}

[dir] .overlay-danger.overlay-darken-1 {
  background: rgb(255, 33.5, 33.5);
  background: rgba(255, 33.5, 33.5, 0.6);
}

.text-danger.text-darken-2 {
  color: #ff0808 !important;
}

[dir] .bg-danger.bg-darken-2 {
  background-color: #ff0808 !important;
}

[dir] .border-danger.border-darken-2 {
  border: 1px solid #ff0808 !important;
}

[dir] .border-top-danger.border-top-darken-2 {
  border-top: 1px solid #ff0808 !important;
}

[dir] .border-bottom-danger.border-bottom-darken-2 {
  border-bottom: 1px solid #ff0808 !important;
}

[dir=ltr] .border-left-danger.border-left-darken-2 {
  border-left: 1px solid #ff0808 !important;
}

[dir=rtl] .border-left-danger.border-left-darken-2 {
  border-right: 1px solid #ff0808 !important;
}

[dir=ltr] .border-right-danger.border-right-darken-2 {
  border-right: 1px solid #ff0808 !important;
}

[dir=rtl] .border-right-danger.border-right-darken-2 {
  border-left: 1px solid #ff0808 !important;
}

.overlay-danger.overlay-darken-2 { /* The Fallback */
}

[dir] .overlay-danger.overlay-darken-2 {
  background: #ff0808;
  background: rgba(255, 8, 8, 0.6);
}

.text-danger.text-darken-3 {
  color: rgb(237.5, 0, 0) !important;
}

[dir] .bg-danger.bg-darken-3 {
  background-color: rgb(237.5, 0, 0) !important;
}

[dir] .border-danger.border-darken-3 {
  border: 1px solid rgb(237.5, 0, 0) !important;
}

[dir] .border-top-danger.border-top-darken-3 {
  border-top: 1px solid rgb(237.5, 0, 0) !important;
}

[dir] .border-bottom-danger.border-bottom-darken-3 {
  border-bottom: 1px solid rgb(237.5, 0, 0) !important;
}

[dir=ltr] .border-left-danger.border-left-darken-3 {
  border-left: 1px solid rgb(237.5, 0, 0) !important;
}

[dir=rtl] .border-left-danger.border-left-darken-3 {
  border-right: 1px solid rgb(237.5, 0, 0) !important;
}

[dir=ltr] .border-right-danger.border-right-darken-3 {
  border-right: 1px solid rgb(237.5, 0, 0) !important;
}

[dir=rtl] .border-right-danger.border-right-darken-3 {
  border-left: 1px solid rgb(237.5, 0, 0) !important;
}

.overlay-danger.overlay-darken-3 { /* The Fallback */
}

[dir] .overlay-danger.overlay-darken-3 {
  background: rgb(237.5, 0, 0);
  background: rgba(237.5, 0, 0, 0.6);
}

.text-danger.text-darken-4 {
  color: #d40000 !important;
}

[dir] .bg-danger.bg-darken-4 {
  background-color: #d40000 !important;
}

[dir] .border-danger.border-darken-4 {
  border: 1px solid #d40000 !important;
}

[dir] .border-top-danger.border-top-darken-4 {
  border-top: 1px solid #d40000 !important;
}

[dir] .border-bottom-danger.border-bottom-darken-4 {
  border-bottom: 1px solid #d40000 !important;
}

[dir=ltr] .border-left-danger.border-left-darken-4 {
  border-left: 1px solid #d40000 !important;
}

[dir=rtl] .border-left-danger.border-left-darken-4 {
  border-right: 1px solid #d40000 !important;
}

[dir=ltr] .border-right-danger.border-right-darken-4 {
  border-right: 1px solid #d40000 !important;
}

[dir=rtl] .border-right-danger.border-right-darken-4 {
  border-left: 1px solid #d40000 !important;
}

.overlay-danger.overlay-darken-4 { /* The Fallback */
}

[dir] .overlay-danger.overlay-darken-4 {
  background: #d40000;
  background: rgba(212, 0, 0, 0.6);
}

.text-danger.text-accent-1 {
  color: #ffeef1 !important;
}

[dir] .bg-danger.bg-accent-1 {
  background-color: #ffeef1 !important;
}

[dir] .border-danger.border-accent-1 {
  border: 1px solid #ffeef1 !important;
}

[dir] .border-top-danger.border-top-accent-1 {
  border-top: 1px solid #ffeef1 !important;
}

[dir] .border-bottom-danger.border-bottom-accent-1 {
  border-bottom: 1px solid #ffeef1 !important;
}

[dir=ltr] .border-left-danger.border-left-accent-1 {
  border-left: 1px solid #ffeef1 !important;
}

[dir=rtl] .border-left-danger.border-left-accent-1 {
  border-right: 1px solid #ffeef1 !important;
}

[dir=ltr] .border-right-danger.border-right-accent-1 {
  border-right: 1px solid #ffeef1 !important;
}

[dir=rtl] .border-right-danger.border-right-accent-1 {
  border-left: 1px solid #ffeef1 !important;
}

.overlay-danger.overlay-accent-1 { /* The Fallback */
}

[dir] .overlay-danger.overlay-accent-1 {
  background: #ffeef1;
  background: rgba(255, 238, 241, 0.6);
}

.text-danger.text-accent-2 {
  color: #ffd6db !important;
}

[dir] .bg-danger.bg-accent-2 {
  background-color: #ffd6db !important;
}

[dir] .border-danger.border-accent-2 {
  border: 1px solid #ffd6db !important;
}

[dir] .border-top-danger.border-top-accent-2 {
  border-top: 1px solid #ffd6db !important;
}

[dir] .border-bottom-danger.border-bottom-accent-2 {
  border-bottom: 1px solid #ffd6db !important;
}

[dir=ltr] .border-left-danger.border-left-accent-2 {
  border-left: 1px solid #ffd6db !important;
}

[dir=rtl] .border-left-danger.border-left-accent-2 {
  border-right: 1px solid #ffd6db !important;
}

[dir=ltr] .border-right-danger.border-right-accent-2 {
  border-right: 1px solid #ffd6db !important;
}

[dir=rtl] .border-right-danger.border-right-accent-2 {
  border-left: 1px solid #ffd6db !important;
}

.overlay-danger.overlay-accent-2 { /* The Fallback */
}

[dir] .overlay-danger.overlay-accent-2 {
  background: #ffd6db;
  background: rgba(255, 214, 219, 0.6);
}

.text-danger.text-accent-3 {
  color: #ffecee !important;
}

[dir] .bg-danger.bg-accent-3 {
  background-color: #ffecee !important;
}

[dir] .border-danger.border-accent-3 {
  border: 1px solid #ffecee !important;
}

[dir] .border-top-danger.border-top-accent-3 {
  border-top: 1px solid #ffecee !important;
}

[dir] .border-bottom-danger.border-bottom-accent-3 {
  border-bottom: 1px solid #ffecee !important;
}

[dir=ltr] .border-left-danger.border-left-accent-3 {
  border-left: 1px solid #ffecee !important;
}

[dir=rtl] .border-left-danger.border-left-accent-3 {
  border-right: 1px solid #ffecee !important;
}

[dir=ltr] .border-right-danger.border-right-accent-3 {
  border-right: 1px solid #ffecee !important;
}

[dir=rtl] .border-right-danger.border-right-accent-3 {
  border-left: 1px solid #ffecee !important;
}

.overlay-danger.overlay-accent-3 { /* The Fallback */
}

[dir] .overlay-danger.overlay-accent-3 {
  background: #ffecee;
  background: rgba(255, 236, 238, 0.6);
}

.text-danger.text-accent-4 {
  color: #ffd3d7 !important;
}

[dir] .bg-danger.bg-accent-4 {
  background-color: #ffd3d7 !important;
}

[dir] .border-danger.border-accent-4 {
  border: 1px solid #ffd3d7 !important;
}

[dir] .border-top-danger.border-top-accent-4 {
  border-top: 1px solid #ffd3d7 !important;
}

[dir] .border-bottom-danger.border-bottom-accent-4 {
  border-bottom: 1px solid #ffd3d7 !important;
}

[dir=ltr] .border-left-danger.border-left-accent-4 {
  border-left: 1px solid #ffd3d7 !important;
}

[dir=rtl] .border-left-danger.border-left-accent-4 {
  border-right: 1px solid #ffd3d7 !important;
}

[dir=ltr] .border-right-danger.border-right-accent-4 {
  border-right: 1px solid #ffd3d7 !important;
}

[dir=rtl] .border-right-danger.border-right-accent-4 {
  border-left: 1px solid #ffd3d7 !important;
}

.overlay-danger.overlay-accent-4 { /* The Fallback */
}

[dir] .overlay-danger.overlay-accent-4 {
  background: #ffd3d7;
  background: rgba(255, 211, 215, 0.6);
}

.bg-gradient-dark,
.btn-gradient-dark {
  color: #fff;
  transition: all 0.2s ease;
}

[dir=ltr] .bg-gradient-dark, [dir=ltr] .btn-gradient-dark {
  background-image: linear-gradient(47deg, #212529, #1e1e1e);
}

[dir=rtl] .bg-gradient-dark, [dir=rtl] .btn-gradient-dark {
  background-image: linear-gradient(-47deg, #212529, #1e1e1e);
}
[dir] .dark-layout .bg-gradient-dark, [dir] .dark-layout .btn-gradient-dark {
  background-repeat: repeat;
}
[dir=ltr] .dark-layout .bg-gradient-dark, [dir=ltr] .dark-layout .btn-gradient-dark {
  background-image: linear-gradient(47deg, #1e1e1e, #212529);
}
[dir=rtl] .dark-layout .bg-gradient-dark, [dir=rtl] .dark-layout .btn-gradient-dark {
  background-image: linear-gradient(-47deg, #1e1e1e, #212529);
}
[dir] .bg-gradient-dark, [dir] .btn-gradient-dark {
  background-repeat: repeat;
}
.bg-gradient-dark:hover, .bg-gradient-dark:active,
.btn-gradient-dark:hover,
.btn-gradient-dark:active {
  color: #fff;
}
[dir] .bg-gradient-dark:hover:not(.disabled):not(:disabled), [dir] .btn-gradient-dark:hover:not(.disabled):not(:disabled) {
  transform: translateY(-2px);
}
[dir] .bg-gradient-dark:active, [dir] .btn-gradient-dark:active {
  transform: translateY(0);
}
[dir] .bg-gradient-dark:active, [dir] .bg-gradient-dark:focus, [dir] .btn-gradient-dark:active, [dir] .btn-gradient-dark:focus {
  background-repeat: repeat;
}
[dir=ltr] .bg-gradient-dark:active, [dir=ltr] .bg-gradient-dark:focus, [dir=ltr] .btn-gradient-dark:active, [dir=ltr] .btn-gradient-dark:focus {
  background-image: linear-gradient(47deg, #1e1e1e, #212529);
}
[dir=rtl] .bg-gradient-dark:active, [dir=rtl] .bg-gradient-dark:focus, [dir=rtl] .btn-gradient-dark:active, [dir=rtl] .btn-gradient-dark:focus {
  background-image: linear-gradient(-47deg, #1e1e1e, #212529);
}

.bg-gradient-primary,
.btn-gradient-primary {
  color: #fff;
  transition: all 0.2s ease;
}

[dir] .bg-gradient-primary, [dir] .btn-gradient-primary {
  background-repeat: repeat;
}

[dir=ltr] .bg-gradient-primary, [dir=ltr] .btn-gradient-primary {
  background-image: linear-gradient(47deg, #7200FF, rgb(142.2, 51, 255));
}

[dir=rtl] .bg-gradient-primary, [dir=rtl] .btn-gradient-primary {
  background-image: linear-gradient(-47deg, #7200FF, rgb(142.2, 51, 255));
}
.bg-gradient-primary:hover, .bg-gradient-primary:active,
.btn-gradient-primary:hover,
.btn-gradient-primary:active {
  color: #fff;
}
[dir] .bg-gradient-primary:hover:not(.disabled):not(:disabled), [dir] .btn-gradient-primary:hover:not(.disabled):not(:disabled) {
  transform: translateY(-2px);
}
[dir] .bg-gradient-primary:active, [dir] .btn-gradient-primary:active {
  transform: translateY(0);
}
[dir] .bg-gradient-primary:active, [dir] .bg-gradient-primary:focus, [dir] .btn-gradient-primary:active, [dir] .btn-gradient-primary:focus {
  background-repeat: repeat;
}
[dir=ltr] .bg-gradient-primary:active, [dir=ltr] .bg-gradient-primary:focus, [dir=ltr] .btn-gradient-primary:active, [dir=ltr] .btn-gradient-primary:focus {
  background-image: linear-gradient(47deg, rgb(91.2, 0, 204), #7200FF);
}
[dir=rtl] .bg-gradient-primary:active, [dir=rtl] .bg-gradient-primary:focus, [dir=rtl] .btn-gradient-primary:active, [dir=rtl] .btn-gradient-primary:focus {
  background-image: linear-gradient(-47deg, rgb(91.2, 0, 204), #7200FF);
}

.bg-gradient-secondary,
.btn-gradient-secondary {
  color: #fff;
  transition: all 0.2s ease;
}

[dir] .bg-gradient-secondary, [dir] .btn-gradient-secondary {
  background-repeat: repeat;
}

[dir=ltr] .bg-gradient-secondary, [dir=ltr] .btn-gradient-secondary {
  background-image: linear-gradient(47deg, #6c757d, rgb(133.7553648069, 142.4849785408, 150.2446351931));
}

[dir=rtl] .bg-gradient-secondary, [dir=rtl] .btn-gradient-secondary {
  background-image: linear-gradient(-47deg, #6c757d, rgb(133.7553648069, 142.4849785408, 150.2446351931));
}
.bg-gradient-secondary:hover, .bg-gradient-secondary:active,
.btn-gradient-secondary:hover,
.btn-gradient-secondary:active {
  color: #fff;
}
[dir] .bg-gradient-secondary:hover:not(.disabled):not(:disabled), [dir] .btn-gradient-secondary:hover:not(.disabled):not(:disabled) {
  transform: translateY(-2px);
}
[dir] .bg-gradient-secondary:active, [dir] .btn-gradient-secondary:active {
  transform: translateY(0);
}
[dir] .bg-gradient-secondary:active, [dir] .bg-gradient-secondary:focus, [dir] .btn-gradient-secondary:active, [dir] .btn-gradient-secondary:focus {
  background-repeat: repeat;
}
[dir=ltr] .bg-gradient-secondary:active, [dir=ltr] .bg-gradient-secondary:focus, [dir=ltr] .btn-gradient-secondary:active, [dir=ltr] .btn-gradient-secondary:focus {
  background-image: linear-gradient(47deg, rgb(84.3605150215, 91.3905579399, 97.6394849785), #6c757d);
}
[dir=rtl] .bg-gradient-secondary:active, [dir=rtl] .bg-gradient-secondary:focus, [dir=rtl] .btn-gradient-secondary:active, [dir=rtl] .btn-gradient-secondary:focus {
  background-image: linear-gradient(-47deg, rgb(84.3605150215, 91.3905579399, 97.6394849785), #6c757d);
}

.bg-gradient-success,
.btn-gradient-success {
  color: #fff;
  transition: all 0.2s ease;
}

[dir] .bg-gradient-success, [dir] .btn-gradient-success {
  background-repeat: repeat;
}

[dir=ltr] .bg-gradient-success, [dir=ltr] .btn-gradient-success {
  background-image: linear-gradient(47deg, #06C270, rgb(7.53, 243.47, 140.56));
}

[dir=rtl] .bg-gradient-success, [dir=rtl] .btn-gradient-success {
  background-image: linear-gradient(-47deg, #06C270, rgb(7.53, 243.47, 140.56));
}
.bg-gradient-success:hover, .bg-gradient-success:active,
.btn-gradient-success:hover,
.btn-gradient-success:active {
  color: #fff;
}
[dir] .bg-gradient-success:hover:not(.disabled):not(:disabled), [dir] .btn-gradient-success:hover:not(.disabled):not(:disabled) {
  transform: translateY(-2px);
}
[dir] .bg-gradient-success:active, [dir] .btn-gradient-success:active {
  transform: translateY(0);
}
[dir] .bg-gradient-success:active, [dir] .bg-gradient-success:focus, [dir] .btn-gradient-success:active, [dir] .btn-gradient-success:focus {
  background-repeat: repeat;
}
[dir=ltr] .bg-gradient-success:active, [dir=ltr] .bg-gradient-success:focus, [dir=ltr] .btn-gradient-success:active, [dir=ltr] .btn-gradient-success:focus {
  background-image: linear-gradient(47deg, rgb(4.47, 144.53, 83.44), #06C270);
}
[dir=rtl] .bg-gradient-success:active, [dir=rtl] .bg-gradient-success:focus, [dir=rtl] .btn-gradient-success:active, [dir=rtl] .btn-gradient-success:focus {
  background-image: linear-gradient(-47deg, rgb(4.47, 144.53, 83.44), #06C270);
}

.bg-gradient-info,
.btn-gradient-info {
  color: #fff;
  transition: all 0.2s ease;
}

[dir] .bg-gradient-info, [dir] .btn-gradient-info {
  background-repeat: repeat;
}

[dir=ltr] .bg-gradient-info, [dir=ltr] .btn-gradient-info {
  background-image: linear-gradient(47deg, #0dcaf0, rgb(59.5849802372, 213.4743083004, 244.4150197628));
}

[dir=rtl] .bg-gradient-info, [dir=rtl] .btn-gradient-info {
  background-image: linear-gradient(-47deg, #0dcaf0, rgb(59.5849802372, 213.4743083004, 244.4150197628));
}
.bg-gradient-info:hover, .bg-gradient-info:active,
.btn-gradient-info:hover,
.btn-gradient-info:active {
  color: #fff;
}
[dir] .bg-gradient-info:hover:not(.disabled):not(:disabled), [dir] .btn-gradient-info:hover:not(.disabled):not(:disabled) {
  transform: translateY(-2px);
}
[dir] .bg-gradient-info:active, [dir] .btn-gradient-info:active {
  transform: translateY(0);
}
[dir] .bg-gradient-info:active, [dir] .bg-gradient-info:focus, [dir] .btn-gradient-info:active, [dir] .btn-gradient-info:focus {
  background-repeat: repeat;
}
[dir=ltr] .bg-gradient-info:active, [dir=ltr] .bg-gradient-info:focus, [dir=ltr] .btn-gradient-info:active, [dir=ltr] .btn-gradient-info:focus {
  background-image: linear-gradient(47deg, rgb(10.3794466403, 161.2806324111, 191.6205533597), #0dcaf0);
}
[dir=rtl] .bg-gradient-info:active, [dir=rtl] .bg-gradient-info:focus, [dir=rtl] .btn-gradient-info:active, [dir=rtl] .btn-gradient-info:focus {
  background-image: linear-gradient(-47deg, rgb(10.3794466403, 161.2806324111, 191.6205533597), #0dcaf0);
}

.bg-gradient-warning,
.btn-gradient-warning {
  color: #fff;
  transition: all 0.2s ease;
}

[dir] .bg-gradient-warning, [dir] .btn-gradient-warning {
  background-repeat: repeat;
}

[dir=ltr] .bg-gradient-warning, [dir=ltr] .btn-gradient-warning {
  background-image: linear-gradient(47deg, #ffc107, rgb(255, 205.75, 58));
}

[dir=rtl] .bg-gradient-warning, [dir=rtl] .btn-gradient-warning {
  background-image: linear-gradient(-47deg, #ffc107, rgb(255, 205.75, 58));
}
.bg-gradient-warning:hover, .bg-gradient-warning:active,
.btn-gradient-warning:hover,
.btn-gradient-warning:active {
  color: #fff;
}
[dir] .bg-gradient-warning:hover:not(.disabled):not(:disabled), [dir] .btn-gradient-warning:hover:not(.disabled):not(:disabled) {
  transform: translateY(-2px);
}
[dir] .bg-gradient-warning:active, [dir] .btn-gradient-warning:active {
  transform: translateY(0);
}
[dir] .bg-gradient-warning:active, [dir] .bg-gradient-warning:focus, [dir] .btn-gradient-warning:active, [dir] .btn-gradient-warning:focus {
  background-repeat: repeat;
}
[dir=ltr] .bg-gradient-warning:active, [dir=ltr] .bg-gradient-warning:focus, [dir=ltr] .btn-gradient-warning:active, [dir=ltr] .btn-gradient-warning:focus {
  background-image: linear-gradient(47deg, rgb(211, 158.25, 0), #ffc107);
}
[dir=rtl] .bg-gradient-warning:active, [dir=rtl] .bg-gradient-warning:focus, [dir=rtl] .btn-gradient-warning:active, [dir=rtl] .btn-gradient-warning:focus {
  background-image: linear-gradient(-47deg, rgb(211, 158.25, 0), #ffc107);
}

.bg-gradient-danger,
.btn-gradient-danger {
  color: #fff;
  transition: all 0.2s ease;
}

[dir] .bg-gradient-danger, [dir] .btn-gradient-danger {
  background-repeat: repeat;
}

[dir=ltr] .bg-gradient-danger, [dir=ltr] .btn-gradient-danger {
  background-image: linear-gradient(47deg, #FF3B3B, #ff6e6e);
}

[dir=rtl] .bg-gradient-danger, [dir=rtl] .btn-gradient-danger {
  background-image: linear-gradient(-47deg, #FF3B3B, #ff6e6e);
}
.bg-gradient-danger:hover, .bg-gradient-danger:active,
.btn-gradient-danger:hover,
.btn-gradient-danger:active {
  color: #fff;
}
[dir] .bg-gradient-danger:hover:not(.disabled):not(:disabled), [dir] .btn-gradient-danger:hover:not(.disabled):not(:disabled) {
  transform: translateY(-2px);
}
[dir] .bg-gradient-danger:active, [dir] .btn-gradient-danger:active {
  transform: translateY(0);
}
[dir] .bg-gradient-danger:active, [dir] .bg-gradient-danger:focus, [dir] .btn-gradient-danger:active, [dir] .btn-gradient-danger:focus {
  background-repeat: repeat;
}
[dir=ltr] .bg-gradient-danger:active, [dir=ltr] .bg-gradient-danger:focus, [dir=ltr] .btn-gradient-danger:active, [dir=ltr] .btn-gradient-danger:focus {
  background-image: linear-gradient(47deg, #ff0808, #FF3B3B);
}
[dir=rtl] .bg-gradient-danger:active, [dir=rtl] .bg-gradient-danger:focus, [dir=rtl] .btn-gradient-danger:active, [dir=rtl] .btn-gradient-danger:focus {
  background-image: linear-gradient(-47deg, #ff0808, #FF3B3B);
}

html {
  font-size: 14px;
  height: 100%;
  letter-spacing: 0.01rem;
}
html body {
  height: 100%;
}
html[dir] body {
  background-color: #EBECF0;
}
html[dir=ltr] body {
  direction: ltr;
}
html[dir=rtl] body {
  direction: rtl;
}
html body p {
  line-height: 1.5rem;
}
html .content {
  position: relative;
  transition: 300ms ease all;
  backface-visibility: hidden;
  min-height: calc(100% - 4.35rem);
}
html[dir] .content {
  padding: 0;
}
html[dir=ltr] .content {
  margin-left: 360px;
}
html[dir=rtl] .content {
  margin-right: 360px;
}
html[dir] .content.app-content {
  padding: calc(2rem + 4.25rem + 1.3rem) 2rem 0;
}
html .content.app-content.show-overlay .content-overlay {
  z-index: 10;
  opacity: 1;
}
html .content.app-content.show-overlay .content-overlay ~ .header-navbar-shadow {
  display: none;
}
html .content.app-content .content-overlay {
  position: fixed;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  transition: all 0.7s, z-index 0s;
  z-index: -1;
}
html[dir] .content.app-content .content-overlay {
  background-color: rgba(34, 41, 47, 0.5);
  cursor: pointer;
}
html[dir=ltr] .content.app-content .content-overlay {
  left: 0;
  right: 0;
}
html[dir=rtl] .content.app-content .content-overlay {
  right: 0;
  left: 0;
}
html .content.app-content .content-area-wrapper {
  display: flex;
  position: relative;
  overflow: hidden;
}
html .content.app-content .content-area-wrapper .content-wrapper,
html .content.app-content .content-area-wrapper .content-body {
  height: 100%;
}
html .content .body-content-overlay {
  top: 0;
  bottom: 0;
  position: absolute;
  display: block;
  z-index: 4;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
html[dir=ltr] .content .body-content-overlay {
  left: 0;
  right: 0;
}
html[dir=rtl] .content .body-content-overlay {
  right: 0;
  left: 0;
}
html .content .body-content-overlay.show {
  visibility: visible;
  transition: all 0.3s ease;
  opacity: 1;
}
html[dir] .content .body-content-overlay.show {
  background-color: rgba(34, 41, 47, 0.2);
  border-radius: 5px;
}
html .content .content-wrapper .content-header-title {
  font-weight: 500;
  color: #636363;
}
html[dir=ltr] .content .content-wrapper .content-header-title {
  padding-right: 1rem;
  border-right: 1px solid rgb(213.6803278689, 219.5, 225.3196721311);
}
html[dir=rtl] .content .content-wrapper .content-header-title {
  padding-left: 1rem;
  border-left: 1px solid rgb(213.6803278689, 219.5, 225.3196721311);
}
html .content .content-wrapper .content-header-right .dropdown-toggle::after {
  display: none;
}
html[dir=ltr] .content .content-wrapper .content-header-right .dropdown-toggle i, html[dir=ltr] .content .content-wrapper .content-header-right .dropdown-toggle svg {
  margin-right: 0;
}
html[dir=rtl] .content .content-wrapper .content-header-right .dropdown-toggle i, html[dir=rtl] .content .content-wrapper .content-header-right .dropdown-toggle svg {
  margin-left: 0;
}
html[dir] .content .content-wrapper .content-header-right .btn-icon {
  padding: 0.8rem;
}
html .content .content-wrapper .content-header-right .btn-icon i,
html .content .content-wrapper .content-header-right .btn-icon svg {
  height: 1rem;
  width: 1rem;
}
html .navbar-floating.footer-static .app-content .content-area-wrapper,
html .navbar-floating.footer-static .app-content .kanban-wrapper {
  height: calc(100vh - (2rem * 1 + 4.25rem + 4.35rem + 1.3rem + 0rem));
  height: calc(var(--vh, 1vh) * 100 - (2rem * 1 + 4.25rem + 4.35rem + 1.3rem + 0rem));
  height: calc(100vh - (2rem * 1 - 0.8rem * 1 + 4.25rem + 4.35rem + 1.3rem + 0rem));
  height: calc(var(--vh, 1vh) * 100 - (2rem * 1 - 0.8rem * 1 + 4.25rem + 4.35rem + 1.3rem + 0rem));
}
html .navbar-floating.footer-hidden .app-content .content-area-wrapper,
html .navbar-floating.footer-hidden .app-content .kanban-wrapper {
  height: calc(100vh - (2rem * 2 + 4.25rem + 0rem + 1.3rem + 0rem));
  height: calc(var(--vh, 1vh) * 100 - (2rem * 2 + 4.25rem + 0rem + 1.3rem + 0rem));
  height: calc(100vh - (2rem * 2 - 0.8rem * 2 + 4.25rem + 0rem + 1.3rem + 0rem));
  height: calc(var(--vh, 1vh) * 100 - (2rem * 2 - 0.8rem * 2 + 4.25rem + 0rem + 1.3rem + 0rem));
}
html .navbar-floating.footer-fixed .app-content .content-area-wrapper,
html .navbar-floating.footer-fixed .app-content .kanban-wrapper {
  height: calc(100vh - (2rem * 2 + 4.25rem + 4.35rem + 1.3rem + 0rem));
  height: calc(var(--vh, 1vh) * 100 - (2rem * 2 + 4.25rem + 4.35rem + 1.3rem + 0rem));
  height: calc(100vh - (2rem * 2 - 0.8rem * 2 + 4.25rem + 4.35rem + 1.3rem + 0rem));
  height: calc(var(--vh, 1vh) * 100 - (2rem * 2 - 0.8rem * 2 + 4.25rem + 4.35rem + 1.3rem + 0rem));
}
html[dir] .navbar-hidden .app-content {
  padding: 2rem 2rem 0 2rem !important;
}
html .navbar-hidden.footer-static .app-content .content-area-wrapper,
html .navbar-hidden.footer-static .app-content .kanban-wrapper {
  height: calc(100vh - (2rem * 1 + 0rem + 4.35rem + 0rem + 0rem));
  height: calc(var(--vh, 1vh) * 100 - (2rem * 1 + 0rem + 4.35rem + 0rem + 0rem));
  height: calc(100vh - (2rem * 1 - 0.8rem * 1 + 0rem + 4.35rem + 0rem + 0rem));
  height: calc(var(--vh, 1vh) * 100 - (2rem * 1 - 0.8rem * 1 + 0rem + 4.35rem + 0rem + 0rem));
}
html .navbar-hidden.footer-hidden .app-content .content-area-wrapper,
html .navbar-hidden.footer-hidden .app-content .kanban-wrapper {
  height: calc(100vh - (2rem * 2 + 0rem + 0rem + 0rem + 0rem));
  height: calc(var(--vh, 1vh) * 100 - (2rem * 2 + 0rem + 0rem + 0rem + 0rem));
  height: calc(100vh - (2rem * 2 - 0.8rem * 2 + 0rem + 0rem + 0rem + 0rem));
  height: calc(var(--vh, 1vh) * 100 - (2rem * 2 - 0.8rem * 2 + 0rem + 0rem + 0rem + 0rem));
}
html .navbar-hidden.footer-fixed .app-content .content-area-wrapper,
html .navbar-hidden.footer-fixed .app-content .kanban-wrapper {
  height: calc(100vh - (2rem * 2 + 0rem + 4.35rem + 0rem + 0rem));
  height: calc(var(--vh, 1vh) * 100 - (2rem * 2 + 0rem + 4.35rem + 0rem + 0rem));
  height: calc(100vh - (2rem * 2 - 0.8rem * 2 + 0rem + 4.35rem + 0rem + 0rem));
  height: calc(var(--vh, 1vh) * 100 - (2rem * 2 - 0.8rem * 2 + 0rem + 4.35rem + 0rem + 0rem));
}
html .navbar-static .main-menu {
  top: 0;
}
html .navbar-static .content {
  min-height: calc(100% - (4.25rem + 4.35rem));
}
html[dir] .navbar-static .app-content {
  padding: 2rem 2rem 0 2rem;
}
html .navbar-static.footer-static .app-content .content-area-wrapper,
html .navbar-static.footer-static .app-content .kanban-wrapper {
  height: calc(100vh - (2rem * 1 + 4.25rem + 4.35rem + 0rem + 0rem));
  height: calc(var(--vh, 1vh) * 100 - (2rem * 1 + 4.25rem + 4.35rem + 0rem + 0rem));
  height: calc(100vh - (2rem * 1 - 0.8rem * 1 + 4.25rem + 4.35rem + 0rem + 0rem));
  height: calc(var(--vh, 1vh) * 100 - (2rem * 1 - 0.8rem * 1 + 4.25rem + 4.35rem + 0rem + 0rem));
}
html .navbar-static.footer-hidden .app-content .content-area-wrapper,
html .navbar-static.footer-hidden .app-content .kanban-wrapper {
  height: calc(100vh - (2rem * 2 + 4.25rem + 0rem + 0rem + 0rem));
  height: calc(var(--vh, 1vh) * 100 - (2rem * 2 + 4.25rem + 0rem + 0rem + 0rem));
  height: calc(100vh - (2rem * 2 - 0.8rem * 2 + 4.25rem + 0rem + 0rem + 0rem));
  height: calc(var(--vh, 1vh) * 100 - (2rem * 2 - 0.8rem * 2 + 4.25rem + 0rem + 0rem + 0rem));
}
html .navbar-static.footer-fixed .app-content .content-area-wrapper,
html .navbar-static.footer-fixed .app-content .kanban-wrapper {
  height: calc(100vh - (2rem * 2 + 4.25rem + 4.35rem + 0rem + 0rem));
  height: calc(var(--vh, 1vh) * 100 - (2rem * 2 + 4.25rem + 4.35rem + 0rem + 0rem));
  height: calc(100vh - (2rem * 2 - 0.8rem * 2 + 4.25rem + 4.35rem + 0rem + 0rem));
  height: calc(var(--vh, 1vh) * 100 - (2rem * 2 - 0.8rem * 2 + 4.25rem + 4.35rem + 0rem + 0rem));
}
html[dir] .navbar-sticky .app-content {
  padding: calc(2rem + 4.75rem) 2rem 0 2rem;
}
html .navbar-sticky.footer-static .app-content .content-area-wrapper,
html .navbar-sticky.footer-static .app-content .kanban-wrapper {
  height: calc(100vh - (2rem * 1 + 7.5rem + 4.35rem + 0rem + 0rem));
  height: calc(var(--vh, 1vh) * 100 - (2rem * 1 + 7.5rem + 4.35rem + 0rem + 0rem));
  height: calc(100vh - (2rem * 1 - 0.8rem * 1 + 7.5rem + 4.35rem + 0rem + 0rem));
  height: calc(var(--vh, 1vh) * 100 - (2rem * 1 - 0.8rem * 1 + 7.5rem + 4.35rem + 0rem + 0rem));
}
html .navbar-sticky.footer-hidden .app-content .content-area-wrapper,
html .navbar-sticky.footer-hidden .app-content .kanban-wrapper {
  height: calc(100vh - (2rem * 2 + 4.25rem + 0rem + 0rem + 0rem));
  height: calc(var(--vh, 1vh) * 100 - (2rem * 2 + 4.25rem + 0rem + 0rem + 0rem));
  height: calc(100vh - (2rem * 2 - 0.8rem * 2 + 4.25rem + 0rem + 0rem + 0rem));
  height: calc(var(--vh, 1vh) * 100 - (2rem * 2 - 0.8rem * 2 + 4.25rem + 0rem + 0rem + 0rem));
}
html .navbar-sticky.footer-fixed .app-content .content-area-wrapper,
html .navbar-sticky.footer-fixed .app-content .kanban-wrapper {
  height: calc(100vh - (2rem * 2 + 4.25rem + 4.35rem + 0rem + 0rem));
  height: calc(var(--vh, 1vh) * 100 - (2rem * 2 + 4.25rem + 4.35rem + 0rem + 0rem));
  height: calc(100vh - (2rem * 2 - 0.8rem * 2 + 4.25rem + 4.35rem + 0rem + 0rem));
  height: calc(var(--vh, 1vh) * 100 - (2rem * 2 - 0.8rem * 2 + 4.25rem + 4.35rem + 0rem + 0rem));
}
html[dir=ltr] .navbar-static .nav.header-navbar .navbar-container, html[dir=ltr] .navbar-sticky .nav.header-navbar .navbar-container {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
html[dir=rtl] .navbar-static .nav.header-navbar .navbar-container, html[dir=rtl] .navbar-sticky .nav.header-navbar .navbar-container {
  padding-right: 1.6rem;
  padding-left: 1.6rem;
}
html .navbar-static .nav.header-navbar .navbar-container .search-input .search-list.show,
html .navbar-sticky .nav.header-navbar .navbar-container .search-input .search-list.show {
  width: 98%;
}
html[dir=ltr] .navbar-static .nav.header-navbar .navbar-container .search-input .search-list.show, html[dir=ltr] .navbar-sticky .nav.header-navbar .navbar-container .search-input .search-list.show {
  left: 1%;
}
html[dir=rtl] .navbar-static .nav.header-navbar .navbar-container .search-input .search-list.show, html[dir=rtl] .navbar-sticky .nav.header-navbar .navbar-container .search-input .search-list.show {
  right: 1%;
}
html[dir] .footer-fixed .content.app-content {
  padding-bottom: 4.35rem !important;
}
html [data-col="1-column"] .header-navbar.floating-nav {
  width: calc(100vw - (100vw - 100%) - 2rem * 2) !important;
}
html [data-col="1-column"] .header-navbar {
  width: 100%;
}
html[dir=ltr] [data-col="1-column"] .header-navbar {
  left: 0 !important;
}
html[dir=rtl] [data-col="1-column"] .header-navbar {
  right: 0 !important;
}
html[dir=ltr] [data-col="1-column"] .content, html[dir=ltr] [data-col="1-column"] .footer {
  margin-left: 0px !important;
}
html[dir=rtl] [data-col="1-column"] .content, html[dir=rtl] [data-col="1-column"] .footer {
  margin-right: 0px !important;
}
html [data-col="1-column"].horizontal-layout .header-navbar {
  width: 100% !important;
}
html[dir] [data-col="1-column"].horizontal-layout .app-content {
  padding: calc(2rem + 4.25rem + 1.3rem) 2rem 0 2rem !important;
}
html[dir] [data-col="1-column"].horizontal-layout.footer-fixed .app-content {
  padding: calc(2rem + 4.25rem + 1.3rem) 2rem 4.35rem 2rem !important;
}
html {
  /*
    * Blank page
    */
}
html[dir=ltr] .blank-page .content {
  margin-left: 0;
}
html[dir=rtl] .blank-page .content {
  margin-right: 0;
}
html .blank-page .content.app-content {
  overflow: overlay;
  overflow-x: hidden;
  transition: none;
}
html[dir] .blank-page .content.app-content {
  padding: 0 !important;
}
html .blank-page .content.app-content .header-navbar-shadow {
  display: none;
}
html[dir] .blank-page .content-wrapper {
  padding: 0 !important;
}
html .blank-page .content-wrapper .flexbox-container {
  display: flex;
  align-items: center;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  justify-content: center;
}
html[dir] .pace .pace-progress {
  background: #7367f0;
}

.app-content.center-layout {
  overflow: hidden;
}

/*
* Col 3 layout for detached and general type
*/
@media (min-width: 992px) {
  body .content-right {
    width: calc(100vw - (100vw - 100%) - 360px);
  }
  [dir=ltr] body .content-right {
    float: right;
  }
  [dir=rtl] body .content-right {
    float: left;
  }
  body .content-left {
    width: calc(100vw - (100vw - 100%) - 360px);
  }
  [dir=ltr] body .content-left {
    float: left;
  }
  [dir=rtl] body .content-left {
    float: right;
  }
  body .content-detached {
    width: 100%;
  }
  [dir=ltr] body .content-detached.content-right {
    float: right;
    margin-left: -360px;
  }
  [dir=rtl] body .content-detached.content-right {
    float: left;
    margin-right: -360px;
  }
  [dir=ltr] body .content-detached.content-right .content-body {
    margin-left: calc(360px + 2rem);
  }
  [dir=rtl] body .content-detached.content-right .content-body {
    margin-right: calc(360px + 2rem);
  }
  [dir=ltr] body .content-detached.content-left {
    float: left;
    margin-right: -360px;
  }
  [dir=rtl] body .content-detached.content-left {
    float: right;
    margin-left: -360px;
  }
  [dir=ltr] body .content-detached.content-left .content-body {
    margin-right: calc(360px + 2rem);
  }
  [dir=rtl] body .content-detached.content-left .content-body {
    margin-left: calc(360px + 2rem);
  }
  .sidebar-right.sidebar-sticky {
    width: 360px !important;
  }
  [dir] .sidebar-right.sidebar-sticky {
    margin-top: 5.5rem;
  }
  [dir=ltr] .sidebar-right.sidebar-sticky {
    float: right !important;
    margin-left: -360px;
  }
  [dir=rtl] .sidebar-right.sidebar-sticky {
    float: left !important;
    margin-right: -360px;
  }
}
html[dir] body .app-content {
  padding: calc(2rem - 0.8rem + 4.25rem + 1.3rem) calc(2rem - 0.8rem) 0 calc(2rem - 0.8rem) !important;
}

html[dir] body.navbar-static .app-content {
  padding: calc(2rem - 0.8rem) calc(2rem - 0.8rem) 0 calc(2rem - 0.8rem) !important;
}

html[dir] body.navbar-sticky .app-content {
  padding: calc(2rem - 0.8rem + 4.25rem) calc(2rem - 0.8rem) 0 calc(2rem - 0.8rem) !important;
}

html[dir] body.navbar-hidden .app-content {
  padding: calc(2rem - 0.8rem) calc(2rem - 0.8rem) 0 calc(2rem - 0.8rem) !important;
}

[dir=ltr] .navbar-static .app-content .header-navbar .navbar-container, [dir=ltr] .navbar-sticky .app-content .header-navbar .navbar-container {
  padding-left: 1rem;
  padding-right: 0.5rem;
}

[dir=rtl] .navbar-static .app-content .header-navbar .navbar-container, [dir=rtl] .navbar-sticky .app-content .header-navbar .navbar-container {
  padding-right: 1rem;
  padding-left: 0.5rem;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  html.full-screen {
    width: 100%;
  }
  html.full-screen .content.app-content {
    height: 100%;
    overflow: scroll;
    overflow-x: hidden;
  }
}
/*=========================================================================================
    File Name: sidebar.scss
    Description: content sidebar specific scss.
    ----------------------------------------------------------------------------------------
    Item Name: Vuexy - Vuejs, React, Angular, HTML & Laravel Admin Dashboard Template
    Author: PIXINVENT
    Author URL: http://www.themeforest.net/user/pixinvent
==========================================================================================*/
.sidebar {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .sidebar {
    vertical-align: top;
  }
}

.sidebar-fixed {
  position: fixed;
  height: 100%;
  overflow: scroll;
}

.sidenav-overlay {
  position: fixed;
  top: 0;
  height: 120vh;
  z-index: 997;
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}

[dir] .sidenav-overlay {
  background-color: rgba(34, 41, 47, 0.5);
}

[dir=ltr] .sidenav-overlay {
  left: 0;
  right: 0;
}

[dir=rtl] .sidenav-overlay {
  right: 0;
  left: 0;
}
.sidenav-overlay.show {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease;
}

.drag-target {
  height: 100%;
  width: 40px;
  position: fixed;
  top: 0;
  z-index: 1036;
}

[dir=ltr] .drag-target {
  left: -10px;
}

[dir=rtl] .drag-target {
  right: -10px;
}

.sidebar-detached .sidebar {
  width: 360px;
}

@media (min-width: 992px) {
  [dir=ltr] .sidebar-left {
    float: left;
  }
  [dir=rtl] .sidebar-left {
    float: right;
  }
  [dir=ltr] .sidebar-right {
    float: right;
  }
  [dir=rtl] .sidebar-right {
    float: left;
  }
}
@media (max-width: 767.98px) {
  .sidebar-detached .sidebar {
    width: 100%;
  }
}
footer.footer {
  min-height: 4.35rem;
  transition: 300ms ease all;
}
[dir] footer.footer {
  padding: 0.8rem 2rem;
}
footer.footer span i,
footer.footer span svg {
  height: 1.51rem;
  width: 1.51rem;
  font-size: 1.51rem;
  color: #FF3B3B;
}
[dir=ltr] footer.footer span i, [dir=ltr] footer.footer span svg {
  margin-left: 0.5rem;
}
[dir=rtl] footer.footer span i, [dir=rtl] footer.footer span svg {
  margin-right: 0.5rem;
}
[dir] footer.footer .scroll-top {
  padding: 0.81rem 0.83rem;
}
[dir] footer.footer-shadow {
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
}
[dir] footer.footer-border {
  border-top: 1px solid #ebe9f1;
}

.footer-fixed footer {
  position: fixed !important;
  z-index: 1030;
  bottom: 0;
}

[dir=ltr] .footer-fixed footer {
  right: 0;
  left: 0;
}

[dir=rtl] .footer-fixed footer {
  left: 0;
  right: 0;
}
[dir] .footer-fixed footer.footer-light {
  background: #fff;
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
}
.footer-fixed footer.footer-dark {
  color: #fff;
}
[dir] .footer-fixed footer.footer-dark {
  background: #b8c2cc;
}

[dir] .footer-hidden .app-content {
  padding-bottom: 0.1px !important;
}

.scroll-top {
  position: fixed;
  bottom: 5%;
  display: none;
  z-index: 99;
}

[dir=ltr] .scroll-top {
  right: 30px;
}

[dir=rtl] .scroll-top {
  left: 30px;
}

/*=========================================================================================
    File Name: navigation.scss
    Description: Common mixin for menus, contain dark and light version scss.
    ----------------------------------------------------------------------------------------
    Item Name: Vuexy - Vuejs, React, Angular, HTML & Laravel Admin Dashboard Template
    Author: PIXINVENT
    Author URL: http://www.themeforest.net/user/pixinvent
==========================================================================================*/
.main-menu {
  z-index: 1031;
  position: absolute;
  display: table-cell;
  height: 100%;
  overflow: hidden;
}
.main-menu.menu-light {
  color: #6e6b7b;
}
[dir] .main-menu.menu-light {
  background: #fff;
}
[dir] .main-menu.menu-light .navigation {
  background: #fff;
}
.main-menu.menu-light .navigation .navigation-header {
  color: rgb(166.1217391304, 163.8997826087, 175.7502173913);
  line-height: 1.5;
  letter-spacing: 0.01rem;
}
[dir] .main-menu.menu-light .navigation .navigation-header {
  padding: 0;
}
[dir=ltr] .main-menu.menu-light .navigation .navigation-header {
  margin: calc(2rem + 0.286rem) 0 0.8rem 2.2rem;
}
[dir=rtl] .main-menu.menu-light .navigation .navigation-header {
  margin: calc(2rem + 0.286rem) 2.2rem 0.8rem 0;
}
.main-menu.menu-light .navigation .navigation-header span {
  font-weight: 500;
}
.main-menu.menu-light .navigation li.has-sub > a {
  transition: all 0.5s ease, background 0s, color 0s;
}
.main-menu.menu-light .navigation li a {
  color: rgb(98.0482608696, 95.3742173913, 109.6357826087);
  line-height: 1.45;
}
[dir] .main-menu.menu-light .navigation li a {
  padding: 15px;
}
.main-menu.menu-light .navigation li a span.menu-sub-title {
  color: rgb(188.7391304348, 187.0826086957, 195.9173913043);
}
.main-menu.menu-light .navigation li a > * {
  transition: transform 0.25s ease;
}
.main-menu.menu-light .navigation li.nav-item a:hover > * {
  transition: transform 0.25s ease;
}
[dir=ltr] .main-menu.menu-light .navigation li.nav-item a:hover > * {
  transform: translateX(5px);
}
[dir=rtl] .main-menu.menu-light .navigation li.nav-item a:hover > * {
  transform: translateX(-5px);
}
.main-menu.menu-light .navigation li.nav-item ul.menu-content li a:hover > * {
  transition: transform 0.25s ease;
}
[dir=ltr] .main-menu.menu-light .navigation li.nav-item ul.menu-content li a:hover > * {
  transform: translateX(5px);
}
[dir=rtl] .main-menu.menu-light .navigation li.nav-item ul.menu-content li a:hover > * {
  transform: translateX(-5px);
}
[dir] .main-menu.menu-light .navigation > li > a {
  margin: 0 15px;
}
[dir] .main-menu.menu-light .navigation > li > a .label {
  margin-top: 4px;
}
[dir=ltr] .main-menu.menu-light .navigation > li > a .label {
  margin-right: 5px;
}
[dir=rtl] .main-menu.menu-light .navigation > li > a .label {
  margin-left: 5px;
}
.main-menu.menu-light .navigation > li > a i,
.main-menu.menu-light .navigation > li > a svg {
  position: relative;
  top: 1px;
}
[dir] .main-menu.menu-light .navigation > li > ul li:first-of-type {
  margin-top: 7px !important;
}
[dir] .main-menu.menu-light .navigation > li > ul li:not(.has-sub) {
  margin: 0 30px;
}
[dir] .main-menu.menu-light .navigation > li > ul li.has-sub > a {
  margin: 0 15px;
}
[dir] .main-menu.menu-light .navigation > li > ul li.has-sub > ul > li {
  margin: 0 15px;
}
.main-menu.menu-light .navigation > li.open:not(.menu-item-closing) > a, .main-menu.menu-light .navigation > li.sidebar-group-active > a {
  color: rgb(85.6086956522, 83.2739130435, 95.7260869565);
}
[dir] .main-menu.menu-light .navigation > li.open:not(.menu-item-closing) > a, [dir] .main-menu.menu-light .navigation > li.sidebar-group-active > a {
  background: rgb(244.8, 244.8, 244.8);
  border-radius: 15px;
}
.main-menu.menu-light .navigation > li:not(.open) > ul {
  display: none;
}
[dir] .main-menu.menu-light .navigation > li:not(.open) > ul .active {
  background: transparent;
  box-shadow: none;
}
.main-menu.menu-light .navigation > li.active {
  z-index: 1;
}
.main-menu.menu-light .navigation > li.active > a {
  color: #fff;
  font-weight: 400;
}
[dir] .main-menu.menu-light .navigation > li.active > a {
  border-radius: 15px;
}
[dir=ltr] .main-menu.menu-light .navigation > li.active > a {
  background: linear-gradient(118deg, #7367f0, rgba(115, 103, 240, 0.7));
}
[dir=rtl] .main-menu.menu-light .navigation > li.active > a {
  background: linear-gradient(-118deg, #7367f0, rgba(115, 103, 240, 0.7));
}
[dir] .main-menu.menu-light .navigation > li .active {
  background: rgb(239.7, 239.7, 239.7);
}
.main-menu.menu-light .navigation > li .active > a {
  color: #7367f0;
}
[dir] .main-menu.menu-light .navigation > li .active > a {
  margin-bottom: 0;
}
[dir] .main-menu.menu-light .navigation > li .active .hover > a, [dir] .main-menu.menu-light .navigation > li .active :hover > a {
  background: rgb(244.8, 244.8, 244.8);
}
[dir] .main-menu.menu-light .navigation > li ul {
  padding: 0;
  margin: 0;
}
.main-menu.menu-light .navigation > li ul li {
  color: #6e6b7b;
}
[dir] .main-menu.menu-light .navigation > li ul li {
  background: transparent;
}
[dir=ltr] .main-menu.menu-light .navigation > li ul li > a {
  padding: 10px 15px 10px 20px;
}
[dir=rtl] .main-menu.menu-light .navigation > li ul li > a {
  padding: 10px 20px 10px 15px;
}
[dir=ltr] .main-menu.menu-light .navigation > li ul li ul a {
  padding: 10px 15px 10px 53px;
}
[dir=rtl] .main-menu.menu-light .navigation > li ul li ul a {
  padding: 10px 53px 10px 15px;
}
.main-menu.menu-light .navigation > li ul .has-sub:not(.open) > ul {
  display: none;
}
[dir] .main-menu.menu-light .navigation > li ul .has-sub:not(.open) > ul .active {
  background: transparent;
  box-shadow: none;
}
.main-menu.menu-light .navigation > li ul .open > a,
.main-menu.menu-light .navigation > li ul .sidebar-group-active > a {
  color: #6e6b7b;
}
[dir] .main-menu.menu-light .navigation > li ul .open > a, [dir] .main-menu.menu-light .navigation > li ul .sidebar-group-active > a {
  background: rgb(244.8, 244.8, 244.8);
  border-radius: 6px;
}
.main-menu.menu-light .navigation > li ul .open > ul,
.main-menu.menu-light .navigation > li ul .sidebar-group-active > ul {
  display: block;
}
.main-menu.menu-light .navigation > li ul .open > ul .open > ul,
.main-menu.menu-light .navigation > li ul .sidebar-group-active > ul .open > ul {
  display: block;
}
.main-menu.menu-light .navigation > li ul .hover > a, .main-menu.menu-light .navigation > li ul:hover > a {
  color: rgb(119.7565217391, 116.4904347826, 133.9095652174);
}
.main-menu.menu-light .navigation > li ul .active {
  z-index: 1;
}
[dir] .main-menu.menu-light .navigation > li ul .active {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 15px;
}
.main-menu.menu-light .navigation > li ul .active > a {
  color: #fff;
}
.main-menu.menu-dark {
  color: #dcdcdc;
}
[dir] .main-menu.menu-dark {
  background: #10163a;
}
[dir] .main-menu.menu-dark .navigation {
  background: #10163a;
}
.main-menu.menu-dark .navigation .navigation-header {
  color: white;
  line-height: 1.5;
  letter-spacing: 0.01rem;
}
[dir] .main-menu.menu-dark .navigation .navigation-header {
  padding: 0;
}
[dir=ltr] .main-menu.menu-dark .navigation .navigation-header {
  margin: calc(2rem + 0.286rem) 0 0.8rem 2.2rem;
}
[dir=rtl] .main-menu.menu-dark .navigation .navigation-header {
  margin: calc(2rem + 0.286rem) 2.2rem 0.8rem 0;
}
.main-menu.menu-dark .navigation .navigation-header span {
  font-weight: 500;
}
.main-menu.menu-dark .navigation li.has-sub > a {
  transition: all 0.5s ease, background 0s, color 0s;
}
.main-menu.menu-dark .navigation li a {
  color: rgb(207.505, 207.505, 207.505);
  line-height: 1.45;
}
[dir] .main-menu.menu-dark .navigation li a {
  padding: 15px;
}
.main-menu.menu-dark .navigation li a span.menu-sub-title {
  color: white;
}
.main-menu.menu-dark .navigation li a > * {
  transition: transform 0.25s ease;
}
.main-menu.menu-dark .navigation li.nav-item a:hover > * {
  transition: transform 0.25s ease;
}
[dir=ltr] .main-menu.menu-dark .navigation li.nav-item a:hover > * {
  transform: translateX(5px);
}
[dir=rtl] .main-menu.menu-dark .navigation li.nav-item a:hover > * {
  transform: translateX(-5px);
}
.main-menu.menu-dark .navigation li.nav-item ul.menu-content li a:hover > * {
  transition: transform 0.25s ease;
}
[dir=ltr] .main-menu.menu-dark .navigation li.nav-item ul.menu-content li a:hover > * {
  transform: translateX(5px);
}
[dir=rtl] .main-menu.menu-dark .navigation li.nav-item ul.menu-content li a:hover > * {
  transform: translateX(-5px);
}
[dir] .main-menu.menu-dark .navigation > li > a {
  margin: 0 15px;
}
[dir] .main-menu.menu-dark .navigation > li > a .label {
  margin-top: 4px;
}
[dir=ltr] .main-menu.menu-dark .navigation > li > a .label {
  margin-right: 5px;
}
[dir=rtl] .main-menu.menu-dark .navigation > li > a .label {
  margin-left: 5px;
}
.main-menu.menu-dark .navigation > li > a i,
.main-menu.menu-dark .navigation > li > a svg {
  position: relative;
  top: 1px;
}
[dir] .main-menu.menu-dark .navigation > li > ul li:first-of-type {
  margin-top: 7px !important;
}
[dir] .main-menu.menu-dark .navigation > li > ul li:not(.has-sub) {
  margin: 0 30px;
}
[dir] .main-menu.menu-dark .navigation > li > ul li.has-sub > a {
  margin: 0 15px;
}
[dir] .main-menu.menu-dark .navigation > li > ul li.has-sub > ul > li {
  margin: 0 15px;
}
.main-menu.menu-dark .navigation > li.open:not(.menu-item-closing) > a, .main-menu.menu-dark .navigation > li.sidebar-group-active > a {
  color: rgb(194.5, 194.5, 194.5);
}
[dir] .main-menu.menu-dark .navigation > li.open:not(.menu-item-closing) > a, [dir] .main-menu.menu-dark .navigation > li.sidebar-group-active > a {
  background: rgb(11.5891891892, 15.9351351351, 42.0108108108);
  border-radius: 15px;
}
.main-menu.menu-dark .navigation > li:not(.open) > ul {
  display: none;
}
[dir] .main-menu.menu-dark .navigation > li:not(.open) > ul .active {
  background: transparent;
  box-shadow: none;
}
.main-menu.menu-dark .navigation > li.active {
  z-index: 1;
}
.main-menu.menu-dark .navigation > li.active > a {
  color: #fff;
  font-weight: 400;
}
[dir] .main-menu.menu-dark .navigation > li.active > a {
  border-radius: 15px;
}
[dir=ltr] .main-menu.menu-dark .navigation > li.active > a {
  background: linear-gradient(118deg, #7367f0, rgba(115, 103, 240, 0.7));
}
[dir=rtl] .main-menu.menu-dark .navigation > li.active > a {
  background: linear-gradient(-118deg, #7367f0, rgba(115, 103, 240, 0.7));
}
[dir] .main-menu.menu-dark .navigation > li .active {
  background: rgb(9.3837837838, 12.9027027027, 34.0162162162);
}
.main-menu.menu-dark .navigation > li .active > a {
  color: #7367f0;
}
[dir] .main-menu.menu-dark .navigation > li .active > a {
  margin-bottom: 0;
}
[dir] .main-menu.menu-dark .navigation > li .active .hover > a, [dir] .main-menu.menu-dark .navigation > li .active :hover > a {
  background: rgb(11.5891891892, 15.9351351351, 42.0108108108);
}
[dir] .main-menu.menu-dark .navigation > li ul {
  padding: 0;
  margin: 0;
}
.main-menu.menu-dark .navigation > li ul li {
  color: #dcdcdc;
}
[dir] .main-menu.menu-dark .navigation > li ul li {
  background: transparent;
}
[dir=ltr] .main-menu.menu-dark .navigation > li ul li > a {
  padding: 10px 15px 10px 20px;
}
[dir=rtl] .main-menu.menu-dark .navigation > li ul li > a {
  padding: 10px 20px 10px 15px;
}
[dir=ltr] .main-menu.menu-dark .navigation > li ul li ul a {
  padding: 10px 15px 10px 53px;
}
[dir=rtl] .main-menu.menu-dark .navigation > li ul li ul a {
  padding: 10px 53px 10px 15px;
}
.main-menu.menu-dark .navigation > li ul .has-sub:not(.open) > ul {
  display: none;
}
[dir] .main-menu.menu-dark .navigation > li ul .has-sub:not(.open) > ul .active {
  background: transparent;
  box-shadow: none;
}
.main-menu.menu-dark .navigation > li ul .open > a,
.main-menu.menu-dark .navigation > li ul .sidebar-group-active > a {
  color: #dcdcdc;
}
[dir] .main-menu.menu-dark .navigation > li ul .open > a, [dir] .main-menu.menu-dark .navigation > li ul .sidebar-group-active > a {
  background: rgb(11.5891891892, 15.9351351351, 42.0108108108);
  border-radius: 6px;
}
.main-menu.menu-dark .navigation > li ul .open > ul,
.main-menu.menu-dark .navigation > li ul .sidebar-group-active > ul {
  display: block;
}
.main-menu.menu-dark .navigation > li ul .open > ul .open > ul,
.main-menu.menu-dark .navigation > li ul .sidebar-group-active > ul .open > ul {
  display: block;
}
.main-menu.menu-dark .navigation > li ul .hover > a, .main-menu.menu-dark .navigation > li ul:hover > a {
  color: rgb(230.2, 230.2, 230.2);
}
.main-menu.menu-dark .navigation > li ul .active {
  z-index: 1;
}
[dir] .main-menu.menu-dark .navigation > li ul .active {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 15px;
}
.main-menu.menu-dark .navigation > li ul .active > a {
  color: #fff;
}
.main-menu.menu-fixed {
  position: fixed;
}
.main-menu.menu-static {
  height: 100%;
}
[dir] .main-menu.menu-static {
  padding-bottom: calc(100% - 20rem);
}
.main-menu.menu-static .main-menu-content {
  height: unset !important;
}
[dir] .main-menu.menu-shadow {
  box-shadow: 0 0 15px 0 rgba(34, 41, 47, 0.05);
}
[dir=ltr] .main-menu.menu-border {
  border-right: 1px solid #ebe9f1;
}
[dir=rtl] .main-menu.menu-border {
  border-left: 1px solid #ebe9f1;
}
.main-menu .shadow-bottom {
  display: none;
  position: absolute;
  z-index: 2;
  height: 50px;
  width: 100%;
  pointer-events: none;
  filter: blur(5px);
}
[dir] .main-menu .shadow-bottom {
  margin-top: -0.7rem;
  background: linear-gradient(#fff 41%, hsla(0, 0%, 100%, 0.11) 95%, hsla(0, 0%, 100%, 0));
}
[dir] .bordered-layout .main-menu .shadow-bottom {
  background: linear-gradient(#EBECF0 41%, hsla(0, 0%, 100%, 0.11) 95%, hsla(0, 0%, 100%, 0));
}
.main-menu.menu-native-scroll .main-menu-content {
  overflow-y: scroll !important;
}
.main-menu .navbar-header {
  height: 100%;
  width: 360px;
  height: 4.25rem;
  position: relative;
  transition: 300ms ease all, background 0s;
}
[dir=ltr] .main-menu .navbar-header {
  padding: 0.35rem 1rem 0.3rem 1.64rem;
}
[dir=rtl] .main-menu .navbar-header {
  padding: 0.35rem 1.64rem 0.3rem 1rem;
}
.main-menu .navbar-header .navbar-brand {
  display: flex;
  align-items: center;
  font-size: inherit;
}
[dir] .main-menu .navbar-header .navbar-brand {
  margin-top: 1.35rem;
}
.main-menu .navbar-header .navbar-brand .brand-logo img {
  max-width: 135px;
}
.main-menu .navbar-header .navbar-brand .brand-text {
  color: #7367f0;
  font-weight: 600;
  letter-spacing: 0.01rem;
  font-size: 1.45rem;
}
[dir] .main-menu .navbar-header .navbar-brand .brand-text {
  margin-bottom: 0;
}
[dir=ltr] .main-menu .navbar-header .navbar-brand .brand-text {
  padding-left: 1rem;
  animation: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein;
}
[dir=rtl] .main-menu .navbar-header .navbar-brand .brand-text {
  padding-right: 1rem;
  animation: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein;
}
[dir=ltr] .main-menu .navbar-header .modern-nav-toggle {
  animation: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein;
}
[dir=rtl] .main-menu .navbar-header .modern-nav-toggle {
  animation: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein;
}
.main-menu .main-menu-content {
  height: 100% !important;
  position: relative;
}
.main-menu .main-menu-content .ps__rail-y {
  z-index: 3;
}
.main-menu ul {
  list-style: none;
}
[dir] .main-menu ul {
  margin: 0;
  padding: 0;
}
.main-menu ul.navigation-main {
  overflow-x: hidden;
}
[dir] .main-menu ul.navigation-main {
  padding-bottom: 0.75rem;
}
[dir] .main-menu ul.navigation-main > li:first-child {
  margin-top: 0.5rem;
}
.main-menu a {
  outline: none;
}
.main-menu a:hover, .main-menu a:focus {
  text-decoration: none;
}

.navigation {
  font-size: 1.25rem;
  font-family: Poppins;
  font-weight: 400;
  overflow-y: hidden;
}

[dir] .navigation {
  padding-bottom: 20px;
}
.navigation .navigation-header {
  font-family: Poppins;
  font-weight: 500;
  line-height: 1.2;
  font-size: 0.9rem;
  text-transform: uppercase;
}
[dir] .navigation .navigation-header {
  padding: 12px 22px;
}
.navigation li {
  position: relative;
  white-space: nowrap;
  outline: none;
}
.navigation li a {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.navigation li a i,
.navigation li a svg {
  height: 11px;
  width: 11px;
  font-size: 11px;
}
[dir=ltr] .navigation li a i, [dir=ltr] .navigation li a svg {
  margin-right: 1.38rem;
}
[dir=rtl] .navigation li a i, [dir=rtl] .navigation li a svg {
  margin-left: 1.38rem;
}
.navigation li.menu-item-animating {
  transition: height 0.25s ease-in-out;
}
.navigation li.disabled a {
  opacity: 0.65;
  pointer-events: none;
}
[dir] .navigation li.disabled a {
  cursor: not-allowed;
}

@media (max-width: 575.98px) {
  .menu-hide .main-menu,
  .menu-open .main-menu {
    transition: transform 0.25s, top 0.35s, height 0.35s;
  }
  .main-menu {
    backface-visibility: hidden;
    perspective: 1000;
  }
  [dir=ltr] .main-menu {
    transform: translate3d(-240px, 0, 0);
  }
  [dir=rtl] .main-menu {
    transform: translate3d(240px, 0, 0);
  }
  [dir] .menu-open .main-menu {
    transform: translate3d(0, 0, 0);
  }
}
@media (min-width: 768px) {
  .drag-target {
    z-index: 0;
  }
}
.avatar {
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  color: #fff;
  display: inline-flex;
  font-size: 1rem;
  vertical-align: middle;
  font-weight: 600;
}
[dir] .avatar {
  background-color: #c3c3c3;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
}
.avatar .avatar-content {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
}
[dir] .avatar .avatar-content {
  border-radius: 50%;
}
.avatar .avatar-content .avatar-icon {
  height: 1rem;
  width: 1rem;
}
.avatar [class*=avatar-status-] {
  width: 11px;
  height: 11px;
  position: absolute;
  bottom: 0;
}
[dir] .avatar [class*=avatar-status-] {
  border-radius: 50%;
  border: 1px solid #fff;
}
[dir=ltr] .avatar [class*=avatar-status-] {
  right: 0;
}
[dir=rtl] .avatar [class*=avatar-status-] {
  left: 0;
}
.avatar [class*=avatar-status-].avatar-status-lg, .avatar [class*=avatar-status-].avatar-status-xl {
  width: 17px;
  height: 17px;
}
[dir] .avatar [class*=avatar-status-].avatar-status-lg, [dir] .avatar [class*=avatar-status-].avatar-status-xl {
  border-width: 2px;
}
[dir] .avatar .avatar-status-online {
  background-color: #06C270;
}
[dir] .avatar .avatar-status-busy {
  background-color: #FF3B3B;
}
[dir] .avatar .avatar-status-away {
  background-color: #ff9f43;
}
[dir] .avatar .avatar-status-offline {
  background-color: #82868b;
}
.avatar.avatar-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  width: 42px;
}
[dir] .avatar.avatar-tag {
  border-radius: 10px;
}
.avatar.avatar-xl {
  font-size: 1.5rem;
}
.avatar.avatar-xl img {
  width: 70px;
  height: 70px;
}
.avatar.avatar-xl .avatar-content {
  height: 70px;
  width: 70px;
  font-size: 2.57rem;
}
.avatar.avatar-xl .avatar-content .avatar-icon,
.avatar.avatar-xl .avatar-content i,
.avatar.avatar-xl .avatar-content svg {
  height: 3rem;
  width: 3rem;
  font-size: 3rem;
}
.avatar.avatar-xl [class*=avatar-status-] {
  bottom: 0;
}
[dir=ltr] .avatar.avatar-xl [class*=avatar-status-] {
  right: 3px;
}
[dir=rtl] .avatar.avatar-xl [class*=avatar-status-] {
  left: 3px;
}
.avatar.avatar-lg {
  font-size: 1.2rem;
}
.avatar.avatar-lg img {
  width: 50px;
  height: 50px;
}
.avatar.avatar-lg .avatar-content {
  width: 50px;
  height: 50px;
  font-size: 1.714rem;
}
.avatar.avatar-lg .avatar-content .avatar-icon,
.avatar.avatar-lg .avatar-content i,
.avatar.avatar-lg .avatar-content svg {
  height: 2rem;
  width: 2rem;
  font-size: 2rem;
}
.avatar.avatar-lg [class*=avatar-status-] {
  bottom: 1px;
}
[dir=ltr] .avatar.avatar-lg [class*=avatar-status-] {
  right: 3px;
}
[dir=rtl] .avatar.avatar-lg [class*=avatar-status-] {
  left: 3px;
}
.avatar.avatar-sm .avatar-content {
  width: 24px;
  height: 24px;
}
.avatar.avatar-sm .avatar-content .avatar-icon,
.avatar.avatar-sm .avatar-content i,
.avatar.avatar-sm .avatar-content svg {
  height: 1rem;
  width: 1rem;
  font-size: 1rem;
}
.avatar.avatar-sm img {
  width: 24px;
  height: 24px;
}
.avatar.avatar-sm [class*=avatar-status-] {
  bottom: -2px;
}
[dir=ltr] .avatar.avatar-sm [class*=avatar-status-] {
  right: -3px;
}
[dir=rtl] .avatar.avatar-sm [class*=avatar-status-] {
  left: -3px;
}

.avatar-group {
  display: flex;
  justify-content: flex-start;
}
.avatar-group .avatar {
  transition: all 0.25s ease;
}
[dir] .avatar-group .avatar img, [dir] .avatar-group .avatar .avatar-content {
  box-shadow: 0 0 0 2px #fff, inset 0 0 0 1px rgba(34, 41, 47, 0.07);
}
.avatar-group .avatar:hover {
  transition: all 0.25s ease;
}
[dir] .avatar-group .avatar.pull-up:hover {
  transform: translateY(-4px) scale(1.07);
}
[dir=ltr] .avatar-group .avatar:not(:first-child) {
  margin-left: -0.55rem;
}
[dir=rtl] .avatar-group .avatar:not(:first-child) {
  margin-right: -0.55rem;
}
[dir=ltr] .avatar-group .avatar-sm:not(:first-child) {
  margin-left: -0.4rem;
}
[dir=rtl] .avatar-group .avatar-sm:not(:first-child) {
  margin-right: -0.4rem;
}
[dir=ltr] .avatar-group .avatar-lg:not(:first-child) {
  margin-left: -1rem;
}
[dir=rtl] .avatar-group .avatar-lg:not(:first-child) {
  margin-right: -1rem;
}
[dir=ltr] .avatar-group .avatar-xl:not(:first-child) {
  margin-left: -1.5rem;
}
[dir=rtl] .avatar-group .avatar-xl:not(:first-child) {
  margin-right: -1.5rem;
}

/*=========================================================================================
	File Name: search.scss
	Description: Search  functionality.
	----------------------------------------------------------------------------------------
	Item Name: Vuexy - Vuejs, React, Angular, HTML & Laravel Admin Dashboard Template
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
==========================================================================================*/
[dir=ltr] .navbar-container a.nav-link-search {
  float: left;
}
[dir=rtl] .navbar-container a.nav-link-search {
  float: right;
}
.navbar-container .search-input {
  width: 0;
  display: none;
}
[dir=ltr] .navbar-container .search-input {
  float: left;
}
[dir=rtl] .navbar-container .search-input {
  float: right;
}
.navbar-container .search-input input {
  width: 0;
  transition: all 0.2s ease-out;
  line-height: 16px;
}
[dir] .navbar-container .search-input input {
  border: none;
  background: none;
  padding: 1.6rem 3.6rem;
}
.navbar-container .search-input.open {
  position: absolute;
  top: 0;
  z-index: 1000;
  width: 100%;
  display: block;
}
[dir] .navbar-container .search-input.open {
  background: #fff;
  border-radius: 0.5rem;
}
[dir=ltr] .navbar-container .search-input.open {
  left: 0;
}
[dir=rtl] .navbar-container .search-input.open {
  right: 0;
}
.navbar-container .search-input.open .search-input-close,
.navbar-container .search-input.open .search-input-icon {
  display: block;
}
.navbar-container .search-input.open input {
  width: 100%;
  outline: none;
  height: auto;
  transition: all 0.3s ease-out;
}
[dir] .navbar-container .search-input.open input {
  background: none;
  box-shadow: none;
}
.navbar-container .search-input .search-list {
  max-height: 450px;
  height: auto;
  position: absolute;
  top: 100%;
  width: 100%;
  display: none;
}
[dir] .navbar-container .search-input .search-list {
  background: #fff;
  margin-top: 0.5rem;
  border-radius: 10px;
}
[dir=ltr] .navbar-container .search-input .search-list {
  left: 0;
  padding-left: 0;
}
[dir=rtl] .navbar-container .search-input .search-list {
  right: 0;
  padding-right: 0;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 875px) and (orientation: landscape) {
  .navbar-container .search-input .search-list {
    max-height: 250px;
  }
}
.navbar-container .search-input .search-list.search-list-bookmark {
  height: auto !important;
}
.navbar-container .search-input .search-list.search-list-bookmark i,
.navbar-container .search-input .search-list.search-list-bookmark svg {
  font-size: 1.2rem;
  height: 1.2rem;
  width: 1.2rem;
}
.navbar-container .search-input .search-list.show {
  display: block;
  min-height: 3rem;
}
.navbar-container .search-input .search-list li a {
  color: #6e6b7b;
}
[dir] .navbar-container .search-input .search-list li a {
  padding: 0.9rem 1rem;
}
.navbar-container .search-input .search-list li a i,
.navbar-container .search-input .search-list li a svg[class*="feather feather-"] {
  height: 1.25rem;
  width: 1.25rem;
  font-size: 1.25rem;
}
[dir=ltr] .navbar-container .search-input .search-list li:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
[dir=rtl] .navbar-container .search-input .search-list li:first-child {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
[dir=ltr] .navbar-container .search-input .search-list li:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
[dir=rtl] .navbar-container .search-input .search-list li:last-child {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.navbar-container .search-input .search-list li.auto-suggestion {
  display: flex;
  align-items: center;
}
[dir] .navbar-container .search-input .search-list li.auto-suggestion {
  cursor: pointer;
}
[dir] .navbar-container .search-input .search-list li.auto-suggestion:hover, [dir] .navbar-container .search-input .search-list li.auto-suggestion.current_item {
  background-color: #EBECF0;
}
.navbar-container .search-input .search-input-icon {
  z-index: 2;
  display: none;
  position: absolute;
  top: 32%;
}
[dir] .navbar-container .search-input .search-input-icon {
  cursor: pointer;
}
[dir=ltr] .navbar-container .search-input .search-input-icon {
  left: 1.5rem;
}
[dir=rtl] .navbar-container .search-input .search-input-icon {
  right: 1.5rem;
}
.navbar-container .search-input .search-input-icon i,
.navbar-container .search-input .search-input-icon svg {
  height: 1.25rem;
  width: 1.25rem;
  font-size: 1.25rem;
}
.navbar-container .search-input .search-input-close {
  z-index: 1;
  display: none;
  position: absolute;
  top: 32%;
}
[dir] .navbar-container .search-input .search-input-close {
  cursor: pointer;
}
[dir=ltr] .navbar-container .search-input .search-input-close {
  right: 2rem;
}
[dir=rtl] .navbar-container .search-input .search-input-close {
  left: 2rem;
}
.navbar-container .search-input .search-input-close i,
.navbar-container .search-input .search-input-close svg {
  height: 1.25rem;
  width: 1.25rem;
  font-size: 1.25rem;
}
.navbar-container .bookmark-input {
  position: absolute;
  top: 102%;
  width: 25%;
  display: none;
}
[dir] .navbar-container .bookmark-input {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 15px 30px 0 rgba(34, 41, 47, 0.11), 0 5px 15px 0 rgba(34, 41, 47, 0.08);
}
.navbar-container .bookmark-input.show {
  display: block;
}
.navbar-container .bookmark-input .bookmark-input-icon {
  position: absolute;
  z-index: 1;
  top: 20px;
}
[dir=ltr] .navbar-container .bookmark-input .bookmark-input-icon {
  left: 24px;
}
[dir=rtl] .navbar-container .bookmark-input .bookmark-input-icon {
  right: 24px;
}
.navbar-container .bookmark-input input {
  width: calc(100% - 24px);
}
[dir] .navbar-container .bookmark-input input {
  margin: 12px;
  background: #fff;
  border: 1px solid rgba(34, 41, 47, 0.2);
}
[dir=ltr] .navbar-container .bookmark-input input {
  padding: 0.7rem 0.7rem 0.7rem 2.5rem;
}
[dir=rtl] .navbar-container .bookmark-input input {
  padding: 0.7rem 2.5rem 0.7rem 0.7rem;
}
[dir] .navbar-container .bookmark-input input:focus {
  border: 1px solid #7367f0;
}
.navbar-container .bookmark-input .search-list {
  position: relative;
}
[dir] .navbar-container .bookmark-icon {
  cursor: pointer;
}
[dir] .navbar-container .dropdown.bookmark-dropdown {
  padding: 1.4rem 0.5rem 1.35rem;
}
.navbar-container .dropdown.bookmark-dropdown .dropdown-toggle:after {
  display: none;
}
.navbar-container .search-data-title {
  line-height: 1.25rem;
}

.navbar-dark .search-input .input {
  color: #f5f7fa;
}

[dir] .navbar-dark .search-input .input {
  border-radius: 0.5rem;
}
.navbar-dark .search-input.open .input {
  color: #f5f7fa;
}
[dir] .navbar-dark .search-input.open .input {
  border: 1px solid #f5f7fa;
}

[dir] .navbar-static .navbar-container .search-input.open {
  border-radius: 0;
}

.btn-social, .btn-social-icon {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

[dir=ltr] .btn-social, [dir=ltr] .btn-social-icon {
  padding-left: 4.95rem;
  text-align: left;
}

[dir=rtl] .btn-social, [dir=rtl] .btn-social-icon {
  padding-right: 4.95rem;
  text-align: right;
}
.btn-social > :first-child, .btn-social-icon > :first-child {
  position: absolute;
  top: 2px;
  bottom: 0;
  width: 2.95rem;
  line-height: 2.7rem;
  font-size: 1rem;
}
[dir] .btn-social > :first-child, [dir] .btn-social-icon > :first-child {
  text-align: center;
}
[dir=ltr] .btn-social > :first-child, [dir=ltr] .btn-social-icon > :first-child {
  left: 0;
  border-right: 1px solid rgba(34, 41, 47, 0.2);
}
[dir=rtl] .btn-social > :first-child, [dir=rtl] .btn-social-icon > :first-child {
  right: 0;
  border-left: 1px solid rgba(34, 41, 47, 0.2);
}

.btn-social-icon {
  height: 2.95rem;
  width: 2.95rem;
}

[dir] .btn-social-icon {
  padding: 0;
}
.btn-social-icon > :first-child {
  width: 100% !important;
}
[dir] .btn-social-icon > :first-child {
  border: none;
  text-align: center;
}

.btn-adn {
  --bs-btn-color: #d87a68;
  --bs-btn-bg: #d87a68;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d87a68;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 249, 235, 232;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(223.8, 148.6, 134.2);
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #d87a68;
  --bs-btn-disabled-border-color: #fff;
  color: #fff !important;
}

[dir] .btn-adn {
  background-color: #d87a68;
  border: none;
}

.btn-bitbucket {
  --bs-btn-color: #205081;
  --bs-btn-bg: #205081;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #205081;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 222, 229, 236;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(76.6, 115, 154.2);
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #205081;
  --bs-btn-disabled-border-color: #fff;
  color: #fff !important;
}

[dir] .btn-bitbucket {
  background-color: #205081;
  border: none;
}

.btn-dropbox {
  --bs-btn-color: #1087dd;
  --bs-btn-bg: #1087dd;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #1087dd;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 219, 237, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(63.8, 159, 227.8);
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #1087dd;
  --bs-btn-disabled-border-color: #fff;
  color: #fff !important;
}

[dir] .btn-dropbox {
  background-color: #1087dd;
  border: none;
}

.btn-facebook {
  --bs-btn-color: #3b5998;
  --bs-btn-bg: #3b5998;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #3b5998;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 226, 230, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(98.2, 122.2, 172.6);
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #3b5998;
  --bs-btn-disabled-border-color: #fff;
  color: #fff !important;
}

[dir] .btn-facebook {
  background-color: #3b5998;
  border: none;
}

.btn-flickr {
  --bs-btn-color: #ff0084;
  --bs-btn-bg: #ff0084;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ff0084;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 255, 217, 237;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 51, 156.6);
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ff0084;
  --bs-btn-disabled-border-color: #fff;
  color: #fff !important;
}

[dir] .btn-flickr {
  background-color: #ff0084;
  border: none;
}

.btn-foursquare {
  --bs-btn-color: #f94877;
  --bs-btn-bg: #f94877;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f94877;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 254, 228, 235;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(250.2, 108.6, 146.2);
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f94877;
  --bs-btn-disabled-border-color: #fff;
  color: #fff !important;
}

[dir] .btn-foursquare {
  background-color: #f94877;
  border: none;
}

.btn-github {
  --bs-btn-color: #444444;
  --bs-btn-bg: #444444;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #444444;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 227, 227, 227;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(105.4, 105.4, 105.4);
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #444444;
  --bs-btn-disabled-border-color: #fff;
  color: #fff !important;
}

[dir] .btn-github {
  background-color: #444444;
  border: none;
}

.btn-google {
  --bs-btn-color: #dd4b39;
  --bs-btn-bg: #dd4b39;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #dd4b39;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 250, 228, 225;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(227.8, 111, 96.6);
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #dd4b39;
  --bs-btn-disabled-border-color: #fff;
  color: #fff !important;
}

[dir] .btn-google {
  background-color: #dd4b39;
  border: none;
}

.btn-instagram {
  --bs-btn-color: #3f729b;
  --bs-btn-bg: #3f729b;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #3f729b;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 226, 234, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(101.4, 142.2, 175);
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #3f729b;
  --bs-btn-disabled-border-color: #fff;
  color: #fff !important;
}

[dir] .btn-instagram {
  background-color: #3f729b;
  border: none;
}

.btn-linkedin {
  --bs-btn-color: #007bb6;
  --bs-btn-bg: #007bb6;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #007bb6;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 217, 235, 244;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(51, 149.4, 196.6);
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #007bb6;
  --bs-btn-disabled-border-color: #fff;
  color: #fff !important;
}

[dir] .btn-linkedin {
  background-color: #007bb6;
  border: none;
}

.btn-microsoft {
  --bs-btn-color: #2672ec;
  --bs-btn-bg: #2672ec;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #2672ec;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 222, 234, 252;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(81.4, 142.2, 239.8);
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #2672ec;
  --bs-btn-disabled-border-color: #fff;
  color: #fff !important;
}

[dir] .btn-microsoft {
  background-color: #2672ec;
  border: none;
}

.btn-odnoklassniki {
  --bs-btn-color: #f4731c;
  --bs-btn-bg: #f4731c;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f4731c;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 253, 234, 221;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(246.2, 143, 73.4);
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f4731c;
  --bs-btn-disabled-border-color: #fff;
  color: #fff !important;
}

[dir] .btn-odnoklassniki {
  background-color: #f4731c;
  border: none;
}

.btn-openid {
  --bs-btn-color: #f7931e;
  --bs-btn-bg: #f7931e;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f7931e;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 254, 239, 221;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(248.6, 168.6, 75);
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f7931e;
  --bs-btn-disabled-border-color: #fff;
  color: #fff !important;
}

[dir] .btn-openid {
  background-color: #f7931e;
  border: none;
}

.btn-pinterest {
  --bs-btn-color: #cb2027;
  --bs-btn-bg: #cb2027;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #cb2027;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 247, 222, 223;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(213.4, 76.6, 82.2);
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #cb2027;
  --bs-btn-disabled-border-color: #fff;
  color: #fff !important;
}

[dir] .btn-pinterest {
  background-color: #cb2027;
  border: none;
}

.btn-reddit {
  --bs-btn-color: #000;
  --bs-btn-bg: #eff7ff;
  --bs-btn-border-color: #000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #000;
  --bs-btn-hover-border-color: rgb(25.5, 25.5, 25.5);
  --bs-btn-focus-shadow-rgb: 0, 0, 0;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(242.2, 248.6, 255);
  --bs-btn-active-border-color: rgb(25.5, 25.5, 25.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #eff7ff;
  --bs-btn-disabled-border-color: #000;
  color: #fff !important;
}

[dir] .btn-reddit {
  background-color: #eff7ff;
  border: none;
}

.btn-soundcloud {
  --bs-btn-color: #ff5500;
  --bs-btn-bg: #ff5500;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ff5500;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 255, 230, 217;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ff7733;
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ff5500;
  --bs-btn-disabled-border-color: #fff;
  color: #fff !important;
}

[dir] .btn-soundcloud {
  background-color: #ff5500;
  border: none;
}

.btn-tumblr {
  --bs-btn-color: #2c4762;
  --bs-btn-bg: #2c4762;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2c4762;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 223, 227, 231;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(86.2, 107.8, 129.4);
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #2c4762;
  --bs-btn-disabled-border-color: #fff;
  color: #fff !important;
}

[dir] .btn-tumblr {
  background-color: #2c4762;
  border: none;
}

.btn-twitter {
  --bs-btn-color: #55acee;
  --bs-btn-bg: #55acee;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #55acee;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 230, 243, 252;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(119, 188.6, 241.4);
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #55acee;
  --bs-btn-disabled-border-color: #fff;
  color: #fff !important;
}

[dir] .btn-twitter {
  background-color: #55acee;
  border: none;
}

.btn-vimeo {
  --bs-btn-color: #1ab7ea;
  --bs-btn-bg: #1ab7ea;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #1ab7ea;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 221, 244, 252;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(71.8, 197.4, 238.2);
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #1ab7ea;
  --bs-btn-disabled-border-color: #fff;
  color: #fff !important;
}

[dir] .btn-vimeo {
  background-color: #1ab7ea;
  border: none;
}

.btn-vk {
  --bs-btn-color: #587ea3;
  --bs-btn-bg: #587ea3;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #587ea3;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 230, 236, 241;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(121.4, 151.8, 181.4);
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #587ea3;
  --bs-btn-disabled-border-color: #fff;
  color: #fff !important;
}

[dir] .btn-vk {
  background-color: #587ea3;
  border: none;
}

.btn-yahoo {
  --bs-btn-color: #720e9e;
  --bs-btn-bg: #720e9e;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #720e9e;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 234, 219, 240;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(142.2, 62.2, 177.4);
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #720e9e;
  --bs-btn-disabled-border-color: #fff;
  color: #fff !important;
}

[dir] .btn-yahoo {
  background-color: #720e9e;
  border: none;
}

.btn-outline-adn {
  color: #d87a68;
}

[dir] .btn-outline-adn {
  border: 1px solid #d87a68 !important;
}

.btn-outline-bitbucket {
  color: #205081;
}

[dir] .btn-outline-bitbucket {
  border: 1px solid #205081 !important;
}

.btn-outline-dropbox {
  color: #1087dd;
}

[dir] .btn-outline-dropbox {
  border: 1px solid #1087dd !important;
}

.btn-outline-facebook {
  color: #3b5998;
}

[dir] .btn-outline-facebook {
  border: 1px solid #3b5998 !important;
}

.btn-outline-flickr {
  color: #ff0084;
}

[dir] .btn-outline-flickr {
  border: 1px solid #ff0084 !important;
}

.btn-outline-foursquare {
  color: #f94877;
}

[dir] .btn-outline-foursquare {
  border: 1px solid #f94877 !important;
}

.btn-outline-github {
  color: #444444;
}

[dir] .btn-outline-github {
  border: 1px solid #444444 !important;
}

.btn-outline-google {
  color: #dd4b39;
}

[dir] .btn-outline-google {
  border: 1px solid #dd4b39 !important;
}

.btn-outline-instagram {
  color: #3f729b;
}

[dir] .btn-outline-instagram {
  border: 1px solid #3f729b !important;
}

.btn-outline-linkedin {
  color: #007bb6;
}

[dir] .btn-outline-linkedin {
  border: 1px solid #007bb6 !important;
}

.btn-outline-microsoft {
  color: #2672ec;
}

[dir] .btn-outline-microsoft {
  border: 1px solid #2672ec !important;
}

.btn-outline-odnoklassniki {
  color: #f4731c;
}

[dir] .btn-outline-odnoklassniki {
  border: 1px solid #f4731c !important;
}

.btn-outline-openid {
  color: #f7931e;
}

[dir] .btn-outline-openid {
  border: 1px solid #f7931e !important;
}

.btn-outline-pinterest {
  color: #cb2027;
}

[dir] .btn-outline-pinterest {
  border: 1px solid #cb2027 !important;
}

.btn-outline-reddit {
  color: #ff4500;
}

[dir] .btn-outline-reddit {
  border: 1px solid #ff4500 !important;
}

.btn-outline-soundcloud {
  color: #ff5500;
}

[dir] .btn-outline-soundcloud {
  border: 1px solid #ff5500 !important;
}

.btn-outline-tumblr {
  color: #2c4762;
}

[dir] .btn-outline-tumblr {
  border: 1px solid #2c4762 !important;
}

.btn-outline-twitter {
  color: #55acee;
}

[dir] .btn-outline-twitter {
  border: 1px solid #55acee !important;
}

.btn-outline-vimeo {
  color: #1ab7ea;
}

[dir] .btn-outline-vimeo {
  border: 1px solid #1ab7ea !important;
}

.btn-outline-vk {
  color: #587ea3;
}

[dir] .btn-outline-vk {
  border: 1px solid #587ea3 !important;
}

.btn-outline-yahoo {
  color: #720e9e;
}

[dir] .btn-outline-yahoo {
  border: 1px solid #720e9e !important;
}

.btn-outline-adn:hover {
  color: rgb(173.2526315789, 65.4, 44.7473684211);
}

[dir] .btn-outline-adn:hover {
  border: 1px solid rgb(173.2526315789, 65.4, 44.7473684211) !important;
}

.btn-outline-bitbucket:hover {
  color: rgb(11.7267080745, 29.3167701863, 47.2732919255);
}

[dir] .btn-outline-bitbucket:hover {
  border: 1px solid rgb(11.7267080745, 29.3167701863, 47.2732919255) !important;
}

.btn-outline-dropbox:hover {
  color: rgb(9.1139240506, 76.8987341772, 125.8860759494);
}

[dir] .btn-outline-dropbox:hover {
  border: 1px solid rgb(9.1139240506, 76.8987341772, 125.8860759494) !important;
}

.btn-outline-facebook:hover {
  color: rgb(30.4786729858, 45.9763033175, 78.5213270142);
}

[dir] .btn-outline-facebook:hover {
  border: 1px solid rgb(30.4786729858, 45.9763033175, 78.5213270142) !important;
}

.btn-outline-flickr:hover {
  color: rgb(153, 0, 79.2);
}

[dir] .btn-outline-flickr:hover {
  border: 1px solid rgb(153, 0, 79.2) !important;
}

.btn-outline-foursquare:hover {
  color: rgb(212.0476190476, 6.9523809524, 61.4126984127);
}

[dir] .btn-outline-foursquare:hover {
  border: 1px solid rgb(212.0476190476, 6.9523809524, 61.4126984127) !important;
}

.btn-outline-github:hover {
  color: #111111;
}

[dir] .btn-outline-github:hover {
  border: 1px solid #111111 !important;
}

.btn-outline-google:hover {
  color: rgb(150.2068965517, 39.4482758621, 25.7931034483);
}

[dir] .btn-outline-google:hover {
  border: 1px solid rgb(150.2068965517, 39.4482758621, 25.7931034483) !important;
}

.btn-outline-instagram:hover {
  color: rgb(33.5229357798, 60.6605504587, 82.4770642202);
}

[dir] .btn-outline-instagram:hover {
  border: 1px solid rgb(33.5229357798, 60.6605504587, 82.4770642202) !important;
}

.btn-outline-linkedin:hover {
  color: rgb(0, 54.0659340659, 80);
}

[dir] .btn-outline-linkedin:hover {
  border: 1px solid rgb(0, 54.0659340659, 80) !important;
}

.btn-outline-microsoft:hover {
  color: rgb(13.8474576271, 69.2372881356, 158.1525423729);
}

[dir] .btn-outline-microsoft:hover {
  border: 1px solid rgb(13.8474576271, 69.2372881356, 158.1525423729) !important;
}

.btn-outline-odnoklassniki:hover {
  color: rgb(162.1428571429, 70, 7.8571428571);
}

[dir] .btn-outline-odnoklassniki:hover {
  border: 1px solid rgb(162.1428571429, 70, 7.8571428571) !important;
}

.btn-outline-openid:hover {
  color: rgb(168.991416309, 93.8841201717, 6.008583691);
}

[dir] .btn-outline-openid:hover {
  border: 1px solid rgb(168.991416309, 93.8841201717, 6.008583691) !important;
}

.btn-outline-pinterest:hover {
  color: rgb(114.8893617021, 18.1106382979, 22.0723404255);
}

[dir] .btn-outline-pinterest:hover {
  border: 1px solid rgb(114.8893617021, 18.1106382979, 22.0723404255) !important;
}

.btn-outline-reddit:hover {
  color: rgb(153, 41.4, 0);
}

[dir] .btn-outline-reddit:hover {
  border: 1px solid rgb(153, 41.4, 0) !important;
}

.btn-outline-soundcloud:hover {
  color: #993300;
}

[dir] .btn-outline-soundcloud:hover {
  border: 1px solid #993300 !important;
}

.btn-outline-tumblr:hover {
  color: rgb(12.3943661972, 20, 27.6056338028);
}

[dir] .btn-outline-tumblr:hover {
  border: 1px solid rgb(12.3943661972, 20, 27.6056338028) !important;
}

.btn-outline-twitter:hover {
  color: rgb(20.0909090909, 122.9090909091, 200.9090909091);
}

[dir] .btn-outline-twitter:hover {
  border: 1px solid rgb(20.0909090909, 122.9090909091, 200.9090909091) !important;
}

.btn-outline-vimeo:hover {
  color: rgb(13.272, 112.496, 144.728);
}

[dir] .btn-outline-vimeo:hover {
  border: 1px solid rgb(13.272, 112.496, 144.728) !important;
}

.btn-outline-vk:hover {
  color: rgb(52.2390438247, 74.796812749, 96.7609561753);
}

[dir] .btn-outline-vk:hover {
  border: 1px solid rgb(52.2390438247, 74.796812749, 96.7609561753) !important;
}

.btn-outline-yahoo:hover {
  color: rgb(46.3953488372, 5.6976744186, 64.3023255814);
}

[dir] .btn-outline-yahoo:hover {
  border: 1px solid rgb(46.3953488372, 5.6976744186, 64.3023255814) !important;
}

[dir] .bg-adn {
  background-color: #d87a68;
}

[dir] .bg-bitbucket {
  background-color: #205081;
}

[dir] .bg-dropbox {
  background-color: #1087dd;
}

[dir] .bg-facebook {
  background-color: #3b5998;
}

[dir] .bg-flickr {
  background-color: #ff0084;
}

[dir] .bg-foursquare {
  background-color: #f94877;
}

[dir] .bg-github {
  background-color: #444444;
}

[dir] .bg-google {
  background-color: #dd4b39;
}

[dir] .bg-instagram {
  background-color: #3f729b;
}

[dir] .bg-linkedin {
  background-color: #007bb6;
}

[dir] .bg-microsoft {
  background-color: #2672ec;
}

[dir] .bg-odnoklassniki {
  background-color: #f4731c;
}

[dir] .bg-openid {
  background-color: #f7931e;
}

[dir] .bg-pinterest {
  background-color: #cb2027;
}

[dir] .bg-reddit {
  background-color: #ff4500;
}

[dir] .bg-soundcloud {
  background-color: #ff5500;
}

[dir] .bg-tumblr {
  background-color: #2c4762;
}

[dir] .bg-twitter {
  background-color: #55acee;
}

[dir] .bg-vimeo {
  background-color: #1ab7ea;
}

[dir] .bg-vk {
  background-color: #587ea3;
}

[dir] .bg-yahoo {
  background-color: #720e9e;
}

/*=========================================================================================
    File Name: demo.scss
    Description: CSS used for demo purpose only. Remove this css from your project.
    ----------------------------------------------------------------------------------------
    Item Name: Vuexy - Vuejs, React, Angular, HTML & Laravel Admin Dashboard Template
    Author: PIXINVENT
    Author URL: http://www.themeforest.net/user/pixinvent
==========================================================================================*/
.demo-inline-spacing {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
[dir] .demo-inline-spacing > * {
  margin-top: 1.5rem;
}
[dir=ltr] .demo-inline-spacing > * {
  margin-right: 1.5rem;
}
[dir=rtl] .demo-inline-spacing > * {
  margin-left: 1.5rem;
}

[dir] .demo-vertical-spacing > * {
  margin: 0;
  margin-bottom: 1.5rem;
}
[dir] .demo-vertical-spacing > *:last-child {
  margin: 0;
}

[dir] .demo-spacing-0 > *:last-child {
  margin: 0;
}

.icon-wrapper .feather {
  height: 24px;
  width: 24px;
}

.scroll-example {
  position: relative;
  overflow: auto;
}

[dir] .scroll-example {
  padding: 0.5rem;
  border: 2px solid rgb(205.8571428571, 208.3142857143, 218.1428571429);
}
.scroll-example .horz-scroll-content {
  width: 1200px;
}

.browser {
  width: 100%;
  height: 12rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

[dir] .browser {
  background: #e0e0e0;
  border: 4px solid #e0e0e0;
  padding-top: 20px;
  margin: 0 0 10px;
}

.browser iframe {
  height: 100%;
  width: 100%;
}

[dir] .browser iframe {
  border: 0;
  background: #fff;
}

.loader-wrapper {
  height: 8em;
}

.maintenance-icon {
  font-size: 4rem;
}

.animationIcon {
  bottom: 10px;
}

[dir=ltr] .animationIcon {
  right: 30px;
}

[dir=rtl] .animationIcon {
  left: 30px;
}

[dir] #component-breadcrumbs .breadcrumb:not(last-child) {
  margin-bottom: 0.5rem;
}

[dir] #breadcrumb-alignment .breadcrumb-wrapper {
  padding: 1px;
  border-radius: 10px;
}

[dir=ltr] #breadcrumb-alignment .breadcrumb-wrapper {
  box-shadow: 1px 1px 10px rgba(34, 41, 47, 0.1);
}

[dir=rtl] #breadcrumb-alignment .breadcrumb-wrapper {
  box-shadow: -1px 1px 10px rgba(34, 41, 47, 0.1);
}
[dir] #breadcrumb-alignment .breadcrumb-wrapper .breadcrumb {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}

[dir=ltr] .dark-layout #breadcrumb-alignment .breadcrumb-wrapper {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.24);
}

[dir=rtl] .dark-layout #breadcrumb-alignment .breadcrumb-wrapper {
  box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.24);
}

.buy-now {
  position: fixed;
  bottom: 5%;
  z-index: 1031;
}

[dir=ltr] .buy-now {
  right: 79px;
}

[dir=rtl] .buy-now {
  left: 79px;
}
[dir] .buy-now .btn {
  box-shadow: 0 1px 20px 1px #FF3B3B !important;
}
[dir] .buy-now .btn:hover {
  box-shadow: none !important;
}

/*=========================================================================================
	File Name: customizer.scss
	Description: CSS used for demo purpose only. Remove this css from your project.
	----------------------------------------------------------------------------------------
	Item Name: Vuexy - Vuejs, React, Angular, HTML & Laravel Admin Dashboard Template
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
==========================================================================================*/
.customizer {
  width: 400px;
  z-index: 1051;
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  backface-visibility: hidden;
}
[dir] .customizer {
  padding: 0;
  background-color: #fff;
}
[dir=ltr] .customizer {
  right: -400px;
  transition: right 0.4s cubic-bezier(0.05, 0.74, 0.2, 0.99);
  border-left: 1px solid rgba(34, 41, 47, 0.05);
}
[dir=rtl] .customizer {
  left: -400px;
  transition: left 0.4s cubic-bezier(0.05, 0.74, 0.2, 0.99);
  border-right: 1px solid rgba(34, 41, 47, 0.05);
}
[dir] .customizer.open {
  box-shadow: 0 15px 30px 0 rgba(34, 41, 47, 0.11), 0 5px 15px 0 rgba(34, 41, 47, 0.08);
}
[dir=ltr] .customizer.open {
  right: 0;
}
[dir=rtl] .customizer.open {
  left: 0;
}
.customizer .customizer-content {
  position: relative;
  height: 100%;
}
.customizer .customizer-close {
  position: absolute;
  top: 0.6rem;
  width: auto;
  z-index: 10;
  color: #5e5873;
}
[dir] .customizer .customizer-close {
  padding: 7px;
}
[dir=ltr] .customizer .customizer-close {
  right: 0.6rem;
}
[dir=rtl] .customizer .customizer-close {
  left: 0.6rem;
}
.customizer .customizer-close i,
.customizer .customizer-close svg {
  font-size: 1.5rem;
  height: 1.5rem;
  width: 1.5rem;
}
.customizer .customizer-toggle {
  color: #fff !important;
  display: block;
  position: absolute;
  top: 50%;
  width: 38px;
  height: 38px;
  line-height: 40px;
}
[dir] .customizer .customizer-toggle {
  background: #7367f0;
  text-align: center;
  cursor: pointer;
}
[dir=ltr] .customizer .customizer-toggle {
  box-shadow: -3px 0px 8px rgba(34, 41, 47, 0.1);
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  left: -39px;
}
[dir=rtl] .customizer .customizer-toggle {
  box-shadow: 3px 0px 8px rgba(34, 41, 47, 0.1);
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  right: -39px;
}
.customizer .color-box {
  height: 24px;
  width: 24px;
  position: relative;
}
[dir] .customizer .color-box {
  margin: 0.5rem;
  border-radius: 0.5rem;
  cursor: pointer;
}
.customizer .color-box.selected:after {
  content: "";
  height: 30px;
  width: 30px;
  top: -3px;
  position: absolute;
}
[dir] .customizer .color-box.selected:after {
  border: 1px solid #7367f0;
  border-radius: 0.5rem;
}
[dir=ltr] .customizer .color-box.selected:after {
  left: -3px;
}
[dir=rtl] .customizer .color-box.selected:after {
  right: -3px;
}
.customizer .color-box.selected.border:after {
  top: -4px;
}
[dir=ltr] .customizer .color-box.selected.border:after {
  left: -4px;
}
[dir=rtl] .customizer .color-box.selected.border:after {
  right: -4px;
}

.divider {
  display: block;
  overflow: hidden;
  white-space: nowrap;
}

[dir] .divider {
  text-align: center;
  margin: 1rem 0;
}
.divider .divider-text {
  position: relative;
  display: inline-block;
  font-size: 0.9375rem;
}
[dir] .divider .divider-text {
  padding: 0 1rem;
}
.divider .divider-text i,
.divider .divider-text svg {
  height: 1rem;
  width: 1rem;
  font-size: 1rem;
}
.divider .divider-text:before, .divider .divider-text:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 9999px;
}
[dir] .divider .divider-text:before, [dir] .divider .divider-text:after {
  border-top: 1px solid #ebe9f1;
}
[dir=ltr] .divider .divider-text:before {
  right: 100%;
}
[dir=rtl] .divider .divider-text:before {
  left: 100%;
}
[dir=ltr] .divider .divider-text:after {
  left: 100%;
}
[dir=rtl] .divider .divider-text:after {
  right: 100%;
}
[dir=ltr] .divider.divider-left .divider-text {
  float: left;
  padding-left: 0;
}
[dir=rtl] .divider.divider-left .divider-text {
  float: right;
  padding-right: 0;
}
.divider.divider-left .divider-text:before {
  display: none;
}
[dir=ltr] .divider.divider-left-center .divider-text {
  left: -25%;
}
[dir=rtl] .divider.divider-left-center .divider-text {
  right: -25%;
}
[dir=ltr] .divider.divider-right .divider-text {
  float: right;
  padding-right: 0;
}
[dir=rtl] .divider.divider-right .divider-text {
  float: left;
  padding-left: 0;
}
.divider.divider-right .divider-text:after {
  display: none;
}
[dir=ltr] .divider.divider-right-center .divider-text {
  right: -25%;
}
[dir=rtl] .divider.divider-right-center .divider-text {
  left: -25%;
}
[dir] .divider.divider-dotted .divider-text:before, [dir] .divider.divider-dotted .divider-text:after {
  border-style: dotted;
  border-width: 1px;
  border-top-width: 0;
  border-color: #ebe9f1;
}
[dir] .divider.divider-dashed .divider-text:before, [dir] .divider.divider-dashed .divider-text:after {
  border-style: dashed;
  border-width: 1px;
  border-top-width: 0;
  border-color: #ebe9f1;
}

.timeline {
  list-style: none;
}

[dir] .timeline {
  padding: 0;
  margin-bottom: 0;
}
.timeline .timeline-item {
  position: relative;
}
[dir=ltr] .timeline .timeline-item {
  padding-left: 4.5rem;
  border-left: 1px solid #ebe9f1;
}
[dir=rtl] .timeline .timeline-item {
  padding-right: 4.5rem;
  border-right: 1px solid #ebe9f1;
}
[dir] .timeline .timeline-item:not(:last-child) {
  padding-bottom: 1.8rem;
}
.timeline .timeline-item .timeline-point {
  position: absolute;
  top: 0;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.75rem;
  width: 1.75rem;
}
[dir] .timeline .timeline-item .timeline-point {
  text-align: center;
  border-radius: 50%;
  border: 1px solid #7367f0;
  background-color: #fff;
}
[dir=ltr] .timeline .timeline-item .timeline-point {
  left: -0.85rem;
}
[dir=rtl] .timeline .timeline-item .timeline-point {
  right: -0.85rem;
}
.timeline .timeline-item .timeline-point.timeline-point-indicator {
  top: 0.07rem;
  height: 12px;
  width: 12px;
}
[dir] .timeline .timeline-item .timeline-point.timeline-point-indicator {
  border: 0;
  background-color: #7367f0;
}
[dir=ltr] .timeline .timeline-item .timeline-point.timeline-point-indicator {
  left: -0.412rem;
}
[dir=rtl] .timeline .timeline-item .timeline-point.timeline-point-indicator {
  right: -0.412rem;
}
.timeline .timeline-item .timeline-point.timeline-point-indicator:before {
  content: "";
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  top: -0.285rem;
}
[dir] .timeline .timeline-item .timeline-point.timeline-point-indicator:before {
  background: rgba(115, 103, 240, 0.12);
  border-radius: 50%;
}
[dir=ltr] .timeline .timeline-item .timeline-point.timeline-point-indicator:before {
  left: -0.285rem;
}
[dir=rtl] .timeline .timeline-item .timeline-point.timeline-point-indicator:before {
  right: -0.285rem;
}
.timeline .timeline-item .timeline-point i,
.timeline .timeline-item .timeline-point svg {
  color: #7367f0;
  font-size: 0.85rem;
  vertical-align: baseline;
}
.timeline .timeline-item .timeline-event {
  position: relative;
  width: 100%;
  min-height: 4rem;
}
.timeline .timeline-item .timeline-event .timeline-event-time {
  font-size: 0.85rem;
  color: #b9b9c3;
}

@media screen and (min-width: 0px) {
  head {
    font-family: "xs 0px";
  }
  body:after {
    content: "xs - min-width: 0px";
  }
}
@media screen and (min-width: 544px) {
  head {
    font-family: "sm 544px";
  }
  body:after {
    content: "sm - min-width: 544px";
  }
}
@media screen and (min-width: 768px) {
  head {
    font-family: "md 768px";
  }
  body:after {
    content: "md - min-width: 768px";
  }
}
@media screen and (min-width: 992px) {
  head {
    font-family: "lg 992px";
  }
  body:after {
    content: "lg - min-width: 992px";
  }
}
@media screen and (min-width: 1200px) {
  head {
    font-family: "xl 1200px";
  }
  body:after {
    content: "xl - min-width: 1200px";
  }
}
[dir] head {
  clear: both;
}
head title {
  font-family: "xs 0px, sm 544px, md 768px, lg 992px, xl 1200px";
}

body:after {
  display: none;
}

*[data-usn-if] {
  display: none;
}

.select2-container {
  width: 100% !important;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  box-sizing: border-box;
}

[dir] .select2-container {
  margin: 0;
}

.select2-container--classic:focus,
.select2-container--default:focus {
  outline: none;
}
.select2-container--classic .select2-selection__choice,
.select2-container--default .select2-selection__choice {
  font-size: 0.9rem;
}
[dir] .select2-container--classic .select2-selection__choice, [dir] .select2-container--default .select2-selection__choice {
  margin-top: 6px !important;
}
.select2-container--classic .select2-selection--single,
.select2-container--default .select2-selection--single {
  min-height: 2.714rem;
}
[dir] .select2-container--classic .select2-selection--single, [dir] .select2-container--default .select2-selection--single {
  padding: 5px;
  border: 1px solid #d8d6de;
}
.select2-container--classic .select2-selection--single:focus,
.select2-container--default .select2-selection--single:focus {
  outline: 0;
}
[dir] .select2-container--classic .select2-selection--single:focus, [dir] .select2-container--default .select2-selection--single:focus {
  border-color: #7367f0 !important;
  box-shadow: 0 3px 10px 0 rgba(34, 41, 47, 0.1) !important;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered i,
.select2-container--classic .select2-selection--single .select2-selection__rendered svg,
.select2-container--default .select2-selection--single .select2-selection__rendered i,
.select2-container--default .select2-selection--single .select2-selection__rendered svg {
  font-size: 1.15rem;
  height: 1.15rem;
  width: 1.15rem;
}
[dir=ltr] .select2-container--classic .select2-selection--single .select2-selection__rendered i, [dir=ltr] .select2-container--classic .select2-selection--single .select2-selection__rendered svg, [dir=ltr] .select2-container--default .select2-selection--single .select2-selection__rendered i, [dir=ltr] .select2-container--default .select2-selection--single .select2-selection__rendered svg {
  margin-right: 0.5rem;
}
[dir=rtl] .select2-container--classic .select2-selection--single .select2-selection__rendered i, [dir=rtl] .select2-container--classic .select2-selection--single .select2-selection__rendered svg, [dir=rtl] .select2-container--default .select2-selection--single .select2-selection__rendered i, [dir=rtl] .select2-container--default .select2-selection--single .select2-selection__rendered svg {
  margin-left: 0.5rem;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b,
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  height: 1rem;
}
[dir] .select2-container--classic .select2-selection--single .select2-selection__arrow b, [dir] .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d8d6de' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: 18px 14px, 18px 14px;
  background-repeat: no-repeat;
  margin-top: 0;
  border-style: none;
}
[dir=ltr] .select2-container--classic .select2-selection--single .select2-selection__arrow b, [dir=ltr] .select2-container--default .select2-selection--single .select2-selection__arrow b {
  padding-right: 1.5rem;
  margin-left: 0;
  left: -8px;
}
[dir=rtl] .select2-container--classic .select2-selection--single .select2-selection__arrow b, [dir=rtl] .select2-container--default .select2-selection--single .select2-selection__arrow b {
  padding-left: 1.5rem;
  margin-right: 0;
  right: -8px;
}
[dir] .select2-container--classic.select2-container--open, [dir] .select2-container--default.select2-container--open {
  box-shadow: 0 5px 25px 0 rgba(34, 41, 47, 0.1);
}
.select2-container--classic.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single {
  outline: 0;
}
[dir] .select2-container--classic.select2-container--open .select2-selection--single, [dir] .select2-container--default.select2-container--open .select2-selection--single {
  border-color: #7367f0 !important;
}
.select2-container--classic.select2-container--focus,
.select2-container--default.select2-container--focus {
  outline: 0;
}
.select2-container--classic.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
  outline: 0;
}
[dir] .select2-container--classic.select2-container--focus .select2-selection--multiple, [dir] .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #7367f0 !important;
}
[dir] .select2-container--classic .select2-dropdown, [dir] .select2-container--default .select2-dropdown {
  border-color: #d8d6de;
}
[dir] .select2-container--classic .select2-search--dropdown, [dir] .select2-container--default .select2-search--dropdown {
  padding: 0.5rem;
}
.select2-container--classic .select2-search--dropdown .select2-search__field,
.select2-container--default .select2-search--dropdown .select2-search__field {
  outline: none !important;
}
[dir] .select2-container--classic .select2-search--dropdown .select2-search__field, [dir] .select2-container--default .select2-search--dropdown .select2-search__field {
  border-radius: 10px;
  border-color: #d8d6de;
  padding: 0.438rem 1rem;
}
.select2-container--classic .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
  min-height: 38px !important;
}
[dir] .select2-container--classic .select2-selection--multiple, [dir] .select2-container--default .select2-selection--multiple {
  border: 1px solid #d8d6de;
}
.select2-container--classic .select2-selection--multiple:focus,
.select2-container--default .select2-selection--multiple:focus {
  outline: 0;
}
[dir] .select2-container--classic .select2-selection--multiple:focus, [dir] .select2-container--default .select2-selection--multiple:focus {
  border-color: #7367f0 !important;
  box-shadow: 0 3px 10px 0 rgba(34, 41, 47, 0.1) !important;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  color: #fff;
}
[dir] .select2-container--classic .select2-selection--multiple .select2-selection__choice, [dir] .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #7367f0 !important;
  border-color: #7367f0 !important;
  padding: 2px 5px;
}
[dir] .select2-container--classic .select2-selection--multiple .select2-selection__rendered, [dir] .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0 6px;
}
[dir] .select2-container--classic .select2-selection--multiple .select2-selection__rendered li .select2-search__field, [dir] .select2-container--default .select2-selection--multiple .select2-selection__rendered li .select2-search__field {
  margin-top: 7px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  font-size: 0px;
  display: inline-block;
  position: relative;
  line-height: 1rem;
}
[dir=ltr] .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove, [dir=ltr] .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  float: right;
  margin-left: 0.7rem;
  margin-right: 0.5rem;
}
[dir=rtl] .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove, [dir=rtl] .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  float: left;
  margin-right: 0.7rem;
  margin-left: 0.5rem;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:before,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:before {
  content: "";
  height: 0.85rem;
  width: 0.85rem;
  position: absolute;
  top: 22%;
}
[dir] .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:before, [dir] .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-x'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");
  background-size: 0.85rem;
}
[dir=ltr] .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:before, [dir=ltr] .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:before {
  left: -4px;
}
[dir=rtl] .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:before, [dir=rtl] .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:before {
  right: -4px;
}
.select2-container--classic .select2-selection--multiple i,
.select2-container--classic .select2-selection--multiple svg,
.select2-container--default .select2-selection--multiple i,
.select2-container--default .select2-selection--multiple svg {
  position: relative;
  top: 1px;
  height: 1.15rem;
  width: 1.15rem;
  font-size: 1.15rem;
}
[dir=ltr] .select2-container--classic .select2-selection--multiple i, [dir=ltr] .select2-container--classic .select2-selection--multiple svg, [dir=ltr] .select2-container--default .select2-selection--multiple i, [dir=ltr] .select2-container--default .select2-selection--multiple svg {
  margin-right: 0.5rem;
  padding-left: 1px;
}
[dir=rtl] .select2-container--classic .select2-selection--multiple i, [dir=rtl] .select2-container--classic .select2-selection--multiple svg, [dir=rtl] .select2-container--default .select2-selection--multiple i, [dir=rtl] .select2-container--default .select2-selection--multiple svg {
  margin-left: 0.5rem;
  padding-right: 1px;
}
.select2-container--classic .select2-results__group,
.select2-container--default .select2-results__group {
  font-weight: 600;
}
[dir] .select2-container--classic .select2-results__group, [dir] .select2-container--default .select2-results__group {
  padding: 6px 9px;
}
[dir] .select2-container--classic .select2-results__option, [dir] .select2-container--default .select2-results__option {
  padding: 0.428rem 1rem;
}
[dir] .select2-container--classic .select2-results__option[role=group], [dir] .select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[aria-selected=true] {
  color: white !important;
}
[dir] .select2-container--classic .select2-results__option[aria-selected=true], [dir] .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #7367f0 !important;
}
.select2-container--classic .select2-results__option i,
.select2-container--classic .select2-results__option svg,
.select2-container--default .select2-results__option i,
.select2-container--default .select2-results__option svg {
  height: 1.15rem;
  width: 1.15rem;
  font-size: 1.15rem;
}
[dir=ltr] .select2-container--classic .select2-results__option i, [dir=ltr] .select2-container--classic .select2-results__option svg, [dir=ltr] .select2-container--default .select2-results__option i, [dir=ltr] .select2-container--default .select2-results__option svg {
  margin-right: 0.5rem;
}
[dir=rtl] .select2-container--classic .select2-results__option i, [dir=rtl] .select2-container--classic .select2-results__option svg, [dir=rtl] .select2-container--default .select2-results__option i, [dir=rtl] .select2-container--default .select2-results__option svg {
  margin-left: 0.5rem;
}
.select2-container--classic .select2-results__option--highlighted,
.select2-container--default .select2-results__option--highlighted {
  color: #7367f0 !important;
}
[dir] .select2-container--classic .select2-results__option--highlighted, [dir] .select2-container--default .select2-results__option--highlighted {
  background-color: rgba(115, 103, 240, 0.12) !important;
}
.select2-container--classic .select2-result-repository__avatar img,
.select2-container--default .select2-result-repository__avatar img {
  width: 50px;
}
.select2-container--classic .select-lg,
.select2-container--default .select-lg {
  min-height: 2.714rem !important;
  font-size: 1.2rem;
}
[dir] .select2-container--classic .select-lg, [dir] .select2-container--default .select-lg {
  margin-bottom: 0 !important;
  padding: 0.3rem 0.7rem;
}
[dir] .select2-container--classic .select-lg.select2-selection--single .select2-selection__rendered, [dir] .select2-container--default .select-lg.select2-selection--single .select2-selection__rendered {
  padding-top: -0.1rem;
}
.select2-container--classic .select-lg.select2-selection--single .select2-selection__arrow,
.select2-container--default .select-lg.select2-selection--single .select2-selection__arrow {
  top: 0rem !important;
}
[dir] .select2-container--classic .select-lg.select2-selection--multiple, [dir] .select2-container--default .select-lg.select2-selection--multiple {
  padding: 0 0.2rem;
}
[dir] .select2-container--classic .select-lg.select2-selection--multiple .select2-selection__rendered, [dir] .select2-container--default .select-lg.select2-selection--multiple .select2-selection__rendered {
  padding-top: 0 !important;
}
.select2-container--classic .select-lg.select2-selection--multiple .select2-selection__rendered li,
.select2-container--default .select-lg.select2-selection--multiple .select2-selection__rendered li {
  font-size: 1.2rem;
}
[dir] .select2-container--classic .select-lg.select2-selection--multiple .select2-selection__rendered li .select2-search__field, [dir] .select2-container--default .select-lg.select2-selection--multiple .select2-selection__rendered li .select2-search__field {
  margin-top: 10px;
}
[dir] .select2-container--classic .select-lg.select2-selection--multiple .select2-selection__rendered .select2-selection__choice, [dir] .select2-container--default .select-lg.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  padding: 5px;
}
.select2-container--classic .select-lg.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:before,
.select2-container--default .select-lg.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:before {
  top: 46%;
}
.select2-container--classic .select-sm,
.select2-container--default .select-sm {
  min-height: 1.376rem !important;
  font-size: 0.75rem;
  line-height: 1.5;
}
[dir] .select2-container--classic .select-sm, [dir] .select2-container--default .select-sm {
  padding: 0 0.2rem;
  margin-bottom: 0 !important;
}
.select2-container--classic .select-sm.select2-selection--single .select2-selection__arrow,
.select2-container--default .select-sm.select2-selection--single .select2-selection__arrow {
  top: -0.3rem !important;
}
.select2-container--classic .select-sm.select2-selection--multiple,
.select2-container--default .select-sm.select2-selection--multiple {
  line-height: 1.3;
}
[dir] .select2-container--classic .select-sm.select2-selection--multiple .select2-selection__rendered, [dir] .select2-container--default .select-sm.select2-selection--multiple .select2-selection__rendered {
  padding: 3px;
}
.select2-container--classic .select-sm.select2-selection--multiple .select2-selection__rendered li,
.select2-container--default .select-sm.select2-selection--multiple .select2-selection__rendered li {
  font-size: 0.75rem;
}
[dir] .select2-container--classic .select-sm.select2-selection--multiple .select2-selection__rendered li, [dir] .select2-container--default .select-sm.select2-selection--multiple .select2-selection__rendered li {
  margin-top: 2px;
}
[dir] .select2-container--classic .select-sm.select2-selection--multiple .select2-selection__rendered li .select2-search__field, [dir] .select2-container--default .select-sm.select2-selection--multiple .select2-selection__rendered li .select2-search__field {
  margin-top: 4px;
}
[dir] .select2-container--classic .select-sm.select2-selection--multiple .select2-selection__choice, [dir] .select2-container--default .select-sm.select2-selection--multiple .select2-selection__choice {
  padding: 0 0.2rem;
}
.select2-container--classic .select-sm.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:before,
.select2-container--default .select-sm.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:before {
  top: 5%;
}
[dir] .select2-container--classic .select-sm.select2-selection--multiple .select2-search--inline .select2-search__field, [dir] .select2-container--default .select-sm.select2-selection--multiple .select2-search--inline .select2-search__field {
  margin-top: 0;
}

.dark-layout .select2-container .select2-selection,
.dark-layout .select2-container .select2-search__field,
.dark-layout .select2-container .select2-selection__placeholder {
  color: #b4b7bd;
}

[dir] .dark-layout .select2-container .select2-selection, [dir] .dark-layout .select2-container .select2-search__field, [dir] .dark-layout .select2-container .select2-selection__placeholder {
  background: #283046;
  border-color: #3b4253;
}
.dark-layout .select2-container .select2-selection__rendered {
  color: #b4b7bd;
}
[dir] .dark-layout .select2-container .select2-dropdown {
  background-color: #283046;
  border-color: #3b4253;
}
.dark-layout .select2-container .select2-selection--multiple .select2-selection__choice {
  color: #7367f0 !important;
}
[dir] .dark-layout .select2-container .select2-selection--multiple .select2-selection__choice {
  background: rgba(115, 103, 240, 0.12) !important;
  border: none;
}
.dark-layout .select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  color: #7367f0 !important;
}
[dir] .dark-layout .select2-container .select2-selection--multiple .select2-selection__choice__remove:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237367f0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-x'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");
}
.dark-layout .select2-container .select2-results__option[aria-disabled=true] {
  color: #676d7d;
}
[dir] .dark-layout .select2-container .select2-selection__arrow b {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b4b7bd' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}
.dark-layout .select2-container--disabled .select2-selection {
  opacity: 0.5;
}

table.dataTable {
  width: 100% !important;
  border-collapse: collapse !important;
}
table.dataTable td,
table.dataTable th {
  vertical-align: middle;
}
[dir] table.dataTable td, [dir] table.dataTable th {
  padding: 0.72rem 1.5rem;
}
[dir=ltr] table.dataTable thead .sorting, [dir=ltr] table.dataTable thead .sorting_asc, [dir=ltr] table.dataTable thead .sorting_desc {
  padding-right: inherit;
}
[dir=rtl] table.dataTable thead .sorting, [dir=rtl] table.dataTable thead .sorting_asc, [dir=rtl] table.dataTable thead .sorting_desc {
  padding-left: inherit;
}
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before {
  color: #6e6b7b;
  width: 14px;
  height: 14px;
  content: "";
  top: 0.5rem;
}
[dir] table.dataTable thead .sorting:before, [dir] table.dataTable thead .sorting_asc:before, [dir] table.dataTable thead .sorting_desc:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235e5873' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-up'%3E%3Cpolyline points='18 15 12 9 6 15'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}
[dir=ltr] table.dataTable thead .sorting:before, [dir=ltr] table.dataTable thead .sorting_asc:before, [dir=ltr] table.dataTable thead .sorting_desc:before {
  right: 0.3rem;
}
[dir=rtl] table.dataTable thead .sorting:before, [dir=rtl] table.dataTable thead .sorting_asc:before, [dir=rtl] table.dataTable thead .sorting_desc:before {
  left: 0.3rem;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
  color: #6e6b7b;
  width: 14px;
  height: 14px;
  content: "";
  top: 1.3rem;
}
[dir] table.dataTable thead .sorting:after, [dir] table.dataTable thead .sorting_asc:after, [dir] table.dataTable thead .sorting_desc:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235e5873' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}
[dir=ltr] table.dataTable thead .sorting:after, [dir=ltr] table.dataTable thead .sorting_asc:after, [dir=ltr] table.dataTable thead .sorting_desc:after {
  right: 0.3rem;
}
[dir=rtl] table.dataTable thead .sorting:after, [dir=rtl] table.dataTable thead .sorting_asc:after, [dir=rtl] table.dataTable thead .sorting_desc:after {
  left: 0.3rem;
}
[dir=ltr] table.dataTable .dt-checkboxes-cell .custom-control {
  padding-left: 0;
  padding-right: 1.25rem;
}
[dir=rtl] table.dataTable .dt-checkboxes-cell .custom-control {
  padding-right: 0;
  padding-left: 1.25rem;
}

[dir] div.dataTables_wrapper .dt-button-collection {
  background-color: var(--bs-body-bg);
}
div.dataTables_wrapper .dt-button-collection > div[role=menu] {
  min-width: 8rem;
}
[dir] div.dataTables_wrapper .dt-button-collection > div[role=menu] {
  box-shadow: 0px 5px 16px -8px;
}
[dir=ltr] div.dataTables_wrapper .dt-button-collection > div[role=menu] {
  text-align: left;
}
[dir=rtl] div.dataTables_wrapper .dt-button-collection > div[role=menu] {
  text-align: right;
}
div.dataTables_wrapper .dt-button-collection [class*=buttons-]:focus {
  outline: 0;
}

[dir] div.dataTables_wrapper div.dataTables_filter label, [dir] div.dataTables_wrapper div.dataTables_length label {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
div.dataTables_wrapper div.dataTables_filter select,
div.dataTables_wrapper div.dataTables_length select {
  width: 5rem;
}
[dir] div.dataTables_wrapper div.dataTables_filter select, [dir] div.dataTables_wrapper div.dataTables_length select {
  padding: 0 0.8rem;
  margin: 0 0.5rem;
}
[dir=ltr] div.dataTables_wrapper div.dataTables_filter select, [dir=ltr] div.dataTables_wrapper div.dataTables_length select {
  background-position: calc(100% - 3px) 11px, calc(100% - 20px) 13px, 100% 0;
}
[dir=rtl] div.dataTables_wrapper div.dataTables_filter select, [dir=rtl] div.dataTables_wrapper div.dataTables_length select {
  background-position: calc(100% - (100% - 3px)) 11px, calc(100% - (100% - 20px)) 13px, 0% 0;
}
[dir=ltr] div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.75rem;
}
[dir=rtl] div.dataTables_wrapper div.dataTables_filter input {
  margin-right: 0.75rem;
}
[dir] div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
div.dataTables_wrapper .dataTables_info {
  color: #b9b9c3;
}
[dir] div.dataTables_wrapper .dataTables_info {
  padding-top: 1.25rem !important;
}

[dir] tr.group {
  background-color: #fafafc;
}

@media only screen and (max-width: 768px) {
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center;
  }
  div.dataTables_wrapper div.dataTables_info {
    white-space: inherit;
  }
  div.dt-buttons {
    justify-content: center;
  }
  [dir] div.dt-buttons {
    margin-top: 1rem;
  }
  [dir] div.dt-buttons button {
    margin-bottom: 0.5rem;
  }
}
.dtr-bs-modal .modal-body {
  overflow-x: scroll;
}
[dir=ltr] .dtr-bs-modal .modal-body {
  padding-left: 0;
  padding-right: 0;
}
[dir=rtl] .dtr-bs-modal .modal-body {
  padding-right: 0;
  padding-left: 0;
}
[dir] .dtr-bs-modal .table.dtr-details {
  margin: 0 auto 1rem;
}
[dir=ltr] .dtr-bs-modal .table.dtr-details td {
  padding-left: 0;
  padding-right: 0;
}
[dir=rtl] .dtr-bs-modal .table.dtr-details td {
  padding-right: 0;
  padding-left: 0;
}
[dir=ltr] .dtr-bs-modal .table.dtr-details tr td:first-child {
  padding-left: 0.75rem;
}
[dir=rtl] .dtr-bs-modal .table.dtr-details tr td:first-child {
  padding-right: 0.75rem;
}

div.dataTables_wrapper {
  overflow: scroll;
}

/* Bootstrap Touchspin */
.bootstrap-touchspin.input-group {
  width: 8.4rem;
  align-items: center;
}
.bootstrap-touchspin.input-group .form-control {
  height: auto;
  font-weight: 500;
}
[dir] .bootstrap-touchspin.input-group .form-control {
  padding: 5px;
  border: 0;
  background-color: #EBECF0;
  border-radius: 10px !important;
  text-align: center;
}
.bootstrap-touchspin.input-group .form-control:focus {
  z-index: 1;
}
[dir] .bootstrap-touchspin.input-group .form-control:focus {
  box-shadow: none;
}
[dir] .bootstrap-touchspin .bootstrap-touchspin-injected {
  margin: 0 !important;
}
.bootstrap-touchspin .bootstrap-touchspin-injected.input-group-prepend {
  position: relative;
}
[dir=ltr] .bootstrap-touchspin .bootstrap-touchspin-injected.input-group-prepend {
  left: 12px;
}
[dir=rtl] .bootstrap-touchspin .bootstrap-touchspin-injected.input-group-prepend {
  right: 12px;
}
.bootstrap-touchspin .bootstrap-touchspin-injected.input-group-append {
  position: relative;
}
[dir=ltr] .bootstrap-touchspin .bootstrap-touchspin-injected.input-group-append {
  right: 12px;
}
[dir=rtl] .bootstrap-touchspin .bootstrap-touchspin-injected.input-group-append {
  left: 12px;
}
.bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-down,
.bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-up {
  min-width: 20px;
  min-height: 20px;
}
[dir] .bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-down, [dir] .bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-up {
  padding: 0;
  border-radius: 10px !important;
}
.bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-down i,
.bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-down svg,
.bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-up i,
.bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-up svg {
  height: 0.8rem;
  width: 0.8rem;
  font-size: 0.8rem;
  position: relative;
  top: -1px;
}
.bootstrap-touchspin.disabled-touchspin .bootstrap-touchspin-down,
.bootstrap-touchspin.disabled-touchspin .bootstrap-touchspin-up {
  opacity: 0.5;
}
[dir] .bootstrap-touchspin.disabled-touchspin .bootstrap-touchspin-down, [dir] .bootstrap-touchspin.disabled-touchspin .bootstrap-touchspin-up {
  background-color: rgba(34, 41, 47, 0.5) !important;
  cursor: default;
}
.bootstrap-touchspin.input-group-lg {
  width: 9.375rem;
}
.bootstrap-touchspin.input-group-lg .touchspin.form-control {
  height: auto !important;
}
.bootstrap-touchspin.input-group-lg .bootstrap-touchspin-down,
.bootstrap-touchspin.input-group-lg .bootstrap-touchspin-up {
  min-width: 24px;
  min-height: 24px;
}
.bootstrap-touchspin.input-group-lg .bootstrap-touchspin-down i,
.bootstrap-touchspin.input-group-lg .bootstrap-touchspin-down svg,
.bootstrap-touchspin.input-group-lg .bootstrap-touchspin-up i,
.bootstrap-touchspin.input-group-lg .bootstrap-touchspin-up svg {
  height: 1rem;
  width: 1rem;
  font-size: 1rem;
  top: -3px;
}
.bootstrap-touchspin.input-group-sm {
  width: 6.25rem;
}
.bootstrap-touchspin.input-group-sm .touchspin.form-control {
  height: auto !important;
}
.bootstrap-touchspin.input-group-sm .bootstrap-touchspin-injected .bootstrap-touchspin-down,
.bootstrap-touchspin.input-group-sm .bootstrap-touchspin-injected .bootstrap-touchspin-up {
  min-width: 16px;
  min-height: 16px;
}
.bootstrap-touchspin.input-group-sm .bootstrap-touchspin-injected .bootstrap-touchspin-down i,
.bootstrap-touchspin.input-group-sm .bootstrap-touchspin-injected .bootstrap-touchspin-down svg,
.bootstrap-touchspin.input-group-sm .bootstrap-touchspin-injected .bootstrap-touchspin-up i,
.bootstrap-touchspin.input-group-sm .bootstrap-touchspin-injected .bootstrap-touchspin-up svg {
  height: 0.6rem;
  width: 0.6rem;
  font-size: 0.6rem;
}

/* Number Type Input Box Scss for Touchspin - Remove arrow for firefox */
.bootstrap-touchspin.input-group input[type=number] {
  -moz-appearance: textfield;
}

[dir] .dark-layout .bootstrap-touchspin.input-group .form-control {
  background-color: #161d31;
}
.dark-layout .bootstrap-touchspin.disabled-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-down,
.dark-layout .bootstrap-touchspin.disabled-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-up,
.dark-layout .bootstrap-touchspin.disabled-touchspin .bootstrap-touchspin-injected .disabled-max-min {
  opacity: 1;
}
[dir] .dark-layout .bootstrap-touchspin.disabled-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-down, [dir] .dark-layout .bootstrap-touchspin.disabled-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-up, [dir] .dark-layout .bootstrap-touchspin.disabled-touchspin .bootstrap-touchspin-injected .disabled-max-min {
  background-color: #b8c2cc !important;
}
.dark-layout .bootstrap-touchspin .bootstrap-touchspin-injected .disabled-max-min {
  opacity: 1;
}
[dir] .dark-layout .bootstrap-touchspin .bootstrap-touchspin-injected .disabled-max-min {
  background-color: #b8c2cc !important;
}

body.dark-layout {
  color: #b4b7bd;
}

[dir] body.dark-layout {
  background-color: #161d31;
}

.dark-layout body {
  color: #b4b7bd;
}

[dir] .dark-layout body {
  background-color: #161d31;
}
.dark-layout h1, .dark-layout .h1,
.dark-layout h2,
.dark-layout .h2,
.dark-layout h3,
.dark-layout .h3,
.dark-layout h4,
.dark-layout .h4,
.dark-layout h5,
.dark-layout .h5,
.dark-layout h6,
.dark-layout .h6 {
  color: #d0d2d6;
}
[dir] .dark-layout .border, [dir] .dark-layout .border-top, [dir] .dark-layout .border-right, [dir] .dark-layout .border-bottom, [dir] .dark-layout .border-left {
  border-color: #3b4253 !important;
}
.dark-layout a:hover {
  color: #7367f0;
}
.dark-layout label {
  color: #d0d2d6;
}
.dark-layout .btn span {
  color: inherit;
}
[dir] .dark-layout hr {
  border-color: #3b4253;
}
[dir] .dark-layout pre {
  background-color: #161d31 !important;
  border: 0;
}
[dir] .dark-layout pre code {
  background-color: inherit;
  text-shadow: none;
}
[dir] .dark-layout pre code .url {
  background-color: #161d31;
}
[dir] .dark-layout code {
  background-color: #161d31;
}
[dir] .dark-layout kbd {
  background-color: #161d31;
}
.dark-layout .text-dark {
  color: #b8c2cc !important;
}
.dark-layout .text-muted {
  color: #676d7d !important;
}
.dark-layout .text-body {
  color: #b4b7bd !important;
}
.dark-layout .text-body-heading {
  color: #d0d2d6;
}
.dark-layout .section-label {
  color: #676d7d;
}
[dir] .dark-layout .shadow {
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.24) !important;
}
.dark-layout .blockquote-footer {
  color: #676d7d;
}
[dir=ltr] .dark-layout .header-navbar-shadow {
  background: linear-gradient(180deg, rgba(22, 29, 49, 0.9) 44%, rgba(22, 29, 49, 0.43) 73%, rgba(22, 29, 49, 0));
}
[dir=rtl] .dark-layout .header-navbar-shadow {
  background: linear-gradient(-180deg, rgba(22, 29, 49, 0.9) 44%, rgba(22, 29, 49, 0.43) 73%, rgba(22, 29, 49, 0));
}
[dir] .dark-layout .horizontal-layout .header-navbar {
  background-color: #283046 !important;
}
[dir] .dark-layout .horizontal-layout.navbar-sticky .header-navbar, [dir] .dark-layout .horizontal-layout.navbar-static .header-navbar {
  background-color: #161d31 !important;
}
[dir] .dark-layout .navbar-sticky .header-navbar.navbar-shadow {
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.75);
}
[dir] .dark-layout .header-navbar {
  background-color: #283046;
}
.dark-layout .header-navbar .navbar-container .nav .nav-item .nav-link {
  color: #d0d2d6;
}
[dir] .dark-layout .header-navbar .navbar-container .nav .nav-item .nav-link {
  background-color: transparent;
}
.dark-layout .header-navbar .navbar-container .nav .nav-item .nav-link i,
.dark-layout .header-navbar .navbar-container .nav .nav-item .nav-link svg {
  color: #d0d2d6;
}
.dark-layout .header-navbar .navbar-container .nav .nav-item .nav-link.bookmark-star i,
.dark-layout .header-navbar .navbar-container .nav .nav-item .nav-link.bookmark-star svg {
  color: #fff !important;
}
[dir] .dark-layout .header-navbar .navbar-container .nav .nav-item.nav-search .search-input.open {
  background-color: #283046;
}
[dir] .dark-layout .header-navbar .navbar-container .nav .nav-item.nav-search .search-input.open .input {
  border-color: #3b4253;
}
.dark-layout .header-navbar .navbar-container .nav .nav-item.nav-search .search-input.open .input,
.dark-layout .header-navbar .navbar-container .nav .nav-item.nav-search .search-input.open .input::placeholder,
.dark-layout .header-navbar .navbar-container .nav .nav-item.nav-search .search-input.open .search-input-close {
  color: #b4b7bd;
}
[dir] .dark-layout .header-navbar .navbar-container .nav .nav-item .bookmark-input {
  background-color: #283046;
}
[dir] .dark-layout .header-navbar .navbar-container .nav .nav-item .bookmark-input .form-control {
  background-color: #283046;
}
[dir] .dark-layout .header-navbar .navbar-container .nav .nav-item .search-list {
  background-color: #283046;
}
.dark-layout .header-navbar .navbar-container .nav .nav-item .search-list li a {
  color: #b4b7bd;
}
[dir] .dark-layout .header-navbar .navbar-container .nav .nav-item .search-list .auto-suggestion.current_item {
  background-color: #161d31;
}
.dark-layout .header-navbar .navbar-container .nav li i.ficon,
.dark-layout .header-navbar .navbar-container .nav li svg.ficon {
  color: #b4b7bd;
}
.dark-layout .header-navbar .navbar-container .nav .dropdown-cart .dropdown-menu.dropdown-menu-media,
.dark-layout .header-navbar .navbar-container .nav .dropdown-notification .dropdown-menu.dropdown-menu-media {
  overflow: hidden;
}
[dir] .dark-layout .header-navbar .navbar-container .nav .dropdown-cart .dropdown-menu.dropdown-menu-media .media, [dir] .dark-layout .header-navbar .navbar-container .nav .dropdown-notification .dropdown-menu.dropdown-menu-media .media {
  border-color: #3b4253;
}
.dark-layout .header-navbar .navbar-container .nav .dropdown-cart .dropdown-menu.dropdown-menu-media .media .media-meta,
.dark-layout .header-navbar .navbar-container .nav .dropdown-notification .dropdown-menu.dropdown-menu-media .media .media-meta {
  color: #b4b7bd;
}
[dir] .dark-layout .header-navbar .navbar-container .nav .dropdown-cart .dropdown-menu.dropdown-menu-media .media:hover, [dir] .dark-layout .header-navbar .navbar-container .nav .dropdown-notification .dropdown-menu.dropdown-menu-media .media:hover {
  background-color: #161d31;
}
[dir] .dark-layout .header-navbar .navbar-container .nav .dropdown-cart .dropdown-menu.dropdown-menu-media .dropdown-menu-header, [dir] .dark-layout .header-navbar .navbar-container .nav .dropdown-notification .dropdown-menu.dropdown-menu-media .dropdown-menu-header {
  border-bottom: 1px solid #3b4253;
}
[dir] .dark-layout .header-navbar .navbar-container .nav .dropdown-cart .dropdown-menu.dropdown-menu-media .dropdown-menu-footer, [dir] .dark-layout .header-navbar .navbar-container .nav .dropdown-notification .dropdown-menu.dropdown-menu-media .dropdown-menu-footer {
  background-color: #283046;
  border-top: 1px solid #3b4253;
}
[dir] .dark-layout .header-navbar .navbar-container .nav .dropdown-cart .dropdown-menu.dropdown-menu-media .dropdown-menu-footer .dropdown-item, [dir] .dark-layout .header-navbar .navbar-container .nav .dropdown-notification .dropdown-menu.dropdown-menu-media .dropdown-menu-footer .dropdown-item {
  border-color: #3b4253;
}
[dir] .dark-layout .header-navbar .navbar-container .nav .dropdown-cart .dropdown-menu.dropdown-menu-media .dropdown-menu-footer .dropdown-item:hover, [dir] .dark-layout .header-navbar .navbar-container .nav .dropdown-notification .dropdown-menu.dropdown-menu-media .dropdown-menu-footer .dropdown-item:hover {
  background-color: #283046;
}
[dir] .dark-layout .header-navbar .navbar-container .nav .dropdown-cart.empty-cart:before {
  background-color: #161d31;
}
.dark-layout .header-navbar .navbar-container .nav .dropdown-cart li {
  color: #fff;
}
.dark-layout .header-navbar .navbar-container .nav .dropdown-cart .cart-item {
  color: #b4b7bd;
}
.dark-layout .header-navbar .navbar-container .nav .dropdown-cart .dropdown-header span {
  color: #fff;
}
[dir] .dark-layout .header-navbar .navbar-container .nav .dropdown-cart .media img {
  background-color: #161d31;
}
.dark-layout .header-navbar .navbar-container .nav .dropdown-cart .media-heading .cart-item-by {
  color: #676d7d;
}
.dark-layout .header-navbar .navbar-container .nav .dropdown-notification .media-body .media-heading {
  color: #d0d2d6;
}
.dark-layout .header-navbar .navbar-container .nav .dropdown-notification .notification-text {
  color: #676d7d;
}
[dir] .dark-layout .header-navbar.navbar-static-top {
  background-color: transparent !important;
}
[dir] .dark-layout .header-navbar[class*=bg-] .navbar-nav .nav-item .nav-link {
  background-color: inherit;
}
.dark-layout .blank-page .card.bg-transparent h1, .dark-layout .blank-page .card.bg-transparent .h1,
.dark-layout .blank-page .card.bg-transparent h2,
.dark-layout .blank-page .card.bg-transparent .h2,
.dark-layout .blank-page .card.bg-transparent h3,
.dark-layout .blank-page .card.bg-transparent .h3,
.dark-layout .blank-page .card.bg-transparent h4,
.dark-layout .blank-page .card.bg-transparent .h4,
.dark-layout .blank-page .card.bg-transparent h5,
.dark-layout .blank-page .card.bg-transparent .h5,
.dark-layout .blank-page .card.bg-transparent h6,
.dark-layout .blank-page .card.bg-transparent .h6 {
  color: #283046;
}
.dark-layout .blank-page .card.bg-transparent p {
  color: #161d31;
}
[dir] .dark-layout .main-menu {
  background-color: #283046;
}
[dir=ltr] .dark-layout .main-menu .shadow-bottom {
  background: linear-gradient(180deg, #283046 44%, rgba(40, 48, 70, 0.51) 73%, rgba(40, 48, 70, 0));
}
[dir=rtl] .dark-layout .main-menu .shadow-bottom {
  background: linear-gradient(-180deg, #283046 44%, rgba(40, 48, 70, 0.51) 73%, rgba(40, 48, 70, 0));
}
[dir] .dark-layout .main-menu:not(.expanded) .navigation .sidebar-group-active > a {
  background-color: #161d31;
}
[dir] .dark-layout .main-menu.menu-dark .navigation > li.open:not(.menu-item-closing) > a {
  background-color: #161d31;
}
[dir] .dark-layout .main-menu.menu-dark .navigation > li.sidebar-group-active > a {
  background-color: #161d31;
}
.dark-layout .main-menu .collapse-toggle-icon {
  color: #7367f0 !important;
}
[dir] .dark-layout .ps__thumb-x, [dir] .dark-layout .ps__thumb-y {
  background-color: #b4b7bd;
}
[dir] .dark-layout .ps .ps__rail-x.ps--clicking, [dir] .dark-layout .ps .ps__rail-x:focus, [dir] .dark-layout .ps .ps__rail-x:hover, [dir] .dark-layout .ps .ps__rail-y.ps--clicking, [dir] .dark-layout .ps .ps__rail-y:focus, [dir] .dark-layout .ps .ps__rail-y:hover {
  background-color: #3b4253;
}
[dir] .dark-layout .ps__rail-y.ps--clicking .ps__thumb-y, [dir] .dark-layout .ps__rail-y:focus > .ps__thumb-y, [dir] .dark-layout .ps__rail-y:hover > .ps__thumb-y {
  background-color: #b4b7bd;
}
[dir] .dark-layout .main-menu-content .navigation-main {
  background-color: #283046;
}
.dark-layout .main-menu-content .navigation-main .navigation-header {
  color: #676d7d;
}
.dark-layout .main-menu-content .navigation-main li a {
  color: #d0d2d6 !important;
}
[dir] .dark-layout .main-menu-content .navigation-main li ul .open > a, [dir] .dark-layout .main-menu-content .navigation-main li ul .sidebar-group-active > a {
  background-color: #161d31;
}
.dark-layout .main-menu-content .navigation-main .nav-item i,
.dark-layout .main-menu-content .navigation-main .nav-item svg {
  color: #d0d2d6;
}
[dir] .dark-layout .main-menu-content .navigation-main .nav-item.open > a {
  background-color: #161d31 !important;
}
.dark-layout .main-menu-content .navigation-main .nav-item a:after {
  color: #d0d2d6;
}
[dir] .dark-layout .main-menu-content .navigation-main .nav-item .menu-content {
  background-color: #283046;
}
.dark-layout .main-menu-content .navigation-main .nav-item .menu-content .active .menu-item {
  color: #fff;
}
.dark-layout .main-menu-content .navigation-main .active .menu-title,
.dark-layout .main-menu-content .navigation-main .active i,
.dark-layout .main-menu-content .navigation-main .active svg {
  color: #fff;
}
[dir] .dark-layout .main-menu-content .navigation-main .sidebar-group-active .menu-content {
  background-color: #283046;
}
.dark-layout .main-menu-content .navigation-main .sidebar-group-active .menu-content .active {
  z-index: 1;
}
[dir] .dark-layout .main-menu-content .navigation-main .sidebar-group-active .menu-content .active a {
  background-color: transparent;
}
[dir] .dark-layout .menu-collapsed .main-menu:not(.expanded) .navigation-main li.active > a {
  background: #161d31 !important;
}
.dark-layout {
  /********* COMPONENTS *********/
}
.dark-layout .alert .alert-heading,
.dark-layout .alert p {
  color: inherit;
}
[dir] .dark-layout .alert .close {
  text-shadow: none;
}
.dark-layout .alert.alert-dark .alert-heading,
.dark-layout .alert.alert-dark .alert-body,
.dark-layout .alert.alert-dark p {
  color: #b8c2cc;
}
.dark-layout .alert.alert-dark.alert-dismissible .close {
  color: #b8c2cc !important;
}
.dark-layout .content-header-left .breadcrumbs-top .content-header-title {
  color: #d0d2d6;
}
[dir] .dark-layout .content-header-left .breadcrumbs-top .content-header-title {
  border-color: #3b4253;
}
.dark-layout .breadcrumb .breadcrumb-item {
  color: #b4b7bd;
}
.dark-layout .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #b4b7bd;
}
[dir] .dark-layout .breadcrumb:not([class*=breadcrumb-]) .breadcrumb-item + .breadcrumb-item:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b4b7bd' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
}
[dir] .dark-layout .breadcrumb-chevron.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b4b7bd' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
}
[dir] .dark-layout [class*=collapse-] .card:not(:last-of-type) {
  border-color: #3b4253;
}
[dir] .dark-layout .collapse-border .card {
  border-color: #3b4253;
}
[dir=ltr] .dark-layout .collapse-shadow {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.24);
}
[dir=rtl] .dark-layout .collapse-shadow {
  box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.24);
}
[dir=ltr] .dark-layout .collapse-margin .card {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.24) !important;
}
[dir=rtl] .dark-layout .collapse-margin .card {
  box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.24) !important;
}
.dark-layout .collapse-icon .card-header a {
  color: #b4b7bd;
}
[dir] .dark-layout .collapse-icon [data-toggle=collapse]:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b4b7bd' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}
[dir] .dark-layout .collapse-icon [data-toggle=collapse]:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b4b7bd' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-up'%3E%3Cpolyline points='18 15 12 9 6 15'%3E%3C/polyline%3E%3C/svg%3E");
}
.dark-layout .btn:not([class*=btn-]) {
  color: #b4b7bd;
}
.dark-layout .btn.btn-dark, .dark-layout .btn.btn-outline-dark, .dark-layout .btn.btn-flat-dark {
  color: #b8c2cc;
}
[dir] .dark-layout .btn.btn-dark {
  background-color: #4b4b4b !important;
}
.dark-layout .btn.btn-outline-dark {
  color: #b8c2cc;
}
[dir] .dark-layout .btn.btn-outline-dark {
  border-color: #4b4b4b;
}
.dark-layout .btn.btn-outline-dark:hover:not(.disabled):not(:disabled) {
  color: #b8c2cc;
}
[dir] .dark-layout .btn.btn-flat-dark:active, [dir] .dark-layout .btn.btn-flat-dark:focus {
  background: #4b4b4b;
}
.dark-layout .btn-group-toggle label[class*=btn-outline-] {
  color: #7367f0 !important;
}
[dir] .dark-layout .dropdown-menu {
  background-color: #283046;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.24);
}
.dark-layout .dropdown-menu .dropdown-header {
  color: #d0d2d6;
}
.dark-layout .dropdown-menu .dropdown-item {
  color: #b4b7bd;
}
.dark-layout .dropdown-menu .dropdown-item:hover, .dark-layout .dropdown-menu .dropdown-item:focus {
  color: #7367f0;
}
[dir] .dark-layout .dropdown-menu .dropdown-item:hover, [dir] .dark-layout .dropdown-menu .dropdown-item:focus {
  background: rgba(115, 103, 240, 0.12);
}
.dark-layout .dropdown-menu .dropdown-item:active, .dark-layout .dropdown-menu .dropdown-item.active {
  color: #fff;
}
[dir] .dark-layout .dropdown-menu .dropdown-item:active, [dir] .dark-layout .dropdown-menu .dropdown-item.active {
  background-color: #7200FF;
}
.dark-layout .dropdown-menu .dropdown-item.disabled, .dark-layout .dropdown-menu .dropdown-item:disabled {
  color: #676d7d;
}
[dir] .dark-layout .dropdown-divider {
  border-color: #3b4253;
}
[dir] .dark-layout .modal .modal-header, [dir] .dark-layout .modal .modal-header[class*=bg-] {
  background-color: #161d31;
}
.dark-layout .modal .modal-header .close {
  color: #b4b7bd;
}
[dir] .dark-layout .modal .modal-header .close {
  text-shadow: none;
  background-color: #283046 !important;
  box-shadow: 0 3px 8px 0 rgba(11, 10, 25, 0.49) !important;
}
[dir] .dark-layout .modal .modal-content, [dir] .dark-layout .modal .modal-body, [dir] .dark-layout .modal .modal-footer {
  background-color: #283046;
  border-color: #3b4253;
}
[dir] .dark-layout .pagination:not([class*=pagination-]) .page-item.active {
  background-color: #242b3d;
}
[dir] .dark-layout .pagination:not([class*=pagination-]) .page-item.active .page-link {
  background-color: #7367f0;
}
.dark-layout .pagination:not([class*=pagination-]) .page-item.active .page-link:hover {
  color: #fff;
}
.dark-layout .pagination:not([class*=pagination-]) .page-item .page-link {
  color: #b4b7bd;
}
[dir] .dark-layout .pagination:not([class*=pagination-]) .page-item .page-link {
  background-color: #242b3d;
}
.dark-layout .pagination:not([class*=pagination-]) .page-item .page-link:hover {
  color: #7367f0;
}
.dark-layout .pagination:not([class*=pagination-]) .page-item.prev-item .page-link:hover, .dark-layout .pagination:not([class*=pagination-]) .page-item.next-item .page-link:hover {
  color: #fff;
}
[dir] .dark-layout .pagination[class*=pagination-] .page-item:not(.active) .page-link {
  background-color: #242b3d;
}
.dark-layout .pagination[class*=pagination-] .page-item:not(.active):not(:hover) .page-link {
  color: #fff;
}
[dir] .dark-layout .pagination[class*=pagination-] .page-item:not(.active) .page-link:hover {
  background-color: #242b3d;
}
[dir] .dark-layout .pagination[class*=pagination-] .page-item.active {
  background-color: #242b3d;
}
[dir] .dark-layout .pagination .page-item.prev-item .page-link:before, [dir] .dark-layout .pagination .page-item.previous .page-link:before, [dir] .dark-layout .pagination .page-item.prev .page-link:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b4b7bd' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E");
}
[dir] .dark-layout .pagination .page-item.prev-item.disabled .page-link:before, [dir] .dark-layout .pagination .page-item.previous.disabled .page-link:before, [dir] .dark-layout .pagination .page-item.prev.disabled .page-link:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23676d7d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E");
}
[dir] .dark-layout .pagination .page-item.next-item .page-link::after, [dir] .dark-layout .pagination .page-item.next .page-link::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b4b7bd' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
}
[dir] .dark-layout .pagination .page-item.next-item.disabled .page-link:after, [dir] .dark-layout .pagination .page-item.next.disabled .page-link:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23676d7d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
}
.dark-layout .pagination .page-item.disabled .page-link {
  color: #676d7d;
}
.dark-layout .nav-tabs .nav-item .nav-link,
.dark-layout .nav-pills .nav-item .nav-link,
.dark-layout .nav-tabs.nav-justified .nav-item .nav-link {
  color: #d0d2d6;
}
.dark-layout .nav-tabs .nav-item .nav-link.active,
.dark-layout .nav-pills .nav-item .nav-link.active,
.dark-layout .nav-tabs.nav-justified .nav-item .nav-link.active {
  color: #7367f0;
}
[dir] .dark-layout .nav-tabs .nav-item .nav-link.active, [dir] .dark-layout .nav-pills .nav-item .nav-link.active, [dir] .dark-layout .nav-tabs.nav-justified .nav-item .nav-link.active {
  background-color: #283046;
}
.dark-layout .nav-tabs .nav-item .nav-link.disabled,
.dark-layout .nav-pills .nav-item .nav-link.disabled,
.dark-layout .nav-tabs.nav-justified .nav-item .nav-link.disabled {
  color: #676d7d;
}
[dir] .dark-layout .nav.wrap-border {
  border-color: #3b4253;
}
.dark-layout .nav-pills .nav-item .nav-link.active {
  color: #fff;
}
[dir] .dark-layout .nav-pills .nav-item .nav-link.active {
  background-color: #7367f0;
}
[dir] .dark-layout .media-bordered .media:not(:first-child) {
  border-color: #3b4253;
}
[dir] .dark-layout .popover[x-placement=top] .arrow:before {
  border-top-color: #3b4253;
}
[dir] .dark-layout .popover[x-placement=top] .arrow:after {
  border-top-color: #283046;
}
[dir=ltr] .dark-layout .popover[x-placement=left] .arrow:before {
  border-left-color: #3b4253;
}
[dir=rtl] .dark-layout .popover[x-placement=left] .arrow:before {
  border-right-color: #3b4253;
}
[dir=ltr] .dark-layout .popover[x-placement=left] .arrow:after {
  border-left-color: #283046;
}
[dir=rtl] .dark-layout .popover[x-placement=left] .arrow:after {
  border-right-color: #283046;
}
[dir=ltr] .dark-layout .popover[x-placement=right] .arrow:before {
  border-right-color: #3b4253;
}
[dir=rtl] .dark-layout .popover[x-placement=right] .arrow:before {
  border-left-color: #3b4253;
}
[dir=ltr] .dark-layout .popover[x-placement=right] .arrow:after {
  border-right-color: #283046;
}
[dir=rtl] .dark-layout .popover[x-placement=right] .arrow:after {
  border-left-color: #283046;
}
.dark-layout .popover .popover-header {
  color: #fff;
}
.dark-layout .popover .popover-body {
  color: #b4b7bd;
}
[dir] .dark-layout .popover .popover-body {
  background-color: #283046;
  border-color: #3b4253 !important;
}
.dark-layout .toast {
  color: #b4b7bd;
}
[dir] .dark-layout .toast {
  background-color: rgba(40, 48, 70, 0.85);
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.24);
}
.dark-layout .toast .toast-header {
  color: #b4b7bd;
}
[dir] .dark-layout .toast .toast-header {
  background-color: #283046;
}
[dir] .dark-layout .toast .toast-header .close {
  background-color: transparent !important;
  box-shadow: none !important;
  text-shadow: none;
}
[dir] .dark-layout .list-group .list-group-item:not([class*=list-group-item-]), [dir] .dark-layout .list-group .list-group-item.list-group-item-action:not(.active):not(:active) {
  background-color: #283046;
  border-color: #3b4253;
}
.dark-layout .list-group .list-group-item:not([class*=list-group-item-]):not(.disabled), .dark-layout .list-group .list-group-item.list-group-item-action:not(.active):not(:active):not(.disabled) {
  color: #b4b7bd;
}
[dir] .dark-layout .list-group .list-group-item.list-group-item-action:not(.active):not(:active):hover, [dir] .dark-layout .list-group .list-group-item.list-group-item-action:not(.active):not(:active):focus {
  background-color: #161d31;
}
.dark-layout .list-group .list-group-item.list-group-item-action.active, .dark-layout .list-group .list-group-item.list-group-item-action:active {
  color: #fff;
}
[dir] .dark-layout .list-group .list-group-item.list-group-item-action.active, [dir] .dark-layout .list-group .list-group-item.list-group-item-action:active {
  background-color: #7367f0;
}
.dark-layout .list-group .list-group-item.active p,
.dark-layout .list-group .list-group-item.active small,
.dark-layout .list-group .list-group-item.active .small {
  color: #fff;
}
.dark-layout .list-group .list-group-item.disabled {
  color: #676d7d;
}
[dir] .dark-layout .list-group.list-group-circle .list-group-item:after {
  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' stroke='%23b4b7bd' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-circle'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3C/svg%3E");
}
[dir] .dark-layout .spinner-border {
  border-color: currentColor !important;
}
[dir=ltr] .dark-layout .spinner-border {
  border-right-color: transparent !important;
}
[dir=rtl] .dark-layout .spinner-border {
  border-left-color: transparent !important;
}
[dir] .dark-layout .avatar {
  background-color: #161d31;
}
[dir] .dark-layout .avatar [class*=avatar-status-] {
  border-color: #283046;
}
[dir] .dark-layout .avatar-group .avatar img, [dir] .dark-layout .avatar-group .avatar .avatar-content {
  box-shadow: 0 0 0 2px #283046, inset 0 0 0 1px rgba(40, 48, 70, 0.07);
}
.dark-layout .divider .divider-text {
  color: #b4b7bd;
}
[dir] .dark-layout .divider .divider-text::before, [dir] .dark-layout .divider .divider-text::after {
  border-color: #3b4253;
}
[dir] .dark-layout .divider.divider-dark .divider-text::before, [dir] .dark-layout .divider.divider-dark .divider-text::after {
  border-color: #3b4253 !important;
}
[dir] .dark-layout .timeline .timeline-item {
  border-color: #3b4253;
}
[dir] .dark-layout .timeline .timeline-item .timeline-point:not(.timeline-point-indicator) {
  background-color: #283046;
}
.dark-layout .timeline .timeline-item .timeline-event .timeline-event-time {
  color: #676d7d;
}
[dir] .dark-layout .timeline .timeline-item:last-of-type:after {
  background: linear-gradient(#3b4253, transparent);
}
[dir] .dark-layout .card {
  background-color: #283046;
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.24);
}
[dir] .dark-layout .card .card-footer {
  border-color: #3b4253;
}
.dark-layout .card.overlay-img-card .card-img-overlay span,
.dark-layout .card.overlay-img-card .card-img-overlay p,
.dark-layout .card.overlay-img-card .card-img-overlay .card-body {
  color: #fff;
}
[dir=ltr] .dark-layout .card-developer-meetup .meetup-header .meetup-day {
  border-right-color: #404656;
}
[dir=rtl] .dark-layout .card-developer-meetup .meetup-header .meetup-day {
  border-left-color: #404656;
}
[dir] .dark-layout .card-profile .profile-image-wrapper .profile-image {
  background-color: #161d31;
}
[dir] .dark-layout .business-card .business-items .business-item {
  border-color: #3b4253;
}
[dir] .dark-layout .card-app-design .design-planning-wrapper .design-planning {
  background-color: #161d31;
}
.dark-layout .card-tiny-line-stats .apexcharts-series-markers .apexcharts-marker {
  stroke: #00cfe8;
}
.dark-layout .card-tiny-line-stats .apexcharts-series-markers:last-child .apexcharts-marker {
  fill: #283046;
}
[dir=ltr] .dark-layout .card-revenue-budget .revenue-report-wrapper {
  border-right-color: #3b4253;
}
[dir=rtl] .dark-layout .card-revenue-budget .revenue-report-wrapper {
  border-left-color: #3b4253;
}
.dark-layout .card-revenue-budget .budget-wrapper .apexcharts-series:not(:first-child) path {
  stroke: #b4b7bd;
}
.dark-layout .earnings-card .apexcharts-canvas .apexcharts-pie .apexcharts-datalabel-label {
  fill: #b4b7bd !important;
}
.dark-layout .earnings-card .apexcharts-canvas .apexcharts-pie .apexcharts-datalabel-value {
  fill: #d0d2d6;
}
[dir] .dark-layout .card-company-table .avatar {
  background-color: #161d31;
}
.dark-layout {
  /********** FORMS **********/
}
.dark-layout input:-webkit-autofill,
.dark-layout textarea:-webkit-autofill,
.dark-layout select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #283046 inset !important;
  -webkit-text-fill-color: #b4b7bd !important;
}
.dark-layout input.form-control,
.dark-layout textarea.form-control {
  color: #b4b7bd;
}
[dir] .dark-layout input.form-control, [dir] .dark-layout textarea.form-control {
  background-color: #283046;
}
[dir] .dark-layout input.form-control:not(.is-valid):not(.is-invalid):not(:focus), [dir] .dark-layout textarea.form-control:not(.is-valid):not(.is-invalid):not(:focus) {
  border-color: #404656;
}
.dark-layout input.form-control::placeholder,
.dark-layout textarea.form-control::placeholder {
  color: #676d7d;
}
.dark-layout input.form-control:disabled, .dark-layout input.form-control[readonly=readonly],
.dark-layout textarea.form-control:disabled,
.dark-layout textarea.form-control[readonly=readonly] {
  opacity: 0.5;
}
.dark-layout .custom-file-input ~ .custom-file-label {
  color: #b4b7bd;
}
[dir] .dark-layout .custom-file-input ~ .custom-file-label {
  background-color: #283046;
}
.dark-layout .custom-file-input:disabled ~ .custom-file-label {
  opacity: 0.5;
}
.dark-layout .char-textarea.active {
  color: #b4b7bd !important;
}
.dark-layout .char-textarea.max-limit {
  color: #FF3B3B !important;
}
.dark-layout .custom-file-label:after {
  color: #b4b7bd;
}
[dir] .dark-layout .custom-file-label:after {
  background-color: #161d31;
}
[dir] .dark-layout .custom-file-label {
  border-color: #3b4253;
}
[dir] .dark-layout .custom-control-input:not(:checked) ~ .custom-control-label:before {
  background-color: #283046;
}
[dir] .dark-layout .custom-control-input:not(:checked):not(:indeterminate):not(:invalid):not(.is-invalid):not(:valid):not(.is-valid) ~ .custom-control-label:before {
  border-color: #404656;
}
[dir] .dark-layout .custom-control-input:disabled ~ .custom-control-label:before {
  background-color: #444b60;
  border-color: #444b60;
}
[dir] .dark-layout .custom-switch .custom-control-input:not(:checked) ~ .custom-control-label:before {
  background-color: #545a6a;
}
[dir] .dark-layout .custom-switch .custom-control-input:disabled ~ .custom-control-label:before {
  background-color: #1b2337;
}
.dark-layout select.form-control,
.dark-layout .custom-select {
  color: #b4b7bd;
}
[dir] .dark-layout select.form-control, [dir] .dark-layout .custom-select {
  background-color: #283046;
  border-color: #3b4253;
}
[dir] .dark-layout select.form-control option:checked, [dir] .dark-layout .custom-select option:checked {
  background-color: #283046;
}
.dark-layout select.form-control:disabled,
.dark-layout .custom-select:disabled {
  opacity: 0.5;
}
[dir] .dark-layout select.form-control:focus, [dir] .dark-layout .custom-select:focus {
  border-color: #7367f0;
}
[dir] .dark-layout select.form-control:not([multiple=multiple]) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b4b7bd' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}
[dir] .dark-layout .was-validated .form-control:invalid, [dir] .dark-layout .was-validated .form-control.is-invalid {
  border-color: #FF3B3B !important;
}
[dir] .dark-layout .was-validated .form-control:valid, [dir] .dark-layout .was-validated .form-control.is-valid {
  border-color: #06C270 !important;
}
.dark-layout .wizard .steps ul .disabled a,
.dark-layout .wizard .steps ul .done a {
  color: #b4b7bd !important;
}
.dark-layout .wizard .steps ul .disabled a:hover,
.dark-layout .wizard .steps ul .done a:hover {
  color: #b4b7bd;
}
.dark-layout .wizard .steps ul .disabled a .step,
.dark-layout .wizard .steps ul .done a .step {
  color: #fff !important;
}
[dir] .dark-layout .wizard .steps ul .disabled a .step, [dir] .dark-layout .wizard .steps ul .done a .step {
  background-color: #161d31 !important;
}
.dark-layout .input-group .input-group-text {
  color: #b4b7bd;
}
[dir] .dark-layout .input-group .input-group-text {
  background-color: #283046;
  border-color: #3b4253;
}
[dir] .dark-layout .input-group:focus-within .form-control, [dir] .dark-layout .input-group:focus-within .input-group-text {
  border-color: #7367f0;
  box-shadow: none;
}
.dark-layout .form-label-group > input:not(:focus):not(:placeholder-shown) ~ label, .dark-layout .form-label-group > textarea:not(:focus):not(:placeholder-shown) ~ label {
  color: #b4b7bd !important;
}
.dark-layout .counter-value {
  color: white;
}
.dark-layout {
  /********** TABLE **********/
}
.dark-layout .table td,
.dark-layout .table th {
  color: #b4b7bd;
}
[dir] .dark-layout .table td, [dir] .dark-layout .table th {
  border-color: #3b4253 !important;
}
.dark-layout .table .thead tr:not([class*=table-]) th,
.dark-layout .table .thead tr:not([class*=table-]) td,
.dark-layout .table tbody tr:not([class*=table-]) th,
.dark-layout .table tbody tr:not([class*=table-]) td {
  color: #b4b7bd;
}
[dir] .dark-layout .table .thead tr:not([class*=table-]) th, [dir] .dark-layout .table .thead tr:not([class*=table-]) td, [dir] .dark-layout .table tbody tr:not([class*=table-]) th, [dir] .dark-layout .table tbody tr:not([class*=table-]) td {
  border-color: #3b4253;
}
[dir] .dark-layout .table .thead tr:not([class*=table-]) th code, [dir] .dark-layout .table .thead tr:not([class*=table-]) td code, [dir] .dark-layout .table tbody tr:not([class*=table-]) th code, [dir] .dark-layout .table tbody tr:not([class*=table-]) td code {
  background-color: #283046;
}
.dark-layout .table thead tr th,
.dark-layout .table tfoot tr th {
  color: #d0d2d6;
}
[dir] .dark-layout .table thead tr th, [dir] .dark-layout .table tfoot tr th {
  border-color: #3b4253;
  background-color: #343d55;
}
.dark-layout .table thead.thead-dark th,
.dark-layout .table tfoot.thead-dark th {
  color: #4b4b4b !important;
}
[dir] .dark-layout .table thead.thead-dark th, [dir] .dark-layout .table tfoot.thead-dark th {
  background-color: #fff;
}
[dir] .dark-layout .table:not(.table-dark):not(.table-light) thead:not(.thead-dark) th, [dir] .dark-layout .table:not(.table-dark):not(.table-light) tfoot:not(.thead-dark) th {
  background-color: #343d55;
}
[dir] .dark-layout .table.table-dark {
  background-color: #fff;
}
[dir] .dark-layout .table.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(75, 75, 75, 0.05);
}
[dir] .dark-layout .table.table-dark.table-striped tbody tr:nth-of-type(odd) td {
  background-color: inherit;
}
.dark-layout .table.table-dark td,
.dark-layout .table.table-dark th {
  color: #4b4b4b !important;
}
[dir] .dark-layout .table.table-dark td, [dir] .dark-layout .table.table-dark th {
  border-color: #f8f9fa !important;
  background-color: #fff;
}
.dark-layout .table.table-dark td .text-white,
.dark-layout .table.table-dark th .text-white {
  color: #4b4b4b !important;
}
[dir] .dark-layout .table tbody tr[class*=table-] td, [dir] .dark-layout .table tbody tr[class*=table-] th {
  background-color: unset;
}
.dark-layout .table tbody tr.table-dark td,
.dark-layout .table tbody tr.table-dark th {
  color: #fff;
}
.dark-layout .table tbody tr.table-active td,
.dark-layout .table tbody tr.table-active th {
  color: #b4b7bd;
}
[dir] .dark-layout .table.table-bordered {
  border-color: #3b4253;
}
[dir] .dark-layout .table.table-hover tbody tr:hover {
  background-color: #242b3d;
}
[dir] .dark-layout .table.table-hover tbody tr th, [dir] .dark-layout .table.table-hover tbody tr td {
  background-color: unset;
}
[dir] .dark-layout .table.table-hover-animation tbody tr {
  background-color: #283046;
}
[dir] .dark-layout .table.table-hover-animation tbody tr:hover {
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.24);
}
[dir] .dark-layout .table.table-striped tbody tr:nth-of-type(odd) {
  background-color: #242b3d;
}
[dir] .dark-layout .dataTables_wrapper .dt-buttons .buttons-copy, [dir] .dark-layout .dataTables_wrapper .dt-buttons .buttons-excel, [dir] .dark-layout .dataTables_wrapper .dt-buttons .buttons-pdf, [dir] .dark-layout .dataTables_wrapper .dt-buttons .buttons-print, [dir] .dark-layout .dataTables_wrapper .dt-buttons .btn-secondary, [dir] .dark-layout .dataTables_wrapper .dt-buttons .dt-button-collection [class*=buttons-] {
  background-color: #161d31 !important;
}
.dark-layout .dataTables_wrapper .dt-buttons .buttons-copy:active,
.dark-layout .dataTables_wrapper .dt-buttons .buttons-excel:active,
.dark-layout .dataTables_wrapper .dt-buttons .buttons-pdf:active,
.dark-layout .dataTables_wrapper .dt-buttons .buttons-print:active,
.dark-layout .dataTables_wrapper .dt-buttons .btn-secondary:active,
.dark-layout .dataTables_wrapper .dt-buttons .dt-button-collection [class*=buttons-]:active {
  color: #fff;
}
[dir] .dark-layout .dataTables_wrapper .dt-buttons .buttons-copy:active, [dir] .dark-layout .dataTables_wrapper .dt-buttons .buttons-excel:active, [dir] .dark-layout .dataTables_wrapper .dt-buttons .buttons-pdf:active, [dir] .dark-layout .dataTables_wrapper .dt-buttons .buttons-print:active, [dir] .dark-layout .dataTables_wrapper .dt-buttons .btn-secondary:active, [dir] .dark-layout .dataTables_wrapper .dt-buttons .dt-button-collection [class*=buttons-]:active {
  background-color: #7367f0 !important;
}
[dir] .dark-layout .dataTables_wrapper .dt-button-collection > div[role=menu] {
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.24);
}
.dark-layout .dataTables_wrapper .table.dataTable tr.group td {
  color: #d0d2d6;
}
[dir] .dark-layout .dataTables_wrapper .table.dataTable tr.group td {
  background-color: #242b3d;
}
[dir] .dark-layout .dataTables_wrapper .table.dataTable thead .sorting:before, [dir] .dark-layout .dataTables_wrapper .table.dataTable thead .sorting_asc:before, [dir] .dark-layout .dataTables_wrapper .table.dataTable thead .sorting_desc:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b4b7bd' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-up'%3E%3Cpolyline points='18 15 12 9 6 15'%3E%3C/polyline%3E%3C/svg%3E");
}
[dir] .dark-layout .dataTables_wrapper .table.dataTable thead .sorting:after, [dir] .dark-layout .dataTables_wrapper .table.dataTable thead .sorting_asc:after, [dir] .dark-layout .dataTables_wrapper .table.dataTable thead .sorting_desc:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b4b7bd' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}
.dark-layout .dataTables_wrapper .table.dataTable thead .sorting:before, .dark-layout .dataTables_wrapper .table.dataTable thead .sorting:after {
  opacity: 0.5;
}
.dark-layout .dataTables_wrapper .table.dataTable thead .sorting_asc:before {
  opacity: 1;
}
.dark-layout .dataTables_wrapper .table.dataTable thead .sorting_asc:after {
  opacity: 0.5;
}
.dark-layout .dataTables_wrapper .table.dataTable thead .sorting_desc:after {
  opacity: 1;
}
.dark-layout .dataTables_wrapper .table.dataTable thead .sorting_desc:before {
  opacity: 0.5;
}
[dir] .dark-layout .ag-grid-btns .filter-btn {
  background-color: transparent !important;
}
.dark-layout .aggrid .ag-input-wrapper input {
  color: #b4b7bd;
}
.dark-layout .aggrid,
.dark-layout .ag-header {
  color: #b4b7bd;
}
[dir] .dark-layout .aggrid, [dir] .dark-layout .ag-header {
  background-color: #283046;
  border-color: #3b4253;
}
[dir] .dark-layout .aggrid .ag-row-hover, [dir] .dark-layout .aggrid .ag-row-selected, [dir] .dark-layout .ag-header .ag-row-hover, [dir] .dark-layout .ag-header .ag-row-selected {
  background-color: #242b3d !important;
}
.dark-layout .aggrid .ag-icon,
.dark-layout .ag-header .ag-icon {
  color: #404656;
}
[dir] .dark-layout .aggrid .ag-header-cell.ag-column-hover, [dir] .dark-layout .ag-header .ag-header-cell.ag-column-hover {
  background: transparent !important;
}
.dark-layout .aggrid .ag-header-cell,
.dark-layout .aggrid .ag-cell,
.dark-layout .aggrid .ag-row,
.dark-layout .aggrid .ag-pinned-left-header,
.dark-layout .aggrid .ag-pinned-left-cols-container,
.dark-layout .aggrid .ag-horizontal-left-spacer,
.dark-layout .aggrid .ag-paging-panel,
.dark-layout .aggrid .ag-floating-filter-input,
.dark-layout .ag-header .ag-header-cell,
.dark-layout .ag-header .ag-cell,
.dark-layout .ag-header .ag-row,
.dark-layout .ag-header .ag-pinned-left-header,
.dark-layout .ag-header .ag-pinned-left-cols-container,
.dark-layout .ag-header .ag-horizontal-left-spacer,
.dark-layout .ag-header .ag-paging-panel,
.dark-layout .ag-header .ag-floating-filter-input {
  color: #b4b7bd;
}
[dir] .dark-layout .aggrid .ag-header-cell, [dir] .dark-layout .aggrid .ag-cell, [dir] .dark-layout .aggrid .ag-row, [dir] .dark-layout .aggrid .ag-pinned-left-header, [dir] .dark-layout .aggrid .ag-pinned-left-cols-container, [dir] .dark-layout .aggrid .ag-horizontal-left-spacer, [dir] .dark-layout .aggrid .ag-paging-panel, [dir] .dark-layout .aggrid .ag-floating-filter-input, [dir] .dark-layout .ag-header .ag-header-cell, [dir] .dark-layout .ag-header .ag-cell, [dir] .dark-layout .ag-header .ag-row, [dir] .dark-layout .ag-header .ag-pinned-left-header, [dir] .dark-layout .ag-header .ag-pinned-left-cols-container, [dir] .dark-layout .ag-header .ag-horizontal-left-spacer, [dir] .dark-layout .ag-header .ag-paging-panel, [dir] .dark-layout .ag-header .ag-floating-filter-input {
  border-color: #3b4253 !important;
}
.dark-layout .aggrid .ag-cell.ag-cell-inline-editing,
.dark-layout .ag-header .ag-cell.ag-cell-inline-editing {
  height: auto;
}
[dir] .dark-layout .aggrid .ag-cell.ag-cell-inline-editing, [dir] .dark-layout .ag-header .ag-cell.ag-cell-inline-editing {
  border-color: #3b4253;
  background: #161d31;
  padding-top: 0;
}
[dir] .dark-layout .aggrid .ag-paging-panel .ag-paging-button, [dir] .dark-layout .ag-header .ag-paging-panel .ag-paging-button {
  background-color: #161d31;
}
[dir] .dark-layout .aggrid .ag-paging-panel .ag-disabled, [dir] .dark-layout .ag-header .ag-paging-panel .ag-disabled {
  background: #283046;
}
.dark-layout .aggrid .ag-paging-panel span[ref=lbTotal],
.dark-layout .ag-header .ag-paging-panel span[ref=lbTotal] {
  color: #b4b7bd !important;
}
[dir] .dark-layout .aggrid .ag-paging-panel span[ref=lbTotal], [dir] .dark-layout .ag-header .ag-paging-panel span[ref=lbTotal] {
  background-color: #242b3d;
}
[dir] .dark-layout .aggrid ::-webkit-scrollbar-track, [dir] .dark-layout .ag-header ::-webkit-scrollbar-track {
  background: #161d31;
}
[dir] .dark-layout .aggrid ::-webkit-scrollbar-thumb, [dir] .dark-layout .ag-header ::-webkit-scrollbar-thumb {
  background: #7367f0;
}
.dark-layout {
  /********** PAGES **********/
}
.dark-layout .getting-started .clockCard p {
  color: #b4b7bd !important;
}
[dir] .dark-layout #user-profile .profile-header .navbar {
  background-color: #283046;
}
.dark-layout #user-profile .profile-header .navbar .navbar-toggler {
  color: #b4b7bd;
}
[dir] .dark-layout #user-profile .profile-header .navbar .navbar-toggler {
  border-color: #3b4253;
}
[dir] .dark-layout .search-bar .form-control {
  background-color: #283046;
}
[dir] .dark-layout .blog-edit-wrapper .border {
  border-color: #3b4253 !important;
}
[dir] .dark-layout .kb-search-content-info .kb-search-content .card-img-top {
  background-color: #3f4860;
}
[dir] .dark-layout .list-group-circle .list-group-item:not([class*=list-group-item-]):hover, [dir] .dark-layout .list-group-circle .list-group-item:not([class*=list-group-item-]):focus, [dir] .dark-layout .list-group-circle .list-group-item:not([class*=list-group-item-]):active, [dir] .dark-layout .list-group-circle .list-group-item-action:hover, [dir] .dark-layout .list-group-circle .list-group-item-action:focus, [dir] .dark-layout .list-group-circle .list-group-item-action:active {
  background-color: transparent !important;
}
.dark-layout {
  /********** APPLICATIONS **********/
}
[dir] .dark-layout .content-area-wrapper {
  border-color: #3b4253 !important;
}
[dir] .dark-layout .content-area-wrapper .sidebar .sidebar-content {
  background-color: #283046 !important;
}
[dir] .dark-layout .content-area-wrapper .app-fixed-search {
  background-color: #283046 !important;
  border-color: #3b4253 !important;
}
[dir] .dark-layout .content-area-wrapper .content-right {
  border-color: #3b4253 !important;
}
[dir] .dark-layout .email-application .content-area-wrapper .email-app-list .app-action {
  border-color: #3b4253;
  background-color: #283046;
}
.dark-layout .email-application .content-area-wrapper .email-app-list .app-action .action-right .list-inline-item .dropdown-toggle {
  color: #b4b7bd;
}
[dir] .dark-layout .email-application .content-area-wrapper .email-app-list .email-user-list .media {
  border-color: #3b4253;
  background-color: #283046;
}
[dir] .dark-layout .email-application .content-area-wrapper .email-app-list .email-user-list .media:hover {
  box-shadow: 0 3px 10px 0 #283046;
}
[dir] .dark-layout .email-application .content-area-wrapper .email-app-list .email-user-list .media.selected-row-bg {
  background-color: rgba(115, 103, 240, 0.06);
  border-color: #3b4253;
}
.dark-layout .email-application .content-area-wrapper .email-app-list .email-user-list .media .user-details p,
.dark-layout .email-application .content-area-wrapper .email-app-list .email-user-list .media .user-details .mail-date,
.dark-layout .email-application .content-area-wrapper .email-app-list .email-user-list .media .mail-message p,
.dark-layout .email-application .content-area-wrapper .email-app-list .email-user-list .media .mail-message .mail-date {
  color: #676d7d;
}
[dir] .dark-layout .email-application .content-area-wrapper .email-app-list .email-user-list .mail-read {
  background-color: #242b3d;
}
[dir] .dark-layout .email-application .content-area-wrapper .email-app-details {
  border-color: #3b4253;
}
[dir] .dark-layout .email-application .content-area-wrapper .email-app-details .email-scroll-area {
  background-color: #161d31;
}
[dir] .dark-layout .email-application .content-area-wrapper .email-app-details .email-detail-header {
  background-color: #283046;
  border-color: #3b4253;
}
.dark-layout .email-application .content-area-wrapper .email-app-details .email-detail-header .email-header-right .list-inline-item .dropdown-toggle,
.dark-layout .email-application .content-area-wrapper .email-app-details .email-detail-header .email-header-right .list-inline-item .action-icon {
  color: #b4b7bd;
}
[dir] .dark-layout .email-application .content-area-wrapper .email-app-details .email-info-dropup .dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23676d7d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}
[dir] .dark-layout .email-application .content-area-wrapper .email-app-details .mail-message-wrapper, [dir] .dark-layout .email-application .content-area-wrapper .email-app-details .email-detail-head {
  border-color: #3b4253 !important;
}
[dir] .dark-layout .email-application .content-area-wrapper #compose-mail .compose-mail-form-field, [dir] .dark-layout .email-application .content-area-wrapper #compose-mail .ql-toolbar, [dir] .dark-layout .email-application .content-area-wrapper #compose-mail .ql-container {
  border-color: #3b4253;
}
.dark-layout .email-application .content-area-wrapper #compose-mail label {
  color: #b4b7bd;
}
[dir=ltr] .dark-layout .email-application .content-area-wrapper #compose-mail .modal-body {
  border-bottom-left-radius: 0.358rem;
  border-bottom-right-radius: 0.358rem;
}
[dir=rtl] .dark-layout .email-application .content-area-wrapper #compose-mail .modal-body {
  border-bottom-right-radius: 0.358rem;
  border-bottom-left-radius: 0.358rem;
}
[dir] .dark-layout .chat-application .content-area-wrapper {
  border-color: #3b4253;
}
[dir] .dark-layout .chat-application .sidebar .chat-profile-sidebar {
  background-color: #283046;
  border-color: #3b4253;
}
[dir] .dark-layout .chat-application .sidebar .sidebar-content {
  border-color: #3b4253;
}
[dir] .dark-layout .chat-application .sidebar .sidebar-content .chat-fixed-search {
  border-color: #3b4253;
}
[dir] .dark-layout .chat-application .sidebar .sidebar-content .chat-user-list-wrapper .chat-users-list li:not(.active):hover {
  background: #161d31;
}
.dark-layout .chat-application .sidebar .sidebar-content .chat-user-list-wrapper .chat-users-list li .chat-info .card-text,
.dark-layout .chat-application .sidebar .sidebar-content .chat-user-list-wrapper .chat-users-list li .chat-time {
  color: #676d7d;
}
.dark-layout .chat-application .sidebar .sidebar-content .chat-user-list-wrapper .chat-users-list li.active .chat-info .card-text,
.dark-layout .chat-application .sidebar .sidebar-content .chat-user-list-wrapper .chat-users-list li.active .chat-time {
  color: #fff;
}
[dir] .dark-layout .chat-application .sidebar .sidebar-content .chat-user-list-wrapper .chat-users-list li img {
  border-color: #3b4253;
}
[dir] .dark-layout .chat-application .avatar-border img {
  border-color: #3b4253;
}
[dir] .dark-layout .chat-application .content-right .chat-app-window .start-chat-area {
  background-color: #283046;
}
.dark-layout .chat-application .content-right .chat-app-window .start-chat-area .start-chat-icon,
.dark-layout .chat-application .content-right .chat-app-window .start-chat-area .start-chat-text {
  color: #b4b7bd;
}
[dir] .dark-layout .chat-application .content-right .chat-app-window .start-chat-area .start-chat-icon, [dir] .dark-layout .chat-application .content-right .chat-app-window .start-chat-area .start-chat-text {
  background: #283046;
}
[dir] .dark-layout .chat-application .content-right .chat-app-window .start-chat-area, [dir] .dark-layout .chat-application .content-right .chat-app-window .user-chats {
  background-color: #1e232f;
}
[dir] .dark-layout .chat-application .content-right .chat-app-window .user-chats .divider .divider-text {
  background: #283046;
}
[dir] .dark-layout .chat-application .content-right .chat-app-window .user-chats .divider .divider-text:before, [dir] .dark-layout .chat-application .content-right .chat-app-window .user-chats .divider .divider-text:after {
  border-color: #3b4253;
}
[dir] .dark-layout .chat-application .content-right .chat-app-window .user-chats .avatar img {
  border-color: #3b4253;
}
[dir] .dark-layout .chat-application .content-right .chat-app-window .active-chat .chat-left .chat-content {
  background-color: #283046;
}
.dark-layout .chat-application .content-right .chat-app-window .active-chat .chat-left .chat-content p {
  color: #b4b7bd;
}
.dark-layout .chat-application .content-right .chat-app-window .active-chat .chat-content p {
  color: #fff;
}
.dark-layout .chat-application .content-right .chat-app-window .active-chat .chat-header .dropdown-toggle {
  color: #b4b7bd;
}
[dir] .dark-layout .chat-application .content-right .chat-app-window .active-chat .chat-header, [dir] .dark-layout .chat-application .content-right .chat-app-window .active-chat .chat-app-form {
  background-color: #283046;
  border-color: #3b4253;
}
[dir] .dark-layout .chat-application .content-right .user-profile-sidebar {
  background-color: #283046;
  border-color: #3b4253;
}
[dir] .dark-layout .chat-widget .user-chats {
  background-color: #384056 !important;
}
[dir] .dark-layout .chat-widget .card-header, [dir] .dark-layout .chat-widget .chat-app-form {
  background-color: #283046;
}
.dark-layout .chat-widget .chat-app-window .user-chats .chat-left .chat-content {
  color: #b4b7bd !important;
}
[dir] .dark-layout .chat-widget .chat-app-window .user-chats .chat-left .chat-content {
  background-color: #283046 !important;
}
[dir] .dark-layout .chat-widget .chat-app-window .user-chats .avatar img {
  border-color: #161d31;
}
.dark-layout .kanban-application .kanban-wrapper .kanban-container .kanban-board .kanban-board-header .kanban-title-board {
  color: #fff;
}
[dir] .dark-layout .kanban-application .kanban-wrapper .kanban-container .kanban-board .kanban-board-header .kanban-title-board:hover, [dir] .dark-layout .kanban-application .kanban-wrapper .kanban-container .kanban-board .kanban-board-header .kanban-title-board:focus {
  background-color: #283046;
}
[dir] .dark-layout .kanban-application .kanban-wrapper .kanban-container .kanban-board .kanban-item {
  background-color: #283046;
}
.dark-layout .kanban-application .kanban-wrapper .kanban-container .kanban-board .kanban-item .item-dropdown i.dropdown-toggle,
.dark-layout .kanban-application .kanban-wrapper .kanban-container .kanban-board .kanban-item .item-dropdown svg.dropdown-toggle {
  stroke: #fff;
}
.dark-layout .kanban-application .kanban-wrapper .kanban-container .kanban-board .kanban-item .kanban-title-button {
  color: #b4b7bd;
}
.dark-layout .kanban-application .kanban-wrapper .kanban-container .kanban-board .kanban-item i,
.dark-layout .kanban-application .kanban-wrapper .kanban-container .kanban-board .kanban-item svg {
  stroke: #b4b7bd;
}
[dir] .dark-layout .kanban-application .update-item-sidebar .nav-tabs .nav-item .nav-link, [dir] .dark-layout .kanban-application .update-item-sidebar .tab-content .tab-pane {
  background-color: transparent;
}
[dir] .dark-layout .kanban-item.gu-mirror {
  background-color: #283046;
}
.dark-layout .todo-application .content-area-wrapper .sidebar .todo-form .todo-item-action {
  color: #b4b7bd;
}
[dir] .dark-layout .todo-application .content-area-wrapper .content-right .todo-task-list-wrapper {
  background-color: #283046 !important;
  border-color: #3b4253;
}
[dir] .dark-layout .todo-application .content-area-wrapper .content-right .todo-task-list .todo-item:not(:first-child) {
  border-color: #3b4253;
}
.dark-layout .todo-application .content-area-wrapper .content-right .todo-task-list .todo-item.completed .todo-title {
  color: #676d7d;
}
[dir] .dark-layout .todo-application .content-area-wrapper .content-right .todo-task-list .todo-item:hover {
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.24);
}
.dark-layout .todo-application .content-area-wrapper .content-right .todo-task-list .todo-item .todo-item-action .todo-item-favorite:not(.text-warning) i,
.dark-layout .todo-application .content-area-wrapper .content-right .todo-task-list .todo-item .todo-item-action .todo-item-favorite:not(.text-warning) svg {
  color: #b4b7bd;
}
[dir] .dark-layout .todo-application .todo-item-action .close {
  background-color: transparent !important;
}
[dir] .dark-layout .todo-item.gu-mirror {
  background-color: #283046;
  border-color: #3b4253;
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.24);
}
.dark-layout .todo-item.gu-mirror.completed .todo-title {
  color: #676d7d;
}
.dark-layout .staff-application .content-area-wrapper .sidebar .staff-form .staff-item-action {
  color: #b4b7bd;
}
[dir] .dark-layout .staff-application .content-area-wrapper .content-right .staff-task-list-wrapper {
  background-color: #283046 !important;
  border-color: #3b4253;
}
[dir] .dark-layout .staff-application .content-area-wrapper .content-right .staff-task-list .staff-item:not(:first-child) {
  border-color: #3b4253;
}
.dark-layout .staff-application .content-area-wrapper .content-right .staff-task-list .staff-item.completed .staff-title {
  color: #676d7d;
}
[dir] .dark-layout .staff-application .content-area-wrapper .content-right .staff-task-list .staff-item:hover {
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.24);
}
.dark-layout .staff-application .content-area-wrapper .content-right .staff-task-list .staff-item .staff-item-action .staff-item-favorite:not(.text-warning) i,
.dark-layout .staff-application .content-area-wrapper .content-right .staff-task-list .staff-item .staff-item-action .staff-item-favorite:not(.text-warning) svg {
  color: #b4b7bd;
}
[dir] .dark-layout .staff-application .staff-item-action .close {
  background-color: transparent !important;
}
[dir] .dark-layout .staff-item.gu-mirror {
  background-color: #283046;
  border-color: #3b4253;
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.24);
}
.dark-layout .staff-item.gu-mirror.completed .staff-title {
  color: #676d7d;
}
.dark-layout .ecommerce-application .ecommerce-card .btn-light {
  color: #fff;
}
[dir] .dark-layout .ecommerce-application .ecommerce-card .btn-light {
  background-color: #161d31 !important;
  border-color: transparent;
}
.dark-layout .ecommerce-application .content-right .ecommerce-header-items .result-toggler .search-results,
.dark-layout .ecommerce-application .content-body .ecommerce-header-items .result-toggler .search-results {
  color: #d0d2d6;
}
.dark-layout .ecommerce-application .content-right .ecommerce-header-items .result-toggler .shop-sidebar-toggler i,
.dark-layout .ecommerce-application .content-right .ecommerce-header-items .result-toggler .shop-sidebar-toggler svg,
.dark-layout .ecommerce-application .content-body .ecommerce-header-items .result-toggler .shop-sidebar-toggler i,
.dark-layout .ecommerce-application .content-body .ecommerce-header-items .result-toggler .shop-sidebar-toggler svg {
  color: #d0d2d6;
}
[dir] .dark-layout .ecommerce-application .content-right .grid-view .ecommerce-card .card-body, [dir] .dark-layout .ecommerce-application .content-right .list-view .ecommerce-card .card-body, [dir] .dark-layout .ecommerce-application .content-body .grid-view .ecommerce-card .card-body, [dir] .dark-layout .ecommerce-application .content-body .list-view .ecommerce-card .card-body {
  border-color: #3b4253;
}
.dark-layout .ecommerce-application .content-right .grid-view .ecommerce-card .item-options .wishlist span,
.dark-layout .ecommerce-application .content-right .list-view .ecommerce-card .item-options .wishlist span,
.dark-layout .ecommerce-application .content-body .grid-view .ecommerce-card .item-options .wishlist span,
.dark-layout .ecommerce-application .content-body .list-view .ecommerce-card .item-options .wishlist span {
  color: #5e5873;
}
.dark-layout .ecommerce-application .content-right .grid-view .ecommerce-card .item-options .cart span,
.dark-layout .ecommerce-application .content-right .list-view .ecommerce-card .item-options .cart span,
.dark-layout .ecommerce-application .content-body .grid-view .ecommerce-card .item-options .cart span,
.dark-layout .ecommerce-application .content-body .list-view .ecommerce-card .item-options .cart span {
  color: #fff;
}
.dark-layout .ecommerce-application .grid-view .item-name a,
.dark-layout .ecommerce-application .grid-view .item-price {
  color: #b4b7bd;
}
.dark-layout .ecommerce-application .wishlist-items .ecommerce-card .move-cart .move-to-cart {
  color: #fff;
}
.dark-layout .ecommerce-application .product-checkout .checkout-options .coupons input {
  color: #b4b7bd;
}
.dark-layout .ecommerce-application .product-checkout .checkout-options .coupons input::placeholder {
  color: #b4b7bd;
}
[dir] .dark-layout .ecommerce-application .app-ecommerce-details .item-features, [dir] .dark-layout .ecommerce-application .app-ecommerce-details .swiper-responsive-breakpoints.swiper-container .swiper-slide {
  background-color: #161d31;
}
[dir] .dark-layout .file-manager-application .sidebar-file-manager {
  background-color: #283046 !important;
}
.dark-layout .file-manager-application .sidebar-file-manager .jstree .jstree-container-ul .jstree-anchor {
  color: #b4b7bd;
}
.dark-layout .file-manager-application .sidebar-file-manager .storage-status i,
.dark-layout .file-manager-application .sidebar-file-manager .storage-status svg {
  color: #b4b7bd !important;
}
.dark-layout .file-manager-application .sidebar-file-manager .file-manager-title {
  color: #d0d2d6;
}
[dir] .dark-layout .file-manager-application .sidebar-file-manager.show {
  border: 1px solid #3b4253 !important;
}
[dir] .dark-layout .file-manager-application .content-area-wrapper {
  border: 1px solid #3b4253 !important;
}
[dir] .dark-layout .file-manager-application .file-manager-main-content {
  border: 1px solid #3b4253 !important;
}
[dir] .dark-layout .file-manager-application .file-manager-main-content .file-manager-app-searchbar {
  background-color: transparent !important;
  border-bottom: 1px solid #3b4253 !important;
}
.dark-layout .file-manager-application .file-manager-main-content .file-manager-app-searchbar .file-manager-toggler {
  color: #b4b7bd !important;
}
[dir] .dark-layout .file-manager-application .file-manager-main-content .file-manager-content-header, [dir] .dark-layout .file-manager-application .file-manager-main-content .file-manager-content-body {
  background-color: #283046 !important;
}
[dir] .dark-layout .file-manager-application .file-manager-main-content .file-manager-content-header {
  border-color: #3b4253 !important;
}
[dir] .dark-layout .file-manager-application .file-manager-main-content .file-manager-content-body .drives .card {
  background-color: #283046;
}
[dir] .dark-layout .file-manager-application .file-manager-main-content .file-manager-content-body .view-container .file-manager-item .file-logo-wrapper {
  background-color: #161d31 !important;
}
[dir] .dark-layout .file-manager-application .file-manager-main-content .file-manager-content-body .view-container .file-manager-item:not(.selected) {
  border-color: #3b4253 !important;
}
.dark-layout .file-manager-application .file-manager-main-content .file-manager-content-body .view-container:not(.list-view) .file-manager-item .file-size,
.dark-layout .file-manager-application .file-manager-main-content .file-manager-content-body .view-container:not(.list-view) .file-manager-item .file-accessed {
  color: #676d7d !important;
}
[dir] .dark-layout .file-manager-application #app-file-manager-info-sidebar .nav-tabs .nav-link, [dir] .dark-layout .file-manager-application #app-file-manager-info-sidebar .tab-content .tab-pane {
  background-color: transparent;
}
.dark-layout .file-manager-application #app-file-manager-info-sidebar .nav-tabs .nav-item:not(.active) .nav-link {
  color: #b4b7bd;
}
[dir] .dark-layout .app-calendar .app-calendar-sidebar {
  background-color: #283046;
  border-color: #3b4253;
}
.dark-layout .app-calendar .app-calendar-sidebar .sidebar-content-title {
  color: #d0d2d6;
}
.dark-layout .app-calendar .app-calendar-sidebar .select-all ~ label,
.dark-layout .app-calendar .app-calendar-sidebar .input-filter ~ label {
  color: #d0d2d6;
}
[dir] .dark-layout .app-calendar .fc .fc-day-today {
  background: #161d31 !important;
  background-color: #161d31 !important;
}
[dir] .dark-layout .app-calendar .fc .fc-timegrid .fc-scrollgrid-section .fc-col-header-cell, [dir] .dark-layout .app-calendar .fc .fc-timegrid .fc-scrollgrid-section .fc-timegrid-axis, [dir] .dark-layout .app-calendar .fc .fc-timegrid .fc-scrollgrid-section .fc-daygrid-day {
  background-color: #283046;
  border-color: #3b4253;
}
[dir] .dark-layout .app-calendar .fc .fc-timegrid .fc-scrollgrid-section .fc-day-today {
  background-color: rgba(186, 191, 199, 0.12) !important;
}
[dir] .dark-layout .app-calendar .fc .fc-timegrid .fc-scrollgrid-section .fc-day-today.fc-col-header-cell {
  background-color: #283046 !important;
}
[dir] .dark-layout .app-calendar .fc .fc-popover {
  background: #283046;
  border-color: #3b4253;
}
.dark-layout .app-calendar .fc .fc-popover-header .fc-popover-title,
.dark-layout .app-calendar .fc .fc-popover-header .fc-popover-close {
  color: #b4b7bd;
}
[dir] .dark-layout .app-calendar .fc tbody td, [dir] .dark-layout .app-calendar .fc thead th {
  border-color: #3b4253;
}
[dir] .dark-layout .app-calendar .fc .fc-scrollgrid {
  border-color: #3b4253;
}
[dir] .dark-layout .app-calendar .fc .fc-list, [dir] .dark-layout .app-calendar .fc th {
  border-color: #3b4253;
}
[dir] .dark-layout .app-calendar .fc .fc-list .fc-list-day-cushion, [dir] .dark-layout .app-calendar .fc th .fc-list-day-cushion {
  background: #161d31;
}
[dir] .dark-layout .app-calendar .fc .fc-list .fc-list-event:hover td, [dir] .dark-layout .app-calendar .fc th .fc-list-event:hover td {
  background-color: #161d31;
}
.dark-layout .app-calendar .fc .fc-list .fc-list-event-time,
.dark-layout .app-calendar .fc th .fc-list-event-time {
  color: #b4b7bd;
}
[dir] .dark-layout .app-calendar .fc .fc-list .fc-list-event td, [dir] .dark-layout .app-calendar .fc th .fc-list-event td {
  border-color: #3b4253;
}
[dir] .dark-layout .app-calendar .fc-timegrid-event-harness-inset .fc-timegrid-event, [dir] .dark-layout .app-calendar .fc-timegrid-event.fc-event-mirror, [dir] .dark-layout .app-calendar .fc-timegrid-more-link {
  box-shadow: 0 0 0 1px #3b4253;
}
[dir] .dark-layout .invoice-list-wrapper .dataTables_wrapper .invoice-list-dataTable-header {
  background-color: #283046;
  border-color: #3b4253;
}
[dir] .dark-layout .invoice-list-wrapper .dataTables_wrapper .invoice-data-table {
  background-color: #283046;
}
[dir] .dark-layout .invoice-list-wrapper .dataTables_wrapper .invoice-data-table tbody .selected-row-bg {
  background-color: #3b4253;
}
[dir] .dark-layout .invoice-list-wrapper .dataTables_wrapper .invoice-data-table td {
  background-color: inherit;
}
[dir] .dark-layout .invoice-edit .invoice-preview-card .invoice-product-details, [dir] .dark-layout .invoice-add .invoice-preview-card .invoice-product-details {
  background-color: #161d31;
}
[dir] .dark-layout .invoice-edit .invoice-preview-card .invoice-product-details .product-details-border, [dir] .dark-layout .invoice-add .invoice-preview-card .invoice-product-details .product-details-border {
  background-color: #283046;
  border-color: #3b4253;
}
[dir] .dark-layout .invoice-print .form-control {
  background-color: #283046;
}
[dir] .dark-layout .app-user-view .plan-card {
  border-color: #7367f0 !important;
}
[dir] .dark-layout .app-user-edit .form-control.error {
  border-color: #FF3B3B !important;
}
.dark-layout {
  /********** CUSTOMIZER **********/
}
[dir] .dark-layout .customizer {
  background-color: #283046;
}
.dark-layout .customizer .customizer-close i,
.dark-layout .customizer .customizer-close svg {
  color: #b4b7bd;
}
[dir] .dark-layout .footer-fixed .footer {
  background-color: #283046;
}
.dark-layout {
  /********** HORIZONTAL LAYOUT **********/
}
[dir] .dark-layout .horizontal-layout.navbar-sticky .horizontal-menu-wrapper .navbar-horizontal.header-navbar.fixed-top {
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.75) !important;
}
[dir] .dark-layout .horizontal-layout .horizontal-menu-wrapper {
  background: linear-gradient(to bottom, rgba(37, 43, 71, 0.76) 44%, rgba(56, 53, 53, 0.46) 73%, rgba(255, 255, 255, 0) 100%) !important;
}
[dir] .dark-layout .horizontal-layout .horizontal-menu-wrapper .header-navbar {
  background: #283046 !important;
}
[dir] .dark-layout .horizontal-layout .horizontal-menu-wrapper .header-navbar.navbar-shadow {
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.75);
}
[dir] .dark-layout .horizontal-layout .horizontal-menu-wrapper .header-navbar.navbar-horizontal ul#main-menu-navigation > li:hover:not(.active) > a {
  background: #161d31;
}
[dir] .dark-layout .horizontal-layout .horizontal-menu-wrapper .header-navbar.navbar-horizontal .active .nav-link.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}
[dir] .dark-layout .horizontal-layout .horizontal-menu-wrapper .header-navbar.navbar-horizontal.navbar-dark {
  background: #283046 !important;
}
[dir] .dark-layout .horizontal-layout .horizontal-menu-wrapper .header-navbar.navbar-horizontal .nav-link.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b4b7bd' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}
.dark-layout .horizontal-layout .main-menu-content .navbar-nav .dropdown-submenu.show {
  color: #b4b7bd;
}
[dir] .dark-layout .horizontal-layout .main-menu-content .navbar-nav .dropdown-submenu.show {
  background-color: #283046 !important;
}
.dark-layout .horizontal-layout .main-menu-content .navbar-nav .dropdown-menu a:hover {
  color: #d0d2d6 !important;
}
.dark-layout .horizontal-layout .main-menu-content .navbar-nav .dropdown-menu .disabled a {
  color: #676d7d;
}
.dark-layout .horizontal-layout .main-menu-content .navbar-nav .dropdown-menu .dropdown-item {
  color: #d0d2d6;
}
[dir] .dark-layout .horizontal-layout .main-menu-content .navbar-nav .dropdown-menu .dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b4b7bd' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
}
[dir] .dark-layout .horizontal-layout .main-menu-content .navbar-nav .dropdown-menu .dropdown-toggle:hover::after, [dir] .dark-layout .horizontal-layout .main-menu-content .navbar-nav .dropdown-menu .dropdown-toggle:active::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
}
.dark-layout .horizontal-layout .main-menu-content .navbar-nav > li.active > a > i,
.dark-layout .horizontal-layout .main-menu-content .navbar-nav > li.active > a > svg {
  color: #fff !important;
}
.dark-layout .horizontal-layout .main-menu-content .navbar-nav > li.active .dropdown-menu li.active > a {
  color: #b4b7bd;
}
[dir] .dark-layout .horizontal-layout .main-menu-content .navbar-nav > li.active .dropdown-menu li.active > a {
  background: #161d31 !important;
}
.dark-layout .horizontal-layout .main-menu-content .navbar-nav > li.active .dropdown-menu li.active > a:hover {
  color: #7367f0 !important;
}
.dark-layout .horizontal-layout .main-menu-content .navbar-nav > li.active .dropdown-menu li.open.active > a {
  color: #b4b7bd !important;
}

[dir] .bordered-layout .header-navbar {
  box-shadow: none;
  border: 1px solid #ebe9f1;
}
[dir] .bordered-layout .header-navbar.floating-nav {
  border: 1px solid #ebe9f1;
}
[dir] .bordered-layout .header-navbar.fixed-top {
  border-bottom: 1px solid #ebe9f1;
  background: #EBECF0;
  box-shadow: none !important;
}
[dir] .bordered-layout .main-menu {
  box-shadow: none;
}
[dir=ltr] .bordered-layout .main-menu {
  border-right: 1px solid #ebe9f1;
}
[dir=rtl] .bordered-layout .main-menu {
  border-left: 1px solid #ebe9f1;
}
[dir] .bordered-layout .main-menu.menu-light .navigation > li.open:not(.menu-item-closing) > a, [dir] .bordered-layout .main-menu.menu-light .navigation > li.sidebar-group-active > a {
  background: rgb(237.15, 237.15, 237.15);
}
[dir] .bordered-layout .dropdown-menu {
  border: 1px solid #ebe9f1 !important;
  box-shadow: none;
}
[dir] .bordered-layout .main-menu .navigation, [dir] .bordered-layout .main-menu {
  background: #EBECF0;
}
[dir] .bordered-layout .card, [dir] .bordered-layout .bs-stepper:not(.wizard-modern):not(.checkout-tab-steps), [dir] .bordered-layout .bs-stepper.wizard-modern .bs-stepper-content {
  border: 1px solid #ebe9f1;
  box-shadow: none;
}
[dir] .bordered-layout .footer {
  box-shadow: none !important;
}
[dir] .bordered-layout .footer-fixed .footer {
  border-top: 1px solid #ebe9f1;
}

.semi-dark-layout {
  /************ Main Menu **************/
}
[dir] .semi-dark-layout .main-menu {
  background-color: #283046;
}
[dir=ltr] .semi-dark-layout .main-menu .shadow-bottom {
  background: linear-gradient(180deg, #283046 44%, rgba(40, 48, 70, 0.51) 73%, rgba(40, 48, 70, 0));
}
[dir=rtl] .semi-dark-layout .main-menu .shadow-bottom {
  background: linear-gradient(-180deg, #283046 44%, rgba(40, 48, 70, 0.51) 73%, rgba(40, 48, 70, 0));
}
[dir] .semi-dark-layout .main-menu:not(.expanded) .navigation .sidebar-group-active > a {
  background-color: #161d31 !important;
}
[dir] .semi-dark-layout .main-menu-content .navigation-main {
  background-color: #283046;
}
.semi-dark-layout .main-menu-content .navigation-main .navigation-header {
  color: #676d7d;
}
.semi-dark-layout .main-menu-content .navigation-main .nav-item a {
  color: #b4b7bd;
}
[dir] .semi-dark-layout .main-menu-content .navigation-main .nav-item.open:not(.sidebar-group-active) > a {
  background-color: #161d31;
}
.semi-dark-layout .main-menu-content .navigation-main .nav-item a:after,
.semi-dark-layout .main-menu-content .navigation-main .nav-item a {
  color: white !important;
}
[dir] .semi-dark-layout .main-menu-content .navigation-main .nav-item .menu-content {
  background-color: #283046;
}
.semi-dark-layout .main-menu-content .navigation-main .nav-item .menu-content .active .menu-item {
  color: #fff;
}
[dir] .semi-dark-layout .main-menu-content .navigation-main .nav-item .menu-content li:not(.active) a {
  background-color: #283046;
}
.semi-dark-layout .main-menu-content .navigation-main .active > a {
  color: #fff !important;
}
.semi-dark-layout .main-menu-content .navigation-main .active .menu-title,
.semi-dark-layout .main-menu-content .navigation-main .active i {
  color: #fff;
}
[dir] .semi-dark-layout .main-menu-content .navigation-main .sidebar-group-active a {
  border-radius: 4px;
}
[dir] .semi-dark-layout .main-menu-content .navigation-main .menu-content {
  background-color: #283046;
}
.semi-dark-layout .main-menu-content .navigation-main .menu-content .active {
  z-index: 1;
}
[dir] .semi-dark-layout .main-menu-content .navigation-main .menu-content .active a {
  background-color: transparent;
}
.semi-dark-layout .menu-collapsed .main-menu:not(.expanded) .navigation-main li.active > a {
  color: #fff !important;
}
[dir] .semi-dark-layout .menu-collapsed .main-menu:not(.expanded) .navigation-main li.active > a {
  background: #161d31 !important;
}

body,
#root,
.wrapper {
  height: 100%;
}

.vertical-layout .main-menu.expanded .navigation li:not(.open) > ul {
  display: block !important;
}
[dir] .vertical-layout .main-menu .navigation li:not(.open) a:after {
  transform: rotate(0deg) !important;
}

[dir=ltr] body #root .wrapper .ps__rail-y {
  left: auto !important;
  right: 1px !important;
}

[dir=rtl] body #root .wrapper .ps__rail-y {
  right: auto !important;
  left: 1px !important;
}

[dir] .horizontal-layout.navbar-static .navbar-scrolled {
  background: #fff !important;
  box-shadow: rgba(34, 41, 47, 0.05) 0px 4px 20px 0px !important;
}
.horizontal-layout .header-navbar .navbar-container .dropdown-language .dropdown-menu,
.horizontal-layout .header-navbar .navbar-container .dropdown-cart .dropdown-menu,
.horizontal-layout .header-navbar .navbar-container .dropdown-notification .dropdown-menu,
.horizontal-layout .header-navbar .navbar-container .dropdown-user .dropdown-menu {
  top: 3rem !important;
}
[dir] .horizontal-layout .horizontal-menu-wrapper #main-menu-navigation .dropdown .dropdown-submenu .dropdown-toggle:after {
  margin-top: -5px;
}
[dir] .horizontal-layout .horizontal-menu-wrapper .navbar-horizontal ul.dropdown-menu .nav-item.active > a {
  border-bottom: none;
}
.horizontal-layout .horizontal-menu-wrapper .navbar-horizontal ul.dropdown-menu::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
[dir] .horizontal-layout .horizontal-menu-wrapper .navbar-horizontal ul.dropdown-menu::-webkit-scrollbar-thumb {
  background: #adb5bd;
  border-radius: 20px;
}
[dir] .horizontal-layout .horizontal-menu-wrapper .navbar-horizontal ul.dropdown-menu::-webkit-scrollbar-track {
  background: #dae1e7;
  border-radius: 30px;
}

.header-navbar .navbar-container .navbar-nav .autocomplete-container .suggestion-item span {
  line-height: 1.2;
}

[dir] .card-snippet pre {
  margin-top: 0;
  border-radius: 0.5rem;
}

.card-congratulations .avatar svg {
  height: 28px !important;
  width: 28px !important;
}

.avg-session-progress {
  height: 6px;
}

[dir] .block-ui-container .block-ui-overlay {
  background: rgba(34, 41, 47, 0.6);
}

.react-slidedown::-webkit-scrollbar {
  width: 0px;
}

.animate__animated.animate__zoomIn,
.animate__animated.animate__fadeInLeft {
  --animate-duration: 1s;
}

[dir=ltr] .ecommerce-application .content-wrapper.animate__animated {
  animation: none;
}

[dir=rtl] .ecommerce-application .content-wrapper.animate__animated {
  animation: none;
}

.customizer .react-select {
  width: 100%;
  max-width: 200px;
}
.customizer .react-select .select__menu {
  z-index: 2;
}

.dark-layout .autocomplete-container .suggestions-list .suggestion-item.suggestion-title-wrapper h6, .dark-layout .autocomplete-container .suggestions-list .suggestion-item.suggestion-title-wrapper .h6 {
  color: #676d7d;
}
[dir=ltr] .dark-layout .ecommerce-application .list-view .ecommerce-card .card-body {
  border-right-color: #3b4253;
}
[dir=rtl] .dark-layout .ecommerce-application .list-view .ecommerce-card .card-body {
  border-left-color: #3b4253;
}
[dir] .dark-layout .pagination .break {
  background-color: #242b3d;
}
.dark-layout .pagination .break a {
  color: #b4b7bd;
}
[dir] .dark-layout .invoice-list-wrapper header {
  background-color: #283046;
}
[dir] .dark-layout .block-ui-container .block-ui-overlay {
  background: #161d31;
}
.dark-layout .block-ui-container .block-ui-message {
  color: #b4b7bd;
}
[dir] .dark-layout .form-control {
  background-color: transparent;
}
.dark-layout .apexcharts-gridlines-vertical line {
  stroke: #3b4253;
}
[dir] .dark-layout .horizontal-menu .horizontal-menu-wrapper .navbar-horizontal ul.dropdown-menu::-webkit-scrollbar-thumb {
  background: #161d31;
}
[dir] .dark-layout .horizontal-menu .horizontal-menu-wrapper .navbar-horizontal ul.dropdown-menu::-webkit-scrollbar-track {
  background: #3b4253;
}

html[dir=rtl] body .ps__rail-y {
  right: auto !important;
  left: 1px !important;
}
html[dir=rtl] .scroll-to-top div:first-of-type {
  left: auto !important;
  right: 30px;
}
html[dir=rtl] .vertical-layout.vertical-menu-modern .main-menu .navigation li.has-sub > a:after {
  transform: rotate(-90deg) !important;
}
html[dir=rtl] .vertical-layout.vertical-menu-modern .main-menu .navigation li.has-sub:not(.open) > a:after {
  transform: rotate(-180deg) !important;
}
html[dir=rtl] .horizontal-menu .header-navbar.navbar-horizontal .dropdown-menu .dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236e6b7b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E");
}
html[dir=rtl] .breadcrumb:not([class*=breadcrumb-]) .breadcrumb-item + .breadcrumb-item:before,
html[dir=rtl] .breadcrumb.breadcrumb-chevron .breadcrumb-item + .breadcrumb-item:before {
  transform: rotate(180deg);
}
html[dir=rtl] .pagination .page-item.prev-item .page-link:before, html[dir=rtl] .pagination .page-item.prev .page-link:before, html[dir=rtl] .pagination .page-item.previous .page-link:before {
  transform: rotate(180deg);
}
html[dir=rtl] .pagination .page-item.prev-item .page-link:hover:before, html[dir=rtl] .pagination .page-item.prev-item .page-link:active:before, html[dir=rtl] .pagination .page-item.prev .page-link:hover:before, html[dir=rtl] .pagination .page-item.prev .page-link:active:before, html[dir=rtl] .pagination .page-item.previous .page-link:hover:before, html[dir=rtl] .pagination .page-item.previous .page-link:active:before {
  transform: rotate(180deg);
}
html[dir=rtl] .pagination .page-item.prev-item.disabled .page-link:before, html[dir=rtl] .pagination .page-item.prev.disabled .page-link:before, html[dir=rtl] .pagination .page-item.previous.disabled .page-link:before {
  transform: rotate(180deg);
}
html[dir=rtl] .pagination .page-item.next-item .page-link:after, html[dir=rtl] .pagination .page-item.next .page-link:after {
  transform: rotate(180deg);
}
html[dir=rtl] .pagination .page-item.next-item .page-link:hover:after, html[dir=rtl] .pagination .page-item.next-item .page-link:active:after, html[dir=rtl] .pagination .page-item.next .page-link:hover:after, html[dir=rtl] .pagination .page-item.next .page-link:active:after {
  transform: rotate(180deg);
}
html[dir=rtl] .pagination .page-item.next-item.disabled .page-link:before, html[dir=rtl] .pagination .page-item.next.disabled .page-link:before {
  transform: rotate(180deg);
}
html[dir=rtl] .pagination .page-item:first-of-type .page-link svg, html[dir=rtl] .pagination .page-item:last-of-type .page-link svg {
  transform: rotate(180deg);
}
html[dir=rtl] .popover {
  left: auto !important;
}
html[dir=rtl] .progress-bar-animated {
  animation: progress-bar-stripes 40s linear infinite;
}
html[dir=rtl] .bs-tooltip-left .arrow::before,
html[dir=rtl] .bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-right-color: #323232;
}
html[dir=rtl] .bs-tooltip-left .arrow,
html[dir=rtl] .bs-tooltip-auto[x-placement^=left] .arrow {
  left: 0;
  right: auto;
  transform: rotate(180deg);
}
html[dir=rtl] .bs-tooltip-right .arrow::before,
html[dir=rtl] .bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-left-color: #323232;
}
html[dir=rtl] .bs-tooltip-right .arrow,
html[dir=rtl] .bs-tooltip-auto[x-placement^=right] .arrow {
  right: 0;
  left: auto;
  transform: rotate(180deg);
}
html[dir=rtl] .email-application .toggle-cc.me-1 {
  margin-right: 0 !important;
  margin-left: 1rem !important;
}
html[dir=rtl] .app-calendar .fc-toolbar .fc-prev-button,
html[dir=rtl] .app-calendar .fc-toolbar .fc-next-button {
  transform: rotate(180deg);
}
html[dir=rtl] .app-ecommerce-details .swiper-button-next {
  right: 0;
  left: auto;
}
html[dir=rtl] .invoice-list-table-header select {
  background-position: calc(100% - (100% - 45px)) 13px, calc(100% - (100% - 20px)) 13px, 0% 0 !important;
}
html[dir=rtl] .tox-tinymce .tox-editor-header {
  direction: ltr;
}
html[dir=rtl] .apexcharts-canvas .apexcharts-tooltip .apexcharts-tooltip-marker {
  margin-right: 10px;
  margin-left: 0 !important;
}
html[dir=rtl] .react-contexify {
  z-index: 1031;
}
html[dir=rtl] .swiper-button-next {
  right: 10px !important;
  left: auto !important;
}
html[dir=rtl] .swiper-button-prev {
  left: 10px !important;
  right: auto !important;
}
html[dir=rtl] .flatpickr-calendar .flatpickr-months svg {
  transform: rotate(180deg);
}
html[dir=rtl] .bs-stepper:not(.vertical) .bs-stepper-header .line svg {
  transform: rotate(180deg);
}
html[dir=rtl] .bs-stepper .btn-next svg,
html[dir=rtl] .bs-stepper .btn-prev svg {
  transform: rotate(180deg);
}
html[dir=rtl] .rdt_Table [aria-label="Expand Row"] svg {
  transform: rotate(180deg);
}
html[dir=rtl] #profile-info .post .post-actions .share-post span.me-1 {
  margin-right: 0 !important;
}

.form-control[readonly] {
  opacity: 0.5;
}

[dir] select.form-control[multiple] {
  background-image: none !important;
}

[dir] .input-group .form-control.is-invalid ~ .input-group-append .input-group-text {
  border-color: #FF3B3B;
}
[dir] .input-group.is-invalid .form-control, [dir] .input-group.is-invalid .input-group-append .input-group-text, [dir] .input-group.is-invalid .input-group-prepend .input-group-text {
  border-color: #FF3B3B !important;
}

[dir] .dark-layout .card .toast {
  background-color: rgba(22, 29, 49, 0.85);
}
[dir] .dark-layout .card .toast .toast-header {
  background-color: #161d31;
}
.dark-layout .card .toast .toast-header .close {
  color: #b4b7bd;
}

[dir] .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #7367f0;
  background-color: #7367f0;
}

[dir=ltr] .dropdown-notification .dropdown-menu, [dir=ltr] .dropdown-cart .dropdown-menu {
  left: inherit !important;
}

[dir=rtl] .dropdown-notification .dropdown-menu, [dir=rtl] .dropdown-cart .dropdown-menu {
  right: inherit !important;
}

.dropdown-language .country-flag {
  height: 18px !important;
  width: 18px !important;
}
[dir=ltr] .dropdown-language .dropdown-menu {
  left: auto !important;
}
[dir=rtl] .dropdown-language .dropdown-menu {
  right: auto !important;
}

[dir=ltr] .dropdown-user .dropdown-menu {
  left: auto !important;
  right: 0;
}

[dir=rtl] .dropdown-user .dropdown-menu {
  right: auto !important;
  left: 0;
}

.dropdown-menu .dropdown-item:focus {
  outline: 0;
}

.dropdown-icon-wrapper .dropdown-toggle:after {
  display: none;
}
.dropdown-icon-wrapper .dropdown-menu {
  min-width: auto;
}
[dir] .dropdown-icon-wrapper .dropdown-menu .dropdown-item {
  padding: 0.5rem 1.1rem;
  cursor: pointer;
}

[dir] .app-collapse.card .card-header {
  padding: 1rem;
}
.app-collapse.card svg {
  transition: all 300ms linear 0s;
}
[dir=ltr] .app-collapse.card .card-header:not(.collapsed) svg {
  transform: rotate(180deg);
}
[dir=rtl] .app-collapse.card .card-header:not(.collapsed) svg {
  transform: rotate(-180deg);
}
.app-collapse .collapse-title {
  max-width: calc(100% - 25px);
}

html[dir=rtl] .carousel .carousel-control-next-icon,
html[dir=rtl] .carousel .carousel-control-prev-icon {
  transform: rotate(180deg);
}

.pagination.react-paginate .page-item.prev a.page-link:before,
.pagination.react-paginate .page-item.prev a.page-link:after,
.pagination.react-paginate .page-item.next a.page-link:before,
.pagination.react-paginate .page-item.next a.page-link:after {
  height: 16.5px;
}

[dir] .pagination.react-paginate .page-item.prev a.page-link:before, [dir] .pagination.react-paginate .page-item.prev a.page-link:after, [dir] .pagination.react-paginate .page-item.next a.page-link:before, [dir] .pagination.react-paginate .page-item.next a.page-link:after {
  margin-top: 1px;
}
.pagination.react-paginate.pagination-sm .page-item.prev a.page-link:before,
.pagination.react-paginate.pagination-sm .page-item.prev a.page-link:after,
.pagination.react-paginate.pagination-sm .page-item.next a.page-link:before,
.pagination.react-paginate.pagination-sm .page-item.next a.page-link:after {
  height: 15px;
}
.pagination.react-paginate.pagination-lg .page-item.prev a.page-link:before,
.pagination.react-paginate.pagination-lg .page-item.prev a.page-link:after,
.pagination.react-paginate.pagination-lg .page-item.next a.page-link:before,
.pagination.react-paginate.pagination-lg .page-item.next a.page-link:after {
  height: 19px;
}
.pagination.no-navigation li:first-of-type,
.pagination.no-navigation li:last-of-type {
  display: none;
}

.loading {
  position: absolute;
  top: 50%;
  width: 55px;
  height: 55px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

[dir] .loading {
  border-radius: 50%;
  border: 3px solid transparent;
}

[dir=ltr] .loading {
  left: calc(50% - 35px);
}

[dir=rtl] .loading {
  right: calc(50% - 35px);
}
[dir] .loading.component-loader {
  margin-top: -60px;
}
.loading .effect-1,
.loading .effect-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
[dir] .loading .effect-1, [dir] .loading .effect-2 {
  border: 3px solid transparent;
  border-radius: 50%;
}
[dir=ltr] .loading .effect-1, [dir=ltr] .loading .effect-2 {
  border-left: 3px solid rgb(121, 97, 249);
}
[dir=rtl] .loading .effect-1, [dir=rtl] .loading .effect-2 {
  border-right: 3px solid rgb(121, 97, 249);
}
[dir=ltr] .loading .effect-1 {
  animation:  rotate-ltr 1s ease infinite;
}
[dir=rtl] .loading .effect-1 {
  animation:  rotate-rtl 1s ease infinite;
}
[dir=ltr] .loading .effect-2 {
  animation:  rotateOpacity-ltr 1s ease infinite 0.1s;
}
[dir=rtl] .loading .effect-2 {
  animation:  rotateOpacity-rtl 1s ease infinite 0.1s;
}
.loading .effect-3 {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
[dir] .loading .effect-3 {
  border: 3px solid transparent;
  border-radius: 50%;
}
[dir=ltr] .loading .effect-3 {
  border-left: 3px solid rgb(121, 97, 249);
  -webkit-animation:  rotateOpacity-ltr 1s ease infinite 0.2s;
  animation:  rotateOpacity-ltr 1s ease infinite 0.2s;
}
[dir=rtl] .loading .effect-3 {
  border-right: 3px solid rgb(121, 97, 249);
  -webkit-animation:  rotateOpacity-rtl 1s ease infinite 0.2s;
  animation:  rotateOpacity-rtl 1s ease infinite 0.2s;
}
.loading .loading .effects {
  transition: all 0.3s ease;
}

.fallback-logo {
  position: absolute;
  top: 40%;
}

[dir=ltr] .fallback-logo {
  left: calc(50% - 45px);
}

[dir=rtl] .fallback-logo {
  right: calc(50% - 45px);
}

@keyframes rotate-ltr {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes rotate-rtl {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}
@keyframes rotateOpacity-ltr {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
    opacity: 1;
  }
}
@keyframes rotateOpacity-rtl {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
    opacity: 1;
  }
}

/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
  color: #fff;
}
[dir] .btn-warning:focus, [dir] .btn-warning:active, [dir] .btn-warning.active {
  background-color: #ff8109 !important;
}
body,
label,
.form-control-sm {
  font-size: 1.3rem !important;
  font-family: Poppins, sans-serif !important;
}
.custom-control-label,
.rs-checkbox label, .rs-checkbox .rs-checkbox-label {
  font-size: 1.1rem !important;
}
[dir] .appointment .custom-switch .custom-control-label::after {
  background-color: white !important;
}
[dir=ltr] .appointment .custom-control-input:checked ~ .custom-control-label::before {
  background: linear-gradient(to right, #7200ff, #ff00cf) !important;
}
[dir=rtl] .appointment .custom-control-input:checked ~ .custom-control-label::before {
  background: linear-gradient(to left, #7200ff, #ff00cf) !important;
}
[dir] .appointment.custom-switch .custom-control-label::before {
  background-color: #8c8c8c !important;
}
::-webkit-scrollbar {
  display: none;
}
.rs-table-scrollbar-vertical {
  display: none;
}
.rs-table-scrollbar-horizontal {
  display: none;
}
[dir] .admin-dashboard .card {
  margin-bottom: 0px !important;
}
[dir] .nav-tabs .card {
  margin-bottom: -1px !important;
}
[dir] .nav-tabs-settings .nav-item {
  background-color: white;
  margin-bottom: 20px;
  border-radius: 10px;
}
[dir] .nav-tabs-settings .nav-link.active {
  padding: 0.786rem 1.5rem !important;
  border: none !important;
}
[dir=ltr] .nav-tabs-settings .nav-link.active {
  background: linear-gradient(to right, #7200ff, #ff00cf) !important;
}
[dir=rtl] .nav-tabs-settings .nav-link.active {
  background: linear-gradient(to left, #7200ff, #ff00cf) !important;
}
.nav-tabs-settings .nav-link.active path {
  fill: white;
}
.react-dataTable .rdt_TableBody .rdt_TableRow .rdt_TableCell {
  height: 30px !important;
  font-size: 18px;
  font-weight: 400;
  color: #575757;
}
[dir] .react-dataTable .rdt_TableBody .rdt_TableRow .rdt_TableCell {
  padding: 0px !important;
}
.control-check .react-dataTable .rdt_TableBody .rdt_TableRow .rdt_TableCell {
  height: 40px !important;
  justify-content: center;
}
[dir] .control-check .react-dataTable .rdt_TableBody .rdt_TableRow .rdt_TableCell {
  padding: 20px !important;
}
.control-check .react-dataTable .rdt_TableHead .rdt_TableHeadRow .rdt_TableCol .rdt_TableCol_Sortable {
  color: #fff !important;
  font-weight: 400 !important;
  text-transform: capitalize;
}
[dir] .control-check .react-dataTable .rdt_TableHead .rdt_TableHeadRow .rdt_TableCol .rdt_TableCol_Sortable {
  padding: 10px !important;
}
[dir] .rdt_TableCol {
  padding: 0px !important;
}
[dir=ltr] .billable_item .rdt_TableHead .rdt_TableHeadRow {
  padding-left: 10px;
}
[dir=rtl] .billable_item .rdt_TableHead .rdt_TableHeadRow {
  padding-right: 10px;
}
.apexcharts-canvas svg {
  overflow: visible;
}
[dir] .dark-layout .select__control {
  background-color: transparent !important;
  border-color: #3b4253;
}
.recalls .apexcharts-canvas .apexcharts-text,
.apexcharts-canvas .apexcharts-tooltip-text,
.apexcharts-canvas .apexcharts-datalabel-label,
.apexcharts-canvas .apexcharts-datalabel {
  fill: white !important;
}
.referrals .apexcharts-canvas .apexcharts-text,
.apexcharts-canvas .apexcharts-tooltip-text,
.apexcharts-canvas .apexcharts-datalabel-label,
.apexcharts-canvas .apexcharts-datalabel {
  fill: #7200ff !important;
  font-size: 35px;
  font-weight: 800;
}
.recalls .apexcharts-canvas .apexcharts-xcrosshairs,
.apexcharts-canvas .apexcharts-ycrosshairs,
.apexcharts-canvas .apexcharts-gridline {
  stroke: transparent !important;
}
.tooltip {
  position: relative;
  opacity: 1;
}
.tooltip:before,
.tooltip:after {
  display: block;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.tooltip:after {
  content: "";
  height: 0;
  top: 20px;
  width: 0;
  white-space: pre-wrap;
}
[dir] .tooltip:after {
  border-bottom: 6px solid rgb(0, 0, 0);
}
[dir=ltr] .tooltip:after {
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  left: 20px;
}
[dir=rtl] .tooltip:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  right: 20px;
}
.tooltip:before {
  color: #fff;
  content: attr(data-title);
  font-size: 14px;
  top: 26px;
  white-space: pre-line;
}
[dir] .tooltip:before {
  background: rgb(0, 0, 0);
  border-radius: 2px;
  padding: 6px 10px;
}
/* the animations */
/* fade */
.tooltip.fade:after,
.tooltip.fade:before {
  transition: all 0.15s ease-in-out;
}
[dir] .tooltip.fade:after, [dir] .tooltip.fade:before {
  transform: translate3d(0, -10px, 0);
}
.tooltip.fade:hover:after,
.tooltip.fade:hover:before {
  opacity: 1;
}
[dir] .tooltip.fade:hover:after, [dir] .tooltip.fade:hover:before {
  transform: translate3d(0, 0, 0);
}
/* expand */
.tooltip.expand:before {
  transition: all 0.2s ease-in-out;
}
[dir] .tooltip.expand:before {
  transform: scale3d(0.2, 0.2, 1);
}
.tooltip.expand:after {
  transition: all 0.1s ease-in-out;
}
[dir] .tooltip.expand:after {
  transform: translate3d(0, 6px, 0);
}
.tooltip.expand:hover:before,
.tooltip.expand:hover:after {
  opacity: 1;
}
[dir] .tooltip.expand:hover:before, [dir] .tooltip.expand:hover:after {
  transform: scale3d(1, 1, 1);
}
.tooltip.expand:hover:after {
  transition: all 0.2s 0.1s ease-in-out;
}
/* swing */
.tooltip.swing:before,
.tooltip.swing:after {
  transition: transform 0.15s ease-in-out, opacity 0.2s;
}
[dir=ltr] .tooltip.swing:before, [dir=ltr] .tooltip.swing:after {
  transform: translate3d(0, 30px, 0) rotate3d(0, 0, 1, 60deg);
  transform-origin: 0 0;
}
[dir=rtl] .tooltip.swing:before, [dir=rtl] .tooltip.swing:after {
  transform: translate3d(0, 30px, 0) rotate3d(0, 0, 1, -60deg);
  transform-origin: 100% 0;
}
.tooltip.swing:after {
  transition: transform 0.15s ease-in-out, opacity 0.2s;
}
[dir] .tooltip.swing:after {
  transform: translate3d(0, 60px, 0);
}
.tooltip.swing:hover:before,
.tooltip.swing:hover:after {
  opacity: 1;
}
[dir=ltr] .tooltip.swing:hover:before, [dir=ltr] .tooltip.swing:hover:after {
  transform: translate3d(0, 0, 0) rotate3d(1, 1, 1, 0deg);
}
[dir=rtl] .tooltip.swing:hover:before, [dir=rtl] .tooltip.swing:hover:after {
  transform: translate3d(0, 0, 0) rotate3d(-1, 1, 1, 0deg);
}
.react-tooltip {
  max-width: 500px;
}
.anim-search-box {
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
[dir] .anim-search-box {
  -webkit-transition: width 0.3s;
}
[dir] .appointment .modal-content {
  background-color: #c8a5f4;
}
.admin-dashboard table {
  width: 100%;
}
[dir] .admin-dashboard td {
  padding: 1px !important;
}
[dir=ltr] .admin-dashboard td {
  padding-left: 10px !important;
}
[dir=rtl] .admin-dashboard td {
  padding-right: 10px !important;
}
[dir] .admin-dashboard th {
  padding: 10px !important;
}
.admin-dashboard thead,
.admin-dashboard tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.admin-dashboard tbody {
  display: block;
  overflow-y: auto;
  table-layout: fixed;
  max-height: 330px;
}
.dark-layout .select__control .select__indicator svg {
  fill: #7367f0 !important;
}
.main-menu.expanded .navbar-header .duck {
  display: none;
}
[dir=ltr] .main-menu.expanded .navbar-header .duck {
  margin-right: 20px;
}
[dir=rtl] .main-menu.expanded .navbar-header .duck {
  margin-left: 20px;
}
.main-menu .navbar-header .brand-logo img {
  display: none;
}
.main-menu.expanded .navbar-header .brand-logo img {
  display: block;
}
[dir] .admin-dashboard .mt-1 {
  margin-top: 1.5rem !important;
}
[dir=ltr] .admin-dashboard .ms-1 {
  margin-left: 1.5rem !important;
}
[dir=rtl] .admin-dashboard .ms-1 {
  margin-right: 1.5rem !important;
}
[dir=ltr] .admin-dashboard .me-1 {
  margin-right: 1.5rem !important;
}
[dir=rtl] .admin-dashboard .me-1 {
  margin-left: 1.5rem !important;
}
[dir] .admin-dashboard .mb-1 {
  margin-bottom: 1.5rem !important;
}
[dir=ltr] .admin-dashboard .pe-1 {
  padding-right: 1.5rem !important;
}
[dir=rtl] .admin-dashboard .pe-1 {
  padding-left: 1.5rem !important;
}
.duckImage {
  /* Start the shake animation and make the animation last for 0.5 seconds */
  /* When the animation is finished, start again */
}
[dir=ltr] .duckImage {
  animation:  shake-ltr 0.5s;
  animation-iteration-count: 10;
}
[dir=rtl] .duckImage {
  animation:  shake-rtl 0.5s;
  animation-iteration-count: 10;
}
.duck {
  /* Start the shake animation and make the animation last for 0.5 seconds */
  /* When the animation is finished, start again */
}
[dir=ltr] .duck {
  animation:  shake-ltr 0.5s;
  animation-iteration-count: 3;
}
[dir=rtl] .duck {
  animation:  shake-rtl 0.5s;
  animation-iteration-count: 3;
}
.duckLoading {
  /* Start the shake animation and make the animation last for 0.5 seconds */
  /* When the animation is finished, start again */
}
[dir=ltr] .duckLoading {
  animation:  shake-ltr 0.5s;
  animation-iteration-count: infinite;
}
[dir=rtl] .duckLoading {
  animation:  shake-rtl 0.5s;
  animation-iteration-count: infinite;
}
@keyframes shake-ltr {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
@keyframes shake-rtl {
  0% {
    transform: translate(-1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(1px, -2px) rotate(1deg);
  }
  20% {
    transform: translate(3px, 0px) rotate(-1deg);
  }
  30% {
    transform: translate(-3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(-1px, -1px) rotate(-1deg);
  }
  50% {
    transform: translate(1px, 2px) rotate(1deg);
  }
  60% {
    transform: translate(3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(-3px, 1px) rotate(1deg);
  }
  80% {
    transform: translate(1px, -1px) rotate(-1deg);
  }
  90% {
    transform: translate(-1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(-1px, -2px) rotate(1deg);
  }
}
.thermometer--large ul.thermometer__statistics li {
  width: 100px !important;
}
@media (min-width: 800px) {
  .modal-lg {
    max-width: 800px;
  }
  .modal-sticky .modal-lg {
    max-width: 1200px !important;
  }
  .unavaialable_block.modal-lg {
    max-width: 975px !important;
  }
  .todo.modal-lg {
    max-width: 945px !important;
  }
  .modal-sticky {
    overflow: visible !important;
  }
  .minimized.modal-sticky .modal-body {
    height: 0;
    overflow: hidden;
  }
  .minimized.modal-sticky {
    width: 300px;
  }
}
.lessRow .rdt_TableBody {
  height: 45vh !important;
}
[dir] input:disabled {
  background-color: transparent !important;
}
[dir] .rcw-launcher {
  background-color: #8568e4 !important;
}
[dir] .rcw-conversation-container .rcw-header {
  background-color: #8568e4 !important;
}
[dir] .rcw-response .rcw-message-text {
  background-color: #fff !important;
}
[dir] .rcw-client .rcw-message-text {
  background-color: #8568e4 !important;
  color: #fff;
}
.rcw-title {
  color: #fff !important;
}
[dir] .rcw-messages-container {
  background-image: url("/assets/chat-bg-MjI3FmWb.svg");
  background-color: #f2f0f7 !important;
  background-repeat: repeat;
  background-size: 150px;
}
[dir=ltr] .rs-table-cell-bordered .rs-table-cell {
  border-right: 1px solid #cecece !important;
  border-bottom: 1px solid #cecece !important;
}
[dir] .cohort .rs-table-cell-bordered .rs-table-cell {
  border-bottom: 0px solid #cecece !important;
}
[dir=ltr] .cohort .rs-table-cell-bordered .rs-table-cell {
  border-right: 0px solid #cecece !important;
}
[dir=rtl] .cohort .rs-table-cell-bordered .rs-table-cell {
  border-left: 0px solid #cecece !important;
}
[dir] .black-border .rs-table-cell-bordered .rs-table-cell {
  border-bottom: 2px solid #000 !important;
}
[dir=ltr] .black-border .rs-table-cell-bordered .rs-table-cell {
  border-right: 2px solid #000 !important;
}
[dir=rtl] .black-border .rs-table-cell-bordered .rs-table-cell {
  border-left: 2px solid #000 !important;
}
.black-border [dir] .rs-table-row-expanded,
[dir] .rs-table-row-header {
  background-color: transparent !important;
}
[dir] .white-border .rs-table-cell-bordered .rs-table-cell {
  border-bottom: 2px solid #fff !important;
}
[dir=ltr] .white-border .rs-table-cell-bordered .rs-table-cell {
  border-right: 2px solid #fff !important;
}
[dir=rtl] .white-border .rs-table-cell-bordered .rs-table-cell {
  border-left: 2px solid #fff !important;
}
.white-border [dir] .rs-table-row-expanded,
[dir] .rs-table-row-header {
  background-color: transparent !important;
}
[dir] .grey-border .rs-table-cell-bordered .rs-table-cell {
  border-bottom: 1px solid #cecece !important;
}
[dir=ltr] .grey-border .rs-table-cell-bordered .rs-table-cell {
  border-right: 1px solid #cecece !important;
}
[dir=rtl] .grey-border .rs-table-cell-bordered .rs-table-cell {
  border-left: 1px solid #cecece !important;
}
.grey-border [dir] .rs-table-row-expanded,
[dir] .rs-table-row-header {
  background-color: transparent !important;
}
[dir] .rs-table-cell {
  background-color: transparent !important;
}
[dir] .profile img {
  border-radius: 100px;
}
.column ::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}
.column :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}
.column ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}
.column input:focus {
  outline: none;
}
.no-border-input,
.no-border-input:focus {
  height: 100% !important;
  font-size: 1.3rem !important;
}
[dir] .no-border-input, [dir] .no-border-input:focus {
  box-shadow: none !important;
  border: none !important;
  background-color: transparent !important;
}
.no-border-input:focus.text-black {
  color: #13111a !important;
}
.column input::-webkit-calendar-picker-indicator {
  opacity: 0;
}
.popup-arrow {
  color: #282a36;
}
.line-chart .rs-table-cell-header,
.line-chart .rs-table-cell,
.line-chart .rs-table-cell-content,
.line-chart .rs-table-row {
  overflow: visible !important;
}
.line-chart .rs-table-body-row-wrapper {
  z-index: 67 !important;
  overflow: visible !important;
}
[dir] .passed-appt {
  background-color: #e4e4e4;
}
[dir] .bg-light-success:hover, [dir] .bg-light-warning:hover, [dir] .bg-light-danger:hover, [dir] .bg-light-danger:hover .rs-table-cell-group-fixed-left, [dir] .bg-light-success:hover .rs-table-cell-group-fixed-left, [dir] .bg-light-warning:hover .rs-table-cell-group-fixed-left, [dir] .passed-appt:hover .rs-table-cell-group-fixed-left {
  background-color: #f2f9ff !important;
}
[dir] .passed-appt .rs-table-cell-group-fixed-left {
  background-color: #e4e4e4 !important;
}
[dir] .bg-light-danger .rs-table-cell-group-fixed-left {
  background-color: #fceaeb !important;
}
[dir] .bg-light-warning .rs-table-cell-group-fixed-left {
  background-color: #fff3e8 !important;
}
[dir] .bg-light-success .rs-table-cell-group-fixed-left {
  background-color: #e6f8ee !important;
}
.popup-overlay,
.popup-content {
  z-index: 1060 !important;
}
[role=tooltip].popup-content {
  width: inherit !important;
}
[dir] .card {
  box-shadow: 0px 0px 25px 0px rgba(48, 0, 107, 0.0588235294);
  border-radius: 15px;
}
[dir=ltr] .list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
[dir] .todo-app-menu .avatar img {
  border-radius: 0% !important;
}
.todo-secondary-button,
.todo-secondary-button:hover,
.todo-secondary-button:focus {
  color: #616066 !important;
}
[dir] .todo-secondary-button, [dir] .todo-secondary-button:hover, [dir] .todo-secondary-button:focus {
  background-color: #f5f5f5 !important;
  border-radius: 6px !important;
  border: none !important;
  box-shadow: none !important;
}
[dir] .todo-modal {
  background-color: #f5f5f5;
  border-radius: 25px;
  margin: 0px;
}
[dir] .todo-modal > :nth-child(1) {
  padding: 35px;
  border-radius: 25px;
}
[dir] .todo-modal > :nth-child(2) {
  padding: 35px;
  border-radius: 25px;
}
.todo-app-menu .list-group-item:hover {
  color: #7367f0;
}
[dir] .todo-app-menu .list-group-item:hover {
  background-color: white !important;
}
.input-field-height {
  height: 2.714rem !important;
}
.ql-hidden {
  display: none !important;
}
.ql-editor,
.ql-container {
  height: auto !important;
}
.ql-editor,
.ql-editor p,
.ql-editor p span {
  line-height: normal !important;
}
[dir] .ql-editor p {
  margin-top: 6px !important;
}
#todo-input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}
#todo-input-dark::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #616066;
  opacity: 1; /* Firefox */
}
.text-black {
  color: #13111a;
}
@media (max-width: 1300px) {
  h1,
  .h1 {
    font-size: 1.5rem !important;
  }
  h2,
  .h2 {
    font-size: 1.2rem !important;
  }
  h3,
  .h3 {
    font-size: 1rem;
  }
  h4,
  .h4 {
    font-size: 0.8rem !important;
  }
  h5,
  .h5 {
    font-size: 0.7rem !important;
  }
  h6,
  .h6 {
    font-size: 0.6rem !important;
  }
}
.modal-backdrop.show {
  opacity: 0.4;
}
.react-tooltip {
  z-index: 10000 !important;
}
.fc-popover-body {
  overflow: scroll;
  height: 300px;
}
.overlay {
  position: fixed;
  top: 0;
  z-index: 100000;
  bottom: 0;
  opacity: 0.5;
  filter: blur(2px); /* required for opacity to work in IE */
}
[dir] .overlay {
  background: #000;
}
[dir=ltr] .overlay {
  left: 0;
  right: 0;
}
[dir=rtl] .overlay {
  right: 0;
  left: 0;
}
.period_bar .btn-outline-primary.active,
.period_bar .btn-outline-primary.active {
  color: white !important;
  font-weight: 700;
}
[dir=ltr] .period_bar .btn-outline-primary.active, [dir=ltr] .period_bar .btn-outline-primary.active {
  background-image: linear-gradient(to right, #7e5cfd, #8a30fd);
}
[dir=rtl] .period_bar .btn-outline-primary.active, [dir=rtl] .period_bar .btn-outline-primary.active {
  background-image: linear-gradient(to left, #7e5cfd, #8a30fd);
}
[dir] .semi-dark-layout .main-menu-content .navigation-main,
[dir] .main-menu.menu-dark {
  background-color: transparent !important;
  color: white;
}
[dir=ltr] .main-menu.menu-dark .navigation > li.active > a,
[dir] .main-menu.menu-dark .navigation > li.open:not(.menu-item-closing) > a,
[dir] .main-menu.menu-dark .navigation > li.sidebar-group-active > a {
  background: linear-gradient(to right, #7200ff, #ff00cf);
  color: white !important;
}
[dir] .semi-dark-layout .main-menu-content .navigation-main .nav-item .menu-content,
[dir] .semi-dark-layout .main-menu-content .navigation-main .nav-item .menu-content li:not(.active) a {
  background-color: transparent !important;
}
[dir] .comment-main-container {
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  background: #f5f5f5;
  padding: 15px;
}
[dir] .chat-application .sms, [dir] .chat-application .sms:active {
  border-radius: 15px;
  background-color: white;
}
[dir] .sms .period_bar .btn-outline-primary:not(:disabled):not(.disabled):active, [dir] .sms .period_bar .btn-outline-primary:not(:disabled):not(.disabled).active, [dir] .sms .period_bar .btn-outline-primary:not(:disabled):not(.disabled):focus {
  border-radius: 20px !important;
}
.sms .period_bar .btn {
  color: #000;
}
[dir] .sms .period_bar .btn {
  border: none !important;
}
[dir] .sms .chat-fixed-search input, [dir] .sms .chat-fixed-search .input-group-text, [dir] .sms .chat-fixed-search .input-group-merge:focus-within {
  border: none !important;
  box-shadow: none;
}
.sms .period_bar .btn-outline-primary:hover:not(.disabled):not(:disabled) {
  color: #000 !important;
}
[dir] .sms .period_bar .btn-outline-primary:hover:not(.disabled):not(:disabled) {
  background-color: transparent !important;
  background-image: none;
  border-radius: 20px !important;
}
.sms .period_bar .btn-outline-primary.active:hover:not(.disabled):not(:disabled) {
  color: white !important;
  font-weight: 700;
}
[dir=ltr] .sms .period_bar .btn-outline-primary.active:hover:not(.disabled):not(:disabled) {
  background-image: linear-gradient(to right, #7e5cfd, #8a30fd);
}
[dir=rtl] .sms .period_bar .btn-outline-primary.active:hover:not(.disabled):not(:disabled) {
  background-image: linear-gradient(to left, #7e5cfd, #8a30fd);
}
[dir] .sms .period_bar .btn-group {
  background-color: #e3e3e3;
  border-radius: 20px;
}
.patient-item:hover {
  color: white;
}
[dir=ltr] .patient-item:hover {
  background: linear-gradient(to right, #7200ff, #ff00cf);
  border-left: 5px solid red;
}
[dir=rtl] .patient-item:hover {
  background: linear-gradient(to left, #7200ff, #ff00cf);
  border-right: 5px solid red;
}
.patient-item:hover .regular-luci-title,
.patient-item:hover .small-paragraph,
.patient-item:hover .text_card_style {
  color: white !important;
}
[dir=ltr] .patient-item.active {
  border-left: 5px solid red;
}
[dir=rtl] .patient-item.active {
  border-right: 5px solid red;
}
[dir] .patient-item {
  background-color: white;
  cursor: pointer;
}
[dir=ltr] .patient-item {
  border-left: 5px solid #4719ff;
}
[dir=rtl] .patient-item {
  border-right: 5px solid #4719ff;
}
.badge-light {
  color: #7200ff !important;
}
.sms-tabs {
  height: 70px;
  overflow: hidden;
  align-items: center;
}
[dir] .sms-tabs {
  border-bottom: 1px solid #b6b5b8;
}
[dir=ltr] .sms-tabs {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
[dir=rtl] .sms-tabs {
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
.sms-tabs .col.active {
  color: white;
}
[dir] .sms-tabs .col.active {
  text-align: center;
}
[dir=ltr] .sms-tabs .col.active {
  background: linear-gradient(to right, #7200ff, #ff00cf);
}
[dir=rtl] .sms-tabs .col.active {
  background: linear-gradient(to left, #7200ff, #ff00cf);
}
.sms-tabs .col.active .small-paragraph {
  color: white;
}
.sms-tabs .col.active .badge {
  color: #a6a6a6;
  font-size: 12px !important;
}
[dir] .sms-tabs .col.active .badge {
  background-color: #fff;
}
.sms-tabs .col .badge {
  color: #a6a6a6;
  font-size: 12px !important;
}
[dir] .sms-tabs .col .badge {
  background-color: #fff;
}
.sms-tabs .col {
  font-size: 13px !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #000;
  font-weight: 700;
}
[dir] .sms-tabs .col {
  background-color: transparent;
}
.main-sms-tabs {
  height: 40px;
  overflow: hidden;
  align-items: center;
}
[dir] .main-sms-tabs {
  border-radius: 8px;
  border: 1px solid #7200ff;
  background-color: #f1e6ff;
}
.font-weight-500 {
  font-weight: 500 !important;
}
.main-sms-tabs .col.active {
  color: #fff;
}
[dir] .main-sms-tabs .col.active {
  border: none;
  border-radius: 0px;
  text-align: center;
}
[dir=ltr] .main-sms-tabs .col.active {
  background: linear-gradient(90deg, #7200ff -1.04%, #7c00fc 14.44%, #9600f3 40.49%, #c000e4 73.67%, #ef00d4 105.45%);
}
[dir=rtl] .main-sms-tabs .col.active {
  background: linear-gradient(-90deg, #7200ff -1.04%, #7c00fc 14.44%, #9600f3 40.49%, #c000e4 73.67%, #ef00d4 105.45%);
}
.main-sms-tabs .col.active .badge {
  color: #fff;
  font-weight: 600 !important;
  line-height: 18px;
  width: 27px;
  height: 25px;
  font-size: 12px !important;
}
[dir] .main-sms-tabs .col.active .badge {
  background-color: #ed9501 !important;
}
.main-sms-tabs .col .badge {
  color: #a6a6a6;
  font-size: 1px !important;
}
[dir] .main-sms-tabs .col .badge {
  background-color: #fff;
}
.main-sms-tabs .col {
  font-size: 14px !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #7200ff;
}
[dir] .main-sms-tabs .col {
  background-color: transparent;
}
.text-white .custom-control-label {
  color: white !important;
}
[dir] .rounded-button.btn {
  border-radius: 15px;
  border-width: 2px !important;
}
[dir] .rounded-medium {
  border-radius: 15px;
}
[dir] .rounded-light {
  border-radius: 10px !important;
}
[dir] .chat-trash {
  border-radius: 6px;
  padding: 3px;
}
[dir=ltr] .chat-trash {
  background: linear-gradient(270deg, #e83636 0%, #ff7c7c 100%);
}
[dir=rtl] .chat-trash {
  background: linear-gradient(-270deg, #e83636 0%, #ff7c7c 100%);
}
[dir] .small-padding {
  padding: 6px;
}
[dir] .sms .chat-app-window .chats .chat-body .chat-content {
  background-image: none;
  background-color: #ffe6fa;
  box-shadow: none;
}
[dir=ltr] .sms .chat-app-window .chats .chat-body .chat-content {
  border-radius: 12px 0px 12px 12px;
}
[dir=rtl] .sms .chat-app-window .chats .chat-body .chat-content {
  border-radius: 0px 12px 12px 12px;
}
.sms .chat-app-window .chats .chat-body .template-message {
  color: #000 !important;
}
[dir] .sms .chat-app-window .chats .chat-body .template-message {
  background-color: #ebecf0 !important;
}
.sms .chat-app-window .chats .chat-body .appt-confirm {
  color: #8a30fd !important;
}
[dir] .sms .chat-app-window .chats .chat-body .appt-confirm {
  background-color: transparent !important;
  border: 2px solid black !important;
  border-radius: 10px;
}
.sms .chat-app-window .chats .chat-body .appt-cancelled {
  color: #f37335 !important;
}
[dir] .sms .chat-app-window .chats .chat-body .appt-cancelled {
  background-color: transparent !important;
  border: 2px solid #f37335 !important;
  border-radius: 10px;
}
[dir] .sms .chat-app-window .chats .chat-body .chat-note {
  background-color: #a6a6a6 !important;
}
.sms .chat-app-window .chats .chat-left .chat-body .chat-content {
  color: #000;
}
[dir] .sms .chat-app-window .chats .chat-left .chat-body .chat-content {
  background-color: #f1e6ff;
  box-shadow: none;
}
[dir=ltr] .sms .chat-app-window .chats .chat-left .chat-body .chat-content {
  border-radius: 0px 12px 12px 12px;
}
[dir=rtl] .sms .chat-app-window .chats .chat-left .chat-body .chat-content {
  border-radius: 12px 0px 12px 12px;
}
.sms .chat-app-window .chats .chat-body .chat-content a {
  color: #29cef7;
  display: inline-block;
  max-width: 450px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
[dir] .sms .chat-app-window .chats .chat-body .chat-content a {
  border-radius: 5px;
}
[dir=ltr] .sms .chat-app-window .chats .chat-body .chat-content a {
  padding-left: 10;
  padding-right: 10;
}
[dir=rtl] .sms .chat-app-window .chats .chat-body .chat-content a {
  padding-right: 10;
  padding-left: 10;
}
ß .sms .chat-app-window .chats .chat-body .template-message a {
  color: #8a30fd;
}
.sms textarea,
.sms textarea.form-control:focus {
  resize: none;
  font-size: 20px;
}
[dir] .sms textarea, [dir] .sms textarea.form-control:focus {
  box-shadow: none;
  border: none !important;
  background-color: #f7f7f7;
}
[dir=ltr] .sms textarea, [dir=ltr] .sms textarea.form-control:focus {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
[dir=rtl] .sms textarea, [dir=rtl] .sms textarea.form-control:focus {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.sms .notes textarea,
.sms .notes textarea.form-control:focus {
  resize: none;
}
[dir] .sms .notes textarea, [dir] .sms .notes textarea.form-control:focus {
  box-shadow: none;
  border: none !important;
  background-color: #fffcde;
}
[dir=ltr] .sms .notes textarea, [dir=ltr] .sms .notes textarea.form-control:focus {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
[dir=rtl] .sms .notes textarea, [dir=rtl] .sms .notes textarea.form-control:focus {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.sms .select__control,
.sms .select__single-value {
  color: black !important;
}
[dir] .sms .select__control, [dir] .sms .select__single-value {
  border: none !important;
  background-color: transparent;
}
.sms .select__indicators {
  display: none;
}
[dir] .sms .select__indicators {
  border: none !important;
}
[dir] .sms .send {
  border-radius: 11px;
}
.not-showing {
  display: none !important;
}
.showing {
  display: flex !important;
}
[dir] .hover-effect:hover {
  background-color: #f0edfc;
}
.show-on-hover .hover-box {
  display: none;
}
.show-on-hover:hover .hover-box {
  display: block;
}
.hide-on-hover .hide-box {
  display: block;
}
.hide-on-hover:hover .hide-box {
  display: none;
}
.flatpickr-calendar.open {
  z-index: 1100 !important;
}
.automatedsms .btn-outline-warning {
  color: #f37335;
}
[dir] .automatedsms .btn-outline-warning {
  border: 1px solid #f37335 !important;
  background-color: transparent;
}
.automatedsms .btn-outline-warning:not(:disabled):not(.disabled).active {
  color: #fff;
}
[dir] .automatedsms .btn-outline-warning:not(:disabled):not(.disabled).active {
  background-color: #f37335;
}
.luci-advance-table,
.rs-table {
  overflow: hidden;
}
[dir] .luci-advance-table, [dir] .rs-table {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 15px;
  box-shadow: 0px 0px 25px 0px rgba(48, 0, 107, 0.0588235294);
}
[dir] .luci-advance-table .rs-table-row-header, [dir] .luci-advance-table .rs-table-row-header:hover {
  background-color: transparent !important;
}
[dir=ltr] .luci-advance-table .rs-table-row-header, [dir=ltr] .luci-advance-table .rs-table-row-header:hover {
  background: linear-gradient(270deg, #6800e8 -28.56%, #30006b 58.73%) !important;
}
[dir=rtl] .luci-advance-table .rs-table-row-header, [dir=rtl] .luci-advance-table .rs-table-row-header:hover {
  background: linear-gradient(-270deg, #6800e8 -28.56%, #30006b 58.73%) !important;
}
[dir] .rs-table-row-header .rs-table-cell-group-fixed-left, [dir] .rs-table-row-header .rs-table-cell-group-fixed-right {
  background-color: transparent !important;
}
[dir=ltr] .rs-table-row-header .rs-table-cell-group-fixed-left, [dir=ltr] .rs-table-row-header .rs-table-cell-group-fixed-right {
  background: linear-gradient(270deg, #6800e8 -28.56%, #30006b 58.73%);
}
[dir=rtl] .rs-table-row-header .rs-table-cell-group-fixed-left, [dir=rtl] .rs-table-row-header .rs-table-cell-group-fixed-right {
  background: linear-gradient(-270deg, #6800e8 -28.56%, #30006b 58.73%);
}
.luci-advance-table .rs-table-row {
  height: 46px;
}
[dir] .luci-advance-table .rs-table-row {
  border-bottom: 1px solid rgba(97, 96, 102, 0.2);
}
.luci-advance-table .rs-table-row.rs-table-row-header {
  height: 60px;
}
.rs-table-row:has(.rs-table-row-expanded) .rs-table-cell-content {
  font-size: 1.063rem;
}
[dir] .rs-table-row:has(.rs-table-row-expanded) .rs-table-cell-content {
  padding: 11px 10px;
}
.luci-user-roles-title {
  font-size: 1.063rem;
}
[dir] .rs-table-row:has(.rs-table-row-expanded) .rs-table-cell-content:has(.rs-checkbox) {
  padding: 0px !important;
  padding-top: 5px !important;
}
.luci-input,
.luci-input:focus,
.luci-input:focus-within {
  color: #13111a;
}
[dir] .luci-input, [dir] .luci-input:focus, [dir] .luci-input:focus-within {
  border: 1px solid #616066 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
}
.rs-table-row:not(:has(.rs-table-row-expanded)) .rs-table-cell-content {
  display: flex;
  font-size: 1.063rem;
}
[dir] .rs-table-row:not(:has(.rs-table-row-expanded)) .rs-table-cell-content {
  padding: 0px !important;
}
[dir] .rs-table-cell-content > :first-child {
  margin: auto;
}
[dir] .MuiInputBase-input {
  padding: 11px;
}
[dir] .small-min-max-number-input input {
  background: transparent;
  border: none;
}
[dir] .small-checkbox.custom-switch .custom-control-label::before {
  transform: scale(0.7);
}
.todo-modal .MuiInputBase-input {
  font-size: 16px;
  font-weight: 400;
}
[dir] .todo-modal .MuiInputBase-input {
  padding: 6px 0px;
}
h4 {
  font-size: 1.286rem;
}
.text-light-black {
  color: #13111a;
}
.select__control {
  min-height: 42px;
}
.team-text-truncate .custom-control-label {
  width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
[dir=ltr] .team-text-truncate .custom-control-label {
  text-align: left;
}
[dir=rtl] .team-text-truncate .custom-control-label {
  text-align: right;
}
.text-underline {
  text-decoration: underline;
}
.select__control .select__indicator {
  color: #616066;
}
[dir] .select__control .select__multi-value {
  background: #f5f5f5;
  padding: 3px 10px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.select__control .select__multi-value .select__multi-value__label {
  color: transparent;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
[dir] .select__control .select__multi-value .select__multi-value__label {
  background-clip: text !important;
  padding: 0px;
}
[dir=ltr] .select__control .select__multi-value .select__multi-value__label {
  padding-right: 5px;
  background: linear-gradient(to right, #7200ff, #ff00cf);
}
[dir=rtl] .select__control .select__multi-value .select__multi-value__label {
  padding-left: 5px;
  background: linear-gradient(to left, #7200ff, #ff00cf);
}
.select__control .select__multi-value .select__multi-value__remove {
  color: #ff00cf;
}
[dir] .select__control .select__multi-value .select__multi-value__remove {
  padding: 0px;
}
.select__control .select__single-value,
.react-select__control .select__single-value {
  color: #13111a;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
[dir=ltr] .select__control .select__single-value, [dir=ltr] .react-select__control .select__single-value {
  text-align: left;
}
[dir=rtl] .select__control .select__single-value, [dir=rtl] .react-select__control .select__single-value {
  text-align: right;
}
.period-bar-button .select__control {
  height: 36px;
}
.period-bar-button .select__control .select__single-value {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  top: 45%;
}
.card_title_style {
  color: #13111a;
  font-size: 20px;
  font-weight: 600;
}
[dir] .card_title_style {
  margin-bottom: 15px;
}
[dir=ltr] .card_title_style {
  text-align: left;
}
[dir=rtl] .card_title_style {
  text-align: right;
}
.text_card_style {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.regular-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
}
[dir=ltr] .rounded-top {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
[dir=rtl] .rounded-top {
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
[dir=ltr] .rounded-bottom {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
[dir=rtl] .rounded-bottom {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.text-18 {
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.luci-big-heading {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
.luci-big-heading-normal {
  font-size: 24px;
  font-style: normal;
  line-height: 32px;
}
.luci-text32 {
  font-size: 32px;
}
.z-1 {
  z-index: 1;
}
[dir] .rounded-extra-light {
  border-radius: 6px !important;
}
[dir] .send-chat-sms, [dir] .send-chat-sms .input-group-merge, [dir] .send-chat-sms .chat-app-form {
  background-color: #f5f5f5 !important;
  padding: 15px 25px;
  border: none !important;
}
[dir] .send-chat-sms textarea, [dir] .send-chat-sms textarea:focus, [dir] .send-chat-sms .input-group-merge, [dir] .send-chat-sms .input-group-merge:focus-within {
  background-color: transparent !important;
  box-shadow: none !important;
}
.badge {
  font-size: inherit;
  font-weight: 400 !important;
}
[dir] .badge {
  border-radius: 6px;
}
a {
  color: #7200ff !important;
  font-weight: 400 !important;
}
audio::-webkit-media-controls-play-button,
audio::-webkit-media-controls-panel {
  color: #000;
}
[dir] audio::-webkit-media-controls-play-button, [dir] audio::-webkit-media-controls-panel {
  background-color: #fff;
}
[dir] .dropdown-item.active,
[dir] .dropdown-item:active,
.nav-link.active {
  color: white !important;
}
.nav-link,
.dropdown-item {
  color: #5e5873 !important;
}
[dir] .border-right-secondary {
  border-color: #b6b5b8;
}
.border-line {
  height: 0.5px;
  width: 100%;
}
[dir] .border-line {
  background-color: #616066;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600 !important;
}
[dir] .sidebar-content {
  border-radius: 15px !important;
}
@keyframes anvil {
  0% {
    transform: scale(1) translateY(0px);
    opacity: 0;
    box-shadow: 0px 0px 25px 0px rgba(48, 0, 107, 0.0588235294);
  }
  1% {
    transform: scale(0.96) translateY(10px);
    opacity: 0;
    box-shadow: 0px 0px 25px 0px rgba(48, 0, 107, 0.0588235294);
  }
  100% {
    transform: scale(1) translateY(0px);
    opacity: 1;
    box-shadow: 0px 0px 25px 0px rgba(48, 0, 107, 0.0588235294);
  }
}
[dir] .popup-content {
  background: none !important;
  border: none !important;
  padding: 0px !important;
}
[dir=ltr] .popup-content {
  -webkit-animation: anvil 0.3s cubic-bezier(0.38, 0.1, 0.36, 0.9) forwards;
}
[dir=rtl] .popup-content {
  -webkit-animation: anvil 0.3s cubic-bezier(0.38, 0.1, 0.36, 0.9) forwards;
}
[dir] .rs-table-hover .rs-table-row:not(.rs-table-row-header):hover .rs-table-cell,
[dir] .rs-table-hover .rs-table-row:not(.rs-table-row-header):hover .rs-table-cell-group,
[dir] .rs-table-hover .rs-table-row:not(.rs-table-row-header):hover {
  background-color: #fbf1ff !important;
}
[dir] .search-box .input-group:not(.bootstrap-touchspin):focus-within {
  box-shadow: none !important;
}
[dir] .rs-checkbox-wrapper .rs-checkbox-inner:before {
  border: 1px solid #929296 !important;
}
[dir] .rs-checkbox .rs-checkbox-wrapper {
  transform: scale(1.6) !important;
}
[dir] .small-checkbox.rs-checkbox .rs-checkbox-wrapper {
  transform: scale(1.2) !important;
}
[dir=ltr] .rs-checkbox-wrapper {
  left: 8px !important;
}
[dir] .custom-checkbox .custom-control-label::before {
  transform: scale(1.4) !important;
}
[dir] .small-checkbox.custom-checkbox .custom-control-label::before {
  transform: scale(1.2) !important;
}
.small-checkbox.custom-checkbox .custom-control-label,
.rs-checkbox label {
  font-size: 14px !important;
}
[dir=ltr] .small-checkbox.custom-checkbox.custom-control {
  padding-left: 1.5rem;
}
[dir=rtl] .small-checkbox.custom-checkbox.custom-control {
  padding-right: 1.5rem;
}
[dir] .custom-checkbox .custom-control-label::before {
  border: 1px solid #929296 !important;
}
[dir=ltr] .custom-checkbox .custom-control-label {
  padding-left: 8px;
}
[dir=rtl] .custom-checkbox .custom-control-label {
  padding-right: 8px;
}
.luci-title {
  font-size: 20px;
  font-weight: 600;
  color: #13111a !important;
  line-height: 24px;
  letter-spacing: -0.02em;
}
[dir=ltr] .luci-title {
  text-align: left;
}
[dir=rtl] .luci-title {
  text-align: right;
}
.circle-progress svg text {
  fill: #ff00cf !important;
  font-weight: 700 !important;
}
.gradient-text {
  color: transparent !important;
}
[dir] .gradient-text {
  background-clip: text !important;
}
[dir=ltr] .gradient-text {
  background: linear-gradient(to right, #7200ff, #ff00cf);
}
[dir=rtl] .gradient-text {
  background: linear-gradient(to left, #7200ff, #ff00cf);
}
[dir=ltr] .gradient-background {
  background: linear-gradient(to right, #7200ff, #ff00cf);
}
[dir=rtl] .gradient-background {
  background: linear-gradient(to left, #7200ff, #ff00cf);
}
[dir=ltr] .gradient-dark-background {
  background: linear-gradient(270deg, #6800e8 -28.56%, #30006b 58.73%);
}
[dir=rtl] .gradient-dark-background {
  background: linear-gradient(-270deg, #6800e8 -28.56%, #30006b 58.73%);
}
.text-break {
  white-space: break-spaces;
}
.fc .fc-scrollgrid table {
  width: 100%;
}
.gradient-background svg {
  stroke: white;
}
.gradient-background svg path {
  fill: white;
  stroke: white;
  color: white;
}
[dir] .rs-checkbox-checked .rs-checkbox-wrapper .rs-checkbox-inner:before,
[dir] .rs-checkbox-indeterminate .rs-checkbox-wrapper .rs-checkbox-inner:before {
  background: linear-gradient(to right, #7200ff, #ff00cf) !important;
  border: none !important;
}
[dir] .custom-control-input:checked ~ .custom-control-label::before {
  background: linear-gradient(to right, #7200ff, #ff00cf) !important;
  border: none !important;
}
[dir] .custom-control-primary .custom-control-input:checked ~ .custom-control-label::before,
[dir] .custom-control-primary .custom-control-input:active ~ .custom-control-label::before {
  background: linear-gradient(to right, #7200ff, #ff00cf) !important;
  border: none !important;
}
[dir] .btn-outline-primary:not(:disabled):not(.disabled).active,
[dir] .fc .fc-toolbar .fc-button-group .fc-button-primary:not(.fc-prev-button):not(.fc-next-button).fc-button-active,
[dir] .fc .fc-toolbar .fc-button-group .fc-button-primary:not(.fc-prev-button):not(.fc-next-button):hover {
  background: linear-gradient(to right, #7200ff, #ff00cf) !important;
  color: white;
}
.MuiLinearProgress-bar2Indeterminate,
.MuiLinearProgress-bar1Indeterminate {
  color: #ff00cf;
  opacity: 1 !important;
}
.MuiLinearProgress-indeterminate::before {
  opacity: 0.5 !important;
}
[dir] .MuiLinearProgress-indeterminate::before {
  background-color: #7200ff;
}
[dir] .icon-back {
  background-color: #f0f0f0;
}
[dir=ltr] .selected-card {
  background: linear-gradient(to right, #7200ff, #ff00cf) !important;
}
[dir=rtl] .selected-card {
  background: linear-gradient(to left, #7200ff, #ff00cf) !important;
}
[dir=ltr] .selectable-div:hover {
  background: linear-gradient(to right, #7200ff, #ff00cf) !important;
}
[dir=rtl] .selectable-div:hover {
  background: linear-gradient(to left, #7200ff, #ff00cf) !important;
}
.selectable-div:hover > * {
  stroke: white;
}
.rounded {
  overflow: hidden;
}
[dir] .rounded {
  border-radius: 15px !important;
}
.table-rows-selected {
  color: transparent !important;
}
[dir] .table-rows-selected {
  background-clip: text !important;
}
[dir=ltr] .table-rows-selected {
  background: linear-gradient(to right, #7200ff, #ff00cf);
}
[dir=rtl] .table-rows-selected {
  background: linear-gradient(to left, #7200ff, #ff00cf);
}
[dir] .btn.btn-primary {
  border: none;
}
[dir=ltr] .btn.btn-primary {
  background: linear-gradient(to right, #7200ff, #ff00cf) !important;
}
[dir=rtl] .btn.btn-primary {
  background: linear-gradient(to left, #7200ff, #ff00cf) !important;
}
[dir] .btn.btn-primary:hover {
  border: none;
}
[dir=ltr] .btn.btn-primary:hover {
  background: linear-gradient(to right, #ff00cf, #7200ff) !important;
}
[dir=rtl] .btn.btn-primary:hover {
  background: linear-gradient(to left, #ff00cf, #7200ff) !important;
}
.large-number-text {
  font-size: 76px;
  font-weight: 600;
  line-height: 62px;
  letter-spacing: -0.02em;
}
[dir=ltr] .large-number-text {
  text-align: left;
}
[dir=rtl] .large-number-text {
  text-align: right;
}
.regular-paragraph {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 24px;
}
[dir] .regular-paragraph {
  text-align: center;
}
.regular-luci-title {
  font-size: 16px;
  color: #13111a;
  font-weight: 600;
  line-height: 24px;
}
.small-paragraph {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px; /* 116.667% */
}
.small-text {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 116.667% */
}
.small-text-light {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 116.667% */
}
.text-secondary {
  color: #616066 !important;
}
.h2-number {
  width: 60px;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px; /* 116.667% */
}
[dir] .h2-number {
  text-align: center;
}
.h1-number {
  font-size: 48px;
  font-weight: 600;
  line-height: 65px; /* 116.667% */
}
[dir] .h1-number {
  text-align: center;
}
.unread-badge {
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 19px; /* 158.333% */
  min-width: 25px;
}
[dir] .unread-badge {
  text-align: center;
  padding: 3px;
  border-radius: 50%;
}
.period-bar-button {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.luci-bar-graph svg g g rect {
  clip-path: inset(0 0 0 0 round 0 30px 30px 0);
}
.period_bar {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
[dir=ltr] .period_bar {
  text-align: left;
}
[dir=rtl] .period_bar {
  text-align: right;
}
.daily-reconciliation-card {
  height: 200px;
  position: relative;
  display: flex;
}
[dir] .daily-reconciliation-card {
  border-radius: 15px;
}
[dir=ltr] .daily-reconciliation-card {
  background: linear-gradient(90deg, #7200ff -1.04%, #7c00fc 14.44%, #9600f3 40.49%, #c000e4 73.67%, #ef00d4 105.45%);
}
[dir=rtl] .daily-reconciliation-card {
  background: linear-gradient(-90deg, #7200ff -1.04%, #7c00fc 14.44%, #9600f3 40.49%, #c000e4 73.67%, #ef00d4 105.45%);
}
[dir] .react-select .select__control {
  border: 1px solid #7200ff;
  border-radius: 10px;
  padding: 5px 15px;
}
.luci-search-box,
.luci-search-box input {
  height: 42px;
  color: #3e3a54 !important;
}
[dir] .popup-overlay[data-popup=modal] {
  background-color: rgba(0, 0, 0, 0.3);
}
.popup-content .close-dialog {
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 24px;
  position: absolute;
  top: -15px;
  opacity: 1;
}
[dir] .popup-content .close-dialog {
  background-color: #fff;
  border: 1px solid #cfcece;
  border-radius: 18px;
  cursor: pointer;
  text-align: center;
}
[dir=ltr] .popup-content .close-dialog {
  right: -15px;
}
[dir=rtl] .popup-content .close-dialog {
  left: -15px;
}
.popup-content .close-dialog:hover {
  transition: width 100ms ease-in-out;
  width: 50px !important;
  height: 50px !important;
}
.patient-card-item {
  overflow: hidden;
}
[dir=ltr] .patient-card-item {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
[dir=rtl] .patient-card-item {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.text-primary .custom-control-label {
  color: #7200ff !important;
}
.text-danger .custom-control-label {
  color: #f37335 !important;
}
.h1 .custom-control-label {
  font-size: 16px !important;
  font-weight: 600;
}
[dir] .chat-background {
  background-image: url("/assets/chat-background-7bNchRv8.svg");
}
.patient-item:hover .dropdown {
  display: block;
}
.patient-item:hover .dropdown svg,
.patient-item:hover .chat-info svg {
  stroke: white !important;
}
.patient-item .dropdown.show {
  display: block !important;
}
.patient-item .dropdown {
  display: none;
}
[dir] .passowrd .input-group .input-group-text {
  border: none !important;
}
.passowrd .input-group {
  overflow: hidden !important;
}
[dir] .passowrd .input-group {
  border-radius: 10px !important;
}
.sms.chat-app-form {
  height: 190px !important;
  overflow: scroll;
}
.sms.simple.chat-app-form {
  height: 100px !important;
  overflow: scroll;
}
[dir] .channel .uppy-DragDrop-container {
  border-radius: 150px !important;
  margin: auto;
}
.channel .uppy-DragDrop-container svg {
  display: none;
}
.channel .uppy-DragDrop-label {
  font-size: 11px;
}
.sms .chat-app-window .chats .chat-body .post.chat-content {
  width: 60% !important;
  min-width: 60%;
  color: #575757 !important;
}
[dir] .sms .chat-app-window .chats .chat-body .post.chat-content {
  background-color: transparent;
  border: 1px solid grey;
}
[dir=ltr] .sms .chat-app-window .chats .chat-body .post.chat-content {
  border-radius: 15px 0px 15px 15px;
}
[dir=rtl] .sms .chat-app-window .chats .chat-body .post.chat-content {
  border-radius: 0px 15px 15px 15px;
}
[dir=ltr] .sms .chat-app-window .chats .chat-left .chat-body .post.chat-content {
  border-radius: 0px 15px 15px 15px;
}
[dir=rtl] .sms .chat-app-window .chats .chat-left .chat-body .post.chat-content {
  border-radius: 15px 0px 15px 15px;
}
[dir] #compose-mail .modal-header {
  cursor: grab;
}
.sigContainer {
  width: 100%;
  height: 100%;
}
[dir] .sigContainer {
  text-align: center;
  margin: 0 auto;
  border-radius: 5px;
}
.sigPad {
  width: 100%;
  height: 100%;
}
[dir] .sigPad {
  background-color: white;
}
[dir] canvas {
  background-color: white;
}
button {
  outline: none !important;
}
[dir] .custom-uppy {
  background-color: white !important;
  padding: 6px;
}
.custom-uppy .uppy-DragDrop-label {
  font-size: 1rem;
  /* color: #000; */
}
.custom-uppy .uppy-DragDrop-browse {
  font-size: 1rem;
  /* color: #fff; */
}
.custom-uppy .uppy-DragDrop-arrow {
  width: 30px;
}
.rs-pagination-group-total,
.rs-pagination-group-skip {
  font-size: 20px;
}
.swal2-actions {
  flex-wrap: nowrap !important;
}
[dir] .swal2-actions {
  padding: 0px !important;
}
[dir] .modal .modal-content {
  border-radius: 15px;
}
[dir=ltr] .modal .modal-content:not(:has(.drop-zone-hide)) > :nth-child(2) {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
[dir=rtl] .modal .modal-content:not(:has(.drop-zone-hide)) > :nth-child(2) {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
[dir=ltr] .modal .modal-content:not(:has(.drop-zone-hide)) > :first-child {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
[dir=rtl] .modal .modal-content:not(:has(.drop-zone-hide)) > :first-child {
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
[dir=ltr] .custom-checkbox.custom-control,
[dir=ltr] .custom-radio.custom-control {
  z-index: 0 !important;
}
.notes-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-width: 425px;
}
.swal2-title {
  font-size: 16px !important;
  line-height: 25px !important;
}
.close {
  opacity: 1;
}
.tracker.heatmap {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2000;
}
[dir] .tracker.heatmap {
  background-color: rgba(0, 0, 0, 0.3);
}
[dir] .tracker canvas {
  background-color: transparent !important;
}
[dir=ltr] .tracker canvas {
  animation: fadeIn 1s forwards;
}
[dir=rtl] .tracker canvas {
  animation: fadeIn 1s forwards;
}
.tracker .heatmap-dot {
  position: absolute;
  width: 5px;
  height: 5px;
  pointer-events: none;
}
[dir] .tracker .heatmap-dot {
  background-color: rgba(255, 0, 0, 0.1);
  border-radius: 50%;
}
[dir=ltr] .tracker .heatmap-dot {
  transform: translate(-50%, -50%);
}
[dir=rtl] .tracker .heatmap-dot {
  transform: translate(50%, -50%);
}
[dir] .bulk-sms tr {
  border: 1px solid gainsboro;
}
[dir] .bulk-sms td {
  padding: 10px;
}
[dir=ltr] .bulk-sms td {
  border-right: 1px solid gainsboro;
}
[dir=rtl] .bulk-sms td {
  border-left: 1px solid gainsboro;
}
[dir] .rate-my-business td {
  padding: 0px;
}
[dir] .btn, [dir] button {
  border-radius: 10px;
}
.ai-writing .dropdown-menu.show {
  max-height: 225px;
  overflow: scroll;
}
[dir] .search-patients .round {
  border-radius: 6px;
  background-color: #f0f0f0;
}
.reactour__helper button:has(svg):not(.reactour__close) {
  -webkit-flex: unset !important;
  width: 40px !important;
  height: 40px !important;
}
.reactour__close {
  -webkit-flex: unset !important;
  width: 20px !important;
  height: 20px !important;
}
.search-patients input,
.search-patients input:focus {
  height: 33px;
}
[dir] .search-patients input, [dir] .search-patients input:focus {
  border: 1px solid #d9d9d9 !important;
  background-color: #fcfcfc !important;
}
.search-patients .input-group-text {
  height: 33px;
}
[dir] .search-patients .input-group-text {
  border: 1px solid #d9d9d9 !important;
}
.large-heading {
  font-size: 28px;
}
.star-container {
  gap: 10px;
}
.star-container .star {
  transition: all 0.3s ease;
}
.luci-author {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
.description {
  font-size: 16px !important;
}
@media screen and (max-width: 768px) {
  .large-heading {
    font-size: 26px;
  }
  .star-container .star {
    width: 50px !important;
    height: 50px !important;
  }
  .description {
    font-size: 14px !important;
  }
  [dir=ltr] .public-page-wrapper .custom-checkbox .custom-control-label::before {
    margin-left: 3px;
  }
  [dir=rtl] .public-page-wrapper .custom-checkbox .custom-control-label::before {
    margin-right: 3px;
  }
}
@media screen and (max-width: 480px) {
  .large-heading {
    font-size: 17px !important;
  }
  .star-container .star {
    width: 30px !important;
    height: 30px !important;
  }
  .description {
    font-size: 12px !important;
  }
  .public-page-wrapper .regular-paragraph {
    font-size: 14px !important;
  }
  .public-page-wrapper .logo img {
    max-width: 150px !important;
  }
}
[dir] .upload-icon-wrapper {
  padding: 20px;
  background-color: #F1E6FF;
}
.color-picker {
  height: 40px;
  width: 30px;
}
[dir] .color-picker {
  background-color: #717d96;
  cursor: pointer;
}
[dir=ltr] .color-picker {
  border-radius: 0px 6px 6px 0px;
}
[dir=rtl] .color-picker {
  border-radius: 6px 0px 0px 6px;
}
.theme-container {
  transition: border-color 0.3s ease;
}
[dir] .theme-container {
  border: 2px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  padding: 8px;
  margin-bottom: 11px;
}
[dir] .theme-container {
  background-color: #E6E8EB;
}
[dir] .theme-container.active {
  border: 2px solid #007bff;
}
[dir] .theme-container img {
  border-radius: 4px;
}
.theme-container div {
  color: #007bff;
  font-weight: 500;
}
.radio-field .custom-control-label {
  color: #717D96 !important;
}
.chat-list .chat-info .regular-luci-title {
  font-weight: 500 !important;
}
[dir] .rs-table-cell-content:has(.column-selected) {
  background: rgb(255, 0, 207) !important;
}
.truncate {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.truncate-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.truncate-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1320px) {
  .hide-for-tablet {
    display: none !important;
  }
}
.circle-more-background {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  opacity: 0.5;
}
[dir] .circle-more-background {
  background-color: #000;
  border-radius: 50%;
}
.text-size-laptop {
  font-size: 12px !important;
}
[dir] .task-item:hover {
  background-color: #f5f5f5 !important;
}
.rendered-article p, .rendered-article li {
  line-height: 1.4;
}
[dir] .rendered-article p, [dir] .rendered-article li {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.rendered-article {
  color: #13111a;
  overflow: hidden;
}
[dir=ltr] .rendered-article {
  margin-right: 30px;
  margin-left: 30px;
}
[dir=rtl] .rendered-article {
  margin-left: 30px;
  margin-right: 30px;
}
.rendered-article hr {
  display: block;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
  margin-inline-start: auto;
  margin-inline-end: auto;
  unicode-bidi: isolate;
  overflow: hidden;
}
[dir] .rendered-article hr {
  border-style: inset;
  border-width: 1px;
}
.rendered-article img {
  max-width: 770px;
  height: auto;
  display: block;
}
[dir=ltr] .rendered-article img {
  margin-left: auto;
  margin-right: auto;
}
[dir=rtl] .rendered-article img {
  margin-right: auto;
  margin-left: auto;
}
.rendered-article .emoji, .rendered-article [data-emoji] {
  display: inline-block;
  height: 1.2em;
  width: 1.2em;
  vertical-align: -0.1em;
}
[dir=ltr] .rendered-article .emoji, [dir=ltr] .rendered-article [data-emoji] {
  margin: 0 0.05em 0 0.1em;
}
[dir=rtl] .rendered-article .emoji, [dir=rtl] .rendered-article [data-emoji] {
  margin: 0 0.1em 0 0.05em;
}
.rendered-article iframe, .rendered-article video {
  max-width: 100%;
  display: block;
}
[dir=ltr] .rendered-article iframe, [dir=ltr] .rendered-article video {
  margin-left: auto;
  margin-right: auto;
}
[dir=rtl] .rendered-article iframe, [dir=rtl] .rendered-article video {
  margin-right: auto;
  margin-left: auto;
}
.rendered-article td:has(a) {
  max-width: 400px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.rendered-article table {
  display: block;
  overflow-x: auto;
  white-space: nowrap !important;
}
.rendered-article h1 {
  font-size: 2rem !important; /* 32px */
}
.rendered-article h2 {
  font-size: 1.714rem !important; /* ~27.42px */
}
.rendered-article h3 {
  font-size: 1.5rem !important; /* 24px */
}
.rendered-article h4 {
  font-size: 1.286rem !important; /* ~20.58px */
}
.rendered-article h5 {
  font-size: 1.07rem !important; /* ~17.12px */
}
.font-weight-400 {
  font-weight: 400 !important;
}
[dir] form .mb-3 {
  margin-bottom: 1rem !important;
}
a {
  text-decoration: none;
}
:root {
  --primary: var(--bs-primary);
  --secondary: var(--bs-secondary);
  --success: var(--bs-success);
  --danger: var(--bs-danger);
  --warning: var(--bs-warning);
  --info: var(--bs-info);
  --dark: var(--bs-dark);
}
.font-weight-bolder {
  font-weight: 600;
}
[dir] .card {
  background-color: #fff;
}
.row:has(.period_bar) > * {
  flex-shrink: unset;
  max-width: unset;
  width: unset;
}
.row .row:not(:has(.col-lg-8)):not(:has(.col)):not(:has(.col-sm-12)):not(:has(.col-lg-12)):not(:has(.col-lg-6)):not(:has(.col-sm-6)):not(:has(.col-lg-3)):not(:has(.col-lg-2)):not(:has(.col-lg-5)):not(:has(.col-lg-7)):not(:has(.col-lg-4)) > * {
  width: unset;
}
/* 👇 Restore Bootstrap 4 custom checkbox color behavior */
/* ✅ Restore Bootstrap 4 custom checkbox look for Bootstrap 5 */
/* Restore basic box and label look for legacy checkboxes */
[dir] input[type=radio].form-check-input.custom-control-primary {
  border: 1px solid #7367f0;
  transform: scale(1.3);
  background-color: transparent;
}
[dir=ltr] input[type=radio].form-check-input.custom-control-primary {
  margin-right: 10px !important;
}
[dir=rtl] input[type=radio].form-check-input.custom-control-primary {
  margin-left: 10px !important;
}
[dir] input[type=radio].form-check-input.custom-control-primary:checked {
  border: none !important;
  border-color: var(--bs-primary);
}
[dir=ltr] input[type=radio].form-check-input.custom-control-primary:checked {
  background: linear-gradient(to right, #7200ff, #ff00cf) !important;
}
[dir=rtl] input[type=radio].form-check-input.custom-control-primary:checked {
  background: linear-gradient(to left, #7200ff, #ff00cf) !important;
}
input[type=checkbox]:not([role=switch]).form-check-input.custom-control-primary {
  appearance: none;
  -webkit-appearance: none;
  width: 1.6rem;
  height: 1.6rem;
  vertical-align: middle;
  display: flex !important;
  transition: all 0.15s ease-in-out;
}
[dir] input[type=checkbox]:not([role=switch]).form-check-input.custom-control-primary {
  border: 1.5px solid #adb5bd;
  border-radius: 0.25rem;
  margin-top: 1px;
  cursor: pointer;
  background-color: #fff;
}
[dir=ltr] input[type=checkbox]:not([role=switch]).form-check-input.custom-control-primary {
  margin-right: 20px !important;
  margin-left: 10px;
}
[dir=rtl] input[type=checkbox]:not([role=switch]).form-check-input.custom-control-primary {
  margin-left: 20px !important;
  margin-right: 10px;
}
[dir] input[type=checkbox]:not([role=switch]).form-check-input.custom-control-primary:checked {
  border: none !important;
  border-color: var(--bs-primary);
}
[dir=ltr] input[type=checkbox]:not([role=switch]).form-check-input.custom-control-primary:checked {
  background: linear-gradient(to right, #7200ff, #ff00cf) !important;
}
[dir=rtl] input[type=checkbox]:not([role=switch]).form-check-input.custom-control-primary:checked {
  background: linear-gradient(to left, #7200ff, #ff00cf) !important;
}
input[type=checkbox]:not([role=switch]).form-check-input.custom-control-primary:checked::after {
  content: "";
  position: relative;
  top: 0.28rem;
  width: 0.5rem;
  height: 0.8rem;
  display: inline-block;
}
[dir] input[type=checkbox]:not([role=switch]).form-check-input.custom-control-primary:checked::after {
  border: solid #fff;
}
[dir=ltr] input[type=checkbox]:not([role=switch]).form-check-input.custom-control-primary:checked::after {
  left: 0.57rem;
  border-width: 0 2.5px 2.5px 0;
  transform: rotate(45deg);
}
[dir=rtl] input[type=checkbox]:not([role=switch]).form-check-input.custom-control-primary:checked::after {
  right: 0.57rem;
  border-width: 0 0 2.5px 2.5px;
  transform: rotate(-45deg);
}
[dir] .form-control {
  background-color: white;
}
[dir] .list-group-item {
  background-color: white;
}
[dir] .rs-checkbox {
  transform: scale(1.4);
}
[dir=ltr] .rs-checkbox {
  padding-left: 6px;
}
[dir=rtl] .rs-checkbox {
  padding-right: 6px;
}
[dir] .dropdown-menu {
  background-color: white;
}
[dir=ltr] div:has(.form-check-input) .btn-group {
  margin-left: 10px;
}
[dir=rtl] div:has(.form-check-input) .btn-group {
  margin-right: 10px;
}
[dir] .container-fluid {
  padding: 0px;
}
[dir=ltr] .modal-body {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
[dir=rtl] .modal-body {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}
[dir] .modal-content {
  background-color: white;
}
[dir] input[type=text]:focus {
  background-color: white;
}
[dir] #email-editor input[type=text]:focus {
  background-color: inherit;
}
[dir=ltr] .MuiList-root ul, [dir=ltr] .MuiPickersLayout-root ul {
  padding-left: 0px;
}
[dir=rtl] .MuiList-root ul, [dir=rtl] .MuiPickersLayout-root ul {
  padding-right: 0px;
}
.MuiPickersInputBase-sectionsContainer {
  width: fit-content !important;
}
[dir] .MuiPickersInputBase-root {
  padding: 0px;
}
[dir] .MuiPickersInputBase-root {
  margin-top: 10px;
  padding: 0px 5px;
  border-radius: 15px;
  border: 1px solid grey;
}
.w-fit-content {
  width: fit-content !important;
}
/* --- GLOBAL SWITCH FIX --- */
/* Make all inputs with role="switch" behave like Bootstrap 5 switches, even without .form-switch */
input[type=checkbox][role=switch] {
  width: 2.5em;
  height: 1.4em;
  appearance: none;
  display: inline-block;
  -webkit-appearance: none;
  position: relative;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}
[dir] input[type=checkbox][role=switch] {
  cursor: pointer;
  margin-top: 1px;
  background-color: #e9ecef;
  border-radius: 2em;
  border: 1px solid rgba(0, 0, 0, 0.25);
}
[dir=ltr] input[type=checkbox][role=switch] {
  margin-right: 20px !important;
  margin-left: 10px;
}
[dir=rtl] input[type=checkbox][role=switch] {
  margin-left: 20px !important;
  margin-right: 10px;
}
[dir] input[type=checkbox][role=switch]:checked {
  border-color: var(--bs-primary, #0d6efd);
}
[dir=ltr] input[type=checkbox][role=switch]:checked {
  background: linear-gradient(to right, #7200ff, #ff00cf) !important;
}
[dir=rtl] input[type=checkbox][role=switch]:checked {
  background: linear-gradient(to left, #7200ff, #ff00cf) !important;
}
input[type=checkbox][role=switch]::before {
  content: "";
  position: absolute;
  top: 0.15em;
  width: 1em;
  height: 1em;
  transition: transform 0.25s ease;
}
[dir] input[type=checkbox][role=switch]::before {
  background-color: #fff;
  border-radius: 50%;
}
[dir=ltr] input[type=checkbox][role=switch]::before {
  left: 0.2em;
}
[dir=rtl] input[type=checkbox][role=switch]::before {
  right: 0.2em;
}
/* ✅ Remove tick / checkmark only for switches */
input[type=checkbox][role=switch],
input[type=switch] {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}
[dir] input[type=checkbox][role=switch], [dir] input[type=switch] {
  background-image: none !important;
}
[dir=ltr] input[type=checkbox][role=switch]:checked::before {
  transform: translateX(1.1em);
}
[dir=rtl] input[type=checkbox][role=switch]:checked::before {
  transform: translateX(-1.1em);
}