@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    margin: 0;
    font-family: Montserrat, sans-serif;
}

.container {
    padding-top: 30px;
    padding-left: 8%;
    padding-right: 8%;
}

.footer {
    background-color: black;
    height: 40px;
    color: white;
    line-height: 40px;
    text-align: center;
}

.header-img {
    width: 100%;
    height: auto;
}

.submenu {
    background-color: #f3f3f3;
    padding-left: 1.8rem;
}

.sidebar {
    min-height: 90vh;
    display: flex;
    flex-direction: column;
}

.sidebar .btn {
    width: 100%;
    text-align: left;
    border:solid 1px #d7d7d7;
    background-color: white;
    margin-bottom:-1px;
}

.sidebar .btn:focus,
.sidebar .btn:active,
.sidebar .btn:focus-visible {
    border-color: #cecece;
}

.sidebar .collapse {
    width: 100%;
}

.sidebar .collapse .btn {
    text-align: left;
    width: 100%;
    border-radius: 0 !important;
}

.styled-table {
    border-collapse: collapse;
    width: 100%;
    border: 2px solid #000;
}

.styled-table th,
.styled-table td {
    border: 1px solid #000;
    padding: 12px;
    text-align: left;
}

.styled-table th {
    background-color: #f2f2f2;
    font-weight: bold;
}

.styled-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

#sub-button {
    background-color: #f3f3f3;
/*     padding-left: 1.8rem; */
}

.content-area {
    background-color: #fff;
    margin-bottom: 30px;
    overflow-y: none;
}

.nav-button {
    border:solid 1px #cecece;
    border-radius: 0 !important;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-radius: 0;
    color: #495057;
    background-color: #f3f3f3;
}

.nav-tabs .nav-link.active {
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}


.sub-button {
    border-radius: 0 !important;
}