@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap');

html, body {
    overflow-x: hidden;
}

h1 {
    color: #0063ff !important;
    font-size: 4.25rem !important;
}

h2, h3, h4, h5, h6, label {
    font-family: 'Arial', sans-serif;
    color: #fff !important;
}

.row.header {
    position: relative;
    height: 100px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    border-bottom: 1px solid #ccc;
}

.header-title {
    font-family: 'Exo 2', sans-serif !important;
    font-size: 45px;
    font-weight: 700;
    color: rgb(255, 242, 0);
}

#bannerCarousel {
    z-index: 1;
    height: 400px;
}

#bannerCarousel img {
    width: 100%;
    height: auto;
    margin-top: -100px;
}

.k10-card {
    border: 1px solid #ccc;
    border-radius: 20px;
}

.btn-panel {
    padding: 4px;
    background-color: rgb(255, 242, 0);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    width: 60px;
    text-align: center;
}

input {
    width: 130px;
}

.flex {
    justify-content: space-between;
}

th, td {
    text-align: center !important;
    font-weight: 900 !important;
}

table {
    font-family: 'system-ui' !important;
}

table .border {
    border: 1px solid #cfcfcf !important;
}

.sticky
{
  position:sticky !important;
  left:0px !important;
}

.text-big {
    font-size: 24px !important;
    font-weight: 600;
}

.number-text {
    font-size: 1.5rem !important;
    color: #0063ff !important;
}