.fw-text-30 {
    font-size: 30px !important;
}

.checkbox-custom-form8-transparent {
    appearance: none;
    background-color: transparent;
    border: 1px solid #606060;
    width: 18px;
    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: #606060;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

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

.fw-text-color-subscriber {
    color: #606060 !important;
}

.form-style-4.form-style-4-border-secondary .form-control {
    border-color: #6D6D6D !important;
}

.form-style-4.form-style-4-border-secondary .form-control::placeholder {
    font-size: 16px !important;
    font-weight: 500;
    color: #6D6D6D !important;
}
