
.settings_page_accessible-post-popups{
width: 85%;
max-width: 1500px;
}
.settings_page_accessible-post-popups th{
width: 50px;
display:none;
}
.accessible-post-popups-settings-section{
margin-bottom: 10px;
font-weight: bold;
font-size: 25px;
cursor: pointer;
text-decoration: none;
background-color: #fff;
padding: 10px;
display:block;
max-width: 650px;
}
.accessible-post-popups-fields{
display:none;
background-color: #fff;
padding: 20px;
margin-top:-5px;
margin-bottom: 10px;
max-width: 628px;
border: 1px dotted #2271b1;
border-radius: 0px;
}

.accessible-post-popups-modal-wrapper {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.8);
  z-index: 2000000005;
  cursor: pointer;
}
.accessible-post-popups-modal-close{
  position:fixed;
  top: 10px;
  right: 10px;
  color: #000 !important;
  text-decoration: none;
  margin: 10px;
height: 30px;
z-index: 20000000;
}
.accessible-post-popups-modal-close .dashicons{
  font-size: 30px !important;
  display:inline;
}
.accessible-post-popups-modal-close .dashicons-before:before{
  display:inline;
}
.accessible_post_popups_loading{
  position: fixed;
  left: 50%;
  top: 50%;
  font-weight:bold;
  font-size: 120%;
  color:#2271b1;
  border: 1px solid #2271b1;
  padding: 20px;
}
.accessible-post-popups-modal-inner {
  position: fixed;
  left: 50%;
  top: 10%;
  transform: translate(-50%, 0);
  min-height: 400px;
  max-height: calc(100vh - 210px);
  overflow: hidden;
  overflow-y: auto;
  padding: 0px;
  margin:30px;
  border: 1px solid #000;
  z-index: 2000000004;
  background-color: #fff;

}
.accessible-post-popups-modal-inner-inner{
padding:20px;
}
.accessible-post-popups-modal-inner section{
  padding: 0;
}
.accessible-post-popup-frame{
  width: 100%;
  min-height: 3000px;
  background-color: transparent;
  border: 0px none transparent;
  padding: 0px;
  overflow: hidden;
}
.accessible-post-popups-instruction{
  margin-bottom: 20px;
  background: #000;
  color: #fff !important;
  padding: 10px;
  max-width: 650px;
}
.accessible-post-popups-instruction h2{
  color: #fff !important;
  margin-bottom: -10px;
}
