.no-search .select2-search {
  display: none;
}

.select2-container {
  width: 100% !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
}

.select2-container--default .select2-selection--single {
  border: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #999999;
  padding-left: 0;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #f5f5f5;
}

.select2-container--open .select2-dropdown--below {
  border-top: none !important;
}

.select2-results__option {
  padding: 4px 10px !important;
}

.customSelect {
  cursor: pointer;
}

.customSelect span {
  transform-origin: center;
}

.customSelect .inputSelect {
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.customSelect.show .dropOption {
  background: #CB695C;
}

.customSelect.show span {
  transform: translate(0, -50%) rotate(180deg);
  transform-origin: center;
}

.inputWhite {
  width: 100%;
  outline: none;
  background: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 15px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  -webkit-text-decoration: uppercase;
          text-decoration: uppercase;
  color: #4F4F4F;
}

.inputWhite::-moz-placeholder {
  color: #4F4F4F;
}

.inputWhite::placeholder {
  color: #4F4F4F;
}

.inputGrey {
  width: 100%;
  outline: none;
  background: #E0E0E0;
  border: none;
  border-radius: 8px;
  padding: 10px 15px;
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  color: #828282;
}

.inputGrey::-moz-placeholder {
  color: #828282;
}

.inputGrey::placeholder {
  color: #828282;
}

textarea {
  width: 100%;
  outline: none;
  background: #E0E0E0;
  border: none;
  border-radius: 8px;
  padding: 10px 15px;
  height: 135px;
  font-size: 16px;
  color: #828282;
  resize: none;
}

textarea::-moz-placeholder {
  color: #828282;
}

textarea::placeholder {
  color: #828282;
}

.placeInput {
  width: 100%;
  outline: none;
  background: #fff;
  border: none;
  border-radius: 8px;
  padding: 0 15px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  -webkit-text-decoration: uppercase;
          text-decoration: uppercase;
  color: #4F4F4F;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.dropOption {
  display: none;
  position: absolute;
  top: 101%;
  left: 0;
  width: -moz-max-content;
  width: max-content;
  min-width: 200px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  max-height: 200px;
  overflow-y: auto;
  padding: 10px;
}

.dropOption p {
  padding: 5px;
  cursor: pointer;
  color: #fff;
}

.dropOption p:hover {
  background: #000;
}

.ctFormSub .placeInput {
  background: #E0E0E0;
  border-radius: 8px;
  padding: 0 15px;
  height: 55px;
  line-height: 55px;
  color: #828282;
  text-decoration: none;
}

.swal-footer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swal-button-container {
  margin: 0;
}

.swal-button {
  background: #CB695C;
  color: #fff;
  box-shadow: none !important;
}

.swal-button:not([disabled]):hover {
  background-color: #000;
}

.stagger-up,
.stagger-left,
.stagger-right,
.stagger-down,
.go-up {
  visibility: hidden;
}

.itemNews h3 {
  line-height: 1.1;
}

.pAbout {
  padding-bottom: 50px;
}

.itemNominees p {
  font-size: 14px;
}

header {
  transition: none;
}

.fixHeader {
  height: 75px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.fixHeader .logo img {
  width: 70px;
  transition: all 0.3s;
}

.titleWrapper .cap20 {
  padding: 0 5%;
}

.cardWho .btnSmall {
  margin-top: 20px;
}

.contentDetail p,
.contentDetail li {
  line-height: 1.8;
}

.ctFormSub .note {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

@media only screen and (max-width: 767px) {
  .titleBigWrap,
  .titleWrapper {
    padding-bottom: 25px;
  }

  .titleBigWrap p,
  .titleBigWrap .cap20,
  .titleWrapper p,
  .titleWrapper .cap20 {
    padding: 0;
    font-size: 14px;
  }

  .cap20 {
    font-size: 14px;
  }

  .cardBnDetail .image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .title {
    font-size: 32px;
  }

  .titleBig {
    font-size: 50px;
    line-height: 1.1;
  }

  .listJurryWrap {
    padding: 0 50px;
  }

  .pNomineesDetail .textBy {
    font-size: 12px;
  }

  .pNomineesDetail .title {
    font-size: 23px;
  }
}

/*# sourceMappingURL=style.build.css.map */