.checkbox-custom-form8-transparent {
    appearance: none;
    background-color: transparent;
    border: 1px solid var(--secondary);
    width: 20px;
    height: 18px;
    cursor: pointer;
    position: relative;
    border-radius: 4px;
}

.checkbox-custom-form8-transparent:checked {
    background-color: transparent;
}

.checkbox-custom-form8-transparent:checked::before {
    content: '✓'; /* Unicode for check mark */
    color: var(--secondary);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.checkbox-custom-form8-transparent:focus {
    outline: none; /* Remove default focus outline */
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.fw-form8-bg-color{
    background-color: #7FD2F566 !important;
}

.form-style-4.form-style-4-border-secondary .form-control {
    border-color: var(--secondary) !important;
}
