img {
    align-self: center;
}

.header-area {
    width: 100%;
}

.header-top {
    height: 85px;
    margin: 0;
    padding:0  15%;
    display: flex;
    background-image: linear-gradient(#012F68, #0167CA 100%);
    align-items: center;
    justify-content: space-between;
} 

.header-bottom {
background-image: linear-gradient(#0646A3 0, #032454 100%);
    height: 35px;
    display: flex;
    align-items: center;
    padding: 0 15%;
    font-weight: 500;
    margin-bottom:0;
    border-top:#032454 1px solid;
}

.header-logo{
    display: flex;
    justify-content: flex-end;
}

.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-red {
    background-color: #FF0000;
    color: white;
}

.btn-blue {
    background-color: #1FADDD;
    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: #0162C2 !important;
}

.banner-area {
    width: 100%;
    height: 420px;
  background-color: #310003;
  border-top:#F7DD27 2px solid ;
  border-bottom:#F7DD27 2px solid ;
}

.banner-area .slide,
.banner-area .carousel-inner,
.banner-area .carousel-item {
    height: 100%;
}

#banner-slide img {
    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-image: linear-gradient(#012F68, #0167CA 100%);
}
.content-image{
    background-image: url(../img/bg.png);
    background-size: contain;
    background-repeat: repeat-x;
    width: 100%;
    display: flex;
    justify-content: center;
    border-top: #DECC12 2px solid ;
    border-bottom: #DECC12 2px solid ;
}
.new-info {
    padding: 3px 17%;
    display: flex;
    text-wrap: nowrap;
    color: white;
    width: 100%;
    background-color: #0162C2;
}

.new-info span {
    padding: 0 10px;
    color: #C71429;
    font-weight: bold;
}
 
.player-record {
    padding: 20px 15%;
    background-color: #01265A;
    display: flex;
    justify-content: center;
    gap: 2%;
}

.record-table {
    display: flex;
    flex-direction: column;
    background-color: #0E4A8A;
    border-radius: 10px;
    box-shadow: #333 0 0 2px;
    overflow: hidden;
}

.record-table span {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    background-color: #FFD800;
    padding-left: 25px;
    line-height: 45px;
}

.record-table table {
    color: #F3DF29;
    text-align: center;
    margin:15px 20px;
}

.record-table table td,
.record-table table th {
    padding: 8px 40px;
}

.record-table table tr:nth-child(odd) {
    background-color: #0A3460;
}

.record-table table tr:nth-child(even) {
    background-color: #0B3B6F;
}
.record-table table tr th{
    background-color: #1FADDD;
    color: white;
}
.record-table table tr td:nth-child(2) {
    color: white;
}

.footer-area {
    background-color: #00193E;
    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-image: linear-gradient(#0165C7 , #001D45 100%);
border-top: #DECC12 2px solid ;
 }
.bank-offline table {
    color: white;
    text-wrap: nowrap;
}

.bank-offline table tr:nth-child(1)>th:nth-child(1) {
    background-color: #1FADDD;
    font-size: 25px;
    text-align: left;
    padding-right:40px ;
    font-weight: 400;
}

.bank-offline table th {
    background-color: #FFD800;
    border-right: 1px solid #083565;
}

.bank-offline table td {
    background-image: linear-gradient(#0E5CAB ,#083565 100%);
    border-right: 1px solid #083565;
    font-size: 14px;
    color: #FFD800;
    vertical-align: top;
}

.bank-offline table th,
.bank-offline table td {
    padding: 5px 15px;
}
 