.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.login_container {
    width: 100%;
    height: 100vh;
    background-color: #001838;
    background-image: url(../img/bg_new_a.jpg);
    background-position: bottom;
    background-size: cover;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow-y: scroll;
}

a {
    color: #000000;
    text-decoration: underline;
}

a:hover,
a:focus,
a:active {
    color: #000000;
    text-decoration: underline;
}

.text-footer {
    color: #cadc64;
    text-decoration: none;
}

a.text-footer {
    color: #cadc64;
    text-decoration: none;
}

a:hover.text-footer {
    outline: 0;
    color: #cadc64!important;
    text-decoration: underline;
}

a:focus.text-footer {
    outline: 0;
    color: #cadc64!important;
    text-decoration: none;
}

a:active.text-footer {
    outline: 0;
    color: #cadc64!important;
    text-decoration: none;
}

.errore {
    color: red;
    display: none;
    background-color: #fff;
}

.bg-dark {
    background-color: #343a40!important;
}

.form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0.25rem .75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
}

.dt-container {
    padding-top: 2rem!important;
}

.dt-length {
    padding-top: 1rem!important;
    float: left!important;
}

.dt-search {
    float: right!important;
}

.dt-button {
    font-size: 16px;
    font-weight: 700;
    padding: 0.75rem 2.5rem;
}

#ris_table_wrapper {
    width:100%!important;
}

.btn {
    border-radius: 0.5rem;
    font-size: 1.25rem;
    font-weight: 700;
    min-width: 150px;
}

.btn-logout {
  color: #fff;
  background-color: rgba(255, 0, 0, 1);
  border-color: #000000;
}

.btn-logout:hover {
  color: #fff;
  background-color: rgba(255, 0, 0, 0.8);
  border-color: #808080;
  transition: all 0.3s ease;
}

#facebookSocialLoginButton {
    background-color: #3F51B5;
    color: white;
    border: none;
    font-size: 14px;
    cursor: pointer;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: right;
    height: 24px;
    width: 78px;
    transition: background-color 0.3s ease;
    font-size: 16px;
}

#facebookSocialLoginButton:hover {
    background-color: #2A4D91;
}

.facebook-logo {
    height: 90%;
    margin-right: 4px;
    width: auto;
}

#googleSocialLoginButton {
    background-color: #ffffe8;
    color: black;
    border: none;
    font-size: 14px;
    cursor: pointer;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: right;
    height: 22px;
    width: 78px;
    transition: background-color 0.3s ease;
    border: 1px solid gray;
    font-size: 16px;
}

#googleSocialLoginButton:hover {
    background-color: #357AE8;
}

.google-logo {
    height: 20px;
    width: 20px;
    margin-right: 8px;
}

.form-control.was-validate, .form-select.was-validate {
    border-color: #ed1c24;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right;
    background-size: calc(1.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 2;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0;
    font-size: 1rem;
    color: #ffffff;
    background-color: #ed1c24;
    border-radius: 0.25rem;
    text-align: center;
}

label.invalid-placeholder {
    color: #ed1c24;
}

.fs-7 {
    font-size: 0.75rem;
}

#mex { white-space: pre-line; }