﻿.popup.container {
    max-width: unset !important;
    padding: 0 5%;
}

.table td.fit,
.table th.fit {
    white-space: nowrap;
    width: 1%;
}

.table td {
    vertical-align: middle;
}

.no-border,
table.no-border td,
table.no-border tbody {
    border: 0 !important;
}

.text-white a {
    color: #fff;
}

.modal, .modal-xl {
    --bs-modal-width: 95% !important;
}

.navbar-brand {
    color: #228B22;
    font-weight: 100;
    font-size: xx-large;
    position: relative;
    margin-right: 45px;
}

.actions .btn {
    margin: 10px auto;
}

@media only screen and (max-width: 860px) {
    .actions .btn {
        margin: 10px 0;
        width: 100%;
    }
}
