.nice-select>.list {
    max-height: 200px !important;
    overflow: scroll !important;
}

.parsley-errors-list {
    list-style-type: none !important;
    padding-left: 0px !important;
    padding-top: 5px !important;
}

.parsley-error-bg {
    border-color: red !important;
}

.parsley-errors-list>li>span {
    font-family: "Circular Std", sans-serif;
}

.switch-field {
    display: flex;
    /* margin-bottom: 36px; */
    overflow: hidden;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
    font-size: 16px;
    text-align: center;
    padding: 18px 51px;
    margin-right: -1px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    transition: all 0.1s ease-in-out;
}

.switch-option label {
    font-size: 14px;
    text-align: center;
    padding: 18px 29px;
    margin-right: -1px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    transition: all 0.1s ease-in-out;
}

.switch-listing label {
    font-size: 13px;
    text-align: center;
    padding: 8px 23px;
    margin-right: -1px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    transition: all 0.1s ease-in-out;
}

.switch-listing p {
    font-size: 18px;
    font-weight: bold;
}

.switch-option {
    margin-bottom: 15px;
    margin-top: -27px;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked+label {
    background-color: #473bf0;
    color: #e4e4e4;
    box-shadow: none;
}

.switch-field label:first-of-type {
    border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
    border-radius: 0 4px 4px 0;
}