/*
  ############################################################
    This file created by NOVEMBROS.
  ############################################################
*/
ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

input:focus,
textarea:focus,
select:focus,
button:focus,
div:focus {
  outline: none;
}

html,
body {
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.hidden {
  overflow: hidden;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

input:invalid {
  border-color: red;
}

form:invalid button[type=submit] {
  cursor: not-allowed;
  pointer-events: none;
}

@media (min-width: 1440px) {
  .container {
    max-width: 1380px;
  }
}
.modal .modal-content {
  background-image: linear-gradient(135deg, #3bb4e0, #9dcd54);
  border-radius: 20px;
}
.modal .modal-body form {
  border: 1px solid #fff;
  padding: 30px;
  margin: 0px;
  border-radius: 20px;
}
.modal .modal-body form h4 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
  text-align: center;
}
.modal .modal-body form .input-style {
  margin-bottom: 10px;
}
.modal .modal-body form .input-style label {
  display: block;
  color: #fff;
  margin: 0 0 4px 0;
}
.modal .modal-body form .input-style input, .modal .modal-body form .input-style select {
  width: 100%;
  height: 50px;
  border-radius: 50px;
  padding: 0 20px;
  border: none;
}
.modal .modal-body form .input-style input::placeholder, .modal .modal-body form .input-style select::placeholder {
  color: #000;
}
.modal .modal-body form .input-style select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  background-image: url("http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png");
  background-repeat: no-repeat;
  background-position-x: 97%;
  background-position-y: 17px;
}
.modal .modal-body form .checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.modal .modal-body form .checkbox label {
  color: #fff;
  margin: 0 0 0 5px;
  font-size: 14px;
}
.modal .modal-body form .ques {
  font-size: 14px;
  color: #fff;
}
.modal .modal-body form .radio-group {
  display: flex;
  margin-bottom: 15px;
  margin-top: 30px;
}
.modal .modal-body form .radio-group .radio {
  flex: 1;
  justify-content: space-between;
}
.modal .modal-body form .radio-group .radio input {
  display: none;
}
.modal .modal-body form .radio-group .radio input:checked + label img {
  filter: invert(80%) sepia(89%) saturate(2500%) hue-rotate(0deg);
}
.modal .modal-body form .radio-group .radio label {
  width: 100%;
  cursor: pointer;
}
.modal .modal-body form .radio-group .radio label img {
  height: 40px;
  display: table;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .modal .modal-body form .radio-group .radio label img {
    height: 30px;
  }
}
.modal .modal-body form p {
  color: #fff;
  font-size: 12px;
}
.modal .modal-body form .button {
  background-image: linear-gradient(135deg, #3bb4e0, #9dcd54);
  color: #fff;
  border: none;
  border-radius: 30px;
  font-size: 18px;
  padding: 7px 18px;
  margin: 0 auto;
  display: table;
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.4);
}

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