.ays_form_maker_block_select {
    width: 200px !important;
}

.ays_form_maker_block_select select {
    text-align: left !important;
    font-size: 18px !important;
    width: 100% !important;
    height: 40px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: initial !important;
}

.components-panel__header.edit-post-sidebar-header button[aria-label="Unpin from toolbar"] {
    display: none;
}

.form-maker-sidebar-content select {
    width: 95%;
}

.form-maker-sidebar-content > div > div {
    text-align: center;
}

.form-maker-sidebar-content label {
    width: 100%;
    text-align: left;
    padding: 4px;
}

div[data-type="ays-form-maker/form"] {
    
}

.ays_form_maker_block_container {
    box-sizing: border-box;
}

.ays-form-container .ays-form-section:first-of-type {
    display: block;
}

.ays-form-container .ays-form-section-footer,
.ays-form-container .ays-form-answer,
.ays-form-container textarea,
.ays-form-container select,
.ays-form-container input {
    pointer-events: none;
}

.ays_form_maker_block_select_form {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0px 0px 50px #9ea3a8 inset;
}

.ays_form_maker_block_select_form::before {
    content: "";
    width: 400px;
    height: 200px;
    background-image: url("ays_form_logo.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
    top: 10px;
    right: -12%;
    opacity: .3;
}


.ays_form_maker_block_select_form p {
    text-align: center;
    margin: 0;
}