
.register-form-section {
    text-align: left;
    max-width: 320px;
    min-width:250px;
}

@media only screen and (max-width: 350px) {
    /* .register-form-section {
        max-width: 300px;
    } */
    .register-form-buttons {
        max-width: 250px;
    }
}

.register-form-input {
    width: 100%;
    margin-bottom: var(--cs-spacing-lg);
}

.agreement-checkbox {
    min-width: 24px;
    max-width: 24px;
}

.agreement-container {
    text-align: left; 
    display: flex; 
    gap: 5px; 
    align-items: flex-start;
}

.form-select-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.form-select-handle:after {
    content: "\f11c";
    font-family: CS_ICON;
    position: absolute;
    color: var(--cs-color-gray-3);
    pointer-events: none;
    right: 0px;
    top: 0px;
    font-size: 40px;
}

.register-form-select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding-right: 40px;
    color: #827575;
}