/********** Template CSS **********/
.bg-primary-2 {
  background-color: #0e2e50;
}

:root {
  /* --primary: #00b98e; */
  --primary: #5970b3;
  --secondary: #ff6922;
  /* --light: #effdf5; */
  --light: #e9ebf1;
  --dark: #0e2e50;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Button ***/
.btn {
  transition: 0.5s;
}

.btn.btn-primary,
.btn.btn-secondary {
  color: #ffffff;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 50px;
}

/*** Navbar ***/
.nav-bar {
  position: relative;

  padding: 0 3rem;
  padding-top: 45px;
  transition: 0.5s;
  z-index: 9999;
}

.nav-bar.sticky-top {
  position: fixed;
  padding: 0;
  z-index: 9999;
}

.navbar {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 5px;
  transition: 0.5s;
}

.navbar .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(-180deg);
}

.navbar-light .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 25px 0;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--primary);
}

@media (max-width: 991.98px) {
  .nav-bar {
    margin: 0;
    padding: 0;
  }

  .navbar-light .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }

  .navbar-light .navbar-nav {
    border-top: 1px solid #eeeeee;
  }
}

.navbar-light .navbar-brand {
  height: 75px;
}

.navbar-light .navbar-nav .nav-link {
  color: var(--dark);
  font-weight: 500;
}

.navbar .nav-item .dropdown-menu {
  display: block;
  top: 100%;
  margin-top: 0;
  transform: rotateX(-75deg);
  transform-origin: 0% 0%;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.navbar .nav-item:hover .dropdown-menu {
  transform: rotateX(0deg);
  visibility: visible;
  transition: 0.5s;
  opacity: 1;
}

/*** Header ***/
@media (min-width: 992px) {
  .header {
    margin-top: -130px;
  }
}

.header-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
  margin: 7px 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: var(--primary);
  border-radius: 40px;
  font-size: 20px;
  transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
  background: var(--dark);
}

@media (max-width: 768px) {
  .header-carousel .owl-nav {
    left: 25px;
  }
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #dddddd;
}

/*** Icon ***/
.icon {
  padding: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff !important;
  border-radius: 50px;
  border: 1px dashed var(--primary) !important;
}

.icon-2 {
  padding: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: var(--primary) !important;
  border-radius: 50px;
  border: 1px dashed var(--primary) !important;
}

/*** About ***/
.about-img img {
  position: relative;
  z-index: 2;
}

.about-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: -50%;
  width: 100%;
  height: 100%;
  background: var(--primary);
  transform: skew(20deg);
  z-index: 1;
}

/*** Category ***/
.cat-item div {
  background: #ffffff;
  border: 1px dashed rgba(0, 185, 142, 0.3);
  transition: 0.5s;
}

.cat-item:hover div {
  background: var(--primary);
  border-color: transparent;
}

.cat-item div * {
  transition: 0.5s;
}

.cat-item:hover div * {
  color: #ffffff !important;
}

/*** Property List ***/
.nav-pills .nav-item .btn {
  color: var(--dark);
}

.nav-pills .nav-item .btn:hover,
.nav-pills .nav-item .btn.active {
  color: #ffffff;
}

.property-item {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}

@media (max-width: 768px) {
  .property-item {
    box-shadow: 2px 3px 15px rgb(0 0 0 / 36%);
  }
}

.property-item img {
  transition: 0.5s;
}

.property-item:hover img {
  transform: scale(1.1);
}

.property-item .border-top {
  border-top: 1px dashed #596fb382 !important;
}

.property-item .border-end {
  border-right: 1px dashed #596fb382 !important;
}

/*** Team ***/
.team-item {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  transition: 0.5s;
}

.team-item .btn {
  color: var(--primary);
  background: #ffffff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

.team-item .btn:hover {
  color: #ffffff;
  background: var(--primary);
}

.team-item:hover {
  border-color: var(--secondary) !important;
}

.team-item:hover .bg-primary {
  background: var(--secondary) !important;
}

.team-item:hover .bg-primary i {
  color: var(--secondary) !important;
}

/*** Testimonial ***/
.testimonial-carousel {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 576px) {
  .testimonial-carousel {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.testimonial-carousel .testimonial-item .border {
  border: 1px dashed #596fb38f !important;
}

.testimonial-carousel .owl-nav {
  position: absolute;
  width: 100%;
  height: 40px;
  top: calc(50% - 20px);
  left: 0;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: var(--primary);
  border-radius: 40px;
  font-size: 20px;
  transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  background: var(--dark);
}

/*** Footer ***/
.footer .btn.btn-social {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  border: 1px solid rgb(255, 255, 255);
  border-radius: 35px;
  transition: 0.3s;
}

.footer .btn.btn-social:hover {
  color: var(--primary);
  border-color: var(--light);
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
}

.footer .btn.btn-link:hover {
  color: var(--primary) !important;
}

.btn-link:hover {
  color: var(--primary) !important;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .form-control {
  border-color: rgb(255, 255, 255);
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
  color: var(--light);
}

.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgb(255, 255, 255);
}

.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

/* header BG */

.bg-header {
  padding-bottom: 6rem !important;
  padding-top: 7rem !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background: linear-gradient(#596fb3d0, #546db8de),
    url("/img/car-1\ -\ Copy.jpg") center center no-repeat;
}

@media (min-width: 992px) {
  .bg-header {
    margin-top: -130px;
  }
}

/* Login Page */

.login-header {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background: linear-gradient(#596fb394, #546db8cd),
    url("/img/login-bg.jpg") center center no-repeat;
  padding: 9vh;
}

.login-bg {
  padding: 10vh;
  padding-top: 22vh;
  padding-bottom: 22vh;
  padding-left: 10rem !important;
  padding-right: 10rem !important;

  background-repeat: no-repeat !important;
  background-size: cover !important;
  background: linear-gradient(#596fb394, #546db8cd),
    url("/img/login-bg.jpg") center center no-repeat;
}
.img-login-new {
  width: 50%;
}
@media (max-width: 768px) {
  .img-login-new {
    width: 75%;
  }
}

.login-inside {
  /* height: auto !important; */
  padding-top: 1.2rem;
}

.img-login {
  height: 49vh !important;
}

.space-left {
  padding-left: 6rem;
  color: var(--primary) !important;
  text-decoration: underline !important;
}
.space-left {
  color: var(--primary) !important;
  text-decoration: underline !important;
}

@media (max-width: 768px) {
  .login-header {
    padding: 0;
  }
  .login-bg {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    padding: 2vh;
  }
  .login-inside {
    height: auto !important;
  }
  .padding-remove-mobile {
    padding: 0.8rem !important;
  }

  .padding-remove-mobile-2 {
    padding: 0 !important;
    padding-bottom: 1rem !important;
    margin: 0 !important;
  }

  .img-login {
    height: 23vh !important;
    margin: 0 !important;
  }

  .space-left {
    padding-left: 1.5rem;
  }
}

/* Login Page end */

/* Text used as a paragraphn on header */

.header-paragraph-text {
  color: white;
  font-size: 20px;
  margin: 0 6rem;
}

@media (max-width: 768px) {
  .header-paragraph-text {
    font-size: 20px;
    margin: 0;
  }
}
/* Text used as a paragraphn on header end */

/* Hide on mobile and desktop sections start */
@media (max-width: 768px) {
  .hide-on-mobile {
    display: none;
  }
}

@media (min-width: 768px) {
  .hide-on-desktop {
    display: none;
  }
}

/* Hide on mobile and desktop sections end*/

/* Faq start */

.faq-padding {
  padding: 2rem 6rem !important;
}

@media (max-width: 768px) {
  .faq-padding {
    padding: 2rem 1rem !important;
  }
}
/* Faq end */

/* Bootstrp default carousel style */

.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.carousel-item-next,
.carousel-item-prev {
  position: absolute;

  top: 0;
}
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@supports (
  (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)
) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.active.carousel-item-right,
.carousel-item-next {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
@supports (
  (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)
) {
  .active.carousel-item-right,
  .carousel-item-next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.active.carousel-item-left,
.carousel-item-prev {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
@supports (
  (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)
) {
  .active.carousel-item-left,
  .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-control-next,
.carousel-control-prev {
  padding: 8rem;
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  border-radius: 50px;
  color: #fff;
  text-align: center;
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 1;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  /* background: var(--primary) no-repeat center center; */
  background-size: 100% 100%;
  opacity: 1 !important;

  color: #fff;
  text-decoration: none;
  outline: 0;
  padding: 0.8rem;
  /* box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);  */
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.accordion-button {
  background-color: var(--primary) !important;
  color: white !important;
}
.accordion-item {
  background-color: var(--light) !important;
  color: var(--primary) !important;
}

.invalid_text-hide {
  display: none;
}

.red {
  color: rgb(183, 25, 25) !important;
  margin-top: 0.5rem;
  font-weight: bold !important;
  padding: 0.7rem;
}

.green {
  color: rgb(26, 201, 26) !important;
  margin-top: 0.5rem;
  padding: 0.7rem;
  font-weight: bold !important;
}

#carouselExampleIndicators {
  z-index: 5;
}
.rent-button {
  font-size: 18px;
  position: relative;
  z-index: 9 !important;
  border-radius: 0 !important;
}

.carousel {
  margin-top: -2.55rem !important;
  z-index: 1 !important;
}

.table-container {
  overflow-x: auto;
  margin: 30px 0;
}

@media (max-width: 768px) {
  .p-remove {
    padding: 0 !important;
  }
  .center-in-mobile {
    text-align: center !important;
  }
}

#searchInput {
  border: 2px solid var(--primary);
}
.link-text {
  color: rgb(255, 217, 0);
  text-decoration: underline;
}

.link-text:hover {
  color: rgb(255, 226, 1);
  text-decoration: underline;
}

/* Background-images */

.info-bg {
  padding-bottom: 6rem;
  padding-top: 7rem;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background: linear-gradient(#596fb394, #546db8f0),
    url("/img/info-bg.jpg") center center no-repeat;
  padding: 9vh;
}

.contact-bg {
  padding-bottom: 6rem;
  padding-top: 7rem;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background: linear-gradient(#596fb394, #546db8f0),
    url("/img/contact-bg.jpg") center center no-repeat;
  padding: 9vh;
}

.anfi-bg {
  padding-bottom: 6rem;
  padding-top: 7rem;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background: linear-gradient(#596fb394, #546db8eb),
    url("/img/anfi-bg.jpg") center center no-repeat;
  padding: 9vh;
}

.faq-bg {
  padding-bottom: 6rem;
  padding-top: 7rem;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background: linear-gradient(#596fb394, #546db8ef),
    url("/img/faq-bg.jpg") center center no-repeat;
  padding: 9vh;
}

.m-mobile-4 {
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  .container-xxl {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .container {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .info-bg {
    padding: 0.8rem;
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
  .contact-bg {
    padding: 0.8rem;
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
  .anfi-bg {
    padding: 0.8rem;
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
  .faq-bg {
    padding: 0.8rem;
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
  .login-bg {
    padding: 0.8rem;
    padding-bottom: 3rem;
    padding-top: 3rem;
  }

  .m-mobile-4 {
    margin-bottom: 1rem !important;
  }
}

@media (min-width: 992px) {
  .info-bg {
    margin-top: -130px;
  }
  .contact-bg {
    margin-top: -130px;
  }
  .anfi-bg {
    margin-top: -130px;
  }

  .faq-bg {
    margin-top: -130px;
  }
  .login-bg {
    margin-top: -130px;
  }
}

.th-last {
  top: 50%;
  content: " ";
  content: " " / "";
}

.profile-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #5970b3;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 1.2em;
  position: relative;
}

.profile-dropdown {
  display: none;
  position: absolute;
  top: 50px;
  left: -100px;
  width: 100%;
  background-color: white;
  border: 1px solid #ddd;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 4px;
}

.profile-dropdown a {
  text-decoration: none;
  color: #5970b3;
  display: block;
  margin: 5px 0;
  font-size: 16px;
}

.profile-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.text-menu {
  color: #0e2e50;
  font-size: 16px;
}
.profile-link i {
  margin-right: 0.5rem;
}

.profile-dropdown {
  width: 220px;
  margin-left: 0;
  z-index: 1000;
}

#loginButton {
  font-size: 15px !important;
}

a.blue-link {
  color: rgb(28, 156, 248) !important;
}

a.blue-link:hover {
  color: rgb(25, 145, 230) !important;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: -5%;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 13rem;
  padding: 0.5rem 0.5rem;
  margin: 0.125rem 0 0;
  font-size: 0.9rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.nav-link {
  display: block;
  padding: 0.2rem;
}

.navbar .nav-item .dropdown-menu {
  transform: rotateX(0deg);
  visibility: visible;
  transition: 0.5s;
  opacity: 1;
}

.custom-select {
  position: relative;
  width: 70px;
}

.custom-select1 {
  position: relative;
  width: 70px;
}

.select-box {
  padding: 10px;
  background-color: #fff;
  padding-top: 24px;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.select-box img {
  width: 20px;
  height: 15px;
  margin-right: 10px;
}

.options-container {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  min-height: 200px;
  overflow-y: auto;
  background-color: #fff;
  border: 1px solid #ccc;
  display: none;
  z-index: 999;
}

.options-container .option {
  padding: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.option img {
  width: 20px;
  height: 15px;
  margin-right: 10px;
}

.option:hover {
  background-color: #f0f0f0;
}
.color-white {
  color: white !important;
}

body {
  font-family: "Heebo", sans-serif !important;
}

.mobile-small-text {
  font-size: 1.2rem;
}

@media (max-width: 767px) {
  .mobile-small-text {
    font-size: 0.75rem;
  }
}

@media only screen and (max-width: 500px) {
  .button {
    background-color: #0e2e55;
    color: white !important;
    font-size: 1.1rem;
    padding: 5px 14px;
  }

  /* Add your styles here */
}

@media only screen and (max-width: 350px) {
  .button {
    background-color: #0e2e55;
    color: white !important;
    font-size: 0.8rem;
    padding: 5px 12px;
  }

  /* Add your styles here */
}

.btn:hover {
  color: white;
}

.back-to-top {
  display: none;
}

button.multiselect-option.dropdown-item {
  pointer-events: none;
}

span.form-check input,
span.form-check label {
  pointer-events: all;
}
