.upload-instruction {
  border: 4px dashed #00263b;
  background-color: #f1f1f1;
}

input[type="file"] {
  display: block;
}

.form-upload-input {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  z-index: 1;
}

.upload-instruction p {
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 25px;
  margin: 50px 0;
  opacity: 0.8;
  font-weight: 600;
}

.form-upload-reset {
  width: 200px;
  height: 30px;
  font-size: 10px;
  margin: 0 0 15px;
  margin-top: 10px;
  font-weight: 600;
  color: #fff;
  background-color: red;
}

/* Model 1: Custom Orange Checkbox */
.rw-checkbox-1-label {
    position: relative;
    padding-left: 30px !important;
    cursor: pointer;
    font-weight: 500;
    line-height: 20px;
    display: inline-block;
}

.rw-checkbox-1-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.rw-checkbox-1-label .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 2px solid #ddd;
    border-radius: 4px;
}

.rw-checkbox-1-label input:checked ~ .checkmark {
    background-color: #f34a0e;
    border-color: #f34a0e;
}

.rw-checkbox-1-label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.rw-checkbox-1-label input:checked ~ .checkmark:after {
    display: block;
}

/* Model 2: Buttons */
.checkbox-2-container .row {
    margin-top: 5px;
}

.checkbox-2-title {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    color: #333;
    font-size: 14px;
}

.button-checkbox {
    margin-bottom: 15px;
}

.btn-checkbox-2 {
    width: 100%;
    height: 60px;
    border: 1px solid #ced4da !important;
    background: #edf1f4 !important;
    color: #444 !important;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
    border-radius: 8px;
    padding: 0 15px;
    font-size: 16px;
}

.btn-checkbox-2 .state-icon-container {
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Custom CSS Checkbox Icon */
.btn-checkbox-2 .state-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid #ced4da;
    border-radius: 4px;
    position: relative;
    background: #fff;
    transition: all 0.2s ease;
}

.btn-checkbox-2 .state-icon:after {
    content: "";
    position: absolute;
    display: none;
    left: 4px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2.5px 2.5px 0;
    transform: rotate(45deg);
}

/* Active state for Button Type 2 */
.btn-checkbox-2.active {
    background: var(--e-global-color-primary, #f34a0e) !important;
    color: #fff !important;
    border-color: var(--e-global-color-primary, #f34a0e) !important;
}

.btn-checkbox-2.active .state-icon {
    background: transparent;
    border-color: #fff;
}

.btn-checkbox-2.active .state-icon:after {
    display: block;
}

.button-checkbox .hidden {
    display: none;
}

/* Common form styles override if needed */
.clb-gtm-anunciar-imovel-form-btn {
    background-color: #f34a0e !important;
    border: none !important;
    color: white !important;
    padding: 15px !important;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px;
    display: block !important;
    width: 100% !important;
    margin-top: 10px;
    height: auto !important;
    min-height: 55px;
}
