/*--
import url(../../../../../../../template/css/forms.css);
--*/

.bx-form-advanced-wrapper .bx-form-section-wrapper:first-child {
  margin-top: 0;
}

.bx-form-advanced-wrapper .bx-form-section-wrapper:last-child {
  margin-bottom: 0;
}

.bx-form-advanced-wrapper .bx-form-section-divider:first-child {
  border: none;
  padding: 0;
}

.bx-form-advanced-wrapper
  .bx-form-section-divider:first-child
  .bx-form-section-content {
  padding-top: 0;
}

.bx-form-advanced-wrapper
  .bx-form-section-wrapper:last-child
  .bx-form-section-content {
  padding-bottom: 0;
}

.bx-form-advanced-wrapper
  .bx-form-section-wrapper:first-child
  .bx-form-row-view-wrapper:first-child {
  padding-top: 0;
}

.bx-form-input-wrapper-pgc {
  position: relative;
}

.bx-form-option-info {
  display: inline-flex;
  flex-direction: column;
}

/*-- Section Toggler ---*/
.bx-form-section-wrapper {
  position: relative;
}

.bx-form-section {
  margin: 0;
}

.bx-form-section-header .bx-form-section-title {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;

  line-height: 1.25rem;
  text-transform: uppercase;
}

.bx-form-section-header .bx-form-section-title .sys-icon {
  color: inherit !important;
}

.bx-form-section-header .bx-form-section-title u {
  cursor: pointer;
}

.bx-form-section-header .bx-form-section-title span {
  white-space: nowrap;
  text-transform: none;
  font-size: 0.75rem;
}

.bx-form-section-hidden .bx-form-section-content {
  display: none;
}

.bx-form-collapsable .bx-form-section-toggler {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;

  width: 1.25rem;
  height: 1.25rem;

  text-decoration: none;

  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);

  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;

  line-height: 1.25rem;
}

.bx-form-collapsed .bx-form-section-toggler {
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.bx-form-section-toggler .sys-icon {
  font-size: 0.875rem;
}

/*--- One Line fields ---*/
.bx-form-element-wrapper-oneline .bx-form-element {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.bx-form-input-wrapper-submit .bx-btn {
  float: none;
}
.bx-form-input-wrapper-input_set .bx-btn {
  float: left;
}

/*-- Form field: Password --*/
.co-flowers .bx-form-input-wrapper-password > a {
  position: absolute;
  z-index: 1000;

  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;

  top: 0;
  right: 0;
  height: 100%;

  margin: 0 0.5rem;
}

/*-- Form field: Slider/Doublerange --*/
.bx-form-input-wrapper-slider,
.bx-form-input-wrapper-doublerange {
  position: relative;
}
.bx-form-input-wrapper-slider .ui-slider,
.bx-form-input-wrapper-doublerange .ui-slider {
  position: absolute;
  top: 0px;
  right: 0px;
}
.bx-form-input-wrapper-slider .ui-slider .ui-slider-handle,
.bx-form-input-wrapper-doublerange .ui-slider .ui-slider-handle {
  z-index: 1;
}

/*-- Form field: Price --*/
.bx-form-element .bx-form-value .bx-form-input-wrapper-price {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.bx-form-element .bx-form-value .bx-form-input-wrapper-price span {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;

  width: auto;
  border-right-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bx-form-element .bx-form-value .bx-form-input-price:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/*-- Form field: Date/Time Pickers --*/
.bx-form-datepicker-modal {
  z-index: 10001 !important;
}

/*-- Form field: Switcher --*/
.bx-switcher-cont input {
  display: none !important;
}

/*-- Form field: Checkbox/Radio Set --*/
.bx-form-input-wrapper-checkbox_set label,
.co-flowers .bx-form-input-wrapper-radio_set label {
  vertical-align: text-bottom;
}

/*--- Form field: File ---*/
.bx-form-input-wrapper-file .bx-btn {
  display: inline-block;
  float: none;
}
.bx-form-input-file {
  position: fixed;
  top: -1000px;

  border: none;
  background-color: transparent;
  visibility: hidden;
}

/*--- Form field: Location ---*/
.bx-form-element .bx-form-value input,
.bx-form-element .bx-form-value select {
  display: inline-block;
}
.bx-form-element .bx-form-value .minimized input,
.bx-form-element .bx-form-value .minimized select {
  display: block;
}
.bx-form-element
  .bx-form-input-location-cont:not(.minimized)
  .bx-form-input-location-country,
.bx-form-element
  .bx-form-input-location-cont:not(.minimized)
  .bx-form-input-location-zip,
.bx-form-element
  .bx-form-input-location-cont:not(.minimized)
  .bx-form-input-location-state,
.bx-form-element
  .bx-form-input-location-cont:not(.minimized)
  .bx-form-input-location-city {
  width: 49%;
}
.bx-form-element .bx-form-input-location-street {
  width: 83%;
}
.bx-form-element .bx-form-input-location-street_number {
  width: 15%;
}
.bx-form-element .bx-form-input-location-street_number,
.bx-form-element .bx-form-input-location-street,
.bx-form-element .bx-form-input-location-state,
.bx-form-element .bx-form-input-location-city {
  margin-bottom: 0.25rem;
}
.bx-form-element
  .bx-form-input-location-cont:not(.minimized)
  .bx-form-input-location-street,
.bx-form-element
  .bx-form-input-location-cont:not(.minimized)
  .bx-form-input-location-state,
.bx-form-element
  .bx-form-input-location-cont:not(.minimized)
  .bx-form-input-location-country {
  margin-left: 0.25rem;
}

.bx-form-element
  .bx-form-input-location-cont
  .bx-form-input-location-status-cont {
  float: none;
  width: 98%;
  line-height: normal;
}
.bx-form-element
  .bx-form-input-location-cont.minimized
  .bx-form-input-location-status-cont {
  display: flex;
  flex-direction: column;
  width: auto;
}
.bx-form-element .bx-form-input-location-status {
  float: left;
}
.bx-form-element .bx-form-input-location-copyright {
  float: right;
}
.bx-form-element
  .bx-form-input-location-cont.minimized
  .bx-form-input-location-copyright {
  float: none;
  margin-top: 0.25rem;
}

.bx-form-element .bx-form-input-location-auto-cont {
  display: table;
}
.bx-form-element .bx-form-input-location-auto-cont > div {
  display: table-cell;
  vertical-align: middle;
}

/*--- Form field: Auto-siggestion ---*/
.bx-form-value .bx-form-input-autotoken:not(.bx-form-input-labels) {
  float: left;
  padding: 0.125rem 0;
  height: auto;
  box-shadow: none;
  min-height: 2.375rem;
}
.bx-form-value .bx-form-input-autotoken:not(.bx-form-input-labels) b {
  display: block;
  float: left;
  margin: 0.125rem;
  padding-right: 1.5rem;
  border-radius: 1.25rem;

  line-height: 2rem;
  white-space: nowrap;
  font-weight: normal;
  cursor: pointer;
}
.bx-form-value
  .bx-form-input-autotoken:not(.bx-form-input-labels)
  b.val-wo-icon {
  padding-left: 1.5rem;
}
.bx-form-value .bx-form-input-autotoken:not(.bx-form-input-labels) b:hover {
  opacity: 0.7;
}
.bx-form-value .bx-form-input-autotoken:not(.bx-form-input-labels) b:after {
  font-family: "sys-user", "sys-user-fal";
  content: "\f00d";
  position: absolute;
  padding: 0 0.5em;
  margin-left: 0.5em;
  font-size: 0.7em;
  font-weight: bold;
}
.bx-form-value
  .bx-form-input-autotoken:not(.bx-form-input-labels).bx-form-input-disabled
  b {
  cursor: default;
}
.bx-form-value
  .bx-form-input-autotoken:not(.bx-form-input-labels).bx-form-input-disabled
  b:after {
  display: none;
}
.bx-form-value .bx-form-input-autotoken:not(.bx-form-input-labels) input {
  float: left;
  width: auto;
  margin: 0;
  padding: 0 0 0 0.5rem;
  border: 0;
  box-shadow: none;
}
.bx-form-value
  .bx-form-input-autotoken:not(.bx-form-input-labels)
  .bx-account-unit-wo-info,
.bx-form-value
  .bx-form-input-autotoken:not(.bx-form-input-labels)
  .bx-base-pofile-unit-wo-info {
  display: inline-block;
  vertical-align: top;

  margin-right: 0.5rem;
}
.sys-labels .bx-form-input-text.bx-form-input-autotoken b:first-child {
  margin-left: 2px !important;
}
.sys-labels
  .bx-form-input-text.bx-form-input-autotoken.bx-form-input-disabled
  b {
  height: 2rem;
  line-height: 2rem;
}

.bx-form-input-select {
  -webkit-appearance: none;
}

/* tiny mce */
.bx-form-input-wrapper-html .gray-theme.fr-toolbar.fr-top {
  border-radius: 0.375rem 0.375rem 0 0 !important;
}
.bx-form-input-wrapper-html .fr-wrapper {
  border-radius: 0 0 0.375rem 0.375rem !important;
  border-bottom-color: #cccccc !important;
}
.bx-form-input-wrapper-html .second-toolbar {
  border-bottom: none !important;
}

.bx-form-required {
  display: none;
}

/* SWPT */

.bx-page-create-account .bx-form-required {
  color: #ed6126 !important;
}

.bx-form-input-text,
.bx-form-input-select,
.bx-form-input-password,
.bx-form-input-datepicker 
 {
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.5px;
  z-index: 2;
  background-color: #0000004a !important;
  /* background-color: transparent; */
  padding: 15px;
  border: 1.5px solid white;
  border-radius: 4px;
  width: 100%;
  outline: none;
}

.co-flowers .bx-form-element .bx-form-value .input_label {
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;

  position: absolute;
  left: 5px;
  top: 5px;
  padding: 10px;
  border-radius: 40px;
  cursor: initial;
  transition: 0.3s ease-in-out;
  text-align: start;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.7007003484987745) 80%,
    rgba(0, 0, 0, 0) 100%
  );
  backdrop-filter: blur(10px);
  width: 80%;
  z-index: 2;
}

.input_label_preenchido {
  color: #fff;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
  position: absolute;
  left: 10px;
  top: -11px;
  padding: 5px;
  cursor: initial;
  background: black;
  border-radius: 40px;
  transition: 0.3s ease-in-out;
  text-align: start;
  backdrop-filter: blur(10px);
}

.bx-form-input-wrapper-password {
  padding: 0;
  background-position: center right 55px !important;
}

.bx-form-input-wrapper-select {
  background-position: center right 40px !important;
}

.bx-form-input-wrapper-password .sys-icon {
  color: white;
  padding-right: 15px;
}

.bx-form-input-wrapper-checkbox {
  margin-top: 0 !important;
  background: transparent;
  background-image: none !important;
  margin: 0;
}
.bx-form-input-checkbox {
  border: 1px solid white !important;
  cursor: pointer;
  background-color: transparent !important;
  transform: none;
  height: 1.4rem;
  width: 1.4rem;
  background-origin: border-box;
  color: transparent !important;
}

.input-warning {
  background-image: url("/s/sys_images/bgysab4ffc98r6ts6cqfyp76lc9mn5qg.svg");
  background-repeat: no-repeat;
  background-position: right 15px center;
}
.input-warning::after {
  background: red;
}

.input-success {
  background-image: url("/s/sys_images/n6bfvn7nen4hnhty77bhypzn75madmqj.svg");
  background-repeat: no-repeat;
  background-position: right 15px center;
}
.input-success::after {
  background: green;
}

.select2 {
  width: 100% !important;
}

.select2-selection {
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  background-color: transparent !important;
  padding: 15px;
  border: 1.5px solid white !important;
  border-radius: 4px !important;
  width: 100%;
  outline: none;
  height: auto !important;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: white !important;
}

.select2-container--open .select2-dropdown {
  max-width: 280px;
  width: 100%;
  margin-top: 3px;
}

.select2-results__options {
  background: black;
  border: 1px solid white;
  max-height: 250px !important;
}

.select2-selection__arrow {
  height: 100% !important;
  padding-right: 15px;
}

.select2-selection__arrow b {
  left: auto !important;
  border-color: #fff transparent transparent transparent !important;
}

.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #ffffff transparent !important;
}

.select2-results__option--highlighted,
.select2-results__option--selected {
  background-color: rgb(19, 19, 19) !important;
}

.select2-results__option {
  color: white;
}

.primaryButton {
  border-radius: 16px;
  background: #e52549;
  padding: 8px 32px;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: 0.2s ease-in-out;
  /* width: 100%; */
}

.secondaryButton{
  border-radius: 16px;
  border: 1px solid var(--material-theme-white, #FFF);  
  padding: 8px 32px;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: 0.2s ease-in-out;
  /* width: 100%; */
}


.secondaryButton:hover{
  background-color: rgba(0, 0, 0, 0.556);
}

.customButton:hover {
  background: #be0035;
  transition: 0.2s ease-in-out;
}

.bx-form-warn {
  color: red;
}

/* Remove o fundo amarelo para inputs preenchidos automaticamente */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  background-color: transparent !important;
  color: inherit !important;
  transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px transparent inset !important;
  -webkit-text-fill-color: white !important;
}






.co-flowers .bx-form-input-wrapper-radio_set,
.co-flowers .bx-form-input-wrapper-checkbox_set {
  background: transparent !important;
  border: none !important;
}


#bx-form-element-second-person-eu-sou .bx-form-input-radio_set label,
#bx-form-element-eu-sou .bx-form-input-radio_set label,
#bx-form-element-step_procuro .bx-form-input-radio_set label {
  width: auto;
  padding: 10px 25px 10px 25px;
  font-size: 18px;
}

.co-flowers #bx-form-element-gender .bx-form-input-radio_set label {
  padding: 14px;
  font-size: 22px;
  width: 230px;
}

  .co-flowers .bx-form-input-radio_set,
  .co-flowers .bx-form-input-checkbox_set {
  display: flex;
  flex-wrap: wrap;
  background: transparent;
  border: none;
  margin-top: 20px;
}

.co-flowers .bx-form-input-radio_set .bx-form-input-wrapper-radio ,
.co-flowers .bx-form-input-checkbox_set .bx-form-input-wrapper-checkbox  {
  display: none;
}

.co-flowers .bx-form-input-radio_set label:hover,
.co-flowers .bx-form-input-checkbox_set label:hover {
  background: rgb(32, 32, 32);
}
.co-flowers .bx-form-input-wrapper-radio:has(input[type="radio"]:checked) + label,
.co-flowers .bx-form-input-wrapper-checkbox:has(input[type="checkbox"]:checked) + label{
  border: none;
  background: #BE0035;
}

.co-flowers .bx-form-input-radio_set .bx-form-input-dv-nl,
.co-flowers .bx-form-input-checkbox_set .bx-form-input-dv-nl{

  display: none;
}

  .co-flowers .bx-form-input-radio_set label,
  .co-flowers .bx-form-input-checkbox_set label {
  display: flex;
  height: 48px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 24px;
  border: 1px solid var(--material-theme-white, #FFF);
  margin: 0px 8px 8px 0px;
  cursor: pointer;
  color: white;

}


button.primaryButton{
  background-color: #BE0035;
}




.select2-container--open{
  z-index: 9999;
}

.bx-form-input-wrapper-select_multiple_custom  .select2-selection--multiple {
  background-color: #000; 
  border: 1px solid #333; 
  border-radius: 8px; 
  padding: 5px; 
}


.bx-form-input-wrapper-select_multiple_custom .select2-search{
  padding: 7px;
}

.bx-form-input-wrapper-select_multiple_custom .select2-search .select2-search__field{
  margin-top: 0 !important;
  height: 24px !important;
}

.bx-form-input-wrapper-select_multiple_custom .select2-selection__rendered{
  position: absolute;
  top: 60px;
}

.bx-form-input-wrapper-select_multiple_custom .select2-selection--multiple li.select2-selection__choice{
  border-radius: 24px;
  background-color: #BE0035;
  border: none;
  margin: 0;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 12px 16px;

  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 600;

  cursor: pointer;
}

.bx-form-input-wrapper-select_multiple_custom .select2-selection--multiple li.select2-selection__choice:hover{
  background-color: #a7002f
}


.bx-form-input-wrapper-select_multiple_custom .select2-selection--multiple button.select2-selection__choice__remove{
  border: none;
  font-size: 1.5rem;
  color: white;
  position: relative;
  font-weight: 400;
}


.bx-form-input-wrapper-select_multiple_custom .select2-selection--multiple button.select2-selection__choice__remove:hover{
  background-color: #0000;
  color: #fff;
}


.bx-form-input-wrapper-select_multiple_custom .select2-selection--multiple span.select2-selection__choice__display{
  cursor: pointer;
}

.ui-slider.ui-slider-horizontal {

  background: #E52549;
  border: none !important;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
} 

.ui-slider_range{
  background: rgb(153, 142, 142) !important;
}
.ui-slider_range .ui-slider-range {
  background: #E52549 !important;
}

.ui-slider.ui-slider-horizontal .ui-slider-range-max{
  background: rgb(153, 142, 142);
}


.ui-slider.ui-slider-horizontal .ui-slider-handle{

  background: #fff;
  border-radius: 24px;
  top: -9px;
  outline: none;
  border: none;
}
