.record-board{
    margin-top: -40px;
    margin-bottom: 30px;
}

.record-board .board-panel{
    margin:0 2px 15px 0;
    padding: 5px;
    /* border: 5px solid #fff; */
    border-radius: 15px;
    background-image: linear-gradient(to bottom left, #f5cc7f, #96653b, #b79453);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5)
}
.record-board .board-panel .title-panel span{
    font-weight: 900;
}


@media (min-width: 1430px){
    .record-board .board-panel{
        margin: 30px;
    }
}
.record-board  .board-panel .header {
    width: 100%;
    height: 50px;
    border-radius: 15px;
    background-color: rgba(0, 0, 0, 0.8);
   
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1), inset 0 1px 1px rgba(0, 0, 0, 0.5);
    padding: 0 15px 0 0;
    margin-bottom: 5px;
}



.record-board .board-panel table{
    margin: 0px 0 0;
    /* background-color:#1c1302; */
    background-image:  radial-gradient(circle at center,  #392705, #1c1302);
    border-radius:0 0 15px 15px;
    
}
.record-board .board-panel table tr > td:first-child {
   padding-left: 15px;
}
.record-board .board-panel table tr > td:nth-child(2) {
    color: #ff783a;
    font-weight: 700;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
    font-size: 17px;

}
.board-panel table .date-td {
    width: auto;
}
.record-board .content{
    border-radius: 0 0 15px 15px;
    height: 240px;
    overflow: auto; 
    position: relative ;
    transition: all 0.5s ease; 
}

.record-board .content::-webkit-scrollbar {
    display: none;
}
.record-board .content{
    -ms-overflow-style: none;  
    scrollbar-width: none;  
}


.record-board .board-panel{
    position: relative; 
  }
   
.record-board .board-panel .record-overlay {
    position: absolute; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(204, 17, 17, 0);
    z-index: 1; 
    pointer-events: all; 
  }
   





  /* footer logo */

  .footer-section .copyright img{
    width: 200px;
    max-width: 50%;
  }