.text-transform-cap {
  text-transform: capitalize;
}
.paddingTop0 {
  padding-top: 0px !important;
}

.fontSize10 {
  font-size: 10px !important;
  font-weight: 600 !important;
}

.fontSize16 {
  font-size: 16px !important;
  font-weight: 600 !important;
}

.marginLeft2 {
  margin-left: 2px;
}

.paddingLeft15 {
  padding-left: 15px !important;
}

.text-left-align {
  text-align: left;
}

.fontSize15 {
  font-size: 15px !important;
}

.marginBottom20 {
  margin-bottom: 20px;
}

.ellipsisPackage {
  text-overflow: ellipsis;
  line-height: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

.width90 {
  width: 90% !important;
}

.width100 {
  width: 100% !important;
}

.lineHeight10 {
  line-height: 10px !important;
}

.marginTop20 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.marginTop60 {
  margin-top: 60px;
}

.eventSideBarPosition {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.textCenter {
  text-align: center !important;
}

.backgroundTransperent {
  background-color: transparent !important;
}

.background-green {
  background-color: green !important;
}

.background-red {
  background-color: #ff5e46 !important;
}

.background-white {
  background-color: #fff !important;
}

.marginLeft3 {
  margin-left: 3rem;
}

.marginLeft20 {
  margin-left: 20px !important;
}

.marginLeft16 {
  margin-left: 16px !important;
}

.colorWhite {
  color: white !important;
}

input::placeholder {
  color: #c4c4d0;
  font-size: 1.1em;
}

input.colorWhite::placeholder {
  color: #d1cdd8;
  font-weight: bold;
}
.color-yellow {
  color: yellow !important;
}
.width50 {
  width: 50% !important;
}
