.sms-checkbox {
    display: flex;
    justify-content: flex-start;
}

.checkbox-wrapper {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
}

.checkbox-wrapper input[type="checkbox"] {
    margin-right: 12px;
    margin-top: 3px;
    width: 18px;
    height: 18px;
}

.sms-text a {
    color: #0073e6;
    text-decoration: none;
}

.sms-text a:hover {
    text-decoration: underline;
}
