html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.btn-primary {
    background-color: #ffcc00; /* Custom yellow */
    color: black;
    border-color: #ffcc00;
}

    .btn-primary:hover {
        background-color: #cc9900; /* Replace with your desired hover color, e.g., #28a745 for green */
        border-color: #cc9900; /* Optional: Adjust border color if needed */
    }
.btn-cleared {
    background-color: #228b22; /*custom green*/
    color: white;
    border-color: #228b22;
}

.btn-save {
    background-color: white; 
    color: black;
    border-color: white;
}
.nav-tabs {
 
    border-bottom: 2px solid #000000;  
}
    .nav-tabs .nav-item {
        border: 1px solid #000000;  

    }


 