/* Generated by less 2.5.1 */
::-webkit-scrollbar {
  width: 0.2083vw;
}
::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0.520834vw;
  border-radius: 0.520834vw;
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0.520834vw;
  border-radius: 0.520834vw;
  background: #fdcc34;
}
::-webkit-scrollbar-thumb:window-inactive {
  background: #fdcc34;
}
.navbar-brand img {
  height: 2.604vw;
}
.navbar-brand span {
  font-weight: 600;
}
.time-lesson {
  float: right;
}
.select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/svg/dropdown.svg) no-repeat right center;
  background-size: 20px;
}
.w100 {
  width: 100%;
}
.sidebar .nav p,
.off-canvas-sidebar .nav p {
  font-weight: 600;
}
.navbar {
  padding: 10px 15px 10px 15px;
}
.nav-open .navbar {
  padding: 10px 15px 10px 0px;
}
.text-center {
  text-align: center;
}
.rowwer {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background: url(../img/honey.png) no-repeat center center;
  background-size: cover;
}
.rowwer .card {
  padding: 2.083vw;
}
.card-header.text-center {
  padding: 1.5625vw 1.5625vw 1.5625vw;
}
@media (max-width: 997px) {
  .rowwer .card {
    padding: 40px;
  }
}
.posrev {
  position: relative;
}
.anim {
  transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
}
.animlong {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.table-responsive {
  overflow: auto !important;
}
.user-edit-url {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 14px;
  height: 30px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.user-edit-url i {
  font-size: 16px;
  margin-right: 10px;
}
.btn-line {
  display: flex;
  justify-content: flex-end;
}
.btn-line > a {
  margin-left: 6px;
  transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
}
.btn-line > a:hover {
  background: #fdcc34;
  color: #13181a;
}
.hide-block {
  display: none;
}
.form-check-label {
  display: block;
}
.page-link {
  padding: 12px;
}
.eye-pass {
  position: absolute;
  right: 6px;
  bottom: 6px;
  font-size: 24px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: transparent;
  border: 0;
  outline: 0 !important;
  opacity: .4;
  transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
}
.eye-pass:hover {
  opacity: .6;
}
.eye-pass.view-pass {
  opacity: .8;
}
.select-enter {
  padding: 6px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.19);
  color: #fff;
  font-size: 13px;
  margin-bottom: 14px;
  position: relative;
  z-index: 100;
  outline: 0;
  box-shadow: none;
}
.form-line {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.form-line .form-group {
  width: 24%;
  margin: 0 .5%;
}
.form-group input[type=file].add-file {
  padding: 6px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.19);
  color: #fff;
  font-size: 13px;
  margin-bottom: 14px;
  outline: 0;
  box-shadow: none;
  opacity: 1;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 300px;
  height: auto;
  z-index: 100;
}
@media (max-width: 997px) {
  .form-line {
    display: block;
  }
  .form-line .form-group {
    width: auto;
    margin: 0 0 15px;
  }
}
