img {
    align-self: center;
}
.header-area {
    width: 100%;
    height: 130px;
    background-color: #0DA020;
}

.header-top {
    height: 67%;
    margin: 0;
    padding: 0 15%;
    display: flex;
    background-image: url(../img/headerbg_repeat.jpg);
    background-size: auto 100%;
    align-items: center;
    justify-content: space-between;
}

.header-divider {
    height: 3%;
    background-color: #27A92F;
    box-shadow: 0px 0px 1px 2px #27A92F;
    border-bottom: 1px solid #057D12;
}

.header-bottom {
    height: 30%;
    display: flex;
    align-items: center;
    padding: 0 20%;
    padding-top: 2px;
    font-weight: 500;
}

.login-form {
    display: flex;
    gap: 10px;
}

.login-form input {
    width: 150px;
    padding: 5px 10px;
}

.login-form button {
    border: none;
    font-weight: bold;
    padding: 0 25px;
    border-radius: 4px;
}

.btn-yellow {
    background-color: #FFD700;
    color: black;
}

.btn-red {
    background-color: #F90000;
    color: white;
}

.header-bottom a {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 15px;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    text-wrap: nowrap;
}

.header-bottom a:hover {
    background-color: #005700 !important;
}

.banner-area {
    width: 100%;
    height: 420px;
}

.banner-area .slide,
.banner-area .carousel-inner,
.banner-area .carousel-item {
    height: 100%;
}

#banner-slide img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

#banner-slide .carousel-control-next-icon,
#banner-slide .carousel-control-prev-icon {
    filter: brightness(0);
    width: 40px;
    height: 40px;
}

#banner-slide .carousel-control-next,
#banner-slide .carousel-control-prev {
    width: fit-content;
    padding: 70px;
}

.content-area {
    background-color: #0DA020;
    display: flex;
    height: 300px;
    flex-direction: column;
    align-items: center;
}



.new-info {
    padding: 3px 17%;
    display: flex;
    text-wrap: nowrap;
    color: white;
    width: 100%;
}

.new-info span {
    padding: 0 10px;
    color: #003C00;
    font-weight: bold;
}

.info-table table {
    color: white;
    display: table-caption;
    border: none;
}

.info-table table td,
.info-table table th {
    padding: 10px 24px;
}

.info-table table tr:nth-child(1)>th:nth-child(1) {
    background-color: #40B543;
    font-size: 25px;
}

.info-table table th {
    background-color: #003C00;
    border-right: 1px solid #026949;
}

.info-table table td {
    background-color: #005700;
    border-right: 1px solid #026949;
}

.player-record {
    padding: 20px 15%;
    background-color: #e7e7e7;
    display: flex;
    justify-content: center;
    gap: 2%;
}   

.record-table {
    display: flex;
    flex-direction: column;
    background-color: #0DA020;
    padding: 5px 20px 15px 20px;
    border:1px solid #fff;
    box-shadow: #333 0 0 4px;
}

.record-table span {
    font-size: 22px;
    font-weight: 500;
    color: #003C00;
}

.record-table table {
    color: white;
    text-align: center;
    margin: 5px 0;
}

.record-table table td,
.record-table table th {
    padding: 6px 35px;
}

.record-table table tr:nth-child(odd) {
    background-color: #003C00;
}

.record-table table tr:nth-child(even) {
    background-color: #005700;
}

hr {
    border: 0;
    border-bottom: 1px solid #7bc084;
    margin: 6px 0;
    width: 100%;
    box-shadow: #005700 0 0 16px 1px;
    opacity: 1;
}

.footer-area{
    background-color: #0DA020;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding :8px 0;
    font-size: 14px;
    font-weight: 500;
} 
.bank-offline table{
    color: white;
    text-wrap: nowrap;
}
.bank-offline table tr:nth-child(1)>th:nth-child(1) {
    background-color: #40B543;
    font-size: 25px;
    text-align: left;
}

.bank-offline table th {
    background-color: #003C00;
    border-right: 1px solid #026949;
    text-align: center;
}

.bank-offline table td {
    background-color: #005700;
    border-right: 1px solid #026949;
    font-size: 14px;
}

.bank-offline table th,.bank-offline table td {
padding: 5px 15px;
}


.floating-sidebar {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 20%;
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.floating-icon {
    background-color: #3AB13F;
    color: white;
    width: 55px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    border-radius: 2px;
    cursor: pointer;
}