/**
 * 2008-2024 Prestaworld
 *
 * NOTICE OF LICENSE
 *
 * The source code of this module is under a commercial license.
 * Each license is unique and can be installed and used on only one website.
 * Any reproduction or representation total or partial of the module, one or more of its components,
 * by any means whatsoever, without express permission from us is prohibited.
 *
 * DISCLAIMER
 *
 * Do not alter or add/update to this file if you wish to upgrade this module to newer
 * versions in the future.
 *
 * @author    prestaworld
 * @copyright 2008-2024 Prestaworld
 * @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
 * International Registered Trademark & Property of prestaworld
 */
.presta-button {
  float: left;
  width: 100%;
  height: 45px;
  position: relative;
}

.presta-button label,
.presta-button input {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0px;
  height: 45px;
  cursor: pointer;
}

.presta-button input[type="radio"] {
  opacity: 0.011;
  z-index: 100;
}

.presta-button input[type="radio"]:checked + label {
  background: #fff;
  color: #e6007e;
  box-shadow: 0 2px 8px rgba(15, 27, 45, 0.08) !important;
  border: none;
}
.presta-button input[type="radio"]:checked + label[for="presta_company"] {
  color: #119bb3;
}

.presta-button label {
  background: transparent;
  color: #3a4658;
  cursor: pointer;
  z-index: 90;
  border-radius: 9px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  border: none;
  box-shadow: none;
}

#presta_custom_field .Checkbox {
  display: flex;
  row-gap: -3px;
  column-gap: 7px;
  padding: 9px;
  align-items: center;
}

#presta_custom_field .radio_button {
  display: flex;
  row-gap: -3px;
  column-gap: 7px;
  padding: 9px;
  align-items: center;
}

#presta_custom_field .dropdown_values,
#presta_custom_field .col-md-6.presta_notice_messages,
#presta_custom_field .presta_yes-no {
  margin-top: 10px;
}

#presta_custom_field select.presta_rf_selected {
  width: 66%;
  margin-left: -14px;
}

#presta_custom_field .required {
  color: red;
}

#presta_custom_field span.ps-shown-by-js {
  margin: 6px;
}

#presta_custom_field .col-md-9.presta_yes_no {
  margin-top: 10px;
}

/* #presta_custom_field select {
    width: inherit;
} */

#presta_custom_field span.custom-checkbox {
  display: block !important;
}

#presta_custom_field input.form-control {
  margin-top: 9px;
}

#presta_custom_field .form-group.row.presta_multipleSelected {
  margin-left: 4px;
}

#presta_custom_field p.presta_custom_error_msg {
  color: red;
  margin: 0 auto;
  width: 47%;
}

#presta_custom_field select#presta-dropdown,
#presta_custom_field .form-group.row.presta_field-dependant {
  margin-top: 11px;
}

#presta_custom_field select.form-control.dependent.presta_rf_selected {
  margin-left: 0px;
  width: 65%;
}
.presta-btob-btns {
  max-width: 700px;
  margin: 0 auto 30px auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 6px;
  background: #f4f6f9;
  border-radius: 12px;
  padding: 5px;
  margin-bottom: 28px;
}
.presta-custom-field-errors {
  color: #ff0000;
}
.top-link-btn {
  color: white;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-left: 3px;
  padding-top: 12px;
}
.top-link-text {
  color: white;
  font-size: 16px;
  font-weight: 400;
}
