@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

body {
  font-family: 'Open Sans', sans-serif;
  background-image: url('/assets/img/gradient-bg-1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

div#loading-indicator {
  background-color: rgba(255,255,255,0.75);
  text-align: center;
  color: #999999;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
}

#logo {
  width: 80%;
}
#logo-mob {
  width: 75%;
  margin-top: 10px;
  margin-left: 15px;
}
.app-hero {
  margin-top: calc(20px + 4vw);
}
.hero {
  font-family: "Sora";
  letter-spacing: normal;
}
.hero-lg {
  font-size: calc(16px + 3vw);
	font-weight: bold;
  line-height: normal;
}
.hero-md {
  font-size: calc(12px + 2vw);
	font-weight: bold;
}
.hero-md-2 {
  font-size: calc(12px + 1vw);
	font-weight: bold;
}
.hero-sm {
  font-size: 1em;
}
.hero-muted {
  font-size: 0.4em;
  color: #999;
}
.app-search {
  width: 84%;
	border-radius: 12px;
  border: solid 5px #4eaccf;
  background-color: #fff;
	margin-bottom: 30px;
}
.app-search-col {
  padding-top: 4px;
  padding-bottom: 4px;
  border-right: 1px solid #9d9d9d;
  border-bottom: none;
	position: relative;
}

.app-search-col-last {
  border: none;
}
.app-search-icon {
  position: absolute;
	left: 10px;
	top: 19px;
}
.app-signup {
	border-radius: 17px;
  background-color: #fff;
}
.app-signup-on,
.app-signup-off:hover {
  border: solid 5px #e6732d;
}
.app-signup-off {
  border: solid 5px #ffffff;
  cursor: pointer;
}
.btn-block {
  width: 100%;
}
.app-offer {
  background-color: #f1f8fb;
	margin-top: 100px;
}
.app-footer {
  background-color: #2d394f;
	color: #fff;
}
.app-footer a {
	color: #fff;
	font-size: 0.9em;
	line-height: 1.9em;
}
.app-input, .app-input:focus {
  border: none;
  padding-left: 20px;
  padding-top: 11px;
  box-shadow: none;
  color: #6f6f6f;
}
.btn {
  padding-top: 11px !important;
  padding-bottom: 11px !important;
  font-weight: bold !important;
}
.btn-blue {
  background-color: #4eaccf;
  border-color: #4eaccf;
}
.btn-blue:hover {
  background-color: #1a799c;
  border-color: #1a799c;
}
.btn-orange {
  background-color: #e6732d;
  border-color: #e6732d;
}
.btn-orange:hover {
  background-color: #b3400a;
  border-color: #b3400a;
}
.btn-okra {
  background-color: #e99d3a;
  border-color: #e99d3a;
  color: #fff;
}
.btn-okra:hover {
  background-color: #b66a19;
  border-color: #b66a19;
  color: #fff;
}
.btn-dark-blue {
  background-color: #3070AA;
  border-color: #3070AA;
  color: #fff;
}
.btn-dark-blue:hover {
  background-color: #004099;
  border-color: #004099;
  color: #fff;
}
.btn-purple-blue {
  border-color: #183E7F;
  background-color: #183E7F;
}
.btn-purple-blue:hover {
  border-color: #050A4B;
  background-color: #050A4B;
}
.btn-purple-blue-outline {
  border-color: #183E7F;
  color: #183E7F;
}
.btn-purple-blue-outline:hover {
  background-color: #183E7F;
  border-color: #183E7F;
}
.btn-password-toggle {
  border-color: #d9d9d9;
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}
.signup-done {
  background-color: #e6732d;
  width: 40px;
  height: 40px;
  color: #fff;
  font-weight: bold;
}
.signup-on {
  background-color: #fff;
  border: 2px solid #e6732d;
  width: 40px;
  height: 40px;
  color: #e6732d;
  font-weight: bold;
  line-height: 20px;
}
.signup-off {
  background-color: #fff;
  border: 2px solid #999;
  width: 40px;
  height: 40px;
  color: #999;
  font-weight: bold;
  line-height: 20px;
}
a.signup-on,
a.signup-off {
  display: block;
  text-decoration: none !important;
}
a.signup-on:hover,
a.signup-off:hover {
  border-color: #e6732d;
  background-color: #e6732d;
  color: #fff;
}
.link-more {
  display: inline-block;
  color: #e6732d;
  font-weight: bold;
  margin-top: 10px;
}
.listing-img {
  border-radius: 12px;
}
.listing-member {
  font-weight: bold;
  font-family: Sora;
  font-size: 1em;
}
.listing-practice {
  font-family: Sora;
  font-size: 0.8em;
  color: #696969;
}
.listing-detail {
  font-family: Sora;
  font-size: 0.8em;
}
.blurred-text {
  filter: blur(4px);
  user-select: none;
  pointer-events: none;
}


/* MEDIA SIZE SPECIFIC CSS */

@media screen and (min-width: 1800px) {
  .fixed-bottom-xl {
    position: fixed;
    bottom: 0;
    width: 100%;
  }
}

@media screen and (min-width: 991px) {
  div#loading-indicator span {
    position: absolute;
    top: 50%;
    left: 48%;
  }
  .modal-lg {
    width: 900px;
  }
  .app-header-mob {
    display: none;
  }
}

@media screen and (min-width: 480px) and (max-width: 991px) {
  div#loading-indicator span {
    position: absolute;
    top: 50%;
    left: 44%;
  }
  .app-search-col {
    border-right: none;
    border-bottom: 1px solid #9d9d9d;
  }
  .app-search-col-last {
    border: none;
  }
  .app-header {
    display: none;
  }
}

@media screen and (min-width: 200px) and (max-width: 479px) {
  div#loading-indicator span {
    position: absolute;
    top: 50%;
    left: 42%;
  }
  .app-search-col {
    border-right: none;
    border-bottom: 1px solid #9d9d9d;
  }
  .app-search-col-last {
    border: none;
  }
  .app-header {
    display: none;
  }
}
