/*
@font-face {
  font-family: prajad-nomal;
    src: url('./assets/font/CSPraJad.otf');
    font-size: 16.5px;
    font-weight: 400;
}

body{
  font-family: 'prajad-nomal';
}
*/
.top-bar{
  text-align: center;
  background-color: #fff;
}

.top-bar p{
  font-size: 1.2em;
  color: rgba(218, 21, 21, 0.842);
  margin-bottom: 0;
  margin-top: 0;
}

.content-box {
  max-width: 640px;
  padding: 2px;
}

.cover-box{
  margin-top: 28px;
}

.icon{
  color: #198754
}

.card-title {
  margin-bottom: 0;
}

.card-header{
  font-weight: 600;
}

.shipment{
  font-size: 1.15em;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  padding: 5px;
  margin-left: 5px;
  margin-right: 5px;
}

.shipment img{
  width: 32px;
  height: 32px;
}

.cta-offer{
  background-color: #f57224!important;
  border: 1px solid #f57224!important;
  color: #fff!important;
  font-size: 1.2em!important;
}

.highlight-box p{
  margin-top: 0;
  margin-bottom: 0;
}


.form-group{
  padding-top: 15px;
}

.form-check{
  padding-bottom: 10px;
}

.card{
  margin-bottom: 5px;
}


.modal-body {
  padding: 0rem !important;
}

.modal-header {
  padding: 5px !important;
}

table td {
  width: 250px;
}