img {
    align-self: center;
}

.header-area {
    width: 100%;
}

.header-top {
    height: 85px;
    margin: 0;
    padding:0  15%;
    display: flex;
    background-color: #280000;
    align-items: center;
    justify-content: space-between;
} 

.header-bottom {
background-image: linear-gradient(to top,#79090C 0, #942A2D 100%);
    height: 35px;
    display: flex;
    align-items: center;
    padding: 0 15%;
    font-weight: 500;
    margin-bottom:0;
}

.header-logo{
    display: flex;
    justify-content: flex-end;
}

.login-form {
    display: flex;
    gap: 10px;
}

.login-form input {
    width: 150px;
    padding: 5px 10px;background-color: #180000;border: 0;color: white;
}

.login-form button {
    border: none;
    font-weight: bold;
    padding: 0 25px;
    border-radius: 4px;
}

.btn-red {
    background-color: #7D0203;
    color: white;
}

.btn-white {
    background-color: #AFAFAF;
    color: black;
}

.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: #280000 !important;
}

.banner-area {
    width: 100%;
    height: 420px;
  background-color: #310003;
}

.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(100);
    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;
    background-color: #160000;
}
.content-image{
    padding: 10px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    border: #760104 1px solid;
}
.new-info {
    padding: 3px 17%;
    display: flex;
    text-wrap: nowrap;
    color: white;
    width: 100%;
    background-color: #310003;
}

.new-info span {
    padding: 0 10px;
    color: #6F0000;
    font-weight: bold;
}
 
.player-record {
    padding: 20px 15%;
    background-color: #310003;
    display: flex;
    justify-content: center;
    gap: 2%;
}

.record-table {
    display: flex;
    flex-direction: column;
    background-color: #310003;
    padding: 5px 20px 15px 20px;
    border: 4px solid #450101;
    border-radius: 10px;
    box-shadow: #333 0 0 2px;
}

.record-table span {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
}

.record-table table {
    color: #F3DF29;
    text-align: center;
    margin: 5px 0;
}

.record-table table td,
.record-table table th {
    padding: 6px 45px;
}

.record-table table tr:nth-child(odd) {
    background-color: #4B0101;
}

.record-table table tr:nth-child(even) {
    background-color: #760205;
}
.record-table table tr th{
    background-color: #000000;
    color: white;
}
.record-table table tr td:nth-child(2) {
    color: white;
}

.footer-area {
    background-color: #310003;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 0;
    font-size: 14px;
    padding: 0 15%;    
    text-align:center;
}

 .bank-info{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px 0;
    background-color: #160000;
    border: #760104 1px solid;
 }
.bank-offline table {
    color: white;
    text-wrap: nowrap;
}

.bank-offline table tr:nth-child(1)>th:nth-child(1) {
    background-color: #8D0104;
    font-size: 25px;
    text-align: left;
    padding-right:90px ;
    font-weight: 400;
}

.bank-offline table th {
    background-color: #000000;
    border-right: 1px solid #760104;
    text-align: center;
}

.bank-offline table td {
    background-color: #160000;
    border-right: #760104 1px solid;;    
    font-size: 14px;
vertical-align: top;
}

.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: #F61A1F;
    color: white;
    width: 55px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    border-radius: 2px;
    cursor: pointer;
}