.buttonfield-container .custom-button-field a {
  background-color: #d3196e;
  width: 100%;
  font-family: "Baloo 2", sans-serif;
  border-radius: 999px;
  text-align: center;
  border-color: #d3196e;
  color: #fff;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  height: 40px;
  line-height: 40px;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .buttonfield-container .custom-button-field a {
    margin-top: 0;
  }
}
.buttonfield-container .custom-button-field a:hover {
  background-color: #4c1c32;
  color: #fff;
  border-color: #4c1c32;
  opacity: 1;
}

.buttonfield-container .custom-button-field a:hover {
  color: #FFF;
}

.buttonfield-container .custom-button-field .btn-icon {
  display: inline-block;
  position: relative;
  margin-left: 2px;
  bottom: 2px;
  transition: 0.3s;
}

.buttonfield-container .custom-button-field a:hover .btn-icon {
  filter: brightness(0) invert(1);
}

.buttonfield-container .custom-button-field.btn-fullwidth a {
  display: block;
}

.dropdownfield-wrap .nf-field-element {
  width: 100%;
  position: relative;
}
.dropdownfield-wrap .nf-field-element select {
  height: 0;
  visibility: hidden;
  opacity: 0;
  padding: 0;
  margin: 0;
  font-size: 0;
  position: absolute;
}
.dropdownfield-wrap .nf-field-element .all-items {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 100;
  font-size: 0;
}
.dropdownfield-wrap .nf-field-element .selected-item {
  background: transparent;
  color: rgba(0, 0, 0, 0.24);
  cursor: pointer;
  z-index: 99;
  position: relative;
  border-radius: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  padding: 2px 0 !important;
  line-height: 40px;
  border-bottom: 1px solid #000 !important;
  display: flex;
  align-items: center;
}
.dropdownfield-wrap .nf-field-element .selected-item span:first-child {
  margin-right: 16px;
}
.dropdownfield-wrap .nf-field-element .selected-item img {
  max-width: 32px;
}
.dropdownfield-wrap .nf-field-element .selected-item.active-color {
  color: #D3196E;
}
.dropdownfield-wrap .nf-field-element .selected-item.active-color::after {
  opacity: 1;
}
.dropdownfield-wrap .nf-field-element .selected-item.arrowanim::after {
  transform: translateY(-50%) rotate(180deg);
}
.dropdownfield-wrap .nf-field-element .selected-item::after {
  content: "";
  width: 24px;
  height: 24px;
  bottom: unset;
  opacity: 0.5;
  top: 50%;
  right: 5px;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3IDkuOTk5OTdDMTYuNjA5NSA5LjYwOTUgMTUuOTc2NCA5LjYwOTUgMTUuNTg2IDkuOTk5OTdMMTIgMTMuNTg2TDguNDEzOTcgOS45OTk5N0M4LjAyMzUgOS42MDk1IDcuMzkwNDMgOS42MDk1IDYuOTk5OTcgOS45OTk5N0M2LjYwOTUgMTAuMzkwNCA2LjYwOTUgMTEuMDIzNSA2Ljk5OTk3IDExLjQxNEwxMS4yNTQ5IDE1LjY2ODlDMTEuNjY2NCAxNi4wODA0IDEyLjMzMzUgMTYuMDgwNCAxMi43NDUgMTUuNjY4OUwxNyAxMS40MTRDMTcuMzkwNCAxMS4wMjM1IDE3LjM5MDQgMTAuMzkwNCAxNyA5Ljk5OTk3WiIgZmlsbD0iIzRDMUMzMiIvPgo8L3N2Zz4K");
}
.dropdownfield-wrap .nf-field-element .all-items-hide {
  display: none;
}
.dropdownfield-wrap .nf-field-element .all-items {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #FFF !important;
  border: none;
  padding: 10px !important;
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -1px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
}
.dropdownfield-wrap .nf-field-element .all-items .item {
  background: #FFF;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #4C1C32;
  cursor: pointer;
  padding: 16px 10px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
.dropdownfield-wrap .nf-field-element .all-items .item:hover {
  color: #D3196E;
}
.dropdownfield-wrap .nf-field-element .all-items .item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}
.dropdownfield-wrap .nf-field-element .all-items .item span:first-child {
  margin-right: 16px;
}
.dropdownfield-wrap .nf-field-element .all-items .item img {
  max-width: 32px;
}

/*# sourceMappingURL=app.bundle.css.map*/
