.courses-sidebar .widget-box {
    border: none!important;
    padding: 0!important;
}

h1.gradient-text {
    background: linear-gradient(74deg, #4285f4 0%, #9b72cb 50%, #d96570 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 3.5rem;
    font-weight: 800;
    line-height: auto;
    font-family: 'Google Sans', 'Helvetica Neue', sans-serif;
    letter-spacing: -.03em;
}

.form-element label {
    font-weight: 600;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}

.mac-style-input, .mac-style-select {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 8px 10px;
    font-size: 16px;
    color: #333;
    background-color: #fff;
    outline: none;
    transition: border-color 0.3s ease-in-out;
}

.mac-style-input:focus, .mac-style-select:focus {
    border-color: #007aff;
}

.mac-style-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24"><path fill="%23007aff" d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
}