body {
    margin: 0;
    padding: 0;
    /* font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; */
    background-color: #131212;
    color:white;
}

/* #06b86b Secondary Colour */
/* #038e52 Secondary Colour Darker */

/* input:autofill {
    background: #fff;
} */

._header {
    margin: 0;
    height: 90px;
}

._headerPage {
    margin-left: 400px;
    margin-right: 50px;
    margin-top: -170px;
}

._headerPage li {
    list-style: none;
    float: left;
    margin-right: 10px;
}

._headerPage ul {
    float: right;
}

._headerPage a {
    color: #06b86b;
    text-transform: uppercase;
    font-size: medium;
    text-decoration: underline;
}

._headerPage a:hover {
    cursor: pointer;
    color: #038e52;
}

._header h1 {
    margin: 0;
    margin-left: 20px;
    width: 350px;
    margin-top: 5px;
}

._formSearch {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 270px;
}

.poster {
    width: 250px;
    height: 375px;
    padding: 15px;
    float: left;
    border-radius: 20px;
}

._resultsClass h2 {
    padding: 15px;
}

._resultsClass p {
    font-size: 19px;
    padding: 15px;
}

.realName {
    font-size: 15px !important;
    margin-top: -50px;
    color: #5b5b5b;
}

#in {
    border-radius: 20px;
    border: none;
    padding: 10px;
    font-size: large;
    margin-top: 10px;
    background-color: rgb(231, 231, 231);
    width: 100%;
}

#search_button {
    background-color: #06b86b;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    border: none;
    padding: 7px;
    font-size: medium;
    border-radius: 5px;
    text-transform: uppercase;
    color: white;
    margin-top: 10px;
}

#search_button:hover {
    cursor: pointer;
    background-color: #038e52;
}

.sign-upform {
    width: 640px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
}

#confirmClick {
    display: none;
    margin-top: 90px;
    margin-left: auto;
    margin-right: auto;
    background-color: #06b86b;
    width: 150px;
    border: none;
    padding: 7px;
    font-size: medium;
    border-radius: 5px;
    color: white;
    text-transform: uppercase;
}

#confirmClick:hover {
    cursor: pointer;
    background-color: #038e52;
}

/* button {
    background-color: rgb(23, 50, 73);
    border: none;
    border-radius: 8px;
    padding: 4px;
    text-transform: uppercase;
    font-size: medium;
    color: white;
} */

/* button:hover {
    cursor: pointer;
    background-color: rgb(39, 82, 121);
    color: white;
} */

._resultsClass {
    width: 60%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 100px;
}

._resultsClass button {
    background-color: rgb(231, 231, 231, 0.5);
    text-transform: none;
    padding: 10px;
    height: 100%;
    width: 100%;
    border: none;
    border-radius: 5px;
}

._resultsClass button:hover {
    cursor: pointer;
    background-color: #038e52;
}

.backdrop {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0000008c;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(4px);
}

._resultsClass li {
    background-color: #00000060;
    border-radius: 5px;
    list-style: none;
    margin-bottom: 5px;
    position: relative;
}

._resultsClass ul {
    margin: 0;
    padding: 0;
}

.loading-logo {
    width: 100px;
    height: 100px;
    position: relative;
    margin: 50px auto;
    margin-top: 200px;
    display: none;
}

.loading-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 8px solid transparent;
    border-top-color: #06b86b; /* Change this color to customize */
    position: absolute;
    top: 0;
    left: 0;
    animation: spin 1s linear infinite;
}

.loading-logo h1 {
    margin-top: 110px;
    text-align: center;
    color: white;
}

._downloadHistory {
    padding: 10px;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 500px;
    margin-bottom: 100px;
}

._downloadHistory ul {
    background-color: rgb(59, 59, 59);
    border-radius: 5px;
    padding: 5px;
    list-style: none;
}

._adminInfosUsers {
    background-color: rgb(59, 59, 59);
    padding: 10px;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 750px;
    margin-top: 200px;
    margin-bottom: 100px;
}

._adminInfosRequests {
    background-color: rgb(59, 59, 59);
    padding: 10px;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 750px;
    margin-top: -60px;
    margin-bottom: 100px;
}

._adminInfos h2 {
    color: white;
    text-align: center;
}

._adminInfos table {
    border: white;
    border-style: solid;
    border-width: 2px;
    width: 100%;
    border-collapse: collapse;
    border-radius: 10px;
    color: white;
}

._adminInfos th {
    border: white;
    border-style: solid;
    padding: 5px;
    border-width: 2px;
}

._adminInfos tr {
    border: white;
    border-style: solid;
    border-width: 2px;
}

.progressTorrent {
    color: #06b86b;
    font-size: 18px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loginForm {
    border-radius: 5px;
    padding: 10px;
    margin-top: 200px;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
}

.loginForm input {
    border-radius: 5px;
    display: inline-block;
    width: 95%;
    border: none;
    padding: 7px;
    font-size: medium;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(231, 231, 231);
}

.forgotPassword {
    border-radius: 5px;
    padding: 10px;
    margin-top: 200px;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    display: none;
}

.forgotPassword input {
    border-radius: 5px;
    display: inline-block;
    width: 95%;
    border: none;
    padding: 7px;
    font-size: medium;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(231, 231, 231);
}

.loginForm h1 {
    text-align: center;
    text-transform: uppercase;
}

.forgotPassword h1 {
    text-align: center;
    text-transform: uppercase;
}

#login_button {
    background-color: #06b86b;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

#login_button:hover {
    background-color: #038e52;
    cursor: pointer;
}

#signup_login {
    color: #06b86b;
    text-decoration: underline;
}

#signup_login:hover {
    cursor: pointer;
    color: #038e52;
}

.signupForm {
    display: none;
}

.signupForm{
    border-radius: 5px;
    padding: 10px;
    margin-top: 200px;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
}

.signupForm input {
    border-radius: 5px;
    display: inline-block;
    width: 95%;
    border: none;
    padding: 7px;
    font-size: medium;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(231, 231, 231);
}

.signupForm h1 {
    text-align: center;
    text-transform: uppercase;
}

._notificationSettings {
    margin-left: auto;
    margin-right: auto;
    width: 28%;
    margin-top: 100px;
}

._notificationSettings b {
    color: #06b86b;
    float: left;
}

._notificationSettings a {
    text-decoration: dashed;
    float: right;
}

._notificationSettings b:hover {
    color: #038e52;
}

#magnetDownloadButton {
    background-color: rgb(23, 50, 73);
    border: none;
    border-radius: 8px;
    padding: 4px;
    text-transform: uppercase;
    font-size: medium;
    color: white;
    text-decoration: none;
    margin-top: 10px;
    float: right;
}

#magnetDownloadButton:hover {
    cursor: pointer;
    background-color: rgb(39, 82, 121);
    color: white;
}

._manualDownload {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    display: none;
    margin-top: 100px;
}

._manualDownload #in {
    width: 100%;
}

._manualDownload label {
    color: white;
}

.info_bubble {
    position: absolute;
    background-color: #06b86b8d;
    margin-left: auto;
    margin-right: auto;
    width: 65%;
    padding: 7px;
    border-radius: 10px;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.info_bubble img {
    background: transparent;
    position: absolute;
}

.info_bubble h3 {
    margin-top: 0px;
    margin-left: 35px;
}

#button_close_info {
    background-color: transparent;
    float: right;
    border: none;
    width: 15px;
    height: 15px;
    display: flex;
    margin-right: 10px;
}

#button_close_info:hover {
    cursor: pointer;
}

._bestHantoners {
    position: absolute;
    margin-top: 600px;
    padding-left: 25px;
    padding-right: 15px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #090909;
}

._bestHantoners li {
    list-style: upper-roman;
    color:  #038e52;
    font-weight: bold;
}

._bestHantoners b {
    float: right;
    color:  #038e52;
}

._bestHantoners span {
    margin-left: 5px;
    margin-right: 5px;
    text-decoration: wavy;
    color: white;
}

._bestHantoners h2 {
    color: #038e52;
}

._recentlyDownloaded {
    background-color: #090909;
    border-radius: 10px;
    height: 400px;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    display: inline-block;
    margin-top: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
    white-space: nowrap;
    position: relative; /* Ensure it doesn't overlap other content */
    z-index: 1; /* Bring it above other elements if necessary */
    display: none;
}

._recentlyDownloaded img {
    width: 250px;
    height: 375px;
}

#rcdl li {
    float: left;
    list-style: none;
    margin-left: 20px;
    margin-right: 20px;
}
