@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
  width: 100vw; height: 100vh;
}
input {
  background-color: rgb(252,252,252);
  border: 1px solid transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
input:invalid:focus {
  outline: 1px solid red;
}
a:hover, a:active, a:focus {
  text-decoration:none;
  outline: none;
}

.dakcheckform {
  z-index: 60;
}

.fl-builder-content.fl-builder-content-7.fl-theme-builder-header-sticky {
  z-index: 70;
}

.fl-node-5eaffa3fac8a2 .fl-menu-mobile-flyout {
  z-index: 80;
}

.kv-widget {
  width: 100%;
}

/**
 * Preloader
 */
.preloader {
   position: fixed;
   top: 0; left: 0;
   width: 100%; height: 100%;
   z-index: 999;
   background-image: url('/app/assets/img/preloader.svg');
   background-repeat: no-repeat;
   background-color: #333;
   background-position: center;
}

.toast-bottom-center {
  margin-bottom: 100px;
}

.header-area .fl-col-content .fl-col-group {
  display: inline-flex;
  width: 100%;
}

.faq-links {
  display:flex;
  width:300px;
  justify-content: space-between;
  color:#3dc1a4;
}

.btn-primary {
  background-color: #6bbaa7;
}

.toast-bottom-center .toast-info {
  background-color: #4fbfa3;
}

.fl-node-5e3d5d15f2f22.fl-col-group {
  display: inline-flex;
  flex-direction: column-reverse;
}

.fl-node-5e3d5d15f2f22.fl-col-group .fl-col-small {
  width: 90% !important;
}

.sidebar-area {
  display: none;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  top: 0; right: 0px;
  height: 100%; width: 75px;
  z-index: 999;
}

.sidebar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px;
  background-color: #4fbfa3;
  border: 1px solid #4fbfa3;
  border-radius: 10px;
}

.sidebar-item {
  width: auto;
  padding: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #333;
}

.sidebar-item i {
  margin-right: 10px;
  font-size: 30px;
  color: #fefefe;
}

.sidebar-item a {
  display: none;
  font-size: 18px;
  color: #4fbfa3;
  text-decoration: none;
}

.sidebar-item a:hover {
  color: #fefefe;
}

.included {
  color: green;
  margin-right: 10px;
}

.excluded {
  color: red;
  margin-right: 10px;

}

@media only screen and (min-width: 786px) {
  .fl-node-5e3d5d15f2f22.fl-col-group {
    flex-direction: row;
  }
  .fl-node-5e3d5d15f2f22.fl-col-group .fl-col-small {
    width: 50% !important;
  }
}

@media only screen and (min-width: 992px) {
  .sidebar-area {
    display: flex;
  }
}
