.center-page {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.error {
  color: #eb445a !important;
  font-size: 10px;
}

.gsm-icon-detail {
  font-size: 1rem !important;
}

.gsm-text-primary {
  color: #e2a900 !important;
}

.gsm-text-secondary {
  color: #444242 !important;
}

.gsm-text-tertiary {
  color: #839788 !important;
}

.gsm-text-success {
  color: #2dd36f !important;
}

.gsm-text-warning {
  color: #e2a900 !important;
}

.gsm-text-danger {
  color: #eb445a !important;
}

.gsm-text-dark {
  color: #222428 !important;
}

.gsm-text-medium {
  color: #92949c !important;
}

.gsm-text-light {
  color: #f4f5f8 !important;
}

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

.gsm-text-black {
  color: #000 !important;
}

.gsm-font-bold {
  font-weight: bold;
}

.gsm-font-light {
  font-weight: lighter;
}

.gsm-font-light-medium {
  font-weight: 300;
}

.gsm-background-primary {
  background-color: #e2a900;
}

.gsm-background-secondary {
  background-color: #444242;
}

.gsm-background-tertiary {
  background-color: #839788 !important;
}

.gsm-background-success {
  background-color: #2dd36f !important;
}

.gsm-background-warning {
  background-color: #e2a900 !important;
}

.gsm-background-danger {
  background-color: #eb445a !important;
}

.gsm-background-dark {
  background-color: #222428 !important;
}

.gsm-background-medium {
  background-color: #92949c !important;
}

.gsm-background-light {
  background-color: #f4f5f8 !important;
}

.gsm-btn-outline-secondary {
  color: #e2a900 !important;
  border-color: #e2a900 !important;
}

.gsm-btn-outline-secondary:hover {
  background-color: #e2a900;
  color: #f4f5f8 !important;
  border-color: #e2a900 !important;
}

.gsm-font-10px {
  font-size: 10px !important;
}

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

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

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

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

.gsm-font-20px {
  font-size: 20px;
}

.gsm-font-22px {
  font-size: 22px;
}

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

.gsm-font-26px {
  font-size: 26px;
}

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

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

.gsm-font-40px {
  font-size: 40px;
}

i {
  cursor: pointer;
}

input, select {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #d7d8da;
}

label {
  font-size: 11px;
  color: #808289;
}

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-100 {
  opacity: 1;
}

#list input {
  font-size: 12px;
}
