html{
  scroll-behavior: smooth;
}
label.control-label{
    font-weight: 400;
    color: #000000;
}

.table tr td{
  color: #000;
  font-weight: 600;
}

.read .panel-body, .read .panel-body p{
  color: #000;
  font-weight: 600;
}
.read .panel-body img{
  width: 20%;
  float: left;
  height: auto;
  margin: 16px;
}

.bg-action{
  background: url(/img/image_tracktire.png) no-repeat center!important;
  border-radius: 0px 0px 6px 6px;
}
.bg-action-color{
  margin: 10px auto;
  max-width: 100%;
  background: rgb(30, 136, 229, .95);
  text-align: center;
  padding: 50px 0px;
  border-radius: 0px 0px 6px 6px;
}
.bg-action-title{
  color:#fff;
  font-weight: 400;
  font-size: 2rem;
  margin: 20px 0px 40px 0px;
  line-height: 50px;
  width: 60%;
  min-width: 360px;
  margin: 30px auto;
  margin-top: 0px
}
.bg-action-title span{
  color:red;
  font-weight: 500;
}
.bg-action-button{
  margin: 0px auto;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  width: 90%;
  max-width: 420px;
  border-radius: 0;
}

@media only screen and (max-width: 375px) {
  .bg-action-title{
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    min-width: 330px;
    margin: 0px;
    margin-bottom: 20px;
    width: 100%;
  }
  .bg-action-color{
    padding: 20px 0px;
    margin: 0px auto;
  }
  .bg-action-button{
    padding: 10px 30px;
  }
}

@media only screen and (max-width: 320px) {
  .bg-action-title{
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    width: 100%;
    min-width: 290px;
  }
}

@media only screen and (max-width: 415px) {
  .sweet-modal .sweet-content{
    padding-left: 10px!important;
    padding-right: 10px!important;
  }
  .full-detail .short-detail .title-vin .vin-img{
    display: none;
  }
  .full-detail .short-detail ul li{
    width: 100%;
  }
  .nav-tabs .nav-item .material-icons{
    display: none
  }
  .card .card-header.card-header-tabs .nav-tabs-title{
    text-transform: uppercase;
    font-weight: 500;
    font-size: .75em;
  }
}
