body {
    background-color: #f2f2f2;
    font-family: CiscoSans, Arial, sans-serif;
}

.section {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 8px 0px;
    padding: 15px 15px;
    font-family: CiscoSans, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
}

th,
td {
    border: 1px solid #000;
    border-color: #DEE2E6;
    padding: 8px;
}

tr {
    height: 60px;
}

header {
    display: flex;
    align-items: center;
    padding: 10px;
    height: 50px;
    background-color: #fff;
    border-bottom: 1px solid #dfdfdf;
}

.header__logo img {
    width: 50px;
    height: 50px;
    margin-left: 15px;
}

.header__title {
    margin-left: 20px;
}

.header__title .header-item {
    font-size: 20px;
    color: rgb(73, 80, 87);
    font-weight: 200;
    text-decoration: none;
}


label {
    display: block;
}

.container-fluid {
    font-family: 'Freeserif';
}

.upload-container {
    padding: 15px 15px;
}


.flex-right {
    display: flex;
    justify-content: flex-end;
    font-size: 14px;
    font-family: CiscoSans, Arial, sans-serif;
}

.download-button {
    color: rgb(1, 117, 162);
    text-decoration-color: rgb(1, 117, 162);
}

#file_name {
    margin: 20px 15px 15px 15px;
    font-weight: 500;
}

#excel_data {
    max-width: 100%;
    overflow-y: auto;
}

#excel_data table {
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;

    font-size: 14px;
    background-color: #fff;
    display: block;
    padding: 15px 15px;
    font-family: CiscoSans, Arial, sans-serif;
}

#excel_data .row0 {
    position: sticky;
    font-size: 16px;
    top: 0;
    z-index: 1;
    background-color: rgb(100, 187, 227);
    height: 80px;
    line-height: 25px;
    font-weight: 700;
}

#excel_data tbody {
    display: block;
    overflow-y: auto;
    height: 550px;
}

#excel_data tbody::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

#excel_data tbody::-webkit-scrollbar-thumb {
    background-color: #DEE2E6;
    border-radius: 4px;
}

#excel_data tbody::-webkit-scrollbar-track {
    background-color: transparent;
}

#excel_data tbody::-webkit-scrollbar-thumb:hover {
    background-color: #DEE2E6;
}

.checkmark-cell {
    color: green;
}

.tick-cell {
    color: orange;
}

.cross-cell {
    color: red;
}

.column0 {
    width: 300px;
}

footer {
    display: flex;
    align-items: center;
    font-size: 14px;
    justify-content: center;
    font-family: CiscoSans, Arial, sans-serif;
    background-color: rgb(255, 255, 255);
    border-top: rgb(222, 226, 230);
    margin-top: 16px;
    line-height: 21px;
    padding: 16px 16px;
}

ul.list {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    list-style: none;
}

ul.list li {
    margin-left: 16px;
}

ul.list li a {
    color: rgb(1, 117, 162);
    text-decoration-color: rgb(1, 117, 162);
}
