.p-relative {
  position: relative;
}
.center-text {
  text-align: center;
}

.max-width-600 {
  max-width: 600px;
}

.width-600 {
  width: 600px;
}

.max-width-800 {
  max-width: 800px;
}

.max-width-1000 {
  max-width: 1000px;
}

.width-1000 {
  width: 1000px;
}

.width-200 {
  width: 200px;
}

.width-150 {
  width: 150px;
}

.d-inline-block {
  display: inline-block;
}

.no-wrap {
  white-space: nowrap;
}

.overflow-hidden {
  overflow: hidden;
}

.no-transform {
  text-transform: none !important;
}

.p-10p {
  padding: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pt-5 {
  padding-top: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.p-5 {
  padding: 5px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-120 {
  margin-top: 120px;
}
.m-0 {
  margin: 0 !important;
}
.d-block {
  display: block;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic !important;
}

.height-50p {
  height: 50px;
}

.height-100p {
  height: 100px;
}

.font-black {
  color: black !important;
}

.font-size-12 {
  font-size: 12px !important;
}

.font-size-13 {
  font-size: 13px !important;
}

.font-size-14 {
  font-size: 14px !important;
}

.font-size-16 {
  font-size: 16px;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-22 {
  font-size: 22px !important;
}
.pointer {
  cursor: pointer;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
}

.black-button {
  background-color: #23232c;
  color: white;
  padding: 15px 25px;
}
.mb-15rem {
  margin-bottom: 1.5rem;
}
.b-700 {
  font-weight: 700;
}
.b-500 {
  font-weight: 500;
}
.align-baseline {
  align-items: baseline;
}
.align-center {
  align-items: center;
}
.horizontal-separator {
  border-right: 1px solid #ececec;
  height: 20px;
}
