.ays_fox_maker_block_select {
    width: 200px !important;
}

.ays_fox_maker_block_select_fox .ays_fox_maker_block_select {
    width: 350px !important;
}


.ays_fox_maker_block_select select {
    /* text-align: center !important; */
    font-size: 14px !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;
}

.fox-maker-sidebar-content select {
    width: 95%;
}

.fox-maker-sidebar-content > div > div {
    text-align: center;
}

.fox-maker-sidebar-content label {
    width: 100%;
    text-align: left;
    padding: 4px;
}

.ays_fox_maker_block_container {
    box-sizing: border-box;
}

.ays-fox-container .ays-fox-section:first-of-type {
    display: block;
}

.ays-fox-container .ays-fox-section-footer,
.ays-fox-container .ays-fox-answer,
.ays-fox-container textarea,
.ays-fox-container select,
.ays-fox-container input {
    pointer-events: none;
}

.ays_fox_maker_block_select_fox {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 200px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    /* box-shadow: 0px 0px 50px #9ea3a8 inset; */
    border: 1px solid;
    background-image: url(fox_logo.png);
    background-repeat: no-repeat;
    /* width: 100%; */
    background-position: 50% 20%;
    background-size: 100px;
    /* align-items: center; */
}


.ays-fox-chat-header-main .ays-fox-chat-question-box:first-child .ays-fox-chat-question-item{
    display: block !important;
}

.ays-fox-chat-item .ays-fox-chat-footer .ays-fox-chat-answer-box:first-child{
    display: block !important;
}



.ays-fox-wait-loading-loader{
    display: none;
}

.editor-styles-wrapper .foxlms-wrapper{
    pointer-events: none;
    opacity: 0.9;
}


@media screen and (min-width: 780px) and (max-width: 1200px){
    .ays_fox_maker_block_select_fox .ays_fox_maker_block_select {
        width: 100% !important;
    }
}


@media screen and (max-width: 450px){
    .ays_fox_maker_block_select_fox .ays_fox_maker_block_select {
        width: 100% !important;
    }
}
