.login-section {
  /* background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3); */
}

.login-section .logo {
  width: 200px;
  margin-bottom: 10px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-control {
  border-radius: 5px !important;
}
/* Firefox */
input[type="number"].phone-no-arrow {
  -moz-appearance: textfield;
}

.login-background {
  background: url("/admin/assets/img/backgrounds/4925143.jpg");
  background-repeat: no-repeat;

  background-position: center;
  background-size: cover;
}

.table-responsive {
  min-height: 350px;
}

.fancybox__container {
  z-index: 10000 !important;
}

.detail-view-image {
  width: 170px;
  height: auto;
  object-fit: cover;
  border: 2px solid #3a3a3a;
  border-radius: 10px;
}

label.req:after {
  content: "*";
  color: #ff4b5a;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  top: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #477b5a;
}

input:focus + .slider {
  box-shadow: 0 0 1px #477b5a;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

audio {
  height: 35px;
  background: #f1f3f4;
  width: 100%;
  border-radius: 5px;
}

.latex-card.active {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 20px;
  z-index: 1000;
  overflow: auto;
  margin-bottom: 20px;
  transition: ease all 0.5s;
  height: 250px;
}
.latex-card {
  transition: ease all 0.5s;
  height: 0;
}

.latex-row .input-group {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
}
.latex-row textarea.text_editor_latex {
  width: 100%;
}
.form-check-input:focus {
  outline: none !important;
  outline-offset: 0 !important;
}
.filter-log {
  display: flex;
  gap: 10px;
  align-items: center;
}
.filter-log h3 {
  margin: 0;
}
.filter-log .input-group {
  position: relative;
}
.filter-log label {
  font-weight: 400;
  font-size: 10px;
  z-index: 10;
  top: -7px;
  left: 4px;
  background: #fff;
  position: absolute;
  padding: 0 5px;
}
.filter-log .form-control {
  min-width: 256px;
  width: 100%;
}
label.block-label {
  font-weight: 400;
  display: flex;
  gap: 5px;
  align-items: flex-start;

  cursor: pointer;
}
.text-nowrap {
  white-space: nowrap;
}
label.block-label input {
  cursor: pointer;
  margin-top: 5px;
}
label.block-label:hover {
  color: #0d0d0d;
}
.card-header {
  align-items: center;
}
.card-header h5 {
  margin: 0;
}

/* html{
  -webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
} */
.text-extractable {
  position: relative;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.text-extractable .extract-text,
.text-extractable:hover .short-text {
  display: none;
}
.text-extractable:hover .extract-text {
  position: absolute;
  display: block;
  height: -webkit-fill-available;
  padding-right: 10px;
  background: #fff;
}
.text-extractable.white-extract:hover .extract-text {
  background: #f9fafb;
}
@media only screen and (max-width: 991px) {
  .filter-header {
    flex-direction: column;
  }
  .filter-log {
    margin-top: 20px;
    gap: 15px;
    align-items: flex-start;
    flex-direction: column;
  }
}
.list-candidate-view-table {
  width: 30px;
  height: 30px;
  transition: all ease 0.5s;
  border-radius: 50%;
}
.list-candidate-view-table:hover {
  transform: scale(1.1);
  cursor: pointer;
  transition: all ease 0.5s;
  box-shadow:
    rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.upload-new-candidate-view-table,
.upload-new-candidate-view-table:focus {
  /* border: 0 !important; */
  outline: none !important;
  box-shadow: none !important;
}
.upload-percent {
  /* border: 1px solid #000; */
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;

  position: relative;
  height: 20px;
  top: -40px;
  /* background: transparent; */
  background: #fff;
  justify-content: center;
  align-items: center;
  display: none;
}
.upload-percent.show-loader {
  display: flex;
}
.upload-percent-loading {
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  background: #7beb52;
}
.upload-loading-per {
  position: fixed;
  font-size: 12px;
  color: #000;
}
.loading-image-showing {
  box-shadow:
    rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.upload-popup-image button {
  position: relative;
  top: -50px;
  width: 35px;
  padding: 5px;
  right: -42px;
}
.btn {
  outline: none !important;
}
.amt-toggle:hover span:first-child {
  text-decoration: underline;
}
.paid-amount-list{
  position: absolute;
  z-index: 10;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  display: none;
  background: #fff;
}
.paid-amount-main{
  display: flex;
  flex-wrap: nowrap;
  gap: .5rem;
  align-items: center;
  position: relative;
  justify-content: center;
}

.paid-amount-main:hover .paid-amount-list{
  display: block;
}
.vote-detail{
  display: none;
}
.vote-detail.visible{
  display: table-row;
}