.fixTableHead {
            overflow-y: auto;
            height: 510px;
        }
        
        .fixTableHead thead th {
            position: sticky;
            top: 0;
        }
        
        table {
            border-collapse: collapse;
            width: 100%;
        }
        
        th {
            background: #141072;
        }
        
        th,
        td {
            padding: 8px 55px;
            border: 2px solid #529432;
        }