@import '../../../../fas-admin.component.scss';


.card-container{
  background-color: $blue-gray-50;
}

.decorator-light {
 min-height: 40px;
  border-bottom: 2px solid $blue-gray-300;
}

.wrapper-container{
  max-width: 500px;
}

.title{
  height: 25px;
  font-size: 16px;
  font-weight: 500;
  color: $blue-gray-500
}

.standard{
  height: 25px;
  font-size: 16px;
  font-weight: 400;
  color: $primary-gray;
}

.bold{
  height: 25px;
  font-size: 16px;
  font-weight: 700;
  color: $primary-gray;
  }
  
  i{
    margin-right: 2px;
    font-size: 12px;
  }