/*!******************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/css/app.css?ngGlobalStyle ***!
  \******************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap);
/*!********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/css/style.css?ngGlobalStyle ***!
  \********************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);
/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/angular-calendar/css/angular-calendar.css?ngGlobalStyle ***!
  \**************************************************************************************************************************************************************************************************************************************************************/
.cal-month-view .cal-header {
  text-align: center;
  font-weight: bolder; }

.cal-month-view .cal-header .cal-cell {
  padding: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap; }

.cal-month-view .cal-days {
  border: 1px solid;
  border-bottom: 0; }

.cal-month-view .cal-cell-top {
  min-height: 78px;
  flex: 1; }

.cal-month-view .cal-cell-row {
  -js-display: flex;
  display: flex; }

.cal-month-view .cal-cell {
  float: left;
  flex: 1;
  -js-display: flex;
  display: flex;
  flex-direction: column;
  align-items: stretch; }
  .cal-month-view .cal-cell .cal-event {
    pointer-events: all !important; }

.cal-month-view .cal-day-cell {
  min-height: 100px; }
  @media all and (-ms-high-contrast: none) {
    .cal-month-view .cal-day-cell {
      display: block; } }

.cal-month-view .cal-day-cell:not(:last-child) {
  border-right: 1px solid; }

.cal-month-view .cal-days .cal-cell-row {
  border-bottom: 1px solid; }

.cal-month-view .cal-day-badge {
  margin-top: 18px;
  margin-left: 10px;
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 10px; }

.cal-month-view .cal-day-number {
  font-size: 1.2em;
  font-weight: 400;
  opacity: 0.5;
  margin-top: 15px;
  margin-right: 15px;
  float: right;
  margin-bottom: 10px; }

.cal-month-view .cal-events {
  flex: 1;
  align-items: flex-end;
  margin: 3px;
  line-height: 10px;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap; }

.cal-month-view .cal-event {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin: 2px; }

.cal-month-view .cal-day-cell.cal-in-month.cal-has-events {
  cursor: pointer; }

.cal-month-view .cal-day-cell.cal-out-month .cal-day-number {
  opacity: 0.1;
  cursor: default; }

.cal-month-view .cal-day-cell.cal-today .cal-day-number {
  font-size: 1.9em; }

.cal-month-view .cal-open-day-events {
  padding: 15px; }

.cal-month-view .cal-open-day-events .cal-event {
  position: relative;
  top: 2px; }

.cal-month-view .cal-out-month .cal-day-badge,
.cal-month-view .cal-out-month .cal-event {
  opacity: 0.3; }

.cal-month-view .cal-draggable {
  cursor: move; }

.cal-month-view .cal-drag-active * {
  pointer-events: none; }

.cal-month-view .cal-event-title {
  cursor: pointer; }
  .cal-month-view .cal-event-title:hover {
    text-decoration: underline; }

.cal-month-view {
  background-color: #fff; }
  .cal-month-view .cal-cell-row:hover {
    background-color: #fafafa; }
  .cal-month-view .cal-cell-row .cal-cell:hover,
  .cal-month-view .cal-cell.cal-has-events.cal-open {
    background-color: #ededed; }
  .cal-month-view .cal-days {
    border-color: #e1e1e1; }
  .cal-month-view .cal-day-cell:not(:last-child) {
    border-right-color: #e1e1e1; }
  .cal-month-view .cal-days .cal-cell-row {
    border-bottom-color: #e1e1e1; }
  .cal-month-view .cal-day-badge {
    background-color: #b94a48;
    color: #fff; }
  .cal-month-view .cal-event {
    background-color: #1e90ff;
    border-color: #d1e8ff;
    color: #fff; }
  .cal-month-view .cal-day-cell.cal-weekend .cal-day-number {
    color: #8b0000; }
  .cal-month-view .cal-day-cell.cal-today {
    background-color: #e8fde7; }
  .cal-month-view .cal-day-cell.cal-drag-over {
    background-color: #e0e0e0 !important; }
  .cal-month-view .cal-open-day-events {
    color: #fff;
    background-color: #555;
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.5); }

.cal-week-view {
  /* stylelint-disable-next-line selector-type-no-unknown */ }
  .cal-week-view * {
    box-sizing: border-box; }
  .cal-week-view .cal-day-headers {
    -js-display: flex;
    display: flex;
    padding-left: 70px;
    border: 1px solid; }
  .cal-week-view .cal-day-headers .cal-header {
    flex: 1;
    text-align: center;
    padding: 5px; }
    .cal-week-view .cal-day-headers .cal-header:not(:last-child) {
      border-right: 1px solid; }
    .cal-week-view .cal-day-headers .cal-header:first-child {
      border-left: 1px solid; }
  .cal-week-view .cal-day-headers span {
    font-weight: 400;
    opacity: 0.5; }
  .cal-week-view .cal-day-column {
    flex-grow: 1;
    border-left: solid 1px; }
  .cal-week-view .cal-event {
    font-size: 12px;
    border: 1px solid; }
  .cal-week-view .cal-time-label-column {
    width: 70px;
    height: 100%; }
  .cal-week-view .cal-current-time-marker {
    position: absolute;
    width: 100%;
    height: 2px;
    z-index: 2; }
  .cal-week-view .cal-all-day-events {
    border: solid 1px;
    border-top: 0;
    border-bottom-width: 3px;
    padding-top: 3px;
    position: relative; }
    .cal-week-view .cal-all-day-events .cal-day-columns {
      height: 100%;
      width: 100%;
      -js-display: flex;
      display: flex;
      position: absolute;
      top: 0;
      z-index: 0; }
    .cal-week-view .cal-all-day-events .cal-events-row {
      position: relative;
      height: 31px;
      margin-left: 70px; }
    .cal-week-view .cal-all-day-events .cal-event-container {
      display: inline-block;
      position: absolute; }
      .cal-week-view .cal-all-day-events .cal-event-container.resize-active {
        z-index: 1;
        pointer-events: none; }
    .cal-week-view .cal-all-day-events .cal-event {
      padding: 0 5px;
      margin-left: 2px;
      margin-right: 2px;
      height: 28px;
      line-height: 28px; }
    .cal-week-view .cal-all-day-events .cal-starts-within-week .cal-event {
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
    .cal-week-view .cal-all-day-events .cal-ends-within-week .cal-event {
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }
    .cal-week-view .cal-all-day-events .cal-time-label-column {
      -js-display: flex;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px; }
    .cal-week-view .cal-all-day-events .cal-resize-handle {
      width: 6px;
      height: 100%;
      cursor: col-resize;
      position: absolute;
      top: 0; }
      .cal-week-view .cal-all-day-events .cal-resize-handle.cal-resize-handle-after-end {
        right: 0; }
  .cal-week-view .cal-event,
  .cal-week-view .cal-header {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .cal-week-view .cal-drag-active {
    pointer-events: none;
    z-index: 1; }
    .cal-week-view .cal-drag-active * {
      pointer-events: none; }
  .cal-week-view .cal-time-events {
    position: relative;
    border: solid 1px;
    border-top: 0;
    -js-display: flex;
    display: flex; }
    .cal-week-view .cal-time-events .cal-day-columns {
      -js-display: flex;
      display: flex;
      flex-grow: 1; }
    .cal-week-view .cal-time-events .cal-day-column {
      position: relative; }
    .cal-week-view .cal-time-events .cal-events-container {
      position: relative; }
    .cal-week-view .cal-time-events .cal-event-container {
      position: absolute;
      z-index: 1; }
    .cal-week-view .cal-time-events .cal-event {
      width: calc(100% - 2px);
      height: calc(100% - 2px);
      margin: 1px;
      padding: 0 5px;
      line-height: 25px; }
    .cal-week-view .cal-time-events .cal-resize-handle {
      width: 100%;
      height: 4px;
      cursor: row-resize;
      position: absolute; }
      .cal-week-view .cal-time-events .cal-resize-handle.cal-resize-handle-after-end {
        bottom: 0; }
  .cal-week-view .cal-hour-segment {
    position: relative; }
    .cal-week-view .cal-hour-segment::after {
      content: '\00a0'; }
  .cal-week-view .cal-event-container:not(.cal-draggable) {
    cursor: pointer; }
  .cal-week-view .cal-draggable {
    cursor: move; }
  .cal-week-view mwl-calendar-week-view-hour-segment,
  .cal-week-view .cal-hour-segment {
    display: block; }
  .cal-week-view .cal-hour:not(:last-child) .cal-hour-segment,
  .cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
    border-bottom: thin dashed; }
  .cal-week-view .cal-time {
    font-weight: bold;
    padding-top: 5px;
    width: 70px;
    text-align: center; }
  .cal-week-view .cal-hour-segment.cal-after-hour-start .cal-time {
    display: none; }
  .cal-week-view .cal-starts-within-day .cal-event {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  .cal-week-view .cal-ends-within-day .cal-event {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }

.cal-week-view {
  background-color: #fff;
  border-top: solid 1px #e1e1e1; }
  .cal-week-view .cal-day-headers {
    border-color: #e1e1e1;
    border-top: 0; }
  .cal-week-view .cal-day-headers .cal-header:not(:last-child) {
    border-right-color: #e1e1e1; }
  .cal-week-view .cal-day-headers .cal-header:first-child {
    border-left-color: #e1e1e1; }
  .cal-week-view .cal-day-headers .cal-header:hover,
  .cal-week-view .cal-day-headers .cal-drag-over {
    background-color: #ededed; }
  .cal-week-view .cal-day-column {
    border-left-color: #e1e1e1; }
  .cal-week-view .cal-event {
    background-color: #d1e8ff;
    border-color: #1e90ff;
    color: #1e90ff; }
  .cal-week-view .cal-all-day-events {
    border-color: #e1e1e1; }
  .cal-week-view .cal-header.cal-today {
    background-color: #e8fde7; }
  .cal-week-view .cal-header.cal-weekend span {
    color: #8b0000; }
  .cal-week-view .cal-time-events {
    border-color: #e1e1e1; }
    .cal-week-view .cal-time-events .cal-day-columns:not(.cal-resize-active) .cal-hour-segment:hover {
      background-color: #ededed; }
  .cal-week-view .cal-hour-odd {
    background-color: #fafafa; }
  .cal-week-view .cal-drag-over .cal-hour-segment {
    background-color: #ededed; }
  .cal-week-view .cal-hour:not(:last-child) .cal-hour-segment,
  .cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
    border-bottom-color: #e1e1e1; }
  .cal-week-view .cal-current-time-marker {
    background-color: #ea4334; }

.cal-day-view {
  /* stylelint-disable-next-line selector-type-no-unknown */ }
  .cal-day-view mwl-calendar-week-view-header {
    display: none; }
  .cal-day-view .cal-events-container {
    margin-left: 70px; }
  .cal-day-view .cal-day-column {
    border-left: 0; }
  .cal-day-view .cal-current-time-marker {
    margin-left: 70px;
    width: calc(100% - 70px); }

.cal-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 11px;
  word-wrap: break-word;
  opacity: 0.9; }

.cal-tooltip.cal-tooltip-top {
  padding: 5px 0;
  margin-top: -3px; }

.cal-tooltip.cal-tooltip-top .cal-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0; }

.cal-tooltip.cal-tooltip-right {
  padding: 0 5px;
  margin-left: 3px; }

.cal-tooltip.cal-tooltip-right .cal-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0; }

.cal-tooltip.cal-tooltip-bottom {
  padding: 5px 0;
  margin-top: 3px; }

.cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px; }

.cal-tooltip.cal-tooltip-left {
  padding: 0 5px;
  margin-left: -3px; }

.cal-tooltip.cal-tooltip-left .cal-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px; }

.cal-tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  text-align: center;
  border-radius: 0.25rem; }

.cal-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.cal-tooltip.cal-tooltip-top .cal-tooltip-arrow {
  border-top-color: #000; }

.cal-tooltip.cal-tooltip-right .cal-tooltip-arrow {
  border-right-color: #000; }

.cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow {
  border-bottom-color: #000; }

.cal-tooltip.cal-tooltip-left .cal-tooltip-arrow {
  border-left-color: #000; }

.cal-tooltip-inner {
  color: #fff;
  background-color: #000; }

/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/bootstrap/dist/css/bootstrap.min.css?ngGlobalStyle ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-body-color-rgb:33,37,41;--bs-body-bg-rgb:255,255,255;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-bg:#fff}*,::after,::before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}hr:not([size]){height:1px}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){.h1,h1{font-size:2.5rem}}.h2,h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){.h2,h2{font-size:2rem}}.h3,h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){.h3,h3{font-size:1.75rem}}.h4,h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){.h4,h4{font-size:1.5rem}}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[data-bs-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:.875em}.mark,mark{padding:.2em;background-color:#fcf8e3}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#0d6efd;text-decoration:underline}a:hover{color:#0a58ca}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em;direction:ltr;unicode-bidi:bidi-override}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:#d63384;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:.875em;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:1em;font-weight:700}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]::-webkit-calendar-picker-indicator{display:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-6{font-size:2.5rem}}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#6c757d}.blockquote-footer::before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:#6c757d}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.table{--bs-table-bg:transparent;--bs-table-accent-bg:transparent;--bs-table-striped-color:#212529;--bs-table-striped-bg:rgba(0, 0, 0, 0.05);--bs-table-active-color:#212529;--bs-table-active-bg:rgba(0, 0, 0, 0.1);--bs-table-hover-color:#212529;--bs-table-hover-bg:rgba(0, 0, 0, 0.075);width:100%;margin-bottom:1rem;color:#212529;vertical-align:top;border-color:#dee2e6}.table>:not(caption)>*>*{padding:.5rem .5rem;background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table>:not(:first-child){border-top:2px solid currentColor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem .25rem}.table-bordered>:not(caption)>*{border-width:1px 0}.table-bordered>:not(caption)>*>*{border-width:0 1px}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg:var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover>*{--bs-table-accent-bg:var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-bg:#cfe2ff;--bs-table-striped-bg:#c5d7f2;--bs-table-striped-color:#000;--bs-table-active-bg:#bacbe6;--bs-table-active-color:#000;--bs-table-hover-bg:#bfd1ec;--bs-table-hover-color:#000;color:#000;border-color:#bacbe6}.table-secondary{--bs-table-bg:#e2e3e5;--bs-table-striped-bg:#d7d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbccce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000;color:#000;border-color:#cbccce}.table-success{--bs-table-bg:#d1e7dd;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000;color:#000;border-color:#bcd0c7}.table-info{--bs-table-bg:#cff4fc;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000;color:#000;border-color:#badce3}.table-warning{--bs-table-bg:#fff3cd;--bs-table-striped-bg:#f2e7c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dbb9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece1be;--bs-table-hover-color:#000;color:#000;border-color:#e6dbb9}.table-danger{--bs-table-bg:#f8d7da;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc2c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7ca;--bs-table-hover-color:#000;color:#000;border-color:#dfc2c4}.table-light{--bs-table-bg:#f8f9fa;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000;color:#000;border-color:#dfe0e1}.table-dark{--bs-table-bg:#212529;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#fff;--bs-table-active-bg:#373b3e;--bs-table-active-color:#fff;--bs-table-hover-bg:#323539;--bs-table-hover-color:#fff;color:#fff;border-color:#373b3e}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem}.form-text{margin-top:.25rem;font-size:.875em;color:#6c757d}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;appearance:none;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:#212529;background-color:#fff;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-control::-webkit-date-and-time-value{height:1.5em}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}.form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3}.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;margin-inline-end:.5rem}.form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;margin-inline-end:1rem}.form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + .75rem + 2px)}textarea.form-control-sm{min-height:calc(1.5em + .5rem + 2px)}textarea.form-control-lg{min-height:calc(1.5em + 1rem + 2px)}.form-control-color{width:3rem;height:auto;padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{height:1.5em;border-radius:.25rem}.form-control-color::-webkit-color-swatch{height:1.5em;border-radius:.25rem}.form-select{display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;-moz-padding-start:calc(0.75rem - 3px);font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.form-select:disabled{background-color:#e9ecef}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #212529}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem;border-radius:.2rem}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem;border-radius:.3rem}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-input{width:1em;height:1em;margin-top:.25em;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid rgba(0,0,0,.25);appearance:none;-webkit-print-color-adjust:exact;color-adjust:exact}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate{background-color:#0d6efd;border-color:#0d6efd;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{width:2em;margin-left:-2.5em;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{pointer-events:none;filter:none;opacity:.65}.form-range{width:100%;height:1.5rem;padding:0;background-color:transparent;appearance:none}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#0d6efd;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#0d6efd;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#b6d4fe}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.form-range:disabled::-moz-range-thumb{background-color:#adb5bd}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-select{height:calc(3.5rem + 2px);line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;height:100%;padding:1rem .75rem;pointer-events:none;border:1px solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media (prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control{padding:1rem .75rem}.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:-webkit-autofill~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-select{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-select:focus{z-index:3}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:3}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#198754}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(25,135,84,.9);border-radius:.25rem}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#198754;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:#198754}.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"]{padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:#198754}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:#198754}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#198754}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.input-group .form-control.is-valid,.input-group .form-select.is-valid,.was-validated .input-group .form-control:valid,.was-validated .input-group .form-select:valid{z-index:1}.input-group .form-control.is-valid:focus,.input-group .form-select.is-valid:focus,.was-validated .input-group .form-control:valid:focus,.was-validated .input-group .form-select:valid:focus{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:#dc3545}.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"]{padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:#dc3545}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:#dc3545}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.input-group .form-control.is-invalid,.input-group .form-select.is-invalid,.was-validated .input-group .form-control:invalid,.was-validated .input-group .form-select:invalid{z-index:2}.input-group .form-control.is-invalid:focus,.input-group .form-select.is-invalid:focus,.was-validated .input-group .form-control:invalid:focus,.was-validated .input-group .form-select:invalid:focus{z-index:3}.btn{display:inline-block;font-weight:400;line-height:1.5;color:#212529;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529}.btn-check:focus+.btn,.btn:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.btn.disabled,.btn:disabled,fieldset:disabled .btn{pointer-events:none;opacity:.65}.btn-primary{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-primary:hover{color:#fff;background-color:#0b5ed7;border-color:#0a58ca}.btn-check:focus+.btn-primary,.btn-primary:focus{color:#fff;background-color:#0b5ed7;border-color:#0a58ca;box-shadow:0 0 0 .25rem rgba(49,132,253,.5)}.btn-check:active+.btn-primary,.btn-check:checked+.btn-primary,.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0a58ca;border-color:#0a53be}.btn-check:active+.btn-primary:focus,.btn-check:checked+.btn-primary:focus,.btn-primary.active:focus,.btn-primary:active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(49,132,253,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5c636a;border-color:#565e64}.btn-check:focus+.btn-secondary,.btn-secondary:focus{color:#fff;background-color:#5c636a;border-color:#565e64;box-shadow:0 0 0 .25rem rgba(130,138,145,.5)}.btn-check:active+.btn-secondary,.btn-check:checked+.btn-secondary,.btn-secondary.active,.btn-secondary:active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#565e64;border-color:#51585e}.btn-check:active+.btn-secondary:focus,.btn-check:checked+.btn-secondary:focus,.btn-secondary.active:focus,.btn-secondary:active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(130,138,145,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-success{color:#fff;background-color:#198754;border-color:#198754}.btn-success:hover{color:#fff;background-color:#157347;border-color:#146c43}.btn-check:focus+.btn-success,.btn-success:focus{color:#fff;background-color:#157347;border-color:#146c43;box-shadow:0 0 0 .25rem rgba(60,153,110,.5)}.btn-check:active+.btn-success,.btn-check:checked+.btn-success,.btn-success.active,.btn-success:active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#146c43;border-color:#13653f}.btn-check:active+.btn-success:focus,.btn-check:checked+.btn-success:focus,.btn-success.active:focus,.btn-success:active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(60,153,110,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#198754;border-color:#198754}.btn-info{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-info:hover{color:#000;background-color:#31d2f2;border-color:#25cff2}.btn-check:focus+.btn-info,.btn-info:focus{color:#000;background-color:#31d2f2;border-color:#25cff2;box-shadow:0 0 0 .25rem rgba(11,172,204,.5)}.btn-check:active+.btn-info,.btn-check:checked+.btn-info,.btn-info.active,.btn-info:active,.show>.btn-info.dropdown-toggle{color:#000;background-color:#3dd5f3;border-color:#25cff2}.btn-check:active+.btn-info:focus,.btn-check:checked+.btn-info:focus,.btn-info.active:focus,.btn-info:active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(11,172,204,.5)}.btn-info.disabled,.btn-info:disabled{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-warning{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#000;background-color:#ffca2c;border-color:#ffc720}.btn-check:focus+.btn-warning,.btn-warning:focus{color:#000;background-color:#ffca2c;border-color:#ffc720;box-shadow:0 0 0 .25rem rgba(217,164,6,.5)}.btn-check:active+.btn-warning,.btn-check:checked+.btn-warning,.btn-warning.active,.btn-warning:active,.show>.btn-warning.dropdown-toggle{color:#000;background-color:#ffcd39;border-color:#ffc720}.btn-check:active+.btn-warning:focus,.btn-check:checked+.btn-warning:focus,.btn-warning.active:focus,.btn-warning:active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(217,164,6,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#bb2d3b;border-color:#b02a37}.btn-check:focus+.btn-danger,.btn-danger:focus{color:#fff;background-color:#bb2d3b;border-color:#b02a37;box-shadow:0 0 0 .25rem rgba(225,83,97,.5)}.btn-check:active+.btn-danger,.btn-check:checked+.btn-danger,.btn-danger.active,.btn-danger:active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#b02a37;border-color:#a52834}.btn-check:active+.btn-danger:focus,.btn-check:checked+.btn-danger:focus,.btn-danger.active:focus,.btn-danger:active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-light{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#000;background-color:#f9fafb;border-color:#f9fafb}.btn-check:focus+.btn-light,.btn-light:focus{color:#000;background-color:#f9fafb;border-color:#f9fafb;box-shadow:0 0 0 .25rem rgba(211,212,213,.5)}.btn-check:active+.btn-light,.btn-check:checked+.btn-light,.btn-light.active,.btn-light:active,.show>.btn-light.dropdown-toggle{color:#000;background-color:#f9fafb;border-color:#f9fafb}.btn-check:active+.btn-light:focus,.btn-check:checked+.btn-light:focus,.btn-light.active:focus,.btn-light:active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(211,212,213,.5)}.btn-light.disabled,.btn-light:disabled{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-dark{color:#fff;background-color:#212529;border-color:#212529}.btn-dark:hover{color:#fff;background-color:#1c1f23;border-color:#1a1e21}.btn-check:focus+.btn-dark,.btn-dark:focus{color:#fff;background-color:#1c1f23;border-color:#1a1e21;box-shadow:0 0 0 .25rem rgba(66,70,73,.5)}.btn-check:active+.btn-dark,.btn-check:checked+.btn-dark,.btn-dark.active,.btn-dark:active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1a1e21;border-color:#191c1f}.btn-check:active+.btn-dark:focus,.btn-check:checked+.btn-dark:focus,.btn-dark.active:focus,.btn-dark:active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(66,70,73,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#212529;border-color:#212529}.btn-outline-primary{color:#0d6efd;border-color:#0d6efd}.btn-outline-primary:hover{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus{box-shadow:0 0 0 .25rem rgba(13,110,253,.5)}.btn-check:active+.btn-outline-primary,.btn-check:checked+.btn-outline-primary,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show,.btn-outline-primary:active{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-check:active+.btn-outline-primary:focus,.btn-check:checked+.btn-outline-primary:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus,.btn-outline-primary:active:focus{box-shadow:0 0 0 .25rem rgba(13,110,253,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#0d6efd;background-color:transparent}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus{box-shadow:0 0 0 .25rem rgba(108,117,125,.5)}.btn-check:active+.btn-outline-secondary,.btn-check:checked+.btn-outline-secondary,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show,.btn-outline-secondary:active{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-check:active+.btn-outline-secondary:focus,.btn-check:checked+.btn-outline-secondary:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus,.btn-outline-secondary:active:focus{box-shadow:0 0 0 .25rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-success{color:#198754;border-color:#198754}.btn-outline-success:hover{color:#fff;background-color:#198754;border-color:#198754}.btn-check:focus+.btn-outline-success,.btn-outline-success:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.5)}.btn-check:active+.btn-outline-success,.btn-check:checked+.btn-outline-success,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show,.btn-outline-success:active{color:#fff;background-color:#198754;border-color:#198754}.btn-check:active+.btn-outline-success:focus,.btn-check:checked+.btn-outline-success:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus,.btn-outline-success:active:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#198754;background-color:transparent}.btn-outline-info{color:#0dcaf0;border-color:#0dcaf0}.btn-outline-info:hover{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:focus+.btn-outline-info,.btn-outline-info:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,.5)}.btn-check:active+.btn-outline-info,.btn-check:checked+.btn-outline-info,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show,.btn-outline-info:active{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:active+.btn-outline-info:focus,.btn-check:checked+.btn-outline-info:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus,.btn-outline-info:active:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#0dcaf0;background-color:transparent}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:focus+.btn-outline-warning,.btn-outline-warning:focus{box-shadow:0 0 0 .25rem rgba(255,193,7,.5)}.btn-check:active+.btn-outline-warning,.btn-check:checked+.btn-outline-warning,.btn-outline-warning.active,.btn-outline-warning.dropdown-toggle.show,.btn-outline-warning:active{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:active+.btn-outline-warning:focus,.btn-check:checked+.btn-outline-warning:focus,.btn-outline-warning.active:focus,.btn-outline-warning.dropdown-toggle.show:focus,.btn-outline-warning:active:focus{box-shadow:0 0 0 .25rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.5)}.btn-check:active+.btn-outline-danger,.btn-check:checked+.btn-outline-danger,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show,.btn-outline-danger:active{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:active+.btn-outline-danger:focus,.btn-check:checked+.btn-outline-danger:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus,.btn-outline-danger:active:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-check:focus+.btn-outline-light,.btn-outline-light:focus{box-shadow:0 0 0 .25rem rgba(248,249,250,.5)}.btn-check:active+.btn-outline-light,.btn-check:checked+.btn-outline-light,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show,.btn-outline-light:active{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-check:active+.btn-outline-light:focus,.btn-check:checked+.btn-outline-light:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus,.btn-outline-light:active:focus{box-shadow:0 0 0 .25rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-dark{color:#212529;border-color:#212529}.btn-outline-dark:hover{color:#fff;background-color:#212529;border-color:#212529}.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus{box-shadow:0 0 0 .25rem rgba(33,37,41,.5)}.btn-check:active+.btn-outline-dark,.btn-check:checked+.btn-outline-dark,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show,.btn-outline-dark:active{color:#fff;background-color:#212529;border-color:#212529}.btn-check:active+.btn-outline-dark:focus,.btn-check:checked+.btn-outline-dark:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus,.btn-outline-dark:active:focus{box-shadow:0 0 0 .25rem rgba(33,37,41,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#212529;background-color:transparent}.btn-link{font-weight:400;color:#0d6efd;text-decoration:underline}.btn-link:hover{color:#0a58ca}.btn-link.disabled,.btn-link:disabled{color:#6c757d}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media (prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.dropdown,.dropend,.dropstart,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;z-index:1000;display:none;min-width:10rem;padding:.5rem 0;margin:0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:.125rem}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropend .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropend .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-toggle::after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropstart .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropstart .dropdown-toggle::after{display:none}.dropstart .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropstart .dropdown-toggle:empty::after{margin-left:0}.dropstart .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid rgba(0,0,0,.15)}.dropdown-item{display:block;width:100%;padding:.25rem 1rem;clear:both;font-weight:400;color:#212529;text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#1e2125;background-color:#e9ecef}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#0d6efd}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1rem;color:#212529}.dropdown-menu-dark{color:#dee2e6;background-color:#343a40;border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item{color:#dee2e6}.dropdown-menu-dark .dropdown-item:focus,.dropdown-menu-dark .dropdown-item:hover{color:#fff;background-color:rgba(255,255,255,.15)}.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active{color:#fff;background-color:#0d6efd}.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled{color:#adb5bd}.dropdown-menu-dark .dropdown-divider{border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item-text{color:#dee2e6}.dropdown-menu-dark .dropdown-header{color:#adb5bd}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;flex:1 1 auto}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropstart .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn~.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem;color:#0d6efd;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:focus,.nav-link:hover{color:#0a58ca}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{margin-bottom:-1px;background:0 0;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6;isolation:isolate}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{background:0 0;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#0d6efd}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding-top:.5rem;padding-bottom:.5rem}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;text-decoration:none;white-space:nowrap}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem;transition:box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 .25rem}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media (min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas-header{display:none}.navbar-expand-sm .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-sm .offcanvas-bottom,.navbar-expand-sm .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-sm .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas-header{display:none}.navbar-expand-md .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-md .offcanvas-bottom,.navbar-expand-md .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-md .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas-header{display:none}.navbar-expand-lg .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-lg .offcanvas-bottom,.navbar-expand-lg .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-lg .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas-header{display:none}.navbar-expand-xl .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-xl .offcanvas-bottom,.navbar-expand-xl .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-xl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-xxl .offcanvas-bottom,.navbar-expand-xxl .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-xxl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas-header{display:none}.navbar-expand .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand .offcanvas-bottom,.navbar-expand .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.55)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.55);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,.55)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.55)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.55);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:rgba(255,255,255,.55)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:1rem 1rem}.card-title{margin-bottom:.5rem}.card-subtitle{margin-top:-.25rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:1rem}.card-header{padding:.5rem 1rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.5rem 1rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.5rem;margin-bottom:-.5rem;margin-left:-.5rem;border-bottom:0}.card-header-pills{margin-right:-.5rem;margin-left:-.5rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1rem;border-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-group>.card{margin-bottom:.75rem}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:1rem 1.25rem;font-size:1rem;color:#212529;text-align:left;background-color:#fff;border:0;border-radius:0;overflow-anchor:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease}@media (prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:#0c63e4;background-color:#e7f1ff;box-shadow:inset 0 -1px 0 rgba(0,0,0,.125)}.accordion-button:not(.collapsed)::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");transform:rotate(-180deg)}.accordion-button::after{flex-shrink:0;width:1.25rem;height:1.25rem;margin-left:auto;content:"";background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:1.25rem;transition:transform .2s ease-in-out}@media (prefers-reduced-motion:reduce){.accordion-button::after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.accordion-header{margin-bottom:0}.accordion-item{background-color:#fff;border:1px solid rgba(0,0,0,.125)}.accordion-item:first-of-type{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.accordion-item:first-of-type .accordion-button{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-body{padding:1rem 1.25rem}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush .accordion-item:first-child{border-top:0}.accordion-flush .accordion-item:last-child{border-bottom:0}.accordion-flush .accordion-item .accordion-button{border-radius:0}.breadcrumb{display:flex;flex-wrap:wrap;padding:0 0;margin-bottom:1rem;list-style:none}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:.5rem;color:#6c757d;content:var(--bs-breadcrumb-divider, "/")}.breadcrumb-item.active{color:#6c757d}.pagination{display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;color:#0d6efd;text-decoration:none;background-color:#fff;border:1px solid #dee2e6;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:#0a58ca;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;color:#0a58ca;background-color:#e9ecef;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.page-item:not(:first-child) .page-link{margin-left:-1px}.page-item.active .page-link{z-index:3;color:#fff;background-color:#0d6efd;border-color:#0d6efd}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;background-color:#fff;border-color:#dee2e6}.page-link{padding:.375rem .75rem}.page-item:first-child .page-link{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.35em .65em;font-size:.75em;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{position:relative;padding:1rem 1rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{color:#084298;background-color:#cfe2ff;border-color:#b6d4fe}.alert-primary .alert-link{color:#06357a}.alert-secondary{color:#41464b;background-color:#e2e3e5;border-color:#d3d6d8}.alert-secondary .alert-link{color:#34383c}.alert-success{color:#0f5132;background-color:#d1e7dd;border-color:#badbcc}.alert-success .alert-link{color:#0c4128}.alert-info{color:#055160;background-color:#cff4fc;border-color:#b6effb}.alert-info .alert-link{color:#04414d}.alert-warning{color:#664d03;background-color:#fff3cd;border-color:#ffecb5}.alert-warning .alert-link{color:#523e02}.alert-danger{color:#842029;background-color:#f8d7da;border-color:#f5c2c7}.alert-danger .alert-link{color:#6a1a21}.alert-light{color:#636464;background-color:#fefefe;border-color:#fdfdfe}.alert-light .alert-link{color:#4f5050}.alert-dark{color:#141619;background-color:#d3d3d4;border-color:#bcbebf}.alert-dark .alert-link{color:#101214}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress{display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#0d6efd;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion:reduce){.progress-bar-animated{animation:none}}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>li::before{content:counters(section, ".") ". ";counter-increment:section}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.5rem 1rem;color:#212529;text-decoration:none;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#0d6efd;border-color:#0d6efd}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#084298;background-color:#cfe2ff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#084298;background-color:#bacbe6}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#084298;border-color:#084298}.list-group-item-secondary{color:#41464b;background-color:#e2e3e5}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#41464b;background-color:#cbccce}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#41464b;border-color:#41464b}.list-group-item-success{color:#0f5132;background-color:#d1e7dd}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#0f5132;background-color:#bcd0c7}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#0f5132;border-color:#0f5132}.list-group-item-info{color:#055160;background-color:#cff4fc}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#055160;background-color:#badce3}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#055160;border-color:#055160}.list-group-item-warning{color:#664d03;background-color:#fff3cd}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#664d03;background-color:#e6dbb9}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#664d03;border-color:#664d03}.list-group-item-danger{color:#842029;background-color:#f8d7da}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#842029;background-color:#dfc2c4}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#842029;border-color:#842029}.list-group-item-light{color:#636464;background-color:#fefefe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#636464;background-color:#e5e5e5}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#636464;border-color:#636464}.list-group-item-dark{color:#141619;background-color:#d3d3d4}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#141619;background-color:#bebebf}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#141619;border-color:#141619}.btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:#000;background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;border:0;border-radius:.25rem;opacity:.5}.btn-close:hover{color:#000;text-decoration:none;opacity:.75}.btn-close:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25);opacity:1}.btn-close.disabled,.btn-close:disabled{pointer-events:none;-webkit-user-select:none;user-select:none;opacity:.25}.btn-close-white{filter:invert(1) grayscale(100%) brightness(200%)}.toast{width:350px;max-width:100%;font-size:.875rem;pointer-events:auto;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .5rem 1rem rgba(0,0,0,.15);border-radius:.25rem}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:.75rem}.toast-header{display:flex;align-items:center;padding:.5rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.toast-header .btn-close{margin-right:-.375rem;margin-left:.75rem}.toast-body{padding:.75rem;word-wrap:break-word}.modal{position:fixed;top:0;left:0;z-index:1055;display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1050;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .btn-close{padding:.5rem .5rem;margin:-.5rem -.5rem -.5rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;flex-shrink:0;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{height:calc(100% - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}.modal-fullscreen .modal-footer{border-radius:0}@media (max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}.modal-fullscreen-sm-down .modal-footer{border-radius:0}}@media (max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}.modal-fullscreen-md-down .modal-footer{border-radius:0}}@media (max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}.modal-fullscreen-lg-down .modal-footer{border-radius:0}}@media (max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}.modal-fullscreen-xl-down .modal-footer{border-radius:0}}@media (max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}.modal-fullscreen-xxl-down .modal-footer{border-radius:0}}.tooltip{position:absolute;z-index:1080;display:block;margin:0;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .tooltip-arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .tooltip-arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[data-popper-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,.bs-tooltip-top .tooltip-arrow::before{top:-1px;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[data-popper-placement^=right],.bs-tooltip-end{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,.bs-tooltip-end .tooltip-arrow::before{right:-1px;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[data-popper-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,.bs-tooltip-bottom .tooltip-arrow::before{bottom:-1px;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[data-popper-placement^=left],.bs-tooltip-start{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,.bs-tooltip-start .tooltip-arrow::before{left:-1px;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1070;display:block;max-width:276px;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .popover-arrow{position:absolute;display:block;width:1rem;height:.5rem}.popover .popover-arrow::after,.popover .popover-arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.bs-popover-top>.popover-arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.bs-popover-end>.popover-arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f0f0f0}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.bs-popover-start>.popover-arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem 1rem;margin-bottom:0;font-size:1rem;background-color:#f0f0f0;border-bottom:1px solid rgba(0,0,0,.2);border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:1rem 1rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:0 0;border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%;list-style:none}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;animation:.75s linear infinite spinner-border}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;background-color:currentColor;border-radius:50%;opacity:0;animation:.75s linear infinite spinner-grow}.spinner-grow-sm{width:1rem;height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{animation-duration:1.5s}}.offcanvas{position:fixed;bottom:0;z-index:1045;display:flex;flex-direction:column;max-width:100%;visibility:hidden;background-color:#fff;background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}@media (prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1rem}.offcanvas-header .btn-close{padding:.5rem .5rem;margin-top:-.5rem;margin-right:-.5rem;margin-bottom:-.5rem}.offcanvas-title{margin-bottom:0;line-height:1.5}.offcanvas-body{flex-grow:1;padding:1rem 1rem;overflow-y:auto}.offcanvas-start{top:0;left:0;width:400px;border-right:1px solid rgba(0,0,0,.2);transform:translateX(-100%)}.offcanvas-end{top:0;right:0;width:400px;border-left:1px solid rgba(0,0,0,.2);transform:translateX(100%)}.offcanvas-top{top:0;right:0;left:0;height:30vh;max-height:100%;border-bottom:1px solid rgba(0,0,0,.2);transform:translateY(-100%)}.offcanvas-bottom{right:0;left:0;height:30vh;max-height:100%;border-top:1px solid rgba(0,0,0,.2);transform:translateY(100%)}.offcanvas.show{transform:none}.placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:currentColor;opacity:.5}.placeholder.btn::before{display:inline-block;content:""}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{animation:placeholder-glow 2s ease-in-out infinite}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,0.8) 75%,#000 95%);mask-size:200% 100%;animation:placeholder-wave 2s linear infinite}@keyframes placeholder-wave{100%{mask-position:-200% 0%}}.clearfix::after{display:block;clear:both;content:""}.link-primary{color:#0d6efd}.link-primary:focus,.link-primary:hover{color:#0a58ca}.link-secondary{color:#6c757d}.link-secondary:focus,.link-secondary:hover{color:#565e64}.link-success{color:#198754}.link-success:focus,.link-success:hover{color:#146c43}.link-info{color:#0dcaf0}.link-info:focus,.link-info:hover{color:#3dd5f3}.link-warning{color:#ffc107}.link-warning:focus,.link-warning:hover{color:#ffcd39}.link-danger{color:#dc3545}.link-danger:focus,.link-danger:hover{color:#b02a37}.link-light{color:#f8f9fa}.link-light:focus,.link-light:hover{color:#f9fafb}.link-dark{color:#212529}.link-dark:focus,.link-dark:hover{color:#1a1e21}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:75%}.ratio-16x9{--bs-aspect-ratio:56.25%}.ratio-21x9{--bs-aspect-ratio:42.8571428571%}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:sticky;top:0;z-index:1020}@media (min-width:576px){.sticky-sm-top{position:sticky;top:0;z-index:1020}}@media (min-width:768px){.sticky-md-top{position:sticky;top:0;z-index:1020}}@media (min-width:992px){.sticky-lg-top{position:sticky;top:0;z-index:1020}}@media (min-width:1200px){.sticky-xl-top{position:sticky;top:0;z-index:1020}}@media (min-width:1400px){.sticky-xxl-top{position:sticky;top:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:1px;min-height:1em;background-color:currentColor;opacity:.25}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translateX(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:1px solid #dee2e6!important}.border-0{border:0!important}.border-top{border-top:1px solid #dee2e6!important}.border-top-0{border-top:0!important}.border-end{border-right:1px solid #dee2e6!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:1px solid #dee2e6!important}.border-start-0{border-left:0!important}.border-primary{border-color:#0d6efd!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#198754!important}.border-info{border-color:#0dcaf0!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#212529!important}.border-white{border-color:#fff!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-light{font-weight:300!important}.fw-lighter{font-weight:lighter!important}.fw-normal{font-weight:400!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity:1;color:#6c757d!important}.text-black-50{--bs-text-opacity:1;color:rgba(0,0,0,.5)!important}.text-white-50{--bs-text-opacity:1;color:rgba(255,255,255,.5)!important}.text-reset{--bs-text-opacity:1;color:inherit!important}.text-opacity-25{--bs-text-opacity:0.25}.text-opacity-50{--bs-text-opacity:0.5}.text-opacity-75{--bs-text-opacity:0.75}.text-opacity-100{--bs-text-opacity:1}.bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity:1;background-color:transparent!important}.bg-opacity-10{--bs-bg-opacity:0.1}.bg-opacity-25{--bs-bg-opacity:0.25}.bg-opacity-50{--bs-bg-opacity:0.5}.bg-opacity-75{--bs-bg-opacity:0.75}.bg-opacity-100{--bs-bg-opacity:1}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:.25rem!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:.2rem!important}.rounded-2{border-radius:.25rem!important}.rounded-3{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-end{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-start{border-bottom-left-radius:.25rem!important;border-top-left-radius:.25rem!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media (min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media (min-width:1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}
/*# sourceMappingURL=bootstrap.min.css.map */
/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/datatables.net-dt/css/jquery.dataTables.css?ngGlobalStyle ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111111;
}
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111111;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
}
table.dataTable thead .sorting {
  background-image: url('sort_both.png');
}
table.dataTable thead .sorting_asc {
  background-image: url('sort_asc.png');
}
table.dataTable thead .sorting_desc {
  background-image: url('sort_desc.png');
}
table.dataTable thead .sorting_asc_disabled {
  background-image: url('sort_asc_disabled.png');
}
table.dataTable thead .sorting_desc_disabled {
  background-image: url('sort_desc_disabled.png');
}
table.dataTable tbody tr {
  background-color: white;
}
table.dataTable tbody tr.selected {
  background-color: #b0bed9;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #dddddd;
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #dddddd;
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #abb9d3;
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: whitesmoke;
}
table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: #a9b7d1;
}
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #f9f9f9;
}
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad4;
}
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b3cd;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a7b5ce;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b6d0;
}
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #f9f9f9;
}
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fbfbfb;
}
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fdfdfd;
}
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad4;
}
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #adbbd6;
}
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ebebeb;
}
table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #eeeeee;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a1aec7;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a2afc8;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a4b2cb;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #111111;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px;
}
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
  box-sizing: content-box;
}

/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}
.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333333 !important;
  border: 1px solid #979797;
  background-color: white;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, gainsboro 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111111;
  background-color: #585858;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111111 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333333;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}

/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/metismenujs/dist/metismenujs.css?ngGlobalStyle ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
/*!
* metismenujs - v1.3.1
* A menu plugin
* https://github.com/onokumus/metismenujs#readme
*
* Made by Osman Nuri Okumus <onokumus@gmail.com> (https://github.com/onokumus)
* Under MIT License
*/
.metismenu .mm-collapse:not(.mm-show) {
  display: none;
}

.metismenu .mm-collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: 0.35s;
  transition-property: height, visibility;
}

.metismenu .has-arrow {
  position: relative;
}

.metismenu .has-arrow::after {
  position: absolute;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: initial;
  inset-inline-end: 1em;
  transform: rotate(45deg) translate(0, -50%);
  transform-origin: top;
  top: 50%;
  transition: all 0.3s ease-out;
}

*[dir=rtl] .metismenu .has-arrow::after {
  transform: rotate(-135deg) translate(0, -50%);
}

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

/*# sourceMappingURL=metismenujs.css.map */

/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/ngx-bootstrap/datepicker/bs-datepicker.css?ngGlobalStyle ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
/* .bs-datepicker */
.bs-datepicker {
  display: flex;
  align-items: stretch;
  flex-flow: row wrap;
  background: #fff;
  box-shadow: 0 0 10px 0 #aaa;
  position: relative;
  z-index: 1;
  /* button */
  /* .bs-datepicker-head */
  /* .bs-datepicker-body */
  /* .current-timedate */
  /* .bs-datepicker-multiple */
  /* .bs-datepicker-btns */
  /*.bs-datepicker-custom-range */
  /* .bs-datepicker-predefined-btns */
  /* .bs-datepicker-buttons */ }
  .bs-datepicker:after {
    clear: both;
    content: '';
    display: block; }
  .bs-datepicker bs-day-picker {
    float: left; }
  .bs-datepicker button:hover,
  .bs-datepicker button:focus,
  .bs-datepicker button:active,
  .bs-datepicker input:hover,
  .bs-datepicker input:focus,
  .bs-datepicker input:active,
  .bs-datepicker-btns button:hover,
  .bs-datepicker-btns button:focus,
  .bs-datepicker-btns button:active,
  .bs-datepicker-predefined-btns button:active,
  .bs-datepicker-predefined-btns button:focus {
    outline: none; }
  .bs-datepicker-head {
    min-width: 270px;
    height: 50px;
    padding: 10px;
    border-radius: 3px 3px 0 0;
    text-align: justify;
    /* .bs-datepicker-head button */ }
    .bs-datepicker-head:after {
      content: "";
      display: inline-block;
      vertical-align: top;
      width: 100%; }
    .bs-datepicker-head button {
      display: inline-block;
      vertical-align: top;
      padding: 0;
      height: 30px;
      line-height: 30px;
      border: 0;
      background: transparent;
      text-align: center;
      cursor: pointer;
      color: #fff;
      transition: 0.3s; }
      .bs-datepicker-head button[disabled], .bs-datepicker-head button[disabled]:hover, .bs-datepicker-head button[disabled]:active {
        background: rgba(221, 221, 221, 0.3);
        color: #f5f5f5;
        cursor: not-allowed; }
      .bs-datepicker-head button.next, .bs-datepicker-head button.previous {
        border-radius: 50%;
        width: 30px;
        height: 30px; }
        .bs-datepicker-head button.next span, .bs-datepicker-head button.previous span {
          font-size: 28px;
          line-height: 1;
          display: inline-block;
          position: relative;
          height: 100%;
          width: 100%;
          border-radius: 50%; }
      .bs-datepicker-head button.current {
        border-radius: 15px;
        max-width: 155px;
        padding: 0 13px; }
  .bs-datepicker-head button:hover {
    background-color: rgba(0, 0, 0, 0.1); }
  .bs-datepicker-head button:active {
    background-color: rgba(0, 0, 0, 0.2); }
  .bs-datepicker-body {
    padding: 10px;
    border-radius: 0 0 3px 3px;
    min-height: 232px;
    min-width: 278px;
    border: 1px solid #e9edf0;
    /* .bs-datepicker-body table */ }
    .bs-datepicker-body .days.weeks {
      position: relative;
      z-index: 1; }
    .bs-datepicker-body table {
      width: 100%;
      border-collapse: separate;
      border-spacing: 0;
      /* .bs-datepicker-body table.days */
      /* .bs-datepicker-body table.weeks */ }
      .bs-datepicker-body table th {
        font-size: 13px;
        color: #9aaec1;
        font-weight: 400;
        text-align: center; }
      .bs-datepicker-body table td {
        color: #54708b;
        text-align: center;
        position: relative;
        padding: 0; }
        .bs-datepicker-body table td span {
          display: block;
          margin: 0 auto;
          font-size: 13px;
          border-radius: 50%;
          position: relative;
          /*z-index: 1;*/
          -moz-user-select: none;
          -webkit-user-select: none;
          -ms-user-select: none; }
        .bs-datepicker-body table td:not(.disabled):not(.week) span:not(.disabled):not(.is-other-month) {
          cursor: pointer; }
        .bs-datepicker-body table td.is-highlighted:not(.disabled):not(.selected) span,
        .bs-datepicker-body table td span.is-highlighted:not(.disabled):not(.selected) {
          background-color: #e9edf0;
          transition: 0s; }
        .bs-datepicker-body table td.is-active-other-month:not(.disabled):not(.selected) span,
        .bs-datepicker-body table td span.is-active-other-month:not(.disabled):not(.selected) {
          background-color: #e9edf0;
          transition: 0s;
          cursor: pointer; }
        .bs-datepicker-body table td span.disabled,
        .bs-datepicker-body table td.disabled span {
          color: #9aaec1; }
        .bs-datepicker-body table td span.selected,
        .bs-datepicker-body table td.selected span {
          color: #fff; }
        .bs-datepicker-body table td span.is-other-month,
        .bs-datepicker-body table td.is-other-month span {
          color: rgba(0, 0, 0, 0.25); }
        .bs-datepicker-body table td.active {
          position: relative; }
          .bs-datepicker-body table td.active.select-start:before {
            left: 35%; }
          .bs-datepicker-body table td.active.select-end:before {
            left: -85%; }
        .bs-datepicker-body table td span.active.select-start:after,
        .bs-datepicker-body table td span.active.select-end:after,
        .bs-datepicker-body table td.active.select-start span:after,
        .bs-datepicker-body table td.active.select-end span:after {
          content: "";
          display: block;
          position: absolute;
          z-index: -1;
          width: 100%;
          height: 100%;
          transition: 0.3s;
          top: 0;
          border-radius: 50%; }
        .bs-datepicker-body table td:before,
        .bs-datepicker-body table td span:before {
          content: "";
          display: block;
          position: absolute;
          z-index: -1;
          top: 6px;
          bottom: 6px;
          left: -2px;
          right: -2px;
          box-sizing: content-box;
          background: transparent; }
        .bs-datepicker-body table td.active.select-start + td.active:before {
          left: -20%; }
        .bs-datepicker-body table td:last-child.active:before {
          border-radius: 0 3px 3px 0;
          width: 125%;
          left: -25%; }
        .bs-datepicker-body table td span[class*="select-"],
        .bs-datepicker-body table td[class*="select-"] span {
          border-radius: 50%;
          color: #fff; }
      .bs-datepicker-body table.days td.active:not(.select-start):before, .bs-datepicker-body table.days td.in-range:not(.select-start):before,
      .bs-datepicker-body table.days span.active:not(.select-start):before,
      .bs-datepicker-body table.days span.in-range:not(.select-start):before {
        background: #e9edf0; }
      .bs-datepicker-body table.days span {
        width: 32px;
        height: 32px;
        line-height: 32px; }
        .bs-datepicker-body table.days span.select-start {
          z-index: 2; }
        .bs-datepicker-body table.days span.is-highlighted.in-range:before, .bs-datepicker-body table.days span.in-range.select-end:before {
          background: none;
          right: 0;
          left: 0; }
      .bs-datepicker-body table.days td.select-start + td.select-end:before,
      .bs-datepicker-body table.days td.select-start + td.is-highlighted:before,
      .bs-datepicker-body table.days td.active + td.is-highlighted:before,
      .bs-datepicker-body table.days td.active + td.select-end:before,
      .bs-datepicker-body table.days td.in-range + td.is-highlighted:before,
      .bs-datepicker-body table.days td.in-range + td.select-end:before {
        background: #e9edf0;
        width: 100%; }
      .bs-datepicker-body table.weeks tr td:nth-child(2).active:before {
        border-radius: 3px 0 0 3px;
        left: 0;
        width: 100%; }
      .bs-datepicker-body table:not(.weeks) tr td:first-child:before {
        border-radius: 3px 0 0 3px; }
      .bs-datepicker-body table.years td span {
        width: 46px;
        height: 46px;
        line-height: 45px;
        margin: 0 auto; }
      .bs-datepicker-body table.years tr:not(:last-child) td span {
        margin-bottom: 8px; }
      .bs-datepicker-body table.months td {
        height: 52px; }
        .bs-datepicker-body table.months td span {
          padding: 6px;
          border-radius: 15px; }
  .bs-datepicker .current-timedate {
    color: #54708b;
    font-size: 15px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    border: 1px solid #e9edf0;
    margin-bottom: 10px;
    cursor: pointer;
    text-transform: uppercase;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none; }
    .bs-datepicker .current-timedate span:not(:empty):before {
      content: "";
      width: 15px;
      height: 16px;
      display: inline-block;
      margin-right: 4px;
      vertical-align: text-bottom;
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQCAYAAADJViUEAAABMklEQVQoU9VTwW3CQBCcOUgBtEBKSAukAnBKME+wFCAlYIhk8sQlxFABtJAScAsuAPBEewYcxCP8ouxrPDsza61uiVN1o6RNHD4htSCmq49RfO71BvMJqBBkITRf1kmUW49nQRC9h1I5AZlBClaL8aP1fKgOOxCx8aSLs+Q19eZuNO8QmPqJRtDFguy7OAcDbJPs+/BKVPDIPrvD2ZJgWAmVe7O0rI0Vqs1seyWUXpuJoppYCa5L+U++NpNPkr5OE2oMdARsb3gykJT5ydZcL8Z9Ww60nxg2LhjON9li9OwXZzo+xLbp3nC2s9CL2RrueGyVrgwNm8HpsCzZ9EEW6kqXlo1GQe03FzP/7W8Hl0dBtu7Bf7zt6mIwvX1RvzDCm7+q3mAW0Dl/GPdUCeXrZLT9BrDrGkm4qlPvAAAAAElFTkSuQmCC); }
  .bs-datepicker-multiple {
    border-radius: 4px 0 0 4px; }
    .bs-datepicker-multiple + .bs-datepicker-multiple {
      margin-left: 10px; }
    .bs-datepicker-multiple .bs-datepicker {
      box-shadow: none;
      position: relative; }
      .bs-datepicker-multiple .bs-datepicker:not(:last-child) {
        padding-right: 10px; }
      .bs-datepicker-multiple .bs-datepicker + .bs-datepicker:after {
        content: "";
        display: block;
        width: 14px;
        height: 10px;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAKCAYAAABrGwT5AAAA1ElEQVQoU42RsQrCUAxF77VuDu7O4oMWW//BURBBpZvgKk4uIrjoqKOTf+DopIO4uYggtFTfw3+pkQqCW1/G5J7kJiFy4m5MxUlxAzgIPHX+lzMPzupRYlYgxiR7vqsOP8YKzsTx0yxFMCUZ+q7aZzlr+OvgoWcAFyAHgat2jLWu48252DdqAihDJGSSJNUUxYmQjs3+hPQBlAh2rG2LCOPnaw3IiGDX99TRCs7ASJsNhUOA7d/LcuHvRG22FIZvsNXw1MX6VZExCilOQKEfeLXr/10+aC9Ho7arh7oAAAAASUVORK5CYII=);
        position: absolute;
        top: 25px;
        left: -8px; }
      .bs-datepicker-multiple .bs-datepicker .left {
        float: left; }
      .bs-datepicker-multiple .bs-datepicker .right {
        float: right; }
  .bs-datepicker-container {
    padding: 15px; }
  .bs-datepicker .bs-media-container {
    display: flex; }
    @media (max-width: 768px) {
      .bs-datepicker .bs-media-container {
        flex-direction: column; } }
  .bs-datepicker-custom-range {
    padding: 15px;
    background: #eee; }
  .bs-datepicker-predefined-btns button {
    width: 100%;
    display: block;
    height: 30px;
    background-color: #9aaec1;
    border-radius: 4px;
    color: #fff;
    border: 0;
    margin-bottom: 10px;
    padding: 0 18px;
    text-align: left;
    transition: 0.3s; }
    .bs-datepicker-predefined-btns button:hover {
      background-color: #54708b; }
  .bs-datepicker-buttons {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    padding-top: 10px;
    border-top: 1px solid #e9edf0; }
    .bs-datepicker-buttons .btn-default {
      margin-left: 10px; }

/* .bs-timepicker */
.bs-timepicker-container {
  padding: 10px 0; }

.bs-timepicker-label {
  color: #54708b;
  margin-bottom: 10px; }

.bs-timepicker-controls {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px; }
  .bs-timepicker-controls button {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 0;
    background-color: #e9edf0;
    color: #54708b;
    font-size: 16px;
    font-weight: 700;
    vertical-align: middle;
    line-height: 0;
    padding: 0;
    transition: 0.3s; }
    .bs-timepicker-controls button:hover {
      background-color: #d5dadd; }
  .bs-timepicker-controls input {
    width: 35px;
    height: 25px;
    border-radius: 13px;
    text-align: center;
    border: 1px solid #e9edf0; }

.bs-timepicker .switch-time-format {
  text-transform: uppercase;
  min-width: 54px;
  height: 25px;
  border-radius: 20px;
  border: 1px solid #e9edf0;
  background: #fff;
  color: #54708b;
  font-size: 13px; }
  .bs-timepicker .switch-time-format img {
    vertical-align: initial;
    margin-left: 4px; }

bs-datepicker-container,
bs-daterangepicker-container {
  z-index: 1080; }

/* screen size < 1024px */
@media (max-width: 768px) {
  .bs-datepicker-multiple {
    display: flex; }
    .bs-datepicker-multiple + .bs-datepicker-multiple {
      margin-top: 10px;
      margin-left: 0; } }

/* theming */
.theme-default .bs-datepicker-head {
  background-color: #777; }

.theme-default .bs-datepicker-predefined-btns button.selected {
  background-color: #777; }

.theme-default .bs-datepicker-body table td span.selected,
.theme-default .bs-datepicker-body table td.selected span,
.theme-default .bs-datepicker-body table td span[class*="select-"]:after,
.theme-default .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #777; }

.theme-default .bs-datepicker-body table td.week span {
  color: #777; }

.theme-default .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #777;
  color: #fff;
  opacity: 0.5;
  transition: 0s; }

.theme-green .bs-datepicker-head {
  background-color: #5cb85c; }

.theme-green .bs-datepicker-predefined-btns button.selected {
  background-color: #5cb85c; }

.theme-green .bs-datepicker-body table td span.selected,
.theme-green .bs-datepicker-body table td.selected span,
.theme-green .bs-datepicker-body table td span[class*="select-"]:after,
.theme-green .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #5cb85c; }

.theme-green .bs-datepicker-body table td.week span {
  color: #5cb85c; }

.theme-green .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #5cb85c;
  color: #fff;
  opacity: 0.5;
  transition: 0s; }

.theme-blue .bs-datepicker-head {
  background-color: #5bc0de; }

.theme-blue .bs-datepicker-predefined-btns button.selected {
  background-color: #5bc0de; }

.theme-blue .bs-datepicker-body table td span.selected,
.theme-blue .bs-datepicker-body table td.selected span,
.theme-blue .bs-datepicker-body table td span[class*="select-"]:after,
.theme-blue .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #5bc0de; }

.theme-blue .bs-datepicker-body table td.week span {
  color: #5bc0de; }

.theme-blue .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #5bc0de;
  color: #fff;
  opacity: 0.5;
  transition: 0s; }

.theme-dark-blue .bs-datepicker-head {
  background-color: #337ab7; }

.theme-dark-blue .bs-datepicker-predefined-btns button.selected {
  background-color: #337ab7; }

.theme-dark-blue .bs-datepicker-body table td span.selected,
.theme-dark-blue .bs-datepicker-body table td.selected span,
.theme-dark-blue .bs-datepicker-body table td span[class*="select-"]:after,
.theme-dark-blue .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #337ab7; }

.theme-dark-blue .bs-datepicker-body table td.week span {
  color: #337ab7; }

.theme-dark-blue .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #337ab7;
  color: #fff;
  opacity: 0.5;
  transition: 0s; }

.theme-red .bs-datepicker-head {
  background-color: #d9534f; }

.theme-red .bs-datepicker-predefined-btns button.selected {
  background-color: #d9534f; }

.theme-red .bs-datepicker-body table td span.selected,
.theme-red .bs-datepicker-body table td.selected span,
.theme-red .bs-datepicker-body table td span[class*="select-"]:after,
.theme-red .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #d9534f; }

.theme-red .bs-datepicker-body table td.week span {
  color: #d9534f; }

.theme-red .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #d9534f;
  color: #fff;
  opacity: 0.5;
  transition: 0s; }

.theme-orange .bs-datepicker-head {
  background-color: #f0ad4e; }

.theme-orange .bs-datepicker-predefined-btns button.selected {
  background-color: #f0ad4e; }

.theme-orange .bs-datepicker-body table td span.selected,
.theme-orange .bs-datepicker-body table td.selected span,
.theme-orange .bs-datepicker-body table td span[class*="select-"]:after,
.theme-orange .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #f0ad4e; }

.theme-orange .bs-datepicker-body table td.week span {
  color: #f0ad4e; }

.theme-orange .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #f0ad4e;
  color: #fff;
  opacity: 0.5;
  transition: 0s; }

/*# sourceMappingURL=bs-datepicker.css.map */
/*!******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/ngx-toastr/toastr.css?ngGlobalStyle ***!
  \******************************************************************************************************************************************************************************************************************************************/
/* based on angular-toastr css https://github.com/Foxandxss/angular-toastr/blob/cb508fe6801d6b288d3afc525bb40fee1b101650/dist/angular-toastr.css */

/* position */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

/* toast styles */
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
  /* opacity: 0.8; */
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/info-circle.svg */
.toast-info {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/times-circle.svg */
.toast-error {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/check.svg */
.toast-success {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/exclamation-triangle.svg */
.toast-warning {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==");
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
/* Responsive Design */
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/datatables.net-buttons-dt/css/buttons.dataTables.css?ngGlobalStyle ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
@keyframes dtb-spinner {
  100% {
    transform: rotate(360deg);
  }
}
div.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  background-color: white;
  border: 2px solid #111;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  text-align: center;
  z-index: 21;
}
div.dt-button-info h2 {
  padding: 0.5em;
  margin: 0;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  background-color: #f3f3f3;
}
div.dt-button-info > div {
  padding: 1em;
}

div.dt-button-collection-title {
  text-align: center;
  padding: 0.3em 0 0.5em;
  font-size: 0.9em;
}

div.dt-button-collection-title:empty {
  display: none;
}

button.dt-button,
div.dt-button,
a.dt-button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin-right: 0.333em;
  margin-bottom: 0.333em;
  padding: 0.5em 1em;
  border: 1px solid #999;
  border-radius: 2px;
  cursor: pointer;
  font-size: 0.88em;
  line-height: 1.6em;
  color: black;
  white-space: nowrap;
  overflow: hidden;
  background-color: #e9e9e9;
  /* Fallback */
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  /* FF3.6 */
  /* IE10 */
  /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, white 0%, #e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='white', EndColorStr='#e9e9e9');
  -webkit-user-select: none;
  user-select: none;
  text-decoration: none;
  outline: none;
  text-overflow: ellipsis;
}
button.dt-button.disabled,
div.dt-button.disabled,
a.dt-button.disabled {
  color: #999;
  border: 1px solid #d0d0d0;
  cursor: default;
  background-color: #f9f9f9;
  /* Fallback */
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  /* FF3.6 */
  /* IE10 */
  /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, white 0%, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='white', EndColorStr='#f9f9f9');
}
button.dt-button:active:not(.disabled), button.dt-button.active:not(.disabled),
div.dt-button:active:not(.disabled),
div.dt-button.active:not(.disabled),
a.dt-button:active:not(.disabled),
a.dt-button.active:not(.disabled) {
  background-color: #e2e2e2;
  /* Fallback */
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  /* FF3.6 */
  /* IE10 */
  /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, #f3f3f3 0%, #e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f3f3f3', EndColorStr='#e2e2e2');
  box-shadow: inset 1px 1px 3px #999999;
}
button.dt-button:active:not(.disabled):hover:not(.disabled), button.dt-button.active:not(.disabled):hover:not(.disabled),
div.dt-button:active:not(.disabled):hover:not(.disabled),
div.dt-button.active:not(.disabled):hover:not(.disabled),
a.dt-button:active:not(.disabled):hover:not(.disabled),
a.dt-button.active:not(.disabled):hover:not(.disabled) {
  box-shadow: inset 1px 1px 3px #999999;
  background-color: #cccccc;
  /* Fallback */
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  /* FF3.6 */
  /* IE10 */
  /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, #eaeaea 0%, #cccccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#eaeaea', EndColorStr='#cccccc');
}
button.dt-button:hover,
div.dt-button:hover,
a.dt-button:hover {
  text-decoration: none;
}
button.dt-button:hover:not(.disabled),
div.dt-button:hover:not(.disabled),
a.dt-button:hover:not(.disabled) {
  border: 1px solid #666;
  background-color: #e0e0e0;
  /* Fallback */
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  /* FF3.6 */
  /* IE10 */
  /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f9f9f9', EndColorStr='#e0e0e0');
}
button.dt-button:focus:not(.disabled),
div.dt-button:focus:not(.disabled),
a.dt-button:focus:not(.disabled) {
  border: 1px solid #426c9e;
  text-shadow: 0 1px 0 #c4def1;
  outline: none;
  background-color: #79ace9;
  /* Fallback */
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  /* FF3.6 */
  /* IE10 */
  /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, #bddef4 0%, #79ace9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#bddef4', EndColorStr='#79ace9');
}

.dt-button embed {
  outline: none;
}

div.dt-buttons {
  position: relative;
  float: left;
}
div.dt-buttons.buttons-right {
  float: right;
}

div.dataTables_layout_cell div.dt-buttons {
  float: none;
}
div.dataTables_layout_cell div.dt-buttons.buttons-right {
  float: none;
}

div.dt-button-collection {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  margin-top: 3px;
  padding: 8px 8px 4px 8px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-color: white;
  overflow: hidden;
  z-index: 2002;
  border-radius: 5px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}
div.dt-button-collection button.dt-button,
div.dt-button-collection div.dt-button,
div.dt-button-collection a.dt-button {
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  float: none;
  margin-bottom: 4px;
  margin-right: 0;
}
div.dt-button-collection button.dt-button:active:not(.disabled), div.dt-button-collection button.dt-button.active:not(.disabled),
div.dt-button-collection div.dt-button:active:not(.disabled),
div.dt-button-collection div.dt-button.active:not(.disabled),
div.dt-button-collection a.dt-button:active:not(.disabled),
div.dt-button-collection a.dt-button.active:not(.disabled) {
  background-color: #dadada;
  /* Fallback */
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  /* FF3.6 */
  /* IE10 */
  /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, #f0f0f0 0%, #dadada 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f0f0f0', EndColorStr='#dadada');
  box-shadow: inset 1px 1px 3px #666;
}
div.dt-button-collection.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 0;
}
div.dt-button-collection.fixed.two-column {
  margin-left: -200px;
}
div.dt-button-collection.fixed.three-column {
  margin-left: -225px;
}
div.dt-button-collection.fixed.four-column {
  margin-left: -300px;
}
div.dt-button-collection > :last-child {
  display: block !important;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px;
}
div.dt-button-collection > :last-child > * {
  break-inside: avoid;
}
div.dt-button-collection.two-column {
  width: 400px;
}
div.dt-button-collection.two-column > :last-child {
  padding-bottom: 1px;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}
div.dt-button-collection.three-column {
  width: 450px;
}
div.dt-button-collection.three-column > :last-child {
  padding-bottom: 1px;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
}
div.dt-button-collection.four-column {
  width: 600px;
}
div.dt-button-collection.four-column > :last-child {
  padding-bottom: 1px;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4;
}
div.dt-button-collection .dt-button {
  border-radius: 0;
}

div.dt-button-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  /* Fallback */
  /* IE10 Consumer Preview */
  /* Firefox */
  /* Opera */
  /* Webkit (Safari/Chrome 10) */
  /* Webkit (Chrome 11+) */
  background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* W3C Markup, IE10 Release Preview */
  z-index: 2001;
}

@media screen and (max-width: 640px) {
  div.dt-buttons {
    float: none !important;
    text-align: center;
  }
}
button.dt-button.processing,
div.dt-button.processing,
a.dt-button.processing {
  color: rgba(0, 0, 0, 0.2);
}
button.dt-button.processing:after,
div.dt-button.processing:after,
a.dt-button.processing:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  box-sizing: border-box;
  display: block;
  content: ' ';
  border: 2px solid #282828;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: dtb-spinner 1500ms infinite linear;
  -o-animation: dtb-spinner 1500ms infinite linear;
  -ms-animation: dtb-spinner 1500ms infinite linear;
  -webkit-animation: dtb-spinner 1500ms infinite linear;
  -moz-animation: dtb-spinner 1500ms infinite linear;
}

/*!********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/css/icons.css?ngGlobalStyle ***!
  \********************************************************************************************************************************************************************************************************************************/

/* boxicons font */

@font-face

{

	font-family: 'boxicons';

	font-weight: normal;

	font-style: normal;

	src: url('boxicons.eot');

	src: url('boxicons.eot') format('embedded-opentype'), url('boxicons.woff2') format('woff2'), url('boxicons.woff') format('woff'), url('boxicons.ttf') format('truetype'), url('boxicons.svg?#boxicons') format('svg');

}

.bx {

	font-family: 'boxicons' !important;

	font-weight: normal;

	font-style: normal;

	font-variant: normal;

	line-height: inherit;

	display: inline-block;

	text-transform: none;

	speak: none;

	-webkit-font-smoothing: antialiased;

	-moz-osx-font-smoothing: grayscale;

}

.bx-ul {

	margin-left: 2em;

	padding-left: 0;

	list-style: none;

}

.bx-ul > li {

	position: relative;

}

.bx-ul .bx {

	font-size: inherit;

	line-height: inherit;

	position: absolute;

	left: -2em;

	width: 2em;

	text-align: center;

}

@keyframes spin {

	0% {

		transform: rotate(0);

	}

	100% {

		transform: rotate(359deg);

	}

}

@keyframes burst {

	0% {

		transform: scale(1);

		opacity: 1;

	}

	90% {

		transform: scale(1.5);

		opacity: 0;

	}

}

@keyframes flashing {

	0% {

		opacity: 1;

	}

	45% {

		opacity: 0;

	}

	90% {

		opacity: 1;

	}

}

@keyframes fade-left {

	0% {

		transform: translateX(0);

		opacity: 1;

	}

	75% {

		transform: translateX(-20px);

		opacity: 0;

	}

}

@keyframes fade-right {

	0% {

		transform: translateX(0);

		opacity: 1;

	}

	75% {

		transform: translateX(20px);

		opacity: 0;

	}

}

@keyframes fade-up {

	0% {

		transform: translateY(0);

		opacity: 1;

	}

	75% {

		transform: translateY(-20px);

		opacity: 0;

	}

}

@keyframes fade-down {

	0% {

		transform: translateY(0);

		opacity: 1;

	}

	75% {

		transform: translateY(20px);

		opacity: 0;

	}

}

@keyframes tada {

	from {

		transform: scale3d(1, 1, 1);

	}

	10%,

	20% {

		transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -10deg);

	}

	30%,

	50%,

	70%,

	90% {

		transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);

	}

	40%,

	60%,

	80% {

		transform: rotate3d(0, 0, 1, -10deg);

	}

	to {

		transform: scale3d(1, 1, 1);

	}

}

.bx-spin {

	animation: spin 2s linear infinite;

}

.bx-spin-hover:hover {

	animation: spin 2s linear infinite;

}

.bx-tada {

	animation: tada 1.5s ease infinite;

}

.bx-tada-hover:hover {

	animation: tada 1.5s ease infinite;

}

.bx-flashing {

	animation: flashing 1.5s infinite linear;

}

.bx-flashing-hover:hover {

	animation: flashing 1.5s infinite linear;

}

.bx-burst {

	animation: burst 1.5s infinite linear;

}

.bx-burst-hover:hover {

	animation: burst 1.5s infinite linear;

}

.bx-fade-up {

	animation: fade-up 1.5s infinite linear;

}

.bx-fade-up-hover:hover {

	animation: fade-up 1.5s infinite linear;

}

.bx-fade-down {

	animation: fade-down 1.5s infinite linear;

}

.bx-fade-down-hover:hover {

	animation: fade-down 1.5s infinite linear;

}

.bx-fade-left {

	animation: fade-left 1.5s infinite linear;

}

.bx-fade-left-hover:hover {

	animation: fade-left 1.5s infinite linear;

}

.bx-fade-right {

	animation: fade-right 1.5s infinite linear;

}

.bx-fade-right-hover:hover {

	animation: fade-right 1.5s infinite linear;

}

.bx-xs {

	font-size: 1rem!important;

}

.bx-sm {

	font-size: 1.55rem!important;

}

.bx-md {

	font-size: 2.25rem!important;

}

.bx-fw {

	font-size: 1.2857142857em;

	line-height: .8em;

	width: 1.2857142857em;

	height: .8em;

	margin-top: -.2em!important;

	vertical-align: middle;

}

.bx-lg {

	font-size: 3.0rem!important;

}

.bx-pull-left {

	float: left;

	margin-right: .3em!important;

}

.bx-pull-right {

	float: right;

	margin-left: .3em!important;

}

.bx-rotate-90 {

	transform: rotate(90deg);

	-ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)';

}

.bx-rotate-180 {

	transform: rotate(180deg);

	-ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)';

}

.bx-rotate-270 {

	transform: rotate(270deg);

	-ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)';

}

.bx-flip-horizontal {

	transform: scaleX(-1);

	-ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)';

}

.bx-flip-vertical {

	transform: scaleY(-1);

	-ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)';

}

.bx-border {

	padding: .25em;

	border: .07em solid rgba(0, 0, 0, .1);

	border-radius: .25em;

}

.bx-border-circle {

	padding: .25em;

	border: .07em solid rgba(0, 0, 0, .1);

	border-radius: 50%;

}

.bx-abacus:before {

	content: "\e900";

}

.bx-accessibility:before {

	content: "\e901";

}

.bx-add-to-queue:before {

	content: "\e902";

}

.bx-adjust:before {

	content: "\e903";

}

.bx-alarm:before {

	content: "\e904";

}

.bx-alarm-add:before {

	content: "\e905";

}

.bx-alarm-exclamation:before {

	content: "\e906";

}

.bx-alarm-off:before {

	content: "\e907";

}

.bx-alarm-snooze:before {

	content: "\e908";

}

.bx-album:before {

	content: "\e909";

}

.bx-align-justify:before {

	content: "\e90a";

}

.bx-align-left:before {

	content: "\e90b";

}

.bx-align-middle:before {

	content: "\e90c";

}

.bx-align-right:before {

	content: "\e90d";

}

.bx-analyse:before {

	content: "\e90e";

}

.bx-anchor:before {

	content: "\e90f";

}

.bx-angry:before {

	content: "\e910";

}

.bx-aperture:before {

	content: "\e911";

}

.bx-arch:before {

	content: "\e912";

}

.bx-archive:before {

	content: "\e913";

}

.bx-archive-in:before {

	content: "\e914";

}

.bx-archive-out:before {

	content: "\e915";

}

.bx-area:before {

	content: "\e916";

}

.bx-arrow-back:before {

	content: "\e917";

}

.bx-arrow-from-bottom:before {

	content: "\e918";

}

.bx-arrow-from-left:before {

	content: "\e919";

}

.bx-arrow-from-right:before {

	content: "\e91a";

}

.bx-arrow-from-top:before {

	content: "\e91b";

}

.bx-arrow-to-bottom:before {

	content: "\e91c";

}

.bx-arrow-to-left:before {

	content: "\e91d";

}

.bx-arrow-to-right:before {

	content: "\e91e";

}

.bx-arrow-to-top:before {

	content: "\e91f";

}

.bx-at:before {

	content: "\e920";

}

.bx-atom:before {

	content: "\e921";

}

.bx-award:before {

	content: "\e922";

}

.bx-badge:before {

	content: "\e923";

}

.bx-badge-check:before {

	content: "\e924";

}

.bx-ball:before {

	content: "\e925";

}

.bx-band-aid:before {

	content: "\e926";

}

.bx-bar-chart:before {

	content: "\e927";

}

.bx-bar-chart-alt:before {

	content: "\e928";

}

.bx-bar-chart-alt-2:before {

	content: "\e929";

}

.bx-bar-chart-square:before {

	content: "\e92a";

}

.bx-barcode:before {

	content: "\e92b";

}

.bx-barcode-reader:before {

	content: "\e92c";

}

.bx-baseball:before {

	content: "\e92d";

}

.bx-basket:before {

	content: "\e92e";

}

.bx-basketball:before {

	content: "\e92f";

}

.bx-bath:before {

	content: "\e930";

}

.bx-battery:before {

	content: "\e931";

}

.bx-bed:before {

	content: "\e932";

}

.bx-been-here:before {

	content: "\e933";

}

.bx-beer:before {

	content: "\e934";

}

.bx-bell:before {

	content: "\e935";

}

.bx-bell-minus:before {

	content: "\e936";

}

.bx-bell-off:before {

	content: "\e937";

}

.bx-bell-plus:before {

	content: "\e938";

}

.bx-bible:before {

	content: "\e939";

}

.bx-bitcoin:before {

	content: "\e93a";

}

.bx-blanket:before {

	content: "\e93b";

}

.bx-block:before {

	content: "\e93c";

}

.bx-bluetooth:before {

	content: "\e93d";

}

.bx-body:before {

	content: "\e93e";

}

.bx-bold:before {

	content: "\e93f";

}

.bx-bolt-circle:before {

	content: "\e940";

}

.bx-bomb:before {

	content: "\e941";

}

.bx-bone:before {

	content: "\e942";

}

.bx-bong:before {

	content: "\e943";

}

.bx-book:before {

	content: "\e944";

}

.bx-book-add:before {

	content: "\e945";

}

.bx-book-alt:before {

	content: "\e946";

}

.bx-book-bookmark:before {

	content: "\e947";

}

.bx-book-content:before {

	content: "\e948";

}

.bx-book-heart:before {

	content: "\e949";

}

.bx-bookmark:before {

	content: "\e94a";

}

.bx-bookmark-alt:before {

	content: "\e94b";

}

.bx-bookmark-alt-minus:before {

	content: "\e94c";

}

.bx-bookmark-alt-plus:before {

	content: "\e94d";

}

.bx-bookmark-heart:before {

	content: "\e94e";

}

.bx-bookmark-minus:before {

	content: "\e94f";

}

.bx-bookmark-plus:before {

	content: "\e950";

}

.bx-bookmarks:before {

	content: "\e951";

}

.bx-book-open:before {

	content: "\e952";

}

.bx-book-reader:before {

	content: "\e953";

}

.bx-border-all:before {

	content: "\e954";

}

.bx-border-bottom:before {

	content: "\e955";

}

.bx-border-inner:before {

	content: "\e956";

}

.bx-border-left:before {

	content: "\e957";

}

.bx-border-none:before {

	content: "\e958";

}

.bx-border-outer:before {

	content: "\e959";

}

.bx-border-radius:before {

	content: "\e95a";

}

.bx-border-right:before {

	content: "\e95b";

}

.bx-border-top:before {

	content: "\e95c";

}

.bx-bot:before {

	content: "\e95d";

}

.bx-bowling-ball:before {

	content: "\e95e";

}

.bx-box:before {

	content: "\e95f";

}

.bx-bracket:before {

	content: "\e960";

}

.bx-braille:before {

	content: "\e961";

}

.bx-brain:before {

	content: "\e962";

}

.bx-briefcase:before {

	content: "\e963";

}

.bx-briefcase-alt:before {

	content: "\e964";

}

.bx-briefcase-alt-2:before {

	content: "\e965";

}

.bx-brightness:before {

	content: "\e966";

}

.bx-brightness-half:before {

	content: "\e967";

}

.bx-broadcast:before {

	content: "\e968";

}

.bx-brush:before {

	content: "\e969";

}

.bx-brush-alt:before {

	content: "\e96a";

}

.bx-bug:before {

	content: "\e96b";

}

.bx-bug-alt:before {

	content: "\e96c";

}

.bx-building:before {

	content: "\e96d";

}

.bx-building-house:before {

	content: "\e96e";

}

.bx-buildings:before {

	content: "\e96f";

}

.bx-bulb:before {

	content: "\e970";

}

.bx-bullseye:before {

	content: "\e971";

}

.bx-buoy:before {

	content: "\e972";

}

.bx-bus:before {

	content: "\e973";

}

.bx-bus-school:before {

	content: "\e974";

}

.bx-cabinet:before {

	content: "\e975";

}

.bx-cake:before {

	content: "\e976";

}

.bx-calculator:before {

	content: "\e977";

}

.bx-calendar:before {

	content: "\e978";

}

.bx-calendar-alt:before {

	content: "\e979";

}

.bx-calendar-check:before {

	content: "\e97a";

}

.bx-calendar-edit:before {

	content: "\e97b";

}

.bx-calendar-event:before {

	content: "\e97c";

}

.bx-calendar-exclamation:before {

	content: "\e97d";

}

.bx-calendar-heart:before {

	content: "\e97e";

}

.bx-calendar-minus:before {

	content: "\e97f";

}

.bx-calendar-plus:before {

	content: "\e980";

}

.bx-calendar-star:before {

	content: "\e981";

}

.bx-calendar-week:before {

	content: "\e982";

}

.bx-calendar-x:before {

	content: "\e983";

}

.bx-camera:before {

	content: "\e984";

}

.bx-camera-home:before {

	content: "\e985";

}

.bx-camera-movie:before {

	content: "\e986";

}

.bx-camera-off:before {

	content: "\e987";

}

.bx-capsule:before {

	content: "\e988";

}

.bx-captions:before {

	content: "\e989";

}

.bx-car:before {

	content: "\e98a";

}

.bx-card:before {

	content: "\e98b";

}

.bx-caret-down:before {

	content: "\e98c";

}

.bx-caret-down-circle:before {

	content: "\e98d";

}

.bx-caret-down-square:before {

	content: "\e98e";

}

.bx-caret-left:before {

	content: "\e98f";

}

.bx-caret-left-circle:before {

	content: "\e990";

}

.bx-caret-left-square:before {

	content: "\e991";

}

.bx-caret-right:before {

	content: "\e992";

}

.bx-caret-right-circle:before {

	content: "\e993";

}

.bx-caret-right-square:before {

	content: "\e994";

}

.bx-caret-up:before {

	content: "\e995";

}

.bx-caret-up-circle:before {

	content: "\e996";

}

.bx-caret-up-square:before {

	content: "\e997";

}

.bx-carousel:before {

	content: "\e998";

}

.bx-cart:before {

	content: "\e999";

}

.bx-cart-alt:before {

	content: "\e99a";

}

.bx-cast:before {

	content: "\e99b";

}

.bx-category:before {

	content: "\e99c";

}

.bx-category-alt:before {

	content: "\e99d";

}

.bx-cctv:before {

	content: "\e99e";

}

.bx-certification:before {

	content: "\e99f";

}

.bx-chair:before {

	content: "\e9a0";

}

.bx-chalkboard:before {

	content: "\e9a1";

}

.bx-chart:before {

	content: "\e9a2";

}

.bx-chat:before {

	content: "\e9a3";

}

.bx-check:before {

	content: "\e9a4";

}

.bx-checkbox:before {

	content: "\e9a5";

}

.bx-checkbox-checked:before {

	content: "\e9a6";

}

.bx-checkbox-square:before {

	content: "\e9a7";

}

.bx-check-circle:before {

	content: "\e9a8";

}

.bx-check-double:before {

	content: "\e9a9";

}

.bx-check-shield:before {

	content: "\e9aa";

}

.bx-check-square:before {

	content: "\e9ab";

}

.bx-chevron-down:before {

	content: "\e9ac";

}

.bx-chevron-down-circle:before {

	content: "\e9ad";

}

.bx-chevron-down-square:before {

	content: "\e9ae";

}

.bx-chevron-left:before {

	content: "\e9af";

}

.bx-chevron-left-circle:before {

	content: "\e9b0";

}

.bx-chevron-left-square:before {

	content: "\e9b1";

}

.bx-chevron-right:before {

	content: "\e9b2";

}

.bx-chevron-right-circle:before {

	content: "\e9b3";

}

.bx-chevron-right-square:before {

	content: "\e9b4";

}

.bx-chevrons-down:before {

	content: "\e9b5";

}

.bx-chevrons-left:before {

	content: "\e9b6";

}

.bx-chevrons-right:before {

	content: "\e9b7";

}

.bx-chevrons-up:before {

	content: "\e9b8";

}

.bx-chevron-up:before {

	content: "\e9b9";

}

.bx-chevron-up-circle:before {

	content: "\e9ba";

}

.bx-chevron-up-square:before {

	content: "\e9bb";

}

.bx-chip:before {

	content: "\e9bc";

}

.bx-church:before {

	content: "\e9bd";

}

.bx-circle:before {

	content: "\e9be";

}

.bx-clinic:before {

	content: "\e9bf";

}

.bx-clipboard:before {

	content: "\e9c0";

}

.bx-closet:before {

	content: "\e9c1";

}

.bx-cloud:before {

	content: "\e9c2";

}

.bx-cloud-download:before {

	content: "\e9c3";

}

.bx-cloud-drizzle:before {

	content: "\e9c4";

}

.bx-cloud-lightning:before {

	content: "\e9c5";

}

.bx-cloud-light-rain:before {

	content: "\e9c6";

}

.bx-cloud-rain:before {

	content: "\e9c7";

}

.bx-cloud-snow:before {

	content: "\e9c8";

}

.bx-cloud-upload:before {

	content: "\e9c9";

}

.bx-code:before {

	content: "\e9ca";

}

.bx-code-alt:before {

	content: "\e9cb";

}

.bx-code-block:before {

	content: "\e9cc";

}

.bx-code-curly:before {

	content: "\e9cd";

}

.bx-coffee:before {

	content: "\e9ce";

}

.bx-coffee-togo:before {

	content: "\e9cf";

}

.bx-cog:before {

	content: "\e9d0";

}

.bx-coin:before {

	content: "\e9d1";

}

.bx-coin-stack:before {

	content: "\e9d2";

}

.bx-collapse:before {

	content: "\e9d3";

}

.bx-collection:before {

	content: "\e9d4";

}

.bx-color-fill:before {

	content: "\e9d5";

}

.bx-columns:before {

	content: "\e9d6";

}

.bx-command:before {

	content: "\e9d7";

}

.bx-comment:before {

	content: "\e9d8";

}

.bx-comment-add:before {

	content: "\e9d9";

}

.bx-comment-check:before {

	content: "\e9da";

}

.bx-comment-detail:before {

	content: "\e9db";

}

.bx-comment-dots:before {

	content: "\e9dc";

}

.bx-comment-edit:before {

	content: "\e9dd";

}

.bx-comment-error:before {

	content: "\e9de";

}

.bx-comment-minus:before {

	content: "\e9df";

}

.bx-comment-x:before {

	content: "\e9e0";

}

.bx-compass:before {

	content: "\e9e1";

}

.bx-confused:before {

	content: "\e9e2";

}

.bx-conversation:before {

	content: "\e9e3";

}

.bx-cookie:before {

	content: "\e9e4";

}

.bx-cool:before {

	content: "\e9e5";

}

.bx-copy:before {

	content: "\e9e6";

}

.bx-copy-alt:before {

	content: "\e9e7";

}

.bx-copyright:before {

	content: "\e9e8";

}

.bx-credit-card:before {

	content: "\e9e9";

}

.bx-credit-card-alt:before {

	content: "\e9ea";

}

.bx-credit-card-front:before {

	content: "\e9eb";

}

.bx-crop:before {

	content: "\e9ec";

}

.bx-crosshair:before {

	content: "\e9ed";

}

.bx-crown:before {

	content: "\e9ee";

}

.bx-cube:before {

	content: "\e9ef";

}

.bx-cube-alt:before {

	content: "\e9f0";

}

.bx-cuboid:before {

	content: "\e9f1";

}

.bx-current-location:before {

	content: "\e9f2";

}

.bx-customize:before {

	content: "\e9f3";

}

.bx-cut:before {

	content: "\e9f4";

}

.bx-cycling:before {

	content: "\e9f5";

}

.bx-cylinder:before {

	content: "\e9f6";

}

.bx-data:before {

	content: "\e9f7";

}

.bx-desktop:before {

	content: "\e9f8";

}

.bx-detail:before {

	content: "\e9f9";

}

.bx-devices:before {

	content: "\e9fa";

}

.bx-dialpad:before {

	content: "\e9fb";

}

.bx-dialpad-alt:before {

	content: "\e9fc";

}

.bx-diamond:before {

	content: "\e9fd";

}

.bx-dice-1:before {

	content: "\e9fe";

}

.bx-dice-2:before {

	content: "\e9ff";

}

.bx-dice-3:before {

	content: "\ea00";

}

.bx-dice-4:before {

	content: "\ea01";

}

.bx-dice-5:before {

	content: "\ea02";

}

.bx-dice-6:before {

	content: "\ea03";

}

.bx-directions:before {

	content: "\ea04";

}

.bx-disc:before {

	content: "\ea05";

}

.bx-dish:before {

	content: "\ea06";

}

.bx-dislike:before {

	content: "\ea07";

}

.bx-dizzy:before {

	content: "\ea08";

}

.bx-dna:before {

	content: "\ea09";

}

.bx-dock-bottom:before {

	content: "\ea0a";

}

.bx-dock-left:before {

	content: "\ea0b";

}

.bx-dock-right:before {

	content: "\ea0c";

}

.bx-dock-top:before {

	content: "\ea0d";

}

.bx-dollar:before {

	content: "\ea0e";

}

.bx-dollar-circle:before {

	content: "\ea0f";

}

.bx-donate-blood:before {

	content: "\ea10";

}

.bx-donate-heart:before {

	content: "\ea11";

}

.bx-door-open:before {

	content: "\ea12";

}

.bx-dots-horizontal:before {

	content: "\ea13";

}

.bx-dots-horizontal-rounded:before {

	content: "\ea14";

}

.bx-dots-vertical:before {

	content: "\ea15";

}

.bx-dots-vertical-rounded:before {

	content: "\ea16";

}

.bx-doughnut-chart:before {

	content: "\ea17";

}

.bx-down-arrow:before {

	content: "\ea18";

}

.bx-down-arrow-alt:before {

	content: "\ea19";

}

.bx-down-arrow-circle:before {

	content: "\ea1a";

}

.bx-download:before {

	content: "\ea1b";

}

.bx-downvote:before {

	content: "\ea1c";

}

.bx-drink:before {

	content: "\ea1d";

}

.bx-droplet:before {

	content: "\ea1e";

}

.bx-dumbbell:before {

	content: "\ea1f";

}

.bx-duplicate:before {

	content: "\ea20";

}

.bx-edit:before {

	content: "\ea21";

}

.bx-edit-alt:before {

	content: "\ea22";

}

.bx-envelope:before {

	content: "\ea23";

}

.bx-envelope-open:before {

	content: "\ea24";

}

.bx-equalizer:before {

	content: "\ea25";

}

.bx-eraser:before {

	content: "\ea26";

}

.bx-error:before {

	content: "\ea27";

}

.bx-error-alt:before {

	content: "\ea28";

}

.bx-error-circle:before {

	content: "\ea29";

}

.bx-euro:before {

	content: "\ea2a";

}

.bx-exclude:before {

	content: "\ea2b";

}

.bx-exit:before {

	content: "\ea2c";

}

.bx-exit-fullscreen:before {

	content: "\ea2d";

}

.bx-expand:before {

	content: "\ea2e";

}

.bx-expand-alt:before {

	content: "\ea2f";

}

.bx-export:before {

	content: "\ea30";

}

.bx-extension:before {

	content: "\ea31";

}

.bx-face:before {

	content: "\ea32";

}

.bx-fast-forward:before {

	content: "\ea33";

}

.bx-fast-forward-circle:before {

	content: "\ea34";

}

.bx-female:before {

	content: "\ea35";

}

.bx-female-sign:before {

	content: "\ea36";

}

.bx-file:before {

	content: "\ea37";

}

.bx-file-blank:before {

	content: "\ea38";

}

.bx-file-find:before {

	content: "\ea39";

}

.bx-film:before {

	content: "\ea3a";

}

.bx-filter:before {

	content: "\ea3b";

}

.bx-filter-alt:before {

	content: "\ea3c";

}

.bx-fingerprint:before {

	content: "\ea3d";

}

.bx-first-aid:before {

	content: "\ea3e";

}

.bx-first-page:before {

	content: "\ea3f";

}

.bx-flag:before {

	content: "\ea40";

}

.bx-folder:before {

	content: "\ea41";

}

.bx-folder-minus:before {

	content: "\ea42";

}

.bx-folder-open:before {

	content: "\ea43";

}

.bx-folder-plus:before {

	content: "\ea44";

}

.bx-font:before {

	content: "\ea45";

}

.bx-font-color:before {

	content: "\ea46";

}

.bx-font-family:before {

	content: "\ea47";

}

.bx-font-size:before {

	content: "\ea48";

}

.bx-food-menu:before {

	content: "\ea49";

}

.bx-food-tag:before {

	content: "\ea4a";

}

.bx-football:before {

	content: "\ea4b";

}

.bx-fridge:before {

	content: "\ea4c";

}

.bx-fullscreen:before {

	content: "\ea4d";

}

.bx-game:before {

	content: "\ea4e";

}

.bx-gas-pump:before {

	content: "\ea4f";

}

.bx-ghost:before {

	content: "\ea50";

}

.bx-gift:before {

	content: "\ea51";

}

.bx-git-branch:before {

	content: "\ea52";

}

.bx-git-commit:before {

	content: "\ea53";

}

.bx-git-compare:before {

	content: "\ea54";

}

.bx-git-merge:before {

	content: "\ea55";

}

.bx-git-pull-request:before {

	content: "\ea56";

}

.bx-git-repo-forked:before {

	content: "\ea57";

}

.bx-glasses:before {

	content: "\ea58";

}

.bx-glasses-alt:before {

	content: "\ea59";

}

.bx-globe:before {

	content: "\ea5a";

}

.bx-globe-alt:before {

	content: "\ea5b";

}

.bx-grid:before {

	content: "\ea5c";

}

.bx-grid-alt:before {

	content: "\ea5d";

}

.bx-grid-horizontal:before {

	content: "\ea5e";

}

.bx-grid-small:before {

	content: "\ea5f";

}

.bx-grid-vertical:before {

	content: "\ea60";

}

.bx-group:before {

	content: "\ea61";

}

.bx-handicap:before {

	content: "\ea62";

}

.bx-happy:before {

	content: "\ea63";

}

.bx-happy-alt:before {

	content: "\ea64";

}

.bx-happy-beaming:before {

	content: "\ea65";

}

.bx-happy-heart-eyes:before {

	content: "\ea66";

}

.bx-hash:before {

	content: "\ea67";

}

.bx-hdd:before {

	content: "\ea68";

}

.bx-heading:before {

	content: "\ea69";

}

.bx-headphone:before {

	content: "\ea6a";

}

.bx-health:before {

	content: "\ea6b";

}

.bx-heart:before {

	content: "\ea6c";

}

.bx-heart-circle:before {

	content: "\ea6d";

}

.bx-heart-square:before {

	content: "\ea6e";

}

.bx-help-circle:before {

	content: "\ea6f";

}

.bx-hide:before {

	content: "\ea70";

}

.bx-highlight:before {

	content: "\ea71";

}

.bx-history:before {

	content: "\ea72";

}

.bx-hive:before {

	content: "\ea73";

}

.bx-home:before {

	content: "\ea74";

}

.bx-home-alt:before {

	content: "\ea75";

}

.bx-home-circle:before {

	content: "\ea76";

}

.bx-home-heart:before {

	content: "\ea77";

}

.bx-home-smile:before {

	content: "\ea78";

}

.bx-horizontal-center:before {

	content: "\ea79";

}

.bx-hotel:before {

	content: "\ea7a";

}

.bx-hourglass:before {

	content: "\ea7b";

}

.bx-id-card:before {

	content: "\ea7c";

}

.bx-image:before {

	content: "\ea7d";

}

.bx-image-add:before {

	content: "\ea7e";

}

.bx-image-alt:before {

	content: "\ea7f";

}

.bx-images:before {

	content: "\ea80";

}

.bx-import:before {

	content: "\ea81";

}

.bx-infinite:before {

	content: "\ea82";

}

.bx-info-circle:before {

	content: "\ea83";

}

.bx-info-square:before {

	content: "\ea84";

}

.bx-intersect:before {

	content: "\ea85";

}

.bx-italic:before {

	content: "\ea86";

}

.bx-joystick:before {

	content: "\ea87";

}

.bx-joystick-alt:before {

	content: "\ea88";

}

.bx-joystick-button:before {

	content: "\ea89";

}

.bx-key:before {

	content: "\ea8a";

}

.bx-label:before {

	content: "\ea8b";

}

.bx-landscape:before {

	content: "\ea8c";

}

.bx-laptop:before {

	content: "\ea8d";

}

.bx-last-page:before {

	content: "\ea8e";

}

.bx-laugh:before {

	content: "\ea8f";

}

.bx-layer:before {

	content: "\ea90";

}

.bx-layer-minus:before {

	content: "\ea91";

}

.bx-layer-plus:before {

	content: "\ea92";

}

.bx-layout:before {

	content: "\ea93";

}

.bx-left-arrow:before {

	content: "\ea94";

}

.bx-left-arrow-alt:before {

	content: "\ea95";

}

.bx-left-arrow-circle:before {

	content: "\ea96";

}

.bx-left-down-arrow-circle:before {

	content: "\ea97";

}

.bx-left-indent:before {

	content: "\ea98";

}

.bx-left-top-arrow-circle:before {

	content: "\ea99";

}

.bx-library:before {

	content: "\ea9a";

}

.bx-like:before {

	content: "\ea9b";

}

.bx-line-chart:before {

	content: "\ea9c";

}

.bx-line-chart-down:before {

	content: "\ea9d";

}

.bx-link:before {

	content: "\ea9e";

}

.bx-link-alt:before {

	content: "\ea9f";

}

.bx-link-external:before {

	content: "\eaa0";

}

.bx-lira:before {

	content: "\eaa1";

}

.bx-list-check:before {

	content: "\eaa2";

}

.bx-list-minus:before {

	content: "\eaa3";

}

.bx-list-ol:before {

	content: "\eaa4";

}

.bx-list-plus:before {

	content: "\eaa5";

}

.bx-list-ul:before {

	content: "\eaa6";

}

.bx-loader:before {

	content: "\eaa7";

}

.bx-loader-alt:before {

	content: "\eaa8";

}

.bx-loader-circle:before {

	content: "\eaa9";

}

.bx-location-plus:before {

	content: "\eaaa";

}

.bx-lock:before {

	content: "\eaab";

}

.bx-lock-alt:before {

	content: "\eaac";

}

.bx-lock-open:before {

	content: "\eaad";

}

.bx-lock-open-alt:before {

	content: "\eaae";

}

.bx-log-in:before {

	content: "\eaaf";

}

.bx-log-in-circle:before {

	content: "\eab0";

}

.bx-log-out:before {

	content: "\eab1";

}

.bx-log-out-circle:before {

	content: "\eab2";

}

.bx-low-vision:before {

	content: "\eab3";

}

.bx-magnet:before {

	content: "\eab4";

}

.bx-mail-send:before {

	content: "\eab5";

}

.bx-male:before {

	content: "\eab6";

}

.bx-male-sign:before {

	content: "\eab7";

}

.bx-map:before {

	content: "\eab8";

}

.bx-map-alt:before {

	content: "\eab9";

}

.bx-map-pin:before {

	content: "\eaba";

}

.bx-mask:before {

	content: "\eabb";

}

.bx-medal:before {

	content: "\eabc";

}

.bx-meh:before {

	content: "\eabd";

}

.bx-meh-alt:before {

	content: "\eabe";

}

.bx-meh-blank:before {

	content: "\eabf";

}

.bx-memory-card:before {

	content: "\eac0";

}

.bx-menu:before {

	content: "\eac1";

}

.bx-menu-alt-left:before {

	content: "\eac2";

}

.bx-menu-alt-right:before {

	content: "\eac3";

}

.bx-merge:before {

	content: "\eac4";

}

.bx-message:before {

	content: "\eac5";

}

.bx-message-add:before {

	content: "\eac6";

}

.bx-message-alt:before {

	content: "\eac7";

}

.bx-message-alt-add:before {

	content: "\eac8";

}

.bx-message-alt-check:before {

	content: "\eac9";

}

.bx-message-alt-detail:before {

	content: "\eaca";

}

.bx-message-alt-dots:before {

	content: "\eacb";

}

.bx-message-alt-edit:before {

	content: "\eacc";

}

.bx-message-alt-error:before {

	content: "\eacd";

}

.bx-message-alt-minus:before {

	content: "\eace";

}

.bx-message-alt-x:before {

	content: "\eacf";

}

.bx-message-check:before {

	content: "\ead0";

}

.bx-message-detail:before {

	content: "\ead1";

}

.bx-message-dots:before {

	content: "\ead2";

}

.bx-message-edit:before {

	content: "\ead3";

}

.bx-message-error:before {

	content: "\ead4";

}

.bx-message-minus:before {

	content: "\ead5";

}

.bx-message-rounded:before {

	content: "\ead6";

}

.bx-message-rounded-add:before {

	content: "\ead7";

}

.bx-message-rounded-check:before {

	content: "\ead8";

}

.bx-message-rounded-detail:before {

	content: "\ead9";

}

.bx-message-rounded-dots:before {

	content: "\eada";

}

.bx-message-rounded-edit:before {

	content: "\eadb";

}

.bx-message-rounded-error:before {

	content: "\eadc";

}

.bx-message-rounded-minus:before {

	content: "\eadd";

}

.bx-message-rounded-x:before {

	content: "\eade";

}

.bx-message-square:before {

	content: "\eadf";

}

.bx-message-square-add:before {

	content: "\eae0";

}

.bx-message-square-check:before {

	content: "\eae1";

}

.bx-message-square-detail:before {

	content: "\eae2";

}

.bx-message-square-dots:before {

	content: "\eae3";

}

.bx-message-square-edit:before {

	content: "\eae4";

}

.bx-message-square-error:before {

	content: "\eae5";

}

.bx-message-square-minus:before {

	content: "\eae6";

}

.bx-message-square-x:before {

	content: "\eae7";

}

.bx-message-x:before {

	content: "\eae8";

}

.bx-meteor:before {

	content: "\eae9";

}

.bx-microchip:before {

	content: "\eaea";

}

.bx-microphone:before {

	content: "\eaeb";

}

.bx-microphone-off:before {

	content: "\eaec";

}

.bx-minus:before {

	content: "\eaed";

}

.bx-minus-back:before {

	content: "\eaee";

}

.bx-minus-circle:before {

	content: "\eaef";

}

.bx-minus-front:before {

	content: "\eaf0";

}

.bx-mobile:before {

	content: "\eaf1";

}

.bx-mobile-alt:before {

	content: "\eaf2";

}

.bx-mobile-landscape:before {

	content: "\eaf3";

}

.bx-mobile-vibration:before {

	content: "\eaf4";

}

.bx-money:before {

	content: "\eaf5";

}

.bx-moon:before {

	content: "\eaf6";

}

.bx-mouse:before {

	content: "\eaf7";

}

.bx-mouse-alt:before {

	content: "\eaf8";

}

.bx-move:before {

	content: "\eaf9";

}

.bx-move-horizontal:before {

	content: "\eafa";

}

.bx-move-vertical:before {

	content: "\eafb";

}

.bx-movie:before {

	content: "\eafc";

}

.bx-movie-play:before {

	content: "\eafd";

}

.bx-music:before {

	content: "\eafe";

}

.bx-navigation:before {

	content: "\eaff";

}

.bx-network-chart:before {

	content: "\eb00";

}

.bx-news:before {

	content: "\eb01";

}

.bx-no-entry:before {

	content: "\eb02";

}

.bx-note:before {

	content: "\eb03";

}

.bx-notepad:before {

	content: "\eb04";

}

.bx-notification:before {

	content: "\eb05";

}

.bx-notification-off:before {

	content: "\eb06";

}

.bx-outline:before {

	content: "\eb07";

}

.bx-package:before {

	content: "\eb08";

}

.bx-paint:before {

	content: "\eb09";

}

.bx-paint-roll:before {

	content: "\eb0a";

}

.bx-palette:before {

	content: "\eb0b";

}

.bx-paperclip:before {

	content: "\eb0c";

}

.bx-paper-plane:before {

	content: "\eb0d";

}

.bx-paragraph:before {

	content: "\eb0e";

}

.bx-paste:before {

	content: "\eb0f";

}

.bx-pause:before {

	content: "\eb10";

}

.bx-pause-circle:before {

	content: "\eb11";

}

.bx-pen:before {

	content: "\eb12";

}

.bx-pencil:before {

	content: "\eb13";

}

.bx-phone:before {

	content: "\eb14";

}

.bx-phone-call:before {

	content: "\eb15";

}

.bx-phone-incoming:before {

	content: "\eb16";

}

.bx-phone-outgoing:before {

	content: "\eb17";

}

.bx-photo-album:before {

	content: "\eb18";

}

.bx-pie-chart:before {

	content: "\eb19";

}

.bx-pie-chart-alt:before {

	content: "\eb1a";

}

.bx-pie-chart-alt-2:before {

	content: "\eb1b";

}

.bx-pin:before {

	content: "\eb1c";

}

.bx-planet:before {

	content: "\eb1d";

}

.bx-play:before {

	content: "\eb1e";

}

.bx-play-circle:before {

	content: "\eb1f";

}

.bx-plug:before {

	content: "\eb20";

}

.bx-plus:before {

	content: "\eb21";

}

.bx-plus-circle:before {

	content: "\eb22";

}

.bx-plus-medical:before {

	content: "\eb23";

}

.bx-pointer:before {

	content: "\eb24";

}

.bx-poll:before {

	content: "\eb25";

}

.bx-polygon:before {

	content: "\eb26";

}

.bx-pound:before {

	content: "\eb27";

}

.bx-power-off:before {

	content: "\eb28";

}

.bx-printer:before {

	content: "\eb29";

}

.bx-pulse:before {

	content: "\eb2a";

}

.bx-purchase-tag:before {

	content: "\eb2b";

}

.bx-purchase-tag-alt:before {

	content: "\eb2c";

}

.bx-pyramid:before {

	content: "\eb2d";

}

.bx-question-mark:before {

	content: "\eb2e";

}

.bx-radar:before {

	content: "\eb2f";

}

.bx-radio:before {

	content: "\eb30";

}

.bx-radio-circle:before {

	content: "\eb31";

}

.bx-radio-circle-marked:before {

	content: "\eb32";

}

.bx-receipt:before {

	content: "\eb33";

}

.bx-rectangle:before {

	content: "\eb34";

}

.bx-recycle:before {

	content: "\eb35";

}

.bx-redo:before {

	content: "\eb36";

}

.bx-refresh:before {

	content: "\eb37";

}

.bx-rename:before {

	content: "\eb38";

}

.bx-repeat:before {

	content: "\eb39";

}

.bx-reply:before {

	content: "\eb3a";

}

.bx-reply-all:before {

	content: "\eb3b";

}

.bx-repost:before {

	content: "\eb3c";

}

.bx-reset:before {

	content: "\eb3d";

}

.bx-restaurant:before {

	content: "\eb3e";

}

.bx-revision:before {

	content: "\eb3f";

}

.bx-rewind:before {

	content: "\eb40";

}

.bx-rewind-circle:before {

	content: "\eb41";

}

.bx-right-arrow:before {

	content: "\eb42";

}

.bx-right-arrow-alt:before {

	content: "\eb43";

}

.bx-right-arrow-circle:before {

	content: "\eb44";

}

.bx-right-down-arrow-circle:before {

	content: "\eb45";

}

.bx-right-indent:before {

	content: "\eb46";

}

.bx-right-top-arrow-circle:before {

	content: "\eb47";

}

.bx-rocket:before {

	content: "\eb48";

}

.bx-rotate-left:before {

	content: "\eb49";

}

.bx-rotate-right:before {

	content: "\eb4a";

}

.bx-rss:before {

	content: "\eb4b";

}

.bx-ruble:before {

	content: "\eb4c";

}

.bx-ruler:before {

	content: "\eb4d";

}

.bx-run:before {

	content: "\eb4e";

}

.bx-rupee:before {

	content: "\eb4f";

}

.bx-sad:before {

	content: "\eb50";

}

.bx-save:before {

	content: "\eb51";

}

.bx-scan:before {

	content: "\eb52";

}

.bx-screenshot:before {

	content: "\eb53";

}

.bx-search:before {

	content: "\eb54";

}

.bx-search-alt:before {

	content: "\eb55";

}

.bx-search-alt-2:before {

	content: "\eb56";

}

.bx-selection:before {

	content: "\eb57";

}

.bx-select-multiple:before {

	content: "\eb58";

}

.bx-send:before {

	content: "\eb59";

}

.bx-server:before {

	content: "\eb5a";

}

.bx-shape-circle:before {

	content: "\eb5b";

}

.bx-shape-polygon:before {

	content: "\eb5c";

}

.bx-shape-square:before {

	content: "\eb5d";

}

.bx-shape-triangle:before {

	content: "\eb5e";

}

.bx-share:before {

	content: "\eb5f";

}

.bx-share-alt:before {

	content: "\eb60";

}

.bx-shekel:before {

	content: "\eb61";

}

.bx-shield:before {

	content: "\eb62";

}

.bx-shield-alt:before {

	content: "\eb63";

}

.bx-shield-alt-2:before {

	content: "\eb64";

}

.bx-shield-quarter:before {

	content: "\eb65";

}

.bx-shield-x:before {

	content: "\eb66";

}

.bx-shocked:before {

	content: "\eb67";

}

.bx-shopping-bag:before {

	content: "\eb68";

}

.bx-show:before {

	content: "\eb69";

}

.bx-show-alt:before {

	content: "\eb6a";

}

.bx-shuffle:before {

	content: "\eb6b";

}

.bx-sidebar:before {

	content: "\eb6c";

}

.bx-sitemap:before {

	content: "\eb6d";

}

.bx-skip-next:before {

	content: "\eb6e";

}

.bx-skip-next-circle:before {

	content: "\eb6f";

}

.bx-skip-previous:before {

	content: "\eb70";

}

.bx-skip-previous-circle:before {

	content: "\eb71";

}

.bx-sleepy:before {

	content: "\eb72";

}

.bx-slider:before {

	content: "\eb73";

}

.bx-slider-alt:before {

	content: "\eb74";

}

.bx-slideshow:before {

	content: "\eb75";

}

.bx-smile:before {

	content: "\eb76";

}

.bx-sort:before {

	content: "\eb77";

}

.bx-sort-alt-2:before {

	content: "\eb78";

}

.bx-sort-a-z:before {

	content: "\eb79";

}

.bx-sort-down:before {

	content: "\eb7a";

}

.bx-sort-up:before {

	content: "\eb7b";

}

.bx-sort-z-a:before {

	content: "\eb7c";

}

.bx-spa:before {

	content: "\eb7d";

}

.bx-space-bar:before {

	content: "\eb7e";

}

.bx-spray-can:before {

	content: "\eb7f";

}

.bx-spreadsheet:before {

	content: "\eb80";

}

.bx-square:before {

	content: "\eb81";

}

.bx-square-rounded:before {

	content: "\eb82";

}

.bx-star:before {

	content: "\eb83";

}

.bx-station:before {

	content: "\eb84";

}

.bx-stats:before {

	content: "\eb85";

}

.bx-sticker:before {

	content: "\eb86";

}

.bx-stop:before {

	content: "\eb87";

}

.bx-stop-circle:before {

	content: "\eb88";

}

.bx-stopwatch:before {

	content: "\eb89";

}

.bx-store:before {

	content: "\eb8a";

}

.bx-store-alt:before {

	content: "\eb8b";

}

.bx-street-view:before {

	content: "\eb8c";

}

.bx-strikethrough:before {

	content: "\eb8d";

}

.bx-subdirectory-left:before {

	content: "\eb8e";

}

.bx-subdirectory-right:before {

	content: "\eb8f";

}

.bx-sun:before {

	content: "\eb90";

}

.bx-support:before {

	content: "\eb91";

}

.bx-swim:before {

	content: "\eb92";

}

.bx-sync:before {

	content: "\eb93";

}

.bx-tab:before {

	content: "\eb94";

}

.bx-table:before {

	content: "\eb95";

}

.bx-tachometer:before {

	content: "\eb96";

}

.bx-tag:before {

	content: "\eb97";

}

.bx-tag-alt:before {

	content: "\eb98";

}

.bx-target-lock:before {

	content: "\eb99";

}

.bx-task:before {

	content: "\eb9a";

}

.bx-task-x:before {

	content: "\eb9b";

}

.bx-taxi:before {

	content: "\eb9c";

}

.bx-tennis-ball:before {

	content: "\eb9d";

}

.bx-terminal:before {

	content: "\eb9e";

}

.bx-test-tube:before {

	content: "\eb9f";

}

.bx-text:before {

	content: "\eba0";

}

.bx-time:before {

	content: "\eba1";

}

.bx-time-five:before {

	content: "\eba2";

}

.bx-timer:before {

	content: "\eba3";

}

.bx-tired:before {

	content: "\eba4";

}

.bx-toggle-left:before {

	content: "\eba5";

}

.bx-toggle-right:before {

	content: "\eba6";

}

.bx-tone:before {

	content: "\eba7";

}

.bx-traffic-cone:before {

	content: "\eba8";

}

.bx-train:before {

	content: "\eba9";

}

.bx-transfer:before {

	content: "\ebaa";

}

.bx-transfer-alt:before {

	content: "\ebab";

}

.bx-trash:before {

	content: "\ebac";

}

.bx-trash-alt:before {

	content: "\ebad";

}

.bx-trending-down:before {

	content: "\ebae";

}

.bx-trending-up:before {

	content: "\ebaf";

}

.bx-trim:before {

	content: "\ebb0";

}

.bx-trip:before {

	content: "\ebb1";

}

.bx-trophy:before {

	content: "\ebb2";

}

.bx-tv:before {

	content: "\ebb3";

}

.bx-underline:before {

	content: "\ebb4";

}

.bx-undo:before {

	content: "\ebb5";

}

.bx-unite:before {

	content: "\ebb6";

}

.bx-unlink:before {

	content: "\ebb7";

}

.bx-up-arrow:before {

	content: "\ebb8";

}

.bx-up-arrow-alt:before {

	content: "\ebb9";

}

.bx-up-arrow-circle:before {

	content: "\ebba";

}

.bx-upload:before {

	content: "\ebbb";

}

.bx-upside-down:before {

	content: "\ebbc";

}

.bx-upvote:before {

	content: "\ebbd";

}

.bx-usb:before {

	content: "\ebbe";

}

.bx-user:before {

	content: "\ebbf";

}

.bx-user-check:before {

	content: "\ebc0";

}

.bx-user-circle:before {

	content: "\ebc1";

}

.bx-user-minus:before {

	content: "\ebc2";

}

.bx-user-pin:before {

	content: "\ebc3";

}

.bx-user-plus:before {

	content: "\ebc4";

}

.bx-user-voice:before {

	content: "\ebc5";

}

.bx-user-x:before {

	content: "\ebc6";

}

.bx-vector:before {

	content: "\ebc7";

}

.bx-vertical-center:before {

	content: "\ebc8";

}

.bx-vial:before {

	content: "\ebc9";

}

.bx-video:before {

	content: "\ebca";

}

.bx-video-off:before {

	content: "\ebcb";

}

.bx-video-plus:before {

	content: "\ebcc";

}

.bx-video-recording:before {

	content: "\ebcd";

}

.bx-voicemail:before {

	content: "\ebce";

}

.bx-volume:before {

	content: "\ebcf";

}

.bx-volume-full:before {

	content: "\ebd0";

}

.bx-volume-low:before {

	content: "\ebd1";

}

.bx-volume-mute:before {

	content: "\ebd2";

}

.bx-walk:before {

	content: "\ebd3";

}

.bx-wallet:before {

	content: "\ebd4";

}

.bx-wallet-alt:before {

	content: "\ebd5";

}

.bx-water:before {

	content: "\ebd6";

}

.bx-webcam:before {

	content: "\ebd7";

}

.bx-wifi:before {

	content: "\ebd8";

}

.bx-wifi-0:before {

	content: "\ebd9";

}

.bx-wifi-1:before {

	content: "\ebda";

}

.bx-wifi-2:before {

	content: "\ebdb";

}

.bx-wifi-off:before {

	content: "\ebdc";

}

.bx-wind:before {

	content: "\ebdd";

}

.bx-window:before {

	content: "\ebde";

}

.bx-window-alt:before {

	content: "\ebdf";

}

.bx-window-close:before {

	content: "\ebe0";

}

.bx-window-open:before {

	content: "\ebe1";

}

.bx-windows:before {

	content: "\ebe2";

}

.bx-wine:before {

	content: "\ebe3";

}

.bx-wink-smile:before {

	content: "\ebe4";

}

.bx-wink-tongue:before {

	content: "\ebe5";

}

.bx-won:before {

	content: "\ebe6";

}

.bx-world:before {

	content: "\ebe7";

}

.bx-wrench:before {

	content: "\ebe8";

}

.bx-x:before {

	content: "\ebe9";

}

.bx-x-circle:before {

	content: "\ebea";

}

.bx-yen:before {

	content: "\ebeb";

}

.bx-zoom-in:before {

	content: "\ebec";

}

.bx-zoom-out:before {

	content: "\ebed";

}

.bxs-add-to-queue:before {

	content: "\ebee";

}

.bxs-adjust:before {

	content: "\ebef";

}

.bxs-adjust-alt:before {

	content: "\ebf0";

}

.bxs-alarm:before {

	content: "\ebf1";

}

.bxs-alarm-add:before {

	content: "\ebf2";

}

.bxs-alarm-exclamation:before {

	content: "\ebf3";

}

.bxs-alarm-off:before {

	content: "\ebf4";

}

.bxs-alarm-snooze:before {

	content: "\ebf5";

}

.bxs-album:before {

	content: "\ebf6";

}

.bxs-ambulance:before {

	content: "\ebf7";

}

.bxs-analyse:before {

	content: "\ebf8";

}

.bxs-angry:before {

	content: "\ebf9";

}

.bxs-arch:before {

	content: "\ebfa";

}

.bxs-archive:before {

	content: "\ebfb";

}

.bxs-archive-in:before {

	content: "\ebfc";

}

.bxs-archive-out:before {

	content: "\ebfd";

}

.bxs-area:before {

	content: "\ebfe";

}

.bxs-arrow-from-bottom:before {

	content: "\ebff";

}

.bxs-arrow-from-left:before {

	content: "\ec00";

}

.bxs-arrow-from-right:before {

	content: "\ec01";

}

.bxs-arrow-from-top:before {

	content: "\ec02";

}

.bxs-arrow-to-bottom:before {

	content: "\ec03";

}

.bxs-arrow-to-left:before {

	content: "\ec04";

}

.bxs-arrow-to-right:before {

	content: "\ec05";

}

.bxs-arrow-to-top:before {

	content: "\ec06";

}

.bxs-award:before {

	content: "\ec07";

}

.bxs-baby-carriage:before {

	content: "\ec08";

}

.bxs-backpack:before {

	content: "\ec09";

}

.bxs-badge:before {

	content: "\ec0a";

}

.bxs-badge-check:before {

	content: "\ec0b";

}

.bxs-badge-dollar:before {

	content: "\ec0c";

}

.bxs-ball:before {

	content: "\ec0d";

}

.bxs-band-aid:before {

	content: "\ec0e";

}

.bxs-bank:before {

	content: "\ec0f";

}

.bxs-bar-chart-alt-2:before {

	content: "\ec10";

}

.bxs-bar-chart-square:before {

	content: "\ec11";

}

.bxs-barcode:before {

	content: "\ec12";

}

.bxs-baseball:before {

	content: "\ec13";

}

.bxs-basket:before {

	content: "\ec14";

}

.bxs-basketball:before {

	content: "\ec15";

}

.bxs-bath:before {

	content: "\ec16";

}

.bxs-battery:before {

	content: "\ec17";

}

.bxs-battery-charging:before {

	content: "\ec18";

}

.bxs-battery-full:before {

	content: "\ec19";

}

.bxs-battery-low:before {

	content: "\ec1a";

}

.bxs-bed:before {

	content: "\ec1b";

}

.bxs-been-here:before {

	content: "\ec1c";

}

.bxs-beer:before {

	content: "\ec1d";

}

.bxs-bell:before {

	content: "\ec1e";

}

.bxs-bell-minus:before {

	content: "\ec1f";

}

.bxs-bell-off:before {

	content: "\ec20";

}

.bxs-bell-plus:before {

	content: "\ec21";

}

.bxs-bell-ring:before {

	content: "\ec22";

}

.bxs-bible:before {

	content: "\ec23";

}

.bxs-binoculars:before {

	content: "\ec24";

}

.bxs-blanket:before {

	content: "\ec25";

}

.bxs-bolt:before {

	content: "\ec26";

}

.bxs-bolt-circle:before {

	content: "\ec27";

}

.bxs-bomb:before {

	content: "\ec28";

}

.bxs-bone:before {

	content: "\ec29";

}

.bxs-bong:before {

	content: "\ec2a";

}

.bxs-book:before {

	content: "\ec2b";

}

.bxs-book-add:before {

	content: "\ec2c";

}

.bxs-book-alt:before {

	content: "\ec2d";

}

.bxs-book-bookmark:before {

	content: "\ec2e";

}

.bxs-book-content:before {

	content: "\ec2f";

}

.bxs-book-heart:before {

	content: "\ec30";

}

.bxs-bookmark:before {

	content: "\ec31";

}

.bxs-bookmark-alt:before {

	content: "\ec32";

}

.bxs-bookmark-alt-minus:before {

	content: "\ec33";

}

.bxs-bookmark-alt-plus:before {

	content: "\ec34";

}

.bxs-bookmark-heart:before {

	content: "\ec35";

}

.bxs-bookmark-minus:before {

	content: "\ec36";

}

.bxs-bookmark-plus:before {

	content: "\ec37";

}

.bxs-bookmarks:before {

	content: "\ec38";

}

.bxs-bookmark-star:before {

	content: "\ec39";

}

.bxs-book-open:before {

	content: "\ec3a";

}

.bxs-book-reader:before {

	content: "\ec3b";

}

.bxs-bot:before {

	content: "\ec3c";

}

.bxs-bowling-ball:before {

	content: "\ec3d";

}

.bxs-box:before {

	content: "\ec3e";

}

.bxs-brain:before {

	content: "\ec3f";

}

.bxs-briefcase:before {

	content: "\ec40";

}

.bxs-briefcase-alt:before {

	content: "\ec41";

}

.bxs-briefcase-alt-2:before {

	content: "\ec42";

}

.bxs-brightness:before {

	content: "\ec43";

}

.bxs-brightness-half:before {

	content: "\ec44";

}

.bxs-brush:before {

	content: "\ec45";

}

.bxs-brush-alt:before {

	content: "\ec46";

}

.bxs-bug:before {

	content: "\ec47";

}

.bxs-bug-alt:before {

	content: "\ec48";

}

.bxs-building:before {

	content: "\ec49";

}

.bxs-building-house:before {

	content: "\ec4a";

}

.bxs-buildings:before {

	content: "\ec4b";

}

.bxs-bulb:before {

	content: "\ec4c";

}

.bxs-bullseye:before {

	content: "\ec4d";

}

.bxs-buoy:before {

	content: "\ec4e";

}

.bxs-bus:before {

	content: "\ec4f";

}

.bxs-business:before {

	content: "\ec50";

}

.bxs-bus-school:before {

	content: "\ec51";

}

.bxs-cabinet:before {

	content: "\ec52";

}

.bxs-cake:before {

	content: "\ec53";

}

.bxs-calculator:before {

	content: "\ec54";

}

.bxs-calendar:before {

	content: "\ec55";

}

.bxs-calendar-alt:before {

	content: "\ec56";

}

.bxs-calendar-check:before {

	content: "\ec57";

}

.bxs-calendar-edit:before {

	content: "\ec58";

}

.bxs-calendar-event:before {

	content: "\ec59";

}

.bxs-calendar-exclamation:before {

	content: "\ec5a";

}

.bxs-calendar-heart:before {

	content: "\ec5b";

}

.bxs-calendar-minus:before {

	content: "\ec5c";

}

.bxs-calendar-plus:before {

	content: "\ec5d";

}

.bxs-calendar-star:before {

	content: "\ec5e";

}

.bxs-calendar-week:before {

	content: "\ec5f";

}

.bxs-calendar-x:before {

	content: "\ec60";

}

.bxs-camera:before {

	content: "\ec61";

}

.bxs-camera-home:before {

	content: "\ec62";

}

.bxs-camera-movie:before {

	content: "\ec63";

}

.bxs-camera-off:before {

	content: "\ec64";

}

.bxs-camera-plus:before {

	content: "\ec65";

}

.bxs-capsule:before {

	content: "\ec66";

}

.bxs-captions:before {

	content: "\ec67";

}

.bxs-car:before {

	content: "\ec68";

}

.bxs-car-battery:before {

	content: "\ec69";

}

.bxs-car-crash:before {

	content: "\ec6a";

}

.bxs-card:before {

	content: "\ec6b";

}

.bxs-caret-down-circle:before {

	content: "\ec6c";

}

.bxs-caret-down-square:before {

	content: "\ec6d";

}

.bxs-caret-left-circle:before {

	content: "\ec6e";

}

.bxs-caret-left-square:before {

	content: "\ec6f";

}

.bxs-caret-right-circle:before {

	content: "\ec70";

}

.bxs-caret-right-square:before {

	content: "\ec71";

}

.bxs-caret-up-circle:before {

	content: "\ec72";

}

.bxs-caret-up-square:before {

	content: "\ec73";

}

.bxs-car-garage:before {

	content: "\ec74";

}

.bxs-car-mechanic:before {

	content: "\ec75";

}

.bxs-carousel:before {

	content: "\ec76";

}

.bxs-cart:before {

	content: "\ec77";

}

.bxs-cart-add:before {

	content: "\ec78";

}

.bxs-cart-alt:before {

	content: "\ec79";

}

.bxs-cart-download:before {

	content: "\ec7a";

}

.bxs-car-wash:before {

	content: "\ec7b";

}

.bxs-category:before {

	content: "\ec7c";

}

.bxs-category-alt:before {

	content: "\ec7d";

}

.bxs-cctv:before {

	content: "\ec7e";

}

.bxs-certification:before {

	content: "\ec7f";

}

.bxs-chalkboard:before {

	content: "\ec80";

}

.bxs-chart:before {

	content: "\ec81";

}

.bxs-chat:before {

	content: "\ec82";

}

.bxs-checkbox:before {

	content: "\ec83";

}

.bxs-checkbox-checked:before {

	content: "\ec84";

}

.bxs-check-circle:before {

	content: "\ec85";

}

.bxs-check-shield:before {

	content: "\ec86";

}

.bxs-check-square:before {

	content: "\ec87";

}

.bxs-chess:before {

	content: "\ec88";

}

.bxs-chevron-down:before {

	content: "\ec89";

}

.bxs-chevron-down-circle:before {

	content: "\ec8a";

}

.bxs-chevron-down-square:before {

	content: "\ec8b";

}

.bxs-chevron-left:before {

	content: "\ec8c";

}

.bxs-chevron-left-circle:before {

	content: "\ec8d";

}

.bxs-chevron-left-square:before {

	content: "\ec8e";

}

.bxs-chevron-right:before {

	content: "\ec8f";

}

.bxs-chevron-right-circle:before {

	content: "\ec90";

}

.bxs-chevron-right-square:before {

	content: "\ec91";

}

.bxs-chevrons-down:before {

	content: "\ec92";

}

.bxs-chevrons-left:before {

	content: "\ec93";

}

.bxs-chevrons-right:before {

	content: "\ec94";

}

.bxs-chevrons-up:before {

	content: "\ec95";

}

.bxs-chevron-up:before {

	content: "\ec96";

}

.bxs-chevron-up-circle:before {

	content: "\ec97";

}

.bxs-chevron-up-square:before {

	content: "\ec98";

}

.bxs-chip:before {

	content: "\ec99";

}

.bxs-church:before {

	content: "\ec9a";

}

.bxs-circle:before {

	content: "\ec9b";

}

.bxs-city:before {

	content: "\ec9c";

}

.bxs-clinic:before {

	content: "\ec9d";

}

.bxs-cloud:before {

	content: "\ec9e";

}

.bxs-cloud-download:before {

	content: "\ec9f";

}

.bxs-cloud-lightning:before {

	content: "\eca0";

}

.bxs-cloud-rain:before {

	content: "\eca1";

}

.bxs-cloud-upload:before {

	content: "\eca2";

}

.bxs-coffee:before {

	content: "\eca3";

}

.bxs-coffee-alt:before {

	content: "\eca4";

}

.bxs-coffee-togo:before {

	content: "\eca5";

}

.bxs-cog:before {

	content: "\eca6";

}

.bxs-coin:before {

	content: "\eca7";

}

.bxs-coin-stack:before {

	content: "\eca8";

}

.bxs-collection:before {

	content: "\eca9";

}

.bxs-color-fill:before {

	content: "\ecaa";

}

.bxs-comment:before {

	content: "\ecab";

}

.bxs-comment-add:before {

	content: "\ecac";

}

.bxs-comment-check:before {

	content: "\ecad";

}

.bxs-comment-detail:before {

	content: "\ecae";

}

.bxs-comment-dots:before {

	content: "\ecaf";

}

.bxs-comment-edit:before {

	content: "\ecb0";

}

.bxs-comment-error:before {

	content: "\ecb1";

}

.bxs-comment-minus:before {

	content: "\ecb2";

}

.bxs-comment-x:before {

	content: "\ecb3";

}

.bxs-compass:before {

	content: "\ecb4";

}

.bxs-component:before {

	content: "\ecb5";

}

.bxs-confused:before {

	content: "\ecb6";

}

.bxs-contact:before {

	content: "\ecb7";

}

.bxs-conversation:before {

	content: "\ecb8";

}

.bxs-cookie:before {

	content: "\ecb9";

}

.bxs-cool:before {

	content: "\ecba";

}

.bxs-copy:before {

	content: "\ecbb";

}

.bxs-copy-alt:before {

	content: "\ecbc";

}

.bxs-copyright:before {

	content: "\ecbd";

}

.bxs-coupon:before {

	content: "\ecbe";

}

.bxs-credit-card:before {

	content: "\ecbf";

}

.bxs-credit-card-alt:before {

	content: "\ecc0";

}

.bxs-credit-card-front:before {

	content: "\ecc1";

}

.bxs-crop:before {

	content: "\ecc2";

}

.bxs-crown:before {

	content: "\ecc3";

}

.bxs-cube:before {

	content: "\ecc4";

}

.bxs-cube-alt:before {

	content: "\ecc5";

}

.bxs-cuboid:before {

	content: "\ecc6";

}

.bxs-customize:before {

	content: "\ecc7";

}

.bxs-cylinder:before {

	content: "\ecc8";

}

.bxs-dashboard:before {

	content: "\ecc9";

}

.bxs-data:before {

	content: "\ecca";

}

.bxs-detail:before {

	content: "\eccb";

}

.bxs-devices:before {

	content: "\eccc";

}

.bxs-diamond:before {

	content: "\eccd";

}

.bxs-dice-1:before {

	content: "\ecce";

}

.bxs-dice-2:before {

	content: "\eccf";

}

.bxs-dice-3:before {

	content: "\ecd0";

}

.bxs-dice-4:before {

	content: "\ecd1";

}

.bxs-dice-5:before {

	content: "\ecd2";

}

.bxs-dice-6:before {

	content: "\ecd3";

}

.bxs-direction-left:before {

	content: "\ecd4";

}

.bxs-direction-right:before {

	content: "\ecd5";

}

.bxs-directions:before {

	content: "\ecd6";

}

.bxs-disc:before {

	content: "\ecd7";

}

.bxs-discount:before {

	content: "\ecd8";

}

.bxs-dish:before {

	content: "\ecd9";

}

.bxs-dislike:before {

	content: "\ecda";

}

.bxs-dizzy:before {

	content: "\ecdb";

}

.bxs-dock-bottom:before {

	content: "\ecdc";

}

.bxs-dock-left:before {

	content: "\ecdd";

}

.bxs-dock-right:before {

	content: "\ecde";

}

.bxs-dock-top:before {

	content: "\ecdf";

}

.bxs-dollar-circle:before {

	content: "\ece0";

}

.bxs-donate-blood:before {

	content: "\ece1";

}

.bxs-donate-heart:before {

	content: "\ece2";

}

.bxs-door-open:before {

	content: "\ece3";

}

.bxs-doughnut-chart:before {

	content: "\ece4";

}

.bxs-down-arrow:before {

	content: "\ece5";

}

.bxs-down-arrow-alt:before {

	content: "\ece6";

}

.bxs-down-arrow-circle:before {

	content: "\ece7";

}

.bxs-down-arrow-square:before {

	content: "\ece8";

}

.bxs-download:before {

	content: "\ece9";

}

.bxs-downvote:before {

	content: "\ecea";

}

.bxs-drink:before {

	content: "\eceb";

}

.bxs-droplet:before {

	content: "\ecec";

}

.bxs-droplet-half:before {

	content: "\eced";

}

.bxs-dryer:before {

	content: "\ecee";

}

.bxs-duplicate:before {

	content: "\ecef";

}

.bxs-edit:before {

	content: "\ecf0";

}

.bxs-edit-alt:before {

	content: "\ecf1";

}

.bxs-edit-location:before {

	content: "\ecf2";

}

.bxs-eject:before {

	content: "\ecf3";

}

.bxs-envelope:before {

	content: "\ecf4";

}

.bxs-envelope-open:before {

	content: "\ecf5";

}

.bxs-eraser:before {

	content: "\ecf6";

}

.bxs-error:before {

	content: "\ecf7";

}

.bxs-error-alt:before {

	content: "\ecf8";

}

.bxs-error-circle:before {

	content: "\ecf9";

}

.bxs-ev-station:before {

	content: "\ecfa";

}

.bxs-exit:before {

	content: "\ecfb";

}

.bxs-extension:before {

	content: "\ecfc";

}

.bxs-eyedropper:before {

	content: "\ecfd";

}

.bxs-face:before {

	content: "\ecfe";

}

.bxs-face-mask:before {

	content: "\ecff";

}

.bxs-factory:before {

	content: "\ed00";

}

.bxs-fast-forward-circle:before {

	content: "\ed01";

}

.bxs-file:before {

	content: "\ed02";

}

.bxs-file-archive:before {

	content: "\ed03";

}

.bxs-file-blank:before {

	content: "\ed04";

}

.bxs-file-css:before {

	content: "\ed05";

}

.bxs-file-doc:before {

	content: "\ed06";

}

.bxs-file-export:before {

	content: "\ed07";

}

.bxs-file-find:before {

	content: "\ed08";

}

.bxs-file-gif:before {

	content: "\ed09";

}

.bxs-file-html:before {

	content: "\ed0a";

}

.bxs-file-image:before {

	content: "\ed0b";

}

.bxs-file-import:before {

	content: "\ed0c";

}

.bxs-file-jpg:before {

	content: "\ed0d";

}

.bxs-file-js:before {

	content: "\ed0e";

}

.bxs-file-json:before {

	content: "\ed0f";

}

.bxs-file-md:before {

	content: "\ed10";

}

.bxs-file-pdf:before {

	content: "\ed11";

}

.bxs-file-plus:before {

	content: "\ed12";

}

.bxs-file-png:before {

	content: "\ed13";

}

.bxs-file-txt:before {

	content: "\ed14";

}

.bxs-film:before {

	content: "\ed15";

}

.bxs-filter-alt:before {

	content: "\ed16";

}

.bxs-first-aid:before {

	content: "\ed17";

}

.bxs-flag:before {

	content: "\ed18";

}

.bxs-flag-alt:before {

	content: "\ed19";

}

.bxs-flag-checkered:before {

	content: "\ed1a";

}

.bxs-flame:before {

	content: "\ed1b";

}

.bxs-flask:before {

	content: "\ed1c";

}

.bxs-florist:before {

	content: "\ed1d";

}

.bxs-folder:before {

	content: "\ed1e";

}

.bxs-folder-minus:before {

	content: "\ed1f";

}

.bxs-folder-open:before {

	content: "\ed20";

}

.bxs-folder-plus:before {

	content: "\ed21";

}

.bxs-food-menu:before {

	content: "\ed22";

}

.bxs-fridge:before {

	content: "\ed23";

}

.bxs-game:before {

	content: "\ed24";

}

.bxs-gas-pump:before {

	content: "\ed25";

}

.bxs-ghost:before {

	content: "\ed26";

}

.bxs-gift:before {

	content: "\ed27";

}

.bxs-graduation:before {

	content: "\ed28";

}

.bxs-grid:before {

	content: "\ed29";

}

.bxs-grid-alt:before {

	content: "\ed2a";

}

.bxs-group:before {

	content: "\ed2b";

}

.bxs-guitar-amp:before {

	content: "\ed2c";

}

.bxs-hand-down:before {

	content: "\ed2d";

}

.bxs-hand-left:before {

	content: "\ed2e";

}

.bxs-hand-right:before {

	content: "\ed2f";

}

.bxs-hand-up:before {

	content: "\ed30";

}

.bxs-happy:before {

	content: "\ed31";

}

.bxs-happy-alt:before {

	content: "\ed32";

}

.bxs-happy-beaming:before {

	content: "\ed33";

}

.bxs-happy-heart-eyes:before {

	content: "\ed34";

}

.bxs-hdd:before {

	content: "\ed35";

}

.bxs-heart:before {

	content: "\ed36";

}

.bxs-heart-circle:before {

	content: "\ed37";

}

.bxs-heart-square:before {

	content: "\ed38";

}

.bxs-help-circle:before {

	content: "\ed39";

}

.bxs-hide:before {

	content: "\ed3a";

}

.bxs-home:before {

	content: "\ed3b";

}

.bxs-home-circle:before {

	content: "\ed3c";

}

.bxs-home-heart:before {

	content: "\ed3d";

}

.bxs-home-smile:before {

	content: "\ed3e";

}

.bxs-hot:before {

	content: "\ed3f";

}

.bxs-hotel:before {

	content: "\ed40";

}

.bxs-hourglass:before {

	content: "\ed41";

}

.bxs-hourglass-bottom:before {

	content: "\ed42";

}

.bxs-hourglass-top:before {

	content: "\ed43";

}

.bxs-id-card:before {

	content: "\ed44";

}

.bxs-image:before {

	content: "\ed45";

}

.bxs-image-add:before {

	content: "\ed46";

}

.bxs-image-alt:before {

	content: "\ed47";

}

.bxs-inbox:before {

	content: "\ed48";

}

.bxs-info-circle:before {

	content: "\ed49";

}

.bxs-info-square:before {

	content: "\ed4a";

}

.bxs-institution:before {

	content: "\ed4b";

}

.bxs-joystick:before {

	content: "\ed4c";

}

.bxs-joystick-alt:before {

	content: "\ed4d";

}

.bxs-joystick-button:before {

	content: "\ed4e";

}

.bxs-key:before {

	content: "\ed4f";

}

.bxs-keyboard:before {

	content: "\ed50";

}

.bxs-label:before {

	content: "\ed51";

}

.bxs-landmark:before {

	content: "\ed52";

}

.bxs-landscape:before {

	content: "\ed53";

}

.bxs-laugh:before {

	content: "\ed54";

}

.bxs-layer:before {

	content: "\ed55";

}

.bxs-layer-minus:before {

	content: "\ed56";

}

.bxs-layer-plus:before {

	content: "\ed57";

}

.bxs-layout:before {

	content: "\ed58";

}

.bxs-left-arrow:before {

	content: "\ed59";

}

.bxs-left-arrow-alt:before {

	content: "\ed5a";

}

.bxs-left-arrow-circle:before {

	content: "\ed5b";

}

.bxs-left-arrow-square:before {

	content: "\ed5c";

}

.bxs-left-down-arrow-circle:before {

	content: "\ed5d";

}

.bxs-left-top-arrow-circle:before {

	content: "\ed5e";

}

.bxs-like:before {

	content: "\ed5f";

}

.bxs-location-plus:before {

	content: "\ed60";

}

.bxs-lock:before {

	content: "\ed61";

}

.bxs-lock-alt:before {

	content: "\ed62";

}

.bxs-lock-open:before {

	content: "\ed63";

}

.bxs-lock-open-alt:before {

	content: "\ed64";

}

.bxs-log-in:before {

	content: "\ed65";

}

.bxs-log-in-circle:before {

	content: "\ed66";

}

.bxs-log-out:before {

	content: "\ed67";

}

.bxs-log-out-circle:before {

	content: "\ed68";

}

.bxs-low-vision:before {

	content: "\ed69";

}

.bxs-magic-wand:before {

	content: "\ed6a";

}

.bxs-magnet:before {

	content: "\ed6b";

}

.bxs-map:before {

	content: "\ed6c";

}

.bxs-map-alt:before {

	content: "\ed6d";

}

.bxs-map-pin:before {

	content: "\ed6e";

}

.bxs-mask:before {

	content: "\ed6f";

}

.bxs-medal:before {

	content: "\ed70";

}

.bxs-megaphone:before {

	content: "\ed71";

}

.bxs-meh:before {

	content: "\ed72";

}

.bxs-meh-alt:before {

	content: "\ed73";

}

.bxs-meh-blank:before {

	content: "\ed74";

}

.bxs-memory-card:before {

	content: "\ed75";

}

.bxs-message:before {

	content: "\ed76";

}

.bxs-message-add:before {

	content: "\ed77";

}

.bxs-message-alt:before {

	content: "\ed78";

}

.bxs-message-alt-add:before {

	content: "\ed79";

}

.bxs-message-alt-check:before {

	content: "\ed7a";

}

.bxs-message-alt-detail:before {

	content: "\ed7b";

}

.bxs-message-alt-dots:before {

	content: "\ed7c";

}

.bxs-message-alt-edit:before {

	content: "\ed7d";

}

.bxs-message-alt-error:before {

	content: "\ed7e";

}

.bxs-message-alt-minus:before {

	content: "\ed7f";

}

.bxs-message-alt-x:before {

	content: "\ed80";

}

.bxs-message-check:before {

	content: "\ed81";

}

.bxs-message-detail:before {

	content: "\ed82";

}

.bxs-message-dots:before {

	content: "\ed83";

}

.bxs-message-edit:before {

	content: "\ed84";

}

.bxs-message-error:before {

	content: "\ed85";

}

.bxs-message-minus:before {

	content: "\ed86";

}

.bxs-message-rounded:before {

	content: "\ed87";

}

.bxs-message-rounded-add:before {

	content: "\ed88";

}

.bxs-message-rounded-check:before {

	content: "\ed89";

}

.bxs-message-rounded-detail:before {

	content: "\ed8a";

}

.bxs-message-rounded-dots:before {

	content: "\ed8b";

}

.bxs-message-rounded-edit:before {

	content: "\ed8c";

}

.bxs-message-rounded-error:before {

	content: "\ed8d";

}

.bxs-message-rounded-minus:before {

	content: "\ed8e";

}

.bxs-message-rounded-x:before {

	content: "\ed8f";

}

.bxs-message-square:before {

	content: "\ed90";

}

.bxs-message-square-add:before {

	content: "\ed91";

}

.bxs-message-square-check:before {

	content: "\ed92";

}

.bxs-message-square-detail:before {

	content: "\ed93";

}

.bxs-message-square-dots:before {

	content: "\ed94";

}

.bxs-message-square-edit:before {

	content: "\ed95";

}

.bxs-message-square-error:before {

	content: "\ed96";

}

.bxs-message-square-minus:before {

	content: "\ed97";

}

.bxs-message-square-x:before {

	content: "\ed98";

}

.bxs-message-x:before {

	content: "\ed99";

}

.bxs-meteor:before {

	content: "\ed9a";

}

.bxs-microchip:before {

	content: "\ed9b";

}

.bxs-microphone:before {

	content: "\ed9c";

}

.bxs-microphone-alt:before {

	content: "\ed9d";

}

.bxs-microphone-off:before {

	content: "\ed9e";

}

.bxs-minus-circle:before {

	content: "\ed9f";

}

.bxs-minus-square:before {

	content: "\eda0";

}

.bxs-mobile:before {

	content: "\eda1";

}

.bxs-mobile-vibration:before {

	content: "\eda2";

}

.bxs-moon:before {

	content: "\eda3";

}

.bxs-mouse:before {

	content: "\eda4";

}

.bxs-mouse-alt:before {

	content: "\eda5";

}

.bxs-movie:before {

	content: "\eda6";

}

.bxs-movie-play:before {

	content: "\eda7";

}

.bxs-music:before {

	content: "\eda8";

}

.bxs-navigation:before {

	content: "\eda9";

}

.bxs-network-chart:before {

	content: "\edaa";

}

.bxs-news:before {

	content: "\edab";

}

.bxs-no-entry:before {

	content: "\edac";

}

.bxs-note:before {

	content: "\edad";

}

.bxs-notepad:before {

	content: "\edae";

}

.bxs-notification:before {

	content: "\edaf";

}

.bxs-notification-off:before {

	content: "\edb0";

}

.bxs-offer:before {

	content: "\edb1";

}

.bxs-package:before {

	content: "\edb2";

}

.bxs-paint:before {

	content: "\edb3";

}

.bxs-paint-roll:before {

	content: "\edb4";

}

.bxs-palette:before {

	content: "\edb5";

}

.bxs-paper-plane:before {

	content: "\edb6";

}

.bxs-parking:before {

	content: "\edb7";

}

.bxs-paste:before {

	content: "\edb8";

}

.bxs-pen:before {

	content: "\edb9";

}

.bxs-pencil:before {

	content: "\edba";

}

.bxs-phone:before {

	content: "\edbb";

}

.bxs-phone-call:before {

	content: "\edbc";

}

.bxs-phone-incoming:before {

	content: "\edbd";

}

.bxs-phone-outgoing:before {

	content: "\edbe";

}

.bxs-photo-album:before {

	content: "\edbf";

}

.bxs-piano:before {

	content: "\edc0";

}

.bxs-pie-chart:before {

	content: "\edc1";

}

.bxs-pie-chart-alt:before {

	content: "\edc2";

}

.bxs-pie-chart-alt-2:before {

	content: "\edc3";

}

.bxs-pin:before {

	content: "\edc4";

}

.bxs-pizza:before {

	content: "\edc5";

}

.bxs-plane:before {

	content: "\edc6";

}

.bxs-plane-alt:before {

	content: "\edc7";

}

.bxs-plane-land:before {

	content: "\edc8";

}

.bxs-planet:before {

	content: "\edc9";

}

.bxs-plane-take-off:before {

	content: "\edca";

}

.bxs-playlist:before {

	content: "\edcb";

}

.bxs-plug:before {

	content: "\edcc";

}

.bxs-plus-circle:before {

	content: "\edcd";

}

.bxs-plus-square:before {

	content: "\edce";

}

.bxs-pointer:before {

	content: "\edcf";

}

.bxs-polygon:before {

	content: "\edd0";

}

.bxs-printer:before {

	content: "\edd1";

}

.bxs-purchase-tag:before {

	content: "\edd2";

}

.bxs-purchase-tag-alt:before {

	content: "\edd3";

}

.bxs-pyramid:before {

	content: "\edd4";

}

.bxs-quote-alt-left:before {

	content: "\edd5";

}

.bxs-quote-alt-right:before {

	content: "\edd6";

}

.bxs-quote-left:before {

	content: "\edd7";

}

.bxs-quote-right:before {

	content: "\edd8";

}

.bxs-quote-single-left:before {

	content: "\edd9";

}

.bxs-quote-single-right:before {

	content: "\edda";

}

.bxs-radiation:before {

	content: "\eddb";

}

.bxs-radio:before {

	content: "\eddc";

}

.bxs-receipt:before {

	content: "\eddd";

}

.bxs-rectangle:before {

	content: "\edde";

}

.bxs-rename:before {

	content: "\eddf";

}

.bxs-report:before {

	content: "\ede0";

}

.bxs-rewind-circle:before {

	content: "\ede1";

}

.bxs-right-arrow:before {

	content: "\ede2";

}

.bxs-right-arrow-alt:before {

	content: "\ede3";

}

.bxs-right-arrow-circle:before {

	content: "\ede4";

}

.bxs-right-arrow-square:before {

	content: "\ede5";

}

.bxs-right-down-arrow-circle:before {

	content: "\ede6";

}

.bxs-right-top-arrow-circle:before {

	content: "\ede7";

}

.bxs-rocket:before {

	content: "\ede8";

}

.bxs-ruler:before {

	content: "\ede9";

}

.bxs-sad:before {

	content: "\edea";

}

.bxs-save:before {

	content: "\edeb";

}

.bxs-school:before {

	content: "\edec";

}

.bxs-search:before {

	content: "\eded";

}

.bxs-search-alt-2:before {

	content: "\edee";

}

.bxs-select-multiple:before {

	content: "\edef";

}

.bxs-send:before {

	content: "\edf0";

}

.bxs-server:before {

	content: "\edf1";

}

.bxs-shapes:before {

	content: "\edf2";

}

.bxs-share:before {

	content: "\edf3";

}

.bxs-share-alt:before {

	content: "\edf4";

}

.bxs-shield:before {

	content: "\edf5";

}

.bxs-shield-alt-2:before {

	content: "\edf6";

}

.bxs-shield-x:before {

	content: "\edf7";

}

.bxs-ship:before {

	content: "\edf8";

}

.bxs-shocked:before {

	content: "\edf9";

}

.bxs-shopping-bag:before {

	content: "\edfa";

}

.bxs-shopping-bag-alt:before {

	content: "\edfb";

}

.bxs-shopping-bags:before {

	content: "\edfc";

}

.bxs-show:before {

	content: "\edfd";

}

.bxs-skip-next-circle:before {

	content: "\edfe";

}

.bxs-skip-previous-circle:before {

	content: "\edff";

}

.bxs-skull:before {

	content: "\ee00";

}

.bxs-sleepy:before {

	content: "\ee01";

}

.bxs-slideshow:before {

	content: "\ee02";

}

.bxs-smile:before {

	content: "\ee03";

}

.bxs-sort-alt:before {

	content: "\ee04";

}

.bxs-spa:before {

	content: "\ee05";

}

.bxs-spray-can:before {

	content: "\ee06";

}

.bxs-spreadsheet:before {

	content: "\ee07";

}

.bxs-square:before {

	content: "\ee08";

}

.bxs-square-rounded:before {

	content: "\ee09";

}

.bxs-star:before {

	content: "\ee0a";

}

.bxs-star-half:before {

	content: "\ee0b";

}

.bxs-sticker:before {

	content: "\ee0c";

}

.bxs-stopwatch:before {

	content: "\ee0d";

}

.bxs-store:before {

	content: "\ee0e";

}

.bxs-store-alt:before {

	content: "\ee0f";

}

.bxs-sun:before {

	content: "\ee10";

}

.bxs-tachometer:before {

	content: "\ee11";

}

.bxs-tag:before {

	content: "\ee12";

}

.bxs-tag-alt:before {

	content: "\ee13";

}

.bxs-tag-x:before {

	content: "\ee14";

}

.bxs-taxi:before {

	content: "\ee15";

}

.bxs-tennis-ball:before {

	content: "\ee16";

}

.bxs-terminal:before {

	content: "\ee17";

}

.bxs-thermometer:before {

	content: "\ee18";

}

.bxs-time:before {

	content: "\ee19";

}

.bxs-time-five:before {

	content: "\ee1a";

}

.bxs-timer:before {

	content: "\ee1b";

}

.bxs-tired:before {

	content: "\ee1c";

}

.bxs-toggle-left:before {

	content: "\ee1d";

}

.bxs-toggle-right:before {

	content: "\ee1e";

}

.bxs-tone:before {

	content: "\ee1f";

}

.bxs-torch:before {

	content: "\ee20";

}

.bxs-to-top:before {

	content: "\ee21";

}

.bxs-traffic:before {

	content: "\ee22";

}

.bxs-traffic-barrier:before {

	content: "\ee23";

}

.bxs-traffic-cone:before {

	content: "\ee24";

}

.bxs-train:before {

	content: "\ee25";

}

.bxs-trash:before {

	content: "\ee26";

}

.bxs-trash-alt:before {

	content: "\ee27";

}

.bxs-tree:before {

	content: "\ee28";

}

.bxs-trophy:before {

	content: "\ee29";

}

.bxs-truck:before {

	content: "\ee2a";

}

.bxs-t-shirt:before {

	content: "\ee2b";

}

.bxs-tv:before {

	content: "\ee2c";

}

.bxs-up-arrow:before {

	content: "\ee2d";

}

.bxs-up-arrow-alt:before {

	content: "\ee2e";

}

.bxs-up-arrow-circle:before {

	content: "\ee2f";

}

.bxs-up-arrow-square:before {

	content: "\ee30";

}

.bxs-upside-down:before {

	content: "\ee31";

}

.bxs-upvote:before {

	content: "\ee32";

}

.bxs-user:before {

	content: "\ee33";

}

.bxs-user-account:before {

	content: "\ee34";

}

.bxs-user-badge:before {

	content: "\ee35";

}

.bxs-user-check:before {

	content: "\ee36";

}

.bxs-user-circle:before {

	content: "\ee37";

}

.bxs-user-detail:before {

	content: "\ee38";

}

.bxs-user-minus:before {

	content: "\ee39";

}

.bxs-user-pin:before {

	content: "\ee3a";

}

.bxs-user-plus:before {

	content: "\ee3b";

}

.bxs-user-rectangle:before {

	content: "\ee3c";

}

.bxs-user-voice:before {

	content: "\ee3d";

}

.bxs-user-x:before {

	content: "\ee3e";

}

.bxs-vector:before {

	content: "\ee3f";

}

.bxs-vial:before {

	content: "\ee40";

}

.bxs-video:before {

	content: "\ee41";

}

.bxs-video-off:before {

	content: "\ee42";

}

.bxs-video-plus:before {

	content: "\ee43";

}

.bxs-video-recording:before {

	content: "\ee44";

}

.bxs-videos:before {

	content: "\ee45";

}

.bxs-virus:before {

	content: "\ee46";

}

.bxs-virus-block:before {

	content: "\ee47";

}

.bxs-volume:before {

	content: "\ee48";

}

.bxs-volume-full:before {

	content: "\ee49";

}

.bxs-volume-low:before {

	content: "\ee4a";

}

.bxs-volume-mute:before {

	content: "\ee4b";

}

.bxs-wallet:before {

	content: "\ee4c";

}

.bxs-wallet-alt:before {

	content: "\ee4d";

}

.bxs-washer:before {

	content: "\ee4e";

}

.bxs-watch:before {

	content: "\ee4f";

}

.bxs-watch-alt:before {

	content: "\ee50";

}

.bxs-webcam:before {

	content: "\ee51";

}

.bxs-widget:before {

	content: "\ee52";

}

.bxs-window-alt:before {

	content: "\ee53";

}

.bxs-wine:before {

	content: "\ee54";

}

.bxs-wink-smile:before {

	content: "\ee55";

}

.bxs-wink-tongue:before {

	content: "\ee56";

}

.bxs-wrench:before {

	content: "\ee57";

}

.bxs-x-circle:before {

	content: "\ee58";

}

.bxs-x-square:before {

	content: "\ee59";

}

.bxs-yin-yang:before {

	content: "\ee5a";

}

.bxs-zap:before {

	content: "\ee5b";

}

.bxs-zoom-in:before {

	content: "\ee5c";

}

.bxs-zoom-out:before {

	content: "\ee5d";

}

.bxl-500px:before {

	content: "\ee5e";

}

.bxl-adobe:before {

	content: "\ee5f";

}

.bxl-airbnb:before {

	content: "\ee60";

}

.bxl-algolia:before {

	content: "\ee61";

}

.bxl-amazon:before {

	content: "\ee62";

}

.bxl-android:before {

	content: "\ee63";

}

.bxl-angular:before {

	content: "\ee64";

}

.bxl-apple:before {

	content: "\ee65";

}

.bxl-audible:before {

	content: "\ee66";

}

.bxl-baidu:before {

	content: "\ee67";

}

.bxl-behance:before {

	content: "\ee68";

}

.bxl-bing:before {

	content: "\ee69";

}

.bxl-bitcoin:before {

	content: "\ee6a";

}

.bxl-blender:before {

	content: "\ee6b";

}

.bxl-blogger:before {

	content: "\ee6c";

}

.bxl-bootstrap:before {

	content: "\ee6d";

}

.bxl-chrome:before {

	content: "\ee6e";

}

.bxl-codepen:before {

	content: "\ee6f";

}

.bxl-c-plus-plus:before {

	content: "\ee70";

}

.bxl-creative-commons:before {

	content: "\ee71";

}

.bxl-css3:before {

	content: "\ee72";

}

.bxl-dailymotion:before {

	content: "\ee73";

}

.bxl-deviantart:before {

	content: "\ee74";

}

.bxl-dev-to:before {

	content: "\ee75";

}

.bxl-digg:before {

	content: "\ee76";

}

.bxl-digitalocean:before {

	content: "\ee77";

}

.bxl-discord:before {

	content: "\ee78";

}

.bxl-discourse:before {

	content: "\ee79";

}

.bxl-django:before {

	content: "\ee7a";

}

.bxl-dribbble:before {

	content: "\ee7b";

}

.bxl-dropbox:before {

	content: "\ee7c";

}

.bxl-drupal:before {

	content: "\ee7d";

}

.bxl-ebay:before {

	content: "\ee7e";

}

.bxl-edge:before {

	content: "\ee7f";

}

.bxl-etsy:before {

	content: "\ee80";

}

.bxl-facebook:before {

	content: "\ee81";

}

.bxl-facebook-circle:before {

	content: "\ee82";

}

.bxl-facebook-square:before {

	content: "\ee83";

}

.bxl-figma:before {

	content: "\ee84";

}

.bxl-firebase:before {

	content: "\ee85";

}

.bxl-firefox:before {

	content: "\ee86";

}

.bxl-flickr:before {

	content: "\ee87";

}

.bxl-flickr-square:before {

	content: "\ee88";

}

.bxl-foursquare:before {

	content: "\ee89";

}

.bxl-git:before {

	content: "\ee8a";

}

.bxl-github:before {

	content: "\ee8b";

}

.bxl-gitlab:before {

	content: "\ee8c";

}

.bxl-google:before {

	content: "\ee8d";

}

.bxl-google-cloud:before {

	content: "\ee8e";

}

.bxl-google-plus:before {

	content: "\ee8f";

}

.bxl-google-plus-circle:before {

	content: "\ee90";

}

.bxl-html5:before {

	content: "\ee91";

}

.bxl-imdb:before {

	content: "\ee92";

}

.bxl-instagram:before {

	content: "\ee93";

}

.bxl-instagram-alt:before {

	content: "\ee94";

}

.bxl-internet-explorer:before {

	content: "\ee95";

}

.bxl-invision:before {

	content: "\ee96";

}

.bxl-javascript:before {

	content: "\ee97";

}

.bxl-joomla:before {

	content: "\ee98";

}

.bxl-jquery:before {

	content: "\ee99";

}

.bxl-jsfiddle:before {

	content: "\ee9a";

}

.bxl-kickstarter:before {

	content: "\ee9b";

}

.bxl-kubernetes:before {

	content: "\ee9c";

}

.bxl-less:before {

	content: "\ee9d";

}

.bxl-linkedin:before {

	content: "\ee9e";

}

.bxl-linkedin-square:before {

	content: "\ee9f";

}

.bxl-magento:before {

	content: "\eea0";

}

.bxl-mailchimp:before {

	content: "\eea1";

}

.bxl-markdown:before {

	content: "\eea2";

}

.bxl-mastercard:before {

	content: "\eea3";

}

.bxl-medium:before {

	content: "\eea4";

}

.bxl-medium-old:before {

	content: "\eea5";

}

.bxl-medium-square:before {

	content: "\eea6";

}

.bxl-messenger:before {

	content: "\eea7";

}

.bxl-microsoft:before {

	content: "\eea8";

}

.bxl-microsoft-teams:before {

	content: "\eea9";

}

.bxl-nodejs:before {

	content: "\eeaa";

}

.bxl-ok-ru:before {

	content: "\eeab";

}

.bxl-opera:before {

	content: "\eeac";

}

.bxl-patreon:before {

	content: "\eead";

}

.bxl-paypal:before {

	content: "\eeae";

}

.bxl-periscope:before {

	content: "\eeaf";

}

.bxl-pinterest:before {

	content: "\eeb0";

}

.bxl-pinterest-alt:before {

	content: "\eeb1";

}

.bxl-play-store:before {

	content: "\eeb2";

}

.bxl-pocket:before {

	content: "\eeb3";

}

.bxl-product-hunt:before {

	content: "\eeb4";

}

.bxl-python:before {

	content: "\eeb5";

}

.bxl-quora:before {

	content: "\eeb6";

}

.bxl-react:before {

	content: "\eeb7";

}

.bxl-redbubble:before {

	content: "\eeb8";

}

.bxl-reddit:before {

	content: "\eeb9";

}

.bxl-redux:before {

	content: "\eeba";

}

.bxl-sass:before {

	content: "\eebb";

}

.bxl-shopify:before {

	content: "\eebc";

}

.bxl-skype:before {

	content: "\eebd";

}

.bxl-slack:before {

	content: "\eebe";

}

.bxl-slack-old:before {

	content: "\eebf";

}

.bxl-snapchat:before {

	content: "\eec0";

}

.bxl-soundcloud:before {

	content: "\eec1";

}

.bxl-spotify:before {

	content: "\eec2";

}

.bxl-spring-boot:before {

	content: "\eec3";

}

.bxl-squarespace:before {

	content: "\eec4";

}

.bxl-stack-overflow:before {

	content: "\eec5";

}

.bxl-stripe:before {

	content: "\eec6";

}

.bxl-telegram:before {

	content: "\eec7";

}

.bxl-trello:before {

	content: "\eec8";

}

.bxl-tumblr:before {

	content: "\eec9";

}

.bxl-tux:before {

	content: "\eeca";

}

.bxl-twitch:before {

	content: "\eecb";

}

.bxl-twitter:before {

	content: "\eecc";

}

.bxl-unsplash:before {

	content: "\eecd";

}

.bxl-vimeo:before {

	content: "\eece";

}

.bxl-visa:before {

	content: "\eecf";

}

.bxl-vk:before {

	content: "\eed0";

}

.bxl-vuejs:before {

	content: "\eed1";

}

.bxl-whatsapp:before {

	content: "\eed2";

}

.bxl-whatsapp-square:before {

	content: "\eed3";

}

.bxl-wikipedia:before {

	content: "\eed4";

}

.bxl-windows:before {

	content: "\eed5";

}

.bxl-wix:before {

	content: "\eed6";

}

.bxl-wordpress:before {

	content: "\eed7";

}

.bxl-yahoo:before {

	content: "\eed8";

}

.bxl-yelp:before {

	content: "\eed9";

}

.bxl-youtube:before {

	content: "\eeda";

}

.bxl-zoom:before {

	content: "\eedb";

}

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

LineIcons Web Font
Learn More: lineicons.com

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

@font-face {

	font-family: 'LineIcons';

	src: url('LineIcons.eot');

	src: url('LineIcons.eot') format('embedded-opentype'), url('LineIcons.woff2') format('woff2'), url('LineIcons.woff') format('woff'), url('LineIcons.ttf') format('truetype'), url('LineIcons.svg') format('svg');

	font-weight: normal;

	font-style: normal;

}

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

icons

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

.lni {

	display: inline-block;

	font: normal normal normal 32px/1'LineIcons';

	font-size: inherit;

	speak: none;

	text-transform: none;

	/* Better Font Rendering */

	-webkit-font-smoothing: antialiased;

	-moz-osx-font-smoothing: grayscale;

}

/*------------------------
  font icons
-------------------------*/

.lni-500px::before {

	content: "\ea02";

}

.lni-add-files::before {

	content: "\ea03";

}

.lni-alarm-clock::before {

	content: "\ea04";

}

.lni-alarm::before {

	content: "\ea05";

}

.lni-airbnb::before {

	content: "\ea06";

}

.lni-adobe::before {

	content: "\ea07";

}

.lni-amazon-pay::before {

	content: "\ea08";

}

.lni-amazon::before {

	content: "\ea09";

}

.lni-amex::before {

	content: "\ea0a";

}

.lni-anchor::before {

	content: "\ea0b";

}

.lni-amazon-original::before {

	content: "\ea0c";

}

.lni-android-original::before {

	content: "\ea0d";

}

.lni-android::before {

	content: "\ea0e";

}

.lni-angellist::before {

	content: "\ea0f";

}

.lni-angle-double-down::before {

	content: "\ea10";

}

.lni-angle-double-left::before {

	content: "\ea11";

}

.lni-angle-double-right::before {

	content: "\ea12";

}

.lni-angle-double-up::before {

	content: "\ea13";

}

.lni-angular::before {

	content: "\ea14";

}

.lni-apartment::before {

	content: "\ea15";

}

.lni-app-store::before {

	content: "\ea16";

}

.lni-apple-pay::before {

	content: "\ea17";

}

.lni-apple::before {

	content: "\ea18";

}

.lni-archive::before {

	content: "\ea19";

}

.lni-arrow-down-circle::before {

	content: "\ea1a";

}

.lni-arrow-left-circle::before {

	content: "\ea1b";

}

.lni-arrow-left::before {

	content: "\ea1c";

}

.lni-arrow-right-circle::before {

	content: "\ea1d";

}

.lni-arrow-right::before {

	content: "\ea1e";

}

.lni-arrow-top-left::before {

	content: "\ea1f";

}

.lni-arrow-top-right::before {

	content: "\ea20";

}

.lni-arrow-up-circle::before {

	content: "\ea21";

}

.lni-arrow-up::before {

	content: "\ea22";

}

.lni-arrows-horizontal::before {

	content: "\ea23";

}

.lni-arrows-vertical::before {

	content: "\ea24";

}

.lni-atlassian::before {

	content: "\ea25";

}

.lni-aws::before {

	content: "\ea26";

}

.lni-arrow-down::before {

	content: "\ea27";

}

.lni-ambulance::before {

	content: "\ea28";

}

.lni-agenda::before {

	content: "\ea29";

}

.lni-backward::before {

	content: "\ea2a";

}

.lni-baloon::before {

	content: "\ea2b";

}

.lni-ban::before {

	content: "\ea2c";

}

.lni-bar-chart::before {

	content: "\ea2d";

}

.lni-behance-original::before {

	content: "\ea2e";

}

.lni-bitbucket::before {

	content: "\ea2f";

}

.lni-bitcoin::before {

	content: "\ea30";

}

.lni-blackboard::before {

	content: "\ea31";

}

.lni-blogger::before {

	content: "\ea32";

}

.lni-bluetooth::before {

	content: "\ea33";

}

.lni-bold::before {

	content: "\ea34";

}

.lni-bolt-alt::before {

	content: "\ea35";

}

.lni-bolt::before {

	content: "\ea36";

}

.lni-book::before {

	content: "\ea37";

}

.lni-bookmark-alt::before {

	content: "\ea38";

}

.lni-bookmark::before {

	content: "\ea39";

}

.lni-bootstrap::before {

	content: "\ea3a";

}

.lni-bricks::before {

	content: "\ea3b";

}

.lni-bridge::before {

	content: "\ea3c";

}

.lni-briefcase::before {

	content: "\ea3d";

}

.lni-brush-alt::before {

	content: "\ea3e";

}

.lni-brush::before {

	content: "\ea3f";

}

.lni-bubble::before {

	content: "\ea40";

}

.lni-bug::before {

	content: "\ea41";

}

.lni-bulb::before {

	content: "\ea42";

}

.lni-bullhorn::before {

	content: "\ea43";

}

.lni-burger::before {

	content: "\ea44";

}

.lni-bus::before {

	content: "\ea45";

}

.lni-cake::before {

	content: "\ea46";

}

.lni-calculator::before {

	content: "\ea47";

}

.lni-calendar::before {

	content: "\ea48";

}

.lni-camera::before {

	content: "\ea49";

}

.lni-candy-cane::before {

	content: "\ea4a";

}

.lni-candy::before {

	content: "\ea4b";

}

.lni-capsule::before {

	content: "\ea4c";

}

.lni-car-alt::before {

	content: "\ea4d";

}

.lni-car::before {

	content: "\ea4e";

}

.lni-caravan::before {

	content: "\ea4f";

}

.lni-cart-full::before {

	content: "\ea50";

}

.lni-cart::before {

	content: "\ea51";

}

.lni-certificate::before {

	content: "\ea52";

}

.lni-checkbox::before {

	content: "\ea53";

}

.lni-checkmark-circle::before {

	content: "\ea54";

}

.lni-checkmark::before {

	content: "\ea55";

}

.lni-chef-hat::before {

	content: "\ea56";

}

.lni-chevron-down-circle::before {

	content: "\ea57";

}

.lni-chevron-down::before {

	content: "\ea58";

}

.lni-chevron-left-circle::before {

	content: "\ea59";

}

.lni-chevron-left::before {

	content: "\ea5a";

}

.lni-chevron-right-circle::before {

	content: "\ea5b";

}

.lni-chevron-right::before {

	content: "\ea5c";

}

.lni-chevron-up-circle::before {

	content: "\ea5d";

}

.lni-chevron-up::before {

	content: "\ea5e";

}

.lni-chrome::before {

	content: "\ea5f";

}

.lni-circle-minus::before {

	content: "\ea60";

}

.lni-circle-plus::before {

	content: "\ea61";

}

.lni-clipboard::before {

	content: "\ea62";

}

.lni-close::before {

	content: "\ea63";

}

.lni-cloud-check::before {

	content: "\ea64";

}

.lni-cloud-download::before {

	content: "\ea65";

}

.lni-cloud-network::before {

	content: "\ea66";

}

.lni-cloud-sync::before {

	content: "\ea67";

}

.lni-cloud-upload::before {

	content: "\ea68";

}

.lni-cloud::before {

	content: "\ea69";

}

.lni-cloudy-sun::before {

	content: "\ea6a";

}

.lni-code-alt::before {

	content: "\ea6b";

}

.lni-code::before {

	content: "\ea6c";

}

.lni-codepen::before {

	content: "\ea6d";

}

.lni-coffee-cup::before {

	content: "\ea6e";

}

.lni-cog::before {

	content: "\ea6f";

}

.lni-cogs::before {

	content: "\ea70";

}

.lni-coin::before {

	content: "\ea71";

}

.lni-comments-alt::before {

	content: "\ea72";

}

.lni-comments-reply::before {

	content: "\ea73";

}

.lni-comments::before {

	content: "\ea74";

}

.lni-compass::before {

	content: "\ea75";

}

.lni-construction-hammer::before {

	content: "\ea76";

}

.lni-construction::before {

	content: "\ea77";

}

.lni-consulting::before {

	content: "\ea78";

}

.lni-control-panel::before {

	content: "\ea79";

}

.lni-cpanel::before {

	content: "\ea7a";

}

.lni-creative-commons::before {

	content: "\ea7b";

}

.lni-credit-cards::before {

	content: "\ea7c";

}

.lni-crop::before {

	content: "\ea7d";

}

.lni-cross-circle::before {

	content: "\ea7e";

}

.lni-crown::before {

	content: "\ea7f";

}

.lni-css3::before {

	content: "\ea80";

}

.lni-cup::before {

	content: "\ea81";

}

.lni-customer::before {

	content: "\ea82";

}

.lni-cut::before {

	content: "\ea83";

}

.lni-dashboard::before {

	content: "\ea84";

}

.lni-database::before {

	content: "\ea85";

}

.lni-delivery::before {

	content: "\ea86";

}

.lni-dev::before {

	content: "\ea87";

}

.lni-diamond-alt::before {

	content: "\ea88";

}

.lni-diamond::before {

	content: "\ea89";

}

.lni-diners-club::before {

	content: "\ea8a";

}

.lni-dinner::before {

	content: "\ea8b";

}

.lni-direction-alt::before {

	content: "\ea8c";

}

.lni-direction-ltr::before {

	content: "\ea8d";

}

.lni-direction-rtl::before {

	content: "\ea8e";

}

.lni-direction::before {

	content: "\ea8f";

}

.lni-discord::before {

	content: "\ea90";

}

.lni-discover::before {

	content: "\ea91";

}

.lni-display-alt::before {

	content: "\ea92";

}

.lni-display::before {

	content: "\ea93";

}

.lni-docker::before {

	content: "\ea94";

}

.lni-dollar::before {

	content: "\ea95";

}

.lni-domain::before {

	content: "\ea96";

}

.lni-download::before {

	content: "\ea97";

}

.lni-dribbble::before {

	content: "\ea98";

}

.lni-drop::before {

	content: "\ea99";

}

.lni-dropbox-original::before {

	content: "\ea9a";

}

.lni-dropbox::before {

	content: "\ea9b";

}

.lni-drupal-original::before {

	content: "\ea9c";

}

.lni-drupal::before {

	content: "\ea9d";

}

.lni-dumbbell::before {

	content: "\ea9e";

}

.lni-edge::before {

	content: "\ea9f";

}

.lni-emoji-cool::before {

	content: "\eaa0";

}

.lni-emoji-friendly::before {

	content: "\eaa1";

}

.lni-emoji-happy::before {

	content: "\eaa2";

}

.lni-emoji-sad::before {

	content: "\eaa3";

}

.lni-emoji-smile::before {

	content: "\eaa4";

}

.lni-emoji-speechless::before {

	content: "\eaa5";

}

.lni-emoji-suspect::before {

	content: "\eaa6";

}

.lni-emoji-tounge::before {

	content: "\eaa7";

}

.lni-empty-file::before {

	content: "\eaa8";

}

.lni-enter::before {

	content: "\eaa9";

}

.lni-envato::before {

	content: "\eaaa";

}

.lni-envelope::before {

	content: "\eaab";

}

.lni-eraser::before {

	content: "\eaac";

}

.lni-euro::before {

	content: "\eaad";

}

.lni-exit-down::before {

	content: "\eaae";

}

.lni-exit-up::before {

	content: "\eaaf";

}

.lni-exit::before {

	content: "\eab0";

}

.lni-eye::before {

	content: "\eab1";

}

.lni-facebook-filled::before {

	content: "\eab2";

}

.lni-facebook-messenger::before {

	content: "\eab3";

}

.lni-facebook-original::before {

	content: "\eab4";

}

.lni-facebook-oval::before {

	content: "\eab5";

}

.lni-facebook::before {

	content: "\eab6";

}

.lni-figma::before {

	content: "\eab7";

}

.lni-files::before {

	content: "\eab8";

}

.lni-firefox-original::before {

	content: "\eab9";

}

.lni-firefox::before {

	content: "\eaba";

}

.lni-fireworks::before {

	content: "\eabb";

}

.lni-first-aid::before {

	content: "\eabc";

}

.lni-flag-alt::before {

	content: "\eabd";

}

.lni-flag::before {

	content: "\eabe";

}

.lni-flags::before {

	content: "\eabf";

}

.lni-flickr::before {

	content: "\eac0";

}

.lni-basketball::before {

	content: "\eac1";

}

.lni-behance::before {

	content: "\eac2";

}

.lni-forward::before {

	content: "\eac3";

}

.lni-frame-expand::before {

	content: "\eac4";

}

.lni-flower::before {

	content: "\eac5";

}

.lni-full-screen::before {

	content: "\eac6";

}

.lni-funnel::before {

	content: "\eac7";

}

.lni-gallery::before {

	content: "\eac8";

}

.lni-game::before {

	content: "\eac9";

}

.lni-gift::before {

	content: "\eaca";

}

.lni-git::before {

	content: "\eacb";

}

.lni-github-original::before {

	content: "\eacc";

}

.lni-github::before {

	content: "\eacd";

}

.lni-goodreads::before {

	content: "\eace";

}

.lni-google-drive::before {

	content: "\eacf";

}

.lni-google-pay::before {

	content: "\ead0";

}

.lni-fresh-juice::before {

	content: "\ead1";

}

.lni-folder::before {

	content: "\ead2";

}

.lni-bi-cycle::before {

	content: "\ead3";

}

.lni-graph::before {

	content: "\ead4";

}

.lni-grid-alt::before {

	content: "\ead5";

}

.lni-grid::before {

	content: "\ead6";

}

.lni-google-wallet::before {

	content: "\ead7";

}

.lni-grow::before {

	content: "\ead8";

}

.lni-hammer::before {

	content: "\ead9";

}

.lni-hand::before {

	content: "\eada";

}

.lni-handshake::before {

	content: "\eadb";

}

.lni-harddrive::before {

	content: "\eadc";

}

.lni-headphone-alt::before {

	content: "\eadd";

}

.lni-headphone::before {

	content: "\eade";

}

.lni-heart-filled::before {

	content: "\eadf";

}

.lni-heart-monitor::before {

	content: "\eae0";

}

.lni-heart::before {

	content: "\eae1";

}

.lni-helicopter::before {

	content: "\eae2";

}

.lni-helmet::before {

	content: "\eae3";

}

.lni-help::before {

	content: "\eae4";

}

.lni-highlight-alt::before {

	content: "\eae5";

}

.lni-highlight::before {

	content: "\eae6";

}

.lni-home::before {

	content: "\eae7";

}

.lni-hospital::before {

	content: "\eae8";

}

.lni-hourglass::before {

	content: "\eae9";

}

.lni-html5::before {

	content: "\eaea";

}

.lni-image::before {

	content: "\eaeb";

}

.lni-inbox::before {

	content: "\eaec";

}

.lni-indent-decrease::before {

	content: "\eaed";

}

.lni-indent-increase::before {

	content: "\eaee";

}

.lni-infinite::before {

	content: "\eaef";

}

.lni-information::before {

	content: "\eaf0";

}

.lni-instagram-filled::before {

	content: "\eaf1";

}

.lni-instagram-original::before {

	content: "\eaf2";

}

.lni-instagram::before {

	content: "\eaf3";

}

.lni-invention::before {

	content: "\eaf4";

}

.lni-graduation::before {

	content: "\eaf5";

}

.lni-invest-monitor::before {

	content: "\eaf6";

}

.lni-island::before {

	content: "\eaf7";

}

.lni-italic::before {

	content: "\eaf8";

}

.lni-java::before {

	content: "\eaf9";

}

.lni-javascript::before {

	content: "\eafa";

}

.lni-jcb::before {

	content: "\eafb";

}

.lni-joomla-original::before {

	content: "\eafc";

}

.lni-joomla::before {

	content: "\eafd";

}

.lni-jsfiddle::before {

	content: "\eafe";

}

.lni-juice::before {

	content: "\eaff";

}

.lni-key::before {

	content: "\eb00";

}

.lni-keyboard::before {

	content: "\eb01";

}

.lni-keyword-research::before {

	content: "\eb02";

}

.lni-hacker-news::before {

	content: "\eb03";

}

.lni-google::before {

	content: "\eb04";

}

.lni-laravel::before {

	content: "\eb05";

}

.lni-layers::before {

	content: "\eb06";

}

.lni-layout::before {

	content: "\eb07";

}

.lni-leaf::before {

	content: "\eb08";

}

.lni-library::before {

	content: "\eb09";

}

.lni-licencse::before {

	content: "\eb0a";

}

.lni-life-ring::before {

	content: "\eb0b";

}

.lni-line-dashed::before {

	content: "\eb0c";

}

.lni-line-dotted::before {

	content: "\eb0d";

}

.lni-line-double::before {

	content: "\eb0e";

}

.lni-line-spacing::before {

	content: "\eb0f";

}

.lni-line::before {

	content: "\eb10";

}

.lni-lineicons-alt::before {

	content: "\eb11";

}

.lni-lineicons::before {

	content: "\eb12";

}

.lni-link::before {

	content: "\eb13";

}

.lni-linkedin-original::before {

	content: "\eb14";

}

.lni-linkedin::before {

	content: "\eb15";

}

.lni-list::before {

	content: "\eb16";

}

.lni-lock-alt::before {

	content: "\eb17";

}

.lni-lock::before {

	content: "\eb18";

}

.lni-magnet::before {

	content: "\eb19";

}

.lni-magnifier::before {

	content: "\eb1a";

}

.lni-mailchimp::before {

	content: "\eb1b";

}

.lni-map-marker::before {

	content: "\eb1c";

}

.lni-map::before {

	content: "\eb1d";

}

.lni-mashroom::before {

	content: "\eb1e";

}

.lni-mastercard::before {

	content: "\eb1f";

}

.lni-medall-alt::before {

	content: "\eb20";

}

.lni-medall::before {

	content: "\eb21";

}

.lni-medium::before {

	content: "\eb22";

}

.lni-laptop::before {

	content: "\eb23";

}

.lni-investment::before {

	content: "\eb24";

}

.lni-laptop-phone::before {

	content: "\eb25";

}

.lni-megento::before {

	content: "\eb26";

}

.lni-mic::before {

	content: "\eb27";

}

.lni-microphone::before {

	content: "\eb28";

}

.lni-menu::before {

	content: "\eb29";

}

.lni-microscope::before {

	content: "\eb2a";

}

.lni-money-location::before {

	content: "\eb2b";

}

.lni-minus::before {

	content: "\eb2c";

}

.lni-mobile::before {

	content: "\eb2d";

}

.lni-more-alt::before {

	content: "\eb2e";

}

.lni-mouse::before {

	content: "\eb2f";

}

.lni-move::before {

	content: "\eb30";

}

.lni-music::before {

	content: "\eb31";

}

.lni-network::before {

	content: "\eb32";

}

.lni-night::before {

	content: "\eb33";

}

.lni-nodejs-alt::before {

	content: "\eb34";

}

.lni-nodejs::before {

	content: "\eb35";

}

.lni-notepad::before {

	content: "\eb36";

}

.lni-npm::before {

	content: "\eb37";

}

.lni-offer::before {

	content: "\eb38";

}

.lni-opera::before {

	content: "\eb39";

}

.lni-package::before {

	content: "\eb3a";

}

.lni-page-break::before {

	content: "\eb3b";

}

.lni-pagination::before {

	content: "\eb3c";

}

.lni-paint-bucket::before {

	content: "\eb3d";

}

.lni-paint-roller::before {

	content: "\eb3e";

}

.lni-pallet::before {

	content: "\eb3f";

}

.lni-paperclip::before {

	content: "\eb40";

}

.lni-more::before {

	content: "\eb41";

}

.lni-pause::before {

	content: "\eb42";

}

.lni-paypal-original::before {

	content: "\eb43";

}

.lni-microsoft::before {

	content: "\eb44";

}

.lni-money-protection::before {

	content: "\eb45";

}

.lni-pencil::before {

	content: "\eb46";

}

.lni-paypal::before {

	content: "\eb47";

}

.lni-pencil-alt::before {

	content: "\eb48";

}

.lni-patreon::before {

	content: "\eb49";

}

.lni-phone-set::before {

	content: "\eb4a";

}

.lni-phone::before {

	content: "\eb4b";

}

.lni-pin::before {

	content: "\eb4c";

}

.lni-pinterest::before {

	content: "\eb4d";

}

.lni-pie-chart::before {

	content: "\eb4e";

}

.lni-pilcrow::before {

	content: "\eb4f";

}

.lni-plane::before {

	content: "\eb50";

}

.lni-play::before {

	content: "\eb51";

}

.lni-plug::before {

	content: "\eb52";

}

.lni-plus::before {

	content: "\eb53";

}

.lni-pointer-down::before {

	content: "\eb54";

}

.lni-pointer-left::before {

	content: "\eb55";

}

.lni-pointer-right::before {

	content: "\eb56";

}

.lni-pointer-up::before {

	content: "\eb57";

}

.lni-play-store::before {

	content: "\eb58";

}

.lni-pizza::before {

	content: "\eb59";

}

.lni-postcard::before {

	content: "\eb5a";

}

.lni-pound::before {

	content: "\eb5b";

}

.lni-power-switch::before {

	content: "\eb5c";

}

.lni-printer::before {

	content: "\eb5d";

}

.lni-producthunt::before {

	content: "\eb5e";

}

.lni-protection::before {

	content: "\eb5f";

}

.lni-pulse::before {

	content: "\eb60";

}

.lni-pyramids::before {

	content: "\eb61";

}

.lni-python::before {

	content: "\eb62";

}

.lni-pointer::before {

	content: "\eb63";

}

.lni-popup::before {

	content: "\eb64";

}

.lni-quotation::before {

	content: "\eb65";

}

.lni-radio-button::before {

	content: "\eb66";

}

.lni-rain::before {

	content: "\eb67";

}

.lni-quora::before {

	content: "\eb68";

}

.lni-react::before {

	content: "\eb69";

}

.lni-question-circle::before {

	content: "\eb6a";

}

.lni-php::before {

	content: "\eb6b";

}

.lni-reddit::before {

	content: "\eb6c";

}

.lni-reload::before {

	content: "\eb6d";

}

.lni-restaurant::before {

	content: "\eb6e";

}

.lni-road::before {

	content: "\eb6f";

}

.lni-rocket::before {

	content: "\eb70";

}

.lni-rss-feed::before {

	content: "\eb71";

}

.lni-ruler-alt::before {

	content: "\eb72";

}

.lni-ruler-pencil::before {

	content: "\eb73";

}

.lni-ruler::before {

	content: "\eb74";

}

.lni-rupee::before {

	content: "\eb75";

}

.lni-save::before {

	content: "\eb76";

}

.lni-school-bench-alt::before {

	content: "\eb77";

}

.lni-school-bench::before {

	content: "\eb78";

}

.lni-scooter::before {

	content: "\eb79";

}

.lni-scroll-down::before {

	content: "\eb7a";

}

.lni-search-alt::before {

	content: "\eb7b";

}

.lni-search::before {

	content: "\eb7c";

}

.lni-select::before {

	content: "\eb7d";

}

.lni-seo::before {

	content: "\eb7e";

}

.lni-service::before {

	content: "\eb7f";

}

.lni-share-alt::before {

	content: "\eb80";

}

.lni-share::before {

	content: "\eb81";

}

.lni-shield::before {

	content: "\eb82";

}

.lni-shift-left::before {

	content: "\eb83";

}

.lni-shift-right::before {

	content: "\eb84";

}

.lni-ship::before {

	content: "\eb85";

}

.lni-shopify::before {

	content: "\eb86";

}

.lni-shopping-basket::before {

	content: "\eb87";

}

.lni-shortcode::before {

	content: "\eb88";

}

.lni-shovel::before {

	content: "\eb89";

}

.lni-shuffle::before {

	content: "\eb8a";

}

.lni-signal::before {

	content: "\eb8b";

}

.lni-sketch::before {

	content: "\eb8c";

}

.lni-skipping-rope::before {

	content: "\eb8d";

}

.lni-skype::before {

	content: "\eb8e";

}

.lni-slack::before {

	content: "\eb8f";

}

.lni-slice::before {

	content: "\eb90";

}

.lni-slideshare::before {

	content: "\eb91";

}

.lni-slim::before {

	content: "\eb92";

}

.lni-reply::before {

	content: "\eb93";

}

.lni-sort-alpha-asc::before {

	content: "\eb94";

}

.lni-remove-file::before {

	content: "\eb95";

}

.lni-sort-amount-dsc::before {

	content: "\eb96";

}

.lni-sort-amount-asc::before {

	content: "\eb97";

}

.lni-soundcloud::before {

	content: "\eb98";

}

.lni-souncloud-original::before {

	content: "\eb99";

}

.lni-spiner-solid::before {

	content: "\eb9a";

}

.lni-revenue::before {

	content: "\eb9b";

}

.lni-spinner::before {

	content: "\eb9c";

}

.lni-spellcheck::before {

	content: "\eb9d";

}

.lni-spotify::before {

	content: "\eb9e";

}

.lni-spray::before {

	content: "\eb9f";

}

.lni-sprout::before {

	content: "\eba0";

}

.lni-snapchat::before {

	content: "\eba1";

}

.lni-stamp::before {

	content: "\eba2";

}

.lni-star-empty::before {

	content: "\eba3";

}

.lni-star-filled::before {

	content: "\eba4";

}

.lni-star-half::before {

	content: "\eba5";

}

.lni-star::before {

	content: "\eba6";

}

.lni-stats-down::before {

	content: "\eba7";

}

.lni-spinner-arrow::before {

	content: "\eba8";

}

.lni-steam::before {

	content: "\eba9";

}

.lni-stackoverflow::before {

	content: "\ebaa";

}

.lni-stop::before {

	content: "\ebab";

}

.lni-strikethrough::before {

	content: "\ebac";

}

.lni-sthethoscope::before {

	content: "\ebad";

}

.lni-stumbleupon::before {

	content: "\ebae";

}

.lni-sun::before {

	content: "\ebaf";

}

.lni-support::before {

	content: "\ebb0";

}

.lni-surf-board::before {

	content: "\ebb1";

}

.lni-swift::before {

	content: "\ebb2";

}

.lni-syringe::before {

	content: "\ebb3";

}

.lni-tab::before {

	content: "\ebb4";

}

.lni-tag::before {

	content: "\ebb5";

}

.lni-target-customer::before {

	content: "\ebb6";

}

.lni-target-revenue::before {

	content: "\ebb7";

}

.lni-target::before {

	content: "\ebb8";

}

.lni-taxi::before {

	content: "\ebb9";

}

.lni-stats-up::before {

	content: "\ebba";

}

.lni-telegram-original::before {

	content: "\ebbb";

}

.lni-telegram::before {

	content: "\ebbc";

}

.lni-text-align-center::before {

	content: "\ebbd";

}

.lni-text-align-justify::before {

	content: "\ebbe";

}

.lni-text-align-left::before {

	content: "\ebbf";

}

.lni-text-format-remove::before {

	content: "\ebc0";

}

.lni-text-align-right::before {

	content: "\ebc1";

}

.lni-text-format::before {

	content: "\ebc2";

}

.lni-thought::before {

	content: "\ebc3";

}

.lni-thumbs-down::before {

	content: "\ebc4";

}

.lni-thumbs-up::before {

	content: "\ebc5";

}

.lni-thunder-alt::before {

	content: "\ebc6";

}

.lni-thunder::before {

	content: "\ebc7";

}

.lni-ticket-alt::before {

	content: "\ebc8";

}

.lni-ticket::before {

	content: "\ebc9";

}

.lni-timer::before {

	content: "\ebca";

}

.lni-train-alt::before {

	content: "\ebcb";

}

.lni-train::before {

	content: "\ebcc";

}

.lni-trash::before {

	content: "\ebcd";

}

.lni-travel::before {

	content: "\ebce";

}

.lni-tree::before {

	content: "\ebcf";

}

.lni-trees::before {

	content: "\ebd0";

}

.lni-trello::before {

	content: "\ebd1";

}

.lni-trowel::before {

	content: "\ebd2";

}

.lni-tshirt::before {

	content: "\ebd3";

}

.lni-tumblr::before {

	content: "\ebd4";

}

.lni-twitch::before {

	content: "\ebd5";

}

.lni-twitter-filled::before {

	content: "\ebd6";

}

.lni-twitter-original::before {

	content: "\ebd7";

}

.lni-twitter::before {

	content: "\ebd8";

}

.lni-ubuntu::before {

	content: "\ebd9";

}

.lni-underline::before {

	content: "\ebda";

}

.lni-unlink::before {

	content: "\ebdb";

}

.lni-unlock::before {

	content: "\ebdc";

}

.lni-upload::before {

	content: "\ebdd";

}

.lni-user::before {

	content: "\ebde";

}

.lni-users::before {

	content: "\ebdf";

}

.lni-ux::before {

	content: "\ebe0";

}

.lni-vector::before {

	content: "\ebe1";

}

.lni-video::before {

	content: "\ebe2";

}

.lni-vimeo::before {

	content: "\ebe3";

}

.lni-visa::before {

	content: "\ebe4";

}

.lni-vk::before {

	content: "\ebe5";

}

.lni-volume-high::before {

	content: "\ebe6";

}

.lni-volume-low::before {

	content: "\ebe7";

}

.lni-volume-medium::before {

	content: "\ebe8";

}

.lni-volume-mute::before {

	content: "\ebe9";

}

.lni-volume::before {

	content: "\ebea";

}

.lni-wallet::before {

	content: "\ebeb";

}

.lni-warning::before {

	content: "\ebec";

}

.lni-website-alt::before {

	content: "\ebed";

}

.lni-website::before {

	content: "\ebee";

}

.lni-wechat::before {

	content: "\ebef";

}

.lni-weight::before {

	content: "\ebf0";

}

.lni-whatsapp::before {

	content: "\ebf1";

}

.lni-wheelbarrow::before {

	content: "\ebf2";

}

.lni-wheelchair::before {

	content: "\ebf3";

}

.lni-windows::before {

	content: "\ebf4";

}

.lni-wordpress-filled::before {

	content: "\ebf5";

}

.lni-wordpress::before {

	content: "\ebf6";

}

.lni-world-alt::before {

	content: "\ebf7";

}

.lni-world::before {

	content: "\ebf8";

}

.lni-write::before {

	content: "\ebf9";

}

.lni-yahoo::before {

	content: "\ebfa";

}

.lni-ycombinator::before {

	content: "\ebfb";

}

.lni-yen::before {

	content: "\ebfc";

}

.lni-youtube::before {

	content: "\ebfd";

}

.lni-zip::before {

	content: "\ebfe";

}

.lni-zoom-in::before {

	content: "\ebff";

}

.lni-zoom-out::before {

	content: "\ec00";

}

.lni-teabag::before {

	content: "\ec01";

}

.lni-stripe::before {

	content: "\ec02";

}

.lni-spotify-original::before {

	content: "\ec03";

}

/* Flag Icons */

.flag-icon-background {

	background-size: contain;

	background-position: 50%;

	background-repeat: no-repeat;

}

.flag-icon {

	background-size: contain;

	background-position: 50%;

	background-repeat: no-repeat;

	position: relative;

	display: inline-block;

	width: 1.33333333em;

	line-height: 1em;

}

.flag-icon:before {

	content: "\00a0";

}

.flag-icon.flag-icon-squared {

	width: 1em;

}
/* 
.flag-icon-ad {

	background-image: url(../flags/4x3/ad.svg);
	
}

.flag-icon-ad.flag-icon-squared {

	background-image: url(../flags/1x1/ad.svg);

}

.flag-icon-ae {

	background-image: url(../flags/4x3/ae.svg);

}

.flag-icon-ae.flag-icon-squared {

	background-image: url(../flags/1x1/ae.svg);

}

.flag-icon-af {

	background-image: url(../flags/4x3/af.svg);

}

.flag-icon-af.flag-icon-squared {

	background-image: url(../flags/1x1/af.svg);

}

.flag-icon-ag {

	background-image: url(../flags/4x3/ag.svg);

}

.flag-icon-ag.flag-icon-squared {

	background-image: url(../flags/1x1/ag.svg);

}

.flag-icon-ai {

	background-image: url(../flags/4x3/ai.svg);

}

.flag-icon-ai.flag-icon-squared {

	background-image: url(../flags/1x1/ai.svg);

}

.flag-icon-al {

	background-image: url(../flags/4x3/al.svg);

}

.flag-icon-al.flag-icon-squared {

	background-image: url(../flags/1x1/al.svg);

}

.flag-icon-am {

	background-image: url(../flags/4x3/am.svg);

}

.flag-icon-am.flag-icon-squared {

	background-image: url(../flags/1x1/am.svg);

}

.flag-icon-ao {

	background-image: url(../flags/4x3/ao.svg);

}

.flag-icon-ao.flag-icon-squared {

	background-image: url(../flags/1x1/ao.svg);

}

.flag-icon-aq {

	background-image: url(../flags/4x3/aq.svg);

}

.flag-icon-aq.flag-icon-squared {

	background-image: url(../flags/1x1/aq.svg);

}

.flag-icon-ar {

	background-image: url(../flags/4x3/ar.svg);

}

.flag-icon-ar.flag-icon-squared {

	background-image: url(../flags/1x1/ar.svg);

}

.flag-icon-as {

	background-image: url(../flags/4x3/as.svg);

}

.flag-icon-as.flag-icon-squared {

	background-image: url(../flags/1x1/as.svg);

}

.flag-icon-at {

	background-image: url(../flags/4x3/at.svg);

}

.flag-icon-at.flag-icon-squared {

	background-image: url(../flags/1x1/at.svg);

}

.flag-icon-au {

	background-image: url(../flags/4x3/au.svg);

}

.flag-icon-au.flag-icon-squared {

	background-image: url(../flags/1x1/au.svg);

}

.flag-icon-aw {

	background-image: url(../flags/4x3/aw.svg);

}

.flag-icon-aw.flag-icon-squared {

	background-image: url(../flags/1x1/aw.svg);

}

.flag-icon-ax {

	background-image: url(../flags/4x3/ax.svg);

}

.flag-icon-ax.flag-icon-squared {

	background-image: url(../flags/1x1/ax.svg);

}

.flag-icon-az {

	background-image: url(../flags/4x3/az.svg);

}

.flag-icon-az.flag-icon-squared {

	background-image: url(../flags/1x1/az.svg);

}

.flag-icon-ba {

	background-image: url(../flags/4x3/ba.svg);

}

.flag-icon-ba.flag-icon-squared {

	background-image: url(../flags/1x1/ba.svg);

}

.flag-icon-bb {

	background-image: url(../flags/4x3/bb.svg);

}

.flag-icon-bb.flag-icon-squared {

	background-image: url(../flags/1x1/bb.svg);

}

.flag-icon-bd {

	background-image: url(../flags/4x3/bd.svg);

}

.flag-icon-bd.flag-icon-squared {

	background-image: url(../flags/1x1/bd.svg);

}

.flag-icon-be {

	background-image: url(../flags/4x3/be.svg);

}

.flag-icon-be.flag-icon-squared {

	background-image: url(../flags/1x1/be.svg);

}

.flag-icon-bf {

	background-image: url(../flags/4x3/bf.svg);

}

.flag-icon-bf.flag-icon-squared {

	background-image: url(../flags/1x1/bf.svg);

}

.flag-icon-bg {

	background-image: url(../flags/4x3/bg.svg);

}

.flag-icon-bg.flag-icon-squared {

	background-image: url(../flags/1x1/bg.svg);

}

.flag-icon-bh {

	background-image: url(../flags/4x3/bh.svg);

}

.flag-icon-bh.flag-icon-squared {

	background-image: url(../flags/1x1/bh.svg);

}

.flag-icon-bi {

	background-image: url(../flags/4x3/bi.svg);

}

.flag-icon-bi.flag-icon-squared {

	background-image: url(../flags/1x1/bi.svg);

}

.flag-icon-bj {

	background-image: url(../flags/4x3/bj.svg);

}

.flag-icon-bj.flag-icon-squared {

	background-image: url(../flags/1x1/bj.svg);

}

.flag-icon-bl {

	background-image: url(../flags/4x3/bl.svg);

}

.flag-icon-bl.flag-icon-squared {

	background-image: url(../flags/1x1/bl.svg);

}

.flag-icon-bm {

	background-image: url(../flags/4x3/bm.svg);

}

.flag-icon-bm.flag-icon-squared {

	background-image: url(../flags/1x1/bm.svg);

}

.flag-icon-bn {

	background-image: url(../flags/4x3/bn.svg);

}

.flag-icon-bn.flag-icon-squared {

	background-image: url(../flags/1x1/bn.svg);

}

.flag-icon-bo {

	background-image: url(../flags/4x3/bo.svg);

}

.flag-icon-bo.flag-icon-squared {

	background-image: url(../flags/1x1/bo.svg);

}

.flag-icon-bq {

	background-image: url(../flags/4x3/bq.svg);

}

.flag-icon-bq.flag-icon-squared {

	background-image: url(../flags/1x1/bq.svg);

}

.flag-icon-br {

	background-image: url(../flags/4x3/br.svg);

}

.flag-icon-br.flag-icon-squared {

	background-image: url(../flags/1x1/br.svg);

}

.flag-icon-bs {

	background-image: url(../flags/4x3/bs.svg);

}

.flag-icon-bs.flag-icon-squared {

	background-image: url(../flags/1x1/bs.svg);

}

.flag-icon-bt {

	background-image: url(../flags/4x3/bt.svg);

}

.flag-icon-bt.flag-icon-squared {

	background-image: url(../flags/1x1/bt.svg);

}

.flag-icon-bv {

	background-image: url(../flags/4x3/bv.svg);

}

.flag-icon-bv.flag-icon-squared {

	background-image: url(../flags/1x1/bv.svg);

}

.flag-icon-bw {

	background-image: url(../flags/4x3/bw.svg);

}

.flag-icon-bw.flag-icon-squared {

	background-image: url(../flags/1x1/bw.svg);

}

.flag-icon-by {

	background-image: url(../flags/4x3/by.svg);

}

.flag-icon-by.flag-icon-squared {

	background-image: url(../flags/1x1/by.svg);

}

.flag-icon-bz {

	background-image: url(../flags/4x3/bz.svg);

}

.flag-icon-bz.flag-icon-squared {

	background-image: url(../flags/1x1/bz.svg);

}

.flag-icon-ca {

	background-image: url(../flags/4x3/ca.svg);

}

.flag-icon-ca.flag-icon-squared {

	background-image: url(../flags/1x1/ca.svg);

}

.flag-icon-cc {

	background-image: url(../flags/4x3/cc.svg);

}

.flag-icon-cc.flag-icon-squared {

	background-image: url(../flags/1x1/cc.svg);

}

.flag-icon-cd {

	background-image: url(../flags/4x3/cd.svg);

}

.flag-icon-cd.flag-icon-squared {

	background-image: url(../flags/1x1/cd.svg);

}

.flag-icon-cf {

	background-image: url(../flags/4x3/cf.svg);

}

.flag-icon-cf.flag-icon-squared {

	background-image: url(../flags/1x1/cf.svg);

}

.flag-icon-cg {

	background-image: url(../flags/4x3/cg.svg);

}

.flag-icon-cg.flag-icon-squared {

	background-image: url(../flags/1x1/cg.svg);

}

.flag-icon-ch {

	background-image: url(../flags/4x3/ch.svg);

}

.flag-icon-ch.flag-icon-squared {

	background-image: url(../flags/1x1/ch.svg);

}

.flag-icon-ci {

	background-image: url(../flags/4x3/ci.svg);

}

.flag-icon-ci.flag-icon-squared {

	background-image: url(../flags/1x1/ci.svg);

}

.flag-icon-ck {

	background-image: url(../flags/4x3/ck.svg);

}

.flag-icon-ck.flag-icon-squared {

	background-image: url(../flags/1x1/ck.svg);

}

.flag-icon-cl {

	background-image: url(../flags/4x3/cl.svg);

}

.flag-icon-cl.flag-icon-squared {

	background-image: url(../flags/1x1/cl.svg);

}

.flag-icon-cm {

	background-image: url(../flags/4x3/cm.svg);

}

.flag-icon-cm.flag-icon-squared {

	background-image: url(../flags/1x1/cm.svg);

}

.flag-icon-cn {

	background-image: url(../flags/4x3/cn.svg);

}

.flag-icon-cn.flag-icon-squared {

	background-image: url(../flags/1x1/cn.svg);

}

.flag-icon-co {

	background-image: url(../flags/4x3/co.svg);

}

.flag-icon-co.flag-icon-squared {

	background-image: url(../flags/1x1/co.svg);

}

.flag-icon-cr {

	background-image: url(../flags/4x3/cr.svg);

}

.flag-icon-cr.flag-icon-squared {

	background-image: url(../flags/1x1/cr.svg);

}

.flag-icon-cu {

	background-image: url(../flags/4x3/cu.svg);

}

.flag-icon-cu.flag-icon-squared {

	background-image: url(../flags/1x1/cu.svg);

}

.flag-icon-cv {

	background-image: url(../flags/4x3/cv.svg);

}

.flag-icon-cv.flag-icon-squared {

	background-image: url(../flags/1x1/cv.svg);

}

.flag-icon-cw {

	background-image: url(../flags/4x3/cw.svg);

}

.flag-icon-cw.flag-icon-squared {

	background-image: url(../flags/1x1/cw.svg);

}

.flag-icon-cx {

	background-image: url(../flags/4x3/cx.svg);

}

.flag-icon-cx.flag-icon-squared {

	background-image: url(../flags/1x1/cx.svg);

}

.flag-icon-cy {

	background-image: url(../flags/4x3/cy.svg);

}

.flag-icon-cy.flag-icon-squared {

	background-image: url(../flags/1x1/cy.svg);

}

.flag-icon-cz {

	background-image: url(../flags/4x3/cz.svg);

}

.flag-icon-cz.flag-icon-squared {

	background-image: url(../flags/1x1/cz.svg);

}

.flag-icon-de {

	background-image: url(../flags/4x3/de.svg);

}

.flag-icon-de.flag-icon-squared {

	background-image: url(../flags/1x1/de.svg);

}

.flag-icon-dj {

	background-image: url(../flags/4x3/dj.svg);

}

.flag-icon-dj.flag-icon-squared {

	background-image: url(../flags/1x1/dj.svg);

}

.flag-icon-dk {

	background-image: url(../flags/4x3/dk.svg);

}

.flag-icon-dk.flag-icon-squared {

	background-image: url(../flags/1x1/dk.svg);

}

.flag-icon-dm {

	background-image: url(../flags/4x3/dm.svg);

}

.flag-icon-dm.flag-icon-squared {

	background-image: url(../flags/1x1/dm.svg);

}

.flag-icon-do {

	background-image: url(../flags/4x3/do.svg);

}

.flag-icon-do.flag-icon-squared {

	background-image: url(../flags/1x1/do.svg);

}

.flag-icon-dz {

	background-image: url(../flags/4x3/dz.svg);

}

.flag-icon-dz.flag-icon-squared {

	background-image: url(../flags/1x1/dz.svg);

}

.flag-icon-ec {

	background-image: url(../flags/4x3/ec.svg);

}

.flag-icon-ec.flag-icon-squared {

	background-image: url(../flags/1x1/ec.svg);

}

.flag-icon-ee {

	background-image: url(../flags/4x3/ee.svg);

}

.flag-icon-ee.flag-icon-squared {

	background-image: url(../flags/1x1/ee.svg);

}

.flag-icon-eg {

	background-image: url(../flags/4x3/eg.svg);

}

.flag-icon-eg.flag-icon-squared {

	background-image: url(../flags/1x1/eg.svg);

}

.flag-icon-eh {

	background-image: url(../flags/4x3/eh.svg);

}

.flag-icon-eh.flag-icon-squared {

	background-image: url(../flags/1x1/eh.svg);

}

.flag-icon-er {

	background-image: url(../flags/4x3/er.svg);

}

.flag-icon-er.flag-icon-squared {

	background-image: url(../flags/1x1/er.svg);

}

.flag-icon-es {

	background-image: url(../flags/4x3/es.svg);

}

.flag-icon-es.flag-icon-squared {

	background-image: url(../flags/1x1/es.svg);

}

.flag-icon-et {

	background-image: url(../flags/4x3/et.svg);

}

.flag-icon-et.flag-icon-squared {

	background-image: url(../flags/1x1/et.svg);

}

.flag-icon-fi {

	background-image: url(../flags/4x3/fi.svg);

}

.flag-icon-fi.flag-icon-squared {

	background-image: url(../flags/1x1/fi.svg);

}

.flag-icon-fj {

	background-image: url(../flags/4x3/fj.svg);

}

.flag-icon-fj.flag-icon-squared {

	background-image: url(../flags/1x1/fj.svg);

}

.flag-icon-fk {

	background-image: url(../flags/4x3/fk.svg);

}

.flag-icon-fk.flag-icon-squared {

	background-image: url(../flags/1x1/fk.svg);

}

.flag-icon-fm {

	background-image: url(../flags/4x3/fm.svg);

}

.flag-icon-fm.flag-icon-squared {

	background-image: url(../flags/1x1/fm.svg);

}

.flag-icon-fo {

	background-image: url(../flags/4x3/fo.svg);

}

.flag-icon-fo.flag-icon-squared {

	background-image: url(../flags/1x1/fo.svg);

}

.flag-icon-fr {

	background-image: url(../flags/4x3/fr.svg);

}

.flag-icon-fr.flag-icon-squared {

	background-image: url(../flags/1x1/fr.svg);

}

.flag-icon-ga {

	background-image: url(../flags/4x3/ga.svg);

}

.flag-icon-ga.flag-icon-squared {

	background-image: url(../flags/1x1/ga.svg);

}

.flag-icon-gb {

	background-image: url(../flags/4x3/gb.svg);

}

.flag-icon-gb.flag-icon-squared {

	background-image: url(../flags/1x1/gb.svg);

}

.flag-icon-gd {

	background-image: url(../flags/4x3/gd.svg);

}

.flag-icon-gd.flag-icon-squared {

	background-image: url(../flags/1x1/gd.svg);

}

.flag-icon-ge {

	background-image: url(../flags/4x3/ge.svg);

}

.flag-icon-ge.flag-icon-squared {

	background-image: url(../flags/1x1/ge.svg);

}

.flag-icon-gf {

	background-image: url(../flags/4x3/gf.svg);

}

.flag-icon-gf.flag-icon-squared {

	background-image: url(../flags/1x1/gf.svg);

}

.flag-icon-gg {

	background-image: url(../flags/4x3/gg.svg);

}

.flag-icon-gg.flag-icon-squared {

	background-image: url(../flags/1x1/gg.svg);

}

.flag-icon-gh {

	background-image: url(../flags/4x3/gh.svg);

}

.flag-icon-gh.flag-icon-squared {

	background-image: url(../flags/1x1/gh.svg);

}

.flag-icon-gi {

	background-image: url(../flags/4x3/gi.svg);

}

.flag-icon-gi.flag-icon-squared {

	background-image: url(../flags/1x1/gi.svg);

}

.flag-icon-gl {

	background-image: url(../flags/4x3/gl.svg);

}

.flag-icon-gl.flag-icon-squared {

	background-image: url(../flags/1x1/gl.svg);

}

.flag-icon-gm {

	background-image: url(../flags/4x3/gm.svg);

}

.flag-icon-gm.flag-icon-squared {

	background-image: url(../flags/1x1/gm.svg);

}

.flag-icon-gn {

	background-image: url(../flags/4x3/gn.svg);

}

.flag-icon-gn.flag-icon-squared {

	background-image: url(../flags/1x1/gn.svg);

}

.flag-icon-gp {

	background-image: url(../flags/4x3/gp.svg);

}

.flag-icon-gp.flag-icon-squared {

	background-image: url(../flags/1x1/gp.svg);

}

.flag-icon-gq {

	background-image: url(../flags/4x3/gq.svg);

}

.flag-icon-gq.flag-icon-squared {

	background-image: url(../flags/1x1/gq.svg);

}

.flag-icon-gr {

	background-image: url(../flags/4x3/gr.svg);

}

.flag-icon-gr.flag-icon-squared {

	background-image: url(../flags/1x1/gr.svg);

}

.flag-icon-gs {

	background-image: url(../flags/4x3/gs.svg);

}

.flag-icon-gs.flag-icon-squared {

	background-image: url(../flags/1x1/gs.svg);

}

.flag-icon-gt {

	background-image: url(../flags/4x3/gt.svg);

}

.flag-icon-gt.flag-icon-squared {

	background-image: url(../flags/1x1/gt.svg);

}

.flag-icon-gu {

	background-image: url(../flags/4x3/gu.svg);

}

.flag-icon-gu.flag-icon-squared {

	background-image: url(../flags/1x1/gu.svg);

}

.flag-icon-gw {

	background-image: url(../flags/4x3/gw.svg);

}

.flag-icon-gw.flag-icon-squared {

	background-image: url(../flags/1x1/gw.svg);

}

.flag-icon-gy {

	background-image: url(../flags/4x3/gy.svg);

}

.flag-icon-gy.flag-icon-squared {

	background-image: url(../flags/1x1/gy.svg);

}

.flag-icon-hk {

	background-image: url(../flags/4x3/hk.svg);

}

.flag-icon-hk.flag-icon-squared {

	background-image: url(../flags/1x1/hk.svg);

}

.flag-icon-hm {

	background-image: url(../flags/4x3/hm.svg);

}

.flag-icon-hm.flag-icon-squared {

	background-image: url(../flags/1x1/hm.svg);

}

.flag-icon-hn {

	background-image: url(../flags/4x3/hn.svg);

}

.flag-icon-hn.flag-icon-squared {

	background-image: url(../flags/1x1/hn.svg);

}

.flag-icon-hr {

	background-image: url(../flags/4x3/hr.svg);

}

.flag-icon-hr.flag-icon-squared {

	background-image: url(../flags/1x1/hr.svg);

}

.flag-icon-ht {

	background-image: url(../flags/4x3/ht.svg);

}

.flag-icon-ht.flag-icon-squared {

	background-image: url(../flags/1x1/ht.svg);

}

.flag-icon-hu {

	background-image: url(../flags/4x3/hu.svg);

}

.flag-icon-hu.flag-icon-squared {

	background-image: url(../flags/1x1/hu.svg);

}

.flag-icon-id {

	background-image: url(../flags/4x3/id.svg);

}

.flag-icon-id.flag-icon-squared {

	background-image: url(../flags/1x1/id.svg);

}

.flag-icon-ie {

	background-image: url(../flags/4x3/ie.svg);

}

.flag-icon-ie.flag-icon-squared {

	background-image: url(../flags/1x1/ie.svg);

}

.flag-icon-il {

	background-image: url(../flags/4x3/il.svg);

}

.flag-icon-il.flag-icon-squared {

	background-image: url(../flags/1x1/il.svg);

}

.flag-icon-im {

	background-image: url(../flags/4x3/im.svg);

}

.flag-icon-im.flag-icon-squared {

	background-image: url(../flags/1x1/im.svg);

}

.flag-icon-in {

	background-image: url(../flags/4x3/in.svg);

}

.flag-icon-in.flag-icon-squared {

	background-image: url(../flags/1x1/in.svg);

}

.flag-icon-io {

	background-image: url(../flags/4x3/io.svg);

}

.flag-icon-io.flag-icon-squared {

	background-image: url(../flags/1x1/io.svg);

}

.flag-icon-iq {

	background-image: url(../flags/4x3/iq.svg);

}

.flag-icon-iq.flag-icon-squared {

	background-image: url(../flags/1x1/iq.svg);

}

.flag-icon-ir {

	background-image: url(../flags/4x3/ir.svg);

}

.flag-icon-ir.flag-icon-squared {

	background-image: url(../flags/1x1/ir.svg);

}

.flag-icon-is {

	background-image: url(../flags/4x3/is.svg);

}

.flag-icon-is.flag-icon-squared {

	background-image: url(../flags/1x1/is.svg);

}

.flag-icon-it {

	background-image: url(../flags/4x3/it.svg);

}

.flag-icon-it.flag-icon-squared {

	background-image: url(../flags/1x1/it.svg);

}

.flag-icon-je {

	background-image: url(../flags/4x3/je.svg);

}

.flag-icon-je.flag-icon-squared {

	background-image: url(../flags/1x1/je.svg);

}

.flag-icon-jm {

	background-image: url(../flags/4x3/jm.svg);

}

.flag-icon-jm.flag-icon-squared {

	background-image: url(../flags/1x1/jm.svg);

}

.flag-icon-jo {

	background-image: url(../flags/4x3/jo.svg);

}

.flag-icon-jo.flag-icon-squared {

	background-image: url(../flags/1x1/jo.svg);

}

.flag-icon-jp {

	background-image: url(../flags/4x3/jp.svg);

}

.flag-icon-jp.flag-icon-squared {

	background-image: url(../flags/1x1/jp.svg);

}

.flag-icon-ke {

	background-image: url(../flags/4x3/ke.svg);

}

.flag-icon-ke.flag-icon-squared {

	background-image: url(../flags/1x1/ke.svg);

}

.flag-icon-kg {

	background-image: url(../flags/4x3/kg.svg);

}

.flag-icon-kg.flag-icon-squared {

	background-image: url(../flags/1x1/kg.svg);

}

.flag-icon-kh {

	background-image: url(../flags/4x3/kh.svg);

}

.flag-icon-kh.flag-icon-squared {

	background-image: url(../flags/1x1/kh.svg);

}

.flag-icon-ki {

	background-image: url(../flags/4x3/ki.svg);

}

.flag-icon-ki.flag-icon-squared {

	background-image: url(../flags/1x1/ki.svg);

}

.flag-icon-km {

	background-image: url(../flags/4x3/km.svg);

}

.flag-icon-km.flag-icon-squared {

	background-image: url(../flags/1x1/km.svg);

}

.flag-icon-kn {

	background-image: url(../flags/4x3/kn.svg);

}

.flag-icon-kn.flag-icon-squared {

	background-image: url(../flags/1x1/kn.svg);

}

.flag-icon-kp {

	background-image: url(../flags/4x3/kp.svg);

}

.flag-icon-kp.flag-icon-squared {

	background-image: url(../flags/1x1/kp.svg);

}

.flag-icon-kr {

	background-image: url(../flags/4x3/kr.svg);

}

.flag-icon-kr.flag-icon-squared {

	background-image: url(../flags/1x1/kr.svg);

}

.flag-icon-kw {

	background-image: url(../flags/4x3/kw.svg);

}

.flag-icon-kw.flag-icon-squared {

	background-image: url(../flags/1x1/kw.svg);

}

.flag-icon-ky {

	background-image: url(../flags/4x3/ky.svg);

}

.flag-icon-ky.flag-icon-squared {

	background-image: url(../flags/1x1/ky.svg);

}

.flag-icon-kz {

	background-image: url(../flags/4x3/kz.svg);

}

.flag-icon-kz.flag-icon-squared {

	background-image: url(../flags/1x1/kz.svg);

}

.flag-icon-la {

	background-image: url(../flags/4x3/la.svg);

}

.flag-icon-la.flag-icon-squared {

	background-image: url(../flags/1x1/la.svg);

}

.flag-icon-lb {

	background-image: url(../flags/4x3/lb.svg);

}

.flag-icon-lb.flag-icon-squared {

	background-image: url(../flags/1x1/lb.svg);

}

.flag-icon-lc {

	background-image: url(../flags/4x3/lc.svg);

}

.flag-icon-lc.flag-icon-squared {

	background-image: url(../flags/1x1/lc.svg);

}

.flag-icon-li {

	background-image: url(../flags/4x3/li.svg);

}

.flag-icon-li.flag-icon-squared {

	background-image: url(../flags/1x1/li.svg);

}

.flag-icon-lk {

	background-image: url(../flags/4x3/lk.svg);

}

.flag-icon-lk.flag-icon-squared {

	background-image: url(../flags/1x1/lk.svg);

}

.flag-icon-lr {

	background-image: url(../flags/4x3/lr.svg);

}

.flag-icon-lr.flag-icon-squared {

	background-image: url(../flags/1x1/lr.svg);

}

.flag-icon-ls {

	background-image: url(../flags/4x3/ls.svg);

}

.flag-icon-ls.flag-icon-squared {

	background-image: url(../flags/1x1/ls.svg);

}

.flag-icon-lt {

	background-image: url(../flags/4x3/lt.svg);

}

.flag-icon-lt.flag-icon-squared {

	background-image: url(../flags/1x1/lt.svg);

}

.flag-icon-lu {

	background-image: url(../flags/4x3/lu.svg);

}

.flag-icon-lu.flag-icon-squared {

	background-image: url(../flags/1x1/lu.svg);

}

.flag-icon-lv {

	background-image: url(../flags/4x3/lv.svg);

}

.flag-icon-lv.flag-icon-squared {

	background-image: url(../flags/1x1/lv.svg);

}

.flag-icon-ly {

	background-image: url(../flags/4x3/ly.svg);

}

.flag-icon-ly.flag-icon-squared {

	background-image: url(../flags/1x1/ly.svg);

}

.flag-icon-ma {

	background-image: url(../flags/4x3/ma.svg);

}

.flag-icon-ma.flag-icon-squared {

	background-image: url(../flags/1x1/ma.svg);

}

.flag-icon-mc {

	background-image: url(../flags/4x3/mc.svg);

}

.flag-icon-mc.flag-icon-squared {

	background-image: url(../flags/1x1/mc.svg);

}

.flag-icon-md {

	background-image: url(../flags/4x3/md.svg);

}

.flag-icon-md.flag-icon-squared {

	background-image: url(../flags/1x1/md.svg);

}

.flag-icon-me {

	background-image: url(../flags/4x3/me.svg);

}

.flag-icon-me.flag-icon-squared {

	background-image: url(../flags/1x1/me.svg);

}

.flag-icon-mf {

	background-image: url(../flags/4x3/mf.svg);

}

.flag-icon-mf.flag-icon-squared {

	background-image: url(../flags/1x1/mf.svg);

}

.flag-icon-mg {

	background-image: url(../flags/4x3/mg.svg);

}

.flag-icon-mg.flag-icon-squared {

	background-image: url(../flags/1x1/mg.svg);

}

.flag-icon-mh {

	background-image: url(../flags/4x3/mh.svg);

}

.flag-icon-mh.flag-icon-squared {

	background-image: url(../flags/1x1/mh.svg);

}

.flag-icon-mk {

	background-image: url(../flags/4x3/mk.svg);

}

.flag-icon-mk.flag-icon-squared {

	background-image: url(../flags/1x1/mk.svg);

}

.flag-icon-ml {

	background-image: url(../flags/4x3/ml.svg);

}

.flag-icon-ml.flag-icon-squared {

	background-image: url(../flags/1x1/ml.svg);

}

.flag-icon-mm {

	background-image: url(../flags/4x3/mm.svg);

}

.flag-icon-mm.flag-icon-squared {

	background-image: url(../flags/1x1/mm.svg);

}

.flag-icon-mn {

	background-image: url(../flags/4x3/mn.svg);

}

.flag-icon-mn.flag-icon-squared {

	background-image: url(../flags/1x1/mn.svg);

}

.flag-icon-mo {

	background-image: url(../flags/4x3/mo.svg);

}

.flag-icon-mo.flag-icon-squared {

	background-image: url(../flags/1x1/mo.svg);

}

.flag-icon-mp {

	background-image: url(../flags/4x3/mp.svg);

}

.flag-icon-mp.flag-icon-squared {

	background-image: url(../flags/1x1/mp.svg);

}

.flag-icon-mq {

	background-image: url(../flags/4x3/mq.svg);

}

.flag-icon-mq.flag-icon-squared {

	background-image: url(../flags/1x1/mq.svg);

}

.flag-icon-mr {

	background-image: url(../flags/4x3/mr.svg);

}

.flag-icon-mr.flag-icon-squared {

	background-image: url(../flags/1x1/mr.svg);

}

.flag-icon-ms {

	background-image: url(../flags/4x3/ms.svg);

}

.flag-icon-ms.flag-icon-squared {

	background-image: url(../flags/1x1/ms.svg);

}

.flag-icon-mt {

	background-image: url(../flags/4x3/mt.svg);

}

.flag-icon-mt.flag-icon-squared {

	background-image: url(../flags/1x1/mt.svg);

}

.flag-icon-mu {

	background-image: url(../flags/4x3/mu.svg);

}

.flag-icon-mu.flag-icon-squared {

	background-image: url(../flags/1x1/mu.svg);

}

.flag-icon-mv {

	background-image: url(../flags/4x3/mv.svg);

}

.flag-icon-mv.flag-icon-squared {

	background-image: url(../flags/1x1/mv.svg);

}

.flag-icon-mw {

	background-image: url(../flags/4x3/mw.svg);

}

.flag-icon-mw.flag-icon-squared {

	background-image: url(../flags/1x1/mw.svg);

}

.flag-icon-mx {

	background-image: url(../flags/4x3/mx.svg);

}

.flag-icon-mx.flag-icon-squared {

	background-image: url(../flags/1x1/mx.svg);

}

.flag-icon-my {

	background-image: url(../flags/4x3/my.svg);

}

.flag-icon-my.flag-icon-squared {

	background-image: url(../flags/1x1/my.svg);

}

.flag-icon-mz {

	background-image: url(../flags/4x3/mz.svg);

}

.flag-icon-mz.flag-icon-squared {

	background-image: url(../flags/1x1/mz.svg);

}

.flag-icon-na {

	background-image: url(../flags/4x3/na.svg);

}

.flag-icon-na.flag-icon-squared {

	background-image: url(../flags/1x1/na.svg);

}

.flag-icon-nc {

	background-image: url(../flags/4x3/nc.svg);

}

.flag-icon-nc.flag-icon-squared {

	background-image: url(../flags/1x1/nc.svg);

}

.flag-icon-ne {

	background-image: url(../flags/4x3/ne.svg);

}

.flag-icon-ne.flag-icon-squared {

	background-image: url(../flags/1x1/ne.svg);

}

.flag-icon-nf {

	background-image: url(../flags/4x3/nf.svg);

}

.flag-icon-nf.flag-icon-squared {

	background-image: url(../flags/1x1/nf.svg);

}

.flag-icon-ng {

	background-image: url(../flags/4x3/ng.svg);

}

.flag-icon-ng.flag-icon-squared {

	background-image: url(../flags/1x1/ng.svg);

}

.flag-icon-ni {

	background-image: url(../flags/4x3/ni.svg);

}

.flag-icon-ni.flag-icon-squared {

	background-image: url(../flags/1x1/ni.svg);

}

.flag-icon-nl {

	background-image: url(../flags/4x3/nl.svg);

}

.flag-icon-nl.flag-icon-squared {

	background-image: url(../flags/1x1/nl.svg);

}

.flag-icon-no {

	background-image: url(../flags/4x3/no.svg);

}

.flag-icon-no.flag-icon-squared {

	background-image: url(../flags/1x1/no.svg);

}

.flag-icon-np {

	background-image: url(../flags/4x3/np.svg);

}

.flag-icon-np.flag-icon-squared {

	background-image: url(../flags/1x1/np.svg);

}

.flag-icon-nr {

	background-image: url(../flags/4x3/nr.svg);

}

.flag-icon-nr.flag-icon-squared {

	background-image: url(../flags/1x1/nr.svg);

}

.flag-icon-nu {

	background-image: url(../flags/4x3/nu.svg);

}

.flag-icon-nu.flag-icon-squared {

	background-image: url(../flags/1x1/nu.svg);

}

.flag-icon-nz {

	background-image: url(../flags/4x3/nz.svg);

}

.flag-icon-nz.flag-icon-squared {

	background-image: url(../flags/1x1/nz.svg);

}

.flag-icon-om {

	background-image: url(../flags/4x3/om.svg);

}

.flag-icon-om.flag-icon-squared {

	background-image: url(../flags/1x1/om.svg);

}

.flag-icon-pa {

	background-image: url(../flags/4x3/pa.svg);

}

.flag-icon-pa.flag-icon-squared {

	background-image: url(../flags/1x1/pa.svg);

}

.flag-icon-pe {

	background-image: url(../flags/4x3/pe.svg);

}

.flag-icon-pe.flag-icon-squared {

	background-image: url(../flags/1x1/pe.svg);

}

.flag-icon-pf {

	background-image: url(../flags/4x3/pf.svg);

}

.flag-icon-pf.flag-icon-squared {

	background-image: url(../flags/1x1/pf.svg);

}

.flag-icon-pg {

	background-image: url(../flags/4x3/pg.svg);

}

.flag-icon-pg.flag-icon-squared {

	background-image: url(../flags/1x1/pg.svg);

}

.flag-icon-ph {

	background-image: url(../flags/4x3/ph.svg);

}

.flag-icon-ph.flag-icon-squared {

	background-image: url(../flags/1x1/ph.svg);

}

.flag-icon-pk {

	background-image: url(../flags/4x3/pk.svg);

}

.flag-icon-pk.flag-icon-squared {

	background-image: url(../flags/1x1/pk.svg);

}

.flag-icon-pl {

	background-image: url(../flags/4x3/pl.svg);

}

.flag-icon-pl.flag-icon-squared {

	background-image: url(../flags/1x1/pl.svg);

}

.flag-icon-pm {

	background-image: url(../flags/4x3/pm.svg);

}

.flag-icon-pm.flag-icon-squared {

	background-image: url(../flags/1x1/pm.svg);

}

.flag-icon-pn {

	background-image: url(../flags/4x3/pn.svg);

}

.flag-icon-pn.flag-icon-squared {

	background-image: url(../flags/1x1/pn.svg);

}

.flag-icon-pr {

	background-image: url(../flags/4x3/pr.svg);

}

.flag-icon-pr.flag-icon-squared {

	background-image: url(../flags/1x1/pr.svg);

}

.flag-icon-ps {

	background-image: url(../flags/4x3/ps.svg);

}

.flag-icon-ps.flag-icon-squared {

	background-image: url(../flags/1x1/ps.svg);

}

.flag-icon-pt {

	background-image: url(../flags/4x3/pt.svg);

}

.flag-icon-pt.flag-icon-squared {

	background-image: url(../flags/1x1/pt.svg);

}

.flag-icon-pw {

	background-image: url(../flags/4x3/pw.svg);

}

.flag-icon-pw.flag-icon-squared {

	background-image: url(../flags/1x1/pw.svg);

}

.flag-icon-py {

	background-image: url(../flags/4x3/py.svg);

}

.flag-icon-py.flag-icon-squared {

	background-image: url(../flags/1x1/py.svg);

}

.flag-icon-qa {

	background-image: url(../flags/4x3/qa.svg);

}

.flag-icon-qa.flag-icon-squared {

	background-image: url(../flags/1x1/qa.svg);

}

.flag-icon-re {

	background-image: url(../flags/4x3/re.svg);

}

.flag-icon-re.flag-icon-squared {

	background-image: url(../flags/1x1/re.svg);

}

.flag-icon-ro {

	background-image: url(../flags/4x3/ro.svg);

}

.flag-icon-ro.flag-icon-squared {

	background-image: url(../flags/1x1/ro.svg);

}

.flag-icon-rs {

	background-image: url(../flags/4x3/rs.svg);

}

.flag-icon-rs.flag-icon-squared {

	background-image: url(../flags/1x1/rs.svg);

}

.flag-icon-ru {

	background-image: url(../flags/4x3/ru.svg);

}

.flag-icon-ru.flag-icon-squared {

	background-image: url(../flags/1x1/ru.svg);

}

.flag-icon-rw {

	background-image: url(../flags/4x3/rw.svg);

}

.flag-icon-rw.flag-icon-squared {

	background-image: url(../flags/1x1/rw.svg);

}

.flag-icon-sa {

	background-image: url(../flags/4x3/sa.svg);

}

.flag-icon-sa.flag-icon-squared {

	background-image: url(../flags/1x1/sa.svg);

}

.flag-icon-sb {

	background-image: url(../flags/4x3/sb.svg);

}

.flag-icon-sb.flag-icon-squared {

	background-image: url(../flags/1x1/sb.svg);

}

.flag-icon-sc {

	background-image: url(../flags/4x3/sc.svg);

}

.flag-icon-sc.flag-icon-squared {

	background-image: url(../flags/1x1/sc.svg);

}

.flag-icon-sd {

	background-image: url(../flags/4x3/sd.svg);

}

.flag-icon-sd.flag-icon-squared {

	background-image: url(../flags/1x1/sd.svg);

}

.flag-icon-se {

	background-image: url(../flags/4x3/se.svg);

}

.flag-icon-se.flag-icon-squared {

	background-image: url(../flags/1x1/se.svg);

}

.flag-icon-sg {

	background-image: url(../flags/4x3/sg.svg);

}

.flag-icon-sg.flag-icon-squared {

	background-image: url(../flags/1x1/sg.svg);

}

.flag-icon-sh {

	background-image: url(../flags/4x3/sh.svg);

}

.flag-icon-sh.flag-icon-squared {

	background-image: url(../flags/1x1/sh.svg);

}

.flag-icon-si {

	background-image: url(../flags/4x3/si.svg);

}

.flag-icon-si.flag-icon-squared {

	background-image: url(../flags/1x1/si.svg);

}

.flag-icon-sj {

	background-image: url(../flags/4x3/sj.svg);

}

.flag-icon-sj.flag-icon-squared {

	background-image: url(../flags/1x1/sj.svg);

}

.flag-icon-sk {

	background-image: url(../flags/4x3/sk.svg);

}

.flag-icon-sk.flag-icon-squared {

	background-image: url(../flags/1x1/sk.svg);

}

.flag-icon-sl {

	background-image: url(../flags/4x3/sl.svg);

}

.flag-icon-sl.flag-icon-squared {

	background-image: url(../flags/1x1/sl.svg);

}

.flag-icon-sm {

	background-image: url(../flags/4x3/sm.svg);

}

.flag-icon-sm.flag-icon-squared {

	background-image: url(../flags/1x1/sm.svg);

}

.flag-icon-sn {

	background-image: url(../flags/4x3/sn.svg);

}

.flag-icon-sn.flag-icon-squared {

	background-image: url(../flags/1x1/sn.svg);

}

.flag-icon-so {

	background-image: url(../flags/4x3/so.svg);

}

.flag-icon-so.flag-icon-squared {

	background-image: url(../flags/1x1/so.svg);

}

.flag-icon-sr {

	background-image: url(../flags/4x3/sr.svg);

}

.flag-icon-sr.flag-icon-squared {

	background-image: url(../flags/1x1/sr.svg);

}

.flag-icon-ss {

	background-image: url(../flags/4x3/ss.svg);

}

.flag-icon-ss.flag-icon-squared {

	background-image: url(../flags/1x1/ss.svg);

}

.flag-icon-st {

	background-image: url(../flags/4x3/st.svg);

}

.flag-icon-st.flag-icon-squared {

	background-image: url(../flags/1x1/st.svg);

}

.flag-icon-sv {

	background-image: url(../flags/4x3/sv.svg);

}

.flag-icon-sv.flag-icon-squared {

	background-image: url(../flags/1x1/sv.svg);

}

.flag-icon-sx {

	background-image: url(../flags/4x3/sx.svg);

}

.flag-icon-sx.flag-icon-squared {

	background-image: url(../flags/1x1/sx.svg);

}

.flag-icon-sy {

	background-image: url(../flags/4x3/sy.svg);

}

.flag-icon-sy.flag-icon-squared {

	background-image: url(../flags/1x1/sy.svg);

}

.flag-icon-sz {

	background-image: url(../flags/4x3/sz.svg);

}

.flag-icon-sz.flag-icon-squared {

	background-image: url(../flags/1x1/sz.svg);

}

.flag-icon-tc {

	background-image: url(../flags/4x3/tc.svg);

}

.flag-icon-tc.flag-icon-squared {

	background-image: url(../flags/1x1/tc.svg);

}

.flag-icon-td {

	background-image: url(../flags/4x3/td.svg);

}

.flag-icon-td.flag-icon-squared {

	background-image: url(../flags/1x1/td.svg);

}

.flag-icon-tf {

	background-image: url(../flags/4x3/tf.svg);

}

.flag-icon-tf.flag-icon-squared {

	background-image: url(../flags/1x1/tf.svg);

}

.flag-icon-tg {

	background-image: url(../flags/4x3/tg.svg);

}

.flag-icon-tg.flag-icon-squared {

	background-image: url(../flags/1x1/tg.svg);

}

.flag-icon-th {

	background-image: url(../flags/4x3/th.svg);

}

.flag-icon-th.flag-icon-squared {

	background-image: url(../flags/1x1/th.svg);

}

.flag-icon-tj {

	background-image: url(../flags/4x3/tj.svg);

}

.flag-icon-tj.flag-icon-squared {

	background-image: url(../flags/1x1/tj.svg);

}

.flag-icon-tk {

	background-image: url(../flags/4x3/tk.svg);

}

.flag-icon-tk.flag-icon-squared {

	background-image: url(../flags/1x1/tk.svg);

}

.flag-icon-tl {

	background-image: url(../flags/4x3/tl.svg);

}

.flag-icon-tl.flag-icon-squared {

	background-image: url(../flags/1x1/tl.svg);

}

.flag-icon-tm {

	background-image: url(../flags/4x3/tm.svg);

}

.flag-icon-tm.flag-icon-squared {

	background-image: url(../flags/1x1/tm.svg);

}

.flag-icon-tn {

	background-image: url(../flags/4x3/tn.svg);

}

.flag-icon-tn.flag-icon-squared {

	background-image: url(../flags/1x1/tn.svg);

}

.flag-icon-to {

	background-image: url(../flags/4x3/to.svg);

}

.flag-icon-to.flag-icon-squared {

	background-image: url(../flags/1x1/to.svg);

}

.flag-icon-tr {

	background-image: url(../flags/4x3/tr.svg);

}

.flag-icon-tr.flag-icon-squared {

	background-image: url(../flags/1x1/tr.svg);

}

.flag-icon-tt {

	background-image: url(../flags/4x3/tt.svg);

}

.flag-icon-tt.flag-icon-squared {

	background-image: url(../flags/1x1/tt.svg);

}

.flag-icon-tv {

	background-image: url(../flags/4x3/tv.svg);

}

.flag-icon-tv.flag-icon-squared {

	background-image: url(../flags/1x1/tv.svg);

}

.flag-icon-tw {

	background-image: url(../flags/4x3/tw.svg);

}

.flag-icon-tw.flag-icon-squared {

	background-image: url(../flags/1x1/tw.svg);

}

.flag-icon-tz {

	background-image: url(../flags/4x3/tz.svg);

}

.flag-icon-tz.flag-icon-squared {

	background-image: url(../flags/1x1/tz.svg);

}

.flag-icon-ua {

	background-image: url(../flags/4x3/ua.svg);

}

.flag-icon-ua.flag-icon-squared {

	background-image: url(../flags/1x1/ua.svg);

}

.flag-icon-ug {

	background-image: url(../flags/4x3/ug.svg);

}

.flag-icon-ug.flag-icon-squared {

	background-image: url(../flags/1x1/ug.svg);

}

.flag-icon-um {

	background-image: url(../flags/4x3/um.svg);

}

.flag-icon-um.flag-icon-squared {

	background-image: url(../flags/1x1/um.svg);

}

.flag-icon-us {

	background-image: url(../flags/4x3/us.svg);

}

.flag-icon-us.flag-icon-squared {

	background-image: url(../flags/1x1/us.svg);

}

.flag-icon-uy {

	background-image: url(../flags/4x3/uy.svg);

}

.flag-icon-uy.flag-icon-squared {

	background-image: url(../flags/1x1/uy.svg);

}

.flag-icon-uz {

	background-image: url(../flags/4x3/uz.svg);

}

.flag-icon-uz.flag-icon-squared {

	background-image: url(../flags/1x1/uz.svg);

}

.flag-icon-va {

	background-image: url(../flags/4x3/va.svg);

}

.flag-icon-va.flag-icon-squared {

	background-image: url(../flags/1x1/va.svg);

}

.flag-icon-vc {

	background-image: url(../flags/4x3/vc.svg);

}

.flag-icon-vc.flag-icon-squared {

	background-image: url(../flags/1x1/vc.svg);

}

.flag-icon-ve {

	background-image: url(../flags/4x3/ve.svg);

}

.flag-icon-ve.flag-icon-squared {

	background-image: url(../flags/1x1/ve.svg);

}

.flag-icon-vg {

	background-image: url(../flags/4x3/vg.svg);

}

.flag-icon-vg.flag-icon-squared {

	background-image: url(../flags/1x1/vg.svg);

}

.flag-icon-vi {

	background-image: url(../flags/4x3/vi.svg);

}

.flag-icon-vi.flag-icon-squared {

	background-image: url(../flags/1x1/vi.svg);

}

.flag-icon-vn {

	background-image: url(../flags/4x3/vn.svg);

}

.flag-icon-vn.flag-icon-squared {

	background-image: url(../flags/1x1/vn.svg);

}

.flag-icon-vu {

	background-image: url(../flags/4x3/vu.svg);

}

.flag-icon-vu.flag-icon-squared {

	background-image: url(../flags/1x1/vu.svg);

}

.flag-icon-wf {

	background-image: url(../flags/4x3/wf.svg);

}

.flag-icon-wf.flag-icon-squared {

	background-image: url(../flags/1x1/wf.svg);

}

.flag-icon-ws {

	background-image: url(../flags/4x3/ws.svg);

}

.flag-icon-ws.flag-icon-squared {

	background-image: url(../flags/1x1/ws.svg);

}

.flag-icon-ye {

	background-image: url(../flags/4x3/ye.svg);

}

.flag-icon-ye.flag-icon-squared {

	background-image: url(../flags/1x1/ye.svg);

}

.flag-icon-yt {

	background-image: url(../flags/4x3/yt.svg);

}

.flag-icon-yt.flag-icon-squared {

	background-image: url(../flags/1x1/yt.svg);

}

.flag-icon-za {

	background-image: url(../flags/4x3/za.svg);

}

.flag-icon-za.flag-icon-squared {

	background-image: url(../flags/1x1/za.svg);

}

.flag-icon-zm {

	background-image: url(../flags/4x3/zm.svg);

}

.flag-icon-zm.flag-icon-squared {

	background-image: url(../flags/1x1/zm.svg);

}

.flag-icon-zw {

	background-image: url(../flags/4x3/zw.svg);

}

.flag-icon-zw.flag-icon-squared {

	background-image: url(../flags/1x1/zw.svg);

}

.flag-icon-es-ct {

	background-image: url(../flags/4x3/es-ct.svg);

}

.flag-icon-es-ct.flag-icon-squared {

	background-image: url(../flags/1x1/es-ct.svg);

}

.flag-icon-eu {

	background-image: url(../flags/4x3/eu.svg);

}

.flag-icon-eu.flag-icon-squared {

	background-image: url(../flags/1x1/eu.svg);

}

.flag-icon-gb-eng {

	background-image: url(../flags/4x3/gb-eng.svg);

}

.flag-icon-gb-eng.flag-icon-squared {

	background-image: url(../flags/1x1/gb-eng.svg);

}

.flag-icon-gb-nir {

	background-image: url(../flags/4x3/gb-nir.svg);

}

.flag-icon-gb-nir.flag-icon-squared {

	background-image: url(../flags/1x1/gb-nir.svg);

}

.flag-icon-gb-sct {

	background-image: url(../flags/4x3/gb-sct.svg);

}

.flag-icon-gb-sct.flag-icon-squared {

	background-image: url(../flags/1x1/gb-sct.svg);

}

.flag-icon-gb-wls {

	background-image: url(../flags/4x3/gb-wls.svg);

}

.flag-icon-gb-wls.flag-icon-squared {

	background-image: url(../flags/1x1/gb-wls.svg);

}

.flag-icon-un {

	background-image: url(../flags/4x3/un.svg);

}

.flag-icon-un.flag-icon-squared {

	background-image: url(../flags/1x1/un.svg);

} */
/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/fonts/iconic/css/material-design-iconic-font.min.css?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
@font-face{font-family:Material-Design-Iconic-Font;src:url('Material-Design-Iconic-Font.woff2?v=2.2.0') format('woff2'),url('Material-Design-Iconic-Font.woff?v=2.2.0') format('woff'),url('Material-Design-Iconic-Font.ttf?v=2.2.0') format('truetype')}.zmdi{display:inline-block;font:normal normal normal 14px/1 'Material-Design-Iconic-Font';font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.zmdi-hc-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.zmdi-hc-2x{font-size:2em}.zmdi-hc-3x{font-size:3em}.zmdi-hc-4x{font-size:4em}.zmdi-hc-5x{font-size:5em}.zmdi-hc-fw{width:1.28571429em;text-align:center}.zmdi-hc-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.zmdi-hc-ul>li{position:relative}.zmdi-hc-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.zmdi-hc-li.zmdi-hc-lg{left:-1.85714286em}.zmdi-hc-border{padding:.1em .25em;border:solid .1em #9e9e9e;border-radius:2px}.zmdi-hc-border-circle{padding:.1em .25em;border:solid .1em #9e9e9e;border-radius:50%}.zmdi.pull-left{float:left;margin-right:.15em}.zmdi.pull-right{float:right;margin-left:.15em}.zmdi-hc-spin{animation:zmdi-spin 1.5s infinite linear}.zmdi-hc-spin-reverse{animation:zmdi-spin-reverse 1.5s infinite linear}@keyframes zmdi-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}@keyframes zmdi-spin-reverse{0%{transform:rotate(0deg)}100%{transform:rotate(-359deg)}}.zmdi-hc-rotate-90{transform:rotate(90deg)}.zmdi-hc-rotate-180{transform:rotate(180deg)}.zmdi-hc-rotate-270{transform:rotate(270deg)}.zmdi-hc-flip-horizontal{transform:scale(-1,1)}.zmdi-hc-flip-vertical{transform:scale(1,-1)}.zmdi-hc-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.zmdi-hc-stack-1x,.zmdi-hc-stack-2x{position:absolute;left:0;width:100%;text-align:center}.zmdi-hc-stack-1x{line-height:inherit}.zmdi-hc-stack-2x{font-size:2em}.zmdi-hc-inverse{color:#fff}.zmdi-3d-rotation:before{content:'\f101'}.zmdi-airplane-off:before{content:'\f102'}.zmdi-airplane:before{content:'\f103'}.zmdi-album:before{content:'\f104'}.zmdi-archive:before{content:'\f105'}.zmdi-assignment-account:before{content:'\f106'}.zmdi-assignment-alert:before{content:'\f107'}.zmdi-assignment-check:before{content:'\f108'}.zmdi-assignment-o:before{content:'\f109'}.zmdi-assignment-return:before{content:'\f10a'}.zmdi-assignment-returned:before{content:'\f10b'}.zmdi-assignment:before{content:'\f10c'}.zmdi-attachment-alt:before{content:'\f10d'}.zmdi-attachment:before{content:'\f10e'}.zmdi-audio:before{content:'\f10f'}.zmdi-badge-check:before{content:'\f110'}.zmdi-balance-wallet:before{content:'\f111'}.zmdi-balance:before{content:'\f112'}.zmdi-battery-alert:before{content:'\f113'}.zmdi-battery-flash:before{content:'\f114'}.zmdi-battery-unknown:before{content:'\f115'}.zmdi-battery:before{content:'\f116'}.zmdi-bike:before{content:'\f117'}.zmdi-block-alt:before{content:'\f118'}.zmdi-block:before{content:'\f119'}.zmdi-boat:before{content:'\f11a'}.zmdi-book-image:before{content:'\f11b'}.zmdi-book:before{content:'\f11c'}.zmdi-bookmark-outline:before{content:'\f11d'}.zmdi-bookmark:before{content:'\f11e'}.zmdi-brush:before{content:'\f11f'}.zmdi-bug:before{content:'\f120'}.zmdi-bus:before{content:'\f121'}.zmdi-cake:before{content:'\f122'}.zmdi-car-taxi:before{content:'\f123'}.zmdi-car-wash:before{content:'\f124'}.zmdi-car:before{content:'\f125'}.zmdi-card-giftcard:before{content:'\f126'}.zmdi-card-membership:before{content:'\f127'}.zmdi-card-travel:before{content:'\f128'}.zmdi-card:before{content:'\f129'}.zmdi-case-check:before{content:'\f12a'}.zmdi-case-download:before{content:'\f12b'}.zmdi-case-play:before{content:'\f12c'}.zmdi-case:before{content:'\f12d'}.zmdi-cast-connected:before{content:'\f12e'}.zmdi-cast:before{content:'\f12f'}.zmdi-chart-donut:before{content:'\f130'}.zmdi-chart:before{content:'\f131'}.zmdi-city-alt:before{content:'\f132'}.zmdi-city:before{content:'\f133'}.zmdi-close-circle-o:before{content:'\f134'}.zmdi-close-circle:before{content:'\f135'}.zmdi-close:before{content:'\f136'}.zmdi-cocktail:before{content:'\f137'}.zmdi-code-setting:before{content:'\f138'}.zmdi-code-smartphone:before{content:'\f139'}.zmdi-code:before{content:'\f13a'}.zmdi-coffee:before{content:'\f13b'}.zmdi-collection-bookmark:before{content:'\f13c'}.zmdi-collection-case-play:before{content:'\f13d'}.zmdi-collection-folder-image:before{content:'\f13e'}.zmdi-collection-image-o:before{content:'\f13f'}.zmdi-collection-image:before{content:'\f140'}.zmdi-collection-item-1:before{content:'\f141'}.zmdi-collection-item-2:before{content:'\f142'}.zmdi-collection-item-3:before{content:'\f143'}.zmdi-collection-item-4:before{content:'\f144'}.zmdi-collection-item-5:before{content:'\f145'}.zmdi-collection-item-6:before{content:'\f146'}.zmdi-collection-item-7:before{content:'\f147'}.zmdi-collection-item-8:before{content:'\f148'}.zmdi-collection-item-9-plus:before{content:'\f149'}.zmdi-collection-item-9:before{content:'\f14a'}.zmdi-collection-item:before{content:'\f14b'}.zmdi-collection-music:before{content:'\f14c'}.zmdi-collection-pdf:before{content:'\f14d'}.zmdi-collection-plus:before{content:'\f14e'}.zmdi-collection-speaker:before{content:'\f14f'}.zmdi-collection-text:before{content:'\f150'}.zmdi-collection-video:before{content:'\f151'}.zmdi-compass:before{content:'\f152'}.zmdi-cutlery:before{content:'\f153'}.zmdi-delete:before{content:'\f154'}.zmdi-dialpad:before{content:'\f155'}.zmdi-dns:before{content:'\f156'}.zmdi-drink:before{content:'\f157'}.zmdi-edit:before{content:'\f158'}.zmdi-email-open:before{content:'\f159'}.zmdi-email:before{content:'\f15a'}.zmdi-eye-off:before{content:'\f15b'}.zmdi-eye:before{content:'\f15c'}.zmdi-eyedropper:before{content:'\f15d'}.zmdi-favorite-outline:before{content:'\f15e'}.zmdi-favorite:before{content:'\f15f'}.zmdi-filter-list:before{content:'\f160'}.zmdi-fire:before{content:'\f161'}.zmdi-flag:before{content:'\f162'}.zmdi-flare:before{content:'\f163'}.zmdi-flash-auto:before{content:'\f164'}.zmdi-flash-off:before{content:'\f165'}.zmdi-flash:before{content:'\f166'}.zmdi-flip:before{content:'\f167'}.zmdi-flower-alt:before{content:'\f168'}.zmdi-flower:before{content:'\f169'}.zmdi-font:before{content:'\f16a'}.zmdi-fullscreen-alt:before{content:'\f16b'}.zmdi-fullscreen-exit:before{content:'\f16c'}.zmdi-fullscreen:before{content:'\f16d'}.zmdi-functions:before{content:'\f16e'}.zmdi-gas-station:before{content:'\f16f'}.zmdi-gesture:before{content:'\f170'}.zmdi-globe-alt:before{content:'\f171'}.zmdi-globe-lock:before{content:'\f172'}.zmdi-globe:before{content:'\f173'}.zmdi-graduation-cap:before{content:'\f174'}.zmdi-home:before{content:'\f175'}.zmdi-hospital-alt:before{content:'\f176'}.zmdi-hospital:before{content:'\f177'}.zmdi-hotel:before{content:'\f178'}.zmdi-hourglass-alt:before{content:'\f179'}.zmdi-hourglass-outline:before{content:'\f17a'}.zmdi-hourglass:before{content:'\f17b'}.zmdi-http:before{content:'\f17c'}.zmdi-image-alt:before{content:'\f17d'}.zmdi-image-o:before{content:'\f17e'}.zmdi-image:before{content:'\f17f'}.zmdi-inbox:before{content:'\f180'}.zmdi-invert-colors-off:before{content:'\f181'}.zmdi-invert-colors:before{content:'\f182'}.zmdi-key:before{content:'\f183'}.zmdi-label-alt-outline:before{content:'\f184'}.zmdi-label-alt:before{content:'\f185'}.zmdi-label-heart:before{content:'\f186'}.zmdi-label:before{content:'\f187'}.zmdi-labels:before{content:'\f188'}.zmdi-lamp:before{content:'\f189'}.zmdi-landscape:before{content:'\f18a'}.zmdi-layers-off:before{content:'\f18b'}.zmdi-layers:before{content:'\f18c'}.zmdi-library:before{content:'\f18d'}.zmdi-link:before{content:'\f18e'}.zmdi-lock-open:before{content:'\f18f'}.zmdi-lock-outline:before{content:'\f190'}.zmdi-lock:before{content:'\f191'}.zmdi-mail-reply-all:before{content:'\f192'}.zmdi-mail-reply:before{content:'\f193'}.zmdi-mail-send:before{content:'\f194'}.zmdi-mall:before{content:'\f195'}.zmdi-map:before{content:'\f196'}.zmdi-menu:before{content:'\f197'}.zmdi-money-box:before{content:'\f198'}.zmdi-money-off:before{content:'\f199'}.zmdi-money:before{content:'\f19a'}.zmdi-more-vert:before{content:'\f19b'}.zmdi-more:before{content:'\f19c'}.zmdi-movie-alt:before{content:'\f19d'}.zmdi-movie:before{content:'\f19e'}.zmdi-nature-people:before{content:'\f19f'}.zmdi-nature:before{content:'\f1a0'}.zmdi-navigation:before{content:'\f1a1'}.zmdi-open-in-browser:before{content:'\f1a2'}.zmdi-open-in-new:before{content:'\f1a3'}.zmdi-palette:before{content:'\f1a4'}.zmdi-parking:before{content:'\f1a5'}.zmdi-pin-account:before{content:'\f1a6'}.zmdi-pin-assistant:before{content:'\f1a7'}.zmdi-pin-drop:before{content:'\f1a8'}.zmdi-pin-help:before{content:'\f1a9'}.zmdi-pin-off:before{content:'\f1aa'}.zmdi-pin:before{content:'\f1ab'}.zmdi-pizza:before{content:'\f1ac'}.zmdi-plaster:before{content:'\f1ad'}.zmdi-power-setting:before{content:'\f1ae'}.zmdi-power:before{content:'\f1af'}.zmdi-print:before{content:'\f1b0'}.zmdi-puzzle-piece:before{content:'\f1b1'}.zmdi-quote:before{content:'\f1b2'}.zmdi-railway:before{content:'\f1b3'}.zmdi-receipt:before{content:'\f1b4'}.zmdi-refresh-alt:before{content:'\f1b5'}.zmdi-refresh-sync-alert:before{content:'\f1b6'}.zmdi-refresh-sync-off:before{content:'\f1b7'}.zmdi-refresh-sync:before{content:'\f1b8'}.zmdi-refresh:before{content:'\f1b9'}.zmdi-roller:before{content:'\f1ba'}.zmdi-ruler:before{content:'\f1bb'}.zmdi-scissors:before{content:'\f1bc'}.zmdi-screen-rotation-lock:before{content:'\f1bd'}.zmdi-screen-rotation:before{content:'\f1be'}.zmdi-search-for:before{content:'\f1bf'}.zmdi-search-in-file:before{content:'\f1c0'}.zmdi-search-in-page:before{content:'\f1c1'}.zmdi-search-replace:before{content:'\f1c2'}.zmdi-search:before{content:'\f1c3'}.zmdi-seat:before{content:'\f1c4'}.zmdi-settings-square:before{content:'\f1c5'}.zmdi-settings:before{content:'\f1c6'}.zmdi-shield-check:before{content:'\f1c7'}.zmdi-shield-security:before{content:'\f1c8'}.zmdi-shopping-basket:before{content:'\f1c9'}.zmdi-shopping-cart-plus:before{content:'\f1ca'}.zmdi-shopping-cart:before{content:'\f1cb'}.zmdi-sign-in:before{content:'\f1cc'}.zmdi-sort-amount-asc:before{content:'\f1cd'}.zmdi-sort-amount-desc:before{content:'\f1ce'}.zmdi-sort-asc:before{content:'\f1cf'}.zmdi-sort-desc:before{content:'\f1d0'}.zmdi-spellcheck:before{content:'\f1d1'}.zmdi-storage:before{content:'\f1d2'}.zmdi-store-24:before{content:'\f1d3'}.zmdi-store:before{content:'\f1d4'}.zmdi-subway:before{content:'\f1d5'}.zmdi-sun:before{content:'\f1d6'}.zmdi-tab-unselected:before{content:'\f1d7'}.zmdi-tab:before{content:'\f1d8'}.zmdi-tag-close:before{content:'\f1d9'}.zmdi-tag-more:before{content:'\f1da'}.zmdi-tag:before{content:'\f1db'}.zmdi-thumb-down:before{content:'\f1dc'}.zmdi-thumb-up-down:before{content:'\f1dd'}.zmdi-thumb-up:before{content:'\f1de'}.zmdi-ticket-star:before{content:'\f1df'}.zmdi-toll:before{content:'\f1e0'}.zmdi-toys:before{content:'\f1e1'}.zmdi-traffic:before{content:'\f1e2'}.zmdi-translate:before{content:'\f1e3'}.zmdi-triangle-down:before{content:'\f1e4'}.zmdi-triangle-up:before{content:'\f1e5'}.zmdi-truck:before{content:'\f1e6'}.zmdi-turning-sign:before{content:'\f1e7'}.zmdi-wallpaper:before{content:'\f1e8'}.zmdi-washing-machine:before{content:'\f1e9'}.zmdi-window-maximize:before{content:'\f1ea'}.zmdi-window-minimize:before{content:'\f1eb'}.zmdi-window-restore:before{content:'\f1ec'}.zmdi-wrench:before{content:'\f1ed'}.zmdi-zoom-in:before{content:'\f1ee'}.zmdi-zoom-out:before{content:'\f1ef'}.zmdi-alert-circle-o:before{content:'\f1f0'}.zmdi-alert-circle:before{content:'\f1f1'}.zmdi-alert-octagon:before{content:'\f1f2'}.zmdi-alert-polygon:before{content:'\f1f3'}.zmdi-alert-triangle:before{content:'\f1f4'}.zmdi-help-outline:before{content:'\f1f5'}.zmdi-help:before{content:'\f1f6'}.zmdi-info-outline:before{content:'\f1f7'}.zmdi-info:before{content:'\f1f8'}.zmdi-notifications-active:before{content:'\f1f9'}.zmdi-notifications-add:before{content:'\f1fa'}.zmdi-notifications-none:before{content:'\f1fb'}.zmdi-notifications-off:before{content:'\f1fc'}.zmdi-notifications-paused:before{content:'\f1fd'}.zmdi-notifications:before{content:'\f1fe'}.zmdi-account-add:before{content:'\f1ff'}.zmdi-account-box-mail:before{content:'\f200'}.zmdi-account-box-o:before{content:'\f201'}.zmdi-account-box-phone:before{content:'\f202'}.zmdi-account-box:before{content:'\f203'}.zmdi-account-calendar:before{content:'\f204'}.zmdi-account-circle:before{content:'\f205'}.zmdi-account-o:before{content:'\f206'}.zmdi-account:before{content:'\f207'}.zmdi-accounts-add:before{content:'\f208'}.zmdi-accounts-alt:before{content:'\f209'}.zmdi-accounts-list-alt:before{content:'\f20a'}.zmdi-accounts-list:before{content:'\f20b'}.zmdi-accounts-outline:before{content:'\f20c'}.zmdi-accounts:before{content:'\f20d'}.zmdi-face:before{content:'\f20e'}.zmdi-female:before{content:'\f20f'}.zmdi-male-alt:before{content:'\f210'}.zmdi-male-female:before{content:'\f211'}.zmdi-male:before{content:'\f212'}.zmdi-mood-bad:before{content:'\f213'}.zmdi-mood:before{content:'\f214'}.zmdi-run:before{content:'\f215'}.zmdi-walk:before{content:'\f216'}.zmdi-cloud-box:before{content:'\f217'}.zmdi-cloud-circle:before{content:'\f218'}.zmdi-cloud-done:before{content:'\f219'}.zmdi-cloud-download:before{content:'\f21a'}.zmdi-cloud-off:before{content:'\f21b'}.zmdi-cloud-outline-alt:before{content:'\f21c'}.zmdi-cloud-outline:before{content:'\f21d'}.zmdi-cloud-upload:before{content:'\f21e'}.zmdi-cloud:before{content:'\f21f'}.zmdi-download:before{content:'\f220'}.zmdi-file-plus:before{content:'\f221'}.zmdi-file-text:before{content:'\f222'}.zmdi-file:before{content:'\f223'}.zmdi-folder-outline:before{content:'\f224'}.zmdi-folder-person:before{content:'\f225'}.zmdi-folder-star-alt:before{content:'\f226'}.zmdi-folder-star:before{content:'\f227'}.zmdi-folder:before{content:'\f228'}.zmdi-gif:before{content:'\f229'}.zmdi-upload:before{content:'\f22a'}.zmdi-border-all:before{content:'\f22b'}.zmdi-border-bottom:before{content:'\f22c'}.zmdi-border-clear:before{content:'\f22d'}.zmdi-border-color:before{content:'\f22e'}.zmdi-border-horizontal:before{content:'\f22f'}.zmdi-border-inner:before{content:'\f230'}.zmdi-border-left:before{content:'\f231'}.zmdi-border-outer:before{content:'\f232'}.zmdi-border-right:before{content:'\f233'}.zmdi-border-style:before{content:'\f234'}.zmdi-border-top:before{content:'\f235'}.zmdi-border-vertical:before{content:'\f236'}.zmdi-copy:before{content:'\f237'}.zmdi-crop:before{content:'\f238'}.zmdi-format-align-center:before{content:'\f239'}.zmdi-format-align-justify:before{content:'\f23a'}.zmdi-format-align-left:before{content:'\f23b'}.zmdi-format-align-right:before{content:'\f23c'}.zmdi-format-bold:before{content:'\f23d'}.zmdi-format-clear-all:before{content:'\f23e'}.zmdi-format-clear:before{content:'\f23f'}.zmdi-format-color-fill:before{content:'\f240'}.zmdi-format-color-reset:before{content:'\f241'}.zmdi-format-color-text:before{content:'\f242'}.zmdi-format-indent-decrease:before{content:'\f243'}.zmdi-format-indent-increase:before{content:'\f244'}.zmdi-format-italic:before{content:'\f245'}.zmdi-format-line-spacing:before{content:'\f246'}.zmdi-format-list-bulleted:before{content:'\f247'}.zmdi-format-list-numbered:before{content:'\f248'}.zmdi-format-ltr:before{content:'\f249'}.zmdi-format-rtl:before{content:'\f24a'}.zmdi-format-size:before{content:'\f24b'}.zmdi-format-strikethrough-s:before{content:'\f24c'}.zmdi-format-strikethrough:before{content:'\f24d'}.zmdi-format-subject:before{content:'\f24e'}.zmdi-format-underlined:before{content:'\f24f'}.zmdi-format-valign-bottom:before{content:'\f250'}.zmdi-format-valign-center:before{content:'\f251'}.zmdi-format-valign-top:before{content:'\f252'}.zmdi-redo:before{content:'\f253'}.zmdi-select-all:before{content:'\f254'}.zmdi-space-bar:before{content:'\f255'}.zmdi-text-format:before{content:'\f256'}.zmdi-transform:before{content:'\f257'}.zmdi-undo:before{content:'\f258'}.zmdi-wrap-text:before{content:'\f259'}.zmdi-comment-alert:before{content:'\f25a'}.zmdi-comment-alt-text:before{content:'\f25b'}.zmdi-comment-alt:before{content:'\f25c'}.zmdi-comment-edit:before{content:'\f25d'}.zmdi-comment-image:before{content:'\f25e'}.zmdi-comment-list:before{content:'\f25f'}.zmdi-comment-more:before{content:'\f260'}.zmdi-comment-outline:before{content:'\f261'}.zmdi-comment-text-alt:before{content:'\f262'}.zmdi-comment-text:before{content:'\f263'}.zmdi-comment-video:before{content:'\f264'}.zmdi-comment:before{content:'\f265'}.zmdi-comments:before{content:'\f266'}.zmdi-check-all:before{content:'\f267'}.zmdi-check-circle-u:before{content:'\f268'}.zmdi-check-circle:before{content:'\f269'}.zmdi-check-square:before{content:'\f26a'}.zmdi-check:before{content:'\f26b'}.zmdi-circle-o:before{content:'\f26c'}.zmdi-circle:before{content:'\f26d'}.zmdi-dot-circle-alt:before{content:'\f26e'}.zmdi-dot-circle:before{content:'\f26f'}.zmdi-minus-circle-outline:before{content:'\f270'}.zmdi-minus-circle:before{content:'\f271'}.zmdi-minus-square:before{content:'\f272'}.zmdi-minus:before{content:'\f273'}.zmdi-plus-circle-o-duplicate:before{content:'\f274'}.zmdi-plus-circle-o:before{content:'\f275'}.zmdi-plus-circle:before{content:'\f276'}.zmdi-plus-square:before{content:'\f277'}.zmdi-plus:before{content:'\f278'}.zmdi-square-o:before{content:'\f279'}.zmdi-star-circle:before{content:'\f27a'}.zmdi-star-half:before{content:'\f27b'}.zmdi-star-outline:before{content:'\f27c'}.zmdi-star:before{content:'\f27d'}.zmdi-bluetooth-connected:before{content:'\f27e'}.zmdi-bluetooth-off:before{content:'\f27f'}.zmdi-bluetooth-search:before{content:'\f280'}.zmdi-bluetooth-setting:before{content:'\f281'}.zmdi-bluetooth:before{content:'\f282'}.zmdi-camera-add:before{content:'\f283'}.zmdi-camera-alt:before{content:'\f284'}.zmdi-camera-bw:before{content:'\f285'}.zmdi-camera-front:before{content:'\f286'}.zmdi-camera-mic:before{content:'\f287'}.zmdi-camera-party-mode:before{content:'\f288'}.zmdi-camera-rear:before{content:'\f289'}.zmdi-camera-roll:before{content:'\f28a'}.zmdi-camera-switch:before{content:'\f28b'}.zmdi-camera:before{content:'\f28c'}.zmdi-card-alert:before{content:'\f28d'}.zmdi-card-off:before{content:'\f28e'}.zmdi-card-sd:before{content:'\f28f'}.zmdi-card-sim:before{content:'\f290'}.zmdi-desktop-mac:before{content:'\f291'}.zmdi-desktop-windows:before{content:'\f292'}.zmdi-device-hub:before{content:'\f293'}.zmdi-devices-off:before{content:'\f294'}.zmdi-devices:before{content:'\f295'}.zmdi-dock:before{content:'\f296'}.zmdi-floppy:before{content:'\f297'}.zmdi-gamepad:before{content:'\f298'}.zmdi-gps-dot:before{content:'\f299'}.zmdi-gps-off:before{content:'\f29a'}.zmdi-gps:before{content:'\f29b'}.zmdi-headset-mic:before{content:'\f29c'}.zmdi-headset:before{content:'\f29d'}.zmdi-input-antenna:before{content:'\f29e'}.zmdi-input-composite:before{content:'\f29f'}.zmdi-input-hdmi:before{content:'\f2a0'}.zmdi-input-power:before{content:'\f2a1'}.zmdi-input-svideo:before{content:'\f2a2'}.zmdi-keyboard-hide:before{content:'\f2a3'}.zmdi-keyboard:before{content:'\f2a4'}.zmdi-laptop-chromebook:before{content:'\f2a5'}.zmdi-laptop-mac:before{content:'\f2a6'}.zmdi-laptop:before{content:'\f2a7'}.zmdi-mic-off:before{content:'\f2a8'}.zmdi-mic-outline:before{content:'\f2a9'}.zmdi-mic-setting:before{content:'\f2aa'}.zmdi-mic:before{content:'\f2ab'}.zmdi-mouse:before{content:'\f2ac'}.zmdi-network-alert:before{content:'\f2ad'}.zmdi-network-locked:before{content:'\f2ae'}.zmdi-network-off:before{content:'\f2af'}.zmdi-network-outline:before{content:'\f2b0'}.zmdi-network-setting:before{content:'\f2b1'}.zmdi-network:before{content:'\f2b2'}.zmdi-phone-bluetooth:before{content:'\f2b3'}.zmdi-phone-end:before{content:'\f2b4'}.zmdi-phone-forwarded:before{content:'\f2b5'}.zmdi-phone-in-talk:before{content:'\f2b6'}.zmdi-phone-locked:before{content:'\f2b7'}.zmdi-phone-missed:before{content:'\f2b8'}.zmdi-phone-msg:before{content:'\f2b9'}.zmdi-phone-paused:before{content:'\f2ba'}.zmdi-phone-ring:before{content:'\f2bb'}.zmdi-phone-setting:before{content:'\f2bc'}.zmdi-phone-sip:before{content:'\f2bd'}.zmdi-phone:before{content:'\f2be'}.zmdi-portable-wifi-changes:before{content:'\f2bf'}.zmdi-portable-wifi-off:before{content:'\f2c0'}.zmdi-portable-wifi:before{content:'\f2c1'}.zmdi-radio:before{content:'\f2c2'}.zmdi-reader:before{content:'\f2c3'}.zmdi-remote-control-alt:before{content:'\f2c4'}.zmdi-remote-control:before{content:'\f2c5'}.zmdi-router:before{content:'\f2c6'}.zmdi-scanner:before{content:'\f2c7'}.zmdi-smartphone-android:before{content:'\f2c8'}.zmdi-smartphone-download:before{content:'\f2c9'}.zmdi-smartphone-erase:before{content:'\f2ca'}.zmdi-smartphone-info:before{content:'\f2cb'}.zmdi-smartphone-iphone:before{content:'\f2cc'}.zmdi-smartphone-landscape-lock:before{content:'\f2cd'}.zmdi-smartphone-landscape:before{content:'\f2ce'}.zmdi-smartphone-lock:before{content:'\f2cf'}.zmdi-smartphone-portrait-lock:before{content:'\f2d0'}.zmdi-smartphone-ring:before{content:'\f2d1'}.zmdi-smartphone-setting:before{content:'\f2d2'}.zmdi-smartphone-setup:before{content:'\f2d3'}.zmdi-smartphone:before{content:'\f2d4'}.zmdi-speaker:before{content:'\f2d5'}.zmdi-tablet-android:before{content:'\f2d6'}.zmdi-tablet-mac:before{content:'\f2d7'}.zmdi-tablet:before{content:'\f2d8'}.zmdi-tv-alt-play:before{content:'\f2d9'}.zmdi-tv-list:before{content:'\f2da'}.zmdi-tv-play:before{content:'\f2db'}.zmdi-tv:before{content:'\f2dc'}.zmdi-usb:before{content:'\f2dd'}.zmdi-videocam-off:before{content:'\f2de'}.zmdi-videocam-switch:before{content:'\f2df'}.zmdi-videocam:before{content:'\f2e0'}.zmdi-watch:before{content:'\f2e1'}.zmdi-wifi-alt-2:before{content:'\f2e2'}.zmdi-wifi-alt:before{content:'\f2e3'}.zmdi-wifi-info:before{content:'\f2e4'}.zmdi-wifi-lock:before{content:'\f2e5'}.zmdi-wifi-off:before{content:'\f2e6'}.zmdi-wifi-outline:before{content:'\f2e7'}.zmdi-wifi:before{content:'\f2e8'}.zmdi-arrow-left-bottom:before{content:'\f2e9'}.zmdi-arrow-left:before{content:'\f2ea'}.zmdi-arrow-merge:before{content:'\f2eb'}.zmdi-arrow-missed:before{content:'\f2ec'}.zmdi-arrow-right-top:before{content:'\f2ed'}.zmdi-arrow-right:before{content:'\f2ee'}.zmdi-arrow-split:before{content:'\f2ef'}.zmdi-arrows:before{content:'\f2f0'}.zmdi-caret-down-circle:before{content:'\f2f1'}.zmdi-caret-down:before{content:'\f2f2'}.zmdi-caret-left-circle:before{content:'\f2f3'}.zmdi-caret-left:before{content:'\f2f4'}.zmdi-caret-right-circle:before{content:'\f2f5'}.zmdi-caret-right:before{content:'\f2f6'}.zmdi-caret-up-circle:before{content:'\f2f7'}.zmdi-caret-up:before{content:'\f2f8'}.zmdi-chevron-down:before{content:'\f2f9'}.zmdi-chevron-left:before{content:'\f2fa'}.zmdi-chevron-right:before{content:'\f2fb'}.zmdi-chevron-up:before{content:'\f2fc'}.zmdi-forward:before{content:'\f2fd'}.zmdi-long-arrow-down:before{content:'\f2fe'}.zmdi-long-arrow-left:before{content:'\f2ff'}.zmdi-long-arrow-return:before{content:'\f300'}.zmdi-long-arrow-right:before{content:'\f301'}.zmdi-long-arrow-tab:before{content:'\f302'}.zmdi-long-arrow-up:before{content:'\f303'}.zmdi-rotate-ccw:before{content:'\f304'}.zmdi-rotate-cw:before{content:'\f305'}.zmdi-rotate-left:before{content:'\f306'}.zmdi-rotate-right:before{content:'\f307'}.zmdi-square-down:before{content:'\f308'}.zmdi-square-right:before{content:'\f309'}.zmdi-swap-alt:before{content:'\f30a'}.zmdi-swap-vertical-circle:before{content:'\f30b'}.zmdi-swap-vertical:before{content:'\f30c'}.zmdi-swap:before{content:'\f30d'}.zmdi-trending-down:before{content:'\f30e'}.zmdi-trending-flat:before{content:'\f30f'}.zmdi-trending-up:before{content:'\f310'}.zmdi-unfold-less:before{content:'\f311'}.zmdi-unfold-more:before{content:'\f312'}.zmdi-apps:before{content:'\f313'}.zmdi-grid-off:before{content:'\f314'}.zmdi-grid:before{content:'\f315'}.zmdi-view-agenda:before{content:'\f316'}.zmdi-view-array:before{content:'\f317'}.zmdi-view-carousel:before{content:'\f318'}.zmdi-view-column:before{content:'\f319'}.zmdi-view-comfy:before{content:'\f31a'}.zmdi-view-compact:before{content:'\f31b'}.zmdi-view-dashboard:before{content:'\f31c'}.zmdi-view-day:before{content:'\f31d'}.zmdi-view-headline:before{content:'\f31e'}.zmdi-view-list-alt:before{content:'\f31f'}.zmdi-view-list:before{content:'\f320'}.zmdi-view-module:before{content:'\f321'}.zmdi-view-quilt:before{content:'\f322'}.zmdi-view-stream:before{content:'\f323'}.zmdi-view-subtitles:before{content:'\f324'}.zmdi-view-toc:before{content:'\f325'}.zmdi-view-web:before{content:'\f326'}.zmdi-view-week:before{content:'\f327'}.zmdi-widgets:before{content:'\f328'}.zmdi-alarm-check:before{content:'\f329'}.zmdi-alarm-off:before{content:'\f32a'}.zmdi-alarm-plus:before{content:'\f32b'}.zmdi-alarm-snooze:before{content:'\f32c'}.zmdi-alarm:before{content:'\f32d'}.zmdi-calendar-alt:before{content:'\f32e'}.zmdi-calendar-check:before{content:'\f32f'}.zmdi-calendar-close:before{content:'\f330'}.zmdi-calendar-note:before{content:'\f331'}.zmdi-calendar:before{content:'\f332'}.zmdi-time-countdown:before{content:'\f333'}.zmdi-time-interval:before{content:'\f334'}.zmdi-time-restore-setting:before{content:'\f335'}.zmdi-time-restore:before{content:'\f336'}.zmdi-time:before{content:'\f337'}.zmdi-timer-off:before{content:'\f338'}.zmdi-timer:before{content:'\f339'}.zmdi-android-alt:before{content:'\f33a'}.zmdi-android:before{content:'\f33b'}.zmdi-apple:before{content:'\f33c'}.zmdi-behance:before{content:'\f33d'}.zmdi-codepen:before{content:'\f33e'}.zmdi-dribbble:before{content:'\f33f'}.zmdi-dropbox:before{content:'\f340'}.zmdi-evernote:before{content:'\f341'}.zmdi-facebook-box:before{content:'\f342'}.zmdi-facebook:before{content:'\f343'}.zmdi-github-box:before{content:'\f344'}.zmdi-github:before{content:'\f345'}.zmdi-google-drive:before{content:'\f346'}.zmdi-google-earth:before{content:'\f347'}.zmdi-google-glass:before{content:'\f348'}.zmdi-google-maps:before{content:'\f349'}.zmdi-google-pages:before{content:'\f34a'}.zmdi-google-play:before{content:'\f34b'}.zmdi-google-plus-box:before{content:'\f34c'}.zmdi-google-plus:before{content:'\f34d'}.zmdi-google:before{content:'\f34e'}.zmdi-instagram:before{content:'\f34f'}.zmdi-language-css3:before{content:'\f350'}.zmdi-language-html5:before{content:'\f351'}.zmdi-language-javascript:before{content:'\f352'}.zmdi-language-python-alt:before{content:'\f353'}.zmdi-language-python:before{content:'\f354'}.zmdi-lastfm:before{content:'\f355'}.zmdi-linkedin-box:before{content:'\f356'}.zmdi-paypal:before{content:'\f357'}.zmdi-pinterest-box:before{content:'\f358'}.zmdi-pocket:before{content:'\f359'}.zmdi-polymer:before{content:'\f35a'}.zmdi-share:before{content:'\f35b'}.zmdi-stackoverflow:before{content:'\f35c'}.zmdi-steam-square:before{content:'\f35d'}.zmdi-steam:before{content:'\f35e'}.zmdi-twitter-box:before{content:'\f35f'}.zmdi-twitter:before{content:'\f360'}.zmdi-vk:before{content:'\f361'}.zmdi-wikipedia:before{content:'\f362'}.zmdi-windows:before{content:'\f363'}.zmdi-aspect-ratio-alt:before{content:'\f364'}.zmdi-aspect-ratio:before{content:'\f365'}.zmdi-blur-circular:before{content:'\f366'}.zmdi-blur-linear:before{content:'\f367'}.zmdi-blur-off:before{content:'\f368'}.zmdi-blur:before{content:'\f369'}.zmdi-brightness-2:before{content:'\f36a'}.zmdi-brightness-3:before{content:'\f36b'}.zmdi-brightness-4:before{content:'\f36c'}.zmdi-brightness-5:before{content:'\f36d'}.zmdi-brightness-6:before{content:'\f36e'}.zmdi-brightness-7:before{content:'\f36f'}.zmdi-brightness-auto:before{content:'\f370'}.zmdi-brightness-setting:before{content:'\f371'}.zmdi-broken-image:before{content:'\f372'}.zmdi-center-focus-strong:before{content:'\f373'}.zmdi-center-focus-weak:before{content:'\f374'}.zmdi-compare:before{content:'\f375'}.zmdi-crop-16-9:before{content:'\f376'}.zmdi-crop-3-2:before{content:'\f377'}.zmdi-crop-5-4:before{content:'\f378'}.zmdi-crop-7-5:before{content:'\f379'}.zmdi-crop-din:before{content:'\f37a'}.zmdi-crop-free:before{content:'\f37b'}.zmdi-crop-landscape:before{content:'\f37c'}.zmdi-crop-portrait:before{content:'\f37d'}.zmdi-crop-square:before{content:'\f37e'}.zmdi-exposure-alt:before{content:'\f37f'}.zmdi-exposure:before{content:'\f380'}.zmdi-filter-b-and-w:before{content:'\f381'}.zmdi-filter-center-focus:before{content:'\f382'}.zmdi-filter-frames:before{content:'\f383'}.zmdi-filter-tilt-shift:before{content:'\f384'}.zmdi-gradient:before{content:'\f385'}.zmdi-grain:before{content:'\f386'}.zmdi-graphic-eq:before{content:'\f387'}.zmdi-hdr-off:before{content:'\f388'}.zmdi-hdr-strong:before{content:'\f389'}.zmdi-hdr-weak:before{content:'\f38a'}.zmdi-hdr:before{content:'\f38b'}.zmdi-iridescent:before{content:'\f38c'}.zmdi-leak-off:before{content:'\f38d'}.zmdi-leak:before{content:'\f38e'}.zmdi-looks:before{content:'\f38f'}.zmdi-loupe:before{content:'\f390'}.zmdi-panorama-horizontal:before{content:'\f391'}.zmdi-panorama-vertical:before{content:'\f392'}.zmdi-panorama-wide-angle:before{content:'\f393'}.zmdi-photo-size-select-large:before{content:'\f394'}.zmdi-photo-size-select-small:before{content:'\f395'}.zmdi-picture-in-picture:before{content:'\f396'}.zmdi-slideshow:before{content:'\f397'}.zmdi-texture:before{content:'\f398'}.zmdi-tonality:before{content:'\f399'}.zmdi-vignette:before{content:'\f39a'}.zmdi-wb-auto:before{content:'\f39b'}.zmdi-eject-alt:before{content:'\f39c'}.zmdi-eject:before{content:'\f39d'}.zmdi-equalizer:before{content:'\f39e'}.zmdi-fast-forward:before{content:'\f39f'}.zmdi-fast-rewind:before{content:'\f3a0'}.zmdi-forward-10:before{content:'\f3a1'}.zmdi-forward-30:before{content:'\f3a2'}.zmdi-forward-5:before{content:'\f3a3'}.zmdi-hearing:before{content:'\f3a4'}.zmdi-pause-circle-outline:before{content:'\f3a5'}.zmdi-pause-circle:before{content:'\f3a6'}.zmdi-pause:before{content:'\f3a7'}.zmdi-play-circle-outline:before{content:'\f3a8'}.zmdi-play-circle:before{content:'\f3a9'}.zmdi-play:before{content:'\f3aa'}.zmdi-playlist-audio:before{content:'\f3ab'}.zmdi-playlist-plus:before{content:'\f3ac'}.zmdi-repeat-one:before{content:'\f3ad'}.zmdi-repeat:before{content:'\f3ae'}.zmdi-replay-10:before{content:'\f3af'}.zmdi-replay-30:before{content:'\f3b0'}.zmdi-replay-5:before{content:'\f3b1'}.zmdi-replay:before{content:'\f3b2'}.zmdi-shuffle:before{content:'\f3b3'}.zmdi-skip-next:before{content:'\f3b4'}.zmdi-skip-previous:before{content:'\f3b5'}.zmdi-stop:before{content:'\f3b6'}.zmdi-surround-sound:before{content:'\f3b7'}.zmdi-tune:before{content:'\f3b8'}.zmdi-volume-down:before{content:'\f3b9'}.zmdi-volume-mute:before{content:'\f3ba'}.zmdi-volume-off:before{content:'\f3bb'}.zmdi-volume-up:before{content:'\f3bc'}.zmdi-n-1-square:before{content:'\f3bd'}.zmdi-n-2-square:before{content:'\f3be'}.zmdi-n-3-square:before{content:'\f3bf'}.zmdi-n-4-square:before{content:'\f3c0'}.zmdi-n-5-square:before{content:'\f3c1'}.zmdi-n-6-square:before{content:'\f3c2'}.zmdi-neg-1:before{content:'\f3c3'}.zmdi-neg-2:before{content:'\f3c4'}.zmdi-plus-1:before{content:'\f3c5'}.zmdi-plus-2:before{content:'\f3c6'}.zmdi-sec-10:before{content:'\f3c7'}.zmdi-sec-3:before{content:'\f3c8'}.zmdi-zero:before{content:'\f3c9'}.zmdi-airline-seat-flat-angled:before{content:'\f3ca'}.zmdi-airline-seat-flat:before{content:'\f3cb'}.zmdi-airline-seat-individual-suite:before{content:'\f3cc'}.zmdi-airline-seat-legroom-extra:before{content:'\f3cd'}.zmdi-airline-seat-legroom-normal:before{content:'\f3ce'}.zmdi-airline-seat-legroom-reduced:before{content:'\f3cf'}.zmdi-airline-seat-recline-extra:before{content:'\f3d0'}.zmdi-airline-seat-recline-normal:before{content:'\f3d1'}.zmdi-airplay:before{content:'\f3d2'}.zmdi-closed-caption:before{content:'\f3d3'}.zmdi-confirmation-number:before{content:'\f3d4'}.zmdi-developer-board:before{content:'\f3d5'}.zmdi-disc-full:before{content:'\f3d6'}.zmdi-explicit:before{content:'\f3d7'}.zmdi-flight-land:before{content:'\f3d8'}.zmdi-flight-takeoff:before{content:'\f3d9'}.zmdi-flip-to-back:before{content:'\f3da'}.zmdi-flip-to-front:before{content:'\f3db'}.zmdi-group-work:before{content:'\f3dc'}.zmdi-hd:before{content:'\f3dd'}.zmdi-hq:before{content:'\f3de'}.zmdi-markunread-mailbox:before{content:'\f3df'}.zmdi-memory:before{content:'\f3e0'}.zmdi-nfc:before{content:'\f3e1'}.zmdi-play-for-work:before{content:'\f3e2'}.zmdi-power-input:before{content:'\f3e3'}.zmdi-present-to-all:before{content:'\f3e4'}.zmdi-satellite:before{content:'\f3e5'}.zmdi-tap-and-play:before{content:'\f3e6'}.zmdi-vibration:before{content:'\f3e7'}.zmdi-voicemail:before{content:'\f3e8'}.zmdi-group:before{content:'\f3e9'}.zmdi-rss:before{content:'\f3ea'}.zmdi-shape:before{content:'\f3eb'}.zmdi-spinner:before{content:'\f3ec'}.zmdi-ungroup:before{content:'\f3ed'}.zmdi-500px:before{content:'\f3ee'}.zmdi-8tracks:before{content:'\f3ef'}.zmdi-amazon:before{content:'\f3f0'}.zmdi-blogger:before{content:'\f3f1'}.zmdi-delicious:before{content:'\f3f2'}.zmdi-disqus:before{content:'\f3f3'}.zmdi-flattr:before{content:'\f3f4'}.zmdi-flickr:before{content:'\f3f5'}.zmdi-github-alt:before{content:'\f3f6'}.zmdi-google-old:before{content:'\f3f7'}.zmdi-linkedin:before{content:'\f3f8'}.zmdi-odnoklassniki:before{content:'\f3f9'}.zmdi-outlook:before{content:'\f3fa'}.zmdi-paypal-alt:before{content:'\f3fb'}.zmdi-pinterest:before{content:'\f3fc'}.zmdi-playstation:before{content:'\f3fd'}.zmdi-reddit:before{content:'\f3fe'}.zmdi-skype:before{content:'\f3ff'}.zmdi-slideshare:before{content:'\f400'}.zmdi-soundcloud:before{content:'\f401'}.zmdi-tumblr:before{content:'\f402'}.zmdi-twitch:before{content:'\f403'}.zmdi-vimeo:before{content:'\f404'}.zmdi-whatsapp:before{content:'\f405'}.zmdi-xbox:before{content:'\f406'}.zmdi-yahoo:before{content:'\f407'}.zmdi-youtube-play:before{content:'\f408'}.zmdi-youtube:before{content:'\f409'}.zmdi-3d-rotation:before{content:'\f101'}.zmdi-airplane-off:before{content:'\f102'}.zmdi-airplane:before{content:'\f103'}.zmdi-album:before{content:'\f104'}.zmdi-archive:before{content:'\f105'}.zmdi-assignment-account:before{content:'\f106'}.zmdi-assignment-alert:before{content:'\f107'}.zmdi-assignment-check:before{content:'\f108'}.zmdi-assignment-o:before{content:'\f109'}.zmdi-assignment-return:before{content:'\f10a'}.zmdi-assignment-returned:before{content:'\f10b'}.zmdi-assignment:before{content:'\f10c'}.zmdi-attachment-alt:before{content:'\f10d'}.zmdi-attachment:before{content:'\f10e'}.zmdi-audio:before{content:'\f10f'}.zmdi-badge-check:before{content:'\f110'}.zmdi-balance-wallet:before{content:'\f111'}.zmdi-balance:before{content:'\f112'}.zmdi-battery-alert:before{content:'\f113'}.zmdi-battery-flash:before{content:'\f114'}.zmdi-battery-unknown:before{content:'\f115'}.zmdi-battery:before{content:'\f116'}.zmdi-bike:before{content:'\f117'}.zmdi-block-alt:before{content:'\f118'}.zmdi-block:before{content:'\f119'}.zmdi-boat:before{content:'\f11a'}.zmdi-book-image:before{content:'\f11b'}.zmdi-book:before{content:'\f11c'}.zmdi-bookmark-outline:before{content:'\f11d'}.zmdi-bookmark:before{content:'\f11e'}.zmdi-brush:before{content:'\f11f'}.zmdi-bug:before{content:'\f120'}.zmdi-bus:before{content:'\f121'}.zmdi-cake:before{content:'\f122'}.zmdi-car-taxi:before{content:'\f123'}.zmdi-car-wash:before{content:'\f124'}.zmdi-car:before{content:'\f125'}.zmdi-card-giftcard:before{content:'\f126'}.zmdi-card-membership:before{content:'\f127'}.zmdi-card-travel:before{content:'\f128'}.zmdi-card:before{content:'\f129'}.zmdi-case-check:before{content:'\f12a'}.zmdi-case-download:before{content:'\f12b'}.zmdi-case-play:before{content:'\f12c'}.zmdi-case:before{content:'\f12d'}.zmdi-cast-connected:before{content:'\f12e'}.zmdi-cast:before{content:'\f12f'}.zmdi-chart-donut:before{content:'\f130'}.zmdi-chart:before{content:'\f131'}.zmdi-city-alt:before{content:'\f132'}.zmdi-city:before{content:'\f133'}.zmdi-close-circle-o:before{content:'\f134'}.zmdi-close-circle:before{content:'\f135'}.zmdi-close:before{content:'\f136'}.zmdi-cocktail:before{content:'\f137'}.zmdi-code-setting:before{content:'\f138'}.zmdi-code-smartphone:before{content:'\f139'}.zmdi-code:before{content:'\f13a'}.zmdi-coffee:before{content:'\f13b'}.zmdi-collection-bookmark:before{content:'\f13c'}.zmdi-collection-case-play:before{content:'\f13d'}.zmdi-collection-folder-image:before{content:'\f13e'}.zmdi-collection-image-o:before{content:'\f13f'}.zmdi-collection-image:before{content:'\f140'}.zmdi-collection-item-1:before{content:'\f141'}.zmdi-collection-item-2:before{content:'\f142'}.zmdi-collection-item-3:before{content:'\f143'}.zmdi-collection-item-4:before{content:'\f144'}.zmdi-collection-item-5:before{content:'\f145'}.zmdi-collection-item-6:before{content:'\f146'}.zmdi-collection-item-7:before{content:'\f147'}.zmdi-collection-item-8:before{content:'\f148'}.zmdi-collection-item-9-plus:before{content:'\f149'}.zmdi-collection-item-9:before{content:'\f14a'}.zmdi-collection-item:before{content:'\f14b'}.zmdi-collection-music:before{content:'\f14c'}.zmdi-collection-pdf:before{content:'\f14d'}.zmdi-collection-plus:before{content:'\f14e'}.zmdi-collection-speaker:before{content:'\f14f'}.zmdi-collection-text:before{content:'\f150'}.zmdi-collection-video:before{content:'\f151'}.zmdi-compass:before{content:'\f152'}.zmdi-cutlery:before{content:'\f153'}.zmdi-delete:before{content:'\f154'}.zmdi-dialpad:before{content:'\f155'}.zmdi-dns:before{content:'\f156'}.zmdi-drink:before{content:'\f157'}.zmdi-edit:before{content:'\f158'}.zmdi-email-open:before{content:'\f159'}.zmdi-email:before{content:'\f15a'}.zmdi-eye-off:before{content:'\f15b'}.zmdi-eye:before{content:'\f15c'}.zmdi-eyedropper:before{content:'\f15d'}.zmdi-favorite-outline:before{content:'\f15e'}.zmdi-favorite:before{content:'\f15f'}.zmdi-filter-list:before{content:'\f160'}.zmdi-fire:before{content:'\f161'}.zmdi-flag:before{content:'\f162'}.zmdi-flare:before{content:'\f163'}.zmdi-flash-auto:before{content:'\f164'}.zmdi-flash-off:before{content:'\f165'}.zmdi-flash:before{content:'\f166'}.zmdi-flip:before{content:'\f167'}.zmdi-flower-alt:before{content:'\f168'}.zmdi-flower:before{content:'\f169'}.zmdi-font:before{content:'\f16a'}.zmdi-fullscreen-alt:before{content:'\f16b'}.zmdi-fullscreen-exit:before{content:'\f16c'}.zmdi-fullscreen:before{content:'\f16d'}.zmdi-functions:before{content:'\f16e'}.zmdi-gas-station:before{content:'\f16f'}.zmdi-gesture:before{content:'\f170'}.zmdi-globe-alt:before{content:'\f171'}.zmdi-globe-lock:before{content:'\f172'}.zmdi-globe:before{content:'\f173'}.zmdi-graduation-cap:before{content:'\f174'}.zmdi-home:before{content:'\f175'}.zmdi-hospital-alt:before{content:'\f176'}.zmdi-hospital:before{content:'\f177'}.zmdi-hotel:before{content:'\f178'}.zmdi-hourglass-alt:before{content:'\f179'}.zmdi-hourglass-outline:before{content:'\f17a'}.zmdi-hourglass:before{content:'\f17b'}.zmdi-http:before{content:'\f17c'}.zmdi-image-alt:before{content:'\f17d'}.zmdi-image-o:before{content:'\f17e'}.zmdi-image:before{content:'\f17f'}.zmdi-inbox:before{content:'\f180'}.zmdi-invert-colors-off:before{content:'\f181'}.zmdi-invert-colors:before{content:'\f182'}.zmdi-key:before{content:'\f183'}.zmdi-label-alt-outline:before{content:'\f184'}.zmdi-label-alt:before{content:'\f185'}.zmdi-label-heart:before{content:'\f186'}.zmdi-label:before{content:'\f187'}.zmdi-labels:before{content:'\f188'}.zmdi-lamp:before{content:'\f189'}.zmdi-landscape:before{content:'\f18a'}.zmdi-layers-off:before{content:'\f18b'}.zmdi-layers:before{content:'\f18c'}.zmdi-library:before{content:'\f18d'}.zmdi-link:before{content:'\f18e'}.zmdi-lock-open:before{content:'\f18f'}.zmdi-lock-outline:before{content:'\f190'}.zmdi-lock:before{content:'\f191'}.zmdi-mail-reply-all:before{content:'\f192'}.zmdi-mail-reply:before{content:'\f193'}.zmdi-mail-send:before{content:'\f194'}.zmdi-mall:before{content:'\f195'}.zmdi-map:before{content:'\f196'}.zmdi-menu:before{content:'\f197'}.zmdi-money-box:before{content:'\f198'}.zmdi-money-off:before{content:'\f199'}.zmdi-money:before{content:'\f19a'}.zmdi-more-vert:before{content:'\f19b'}.zmdi-more:before{content:'\f19c'}.zmdi-movie-alt:before{content:'\f19d'}.zmdi-movie:before{content:'\f19e'}.zmdi-nature-people:before{content:'\f19f'}.zmdi-nature:before{content:'\f1a0'}.zmdi-navigation:before{content:'\f1a1'}.zmdi-open-in-browser:before{content:'\f1a2'}.zmdi-open-in-new:before{content:'\f1a3'}.zmdi-palette:before{content:'\f1a4'}.zmdi-parking:before{content:'\f1a5'}.zmdi-pin-account:before{content:'\f1a6'}.zmdi-pin-assistant:before{content:'\f1a7'}.zmdi-pin-drop:before{content:'\f1a8'}.zmdi-pin-help:before{content:'\f1a9'}.zmdi-pin-off:before{content:'\f1aa'}.zmdi-pin:before{content:'\f1ab'}.zmdi-pizza:before{content:'\f1ac'}.zmdi-plaster:before{content:'\f1ad'}.zmdi-power-setting:before{content:'\f1ae'}.zmdi-power:before{content:'\f1af'}.zmdi-print:before{content:'\f1b0'}.zmdi-puzzle-piece:before{content:'\f1b1'}.zmdi-quote:before{content:'\f1b2'}.zmdi-railway:before{content:'\f1b3'}.zmdi-receipt:before{content:'\f1b4'}.zmdi-refresh-alt:before{content:'\f1b5'}.zmdi-refresh-sync-alert:before{content:'\f1b6'}.zmdi-refresh-sync-off:before{content:'\f1b7'}.zmdi-refresh-sync:before{content:'\f1b8'}.zmdi-refresh:before{content:'\f1b9'}.zmdi-roller:before{content:'\f1ba'}.zmdi-ruler:before{content:'\f1bb'}.zmdi-scissors:before{content:'\f1bc'}.zmdi-screen-rotation-lock:before{content:'\f1bd'}.zmdi-screen-rotation:before{content:'\f1be'}.zmdi-search-for:before{content:'\f1bf'}.zmdi-search-in-file:before{content:'\f1c0'}.zmdi-search-in-page:before{content:'\f1c1'}.zmdi-search-replace:before{content:'\f1c2'}.zmdi-search:before{content:'\f1c3'}.zmdi-seat:before{content:'\f1c4'}.zmdi-settings-square:before{content:'\f1c5'}.zmdi-settings:before{content:'\f1c6'}.zmdi-shield-check:before{content:'\f1c7'}.zmdi-shield-security:before{content:'\f1c8'}.zmdi-shopping-basket:before{content:'\f1c9'}.zmdi-shopping-cart-plus:before{content:'\f1ca'}.zmdi-shopping-cart:before{content:'\f1cb'}.zmdi-sign-in:before{content:'\f1cc'}.zmdi-sort-amount-asc:before{content:'\f1cd'}.zmdi-sort-amount-desc:before{content:'\f1ce'}.zmdi-sort-asc:before{content:'\f1cf'}.zmdi-sort-desc:before{content:'\f1d0'}.zmdi-spellcheck:before{content:'\f1d1'}.zmdi-storage:before{content:'\f1d2'}.zmdi-store-24:before{content:'\f1d3'}.zmdi-store:before{content:'\f1d4'}.zmdi-subway:before{content:'\f1d5'}.zmdi-sun:before{content:'\f1d6'}.zmdi-tab-unselected:before{content:'\f1d7'}.zmdi-tab:before{content:'\f1d8'}.zmdi-tag-close:before{content:'\f1d9'}.zmdi-tag-more:before{content:'\f1da'}.zmdi-tag:before{content:'\f1db'}.zmdi-thumb-down:before{content:'\f1dc'}.zmdi-thumb-up-down:before{content:'\f1dd'}.zmdi-thumb-up:before{content:'\f1de'}.zmdi-ticket-star:before{content:'\f1df'}.zmdi-toll:before{content:'\f1e0'}.zmdi-toys:before{content:'\f1e1'}.zmdi-traffic:before{content:'\f1e2'}.zmdi-translate:before{content:'\f1e3'}.zmdi-triangle-down:before{content:'\f1e4'}.zmdi-triangle-up:before{content:'\f1e5'}.zmdi-truck:before{content:'\f1e6'}.zmdi-turning-sign:before{content:'\f1e7'}.zmdi-wallpaper:before{content:'\f1e8'}.zmdi-washing-machine:before{content:'\f1e9'}.zmdi-window-maximize:before{content:'\f1ea'}.zmdi-window-minimize:before{content:'\f1eb'}.zmdi-window-restore:before{content:'\f1ec'}.zmdi-wrench:before{content:'\f1ed'}.zmdi-zoom-in:before{content:'\f1ee'}.zmdi-zoom-out:before{content:'\f1ef'}.zmdi-alert-circle-o:before{content:'\f1f0'}.zmdi-alert-circle:before{content:'\f1f1'}.zmdi-alert-octagon:before{content:'\f1f2'}.zmdi-alert-polygon:before{content:'\f1f3'}.zmdi-alert-triangle:before{content:'\f1f4'}.zmdi-help-outline:before{content:'\f1f5'}.zmdi-help:before{content:'\f1f6'}.zmdi-info-outline:before{content:'\f1f7'}.zmdi-info:before{content:'\f1f8'}.zmdi-notifications-active:before{content:'\f1f9'}.zmdi-notifications-add:before{content:'\f1fa'}.zmdi-notifications-none:before{content:'\f1fb'}.zmdi-notifications-off:before{content:'\f1fc'}.zmdi-notifications-paused:before{content:'\f1fd'}.zmdi-notifications:before{content:'\f1fe'}.zmdi-account-add:before{content:'\f1ff'}.zmdi-account-box-mail:before{content:'\f200'}.zmdi-account-box-o:before{content:'\f201'}.zmdi-account-box-phone:before{content:'\f202'}.zmdi-account-box:before{content:'\f203'}.zmdi-account-calendar:before{content:'\f204'}.zmdi-account-circle:before{content:'\f205'}.zmdi-account-o:before{content:'\f206'}.zmdi-account:before{content:'\f207'}.zmdi-accounts-add:before{content:'\f208'}.zmdi-accounts-alt:before{content:'\f209'}.zmdi-accounts-list-alt:before{content:'\f20a'}.zmdi-accounts-list:before{content:'\f20b'}.zmdi-accounts-outline:before{content:'\f20c'}.zmdi-accounts:before{content:'\f20d'}.zmdi-face:before{content:'\f20e'}.zmdi-female:before{content:'\f20f'}.zmdi-male-alt:before{content:'\f210'}.zmdi-male-female:before{content:'\f211'}.zmdi-male:before{content:'\f212'}.zmdi-mood-bad:before{content:'\f213'}.zmdi-mood:before{content:'\f214'}.zmdi-run:before{content:'\f215'}.zmdi-walk:before{content:'\f216'}.zmdi-cloud-box:before{content:'\f217'}.zmdi-cloud-circle:before{content:'\f218'}.zmdi-cloud-done:before{content:'\f219'}.zmdi-cloud-download:before{content:'\f21a'}.zmdi-cloud-off:before{content:'\f21b'}.zmdi-cloud-outline-alt:before{content:'\f21c'}.zmdi-cloud-outline:before{content:'\f21d'}.zmdi-cloud-upload:before{content:'\f21e'}.zmdi-cloud:before{content:'\f21f'}.zmdi-download:before{content:'\f220'}.zmdi-file-plus:before{content:'\f221'}.zmdi-file-text:before{content:'\f222'}.zmdi-file:before{content:'\f223'}.zmdi-folder-outline:before{content:'\f224'}.zmdi-folder-person:before{content:'\f225'}.zmdi-folder-star-alt:before{content:'\f226'}.zmdi-folder-star:before{content:'\f227'}.zmdi-folder:before{content:'\f228'}.zmdi-gif:before{content:'\f229'}.zmdi-upload:before{content:'\f22a'}.zmdi-border-all:before{content:'\f22b'}.zmdi-border-bottom:before{content:'\f22c'}.zmdi-border-clear:before{content:'\f22d'}.zmdi-border-color:before{content:'\f22e'}.zmdi-border-horizontal:before{content:'\f22f'}.zmdi-border-inner:before{content:'\f230'}.zmdi-border-left:before{content:'\f231'}.zmdi-border-outer:before{content:'\f232'}.zmdi-border-right:before{content:'\f233'}.zmdi-border-style:before{content:'\f234'}.zmdi-border-top:before{content:'\f235'}.zmdi-border-vertical:before{content:'\f236'}.zmdi-copy:before{content:'\f237'}.zmdi-crop:before{content:'\f238'}.zmdi-format-align-center:before{content:'\f239'}.zmdi-format-align-justify:before{content:'\f23a'}.zmdi-format-align-left:before{content:'\f23b'}.zmdi-format-align-right:before{content:'\f23c'}.zmdi-format-bold:before{content:'\f23d'}.zmdi-format-clear-all:before{content:'\f23e'}.zmdi-format-clear:before{content:'\f23f'}.zmdi-format-color-fill:before{content:'\f240'}.zmdi-format-color-reset:before{content:'\f241'}.zmdi-format-color-text:before{content:'\f242'}.zmdi-format-indent-decrease:before{content:'\f243'}.zmdi-format-indent-increase:before{content:'\f244'}.zmdi-format-italic:before{content:'\f245'}.zmdi-format-line-spacing:before{content:'\f246'}.zmdi-format-list-bulleted:before{content:'\f247'}.zmdi-format-list-numbered:before{content:'\f248'}.zmdi-format-ltr:before{content:'\f249'}.zmdi-format-rtl:before{content:'\f24a'}.zmdi-format-size:before{content:'\f24b'}.zmdi-format-strikethrough-s:before{content:'\f24c'}.zmdi-format-strikethrough:before{content:'\f24d'}.zmdi-format-subject:before{content:'\f24e'}.zmdi-format-underlined:before{content:'\f24f'}.zmdi-format-valign-bottom:before{content:'\f250'}.zmdi-format-valign-center:before{content:'\f251'}.zmdi-format-valign-top:before{content:'\f252'}.zmdi-redo:before{content:'\f253'}.zmdi-select-all:before{content:'\f254'}.zmdi-space-bar:before{content:'\f255'}.zmdi-text-format:before{content:'\f256'}.zmdi-transform:before{content:'\f257'}.zmdi-undo:before{content:'\f258'}.zmdi-wrap-text:before{content:'\f259'}.zmdi-comment-alert:before{content:'\f25a'}.zmdi-comment-alt-text:before{content:'\f25b'}.zmdi-comment-alt:before{content:'\f25c'}.zmdi-comment-edit:before{content:'\f25d'}.zmdi-comment-image:before{content:'\f25e'}.zmdi-comment-list:before{content:'\f25f'}.zmdi-comment-more:before{content:'\f260'}.zmdi-comment-outline:before{content:'\f261'}.zmdi-comment-text-alt:before{content:'\f262'}.zmdi-comment-text:before{content:'\f263'}.zmdi-comment-video:before{content:'\f264'}.zmdi-comment:before{content:'\f265'}.zmdi-comments:before{content:'\f266'}.zmdi-check-all:before{content:'\f267'}.zmdi-check-circle-u:before{content:'\f268'}.zmdi-check-circle:before{content:'\f269'}.zmdi-check-square:before{content:'\f26a'}.zmdi-check:before{content:'\f26b'}.zmdi-circle-o:before{content:'\f26c'}.zmdi-circle:before{content:'\f26d'}.zmdi-dot-circle-alt:before{content:'\f26e'}.zmdi-dot-circle:before{content:'\f26f'}.zmdi-minus-circle-outline:before{content:'\f270'}.zmdi-minus-circle:before{content:'\f271'}.zmdi-minus-square:before{content:'\f272'}.zmdi-minus:before{content:'\f273'}.zmdi-plus-circle-o-duplicate:before{content:'\f274'}.zmdi-plus-circle-o:before{content:'\f275'}.zmdi-plus-circle:before{content:'\f276'}.zmdi-plus-square:before{content:'\f277'}.zmdi-plus:before{content:'\f278'}.zmdi-square-o:before{content:'\f279'}.zmdi-star-circle:before{content:'\f27a'}.zmdi-star-half:before{content:'\f27b'}.zmdi-star-outline:before{content:'\f27c'}.zmdi-star:before{content:'\f27d'}.zmdi-bluetooth-connected:before{content:'\f27e'}.zmdi-bluetooth-off:before{content:'\f27f'}.zmdi-bluetooth-search:before{content:'\f280'}.zmdi-bluetooth-setting:before{content:'\f281'}.zmdi-bluetooth:before{content:'\f282'}.zmdi-camera-add:before{content:'\f283'}.zmdi-camera-alt:before{content:'\f284'}.zmdi-camera-bw:before{content:'\f285'}.zmdi-camera-front:before{content:'\f286'}.zmdi-camera-mic:before{content:'\f287'}.zmdi-camera-party-mode:before{content:'\f288'}.zmdi-camera-rear:before{content:'\f289'}.zmdi-camera-roll:before{content:'\f28a'}.zmdi-camera-switch:before{content:'\f28b'}.zmdi-camera:before{content:'\f28c'}.zmdi-card-alert:before{content:'\f28d'}.zmdi-card-off:before{content:'\f28e'}.zmdi-card-sd:before{content:'\f28f'}.zmdi-card-sim:before{content:'\f290'}.zmdi-desktop-mac:before{content:'\f291'}.zmdi-desktop-windows:before{content:'\f292'}.zmdi-device-hub:before{content:'\f293'}.zmdi-devices-off:before{content:'\f294'}.zmdi-devices:before{content:'\f295'}.zmdi-dock:before{content:'\f296'}.zmdi-floppy:before{content:'\f297'}.zmdi-gamepad:before{content:'\f298'}.zmdi-gps-dot:before{content:'\f299'}.zmdi-gps-off:before{content:'\f29a'}.zmdi-gps:before{content:'\f29b'}.zmdi-headset-mic:before{content:'\f29c'}.zmdi-headset:before{content:'\f29d'}.zmdi-input-antenna:before{content:'\f29e'}.zmdi-input-composite:before{content:'\f29f'}.zmdi-input-hdmi:before{content:'\f2a0'}.zmdi-input-power:before{content:'\f2a1'}.zmdi-input-svideo:before{content:'\f2a2'}.zmdi-keyboard-hide:before{content:'\f2a3'}.zmdi-keyboard:before{content:'\f2a4'}.zmdi-laptop-chromebook:before{content:'\f2a5'}.zmdi-laptop-mac:before{content:'\f2a6'}.zmdi-laptop:before{content:'\f2a7'}.zmdi-mic-off:before{content:'\f2a8'}.zmdi-mic-outline:before{content:'\f2a9'}.zmdi-mic-setting:before{content:'\f2aa'}.zmdi-mic:before{content:'\f2ab'}.zmdi-mouse:before{content:'\f2ac'}.zmdi-network-alert:before{content:'\f2ad'}.zmdi-network-locked:before{content:'\f2ae'}.zmdi-network-off:before{content:'\f2af'}.zmdi-network-outline:before{content:'\f2b0'}.zmdi-network-setting:before{content:'\f2b1'}.zmdi-network:before{content:'\f2b2'}.zmdi-phone-bluetooth:before{content:'\f2b3'}.zmdi-phone-end:before{content:'\f2b4'}.zmdi-phone-forwarded:before{content:'\f2b5'}.zmdi-phone-in-talk:before{content:'\f2b6'}.zmdi-phone-locked:before{content:'\f2b7'}.zmdi-phone-missed:before{content:'\f2b8'}.zmdi-phone-msg:before{content:'\f2b9'}.zmdi-phone-paused:before{content:'\f2ba'}.zmdi-phone-ring:before{content:'\f2bb'}.zmdi-phone-setting:before{content:'\f2bc'}.zmdi-phone-sip:before{content:'\f2bd'}.zmdi-phone:before{content:'\f2be'}.zmdi-portable-wifi-changes:before{content:'\f2bf'}.zmdi-portable-wifi-off:before{content:'\f2c0'}.zmdi-portable-wifi:before{content:'\f2c1'}.zmdi-radio:before{content:'\f2c2'}.zmdi-reader:before{content:'\f2c3'}.zmdi-remote-control-alt:before{content:'\f2c4'}.zmdi-remote-control:before{content:'\f2c5'}.zmdi-router:before{content:'\f2c6'}.zmdi-scanner:before{content:'\f2c7'}.zmdi-smartphone-android:before{content:'\f2c8'}.zmdi-smartphone-download:before{content:'\f2c9'}.zmdi-smartphone-erase:before{content:'\f2ca'}.zmdi-smartphone-info:before{content:'\f2cb'}.zmdi-smartphone-iphone:before{content:'\f2cc'}.zmdi-smartphone-landscape-lock:before{content:'\f2cd'}.zmdi-smartphone-landscape:before{content:'\f2ce'}.zmdi-smartphone-lock:before{content:'\f2cf'}.zmdi-smartphone-portrait-lock:before{content:'\f2d0'}.zmdi-smartphone-ring:before{content:'\f2d1'}.zmdi-smartphone-setting:before{content:'\f2d2'}.zmdi-smartphone-setup:before{content:'\f2d3'}.zmdi-smartphone:before{content:'\f2d4'}.zmdi-speaker:before{content:'\f2d5'}.zmdi-tablet-android:before{content:'\f2d6'}.zmdi-tablet-mac:before{content:'\f2d7'}.zmdi-tablet:before{content:'\f2d8'}.zmdi-tv-alt-play:before{content:'\f2d9'}.zmdi-tv-list:before{content:'\f2da'}.zmdi-tv-play:before{content:'\f2db'}.zmdi-tv:before{content:'\f2dc'}.zmdi-usb:before{content:'\f2dd'}.zmdi-videocam-off:before{content:'\f2de'}.zmdi-videocam-switch:before{content:'\f2df'}.zmdi-videocam:before{content:'\f2e0'}.zmdi-watch:before{content:'\f2e1'}.zmdi-wifi-alt-2:before{content:'\f2e2'}.zmdi-wifi-alt:before{content:'\f2e3'}.zmdi-wifi-info:before{content:'\f2e4'}.zmdi-wifi-lock:before{content:'\f2e5'}.zmdi-wifi-off:before{content:'\f2e6'}.zmdi-wifi-outline:before{content:'\f2e7'}.zmdi-wifi:before{content:'\f2e8'}.zmdi-arrow-left-bottom:before{content:'\f2e9'}.zmdi-arrow-left:before{content:'\f2ea'}.zmdi-arrow-merge:before{content:'\f2eb'}.zmdi-arrow-missed:before{content:'\f2ec'}.zmdi-arrow-right-top:before{content:'\f2ed'}.zmdi-arrow-right:before{content:'\f2ee'}.zmdi-arrow-split:before{content:'\f2ef'}.zmdi-arrows:before{content:'\f2f0'}.zmdi-caret-down-circle:before{content:'\f2f1'}.zmdi-caret-down:before{content:'\f2f2'}.zmdi-caret-left-circle:before{content:'\f2f3'}.zmdi-caret-left:before{content:'\f2f4'}.zmdi-caret-right-circle:before{content:'\f2f5'}.zmdi-caret-right:before{content:'\f2f6'}.zmdi-caret-up-circle:before{content:'\f2f7'}.zmdi-caret-up:before{content:'\f2f8'}.zmdi-chevron-down:before{content:'\f2f9'}.zmdi-chevron-left:before{content:'\f2fa'}.zmdi-chevron-right:before{content:'\f2fb'}.zmdi-chevron-up:before{content:'\f2fc'}.zmdi-forward:before{content:'\f2fd'}.zmdi-long-arrow-down:before{content:'\f2fe'}.zmdi-long-arrow-left:before{content:'\f2ff'}.zmdi-long-arrow-return:before{content:'\f300'}.zmdi-long-arrow-right:before{content:'\f301'}.zmdi-long-arrow-tab:before{content:'\f302'}.zmdi-long-arrow-up:before{content:'\f303'}.zmdi-rotate-ccw:before{content:'\f304'}.zmdi-rotate-cw:before{content:'\f305'}.zmdi-rotate-left:before{content:'\f306'}.zmdi-rotate-right:before{content:'\f307'}.zmdi-square-down:before{content:'\f308'}.zmdi-square-right:before{content:'\f309'}.zmdi-swap-alt:before{content:'\f30a'}.zmdi-swap-vertical-circle:before{content:'\f30b'}.zmdi-swap-vertical:before{content:'\f30c'}.zmdi-swap:before{content:'\f30d'}.zmdi-trending-down:before{content:'\f30e'}.zmdi-trending-flat:before{content:'\f30f'}.zmdi-trending-up:before{content:'\f310'}.zmdi-unfold-less:before{content:'\f311'}.zmdi-unfold-more:before{content:'\f312'}.zmdi-apps:before{content:'\f313'}.zmdi-grid-off:before{content:'\f314'}.zmdi-grid:before{content:'\f315'}.zmdi-view-agenda:before{content:'\f316'}.zmdi-view-array:before{content:'\f317'}.zmdi-view-carousel:before{content:'\f318'}.zmdi-view-column:before{content:'\f319'}.zmdi-view-comfy:before{content:'\f31a'}.zmdi-view-compact:before{content:'\f31b'}.zmdi-view-dashboard:before{content:'\f31c'}.zmdi-view-day:before{content:'\f31d'}.zmdi-view-headline:before{content:'\f31e'}.zmdi-view-list-alt:before{content:'\f31f'}.zmdi-view-list:before{content:'\f320'}.zmdi-view-module:before{content:'\f321'}.zmdi-view-quilt:before{content:'\f322'}.zmdi-view-stream:before{content:'\f323'}.zmdi-view-subtitles:before{content:'\f324'}.zmdi-view-toc:before{content:'\f325'}.zmdi-view-web:before{content:'\f326'}.zmdi-view-week:before{content:'\f327'}.zmdi-widgets:before{content:'\f328'}.zmdi-alarm-check:before{content:'\f329'}.zmdi-alarm-off:before{content:'\f32a'}.zmdi-alarm-plus:before{content:'\f32b'}.zmdi-alarm-snooze:before{content:'\f32c'}.zmdi-alarm:before{content:'\f32d'}.zmdi-calendar-alt:before{content:'\f32e'}.zmdi-calendar-check:before{content:'\f32f'}.zmdi-calendar-close:before{content:'\f330'}.zmdi-calendar-note:before{content:'\f331'}.zmdi-calendar:before{content:'\f332'}.zmdi-time-countdown:before{content:'\f333'}.zmdi-time-interval:before{content:'\f334'}.zmdi-time-restore-setting:before{content:'\f335'}.zmdi-time-restore:before{content:'\f336'}.zmdi-time:before{content:'\f337'}.zmdi-timer-off:before{content:'\f338'}.zmdi-timer:before{content:'\f339'}.zmdi-android-alt:before{content:'\f33a'}.zmdi-android:before{content:'\f33b'}.zmdi-apple:before{content:'\f33c'}.zmdi-behance:before{content:'\f33d'}.zmdi-codepen:before{content:'\f33e'}.zmdi-dribbble:before{content:'\f33f'}.zmdi-dropbox:before{content:'\f340'}.zmdi-evernote:before{content:'\f341'}.zmdi-facebook-box:before{content:'\f342'}.zmdi-facebook:before{content:'\f343'}.zmdi-github-box:before{content:'\f344'}.zmdi-github:before{content:'\f345'}.zmdi-google-drive:before{content:'\f346'}.zmdi-google-earth:before{content:'\f347'}.zmdi-google-glass:before{content:'\f348'}.zmdi-google-maps:before{content:'\f349'}.zmdi-google-pages:before{content:'\f34a'}.zmdi-google-play:before{content:'\f34b'}.zmdi-google-plus-box:before{content:'\f34c'}.zmdi-google-plus:before{content:'\f34d'}.zmdi-google:before{content:'\f34e'}.zmdi-instagram:before{content:'\f34f'}.zmdi-language-css3:before{content:'\f350'}.zmdi-language-html5:before{content:'\f351'}.zmdi-language-javascript:before{content:'\f352'}.zmdi-language-python-alt:before{content:'\f353'}.zmdi-language-python:before{content:'\f354'}.zmdi-lastfm:before{content:'\f355'}.zmdi-linkedin-box:before{content:'\f356'}.zmdi-paypal:before{content:'\f357'}.zmdi-pinterest-box:before{content:'\f358'}.zmdi-pocket:before{content:'\f359'}.zmdi-polymer:before{content:'\f35a'}.zmdi-share:before{content:'\f35b'}.zmdi-stackoverflow:before{content:'\f35c'}.zmdi-steam-square:before{content:'\f35d'}.zmdi-steam:before{content:'\f35e'}.zmdi-twitter-box:before{content:'\f35f'}.zmdi-twitter:before{content:'\f360'}.zmdi-vk:before{content:'\f361'}.zmdi-wikipedia:before{content:'\f362'}.zmdi-windows:before{content:'\f363'}.zmdi-aspect-ratio-alt:before{content:'\f364'}.zmdi-aspect-ratio:before{content:'\f365'}.zmdi-blur-circular:before{content:'\f366'}.zmdi-blur-linear:before{content:'\f367'}.zmdi-blur-off:before{content:'\f368'}.zmdi-blur:before{content:'\f369'}.zmdi-brightness-2:before{content:'\f36a'}.zmdi-brightness-3:before{content:'\f36b'}.zmdi-brightness-4:before{content:'\f36c'}.zmdi-brightness-5:before{content:'\f36d'}.zmdi-brightness-6:before{content:'\f36e'}.zmdi-brightness-7:before{content:'\f36f'}.zmdi-brightness-auto:before{content:'\f370'}.zmdi-brightness-setting:before{content:'\f371'}.zmdi-broken-image:before{content:'\f372'}.zmdi-center-focus-strong:before{content:'\f373'}.zmdi-center-focus-weak:before{content:'\f374'}.zmdi-compare:before{content:'\f375'}.zmdi-crop-16-9:before{content:'\f376'}.zmdi-crop-3-2:before{content:'\f377'}.zmdi-crop-5-4:before{content:'\f378'}.zmdi-crop-7-5:before{content:'\f379'}.zmdi-crop-din:before{content:'\f37a'}.zmdi-crop-free:before{content:'\f37b'}.zmdi-crop-landscape:before{content:'\f37c'}.zmdi-crop-portrait:before{content:'\f37d'}.zmdi-crop-square:before{content:'\f37e'}.zmdi-exposure-alt:before{content:'\f37f'}.zmdi-exposure:before{content:'\f380'}.zmdi-filter-b-and-w:before{content:'\f381'}.zmdi-filter-center-focus:before{content:'\f382'}.zmdi-filter-frames:before{content:'\f383'}.zmdi-filter-tilt-shift:before{content:'\f384'}.zmdi-gradient:before{content:'\f385'}.zmdi-grain:before{content:'\f386'}.zmdi-graphic-eq:before{content:'\f387'}.zmdi-hdr-off:before{content:'\f388'}.zmdi-hdr-strong:before{content:'\f389'}.zmdi-hdr-weak:before{content:'\f38a'}.zmdi-hdr:before{content:'\f38b'}.zmdi-iridescent:before{content:'\f38c'}.zmdi-leak-off:before{content:'\f38d'}.zmdi-leak:before{content:'\f38e'}.zmdi-looks:before{content:'\f38f'}.zmdi-loupe:before{content:'\f390'}.zmdi-panorama-horizontal:before{content:'\f391'}.zmdi-panorama-vertical:before{content:'\f392'}.zmdi-panorama-wide-angle:before{content:'\f393'}.zmdi-photo-size-select-large:before{content:'\f394'}.zmdi-photo-size-select-small:before{content:'\f395'}.zmdi-picture-in-picture:before{content:'\f396'}.zmdi-slideshow:before{content:'\f397'}.zmdi-texture:before{content:'\f398'}.zmdi-tonality:before{content:'\f399'}.zmdi-vignette:before{content:'\f39a'}.zmdi-wb-auto:before{content:'\f39b'}.zmdi-eject-alt:before{content:'\f39c'}.zmdi-eject:before{content:'\f39d'}.zmdi-equalizer:before{content:'\f39e'}.zmdi-fast-forward:before{content:'\f39f'}.zmdi-fast-rewind:before{content:'\f3a0'}.zmdi-forward-10:before{content:'\f3a1'}.zmdi-forward-30:before{content:'\f3a2'}.zmdi-forward-5:before{content:'\f3a3'}.zmdi-hearing:before{content:'\f3a4'}.zmdi-pause-circle-outline:before{content:'\f3a5'}.zmdi-pause-circle:before{content:'\f3a6'}.zmdi-pause:before{content:'\f3a7'}.zmdi-play-circle-outline:before{content:'\f3a8'}.zmdi-play-circle:before{content:'\f3a9'}.zmdi-play:before{content:'\f3aa'}.zmdi-playlist-audio:before{content:'\f3ab'}.zmdi-playlist-plus:before{content:'\f3ac'}.zmdi-repeat-one:before{content:'\f3ad'}.zmdi-repeat:before{content:'\f3ae'}.zmdi-replay-10:before{content:'\f3af'}.zmdi-replay-30:before{content:'\f3b0'}.zmdi-replay-5:before{content:'\f3b1'}.zmdi-replay:before{content:'\f3b2'}.zmdi-shuffle:before{content:'\f3b3'}.zmdi-skip-next:before{content:'\f3b4'}.zmdi-skip-previous:before{content:'\f3b5'}.zmdi-stop:before{content:'\f3b6'}.zmdi-surround-sound:before{content:'\f3b7'}.zmdi-tune:before{content:'\f3b8'}.zmdi-volume-down:before{content:'\f3b9'}.zmdi-volume-mute:before{content:'\f3ba'}.zmdi-volume-off:before{content:'\f3bb'}.zmdi-volume-up:before{content:'\f3bc'}.zmdi-n-1-square:before{content:'\f3bd'}.zmdi-n-2-square:before{content:'\f3be'}.zmdi-n-3-square:before{content:'\f3bf'}.zmdi-n-4-square:before{content:'\f3c0'}.zmdi-n-5-square:before{content:'\f3c1'}.zmdi-n-6-square:before{content:'\f3c2'}.zmdi-neg-1:before{content:'\f3c3'}.zmdi-neg-2:before{content:'\f3c4'}.zmdi-plus-1:before{content:'\f3c5'}.zmdi-plus-2:before{content:'\f3c6'}.zmdi-sec-10:before{content:'\f3c7'}.zmdi-sec-3:before{content:'\f3c8'}.zmdi-zero:before{content:'\f3c9'}.zmdi-airline-seat-flat-angled:before{content:'\f3ca'}.zmdi-airline-seat-flat:before{content:'\f3cb'}.zmdi-airline-seat-individual-suite:before{content:'\f3cc'}.zmdi-airline-seat-legroom-extra:before{content:'\f3cd'}.zmdi-airline-seat-legroom-normal:before{content:'\f3ce'}.zmdi-airline-seat-legroom-reduced:before{content:'\f3cf'}.zmdi-airline-seat-recline-extra:before{content:'\f3d0'}.zmdi-airline-seat-recline-normal:before{content:'\f3d1'}.zmdi-airplay:before{content:'\f3d2'}.zmdi-closed-caption:before{content:'\f3d3'}.zmdi-confirmation-number:before{content:'\f3d4'}.zmdi-developer-board:before{content:'\f3d5'}.zmdi-disc-full:before{content:'\f3d6'}.zmdi-explicit:before{content:'\f3d7'}.zmdi-flight-land:before{content:'\f3d8'}.zmdi-flight-takeoff:before{content:'\f3d9'}.zmdi-flip-to-back:before{content:'\f3da'}.zmdi-flip-to-front:before{content:'\f3db'}.zmdi-group-work:before{content:'\f3dc'}.zmdi-hd:before{content:'\f3dd'}.zmdi-hq:before{content:'\f3de'}.zmdi-markunread-mailbox:before{content:'\f3df'}.zmdi-memory:before{content:'\f3e0'}.zmdi-nfc:before{content:'\f3e1'}.zmdi-play-for-work:before{content:'\f3e2'}.zmdi-power-input:before{content:'\f3e3'}.zmdi-present-to-all:before{content:'\f3e4'}.zmdi-satellite:before{content:'\f3e5'}.zmdi-tap-and-play:before{content:'\f3e6'}.zmdi-vibration:before{content:'\f3e7'}.zmdi-voicemail:before{content:'\f3e8'}.zmdi-group:before{content:'\f3e9'}.zmdi-rss:before{content:'\f3ea'}.zmdi-shape:before{content:'\f3eb'}.zmdi-spinner:before{content:'\f3ec'}.zmdi-ungroup:before{content:'\f3ed'}.zmdi-500px:before{content:'\f3ee'}.zmdi-8tracks:before{content:'\f3ef'}.zmdi-amazon:before{content:'\f3f0'}.zmdi-blogger:before{content:'\f3f1'}.zmdi-delicious:before{content:'\f3f2'}.zmdi-disqus:before{content:'\f3f3'}.zmdi-flattr:before{content:'\f3f4'}.zmdi-flickr:before{content:'\f3f5'}.zmdi-github-alt:before{content:'\f3f6'}.zmdi-google-old:before{content:'\f3f7'}.zmdi-linkedin:before{content:'\f3f8'}.zmdi-odnoklassniki:before{content:'\f3f9'}.zmdi-outlook:before{content:'\f3fa'}.zmdi-paypal-alt:before{content:'\f3fb'}.zmdi-pinterest:before{content:'\f3fc'}.zmdi-playstation:before{content:'\f3fd'}.zmdi-reddit:before{content:'\f3fe'}.zmdi-skype:before{content:'\f3ff'}.zmdi-slideshare:before{content:'\f400'}.zmdi-soundcloud:before{content:'\f401'}.zmdi-tumblr:before{content:'\f402'}.zmdi-twitch:before{content:'\f403'}.zmdi-vimeo:before{content:'\f404'}.zmdi-whatsapp:before{content:'\f405'}.zmdi-xbox:before{content:'\f406'}.zmdi-yahoo:before{content:'\f407'}.zmdi-youtube-play:before{content:'\f408'}.zmdi-youtube:before{content:'\f409'}.zmdi-import-export:before{content:'\f30c'}.zmdi-swap-vertical-:before{content:'\f30c'}.zmdi-airplanemode-inactive:before{content:'\f102'}.zmdi-airplanemode-active:before{content:'\f103'}.zmdi-rate-review:before{content:'\f103'}.zmdi-comment-sign:before{content:'\f25a'}.zmdi-network-warning:before{content:'\f2ad'}.zmdi-shopping-cart-add:before{content:'\f1ca'}.zmdi-file-add:before{content:'\f221'}.zmdi-network-wifi-scan:before{content:'\f2e4'}.zmdi-collection-add:before{content:'\f14e'}.zmdi-format-playlist-add:before{content:'\f3ac'}.zmdi-format-queue-music:before{content:'\f3ab'}.zmdi-plus-box:before{content:'\f277'}.zmdi-tag-backspace:before{content:'\f1d9'}.zmdi-alarm-add:before{content:'\f32b'}.zmdi-battery-charging:before{content:'\f114'}.zmdi-daydream-setting:before{content:'\f217'}.zmdi-more-horiz:before{content:'\f19c'}.zmdi-book-photo:before{content:'\f11b'}.zmdi-incandescent:before{content:'\f189'}.zmdi-wb-iridescent:before{content:'\f38c'}.zmdi-calendar-remove:before{content:'\f330'}.zmdi-refresh-sync-disabled:before{content:'\f1b7'}.zmdi-refresh-sync-problem:before{content:'\f1b6'}.zmdi-crop-original:before{content:'\f17e'}.zmdi-power-off:before{content:'\f1af'}.zmdi-power-off-setting:before{content:'\f1ae'}.zmdi-leak-remove:before{content:'\f38d'}.zmdi-star-border:before{content:'\f27c'}.zmdi-brightness-low:before{content:'\f36d'}.zmdi-brightness-medium:before{content:'\f36e'}.zmdi-brightness-high:before{content:'\f36f'}.zmdi-smartphone-portrait:before{content:'\f2d4'}.zmdi-live-tv:before{content:'\f2d9'}.zmdi-format-textdirection-l-to-r:before{content:'\f249'}.zmdi-format-textdirection-r-to-l:before{content:'\f24a'}.zmdi-arrow-back:before{content:'\f2ea'}.zmdi-arrow-forward:before{content:'\f2ee'}.zmdi-arrow-in:before{content:'\f2e9'}.zmdi-arrow-out:before{content:'\f2ed'}.zmdi-rotate-90-degrees-ccw:before{content:'\f304'}.zmdi-adb:before{content:'\f33a'}.zmdi-network-wifi:before{content:'\f2e8'}.zmdi-network-wifi-alt:before{content:'\f2e3'}.zmdi-network-wifi-lock:before{content:'\f2e5'}.zmdi-network-wifi-off:before{content:'\f2e6'}.zmdi-network-wifi-outline:before{content:'\f2e7'}.zmdi-network-wifi-info:before{content:'\f2e4'}.zmdi-layers-clear:before{content:'\f18b'}.zmdi-colorize:before{content:'\f15d'}.zmdi-format-paint:before{content:'\f1ba'}.zmdi-format-quote:before{content:'\f1b2'}.zmdi-camera-monochrome-photos:before{content:'\f285'}.zmdi-sort-by-alpha:before{content:'\f1cf'}.zmdi-folder-shared:before{content:'\f225'}.zmdi-folder-special:before{content:'\f226'}.zmdi-comment-dots:before{content:'\f260'}.zmdi-reorder:before{content:'\f31e'}.zmdi-dehaze:before{content:'\f197'}.zmdi-sort:before{content:'\f1ce'}.zmdi-pages:before{content:'\f34a'}.zmdi-stack-overflow:before{content:'\f35c'}.zmdi-calendar-account:before{content:'\f204'}.zmdi-paste:before{content:'\f109'}.zmdi-cut:before{content:'\f1bc'}.zmdi-save:before{content:'\f297'}.zmdi-smartphone-code:before{content:'\f139'}.zmdi-directions-bike:before{content:'\f117'}.zmdi-directions-boat:before{content:'\f11a'}.zmdi-directions-bus:before{content:'\f121'}.zmdi-directions-car:before{content:'\f125'}.zmdi-directions-railway:before{content:'\f1b3'}.zmdi-directions-run:before{content:'\f215'}.zmdi-directions-subway:before{content:'\f1d5'}.zmdi-directions-walk:before{content:'\f216'}.zmdi-local-hotel:before{content:'\f178'}.zmdi-local-activity:before{content:'\f1df'}.zmdi-local-play:before{content:'\f1df'}.zmdi-local-airport:before{content:'\f103'}.zmdi-local-atm:before{content:'\f198'}.zmdi-local-bar:before{content:'\f137'}.zmdi-local-cafe:before{content:'\f13b'}.zmdi-local-car-wash:before{content:'\f124'}.zmdi-local-convenience-store:before{content:'\f1d3'}.zmdi-local-dining:before{content:'\f153'}.zmdi-local-drink:before{content:'\f157'}.zmdi-local-florist:before{content:'\f168'}.zmdi-local-gas-station:before{content:'\f16f'}.zmdi-local-grocery-store:before{content:'\f1cb'}.zmdi-local-hospital:before{content:'\f177'}.zmdi-local-laundry-service:before{content:'\f1e9'}.zmdi-local-library:before{content:'\f18d'}.zmdi-local-mall:before{content:'\f195'}.zmdi-local-movies:before{content:'\f19d'}.zmdi-local-offer:before{content:'\f187'}.zmdi-local-parking:before{content:'\f1a5'}.zmdi-local-parking:before{content:'\f1a5'}.zmdi-local-pharmacy:before{content:'\f176'}.zmdi-local-phone:before{content:'\f2be'}.zmdi-local-pizza:before{content:'\f1ac'}.zmdi-local-post-office:before{content:'\f15a'}.zmdi-local-printshop:before{content:'\f1b0'}.zmdi-local-see:before{content:'\f28c'}.zmdi-local-shipping:before{content:'\f1e6'}.zmdi-local-store:before{content:'\f1d4'}.zmdi-local-taxi:before{content:'\f123'}.zmdi-local-wc:before{content:'\f211'}.zmdi-my-location:before{content:'\f299'}.zmdi-directions:before{content:'\f1e7'}
/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/fonts/fontawesome-free-5.15.1-web/css/all.css?ngGlobalStyle ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
/*!
 * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-bacon:before {
  content: "\f7e5"; }

.fa-bacteria:before {
  content: "\e059"; }

.fa-bacterium:before {
  content: "\e05a"; }

.fa-bahai:before {
  content: "\f666"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-biking:before {
  content: "\f84a"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-border-all:before {
  content: "\f84c"; }

.fa-border-none:before {
  content: "\f850"; }

.fa-border-style:before {
  content: "\f853"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-box-tissue:before {
  content: "\e05b"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caravan:before {
  content: "\f8ff"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-cheese:before {
  content: "\f7ef"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudflare:before {
  content: "\e07d"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-alt:before {
  content: "\f422"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dailymotion:before {
  content: "\e052"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-deezer:before {
  content: "\e077"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-disease:before {
  content: "\f7fa"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edge-legacy:before {
  content: "\e078"; }

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-alt:before {
  content: "\f424"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fan:before {
  content: "\f863"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-faucet:before {
  content: "\e005"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-firefox-browser:before {
  content: "\e007"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-pay:before {
  content: "\e079"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guilded:before {
  content: "\e07e"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-medical:before {
  content: "\e05c"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-holding-water:before {
  content: "\f4c1"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-sparkles:before {
  content: "\e05d"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-hands-wash:before {
  content: "\e05e"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-handshake-alt-slash:before {
  content: "\e05f"; }

.fa-handshake-slash:before {
  content: "\e060"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-cowboy:before {
  content: "\f8c0"; }

.fa-hat-cowboy-side:before {
  content: "\f8c1"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-head-side-cough:before {
  content: "\e061"; }

.fa-head-side-cough-slash:before {
  content: "\e062"; }

.fa-head-side-mask:before {
  content: "\e063"; }

.fa-head-side-virus:before {
  content: "\e064"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hive:before {
  content: "\e07f"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hospital-user:before {
  content: "\f80d"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-house-user:before {
  content: "\e065"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-icons:before {
  content: "\f86d"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-ideal:before {
  content: "\e013"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-innosoft:before {
  content: "\e080"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-instagram-square:before {
  content: "\e055"; }

.fa-instalod:before {
  content: "\e081"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-house:before {
  content: "\e066"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lungs:before {
  content: "\f604"; }

.fa-lungs-virus:before {
  content: "\e067"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-mdb:before {
  content: "\f8ca"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microblog:before {
  content: "\e01a"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mixer:before {
  content: "\e056"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse:before {
  content: "\f8cc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-octopus-deploy:before {
  content: "\e082"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-arrows:before {
  content: "\e068"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-perbyte:before {
  content: "\e083"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-alt:before {
  content: "\f879"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-square-alt:before {
  content: "\f87b"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-photo-video:before {
  content: "\f87c"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-square:before {
  content: "\e01e"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-plane-slash:before {
  content: "\e069"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pump-medical:before {
  content: "\e06a"; }

.fa-pump-soap:before {
  content: "\e06b"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-record-vinyl:before {
  content: "\f8d9"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-remove-format:before {
  content: "\f87d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-rust:before {
  content: "\e07a"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-shield-virus:before {
  content: "\e06c"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopify:before {
  content: "\e057"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sink:before {
  content: "\e06d"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-soap:before {
  content: "\e06e"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-down-alt:before {
  content: "\f881"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-alpha-up-alt:before {
  content: "\f882"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-down-alt:before {
  content: "\f884"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-amount-up-alt:before {
  content: "\f885"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-down-alt:before {
  content: "\f886"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-numeric-up-alt:before {
  content: "\f887"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-spell-check:before {
  content: "\f891"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-stopwatch-20:before {
  content: "\e06f"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-store-alt-slash:before {
  content: "\e070"; }

.fa-store-slash:before {
  content: "\e071"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-tiktok:before {
  content: "\e07b"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toilet-paper-slash:before {
  content: "\e072"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-trailer:before {
  content: "\e041"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbraco:before {
  content: "\f8e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-uncharted:before {
  content: "\e084"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-unity:before {
  content: "\e049"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-unsplash:before {
  content: "\e07c"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-users-slash:before {
  content: "\e073"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-vest:before {
  content: "\e085"; }

.fa-vest-patches:before {
  content: "\e086"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-virus:before {
  content: "\e074"; }

.fa-virus-slash:before {
  content: "\e075"; }

.fa-viruses:before {
  content: "\e076"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-voicemail:before {
  content: "\f897"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-watchman-monitoring:before {
  content: "\e087"; }

.fa-water:before {
  content: "\f773"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wodu:before {
  content: "\e088"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('fa-brands-400.eot');
  src: url('fa-brands-400.eot?#iefix') format("embedded-opentype"), url('fa-brands-400.woff2') format("woff2"), url('fa-brands-400.woff') format("woff"), url('fa-brands-400.ttf') format("truetype"), url('fa-brands-400.svg#fontawesome') format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('fa-regular-400.eot');
  src: url('fa-regular-400.eot?#iefix') format("embedded-opentype"), url('fa-regular-400.woff2') format("woff2"), url('fa-regular-400.woff') format("woff"), url('fa-regular-400.ttf') format("truetype"), url('fa-regular-400.svg#fontawesome') format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('fa-solid-900.eot');
  src: url('fa-solid-900.eot?#iefix') format("embedded-opentype"), url('fa-solid-900.woff2') format("woff2"), url('fa-solid-900.woff') format("woff"), url('fa-solid-900.ttf') format("truetype"), url('fa-solid-900.svg#fontawesome') format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

/*!*******************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/css/util.css?ngGlobalStyle ***!
  \*******************************************************************************************************************************************************************************************************************************/
/*[ FONT SIZE ]
///////////////////////////////////////////////////////////
*/
.fs-1 {font-size: 1px;}
.fs-2 {font-size: 2px;}
.fs-3 {font-size: 3px;}
.fs-4 {font-size: 4px;}
.fs-5 {font-size: 5px;}
.fs-6 {font-size: 6px;}
.fs-7 {font-size: 7px;}
.fs-8 {font-size: 8px;}
.fs-9 {font-size: 9px;}
.fs-10 {font-size: 10px;}
.fs-11 {font-size: 11px;}
.fs-12 {font-size: 12px;}
.fs-13 {font-size: 13px;}
.fs-14 {font-size: 14px;}
.fs-15 {font-size: 15px;}
.fs-16 {font-size: 16px;}
.fs-17 {font-size: 17px;}
.fs-18 {font-size: 18px;}
.fs-19 {font-size: 19px;}
.fs-20 {font-size: 20px;}
.fs-21 {font-size: 21px;}
.fs-22 {font-size: 22px;}
.fs-23 {font-size: 23px;}
.fs-24 {font-size: 24px;}
.fs-25 {font-size: 25px;}
.fs-26 {font-size: 26px;}
.fs-27 {font-size: 27px;}
.fs-28 {font-size: 28px;}
.fs-29 {font-size: 29px;}
.fs-30 {font-size: 30px;}
.fs-31 {font-size: 31px;}
.fs-32 {font-size: 32px;}
.fs-33 {font-size: 33px;}
.fs-34 {font-size: 34px;}
.fs-35 {font-size: 35px;}
.fs-36 {font-size: 36px;}
.fs-37 {font-size: 37px;}
.fs-38 {font-size: 38px;}
.fs-39 {font-size: 39px;}
.fs-40 {font-size: 40px;}
.fs-41 {font-size: 41px;}
.fs-42 {font-size: 42px;}
.fs-43 {font-size: 43px;}
.fs-44 {font-size: 44px;}
.fs-45 {font-size: 45px;}
.fs-46 {font-size: 46px;}
.fs-47 {font-size: 47px;}
.fs-48 {font-size: 48px;}
.fs-49 {font-size: 49px;}
.fs-50 {font-size: 50px;}
.fs-51 {font-size: 51px;}
.fs-52 {font-size: 52px;}
.fs-53 {font-size: 53px;}
.fs-54 {font-size: 54px;}
.fs-55 {font-size: 55px;}
.fs-56 {font-size: 56px;}
.fs-57 {font-size: 57px;}
.fs-58 {font-size: 58px;}
.fs-59 {font-size: 59px;}
.fs-60 {font-size: 60px;}
.fs-61 {font-size: 61px;}
.fs-62 {font-size: 62px;}
.fs-63 {font-size: 63px;}
.fs-64 {font-size: 64px;}
.fs-65 {font-size: 65px;}
.fs-66 {font-size: 66px;}
.fs-67 {font-size: 67px;}
.fs-68 {font-size: 68px;}
.fs-69 {font-size: 69px;}
.fs-70 {font-size: 70px;}
.fs-71 {font-size: 71px;}
.fs-72 {font-size: 72px;}
.fs-73 {font-size: 73px;}
.fs-74 {font-size: 74px;}
.fs-75 {font-size: 75px;}
.fs-76 {font-size: 76px;}
.fs-77 {font-size: 77px;}
.fs-78 {font-size: 78px;}
.fs-79 {font-size: 79px;}
.fs-80 {font-size: 80px;}
.fs-81 {font-size: 81px;}
.fs-82 {font-size: 82px;}
.fs-83 {font-size: 83px;}
.fs-84 {font-size: 84px;}
.fs-85 {font-size: 85px;}
.fs-86 {font-size: 86px;}
.fs-87 {font-size: 87px;}
.fs-88 {font-size: 88px;}
.fs-89 {font-size: 89px;}
.fs-90 {font-size: 90px;}
.fs-91 {font-size: 91px;}
.fs-92 {font-size: 92px;}
.fs-93 {font-size: 93px;}
.fs-94 {font-size: 94px;}
.fs-95 {font-size: 95px;}
.fs-96 {font-size: 96px;}
.fs-97 {font-size: 97px;}
.fs-98 {font-size: 98px;}
.fs-99 {font-size: 99px;}
.fs-100 {font-size: 100px;}
.fs-101 {font-size: 101px;}
.fs-102 {font-size: 102px;}
.fs-103 {font-size: 103px;}
.fs-104 {font-size: 104px;}
.fs-105 {font-size: 105px;}
.fs-106 {font-size: 106px;}
.fs-107 {font-size: 107px;}
.fs-108 {font-size: 108px;}
.fs-109 {font-size: 109px;}
.fs-110 {font-size: 110px;}
.fs-111 {font-size: 111px;}
.fs-112 {font-size: 112px;}
.fs-113 {font-size: 113px;}
.fs-114 {font-size: 114px;}
.fs-115 {font-size: 115px;}
.fs-116 {font-size: 116px;}
.fs-117 {font-size: 117px;}
.fs-118 {font-size: 118px;}
.fs-119 {font-size: 119px;}
.fs-120 {font-size: 120px;}
.fs-121 {font-size: 121px;}
.fs-122 {font-size: 122px;}
.fs-123 {font-size: 123px;}
.fs-124 {font-size: 124px;}
.fs-125 {font-size: 125px;}
.fs-126 {font-size: 126px;}
.fs-127 {font-size: 127px;}
.fs-128 {font-size: 128px;}
.fs-129 {font-size: 129px;}
.fs-130 {font-size: 130px;}
.fs-131 {font-size: 131px;}
.fs-132 {font-size: 132px;}
.fs-133 {font-size: 133px;}
.fs-134 {font-size: 134px;}
.fs-135 {font-size: 135px;}
.fs-136 {font-size: 136px;}
.fs-137 {font-size: 137px;}
.fs-138 {font-size: 138px;}
.fs-139 {font-size: 139px;}
.fs-140 {font-size: 140px;}
.fs-141 {font-size: 141px;}
.fs-142 {font-size: 142px;}
.fs-143 {font-size: 143px;}
.fs-144 {font-size: 144px;}
.fs-145 {font-size: 145px;}
.fs-146 {font-size: 146px;}
.fs-147 {font-size: 147px;}
.fs-148 {font-size: 148px;}
.fs-149 {font-size: 149px;}
.fs-150 {font-size: 150px;}
.fs-151 {font-size: 151px;}
.fs-152 {font-size: 152px;}
.fs-153 {font-size: 153px;}
.fs-154 {font-size: 154px;}
.fs-155 {font-size: 155px;}
.fs-156 {font-size: 156px;}
.fs-157 {font-size: 157px;}
.fs-158 {font-size: 158px;}
.fs-159 {font-size: 159px;}
.fs-160 {font-size: 160px;}
.fs-161 {font-size: 161px;}
.fs-162 {font-size: 162px;}
.fs-163 {font-size: 163px;}
.fs-164 {font-size: 164px;}
.fs-165 {font-size: 165px;}
.fs-166 {font-size: 166px;}
.fs-167 {font-size: 167px;}
.fs-168 {font-size: 168px;}
.fs-169 {font-size: 169px;}
.fs-170 {font-size: 170px;}
.fs-171 {font-size: 171px;}
.fs-172 {font-size: 172px;}
.fs-173 {font-size: 173px;}
.fs-174 {font-size: 174px;}
.fs-175 {font-size: 175px;}
.fs-176 {font-size: 176px;}
.fs-177 {font-size: 177px;}
.fs-178 {font-size: 178px;}
.fs-179 {font-size: 179px;}
.fs-180 {font-size: 180px;}
.fs-181 {font-size: 181px;}
.fs-182 {font-size: 182px;}
.fs-183 {font-size: 183px;}
.fs-184 {font-size: 184px;}
.fs-185 {font-size: 185px;}
.fs-186 {font-size: 186px;}
.fs-187 {font-size: 187px;}
.fs-188 {font-size: 188px;}
.fs-189 {font-size: 189px;}
.fs-190 {font-size: 190px;}
.fs-191 {font-size: 191px;}
.fs-192 {font-size: 192px;}
.fs-193 {font-size: 193px;}
.fs-194 {font-size: 194px;}
.fs-195 {font-size: 195px;}
.fs-196 {font-size: 196px;}
.fs-197 {font-size: 197px;}
.fs-198 {font-size: 198px;}
.fs-199 {font-size: 199px;}
.fs-200 {font-size: 200px;}

/*[ PADDING ]
///////////////////////////////////////////////////////////
*/
.p-t-0 {padding-top: 0px;}
.p-t-1 {padding-top: 1px;}
.p-t-2 {padding-top: 2px;}
.p-t-3 {padding-top: 3px;}
.p-t-4 {padding-top: 4px;}
.p-t-5 {padding-top: 5px;}
.p-t-6 {padding-top: 6px;}
.p-t-7 {padding-top: 7px;}
.p-t-8 {padding-top: 8px;}
.p-t-9 {padding-top: 9px;}
.p-t-10 {padding-top: 10px;}
.p-t-11 {padding-top: 11px;}
.p-t-12 {padding-top: 12px;}
.p-t-13 {padding-top: 13px;}
.p-t-14 {padding-top: 14px;}
.p-t-15 {padding-top: 15px;}
.p-t-16 {padding-top: 16px;}
.p-t-17 {padding-top: 17px;}
.p-t-18 {padding-top: 18px;}
.p-t-19 {padding-top: 19px;}
.p-t-20 {padding-top: 20px;}
.p-t-21 {padding-top: 21px;}
.p-t-22 {padding-top: 22px;}
.p-t-23 {padding-top: 23px;}
.p-t-24 {padding-top: 24px;}
.p-t-25 {padding-top: 25px;}
.p-t-26 {padding-top: 26px;}
.p-t-27 {padding-top: 27px;}
.p-t-28 {padding-top: 28px;}
.p-t-29 {padding-top: 29px;}
.p-t-30 {padding-top: 30px;}
.p-t-31 {padding-top: 31px;}
.p-t-32 {padding-top: 32px;}
.p-t-33 {padding-top: 33px;}
.p-t-34 {padding-top: 34px;}
.p-t-35 {padding-top: 35px;}
.p-t-36 {padding-top: 36px;}
.p-t-37 {padding-top: 37px;}
.p-t-38 {padding-top: 38px;}
.p-t-39 {padding-top: 39px;}
.p-t-40 {padding-top: 40px;}
.p-t-41 {padding-top: 41px;}
.p-t-42 {padding-top: 42px;}
.p-t-43 {padding-top: 43px;}
.p-t-44 {padding-top: 44px;}
.p-t-45 {padding-top: 45px;}
.p-t-46 {padding-top: 46px;}
.p-t-47 {padding-top: 47px;}
.p-t-48 {padding-top: 48px;}
.p-t-49 {padding-top: 49px;}
.p-t-50 {padding-top: 50px;}
.p-t-51 {padding-top: 51px;}
.p-t-52 {padding-top: 52px;}
.p-t-53 {padding-top: 53px;}
.p-t-54 {padding-top: 54px;}
.p-t-55 {padding-top: 55px;}
.p-t-56 {padding-top: 56px;}
.p-t-57 {padding-top: 57px;}
.p-t-58 {padding-top: 58px;}
.p-t-59 {padding-top: 59px;}
.p-t-60 {padding-top: 60px;}
.p-t-61 {padding-top: 61px;}
.p-t-62 {padding-top: 62px;}
.p-t-63 {padding-top: 63px;}
.p-t-64 {padding-top: 64px;}
.p-t-65 {padding-top: 65px;}
.p-t-66 {padding-top: 66px;}
.p-t-67 {padding-top: 67px;}
.p-t-68 {padding-top: 68px;}
.p-t-69 {padding-top: 69px;}
.p-t-70 {padding-top: 70px;}
.p-t-71 {padding-top: 71px;}
.p-t-72 {padding-top: 72px;}
.p-t-73 {padding-top: 73px;}
.p-t-74 {padding-top: 74px;}
.p-t-75 {padding-top: 75px;}
.p-t-76 {padding-top: 76px;}
.p-t-77 {padding-top: 77px;}
.p-t-78 {padding-top: 78px;}
.p-t-79 {padding-top: 79px;}
.p-t-80 {padding-top: 80px;}
.p-t-81 {padding-top: 81px;}
.p-t-82 {padding-top: 82px;}
.p-t-83 {padding-top: 83px;}
.p-t-84 {padding-top: 84px;}
.p-t-85 {padding-top: 85px;}
.p-t-86 {padding-top: 86px;}
.p-t-87 {padding-top: 87px;}
.p-t-88 {padding-top: 88px;}
.p-t-89 {padding-top: 89px;}
.p-t-90 {padding-top: 90px;}
.p-t-91 {padding-top: 91px;}
.p-t-92 {padding-top: 92px;}
.p-t-93 {padding-top: 93px;}
.p-t-94 {padding-top: 94px;}
.p-t-95 {padding-top: 95px;}
.p-t-96 {padding-top: 96px;}
.p-t-97 {padding-top: 97px;}
.p-t-98 {padding-top: 98px;}
.p-t-99 {padding-top: 99px;}
.p-t-100 {padding-top: 100px;}
.p-t-101 {padding-top: 101px;}
.p-t-102 {padding-top: 102px;}
.p-t-103 {padding-top: 103px;}
.p-t-104 {padding-top: 104px;}
.p-t-105 {padding-top: 105px;}
.p-t-106 {padding-top: 106px;}
.p-t-107 {padding-top: 107px;}
.p-t-108 {padding-top: 108px;}
.p-t-109 {padding-top: 109px;}
.p-t-110 {padding-top: 110px;}
.p-t-111 {padding-top: 111px;}
.p-t-112 {padding-top: 112px;}
.p-t-113 {padding-top: 113px;}
.p-t-114 {padding-top: 114px;}
.p-t-115 {padding-top: 115px;}
.p-t-116 {padding-top: 116px;}
.p-t-117 {padding-top: 117px;}
.p-t-118 {padding-top: 118px;}
.p-t-119 {padding-top: 119px;}
.p-t-120 {padding-top: 120px;}
.p-t-121 {padding-top: 121px;}
.p-t-122 {padding-top: 122px;}
.p-t-123 {padding-top: 123px;}
.p-t-124 {padding-top: 124px;}
.p-t-125 {padding-top: 125px;}
.p-t-126 {padding-top: 126px;}
.p-t-127 {padding-top: 127px;}
.p-t-128 {padding-top: 128px;}
.p-t-129 {padding-top: 129px;}
.p-t-130 {padding-top: 130px;}
.p-t-131 {padding-top: 131px;}
.p-t-132 {padding-top: 132px;}
.p-t-133 {padding-top: 133px;}
.p-t-134 {padding-top: 134px;}
.p-t-135 {padding-top: 135px;}
.p-t-136 {padding-top: 136px;}
.p-t-137 {padding-top: 137px;}
.p-t-138 {padding-top: 138px;}
.p-t-139 {padding-top: 139px;}
.p-t-140 {padding-top: 140px;}
.p-t-141 {padding-top: 141px;}
.p-t-142 {padding-top: 142px;}
.p-t-143 {padding-top: 143px;}
.p-t-144 {padding-top: 144px;}
.p-t-145 {padding-top: 145px;}
.p-t-146 {padding-top: 146px;}
.p-t-147 {padding-top: 147px;}
.p-t-148 {padding-top: 148px;}
.p-t-149 {padding-top: 149px;}
.p-t-150 {padding-top: 150px;}
.p-t-151 {padding-top: 151px;}
.p-t-152 {padding-top: 152px;}
.p-t-153 {padding-top: 153px;}
.p-t-154 {padding-top: 154px;}
.p-t-155 {padding-top: 155px;}
.p-t-156 {padding-top: 156px;}
.p-t-157 {padding-top: 157px;}
.p-t-158 {padding-top: 158px;}
.p-t-159 {padding-top: 159px;}
.p-t-160 {padding-top: 160px;}
.p-t-161 {padding-top: 161px;}
.p-t-162 {padding-top: 162px;}
.p-t-163 {padding-top: 163px;}
.p-t-164 {padding-top: 164px;}
.p-t-165 {padding-top: 165px;}
.p-t-166 {padding-top: 166px;}
.p-t-167 {padding-top: 167px;}
.p-t-168 {padding-top: 168px;}
.p-t-169 {padding-top: 169px;}
.p-t-170 {padding-top: 170px;}
.p-t-171 {padding-top: 171px;}
.p-t-172 {padding-top: 172px;}
.p-t-173 {padding-top: 173px;}
.p-t-174 {padding-top: 174px;}
.p-t-175 {padding-top: 175px;}
.p-t-176 {padding-top: 176px;}
.p-t-177 {padding-top: 177px;}
.p-t-178 {padding-top: 178px;}
.p-t-179 {padding-top: 179px;}
.p-t-180 {padding-top: 180px;}
.p-t-181 {padding-top: 181px;}
.p-t-182 {padding-top: 182px;}
.p-t-183 {padding-top: 183px;}
.p-t-184 {padding-top: 184px;}
.p-t-185 {padding-top: 185px;}
.p-t-186 {padding-top: 186px;}
.p-t-187 {padding-top: 187px;}
.p-t-188 {padding-top: 188px;}
.p-t-189 {padding-top: 189px;}
.p-t-190 {padding-top: 190px;}
.p-t-191 {padding-top: 191px;}
.p-t-192 {padding-top: 192px;}
.p-t-193 {padding-top: 193px;}
.p-t-194 {padding-top: 194px;}
.p-t-195 {padding-top: 195px;}
.p-t-196 {padding-top: 196px;}
.p-t-197 {padding-top: 197px;}
.p-t-198 {padding-top: 198px;}
.p-t-199 {padding-top: 199px;}
.p-t-200 {padding-top: 200px;}
.p-t-201 {padding-top: 201px;}
.p-t-202 {padding-top: 202px;}
.p-t-203 {padding-top: 203px;}
.p-t-204 {padding-top: 204px;}
.p-t-205 {padding-top: 205px;}
.p-t-206 {padding-top: 206px;}
.p-t-207 {padding-top: 207px;}
.p-t-208 {padding-top: 208px;}
.p-t-209 {padding-top: 209px;}
.p-t-210 {padding-top: 210px;}
.p-t-211 {padding-top: 211px;}
.p-t-212 {padding-top: 212px;}
.p-t-213 {padding-top: 213px;}
.p-t-214 {padding-top: 214px;}
.p-t-215 {padding-top: 215px;}
.p-t-216 {padding-top: 216px;}
.p-t-217 {padding-top: 217px;}
.p-t-218 {padding-top: 218px;}
.p-t-219 {padding-top: 219px;}
.p-t-220 {padding-top: 220px;}
.p-t-221 {padding-top: 221px;}
.p-t-222 {padding-top: 222px;}
.p-t-223 {padding-top: 223px;}
.p-t-224 {padding-top: 224px;}
.p-t-225 {padding-top: 225px;}
.p-t-226 {padding-top: 226px;}
.p-t-227 {padding-top: 227px;}
.p-t-228 {padding-top: 228px;}
.p-t-229 {padding-top: 229px;}
.p-t-230 {padding-top: 230px;}
.p-t-231 {padding-top: 231px;}
.p-t-232 {padding-top: 232px;}
.p-t-233 {padding-top: 233px;}
.p-t-234 {padding-top: 234px;}
.p-t-235 {padding-top: 235px;}
.p-t-236 {padding-top: 236px;}
.p-t-237 {padding-top: 237px;}
.p-t-238 {padding-top: 238px;}
.p-t-239 {padding-top: 239px;}
.p-t-240 {padding-top: 240px;}
.p-t-241 {padding-top: 241px;}
.p-t-242 {padding-top: 242px;}
.p-t-243 {padding-top: 243px;}
.p-t-244 {padding-top: 244px;}
.p-t-245 {padding-top: 245px;}
.p-t-246 {padding-top: 246px;}
.p-t-247 {padding-top: 247px;}
.p-t-248 {padding-top: 248px;}
.p-t-249 {padding-top: 249px;}
.p-t-250 {padding-top: 250px;}
.p-b-0 {padding-bottom: 0px;}
.p-b-1 {padding-bottom: 1px;}
.p-b-2 {padding-bottom: 2px;}
.p-b-3 {padding-bottom: 3px;}
.p-b-4 {padding-bottom: 4px;}
.p-b-5 {padding-bottom: 5px;}
.p-b-6 {padding-bottom: 6px;}
.p-b-7 {padding-bottom: 7px;}
.p-b-8 {padding-bottom: 8px;}
.p-b-9 {padding-bottom: 9px;}
.p-b-10 {padding-bottom: 10px;}
.p-b-11 {padding-bottom: 11px;}
.p-b-12 {padding-bottom: 12px;}
.p-b-13 {padding-bottom: 13px;}
.p-b-14 {padding-bottom: 14px;}
.p-b-15 {padding-bottom: 15px;}
.p-b-16 {padding-bottom: 16px;}
.p-b-17 {padding-bottom: 17px;}
.p-b-18 {padding-bottom: 18px;}
.p-b-19 {padding-bottom: 19px;}
.p-b-20 {padding-bottom: 20px;}
.p-b-21 {padding-bottom: 21px;}
.p-b-22 {padding-bottom: 22px;}
.p-b-23 {padding-bottom: 23px;}
.p-b-24 {padding-bottom: 24px;}
.p-b-25 {padding-bottom: 25px;}
.p-b-26 {padding-bottom: 26px;}
.p-b-27 {padding-bottom: 27px;}
.p-b-28 {padding-bottom: 28px;}
.p-b-29 {padding-bottom: 29px;}
.p-b-30 {padding-bottom: 30px;}
.p-b-31 {padding-bottom: 31px;}
.p-b-32 {padding-bottom: 32px;}
.p-b-33 {padding-bottom: 33px;}
.p-b-34 {padding-bottom: 34px;}
.p-b-35 {padding-bottom: 35px;}
.p-b-36 {padding-bottom: 36px;}
.p-b-37 {padding-bottom: 37px;}
.p-b-38 {padding-bottom: 38px;}
.p-b-39 {padding-bottom: 39px;}
.p-b-40 {padding-bottom: 40px;}
.p-b-41 {padding-bottom: 41px;}
.p-b-42 {padding-bottom: 42px;}
.p-b-43 {padding-bottom: 43px;}
.p-b-44 {padding-bottom: 44px;}
.p-b-45 {padding-bottom: 45px;}
.p-b-46 {padding-bottom: 46px;}
.p-b-47 {padding-bottom: 47px;}
.p-b-48 {padding-bottom: 48px;}
.p-b-49 {padding-bottom: 49px;}
.p-b-50 {padding-bottom: 50px;}
.p-b-51 {padding-bottom: 51px;}
.p-b-52 {padding-bottom: 52px;}
.p-b-53 {padding-bottom: 53px;}
.p-b-54 {padding-bottom: 54px;}
.p-b-55 {padding-bottom: 55px;}
.p-b-56 {padding-bottom: 56px;}
.p-b-57 {padding-bottom: 57px;}
.p-b-58 {padding-bottom: 58px;}
.p-b-59 {padding-bottom: 59px;}
.p-b-60 {padding-bottom: 60px;}
.p-b-61 {padding-bottom: 61px;}
.p-b-62 {padding-bottom: 62px;}
.p-b-63 {padding-bottom: 63px;}
.p-b-64 {padding-bottom: 64px;}
.p-b-65 {padding-bottom: 65px;}
.p-b-66 {padding-bottom: 66px;}
.p-b-67 {padding-bottom: 67px;}
.p-b-68 {padding-bottom: 68px;}
.p-b-69 {padding-bottom: 69px;}
.p-b-70 {padding-bottom: 70px;}
.p-b-71 {padding-bottom: 71px;}
.p-b-72 {padding-bottom: 72px;}
.p-b-73 {padding-bottom: 73px;}
.p-b-74 {padding-bottom: 74px;}
.p-b-75 {padding-bottom: 75px;}
.p-b-76 {padding-bottom: 76px;}
.p-b-77 {padding-bottom: 77px;}
.p-b-78 {padding-bottom: 78px;}
.p-b-79 {padding-bottom: 79px;}
.p-b-80 {padding-bottom: 80px;}
.p-b-81 {padding-bottom: 81px;}
.p-b-82 {padding-bottom: 82px;}
.p-b-83 {padding-bottom: 83px;}
.p-b-84 {padding-bottom: 84px;}
.p-b-85 {padding-bottom: 85px;}
.p-b-86 {padding-bottom: 86px;}
.p-b-87 {padding-bottom: 87px;}
.p-b-88 {padding-bottom: 88px;}
.p-b-89 {padding-bottom: 89px;}
.p-b-90 {padding-bottom: 90px;}
.p-b-91 {padding-bottom: 91px;}
.p-b-92 {padding-bottom: 92px;}
.p-b-93 {padding-bottom: 93px;}
.p-b-94 {padding-bottom: 94px;}
.p-b-95 {padding-bottom: 95px;}
.p-b-96 {padding-bottom: 96px;}
.p-b-97 {padding-bottom: 97px;}
.p-b-98 {padding-bottom: 98px;}
.p-b-99 {padding-bottom: 99px;}
.p-b-100 {padding-bottom: 100px;}
.p-b-101 {padding-bottom: 101px;}
.p-b-102 {padding-bottom: 102px;}
.p-b-103 {padding-bottom: 103px;}
.p-b-104 {padding-bottom: 104px;}
.p-b-105 {padding-bottom: 105px;}
.p-b-106 {padding-bottom: 106px;}
.p-b-107 {padding-bottom: 107px;}
.p-b-108 {padding-bottom: 108px;}
.p-b-109 {padding-bottom: 109px;}
.p-b-110 {padding-bottom: 110px;}
.p-b-111 {padding-bottom: 111px;}
.p-b-112 {padding-bottom: 112px;}
.p-b-113 {padding-bottom: 113px;}
.p-b-114 {padding-bottom: 114px;}
.p-b-115 {padding-bottom: 115px;}
.p-b-116 {padding-bottom: 116px;}
.p-b-117 {padding-bottom: 117px;}
.p-b-118 {padding-bottom: 118px;}
.p-b-119 {padding-bottom: 119px;}
.p-b-120 {padding-bottom: 120px;}
.p-b-121 {padding-bottom: 121px;}
.p-b-122 {padding-bottom: 122px;}
.p-b-123 {padding-bottom: 123px;}
.p-b-124 {padding-bottom: 124px;}
.p-b-125 {padding-bottom: 125px;}
.p-b-126 {padding-bottom: 126px;}
.p-b-127 {padding-bottom: 127px;}
.p-b-128 {padding-bottom: 128px;}
.p-b-129 {padding-bottom: 129px;}
.p-b-130 {padding-bottom: 130px;}
.p-b-131 {padding-bottom: 131px;}
.p-b-132 {padding-bottom: 132px;}
.p-b-133 {padding-bottom: 133px;}
.p-b-134 {padding-bottom: 134px;}
.p-b-135 {padding-bottom: 135px;}
.p-b-136 {padding-bottom: 136px;}
.p-b-137 {padding-bottom: 137px;}
.p-b-138 {padding-bottom: 138px;}
.p-b-139 {padding-bottom: 139px;}
.p-b-140 {padding-bottom: 140px;}
.p-b-141 {padding-bottom: 141px;}
.p-b-142 {padding-bottom: 142px;}
.p-b-143 {padding-bottom: 143px;}
.p-b-144 {padding-bottom: 144px;}
.p-b-145 {padding-bottom: 145px;}
.p-b-146 {padding-bottom: 146px;}
.p-b-147 {padding-bottom: 147px;}
.p-b-148 {padding-bottom: 148px;}
.p-b-149 {padding-bottom: 149px;}
.p-b-150 {padding-bottom: 150px;}
.p-b-151 {padding-bottom: 151px;}
.p-b-152 {padding-bottom: 152px;}
.p-b-153 {padding-bottom: 153px;}
.p-b-154 {padding-bottom: 154px;}
.p-b-155 {padding-bottom: 155px;}
.p-b-156 {padding-bottom: 156px;}
.p-b-157 {padding-bottom: 157px;}
.p-b-158 {padding-bottom: 158px;}
.p-b-159 {padding-bottom: 159px;}
.p-b-160 {padding-bottom: 160px;}
.p-b-161 {padding-bottom: 161px;}
.p-b-162 {padding-bottom: 162px;}
.p-b-163 {padding-bottom: 163px;}
.p-b-164 {padding-bottom: 164px;}
.p-b-165 {padding-bottom: 165px;}
.p-b-166 {padding-bottom: 166px;}
.p-b-167 {padding-bottom: 167px;}
.p-b-168 {padding-bottom: 168px;}
.p-b-169 {padding-bottom: 169px;}
.p-b-170 {padding-bottom: 170px;}
.p-b-171 {padding-bottom: 171px;}
.p-b-172 {padding-bottom: 172px;}
.p-b-173 {padding-bottom: 173px;}
.p-b-174 {padding-bottom: 174px;}
.p-b-175 {padding-bottom: 175px;}
.p-b-176 {padding-bottom: 176px;}
.p-b-177 {padding-bottom: 177px;}
.p-b-178 {padding-bottom: 178px;}
.p-b-179 {padding-bottom: 179px;}
.p-b-180 {padding-bottom: 180px;}
.p-b-181 {padding-bottom: 181px;}
.p-b-182 {padding-bottom: 182px;}
.p-b-183 {padding-bottom: 183px;}
.p-b-184 {padding-bottom: 184px;}
.p-b-185 {padding-bottom: 185px;}
.p-b-186 {padding-bottom: 186px;}
.p-b-187 {padding-bottom: 187px;}
.p-b-188 {padding-bottom: 188px;}
.p-b-189 {padding-bottom: 189px;}
.p-b-190 {padding-bottom: 190px;}
.p-b-191 {padding-bottom: 191px;}
.p-b-192 {padding-bottom: 192px;}
.p-b-193 {padding-bottom: 193px;}
.p-b-194 {padding-bottom: 194px;}
.p-b-195 {padding-bottom: 195px;}
.p-b-196 {padding-bottom: 196px;}
.p-b-197 {padding-bottom: 197px;}
.p-b-198 {padding-bottom: 198px;}
.p-b-199 {padding-bottom: 199px;}
.p-b-200 {padding-bottom: 200px;}
.p-b-201 {padding-bottom: 201px;}
.p-b-202 {padding-bottom: 202px;}
.p-b-203 {padding-bottom: 203px;}
.p-b-204 {padding-bottom: 204px;}
.p-b-205 {padding-bottom: 205px;}
.p-b-206 {padding-bottom: 206px;}
.p-b-207 {padding-bottom: 207px;}
.p-b-208 {padding-bottom: 208px;}
.p-b-209 {padding-bottom: 209px;}
.p-b-210 {padding-bottom: 210px;}
.p-b-211 {padding-bottom: 211px;}
.p-b-212 {padding-bottom: 212px;}
.p-b-213 {padding-bottom: 213px;}
.p-b-214 {padding-bottom: 214px;}
.p-b-215 {padding-bottom: 215px;}
.p-b-216 {padding-bottom: 216px;}
.p-b-217 {padding-bottom: 217px;}
.p-b-218 {padding-bottom: 218px;}
.p-b-219 {padding-bottom: 219px;}
.p-b-220 {padding-bottom: 220px;}
.p-b-221 {padding-bottom: 221px;}
.p-b-222 {padding-bottom: 222px;}
.p-b-223 {padding-bottom: 223px;}
.p-b-224 {padding-bottom: 224px;}
.p-b-225 {padding-bottom: 225px;}
.p-b-226 {padding-bottom: 226px;}
.p-b-227 {padding-bottom: 227px;}
.p-b-228 {padding-bottom: 228px;}
.p-b-229 {padding-bottom: 229px;}
.p-b-230 {padding-bottom: 230px;}
.p-b-231 {padding-bottom: 231px;}
.p-b-232 {padding-bottom: 232px;}
.p-b-233 {padding-bottom: 233px;}
.p-b-234 {padding-bottom: 234px;}
.p-b-235 {padding-bottom: 235px;}
.p-b-236 {padding-bottom: 236px;}
.p-b-237 {padding-bottom: 237px;}
.p-b-238 {padding-bottom: 238px;}
.p-b-239 {padding-bottom: 239px;}
.p-b-240 {padding-bottom: 240px;}
.p-b-241 {padding-bottom: 241px;}
.p-b-242 {padding-bottom: 242px;}
.p-b-243 {padding-bottom: 243px;}
.p-b-244 {padding-bottom: 244px;}
.p-b-245 {padding-bottom: 245px;}
.p-b-246 {padding-bottom: 246px;}
.p-b-247 {padding-bottom: 247px;}
.p-b-248 {padding-bottom: 248px;}
.p-b-249 {padding-bottom: 249px;}
.p-b-250 {padding-bottom: 250px;}
.p-l-0 {padding-left: 0px;}
.p-l-1 {padding-left: 1px;}
.p-l-2 {padding-left: 2px;}
.p-l-3 {padding-left: 3px;}
.p-l-4 {padding-left: 4px;}
.p-l-5 {padding-left: 5px;}
.p-l-6 {padding-left: 6px;}
.p-l-7 {padding-left: 7px;}
.p-l-8 {padding-left: 8px;}
.p-l-9 {padding-left: 9px;}
.p-l-10 {padding-left: 10px;}
.p-l-11 {padding-left: 11px;}
.p-l-12 {padding-left: 12px;}
.p-l-13 {padding-left: 13px;}
.p-l-14 {padding-left: 14px;}
.p-l-15 {padding-left: 15px;}
.p-l-16 {padding-left: 16px;}
.p-l-17 {padding-left: 17px;}
.p-l-18 {padding-left: 18px;}
.p-l-19 {padding-left: 19px;}
.p-l-20 {padding-left: 20px;}
.p-l-21 {padding-left: 21px;}
.p-l-22 {padding-left: 22px;}
.p-l-23 {padding-left: 23px;}
.p-l-24 {padding-left: 24px;}
.p-l-25 {padding-left: 25px;}
.p-l-26 {padding-left: 26px;}
.p-l-27 {padding-left: 27px;}
.p-l-28 {padding-left: 28px;}
.p-l-29 {padding-left: 29px;}
.p-l-30 {padding-left: 30px;}
.p-l-31 {padding-left: 31px;}
.p-l-32 {padding-left: 32px;}
.p-l-33 {padding-left: 33px;}
.p-l-34 {padding-left: 34px;}
.p-l-35 {padding-left: 35px;}
.p-l-36 {padding-left: 36px;}
.p-l-37 {padding-left: 37px;}
.p-l-38 {padding-left: 38px;}
.p-l-39 {padding-left: 39px;}
.p-l-40 {padding-left: 40px;}
.p-l-41 {padding-left: 41px;}
.p-l-42 {padding-left: 42px;}
.p-l-43 {padding-left: 43px;}
.p-l-44 {padding-left: 44px;}
.p-l-45 {padding-left: 45px;}
.p-l-46 {padding-left: 46px;}
.p-l-47 {padding-left: 47px;}
.p-l-48 {padding-left: 48px;}
.p-l-49 {padding-left: 49px;}
.p-l-50 {padding-left: 50px;}
.p-l-51 {padding-left: 51px;}
.p-l-52 {padding-left: 52px;}
.p-l-53 {padding-left: 53px;}
.p-l-54 {padding-left: 54px;}
.p-l-55 {padding-left: 55px;}
.p-l-56 {padding-left: 56px;}
.p-l-57 {padding-left: 57px;}
.p-l-58 {padding-left: 58px;}
.p-l-59 {padding-left: 59px;}
.p-l-60 {padding-left: 60px;}
.p-l-61 {padding-left: 61px;}
.p-l-62 {padding-left: 62px;}
.p-l-63 {padding-left: 63px;}
.p-l-64 {padding-left: 64px;}
.p-l-65 {padding-left: 65px;}
.p-l-66 {padding-left: 66px;}
.p-l-67 {padding-left: 67px;}
.p-l-68 {padding-left: 68px;}
.p-l-69 {padding-left: 69px;}
.p-l-70 {padding-left: 70px;}
.p-l-71 {padding-left: 71px;}
.p-l-72 {padding-left: 72px;}
.p-l-73 {padding-left: 73px;}
.p-l-74 {padding-left: 74px;}
.p-l-75 {padding-left: 75px;}
.p-l-76 {padding-left: 76px;}
.p-l-77 {padding-left: 77px;}
.p-l-78 {padding-left: 78px;}
.p-l-79 {padding-left: 79px;}
.p-l-80 {padding-left: 80px;}
.p-l-81 {padding-left: 81px;}
.p-l-82 {padding-left: 82px;}
.p-l-83 {padding-left: 83px;}
.p-l-84 {padding-left: 84px;}
.p-l-85 {padding-left: 85px;}
.p-l-86 {padding-left: 86px;}
.p-l-87 {padding-left: 87px;}
.p-l-88 {padding-left: 88px;}
.p-l-89 {padding-left: 89px;}
.p-l-90 {padding-left: 90px;}
.p-l-91 {padding-left: 91px;}
.p-l-92 {padding-left: 92px;}
.p-l-93 {padding-left: 93px;}
.p-l-94 {padding-left: 94px;}
.p-l-95 {padding-left: 95px;}
.p-l-96 {padding-left: 96px;}
.p-l-97 {padding-left: 97px;}
.p-l-98 {padding-left: 98px;}
.p-l-99 {padding-left: 99px;}
.p-l-100 {padding-left: 100px;}
.p-l-101 {padding-left: 101px;}
.p-l-102 {padding-left: 102px;}
.p-l-103 {padding-left: 103px;}
.p-l-104 {padding-left: 104px;}
.p-l-105 {padding-left: 105px;}
.p-l-106 {padding-left: 106px;}
.p-l-107 {padding-left: 107px;}
.p-l-108 {padding-left: 108px;}
.p-l-109 {padding-left: 109px;}
.p-l-110 {padding-left: 110px;}
.p-l-111 {padding-left: 111px;}
.p-l-112 {padding-left: 112px;}
.p-l-113 {padding-left: 113px;}
.p-l-114 {padding-left: 114px;}
.p-l-115 {padding-left: 115px;}
.p-l-116 {padding-left: 116px;}
.p-l-117 {padding-left: 117px;}
.p-l-118 {padding-left: 118px;}
.p-l-119 {padding-left: 119px;}
.p-l-120 {padding-left: 120px;}
.p-l-121 {padding-left: 121px;}
.p-l-122 {padding-left: 122px;}
.p-l-123 {padding-left: 123px;}
.p-l-124 {padding-left: 124px;}
.p-l-125 {padding-left: 125px;}
.p-l-126 {padding-left: 126px;}
.p-l-127 {padding-left: 127px;}
.p-l-128 {padding-left: 128px;}
.p-l-129 {padding-left: 129px;}
.p-l-130 {padding-left: 130px;}
.p-l-131 {padding-left: 131px;}
.p-l-132 {padding-left: 132px;}
.p-l-133 {padding-left: 133px;}
.p-l-134 {padding-left: 134px;}
.p-l-135 {padding-left: 135px;}
.p-l-136 {padding-left: 136px;}
.p-l-137 {padding-left: 137px;}
.p-l-138 {padding-left: 138px;}
.p-l-139 {padding-left: 139px;}
.p-l-140 {padding-left: 140px;}
.p-l-141 {padding-left: 141px;}
.p-l-142 {padding-left: 142px;}
.p-l-143 {padding-left: 143px;}
.p-l-144 {padding-left: 144px;}
.p-l-145 {padding-left: 145px;}
.p-l-146 {padding-left: 146px;}
.p-l-147 {padding-left: 147px;}
.p-l-148 {padding-left: 148px;}
.p-l-149 {padding-left: 149px;}
.p-l-150 {padding-left: 150px;}
.p-l-151 {padding-left: 151px;}
.p-l-152 {padding-left: 152px;}
.p-l-153 {padding-left: 153px;}
.p-l-154 {padding-left: 154px;}
.p-l-155 {padding-left: 155px;}
.p-l-156 {padding-left: 156px;}
.p-l-157 {padding-left: 157px;}
.p-l-158 {padding-left: 158px;}
.p-l-159 {padding-left: 159px;}
.p-l-160 {padding-left: 160px;}
.p-l-161 {padding-left: 161px;}
.p-l-162 {padding-left: 162px;}
.p-l-163 {padding-left: 163px;}
.p-l-164 {padding-left: 164px;}
.p-l-165 {padding-left: 165px;}
.p-l-166 {padding-left: 166px;}
.p-l-167 {padding-left: 167px;}
.p-l-168 {padding-left: 168px;}
.p-l-169 {padding-left: 169px;}
.p-l-170 {padding-left: 170px;}
.p-l-171 {padding-left: 171px;}
.p-l-172 {padding-left: 172px;}
.p-l-173 {padding-left: 173px;}
.p-l-174 {padding-left: 174px;}
.p-l-175 {padding-left: 175px;}
.p-l-176 {padding-left: 176px;}
.p-l-177 {padding-left: 177px;}
.p-l-178 {padding-left: 178px;}
.p-l-179 {padding-left: 179px;}
.p-l-180 {padding-left: 180px;}
.p-l-181 {padding-left: 181px;}
.p-l-182 {padding-left: 182px;}
.p-l-183 {padding-left: 183px;}
.p-l-184 {padding-left: 184px;}
.p-l-185 {padding-left: 185px;}
.p-l-186 {padding-left: 186px;}
.p-l-187 {padding-left: 187px;}
.p-l-188 {padding-left: 188px;}
.p-l-189 {padding-left: 189px;}
.p-l-190 {padding-left: 190px;}
.p-l-191 {padding-left: 191px;}
.p-l-192 {padding-left: 192px;}
.p-l-193 {padding-left: 193px;}
.p-l-194 {padding-left: 194px;}
.p-l-195 {padding-left: 195px;}
.p-l-196 {padding-left: 196px;}
.p-l-197 {padding-left: 197px;}
.p-l-198 {padding-left: 198px;}
.p-l-199 {padding-left: 199px;}
.p-l-200 {padding-left: 200px;}
.p-l-201 {padding-left: 201px;}
.p-l-202 {padding-left: 202px;}
.p-l-203 {padding-left: 203px;}
.p-l-204 {padding-left: 204px;}
.p-l-205 {padding-left: 205px;}
.p-l-206 {padding-left: 206px;}
.p-l-207 {padding-left: 207px;}
.p-l-208 {padding-left: 208px;}
.p-l-209 {padding-left: 209px;}
.p-l-210 {padding-left: 210px;}
.p-l-211 {padding-left: 211px;}
.p-l-212 {padding-left: 212px;}
.p-l-213 {padding-left: 213px;}
.p-l-214 {padding-left: 214px;}
.p-l-215 {padding-left: 215px;}
.p-l-216 {padding-left: 216px;}
.p-l-217 {padding-left: 217px;}
.p-l-218 {padding-left: 218px;}
.p-l-219 {padding-left: 219px;}
.p-l-220 {padding-left: 220px;}
.p-l-221 {padding-left: 221px;}
.p-l-222 {padding-left: 222px;}
.p-l-223 {padding-left: 223px;}
.p-l-224 {padding-left: 224px;}
.p-l-225 {padding-left: 225px;}
.p-l-226 {padding-left: 226px;}
.p-l-227 {padding-left: 227px;}
.p-l-228 {padding-left: 228px;}
.p-l-229 {padding-left: 229px;}
.p-l-230 {padding-left: 230px;}
.p-l-231 {padding-left: 231px;}
.p-l-232 {padding-left: 232px;}
.p-l-233 {padding-left: 233px;}
.p-l-234 {padding-left: 234px;}
.p-l-235 {padding-left: 235px;}
.p-l-236 {padding-left: 236px;}
.p-l-237 {padding-left: 237px;}
.p-l-238 {padding-left: 238px;}
.p-l-239 {padding-left: 239px;}
.p-l-240 {padding-left: 240px;}
.p-l-241 {padding-left: 241px;}
.p-l-242 {padding-left: 242px;}
.p-l-243 {padding-left: 243px;}
.p-l-244 {padding-left: 244px;}
.p-l-245 {padding-left: 245px;}
.p-l-246 {padding-left: 246px;}
.p-l-247 {padding-left: 247px;}
.p-l-248 {padding-left: 248px;}
.p-l-249 {padding-left: 249px;}
.p-l-250 {padding-left: 250px;}
.p-r-0 {padding-right: 0px;}
.p-r-1 {padding-right: 1px;}
.p-r-2 {padding-right: 2px;}
.p-r-3 {padding-right: 3px;}
.p-r-4 {padding-right: 4px;}
.p-r-5 {padding-right: 5px;}
.p-r-6 {padding-right: 6px;}
.p-r-7 {padding-right: 7px;}
.p-r-8 {padding-right: 8px;}
.p-r-9 {padding-right: 9px;}
.p-r-10 {padding-right: 10px;}
.p-r-11 {padding-right: 11px;}
.p-r-12 {padding-right: 12px;}
.p-r-13 {padding-right: 13px;}
.p-r-14 {padding-right: 14px;}
.p-r-15 {padding-right: 15px;}
.p-r-16 {padding-right: 16px;}
.p-r-17 {padding-right: 17px;}
.p-r-18 {padding-right: 18px;}
.p-r-19 {padding-right: 19px;}
.p-r-20 {padding-right: 20px;}
.p-r-21 {padding-right: 21px;}
.p-r-22 {padding-right: 22px;}
.p-r-23 {padding-right: 23px;}
.p-r-24 {padding-right: 24px;}
.p-r-25 {padding-right: 25px;}
.p-r-26 {padding-right: 26px;}
.p-r-27 {padding-right: 27px;}
.p-r-28 {padding-right: 28px;}
.p-r-29 {padding-right: 29px;}
.p-r-30 {padding-right: 30px;}
.p-r-31 {padding-right: 31px;}
.p-r-32 {padding-right: 32px;}
.p-r-33 {padding-right: 33px;}
.p-r-34 {padding-right: 34px;}
.p-r-35 {padding-right: 35px;}
.p-r-36 {padding-right: 36px;}
.p-r-37 {padding-right: 37px;}
.p-r-38 {padding-right: 38px;}
.p-r-39 {padding-right: 39px;}
.p-r-40 {padding-right: 40px;}
.p-r-41 {padding-right: 41px;}
.p-r-42 {padding-right: 42px;}
.p-r-43 {padding-right: 43px;}
.p-r-44 {padding-right: 44px;}
.p-r-45 {padding-right: 45px;}
.p-r-46 {padding-right: 46px;}
.p-r-47 {padding-right: 47px;}
.p-r-48 {padding-right: 48px;}
.p-r-49 {padding-right: 49px;}
.p-r-50 {padding-right: 50px;}
.p-r-51 {padding-right: 51px;}
.p-r-52 {padding-right: 52px;}
.p-r-53 {padding-right: 53px;}
.p-r-54 {padding-right: 54px;}
.p-r-55 {padding-right: 55px;}
.p-r-56 {padding-right: 56px;}
.p-r-57 {padding-right: 57px;}
.p-r-58 {padding-right: 58px;}
.p-r-59 {padding-right: 59px;}
.p-r-60 {padding-right: 60px;}
.p-r-61 {padding-right: 61px;}
.p-r-62 {padding-right: 62px;}
.p-r-63 {padding-right: 63px;}
.p-r-64 {padding-right: 64px;}
.p-r-65 {padding-right: 65px;}
.p-r-66 {padding-right: 66px;}
.p-r-67 {padding-right: 67px;}
.p-r-68 {padding-right: 68px;}
.p-r-69 {padding-right: 69px;}
.p-r-70 {padding-right: 70px;}
.p-r-71 {padding-right: 71px;}
.p-r-72 {padding-right: 72px;}
.p-r-73 {padding-right: 73px;}
.p-r-74 {padding-right: 74px;}
.p-r-75 {padding-right: 75px;}
.p-r-76 {padding-right: 76px;}
.p-r-77 {padding-right: 77px;}
.p-r-78 {padding-right: 78px;}
.p-r-79 {padding-right: 79px;}
.p-r-80 {padding-right: 80px;}
.p-r-81 {padding-right: 81px;}
.p-r-82 {padding-right: 82px;}
.p-r-83 {padding-right: 83px;}
.p-r-84 {padding-right: 84px;}
.p-r-85 {padding-right: 85px;}
.p-r-86 {padding-right: 86px;}
.p-r-87 {padding-right: 87px;}
.p-r-88 {padding-right: 88px;}
.p-r-89 {padding-right: 89px;}
.p-r-90 {padding-right: 90px;}
.p-r-91 {padding-right: 91px;}
.p-r-92 {padding-right: 92px;}
.p-r-93 {padding-right: 93px;}
.p-r-94 {padding-right: 94px;}
.p-r-95 {padding-right: 95px;}
.p-r-96 {padding-right: 96px;}
.p-r-97 {padding-right: 97px;}
.p-r-98 {padding-right: 98px;}
.p-r-99 {padding-right: 99px;}
.p-r-100 {padding-right: 100px;}
.p-r-101 {padding-right: 101px;}
.p-r-102 {padding-right: 102px;}
.p-r-103 {padding-right: 103px;}
.p-r-104 {padding-right: 104px;}
.p-r-105 {padding-right: 105px;}
.p-r-106 {padding-right: 106px;}
.p-r-107 {padding-right: 107px;}
.p-r-108 {padding-right: 108px;}
.p-r-109 {padding-right: 109px;}
.p-r-110 {padding-right: 110px;}
.p-r-111 {padding-right: 111px;}
.p-r-112 {padding-right: 112px;}
.p-r-113 {padding-right: 113px;}
.p-r-114 {padding-right: 114px;}
.p-r-115 {padding-right: 115px;}
.p-r-116 {padding-right: 116px;}
.p-r-117 {padding-right: 117px;}
.p-r-118 {padding-right: 118px;}
.p-r-119 {padding-right: 119px;}
.p-r-120 {padding-right: 120px;}
.p-r-121 {padding-right: 121px;}
.p-r-122 {padding-right: 122px;}
.p-r-123 {padding-right: 123px;}
.p-r-124 {padding-right: 124px;}
.p-r-125 {padding-right: 125px;}
.p-r-126 {padding-right: 126px;}
.p-r-127 {padding-right: 127px;}
.p-r-128 {padding-right: 128px;}
.p-r-129 {padding-right: 129px;}
.p-r-130 {padding-right: 130px;}
.p-r-131 {padding-right: 131px;}
.p-r-132 {padding-right: 132px;}
.p-r-133 {padding-right: 133px;}
.p-r-134 {padding-right: 134px;}
.p-r-135 {padding-right: 135px;}
.p-r-136 {padding-right: 136px;}
.p-r-137 {padding-right: 137px;}
.p-r-138 {padding-right: 138px;}
.p-r-139 {padding-right: 139px;}
.p-r-140 {padding-right: 140px;}
.p-r-141 {padding-right: 141px;}
.p-r-142 {padding-right: 142px;}
.p-r-143 {padding-right: 143px;}
.p-r-144 {padding-right: 144px;}
.p-r-145 {padding-right: 145px;}
.p-r-146 {padding-right: 146px;}
.p-r-147 {padding-right: 147px;}
.p-r-148 {padding-right: 148px;}
.p-r-149 {padding-right: 149px;}
.p-r-150 {padding-right: 150px;}
.p-r-151 {padding-right: 151px;}
.p-r-152 {padding-right: 152px;}
.p-r-153 {padding-right: 153px;}
.p-r-154 {padding-right: 154px;}
.p-r-155 {padding-right: 155px;}
.p-r-156 {padding-right: 156px;}
.p-r-157 {padding-right: 157px;}
.p-r-158 {padding-right: 158px;}
.p-r-159 {padding-right: 159px;}
.p-r-160 {padding-right: 160px;}
.p-r-161 {padding-right: 161px;}
.p-r-162 {padding-right: 162px;}
.p-r-163 {padding-right: 163px;}
.p-r-164 {padding-right: 164px;}
.p-r-165 {padding-right: 165px;}
.p-r-166 {padding-right: 166px;}
.p-r-167 {padding-right: 167px;}
.p-r-168 {padding-right: 168px;}
.p-r-169 {padding-right: 169px;}
.p-r-170 {padding-right: 170px;}
.p-r-171 {padding-right: 171px;}
.p-r-172 {padding-right: 172px;}
.p-r-173 {padding-right: 173px;}
.p-r-174 {padding-right: 174px;}
.p-r-175 {padding-right: 175px;}
.p-r-176 {padding-right: 176px;}
.p-r-177 {padding-right: 177px;}
.p-r-178 {padding-right: 178px;}
.p-r-179 {padding-right: 179px;}
.p-r-180 {padding-right: 180px;}
.p-r-181 {padding-right: 181px;}
.p-r-182 {padding-right: 182px;}
.p-r-183 {padding-right: 183px;}
.p-r-184 {padding-right: 184px;}
.p-r-185 {padding-right: 185px;}
.p-r-186 {padding-right: 186px;}
.p-r-187 {padding-right: 187px;}
.p-r-188 {padding-right: 188px;}
.p-r-189 {padding-right: 189px;}
.p-r-190 {padding-right: 190px;}
.p-r-191 {padding-right: 191px;}
.p-r-192 {padding-right: 192px;}
.p-r-193 {padding-right: 193px;}
.p-r-194 {padding-right: 194px;}
.p-r-195 {padding-right: 195px;}
.p-r-196 {padding-right: 196px;}
.p-r-197 {padding-right: 197px;}
.p-r-198 {padding-right: 198px;}
.p-r-199 {padding-right: 199px;}
.p-r-200 {padding-right: 200px;}
.p-r-201 {padding-right: 201px;}
.p-r-202 {padding-right: 202px;}
.p-r-203 {padding-right: 203px;}
.p-r-204 {padding-right: 204px;}
.p-r-205 {padding-right: 205px;}
.p-r-206 {padding-right: 206px;}
.p-r-207 {padding-right: 207px;}
.p-r-208 {padding-right: 208px;}
.p-r-209 {padding-right: 209px;}
.p-r-210 {padding-right: 210px;}
.p-r-211 {padding-right: 211px;}
.p-r-212 {padding-right: 212px;}
.p-r-213 {padding-right: 213px;}
.p-r-214 {padding-right: 214px;}
.p-r-215 {padding-right: 215px;}
.p-r-216 {padding-right: 216px;}
.p-r-217 {padding-right: 217px;}
.p-r-218 {padding-right: 218px;}
.p-r-219 {padding-right: 219px;}
.p-r-220 {padding-right: 220px;}
.p-r-221 {padding-right: 221px;}
.p-r-222 {padding-right: 222px;}
.p-r-223 {padding-right: 223px;}
.p-r-224 {padding-right: 224px;}
.p-r-225 {padding-right: 225px;}
.p-r-226 {padding-right: 226px;}
.p-r-227 {padding-right: 227px;}
.p-r-228 {padding-right: 228px;}
.p-r-229 {padding-right: 229px;}
.p-r-230 {padding-right: 230px;}
.p-r-231 {padding-right: 231px;}
.p-r-232 {padding-right: 232px;}
.p-r-233 {padding-right: 233px;}
.p-r-234 {padding-right: 234px;}
.p-r-235 {padding-right: 235px;}
.p-r-236 {padding-right: 236px;}
.p-r-237 {padding-right: 237px;}
.p-r-238 {padding-right: 238px;}
.p-r-239 {padding-right: 239px;}
.p-r-240 {padding-right: 240px;}
.p-r-241 {padding-right: 241px;}
.p-r-242 {padding-right: 242px;}
.p-r-243 {padding-right: 243px;}
.p-r-244 {padding-right: 244px;}
.p-r-245 {padding-right: 245px;}
.p-r-246 {padding-right: 246px;}
.p-r-247 {padding-right: 247px;}
.p-r-248 {padding-right: 248px;}
.p-r-249 {padding-right: 249px;}
.p-r-250 {padding-right: 250px;}

/*[ MARGIN ]
///////////////////////////////////////////////////////////
*/
.m-t-0 {margin-top: 0px;}
.m-t-1 {margin-top: 1px;}
.m-t-2 {margin-top: 2px;}
.m-t-3 {margin-top: 3px;}
.m-t-4 {margin-top: 4px;}
.m-t-5 {margin-top: 5px;}
.m-t-6 {margin-top: 6px;}
.m-t-7 {margin-top: 7px;}
.m-t-8 {margin-top: 8px;}
.m-t-9 {margin-top: 9px;}
.m-t-10 {margin-top: 10px;}
.m-t-11 {margin-top: 11px;}
.m-t-12 {margin-top: 12px;}
.m-t-13 {margin-top: 13px;}
.m-t-14 {margin-top: 14px;}
.m-t-15 {margin-top: 15px;}
.m-t-16 {margin-top: 16px;}
.m-t-17 {margin-top: 17px;}
.m-t-18 {margin-top: 18px;}
.m-t-19 {margin-top: 19px;}
.m-t-20 {margin-top: 20px;}
.m-t-21 {margin-top: 21px;}
.m-t-22 {margin-top: 22px;}
.m-t-23 {margin-top: 23px;}
.m-t-24 {margin-top: 24px;}
.m-t-25 {margin-top: 25px;}
.m-t-26 {margin-top: 26px;}
.m-t-27 {margin-top: 27px;}
.m-t-28 {margin-top: 28px;}
.m-t-29 {margin-top: 29px;}
.m-t-30 {margin-top: 30px;}
.m-t-31 {margin-top: 31px;}
.m-t-32 {margin-top: 32px;}
.m-t-33 {margin-top: 33px;}
.m-t-34 {margin-top: 34px;}
.m-t-35 {margin-top: 35px;}
.m-t-36 {margin-top: 36px;}
.m-t-37 {margin-top: 37px;}
.m-t-38 {margin-top: 38px;}
.m-t-39 {margin-top: 39px;}
.m-t-40 {margin-top: 40px;}
.m-t-41 {margin-top: 41px;}
.m-t-42 {margin-top: 42px;}
.m-t-43 {margin-top: 43px;}
.m-t-44 {margin-top: 44px;}
.m-t-45 {margin-top: 45px;}
.m-t-46 {margin-top: 46px;}
.m-t-47 {margin-top: 47px;}
.m-t-48 {margin-top: 48px;}
.m-t-49 {margin-top: 49px;}
.m-t-50 {margin-top: 50px;}
.m-t-51 {margin-top: 51px;}
.m-t-52 {margin-top: 52px;}
.m-t-53 {margin-top: 53px;}
.m-t-54 {margin-top: 54px;}
.m-t-55 {margin-top: 55px;}
.m-t-56 {margin-top: 56px;}
.m-t-57 {margin-top: 57px;}
.m-t-58 {margin-top: 58px;}
.m-t-59 {margin-top: 59px;}
.m-t-60 {margin-top: 60px;}
.m-t-61 {margin-top: 61px;}
.m-t-62 {margin-top: 62px;}
.m-t-63 {margin-top: 63px;}
.m-t-64 {margin-top: 64px;}
.m-t-65 {margin-top: 65px;}
.m-t-66 {margin-top: 66px;}
.m-t-67 {margin-top: 67px;}
.m-t-68 {margin-top: 68px;}
.m-t-69 {margin-top: 69px;}
.m-t-70 {margin-top: 70px;}
.m-t-71 {margin-top: 71px;}
.m-t-72 {margin-top: 72px;}
.m-t-73 {margin-top: 73px;}
.m-t-74 {margin-top: 74px;}
.m-t-75 {margin-top: 75px;}
.m-t-76 {margin-top: 76px;}
.m-t-77 {margin-top: 77px;}
.m-t-78 {margin-top: 78px;}
.m-t-79 {margin-top: 79px;}
.m-t-80 {margin-top: 80px;}
.m-t-81 {margin-top: 81px;}
.m-t-82 {margin-top: 82px;}
.m-t-83 {margin-top: 83px;}
.m-t-84 {margin-top: 84px;}
.m-t-85 {margin-top: 85px;}
.m-t-86 {margin-top: 86px;}
.m-t-87 {margin-top: 87px;}
.m-t-88 {margin-top: 88px;}
.m-t-89 {margin-top: 89px;}
.m-t-90 {margin-top: 90px;}
.m-t-91 {margin-top: 91px;}
.m-t-92 {margin-top: 92px;}
.m-t-93 {margin-top: 93px;}
.m-t-94 {margin-top: 94px;}
.m-t-95 {margin-top: 95px;}
.m-t-96 {margin-top: 96px;}
.m-t-97 {margin-top: 97px;}
.m-t-98 {margin-top: 98px;}
.m-t-99 {margin-top: 99px;}
.m-t-100 {margin-top: 100px;}
.m-t-101 {margin-top: 101px;}
.m-t-102 {margin-top: 102px;}
.m-t-103 {margin-top: 103px;}
.m-t-104 {margin-top: 104px;}
.m-t-105 {margin-top: 105px;}
.m-t-106 {margin-top: 106px;}
.m-t-107 {margin-top: 107px;}
.m-t-108 {margin-top: 108px;}
.m-t-109 {margin-top: 109px;}
.m-t-110 {margin-top: 110px;}
.m-t-111 {margin-top: 111px;}
.m-t-112 {margin-top: 112px;}
.m-t-113 {margin-top: 113px;}
.m-t-114 {margin-top: 114px;}
.m-t-115 {margin-top: 115px;}
.m-t-116 {margin-top: 116px;}
.m-t-117 {margin-top: 117px;}
.m-t-118 {margin-top: 118px;}
.m-t-119 {margin-top: 119px;}
.m-t-120 {margin-top: 120px;}
.m-t-121 {margin-top: 121px;}
.m-t-122 {margin-top: 122px;}
.m-t-123 {margin-top: 123px;}
.m-t-124 {margin-top: 124px;}
.m-t-125 {margin-top: 125px;}
.m-t-126 {margin-top: 126px;}
.m-t-127 {margin-top: 127px;}
.m-t-128 {margin-top: 128px;}
.m-t-129 {margin-top: 129px;}
.m-t-130 {margin-top: 130px;}
.m-t-131 {margin-top: 131px;}
.m-t-132 {margin-top: 132px;}
.m-t-133 {margin-top: 133px;}
.m-t-134 {margin-top: 134px;}
.m-t-135 {margin-top: 135px;}
.m-t-136 {margin-top: 136px;}
.m-t-137 {margin-top: 137px;}
.m-t-138 {margin-top: 138px;}
.m-t-139 {margin-top: 139px;}
.m-t-140 {margin-top: 140px;}
.m-t-141 {margin-top: 141px;}
.m-t-142 {margin-top: 142px;}
.m-t-143 {margin-top: 143px;}
.m-t-144 {margin-top: 144px;}
.m-t-145 {margin-top: 145px;}
.m-t-146 {margin-top: 146px;}
.m-t-147 {margin-top: 147px;}
.m-t-148 {margin-top: 148px;}
.m-t-149 {margin-top: 149px;}
.m-t-150 {margin-top: 150px;}
.m-t-151 {margin-top: 151px;}
.m-t-152 {margin-top: 152px;}
.m-t-153 {margin-top: 153px;}
.m-t-154 {margin-top: 154px;}
.m-t-155 {margin-top: 155px;}
.m-t-156 {margin-top: 156px;}
.m-t-157 {margin-top: 157px;}
.m-t-158 {margin-top: 158px;}
.m-t-159 {margin-top: 159px;}
.m-t-160 {margin-top: 160px;}
.m-t-161 {margin-top: 161px;}
.m-t-162 {margin-top: 162px;}
.m-t-163 {margin-top: 163px;}
.m-t-164 {margin-top: 164px;}
.m-t-165 {margin-top: 165px;}
.m-t-166 {margin-top: 166px;}
.m-t-167 {margin-top: 167px;}
.m-t-168 {margin-top: 168px;}
.m-t-169 {margin-top: 169px;}
.m-t-170 {margin-top: 170px;}
.m-t-171 {margin-top: 171px;}
.m-t-172 {margin-top: 172px;}
.m-t-173 {margin-top: 173px;}
.m-t-174 {margin-top: 174px;}
.m-t-175 {margin-top: 175px;}
.m-t-176 {margin-top: 176px;}
.m-t-177 {margin-top: 177px;}
.m-t-178 {margin-top: 178px;}
.m-t-179 {margin-top: 179px;}
.m-t-180 {margin-top: 180px;}
.m-t-181 {margin-top: 181px;}
.m-t-182 {margin-top: 182px;}
.m-t-183 {margin-top: 183px;}
.m-t-184 {margin-top: 184px;}
.m-t-185 {margin-top: 185px;}
.m-t-186 {margin-top: 186px;}
.m-t-187 {margin-top: 187px;}
.m-t-188 {margin-top: 188px;}
.m-t-189 {margin-top: 189px;}
.m-t-190 {margin-top: 190px;}
.m-t-191 {margin-top: 191px;}
.m-t-192 {margin-top: 192px;}
.m-t-193 {margin-top: 193px;}
.m-t-194 {margin-top: 194px;}
.m-t-195 {margin-top: 195px;}
.m-t-196 {margin-top: 196px;}
.m-t-197 {margin-top: 197px;}
.m-t-198 {margin-top: 198px;}
.m-t-199 {margin-top: 199px;}
.m-t-200 {margin-top: 200px;}
.m-t-201 {margin-top: 201px;}
.m-t-202 {margin-top: 202px;}
.m-t-203 {margin-top: 203px;}
.m-t-204 {margin-top: 204px;}
.m-t-205 {margin-top: 205px;}
.m-t-206 {margin-top: 206px;}
.m-t-207 {margin-top: 207px;}
.m-t-208 {margin-top: 208px;}
.m-t-209 {margin-top: 209px;}
.m-t-210 {margin-top: 210px;}
.m-t-211 {margin-top: 211px;}
.m-t-212 {margin-top: 212px;}
.m-t-213 {margin-top: 213px;}
.m-t-214 {margin-top: 214px;}
.m-t-215 {margin-top: 215px;}
.m-t-216 {margin-top: 216px;}
.m-t-217 {margin-top: 217px;}
.m-t-218 {margin-top: 218px;}
.m-t-219 {margin-top: 219px;}
.m-t-220 {margin-top: 220px;}
.m-t-221 {margin-top: 221px;}
.m-t-222 {margin-top: 222px;}
.m-t-223 {margin-top: 223px;}
.m-t-224 {margin-top: 224px;}
.m-t-225 {margin-top: 225px;}
.m-t-226 {margin-top: 226px;}
.m-t-227 {margin-top: 227px;}
.m-t-228 {margin-top: 228px;}
.m-t-229 {margin-top: 229px;}
.m-t-230 {margin-top: 230px;}
.m-t-231 {margin-top: 231px;}
.m-t-232 {margin-top: 232px;}
.m-t-233 {margin-top: 233px;}
.m-t-234 {margin-top: 234px;}
.m-t-235 {margin-top: 235px;}
.m-t-236 {margin-top: 236px;}
.m-t-237 {margin-top: 237px;}
.m-t-238 {margin-top: 238px;}
.m-t-239 {margin-top: 239px;}
.m-t-240 {margin-top: 240px;}
.m-t-241 {margin-top: 241px;}
.m-t-242 {margin-top: 242px;}
.m-t-243 {margin-top: 243px;}
.m-t-244 {margin-top: 244px;}
.m-t-245 {margin-top: 245px;}
.m-t-246 {margin-top: 246px;}
.m-t-247 {margin-top: 247px;}
.m-t-248 {margin-top: 248px;}
.m-t-249 {margin-top: 249px;}
.m-t-250 {margin-top: 250px;}
.m-b-0 {margin-bottom: 0px;}
.m-b-1 {margin-bottom: 1px;}
.m-b-2 {margin-bottom: 2px;}
.m-b-3 {margin-bottom: 3px;}
.m-b-4 {margin-bottom: 4px;}
.m-b-5 {margin-bottom: 5px;}
.m-b-6 {margin-bottom: 6px;}
.m-b-7 {margin-bottom: 7px;}
.m-b-8 {margin-bottom: 8px;}
.m-b-9 {margin-bottom: 9px;}
.m-b-10 {margin-bottom: 10px;}
.m-b-11 {margin-bottom: 11px;}
.m-b-12 {margin-bottom: 12px;}
.m-b-13 {margin-bottom: 13px;}
.m-b-14 {margin-bottom: 14px;}
.m-b-15 {margin-bottom: 15px;}
.m-b-16 {margin-bottom: 16px;}
.m-b-17 {margin-bottom: 17px;}
.m-b-18 {margin-bottom: 18px;}
.m-b-19 {margin-bottom: 19px;}
.m-b-20 {margin-bottom: 20px;}
.m-b-21 {margin-bottom: 21px;}
.m-b-22 {margin-bottom: 22px;}
.m-b-23 {margin-bottom: 23px;}
.m-b-24 {margin-bottom: 24px;}
.m-b-25 {margin-bottom: 25px;}
.m-b-26 {margin-bottom: 26px;}
.m-b-27 {margin-bottom: 27px;}
.m-b-28 {margin-bottom: 28px;}
.m-b-29 {margin-bottom: 29px;}
.m-b-30 {margin-bottom: 30px;}
.m-b-31 {margin-bottom: 31px;}
.m-b-32 {margin-bottom: 32px;}
.m-b-33 {margin-bottom: 33px;}
.m-b-34 {margin-bottom: 34px;}
.m-b-35 {margin-bottom: 35px;}
.m-b-36 {margin-bottom: 36px;}
.m-b-37 {margin-bottom: 37px;}
.m-b-38 {margin-bottom: 38px;}
.m-b-39 {margin-bottom: 39px;}
.m-b-40 {margin-bottom: 40px;}
.m-b-41 {margin-bottom: 41px;}
.m-b-42 {margin-bottom: 42px;}
.m-b-43 {margin-bottom: 43px;}
.m-b-44 {margin-bottom: 44px;}
.m-b-45 {margin-bottom: 45px;}
.m-b-46 {margin-bottom: 46px;}
.m-b-47 {margin-bottom: 47px;}
.m-b-48 {margin-bottom: 48px;}
.m-b-49 {margin-bottom: 49px;}
.m-b-50 {margin-bottom: 50px;}
.m-b-51 {margin-bottom: 51px;}
.m-b-52 {margin-bottom: 52px;}
.m-b-53 {margin-bottom: 53px;}
.m-b-54 {margin-bottom: 54px;}
.m-b-55 {margin-bottom: 55px;}
.m-b-56 {margin-bottom: 56px;}
.m-b-57 {margin-bottom: 57px;}
.m-b-58 {margin-bottom: 58px;}
.m-b-59 {margin-bottom: 59px;}
.m-b-60 {margin-bottom: 60px;}
.m-b-61 {margin-bottom: 61px;}
.m-b-62 {margin-bottom: 62px;}
.m-b-63 {margin-bottom: 63px;}
.m-b-64 {margin-bottom: 64px;}
.m-b-65 {margin-bottom: 65px;}
.m-b-66 {margin-bottom: 66px;}
.m-b-67 {margin-bottom: 67px;}
.m-b-68 {margin-bottom: 68px;}
.m-b-69 {margin-bottom: 69px;}
.m-b-70 {margin-bottom: 70px;}
.m-b-71 {margin-bottom: 71px;}
.m-b-72 {margin-bottom: 72px;}
.m-b-73 {margin-bottom: 73px;}
.m-b-74 {margin-bottom: 74px;}
.m-b-75 {margin-bottom: 75px;}
.m-b-76 {margin-bottom: 76px;}
.m-b-77 {margin-bottom: 77px;}
.m-b-78 {margin-bottom: 78px;}
.m-b-79 {margin-bottom: 79px;}
.m-b-80 {margin-bottom: 80px;}
.m-b-81 {margin-bottom: 81px;}
.m-b-82 {margin-bottom: 82px;}
.m-b-83 {margin-bottom: 83px;}
.m-b-84 {margin-bottom: 84px;}
.m-b-85 {margin-bottom: 85px;}
.m-b-86 {margin-bottom: 86px;}
.m-b-87 {margin-bottom: 87px;}
.m-b-88 {margin-bottom: 88px;}
.m-b-89 {margin-bottom: 89px;}
.m-b-90 {margin-bottom: 90px;}
.m-b-91 {margin-bottom: 91px;}
.m-b-92 {margin-bottom: 92px;}
.m-b-93 {margin-bottom: 93px;}
.m-b-94 {margin-bottom: 94px;}
.m-b-95 {margin-bottom: 95px;}
.m-b-96 {margin-bottom: 96px;}
.m-b-97 {margin-bottom: 97px;}
.m-b-98 {margin-bottom: 98px;}
.m-b-99 {margin-bottom: 99px;}
.m-b-100 {margin-bottom: 100px;}
.m-b-101 {margin-bottom: 101px;}
.m-b-102 {margin-bottom: 102px;}
.m-b-103 {margin-bottom: 103px;}
.m-b-104 {margin-bottom: 104px;}
.m-b-105 {margin-bottom: 105px;}
.m-b-106 {margin-bottom: 106px;}
.m-b-107 {margin-bottom: 107px;}
.m-b-108 {margin-bottom: 108px;}
.m-b-109 {margin-bottom: 109px;}
.m-b-110 {margin-bottom: 110px;}
.m-b-111 {margin-bottom: 111px;}
.m-b-112 {margin-bottom: 112px;}
.m-b-113 {margin-bottom: 113px;}
.m-b-114 {margin-bottom: 114px;}
.m-b-115 {margin-bottom: 115px;}
.m-b-116 {margin-bottom: 116px;}
.m-b-117 {margin-bottom: 117px;}
.m-b-118 {margin-bottom: 118px;}
.m-b-119 {margin-bottom: 119px;}
.m-b-120 {margin-bottom: 120px;}
.m-b-121 {margin-bottom: 121px;}
.m-b-122 {margin-bottom: 122px;}
.m-b-123 {margin-bottom: 123px;}
.m-b-124 {margin-bottom: 124px;}
.m-b-125 {margin-bottom: 125px;}
.m-b-126 {margin-bottom: 126px;}
.m-b-127 {margin-bottom: 127px;}
.m-b-128 {margin-bottom: 128px;}
.m-b-129 {margin-bottom: 129px;}
.m-b-130 {margin-bottom: 130px;}
.m-b-131 {margin-bottom: 131px;}
.m-b-132 {margin-bottom: 132px;}
.m-b-133 {margin-bottom: 133px;}
.m-b-134 {margin-bottom: 134px;}
.m-b-135 {margin-bottom: 135px;}
.m-b-136 {margin-bottom: 136px;}
.m-b-137 {margin-bottom: 137px;}
.m-b-138 {margin-bottom: 138px;}
.m-b-139 {margin-bottom: 139px;}
.m-b-140 {margin-bottom: 140px;}
.m-b-141 {margin-bottom: 141px;}
.m-b-142 {margin-bottom: 142px;}
.m-b-143 {margin-bottom: 143px;}
.m-b-144 {margin-bottom: 144px;}
.m-b-145 {margin-bottom: 145px;}
.m-b-146 {margin-bottom: 146px;}
.m-b-147 {margin-bottom: 147px;}
.m-b-148 {margin-bottom: 148px;}
.m-b-149 {margin-bottom: 149px;}
.m-b-150 {margin-bottom: 150px;}
.m-b-151 {margin-bottom: 151px;}
.m-b-152 {margin-bottom: 152px;}
.m-b-153 {margin-bottom: 153px;}
.m-b-154 {margin-bottom: 154px;}
.m-b-155 {margin-bottom: 155px;}
.m-b-156 {margin-bottom: 156px;}
.m-b-157 {margin-bottom: 157px;}
.m-b-158 {margin-bottom: 158px;}
.m-b-159 {margin-bottom: 159px;}
.m-b-160 {margin-bottom: 160px;}
.m-b-161 {margin-bottom: 161px;}
.m-b-162 {margin-bottom: 162px;}
.m-b-163 {margin-bottom: 163px;}
.m-b-164 {margin-bottom: 164px;}
.m-b-165 {margin-bottom: 165px;}
.m-b-166 {margin-bottom: 166px;}
.m-b-167 {margin-bottom: 167px;}
.m-b-168 {margin-bottom: 168px;}
.m-b-169 {margin-bottom: 169px;}
.m-b-170 {margin-bottom: 170px;}
.m-b-171 {margin-bottom: 171px;}
.m-b-172 {margin-bottom: 172px;}
.m-b-173 {margin-bottom: 173px;}
.m-b-174 {margin-bottom: 174px;}
.m-b-175 {margin-bottom: 175px;}
.m-b-176 {margin-bottom: 176px;}
.m-b-177 {margin-bottom: 177px;}
.m-b-178 {margin-bottom: 178px;}
.m-b-179 {margin-bottom: 179px;}
.m-b-180 {margin-bottom: 180px;}
.m-b-181 {margin-bottom: 181px;}
.m-b-182 {margin-bottom: 182px;}
.m-b-183 {margin-bottom: 183px;}
.m-b-184 {margin-bottom: 184px;}
.m-b-185 {margin-bottom: 185px;}
.m-b-186 {margin-bottom: 186px;}
.m-b-187 {margin-bottom: 187px;}
.m-b-188 {margin-bottom: 188px;}
.m-b-189 {margin-bottom: 189px;}
.m-b-190 {margin-bottom: 190px;}
.m-b-191 {margin-bottom: 191px;}
.m-b-192 {margin-bottom: 192px;}
.m-b-193 {margin-bottom: 193px;}
.m-b-194 {margin-bottom: 194px;}
.m-b-195 {margin-bottom: 195px;}
.m-b-196 {margin-bottom: 196px;}
.m-b-197 {margin-bottom: 197px;}
.m-b-198 {margin-bottom: 198px;}
.m-b-199 {margin-bottom: 199px;}
.m-b-200 {margin-bottom: 200px;}
.m-b-201 {margin-bottom: 201px;}
.m-b-202 {margin-bottom: 202px;}
.m-b-203 {margin-bottom: 203px;}
.m-b-204 {margin-bottom: 204px;}
.m-b-205 {margin-bottom: 205px;}
.m-b-206 {margin-bottom: 206px;}
.m-b-207 {margin-bottom: 207px;}
.m-b-208 {margin-bottom: 208px;}
.m-b-209 {margin-bottom: 209px;}
.m-b-210 {margin-bottom: 210px;}
.m-b-211 {margin-bottom: 211px;}
.m-b-212 {margin-bottom: 212px;}
.m-b-213 {margin-bottom: 213px;}
.m-b-214 {margin-bottom: 214px;}
.m-b-215 {margin-bottom: 215px;}
.m-b-216 {margin-bottom: 216px;}
.m-b-217 {margin-bottom: 217px;}
.m-b-218 {margin-bottom: 218px;}
.m-b-219 {margin-bottom: 219px;}
.m-b-220 {margin-bottom: 220px;}
.m-b-221 {margin-bottom: 221px;}
.m-b-222 {margin-bottom: 222px;}
.m-b-223 {margin-bottom: 223px;}
.m-b-224 {margin-bottom: 224px;}
.m-b-225 {margin-bottom: 225px;}
.m-b-226 {margin-bottom: 226px;}
.m-b-227 {margin-bottom: 227px;}
.m-b-228 {margin-bottom: 228px;}
.m-b-229 {margin-bottom: 229px;}
.m-b-230 {margin-bottom: 230px;}
.m-b-231 {margin-bottom: 231px;}
.m-b-232 {margin-bottom: 232px;}
.m-b-233 {margin-bottom: 233px;}
.m-b-234 {margin-bottom: 234px;}
.m-b-235 {margin-bottom: 235px;}
.m-b-236 {margin-bottom: 236px;}
.m-b-237 {margin-bottom: 237px;}
.m-b-238 {margin-bottom: 238px;}
.m-b-239 {margin-bottom: 239px;}
.m-b-240 {margin-bottom: 240px;}
.m-b-241 {margin-bottom: 241px;}
.m-b-242 {margin-bottom: 242px;}
.m-b-243 {margin-bottom: 243px;}
.m-b-244 {margin-bottom: 244px;}
.m-b-245 {margin-bottom: 245px;}
.m-b-246 {margin-bottom: 246px;}
.m-b-247 {margin-bottom: 247px;}
.m-b-248 {margin-bottom: 248px;}
.m-b-249 {margin-bottom: 249px;}
.m-b-250 {margin-bottom: 250px;}
.m-l-0 {margin-left: 0px;}
.m-l-1 {margin-left: 1px;}
.m-l-2 {margin-left: 2px;}
.m-l-3 {margin-left: 3px;}
.m-l-4 {margin-left: 4px;}
.m-l-5 {margin-left: 5px;}
.m-l-6 {margin-left: 6px;}
.m-l-7 {margin-left: 7px;}
.m-l-8 {margin-left: 8px;}
.m-l-9 {margin-left: 9px;}
.m-l-10 {margin-left: 10px;}
.m-l-11 {margin-left: 11px;}
.m-l-12 {margin-left: 12px;}
.m-l-13 {margin-left: 13px;}
.m-l-14 {margin-left: 14px;}
.m-l-15 {margin-left: 15px;}
.m-l-16 {margin-left: 16px;}
.m-l-17 {margin-left: 17px;}
.m-l-18 {margin-left: 18px;}
.m-l-19 {margin-left: 19px;}
.m-l-20 {margin-left: 20px;}
.m-l-21 {margin-left: 21px;}
.m-l-22 {margin-left: 22px;}
.m-l-23 {margin-left: 23px;}
.m-l-24 {margin-left: 24px;}
.m-l-25 {margin-left: 25px;}
.m-l-26 {margin-left: 26px;}
.m-l-27 {margin-left: 27px;}
.m-l-28 {margin-left: 28px;}
.m-l-29 {margin-left: 29px;}
.m-l-30 {margin-left: 30px;}
.m-l-31 {margin-left: 31px;}
.m-l-32 {margin-left: 32px;}
.m-l-33 {margin-left: 33px;}
.m-l-34 {margin-left: 34px;}
.m-l-35 {margin-left: 35px;}
.m-l-36 {margin-left: 36px;}
.m-l-37 {margin-left: 37px;}
.m-l-38 {margin-left: 38px;}
.m-l-39 {margin-left: 39px;}
.m-l-40 {margin-left: 40px;}
.m-l-41 {margin-left: 41px;}
.m-l-42 {margin-left: 42px;}
.m-l-43 {margin-left: 43px;}
.m-l-44 {margin-left: 44px;}
.m-l-45 {margin-left: 45px;}
.m-l-46 {margin-left: 46px;}
.m-l-47 {margin-left: 47px;}
.m-l-48 {margin-left: 48px;}
.m-l-49 {margin-left: 49px;}
.m-l-50 {margin-left: 50px;}
.m-l-51 {margin-left: 51px;}
.m-l-52 {margin-left: 52px;}
.m-l-53 {margin-left: 53px;}
.m-l-54 {margin-left: 54px;}
.m-l-55 {margin-left: 55px;}
.m-l-56 {margin-left: 56px;}
.m-l-57 {margin-left: 57px;}
.m-l-58 {margin-left: 58px;}
.m-l-59 {margin-left: 59px;}
.m-l-60 {margin-left: 60px;}
.m-l-61 {margin-left: 61px;}
.m-l-62 {margin-left: 62px;}
.m-l-63 {margin-left: 63px;}
.m-l-64 {margin-left: 64px;}
.m-l-65 {margin-left: 65px;}
.m-l-66 {margin-left: 66px;}
.m-l-67 {margin-left: 67px;}
.m-l-68 {margin-left: 68px;}
.m-l-69 {margin-left: 69px;}
.m-l-70 {margin-left: 70px;}
.m-l-71 {margin-left: 71px;}
.m-l-72 {margin-left: 72px;}
.m-l-73 {margin-left: 73px;}
.m-l-74 {margin-left: 74px;}
.m-l-75 {margin-left: 75px;}
.m-l-76 {margin-left: 76px;}
.m-l-77 {margin-left: 77px;}
.m-l-78 {margin-left: 78px;}
.m-l-79 {margin-left: 79px;}
.m-l-80 {margin-left: 80px;}
.m-l-81 {margin-left: 81px;}
.m-l-82 {margin-left: 82px;}
.m-l-83 {margin-left: 83px;}
.m-l-84 {margin-left: 84px;}
.m-l-85 {margin-left: 85px;}
.m-l-86 {margin-left: 86px;}
.m-l-87 {margin-left: 87px;}
.m-l-88 {margin-left: 88px;}
.m-l-89 {margin-left: 89px;}
.m-l-90 {margin-left: 90px;}
.m-l-91 {margin-left: 91px;}
.m-l-92 {margin-left: 92px;}
.m-l-93 {margin-left: 93px;}
.m-l-94 {margin-left: 94px;}
.m-l-95 {margin-left: 95px;}
.m-l-96 {margin-left: 96px;}
.m-l-97 {margin-left: 97px;}
.m-l-98 {margin-left: 98px;}
.m-l-99 {margin-left: 99px;}
.m-l-100 {margin-left: 100px;}
.m-l-101 {margin-left: 101px;}
.m-l-102 {margin-left: 102px;}
.m-l-103 {margin-left: 103px;}
.m-l-104 {margin-left: 104px;}
.m-l-105 {margin-left: 105px;}
.m-l-106 {margin-left: 106px;}
.m-l-107 {margin-left: 107px;}
.m-l-108 {margin-left: 108px;}
.m-l-109 {margin-left: 109px;}
.m-l-110 {margin-left: 110px;}
.m-l-111 {margin-left: 111px;}
.m-l-112 {margin-left: 112px;}
.m-l-113 {margin-left: 113px;}
.m-l-114 {margin-left: 114px;}
.m-l-115 {margin-left: 115px;}
.m-l-116 {margin-left: 116px;}
.m-l-117 {margin-left: 117px;}
.m-l-118 {margin-left: 118px;}
.m-l-119 {margin-left: 119px;}
.m-l-120 {margin-left: 120px;}
.m-l-121 {margin-left: 121px;}
.m-l-122 {margin-left: 122px;}
.m-l-123 {margin-left: 123px;}
.m-l-124 {margin-left: 124px;}
.m-l-125 {margin-left: 125px;}
.m-l-126 {margin-left: 126px;}
.m-l-127 {margin-left: 127px;}
.m-l-128 {margin-left: 128px;}
.m-l-129 {margin-left: 129px;}
.m-l-130 {margin-left: 130px;}
.m-l-131 {margin-left: 131px;}
.m-l-132 {margin-left: 132px;}
.m-l-133 {margin-left: 133px;}
.m-l-134 {margin-left: 134px;}
.m-l-135 {margin-left: 135px;}
.m-l-136 {margin-left: 136px;}
.m-l-137 {margin-left: 137px;}
.m-l-138 {margin-left: 138px;}
.m-l-139 {margin-left: 139px;}
.m-l-140 {margin-left: 140px;}
.m-l-141 {margin-left: 141px;}
.m-l-142 {margin-left: 142px;}
.m-l-143 {margin-left: 143px;}
.m-l-144 {margin-left: 144px;}
.m-l-145 {margin-left: 145px;}
.m-l-146 {margin-left: 146px;}
.m-l-147 {margin-left: 147px;}
.m-l-148 {margin-left: 148px;}
.m-l-149 {margin-left: 149px;}
.m-l-150 {margin-left: 150px;}
.m-l-151 {margin-left: 151px;}
.m-l-152 {margin-left: 152px;}
.m-l-153 {margin-left: 153px;}
.m-l-154 {margin-left: 154px;}
.m-l-155 {margin-left: 155px;}
.m-l-156 {margin-left: 156px;}
.m-l-157 {margin-left: 157px;}
.m-l-158 {margin-left: 158px;}
.m-l-159 {margin-left: 159px;}
.m-l-160 {margin-left: 160px;}
.m-l-161 {margin-left: 161px;}
.m-l-162 {margin-left: 162px;}
.m-l-163 {margin-left: 163px;}
.m-l-164 {margin-left: 164px;}
.m-l-165 {margin-left: 165px;}
.m-l-166 {margin-left: 166px;}
.m-l-167 {margin-left: 167px;}
.m-l-168 {margin-left: 168px;}
.m-l-169 {margin-left: 169px;}
.m-l-170 {margin-left: 170px;}
.m-l-171 {margin-left: 171px;}
.m-l-172 {margin-left: 172px;}
.m-l-173 {margin-left: 173px;}
.m-l-174 {margin-left: 174px;}
.m-l-175 {margin-left: 175px;}
.m-l-176 {margin-left: 176px;}
.m-l-177 {margin-left: 177px;}
.m-l-178 {margin-left: 178px;}
.m-l-179 {margin-left: 179px;}
.m-l-180 {margin-left: 180px;}
.m-l-181 {margin-left: 181px;}
.m-l-182 {margin-left: 182px;}
.m-l-183 {margin-left: 183px;}
.m-l-184 {margin-left: 184px;}
.m-l-185 {margin-left: 185px;}
.m-l-186 {margin-left: 186px;}
.m-l-187 {margin-left: 187px;}
.m-l-188 {margin-left: 188px;}
.m-l-189 {margin-left: 189px;}
.m-l-190 {margin-left: 190px;}
.m-l-191 {margin-left: 191px;}
.m-l-192 {margin-left: 192px;}
.m-l-193 {margin-left: 193px;}
.m-l-194 {margin-left: 194px;}
.m-l-195 {margin-left: 195px;}
.m-l-196 {margin-left: 196px;}
.m-l-197 {margin-left: 197px;}
.m-l-198 {margin-left: 198px;}
.m-l-199 {margin-left: 199px;}
.m-l-200 {margin-left: 200px;}
.m-l-201 {margin-left: 201px;}
.m-l-202 {margin-left: 202px;}
.m-l-203 {margin-left: 203px;}
.m-l-204 {margin-left: 204px;}
.m-l-205 {margin-left: 205px;}
.m-l-206 {margin-left: 206px;}
.m-l-207 {margin-left: 207px;}
.m-l-208 {margin-left: 208px;}
.m-l-209 {margin-left: 209px;}
.m-l-210 {margin-left: 210px;}
.m-l-211 {margin-left: 211px;}
.m-l-212 {margin-left: 212px;}
.m-l-213 {margin-left: 213px;}
.m-l-214 {margin-left: 214px;}
.m-l-215 {margin-left: 215px;}
.m-l-216 {margin-left: 216px;}
.m-l-217 {margin-left: 217px;}
.m-l-218 {margin-left: 218px;}
.m-l-219 {margin-left: 219px;}
.m-l-220 {margin-left: 220px;}
.m-l-221 {margin-left: 221px;}
.m-l-222 {margin-left: 222px;}
.m-l-223 {margin-left: 223px;}
.m-l-224 {margin-left: 224px;}
.m-l-225 {margin-left: 225px;}
.m-l-226 {margin-left: 226px;}
.m-l-227 {margin-left: 227px;}
.m-l-228 {margin-left: 228px;}
.m-l-229 {margin-left: 229px;}
.m-l-230 {margin-left: 230px;}
.m-l-231 {margin-left: 231px;}
.m-l-232 {margin-left: 232px;}
.m-l-233 {margin-left: 233px;}
.m-l-234 {margin-left: 234px;}
.m-l-235 {margin-left: 235px;}
.m-l-236 {margin-left: 236px;}
.m-l-237 {margin-left: 237px;}
.m-l-238 {margin-left: 238px;}
.m-l-239 {margin-left: 239px;}
.m-l-240 {margin-left: 240px;}
.m-l-241 {margin-left: 241px;}
.m-l-242 {margin-left: 242px;}
.m-l-243 {margin-left: 243px;}
.m-l-244 {margin-left: 244px;}
.m-l-245 {margin-left: 245px;}
.m-l-246 {margin-left: 246px;}
.m-l-247 {margin-left: 247px;}
.m-l-248 {margin-left: 248px;}
.m-l-249 {margin-left: 249px;}
.m-l-250 {margin-left: 250px;}
.m-r-0 {margin-right: 0px;}
.m-r-1 {margin-right: 1px;}
.m-r-2 {margin-right: 2px;}
.m-r-3 {margin-right: 3px;}
.m-r-4 {margin-right: 4px;}
.m-r-5 {margin-right: 5px;}
.m-r-6 {margin-right: 6px;}
.m-r-7 {margin-right: 7px;}
.m-r-8 {margin-right: 8px;}
.m-r-9 {margin-right: 9px;}
.m-r-10 {margin-right: 10px;}
.m-r-11 {margin-right: 11px;}
.m-r-12 {margin-right: 12px;}
.m-r-13 {margin-right: 13px;}
.m-r-14 {margin-right: 14px;}
.m-r-15 {margin-right: 15px;}
.m-r-16 {margin-right: 16px;}
.m-r-17 {margin-right: 17px;}
.m-r-18 {margin-right: 18px;}
.m-r-19 {margin-right: 19px;}
.m-r-20 {margin-right: 20px;}
.m-r-21 {margin-right: 21px;}
.m-r-22 {margin-right: 22px;}
.m-r-23 {margin-right: 23px;}
.m-r-24 {margin-right: 24px;}
.m-r-25 {margin-right: 25px;}
.m-r-26 {margin-right: 26px;}
.m-r-27 {margin-right: 27px;}
.m-r-28 {margin-right: 28px;}
.m-r-29 {margin-right: 29px;}
.m-r-30 {margin-right: 30px;}
.m-r-31 {margin-right: 31px;}
.m-r-32 {margin-right: 32px;}
.m-r-33 {margin-right: 33px;}
.m-r-34 {margin-right: 34px;}
.m-r-35 {margin-right: 35px;}
.m-r-36 {margin-right: 36px;}
.m-r-37 {margin-right: 37px;}
.m-r-38 {margin-right: 38px;}
.m-r-39 {margin-right: 39px;}
.m-r-40 {margin-right: 40px;}
.m-r-41 {margin-right: 41px;}
.m-r-42 {margin-right: 42px;}
.m-r-43 {margin-right: 43px;}
.m-r-44 {margin-right: 44px;}
.m-r-45 {margin-right: 45px;}
.m-r-46 {margin-right: 46px;}
.m-r-47 {margin-right: 47px;}
.m-r-48 {margin-right: 48px;}
.m-r-49 {margin-right: 49px;}
.m-r-50 {margin-right: 50px;}
.m-r-51 {margin-right: 51px;}
.m-r-52 {margin-right: 52px;}
.m-r-53 {margin-right: 53px;}
.m-r-54 {margin-right: 54px;}
.m-r-55 {margin-right: 55px;}
.m-r-56 {margin-right: 56px;}
.m-r-57 {margin-right: 57px;}
.m-r-58 {margin-right: 58px;}
.m-r-59 {margin-right: 59px;}
.m-r-60 {margin-right: 60px;}
.m-r-61 {margin-right: 61px;}
.m-r-62 {margin-right: 62px;}
.m-r-63 {margin-right: 63px;}
.m-r-64 {margin-right: 64px;}
.m-r-65 {margin-right: 65px;}
.m-r-66 {margin-right: 66px;}
.m-r-67 {margin-right: 67px;}
.m-r-68 {margin-right: 68px;}
.m-r-69 {margin-right: 69px;}
.m-r-70 {margin-right: 70px;}
.m-r-71 {margin-right: 71px;}
.m-r-72 {margin-right: 72px;}
.m-r-73 {margin-right: 73px;}
.m-r-74 {margin-right: 74px;}
.m-r-75 {margin-right: 75px;}
.m-r-76 {margin-right: 76px;}
.m-r-77 {margin-right: 77px;}
.m-r-78 {margin-right: 78px;}
.m-r-79 {margin-right: 79px;}
.m-r-80 {margin-right: 80px;}
.m-r-81 {margin-right: 81px;}
.m-r-82 {margin-right: 82px;}
.m-r-83 {margin-right: 83px;}
.m-r-84 {margin-right: 84px;}
.m-r-85 {margin-right: 85px;}
.m-r-86 {margin-right: 86px;}
.m-r-87 {margin-right: 87px;}
.m-r-88 {margin-right: 88px;}
.m-r-89 {margin-right: 89px;}
.m-r-90 {margin-right: 90px;}
.m-r-91 {margin-right: 91px;}
.m-r-92 {margin-right: 92px;}
.m-r-93 {margin-right: 93px;}
.m-r-94 {margin-right: 94px;}
.m-r-95 {margin-right: 95px;}
.m-r-96 {margin-right: 96px;}
.m-r-97 {margin-right: 97px;}
.m-r-98 {margin-right: 98px;}
.m-r-99 {margin-right: 99px;}
.m-r-100 {margin-right: 100px;}
.m-r-101 {margin-right: 101px;}
.m-r-102 {margin-right: 102px;}
.m-r-103 {margin-right: 103px;}
.m-r-104 {margin-right: 104px;}
.m-r-105 {margin-right: 105px;}
.m-r-106 {margin-right: 106px;}
.m-r-107 {margin-right: 107px;}
.m-r-108 {margin-right: 108px;}
.m-r-109 {margin-right: 109px;}
.m-r-110 {margin-right: 110px;}
.m-r-111 {margin-right: 111px;}
.m-r-112 {margin-right: 112px;}
.m-r-113 {margin-right: 113px;}
.m-r-114 {margin-right: 114px;}
.m-r-115 {margin-right: 115px;}
.m-r-116 {margin-right: 116px;}
.m-r-117 {margin-right: 117px;}
.m-r-118 {margin-right: 118px;}
.m-r-119 {margin-right: 119px;}
.m-r-120 {margin-right: 120px;}
.m-r-121 {margin-right: 121px;}
.m-r-122 {margin-right: 122px;}
.m-r-123 {margin-right: 123px;}
.m-r-124 {margin-right: 124px;}
.m-r-125 {margin-right: 125px;}
.m-r-126 {margin-right: 126px;}
.m-r-127 {margin-right: 127px;}
.m-r-128 {margin-right: 128px;}
.m-r-129 {margin-right: 129px;}
.m-r-130 {margin-right: 130px;}
.m-r-131 {margin-right: 131px;}
.m-r-132 {margin-right: 132px;}
.m-r-133 {margin-right: 133px;}
.m-r-134 {margin-right: 134px;}
.m-r-135 {margin-right: 135px;}
.m-r-136 {margin-right: 136px;}
.m-r-137 {margin-right: 137px;}
.m-r-138 {margin-right: 138px;}
.m-r-139 {margin-right: 139px;}
.m-r-140 {margin-right: 140px;}
.m-r-141 {margin-right: 141px;}
.m-r-142 {margin-right: 142px;}
.m-r-143 {margin-right: 143px;}
.m-r-144 {margin-right: 144px;}
.m-r-145 {margin-right: 145px;}
.m-r-146 {margin-right: 146px;}
.m-r-147 {margin-right: 147px;}
.m-r-148 {margin-right: 148px;}
.m-r-149 {margin-right: 149px;}
.m-r-150 {margin-right: 150px;}
.m-r-151 {margin-right: 151px;}
.m-r-152 {margin-right: 152px;}
.m-r-153 {margin-right: 153px;}
.m-r-154 {margin-right: 154px;}
.m-r-155 {margin-right: 155px;}
.m-r-156 {margin-right: 156px;}
.m-r-157 {margin-right: 157px;}
.m-r-158 {margin-right: 158px;}
.m-r-159 {margin-right: 159px;}
.m-r-160 {margin-right: 160px;}
.m-r-161 {margin-right: 161px;}
.m-r-162 {margin-right: 162px;}
.m-r-163 {margin-right: 163px;}
.m-r-164 {margin-right: 164px;}
.m-r-165 {margin-right: 165px;}
.m-r-166 {margin-right: 166px;}
.m-r-167 {margin-right: 167px;}
.m-r-168 {margin-right: 168px;}
.m-r-169 {margin-right: 169px;}
.m-r-170 {margin-right: 170px;}
.m-r-171 {margin-right: 171px;}
.m-r-172 {margin-right: 172px;}
.m-r-173 {margin-right: 173px;}
.m-r-174 {margin-right: 174px;}
.m-r-175 {margin-right: 175px;}
.m-r-176 {margin-right: 176px;}
.m-r-177 {margin-right: 177px;}
.m-r-178 {margin-right: 178px;}
.m-r-179 {margin-right: 179px;}
.m-r-180 {margin-right: 180px;}
.m-r-181 {margin-right: 181px;}
.m-r-182 {margin-right: 182px;}
.m-r-183 {margin-right: 183px;}
.m-r-184 {margin-right: 184px;}
.m-r-185 {margin-right: 185px;}
.m-r-186 {margin-right: 186px;}
.m-r-187 {margin-right: 187px;}
.m-r-188 {margin-right: 188px;}
.m-r-189 {margin-right: 189px;}
.m-r-190 {margin-right: 190px;}
.m-r-191 {margin-right: 191px;}
.m-r-192 {margin-right: 192px;}
.m-r-193 {margin-right: 193px;}
.m-r-194 {margin-right: 194px;}
.m-r-195 {margin-right: 195px;}
.m-r-196 {margin-right: 196px;}
.m-r-197 {margin-right: 197px;}
.m-r-198 {margin-right: 198px;}
.m-r-199 {margin-right: 199px;}
.m-r-200 {margin-right: 200px;}
.m-r-201 {margin-right: 201px;}
.m-r-202 {margin-right: 202px;}
.m-r-203 {margin-right: 203px;}
.m-r-204 {margin-right: 204px;}
.m-r-205 {margin-right: 205px;}
.m-r-206 {margin-right: 206px;}
.m-r-207 {margin-right: 207px;}
.m-r-208 {margin-right: 208px;}
.m-r-209 {margin-right: 209px;}
.m-r-210 {margin-right: 210px;}
.m-r-211 {margin-right: 211px;}
.m-r-212 {margin-right: 212px;}
.m-r-213 {margin-right: 213px;}
.m-r-214 {margin-right: 214px;}
.m-r-215 {margin-right: 215px;}
.m-r-216 {margin-right: 216px;}
.m-r-217 {margin-right: 217px;}
.m-r-218 {margin-right: 218px;}
.m-r-219 {margin-right: 219px;}
.m-r-220 {margin-right: 220px;}
.m-r-221 {margin-right: 221px;}
.m-r-222 {margin-right: 222px;}
.m-r-223 {margin-right: 223px;}
.m-r-224 {margin-right: 224px;}
.m-r-225 {margin-right: 225px;}
.m-r-226 {margin-right: 226px;}
.m-r-227 {margin-right: 227px;}
.m-r-228 {margin-right: 228px;}
.m-r-229 {margin-right: 229px;}
.m-r-230 {margin-right: 230px;}
.m-r-231 {margin-right: 231px;}
.m-r-232 {margin-right: 232px;}
.m-r-233 {margin-right: 233px;}
.m-r-234 {margin-right: 234px;}
.m-r-235 {margin-right: 235px;}
.m-r-236 {margin-right: 236px;}
.m-r-237 {margin-right: 237px;}
.m-r-238 {margin-right: 238px;}
.m-r-239 {margin-right: 239px;}
.m-r-240 {margin-right: 240px;}
.m-r-241 {margin-right: 241px;}
.m-r-242 {margin-right: 242px;}
.m-r-243 {margin-right: 243px;}
.m-r-244 {margin-right: 244px;}
.m-r-245 {margin-right: 245px;}
.m-r-246 {margin-right: 246px;}
.m-r-247 {margin-right: 247px;}
.m-r-248 {margin-right: 248px;}
.m-r-249 {margin-right: 249px;}
.m-r-250 {margin-right: 250px;}
.m-l-r-auto {margin-left: auto;	margin-right: auto;}
.m-l-auto {margin-left: auto;}
.m-r-auto {margin-right: auto;}



/*[ TEXT ]
///////////////////////////////////////////////////////////
*/
/* ------------------------------------ */
.text-white {color: white;}
.text-black {color: black;}

.text-hov-white:hover {color: white;}

/* ------------------------------------ */
.text-up {text-transform: uppercase;}

/* ------------------------------------ */
.text-center {text-align: center;}
.text-left {text-align: left;}
.text-right {text-align: right;}
.text-middle {vertical-align: middle;}

/* ------------------------------------ */
.lh-1-0 {line-height: 1.0;}
.lh-1-1 {line-height: 1.1;}
.lh-1-2 {line-height: 1.2;}
.lh-1-3 {line-height: 1.3;}
.lh-1-4 {line-height: 1.4;}
.lh-1-5 {line-height: 1.5;}
.lh-1-6 {line-height: 1.6;}
.lh-1-7 {line-height: 1.7;}
.lh-1-8 {line-height: 1.8;}
.lh-1-9 {line-height: 1.9;}
.lh-2-0 {line-height: 2.0;}
.lh-2-1 {line-height: 2.1;}
.lh-2-2 {line-height: 2.2;}
.lh-2-3 {line-height: 2.3;}
.lh-2-4 {line-height: 2.4;}
.lh-2-5 {line-height: 2.5;}
.lh-2-6 {line-height: 2.6;}
.lh-2-7 {line-height: 2.7;}
.lh-2-8 {line-height: 2.8;}
.lh-2-9 {line-height: 2.9;}





/*[ SHAPE ]
///////////////////////////////////////////////////////////
*/

/*[ Display ]
-----------------------------------------------------------
*/
.dis-none {display: none;}
.dis-block {display: block;}
.dis-inline {display: inline;}
.dis-inline-block {display: inline-block;}
.dis-flex {
	display: flex;
}

/*[ Position ]
-----------------------------------------------------------
*/
.pos-relative {position: relative;}
.pos-absolute {position: absolute;}
.pos-fixed {position: fixed;}

/*[ float ]
-----------------------------------------------------------
*/
.float-l {float: left;}
.float-r {float: right;}


/*[ Width & Height ]
-----------------------------------------------------------
*/
.sizefull {
	width: 100%;
	height: 100%;
}
.w-full {width: 100%;}
.h-full {height: 100%;}
.max-w-full {max-width: 100%;}
.max-h-full {max-height: 100%;}
.min-w-full {min-width: 100%;}
.min-h-full {min-height: 100%;}

/*[ Top Bottom Left Right ]
-----------------------------------------------------------
*/
.top-0 {top: 0;}
.bottom-0 {bottom: 0;}
.left-0 {left: 0;}
.right-0 {right: 0;}

.top-auto {top: auto;}
.bottom-auto {bottom: auto;}
.left-auto {left: auto;}
.right-auto {right: auto;}


/*[ Opacity ]
-----------------------------------------------------------
*/
.op-0-0 {opacity: 0;}
.op-0-1 {opacity: 0.1;}
.op-0-2 {opacity: 0.2;}
.op-0-3 {opacity: 0.3;}
.op-0-4 {opacity: 0.4;}
.op-0-5 {opacity: 0.5;}
.op-0-6 {opacity: 0.6;}
.op-0-7 {opacity: 0.7;}
.op-0-8 {opacity: 0.8;}
.op-0-9 {opacity: 0.9;}
.op-1-0 {opacity: 1;}

/*[ Background ]
-----------------------------------------------------------
*/
.bgwhite {background-color: white;}
.bgblack {background-color: black;}



/*[ Wrap Picture ]
-----------------------------------------------------------
*/
.wrap-pic-w img {width: 100%;}
.wrap-pic-max-w img {max-width: 100%;}

/* ------------------------------------ */
.wrap-pic-h img {height: 100%;}
.wrap-pic-max-h img {max-height: 100%;}

/* ------------------------------------ */
.wrap-pic-cir {
	border-radius: 50%;
	overflow: hidden;
}
.wrap-pic-cir img {
	width: 100%;
}



/*[ Hover ]
-----------------------------------------------------------
*/
.hov-pointer:hover {cursor: pointer;}

/* ------------------------------------ */
.hov-img-zoom {
	display: block;
	overflow: hidden;
}
.hov-img-zoom img{
	width: 100%;
 transition: all 0.6s;
}
.hov-img-zoom:hover img {
	transform: scale(1.1);
}



/*[  ]
-----------------------------------------------------------
*/
.bo-cir {border-radius: 50%;}

.of-hidden {overflow: hidden;}

.visible-false {visibility: hidden;}
.visible-true {visibility: visible;}




/*[ Transition ]
-----------------------------------------------------------
*/
.trans-0-1 {
 transition: all 0.1s;
}
.trans-0-2 {
 transition: all 0.2s;
}
.trans-0-3 {
 transition: all 0.3s;
}
.trans-0-4 {
 transition: all 0.4s;
}
.trans-0-5 {
 transition: all 0.5s;
}
.trans-0-6 {
 transition: all 0.6s;
}
.trans-0-9 {
 transition: all 0.9s;
}
.trans-1-0 {
 transition: all 1s;
}



/*[ Layout ]
///////////////////////////////////////////////////////////
*/

/*[ Flex ]
-----------------------------------------------------------
*/
/* ------------------------------------ */
.flex-w {
	display: flex;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

/* ------------------------------------ */
.flex-l {
	display: flex;
	justify-content: flex-start;
}

.flex-r {
	display: flex;
	justify-content: flex-end;
}

.flex-c {
	display: flex;
	justify-content: center;
}

.flex-sa {
	display: flex;
	justify-content: space-around;
}

.flex-sb {
	display: flex;
	justify-content: space-between;
}

/* ------------------------------------ */
.flex-t {
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.flex-b {
	display: flex;
	-ms-align-items: flex-end;
	align-items: flex-end;
}

.flex-m {
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.flex-str {
	display: flex;
	-ms-align-items: stretch;
	align-items: stretch;
}

/* ------------------------------------ */
.flex-row {
	display: flex;
	-moz-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
}

.flex-row-rev {
	display: flex;
	-moz-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.flex-col {
	display: flex;
	-moz-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}

.flex-col-rev {
	display: flex;
	-moz-flex-direction: column-reverse;
	-o-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

/* ------------------------------------ */
.flex-c-m {
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}

.flex-c-t {
	display: flex;
	justify-content: center;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.flex-c-b {
	display: flex;
	justify-content: center;
	-ms-align-items: flex-end;
	align-items: flex-end;
}

.flex-c-str {
	display: flex;
	justify-content: center;
	-ms-align-items: stretch;
	align-items: stretch;
}

.flex-l-m {
	display: flex;
	justify-content: flex-start;
	-ms-align-items: center;
	align-items: center;
}

.flex-r-m {
	display: flex;
	justify-content: flex-end;
	-ms-align-items: center;
	align-items: center;
}

.flex-sa-m {
	display: flex;
	justify-content: space-around;
	-ms-align-items: center;
	align-items: center;
}

.flex-sb-m {
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}

/* ------------------------------------ */
.flex-col-l {
	display: flex;
	-moz-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.flex-col-r {
	display: flex;
	-moz-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: flex-end;
	align-items: flex-end;
}

.flex-col-c {
	display: flex;
	-moz-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: center;
	align-items: center;
}

.flex-col-l-m {
	display: flex;
	-moz-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: flex-start;
	align-items: flex-start;
	justify-content: center;
}

.flex-col-r-m {
	display: flex;
	-moz-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: flex-end;
	align-items: flex-end;
	justify-content: center;
}

.flex-col-c-m {
	display: flex;
	-moz-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}

.flex-col-str {
	display: flex;
	-moz-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: stretch;
	align-items: stretch;
}

.flex-col-sb {
	display: flex;
	-moz-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: space-between;
}

/* ------------------------------------ */
.flex-col-rev-l {
	display: flex;
	-moz-flex-direction: column-reverse;
	-o-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.flex-col-rev-r {
	display: flex;
	-moz-flex-direction: column-reverse;
	-o-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-ms-align-items: flex-end;
	align-items: flex-end;
}

.flex-col-rev-c {
	display: flex;
	-moz-flex-direction: column-reverse;
	-o-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-ms-align-items: center;
	align-items: center;
}

.flex-col-rev-str {
	display: flex;
	-moz-flex-direction: column-reverse;
	-o-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-ms-align-items: stretch;
	align-items: stretch;
}


/*[ Absolute ]
-----------------------------------------------------------
*/
.ab-c-m {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.ab-c-t {
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
}

.ab-c-b {
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
}

.ab-l-m {
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
}

.ab-r-m {
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
}

.ab-t-l {
	position: absolute;
	left: 0px;
	top: 0px;
}

.ab-t-r {
	position: absolute;
	right: 0px;
	top: 0px;
}

.ab-b-l {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.ab-b-r {
	position: absolute;
	right: 0px;
	bottom: 0px;
}










/*!**********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/css/app.css?ngGlobalStyle (1) ***!
  \**********************************************************************************************************************************************************************************************************************************/
/* General */

.text-blue {
	color: #2B3674;
}

.text-purple {
	color: #624FD7;
}

.btn-purple {
	color: #fff;
	border-color: #624FD7;
	background: #624FD7;
}

.btn-purple:hover {
	color: #624FD7;
	border-color: #624FD7;
	background: #fff;
}

.btn-outline-purple {
	color: #624FD7;
	border-color: #624FD7
}

.btn-outline-purple:hover,
.btn-outline-purple:focus,
.btn-outline-purple:active {
	background-color: #624FD7;
	border-color: #624FD7;
	color: #fff;
}

.btn-width {
	width: 8rem
}

body {


	font-size: 14px;

	letter-spacing: 0.5px;


	background-color: #f4f4f4;


	font-family: 'Roboto', sans-serif;


}


a {


	text-decoration: none;


}


.body-wrapper {


	width: 100%;


	position: relative;


}


/* Sidebar */


.sidebar-wrapper {


	width: 250px;


	height: 100%;


	position: fixed;


	top: 0px;


	bottom: 0;


	left: 0px;


	background: #ffffff;


	border-right: 0px solid #e4e4e4;


	z-index: 11;


	box-shadow: 0 .3rem .8rem rgba(0, 0, 0, .12) !important;


	transition: all .2s ease-out;


}


.sidebar-header {


	width: 250px;


	height: 80px;


	display: flex;


	align-items: center;
	justify-content: center;

	position: fixed;


	top: 0px;


	bottom: 0;


	padding: 0 15px;


	z-index: 5;


	background: #ffffff;


	background-clip: border-box;


	border-bottom: 1px solid #e4e4e4;


}


/* .logo-icon {


	width: 40px;
	height: 65px;


} */


.logo-text {


	font-size: 20px;


	margin-left: 10px;


	margin-bottom: 0;


	letter-spacing: 1px;


	color: #0d6efd;


}

/* toggle menu styles */
.toggle-icon {
	font-size: 40px;
	cursor: pointer;
	color: #ff7f50;
	transition: transform 0.3s ease;
}

.toggle-icon:hover {
	transform: scale(1.1);
}

.water-animation {
	animation: waterAnimation 1s infinite;
}

.rotate {
	animation: rotate 2s ease;
}

@keyframes waterAnimation {
	0% {
		transform: translateY(0);
	}

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

	100% {
		transform: translateY(0);
	}
}

@keyframes rotate {
	from {
		transform: rotate(0deg);
	}

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

/* Header */


.topbar {


	position: fixed;


	top: 0;


	left: 250px;


	right: 0;


	height: 80px;


	background: #ffffff;


	border-bottom: 1px solid rgb(228 228 228 / 0%);


	background-clip: border-box;


	z-index: 10;


	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;


}


.topbar .navbar {


	width: 100%;


	height: 60px;


	padding-left: 30px;


	padding-right: 30px;


}


.page-wrapper {


	height: 100%;


	margin-top: 60px;


	margin-bottom: 30px;


	margin-left: 250px;


}


.page-content {


	padding: 1.5rem;


}


.page-footer {


	background: #342777;


	left: 250px;


	right: 0;


	bottom: 0;


	position: fixed;


	text-align: center;


	padding: 7px;


	font-size: 14px;


	border-top: 1px solid #e4e4e4;


	z-index: 3;


}


/* .body-wrapper.toggled .topbar {
	left: 70px;
} */
.body-wrapper.toggled .topbar {
	left: 85px;
}


.body-wrapper.toggled .page-wrapper {
	margin-left: 80px;
}


.body-wrapper.toggled .page-footer {
	left: 80px;
}




/*Metismenu*/


.sidebar-wrapper ul {


	padding: 0;


	margin: 0;


	list-style: none;

	overflow-y: auto;
	background: transparent;


}


.sidebar-wrapper .metismenu {


	background: transparent;


	display: flex;


	padding: 10px;


	margin-top: 95px;


	flex-direction: column;


}


.sidebar-wrapper .metismenu li+li {


	margin-top: 5px;


}


.sidebar-wrapper .metismenu li:first-child {


	margin-top: 5px;


}


.sidebar-wrapper .metismenu li:last-child {


	margin-bottom: 5px;


}


.sidebar-wrapper .metismenu>li {


	/*-webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;*/


	display: flex;


	flex-direction: column;


	position: relative;


}


.sidebar-wrapper .metismenu a {


	position: relative;


	display: flex;


	align-items: center;


	justify-content: left;


	padding: 8px 15px;


	font-size: 15px;


	color: #037b90;


	outline-width: 0;


	text-overflow: ellipsis;


	overflow: hidden;


	letter-spacing: .5px;


	border: 1px solid #ffffff00;


	transition: all .3s ease-out;


}


.sidebar-wrapper .metismenu a .parent-icon {


	font-size: 24px;


	line-height: 1;


}


.sidebar-wrapper .metismenu a .menu-title {


	margin-left: 10px;


}


.sidebar-wrapper .metismenu ul a {


	padding: 6px 15px 6px 15px;


	font-size: 15px;


	border: 0;


}


.sidebar-wrapper .metismenu ul a i {


	margin-right: 10px;


}


.sidebar-wrapper .metismenu ul {


	/* border: 1px solid #ededed; */


	background: #ffffff;


}


.sidebar-wrapper .metismenu ul ul a {


	padding: 8px 15px 8px 30px;


}


.sidebar-wrapper .metismenu ul ul ul a {


	padding: 8px 15px 8px 45px;


}


.sidebar-wrapper .metismenu a:hover,


.sidebar-wrapper .metismenu a:focus,


.sidebar-wrapper .metismenu a:active,


.sidebar-wrapper .metismenu .mm-active>a {


	color: #FF4667 !important;


	text-decoration: none;


	/* background: rgb(13 110 253 / 0.12) */
	/* background:  #037b90; */
	/* background:  #ff7f50; */
	border-radius: 10px;


}




.menu-label {


	padding: 20px 15px 5px 5px;


	color: #b0afaf;


	text-transform: uppercase;


	font-size: 12px;


	letter-spacing: 0.5px;


}


.metismenu .has-arrow:after {


	position: absolute;


	content: "";


	width: .50em;


	height: .50em;


	border-style: solid;


	border-width: 1.2px 0 0 1.2px;


	border-color: initial;


	right: 15px;


	transform: rotate(-45deg) translateY(-50%);


	transform-origin: top;


	top: 50%;


	transition: all .3s ease-out;


}


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


	.body-wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .logo-text {


		display: none;


	}


	/* .body-wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper {
		width: 70px;
	}
	.body-wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
		width: 70px;
	} */
	.body-wrapper.toggled .sidebar-wrapper {
		width: 85px;
	}

	.body-wrapper.toggled .sidebar-wrapper .sidebar-header {
		width: 85px;
	}

	.body-wrapper.toggled {

		.sidebar-menu-wrapper li .wrapper {
			margin-left: 55px !important;

			.style-2 .wrapper {
				margin-left: 220px !important;
			}
		}

	}



	.body-wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .toggle-icon {


		display: none;


	}


	.body-wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {


		justify-content: center;


	}


	.body-wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu a {


		justify-content: center;


	}


	.body-wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu .menu-title {


		display: none;


	}


	.body-wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu li ul {


		display: none;


	}


	.body-wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu li.menu-label {


		display: none;


	}


	.body-wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu .has-arrow:after {


		display: none;


	}


	.email-toggle-btn {


		display: none !important;


	}


	.chat-toggle-btn {


		display: none !important;


	}


}


/* Ecommerce Product */

.product-show {
	font-size: 18px;
	left: 15px;
}

.product-discount {
	width: 2.5rem;
	height: 2.5rem;
	font-size: 14px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.color-indigator-item {
	width: 1.2rem;
	height: 1.2rem;
	background-color: rgb(230, 224, 224);
	border-radius: 50%;
	cursor: pointer;
}

.product-grid .card {


	transition: all 0.2s;


}



@media (min-width: 992px) {


	.product-grid .card:hover {


		margin-top: -.25rem;


		margin-bottom: .25rem;


		box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);


	}


}


.dash-wrapper {

	margin: -1.5rem -1.5rem -5.5rem -1.5rem;

	padding: 1.5rem 1.5rem 6.5rem 1.5rem;

}



/* Extra CSS */


.back-to-top {


	display: none;


	width: 40px;


	height: 40px;


	line-height: 40px;


	text-align: center;


	font-size: 26px;


	color: white;


	position: fixed;


	border-radius: 10px;


	bottom: 20px;


	right: 12px;


	background-color: #0d6efd;


	z-index: 5;


}


.back-to-top:hover {


	color: white;


	background-color: #000;


	transition: all .5s;


}


.breadcrumb-title {


	font-size: 20px;


	border-right: 1.5px solid #aaa4a4;


}


.page-breadcrumb .breadcrumb li.breadcrumb-item {


	font-size: 16px;


}


.page-breadcrumb .breadcrumb-item+.breadcrumb-item::before {


	display: inline-block;


	padding-right: .5rem;


	color: #6c757d;


	font-family: 'LineIcons';


	content: "\ea5c";


}


.icon-badge {


	width: 45px;


	height: 45px;


	background: #f2f2f2;


	display: flex;


	align-items: center;


	justify-content: center;


	border-radius: 50%;


}


.widgets-icons {


	width: 50px;


	height: 50px;


	display: flex;


	align-items: center;


	justify-content: center;


	background-color: #ededed;


	font-size: 26px;


	border-radius: 10px;


}


#geographic-map {


	width: 100%;


	height: 350px;


}


.product-img {


	width: 45px;


	height: 45px;


	background-color: white;


	display: flex;


	align-items: center;


	justify-content: center;


	border-radius: 10px;


	border: 1px solid #e6e6e6;


}


.product-img img {


	width: 45px;


	height: 45px;


	padding: 1px;


}


.product-list {


	position: relative;


	height: 450px;


}




.dashboard-top-countries {


	position: relative;


	height: 330px;


}


.customers-list {


	position: relative;


	height: 450px;


}

.store-metrics {


	position: relative;


	height: 450px;


}

.product-list .row {


	background-color: #f8f9fa;


	transition: all 0.2s;


}


@media (min-width: 992px) {


	.product-list .row:hover {


		background-color: #fff;


		margin-top: -.25rem;


		margin-bottom: .25rem;


		box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.2);


	}


}


.recent-product-img {


	width: 40px;


	height: 40px;


	background-color: #ffffff;


	display: flex;


	align-items: center;


	justify-content: center;


	border-radius: 10px;


	border: 1px solid #e6e6e6;


}


.recent-product-img img {


	width: 40px;


	height: 40px;


	padding: 6px;


}


.theme-icons {


	background-color: #FFF;


}


.lead-table .table {


	border-collapse: separate;


	border-spacing: 0 10px;


}


.fm-menu .list-group a {


	font-size: 16px;


	color: #5f5f5f;


	display: flex;


	align-items: center;


}


.fm-menu .list-group a i {


	font-size: 23px;


}


.fm-menu .list-group a:hover {


	background: #0d6efd;


	color: #ffffff;


	transition: all .2s ease-out;


}


.fm-file-box {


	font-size: 25px;


	background: #e9ecef;


	width: 44px;


	height: 44px;


	display: flex;


	align-items: center;


	justify-content: center;


	border-radius: .25rem;


}


.fm-icon-box {


	font-size: 32px;


	background: #ffffff;


	width: 52px;


	height: 52px;


	display: flex;


	align-items: center;


	justify-content: center;


	border-radius: .25rem;


}


.user-plus {


	width: 33px;


	height: 33px;


	margin-left: -14px;


	line-height: 33px;


	background: #ffffff;


	border-radius: 50%;


	text-align: center;


	font-size: 22px;


	cursor: pointer;


	border: 1px dotted #a9b2bb;


	color: #404142;


}


.user-groups img {


	margin-left: -14px;


	border: 1px solid #e4e4e4;


	padding: 2px;


	cursor: pointer;


}


.contacts-social a {


	font-size: 16px;


	width: 36px;


	height: 36px;


	line-height: 36px;


	background: #ffffff;


	border: 1px solid #eeecec;


	text-align: center;


	border-radius: 50%;


	color: #2b2a2a;


}


.customers-contacts a {


	font-size: 16px;


	width: 34px;


	height: 34px;


	display: flex;


	align-items: center;


	justify-content: center;


	background: #ffffff;


	border: 1px solid #eeecec;


	text-align: center;


	border-radius: 50%;


	color: #2b2a2a;


}


.order-actions a {


	font-size: 18px;


	width: 34px;


	height: 34px;


	display: flex;


	align-items: center;


	justify-content: center;


	background: #f1f1f1;


	border: 1px solid #eeecec;


	text-align: center;


	border-radius: 20%;


	color: #2b2a2a;


}


.customers-list .customers-list-item {


	transition: all 0.2s;


}


@media (min-width: 992px) {


	.customers-list .customers-list-item:hover {


		background-color: #f8f9fa;


		border-radius: 10px;


		margin-top: -.25rem;


		margin-bottom: .25rem;


		box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.2);


	}


}


.right-15 {


	right: 15px !important;


}


.font-13 {


	font-size: 13px;


}


.font-14 {


	font-size: 14px;


}


.font-18 {


	font-size: 18px;


}


.font-20 {


	font-size: 20px;


}


.font-22 {


	font-size: 22px;


}


.font-24 {


	font-size: 24px;


}


.font-30 {


	font-size: 30px;


}


.font-35 {


	font-size: 35px;


}


.font-50 {


	font-size: 50px;


}


.font-60 {


	font-size: 60px;


}


.radius-30 {


	border-radius: 30px;


}


.radius-10 {


	border-radius: 10px;


}


.radius-15 {


	border-radius: 15px;


}


.cursor-pointer {


	cursor: pointer;


}


.border-light-2 {

	border-color: rgb(255 255 255 / 12%) !important;

}

.chip {


	display: inline-block;


	height: 32px;


	padding: 0 12px;


	margin-right: 1rem;


	margin-bottom: 1rem;


	font-size: 14px;


	font-weight: 500;


	line-height: 32px;


	color: rgba(0, 0, 0, 0.70);


	cursor: pointer;


	background-color: #f1f1f1;


	border: 1px solid rgba(0, 0, 0, 0.15);


	border-radius: 16px;


	transition: all .3s linear;


	box-shadow: none;


}


.chip img {


	float: left;


	width: 32px;


	height: 32px;


	margin: 0 8px 0 -12px;


	border-radius: 50%;


}


.chip .closebtn {


	padding-left: 10px;


	font-weight: bold;


	float: right;


	font-size: 16px;


	cursor: pointer;


}


.chip.chip-md {


	height: 42px;


	line-height: 42px;


	border-radius: 21px;


}


.chip.chip-md img {


	height: 42px;


	width: 42px;


}


/*Invoice Page*/


#invoice {


	padding: 0px;


}


.invoice {


	position: relative;


	background-color: #FFF;


	min-height: 680px;


	padding: 15px
}


.invoice header {


	padding: 10px 0;


	margin-bottom: 20px;


	border-bottom: 1px solid #0d6efd
}


.invoice .company-details {


	text-align: right
}


.invoice .company-details .name {


	margin-top: 0;


	margin-bottom: 0
}


.invoice .contacts {


	margin-bottom: 20px
}


.invoice .invoice-to {


	text-align: left
}


.invoice .invoice-to .to {


	margin-top: 0;


	margin-bottom: 0
}


.invoice .invoice-details {


	text-align: right
}


.invoice .invoice-details .invoice-id {


	margin-top: 0;


	color: #0d6efd
}


.invoice main {


	padding-bottom: 50px
}


.invoice main .thanks {


	margin-top: -100px;


	font-size: 2em;


	margin-bottom: 50px
}


.invoice main .notices {


	padding-left: 6px;


	border-left: 6px solid #0d6efd;


	background: #e7f2ff;


	padding: 10px;


}


.invoice main .notices .notice {


	font-size: 1.2em
}


.invoice table {


	width: 100%;


	border-collapse: collapse;


	border-spacing: 0;


	margin-bottom: 20px
}


.invoice table td,


.invoice table th {


	padding: 15px;


	background: #eee;


	border-bottom: 1px solid #fff
}


.invoice table th {


	white-space: nowrap;


	font-weight: 400;


	font-size: 16px
}


.invoice table td h3 {


	margin: 0;


	font-weight: 400;


	color: #0d6efd;


	font-size: 1.2em
}


.invoice table .qty,


.invoice table .total,


.invoice table .unit {


	text-align: right;


	font-size: 1.2em
}


.invoice table .no {


	color: #fff;


	font-size: 1.6em;


	background: #0d6efd
}


.invoice table .unit {


	background: #ddd
}


.invoice table .total {


	background: #0d6efd;


	color: #fff
}


.invoice table tbody tr:last-child td {


	border: none
}


.invoice table tfoot td {


	background: 0 0;


	border-bottom: none;


	white-space: nowrap;


	text-align: right;


	padding: 10px 20px;


	font-size: 1.2em;


	border-top: 1px solid #aaa
}


.invoice table tfoot tr:first-child td {


	border-top: none
}


.invoice table tfoot tr:last-child td {


	color: #0d6efd;


	font-size: 1.4em;


	border-top: 1px solid #0d6efd
}


.invoice table tfoot tr td:first-child {


	border: none
}


.invoice footer {


	width: 100%;


	text-align: center;


	color: #777;


	border-top: 1px solid #aaa;


	padding: 8px 0
}


@media print {


	.invoice {


		font-size: 11px !important;


		overflow: hidden !important
	}


	.invoice footer {


		position: absolute;


		bottom: 10px;


		page-break-after: always
	}


	.invoice>div:last-child {


		page-break-before: always
	}


}


.main-row {


	height: 100vh;


}


.main-col {


	max-width: 500px;


	min-height: 300px;


}


.todo-done {


	text-decoration: line-through;


}


/*Chat box*/


.chat-wrapper {


	width: auto;


	height: 600px;


	border-radius: 0.25rem;


	position: relative;


	background: #ffffff;


	box-shadow: 0 0.1rem 0.7rem rgba(0, 0, 0, .10);


}


.chat-sidebar {


	width: 340px;


	height: 100%;


	position: absolute;


	background: #ffffff;


	left: 0;


	top: 0;


	bottom: 0;


	z-index: 2;


	overflow: hidden;


	border-right: 1px solid rgba(0, 0, 0, .125);


	border-top-left-radius: 0.25rem;


	border-bottom-left-radius: 0.25rem;


}


.chat-sidebar-header {


	width: auto;


	height: auto;


	position: relative;


	background: #ffffff;


	border-bottom: 1px solid rgba(0, 0, 0, .125);


	border-right: 0px solid rgba(0, 0, 0, .125);


	border-top-left-radius: 0.25rem;


	padding: 15px;


}


.chat-sidebar-content {


	padding: 0px;


}


.chat-user-online {


	position: relative;


}


.chat-sidebar-header .chat-user-online:before {


	content: '';


	position: absolute;


	bottom: 7px;


	left: 40px;


	width: 8px;


	height: 8px;


	border-radius: 50%;


	box-shadow: 0 0 0 2px #fff;


	background: #16e15e;


}


.chat-list .chat-user-online:before {


	content: '';


	position: absolute;


	bottom: 7px;


	left: 36px;


	width: 8px;


	height: 8px;


	border-radius: 50%;


	box-shadow: 0 0 0 2px #fff;


	background: #16e15e;


}


.chat-content {


	margin-left: 340px;


	padding: 85px 15px 15px 15px;


}


.chat-header {


	position: absolute;


	height: 70px;


	left: 340px;


	right: 0;


	top: 0;


	padding: 15px;


	background: #ffffff;


	border-bottom: 1px solid rgba(0, 0, 0, .125);


	border-top-right-radius: 0.25rem;


	z-index: 1;


}


.chat-footer {


	position: absolute;


	height: 70px;


	left: 340px;


	right: 0;


	bottom: 0;


	padding: 15px;


	background: #f8f9fa;


	border-top: 1px solid rgba(0, 0, 0, .125);


	border-bottom-right-radius: 0.25rem;


}


.chat-footer-menu a {


	display: inline-block;


	width: 40px;


	height: 40px;


	line-height: 40px;


	font-size: 18px;


	color: #6c757d;


	text-align: center;


	border-radius: 50%;


	margin: 3px;


	background-color: white;


	border: 1px solid rgb(0 0 0 / 15%);


}


.chat-tab-menu li a.nav-link {


	padding: .3rem 0.2rem;


	line-height: 1.2;


	color: #4a4b4c;


}


.chat-tab-menu .nav-pills .nav-link.active,


.chat-tab-menu .nav-pills .show>.nav-link {


	color: #0d6efd;


	background-color: rgb(0 123 255 / 0%);


}


.chat-title {


	font-size: 14px;


	color: #272b2f;


}


.chat-msg {


	font-size: 13px;


	color: #6c757d;


}


.chat-time {


	font-size: 13px;


	color: #6c757d;


}


.chat-list {


	position: relative;


	height: 300px;


}


.chat-list .list-group-item {


	border: 1px solid rgb(0 0 0 / 0%);


	background-color: transparent;


}


.chat-list .list-group-item:hover {


	border: 1px solid rgb(0 0 0 / 0%);


	background-color: rgb(13 110 253 / 0.12)
}


.chat-list .list-group-item.active {


	background-color: rgb(13 110 253 / 0.12)
}


.chart-online {


	color: #16e15e;


}


.chat-top-header-menu a {


	display: inline-block;


	width: 40px;


	height: 40px;


	line-height: 40px;


	font-size: 18px;


	color: #6c757d;


	text-align: center;


	border-radius: 50%;


	margin: 3px;


	background-color: white;


	border: 1px solid rgb(0 0 0 / 15%);


}


.chat-content {


	position: relative;


	width: auto;


	height: 520px;


}


.chat-content-leftside .chat-left-msg {


	width: -moz-fit-content;


	width: fit-content;


	background-color: #eff2f5;


	padding: 0.80rem;


	border-radius: 12px;


	max-width: 480px;


	text-align: left;


	border-top-left-radius: 0;


}


.chat-content-rightside .chat-right-msg {


	width: -moz-fit-content;


	width: fit-content;


	background-color: #dcedff;


	padding: 0.80rem;


	border-radius: 12px;


	float: right;


	max-width: 480px;


	text-align: left;


	border-bottom-right-radius: 0;


}


.chat-toggle-btn {


	width: 40px;


	height: 40px;


	line-height: 40px;


	margin-right: 15px;


	text-align: center;


	font-size: 24px;


	color: #6c757d;


	border-radius: 50%;


	cursor: pointer;


	background-color: white;


	border: 1px solid rgb(0 0 0 / 15%);


}


/*Email box*/


.email-wrapper {


	width: auto;


	height: 600px;


	overflow: hidden;


	border-radius: 0.25rem;


	position: relative;


	background: #ffffff;


	box-shadow: 0 0.1rem 0.7rem rgba(0, 0, 0, .10);


}


.email-sidebar {


	width: 250px;


	height: 100%;


	position: absolute;


	background: #fff;


	left: 0;


	top: 0;


	bottom: 0;


	z-index: 2;


	overflow: hidden;


	border-right: 1px solid rgba(0, 0, 0, .125);


	border-top-left-radius: 0.25rem;


	border-bottom-left-radius: 0.25rem;


}


.email-sidebar-header {


	width: auto;


	height: auto;


	position: relative;


	background: #ffffff;


	border-bottom: 1px solid rgba(0, 0, 0, .125);


	border-right: 0px solid rgba(0, 0, 0, .125);


	border-top-left-radius: 0.25rem;


	padding: 15px;


}


.email-navigation {


	position: relative;


	padding: 0px;


	height: 345px;


	border-bottom: 1px solid rgba(0, 0, 0, .125);


}


.email-header {


	position: absolute;


	height: 70px;


	left: 250px;


	right: 0;


	top: 0;


	padding: 15px;


	background: #ffffff;


	border-bottom: 1px solid rgba(0, 0, 0, .125);


	border-top-right-radius: 0.25rem;


	z-index: 1;


}


.email-content {


	position: absolute;


	left: 0;


	right: 0;


	width: auto;


	top: 70px;


	height: auto;


	margin-left: 250px;


	padding: 0;


	background: #ffffff;


	border-top-left-radius: 0.25rem;


	border-top-right-radius: 0.25rem;


}


.email-navigation a.list-group-item {


	color: #404142;


	padding: .35rem 1.25rem;


	background-color: white;


	border-bottom: 1px solid rgb(0 0 0 / 0%);


	transition: all .3s ease-out;


}


.email-navigation a.list-group-item:hover {


	background-color: rgb(13 110 253 / 0.12);


}


.email-navigation a.list-group-item.active {


	color: #0b5ed7;


	font-weight: 600;


	background-color: rgb(13 110 253 / 0.12)
}


.email-meeting {


	position: absolute;


	left: 0;


	right: 0;


	bottom: 0;


}


.email-meeting a.list-group-item {


	color: #404142;


	padding: .35rem 1.25rem;


	background-color: white;


	border-bottom: 1px solid rgb(0 0 0 / 0%);


}


.email-meeting a.list-group-item:hover {


	background-color: rgb(0 123 255 / 15%);


	transition: all .3s ease-out;


}


.email-hangout .chat-user-online:before {


	content: '';


	position: absolute;


	bottom: 8px;


	left: 45px;


	width: 8px;


	height: 8px;


	border-radius: 50%;


	box-shadow: 0 0 0 2px #fff;


	background: #16e15e;


}


.email-toggle-btn {


	width: auto;


	height: auto;


	margin-right: 10px;


	text-align: center;


	font-size: 24px;


	color: #404142;


	border-radius: 0;


	cursor: pointer;


	background-color: white;


	border: 0px solid rgb(0 0 0 / 15%);


}


.email-actions {


	width: 230px;


	;


}


.email-time {


	font-size: 13px;


	color: #6c757d;


}


.email-list div.email-message {


	background: #ffffff;


	border-bottom: 1px solid rgb(0 0 0 / 8%);


	color: #383a3c;


}


.email-list div.email-message:hover {


	transition: all .2s ease-out;


	background-color: #eceef1;


}


.email-list {


	position: relative;


	height: 530px;


}


.email-star {


	color: #6c757d;


}


.email-read-box {


	position: relative;


	height: 530px;


}


/*Compose Mail*/


.compose-mail-popup {


	width: 42%;


	position: fixed;


	bottom: -30px;


	right: 30px;


	z-index: 15;


	display: none;


}


.compose-mail-toggled {


	display: block;


}


.compose-mail-title {


	font-size: 16px;


}


.compose-mail-close {


	width: 25px;


	height: 25px;


	line-height: 25px;


	text-align: center;


	font-size: 14px;


	border-radius: 2px;


	background-color: rgb(255 255 255 / 0%);


}


.compose-mail-close:hover {


	background-color: rgb(255 255 255 / 20%);


}


/* Navs and Tabs */


.nav-primary.nav-tabs .nav-link.active {


	color: #0d6efd;


	border-color: #0d6efd #0d6efd #fff;


}


.nav-danger.nav-tabs .nav-link.active {


	color: #f41127;


	border-color: #f41127 #f41127 #fff;


}


.nav-success.nav-tabs .nav-link.active {


	color: #17a00e;


	border-color: #17a00e #17a00e #fff;


}


.nav-warning.nav-tabs .nav-link.active {


	color: #ffc107;


	border-color: #ffc107 #ffc107 #fff;


}


.nav-pills-danger.nav-pills .nav-link.active {


	color: #fff;


	background-color: #f41127;


}


.nav-pills-success.nav-pills .nav-link.active {


	color: #fff;


	background-color: #17a00e;


}


.nav-pills-warning.nav-pills .nav-link.active {


	color: #000;


	background-color: #ffc107;


}


.nav-search input.form-control {


	background-color: rgb(255 255 255 / 20%);


	border: 1px solid rgb(255 255 255 / 45%);


	color: #fff;


}


.nav-search button[type='submit'] {


	background-color: rgb(255 255 255 / 20%);


	border: 1px solid rgb(255 255 255 / 32%);


	color: #fff;


}


.nav-search input.form-control::placeholder {


	opacity: 0.5 !important;


	color: #fff !important;


}


.nav-search input.form-control::-ms-input-placeholder {


	color: #fff !important;


}


.round-pagination.pagination .page-item:first-child .page-link {


	border-top-left-radius: 30px;


	border-bottom-left-radius: 30px;


}


.round-pagination.pagination .page-item:last-child .page-link {


	border-top-right-radius: 30px;


	border-bottom-right-radius: 30px;


}


/* Background Colors */


/* .bg-light-primary {


	background-color: rgb(13 110 253 / 0.11) !important;


} */


.bg-light-success {


	background-color: rgb(23 160 14 / 0.11) !important;


}


.bg-light-danger {


	background-color: rgb(244 17 39 / 0.11) !important;


}


.bg-light-warning {


	background-color: rgb(255 193 7 / 0.11) !important;


}


.bg-light-info {


	background-color: rgb(13 202 240 / 18%) !important;


}


.bg-gradient-cosmic {


	background: linear-gradient(to right, rgb(142, 45, 226), rgb(74, 0, 224)) !important;


}


.bg-gradient-burning {


	background: linear-gradient(to right, rgb(255, 65, 108), rgb(255, 75, 43)) !important;


}


.bg-gradient-lush {


	background: linear-gradient(to right, rgb(86, 171, 47), rgb(168, 224, 99)) !important;


}


.bg-gradient-kyoto {


	background: linear-gradient(to right, rgb(247, 151, 30), rgb(255, 210, 0)) !important;


}


.bg-gradient-blues {


	background: linear-gradient(to right, rgb(86, 204, 242), rgb(47, 128, 237)) !important;


}


.bg-gradient-moonlit {


	background: linear-gradient(to right, rgb(15, 32, 39), rgb(32, 58, 67), rgb(44, 83, 100)) !important;


}


.split-bg-primary {


	background-color: #0c62e0;


	border-color: #0c62e0;


}


.split-bg-secondary {


	background-color: #515a62;


	border-color: #515a62;


}


.split-bg-success {


	background-color: #128e0a;


	border-color: #128e0a;


}


.split-bg-info {


	background-color: #0bb2d3;


	border-color: #0bb2d3;


}


.split-bg-warning {


	background-color: #e4ad07;


	border-color: #e4ad07;


}


.split-bg-danger {


	background-color: #e20e22;


	border-color: #e20e22;


}


.bg-facebook {


	background-color: #3b5998 !important;


}


.bg-twitter {


	background-color: #55acee !important;


}


.bg-google {


	background-color: #e52d27 !important;


}


.bg-linkedin {


	background-color: #0976b4 !important;


}


.text-sky-light {

	color: #b4d2ff;

}

/* circle chart */


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

.circle {
	width: 100px;
	margin: 0;
	display: inline-block;
	position: relative;
	text-align: center;
	line-height: 1.2;
}

.circle canvas {
	vertical-align: middle;
}

.circle strong {
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 40px;
	font-size: 24px;
}

.circle strong i {
	font-style: normal;
	font-size: 0.6em;
	font-weight: normal;
}

.circle span {
	display: block;
	color: #aaa;
	margin-top: 12px;
}



/* Authentication */


.section-authentication-signin {


	height: 100vh;


}


.authentication-forgot {


	height: 100vh;


	padding: 0 1rem;


}


.authentication-reset-password {


	height: 100vh;


	padding: 0 1rem;


}


.authentication-lock-screen {


	height: 100vh;


	padding: 0 1rem;


}


.error-404 {


	height: 100vh;


	padding: 0 1rem;


}


.error-social a {


	display: inline-block;


	width: 40px;


	height: 40px;


	line-height: 40px;


	font-size: 18px;


	color: #fff;


	text-align: center;


	border-radius: 50%;


	margin: 5px;


	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;


}


.bg-login {


	/* background-image: url(../images/login-images/bg-login-img.jpg); */


	background-size: cover;


	background-position: center;


	background-repeat: no-repeat;


	background-attachment: fixed;


}


.bg-forgot {


	/* background-image: url(../images/login-images/bg-forgot-password.jpg); */


	background-size: cover;


	background-position: center;


	background-repeat: no-repeat;


	background-attachment: fixed;


}


.bg-lock-screen {


	/* background-image: url(../images/login-images/bg-lock-screen.jpg); */


	background-size: cover;


	background-position: center;


	background-repeat: no-repeat;


	background-attachment: fixed;


}


.login-separater span {


	position: relative;


	top: 26px;


	margin-top: -10px;


	background: #ffffff;


	padding: 5px;


	font-size: 12px;


	color: #cbcbcb;


	z-index: 1;


}


/* Buttons */


.btn i {


	vertical-align: middle;


	/* font-size: 1.3rem; */


	margin-top: -1em;


	margin-bottom: -1em;


	margin-right: 5px;


}


.btn-facebook {


	box-shadow: 0 2px 2px 0 rgba(59, 89, 152, 0.14), 0 3px 1px -2px rgba(59, 89, 152, 0.2), 0 1px 5px 0 rgba(59, 89, 152, 0.12);


	background-color: #3b5998;


	border-color: #3b5998;


	color: #fff;


}


.btn-facebook:hover {


	color: #fff;


}


.btn-white {


	background-color: #fff;


	border-color: #e7eaf3;


}


.chart-container1 {


	position: relative;


	height: 340px;


}


.gmaps,


.gmaps-panaroma {


	height: 400px;


	background: #eeeeee;


	border-radius: 3px;


}


/* Pricing Table*/


.pricing-table .card {


	transition: all 0.2s;


	border-radius: 15px;


}


.pricing-table .card .card-header {


	border-top-left-radius: 15px;


	border-top-right-radius: 15px;


}


@media (min-width: 992px) {


	.pricing-table .card:hover {


		margin-top: -.25rem;


		margin-bottom: .25rem;


		box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);


	}


}


.pricing-table .card .card-title {


	font-size: 1rem;


	letter-spacing: .2rem;


	font-weight: 500;


}


.pricing-table .card .card-price {


	font-size: 2.7rem;


}


.pricing-table .card .card-price .term {


	font-size: .875rem;


}


.pricing-table .card ul li.list-group-item {


	border-bottom: 1px solid rgb(0 0 0 / 0%);


	color: #3b3b3b;


	font-size: 16px;


}


/*Forms */


input::placeholder {


	color: #000 !important;


	opacity: .3 !important
}


.card-group {


	margin-bottom: 1.5rem;


}



.search-bar {


	display: none;


}


.full-search-bar {


	display: flex;


	align-items: center;


	width: auto;


	position: absolute;


	left: 0;


	right: 0;


	z-index: 100;


	background: #ffffff;


	border-bottom: 1px solid rgb(228 228 228 / 0%);


	background-clip: border-box;


	height: 61px;


	padding: 0rem 1.4rem;


}


.search-bar-box {


	width: 100%;


}


.search-close {

	font-size: 24px;


	right: 10px;


	cursor: pointer;


}



.search-control {


	background-color: #fff;


	border: 1px solid #f2efef00;


	padding-left: 2.5rem;


}

.search-control:focus {

	border: 1px solid #ffffff;

	box-shadow: none;


}



.search-show {


	font-size: 18px;


	left: 15px;


}


.topbar .top-menu-left .nav-item .nav-link {


	padding-right: 0.5rem;


	padding-left: 0.5rem;


	color: #252323;


	font-size: 22px;


}




.topbar .navbar .navbar-nav .nav-link {


	padding-right: 0.8rem;


	padding-left: 0.8rem;


	color: #252323;


	font-size: 22px;


}

.topbar .navbar .navbar-nav .nav-link i {
	color: #76818d;
}

.topbar .lang-dropdown .form-select {
	background-color: #f9f9f9;
	border: 0px;
	color: #000;
}

.dropdown-toggle-nocaret:after {


	display: none
}


.alert-count {


	position: absolute;


	top: 13px;


	left: 28px;


	width: 15px;


	height: 15px;


	display: flex;


	align-items: center;


	justify-content: center;


	border-radius: 50%;


	font-size: 12px;


	font-weight: 500;


	color: #fff;

	background: #BB4430;


}


.user-img {


	width: 42px;


	height: 42px;


	border-radius: 50%;


	border: 1px solid #ff7f50;

	padding: 0px;


}


.user-info .user-name {


	font-size: 15px;


	font-weight: 500;


	color: #037b90;


}


.user-info .designattion {


	font-size: 13px;


	color: #a9a8a8;


}


.user-box {


	display: flex;


	align-items: center;


	height: 60px;


	/* margin-left: 1rem; */


}


.dropdown-large {


	position: relative;


}


.dropdown-large .dropdown-menu {


	width: 360px;


	border: 0;


	padding: 0rem 0;


	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);


}


.topbar .navbar .dropdown-large .dropdown-menu::after {


	content: '';


	width: 13px;


	height: 13px;


	background: #ffffff;


	position: absolute;


	top: -6px;


	right: 16px;


	transform: rotate(45deg);


	border-top: 1px solid #ddd;


	border-left: 1px solid #ddd;


}


.topbar .navbar .dropdown-menu::after {


	content: '';


	width: 13px;


	height: 13px;


	background: #ffff;


	position: absolute;


	top: -6px;


	right: 16px;


	transform: rotate(45deg);


	border-top: 1px solid #ddd;


	border-left: 1px solid #ddd;


}


.dropdown-large .msg-header {


	padding: 0.8rem 1rem;


	border-bottom: 1px solid #ededed;


	background-clip: border-box;


	background: #ffffff;


	text-align: left;


	display: flex;


	align-items: center;


	border-top-left-radius: .25rem;


	border-top-right-radius: .25rem;


}


.dropdown-large .msg-header .msg-header-title {


	font-size: 15px;


	color: #1c1b1b;


	margin-bottom: 0;


	font-weight: 500;


}


.dropdown-large .msg-header .msg-header-clear {


	font-size: 12px;


	color: #585858;


	margin-bottom: 0;


}


.dropdown-large .msg-footer {


	padding: 0.8rem 1rem;


	color: #1c1b1b;


	border-top: 1px solid #ededed;


	background-clip: border-box;


	background: transparent;


	font-size: 14px;


	font-weight: 500;


	border-bottom-left-radius: .25rem;


	border-bottom-right-radius: .25rem;


}


.dropdown-large .user-online {


	position: relative;


}


.dropdown-large .msg-name {


	font-size: 14px;


	margin-bottom: 0;


}


.dropdown-large .msg-info {


	font-size: 13px;


	margin-bottom: 0;


}


.dropdown-large .msg-avatar {


	width: 45px;


	height: 45px;


	border-radius: 50%;


	margin-right: 15px;


}


.dropdown-large .msg-time {


	font-size: 12px;


	margin-bottom: 0;


	color: #919191;


}


.dropdown-large .user-online:after {


	content: '';


	position: absolute;


	bottom: 1px;


	right: 17px;


	width: 8px;


	height: 8px;


	border-radius: 50%;


	box-shadow: 0 0 0 2px #fff;


	background: #16e15e;


}


.dropdown-large .dropdown-menu .dropdown-item {


	padding: .50rem 1.3rem;


	border-bottom: 1px solid #ededed;


}


.header-message-list {


	position: relative;


	height: 360px;


}


.header-notifications-list {


	position: relative;




}


.dropdown-large .notify {


	width: 45px;


	height: 45px;


	line-height: 45px;


	font-size: 22px;


	text-align: center;


	border-radius: 50%;


	background-color: #f1f1f1;

	color: #230F0F;
	margin-right: 15px;


}


.app-box {


	width: 45px;


	height: 45px;


	display: flex;


	align-items: center;


	font-size: 26px;


	justify-content: center;


	cursor: pointer;


	border-radius: 10px;


	background-color: #f6f6f6;


}


.app-title {


	font-size: 14px;


}


.user-box .dropdown-menu i {


	vertical-align: middle;


	margin-right: 10px;


}


.dropdown-menu {


	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);


	border: 0px solid #e9ecef;


	font-size: 14px;


}


.topbar .navbar .dropdown-menu {


	animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown;


}


@keyframes animdropdown {


	from {


		transform: translate3d(0, 6px, 0);


		opacity: 0
	}


	to {


		transform: translate3d(0, 0, 0);


		opacity: 1
	}


}


.mobile-search-icon {


	display: block;


}

@media (max-width: 769px) {
	.mobile-toggle-menu {
		display: block !important;
	}

	.page-footer {
		display: none;
	}

	.page-wrapper {
		margin-bottom: 8rem;
	}
}

.mobile-toggle-menu {


	display: none;


	font-size: 26px;


	color: #404142;


	cursor: pointer;


}


/*Switcher*/


.switcher-wrapper {


	width: 280px;


	height: 100%;


	position: fixed;


	right: -280px;


	top: 0;


	bottom: 0;


	z-index: 16;


	background: #fff;


	border-left: 0px solid #d2d2d2;


	box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, .13);


	transition: all .2s ease-out;


}


.switcher-btn {


	width: 40px;


	height: 40px;


	line-height: 40px;


	font-size: 24px;


	background: #0d6efd;


	box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, .13);


	color: #fff;


	text-align: center;


	border-top-left-radius: 10px;


	border-bottom-left-radius: 10px;


	position: absolute;


	top: 40%;


	right: 100%;


	cursor: pointer;


}


.switcher-wrapper.switcher-toggled {


	right: 0px;


}


.switcher-body {


	padding: 1.25rem;


}


.switcher-body .form-check .form-check-input,


.switcher-body .form-check .form-check-label {


	cursor: pointer;


}


.header-colors-indigators .indigator {


	width: 45px;


	height: 45px;


	background: #f4f2f2;


	border-radius: 10px;


	cursor: pointer;


}










/* Responsive */


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


	.email-header {


		height: auto;


	}


	.email-content {


		padding: 100px 0px 0px 0px;


	}

	.page-wrapper {
		margin-bottom: 6rem;
	}


}


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


	.topbar {


		left: 0px !important;


	}


	.mobile-search-icon {


		display: block;


	}

	.sidebar-wrapper {


		left: -300px;


		box-shadow: none;


	}


	.page-wrapper {


		margin-left: 0px;


	}



	.page-footer {


		left: 0px;
		display: none;

	}





	.body-wrapper.toggled .sidebar-wrapper {


		left: 0px;


	}


	.body-wrapper.toggled .page-wrapper {


		margin-left: 0px;


	}


	.body-wrapper.toggled .overlay {


		position: fixed;


		top: 0;


		right: 0;


		bottom: 0;


		left: 0;


		background: #000;


		opacity: 0.6;


		z-index: 10;


		display: block;


		cursor: move;


		transition: all .2s ease-out;


	}


	.error-404 {


		height: auto;


		padding: 6.0rem 1rem;


	}


	.chat-header {


		border-top-left-radius: 0.25rem;


	}


	.chat-footer {


		border-bottom-left-radius: 0.25rem;


	}


	.chat-sidebar {


		left: -370px;


	}


	.chat-content {


		margin-left: 0px;


	}


	.chat-header {


		left: 0px;


	}


	.chat-footer {


		left: 0px;


	}


	/* chat toggled css */


	.chat-toggled .chat-sidebar {


		left: 0px;


	}


	.chat-toggled .overlay {


		position: absolute;


		top: 0;


		right: 0;


		bottom: 0;


		left: 340px;


		background: #000;


		opacity: 0.5;


		z-index: 11;


		display: block;


		cursor: move;


		transition: all .3s ease-out;


	}


	.email-header {


		border-top-left-radius: 0.25rem;


	}


	.email-sidebar {


		left: -280px;


	}


	.email-content {


		margin-left: 0px;


	}


	.email-header {


		left: 0px;


	}


	/* email toggled */


	.email-toggled .email-sidebar {


		left: 0px;


	}


	.email-toggled .overlay {


		position: absolute;


		top: 0;


		right: 0;


		bottom: 0;


		left: 250px;


		background: #000;


		opacity: 0.5;


		z-index: 9;


		display: block;


		cursor: move;


		transition: all .3s ease-out;


	}


}


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


	.section-authentication-signin {


		height: 100%;


		margin-top: 6rem;


		margin-bottom: 2rem;


	}


	.authentication-reset-password {


		height: auto;


		padding: 2.0rem 1rem;


	}


	.authentication-lock-screen {


		height: auto;


		padding: 2.0rem 1rem;


	}


	.compose-mail-popup {


		width: auto;


		position: fixed;


		bottom: -30px;


		right: 0;


		left: 0;


	}


}


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


	.user-box .user-info {


		display: none;


	}


	.authentication-forgot {


		height: auto;


		padding: 2.5rem 1rem;


	}


}


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


	.topbar .navbar .dropdown-menu::after {


		display: none;


	}


	.topbar .navbar .dropdown {


		position: static !important;


	}


	.topbar .navbar .dropdown-menu {


		width: 100% !important;


	}


}


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


	.chat-footer-menu,


	.chat-top-header-menu {


		display: none;


	}


}
/*!************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/css/style.css?ngGlobalStyle (1) ***!
  \************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/****** Utils ******/

:root {
  --white: #fff;
  --dark: #000;
  --black: #000;
  --light: #F8F8F8;
  --gray-100: #E7E7E7;
  --gray-200: #D1D1D1;
  --gray-300: #B0B0B0;
  --gray-400: #888888;
  --gray-500: #6D6D6D;
  --gray-600: #5D5D5D;
  --gray-700: #4F4F4F;
  --gray-800: #3D3D3D;
  --gray-900: #191919;
  --light-100: #FEFEFE;
  --light-200: #FCFCFD;
  --light-300: #FBFBFD;
  --light-400: #F9FAFC;
  --light-500: #F8FAFB;
  --light-600: #F7F9FB;
  --light-700: #F6F8FA;
  --light-800: #F5F7FA;
  --light-900: #F4F6F9;
}

.dark-mode {
  --white: #0D0D0D;
  --dark: #D6DADE;
  --black: #D6DADE;
  --light: #0D0D0D;
  --gray-100: #171717;
  --gray-200: #1F2228;
  --gray-300: #2F343C;
  --gray-400: #9CA3AF;
  --gray-500: #6B7280;
  --gray-600: #4B5563;
  --gray-700: #374151;
  --gray-800: #C8D2E0;
  --gray-900: #D8DFEE;
  --light-100: #0A0A0A;
  --light-200: #0B0B0B;
  --light-300: #0C0C0C;
  --light-400: #0E0E0E;
  --light-500: #0F0F0F;
  --light-600: #101010;
  --light-700: #111111;
  --light-800: #121212;
  --light-900: #181818;
}

header {
  transition: all 0.5s;
}

/******* Base *******/
body {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  color: var(--gray-600);
  line-height: 1.5;
  background-color: var(--white);
  overflow-y: auto;
  overflow-x: hidden;
}

@media (max-width: 767.98px) {
  body {
    font-size: 14px;
  }
}

::selection {
  background: #392C7D;
  color: var(--white);
  text-shadow: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

* {
  outline: none;
}

button {
  transition: all 0.5s ease;
}

button:focus {
  box-shadow: none !important;
}

p {
  margin-bottom: 20px;
}

p:last-child {
  margin-bottom: 0;
}

strong {
  font-weight: 700;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: var(--gray-900);
  font-family: "Inter", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.3;
}

ol,
ul {
  list-style: none;
  margin-block-end: 0;
  padding: 0;
}

ul {
  list-style: none;
}

ul.list-disc {
  list-style: disc;
  padding-left: 15px;
}

ul.list-disc ul {
  list-style-type: circle;
}

ul.list-decimal {
  list-style: decimal;
  padding-left: 15px;
}

ul.list-decimal ul {
  list-style-type: decimal;
}

ul.list-icon {
  list-style: none;
  padding-left: 0;
}

ul.list-icon>li {
  padding-left: 1.875rem;
  counter-increment: li;
}

ul.list-icon>li i,
ul.list-icon>li .feather-icon,
ul.list-icon>li .svg-icon {
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  margin-left: -1.25rem;
  position: relative;
  left: -10px;
  padding: 1px;
  top: -1px;
}

ul.list-icon>li i {
  font-size: 20px;
  top: 5px;
}

ul .btn-primary:not(:disabled):not(.disabled):active:focus,
ul .btn-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: none;
}

.bg-primary {
  background-color: #392C7D !important;
}

.bg-secondary {
  background-color: #FF4667 !important;
}

.bg-info {
  background-color: #5625E8 !important;
}

.bg-success {
  background-color: #03C95A !important;
  border-color: #03C95A !important;
}

.bg-warning {
  background-color: #FFC107 !important;
}

.bg-danger {
  background-color: #E70D0D !important;
}

.bg-dark {
  background-color: var(--dark) !important;
}

.bg-light {
  background-color: var(--light) !important;
}

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

.bg-pink {
  background-color: #FD3995 !important;
}

.bg-purple {
  background-color: #AB47BC !important;
  border-color: #AB47BC !important;
}

.bg-darkgreen {
  background-color: #111926 !important;
}

.bg-nightblue {
  background-color: #0F0F41 !important;
}

.bg-royalblue {
  background-color: #0039C6 !important;
}

.bg-darkgray {
  background-color: #2E2E48 !important;
}

.bg-indigo {
  background-color: #391694 !important;
}

.bg-gray {
  background: var(--light-500);
}

.bg-primary {
  background-color: #392C7D !important;
}

.bg-primary.bg-opacity-10 {
  background-color: rgba(57, 44, 125, 0.1) !important;
}

.bg-primary.bg-opacity-25 {
  background-color: rgba(57, 44, 125, 0.25) !important;
}

.bg-primary.bg-opacity-50 {
  background-color: rgba(57, 44, 125, 0.5) !important;
}

.bg-primary.bg-opacity-75 {
  background-color: rgba(57, 44, 125, 0.75) !important;
}

.bg-primary.bg-opacity-100 {
  background-color: #392c7d !important;
}

.bg-secondary {
  background-color: #FF4667 !important;
}

.bg-secondary.bg-opacity-10 {
  background-color: rgba(255, 70, 103, 0.1) !important;
}

.bg-secondary.bg-opacity-25 {
  background-color: rgba(255, 70, 103, 0.25) !important;
}

.bg-secondary.bg-opacity-50 {
  background-color: rgba(255, 70, 103, 0.5) !important;
}

.bg-secondary.bg-opacity-75 {
  background-color: rgba(255, 70, 103, 0.75) !important;
}

.bg-secondary.bg-opacity-100 {
  background-color: #ff4667 !important;
}

.bg-info {
  background-color: #5625E8 !important;
}

.bg-info.bg-opacity-10 {
  background-color: rgba(86, 37, 232, 0.1) !important;
}

.bg-info.bg-opacity-25 {
  background-color: rgba(86, 37, 232, 0.25) !important;
}

.bg-info.bg-opacity-50 {
  background-color: rgba(86, 37, 232, 0.5) !important;
}

.bg-info.bg-opacity-75 {
  background-color: rgba(86, 37, 232, 0.75) !important;
}

.bg-info.bg-opacity-100 {
  background-color: #5625e8 !important;
}

.bg-success {
  background-color: #03C95A !important;
}

.bg-success.bg-opacity-10 {
  background-color: rgba(3, 201, 90, 0.1) !important;
}

.bg-success.bg-opacity-25 {
  background-color: rgba(3, 201, 90, 0.25) !important;
}

.bg-success.bg-opacity-50 {
  background-color: rgba(3, 201, 90, 0.5) !important;
}

.bg-success.bg-opacity-75 {
  background-color: rgba(3, 201, 90, 0.75) !important;
}

.bg-success.bg-opacity-100 {
  background-color: #03c95a !important;
}

.bg-warning {
  background-color: #FFC107 !important;
}

.bg-warning.bg-opacity-10 {
  background-color: rgba(255, 193, 7, 0.1) !important;
}

.bg-warning.bg-opacity-25 {
  background-color: rgba(255, 193, 7, 0.25) !important;
}

.bg-warning.bg-opacity-50 {
  background-color: rgba(255, 193, 7, 0.5) !important;
}

.bg-warning.bg-opacity-75 {
  background-color: rgba(255, 193, 7, 0.75) !important;
}

.bg-warning.bg-opacity-100 {
  background-color: #ffc107 !important;
}

.bg-danger {
  background-color: #E70D0D !important;
}

.bg-danger.bg-opacity-10 {
  background-color: rgba(231, 13, 13, 0.1) !important;
}

.bg-danger.bg-opacity-25 {
  background-color: rgba(231, 13, 13, 0.25) !important;
}

.bg-danger.bg-opacity-50 {
  background-color: rgba(231, 13, 13, 0.5) !important;
}

.bg-danger.bg-opacity-75 {
  background-color: rgba(231, 13, 13, 0.75) !important;
}

.bg-danger.bg-opacity-100 {
  background-color: #e70d0d !important;
}

.bg-dark {
  background-color: var(--dark) !important;
}

.bg-dark.bg-opacity-10 {
  background-color: rgba(var(--dark), 0.1) !important;
}

.bg-dark.bg-opacity-25 {
  background-color: rgba(var(--dark), 0.25) !important;
}

.bg-dark.bg-opacity-50 {
  background-color: rgba(var(--dark), 0.5) !important;
}

.bg-dark.bg-opacity-75 {
  background-color: rgba(var(--dark), 0.75) !important;
}

.bg-dark.bg-opacity-100 {
  background-color: rgba(var(--dark), 1) !important;
}

.bg-light {
  background-color: var(--light) !important;
}

.bg-light.bg-opacity-10 {
  background-color: rgba(var(--light), 0.1) !important;
}

.bg-light.bg-opacity-25 {
  background-color: rgba(var(--light), 0.25) !important;
}

.bg-light.bg-opacity-50 {
  background-color: rgba(var(--light), 0.5) !important;
}

.bg-light.bg-opacity-75 {
  background-color: rgba(var(--light), 0.75) !important;
}

.bg-light.bg-opacity-100 {
  background-color: rgba(var(--light), 1) !important;
}

.bg-skyblue {
  background-color: #0DCAF0 !important;
  border-color: #0DCAF0 !important;
}

.bg-primary {
  background-color: #392C7D !important;
  border: 1px solid #392C7D !important;
  color: var(--white);
}

.bg-secondary {
  background-color: #FF4667 !important;
  border: 1px solid #FF4667 !important;
  color: var(--white);
}

.bg-success {
  background-color: #03C95A !important;
  border: 1px solid #03C95A !important;
  color: var(--white);
}

.bg-info {
  background-color: #5625E8 !important;
  border: 1px solid #5625E8 !important;
  color: var(--white);
}

.bg-warning {
  background-color: #FFC107 !important;
  border: 1px solid #FFC107 !important;
  color: var(--white);
}

.bg-danger {
  background-color: #E70D0D !important;
  border: 1px solid #E70D0D !important;
  color: var(--white);
}

.bg-purple {
  background-color: #AB47BC !important;
  border: 1px solid #AB47BC !important;
  color: var(--white);
}

.bg-soft-primary {
  background-color: #D6D4E4;
  color: #392C7D;
}

.bg-soft-secondary {
  background-color: #FFDAE0;
  color: #FF4667;
}

.bg-soft-success {
  background-color: #D2F5E1;
  color: #03C95A;
}

.bg-soft-danger {
  background-color: #F6CECE;
  color: #E70D0D;
}

.bg-soft-warning {
  background-color: #FFF4D2;
  color: #FFC107;
}

.bg-soft-info {
  background-color: #E1D8FB;
  color: #5625E8;
}

.bg-soft-purple {
  background-color: #F0DEF3;
  color: #AB47BC;
}

.bg-soft-light {
  background-color: rgba(var(--light), 0.9);
  color: var(--gray-500);
}

.bg-soft-dark {
  background-color: rgba(var(--dark), 0.3);
  color: var(--white);
}

.bg-light {
  color: var(--gray-500);
}

.bg-primary-gradient {
  background: linear-gradient(90deg, #FEE0DE 0%, #E4F5FD 51.39%, #DDEDFF 100%) !important;
  color: var(--white);
}

.bg-secondary-gradient {
  background: linear-gradient(180deg, #3B7080 0%, #3D90A9 100%) !important;
  color: var(--white);
}

.bg-warning-gradient {
  background: linear-gradient(180deg, #FFC107 0%, #FFE8A5 100%) !important;
  color: var(--white);
}

.bg-info-gradient {
  background: linear-gradient(180deg, #177DBC 0%, #1A91DB 100%) !important;
  color: var(--white);
}

.bg-success-gradient {
  background: linear-gradient(180deg, #2DCB73 0%, #0DA952 100%) !important;
  color: var(--white);
}

.bg-danger-gradient {
  background: linear-gradient(180deg, #E70D0D 0%, #810707 100%) !important;
  color: var(--white);
}

.bg-purple-gradient {
  background: linear-gradient(180deg, #4B3088 0%, #5C2DC8 100%) !important;
  color: var(--white);
}

.bg-light-gradient {
  background: linear-gradient(180deg, #F8F9FA 0%, #EDEDED 100%) !important;
  color: var(--black);
}

.bg-dark-gradient {
  background: linear-gradient(180deg, #F3F6FF 0%, #FFFFFF 100%) !important;
  color: var(--white);
}

.bg-purple-gradient2 {
  background: linear-gradient(10.93deg, #392C7D 16.22%, #6850E3 120.13%) !important;
  color: var(--white);
}

.bg-blue-gradient2 {
  background: linear-gradient(10.93deg, #2C7A9C 16.22%, #0936CB 120.13%) !important;
  color: var(--white);
}

.bg-outline-primary {
  background-color: var(--white);
  border: 1px solid #392C7D;
  color: #392C7D;
}

.bg-outline-secondary {
  background-color: var(--white);
  border: 1px solid #FF4667;
  color: #FF4667;
}

.bg-outline-warning {
  background-color: var(--white);
  border: 1px solid #FFC107;
  color: #FFC107;
}

.bg-outline-info {
  background-color: var(--white);
  border: 1px solid #5625E8;
  color: #5625E8;
}

.bg-outline-success {
  background-color: var(--white);
  border: 1px solid #03C95A;
  color: #03C95A;
}

.bg-outline-danger {
  background-color: var(--white);
  border: 1px solid #E70D0D;
  color: #E70D0D;
}

.bg-outline-dark {
  background-color: var(--white);
  border: 1px solid var(--dark);
  color: var(--dark);
}

.bg-outline-light {
  background-color: var(--white);
  border: 1px solid var(--light) !important;
  color: var(--black) !important;
}

.bg-primary-transparent {
  background-color: #EBE9F1 !important;
  color: #392C7D !important;
}

.bg-primary-transparent:hover {
  background-color: #EBE9F1 !important;
  color: #392C7D !important;
}

.bg-secondary-transparent {
  background-color: #FFEDF0 !important;
  color: #FF4667 !important;
}

.bg-secondary-transparent:hover {
  background-color: #FFEDF0 !important;
  color: #FF4667 !important;
}

.bg-info-transparent {
  background-color: #F0EBFD !important;
  color: #5625E8 !important;
}

.bg-success-transparent {
  background-color: #D2F5E1 !important;
  color: #03C95A !important;
}

.bg-success-transparent:hover {
  background-color: #D2F5E1 !important;
  color: #03C95A !important;
}

.bg-warning-transparent {
  background-color: #FFF4D2 !important;
  color: #FFC107 !important;
}

.bg-warning-transparent:hover {
  background-color: #FFF4D2 !important;
  color: #FFC107 !important;
}

.bg-danger-transparent {
  background-color: #F6CECE !important;
  color: #E70D0D !important;
}

.bg-danger-transparent:hover {
  background-color: #F6CECE !important;
  color: #E70D0D !important;
}

.bg-light-transparent {
  background-color: rgba(var(--light), 0.5) !important;
  color: var(--light) !important;
}

.bg-light-transparent:hover {
  background-color: rgba(var(--light), 0.5) !important;
  color: var(--gray-500) !important;
}

.bg-skyblue-transparent {
  background-color: #E9FAFE !important;
  color: #0DCAF0 !important;
}

.bg-skyblue-transparent:hover {
  background-color: #E9FAFE !important;
  color: #0DCAF0 !important;
}

.bg-pink-transparent {
  background-color: #FFDBEC !important;
  color: #FD3995 !important;
}

.bg-pink-transparent:hover {
  background-color: #FFDBEC !important;
  color: #FD3995 !important;
}

.bg-lightdanger-gradient {
  background: linear-gradient(180deg, #FFFFFF 0%, #FFEEEE 100%);
}

.bg-lightpink-gradient {
  background: linear-gradient(180deg, #FFFFFF 0%, #FFEBF4 100%);
}

.bg-lightsuccess-gradient {
  background: linear-gradient(180deg, #FFFFFF 0%, #E8FFF2 100%);
}

.bg-lightpurple-gradient {
  background: linear-gradient(180deg, #FFFFFF 0%, #FCE8FF 100%);
}

.bg-primary-100 {
  background-color: #D6D4E4 !important;
}

.bg-gray-100 {
  background-color: var(--gray-100);
}

.bg-gray-200 {
  background-color: var(--gray-200);
}

.bg-gray-300 {
  background-color: var(--gray-300);
}

.bg-gray-400 {
  background-color: var(--gray-400);
}

.bg-gray-500 {
  background-color: var(--gray-500);
}

.bg-gray-600 {
  background-color: var(--gray-600);
}

.bg-gray-700 {
  background-color: var(--gray-700);
}

.bg-gray-800 {
  background-color: var(--gray-800);
}

.bg-gray-900 {
  background-color: var(--gray-900) !important;
}

.bg-light-100 {
  background-color: var(--light-100) !important;
}

.bg-light-300 {
  background-color: var(--light-300) !important;
}

.bg-light-400 {
  background-color: var(--light-400) !important;
}

.bg-light-500 {
  background-color: var(--light-500) !important;
}

.bg-success-800 {
  background-color: #33D37A !important;
}

.svg-primary {
  fill: #392C7D;
}

.svg-secondary {
  fill: #FF4667;
}

.svg-success {
  fill: #03C95A;
}

.svg-danger {
  fill: #E70D0D;
}

.svg-warning {
  fill: #FFC107;
}

.svg-white {
  fill: var(--white);
}

.svg-black {
  fill: var(--black);
}

.svg-pink {
  fill: #FD3995;
}

.svg-purple {
  fill: #AB47BC;
}

.svg-info {
  fill: #5625E8;
}

.svg-light {
  fill: var(--light);
}

.svg-dark {
  fill: var(--dark);
}

.svg-default {
  fill: var(--gray-500);
}

.color-container {
  width: 5rem;
  height: 5rem;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 3rem;
}

.text-container {
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  box-shadow: 0px 4px 4px 0px rgba(212, 212, 212, 0.2509803922);
}

.color-box {
  width: 80px;
  height: 80px;
  border-radius: 4px;
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
}

.bg-light-200 {
  background: var(--light-200);
}

.bg-light-300 {
  background: var(--light-300);
}

.bg-transparent-primary {
  background: #EBE9F1;
}

.bg-transparent-dark {
  background: #E8E8E8;
}

.bg-transparent-warning {
  background: #FFF4D2 !important;
}

.bg-transparent-light {
  background: var(--light) !important;
}

.bg-transparent-danger {
  background: #F6CECE !important;
}

.bg-transparent-success {
  background: #D2F5E1 !important;
}

.bg-transparent-info {
  background: #E1D8FB !important;
}

.bg-transparent-purple {
  background: #F7EEF9 !important;
  color: #AB47BC !important;
}

.bg-transparent-secondary {
  background: #FFEDF0 !important;
}

.bg-transparent-skyblue {
  background: #E9FAFE !important;
}

.bg-light-gray {
  background: var(--light-500);
}

.bg-soft-pink {
  background: #FFDBEC;
  color: #FD3995;
}

.bg-soft-skyblue {
  background: #D3F5FC;
  color: #0DCAF0;
}

.bg-danger-transparent {
  background: #FAE7E7;
  border-color: #FAE7E7 !important;
}

.bg-pink-transparent {
  background: #FFEDF6 !important;
  color: #FD3995 !important;
}

.bg-blue-transparent {
  background: #E9FAFE !important;
  color: #0DCAF0 !important;
}

.bg-purple-transparent {
  background: #F7EEF9 !important;
  color: #AB47BC !important;
}

.bg-outline-pink {
  border: 1px solid #FD3995 !important;
  color: #FD3995 !important;
}

.bg-outline-purple {
  border: 1px solid #AB47BC !important;
  color: #AB47BC !important;
}

.bg-outline-skyblue {
  border: 1px solid #0DCAF0 !important;
  color: #0DCAF0 !important;
}

.bg-light-900 {
  background: var(--light-900) !important;
  border-color: var(--light-900) !important;
}

.bg-light-500 {
  background: var(--light-500) !important;
}

/******* Components ******/
.avatar {
  position: relative;
  height: 2.625rem;
  width: 2.625rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: var(--white);
  font-weight: 500;
}

.avatar a.badge:hover {
  color: var(--white);
}

.avatar img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.avatar.avatar-rounded {
  border-radius: 50%;
}

.avatar.avatar-rounded img {
  border-radius: 50%;
}

.avatar.avatar-radius-0 {
  border-radius: 0;
}

.avatar.avatar-radius-0 img {
  border-radius: 0;
}

.avatar .avatar-badge {
  position: absolute;
  inset-block-start: -4%;
  inset-inline-end: -0.375rem;
  width: 1.4rem;
  height: 1.4rem;
  font-size: 0.625rem;
  border: 2px solid var(--white);
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.avatar.online:before,
.avatar.offline:before {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  inset-inline-end: 0;
  inset-block-end: 0;
  border: 2px solid var(--white) !important;
  z-index: 1;
}

.avatar.online:before {
  background-color: #03C95A;
}

.avatar.offline:before {
  background-color: var(--gray-500);
}

.avatar.avatar-xs {
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  font-size: 0.65rem;
}

.avatar.avatar-xs .avatar-badge {
  padding: 0.25rem;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.5rem;
  inset-block-start: -25%;
  inset-inline-end: -0.5rem;
}

.avatar.avatar-sm {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 0.65rem;
}

.avatar.avatar-sm .avatar-badge {
  padding: 0.3rem;
  width: 1.1rem;
  height: 1.1rem;
  line-height: 1.1rem;
  font-size: 0.5rem;
  inset-block-start: -28%;
  inset-inline-end: -0.45rem;
}

.avatar.avatar-sm.online:before,
.avatar.avatar-sm.offline:before {
  width: 0.5rem;
  height: 0.5rem;
}

.avatar.avatar-md {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 0.8rem;
}

.avatar.avatar-md .avatar-badge {
  padding: 0.4rem;
  width: 1.2rem;
  height: 1.2rem;
  line-height: 1.2rem;
  font-size: 0.65rem;
  inset-block-start: -6%;
  inset-inline-end: -13%;
}

.avatar.avatar-md.online:before,
.avatar.avatar-md.offline:before {
  width: 0.75rem;
  height: 0.75rem;
}

.avatar.avatar-md svg {
  width: 1.5rem;
  height: 1.5rem;
}

.avatar.avatar-lg {
  width: 2.813rem;
  height: 2.813rem;
  line-height: 2.813rem;
  font-size: 1rem;
}

.avatar.avatar-lg .avatar-badge {
  inset-block-start: -15%;
  inset-inline-end: -0.25%;
}

.avatar.avatar-lg.online:before,
.avatar.avatar-lg.offline:before {
  width: 0.8rem;
  height: 0.8rem;
}

.avatar.avatar-lg svg {
  width: 1.8rem;
  height: 1.8rem;
}

.avatar.avatar-xl {
  width: 3.6rem;
  height: 3.6rem;
  line-height: 3.6rem;
  font-size: 1.25rem;
}

.avatar.avatar-xl .avatar-badge {
  inset-block-start: -8%;
  inset-inline-end: -0.2%;
}

.avatar.avatar-xl.online:before,
.avatar.avatar-xl.offline:before {
  width: 0.95rem;
  height: 0.95rem;
}

.avatar.avatar-xxl {
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  font-size: 1.5rem;
}

.avatar.avatar-xxl .avatar-badge {
  inset-block-start: -4%;
  inset-inline-end: 0rem;
}

.avatar.avatar-xxl.online:before,
.avatar.avatar-xxl.offline:before {
  width: 1.05rem;
  height: 1.05rem;
  inset-block-end: 0.25rem;
}

.avatar.avatar-xxxl {
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  font-size: 1.75rem;
}

.avatar.avatar-xxxl .avatar-badge {
  inset-block-start: -4%;
  inset-inline-end: 0rem;
}

.avatar.avatar-xxxl.online:before,
.avatar.avatar-xxxl.offline:before {
  width: 1.05rem;
  height: 1.05rem;
  inset-block-end: 0.25rem;
}

.avatar-list-stacked {
  padding: 0;
}

.avatar-list-stacked.avatar-group-overlapped .avatar {
  margin-right: -0.875rem;
}

.avatar-list-stacked.avatar-group-overlapped .avatar:hover {
  z-index: 1;
}

.avatar-list-stacked.avatar-group-lg .avatar {
  width: 3.25rem;
  height: 3.25rem;
}

.avatar-list-stacked.avatar-group-lg .avatar>.initial-wrap {
  font-size: 0.95rem;
}

.avatar-list-stacked.avatar-group-lg.avatar-group-overlapped .avatar {
  margin-right: -1rem;
}

.avatar-list-stacked.avatar-group-sm .avatar {
  width: 1.5rem;
  height: 1.5rem;
}

.avatar-list-stacked.avatar-group-sm .avatar>.initial-wrap {
  font-size: 0.6rem;
}

.avatar-list-stacked.avatar-group-sm.avatar-group-overlapped .avatar {
  margin-right: -0.625rem;
}

.avatar-list-stacked.avatar-group-xs .avatar {
  width: 1rem;
  height: 1rem;
  margin-inline-end: -6px !important;
}

.avatar-list-stacked.avatar-group-xs .avatar>.initial-wrap {
  font-size: 0.6rem;
}

.avatar-list-stacked.avatar-group-xs.avatar-group-overlapped .avatar {
  margin-right: -6px;
}

.avatar-list-stacked .avatar {
  margin-inline-end: -20px !important;
  border: 1px solid rgba(0, 0, 0, 0.05);
  vertical-align: middle;
  transition: transform ease 200ms;
}

.avatar-list-stacked .avatar:last-child {
  margin-inline-end: 0 !important;
}

.avatar-list-stacked .avatar:hover {
  z-index: 1;
  transform: translateY(-0.188rem);
}

.avatar-group {
  display: inline-flex;
}

.avatar-group .avatar {
  width: 2.625rem;
  height: 2.625rem;
}

.avatar-group .avatar .avatar-img,
.avatar-group .avatar>.initial-wrap {
  border: 2px solid var(--white);
  font-size: 0.9rem;
}

.avatar-group.avatar-group-overlapped .avatar {
  margin-right: -0.875rem;
}

.avatar-group.avatar-group-overlapped .avatar:hover {
  z-index: 1;
}

.avatar-group.avatar-group-lg .avatar {
  width: 3.25rem;
  height: 3.25rem;
}

.avatar-group.avatar-group-lg .avatar>.initial-wrap {
  font-size: 0.95rem;
}

.avatar-group.avatar-group-lg.avatar-group-overlapped .avatar {
  margin-right: -1rem;
}

.avatar-group.avatar-group-sm .avatar {
  width: 2rem;
  height: 2rem;
}

.avatar-group.avatar-group-sm .avatar>.initial-wrap {
  font-size: 0.6rem;
}

.avatar-group.avatar-group-sm.avatar-group-overlapped .avatar {
  margin-right: -0.625rem;
}

.avatar.avatar-xl.border.online::before {
  width: 10px;
  height: 10px;
  inset-inline-end: 5px;
}

.avatar-xxxl.candidate-img {
  width: 135px;
  height: 135px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #392C7D;
  text-shadow: unset;
}

.bootstrap-datetimepicker-widget table th {
  font-size: 14px;
  font-weight: 600;
  color: var(--gray-900);
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.bootstrap-datetimepicker-widget table th.prev,
.bootstrap-datetimepicker-widget table th.next {
  padding-bottom: 16px;
}

.bootstrap-datetimepicker-widget table th.prev span,
.bootstrap-datetimepicker-widget table th.next span {
  width: 24px;
  height: 24px;
  font-size: 12px;
  border: 1px solid var(--light-900);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.bootstrap-datetimepicker-widget table th.prev span:hover,
.bootstrap-datetimepicker-widget table th.next span:hover {
  background: var(--dark);
  border-color: var(--dark);
  color: var(--white);
}

.bootstrap-datetimepicker-widget table td {
  font-size: 14px;
  color: var(--gray-500);
}

.bootstrap-datetimepicker-widget table td.day {
  width: 30px;
  height: 32px;
  line-height: 32px;
}

.bootstrap-datetimepicker-widget {
  z-index: 999 !important;
}

.bootstrap-datetimepicker-widget .picker-switch {
  padding-bottom: 16px;
}

.bootstrap-datetimepicker-widget table td.today:before {
  border-bottom-color: #392C7D;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: transparent;
}

.border-success {
  border-color: #03C95A !important;
}

.shadow-sm {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1) !important;
}

.shadow-md {
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1) !important;
}

.list-group-item {
  border-color: var(--light-900) !important;
  color: inherit;
}

.list-group a.active {
  background: #D6D4E4;
  color: #392C7D;
}

.list-group a:hover {
  background: #D6D4E4;
  color: #392C7D;
}

.list-styled-dotted li {
  list-style-type: disc;
}

.link-default {
  color: var(--gray-500);
}

.link-default:hover {
  color: #392C7D;
}

.custom-offcanvas.offcanvas.offcanvas-end {
  width: 600px !important;
}

.custom-offcanvas.offcanvas.offcanvas-end .offcanvas-header .close-btn {
  width: 20px;
  height: 20px;
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  background-color: var(--gray-500);
  border: 1px solid var(--gray-500);
}

.custom-offcanvas.offcanvas.offcanvas-end .offcanvas-header .close-btn:hover {
  background: #E70D0D;
  border-color: #E70D0D;
}

.w-40 {
  width: 40%;
}

@media (max-width: 767.98px) {
  .w-40 {
    width: 100%;
  }
}

hr {
  border-color: var(--light-900);
}

.btn-primary {
  color: var(--white);
  background-color: #392C7D;
  border-color: #392C7D;
  font-size: 14px;
  font-size: 14px;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn.show:hover,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  background-color: #392C7D;
  border-color: #392C7D;
  color: var(--white);
}

button {
  cursor: pointer;
}

button:focus {
  outline: 0;
  box-shadow: none;
}

.btn {
  border-radius: 1.5rem;
  padding: 0.4rem 0.85rem;
  font-size: 14px;
  transition: all 0.5s;
  font-weight: 500;
}

.btn:focus {
  box-shadow: none !important;
}

.btn:hover {
  transition: all 0.5s;
}

.btn.btn-xl {
  padding: 9px 16px;
  font-size: 16px;
}

@media (max-width: 767.98px) {
  .btn.btn-xl {
    padding: 8px 12px;
    font-size: 14px;
  }
}

.btn.btn-lg {
  padding: 0.65rem 1rem;
  font-size: 0.95rem;
}

.btn.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
}

.btn.btn-xs {
  padding: 0.25rem 0.5rem;
  font-size: 0.6rem;
}

.btn.btn-md {
  padding: 6px 16px;
  font-size: 14px;
}

.btn.btn-primary {
  background-color: #392C7D;
  border: 1px solid #392C7D;
  color: var(--white);
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary.focus,
.btn.btn-primary:active,
.btn.btn-primary.active {
  background-color: #2b215f;
  border: 1px solid #2b215f;
  color: var(--white);
}

.btn.btn-secondary {
  background-color: #FF4667;
  border: 1px solid #FF4667;
  color: var(--white);
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary.focus,
.btn.btn-secondary:active,
.btn.btn-secondary.active {
  background-color: #ff1d45;
  border: 1px solid #ff1d45;
  color: var(--white);
}

.btn.btn-success {
  background-color: #03C95A;
  border: 1px solid #03C95A;
  color: var(--white);
}

.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success.focus,
.btn.btn-success:active,
.btn.btn-success.active {
  background-color: #02a148;
  border: 1px solid #02a148;
  color: var(--white);
}

.btn.btn-info {
  background-color: #5625E8;
  border: 1px solid #5625E8;
  color: var(--white);
}

.btn.btn-info:hover,
.btn.btn-info:focus,
.btn.btn-info.focus,
.btn.btn-info:active,
.btn.btn-info.active {
  background-color: #4416ce;
  border: 1px solid #4416ce;
  color: var(--white);
}

.btn.btn-warning {
  background-color: #FFC107;
  border: 1px solid #FFC107;
  color: var(--white);
}

.btn.btn-warning:hover,
.btn.btn-warning:focus,
.btn.btn-warning.focus,
.btn.btn-warning:active,
.btn.btn-warning.active {
  background-color: #dda600;
  border: 1px solid #dda600;
  color: var(--white);
}

.btn.btn-danger {
  background-color: #E70D0D;
  border: 1px solid #E70D0D;
  color: var(--white);
}

.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-danger.focus,
.btn.btn-danger:active,
.btn.btn-danger.active {
  background-color: #c00b0b;
  border: 1px solid #c00b0b;
  color: var(--white);
}

.btn.btn-purple {
  background-color: #AB47BC;
  border: 1px solid #AB47BC;
  color: var(--white);
}

.btn.btn-purple:hover,
.btn.btn-purple:focus,
.btn.btn-purple.focus,
.btn.btn-purple:active,
.btn.btn-purple.active {
  background-color: #913aa0;
  border: 1px solid #913aa0;
  color: var(--white);
}

.btn.btn-primary {
  background-color: #342777;
  border: 1px solid #342777;
  color: var(--white);
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary.focus,
.btn.btn-primary:active,
.btn.btn-primary.active {
  background-color: #241B4B;
  border: 1px solid #241B4B;
  color: var(--white);
}

.btn.btn-light {
  background-color: var(--light);
  border: 1px solid var(--light);
  color: var(--gray-900);
}

.btn.btn-light:hover,
.btn.btn-light:focus,
.btn.btn-light.focus,
.btn.btn-light:active,
.btn.btn-light.active {
  background-color: #A8AAB2;
  border: 1px solid #A8AAB2;
  color: var(--gray-900);
}

.btn.btn-white {
  background-color: var(--white);
  border-color: var(--white);
  color: var(--gray-900);
}

.btn.btn-white.show,
.btn.btn-white:hover {
  background-color: #392C7D;
  border-color: #392C7D;
  color: var(--white);
}

.btn.btn-gray {
  background-color: var(--gray-200);
  border-color: var(--gray-200);
  color: var(--gray-900);
}

.btn.btn-gray:hover,
.btn.btn-gray:focus,
.btn.btn-gray.focus,
.btn.btn-gray:active,
.btn.btn-gray.active {
  background-color: #392C7D;
  border-color: #392C7D;
  color: var(--white);
}

.btn.btn-linear-primary {
  background-image: linear-gradient(90deg, #FEE0DE 0%, #E4F5FD 51.39%, #DDEDFF 100%);
  border: 1px solid #342777;
  color: var(--white);
}

.btn.btn-linear-primary:hover,
.btn.btn-linear-primary:focus,
.btn.btn-linear-primary.focus,
.btn.btn-linear-primary:active,
.btn.btn-linear-primary.active {
  background-color: #281e5c;
  border: 1px solid #281e5c;
  color: var(--white);
}

.btn-group .btn {
  padding: 0.45rem 0.75rem;
}

.btn-group-lg .btn {
  padding: 0.65rem 1rem;
}

.btn-group-sm .btn {
  padding: 0.25rem 0.5rem;
}

.btn.btn-w-xs {
  min-width: 5.625rem;
}

.btn.btn-w-sm {
  min-width: 6.975rem;
}

.btn.btn-w-md {
  min-width: 8.125rem;
}

.btn.btn-w-lg {
  min-width: 9.375rem;
}

.btn-icon i {
  padding: 0rem;
  margin: -0.5rem;
}

.btn-icon.btn-xs {
  width: 24px;
  height: 24px;
  font-size: 0.8rem;
}

.btn-icon.btn-sm {
  width: 1.75rem;
  height: 1.75rem;
  font-size: 0.8rem;
}

.btn-icon.btn-lg {
  width: 2.75rem;
  height: 2.75rem;
  font-size: 1.2rem;
}

.btn-list>button,
.btn-list>a {
  margin: 0 0.375rem 0.375rem 0;
}

[dir=rtl] .btn-list button,
[dir=rtl] .btn-list div,
[dir=rtl] .btn-list a,
[dir=rtl] .btn-list input {
  margin: 0 0 0.375rem 0.375rem;
}

.btn-list {
  margin-block-end: -0.5rem;
}

.btn-square {
  border-radius: 0;
}

.btn-group-pill .btn:first-child {
  border-radius: 60px 0 0 60px;
}

.btn-group-pill .btn:last-child {
  border-radius: 0 60px 60px 0;
}

.btn-group-square .btn:first-child {
  border-radius: 0px 0 0 0px;
}

.btn-group-square .btn:last-child {
  border-radius: 0 0px 0px 0;
}

.btn.btn-primary-light {
  background-color: rgba(57, 44, 125, 0.1);
  color: #392C7D;
}

.btn.btn-primary-light:hover,
.btn.btn-primary-light:focus,
.btn.btn-primary-light:active {
  background-color: #392C7D;
  color: var(--white);
  border-color: #392C7D;
}

.btn.btn-secondary-light {
  background-color: rgba(255, 70, 103, 0.1);
  color: #FF4667;
}

.btn.btn-secondary-light:hover,
.btn.btn-secondary-light:focus,
.btn.btn-secondary-light:active {
  background-color: #FF4667;
  color: var(--white);
  border-color: #FF4667;
}

.btn.btn-warning-light {
  background-color: rgba(255, 193, 7, 0.1);
  color: #FFC107;
}

.btn.btn-warning-light:hover,
.btn.btn-warning-light:focus,
.btn.btn-warning-light:active {
  background-color: #FFC107;
  color: var(--white);
  border-color: #FFC107;
}

.btn.btn-info-light {
  background-color: rgba(86, 37, 232, 0.1);
  color: #5625E8;
}

.btn.btn-info-light:hover,
.btn.btn-info-light:focus,
.btn.btn-info-light:active {
  background-color: #5625E8;
  color: var(--white);
  border-color: #5625E8;
}

.btn.btn-success-light {
  background-color: rgba(3, 201, 90, 0.1);
  color: #03C95A;
}

.btn.btn-success-light:hover,
.btn.btn-success-light:focus,
.btn.btn-success-light:active {
  background-color: #03C95A;
  color: var(--white);
  border-color: #03C95A;
}

.btn.btn-danger-light {
  background-color: rgba(231, 13, 13, 0.1);
  color: #E70D0D;
}

.btn.btn-danger-light:hover,
.btn.btn-danger-light:focus,
.btn.btn-danger-light:active {
  background-color: #E70D0D;
  color: var(--white);
  border-color: #E70D0D;
}

.btn.btn-primary-ghost {
  background-color: transparent;
  color: #392C7D;
  border: 1px solid #392C7D;
}

.btn.btn-primary-ghost:active {
  color: #392C7D;
  border: 1px solid #392C7D;
  background-color: transparent;
}

.btn.btn-dark {
  background: var(--gray-900) !important;
  border-color: var(--gray-900) !important;
  box-shadow: none;
  color: var(--white);
}

.btn.btn-dark:hover {
  background: #252a30 !important;
}

.btn.btn-secondary-ghost {
  background-color: transparent;
  color: #FF4667;
  border: 1px solid #FF4667;
}

.btn.btn-secondary-ghost:active {
  color: #FF4667;
  border: 1px solid #FF4667;
  background-color: transparent;
}

.btn.btn-warning-ghost {
  background-color: transparent;
  color: #FFC107;
  border: 1px solid #FFC107;
}

.btn.btn-warning-ghost:active {
  color: #FFC107;
  border: 1px solid #FFC107;
  background-color: transparent;
}

.btn.btn-info-ghost {
  background-color: transparent;
  color: #5625E8;
  border: 1px solid #5625E8;
}

.btn.btn-info-ghost:active {
  color: #5625E8;
  border: 1px solid #5625E8;
  background-color: transparent;
}

.btn.btn-success-ghost {
  background-color: transparent;
  color: #03C95A;
  border: 1px solid #03C95A;
}

.btn.btn-success-ghost:active {
  color: #03C95A;
  border: 1px solid #03C95A;
  background-color: transparent;
}

.btn.btn-danger-ghost {
  background-color: transparent;
  color: #E70D0D;
  border: 1px solid #E70D0D;
}

.btn.btn-danger-ghost:active {
  color: #E70D0D;
  border: 1px solid #E70D0D;
  background-color: transparent;
}

.btn-list button {
  margin: 0 0.375rem 0.375rem 0;
}

.btn-group-vertical .btn-check:checked+.btn {
  color: var(--white) !important;
}

.btn-outline-primary {
  border: 1px solid #392C7D !important;
  color: #392C7D !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary.focus,
.btn-outline-primary:active,
.btn-outline-primary.active {
  background-color: #392C7D !important;
  border: 1px solid #392C7D !important;
  box-shadow: 0 3px 10px rgba(57, 44, 125, 0.5);
  color: var(--white) !important;
}

.btn-outline-secondary {
  border: 1px solid #FF4667 !important;
  color: #FF4667 !important;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary.focus,
.btn-outline-secondary:active,
.btn-outline-secondary.active {
  background-color: #FF4667 !important;
  border: 1px solid #FF4667 !important;
  box-shadow: 0 3px 10px rgba(255, 70, 103, 0.5);
  color: var(--white) !important;
}

.btn-outline-success {
  border: 1px solid #03C95A !important;
  color: #03C95A !important;
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success.focus,
.btn-outline-success:active,
.btn-outline-success.active {
  background-color: #03C95A !important;
  border: 1px solid #03C95A !important;
  box-shadow: 0 3px 10px rgba(3, 201, 90, 0.5);
  color: var(--white) !important;
}

.btn-outline-danger {
  border: 1px solid #E70D0D !important;
  color: #E70D0D !important;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger.focus,
.btn-outline-danger:active,
.btn-outline-danger.active {
  background-color: #E70D0D !important;
  border: 1px solid #E70D0D !important;
  box-shadow: 0 3px 10px rgba(231, 13, 13, 0.5);
  color: var(--white) !important;
}

.btn-outline-warning {
  border: 1px solid #FFC107 !important;
  color: #FFC107 !important;
}

.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning.focus,
.btn-outline-warning:active,
.btn-outline-warning.active {
  background-color: #FFC107 !important;
  border: 1px solid #FFC107 !important;
  box-shadow: 0 3px 10px rgba(255, 193, 7, 0.5);
  color: var(--white) !important;
}

.btn-outline-info {
  border: 1px solid #5625E8 !important;
  color: #5625E8 !important;
}

.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info.focus,
.btn-outline-info:active,
.btn-outline-info.active {
  background-color: #5625E8 !important;
  border: 1px solid #5625E8 !important;
  box-shadow: 0 3px 10px rgba(86, 37, 232, 0.5);
  color: var(--white) !important;
}

.btn-outline-light {
  border: 1px solid var(--light) !important;
  color: var(--gray-700) !important;
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light.focus,
.btn-outline-light:active,
.btn-outline-light.active {
  background-color: var(--light) !important;
  border: 1px solid var(--light) !important;
  color: var(--gray-700) !important;
}

.btn-outline-dark {
  border: 1px solid var(--dark) !important;
  color: var(--dark) !important;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark.focus,
.btn-outline-dark:active,
.btn-outline-dark.active {
  background-color: var(--dark) !important;
  border: 1px solid var(--dark) !important;
  box-shadow: 0 3px 10px rgba(var(--dark), 0.5);
  color: var(--white) !important;
}

.btn-soft-primary {
  background-color: #AEA9C9 !important;
  color: #392C7D !important;
}

.btn-soft-primary:hover,
.btn-soft-primary:focus,
.btn-soft-primary.focus,
.btn-soft-primary:active,
.btn-soft-primary.active {
  box-shadow: 0 3px 12px rgba(57, 44, 125, 0.2);
  border-color: #392C7D;
}

.btn-soft-secondary {
  background-color: #FFB5C1 !important;
  color: #FF4667 !important;
}

.btn-soft-secondary:hover,
.btn-soft-secondary:focus,
.btn-soft-secondary.focus,
.btn-soft-secondary:active,
.btn-soft-secondary.active {
  box-shadow: 0 3px 12px rgba(255, 70, 103, 0.2);
  border-color: #FF4667;
}

.btn-soft-success {
  background-color: #A4EBC4 !important;
  color: #03C95A !important;
}

.btn-soft-success:hover,
.btn-soft-success:focus,
.btn-soft-success.focus,
.btn-soft-success:active,
.btn-soft-success.active {
  box-shadow: 0 3px 12px rgba(3, 201, 90, 0.2);
  border-color: #03C95A;
}

.btn-soft-danger {
  background-color: #EC9E9E !important;
  color: #E70D0D !important;
}

.btn-soft-danger:hover,
.btn-soft-danger:focus,
.btn-soft-danger.focus,
.btn-soft-danger:active,
.btn-soft-danger.active {
  box-shadow: 0 3px 12px rgba(231, 13, 13, 0.2);
  border-color: #E70D0D;
}

.btn-soft-warning {
  background-color: #FFE9A6 !important;
  color: #FFC107 !important;
}

.btn-soft-warning:hover,
.btn-soft-warning:focus,
.btn-soft-warning.focus,
.btn-soft-warning:active,
.btn-soft-warning.active {
  box-shadow: 0 3px 12px rgba(255, 193, 7, 0.2);
  border-color: #FFC107;
}

.btn-soft-info {
  background-color: rgba(86, 37, 232, 0.3) !important;
  color: #5625E8 !important;
}

.btn-soft-info:hover,
.btn-soft-info:focus,
.btn-soft-info.focus,
.btn-soft-info:active,
.btn-soft-info.active {
  box-shadow: 0 3px 12px rgba(86, 37, 232, 0.2);
  border-color: #5625E8;
}

.btn-soft-light {
  background-color: rgba(var(--light), 0.9) !important;
  color: var(--gray-500) !important;
}

.btn-soft-light:hover,
.btn-soft-light:focus,
.btn-soft-light.focus,
.btn-soft-light:active,
.btn-soft-light.active {
  box-shadow: 0 3px 12px rgba(var(--light), 0.2);
  border-color: var(--light);
  border-color: var(--gray-500);
}

.btn-soft-dark {
  background-color: rgba(var(--dark), 0.3) !important;
  color: var(--white) !important;
}

.btn-soft-dark:hover,
.btn-soft-dark:focus,
.btn-soft-dark.focus,
.btn-soft-dark:active,
.btn-soft-dark.active {
  box-shadow: 0 3px 12px rgba(var(--dark), 0.2);
  border-color: var(--dark);
}

.primary-hover:hover {
  background: #392C7D !important;
  color: var(--white);
}

.warning-btn-hover:hover {
  background: #FFC107 !important;
  border-color: #FFC107 !important;
  color: var(--white);
}

.success-btn-hover:hover {
  background: #03C95A !important;
  border-color: #03C95A !important;
  color: var(--white);
}

.danger-btn-hover:hover {
  background: #E70D0D !important;
  border-color: #E70D0D !important;
  color: var(--white) !important;
}

.secondary-btn-hover:hover {
  background: #FF4667 !important;
  border-color: #FF4667 !important;
  color: var(--white);
}

.primary-btn-hover:hover {
  background: #392C7D !important;
  border-color: #392C7D !important;
  color: var(--white) !important;
}

@media (max-width: 575.98px) {
  .btn {
    padding: 5px 12px;
  }
}

.bn-close.custom-btn-close {
  background-image: none;
}

.btn.btn-icon:hover {
  background: #E8E8E8;
  color: var(--dark);
}

.btn.btn-icon.active.bg-white {
  border-color: var(--white);
  color: var(--dark);
}

.btn.btn-icon:active {
  color: var(--white);
}

.border-purple {
  border-color: #AB47BC !important;
}

.btn-light.btn-icon:hover {
  background: #392C7D !important;
  color: var(--white) !important;
}

.badge.badge-primary {
  background: rgba(57, 44, 125, 0.1);
  box-shadow: 0 1px 1px rgba(57, 44, 125, 0.5);
  color: #392C7D;
}

.badge.badge-skyblue {
  background-color: #0DCAF0;
  color: var(--white);
}

.badge.badge-pink {
  background-color: #FD3995;
  color: var(--white);
}

.badge.badge-dark-transparent {
  background: #E8E8E8;
  color: var(--gray-900);
}

.badge.badge-secondary-transparent {
  background: #FFEDF0;
  color: #FF4667;
}

.badge.badge-pink-transparent {
  background: #FFEDF6;
  color: #FD3995;
}

.badge.badge-secondary-transparent {
  background: #FFEDF0;
  color: #FF4667;
}

.badge.badge-success-transparent {
  background: #D2F5E1;
  color: #03C95A;
}

.badge.badge-purple-transparent {
  background: #F7EEF9;
  color: #AB47BC;
}

.badge.badge-warning-transparent {
  background: #FFF9E9;
  color: #FFC107;
}

.badge.badge-danger-transparent {
  background: #FAE7E7;
  color: #E70D0D;
}

.badge.badge-info-transparent {
  background: #F0EBFD;
  color: #5625E8;
}

.badge.badge-primary {
  background: #392C7D;
  color: var(--white);
}

.badge.badge-soft-primary {
  background: rgba(57, 44, 125, 0.1);
  color: #392C7D;
}

.badge.badge-light {
  color: var(--gray-900) !important;
}

.badge.badge-secondary {
  background: #FF4667;
  color: var(--white);
}

.badge.badge-soft-secondary {
  background: rgba(255, 70, 103, 0.1);
  color: #FF4667;
}

.badge.badge-light {
  color: var(--gray-900) !important;
}

.badge.badge-success {
  background: #03C95A;
  color: var(--white);
}

.badge.badge-soft-success {
  background: rgba(3, 201, 90, 0.1);
  color: #03C95A;
}

.badge.badge-light {
  color: var(--gray-900) !important;
}

.badge.badge-info {
  background: #5625E8;
  color: var(--white);
}

.badge.badge-soft-info {
  background: rgba(86, 37, 232, 0.1);
  color: #5625E8;
}

.badge.badge-light {
  color: var(--gray-900) !important;
}

.badge.badge-warning {
  background: #FFC107;
  color: var(--white);
}

.badge.badge-soft-warning {
  background: rgba(255, 193, 7, 0.1);
  color: #FFC107;
}

.badge.badge-light {
  color: var(--gray-900) !important;
}

.badge.badge-danger {
  background: #E70D0D;
  color: var(--white);
}

.badge.badge-soft-danger {
  background: rgba(231, 13, 13, 0.1);
  color: #E70D0D;
}

.badge.badge-light {
  color: var(--gray-900) !important;
}

.badge.badge-purple {
  background: #AB47BC;
  color: var(--white);
}

.badge.badge-soft-purple {
  background: rgba(171, 71, 188, 0.1);
  color: #AB47BC;
}

.badge.badge-light {
  color: var(--gray-900) !important;
}

.badge {
  padding: 0.25rem 0.45rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 4px;
}

.badge.badge-xs {
  font-size: 10px;
  font-weight: 500;
  padding: 0px 5px;
  line-height: 18px;
}

.badge.badge-sm {
  font-size: 11px;
  padding: 5px 8px;
  line-height: 11px;
}

.badge.badge-md {
  font-size: 12px;
  padding: 5px 12px;
  line-height: 1.5;
}

.badge.badge-lg {
  font-size: 14px;
  padding: 0px 10px;
  line-height: 30px;
}

.badge.badge-xl {
  font-size: 16px;
  padding: 0px 15px;
  line-height: 35px;
}

.badge.badge-soft-skyblue {
  background: #D3F5FC;
  color: #0DCAF0;
}

.badge.arrow {
  width: 20px;
  height: 20px;
  background: var(--light-200);
  color: var(--dark);
}

.badge.arrow:hover {
  background: #392C7D;
  color: var(--white);
}

.badge.bg-light.arrow:hover {
  background: var(--dark) !important;
}

.badge-primary-hover:hover {
  background: #392C7D !important;
  border-color: #392C7D !important;
  color: var(--white) !important;
}

.badge-danger-hover:hover {
  background: #E70D0D !important;
  border-color: #E70D0D !important;
  color: var(--white) !important;
}

.badge.badge-soft-purple {
  background: #F0DEF3 !important;
  color: #AB47BC !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: var(--gray-900);
  font-family: "Inter", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}

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

p {
  color: var(--gray-500);
}

h1,
.h1 {
  font-size: 50px;
  font-weight: 700;
}

@media (max-width: 991.98px) {

  h1,
  .h1 {
    font-size: 32px;
  }
}

@media (max-width: 767.98px) {

  h1,
  .h1 {
    font-size: 26px;
  }
}

h2,
.h2 {
  font-size: 36px;
  font-weight: 700;
}

@media (max-width: 991.98px) {

  h2,
  .h2 {
    font-size: 28px;
  }
}

@media (max-width: 767.98px) {

  h2,
  .h2 {
    font-size: 24px;
  }
}

h3,
.h3 {
  font-size: 28px;
  font-weight: 700;
}

@media (max-width: 991.98px) {

  h3,
  .h3 {
    font-size: 24px;
  }
}

@media (max-width: 767.98px) {

  h3,
  .h3 {
    font-size: 22px;
  }
}

h4,
.h4 {
  font-size: 24px;
}

@media (max-width: 767.98px) {

  h4,
  .h4 {
    font-size: 22px;
  }
}

h5,
.h5 {
  font-size: 20px;
}

@media (max-width: 767.98px) {

  h5,
  .h5 {
    font-size: 18px;
  }
}

h6,
.h6 {
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 767.98px) {

  h6,
  .h6 {
    font-size: 16px;
  }
}

.display-1 {
  font-size: 40px;
  font-weight: 700;
}

@media (max-width: 1399.98px) {
  .display-1 {
    font-size: 36px;
  }
}

@media (max-width: 1199.98px) {
  .display-1 {
    font-size: 36px;
  }
}

@media (max-width: 991.98px) {
  .display-1 {
    font-size: 32px;
  }
}

@media (max-width: 767.98px) {
  .display-1 {
    font-size: 26px;
  }
}

.display-4 {
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .display-4 {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .display-4 {
    font-size: 16px;
  }
}

.fs-sm {
  font-size: 0.6875rem;
}

.fs-base {
  font-size: 0.875rem;
}

.fs-lg {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 16px;
}

.fs-1 {
  font-size: 0.0625rem;
}

.fs-2 {
  font-size: 0.125rem;
}

.fs-3 {
  font-size: 0.1875rem;
}

.fs-4 {
  font-size: 0.25rem !important;
}

.fs-5 {
  font-size: 0.3125rem !important;
}

.fs-6 {
  font-size: 0.375rem !important;
}

.fs-7 {
  font-size: 0.4375rem;
}

.fs-8 {
  font-size: 0.5rem !important;
}

.fs-9 {
  font-size: 0.5625rem;
}

.fs-10 {
  font-size: 0.75em !important;
}

.fs-11 {
  font-size: 0.6875rem;
}

.fs-12 {
  font-size: 0.75rem;
}

.fs-13 {
  font-size: 0.8125rem;
}

.fs-14 {
  font-size: 0.875rem !important;
}

.fs-15 {
  font-size: 0.9375rem;
}

.fs-16 {
  font-size: 1rem;
}

.fs-17 {
  font-size: 1.0625rem;
}

.fs-18 {
  font-size: 1.125rem;
}

.fs-19 {
  font-size: 1.1875rem;
}

.fs-20 {
  font-size: 1.25rem;
}

.fs-21 {
  font-size: 1.3125rem;
}

.fs-22 {
  font-size: 1.375rem;
}

.fs-23 {
  font-size: 1.4375rem;
}

.fs-24 {
  font-size: 1.5rem;
}

.fs-25 {
  font-size: 1.5625rem;
}

.fs-26 {
  font-size: 1.625rem;
}

.fs-27 {
  font-size: 1.6875rem;
}

.fs-28 {
  font-size: 1.75rem;
}

.fs-29 {
  font-size: 1.8125rem;
}

.fs-30 {
  font-size: 1.875rem;
}

.fs-32 {
  font-size: 2rem;
}

.fs-34 {
  font-size: 2.125rem;
}

.fs-36 {
  font-size: 2.25rem;
}

.fs-38 {
  font-size: 2.375rem;
}

.fs-40 {
  font-size: 2.5rem;
}

.fs-42 {
  font-size: 2.625rem;
}

.fs-44 {
  font-size: 2.75rem;
}

.fs-46 {
  font-size: 2.875rem;
}

.fs-48 {
  font-size: 3rem;
}

.fs-50 {
  font-size: 3.125;
}

.text-default {
  color: var(--gray-500) !important;
}

.heading-color {
  color: var(--gray-900) !important;
}

.text-muted {
  color: #677788 !important;
}

.text-primary {
  color: #392C7D !important;
  opacity: 1;
}

.text-primary.text-opacity-75 {
  color: rgba(57, 44, 125, 0.75) !important;
}

.text-primary.text-opacity-25 {
  color: rgba(57, 44, 125, 0.25) !important;
}

.text-primary.text-opacity-50 {
  color: rgba(57, 44, 125, 0.5) !important;
}

.text-secondary {
  color: #FF4667 !important;
  opacity: 1;
}

.text-info {
  color: #5625E8 !important;
  opacity: 1;
}

.text-success {
  color: #03C95A !important;
  opacity: 1;
}

.text-warning {
  color: #FFC107 !important;
  opacity: 1;
}

.text-danger {
  color: #E70D0D !important;
  opacity: 1;
}

.text-skyblue {
  color: #0DCAF0 !important;
  opacity: 1;
}

.text-pink {
  color: #FD3995 !important;
}

.text-purple {
  color: #AB47BC !important;
}

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

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

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

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

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

.text-purple {
  color: #AB47BC !important;
}

.text-primary-soft {
  color: #AEA9C9;
}

.text-secondary-soft {
  color: #FFB5C1;
}

.text-gray-1 {
  color: var(--gray-100);
}

.text-gray-2 {
  color: var(--gray-200);
}

.text-gray-3 {
  color: var(--gray-300);
}

.text-gray-4 {
  color: var(--gray-400);
}

.text-gray-5 {
  color: var(--gray-500);
}

.text-gray-6 {
  color: var(--gray-600);
}

.text-gray-7 {
  color: var(--gray-700);
}

.text-gray-8 {
  color: var(--gray-800);
}

.text-gray-9 {
  color: var(--gray-900) !important;
}

.text-title {
  color: var(--gray-900) !important;
}

.text-dark-transparent {
  color: #E8E8E8;
}

.text-chromeyellow {
  color: #FFB54A;
}

.text-lightgreen {
  color: #0DD3A3;
}

.text-purple {
  color: #AB47BC !important;
}

a {
  color: var(--gray-900);
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s ease;
}

a:hover {
  color: #FF4667;
  transition: all 0.5s ease;
}

a:focus {
  outline: 0;
}

.link-primary {
  color: #392C7D !important;
}

.link-primary:hover,
.link-primary:focus,
.link-primary:active {
  color: #241B4B !important;
}

.link-secondary {
  color: #FF4667 !important;
}

.link-secondary:hover,
.link-secondary:focus,
.link-secondary:active {
  color: #FF4667 !important;
}

.link-success {
  color: #03C95A !important;
}

.link-success:hover,
.link-success:focus,
.link-success:active {
  color: #03C95A !important;
}

.link-danger {
  color: #E70D0D !important;
}

.link-danger:hover,
.link-danger:focus,
.link-danger:active {
  color: #E70D0D !important;
}

.link-warning {
  color: #FFC107 !important;
}

.link-warning:hover,
.link-warning:focus,
.link-warning:active {
  color: #FFC107 !important;
}

.link-info {
  color: #5625E8 !important;
}

.link-info:hover,
.link-info:focus,
.link-info:active {
  color: #5625E8 !important;
}

.link-light {
  color: var(--light) !important;
}

.link-light:hover,
.link-light:focus,
.link-light:active {
  color: var(--light) !important;
}

.link-dark {
  color: var(--dark) !important;
}

.link-dark:hover,
.link-dark:focus,
.link-dark:active {
  color: var(--dark) !important;
}

hr.text-danger {
  border-color: #E70D0D !important;
}

.blockquote-container {
  padding: 1.25rem;
  border-left: 4px solid var(--gray-100);
  position: relative;
}

.blockquote-container.text-end {
  border-right: 4px solid var(--gray-100);
  border-left: 0;
}

.blockquote.custom-blockquote {
  font-size: 0.85rem;
  font-weight: 600;
  padding: 1rem;
  border-radius: 4px;
  position: relative;
}

.blockquote.custom-blockquote:before {
  content: "\f10d";
  font-family: "Fontawesome";
  z-index: 0;
  font-size: 2rem;
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0.5rem;
}

.blockquote.custom-blockquote.primary {
  background-color: rgba(57, 44, 125, 0.1);
  border-inline-start: 2px solid #392C7D;
}

.blockquote.custom-blockquote.primary:before {
  color: rgba(57, 44, 125, 0.1);
}

.blockquote.custom-blockquote.secondary {
  background-color: rgba(255, 70, 103, 0.1);
  border-inline-start: 2px solid #FF4667;
}

.blockquote.custom-blockquote.secondary:before {
  color: rgba(255, 70, 103, 0.1);
}

.blockquote.custom-blockquote.info {
  background-color: rgba(86, 37, 232, 0.1);
  border-inline-start: 2px solid #5625E8;
}

.blockquote.custom-blockquote.info:before {
  color: rgba(86, 37, 232, 0.1);
}

.blockquote.custom-blockquote.warning {
  background-color: rgba(255, 193, 7, 0.1);
  border-inline-start: 2px solid #FFC107;
}

.blockquote.custom-blockquote.warning:before {
  color: rgba(255, 193, 7, 0.1);
}

.blockquote.custom-blockquote.success {
  background-color: rgba(3, 201, 90, 0.1);
  border-inline-start: 2px solid #03C95A;
}

.blockquote.custom-blockquote.success:before {
  color: rgba(3, 201, 90, 0.1);
}

.blockquote.custom-blockquote.danger {
  background-color: rgba(231, 13, 13, 0.1);
  border-inline-start: 2px solid #E70D0D;
}

.blockquote.custom-blockquote.danger:before {
  color: rgba(231, 13, 13, 0.1);
}

[data-theme-mode=dark] .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(33, 37, 41, 0.3) !important;
}

[data-theme-mode=dark] .shadow {
  box-shadow: 0 0.5rem 1rem rgba(33, 37, 41, 0.3) !important;
}

[data-theme-mode=dark] .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(33, 37, 41, 0.3) !important;
}

@media screen and (min-width: 576px) {
  .w-sm-auto {
    width: auto;
  }
}

[dir=rtl] .text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

.transform-none {
  transform: none !important;
}

.list-circle {
  list-style: circle;
  padding-left: 2rem;
}

/*============================
 12.dropdown
============================*/
.dropdown-auto {
  overflow: auto;
}

.dropdown-divider {
  margin: 0;
}

.dropdown .dropdown-toggle {
  font-weight: 400;
  font-size: 14px;
  color: var(--gray-900);
}

.dropdown .dropdown-toggle:after {
  display: inline-block;
  margin-inline-start: 0.5rem;
  vertical-align: 0;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  border: 0;
  font-size: 0.75rem;
  font-weight: 600;
}

.dropdown .dropdown-toggle.btn-primary {
  color: var(--white);
}

.dropdown .dropdown-toggle.text-gray-6.show {
  color: var(--white) !important;
  background: #FF4667 !important;
}

.dropdown .dropdown-toggle.text-gray-6.show i {
  color: var(--white) !important;
}

.dropdown .dropdown-toggle.text-gray-6.show::after {
  color: var(--white) !important;
}

.dropdown .dropdown-menu {
  padding: 20px;
  font-family: "Inter", sans-serif;
}

.dropdown-menu {
  border-color: var(--gray-100);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  font-size: 0.875rem;
  color: var(--gray-900);
  background-color: var(--white);
  padding: 0;
  z-index: 10;
  border-radius: 10px;
}

.dropdown-divider {
  border-color: var(--gray-100);
}

.dropdown-item-text {
  color: var(--gray-500);
}

.dropdown-header {
  color: var(--gray-500);
}

.dropdown-item {
  color: var(--gray-600);
  padding: 0.594rem 0.9375rem;
  font-size: 14px;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: var(--gray-500);
  opacity: 0.5;
}

.dropdown-item:not(.active):hover,
.dropdown-item:not(.active):focus,
.dropdown-item:not(.active):active {
  color: var(--white);
  background-color: #FF4667;
  border-radius: 5px;
}

.dropdown-item.active {
  background-color: var(--light-500);
}

.dropdown-toggle::after {
  display: inline-block;
  margin-inline-start: 0.25rem;
  vertical-align: 0;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  border: 0;
  font-size: 0.6rem;
  font-weight: 600;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-inline-start: 0.25rem;
  vertical-align: 0;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  border: 0;
  font-size: 0.6rem;
  font-weight: 600;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-inline-start: 0.25rem;
  vertical-align: 0;
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  border: 0;
  font-size: 0.6rem;
  font-weight: 600;
}

.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-inline-start: 0.25rem;
  vertical-align: 0;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  border: 0;
  font-size: 0.6rem;
  font-weight: 600;
}

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-inline-start: 0.25rem;
  vertical-align: 0;
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  border: 0;
  font-size: 0.6rem;
  font-weight: 600;
}

.btn.dropdown-toggle-split {
  opacity: 0.85;
}

.dropdown-menu-dark {
  background-color: var(--dark);
  border-color: rgba(255, 255, 255, 0.1);
}

.dropdown-menu-dark li a {
  color: var(--white);
}

.btn-list a.dropdown-item {
  margin-block-end: 0;
}

.btn-list .btn-soft-success:hover {
  transform: translateY(0);
}

.btn-list .btn-soft-danger:hover {
  transform: translateY(0);
}

.dropdown-menu.dropdown-menu-primary {
  background-color: #392C7D;
}

.dropdown-menu.dropdown-menu-primary li a {
  color: rgba(255, 255, 255, 0.9);
}

.dropdown-menu.dropdown-menu-primary .dropdown-item:hover,
.dropdown-menu.dropdown-menu-primary .dropdown-item:focus,
.dropdown-menu.dropdown-menu-primary .dropdown-item:active,
.dropdown-menu.dropdown-menu-primary .dropdown-item.active {
  color: var(--white);
}

.dropdown-menu.dropdown-menu-secondary {
  background-color: #FF4667;
}

.dropdown-menu.dropdown-menu-secondary li a {
  color: rgba(255, 255, 255, 0.9);
}

.dropdown-menu.dropdown-menu-secondary .dropdown-item:hover,
.dropdown-menu.dropdown-menu-secondary .dropdown-item:focus,
.dropdown-menu.dropdown-menu-secondary .dropdown-item:active,
.dropdown-menu.dropdown-menu-secondary .dropdown-item.active {
  color: var(--white);
}

.dropdown-menu.dropdown-menu-warning {
  background-color: #FFC107;
}

.dropdown-menu.dropdown-menu-warning li a {
  color: rgba(255, 255, 255, 0.9);
}

.dropdown-menu.dropdown-menu-warning .dropdown-item:hover,
.dropdown-menu.dropdown-menu-warning .dropdown-item:focus,
.dropdown-menu.dropdown-menu-warning .dropdown-item:active,
.dropdown-menu.dropdown-menu-warning .dropdown-item.active {
  color: var(--white);
}

.dropdown-menu.dropdown-menu-info {
  background-color: #5625E8;
}

.dropdown-menu.dropdown-menu-info li a {
  color: rgba(255, 255, 255, 0.9);
}

.dropdown-menu.dropdown-menu-info .dropdown-item:hover,
.dropdown-menu.dropdown-menu-info .dropdown-item:focus,
.dropdown-menu.dropdown-menu-info .dropdown-item:active,
.dropdown-menu.dropdown-menu-info .dropdown-item.active {
  color: var(--white);
}

.dropdown-menu.dropdown-menu-success {
  background-color: #03C95A;
}

.dropdown-menu.dropdown-menu-success li a {
  color: rgba(255, 255, 255, 0.9);
}

.dropdown-menu.dropdown-menu-success .dropdown-item:hover,
.dropdown-menu.dropdown-menu-success .dropdown-item:focus,
.dropdown-menu.dropdown-menu-success .dropdown-item:active,
.dropdown-menu.dropdown-menu-success .dropdown-item.active {
  color: var(--white);
}

.dropdown-menu.dropdown-menu-danger {
  background-color: #E70D0D;
}

.dropdown-menu.dropdown-menu-danger li a {
  color: rgba(255, 255, 255, 0.9);
}

.dropdown-menu.dropdown-menu-danger .dropdown-item:hover,
.dropdown-menu.dropdown-menu-danger .dropdown-item:focus,
.dropdown-menu.dropdown-menu-danger .dropdown-item:active,
.dropdown-menu.dropdown-menu-danger .dropdown-item.active {
  color: var(--white);
}

.dropdown-menu.dropmenu-item-primary .dropdown-item:hover,
.dropdown-menu.dropmenu-item-primary .dropdown-item:focus,
.dropdown-menu.dropmenu-item-primary .dropdown-item:active,
.dropdown-menu.dropmenu-item-primary .dropdown-item.active {
  background-color: rgba(57, 44, 125, 0.1) !important;
  color: #392C7D;
}

.dropdown-menu.dropmenu-item-secondary .dropdown-item:hover,
.dropdown-menu.dropmenu-item-secondary .dropdown-item:focus,
.dropdown-menu.dropmenu-item-secondary .dropdown-item:active,
.dropdown-menu.dropmenu-item-secondary .dropdown-item.active {
  background-color: rgba(255, 70, 103, 0.1) !important;
  color: #FF4667;
}

.dropdown-menu.dropmenu-item-warning .dropdown-item:hover,
.dropdown-menu.dropmenu-item-warning .dropdown-item:focus,
.dropdown-menu.dropmenu-item-warning .dropdown-item:active,
.dropdown-menu.dropmenu-item-warning .dropdown-item.active {
  background-color: rgba(255, 193, 7, 0.1) !important;
  color: #FFC107;
}

.dropdown-menu.dropmenu-item-info .dropdown-item:hover,
.dropdown-menu.dropmenu-item-info .dropdown-item:focus,
.dropdown-menu.dropmenu-item-info .dropdown-item:active,
.dropdown-menu.dropmenu-item-info .dropdown-item.active {
  background-color: rgba(86, 37, 232, 0.1) !important;
  color: #5625E8;
}

.dropdown-menu.dropmenu-item-success .dropdown-item:hover,
.dropdown-menu.dropmenu-item-success .dropdown-item:focus,
.dropdown-menu.dropmenu-item-success .dropdown-item:active,
.dropdown-menu.dropmenu-item-success .dropdown-item.active {
  background-color: rgba(3, 201, 90, 0.1) !important;
  color: #03C95A;
}

.dropdown-menu.dropmenu-item-danger .dropdown-item:hover,
.dropdown-menu.dropmenu-item-danger .dropdown-item:focus,
.dropdown-menu.dropmenu-item-danger .dropdown-item:active,
.dropdown-menu.dropmenu-item-danger .dropdown-item.active {
  background-color: rgba(231, 13, 13, 0.1) !important;
  color: #E70D0D;
}

.dropdown-menu.dropmenu-light-primary {
  background-color: rgba(255, 70, 103, 0.1);
  -webkit-backdrop-filter: blur(2rem);
          backdrop-filter: blur(2rem);
}

.dropdown-menu.dropmenu-light-primary .dropdown-item:hover,
.dropdown-menu.dropmenu-light-primary .dropdown-item:focus,
.dropdown-menu.dropmenu-light-primary .dropdown-item:active,
.dropdown-menu.dropmenu-light-primary .dropdown-item.active {
  color: var(--white);
  background-color: #392C7D !important;
}

.dropdown-menu.dropmenu-light-secondary {
  background-color: rgba(255, 70, 103, 0.1);
  -webkit-backdrop-filter: blur(2rem);
          backdrop-filter: blur(2rem);
}

.dropdown-menu.dropmenu-light-secondary .dropdown-item:hover,
.dropdown-menu.dropmenu-light-secondary .dropdown-item:focus,
.dropdown-menu.dropmenu-light-secondary .dropdown-item:active,
.dropdown-menu.dropmenu-light-secondary .dropdown-item.active {
  color: var(--white);
  background-color: #FF4667 !important;
}

.dropdown-menu.dropmenu-light-info {
  background-color: rgba(86, 37, 232, 0.1);
  -webkit-backdrop-filter: blur(2rem);
          backdrop-filter: blur(2rem);
}

.dropdown-menu.dropmenu-light-info .dropdown-item:hover,
.dropdown-menu.dropmenu-light-info .dropdown-item:focus,
.dropdown-menu.dropmenu-light-info .dropdown-item:active,
.dropdown-menu.dropmenu-light-info .dropdown-item.active {
  color: var(--white);
  background-color: #5625E8 !important;
}

.dropdown-menu.dropmenu-light-warning {
  background-color: rgba(255, 193, 7, 0.1);
  -webkit-backdrop-filter: blur(2rem);
          backdrop-filter: blur(2rem);
}

.dropdown-menu.dropmenu-light-warning .dropdown-item:hover,
.dropdown-menu.dropmenu-light-warning .dropdown-item:focus,
.dropdown-menu.dropmenu-light-warning .dropdown-item:active,
.dropdown-menu.dropmenu-light-warning .dropdown-item.active {
  color: var(--white);
  background-color: #FFC107 !important;
}

.dropdown-menu.dropmenu-light-success {
  background-color: rgba(3, 201, 90, 0.1);
  -webkit-backdrop-filter: blur(2rem);
          backdrop-filter: blur(2rem);
}

.dropdown-menu.dropmenu-light-success .dropdown-item:hover,
.dropdown-menu.dropmenu-light-success .dropdown-item:focus,
.dropdown-menu.dropmenu-light-success .dropdown-item:active,
.dropdown-menu.dropmenu-light-success .dropdown-item.active {
  color: var(--white);
  background-color: #03C95A !important;
}

.dropdown-menu.dropmenu-light-danger {
  background-color: rgba(231, 13, 13, 0.1);
  -webkit-backdrop-filter: blur(2rem);
          backdrop-filter: blur(2rem);
}

.dropdown-menu.dropmenu-light-danger .dropdown-item:hover,
.dropdown-menu.dropmenu-light-danger .dropdown-item:focus,
.dropdown-menu.dropmenu-light-danger .dropdown-item:active,
.dropdown-menu.dropmenu-light-danger .dropdown-item.active {
  color: var(--white);
  background-color: #E70D0D !important;
}

.dropdown-divider {
  margin: 0;
}

.bd-example>.dropdown-menu {
  position: static;
  display: block;
}

.card-dropdown>a {
  background: var(--white);
  border-radius: 6px;
  font-weight: 400;
  box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.0509803922);
  border: 0;
  display: inline-flex;
  align-items: center;
  color: var(--gray-700);
  padding: 10px 10px 10px 30px;
  position: relative;
}

.card-dropdown>a .cal-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.card-dropdown>a i {
  font-size: 16px;
  margin-right: 5px;
}

.card-dropdown>a[aria-expanded=true]::after {
  transition: all 0.2s ease;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.card-dropdown .dropdown-menu {
  border: 0;
  border-radius: 6px;
  padding: 15px;
  box-shadow: 0px 4px 9px -1px rgba(19, 16, 34, 0.031372549);
}

.card-dropdown .dropdown-menu li a {
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 6px;
  font-size: 14px;
}

.card-dropdown .dropdown-menu li a i {
  font-size: 16px;
  margin-right: 8px;
}

.card-dropdown .dropdown-menu li a:hover {
  background: var(--light-800);
  color: var(--gray-800);
}

.dropdown-md {
  min-width: 320px !important;
}

.dropdown-sm {
  min-width: 260px !important;
}

.dropdown-menu.notes-menu {
  z-index: 99999;
}

.dropdown-menu.notes-menu a.dropdown-item {
  color: var(--gray-900);
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  padding: 8px 15px;
}

.dropdown-menu.notes-menu span {
  margin-right: 8px;
}

.dropdown-menu.notes-menu svg {
  width: 14px;
  height: 14px;
  color: var(--gray-500);
}

.border-container {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  margin: 0.25rem;
  background-color: var(--light);
}

.border {
  border: 1px solid var(--gray-100) !important;
}

.border.border-dashed {
  border-style: dashed !important;
}

.border.border-dotted {
  border-style: dotted !important;
}

.border.border-pink {
  border-color: #FD3995 !important;
}

.border.border-purple {
  border-color: #AB47BC !important;
}

.border.border-primary {
  border: 1px solid #392C7D !important;
  opacity: 1;
}

.border.border-primary.border-opacity-10 {
  border-color: rgba(57, 44, 125, 0.1) !important;
}

.border.border-primary.border-opacity-25 {
  border-color: rgba(57, 44, 125, 0.25) !important;
}

.border.border-primary.border-opacity-50 {
  border-color: rgba(57, 44, 125, 0.5) !important;
}

.border.border-primary.border-opacity-75 {
  border-color: rgba(57, 44, 125, 0.75) !important;
}

.border.border-primary.border-opacity-100 {
  border-color: #392c7d !important;
}

.border.border-secondary {
  border: 1px solid #FF4667 !important;
  opacity: 1;
}

.border.border-secondary.border-opacity-10 {
  border-color: rgba(255, 70, 103, 0.1) !important;
}

.border.border-secondary.border-opacity-25 {
  border-color: rgba(255, 70, 103, 0.25) !important;
}

.border.border-secondary.border-opacity-50 {
  border-color: rgba(255, 70, 103, 0.5) !important;
}

.border.border-secondary.border-opacity-75 {
  border-color: rgba(255, 70, 103, 0.75) !important;
}

.border.border-secondary.border-opacity-100 {
  border-color: #ff4667 !important;
}

.border.border-info {
  border-color: #5625E8 !important;
  opacity: 1;
}

.border.border-info.border-opacity-10 {
  border-color: rgba(86, 37, 232, 0.1) !important;
}

.border.border-info.border-opacity-25 {
  border-color: rgba(86, 37, 232, 0.25) !important;
}

.border.border-info.border-opacity-50 {
  border-color: rgba(86, 37, 232, 0.5) !important;
}

.border.border-info.border-opacity-75 {
  border-color: rgba(86, 37, 232, 0.75) !important;
}

.border.border-info.border-opacity-100 {
  border-color: #5625e8 !important;
}

.border.border-success {
  border-color: #03C95A !important;
  opacity: 1;
}

.border.border-success.border-opacity-10 {
  border-color: rgba(3, 201, 90, 0.1) !important;
}

.border.border-success.border-opacity-25 {
  border-color: rgba(3, 201, 90, 0.25) !important;
}

.border.border-success.border-opacity-50 {
  border-color: rgba(3, 201, 90, 0.5) !important;
}

.border.border-success.border-opacity-75 {
  border-color: rgba(3, 201, 90, 0.75) !important;
}

.border.border-success.border-opacity-100 {
  border-color: #03c95a !important;
}

.border.border-warning {
  border: 1px solid #FFC107 !important;
  opacity: 1;
}

.border.border-warning.border-opacity-10 {
  border-color: rgba(255, 193, 7, 0.1) !important;
}

.border.border-warning.border-opacity-25 {
  border-color: rgba(255, 193, 7, 0.25) !important;
}

.border.border-warning.border-opacity-50 {
  border-color: rgba(255, 193, 7, 0.5) !important;
}

.border.border-warning.border-opacity-75 {
  border-color: rgba(255, 193, 7, 0.75) !important;
}

.border.border-warning.border-opacity-100 {
  border-color: #ffc107 !important;
}

.border.border-danger {
  border: 1px solid #E70D0D !important;
  opacity: 1;
}

.border.border-danger.border-opacity-10 {
  border-color: rgba(231, 13, 13, 0.1) !important;
}

.border.border-danger.border-opacity-25 {
  border-color: rgba(231, 13, 13, 0.25) !important;
}

.border.border-danger.border-opacity-50 {
  border-color: rgba(231, 13, 13, 0.5) !important;
}

.border.border-danger.border-opacity-75 {
  border-color: rgba(231, 13, 13, 0.75) !important;
}

.border.border-danger.border-opacity-100 {
  border-color: #e70d0d !important;
}

.border.border-white {
  border: 1px solid var(--white) !important;
  opacity: 1;
}

.border.border-white.border-opacity-10 {
  border-color: rgba(var(--white), 0.1) !important;
}

.border.border-white.border-opacity-25 {
  border-color: rgba(var(--white), 0.25) !important;
}

.border.border-white.border-opacity-50 {
  border-color: rgba(var(--white), 0.5) !important;
}

.border.border-white.border-opacity-75 {
  border-color: rgba(var(--white), 0.75) !important;
}

.border.border-white.border-opacity-100 {
  border-color: rgba(var(--white), 1) !important;
}

.border.border-light {
  border: 1px solid var(--light) !important;
  opacity: 1;
}

.border.border-light.border-opacity-10 {
  border-color: rgba(var(--light), 0.1) !important;
}

.border.border-light.border-opacity-25 {
  border-color: rgba(var(--light), 0.25) !important;
}

.border.border-light.border-opacity-50 {
  border-color: rgba(var(--light), 0.5) !important;
}

.border.border-light.border-opacity-75 {
  border-color: rgba(var(--light), 0.75) !important;
}

.border.border-light.border-opacity-100 {
  border-color: rgba(var(--light), 1) !important;
}

.border.border-dark {
  border: 1px solid var(--dark) !important;
  opacity: 1;
}

.border.border-dark.border-opacity-10 {
  border-color: rgba(var(--dark), 0.1) !important;
}

.border.border-dark.border-opacity-25 {
  border-color: rgba(var(--dark), 0.25) !important;
}

.border.border-dark.border-opacity-50 {
  border-color: rgba(var(--dark), 0.5) !important;
}

.border.border-dark.border-opacity-75 {
  border-color: rgba(var(--dark), 0.75) !important;
}

.border.border-dark.border-opacity-100 {
  border-color: rgba(var(--dark), 1) !important;
}

.border er-opacity-10 {
  --bs-border-opacity: 0.1 !important;
}

.border.border-opacity-25 {
  --bs-border-opacity: 0.25 !important;
}

.border.border-opacity-50 {
  --bs-border-opacity: 0.5 !important;
}

.border.border-opacity-75 {
  --bs-border-opacity: 0.75 !important;
}

.border.border-opacity-100 {
  --bs-border-opacity: 1 !important;
}

.border.border-1 {
  border-width: 1px !important;
}

.border.border-2 {
  border-width: 2px !important;
}

.border.border-3 {
  border-width: 3px !important;
}

.border.border-4 {
  border-width: 4px !important;
}

.border.border-5 {
  border-width: 5px !important;
}

.border.border-block-start-dashed {
  border-top-style: dashed;
}

.border.border-block-start-dotted {
  border-top-style: dotted;
}

.border.border-inline-end-dashed {
  border-inline-end-style: dashed;
}

.border.border-inline-end-dotted {
  border-inline-end-style: dotted;
}

.border.border-block-end-dashed {
  border-bottom-style: dashed;
}

.border.border-block-end-dotted {
  border-bottom-style: dotted;
}

.border.border-inline-start-dashed {
  border-inline-start-style: dashed;
}

.border.border-inline-start-dotted {
  border-inline-start-style: dotted;
}

.border.border-0 {
  border: 0 !important;
}

.border.border-top-0 {
  border-block-start: 0 !important;
}

.border.border-end-0 {
  border-inline-end: 0 !important;
}

.border.border-bottom-0 {
  border-block-end: 0 !important;
}

.border.border-start-0 {
  border-inline-start: 0 !important;
}

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

.border-top.border-block-start-dashed {
  border-top-style: dashed !important;
}

.border-top.border-block-start-dotted {
  border-top-style: dotted !important;
}

.border-top.border-primary {
  border-color: #392C7D !important;
}

.border-top.border-secondary {
  border-color: #FF4667 !important;
}

.border-top.border-warning {
  border-color: #FFC107 !important;
}

.border-top.border-info {
  border-color: #5625E8 !important;
}

.border-top.border-success {
  border-color: #03C95A !important;
}

.border-top.border-danger {
  border-color: #E70D0D !important;
}

.border-top.border-light {
  border-color: var(--light) !important;
}

.border-top.border-dark {
  border-color: var(--dark) !important;
}

.border-top.border-purple {
  border-color: #AB47BC !important;
}

.border-end {
  border-inline-end: 1px solid var(--gray-100) !important;
}

.border-end.border-inline-end-dashed {
  border-inline-end-style: dashed !important;
}

.border-end.border-inline-end-dotted {
  border-inline-end-style: dotted !important;
}

.border-end.border-primary {
  border-color: #392C7D !important;
}

.border-end.border-secondary {
  border-color: #FF4667 !important;
}

.border-end.border-warning {
  border-color: #FFC107 !important;
}

.border-end.border-info {
  border-color: #5625E8 !important;
}

.border-end.border-success {
  border-color: #03C95A !important;
}

.border-end.border-danger {
  border-color: #E70D0D !important;
}

.border-end.border-light {
  border-color: var(--light) !important;
}

.border-end.border-dark {
  border-color: var(--dark) !important;
}

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

.border-bottom.border-block-end-dashed {
  border-bottom-style: dashed !important;
}

.border-bottom.border-block-end-dotted {
  border-bottom-style: dotted !important;
}

.border-bottom.border-primary {
  border-color: #392C7D !important;
}

.border-bottom.border-secondary {
  border-color: #FF4667 !important;
}

.border-bottom.border-warning {
  border-color: #FFC107 !important;
}

.border-bottom.border-info {
  border-color: #5625E8 !important;
}

.border-bottom.border-success {
  border-color: #03C95A !important;
}

.border-bottom.border-danger {
  border-color: #E70D0D !important;
}

.border-bottom.border-light {
  border-color: var(--light) !important;
}

.border-bottom.border-dark {
  border-color: var(--dark) !important;
}

.border-bottom.border-skyblue {
  border-color: #0DCAF0 !important;
}

.border-start {
  border-inline-start: 1px solid var(--gray-100) !important;
}

.border-start.border-inline-start-dashed {
  border-inline-start-style: dashed !important;
}

.border-start.border-inline-start-dotted {
  border-inline-start-style: dotted !important;
}

.border-start.border-primary {
  border-color: #392C7D !important;
}

.border-start.border-secondary {
  border-color: #FF4667 !important;
}

.border-start.border-warning {
  border-color: #FFC107 !important;
}

.border-start.border-info {
  border-color: #5625E8 !important;
}

.border-start.border-success {
  border-color: #03C95A !important;
}

.border-start.border-danger {
  border-color: #E70D0D !important;
}

.border-start.border-light {
  border-color: var(--light) !important;
}

.border-start.border-dark {
  border-color: var(--dark) !important;
}

.border-start.border-pink {
  border-color: #FD3995 !important;
}

.border-start.border-purple {
  border-color: #AB47BC !important;
}

.border-primary {
  border-color: #392C7D !important;
}

.border-secondary {
  border-color: #FF4667 !important;
}

.border-warning {
  border-color: #FFC107 !important;
}

.border-info {
  border-color: #5625E8 !important;
}

.border-success {
  border-color: #03C95A !important;
}

.border-danger {
  border-color: #E70D0D !important;
}

.border-skyblue {
  border-color: #0DCAF0 !important;
}

.border-3 {
  border-width: 3px !important;
}

.br-1 {
  border-radius: 0.0625rem;
}

.br-2 {
  border-radius: 0.125rem;
}

.br-3 {
  border-radius: 0.1875rem;
}

.br-4 {
  border-radius: 0.25rem;
}

.br-5 {
  border-radius: 0.3125rem !important;
}

.br-6 {
  border-radius: 0.375rem;
}

.br-7 {
  border-radius: 0.4375rem;
}

.br-8 {
  border-radius: 0.5rem;
}

.br-9 {
  border-radius: 0.5625rem;
}

.br-10 {
  border-radius: 0.625rem;
}

.br-15 {
  border-radius: 0.9375rem;
}

.br-20 {
  border-radius: 1.25rem;
}

.rounded {
  border-radius: 4px !important;
}

.border-dashed.border-primary {
  border-style: dashed !important;
}

/*============================
 17.cards
============================*/
.card {
  background-color: var(--white);
  transition: all 0.5s ease-in-out;
  position: relative;
  border-radius: 10px;
  border: 1px solid var(--gray-100);
  box-shadow: none;
  color: inherit;
  margin-bottom: 1.5rem;
}

.card .card-body {
  padding: 1.25rem;
}

@media (max-width: 767.98px) {
  .card .card-body {
    padding: 16px;
  }
}

.card .card-title {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--gray-900);
}

@media (max-width: 767.98px) {
  .card .card-title {
    font-size: 16px;
  }
}

.card .card-header {
  border-color: var(--gray-100);
  position: relative;
  background: transparent;
  padding: 1rem 1.25rem 1rem;
}

@media (max-width: 767.98px) {
  .card .card-header {
    padding: 15px;
  }
}

.card .card-header .card-title {
  margin-bottom: 0rem;
}

.card .card-header .subtitle {
  padding-top: 0.3125rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.card .card-footer {
  border-color: var(--gray-100);
  background: transparent;
  padding: 1rem 1.25rem 1rem;
}

.card-group .card {
  margin-bottom: 1.5rem;
}

.card.custom-card {
  border-radius: 4px;
  border: 0;
  background-color: var(--white);
  position: relative;
  margin-block-end: 1.5rem;
  width: 100%;
}

.card.custom-card .card-header {
  padding: 1rem 1.25rem;
  background-color: transparent !important;
  border-block-end: 1px solid var(--gray-100);
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
  gap: 0.25rem;
}

.card.custom-card .card-header:first-child {
  border-radius: 0.625rem 0.625rem 0 0;
}

.card.custom-card .card-header .card-title {
  position: relative;
  margin-block-end: 0;
  font-size: 0.9375rem;
  font-weight: 700;
  text-transform: capitalize;
}

.card.custom-card .card-header .card-title .subtitle {
  margin-block-end: 0;
  text-transform: initial;
}

.card.custom-card .card-footer {
  background-color: transparent !important;
  border-block-start: 1px solid var(--gray-100);
  padding: 1rem 1.5rem;
  font-size: 14px;
}

.card.custom-card .card-body {
  padding: 1.5rem;
  color: var(--gray-500);
}

.card.custom-card .card-link {
  font-size: 0.75rem;
}

.card .card-text {
  font-size: 0.813rem;
}

.card .footer-card-icon {
  width: 60px;
  height: 60px;
}

.card.overlay-card {
  position: relative;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.9);
}

.card.overlay-card .card-header {
  border-block-end: 1px solid rgba(255, 255, 255, 0.1);
}

.card.overlay-card .card-footer {
  border-block-start: 1px solid rgba(255, 255, 255, 0.1);
}

.card.overlay-card .over-content-bottom {
  top: auto;
}

.card.overlay-card:before {
  content: "";
  inset-inline-start: 0;
  inset-inline-end: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

.card.card-bg-primary {
  background-color: #392C7D;
  color: var(--white);
}

.card.card-bg-primary .card-header {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: var(--white);
  border-block-end: 1px solid rgba(255, 255, 255, 0.2);
}

.card.card-bg-primary .card-header:before {
  background-color: var(--white);
}

.card.card-bg-primary .card-body {
  color: var(--white);
}

.card.card-bg-primary .card-footer {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: var(--white);
  border-block-start: 1px solid rgba(255, 255, 255, 0.2);
}

.card.card-bg-secondary {
  background-color: #FF4667;
  color: var(--white);
}

.card.card-bg-secondary .card-header {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: var(--white);
  border-block-end: 1px solid rgba(255, 255, 255, 0.2);
}

.card.card-bg-secondary .card-header:before {
  background-color: var(--white);
}

.card.card-bg-secondary .card-body {
  color: var(--white);
}

.card.card-bg-secondary .card-footer {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: var(--white);
  border-block-start: 1px solid rgba(255, 255, 255, 0.2);
}

.card.card-bg-warning {
  background-color: #FFC107;
  color: var(--white);
}

.card.card-bg-warning .card-header {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: var(--white);
  border-block-end: 1px solid rgba(255, 255, 255, 0.2);
}

.card.card-bg-warning .card-header:before {
  background-color: var(--white);
}

.card.card-bg-warning .card-body {
  color: var(--white);
}

.card.card-bg-warning .card-footer {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: var(--white);
  border-block-start: 1px solid rgba(255, 255, 255, 0.2);
}

.card.card-bg-info {
  background-color: #5625E8;
  color: var(--white);
}

.card.card-bg-info .card-header {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: var(--white);
  border-block-end: 1px solid rgba(255, 255, 255, 0.2);
}

.card.card-bg-info .card-header:before {
  background-color: var(--white);
}

.card.card-bg-info .card-body {
  color: var(--white);
}

.card.card-bg-info .card-footer {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: var(--white);
  border-block-start: 1px solid rgba(255, 255, 255, 0.2);
}

.card.card-bg-success {
  background-color: #03C95A;
  color: var(--white);
}

.card.card-bg-success .card-header {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: var(--white);
  border-block-end: 1px solid rgba(255, 255, 255, 0.2);
}

.card.card-bg-success .card-header:before {
  background-color: var(--white);
}

.card.card-bg-success .card-body {
  color: var(--white);
}

.card.card-bg-success .card-footer {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: var(--white);
  border-block-start: 1px solid rgba(255, 255, 255, 0.2);
}

.card.card-bg-danger {
  background-color: #E70D0D;
  color: var(--white);
}

.card.card-bg-danger .card-header {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: var(--white);
  border-block-end: 1px solid rgba(255, 255, 255, 0.2);
}

.card.card-bg-danger .card-header:before {
  background-color: var(--white);
}

.card.card-bg-danger .card-body {
  color: var(--white);
}

.card.card-bg-danger .card-footer {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: var(--white);
  border-block-start: 1px solid rgba(255, 255, 255, 0.2);
}

.card.card-bg-light {
  background-color: var(--light);
  color: var(--gray-500);
}

.card.card-bg-light .card-header {
  background-color: rgba(0, 0, 0, 0.05) !important;
  color: var(--gray-500);
  border-block-end: var(--gray-100);
}

.card.card-bg-light .card-body {
  color: var(--gray-500);
}

.card.card-bg-light .card-footer {
  background-color: rgba(0, 0, 0, 0.05) !important;
  color: var(--gray-500);
  border-block-start: var(--gray-100);
}

.card.card-bg-dark {
  background-color: var(--dark);
  color: var(--white);
}

.card.card-bg-dark .card-header {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: var(--white);
  border-block-end: 1px solid rgba(255, 255, 255, 0.2);
}

.card.card-bg-dark .card-header:before {
  background-color: var(--white);
}

.card.card-bg-dark .card-body {
  color: var(--white);
}

.card.card-bg-dark .card-footer {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: var(--white);
  border-block-start: 1px solid rgba(255, 255, 255, 0.2);
}

.card .card-anchor {
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  bottom: 0;
  inset-inline-start: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
}

.card .collapse-close {
  display: none;
}

.card.card .collapsed .collapse-close {
  display: block;
}

.card.card .collapsed .collapse-open {
  display: none;
}

.card.card-fullscreen {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  inset-inline-start: 0;
  bottom: 0;
  z-index: 9999;
  margin: 0;
}

.cals-icon {
  font-size: 50px;
  color: var(--gray-500);
}

.callout {
  padding: 1.25rem;
  margin-block-start: 1.25rem;
  margin-block-end: 1.25rem;
  background-color: var(--light);
  border-inline-start: 0.25rem solid var(--gray-100);
}

.callout-info {
  background-color: rgba(86, 37, 232, 0.075);
  border-color: rgba(86, 37, 232, 0.5);
}

.callout-warning {
  background-color: rgba(255, 193, 7, 0.075);
  border-color: rgba(255, 193, 7, 0.5);
}

.callout-danger {
  background-color: rgba(231, 13, 13, 0.075);
  border-color: rgba(231, 13, 13, 0.5);
}

.btn-facebook {
  background-color: #3B5998;
  color: var(--white);
  border: 1px solid #3B5998;
}

.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active {
  background-color: #3B5998 !important;
  color: var(--white) !important;
  border: 1px solid #3B5998 !important;
}

.btn-instagram {
  background: #f09433;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f09433", endColorstr="#bc1888", GradientType=1);
  color: var(--white);
  border: 1px solid transparent;
}

.btn-instagram:hover,
.btn-instagram:focus,
.btn-instagram:active {
  color: var(--white);
  border: 1px solid transparent;
}

.btn-twitter {
  background-color: #00ACEE;
  color: var(--white);
  border: 1px solid #00ACEE;
}

.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active {
  background-color: #00ACEE !important;
  color: var(--white) !important;
  border: 1px solid #00ACEE !important;
}

.btn-icon {
  width: 2.313rem;
  height: 2.313rem;
  font-size: 0.95rem;
  flex-shrink: 0;
}

.btn-wave {
  display: inline-block !important;
}

@media (max-width: 575px) {
  .overlay-card .card-text {
    font-size: 0.613rem !important;
  }
}

@media (max-width: 400px) {
  .overlay-card .card-text {
    font-size: 0.413rem !important;
  }
}

.card .form-control-plaintext {
  min-height: 38px;
}

/*============================
  15.forms
============================*/
.form-control {
  border-color: var(--gray-100);
  color: var(--gray-900);
  background-color: var(--white);
  font-size: 14px;
  padding: 0.5rem 1rem;
  min-height: 40px;
}

.form-control:focus {
  box-shadow: none;
  border-color: var(--gray-100);
  background: var(--white);
}

textarea {
  resize: none;
}

textarea.form-control {
  min-height: 90px;
  height: auto;
}

.form-control[type=file] {
  padding: 0.3rem 0.5rem;
}

.form-control[type=file].form-control-sm {
  padding: 0.25rem 0.5rem !important;
}

.form-control[type=file].form-control-lg {
  padding: 0.5rem 1rem !important;
}

.form-text {
  color: #677788;
}

.form-control-light {
  background-color: var(--light);
  border: 0;
}

.form-control-light:focus {
  background-color: var(--light);
}

.form-control-primary {
  background-color: rgba(57, 44, 125, 0.1);
  border: 0;
  color: #392C7D;
}

.form-control-primary:focus {
  background-color: rgba(57, 44, 125, 0.1);
  color: #392C7D;
}

.form-input-color {
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 4px;
  overflow: hidden;
  padding: 0;
}

.form-floating>.form-control-plaintext~label,
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
  color: #677788;
}

.form-floating>.form-control:not(:placeholder-shown)~label::after {
  background-color: transparent;
}

.form-select {
  background-color: var(--white);
  border: 1px solid var(--gray-100);
  color: var(--gray-500);
  font-size: 14px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-size: 1.25rem;
  line-height: 2;
}

.form-select option {
  background-color: var(--white);
  padding: 0.35rem 0.75rem;
  border-radius: 0.25rem;
  margin-block-end: 0.25rem;
}

.form-select option:last-child {
  margin-block-end: 0;
}

.form-select option:checked {
  background-color: rgba(var(#392C7D), 0.2);
  color: #392C7D;
}

.form-select option:select {
  background-color: rgba(var(#392C7D), 0.2);
  color: #392C7D;
}

.form-select option:hover {
  background-color: rgba(var(#392C7D), 0.2);
  color: #392C7D;
}

.form-select option:focus {
  background-color: rgba(var(#392C7D), 0.2);
  color: #392C7D;
}

.form-check-label {
  font-size: 14px;
  color: var(--gray-600);
}

.form-check-input {
  width: 0.9rem;
  height: 0.9rem;
  background-color: var(--white);
  border: 1px solid var(--gray-100);
}

.form-check-input:checked {
  background-color: #FF4667;
  border-color: #FF4667;
}

.form-check-input:checked~.form-check-label {
  color: var(--gray-900);
}

.form-check-input.form-checked-outline:checked {
  background-color: transparent;
  border-color: #392C7D;
}

.form-check-input.form-checked-secondary:checked {
  background-color: #FF4667;
  border-color: #FF4667;
}

.form-check-input.form-checked-warning:checked {
  background-color: #FFC107;
  border-color: #FFC107;
}

.form-check-input.form-checked-info:checked {
  background-color: #5625E8;
  border-color: #5625E8;
}

.form-check-input.form-checked-success:checked {
  background-color: #03C95A;
  border-color: #03C95A;
}

.form-check-input.form-checked-danger:checked {
  background-color: #E70D0D;
  border-color: #E70D0D;
}

.form-check-input.form-checked-light:checked {
  background-color: var(--light);
  border-color: var(--light);
}

.form-check-input.form-checked-dark:checked {
  background-color: var(--dark);
  border-color: var(--dark);
}

.form-check-input:focus {
  box-shadow: none;
}

.form-checked-outline:checked[type=checkbox] {
  background-image: none;
  position: relative;
  background-color: transparent;
}

.form-checked-outline:checked[type=checkbox]:before {
  content: "\f633";
  font-family: bootstrap-icons !important;
  position: absolute;
  color: #392C7D;
  width: 0.625rem;
  height: 0.625rem;
  inset-block-start: -1px;
  inset-inline-start: 0px;
  font-size: 0.688rem;
}

.form-checked-outline:checked[type=checkbox].form-checked-secondary:before {
  color: #FF4667;
}

.form-checked-outline:checked[type=checkbox].form-checked-warning:before {
  color: #FFC107;
}

.form-checked-outline:checked[type=checkbox].form-checked-info:before {
  color: #5625E8;
}

.form-checked-outline:checked[type=checkbox].form-checked-success:before {
  color: #03C95A;
}

.form-checked-outline:checked[type=checkbox].form-checked-danger:before {
  color: #E70D0D;
}

.form-checked-outline:checked[type=checkbox].form-checked-light:before {
  color: var(--light);
}

.form-checked-outline:checked[type=checkbox].form-checked-dark:before {
  color: var(--dark);
}

.form-checked-outline:checked[type=radio] {
  background-image: none;
  position: relative;
  background-color: transparent;
}

.form-checked-outline:checked[type=radio]:before {
  content: "\f309";
  font-family: bootstrap-icons !important;
  position: absolute;
  color: #392C7D;
  width: 0.625rem;
  height: 0.625rem;
  inset-block-start: -1.13rem;
  inset-inline-start: -0.6rem;
  font-size: 2rem;
}

.form-checked-outline:checked[type=radio].form-checked-secondary:before {
  color: #FF4667;
}

.form-checked-outline:checked[type=radio].form-checked-warning:before {
  color: #FFC107;
}

.form-checked-outline:checked[type=radio].form-checked-info:before {
  color: #5625E8;
}

.form-checked-outline:checked[type=radio].form-checked-success:before {
  color: #03C95A;
}

.form-checked-outline:checked[type=radio].form-checked-danger:before {
  color: #E70D0D;
}

.form-checked-outline:checked[type=radio].form-checked-light:before {
  color: var(--light);
}

.form-checked-outline:checked[type=radio].form-checked-dark:before {
  color: var(--dark);
}

fieldset:disabled .btn {
  color: var(--white);
  background-color: #392C7D;
  border-color: #392C7D;
}

.form-select:focus {
  border-color: rgba(var(#392C7D), 0.5);
  outline: 0;
  box-shadow: none;
}

.btn-check:focus+.btn,
.btn:focus {
  background-color: none;
  border-color: none;
  outline: 0;
}

.btn-check:active+.btn:focus,
.btn-check:checked+.btn:focus,
.btn.active:focus,
.btn.show:focus,
.btn:active:focus {
  box-shadow: none;
}

.form-control:disabled,
.form-select:disabled {
  background-color: var(--light);
  color: var(--gray-500);
}

.form-control-plaintext {
  color: var(--gray-500);
}

.form-control::-webkit-file-upload-button {
  color: var(--gray-500);
  background-color: #F8F9FA;
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #F8F9FA;
}

.form-control:focus {
  color: var(--gray-900);
}

.form-control:focus::-webkit-input-placeholder,
.form-control:focus::placeholder {
  color: var(--gray-300);
  padding-inline-start: 0;
}

.form-control::-webkit-input-placeholder {
  color: var(--gray-300);
  padding-inline-start: 0px;
  -webkit-transition: padding-inline-start 0.1s ease-in;
  transition: padding-inline-start 0.1s ease-in;
}

.form-control:-moz-placeholder {
  color: var(--gray-300);
}

.form-control::-moz-placeholder {
  color: var(--gray-300);
}

.form-control:-ms-input-placeholder {
  color: var(--gray-300);
}

.form-control-sm {
  font-size: 0.8rem;
  padding: 0.25rem 0.8rem;
  height: auto;
}

.form-control-lg {
  font-size: 1rem;
  padding: 0.66rem 1rem;
}

.form-check-md .form-check-input {
  width: 1.15rem;
  height: 1.15rem;
}

.form-check-md.form-switch .form-check-input {
  width: 2.25rem;
}

.form-check-md label {
  margin-inline-start: 0.5rem;
  font-size: 0.95rem;
  margin-block-start: 3px;
}

.form-check-lg .form-check-input {
  width: 1.35rem;
  height: 1.35rem;
}

.form-check-lg.form-switch .form-check-input {
  width: 2.5rem;
}

.form-check-lg label {
  margin-inline-start: 0.5rem;
  font-size: 1rem;
  margin-block-start: 3px;
}

.label-primary {
  background: #392C7D;
  color: var(--white);
}

.label-secondary {
  background: #FF4667;
  color: var(--white);
}

.label-warning {
  background: #FFC107;
  color: var(--white);
}

.label-info {
  background: #5625E8;
  color: var(--white);
}

.label-success {
  background: #03C95A;
  color: var(--white);
}

.label-danger {
  background: #E70D0D;
  color: var(--white);
}

.label-light {
  background: var(--light);
  color: var(--white);
}

.label-dark {
  background: var(--dark);
  color: var(--white);
}

.form-floating>.form-control-plaintext::placeholder,
.form-floating>.form-control::placeholder {
  color: transparent !important;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
  height: calc(3.5rem - 4px);
}

.form-floating.floating-primary label {
  color: #392C7D;
  opacity: 1;
}

.form-floating.floating-primary input {
  border: 1px solid #392C7D;
}

.form-floating.floating-primary>.form-control:focus~label {
  color: #392C7D !important;
}

.form-floating.floating-secondary label {
  color: #FF4667;
  opacity: 1;
}

.form-floating.floating-secondary input {
  border: 1px solid #FF4667;
}

.form-floating.floating-secondary>.form-control:focus~label {
  color: #FF4667 !important;
}

.form-floating.floating-warning label {
  color: #FFC107;
  opacity: 1;
}

.form-floating.floating-warning input {
  border: 1px solid #FFC107;
}

.form-floating.floating-warning>.form-control:focus~label {
  color: #FFC107 !important;
}

.form-floating.floating-info label {
  color: #5625E8;
  opacity: 1;
}

.form-floating.floating-info input {
  border: 1px solid #5625E8;
}

.form-floating.floating-info>.form-control:focus~label {
  color: #5625E8 !important;
}

.form-floating.floating-success label {
  color: #03C95A;
  opacity: 1;
}

.form-floating.floating-success input {
  border: 1px solid #03C95A;
}

.form-floating.floating-success>.form-control:focus~label {
  color: #03C95A !important;
}

.form-floating.floating-danger label {
  color: #E70D0D;
  opacity: 1;
}

.form-floating.floating-danger input {
  border: 1px solid #E70D0D;
}

.form-floating.floating-danger>.form-control:focus~label {
  color: #E70D0D !important;
}

.form-floating>.form-control-plaintext~label::after,
.form-floating>.form-control:focus~label::after,
.form-floating>.form-control:not(:placeholder-shown)~label::after,
.form-floating>.form-select~label::after {
  background-color: var(--white);
  border-radius: 4px;
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #03C95A;
  box-shadow: none;
}

.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #03C95A;
}

.form-control-color {
  width: 1.75rem;
  height: 1.75rem;
  overflow: hidden;
  padding: 0;
}

.bootstrap-tagsinput {
  border-color: var(--gray-100);
  color: var(--gray-500);
  background-color: var(--white);
  font-size: 15px;
  font-weight: 400;
  border-radius: 5px;
  padding: 0.45rem 0.625rem;
  height: 40px;
  box-shadow: none;
  overflow-y: auto;
  width: 100%;
}

.bootstrap-tagsinput .tag {
  background: var(--light);
  border: 1px solid var(--gray-100);
  border-radius: 3px;
  padding: 0 5px;
  font-size: 14px;
  color: var(--gray-700);
  display: inline-flex;
  align-items: center;
}

.bootstrap-tagsinput .tag span::after {
  color: var(--gray-900);
}

.bootstrap-tagsinput .tag [data-role=remove]:hover {
  box-shadow: none;
}

.bootstrap-tagsinput .tag [data-role=remove]:hover:active {
  box-shadow: none;
}

[dir=rtl] [type=email],
[dir=rtl] [type=number],
[dir=rtl] [type=tel],
[dir=rtl] [type=url] {
  direction: rtl;
}

.form-select.is-invalid:not([multiple]):not([size]) {
  padding-right: 1.125rem;
  background-size: 16px 28px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

input[type=range]::-webkit-slider-runnable-track {
  background-color: var(--light);
}

[dir=rtl] .form-checked-outline:checked[type=checkbox]:before {
  inset-inline-start: 1px;
}

.form-check {
  min-height: inherit !important;
}

.col-form-label-lg,
.col-form-label-sm,
.col-form-label {
  font-weight: 600;
}

.col-form-label {
  font-size: 15px;
  font-weight: 500;
  color: var(--gray-900);
}

.form-label {
  font-size: 14px;
  font-weight: 500;
  color: var(--gray-900);
  margin-bottom: 5px;
}

.input-group-text {
  border-radius: 4px;
}

[data-theme-mode=dark] input[type=week]::-webkit-calendar-picker-indicator,
[data-theme-mode=dark] input[type=month]::-webkit-calendar-picker-indicator,
[data-theme-mode=dark] input[type=date]::-webkit-calendar-picker-indicator,
[data-theme-mode=dark] input[type=datetime-local]::-webkit-calendar-picker-indicator,
[data-theme-mode=dark] input[type=time]::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

[dir=rtl] input[type=week],
[dir=rtl] input[type=month],
[dir=rtl] input[type=date],
[dir=rtl] input[type=datetime-local],
[dir=rtl] input[type=time] {
  text-align: end;
}

.input-group-text {
  border-color: var(--light-900);
}

/**
Form help
 */
.form-help {
  display: inline-flex;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  width: 1.125rem;
  height: 1.125rem;
  font-size: 0.75rem;
  color: var(--white);
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  background: #FF4667;
  border-radius: 4px;
}

.form-help:hover,
.form-help[aria-describedby] {
  color: var(--white);
  background: #392C7D;
}

.input-icon {
  position: relative;
}

.input-icon .form-control:not(:last-child),
.input-icon .form-select:not(:last-child) {
  padding-right: 2.5rem;
}

/* Input Group */
.input-group-link {
  font-size: 12px;
}

.input-group-flat:focus-within {
  border-radius: 4px;
}

.input-group-flat:focus-within .form-control,
.input-group-flat:focus-within .input-group-text {
  border-color: var(--gray-100) !important;
}

.input-group-flat .form-control:focus {
  box-shadow: none;
}

.input-group-flat .form-control:not(:last-child) {
  border-right: 0;
}

.input-group-flat .form-control:not(:first-child) {
  border-left: 0;
}

.input-group-flat .input-group-text:first-child {
  padding-right: 0;
}

.input-group-flat .input-group-text:last-child {
  padding-left: 0;
}

.custom-radio {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 15px;
  color: var(--gray-700);
  text-transform: capitalize;
}

.custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.custom-radio input:checked~.checkmark {
  border-color: #392C7D;
  background: #392C7D;
}

.custom-radio input:checked~.checkmark::after {
  opacity: 1;
  visibility: visible;
}

.custom-radio .checkmark {
  width: 20px;
  height: 20px;
  border: 1px solid var(--light-900);
  border-radius: 50%;
  transition: all 0.3s;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.custom-radio .checkmark::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--white);
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.check-radio-group {
  flex-wrap: wrap;
  row-gap: 10px;
}

.check-radio-group .custom-radio {
  margin-right: 15px;
}

.check {
  display: block;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.checktoggle {
  background-color: rgba(115, 103, 240, 0.2);
  border-radius: 12px;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 24px;
  margin-bottom: 0;
  position: relative;
  width: 46px;
}

.status-toggle.modal-status label {
  height: 16px;
  width: 30px;
  background-color: var(--white);
  border: 1px solid var(--light-900);
  margin-bottom: 0;
}

.check:checked+.checktoggle {
  background-color: var(--white);
}

.checktoggle:after {
  content: " ";
  display: block;
  transform: translate(2px, -50%);
  width: 10px;
  height: 10px;
  background-color: var(--gray-300);
  transition: left 300ms ease, transform 300ms ease;
  border-radius: 50%;
  transform: translate(2px, -50%);
  -webkit-transform: translate(4px, -50%);
  -ms-transform: translate(2px, -50%);
  position: absolute;
  top: 45%;
  left: 0;
}

.check:checked+.checktoggle:after {
  background-color: #392C7D;
  left: 100%;
  transform: translate(calc(-90% - 4px), -50%);
}

.input-icon {
  position: relative;
}

.input-icon-addon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  color: var(--gray-700);
  pointer-events: none;
  font-size: 1.2em;
}

.input-icon-addon:last-child {
  right: 0;
  left: auto;
}

.input-icon-start .form-control {
  padding-left: 28px;
}

.icon-addon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  color: var(--gray-700);
  pointer-events: none;
  font-size: 1.2em;
}

input-icon {
  position: relative;
}

.input-icon .form-control:not(:last-child),
.input-icon .form-select:not(:last-child) {
  padding-right: 2.5rem;
}

.input-icon .form-control:not(:first-child),
.input-icon .form-select:not(:last-child) {
  padding-left: 2.2rem;
}

.input-icon-addon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  color: var(--gray-500);
  pointer-events: none;
  font-size: 16px;
}

.input-icon-addon:last-child {
  right: 0;
  left: auto;
}

.form-wrap .form-wrap-icon {
  position: relative;
}

.form-wrap .form-wrap-icon i {
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.toggle-password {
  cursor: pointer;
  width: 30px;
  height: 30px;
  color: var(--gray-900);
  font-size: 18px;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  border-radius: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 10px;
  pointer-events: auto;
}

.toggle-password:hover {
  color: #392C7D;
}

.pass-group {
  position: relative;
}

.toggle-passwords,
.toggle-passworda {
  cursor: pointer;
  width: 30px;
  height: 30px;
  color: var(--gray-900);
  font-size: 18px;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  border-radius: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 10px;
}

.toggle-passwords:hover,
.toggle-passworda:hover {
  color: #392C7D;
}

.drag-upload-btn {
  font-size: 12px;
  font-weight: 600;
  background: var(--white);
  border: 1px dashed var(--light-900);
  border-radius: 54px;
  padding: 6px 16px;
  position: relative;
  transition: all 0.5s;
}

.drag-upload-btn input {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.drag-upload-btn:hover {
  background: #392C7D;
  border-color: #392C7D;
  color: var(--white);
  transition: all 0.5s;
}

.bookingrange {
  padding: 4px 8px 4px 30px;
}

/*============================
  21.tables
============================*/
caption {
  color: #677788;
}

.table> :not(caption)>*>* {
  background-color: var(--white);
}

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

.table {
  color: var(--gray-500);
  border-color: var(--gray-100);
  margin-block-end: 0;
}

.table tbody tr {
  border-color: var(--gray-100);
}

.table tbody tr th {
  font-weight: 500;
}

.table th,
.table td {
  padding: 20px 15px;
  vertical-align: middle;
  font-size: 14px;
  white-space: nowrap;
}

.table thead tr {
  border-color: var(--gray-100);
}

.table thead tr th {
  font-weight: 600;
  border-color: var(--gray-100);
  background: var(--gray-200);
  font-size: 14px;
  color: var(--gray-900);
}

.table.table-sm> :not(caption)>*>* {
  padding: 0.3rem;
}

.table.table-dark {
  color: var(--light-700);
  border-color: rgba(var(--white), 0.1);
}

.table .thead-primary th {
  background-color: #392C7D;
  color: var(--white);
}

.table .thead-secondary th {
  background-color: #FF4667;
  color: var(--white);
}

.table .thead-info th {
  background-color: #5625E8;
  color: var(--white);
}

.table .thead-warning th {
  background-color: #FFC107;
  color: var(--white);
}

.table .thead-danger th {
  background-color: #E70D0D;
  color: var(--white);
}

.table .thead-success th {
  background-color: #03C95A;
  color: var(--white);
}

.table .thead-dark th {
  background-color: var(--dark);
  color: var(--white);
}

.table .thead-light th {
  background-color: var(--light);
  color: var(--gray-900);
}

.table.table-primary {
  background-color: var(--white);
  color: var(--black);
  --bs-table-color-state: $black;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--primary-rgb), 0.1);
  --bs-table-border-color: rgba(var(--primary-rgb), 0.05);
  --bs-table-striped-bg: rgba(var(--primary-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--primary-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--primary-rgb), 0.2);
}

.table.table-primary.table-striped>tbody>tr:nth-of-type(odd)>* {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--primary-rgb), 0.2);
  color: var(--black);
}

.table.table-primary.table.table-hover>tbody>tr:hover>* {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--primary-rgb), 0.4);
  color: var(--white);
}

.table.table-primary .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--primary-rgb));
  color: var(--white);
}

.table.table-secondary {
  background-color: var(--white);
  color: var(--black);
  --bs-table-color-state: $black;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--secondary-rgb), 0.1);
  --bs-table-border-color: rgba(var(--secondary-rgb), 0.05);
  --bs-table-striped-bg: rgba(var(--secondary-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--secondary-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--secondary-rgb), 0.2);
}

.table.table-secondary.table-striped>tbody>tr:nth-of-type(odd)>* {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--secondary-rgb), 0.2);
  color: var(--black);
}

.table.table-secondary.table.table-hover>tbody>tr:hover>* {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--secondary-rgb), 0.4);
  color: var(--white);
}

.table.table-secondary .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--secondary-rgb));
  color: var(--white);
}

.table.table-warning {
  background-color: var(--white);
  color: var(--black);
  --bs-table-color-state: $black;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--warning-rgb), 0.1);
  --bs-table-border-color: rgba(var(--warning-rgb), 0.05);
  --bs-table-striped-bg: rgba(var(--warning-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--warning-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--warning-rgb), 0.2);
}

.table.table-warning.table-striped>tbody>tr:nth-of-type(odd)>* {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--warning-rgb), 0.2);
  color: var(--black);
}

.table.table-warning.table.table-hover>tbody>tr:hover>* {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--warning-rgb), 0.4);
  color: var(--white);
}

.table.table-warning .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--warning-rgb));
  color: var(--white);
}

.table.table-success {
  background-color: var(--white);
  color: var(--black);
  --bs-table-color-state: $black;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--success-rgb), 0.1);
  --bs-table-border-color: rgba(var(--success-rgb), 0.05);
  --bs-table-striped-bg: rgba(var(--success-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--success-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--success-rgb), 0.2);
}

.table.table-success.table-striped>tbody>tr:nth-of-type(odd)>* {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--success-rgb), 0.2);
  color: var(--black);
}

.table.table-success.table.table-hover>tbody>tr:hover>* {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--success-rgb), 0.4);
  color: var(--white);
}

.table.table-success .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--success-rgb));
  color: var(--white);
}

.table.table-danger {
  background-color: var(--white);
  color: var(--black);
  --bs-table-color-state: $black;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--danger-rgb), 0.1);
  --bs-table-border-color: rgba(var(--danger-rgb), 0.05);
  --bs-table-striped-bg: rgba(var(--danger-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--danger-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--danger-rgb), 0.2);
}

.table.table-danger.table-striped>tbody>tr:nth-of-type(odd)>* {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--danger-rgb), 0.2);
  color: var(--black);
}

.table.table-danger.table.table-hover>tbody>tr:hover>* {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--danger-rgb), 0.4);
  color: var(--white);
}

.table.table-danger .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--danger-rgb));
  color: var(--white);
}

.table.table-info {
  background-color: var(--white);
  color: var(--black);
  --bs-table-color-state: $black;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--info-rgb), 0.1);
  --bs-table-border-color: rgba(var(--info-rgb), 0.05);
  --bs-table-striped-bg: rgba(var(--info-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--info-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--info-rgb), 0.2);
}

.table.table-info.table-striped>tbody>tr:nth-of-type(odd)>* {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--info-rgb), 0.2);
  color: var(--black);
}

.table.table-info.table.table-hover>tbody>tr:hover>* {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--info-rgb), 0.4);
  color: var(--white);
}

.table.table-info .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--info-rgb));
  color: var(--white);
}

.table.table-light {
  background-color: var(--white);
  color: var(--black);
  --bs-table-color-state: $black;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--light-rgb), 0.1);
  --bs-table-border-color: rgba(var(--light-rgb), 0.05);
  --bs-table-striped-bg: rgba(var(--light-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--light-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--light-rgb), 0.2);
}

.table.table-light.table-striped>tbody>tr:nth-of-type(odd)>* {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--light-rgb), 0.2);
  color: var(--black);
}

.table.table-light.table.table-hover>tbody>tr:hover>* {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--light-rgb), 0.4);
  color: var(--white);
}

.table.table-light .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--light-rgb));
  color: var(--white);
}

.table.table-dark {
  background-color: var(--white);
  color: var(--black);
  --bs-table-color-state: $black;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--dark-rgb), 0.1);
  --bs-table-border-color: rgba(var(--dark-rgb), 0.05);
  --bs-table-striped-bg: rgba(var(--dark-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--dark-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--dark-rgb), 0.2);
}

.table.table-dark.table-striped>tbody>tr:nth-of-type(odd)>* {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--dark-rgb), 0.2);
  color: var(--black);
}

.table.table-dark.table.table-hover>tbody>tr:hover>* {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--dark-rgb), 0.4);
  color: var(--white);
}

.table.table-dark .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--dark-rgb));
  color: var(--white);
}

.table.table-bordered.border-primary tbody,
.table.table-bordered.border-primary td,
.table.table-bordered.border-primary tfoot,
.table.table-bordered.border-primary th,
.table.table-bordered.border-primary thead,
.table.table-bordered.border-primary tr {
  border-color: rgba(57, 44, 125, 0.1);
}

.table.table-bordered.border-info tbody,
.table.table-bordered.border-info td,
.table.table-bordered.border-info tfoot,
.table.table-bordered.border-info th,
.table.table-bordered.border-info thead,
.table.table-bordered.border-info tr {
  border-color: rgba(86, 37, 232, 0.1);
}

.table.table-bordered.border-secondary tbody,
.table.table-bordered.border-secondary td,
.table.table-bordered.border-secondary tfoot,
.table.table-bordered.border-secondary th,
.table.table-bordered.border-secondary thead,
.table.table-bordered.border-secondary tr {
  border-color: rgba(255, 70, 103, 0.1);
}

.table.table-bordered.border-warning tbody,
.table.table-bordered.border-warning td,
.table.table-bordered.border-warning tfoot,
.table.table-bordered.border-warning th,
.table.table-bordered.border-warning thead,
.table.table-bordered.border-warning tr {
  border-color: rgba(255, 193, 7, 0.1);
}

.table.table-bordered.border-success tbody,
.table.table-bordered.border-success td,
.table.table-bordered.border-success tfoot,
.table.table-bordered.border-success th,
.table.table-bordered.border-success thead,
.table.table-bordered.border-success tr {
  border-color: rgba(3, 201, 90, 0.1);
}

.table.table-bordered.border-danger tbody,
.table.table-bordered.border-danger td,
.table.table-bordered.border-danger tfoot,
.table.table-bordered.border-danger th,
.table.table-bordered.border-danger thead,
.table.table-bordered.border-danger tr {
  border-color: rgba(231, 13, 13, 0.1);
}

.table.table-striped>tbody>tr:nth-of-type(odd)>* {
  --bs-table-accent-bg: rgba(var(--dark-rgb), 0.0125);
  color: var(--gray-500);
}

.table.table-striped-columns> :not(caption)>tr> :nth-child(2n) {
  --bs-table-accent-bg: rgba(var(--dark-rgb), 0.025);
  color: var(--gray-500);
}

.table tbody.table-group-divider {
  border-top: 1px solid var(--gray-100);
}

.table.table-hover>tbody>tr:hover>* {
  --bs-table-accent-bg: #F8F9FA;
  color: var(--gray-500);
}

.table .table-active {
  --bs-table-accent-bg: var(--light);
  color: var(--gray-500);
}

.table thead.table-primary {
  background-color: var(--white);
  color: var(--bs-table-color);
  --bs-table-color-state: #000;
  --bs-table-color: var(--black);
  --bs-table-bg: rgba(var(--primary-rgb), 0.1);
  --bs-table-border-color: rgba(var(--primary-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--primary-rgb), 0.5);
  --bs-table-striped-color: var(--black);
  --bs-table-active-bg: rgba(var(--primary-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--primary-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table thead.table-secondary {
  background-color: var(--white);
  color: var(--bs-table-color);
  --bs-table-color-state: #000;
  --bs-table-color: var(--black);
  --bs-table-bg: rgba(var(--secondary-rgb), 0.1);
  --bs-table-border-color: rgba(var(--secondary-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--secondary-rgb), 0.5);
  --bs-table-striped-color: var(--black);
  --bs-table-active-bg: rgba(var(--secondary-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--secondary-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table thead.table-warning {
  background-color: var(--white);
  color: var(--bs-table-color);
  --bs-table-color-state: #000;
  --bs-table-color: var(--black);
  --bs-table-bg: rgba(var(--warning-rgb), 0.1);
  --bs-table-border-color: rgba(var(--warning-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--warning-rgb), 0.5);
  --bs-table-striped-color: var(--black);
  --bs-table-active-bg: rgba(var(--warning-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--warning-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table thead.table-success {
  background-color: var(--white);
  color: var(--bs-table-color);
  --bs-table-color-state: #000;
  --bs-table-color: var(--black);
  --bs-table-bg: rgba(var(--success-rgb), 0.1);
  --bs-table-border-color: rgba(var(--success-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--success-rgb), 0.5);
  --bs-table-striped-color: var(--black);
  --bs-table-active-bg: rgba(var(--success-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--success-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table thead.table-danger {
  background-color: var(--white);
  color: var(--bs-table-color);
  --bs-table-color-state: #000;
  --bs-table-color: var(--black);
  --bs-table-bg: rgba(var(--danger-rgb), 0.1);
  --bs-table-border-color: rgba(var(--danger-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--danger-rgb), 0.5);
  --bs-table-striped-color: var(--black);
  --bs-table-active-bg: rgba(var(--danger-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--danger-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table thead.table-info {
  background-color: var(--white);
  color: var(--bs-table-color);
  --bs-table-color-state: #000;
  --bs-table-color: var(--black);
  --bs-table-bg: rgba(var(--info-rgb), 0.1);
  --bs-table-border-color: rgba(var(--info-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--info-rgb), 0.5);
  --bs-table-striped-color: var(--black);
  --bs-table-active-bg: rgba(var(--info-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--info-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table thead.table-light {
  background-color: var(--white);
  color: var(--bs-table-color);
  --bs-table-color-state: #000;
  --bs-table-color: var(--black);
  --bs-table-bg: rgba(var(--light-rgb), 0.1);
  --bs-table-border-color: rgba(var(--light-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--light-rgb), 0.5);
  --bs-table-striped-color: var(--black);
  --bs-table-active-bg: rgba(var(--light-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--light-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table thead.table-dark {
  background-color: var(--white);
  color: var(--bs-table-color);
  --bs-table-color-state: #000;
  --bs-table-color: var(--black);
  --bs-table-bg: rgba(var(--dark-rgb), 0.1);
  --bs-table-border-color: rgba(var(--dark-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--dark-rgb), 0.5);
  --bs-table-striped-color: var(--black);
  --bs-table-active-bg: rgba(var(--dark-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--dark-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.datanew tbody {
  border-top: 1px solid var(--light-900);
}

.table-primary {
  --bs-table-color: var(--black);
  --bs-table-color-state: $black;
  --bs-table-bg: rgba(var(--primary-rgb), 0.1);
  --bs-table-border-color: rgba(var(--primary-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--primary-rgb), 0.3);
  --bs-table-striped-color: var(--black);
  --bs-table-active-bg: rgba(var(--primary-rgb), 0.3);
  --bs-table-active-color: var(--black);
  --bs-table-hover-bg: rgba(var(--primary-rgb), 0.3);
  --bs-table-hover-color: var(--black);
  color: var(--black);
  border-color: rgba(var(--primary-rgb), 0.1);
  background-color: var(--white);
}

.table-secondary {
  --bs-table-color: var(--black);
  --bs-table-color-state: $black;
  --bs-table-bg: rgba(var(--secondary-rgb), 0.1);
  --bs-table-border-color: rgba(var(--secondary-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--secondary-rgb), 0.3);
  --bs-table-striped-color: var(--black);
  --bs-table-active-bg: rgba(var(--secondary-rgb), 0.3);
  --bs-table-active-color: var(--black);
  --bs-table-hover-bg: rgba(var(--secondary-rgb), 0.3);
  --bs-table-hover-color: var(--black);
  color: var(--black);
  border-color: rgba(var(--secondary-rgb), 0.1);
  background-color: var(--white);
}

.table-warning {
  --bs-table-color: var(--black);
  --bs-table-color-state: $black;
  --bs-table-bg: rgba(var(--warning-rgb), 0.1);
  --bs-table-border-color: rgba(var(--warning-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--warning-rgb), 0.3);
  --bs-table-striped-color: var(--black);
  --bs-table-active-bg: rgba(var(--warning-rgb), 0.3);
  --bs-table-active-color: var(--black);
  --bs-table-hover-bg: rgba(var(--warning-rgb), 0.3);
  --bs-table-hover-color: var(--black);
  color: var(--black);
  border-color: rgba(var(--warning-rgb), 0.1);
  background-color: var(--white);
}

.table-success {
  --bs-table-color: var(--black);
  --bs-table-color-state: $black;
  --bs-table-bg: rgba(var(--success-rgb), 0.1);
  --bs-table-border-color: rgba(var(--success-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--success-rgb), 0.3);
  --bs-table-striped-color: var(--black);
  --bs-table-active-bg: rgba(var(--success-rgb), 0.3);
  --bs-table-active-color: var(--black);
  --bs-table-hover-bg: rgba(var(--success-rgb), 0.3);
  --bs-table-hover-color: var(--black);
  color: var(--black);
  border-color: rgba(var(--success-rgb), 0.1);
  background-color: var(--white);
}

.table-info {
  --bs-table-color: var(--black);
  --bs-table-color-state: $black;
  --bs-table-bg: rgba(var(--info-rgb), 0.1);
  --bs-table-border-color: rgba(var(--info-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--info-rgb), 0.3);
  --bs-table-striped-color: var(--black);
  --bs-table-active-bg: rgba(var(--info-rgb), 0.3);
  --bs-table-active-color: var(--black);
  --bs-table-hover-bg: rgba(var(--info-rgb), 0.3);
  --bs-table-hover-color: var(--black);
  color: var(--black);
  border-color: rgba(var(--info-rgb), 0.1);
  background-color: var(--white);
}

.table-danger {
  --bs-table-color: var(--black);
  --bs-table-color-state: $black;
  --bs-table-bg: rgba(var(--danger-rgb), 0.1);
  --bs-table-border-color: rgba(var(--danger-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--danger-rgb), 0.3);
  --bs-table-striped-color: var(--black);
  --bs-table-active-bg: rgba(var(--danger-rgb), 0.3);
  --bs-table-active-color: var(--black);
  --bs-table-hover-bg: rgba(var(--danger-rgb), 0.3);
  --bs-table-hover-color: var(--black);
  color: var(--black);
  border-color: rgba(var(--danger-rgb), 0.1);
  background-color: var(--white);
}

.table-dark {
  --bs-table-color: var(--black);
  --bs-table-color-state: $black;
  --bs-table-bg: rgba(var(--dark-rgb), 0.1);
  --bs-table-border-color: rgba(var(--dark-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--dark-rgb), 0.3);
  --bs-table-striped-color: var(--black);
  --bs-table-active-bg: rgba(var(--dark-rgb), 0.3);
  --bs-table-active-color: var(--black);
  --bs-table-hover-bg: rgba(var(--dark-rgb), 0.3);
  --bs-table-hover-color: var(--black);
  color: var(--black);
  border-color: rgba(var(--dark-rgb), 0.1);
  background-color: var(--white);
}

.table-light {
  --bs-table-color: var(--black);
  --bs-table-color-state: $black;
  --bs-table-bg: rgba(var(--light-rgb), 0.1);
  --bs-table-border-color: rgba(var(--light-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--light-rgb), 0.3);
  --bs-table-striped-color: var(--black);
  --bs-table-active-bg: rgba(var(--light-rgb), 0.3);
  --bs-table-active-color: var(--black);
  --bs-table-hover-bg: rgba(var(--light-rgb), 0.3);
  --bs-table-hover-color: var(--black);
  color: var(--black);
  border-color: rgba(var(--light-rgb), 0.1);
  background-color: var(--white);
}

[data-theme-mode=dark] .table-dark {
  border-color: rgba(0, 0, 0, 0.025);
}

[dir=rtl] .table {
  margin-inline-end: 1px;
}

.invoice-table {
  border: 1px solid var(--light-900);
  border-radius: 5px;
  margin: 20px 0;
}

.invoice-table thead th {
  border-bottom: 1px solid var(--light-900);
}

.invoice-table thead th:first-child {
  width: 80%;
}

.invoice-table tbody tr:last-child td {
  border-bottom: 0;
}

.invoice-table .delete-invoive-list {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F6CECE;
  color: #E70D0D;
  border-radius: 5px;
  font-size: 16px;
}

.invoice-product-table {
  border-top: 1px solid var(--light-900);
}

.table {
  margin: 0;
}

.table tbody tr td {
  color: var(--gray-700);
  font-size: 14px;
}

.table tbody tr td .product-img img {
  border: 0;
}

.table tbody tr td .action-icon a {
  color: var(--gray-500);
}

.table tbody tr td .action-icon a:hover {
  background: var(--light-900);
  color: var(--gray-900);
}

.table tbody tr.active {
  border-bottom: 0;
}

.table tbody tr.active td {
  font-size: 18px;
  color: var(--gray-700);
  font-weight: 600;
  border-bottom: 0;
}

.table tbody tr .checkboxs .checkmarks {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.new tbody tr td {
  border-bottom: none;
}

.dataTables_filter+.dataTables_filter {
  display: none;
}

.productimgname {
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.productimgname a {
  color: #FF4667;
  font-weight: 500;
}

.table .input-blocks input[type=text] {
  height: 40px;
}

.table {
  margin: 0;
}

.table tbody tr td {
  color: var(--gray-500);
}

.table tbody tr td a {
  color: var(--gray-900);
}

.table tbody tr td a .info-img {
  margin-right: 8px;
  width: 16px;
  height: 16px;
}

.table tbody tr td a:hover {
  color: #FF4667;
}

.table tbody tr.active {
  border-bottom: 0;
}

.table tbody tr.active td {
  font-size: 18px;
  color: var(--gray-700);
  font-weight: 600;
  border-bottom: 0;
}

table tbody .productimgname {
  min-width: 200px;
}

table tbody .productimgname a.stock-img.product-img {
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  margin-right: 8px;
}

table tbody .productimgname a.stock-img.product-img img {
  width: 50px;
  height: 50px;
  max-width: 100%;
  margin-right: 0;
}

table.table-bordered thead tr th p {
  margin-bottom: 0;
}

.custom-table {
  border-radius: 10px;
  border: 1px solid var(--gray-100);
}

.custom-table table thead tr th {
  background: var(--light);
  color: var(--gray-900);
  font-size: 14px;
  padding: 12px 15px;
}

.custom-table table tbody tr td {
  padding: 12px 15px;
}

.custom-table table tbody tr td .detail-link {
  font-weight: 600;
  color: var(--gray-900);
  text-decoration: underline;
}

.custom-table table tbody tr td .detail-link:hover {
  color: #392C7D;
}

.custom-table table tbody tr td .course-title h6 {
  max-width: 262px;
  white-space: pre-wrap;
  font-size: 16px;
}

@media (max-width: 767.98px) {
  .custom-table table tbody tr td .course-title h6 {
    font-size: 14px;
  }
}

.custom-table table tbody tr:last-child td {
  border: 0;
}

.table tbody tr td a.delete-icon {
  font-size: 16px;
  color: #E70D0D;
}

.table tbody tr td a.delete-icon:hover {
  color: #b70a0a;
}

.table tr td .attendance-range {
  width: 8px;
  height: 15px;
  border-radius: 5px;
  display: block;
}

.hotel-list {
  box-shadow: none;
}

.hotel-list caption {
  color: #677788;
}

.hotel-list .table-active {
  --bs-table-color-state: var(--default-text-color);
}

.hotel-list .table {
  color: var(--gray-500);
  border-color: var(--gray-100);
  margin-block-end: 0;
}

.hotel-list .table tbody tr {
  border-color: var(--light-900);
}

.hotel-list .table tbody tr th {
  font-weight: 500;
}

.hotel-list .table th,
.hotel-list .table td {
  padding: 12px 20px;
  vertical-align: middle;
  font-size: 14px;
  white-space: nowrap;
}

.hotel-list .table thead tr {
  border-color: var(--light-900);
}

.hotel-list .table thead tr th {
  font-weight: 500;
  border-color: var(--light-900);
  font-size: 14px;
}

.hotel-list .table.table-sm> :not(caption)>*>* {
  padding: 0.3rem;
}

.hotel-list .table.table-dark {
  color: var(--light-700);
  border-color: rgba(var(--white), 0.1);
}

.hotel-list .table .thead-primary th {
  background-color: #392C7D;
  color: var(--white);
}

.hotel-list .table .thead-secondary th {
  background-color: #FF4667;
  color: var(--white);
}

.hotel-list .table .thead-info th {
  background-color: #5625E8;
  color: var(--white);
}

.hotel-list .table .thead-warning th {
  background-color: #FFC107;
  color: var(--white);
}

.hotel-list .table .thead-danger th {
  background-color: #E70D0D;
  color: var(--white);
}

.hotel-list .table .thead-success th {
  background-color: #03C95A;
  color: var(--white);
}

.hotel-list .table .thead-dark th {
  background-color: var(--dark);
  color: var(--white);
}

.hotel-list .table .thead-light th {
  background-color: var(--light-200);
  color: var(--gray-900);
}

.hotel-list .table.table-primary {
  background-color: var(--white);
  color: var(--black);
  --bs-table-color-state: $black;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--primary-rgb), 0.1);
  --bs-table-border-color: rgba(var(--primary-rgb), 0.05);
  --bs-table-striped-bg: rgba(var(--primary-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--primary-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--primary-rgb), 0.2);
}

.hotel-list .table.table-primary.table-striped>tbody>tr:nth-of-type(odd)>* {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--primary-rgb), 0.2);
  color: var(--black);
}

.hotel-list .table.table-primary.table.table-hover>tbody>tr:hover>* {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--primary-rgb), 0.4);
  color: var(--white);
}

.hotel-list .table.table-primary .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--primary-rgb));
  color: var(--white);
}

.hotel-list .table.table-secondary {
  background-color: var(--white);
  color: var(--black);
  --bs-table-color-state: $black;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--secondary-rgb), 0.1);
  --bs-table-border-color: rgba(var(--secondary-rgb), 0.05);
  --bs-table-striped-bg: rgba(var(--secondary-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--secondary-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--secondary-rgb), 0.2);
}

.hotel-list .table.table-secondary.table-striped>tbody>tr:nth-of-type(odd)>* {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--secondary-rgb), 0.2);
  color: var(--black);
}

.hotel-list .table.table-secondary.table.table-hover>tbody>tr:hover>* {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--secondary-rgb), 0.4);
  color: var(--white);
}

.hotel-list .table.table-secondary .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--secondary-rgb));
  color: var(--white);
}

.hotel-list .table.table-warning {
  background-color: var(--white);
  color: var(--black);
  --bs-table-color-state: $black;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--warning-rgb), 0.1);
  --bs-table-border-color: rgba(var(--warning-rgb), 0.05);
  --bs-table-striped-bg: rgba(var(--warning-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--warning-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--warning-rgb), 0.2);
}

.hotel-list .table.table-warning.table-striped>tbody>tr:nth-of-type(odd)>* {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--warning-rgb), 0.2);
  color: var(--black);
}

.hotel-list .table.table-warning.table.table-hover>tbody>tr:hover>* {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--warning-rgb), 0.4);
  color: var(--white);
}

.hotel-list .table.table-warning .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--warning-rgb));
  color: var(--white);
}

.hotel-list .table.table-success {
  background-color: var(--white);
  color: var(--black);
  --bs-table-color-state: $black;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--success-rgb), 0.1);
  --bs-table-border-color: rgba(var(--success-rgb), 0.05);
  --bs-table-striped-bg: rgba(var(--success-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--success-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--success-rgb), 0.2);
}

.hotel-list .table.table-success.table-striped>tbody>tr:nth-of-type(odd)>* {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--success-rgb), 0.2);
  color: var(--black);
}

.hotel-list .table.table-success.table.table-hover>tbody>tr:hover>* {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--success-rgb), 0.4);
  color: var(--white);
}

.hotel-list .table.table-success .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--success-rgb));
  color: var(--white);
}

.hotel-list .table.table-danger {
  background-color: var(--white);
  color: var(--black);
  --bs-table-color-state: $black;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--danger-rgb), 0.1);
  --bs-table-border-color: rgba(var(--danger-rgb), 0.05);
  --bs-table-striped-bg: rgba(var(--danger-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--danger-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--danger-rgb), 0.2);
}

.hotel-list .table.table-danger.table-striped>tbody>tr:nth-of-type(odd)>* {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--danger-rgb), 0.2);
  color: var(--black);
}

.hotel-list .table.table-danger.table.table-hover>tbody>tr:hover>* {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--danger-rgb), 0.4);
  color: var(--white);
}

.hotel-list .table.table-danger .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--danger-rgb));
  color: var(--white);
}

.hotel-list .table.table-info {
  background-color: var(--white);
  color: var(--black);
  --bs-table-color-state: $black;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--info-rgb), 0.1);
  --bs-table-border-color: rgba(var(--info-rgb), 0.05);
  --bs-table-striped-bg: rgba(var(--info-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--info-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--info-rgb), 0.2);
}

.hotel-list .table.table-info.table-striped>tbody>tr:nth-of-type(odd)>* {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--info-rgb), 0.2);
  color: var(--black);
}

.hotel-list .table.table-info.table.table-hover>tbody>tr:hover>* {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--info-rgb), 0.4);
  color: var(--white);
}

.hotel-list .table.table-info .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--info-rgb));
  color: var(--white);
}

.hotel-list .table.table-light {
  background-color: var(--white);
  color: var(--black);
  --bs-table-color-state: $black;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--light-rgb), 0.1);
  --bs-table-border-color: rgba(var(--light-rgb), 0.05);
  --bs-table-striped-bg: rgba(var(--light-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--light-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--light-rgb), 0.2);
}

.hotel-list .table.table-light.table-striped>tbody>tr:nth-of-type(odd)>* {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--light-rgb), 0.2);
  color: var(--black);
}

.hotel-list .table.table-light.table.table-hover>tbody>tr:hover>* {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--light-rgb), 0.4);
  color: var(--white);
}

.hotel-list .table.table-light .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--light-rgb));
  color: var(--white);
}

.hotel-list .table.table-dark {
  background-color: var(--white);
  color: var(--black);
  --bs-table-color-state: $black;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--dark-rgb), 0.1);
  --bs-table-border-color: rgba(var(--dark-rgb), 0.05);
  --bs-table-striped-bg: rgba(var(--dark-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--dark-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--dark-rgb), 0.2);
}

.hotel-list .table.table-dark.table-striped>tbody>tr:nth-of-type(odd)>* {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--dark-rgb), 0.2);
  color: var(--black);
}

.hotel-list .table.table-dark.table.table-hover>tbody>tr:hover>* {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--dark-rgb), 0.4);
  color: var(--white);
}

.hotel-list .table.table-dark .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--dark-rgb));
  color: var(--white);
}

.hotel-list .table.table-bordered.border-primary tbody,
.hotel-list .table.table-bordered.border-primary td,
.hotel-list .table.table-bordered.border-primary tfoot,
.hotel-list .table.table-bordered.border-primary th,
.hotel-list .table.table-bordered.border-primary thead,
.hotel-list .table.table-bordered.border-primary tr {
  border-color: rgba(57, 44, 125, 0.1);
}

.hotel-list .table.table-bordered.border-info tbody,
.hotel-list .table.table-bordered.border-info td,
.hotel-list .table.table-bordered.border-info tfoot,
.hotel-list .table.table-bordered.border-info th,
.hotel-list .table.table-bordered.border-info thead,
.hotel-list .table.table-bordered.border-info tr {
  border-color: rgba(86, 37, 232, 0.1);
}

.hotel-list .table.table-bordered.border-secondary tbody,
.hotel-list .table.table-bordered.border-secondary td,
.hotel-list .table.table-bordered.border-secondary tfoot,
.hotel-list .table.table-bordered.border-secondary th,
.hotel-list .table.table-bordered.border-secondary thead,
.hotel-list .table.table-bordered.border-secondary tr {
  border-color: rgba(255, 70, 103, 0.1);
}

.hotel-list .table.table-bordered.border-warning tbody,
.hotel-list .table.table-bordered.border-warning td,
.hotel-list .table.table-bordered.border-warning tfoot,
.hotel-list .table.table-bordered.border-warning th,
.hotel-list .table.table-bordered.border-warning thead,
.hotel-list .table.table-bordered.border-warning tr {
  border-color: rgba(255, 193, 7, 0.1);
}

.hotel-list .table.table-bordered.border-success tbody,
.hotel-list .table.table-bordered.border-success td,
.hotel-list .table.table-bordered.border-success tfoot,
.hotel-list .table.table-bordered.border-success th,
.hotel-list .table.table-bordered.border-success thead,
.hotel-list .table.table-bordered.border-success tr {
  border-color: rgba(3, 201, 90, 0.1);
}

.hotel-list .table.table-bordered.border-danger tbody,
.hotel-list .table.table-bordered.border-danger td,
.hotel-list .table.table-bordered.border-danger tfoot,
.hotel-list .table.table-bordered.border-danger th,
.hotel-list .table.table-bordered.border-danger thead,
.hotel-list .table.table-bordered.border-danger tr {
  border-color: rgba(231, 13, 13, 0.1);
}

.hotel-list .table.table-striped>tbody>tr:nth-of-type(odd)>* {
  --bs-table-accent-bg: rgba(var(--dark-rgb), 0.0125);
  color: var(--gray-500);
}

.hotel-list .table.table-striped-columns> :not(caption)>tr> :nth-child(2n) {
  --bs-table-accent-bg: rgba(var(--dark-rgb), 0.025);
  color: var(--gray-500);
}

.hotel-list .table tbody.table-group-divider {
  border-top: 1px solid var(--gray-100);
}

.hotel-list .table.table-hover>tbody>tr:hover>* {
  --bs-table-accent-bg: #F8F9FA;
  color: var(--gray-500);
}

.hotel-list .table .table-active {
  --bs-table-accent-bg: var(--light);
  color: var(--gray-500);
}

.hotel-list .table thead.table-primary {
  background-color: var(--white);
  color: var(--bs-table-color);
  --bs-table-color-state: #000;
  --bs-table-color: var(--black);
  --bs-table-bg: rgba(var(--primary-rgb), 0.1);
  --bs-table-border-color: rgba(var(--primary-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--primary-rgb), 0.5);
  --bs-table-striped-color: var(--black);
  --bs-table-active-bg: rgba(var(--primary-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--primary-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.hotel-list .table thead.table-secondary {
  background-color: var(--white);
  color: var(--bs-table-color);
  --bs-table-color-state: #000;
  --bs-table-color: var(--black);
  --bs-table-bg: rgba(var(--secondary-rgb), 0.1);
  --bs-table-border-color: rgba(var(--secondary-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--secondary-rgb), 0.5);
  --bs-table-striped-color: var(--black);
  --bs-table-active-bg: rgba(var(--secondary-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--secondary-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.hotel-list .table thead.table-warning {
  background-color: var(--white);
  color: var(--bs-table-color);
  --bs-table-color-state: #000;
  --bs-table-color: var(--black);
  --bs-table-bg: rgba(var(--warning-rgb), 0.1);
  --bs-table-border-color: rgba(var(--warning-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--warning-rgb), 0.5);
  --bs-table-striped-color: var(--black);
  --bs-table-active-bg: rgba(var(--warning-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--warning-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.hotel-list .table thead.table-success {
  background-color: var(--white);
  color: var(--bs-table-color);
  --bs-table-color-state: #000;
  --bs-table-color: var(--black);
  --bs-table-bg: rgba(var(--success-rgb), 0.1);
  --bs-table-border-color: rgba(var(--success-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--success-rgb), 0.5);
  --bs-table-striped-color: var(--black);
  --bs-table-active-bg: rgba(var(--success-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--success-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.hotel-list .table thead.table-danger {
  background-color: var(--white);
  color: var(--bs-table-color);
  --bs-table-color-state: #000;
  --bs-table-color: var(--black);
  --bs-table-bg: rgba(var(--danger-rgb), 0.1);
  --bs-table-border-color: rgba(var(--danger-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--danger-rgb), 0.5);
  --bs-table-striped-color: var(--black);
  --bs-table-active-bg: rgba(var(--danger-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--danger-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.hotel-list .table thead.table-info {
  background-color: var(--white);
  color: var(--bs-table-color);
  --bs-table-color-state: #000;
  --bs-table-color: var(--black);
  --bs-table-bg: rgba(var(--info-rgb), 0.1);
  --bs-table-border-color: rgba(var(--info-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--info-rgb), 0.5);
  --bs-table-striped-color: var(--black);
  --bs-table-active-bg: rgba(var(--info-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--info-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.hotel-list .table thead.table-light {
  background-color: var(--white);
  color: var(--bs-table-color);
  --bs-table-color-state: #000;
  --bs-table-color: var(--black);
  --bs-table-bg: rgba(var(--light-rgb), 0.1);
  --bs-table-border-color: rgba(var(--light-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--light-rgb), 0.5);
  --bs-table-striped-color: var(--black);
  --bs-table-active-bg: rgba(var(--light-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--light-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.hotel-list .table thead.table-dark {
  background-color: var(--white);
  color: var(--bs-table-color);
  --bs-table-color-state: #000;
  --bs-table-color: var(--black);
  --bs-table-bg: rgba(var(--dark-rgb), 0.1);
  --bs-table-border-color: rgba(var(--dark-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--dark-rgb), 0.5);
  --bs-table-striped-color: var(--black);
  --bs-table-active-bg: rgba(var(--dark-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--dark-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.hotel-list .datanew tbody {
  border-top: 1px solid var(--light-900);
}

.hotel-list .table-primary {
  --bs-table-color: var(--black);
  --bs-table-color-state: $black;
  --bs-table-bg: rgba(var(--primary-rgb), 0.1);
  --bs-table-border-color: rgba(var(--primary-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--primary-rgb), 0.3);
  --bs-table-striped-color: var(--black);
  --bs-table-active-bg: rgba(var(--primary-rgb), 0.3);
  --bs-table-active-color: var(--black);
  --bs-table-hover-bg: rgba(var(--primary-rgb), 0.3);
  --bs-table-hover-color: var(--black);
  color: var(--black);
  border-color: rgba(var(--primary-rgb), 0.1);
  background-color: var(--white);
}

.hotel-list .table-secondary {
  --bs-table-color: var(--black);
  --bs-table-color-state: $black;
  --bs-table-bg: rgba(var(--secondary-rgb), 0.1);
  --bs-table-border-color: rgba(var(--secondary-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--secondary-rgb), 0.3);
  --bs-table-striped-color: var(--black);
  --bs-table-active-bg: rgba(var(--secondary-rgb), 0.3);
  --bs-table-active-color: var(--black);
  --bs-table-hover-bg: rgba(var(--secondary-rgb), 0.3);
  --bs-table-hover-color: var(--black);
  color: var(--black);
  border-color: rgba(var(--secondary-rgb), 0.1);
  background-color: var(--white);
}

.hotel-list .table-warning {
  --bs-table-color: var(--black);
  --bs-table-color-state: $black;
  --bs-table-bg: rgba(var(--warning-rgb), 0.1);
  --bs-table-border-color: rgba(var(--warning-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--warning-rgb), 0.3);
  --bs-table-striped-color: var(--black);
  --bs-table-active-bg: rgba(var(--warning-rgb), 0.3);
  --bs-table-active-color: var(--black);
  --bs-table-hover-bg: rgba(var(--warning-rgb), 0.3);
  --bs-table-hover-color: var(--black);
  color: var(--black);
  border-color: rgba(var(--warning-rgb), 0.1);
  background-color: var(--white);
}

.hotel-list .table-success {
  --bs-table-color: var(--black);
  --bs-table-color-state: $black;
  --bs-table-bg: rgba(var(--success-rgb), 0.1);
  --bs-table-border-color: rgba(var(--success-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--success-rgb), 0.3);
  --bs-table-striped-color: var(--black);
  --bs-table-active-bg: rgba(var(--success-rgb), 0.3);
  --bs-table-active-color: var(--black);
  --bs-table-hover-bg: rgba(var(--success-rgb), 0.3);
  --bs-table-hover-color: var(--black);
  color: var(--black);
  border-color: rgba(var(--success-rgb), 0.1);
  background-color: var(--white);
}

.hotel-list .table-info {
  --bs-table-color: var(--black);
  --bs-table-color-state: $black;
  --bs-table-bg: rgba(var(--info-rgb), 0.1);
  --bs-table-border-color: rgba(var(--info-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--info-rgb), 0.3);
  --bs-table-striped-color: var(--black);
  --bs-table-active-bg: rgba(var(--info-rgb), 0.3);
  --bs-table-active-color: var(--black);
  --bs-table-hover-bg: rgba(var(--info-rgb), 0.3);
  --bs-table-hover-color: var(--black);
  color: var(--black);
  border-color: rgba(var(--info-rgb), 0.1);
  background-color: var(--white);
}

.hotel-list .table-danger {
  --bs-table-color: var(--black);
  --bs-table-color-state: $black;
  --bs-table-bg: rgba(var(--danger-rgb), 0.1);
  --bs-table-border-color: rgba(var(--danger-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--danger-rgb), 0.3);
  --bs-table-striped-color: var(--black);
  --bs-table-active-bg: rgba(var(--danger-rgb), 0.3);
  --bs-table-active-color: var(--black);
  --bs-table-hover-bg: rgba(var(--danger-rgb), 0.3);
  --bs-table-hover-color: var(--black);
  color: var(--black);
  border-color: rgba(var(--danger-rgb), 0.1);
  background-color: var(--white);
}

.hotel-list .table-dark {
  --bs-table-color: var(--black);
  --bs-table-color-state: $black;
  --bs-table-bg: rgba(var(--dark-rgb), 0.1);
  --bs-table-border-color: rgba(var(--dark-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--dark-rgb), 0.3);
  --bs-table-striped-color: var(--black);
  --bs-table-active-bg: rgba(var(--dark-rgb), 0.3);
  --bs-table-active-color: var(--black);
  --bs-table-hover-bg: rgba(var(--dark-rgb), 0.3);
  --bs-table-hover-color: var(--black);
  color: var(--black);
  border-color: rgba(var(--dark-rgb), 0.1);
  background-color: var(--white);
}

.hotel-list .table-light {
  --bs-table-color: var(--black);
  --bs-table-color-state: $black;
  --bs-table-bg: rgba(var(--light-rgb), 0.1);
  --bs-table-border-color: rgba(var(--light-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--light-rgb), 0.3);
  --bs-table-striped-color: var(--black);
  --bs-table-active-bg: rgba(var(--light-rgb), 0.3);
  --bs-table-active-color: var(--black);
  --bs-table-hover-bg: rgba(var(--light-rgb), 0.3);
  --bs-table-hover-color: var(--black);
  color: var(--black);
  border-color: rgba(var(--light-rgb), 0.1);
  background-color: var(--white);
}

.hotel-list [data-theme-mode=dark] .table-dark {
  border-color: rgba(0, 0, 0, 0.025);
}

.hotel-list [dir=rtl] .table {
  margin-inline-end: 1px;
}

.hotel-list .invoice-table {
  border: 1px solid var(--light-900);
  border-radius: 5px;
  margin: 20px 0;
}

.hotel-list .invoice-table thead th {
  border-bottom: 1px solid var(--light-900);
}

.hotel-list .invoice-table thead th:first-child {
  width: 80%;
}

.hotel-list .invoice-table tbody tr:last-child td {
  border-bottom: 0;
}

.hotel-list .invoice-table .delete-invoive-list {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F6CECE;
  color: #E70D0D;
  border-radius: 5px;
  font-size: 16px;
}

.hotel-list .invoice-product-table {
  border-top: 1px solid var(--light-900);
}

.hotel-list .table {
  margin: 0;
}

.hotel-list .table tbody tr td {
  color: var(--gray-700);
  font-size: 14px;
}

.hotel-list .table tbody tr td .product-img img {
  border: 0;
}

.hotel-list .table tbody tr.active {
  border-bottom: 0;
}

.hotel-list .table tbody tr.active td {
  font-size: 18px;
  color: var(--gray-700);
  font-weight: 600;
  border-bottom: 0;
}

.hotel-list .table tbody tr .checkboxs .checkmarks {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.hotel-list .new tbody tr td {
  border-bottom: none;
}

.hotel-list .dataTables_filter+.dataTables_filter {
  display: none;
}

.hotel-list .productimgname {
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.hotel-list .productimgname a {
  color: #FF4667;
  font-weight: 500;
}

.hotel-list .table .input-blocks input[type=text] {
  height: 40px;
}

.hotel-list .table {
  margin: 0;
}

.hotel-list .table tbody tr td {
  color: var(--gray-700);
}

.hotel-list .table tbody tr td .product-img img {
  border: 0;
}

.hotel-list .table tbody tr td a {
  color: var(--gray-900);
}

.hotel-list .table tbody tr td a.product-img {
  margin-right: 5px;
  flex-shrink: 0;
}

.hotel-list .table tbody tr td a .info-img {
  margin-right: 8px;
  width: 16px;
  height: 16px;
}

.hotel-list .table tbody tr td a:hover {
  color: #392C7D;
}

.hotel-list .table tbody tr.active {
  border-bottom: 0;
}

.hotel-list .table tbody tr.active td {
  font-size: 18px;
  color: var(--gray-700);
  font-weight: 600;
  border-bottom: 0;
}

.hotel-list table tbody .productimgname {
  min-width: 200px;
}

.hotel-list table tbody .productimgname a.stock-img.product-img {
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  margin-right: 8px;
}

.hotel-list table tbody .productimgname a.stock-img.product-img img {
  width: 50px;
  height: 50px;
  max-width: 100%;
  margin-right: 0;
}

.hotel-list table.table-bordered thead tr th p {
  margin-bottom: 0;
}

.hotel-list .custom-table {
  border-radius: 5px;
}

.hotel-list .custom-table table thead tr th {
  background: var(--gray-100);
  color: var(--gray-900);
  font-size: 14px;
  border: 0;
  padding: 12px 20px;
}

.hotel-list .custom-table table tbody tr td {
  border: 0;
  padding: 12px 20px;
}

.hotel-list .custom-table table tbody tr td .detail-link {
  font-weight: 600;
  color: var(--gray-900);
  text-decoration: underline;
}

.hotel-list .custom-table table tbody tr td .detail-link:hover {
  color: #392C7D;
}

.hotel-list .table tbody tr td a.delete-icon {
  font-size: 16px;
  color: #E70D0D;
}

.hotel-list .table tbody tr td a.delete-icon:hover {
  color: #b70a0a;
}

.hotel-list .custom-table {
  overflow: hidden;
}

.hotel-list .custom-table .table-responsive tr th {
  border: 0;
  border-bottom: 1px solid var(--light-900);
}

.hotel-list .custom-table .table-responsive tr.report-first-head th {
  border-bottom: 0;
}

.hotel-list .custom-table .table-responsive tr td {
  border: 0;
  border-bottom: 1px solid var(--light-900);
}

.hotel-list .custom-table .table-responsive tr td input.form-control {
  min-width: 200px;
}

.hotel-list .custom-table .table-responsive tr:last-child td {
  border-bottom: 0;
}

.hotel-list .table tr td .attendance-range {
  width: 8px;
  height: 15px;
  border-radius: 5px;
  display: block;
}

.hotel-list .table-responsive {
  border-radius: 0 0 10px 10px;
}

.hotel-list .table-responsive table tbody tr:last-child td {
  border-bottom: 0;
}

.cart-table .table-responsive {
  border-radius: 10px;
}

.modal .modal-content {
  border: 1px solid var(--light-900);
  box-shadow: 0px 4px 74px 0px rgba(208, 208, 208, 0.2509803922);
  border-radius: 5px;
  background: var(--white);
}

.modal .modal-title {
  font-size: 20px;
  font-weight: 600;
}

@media (max-width: 991.98px) {
  .modal .modal-title {
    font-size: 16px;
  }
}

.modal .logo-lg img {
  width: 150px;
}

.modal .modal-header {
  border-color: var(--gray-100);
  border-bottom: 1px solid var(--gray-100);
}

.modal .modal-header .close,
.modal .modal-header .btn-close {
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  color: var(--gray-900);
  opacity: 1;
  font-size: 14px;
  width: 24px;
  height: 24px;
  border: 0px solid var(--gray-900);
  font-weight: 700;
  background-color: transparent;
  border-radius: 50px;
}

.modal .modal-header .close:hover,
.modal .modal-header .btn-close:hover {
  border-color: #E70D0D;
  color: #E70D0D;
}

.modal .modal-footer {
  border-top: 1px solid var(--gray-100);
}

.modal .modal-footer .btn {
  margin: 0;
  font-weight: 500;
  padding: 7px 16px;
  font-size: 12px;
}

.modal .modal-footer .btn-secondary {
  background: #FF4667;
}

.modal .modal-footer .btn-secondary:hover {
  box-shadow: inset 0 0px 0px 100px var(--white);
  color: #FF4667 !important;
}

.modal .note-editor.note-frame.card {
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.modal-content .modal-header {
  justify-content: space-between;
}

.modal-content .modal-header .custom-btn-close {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: var(--gray-900);
  font-size: 24px;
  margin: 0;
  padding: 0;
  background-image: none;
}

.modal-content .modal-header .custom-btn-close:hover {
  background-color: #E70D0D;
}

.modal-btn .btn {
  padding: 5px 20px;
}

.modal.animated .modal-dialog {
  transform: translate(0, 0);
}

.modal.effect-scale .modal-dialog {
  transform: scale(0.7);
  opacity: 0;
  transition: all 0.3s;
}

.modal.effect-scale.show .modal-dialog {
  transform: scale(1);
  opacity: 1;
}

.modal.effect-slide-in-right .modal-dialog {
  transform: translateX(20%);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.modal.effect-slide-in-right.show .modal-dialog {
  transform: translateX(0);
  opacity: 1;
}

.modal.effect-slide-in-bottom .modal-dialog {
  transform: translateY(20%);
  opacity: 0;
  transition: all 0.3s;
}

.modal.effect-slide-in-bottom.show .modal-dialog {
  transform: translateY(0);
  opacity: 1;
}

.modal.effect-newspaper .modal-dialog {
  transform: scale(0) rotate(720deg);
  opacity: 0;
}

.modal.effect-newspaper.show~.modal-backdrop,
.modal.effect-newspaper .modal-dialog {
  transition: all 0.5s;
}

.modal.effect-newspaper.show .modal-dialog {
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

.modal.effect-fall {
  perspective: 1300px;
}

.modal.effect-fall .modal-dialog {
  transform-style: preserve-3d;
  transform: translateZ(600px) rotateX(20deg);
  opacity: 0;
}

.modal.effect-fall.show .modal-dialog {
  transition: all 0.3s ease-in;
  transform: translateZ(0px) rotateX(0deg);
  opacity: 1;
}

.modal.effect-flip-horizontal {
  perspective: 1300px;
}

.modal.effect-flip-horizontal .modal-dialog {
  transform-style: preserve-3d;
  transform: rotateY(-70deg);
  transition: all 0.3s;
  opacity: 0;
}

.modal.effect-flip-horizontal.show .modal-dialog {
  transform: rotateY(0deg);
  opacity: 1;
}

.modal.effect-flip-vertical {
  perspective: 1300px;
}

.modal.effect-flip-vertical .modal-dialog {
  transform-style: preserve-3d;
  transform: rotateX(-70deg);
  transition: all 0.3s;
  opacity: 0;
}

.modal.effect-flip-vertical.show .modal-dialog {
  transform: rotateX(0deg);
  opacity: 1;
}

.modal.effect-super-scaled .modal-dialog {
  transform: scale(2);
  opacity: 0;
  transition: all 0.3s;
}

.modal.effect-super-scaled.show .modal-dialog {
  transform: scale(1);
  opacity: 1;
}

.modal.effect-sign {
  perspective: 1300px;
}

.modal.effect-sign .modal-dialog {
  transform-style: preserve-3d;
  transform: rotateX(-60deg);
  transform-origin: 50% 0;
  opacity: 0;
  transition: all 0.3s;
}

.modal.effect-sign.show .modal-dialog {
  transform: rotateX(0deg);
  opacity: 1;
}

.modal.effect-rotate-bottom {
  perspective: 1300px;
}

.modal.effect-rotate-bottom .modal-dialog {
  transform-style: preserve-3d;
  transform: translateY(100%) rotateX(90deg);
  transform-origin: 0 100%;
  opacity: 0;
  transition: all 0.3s ease-out;
}

.modal.effect-rotate-bottom.show .modal-dialog {
  transform: translateY(0%) rotateX(0deg);
  opacity: 1;
}

.modal.effect-rotate-left {
  perspective: 1300px;
}

.modal.effect-rotate-left .modal-dialog {
  transform-style: preserve-3d;
  transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  transform-origin: 0 100%;
  opacity: 0;
  transition: all 0.3s;
}

.modal.effect-rotate-left.show .modal-dialog {
  transform: translateZ(0px) translateX(0%) rotateY(0deg);
  opacity: 1;
}

.offcanvas.offcanvas-end {
  width: auto !important;
}

.offcanvas.offcanvas-end.em-payrol-add {
  max-width: 1192px !important;
}

#delete-modal .modal-dialog {
  max-width: 400px;
}

#delete-modal .modal-dialog .delete-icon {
  width: 60px;
  height: 60px;
  border-radius: 5px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  background: #F6CECE;
  color: #E70D0D;
  font-size: 40px;
}

#delete-modal .modal-dialog h4 {
  font-size: 20px;
  margin-bottom: 5px;
}

#delete-modal .modal-dialog p {
  margin-bottom: 24px;
}

.custom-modal .modal-header {
  justify-content: space-between;
  align-items: center;
}

.modal-header .badge {
  box-shadow: none;
}

.custom-modal-body {
  padding: 40px;
}

/****** Layout ******/
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 50px !important;
}

::-webkit-scrollbar-track {
  background: var(--light-500);
}

::-webkit-scrollbar-thumb {
  background: var(--gray-200);
}

::-webkit-scrollbar-thumb:hover {
  background: var(--gray-200);
}

.swal2-header .swal2-title {
  font-size: 18px;
}

hr {
  border-color: var(--gray-100);
  opacity: 1;
}

.checkboxs {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  position: relative;
  padding-left: 25px;
}

.checkboxs input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkboxs input~.checkmarks {
  border: 1px solid var(--light-900);
  border-radius: 2px;
}

.checkboxs input:checked~.checkmarks {
  background-color: #392C7D;
  border-color: #392C7D;
}

.checkboxs input:checked~.checkmarks:after {
  display: block;
}

.checkboxs .checkmarks {
  height: 18px;
  width: 18px;
  position: absolute;
  top: 2px;
  left: 0;
}

.checkboxs .checkmarks::after {
  content: "";
  position: absolute;
  display: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  color: var(--white);
  font-weight: 600;
  font-size: 10px;
}

.shadow-sm {
  box-shadow: 0px 4px 4px 0px rgba(212, 212, 212, 0.2);
}

/*============================
  24.header
============================*/
header {
  background: transparent;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1050;
  transition: all 0.9s;
}

header.fixed {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 1050;
  transition: all 0.9s;
  background-color: var(--white);
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.15);
}

header.fixed .header-nav .main-menu-wrapper .main-nav>li>a {
  color: var(--gray-900);
}

header.fixed .header-nav .main-menu-wrapper .main-nav>li.active>a {
  color: #FF4667;
}

header.fixed .header-btn .theme-toggle {
  color: var(--gray-900);
}

header.fixed .header__hamburger .sidebar-menu {
  color: var(--gray-900);
}

header .header-logo .logo a {
  float: left;
}

header .header-logo .logo a img {
  float: left;
  max-height: 32px;
}

header .header-logo.logo-dark {
  display: none;
}

header .header-nav {
  align-items: center;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  position: relative;
}

@media (max-width: 991.98px) {
  header .header-nav {
    height: 55px;
  }
}

@media (max-width: 575.98px) {
  header .header-nav {
    display: block;
  }
}

@media (max-width: 575.98px) {
  header .header-nav .navbar-logo {
    width: auto;
  }
}

header .header-nav .main-menu-wrapper {
  align-items: center;
  border: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  position: relative;
  padding: 15px 0;
  margin-bottom: 0;
  display: block;
}

@media (max-width: 991.98px) {
  header .header-nav .main-menu-wrapper {
    order: 3;
    width: 260px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1060;
    transform: translateX(-260px);
    -webkit-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    transition: all 0.4s;
    background-color: var(--white);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 0;
  }
}

@media (max-width: 991.98px) {
  header .header-nav .main-menu-wrapper .navbar-logo {
    display: none;
  }
}

@media (max-width: 991.98px) {
  header .header-nav .main-menu-wrapper .main-nav {
    flex-direction: column;
    margin-bottom: 0;
    list-style: none;
    padding: 0;
    width: 100%;
    padding: 0 20px;
  }
}

header .header-nav .main-menu-wrapper .main-nav>li {
  padding: 8px 0;
}

@media (max-width: 991.98px) {
  header .header-nav .main-menu-wrapper .main-nav>li {
    width: 100%;
    padding: 0;
  }
}

header .header-nav .main-menu-wrapper .main-nav>li>a {
  font-size: 15px;
  font-weight: 500;
  position: relative;
}

header .header-nav .main-menu-wrapper .main-nav>li>a:hover {
  color: #FF4667;
}

@media (max-width: 991.98px) {
  header .header-nav .main-menu-wrapper .main-nav>li>a {
    color: var(--gray-500);
    padding: 16px 0;
  }
}

header .header-nav .main-menu-wrapper .main-nav>li.active.has-submenu>a::after {
  left: calc(50% - 6px);
}

header .header-nav .main-menu-wrapper .main-nav>li .submenu li {
  position: relative;
}

header .header-nav .main-menu-wrapper .main-nav>li .submenu li.active {
  color: #FF4667;
}

header .header-nav .main-menu-wrapper .main-nav>li .submenu li.active>a {
  color: #FF4667;
}

header .header-nav .main-menu-wrapper .main-nav>li .submenu li a {
  display: block;
  padding: 8px 16px;
  clear: both;
  white-space: nowrap;
  transition: all 0.35s ease;
  width: 100%;
  position: relative;
  font-weight: 500;
}

@media (max-width: 991.98px) {
  header .header-nav .main-menu-wrapper .main-nav>li .submenu li a {
    padding: 8px 20px;
    font-size: 14px;
    color: var(--gray-500);
  }
}

header .header-nav .main-menu-wrapper .main-nav>li .submenu li a:hover {
  color: #FF4667;
  padding-left: 20px;
}

header .header-nav .main-menu-wrapper .main-nav>li .login-link {
  display: none;
}

@media (max-width: 575.98px) {
  header .navbar-header {
    width: 100%;
    height: inherit;
    text-align: center;
  }
}

header .navbar-header .navbar-brand {
  display: inline-block;
  padding: 0;
  line-height: 0;
}

@media (max-width: 991.98px) {
  header .navbar-header .navbar-brand {
    margin-right: 0;
  }
}

header .navbar-header .logo-small {
  display: none;
}

@media (max-width: 575.98px) {
  header .navbar-header .logo-small {
    display: block;
    width: 100%;
    text-align: center;
  }
}

header .navbar-header #mobile_btn {
  display: none;
  margin-right: 30px;
}

@media (max-width: 991.98px) {
  header .navbar-header #mobile_btn {
    display: inline-block;
    line-height: 0;
  }
}

@media (max-width: 575.98px) {
  header .navbar-header #mobile_btn {
    right: 0;
    margin-right: 0;
    padding: 0 0px;
    position: absolute;
    z-index: 99;
  }
}

header .navbar-header #mobile_btn .bar-icon {
  display: inline-block;
  width: 31px;
  color: #FF4667;
  font-size: 20px;
}

header .navbar-header #mobile_btn .bar-icon span {
  background-color: #392C7D;
  display: block;
  float: left;
  height: 3px;
  margin-bottom: 7px;
  width: 31px;
  border-radius: 2px;
  margin-bottom: 5px;
}

header .navbar-header #mobile_btn .bar-icon span:nth-child(2) {
  width: 20px;
}

header .navbar-header #mobile_btn .bar-icon span:nth-child(3) {
  width: 16px;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  header .navbar-header {
    display: inline-flex;
    align-items: center;
  }
}

@media (max-width: 575.98px) {
  header .navbar-header {
    width: 100%;
    height: inherit;
  }
}

header .main-menu-wrapper {
  margin: 0;
}

@media (min-width: 992px) {
  header .main-menu-wrapper.active {
    position: unset;
  }
}

header .main-menu-wrapper .menu-header {
  align-items: center;
  height: 60px;
  padding: 0 20px;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  display: none;
}

@media (max-width: 991.98px) {
  header .main-menu-wrapper .menu-header {
    display: flex;
    height: 65px;
    align-items: center;
    background: var(--white);
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  header .main-menu-wrapper .menu-header .menu-logo img {
    width: 140px;
  }
}

header .main-menu-wrapper .menu-header .menu-close {
  font-size: 18px;
  color: #392C7D;
}

@media (min-width: 992px) {
  header .main-menu-wrapper .main-nav>li .submenu>li .submenu {
    left: 0;
    top: 10%;
    margin-top: 10px;
    font-size: 14px;
    margin: 0;
    min-width: 200px;
    opacity: 0;
    padding-left: 0;
    position: absolute;
    transition: all 0.2s ease;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform-origin: 0 0;
    visibility: hidden;
    z-index: 1000;
    border-top: 0;
    display: unset;
  }
}

@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav>li .submenu>li .submenu {
    left: 0;
  }
}

header .main-menu-wrapper .main-nav>li .submenu>li ul li.has-submenu:hover .submenu {
  top: 0;
  position: relative;
}

header .main-menu-wrapper .main-nav>li .submenu>li.has-submenu>a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 12px;
}

header .main-menu-wrapper .main-nav {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 8px;
}

@media (min-width: 992px) {
  header .main-menu-wrapper .main-nav {
    position: relative;
  }
}

@media (min-width: 992px) {
  header .main-menu-wrapper .main-nav.active {
    position: unset;
  }
}

header .main-menu-wrapper .main-nav:last-child {
  margin-right: 0;
}

@media (max-width: 1399.98px) {
  header .main-menu-wrapper .main-nav>li {
    margin-right: 12px !important;
  }

  header .main-menu-wrapper .main-nav>li:last-child {
    margin-right: 0;
  }
}

@media (max-width: 1199.98px) {
  header .main-menu-wrapper .main-nav>li {
    margin-right: 10px !important;
  }

  header .main-menu-wrapper .main-nav>li:last-child {
    margin-right: 0;
    border: 0;
  }
}

@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav>li {
    margin-right: 0 !important;
  }

  header .main-menu-wrapper .main-nav>li:last-child {
    margin-right: 0;
    border: 0;
  }
}

header .main-menu-wrapper .main-nav>li.active>a,
header .main-menu-wrapper .main-nav>li:hover>a {
  color: #FF4667;
}

header .main-menu-wrapper .main-nav>li a i {
  font-size: 12px;
  margin-left: 4px;
}

@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav>li a {
    display: block;
    line-height: 20px;
    padding: 12px 15px;
    font-size: 14px;
    font-weight: 500;
  }

  header .main-menu-wrapper .main-nav>li a i {
    font-size: 14px;
  }
}

@media (max-width: 991.98px) and (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav>li a i {
    float: right;
    margin-top: 5px;
    font-size: 14px;
  }
}

@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav>li a:hover {
    color: #FF4667;
  }
}

header .main-menu-wrapper .main-nav>li:last-child {
  margin-right: 0;
}

@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav>li {
    border-bottom: 1px solid var(--gray-100);
    padding: 0;
  }
}

@media (min-width: 992px) {
  header .main-menu-wrapper .main-nav>li {
    display: block;
    position: relative;
    margin-right: 30px;
  }

  header .main-menu-wrapper .main-nav>li:last-child {
    margin-right: 0;
  }
}

@media (max-width: 1199.98px) {
  header .main-menu-wrapper .main-nav>li {
    margin-right: 20px;
  }
}

@media (min-width: 992px) {
  header .main-menu-wrapper .main-nav>li>ul {
    background-color: var(--white);
    border-radius: 5px;
    box-shadow: 0px 4px 4px 0px rgba(212, 212, 212, 0.2509803922);
    display: block;
    font-size: 14px;
    left: 0;
    margin: 0;
    min-width: 200px;
    opacity: 0;
    padding: 0;
    position: absolute;
    transition: all 0.2s ease;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform-origin: 0 0;
    top: 100%;
    visibility: hidden;
    z-index: 1000;
    padding: 5px 0;
    border-radius: 0 0 10px 10px;
  }
}

@media (min-width: 992px) {
  header .main-menu-wrapper .main-nav>li.megamenu {
    position: unset;
  }
}

@media (min-width: 992px) {
  header .main-menu-wrapper .main-nav>li>ul.mega-submenu {
    width: 100%;
    padding: 0;
    border: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    min-width: 250px;
    transform-origin: center top 0;
    -webkit-transform-origin: center top 0;
    -moz-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    -o-transform-origin: center top 0;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 16px 50px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 16px 50px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 16px 50px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 16px 50px rgba(0, 0, 0, 0.08);
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
  }
}

@media (min-width: 992px) {
  header .main-menu-wrapper .main-nav>li.mega-innermenu {
    position: unset;
  }
}

header .main-menu-wrapper .main-nav>li.mega-innermenu>ul.mega-submenu .megamenu-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

header .main-menu-wrapper .main-nav>li.mega-innermenu>ul.mega-submenu .megamenu-wrapper::before {
  content: "";
  background: url('ban-bg.png') no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-position: bottom right;
  background-size: contain;
}

header .main-menu-wrapper .main-nav>li.mega-innermenu>ul.mega-submenu h6 {
  margin-bottom: 24px;
}

header .main-menu-wrapper .main-nav>li.mega-innermenu>ul.mega-submenu ul li {
  margin-bottom: 16px;
}

header .main-menu-wrapper .main-nav>li.mega-innermenu>ul.mega-submenu ul li:last-child {
  margin-bottom: 0;
}

header .main-menu-wrapper .main-nav>li.mega-innermenu>ul.mega-submenu ul li a {
  padding: 0 0 0 14px;
  font-weight: 400;
  color: var(--gray-600);
}

header .main-menu-wrapper .main-nav>li.mega-innermenu>ul.mega-submenu ul li a::before {
  font-family: "Fontawesome";
  content: "\f054";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 12px;
}

header .main-menu-wrapper .main-nav>li.mega-innermenu>ul.mega-submenu ul li a:hover {
  padding-left: 15px;
}

header .main-menu-wrapper .main-nav>li.mega-innermenu>ul.mega-submenu ul li.active a {
  color: #FF4667;
}

@media (min-width: 992px) {
  header .main-menu-wrapper .main-nav>li.mega-innermenu>ul.mega-submenu {
    min-width: 600px;
    width: auto;
  }
}

@media (min-width: 992px) {
  header .main-menu-wrapper .main-nav li.has-submenu:hover>.submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    border-radius: 2px;
  }

  header .main-menu-wrapper .main-nav li.has-submenu:hover>.submenu>.has-submenu .submenu {
    visibility: hidden;
    opacity: 0;
    margin-top: -1px;
    z-index: 1000;
    margin-right: 0;
    margin-top: 10px;
    top: 0;
    position: absolute;
    transition: all 0.2s ease;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform-origin: 0 0;
    background: var(--white);
    left: 100%;
    box-shadow: 0px 4px 54px 0px rgba(224, 224, 224, 0.2509803922);
  }

  header .main-menu-wrapper .main-nav li.has-submenu:hover>.submenu>.has-submenu:hover>.submenu {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    margin-top: 0;
  }

  header .main-menu-wrapper .main-nav li.has-submenu.megamenu:hover>.submenu {
    transform: translateY(-14px);
  }
}

@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav .has-submenu ul {
    display: none;
  }
}

header .main-menu-wrapper .main-nav li.login-link {
  display: none;
}

@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav li.login-link {
    display: block;
  }
}

@media (max-width: 575.98px) {
  header .header-btn {
    display: none !important;
  }
}

header .header-btn .icon-btn>a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gray-100);
  background: var(--white);
  font-size: 16px;
}

header .header-btn .icon-btn>a:hover {
  background: var(--light);
}

@media (max-width: 991.98px) {
  header .header-btn .icon-btn:last-child {
    margin-right: 0 !important;
  }
}

header .header-btn .btn {
  border-radius: 55px;
  padding: 7px 16px;
  margin-right: 12px;
}

header .header-btn .btn.btn-white:hover {
  background: #392C7D;
  border-color: #392C7D;
  color: var(--white);
}

header .header-btn .btn.btn-white:hover a {
  color: var(--white);
}

header .header-btn .btn:last-child {
  margin-right: 0;
}

@media (max-width: 1199.98px) {
  header .header-btn .btn {
    display: none !important;
  }
}

header .header-btn .profile-dropdown {
  margin-right: 12px;
}

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

header.header-two .header-nav {
  align-items: center;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  position: relative;
}

@media (max-width: 575.98px) {
  header.header-two .header-nav {
    display: block;
  }
}

header.header-two .header-nav .main-navbar {
  align-items: center;
  display: flex;
}

@media (max-width: 575.98px) {
  header.header-two .header-nav .main-navbar {
    height: inherit;
  }
}

@media (max-width: 575.98px) {
  header.header-two .header-nav .navbar-logo {
    width: auto;
  }
}

header.header-two .header-btn .icon-btn {
  margin-right: 12px;
}

header.header-two .header-btn .icon-btn:last-child {
  margin-right: 24px;
}

header.header-two .header-btn .icon-btn>a {
  background: var(--white);
  border-color: var(--white);
}

header.header-one {
  position: fixed;
}

header.header-one.fixed {
  background: #392C7D;
}

header.header-one.fixed .main-menu-wrapper .main-nav>li>a {
  color: var(--white);
}

header.header-one .flag-dropdown a img {
  height: 14px;
}

@media (min-width: 992px) {
  header.header-one .main-menu-wrapper .main-nav {
    display: inline-flex;
    padding: 8px;
    border-radius: 50px;
    justify-content: center;
  }

  header.header-one .main-menu-wrapper .main-nav>li {
    margin-right: 0 !important;
    padding: 0 !important;
  }

  header.header-one .main-menu-wrapper .main-nav>li>a {
    padding: 4px 16px;
    border-radius: 50px;
    display: block;
  }

  header.header-one .main-menu-wrapper .main-nav>li>a:hover {
    color: #FF4667 !important;
  }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  header.header-one .main-menu-wrapper .main-nav>li>a {
    padding: 4px 13px;
  }
}

@media (min-width: 992px) {
  header.header-one .main-menu-wrapper .main-nav>li.active>a {
    color: #FF4667 !important;
  }

  header.header-one .main-menu-wrapper .main-nav>li i {
    font-size: 8px;
    margin-left: 2px;
    vertical-align: middle;
  }
}

header.header-one .main-menu-wrapper .main-nav>li>a {
  font-size: 15px;
}

@media (min-width: 992px) {
  header.header-one .main-menu-wrapper .main-nav>li>a {
    color: var(--white);
  }
}

header.header-one .header-btn .icon-btn {
  margin-right: 12px;
}

header.header-one .header-btn .icon-btn:last-child {
  margin-right: 24px;
}

header.header-one .header-btn .icon-btn>a {
  background: var(--white);
  border-color: var(--white);
}

header.header-one .navbar-header #mobile_btn .bar-icon span {
  background: var(--white);
}

header.header-one.fixed .navbar-header #mobile_btn .bar-icon span {
  background: #392C7D;
}

header.header-four {
  position: fixed;
}

.profile-dropdown a .avatar {
  width: 36px;
  height: 36px;
}

.profile-dropdown .dropdown-menu {
  border: 1px solid var(--gray-100);
  border-radius: 10px;
  padding: 0;
}

.profile-dropdown .dropdown-menu .profile-header {
  padding: 15px 20px;
  border-bottom: 1px solid var(--gray-100);
}

.profile-dropdown .dropdown-menu .profile-header .avatar {
  margin-right: 10px;
}

.profile-dropdown .dropdown-menu .profile-header h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}

.profile-dropdown .dropdown-menu .profile-header p {
  font-size: 12px;
}

.profile-dropdown .dropdown-menu .profile-body {
  padding: 15px 20px;
  border-bottom: 1px solid var(--gray-100);
}

.profile-dropdown .dropdown-menu .profile-body li {
  margin-bottom: 8px;
}

.profile-dropdown .dropdown-menu .profile-body li:last-child {
  margin-bottom: 0;
}

.profile-dropdown .dropdown-menu .profile-footer {
  padding: 15px 20px;
}

.profile-dropdown .dropdown-menu .profile-footer .dropdown-item {
  margin-bottom: 12px;
}

.profile-dropdown .dropdown-menu .dropdown-item {
  color: var(--gray-900);
  padding: 0;
}

.profile-dropdown .dropdown-menu .dropdown-item i {
  color: var(--gray-500);
}

.profile-dropdown .dropdown-menu .dropdown-item:hover {
  color: #FF4667;
  background: transparent;
}

.profile-dropdown .dropdown-menu .dropdown-item:hover i {
  color: #FF4667;
}

.profile-dropdown .dropdown-menu .message-count {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  color: var(--white);
  background: #392C7D;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}

.menu-opened .main-menu-wrapper {
  transform: translateX(0);
}

.menu-opened .main-menu-wrapper body {
  overflow: hidden;
}

.header-topbar {
  padding: 8px 0 0;
  position: relative;
  background: var(--dark);
}

.header-topbar p {
  color: var(--white);
}

.header-topbar p i {
  color: var(--gray-500);
}

.header-topbar .social-icon a {
  width: 15px;
  height: 15px;
  background: var(--light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: var(--dark);
  border-radius: 50%;
}

.header-topbar .social-icon a:hover {
  background: #392C7D;
  color: var(--white);
}

.header-topbar .dropdown>a {
  color: var(--white);
  font-weight: 500;
}

.header-topbar .dropdown.flag-dropdown img {
  height: 12px;
}

.header-topbar .dropdown .dropdown-menu {
  z-index: 9999;
}

.header-topbar .cart-dropdown a,
.header-topbar .fav-dropdown a {
  color: var(--white);
}

@media (max-width: 767.98px) {
  .header-topbar {
    display: none;
  }
}

.flag-dropdown img {
  height: 12px;
  border-radius: 50%;
}

.count-icon {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  align-items: center;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  font-size: 10px;
  font-weight: 500;
  position: absolute;
  top: -4px;
  right: -4px;
}

.header__hamburger .sidebar-menu {
  color: var(--gray-900);
}

.offcanvas-info {
  background: var(--white) none repeat scroll 0 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 350px;
  height: 100%;
  transform: translateX(calc(100% + 80px));
  -webkit-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 99999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}

.offcanvas-info::-webkit-scrollbar {
  display: none;
}

.offcanvas-info.show {
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
}

.offcanvas-wrap {
  position: relative;
  height: 100%;
  padding: 20px;
}

.offcanvas-wrap .offcanvas-detail .offcanvas-close {
  text-align: center;
  color: var(--gray-600);
  position: relative;
  z-index: 9;
  cursor: pointer;
}

.offcanvas-wrap .offcanvas-detail .offcanvas-close:hover {
  color: #E70D0D;
}

.offcanvas-wrap .offcanvas-detail .offcanvas__contact {
  margin-top: 20px;
}

.offcanvas-wrap .offcanvas-detail .offcanvas__contact .header-button .theme-btn {
  width: 100%;
  padding: 16px 40px;
}

.offcanvas-wrap .offcanvas-detail .offcanvas__contact .dropdown-menu {
  z-index: 999999;
}

.offcanvas-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}

.offcanvas-overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}

@media (max-width: 575px) {
  .offcanvas-info {
    width: 300px;
  }

  .offcanvas-wrap {
    padding: 20px;
  }
}

.main-header {
  position: absolute;
  z-index: 1050;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s ease 0s;
}

@media (max-width: 991.98px) {
  .main-header {
    position: absolute;
  }
}

.wishlist-info {
  background: var(--light-200);
  border-radius: 10px;
  padding: 20px;
}

.wishlist-info .cart-dropdown a,
.wishlist-info .fav-dropdown a {
  font-size: 20px;
  color: var(--gray-900);
}

.header-dropdown {
  background: var(--light-200);
  border-radius: 10px;
  padding: 20px;
}

.header-dropdown .dropdown .dropdown-toggle {
  border-radius: 4px;
  padding: 7px 12px;
  color: var(--gray-600);
}

.header-dropdown .dropdown .dropdown-toggle::after {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.mean-container .mean-nav ul li a i {
  display: none;
}

.mean-container .mean-nav ul li a.mean-expand i {
  display: block;
}

.megamenu-wrapper {
  padding: 24px 24px 0;
  box-shadow: 0px 4px 4px 0px rgba(212, 212, 212, 0.2509803922);
}

@media (max-width: 991.98px) {
  .megamenu-wrapper {
    padding: 0;
    box-shadow: none;
  }
}

@media (max-width: 991.98px) {
  .megamenu-wrapper h6 {
    display: none;
  }
}

.megamenu-wrapper .single-demo {
  padding: 15px;
  transition: 0.4s;
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px rgba(212, 212, 212, 0.2509803922);
  text-align: center;
  margin-bottom: 20px;
}

.megamenu-wrapper .single-demo a {
  padding: 0 !important;
}

@media (max-width: 991.98px) {
  .megamenu-wrapper .single-demo a {
    padding: 8px 20px !important;
  }
}

.megamenu-wrapper .single-demo .demo-img {
  margin-bottom: 10px;
}

@media (max-width: 991.98px) {
  .megamenu-wrapper .single-demo .demo-img {
    display: none;
  }
}

.megamenu-wrapper .single-demo .demo-info a {
  font-size: 14px;
  font-weight: 500;
}

.megamenu-wrapper .single-demo:hover {
  transform: translateY(-2px);
}

@media (max-width: 991.98px) {
  .megamenu-wrapper .single-demo {
    box-shadow: none;
    padding: 0;
    border: 0;
    text-align: left;
    margin: 0;
  }
}

.megamenu-wrapper .btn:hover {
  padding-left: 15px !important;
}

.single-demo.active .demo-info a {
  color: #FF4667 !important;
}

.menu-img {
  border-radius: 10px;
  max-width: 205px;
  margin-left: auto;
  overflow: hidden;
  transition: all 0.9s;
}

.menu-img img {
  border-radius: 10px;
  border: 4px solid var(--white);
  box-shadow: 0px 4px 4px 0px rgba(212, 212, 212, 0.2509803922);
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transition: all 0.9s;
}

.menu-img:hover img {
  transform: scale(1.12);
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
  transition: all 0.9s;
}

@media (max-width: 991.98px) {
  .menu-img {
    display: none;
  }
}

.mean-container .mean-nav .main-nav li.mega-innermenu li a {
  padding: 4px 4px 4px 16px !important;
}

.mean-container .mean-nav .main-nav li.mega-innermenu .megamenu-wrapper ul {
  display: block !important;
}

.mean-container .mean-nav .main-nav li.mega-innermenu .megamenu-wrapper ul li:last-child {
  margin-bottom: 0;
}

.mean-container .mean-nav .main-nav li.mega-innermenu .megamenu-wrapper .mean-expand {
  display: none;
}

.mean-container .mean-nav .main-nav li.mega-menu li a {
  padding: 4px 4px 4px 16px !important;
}

header.header-five .header-nav .main-menu-wrapper .main-nav>li.active>a::after {
  color: #FF4667;
}

header.header-six.fixed .header-nav .main-menu-wrapper .main-nav>li.active>a::after {
  color: var(--white);
}

header .header-btn .icon-btn .theme-toggle {
  display: none;
}

header .header-btn .icon-btn .theme-toggle.activate {
  display: flex;
}

.white-logo-responsive {
  display: none;
}

header.header-five .header-logo.logo-dark {
  display: none;
}

header.header-five .header-logo.logo-white {
  display: block;
}

header.header-four .header-logo.logo-dark {
  display: none;
}

header.header-four .header-logo.logo-white {
  display: block;
}

header.header-three .header-logo.logo-dark {
  display: none;
}

header.header-three .header-logo.logo-white {
  display: block;
}

.header-topbar .logo-white {
  display: none;
}

@media (max-width: 1199.98px) {
  .header-six .header__hamburger {
    margin-left: auto;
  }

  .header-six .header__hamburger .sidebar-menu {
    color: var(--white) !important;
  }

  .header-six .header-btn {
    display: none !important;
  }
}

.sidebar-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  height: 100%;
  width: 100%;
  z-index: 1040;
  position: fixed;
  top: 0;
  left: 0;
}

@media (max-width: 991.98px) {
  .sidebar-overlay.opened {
    display: block;
  }
}

.menu-opened .main-menu-wrapper {
  transform: translateX(0) !important;
  -webkit-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
}

html.menu-opened body {
  overflow: hidden;
}

@media (max-width: 991.98px) {
  #mobile-menu {
    display: none;
  }
}

.menu-dropdown {
  padding: 20px;
}

@media (min-width: 992px) {
  .menu-dropdown {
    display: none;
  }
}

.menu-dropdown .dropdown>a {
  border: 1px solid var(--gray-100);
  border-radius: 5px;
  padding: 6px 12px;
  display: flex;
}

.menu-dropdown .dropdown .dropdown-toggle:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 12px;
}

.menu-dropdown .cart-item {
  border: 1px solid var(--gray-100);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu-dropdown .cart-item h6 {
  font-weight: 500;
}

.menu-dropdown .icon-btn>a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gray-100);
  background: var(--white);
  font-size: 16px;
}

.menu-dropdown .icon-btn>a:hover {
  background: var(--light);
}

.menu-login {
  padding: 0 20px 20px;
}

@media (min-width: 992px) {
  .menu-login {
    display: none;
  }
}

/*============================
  32.breadcrumb
============================*/
.breadcrumb-bar {
  padding: 40px 0 40px;
  position: relative;
  z-index: 1;
  background: linear-gradient(90deg, #FEE0DE 0%, #E4F5FD 51.39%, #DDEDFF 100%);
}

.breadcrumb-bar .breadcrumb-title {
  font-size: 36px;
  color: var(--gray-900);
}

@media (max-width: 991.98px) {
  .breadcrumb-bar .breadcrumb-title {
    font-size: 26px;
  }
}

@media (max-width: 767.98px) {
  .breadcrumb-bar .breadcrumb-title {
    font-size: 22px;
  }
}

.breadcrumb .breadcrumb-item {
  color: var(--gray-900);
  position: relative;
  font-size: 14px;
}

.breadcrumb .breadcrumb-item a {
  color: var(--gray-900);
}

.breadcrumb .breadcrumb-item a:hover {
  color: #FF4667;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item {
  margin-left: 26px;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item:before {
  content: "";
  width: 15px;
  height: 5px;
  border-radius: 5px;
  background: #FF4667;
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
}

.breadcrumb .breadcrumb-item.active {
  color: var(--gray-700);
}

.breadcrumb-bg-01 {
  /* background: url("../../assets/img/bg/breadcrumb.jpg") no-repeat; */
  background-size: cover;
}

.breadcrumb-bg-02 {
  /* background: url("../../assets/img/bg/breadcrumb-02.jpg") no-repeat; */
  background-size: cover;
  background-position: center;
}

.breadcrumb-bg-03 {
  /* background: url("../../assets/img/bg/breadcrumb-03.jpg") no-repeat; */
  background-size: cover;
}

.breadcrumb-bg-04 {
  background-color: var(--gray-900);
}

.breadcrumb-bg-05 {
  /* background: url("../img/bg/breadcrumb-05.jpg") no-repeat; */
  background-size: cover;
  background-position: center;
}

.breadcrumb-bg-06 {
  /* background: url("../img/bg/breadcrumb-04.jpg") no-repeat; */
  background-size: cover;
  background-position: center;
}

.footer {
  position: relative;
  border-top: 1px solid var(--gray-100);
}

.footer .footer-top {
  padding: 50px 0;
}

@media (max-width: 991.98px) {
  .footer .footer-top {
    padding: 40px 0;
  }
}

.footer .footer-about .footer-logo {
  margin-bottom: 20px;
}

.footer .footer-about p {
  margin-bottom: 30px;
}

.footer .footer-contact-info .footer-address {
  margin-bottom: 16px;
}

.footer .footer-contact-info .footer-address:last-child {
  margin-bottom: 0;
}

.footer .subscribe-input {
  position: relative;
  margin-bottom: 24px;
}

.footer .subscribe-input input {
  height: 42px;
  border-radius: 45px;
  padding-right: 100px;
  border: 1px solid var(--gray-100);
  font-size: 14px;
  padding-left: 16px;
}

.footer .subscribe-input input:placeholder {
  color: var(--gray-300);
}

.footer .subscribe-input button {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.footer .subscribe-input button i {
  font-size: 10px;
}

.footer-bg .footer-bg-1 {
  position: absolute;
  left: 0;
  top: 0;
  height: 300px;
  z-index: -1;
}

.footer-bg .footer-bg-2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.footer-widget .footer-title {
  margin-bottom: 15px;
}

.footer-widget ul li {
  margin-bottom: 14px;
}

.footer-widget ul li:last-child {
  margin-bottom: 0;
}

.footer-widget ul li a {
  color: var(--gray-500);
  font-size: 15px;
}

.footer-widget ul li a:hover {
  color: #FF4667;
}

@media (max-width: 991.98px) {
  .footer-widget ul li a {
    font-size: 14px;
  }
}

.footer-bottom {
  background: #342777;
  padding: 1.5rem 0;
}

.footer-bottom .footer-link li {
  position: relative;
}

.footer-bottom .footer-link li a {
  color: var(--white);
}

.footer-bottom .footer-link li a:hover {
  color: #FF4667;
}

.footer-bottom .footer-link li+li {
  padding-left: 15px;
  margin-left: 15px;
}

.footer-bottom .footer-link li+li::before {
  content: "";
  width: 1px;
  height: 12px;
  background: var(--white);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.footer.footer-one {
  background: var(--dark);
}

.footer.footer-one .footer-top {
  padding: 60px 0;
}

@media (max-width: 991.98px) {
  .footer.footer-one .footer-top {
    padding: 40px 0;
  }
}

.footer.footer-one .footer-about p {
  color: var(--light);
}

.footer.footer-one .footer-widget .footer-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--white);
}

.footer.footer-one .footer-widget ul li {
  margin-bottom: 10px;
}

.footer.footer-one .footer-widget ul li:last-child {
  margin-bottom: 0;
}

.footer.footer-one .footer-widget ul li a {
  color: var(--light);
}

.footer.footer-one .footer-widget ul li a:hover {
  color: #FF4667;
}

.footer.footer-one .subscribe-form {
  position: relative;
  margin-bottom: 16px;
}

.footer.footer-one .subscribe-form span {
  position: absolute;
  top: 50%;
  left: 32px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: var(--gray-500);
  display: flex;
}

.footer.footer-one .subscribe-form .form-control {
  height: 54px;
  border-radius: 70px;
  padding-left: 56px;
}

.footer.footer-one .subscribe-form .form-control::placeholder {
  color: var(--gray-500);
}

@media (max-width: 767.98px) {
  .footer.footer-one .subscribe-form .form-control {
    height: 50px;
  }
}

.footer.footer-one .footer-newsletter p {
  color: var(--light);
  font-size: 14px;
  margin-bottom: 16px;
}

.footer.footer-one .footer-bottom {
  background: var(--dark);
  border-top: 1px solid var(--gray-800);
}

.footer.footer-one .footer-bottom p {
  color: var(--light);
  font-size: 14px;
}

.footer.footer-one .footer-bottom .footer-link li a {
  font-size: 14px;
  color: var(--light);
}

.footer.footer-one .footer-bottom .footer-link li a:hover {
  color: #FF4667;
}

.footer.footer-one .footer-bottom .footer-link li+li {
  padding-left: 15px;
  margin-left: 15px;
}

.footer.footer-one .footer-bottom .footer-link li+li::before {
  content: "";
  width: 1px;
  height: 10px;
  background: var(--white);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.footer.footer-one .footer-bottom .social-icon {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 8px;
}

.footer.footer-one .footer-bottom .social-icon a {
  width: 20px;
  height: 20px;
  background: var(--light);
  border-radius: 50%;
  color: var(--dark);
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer.footer-one .footer-bottom .social-icon a:hover {
  background: #FF4667;
  color: var(--white);
}

@media (max-width: 991.98px) {
  .footer.footer-one .footer-bottom .social-icon {
    justify-content: center;
  }
}

/*============================
  23.content
============================*/
.content {
  padding: 60px 0;
}

@media (max-width: 991.98px) {
  .content {
    padding: 40px 0;
  }
}

.content.content-two {
  padding-bottom: 36px;
}

@media (max-width: 767.98px) {
  .content.content-two {
    padding-bottom: 16px;
  }
}

.page-header {
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.page-header .breadcrumb {
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  .page-header {
    flex-direction: column;
    align-items: self-start;
  }
}

.page-header .page-title {
  margin-bottom: 10px;
}

.page-header h3 {
  font-weight: 700;
  color: var(--gray-900);
  font-size: 18px;
}

@media (max-width: 991.98px) {
  .page-header h3 {
    font-size: 14px;
  }
}

.page-header h4 {
  font-weight: 600;
  color: var(--gray-900);
  font-size: 18px;
  margin-bottom: 5px;
}

@media (max-width: 991.98px) {
  .page-header h4 {
    font-size: 18px;
  }
}

.page-header h6 {
  font-size: 14px;
  color: var(--gray-700);
  font-weight: 400;
}

@media (max-width: 991.98px) {
  .page-header h6 {
    font-size: 12px;
  }
}

@media (max-width: 575.98px) {
  .page-header h6 {
    font-size: 12px;
    margin-bottom: 20px;
  }
}

.back-to-top-icon {
  position: fixed;
  right: 15px;
  bottom: 30px;
  z-index: 9999;
  width: 36px;
  height: 36px;
  text-align: center;
  border-radius: 0 10px 0 10px;
  background: #392C7D;
  color: var(--white);
  cursor: pointer;
  border: 0;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  transition: all 0.5s ease;
}

.back-to-top-icon:hover {
  color: var(--white);
  background: #392C7D;
}

.back-to-top-icon.show {
  opacity: 1;
  transition: all 0.5s ease;
}

/******* Vendors ******/
.select2-container {
  min-width: 100% !important;
  z-index: 99;
}

.select2-container .select2-selection--single {
  height: 40px;
}

.select2-container--default .select2-selection--single {
  border: 1px solid var(--Stroke, rgba(145, 158, 171, 0.3));
  border-radius: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--gray-900) !important;
  line-height: 40px;
  border-radius: 6px;
  padding-left: 16px;
  font-size: 14px;
  font-weight: 400;
  padding-right: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered span {
  display: inline-flex;
  align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__rendered span img {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  margin-right: 5px;
}

.select2-container--default .select2-selection--single .select {
  width: 219px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  right: 7px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  position: absolute;
  top: 50%;
  left: 50%;
  border-color: var(--gray-900);
  border-style: solid;
  border-width: 0 1px 1px 0;
  padding: 3px;
  height: 0;
  margin-left: -6px;
  margin-top: -3px;
  width: 0;
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: var(--black);
  border-width: 1px 0 0 1px;
  margin-top: 3px;
  padding: 3px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #392C7D;
  color: var(--white);
}

.select2-container--focus .select2-selection--single {
  border-color: var(--light-900);
}

span.select2-container.select2-container--default.select2-container--open {
  z-index: 9999;
}

.select2-container--default .select2-selection--single {
  background: var(--white);
}

.select2-container--classic .select2-selection--single,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--multiple,
.select2-container--classic .select2-selection--single .select2-selection__arrow,
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  border-color: var(--gray-100);
  color: var(--gray-900);
}

.select2-dropdown {
  border-color: var(--gray-100);
  background: var(--white);
}

.select2-container--default .select2-selection--multiple {
  line-height: 27px;
  height: auto;
  min-height: 40px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: #5625E8;
  border-color: #5625E8;
  color: var(--white);
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-color: #392C7D;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #392C7D;
}

.select2-container--open .ti-filter {
  z-index: 9999 !important;
}

.select2-results__option span {
  display: inline-flex;
  align-items: center;
}

.select2-results__option span img {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  margin-right: 5px;
}

table.dataTable {
  margin: 0 !important;
}

table.dataTable>thead .sorting:after,
table.dataTable>thead .sorting_asc:after,
table.dataTable>thead .sorting_desc:after,
table.dataTable>thead .sorting_asc_disabled:after,
table.dataTable>thead .sorting_desc_disabled:after {
  right: 0px !important;
  content: "\f175" !important;
  font-family: "Font Awesome 5 Free";
  bottom: 8px !important;
  color: var(--gray-300) !important;
  font-size: 10px !important;
  opacity: 1 !important;
  position: absolute;
  font-weight: 600;
  line-height: 1px !important;
}

table.dataTable>thead .sorting:before,
table.dataTable>thead .sorting_asc:before,
table.dataTable>thead .sorting_desc:before,
table.dataTable>thead .sorting_asc_disabled:before,
table.dataTable>thead .sorting_desc_disabled:before {
  right: 8px !important;
  content: "\f176" !important;
  font-family: "Font Awesome 5 Free";
  top: 22px !important;
  color: var(--gray-300) !important;
  font-size: 10px !important;
  opacity: 1 !important;
  position: absolute;
  font-weight: 600;
  line-height: 1px !important;
}

.dataTables_paginate .paging_numbers {
  float: right;
}

.dataTables_info {
  font-size: 14px;
  color: var(--gray-500);
  font-weight: 500;
}

@media (max-width: 767.98px) {
  .dataTables_info {
    font-size: 12px;
    text-align: center;
    padding-bottom: 0 !important;
  }
}

.custom-select {
  min-width: 80px;
  /* background: url(../img/icons/dropdown.svg) no-repeat 95% 50%; */
}

.dataTables_paginate .pagination {
  justify-content: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
}

.dataTables_paginate .pagination li {
  margin: 0 2px;
}

.dataTables_paginate .pagination li a {
  background: transparent;
  border-color: var(--gray-200);
  border-radius: 50% !important;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gray-500);
  font-size: 12px;
}

.dataTables_paginate .pagination li a:hover {
  background: #392C7D;
  color: var(--white);
}

.dataTables_paginate .pagination li.active a.page-link {
  background: #392C7D;
  border-color: #392C7D;
  border-radius: 5px;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dataTables_paginate .pagination li.previous.disabled,
.dataTables_paginate .pagination li.prev {
  width: auto;
  margin: 0 10px 0 0;
}

.dataTables_paginate .pagination li.previous.disabled a,
.dataTables_paginate .pagination li.prev a {
  background-color: transparent;
  border: 0;
  width: auto;
  padding: 0;
  font-size: 15px;
}

.dataTables_paginate .pagination li.previous.disabled a i,
.dataTables_paginate .pagination li.prev a i {
  margin-right: 8px;
}

.dataTables_paginate .pagination li.previous.disabled a:hover,
.dataTables_paginate .pagination li.prev a:hover {
  color: #03C95A;
}

.dataTables_paginate .pagination li.next.disabled,
.dataTables_paginate .pagination li.next {
  width: auto;
  margin: 0 0 0 10px;
}

.dataTables_paginate .pagination li.next.disabled a,
.dataTables_paginate .pagination li.next a {
  background-color: transparent;
  border: 0;
  width: auto;
  padding: 0;
  font-size: 15px;
}

.dataTables_paginate .pagination li.next.disabled a i,
.dataTables_paginate .pagination li.next a i {
  margin-left: 8px;
}

.dataTables_paginate .pagination li.next.disabled a:hover,
.dataTables_paginate .pagination li.next a:hover {
  color: #392C7D;
}

@media (max-width: 767.98px) {
  .dataTables_paginate .pagination {
    justify-content: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
  }
}

.dataTables_length {
  padding: 15px 0;
}

@media (max-width: 767.98px) {
  .dataTables_length {
    text-align: center;
    padding-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  .dataTables_length label {
    justify-content: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
  }
}

.dataTables_paginate {
  margin-top: 15px !important;
}

.dataTables_length label {
  display: flex;
  align-items: center;
  color: var(--gray-700);
  font-size: 14px;
}

.dataTables_length label .form-select {
  width: 61px;
  border: 1px solid var(--gray-200);
  border-radius: 6px;
  color: var(--gray-700);
  margin: 0 8px;
  background-position: right 5px center;
  padding-right: 15px;
  line-height: normal;
}

@media (max-width: 767.98px) {
  .datatable-length {
    text-align: center;
  }
}

div.dataTables_wrapper div.dataTables_info {
  padding: 15px 0;
}

table.dataTable thead>tr>th.no-sort.sorting_asc:before {
  display: none;
}

table.dataTable thead>tr>th.no-sort.sorting_asc::after {
  display: none;
}

table.dataTable thead>tr>th.no-sort.sorting:before {
  display: none;
}

table.dataTable thead>tr>th.no-sort.sorting::after {
  display: none;
}

.custom-table .table-responsive {
  border: 1px solid var(--gray-200);
  border-radius: 6px;
}

table.table.dataTable>tbody>tr {
  border-color: var(--gray-200);
}

table.table.dataTable>tbody>tr td {
  color: var(--gray-500);
  border-bottom: 1px solid var(--gray-200);
  padding: 10px 20px;
}

table.table.dataTable>thead>tr {
  border-color: var(--gray-200);
}

table.table.dataTable>thead>tr th {
  color: var(--gray-900);
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px;
}

.dataTables_filter {
  margin-bottom: 15px;
}

#select-all~.checkmarks {
  top: -7px;
}

#select-all2~.checkmarks {
  top: -7px;
}

#select-all3~.checkmarks {
  top: -7px;
}

.custom-datatable-filter {
  background: var(--white);
  border-radius: 5px;
}

.custom-datatable-filter [class*=col-md] {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.custom-datatable-filter .dataTables_filter {
  margin: 15px 0;
}

@media (max-width: 767.98px) {
  .custom-datatable-filter .dataTables_filter {
    text-align: center !important;
  }
}

.custom-datatable-filter .dataTables_paginate {
  margin: 15px 0 !important;
}

@media (max-width: 767.98px) {
  .custom-datatable-filter .dataTables_paginate {
    text-align: center !important;
  }
}

.no-datatable_length .dataTables_length {
  display: none;
}

.no-datatable_length .dataTables_filter {
  display: none;
}

.no-datatable_length .dataTables_info {
  display: none;
}

.no-datatable_length .dataTables_paginate {
  display: none;
}

.datatable-info .dataTables_info {
  display: none !important;
}

.datatable-info .dataTables_info:first-child {
  display: block !important;
}

.datatable-length .dataTables_length {
  display: none !important;
}

.datatable-length .dataTables_length:first-child {
  display: block !important;
}

.datatable-paginate .dataTables_paginate {
  display: none !important;
}

.datatable-paginate .dataTables_paginate:first-child {
  display: block !important;
}

.daterangepicker .ranges li.active {
  background-color: #392C7D;
}

.daterangepicker td.active {
  background-color: #392C7D;
}

.daterangepicker td.active:hover {
  background-color: #392C7D;
}

.daterange-wraper .date-range {
  padding-left: 30px;
  font-size: 14px;
  color: var(--gray-700);
  border: 0;
  min-height: auto;
  height: 36px;
  border: 0;
  box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.0509803922);
}

.daterange-wraper .date-range:focus {
  border-left: 0;
}

.daterange-wraper .cal-icon-date {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

/*============================
  60.meanmenu
============================*/
.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-bar {
  background: var(--white);
}

.mean-container .mean-nav {
  background: var(--white);
  margin-top: 0;
}

.mean-container .mean-nav ul li.active>a {
  color: #392C7D;
}

.mean-container .mean-nav ul li .submenu li:last-child {
  margin-bottom: 12px;
}

.mean-container .mean-nav ul li .submenu li a {
  font-size: 14px;
  font-weight: 400;
  padding: 4px 4px 4px 16px;
  width: 100%;
}

.mean-container .mean-nav>ul {
  display: block !important;
}

.mean-container .mean-nav>ul>li {
  border-bottom: 1px solid var(--gray-100);
}

.mean-container .mean-nav>ul li a {
  color: var(--gray-600);
  font-weight: 500;
  padding: 16px 0;
  border: 0;
}

/******* Pages ******/
/*=============================
    Banner
===============================*/
.banner-section {
  position: relative;
  background-color: #392C7D;
  padding: 155px 0 80px;
  z-index: 0;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .banner-section {
    padding: 105px 0 50px;
  }
}

.banner-section .banner-bg1 {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
}

.banner-section .banner-bg2 {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 20%;
}

.banner-section .banner-bg3 {
  position: absolute;
  z-index: -1;
  left: 20px;
  top: 33%;
}

.banner-section .banner-bg4 {
  position: absolute;
  right: 0;
  top: 30%;
}

.banner-section .banner-content {
  position: relative;
  z-index: 0;
}

.banner-section .banner-content .banner-bg5 {
  position: absolute;
  right: -10%;
  top: 0;
  z-index: -1;
}

.banner-section .banner-content .hero-title {
  display: inline-block;
  background-color: #342777;
  padding: 4px 16px;
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 16px;
  border-radius: 30px;
}

@media (max-width: 991.98px) {
  .banner-section .banner-content h1 {
    font-size: 34px;
  }
}

@media (max-width: 767.98px) {
  .banner-section .banner-content h1 {
    font-size: 28px;
  }
}

@media (max-width: 575.98px) {
  .banner-section .banner-content h1 {
    font-size: 26px;
  }
}

.banner-section .banner-content h1 span {
  color: #FF4667;
  text-decoration: underline;
  margin-bottom: 16px;
}

.banner-section .banner-content p {
  color: var(--light);
  margin-bottom: 24px;
}

.banner-section .banner-content .banner-search {
  background: var(--white);
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 10px;
  margin-bottom: 40px;
}

@media (max-width: 575.98px) {
  .banner-section .banner-content .banner-search {
    display: block;
  }
}

.banner-section .banner-content .banner-search .dropdown {
  flex-shrink: 0;
  margin-right: 20px;
}

@media (max-width: 575.98px) {
  .banner-section .banner-content .banner-search .dropdown {
    margin-right: 0;
  }
}

.banner-section .banner-content .banner-search .hero-dropdown {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--light);
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 20px;
}

.banner-section .banner-content .banner-search .hero-dropdown i {
  margin-left: 29px;
}

.banner-section .banner-content .banner-search .hero-dropdown:hover {
  color: var(--gray-900);
}

.banner-section .banner-content .banner-search input {
  height: 48px;
  width: 100%;
}

@media (max-width: 575.98px) {
  .banner-section .banner-content .banner-search input {
    width: 100%;
  }
}

.banner-section .banner-content .banner-search button {
  height: 47px;
  width: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 16px;
}

@media (max-width: 575.98px) {
  .banner-section .banner-content .banner-search button {
    width: 100%;
  }
}

.banner-section .banner-content .counter-item {
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 991.98px) {
  .banner-section .banner-content .counter-item {
    width: 47%;
  }
}

.banner-section .banner-content .counter-item .counter-icon {
  margin-right: 8px;
}

.banner-section .banner-content .counter-item .count-content p {
  font-weight: 500;
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  .banner-section .banner-content .counter-item {
    justify-content: center;
  }
}

.banner-section .banner-image {
  position: relative;
  padding: 0 40px;
}

.banner-section .banner-image::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: url('ban-bg.png') no-repeat;
  width: 100%;
  height: 318px;
}

@media (max-width: 991.98px) {
  .banner-section .banner-image {
    display: none;
  }
}

.banner-section-two {
  position: relative;
  background: var(--light-100);
  max-height: 578px;
  overflow: hidden;
}

.banner-section-two .star-01 {
  position: absolute;
  z-index: 0;
  top: 0;
  left: -65px;
}

.banner-section-two .star-02 {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 500px;
}

.banner-section-two .star-03 {
  position: absolute;
  z-index: 0;
  left: -60px;
  top: 250px;
}

.banner-section-two .star-04 {
  position: absolute;
  z-index: 0;
  left: 255px;
  top: 125px;
}

.banner-section-two .star-05 {
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: -70px;
}

.banner-section-two .star-06 {
  position: absolute;
  z-index: 0;
  top: 40px;
  left: -45px;
  animation: upDown 3s ease-in-out infinite;
}

.banner-section-two .star-07 {
  position: absolute;
  z-index: 0;
  top: 220px;
  left: 520px;
  animation: verticalRotate 5s linear infinite;
}

.banner-section-two .star-08 {
  position: absolute;
  z-index: 0;
  top: 115px;
  right: 20px;
  animation: moveDiagonal 4s ease-in-out infinite;
}

.banner-section-two .star-09 {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 320px;
  animation: downUp 4s ease-in-out infinite;
}

.banner-section-two .star-10 {
  position: absolute;
  z-index: 1;
  bottom: 8px;
  right: 70px;
  animation: downUp 3s ease-in-out infinite;
}

.banner-section-two .star-11 {
  position: absolute;
  z-index: 0;
  top: 95px;
  left: 430px;
  animation: myAnim 4s ease 0s infinite normal forwards;
}

.banner-section-two .banner-badge {
  padding: 4px 12px;
  background: #FF4667;
  border-radius: 10px;
  color: var(--white);
}

.banner-section-two .banner-content {
  padding: 118px 0;
}

@media (max-width: 991.98px) {
  .banner-section-two .banner-content {
    padding: 80px 0;
    display: block !important;
  }
}

@media (max-width: 767.98px) {
  .banner-section-two .banner-content {
    padding: 60px 0;
  }
}

@media (max-width: 575.98px) {
  .banner-section-two .banner-content {
    padding: 20px 0;
  }
}

.banner-section-two .banner-content .banner-info {
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  .banner-section-two .banner-content .banner-info {
    margin-bottom: 30px;
  }
}

.banner-section-two .banner-content .banner-info p {
  font-weight: 600;
}

.banner-section-two h1 .banner-title {
  z-index: 1;
  color: var(--white);
}

.banner-section-two h1 .banner-title .title-bg {
  z-index: -1;
  top: 4px;
  left: -3px;
}

.banner-section-two .banner-form {
  position: relative;
  border: 1px solid var(--gray-100);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--white);
  border-radius: 80px;
  box-shadow: 0px 4px 14px 0px rgba(219, 219, 219, 0.2509803922);
  padding: 15px;
}

@media (max-width: 991.98px) {
  .banner-section-two .banner-form {
    height: 70px;
  }
}

@media (max-width: 575.98px) {
  .banner-section-two .banner-form {
    display: block;
    height: auto;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px rgba(212, 212, 212, 0.25);
  }
}

.banner-section-two .banner-form .form-control {
  position: relative;
  border: none;
  width: 50%;
  background: transparent;
  width: 100%;
  padding-left: 0;
}

.banner-section-two .banner-form .form-control:focus-visible {
  outline: none;
}

@media (max-width: 575.98px) {
  .banner-section-two .banner-form .form-control {
    padding-left: 0;
    height: 56px;
    border: 1px solid var(--light) !important;
    border-radius: 80px;
    margin-bottom: 10px;
    padding: 10px 20px;
  }
}

.banner-section-two .banner-form .btn {
  font-size: 16px;
}

.banner-section-two .banner-form button {
  right: 16px;
}

@media (max-width: 575.98px) {
  .banner-section-two .banner-form button {
    width: 100%;
    height: 42px;
  }
}

.banner-section-two .dropdown {
  padding: 0 16px 0 10px;
  margin-right: 16px;
}

@media (max-width: 575.98px) {
  .banner-section-two .dropdown {
    border: 1px solid var(--light);
    border-radius: 80px;
    margin-bottom: 10px;
    padding: 15px 20px;
  }
}

.banner-section-two .dropdown .dropdown-toggle {
  border: none;
  padding: 0;
  width: 100%;
}

.banner-section-two .dropdown .dropdown-toggle i {
  color: var(--gray-600);
}

@media (max-width: 575.98px) {
  .banner-section-two .dropdown .dropdown-toggle {
    padding-right: 15px;
  }
}

@media (max-width: 575.98px) {
  .banner-section-two .dropdown .dropdown-toggle::after {
    position: absolute;
    right: 20px;
  }
}

.banner-section-two .dropdown .dropdown-menu {
  width: 100%;
}

.banner-section-two .btn.show,
.banner-section-two .btn.show:hover,
.banner-section-two .btn:first-child:active,
.banner-section-two :not(.btn-check)+.btn:active {
  background: var(--white);
  border-color: var(--white);
  color: var(--gray-900);
}

.banner-section-two .banner-img-section {
  position: relative;
  text-align: right;
  padding-right: 50px;
  margin-left: 40px;
}

@media (max-width: 991.98px) {
  .banner-section-two .banner-img-section {
    display: none;
  }
}

.banner-section-two .banner-img-section .about-img {
  border-radius: 10px;
}

.banner-section-two .banner-img-section .banner-bg-01 {
  position: absolute;
  bottom: 0;
  z-index: 0;
  left: 70px;
}

@media (max-width: 1399.98px) {
  .banner-section-two .banner-img-section .banner-bg-01 {
    left: 10px;
  }
}

.banner-section-two .banner-img-section .banner-bg-02 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.banner-section-two .banner-img-section .enrolled-list-cover {
  display: inline-flex;
  box-shadow: 0px 4px 4px 0px rgba(212, 212, 212, 0.2509803922);
  border: 1px solid var(--light-900);
  border-radius: 30px 30px 0px 30px;
  background: var(--white);
  position: absolute;
  left: 20px;
  top: 85px;
  z-index: 1;
  padding: 10px;
}

@media (max-width: 1199.98px) {
  .banner-section-two .banner-img-section .enrolled-list-cover {
    top: 20px;
    left: -80px;
  }
}

.banner-section-two .banner-img-section .enrolled-list-cover .enrolled-list {
  padding: 15px;
  border: 1px solid var(--light);
  border-radius: 30px 30px 0px 30px;
}

.banner-section-two .banner-img-section .enrolled-list-cover .enrolled-list p {
  color: var(--gray-900);
  font-size: 14px;
  font-weight: 500;
}

.banner-section-two .banner-img-section .enrolled-list-cover .enrolled-list .avatar-list-stacked {
  margin-bottom: 10px;
}

.banner-section-two .banner-img-section .course-count {
  box-shadow: 0px 4px 4px 0px rgba(212, 212, 212, 0.2509803922);
  padding: 10px;
  background: #392C7D;
  border-radius: 30px 30px 30px 0;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 170px;
}

.banner-section-two .banner-img-section .course-count .counter-icon {
  width: 32px;
  height: 32px;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #FF4667;
  color: var(--white);
}

.banner-section-two .banner-img-section .course-count:hover h4 {
  animation: verticalRotate 0.5s linear 1;
}

.banner-section-three {
  position: relative;
  padding: 120px 0 100px;
  overflow: hidden;
}

.banner-section-three .banner-bg-01 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.banner-section-three .banner-bg-02 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

.banner-section-three .search-box .search-btn {
  width: 150px;
  flex: 0 0 130px;
  border-radius: 5px;
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 0px;
}

@media (max-width: 991.98px) {
  .banner-section-three {
    padding: 115px 0 120px;
  }
}

.banner-section-four {
  position: relative;
  background: linear-gradient(349.22deg, #FBFCFF 25.7%, #F3EDFF 129.76%);
  padding: 165px 0 80px;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .banner-section-four {
    padding: 105px 0 50px;
  }
}

.banner-section-four .drop-detail {
  width: 180px;
  display: flex;
  margin: 0;
  border-radius: 50px !important;
  border: 0;
  height: 44px;
}

@media (max-width: 575.98px) {
  .banner-section-four .drop-detail {
    width: 100%;
  }
}

.banner-section-four .drop-detail .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-weight: 600;
}

.banner-section-four .drop-detail .select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 0;
}

.banner-section-four .banner-content .form-inner {
  padding: 10px;
  background-color: var(--white);
  border-radius: 35px;
  width: 100%;
  border: 0;
  max-width: 740px;
}

.banner-section-four .banner-image {
  margin-left: 24px;
}

@media (max-width: 1399.98px) {
  .banner-section-four .banner-image {
    margin-left: 0;
  }
}

@media (max-width: 991.98px) {
  .banner-section-four .banner-image {
    display: none;
  }
}

.banner-section-four .banner-image .img-01,
.banner-section-four .banner-image .img-02,
.banner-section-four .banner-image .img-03 {
  border-radius: 10px;
  width: 100%;
}

.banner-section-four .logo-cover {
  position: absolute;
  width: 118px;
  height: 118px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  border-radius: 50%;
}

.banner-section-four .logo-cover img {
  width: 70px;
}

.banner-five {
  position: relative;
  background-color: var(--light-900);
  background-image: url('bg-1.png');
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-top: 100px;
}

@media (max-width: 991.98px) {
  .banner-five {
    background-size: 40%;
  }
}

@media (max-width: 575.98px) {
  .banner-five {
    background-image: none;
  }
}

/*=============================
    Testimonial
===============================*/
.testimonials-section {
  padding: 80px 0;
  background: url('testimonials-bg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width: 991.98px) {
  .testimonials-section {
    padding: 50px 0;
  }
}

.testimonials-two {
  padding: 60px 0 36px;
}

.testimonials-two .testimonial-item {
  padding: 20px;
  border: 1px solid #E7E7E7;
  border-radius: 10px;
  margin-bottom: 24px;
}

.testimonials-two .testimonial-item h6 {
  margin-bottom: 8px;
}

.testimonials-two .testimonial-item p {
  font-size: 14px;
}

.testimonials-two .testimonial-item a {
  font-size: 14px;
  font-weight: 500;
}

.testimonials-item {
  border: 1px solid var(--gray-100);
  box-shadow: 0px 4px 4px 0px rgba(212, 212, 212, 0.2);
  margin: 40px 10px 10px;
  padding: 0 20px 20px;
}

.testimonials-item .avatar {
  margin-top: -35px;
}

.testimonials-item .quote {
  position: absolute;
  right: 10px;
  bottom: 0;
}

.testimonials-item .slick-prev {
  z-index: 99;
  background: var(--white);
  border: 1px solid var(--gray-100);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  width: 44px;
  height: 44px;
  border-radius: 1.5rem;
  left: -12px;
}

@media (max-width: 575.98px) {
  .testimonials-item .slick-prev {
    width: 35px;
    height: 35px;
    left: -7px;
  }
}

.testimonials-item .slick-prev::before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  color: var(--dark);
  font-size: 16px;
  font-weight: 900;
}

.testimonials-item .slick-next {
  z-index: 99;
  background: var(--white);
  border: 1px solid var(--gray-100);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  width: 44px;
  height: 44px;
  border-radius: 1.5rem;
  right: -12px;
}

@media (max-width: 575.98px) {
  .testimonials-item .slick-next {
    width: 35px;
    height: 35px;
    right: -7px;
  }
}

.testimonials-item .slick-next::before {
  font-family: "Font Awesome 5 Free";
  content: "\f053";
  color: var(--dark);
  font-size: 16px;
  font-weight: 900;
}

.testimonials-sec-two {
  padding: 60px 0 36px;
}

.testimonials-sec-two .testimonial-item {
  border: 1px solid var(--gray-100);
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 24px;
}

.course-content {
  padding: 60px 0;
}

.course-content .form-select {
  width: auto;
  box-shadow: none;
  outline: none;
  margin-right: 10px;
  font-size: 14px;
  height: 40px;
  color: var(--gray-900);
}

@media (max-width: 575.98px) {
  .course-content .form-select {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.course-content .clear-filter h4 {
  font-size: 20px;
}

.course-content .clear-text {
  color: #FF4667;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
}

.course-content .clear-text:hover {
  color: #392C7D;
}

@media (max-width: 991.98px) {
  .course-content .show-result {
    margin: 20px 0;
  }
}

.course-content .view-icons {
  display: inline-flex;
}

.course-content .view-icons a {
  align-items: center;
  background-color: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: 10px;
  color: var(--black);
  display: flex;
  font-size: 20px;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
  width: 40px;
  height: 40px;
}

.course-content .view-icons a.active {
  background-color: #FF4667;
  border-color: #FF4667;
  color: var(--white);
}

.course-content .select2-container {
  min-width: unset !important;
}

.course-content .show-filter .select2-selection__rendered {
  height: 40px;
}

.course-content .show-filter .search-group {
  position: relative;
}

.course-content .show-filter .search-group i {
  position: absolute;
  left: 15px;
  top: 12px;
  font-size: 14px;
}

.course-content .show-filter .search-group .form-control {
  border-color: var(--gray-100);
  color: var(--gray-400);
  outline: none;
  box-shadow: none;
  padding: 6px 10px 6px 35px;
  min-height: 40px;
  border-radius: 5px;
}

.course-content .filter-clear .accordion-item {
  border-radius: 10px;
  border: 1px solid var(--gray-100);
  margin-bottom: 20px;
}

.course-content .filter-clear .accordion-item:last-child {
  margin-bottom: 0;
}

.course-content .filter-clear .accordion-item .see-more-btn {
  margin: 10px 0 0;
  color: #FF4667;
  text-decoration: underline;
  display: inline-block;
  font-size: 14px;
}

.course-content .filter-clear .accordion-item .accordion-button {
  border: none;
  background-color: transparent;
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
  color: var(--gray-900);
  box-shadow: none;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1399.98px) {
  .course-content .filter-clear .accordion-item .accordion-button {
    padding: 15px;
  }
}

.course-content .filter-clear .accordion-item .accordion-button::after {
  font-size: 13px;
  font-weight: 500;
  display: none;
}

.course-content .filter-clear .accordion-item .accordion-button.collapsed i {
  transform: rotate(0deg);
}

.course-content .filter-clear .accordion-item .accordion-button i {
  font-size: 12px;
  transform: rotate(-180deg);
}

.course-content .filter-clear .accordion-item .accordion-body {
  border: none;
  padding: 0 20px 20px;
}

.course-content .filter-clear .custom_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.course-content .filter-clear .custom_check {
  color: var(--gray-500) !important;
  display: inline-block;
  position: relative;
  font-size: 14px !important;
  margin-bottom: 15px;
  padding-left: 28px;
  cursor: pointer;
  font-weight: 400 !important;
  -webkit-user-select: none;
  user-select: none;
  line-height: 18px;
  font-family: "Noto Sans", sans-serif;
}

.course-content .filter-clear .custom_check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid var(--gray-100);
  background-color: var(--white);
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}

.course-content .filter-clear .custom_check .checkmark::after {
  content: "\e92b";
  font-family: "feather" !important;
  font-weight: 400;
  position: absolute;
  display: none;
  left: 2px;
  top: -1px;
  color: var(--white);
  font-size: 11px;
}

.course-content .filter-clear .custom_check input:checked~.checkmark:after {
  display: block;
}

.course-content .filter-clear .custom_check input:checked~.checkmark {
  background-color: #FF4667;
  border-color: #FF4667;
}

.course-content .course-list-cover {
  margin-bottom: 16px;
}

.course-content .courses-list-item {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid var(--gray-100);
  box-shadow: 0px 4px 4px 0px rgba(212, 212, 212, 0.2509803922);
  margin-bottom: 24px;
}

.course-content .courses-list-item .fa-star {
  font-size: 14px;
}

.course-content .courses-list-item .course-list-img {
  margin-bottom: 20px;
  background-color: transparent;
  border: none;
}

.course-content .courses-list-item .course-list-img img {
  transition: 0.3s;
}

.course-content .courses-list-item .course-list-img img:hover {
  transform: scale(1.1);
}

.course-content .courses-list-item p a {
  font-size: 14px;
  color: var(--gray-500);
}

.course-content .courses-list-item p a:hover {
  color: #392C7D;
}

.course-content .courses-list-item p {
  font-size: 14px;
}

.course-content .courses-list-item span {
  font-size: 16px;
}

.course-content .courses-list-item h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.course-content .courses-list-item .tag-btn {
  color: var(--gray-900);
  font-weight: 500;
  padding: 4px 8px;
  background-color: var(--light-900);
  border-radius: 50px;
  font-size: 13px;
}

.course-content .courses-list-item .tag-btn:hover {
  background-color: #FF4667;
  color: var(--white);
}

.course-content .courses-list-item .view-course-btn {
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 50px;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.course-content .courses-list-item .view-course-btn:hover {
  background-color: #FF4667 !important;
  border-color: #FF4667 !important;
}

.course-content .courses-list-item .course-list-contents .dot {
  width: 6px;
  height: 6px;
  border-radius: 5px;
  background: #FF4667;
  margin: 0 8px;
}

.like {
  width: 26px;
  height: 26px;
  display: flex;
  border-radius: 50px;
  background-color: var(--white);
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--gray-700);
}

.like i {
  transition: color 0.3s ease-in-out;
}

.like:hover i {
  color: #FF4667;
  content: "\f004";
}

.pagination {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}

.pagination .page-link {
  width: 32px;
  height: 32px;
  background-color: var(--light);
  border-radius: 50px !important;
  font-size: 14px;
  font-weight: 400;
  border: none;
  color: var(--gray-700);
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
}

.pagination .page-link:hover {
  background-color: #FF4667;
  color: var(--white);
}

.pagination .page-item.active .page-link {
  background-color: #FF4667;
  color: var(--white);
}

.filter-range .irs--flat .irs-grid {
  display: none;
}

.filter-range .irs--flat .irs-min,
.filter-range .irs--flat .irs-max {
  background: black;
  border-radius: 5px;
  font-size: 16px;
  color: red;
  padding: 5px 5px;
  display: none;
}

.filter-range .irs--flat .irs-grid-text {
  visibility: hidden !important;
}

.filter-range .irs--flat .irs-line {
  background: var(--light);
  height: 3.38px;
  top: 48px;
}

.filter-range .irs--flat .irs-bar {
  background: #FF4667;
  height: 3.38px;
  top: 48px;
}

.filter-range .irs--flat .irs-from,
.filter-range .irs--flat .irs-to {
  background: transparent;
  top: 20px;
  color: var(--gray-500);
  font-size: 14px;
}

.filter-range .irs--flat .irs-from::before,
.filter-range .irs--flat .irs-to::before {
  display: none;
}

.filter-range .irs--flat .irs-single {
  background: #FF4667;
  width: 50px;
  text-align: center;
  margin-left: 10px;
  color: var(--gray-500);
  font-size: 14px;
  background-color: transparent;
}

.filter-range .irs--flat .irs-single:before {
  border-top-color: #FF4667;
  display: none;
}

.filter-range .irs--flat .irs-handle.state_hover>i:first-child {
  background: #FF4667;
}

.filter-range .irs--flat .irs-handle:hover i {
  background: #FF4667;
}

.filter-range .irs--flat .irs-handle>i {
  background: #FF4667;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: 20px;
  left: 0;
}

.course-list-wrap .card-image {
  max-width: 175px;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .course-list-wrap .card-image {
    max-width: unset;
  }
}

.course-list-wrap .card-image img {
  height: 165px;
  object-fit: cover;
  transition: 0.3s;
}

@media (max-width: 767.98px) {
  .course-list-wrap .card-image img {
    height: auto;
  }
}

.course-list-wrap .card-image img:hover {
  transform: scale(1.1);
}

.course-list-wrap .courses-list .card-body {
  padding: 20px;
}

.course-category {
  padding: 47px 0 36px;
}

.course-category h2 {
  font-size: 32px;
}

@media (max-width: 991.98px) {
  .course-category h2 {
    font-size: 26px;
  }
}

.course-category .nav-pills {
  gap: 16px;
  margin-top: 35px;
  margin-bottom: 40px;
}

@media (max-width: 991.98px) {
  .course-category .nav-pills {
    gap: 10px;
    margin-top: 25px;
  }
}

@media (max-width: 575.98px) {
  .course-category .nav-pills {
    margin-top: 20px;
  }
}

.course-category .nav-link {
  font-size: 16px;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 10px;
  background-color: var(--gray-100);
  color: var(--gray-900);
}

.course-category .nav-link.active {
  background-color: #FF4667;
}

@media (max-width: 991.98px) {
  .course-category .nav-link {
    padding: 8px 13px;
    font-size: 14px;
  }
}

@media (max-width: 575.98px) {
  .course-category .nav-link {
    padding: 8px 10px;
    font-size: 13px;
  }
}

.course-category .category-image {
  width: 60px;
  margin-right: 10px;
  border-radius: 10px;
}

.course-category .cat-count {
  border-radius: 50px;
  width: 24px;
  height: 24px;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.course-category .course-category-item {
  border: 1px solid var(--gray-100);
  box-shadow: 0px 4px 4px 0px rgba(212, 212, 212, 0.2);
  border-radius: 10px;
  margin-bottom: 24px;
  padding: 20px;
  transition: 0.4s;
}

.course-category .course-category-item:hover {
  transform: translateY(-5px);
}

.categories-top {
  background-color: rgb(244, 246, 249);
  padding: 50px;
  overflow: hidden;
  position: relative;
  z-index: 0;
  margin-top: 60px;
  border-radius: 10px;
}

@media (max-width: 991.98px) {
  .categories-top {
    padding: 30px;
    margin-top: 50px;
  }
}

@media (max-width: 575.98px) {
  .categories-top {
    padding: 30px 15px;
  }
}

.categories-top .course-bg {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: -2;
}

.categories-top .course-bg2 {
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translate(0, -50%);
  z-index: -1;
}

.categories-top .course-bg3 {
  position: absolute;
  right: 30px;
  bottom: 0;
  z-index: -2;
}

.categories-top h2 {
  font-size: 32px;
}

@media (max-width: 767.98px) {
  .categories-top h2 {
    font-size: 26px;
  }
}

@media (max-width: 575.98px) {
  .categories-top h2 {
    font-size: 24px;
  }
}

.categories-top .form-control {
  height: 70px;
  padding: 10px 120px 10px 20px;
  border-radius: 50px;
  text-overflow: ellipsis;
}

@media (max-width: 575.98px) {
  .categories-top .form-control {
    height: 60px;
    padding: 16px 95px 16px 25px;
  }
}

.categories-top .btn {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
  padding: 10px 20px;
}

@media (max-width: 575.98px) {
  .categories-top .btn {
    padding: 6px 14px;
    right: 14px;
  }
}

.categories-top .btn:hover {
  background: #FF4667;
  border-color: #FF4667;
}

.categories-top .caetgory-form p {
  font-size: 16px;
}

.course-category-two {
  padding: 40px 0 60px;
  text-align: center;
  position: relative;
}

@media (max-width: 991.98px) {
  .course-category-two {
    padding-bottom: 50px;
  }
}

.course-category-two .btn {
  margin-top: 16px;
  padding: 7px 16px;
  background-color: #392C7D;
  border-color: #392C7D;
}

.course-category-two .btn:hover {
  background-color: #FF4667;
  border-color: #FF4667;
}

.course-category-two p {
  font-size: 14px;
}

.course-category-two .category-item-2 {
  padding: 1.5rem;
  text-align: center;
  border: 1px solid var(--gray-100);
  border-radius: 10px;
  margin-bottom: 24px;
  box-shadow: 0px 4px 4px 0px rgba(212, 212, 212, 0.2);
}

.course-category-two .category-item-2:hover .cat-icon img {
  transform: rotateY(360deg);
  transition: 0.6s;
}

.course-category-two .category-item-2 h6 {
  color: var(--gray-900);
}

.course-category-two .category-item-2 h6:hover {
  color: #FF4667;
}

.course-category-two .cat-icon {
  border-radius: 20px;
  background-color: var(--light-900);
  width: 68px;
  height: 68px;
  box-shadow: 2px 2px 0 0 var(--light-900);
  margin-bottom: 15px;
}

.course-category-three {
  padding: 40px 0 60px;
  text-align: center;
  position: relative;
}

@media (max-width: 991.98px) {
  .course-category-three {
    padding: 40px 0 50px;
  }
}

.course-category-three .btn {
  margin-top: 16px;
  padding: 7px 16px;
  background-color: #392C7D;
  border-color: #392C7D;
}

.course-category-three .btn:hover {
  background-color: #FF4667;
  border-color: #FF4667;
}

.course-category-three .category-item-3 {
  border: 1px solid var(--gray-100);
  box-shadow: 0px 4px 4px 0px rgba(212, 212, 212, 0.2);
  border-radius: 10px;
  margin-bottom: 24px;
  overflow: hidden;
}

.course-category-three .category-item-3 img {
  transition: 0.5s;
}

.course-category-three .category-item-3:hover .course-category-3-item-image img {
  transform: scale(1.1);
}

.course-category-three .category-item-3 .course-category-3-item-image {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.course-category-three .category-item-3 .course-category-3-card-body {
  padding: 20px;
}

.course-category-three .category-item-3 .course-category-3-card-body h6 {
  font-size: 18px;
  font-weight: 700;
}

.course-category-three .category-item-3 .course-category-3-card-body h6:hover {
  color: #FF4667;
}

.course-category-three .category-item-3 .course-category-3-card-body p {
  color: var(--gray-500);
  font-size: 16px;
  text-decoration: underline;
}

.inner-banner {
  position: relative;
  padding: 40px 0;
  z-index: 0;
}

@media (max-width: 767.98px) {
  .inner-banner {
    text-align: center;
  }
}

.inner-banner::before {
  position: absolute;
  content: "";
  background-image: url('course-details-bg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.inner-banner h1 {
  font-size: 36px;
}

@media (max-width: 1199.98px) {
  .inner-banner h1 {
    font-size: 32px;
  }
}

@media (max-width: 575.98px) {
  .inner-banner h1 {
    font-size: 28px;
  }
}

.course-details {
  position: relative;
  padding-bottom: 40px;
}

@media (max-width: 575.98px) {
  .course-details {
    padding-bottom: 20px;
  }
}

.course-page-content {
  padding-top: 60px;
}

@media (max-width: 575.98px) {
  .course-page-content {
    padding-top: 45px;
  }
}

.course-page-content .course-details-1-card {
  padding: 20px;
  margin-bottom: 24px;
  border: 1px solid #E7E7E7;
  border-radius: 10px;
}

.course-page-content .course-details-1-card h6 {
  margin-bottom: 13px;
}

.course-page-content .course-details-1-card p {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.7;
}

.course-page-content .course-details-1-card .custom-list {
  list-style: disc;
  margin-left: 24px;
  margin-bottom: 16px;
}

.course-page-content .course-details-1-card .custom-list li {
  margin-bottom: 8px;
  font-size: 14px;
}

.course-page-content .course-details-1-card .custom-list li:last-child {
  margin-bottom: 0;
}

.course-page-content .course-details-1-card .order-list {
  margin-left: 24px;
  margin-bottom: 16px;
  list-style: auto;
}

.course-page-content .course-details-1-card .order-list li {
  margin-bottom: 8px;
  font-size: 14px;
}

.course-page-content .course-details-1-card .order-list li:last-child {
  margin-bottom: 0;
}

.course-page-content .subs-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 17px;
}

.course-page-content .accordion.accordion-customicon1.accordions-items-seperate {
  padding: 0 18px;
}

.course-page-content .accordion.accordion-customicon1.accordions-items-seperate li {
  padding: 15px !important;
}

.course-page-content .accordion.accordion-customicon1.accordions-items-seperate li .preview-link {
  color: #5625E8;
  font-size: 14px;
  text-decoration: underline;
}

.course-page-content .accordion.accordion-customicon1.accordions-items-seperate li .preview-link:hover {
  color: #FF4667;
}

.course-page-content .accordion-item {
  margin-bottom: 10px;
  border: none;
}

.course-page-content .accordion-button {
  font-size: 14px;
  font-weight: 600;
  background-color: var(--light);
  border-radius: 5px;
  box-shadow: none;
  display: flex;
  justify-content: space-between;
  color: var(--gray-900);
  border: 1px solid var(--gray-100);
}

.course-page-content .accordion-button::after {
  display: none;
}

.course-page-content .accordion-button i {
  transform: rotate(-180deg);
}

.course-page-content .accordion-button.accordion-button.collapsed i {
  transform: rotate(0deg);
}

.course-page-content .accordion-body ul li {
  border-bottom: 1px solid var(--gray-100);
  flex-wrap: wrap;
  gap: 10px;
}

.course-page-content .accordion-body ul li:last-child {
  border-bottom: none;
}

@media (max-width: 767.98px) {
  .course-page-content .accordion-body ul li {
    padding: 13px 10px !important;
  }
}

.course-page-content .course-info {
  padding: 14px 0;
  border: 1px solid var(--gray-100);
  border-left: none;
  border-right: none;
}

.course-page-content .course-info p {
  font-size: 16px;
  color: var(--gray-900);
}

@media (max-width: 1199.98px) {
  .course-page-content .course-info p {
    font-size: 15px;
  }
}

.course-page-content .course-details-form .form-control {
  height: 42px;
  border-radius: 4px;
  border: 1px solid var(--gray-100);
  box-shadow: none;
}

.course-page-content .course-details-form textarea.form-control {
  height: 117px;
}

.course-page-content .course-details-form .post-btn {
  background-color: #392C7D;
  color: var(--white);
  padding: 9px 30px;
}

.course-page-content .course-details-form .post-btn:hover {
  background-color: #FF4667;
}

.course-page-content .name-link {
  font-size: 18px;
  font-weight: 600;
  color: var(--gray-900);
}

.course-page-content .name-link:hover {
  color: #FF4667;
}

.course-page-content .ordered-list .list-items {
  list-style: auto;
  margin-left: 24px;
  margin-bottom: 8px;
}

#videoModal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
}

.modal-content1 {
  position: relative;
  width: 80%;
  max-width: 720px;
  background: #000;
  padding: 0;
  border-radius: 8px;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  color: white;
  cursor: pointer;
}

iframe {
  width: 100%;
  height: 400px;
  border: none;
}

.course-sidebar-sec {
  margin-top: -252px;
}

@media (max-width: 991.98px) {
  .course-sidebar-sec {
    margin-top: 0;
  }
}

.course-sidebar-sec h5 {
  margin-bottom: 20px;
}

.course-sidebar-sec .course-sidebar-sec-card {
  padding: 20px;
  border: 1px solid #E7E7E7;
  border-radius: 10px;
  margin-bottom: 24px;
  background: var(--white);
}

.course-sidebar-sec .course-sidebar-sec-card p {
  margin-bottom: 20px;
  color: var(--gray-500);
}

.course-sidebar-sec .play-icon {
  width: 60px;
  height: 60px;
  background-color: rgba(1, 1, 1, 0.4);
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1199.98px) {
  .course-sidebar-sec .wishlist-btns {
    flex-wrap: wrap;
  }
}

@media (max-width: 991.98px) {
  .course-sidebar-sec .wishlist-btns {
    flex-wrap: nowrap;
  }
}

@media (max-width: 575.98px) {
  .course-sidebar-sec .wishlist-btns {
    flex-wrap: wrap;
  }
}

.course-sidebar-sec .btn-wish {
  color: var(--gray-900);
  border: 1px solid var(--gray-100);
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.course-sidebar-sec .btn-wish:hover {
  background-color: #FF4667;
  border-color: #FF4667;
  color: var(--white);
}

.course-sidebar-sec .btn-enroll {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.course-sidebar-sec .btn-enroll:hover {
  background-color: #FF4667;
  border-color: #FF4667;
}

.course-sidebar-sec .cou-features-card {
  border: 1px solid var(--gray-100);
  border-radius: 10px;
}

.course-sidebar-sec .cou-features {
  padding: 20px;
}

.course-sidebar-sec .cou-features h5 {
  margin-bottom: 20px;
}

.course-sidebar-sec .cou-features ul li {
  margin-bottom: 1rem;
}

.course-sidebar-sec .cou-features ul li:last-child {
  margin-bottom: 0;
}

.course-details-two {
  position: relative;
  padding: 60px 0 45px;
}

@media (max-width: 575.98px) {
  .course-details-two {
    padding: 45px 0 30px;
  }
}

.course-details-two .play-icon {
  width: 60px;
  height: 60px;
  background-color: rgba(1, 1, 1, 0.4);
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 575.98px) {
  .course-details-two .play-icon {
    width: 70px;
    height: 70px;
  }
}

.course-details-two .play-again-btn {
  background-color: #392C7D;
  color: var(--white);
}

.course-details-two .play-again-btn:hover {
  background-color: #FF4667;
}

.course-details-two .note-btn {
  background-color: #FF4667;
  color: var(--white);
}

.course-details-two .note-btn:hover {
  background-color: #392C7D;
}

.course-resume {
  position: relative;
  padding: 60px 0;
}

@media (max-width: 575.98px) {
  .course-resume {
    padding: 45px 0 45px;
  }
}

.course-resume .play-again-btn {
  background-color: #392C7D;
  color: var(--white) !important;
}

.course-resume .play-again-btn:hover {
  background-color: #FF4667 !important;
  border-color: #FF4667 !important;
}

.course-resume .note-btn {
  background-color: #FF4667;
  color: var(--white) !important;
}

.course-resume .note-btn:hover {
  background-color: #392C7D;
}

.course-resume .course-resume-item {
  border-radius: 10px;
  border: 1px solid #E7E7E7;
  margin-bottom: 24px;
}

.course-resume .course-resume-item:last-child {
  margin-bottom: 0;
}

.course-resume .course-resume-item .course-resume-details-2 {
  padding: 20px;
}

.course-resume .course-resume-item .badge-sm {
  font-size: 12px;
}

.course-resume .course-resume-details-1 {
  border: 1px solid var(--gray-100);
  background-color: var(--light);
  border-radius: 10px;
  padding: 20px;
}

@media (max-width: 575.98px) {
  .course-resume .course-resume-details-1 {
    padding: 15px;
  }
}

.course-resume .course-resume-details-1 h2 {
  font-size: 32px;
}

@media (max-width: 1199.98px) {
  .course-resume .course-resume-details-1 h2 {
    font-size: 28px;
  }
}

@media (max-width: 767.98px) {
  .course-resume .course-resume-details-1 h2 {
    font-size: 24px;
  }
}

.course-resume .course-resume-details-1 .cou-resume-image {
  max-width: 270px;
  border-radius: 10px;
  width: 100%;
}

@media (max-width: 991.98px) {
  .course-resume .course-resume-details-1 .cou-resume-image {
    max-width: unset;
    margin-bottom: 20px;
  }
}

.course-resume .course-resume-details-1 .cou-resume-image img {
  border-radius: 10px;
}

.course-resume .course-resume-details-1 .cou-lesson {
  margin-bottom: 16px;
}

.course-resume .course-resume-details-1 .cou-lesson p {
  font-size: 16px;
  margin-bottom: 0;
  margin-right: 28px;
}

@media (max-width: 1199.98px) {
  .course-resume .course-resume-details-1 .cou-lesson p {
    margin-right: 14px;
  }
}

.course-resume .course-resume-details-1 .cou-lesson p img {
  margin-right: 10px;
}

@media (max-width: 767.98px) {
  .course-resume .course-resume-details-1 .cou-lesson {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .course-resume .course-resume-details-1 .cou-lesson p {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .course-resume .course-resume-details-1 .cou-lesson p:last-child {
    margin-bottom: 0;
  }
}

.course-resume .btn:hover {
  background-color: #392C7D;
  border-color: #392C7D;
}

.course-resume .accordion-item {
  margin-top: 20px;
  border: none;
  border-radius: 8px;
  background-color: var(--light);
  border: 1px solid var(--gray-100);
}

@media (max-width: 575.98px) {
  .course-resume .accordion-item {
    margin-top: 15px;
  }
}

.course-resume .accordion-item .cou-resume-content h2 {
  font-size: 32px;
}

@media (max-width: 1199.98px) {
  .course-resume .accordion-item .cou-resume-content h2 {
    font-size: 26px;
  }
}

@media (max-width: 767.98px) {
  .course-resume .accordion-item .cou-resume-content h2 {
    font-size: 24px;
  }
}

.course-resume .accordion-item .accordion-item {
  margin-top: 20px;
  border: none;
  border-radius: 8px;
  background-color: var(--light-900);
}

@media (max-width: 575.98px) {
  .course-resume .accordion-item .accordion-item {
    margin-top: 15px;
  }
}

.course-resume .accordion-item .accordion-button {
  font-size: 16px;
  font-weight: 600;
  box-shadow: none;
  display: flex;
  justify-content: space-between;
  color: var(--gray-900);
  background-color: transparent;
}

@media (max-width: 575.98px) {
  .course-resume .accordion-item .accordion-button {
    padding: 15px;
  }
}

.course-resume .accordion-item .accordion-button::after {
  display: none;
}

.course-resume .accordion-item .accordion-button i {
  transform: rotate(0deg);
  color: #392C7D;
}

.course-resume .accordion-item .accordion-button.accordion-button.collapsed i {
  transform: rotate(-180deg);
}

.course-resume .accordion-item .accordion-body {
  border-top: 1px solid var(--gray-100);
}

@media (max-width: 575.98px) {
  .course-resume .accordion-item .accordion-body {
    padding: 15px;
  }
}

.course-resume .accordion-item .accordion-body .progress {
  border-radius: 0;
  height: 3.33px;
}

.course-resume .accordion-item .accordion-body ul li {
  padding: 20px 0;
  border-bottom: 1px solid var(--gray-100);
}

.course-resume .accordion-item .accordion-body ul li:last-child {
  border-bottom: none;
}

@media (max-width: 575.98px) {
  .course-resume .accordion-item .accordion-body ul li h5 {
    font-size: 15px;
  }
}

.course-resume .accordion-item .accordion-body ul li h5 span {
  font-size: 14px;
}

.course-resume .accordion-item .accordion-body .delete-btn {
  padding: 4px;
  background: var(--white);
  color: #E70D0D;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

.course-resume .accordion-item .accordion-body .delete-btn:hover {
  background: #E70D0D;
  color: var(--white);
}

.course-resume .accordion-item .accordion-body .resume-play-btn {
  padding: 4px;
  background: var(--white);
  color: var(--dark);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  margin-right: 8px;
}

.course-resume .accordion-item .accordion-body .resume-play-btn:hover {
  background: #392C7D;
  color: var(--white);
}

.course-list-content .courses-list .card-body h4 {
  font-size: 18px;
}

.pagination-text {
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 767.98px) {
  .pagination-text {
    text-align: center;
  }
}

.course-item {
  padding: 20px;
  border: 1px solid var(--gray-100);
  box-shadow: 0px 4px 4px 0px rgba(212, 212, 212, 0.2);
  border-radius: 10px;
  transition: all 0.5s ease;
}

.course-item .course-img {
  margin-bottom: 24px;
  position: relative;
}

.course-item .course-img img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.course-item .course-img .price-badge {
  font-size: 14px;
  font-weight: 500;
  color: var(--gray-900);
  background: var(--white);
  border: 1px solid var(--gray-900);
  padding: 4px 10px;
  border-radius: 20px;
}

.course-item .badge {
  margin-bottom: 10px;
  font-weight: 500;
}

.course-item .fav-icon {
  width: 26px;
  height: 26px;
  border-radius: 30px;
  background: var(--light-500);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.course-item .fav-icon:hover {
  color: #FF4667;
}

.course-item h5 {
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.course-item .course-rating {
  display: flex;
  align-items: center;
}

.course-item .course-rating .course-user {
  height: 24px;
  width: 24px;
  border-radius: 50px;
  margin-right: 8px;
}

.course-item .course-rating .course-user img {
  border-radius: 50px;
}

.course-item .course-rating a {
  color: #5625E8;
  font-size: 14px;
  text-decoration: underline;
}

.course-item .course-rating a:hover {
  color: #FF4667;
}

.course-item .rating {
  font-size: 14px;
  font-weight: 500;
}

.course-item .buy-course-btn {
  font-size: 14px;
  color: var(--gray-900);
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--light);
  padding: 6px 10px;
}

.course-item:hover {
  border: 1px solid rgba(57, 44, 125, 0.3);
}

.course-item:hover .buy-course-btn {
  background: #FF4667;
  color: var(--white);
}

.course-item .course-content {
  padding: 0;
}

.course-item.course-item-two {
  background: var(--white);
  margin-bottom: 24px;
}

.course-item.course-item-two .course-img {
  border-radius: 10px;
  overflow: hidden;
  transition: all 1.5s;
  max-height: 200px;
}

.course-item.course-item-two .course-img .bg-01 {
  position: absolute;
  top: 35px;
  left: 0;
  height: 122px;
  width: auto;
  z-index: 9;
}

.course-item.course-item-two .course-img .bg-02 {
  position: absolute;
  top: 48px;
  left: 0;
  height: 112px;
  width: auto;
  z-index: 9;
}

.course-item.course-item-two .course-img .course-user {
  position: absolute;
  z-index: 1;
  height: 152px;
  width: auto;
  left: 8px;
  top: 14px;
}

.course-item.course-item-two .course-img .brand-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  padding: 5px;
  border-radius: 30px;
  background: var(--white);
  box-shadow: 0px 4px 14px 0px rgba(219, 219, 219, 0.2509803922);
  display: inline-flex;
  align-items: center;
}

.course-item.course-item-two .course-content img {
  width: 24px;
  height: 24px;
}

.course-item.course-item-two .course-content .title {
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 991.98px) {
  .course-item.course-item-two .course-content .title {
    font-size: 16px;
  }
}

.course-item.course-item-two .course-content p {
  font-size: 14px;
  white-space: nowrap;
}

.course-item.course-item-three {
  border-radius: 10px;
  position: relative;
  background: var(--white);
  margin-bottom: 24px;
}

.course-item.course-item-three .rating {
  margin-left: auto;
  margin-bottom: 15px;
  width: auto;
  font-size: 14px;
  color: var(--gray-500);
}

.course-item.course-item-three .rating i {
  font-size: 13px;
}

.course-item.course-item-three .course-img {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 10px;
  margin-bottom: 24px;
}

.course-item.course-item-three .course-img img {
  width: 100%;
  border-radius: 10px;
  transform: translateZ(0);
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}

.course-item.course-item-three .course-img:hover img {
  transform: scale(1.15);
}

.course-item.course-item-three .course-info {
  justify-content: space-between;
  margin: 0 0 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--gray-100);
}

.course-item.course-item-three .course-info p {
  margin-bottom: 0;
  margin-left: 10px;
}

.course-item.course-item-three .course-content {
  padding: 0;
}

.course-item.course-item-three .course-content .title {
  font-size: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 767.98px) {
  .course-item.course-item-three .course-content .title {
    font-size: 18px;
  }
}

.course-item.course-item-three .course-content .instructor-text {
  max-width: 320px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.course-item.course-item-three .course-content .course-user {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.course-item.course-item-three .course-content .course-user .course-user-img {
  display: flex;
  align-items: center;
}

.course-item.course-item-three .course-content .course-user .course-user-img img {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  margin-right: 10px;
}

.course-item.course-item-three .course-content .course-name h4 {
  font-size: 16px;
  margin-bottom: 2px;
  font-weight: 500;
}

.course-item.course-item-three .course-content .course-name p {
  margin-bottom: 0;
  font-size: 14px;
  color: var(--gray-500);
}

.course-item.course-item-three .price {
  background: var(--white);
  position: absolute;
  bottom: 20px;
  right: 20px;
  padding: 4px 8px;
  border-radius: 10px;
}

.course-item.course-item-three .price.combo {
  background: var(--white);
  position: absolute;
  bottom: 20px;
  right: 20px;
  padding: 4px 8px;
  border-radius: 10px;
  min-width: auto;
}

.course-item.course-item-three .price.combo h3 {
  color: #03C95A;
  font-weight: 600;
  font-size: 20px;
}

.course-item.course-item-three .price h3 {
  font-size: 20px;
  color: #FF4667;
  font-weight: 700;
  margin-bottom: 0;
}

.course-item.course-item-three .price h3 span {
  text-decoration: line-through;
  font-size: 14px;
  color: #857DAD;
  font-weight: 600;
}

.course-item.course-item-four {
  background: var(--white);
  box-shadow: 0px 4px 24px 0px rgba(220, 220, 220, 0.25);
  padding: 0;
  margin-bottom: 24px;
}

.course-item.course-item-four .course-img {
  position: relative;
  margin-bottom: 0;
}

.course-item.course-item-four .course-img .course-name {
  background: #03C95A;
  border-radius: 5px;
  position: absolute;
  top: 10px;
  display: flex;
  left: 10px;
  justify-content: center;
  padding: 3px 10px;
  font-size: 14px;
  color: var(--white);
  transition: 0.7s;
  font-weight: 700;
}

.course-item.course-item-four .course-img img {
  border-radius: 10px 10px 0 0;
  width: 100%;
}

.course-item.course-item-four .course-content {
  padding: 24px;
}

.course-item.course-item-four .course-content .rating {
  font-size: 14px;
  margin-bottom: 10px;
}

.course-item.course-item-four .course-content .title {
  font-size: 20px;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 991.98px) {
  .course-item.course-item-four .course-content .title {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .course-item.course-item-four .course-content .title {
    font-size: 16px;
  }
}

.course-item.course-item-four .course-content .user-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.course-item.course-item-four .course-content .user-info p {
  margin-bottom: 0;
}

.course-item.course-item-four .course-content .user-info p.user-name {
  color: #5625E8;
  text-decoration: underline;
}

.course-item.course-item-four .course-content .user-info p.course-level {
  color: #03C95A;
  font-weight: 500;
}

.course-item.course-item-four .course-content .course-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--gray-100);
  padding-top: 24px;
}

.course-item.course-item-four .course-content .course-info .course-time {
  margin-bottom: 0;
}

.course-item.course-item-four .course-content .course-info .course-time i {
  margin-right: 4px;
}

.course-item.course-item-four .course-content .course-info .price {
  color: #FF4667;
}

.course-item.course-item-four .course-content .course-info .price span {
  font-size: 14px;
  color: var(--gray-300);
  text-decoration-line: line-through;
}

.course-item.course-item-five {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0 0 24px;
  box-shadow: -3px 5px 16px rgba(0, 0, 0, 0.07);
}

.course-item.course-item-five .course-img {
  position: relative;
  border-radius: 10px 10px 0px 0px;
  width: 100%;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateZ(0);
  transition: all 2000mscubic-bezier 0.19, 1, 0.22, 1 0ms;
}

.course-item.course-item-five .course-img img {
  border-radius: 0;
}

.course-item.course-item-five .course-content {
  position: relative;
  padding: 20px;
}

.course-item.course-item-five .course-content .student-counts-info {
  border-bottom: 1px solid var(--gray-100);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.course-item.course-item-five .course-content .course-user-img {
  position: absolute;
  top: -20px;
  right: 15px;
}

.course-item.course-item-five .course-content .course-user-img img {
  width: 40px;
  height: 40px;
  border: 3px solid var(--white);
  border-radius: 50%;
}

.course-item.course-item-five .course-content .course-price h3 {
  font-size: 20px;
  margin-bottom: 0;
  transition: 0.7s;
}

.course-item.course-item-five .course-content .course-price span {
  text-decoration: line-through;
  font-size: 14px;
  color: var(--gray-700);
  font-weight: 400;
  line-height: 0;
}

/* Course Watch*/
.course-watch-section .progress-overview-section {
  padding: 20px;
}

@media (max-width: 991.98px) {
  .course-watch-section .progress-overview-section {
    padding: 20px 0 20px;
  }
}

.course-watch-section .progress-overview-section .progress {
  background-color: var(--light-900);
  height: 0.75rem;
  border-radius: 0.25rem;
}

.course-watch-section .progress-overview-section .progress.progress-xs,
.course-watch-section .progress-overview-section .progress-stacked.progress-xs {
  height: 0.3125rem;
}

.course-watch-section .progress-overview-section .progress.progress-sm,
.course-watch-section .progress-overview-section .progress-stacked.progress-sm {
  height: 0.5rem;
}

.course-watch-section .progress-overview-section .progress.progress-lg,
.course-watch-section .progress-overview-section .progress-stacked.progress-lg {
  height: 1rem;
}

.course-watch-section .progress-overview-section .progress.progress-xl,
.course-watch-section .progress-overview-section .progress-stacked.progress-xl {
  height: 1.25rem;
}

.course-watch-section h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: 24px;
}

.course-watch-section .accordion-button {
  background-color: var(--light);
  color: var(--gray-500);
  padding: 0.75rem 1rem;
  font-size: 0.85rem;
  font-weight: 500;
}

.course-watch-section .accordion-button:not(.collapsed) {
  color: var(--gray-500);
  background-color: var(--light);
  box-shadow: none;
}

.course-watch-section .accordion-button:focus {
  border-color: rgba(57, 44, 125, 0.3);
  box-shadow: none;
}

.course-watch-section .accordion-button:after,
.course-watch-section .accordion-button:not(.collapsed)::after {
  background-image: none;
}

.course-watch-section .accordion-button:after {
  content: "\f0d7";
  font-family: "Fontawesome";
  font-size: 12px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3.125rem;
  color: var(--gray-500);
}

.course-watch-section .accordion-body {
  padding: 1rem;
  font-size: 0.8125rem;
  color: #677788;
  border-top: 1px solid var(--gray-100);
}

.course-watch-section .accordion-item {
  color: var(--gray-500);
  background-color: var(--white);
  border: 1px solid var(--gray-100);
}

.course-watch-section .accordions-items-seperate .accordion-item:not(:first-of-type) {
  margin-block-start: 1rem;
}

.course-watch-section .accordions-items-seperate .accordion-item {
  border-radius: 10px;
  overflow: hidden;
}

.course-watch-section .accordian-content {
  font-weight: 500 !important;
  font-size: 14px !important;
  color: var(--gray-900) !important;
}

.course-watch-section .course-watch-content {
  padding: 20px 0 0 20px;
}

@media (max-width: 991.98px) {
  .course-watch-section .course-watch-content {
    padding: 0;
  }
}

.course-watch-section .course-watch-content .nav-style-1 .nav-item {
  margin-inline-end: 0.5rem;
  flex-grow: inherit;
}

.course-watch-section .course-watch-content .nav-style-1 .nav-item:last-child {
  margin-inline-end: 0;
}

@media (max-width: 575.98px) {
  .course-watch-section .course-watch-content .nav-style-1 .nav-item {
    margin-right: 0;
  }
}

.course-watch-section .course-watch-content .nav-style-1 .nav-item .nav-link {
  background: var(--light);
  color: var(--gray-900);
  border-radius: 10px;
  font-size: 16px;
}

@media (max-width: 767.98px) {
  .course-watch-section .course-watch-content .nav-style-1 .nav-item .nav-link {
    margin-bottom: 16px;
  }
}

.course-watch-section .course-watch-content .nav-style-1 .nav-item .nav-link.active,
.course-watch-section .course-watch-content .nav-style-1 .nav-item .nav-link:hover {
  background: #FF4667;
  border-color: #FF4667;
  color: var(--white);
}

.course-watch-section .course-watch-content .video-btn {
  margin-bottom: 30px;
}

.course-watch-section .course-watch-content .video-btn img {
  border-radius: 10px;
}

.course-watch-section .course-watch-content .course-video {
  position: relative;
  margin-bottom: 47px;
  width: -moz-fit-content;
  width: fit-content;
}

.course-watch-section .course-watch-content .course-video .icon-play {
  position: absolute;
  top: 230px;
  left: 50%;
}

.course-watch-section .course-watch-content .tab-pane p {
  line-height: 1.6;
}

.course-watch-section .course-watch-content .readmore-btn {
  color: #FF4667;
  text-decoration: underline;
  font-size: 16px;
}

.course-watch-section .course-watch-content .readmore-btn:hover {
  color: #392C7D;
}

.course-watch-section .course-watch-content .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  color: white;
  cursor: pointer;
}

.course-watch-section .course-watch-content iframe {
  width: 100%;
  height: 400px;
  border: none;
}

.course-watch-section .course-watch-content .faq-accordion .accordion-button {
  background-color: var(--white);
  color: var(--gray-900);
  padding: 20px;
  font-size: 18px;
  font-weight: 600;
}

.course-watch-section .course-watch-content .faq-accordion .accordion-button:not(.collapsed) {
  color: var(--gray-900);
  background-color: var(--white);
  box-shadow: none;
}

.course-watch-section .course-watch-content .faq-accordion .accordion-button:focus {
  border-color: rgba(57, 44, 125, 0.3);
  box-shadow: none;
}

.course-watch-section .course-watch-content .faq-accordion .accordion-button:after,
.course-watch-section .course-watch-content .faq-accordion .accordion-button:not(.collapsed)::after {
  background-image: none;
}

.course-watch-section .course-watch-content .faq-accordion .accordion-button:after {
  content: "+";
  font-family: "Fontawesome";
  font-size: 12px;
  line-height: 1;
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: var(--gray-900);
}

.course-watch-section .course-watch-content .faq-accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(45deg);
}

.course-watch-section .course-watch-content .faq-accordion .accordion-body {
  font-size: 15px;
}

.course-watch-section .course-watch-content .faq-accordion .accordion-item {
  color: var(--gray-900);
  background-color: var(--white);
  border: 1px solid var(--gray-100);
}

.course-watch-section .course-watch-content .faq-accordion .accordions-items-seperate .accordion-item:not(:first-of-type) {
  margin-block-start: 1rem;
}

.course-watch-section .course-watch-content .faq-accordion .accordions-items-seperate .accordion-item {
  border-block-start: 1px solid var(--gray-100);
  border-radius: 10px;
  overflow: hidden;
}

.course-watch-section .back-to-course {
  color: #FF4667;
  font-weight: 500;
}

.course-watch-section .back-to-course:hover {
  color: #392C7D;
}

.course-watch-section .back-to-course {
  color: #FF4667;
  font-weight: 500;
  font-size: 14px;
}

.course-watch-section .back-to-course:hover {
  color: #392C7D;
}

.course-watch-section .course-accordion-head-1 {
  font-size: 16px;
  font-weight: 500;
  color: var(--gray-900);
}

.course-watch-section .play-icon {
  width: 50px;
  height: 50px;
  background-color: rgba(1, 1, 1, 0.4);
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
}

.course-watch-section .play-icon i {
  font-size: 16px;
}

@media (max-width: 575.98px) {
  .course-watch-section .play-icon {
    width: 40px;
    height: 40px;
  }

  .course-watch-section .play-icon i {
    font-size: 14px;
  }
}

/* /Course Watch*/
.cart-cover {
  margin: 0 60px;
}

@media (max-width: 767.98px) {
  .cart-cover {
    margin: 0 20px;
  }
}

@media (max-width: 575.98px) {
  .cart-cover {
    margin: 0;
  }
}

.cart-cover .cart-items {
  border: 1px solid var(--gray-100);
  box-shadow: 0px 4px 4px 0px rgba(212, 212, 212, 0.2509803922);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 0;
}

.cart-cover .cart-items .items-count {
  background: var(--light-900);
  padding: 10px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  color: var(--gray-900);
  margin-bottom: 20px;
}

.cart-cover .cart-items .cart-head {
  margin-bottom: 20px;
}

.cart-cover .cart-items .cart-item {
  border: 1px solid var(--gray-100);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 0;
}

.cart-cover .cart-items .cart-item img {
  border-radius: 10px;
}

.cart-cover .cart-items p {
  font-size: 14px;
}

.cart-cover .cart-img {
  overflow: hidden;
  border-radius: 10px;
}

.cart-cover .cart-img img {
  object-fit: cover;
  transition: 0.5s;
}

.cart-cover .cart-img:hover img {
  transform: scale(1.1);
}

.cart-cover .dot {
  width: 6px;
  height: 6px;
}

.cart-cover .star {
  color: #FFC107;
}

.cart-cover .trash-btn {
  width: 30px;
  height: 30px;
  padding: 4px;
  border-radius: 18px;
  border: 1px solid var(--gray-100);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #E70D0D;
}

.cart-cover .trash-btn:hover {
  background: #E70D0D;
  color: var(--white);
  border-color: #E70D0D;
}

.cart-cover .btn.continue-shopping-btn {
  background: #FF4667;
  color: var(--white);
  padding: 7px 16px;
}

.cart-cover .btn.continue-shopping-btn:hover {
  background: #392C7D;
}

.cart-cover .btn.checkout-btn {
  background: #392C7D;
  color: var(--white);
}

.cart-cover .btn.checkout-btn:hover {
  background: #FF4667;
}

@media (max-width: 767.98px) {
  .cart-cover .cart-trash {
    margin-top: 10px;
  }
}

.checkout-content .checkout-item-1 {
  border: 1px solid var(--gray-100);
  box-shadow: 0px 4px 4px 0px rgba(212, 212, 212, 0.2509803922);
  border-radius: 10px;
  margin-bottom: 47px;
  padding: 20px;
}

@media (max-width: 991.98px) {
  .checkout-content .checkout-item-1 {
    margin-bottom: 30px;
  }
}

.checkout-content .checkout-item-1:last-child {
  margin-bottom: 0;
}

.checkout-content .checkout-item-1 .checkbox {
  width: 20px;
  height: 20px;
  border: 1px solid #FFDEDA;
}

.checkout-content .checkout-item-1 .input-block {
  margin-bottom: 26px !important;
}

.checkout-content .checkout-item-1 .form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-right: 10px;
}

.checkout-content .nav-style-1 .nav-item {
  margin-inline-end: 1rem;
}

.checkout-content .nav-style-1 .nav-item:last-child {
  margin-inline-end: 0;
}

.checkout-content .nav-style-1 .nav-item .nav-link {
  color: var(--gray-900);
  border-radius: 10px;
  border: 1px solid var(--gray-100);
}

@media (max-width: 767.98px) {
  .checkout-content .nav-style-1 .nav-item .nav-link {
    margin-bottom: 16px;
  }
}

.checkout-content .nav-style-1 .nav-item .nav-link.active,
.checkout-content .nav-style-1 .nav-item .nav-link:hover {
  background: var(--light);
}

.checkout-content .custom_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkout-content .custom_check {
  color: var(--gray-500) !important;
  display: inline-block;
  position: relative;
  font-size: 14px !important;
  margin-bottom: 15px;
  padding-left: 28px;
  cursor: pointer;
  font-weight: 400 !important;
  -webkit-user-select: none;
  user-select: none;
  font-family: "Noto Sans", sans-serif;
}

.checkout-content .custom_check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid var(--gray-100);
  background-color: var(--white);
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}

.checkout-content .custom_check .checkmark::after {
  content: "\e92b";
  font-family: "feather" !important;
  font-weight: 400;
  position: absolute;
  display: none;
  left: 3px;
  top: -1px;
  color: var(--white);
}

.checkout-content .custom_check input:checked~.checkmark:after {
  display: block;
}

.checkout-content .custom_check input:checked~.checkmark {
  background-color: #FF4667;
  border-color: #FF4667;
}

.checkout-item-2 {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid var(--gray-100);
  box-shadow: 0px 4px 4px 0px rgba(212, 212, 212, 0.2509803922);
}

@media (max-width: 991.98px) {
  .checkout-item-2 {
    margin-top: 30px;
  }
}

.checkout-item-2 .checkout-item-3 {
  overflow: hidden;
}

.checkout-item-2 .checkout-item-3 .order-img {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  position: relative;
}

.checkout-item-2 .checkout-item-3 .order-img img {
  border-radius: 10px;
  position: relative;
  object-fit: cover;
}

.checkout-item-2 .checkout-item-3 .order-img a {
  display: none;
  position: absolute;
  background: var(--white);
  color: #E70D0D;
  bottom: 5px;
  right: 5px;
}

.checkout-item-2 .checkout-item-3 .order-img:hover a {
  display: flex;
}

.checkout-item-2 .checkout-item-3 .order-img:hover a:hover {
  background: #FF4667;
  color: var(--white);
}

.checkout-item-2 p {
  font-size: 14px;
}

.notification-content .notification-head {
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  .notification-content .notification-head {
    margin-bottom: 30px;
  }
}

@media (max-width: 575.98px) {
  .notification-content .notification-head {
    margin-bottom: 20px;
  }
}

.notification-content .notification-head p {
  font-size: 16px;
  color: var(--gray-500);
}

.notification-content .delete-all-btn {
  background: #FF4667;
  color: var(--white);
}

.notification-content .delete-all-btn:hover {
  background: #392C7D;
  border-color: #392C7D;
}

.notification-content .notification-item {
  border: 1px solid var(--gray-100);
  padding: 20px;
  border-radius: 10px;
  border-radius: 10px;
  padding: 20px;
}

@media (max-width: 575.98px) {
  .notification-content .notification-item {
    padding: 14px;
  }
}

.notification-content .notification-item img {
  width: 45px;
  height: 45px;
}

.notification-content .notification-item .name-highlight {
  color: var(--gray-900);
  font-size: 16px;
  font-weight: 500;
}

.notification-content .notification-item .delete-all-btn {
  background: #FF4667 !important;
  color: var(--white) !important;
}

.notification-content .notification-item .delete-all-btn:hover {
  background: #392C7D !important;
}

.notification-content .notification-item .btn-delete {
  background: #FF4667;
  color: var(--white);
}

.notification-content .notification-item .btn-delete:hover {
  background: #392C7D;
}

.notification-content .notification-item .btn-delete-hidden {
  display: none;
  background: #FF4667;
  color: var(--white);
}

.notification-content .notification-item:hover .btn-delete-hidden {
  display: flex;
  align-items: center;
}

.notification-content .notification-item:hover .btn-delete-hidden:hover {
  background: #392C7D;
}

/*============================
  56.chat
============================*/
.header-navigation {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--light);
  margin-bottom: 20px;
}

.chat-scroll {
  max-height: calc(100vh - 170px);
  overflow-y: auto;
}

.chat-scroll::-webkit-scrollbar {
  width: 3px;
  background: var(--white);
  height: 3px;
}

.chat-scroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--white);
  border-radius: 10px;
}

.chat-scroll::-webkit-scrollbar-thumb {
  background: var(--light-900);
  border-radius: 10px;
}

.chat-scroll::-webkit-scrollbar-thumb:hover {
  background: var(--light-100);
}

.chat-cont-left {
  width: 340px;
  border-right: 1px solid var(--gray-100);
  flex-shrink: 0;
}

.chat-cont-left .chat-scroll {
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.chat-cont-left .chat-scroll::-webkit-scrollbar {
  width: 3px;
  background: var(--white);
  height: 3px;
}

.chat-cont-left .chat-scroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--white);
  border-radius: 10px;
}

.chat-cont-left .chat-scroll::-webkit-scrollbar-thumb {
  background: var(--light-900);
  border-radius: 10px;
}

.chat-cont-left .chat-scroll::-webkit-scrollbar-thumb:hover {
  background: var(--light-900);
}

.chat-cont-left .chat-header {
  padding: 20px 20px 0;
}

.chat-cont-left .chat-header h6 {
  font-size: 20px;
}

.chat-cont-left .chat-header p {
  margin-bottom: 0;
  font-size: 14px;
}

.chat-cont-left .chat-header.inner-chat-header {
  padding: 15px 0;
}

.chat-cont-left .chat-header.inner-chat-header h6 {
  font-size: 18px;
  margin-bottom: 0;
}

.chat-cont-left .card {
  border: 1px solid var(--light);
  box-shadow: none;
}

.chat-cont-left .chat-users-list {
  padding: 20px;
}

.chat-cont-left .chat-users-list .chat-member {
  background: var(--white);
  padding: 10px;
  border-radius: 10px;
  border: 1px solid var(--white);
  box-shadow: 0px 4px 4px 0px rgba(212, 212, 212, 0.2509803922);
}

.chat-cont-left .chat-users-list .chat-member.active {
  border-color: #FF4667;
}

.chat-cont-left .chat-users-list .chat-member .avatar img {
  border-radius: 50%;
}

.chat-cont-left .chat-users-list .chat-member .avatar.active img {
  border: 2px solid #FFC107;
}

.chat-cont-left .chat-users-list .chat-member .msg-count {
  width: 20px;
  height: 20px;
  box-shadow: none;
}

.msg_card_body {
  overflow-y: auto;
  padding: 20px 20px 0;
}

.msg_card_body.card-body {
  padding-bottom: 0;
}

.msg_card_body .media .media-body .msg-box+.msg-box {
  margin-top: 5px;
}

.msg_card_body .media:last-child {
  margin-bottom: 0;
}

.msg_card_body ul.list-unstyled {
  margin: 0 auto;
  padding: 1rem 0 0;
  width: 100%;
}

.msg_card_body .media.received {
  margin-bottom: 20px;
  max-width: 550px;
  margin-right: auto;
}

.msg_card_body .media.received .media-body .msg-box {
  position: relative;
  display: inline-block;
}

.msg_card_body .media.received .media-body .msg-box .received-message {
  background-color: var(--light-900);
  color: var(--gray-900);
  padding: 15px;
  border-radius: 15px 15px 15px 0;
}

.msg_card_body .media.received .media-body .msg-box .received-message .img-count {
  position: relative;
}

.msg_card_body .media.received .media-body .msg-box .received-message .img-count a::before {
  content: "";
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 1;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  border-radius: 5px;
}

.msg_card_body .media.received .media-body .msg-box .received-message .img-count .counts {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.msg_card_body .media.received .media-body .msg-box:first-child .received-message {
  margin-top: 0;
}

.msg_card_body .media.sent {
  margin-bottom: 20px;
  max-width: 550px;
  margin-left: auto;
}

.msg_card_body .media.sent .media-body {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  margin-left: 0;
  margin-right: 6px;
}

.msg_card_body .media.sent .media-body .msg-box {
  margin-left: 70px;
  position: relative;
}

@media (max-width: 575.98px) {
  .msg_card_body .media.sent .media-body .msg-box {
    margin-left: 30px;
  }
}

.msg_card_body .media.sent .media-body .msg-box:first-child .sent-message {
  margin-top: 0;
  background: #392C7D;
  padding: 14px;
  border-radius: 15px 15px 0 15px;
}

.msg_card_body .media.sent .media-body .msg-box:first-child .sent-message p {
  color: var(--white);
}

.msg_card_body .media.sent .avatar {
  order: 3;
}

.microphone-chat {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.chat-input {
  width: 688px;
}

.chat-input .form-control {
  border-radius: 10px;
}

.chat-input-icons a {
  padding: 8px;
}

.type_msg {
  background: var(--white);
  border-radius: 50px;
  overflow-y: auto;
  min-height: 40px;
  border-radius: 10px !important;
  font-size: 14px;
}

.type_msg:focus {
  box-shadow: none;
  outline: 0px;
  z-index: unset !important;
}

.send-action {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}

.send-action .send-action-btn {
  width: 30px;
  height: 30px;
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-right: 7px;
  font-size: 12px;
  border-radius: 50%;
  padding: 0;
}

.btn_send {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 0;
  font-size: 12px;
}

@media (max-width: 767.98px) {
  .btn_send {
    width: 35px;
    height: 35px;
  }
}

.btn_send i {
  font-size: 20px;
}

@media (max-width: 767.98px) {
  .btn_send i {
    font-size: 15px;
  }
}

.search_btn {
  background-color: transparent;
  border: 0;
  line-height: 0;
}

.msg_head {
  position: relative;
  background-color: transparent;
}

.chat-cont-right .msg_head {
  padding: 20px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  border-bottom: 1px solid var(--gray-100);
  z-index: 15;
}

.chat-cont-right .msg_head .back-user-list {
  display: none;
  padding-right: 10px;
  margin-left: -10px;
  padding-left: 10px;
}

@media (max-width: 767.98px) {
  .chat-cont-right .msg_head .back-user-list {
    display: block;
  }
}

.card-body.chat-users-list {
  padding: 15px;
}

.chat-cont-right.chat-window-long {
  display: flex;
  overflow: hidden;
}

.chat-window {
  width: 100%;
  margin-right: 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.chat-cont-profile.chat-profile-right {
  width: 0;
  display: none;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.chat-cont-right.chat-window-long.window-full-width .card.chat-window {
  width: 65%;
  margin-right: 24px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.chat-cont-right.chat-window-long.window-full-width .chat-cont-profile.chat-profile-right {
  width: 35%;
  display: flex;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.chat-page-body .sidebar-overlay.opened {
  display: none;
}

.form-control.type_msg.empty_check {
  padding-right: 130px;
}

.media.sent .message-more-option {
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
}

.media.received .message-more-option {
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
}

.day-badge {
  position: relative;
  z-index: 1;
}

.day-badge::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border: 1px solid var(--light);
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.search-icon-right {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 0;
}

.chat-search {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
  opacity: 0;
  visibility: hidden;
}

.chat-search input[type=text] {
  padding: 8px 8px 8px 15px;
  width: 100%;
  min-height: 37px;
  border-radius: 5px;
  background-color: var(--white);
  color: var(--gray-900);
}

.chat-search .input-group {
  flex-wrap: nowrap;
}

.chat-search .input-group .form-control {
  border-right: none;
}

.chat-search .input-group .input-group-prepend {
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  color: var(--gray-700);
  pointer-events: none;
  z-index: 4;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
}

.chat-search .input-group .input-group-text {
  background-color: var(--white);
}

.chat-search.visible-chat {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
  z-index: 9;
  padding: 0 20px;
}

.card-footer .no-bg {
  margin-right: 0;
  padding: 8px;
  background-color: var(--white);
  border: var(--white);
  color: var(--gray-900);
}

.card-footer .no-bg.show {
  background-color: var(--white);
  border-color: var(--white);
  color: var(--gray-900);
}

.card-footer .no-bg:hover {
  background-color: var(--white);
  border: var(--white);
  color: var(--gray-900);
}

.emoj-action-foot {
  margin-right: 2px;
  position: relative;
}

.emoj-action-foot .down-emoji-circle ul {
  padding: 10px;
}

.emoj-action-foot .down-emoji-circle ul li:last-child a {
  width: 34px;
  height: 34px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.emoj-group-list-foot {
  display: none;
  position: absolute;
  top: -80px;
  left: -30px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.emoj-group-list-foot ul {
  display: flex;
  align-items: center;
  background: var(--white);
  border: 1px solid var(--light);
  border-radius: 8px;
  padding: 8px;
}

.emoj-group-list-foot ul li a {
  padding: 0;
  display: flex;
  align-items: center;
  display: flex;
  width: 16px;
  margin-right: 8px;
}

.emoj-group-list-foot ul li.add-emoj a {
  background: var(--light-500);
}

.emoj-group-list-foot ul li.add-emoj a i {
  font-size: 20px;
}

.chat-cont-right {
  display: flex;
}

.about-section {
  padding: 80px 0;
}

@media (max-width: 991.98px) {
  .about-section {
    padding: 50px 0;
  }
}

.about-section-two {
  padding: 80px 0;
}

@media (max-width: 991.98px) {
  .about-section-two {
    padding: 50px 0;
  }
}

.about-section-two .img-radius {
  border-radius: 100px 0;
}

@media (max-width: 575.98px) {
  .about-section-two .img-radius {
    border-radius: 60px 0;
  }
}

.about-section-two .about-icon {
  width: 64px;
  height: 64px;
}

.about-section-two .about-us-banner {
  margin-bottom: 31px;
}

.about-section-two .about-us-banner:last-child {
  margin-bottom: 0;
}

.about-section-two .about-us-banner h6 {
  font-size: 18px;
}

.benefit-section {
  position: relative;
  padding: 80px 0 56px;
}

@media (max-width: 991.98px) {
  .benefit-section {
    padding: 50px 0 30px;
  }
}

.institutions-sec {
  padding-bottom: 30px;
  position: relative;
}

.counter-sec {
  position: relative;
  background-color: #392C7D;
  padding: 40px 0;
}

.counter-sec .about-us-count {
  border: 1px solid #E9ECEF;
  box-shadow: 0px 4px 14px 0px rgba(231, 231, 231, 0.2509803922);
  background: var(--white);
  border-radius: 10px;
  padding: 20px;
  height: 112px;
}

@media (max-width: 1199.98px) {
  .counter-sec .about-us-count {
    margin-bottom: 24px;
  }
}

.contact-sec {
  position: relative;
  padding: 60px 0;
}

@media (max-width: 991.98px) {
  .contact-sec {
    padding: 50px 0;
  }
}

.contact-sec .contact-info {
  margin-bottom: 26px;
}

.contact-sec .contact-form {
  background: linear-gradient(90deg, #FEE0DE 0%, #E4F5FD 51.39%, #DDEDFF 100%);
}

.contact-sec .contact-icon span {
  display: block;
  width: 60px;
  height: 60px;
  color: #AEA9C9;
}

.contact-sec .contact-map {
  margin-top: 60px;
}

.contact-sec .contact-map iframe {
  filter: grayscale(1);
  transition: 0.3s;
  width: 100%;
  height: 260px;
}

.contact-sec .contact-map iframe:hover {
  filter: grayscale(0);
}

h2.main-title {
  font-size: 32px;
}

@media (max-width: 991.98px) {
  h2.main-title {
    font-size: 28px;
  }
}

@media (max-width: 767.98px) {
  h2.main-title {
    font-size: 26px;
  }
}

.share-your-knowledge {
  position: relative;
  padding: 80px 0;
}

@media (max-width: 991.98px) {
  .share-your-knowledge {
    padding: 50px 0;
  }
}

.share-your-knowledge .share-knowledge-content {
  padding: 133px 0 100px;
}

@media (max-width: 991.98px) {
  .share-your-knowledge .share-knowledge-content {
    padding: 0;
  }
}

.share-your-knowledge .share-knowledge-content .register-btn-1 {
  padding: 6px 16px;
  background: #FF4667;
  color: var(--white);
}

.share-your-knowledge .share-knowledge-content .register-btn-1:hover {
  background: #392C7D;
  color: var(--white);
}

.share-your-knowledge .btn-register {
  background-color: #FF4667;
  color: var(--white);
  padding: 8px 16px;
}

.share-your-knowledge .btn-register:hover {
  background-color: #392C7D;
}

.share-your-knowledge-img {
  position: relative;
}

.share-your-knowledge-img .become-instructor-bg-01 {
  position: absolute;
  top: 218px;
  left: 20px;
}

.share-your-knowledge-img .become-instructor-bg-02 {
  position: absolute;
  top: 245px;
  left: 105px;
}

.share-your-knowledge-img .become-instructor-bg-03 {
  position: absolute;
  right: 20px;
  top: 60px;
}

.share-your-knowledge-img .become-instructor-bg-04 {
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
}

.share-your-knowledge-img .become-instructor-bg-05 {
  position: absolute;
  top: 250px;
  right: 0;
  width: 266px;
}

.share-your-knowledge-img .become-instructor-bg-06 {
  position: absolute;
  top: 105px;
  right: 53px;
}

.how-it-works-sec {
  position: relative;
  padding: 80px 0;
  text-align: center;
  background: var(--light-900);
}

@media (max-width: 991.98px) {
  .how-it-works-sec {
    padding: 50px 0 35px;
  }
}

.how-it-works-sec .share-knowledge-item-2 {
  background: var(--white);
  border: 1px solid var(--gray-100);
  box-shadow: 0px 4px 4px 0px rgba(212, 212, 212, 0.2);
  padding: 1.5rem;
  border-radius: 10px;
}

.how-it-works-sec .text-truncate.line-clamb-2 {
  -webkit-line-clamp: 2;
}

.counter-sec .become-instructor-item-3 {
  padding: 20px;
  border-radius: 10px;
  background: var(--white);
  height: 113px;
}

.register-sec {
  position: relative;
  padding: 80px 0 60px;
}

@media (max-width: 991.98px) {
  .register-sec {
    padding: 50px 0;
  }
}

.register-sec .toggle-passwords {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 10px;
}

.register-sec .register-section {
  padding: 20px;
  background: var(--light-900);
  border-radius: 10px;
}

.become-an-instructor .instructor-bg-1 {
  right: 25%;
  top: 0;
  position: absolute;
  z-index: -1;
}

.become-an-instructor .instructor-bg-2 {
  left: 30%;
  bottom: 0;
  position: absolute;
  z-index: -1;
}

.add-course-item {
  padding: 1.5rem;
  border: 1px solid var(--gray-100);
  box-shadow: 0px 4px 4px 0px rgba(212, 212, 212, 0.2);
  border-radius: 10px;
}

.add-course-item .wizard {
  padding: 20px;
  border-bottom: 1px solid var(--gray-100);
}

.add-course-item .wizard p {
  font-size: 14px;
}

.add-course-item .wizard ul {
  display: flex;
  justify-content: center;
  text-align: center;
}

.add-course-item .wizard ul li {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}

.add-course-item .wizard ul li h5 {
  font-size: 16px;
  margin: 10px 0;
  font-weight: 400;
}

.add-course-item .wizard ul li span.dot-active {
  width: 34px;
  height: 34px;
  border: 1px solid var(--gray-100);
  background-color: var(--light);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 8px;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 0;
  z-index: 1;
  color: var(--gray-900);
  font-size: 12px;
  font-weight: 600;
}

.add-course-item .wizard ul li span.dot-active .number {
  display: block;
}

.add-course-item .wizard ul li span.dot-active .tickmark {
  display: none;
}

.add-course-item .wizard ul li::after {
  content: "";
  width: 50%;
  height: 1px;
  background: var(--gray-100);
  position: absolute;
  top: 17px;
  left: 0;
}

.add-course-item .wizard ul li::before {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--gray-100);
  position: absolute;
  top: 17px;
  right: 0;
}

.add-course-item .wizard ul li:first-child:before {
  width: 50%;
}

.add-course-item .wizard ul li:first-child::after {
  display: none;
}

.add-course-item .wizard ul li:last-child::before {
  display: none;
}

.add-course-item .wizard ul li.progress-activated::after {
  background: #03C95A;
}

.add-course-item .wizard ul li.progress-activated::before {
  background: #03C95A;
}

.add-course-item .wizard ul li.progress-activated span.dot-active {
  border-color: #03C95A;
  background-color: #03C95A;
}

.add-course-item .wizard ul li.progress-activated span.dot-active .number {
  display: none;
}

.add-course-item .wizard ul li.progress-activated span.dot-active .tickmark {
  display: block;
  color: var(--white);
  font-size: 12px;
}

.add-course-item .wizard ul li.progress-active::after {
  background: #03C95A;
}

.add-course-item .wizard ul li.progress-active span.dot-active {
  background-color: var(--gray-900);
  color: var(--white);
  border-color: var(--gray-900);
}

@media (max-width: 1199.98px) {
  .add-course-item .wizard {
    padding: 20px;
    border-bottom: 1px solid var(--gray-100);
  }

  .add-course-item .wizard p {
    font-size: 13px;
  }

  .add-course-item .wizard ul {
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .add-course-item .wizard ul li {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
  }

  .add-course-item .wizard ul li h5 {
    font-size: 16px;
    margin: 10px 0;
    font-weight: 400;
  }

  .add-course-item .wizard ul li span.dot-active {
    width: 34px;
    height: 34px;
    border: 1px solid var(--light);
    background-color: var(--light);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 8px;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 0;
    z-index: 1;
    color: var(--gray-900);
    font-size: 12px;
    font-weight: 600;
  }

  .add-course-item .wizard ul li span.dot-active .number {
    display: block;
  }

  .add-course-item .wizard ul li span.dot-active .tickmark {
    display: none;
  }

  .add-course-item .wizard ul li::after {
    content: "";
    width: 50%;
    height: 2px;
    background: var(--gray-100);
    position: absolute;
    top: 17px;
    left: 0;
  }

  .add-course-item .wizard ul li::before {
    content: "";
    width: 100%;
    height: 2px;
    background: var(--gray-100);
    position: absolute;
    top: 17px;
    right: 0;
  }

  .add-course-item .wizard ul li:first-child:before {
    width: 50%;
  }

  .add-course-item .wizard ul li:first-child::after {
    display: none;
  }

  .add-course-item .wizard ul li:last-child::before {
    display: none;
  }

  .add-course-item .wizard ul li.progress-activated::after {
    background: #03C95A;
  }

  .add-course-item .wizard ul li.progress-activated::before {
    background: #03C95A;
  }

  .add-course-item .wizard ul li.progress-activated span.dot-active {
    border-color: #03C95A;
    background-color: #03C95A;
  }

  .add-course-item .wizard ul li.progress-activated span.dot-active .number {
    display: none;
  }

  .add-course-item .wizard ul li.progress-activated span.dot-active .tickmark {
    display: block;
    color: var(--white);
    font-size: 12px;
  }

  .add-course-item .wizard ul li.progress-active::after {
    background: #03C95A;
  }

  .add-course-item .wizard ul li.progress-active span.dot-active {
    background-color: var(--gray-900);
    color: var(--white);
    border-color: var(--gray-900);
  }
}

@media (max-width: 991.98px) {
  .add-course-item .wizard {
    padding: 20px;
    border-bottom: 1px solid var(--gray-100);
  }

  .add-course-item .wizard p {
    font-size: 11px;
  }

  .add-course-item .wizard ul {
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .add-course-item .wizard ul li {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
  }

  .add-course-item .wizard ul li h5 {
    font-size: 16px;
    margin: 10px 0;
    font-weight: 400;
  }

  .add-course-item .wizard ul li span.dot-active {
    width: 34px;
    height: 34px;
    border: 1px solid var(--light);
    background-color: var(--light);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 8px;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 0;
    z-index: 1;
    color: var(--gray-900);
    font-size: 12px;
    font-weight: 600;
  }

  .add-course-item .wizard ul li span.dot-active .number {
    display: block;
  }

  .add-course-item .wizard ul li span.dot-active .tickmark {
    display: none;
  }

  .add-course-item .wizard ul li::after {
    content: "";
    width: 50%;
    height: 2px;
    background: var(--gray-100);
    position: absolute;
    top: 17px;
    left: 0;
  }

  .add-course-item .wizard ul li::before {
    content: "";
    width: 100%;
    height: 2px;
    background: var(--gray-100);
    position: absolute;
    top: 17px;
    right: 0;
  }

  .add-course-item .wizard ul li:first-child:before {
    width: 50%;
  }

  .add-course-item .wizard ul li:first-child::after {
    display: none;
  }

  .add-course-item .wizard ul li:last-child::before {
    display: none;
  }

  .add-course-item .wizard ul li.progress-activated::after {
    background: #03C95A;
  }

  .add-course-item .wizard ul li.progress-activated::before {
    background: #03C95A;
  }

  .add-course-item .wizard ul li.progress-activated span.dot-active {
    border-color: #03C95A;
    background-color: #03C95A;
  }

  .add-course-item .wizard ul li.progress-activated span.dot-active .number {
    display: none;
  }

  .add-course-item .wizard ul li.progress-activated span.dot-active .tickmark {
    display: block;
    color: var(--white);
    font-size: 12px;
  }

  .add-course-item .wizard ul li.progress-active::after {
    background: #03C95A;
  }

  .add-course-item .wizard ul li.progress-active span.dot-active {
    background-color: var(--gray-900);
    color: var(--white);
    border-color: var(--gray-900);
  }
}

@media (max-width: 575.98px) {
  .add-course-item .wizard ul {
    flex-direction: column;
    row-gap: 10px;
  }

  .add-course-item .wizard ul li {
    border-bottom: 2px solid var(--gray-100);
    padding-bottom: 6px;
  }

  .add-course-item .wizard ul li span.dot-active {
    display: none;
  }

  .add-course-item .wizard ul li::before {
    display: none;
  }

  .add-course-item .wizard ul li::after {
    display: none;
  }

  .add-course-item .wizard ul li.progress-activated {
    border-color: #392C7D;
  }
}

.add-course-item .profile-step {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.add-course-item .wizard-form-card {
  padding-top: 20px;
  background: var(--white);
}

.add-course-item .wizard-form-card .title {
  margin-bottom: 20px;
}

.add-course-item .add-form-btn {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.add-course-item .add-form-btn .pre-btn {
  background: #E8E8E8;
  border-color: #E8E8E8;
  box-shadow: none;
  color: var(--white);
}

.add-course-item .initialization-form-set #first {
  display: block;
}

.add-course-item .initialization-form-set .main-btn {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  background: #FF4667;
  border-color: #FF4667;
  color: var(--white);
}

.add-course-item .initialization-form-set .main-btn:hover {
  background: #392C7D;
  border-color: #392C7D;
  color: var(--white);
}

.add-course-item .initialization-form-set .main-btn.prev_btns {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  background: var(--light);
  border-color: var(--light);
  color: var(--gray-900);
}

.add-course-item .initialization-form-set .main-btn.prev_btns:hover {
  background: #392C7D;
  border-color: #392C7D;
  color: var(--white);
}

.add-course-item .initialization-form-set fieldset {
  display: none;
}

.add-course-item .rechange-details {
  padding-bottom: 20px;
}

.add-course-item .rechange-details span {
  border-radius: 10px;
  background: rgba(5, 161, 68, 0.13);
  color: #05A144;
  padding: 20px;
  display: block;
  text-align: center;
}

.add-course-item .installation-header {
  background: var(--white);
  padding: 20px 0;
  text-align: center;
}

.add-course-item .input-block {
  margin-bottom: 16px;
}

.add-course-item .input-block .add-new-input {
  margin-bottom: 8px;
}

.add-course-item .input-block .add-new-input .link-trash {
  display: none;
  margin-left: 8px;
}

.add-course-item .input-block .add-new-input .link-trash:hover {
  color: #E70D0D;
}

.add-course-item .input-block .add-new-input:hover .link-trash {
  display: flex;
}

.add-course-item .input-block span {
  font-size: 13px;
  color: var(--gray-500);
}

.add-course-item .file-upload-btn {
  display: inline-block;
  padding: 11px 16px;
  font-size: 14px;
  color: var(--white);
  background: #392C7D;
  border: none;
  font-weight: 500;
  border-radius: 5px;
  cursor: pointer;
  border-radius: 40px;
}

@media (max-width: 575.98px) {
  .add-course-item .file-upload-btn {
    margin-top: 20px;
  }
}

.add-course-item .file-upload-btn:hover {
  background: #FF4667;
}

.add-course-item input[type=file] {
  display: none;
}

.add-course-item .note-toolbar {
  color: #333;
  background-color: var(--white);
  border-bottom: 1px solid;
  border-color: var(--gray-100);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.add-course-item .note-btn {
  border-color: var(--gray-100);
}

.add-course-item .note-editor.note-frame {
  border: 1px solid var(--gray-100);
  border-radius: 4px;
}

.add-course-item .note-editor.note-frame .note-statusbar .note-resizebar {
  padding-top: 1px;
  height: 9px;
  width: 100%;
  cursor: ns-resize;
  background: var(--white);
}

.add-course-item .check:checked+.checktoggle:after {
  background-color: var(--white);
  left: 100%;
  transform: translate(calc(-90% - 3px), -45%);
}

.add-course-item .check {
  display: block;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.add-course-item .check:checked+.checktoggle {
  background-color: #03C95A;
}

.add-course-item .relative-form {
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: 5px;
  color: #6e82a3;
  min-height: 40px;
  padding: 6px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.add-course-item .relative-file-upload {
  color: var(--white);
  background: #392C7D;
  border: 1px solid #392C7D;
  border-radius: 40px;
  padding: 6px 16px;
  font-size: 14px;
  margin-bottom: 0;
  cursor: pointer;
  position: absolute;
  right: 21px;
  text-align: center;
}

.add-course-item .relative-file-upload input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: var(--white);
  cursor: inherit;
  display: block;
}

.add-course-item .upload-img-section {
  height: 120px;
  background: var(--light);
  border: 1px dashed var(--gray-100);
  border-radius: 6px;
}

.add-course-item .upload-img-section p {
  font-size: 14px;
  font-weight: 500;
  color: var(--gray-900);
}

.add-course-item .upload-img-section p:hover {
  color: #FF4667;
}

.add-course-item .upload-img-section span {
  font-size: 14px;
}

.add-course-item .play-btn {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
}

.add-course-item .accordion-button {
  background-color: var(--light);
  color: var(--gray-900);
  padding: 16px;
  font-size: 15px;
}

.add-course-item .accordion-button:not(.collapsed) {
  color: var(--gray-900);
  background-color: var(--light);
  box-shadow: none;
}

.add-course-item .accordion-button:focus {
  border-color: rgba(57, 44, 125, 0.3);
  box-shadow: none;
}

.add-course-item .accordion-button:after,
.add-course-item .accordion-button:not(.collapsed)::after {
  background-image: none;
}

.add-course-item .accordion-button:after {
  content: "\f13a";
  font-family: "Fontawesome";
  font-size: 14px;
  line-height: 1;
  color: var(--white);
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3.125rem;
  color: #242B3A;
}

.add-course-item .accordion-body {
  padding: 1rem;
  font-size: 0.8125rem;
  color: #677788;
  background-color: var(--light);
}

.add-course-item .accordion-item {
  color: var(--gray-500);
  background-color: var(--white);
  border: 1px solid var(--light-900);
}

.add-course-item .accordions-items-seperate .accordion-item:not(:first-of-type) {
  margin-block-start: 1rem;
}

.add-course-item .accordions-items-seperate .accordion-item {
  border: 1px solid var(--gray-100);
  border-radius: 10px;
  overflow: hidden;
}

.add-course-item .custom_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.add-course-item .custom_check {
  color: var(--gray-500) !important;
  display: inline-block;
  position: relative;
  font-size: 14px !important;
  margin-bottom: 15px;
  padding-left: 28px;
  cursor: pointer;
  font-weight: 400 !important;
  -webkit-user-select: none;
  user-select: none;
  font-family: "Noto Sans", sans-serif;
}

.add-course-item .custom_check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid var(--gray-100);
  background-color: var(--white);
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}

.add-course-item .custom_check .checkmark::after {
  content: "\e92b";
  font-family: "feather" !important;
  font-weight: 400;
  position: absolute;
  display: none;
  left: 2px;
  top: -1px;
  color: var(--white);
}

.add-course-item .custom_check input:checked~.checkmark:after {
  display: block;
}

.add-course-item .custom_check input:checked~.checkmark {
  background-color: #FF4667;
  border-color: #FF4667;
}

.add-course-item .add-new-topic {
  color: #FF4667;
  font-size: 14px;
}

.add-course-item .add-new-topic:hover {
  color: #392C7D;
}

.add-course-item .btn.add-edit-btn {
  background: #392C7D;
  color: var(--white);
}

.add-course-item .btn.add-edit-btn:hover {
  background: #FF4667;
}

.add-course-item .input-block-link {
  margin-bottom: 24px;
}

.add-course-item .play-icon {
  width: 60px;
  height: 60px;
  background-color: rgba(1, 1, 1, 0.4);
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 575.98px) {
  .add-course-item .play-icon {
    width: 25px;
    height: 25px;
  }

  .add-course-item .play-icon i {
    font-size: 6px;
  }
}

.add-course-item .modal-content {
  position: relative;
  width: 80%;
  max-width: 720px;
  background: #000;
  padding: 0;
  border-radius: 8px;
}

.add-course-item .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  color: white;
  cursor: pointer;
}

.add-course-item iframe {
  width: 100%;
  height: 400px;
  border: none;
}

.add-course-item .edit-btn1 {
  padding: 4px;
  background: var(--white);
  color: #392C7D;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  margin-right: 8px;
}

.add-course-item .edit-btn1:hover {
  background: #392C7D;
  color: var(--white);
}

.add-course-item .delete-btn1 {
  padding: 4px;
  background: var(--white);
  color: #E70D0D;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

.add-course-item .delete-btn1:hover {
  background: #E70D0D;
  color: var(--white);
}

.pricing-plan-sec {
  position: relative;
  padding: 60px 0;
}

@media (max-width: 991.98px) {
  .pricing-plan-sec {
    padding: 50px 0;
  }
}

.pricing-plan-sec h2 {
  font-size: 32px;
}

.pricing-plan-sec .pricing-cover {
  margin: 40px 0 60px;
}

.pricing-plan-sec .pricing-item {
  padding: 20px;
  border: 1px solid var(--gray-100);
  box-shadow: 0px 4px 4px 0px rgba(212, 212, 212, 0.2509803922);
  border-radius: 10px;
}

.pricing-plan-sec .pricing-item h1 {
  font-size: 38px;
}

.pricing-plan-sec .pricing-item p {
  font-size: 14px;
  color: var(--gray-500);
}

.pricing-plan-sec .form-check-input {
  background-color: var(--gray-100);
  border: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
}

.pricing-plan-sec .form-check-input:checked {
  background-color: #392C7D;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
}

.pricing-plan-sec .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
}

.pricing-plan-sec table tr th {
  font-size: 18px;
  border: none;
  padding: 12px 15px;
}

@media (max-width: 991.98px) {
  .pricing-plan-sec table tr th {
    font-size: 16px;
  }
}

.pricing-plan-sec table tr td {
  border: 1px solid var(--gray-100);
  padding: 12px 15px;
  color: var(--gray-900);
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 991.98px) {
  .pricing-plan-sec table tr td {
    font-size: 14px;
  }
}

.pricing-plan-sec table tr.basic td {
  font-size: 18px;
  color: var(--gray-900);
}

@media (max-width: 991.98px) {
  .pricing-plan-sec table tr.basic td {
    font-size: 16px;
  }
}

.pricing-plan-sec .btn-start-free {
  color: var(--gray-900);
  background-color: var(--light);
}

.pricing-plan-sec .btn-start-free:hover {
  background-color: #FF4667;
  color: var(--white);
}

.faq-sec {
  position: relative;
  padding: 80px 0;
}

@media (max-width: 991.98px) {
  .faq-sec {
    padding: 50px 0;
  }
}

.faq-sec .faq-img {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.faq-sec .accordion-item {
  margin-top: 16px;
  border: 1px solid var(--gray-100);
  border-radius: 8px;
  background-color: var(--white);
  box-shadow: 0px 4px 4px 0px rgba(212, 212, 212, 0.2);
}

.faq-sec .accordion-button {
  font-size: 18px;
  font-weight: 600;
  box-shadow: none;
  display: flex;
  justify-content: space-between;
  color: var(--gray-900);
  background-color: transparent;
}

@media (max-width: 575.98px) {
  .faq-sec .accordion-button {
    font-size: 16px;
  }
}

.faq-sec .accordion-button::after {
  display: none;
}

.faq-sec .accordion-button i {
  transform: rotate(45deg);
  transition: 0.2s;
}

.faq-sec .accordion-button.accordion-button.collapsed i {
  transform: rotate(90deg);
}

.faq-banner-bg::before {
  position: absolute;
  content: "";
  width: 42.45%;
  height: 100%;
  background-color: #392C7D;
  z-index: -1;
  top: 0;
  left: 0;
}

@media (max-width: 991.98px) {
  .faq-banner-bg::before {
    background-color: transparent;
  }
}

.faq-card {
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: 10px;
  margin-bottom: 20px;
}

.faq-title {
  margin-bottom: 0;
}

.faq-title a {
  padding: 15px;
  font-weight: 600;
  font-size: 16px;
  color: var(--gray-900);
  position: relative;
  display: block;
  padding-right: 60px;
}

.faq-title>a:after {
  font-family: "Font Awesome 5 Free";
  content: "+";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  color: var(--gray-900);
  width: 16px;
  height: 16px;
  border: 1px solid var(--gray-900);
  border-radius: 50px;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq-title>a:not(.collapsed) {
  color: #FF4667;
}

.faq-title>a:not(.collapsed)::after {
  content: "\f068";
  color: #FF4667;
  border: 1px solid #FF4667;
}

.faq-detail {
  padding: 0 15px 15px;
}

.faq-detail p {
  font-size: 14px;
}

.faq-section .faq-img .faq-bg {
  border-radius: 30px;
}

.faq-section .faq-img:hover .faq-bg {
  transform: scale(1.1);
  transition: 1s;
}

.faq-section .faq-img .faq-badge {
  position: absolute;
  width: 88px;
  height: 84px;
  padding: 6px 8px;
  border-radius: 30px;
  background: #FFCB3C;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  top: 15px;
  right: 15px;
}

.faq-section .faq-img .faq-badge i {
  font-size: 48px;
  color: #242B3A;
  animation: verticalRotate 5s linear infinite;
}

@media (max-width: 767.98px) {
  .faq-section h2 {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (max-width: 575.98px) {
  .faq-section h2 {
    font-size: 20px;
    line-height: 26px;
  }
}

.faq-content .accordion {
  position: relative;
  z-index: 1;
}

.faq-content .accordion .accordion-item {
  border: 1px solid var(--gray-100);
  border-radius: 16px;
  overflow: hidden;
  padding: 20px;
  margin-bottom: 16px;
  box-shadow: 0px 4px 4px 0px rgba(212, 212, 212, 0.2);
}

.faq-content .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .faq-content .accordion .accordion-item {
    padding: 16px;
  }
}

.faq-content .accordion .accordion-item .accordion-body::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: right top;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.faq-content .accordion-button {
  background-color: var(--white);
  color: var(--gray-900);
  padding: 0;
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .faq-content .accordion-button {
    font-size: 16px;
  }
}

.faq-content .accordion-button:not(.collapsed) {
  color: var(--gray-900);
  background: transparent;
  font-size: 18px;
  box-shadow: none;
  position: relative;
  padding-bottom: 16px;
}

.faq-content .accordion-button:not(.collapsed)::after {
  transform: rotate(45deg);
}

.faq-content .accordion-button:after {
  content: "+";
  font-family: "Fontawesome";
  background-color: transparent;
  background-image: none;
}

.faq-content .accordion-body {
  padding: 0;
  font-size: 16px;
}

@media (max-width: 767.98px) {
  .faq-content .accordion-body {
    font-size: 14px;
  }
}

.blog-sec {
  position: relative;
  padding: 60px 0;
}

@media (max-width: 991.98px) {
  .blog-sec {
    padding: 50px 0 50px;
  }
}

.blog-sec .text-truncate.line-clamb-2 {
  -webkit-line-clamp: 2;
}

.blog-sec .blog {
  margin-bottom: 24px;
}

.blog-sec .blog-image {
  position: relative;
  overflow: hidden;
}

.blog-sec .blog-image img {
  transform: translateZ(0);
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}

.blog-sec .blog-image img:hover {
  transform: scale(1.15);
}

.blog-sec .blog-body {
  margin-top: -20px;
  z-index: 1;
  position: relative;
  padding: 0 15px;
}

@media (max-width: 1399.98px) {
  .blog-sec .blog-body {
    padding: 0 10px;
  }
}

@media (max-width: 1399.98px) {
  .blog-sec .blog-body h3 {
    font-size: 19px;
  }
}

@media (max-width: 575.98px) {
  .blog-sec .blog-body h3 {
    font-size: 17px;
  }
}

.blog-sec .blog-body .rounded-2.border {
  padding: 20px 18px !important;
}

.blog-sec .blog-info p {
  color: var(--gray-500);
}

.blog-sec .blog-info ul li {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 3px;
}

@media (max-width: 1399.98px) {
  .blog-sec .blog-info ul li {
    margin-right: 0;
  }
}

.blog-sec .blog-info ul li img {
  width: 16px;
}

.blog-sec .blog-info ul li::before {
  position: relative;
  content: "";
  width: 1px;
  height: 15px;
  background-color: var(--gray-100);
  display: block;
  margin-right: 6px;
}

@media (max-width: 1399.98px) {
  .blog-sec .blog-info ul li::before {
    margin-right: 4px;
  }
}

.blog-sec .blog-info ul li:first-child::before {
  display: none;
}

@media (max-width: 1399.98px) {
  .blog-sec .blog-info p {
    font-size: 13px !important;
  }
}

.blog-sec .slick-dots {
  bottom: -65px;
}

@media (max-width: 1399.98px) {
  .blog-sec .slick-dots {
    bottom: -35px;
  }
}

.blog-sec .slick-dots li {
  margin: 0 4px;
  width: auto;
}

.blog-sec .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gray-100);
}

.blog-sec .slick-dots li.slick-active button {
  width: 50px;
  border-radius: 5px;
  background-color: #FF4667;
}

.blog-sec .blog-slider {
  margin-bottom: 70px;
}

@media (max-width: 1399.98px) {
  .blog-sec .blog-slider {
    margin-bottom: 45px;
  }
}

.blog-sec .blog-slider .slick-list {
  margin: 0 -12px;
}

.blog-sec .blog-slider .slick-slide {
  margin: 0 12px;
}

.blog-widget {
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.blog-widget .card-body {
  padding: 0px;
}

.blog-widget .card-header {
  border-bottom: 0px;
  padding: 0px;
  margin-bottom: 20px;
}

.category-widget h5 {
  margin-bottom: 20px;
}

.category-widget h5 a:hover {
  color: #FF4667;
  margin-left: 5px;
}

.category-widget h5 span {
  font-weight: 400;
  color: var(--gray-500);
}

.tags-widget .tag {
  background-color: var(--light-900) !important;
  color: var(--gray-900) !important;
}

.blog-search .btn {
  font-size: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 6;
}

.blog-search .form-control {
  border-radius: 4px !important;
  height: 38px;
}

.blog-search .form-control::placeholder {
  color: var(--gray-300);
}

.post-widget .post-thumb {
  border-radius: 5px;
  width: 80px;
  float: left;
  overflow: hidden;
}

.post-widget .post-thumb img {
  transform: translateZ(0);
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}

.post-widget .post-thumb img:hover {
  transform: scale(1.15);
}

.post-widget .post-info {
  margin-left: 95px;
}

.post-widget .post-info h5 {
  font-weight: 500;
}

.post-widget li {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}

.post-widget li h5 {
  -webkit-line-clamp: 2;
}

.blog-sec .blog-blockquote {
  border-left: 2px solid #FF4667 !important;
}

.blog-sec .blog-avatar {
  width: 120px;
  height: 120px;
}

.blog-sec .reply {
  margin-left: 60px;
  background-color: var(--light-200);
  border: 1px solid var(--light);
}

@media (max-width: 575.98px) {
  .blog-sec .reply {
    margin-left: 20px;
  }
}

@media (max-width: 575.98px) {
  .blog-sec .review-info p {
    font-size: 16px;
  }
}

.blog-sec textarea.form-control {
  height: 100px;
}

.blog-sec .custom_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.blog-sec .custom_check {
  color: var(--gray-700) !important;
  display: inline-block;
  position: relative;
  font-size: 14px !important;
  padding-left: 24px;
  cursor: pointer;
  font-weight: 400 !important;
  -webkit-user-select: none;
  user-select: none;
  line-height: 18px;
  font-family: "Noto Sans", sans-serif;
}

.blog-sec .custom_check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid var(--gray-100);
  background-color: var(--white);
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}

.blog-sec .custom_check .checkmark::after {
  content: "\e92b";
  font-family: "feather" !important;
  font-weight: 400;
  position: absolute;
  display: none;
  left: 2px;
  top: -1px;
  color: var(--white);
  font-size: 11px;
}

.blog-sec .custom_check input:checked~.checkmark:after {
  display: block;
}

.blog-sec .custom_check input:checked~.checkmark {
  background-color: #FF4667;
  border-color: #FF4667;
}

.blog {
  border: 1px solid var(--gray-100);
  box-shadow: 0px 4px 4px 0px rgba(212, 212, 212, 0.2509803922);
  border-radius: 10px;
  margin-bottom: 1.5rem;
}

.blog .blog-image {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.blog .blog-image img {
  border-radius: 10px 10px 0 0;
}

.blog .blog-item {
  padding: 20px;
}

.blog .blog-item p {
  font-size: 14px;
}

.blog .blog-item .badge {
  font-size: 10px;
  font-weight: 500;
  padding: 7px 8px;
}

.blog .blog-item .user-profile a.user-img {
  width: 24px;
  height: 24px;
  display: inline-flex;
  border-radius: 50%;
  margin-right: 8px;
}

.blog .blog-item .user-profile a.user-img img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.blog .blog-item .user-profile .user-name {
  font-size: 14px;
  color: var(--gray-500);
}

.blog .blog-item .user-profile .user-name:hover {
  color: #FF4667;
}

.blog .blog-info ul li {
  display: inline-flex;
  align-items: center;
}

.blog .blog-info ul li p {
  line-height: normal;
}

.blog-widget {
  border: 1px solid var(--gray-100);
  border-radius: 10px;
  padding: 20px;
}

.blog-widget .categories-list h6 {
  font-weight: 500;
  margin-bottom: 16px;
}

.blog-widget .categories-list h6 span {
  font-weight: 400;
  color: var(--gray-500);
}

.blog-widget .categories-list h6:last-child {
  margin-bottom: 0;
}

.blog-widget .recent-blog-list li {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.blog-widget .recent-blog-list li:last-child {
  margin-bottom: 0;
}

.blog-widget .recent-blog-list li .post-thumb {
  flex-shrink: 0;
  margin-right: 20px;
  width: 80px;
  height: 80px;
  border-radius: 5px;
}

.blog-widget .recent-blog-list li .post-thumb img {
  border-radius: 5px;
}

.blog-widget .recent-blog-list li .post-info h6 {
  margin-bottom: 4px;
  white-space: normal;
}

.blog-widget .recent-blog-list li .post-info p {
  font-size: 14px;
}

.blog-widget .latest-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.blog-widget .latest-tags li {
  margin-right: 8px;
  margin-bottom: 8px;
}

.blog-widget .latest-tags li:last-child {
  margin-right: 0;
}

.blog-widget .latest-tags li a {
  background: var(--light-900);
  border-radius: 5px;
  padding: 8px 12px;
  display: inline-flex;
}

.blog-widget .latest-tags li a:hover {
  background: #FF4667;
  color: var(--white);
}

.blog-search .search-btn {
  width: 30px;
  height: 30px;
  background: #FF4667;
  color: var(--white);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 4px;
  top: 4px;
  border: 0;
}

.blog-search .search-btn:hover {
  background: #392C7D;
}

.blog-details p {
  font-size: 14px;
  line-height: 24px;
}

.blog-details .blog-reviews {
  padding: 20px;
  border: 1px solid var(--gray-100);
  border-radius: 10px;
}

@media (max-width: 767.98px) {
  .blog-details .blog-reviews {
    padding: 16px;
  }
}

.blog-details .blog-reviews p {
  font-size: 16px;
}

.blog-details .comment {
  padding: 20px;
  border: 1px solid var(--gray-100);
  border-radius: 10px;
}

@media (max-width: 767.98px) {
  .blog-details .comment {
    padding: 16px;
  }
}

.blog-slider .slick-list {
  margin: 0 -12px;
}

.blog-slider .slick-slide {
  margin: 0 12px;
}

.blog-slider .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 40px;
  background: var(--gray-100);
}

.blog-slider .slick-dots li.slick-active {
  width: 50px;
  background: #FF4667;
}

.blog-card {
  border: 1px solid var(--gray-100);
  border-radius: 10px;
  box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.1803921569);
}

.blog-card .blog-img {
  border-radius: 10px;
  overflow: hidden;
}

.blog-card .blog-img img {
  transition: 1s;
}

.blog-card .blog-img:hover img {
  transform: scale(1.2);
  transition: 1s;
}

.blog-card .blog-content {
  padding: 20px;
  position: relative;
}

.blog-card .blog-content h5 {
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-card .blog-content p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-card .blog-user {
  border-top: 1px solid var(--gray-100);
  padding-top: 20px;
}

.blog-card .blog-user .avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.blog-card .blog-user .avatar img {
  border-radius: 50%;
}

.blog-card .blog-user p {
  font-size: 14px;
}

.blog-card .blog-user p i {
  font-size: 18px;
  margin-right: 5px;
}

.blog-section {
  background: var(--white);
  padding: 60px 0;
}

@media (max-width: 767.98px) {
  .blog-section {
    padding: 40px 0;
  }
}

.blog-section .blog-bg-01 {
  position: absolute;
  top: -245px;
  right: 0;
}

@media (max-width: 767.98px) {
  .blog-section .blog-bg-01 {
    display: none;
  }
}

.timeline-flow {
  position: relative;
  z-index: 1;
}

.timeline-flow::before {
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px dashed var(--gray-200);
  position: absolute;
  left: 4px;
  top: 18px;
  z-index: -1;
}

.timeline-flow::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #03C95A;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 15px;
  z-index: -1;
}

.timeline-flow:last-child::before {
  display: none;
}

.list-icons a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gray-100);
  border-radius: 10px;
}

.list-icons a:hover {
  background: #FF4667;
  color: var(--white);
}

.list-icons a.active {
  background: #FF4667;
  color: var(--white);
  border-color: #FF4667;
}

.price-top {
  color: #FF4667;
  font-weight: 600;
  background: var(--white);
  padding: 4px 8px;
  border-radius: 5px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.price-top del {
  color: #857DAD;
}

.question-info .soft-primary {
  color: #AEA9C9;
}

.question-info .soft-secondary {
  color: #FFB5C1;
}

.form-switch-end .form-check-input {
  float: unset;
  margin-left: 8px;
}

.delete-item {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--gray-100);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.delete-item:hover {
  background: #FF4667;
  color: var(--white);
}

.certificate {
  border: none;
}

.certificate .card-header {
  border-bottom: 1px solid var(--gray-100);
  padding: 0;
  padding-bottom: 22px;
  margin-bottom: 20px;
}

.edit-delete-icon {
  gap: 8px;
}

.edit-delete-icon li a {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border: 1px solid var(--gray-100);
  font-size: 14px;
}

.edit-delete-icon li a:hover {
  background-color: #FF4667;
  color: var(--white);
  border-color: #FF4667;
}

.modal-content .modal-header .custom-btn-close {
  border: none;
  color: var(--gray-300);
}

.modal-content .modal-header .custom-btn-close:hover {
  background-color: transparent;
}

.earnings-icon {
  width: 76px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  border-radius: 10px;
  color: var(--white);
  flex-shrink: 0;
}

@media (max-width: 1399.98px) {
  .earnings-icon {
    width: 75px;
    height: 75px;
  }
}

.yearpicker {
  padding: 4px 8px 4px 30px;
}

.icon-form {
  position: relative;
}

.icon-form .form-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  line-height: normal;
}

.icon-form input::placeholder {
  color: var(--gray-500);
}

.alert {
  padding: 0.625rem 0.85rem;
  border-radius: 4px;
  font-size: 0.8125rem;
}

.alert.alert-dismissible {
  padding: 0.625rem 2.25rem 0.625rem 0.85rem;
}

.alert i {
  font-size: 20px;
}

.alert .btn-close {
  background-image: none;
  padding: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.alert .btn-close i {
  font-size: 18px;
  line-height: 18px;
}

.alert:last-child {
  margin-bottom: 0;
}

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

.payouts .payout-alert {
  font-size: 16px;
}

.payouts .payout-alert .btn-close {
  background-image: none;
  color: var(--white);
  opacity: 1;
  font-size: 16px;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
}

.payouts .earning-this-month {
  background-color: var(--light-500);
  padding: 15px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

@media (max-width: 1399.98px) {
  .payouts .earning-this-month {
    padding: 12px;
  }
}

@media (max-width: 1199.98px) {
  .payouts .earning-this-month {
    margin-bottom: 20px;
  }
}

@media (max-width: 575.98px) {
  .payouts .earning-this-month .earn-img {
    width: 60px;
  }
}

.payouts .earning-this-month .earning-bg1 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.payouts .earning-this-month .earning-bg2 {
  position: absolute;
  left: 10%;
  bottom: 0;
  z-index: -1;
}

.payouts .earning-this-month h6 {
  font-weight: 400;
  color: var(--gray-500);
}

@media (max-width: 1399.98px) {
  .payouts .earning-this-month h6 {
    font-size: 16px;
  }
}

.payouts .earning-this-month h5 {
  font-weight: 700;
  color: #5625E8;
}

.payouts .earning-this-month p {
  font-size: 13px;
}

.payouts .earning-this-month .btn-dark {
  font-size: 12px;
  margin-left: auto;
}

@media (max-width: 1399.98px) {
  .payouts .earning-this-month .btn-dark {
    padding: 5px 8px;
  }
}

@media (max-width: 575.98px) {
  .payouts .earning-this-month .btn-dark {
    margin-left: auto;
  }
}

.payouts .dropdown .dropdown-toggle:after {
  font-size: 8px;
}

.payouts .dropdown .dropdown-toggle {
  border-radius: 5px;
  border: 1px solid var(--gray-100);
  height: 38px;
}

.payouts .dropdown-menu {
  padding: 10px;
}

.form-info {
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  margin-top: 4px;
}

.form-info i {
  margin-right: 4px;
}

.page-title {
  border-bottom: 1px solid var(--gray-100);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.statements .dropdown .dropdown-toggle:after {
  font-size: 8px;
}

.statements .dropdown .dropdown-toggle {
  border-radius: 5px;
  border: 1px solid var(--gray-100);
  height: 38px;
}

.statements .dropdown-menu {
  padding: 10px;
}

.instructor-message .received-message {
  padding: 8px 16px !important;
}

.instructor-message .sent-message {
  padding: 8px 16px !important;
}

.instructor-message .chat-cont-left {
  width: auto;
  border: none;
  background-color: var(--light-900);
  border-radius: 5px;
  height: 100%;
}

.instructor-message .chat-cont-left .chat-card {
  border: none;
  background-color: transparent;
}

.instructor-message .chat-cont-left .chat-card p {
  font-size: 14px;
}

.instructor-message .chat-cont-left .chat-header {
  padding: 15px 15px 0;
}

.instructor-message .chat-cont-left .chat-header .form-control {
  color: var(--gray-500);
  padding-left: 32px;
}

.instructor-message .chat-cont-left .chat-header .form-control::placeholder {
  color: var(--gray-500);
  opacity: 1;
}

.instructor-message .chat-cont-left .chat-header i {
  color: var(--gray-500);
}

.instructor-message .chat-cont-left .chat-users-list .chat-member {
  padding: 12px;
  margin-bottom: 8px;
  box-shadow: none;
}

@media (max-width: 991.98px) {
  .instructor-message .chat-cont-right {
    margin-top: 15px;
  }
}

.instructor-message .chat-cont-right .card-header {
  position: relative;
}

.instructor-message .chat-cont-right .input-group-text {
  border-color: #E7E7E7;
}

.instructor-message .chat-cont-right .chat-search-btn {
  font-size: 20px;
}

.instructor-message .chat-cont-right .send-action-btn {
  font-size: 14px;
  color: var(--gray-500);
  border: none;
  background-color: transparent;
}

.course-tab .nav li a {
  border-radius: 50px;
  background-color: var(--light-900);
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 500;
}

.course-image {
  transition: 0.3s;
}

.course-image img {
  transition: 0.3s;
}

.course-image:hover img {
  transform: scale(1.2);
}

.modal .btn.bg-gray-100 {
  color: var(--gray-900);
  border: none;
}

.modal .btn.bg-gray-100:hover {
  background-color: var(--light) !important;
}

.section-header .sub-title {
  display: inline-block;
  border-radius: 30px;
  font-weight: 500;
  padding: 4px 15px;
  background: rgb(255, 237, 240);
  color: rgb(255, 70, 103);
  margin-bottom: 15px;
}

.section-header .title {
  font-size: 36px;
  line-height: 1.33;
  margin: 0 0;
  letter-spacing: -0.75px;
  text-transform: capitalize;
}

.section-header .title span:not(.svg-icon) {
  color: var(--tg-theme-primary);
  position: relative;
  color: var(--tg-common-color-white);
  padding: 0 13px 0 20px;
  font-weight: var(--tg-fw-bold);
  display: inline-block;
  z-index: 1;
}

.section-header .title span:not(.svg-icon)>svg {
  position: absolute;
  left: 0;
  top: -5px;
  width: 100%;
  height: 59px;
  z-index: -1;
  color: var(--tg-theme-secondary);
}

.section-header .title .svg-icon {
  position: absolute;
  right: -50px;
  top: -50px;
  width: 61px;
  height: 68px;
}

.section-header .title .svg-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.section-header .title .svg-icon path {
  stroke: var(--tg-heading-color);
}

.section-header p {
  margin-bottom: 0;
}

.section-header.white-title .sub-title {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
}

.section-header.white-title .title {
  color: var(--tg-common-color-white);
}

.section-header.white-title .title span:not(.svg-icon) {
  color: var(--tg-common-color-white);
}

.section-header.white-title p {
  color: #ACAACC;
}

.section-header .desc {
  margin: 10px 0 0;
}

.instructor-item {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 24px;
  flex-direction: column;
  text-align: center;
  border: 1px solid var(--gray-100);
  padding: 24px;
  border-radius: 10px;
  position: relative;
  background: var(--white);
}

.instructor-item.instructor-item-two {
  display: block;
  gap: 0;
  background: var(--white);
  border: 1px solid var(--gray-100);
  box-shadow: none;
  border-radius: 10px;
  padding: 0;
  z-index: 3;
  overflow: hidden;
  margin-bottom: 30px;
}

.instructor-item.instructor-item-two:hover .instructor__thumb-two .shape-one {
  color: var(--tg-theme-primary);
}

.instructor-item.instructor-item-two .instructor-content .title {
  font-size: 20px;
}

@media (max-width: 991.98px) {
  .instructor-item.instructor-item-two .instructor-content .title {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .instructor-item.instructor-item-two .instructor-content .title {
    font-size: 16px;
  }
}

.instructor-item.instructor-item-two .instructor-content .designation {
  font-size: 16px;
}

@media (max-width: 767.98px) {
  .instructor-item.instructor-item-two .instructor-content .designation {
    font-size: 14px;
  }
}

.instructor-item.instructor-item-two .verify {
  width: 32px;
  height: 32px;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #03C95A;
  font-size: 24px;
}

.instructor-item.instructor-item-two .course-count {
  font-size: 14px;
  font-weight: 500;
  padding: 4px 10px;
  color: var(--gray-900);
  border-radius: 20px;
  border: 1px solid var(--gray-900);
  background: var(--white);
}

.instructor-item.instructor-item-two .course-count:hover {
  background: var(--gray-900);
  color: var(--white);
}

.instructor-item.instructor-item-two .favourite {
  width: 26px;
  height: 26px;
  background: var(--light-500);
  justify-content: center;
  border-radius: 30px;
}

.instructor-item.instructor-item-two .favourite:hover,
.instructor-item.instructor-item-two .favourite.selected {
  color: #FF4667;
}

.instructor-item.instructor-item-two .instructor-content {
  padding: 20px;
}

.instructor-item.instructor-item-two .instructor-content .designation {
  margin-bottom: 16px;
}

.instructor-item .instructors-img {
  position: relative;
}

.instructor-item .favourite {
  display: inline-flex;
  align-items: center;
  padding: 5px;
  border-radius: 30px;
  font-size: 16px;
  color: var(--gray-900);
}

.instructor-item .favourite:hover,
.instructor-item .favourite.selected {
  color: #FF4667;
}

.instructor-item .instructor-bottom {
  border-top: 1px solid var(--gray-100);
}

.instructor-item.instructor-item-three {
  display: block;
  gap: 0;
  background-color: #342777;
  border: 1px solid #483D85;
  border-radius: 10px;
  z-index: 3;
  overflow: hidden;
  margin-bottom: 30px;
}

.instructor-item.instructor-item-three:hover .instructor__thumb-two .shape-one {
  color: var(--tg-theme-primary);
}

.instructor-item.instructor-item-three .instructors-img {
  position: relative;
}

.instructor-item.instructor-item-three .instructors-img img {
  border-radius: 10px;
}

.instructor-item.instructor-item-three .instructors-img .verify {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--white);
  width: 32px;
  height: 32px;
}

.instructor-item.instructor-item-three .instructors-img .verify img {
  width: auto;
  height: auto;
}

.instructor-item.instructor-item-three .favourite {
  width: 30px;
  height: 30px;
  background: var(--white);
  justify-content: center;
  border-radius: 30px;
  bottom: 10px;
  right: 10px;
  top: auto;
}

.instructor-item.instructor-item-three .favourite:hover {
  color: #FF4667;
}

.instructor-item.instructor-item-three .instructor-content {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.instructor-item.instructor-item-three .instructor-content .title {
  color: var(--white);
}

.instructor-item.instructor-item-three .instructor-content .designation {
  color: var(--gray-100);
  text-align: left;
  margin-bottom: 0;
}

.instructor-item.instructor-item-three .instructor-content .rating {
  margin-bottom: 0;
  color: var(--white);
}

.instructor-item.instructor-item-three .instructor-content .rating i {
  color: #FFC107;
}

.instructor-item-four {
  display: block;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 24px;
}

.instructor-item-four .instructors-img {
  position: relative;
  border-radius: 10px 10px 0 0;
}

.instructor-item-four .instructors-img img {
  border-radius: 10px 10px 0 0;
  width: 100%;
}

.instructor-item-four .instructors-img .verify {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--white);
  width: 32px;
  height: 32px;
}

.instructor-item-four .instructors-img .verify img {
  width: auto;
  height: auto;
}

.instructor-item-four .favourite {
  width: 30px;
  height: 30px;
  background: var(--white);
  justify-content: center;
  border-radius: 30px;
  z-index: 2;
  top: 10px;
  right: 10px;
}

.instructor-item-four .favourite:hover {
  color: #FF4667;
}

.instructor-item-four .featured-img {
  width: 48px;
  height: 48px;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.instructor-item-four .instructor-content {
  padding: 24px;
}

.instructor-item-four .instructor-content .title {
  margin-bottom: 4px;
  font-size: 20px;
}

@media (max-width: 991.98px) {
  .instructor-item-four .instructor-content .title {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .instructor-item-four .instructor-content .title {
    font-size: 16px;
  }
}

.instructor-item-four .instructor-content .designation {
  color: #5625E8;
  text-decoration: underline;
  padding-bottom: 15px;
  margin: 0;
  border-bottom: 1px solid var(--gray-100);
}

.instructor-item-four .instructor-content .student-count {
  padding: 15px 0 0;
  color: var(--gray-500);
}

.instructor-item-four .instructor-content .student-count i {
  color: #FF4667;
}

.instructor-item-five {
  border: 0;
  padding: 0;
  max-width: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  transition: 0.7s;
  display: block;
}

.instructor-item-five .instructors-img {
  height: 100%;
}

.instructor-item-five .instructors-img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.instructor-item-five .instructor-overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
  height: 0;
  background: rgba(57, 44, 125, 0.8980392157);
  opacity: 0.9;
  z-index: 1;
  display: flex;
  justify-content: end;
  flex-direction: column;
  transition: 0.7s;
}

.instructor-item-five .instructor-overlay .favourite {
  background: var(--white);
  top: 20px;
  right: 20px;
}

.instructor-item-five .instructor-overlay .instructor-content {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
  text-align: left;
}

@media (max-width: 991.98px) {
  .instructor-item-five .instructor-overlay .instructor-content {
    padding: 10px;
  }
}

.instructor-item-five .instructor-overlay .instructor-content h6 {
  font-weight: 700;
  font-size: 16px;
  color: var(--white);
  margin-bottom: 0.25rem;
}

.instructor-item-five .instructor-overlay .instructor-content p {
  color: var(--white);
}

.instructor-item-five .instructor-overlay .instructor-content .view-link {
  color: var(--white);
  font-size: 18px;
}

.instructor-item-five .instructor-overlay .instructor-content .view-link:hover i {
  color: #FF4667;
  transition: 0.7s;
}

.instructor-item-five .instructor-overlay .instructor-content .view-link i {
  color: var(--white);
  transition: 0.7s;
}

.instructor-item-five:hover .instructor-overlay {
  height: 100%;
  bottom: 0;
  transition: 0.7s;
}

.instructor-item-six {
  padding: 20px;
  box-shadow: 0px 4px 4px 0px rgba(212, 212, 212, 0.2509803922);
  display: block;
  text-align: left;
}

.instructor-item-six .favourite {
  background: var(--white);
  left: 10px;
  right: auto;
}

.instructor-item-six .instructor-bottom {
  padding-top: 16px;
}

.instructor-item-six .instructors-img {
  margin-bottom: 20px;
}

.instructor-item-six .instructors-img img {
  border-radius: 10px;
  transition: 0.3s;
}

.instructor-item-six .instructor-content .rating {
  justify-content: start;
  margin-bottom: 4px;
}

.instructor-item-six .instructor-content .title {
  font-size: 18px;
}

.instructor-item-seven {
  padding: 20px;
  text-align: left;
  flex-direction: unset;
  gap: 0;
}

@media (max-width: 767.98px) {
  .instructor-item-seven {
    flex-direction: column;
  }
}

.instructor-item-seven .instructor-img {
  width: 202px;
  height: 165px;
  flex-shrink: 0;
  margin-right: 20px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .instructor-item-seven .instructor-img {
    margin: 0 0 20px 0;
  }
}

.instructor-item-seven .instructor-img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: 1s;
}

.instructor-item-seven .instructor-img img:hover {
  transform: scale(1.1);
}

.instructor-item-seven .instructor-img .favourite {
  width: 30px;
  height: 30px;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.instructor-item-seven .instructor-img .favourite i {
  font-size: 18px;
}

.instructor-item-seven .instructor-content .designation {
  margin-bottom: 0;
}

.instructor-item-seven .instructor-content p {
  font-size: 14px;
}

.instructor-item-seven .instructor-content .rating {
  margin-bottom: 0;
}

.instructor-img {
  position: relative;
}

.instructor-img img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  margin: 0 auto;
}

.instructor-img .verify {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 20px;
  background: #FFF;
  width: 32px;
  height: 32px;
}

.instructor-img .verify img {
  width: auto;
  height: auto;
}

.instructor-content .title {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 700;
}

.instructor-content .designation {
  display: block;
  font-size: 14px;
  margin-bottom: 16px;
}

.instructor-content .rating {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  gap: 5px;
  margin-bottom: 16px;
  line-height: 1.2;
}

.instructor-content .rating i {
  color: #FFC107;
}

.instructor-content .student-count {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.instructor-content .student-count i {
  color: rgb(255, 83, 100);
}

.instructor-social {
  display: flex;
  align-items: center;
  gap: 8px;
}

.instructor-social a {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gray-100);
  border-radius: 50%;
  font-size: 12px;
  color: var(--dark);
}

.instructor-social a:hover {
  background: var(--dark);
  color: var(--white);
}

.payment-method .check-outer {
  width: 16px;
  height: 16px;
  margin: 1px 0 0 0;
  border: 1px solid var(--gray-100);
  border-radius: 50%;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.payment-method .check-outer i {
  width: 8px;
  height: 8px;
  background-color: transparent;
  border-radius: 50%;
  transition: all 0.3s;
}

.payment-method .btn-check-label {
  position: relative;
  height: 70px;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid var(--gray-100);
}

.payment-method .btn-check-label:hover {
  border-color: var(--gray-100);
}

.payment-method .btn-check:checked+.btn {
  color: var(--gray-900);
  border-color: #FF4667;
  box-shadow: 0px 4px 4px 0px rgba(212, 212, 212, 0.25);
}

.payment-method .btn-check:checked+.btn .check-outer {
  background: #FF4667;
  border-color: #FF4667;
}

.payment-method .btn-check:checked+.btn .check-outer i {
  background-color: var(--white);
  transform: scale(1);
  visibility: visible;
}

.instructor-profile {
  margin-bottom: 40px;
  background-color: var(--white);
  transition: all 0.5s ease-in-out;
  position: relative;
  border-radius: 10px;
  border: 1px solid var(--gray-100);
  box-shadow: none;
  color: inherit;
  z-index: 1;
  overflow: hidden;
  background: linear-gradient(10.93deg, #392C7D 16.22%, #6850E3 120.13%);
  padding: 50px 35px;
}

@media (max-width: 767.98px) {
  .instructor-profile {
    padding: 30px 20px;
  }
}

.instructor-profile::after {
  content: "";
  width: 50%;
  height: 100%;
  background-image: url('card-bg-02.png');
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 0;
  border-radius: 10px;
}

.instructor-profile .verify-tick {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #03C95A;
  width: 24px;
  height: 24px;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.instructor-profile .profile-card-bg-1 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
  mix-blend-mode: luminosity;
}

.instructor-profile .instructor-profile-bg-1 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
  mix-blend-mode: luminosity;
}

.settings-sidebar {
  margin-bottom: 0 !important;
}

@media (max-width: 991.98px) {
  .settings-sidebar {
    margin-bottom: 20px !important;
  }
}

.add-choice {
  font-size: 14px;
}

.correct-ans {
  color: #5625E8;
}

.stu-loc {
  font-size: 14px;
}

.modal p,
.modal span {
  font-size: 14px;
}

.instructor-integrations-item {
  border: 1px solid var(--gray-100);
  padding: 20px;
  border-radius: 10px;
}

@media (max-width: 767.98px) {
  .instructor-integrations-item {
    padding: 16px;
  }
}

.instructor-integrations-item .meet-icon {
  background-color: var(--light-900);
  border-radius: 5px;
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 575.98px) {
  .instructor-integrations-item .meet-icon {
    width: 36px;
    height: 36px;
    padding: 6px;
  }
}

.withdraw-method {
  border: 1px solid var(--gray-100);
  padding: 20px;
  border-radius: 10px;
}

@media (max-width: 767.98px) {
  .withdraw-method {
    padding: 16px;
  }
}

.withdraw-method {
  border: 1px solid var(--gray-100);
  padding: 20px;
  border-radius: 10px;
}

@media (max-width: 767.98px) {
  .withdraw-method {
    padding: 16px;
  }
}

.withdraw-method .nav-pills {
  flex-direction: column;
}

.withdraw-method .nav-pills .nav-link {
  width: 100%;
  border: 1px solid var(--gray-100);
  padding: 20px 20px 20px 46px;
  border-radius: 10px;
  text-align: left;
  color: var(--gray-900);
  font-weight: 500;
  background-color: transparent;
  position: relative;
}

.withdraw-method .nav-pills .nav-link::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50px;
  border: 1px solid var(--gray-100);
  left: 20px;
  top: 23px;
  font-size: 8px;
  font-weight: 900;
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
}

.withdraw-method .nav-pills .nav-link.active::before {
  border-color: #FF4667;
  background-color: #FF4667;
  content: "\f111";
  font-family: "Font Awesome 5 Free";
}

.withdraw-method .nav-pills .nav-link span {
  color: var(--gray-500);
  font-weight: 400;
  display: block;
}

.instructor-plans {
  border: 1px solid var(--gray-100);
  padding: 20px;
  border-radius: 10px;
}

@media (max-width: 767.98px) {
  .instructor-plans {
    padding: 16px;
  }
}

.instructor-plans .download-btn {
  color: var(--gray-900);
  background-color: var(--gray-100);
}

.instructor-plans .download-btn:hover {
  background-color: var(--gray-200);
}

.instructor-plans .active-plan-item,
.instructor-plans .saved-card-items {
  border: 1px solid var(--gray-100);
  padding: 20px;
  border-radius: 10px;
}

@media (max-width: 767.98px) {

  .instructor-plans .active-plan-item,
  .instructor-plans .saved-card-items {
    padding: 16px;
  }
}

.instructor-plans .plan-btns .bg-gray-100 {
  color: var(--gray-900);
}

.instructor-plans .plan-btns .bg-gray-100:hover {
  background-color: var(--gray-200);
}

.instructor-plans .standard-plan {
  padding: 21px 0;
}

.instructor-plans .saved-card-items .payment-card {
  border: 1px solid var(--gray-100);
  padding: 15px;
  border-radius: 10px;
  min-height: 124px;
}

.instructor-plans .saved-card-items .payment-card-icon {
  padding: 9px 13px;
  border: 1px solid var(--gray-100);
  border-radius: 10px;
}

.instructor-plans .transaction-history {
  border: 1px solid var(--gray-100);
  border-radius: 10px;
  border-bottom: none;
}

.instructor-plans .transaction-history .custom-table {
  border: none;
  border-bottom: 1px solid var(--gray-100);
  border-radius: 0 0 10px 10px;
}

.instructor-plans .transaction-history .table th,
.instructor-plans .transaction-history .table td {
  padding: 11px 15px;
}

.pricing-modal .form-check-input {
  background-color: #E7E7E7;
  border: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
}

.pricing-modal .form-check-input:checked {
  background-color: #FF4667;
}

.pricing-modal .pricing-item {
  padding: 20px;
  border: 1px solid #E7E7E7;
  box-shadow: 0px 4px 4px 0px rgba(212, 212, 212, 0.2509803922);
  border-radius: 10px;
}

.pricing-modal .pricing-item h1 sup {
  font-size: 24px;
}

@media (max-width: 767.98px) {
  .pricing-modal .pricing-item h1 sup {
    font-size: 20px;
  }
}

.add-card-date .input-icon-addon {
  left: auto;
  right: 0;
}

.add-card-date .datetimepicker.form-control {
  padding: 10px 30px 10px 10px;
}

.subscription-details {
  padding: 20px;
  border: 1px solid #E7E7E7;
  border-radius: 10px;
}

@media (max-width: 767.98px) {
  .subscription-details {
    padding: 16px;
  }
}

@media (max-width: 575.98px) {
  .successful-modal .modal-body {
    padding: 30px;
  }
}

.add-education-data .delete-item,
.add-exp-data .delete-item {
  width: 35px;
  height: 35px;
  font-size: 14px;
  margin-top: 12px;
}

.pay-meth {
  padding: 20px;
  border: 1px solid #E7E7E7;
  border-radius: 10px;
}

@media (max-width: 767.98px) {
  .pay-meth {
    padding: 16px;
  }
}

.pay-meth .nav-pills {
  gap: 0 16px;
}

.pay-meth .nav-pills .nav-link {
  color: var(--gray-500);
  padding: 0;
  background-color: transparent;
  padding-left: 23px;
  position: relative;
}

.pay-meth .nav-pills .nav-link::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50px;
  border: 1px solid var(--gray-100);
  left: 0;
  top: 3px;
  font-size: 8px;
  font-weight: 900;
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
}

.pay-meth .nav-pills .nav-link.active {
  color: var(--gray-900);
}

.pay-meth .nav-pills .nav-link.active::before {
  border-color: #FF4667;
  background-color: #FF4667;
  content: "\f111";
  font-family: "Font Awesome 5 Free";
}

.instructor-student-item {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1) !important;
}

.img-hover {
  overflow: hidden;
}

.img-hover img {
  transition: 0.3s;
}

.img-hover img:hover {
  transform: scale(1.1);
}

.instructor-student-item h5 {
  font-size: 18px;
}

.instructor-course,
.instructor-student-item {
  position: relative;
  border-radius: 10px;
  border: 1px solid var(--gray-100);
  padding: 20px;
  margin-bottom: 1.5rem;
}

@media (max-width: 767.98px) {

  .instructor-course,
  .instructor-student-item {
    padding: 16px;
  }
}

.instructor-course p,
.instructor-student-item p {
  font-size: 14px;
}

.instructor-course span,
.instructor-student-item span {
  font-size: 14px;
}

.education-card,
.experience-card,
.instructor-course-card,
.instructor-student-card,
.instructor-details-card,
.about-me-card,
.enrolled-courses-card {
  margin-bottom: 1.5rem;
  background-color: var(--white);
  transition: all 0.5s ease-in-out;
  position: relative;
  border-radius: 10px;
  border: 1px solid var(--gray-100);
  box-shadow: none;
  color: inherit;
}

.education-card .instructor-info-body,
.education-card .earnings-body,
.education-card .quiz-question-body,
.education-card .education-body,
.education-card .experience-body,
.education-card .instructor-course-body,
.education-card .instructor-student-body,
.education-card .instructor-details-body,
.education-card .about-me-body,
.education-card .enrolled-courses-body,
.experience-card .instructor-info-body,
.experience-card .earnings-body,
.experience-card .quiz-question-body,
.experience-card .education-body,
.experience-card .experience-body,
.experience-card .instructor-course-body,
.experience-card .instructor-student-body,
.experience-card .instructor-details-body,
.experience-card .about-me-body,
.experience-card .enrolled-courses-body,
.instructor-course-card .instructor-info-body,
.instructor-course-card .earnings-body,
.instructor-course-card .quiz-question-body,
.instructor-course-card .education-body,
.instructor-course-card .experience-body,
.instructor-course-card .instructor-course-body,
.instructor-course-card .instructor-student-body,
.instructor-course-card .instructor-details-body,
.instructor-course-card .about-me-body,
.instructor-course-card .enrolled-courses-body,
.instructor-student-card .instructor-info-body,
.instructor-student-card .earnings-body,
.instructor-student-card .quiz-question-body,
.instructor-student-card .education-body,
.instructor-student-card .experience-body,
.instructor-student-card .instructor-course-body,
.instructor-student-card .instructor-student-body,
.instructor-student-card .instructor-details-body,
.instructor-student-card .about-me-body,
.instructor-student-card .enrolled-courses-body,
.instructor-details-card .instructor-info-body,
.instructor-details-card .earnings-body,
.instructor-details-card .quiz-question-body,
.instructor-details-card .education-body,
.instructor-details-card .experience-body,
.instructor-details-card .instructor-course-body,
.instructor-details-card .instructor-student-body,
.instructor-details-card .instructor-details-body,
.instructor-details-card .about-me-body,
.instructor-details-card .enrolled-courses-body,
.about-me-card .instructor-info-body,
.about-me-card .earnings-body,
.about-me-card .quiz-question-body,
.about-me-card .education-body,
.about-me-card .experience-body,
.about-me-card .instructor-course-body,
.about-me-card .instructor-student-body,
.about-me-card .instructor-details-body,
.about-me-card .about-me-body,
.about-me-card .enrolled-courses-body,
.enrolled-courses-card .instructor-info-body,
.enrolled-courses-card .earnings-body,
.enrolled-courses-card .quiz-question-body,
.enrolled-courses-card .education-body,
.enrolled-courses-card .experience-body,
.enrolled-courses-card .instructor-course-body,
.enrolled-courses-card .instructor-student-body,
.enrolled-courses-card .instructor-details-body,
.enrolled-courses-card .about-me-body,
.enrolled-courses-card .enrolled-courses-body {
  padding: 1.25rem;
}

@media (max-width: 767.98px) {

  .education-card .instructor-info-body,
  .education-card .earnings-body,
  .education-card .quiz-question-body,
  .education-card .education-body,
  .education-card .experience-body,
  .education-card .instructor-course-body,
  .education-card .instructor-student-body,
  .education-card .instructor-details-body,
  .education-card .about-me-body,
  .education-card .enrolled-courses-body,
  .experience-card .instructor-info-body,
  .experience-card .earnings-body,
  .experience-card .quiz-question-body,
  .experience-card .education-body,
  .experience-card .experience-body,
  .experience-card .instructor-course-body,
  .experience-card .instructor-student-body,
  .experience-card .instructor-details-body,
  .experience-card .about-me-body,
  .experience-card .enrolled-courses-body,
  .instructor-course-card .instructor-info-body,
  .instructor-course-card .earnings-body,
  .instructor-course-card .quiz-question-body,
  .instructor-course-card .education-body,
  .instructor-course-card .experience-body,
  .instructor-course-card .instructor-course-body,
  .instructor-course-card .instructor-student-body,
  .instructor-course-card .instructor-details-body,
  .instructor-course-card .about-me-body,
  .instructor-course-card .enrolled-courses-body,
  .instructor-student-card .instructor-info-body,
  .instructor-student-card .earnings-body,
  .instructor-student-card .quiz-question-body,
  .instructor-student-card .education-body,
  .instructor-student-card .experience-body,
  .instructor-student-card .instructor-course-body,
  .instructor-student-card .instructor-student-body,
  .instructor-student-card .instructor-details-body,
  .instructor-student-card .about-me-body,
  .instructor-student-card .enrolled-courses-body,
  .instructor-details-card .instructor-info-body,
  .instructor-details-card .earnings-body,
  .instructor-details-card .quiz-question-body,
  .instructor-details-card .education-body,
  .instructor-details-card .experience-body,
  .instructor-details-card .instructor-course-body,
  .instructor-details-card .instructor-student-body,
  .instructor-details-card .instructor-details-body,
  .instructor-details-card .about-me-body,
  .instructor-details-card .enrolled-courses-body,
  .about-me-card .instructor-info-body,
  .about-me-card .earnings-body,
  .about-me-card .quiz-question-body,
  .about-me-card .education-body,
  .about-me-card .experience-body,
  .about-me-card .instructor-course-body,
  .about-me-card .instructor-student-body,
  .about-me-card .instructor-details-body,
  .about-me-card .about-me-body,
  .about-me-card .enrolled-courses-body,
  .enrolled-courses-card .instructor-info-body,
  .enrolled-courses-card .earnings-body,
  .enrolled-courses-card .quiz-question-body,
  .enrolled-courses-card .education-body,
  .enrolled-courses-card .experience-body,
  .enrolled-courses-card .instructor-course-body,
  .enrolled-courses-card .instructor-student-body,
  .enrolled-courses-card .instructor-details-body,
  .enrolled-courses-card .about-me-body,
  .enrolled-courses-card .enrolled-courses-body {
    padding: 16px;
  }
}

.education-card .instructor-info-body p,
.education-card .earnings-body p,
.education-card .quiz-question-body p,
.education-card .education-body p,
.education-card .experience-body p,
.education-card .instructor-course-body p,
.education-card .instructor-student-body p,
.education-card .instructor-details-body p,
.education-card .about-me-body p,
.education-card .enrolled-courses-body p,
.experience-card .instructor-info-body p,
.experience-card .earnings-body p,
.experience-card .quiz-question-body p,
.experience-card .education-body p,
.experience-card .experience-body p,
.experience-card .instructor-course-body p,
.experience-card .instructor-student-body p,
.experience-card .instructor-details-body p,
.experience-card .about-me-body p,
.experience-card .enrolled-courses-body p,
.instructor-course-card .instructor-info-body p,
.instructor-course-card .earnings-body p,
.instructor-course-card .quiz-question-body p,
.instructor-course-card .education-body p,
.instructor-course-card .experience-body p,
.instructor-course-card .instructor-course-body p,
.instructor-course-card .instructor-student-body p,
.instructor-course-card .instructor-details-body p,
.instructor-course-card .about-me-body p,
.instructor-course-card .enrolled-courses-body p,
.instructor-student-card .instructor-info-body p,
.instructor-student-card .earnings-body p,
.instructor-student-card .quiz-question-body p,
.instructor-student-card .education-body p,
.instructor-student-card .experience-body p,
.instructor-student-card .instructor-course-body p,
.instructor-student-card .instructor-student-body p,
.instructor-student-card .instructor-details-body p,
.instructor-student-card .about-me-body p,
.instructor-student-card .enrolled-courses-body p,
.instructor-details-card .instructor-info-body p,
.instructor-details-card .earnings-body p,
.instructor-details-card .quiz-question-body p,
.instructor-details-card .education-body p,
.instructor-details-card .experience-body p,
.instructor-details-card .instructor-course-body p,
.instructor-details-card .instructor-student-body p,
.instructor-details-card .instructor-details-body p,
.instructor-details-card .about-me-body p,
.instructor-details-card .enrolled-courses-body p,
.about-me-card .instructor-info-body p,
.about-me-card .earnings-body p,
.about-me-card .quiz-question-body p,
.about-me-card .education-body p,
.about-me-card .experience-body p,
.about-me-card .instructor-course-body p,
.about-me-card .instructor-student-body p,
.about-me-card .instructor-details-body p,
.about-me-card .about-me-body p,
.about-me-card .enrolled-courses-body p,
.enrolled-courses-card .instructor-info-body p,
.enrolled-courses-card .earnings-body p,
.enrolled-courses-card .quiz-question-body p,
.enrolled-courses-card .education-body p,
.enrolled-courses-card .experience-body p,
.enrolled-courses-card .instructor-course-body p,
.enrolled-courses-card .instructor-student-body p,
.enrolled-courses-card .instructor-details-body p,
.enrolled-courses-card .about-me-body p,
.enrolled-courses-card .enrolled-courses-body p {
  font-size: 14px;
}

.education-card .instructor-info-body span,
.education-card .earnings-body span,
.education-card .quiz-question-body span,
.education-card .education-body span,
.education-card .experience-body span,
.education-card .instructor-course-body span,
.education-card .instructor-student-body span,
.education-card .instructor-details-body span,
.education-card .about-me-body span,
.education-card .enrolled-courses-body span,
.experience-card .instructor-info-body span,
.experience-card .earnings-body span,
.experience-card .quiz-question-body span,
.experience-card .education-body span,
.experience-card .experience-body span,
.experience-card .instructor-course-body span,
.experience-card .instructor-student-body span,
.experience-card .instructor-details-body span,
.experience-card .about-me-body span,
.experience-card .enrolled-courses-body span,
.instructor-course-card .instructor-info-body span,
.instructor-course-card .earnings-body span,
.instructor-course-card .quiz-question-body span,
.instructor-course-card .education-body span,
.instructor-course-card .experience-body span,
.instructor-course-card .instructor-course-body span,
.instructor-course-card .instructor-student-body span,
.instructor-course-card .instructor-details-body span,
.instructor-course-card .about-me-body span,
.instructor-course-card .enrolled-courses-body span,
.instructor-student-card .instructor-info-body span,
.instructor-student-card .earnings-body span,
.instructor-student-card .quiz-question-body span,
.instructor-student-card .education-body span,
.instructor-student-card .experience-body span,
.instructor-student-card .instructor-course-body span,
.instructor-student-card .instructor-student-body span,
.instructor-student-card .instructor-details-body span,
.instructor-student-card .about-me-body span,
.instructor-student-card .enrolled-courses-body span,
.instructor-details-card .instructor-info-body span,
.instructor-details-card .earnings-body span,
.instructor-details-card .quiz-question-body span,
.instructor-details-card .education-body span,
.instructor-details-card .experience-body span,
.instructor-details-card .instructor-course-body span,
.instructor-details-card .instructor-student-body span,
.instructor-details-card .instructor-details-body span,
.instructor-details-card .about-me-body span,
.instructor-details-card .enrolled-courses-body span,
.about-me-card .instructor-info-body span,
.about-me-card .earnings-body span,
.about-me-card .quiz-question-body span,
.about-me-card .education-body span,
.about-me-card .experience-body span,
.about-me-card .instructor-course-body span,
.about-me-card .instructor-student-body span,
.about-me-card .instructor-details-body span,
.about-me-card .about-me-body span,
.about-me-card .enrolled-courses-body span,
.enrolled-courses-card .instructor-info-body span,
.enrolled-courses-card .earnings-body span,
.enrolled-courses-card .quiz-question-body span,
.enrolled-courses-card .education-body span,
.enrolled-courses-card .experience-body span,
.enrolled-courses-card .instructor-course-body span,
.enrolled-courses-card .instructor-student-body span,
.enrolled-courses-card .instructor-details-body span,
.enrolled-courses-card .about-me-body span,
.enrolled-courses-card .enrolled-courses-body span {
  font-size: 14px;
}

.certification-card,
.quiz-card,
.earn-year-card {
  margin-bottom: 1.5rem;
  background-color: var(--white);
  transition: all 0.5s ease-in-out;
  position: relative;
  border-radius: 10px;
  border: 1px solid var(--gray-100);
  box-shadow: none;
  color: inherit;
}

.certification-card .certification-body,
.certification-card .contact-details-body,
.certification-card .quiz-body,
.certification-card .certificate-body,
.certification-card .earn-year-body,
.quiz-card .certification-body,
.quiz-card .contact-details-body,
.quiz-card .quiz-body,
.quiz-card .certificate-body,
.quiz-card .earn-year-body,
.earn-year-card .certification-body,
.earn-year-card .contact-details-body,
.earn-year-card .quiz-body,
.earn-year-card .certificate-body,
.earn-year-card .earn-year-body {
  padding: 1.25rem;
}

@media (max-width: 767.98px) {

  .certification-card .certification-body,
  .certification-card .contact-details-body,
  .certification-card .quiz-body,
  .certification-card .certificate-body,
  .certification-card .earn-year-body,
  .quiz-card .certification-body,
  .quiz-card .contact-details-body,
  .quiz-card .quiz-body,
  .quiz-card .certificate-body,
  .quiz-card .earn-year-body,
  .earn-year-card .certification-body,
  .earn-year-card .contact-details-body,
  .earn-year-card .quiz-body,
  .earn-year-card .certificate-body,
  .earn-year-card .earn-year-body {
    padding: 16px;
  }
}

.certification-card .certification-body p,
.certification-card .contact-details-body p,
.certification-card .quiz-body p,
.certification-card .certificate-body p,
.certification-card .earn-year-body p,
.quiz-card .certification-body p,
.quiz-card .contact-details-body p,
.quiz-card .quiz-body p,
.quiz-card .certificate-body p,
.quiz-card .earn-year-body p,
.earn-year-card .certification-body p,
.earn-year-card .contact-details-body p,
.earn-year-card .quiz-body p,
.earn-year-card .certificate-body p,
.earn-year-card .earn-year-body p {
  font-size: 14px;
}

.certification-card .certification-body span,
.certification-card .contact-details-body span,
.certification-card .quiz-body span,
.certification-card .certificate-body span,
.certification-card .earn-year-body span,
.quiz-card .certification-body span,
.quiz-card .contact-details-body span,
.quiz-card .quiz-body span,
.quiz-card .certificate-body span,
.quiz-card .earn-year-body span,
.earn-year-card .certification-body span,
.earn-year-card .contact-details-body span,
.earn-year-card .quiz-body span,
.earn-year-card .certificate-body span,
.earn-year-card .earn-year-body span {
  font-size: 14px;
}

.contact-card {
  background: var(--light-900);
  border-radius: 10px;
  padding: 20px;
}

.quiz-info {
  margin-bottom: 1.5rem;
  border-radius: 10px;
  padding: 1.25rem;
}

@media (max-width: 767.98px) {
  .quiz-info {
    padding: 16px;
  }
}

.icon-edit {
  width: 25px;
  height: 25px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gray-500) !important;
}

.icon-edit:hover {
  background-color: var(--light-900);
}

.instructor-list {
  padding: 60px 0;
}

.instructor-list .form-select {
  width: auto;
  box-shadow: none;
  outline: none;
  margin-right: 10px;
  font-size: 14px;
  height: 40px;
}

@media (max-width: 575.98px) {
  .instructor-list .form-select {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media (max-width: 767.98px) {
  .instructor-list .clear-filter {
    margin-bottom: 24px;
  }
}

.instructor-list .clear-text {
  color: #FF4667;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
}

.instructor-list .clear-text:hover {
  color: #392C7D;
}

@media (max-width: 767.98px) {
  .instructor-list .show-result {
    margin: 10px 0;
  }
}

.instructor-list .view-icons {
  display: inline-flex;
}

.instructor-list .view-icons a {
  align-items: center;
  background-color: #fff;
  border: 1px solid var(--gray-100);
  border-radius: 5px;
  color: var(--black);
  display: flex;
  font-size: 20px;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
  width: 40px;
  height: 40px;
}

.instructor-list .view-icons a.active {
  background-color: #FF4667;
  border-color: #FF4667;
  color: var(--white);
}

.instructor-list .select2-container {
  min-width: unset !important;
}

.instructor-list .show-filter .select2-selection__rendered {
  height: 40px;
}

.instructor-list .show-filter .search-group {
  position: relative;
}

.instructor-list .show-filter .search-group i {
  position: absolute;
  left: 15px;
  color: var(--gray-900);
  top: 12px;
}

.instructor-list .show-filter .search-group .form-control {
  border-color: var(--gray-100);
  color: var(--gray-400);
  outline: none;
  box-shadow: none;
  padding: 10px 10px 10px 40px;
  height: 40px;
}

.instructor-list .filter-clear .accordion-item {
  border-radius: 10px;
  border: 1px solid var(--gray-100);
  margin-bottom: 20px;
}

@media (max-width: 1399.98px) {
  .instructor-list .filter-clear .accordion-item {
    margin-bottom: 15px;
  }
}

.instructor-list .filter-clear .accordion-item .see-more-btn {
  margin: 10px 0 0;
  color: #FF4667;
  text-decoration: underline;
  display: inline-block;
  font-size: 14px;
}

.instructor-list .filter-clear .accordion-item .accordion-button {
  border: none;
  background-color: transparent;
  padding: 20px;
  font-size: 18px;
  font-weight: 600;
  color: var(--gray-900);
  box-shadow: none;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1399.98px) {
  .instructor-list .filter-clear .accordion-item .accordion-button {
    padding: 15px;
    font-size: 16px;
  }
}

.instructor-list .filter-clear .accordion-item .accordion-button::after {
  font-size: 13px;
  font-weight: 500;
  display: none;
}

.instructor-list .filter-clear .accordion-item .accordion-button.collapsed i {
  transform: rotate(-180deg);
}

.instructor-list .filter-clear .accordion-item .accordion-button i {
  font-size: 12px;
}

.instructor-list .filter-clear .accordion-item .accordion-body {
  border: none;
  padding: 0 20px 20px;
}

.instructor-list .filter-clear .custom_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.instructor-list .filter-clear .custom_check {
  color: var(--gray-700) !important;
  display: inline-block;
  position: relative;
  font-size: 14px !important;
  margin-bottom: 15px;
  padding-left: 28px;
  cursor: pointer;
  font-weight: 400 !important;
  -webkit-user-select: none;
  user-select: none;
  line-height: 18px;
  font-family: "Noto Sans", sans-serif;
}

.instructor-list .filter-clear .custom_check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid var(--gray-100);
  background-color: var(--white);
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}

.instructor-list .filter-clear .custom_check .checkmark::after {
  content: "\e92b";
  font-family: "feather" !important;
  font-weight: 400;
  position: absolute;
  display: none;
  left: 2px;
  top: -1px;
  color: var(--white);
  font-size: 11px;
}

.instructor-list .filter-clear .custom_check input:checked~.checkmark:after {
  display: block;
}

.instructor-list .filter-clear .custom_check input:checked~.checkmark {
  background-color: #FF4667;
  border-color: #FF4667;
}

.instructor-list .courses-list {
  margin-top: 16px;
}

.instructor-list .courses-list .card {
  border-radius: 10px;
  border-color: var(--gray-100);
  box-shadow: 0 4px 4px 0 rgba(212, 212, 212, 0.25);
}

.instructor-list .courses-list .card-header {
  padding: 20px;
  background-color: transparent;
  border: none;
}

.instructor-list .courses-list .card-header img:hover {
  transform: scale(1.1);
  transition: 0.3s;
}

.instructor-list .courses-list .card-body {
  padding-top: 0;
}

@media (max-width: 1399.98px) {
  .instructor-list .courses-list .card-body h4 {
    font-size: 16px;
  }
}

.instructor-list .courses-list .tag-btn {
  color: var(--gray-900);
  font-weight: 500;
  padding: 2px 8px;
  background-color: var(--light);
  border-radius: 50px;
  font-size: 13px;
}

@media (max-width: 1399.98px) {
  .instructor-list .courses-list .tag-btn {
    font-size: 12px;
    padding: 2px 6px;
  }
}

.instructor-list .courses-list .view-course-btn {
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 50px;
}

.instructor-list .pagination {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}

.instructor-list .pagination .page-link {
  width: 32px;
  height: 32px;
  background-color: var(--light);
  border-radius: 50px !important;
  font-size: 14px;
  font-weight: 400;
  border: none;
  color: var(--gray-700);
  box-shadow: none;
}

.instructor-list .pagination .page-link:hover {
  background-color: #FF4667;
  color: var(--white);
}

.instructor-list .pagination .page-item.active .page-link {
  background-color: #FF4667;
  color: var(--white);
}

.instructor-list .instructor-details {
  display: flex;
  align-items: center;
}

@media (max-width: 767.98px) {
  .instructor-list .instructor-details {
    flex-direction: column;
  }

  .instructor-list .instructor-details .instructor-img {
    margin-bottom: 24px;
  }
}

.instructor-list .instructor-details .instructor-img {
  width: 202px;
  height: 165px;
  flex-shrink: 0;
  margin-right: 20px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.instructor-list .instructor-details .instructor-img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: 1s;
}

.instructor-list .instructor-details .instructor-img img:hover {
  transform: scale(1.1);
}

.instructor-list .instructor-details .instructor-img .heart {
  width: 30px;
  height: 30px;
  position: absolute;
  background: var(--white);
  top: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.instructor-list .instructor-details .instructor-img .heart i {
  font-size: 18px;
}

@media (max-width: 767.98px) {
  .instructor-list .instructor-details .counts-details {
    margin-bottom: 16px;
  }
}

.instructor-list .instructor-list-item {
  padding: 20px;
  border: 1px solid #E7E7E7;
  border-radius: 10px;
}

.instructor-list .instructor-list-item .instructor-details p {
  font-size: 14px;
}

.instructor-list .instructor-list-item .instructor-details span {
  font-size: 14px;
  color: var(--gray-500);
}

@media (max-width: 767.98px) {
  .instructor-list-img {
    flex-direction: column;
  }
}

.instructor-list-img .card-image {
  width: 202px;
  height: 165px;
  flex-shrink: 0;
}

.instructor-list-img .card-image img {
  width: 100%;
  height: 100%;
}

.instructor-list-img .card-image:hover {
  overflow: hidden;
}

.instructor-list-img .card-image:hover img {
  transform: scale(1.1);
  transition: 1s;
}

.instructor-detail-content {
  padding: 60px 0 36px;
}

@media (max-width: 767.98px) {
  .instructor-detail-content {
    padding: 40px 0;
  }
}

.instructor-detail-content .instructor-details-item1 {
  background: var(--light-900);
  border: none;
  padding: 20px;
  border-radius: 10px;
}

.instructor-detail-content .instructor-details-item1 .instructor-details p {
  font-size: 14px;
}

.instructor-detail-content .instructor-details-item1 .instructor-details span {
  font-size: 14px;
  color: var(--gray-500);
}

.instructor-detail-content .instructor-details-item1 .social-media-btns a {
  width: 18px;
  height: 18px;
  font-size: 12px;
  color: #392C7D;
}

.instructor-detail-content .instructor-details-item1 .social-media-btns a:hover {
  color: #FF4667;
}

.instructor-detail-content .instructor-details {
  display: flex;
  align-items: center;
}

@media (max-width: 767.98px) {
  .instructor-detail-content .instructor-details {
    flex-direction: column;
  }

  .instructor-detail-content .instructor-details .instructor-img {
    margin-bottom: 24px;
  }
}

.instructor-detail-content .instructor-details .instructor-img {
  width: 202px;
  height: 165px;
  flex-shrink: 0;
  margin-right: 20px;
  border-radius: 10px;
  position: relative;
}

.instructor-detail-content .instructor-details .instructor-img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.instructor-detail-content .instructor-details .instructor-img:hover {
  overflow: hidden;
}

.instructor-detail-content .instructor-details .instructor-img:hover img {
  transform: scale(1.1);
  transition: 1s;
}

.instructor-detail-content .instructor-details .instructor-img .heart {
  width: 30px;
  height: 30px;
  position: absolute;
  background: var(--white);
  top: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.instructor-detail-content .instructor-details .instructor-img .heart i {
  font-size: 18px;
}

.instructor-detail-content .instructor-details .instructor-img .heart:hover {
  color: #FF4667;
}

@media (max-width: 767.98px) {
  .instructor-detail-content .instructor-details .counts-details {
    margin-bottom: 24px;
  }
}

.instructor-detail-content .read-more-btn {
  color: #FF4667;
  text-decoration: underline;
  font-size: 14px;
}

.instructor-detail-content .read-more-btn:hover {
  color: #392C7D;
}

.instructor-detail-content .course-carousal {
  position: relative;
}

.instructor-detail-content .course-carousal .slick-prev.slick-arrow,
.instructor-detail-content .course-carousal .slick-next.slick-arrow {
  width: 34px;
  height: 34px;
  background: var(--light);
  border-radius: 30px;
  color: #242B3A;
  position: absolute;
}

.instructor-detail-content .course-carousal .slick-prev.slick-arrow {
  top: -33px;
  right: 50px;
  left: unset;
}

.instructor-detail-content .course-carousal .slick-prev.slick-arrow::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f053";
  color: #08131E;
  font-size: 14px;
  font-weight: 900;
  top: 10px;
  left: 12px;
}

.instructor-detail-content .course-carousal .slick-next.slick-arrow {
  top: -33px;
  right: 8px;
}

.instructor-detail-content .course-carousal .slick-next.slick-arrow::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  color: #08131E;
  font-size: 14px;
  font-weight: 900;
  top: 10px;
  left: 12px;
}

.instructor-detail-content .course-carousal h5 {
  font-size: 18px;
}

.instructor-detail-content .btn.view-course-btn {
  font-size: 12px;
  font-weight: 500;
  padding: 6px 8px;
  border-radius: 50px;
  background: var(--dark);
  color: var(--white);
}

.instructor-detail-content .btn.view-course-btn:hover {
  background: #FF4667;
}

.instructor-detail-content .contact-icon {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  padding: 10px;
  background: #392C7D;
  color: var(--white);
}

.text-truncate.line-clamb-2 {
  -webkit-line-clamp: 2;
}

.student-details-carousal .instructor-course {
  margin: 0 10px !important;
}

@media (max-width: 767.98px) {
  .student-details-carousal .instructor-course {
    margin: 0 1px !important;
  }
}

.student-details-carousal .slick-prev.slick-arrow {
  top: -49px !important;
}

.student-details-carousal .slick-next.slick-arrow {
  top: -49px !important;
}

.student-details-carousal p a {
  color: var(--gray-500);
}

.student-details-carousal .tag-btn {
  background-color: var(--light-900);
  color: var(--gray-900);
  padding: 4px 8px;
  border-radius: 40px;
  font-weight: 500;
}

.instructor-item-six .instructors-img img {
  width: 100%;
}

.login-content .login-bg {
  background: #FEEEF0;
  min-height: 100vh;
  position: fixed;
  display: flex;
  align-items: center;
  width: 50%;
}

.login-content .login-banner {
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-content .login-banner img {
  max-width: 430px;
}

.login-content .login-carousel {
  width: 100%;
}

.login-content .login-carousel .login-carousel-section .login-banner {
  margin: auto;
  margin-bottom: 30px;
}

.login-content .login-carousel .login-carousel-section .mentor-course {
  width: 558px;
  text-align: center;
  margin: auto;
}

.login-content .login-carousel p {
  font-size: 14px;
}

.login-content .slick-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background: var(--gray-100);
}

.login-content .slick-dots .slick-active {
  width: 50px;
  height: 10px;
  border-radius: 50px;
  background: #FF4667;
}

.login-content .slick-dots .slick-active button {
  background: transparent;
}

.login-content .welcome-login {
  padding: 20px 20px 0px 20px;
}

.login-content .login-wrap-bg {
  position: absolute;
  right: 0;
  padding: 0;
}

.login-content .login-wrap-bg .login-wrapper {
  max-width: 100%;
  height: 100vh;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.login-content .login-wrap-bg .login-wrapper .loginbox {
  max-width: 100%;
  width: 100%;
  font-weight: 600;
  padding: 20px 100px;
}

.login-content .login-wrap-bg .login-wrapper .loginbox .img-logo {
  margin-bottom: 54px;
  display: flex;
  align-items: center;
  align-items: center;
}

.login-content .login-wrap-bg .login-wrapper .loginbox .img-logo img {
  width: 150px;
}

.login-content .login-wrap-bg .login-header {
  margin-bottom: 80px;
}

@media (max-width: 767.98px) {
  .login-content .login-wrap-bg .login-header {
    margin-bottom: 50px;
  }
}

@media (max-width: 575.98px) {
  .login-content .login-wrap-bg .login-header {
    margin-bottom: 30px;
  }
}

.login-content .login-wrap-bg .topic {
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  .login-content .login-wrap-bg .topic {
    margin-bottom: 30px;
  }
}

@media (max-width: 575.98px) {
  .login-content .login-wrap-bg .topic {
    margin-bottom: 20px;
  }
}

.login-content .login-wrap-bg .form-control:focus {
  border-color: #FF4667;
}

.login-content .login-wrap-bg .email-input {
  position: relative;
}

.login-content .login-wrap-bg .email-input::before {
  position: absolute;
  content: "/f007";
  font-family: "Font Awesome 5 Free";
  color: #08131E;
  font-size: 16px;
  font-weight: 900;
  z-index: 1;
  top: 0;
  right: 0;
}

.login-content .login-wrap-bg .form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-right: 8px;
}

.login-content .login-wrap-bg .form-check-label {
  font-weight: 400;
}

.login-content .login-wrap-bg .form-control.otp {
  width: 88px;
  height: 70px;
  margin-right: 20px;
  text-align: center;
}

.login-content .login-wrap-bg .form-control.otp:last-child {
  margin-right: 0;
}

.login-content .login-wrap-bg .form-control.otp {
  -moz-appearance: textfield;
}

.login-content .login-wrap-bg .form-control.otp::-webkit-inner-spin-button,
.login-content .login-wrap-bg .form-control.otp::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.login-content .login-wrap-bg .or {
  position: relative;
}

.login-content .login-wrap-bg .or::after {
  position: absolute;
  content: "";
  width: 180px;
  height: 1px;
  background: var(--gray-100);
  left: 0;
}

.login-content .login-wrap-bg .or::before {
  position: absolute;
  content: "";
  width: 180px;
  height: 1px;
  background: var(--gray-100);
  right: 0;
}

.login-content .google-bg span a {
  color: #22100D;
  font-weight: 400;
}

.login-content .sign-google {
  margin: 32px 0px;
}

.login-content .pass-group {
  position: relative;
}

.login-content .toggle-password.feather-eye {
  margin-right: 1px;
  color: #6e82a3;
}

.login-content .toggle-password.feather-eye-off {
  color: #F66962;
}

.login-content .pass-checked {
  position: absolute;
  right: 40px;
  top: 55%;
  transform: translateY(-50%);
  color: #4CAF50;
  opacity: 0;
}

.login-content .pass-checked.active {
  opacity: 1;
}

.login-content .forgot-link {
  color: #392C7D;
  font-size: 14px;
}

.login-content .link-1 {
  font-size: 14px;
  color: #FF4667;
  font-weight: 400;
  text-decoration: underline;
}

.login-content .link-1:hover {
  color: #392C7D;
}

.login-content .link-2 {
  color: #FF4667;
  font-weight: 400;
  font-size: 14px;
}

.login-content .link-2:hover {
  color: #392C7D;
}

.login-content .input-icon {
  cursor: pointer;
  width: 30px;
  height: 30px;
  color: #191919;
  font-size: 18px;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  border-radius: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 10px;
}

.login-content .timer-cover {
  margin-bottom: 20px;
}

.lock-screen {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto auto;
  background: linear-gradient(131.11deg, #FFEEF0 2.29%, #F8F7FF 74.3%);
  height: 100vh;
}

.lock-screen .lock-wrapper {
  max-width: 410px;
  min-width: 300px;
  width: 100%;
}

.lock-screen .lock-wrapper .lock-header {
  margin-bottom: 80px;
}

@media (max-width: 767.98px) {
  .lock-screen .lock-wrapper .lock-header {
    margin-bottom: 50px;
  }
}

@media (max-width: 575.98px) {
  .lock-screen .lock-wrapper .lock-header {
    margin-bottom: 30px;
  }
}

.lock-screen .lock-wrapper .user-profile {
  width: 120px;
  height: 120px;
}

.lock-screen .lock-wrapper input:focus {
  border-color: #FF4667;
}

.error-page {
  align-items: center;
  color: #1f1f1f;
  display: flex;
  background: linear-gradient(90deg, #FEE0DE 0%, #E4F5FD 51.39%, #DDEDFF 100%);
}

.error-page .main-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  min-height: unset;
  padding-top: 50px;
}

.error-box {
  margin: 0 auto;
  max-width: 570px;
  padding: 20px 0;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 1;
}

.error-box .error-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.error-box .bg-01 {
  position: absolute;
  top: 70px;
  left: -15px;
}

.error-box .bg-02 {
  position: absolute;
  top: 25px;
  right: -12px;
}

.error-box .bg-03 {
  position: absolute;
  top: 410px;
  left: -60px;
}

.error-box .bg-04 {
  position: absolute;
  top: 260px;
  right: -75px;
}

.error-box .bg-05 {
  position: absolute;
  bottom: 20px;
  left: -180px;
}

.error-box .bg-06 {
  position: absolute;
  bottom: 115px;
  right: -150px;
}

.error-box .bg-07 {
  position: absolute;
  bottom: 115px;
  right: -150px;
  z-index: 0;
}

.error-box h3 {
  font-weight: 700;
  font-size: 28px;
  margin-top: 20px;
}

.error-box p {
  margin-bottom: 30px;
  color: var(--gray-700);
  font-size: 16px;
  font-weight: 400;
}

.error-box h4 {
  font-size: 32px;
  margin-bottom: 0;
}

.error-box h6 {
  font-size: 16px;
  margin: 35px 0px;
}

.error-box .big-text {
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  margin: 0;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #fff;
  border-bottom: 1px solid #F2F2F2;
}

.error-box .back-to-home-btn {
  background: #FF4667;
  color: var(--white);
}

.error-box .back-to-home-btn:hover {
  background: #392C7D;
}

.error-logo {
  margin-bottom: 50px;
}

.error-logo img {
  width: 150px;
}

.come-soon-box h5 {
  font-size: 20px;
  margin: 50px 0px 25px;
}

.social-icon-soon ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.social-icon-soon ul li {
  list-style: none;
}

.social-icon-soon ul li i {
  font-size: 24px;
}

.social-icon-soon ul li i:hover {
  color: #FF4667;
}

.social-icon-soon ul li:not(:last-child) {
  margin-right: 15px;
}

.social-icon-soon ul li .face-book {
  color: #1877F2;
}

.social-icon-soon ul li .twit-ter {
  color: #1DA1F2;
}

.social-icon-soon ul li .insta-gram {
  color: #000100;
}

.social-icon-soon ul li .linked-in {
  color: #0A66C2;
}

.subscribe-soon .btn-danger {
  background: #FF5364;
  border: 1px solid #FF5364;
  min-width: 127px;
  font-size: 16px;
}

.subscribe-soon .btn-danger:hover {
  background: #e63333;
  border: 1px solid #e63333;
}

.subscribe-soon .form-control {
  height: 48px;
}

.countdown-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 15px;
}

.countdown-el {
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  min-width: 140px;
  padding: 38px 20px;
  border-radius: 10px;
  color: #fff;
}

.countdown-el:not(:last-child) {
  margin-right: 15px;
}

.countdown-el span {
  font-size: 26px;
}

.coming-soon-content .coming-soon-topic {
  margin-bottom: 38px;
}

.coming-soon-content .error-box-img.coming-soon-img {
  margin-bottom: 60px;
}

.coming-soon-content .coming-soon.media-btn {
  height: 30px;
  width: 30px;
  border-radius: 50px;
  background: #392C7D;
  color: var(--white);
}

.coming-soon-content .coming-soon.media-btn:hover {
  background: #FF4667;
}

.coming-soon-content .subscribe-section {
  margin-bottom: 20px;
}

.coming-soon-content .subscribe-section .subcribe-cover {
  position: relative;
}

.coming-soon-content .subscribe-section .subcribe-cover .customize-application-input {
  position: absolute;
  border: none;
  width: 50%;
  padding-left: 5px;
}

.coming-soon-content .subscribe-section .subcribe-cover .customize-application-input:focus-visible {
  outline: none;
}

.coming-soon-content .subscribe-section .subcribe-cover .subscribe-btn {
  position: absolute;
  right: 16px;
  font-size: 14px;
  line-height: 24px;
  background: #FF4667;
}

.coming-soon-content .subscribe-section .subcribe-cover .subscribe-btn:hover {
  background: #392C7D;
}

.coming-soon-content .coming-soon-timer {
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  margin: 30px 0 53px;
}

@media (max-width: 1199.98px) {
  .coming-soon-content .coming-soon-timer {
    margin: 20px 0;
  }
}

.coming-soon-content .coming-soon-timer li {
  border: 1px solid var(--gray-200);
  background: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  width: 120px;
  height: 120px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  font-size: 16px;
  font-weight: 500;
  flex-direction: column;
  margin-right: 14px;
  color: var(--white);
}

@media (max-width: 575.98px) {
  .coming-soon-content .coming-soon-timer li {
    width: 50px;
    height: 50px;
    margin-right: 5px;
  }
}

.coming-soon-content .coming-soon-timer li span {
  color: var(--white);
  font-size: 32px;
  line-height: normal;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #FFFFFF;
  font-weight: 700;
}

@media (max-width: 575.98px) {
  .coming-soon-content .coming-soon-timer li span {
    font-size: 20px;
  }
}

.coming-soon-content .coming-soon-timer li.seperate-dot {
  color: #FF4667;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background-color: transparent;
}

.coming-soon-content .coming-soon-timer li:last-child {
  margin-right: 0;
}

.profile-card {
  position: relative;
  overflow: hidden;
  background-color: var(--white);
  transition: all 0.5s ease-in-out;
  position: relative;
  border-radius: 10px;
  z-index: 1;
}

.profile-card::after {
  content: "";
  width: 50%;
  height: 100%;
  background-image: url('card-bg-02.png');
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 0;
  border-radius: 10px;
}

.profile-card .verify-tick {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #03C95A;
  width: 24px;
  height: 24px;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.profile-card .profile-card-bg-1 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
  mix-blend-mode: luminosity;
}

.settings-sidebar {
  position: relative;
  border-radius: 10px;
  border: 1px solid var(--gray-100);
  padding: 20px;
  margin-bottom: 1.5rem;
}

@media (max-width: 767.98px) {
  .settings-sidebar {
    padding: 16px;
  }
}

.settings-sidebar ul li {
  margin-bottom: 12px;
}

.settings-sidebar ul li:last-child {
  margin-bottom: 0;
}

.settings-sidebar ul li a {
  color: var(--gray-500);
}

.settings-sidebar ul li a.active,
.settings-sidebar ul li a:hover {
  color: #FF4667;
}

.settings-sidebar ul li a.active i,
.settings-sidebar ul li a:hover i {
  color: #FF4667;
}

.settings-sidebar ul li a i {
  color: var(--gray-900);
}

.icon-box {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.action-icon {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--white);
}

.action-icon:hover {
  background-color: var(--light);
  color: var(--gray-900);
}

.circle-progress {
  width: 38px;
  height: 38px !important;
  float: left;
  line-height: 38px;
  background: none;
  box-shadow: none;
  position: relative;
}

.circle-progress::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 4px solid var(--light-900);
  position: absolute;
  top: 0;
  left: 0;
}

.circle-progress .progress-value {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  font-size: 10px;
  color: var(--gray-700);
  line-height: 38px;
  text-align: center;
}

.circle-progress .progress-left {
  left: 0;
}

.circle-progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  transform-origin: center left;
}

.circle-progress .progress-right {
  right: 0;
}

.circle-progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  transform-origin: center right;
  animation: loading-1 1.8s linear forwards;
}

.circle-progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 4px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.circle-progress>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

@keyframes loading-2 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(144deg);
  }
}

.tab-list .nav {
  margin-bottom: 24px;
}

.tab-list .nav li {
  margin-bottom: 16px;
  margin-right: 15px;
}

.tab-list .nav li:last-child {
  margin-right: 0;
}

.tab-list .nav li a {
  color: var(--gray-900);
  border-radius: 100px;
  background: var(--light);
  padding: 12px 15px;
  font-size: 14px;
  display: inline-flex;
}

.tab-list .nav li a.active,
.tab-list .nav li a:hover {
  background: #FF4667;
  color: var(--white);
}

.fav-icon .filled-heart {
  display: none;
}

.fav-icon.selected {
  color: #FF4667;
}

.fav-icon.selected .filled-heart {
  display: block;
}

.fav-icon.selected .not-filled {
  display: none;
}

.rating i {
  color: var(--gray-100);
}

.rating i.filled {
  color: #FFC107;
}

.rating-selction {
  direction: rtl !important;
}

.rating-selction label {
  display: inline-block;
  color: var(--gray-100);
  cursor: pointer;
  font-size: 16px;
  transition: color 0.2s;
}

.rating-selction label:hover {
  color: #FFC107;
}

.rating-selction label:hover~label {
  color: #FFC107;
}

.rating-selction input {
  display: none;
}

.rating-selction input:checked~label {
  color: #FFC107;
}

.arrow-next {
  width: 24px;
  height: 24px;
  background: var(--gray-400);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.arrow-next:hover {
  background: #FF4667;
  color: var(--white);
}

.quiz-img {
  width: 150px;
}

.quiz-img img {
  border-radius: 10px;
}

.progress.progress-xs {
  height: 8px;
}

/* fieldset {
  display: none;
} */

fieldset#first-field {
  display: block;
}

fieldset .quiz-attempt-card {
  display: block !important;
}

.quiz-circle-progress {
  margin: 40px 0;
}

.quiz-circle-progress .circle-progress {
  width: 80px;
  height: 80px !important;
  float: unset;
  margin: auto;
}

.quiz-circle-progress .circle-progress .progress-value {
  top: 30%;
  left: 10%;
  font-size: 22px;
}

.table.invoice-table thead tr th {
  padding: 8px 12px;
}

.table.invoice-table tbody tr td {
  padding: 8px 12px;
}

.referral-card {
  border: 0;
}

.referral-card h4 {
  color: var(--gray-700);
}

.referral-card .referral-icon {
  width: 76px;
  height: 76px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

@media (max-width: 1399.98px) {
  .referral-card .referral-icon {
    width: 75px;
    height: 75px;
  }
}

.card.withdraw-item {
  background: var(--light-200);
}

.file-upload {
  border: 1px dashed var(--gray-100);
  border-radius: 5px;
  text-align: center;
  position: relative;
  padding: 20px;
}

.file-upload input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.file-upload .upload-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--light);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gray-900);
}

.settings-nav {
  border-bottom: 1px solid var(--gray-100);
  background-color: var(--light-900);
  margin-bottom: 20px;
  border-radius: 4px 4px 0 0;
}

.settings-nav li a {
  font-size: 16px;
  color: var(--gray-500);
  font-weight: 500;
  padding: 15px 18px;
  display: inline-flex;
  position: relative;
}

@media (max-width: 1199.98px) {
  .settings-nav li a {
    font-size: 15px;
    padding: 15px 11px;
  }
}

@media (max-width: 767.98px) {
  .settings-nav li a {
    font-size: 14px;
    padding: 10px 10px;
  }
}

.settings-nav li a:after {
  content: "";
  width: 100%;
  height: 3px;
  background: var(--gray-100);
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
}

.settings-nav li a.active {
  color: #FF4667;
}

.settings-nav li a.active:after {
  opacity: 1;
  background: #FF4667;
}

.profile-upload-group {
  padding: 0 0 20px;
  border-bottom: 1px solid var(--gray-100);
  margin-bottom: 20px;
}

.edit-profile-info p {
  font-size: 14px;
}

.image-upload input[type=file] {
  width: 57px;
  opacity: 0;
  position: relative;
  z-index: 9;
  cursor: pointer;
}

.image-upload .image-uploads {
  text-align: center;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.password-strength {
  display: flex;
  margin-top: 15px;
}

.password-strength span {
  width: 100%;
  height: 5px;
  background: var(--gray-100);
  margin-right: 10px;
  border-radius: 5px;
}

.password-strength span:last-child {
  margin-right: 0;
}

.weak-pass .password-strength span {
  background: #E70D0D;
}

.poor-active span.active#poor,
.poor-active span.active#poors {
  background: #E70D0D;
}

.avg-active span.active#poor,
.avg-active span.active#weak,
.avg-active span.active#poors,
.avg-active span.active#weaks {
  background: #FFC107;
}

.strong-active span.active#poor,
.strong-active span.active#weak,
.strong-active span.active#strong,
.strong-active span.active#poors,
.strong-active span.active#weaks,
.strong-active span.active#strongs {
  background: #5625E8;
}

.heavy-active span.active#poor,
.heavy-active span.active#weak,
.heavy-active span.active#strong,
.heavy-active span.active#heavy,
.heavy-active span.active#poors,
.heavy-active span.active#weaks,
.heavy-active span.active#strongs,
.heavy-active span.active#heavys {
  background: #03C95A;
}

.input-icon-start .social-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.input-range-picker .form-control {
  min-height: auto;
  height: 32px;
}

.link-light:hover {
  color: #FF4667 !important;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-30px);
    /* Start slightly above */
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    /* End at its original position */
  }
}

.quiz-ans-card {
  overflow: hidden;
  z-index: 0;
}

.quiz-ans-card p {
  font-size: 14px;
}

.quiz-ans-card .quiz-ans-bg1 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.quiz-ans-card .quiz-ans-bg2 {
  position: absolute;
  left: 40%;
  bottom: 0;
  z-index: -1;
}

.edit-profile-icon {
  width: 32px;
  height: 32px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gray-500);
}

.edit-profile-icon:hover {
  background-color: var(--light-900);
  color: var(--gray-500);
}

.students-profile-body span {
  font-size: 14px;
}

.chat-two-card .chat-footer {
  border-color: var(--gray-100);
  background: transparent;
  padding: 1rem 1.25rem 1rem;
}

.chat-two-card p {
  font-size: 14px;
}

.page-title .tab-list .nav li {
  margin: 0;
}

.page-title .tab-list .nav li a {
  background: var(--light-900);
  padding: 8px 16px;
}

.page-title .tab-list .nav li a:hover,
.page-title .tab-list .nav li a.active {
  background-color: #FF4667;
}

.edit-review,
.delete-review {
  font-size: 14px;
  color: var(--gray-500);
}

.quiz-attempt-body .btn.bg-gray-100:hover {
  background-color: var(--gray-200);
  color: var(--gray-900);
}

.student-courses {
  position: relative;
  border-radius: 10px;
  border: 1px solid var(--gray-100);
  padding: 20px;
  margin-bottom: 1.5rem;
}

@media (max-width: 767.98px) {
  .student-courses {
    padding: 16px;
  }
}

.student-courses p a {
  color: var(--gray-500);
}

.student-courses .view-course-btn {
  font-size: 12px;
  padding: 6px 8px;
}

.student-courses .tag-btn {
  background-color: #F4F6F9;
  color: #191919;
  padding: 4px 8px;
  border-radius: 40px;
  font-weight: 500;
  font-size: 12px;
}

@media (max-width: 1399.98px) {
  .student-courses .tag-btn {
    padding: 4px 6px;
    font-size: 11px;
  }
}

.student-info {
  position: relative;
  border-radius: 10px;
  border: 1px solid var(--gray-100);
  padding: 20px;
  margin-bottom: 1.5rem;
}

@media (max-width: 767.98px) {
  .student-info {
    padding: 16px;
  }
}

.quiz-ans-card.fixed .logo-dark.header-logo,
.chat-card.fixed .logo-dark.header-logo,
.chat-two-card.fixed .logo-dark.header-logo,
.quiz-attempt-card.fixed .logo-dark.header-logo,
.header-two.fixed .logo-dark.header-logo {
  display: none;
}

.quiz-ans-card.fixed .logo-white.header-logo,
.chat-card.fixed .logo-white.header-logo,
.chat-two-card.fixed .logo-white.header-logo,
.quiz-attempt-card.fixed .logo-white.header-logo,
.header-two.fixed .logo-white.header-logo {
  display: block;
}

.note-toolbar {
  background: var(--light);
  border-color: var(--gray-100);
}

.note-btn {
  background: var(--white);
  color: var(--gray-900);
  border-color: var(--gray-100);
}

.progress,
.progress-stacked {
  background: var(--light-700);
}

.benefit-item {
  border: 1px solid var(--gray-100);
  border-radius: 10px;
  position: relative;
  padding: 1.5rem;
  box-shadow: 0px 4px 4px 0px rgba(212, 212, 212, 0.2);
  overflow: hidden;
}

.benefit-item .benefit-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  font-size: 24px;
}

.client-section {
  padding-bottom: 30px;
}

.client-section h6 {
  margin-bottom: 20px;
}

.top-courses-slider .slick-slide>div {
  margin: 0 12px;
}

.top-courses-sec {
  position: relative;
  padding: 80px 0 80px;
  text-align: center;
  background-color: var(--light-300);
  z-index: 0;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .top-courses-sec {
    padding: 50px 0;
  }
}

.top-courses-sec .top-courses-bg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}

.top-courses-sec .top-courses-slider {
  margin-bottom: 40px;
}

.top-courses-sec .slick-prev {
  z-index: 99;
  background: var(--white);
  border: 1px solid var(--gray-100);
  transform: matrix(-1, 0, 0, 1, 0, 0) translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 1.5rem;
  left: -12px;
  top: 50%;
}

@media (max-width: 575.98px) {
  .top-courses-sec .slick-prev {
    width: 35px;
    height: 35px;
    left: -7px;
  }
}

.top-courses-sec .slick-prev::before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  color: var(--dark);
  font-size: 16px;
  font-weight: 900;
}

.top-courses-sec .slick-next {
  z-index: 99;
  background: var(--white);
  border: 1px solid var(--gray-100);
  transform: matrix(-1, 0, 0, 1, 0, 0) translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 1.5rem;
  right: -12px;
  top: 50%;
}

@media (max-width: 575.98px) {
  .top-courses-sec .slick-next {
    width: 35px;
    height: 35px;
    right: -7px;
  }
}

.top-courses-sec .slick-next::before {
  font-family: "Font Awesome 5 Free";
  content: "\f053";
  color: var(--dark);
  font-size: 16px;
  font-weight: 900;
}

.trust-sec {
  position: relative;
  margin-top: 0;
  background-color: var(--light-300);
  padding-bottom: 80px;
}

.trust-sec .video-showcase {
  margin: 0 100px;
  margin-bottom: -104px;
  z-index: 1;
  position: relative;
  border-radius: 10px;
}

@media (max-width: 767.98px) {
  .trust-sec .video-showcase {
    margin: 0 20px;
    margin-bottom: -70px;
  }
}

.trust-sec .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.trust-sec .video-play a {
  width: 52px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--white);
  border-radius: 50px;
  padding: 16px;
  font-size: 24px;
}

.trust-sec .video-play a i {
  color: #FF4667;
  transition: 0.5s;
}

.trust-sec .video-play a:hover i {
  color: #392C7D;
}

.trust-sec .trust-content {
  padding: 145px 100px 70px;
  position: relative;
  z-index: 0;
  background: #392C7D;
  border-radius: 10px;
}

@media (max-width: 991.98px) {
  .trust-sec .trust-content {
    padding: 125px 100px 40px;
  }
}

@media (max-width: 767.98px) {
  .trust-sec .trust-content {
    padding: 105px 20px 20px;
  }
}

@media (max-width: 575.98px) {
  .trust-sec .trust-content {
    padding-top: 95px;
  }
}

.trust-sec .trust-content h4 {
  color: var(--white);
  line-height: 40px;
}

@media (max-width: 767.98px) {
  .trust-sec .trust-content h4 {
    line-height: 32px;
  }
}

.trust-sec .trust-content .trust-btn {
  margin-top: 70px;
}

@media (max-width: 991.98px) {
  .trust-sec .trust-content .trust-btn {
    margin-top: 40px;
    margin-bottom: 24px;
  }
}

@media (max-width: 767.98px) {
  .trust-sec .trust-content .trust-btn {
    margin-top: 30px;
  }
}

.trust-sec .user-goal {
  border-radius: 10px;
}

.trust-sec .user-goal .avatar.avatar-lg {
  width: 45px;
  height: 45px;
  margin-right: 5px;
}

.trust-sec .trust-bg {
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}

.featured-courses-section {
  padding: 80px 0;
}

@media (max-width: 991.98px) {
  .featured-courses-section {
    padding: 50px 0;
  }
}

.featured-courses-section .feature-course-slider-2 {
  margin-bottom: 44px;
}

.featured-courses-section .feature-course-slider-2 .feature-course-item {
  padding: 20px;
  border: 1px solid var(--gray-100);
  box-shadow: 0px 4px 4px 0px rgba(212, 212, 212, 0.2);
  border-radius: 10px;
  margin: 0 12px;
}

.featured-courses-section .feature-course-slider-2 .feature-course-item .feature-course-img {
  margin-bottom: 24px;
  position: relative;
}

.featured-courses-section .feature-course-slider-2 .feature-course-item .feature-course-img img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.featured-courses-section .feature-course-slider-2 .feature-course-item .feature-course-img .price-badge {
  font-size: 14px;
  font-weight: 500;
  color: var(--gray-900);
  background: var(--white);
  border: 1px solid var(--gray-900);
  padding: 4px 10px;
  border-radius: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.featured-courses-section .feature-course-slider-2 .feature-course-item .badge {
  margin-bottom: 10px;
  font-weight: 500;
}

.featured-courses-section .feature-course-slider-2 .feature-course-item .fav-icon {
  width: 26px;
  height: 26px;
  border-radius: 30px;
  background: var(--light-500);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  color: var(--gray-500);
}

.featured-courses-section .feature-course-slider-2 .feature-course-item .fav-icon:hover {
  color: #FF4667;
}

.featured-courses-section .feature-course-slider-2 .feature-course-item h5 {
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.featured-courses-section .feature-course-slider-2 .feature-course-item .feature-course-rating {
  display: flex;
  align-items: center;
}

.featured-courses-section .feature-course-slider-2 .feature-course-item .feature-course-rating .feature-course-person {
  height: 24px;
  width: 24px;
  border-radius: 50px;
  margin-right: 8px;
}

.featured-courses-section .feature-course-slider-2 .feature-course-item .feature-course-rating .feature-course-person img {
  border-radius: 50px;
}

.featured-courses-section .feature-course-slider-2 .feature-course-item .feature-course-rating a {
  color: #5625E8;
  font-size: 14px;
  text-decoration: underline;
}

.featured-courses-section .feature-course-slider-2 .feature-course-item .feature-course-rating a:hover {
  color: #FF4667;
}

.featured-courses-section .feature-course-slider-2 .feature-course-item .rating {
  font-size: 14px;
  font-weight: 500;
}

.featured-courses-section .feature-course-slider-2 .feature-course-item .buy-course-btn {
  font-size: 14px;
  color: var(--gray-900);
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--light);
  padding: 6px 10px;
}

.featured-courses-section .feature-course-slider-2 .feature-course-item:hover {
  border: 1px solid rgba(57, 44, 125, 0.3);
}

.featured-courses-section .feature-course-slider-2 .feature-course-item:hover .buy-course-btn {
  background: #FF4667;
  color: var(--white);
}

.featured-courses-section .slick-prev {
  z-index: 99;
  background: var(--white);
  border: 1px solid var(--gray-100);
  transform: matrix(-1, 0, 0, 1, 0, 0) translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 1.5rem;
  left: -22px;
  top: 50%;
}

@media (max-width: 575.98px) {
  .featured-courses-section .slick-prev {
    width: 35px;
    height: 35px;
    left: -7px;
  }
}

.featured-courses-section .slick-prev::before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  color: var(--dark);
  font-size: 16px;
  font-weight: 900;
}

.featured-courses-section .slick-next {
  z-index: 99;
  background: var(--white);
  border: 1px solid var(--gray-100);
  transform: matrix(-1, 0, 0, 1, 0, 0) translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 1.5rem;
  right: -22px;
  top: 50%;
}

@media (max-width: 575.98px) {
  .featured-courses-section .slick-next {
    width: 35px;
    height: 35px;
    right: -7px;
  }
}

.featured-courses-section .slick-next::before {
  font-family: "Font Awesome 5 Free";
  content: "\f053";
  color: var(--dark);
  font-size: 16px;
  font-weight: 900;
}

.banner-image .course-item {
  background: var(--white);
}

.banner-image .course-item .course-img {
  margin-bottom: 12px;
}

.banner-image .course-item .course-img img {
  transform: scale(1);
}

.community-to-learn {
  padding: 80px 0;
  background: var(--light-900);
}

@media (max-width: 991.98px) {
  .community-to-learn {
    padding: 50px 0;
  }
}

.community-to-learn .section-header {
  margin-bottom: 32px;
}

.community-to-learn .community-item {
  margin-bottom: 31px;
}

.community-to-learn .community-item:last-child {
  margin-bottom: 0;
}

.community-to-learn .community-item h5 {
  font-size: 18px;
}

.community-to-learn .community-item .community-icon-1 {
  padding: 20px;
  border-radius: 50px;
  background: #EBE9F1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}

.community-to-learn .community-item .community-icon-1 i {
  font-size: 24px;
  color: #392C7D;
}

.community-to-learn .community-item .community-icon-2 {
  padding: 20px;
  border-radius: 50px;
  background: #FFEDF0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}

.community-to-learn .community-item .community-icon-2 i {
  font-size: 24px;
  color: #FF4667;
}

.community-to-learn .community-item .community-icon-3 {
  padding: 20px;
  border-radius: 50px;
  background: #E9FAFE;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}

.community-to-learn .community-item .community-icon-3 i {
  font-size: 24px;
  color: #0DCAF0;
}

.community-to-learn .community-img {
  position: relative;
  padding: 0 0 30px 20px;
}

.community-to-learn .community-img .community-img-01 {
  position: absolute;
  bottom: 0;
  left: 50px;
}

.community-to-learn .community-img .community-img-02 {
  position: absolute;
  top: 45px;
  right: 75px;
}

.community-to-learn .community-img .community-img-03 {
  position: relative;
  left: 0;
  top: 0;
  border-radius: 30px;
  max-width: 73%;
}

.community-to-learn .community-img .community-img-04 {
  position: absolute;
  bottom: 0;
  right: 36px;
  border-radius: 30px;
  max-width: 266px;
}

.community-to-learn .community-img .community-img-05 {
  position: absolute;
  top: 100px;
  right: 60px;
}

.community-to-learn .community-img .community-count {
  display: inline-flex;
  box-shadow: 0px 4px 4px 0px rgba(212, 212, 212, 0.2509803922);
  border: 1px solid var(--light-900);
  border-radius: 20px 20px 0px 20px;
  background: var(--white);
  position: absolute;
  right: 0;
  top: 85px;
  z-index: 1;
  min-width: 240px;
}

@media (max-width: 1199.98px) {
  .community-to-learn .community-img .community-count {
    top: 30px;
  }
}

.community-to-learn .community-img .community-count .enrolled-list {
  padding: 15px;
  border: 1px solid var(--light);
  border-radius: 15px 15px 0px 15px;
  width: 100%;
  text-align: center;
}

.community-to-learn .community-img .community-count .enrolled-list p {
  color: var(--gray-900);
  font-size: 14px;
  font-weight: 500;
}

.cliets-section-one {
  background: #392C7D;
  padding: 20px 0;
}

.cliets-section-one .brand-slide {
  margin-bottom: 0;
}

.cliets-section-one .slick-dots {
  display: none;
}

@keyframes verticalRotate {
  0% {
    transform: rotateY(0deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}

.how-it-works-sec-two {
  position: relative;
  padding: 80px 0;
}

@media (max-width: 991.98px) {
  .how-it-works-sec-two {
    padding: 50px 0;
  }
}

.how-it-works-sec-two .works-items {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--gray-100);
}

.how-it-works-sec-two .works-items .count {
  font-size: 44px;
  color: #392C7D;
  font-weight: 700;
  margin-right: 36px;
}

@media (max-width: 575.98px) {
  .how-it-works-sec-two .works-items .count {
    margin-right: 20px;
    font-size: 36px;
  }
}

.how-it-works-sec-two .works-items h5 {
  font-size: 18px;
}

.how-it-works-sec-two .works-items p {
  font-size: 14px;
}

.featured-instructor-slider .slick-slide>div {
  margin: 0 12px;
}

.featured-instructor-sec {
  position: relative;
  background-color: #392C7D;
  padding: 80px 0;
}

@media (max-width: 991.98px) {
  .featured-instructor-sec {
    padding: 50px 0;
  }
}

.featured-instructor-sec .featured-instructor-item {
  background-color: #342777;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #483D85;
  margin: 0 12px;
}

.featured-instructor-sec .featured-instructor-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.featured-instructor-sec .featured-instructor-img img {
  border-radius: 10px;
  transition: 0.3s;
}

.featured-instructor-sec .featured-instructor-img:hover img {
  transform: scale(1.1);
}

.featured-instructor-sec .featured-instructor-img .verify {
  background-color: var(--white);
  border-radius: 50px;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 10px;
  top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #03C95A;
}

.featured-instructor-sec .featured-instructor-img .fav-icon {
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: var(--white);
  border-radius: 50px;
  font-size: 16px;
  color: var(--gray-500);
  right: 10px;
  bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.featured-instructor-sec .featured-instructor-img .fav-icon:hover,
.featured-instructor-sec .featured-instructor-img .fav-icon.selected {
  color: #FF4667;
}

.featured-instructor-sec .featured-instructor-img .courses-tag {
  position: absolute;
  font-size: 13px;
  font-weight: 500;
  color: var(--gray-900);
  border: 1px solid var(--gray-900);
  border-radius: 50px;
  background-color: var(--white);
  padding: 4px 10px;
  right: 10px;
  top: 10px;
}

.featured-instructor-sec .featured-instructor-content h5 {
  color: var(--white);
}

.featured-instructor-sec .featured-instructor-content span {
  font-size: 14px;
  color: var(--light);
}

.featured-instructor-sec .slick-prev {
  z-index: 99;
  background: var(--white);
  border: 1px solid var(--gray-100);
  transform: matrix(-1, 0, 0, 1, 0, 0) translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 1.5rem;
  left: -12px;
  top: 50%;
}

@media (max-width: 575.98px) {
  .featured-instructor-sec .slick-prev {
    width: 35px;
    height: 35px;
    left: -7px;
  }
}

.featured-instructor-sec .slick-prev::before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  color: var(--dark);
  font-size: 16px;
  font-weight: 900;
}

.featured-instructor-sec .slick-prev:hover {
  background: #FF4667;
  color: var(--white);
}

.featured-instructor-sec .slick-prev:hover::before {
  color: var(--white);
}

.featured-instructor-sec .slick-next {
  z-index: 99;
  background: var(--white);
  border: 1px solid var(--gray-100);
  transform: matrix(-1, 0, 0, 1, 0, 0) translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 1.5rem;
  right: -12px;
  top: 50%;
}

@media (max-width: 575.98px) {
  .featured-instructor-sec .slick-next {
    width: 35px;
    height: 35px;
    right: -7px;
  }
}

.featured-instructor-sec .slick-next::before {
  font-family: "Font Awesome 5 Free";
  content: "\f053";
  font-size: 16px;
  font-weight: 900;
  color: var(--dark);
}

.featured-instructor-sec .slick-next:hover {
  background: #FF4667;
  color: var(--white);
  border-color: #FF4667;
}

.featured-instructor-sec .slick-next:hover::before {
  color: var(--white);
}

.faq-section {
  position: relative;
  padding: 80px 0;
}

@media (max-width: 991.98px) {
  .faq-section {
    padding: 50px 0;
  }
}

.faq-section .faq-bg2 {
  position: absolute;
  left: 10%;
  bottom: -10%;
}

.faq-section .faq-bg3 {
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 1199.98px) {
  .faq-section h2 {
    font-size: 30px;
  }
}

@media (max-width: 1199.98px) {
  .faq-section h2 {
    font-size: 26px;
  }
}

.faq-section .faq-img {
  position: relative;
  margin-right: 40px;
}

@media (max-width: 1399.98px) {
  .faq-section .faq-img {
    margin-right: 20px;
  }
}

@media (max-width: 1199.98px) {
  .faq-section .faq-img {
    margin-right: 0;
  }
}

@media (max-width: 991.98px) {
  .faq-section .faq-img {
    display: none;
  }
}

.faq-section .faq-img span {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 30px;
  background-color: #FFCD36;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 48px;
  color: var(--gray-900);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.faq-section .faq-img span i {
  animation: verticalRotate 5s linear infinite;
}

.faq-section .accordion-button {
  font-size: 18px;
  font-weight: 700;
  box-shadow: none;
  display: flex;
  justify-content: space-between;
  color: var(--gray-900);
  background-color: transparent;
}

@media (max-width: 575.98px) {
  .faq-section .accordion-button {
    font-size: 16px;
  }
}

.faq-section .accordion-button::after {
  display: none;
}

.faq-section .accordion-button i {
  transform: rotate(45deg);
  transition: 0.2s;
}

.faq-section .accordion-button.accordion-button.collapsed i {
  transform: rotate(90deg);
}

.latest-blog-five.latest-blog-three {
  background-color: transparent;
  padding: 80px 0;
}

@media (max-width: 991.98px) {
  .latest-blog-five.latest-blog-three {
    padding: 0 0 50px;
  }
}

.latest-blog-five.latest-blog-three .blog-date {
  color: var(--white);
  display: flex;
  align-items: center;
}

.latest-blog-five.latest-blog-three .blog-date i {
  font-size: 18px;
  margin-right: 5px;
}

.latest-blog-five.latest-blog-three .category {
  border: 1px solid var(--white);
  color: var(--white);
  padding: 4px 12px;
  border-radius: 40px;
  margin-right: 15px;
  font-weight: 500;
  font-size: 14px;
}

@media (max-width: 1199.98px) {
  .latest-blog-five.latest-blog-three .category {
    padding: 3px 10px;
    font-size: 13px;
  }
}

.latest-blog-five.latest-blog-three .event-span-three {
  margin-bottom: 8px;
}

.latest-blog-five.latest-blog-three .event-three-title h5 {
  font-size: 24px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1399.98px) {
  .latest-blog-five.latest-blog-three .event-three-title h5 {
    font-size: 20px;
  }
}

@media (max-width: 991.98px) {
  .latest-blog-five.latest-blog-three .event-three-title h5 {
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  .latest-blog-five.latest-blog-three .event-three-title h5 {
    font-size: 16px;
  }
}

.latest-blog-five.latest-blog-three .btn-view-all {
  padding: 7px 15px;
  background-color: var(--dark);
  color: var(--white);
  margin-top: 20px;
}

.latest-blog-five.latest-blog-three .btn-view-all:hover {
  background-color: #FF4667;
}

.feature-course-slider-2 .slick-list {
  margin: 0 -12px;
}

.feature-course-slider-2 .slick-slide {
  margin: 0 12px;
}

.section-header {
  margin-bottom: 40px;
}

.section-header .section-badge {
  display: inline-flex;
  padding: 5px 20px;
  border-radius: 40px;
  background: #FFEDF0;
  color: #FF4667;
  font-weight: 500;
  margin-bottom: 15px;
}

.section-header h2 {
  margin-bottom: 10px;
}

.favorite-course {
  background: var(--white);
  padding: 60px 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .favorite-course {
    padding: 40px 0;
  }
}

.favorite-course .bg-01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  height: 400px;
  z-index: -1;
}

@media (max-width: 991.98px) {
  .favorite-course .bg-01 {
    display: none;
  }
}

.favorite-course .owl-carousel .owl-nav.disabled {
  display: none;
}

.favorite-course .owl-carousel .owl-dots.disabled {
  display: flex;
  justify-content: center;
}

.favorite-course .owl-carousel .owl-dots.disabled .owl-dot {
  width: 7px;
  height: 7px;
  border-radius: 10px;
  background: var(--light);
  margin-right: 4px;
}

.favorite-course .owl-carousel .owl-dots.disabled .owl-dot.active {
  width: 7px;
  height: 7px;
  border-radius: 10px;
  background: #FF4667;
}

.benefits-section {
  background: url('benefit-bg.png') var(--dark);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0;
}

@media (max-width: 767.98px) {
  .benefits-section {
    padding: 40px 0;
  }
}

.benefits-section .section-badge {
  background: var(--gray-800);
}

.benefits-section .section-header {
  margin-bottom: 60px;
}

@media (max-width: 991.98px) {
  .benefits-section .section-header {
    margin-bottom: 40px;
  }
}

.benefits-item {
  text-align: center;
  padding: 0 20px;
}

.benefits-item .benefits-img {
  width: 90px;
  height: 90px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--gray-800);
  color: var(--white);
  border-radius: 80px;
  margin-bottom: 16px;
}

.benefits-item .benefits-img img {
  width: 43px;
}

.benefits-item .title {
  margin-bottom: 16px;
  color: var(--white);
}

.benefits-item:hover .benefits-img {
  background: #FF4667;
  animation: verticalRotate 0.5s linear 1;
}

.feature-section {
  background: var(--white);
  overflow: hidden;
  padding: 60px 0;
}

@media (max-width: 767.98px) {
  .feature-section {
    padding: 40px 0;
  }
}

.feature-section .bg-star-01 {
  position: absolute;
  top: -94px;
  left: -192px;
  z-index: 0;
}

.feature-section .bg-star-02 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.feature-section .nav-tabs {
  max-width: 700px;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 40px !important;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  background: transparent;
  position: relative;
  z-index: 1;
}

.feature-section .nav-tabs .nav-item {
  width: -moz-fit-content;
  width: fit-content;
}

.feature-section .nav-tabs .nav-item a {
  padding: 0 0 10px 0;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-flex;
  justify-content: center;
  font-weight: 500;
  color: var(--gray-900);
  border-width: 0 0 1px;
}

@media (max-width: 767.98px) {
  .feature-section .nav-tabs .nav-item a {
    width: 150px;
    margin-bottom: 10px;
  }
}

@media (max-width: 575.98px) {
  .feature-section .nav-tabs .nav-item a {
    width: 120px;
    margin-bottom: 10px;
  }
}

.feature-section .nav-tabs .nav-item a.active,
.feature-section .nav-tabs .nav-item a:hover {
  border-radius: 0;
  padding-bottom: 10px;
  color: #FF4667 !important;
}

.feature-section .nav-tabs .nav-item a.active {
  border-width: 0 0 2px;
  border-bottom-color: #FF4667 !important;
  background: transparent;
}

.feature-section .owl-carousel .owl-nav.disabled {
  display: none;
}

.feature-section .owl-carousel .owl-dots.disabled {
  display: flex;
  justify-content: center;
}

.feature-section .owl-carousel .owl-dots.disabled .owl-dot {
  width: 7px;
  height: 7px;
  border-radius: 10px;
  background: var(--light);
  margin-right: 4px;
}

.feature-section .owl-carousel .owl-dots.disabled .owl-dot.active {
  width: 7px;
  height: 7px;
  border-radius: 10px;
  background: #FF4667;
}

.nav-bottom .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

.nav-bottom .owl-dots .owl-dot {
  width: 7px;
  height: 7px;
  border-radius: 10px;
  background: #D6D4E4;
  margin-right: 4px;
}

.nav-bottom .owl-dots .owl-dot.active {
  width: 15px;
  height: 7px;
  border-radius: 10px;
  background: #FF4667;
}

.counter-trending-cover {
  background: var(--white);
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
}

.counter-trending-cover .instructor-bg {
  position: absolute;
  bottom: 30%;
  left: 0;
  width: 330px;
  height: 429px;
  z-index: -1;
}

@media (max-width: 991.98px) {
  .counter-trending-cover .instructor-bg {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .counter-trending-cover {
    padding-bottom: 40px;
  }
}

.counter-trending-cover .counter-section {
  background: var(--dark);
  position: relative;
  border-radius: 20px;
  padding: 60px;
  margin-bottom: 60px;
}

@media (max-width: 767.98px) {
  .counter-trending-cover .counter-section {
    padding: 40px;
    margin-bottom: 40px;
  }
}

.counter-trending-cover .counter-section .counter-bg-01 {
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: 0;
  animation: moveDiagonal 4s ease-in-out infinite;
}

.counter-trending-cover .counter-section .counter-bg-02 {
  position: absolute;
  top: 130px;
  right: 50px;
  z-index: 0;
  animation: moveDiagonal 4s ease-in-out infinite;
}

.counter-trending-cover .counter-section .counter-item {
  padding-right: 20px;
  position: relative;
}

.counter-trending-cover .counter-section .counter-item.no-border::after {
  content: none;
}

.counter-trending-cover .counter-section .counter-item::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  top: 0;
  right: 0;
  background: linear-gradient(90deg, #5C28D4 0%, #392C7D 100%);
}

@media (max-width: 991.98px) {
  .counter-trending-cover .counter-section .counter-item::after {
    content: none;
  }
}

@media (max-width: 767.98px) {
  .counter-trending-cover .counter-section .counter-item::after {
    width: 0;
    height: 0;
  }
}

.counter-trending-cover .counter-section .counter-item h2 {
  margin-bottom: 10px;
}

.counter-trending-cover .trending-instruction .instructor-card {
  box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.1803921569);
  text-align: center;
}

.counter-trending-cover .trending-instruction .instructor-card .instructor-image {
  position: relative;
  margin: 0 auto 16px;
}

.counter-trending-cover .trending-instruction .instructor-card .instructor-image img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  margin: 0 auto;
}

.counter-trending-cover .trending-instruction .instructor-card .instructor-image .verify {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 20px;
  background: var(--white);
  width: 32px;
  height: 32px;
}

.counter-trending-cover .trending-instruction .instructor-card .instructor-image .verify img {
  width: auto;
  height: auto;
}

.counter-trending-cover .trending-instruction .instructor-card .instructor-image .fav-icon {
  display: inline-flex;
  align-items: center;
  padding: 5px;
  border-radius: 30px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  color: var(--gray-900);
}

.counter-trending-cover .trending-instruction .instructor-card .instructor-image .fav-icon:hover,
.counter-trending-cover .trending-instruction .instructor-card .instructor-image .fav-icon.selected {
  color: #FF4667;
}

.counter-trending-cover .trending-instruction .instructor-card .instructor-content {
  text-align: center;
}

.counter-trending-cover .trending-instruction .instructor-card .instructor-content p {
  font-size: 14px;
  margin-bottom: 8px;
}

.counter-trending-cover .trending-instruction .owl-carousel .owl-nav.disabled {
  display: none;
}

.counter-trending-cover .trending-instruction .owl-carousel .owl-dots.disabled {
  display: flex;
  justify-content: center;
}

.social-icons a {
  width: 20px;
  height: 20px;
  background: var(--light);
  border-radius: 50%;
  color: var(--dark);
  margin-right: 8px;
  font-size: 10px;
}

.social-icons a:hover {
  background: var(--dark);
  color: var(--white);
}

.social-icons a:last-child {
  margin-right: 0;
}

.subsribe-section {
  background: url('subscribe-bg.png') var(--dark);
  background-repeat: no-repeat;
  background-position: left bottom;
  position: relative;
}

.subsribe-section .bg-05 {
  position: absolute;
  top: 50px;
  left: -70px;
  animation: moveDiagonal 4s ease-in-out infinite;
}

.subsribe-section .contact-section {
  padding: 78px 0;
}

@media (max-width: 767.98px) {
  .subsribe-section .contact-section {
    padding: 40px 0;
  }
}

.subsribe-section .contact-section .subcribe-form {
  position: relative;
  background: var(--white);
  border-radius: 70px;
}

.subsribe-section .contact-section .subcribe-form span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 32px;
  font-size: 16px;
  color: var(--gray-500);
}

.subsribe-section .contact-section .subcribe-form .form-control {
  height: 72px;
  border: 0;
  padding: 10px 125px 10px 54px;
  background: transparent;
  font-size: 16px;
}

@media (max-width: 991.98px) {
  .subsribe-section .contact-section .subcribe-form .form-control {
    font-size: 14px;
    height: 60px;
  }
}

.subsribe-section .contact-section .subcribe-form .btn {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 16px;
}

@media (max-width: 767.98px) {
  .subsribe-section .contact-section .subcribe-form .btn {
    font-size: 14px;
  }
}

.subsribe-section .bg-01 {
  position: absolute;
  bottom: 0;
  right: 35px;
  z-index: 0;
}

.subsribe-section .bg-02 {
  position: absolute;
  bottom: 0;
  right: 100px;
}

.subsribe-section .bg-03 {
  position: absolute;
  top: 85px;
  left: 105px;
  animation: verticalRotate 5s linear infinite;
}

.subsribe-section .bg-04 {
  position: absolute;
  top: 125px;
  right: 40px;
  animation: upDown 3s ease-in-out infinite;
}

.skill-section {
  background: var(--white);
  padding: 60px 0;
}

@media (max-width: 767.98px) {
  .skill-section {
    padding: 40px 0;
  }
}

.skill-section .img-01 {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

@media (max-width: 575.98px) {
  .skill-section .img-01 {
    margin-bottom: 20px;
  }
}

.skill-section .img-02 {
  height: 100%;
  width: 100%;
  border-radius: 10px;
}

.skill-section .img-03 {
  height: 100%;
  width: 100%;
  border-radius: 10px;
}

@media (max-width: 575.98px) {
  .skill-section .img-03 {
    margin-bottom: 20px;
  }
}

.skill-section .img-04 {
  position: absolute;
  width: 152px;
  height: 145px;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.skill-section .img-05 {
  position: absolute;
  width: 132px;
  height: 78px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 1;
}

.skill-image {
  padding-right: 35px;
}

@media (max-width: 1199.98px) {
  .skill-image {
    padding-left: 0;
  }
}

@media (max-width: 991.98px) {
  .skill-image {
    display: none;
  }
}

.skill-content h2 {
  font-size: 44px;
  margin-bottom: 24px;
  max-width: 470px;
}

@media (max-width: 1199.98px) {
  .skill-content h2 {
    font-size: 36px;
  }
}

@media (max-width: 767.98px) {
  .skill-content h2 {
    font-size: 28px;
  }
}

.skill-content p {
  margin-bottom: 24px;
}

.skill-content .skill-list p {
  font-weight: 500;
  margin-bottom: 16px;
}

.skill-content .skill-list p:last-child {
  margin-bottom: 0;
}

.cliets-section {
  background: var(--dark);
  padding: 23px 0;
}

.cliets-section img {
  height: 30px;
}

.cliets-section dots.disabled,
.cliets-section .owl-carousel .owl-nav.disabled {
  display: none;
}

.about-us {
  background: var(--white);
  padding: 60px 0;
  position: relative;
  z-index: 1;
}

.about-us .about-bg-01 {
  position: absolute;
  left: -80px;
  top: -250px;
  z-index: -1;
}

.about-us .about-bg-02 {
  position: absolute;
  width: 400px;
  height: 400px;
  top: -5px;
  right: 0;
  z-index: -1;
}

@media (max-width: 767.98px) {
  .about-us {
    padding: 40px 0;
  }
}

.about-us .about-us-content {
  position: relative;
  margin-bottom: 60px;
}

@media (max-width: 767.98px) {
  .about-us .about-us-content {
    margin-bottom: 40px;
  }
}

.about-us .about-us-content .about-us-head {
  margin-bottom: 40px;
}

.about-us .about-us-content .about-us-head h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  text-align: start;
}

@media (max-width: 767.98px) {
  .about-us .about-us-content .about-us-head h2 {
    font-size: 28px;
    line-height: 38px;
  }
}

@media (max-width: 575.98px) {
  .about-us .about-us-content .about-us-head h2 {
    font-size: 24px;
    line-height: 34px;
  }
}

.about-us .about-us-content .about-us-head p {
  font-weight: 500;
}

.about-us .about-us-content .owl-carousel .owl-nav.disabled {
  display: none;
}

.about-us .about-us-content .owl-carousel .owl-dots.disabled {
  display: flex;
  justify-content: start;
}

.about-us .about-us-content .img-section {
  position: relative;
  padding-left: 70px;
}

@media (max-width: 1199.98px) {
  .about-us .about-us-content .img-section {
    padding-left: 0;
  }
}

.about-us .about-us-content .img-section .enrolled-list-cover {
  display: inline-flex;
  box-shadow: 0px 4px 4px 0px rgba(212, 212, 212, 0.2509803922);
  border-radius: 30px 30px 0px 30px;
  background: var(--dark);
  position: absolute;
  left: 0;
  top: 10px;
  padding: 20px;
  z-index: 1;
}

.about-us .about-us-content .img-section .enrolled-list-cover .enrolled-list {
  border-radius: 30px 30px 0px 30px;
}

.about-us .about-us-content .img-section .enrolled-list-cover .enrolled-list .avatar-list-stacked {
  margin-bottom: 10px;
}

.about-us .about-us-content .img-section .enrolled-list-cover .enrolled-list p {
  font-size: 14px;
}

.about-us .about-us-content .img-section .about-img {
  border-radius: 10px;
}

.about-us .about-us-content .img-section .arrow {
  position: absolute;
  top: 10%;
  left: -100px;
  z-index: 0;
}

@media (max-width: 991.98px) {
  .about-us .about-us-content .img-section {
    display: none;
  }
}

.about-us .apply-role-section .role-item {
  box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.1803921569);
  border: 1px solid var(--gray-100);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  padding: 40px;
}

@media (max-width: 767.98px) {
  .about-us .apply-role-section .role-item {
    padding: 30px;
  }
}

@media (max-width: 575.98px) {
  .about-us .apply-role-section .role-item {
    padding: 20px;
  }
}

.about-us .apply-role-section .role-item .btn {
  z-index: 99;
  padding: 8px 16px;
}

.about-us .apply-role-section .role-item .role-bg {
  width: 383px;
  position: absolute;
  top: 35px;
  left: 265px;
  z-index: 0;
}

.about-us .apply-role-section .role-item .role-img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-height: 210px;
}

.about-us .apply-role-section .role-item::before {
  content: "";
  background: url('role-bg-01.png');
  background-repeat: no-repeat;
  background-position: right bottom;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

@media (max-width: 1199.98px) {
  .about-us .apply-role-section .role-item::before {
    width: 55%;
    height: 55%;
    background-size: contain;
  }
}

.about-us .apply-role-section .role-item.student-bg .role-img {
  right: 25px;
}

.about-us .apply-role-section .role-item.student-bg::before {
  /* background-image: url("../"); */
}

@media (max-width: 767.98px) {
  .about-us .apply-role-section .role-item.student-bg::before {
    display: none;
  }
}

#review-carousel.nav-bottom .owl-dots {
  justify-content: start;
}

.review-item {
  position: relative;
  border: 1px solid var(--gray-100);
  border-radius: 10px;
  padding: 20px;
  background: var(--white);
  margin-bottom: 24px;
}

.review-item .rating {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  gap: 4px;
}

.review-item .rating i {
  color: var(--gray-500);
}

.review-item .rating i.selected {
  color: #FFC107;
}

.review-item .title {
  margin-bottom: 10px;
}

.review-item p {
  margin-bottom: 30px;
}

.review-item .review-user img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.review-item .review-user p {
  font-size: 14px;
}

@keyframes upDown {
  0% {
    transform: translateY(0);
  }

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

  100% {
    transform: translateY(0);
  }
}

@keyframes downUp {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(20px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes verticalRotate {
  0% {
    transform: rotateY(0deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}

@keyframes moveDiagonal {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(25px, 25px);
  }

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

@keyframes myAnim {

  0%,
  50%,
  100% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.course-slider-slick .slick-dots li {
  width: 7px;
  height: 7px;
  border-radius: 10px;
  background: #D6D4E4;
  margin-right: 4px;
}

.course-slider-slick .slick-dots li.slick-active {
  width: 15px;
  height: 7px;
  border-radius: 10px;
  background: #FF4667;
}

.course-slider-slick .slick-list {
  margin: 0 -12px;
}

.course-slider-slick .slick-slide {
  margin: 0 12px;
}

.home-3 .botton-1 {
  font-size: 16px;
  font-weight: 500;
  padding: 9px 16px;
  border-radius: 40px;
  background: #FF4667;
  color: var(--white);
}

@media (max-width: 767.98px) {
  .home-3 .botton-1 {
    font-size: 14px;
    font-weight: 400;
    padding: 6px 12px;
  }
}

.home-3 .botton-1:hover {
  background: #392C7D;
}

.home-3 .section-header-1 {
  display: flex;
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  .home-3 .section-header-1 {
    margin-bottom: 30px;
  }
}

@media (max-width: 575.98px) {
  .home-3 .section-header-1 {
    margin-bottom: 24px;
    display: block;
  }
}

.home-3 .section-header-1 .section-sub-head h2 {
  font-size: 32px;
  margin-bottom: 0;
  font-weight: 700;
  color: var(--gray-900);
  line-height: 48px;
}

@media (max-width: 767.98px) {
  .home-3 .section-header-1 .section-sub-head h2 {
    font-size: 28px;
  }
}

@media (max-width: 575.98px) {
  .home-3 .section-header-1 .section-sub-head h2 {
    font-size: 24px;
  }
}

.home-3 .section-header-1 .section-sub-head span {
  color: #FF4667;
  font-size: 18px;
  font-weight: 700;
  display: block;
  line-height: 24px;
}

@media (max-width: 575.98px) {
  .home-3 .section-header-1 .section-sub-head {
    margin-bottom: 24px;
    display: block;
  }
}

.home-3 .home-3-header {
  position: fixed;
  width: 100%;
}

.home-3 .home-slide-text {
  position: relative;
  z-index: 1;
}

.home-3 .home-slide-text h5 {
  color: var(--gray-500);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.home-3 .home-slide-text p {
  margin-bottom: 30px;
}

@media (max-width: 575.98px) {
  .home-3 .home-slide-text p {
    font-size: 14px;
    margin-bottom: 2px;
  }
}

.home-3 .banner-image img {
  width: 100%;
}

@media (max-width: 991.98px) {
  .home-3 .banner-image {
    display: none;
  }
}

.home-3 .location-search .form-control {
  padding-right: 160px;
}

.home-3 .bg-search {
  background-color: #6255a4;
  border: 1px solid #6255a4;
  color: #fff;
}

.home-3 .bg-search a {
  font-size: 14px;
  color: #fff;
}

.home-3 .bg-search:hover {
  background-color: #54469f;
  border: 1px solid #54469f;
  color: #fff;
}

.home-3 .trust-user {
  position: relative;
  z-index: 1;
}

.home-3 .trust-user h5 {
  color: var(--gray-500);
  margin-bottom: 10px;
}

.home-3 .banner-content {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.home-3 .banner-content .form-inner {
  padding: 10px;
  background-color: var(--white);
  border-radius: 35px;
  width: 100%;
  border: 0;
  max-width: 740px;
}

@media (max-width: 575.98px) {
  .home-3 .banner-content .form-inner {
    border-radius: 10px;
  }
}

.home-3 .banner-content .input-group {
  background: var(--white);
  border-radius: 130px;
  padding-left: 12px;
}

@media (max-width: 575.98px) {
  .home-3 .banner-content .input-group {
    display: block;
    padding: 0;
  }
}

.home-3 .banner-content .input-group .search-icon {
  display: flex;
  align-items: center;
  color: #FF4667;
}

@media (max-width: 575.98px) {
  .home-3 .banner-content .input-group .search-icon {
    display: none;
  }
}

.home-3 .banner-content .input-group .form-control::placeholder {
  color: var(--gray-400);
}

.home-3 .banner-content .input-group .input-group-prepend {
  margin-right: 0;
}

.home-3 .banner-content .form-control {
  background: var(--white);
  border-radius: 40px;
  border: 0;
  height: 44px;
  color: var(--gray-900);
  font-size: 14px;
  margin-right: 10px;
}

.home-3 .banner-content .form-control.catecory-mentor {
  background: #FFDAE0;
  margin: 0px 10px;
  font-size: 14px;
  color: #22100D;
}

@media (max-width: 575.98px) {
  .home-3 .banner-content .form-control {
    width: 100%;
    margin: 0;
  }
}

.home-3 .banner-content .select2-container--focus .select2-selection--single {
  background-color: #FFDAE0 !important;
}

.home-3 .banner-content .select2-container {
  border-radius: 50px !important;
  background-color: #FFDAE0;
  z-index: unset;
}

.home-3 .banner-content .select2-container .select2-selection--single {
  border: 0;
  align-items: center;
  display: flex;
  background: transparent;
  height: 44px;
}

@media (max-width: 575.98px) {
  .home-3 .banner-content .select2-container .select2-selection--single {
    width: 100%;
  }
}

.home-3 .banner-content .select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
  padding-left: 15px;
}

.home-3 .banner-content .select2-container--default.select2-container--open.select2-container {
  border-radius: 3px;
}

.home-3 .banner-content .select2-container--default .select2-selection--single {
  border-radius: 50px !important;
}

.home-3 .banner-content .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: auto;
}

.home-3 .banner-content .sub-btn {
  background: #FF4667;
  border-radius: 50px !important;
  font-weight: bold;
  border-color: #FF4667;
  margin: 0px;
  font-size: 16px;
  line-height: 18px;
  padding: 10px 15px;
  color: #fff;
  width: 44px;
}

.home-3 .banner-content .sub-btn:hover {
  background: #392C7D !important;
  border-color: #392C7D !important;
}

@media (max-width: 575.98px) {
  .home-3 .banner-content .sub-btn {
    width: 100%;
  }
}

.home-3 .rate-head h2 {
  margin-right: 20px;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .home-3 .rate-head h2 {
    font-size: 36px;
    line-height: 38px;
  }
}

@media (max-width: 575.98px) {
  .home-3 .rate-head h2 {
    font-size: 28px;
    line-height: 32px;
  }
}

.home-3 .trust-rating .rating {
  margin-bottom: 0;
}

.home-3 .trust-rating .rating i {
  padding: 0 8px 0 0;
}

.home-3 .rating {
  list-style: none;
  margin: 0 0 7px;
  padding: 0;
  width: 100%;
}

.home-3 .rating h2 {
  font-size: 48px;
  font-weight: 700;
  margin: 0 8px 0 0;
}

@media (max-width: 767.98px) {
  .home-3 .rating h2 {
    font-size: 36px;
    line-height: 38px;
  }
}

@media (max-width: 575.98px) {
  .home-3 .rating h2 {
    font-size: 28px;
    line-height: 32px;
  }
}

.home-3 .rating i {
  color: #dedfe0;
}

.home-3 .rating i.filled {
  color: #FFB54A;
}

.home-3 .drop-detail {
  width: 174px;
  display: flex;
  margin: 0px 17px;
  border-radius: 50px !important;
  border: 0;
  height: 44px;
}

.home-3 .drop-detail .form-select {
  border: 0;
  border-radius: 50px;
  background-color: #FFDAE0;
  font-size: 14px;
}

.home-3 .drop-detail .form-select:focus {
  box-shadow: none;
}

@media (max-width: 575.98px) {
  .home-3 .drop-detail {
    width: 100%;
    margin: 0 0 5px;
  }
}

.home-3 .select2-dropdown {
  border: 1px solid #FFDAE0;
}

.home-3 .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #22100D;
  border-style: solid;
  border-width: 0 2px 2px 0;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: -5px;
  margin-left: -11px;
}

.home-3 .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: #1B2559;
  border-width: 2px 0 0 2px;
  padding: 3px;
  margin-top: 1px;
}

.home-3 .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #FFDAE0;
  color: #22100D;
  font-size: 14px;
}

.home-3 .select2-results__option {
  font-size: 14px;
}

.home-3 .banner-content .sub-btn:hover,
.home-3 .banner-content .sub-btn:focus {
  background: #fc7f50;
  border-color: #fc7f50;
}

.home-3 .section-sub-head h2 {
  font-size: 32px;
  margin-bottom: 0;
  font-weight: 700;
  color: var(--gray-900);
  letter-spacing: 0.9px;
}

.home-3 .section-sub-head span {
  color: #FF4667;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 18px;
  display: block;
  letter-spacing: 0.9px;
}

.home-3 .section-text {
  max-width: 700px;
  color: var(--gray-500);
  font-size: 16px;
  font-weight: 500;
}

.home-3 .online-course {
  border-radius: 20px;
  padding: 25px;
  position: relative;
  background: var(--white);
}

.home-3 .online-course h4 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
}

.home-3 .course-inner-content {
  margin-left: 20px;
}

.home-3 .course-inner-content h4 {
  margin-bottom: 8px;
  font-weight: 700;
  color: var(--gray-900);
}

.home-3 .course-inner-content p {
  color: var(--gray-500);
  font-size: 16px;
  margin-bottom: 0;
}

.home-3 .course-radius {
  border-radius: 20px;
  width: 100%;
  border: 1px solid #e9ecef;
}

.home-3 .blur-border {
  padding: 3px;
  border-radius: 10px;
}

.home-3 .blur-border.course-radius {
  padding: 1px;
  border-radius: 20px;
}

.home-3 .course-full-width {
  width: 100%;
  display: flex;
  position: relative;
  top: 0;
  transition: top ease 0.5s;
}

.home-3 .course-full-width:hover {
  top: -10px;
  transition: top ease 0.5s;
}

.home-3 .student-course {
  position: relative;
  margin-top: -60px;
}

.home-3 .how-it-works {
  background: var(--white);
  padding: 80px 0;
  position: relative;
}

@media (max-width: 991.98px) {
  .home-3 .how-it-works {
    padding: 50px 0;
  }
}

.home-3 .feature-box {
  position: relative;
  z-index: 9;
  width: 100%;
  margin-bottom: 58px;
  background: #FFFFFF;
  border: 1px solid #e9ecef;
  box-shadow: -11.729px -11.729px 32px rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  margin-right: 30px;
}

.home-3 .feature-bg {
  padding: 25px;
  width: 100%;
  border-radius: 10px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  margin-right: 30px;
}

.home-3 .feature-bg:hover {
  background: #413655;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.home-3 .feature-bg p {
  color: var(--gray-500);
  font-size: 14px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  margin-bottom: 0px;
}

.home-3 .slick-dots button {
  width: 15px;
  height: 8px;
  border-radius: 50px;
  background: var(--gray-100);
}

.home-3 .slick-dots .slick-active {
  width: 50px;
  height: 8px;
  border-radius: 50px;
  background: #FF4667;
}

.home-3 .slick-dots .slick-active button {
  background: transparent;
}

.home-3 .slick-slide {
  margin-right: 24px;
}

@media (max-width: 575.98px) {
  .home-3 .slick-slide {
    margin-right: 0;
  }
}

.home-3 .feature-bg:hover p,
.home-3 .feature-bg:hover .feature-text {
  color: #fff;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.home-3 .feature-header {
  margin-bottom: 10px;
}

.home-3 .feature-icon {
  margin-right: 15px;
  font-size: 30px;
  width: 105px;
  border-radius: 100px;
  height: 105px;
  display: flex;
  display: -ms-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  color: #fff;
  margin: 0 auto;
}

.home-3 .mentoring-course .slick-dots {
  bottom: -40px;
}

.home-3 .feature-heading {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.home-3 .feature-text {
  font-size: 20px;
  color: var(--gray-900);
  font-weight: 700;
  margin-top: 24px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  margin-bottom: 4px;
}

.home-3 .new-course {
  padding: 80px 0px 56px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.home-3 .new-course:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
}

@media (max-width: 991.98px) {
  .home-3 .new-course {
    padding: 50px 0 26px;
  }
}

.home-3 .new-course .home-three-sec-bg .sec-bg-01 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.home-3 .new-course .home-three-sec-bg .sec-bg-02 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

@media (max-width: 1199.98px) {
  .home-3 .new-course .course-item .btn-xl {
    padding: 9px 9px;
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {
  .home-3 .new-course {
    padding-bottom: 0;
  }
}

.home-3 .course-info .course-view img,
.home-3 .course-info .rating-img img {
  width: 18px;
}

.home-3 .course-view {
  margin-left: auto;
}

.home-3 .color-active {
  color: red;
  font-weight: 700;
}

.home-3 .average-rating span {
  color: var(--gray-500);
}

.home-3 .master-skill {
  padding: 80px 0px 0px;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .home-3 .master-skill {
    padding: 50px 0 0;
  }
}

.home-3 .rotate-box {
  position: relative;
  transform: rotate(30deg);
}

.home-3 .certified-item {
  border: 1px solid var(--gray-100);
  border-radius: 5px;
  padding: 20px;
}

.home-3 .certified-item p {
  margin-bottom: 0;
  color: var(--gray-900);
  margin-left: 10px;
  font-weight: 500;
}

.home-3 .certified-group {
  border-radius: 5px;
  position: relative;
  top: 0;
  transition: top ease 0.5s;
  width: 100%;
  border: 1px solid #e9ecef;
}

.home-3 .certified-group:hover {
  top: -10px;
}

.home-3 .certified-img {
  background: #FFEDF0;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.home-3 .get-certified {
  background: var(--white);
  padding: 20px;
  border-radius: 5px;
}

.home-3 .get-certified p {
  margin-bottom: 0;
  color: var(--gray-900);
  font-size: 16px;
  margin-left: 10px;
  font-weight: 500;
}

.home-3 .career-img {
  position: relative;
  text-align: center;
}

.home-3 .career-img .master-bg {
  position: absolute;
  z-index: -1;
}

.home-3 .career-img .float-img-01 {
  position: absolute;
  top: -55px;
  left: 0;
}

.home-3 .career-img .float-img-02 {
  position: absolute;
  top: -70px;
  right: 0;
}

.home-3 .career-img .float-img-03 {
  position: absolute;
  bottom: 105px;
  left: -34px;
}

.home-3 .career-img .float-img-04 {
  position: absolute;
  bottom: 0;
  right: -35px;
}

@media (max-width: 991.98px) {
  .home-3 .career-img {
    display: none;
  }
}

.home-3 .career-group {
  margin-bottom: 80px;
}

@media (max-width: 991.98px) {
  .home-3 .career-group {
    margin-bottom: 50px;
  }
}

.home-3 .trend-course {
  padding: 80px 0px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .home-3 .trend-course {
    padding: 50px 0;
  }
}

.home-3 .trend-course .home-three-sec-bg .sec-bg-01 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.home-3 .trend-course .home-three-sec-bg .sec-bg-02 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.home-3 .trending-course {
  position: relative;
}

.home-3 .trending-course .slick-dots {
  bottom: -40px;
}

.home-3 .trend-box {
  background: transparent;
  padding: 0;
}

.home-3 .feature-instructors {
  padding-top: 80px;
}

@media (max-width: 991.98px) {
  .home-3 .feature-instructors {
    padding-top: 50px;
  }
}

.home-3 .feature-instructors .instructor-item.instructor-item-two {
  box-shadow: none;
}

.home-3 .feature-head {
  margin: auto;
}

.home-3 .feature-head h2 {
  margin-bottom: 25px;
}

.home-3 .instructors-course .slick-dots {
  bottom: -40px;
}

.home-3 .slick-dots {
  bottom: -40px;
}

.home-3 .student-count i {
  display: flex;
  align-items: center;
  color: #FF5364;
  margin-right: 17px;
}

.home-3 .student-count span {
  color: var(--gray-500);
  font-size: 16px;
}

.home-3 .lead-companies {
  padding: 80px 0;
}

.home-3 .lead-companies .owl-carousel .owl-stage {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

@media (max-width: 991.98px) {
  .home-3 .lead-companies {
    padding: 50px 0;
  }
}

.home-3 .owl-carousel .owl-item .lead-img img {
  width: auto;
}

.home-3 .trust-lead .get-certified {
  padding: 20px;
}

.home-3 .trust-lead .certified-img img {
  top: inherit;
  left: inherit;
}

.home-3 .share-knowledge {
  padding: 80px 0px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .home-3 .share-knowledge {
    padding: 50px 0;
  }
}

.home-3 .share-knowledge .home-three-sec-bg .sec-bg-01 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.home-3 .share-knowledge .home-three-sec-bg .sec-bg-02 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.home-3 .share-knowledge .knowledge-img {
  padding-right: 24px;
}

@media (max-width: 991.98px) {
  .home-3 .share-knowledge .knowledge-img {
    padding-right: 0;
  }
}

.home-3 .join-mentor h2 {
  margin-bottom: 8px;
}

.home-3 .join-mentor p {
  margin-bottom: 16px;
}

.home-3 .latest-blog {
  padding: 80px 0px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .home-3 .latest-blog {
    padding: 50px 0;
  }
}

.home-3 .latest-blog .home-three-sec-bg .sec-bg-01 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.home-3 .latest-blog .home-three-sec-bg .sec-bg-02 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.home-3 .blogs-slide .blog-widget {
  border: 1px solid #e9ecef;
  margin-bottom: 24px;
  padding: 0;
}

.home-3 .blogs-slide .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.home-3 .blogs-slide .slick-dots {
  bottom: -10px;
}

.home-3 .blog-widget .instructors-img {
  padding: 0;
}

.home-3 .enroll-group {
  background: linear-gradient(90deg, rgba(161, 196, 253, 0.79) 0%, rgba(194, 233, 251, 0.36) 100%);
  -webkit-backdrop-filter: blur(35px);
          backdrop-filter: blur(35px);
  border-radius: 20px;
  padding: 24px;
  margin: 80px 0px 50px;
}

@media (max-width: 991.98px) {
  .home-3 .enroll-group {
    margin: 50px 0;
  }
}

.home-3 .enroll-group .enroll-course {
  margin-bottom: 0px;
}

.home-3 .enroll-group .enroll-course .enroll-img {
  background: var(--white);
  border-radius: 10px;
  width: 60px;
  height: 60px;
  border: 4px solid var(--gray-100);
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767.98px) {
  .home-3 .enroll-group .enroll-course {
    justify-content: center;
  }
}

.home-3 .course-count {
  color: var(--gray-500);
}

.home-3 .course-count p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  color: var(--gray-500);
}

.home-3 .course-count h3 {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 4px;
  color: #342777;
}

.home-3 .icon-group {
  padding-top: 17px;
}

.home-3 .icon-group .enroll-course {
  margin-bottom: 24px;
  position: relative;
  top: 0;
  transition: top ease 0.5s;
  cursor: pointer;
}

.home-3 .icon-group .enroll-course:hover {
  top: -10px;
}

.home-3 .enroll-course {
  margin-bottom: 24px;
}

.home-3 .user-love {
  padding: 80px 0px;
  background: var(--gray-900);
  min-height: 500px;
}

.home-3 .user-love .section-sub-head span {
  color: var(--white);
  padding-bottom: 0;
  margin-bottom: 8px;
}

.home-3 .user-love .section-sub-head h2 {
  color: var(--white);
}

.home-3 .white-header span,
.home-3 .white-header h2 {
  color: #fff;
}

.home-3 .become-instructors {
  padding: 80px 0px 80px;
  position: relative;
}

.home-3 .become-instructors .become-instructors-bg1 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.home-3 .become-instructors .become-instructors-bg2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 991.98px) {
  .home-3 .become-instructors {
    padding: 50px 0;
  }
}

.home-3 .student-mentor {
  background: #392C7D;
  padding: 40px 40px 0;
  border-radius: 20px;
  color: var(--gray-500);
  position: relative;
}

.home-3 .student-mentor h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 4px;
  color: var(--white);
}

.home-3 .top-instructors {
  padding-bottom: 40px;
}

.home-3 .top-instructors p {
  margin-bottom: 20px;
  color: var(--light);
}

.home-3 .yellow-mentor {
  background: var(--dark);
}

.home-3 .testimonial-four {
  padding: 80px 0 0;
  position: relative;
}

@media (max-width: 991.98px) {
  .home-3 .testimonial-four {
    padding: 50px 0 0;
  }
}

.home-3 .testimonial-four::before {
  content: "";
  background: var(--gray-900);
  height: 500px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.home-3 .testimonial-four .slick-list {
  border: 14px solid #ededed;
  max-width: 70%;
  margin: auto;
  border-radius: 45px;
  background-image: linear-gradient(142.13deg, rgba(255, 255, 255, 0.28) 1.8%, rgba(255, 255, 255, 0.31) 99.75%);
  -webkit-backdrop-filter: blur(151.39px);
          backdrop-filter: blur(151.39px);
}

@media (max-width: 767.98px) {
  .home-3 .testimonial-four .slick-list {
    max-width: 100%;
    border-radius: 20px;
    border-width: 10px;
  }
}

.home-3 .testimonial-four .testimonial-content {
  max-width: 85%;
  border: 0;
  background: none;
  margin: 0 auto;
}

.home-3 .testimonial-four .testimonial-content p {
  font-size: 20px;
  color: var(--white);
  font-weight: 500;
  font-style: italic;
  margin-bottom: 43px;
}

@media (max-width: 991.98px) {
  .home-3 .testimonial-four .testimonial-content p {
    font-size: 16px;
    margin-bottom: 24px;
  }
}

.home-3 .testimonial-four .h-four {
  padding-bottom: 140px;
}

.home-3 .testimonial-four .slick-slide img {
  transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}

.home-3 .testimonial-four .slick-prev {
  left: 20%;
  z-index: 99;
  background: var(--white);
  width: 60px;
  height: 60px;
  border-radius: 0;
}

.home-3 .testimonial-four .slick-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  color: #392C7D;
  font-weight: 600;
}

@media (max-width: 991.98px) {
  .home-3 .testimonial-four .slick-prev {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 767.98px) {
  .home-3 .testimonial-four .slick-prev {
    left: 6%;
  }
}

.home-3 .testimonial-four .slick-next {
  right: 22%;
  background: var(--white);
  width: 60px;
  height: 60px;
  border-radius: 0;
}

.home-3 .testimonial-four .slick-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  color: #392C7D;
  font-weight: 600;
}

@media (max-width: 991.98px) {
  .home-3 .testimonial-four .slick-next {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 767.98px) {
  .home-3 .testimonial-four .slick-next {
    right: 6%;
  }
}

.home-3 .review {
  width: 100%;
}

.home-3 .mentor-testimonial {
  z-index: 9;
}

.home-3 .mentor-testimonial .slick-slide {
  margin-right: 0;
}

.home-3 .testimonial-bg-left img {
  transform: translate(-50%, 50%);
  position: absolute;
  top: 50%;
  left: 174px;
}

.home-3 .testimonial-bg-left,
.home-3 .testimonial-bg-right,
.home-3 .testimonial-bg-top {
  position: relative;
}

.home-3 .testimonial-bg-right img {
  transform: translate(-50%, 50%);
  position: absolute;
  top: 50%;
  right: -125px;
}

.home-3 .testimonial-bg-top img {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50px;
  left: 38%;
}

.home-3 .user-img {
  margin-bottom: 5px;
}

.home-3 .user-img img {
  margin: auto;
  border-radius: 50px;
  width: 80px;
  height: 80px;
  border: 3px solid var(--white);
}

.home-3 .user-img h6 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.home-3 .testimonial-quotes {
  position: relative;
  left: -30px;
  z-index: 99;
  top: 0;
  margin-bottom: 15px;
}

@media (max-width: 991.98px) {
  .home-3 .testimonial-quotes {
    width: 60px;
  }
}

@media (max-width: 767.98px) {
  .home-3 .testimonial-quotes {
    width: 40px;
    left: 0;
  }
}

.home-3 .testimonial-four .slick-prev,
.home-3 .testimonial-four .slick-next {
  top: 62%;
  border-radius: 50px;
}

.home-3 .testimonial-four .slick-prev:hover,
.home-3 .testimonial-four .slick-next:hover,
.home-3 .testimonial-four .swiper-button-prev:hover,
.home-3 .testimonial-four .swiper-button-next:hover {
  color: #fff;
  background: #FF4667;
  opacity: 1;
}

.home-3 .testimonial-four .slick-prev:hover:before,
.home-3 .testimonial-four .slick-prev:focus:before,
.home-3 .testimonial-four .slick-next:hover:before,
.home-3 .testimonial-four .slick-next:focus:before,
.home-3 .testimonial-four .swiper-button-prev:hover:before,
.home-3 .testimonial-four .swiper-button-next:hover:before {
  color: #fff;
  opacity: 1;
}

.home-3 .testimonial-four .slick-next:focus,
.home-3 .testimonial-four .slick-prev:focus {
  background: #FF4667;
}

.home-3 [dir=rtl] .testimonial-four .slick-prev:before {
  content: "→";
}

.home-3 [dir=rtl] .testimonial-four .slick-next:before {
  content: "←";
}

.home-3 .testimonial-all {
  padding: 40px;
  position: relative;
}

@media (max-width: 767.98px) {
  .home-3 .testimonial-all {
    padding: 24px;
  }
}

.home-3 .testimonial-icon {
  position: relative;
}

.home-3 .testimonial-icon img {
  position: absolute;
  right: -40px;
  top: 0px;
}

.home-3 .testimonial-user h6 {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
}

.home-3 .testimonial-user span {
  color: var(--gray-500);
}

@media (max-width: 767.98px) {
  .home-3 .testimonial-user span {
    color: var(--white);
  }
}

.home-3 .mentor-img img {
  height: 230px;
  bottom: 0;
  right: 40px;
  position: absolute;
}

.expert-item {
  border: 1px solid var(--gray-100);
  border-radius: 20px;
  padding: 24px;
  display: flex;
  align-items: center;
  background: var(--white);
  position: relative;
  top: 0;
  transition: 0.5 ease all;
}

.expert-item .expert-img {
  margin-right: 24px;
}

.expert-item .expert-content h4 {
  margin-bottom: 4px;
}

.expert-item:hover {
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transition: 0.5 ease all;
}

.blog-wrap {
  background: var(--white);
  border-radius: 10px;
  margin-bottom: 50px;
}

.blog-wrap .blog-img {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 10px 10px 0 0;
  padding-bottom: 0;
}

.blog-wrap .blog-img img {
  width: 100%;
  transform: translateZ(0);
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}

.blog-wrap .blog-content {
  padding: 20px;
}

.blog-wrap .blog-content h5 {
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-wrap .blog-content .blog-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.blog-wrap .blog-content .blog-category {
  font-weight: 500;
  color: #392C7D;
  text-decoration: underline;
}

.blog-wrap .blog-content .blog-date i {
  margin-right: 8px;
  color: #FF4667;
}

.blog-wrap:hover .blog-img img {
  transform: scale(1.15);
}

.footer.footer-three {
  background: #392C7D;
}

.footer.footer-three p {
  color: var(--white);
  font-size: 16px;
}

.footer.footer-three .footer-title {
  color: var(--white);
  position: relative;
  margin-bottom: 24px;
}

.footer.footer-three .footer-title::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 20px;
  background: #FF4667;
  bottom: -8px;
  border-radius: 10px;
  left: 0;
}

.footer.footer-three .footer-title::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 9px;
  background: #FF4667;
  bottom: -8px;
  border-radius: 10px;
  left: 23px;
}

.footer.footer-three a {
  color: var(--light);
}

.footer.footer-three .contact-infos span {
  font-size: 14px;
  font-weight: 600;
  color: var(--light);
  margin-bottom: 4px;
  display: block;
}

.footer.footer-three .contact-infos p {
  font-size: 14px;
  color: var(--white);
}

.footer.footer-three .footer-bottom {
  background: #392C7D;
  border-top: 1px solid #483D85;
}

.footer.footer-three .footer-bottom .copyright-text p {
  font-size: 14px;
  color: var(--light);
}

.footer.footer-three .footer-bottom .copyright-text p a {
  color: #FF4667;
}

.footer.footer-three .footer-bottom .copyright-text p a:hover {
  color: var(--white);
}

@media (max-width: 767.98px) {
  .footer.footer-three .footer-bottom .copyright-text {
    text-align: center;
  }
}

.footer.footer-three .footer-bottom .privacy-link {
  display: flex;
  align-items: center;
  justify-content: end;
}

@media (max-width: 767.98px) {
  .footer.footer-three .footer-bottom .privacy-link {
    justify-content: center;
  }
}

.footer.footer-three .footer-bottom .privacy-link a {
  display: block;
  font-size: 14px;
  position: relative;
  margin: 0 8px 0 0;
  padding: 0 14px 0 0;
  color: var(--light);
}

.footer.footer-three .footer-bottom .privacy-link a:hover {
  color: #FF4667;
}

.footer.footer-three .footer-bottom .privacy-link a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background: #FF4667;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0;
}

.footer.footer-three .footer-bottom .privacy-link a:last-child {
  margin: 0;
  padding: 0;
}

.footer.footer-three .footer-bottom .privacy-link a:last-child::after {
  content: none;
}

@media (max-width: 991.98px) {
  .home-3 .rate-head h2 {
    font-size: 36px;
  }

  .home-3 .rating h2 {
    font-size: 36px;
  }

  .home-3 .student-mentor {
    padding: 30px;
  }

  .home-3 .top-instructors {
    padding-bottom: 0;
  }
}

.home-3 .privacy-link {
  display: flex;
  align-items: center;
  justify-content: end;
}

.home-4 .banner-form {
  margin-bottom: 30px;
}

.home-4 .banner-form .input-group {
  background: var(--white);
  padding-left: 0;
  align-items: center;
}

@media (max-width: 575.98px) {
  .home-4 .banner-form .input-group {
    display: block;
  }
}

.home-4 .banner-form .form-inner1 {
  background: var(--white);
  border: 1px solid var(--gray-100);
  box-shadow: 0px 4px 14px 0px rgba(219, 219, 219, 0.2509803922);
  border-radius: 10px;
  max-width: 856px;
  padding: 10px;
  width: 100%;
}

.home-4 .banner-form .select2-container .select2-selection--single {
  border: 0;
  align-items: center;
  display: flex;
  background: var(--white);
  height: 40px;
  border-right: 1px solid var(--gray-100);
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .home-4 .banner-form .select2-container .select2-selection--single {
    border: 0;
  }
}

.home-4 .banner-form .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 39px;
}

.home-4 .banner-form .form-control {
  border: 0;
  background: transparent;
  margin-right: 10px;
}

@media (max-width: 575.98px) {
  .home-4 .banner-form .form-control {
    width: 100%;
    margin: 0 0 5px 0;
  }
}

.home-4 .banner-form button {
  border-radius: 5px !important;
  min-width: 105px;
  padding: 12px 15px;
}

@media (max-width: 575.98px) {
  .home-4 .banner-form button {
    width: 100%;
    padding: 10px;
    font-size: 14px;
  }
}

.home-4 .banner-content h1 {
  color: #392C7D;
  max-width: 627px;
  margin-bottom: 15px;
}

@media (max-width: 1399.98px) {
  .home-4 .banner-content h1 {
    font-size: 54px;
  }
}

@media (max-width: 1199.98px) {
  .home-4 .banner-content h1 {
    font-size: 40px;
  }
}

@media (max-width: 991.98px) {
  .home-4 .banner-content h1 {
    font-size: 36px;
  }
}

@media (max-width: 767.98px) {
  .home-4 .banner-content h1 {
    font-size: 28px;
  }
}

.home-4 .banner-content h6 {
  font-size: 18px;
  font-weight: 700;
  color: #FF4667;
  margin-bottom: 15px;
  text-decoration: underline;
}

.home-4 .banner-content p {
  margin-bottom: 30px;
}

.home-4 .trust-user p {
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 16px;
  color: var(--gray-900);
}

.home-4 .trust-user .rating i {
  font-size: 14px;
  margin-right: 4px;
}

.home-4 .trust-user .rating i.filled {
  color: #FFC107;
}

.home-4 .trust-user .rating span {
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 575.98px) {
  .home-4 .shapes {
    display: none;
  }
}

.home-4 .shapes-one {
  position: absolute;
  right: 20%;
  top: 0;
  z-index: -1;
}

.home-4 .shapes-two {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.home-4 .shapes-four {
  position: absolute;
  width: 78px;
  left: 0;
  bottom: 10px;
  z-index: -1;
}

.home-4 .shapes-middle {
  position: absolute;
  left: 60%;
  top: 17%;
  bottom: 0;
  z-index: -1;
}

.home-4 .about-section li {
  display: flex;
  margin: 20px 0;
}

.home-4 .about-section li .list-icon {
  text-transform: capitalize;
}

.home-4 .about-section li .list-icon img {
  width: 20px;
  margin-right: 10px;
}

.home-4 .about-section .section-header {
  margin-bottom: 24px;
}

.home-4 .about-section .section-header h6 {
  margin-bottom: 15px;
}

.home-4 .about-image {
  background: var(--white);
  box-shadow: 0px 4px 4px 0px rgba(212, 212, 212, 0.2509803922);
  border-radius: 10px;
  padding: 20px;
  transition: all 1.5s;
}

.home-4 .about-image:hover {
  transform: translateY(-10px);
  box-shadow: none;
}

.home-4 .join-title-one {
  max-width: 515px;
}

.home-4 .join-title-one h3 {
  margin-bottom: 8px;
}

.home-4 .join-title-one p {
  margin-bottom: 24px;
}

.home-4 .join-title-one ul li {
  position: relative;
  padding-left: 28px;
  font-weight: 500;
  margin-bottom: 16px;
}

.home-4 .join-title-one ul li:last-child {
  margin-bottom: 0;
}

.home-4 .join-title-one ul li::before {
  content: "ؐ";
  font-family: "iconsax" !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
  color: #03C95A;
  font-size: 20px;
}

.home-4 .testimonial-sec {
  background-image: url('map-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 60px 0 60px;
  width: 100%;
}

@media (max-width: 991.98px) {
  .home-4 .testimonial-sec {
    padding: 50px 0;
  }
}

.home-4 .testimonial-sec .section-header h2 {
  margin-bottom: 4px;
}

.home-4 .testimonial-two-img {
  margin-bottom: 40px;
}

.home-4 .trending-course-sec {
  padding: 60px 0 60px;
}

@media (max-width: 991.98px) {
  .home-4 .trending-course-sec {
    padding: 50px 0;
  }
}

.home-4 .trending-course-main {
  margin-bottom: 40px;
}

.home-4 .about-section {
  padding: 60px 0 60px;
  position: relative;
}

@media (max-width: 991.98px) {
  .home-4 .about-section {
    padding: 50px 0;
  }
}

.home-4 .about-section .about-bg .about-01 {
  position: absolute;
  left: 0;
  top: 10%;
  width: 96px;
  height: 165px;
  z-index: -1;
}

.home-4 .about-section .about-bg .about-02 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 350px;
  height: 350px;
  z-index: -1;
}

.home-4 .about-section .about-bg .about-03 {
  position: absolute;
  bottom: 60px;
  right: 30%;
  width: 350px;
  height: 330px;
  z-index: -1;
}

.home-4 .about-section .stylist-gallery {
  position: relative;
  padding-left: 24px;
}

@media (max-width: 991.98px) {
  .home-4 .about-section .stylist-gallery {
    padding-left: 0;
  }
}

.home-4 .about-section .stylist-gallery .image-1 {
  position: relative;
}

.home-4 .about-section .stylist-gallery .single-image {
  margin-bottom: 30px;
}

.home-4 .about-count {
  text-align: center;
}

.home-4 .about-count .course-img {
  margin-bottom: 24px;
}

.home-4 .about-count .course-img img {
  width: 80px;
}

.home-4 .about-count h4 {
  margin-bottom: 4px;
}

.home-4 .about-image.count-one h4 {
  color: #03C95A;
}

.home-4 .about-image.count-two h4 {
  color: #FF4667;
}

.home-4 .about-image.count-three h4 {
  color: #FFC107;
}

.home-4 .about-image.count-four h4 {
  color: #392C7D;
}

.home-4 .count-content-three p {
  font-weight: 500;
}

.home-4 .about-content p {
  margin-bottom: 24px;
}

.home-4 .about-content .about-img {
  margin-bottom: 24px;
}

.home-4 .about-content .about-img img {
  border-radius: 10px;
}

.home-4 .patter-bg .patter-one {
  position: absolute;
  left: -5rem;
  bottom: 18rem;
}

.home-4 .featured-courses-sec {
  padding: 60px 0px 60px;
  position: relative;
}

@media (max-width: 991.98px) {
  .home-4 .featured-courses-sec {
    padding: 50px 0;
  }
}

.home-4 .featured-info {
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.home-4 .skills-item {
  margin-bottom: 40px;
  border-bottom: 1px solid var(--gray-100);
  padding-bottom: 40px;
}

.home-4 .skills-item:last-child {
  padding: 0;
  margin: 0;
  border: 0;
}

.home-4 .skills-wrap {
  background: var(--light-900);
  border-radius: 10px;
  padding: 50px;
}

.home-4 .skills-wrap h3 {
  margin-bottom: 8px;
}

.home-4 .skills-wrap p {
  margin-bottom: 24px;
}

.home-4 .skills-wrap ul li {
  font-weight: 500;
  margin-bottom: 16px;
}

.home-4 .skills-wrap .join-mentor-img {
  position: relative;
  margin-left: 50px;
}

.home-4 .skills-wrap .join-mentor-img>img {
  border-radius: 10px;
}

.home-4 .skills-wrap .join-mentor-img .joing-icon-award {
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 25px;
  left: -50px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 575.98px) {
  .home-4 .skills-wrap .join-mentor-img .joing-icon-award {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 575.98px) {
  .home-4 .skills-wrap .join-mentor-img .joing-icon-award img {
    width: 24px;
  }
}

.home-4 .skills-wrap .join-mentor-img .joing-icon-award .joing-icon-two {
  position: absolute;
  bottom: 75px;
  right: -35px;
}

.home-4 .skills-wrap .join-mentor-img .joing-icon-award .joing-icon-three {
  position: absolute;
  bottom: 50px;
  left: -40px;
}

.home-4 .skills-wrap.skill-center .join-mentor-img {
  margin: 0 50px 0 0;
}

.home-4 .skills-wrap.skill-center .join-mentor-img .joing-icon-award {
  right: -50px;
  left: auto;
}

.home-4 .master-skills-sec {
  padding: 60px 0 60px;
}

@media (max-width: 991.98px) {
  .home-4 .master-skills-sec {
    padding: 50px 0;
  }
}

.home-4 .course-count-two {
  margin-left: 0 !important;
  box-shadow: 0px 4px 24px 0px rgba(220, 220, 220, 0.2509803922);
  border-radius: 10px;
  padding: 24px;
  background: var(--white);
}

.home-4 .course-count-two h4 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

.home-4 .course-count-two p {
  font-weight: 500;
  margin-bottom: 0;
}

.home-4 .feature-instructors-sec {
  background: var(--white);
  padding: 60px 0 60px;
}

@media (max-width: 991.98px) {
  .home-4 .feature-instructors-sec {
    padding: 50px 0;
  }
}

.home-4 .feature-instructors-sec .featured-img {
  background: var(--white);
  box-shadow: 0px 4px 4px rgba(159, 159, 159, 0.25);
  border-radius: 50%;
  padding: 10px;
  align-items: center;
  display: flex;
  text-align: center;
}

.home-4 .feature-instructors-sec .featured-img img {
  width: 30px;
}

.home-4 .feature-instructors-sec .course-info {
  border-bottom: 1px solid var(--gray-100);
  padding: 0;
  margin: 0;
}

.home-4 .feature-instructors-sec .student-count {
  padding: 20px 0 0;
}

.home-4 .feature-instructors-sec .student-count i {
  color: #FF4667;
}

.home-4 .course-details-two {
  position: relative;
  padding: 0 20px 20px;
  transition: 0.7s;
}

.home-4 .knowledge-sec {
  width: 100%;
  background: var(--light-700);
}

.home-4 .knowledge-sec .joing-content {
  margin-left: 24px;
}

@media (max-width: 767.98px) {
  .home-4 .knowledge-sec .joing-content {
    margin-left: 16px;
  }
}

.home-4 .knowledge-sec .joing-group {
  padding: 30px;
}

@media (max-width: 1199.98px) {
  .home-4 .knowledge-sec .joing-group {
    padding: 24px;
  }
}

@media (max-width: 991.98px) {
  .home-4 .knowledge-sec .joing-group {
    padding: 40px;
  }
}

@media (max-width: 767.98px) {
  .home-4 .knowledge-sec .joing-group {
    padding: 30px;
  }
}

.home-4 .knowledge-sec .section-header h2 {
  max-width: 520px;
}

@media (max-width: 1199.98px) {
  .home-4 .knowledge-sec .section-header h2 {
    font-size: 30px;
  }
}

@media (max-width: 991.98px) {
  .home-4 .knowledge-sec .section-header h2 {
    font-size: 28px;
  }
}

@media (max-width: 767.98px) {
  .home-4 .knowledge-sec .section-header h2 {
    font-size: 24px;
  }
}

.home-4 .knowledge-sec .featured-img-1 {
  width: 100%;
  float: left;
  /* background-image: url(../img/feature/feature-28.jpg); */
  height: 777px;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 991.98px) {
  .home-4 .knowledge-sec .featured-img-1 {
    display: none;
  }
}

.home-4 .knowledge-sec .joing-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  outline: none;
}

.home-4 .knowledge-sec .joing-list .joing-header {
  display: flex;
  display: -ms-flexbox;
  margin-bottom: 45px;
}

@media (max-width: 1199.98px) {
  .home-4 .knowledge-sec .joing-list .joing-header {
    margin-bottom: 20px;
  }
}

.home-4 .knowledge-sec .joing-list li:last-child .joing-header {
  margin-bottom: 0;
}

.home-4 .knowledge-sec .joing-list .joing-icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
  padding: 0px;
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}

@media (max-width: 991.98px) {
  .home-4 .knowledge-sec .joing-list .joing-icon {
    width: 55px;
    height: 55px;
  }
}

.home-4 .knowledge-sec .joing-list .title {
  margin-bottom: 10px;
}

.home-4 .real-reviews-sec {
  position: relative;
  background: var(--light-300);
  padding: 60px 0 60px;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .home-4 .real-reviews-sec {
    padding: 50px 0;
  }
}

.home-4 .real-reviews-sec .review-bg {
  position: absolute;
  bottom: 30%;
  left: 0;
  z-index: -1;
  width: 350px;
  height: 350px;
}

@media (max-width: 991.98px) {
  .home-4 .real-reviews-sec .review-bg {
    display: none;
  }
}

.home-4 .reviews-img {
  position: relative;
  padding-right: 50px;
}

@media (max-width: 991.98px) {
  .home-4 .reviews-img {
    display: none;
  }
}

.home-4 .reviews-img .review-icon {
  position: absolute;
  top: 40px;
  right: 0;
}

.home-4 .featured-instructor-two {
  margin-bottom: 16px;
}

.home-4 .pattern-review {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
  padding: 0px;
  width: 70px;
  height: 70px;
}

.home-4 .real-reviews-group {
  padding: 0 0 60px;
}

@media (max-width: 991.98px) {
  .home-4 .real-reviews-group {
    padding-bottom: 50px;
  }
}

.home-4 .slide-nav-8 button.owl-next,
.home-4 .slide-nav-8 button.owl-prev {
  background: transparent;
  text-shadow: none;
  top: 0px;
  margin-top: 0;
  cursor: pointer;
  border: 0;
  color: var(--gray-700);
  margin-bottom: 0px;
  transform: rotate(0deg);
  font-size: 20px;
}

.home-4 .slide-nav-8 button.owl-next:hover,
.home-4 .slide-nav-8 button.owl-prev:hover {
  color: #FF4667;
}

.home-4 .real-reviews .owl-nav button.owl-next span,
.home-4 .real-reviews .owl-nav button.owl-prev span {
  font-size: 34px;
  line-height: 25px;
  transform: rotate(0deg);
  display: flex;
  padding-left: 6px;
  padding-bottom: 3px;
}

.home-4 .real-reviews .owl-nav button.owl-next {
  margin-left: 10px;
}

.home-4 .real-reviews-grid {
  margin-bottom: 60px;
}

@media (max-width: 991.98px) {
  .home-4 .real-reviews-grid {
    margin-bottom: 24px;
  }
}

.home-4 .real-reviews-grid .review-content h3 {
  margin-bottom: 20px;
}

.home-4 .real-reviews-grid .review-content p {
  margin-bottom: 20px;
}

.home-4 .real-reviews-grid .review-info h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.home-4 .real-reviews-grid .review-info h6 {
  font-weight: 600;
  font-size: 16px;
  color: #FF4667;
}

.home-4 .award-winning-two {
  margin-bottom: 50px;
}

.home-4 .latest-blog-sec {
  background: var(--white);
  padding: 60px 0 60px;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .home-4 .latest-blog-sec {
    padding: 50px 0;
  }
}

.home-4 .latest-blog-sec .blog-bg {
  position: absolute;
  right: 0;
  bottom: 60px;
  z-index: -1;
}

@media (max-width: 991.98px) {
  .home-4 .latest-blog-sec .blog-bg {
    display: none;
  }
}

.home-4 .latest-blog-widget {
  position: relative;
}

.home-4 .latest-blog-widget .latest-blog-img img {
  border-radius: 5px;
}

.home-4 .event-blog-main {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
}

.home-4 .event-blog-main .latest-blog-img img {
  border-radius: 5px;
  width: 100%;
}

.home-4 .event-blog-main:hover .latest-blog-img img {
  transform: scale(1.15);
}

.home-4 .latest-blog-img {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.home-4 .latest-blog-img:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.105) 0%, rgba(0, 0, 0, 0.7) 100%);
  content: "";
  position: absolute;
  border-radius: 5px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 0.7s;
}

.home-4 .latest-blog-img img {
  transform: translateZ(0);
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}

.home-4 .blog-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 20px 20px;
  transition: 0.7s;
}

.home-4 .blog-content .category-name {
  font-weight: 600;
  background: #03C95A;
  margin-bottom: 17px;
  padding: 4px 10px;
  border-radius: 4px;
  display: inline-block;
  color: var(--white);
}

.home-4 .blog-content .title {
  font-size: 24px;
  margin-bottom: 17px;
  color: var(--white);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 991.98px) {
  .home-4 .blog-content .title {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .home-4 .blog-content .title {
    font-size: 16px;
  }
}

.home-4 .blog-content .blog-date {
  display: flex;
  align-items: center;
  color: var(--white);
}

.home-4 .blog-content .blog-date i {
  margin-right: 5px;
}

.home-4 .blog-student-count {
  color: var(--white);
}

.home-4 .more-details {
  margin-top: 16px;
}

.lead-img img {
  height: 28px;
  width: auto;
}

.topcategory-sec {
  padding: 60px 0px 60px;
  background: var(--light-300);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

@media (max-width: 991.98px) {
  .topcategory-sec {
    padding: 50px 0;
  }
}

.vision-section {
  background: #392C7D;
  padding: 60px 0;
}

@media (max-width: 991.98px) {
  .vision-section {
    padding: 50px 0;
  }
}

.vision-section .vision-item {
  background: var(--white);
  border-radius: 10px;
  padding: 24px;
  display: flex;
  align-items: center;
}

.vision-section .vision-item .vision-icon {
  background: var(--light);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}

.vision-section .vision-item p {
  font-weight: 500;
}

.accordion-item {
  background: var(--white);
  border-color: var(--gray-100);
}

.home-five-slide-face {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.banner-slide-img {
  display: flex;
  align-items: end;
}

@media (max-width: 991.98px) {
  .banner-slide-img {
    display: none;
  }
}

.home-five-slide-text h1 {
  font-weight: 700;
  font-size: 52px;
  letter-spacing: 0.02em;
  margin-bottom: 15px;
}

@media (max-width: 1399.98px) {
  .home-five-slide-text h1 {
    font-size: 46px;
  }
}

@media (max-width: 1199.98px) {
  .home-five-slide-text h1 {
    font-size: 36px;
  }
}

@media (max-width: 991.98px) {
  .home-five-slide-text h1 {
    font-size: 30px;
  }
}

.home-five-slide-face h1 span {
  color: #FF4667;
}

.home-five .drop-detail-three {
  width: 164px;
  display: flex;
  margin: 0px 15px 0 0;
  border-radius: 50px !important;
  border: 0;
  height: 44px;
  background-color: var(--light);
}

.home-five-slide-text h5 {
  background: #FF4667;
  border-radius: 30px;
  display: inline-flex;
  padding: 12px;
  font-weight: 500;
  font-size: 14px;
  align-items: center;
  color: var(--white);
  margin-bottom: 15px;
}

.home-five-slide-text p {
  margin-bottom: 35px;
}

.home-five-slide .girl-slide-img img {
  width: 500px;
  margin-top: 104px;
}

.search-icon5 {
  padding: 10px 10px 10px 20px;
  font-size: 24px;
  border-left: 1px solid var(--gray-100);
}

@media (max-width: 575.98px) {
  .search-icon5 {
    border: none;
    padding: 10px 10px 10px 1px;
  }
}

.banner-three-content .form-inner-three {
  background: var(--white);
  box-shadow: 0px 4px 4px rgba(216, 216, 216, 0.25);
  border-radius: 10px;
  padding: 10px;
  width: 100%;
  border: 0;
  max-width: 100%;
}

.banner-three-content .select2-container .select2-selection--single {
  border: 0;
  align-items: center;
  text-align: center;
  font-size: 14px;
  display: flex;
  background: var(--light);
  height: 56px;
}

.banner-three-content .form-control {
  background: var(--white);
  border: 0;
  padding: 0;
  height: 56px;
  color: #000;
  font-size: 15px;
  font-size: 14px;
  margin-right: 10px;
}

@media (max-width: 575.98px) {
  .banner-three-content .form-control {
    margin-right: 0;
  }
}

.banner-three-content .input-group .search-icon {
  display: flex;
  align-items: center;
  color: #F66962;
}

.form-three-select .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: red !important;
  color: var(--white);
  font-size: 14px;
}

.banner-three-content .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: auto;
}

.banner-three-content .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #392C7D;
  color: #585858;
  font-size: 14px;
}

.banner-three-content .select2-dropdown {
  border: 1px solid #ffdeda;
}

.banner-three-content .sub-btn {
  background: #392C7D;
  border-radius: 10px;
  border: 1px solid #392C7D;
  margin: 0px;
  font-size: 18px;
  line-height: 18px;
  padding: 10px 15px;
  color: #fff;
  width: 60px;
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  transition: all 0.5s;
}

.banner-three-content .sub-btn:hover {
  background: #FF4667;
  border-radius: 10px;
  border: 1px solid #FF4667;
  margin: 0px;
  font-size: 18px;
  line-height: 18px;
  padding: 10px 15px;
  color: #fff;
  width: 60px;
  border-right: 1px solid #F4F4F4 !important;
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

@media (max-width: 575.98px) {
  .banner-three-content .sub-btn {
    width: 100%;
  }
}

.banner-three-content .input-group> :not(:nth-child(2)) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 14px;
}

.banner-three-content .input-group .search-icon {
  display: flex;
  align-items: center;
  color: #DEDEDE;
}

.banner-three-content .form-inner-three .input-group::placeholder {
  font-weight: 400;
  font-size: 14px;
  color: var(--gray-300);
}

.home-five .slick-dots li {
  width: 14px;
  height: 14px;
}

.student-course {
  position: relative;
  margin-top: -60px;
}

.student-course-five .course-details-three {
  border-color: var(--gray-100);
}

.course-details-three {
  border: 1px solid #F4F4F4;
  box-shadow: 0px 4px 14px rgba(231, 231, 231, 0.25);
  border-radius: 10px;
  padding: 24px;
  background: var(--white);
  width: 100%;
  display: -ms-flexbox;
  align-items: center;
  display: flex;
  position: relative;
  top: 0;
  transition: all 0.5s;
}

.course-details-three:hover {
  top: -10px;
  transition: all 0.5s;
}

.course-details-three .course-content-three h4 {
  font-weight: 700;
  font-size: 24px;
}

.course-details-three .course-content-three p {
  color: var(--gray-600);
  margin-bottom: 0;
}

.course-count-three {
  color: #000000;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
}

.course-content-three {
  margin-left: 8px;
}

.course-count-three .course-img img {
  width: 92px;
}

.master-three-images {
  position: relative;
  max-width: 513px;
}

@media (max-width: 991.98px) {
  .master-three-images {
    margin: 0 auto 24px;
  }
}

@media (max-width: 991.98px) {
  .master-three-images .master-img {
    margin-bottom: 0;
  }
}

.master-img {
  animation: up-down 3s ease-in-out infinite alternate-reverse both;
  position: relative;
  padding: 0 0 50px 35px;
}

@media (max-width: 575.98px) {
  .master-img {
    padding: 0 0 30px 20px;
  }
}

.master-img::before {
  position: absolute;
  content: "";
  width: 231px;
  height: 231px;
  background-color: #0DD3A3;
  border-radius: 50%;
  right: 8px;
  top: 80px;
  z-index: -1;
}

@media (max-width: 575.98px) {
  .master-img::before {
    right: 6%;
    top: 53px;
    width: 100px;
    height: 100px;
  }
}

.master-img .master-skill-image1 {
  border-radius: 30px;
  width: 400px;
}

@media (max-width: 575.98px) {
  .master-img .master-skill-image1 {
    width: 70%;
  }
}

.master-img .master-skill-image2 {
  border-radius: 30px;
  margin-top: -60%;
  z-index: 1;
  position: relative;
}

@media (max-width: 575.98px) {
  .master-img .master-skill-image2 {
    width: 50%;
  }
}

.master-img .master-bg1 {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
}

@media (max-width: 575.98px) {
  .master-img .master-bg1 {
    width: 50%;
    left: 0;
  }
}

.master-img .master-bg2 {
  position: absolute;
  right: 39px;
  top: 18%;
}

@media (max-width: 575.98px) {
  .master-img .master-bg2 {
    width: 80px;
  }
}

.master-img .master-bg4 {
  position: absolute;
  bottom: 0;
  left: 5px;
  z-index: -1;
}

@media (max-width: 767.98px) {
  .master-img .master-bg4 {
    width: 55%;
  }
}

.master-img .master-bg5 {
  position: absolute;
  bottom: 35px;
  left: 95px;
  z-index: -2;
}

@media (max-width: 767.98px) {
  .master-img .master-bg5 {
    width: 45%;
  }
}

.master-skill-content {
  padding-left: 40px;
}

@media (max-width: 1199.98px) {
  .master-skill-content {
    padding-left: 0;
  }
}

.master-skill-three {
  padding: 80px 0;
  position: relative;
}

.master-skill-three .home-five-head {
  margin-bottom: 20px;
}

.master-skill-three .home-five-content {
  margin-bottom: 24px;
}

.home-five-content {
  margin-bottom: 40px;
}

.home-five-content p {
  margin-bottom: 0;
}

.master-three-vector {
  position: absolute;
  right: 0;
  top: 25rem;
  bottom: 0;
  animation: up-down 3s ease-in-out infinite alternate-reverse both;
}

.master-three-right {
  position: absolute;
  bottom: 0;
  top: 10rem;
  right: 9.9rem;
}

.vector-layer-one {
  position: absolute;
  left: 0;
  top: 4rem;
  width: 505px;
  z-index: -1;
  background-repeat: no-repeat;
}

.vector-layer-two {
  position: absolute;
  right: 12rem;
  top: 5.3rem;
  width: 92px;
  height: 83px;
  background-repeat: no-repeat;
}

.skils-icon {
  background: var(--white);
  border: 1px solid var(--gray-100);
  box-shadow: 0px 4px 14px 0px rgba(219, 219, 219, 0.2509803922);
  align-items: center;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 16px;
  padding: 0px;
  width: 60px;
  height: 60px;
}

.skils-icon-item {
  position: relative;
  top: 0;
  transition: top ease 0.5s;
}

.skils-icon-item:hover {
  top: -10px;
  transition: top ease 0.5s;
}

.home-five-head {
  margin-bottom: 40px;
}

.home-five .see-all a {
  font-weight: 500;
  color: #FF4667;
}

.home-five .see-all a:hover {
  color: #392C7D;
}

.home-five .owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 0px 5px;
  background: #DEDEDE;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.home-five .accelerate-two {
  position: absolute;
  right: 0;
  bottom: 50rem;
}

.home-five .swiper-slide {
  flex-shrink: unset;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.home-five .become-content {
  margin-bottom: 20px;
  width: 400px;
  position: relative;
  z-index: 11111;
}

.home-five .become-content h2 {
  color: var(--white);
  margin-bottom: 20px;
}

.home-five .become-content h4 {
  font-weight: 500;
  font-size: 20px;
  color: var(--white);
}

.home-five .become-content p {
  color: var(--light);
  font-size: 16px;
}

.home-five .testimonial-item-five {
  background: var(--white);
  box-shadow: 0px 4px 24px rgba(100, 100, 100, 0.25);
  border-radius: 10px;
  background-position: center;
  background-size: cover;
  width: 455px;
  padding: 20px;
}

@media (max-width: 575.98px) {
  .home-five .testimonial-item-five {
    width: 300px;
  }
}

.home-five .testimonial-item-five .testimonial-users {
  display: flex;
  align-items: center;
  padding: 20px 0 0;
}

.home-five .testimonial-item-five .testimonial-users .imgbx {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}

.home-five .testimonial-item-five .testimonial-users .imgbx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-five .testimonial-item-five .testimonial-users .imgbx img span {
  font-weight: 400;
  font-size: 14px;
}

.home-five .testimonial-item-five .testimonial-users h6 {
  font-weight: 600;
  font-size: 16px;
}

.home-five .testimonial-item-five .testimonial-users p {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0;
}

.home-five .testimonial-ratings {
  border-bottom: 1px solid var(--gray-100);
  font-size: 14px;
  padding-bottom: 20px;
}

.home-five .testimonial-ratings .rating {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.home-five .testimonial-ratings .rating span {
  font-weight: 400;
  font-size: 14px;
  color: #736969;
  margin-left: 5px;
}

.home-five .testimonial-ratings .rating p {
  margin-left: 8px;
  margin-bottom: 0;
}

.home-five .testimonial-content {
  padding: 20px 0;
}

.home-five .testimonial-content p {
  font-size: 16px;
  margin-bottom: 0;
}

.home-five .btn-default {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  background: #392C7D;
  border-radius: 5px;
  min-width: 159px;
  height: 44px;
  padding: 10px;
  overflow: hidden;
  text-transform: initial;
  box-shadow: inset 0 0 0 0 #fff;
  transition: all 0.5s;
}

.home-five .btn-default:hover {
  background-color: var(--white);
  border-color: #392C7D;
  color: var(--white) !important;
  box-shadow: inset 0 50px 0 0 #392C7D;
  transition: all 0.5s;
}

.favourite-course-sec .mentoring-course .owl-stage {
  padding-top: 0;
}

.home-five-head h2 {
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 0px;
  position: relative;
}

.home-five-head h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 70px;
  height: 4px;
  background: linear-gradient(89.96deg, #7B1FFE 2.92%, #FED700 50.8%, #1CBEEF 99.71%);
  left: 0;
  right: 0;
  bottom: 0;
}

.home-five-favourite {
  position: relative;
}

.home-five-favourite .category-sec {
  padding: 80px 0;
  border-top: 1px solid var(--gray-100);
}

@media (max-width: 991.98px) {
  .home-five-favourite .category-sec {
    padding: 50px 0;
  }
}

@media (max-width: 991.98px) {
  .home-five-favourite .slick-dots li {
    margin: 0 2px;
  }
}

.home-five-favourite:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 230px;
  background: var(--light-900);
  text-align: center;
  left: 0;
  right: 0;
  bottom: -30px;
  z-index: -1;
}

.home-five-favourite .more-set a {
  background-color: #392C7D;
}

.home-five-favourite .categories-content h3 {
  font-weight: 700;
  font-size: 18px;
  transition: 0.7s;
}

.home-five-favourite .mentoring-course .owl-stage {
  padding-top: 0px;
}

.favourite-carousel .slick-list {
  margin: 0 -12px;
}

.favourite-carousel .slick-slide {
  margin: 0 12px;
}

.favourite-box {
  background: var(--white);
  border: 1px solid var(--gray-100);
  box-shadow: 0px 4px 14px 0px rgba(231, 231, 231, 0.2509803922);
  border-radius: 10px;
  display: flex;
  padding: 20px;
  align-items: center;
  transition: 0.7s;
  text-align: center;
  margin-bottom: 40px;
}

.favourite-box .categories-icon {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--light-900);
  border-radius: 5px;
  margin: 0 auto 12px;
}

.favourite-box:hover {
  background: #392C7D;
  cursor: pointer;
  border: 1px solid #392C7D;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  transition: 0.7s;
}

.favourite-box:hover .categories-content h3 {
  color: var(--white);
  transition: 0.7s;
}

.favourite-box:hover .categories-content h3 a {
  color: var(--white);
}

.favourite-box:hover .instructors-info p {
  color: var(--white);
  transition: 0.7s;
}

.favourite-box .instructors-info {
  justify-content: center;
}

.favourite-box .instructors-info p {
  font-weight: 500;
  font-size: 14px;
  color: #717171;
  margin-bottom: 0;
  transition: 0.7s;
}

.favourite-box .course-info {
  border-bottom: 1px solid #F4F4F4;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.home-five .owl-theme .owl-dots .owl-dot.active span,
.home-five .owl-theme .owl-dots .owl-dot:hover .home-five span {
  width: 8px;
  height: 8px;
  background: #392C7D;
  box-shadow: 0px 0px 0px 3px #392C7D;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.home-five-trending .owl-theme .owl-dots .owl-dot.active span,
.home-five-trending .owl-theme .owl-dots .owl-dot:hover .home-five-trending span {
  width: 8px;
  height: 8px;
  background: #1A1E21;
  box-shadow: 0px 0px 0px 3px #1A1E21;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.home-five-courses {
  padding: 80px 0;
  background: var(--white);
}

.home-five-courses .heart-three .fa-heart:hover {
  background-color: #FF4667;
  color: var(--white);
}

.home-five-courses .price-three-time i {
  font-size: 14px;
}

.tablist-three {
  margin-bottom: 40px;
}

.tablist-three .nav-tab {
  font-weight: 500;
  padding: 10px 15px;
  border: 1px solid transparent;
  border-radius: 5px;
}

.tablist-three .nav-tab.active {
  font-weight: 500;
  color: #FF4667;
  border-color: var(--gray-100);
}

.tablist-three .nav-tab:hover {
  color: #392C7D;
}

.course-three-img {
  position: relative;
  overflow: hidden;
  padding: 0;
  transition: 0.7s;
}

.course-three-img img {
  position: relative;
  border-radius: 10px 10px 0px 0px;
  width: 100%;
  transform: translateZ(0);
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}

.course-box-three {
  position: relative;
  overflow: hidden;
  background: var(--white);
  box-shadow: -3px 5px 16px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  margin-bottom: 24px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

.course-three-text {
  margin-bottom: 20px;
}

.course-three-text p {
  font-weight: 500;
  font-size: 14px;
  color: #FF4667;
  border-bottom: 1px solid #FF4667;
  display: inline-flex;
  transition: 0.7s;
}

.course-three-text h3 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 0;
  transition: 0.7s;
}

@media (max-width: 1399.98px) {
  .course-three-text h3 {
    font-size: 18px;
  }
}

.course-three-item {
  position: relative;
  overflow: hidden;
  padding: 0;
  transition: 0.7s;
}

.heart-three {
  position: absolute;
  top: 1rem;
  display: inline-block;
  right: 1rem;
  bottom: 0;
}

.heart-three .fa-heart {
  width: 31px;
  background-color: #fff;
  height: 31px;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  font-size: 12px;
  color: #000000;
  transition: 0.7s;
}

.heart-three .fa-heart:hover {
  background-color: #FF4667;
  color: var(--white);
}

.students-three-counts {
  margin-bottom: 20px;
}

.students-three-counts p {
  font-weight: 400;
  font-size: 14px;
  color: #717171;
  margin-left: 12px;
  margin-bottom: 0;
  transition: 0.7s;
}

.group-three-img {
  position: absolute;
  top: -20px;
  right: 15px;
}

.group-three-img img {
  width: 40px;
  height: 40px;
  border: 3px solid var(--white);
  border-radius: 50%;
}

.price-three-time {
  transition: 0.7s;
}

.price-three-time span {
  font-size: 14px;
}

.course-three-content {
  position: relative;
  padding: 20px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.home-five-transform {
  padding: 80px 0;
  background-color: #392C7D;
  background-image: url('benefit-bg.png');
  background-repeat: repeat;
  background-position: top right;
}

@media (max-width: 991.98px) {
  .home-five-transform {
    padding: 50px 0;
  }
}

.home-five-transform .cta-content h2 {
  font-weight: 700;
  font-size: 32px;
  color: var(--white);
  margin-bottom: 8px;
}

.home-five-transform .cta-content p {
  color: var(--white);
}

.btn-action {
  background: #FFC107;
  border-radius: 10px;
  padding: 12px 30px;
  font-weight: 600;
  font-size: 16px;
  align-items: center;
  color: #0D0D0D;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-transform: initial;
  box-shadow: inset 0 0 0 0 #fff;
  transition: all 0.5s;
}

.btn-action:hover {
  background-color: #392C7D;
  border-color: #392C7D;
  color: #392C7D !important;
  box-shadow: inset 0 50px 0 0 var(--white);
  transition: all 0.5s;
}

.transform-button-three {
  text-align: end;
}

@media (max-width: 767.98px) {
  .transform-button-three {
    text-align: left;
  }
}

.instructors-list {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.instructors-list li {
  margin-left: -20px;
}

.instructors-list li a img {
  width: 35px !important;
  height: 35px !important;
  border-radius: 50px;
  border: 3px solid var(--white);
}

.more-set a {
  width: 35px;
  height: 35px;
  background: #1A1E21;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 12px;
  color: var(--white);
  line-height: 0;
}

.instructors-info {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
}

.accelerate-cloud-three {
  background: #071136;
  padding: 80px 0;
  position: relative;
}

@media (max-width: 991.98px) {
  .accelerate-cloud-three {
    padding: 50px 0;
  }
}

.accelerate-cloud-three .home-five-head h1 {
  width: 656px;
  font-weight: 700;
  color: var(--white);
  font-size: 28px;
}

.accelerate-cloud-three .master-img {
  padding: 0 0 82px 0;
}

.accelerate-cloud-three .master-img .master-skill-image2 {
  position: absolute;
  right: 0;
  bottom: 60px;
  width: 266px;
}

.award-three-images-one {
  max-width: 515px;
  margin: auto auto 56px;
}

.award-three-images-three {
  max-width: 515px;
  margin: auto;
}

.award-three-images-two {
  max-width: 515px;
}

.award-three-images img {
  animation: up-down 3s ease-in-out infinite alternate-reverse both;
}

.award-win-icon {
  margin-bottom: 20px;
}

.award-win-icon img {
  animation: up-down 3s ease-in-out infinite alternate-reverse both;
}

p.accelerate-three-business {
  color: var(--white);
  margin-bottom: 40px;
  padding-left: 70px;
}

@media (max-width: 1199.98px) {
  p.accelerate-three-business {
    padding-left: 0;
  }
}

.accelerate-one {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.accelerate-one img {
  width: 200px;
}

.shapes-three-left .accelerate-three {
  position: absolute;
  left: 0;
  top: 18rem;
}

.shapes-three-left .accelerate-four {
  position: absolute;
  left: 0;
  bottom: 8rem;
}

.shapes-three-left .accelerate-five {
  position: absolute;
  left: 0;
  bottom: 10rem;
}

.award-one {
  border-bottom: 1px solid #392C7D;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.learn-anything {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #392C7D;
}

.learn-anything h2 {
  font-weight: 600;
  margin-bottom: 20px;
}

.learn-anything .award-three-images img {
  text-align: left;
}

.development-carrer h2 {
  font-weight: 600;
  color: #03C95A;
}

.home-five-goals {
  padding: 80px 0;
  background-color: var(--white);
}

@media (max-width: 991.98px) {
  .home-five-goals {
    padding: 50px 0;
  }
}

.acheive-goals {
  position: relative;
  z-index: 999;
  position: relative;
  top: 0;
  transition: top ease 0.5s;
  transition-timing-function: ease-in-out;
  max-width: 167px;
  margin: auto;
}

.acheive-goals h2 {
  font-weight: 700;
  font-size: 32px;
}

.acheive-goals h2:hover {
  color: #392C7D;
}

.acheive-goals span {
  font-weight: 700;
  font-size: 32px;
  color: var(--dark);
}

.acheive-goals p {
  font-weight: 500;
  font-size: 16px;
}

@media (max-width: 767.98px) {
  .acheive-goals p {
    text-align: center;
  }
}

.acheive-goals:hover {
  top: -15px;
  transition: top ease 0.8s;
  transform: translateZ(0);
  transition-timing-function: ease-in-out;
}

@media (max-width: 1199.98px) {
  .acheive-goals {
    margin: 0;
  }
}

@media (max-width: 767.98px) {
  .acheive-goals {
    text-align: center;
    max-width: 100%;
  }
}

.acheive-goals-content h4 {
  margin-bottom: 20px;
  text-align: left;
}

@media (max-width: 767.98px) {
  .acheive-goals-content h4 {
    text-align: center;
  }
}

.acheive-elips-one {
  position: absolute;
  right: 10px;
  z-index: -1;
  top: -18px;
}

@media (max-width: 767.98px) {
  .acheive-elips-one {
    right: 44%;
  }
}

.acheive-goals-main {
  position: relative;
  top: 0;
  transition: top ease 0.5s;
  transition-timing-function: ease-in-out;
}

@media (max-width: 1199.98px) {
  .acheive-goals-main {
    margin-bottom: 30px;
  }
}

.acheive-goals-main h2 {
  font-weight: 700;
  font-size: 32px;
}

@media (max-width: 767.98px) {
  .acheive-goals-main h2 {
    text-align: center;
  }
}

.acheive-elips-three {
  position: absolute;
  right: 80px;
  z-index: -1;
  top: -18px;
}

@media (max-width: 767.98px) {
  .acheive-elips-three {
    right: 44%;
  }
}

.acheive-elips-two {
  position: absolute;
  right: 38px;
  z-index: -1;
  top: -18px;
}

@media (max-width: 767.98px) {
  .acheive-elips-two {
    right: 44%;
  }
}

.acheive-goals-icon {
  position: absolute;
  top: 0;
  right: 7rem;
}

.acheive-goals-icon img {
  width: 64px;
  height: 64px;
}

.home-five-trending {
  padding: 80px 0;
  background: var(--light-500);
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .home-five-trending {
    padding: 50px 0;
  }
}

.home-five-trending .price-three-time i {
  font-size: 14px;
}

.trending-bg-one {
  background: #FFE57A;
  border: 1px solid var(--gray-100);
  border-radius: 10px 10px 0 0;
  padding: 20px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

.trending-three-item {
  position: relative;
  top: 0;
  transition: 0.7s;
  transition: 0.7s;
  cursor: pointer;
  margin-bottom: 40px;
}

.trending-three-item:hover {
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  border-radius: 10px;
}

.trending-three-item:hover .course-title-one {
  background-color: #392C7D;
  border-color: #392C7D;
  color: var(--white) !important;
  box-shadow: inset 0 50px 0 0 #392C7D;
  transition: all 0.5s;
}

.trending-bg-two {
  background: #69FFDB;
  border: 1px solid var(--gray-100);
  border-radius: 10px 10px 0 0;
  padding: 20px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

.trending-bg-three {
  background: #EBE3FF;
  border: 1px solid var(--gray-100);
  border-radius: 10px 10px 0 0;
  padding: 20px;
}

.trending-bg-four {
  background: #ABEEFF;
  border: 1px solid var(--gray-100);
  border-radius: 10px 10px 0 0;
  padding: 20px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

.course-title-one {
  background: var(--gray-900);
  border-radius: 4px;
  padding: 7px 10px;
  margin-bottom: 25px;
  display: inline-flex;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-transform: initial;
  box-shadow: inset 0 0 0 0 var(--white);
  transition: all 0.5s;
}

.course-title-one a {
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: var(--white);
}

.course-title-one a:hover {
  color: var(--white);
}

.trending-three-text h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.trending-three-text p {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.slick-slide>div {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.trending-three-counts p {
  margin-left: 10px;
  font-size: 14px;
  margin-bottom: 0;
}

.trending-three-counts img {
  width: 18px !important;
}

.trending-content-footer {
  padding: 20px;
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: 0px 0px 10px 10px;
}

.trending-footer-img img {
  width: 45px !important;
  height: 45px !important;
  border-radius: 50px;
  border: 2px solid #392C7D;
}

.trending-price-three h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0;
}

.trending-price-three span {
  text-decoration: line-through;
  font-size: 14px;
  color: #DEDEDE;
}

.content-three-overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
  height: 0;
  background: rgba(57, 44, 125, 0.8980392157);
  opacity: 0.9;
  z-index: 1;
  display: flex;
  justify-content: end;
  flex-direction: column;
  transition: 0.7s;
}

.gallery-three-img-item {
  border-radius: 10px;
}

.gallery-three-img-item:hover .content-three-overlay {
  height: 100%;
  bottom: 0;
  transition: 0.7s;
}

.gallery-three {
  padding: 80px 0 56px;
  position: relative;
  background: var(--white);
}

@media (max-width: 991.98px) {
  .gallery-three {
    padding: 50px 0 26px;
  }
}

.gallery-three .gallery-bg {
  position: absolute;
  left: 0;
  top: 45%;
  transform: translateY(-50%);
}

.gallery-three .gallery-three-img-item {
  max-width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  transition: 0.7s;
  width: 100%;
}

.gallery-three .gallery-three-img-item .content-three-main {
  height: 100%;
}

.gallery-three .gallery-three-img-item .content-three-main .gallery-img {
  height: 100%;
}

.gallery-three .gallery-three-img-item .content-three-main .gallery-img img {
  height: 100%;
  object-fit: cover;
}

.gallery-three .content-three-details h6 {
  font-weight: 700;
  font-size: 16px;
  color: var(--white);
  margin-bottom: 0;
}

.gallery-three .content-three-details p {
  font-weight: 400;
  font-size: 16px;
  color: var(--white);
}

.gallery-three .service-link i {
  font-size: 25px;
  color: var(--white);
}

.gallery-img img {
  width: 100%;
}

.gallery-img-item-one img {
  min-height: 235px;
}

.content-three-image {
  width: 100%;
}

.content-three-text {
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .content-three-text {
    padding: 10px;
  }
}

.content-three-text h6 {
  font-weight: 700;
  font-size: 16px;
  color: var(--white);
}

.content-three-text p {
  font-weight: 400;
  font-size: 16px;
  color: var(--white);
}

.content-three-arrows {
  color: var(--white);
  font-size: 18px;
}

.content-three-arrows:hover i {
  color: #FF4667;
  transition: 0.7s;
}

.content-three-arrows i {
  color: var(--white);
  transition: 0.7s;
}

.content-three-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-five-become {
  background: #FF4667;
  padding: 50px 0;
}

@media (max-width: 991.98px) {
  .home-five-become {
    padding: 30px 0;
  }
}

.become-content-three h2 {
  color: var(--white);
  margin-bottom: 10px;
}

.become-content-three p {
  color: var(--white);
  margin-bottom: 0;
}

.testimonial-pattern .pattern-left {
  position: absolute;
  left: 0;
  top: 5rem;
}

.testimonial-pattern .pattern-right {
  position: absolute;
  right: 0;
  bottom: 5rem;
}

.testimonial-bottom-nav {
  display: flex;
  float: right;
  margin-right: 60px;
}

@media (max-width: 1199.98px) {
  .testimonial-bottom-nav {
    float: none;
    margin-right: 0;
    justify-content: center;
  }
}

.testimonial-next-pre {
  background: var(--white);
  border-radius: 50px !important;
  font-size: 16px;
  padding: 10px 15px;
  color: var(--gray-500);
  cursor: pointer;
  margin-right: 20px;
}

.testimonial-next-pre:hover {
  background: #392C7D;
  color: var(--white);
}

.become-content h2 {
  font-weight: 700;
  font-size: 32px;
  color: #000000;
}

.become-content p {
  font-weight: 500;
  font-size: 22px;
  color: #000000;
}

.btn-become {
  border: 1px solid #392C7D;
  font-weight: 700 !important;
  color: var(--white) !important;
  background: #392C7D;
  border-radius: 10px;
  text-align: center;
  padding: 15px 35px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-transform: initial;
  box-shadow: inset 0 0 0 0 #fff;
  transition: all 0.5s;
}

.btn-become:hover {
  background-color: #392C7D;
  border-color: #392C7D;
  color: #392C7D !important;
  box-shadow: inset 0 55px 0 0 var(--white);
  transition: all 0.5s;
}

.lead-companies-three {
  padding: 80px 0;
}

@media (max-width: 991.98px) {
  .lead-companies-three {
    padding: 50px 0;
  }
}

.testimonial-three {
  padding: 80px 0;
  background: url('map.png'), #071136;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: relative;
  width: 100%;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .testimonial-three {
    padding: 50px 0;
  }
}

.testimonial-three-content .swiper-wrapper {
  margin-bottom: 20px;
}

.slide:not(.slick-active) {
  cursor: pointer;
}

.box-form-newsletter {
  background: var(--white);
  max-width: 635px;
  border-radius: 5px;
  padding: 10px 10px 10px 14px;
  border-radius: 50px;
}

.box-form-newsletter form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box-form-newsletter form .input-newsletter {
  width: 70%;
  height: 38px;
  border: 0;
  background-image: url('email.svg');
  background-repeat: no-repeat;
  background-position: left 10px center;
  padding: 10px 10px 10px 40px;
  font-size: 14px;
  background: transparent;
}

.custom-select:focus,
:focus,
[contenteditable].form-control:focus,
[type=email].form-control:focus,
[type=password].form-control:focus,
[type=tel].form-control:focus,
[type=text].form-control:focus,
button:focus,
input.form-control:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=text]:focus,
select:focus,
textarea.form-control:focus,
textarea:focus {
  outline: none !important;
  box-shadow: none;
}

.latest-blog-three {
  background: var(--white);
  padding: 80px 0 60px;
}

.latest-blog-three .section-header-title {
  padding-bottom: 48px;
}

@media (max-width: 991.98px) {
  .latest-blog-three {
    padding: 50px 0 30px;
  }
}

.event-three-title h5 {
  font-weight: 600;
  font-size: 22px;
  color: var(--white);
  transition: all 0.5s;
}

.event-three-title h5:hover {
  color: #FF4667;
}

@media (max-width: 1399.98px) {
  .event-three-title h5 {
    font-size: 22px;
  }
}

@media (max-width: 1199.98px) {
  .event-three-title h5 {
    font-size: 18px;
  }
}

.event-three-title p {
  font-weight: 400;
  font-size: 14px;
  color: #DEDEDE;
}

.event-blog-three {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.event-span-three {
  margin-bottom: 15px;
}

.blog-user-top {
  padding: 8px;
  background: #5625E8;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 2;
}

@media (max-width: 575.98px) {
  .blog-user-top {
    left: 15px;
  }
}

.blog-user-top img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 8px;
  flex-shrink: 0;
}

.blog-user-top a {
  color: var(--white);
  display: inline-flex;
  align-items: center;
  font-size: 14px;
}

.span-name-three {
  border: 1px solid var(--white);
  color: var(--white);
  padding: 4px 12px;
  border-radius: 40px;
  margin-right: 15px;
  font-size: 14px;
}

@media (max-width: 1199.98px) {
  .span-name-three {
    padding: 3px 10px;
    font-size: 13px;
  }
}

.blog-widget-three {
  position: relative;
}

.blog-widget-three .blog-img-three {
  height: inherit;
}

.blog-widget-three .blog-img-three a {
  display: block;
  height: inherit;
}

.blog-widget-three .blog-img-three img {
  border-radius: 5px;
  height: inherit;
}

.blog-widget-three .blog-content-three .span-name-three {
  background: #21B477;
  border-radius: 4px;
  color: var(--white);
  padding: 6px;
}

.latest-blog-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 20px 20px;
  transition: 0.7s;
}

@media (max-width: 575.98px) {
  .latest-blog-content {
    padding: 20px 15px;
  }
}

.blog-student-count {
  color: #ffffff;
}

@media (max-width: 1199.98px) {
  .blog-student-count span {
    font-size: 14px;
  }
}

.latest-blog-img {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.event-blog-main:hover .latest-blog-img img {
  transform: scale(1.15);
}

.latest-blog-img img {
  transform: translateZ(0);
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}

.event-blog-main:hover .event-content-title h5 a {
  color: #FF602E;
}

.event-main-three {
  position: relative;
  overflow: hidden;
}

.event-main-three .blog-img-three {
  height: inherit;
}

.event-main-three .blog-img-three img {
  border-radius: 5px;
  width: 100%;
  height: inherit;
}

.blog-img-three {
  height: 100%;
}

.blog-img-three:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 0.7s;
  border-radius: 10px;
}

.blog-img-three img {
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
}

.blog-content-three {
  position: absolute;
  bottom: -10%;
  left: 50%;
  z-index: 1;
  width: 100%;
  padding: 15px;
  transform: translate(-50%, -50%);
  transition: 0.7s;
}

.event-blog-main .span-name {
  background: #21B477;
  border-radius: 4px;
  color: var(--white);
  font-weight: 700;
  font-size: 16px;
  justify-content: center;
  min-width: 90px;
  margin-bottom: 10px;
  padding: 5px;
  display: inline-flex;
}

.event-blog-main:hover .event-content-title h5 a {
  color: #FF602E;
}

.event-content-title h5 a {
  font-weight: 700;
  font-size: 22px;
  color: var(--white);
}

.blog-student-count {
  color: var(--white);
}

.footer-five {
  background: var(--dark);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  width: 100%;
}

.footer-five .newsletter-title h6 {
  font-weight: 500;
  font-size: 20px;
  color: var(--white);
  margin-bottom: 18px;
}

.footer-five .footer-three-top {
  padding: 67px 0;
}

@media (max-width: 991.98px) {
  .footer-five .footer-three-top {
    padding: 50px 0;
  }
}

@media (max-width: 767.98px) {
  .footer-five .footer-three-top {
    padding: 40px 0;
  }
}

.footer-five .footer-bottom-five {
  border-top: 1px solid var(--gray-800);
  padding: 1.5rem 0;
}

.footer-five .footer-bottom-five .social-icon {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 8px;
}

@media (max-width: 991.98px) {
  .footer-five .footer-bottom-five .social-icon {
    justify-content: center;
  }
}

.footer-five .footer-bottom-five .social-icon a {
  width: 20px;
  height: 20px;
  background: #DCDDE0;
  border-radius: 50%;
  color: #08131E;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-five .footer-bottom-five .social-icon a:hover {
  background-color: #FF4667;
  color: var(--white);
}

.footer-five .footer-bottom-five .copyright-text p {
  color: var(--gray-100);
  font-size: 14px;
}

.footer-five .footer-bottom-five .copyright-text p a {
  color: #FF4667;
}

@media (max-width: 991.98px) {
  .footer-five .footer-bottom-five .copyright-text p {
    text-align: center;
  }
}

.footer-five .footer-bottom-five .privacy-link {
  display: flex;
  align-items: center;
  justify-content: end;
}

@media (max-width: 991.98px) {
  .footer-five .footer-bottom-five .privacy-link {
    justify-content: center;
  }
}

.footer-five .footer-bottom-five .privacy-link a {
  color: var(--gray-100);
  position: relative;
  font-size: 14px;
}

.footer-five .footer-bottom-five .privacy-link a:hover {
  color: #FF4667;
}

.footer-five .footer-bottom-five .privacy-link a+a {
  padding-left: 12px;
  margin-left: 8px;
}

.footer-five .footer-bottom-five .privacy-link a+a::before {
  content: "/";
  color: var(--gray-700);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.footer-menu-three ul {
  list-style: none;
  margin: 0;
  padding: 0;
  outline: none;
}

.footer-menu-three ul li {
  margin-bottom: 10px;
  position: relative;
}

.footer-menu-three ul li:last-child {
  margin-bottom: 0;
}

.footer-menu-three ul li a {
  color: var(--gray-100);
  font-weight: 400;
  font-size: 14px;
  margin-left: 18px;
}

.footer-menu-three ul li a:hover {
  padding-left: 10px;
}

.footer-menu-three ul li a:before {
  position: absolute;
  top: 7px;
  display: block;
  content: "\f111";
  float: left;
  margin-right: 10px;
  font-size: 6px;
  color: #FF4667;
  transition: all 0.5s ease-in-out;
  font-family: "FontAwesome";
}

.footer-three-logo {
  margin-bottom: 29px;
}

.footer-three-logo img {
  width: 217px;
}

.footer-three-about {
  max-width: 627px;
}

.footer-three-about p {
  font-weight: 400;
  font-size: 16px;
  color: var(--gray-100);
  margin-bottom: 50px;
}

.footer-three-title {
  font-weight: 600;
  color: var(--white);
  margin-bottom: 20px;
}

.privacy-policy-three {
  margin-bottom: 36px;
}

.privacy-policy-three ul {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.privacy-policy-three ul li {
  padding: 0px 10px;
  border-right: 1px solid #B2B1FC;
  list-style: none;
  height: 10px;
  align-items: center;
  display: flex;
}

.privacy-policy-three ul li:last-child {
  border-right: 0;
}

.privacy-policy-three ul li a {
  font-weight: 400;
  font-size: 14px;
  color: var(--white);
}

.privacy-policy-three ul li a:hover {
  color: #FFC107;
}

.social-icon-three {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin-bottom: 36px;
  align-items: center;
}

.social-icon-three ul {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin-left: 20px;
  align-items: center;
  margin-bottom: 0;
}

.social-icon-three ul li {
  margin-right: 15px;
}

.social-icon-three ul li .feather-facebook-icon {
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease 0s;
  background: #066AC9;
  border-radius: 50%;
}

.social-icon-three ul li .feather-facebook-icon:hover {
  background: #392C7D;
}

.social-icon-three ul li .feather-twitter-icon {
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease 0s;
  background: #2BB7E5;
  border-radius: 50%;
}

.social-icon-three ul li .feather-twitter-icon:hover {
  background: #392C7D;
}

.social-icon-three ul li .feather-linkedin-icon {
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease 0s;
  background: #066AC9;
  border-radius: 50%;
}

.social-icon-three ul li .feather-linkedin-icon:hover {
  background: #392C7D;
}

.social-icon-three ul li .feather-youtube-icon {
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease 0s;
  background: #FF2D20;
  border-radius: 50%;
}

.social-icon-three ul li .feather-youtube-icon:hover {
  background: #392C7D;
}

.social-icon-three h6 {
  font-weight: 500;
  font-size: 20px;
  color: var(--white);
  margin-bottom: 0;
}

.copyright-three {
  text-align: center;
}

.copyright-text-three p {
  font-weight: 400;
  font-size: 14px;
  color: var(--white);
}

.home-five .header-four .main-nav .has-submenu.active>a {
  font-weight: 500;
  font-size: 16px;
  align-items: center;
  color: #EE009C;
}

.home-five .header-four .main-nav li a {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #392C7D;
}

.home-five .header-four .main-nav li .submenu a:hover {
  color: #EE009C;
  letter-spacing: 0.5px;
  padding-left: 20px;
}

.list-data {
  list-style: none;
  display: inline-block;
  margin: 0 25px 0 0;
}

.landing-menu li a {
  font-weight: 600;
  font-size: 16px;
  color: #392C7D;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.landing-menu li a i {
  font-weight: 600;
  font-size: 16px;
  padding-left: 7px;
}

.landing-menu li a:hover {
  color: #EE009C;
}

.landing-menu ul {
  padding-left: 0;
  margin: 0;
}

.landing-menu ul li .landing-page-list::before {
  content: "";
  position: absolute;
  height: 4px;
  bottom: 23px;
  transition: all 0.5s ease;
  width: 0px;
}

.landing-menu ul li:hover .landing-page-list::before {
  content: "";
  position: absolute;
  bottom: 23px;
  transition: all 0.5s ease;
  background-color: #2066e7;
}

.landing-menu ul li:hover .sub-menu {
  display: block;
  z-index: 20;
}

.right-header {
  display: flex;
  justify-content: start;
  align-items: center;
}

.right-header-button {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 15px;
  transition: all 0.3s ease;
}

.right-header-button a .active {
  color: #F58E06;
  padding-right: 20px;
}

.buy-template-btn {
  background: #392C7D;
  border-radius: 32px;
  color: #fff !important;
  font-weight: 700;
  padding: 12px 40px;
  font-size: 16px;
  transition: all 0.6s;
}

.buy-template-btn:hover {
  background: #EE009C;
  color: #fff;
  box-shadow: inset 0 50px 0 0 #EE009C;
  transition: 0.6s all;
}

.signup-four {
  background: #EE009C;
  padding: 12px 40px;
  color: #fff !important;
  border-radius: 32px;
  border: 1px solid #EE009C;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-transform: initial;
  box-shadow: inset 0 0 0 0 #fff;
  transition: all 0.5s;
}

.signup-four:hover {
  background-color: var(--white);
  border: 1px solid #EE009C;
  color: #EE009C !important;
  box-shadow: inset 0 50px 0 0 var(--white);
  transition: all 0.5s;
}

.sub-menu {
  display: none;
  background: white;
  position: absolute;
}

.sub-menu li {
  display: block;
  padding: 5px 0px;
  border-top: 1px solid #f0f0f0;
}

.sub-menu li a {
  padding: 15px 20px;
}

.main-nav {
  display: flex;
  justify-content: center;
}

.sub-head-wraper {
  background-color: #F3F2F7;
}

.home-four .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #EE009C;
  color: var(--white);
  font-size: 14px;
}

.home-four .select2-dropdown {
  border: 1px solid #EE009C;
}

.home-four .our-courses-slider .owl-nav {
  position: absolute;
  top: -110px;
  right: 20px;
  display: flex;
  gap: 20px;
}

.home-four .latest-blog-slider .owl-nav {
  position: absolute;
  top: -110px;
  right: 20px;
  display: flex;
  gap: 20px;
}

.banner-section-four {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.banner-heading-four {
  padding: 159px 0 159px;
}

.banner-heading-four h3 {
  font-weight: 500;
  font-size: 20px;
  color: #EE009C;
}

.banner-heading-four h2 {
  font-weight: 700;
  font-size: 45px;
  color: #392C7D;
  padding-bottom: 35px;
}

.banner-heading-four h5 {
  font-weight: 400;
  font-size: 16px;
  color: #392C7D;
  margin: 0;
  padding-bottom: 40px;
}

.vector-four .vector-four-one {
  position: absolute;
  right: 0;
  top: 0;
}

.vector-four .vector-four-two {
  position: absolute;
  left: 0;
  top: 0;
}

.search-box-four {
  background: var(--white);
  border: 1px solid #EE009C;
  box-shadow: 0px 16px 106px rgba(196, 196, 196, 0.16);
  border-radius: 40px;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search-box-four .select2-container {
  width: 196px !important;
  background: #E8E6F0;
  border-radius: 90px;
  border: none;
  padding: 20px;
  font-weight: 400;
  font-size: 16px;
  color: #392C7D;
  cursor: pointer;
}

.search-box-four .select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-box-four .select2-container--default .select2-selection--single {
  border: none;
  background: #E8E6F0;
  color: #392C7D;
}

.search-box-four .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 22px;
  right: 10px;
  width: 20px;
}

.search-box-four .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #392C7D;
}

.search-box-four input {
  border: none;
  font-weight: 400;
  font-size: 16px;
  padding: 0;
  color: #392C7D;
  width: 400px;
}

.search-box-four input:focus {
  outline: none;
}

.search-box-four a:hover div {
  background: #fff;
  box-shadow: 50px 0 0 0 #fff inset;
}

.search-box-four a:hover i {
  color: #EE009C;
}

.search-icon-four {
  width: 60px;
  height: 60px;
  background: #EE009C;
  border-radius: 32px;
  border: 1px solid #EE009C;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.search-icon-four i {
  color: #fff;
}

.banner-img-four {
  position: relative;
}

.banner-img-sec {
  position: absolute;
  left: -65px;
  top: 35px;
}

.banner-img-third {
  position: absolute;
  right: -95px;
  top: 50px;
}

.banner-img-fourth {
  position: absolute;
  right: -5rem;
  top: 10rem;
}

.banner-img-sec,
.banner-img-third,
.banner-img-fourth,
.banner-imgs .banner-img-two,
.banner-imgs .banner-img-three {
  padding: 33px 0px 0px 33px;
  animation: float 2s ease-in-out infinite;
}

.user-registration .student-img img,
.master-skill-img-two,
.master-skill-img-three {
  padding: 33px 0px 0px 33px;
  animation: float 2s ease-in-out infinite;
}

.circle {
  background: #E8E6F0;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 95px;
}

.multiple-courses-text span {
  font-weight: 700;
  font-size: 24px;
  color: #392C7D;
}

.multiple-courses-text h5 {
  font-weight: 500;
  font-size: 16px;
  color: #392C7D;
  margin: 0;
}

.course-categories {
  padding: 60px 0 60px;
}

.course-categories .section-heading {
  padding: 70px 0 50px 0;
}

.section-heading h2 {
  font-weight: 700;
  font-size: 32px;
  color: #392C7D;
}

.section-heading h5 {
  font-weight: 500;
  font-size: 16px;
  color: #5C5C5C;
  margin: 0;
}

.development-course {
  background: var(--white);
  border: 1px solid #E0EBFF;
  box-shadow: 0px 4px 34px rgba(57, 44, 125, 0.02);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 135px;
  gap: 20px;
}

.main-development {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.course-name span {
  font-weight: 500;
  font-size: 18px;
  color: #5C5C5C;
}

.favourite-course .owl-nav {
  position: absolute;
  top: -110px;
  right: 20px;
  display: flex;
  gap: 20px;
}

.home-four .owl-nav .owl-prev i,
.home-four .owl-nav .owl-next i {
  width: 50px;
  height: 50px;
  background: #C4C4C4;
  border-radius: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.home-four .owl-nav .owl-prev i:hover,
.home-four .owl-nav .owl-next i:hover {
  background: #392C7D;
}

.our-courses {
  background: #F3F2F7;
  padding: 80px 0;
}

.our-courses .section-heading {
  padding-bottom: 50px;
}

.our-courses .section-heading h5 {
  font-weight: 500;
  font-size: 16px;
  color: #392C7D;
  margin-bottom: 0;
}

.our-courses .card-body {
  padding: 0 1rem;
}

.our-courses .card:hover .php-course a {
  color: #EE009C;
  transition: 0.7s;
}

.card-body-group {
  position: relative;
  overflow: hidden;
  background: var(--white);
  box-shadow: -3px 5px 16px rgba(0, 0, 0, 0.07);
  border-radius: 15px;
  margin-bottom: 20px;
  transition: 0.7s;
}

.card-body-group:hover {
  position: relative;
  overflow: hidden;
  background: #EE009C;
  box-shadow: -3px 5px 16px rgba(0, 0, 0, 0.07);
  transition: 0.7s;
}

.card-body-group:hover .web-developer-name a {
  color: var(--white);
  transition: 0.7s;
}

.card-body-group:hover .course-caste span {
  color: var(--white);
  transition: 0.7s;
}

.card-body-group:hover .php-course a {
  color: var(--white);
  transition: 0.7s;
}

.card-body-group:hover .book-img {
  background: var(--white);
  transition: 0.7s;
}

.card-body-group:hover .course-lesson span {
  color: var(--white);
  transition: 0.7s;
}

.card-body-group .php-course {
  padding: 20px;
  transition: 0.7s;
}

.rated {
  background: rgba(57, 44, 125, 0.5);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 93.54px;
  height: 39px;
  position: absolute;
  top: 16px;
  left: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  transition: 0.7s all;
}

.heart {
  position: absolute;
  top: 16px;
  right: 20px;
  color: #392C7D;
  font-size: 20px;
  cursor: pointer;
}

.developer-img {
  border-radius: 50px;
  overflow: hidden;
  position: relative;
}

.developer-img img {
  width: 34px;
  height: 35px;
  border-radius: 50px;
}

.web-developer-name {
  display: flex;
  align-items: center;
  gap: 10px;
}

.web-developer-name a {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px;
  color: #392C7D;
  transition: 0.7s;
}

.web-developer-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

.course-caste span {
  font-weight: 600;
  font-size: 22px;
  color: #EE009C;
  transition: 0.7s;
}

.php-course a {
  font-weight: 500;
  font-size: 20px;
  color: #392C7D;
  transition: 0.7s;
}

.course-lesson-and-duration {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}

.course-lesson {
  display: flex;
  align-items: center;
}

.course-lesson span {
  font-weight: 400;
  font-size: 14px;
  color: #392C7D;
  transition: 0.7s;
}

.book-img {
  width: 38px;
  height: 38px;
  background: rgba(57, 44, 125, 0.2);
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.7s;
}

.book-img i {
  color: #392C7D;
}

.card-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.card-button .buy-now-btn {
  display: flex;
}

.card-button .buy-now-btn a {
  font-weight: 700;
  font-size: 16px;
  color: var(--white);
  background: #EE009C;
  border-radius: 32px;
  padding: 15px 50px;
  transition: 0.7s;
}

.card-button .buy-now-btn a:hover {
  background: #392C7D;
  box-shadow: inset 0 50px 0 0 #392C7D;
}

.heart-red {
  color: red;
}

.career-skills {
  padding: 80px 0;
}

.skills-info .section-heading p {
  font-weight: 400;
  font-size: 17px;
  color: #5C5C5C;
  padding-bottom: 20px;
  margin-bottom: 0;
}

.skills-info .section-heading h2 {
  padding-bottom: 20px;
  margin: 0;
  max-width: 375px;
}

.skills-info ul {
  padding-left: 0;
  margin: 0;
}

.skills-info ul li {
  list-style-type: none;
  font-weight: 400;
  font-size: 16px;
  padding-bottom: 10px;
  color: #5C5C5C;
}

.skills-info ul li span {
  color: #EE009C;
  padding-right: 10px;
}

.skills-info ul li:last-child {
  padding: 0;
}

.multiple-informations {
  display: flex;
  justify-content: space-between;
  max-width: 450px;
  padding: 10px 0 30px 0;
}

.learning-process span {
  font-weight: 700;
  font-size: 24px;
  color: #5C5C5C;
}

.learning-process h5 {
  font-size: 16px;
  color: #5C5C5C;
  font-weight: 400;
}

.explore-button {
  display: flex;
  align-items: center;
}

.explore-button .explore-btn {
  display: flex;
}

.explore-button .explore-btn a {
  font-weight: 700;
  font-size: 16px;
  color: var(--white);
  background: #EE009C;
  border-radius: 32px;
  padding: 15px 50px;
  transition: 0.7s all;
}

.explore-button .explore-btn a:hover {
  background: #392C7D;
  box-shadow: inset 0 50px 0 0 #392C7D;
}

.skills-img {
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.feature-instructor {
  padding: 80px 0;
}

.feature-instructor .section-heading {
  padding-bottom: 50px;
}

.feature-instructor .section-heading h5 {
  color: #392C7D;
}

.feature-instructor .card {
  background: var(--white);
  box-shadow: 2px 8px 20px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  border: 1px solid #fff;
  max-width: 100%;
}

.instructor-info-four {
  text-align: center;
}

.instructor-info-four h3 {
  font-weight: 500;
  font-size: 20px;
  color: #392C7D;
}

.instructor-info-four h3:hover {
  color: #EE009C;
}

.instructor-info-four h4 {
  font-weight: 400;
  font-size: 16px;
  color: #525252;
  padding: 5px 0 20px;
  margin-bottom: 0;
}

.instructor-info-four h5 {
  font-weight: 600;
  font-size: 16px;
  color: #EE009C;
}

.feature-instructor-slider .owl-nav {
  position: absolute;
  top: -110px;
  right: 20px;
  display: flex;
  gap: 20px;
}

.different-companies {
  background: #F3F2F7;
  padding: 80px 0;
}

.different-companies .section-heading {
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
}

.different-companies .section-heading h2 {
  max-width: 540px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
}

.leading-univercities .item {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.leading-univercities.owl-carousel.owl-theme.owl-loaded.owl-drag {
  margin-bottom: 0;
  display: flex;
}

.leading-univercities .owl-theme .owl-dots,
.owl-theme .owl-nav {
  margin-top: 0 !important;
}

.testimonial {
  padding: 80px 0;
  /* background-image: url(../img/testimonial-background-img-1.png), url(../img/testimonial-background-img-2.png); */
  background-repeat: no-repeat;
  background-position: left 10% top 40%, right 10% bottom 30%;
}

.testimonial .section-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.testimonial .section-heading h5 {
  color: #392C7D;
  margin: 0;
}

.testimonial-img img {
  border-radius: 50%;
  padding: 50px 0;
  width: 201px;
  height: 301px;
}

.testimonial-name h2 {
  font-weight: 700;
  font-size: 32px;
  color: #392C7D;
}

.testimonial-name h5 {
  font-weight: 500;
  font-size: 16px;
  color: #392C7D;
  margin: 0;
}

.testimonial-name p {
  max-width: 789px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #4D4D4D;
  padding: 50px 0;
}

.founder-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.founder-info .testimonial-name {
  text-align: center;
}

.testimonial-slider .owl-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.testimonial-slider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: #C4C4C4;
  border-radius: 53px;
}

.testimonial-slider .owl-dots .active {
  background: #392C7D;
}

.latest-blog-four {
  background: #F3F2F7;
  padding: 60px 0 60px;
}

.latest-blog .section-heading {
  padding-bottom: 50px;
}

.latest-blog .card {
  margin-bottom: 0;
}

.blog-info .course-name {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(57, 44, 125, 0.1);
}

.blog-info .course-name h5 {
  font-weight: 700;
  font-size: 14px;
  color: #EE009C;
  transition: 0.5s all;
  margin: 0;
}

.blog-info .course-info {
  border-bottom: none;
  margin-bottom: 15px;
  padding-bottom: 0;
}

.blog-info .course-info a {
  font-weight: 700;
  font-size: 20px;
  color: #392C7D;
}

.blog-info .course-info a:hover {
  color: #EE009C;
}

.blog-info .course-date {
  display: flex;
  align-items: center;
  gap: 10px;
}

.latest-blog-slider .card {
  border: none;
  background: var(--white);
  box-shadow: -3px 5px 16px rgba(0, 0, 0, 0.07);
  border-radius: 30px;
  margin-bottom: 20px;
  max-width: 100%;
}

.latest-blog-slider .card .card-body {
  padding-bottom: 0;
}

.education-details {
  background: #D9D9D9;
  padding: 50px 0;
}

.unlimited-courses-labs {
  padding: 80px 0;
}

.unlimited-courses-labs .section-heading {
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
}

.unlimited-courses-labs .section-heading h2 {
  text-align: center;
  max-width: 550px;
}

.courses-labs-logo {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.courses-labs-logo .owl-theme .owl-dots,
.owl-theme .owl-nav {
  margin-top: 0 !important;
}

.education-details-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.education-details-box .card-button {
  display: block;
  padding-bottom: 0;
}

.education-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
}

.education-info h2 {
  font-weight: 700;
  font-size: 34px;
  color: var(--white);
}

.education-info p {
  font-weight: 700;
  font-size: 16px;
  color: var(--white);
  max-width: 350px;
  text-align: center;
}

.education-img {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
}

.education-img img {
  border-radius: 25px;
  transition: 0.5s;
}

.news-letter-four {
  background: #392C7D;
  padding: 50px 0;
}

.news-letter-four .section-heading h2 {
  font-weight: 700;
  font-size: 40px;
  color: var(--white);
  padding-bottom: 30px;
}

.news-letter .section-heading {
  padding-bottom: 30px;
}

.news-letter .section-heading h2 {
  margin-bottom: 0;
  color: #fff;
}

.request-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.request-box .send-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.request-box .send-btn a {
  padding: 15px 70px;
  background: #EE009C;
  border: 1px solid #EE009C;
  border-radius: 32px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  transition: 0.5s all;
}

.request-box .send-btn a:hover {
  background: #FFF;
  box-shadow: inset 0 50px 0 0 #FFF;
  color: #EE009C;
  border: 1px solid #EE009C;
}

.request-box .name-field input {
  border: none;
  background: #392C7D;
  border-bottom: 2px solid rgba(255, 255, 255, 0.33);
  padding: 0 0 17px 0;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  width: 400px;
}

.request-box .email-field input {
  border: none;
  border-bottom-color: currentcolor;
  background: #392C7D;
  border-bottom: 2px solid rgba(255, 255, 255, 0.33);
  padding: 0 0 17px 0;
  color: #fff;
  width: 500px;
}

.request-box input::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: var(--white);
}

.request-box input:focus {
  outline: none;
}

.footer-four {
  background: #F3F2F7;
  padding: 50px 0;
  /* background-image: url(../img/footer-background-img.png); */
  background-repeat: no-repeat;
  background-position: right bottom;
}

.footer-four .footer ul li a {
  font-weight: 400;
  font-size: 16px;
  color: #392C7D;
}

.footer-four .footer-bottom ul {
  margin: 0;
  padding: 0;
}

.footer-four ul li a {
  font-weight: 400;
  font-size: 16px;
  color: #392C7D;
}

.footer-four ul li a:hover {
  color: #EE009C;
}

.footer-main-info {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 60px;
}

.footer-main-info h2 {
  font-weight: 700;
  font-size: 20px;
  color: #392C7D;
  margin: 0;
  padding-bottom: 25px;
}

.footer-main-info ul {
  margin: 0;
  padding: 0;
}

.footer-main-info ul li {
  list-style-type: none;
  padding-bottom: 10px;
}

.footer-main-info ul li:last-child {
  padding-bottom: 0;
}

.address p {
  font-weight: 400;
  font-size: 16px;
  color: #392C7D;
  max-width: 250px;
}

.footer-logo p {
  max-width: 385px;
  font-weight: 400;
  font-size: 16px;
  color: #392C7D;
  padding: 70px 0 0 0;
}

.social-media-links {
  display: inline-flex;
}

.social-media-links a {
  margin-left: 17px;
}

.social-media-links a div {
  transition: 0.5s all;
}

.social-media-links a div:hover {
  background: #fff;
  box-shadow: inset 50px 0 0 0 #fff;
}

.social-media-links a div:hover i {
  color: #EE009C;
  transform: rotatey(360deg);
}

.social-media-icon {
  width: 47px;
  height: 47px;
  background: rgba(57, 44, 125, 0.1);
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-media-icon i {
  color: #392C7D;
  font-size: 22px;
  transition: 0.5s;
}

.more-information {
  display: inline-flex;
  list-style: none;
  margin: 0;
  padding: 0;
  outline: none;
}

.more-information li {
  position: relative;
  margin-left: 70px;
}

.footer-bottom .more-information li {
  list-style-type: none;
}

.favourite-carousel .slick-dots li button {
  width: 8px;
  height: 8px;
  background: var(--dark);
  border-radius: 50%;
}

.favourite-carousel .slick-dots li.slick-active button {
  width: 14px;
  height: 14px;
  background: #FF4667;
}

.home-five-trending-course .slick-list {
  margin: 0 -12px;
}

.home-five-trending-course .slick-slide {
  margin: 0 12px;
}

.home-five-trending-course .slick-dots li button {
  width: 8px;
  height: 8px;
  background: var(--dark);
  border-radius: 50%;
}

.home-five-trending-course .slick-dots li.slick-active button {
  width: 14px;
  height: 14px;
  background: #FF4667;
}

@media (max-width: 991.98px) {
  .master-img {
    margin-bottom: 24px;
  }

  .master-skill-three {
    padding: 50px 0;
  }

  .home-five-head h2,
  .acheive-goals-main h2 {
    font-size: 24px;
  }

  .home-five-courses {
    padding: 50px 0;
  }
}

@media (max-width: 767.98px) {
  .home-five-slide-text h1 {
    font-size: 32px;
  }

  .footer-five .footer-three-top {
    padding: 40px 0;
  }

  .learn-anything h2,
  .development-carrer h2 {
    font-size: 24px;
  }

  .home-five-transform .cta-content h2 {
    font-size: 24px;
  }
}

.home-six {
  background: #2D0160;
}

.home-slide-five {
  z-index: 0;
  position: relative;
  padding: 113px 0 0;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .home-slide-five {
    padding-top: 0;
  }
}

@media (max-width: 991.98px) {
  .home-slide-five .review-user-five {
    margin-bottom: 0;
  }
}

@media (max-width: 1399.98px) {
  .home-slide-five .home-slide-five-text h1 {
    font-size: 40px;
  }
}

@media (max-width: 1199.98px) {
  .home-slide-five .home-slide-five-text h1 {
    font-size: 36px;
  }
}

@media (max-width: 991.98px) {
  .home-slide-five .home-slide-five-text h1 {
    font-size: 30px;
  }
}

@media (max-width: 575.98px) {
  .home-slide-five .home-slide-five-text h1 {
    font-size: 26px;
  }
}

.home-slide-five .banner-slider-img {
  position: relative;
}

.home-slide-five .ban-img-1 {
  margin-top: 26px;
  position: relative;
}

@media (max-width: 1199.98px) {
  .home-slide-five .ban-img-1 {
    margin-top: 65px;
  }
}

.home-slide-five .ban-img-1::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 80%;
  background-color: #1CBEEF;
  z-index: -1;
  bottom: 0;
  border-radius: 122px 0 0 0;
}

.home-slide-five .ban-img-2 {
  position: relative;
  text-align: center;
  display: table;
  margin: 0 auto;
}

.home-slide-five .ban-img-2::before {
  position: absolute;
  content: "";
  width: 62px;
  height: 168px;
  background-color: #00BFFB;
  border-radius: 50px;
  right: -27px;
  bottom: -39px;
}

@media (max-width: 1199.98px) {
  .home-slide-five .ban-img-2::before {
    width: 43px;
    height: 115px;
  }
}

.home-slide-five .ban-img-2 .ban-shape2 {
  position: absolute;
  left: -35px;
  top: 10px;
  z-index: -1;
}

.home-slide-five .ban-img-2 .ban-shape3 {
  position: absolute;
  right: 40%;
  bottom: -15%;
}

.home-slide-five .ban-img-2 .ban-shape4 {
  position: absolute;
  right: -73px;
  bottom: 26%;
}

.home-slide-five .banner-six-img {
  padding-left: 40px;
}

@media (max-width: 991.98px) {
  .home-slide-five .banner-six-img {
    display: none;
  }
}

.home-slide-five-text {
  max-width: 530px;
  width: 100%;
}

@media (max-width: 991.98px) {
  .home-slide-five-text {
    max-width: unset;
  }
}

.home-slide-five-text h5 {
  font-size: 18px;
  color: #FFC107;
  margin-bottom: 15px;
}

.home-slide-five-text p {
  font-weight: 700;
  font-size: 18px;
  color: var(--white);
  margin-bottom: 30px;
}

.slider-five-one {
  position: absolute;
  top: 9.2rem;
}

.slider-five-one img {
  width: 351px;
  max-width: 100%;
}

.slider-five-two {
  animation: up-down 5s ease-in-out infinite alternate-reverse both;
}

.slider-five-two img {
  width: 351px;
  max-width: 100%;
}

.vector-shapes-five {
  position: absolute;
  left: 2.5rem;
  top: 6.5rem;
  z-index: -1;
  transform: rotate(15deg);
}

.banner-content-five {
  margin-bottom: 30px;
}

.banner-content-five .form-inner-five {
  padding: 10px;
  background: var(--white);
  border: 1px solid var(--light);
  box-shadow: 0px 16px 106px rgba(196, 196, 196, 0.16);
  border-radius: 40px;
  width: 100%;
  max-width: 530px;
}

@media (max-width: 991.98px) {
  .banner-content-five .form-inner-five {
    max-width: unset;
  }
}

@media (max-width: 575.98px) {
  .banner-content-five .form-inner-five {
    border-radius: 10px;
  }
}

.banner-content-five .form-inner-five .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

@media (max-width: 575.98px) {
  .banner-content-five .form-inner-five .input-group {
    gap: 8px;
    display: block;
  }
}

.banner-content-five .form-inner-five ::-webkit-input-placeholder {
  font-size: 14px;
}

.banner-content-five .form-inner-five ::-moz-placeholder {
  font-size: 14px;
}

.banner-content-five .form-inner-five :-ms-input-placeholder {
  font-size: 14px;
}

.banner-content-five .form-inner-five :-moz-placeholder {
  font-size: 14px;
}

.banner-content-five .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: auto;
  position: absolute;
  top: 23px;
  right: 0;
  width: 50px;
}

.banner-content-five .select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: -2px;
  margin-left: -8px;
  border-color: var(--white);
}

.banner-content-five .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-weight: 500;
  font-size: 16px;
  color: var(--white) !important;
  padding-left: 0;
}

.banner-content-five .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  margin-top: 2px;
}

.banner-content-five .select2-container .select2-selection--single {
  border: 0;
  align-items: center;
  display: flex;
  background: transparent;
  justify-content: center;
  height: 50px;
  font-weight: 500;
  font-size: 14px;
  color: var(--white);
}

.banner-content-five .sub-btn {
  background: #FF4667;
  border: 1px solid #FF4667;
  box-shadow: inset 0 0 0 0 var(--white);
  border-radius: 32px;
  transition: all 0.5s;
  border: 1px solid #FF4667;
  border-radius: 32px;
  margin: 0px;
  line-height: 0;
  padding: 15px 15px;
  color: var(--white);
  border-top-left-radius: 32px !important;
  border-bottom-left-radius: 32px !important;
  z-index: 9;
}

.banner-content-five .sub-btn:hover {
  color: var(--white);
  border: 1px solid #392C7D;
  background: #392C7D;
  box-shadow: inset 0 50px 0 0 #392C7D;
  transition: all 0.5s;
}

@media (max-width: 575.98px) {
  .banner-content-five .sub-btn {
    width: 100%;
  }
}

.drop-detail-five {
  background: #FF4667 !important;
  box-shadow: none;
  border-radius: 90px;
  display: flex;
  border: 0;
  border-top-right-radius: 90px !important;
  border-bottom-right-radius: 90px !important;
  max-width: 147px;
  width: 100%;
}

@media (max-width: 575.98px) {
  .drop-detail-five {
    max-width: 100%;
  }
}

.banner-content-five .input-group>.form-control,
.input-group>.form-select {
  position: relative;
  width: auto;
  margin-left: 0px !important;
  border: 1px solid transparent !important;
}

.section-header.section-header-six h2 {
  margin-bottom: 15px;
}

.review-user-five {
  margin-bottom: 25px;
}

.review-user-five .review-users-list {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.review-user-five .review-users-list li {
  margin-right: -20px;
}

.review-user-five .review-users-list li a img {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  border: 2px solid #440093;
}

.review-rating-five {
  margin-left: 39px;
}

.review-rating-five p {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  color: var(--white);
  margin-bottom: 0;
}

.rating-star .filled {
  color: #FFB54A;
}

.rate-head-five h2 {
  font-weight: 700;
  font-size: 32px;
  color: var(--white);
  margin-bottom: 0;
}

.rate-head-five p {
  font-weight: 500;
  font-size: 16px;
  color: var(--white);
  margin-left: 10px;
  margin-bottom: 0;
}

.review-five-group .course-count {
  margin-left: 0;
}

/*-----------------
	Leading Section Five
-----------------------*/
.leading-section-five {
  position: relative;
  padding: 40px 0 40px;
  background: var(--light-900);
}

.leading-section-five .owl-carousel .owl-item .lead-img img {
  width: 147px;
}

.course-section-five .owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 5px;
  margin: 0px 5px;
  background: #D9D9D9;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.course-section-five .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 30px;
}

.course-section-five .owl-carousel .owl-item img {
  display: inline-flex;
  width: auto;
}

.home-five .owl-theme .owl-dots .owl-dot span {
  width: 50px;
  height: 5px;
  margin: 0 7px;
  background: var(--light);
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.home-five .owl-theme .owl-dots .owl-dot.active span,
.home-five .owl-theme .owl-dots .owl-dot:hover span {
  background: #FF4667;
  width: 50px;
  height: 5px;
}

.course-section-five {
  background: var(--white);
  padding: 80px 0;
  position: relative;
  z-index: 999;
}

@media (max-width: 991.98px) {
  .course-section-five {
    padding: 50px 0;
  }
}

.course-section-five .course-box-five {
  position: relative;
  overflow: hidden;
  background: var(--white);
  box-shadow: -3px 5px 16px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  margin-bottom: 24px;
  transition: 0.7s;
}

.course-five-item {
  background: #F6F7FB;
  border-radius: 10px;
  border: 1px solid transparent;
}

.course-five-item:hover {
  background: var(--white);
  border: 1px solid #392C7D;
  background: #392C7D;
  border-radius: 10px;
  transition-duration: 0s;
}

.course-five-item:hover .course-info-five h3 {
  font-weight: 700;
  font-size: 20px;
  font-weight: 700;
  font-size: 20px;
  color: var(--white);
}

.course-five-item:hover .course-info-five p {
  color: var(--light);
}

.course-five-item:hover .course-info-btn .btn-five {
  background-color: #FF4667;
}

.course-five-item:hover .icon-five-border {
  background-color: #FF4667;
}

.home-five-course .slick-list {
  margin: 0 -12px;
}

.home-five-course .slick-slide {
  margin: 0 12px;
}

.course-five-grid {
  padding: 24px;
}

.header-five-title {
  margin-bottom: 40px;
}

.header-five-title h2 {
  font-size: 32px;
  margin-bottom: 8px;
}

.header-five-title p {
  font-weight: 500;
}

.counter-section-five {
  background: #392C7D;
  padding: 50px 0 50px;
}

.count-five-last .count-content-five::before {
  display: none;
}

.count-content-five {
  padding: 30px 0;
  position: relative;
}

@media (max-width: 767.98px) {
  .count-content-five {
    padding: 0;
  }
}

.count-content-five::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  right: -10px;
  top: 0;
  background: linear-gradient(to bottom, #5D5292, #392C7D);
}

@media (max-width: 767.98px) {
  .count-content-five::before {
    display: none;
  }
}

.count-content-five h4 {
  font-weight: 700;
  font-size: 38px;
  color: #FFC107;
}

.count-content-five p {
  color: var(--white);
  margin-bottom: 0;
}

.count-five-0 {
  border-right: 0;
}

.featured-section-five {
  padding: 80px 0;
  background: var(--white);
}

@media (max-width: 991.98px) {
  .featured-section-five {
    padding: 50px 0;
  }
}

.tablist-five {
  display: inline-flex;
  align-items: center;
  margin-bottom: 40px;
  text-align: center;
  border-bottom: 1px solid var(--gray-100);
}

.tablist-five .nav-tab {
  margin-right: 40px;
  font-weight: 500;
  font-size: 14px;
  color: var(--gray-900);
  transition: 0.7s;
}

.tablist-five .nav-tab.active {
  color: #FF4667;
  border-bottom: 4px solid #FF4667;
  padding-bottom: 6px;
}

.tablist-five .nav-tab:hover {
  color: #FF4667;
  border-bottom: 4px solid #FF4667;
  padding-bottom: 6px;
  transition: 0.7s;
}

.product-content-five {
  padding: 20px;
}

.product-content-five .price-five-group p {
  font-weight: 500;
  font-size: 16px;
  color: #2D0160;
  margin-bottom: 0;
}

.product-content-five .price-five-group h3 {
  font-weight: 500;
  font-size: 20px;
  color: #FB0F00;
  margin-bottom: 0;
}

.product-content-five h3 a {
  font-weight: 600;
  font-size: 18px;
  color: #515151;
}

.joing-course-ovelay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  background: rgba(45, 1, 96, 0.63);
  border-radius: 10px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0.7s;
}

.course-box-five:hover .joing-course-ovelay {
  height: 100%;
  bottom: 0;
  transition: 0.7s;
}

.course-box-five:hover .heart-five .fa-heart {
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 2px solid transparent;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  font-size: 16px;
  color: #ff0000;
  stroke: #000;
  stroke-width: 30px;
  z-index: 2;
  transition: 0.7s;
}

.product-img-five {
  position: relative;
  overflow: hidden;
  padding: 0;
  transition: 0.7s;
}

.course-group-img-five {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.course-group-img-five img {
  max-width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-right: 10px;
  margin-bottom: 0;
}

.course-group-img-five h6 {
  font-weight: 500;
  font-size: 16px;
  color: #515151;
  margin-bottom: 0;
}

.course-share-five .rating {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 12px;
}

.product-five-title {
  display: flex;
  display: -ms-flexbox;
  margin-bottom: 20px;
}

.info-five-middle {
  border-bottom: 1px solid #F1F1F1;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
}

.info-five-middle .rating-img {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.info-five-middle .course-view-five p {
  font-weight: 500;
  font-size: 16px;
  color: #2D0160;
  margin-bottom: 0;
}

.price-five-group {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
}

.course-view-five {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.course-group-five {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.info-five-middle .rating-img span,
.info-five-middle .rating-img p {
  margin-bottom: 0;
}

.joing-course-middle {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  background-color: #0071DC;
  border-radius: 6px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0.7s;
}

.joing-course-btn {
  font-weight: 500 !important;
  background: #FFC107;
  border: 1px solid #FFC107;
  text-align: center;
  padding: 10px 30px;
  position: relative;
  box-shadow: inset 0 0 0 0 var(--white);
  border-radius: 32px;
  transition: all 0.5s;
  border-radius: 32px;
}

.joing-course-btn:hover {
  color: #2D0160;
  border: 1px solid #2D0160;
  background: var(--white);
  box-shadow: inset 0 50px 0 0 var(--white);
  transition: all 0.5s;
}

.master-section-five {
  position: relative;
  background: var(--light-900);
  padding: 80px 0 56px;
}

@media (max-width: 991.98px) {
  .master-section-five {
    padding: 50px 0 26px;
  }
}

.master-section-five .header-five-title h2 {
  max-width: 374px;
  width: 100%;
}

.master-five-vector {
  position: absolute;
  left: 2rem;
}

.skill-five-icon {
  margin-bottom: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.career-five-content {
  margin-bottom: 30px;
}

.skill-five-item {
  margin-bottom: 24px;
}

.learn-more-five {
  border: 1px solid #FF4667;
  font-weight: 500 !important;
  color: var(--white) !important;
  background: #FF4667;
  border-radius: 32px;
  font-size: 16px;
  text-align: center;
  padding: 12px 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-transform: initial;
  box-shadow: inset 0 0 0 0 var(--white);
  transition: all 0.5s;
}

.learn-more-five:hover {
  background-color: #392C7D;
  border-color: #392C7D;
  color: #392C7D !important;
  box-shadow: inset 0 50px 0 0 var(--white);
  transition: all 0.5s;
}

.skill-five-content h3 {
  font-size: 18px;
  color: var(--gray-900);
  margin-bottom: 8px;
}

.skill-five-content p {
  color: var(--gray-500);
  margin-bottom: 0;
}

.experienced-course-five {
  background: #2D0160;
  padding: 80px 0 60px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .experienced-course-five {
    padding: 50px 0;
  }
}

.experienced-course-five .header-five-title-inner {
  margin-bottom: 20px;
}

.experienced-course-five .header-five-title-inner h2 {
  max-width: 374px;
  color: var(--light);
  font-size: 44px;
}

@media (max-width: 1199.98px) {
  .experienced-course-five .header-five-title-inner h2 {
    font-size: 40px;
  }
}

@media (max-width: 991.98px) {
  .experienced-course-five .header-five-title-inner h2 {
    font-size: 36px;
  }
}

@media (max-width: 575.98px) {
  .experienced-course-five .header-five-title-inner h2 {
    font-size: 26px;
  }
}

.instructor-vector-left {
  position: absolute;
  left: 0rem;
  top: 0.7rem;
}

.career-five-content .ex-five-content {
  max-width: 550px;
  color: var(--white);
}

.experienced-five-sub {
  padding-left: 50px;
}

@media (max-width: 991.98px) {
  .experienced-five-sub {
    padding-left: 0;
  }
}

.instructor-vector-right {
  position: absolute;
  right: 2rem;
  bottom: 1.7rem;
  z-index: -1;
}

.developer-five-list {
  max-width: 550px;
  margin: auto;
}

.developer-five-list li img {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  margin-bottom: 0;
  border: 5px solid transparent;
}

@media (max-width: 767.98px) {
  .developer-five-list li img {
    width: 55px;
    height: 55px;
  }
}

.developer-five-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  outline: none;
  display: flex;
  flex-wrap: wrap;
}

.developer-five-list .column-img {
  display: flex;
  flex: 25%;
  max-width: 25%;
  margin-bottom: 20px;
}

.experienced-five-group {
  position: relative;
}

.developer-profile-five {
  cursor: pointer;
  position: relative;
  cursor: pointer;
  position: relative;
  text-align: center;
  width: 230px;
  -webkit-transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
}

.developer-profile-five .profile-five-ovelay {
  background: rgba(255, 255, 255, 0.85);
  border: 5px solid #FFC107;
  border-radius: 60px 60px 60px 0px;
  bottom: 100%;
  display: block;
  text-align: center;
  left: 70px;
  bottom: 80px;
  opacity: 0;
  z-index: 2;
  padding: 10px;
  position: absolute;
  min-width: 213px;
  max-width: 100%;
  transform: translateY(14px);
  transition: all 0.25s ease-out;
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

.developer-profile-five:hover .profile-five-ovelay {
  opacity: 1;
  transform: translateY(0px);
}

.developer-profile-five:hover .developer-image img {
  border: 5px solid #FFC107;
}

.profile-five-ovelay h5 {
  font-weight: 500;
  font-size: 20px;
}

.profile-five-ovelay p {
  font-weight: 400;
  margin-bottom: 0;
}

.knowledge-list-group {
  display: flex;
  align-items: center;
}

.knowledge-list-group img {
  width: 24px;
  margin-right: 10px;
}

.knowledge-list-group p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #515151;
  margin-bottom: 0;
}

.joing-count-five {
  position: relative;
}

@media (max-width: 991.98px) {
  .joing-count-five {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
  }
}

@media (max-width: 575.98px) {
  .joing-count-five {
    flex-direction: column;
  }
}

.joing-count-five .joing-count-image {
  position: relative;
  display: inline-flex;
}

@media (max-width: 991.98px) {
  .joing-count-five .joing-count-image {
    display: none;
  }
}

.joing-count-five .joing-count-image .joing-count-img1 {
  position: absolute;
  right: -50px;
  bottom: 0;
  z-index: -2;
}

.joing-count-five .joing-count-image .joing-count-img2 {
  position: absolute;
  right: -89px;
  bottom: 26%;
}

.joing-count-five .joing-count-image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 80%;
  background-color: #1CBEEF;
  z-index: -1;
  bottom: 0;
  border-radius: 122px 0 0 0;
  box-shadow: -14px -2px 9px 0px rgba(0, 191, 251, 0.0901960784);
}

.joing-count-five .joing-count-image::after {
  position: absolute;
  content: "";
  width: 62px;
  height: 168px;
  background-color: #FFD600;
  left: 0;
  bottom: 0;
  border-radius: 50px;
  left: -20px;
  bottom: -5px;
}

.joing-count-five img {
  animation: up-down 3s ease-in-out infinite alternate-reverse both;
}

.share-knowledge-five {
  padding: 80px 0;
  background: var(--white);
}

@media (max-width: 991.98px) {
  .share-knowledge-five {
    padding: 50px 0;
  }
}

.share-knowledge-five .header-five-title {
  max-width: 621px;
}

.share-knowledge-five .header-five-title h2 {
  font-size: 44px;
  margin-bottom: 20px;
}

@media (max-width: 1199.98px) {
  .share-knowledge-five .header-five-title h2 {
    font-size: 40px;
  }
}

@media (max-width: 1399.98px) {
  .share-knowledge-five .header-five-title h2 {
    font-size: 36px;
  }
}

@media (max-width: 1199.98px) {
  .share-knowledge-five .header-five-title h2 {
    font-size: 30px;
  }
}

.share-knowledge-five .career-five-content {
  max-width: 550px;
  margin-bottom: 24px;
}

.joing-count-five-one {
  text-align: center;
  position: absolute;
  left: 0rem;
  top: 6.5rem;
  z-index: 2;
}

@media (max-width: 991.98px) {
  .joing-count-five-one {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
  }
}

.joing-count-five-two {
  text-align: center;
  position: absolute;
  left: -4rem;
  bottom: 3rem;
  z-index: 2;
}

@media (max-width: 991.98px) {
  .joing-count-five-two {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
  }
}

.joing-count-five-three {
  text-align: center;
  position: absolute;
  right: 5rem;
  top: -1rem;
  z-index: 2;
}

@media (max-width: 1199.98px) {
  .joing-count-five-three {
    right: 1rem;
  }
}

@media (max-width: 991.98px) {
  .joing-count-five-three {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
}

.joing-count-number {
  font-weight: 700;
  font-size: 32px;
  color: #392C7D;
}

.joing-count-text {
  margin-bottom: 0;
}

/*-----------------
	Achieve your Goals 
-----------------------*/
.goals-section-five {
  background: #FFC107;
  padding: 60px 0 60px;
}

.goals-content-five h4 {
  font-weight: 700;
  font-size: 32px;
  color: #2D0160;
}

.goals-content-five p {
  font-weight: 500;
  font-size: 16px;
  color: #515151;
}

.goals-count-five {
  border-left: 1px solid #FFF09F;
}

/*-----------------
	Transform Access
-----------------------*/
.transform-section-five {
  padding: 60px 0 60px;
}

.transform-access-content .career-five-content {
  max-width: 550px;
}

.transform-count-five-one {
  position: absolute;
  top: 0;
  left: -2rem;
  text-align: center;
}

.home-five .course-count h3 {
  margin-bottom: 0;
}

.transform-count-five-two {
  position: absolute;
  top: 3.5rem;
  right: 6.5rem;
  text-align: center;
}

.transform-count-five-three {
  position: absolute;
  bottom: 3.5rem;
  right: 3.5rem;
  text-align: center;
}

/*-----------------
	Testimonial
-----------------------*/
.testimonial-section-five {
  background: #2D0160;
  padding: 80px 0 80px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .testimonial-section-five {
    padding: 50px 0;
  }
}

.testimonial-section-five .testimonials-quote {
  position: absolute;
  left: 5%;
  top: 10%;
}

@media (max-width: 991.98px) {
  .testimonial-section-five .testimonial-image {
    display: none;
  }
}

.testimonial-section-five .slick-prev {
  left: -80px;
}

.testimonial-section-five .slick-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  color: #392C7D;
  font-size: 16px;
  font-weight: 900;
}

.testimonial-section-five .slick-next {
  right: -80px;
}

.testimonial-section-five .slick-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f053";
  color: #392C7D;
  font-size: 16px;
  font-weight: 900;
}

.testimonial-slider-five {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 0;
}

.testimonial-slider-five::before {
  position: absolute;
  content: "";
  width: 92px;
  height: 102px;
  /* background-image: url(../img/shapes/dot-group.png); */
  background-repeat: no-repeat;
  background-position: center;
  right: -30px;
  bottom: -10px;
  z-index: -1;
}

.testimonial-item-six {
  display: flex;
  align-items: center;
  position: relative;
}

.testimonial-item-six:before {
  content: "";
  background: #FFC107;
  border-radius: 35px;
  width: 62px;
  height: 168px;
  left: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.testimonial-content-five {
  position: relative;
  background: var(--white);
  border-radius: 10px;
  left: 35px;
  padding: 24px;
  width: 757px;
  z-index: 2;
}

@media (max-width: 991.98px) {
  .testimonial-content-five {
    left: 0;
  }
}

.testimonial-section-five .slick-prev,
.testimonial-section-five .slick-next {
  z-index: 99;
  background: var(--white);
  box-shadow: 0px 4px 60px rgba(41, 44, 124, 0.15);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: none !important;
}

.testimonial-section-five .slick-prev:hover,
.testimonial-section-five .slick-next:hover,
.testimonial-section-five .swiper-button-prev:hover,
.testimonial-section-five .swiper-button-next:hover {
  color: #000;
  background: #FF4667;
  opacity: 1;
}

.testimonial-section-five .slick-prev:hover:before,
.testimonial-section-five .slick-prev:focus:before,
.testimonial-section-five .slick-next:hover:before,
.testimonial-section-five .slick-next:focus:before,
.testimonial-section-five .swiper-button-prev:hover:before,
.testimonial-section-five .swiper-button-next:hover:before {
  color: var(--white);
  opacity: 1;
}

.testimonial-section-five .slick-next:focus,
.testimonial-section-five .slick-prev:focus {
  background: #FF4667;
}

[dir=rtl] .testimonial-section-five .slick-prev:before {
  content: "→";
}

[dir=rtl] .testimonial-section-five .slick-next:before {
  content: "←";
}

.footer.footer-six .footer-menu ul li {
  padding-left: 16px;
  position: relative;
}

.footer.footer-six .footer-menu ul li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background-color: #FF4667;
  left: 0;
  top: 8px;
}

.footer.footer-six .footer-menu ul li a:hover {
  color: #FF4667 !important;
  margin-left: 5px;
}

.footer.footer-six .box-form-newsletter {
  background-color: rgba(var(--white), 0.1);
  padding: 10px 10px 10px 24px;
}

.footer.footer-six .box-form-newsletter .input-newsletter {
  background-color: transparent;
  color: var(--gray-100);
  background-image: url('mail-2.svg');
  font-size: 14px;
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 30px;
}

.footer.footer-six .box-form-newsletter .input-newsletter::placeholder {
  color: var(--gray-100);
}

/*-----------------
	Latest Blogs
-----------------------*/
.blogs-section-five {
  padding: 80px 0;
}

@media (max-width: 991.98px) {
  .blogs-section-five {
    padding: 50px 0;
  }
}

.blogs-section-five .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 16px;
  margin-bottom: 0;
}

.blog-five-header {
  border-bottom: 1px solid rgba(57, 44, 125, 0.1);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.blog-five-footer h3 {
  display: flex;
  font-weight: 600;
  font-size: 20px;
  color: #392C7D;
  transition: 0.7s;
  margin-bottom: 0;
}

.blog-five-header .blog-five-text p {
  font-weight: 600;
  font-size: 16px;
  color: #515151;
  margin-bottom: 0;
  transition: 0.7s;
}

@media (min-width: 992px) {
  .home-six .header-three .main-menu-wrapper .main-nav>li>a {
    color: var(--white);
  }

  .home-six .header-three .main-menu-wrapper .main-nav>li.active>a {
    color: #FF4667;
  }
}

.home-five-course.slick-dotted.slick-slider {
  margin: 0;
}

.home-five-course .slick-dots {
  margin-top: 40px;
  position: static;
}

.home-five-course .slick-dots li {
  width: 50px;
  height: 5px;
}

.home-five-course .slick-dots li button {
  width: 50px;
  height: 5px;
  background: var(--light);
  padding: 0;
  margin-right: 5px;
}

.home-five-course .slick-dots li.slick-active button {
  background: #FF4667;
}

.home-five-blog .slick-dots li {
  width: 50px;
  height: 5px;
}

.home-five-blog .slick-dots li button {
  width: 50px;
  height: 5px;
  background: var(--light);
  padding: 0;
  margin-right: 5px;
}

.home-five-blog .slick-dots li.slick-active button {
  background: #FF4667;
}

.home-five-blog .slick-list {
  margin: 0 -12px;
}

.home-five-blog .slick-slide {
  margin: 0 12px;
}

.footer.footer-six {
  background: var(--dark);
}

.footer.footer-six .footer-top-five {
  padding: 40px 0;
}

.footer.footer-six .footer-top-five .footer-contact .footer-title-five {
  color: var(--white);
  margin-bottom: 15px;
}

.footer.footer-six .footer-top-five .footer-contact .footer-address h6 {
  color: var(--white);
  font-size: 14px;
  margin-bottom: 4px;
}

.footer.footer-six .footer-top-five .footer-contact .footer-address p {
  color: var(--white);
  margin-bottom: 0;
  font-size: 14px;
}

.footer.footer-six .footer-top-five .footer-menu .footer-title-five {
  color: var(--white);
  margin-bottom: 15px;
}

.footer.footer-six .footer-top-five .footer-menu ul li {
  margin-bottom: 10px;
}

.footer.footer-six .footer-top-five .footer-menu ul li:last-child {
  margin-bottom: 0;
}

.footer.footer-six .footer-top-five .footer-menu ul li a {
  color: var(--light);
}

.footer.footer-six .footer-bottom-six {
  background: var(--dark);
}

.footer.footer-six .footer-bottom-six .copyright-text p {
  color: var(--light);
}

.footer.footer-six .footer-bottom-six .social-icon {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 8px;
}

@media (max-width: 767.98px) {
  .footer.footer-six .footer-bottom-six .social-icon {
    justify-content: center;
    margin-top: 10px;
  }
}

.footer.footer-six .footer-bottom-six .social-icon a {
  width: 20px;
  height: 20px;
  background: #DCDDE0;
  border-radius: 50%;
  color: #08131E;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer.footer-six .footer-bottom-six .social-icon a:hover {
  color: var(--white);
  background: #FF4667;
}

.footer.footer-six .footer-bottom-six .social-icon-five ul {
  display: flex;
  align-items: center;
  justify-content: end;
}

.footer.footer-six .footer-bottom-six .social-icon-five ul li {
  margin-right: 8px;
}

.footer.footer-six .footer-bottom-six .social-icon-five ul li a {
  color: var(--light);
}

.home-six .header-three .logo-white {
  display: none !important;
}

.home-six .header-three .logo-dark {
  display: block !important;
}

.home-six .header-three.fixed .logo-white {
  display: block !important;
}

.home-six .header-three.fixed .logo-dark {
  display: none !important;
}

.home-six .header-three .navbar-header #mobile_btn .bar-icon span {
  background: var(--white);
}

.home-six .header-three.fixed .navbar-header #mobile_btn .bar-icon span {
  background: #392C7D;
}

@media (max-width: 991.98px) {
  .home-slide-five-face {
    padding: 105px 0 50px;
  }

  .slider-five-two img {
    display: none;
  }

  .banner-content-five {
    margin-bottom: 35px;
  }

  .master-section-five .section-five-sub {
    margin-bottom: 24px;
  }

  .header-five-title h2 {
    font-size: 28px;
  }

  .home-slide-five-text h1 {
    font-size: 32px;
  }

  .career-five-content {
    margin-bottom: 25px;
  }
}

@media (max-width: 767.98px) {
  .header-five-title h2 {
    font-size: 24px;
  }

  .home-slide-five-text h1 {
    font-size: 28px;
  }

  .leading-five-content {
    margin-bottom: 24px;
  }

  .leading-section-five {
    padding: 40px 0;
  }

  .count-content-five {
    margin-bottom: 24px;
  }

  .counter-section-five {
    padding: 50px 0 26px;
  }

  .header-five-title {
    margin-bottom: 24px;
  }

  .footer.footer-six .footer-bottom-six .social-icon-five ul {
    justify-content: center;
    margin-top: 20px;
  }

  .footer.footer-six .footer-bottom-six .copyright-text p {
    text-align: center;
  }
}

.index-six .blog-card {
  margin-bottom: 24px;
}

.dark-mode .logo-white {
  display: none;
}

.dark-mode .logo-dark {
  display: block !important;
}

.dark-mode .course-item {
  box-shadow: none;
}

.dark-mode .latest-blog-five.latest-blog-three .category {
  color: #D6DADE;
  border-color: #D6DADE;
}

.dark-mode .latest-blog-five.latest-blog-three .blog-date {
  color: #D6DADE;
}

.dark-mode .event-three-title h5 {
  color: #D6DADE;
}

.dark-mode .testimonials-section .section-header h2 {
  color: #0D0D0D;
}

.dark-mode .home-4 .blog-content .title {
  color: #D6DADE;
}

.dark-mode .home-4 .blog-content .blog-date {
  color: #D6DADE;
}

.dark-mode .award-one .text-white,
.dark-mode .learn-anything .text-white,
.dark-mode .development-carrer .text-white {
  color: #D6DADE !important;
}

.dark-mode .trending-three-text h3 a {
  color: #0D0D0D;
}

.dark-mode .trending-three-text h3 a:hover {
  color: #FF4667;
}

.dark-mode header.header-five .header-logo.logo-white {
  display: none;
}

.dark-mode header.header-two.fixed .header-logo.logo-white {
  display: none;
}

.dark-mode header.header-three .header-logo.logo-white {
  display: none;
}

.dark-mode header.header-four {
  background: #0D0D0D;
}

.dark-mode header.header-four .header-logo.logo-white {
  display: none;
}

@media (min-width: 992px) {
  .dark-mode header.header-one .header-nav .main-menu-wrapper .main-nav>li>a {
    color: #D6DADE;
  }
}

.dark-mode .home-five .become-content h2,
.dark-mode .home-five .become-content h4 {
  color: #D6DADE;
}

.dark-mode .home-six .header-three .main-menu-wrapper .main-nav>li>a {
  color: #D6DADE;
}

.dark-mode .home-six .header-three .main-menu-wrapper .main-nav>li.active>a,
.dark-mode .home-six .header-three .main-menu-wrapper .main-nav>li:hover>a {
  color: #FF4667;
}

.dark-mode .home-six .header-three .navbar-header #mobile_btn .bar-icon span {
  background: #D6DADE;
}

.dark-mode .home-six .header-three.fixed .logo-white {
  display: none !important;
}

.dark-mode .home-six .header-three.fixed .logo-dark {
  display: block !important;
}

.dark-mode .banner-section-three .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #0D0D0D !important;
}

.dark-mode .home-3 .new-course .home-three-sec-bg .sec-bg-01 {
  display: none;
}

.dark-mode .home-3 .career-img .master-bg {
  display: none;
}

.dark-mode .home-3 .testimonial-user span {
  color: #D6DADE;
}

.dark-mode .footer-three-about p {
  color: #D6DADE;
}

.dark-mode .footer-five {
  background: #0D0D0D;
}

.dark-mode .footer-five .newsletter-title h6 {
  color: #D6DADE;
}

.dark-mode .footer-five .footer-bottom-five {
  border-top: 1px solid var(--gray-100);
}

.dark-mode .footer-five .footer-bottom-five .copyright-text p {
  color: #D6DADE;
}

.dark-mode .footer-five .footer-bottom-five .copyright-text p a {
  color: #FF4667;
}

.dark-mode .footer-five .footer-bottom-five .privacy-link a {
  color: #D6DADE;
}

.dark-mode .footer-five .footer-bottom-five .privacy-link a:hover {
  color: #FF4667;
}

.dark-mode .footer-five .footer-bottom-five .privacy-link a+a::before {
  color: var(--gray-700);
}

.dark-mode .footer-menu-three ul li a {
  color: #D6DADE;
}

.dark-mode .footer-three-title {
  color: #D6DADE;
}

.dark-mode .footer.footer-one {
  background: #0D0D0D;
}

.dark-mode .footer.footer-one .footer-about p {
  color: #D6DADE;
}

.dark-mode .footer.footer-one .footer-widget .footer-title {
  color: #D6DADE;
}

.dark-mode .footer.footer-one .footer-widget ul li a {
  color: #D6DADE;
}

.dark-mode .footer.footer-one .footer-widget ul li a:hover {
  color: #FF4667;
}

.dark-mode .footer.footer-one .subscribe-form span {
  color: var(--gray-500);
}

.dark-mode .footer.footer-one .subscribe-form .form-control::placeholder {
  color: var(--gray-500);
}

.dark-mode .footer.footer-one .footer-newsletter p {
  color: #D6DADE;
}

.dark-mode .footer.footer-one .footer-bottom {
  background: #0D0D0D;
  border-top: 1px solid var(--gray-100);
}

.dark-mode .footer.footer-one .footer-bottom p {
  color: #D6DADE;
}

.dark-mode .footer.footer-one .footer-bottom .footer-link li a {
  color: #D6DADE;
}

.dark-mode .footer.footer-one .footer-bottom .footer-link li a:hover {
  color: #FF4667;
}

.dark-mode .footer.footer-one .footer-bottom .footer-link li+li::before {
  background: var(--gray-100);
}

.dark-mode .footer.footer-one .footer-bottom .social-icon a {
  background: var(--light);
  color: var(--dark);
}

.dark-mode .footer.footer-one .footer-bottom .social-icon a:hover {
  background: #FF4667;
  color: var(--white);
}

.dark-mode .footer.footer-six {
  background: #0D0D0D;
}

.dark-mode .footer.footer-six .footer-top-five .footer-contact {
  color: #D6DADE;
}

.dark-mode .footer.footer-six .footer-top-five .footer-contact .footer-title-five {
  color: #D6DADE;
}

.dark-mode .footer.footer-six .footer-top-five .footer-contact .footer-address h6,
.dark-mode .footer.footer-six .footer-top-five .footer-contact .footer-address p {
  color: #D6DADE;
}

.dark-mode .footer.footer-six .footer-top-five .footer-menu .footer-title-five {
  color: #D6DADE;
}

.dark-mode .footer.footer-six .footer-top-five .footer-menu ul li a {
  color: #D6DADE;
}

.dark-mode .footer.footer-six .box-form-newsletter {
  border: 1px solid var(--gray-100);
}

.dark-mode .footer.footer-six .footer-bottom-six {
  background: #0D0D0D;
}

.dark-mode .footer.footer-six .footer-bottom-six .copyright-text p {
  color: #D6DADE;
}

.dark-mode .breadcrumb-bar .breadcrumb-title {
  color: #252525;
}

.dark-mode .breadcrumb .breadcrumb-item a {
  color: #252525;
}

.dark-mode .breadcrumb .breadcrumb-item a:hover {
  color: #FF4667;
}

.dark-mode .btn.btn-primary,
.dark-mode .btn.btn-secondary {
  color: #D6DADE;
}

[dir=rtl] body {
  direction: rtl;
}

[dir=rtl] body header .main-menu-wrapper .main-nav>li .submenu>li.has-submenu>a::after {
  left: 15px;
  right: unset;
}

[dir=rtl] body header .main-menu-wrapper .main-nav li.has-submenu:hover>.submenu>.has-submenu .submenu {
  right: 100%;
  left: unset;
}

[dir=rtl] body header.header-one .main-menu-wrapper .main-nav>li i {
  margin-right: 2px;
  margin-left: 0;
}

[dir=rtl] body .home-banner .banner-content .banner-bg5 {
  left: 10%;
  right: unset;
}

[dir=rtl] body .home-banner .banner-content .banner-search .dropdown {
  margin-left: 20px;
  margin-right: 0;
}

[dir=rtl] body .home-banner .banner-content .counter-item .counter-icon {
  margin-left: 8px;
  margin-right: 0;
}

[dir=rtl] body .top-courses-slider-rtl {
  margin-bottom: 40px;
}

[dir=rtl] body .top-courses-slider-rtl .categories-item-three {
  padding: 20px;
  border: 1px solid var(--gray-100);
  box-shadow: 0px 4px 4px 0px rgba(212, 212, 212, 0.2509803922);
  border-radius: 10px;
  background: var(--white);
  margin: 0 12px;
}

[dir=rtl] body .top-courses-slider-rtl .categories-item-three img {
  margin-bottom: 20px;
}

[dir=rtl] body .top-courses-slider-rtl .categories-item-three h6 {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

[dir=rtl] body .top-courses-slider-rtl .categories-item-three h6 a:hover {
  color: #FF4667;
}

[dir=rtl] body .top-courses-slider-rtl .categories-item-three:hover img {
  animation: verticalRotate 0.5s linear 1;
}

[dir=rtl] body .slick-next {
  right: auto !important;
}

[dir=rtl] body .slick-prev {
  left: auto !important;
}

[dir=rtl] body .feature-course-slider-2-rtl {
  margin-bottom: 44px;
}

[dir=rtl] body .feature-course-slider-2-rtl .feature-course-item {
  padding: 20px;
  border: 1px solid var(--gray-100);
  box-shadow: 0px 4px 4px 0px rgba(212, 212, 212, 0.2);
  border-radius: 10px;
  margin: 0 12px;
}

[dir=rtl] body .feature-course-slider-2-rtl .feature-course-item .feature-course-img {
  margin-bottom: 24px;
  position: relative;
}

[dir=rtl] body .feature-course-slider-2-rtl .feature-course-item .feature-course-img img {
  width: 100%;
  object-fit: cover;
}

[dir=rtl] body .feature-course-slider-2-rtl .feature-course-item .feature-course-img .price-badge {
  font-size: 14px;
  font-weight: 500;
  color: var(--gray-900);
  background: var(--white);
  border: 1px solid var(--gray-900);
  padding: 4px 10px;
  border-radius: 20px;
  position: absolute;
  top: 10px;
  left: 10px;
}

[dir=rtl] body .feature-course-slider-2-rtl .feature-course-item .badge {
  margin-bottom: 10px;
}

[dir=rtl] body .feature-course-slider-2-rtl .feature-course-item .fav-icon {
  padding: 5px;
  border-radius: 30px;
  background: var(--light-500);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

[dir=rtl] body .feature-course-slider-2-rtl .feature-course-item h5 {
  font-size: 18px;
}

[dir=rtl] body .feature-course-slider-2-rtl .feature-course-item .feature-course-rating {
  display: flex;
  align-items: center;
}

[dir=rtl] body .feature-course-slider-2-rtl .feature-course-item .feature-course-rating .feature-course-person {
  height: 24px;
  width: 24px;
  border-radius: 50px;
  margin-left: 8px;
}

[dir=rtl] body .feature-course-slider-2-rtl .feature-course-item .feature-course-rating .feature-course-person img {
  border-radius: 50px;
}

[dir=rtl] body .feature-course-slider-2-rtl .feature-course-item .feature-course-rating a {
  color: #5625E8;
  text-decoration: underline;
}

[dir=rtl] body .feature-course-slider-2-rtl .feature-course-item .feature-course-rating a:hover {
  color: #FF4667;
}

[dir=rtl] body .feature-course-slider-2-rtl .feature-course-item .buy-course-btn {
  font-size: 14px;
  color: var(--gray-900);
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--light);
}

[dir=rtl] body .feature-course-slider-2-rtl .feature-course-item:hover {
  border: 1px solid rgba(57, 44, 125, 0.3019607843);
}

[dir=rtl] body .feature-course-slider-2-rtl .feature-course-item:hover .buy-course-btn {
  background: #FF4667;
  color: var(--white);
}

[dir=rtl] body .community-to-learn .community-img .community-count {
  left: 0;
  right: unset;
}

[dir=rtl] body .community-to-learn .community-img .community-img-05 {
  left: 130px;
  right: unset;
}

[dir=rtl] body .community-to-learn .community-item .community-icon-1 {
  margin-left: 16px;
  margin-right: 0;
}

[dir=rtl] body .community-to-learn .community-item .community-icon-2 {
  margin-left: 16px;
  margin-right: 0;
}

[dir=rtl] body .community-to-learn .community-item .community-icon-3 {
  margin-left: 16px;
  margin-right: 0;
}

[dir=rtl] body .how-it-works-sec-two .works-items .count {
  margin-left: 36px;
  margin-right: 0;
}

[dir=rtl] body .faq-home-sec .faq-img {
  margin-left: 40px;
  margin-right: 0;
}

[dir=rtl] body .faq-home-sec::before {
  right: 0;
  left: unset;
}

[dir=rtl] body .blog-user-top img {
  margin-left: 8px;
  margin-right: 0;
}

[dir=rtl] body .span-name-three {
  margin-left: 15px;
  margin-right: 0;
}

[dir=rtl] body .footer.footer-one .subscribe-form .form-control {
  padding-right: 56px;
  padding-left: 0;
}

[dir=rtl] body .footer.footer-one .subscribe-form span {
  right: 32px;
  left: 0;
}

[dir=rtl] body header .navbar-header #mobile_btn {
  margin-left: 30px;
  margin-right: 0;
}

[dir=rtl] body .community-to-learn .community-img {
  padding-left: 0;
  padding-right: 16px;
}

@media (max-width: 991.98px) {
  [dir=rtl] body header .header-nav .main-menu-wrapper {
    right: 0;
    left: unset;
    transform: translateX(260px);
    -webkit-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -webkit-transition: all 0.4s;
  }

  [dir=rtl] body header .main-menu-wrapper .main-nav>li a i {
    float: left;
  }
}

[dir=rtl] .footer.footer-one .footer-bottom .footer-link li+li {
  padding-right: 15px;
  margin-right: 15px;
  padding-left: 0;
  margin-left: 0;
}

[dir=rtl] .footer.footer-one .footer-bottom .footer-link li+li::before {
  right: 0;
  left: unset;
}

[dir=rtl] .latest-blog-five.latest-blog-three .category {
  margin-left: 15px;
  margin-right: 0;
}

[dir=rtl] .latest-blog-five.latest-blog-three .blog-date i {
  margin-left: 5px;
  margin-right: 0;
}

[dir=rtl] .blog-user-top {
  right: 20px;
  left: unset;
}

[dir=rtl] .home-banner .banner-content .banner-search .hero-dropdown i {
  margin-right: 29px;
  margin-left: 0;
}

[dir=rtl] .feature-course-slider-2-rtl .slick-list {
  margin: 0 -12px;
}

[dir=rtl] .feature-course-slider-2-rtl .slick-slide {
  margin: 0 12px;
}

[dir=rtl] .faq-banner-bg::before {
  left: unset;
  right: 0;
}

[dir=rtl] .banner-section .banner-content .counter-item .counter-icon {
  margin-right: 0;
  margin-left: 5px;
}

[dir=rtl] .benefit-section .card {
  z-index: 1;
}

[dir=rtl] .benefit-section .card .end-0 {
  right: 0 !important;
  z-index: -1;
}

[dir=rtl] .trust-sec .user-goal .avatar.avatar-lg {
  margin-right: 0;
  margin-left: 5px;
}

[dir=rtl] .course-item .course-rating .course-user {
  margin-right: 0;
  margin-left: 8px;
}

[dir=rtl] .banner-section .banner-content .banner-search .dropdown {
  margin-right: 0;
  margin-left: 20px;
}

[dir=rtl] .banner-section .banner-content .banner-search .hero-dropdown i {
  margin-right: 29px;
  margin-left: 0;
}

@media (max-width: 575.98px) {
  [dir=rtl] header .navbar-header #mobile_btn {
    right: unset;
    left: 0;
  }
}

/*=============================
    Category
===============================*/
.categories-item {
  border: 1px solid var(--gray-100);
  padding: 16px;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 24px;
  background: var(--white);
}

.categories-item .categories-img {
  width: 68px;
  height: 68px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: var(--light-900);
  margin-bottom: 16px;
  border: 1px solid var(--white);
}

.categories-item h6 {
  font-size: 16px;
}

.categories-item:hover {
  cursor: pointer;
}

.categories-item:hover .categories-img {
  animation: verticalRotate 0.5s linear 1;
}

.categories-item p {
  font-size: 14px;
}

.categories-item-two {
  padding: 20px;
  transition: all 0.3s ease 0s;
}

.categories-item-two .categories-icon {
  display: block;
  margin-bottom: 24px;
}

.categories-item-two .categories-icon img {
  margin: 0 auto;
}

.categories-item-two h5 {
  margin-bottom: 4px;
}

.categories-item-two p {
  font-size: 14px;
  font-weight: 500;
}

.categories-item-two:hover {
  background: #392C7D;
  transition: all 0.3s ease 0s;
}

.categories-item-two:hover h5 a {
  color: var(--white);
}

.categories-item-two:hover p {
  color: var(--white);
}

.categories-item-three {
  padding: 20px;
  border: 1px solid var(--gray-100);
}

.categories-item-three img {
  margin-bottom: 20px;
}

.categories-item-three .title {
  font-weight: 500;
  text-align: center;
}

.categories-item-three:hover img {
  animation: verticalRotate 0.5s linear 1;
}

.categories-item-four {
  box-shadow: 0px 4px 4px 0px rgba(212, 212, 212, 0.2509803922);
  padding: 24px;
  margin-bottom: 24px;
  transition: 0.7s;
  position: relative;
  text-align: left;
  z-index: 1;
}

.categories-item-four::before {
  background: url('category-bg.png') no-repeat;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;
  z-index: -1;
}

.categories-item-four .categories-icon {
  margin-bottom: 24px;
}

.categories-item-four .categories-icon img {
  width: 53px;
}

.categories-item-four .title {
  font-size: 20px;
  transition: 0.7s;
  margin-bottom: 4px;
}

@media (max-width: 991.98px) {
  .categories-item-four .title {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .categories-item-four .title {
    font-size: 16px;
  }
}

.categories-item-four:hover {
  background: var(--gray-400);
  cursor: pointer;
  border: 1px solid var(--gray-400);
  transition: 0.7s;
}

.categories-item-four:hover .title a {
  color: var(--white);
  transition: 0.7s;
}

.categories-item-four:hover p {
  color: var(--white);
  transition: 0.7s;
}

.categories-item-five {
  display: flex;
  padding: 20px;
  align-items: center;
  transition: 0.7s;
  text-align: center;
  margin-bottom: 40px;
}

.categories-item-five .categories-icon {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--light-900);
  border-radius: 5px;
  margin: 0 auto 12px;
}

.categories-item-five h3 {
  font-weight: 700;
  font-size: 18px;
}

.categories-item-five:hover {
  background: #392C7D;
  cursor: pointer;
  border: 1px solid #392C7D;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  transition: 0.7s;
}

.categories-item-five:hover h3 {
  color: var(--white);
  transition: 0.7s;
}

.categories-item-five:hover h3 a {
  color: var(--white);
}

.categories-item-five:hover .instructors-info p {
  color: var(--white);
  transition: 0.7s;
}

.categories-item-five .instructors-info {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
}

.categories-item-five .instructors-info p {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0;
  transition: 0.7s;
}

.categories-item-five .category-info {
  border-bottom: 1px solid var(--gray-100);
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.categories-item-six {
  background: var(--light-900);
  border: 1px solid transparent;
  padding: 24px;
  margin-bottom: 0;
}

.categories-item-six .categories-icon {
  margin-bottom: 24px;
  text-align: center;
}

.categories-item-six .categories-icon .icon-bg {
  position: relative;
  background: #392C7D;
  border-radius: 75px 30px 75px 30px;
  width: 90px;
  margin: auto auto 0;
}

.categories-item-six .categories-icon img {
  background: var(--white);
  padding: 20px;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease 0s;
  border-radius: 50%;
}

.categories-item-six .title {
  font-size: 20px;
}

@media (max-width: 767.98px) {
  .categories-item-six .title {
    font-size: 18px;
  }
}

.categories-item-six p {
  margin-bottom: 20px;
}

.categories-item-six .view-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease 0s;
  width: 30px;
  height: 30px;
  background: #392C7D;
  border-radius: 50%;
  transition: 0.7s;
  margin: 0 auto;
  color: var(--white);
  font-size: 12px;
}

.categories-item-six:hover {
  border: 1px solid #392C7D;
  background: #392C7D;
  border-radius: 10px;
  transition-duration: 0s;
}

.categories-item-six:hover .icon-bg {
  background: #FF4667;
}

.categories-item-six:hover h3 {
  color: var(--white);
}

.categories-item-six:hover p {
  color: var(--light);
}

.categories-item-six:hover .view-icon {
  background: #FF4667;
}

/*# sourceMappingURL=style.css.map */
/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/plugins/perfect-scrollbar/css/perfect-scrollbar.css?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

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

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

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

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

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

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

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

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

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

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

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

/*!**********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/css/tooltip.css?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************************/
.tooltip-icon {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }
  
  .tooltip-text {
    visibility: hidden;
    width: 250px;
    background-color: rgb(15, 13, 13);
    color: #fff;
    text-align: center;
    border-radius: 6px; 
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 66%; /* Adjusts position above the icon */
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
  }
  
  .tooltip-icon:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
  }

/*# sourceMappingURL=styles.css.map*/