i.error {
    color: red;
    font-weight: bold !important;
    font-size: 12px !important;
}
input.error {
    border: 1px solid red !important;
}
input:focus .error{
    border: 1px solid red !important;
}
.select2.error {
    border: 1px solid red !important;
}

textarea.error {
    border: 1px solid red !important;
}
textarea:focus .error{
    border: 1px solid red !important;
}
label.mb-0{
    font-weight: bold;
    margin-bottom: 0 !important;
}

label.mb-1{
    font-weight: bold;
}
.navbar-mk{
    background: #FFD000 !important;
}

.sidebar-header-mk{
    background: #FFD000 !important;
    color: #000000 !important;
    border-right: 1px solid #FFD000 !important;
}

.nav-link-mk:hover{
    color:#FFD000 !important;
    font-weight:bold;
}

.nav-link-mk[aria-expanded="true"]{
    color:#FFD000 !important;
    font-weight:bold;
}

.nav-item-mk{
    color:#FFD000 !important;
    font-weight:bold;
    position: relative;
}

.navbar-mk:hover{
    color:#000000 !important;
}

.navbar-mk .show a{
    color:#000000 !important;
}

.text-header{
    color: #000000 !important;
    font-weight: bold !important;
    margin-bottom: 7px !important;
}

.table-list thead th{
    background: #FFD000 !important;
    color: #000000 !important;
    font-weight: bold !important;
    text-align: center !important;
}

.btn-add{
    background: #000000 !important;
    color: #FFFFFF !important;
    font-weight: bold !important;
}
.btn-add:hover{
    background: #FFD000 !important;
    color: #000000 !important;
    font-weight: bold !important;
}

.btn-submit{
    color:#000000 !important;
}

.btn-submit:hover{
    background:#D4A657 !important;
    color: #FFFFFF !important;
    border:1px solid #D4A657;
}

.btn-submit svg{
    height: 15px !important;
    width: 15px !important;
}

.btn-cancel svg{
    height: 15px !important;
    width: 15px !important;
}
.btn-cancel:hover{
    background:#0c1427 !important;
    color: #ffffff !important;
    border:1px solid #0c1427;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 15px !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #e8ebf1 !important;
    border-radius: 4px;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: calc(1.5em + 0.75rem + 2px) !important;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 0px !important;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b::before {
    display: none !important;
}

/* Glassmorphism Radio Button */
/* From Uiverse.io by chase2k25 */  
.glass-radio-group {
  --bg: rgba(255, 255, 255, 0.06);
  --text: #e5e5e5;

  display: flex;
  position: relative;
  background: var(--bg);
  border-radius: 1rem;
  backdrop-filter: blur(12px);
  border:1px solid #e8ebf1 !important;
  overflow: hidden;
  width: fit-content;
}

.glass-radio-group input {
  display: none;
}

.glass-radio-group label {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  font-size: 14px;
  padding: 2px 8px;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #0c1427;
  position: relative;
  z-index: 2;
  transition: color 0.3s ease-in-out;
  margin-bottom: 0px !important;
  font-weight: normal !important;
}

.glass-radio-group label:hover {
  color: #0c1427;
}

.glass-radio-group input:checked + label {
  color: #0c1427;
  font-weight: bold !important;
}

.glass-glider {
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc(100% / 2);
  border-radius: 1rem;
  z-index: 1;
  transition:
    transform 0.5s cubic-bezier(0.37, 1.95, 0.66, 0.56),
    background 0.4s ease-in-out,
    box-shadow 0.4s ease-in-out;
}

/* Silver */
#glass-silver:checked ~ .glass-glider {
  transform: translateX(0%);
  background: linear-gradient(135deg, #ffd000, #eaeaea);
  box-shadow:
    0 0 18px rgba(192, 192, 192, 0.5),
    0 0 10px rgba(255, 255, 255, 0.4) inset;
    
  
}

#glass-silver2:checked ~ .glass-glider {
  transform: translateX(0%);
  background: linear-gradient(135deg, #ffd000, #eaeaea);
  box-shadow:
    0 0 18px rgba(192, 192, 192, 0.5),
    0 0 10px rgba(255, 255, 255, 0.4) inset;
    
  
}

/* Platinum */
#glass-platinum:checked ~ .glass-glider {
  transform: translateX(100%);
  background: linear-gradient(135deg, #db1514, #eaeaea);
  box-shadow:
    0 0 18px rgba(160, 216, 255, 0.5),
    0 0 10px rgba(200, 240, 255, 0.4) inset;
}

#glass-platinum2:checked ~ .glass-glider {
  transform: translateX(100%);
  background: linear-gradient(135deg, #db1514, #eaeaea);
  box-shadow:
    0 0 18px rgba(160, 216, 255, 0.5),
    0 0 10px rgba(200, 240, 255, 0.4) inset;
}

#glass-gold:checked ~ .glass-glider {
  transform: translateX(100%);
  background: linear-gradient(135deg, #ffd70055, #ffcc00);
  box-shadow:
    0 0 18px rgba(255, 215, 0, 0.5),
    0 0 10px rgba(255, 235, 150, 0.4) inset;
}

/* Platinum */
#glass-blue:checked ~ .glass-glider {
  transform: translateX(0%);
  background: linear-gradient(135deg, #d0e7ff55, #a0d8ff);
  box-shadow:
    0 0 18px rgba(160, 216, 255, 0.5),
    0 0 10px rgba(200, 240, 255, 0.4) inset;
}

.js-example-basic-single{
    width: 100% !important;
}

.table td {
    /* padding: 0.875rem 0.9375rem; */
    padding: 5px 6px !important;
    vertical-align: middle !important;
    border-top: 1px solid #e8ebf1;
}






