@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

*{ margin: 0; padding: 0;}

body{
   font-family: 'Roboto', sans-serif;
   font-style: normal;
   font-weight: 300;
   font-size: 14px;
   background: #f1f1f1;
   color: #888888;
}

a {
  color: #0aa6e3;
  font-size: 12px;
  text-decoration: none;
}

a:hover {
  color: #0aa6e3;
  text-decoration: underline;
}

.intro{
   background-color: #fff;
   padding: 2rem 3rem 2rem 3rem;
   color: #666666;
   margin-bottom: 5rem;
   line-height: 1.5;
   text-align: center;
}

.intro h1 {
   font-size: 18pt;
   padding-bottom: 15px;
}

.intro p{
   font-size: 14px;
}

.list-group a{
   color: #0aa6e3;
   font-size: 20px;
}

.action{
   text-align: center;
   display: block;
   margin-top: 20px;
}

a.btn {
   text-decoration: none;
   color: #666;
   border: 2px solid #666;
   padding: 10px 15px;
   display: inline-block;
   margin-left: 5px;
}
a.btn:hover{
   background: #666;
   color: #fff;
   transition: .3s;
   -webkit-transition: .3s;
}
.btn:before{
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  margin-right: 10px;
}

main{
   height: 100%;
   margin-bottom: 160px;
   margin-top: -30px;
}

.list-group-item{
   padding: 15px 20px;
   transition: all 250ms ease-in-out;
   cursor: pointer;
}

.list-group-item:hover{
   color: #ffffff;
   background-color: #0aa6e3;
}

.list-group-item span{
   margin-left: 20px!important;
   color: #666666!important;
}

.arrow-right{
   display: block;
   position: absolute;
   right: 22px;
   bottom: 25px;
   width: 10px;
   height: 10px;
   border-top: 1px solid #ffffff;
   border-left: 1px solid #ffffff;
   transform: rotate(135deg);
}

.arrow-left{
   display: block;
   position: absolute;
   left: 22px;
   bottom: 25px;
   width: 10px;
   height: 10px;
   border-top: 1px solid #ffffff;
   border-right: 1px solid #ffffff;
   transform: rotate(220deg);
 }

 .max-width {
  max-width: 510px;
 }
 
@media only screen and (max-width: 1040px){
    main{
      max-width: 520px;
      margin-left: auto;
      margin-right: auto; 
      margin-bottom: 140px;
      margin-top: -60px;
    }

    .blank {
      margin-top: 40px;
    }
}

.new-footer {
   position: fixed;
   bottom: 0;
   left: 0;
   right: 0;
   width: 100%;
}

.new-footer .login {
   color: #888888;
   background-color: #f1f1f1;
   font-size: 20px;
   text-align: center;
   padding: 1rem 0 1rem;
}

.new-footer .login a {
   color: #0aa6e3;
   font-size: 20px;
   text-align: center;
   padding: 1rem 0 1rem;
   text-decoration: none;
   margin-left: 10px;
}

.new-footer .backtohomepage {
   background-color: #ffffff;
   color: #0aa6e3;
   font-size: 20px;
   text-align: center;
   padding: 1rem 0 1rem;
}

.new-footer .backtohomepage a {
   background-color: #ffffff;
   color: #0aa6e3;
   font-size: 20px;
   text-decoration: none;
}

.collapse input {
   padding: 12px;
   outline: 0px !important;
   -webkit-appearance: none;
   box-shadow: none !important;
   font-size: 18px !important;
   color: #666666 !important;
   border: none;
}

.collapse input:focus {
   padding: 12px;
   outline: none !important;
   outline: 0px !important;
   -webkit-appearance:none;
   box-shadow: none !important;
   border: none;
}

.collapse select {
   padding: 12px;
   outline: 0px !important;
   -webkit-appearance: none;
   box-shadow: none !important;
   font-size: 18px !important;
   color: #666666 !important;
   border: none;
   background-color: #fff;
   background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
   background-repeat: no-repeat;
   background-position: right .75rem center;
   background-size: 16px 12px;
   border: none;
   border-radius: .25rem;
   transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}

.collapse select:focus {
   padding: 12px;
   outline: none !important;
   outline: 0px !important;
   -webkit-appearance: none;
   box-shadow: none !important;
   border: none;
}

.form-control {
   height: 50px;
   border: 0px solid #eee;
   border-radius: 6px;
   font-size: 14px;
 }

.form-control:focus {
   color: #ffffff;
   background-color: #fff;
   border-color: #039be5;
   outline: 0;
   box-shadow: none;
   border: 0px solid #eee;
}

.input {
   position: relative;
   border: 0px solid #eee;
}

.input i {
   position: absolute;
   top: 16px;
   left: 11px;
   color: #989898;
}

.input input {  
   text-indent: 25px;
}

.card .title-payment {
   font-size: 18px;
   color: #666666;
}

.certificate-text {
   font-size: 12px;
}

.category {
   font-size: 12px;
}  

.super-price {
   top: 0px;
   font-size: 24px;
   font-weight: 900;
   color: #e3475d;
}

.super-month {
   font-size: 11px;
}

.line {
   color: #bfbdbd;
}

.payment-card-body{
   flex: 1 1 auto;
   padding: 20px 1rem !important;
}

.padding-both {
   padding-left: 10px;
   padding-right: 15px;
}

.backtotop {
   background-color: #f1f1f1;
   color: #0aa6e3;
   padding-left: 50px; 
   border: 0;
   text-align: center;
}

.backtotop:hover {
   background-color: #f1f1f1;
   color: #0aa6e3;
   padding-left: 50px; 
   border: 0;
   text-align: center;
}