.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.ruseas-img, .home.after-nav {
    min-height: 90vh;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.after-nav {
    padding-top: 120px;
}

.navbar-brand img {
    max-width: 60px;
}
/*
nav a.nav-link, nav a.navbar-brand span {
    color: #0b0f70 !important;
}*/

nav a.nav-link:hover, nav a.nav-link.active,
nav a.nav-link:focus {
    color: #000 !important;
    background-color: #fff;
    text-transform: none;
}

/*.btn-outline-ruseas, .btn-outline-secondary {
    color: #0b0f70;
    border-color: #0b0f70;
}
.btn-outline-ruseas:hover, .btn-outline-ruseas:active,
.btn.btn-outline-secondary:hover, .btn.btn-outline-secondary:active {
    color: #fff;
    background-color: #0b0f70;
    border-color: #0b0f70;
}*/

footer {
    padding: 10px;
    /*color:#0b0f70 !important;
    margin-top: 20px;*/
}

.ruseas-bg {
    --bs-bg-opacity: 1;
    background-color: #fff !important;
}

.home.after-nav {
    display: grid;
    align-items: center;
}

.home.after-nav h1 {
    font-size: calc(2rem + 1.5vw);
}

.home.after-nav a {
    color: #fff;
    text-decoration: none;
}

.home.after-nav .btn.btn-warning {
    color: #0b0f70;
}
.home.after-nav h4 {
    padding-top: 5px;
}
.success-message {
    text-align: center;
    padding: 20px;
    border: 2px solid #4caf50;
    border-radius: 5px;
    background-color: #dff0d8;
    color: #3c763d;
}

.success-div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40vh;
}

.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;
    }
}

.text-ruseas, .form-select.text-ruseas {
    color:#0b0f70;
}

.btn-outline-secondary.active:focus {
    box-shadow: none;
}

.rus-alert {
    margin-top: 6rem !important;
    margin-bottom: -6rem !important;
}

.ruseas-proimg.img1 a img,
.ruseas-proimg.img2 a img,
.ruseas-proimg.img3 a img {
    min-height: 200px;
    max-height: 200px;
}

.ruseas-proimg.img0 a img {
    min-height: 300px;
    max-height: 500px;
}

.alert-error {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

input[required]::after {
    content:" *";
    color: red;
}

.aboutpage img {
    height: 120px;
}

div.col-12 > .btn-sm {
    padding: .25rem .1rem;
}

button.navbar-toggler, .white-up {
    background-color: #fff;
}

.dropdown-menu li {
    position: relative;
}
.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    right: 100%;
    top: -10px;
}
.dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}
.dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
 }

.dropdown-toggle::after {
   color: #fff;
}

.dropdown-toggle:hover::after, .dropdown-toggle:focus::after {
    color: #000;
 }

 .dropdown-item.submenu::before {
    content: "<< ";
 }

 @media (max-width: 768px) {
    .hangman .col-md-6.text-end,
    .hangman .col-md-6.text-start {
        text-align: center !important;
        margin-bottom: 2rem !important;
    }

    ul.dropdown-menu .dropdown-submenu {
        left: 150px;
        top: 10px;
    }
    .dropdown-item.submenu::before {
        content: "";
     }
     .dropdown-item.submenu::after {
        content: " >>";
     }
 }

 .marquee-row.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: nowrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
}

.marquee.card-body {
    padding: 0.5rem;
}

.passw .btn {
    padding: .375rem 0;
}

.execrolepage img {
    min-height: 200px;
    max-height: 300px;
}

.execrolepage img.avatar {
    min-height: 100px;
    max-height: 120px;
}

.marquee.card-body p.card-text {
    overflow-x: auto;
}
