a { transition: 0.3s; }
a:hover { color: var(--prime-ten); }

/* Color */

.bg-main { background: var(--prime-ten); }
.bg-light-main { background: var(--light-main); }
.bg-light-grey { background: var(--light-grey); }
.bg-light-blue { background-color: var(--light-blue); }
.text-main { color: var(--prime-ten) !important; }

/* Font */

.fs-12 { font-size: 12px !important; }
.fs-16 { font-size: 16px !important; }

/* Size */

.w-110px { width: 110px !important; }
.wh-24px { width: 24px !important; height: 24px !important; }
.wh-60px { width: 60px !important; height: 60px !important; }
.wh-65px { width: 65px !important; height: 65px !important; }
.wh-80px { width: 80px !important; height: 80px !important; }
.wh-100px { width: 100px !important; height: 100px !important; }
.wh-120px { width: 120px !important; height: 120px !important; }
.wh-160px { width: 160px !important; height: 160px !important; }
.wh-200px { width: 200px !important; height: 200px !important; }

/* Z-index */

.z-n1 { z-index: -1; }

.nice-select.disabled {
  background-color: #f5f5f5;
  color: #999;
  cursor: not-allowed;
  opacity: 0.7;
}

.feedback-message {
    font-size: 14px;
    margin-top: 0.20rem;
    color: #dc3545;
}