.login-alert {
    height: 3.5rem;
    display: flex;
    justify-content: center;
}

.dataTables_paginate {
    display: flex;
    justify-content: end;
}

.dataTables_filter {
    display: flex;
    justify-content: end;
}

.table-scroll {
    width: 100%;
    overflow: auto;
}

.dt-row {
    margin-bottom: 1rem;
}

.gen-alert {
    height: 3.5rem;
    display: flex;
    justify-content: center;
}

.flag-icon-cu {
    content: url("https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/2.3.1/flags/4x3/cu.svg");
    max-height: 18px;
    max-width: 14px;
}

.flag-icon-us {
    content: url("https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/2.3.1/flags/4x3/us.svg");
    max-height: 18px;
    max-width: 14px;
}

div.dt-container.dt-paging.dt-paging-button.current {

}

div.dt-container .dt-paging .dt-paging-button.current {
    z-index: 3 !important;
    color: #fff !important;
    background-color: #796AEE !important;
    border-color: #796AEE !important;
}

div.dt-container .dt-paging .dt-paging-button:hover {
    color: #fff !important;
    background: linear-gradient(to bottom, #796AEE 0%, #111 100%) !important;
}

.buttons-datatable {
    background: #796aee !important;
    color: #fff !important;
    border: none !important;
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
    padding: 0.375rem 0.5rem !important;
    font-size: 0.7875rem !important;
    border-radius: 0.2rem !important;
}

.op-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

.op-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}

.unstyled {
    color: white;
    text-decoration: none;
}

.unstyled:hover {
    color: white;
    text-decoration: none;
}

.label-primary {
    font-weight: 500;
}

.label-secondary {
    font-weight: 300;
    color: #67676b;
}

/*
    STYLES FOR 404 PAGE /*
 */
#notfound {
    position: relative;
    height: 100vh;
}

#notfound .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notfound {
    max-width: 767px;
    width: 100%;
    margin-bottom: 10px;
    line-height: 1.4;
    padding: 0 15px;
}

.notfound .notfound-404 {
    position: relative;
    height: 150px;
    line-height: 150px;
    margin-bottom: 60px;
}

.notfound .notfound-404 h1 {
    font-family: "Titillium Web", sans-serif;
    font-size: 186px;
    font-weight: 900;
    text-transform: uppercase;
    -webkit-background-clip: text;
    background-size: cover;
    background-position: center;
}

.notfound h2 {
    font-family: "Titillium Web", sans-serif;
    font-size: 26px;
    font-weight: 700;
    margin: 0;
}

.notfound p {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 10px;
    text-transform: uppercase;
}

.notfound a {
    font-family: "Titillium Web", sans-serif;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    border: none;
    background: #796aee;
    padding: 10px 40px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 1px;
    margin-top: 15px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.notfound a:hover {
    opacity: 0.8;
}

@media only screen and (max-width: 767px) {
    .notfound .notfound-404 {
        height: 110px;
        line-height: 110px;
    }

    .notfound .notfound-404 h1 {
        font-size: 120px;
    }
}

/* Styles for form validation */
.required {
    color: red;
}

.centered {
    display: grid;
    justify-content: center;
    align-items: center;
}

.picker__select--month,
.picker__select--year {
    height: 2.3em !important;
}

/* Styles for hidden elements */
.hidden {
    display: none;
}

/* Styles to correct tom-select styles */
.ts-control {
    border: 0;
    padding: 0;
}

.ts-dropdown,
.ts-control,
.ts-control input {
    font-size: inherit;
    line-height: inherit;
}

.form-check-input {
    transform: scale(1.5);
}
