.poll-hover-wrapper.poll-type-survey{
    cursor: auto;
    padding: 6px;
}

.poll-top-left{
    display: flex;
}
.poll-beta-tag{
  width: var(--avatar-post-width);
  height: var(--avatar-post-width);
  flex: 0 0 var(--avatar-post-width);
  border-radius: 50%;
  overflow: hidden;
}

.beta-tag-inner{
  display: block;
  width: 100%;
  height: 100%;
}
.beta-tag-inner img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}
.poll-description{
    font-style: italic;
    color: gray;    
}
.poll-meta{
    width: 100%;
    margin-bottom: 5px;
    margin-left: 10px;    
}
.poll-survey-textarea{
    width: 98%;
    box-sizing: border-box;
    padding: 10px 58px 10px 15px;
    line-height: 1.2;
    border: 1px solid #d1d1d19e;
    border-radius: var(--border-radius-12);
    resize: none;
    font-size: 14px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
}
.poll-survey-input-wrap .checkmark{
    width: 30px;
    height: 30px;
}
.poll-item-bottom{
    display: flex;
}
.poll-meta-left{
    display: flex;
    gap: 6px;
}
.poll-bottom-actions{
    display: flex;
    height: 35px;
    justify-content: flex-end;
}
.poll-item-middle{
    margin-bottom: 5px !important;
      grid-area: contenttext;
    margin-bottom: 10px;
    margin-top: 10px;
    overflow: visible;
    display: block;
}
.poll-info-text{
    margin-left: 12px;
    font-size: 12px !important;
    color: gray;   
    margin-right: 10px;     
}
.poll-item-bottom:has(.poll-submit-btn) {
  flex-direction: column;
}
.poll-skip-btn{
    background-color: var(--post-bg-hover-new);
    color: #000000;   
    padding: 0px 15px;
    margin-left: 10px;
    border: none;
    border-radius: var(--border-radius-999);
    cursor: pointer;
    min-width: 115px;
}


.poll-submit-btn.is-disabled,
.poll-submit-btn:disabled {
    background-color: var(--post-bg-hover-new);
    color: #ffffff;   
    padding: 0px 15px;
    margin-left: 10px;
    border: none;
    border-radius: var(--border-radius-999);
    cursor: pointer;
    font-weight: 600;
    min-width: 130px;   
}
.poll-submit-btn {
    background-color: var(--pink);
    color: #ffffff;   
    padding: 0px 15px;
    margin-left: 10px;
    border: none;
    border-radius: var(--border-radius-999);
    font-weight: 600;
    min-width: 130px;   
    cursor: pointer;
}
.poll-submit-btn.is-disabled:hover{
       background-color: var(--post-bg-hover-new);
        cursor: auto;
}

.poll-submit-btn:hover{
    background-color: var(--pink-hover);
}

.poll-submit-btn:active{
    background-color: var(--pink-click);
}
.poll-skip-btn:hover, .poll-info-btn:hover, .poll-single-option-btn:hover, .poll-yesno-btn:hover{
    background-color: var(--btn-bg-hover-new);
}
.poll-skip-btn:active, .poll-info-btn:active, .poll-single-option-btn:active, .poll-yesno-btn:active{
    background: var(--flash-clr-blue);
}

.poll-survey-input-wrap {
  position: relative;
}

.poll-survey-checkmark {
  position: absolute;
    right: 30px;
    bottom: 18px;
}

.poll-survey-checkmark .checkmark--inline {
  width: 18px;
  height: 18px;
}


.poll-info-btn{
    background-color: var(--post-bg-hover-new);
    color: #000000;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    padding: 0px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.poll-type-yesno .poll-bottom-actions{
    justify-content: flex-end;
    order: 2;
    margin-top: 10px;
}
.poll-survey-textarea:hover{
    outline: 1px solid rgb(92, 92, 92);
}
.poll-survey-textarea:focus{
    outline: 2px solid var(--font-clr);
}
.poll-info-icon{
    text-align: center;
    font-size: 16px;
}
.poll-single-options {
    display: flex;
    flex-direction: column;
    width: fit-content;    
    gap: 8px;
    margin-left: 5px;  
    padding-bottom: 10px; 
 
}

.poll-single-option-btn {
    border: none;
    background: none;
    background-color: var(--post-bg-hover-new);
    padding: 6px 23px 6px 20px;
    text-align: start;
    border-radius: var(--border-radius-999);
    font-weight: 600;
    display: flex;
    gap: 10px;
    align-items: center;
    cursor: pointer;
}
.poll-item {
    padding: 6px;
}
.poll-single-option-btn:hover {
    color: black;
}
.poll-single-option-btn:hover .poll-option-circle {
    outline-color: black;
}

.poll-option-circle {
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;      
    justify-content: center;  
    border-radius: 50%;
    outline: 2px solid var(--font-clr);
    overflow: hidden;
}

.poll-check-icon {
    font-size: 8px;
    line-height: 1;
    transform: scale(0);
    opacity: 0;
}

.poll-meta-top{
    DISPLAY: FLEX;
    justify-content: space-between;  
    margin-right: 10px;  
}
.fa-solid.fa-check{
    color: black !important;
        FONT-SIZE: 12PX;
}
.poll-single-option-btn.is-selected, .poll-yesno-btn.is-selected {
    background-color: var(--selected-option-clr);
}
.poll-multi-options{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;    
    margin-left: 12px;
    margin-bottom: 10px;
}
.poll-yesno-options{
    display: flex;
    gap: 10px;
    margin-left: 10px;
    margin-right: 10px;
}
.poll-yesno-btn{
    width: 50%;
    border: none;
    background: none;
    background-color: var(--post-bg-hover-new);
    padding: 10px 20px 10px 20px;
    border-radius: var(--border-radius-999);
    text-align: center;
    font-weight: 600;
    gap: 10px;
    align-items: center;
    cursor: pointer;
}
.poll-yesno-btn .poll-option-label {
    text-align: center !important;
}

.poll-hover-wrapper {
  opacity: 1;
  transition: opacity 0.5s ease;
}

.poll-hover-wrapper.poll-transition-out {
  opacity: 0;
}

@media (max-width: 499px){
    .poll-survey-textarea{
        font-size: 16px !important;
    }
    .poll-hide-extra,.poll-hide-actions {
        justify-content: flex-start !important;
    }
  
    .poll-survey-input-wrap{
        width: 100%;
    }
    .poll-hide-extra textarea{
        width: 100%;
    }
}
@media (max-width: 780px){
    .poll-item-bottom{
        flex-direction: column;
        margin-left: 12px;
        margin-top: 10px;
    }
    .poll-bottom-actions{
        order: 1;
    }
    .poll-info-text{
        order: 2;
        margin-left: 2px;
    }
}
.poll-info-dropdown {
  position: absolute;
  z-index: 99;
  min-width: 260px;
  max-width: 320px;
  padding: 12px 16px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  font-size: 13px;
  line-height: 1.4;
}

.poll-info-dropdown::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}

.poll-info-inner {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.poll-info-title {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}

.poll-info-text {
  margin: 0;
}

.poll-info-link {
  margin-top: 4px;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}
#poll-info-dropdown{
    max-width: 200px;
    padding: 10px;
}
.poll-hide-options{
    gap: 6px;
    display: flex;
}
.drawer-popup.drawer-popup--poll-hide.open{
    max-width: 390px;

}
.drawer-popup.drawer-popup--poll-hide.open, .drawer.drawer--poll-hide.open{
    padding: 25px 20px 30px 20px;
    box-sizing: border-box;
}
.poll-hide-extra textarea{
    width: 96%;
    box-sizing: border-box;
}
.poll-hide-actions{
    display: flex;
    justify-content: flex-end;
}
.poll-hide-extra{

    display: flex;
    justify-content: center;    
}
.poll-hide-header h2, .poll-hide-header, .poll-hide-options, .poll-hide-extra{
    margin-bottom: 10px;
}
.poll-hide-header h2, .poll-hide-thanks-title{
    font-size: 16px; 
    font-weight: 600;  
}
.poll-hide-content-wr{
    display: flex;
    flex-direction: column;
    gap: 10px;    
}
.poll-info-dropdown-inner .poll-info-text{
   font-size: 13px !important;
    color: gray; 
}
.poll-info-dropdown-inner .poll-info-title, .poll-info-dropdown-inner .poll-info-text {
    margin-bottom: 5px;
}
.poll-info-link{
    margin-left: 0px;
}
.poll-feedback-message{
    margin-left: 10px;
    font-weight: 600;    
}
