body {
font-size: .875rem;
font-family: 'Roboto';
background-color: #202343;
color:#ffffff;
}

a {
    color: #ffffff;
}

/*
* Sidebar
*/

.sidebar {
position: fixed;
top: 25px;
bottom: 0;
left: 0;
z-index: 100;
padding: 75px 0 0;
background-color: #202343;
}

@media (max-width: 767.98px) {
.sidebar {
    top: 5rem;
}
}

.sidebar-sticky {
position: relative;
top: 0;
height: calc(100vh - 48px);
padding-top: .5rem;
overflow-x: hidden;
overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
.sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
}
}

.sidebar .nav-link {
    margin: 5px 10px 5px 10px;
    font-weight: 700;
}

.sidebar .nav-link .menu-item {
margin-left: 12px;
}

.sidebar .nav-link.active {
    background: rgba(115, 121, 176, 0.15);
    border-radius: 12px;
}

.sidebar .nav-link:hover {
    color: #dddddd;
    background: rgba(115, 121, 176, 0.15);
    border-radius: 12px;
}

.sidebar-heading {
font-size: .75rem;
text-transform: uppercase;
}

/*
* Navbar
*/

.navbar-brand {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    font-size: 1rem;
}

@media (max-width: 576px) {
    .navbar-brand {
        padding-top: 0.50rem;
        padding-bottom: 0.50rem;
        font-size: 1rem;
    }
}

.navbar {
    background-color: #202343;
}
    
.navbar .navbar-toggler {
top: .25rem;
right: 1rem;
}

.navbar .form-control {
padding: .75rem 1rem;
border-width: 0;
border-radius: 12px;
}

.nav-top {
    font-size: 1.15rem;
    font-weight: 700;
}


/* ======================================================== */
.navbar form {
    width: 40%;
    max-width: 790px;
}
  
.navbar form .input-field {
    width: 100%;
    position: relative;
}
  
.navbar form .input-field input {
    height: 100%;
    width: 100%;
    background: transparent;
    border: 0;
    background: #fff;
    display: block;
    width: 100%;
    padding: 10px 32px 10px 45px;
    font-size: 14px;
    color: #666;
    border-radius: 34px;
}
  
.navbar form .input-field input.placeholder {
    color: #ccc;
}
  
.navbar form .input-field input:hover, form .input-field input:focus {
    box-shadow: none;
    outline: 0;
}
  
.navbar form .input-field .btn-search {
    width: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    height: 100%;
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
    -ms-flex-pack: center;
    justify-content: center;
}
  
.navbar form .input-field .btn-search svg {
    fill: #ccc;
    width: 30px;
    height: 30px;
    transition: all .2s ease-out, color .2s ease-out;
}
  
.navbar form .input-field .btn-search:hover, form .input-field .btn-search:focus {
    outline: 0;
    box-shadow: none;
}
  
.navbar form .input-field .btn-search:hover svg, form .input-field .btn-search:focus svg {
    fill: #666;
}

  


main {
    background: url('../img/bg-content.png');
    /*background-repeat: no-repeat;*/
    background-size: 100%;
}

main .card-deck {
    margin-left: 0px;
    margin-right: 0px;
}

.card-games {
    border-radius: 20px;
    border: 0px;
    /*width: 18rem;*/
    color: #000000;
}

.card-games .card-img-top {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.card-games .card-title {
    font-size: 1rem;
    font-weight: 400;
}

.card-games .card-text {
    font-size: 0.65rem;
    font-weight: 400;
    color: #828282
}

.card-games .btn-jogar {
    border-radius: 20px;
    border-color: #7974D1;
    background-color: #7974D1;
    font-size: 0.90rem;
    font-weight: 400;
}