﻿.standartTable tbody tr:hover {
    background: rgba(7, 17, 108, 0.56);
}

    .standartTable tbody tr:hover td {
        color: #fff;
    }

.modal-header {
    background: #0e2a49;
}

.modal-title {
    color: #ffffff !important;
    font-size: 1rem !important;
    line-height: 2;
}