body{
  background-color: #e7eaf1;
  color: #0A4993;
  padding-bottom: 40px;
}
h6{
  color: #0A4993;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */


.footer {
  background-color: #e7eaf1;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}

.header-main{
  background: url("http://52.62.129.83/revo/assets/img/bg-top.jpg") top center;
}
.header-main-tabs{
  margin-bottom: -52px;
  border-radius: 6px 6px 0 0;
  padding-bottom: 10px;
  color: #ffffff;
}
.header-main-tabs.active{
  background-color: white;
  color: #000000;
}
.header-main-tabs:hover{
  background-color: white;
  color: #000000;
}

.header-tabs{
  background: url("http://52.62.129.83/revo/assets/img/bg-top.jpg") top center;
}
.header-tabs a{
  color: #ffffff;
}
.header-tabs a:hover{
  background-color: #ffffff;
  color: #0A4993;
}

.buy-nav-container{
  background-color: #ffffff;
  box-shadow: 0px 5px 5px rgba(0,0,0,0.1);
}

a.secondary-tabs{
  margin: 0px 20px;
  border-radius: 4px 4px 0 0;
  color: #ffffff;
  padding-bottom: 15px;
  text-decoration: none;
}
a.secondary-tabs.active{
  background-color: transparent;
  border-bottom: 4px solid yellow;
}
a.secondary-tabs:hover{
  background-color: transparent;
  border-bottom: 4px solid yellow;
}
@media (max-width: 767px) {
  a.secondary-tabs{
    margin: 0px 5px;
    font-size: 13px;
  }
}

@media (max-width: 767px) {
.form-control-lg{
  font-size: 14px;
  }
.btn-lg{
  font-size: 14px;
  }
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  color: #0A4993;
}

.bg-tabs-blue{
  background: url("http://52.62.129.83/revo/assets/img/bg-top.jpg") bottom center;
}

/* @media (max-width: 767px) { */
  .col-logo{z-index: 0; overflow: visible; position: relative;}
/* } */

.btn-circle {
    width: 38px;
    height: 38px;
    padding: 6px 0px;
    border-radius: 100px;
    text-align: center;
    font-size: 16px;
    line-height: 1.42857;
    margin: 0 10px;
}

.search{
  background-color: #ffffff;
}
.search input{
  /* border-color: #fafafa; */
  /* text-align: center; */
}
.drop-shadow{
  box-shadow: 0px 5px 5px rgba(0,0,0,0.1);
}

.sell-item-subtitle{
  width: 100%;
  border-bottom: solid 1px #d5d8de;
  padding-bottom: 0px;
}


.box{
  border-radius: 4px;
  border: solid 0px #fafafa;
  padding: 0px;
  background: #ffffff;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.05);
}
.box:hover{
  cursor: pointer;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}

.white{
  color: #ffffff !important;
}

#dropzone {
  margin-bottom: 3rem;
}
.dropzone {
  border: 2px dashed #0087F7;
  border-radius: 5px;
  background: white;
}
.dropzone .dz-message {
  font-weight: 400;
}
.dropzone .dz-message .note {
  font-size: 0.8em;
  font-weight: 200;
  display: block;
  margin-top: 1.4rem;
}


.badge-pill.label.status{
  margin-left: -20px;
  padding: 5px 10px 5px 20px;
  border-radius: 0 20px 20px 0;
  font-weight: normal;
  display: table;
}
.badge-pill.label.status.blue{
  background-color: skyblue;
  color: #2c57af;
}
.badge-pill.label.status.green{
  background-color: #5cdb95;
  color: #245d3d;
}
.badge-pill.label.status.yellow{
  background-color: yellow;
  color: #2c57af;
}
.badge-pill.label.status.yellow{
  background-color: yellow;
  color: #2c57af;
}

.btn-primary{
  background-color: #0A4993;
  border-color: #0A4993;
}

.list-group-item.active{
  background-color: #DBE4EF;
  color: #0A4993;
  border: 1px solid rgba(0,0,0,.05);
}
.list-group-item{
  color: #0A4993;
}
