/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
  --qutiiz-font: "Barlow", sans-serif;
  --qutiiz-font-two: "Barlow Condensed", sans-serif;
  --qutiiz-reey-font: "reeyregular";
  --qutiiz-gray: #726d7b;
  --qutiiz-gray-rgb: 114, 109, 123;
  --qutiiz-white: #ffffff;
  --qutiiz-white-rgb: 255, 255, 255;
  --qutiiz-black: #04000b;
  --qutiiz-black-rgb: 4, 0, 11;
  --qutiiz-base: #6222cc;
  --qutiiz-pink: #e22c6c;
  --qutiiz-base-rgb: 98, 34, 204;
  --qutiiz-bdr-radius: 8px;
}

.row {
  --bs-gutter-x: 30px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

body {
  font-family: var(--qutiiz-font);
  color: var(--qutiiz-black);
  font-size: 18px;
  line-height: 34px;
  font-weight: 400;
}

body.locked {
  overflow: hidden;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}
a {
  color: var(--qutiiz-white);
}
a:hover {
  color: var(--qutiiz-black);
}
::placeholder {
  color: inherit;
  opacity: 1;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.formcontainer {
  width: 60%;
  margin: 50px auto;
  background-color: transparent;
  padding: 5px 6px 10px 26px;
  font-family: var(--primary-font);
}
.be-a-partner {
  width: 50%;
  margin: 50px auto;
  padding: 5px 6px 10px 26px;
  font-family: var(--primary-font);
}
.partner-radio {
  margin-top: 10px;
}

.form-group .partner-radio label {
  margin-left: 5px;
  font-weight: 400;
}
.form-group {
  margin-bottom: 20px;
}
.form-checkbox {
  width: 48%;
}
.checkbox-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 15px;
}
.form-group .form-checkbox label {
  color: #000;
  font-weight: 500;
  line-height: 30px;
}
.form-group-select {
  margin-bottom: 20px;
  display: grid;
}
.form-group label {
  flex: 40%;
  font-weight: bold;
  margin-bottom: 5px;
  color: #000;
}
.form-group-select label {
  flex: 40%;
  font-weight: bold;
  margin-bottom: 5px;
  color: #fff;
}
.text-danger {
  color: red;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="number"],
.form-group input[type="tel"],
.form-group input[type="file"] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
.select2-container {
  width: 100% !important;
  padding: 0;
  margin-top: 8px;
}

.select2-container .select2-selection--single {
  height: 50px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 45px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 36px;
  top: 1px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-dropdown {
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.select2-selection__arrow {
  height: calc(1.5em + 0.75rem);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 0 10px;
  pointer-events: none;
}

#association_preference option[value="4"] {
  color: #999;
}

input[type="submit"] {
  background-color: #413aea;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
}

input[type="submit"]:hover {
  background-color: #3f3ad1;
  color: #fff;
}

.register {
  position: relative;
  background: linear-gradient(
    5deg,
    rgba(209, 240, 85, 1) 5%,
    rgba(65, 58, 234, 1) 100%
  );
  background: linear-gradient(
      rgba(255, 255, 255, 0.4),
      rgba(255, 255, 255, 0.5)
    ),
    url(/assets/image/mmm/banner/bg-form-mmm.jpg);
  /* background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5)),
    url(/assets/image/mmm/banner/form-bg1.jpg); */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
section.register .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  overflow: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10% auto;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.modal-header,
.modal-footer {
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
}

.modal-body {
  padding: 20px;
}

.close {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
}

.btn {
  display: inline-block;
  padding: 8px 20px;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  background-color: var(--qutiiz-pink);
  color: #000;
  text-decoration: none;
}

.btn-primary {
  background-color: var(--qutiiz-pink);
  border-color: var(--qutiiz-pink);
}

.btn-primary:hover {
  background-color: #bb2358;
  border-color: #bb2358;
}
.form-group-name #prefix {
  margin-top: 15px;
}
.form-group-name {
  display: inline-flex;
}
.image-center,
.image-center-form {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.image-center img {
  position: relative;
  bottom: 60px;
  /* left: 540px; */
  transform: translate(-10%, 0%);
  width: 15%;
}

.image-center-form img {
  position: relative;
  transform: translate(-10%, 0%);
  width: 35%;
}

.full-page {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  /* align-content: flex-start; */
  justify-content: center;
  align-items: stretch;
}
.copyright {
  background: #121295;
  padding: 20px 0 16px;
}
.icon {
  color: var(--qutiiz-white);
}
.image-end-form {
  text-align: center;
  margin-top: 20px;
  margin-bottom: -70px;
  position: relative;
}
.date-venue {
  padding: 0px !important;
  margin-bottom: -80px;
}
.date-venue p {
  text-align: center;
  /* padding: 0px !important; */
  position: relative;
  /* top: 30%;
  margin-left: -140px; */
  font-size: 40px;
}
.image-end-form img {
  width: 100%;
}
form h3 {
  font-size: 38px;
  color: #000;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  form h3 {
    font-size: 30px;
  }
  .form-checkbox {
    width: 100%;
  }
  .checkbox-grid {
    flex-direction: column;
  }
}
.error-message,
.error {
  color: red !important;
  font-size: 20px;
  flex: 100%;
  margin-top: 5px;
}
