[hover-color] {
    transition: all 0.3s ease;
    color: var(--hover-clr);
    border: 1px solid var(--hover-clr);
    background-color: var(--hover-clr-light, rgba(0, 0, 0, 0.05)); 
}

[hover-color]:hover {
    background-color: var(--hover-clr) !important; 
    color: #fff !important;
    border-color: #fff !important;
}


[card-border]{
    border-right: 4px solid var(--border-color);
}

.index-card {
    height: 150px;
}


 .modal-content {
    background: #f9f9f9;
    border-radius: 1rem;
  }

  .nav-tabs .nav-link {
    border: none;
    font-weight: bold;
    color: #6c757d;
  }

  .nav-tabs .nav-link.active {
    background-color: #ffffff;
    border-bottom: 2px solid #198754;
    color: #198754;
  }

  .form-floating > label {
    right: 1rem;
    left: auto;
  }

  .form-control:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.2rem rgba(25, 135, 84, 0.25);
  }

  .btn-primary {
    background-color: #0d6efd;
    border-color: #0d6efd;
  }

  .btn-success {
    background-color: #198754;
    border-color: #198754;
  }

  .btn-close {
    background: transparent;
    border: none;
  }

      /* .stepper {
            display: flex;
            justify-content: space-between;
            margin-bottom: 20px;
        }
        .step {
            text-align: center;
            flex: 1;
            position: relative;
        }
        .step .circle {
            width: 35px;
            height: 35px;
            border-radius: 50%;
            background-color: #ccc;
            margin: 0 auto;
            line-height: 35px;
            color: white;
            font-weight: bold;
        }
        .step.active .circle {
            background-color: #198754;
        }
        .step.completed .circle {
            background-color: #198754;
        }
        .step .label {
            font-size: 12px;
            margin-top: 5px;
        }
        .step::after {
            content: "";
            position: absolute;
            top: 17px;
            right: -50%;
            width: 100%;
            height: 4px;
            background-color: #ccc;
            z-index: -1;
        }
        .step:last-child::after {
            display: none;
        }
        .step.completed::after {
            background-color: #198754;
        } */


        
        