* {
  box-sizing: border-box;
}

body {
  background-color: #fff;
}

/* 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%;
}
.pool_ques_list .create_btn {
  display: flex;
  justify-content: end;
  padding-top: 15px;
  margin-right: 30px;
}
.pool_ques_list .create_btn 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;
}
.pool_ques_list table {
  border: 0px;
  background-color: #F4F4F4 !important;
  padding: 15px;
}
.pool_ques_list table tr {
  background-color: #F4F4F4 !important;
}
.pool_ques_list table tr th {
  background-color: #C5C5C5;
}
.pool_ques_list table tr th:first-child {
  width: 80px;
}
.pool_ques_list table tr th:last-child {
  width: 150px;
}
.pool_ques_list table td {
  align-content: center;
}
.pool_ques_list .sl_no_cur {
  width: 33px;
  height: 33px;
  background-color: #D9D9D9;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.pool_ques_list .option_text {
  background: #D9D9D9;
  display: block;
  border-radius: 7px;
  padding: 18px;
}
.pool_ques_list .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;
}
.pool_ques_list .action_btn .dropbtn:hover, .pool_ques_list .action_btn .dropbtn:focus {
  background-color: #d6d2d2;
}
.pool_ques_list .action_btn .dropdown {
  position: relative;
  display: inline-block;
}
.pool_ques_list .action_btn .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;
}
.pool_ques_list .action_btn .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.pool_ques_list .action_btn .dropdown a:hover {
  background-color: #ddd;
}
.pool_ques_list .action_btn .show {
  display: block;
}

.create_page .inner_container {
  width: 710px;
  max-width: 100%;
}
.create_page .question_name {
  font-size: 16px;
  color: #000;
  padding-bottom: 5px;
  display: flex;
}
.create_page #question_name {
  width: 710px;
  max-width: 100%;
  height: 52px;
  background-color: #F4F4F4;
  border: 1px solid #818181;
}
.create_page .btn_box {
  display: flex;
  justify-content: end;
}
.create_page .btn_box .btn-box-inner {
  justify-content: end;
  display: flex;
  margin-right: 34px;
}
.create_page .btn_box .dropbtn {
  background-color: #D9D9D9;
  color: #000;
  width: 120px;
  max-width: 100%;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}
.create_page .btn_box .dropbtn:hover, .create_page .btn_box .dropbtn:focus {
  background-color: #d6d2d2;
}
.create_page .btn_box .dropdown {
  position: relative;
  display: inline-block;
}
.create_page .btn_box .dropdown-content {
  display: none;
  font-size: 16px;
  position: absolute;
  background-color: #C7C7C7;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 5px;
  top: 0px;
}
.create_page .btn_box .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.create_page .btn_box .dropdown a:hover {
  background-color: #ddd;
}
.create_page .btn_box .show {
  display: block;
}
.create_page .btn_box .cpic_box input {
  width: 100px;
  height: 100px;
}
.create_page .color_pic button, .create_page .add_option button {
  background-color: #0D6805;
  border: 0px;
  padding: 5px;
  color: #fff;
  font-size: 12px;
  width: 102px;
  margin-right: 15px;
  transition: 0.3 ease;
}
.create_page .color_pic button:hover, .create_page .add_option button:hover {
  color: #3cb131;
  transition: 0.3 ease;
}
.create_page #poll-options .option {
  margin-bottom: 20px;
}
.create_page #poll-options input {
  width: 710px;
  max-width: 100%;
  height: 52px;
  background-color: #F4F4F4;
  border: 1px solid #818181;
}
.create_page .save_darf_box {
  display: flex;
  margin-left: 10px;
}
.create_page .save_darf_box p {
  margin: 0px;
}
.create_page .save_darf_box p input {
  background-color: #0D6805;
  border: 0px;
  padding: 5px;
  color: #fff;
  font-size: 12px;
  width: 102px;
  margin-right: 15px;
  transition: 0.3sec ease;
}
.create_page .save_darf_box p input:hover {
  color: #3cb131;
  transition: 0.3sec ease;
}
.create_page #poll-options .option {
  display: flex;
}
.create_page #poll-options button {
  border: 0px;
  background-color: unset;
  margin-top: 0px;
  padding: 0px;
}
.create_page #poll-options .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;
}

.form_box {
  display: flex;
  justify-content: flex-end;
}
.form_box .search_box {
  width: 350px;
  height: 45px;
  border-radius: 5px;
}
.form_box .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;
}
.pagination .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;
}
.pagination .current {
  background-color: #0D6805;
  color: #fff;
}
.pagination .next {
  width: 100px;
  height: auto;
  padding: 8px;
  border-radius: 5px;
  font-size: 14px;
}
.pagination .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;
}
.edit_poll .status_chek {
  width: 15px;
}
.edit_poll .submitbtn {
  background-color: #0D6805;
}
.edit_poll .submitbtn:hover {
  background-color: #3cb131;
}

.sl_no .option_title p {
  margin: 0px !important;
  padding: 0px;
}/*# sourceMappingURL=admin-dashboard.css.map */