/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/
.navbar-light .navbar-nav .nav-link {color:#ffffff !important;}
.bg-primary, .save-message {background-color: #149da8 !important;}

    .ls-link-loadall, .nav-link {
  background: linear-gradient(135deg, #4f46e5, #3b82f6);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 28px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}
.text-danger {color: yellow !important}
.ls-link-loadall:hover, .nav-link:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.25);
  background: linear-gradient(135deg, #4338ca, #2563eb);
}
.text-info {color:#fff!important;}

.ls-link-loadall:active, .nav-link:active {
  transform: scale(0.98);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.ls-link-loadall:disabled, .nav-link:disabled {
  background: #a5b4fc;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}



.btn-primary {
    background-color: #ccc!important;
    border: 1px solid #2e6da4;
    box-shadow: none;
}

.btn-primary:hover{
    background-color: #149da8!important;
    border-color: #204d74;
}
.btn-primary:active, .btn-check:checked + .btn-primary{
    background-color: #149da8!important;
    border-color: #204d74;
}
.text-muted {color: #ffffff !important;}
.bg-primary {font-size: 18px !important;}
.text-muted.question-number::before {
  content: "(";
}

.text-muted.question-number::after {
  content: ")";
}
