.body-popup-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 999;
    background: rgba(255,255,255,.9);
    top: 0;
    display: none;
}
.body-popup-overlay img {
    width: 70px;
    margin-top: 40vh;
}
.publish-div{margin-top:10px;}
.publish-div #publish{vertical-align: middle;margin: 0;}
.publish-div span{margin-left: 5px;}
.add-new-btn{float:right;}
.add-left-btn{float:left;padding: 10px;}
.add-new-btn a, .quiz-back-btn a{color:#fff;}
.add-left-btn a {color:#fff;}
.quiz-back-btn{float: right;margin-left: 15px;}
.quiz-section input[name="correctAns"]{margin-right: 15px;float: left;}
.add-right-btn{float:right;padding: 10px;}
.add-right-btn a {color:#fff;}

@media(min-width: 1024px){
	.fan-poll-section #poll-question, .emotion-section #emotion-question, .quiz-section #quiz-question{width:90%;}
	.emotion-section #emotion-rating,
    .fan-poll-section #poll-ans-1,
    .fan-poll-section #poll-ans-2,
    .fan-poll-section #poll-ans-3,
    .fan-poll-section #poll-ans-4,
    .fan-poll-section #poll-rating,
    .quiz-section #quiz-rating,
    .quiz-section #quiz-ans-1, 
    .quiz-section #quiz-ans-2, 
    .quiz-section #quiz-ans-3,
    .quiz-section #quiz-ans-4
    {
        width:30%;
    }

}
.answer-input{width:30%;float: left;}
.ans-div{margin-bottom:10px;}


/* .repeat-bg-color-1{
    background-color: #2E86C1 !important;
}
.repeat-bg-color-2{
    background-color: #088395 !important;
}
.repeat-bg-color-3{
    background-color: #f8f558 !important;
}
.repeat-bg-color-4{
    background-color: #ffa500c7 !important;
} */

.repeat-bg-color-1,.repeat-bg-color-2,
.repeat-bg-color-3,.repeat-bg-color-4 {
    background-color: #ffa500c7 !important;
}

.color-white-bold {
    color: white;
    font-weight: bold;
}

.custom_option_1{
    background-color: #2E86C1 !important;
    color:#fff;
    width: 20px;
    height: 20px;
    display: inline-block;
  }
  
  .custom_option_2{
    background-color: #088395 !important;
    color:#fff;
    width: 20px;
    height: 20px;
    display: inline-block;
  }
  
  .custom_option_3{
    background-color: #f8f558 !important;
    color:#fff;
    width: 20px;
    height: 20px;
    display: inline-block;
  }
  
  .custom_option_4{
    background-color: #ffa500c7 !important;
    color:#fff;
    width: 20px;
    height: 20px;
    display: inline-block;
  }

  .custom_guard{
    width: 100%;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
  }
  
  