div.error {
  color: #dc3545!important;
}
.text-blue{
  color: #2a326d;
}

#header{
  z-index: 1000
}
.cart{
  position: relative;
}
.cart .count {
  position: absolute;
  background-color: #c00;
  top: -3px;
  left: -1px;
  display: inline-block;
  line-height: 16px;
  color: #fff;
  font-size: 10px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  text-align: center;
}

.auth-div, .cart-mobile {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: #28a745;
  width: 70px;
  text-align: center;
  line-height: 80px;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 600;
}

.cart-mobile{
  position: absolute !important;
}

.cart-mobile{
  right: 70px;
}

.cart-mobile .count{
  font-size: 14px;
  top: 20px;
  left: 20px;
}

.auth-div.logout-link{
  background-color: #c00;
}

.auth-div .fa-sign-out, .cart-mobile i{
  font-size: 20px;
}


/* VERIFY */
.verify-email-icon{
  font-size: 30px;
  border: 1px solid #28a745;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  line-height: 67px;
  margin-bottom: 25px;
}
/* VERIFY */


#schoolSearchForm .form-control{
  font-size: 1.25rem;
}

.purchase-table{
  font-size: 13px;
}

.purchase-table td{
  vertical-align: middle;
}

.paper-image{
  background-color: #eee;
  height: 100px;
  width: 100px;
  text-align: center;
  font-size: 18px;
  padding: 25px 0;
}

.paper-image i{
  color: #dc3545;
}


.register-left{
  text-align: center;
}
.register-left h3{
  margin-top: 20px;
  margin-bottom: 5%;
}
.register-left input{
  border-radius: 1.5rem;
  padding: 0 25px;
  background: #f8f9fa;
  border-color: #f8f9fa;
  font-size: 14px;
}
.register-left form{
  max-width: 300px;
  margin: 0 auto;
}

@-webkit-keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-20px); }
}
@keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-20px); }
}
.register-left p{
  font-weight: lighter;
}
.register .register-form{
  padding: 10%;
  margin-top: 10%;
}
.btnLogin, .btnRegister{
  margin-top: 10px;
  border: none;
  border-radius: 1.5rem;
  padding: 9px;
  font-weight: 600;
  width: 50%;
  cursor: pointer;
  outline: none !important;
}
.btnRegister:disabled{
  background: #9498b5;
}
.register .nav-tabs{
  border: none;
  background: #2a326d;
  border-radius: 1.5rem;
  width: 180px;
  float: right;
  margin-bottom: 20px;
}
.zoom-register .nav-tabs{
  float: none;
  margin: 0 auto 20px;
}
.register .nav-tabs .nav-link{
  padding: 2%;
  height: 34px;
  font-weight: 600;
  color: #fff;
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  border: 2px solid transparent;
}
.register .nav-tabs .nav-link.active{
  width: 100px;
  color: #2a326d;
  border-color: #2a326d;
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.register-heading{
  text-align: center;
  margin: 15px 0 25px;
}
#myTabContent{
  clear: both;
}
#myTabContent form{
  max-width: 470px;
  margin: 0 auto;
}

@media(max-width: 767.99px){
  .register-left h3{
      margin-top: 0;
  }
  .register-left {
      margin-bottom: 30px;
      border-bottom: 1px solid #ddd;
      padding-bottom: 25px;
  }
  .register .nav-tabs{
      float: none;
      margin: 0 auto 15px;
  }
  .register-right{
      border-left: none;
  }
}

.page-main{
  min-height: 70vh;
}

/* school-list */
.school-list-container a.card{
  color: #252525;
  text-align: center;
  box-shadow: 0 2px 4px #0000001a;
  margin-bottom: 20px;
  transition: all linear .1s;
}
.school-list-container a.card:hover{
  transform: translateY(-3px);
}
.school-list-container .school-image{
  height: 170px;
  font-size: 80px;
  display: flex;
  display: -ms-flexbox!important;
  justify-content: center;
  align-items: center;
  color: #2a326d;
  overflow: hidden;
  background-color: #eee;
  background-size: cover;
  position: relative;
}
.school-image img {
  text-indent: -99999px;
  max-width: 200px;
  max-height: 50px;
  width: auto;
  padding: 5px;
  background: #fff;
  position: absolute;
  top: 5px;
  right: 5px;
}
.school-list-container .paper-count{
  font-weight: bold;
  padding: 10px 0;
  font-size: 18px;
  color: #c00;
}
.school-list-container .school-title{
  font-weight: 600;
}






.year-item{
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #1f3548;
  display: block;
}

.subject-list .subject-item>.dropdown>a{
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #1f3548;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
}

.subject-list>div[class^='col']>.dropdown:hover>a{
  color: #b258d3;
}

.papers .exam-item{
  display: block;
  padding-top: 45px;
  padding-bottom: 45px;
  text-align: center;
  position: relative;
  background-color: #eee;
  margin-bottom: 20px;
}

.papers .exam-item button{
  position: absolute;
  top: 4px;
  right: 4px;
  font-size: 12px;
  padding: 3px 6px;
}

.papers .exam-item:hover button{
  display: block;
}

#topbar .social-links a:hover{
  color: #28a745;
}

#header-container{
  z-index: 500 !important;
}


@media(min-width: 768px){
  .subject-list .dropdown{
    display: inline-block;
  }

  .subject-list .dropdown-toggle::after {
      transform: rotate(-90deg);
      display: none;
  }

  .subject-list .dropdown-menu {
    left: 100% !important;
    transform: translateY(-50%) !important;
    top: 50% !important;
  }

  .subject-list .dropdown:hover>.dropdown-menu{
    display: block;
  }

  .subject-list .dropdown:hover>.dropdown-toggle::after{
    display: inline-block;
  }

  .papers .exam-item button{
    display: none;
  }
}