/* FONT SIZES */
/* COLORS */
/* YELLOW */
/* BLACK */
/* GRAY */
/* RED */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@font-face {
  font-family: 'CircularStd';
  src: url("../fonts/CircularStd-Book.woff2") format("woff2"), url("../fonts/CircularStd-Book.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'CircularStd';
  src: url("../fonts/CircularStd-Bold.woff2") format("woff2"), url("../fonts/CircularStd-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
body {
  font-family: "Montserrat" !important;
  font-size: 14px !important;
  background-color: #fff;
  color: #161711 !important;
  font-weight: 400;
  overflow-x: hidden; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #161711 !important; }

img {
  max-width: 100%; }

.accordion {
  background-color: transparent; }
  .accordion .accordion-button:not(.collapsed) {
    color: #d8ab44;
    background-color: rgba(254, 214, 21, 0.1);
    box-shadow: none; }
    .accordion .accordion-button:not(.collapsed)::after {
      content: '';
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23d8ab44'%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"); }
  .accordion .accordion-button:disabled {
    opacity: 0.7; }
  .accordion .accordion-body {
    border-top: 1px dashed #eff2f5; }

.alert {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  .alert .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #161711;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit;
    border: 0;
    background: transparent; }
    .alert .close:hover {
      opacity: 1; }

.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 18px;
  text-transform: uppercase;
  font-size: 14px; }
  .btn.btn-sm {
    font-size: 11px;
    padding: 8px 10px; }
  .btn.btn-lg {
    padding: 15px 20px !important;
    font-size: 16px; }
  .btn:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon) {
    padding: 7px 16px; }

.btn-circle {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  .btn-circle.btn-xs {
    width: 34px;
    height: 34px; }

.btn-primary, .show > .btn-primary.dropdown-toggle {
  background: #161711;
  border: none; }
  .btn-primary.disabled, .btn-primary:disabled, .show > .btn-primary.dropdown-toggle.disabled, .show > .btn-primary.dropdown-toggle:disabled {
    background: #161711;
    color: #FED615; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .show > .btn-primary.dropdown-toggle:hover, .show > .btn-primary.dropdown-toggle:focus, .show > .btn-primary.dropdown-toggle:active {
    background: #FED615;
    color: #161711; }

.btn-color1 {
  background: #FED615;
  border: none; }
  .btn-color1 i {
    color: #161711; }
  .btn-color1.disabled, .btn-color1:disabled {
    background: #FED615;
    color: #fff; }
  .btn-color1:hover, .btn-color1:focus, .btn-color1:active {
    background: #161711;
    color: #fff; }
    .btn-color1:hover i, .btn-color1:focus i, .btn-color1:active i {
      color: #fff; }

.btn-color8 {
  background: #6b685c;
  border: none;
  color: #fff; }
  .btn-color8.disabled, .btn-color8:disabled {
    background: #6b685c;
    color: #fff; }
  .btn-color8:hover, .btn-color8:focus, .btn-color8:active {
    background: #161711;
    color: #fff; }

.btn-color9 {
  background: #161711;
  color: #fff; }
  .btn-color9.disabled, .btn-color9:disabled {
    background: #161711;
    color: #fff; }
  .btn-color9:hover, .btn-color9:focus, .btn-color9:active {
    background: #d8ab44;
    color: #fff; }

.btn-color10 {
  background: #d8ab44;
  color: #fff; }
  .btn-color10.disabled, .btn-color10:disabled {
    background: #d8ab44;
    color: #fff; }
  .btn-color10:hover, .btn-color10:focus, .btn-color10:active {
    background: #161711;
    color: #fff; }

.btn-clean {
  padding: 0;
  margin: 0;
  border: none;
  background: transparent; }

.bg-color1 {
  background-color: #FED615; }

.bg-color2 {
  background-color: #161711; }

.bg-color3 {
  background-color: #7f7f7f; }

.bg-color4 {
  background-color: #db1e1e; }

.bg-color5 {
  background-color: #ccaa4c; }

.bg-color6 {
  background-color: #282828; }

.bg-color7 {
  background-color: #f0eee7; }

.bg-color8 {
  background-color: #6b685c; }

.bg-color9 {
  background-color: #161711; }

.bg-color10 {
  background-color: #d8ab44; }

.bg-color11 {
  background-color: #a5a5a5; }

.bg-color12 {
  background-color: #e8e8e8; }

.bg-color13 {
  background-color: #ffe37d; }

.border-color1 {
  border-color: #FED615 !important; }

.border-color9 {
  border-color: #161711 !important;
  border-bottom-color: #161711 !important; }

.border-color8 {
  border-color: #6b685c !important; }

.border-color10 {
  border-color: #d8ab44 !important; }

.border-color13 {
  border-color: #ffe37d !important;
  border-bottom-color: #ffe37d !important; }

.border-colorful {
  border-image: conic-gradient(from var(--angle), red, yellow, lime, aqua, blue, magenta, red) 1 !important;
  animation: 5s rotate linear infinite; }

.card {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
  border: 1px solid #F1F1F4; }

.error-message-card {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #fff;
  background: #db1e1e;
  padding: 10px; }

.alert-message-card {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #161711;
  background: #FED615;
  padding: 10px; }

.dropdown-toggle.no-arrow::after {
  display: none; }

.dropdown-default {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  margin-top: 6px; }
  .dropdown-default hr {
    display: block; }
  .dropdown-default ul li {
    margin-bottom: 4px; }

.dropdown-item:focus, .dropdown-item:hover {
  background-color: transparent; }
  .dropdown-item:focus span, .dropdown-item:hover span {
    color: #FED615; }

.menu-state-bg-light-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
  background-color: rgba(255, 227, 125, 0.3); }

.fw-100 {
  font-weight: 100 !important; }

.fw-200 {
  font-weight: 200 !important; }

.fw-300 {
  font-weight: 300 !important; }

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

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

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

.fw-700 {
  font-weight: 700 !important; }

.fw-800 {
  font-weight: 800 !important; }

.fw-900 {
  font-weight: 900 !important; }

.default-form .form-control:active, .default-form .form-control:focus {
  box-shadow: none !important; }
.default-form .form-control, .default-form .vs__dropdown-toggle, .default-form .multiselect__tags {
  border: 2px solid #CFD1E4;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  transition: all 0.2s ease-out; }
  .default-form .form-control:focus, .default-form .vs__dropdown-toggle:focus, .default-form .multiselect__tags:focus {
    border-color: #d8ab44; }
  .default-form .form-control.form-control-sm, .default-form .vs__dropdown-toggle.form-control-sm, .default-form .multiselect__tags.form-control-sm {
    padding: 7px; }
.default-form .vs__dropdown-toggle {
  padding: .775rem 1rem; }
  .default-form .vs__dropdown-toggle .vs__actions {
    display: none; }
.default-form .v-select .vs__dropdown-toggle {
  padding: .500rem 1rem .775rem 1rem; }
.default-form .form-control-sm-wrapper .form-control {
  padding: 7px; }
.default-form input.form-control:not(:placeholder-shown), .default-form textarea.form-control:not(:placeholder-shown) {
  border-color: #d8ab44; }
.default-form .custom-select {
  position: relative; }
  .default-form .custom-select select.form-control {
    padding-right: 30px; }
  .default-form .custom-select.custom-select-sm::after {
    top: calc(50% - 12px); }
  .default-form .custom-select::after {
    content: '\f0d7';
    font-family: 'FontAwesome';
    position: absolute;
    top: calc(50% - 12px);
    right: 16px;
    font-size: 16px;
    color: #161711; }
.default-form .multiselect.multiselect--disabled .multiselect__select {
  background: transparent; }
.default-form .multiselect .multiselect__select {
  margin-top: 4px; }
.default-form .multiselect .multiselect__tag {
  color: #fff;
  background-color: #161711;
  border-radius: 0;
  padding: 7px 20px 7px 8px;
  font-size: 12px; }
  .default-form .multiselect .multiselect__tag .multiselect__tag-icon {
    padding: 0;
    background-color: transparent;
    border: 0;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.6;
    top: -2px; }
    .default-form .multiselect .multiselect__tag .multiselect__tag-icon::after {
      color: #fff;
      font-size: 16px;
      top: calc(50% - 9px);
      position: relative; }
.default-form .multiselect .multiselect__element .multiselect__option--highlight {
  background: #161711; }
  .default-form .multiselect .multiselect__element .multiselect__option--highlight::after {
    background: #161711; }
.default-form .multiselect .multiselect__element .multiselect__option--selected.multiselect__option--highlight {
  background: #FED615;
  color: #161711; }
  .default-form .multiselect .multiselect__element .multiselect__option--selected.multiselect__option--highlight::after {
    background: #FED615;
    color: #161711; }
.default-form .styled-checkbox input {
  display: none; }
.default-form .styled-checkbox input:checked + span::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #161711; }
.default-form .styled-checkbox label {
  cursor: pointer;
  font-size: 14px; }
.default-form .styled-checkbox span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #8F8F8F;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  vertical-align: top;
  margin-right: 4px; }
.default-form .form-switch.size-lg, .default-form .form-check-input.size-lg {
  width: 2.5em;
  height: 1.5em; }
.default-form .form-switch:checked, .default-form .form-check-input:checked {
  background-color: #d8ab44 !important;
  border-color: #d8ab44 !important; }
.default-form .form-switch:focus, .default-form .form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(254, 214, 21, 0.25);
  border-color: #ffe872; }
.default-form .form-select.language {
  background-color: transparent;
  color: #ccaa4c;
  width: auto;
  font-weight: 700;
  border: none;
  box-shadow: none; }

.form-check-custom.form-check-solid .form-check-input {
  border-radius: 0; }
  .form-check-custom.form-check-solid .form-check-input:checked {
    background-color: #d8ab44; }

.daterangepicker .ranges li.active {
  background-color: #FED615; }
.daterangepicker .ranges li:hover {
  background-color: #f5f2e5;
  color: #FED615; }
.daterangepicker .drp-calendar td.active {
  background-color: #FED615 !important; }
.daterangepicker .drp-calendar td.in-range.available:not(.active):not(.off):not(.today), .daterangepicker .drp-calendar td.today.active, .daterangepicker .drp-calendar td.available:hover {
  background-color: #f5f2e5 !important;
  color: #FED615 !important; }

/* KEYFRAMES BIG */
@keyframes d1 {
  0% {
    transform: scale(0.4); }
  6.25%, 43.75% {
    transform: scale(1); }
  50% {
    transform: scale(0.4); } }
@keyframes d2 {
  3.12% {
    transform: scale(0.4); }
  12.5%, 50% {
    transform: scale(1); }
  56.25% {
    transform: scale(0.4); } }
@keyframes d3 {
  6.25% {
    transform: scale(0.4); }
  18.75%, 53.12% {
    transform: scale(1); }
  62.5% {
    transform: scale(0.4); } }
@keyframes d4 {
  9.37% {
    transform: scale(0.4); }
  25%, 59.12% {
    transform: scale(1); }
  68.75% {
    transform: scale(0.4); } }
@keyframes d5 {
  12.5% {
    transform: scale(0.4); }
  31.25%, 65.72% {
    transform: scale(1); }
  75% {
    transform: scale(0.4); } }
@keyframes d6 {
  15.62% {
    transform: scale(0.4); }
  37.5%, 71.87% {
    transform: scale(1); }
  81.25% {
    transform: scale(0.4); } }
@keyframes d7 {
  18.75% {
    transform: scale(0.4); }
  43.75%, 78.12% {
    transform: scale(1); }
  87.5% {
    transform: scale(0.4); } }
/* KEYFRAMES SMALL */
@keyframes d1-small {
  0% {
    transform: scale(0.4); }
  10%, 50% {
    transform: scale(1); }
  60% {
    transform: scale(0.4); } }
@keyframes d2-small {
  10% {
    transform: scale(0.4); }
  20%, 55% {
    transform: scale(1); }
  70% {
    transform: scale(0.4); } }
@keyframes d3-small {
  20% {
    transform: scale(0.4); }
  30%, 65% {
    transform: scale(1); }
  80% {
    transform: scale(0.4); } }
@keyframes d4-small {
  30% {
    transform: scale(0.4); }
  40%, 75% {
    transform: scale(1); }
  90% {
    transform: scale(0.4); } }
@keyframes d5-small {
  40% {
    transform: scale(0.4); }
  50%, 85% {
    transform: scale(1); }
  100% {
    transform: scale(0.4); } }
.loader {
  display: grid; }
  .loader.size-big {
    grid-template-columns: repeat(4, 15px);
    grid-template-rows: repeat(4, 15px);
    /* Diagonal 1 */
    /* Diagonal 2 */
    /* Diagonal 3 */
    /* Diagonal 4 */
    /* Diagonal 5 */
    /* Diagonal 6 */
    /* Diagonal 7 */ }
    .loader.size-big .square {
      width: 15px;
      height: 15px; }
    .loader.size-big .square:nth-child(13) {
      animation-name: d1; }
    .loader.size-big .square:nth-child(9),
    .loader.size-big .square:nth-child(14) {
      animation-name: d2; }
    .loader.size-big .square:nth-child(5),
    .loader.size-big .square:nth-child(10),
    .loader.size-big .square:nth-child(15) {
      animation-name: d3; }
    .loader.size-big .square:nth-child(1),
    .loader.size-big .square:nth-child(6),
    .loader.size-big .square:nth-child(11),
    .loader.size-big .square:nth-child(16) {
      animation-name: d4; }
    .loader.size-big .square:nth-child(2),
    .loader.size-big .square:nth-child(7),
    .loader.size-big .square:nth-child(12) {
      animation-name: d5; }
    .loader.size-big .square:nth-child(3),
    .loader.size-big .square:nth-child(8) {
      animation-name: d6; }
    .loader.size-big .square:nth-child(4) {
      animation-name: d7; }
  .loader.size-small {
    grid-template-columns: repeat(3, 10px);
    grid-template-rows: repeat(3, 10px);
    /* Diagonal 1 */
    /* Diagonal 2 */
    /* Diagonal 3 */
    /* Diagonal 4 */
    /* Diagonal 5 */ }
    .loader.size-small .square {
      width: 10px;
      height: 10px; }
    .loader.size-small .square:nth-child(7) {
      animation-name: d1-small; }
    .loader.size-small .square:nth-child(4),
    .loader.size-small .square:nth-child(8) {
      animation-name: d2-small; }
    .loader.size-small .square:nth-child(1),
    .loader.size-small .square:nth-child(5),
    .loader.size-small .square:nth-child(9) {
      animation-name: d3-small; }
    .loader.size-small .square:nth-child(2),
    .loader.size-small .square:nth-child(6) {
      animation-name: d4-small; }
    .loader.size-small .square:nth-child(3) {
      animation-name: d5-small; }
  .loader .square {
    background-color: #FED615;
    transform-origin: center;
    transform: scale(0.4);
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-play-state: running; }

.btn-color1 .loader .square {
  background: #000; }
.btn-color1:hover .loader .square, .btn-color1:focus .loader .square {
  background: #FED615; }

.btn-primary .loader .square {
  background: #FED615; }
.btn-primary:hover .loader .square, .btn-primary:focus .loader .square {
  background: #000; }

.default-modal.modal-size-md .modal-dialog {
  max-width: 700px; }
.default-modal.modal-size-lg .modal-dialog {
  max-width: 900px; }
.default-modal .modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none; }
.default-modal .modal-header {
  padding: 0;
  border: none; }
  .default-modal .modal-header .close {
    position: absolute;
    top: 0px;
    right: 15px;
    z-index: 10;
    border: none;
    padding: 0;
    margin: 0;
    background: transparent;
    font-size: 30px; }
.default-modal .modal-body {
  padding-top: 30px; }

.font-size-xxxSmall {
  font-size: 8px !important; }

.font-size-xxSmall {
  font-size: 10px !important; }

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

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

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

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

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

.font-size-medium {
  font-size: 25px !important; }

.font-size-large {
  font-size: 32px !important; }

.font-size-xLarge {
  font-size: 42px !important; }

.font-size-xxLarge {
  font-size: 55px !important; }

.font-size-xxxLarge {
  font-size: 65px !important; }

@media (min-width: 768px) {
  .font-size-md-xxxSmall {
    font-size: 8px !important; }

  .font-size-md-xxSmall {
    font-size: 10px !important; }

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

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

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

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

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

  .font-size-md-medium {
    font-size: 25px !important; }

  .font-size-md-large {
    font-size: 32px !important; }

  .font-size-md-xLarge {
    font-size: 42px !important; }

  .font-size-md-xxLarge {
    font-size: 55px !important; }

  .font-size-md-xxxLarge {
    font-size: 65px !important; } }
@media (min-width: 992px) {
  .font-size-lg-xxxSmall {
    font-size: 8px !important; }

  .font-size-lg-xxSmall {
    font-size: 10px !important; }

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

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

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

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

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

  .font-size-lg-medium {
    font-size: 25px !important; }

  .font-size-lg-large {
    font-size: 32px !important; }

  .font-size-lg-xLarge {
    font-size: 42px !important; }

  .font-size-lg-xxLarge {
    font-size: 55px !important; }

  .font-size-lg-xxxLarge {
    font-size: 65px !important; } }
@media (min-width: 1200px) {
  .font-size-xl-xxxSmall {
    font-size: 8px !important; }

  .font-size-xl-xxSmall {
    font-size: 10px !important; }

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

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

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

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

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

  .font-size-xl-medium {
    font-size: 25px !important; }

  .font-size-xl-large {
    font-size: 32px !important; }

  .font-size-xl-xLarge {
    font-size: 42px !important; }

  .font-size-xl-xxLarge {
    font-size: 55px !important; }

  .font-size-xl-xxxLarge {
    font-size: 65px !important; } }
.default-tabs .nav-item {
  margin: 0 3px; }
.default-tabs .nav-link {
  background: #FED615;
  color: #161711;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  opacity: 0.4;
  transition: all 0.2s ease-out;
  border: none !important; }
  .default-tabs .nav-link:hover {
    opacity: 1;
    border: none; }
  .default-tabs .nav-link.active {
    color: #fff;
    background: #161711;
    opacity: 1;
    border: none; }

/* LINKS */
a {
  color: #ccaa4c;
  transition: all 0.2s ease-out;
  text-decoration: none; }
  a:hover {
    color: #161711; }

.link-color1 {
  color: #FED615; }
  .link-color1:hover {
    color: #161711; }

.link-color2 {
  color: #161711; }
  .link-color2:hover {
    color: #ccaa4c; }

.link-color3 {
  color: #ccaa4c; }
  .link-color3:hover {
    color: #161711; }

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

.text-red {
  color: #db1e1e; }

.text-color1 {
  color: #FED615; }

.text-color2 {
  color: #000; }

.text-color5 {
  color: #ccaa4c; }

.text-color8 {
  color: #6b685c; }

.text-color10 {
  color: #d8ab44 !important; }

.text-color9 {
  color: #161711 !important; }

.text-color11 {
  color: #a5a5a5 !important; }

.ls-5 {
  letter-spacing: 0.5px; }

.ls-15 {
  letter-spacing: 1.5px; }

.ls-25 {
  letter-spacing: 2.5px; }

.link-block-color1 {
  background: #FED615;
  color: #161711;
  padding: 3px; }
  .link-block-color1:hover {
    background: transparent; }

.link-block-color5 {
  background: #ccaa4c;
  color: #161711;
  padding: 3px; }
  .link-block-color5:hover {
    background: transparent; }

.title-color1 {
  display: flex;
  justify-content: center;
  gap: 1rem;
  border-bottom: 1px dashed #d4d4d4; }
  .title-color1 .title {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin: 0;
    border-bottom: 3px solid #FED615;
    position: relative;
    bottom: -2px; }
    .title-color1 .title span {
      padding-bottom: 15px;
      font-weight: 700; }
    .title-color1 .title .icon {
      padding-bottom: 15px;
      width: 15px; }

.custom-pagination {
  gap: 8px !important; }

.custom-pagination .page-item .page-link {
  color: #000 !important;
  background-color: transparent !important;
  border-color: transparent !important; }

.custom-pagination .page-item.active .page-link {
  background-color: #FED615 !important;
  color: #000 !important;
  border-color: transparent !important;
  margin: 0;
  border-radius: 0; }

.page-item:not(:first-child) .page-link {
  margin-left: 0; }

.w-40 {
  width: 40% !important; }

.w-65 {
  width: 65% !important; }

.w-90 {
  width: 90% !important; }

@media (min-width: 576px) {
  .w-sm-25 {
    width: 25% !important; }

  .w-sm-50 {
    width: 50% !important; }

  .w-sm-65 {
    width: 65% !important; }

  .w-sm-75 {
    width: 75% !important; }

  .w-sm-100 {
    width: 100% !important; } }
@media (min-width: 768px) {
  .w-md-25 {
    width: 25% !important; }

  .w-md-50 {
    width: 50% !important; }

  .w-md-65 {
    width: 65% !important; }

  .w-md-75 {
    width: 75% !important; }

  .w-md-100 {
    width: 100% !important; } }
@media (min-width: 992px) {
  .w-lg-25 {
    width: 25% !important; }

  .w-lg-50 {
    width: 50% !important; }

  .w-lg-65 {
    width: 65% !important; }

  .w-lg-75 {
    width: 75% !important; }

  .w-lg-90 {
    width: 90% !important; }

  .w-lg-100 {
    width: 100% !important; } }
@media (min-width: 1200px) {
  .w-xl-25 {
    width: 25% !important; }

  .w-xl-50 {
    width: 50% !important; }

  .w-xl-65 {
    width: 65% !important; }

  .w-xl-75 {
    width: 75% !important; }

  .w-xl-90 {
    width: 90% !important; }

  .w-xl-100 {
    width: 100% !important; } }
#wabee-chat-container {
  width: 100%; }
  #wabee-chat-container svg[width="477"][height="435"] {
    display: none; }
  #wabee-chat-container :where(.css-dev-only-do-not-override-1a0py0v).ant-typography kbd {
    border: none; }

#kt_drawer_chat_ia .btn-close {
  width: 1.75rem;
  height: 1.75rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1.5rem auto no-repeat; }

:where(.css-dev-only-do-not-override-gyvjqk).ant-sender {
  width: 100% !important; }

:where(.css-dev-only-do-not-override-gyvjqk).ant-sender:after {
  border-color: #d8ab44 !important;
  box-shadow: none !important; }

.ant-sender:focus-within {
  border-color: #d8ab44 !important; }

.ant-btn {
  background-color: #d8ab44;
  box-shadow: none !important; }

.ant-btn:hover {
  background-color: #c39a3d !important; }

:where(.css-dev-only-do-not-override-gyvjqk).ant-bubble .ant-bubble-header {
  display: none; }

.ant-flex {
  width: 100% !important; }

.ant-layout-content {
  background-color: #fff !important;
  overflow: hidden !important; }

.ant-bubble-start .ant-avatar {
  background: url("/images/v2/layout/pixel-intelligence-icone.png") no-repeat center;
  background-size: cover;
  background-color: transparent !important; }
  .ant-bubble-start .ant-avatar svg {
    display: none; }
.ant-bubble-start .ant-bubble-content {
  text-align: start;
  box-shadow: none !important;
  padding: 0 20px 0 0 !important; }
  .ant-bubble-start .ant-bubble-content > div {
    border: 1px solid #d8ab44 !important;
    border-radius: 8px !important; }
  .ant-bubble-start .ant-bubble-content .ant-spin-text {
    display: none; }
  .ant-bubble-start .ant-bubble-content .ant-spin-dot-spin .ant-spin-dot-item {
    background-color: #d8ab44 !important; }

.loading-stop-container > div {
  border-color: #d8ab44 rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) !important; }
  .loading-stop-container > div .anticon {
    color: #d8ab44 !important; }
  .loading-stop-container > div .stop-button {
    border: 1px solid #d8ab44 !important;
    color: #d8ab44 !important; }

.wabee-chat-generating:not(.wabee-chat-streaming) .wabee-loading-container {
  margin-bottom: 0 !important; }
.wabee-chat-generating:not(.wabee-chat-streaming) .wabee-loading-container div:nth-child(1) {
  display: none !important; }
.wabee-chat-generating:not(.wabee-chat-streaming) .wabee-loading-container ~ div {
  display: none; }
.wabee-chat-generating:not(.wabee-chat-streaming) .ant-spin {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important; }

.wabee-chat-streaming .wabee-loading-indicator {
  display: none !important; }
.wabee-chat-streaming .wabee-loading-status-text {
  display: none !important; }

/*

.ant-bubble-content:has(.ant-spin-spinning) > div > div:nth-child(1) > div:nth-child(1) {
  display: none !important;
}

.ant-bubble-content:has(.ant-spin-spinning) > div > div:nth-child(2) {
  display: none !important;
}

.ant-bubble-content > div > div:nth-child(1) {
  margin-bottom: 0 !important;
}
*/
.ant-bubble-content {
  font-family: "Montserrat" !important; }

.ant-bubble-end .ant-avatar {
  background-color: #d8ab44 !important; }

.chat-button {
  background-color: #fff;
  border: none;
  padding: 5px 10px;
  --angle: 0deg;
  border: .1vmin solid;
  border-image: conic-gradient(from var(--angle), red, yellow, lime, aqua, blue, magenta, red) 1;
  animation: 5s rotate linear infinite; }

@keyframes rotate {
  to {
    --angle: 360deg; } }
@property --angle {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false; }
.chat-modal {
  overflow: hidden !important; }

.chat-modal.open {
  display: block;
  color: #d8ab44 !important; }

div .wabee-chat-widget {
  box-shadow: none !important;
  border: none !important; }

kbd {
  display: none;
  color: #000 !important; }

.modal-header {
  display: flex;
  gap: 1em; }

.modal-header img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%; }

.pop-up-chat-icon {
  color: #000000 !important;
  font-size: inherit !important; }

.modal {
  display: none; }

.modal.show {
  display: block; }

.chat-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10; }

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