/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap'); */
@import url("./fonts.css");
@import url("./common.css");

body {
  font-family: "GoogleSans-Medium";
  font-family: "GoogleSans";
}

.containerr {
  max-width: 1250px;
  padding-left: 16px;
  padding-right: 16px;
  margin: auto;
}
/* @media (min-width: 567px) {
  .containerr {
    padding-left: 20px;
    padding-right: 20px;
  }
} */
.fw-light {
  font-family: "GoogleSans-Light";
}

.fw-600 {
  font-weight: 600;
  font-family: "GoogleSans-Medium";
}

.fw-bold {
}

.fw-900 {
  font-weight: 900;
}

@media (min-width: 567px) {
  .fs-sm-5 {
    font-size: 1.25rem !important;
  }
}

@media (min-width: 567px) {
  .fs-sm-90 {
    font-size: 90%;
  }
}

.fs-90 {
  font-size: 90%;
}

.cursor-pointer {
  cursor: pointer;
}
.cursor-initial {
  cursor: initial !important;
}
.flex-1 {
  flex: 1;
}

.select-none {
  user-select: none;
  
}

img {
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.absolute {
  position: absolute;
}

.color-primary {
  color: #003970 !important;
}

.color-yellow {
  color: #f6b51d;
}

.color-white {
  color: #fff;
}

.color-grey {
  color: #66798b;
}

.bg-primari {
  background: #003970;
}
.bg-primari-20 {
  background: rgba(0, 57, 112, 0.2);
}
.bg-yellow {
  background: #f6b51d;
}

.bg-white {
  background: #fff;
}

@media (min-width: 567px) {
  .bg-sm-white {
    background: #fff;
  }
}

@media (min-width: 768px) {
  .bg-md-white {
    background: #fff;
  }
}

.btn-yellow {
  background: linear-gradient(90deg, #f9c650, #f6b51d);
  color: #fff;
  border-radius: 50px;
  padding: 6px 16px 6px 20px;
  border: none;
  box-shadow: 0 6px 10px rgb(204 145 9 / 20%);
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.btn-yellow.btn-lg {
  font-size: 20px;
}

.btn-yellow.btn-xl {
  font-size: 22px;
}

.btn-yellow img {
  max-height: 15px;
}

.btn-yellow.btn-lg img {
  max-height: 20px;
}

.btn-yellow.btn-xl img {
  max-height: 25px;
}

@media (min-width: 768px) {
  .btn-yellow {
    font-size: 18px;
  }
  .btn-yellow.btn-m {
    font-size: 16px;
  }
  .btn-yellow.btn-lg {
    font-size: 25px;
    padding: 10px 25px;
  }

  .btn-yellow.btn-xl {
    font-size: 30px;
    padding: 10px 25px;
  }

  .btn-yellow.btn-lg img {
    max-height: 25px;
  }

  .btn-yellow.btn-xl img {
    max-height: 30px;
  }
}

.btn-yellow:hover {
  color: #fff;
}

.mw-992 {
  max-width: 992px;
}

.mw-1200 {
  max-width: 1200px;
}

.w-15 {
  width: 15%;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}

.w-35 {
  width: 35%;
}

.w-40 {
  width: 40%;
}

.w-45 {
  width: 45%;
}

.w-60 {
  width: 60%;
}

.w-65 {
  width: 65%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-85 {
  width: 85%;
}

.w-90 {
  width: 90%;
}

.border-blue {
  border: 1px solid #003970;
}

.border-yellow {
  border: 1px solid #ecaa13;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

.input-cus,
.input-cus:focus {
  border: none;
  box-shadow: 0 3px 5px rgb(0 57 112 / 20%) !important;
  outline: none;
  color: #003970;
  border-radius: 5px;
  padding: 8px 15px !important;
}

.input-cus::placeholder {
  color: #003970;
  opacity: 0.8;
}
.boxshadow-lg {
  box-shadow: 0 15px 20px rgba(0, 57, 112, 0.2);
}
.boxshadow {
  box-shadow: 0 3px 5px rgba(0, 57, 112, 0.2);
}

.dev-yellow {
  width: 30px;
  height: 3px;
  background: #f6b51d;
}

.div-circle {
  width: 25px;
  height: 25px;
}

#crisp-chatbox a[aria-label][role="button"] {
  transform: scale(0.8);
  margin-bottom: 46.5px !important;
  right: 16px !important;
}

.Toastify {
  font-size: 12px;
  color: #000;
}
@media (min-width: 567px) {
  .Toastify {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .Toastify {
    font-size: 15px;
  }
}