.rtl1 {
    direction: rtl !important;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 3px rgba(246, 11, 14, 0.5);
}

.room__img2:after, .room__img2:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    pointer-events: none
}

.room__img2:after {
    top: 25%;
    background-image: linear-gradient(180deg, transparent, #000)
}

.room__img2 {
    margin: 0;
    position: relative;
    overflow: hidden
}

.room__img2:before {
    top: 0;
    background-color: rgba(0, 0, 0, .42)
}

.players_and_roles_result {
    border-bottom: 5px solid hsla(0, 0%, 100%, .05);
    margin-bottom: 25px;
}

#reset_pwd {
    color: #f60b0e !important;
}
