.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.main-color {
  color: #2d3e99 !important;
}

.sub-color {
  color: #e2a606 !important;
}

.background-main-color {
  background-color: #2d3e99;
}

.full-height {
  height: 100%;
  min-height: 100%;
}

.text-decoration-none {
  color: #666666;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.cursor-pointer {
  cursor: pointer;
}

.line {
  border-bottom: 1px solid #c4c4c4;
}

.rotate-90 {
  transform: rotate(90deg);
}
