@import "base.css";
@import "header.css";
@import "pages/login.css";
@import "pages/login_register.css";
@import "pages/profile_page.css";
@import "pages/course_listing.css";
@import "pages/quiz.css";
@import "pages/forum.css";

#pageloader{
  background: rgba( 0, 0, 0, 0.2 );
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
#pageloader img{
display: none;
}
.spinner{ margin:0 auto;width:80px;height:80px;text-align:center;background:#343746;border-radius:50% }
.spinner > div{background:#fff;height:100%;width:4px;display:inline-block;margin-left:3px;-webkit-animation:sk-stretchdelay 1.2s infinite ease-in-out;animation:sk-stretchdelay 1.2s infinite ease-in-out}
.spinner > div:first-of-type{margin-left:0}
.spinner .rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}
.spinner .rect3{-webkit-animation-delay:-1.0s;animation-delay:-1.0s}
.spinner .rect4{-webkit-animation-delay:-0.9s;animation-delay:-0.9s}
.spinner .rect5{-webkit-animation-delay:-0.8s;animation-delay:-0.8s}
@-webkit-keyframes sk-stretchdelay{
  0%, 40%, 100% { -webkit-transform: scaleY(0.25) }
  20% { -webkit-transform: scaleY(0.5) }
}
@keyframes sk-stretchdelay{
  0%, 40%, 100% { 
    transform: scaleY(0.25);-webkit-transform: scaleY(0.25);
  }20%{ 
    transform: scaleY(0.5);-webkit-transform: scaleY(0.5);
  }
}

.ly_loading{position:fixed;_position:absolute;top:0;left:0;width:100%;height:100%;z-index:990}
.ly_loading .bg{position:absolute;top:0;left:0;width:100%;height:100%;background:#000;opacity:.2;filter:alpha(opacity=20)}
.ly_loading .cont{width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index:999;text-align: center}
.ly_loading .cont:before{height:100%;content:'';display:inline-block;vertical-align:middle}
.ly_loading .ele{width:90%;position:relative;display:inline-block;vertical-align:middle;margin:0 auto 0 -2px}

.btn-group-ucl{
  display: flex;
  justify-content: center;
  margin-top: 1em;
  text-align: center;
  margin-bottom: 0.5em;
  position: relative;
  vertical-align: middle;
  margin-top: 1em;
}
.hide {
  display: none;
}

.file__value_edit .file__value_edit--text{
  border: 1px solid #0056D3;
    margin-top: 10px;
    padding: 6px 20px;
    border-radius: 5px;
    background-color: rgba(0, 86, 211, 0.1);
    position: relative;
}
.file__value_edit .file__value_edit--text:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}
.file__value--remove{
  float: right;
  color: #999;
  margin-left: 15px;
}

button#invite{
  display: none;
  background-color: #0056d3;
  border: 1px solid #0056D3;
  border-radius: 2px;
  max-width: 150px;
  margin: 0 8px;
  padding: 0 20px;
  font-size: 16px;
  height: 42px;
  color: #fff;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.chip {
  display: inline-block;
  padding: 0 15px;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  border-radius: 25px;
  background-color: #f1f1f1;
}

.chip img {
  float: left;
  margin: 0 10px 0 -25px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

.closebtn, .closeSharebtn {
  padding-left: 10px;
  color: #888;
  font-weight: bold;
  float: right;
  font-size: 20px;
  cursor: pointer;
}

.closebtn:hover, .closeSharebtn:hover {
  color: #000;
}