@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

:root {
  --remix-icon: "remixicon";
  --poppins: "Poppins", sans-serif;
}


/* Default Theme */
.default-theme {
  --ot-primary: #050099;
  --ot-secondary: #050099;
  --ot-tertiary: #fa5f1c;
  --ot-primary-rgb: rgb(8, 155, 72);
  --ot-secondary-rgb: 40, 185, 94;
  --ot-tertiary-rgb: 240, 120, 60;
  --body-bg: #f6f6f6;
  --ot-primary-title: #222222;
  --ot-secondary-title: #555555;
  --ot-tertiary-title: #6f767e;
  --ot-primary-paragraph: #666666;
  --ot-secondary-paragraph: #999999;
  --ot-tertiary-paragraph: #6f767e;
  --ot-primary-btn: #050099;
  --ot-secondary-btn: var(--ot-secondary);
  --ot-tertiary-btn: var(--ot-tertiary);
  /* border color */
  --ot-primary-border: #eeeeee;
  --ot-secondary-border: #f4f4f4;
  --red: #ff3030;
  --ratting-color: #ff9b26;
  --ratting-color-rgb: 255, 193, 7;
  --ot-bg-badge: #e9faf4;
  --ot-text-badge: #3b3b3b;
  --ot-date: #262626;
  --ot-bg-event-date-lightblue: #ecedff;
  --ot-bg-event-date-green: #d8f8e9;
  --ot-bg-event-date-orange: #fff1e0;
  --scroll-color-one: #554cbd46;
  --scroll-color-two: #f3f3f3;
  --white: #fff;
  --theme-shadow: 0px 0px 20px 0px rgba(76, 87, 125, 0.02);
  --theme-shadow2: 0px 5px 20px 0px rgba(88, 59, 255, 0.3);
  /* background color */
  --ot-bg-primary: #f0f3f5;
  --ot-bg-secondary: #ffffff;
  --ot-bg-secondary-opacity: rgba(255, 255, 255, 0.35);
  --ot-bg-tertiary: #ffffff;
  --ot-bg-progress: #e6e6e6;
  /* badge background color */
  --ot-bg-badge-success: #050099;
  --ot-bg-badge-danger: #ff6a54;
  --ot-bg-badge-warning: #fdc400;
  --ot-bg-badge-primary: #1890ff;
  --ot-bg-badge-custom: #f1faff;
  /* badge text color */
  --ot-text-badge-success: #29d697;
  --ot-text-badge-danger: #ff6a54;
  --ot-text-badge-warning: #fdc400;
  --ot-text-badge-primary: #1890ff;
}


/* Dark Theme */
.dark-theme {
  --ot-primary: #050099;
  --ot-secondary: #050099;
  --ot-tertiary: #fa5f1c;
  --ot-primary-rgb: rgb(8, 155, 72);
  --ot-secondary-rgb: 40, 185, 94;
  --ot-tertiary-rgb: 240, 120, 60;
  --body-bg: #07080a;
  --ot-primary-title: #eeeeee;
  --ot-secondary-title: #bbbbbb;
  --ot-tertiary-title: #6f767e;
  --ot-primary-paragraph: #bbbbbb;
  --ot-secondary-paragraph: #999999;
  --ot-tertiary-paragraph: #6f767e;
  /* border color */
  --ot-primary-border: #222222;
  --ot-secondary-border: #222222;
  --ot-primary-btn: #050099;
  --ot-secondary-btn: var(--ot-secondary);
  --ot-tertiary-btn: var(--ot-tertiary);
  --red: #ff3030;
  --ratting-color: #ff9b26;
  --ratting-color-rgb: 255, 193, 7;
  --ot-bg-badge: #e9faf4;
  --ot-text-badge: #3b3b3b;
  --ot-date: #262626;
  --ot-bg-event-date-lightblue: #ecedff;
  --ot-bg-event-date-green: #d8f8e9;
  --ot-bg-event-date-orange: #fff1e0;
  --scroll-color-one: #554cbd46;
  --scroll-color-two: #f3f3f3;
  --white: #100f14;
  --theme-shadow: 0px 0px 20px 0px rgba(76, 87, 125, 0.02);
  --theme-shadow2: 0px 5px 20px 0px rgba(88, 59, 255, 0.3);
  /* background color */
  --ot-bg-primary: #f0f3f5;
  --ot-bg-secondary: #ffffff;
  --ot-bg-secondary-opacity: rgba(255, 255, 255, 0.35);
  --ot-bg-tertiary: #ffffff;
  --ot-bg-progress: #e6e6e6;
  /* badge background color */
  --ot-bg-badge-success: #050099;
  --ot-bg-badge-danger: #ff6a54;
  --ot-bg-badge-warning: #fdc400;
  --ot-bg-badge-primary: #1890ff;
  --ot-bg-badge-custom: #f1faff;
  /* badge text color */
  --ot-text-badge-success: #29d697;
  --ot-text-badge-danger: #ff6a54;
  --ot-text-badge-warning: #fdc400;
  --ot-text-badge-primary: #1890ff;
}


.text-primary {
  color: var(--primary-color) !important;
}


.text-secondary {
  color: var(--ot-tertiary-title) !important;
}


.text-success {
  color: #050099 !important;
}


.text-danger {
  color: #d22d3d !important;
}


.text-info {
  color: #717171 !important;
}


.text-dark {
  color: #2c323f !important;
}


.text-white {
  color: var(--white) !important;
}


.text-warning {
  color: #e2c636 !important;
}


.text-title {
  color: var(--ot-primary-title) !important;
}


.text-primary-paragraph {
  color: var(--ot-primary-paragraph) !important;
}


.p-12 {
  padding: 12px !important;
}


.p-20 {
  padding: 20px !important;
}


/*-- padding --*/
.mw-10 {
  min-width: 10px !important;
}


.mw-30 {
  min-width: 30px !important;
}


.mw-45 {
  min-width: 45px !important;
}


.mw-100 {
  min-width: 100px !important;
}


.mw-180 {
  min-width: 180px !important;
}


/*-- padding --*/
.top-0 {
  top: 0px !important;
}


.font-400 {
  font-weight: 400 !important;
}


.font-500 {
  font-weight: 500 !important;
}


.font-600 {
  font-weight: 600 !important;
}


.mb-6 {
  margin-bottom: 6px;
}


.mb-8 {
  margin-bottom: 8px;
}


.pb-8 {
  padding-bottom: 8px;
}


/*-- Margin To-Bottom-Left-Right --*/
.mt-10 {
  margin-top: 10px;
}


.mb-10 {
  margin-bottom: 10px;
}


.pb-10 {
  padding-bottom: 10px;
}


.mb-12 {
  margin-bottom: 12px;
}


.mb-15 {
  margin-bottom: 15px;
}


.mb-16 {
  margin-bottom: 16px;
}


.pb-16 {
  padding-bottom: 16px;
}


/*-- Margin To-Bottom-Left-Right --*/
.mt-18 {
  margin-top: 18px;
}


.mb-18 {
  margin-bottom: 18px;
}


/*-- Margin To-Bottom-Left-Right --*/
.mt-20 {
  margin-top: 20px;
}


.mb-20 {
  margin-bottom: 20px;
}


.pb-20 {
  padding-bottom: 20px;
}


.mb-22 {
  margin-bottom: 22px;
}


.mb-24 {
  margin-bottom: 24px;
}


.mb-30 {
  margin-bottom: 30px;
}


/*-- Margin To-Bottom-Left-Right --*/
.mt-40 {
  margin-top: 40px;
}


.mb-40 {
  margin-bottom: 40px;
}


/*-- Margin Padding  0 --*/
/*-- Margin To-Bottom-Left-Right --*/
.mt-0 {
  margin-top: 0px !important;
}


.mb-0 {
  margin-bottom: 0px !important;
}


.g-24 {
  --bs-gutter-y: 24px;
}


.g-10 {
  --bs-gutter-y: 10px;
}


.g-16 {
  --bs-gutter-y: 16px;
}


* {
  scrollbar-color: inherit inherit;
  scrollbar-width: 0;
  scrollbar-width: none;
}


/* Hide scrollbars */
body {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer/Edge */
}


body::-webkit-scrollbar {
  width: 0;
  background-color: transparent;
}


* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */
}


html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}


body {
  margin: 0;
  color: var(--ot-primary-paragraph);
  overflow-x: hidden;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--poppins);
}


p {
  color: var(--ot-primary-paragraph);
  font-family: var(--poppins);
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 1.6;
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 14px;
}


svg {
  vertical-align: baseline;
}


.alert svg {
  width: 20px;
  height: 20px;
}


code {
  display: inline-block;
  color: var(--ot-primary);
  text-transform: none;
  background: rgba(var(--primary-rgb), 0.08);
  padding: 4px 6px;
  font-size: 14px;
  border-radius: 4px;
  margin: 0 7px 9px;
  font-weight: 200;
  -webkit-box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}


.custom-dropdown .dropdown-toggle::after {
  display: none;
}

.custom-dropdown button {
  background: none;
  padding: 0;
  border: 0;
  font-size: 40px;
  color: var(--border-color-one);
  line-height: 1;
}


.dropdown-item:focus, .dropdown-item:hover {
  color: var(--ot-primary);
  background-color: inherit;
}


.hide {
  display: none;
}


h1, h2, h3, h4, h5, h6 {
  font-family: var(--poppins);
  color: var(--ot-primary-title);
  margin-bottom: 0px;
  font-weight: 500;
}


h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}


a, .button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}


a:focus, .button:focus {
  text-decoration: none;
  outline: none;
}


a {
  color: var(--ot-primary);
  text-decoration: none;
}


a:focus, a:active, a:hover {
  color: var(--ot-primary);
}


.clear {
  clear: both;
}


pre {
  margin-top: 15px;
  background-color: whitesmoke;
  background-size: 100%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, #f5f5f5),
    color-stop(50%, #e6e6e6)
  );
  background-image: linear-gradient(#f5f5f5 50%, #e6e6e6 50%);
  background-size: 38px 38px;
  border: 1px solid #d4d4d4;
  display: block;
  line-height: 19px;
  margin-bottom: 20px;
  overflow: visible;
  overflow-y: hidden;
  padding: 0 0 0 4px;
  word-break: break-word;
}


a i {
  padding: 0 2px;
}


.daterangepicker {
  background-color: var(--white);
  border: 1px solid transparent;
}


ol:not([class]) {
  margin-bottom: 20px;
}


ol:not([class]) ol {
  margin-bottom: 0px;
}


ul ol:not([class]) {
  margin-bottom: 0px;
}


dl, ol, ul {
  padding-left: 0px;
}


ol ol, ol ul, ul ol, ul ul {
  margin-top: 0px;
}


ul {
  margin: 0px;
  padding: 0px;
}


li {
  list-style: none;
}


hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}


input:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}


textarea:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}


/*input and button type focus outline disable*/
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus, textarea:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}


#content[tabindex="-1"]:focus {
  outline: 0;
}


.h-100 {
  height: 100%;
}


embed, iframe, object {
  max-width: 100%;
}


.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}


/*-----------   Back To Top  --------*/
@-webkit-keyframes border-transform {

  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }

  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }

  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }

  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }

  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }

  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }

  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }

}


.section-tittle .title {
  color: var(--ot-primary-title);
  font-family: var(--poppins);
  font-size: 18px;
  line-height: 1.4;
  z-index: 0;
  text-transform: capitalize;
}

@media (max-width: 767px) {

  .section-tittle .title {
    font-size: 16px !important;
  }

}

.section-tittle .title .color {
  color: var(--ot-primary);
}

.section-tittle .pera {
  color: var(--ot-primary-paragraph);
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 0px;
}

.section-tittle .pera a {
  text-decoration: underline;
}


.section-tittle .small-title {
  color: var(--ot-primary-paragraph);
  font-family: var(--poppins);
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 10px;
  z-index: 0;
}

@media (max-width: 575px) {

  .section-tittle .small-title {
    font-size: 20px !important;
  }

}


input[type="number"] {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}


.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}


.border-top {
  border-top: 1px solid var(--ot-primary-border) !important;
}


.border-bottom {
  border-bottom: 1px solid var(--ot-primary-border) !important;
}


.img-cover {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}


.h-calc {
  height: calc(100% - 24px);
}


.h-calc {
  height: 100%;
}


.ot-card {
  padding: 24px 24px 24px 24px;
  border-radius: 4px;
  border: 1px solid var(--ot-primary-border);
}

@media (max-width: 575px) {

  .ot-card {
    padding: 15px;
  }

}


.ot-card3 {
  padding: 10px 14px;
  border-radius: 4px;
  border: 1px solid var(--ot-primary-border);
}


.g-24 {
  --bs-gutter-y: 24px;
}


.g-10 {
  --bs-gutter-y: 10px;
}


.apexcharts-toolbar {
  display: none !important;
}


.fileter-selct .select2-selection {
  min-height: 20px !important;
  padding: 15px 0;
}

.fileter-selct .fileter-selct .select2-container .select2-selection--single {
  height: 33px !important;
  padding: 10px 15px;
  border: 1px solid var(--ot-secondary-border) !important;
}

.fileter-selct .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 30px;
  color: var(--ot-primary-title);
  padding-right: 0px;
  top: -3px !important;
  right: 6px;
}

.fileter-selct .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  top: 20px;
}

.fileter-selct .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--ot-primary-title);
  font-size: 12px;
  padding-left: 14px;
  padding-right: 17px;
}


/* Modal Close Button */
.btn-close {
  font-size: 22px;
  opacity: 1;
  padding: 0 !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--ot-primary-title);
  width: auto;
  height: auto;
  font-weight: 500;
  margin: 0 !important;
}

.btn-close i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  display: block;
}

.btn-close:hover {
  color: var(--ot-tertiary);
}

.btn-close:hover i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}


.modal-lg {
  max-width: 700px;
}


.note-modal-content {
  padding: 20px;
}


.text-justify {
  text-align: justify;
  text-justify: inter-word;
}


.btn-primary-fill {
  padding: 9px 22px !important;
  color: var(--white);
  text-transform: capitalize;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  background: var(--ot-primary-btn);
}

.btn-primary-fill:hover {
  background: none;
  border: 1px solid var(--ot-primary-btn);
  color: var(--ot-primary-btn);
}

.btn-primary-fill .icon {
  line-height: 1;
}

.btn-primary-fill i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 20px;
  transition: 0.3s;
  position: relative;
  left: 0;
  top: 1px;
  line-height: 1;
}

.btn-primary-fill:focus {
  border-color: var(--ot-primary-btn);
  background: var(--ot-primary-btn);
  color: var(--ot-primary-border);
}

.btn-primary-fill:focus:active {
  border-color: var(--ot-primary-btn);
  background: var(--ot-primary-btn);
  color: var(--white);
}

.btn-cancel-fill {
  padding: 9px 22px !important;
  color: var(--white);
  text-transform: capitalize;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  background: var(--red);
}

.btn-cancel-fill:hover {
  background: none;
  border: 1px solid var(--red);
  color: var(--red);
}

.btn-cancel-fill .icon {
  line-height: 1;
}

.btn-cancel-fill i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 20px;
  transition: 0.3s;
  position: relative;
  left: 0;
  top: 1px;
  line-height: 1;
}

.btn-cancel-fill:focus {
  border-color: var(--red);
  background: var(--red);
  color: var(--ot-primary-border);
}

.btn-cancel-fill:focus:active {
  border-color: var(--red);
  background: var(--red);
  color: var(--white);
}

.btn-primary-outline {
  padding: 11px 22px;
  border: 1px solid transparent;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  background: none;
  color: var(--ot-primary-btn);
  border: 1px solid var(--ot-primary-btn);
}

.btn-primary-outline:hover {
  color: var(--white);
  border: 1px solid var(--ot-primary-btn);
  background: var(--ot-primary-btn);
}

.btn-primary-outline i {
  font-size: 21px;
  line-height: 1;
  position: relative;
  top: 4px;
}

.btn-primary-outline:focus {
  border-color: var(--ot-primary-btn);
  background: var(--ot-primary-btn);
  color: var(--white);
}

.btn-primary-outline:focus:active {
  border-color: var(--ot-primary-btn);
  background: var(--ot-primary-btn);
  color: var(--white);
}


.btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}


.btn-uplode {
  padding: 8px 23px;
  color: var(--ot-primary-paragraph);
  text-transform: capitalize;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  background: var(--body-bg);
  margin: 3px;
}


.btn-dropdown {
  width: 30px;
  height: 30px;
  background: var(--body-bg);
  border-radius: 50px;
  color: var(--ot-primary-paragraph);
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
}


.btn-height2 {
  padding: 5px 11px !important;
  font-size: 12px !important;
  gap: 0px;
}

.btn-height2 i {
  font-size: 17px;
}

@-webkit-keyframes morphing {

  0% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    -webkit-box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
    box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
  }

  25% {
    border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
  }

  50% {
    border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
    -webkit-box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
    box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
  }

  75% {
    border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
  }

}

@keyframes morphing {

  0% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    -webkit-box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
    box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
  }

  25% {
    border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
  }

  50% {
    border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
    -webkit-box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
    box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
  }

  75% {
    border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
  }

}

@-webkit-keyframes sliderShape {

  0%, 100% {
    border-radius: 42% 58% 70% 30%/45% 45% 55% 55%;
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }

  34% {
    border-radius: 70% 30% 46% 54%/30% 29% 71% 70%;
    -webkit-transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
  }

  50% {
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }

  67% {
    border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
    -webkit-transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
  }

}

@keyframes sliderShape {

  0%, 100% {
    border-radius: 42% 58% 70% 30%/45% 45% 55% 55%;
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }

  34% {
    border-radius: 70% 30% 46% 54%/30% 29% 71% 70%;
    -webkit-transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
  }

  50% {
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }

  67% {
    border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
    -webkit-transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
  }

}

@-webkit-keyframes rotate {

  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }

}

@keyframes rotate {

  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }

}

@keyframes rotate {

  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }

}


.running {
  -webkit-animation: nudge 10s linear infinite alternate;
  animation: nudge 10s linear infinite alternate;
}

@-webkit-keyframes nudge {

  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(-60px, 0);
    transform: translate(-60px, 0);
    @media (max-width: 575px) {
      .running {
        -webkit-transform: translate(-50px, 0) !important;
        transform: translate(-50px, 0) !important;
      }
    }
  }

  80% {
    -webkit-transform: translate(60px, 0);
    transform: translate(60px, 0);
    @media (max-width: 575px) {
      .running {
        -webkit-transform: translate(50px, 0) !important;
        transform: translate(50px, 0) !important;
      }
    }
  }

}

@keyframes nudge {

  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(-60px, 0);
    transform: translate(-60px, 0);
    @media (max-width: 575px) {
      .running {
        -webkit-transform: translate(-50px, 0) !important;
        transform: translate(-50px, 0) !important;
      }
    }
  }

  80% {
    -webkit-transform: translate(60px, 0);
    transform: translate(60px, 0);
    @media (max-width: 575px) {
      .running {
        -webkit-transform: translate(50px, 0) !important;
        transform: translate(50px, 0) !important;
      }
    }
  }

}

@keyframes nudge {

  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
    @media (max-width: 575px) {
      .runningTwo {
        -webkit-transform: translate(-20px, 0) !important;
        transform: translate(-20px, 0) !important;
      }
    }
  }

  80% {
    -webkit-transform: translate(20px, 0);
    transform: translate(20px, 0);
    @media (max-width: 575px) {
      .runningTwo {
        -webkit-transform: translate(20px, 0) !important;
        transform: translate(20px, 0) !important;
      }
    }
  }

}

@-webkit-keyframes float-bob {

  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

}

@-webkit-keyframes heartbeat {

  to {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

}

@-webkit-keyframes heartbeat {

  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

}

@-webkit-keyframes heartbeat {

  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

}

@-webkit-keyframes myanimation {

  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

}

@keyframes myanimation {

  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

}

@keyframes rotateme {

  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

}

@-webkit-keyframes rotateme {

  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }

}

@-webkit-keyframes bouncebubble {

  1% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  25% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  75% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

}

@keyframes bouncebubble {

  1% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  25% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  75% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

}


.live {
  display: inline-block;
  position: relative;
}

.live::before {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  background-color: var(--ot-secondary);
  width: 10px;
  height: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 1;
}

.live::after {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(225, 36, 84, 0.3);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-animation: live 2s ease-in-out infinite;
  animation: live 2s ease-in-out infinite;
  z-index: 1;
  top: -15px;
  left: -5px;
}

@-webkit-keyframes live {

  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    -webkit-transform: scale(3.5, 3.5);
    transform: scale(3.5, 3.5);
    background-color: rgba(225, 36, 84, 0.3);
  }

}

@keyframes live {

  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    -webkit-transform: scale(3.5, 3.5);
    transform: scale(3.5, 3.5);
    background-color: rgba(255, 0, 0, 0);
  }

}

@-webkit-keyframes lineAnim {

  0% {
    left: -40%;
  }

  50% {
    left: 20%;
    width: 80%;
  }

  100% {
    left: 100%;
    width: 100%;
  }

}

@keyframes lineAnim {

  0% {
    left: -40%;
  }

  50% {
    left: 20%;
    width: 80%;
  }

  100% {
    left: 100%;
    width: 100%;
  }

}

@-webkit-keyframes des2 {

  from {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  to {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

}

@keyframes des2 {

  from {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  to {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

}

@-webkit-keyframes shape {

  from {
    -webkit-transform: rotateY(-20deg);
    transform: rotateY(-20deg);
  }

  to {
    -webkit-transform: rotateY(15deg) rotateX(10deg);
    transform: rotateY(15deg) rotateX(10deg);
  }

}

@keyframes shape {

  from {
    -webkit-transform: rotateY(-20deg);
    transform: rotateY(-20deg);
  }

  to {
    -webkit-transform: rotateY(15deg) rotateX(10deg);
    transform: rotateY(15deg) rotateX(10deg);
  }

}

@-webkit-keyframes animationgradienttitle {

  0% {
    background-position: 0 1600px;
  }

  100% {
    background-position: 1600px 0;
  }

}

@keyframes animationgradienttitle {

  0% {
    background-position: 0 1600px;
  }

  100% {
    background-position: 1600px 0;
  }

}

@keyframes shine {

  from {
    background-position: center 0;
  }

  to {
    background-position: center 200%;
  }

}

@-webkit-keyframes question {

  0% {
    -webkit-transform: scale(1), rotate(0deg);
    transform: scale(1), rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  50% {
    -webkit-transform: scale(1.1), rotate(0deg);
    transform: scale(1.1), rotate(0deg);
  }

  75% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

}

@keyframes question {

  0% {
    -webkit-transform: scale(1), rotate(0deg);
    transform: scale(1), rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  50% {
    -webkit-transform: scale(1.1), rotate(0deg);
    transform: scale(1.1), rotate(0deg);
  }

  75% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

}

@-webkit-keyframes float {

  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  25% {
    -webkit-transform: translate(0px, 5px);
    transform: translate(0px, 5px);
  }

  50% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  75% {
    -webkit-transform: translate(0px, 5px);
    transform: translate(0px, 5px);
  }

  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

}

@keyframes float {

  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  25% {
    -webkit-transform: translate(0px, 5px);
    transform: translate(0px, 5px);
  }

  50% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  75% {
    -webkit-transform: translate(0px, 5px);
    transform: translate(0px, 5px);
  }

  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

}


@-webkit-keyframes pulse {

  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }

  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }

}

@keyframes pulse {

  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }

  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }

}


@-webkit-keyframes jump {

  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

}

@keyframes jump {

  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

}

@-webkit-keyframes rotated {

  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

}

@keyframes rotated {

  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

}

@-webkit-keyframes rotatedHalf {

  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

}

@keyframes rotatedHalf {

  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

}

@-webkit-keyframes rotatedHalfTwo {

  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

}

@keyframes rotatedHalfTwo {

  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

}

@-webkit-keyframes scale-upOne {

  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }

}

@keyframes scale-upOne {

  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }

}

@-webkit-keyframes scale-right {

  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

}

@keyframes scale-right {

  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

}

@-webkit-keyframes fade-in {

  0% {
    opacity: 0.7;
  }

  40% {
    opacity: 1;
  }

  100% {
    opacity: 0.7;
  }

}

@keyframes fade-in {

  0% {
    opacity: 0.7;
  }

  40% {
    opacity: 1;
  }

  100% {
    opacity: 0.7;
  }

}

@-webkit-keyframes hvr-ripple-out {

  0% {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
  }

  100% {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    opacity: 0;
  }

}

@keyframes hvr-ripple-out {

  0% {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
  }

  100% {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    opacity: 0;
  }

}

@-webkit-keyframes hvr-ripple-out-two {

  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }

  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }

}

@keyframes hvr-ripple-out-two {

  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }

  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }

}

@-webkit-keyframes scale-up-one {

  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

}

@keyframes scale-up-one {

  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

}

@-webkit-keyframes scale-up-two {

  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

}

@keyframes scale-up-two {

  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

}

@-webkit-keyframes scale-up-three {

  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }

  40% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }

  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }

}

@keyframes scale-up-three {

  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }

  40% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }

  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }

}

@keyframes animationFramesOne {

  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg);
  }

  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
    transform: translate(141px, 72px) rotate(72deg);
  }

  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
    transform: translate(83px, 122px) rotate(108deg);
  }

  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    transform: translate(-40px, 72px) rotate(144deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

}

@-webkit-keyframes animationFramesOne {

  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }

  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }

  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }

  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }

}

@keyframes animationFramesTwo {

  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }

  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
    transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }

  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
    transform: translate(141px, 72px) rotate(72deg) scale(1);
  }

  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
    transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }

  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
    transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }

}

@-webkit-keyframes animationFramesTwo {

  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
  }

  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }

  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
  }

  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }

  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
  }

}

@keyframes animationFramesThree {

  0% {
    -webkit-transform: translate(165px, -179px);
    transform: translate(165px, -179px);
  }

  100% {
    -webkit-transform: translate(-346px, 617px);
    transform: translate(-346px, 617px);
  }

}

@-webkit-keyframes animationFramesThree {

  0% {
    -webkit-transform: translate(165px, -179px);
  }

  100% {
    -webkit-transform: translate(-346px, 617px);
  }

}

@keyframes animationFramesFour {

  0% {
    -webkit-transform: translate(-300px, 151px) rotate(0deg);
    transform: translate(-300px, 151px) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(251px, -200px) rotate(180deg);
    transform: translate(251px, -200px) rotate(180deg);
  }

}

@-webkit-keyframes animationFramesFour {

  0% {
    -webkit-transform: translate(-300px, 151px) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(251px, -200px) rotate(180deg);
  }

}

@keyframes animationFramesFive {

  0% {
    -webkit-transform: translate(61px, -99px) rotate(0deg);
    transform: translate(61px, -99px) rotate(0deg);
  }

  21% {
    -webkit-transform: translate(4px, -190px) rotate(38deg);
    transform: translate(4px, -190px) rotate(38deg);
  }

  41% {
    -webkit-transform: translate(-139px, -200px) rotate(74deg);
    transform: translate(-139px, -200px) rotate(74deg);
  }

  60% {
    -webkit-transform: translate(-263px, -164px) rotate(108deg);
    transform: translate(-263px, -164px) rotate(108deg);
  }

  80% {
    -webkit-transform: translate(-195px, -49px) rotate(144deg);
    transform: translate(-195px, -49px) rotate(144deg);
  }

  100% {
    -webkit-transform: translate(-1px, 0px) rotate(180deg);
    transform: translate(-1px, 0px) rotate(180deg);
  }

}

@-webkit-keyframes animationFramesFive {

  0% {
    -webkit-transform: translate(61px, -99px) rotate(0deg);
  }

  21% {
    -webkit-transform: translate(4px, -190px) rotate(38deg);
  }

  41% {
    -webkit-transform: translate(-139px, -200px) rotate(74deg);
  }

  60% {
    -webkit-transform: translate(-263px, -164px) rotate(108deg);
  }

  80% {
    -webkit-transform: translate(-195px, -49px) rotate(144deg);
  }

  100% {
    -webkit-transform: translate(-1px, 0px) rotate(180deg);
  }

}

@keyframes gradientBG {

  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 300% 0;
  }

  100% {
    background-position: 0 0;
  }

}

@-webkit-keyframes gradientBG {

  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 300% 0;
  }

  100% {
    background-position: 0 0;
  }

}

@-webkit-keyframes imageBgAnim {

  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 120% 0;
  }

  100% {
    background-position: 0 0;
  }

}

@keyframes imageBgAnim {

  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 120% 0;
  }

  100% {
    background-position: 0 0;
  }

}

@-webkit-keyframes gradientBG {

  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 120% 0;
  }

  100% {
    background-position: 0 0;
  }

}

@-webkit-keyframes flip {

  0%, 80% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }

}

@keyframes flip {

  0%, 80% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }

}

@-webkit-keyframes shine {

  100% {
    left: 125%;
  }

}

@keyframes shine {

  100% {
    left: 125%;
  }

}

@-webkit-keyframes hvr-wobble-bottom {

  16.65% {
    -webkit-transform: skew(-8deg);
    transform: skew(-8deg);
  }

  33.3% {
    -webkit-transform: skew(8deg);
    transform: skew(8deg);
  }

  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }

  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }

  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }

  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }

}


.select2-selection {
  border-color: var(--ot-primary-border) !important;
  border-radius: 4px !important;
  margin-bottom: 4px;
  min-height: 40px !important;
  padding: 11px 14px 15px 14px;
}

.select2-selection .select2-container .select2-selection__choice {
  margin-top: 0 !important;
}

.select2-selection .select2-container .select2-search--inline .select2-search__field {
  margin-top: 0;
  margin-bottom: 0px;
}


.select2-results__option[aria-selected] {
  text-transform: capitalize;
}


.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
  font-weight: 600;
  color: var(--ot-primary-title);
}


.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding-top: 0;
}


.select2-selection__rendered li {
  padding: 0 !important;
}


.select2-container--default .select2-selection--multiple .select2-selection__choice {
  color: var(--white);
  background-color: var(--ot-primary);
  padding: 4px 9px !important;
  font-size: 14px;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  margin-top: 4px;
}


.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: var(--white);
  font-size: 24px;
  font-weight: 300 !important;
  line-height: 1;
  margin-right: 6px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: var(--white);
}


.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #cfcfcf transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  position: absolute;
  top: 50%;
  width: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}


.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 17px;
  right: 10px;
}


.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--ot-primary);
  color: var(--ot-primary-border);
}


.select2-dropdown {
  border-color: #eaecf0;
}


.select2-container--default .select2-selection--single {
  background-color: transparent;
}


.select2-dropdown {
  z-index: 10060 !important; /*1051;*/
}


.select2-container .select2-results {
  padding: 8px 0;
  padding-bottom: 0;
}


.user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}

.user-info .user-img {
  max-width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
}

@media (max-width: 1199px) {

  .user-info .user-img {
    margin-right: 0px;
  }

}

.user-info .user-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1199px) {

  .user-info .user-details {
    display: none;
  }

}

.user-info .user-details .name, .user-info .user-details i {
  font-weight: 400;
  font-size: 14px;
  color: var(--ot-primary-paragraph);
  text-transform: capitalize;
}

.user-info .user-details i {
  font-size: 18px;
}

.user-info .user-details .pera {
  font-weight: 300;
  margin: 0;
  font-size: 12px;
}


.toggle-arro-hidden::after {
  display: none;
}


.dropdown-toggle {
  cursor: pointer;
}


.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 22px;
}

.header-right .count {
  background: #2cc56f;
  color: var(--white);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 1px;
  right: 4px;
  line-height: 7px;
  font-size: 10px;
}

.header-right .cart-list {
  line-height: 1;
}

@media (max-width: 575px) {

  .header-right .cart-list.langualge-select {
    display: none;
  }

}

.header-right .cart-list.langualge-select .select2-selection.select2-selection--single {
  height: unset;
  padding: 0;
  margin: 0;
}

.header-right .cart-list.langualge-select .ot_input, .header-right .cart-list.langualge-select .ot-form-control, .header-right .cart-list.langualge-select .select2-container .select2-selection--single, .header-right .cart-list.langualge-select .ot_input:focus, .header-right .cart-list.langualge-select .ot-form-control:focus {
  border: 0 !important;
}

.header-right .cart-list.langualge-select .select2-container .select2-selection--single {
  border: 0 !important;
  text-transform: capitalize;
  background: none !important;
}

.header-right .cart-list.langualge-select .select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 14px;
  font-size: 16px;
  color: var(--ot-primary-paragraph);
  padding-left: 0;
}

.header-right .cart-list.langualge-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-left: 10px;
  margin-top: -17px;
  border-color: #bdbdbd transparent transparent transparent;
  top: 20px;
}


.dropdown-list-style {
  min-width: 120px;
  top: 22px;
}

.dropdown-list-style .user-sub-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid var(--ot-secondary-border);
  margin-bottom: 9px;
  padding-bottom: 14px;
  gap: 6px;
}

.dropdown-list-style .user-sub-info .user-img {
  min-width: 35px;
  max-width: 35px;
  height: 35px;
  border-radius: 50%;
  overflow: hidden;
}

.dropdown-list-style .user-sub-info .user-details .name, .dropdown-list-style .user-sub-info .user-info .user-details i, .user-info .dropdown-list-style .user-sub-info .user-details i {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 5px;
  color: var(--ot-primary-paragraph);
}

.dropdown-list-style .user-sub-info .user-details .pera {
  font-weight: 300;
  margin: 0;
  font-size: 12px;
}

.dropdown-list-style .profileListing .list {
  color: var(--ot-primary-title);
  cursor: pointer;
}

.dropdown-list-style .profileListing .list .icon {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--paragraph-color);
  margin-right: 8px;
  font-weight: 700;
  font-size: 20px;
  vertical-align: -4px;
}

.dropdown-list-style .profileListing .list:last-child .list-items {
  padding-bottom: 0;
}

.dropdown-list-style .profileListing .list .list-items {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--ot-tertiary-title);
  display: block;
  padding: 10px 0px;
  font-weight: 400;
  font-size: 14px;
  margin: 0;
  border-radius: 8px;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.dropdown-list-style .profileListing .list .list-items i {
  font-size: 20px;
}

.dropdown-list-style .profileListing .list .list-items:hover {
  color: var(--ot-primary);
}


.custom-dropdown.profileListing .list .list-items {
  padding: 4px 0px;
  gap: 15px;
}

.custom-dropdown.profileListing .list .list-items i {
  font-size: 17px;
}


.change-mode {
  cursor: pointer;
  font-size: 19px;
  background: none;
  padding: 0;
  border: 0;
  color: var(--ot-primary-paragraph);
  font-weight: 500;
}


.scroll-active {
  min-height: 100px;
  overflow: auto;
}


.header {
  background: var(--white);
  height: 80px;
  position: fixed;
  top: 0;
  left: 280px;
  right: 0;
  z-index: 20;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  padding: 22.5px 30px !important;
  transition: -webkit- left 0.4s;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  transition:
    left 0.4s,
    -webkit- left 0.4s;
  border-bottom: 1px solid var(--ot-primary-border);
}

.header {
  background: var(--white);
  height: 80px;
  position: fixed;
  top: 0;
  left: 320px;
  right: 0;
  z-index: 20;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  padding: 22.5px 30px !important;
  transition: -webkit- left 0.4s;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  transition:
    left 0.4s,
    -webkit- left 0.4s;
}


@media (max-width: 991.98px) {

  .header {
    width: 100%;
    padding: 10px;
    left: 0;
    transition: -webkit-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition:
      transform 0.3s,
      -webkit-transform 0.3s;
  }

}

@media screen and (max-width: 768px) {

  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 17px 24px;
  }

}

@media screen and (min-width: 769px) {

  .header {
    display: unset;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    padding: 15px 20px !important;
  }

}

@media (max-width: 767.98px) {

  .header {
    padding: 12px 24px;
    height: auto;
  }

}


.half-expand .header {
  z-index: 22;
  left: 100px;
  transition: -webkit- left 0.4s;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  transition:
    left 0.4s,
    -webkit- left 0.4s;
}


.header .close-toggle {
  display: none;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}


.with-248 {
  min-width: 248px !important;
}


.full-logo {
  max-width: 95px;
}


.sidebar-header {
  overflow: hidden;
}


/* Footer */
#layout-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}


#layout-wrapper main {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}


.footer {
  border-top: 0;
  border-bottom: 0;
  background: var(--white);
  -webkit-box-shadow: var(--theme-shadow);
  box-shadow: var(--theme-shadow);
  padding: 21px 0px;
  width: 100%;
  border-radius: 8px;
  margin-top: 24px;
  margin-bottom: 24px;
}


.footer p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 28px;
  color: var(--ot-primary-title);
  margin-bottom: 0;
}


.footer p a {
  margin-left: 3px;
  color: #1890ff;
}


@media (max-width: 576px) {

  .footer p {
    font-size: 11px;
  }

}


.half-expand .simplebar-mask {
  overflow: visible !important;
}


.half-expand .simplebar-wrapper {
  overflow: visible !important;
}


.half-expand .simplebar-content-wrapper {
  overflow: visible !important;
}


/*
    Sidebar Design  --------------------------------------------------------------------------------

*/
.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 320px;
  transition: -webkit- width 0.4s;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
  background: #f5f5f5;
}


.sidebar .close-toggle {
  display: none;
}


@media (max-width: 768px) {

  .sidebar .close-toggle {
    display: block;
  }

  .sidebar .half-expand-toggle {
    display: none;
  }

}

.sidebar .half-expand-toggle {
  display: block;
}


.sidebar .sidebar-header .sidebar-logo .full-logo {
  opacity: 1;
  visibility: visible;
  height: auto;
  transition: -webkit- opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  transition:
    opacity 0.4s,
    -webkit- opacity 0.4s;
}


.sidebar .sidebar-header .sidebar-logo .half-logo {
  opacity: 0;
  visibility: hidden;
  height: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}


.sidebar .sidebar-menu {
  overflow-x: none;
  height: calc(100vh - 90px);
  top: 0 !important;
  position: relative;
  overflow-x: none;
  border-right: 1px solid var(--ot-primary-border);
  scrollbar-width: none;
  -ms-overflow-style: none;
  /* background: #f5f5f5; */
  &::-webkit-scrollbar {
    display: none;
  }
}


.sidebar .sidebar-menu i {
  font-size: 22px;
}


.sidebar .sidebar-menu ol, .sidebar .sidebar-menu ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}


.sidebar .sidebar-menu ol a, .sidebar .sidebar-menu ul a {
  text-decoration: none;
}


.sidebar .sidebar-menu .sidebar-menu-section .sidebar-menu-item > ul > li > a {
  padding-left: 47px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-transform: capitalize;
}


.sidebar .sidebar-menu .sidebar-menu-section .sidebar-menu-item > ul > li > ul > li > a {
  padding-left: 64px;
  padding-top: 16px;
  padding-bottom: 16px;
}


.sidebar .sidebar-menu .sidebar-menu-section .sidebar-menu-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  color: var(--ot-secondary-title);
  gap: 10px;
  font-weight: 500;
  font-size: 14px;
  padding: 11px 0px 11px 13px;
  position: relative;
  text-transform: capitalize;
  border-radius: 7px;
}


.sidebar .sidebar-menu .sidebar-menu-section .sidebar-menu-item a::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(111, 118, 126, 0.6980392157);
}


.sidebar .sidebar-menu .sidebar-menu-section .sidebar-menu-item a.has-arrow::after {
  -webkit-transform: rotate(135deg) translate(0, -50%);
  transform: rotate(135deg) translate(0, -50%);
}


.sidebar .sidebar-menu .sidebar-menu-section .sidebar-menu-item a.parent-item-content::before {
  content: none;
}


li {
  list-style: none;
}


.sidebar .sidebar-menu .sidebar-menu-section .mm-active > a::before {
  background: var(--ot-primary);
}


.sidebar .sidebar-menu .sidebar-menu-section .mm-active > a.has-arrow::after {
  color: var(--ot-primary);
  -webkit-transform: rotate(225deg) translate(0, -50%);
  transform: rotate(225deg) translate(0, -50%);
}


.sidebar .sidebar-menu .sidebar-menu-section ul > li > a {
  padding-left: 28px;
}


.sidebar .sidebar-menu .sidebar-menu-section .mm-active ul {
  background: var(--white);
}


ol, ul {
  padding-left: 2px;
}


ol, ul {
  padding-right: 2px;
}


.sidebar-expand .sidebar {
  left: 0;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
}


.half-expand .sidebar {
  width: 106px;
}


.half-expand .sidebar .sidebar-header {
  position: relative;
}


.half-expand .sidebar .sidebar-header .sidebar-logo a .half-logo {
  opacity: 1;
  visibility: visible;
  height: auto;
  transition: -webkit- opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  transition:
    opacity 0.4s,
    -webkit- opacity 0.4s;
}


.half-expand .sidebar .sidebar-header .sidebar-logo a .full-logo {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: -webkit- opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  transition:
    opacity 0.4s,
    -webkit- opacity 0.4s;
}


.half-expand .sidebar .sidebar-header .half-expand-toggle {
  position: absolute;
  left: 100%;
  margin-left: 10px;
}


.half-expand .sidebar .sidebar-header .half-expand-toggle img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}


.half-expand .sidebar .sidebar-menu {
  overflow: visible;
  width: 100% !important;
  top: 86px !important;
}


.half-expand .sidebar .sidebar-menu .parent-menu-list .sidebar-menu-item {
  position: relative;
}


.half-expand .sidebar .sidebar-menu .parent-menu-list .sidebar-menu-item .parent-item-content {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}


.half-expand .sidebar .sidebar-menu .parent-menu-list .sidebar-menu-item .parent-item-content::after {
  content: none;
}


.half-expand .sidebar .sidebar-menu .parent-menu-list .sidebar-menu-item .parent-item-content span {
  display: none;
}


.half-expand .sidebar .sidebar-menu .parent-menu-list .sidebar-menu-item a {
  border: none;
}


.half-expand .sidebar .sidebar-menu-item > ul > li > a {
  padding-left: 10px !important;
}


.half-expand .sidebar .sidebar-menu-item > ul > li > ul > li > a {
  padding-left: 30px !important;
}


.half-expand .sidebar-dropdown-menu li {
  position: relative;
}


.half-expand .sidebar-dropdown-menu > li ul {
  position: absolute;
  left: 101%;
  top: 0;
  min-width: 200px;
  display: none;
  background: #fcfcfc !important;
  border: 1px solid #eaeaea;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
}


.half-expand .sidebar-dropdown-menu li:hover > ul, .half-expand .sidebar-dropdown-menu li:hover > ul.collapse {
  display: block !important;
  height: auto !important;
  z-index: 1000;
}


.half-expand .sidebar-header {
  background: var(--ot-bg-secondary);
  z-index: 3000000;
}


.half-expand .parent-menu-list > li > ul {
  left: 104px !important;
}


.half-expand .sidebar-menu {
  position: absolute;
  left: 50%;
  top: 10%;
  z-index: 2000;
  overflow: hide;
  height: calc(100vh - 100px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}


.half-expand .main-content {
  margin-left: 100px;
  transition: -webkit-margin-left 0.3s;
  -webkit-transition: margin-left 0.3s;
  transition: margin-left 0.3s;
  transition:
    margin-left 0.3s,
    -webkit-margin-left 0.3s;
}


.sidebar .sidebar-menu .sidebar-menu-section .sidebar-menu-item > ul > li > a {
  padding: 7px 0 7px 47px;
  grid-gap: 12px;
}


.sidebar .sidebar-menu .sidebar-menu-section .sidebar-menu-item > ul > li.sidebar-menu-item.mm-active a {
  color: var(--ot-primary) !important;
  background: none !important;
}


.sidebar .sidebar-menu .child-menu-list .sidebar-menu-item a {
  font-size: 14px;
  color: var(--ot-primary-paragraph);
  font-weight: 500;
}


.sidebar .sidebar-menu .sidebar-menu-section .mm-active > a.has-arrow::after, .sidebar .sidebar-menu .sidebar-menu-section .sidebar-menu-item.mm-active .parent-item-content i, .sidebar .sidebar-menu .sidebar-menu-section .sidebar-menu-item.mm-active .parent-item-content .on-half-expanded {
  color: #fff;
}


.child-menu-list .sidebar-menu-item:first-child {
  padding-top: 3px;
}


.child-menu-list .sidebar-menu-item:last-child {
  padding-bottom: 3px;
}


.sidebar .sidebar-menu .sidebar-menu-section .mm-active > a {
  color: #fff !important;
  background: var(--ot-primary);
}


.sidebar .sidebar-menu .sidebar-menu-section .sidebar-menu-item > ul > li > a {
  padding: 7px 0 7px 47px;
}


.sidebar-menu-section {
  margin: 15px;
}


.sidebar .sidebar-menu .sidebar-menu-section .sidebar-menu-item:not(.child-menu-list) a.active::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  background: var(--primary-color);
  left: 0;
  top: 0;
  border-radius: 0 30px 30px 0;
}


.sidebar .sidebar-menu .sidebar-menu-section .sidebar-menu-item > ul > li > ul > li > a {
  padding: 7px 0px 7px 60px;
}


.half-expand .mCSB_container {
  overflow: visible;
}


.half-expand .mCustomScrollBox {
  position: relative;
  overflow: visible;
}


.half-expand .sidebar .sidebar-menu {
  height: calc(100vh - 350px);
  overflow-x: none;
  top: 86px !important;
  position: fixed;
  left: 0;
  width: 106px !important;
}


.half-expand .sidebar-menu {
  -webkit-transform: none;
  transform: none;
}


.half-expand .sidebar .sidebar-header {
  position: relative;
  z-index: 12122;
}


.half-expand .sidebar ul.parent-menu-list > li > ul {
  position: absolute;
  top: 0;
  width: 236px;
  left: 100px;
  background: var(--ot-primary-border);
  border: 0;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  border-radius: 4px;
  padding: 10px 10px !important;
}


.half-expand .sidebar-dropdown-menu > li ul {
  background: var(--ot-primary-border);
  border: 0;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  border-radius: 8px;
  padding: 10px 10px !important;
}


.half-expand .sidebar .sidebar-dropdown-menu .sidebar-menu-item li span {
  display: block !important;
}


.half-expand .sidebar .sidebar-menu-item > ul > li > ul > li > a {
  padding-left: 10px !important;
}


.half-expand .child-menu-list .sidebar-menu-item:last-child {
  padding-bottom: 0;
}


.half-expand .child-menu-list .nav-item:last-child {
  padding-bottom: 0;
}


.sidebar {
  border: 0;
  height: 100%;
}


.sidebar .sidebar-menu .sidebar-menu-section .sidebar-menu-item .child-menu-list {
  margin-top: 8px;
  background: var(--white);
  border-radius: 6px;
}


.half-expand .sidebar .sidebar-header .sidebar-logo a .half-logo {
  max-width: 45px;
  max-height: 45px;
  height: 45px;
}


.half-expand .sidebar ul.parent-menu-list > li > ul {
  border-radius: 4px;
  padding: 10px;
}


.sidebar .sidebar-header {
  height: 80px;
  padding: 13px 27px !important;
  border-right: 1px solid var(--ot-primary-border);
  border-bottom: 1px solid var(--ot-primary-border);
  min-height: 80px;
  position: relative;
  z-index: 12;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


.half-expand .sidebar .sidebar-header .sidebar-logo a .full-logo {
  width: 0px;
}


.close-toggle.sidebar-toggle {
  margin: 0 20px;
}


.panel-pages {
  margin-bottom: 5px;
  text-align: left;
  padding-left: 17px;
}


.panel-pages .title {
  color: #8f8f8f;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
}


.half-expand .sidebar .panel-pages {
  display: none;
}


.payment-card .col-xxl-6:nth-child(1) .single-card-two .icon, .payment-card .col-xl-6:nth-child(1) .single-card-two .icon, .dashboard-card .col-xl-3:nth-child(1) .single-dashboard-card .icon {
  color: var(--ot-primary);
  background-color: rgba(83, 74, 186, 0.06);
}


.payment-card .col-xxl-6:nth-child(4) .single-card-two .icon, .payment-card .col-xl-6:nth-child(4) .single-card-two .icon, .payment-card .col-xxl-6:nth-child(2) .single-card-two .icon, .payment-card .col-xl-6:nth-child(2) .single-card-two .icon, .dashboard-card .col-xl-3:nth-child(2) .single-dashboard-card .icon {
  color: #ef746d;
  background-color: rgba(239, 116, 109, 0.06);
}


.payment-card .col-xxl-6:nth-child(3) .single-card-two .icon, .payment-card .col-xl-6:nth-child(3) .single-card-two .icon, .dashboard-card .col-xl-3:nth-child(3) .single-dashboard-card .icon {
  color: #050099;
  background-color: rgba(12, 175, 96, 0.06);
}


.payment-card .col-xxl-6:nth-child(4) .single-card-two .icon, .payment-card .col-xl-6:nth-child(4) .single-card-two .icon, .dashboard-card .col-xl-3:nth-child(4) .single-dashboard-card .icon {
  color: #003dd9;
  background-color: rgba(0, 61, 217, 0.06);
}


.payment-card .col-xxl-6:nth-child(5) .single-card-two .icon, .payment-card .col-xl-6:nth-child(5) .single-card-two .icon, .dashboard-card .col-xl-3:nth-child(5) .single-dashboard-card .icon {
  color: #fa5f1c;
  background-color: rgba(255, 193, 7, 0.1);
}


.progress-up {
  color: #050099 !important;
}


.progress-down {
  color: #fa5f1c !important;
}


.single-dashboard-card {
  padding: 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
  background: var(--white);
  border: 1px solid var(--ot-primary-border);
}

@media (max-width: 575px) {

  .single-dashboard-card {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {

  .single-dashboard-card {
    padding: 15px;
  }

}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {

  .single-dashboard-card {
    padding: 15px;
  }

}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {

  .single-dashboard-card {
    padding: 10px;
  }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .single-dashboard-card {
    padding: 15px;
  }

}

.single-dashboard-card .icon {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #f5f5f5;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  border-radius: 4px;
  font-size: 26px;
}

.single-dashboard-card .cat-caption .pera {
  font-size: 16px;
  margin-bottom: 5px;
  color: var(--ot-primary-paragraph);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {

  .single-dashboard-card .cat-caption .pera {
    font-size: 14px;
  }

}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {

  .single-dashboard-card .cat-caption .pera {
    font-size: 14px;
  }

}

.single-dashboard-card .cat-caption .single-counter .currency, .single-dashboard-card .cat-caption .single-counter .amount {
  color: var(--ot-primary-title);
  text-transform: capitalize;
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  font-size: 20px;
  line-height: 42px;
  margin-bottom: 7px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .single-dashboard-card .cat-caption .single-counter .currency, .single-dashboard-card .cat-caption .single-counter .amount {
    font-size: 18px;
  }

}

@media (max-width: 575px) {

  .single-dashboard-card .cat-caption .single-counter .currency, .single-dashboard-card .cat-caption .single-counter .amount {
    font-size: 18px;
  }

}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {

  .single-dashboard-card .cat-caption .single-counter .currency, .single-dashboard-card .cat-caption .single-counter .amount {
    font-size: 14px;
  }

}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {

  .single-dashboard-card .cat-caption .single-counter .currency, .single-dashboard-card .cat-caption .single-counter .amount {
    font-size: 14px;
  }

}

.single-dashboard-card .cat-caption .progresses i {
  font-size: 16px;
}

.single-dashboard-card .cat-caption .progresses span {
  font-size: 12px;
  text-transform: capitalize;
}


.single-card-two {
  padding: 20px 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
  background: var(--white);
  border: 1px solid var(--ot-primary-border);
}

@media (max-width: 575px) {

  .single-card-two {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {

  .single-card-two {
    padding: 15px;
  }

}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {

  .single-card-two {
    padding: 15px;
  }

}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {

  .single-card-two {
    padding: 10px;
  }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .single-card-two {
    padding: 15px;
  }

}

.single-card-two .icon {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: var(--white);
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  border-radius: 4px;
  font-size: 26px;
}

.single-card-two .cat-caption .pera {
  font-size: 14px;
  margin-bottom: 5px;
  color: var(--ot-primary-paragraph);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {

  .single-card-two .cat-caption .pera {
    font-size: 14px;
  }

}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {

  .single-card-two .cat-caption .pera {
    font-size: 14px;
  }

}

.single-card-two .cat-caption .single-counter .currency, .single-card-two .cat-caption .single-counter .amount {
  text-transform: capitalize;
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0px;
  line-height: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .single-card-two .cat-caption .single-counter .currency, .single-card-two .cat-caption .single-counter .amount {
    font-size: 18px;
  }

}

@media (max-width: 575px) {

  .single-card-two .cat-caption .single-counter .currency, .single-card-two .cat-caption .single-counter .amount {
    font-size: 18px;
  }

}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {

  .single-card-two .cat-caption .single-counter .currency, .single-card-two .cat-caption .single-counter .amount {
    font-size: 14px;
  }

}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {

  .single-card-two .cat-caption .single-counter .currency, .single-card-two .cat-caption .single-counter .amount {
    font-size: 14px;
  }

}


.payment-card .col-xxl-6:nth-child(1) .single-card-two .single-counter .currency, .payment-card .col-xxl-6:nth-child(1) .single-card-two .single-counter .amount, .payment-card .col-xl-6:nth-child(1) .single-card-two .single-counter .currency, .payment-card .col-xl-6:nth-child(1) .single-card-two .single-counter .amount {
  color: var(--ot-primary);
}

.payment-card .col-xxl-6:nth-child(2) .single-card-two .single-counter .currency, .payment-card .col-xxl-6:nth-child(2) .single-card-two .single-counter .amount, .payment-card .col-xl-6:nth-child(2) .single-card-two .single-counter .currency, .payment-card .col-xl-6:nth-child(2) .single-card-two .single-counter .amount {
  color: #fa5f1c;
}

.payment-card .col-xxl-6:nth-child(3) .single-card-two .single-counter .currency, .payment-card .col-xxl-6:nth-child(3) .single-card-two .single-counter .amount, .payment-card .col-xl-6:nth-child(3) .single-card-two .single-counter .currency, .payment-card .col-xl-6:nth-child(3) .single-card-two .single-counter .amount {
  color: #050099;
}

.payment-card .col-xxl-6:nth-child(4) .single-card-two .single-counter .currency, .payment-card .col-xxl-6:nth-child(4) .single-card-two .single-counter .amount, .payment-card .col-xl-6:nth-child(4) .single-card-two .single-counter .currency, .payment-card .col-xl-6:nth-child(4) .single-card-two .single-counter .amount {
  color: #fa5f1c;
}

.ot-cart2 {
  -webkit-box-shadow: var(--theme-shadow);
  box-shadow: var(--theme-shadow);
  border-radius: 8px;
  padding: 20px;
  border: 1px solid var(--ot-primary-border);
}


.single-card-three {
  padding: 20px 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
  background: var(--white);
  border: 1px solid var(--ot-primary-border);
}

@media (max-width: 575px) {

  .single-card-three {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {

  .single-card-three {
    padding: 15px;
  }

}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {

  .single-card-three {
    padding: 15px;
  }

}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {

  .single-card-three {
    padding: 10px;
  }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .single-card-three {
    padding: 15px;
  }

}

.single-card-three .icon {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: var(--white);
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  border-radius: 4px;
  font-size: 26px;
  color: #050099;
  background-color: rgba(12, 175, 96, 0.06);
}

.single-card-three .cat-caption .pera {
  font-size: 14px;
  margin-bottom: 5px;
  color: var(--ot-primary-paragraph);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {

  .single-card-three .cat-caption .pera {
    font-size: 14px;
  }

}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {

  .single-card-three .cat-caption .pera {
    font-size: 14px;
  }

}

.single-card-three .cat-caption .single-counter .currency, .single-card-three .cat-caption .single-counter .amount {
  color: #050099;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 7px;
  line-height: 42px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .single-card-three .cat-caption .single-counter .currency, .single-card-three .cat-caption .single-counter .amount {
    font-size: 18px;
  }

}

@media (max-width: 575px) {

  .single-card-three .cat-caption .single-counter .currency, .single-card-three .cat-caption .single-counter .amount {
    font-size: 18px;
  }

}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {

  .single-card-three .cat-caption .single-counter .currency, .single-card-three .cat-caption .single-counter .amount {
    font-size: 14px;
  }

}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {

  .single-card-three .cat-caption .single-counter .currency, .single-card-three .cat-caption .single-counter .amount {
    font-size: 14px;
  }

}

.single-card-three .cat-caption .progresses i {
  font-size: 16px;
}

.single-card-three .cat-caption .progresses span {
  font-size: 12px;
  text-transform: capitalize;
}


.progress-up {
  color: #0caf60 !important;
}


.progress-down {
  color: #fa5f1c !important;
}


.profile {
  padding: 20px 20px;
  border-radius: 4px;
  background: var(--white);
  border: 1px solid var(--ot-primary-border);
}

.profile .profile-img {
  max-width: 150px;
  min-width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}


.text-12 {
  font-size: 12px !important;
}


.text-14 {
  font-size: 14px !important;
}


.text-15 {
  font-size: 15px !important;
}


.text-16 {
  font-size: 16px !important;
}


.text-18 {
  font-size: 18px !important;
}


.text-19 {
  font-size: 19px !important;
}


.text-20 {
  font-size: 20px !important;
}


.text-22 {
  font-size: 22px !important;
}


.font-400 {
  font-weight: 400;
}


.font-500 {
  font-weight: 500;
}


.font-600 {
  font-weight: 600;
}


.h-calc {
  height: 100%;
}


.text-primary {
  color: var(--primary-color) !important;
}


.text-secondary {
  color: var(--body_text) !important;
}


.text-success {
  color: #3cc13b !important;
}


.text-danger {
  color: #ff3030 !important;
}


.text-danger-soft {
  color: #fa5f1c !important;
}


.text-info {
  color: #717171 !important;
}


.text-dark {
  color: #2c323f !important;
}


.text-white {
  color: var(--white) !important;
}


.text-warning {
  color: #e2c636 !important;
}


.text-title {
  color: var(--ot-primary-title) !important;
}


button {
  border: none;
  outline: none;
}


#dropdown {
  background-color: #fcfcfc;
  border: 2px solid #f0eeee;
  border-radius: 5px 0px 0px 5px;
  font-weight: 500;
  font-size: 16px;
  padding: 8px 16px;
  letter-spacing: 0.02em;
  color: #1a1d1f;
}


#dropdown:hover {
  border: 2px solid var(--ot-primary);
  color: var(--ot-primary);
}


#dropdown:focus {
  border: 2px solid #4d5ee5;
  color: #066ecf;
}


.input-with-icon {
  position: relative;
  margin-top: 16px;
  width: 336px;
  height: 48px;
}


.input-with-icon input {
  width: 336px;
  height: 48px;
  padding: 16px 45px;
  border: 2px solid #f0eeee;
  border-radius: 5px;
  outline: none;
}


.input-with-icon input:focus-visible {
  -webkit-box-shadow: 0px 0px 10px rgba(10, 175, 255, 0.35);
  box-shadow: 0px 0px 10px rgba(10, 175, 255, 0.35);
  border: 2px solid #0010f7;
  outline: none;
}


.input-with-icon::-webkit-input-placeholder {
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #b2bec3;
}


.input-with-icon::-moz-placeholder {
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #b2bec3;
}


.input-with-icon:-ms-input-placeholder {
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #b2bec3;
}


.input-with-icon::-ms-input-placeholder {
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #b2bec3;
}


.input-with-icon::placeholder {
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #b2bec3;
}


.input-with-icon i {
  position: absolute;
  top: 16px;
  color: #6f767e;
}


.input-with-icon i.fa-user-o {
  left: 20px;
}


.input-with-icon i.fa-search {
  right: 20px;
}


textarea::-webkit-input-placeholder {
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #b2bec3;
}


textarea::-moz-placeholder {
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #b2bec3;
}


textarea:-ms-input-placeholder {
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #b2bec3;
}


textarea::-ms-input-placeholder {
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #b2bec3;
}


textarea::placeholder {
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #b2bec3;
}


option:hover {
  color: var(--ot-primary);
}


.pt-2 {
  padding-top: 2px !important;
}


.pb-2 {
  padding-bottom: 2px !important;
}


.pb-4 {
  padding-bottom: 4px !important;
}


.pb-8 {
  padding-bottom: 8px !important;
}


.pb-10 {
  padding-bottom: 10px !important;
}


.pb-16 {
  padding-bottom: 16px !important;
}


.pb-20 {
  padding-bottom: 20px !important;
}


.ph-24 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}


.mt-0 {
  margin-top: 0px !important;
}


.mb-0 {
  margin-bottom: 0px !important;
}


.ml-2 {
  margin-left: 2px !important;
}


.mt-2 {
  margin-top: 2px !important;
}


.mb-2 {
  margin-bottom: 2px !important;
}


.mt-4 {
  margin-top: 4px !important;
}


.mb-4 {
  margin-bottom: 4px !important;
}


.mb-6 {
  margin-bottom: 6px !important;
}


.mb-8 {
  margin-bottom: 8px !important;
}


.mt-10 {
  margin-top: 10px !important;
}


.mb-10 {
  margin-bottom: 10px !important;
}


.mb-12 {
  margin-bottom: 12px !important;
}


.mb-16 {
  margin-bottom: 16px !important;
}


.mt-18 {
  margin-top: 18px !important;
}


.mb-18 {
  margin-bottom: 18px !important;
}


.mt-20 {
  margin-top: 20px !important;
}


.mb-20 {
  margin-bottom: 20px !important;
}


.mb-22 {
  margin-bottom: 22px !important;
}


.mb-24 {
  margin-bottom: 24px !important;
}


.mb-30 {
  margin-bottom: 30px !important;
}


.mt-40 {
  margin-top: 40px !important;
}


.mb-40 {
  margin-bottom: 40px !important;
}


.gap-10 {
  gap: 10px;
}


.gap-0 {
  grid-gap: 0px !important;
}


.gap-1 {
  grid-gap: 1px !important;
}


.gap-2 {
  grid-gap: 2px !important;
}


.gap-3 {
  grid-gap: 3px !important;
}


.gap-4 {
  grid-gap: 4px !important;
}


.gap-5 {
  grid-gap: 5px !important;
}


.gap-6 {
  grid-gap: 6px !important;
}


.gap-8 {
  grid-gap: 8px !important;
}


.gap-10 {
  grid-gap: 10px !important;
}


.gap-12 {
  grid-gap: 12px !important;
}


.gap-15 {
  grid-gap: 15px !important;
}


.gap-16 {
  grid-gap: 16px !important;
}


.gap-20 {
  grid-gap: 20px !important;
}


input[type="number"] {
  -moz-appearance: textfield;
}


input[type="number"]:hover, input[type="number"]:focus {
  -moz-appearance: number-input;
}


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


html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}


body {
  margin: 0;
  font-family: var(--poppins);
}


/* Heading Text */
h6, h5, h4, h3, h2, h1, strong {
  font-family: var(--poppins);
  color: var(--ot-primary-title);
}


p, a, label, small {
  color: var(--ot-secondary-title);
}


a {
  text-decoration: none;
}


.header.on-scroll {
  background: var(--ot-bg-secondary);
}


[type="email"], [type="number"], [type="tel"], [type="url"] {
  direction: inherit;
}


.main-content {
  margin-left: 320px;
  padding-top: 105px;
  transition: -webkit-left 0.3s;
  -webkit-transition: margin-left 0.3s;
  transition: margin-left 0.3s;
  transition:
    margin-left 0.3s,
    -webkit-margin-left 0.3s;
}


@media screen and (max-width: 991.98px) {

  .main-content {
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 100%;
    margin-left: 0;
    transition: -webkit-left 0.3s;
    -webkit-transition: margin-left 0.3s;
    transition: margin-left 0.3s;
    transition:
      margin-left 0.3s,
      -webkit-margin-left 0.3s;
  }

}

@media (max-width: 991.98px) {

  .sidebar {
    z-index: 30;
    background-color: var(--ot-bg-secondary);
    z-index: 30;
    left: -100%;
    transition: -webkit-left 0.3s;
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
    transition:
      left 0.3s,
      -webkit-left 0.3s;
  }

}

@media (max-width: 991.98px) {

  .close-toggle {
    display: block !important;
  }

}


.ot-card {
  background-color: var(--ot-bg-secondary);
  -webkit-box-shadow: var(--theme-shadow);
  box-shadow: var(--theme-shadow);
  border-radius: 8px;
  padding: 20px 24px 24px 24px;
  border: none;
  border: 1px solid var(--ot-primary-border);
}


.ot-card .card-header, .ot-card .card-body, .ot-card .card-footer {
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
}


.ot-card .card-body {
  padding-top: 20px;
}

/* Common Buttons */
/* Common Buttons */
.ot-btn-primary {
  background: var(--ot-primary);
  color: #ffffff !important;
  border-radius: 5px;
  border: none;
  font-weight: 600;
  font-size: 16px;
  font-family: var(--poppins);
  line-height: 20px;
  padding: 10px 17px;
  list-style: none;
  outline: 0;
}


.btn-lg.ot-btn-primary {
  padding: 10px 17px;
}


.btn-sm.ot-btn-primary {
  padding: 10px 17px;
}


.ot-btn-primary {
  background: var(--ot-primary);
}


.ot-btn-primary:hover {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#0f6aff),
    color-stop(90%, #21c6fb)
  );
  background: linear-gradient(90deg, #0f6aff 0%, #21c6fb 90%);
}


/* Tables */
.badge-basic-success-text {
  font-family: var(--poppins);
  font-weight: 400;
  font-size: 14px;
  color: #050099;
}


.badge-basic-danger-text {
  font-family: var(--poppins);
  font-weight: 400;
  font-size: 14px;
  color: #ef746d;
}


.badge-basic-warning-text {
  font-family: var(--poppins);
  font-weight: 400;
  font-size: 14px;
  color: #ff991a;
}

a:hover {
  color: var(--ot-primary);
}


.modal-header-image {
  background-size: cover;
  background-color: transparent;
  background-repeat: no-repeat;
  padding: 19.5px 17px;
  border-bottom: 1px solid #f4f4f4;
  margin: 0 !important;
}


.btn-close {
  background: rgba(255, 255, 255, 0.3215686275);
  border-radius: 50%;
}


.close-icon {
  float: right;
}


button {
  border: none;
  outline: none;
}


#dropdown {
  background-color: #fcfcfc;
  border: 2px solid #f0eeee;
  border-radius: 5px 0px 0px 5px;
  font-weight: 500;
  font-size: 16px;
  padding: 8px 16px;
  letter-spacing: 0.02em;
  color: #1a1d1f;
}


#dropdown:hover {
  border: 2px solid var(--ot-primary);
  color: var(--ot-primary);
}


#dropdown:focus {
  border: 2px solid #4d5ee5;
  color: #066ecf;
}


.input-with-icon {
  position: relative;
  margin-top: 16px;
  width: 336px;
  height: 48px;
}


.input-with-icon input {
  width: 336px;
  height: 48px;
  padding: 16px 45px;
  border: 2px solid #f0eeee;
  border-radius: 5px;
  outline: none;
}


.input-with-icon input:focus-visible {
  -webkit-box-shadow: 0px 0px 10px rgba(10, 175, 255, 0.35);
  box-shadow: 0px 0px 10px rgba(10, 175, 255, 0.35);
  border: 2px solid #0010f7;
  outline: none;
}


.input-with-icon::-webkit-input-placeholder {
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #b2bec3;
}


.input-with-icon::-moz-placeholder {
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #b2bec3;
}


.input-with-icon:-ms-input-placeholder {
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #b2bec3;
}


.input-with-icon::-ms-input-placeholder {
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #b2bec3;
}


.input-with-icon::placeholder {
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #b2bec3;
}


.input-with-icon i {
  position: absolute;
  top: 16px;
  color: #6f767e;
}


.input-with-icon i.fa-user-o {
  left: 20px;
}


.input-with-icon i.fa-search {
  right: 20px;
}


textarea::-webkit-input-placeholder {
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #b2bec3;
}


textarea::-moz-placeholder {
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #b2bec3;
}


textarea:-ms-input-placeholder {
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #b2bec3;
}


textarea::-ms-input-placeholder {
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #b2bec3;
}


textarea::placeholder {
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #b2bec3;
}


option:hover {
  color: var(--ot-primary);
}


.card-header {
  background-color: unset !important;
}

/* Carousel */
/* slick carousel */
.slick-slider .slick-prev:before, .slick-slider .slick-next:before {
  color: #0f0f0f;
}


.slick-slider .slick-slide {
  padding: 0 8px;
}


/*----- TIMELINE PERIOD -----*/
.period {
  padding: 0;
}

.form-check.d-flex.align-items-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


.d-flex.justify-content-between.align-items-center.w-100.mt-20 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}


.note-editor.note-frame .note-editing-area .note-editable {
  min-height: 200px;
  height: auto;
  border-radius: 0 0 8px 8px;
}


.note-btn.dropdown-toggle:after {
  content: none;
}


* {
  scrollbar-color: var(--scroll-color-one) var(--scroll-color-two);
  scrollbar-width: thin;
  scrollbar-width: thin;
}


* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */
}


/* Deful class */
code {
  display: inline-block;
  text-transform: none;
  background: #ecf7ff;
  padding: 2px 4px;
  font-size: 14px;
  border-radius: 4px;
  margin: 0 4px 3px;
  color: var(--ot-primary);
  font-weight: 200;
  -webkit-box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}


.card-title h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: var(--ot-primary-title);
  text-transform: capitalize;
}


@media screen and (max-width: 575px) {

  .ot-card {
    padding: 15px;
  }

}


.select2-container .select2-selection--single {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 30px;
  background-color: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  padding-right: 15px;
}


.select2-container .select2-selection--single:hover {
  border: 1px solid var(--ot-primary);
}


#select2-language-change-container:hover {
  color: var(--ot-primary);
}


.select2.select2-container.select2-container--default {
  width: 100% !important;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  font-weight: 300;
}


selection--single .select2-selection__rendered {
  color: #dde1ff;
  line-height: 40px;
}


input.select2-search__field:focus-visible {
  outline: none;
}


input[type="file"] {
  padding-left: 10px !important;
}


input[type="file"]::-webkit-file-upload-button {
  background: var(--ot-bg-table-tbody);
  color: var(--ot-primary-title);
  -webkit-transition: 1s;
  transition: 1s;
}


input[type="file"]::file-selector-button {
  background: var(--ot-bg-table-tbody);
  color: var(--ot-primary-title);
  -webkit-transition: 1s;
  transition: 1s;
}


input[type="file"]::-ms-browse:hover {
  background: var(--ot-bg-table-tbody);
  color: var(--ot-primary-title);
}


input[type="file"]::-webkit-file-upload-button:hover {
  background: var(--ot-bg-table-tbody) !important;
  color: var(--ot-primary-title);
}


input[type="file"]::file-selector-button:hover {
  background: var(--ot-bg-table-tbody) !important;
  color: var(--ot-primary-title);
}


input[type="file"]::-webkit-file-upload-button {
  background: var(--ot-bg-table-tbody);
  color: var(--ot-primary-title);
}


.select2-container--default .select2-results__option--selected {
  color: var(--ot-primary-title) !important;
}


.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--ot-primary);
}


.select2-dropdown, input.select2-search__field:focus-visible, .select2-container--default .select2-search--dropdown .select2-search__field:focus-visible, .select2-container--default .select2-selection--multiple:focus-visible, .select2-search__field:focus-visible {
  border: 1px solid var(--ot-primary-border) !important;
  color: var(--ot-primary-title) !important;
}


.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid var(--ot-primary-border) !important;
  color: var(--ot-primary-title) !important;
  background-color: var(--white) !important;
}


.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
  -webkit-box-shadow: 0px 0px 10px rgba(10, 175, 255, 0.35) !important;
  box-shadow: 0px 0px 10px rgba(10, 175, 255, 0.35) !important;
  border: 1px solid #0010f7 !important;
}


.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
  border: 1px solid var(--ot-primary-border) !important;
  color: var(--ot-primary-title) !important;
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.dropdown-menu {
  background: var(--ot-bg-secondary);
  border: 0;
  border: 0;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 24px;
  margin-top: 10px;
  color: var(--ot-primary-title);
  min-width: 210px;
  min-height: 100px;
}


.dropdown-item {
  color: #6f767e;
  background: transparent;
  text-transform: capitalize;
}


.fillable {
  color: red;
}


.form sup {
  color: red;
}


[class^="user-avatar"]:not([class*="-group"]) + .user-info {
  margin-left: 1rem;
}


/* select2 for currency  */
.select2-search__field[aria-controls="select2-language_with_flag-results"], .select2-search__field[aria-controls="select2-currencies-results"] {
  padding: 8px 5px;
}


/* design issue update */
/* sidebar  */
.sidebar .metismenu .has-arrow::after {
  -webkit-transform: rotate(135deg) translate(0, -50%);
  transform: rotate(135deg) translate(0, -50%);
}


.sidebar .metismenu .mm-active > .has-arrow::after, .sidebar .metismenu .has-arrow[aria-expanded="true"]::after {
  -webkit-transform: rotate(225deg) translate(0, -50%);
  transform: rotate(225deg) translate(0, -50%);
}


.sidebar .parent-item-content i {
  font-size: 22px;
  line-height: 1;
}


span.select2-search.select2-search--dropdown {
  padding: 7px 17px 0 17px;
}


.apexcharts-legend-text {
  color: var(--ot-chart-text) !important;
  font-family: var(--poppins);
}


tspan {
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 18px !important;
  fill: #6f767e !important;
}


/* ot btn  */
.ot-btn-primary {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  padding: 11px 16px;
  border: none;
}


.swal2-popup {
  background: var(--ot-bg-secondary);
}


.metismenu .has-arrow::after {
  right: 1.5em;
}


.ot-btn-primary {
  background: var(--ot-primary) !important;
}


button:focus:not(:focus-visible) {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}


.btn.active:focus, .btn.show:focus, .btn:active:focus {
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}


.btn.active, .btn.show, .btn:active {
  color: inherit;
  background-color: inherit;
  border-color: inherit;
}


.sidebar {
  -webkit-box-shadow:
    rgba(50, 50, 93, 0) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.04) 0px 3px 7px -3px;
  box-shadow:
    rgba(50, 50, 93, 0) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.04) 0px 3px 7px -3px;
}


@keyframes rotate {

  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }

}


@keyframes rotate {

  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }

}


.footer p {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}


.card-title h1 {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: var(--ot-primary-title);
}


.card-title h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: var(--ot-primary-title);
}


.card-header h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: var(--ot-primary-title);
  text-transform: capitalize;
}


.ot-btn-primary {
  color: #ffffff !important;
  font-weight: 500;
  font-size: 13px;
  text-transform: capitalize;
}


.ot-btn-primary {
  padding: 9px 18px;
}


.font-size-12 {
  font-size: 12px !important;
}


.font-size-14 {
  font-size: 14px !important;
}


/* Make class label color */
/* Make class background color */
bg-primary {
  background-color: var(--ot-primary) !important;
}


.bg-secondary {
  background-color: #ba895d !important;
}


.bg-success {
  background-color: #3cc13b !important;
}


.bg-danger {
  background-color: #d22d3d !important;
}


.bg-info {
  background-color: #717171 !important;
}


.bg-light {
  background-color: #e6edef !important;
}


.bg-warning {
  background-color: #e2c636 !important;
}

.tbody tr td:first-child {
  width: 100px;
}


.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #ddd 1px;
}


.icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


.left-side {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}


hr {
  color: #cdcece;
}

.select2-search__field {
  height: 40px;
  margin-bottom: 10px;
}


.ot-textarea {
  margin-top: 0px;
  height: auto !important;
}


.tagify--outside .tagify__input {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  border: 1px solid var(--ot-primary-border);
  margin-bottom: 1em;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  height: 49px;
  width: 100%;
  font-size: 16px;
  padding: 15px 14px;
  position: relative;
  border-radius: 8px;
  border-color: #f7f7f7;
  background: #f7f7f7;
  line-height: 18px;
}


.tagify--outside .tagify__input {
  background: none !important;
  color: var(--ot-primary-title);
  height: 49px;
  width: 100%;
  font-size: 16px;
  padding: 11px 14px 15px 14px;
  border-radius: 8px;
  border: 1px solid var(--ot-primary-border) !important;
}


.dropdown-item.active, .dropdown-item:active {
  color: var(--ot-primary-title) !important;
  text-decoration: none;
  background: none;
}


.h-calc {
  height: 100%;
}


.select2-container--open .select2-dropdown {
  left: 0;
  min-width: 130px;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  border-radius: 8px;
  padding: 1rem 0;
  padding-bottom: 1rem;
  background-color: var(--white);
  padding-bottom: 0;
  border: 0 !important;
}


.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}


.select2-container .select2-search--dropdown .select2-search__field {
  border: 1px solid var(--ot-primary-border) !important;
  color: var(--ot-primary-title) !important;
  height: 40px;
  width: 100%;
  padding: 0.55rem 0.75rem;
  font-size: 0.95rem;
  border-radius: 4px;
  outline: 0 !important;
}


.select2-container .select2-dropdown .select2-search .select2-search__field {
  padding: 0.55rem 0.75rem;
  font-size: 0.95rem;
  border-radius: 4px;
  outline: 0 !important;
}


.select2-container .select2-dropdown .select2-results__option {
  max-height: 250px;
  overflow-y: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 8px 10px;
  font-size: 13px;
}


.select2-container .select2-results__option--highlighted.select2-results__option--selectable, .select2-container .select2-results__option--selected {
  background-color: #f4f6fa !important;
  color: var(--ot-primary) !important;
}


.select2-results__option--selectable {
  font-size: 14px;
  font-weight: 500;
  color: #687083;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 30px;
  text-transform: capitalize;
  padding-left: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}


.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
  background: var(--white);
  border-radius: 0 0 8px 8px;
}


.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-left: -12px;
  margin-top: 2px;
  border-color: #bdbdbd transparent transparent transparent;
}


.ot-contact-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-left: -12px;
  margin-top: -11px;
}


.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #b3b3b3 transparent;
}


.page-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}


.text-primary {
  color: var(--primary-color);
}


.text-secondary {
  color: var(--ot-secondary);
}


.text-title {
  color: var(--ot-primary-title);
}


.list-group .list-group-item .title {
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--ot-secondary-title);
}


.swal2-popup.swal2-toast {
  width: auto;
}


.swal2-popup {
  width: auto !important;
}


/* body.swal2-toast-shown .swal2-container {
	width:auto !important;
} */
/* Ai CSS start */
.main {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 600px;
  min-height: 600px;
  background-color: var(--panel-bg);
  background-color: rgba(var(--ot-primary-rgb), 0.05);
  border-radius: 4px;
  border: 1px solid var(--ot-secondary-border);
}


body.dark-theme .main {
  background: var(--body);
}


.options {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--main-darklg);
}


.message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}


@media (max-width: 992px) {

  .main {
    max-height: 400px;
    min-height: 400px;
  }

}


.message {
  background-color: var(--white);
  padding: 10px;
  border-radius: 10px;
  margin: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-item-align: start;
  align-self: flex-start;
}


#error.invalid-feedback {
  display: inline-block;
}


.border-bottom {
  border-bottom: 1px solid rgba(221, 221, 221, 0.2588235294);
}


@-webkit-keyframes multiStepForm {

  from {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

}


@keyframes multiStepForm {

  from {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

}

/* End of multi step */
.white-bg {
  background-color: var(--white);
}


.ot_fileUploader .ot-btn-primary:hover, .ot_fileUploader .ot-btn-primary {
  border: 1px solid transparent;
  background: rgba(108, 117, 125, 0.6509803922) !important;
}


td input {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}


.cke_chrome {
  border: 1px solid var(--ot-primary-border);
  border-radius: 8px 8px 0 0;
}


.cke_chrome .cke_top {
  border-bottom: 1px solid var(--ot-primary-border);
  border-radius: 8px 8px 0 0;
  background: #f9f9f9;
}


.cke_chrome .cke_inner {
  border-radius: 8px;
}


.cke_chrome {
  display: block;
  border: 1px solid var(--ot-primary-border);
  padding: 0;
}


.modal {
  background: rgba(105, 120, 160, 0.16);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}


#toast-container .toast {
  background-color: #007bff !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}


#toast-container .toast-success {
  background-color: #60c160 !important;
}


#toast-container .toast-error {
  background-color: #da4932 !important;
}


#toast-container .toast-info {
  background-color: #4d90fd !important;
}


#toast-container .toast-warning {
  background-color: #f69703 !important;
}


#toast-container .toast-message {
  font-size: 13px;
}


.swal2-container.swal2-center > .swal2-popup {
  border-radius: 8px;
}


.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -7px;
}


.btn-primary.disabled, .btn-primary:disabled {
  background-color: var(--ot-primary);
  border-color: var(--ot-primary);
}


.btn-outline-primary {
  color: var(--ot-primary);
  background-color: transparent;
  background-image: none;
  border-color: var(--ot-primary);
}


.btn-outline-primary:hover {
  color: var(--white);
  background-color: var(--ot-primary);
  border-color: var(--ot-primary);
}


.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: var(--ot-primary);
  background-color: transparent;
}


.btn-outline-primary:not([disabled]):not(.disabled).active, .btn-outline-primary:not([disabled]):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  color: var(--white);
  background-color: var(--ot-primary);
  border-color: var(--ot-primary);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 179, 90, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(51, 179, 90, 0.5);
}


.table thead {
  background-color: #f3f2f7;
}


.dark-theme .table thead {
  background-color: #343d55;
}


#loader {
  position: fixed;
  left: 53%;
  top: 50%;
  z-index: 1;
  width: 50px;
  height: 50px;
  margin: -75px 0 0 -75px;
  border: 2px solid #d9d9db;
  border-radius: 50%;
  border-top: 2px solid var(--ot-primary);
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}


@-webkit-keyframes spin {

  0% {
    -webkit-transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }

}

@keyframes spin {

  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

}


@-webkit-keyframes animatebottom {

  from {
    bottom: -100px;
    opacity: 0;
  }

  to {
    bottom: 0;
    opacity: 1;
  }

}

@keyframes animatebottom {

  from {
    bottom: -100px;
    opacity: 0;
  }

  to {
    bottom: 0;
    opacity: 1;
  }

}


.mce-panel {
  border: 1px solid #e4e6fc;
  border-radius: 5px;
}


div.ui-keyboard {
  position: fixed;
  z-index: 2000;
  top: auto !important;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 180px;
  background-color: rgba(255, 255, 255, 0.8);
}


.ui-keyboard-button {
  min-width: 3em;
}


.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
  background: var(--ot-primary);
  width: 300px;
  padding: 15px;
  position: absolute !important;
  z-index: 999;
}


.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front li.ui-menu-item {
  color: var(--white);
  cursor: pointer;
  font-size: 14px;
  list-style: none;
  padding: 5px 10px;
  padding-left: 0;
}


.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front li.ui-menu-item:hover {
  opacity: 0.7;
}


.dark-theme .table td {
  border-color: #3b4253 !important;
}

.dark-theme table.table {
  background-color: #283046;
  color: #d0d2d6;
}


.table thead th {
  border-bottom: 1px solid #e4e6fc;
  font-weight: 600;
}

.dt-buttons {
  float: left;
  vertical-align: middle;
  width: 30%;
}


.dt-buttons {
  display: inline-block;
  text-align: right;
  width: 40%;
}


.dt-buttons button {
  padding: 0.25rem 0.75rem;
}


.dt-buttons button span {
  color: var(--white);
}


.datepicker.datepicker-dropdown {
  padding: 15px;
}


.checkbox label {
  cursor: pointer;
  vertical-align: top;
}


.checkbox label:before {
  background-color: transparent;
}


.checkbox label::after {
  color: var(--ot-primary);
}


.dropzone {
  border: 1px solid #e4e6fc;
  border-radius: 5px;
  background: var(--white);
}


.modal {
  background-color: rgba(255, 255, 255, 0.4);
}


.modal-header {
  border-bottom: 1px solid var(--ot-primary-border);
}


@media all and (max-width: 1023px) {

.dt-buttons {
    float: none;
    text-align: center;
    width: 100%;
  }

}


/* dropsone  */
@-webkit-keyframes passing-through {

  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }

}

@keyframes passing-through {

  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }

}

@-webkit-keyframes slide-in {

  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

}

@keyframes slide-in {

  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

}

@-webkit-keyframes pulse {

  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

}

@keyframes pulse {

  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

}

.dropzone, .dropzone * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


.dropzone {
  min-height: 150px;
  border: 1px dashed #e1e3ea;
  background: var(--white);
  padding: 20px 20px;
}


.dropzone.dz-clickable {
  cursor: pointer;
}


.dropzone.dz-clickable * {
  cursor: default;
}


.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}


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


.dropzone.dz-drag-hover {
  border-style: solid;
}


.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}


.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}


.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}


.dropzone .dz-preview:hover {
  z-index: 1000;
}


.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}


.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#eee),
    to(#ddd)
  );
  background: linear-gradient(to bottom, #eee, #ddd);
}


.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}


.dropzone .dz-preview.dz-image-preview {
  background: var(--white);
}


.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}


.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}


.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}


.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}


.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}


.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}


.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}


.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}


.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}


.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}


.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}


.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}


.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}


.dropzone .dz-preview .dz-image img {
  display: block;
}


.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}


.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}


.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}


.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}


.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}


.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}


.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}


.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}


.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#666),
    to(#444)
  );
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}


.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}


.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}


.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#be2626),
    to(#a92222)
  );
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: var(--white);
}


.dropzone .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}


.invalid-feedback {
  display: block;
}


.dropzone .dz-preview.dz-image-preview {
  background: var(--ot-bg-primary);
  padding: 10px;
  border-radius: 8px;
}


.mce-btn {
  border: 1px solid var(--border_2);
  text-shadow: 0 1px 1px var(--border_2);
  background: var(--input_bg);
}


.mce-menubar .mce-menubtn:hover, .mce-menubar .mce-menubtn.mce-active, .mce-menubar .mce-menubtn:focus {
  border-color: #2b2d35 !important;
  background: #2b2d35 !important;
}


.sidebar-toggle {
  font-size: 21px;
  color: var(--ot-primary-paragraph);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  background: none;
}


.select2-container .select2-selection--multiple {
  border: 1px solid var(--ot-primary-border) !important;
}


.ot_fileUploader .ot-btn-primary:hover, .ot_fileUploader .ot-btn-primary {
  border: 1px solid transparent;
  background: rgba(108, 117, 125, 0.6509803922);
}


textarea.form-control, textarea.ot_input {
  border: 1px solid var(--ot-primary-border) !important;
}


input#password::-webkit-input-placeholder {
  top: 4px;
  position: relative;
}


input#password::-moz-placeholder {
  top: 4px;
  position: relative;
}


input#password:-ms-input-placeholder {
  top: 4px;
  position: relative;
}


input#password::-ms-input-placeholder {
  top: 4px;
  position: relative;
}


input#password::placeholder {
  top: 4px;
  position: relative;
}

.btn-outline-primary:not([disabled]):not(.disabled).active, .btn-outline-primary:not([disabled]):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--white);
}


.nav-link:focus, .nav-link:hover {
  color: var(--ot-primary);
}


.swal2-styled.swal2-confirm:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}


.swal2-title {
  font-size: 27px;
}


.swal2-html-container {
  font-size: 13px;
}


.swal2-popup.swal2-modal.swal2-icon-warning.swal2-show {
  padding: 10px 20px;
}


.list-group-item {
  position: relative;
  display: block;
  padding: 10px 0px;
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid
    var(--bs-list-group-border-color);
}


.form-control {
  border-radius: 8px;
}


/* tagify custom styles */
.tagify {
  width: 100%;
}


.tagify-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  text-transform: capitalize;
  color: #494e5c;
  display: block;
  margin-bottom: 8px;
}


.tagify__tag {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}


span.tagify__tag-text {
  font-size: 14px;
  padding: 0px 6px;
  color: var(--ot-secondary-title);
}


.tagify__tag__removeBtn::after {
  content: "├âΓÇö";
  -webkit-transition:
    0.3s,
    color 0s;
  transition:
    0.3s,
    color 0s;
  position: absolute;
  left: 8px;
  font-size: 19px;
  color: var(--ot-secondary-title);
}


.tagify__tag > div::before {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid var(--ot-primary-border) !important;
}


.tagify__tag__removeBtn {
  font-size: 14px;
  margin-left: 6px;
  margin-right: 0;
  padding: 4px;
}


.tagify__tag > div {
  padding-left: 0;
}


.tagify--outside .tagify__input {
  margin: 10px 0;
}


.tagify--outside {
  border: 0;
}


.tagify--outside .tagify__input {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  border: 1px solid var(--tags-border-color);
  margin-bottom: 1em;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  height: 49px;
  width: 100%;
  font-size: 16px;
  padding: 15px 14px;
  position: relative;
  border-radius: 8px;
  border-color: #f7f7f7;
  background: #f7f7f7;
  line-height: 18px;
}


.tagify--outside .tagify__input:hover {
  border-color: var(--tags-hover-border-color);
}


.tagify--outside.tagify--focus .tagify__input {
  -webkit-transition: 0s;
  transition: 0s;
  border-color: var(--tags-focus-border-color);
}


.tagify__tag:focus div::before, .tagify__tag:hover:not([readonly]) div::before {
  --tag-bg-inset: unset;
  --tag-bg: unset;
}


.tagify__tag:focus div::before, .tagify__tag:hover:not([readonly]) div::before {
  --tag-bg-inset: unset;
  --tag-bg: unset;
}


.tagify__tag__removeBtn:hover {
  background: unset;
}


.tagify__tag__removeBtn:hover + div::before {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}


/* End-of Check Box */
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}


.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 6px;
  background-color: #eee !important;
}


.mCSB_scrollTools .mCSB_draggerRail {
  width: 3px;
}


.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #ddd;
}


.mCSB_scrollTools {
  opacity: 0;
}


.mCSB_scrollTools {
  width: 4px;
}


.ot_input, .ot-form-control, .select2-container .select2-selection--single, .ot_input:focus, .ot-form-control:focus {
  border: 1px solid var(--ot-primary-border) !important;
}


.select2-container--default .select2-selection--single {
  border: 1px solid var(--ot-primary-border);
}


.form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 9px;
}


.filter-body-width {
  min-width: 300px;
}


.right-show {
  right: 100% !important;
}

@media (max-width: 575px) {

  .right-show {
    left: -89%;
  }

}


.modal-wrapper {
  -webkit-box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  background-color: var(--white);
  border-radius: 0.3rem;
  padding: 20px;
  max-width: 300px;
  min-height: 100px;
  position: absolute;
  top: 90%;
  right: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

.modal-wrapper.active {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.modal-wrapper .close-icon {
  right: 15px;
  z-index: 10;
  top: 15px;
  cursor: pointer;
  background: var(--ot-primary);
  color: #ffffff;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  background-image: none;
  opacity: 1;
  border: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.modal-wrapper .close-icon:hover {
  background: #fd2f73;
  color: white;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}


.custom-overlay {
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  background: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.custom-overlay.active {
  visibility: visible;
  opacity: 1;
  z-index: 99;
}


@media (max-width: 575px) {

  .custom-modal-body .btn-primary-fill {
    padding: 10px 9px;
  }

  .custom-modal-body .btn-primary-outline {
    padding: 10px 20px;
  }

}


.table-color-col {
  width: 100%;
}


.table-color-col thead th {
  height: 50px;
  border-bottom: 1px solid var(--ot-border-basic-table-thead);
  padding-left: 14px;
  color: var(--ot-primary-title);
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}


.table-color-col thead th:first-child {
  border-radius: 10px 0 0 0;
}


table tbody tr:first-child td {
  margin-top: 11px;
}


.table-color-col thead th:last-child {
  border-radius: 0 10px 0 0;
}


.table-color-col tbody td {
  font-weight: 400;
  padding: 9px;
  font-size: 14px;
  height: 56px;
  color: var(--ot-primary-paragraph);
  margin-bottom: 9px;
  text-align: center;
}


.pagination-content.table-color-col .pagination {
  width: 368px;
}


.pagination-content.table-color-col .pagination li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3px;
  width: 32px;
  border: 1px solid #eaeaea;
  border-radius: 7px;
}


.pagination-content.table-color-col .pagination li a {
  color: var(--ot-primary-title);
}


.pagination-content.table-color-col .pagination li a i {
  color: var(--ot-primary-title);
}


.pagination-content.table-color-col .pagination li:hover a {
  color: var(--ot-primary);
}


.pagination-content.table-color-col .pagination li:hover {
  border-color: var(--ot-primary);
}


.selected {
  background: var(--ot-primary);
}


.selected > a {
  color: white !important;
}

.table-color-col tbody td {
  min-width: 120px;
}


.dropdown-item:hover {
  color: var(--ot-primary-title);
  background: transparent;
}


.table.table-bordered tbody tr {
  border-color: inherit;
  border-width: inherit;
  border-style: inherit;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #e1e3ea;
}


.table-head-border thead tr {
  border-bottom: 1px solid var(--ot-primary-border);
  margin-bottom: 11px;
}


.table-td-border tbody tr {
  border-bottom: 1px solid var(--ot-primary-border);
}

.table-td-border tbody tr:last-child {
  border-bottom: 0;
}


tbody, td, tfoot, th, thead, tr {
  border: 1px solid var(--ot-primary-border);
}


.daterangepicker {
  background-color: var(--white);
  border: 1px solid var(--ot-primary-border);
}


.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: var(--ot-primary);
}


.btn-primary {
  background-color: var(--ot-primary) !important;
  border-color: var(--ot-primary) !important;
}


.ot-contact-form .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0px;
  padding-right: 31px;
  font-size: 14px;
  text-transform: capitalize;
  color: var(--ot-secondary-paragraph);
  font-weight: 400;
}


.ot-contact-input.single-date-picker {
  color: var(--ot-secondary-paragraph) !important;
}


/* Custom Input field */
.ot-input {
  line-height: 16px !important;
  height: 40px !important;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  padding: 16px 18px !important;
  background: none;
  border-radius: 6px !important;
  border: 1px solid var(--ot-primary-border) !important;
}

.ot-input:focus {
  background-color: none;
}


.ot-input:focus-visible, .ot-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border-color: var(--ot-primary-border);
}


.form-control:focus {
  background-color: unset;
}


.ot-input::-webkit-input-placeholder {
  color: var(--ot-secondary-paragraph);
  text-transform: capitalize;
}


.ot-input::-moz-placeholder {
  color: var(--ot-secondary-paragraph);
  text-transform: capitalize;
}


.ot-input:-ms-input-placeholder {
  color: var(--ot-secondary-paragraph);
  text-transform: capitalize;
}


.ot-input::-ms-input-placeholder {
  color: var(--ot-secondary-paragraph);
  text-transform: capitalize;
}


.ot-input::placeholder {
  color: var(--ot-secondary-paragraph);
  text-transform: capitalize;
}


label {
  display: inline-block;
  text-transform: capitalize;
}


.ot-contact-form .ot-contact-input {
  color: var(--ot-primary-title);
  height: 49px;
  width: 100%;
  font-size: 16px;
  padding: 11px 14px 11px 14px;
  position: relative;
  border-radius: 8px;
  background: none;
  border: 1px solid var(--ot-primary-border);
  text-transform: none;
}


.ot-contact-form .ot-contact-input::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}


.ot-contact-form .ot-contact-input::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}


.ot-contact-form .ot-contact-input:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}


.ot-contact-form .ot-contact-input::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}


.ot-contact-form .ot-contact-input::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}


.ot-contact-form .icon {
  position: absolute;
  top: 15px;
  right: 20px;
  color: #b1b5c3;
  font-size: 20px;
}


.ot-contact-form .ot-contact-textarea {
  color: var(--ot-primary-perragraph);
  width: 100%;
  font-size: 16px;
  padding: 15px 14px;
  position: relative;
  border-radius: 8px;
  background: none;
  border: 1px solid var(--ot-primary-border);
}


.ot-contact-form .ot-contact-textarea::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: var(--ot-primary-perragraph);
}


.ot-contact-form .ot-contact-textarea::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: var(--ot-primary-perragraph);
}


.ot-contact-form .ot-contact-textarea:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: var(--ot-primary-perragraph);
}


.ot-contact-form .ot-contact-textarea::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: var(--ot-primary-perragraph);
}


.ot-contact-form .ot-contact-textarea::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: var(--ot-primary-perragraph);
}


.ot-contact-form .ot-contact-label {
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
  color: var(--ot-primary-paragraph);
  margin-bottom: 8px;
}


.ot-contact-form .ot-contact-label i {
  position: relative;
  top: 4px;
}


.date-pic-icon {
  position: relative;
}


.date-pic-icon i {
  position: absolute;
  right: 11px;
  top: 50%;
  font-size: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--ot-secondary-paragraph);
  border-left: 1px solid var(--ot-primary-border);
  padding-left: 13px;
}


.toggle-arro-hidden .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}


.ot_fileUploader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--ot-primary-border) !important;
  height: 48px;
  border-radius: 8px;
}


.ot_fileUploader input.form-control {
  border: 0 !important;
  border-radius: 3px;
  border: 0;
  height: 40px;
  width: 100%;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: none;
  color: var(--ot-primary-paragraph);
}


.ot_fileUploader input::-webkit-input-placeholder {
  font-size: 14px;
  color: var(--ot-primary-paragraph);
}


.ot_fileUploader input::-moz-placeholder {
  font-size: 14px;
  color: var(--ot-primary-paragraph);
}


.ot_fileUploader input:-ms-input-placeholder {
  font-size: 14px;
  color: var(--ot-primary-paragraph);
}


.ot_fileUploader input::-ms-input-placeholder {
  font-size: 14px;
  color: var(--ot-primary-paragraph);
}


.ot_fileUploader input::placeholder {
  font-size: 14px;
  color: var(--ot-primary-paragraph);
}


.ot_fileUploader button {
  background: transparent;
}


.ot_fileUploader .ot-btn-primary {
  padding: 10px 20px;
}


/* End-of Modal Close Button */
.card-title {
  margin-bottom: 0;
  font-size: 18px;
  color: var(--ot-primary-title);
}


.switch-box3 {
  position: relative;
  display: inline-block;
}

.switch-box3 input {
  height: 33px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 40px;
}

.switch-box3 .toggle-item {
  width: 33px;
  background: var(--ot-primary);
  height: 21px;
  display: inline-block;
  border-radius: 50px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: 20% center;
  transform-origin: 20% center;
  cursor: pointer;
  margin: 5px;
}

.switch-box3 .toggle-item:before {
  content: "";
  position: absolute;
  content: "";
  position: absolute;
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 2.3em;
  height: 2.3em;
  top: 5px;
  left: 0.25em;
  border-radius: 2em;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.switch-box3 .toggle-item2 {
  width: 33px;
  background: var(--ot-primary);
  height: 21px;
  display: inline-block;
  border-radius: 50px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: 20% center;
  transform-origin: 20% center;
  cursor: pointer;
  margin: 5px;
}

.switch-box3 .toggle-item2:before {
  content: "";
  position: absolute;
  content: "";
  position: absolute;
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 2.3em;
  height: 2.3em;
  top: 5px;
  left: 0.25em;
  border-radius: 2em;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.switch-box3.style-1 label {
  background: var(--ot-primary);
}

.switch-box3.style-1 label:before {
  content: "";
  position: absolute;
  border: none;
  width: 19px;
  height: 19px;
  background: #fff;
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
  top: 1px;
  left: 1px;
}

.switch-box3.style-1 label:after {
  content: "";
  position: absolute;
  background: transparent;
  height: calc(100% + 8px);
  border-radius: 30px;
  top: -5px;
  width: calc(100% + 8px);
  left: -4px;
  z-index: 0;
}

.switch-box3.style-1 input:checked + label {
  background: #4caf50;
}

.switch-box3.style-1 input:checked + label:before {
  left: 12px;
}

.switch-box3.style-2 label {
  background: var(--red);
}

.switch-box3.style-2 label:before {
  content: "";
  position: absolute;
  border: none;
  width: 19px;
  height: 19px;
  background: #fff;
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
  top: 1px;
  left: 1px;
}

.switch-box3.style-2 label:after {
  content: "";
  position: absolute;
  background: transparent;
  height: calc(100% + 8px);
  border-radius: 30px;
  top: -5px;
  width: calc(100% + 8px);
  left: -4px;
  z-index: 0;
}

.switch-box3.style-2 input:checked + label {
  background: #4caf50;
}

.switch-box3.style-2 input:checked + label:before {
  left: 12px;
}


.info-text {
  display: inline-block;
}

.info-text::before {
  content: "Not active";
  color: var(--ot-primary-perragraph);
  font-size: 14px;
  text-transform: capitalize;
}


input:checked:checked ~ .info-text::before {
  content: "Active";
}


/* -----     Check Box Style    ----------- */
.check-wrap.style-one input[type="checkbox"] {
  display: none;
}

.check-wrap.style-one input[type="checkbox"] + label {
  font-size: 1rem;
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  color: var(--ot-primary-paragraph);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  margin-bottom: 14px;
}

.check-wrap.style-one input[type="checkbox"] + label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid var(--ot-primary);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
  -webkit-transition:
    all 0.12s,
    border-color 0.08s;
  transition:
    all 0.12s,
    border-color 0.08s;
}

.check-wrap.style-one input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.check-wrap.style-eight input[type="checkbox"] {
  display: none;
}

.check-wrap.style-eight input[type="checkbox"] + label {
  position: relative;
  font-size: 1rem;
  width: 20px;
  height: 20px;
  border: 1px solid var(--ot-primary-paragraph);
  border-radius: 50%;
  -webkit-transition: all ease-out 200ms;
  transition: all ease-out 200ms;
  text-indent: 30px;
  white-space: nowrap;
  color: var(--ot-primary-paragraph);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: transparent;
  line-height: 1;
  cursor: pointer;
}

.check-wrap.style-eight input[type="checkbox"] + label:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 6px;
  border-bottom: 2px solid var(--white);
  border-left: 2px solid var(--white);
  top: 43%;
  left: 40%;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
  -webkit-transition: all ease-out 200ms;
  transition: all ease-out 200ms;
}

.check-wrap.style-eight input[type="checkbox"]:checked + label {
  border: 1px solid transparent;
  background: var(--ot-primary);
  color: var(--ot-primary);
}

.check-wrap.style-eight input[type="checkbox"]:checked + label:after {
  opacity: 1;
  width: 11px;
}


.radio-wrap.style-one input[type="radio"]:checked, .radio-wrap.style-one input[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.radio-wrap.style-one input[type="radio"]:checked + label, .radio-wrap.style-one input[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: var(--ot-primary-paragraph);
  font-weight: 300;
  font-size: 1rem;
  margin-bottom: 8px;
}

.radio-wrap.style-one input[type="radio"]:checked + label:before, .radio-wrap.style-one input[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

.radio-wrap.style-one input[type="radio"]:checked + label:after, .radio-wrap.style-one input[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: var(--ot-primary);
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.radio-wrap.style-one input[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.radio-wrap.style-one input[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

@-webkit-keyframes checked {

  to {
    stroke-dashoffset: 0;
  }

}

@keyframes checked {

  to {
    stroke-dashoffset: 0;
  }

}


.modal {
  background: rgba(105, 120, 160, 0.16);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}


.modal-title {
  margin-bottom: 0;
  font-size: 18px;
  color: var(--ot-primary-title);
}


.modal-content {
  border: none;
  padding: 17px 22px 22px 22px;
}


.modal-content {
  background-color: var(--ot-bg-secondary);
  color: var(--ot-primary-title);
  border: 0;
}


.status {
  display: inline-block;
  line-height: 0.5;
  border: 0;
  padding: 5px 7px;
}


.status .icon {
  display: inline-block;
}


.status .icon i {
  line-height: 1;
}


.pagination {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid var(--ot-secondary-border);
  padding: 20px 15px;
  background: var(--white);
  gap: 10px;
}

.pagination .pagination-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pagination .pagination-list li {
  display: inline-block;
}

.pagination .pagination-list li:first-child .page-number {
  color: var(--ot-primary-paragraph);
}

.pagination .pagination-list li:last-child .page-number {
  color: var(--ot-primary-paragraph);
}

.pagination .pagination-list li .page-number {
  background: var(--white);
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 2px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  border: 0;
  font-weight: 400;
  border-radius: 3px;
  font-size: 16px;
  color: var(--ot-primary-paragraph);
}

@media (max-width: 575px) {

  .pagination .pagination-list li .page-number {
    width: 29px;
    height: 29px;
    line-height: 29px;
    margin: 0 2px;
    font-size: 13px;
  }

}

.pagination .pagination-list li .page-number.current {
  background-color: var(--ot-primary);
  color: #fff;
}

.pagination .pagination-list li .page-number:hover {
  background-color: var(--ot-primary);
  color: #fff;
}


.mw-100 {
  min-width: 100px !important;
}


.tagify {
  width: 100%;
}


.tagify-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  text-transform: capitalize;
  color: #494e5c;
  display: block;
  margin-bottom: 8px;
}


.tagify__tag {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}


span.tagify__tag-text {
  font-size: 14px;
  padding: 0px 6px;
  color: var(--white);
}


.tagify__tag__removeBtn::after {
  content: "├ù";
  -webkit-transition:
    0.3s,
    color 0s;
  transition:
    0.3s,
    color 0s;
  position: absolute;
  left: 8px;
  font-size: 16px;
  color: var(--white);
}


.tagify__tag > div::before {
  background: #616161;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 8px;
}


.tagify__tag__removeBtn {
  font-size: 14px;
  margin-left: 6px;
  margin-right: 0;
}


.tagify__tag > div {
  padding-left: 0;
}


.tagify--outside {
  border: 0;
}

.tagify--outside .tagify__input {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  border: 1px solid var(--tags-border-color);
  margin-bottom: 1em;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  height: 49px;
  width: 100%;
  font-size: 16px;
  padding: 15px 14px;
  position: relative;
  border-radius: 8px;
  border-color: #f7f7f7;
  background: #f7f7f7;
  line-height: 18px;
}

.tagify--outside .tagify__input:hover {
  border-color: var(--tags-hover-border-color);
}

.tagify--outside.tagify--focus .tagify__input {
  -webkit-transition: 0s;
  transition: 0s;
  border-color: var(--tags-focus-border-color);
}


.tagify__tag > div::before {
  background: none !important;
  border: 1px solid var(--ot-secondary-border);
}


.tagify {
  width: 100%;
}


.tagify__tag__removeBtn {
  margin-left: 0px !important;
}


.tagify__tag__removeBtn:hover + div::before {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}


.tagify__tag__removeBtn:hover {
  background: none !important;
}


.tagify__tag__removeBtn::after {
  color: var(--ot-primary-paragraph) !important;
  color: #f96170 !important;
  top: 8px !important;
  font-size: 24px !important;
  left: 11px !important;
}


span.tagify__tag-text {
  color: var(--ot-tertiary-title) !important;
}


.tagify__tag > div {
  padding: 7px 12px !important;
}


.tagify__tag.tagify--noAnim {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 9px;
}


.tagify--outside {
  border: 0;
}

.tagify--outside.tagify--focus .tagify__input {
  -webkit-transition: 0s;
  transition: 0s;
  border-color: var(--tags-focus-border-color);
}

.tagify--outside .tagify__input {
  background: none !important;
  color: var(--ot-primary-title);
  height: 49px;
  width: 100%;
  font-size: 16px;
  padding: 14px 14px 15px 14px;
  border-radius: 8px;
  border: 1px solid var(--ot-primary-border) !important;
}

.tagify--outside .tagify__input:hover {
  border-color: var(--tags-hover-border-color);
}


@-webkit-keyframes sk-scaleout {

  0% {
    -webkit-transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }

}

@keyframes sk-scaleout {

  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

}


.grid-container-profile {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 24px auto;
  grid-template-columns: auto auto;
  gap: 24px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {

  .grid-container-profile {
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .grid-container-profile {
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .grid-container-profile {
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }

}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  .grid-container-profile {
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }

}

@media (max-width: 575px) {

  .grid-container-profile {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

}


.ot-login-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  overflow: auto;
}

.ot-login-area .ot-login-card {
  padding: 48px;
  background: var(--white);
  border-radius: 10px;
  border: 1px solid var(--ot-primary-border);
}

@media (max-width: 575px) {

  .ot-login-area .ot-login-card {
    padding: 30px;
  }

}

.ot-login-area .ot-login-card img {
  margin: auto;
  display: block;
  max-width: 150px;
}


.ot-login-area .ot-login-card .title h4 {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: var(--ot-primary-title);
  text-align: center;
}


.login-bg {
  position: relative;
}

.login-bg::before {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background-image: url(../../images/auth-bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {

  .login-bg::before {
    width: 50%;
    background-size: contain;
  }

}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {

  .login-bg::before {
    width: 50%;
    background-size: contain;
  }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .login-bg::before {
    width: 40%;
    background-size: contain;
  }

}

@media (max-width: 991px) {

  .login-bg::before {
    display: none;
  }

}


.password-input {
  padding-right: 32px;
}


.toggle-password {
  position: absolute;
  top: 43px;
  right: 16px;
  cursor: pointer;
  z-index: 9999;
  font-size: 18px;
}


.bradecrumb .left-contents .icon {
  color: var(--ot-primary);
  font-size: 25px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: rgba(8, 155, 72, 0.06);
  border-radius: 4px;
}

.bradecrumb .content .title {
  font-size: 22px;
}


.min-h-300 {
  min-height: 300px;
}


.min-h-400 {
  min-height: 400px;
}


/* summary start*/
.table-summar {
  border-top: 1px solid var(--ot-secondary-border);
  border-bottom: 1px solid var(--ot-secondary-border);
  padding-bottom: 5px;
  padding: 20px 0;
}


.summary-title .title {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
}


.summary-title .title i {
  color: var(--ot-text-primary);
  font-size: 18px;
}


.summary-listing .single-summary-list {
  display: inline-block;
}


.summary-listing .single-summary-list:not(:last-child) {
  border-right: 1px solid var(--ot-border-primary);
  margin-right: 10px;
  padding-right: 10px;
}


@media screen and (max-width: 575px) {

  .summary-listing .single-summary-list:not(:last-child) {
    border-right: 0;
    margin-right: 5px;
    padding-right: 5px;
  }

  .summary-listing {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

}

.summary-listing .single-summary-list .number {
  font-weight: 600;
  font-size: 20px;
  color: var(--ot-text-title);
}


@media screen and (max-width: 575px) {

  .summary-listing .single-summary-list .number {
    font-size: 16px;
  }

}

.summary-listing .single-summary-list .text {
  font-weight: 400;
  font-size: 16px;
  color: var(--ot-text-primary);
  margin: 0 10px;
  text-transform: capitalize;
}


.summary-listing .single-summary-list:nth-child(2) .text {
  color: #0caf60;
}


.summary-listing .single-summary-list:nth-child(3) .text {
  color: #ff6767;
}


.summary-listing .single-summary-list:nth-child(4) .text {
  color: #534aba;
}


.summary-listing .single-summary-list:nth-child(5) .text {
  color: #ff991a;
}


.mw-180 {
  min-width: 180px;
}


.dark-theme {
  background: var(--body-bg);
  /* Dark Theme start*/
  /* roles permission  */
}

.dark-theme .white-bg {
  background: var(--dark-bg1);
}

.dark-theme .btn-primary-fill {
  color: #fff !important;
}

.dark-theme .btn-cancel-fill {
  color: #fff !important;
}

.dark-theme .btn-cancel-fill:hover {
  border-color: var(--ot-primary-border);
}

.dark-theme .btn-primary-outline {
  color: var(--ot-primary-title);
  border: 1px solid var(--ot-primary-border);
}

.dark-theme .btn-primary-fill {
  color: var(--ot-primary-paragraph);
}

.dark-theme .btn-primary-fill:hover {
  border-color: var(--ot-primary-border);
}

.dark-theme .select2-results {
  background: var(--white);
}

.dark-theme .select2-search--dropdown {
  background: var(--white);
}

.dark-theme .select2-dropdown {
  border-color: var(--ot-primary-border);
  background-color: var(--white);
}

.dark-theme .select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: var(--ot-primary-paragraph);
  color: var(--ot-primary);
}

.dark-theme .select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: var(--ot-primary);
  color: var(--ot-primary-paragraph);
}

.dark-theme .ot_fileUploader input.form-control::-webkit-input-placeholder {
  color: var(--ot-primary-paragraph);
}

.dark-theme .ot_fileUploader input.form-control::-moz-placeholder {
  color: var(--ot-primary-paragraph);
}

.dark-theme .ot_fileUploader input.form-control:-ms-input-placeholder {
  color: var(--ot-primary-paragraph);
}

.dark-theme .ot_fileUploader input.form-control::-ms-input-placeholder {
  color: var(--ot-primary-paragraph);
}

.dark-theme .ot_fileUploader input.form-control::placeholder {
  color: var(--ot-primary-paragraph);
}

.dark-theme .btn-primary-outline:hover {
  background: var(--ot-primary-btn);
  border-color: transparent !important;
}

.dark-theme .tagify__input::before {
  color: #fff;
}

.dark-theme .tagify__input:focus:empty::before {
  color: #fff;
}

.dark-theme .daterangepicker::after {
  border-bottom: 6px solid var(--ot-primary-border);
}

.dark-theme .half-expand ul.parent-menu-list > li > ul, .dark-theme .half-expand .sidebar-dropdown-menu > li ul {
  background: var(--ot-bg-secondary) !important;
  border: none;
}

.dark-theme .main {
  background-color: var(--body_bg);
  border: 1px solid var(--ot-primary-border);
}

.dark-theme .tagify__input::before {
  color: rgba(117, 123, 140, 0.568627451);
}

.dark-theme .tagify__input:focus:empty::before {
  color: rgba(117, 123, 140, 0.568627451);
}

.dark-theme .sidebar-menu .sidebar-menu-section .mm-active > a::before {
  background: var(--ot-primary);
}

.dark-theme .sidebar-menu .sidebar-menu-section .mm-active ul {
  background-color: var(--ot-bg-primary);
}

.dark-theme .message {
  background-color: var(--white) !important;
  color: var(--ot-primary-title);
}

.dark-theme .input-group-text {
  color: var(--ot-primary-title);
  border-color: var(--ot-primary-border) !important;
}

.dark-theme .apexcharts-legend-text {
  color: #6f767e !important;
}

.dark-theme .select2-dropdown {
  background-color: var(--ot-bg-secondary);
}

.dark-theme .select2-dropdown span {
  color: #fff;
}

.dark-theme .half-expand ul.parent-menu-list > li > ul {
  background: var(--ot-bg-secondary) !important;
  border: none;
}

.dark-theme .sidebar-menu .sidebar-menu-section .mm-active > a::before {
  background: var(--ot-primary);
}

.dark-theme .sidebar-menu .sidebar-menu-section .mm-active ul {
  background-color: var(--ot-bg-primary);
}

.dark-theme input::-webkit-calendar-picker-indicator {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.dark-theme .sidebar .sidebar-menu .sidebar-menu-section .mm-active > a {
  color: var(--ot-primary) !important;
  background: rgba(43, 45, 53, 0.2901960784);
}

@media (max-width: 991.98px) {

  .dark-theme .sidebar-expand .sidebar {
    background: #111415 !important;
  }

}

.dark-theme .sidebar {
  background: var(--white) !important;
}

.dark-theme .dropdown-menu.show {
  -webkit-box-shadow: var(--theme-shadow);
  box-shadow: var(--theme-shadow);
}

.dark-theme .ot-form-control:focus-visible, .dark-theme .ot-form-control:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none;
}

.dark-theme .sidebar .sidebar-menu .sidebar-menu-section .sidebar-menu-item .mm-show, .dark-theme .sidebar .sidebar-menu .sidebar-menu-section .sidebar-menu-item ul {
  background: var(--white) !important;
}

.dark-theme h6, .dark-theme h5, .dark-theme h4, .dark-theme h3, .dark-theme h2, .dark-theme h1 {
  color: var(--ot-primary-title);
}

.dark-theme .table.table-bordered tbody tr {
  border-bottom-color: var(--ot-primary-border);
}

.dark-theme .select2-container .select2-dropdown {
  background-color: var(---white);
}

.dark-theme .select2-container .select2-results > .select2-results__options {
  background-color: var(---white);
}

.dark-theme .select2-container .select2-dropdown .select2-results__option {
  color: var(--ot-primary-title);
}

.dark-theme .select2-container .select2-results__option--selected {
  background-color: transparent !important;
  color: var(--ot-primary) !important;
}

.dark-theme .select2-container .select2-results__option--highlighted.select2-results__option--selectable {
  color: var(--white) !important;
  background-color: transparent !important;
}

.dark-theme .select2-container .select2-selection--single .select2-selection__rendered {
  color: var(--ot-primary-title);
}

.dark-theme .dropdown-menu.show {
  background: var(--white) !important;
}

.dark-theme .select2-container .select2-search--inline .select2-search__field {
  color: var(--ot-primary-title) !important;
}

.dark-theme .select2-container .select2-selection--multiple .select2-selection__choice {
  background: rgba(91, 88, 255, 0.2);
}

.dark-theme .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .dark-theme .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  color: var(--ot-primary-title);
}

.dark-theme .modal-content {
  background-color: var(--white);
}

.dark-theme .modal-header-image {
  border-bottom: 1px solid var(--ot-primary-border);
  margin: 0;
}

.dark-theme .modal .btn-close {
  background: var(--input_bg);
  color: var(--ot-primary-title);
}

.dark-theme .cke_editable {
  color: var(--white);
}

.dark-theme .cke_toolgroup a.cke_button:last-child:after, .dark-theme .cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after, .dark-theme .cke_combo:after, .dark-theme .cke_combo:after, .dark-theme .cke_combo_arrow {
  border-color: var(--body_text);
}

.dark-theme .modal {
  background: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.dark-theme input:-webkit-autofill {
  -webkit-text-fill-color: var(--ot-primary-title) !important;
}

.dark-theme .cke_chrome .cke_top {
  background: rgba(117, 123, 140, 0.1) !important;
}

.dark-theme .cke_combo:after {
  border-color: var(--body_text);
}

.dark-theme .cke_toolbar_separator {
  background-color: var(--body_text);
}

.dark-theme .swal2-popup {
  background: var(--body-bg) !important;
}

.dark-theme .mce-panel {
  border: 0 solid var(--input_bg);
  border: 0 solid var(--input_bg);
  background-color: var(--input_bg);
}

.dark-theme .dropzone {
  border: 1px solid var(--ot-primary-paragraph);
  border-radius: 5px;
  background: var(--ot-primary-paragraph);
  color: var(--white);
}

.dark-theme .ot-input::-webkit-input-placeholder, .dark-theme .ot-form-control::-webkit-input-placeholder, .dark-theme .ot_fileUploader::-webkit-input-placeholder {
  color: rgba(172, 180, 203, 0.4) !important;
}

.dark-theme .ot-input::-moz-placeholder, .dark-theme .ot-form-control::-moz-placeholder, .dark-theme .ot_fileUploader::-moz-placeholder {
  color: rgba(172, 180, 203, 0.4) !important;
}

.dark-theme .ot-input:-ms-input-placeholder, .dark-theme .ot-form-control:-ms-input-placeholder, .dark-theme .ot_fileUploader:-ms-input-placeholder {
  color: rgba(172, 180, 203, 0.4) !important;
}

.dark-theme .ot-input::-ms-input-placeholder, .dark-theme .ot-form-control::-ms-input-placeholder, .dark-theme .ot_fileUploader::-ms-input-placeholder {
  color: rgba(172, 180, 203, 0.4) !important;
}

.dark-theme .ot-input::placeholder, .dark-theme .ot-form-control::placeholder, .dark-theme .ot_fileUploader::placeholder {
  color: rgba(172, 180, 203, 0.4) !important;
}

.dark-theme * {
  scrollbar-color: rgba(51, 52, 62, 0.5607843137) rgba(51, 52, 62, 0.5607843137);
  color: #fff;
}

.dark-theme .file_upload {
  border-color: var(--ot-primary-border) !important;
}

.dark-theme .ot-card {
  background-color: var(--white) !important;
}

.dark-theme .text-title {
  color: var(--ot-primary-title) !important;
}

.dark-theme .ot-btn-primary span {
  color: #fff;
}

.dark-theme .ot-input {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-color: var(--ot-primary-border) !important;
  color: var(--ot-primary-title);
}

.dark-theme .form-control {
  border: 1px solid var(--ot-primary-border);
}

.dark-theme .sidebar {
  background: var(--white) !important;
}

.dark-theme .daterangepicker::after {
  border-bottom: 6px solid var(--ot-primary-border);
}

.dark-theme .btn-uplode {
  background: rgba(246, 246, 246, 0.06);
}

.dark-theme .btn-dropdown {
  background: rgba(246, 246, 246, 0.06);
}

.dark-theme .note-toolbar {
  background: var(--body-bg);
}

.dark-theme .note-btn {
  color: var(--ot-primary-paragraph);
  background-color: rgba(246, 246, 246, 0.06);
  border: 1px solid var(--ot-primary-border);
}

.dark-theme .note-editor .note-editing-area .note-editable {
  color: #b2bec3;
}

.dark-theme .note-modal-content {
  background: var(--white);
}

.dark-theme .note-input {
  border: 1px solid var(--ot-primary-border);
  background: none;
  color: var(--ot-primary-paragraph);
}

.dark-theme .close {
  color: white;
  opacity: 0.6;
}

.dark-theme {
  .sidebar .sidebar-header {
    background: var(--white);
  }
  /* .sidebar .sidebar-menu {
    background: var(--white);
  } */
}

/*Changes while RTL Start*/
body.rtl .header {
  right: 320px;
  left: 0;
  transition: -webkit- right 0.4s;
  -webkit-transition: right 0.4s;
  transition: right 0.4s;
  transition:
    right 0.4s,
    -webkit- right 0.4s;
}


@media (max-width: 768px) {

  body.rtl .header {
    padding: 10px;
    right: 0;
  }

}


body.rtl .half-expand-toggle.sidebar-toggle img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}


body.rtl .half-expand .header {
  z-index: 22;
  right: 100px;
  transition: -webkit- right 0.4s;
  -webkit-transition: right 0.4s;
  transition: right 0.4s;
  transition:
    right 0.4s,
    -webkit- right 0.4s;
}


body.rtl .half-expand .half-expand-toggle.sidebar-toggle img {
  -webkit-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
}


body.rtl .half-expand-toggle .sidebar-toggle img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}


body.rtl .item-content .message {
  text-align: right;
}


/*Changes while RTL Start*/
body.rtl .sidebar {
  right: 0;
}


@media (max-width: 768px) {

  body.rtl .sidebar {
    right: -100%;
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
  }

}

body.rtl .sidebar .sidebar-menu ol, body.rtl .sidebar .sidebar-menu ul {
  padding-right: 0;
  margin-right: 0;
}


body.rtl .sidebar .sidebar-menu ol a, body.rtl .sidebar .sidebar-menu ul a {
  text-decoration: none;
}


body.rtl .sidebar .sidebar-menu .sidebar-menu-section .sidebar-menu-item > ul > li > a {
  padding-right: 47px;
}


body.rtl .sidebar .sidebar-menu .sidebar-menu-section .sidebar-menu-item > ul > li > ul > li > a {
  padding-right: 64px;
}


body.rtl .sidebar .sidebar-menu .sidebar-menu-section .mm-active > a {
  border-left: none;
  border-right: 2px solid var(--ot-primary);
}


body.rtl .sidebar .sidebar-menu .sidebar-menu-section ul > li > a {
  padding-right: 28px;
}


body.rtl .sidebar-expand .sidebar {
  right: 0;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}


.rtl .half-expand .sidebar .sidebar-header .half-expand-toggle {
  position: absolute;
  right: 100%;
  margin-right: 10px;
}


.rtl .half-expand .sidebar .sidebar-header .half-expand-toggle img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}


.rtl .half-expand .sidebar .sidebar-menu {
  overflow: visible;
}


.rtl .half-expand .sidebar .sidebar-menu .parent-menu-list .sidebar-menu-item .parent-item-content span {
  display: none;
}


.rtl .half-expand .sidebar .sidebar-menu .parent-menu-list .sidebar-menu-item a {
  border: none;
}


.rtl .half-expand .sidebar .sidebar-menu-item > ul > li > a {
  padding-left: 10px !important;
}


.rtl .half-expand .sidebar .sidebar-menu-item > ul > li > ul > li > a {
  padding-left: 30px !important;
}


.rtl .half-expand .sidebar ul.parent-menu-list > li > ul {
  position: absolute;
  top: 0;
  width: 236px;
  left: 100px;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
}


.rtl .half-expand .parent-menu-list > li > ul {
  right: 380px !important;
}


.rtl .half-expand .sidebar-menu {
  position: absolute;
  left: 50%;
  top: 10%;
  z-index: 2000;
  overflow: hide;
  height: calc(100vh - 100px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}


.rtl .half-expand .main-content {
  margin-right: 100px;
  transition: -webkit-margin-right 0.3s;
  -webkit-transition: margin-right 0.3s;
  transition: margin-right 0.3s;
  transition:
    margin-right0 0.3s,
    -webkit-margin-right 0.3s;
}


body.rtl .main-content {
  margin-right: 320px;
  margin-left: 0;
  transition: -webkit-right 0.3s;
  -webkit-transition: margin-right 0.3s;
  transition: margin-right 0.3s;
  transition:
    margin-right 0.3s,
    -webkit-margin-right 0.3s;
}


@media (max-width: 768px) {

  body.rtl .main-content {
    width: 100%;
    margin-right: 0;
    transition: -webkit-left 0.3s;
    -webkit-transition: margin-right 0.3s;
    transition: margin-right 0.3s;
    transition:
      margin-right 0.3s,
      -webkit-margin-right 0.3s;
  }

}


/* RTL style  */
body.rtl .sidebar .sidebar-menu .sidebar-menu-section .mm-active > a {
  border-left: none;
  border-right: 0;
}


*[dir="rtl"] .sidebar .sidebar-menu .sidebar-menu-section.sidebar .sidebar-menu .sidebar-menu-section .sidebar-menu-item > ul > li > a {
  padding: 7px 0 7px 47px;
}


.sidebar-menu-item a.has-arrow::after {
  -webkit-transform: rotate(-45deg) translate(0, -50%);
  transform: rotate(-45deg) translate(0, -50%);
}


*[dir="rtl"] .sidebar .sidebar-menu .sidebar-menu-section .mm-active > a.has-arrow::after {
  -webkit-transform: rotate(-135deg) translate(0, -50%);
  transform: rotate(-135deg) translate(0, -50%);
}


*[dir="rtl"] .sidebar {
  border-right: 0;
}


[class^="user-avatar"]:not([class*="-group"]) + .user-info {
  margin-left: 0;
  margin-right: 1rem;
}


*[dir="rtl"] .table-color-col tbody td {
  padding-left: 0px;
  padding-right: 20px;
}


*[dir="rtl"] .datepicker--nav-action svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}


html body.rtl .mCustomScrollBox .mCSB_container {
  direction: rtl !important;
}


/* RTL_STYLE  */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 0;
}


/*Changes while RTL Start*/
body.rtl .half-expand .sidebar .sidebar-menu {
  height: calc(100vh - 350px);
}


body.rtl .sidebar .sidebar-menu ol a, body.rtl .sidebar .sidebar-menu ul a {
  text-decoration: none;
}


body.rtl .sidebar .sidebar-menu .sidebar-menu-section ul > li > a {
  padding-right: 28px;
}


body.rtl .sidebar-expand .sidebar {
  right: 0;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}


body.rtl .sidebar .sidebar-menu .sidebar-menu-section .sidebar-menu-item a.has-arrow::after {
  right: auto;
  left: 20px;
  right: auto;
}


body.rtl .sidebar .sidebar-menu .sidebar-menu-section .sidebar-menu-item a.active::before {
  left: auto;
  right: 0;
}


body.rtl .half-expand .sidebar .sidebar-menu {
  left: auto;
  right: -50px;
}


body.rtl .half-expand .sidebar ul.parent-menu-list > li > ul {
  left: auto;
  right: 94px !important;
  z-index: 1212;
}


body.rtl .half-expand .sidebar .sidebar-menu .sidebar-menu-section .sidebar-menu-item ul li a.has-arrow::after {
  -webkit-transform: rotate(-45deg) translate(0, -50%) !important;
  transform: rotate(-45deg) translate(0, -50%) !important;
  left: 20px;
  right: auto;
}


body.rtl .half-expand .sidebar-dropdown-menu > li ul {
  left: auto;
  right: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}


body.rtl .half-expand .header {
  padding-left: 20px;
  padding-right: 40px;
}


body.rtl .sidebar {
  right: 0;
}


body[dir="rtl"] .select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 20px;
  text-align: right;
  padding-left: 17px;
}


body[dir="rtl"] .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: auto;
  left: 25px;
}


body[dir="rtl"] .select2-container .select2-dropdown .select2-results__option {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}


body[dir="rtl"] .select2-container .select2-dropdown .select2-search .select2-search__field {
  text-align: right;
}


body[dir="rtl"] .half-expand .sidebar .sidebar-menu .sidebar-menu-section .sidebar-menu-item > ul > li > a {
  padding-left: 0;
  padding-right: 28px;
}


@media (max-width: 768px) {

  body.rtl .sidebar {
    right: -100%;
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
  }

}

@media (max-width: 991.98px) {

  body.rtl .sidebar {
    right: -100%;
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
  }

  body.rtl .main-content {
    margin-right: 0;
  }

}


.form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 9px;
}


.rtl .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 14px;
}


@media (max-width: 991.98px) {

  body.rtl .header {
    right: 0;
  }

}

.rtl .sidebar .sidebar-menu .sidebar-menu-section .sidebar-menu-item.mm-active .parent-item-content::before {
  right: auto;
  left: 0;
}


.table-color-col thead th {
  padding-right: 13px;
}


.rtl .select2-container--open .select2-dropdown {
  min-width: 142px;
}


.rtl .tagify__tag__removeBtn {
  margin-left: 0;
  margin-right: 6px;
}


.rtl input[type="date"] {
  text-align: right;
}


.rtl .sidebar .sidebar-menu .sidebar-menu-section .sidebar-menu-item:not(.child-menu-list) a.active::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  background: var(--primary-color);
  left: 0;
  top: 0;
  border-radius: 30px 0 0 30px;
}

.rtl .fileter-selct .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 4px !important;
}

.rtl .date-pic-icon i {
  left: 0;
  right: auto;
}

.rtl .sidebar .sidebar-header {
  border-left: 1px solid var(--ot-primary-border);
}

.rtl .login-bg::before {
  right: auto;
  left: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.rtl .toggle-password {
  right: auto;
  left: 16px;
}

.rtl .page-number i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  display: block;
}

.rtl .sidebar .sidebar-menu .sidebar-menu-section .sidebar-menu-item.mm-active > a.has-arrow::after {
  -webkit-transform: rotate(-135deg) translate(0, -50%) !important;
  transform: rotate(-135deg) translate(0, -50%) !important;
}

.rtl .sidebar .sidebar-menu .sidebar-menu-section .sidebar-menu-item a.has-arrow::after {
  -webkit-transform: rotate(-45deg) translate(0, -50%);
  transform: rotate(-45deg) translate(0, -50%);
}

.rtl .sidebar-header > .close-toggle.sidebar-toggle {
  right: auto;
  left: 19px;
}

.rtl .right-show {
  right: auto !important;
  left: 100%;
}

.rtl .header-right .cart-list.langualge-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-left: -7px;
}

.rtl .select2-container--default .select2-selection--single .select2-selection__arrow b {
  left: auto;
  right: -100%;
}


@media (min-width: 992px) {

  .rtl-offset-lg-1 {
    margin-right: 8.33333333%;
  }

}


.list-group-item {
  background-color: transparent !important;
  border: 1px solid var(--ot-primary-border) !important;
}

.form-control {
  background-color: var(--white);
}

.card-body {
  background: var(--white);
}

.card {
  border: 1px solid var(--ot-primary-border);
}


.bg-primary {
  background-color: #f5f5f5 !important;
}


.dark-theme {
  .card-body {
    color: #fff;
  }
  .tab-button.style-one nav .nav-tabs .nav-link {
    color: #fff;
  }
  .btn-outline-dark {
    background: var(--ot-primary);
    color: #fff;
    border: 1px solid var(--ot-primary);
    &:hover {
      background: var(--ot-primary);
      color: #fff;
      border: 1px solid var(--ot-primary);
    }
  }
  .bg-primary {
    background-color: var(--white) !important;
  }
  .card-bg {
    background: #18191d;
  }
  .radio-tile {
    background: #24262b;
    border: 1px solid #383b43;
  }
  .text-dark {
    color: #ffff !important;
  }
  .card {
    border: 1px solid #3f4456;
  }
  .bg-light {
    background-color: #282831 !important;
  }
}
