::-webkit-scrollbar {
    width: 5px;
    height: 3px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(255, 255, 255);
    background: #fdfdfde7;
}

::-webkit-scrollbar-thumb {
    background: #008b8b;
    border-radius: 50px;
}

.modal .modal-dialog .modal-content .modal-header {
    background-color: #008b8b;
    color: whitesmoke;
}

.modal .modal-dialog .modal-content .modal-body {
    font-size: 9pt;
    /* font-weight: normal; */
}
.modal .modal-dialog .modal-content .modal-body select {
    font-size: 9pt;
    /* font-weight: normal; */
}

.table thead tr th {
    /* border-bottom: 3px double rgb(214, 212, 212); */
    font-size: 9.5pt;
}
.table tbody tr td {
    /* border-bottom: 3px double rgb(214, 212, 212); */
    font-size: 9.5pt;
}

@media only screen and (max-width: 480px) {
    .table thead tr th {
        /* border-bottom: 3px double rgb(214, 212, 212); */
        font-size: 8pt;
    }
    .table tbody tr td {
        /* border-bottom: 3px double rgb(214, 212, 212); */
        font-size: 8pt;
    }
}

.table thead {
    height: 50px;
    /* background-color: rgb(214, 212, 212); */
    /* color: whitesmoke; */
}

.table-responsive .table {
    border-color: rgb(214, 212, 212);
}

.table {
    font-size: 11.5pt;
}
