﻿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 {
    padding-top: 100px;
}

.img-logo{
    width:100px;
    height:50px;
}
.navbar-top {
    position: fixed;
    height: 50px;
    top: 0;
    width: 100%;
    z-index: 1030;
}

.sub-fixed {
    position: fixed;
    top: 50px; /* Height of the first navbar */
    width: 100%;
    z-index: 1020;
}
.table thead th {
    font-weight: 600;
    color: #495057;
    border-bottom: 2px solid #dee2e6;
    padding: 1rem 0.75rem;
}

.table tbody tr {
    transition: all 0.2s ease;
}

    .table tbody tr:hover {
        background-color: #f8f9fa;
        transform: scale(1.001);
    }

.btn-group .btn {
    padding: 0.375rem 0.75rem;
}

.badge {
    font-weight: 500;
    padding: 0.5em 0.75em;
}

.card {
    border-radius: 0.5rem;
    overflow: hidden;
}

.bg-success-subtle {
    background-color: #d1f4e0 !important;
}

.bg-danger-subtle {
    background-color: #f8d7da !important;
}