
.shonir {
    border: #ff0000 solid 1px;
  }
  .nanobar .bar {
    background: #ff6f69;
    box-shadow: 0 0 5px #e29390;
    height: 1px;
  }

  .hidden {
    display: none;
}

.no-pad{
  padding: 0;
  }
  .no-mar{
  margin: 0;
  }

  ul{
    padding-left: 20px;
    }

.ajax-popup{
  color: black;

}

.ajax-popup .spinner {
  font  : 3rem sans-serif;
  transition: .5s ease;
  opacity: 0.8;
}

.t-empty .heading {
  text-transform: uppercase;  
  font-family: 'Oswald', sans-serif;
  text-align: justify; 
  margin: 15px;
  color: #ff0000;
  font-size: 26px;
  font-weight: 800;

}

.t-empty .details {

  font-family: 'Meera Inimai', sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.captcha {
  display: block;
  overflow: auto;
  height: 100%;
  width: 287px;
  min-height: 195px;
  background: rgb(151, 6, 13);
  padding: 6px;

}

.captcha .text {
  float: left;
  background-color: #FCE193;
  margin-top: 6px;
  padding: 6px;
  width: 200px;
}


.captcha span {
  color: black;
  font  : 0.7rem sans-serif;
}

.captcha .reload {
  float: right;
  color: white;
  margin-top: 26px;
  width: 68px;
  text-align: center;
}

.captcha .reload a {

  color: lightgray;

}

.captcha .reload a:hover {

  color: white;

}

#ajax-popup .modal-close{
  padding: 10px 12px;
  margin-top: 0px;
  border: none;
  color: white;
  background-color:red;
  vertical-align: right;
  width: 50px;
}

.captcha input[type=text] {
  font  : 2.1rem sans-serif;
  color: black;
  padding: 0px 5px 0px 5px;
  margin-top: 6px;
  background-color: rgb(255, 255, 255);
  height:59px;
  width:187px;
}

.captcha input[type=text]:focus {
  border: 3px solid rgb(255, 255, 255);
  background-color: rgb(241, 241, 241);
}

.wait{
  text-align: center;vertical-align: middle;
  font-family: 'Poppins', sans-serif;
font-size: 14px;

}

#error-msg {
  color: red;
}
#valid-msg {
  color: #00C900;
}
.error-msg {
  color: red;
}
.valid-msg {
  color: #00C900;
}
input.error {
  border: 1px solid red;
}
.hide {
  display: none;
}

.ui-widget-overlay
{
  opacity: .50 !important; 
  filter: Alpha(Opacity=50) !important;
  background: rgb(50, 50, 50) !important; 
}

.imghvr1 :hover
{
  opacity: .50 !important; 
  filter: Alpha(Opacity=50) !important;
  background: rgb(50, 50, 50) !important; 
}

.cookiealert{
  z-index: 9999999999;
}

.ui-dialog { z-index: 5000 !important ;}
