body {
  padding: 1rem;
  background: #eee;
}
.modal{
  z-index:2050
}
.mb-3 {
  margin-bottom:1rem!important;
}
.mt-3 {
  margin-top: 1rem!important;
}
.ml-3 {
  margin-left: 1rem!important;
}
.mr-3 {
  margin-right: 1rem!important;
}

.clr-white {
  color: white;
}

.flex-center {
  display: flex;
  justify-content: center;
}

.w-25 {
  width: 25%;
}
.w-33 {
  width: 33%;
}
.w-50 {
  width: 50%;
}
.w-66 {
  width: 66%;
}
.w-75 {
  width: 75%;
}
.w-100 {
  width: 100%;
}
