/* -- Imported styles ----------------------------- */
@import url("global.css");
@import url("style.css");
@import url("box.css");
@import url("ck_style.css");

.alertify .ajs-body .ajs-content {
  padding: 15px 0;
}

.login-content {
  position: relative;
}
.black_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 1;
  -moz-opacity: .5;
  opacity: .5;
  filter: alpha(opacity=50);
}
.white_content{
  height: 50%;
  left: 25%;
  overflow: auto;
  padding: 16px;
  position: absolute;
  top: 35%;
  width: 50%;
  z-index: 1002;
}

.forget-mess {
  margin-bottom: 10px;
}
.login-content .div_input {
  position: relative;
}



.fixed_menu{
  position: fixed;
  top: 43%;
  right: 10px;
  -webkit-transform:translate(150%,-50%);
  -moz-transform:translate(150%,-50%);
  -o-transform:translate(150%,-50%);
  -ms-transform:translate(150%,-50%);
  transform:translate(150%,-50%);
  z-index: 100;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.fixed_menu.show{
  -webkit-transform:translate(0,-50%);
  -moz-transform:translate(0,-50%);
  -o-transform:translate(0,-50%);
  -ms-transform:translate(0,-50%);
  transform:translate(0,-50%);
}
.fixed_menu ul li{
  position: relative;
  margin-bottom: 10px;
}
.fixed_menu ul li a.linkSocial{
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  padding-top: 5px;
  color: #333333;
  background: #eeeeee;
  position: relative;
  z-index: 1;
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  transition:all 0.5s ease;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.fixed_menu ul li a.linkSocial i{
  font-size: 18px;
  line-height: 30px;
}
.fixed_menu ul li a.linkSocial:hover{
  background: #d82727;
  color: #ffffff;
}
.fixed_menu ul li .hl_title{
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  position: relative;
  background: #eeeeee;
  z-index: 1;
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  transition:all 0.5s ease;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.fixed_menu ul li .hl_title:hover{
  background: #d82727;
  color: #ffffff;
}
.fixed_menu ul li .hl_title:hover a {
  color: #ffffff;
}
.fixed_menu ul li .hl_title i{
  font-size: 18px;
  line-height: 30px;
}







.footer_support{
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 101;
  display: none;
  border-top: 1px solid #dddddd;
}
.footer_support ul:after{
  display: block;
  content: '';
  clear: both;
}
.footer_support ul li{
  float: left;
  border-right: 1px solid #ffffff;
  width: 25%;
}
.footer_support ul li a{
  display: block;
  text-align: center;
  font-size: 13px;
  line-height: 25px;
  padding: 5px;
  text-transform: uppercase;
  background: #ffffff;
  color: #333333;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.footer_support ul li a:hover{
  background: #d82727;
  color: #ffffff;
}
.footer_support ul li a:before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  line-height: 25px;
  padding-right: 8px;
}

@media screen and (max-width: 991px) {
  .fixed_menu {
    display: none !important;
  }
  .footer_support{
    display: block;
  }
}