.underline {
    border-bottom: 1px solid black;
}

.rectangle {
    border: 2px solid black;
    width: 90px;
}

.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
}

.table-fixed {
    display: table;
    width: 100%;
}
.table-fixed thead tr {
    background-color: #f8fafc;
}

.table-fixed th {
    background-color: #f8fafc;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
}

.table-fixed th[scope=row] {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 1;
}

@media print {
    @page {
        margin: 10px 0 0;
    }

    .print-hide {
        display: none;
    }

    a {
        text-decoration: none !important;
        color: #000 !important;
    }

    .table th, .table td {
        padding: 4px;
    }

    .container{
        padding-left: 0;
        padding-right: 0;
    }

    h2 {
        font-size: 18px;
    }

    h3 {
        font-size: 16px;
    }

    .table {
        padding: 40px 0 !important;
    }

    .th_place {
        width: 130px;
    }

    .table-print {
        font-size: 14px !important;
    }
}
