@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap");

@font-face {
  font-family: noto_sansbold;
  src: url(../fonts/notosans-bold-webfont.woff2) format("woff2"),
    url(../fonts/notosans-bold-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: noto_sanslight;
  src: url(../fonts/notosans-light-webfont.woff2) format("woff2"),
    url(../fonts/notosans-light-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: noto_sansmedium;
  src: url(../fonts/notosans-medium-webfont.woff2) format("woff2"),
    url(../fonts/notosans-medium-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: noto_sansregular;
  src: url(../fonts/notosans-regular-webfont.woff2) format("woff2"),
    url(../fonts/notosans-regular-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: noto_sanssemibold;
  src: url(../fonts/notosans-semibold-webfont.woff2) format("woff2"),
    url(../fonts/notosans-semibold-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
}

.font-weight-bold {
  font-family: noto_sansbold !important;
}

.font-weight-semibold {
  font-family: noto_sanssemibold !important;
}

.font-weight-medium {
  font-family: noto_sansmedium !important;
}

.font-weight-regular {
  font-family: noto_sansregular !important;
}

.font-weight-light {
  font-family: noto_sanslight !important;
}
p {
  font-family: noto_sansregular;
}
.btn-main {
  display: flex;
  align-content: center;
  align-items: center;
  border-radius: 4px;
  padding: 6px 23px;
  outline: none;
  font-size: 16px;
  line-height: 32px;
  font-family: noto_sansregular;
  cursor: pointer;
  border: 1px solid #1c64d9;
  color: #fff;
  background-color: #1c64d9;
}
.btn-main:hover {
  opacity: 90%;
  color: #fff;
}
.btn-bordered {
  display: flex;
  align-content: center;
  align-items: center;
  border: 1px solid #1c64d9;
  border-radius: 4px;
  padding: 3px 10px;
  background: transparent;
  outline: none;
  font-size: 16px;
  line-height: 32px;
  color: #1c64d9;
  font-family: noto_sansregular;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
#landing-main {
  background: #fff;
  min-height: 100vh;
  padding-bottom: 100px;
}
/* -- header  -- */
.header {
  width: 100%;
  display: block;
  background: #fff;
  height: 85px;
  transition: all 0.3s ease-in-out;
}
.header.header-fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
  box-shadow: 0 0 10px #ddd;
}

.header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.logo-landing img {
  width: 255px;
  height: auto;
  object-fit: contain;
}

.dropdown.user-menu {
  border: 1px solid rgba(48, 54, 61, 0.1);
  border-radius: 4px;
  padding: 10px 45px 8px 8px;
}

.dropdown.user-menu .dropdown-toggle {
  position: relative;
  text-decoration: none;
  display: inline-block;
}

.dropdown.user-menu .dropdown-toggle:focus {
  box-shadow: none;
  outline: none;
}

.dropdown.user-menu .dropdown-toggle::after {
  display: inline-block;
  margin-left: 12px;
  border: 0px;
  content: "";
  background: url(../images/arrow-down-white.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 14px;
  height: 8px;
  position: absolute;
  right: -23px;
  top: 20px;
}

.dropdown.user-menu.show .dropdown-toggle::after {
  transform: rotate(180deg);
}
.dropdown.user-menu .dropdown-menu.dropdown-menu-right {
  background: #ffffff;
  box-shadow: 0px 0px 4px rgba(193, 195, 197, 0.05);
  border-radius: 4px !important;
  border: 0px;
  padding: 0;
  left: 50% !important;
  top: auto !important;
  transform: translate(-50%, 20%) !important;
  border: 1px solid rgba(193, 195, 197, 0.3) !important;
}

.dropdown.user-menu .dropdown-menu .dropdown-item {
  font-size: 16px;
  line-height: 32px;
  color: #686c73;
  font-family: noto_sanslight;
  text-transform: capitalize;
  transition: 0.3s all;
  padding: 6px 13px;
}

.dropdown.user-menu .dropdown-menu .dropdown-item:hover {
  background: #e5e5e5;
  font-family: noto_sansregular;
  color: #30363d;
}

.useravtar {
  width: 40px;
  height: 40px;
  background: #222222;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
  overflow: hidden;
}

.useravtar span {
  font-size: 19px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
  font-family: noto_sansmedium;
}

.dropdown.user-menu .userloggedin {
  font-size: 16px;
  line-height: 22px;
  color: #30363d;
  font-family: noto_sansmedium;
}

.dropdown.user-menu i {
  font-size: 12px;
  font-style: normal;
  line-height: 16px;
  color: #30363d;
  display: block;
  text-align: right;
  margin-top: 2px;
  width: 140px;
}

.menu-bar ul.menu-bar-ul {
  padding: 0;
  margin: 0;
}
.menu-bar ul.menu-bar-ul li {
  list-style: none;
  margin: 0 40px 0 0;
  display: inline;
  padding: 5px 15px;
}
.menu-bar-ul li a {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 32px;
  text-align: center;
  color: #333;
  font-family: noto_sansmedium;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  border-radius: 1px;
  transition: ease 0.3s;
}
.menu-bar-ul li a:hover {
  color: #333;
}
.menu-bar-ul li a.active {
  border-bottom: 2px solid #333;
  color: #333;
}
/* Card */
.table-wrapper {
  margin: 50px 75px 0;
}
.table-wrapper.h-card {
  margin-top: 41px;
}
.wrapper {
  position: relative;
  background: #ffffff;
  border-radius: 4px;

  padding: 35px 30px;
}

table td i {
  color: #333;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
}

.dropdown-block .dropdown .dropdown-toggle::after {
  display: none;
}

.dropdown-block {
  position: absolute;
  right: 300px;
  top: 35px;
  z-index: 2;
}
.dropdown-block .dropdown i img {
  width: 12px;
}
.dropdown-block .dropdown button,
.dropdown-block a {
  padding: 1px 15px;
}
.dropdown-block .dropdown.show .dropdown-toggle .arrow-down {
  transform: rotate(180deg);
}
.dropdown-block .dropdown-menu {
  border: 1px solid rgba(193, 195, 197, 0.3) !important;
  box-shadow: 0px 0px 44px rgb(193 195 197 / 20%) !important;
  border-radius: 4px !important;
  font-family: noto_sansregular;
  padding: 0px;
}
.dropdown-block .dropdown-menu a {
  font-family: noto_sanslight;
  font-size: 15px !important;
  padding: 9px 24px;
}

/* Reset style for data tables */

table.dataTable thead th,
table.dataTable thead td {
  border-bottom: 0px !important;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #e5e5e5 !important;
}

/* DataTables pagination style reset*/
.dataTables_filter {
  margin-bottom: 20px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  margin-left: 5px !important;
}
.paginate_button.current,
.paginate_button.current:hover {
  border-radius: 5px !important;
  box-shadow: 0px 0px 44px rgb(193 195 197 / 20%) !important;
}

.dataTables_paginate .paginate_button:hover {
  border-radius: 5px !important;
  box-shadow: 0px 0px 44px rgb(193 195 197 / 20%) !important;
}
/* Modal */
.comodal .modal-header {
  padding: 30px 30px 20px 30px;
}
.comodal .modal-body {
  padding: 26px 30px 26px 30px;
}
.comodal .modal-footer {
  padding: 25px 20px;
}
.comodal .modal-header h5 {
  font-size: 24px;
  line-height: 32px;
  color: #30363d;
  font-family: noto_sansregular;
}
.form-group input,
.form-group select,
.form-group textarea {
  background-color: #ffffff;
  box-sizing: border-box;
  border-radius: 4px;
  font-family: noto_sanslight;
}
.comodal .close {
  opacity: 100;
}
.btn-main.cancel-btn {
  background: #ededed;
  color: #686c73;
  margin-right: 20px;
  border-color: transparent;
}
.comodal .modal-content {
  background: #ffffff;
  border: 1px solid rgba(193, 195, 197, 0.3);
  box-sizing: border-box;
  box-shadow: 0px 0px 4px rgb(193 195 197 / 5%);
  border-radius: 10px;
}
.modal-body .form-group-block {
  margin-top: 30px;
}
.modal-body .form-group-block h3 {
  font-size: 20px;
  line-height: 32px;
  color: #30363d;
  font-family: noto_sansregular;
  margin-bottom: 20px;
}
.half-w-input .form-group input,
.half-w-input .form-group select {
  width: 50%;
}

.table-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.table-heading h5 img {
  margin: -3px 8px 0 0;
}
.table-heading h5 {
  font-size: 20px;
  line-height: 32px;
  color: #30363d;
  margin: 0;
  font-family: noto_sansmedium;
}
.dropdown-block.no-searchbox {
  right: 30px;
  top: 77px;
}
.form-group label,
.form-group p {
  font-size: 16px;
  color: #30363d;
  font-family: noto_sansregular;
  margin-bottom: 0;
}

/* Upload button */
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
}
.upload-btn-wrapper input[type="file"] {
  display: none;
}
.upload-btn-wrapper .btn {
  line-height: normal;
  font-size: 13px;
  padding: 5px 15px;
  cursor: pointer;
}
.upload-btn-wrapper .btn-bordered:hover {
  color: #1c64d9;
}
.upload-btn-wrapper .btn-main:hover {
  color: #fff;
}

/* Upload button2 */
.upload-btn-wrapper2 {
  position: relative;
  overflow: hidden;
  display: flex;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
}
.upload-btn-wrapper2 input[type="file"] {
  display: none;
}
.upload-btn-wrapper2 .btn {
  line-height: normal;
  font-size: 16px;
  padding: 5px 15px;
  cursor: pointer;
}
.upload-btn-wrapper2 .btn-bordered:hover {
  color: #1c64d9;
}
.upload-btn-wrapper2 .btn-main:hover {
  color: #fff;
}

.custom-table {
  background: white;
  width: 100% !important;
}

.custom-table th {
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
  line-height: 32px;
  color: #30363d;
  font-family: noto_sansregular;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 13px 10px;
  vertical-align: middle;
  background: #fff;
}

.custom-table td {
  border-top: none !important;
  padding: 12px 18px !important;
  padding: 13px 0;
  font-size: 15px;
  line-height: 32px;
  color: #686c73;
  font-family: noto_sanslight;
  overflow: hidden;
  text-overflow: ellipsis;
}
.custom-table table tr {
  transition: ease-in-out 0.2s;
}
.custom-table tbody tr:hover {
  background: #f6f6f6;
  transition: ease-in-out 0.2s;
}

.custom-table th {
  position: relative;
}
.custom-table tr:nth-of-type(odd) {
  background: #f9f9f9;
}

button .arrow-down {
  font-size: 14px;
}

/* Bootstrap Select */
.dropdown.bootstrap-select .dropdown-toggle {
  background: #fff;
  border: 1px solid #ced4da;
  font-size: 16px;
  color: #30363d;
  font-family: noto_sansregular;
}
.bootstrap-select .dropdown-item {
  font-size: 16px;
  color: #30363d;
  padding: 8px 10px;
  border-radius: 0px;
}
.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #1c64d9;
}
.bootstrap-select .dropdown-menu.show {
  overflow: hidden;
  display: block;
  width: 100%;
}
.bootstrap-select .no-results {
  padding: 3px 10px;
  background: #f5f5f5;
  margin: 0 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.page-header-content {
  width: 100%;
  background: #ffffff;
  padding: 46px 75px 0 75px;
  border-top: 1px solid #e5e5e5;
}
.page-header-content h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 32px;
  font-family: noto_sansmedium;
  color: #30363d;
  margin-bottom: 10px;
}
.page-header-content p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  font-family: noto_sanslight;
  color: #a2a9b0;
  margin-bottom: 0px;
}
.page-header-nav {
  margin-top: 22px;
}
.page-header-nav ul {
  padding: 0;
  margin: 0;
}
.page-header-nav ul li {
  list-style: none;
  margin: 0 10px 0 0;
  display: inline;
}
.page-header-nav ul li a {
  display: inline-block;
  padding: 5px 15px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: #686c73;
  font-family: noto_sanslight;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  border-radius: 1px;
  transition: ease 0.3s;
}
.page-header-nav ul li a.active {
  border-bottom: 2px solid #333;
  border-radius: 1px;
  color: #333;
  font-family: noto_sansmedium;
}
.card-header {
  background: transparent;
  border: 0px;
  padding: 0;
}
.card-header h5 {
  font-style: normal;
  font-size: 20px;
  line-height: 32px;
  color: #30363d;
  font-family: noto_sansmedium;
  margin-bottom: 0;
}
.donut-chart {
  position: relative;
  display: block;
  margin-top: 30px;
}
.donut-chart .text {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(7%);
  transform: translateY(7%);
}
.recieved {
  position: relative;
  margin-right: 13px;
}
.donut-chart .text h4 {
  font-style: normal;
  font-size: 48px;
  line-height: 32px;
  text-align: right;
  color: #30363d;
  margin-bottom: 18px;
  font-family: noto_sanslight;
}
.donut-chart .text p {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 32px;
  text-align: center;
  color: #8f9297;
  font-family: noto_sanslight;
}
.recieved:after {
  content: "";
  position: absolute;
  top: -10px;
  right: -13px;
  left: auto;
  width: 1px;
  height: 55%;
  background: #30363d;
}
.sent {
  margin-left: 13px;
}
.donut-chart .text h4 {
  font-style: normal;
  font-size: 48px;
  line-height: 32px;
  text-align: right;
  color: #30363d;
  margin-bottom: 18px;
  font-family: noto_sanslight;
}
.donut-chart .text p {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 32px;
  text-align: center;
  color: #8f9297;
  font-family: noto_sanslight;
}
.donut-chart svg {
  width: 100%;
}
.donut-progress .track,
.donut-progress.fill {
  fill: rgba(0, 0, 0, 0);
  stroke-width: 10;
}
.donut-progress .track {
  stroke-width: 10;
  stroke: #ededed;
}
.path {
  stroke-dasharray: 219;
  stroke-dashoffset: -219;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  -webkit-transition: stroke-dashoffset 2s ease-out;
  transition: stroke-dashoffset 2s ease-out;
  fill: rgba(0, 0, 0, 0);
  stroke-width: 10;
  stroke: #00c090;
}
.card {
  background: #ffffff;
  border: 1px solid rgba(193, 195, 197, 0.3);
  box-shadow: 0px 0px 4px rgb(193 195 197 / 5%);
  border-radius: 4px;
  padding: 35px 30px;
}
.voting-results {
  padding-left: 60px;
}
.card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: transparent;
  border: 0px;
  padding: 0;
}
.card-header h5 {
  font-style: normal;
  font-size: 20px;
  line-height: 32px;
  color: #30363d;
  font-family: noto_sansmedium;
  margin-bottom: 0;
}
.card-header h5 span {
  font-size: 16px;
  line-height: 32px;
  color: #8f9297;
  font-family: noto_sanslight;
  margin-left: 10px;
}
.card-header h5 img {
  margin: -3px 8px 0 0;
}
.voting-results-list {
  display: block;
  margin: 25px 0 30px;
}
.ctable thead th {
  border-top: 0px;
  border-bottom: 1px solid #e5e5e5;
  padding: 13px 0;
  font-size: 16px;
  line-height: 32px;
  color: #30363d;
  font-family: noto_sansregular;
}
.ctable td {
  border-top: 1px solid #e5e5e5;
  padding: 13px 0;
  font-size: 15px;
  line-height: 32px;
  color: #686c73;
  font-family: noto_sanslight;
}
.percent.percentage-value .p-value {
  width: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.percent .progress-percentage {
  height: 16px;
  margin-left: 12px;
  margin-right: 12px;
}
.percent {
  display: flex;
  align-items: center;
}
.d-voting-results {
  width: 100%;
  text-align: center;
  margin-top: 43px;
}
.d-voting-results .btn-bordered {
  margin: 0 auto;
}
.btn-bordered img {
  margin-right: 10px;
}
#contains-t {
  background: #f3f4f8;
  min-height: 100vh;
  padding-bottom: 100px;
}
#downloadvotingresults .modal-dialog {
  max-width: 450px;
}
#downloadvotingresults .modal-content {
  background: #ffffff;
  border: 1px solid rgba(193, 195, 197, 0.3);
  box-sizing: border-box;
  box-shadow: 0px 0px 4px rgb(193 195 197 / 5%);
  border-radius: 10px;
}
#downloadvotingresults .modal-header {
  padding: 30px 30px 20px 30px;
}
#downloadvotingresults .modal-header h5 {
  font-size: 24px;
  line-height: 32px;
  color: #30363d;
  font-family: noto_sansregular;
}
#downloadvotingresults .close {
  opacity: 100;
}
#downloadvotingresults .modal-body {
  padding: 26px 30px 26px 30px;
}
.report-content-inner .form-check:first-child {
  margin-bottom: 28px;
}
.form-check [type="radio"]:checked,
.form-check [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.form-check [type="radio"]:checked + label,
.form-check [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
}

.form-check label {
  font-size: 16px;
  color: #30363d;
  font-family: noto_sansregular;
  margin-bottom: 0;
}
.form-check label span {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  color: #30363d;
}
.form-check [type="radio"]:checked + label:before,
.form-check [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 18px;
  height: 18px;
  border: 2px solid #00c090;
  border-radius: 100%;
  background: #fff;
}

.form-check [type="radio"]:not(:checked) + label:before {
  border-color: #8f9297 !important;
}

.form-check [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.form-check [type="radio"]:checked + label:after,
.form-check [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #00c090;
  position: absolute;
  top: 9px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#downloadvotingresults .modal-footer {
  padding: 25px 20px;
}
.page-header-content .action-buttons {
  width: 100%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

/* Custom select box */
.custom-selectbox {
  margin-left: 20px;
}
.select {
  position: relative;
  width: 160px;
  text-align: left;
}
.select .selectBtn {
  padding: 8px 40px 8px 15px;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #fff;
  font-size: 16px;
  font-family: noto_sansregular;
}
.select .selectBtn:after {
  content: "";
  position: absolute;
  top: 45%;
  right: 15px;
  width: 7px;
  height: 7px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  transition: 0.2s ease;
}
.select .selectBtn.toggle {
  border-radius: 3px 3px 0 0;
}
.select .selectBtn.toggle:after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
}
.select .selectDropdown {
  position: absolute;
  top: 100%;
  width: 100%;
  border-radius: 0 0 3px 3px;
  overflow: hidden;
  border-top: 1px solid #eee;
  z-index: 1;
  background: #fff;
  visibility: hidden;
  transition: 0.2s ease;
}
.select .selectDropdown .option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 16px;
  font-family: noto_sansregular;
}
.select .selectDropdown .option:hover {
  background: #f8f8f8;
}
.select .selectDropdown.toggle {
  visibility: visible;
}

.selectBtn[data-type="active"],
.option[data-type="active"] {
  background-color: #ccf7d9;
  color: #1b8079;
}
.selectBtn[data-type="closed"],
.option[data-type="closed"] {
  background-color: #d2e0f7;
  color: #1c64d9;
}
.selectBtn[data-type="draft"],
.option[data-type="draft"] {
  background-color: #e5dbf8;
  color: #49229f;
}
.selectBtn[data-type="archived"],
.option[data-type="archived"] {
  color: #721c24;
  background-color: #f8d7da;
}
.selectBtn[data-type="active"]:after {
  border-color: #1b8079;
}
.selectBtn[data-type="closed"]:after {
  border-color: #1c64d9;
}
.selectBtn[data-type="draft"]:after {
  border-color: #49229f;
}
.selectBtn[data-type="archived"]:after {
  border-color: #721c24;
}
.label-archived {
  display: inline;
  line-height: normal;
  font-size: 12px;
  padding: 3px 11px;
  margin-left: 20px;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f8d7da;
  border-radius: 2px;
}
.card-header .upload-btn-wrapper .btn-bordered {
  padding: 3px 10px;
  font-size: 16px;
  line-height: 32px;
}
.date-input {
  position: relative;
}
.date-input input {
  padding-right: 30px;
  position: relative;
  background-image: url(../images/calendar-4.svg);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 25px 16px;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #1c64d9 !important;
}
.drp-buttons .cancelBtn {
  font-family: noto_sansregular;
  background: #ededed;
  color: #686c73;
}
.drp-buttons .applyBtn {
  font-family: noto_sansregular;
  background-color: #1c64d9;
}

/*-- Add Email --*/
.add-email-block {
  margin-top: 30px;
}
.add-email-block h5 {
  font-style: normal;
  font-size: 17px;
  line-height: 32px;
  color: #30363d;
  font-family: noto_sansmedium;
  margin-bottom: 10px;
}
.add-email-block .template-item {
  width: 100%;
  height: 250px;
  padding: 10px;
  border: 1px solid #ced4da;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.add-email-block .template-item p {
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: #333;
  font-family: noto_sansregular;
}
/*-- Edit email --*/
.edit-email-block {
  margin-top: 25px;
}
.edit-email-block label {
  margin-bottom: 10px;
}
.edit-email-block .form-control {
  background-color: #ffffff;
  box-sizing: border-box;
  border-radius: 4px;
  font-family: noto_sanslight;
}
.edit-email-block .custom-table tr:nth-of-type(odd) {
  background: #fff;
}
.edit-email-block tbody tr:hover {
  background: #fff;
  transition: ease-in-out 0.2s;
}
.edit-email-block .custom-table th {
  border: 0px;
  padding: 8px 10px !important;
}
.edit-email-block .custom-table td {
  padding: 8px 10px !important;
}
.campaigns-info .send-date {
  margin-top: 70px;
}
.edit-email-block h6,
.send-date h6 {
  font-style: normal;
  font-size: 20px;
  line-height: 32px;
  color: #30363d;
  font-family: noto_sansmedium;
  margin-bottom: 15px;
}
/*-- Email Saved --*/
.email-saved {
  background: #f9f9f9;
  padding: 30px;
  margin-top: 25px;
}
.email-saved .saved-email-content p {
  font-size: 16px;
  color: #30363d;
  font-family: noto_sansregular;
  margin-bottom: 0;
}
.email-saved .saved-email-content p b {
  font-family: noto_sansbold;
}
.email-saved-template {
  border: 1px solid #ced4da;
  height: 450px;
  border-radius: 5px;
  margin-top: 50px;
}
.test-mail-block {
  background: #f9f9f9;
  padding: 30px;
  margin-top: 25px;
}
.test-mail-block h6 {
  font-style: normal;
  font-size: 20px;
  line-height: 32px;
  color: #30363d;
  font-family: noto_sansmedium;
  margin-bottom: 15px;
}
.test-mail-block .form-control {
  margin-bottom: 20px;
}
.test-mail-block label {
  margin-bottom: 0.5rem;
}
.custom-table tbody tr td .action button {
  background: transparent;
  border: 0px;
  text-align: center;
}
.dropdown-block.recipients {
  position: static;
}
.dropdown-block.recipients .dropdown button {
  padding: 3px 15px;
}
/*-- Voting Summary --*/
.voting-action-top {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.action-top-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: 62%;
}
.email-ballots {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.voting-matter-content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 18px;
}
.email-ballots .toggle-wrapper {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.status-action-block {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.status-actions h5 {
  margin-top: 20px;
}
.status-action-block .toggle-wrapper {
  margin-top: 17px;
}
.status-action-block .edit-action {
  margin: 0 0 0 37px;
}

.status-action-block .edit-action {
  flex-direction: column;
  display: flex;
  align-items: center;
}
.email-ballots .toggle-wrapper p {
  margin: 0px 0px 0px 5px;
}
.matter-content .table-heading h5 {
  margin-bottom: 10px;
}
.voting-matter-content .vm-container {
  margin-top: 18px;
}
.status-action-block .edit-action a {
  margin: 12px 0 0;
}
.voting-action {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.voting-action .btn-bordered {
  margin-right: 20px;
}
.voting-action .btn,
.voting-action .btn-voting,
.email-ballots .btn-ballots {
  display: flex;
  align-content: center;
  align-items: center;
  border: 1px solid transparent;
  background-color: #00c090;
  border-radius: 4px;
  padding: 3px 10px;
  outline: none;
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  font-family: noto_sansregular;
  cursor: pointer;
}
.gde-container h3,
.candi-details h3 {
  font-size: 22px;
  line-height: 32px;
  color: #30363d;
  font-family: noto_sansregular;
}
.gde-candidates {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.gde-candidates .gde-inputs {
  width: 85%;
}
.gde-inputs .input-field {
  position: relative;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}
.editable-content {
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid transparent;
  width: 100%;
  height: 40px;
  color: #30363d;
  line-height: 28px;
  font-family: noto_sansregular;
  overflow: hidden;
}
.input-field:hover .editable-content {
  background: #efefef;
  border: 1px solid #dddd;
}
.nominated-btn {
  border-radius: 4px;
  display: inline-block;
  font-size: 13px;
  line-height: normal;
  color: #222;
  border: 0px;
  padding: 8px 5px;
  font-family: noto_sansregular;
  cursor: pointer;
  background-color: #9dc0fa;
  height: 40px;
  width: 170px;
  margin-left: 10px;
  border: 1px solid rgb(157, 192, 250);
  transition: all 0.3s;
}
.candidates p {
  padding: 8px 10px 10px 0px;
  margin-bottom: 12px;
  color: #30363d;
  font-family: noto_sansregular;
}
.candi-details h3 {
  margin: 16px 0 16px;
}
.details-input-block span {
  color: #30363d;
  font-family: noto_sansregular;
}
.short-desc-block {
  margin-top: 15px;
}
.candi-details input {
  padding: 5px 10px;
}
.attachment-block {
  margin-top: 25px;
}
.attachment-block-inner h3 {
  font-size: 22px;
  line-height: 32px;
  color: #30363d;
  font-family: noto_sansregular;
  margin-bottom: 16px;
}
.attachment-block-inner .custom-table td,
.attachment-block-inner .custom-table th {
  padding: 8px 10px !important;
}
/* Switch toggler */
.toggle-wrapper {
  position: relative;
}

.toggle-wrapper .toggle {
  display: none;
}
.switch-toggle {
  position: relative;
  width: 40px;
  height: 20px;
  border-radius: 50px;
  margin: 0 auto;
  border: 1px solid #fff;
  background-color: #ddd;
  transition: background-color 0.2s;
}
.switch-toggle:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  display: block;
  margin: auto;
  width: 15px;
  height: 15px;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  transition: left 0.2s;
}
.toggle:checked ~ .switch-toggle {
  border-color: #00c090;
  background-color: #00c090;
}
.toggle:checked ~ .switch-toggle:before {
  left: 22px;
}

.toggle--label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  z-index: 10;
  letter-spacing: 1px;
}

table#attendance {
  border-bottom: 0px !important;
}
table#attendance thead th {
  border-bottom: 1px solid #e5e5e5 !important;
}
table#attendance tr:nth-of-type(odd) {
  background-color: #fff;
}
.table-proxyholder {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.dropdown-block.drop-filter {
  left: 190px;
  top: 0;
  width: 320px;
}
.dropdown-block.drop-filter .proxyfilter-block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.proxyfilter-block .form-group {
  display: flex;
  align-items: center;
}
.proxyfilter-block .form-control {
  padding: 1px 15px;
  width: 300px;
  display: flex;
  justify-content: space-between;
}
.table-proxyholder .filter-label {
  color: #333;
  margin: 0px 10px 0 0;
  display: block;
}
.proxyholder-upload {
  position: absolute;
  right: 300px;
  top: 0;
  z-index: 2;
}
.proxyholder-upload .upload-btn-wrapper .btn {
  font-size: 16px;
  padding: 3px 15px;
  line-height: 28px;
}
img.un-archive {
  margin-top: -4px;
  width: 15px;
}
/* ------- MEDIA QUERIES -------- */
@media (max-width: 768px) {
  .header {
    height: auto;
  }
  .header .header-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    flex-direction: column;
  }
  .menu-bar ul.menu-bar-ul {
    text-align: center;
    margin: 20px 0;
  }
  .table-wrapper {
    margin: 30px 10px 0;
  }

  .dropdown-block {
    position: static;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  .dropdown-block .dropdown-menu {
    left: 50% !important;
    transform: translate(-50%, 30%) !important;
  }
  .table-header {
    justify-content: center;
  }
  .half-w-input .form-group input,
  .half-w-input .form-group select {
    width: 100%;
  }
  .page-header-content {
    padding: 46px 20px 0 20px !important;
  }
  .page-header-content .action-buttons {
    text-align: center;
    justify-content: center;
    margin-top: 15px;
  }
  .dropdown.user-menu {
    margin-top: 20px;
  }
  .voting-results {
    padding-left: 0;
    margin-top: 40px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .header {
    height: auto;
  }
  .header .header-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    flex-direction: column;
  }
}


.error{
  color:red!important;
}

.custom_link { cursor: pointer; }


/* -- Forms  -- */
.login-container {
  width: 100%;
  min-height: 100vh;
  background: url(../images/body-bg.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-holder {
  width: 100%;
}

.logo {
  width: 100%;
  text-align: center;
  margin-bottom: 51px;
  margin-top: 75px;
}

.logo a img {
  width: 294px;
}

.form-content {
  max-width: 446px;
  width: 100%;
  padding: 66px 47px 105px;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: 0px 1px 4px rgba(193, 195, 197, 0.45);
  border-radius: 4px;
}

.form-content h3 {
  font-family: noto_sanslight;
  font-weight: normal;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
  color: #30363d;
  margin-bottom: 37px;
}

.form-content form label {
  font-family: noto_sanslight;
  font-size: 14px;
  line-height: 28px;
  color: #686c73;
  margin: 0;
}

.form-content form .forgot-password {
  font-family: noto_sanslight;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  float: right;
  color: #1c64d9;
  text-decoration: none;
}

.form-content form .form-group {
  margin-bottom: 16px;
}

.form-content form .form-group input {
  background: #ffffff;
  border: 1px solid #98a1ad;
  box-sizing: border-box;
  border-radius: 4px;
  height: 47px;
  font-family: noto_sanslight;
}

.form-content form .form-group input:hover,
.form-content form .form-group input:focus {
  box-shadow: none;
}

.form-content form .btn-blk .btn {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  background: #1c64d9;
  border-radius: 4px;
  color: #fff;
  border-color: #1c64d9;
  width: 100%;
  height: 47px;
  font-size: 16px;
  line-height: 32px;
  margin-top: 4px;
  transition: all 0.3s;
}

.form-content form .btn-blk .btn:hover {
  opacity: 90%;
}

.copyright {
  width: 100%;
  text-align: center;
  margin-top: 140px;
}

.copyright p {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #454a50;
  font-family: noto_sansregular;
  margin: 0;
}

.copyright a {
  color: #454a50;
  font-size: 16px;
  line-height: 28px;
  font-family: noto_sanslight;
}
/* --Forgot password -- */
.form-content.forgot-password {
  padding-top: 40px;
  padding-bottom: 32px;
}

.form-content.forgot-password p {
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  color: #30363d;
  font-family: noto_sanslight;
  margin-bottom: 35px;
}

.back-to-signin {
  text-align: center;
  padding-top: 13px;
}

.back-to-signin a {
  font-family: noto_sanslight;
  font-weight: normal;
  font-size: 13px;
  line-height: 28px;
  text-align: center;
  color: #30363d;
  text-decoration: none;
}

.copyright.forgot-password {
  width: 100%;
  text-align: center;
  margin-top: 260px;
}
/* --Reset password -- */
.form-content.reset-message {
  padding-top: 40px;
  padding-bottom: 48px;
}

.form-content.reset-message p,
.form-content.reset-message a {
  font-weight: normal;
  font-family: noto_sanslight;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  color: #30363d;
  transition: all 0.3s;
}

.form-content.reset-message p span {
  display: block;
  padding-top: 30px;
}

.copyright.reset-message {
  width: 100%;
  text-align: center;
  margin-top: 280px;
}
/* login 9 */

/* excel */
.upload-section {
  background: #ffffff;
  border: 1px solid #e1e5e9;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 24px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.form-row {
  display: flex;
  gap: 16px;
  align-items: center;
}

.upload-form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.upload-form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #374151;
  font-size: 14px;
}

.modern-select {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  background: #ffffff;
  color: #374151;
  font-size: 14px;
  transition: all 0.2s ease;
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-right: 40px;
}

.modern-select:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.file-input-container {
  position: relative;
}

.file-input-modern {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.file-input-display {
  width: 100%;
  padding: 12px 16px;
  border: 2px dashed #d1d5db;
  border-radius: 8px;
  background: #f9fafb;
  color: #6b7280;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.file-input-display:hover {
  border-color: #9ca3af;
  background: #f3f4f6;
}

.file-input-display.has-file {
  border-color: #10b981;
  background: #ecfdf5;
  color: #065f46;
  border-style: solid;
}

.btn-upload {
  background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.2s ease;
  white-space: nowrap;
  height: 44px;
  align-self: flex-end;
  margin-top: 23px;
}

.btn-upload:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.btn-upload:disabled {
  background: #9ca3af;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.alert {
  padding: 12px 16px;
  margin-top: 16px;
  border-radius: 8px;
  display: none;
  font-size: 14px;
}

.alert-success {
  background-color: #ecfdf5;
  color: #065f46;
  border: 1px solid #a7f3d0;
}

.alert-danger {
  background-color: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
}

@media (max-width: 768px) {
  .form-row {
    flex-direction: column;
    gap: 12px;
  }

  .btn-upload {
    width: 100%;
  }
}

#invoiceTable {
  width: 100%;
  table-layout: fixed;       /* 1️⃣ */
  border-collapse: collapse; /* 2️⃣ */
}

#invoiceTable th,
#invoiceTable td {
  padding: 0.5rem;
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: normal;
  word-wrap: break-word;
}

.modal-content {
  border-radius: 8px;
}

.modal-header {
  border-bottom: 1px solid #dee2e6;
}

.modal-success .modal-header {
  background-color: #d4edda;
  color: #155724;
}

.modal-error .modal-header {
  background-color: #f8d7da;
  color: #721c24;
}

.modal-title {
  font-size: 1.1rem;
  font-weight: 500;
}