.card_header{
    background-color:#dba100;
    height:50px;
    font-size:20px;
    padding-top:10px;
    color:#fff
    
}

.y_scroll{
    overflow-y: scroll;
    /*background-color:#dba100;*/
}

/* Style the scrollbar track */
::-webkit-scrollbar {
  width: 10px;
}

/* Style the scrollbar thumb (the draggable part) */
::-webkit-scrollbar-thumb {
  background: #888;
}

.modal-content {
    width: 100%; /* Set the desired width */
    height: 100%; /* Set the desired height */
    position: absolute;
    top: 0;
    left: 0;
}