body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    background-color: black;
    overflow-x: hidden;
    padding-bottom: 100px;
    margin-bottom: 20px;
}

.tool-bar {
    position: absolute;
    display: inline-block;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    background-color: black;
}

.content {
    position: absolute;
    padding-bottom: 100px;
    text-align: center;
    left: 0;
    top: 0;
    color: #f1f1f1;
    width: 100%;
    padding: 0px;
}

.main-searchbar {
    border-radius: 0px 0px 17px 17px;
    font-size: 20px;
    width: 70%;
    height: 50px;
    padding: 20px;
    border: none;
}

#menu {
    width: 100%;
    padding-top: 2%;
    padding-left: 16.5%;
    padding-right: 16%;
}

.main-item {
    border-radius: 40px;
    width: 13%;
    height: fit-content;
    float: left;
    box-shadow: 3px 3px 5px black;
}

.main-item:hover {
    box-shadow: none;
    background-color: #313131;
    cursor: pointer;
}

.profile-tool-bar {
    height: 70%;
    margin: 10px;
    float: right;
    cursor: pointer;
}

.tool-bar-link {
    color: white;
    margin-right: 50px;
    margin-top: 25px;
}

.tool-bar-link:hover {
    text-decoration: underline;
}

.tool-bar-button {
    color: black;
    margin-right: 50px;
    margin-top: 20px;
    float: right;
    background-color: #2196f3;
    padding: 5px;
    width: 100px;
    border-radius: 17px;
    border: transparent;
    box-shadow: 1px 1px 2px white;
}

.tool-bar-button:hover {
    box-shadow: none;
    cursor: pointer;
}

.logo-tool-bar {
    height: 70%;
    margin: 10px;
    float: left;
    cursor: pointer;
}

#download-button {
    margin-top: 2%;
    height: 5%;
    width: 20%;
    border-radius: 40px;
    font-size: large;
    background-color: #2196f3;
    border: transparent;
    box-shadow: 1px 1px 2px white;
}

#download-button:hover {
    box-shadow: none;
    cursor: pointer;
    background-color: white;
}

.profile-section {
    margin-top: 100px;
    box-shadow: 1px 1px 2px white;
    width: 26%;
    margin-left: 5%;
    height: 275px;
    border-radius: 70px;
    text-align: center;
    float: left;
    border: black solid;
}

.profile-section:hover {
    box-shadow: none;
    cursor: pointer;
    border-radius: 50px;
    border: solid white;
}

#logout-button {
    margin-top: 2%;
    width: 10%;
    font-size: medium;
    border-radius: 17px;
    background-color: #ec1d27;
    color: white;
    padding: 5px;
    border: transparent;
    box-shadow: 1px 1px 2px white;
}

#logout-button:hover {
    box-shadow: none;
    cursor: pointer;
    background-color: white;
    color: black;
}

/* Style the tab */
.tab {
    margin-top: 2%;
    border-radius: 17px 17px 0px 0px;
    overflow: hidden;
    border: none;
    background-color: white;
    width: 70%;
    margin-left: 15%;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #2196f3;
}

/* Style the tab content */
.tabcontent {
    display: none;
    border: none;
    border-top: none;
    margin-top: 0px;
}

.aimg {
    width: 100px;
    margin-right: 20px;
    margin-left: 20px;
    border-radius: 100px;
    cursor: pointer;
    border: solid black;
}


.aimgList {
    width: 100px;
    margin-right: 20px;
    margin-left: 20px;
    border-radius: 100px;
    margin-bottom: 20px;
    cursor: pointer;
    border: solid black;
}

.aimgList:hover {
    border: solid white;
}

.movieDiv {
    display: inline-block
}

.movieDiv .optionsMovie {
    position: relative;
    text-align: center;
    background-color: transparent;
    height: 20px;
    margin-bottom: 15px;
    width: 80%;
    margin-left: 20px;
    visibility: hidden;
    border-radius: 20px;
    opacity: 0;
    transition: 0.2s ease-in-out;
}

.movieDiv:hover .optionsMovie {
    visibility: visible;
    opacity: 1;
    transition-delay: 0.2s;
}

.optionsImage {
    height: 25px;
    cursor: pointer;
}

.apply-btn {
    cursor: pointer;
    background-color: transparent;
    border: solid black;
    color: white;
    border-radius: 20px;
    padding: 5px;
    margin-top: 10px;
    box-shadow: 1px 1px 2px black;
}

.apply-btn:hover {
    background-color: white;
    border: solid white;
    color: black;
    box-shadow: none;
}

#back_button {
    border-radius: 17px;
    margin-top: 20px;
    margin-left: 80px;
    padding: 5px;
    color: white;
    background-color: black;
    cursor: pointer;
    border: solid white;
}

#back_button:hover {
    border: white solid;
}

.popup {
    visibility: hidden;
    width: 200px;
    background-color: #FFC000;
    border-radius: 0px 20px 20px 20px;
    color: black;
    position: absolute;
    top: 90%;
    left: 65%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 10px 10px;
}

.popup2 {
    visibility: hidden;
    width: 200px;
    background-color: #FFC000;
    border-radius: 0px 20px 20px 20px;
    color: black;
    position: absolute;
    top: 103%;
    left: 65%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 10px 10px;
}

.open-popup {
    visibility: visible;
}

#profile-pic:hover {
    border: white solid;
}

.review_movies {
    color: white;
    width: 70%;
    background-color: rgba(255, 255, 255, 0.2);
    margin-left: 15%;
    height: fit-content;
    padding-top: 2%;
    margin-bottom: 10px;
    padding-bottom: 2%;
    border-radius: 20px
}


.dropdown-content {
    display: none;
    position: relative;
    float: right;
    margin-top: 10px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.2);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
    color: black;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}