.u-ml-10 {
  margin-left: 10px;
}

.u-mb-15 {
  margin-bottom: 15px;
}

.u-mt-4{
  margin-top: 4px;
}
.u-mr-8{
  margin-right: 8px;
}

.u-mt-10{
  margin-top: 10px;
}

.u-mt-20{
  margin-top: 20px;
}

.u-nowrap{
  white-space: nowrap;
}

.u-red-color {
  color: #e30613;
}

.u-align-center {
  text-align: center;
}

.u-border-none{ 
  border:none !important;
}

.u-display-none {
  display: none;
}

.u-display-ib {
  display: inline-block;
}

.u-border-none {
  border: none;
}

.u-cursor-p {
  cursor: pointer;
}

.u-bg-blue {
  background-color: #06639d;
}

.u-j-space-between{
  justify-content: space-between;
}

.u-001 {
  padding-top: 0px; 
  font-size: 22px;
}

.u-002{ 
  max-width: 225px;
}

.u-003{ 
  background-color: #06639d;color: #fff;
}

.u-004{ 
  margin-top: 10px!important;text-align: center;
}

.u-005 {
  width:auto;max-width: 88%;
}

.u-006 {
  padding: 0px!important; margin-top: 0px;
}

.u-007 {
  background: #f2f2f2; margin-top: 12px;
} 

.u-008 {
  overflow-y: auto; max-height: 650px;
}

.u-009 {
  position: relative; min-height: 130px
}

.u-010 {
  font-size: 2.2rem;
}

.u-011 {
  margin-top: 0px; margin-bottom: 0px;
}

.u-012 {
  background: #ffffff;
  border-radius: 50%;
  border: 2px solid #262525;
  z-index: 9;
}
.u-flex-grow-1 {
  flex-grow: 1;
}