@keyframes blink {
  50% {
    opacity: 0.0; } }
@-webkit-keyframes blink {
  50% {
    opacity: 0.0; } }
.blink {
  -webkit-animation: blink 1s step-start 0s infinite;
  -moz-animation: blink 1s step-start 0s infinite;
  animation: blink 1s step-start 0s infinite; }

.section.no-padding-top-mobile {
  padding: 0 1.5rem 3rem; }

.error {
  color: red !important; }

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0; }

.rslides .hero-body {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0; }

.rslides .hero-body {
  display: block;
  float: left;
  width: 100%;
  border: 0; }

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center; }

.preloader-item, .preloader-item::before, .preloader-item::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.preloader-item {
  width: 160px;
  height: 160px;
  margin: auto;
  background: url("../../assets/images/logo.png") no-repeat 50%/70%;
  background-size: 60%;
  color: #090909; }

.preloader-item::before, .preloader-item::after {
  content: '';
  z-index: -1;
  box-shadow: inset 0 0 0 5px;
  animation: clipMe 3s linear infinite; }

.preloader-item::before {
  animation-delay: -1.5s; }

.animation-scale {
  animation: scale 2s linear infinite alternate; }

@keyframes clipMe {
  0%, 100% {
    clip: rect(0px, 45px, 5px, 45px); }
  6% {
    clip: rect(0px, 155px, 5px, 45px); }
  15% {
    clip: rect(0px, 160px, 10px, 45px); }
  21% {
    clip: rect(0px, 160px, 115px, 155px); }
  28% {
    clip: rect(5px, 160px, 160px, 155px); }
  34% {
    clip: rect(5px, 160px, 160px, 115px); }
  41% {
    clip: rect(155px, 160px, 160px, 115px); }
  47% {
    clip: rect(155px, 115px, 160px, 115px); }
  54% {
    clip: rect(155px, 115px, 160px, 115px); }
  60% {
    clip: rect(155px, 115px, 160px, 5px); }
  67% {
    clip: rect(155px, 115px, 160px, 0px); }
  74% {
    clip: rect(45px, 5px, 160px, 0px); }
  80% {
    clip: rect(0px, 5px, 155px, 0px); }
  87% {
    clip: rect(0px, 45px, 110px, 0px); }
  93% {
    clip: rect(0px, 45px, 5px, 0px); }
  97% {
    clip: rect(0px, 45px, 5px, 5px); } }
.blink_me {
  animation: blinker 5s linear infinite; }

@keyframes blinker {
  50% {
    opacity: 0; } }
#kt_header {
  border-top: 3rem solid #090909; }

.header-top {
  background-color: #fff !important; }

.header-menu .menu-nav > .menu-item.menu-item-here > .menu-link .menu-text,
.header-menu .menu-nav > .menu-item.menu-item-active > .menu-link .menu-text,
.header-menu .menu-nav > .menu-item:hover:not(.menu-item-here):not(.menu-item-active) > .menu-link .menu-text,
.header-menu .menu-nav > .menu-item .menu-submenu > .menu-subnav > .menu-item.menu-item-active > .menu-link .menu-text,
.header-menu .menu-nav > .menu-item .menu-submenu > .menu-subnav > .menu-item:hover:not(.menu-item-here):not(.menu-item-active) > .menu-link .menu-text {
  color: #090909 !important; }

.dataTables_wrapper .dataTables_paginate .pagination .page-item.active > .page-link {
  background-color: #090909 !important; }

.bg-primary {
  background-color: #090909 !important; }

textarea {
  resize: none; }

.swal2-icon-show {
  margin: 0 auto !important;
  margin-top: 2rem !important; }

.quick-search-form .input-group {
  background-color: #090909 !important; }

.height-7 {
  height: 7rem; }

#kt_quick_user_toggle .symbol {
  background-color: #090909; }
#kt_quick_user_toggle .text-right span {
  color: #090909; }

.btn-done-rejected,
.btn-done-rejected i {
  color: #ffffff !important;
  background-color: #F64E60;
  border-color: #F64E60;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  height: calc(1.5em + 1.3rem + 2px);
  width: calc(1.5em + 1.3rem + 2px);
  border: 1px solid transparent;
  border-radius: 0.42rem; }

.btn-done-approved,
.btn-done-approved i {
  color: #ffffff !important;
  background-color: #1BC5BD;
  border-color: #1BC5BD;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  height: calc(1.5em + 1.3rem + 2px);
  width: calc(1.5em + 1.3rem + 2px);
  border: 1px solid transparent;
  border-radius: 0.42rem; }

div.dt-buttons {
  float: right !important; }

.blockquote li {
  padding: 1rem;
  background: #caefe1;
  border-left: 5px solid;
  margin-bottom: 1rem; }

.swal2-textarea {
  width: 100% !important;
  margin: 0 !important; }

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

#overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 1000;
  display: none; }

#overlay .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 20px; }

.mapboxgl-ctrl-geocoder {
  max-width: 100%;
  width: 400px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  font-family: 'Arial', sans-serif;
  margin: 10px; }

.mapboxgl-ctrl-geocoder input[type="text"] {
  padding: 10px;
  font-size: 14px;
  border: none;
  border-radius: 8px;
  outline: none;
  width: 100%; }

.mapboxgl-ctrl-geocoder .suggestions {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  font-size: 14px; }

.mapboxgl-ctrl-geocoder .suggestions .suggestion {
  padding: 10px;
  cursor: pointer; }

.mapboxgl-ctrl-geocoder .suggestions .suggestion:hover {
  background-color: #f0f0f0; }

/* Optional: reposition the search box */
.mapboxgl-ctrl-top-left {
  top: 10px;
  left: 10px; }

.mapboxgl-ctrl-top-right .mapboxgl-ctrl {
  display: flex;
  align-items: center;
  padding: 0 0.5rem; }

.mapboxgl-ctrl-geocoder--button {
  background: transparent;
  border: unset; }

.mapboxgl-ctrl-geocoder--icon-loading {
  display: none; }

.label {
  height: max-content !important; }

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