#ModaleConfigMenu {
    overflow: unset;
    overflow-y: scroll;
    scrollbar-width: none;
    label {
        width: 100%;
    }
    input[type="text"] {
        display: block;
        width: 100%;
        height: calc(1.5em + 0.75rem + 2px);
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: var(--neutral-dark);
        background-color: var(--white);
        background-clip: padding-box;
        border: none;
        border-radius: 0.25rem;
        transition:
            border-color 0.15s ease-in-out,
            box-shadow 0.15s ease-in-out;
    }
    textarea {
        display: block;
        width: 100%;
        min-height: 400px;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: var(--neutral-dark);
        background-color: var(--white);
        background-clip: padding-box;
        border: none;
        border-radius: 0.25rem;
        transition:
            border-color 0.15s ease-in-out,
            box-shadow 0.15s ease-in-out;
    }
    .toggle-slider{
        width: 108px;
    }
}

@media only screen and (min-width: 1024px){

}