.select2 {
  width: 100% !important;
}

.disabled_field {
  background-color: #eee;
  pointer-events: none;
}

.custom-file {
  position: absolute;
}

.custom-file:before {
  content: "Upload";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  height: 46px;
  background: #0080c9;
  color: #fff;
  font-weight: 700;
  z-index: 25;
  font-size: 16px;
  line-height: 46px;
  padding: 0 15px;
  text-transform: uppercase;
  pointer-events: none;
}

.custom-file:after {
  content: attr(data-text);
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  padding: 10px 15px;
  display: block;
  width: calc(100% - 40px);
  pointer-events: none;
  z-index: 20;
  height: 46px;
  line-height: 25px;
  color: #999;
  font-weight: 300;
  border: 1px solid rgb(3 67 95);
}

.custom-file input {
  opacity: 0;
  /* position: absolute; */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 47px;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}

.custom-file-input:after {
  content: attr(data-text);
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  padding: 10px 15px;
  display: block;
  width: calc(100% - 40px);
  pointer-events: none;
  z-index: 20;
  height: 46px;
  line-height: 25px;
  color: #999;
  font-weight: 300;
  border: 1px solid rgb(3 67 95);
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%;
}

.custom-select {
  border: 1px solid rgb(3 67 95);
  display: block;
  width: 100%;
  height: 48px;
  padding: 12px;
  font-size: 15px;
  line-height: 24px;
  color: rgb(126, 118, 118);
  background-color: #ffffff;
  background-image: none;
  outline: none;
  border-radius: 0;
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  height: 4.375rem;
  padding: 0.375rem 0.75rem;
  line-height: 2.5;
  color: #495057;
  border-radius: 3px;
}

/* .invalid-feedback {
  color: red;
  font-size: small;
  position: absolute;
  z-index: 99;
  left: 11;
  bottom: -5.5rem;
} */

.intl-tel-input {
  display: block !important;
}

.corona-toggle2 {
  width: 66%;
  margin: 8px auto;
}

.christmas-bgimage {
  background-image: url(../front-assets/frontend/wles-christmas-holidays-announcement.png);
  background-position: 100% center;
  background-size: cover;
  width: 110%;
  padding: 10px 0 60px 0;
  background-repeat: no-repeat;
  height: 100%;
}

.easter-bgimage {
  background-image: url(../front-assets/frontend/easter_2_2024.png);
  background-position: 100% center;
  background-size: cover;
  width: 110%;
  padding: 130px 0 91px 0;
  background-repeat: no-repeat;
  height: 100%;
}

/* .christmas-bgimage p{
  display: inline-block;
} */

@media (max-width:1024px){
  .corona-toggle2 {
    width: 72%;
  }
}

@media (max-width:991px){
  .corona-toggle2 {
    width: 100%;
  }
}

@media (max-width:767px){
  .christmas-bgimage {
    background-image: none;
    width: auto;
    background-color: #f3bf5c;
    padding: 15px 5px 10px 5px;

  }
}
@media (max-width:767px){
  .easter-bgimage {
    background-image: none;
    width: auto;
    background-color: #ffffff;
    padding: 15px 5px 10px 5px;

  }
}


#id_is_given_test{
  appearance: none;
}

.whatsapp-icon {
  position: fixed;
  bottom: 9rem;
  right: 2rem;
  z-index: 9999;
}
.whatsapp-icon img {
  box-shadow: 0 6px 6px -2px rgb(0 0 0 / 35%);
  border-radius: 50%;
}    