img {
    align-self: center;
}

.header-area {
    width: 100%;
}

.header-top {
    height: 80px;
    margin: 0;
    padding:0  15%;
    display: flex;
    background-color: #FFDE01;
    align-items: center;
    justify-content: space-between;
} 

.header-bottom {
    background-image:linear-gradient(#E0E0E0 ,#E0E0E0 50%, #CCCCCC 51%, #CCCCCC 100%);
    height: 35px;
    display: flex;
    align-items: center;
    padding: 0 20%;
    font-weight: 500;
    margin-bottom:0;
}

.header-logo{
    background-color: #fff; 
    display: flex;
}

.login-form {
    display: flex;
    gap: 10px;
}

.login-form input {
    width: 150px;
    padding: 5px 10px;
    border: none;
}

.login-form button {
    border: none;
    padding: 2px 25px;
    border-radius: 2px;
}

.btn-black {
    background-image: linear-gradient(#171214,#625F69 100%);
    color: white;
}
 
.header-bottom a {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 15px;
    text-transform: uppercase;
    color: black;
    text-decoration: none;
    text-wrap: nowrap;
}

.header-bottom a:hover {
    background-color: #FFDE01 !important;
}

.banner-area {
    width: 100%;
    height: 420px;
    background-color: #716712;
}

.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: #F5F9F8;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    background-color: #222222;
}

.new-info {
    padding: 3px 17%;
    display: flex;
    text-wrap: nowrap;
    color: #666666;
    width: 100%;
    background-image:linear-gradient(#E0E0E0 ,#E0E0E0 50%, #CCCCCC 51%, #CCCCCC 100%);
}

.new-info span {
    padding: 0 10px; 
    font-weight: bold;
}
 
.player-record {
    padding: 20px 15%;
    background-image:linear-gradient(to bottom,#fde827 ,#EFD600 100%);
    display: flex;
    justify-content: center;
    gap: 2%;
}
.info-table{
    padding-bottom: 10px;
    border-bottom:#EFD600 2px solid ;
}
.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: #EFD600;
    color: #fff;
    font-size: 25px;
}

.info-table table th {
    background-color: #616161;
    color: #EFD600;
    border-right: 1px solid #282828;
}

.info-table table td {
    background-color: #363636;
    border-right: 1px solid #282828;
}
.record-table {
    display: flex;
    flex-direction: column;
    background-color: #222222;
    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: #EFD600;
}

.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: #363636;
}

.record-table table tr:nth-child(even) {
    background-color: #616161;
}
.record-table table tr th{
    background-color: #EFD600;
}

.footer-area {
    background-color: #222222;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 0;
    font-size: 14px;
    font-weight: 500;
}
 .bank-info{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
    background-color: #222222;
 }
.bank-offline table {
    color: white;
    text-wrap: nowrap;
    border-bottom: 2px solid #EFD600 ;
}

.bank-offline table tr:nth-child(1)>th:nth-child(1) {
    background-color: #EFD600;color: #fff;
    font-size: 25px;
    text-align: left;
}

.bank-offline table th {
    background-color: #616161;
    border-right: 1px solid  #282828;
    text-align: center;
    color: #EFD600;
}

.bank-offline table td {
    background-color: #363636;
    border-right: 1px solid #282828;
    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: #E6D924;
    color: #2A2A2A;
    width: 55px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    border-radius: 2px;
    cursor: pointer;
}