.ts-poll-preview-control,
.tspoll_selector_block,
.tspoll_selector_block .components-placeholder__fieldset {
align-items: center !important;
}
.tspoll_selector_block .components-placeholder__fieldset {
flex-direction: column;
-ms-flex-direction: column;
-webkit-box-direction: column;
}
.tspoll_guttenberg_block {
cursor: not-allowed;
}
.tspoll_guttenberg_block * {
pointer-events: none;
}
.ts_poll_select_block {
padding-right: .125rem;
padding-left: .4375rem;
margin-top: .5rem;
border-top: .0625rem solid #e2e4e7;
border-bottom: .0625rem solid #e2e4e7;
background-color: #fff;
width: max-content;
}
.ts_poll_select_block .components-select-control__input {
padding: 0 1.5rem 0 .5rem;
}
.ts_poll_select_block .components-base-control__field {
margin-bottom: 0;
margin-top: .1875rem;
margin-left: .25rem;
}.emodal, .emodal:before, .emodal:after {
-moz-box-sizing: border-box;
}
.emodal-overlay {
position:fixed;
display:none;
width:100%;
height:100%;
top:0;
left:0;
z-index:998!important;
}
.emodal {
top:100px;
visibility: hidden;
position: absolute;
display:none;
z-index: 999!important;
}
.emodal > .emodal-close {
text-decoration:none;
text-align:center;
line-height: 1;
position: absolute;
font-weight: bold;
cursor: pointer;
min-width: 1em;
}
.emodal.responsive {
left: 50%;
margin-left: -40%;
width: 80%;
height: auto;
overflow:visible;
}
@media only screen and (min-width: 768px){
.emodal.nano {
margin-left: -10%;
width: 20%;
}
.emodal.tiny {
margin-left: -15%;
width: 30%;
}
.emodal.small {
margin-left: -20%;
width: 40%;
}
.emodal.medium {
margin-left: -30%;
width: 60%;
}
.emodal.large {
margin-left: -35%;
width: 70%;
}
.emodal.xlarge {
margin-left: -47.5%;
width: 95%;
}
}
.emodal.fixed {
position:fixed;
}
.emodal.custom-position {
left: auto;
top: auto;
margin-left: inherit;
}
.emodal .emodal-content :last-child {
margin-bottom:0;
}