
@font-face {
  font-family: 'Led';
  src: url('../fonts/ledfont.ttf') format('truetype');
}



.btn-home{
  font-size: 18px !important;
  text-transform: none !important;
}

.welcome{
  color: #3c4858 !important;
  font-family: 'Muli', sans-serif;
  font-size: 22px;
  line-height: 36px;
  width: 95%;
  margin: 0 auto;
}

html, body{
  background-color: #f5f3f3 !important;
  height: 100%;
  font-family: 'Muli', sans-serif !important;
}

.card-title{
  font-family: 'Muli', sans-serif !important;
}

.btn-back{
    background-color: white;
    padding: 14px;
    border-radius: 20px;
    margin-top: 10px;
    background-color: #ffffff;
    margin-left: 2px;
    display: inline-block;
    font-size: 19px;
    color: #a7a0a0;
    width: 45px;
    line-height: 18px;
    height: 45px;
    text-decoration: none;
    border-radius: 50px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
    position: absolute;
    left:10px;
    top:5px;
}

.logo-title{
  background-color: #9c27b0;
  color: #ffffff;
  width: 90px;
  margin: 0 auto;
  text-align: center;
  border-radius: 50px;
  height: 90px;
  margin-top: -50px;
  font-size: 40px;
  line-height: 90px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

.card-body{
  font-size: 15px;
  padding-left: 0px !important;
  padding-right: 15px !important;
}

.btn-facebook{
  background-color: #3b5998;
  color: white;
  font-size: 18px;
  text-transform: none;
  padding: 6px 15px;
}


.form-control{
  font-size: 16px;
}

a.simple-link{
  color:a7a0a0; 
}

.card .card-title {
  margin-top: 0px;
}

.error{
  float:right;
}


/* panels */

.main-container {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    left:0;
    top: 0;
    overflow-x: hidden;
    transition: 0.5s; 
}

.nav-panel{
  position: absolute;
  top:0;
  color: white;
  height: 100%;
  width: 100%;
}

.navbar.bg-info {
    color: black;
    background-color: #ffffff !important;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgba(158, 158, 158, 0.23) !important;
}

.btn-menu{
  font-size: 17px;
  width: 270px;
  text-transform: none;
}

.i-menu{
  margin-right:10px;
}

.row-title{
  color:#ffffff;
  text-align: center;
  font-size: 20px;
  background-color: #9c27b0;
  line-height: 45px;
  padding-left: 15px;
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgba(171, 138, 149, 0.77);
}

.row-title-driver{
  background-color: #9c27b0;
  color:#ffffff;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
  padding-left: 15px;
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgba(171, 138, 149, 0.77);
}

label{
  color:#3c4858 !important;
}

.btn-next{
    text-transform: none;
    font-size: 16px;
    padding: 7px 12px;
}


.campaign-header{
  background-color: #a233ab;    
  margin-right: 15px;
  width: 80%;
  color: white;
}

.campaign-dates{
  font-size:15px;
  color:#f54c6e;
}

.campaign-spent{
  color:#f54c6e;
}

.campaign-status{
  color:#f54c6e;
}

.campaign-ad{
  #3c4858 !important;
}

.ad-controls{
  float:right;
}

.ad-controls > i.fa-minus-circle{
  color:#f54c6e;
}

.gif-car{
  width:250px;
}@media (min-width: 768px){
    .gif-car{
      width: 400px !important;
    }
}

.ad-inactive  .row  .campaign-status, .ad-inactive  .row  .campaign-dates, .ad-inactive  .row  .campaign-spent {
  color: gray !important;
  font-weight: 900;
}

.ad-inactive .row .campaign-header{
  background-color: #bd69c3;
}


.chatter{
  position: absolute;
  bottom: 18px;
  width: 100%;
  border-top: 1px solid gray;
  margin-left: -15px;
}

.platform-message{
  background-color: #9c27af57;
    border-radius: 7px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.platform-line{
  position: absolute;
    bottom: 100px;
}

.customer-line{
  position: absolute;
  bottom: 100px;
  float: right;
  width: 100%;
  right: 5px;
}

.customer-line .col-3, .customer-line .col-9{
  display: inline;
}

.customer-message{
  background-color: #9c27af;
    color: white;
    padding: 7px;
    border-radius: 10px;
    max-width: 75%;
    float: right;
    right:10px;
}