/*
    site.css

    To be used to override any core functionality across the frontend and backend
*/
.navbar-brand {
    padding-top: 5px !important;
    padding-bottom: 0px !important;
}

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

.nav-tp {
    height: 70px;
    background-color: #FFF;
    border-bottom: 1px solid #D7DEE3;
    position: fixed;
    width: 100%;
    z-index: 998;
}

.input-lg {
    font-size: 1.4em;
}

.dropdown-menu {
    padding: 0px !important;
}

@media (min-width: 576px) {
    .modal-content {
        margin-left: 10px;
        right: 10px;
    }
}

.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #c09 !important;
    color: #fff;
    font-size: 1em;
}

.swal2-styled.swal2-deny {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #e63757 !important;
    color: #fff;
    font-size: 1em;
}

#toast-container, .toast, .toast-message {
    z-index: 99999 !important;
}
