*{
    box-sizing: border-box;
}
body{
    background-color: #fff;
}

@mixin mainwidth($width){
    @media only screen and ($width){
        @content;
    }
}

/* Poll Question List */
.pool_ques_list{
    background-color:#F4F4F4!important;
}
.pool_ques_list thead{
    background-color: #C5C5C5;
}

.pool_ques_list{
    width: 1300px;
    max-width: 100%;
    .create_btn{
        display: flex;
        justify-content: end;
        padding-top: 15px;
        margin-right: 30px;
        a{
            background-color: #C5C5C5;
            width: 166px;
            max-width: 100%;
            padding: 20px;
            text-align: center;
            font-size: 16px;
            border-radius: 5px;
            display: block;
            color: #000;
            text-decoration: none;
        }
    }
    table{
        border: 0px;
        background-color: #F4F4F4!important;
        padding: 15px;
        tr{
            background-color: #F4F4F4!important;
        
            th{
                background-color: #C5C5C5;
                &:first-child{
                    width: 80px;
                }
                &:last-child{
                    width: 150px;
                }
            }
        }
        td{
            align-content: center;
        }
    }
    .sl_no_cur{
        width: 33px;
        height: 33px;
        background-color:#D9D9D9;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
    }
    
    .option_text{
        background: #D9D9D9;
        // margin: 10px;
        display: block;
        border-radius: 7px;
        padding: 18px;
    }

    .action_btn{
        .dropbtn {
            background-color: #D9D9D9;
            color: #000;
            width: 120px;
            max-width: 100%;
            padding: 16px;
            font-size: 16px;
            border: none;
            cursor: pointer;
            border-radius: 5px;
          }
          
          .dropbtn:hover, .dropbtn:focus {
            background-color: #d6d2d2;
          }
          
          .dropdown {
            position: relative;
            display: inline-block;
          }
          
          .dropdown-content {
            display: none;
            font-size: 16px;
            position: absolute;
            background-color: #C7C7C7;
            min-width: 160px;
            overflow: auto;
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            z-index: 1;
            border-radius: 5px;
            top:60px;
          }
          
          .dropdown-content a {
            color: black;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
          }
          
          .dropdown a:hover {background-color: #ddd;}
          .show {display: block;}
    }

}


.create_page{
    .inner_container{
        width: 710px;
        max-width: 100%;
 
    }
    .question_name{
        font-size: 16px;
        color: #000;
        padding-bottom: 5px;
        display: flex;
    }
    #question_name{
        width: 710px;
        max-width: 100%;
        height: 52px;
        background-color: #F4F4F4;
        border: 1px solid #818181;
    }

    .btn_box{
        display: flex;
        justify-content: end;
        .btn-box-inner{
            justify-content: end;
            display: flex;
            margin-right: 34px;
        }
        .dropbtn {
            background-color: #D9D9D9;
            color: #000;
            width: 120px;
            max-width: 100%;
            padding: 16px;
            font-size: 16px;
            border: none;
            cursor: pointer;
            border-radius: 5px;
          }
          
          .dropbtn:hover, .dropbtn:focus {
            background-color: #d6d2d2;
          }
          
          .dropdown {
            position: relative;
            display: inline-block;
          }
          
          .dropdown-content {
            display: none;
            font-size: 16px;
            position: absolute;
            background-color: #C7C7C7;
            // min-width: 160px;
            overflow: auto;
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            z-index: 1;
            border-radius: 5px;
            top:0px;
          }
          
          .dropdown-content a {
            color: black;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
          }
          
          .dropdown a:hover {background-color: #ddd;}
          .show {display: block;}
          .cpic_box{
            input{
                width: 100px;
                height: 100px;
            }
          }
    }


    .color_pic, .add_option{
        button{
            background-color: #0D6805;
            border: 0px;
            padding: 5px;
            color: #fff;
            font-size: 12px;
            width: 102px;
            margin-right: 15px;
            transition: 0.3 ease;
            &:hover{
                color: #3cb131;
                transition: 0.3 ease;
            }
        }
    }
    #poll-options{
        .option{
            margin-bottom: 20px;
        }
        input{
            width: 710px;
            max-width: 100%;
            height: 52px;
            background-color: #F4F4F4;
            border: 1px solid #818181;
        }
    }


    .save_darf_box{
        display: flex;
        margin-left: 10px;
        p{
            input{
                background-color: #0D6805;
                border: 0px;
                padding: 5px;
                color: #fff;
                font-size: 12px;
                width: 102px;
                margin-right: 15px;
                transition: 0.3sec ease;
                &:hover{
                    color: #3cb131;
                    transition: 0.3sec ease;
                }
            }
            margin: 0px;
        }
    }

    #poll-options{
        .option{
            display: flex;
        }
        button{
            border: 0px;
            background-color: unset;
            margin-top:0px;
            padding: 0px;
        }
        .remove-option{
            background-image: url('../images/close.png');
            background-size: 20px;
            width: 20px;
            height: 20px;
            background-repeat: no-repeat;
            background-position:center center;
            margin-left: 10px;
        }
    }
}


// View All Full
.form_box{
    display: flex;
    justify-content: flex-end;
    .search_box{
        width: 350px;
        height: 45px;
        border-radius: 5px;
    }
    .button{
        border-radius: 5px;
        height: 45px;
        outline: 0px;
        margin-left: 10px;
        padding: 10px 20px;
        color: #000;
    }
}
.pagination{
    display: flex;
    justify-content: end;
    align-items: center;
    .page-numbers{
        font-size: 16px;
        width: 30px;
        height: 30px;
        color: #0D6805;
        border-radius: 50%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        border:1px solid #0D6805;
        text-decoration: none;
        margin: 0px 10px;
    }
    .current{
        background-color: #0D6805;
        color: #fff;
    }
    .next{
        width: 100px;
        height:auto;
        padding: 8px;
        border-radius: 5px;
        font-size: 14px;
    }
    .prev{
        font-size: 14px;
        width: auto;
        height:auto;
        padding: 8px;
        border-radius: 5px;
    }
}

.edit_poll{
    input{
        &:not([type="checkbox"]):not([type="submit"]){
            width: 500px;
            max-width: 100;
            border-radius: 1px solid #000;
            border-radius: 5px;
            height: 45px;
            margin-bottom: 10px;
        }
    }
    .status_chek{
        width: 15px;
    }
    .submitbtn{
        background-color: #0D6805;
        &:hover{
            background-color: #3cb131;
        }
    }
}


.sl_no{
    .option_title{
        p{
            margin: 0px!important;
            padding: 0px;
        }
    }
}