@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
body {
  background-color: #000;
  font-family: "Barlow Semi Condensed", sans-serif !important;
  font-weight: 400;
  font-size: 16px;
}

img {
  max-width: 100%;
}

@media (min-width: 1600px) {
  .custom-container {
    max-width: 1400px;
  }
}
@media (min-width: 1482) {
  .custom-container {
    max-width: 1300px;
  }
}
.custom-phone-wrapper .custom-select-code {
  width: 100px;
  background-color: #000;
  border: 0.83px solid rgb(55, 55, 55);
  border-radius: 30px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  color: #fff;
}
.custom-phone-wrapper .custom-select-code:focus, .custom-phone-wrapper .custom-select-code:active, .custom-phone-wrapper .custom-select-code:focus-within {
  outline: none;
  box-shadow: none;
}
.custom-phone-wrapper .custom-phone-input {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-left: 0px !important;
}
.custom-phone-wrapper .parsley-required, .custom-phone-wrapper .parsley-length {
  position: absolute;
  left: 0px;
  bottom: -68px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
select.form-select:-webkit-autofill,
select.form-select:-webkit-autofill:hover,
select.form-select:-webkit-autofill:focus,
select.form-select:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ffffff;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 20px 20px rgba(35, 35, 35, 0.1607843137);
}

.form-grp {
  position: relative;
}

.parsley-errors-list, .parsley-required, .parsley-type, .parsley-minlength, .parsley-pattern, .parsley-length, .parsley-equalto {
  position: absolute;
  font-size: 12px;
  color: red;
  font-weight: 500;
  width: 100%;
  font-family: "Barlow Semi Condensed", sans-serif !important;
  padding-left: 20px;
}

.cursor {
  cursor: pointer;
}

/*# sourceMappingURL=common.css.map */
