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 {
  
}

/* Footer Styles */
.main-footer {
    background-color: #343a40;
    padding: 1rem 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-left: 0px!important;
}

.main-footer h5 {
    font-size: 1.1rem;
    font-weight: 600;
}

.main-footer p {
    font-size: 0.9rem;
    line-height: 1.6;
}

.main-footer .social-links a {
    transition: color 0.3s ease;
}

.main-footer .social-links a:hover {
    color: #007bff !important;
}

.main-footer ul li {
    margin-bottom: 0.5rem;
}

.main-footer ul li a {
    transition: color 0.3s ease;
}

.main-footer ul li a:hover {
    color: #007bff !important;
}

.main-footer hr {
    opacity: 0.2;
}

.main-footer .text-center {
    font-size: 0.9rem;
    opacity: 0.8;
}

/* Responsive Footer */
@media (max-width: 768px) {
    .main-footer {
        text-align: center;
    }
    
    .main-footer .col-md-4 {
        margin-bottom: 2rem;
    }
    
    .main-footer .social-links {
        margin-top: 1rem;
    }
}

.content-wrapper {
    margin-left: 130px !important;
}

.notes-box {
font-size:12px;
}