.pointer {
  cursor: pointer;
}


/* a:hover {
    color: #0060CE !important;
  } */

.noresize {
  resize: none;
}

.relative {
  position: relative;
}

.nowrap {
  white-space: nowrap;
}


/* Font size */
.text-10 {
  font-size: 10px;
}

.text-11 {
  font-size: 11px;
}

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

.text-13 {
  font-size: 13px;
}

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

.text-15 {
  font-size: 15px;
}

.text-16 {
  font-size: 16px;
}

.text-17 {
  font-size: 17px;
}

.text-18 {
  font-size: 18px;
}

.text-24 {
  font-size: 24px;
}

.text-25 {
  font-size: 25px;
}

.text-28 {
  font-size: 28px;
}

.text-30 {
  font-size: 30px;
}

.text-36 {
  font-size: 36px;
}

/* Font Weight */
.fw-400 {
  font-weight: 400;
}

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

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

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

/* text style */
.text-italc {
  font-style: italic;
}

/* color */

.text-black {
  color: #000000;
}

.light-black {
  color: #262626;
}

.text-light-dark {
  color: rgba(0, 0, 0, 0.87);
}

.text-gray {
  color: #606060;
}

.text-christine {
  color: #0BE06B;
}

.text-blue {
  color: #0060CE;
}

.text-light-grey {
  color: #666666;
}

.text-dart_red {
  color: #ED2024;
}