body {
    width: 98%;
}
.navbar-brand img {
    height: 50px;
}

.nav-item svg {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

#genres {
    background-color: black;
    color:white;
    margin-left: 25px;
    height: 35px;
}

.visible-option {
    background-color: black;
    border: 1px solid grey;
}

.main-title-bar {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.title-bar {
    display: flex;
    flex-wrap: nowrap;
    margin-left: 25px;
    justify-items: center;
    align-items: center;
}

.list-items {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}

.list-items button {
    margin-right: 10px;
}

.account-image {
    margin-top: -5px;
}

h2 {
    margin-left: 25px;
    font-size: 1.3rem;
    padding-top: 25px;
}
.card {
    display: inline-block;
    width: 23%;
}

.card:hover {
    z-index:10;
    scale: 1.1;
    transition: scale 0.1s linear;
}

.row-film {
    position: relative;
}

.film-list {
    margin-left: 2%;
    white-space: nowrap;
    padding-top: 25px;
    padding-bottom: 25px;
}

.link-secondary {
    text-decoration: none;
}

footer a {
    text-decoration: none;
}

.left {
    position: absolute;
    left: 2%;
    z-index: 15;
    width: 40px;
    height: 45%;
    background-color: grey;
    opacity: 65%;
    color:white;
    border: none;
    top: 35%;
    border-radius: 0 10px 10px 0;
}

.right {
    position: absolute;
    right: -2%;
    z-index: 15;
    width: 40px;
    height: 45%;
    background-color: grey;
    opacity: 65%;
    color:white;
    border: none;
    top: 35%;
    border-radius: 10px 0 0 10px;
}

.left:hover, .right:hover {
    scale: 1.6;
    opacity: 90%;
    background-color: black;
    transition: all 0.1s linear;
}

.not-in-center {
  opacity: 0.2;
}

.dropdown-item:hover {
  color: black !important;
}

*{
  scrollbar-color: transparent transparent;
}

.navbar-toggler-icon {
  background-color: white;
  border-radius: 5px;
  opacity: 0.3;
}

*::-webkit-scrollbar {
  height: 7px;
  background-color: transparent;
}
*::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: transparent;
}

*::-webkit-scrollbar-track:hover {
  border-radius: 5px;
  background-color: #DFE9EB;
}

*::-webkit-scrollbar-track:active {
  border-radius: 5px;
  background-color: #DFE9EB;
}

*::-webkit-scrollbar-thumb {
  background-color: #4a4a4a2c;
}

*::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  background-color: #4A4A4A;
}

*::-webkit-scrollbar-thumb:active {
  border-radius: 5px;
  background-color: #4A4A4A;
}