::-webkit-scrollbar {
  width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #19191a;
  border-radius: 10px;
  /*background: #f1f1f1; */
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #343a40;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #212529;
}
/*
html,
body {
  height: 100%;
}
*/
body {
  background: url(../images/1.png) no-repeat center center fixed;
  font-family: 'Prompt', sans-serif !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  margin: 0;
  padding: 0;
}

img {
  pointer-events: none;
}

a,
img {
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

a {
  color: #ef9d12;
}

a:hover {
  color: #ffc107;
  text-decoration: none;
}
header{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.arrowLeft,
.arrowRight {
  overflow: hidden;
  width: 2em;
  text-align: center;
  background: #181818bf;
  border-radius: 50px;
  padding: 0.3em 0em 0.15em 0.25em;
  position: absolute;
  margin-left: 0.8em;
  margin-top: 0.6em;
  cursor: pointer;
}

.arrowRight {
  padding: 0.3em 0.35em 0.15em 0.15em;
  margin-left: 3.15em;
}

.arrowLeft:hover,
.arrowRight:hover {
  background: #ffc107;
  box-shadow: 0 0 5px 3px #ffc107ad;
}

.arrow {
  border: solid #fff;
  border-width: 0em 0.2em 0.2em 0em;
  display: inline-block;
  padding: 5px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

#frmSignup .form-label,
#frmSignup .modal-header {
  color: #fff;
  width: 100%;
}

#frmSignup .modal-header, #frmForgot .modal-header,
#frmSignup .modal-footer {
  justify-content: center;
  text-align: center
}
#frmSignup .modal-footer {
  display: grid;
}
.dOTP{
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 310px;
  margin: 0 -32px;
}
.ipOtp{
  background-color: transparent;
  border-radius: 0;
  border: 0;
  font-family: Arial;
  font-size: 1.5em;
  font-weight: 400;
  letter-spacing: 1.45em;
  outline: none;
  padding: 0 0 0 1.4em;
  width: 335px;
  color: #fff;
  height: 1.2em;
}
.ipOtp:focus{
  background-color: transparent;
  color: #FFF;
  outline: none;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.endOtp{
  color: transparent;
  text-shadow: 0px 0px 0px #FFF;
}
.endOtp:focus{
  color: transparent;
  text-shadow: 0px 0px 0px #FFF;
}
.dBotp{  
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /*padding-left: 1em;box-sizing: border-box;*/
}
.bIpOtp{
  margin-right: 1em;
  border-top: 1px solid rgb(255 255 255);
  width: 2em;
}
.bIpOtp:last-child{
  margin-right: 0;
}
.table th,
.table td {
  padding: 8px !important;
}

.mb-hide {
  display: none;
  overflow: hidden;
}

.mb-show {
  display: block;
}

.div-fb-login {
  width: 100%;
  float: left;
  text-align: center;
  margin-right: 5px;
}

.div-fb-logout {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 5px;
}

.bg-gr {
  background-color: #0e0e0e;
  -webkit-box-shadow: 0 0 17px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 0 17px 0 rgba(0, 0, 0, .2);
}

.btn:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.btn {
  color: #ff9d1a !important;
  border-color: #ff9d1a !important;
}

.btn-login{
  color: #ffffff !important;
  background: #ff9d1a !important;
}

.btn:disabled:hover {
  color: #ff9d1a !important;
  background: none !important;
}

.btn:hover {
  color: #ffffff !important;
  background: #ca7300 !important;
  border-color: #ca7300 !important;
}

.btn-login:hover {
  color: #ffffff !important;
  background: #ffac33 !important;
  border-color: #ffac33 !important;
}

.pic-logo {
  float: left;
}

.pic-logo img {
  width: 25px;
}
.pic-logo-d img {
  width: 15px;
  margin-top: -7px;
}

.txt-logo {
  display: flex;
  align-items: center;
  padding-left: 5px;
  padding-right: 20px;
}
.txt-logo-d {
  padding: 0px 5px;
}
.txt-logo1 {
  color: #fff;
}

.txt-logo2 {
  color: rgb(156 155 155);
  margin-left: 4px;
}
/*
main{
  height: 77%;
  overflow: auto;
  background: rgb(0 0 0 / 74%);
  -webkit-box-shadow: 0 0 17px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 0 17px 0 rgba(0, 0, 0, .2);
  border-radius: 10px;
}
*/
.div-detail {
 /* min-height: 640px;
  max-height: 800px;
  rgb(0 0 0 / 47%);*/
  background: rgb(0 0 0 / 74%);
  -webkit-box-shadow: 0 0 17px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 0 17px 0 rgba(0, 0, 0, .2);
  margin-top: 5em;
  margin-bottom: 4em;
  border-radius: 10px;
  position: relative;
  overflow: auto;
  padding: 1.5em;
}

.txt-center {
  text-align: center;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #ff9d1a !important;
}

.navbar-dark .navbar-nav .active {
  color: #ff9d1a !important;
}

.showRight {
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
}

.showLeft {
  color: #fff;
  position: absolute;
  left: 15px;
  top: 0;
}

#loading {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: consolas;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 20vh;
}

.wave {
  position: relative;
  -webkit-box-reflect: below -12px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
}

.wave span {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 2em;
  text-transform: uppercase;
  animation: animate 1.5s ease-in-out infinite;
  animation-delay: calc(.1s * var(--c));
}

.bg-ck {
  background: #343a40;
  padding: 10px;
  border-radius: 10px;
}

.input-ckb {
  min-width: 20px;
  max-width: 30px;
}

.img-vote {
  position: relative;
  height: 28px;
  float: left;
}

.img-votes {
  position: absolute;
  border-radius: 50px;
  width: 28px;
  height: 28px;
  border: 2px solid #343a40;
}

.a-view-vote {
  color: black;
  left: 101px;
  text-decoration: none;
  background: #e9ecef;
}

.a-view-vote span {
  font-size: 0.7em;
}

.div-input-vote {
  padding: 5px;
  border: 2px solid #545b62;
  border-radius: 5px;
}

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  font-size: 13px;
  background: #0e0e0e;
  z-index: 999;
}

.dCenter {
  justify-content: center;
}

.divf {
  float: left;
  padding: 0.3em;
  background: #fff;
  border-radius: 5px;
  /*margin-bottom: 1em;*/
  width: 100%;
  display: none;
}

.divf.active {
  display: block;
}

.divf img {
  width: 100%;
}

/* 
.divf:last-child{
  margin-bottom: 0;
} 
*/

.divDL {
  /*float: left;*/
  padding: 0.3em 1.5em;
  background: #f0f6fd;
  border-radius: 5px;
  margin-bottom: 0.5em;
  width: 100%;
  box-shadow: 0 0 6px 1px #fffef5;
  display: flex;
}

.divd {
  width: 100%;
  padding: 1.5em;
  background: #f8f9fa;
  color: black;
  border-radius: 5px;
  margin-bottom: 1em;
  /*width: 60%; 
  margin: 0 auto;*/
}

.was-validated .dEnd{
  margin-bottom: 1.45em;
}

.dEnd{
  text-align: center;
  display: flex;
  align-items: end;
  margin-bottom: 0;
}
.invalid-feedback, .valid-feedback{
  float: left;
}
.ipOtpE, .ipOtpP, .ipOtpFg, .ipOtpCe, .ipOtpCp, .ipOtpCfe,
.ipOtpCfp{
  width: 60%;
  float: left;
}
.form-label{
  width: 100%;
}
.mr4 {
  margin-right: 0;
}

.modal-footer {
  justify-content: center;
}

.btn {
  padding: 0.375rem 0.5rem;
}

.colorYellow {
  color: #FFC107;
}
.fs12 {
  font-size: 12px;
}
.fs14 {
  font-size: 14px;
}
.fs17 {
  font-size: 17px;
}
.fs20 {
  font-size: 20px;
}
.noneli{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.divicon {
  overflow: hidden;
  padding-bottom: 2px;
}
.btn-warning {
  color: #fff !important;
  background-color: #ffc107 !important;
  border-color: #ffc107 !important;
}
.btn-danger {
  color: #fff !important;
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
}
.divdl {
  background: linear-gradient(to right, #06bfff 50%, #2b74ff 100%);
  background-size: 200%;
  background-position: right 0;
  transition: background-position 300ms ease-in;
  padding: 10px 25px;
  border-radius: 3px;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  font-size: 18px;
  width: 100%; /*calc(100% - 180px);*/
  color: #fff;
  overflow: hidden;
  cursor: pointer;
  float: right;
  box-shadow: 0 0 6px 1px #35cbff;
  margin-bottom: 0.5em
}

.divdl:hover {
  background: #06bfff;
}

.divd a {
  color: #fff;
}

.divdl .floatr img {
  width: 25px;
}

.floatl {
  float: left;
}

.floatr {
  float: right;
}
.dFB{
  position: fixed;
  bottom: 1em;
  right: 1em;
  width: 65px;
  height: 130px;
  display: grid;
  justify-content: center;
  align-content: center;
  z-index: 99999999;
}
.fb, .fbg{
  background: url('../images/fb.png');
  width: 60px;
  height: 60px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  cursor: pointer;
  opacity: 1;
}
.fbg{
  background: url('../images/fbg.png');
}
.fb:hover, .fbg:hover{
  opacity: 0.8;
}
.nowrap{
  white-space: nowrap;
}

@keyframes animate {

  0%,
  100% {
    transform: translateY(0px);
  }

  20% {
    transform: translateY(-20px);
  }

  40% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .dFB{
    bottom: 0.5em;
    right: 0.1em;
    width: 50px;
    height: 100px;
  }
  .fb, .fbg{
    width: 50px;
    height: 50px;
  }
  .mb-hide {
    display: flex;
  }

  .mb-show {
    display: none;
  }

  .div-fb-login {
    width: 52%;
    text-align: end;
  }

  .div-fb-logout {
    width: 40%;
    text-align: left;
    margin-top: 0px;
  }
  .divd {
    float: left;
    width: 48%;
    margin-bottom: 2em;
  }

  .mr4 {
    margin-right: 4%;
  }
}
@media (max-width: 599px){
  .dBotp{
    border-top: 2px solid #fff;  
  }
  .bIpOtp{
    display: none;
  }
  .ipOtp {
    width: 100%;
    text-align: center;
    padding: 0.6em;
    letter-spacing: 0.6em;
  }
}
@media ((min-width:600px) and (max-width: 767px)){
  .ipOtp{
    letter-spacing: 1.45em;
    padding: 0 0 0 3.7em;
    width: 100%;
  }
}
@media ((min-width:768px) and (max-width: 1023px)){
  .ipOtp{
    letter-spacing: 0.82em;
    padding: 0 0 0 0.15em;
    /*width: 100%;*/
  }
}
@media ((min-width:1024px) and (max-width: 1279px)){
  .ipOtp{
    letter-spacing: 1.4em;
    padding: 0 0 0 0.3em;
    /*width: 100%;*/
  }
}
/*
@media (max-width: 1023px) {
  .collapse:not(.show) {
    display: none;
  }
  .navbar-toggler {
    display: block !important;
  }
}

@media (min-width: 1280px) {
  main {
    height: 83%;
  }
}
*/
.tqr{
  background: #133667;  width: 220px;
}
.pqr{
  width: 220px;
}
@media print {
  @page {
    margin: 0 !important;
    /*padding: 0 !important;*/
  }
  .tqr,.pqr{
    width: 100%;
  }
  .small{
    font-size: 0.45em !important;
  }
  h3{
    font-size: 0.5em !important;
    padding: 0 !important;
    line-height: 1 !important;
  }
  html,body, .div-detail, .color-ksher, .p-2 {
    margin:0 !important;
    padding:0 !important;
  }
  body, .div-detail{
    background: none;
    height: auto !important;
  }
  .modal-backdrop {
    display: none !important;
  }
  .noprint {
    visibility: hidden;
  }
  .modal-dialog{
    top: 0 !important;
    left: 0 !important;
    position: absolute !important;
    display: contents !important;
  }
  .modal-content{
    border: 0 !important;
  }
  #xClose, #cm{
    display: none !important;
  }
  .dpn{
    display: none !important;
  }
  .swal2-popup {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    /*width: 200px !important;
    max-width: 200px !important;
    height: 100px;*/
    padding: 2px !important;
  }

  .swal2-title {
    color: #000 !important;
  }

  .swal2-header {
    padding: 0px !important;
    font-size: 1em !important;
  }

  .swal2-content {
    padding: 0px !important;
    font-size: 1.2em !important;
    color: #000 !important;
  }
}

@page {
  margin: 0 !important;
  /*size: 58mm 100mm;*/
}