.pointer {
  cursor: pointer;
}

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

.p-relative {
  position: relative;
}

.p-fixed {
  position: fixed;
}

.text-muted {
  color: rgba(0, 0, 0, .54);
}

.fl-r {
  float: right;
}

.fl-l {
  float: left;
}

.pd-12 {
  padding: 12px;
}

.mr-l-5 {
  margin-left: 5px;
}

.mr-r-5 {
  margin-right: 5px;
}

.mr-b-5 {
  margin-bottom: 5px;
}

.mr-t-5 {
  margin-top: 5px;
}

.font-med {
  font-weight: 500;
}

.font-sb {
  font-weight: 600;
}

.font-b {
  font-weight: 700;
}

.font-italic {
  font-style: italic;
}

.font-underline {
  text-decoration: underline;
}

.pointer {
  cursor: pointer;
}

.uppercase {
  text-transform: uppercase;
}

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

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

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

.drag-active {
  z-index: 1000;
  box-sizing: border-box;
}

.nowrap {
  white-space: nowrap;
}

.width-max {
  width: 100%;
}

.height-max {
  height: 100%;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

.font-12 {
  font-size: 12px;
}

.font-14 {
  font-size: 14px;
}

.flex {
  display: flex;
}

.flex-i {
  display: flex !important;
}

.flex-1 {
  flex: 1;
}

.flex-1-i {
  flex: 1 !important;
}

.flex-row {
  flex-direction: row;
}

.flex-row-i {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column;
}

.flex-column-i {
  flex-direction: column !important;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap-i {
  flex-wrap: wrap !important;
}

.flex-justify-start {
  justify-content: flex-start;
}

.flex-justify-start-i {
  justify-content: flex-start !important;
}

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

.flex-justify-center-i {
  justify-content: center !important;
}

.flex-justify-end {
  justify-content: flex-end;
}

.flex-justify-end-i {
  justify-content: flex-end !important;
}

.flex-justify-between {
  justify-content: space-between;
}

.flex-justify-between-i {
  justify-content: space-between !important;
}

.flex-justify-around {
  justify-content: space-around;
}

.flex-justify-around-i {
  justify-content: space-around !important;
}

.flex-align-start {
  align-items: flex-start;
}

.flex-align-start-i {
  align-items: flex-start !important;
}

.flex-align-end {
  align-items: flex-end;
}

.flex-align-end-i {
  align-items: flex-end !important;
}

.flex-align-center {
  align-items: center;
}

.flex-align-center-i {
  align-items: center !important;
}

.flex-align-stretch {
  align-items: stretch;
}

.flex-align-stretch-i {
  align-items: stretch !important;
}

.flex-align-baseline {
  align-items: baseline;
}

.flex-align-baseline-i {
  align-items: baseline !important;
}

.flex-grow-0 {
  flex-grow: 0;
}

.flex-grow-0-i {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1;
}

.flex-grow-1-i {
  flex-grow: 1 !important;
}

.flex-grow-2 {
  flex-grow: 2;
}

.flex-grow-2-i {
  flex-grow: 2 !important;
}

.flex-grow-3 {
  flex-grow: 3;
}

.flex-grow-3-i {
  flex-grow: 3 !important;
}

.flex-grow-4 {
  flex-grow: 4;
}

.flex-grow-4-i {
  flex-grow: 4 !important;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-shrink-0-i {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1;
}

.flex-shrink-1-i {
  flex-shrink: 1 !important;
}

.flex-shrink-2 {
  flex-shrink: 2;
}

.flex-shrink-2-i {
  flex-shrink: 2 !important;
}

.flex-shrink-3 {
  flex-shrink: 3;
}

.flex-shrink-3-i {
  flex-shrink: 3 !important;
}

.flex-basis-20 {
  flex-basis: 20%;
}

.flex-basis-20-i {
  flex-basis: 20% !important;
}

.flex-basis-25 {
  flex-basis: 25%;
}

.flex-basis-25-i {
  flex-basis: 25% !important;
}

.flex-basis-30 {
  flex-basis: 30%;
}

.flex-basis-30-i {
  flex-basis: 30% !important;
}

.flex-basis-50 {
  flex-basis: 50%;
}

.flex-basis-50-i {
  flex-basis: 50% !important;
}

