
@font-face {
    font-family: "roboto";
    src: url('/fonts/roboto.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap; 
}

body, p, #upload-input { 
    margin: 0px;
    font-family: 'roboto', sans-serif;
    font-size: 1rem;
}

p, h1, h2 {
    cursor: default;
}

html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    transition: all 0.8s ease-out;
    
}

body.dark-mode {
    background-color: #0d0a0a;
}

html.dark-mode body {
    background-color: #0d0a0a;
}

html.dark-mode .single-torrent-info-block {
    background-color: rgb(63, 58, 51);
    transition: all 0.8s ease-out;
}

html.dark-mode .single-torrent-title {
    color: gray;
    transition: all 0.8s ease-out;
}



.all-content-home {
   
    width: 100%;
    text-align: center;
    
}

.ad-gif {
    width: 50%;
}

.upload-donation {
    display: block !important;
    margin: 0 auto;
}

.upload-upload-form {
    top: 60px;
}


button {
    cursor: pointer;
}

button:active {
  border-style: outset;
}

.upload-conatainer {
    border-radius: 5px;
}

a {
    color: white;
    text-decoration: none;
}

a:active {
    color: lightgray;
}

.title a:visited {
    color: lightgray;
}

select {
    cursor: pointer;
}

button {
    cursor: pointer;
}


.upload-button {
    cursor: default !important;
}

select:focus {
    outline: none;


}



.faq-element {
    cursor: pointer;
    color: white;
    margin-left: 5px;
    margin-right: 5px;
}

nav {
    top: 0;           /* 👈 ADD THIS */
    z-index: 111900; 
    position: sticky;
}


.top-bar {
    display: flex;
    background: linear-gradient(90deg,rgba(109, 58, 180, 0.95) 0%, rgba(253, 29, 29, 1) 50%, rgba(69, 252, 197, 0.91) 100%);
    width: 100%;
    height: 2rem;
    column-gap: 1rem;
    align-items: center;
    

    
}

.top-bar a { 
    color: white;
    text-decoration: none;
    display: inline-block;
}

.top-bar p {
    display: inline-block;
}

.middle {
    margin: 0 auto;
    display: inline-block;
}

.banner-bar {
    display: flex;
    grid-auto-flow: row !important;
    background: linear-gradient(90deg,rgba(109, 58, 180, 0.95) 0%, rgba(253, 29, 29, 1) 50%, rgba(69, 252, 197, 0.91) 100%);
    width: 100%;
    height: 15rem;
    justify-content: center;
    align-items: center;
    position: absolute;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: all 0.4s ease-in-out;
    
    
}



.logo {
    background-color: white;
    width: 45%;
    height: 50%;

}

.item-background-img-div, .banner-bar-background-img {
    background-image: url('/images/torrentsurf-logo/torrentsurf-logo.jpeg');
}

.under-banner-bar-text {
    background-color: blue;
    height: 2em;
    width: 100%;
}

.search-div {
    width: 500px;
    height: 4em;
    position: relative;
    top: 120px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    background-color: rgba(0, 0, 0, 0.301);
    transition: all 0.8s ease-out;
    z-index: 2000;
    
}

html.dark-mode .search-div {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0.601);

}


.search-div-flexbox {

    align-items: baseline;
    gap: 1rem;
    display: flex;
    height: 100%;

}
.search-div input {
    width: 194px;
    height: 30px;
    margin-left: 1rem;
    border: 1px solid rgb(14, 225, 193);
    border-radius: 5px;
    transition: all 0.8s ease-out;
    background-color:rgba(0, 0, 0, 0.601);
    color: rgb(14, 225, 193);
    
    
    
}

#search::placeholder {
    color: rgb(14, 225, 193);
}





.search-div button { 
    width: 100px;
    height: 30px;
    color: white;
    background-color: black;
    border-radius: 5px;
    margin-right: 1rem;
   
}



.search-div p {
    color: rgb(255, 255, 255);
    margin-bottom: 0.4svh;
    margin-left: 1rem;
    font-size: 0.9rem;
}





.upload-button {
    height: 50%;
    width: 4rem;
    background-color: rgba(149, 195, 181, 0.91);
    color: white;
    border-radius: 5px;
    margin-left: 10px;
    margin-top: 10px;
    cursor: pointer;
}

.whole-post-div {
    display: grid;
    width: 50%;
    grid-auto-flow: column;
    grid-template-columns: minmax(360px, 500px) minmax(360px, 500px);
    margin: 40px auto 140px;
    gap: 20px;
}

.post-file {
    display: grid;
    grid-template-rows: repeat(8, 5rem);
    grid-template-columns: 1fr;
    width: 50%;
    text-align: start !important;
    opacity: 0;
    transform: translateY(30px);
    transition: all 1s ease-out;
}

.upload-input-container {
    color: gray;
}

.upload-input-image-container{
    color: gray;
}

input {
    border: 1px solid rgb(14, 225, 193);
    border-radius: 5px;
    transition: box-shadow 0.3s ease-in-out;

}

input:focus {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    outline: none;
    
}

#upload {
    border: none;
}

#pictureURL {
    width: 85%;
    height: 1.2rem;
}

.post-file.fade {
    opacity: 1 !important;
    transform: translateY(0px);
}

.post-file input {
    margin-left: 10px;
    width: 8rem;


}
#categories {
    margin-left: 10px;
}

.post-file p {
    background-color: black;
    color: white;
    border-radius: 5px;
    width: 8rem;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.emptyfield-error-bad {
    background-color: rgba(25, 20, 20, 0.5);
    padding: 2px;
}

.empty-field-error {
    transition: all 0.4s ease-in-out;
    margin-top: 30px;
    opacity: 0;
    margin: 2px;
    padding: 3px;
}

  

.nav-middle {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.nav-middle a {
    color: white;
    background-color:blue;
    border-radius: 5px;
    text-decoration: none;
    width: 35px;
    text-align: center;
    display: inline-block;
}

.show-uploads {    /* fix margin and apply on container, same as single page later */
opacity: 0;
transform: translateY(30px);
transition: all 0.8s ease-out;

display: flex;
gap: 1rem;
background: linear-gradient(90deg,rgba(109, 58, 180, 0.95) 30%, rgba(253, 29, 29, 1) 50%, rgba(69, 252, 197, 0.91) 100%);
border-radius: 5px;
    
margin-bottom: 1rem;
width: clamp(260px, 90vw, 1310px);
align-items: center;
height: 3.3rem;


}



.show-uploads a {
    transition: all 0.8s ease-out;
}





.show-uploads.fade {
opacity: 1;
transform: translateY(0);

}

.show-uploads img {
    transition: all 0.8s ease-out;
}




.show-uploads a img {
    height: 2.5rem;
    display: block;
}

.uploads-explaination {
    opacity: 0;
    display: flex;
    background-color: black;
    border-radius: 5px;
    width: 1310px;
    align-items: center;
    height: 1.3rem;
    transition: all 0.8s ease-out;
    transform: translateY(30px);
    
}

.uploads-explaination.fade {
    opacity: 1;
    transform: translateY(0px);

}


.category-explainaton {
   background: linear-gradient(90deg,rgba(109, 58, 180, 0.95) 0%, rgba(253, 29, 29, 1) 50%, rgba(69, 252, 197, 0.91) 100%);
    color: white;
    margin-left: 25px;
    width: 100px !important;
    height: 100%;
    display: inline-block;
    justify-content: center;
    border-radius: 5px;
    
    


}
.uploader-explainaton p {
    display: inline-block;
}

.uploader-explainaton {
display: inline-block;
    color: goldenrod;
    background-color: blue;
    border-radius: 5px;
    width: 120px;
    white-space: nowrap;
    justify-content: center;
    margin-left: 50px;
    padding-left: 3px;
    padding-right: 3px;
    margin-right: 81px;

}

.title-explainaton{
    display: inline-block;
    color: white;
    background-color: black;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    margin-left: 255px;
    margin-right: 180px;
    
    

}

.title-explainaton p {
    color: whitesmoke;
    
}

.download-explainaton {
    background: linear-gradient(90deg,rgba(109, 58, 180, 0.95) 0%, rgba(253, 29, 29, 1) 50%, rgba(69, 252, 197, 0.91) 100%);
    background-clip: text;


    color: transparent;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    align-items: center;
    width: 70px;
    font-size: 0.9rem;
    margin-right: 3px;
    


}

.ads2 {
    gap: 20px;
    width: 100%;
    text-align: center;
    justify-content: center;
    display: flex;
    
}

.ads2-margin {
    margin-top: 20px !important;
}

.ads2-item-margin {
    margin-top: 20px;
}

.magnet-explainaton {
    margin-left: 10px;
    margin-right: 6px;
}
.magnet-explainaton p {

    color: whitesmoke;
   
}



.imdb-explainaton p {
    color: whitesmoke;
    font-size: 0.5rem !important;
    
}


.imdb-explaination { 
    display: flex;
    justify-content: center;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    margin-left: 7px;
    
}

.date-explaination {
    width: 100px;
    margin-left: 7px;
    
}

.date-explaination p {
    
    color: whitesmoke;
}

.fileSize-explaination p {

    color: whitesmoke;
    
    
}

.fileSize-explaination {
    margin-left: 8px;
    margin-right: 8px;
   
}

.seeder-explainaton { 
    margin-left: 12px;
    margin-right: 4px;
    width: 3.5rem;
    display: flex;
    justify-content: center;
    color: white;
    align-items: center;

}

.seeder-explainaton p {
    color:  rgba(69, 252, 197, 0.91)
}

.leecher-explainaton { 
    margin-left: 19px;
    width: 2rem;
    display: flex;
    justify-content: center;
    color: white;
    height: 100%;
    align-items: center;
    font-size: 1.3rem;
}

.leecher-explainaton p {
    color: rgba(255, 0, 0, 0.7);
}




.uploader, .title {

display: flex;
align-items: center;
height: 2rem;
padding-left: 8px !important;
padding-right: 8px !important;


}


.show-uploads > * { 
    
    color: white;
    border-radius: 5px;
    display: inline-block;
    

}

.pagination-download-button { 
    color: white;
    background-color: rgba(69, 252, 197, 0.91);
    text-decoration: none;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
     /* This keeps the tight look you liked */
    padding: 2px 4px; 
    
    /* This makes the clickable area bigger without changing how it looks! */
   
    


}
.pagination-imdb-button {
    color: white;
    text-decoration: none;
    border-radius: 5px;

}



.seeder {
    margin-left: 0.5rem;
    border-left: 1px solid white;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    width: 2.5rem;
    display: flex;
    justify-content: center;
    color: white;
    background-color: rgba(69, 252, 197, 0.91);
    height: 97%;
    align-items: center;
    flex-shrink: 0;
    cursor: default;
}


.leecher {
    margin-left: 0.5rem;
    border-left: 1px solid white;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    width: 2.5rem;
    display: flex;
    justify-content: center;
    color: white;
    background-color: rgba(255, 0, 0, 0.7);
    height: 97%;
    align-items: center;
    flex-shrink: 0;
    cursor: default;
}



.category {
    background: linear-gradient(90deg,rgba(109, 58, 180, 0.95) 0%, rgba(253, 29, 29, 1) 50%, rgba(69, 252, 197, 0.91) 100%);
    color: white;
    margin-left: 10px;
    width: 120px;
    display: flex;
    justify-content: center;
    padding-left: 5px;
    padding-right: 3px;
    
}

ul {
    margin-left: 2svh;
    padding: 0px;
}

.title {
    color: white;
    background-color: black;
    border-radius: 5px;
    width: 600px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; /* Adds the "..." at the end * dont think i need each on the divvs*/ 
    display: flex;
    align-items: center;
    
}




.uploader {
    /* 1. Use Flexbox for centering */
    display: block;
    width: 200px;
    height: 30px; /* Must have a height to center vertically */
    /* 2. Standard Ellipsis Rules */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* 3. The Fix: Force the block behavior inside flex */
    line-height: 30px; /* Match this to your height for vertical centering */
    text-align: center;
    background-color: black;
    color: goldenrod;
    text-align: center !important;
}

.title a, .uploader {
    overflow: hidden;
    text-overflow: ellipsis;
    
}



.time {
    display: inline-block;
    width: 100px;
    font-size: 0.9em;
    transition: all 0.8s ease-out;
    cursor: default;
}

.size {
    transition: all 0.8s ease-out;
    width: 34px !important;
    height: 34px !important;
    font-size: 0.9rem !important;
    cursor: default;
    min-width: 0;      /* Allows the item to shrink smaller than its content */
    flex-shrink: 0;
}

.nav-next-previous-buttons {
    opacity: 0;
    transform: translateY(30px);
    transition: all 1s ease-out;
}

.nav-next-previous-buttons.fade {
    opacity: 1;
    transform: translateY(0px);
}



.nav-previous, .nav-next {
    display: inline-block;
    color: white;
    background-color: blue;
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
    padding: 2.5px;
    
}

.nav-previous:empty, 
.nav-next:empty {
    display: none !important;
}

.nav-middle {
    display: inline-block;
    margin-left: 2.5px;
    margin-right: 2.5px;
}

.nav-next-previous-buttons {
    display: block; /* Takes up full width, margin-left will be from the edge */
    margin-left: 20%;
    width: fit-content; /* Keeps the box tight around the buttons */
    padding: 4px;
}

.chat-flex {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    height: 400px;
}

.chat-text {
    background: linear-gradient(90deg,rgba(109, 58, 180, 0.95) 30%, rgba(253, 29, 29, 1) 50%, rgba(69, 252, 197, 0.91) 100%);
    background-clip: text;
    color: transparent;
    margin-top: 200px;

}

.ads2-chat {
    height: 150px;

}



.h1-greeting {
    text-align: center;
    margin-top: 2.5rem;
    background: linear-gradient(90deg,rgba(109, 58, 180, 0.95) 30%, rgba(253, 29, 29, 1) 50%, rgba(69, 252, 197, 0.91) 100%);
    background-clip: text;
    color: transparent;
     font-family: 'Times New Roman', Times, serif;


}

.h1-greeting-text {
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 30px;
    color: gray;

}

.chat-app {
    background-color: black;
    border-radius: 5px;
    width: 250px;
    height: 50vh;
    margin: 0 auto;

}

.chat-view {
    background-color: white;
    border-radius: 5px;
    width: 80%;
    height: 80%;
    margin: 0 auto;
}

.chat-underView {
    display: flex;
    width: 80%;
    margin: 10px auto 0;

}

.chat-textarea {
    width: 60%;
    height: 5vh;
    resize: none;
}

.empty-field-error p {
    padding: 4px;
}

.nav-about {
    margin-right: 1px;
}



.h1-title-categories {
    opacity: 0;
    transform: translateY(30px);
    transition: all 1s ease-out;
    text-align: center;
    margin-top: 30px;
    background: linear-gradient(90deg,rgba(109, 58, 180, 0.95) 30%, rgba(253, 29, 29, 1) 50%, rgba(69, 252, 197, 0.91) 100%);
    background-clip: text;
    color: transparent;
    font-family: 'Times New Roman', Times, serif;

}

.h1-title-categories.fade {
    opacity: 1;
    transform: translateY(0px);
}

.test {
    margin-left: auto;
}

.nested-top {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    gap: 20px;
}

.uploads-container {
    margin: 10px auto;
    width: clamp(260px, 90vw, 1310px);
    
}

.donation-text {
    margin-top: 10rem;
    text-align: center;
    color: gray;
    padding: 2px;
}

.donation-button {
    width: 5rem;
    color: #ffffff;
    background-color: black;
    border-radius: 25px;
    margin: 0.5rem auto 0;
    display: block;
    cursor: pointer;
    
}

.up{
    display: inline-block;
    
    

}

#description, #title {
    width: 98%;
}


.rss-button {
    
    color:  rgba(69, 252, 197, 0.91);
    background-color: black;
    border-radius: 25px;
    cursor: pointer;
    position: relative;
    bottom: 3px;
    transition: all 0.3s ease-out;
    border: 1px solid gray;
    padding: 0 6px;
    


}

.top-bar-rss-button {
    margin-right: 3px;
}

.dark-light-mode {
    position: relative;
    cursor: pointer;
    top: 2px;
    right: 1px;
   
   
    
}
html.dark-mode .dark-light-mode {
    top: 4px;
   

}

.single-explaination {
    display: flex;
    width: 100%;

}
.single-explaination-container {
    display: flex;
    width: 100%;
    
}


.single-torrent-display {
    display: grid; 
    padding: 5px;
    grid-template-columns: 100%;
    width: 420px;
    border-radius: 5px;
    margin: 10px auto 0;
    grid-auto-flow: row;

}

.single-torrent-title { 
    text-align: center;
    margin: 50px auto 0;
    overflow-wrap: break-word;
    padding: 2px;
    color: rgb(25, 24, 24);
    opacity: 0;
    transform: translateY(0px) !important;
    transition: all 0.3s ease-in;
}

.single-torrent-title.fade {
    opacity: 1 !important;
    transform: translateY(0px) !important;
}

.single-torrent-description {
   text-align: start;
   padding: 4px !important;
   color: rgb(68, 68, 83);
   transition: color 0.8s ease-in;
}

html.dark-mode .single-torrent-description {
    color: rgb(200, 201, 200);
}

.single-torrent-info-block button {
    color: white;
    background-color: rgb(222, 0, 0);
    border-radius: 5px;
    border: 1px solid white;
}

.single-torrent-seeders-display { 
    background-color: lightgreen;
    color: white;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}

.single-torrent-leechers-display {
    background-color: red;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    
}

.single-torrent-picture {
    border-radius: 5px;
    width: 100%;
    margin-bottom: 10px;
    opacity: 0;
    transition: all 0.3s ease-in;
}

.single-torrent-picture.fade {
    opacity: 1 !important;
    
}

.single-torrent-title {

    margin-bottom: 0px;
}

.single-torrent-info-block {
    margin: 0 auto 20px;
    width: 100%;
    border-radius: 5px;
    overflow-wrap: break-word;
    background-color: whitesmoke;
    opacity: 0;
    transform: translateY(-80px) !important;
    transition: all 0.3s ease-in;
   
}

.single-torrent-info-block.fade {
    opacity: 1;
    transform: translateY(0px) !important;
}

.single-torrent-imdb img { 
    margin-top: 0px;
    width: 50px;
}

.single-torrent-magnet { 
      width: 50px;

}

.single-torrent-download-button .download {  
    width: 50px;
}

.upper-bar-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding-top: 4px;
}

.seeders-leechers-filesize { 
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 5px;
    padding: 4px;
}

.single-torrent-filesize {
    padding-left: 10px;
    padding-right: 10px;
    background-color: black;
    color: white;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.grid-wrapper {
    display: grid;
    grid-auto-flow: row;
}

aside {
    margin-top: 50px;
    background: linear-gradient(90deg,rgba(109, 58, 180, 0.95) 0%, rgba(253, 29, 29, 1) 0%, rgba(69, 252, 197, 0.91) 100%);
    border-top: 1px solid rgb(0, 200, 255);
    border-bottom: 1px solid rgb(0, 200, 255);
}



.h {
    margin-top: 20px;
}



.recents-first-text {
    color: white;
    text-align: center;
    margin-bottom: 60px;
}

.sidebar-recents h1 {
    text-align: center;
}



.categories-home-h1 {
    opacity: 0;
    transform: translateY(30px);
    transition: all 1s ease-out;
    background: linear-gradient(90deg,rgba(109, 58, 180, 0.95) 30%, rgba(253, 29, 29, 1) 50%, rgba(69, 252, 197, 0.91) 100%);
    background-clip: text;
    color: transparent;
    text-align: center;
    margin-bottom: 0;
    
}

.categories-home-h1.fade {

transform: translateY(0px);
opacity: 1;

}

.p-under-categories-home-h1 {
    color: gray;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 1s ease-out;
}

.p-under-categories-home-h1.fade {
    transform: translateY(0px);
    opacity: 1;

}

    
.h1-faq {
    color: white;
    font-family: 'roboto', sans-serif;
    background: linear-gradient(90deg,rgba(109, 58, 180, 0.95) 30%, rgba(253, 29, 29, 1) 50%, rgba(69, 252, 197, 0.91) 100%);
    margin-bottom: 20px;

}

.underh1-faq {
    text-align: center;
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 50px;
 
}

html.dark-mode .underh1-faq {
    color: gray;
}

.home-load-more-categories {
    opacity: 0;
    transform: translateY(30px);
    color: white;
    background-color: rgba(69, 252, 197, 0.91);
    padding: 4px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin: 20px auto 25px;
    display: block;
    width: 150px;
    transition: all 1s ease-out;
}

.home-load-more-categories:hover {
    background-color: rgb(2, 216, 235);
}

.home-load-more-categories.fade {
    transform: translateY(0px);
    opacity: 1;

}


.faq-grid {
    display: grid;
    width: 70%;
    margin: 0 auto;
    justify-items: start;
    grid-template-rows: repeat(6, 40px, 0.5fr);

}

.faq-question {
    background-color: rgba(10, 248, 240, 0.771);
    border-radius: 5px;
    display: grid;
    justify-items: center;
    align-items: center;
    margin-bottom: 5px;
    padding: 5px;
    color: white;
   
    
}


.faq-answer {
    background-color: rgba(8, 246, 155, 0.962);
    border-radius: 5px;
    display: grid;
    justify-items: center;
    align-items: center;
    margin-bottom: 10px;
    width: 100%;

}



.donate-h1 {
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center;
    background: linear-gradient(90deg,rgba(109, 58, 180, 0.95) 30%, rgba(253, 29, 29, 1) 50%, rgba(69, 252, 197, 0.91) 100%);
    color: transparent;
    background-clip: text;
}

.donate-grid {
    display: grid;
    margin: 0 auto 0;
    grid-template-columns: repeat(3, 400px);
    grid-template-rows: repeat(2, 110px);
    gap: 10px;
    border-radius: 5px;
    width: 1220px;


    
}


.donate-grid-fade {
    display: grid;
    margin: 0 auto 0;
    grid-template-columns: repeat(3, 400px);
    grid-template-rows: repeat(2, 110px);
    gap: 10px;
    border-radius: 5px;
    width: 1220px;
    opacity: 0;
    transition: all 1s ease-out;


    
}


.donate-box {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 100px 300px;
    border-radius: 5px;
    background: linear-gradient(90deg,rgba(10, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 21%, rgba(0, 212, 255, 1) 100%);
    border: 1px solid white;
    cursor: pointer;
    width: 100%;
    transition: all 1.5s ease-in-out;
}

.donate-grid div img {
    width: 100px;
}

.donate-grid-fade div img {
    width: 100px;
}

.donate-grid div h4 {
    margin-top: 0;
    text-align: center;
    color: white;
    overflow-wrap: break-word;
    margin-left: 10px;
    margin-right: 10px;
    padding: 2px;
}

.donate-grid-fade div h4 {
    margin-top: 0;
    text-align: center;
    color: white;
    overflow-wrap: break-word;
    margin-left: 10px;
    margin-right: 10px;
    padding: 2px;
}

.monero-address {
    font-size: 0.8rem !important;
}

.donate-fade {

    opacity: 0;

}

.title-container input  {

    width: 450px;
    height: 1.2rem;

}

.description-container input  {

    width: 450px;
    height: 1.2rem;

}


.imdblink-container input  {

    width: 200px;
    height: 1.2rem;

}

.upload-tos {
    border-radius: 5px;
    background: linear-gradient(90deg,rgba(43, 8, 132, 0.559) 0%, rgba(9, 9, 121, 1) 21%, rgba(0, 212, 255, 1) 100%) !important;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.5s ease-out;
    padding: 10px;
    
}

.upload-rules p {
    color: rgba(64, 64, 62, 0.806) !important;
}

.upload-tos h1{ 
    text-align: center;
    margin-bottom: 15px;
    font-size: 20px;
}

.upload-tos p {
    
    color: white;
}

.upload-tos.fade {

    opacity: 1 !important;
    transform: translateY(0px);

}

.empty-field-error {
    opacity: 0;
    transition: all 0.5s ease-in-out;
}


.empty-field-error p {
    color: rgb(255, 56, 56)
}


.upload-input-container input {
    width: 300px;
}

.upload-input-image-container input {
    width: 300px;
}

.top-bar-donation {
    display: none;
    position: relative;
    bottom: 3px;
    margin-left: 3px;
    
    
}

footer {
    margin-top: 60px;
   background: linear-gradient(90deg,rgba(10, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 21%, rgba(0, 212, 255, 1) 100%);
   margin-bottom: 10px;
   text-align: center;
}

.h1-upload-faq-transition {
    margin-top: 200px;
}

.footer-contact-h3 {
    margin-top: 20px;
    text-align: center;
    color: white;
    font-size: 22px;
}

.contact-flex {

    display: flex;
    margin: 10px auto;
    border-top: 1px solid white;
    justify-content: center;

}

.contact-image {
    width: 150px;
    border-radius: 5px;
    background-color: white;
    padding: 4px;
    cursor: pointer;
    margin-right: 10px;
}

.email {
    width: 30px;
}


.search-results {

    background: linear-gradient(90deg,rgba(10, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 21%, rgba(0, 212, 255, 1) 100%);
    border-radius: 5px;
    color: white;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
    margin-top: 30px;

}

.searchbox-category select {
    margin-bottom: 10px;
    height: 20px;
    border: 1px solid rgb(14, 225, 193);
    border-radius: 5px;
}

.search-for-torrents-p {
    display: inline-block;
    margin-right: 85px;
}

.search-category-p {
    display: inline-block;
    margin-right: 30px;
}


.ads {
    width: clamp(325px, 100vw, 520px);
    gap: 40px;
    margin: 0 auto 20px;
    justify-content: center;
    padding: 5px;
    display: flex;

}

.ads video {
    border-radius: 5px;
    margin: 0 auto;
    cursor: pointer;
}

.ads-faq {
    margin-top: 30px;
}





form {
   
    pointer-events: none;

    opacity: 0;
    filter: none;
    position: absolute;
    z-index: 1;
    top: 60px;
    width: 100%;
    text-align: start !important;


    opacity: 0;
    filter: none;
    position: absolute;
    z-index: 1;
    top: 60px;
    width: 100%;
    text-align: start !important;

    



}




.contact-torrentsurf {
    filter: none;
    position: relative;
    z-index: 1;
    background: linear-gradient(90deg,rgba(10, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 21%, rgba(0, 212, 255, 1) 100%);
    width: 350px;
    border-radius: 5px;
    margin: 0 auto;
   
    
    

}

.contact-torrentsurf img {
    margin-left: auto;
    display: block;
    cursor: pointer;
}

.contact-torrentsurf-div {
    margin: 0 auto;
    width: 100%;
    
}

.contact-torrentsurf-div h2 {
    color: white;
    border-radius: 25px;
    background: linear-gradient(90deg,rgba(10, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 21%, rgba(0, 212, 255, 1) 100%);
    padding: 1px;
    text-align: center;

}

.contact-torrentsurf-div p {
     color: white;
     border-radius: 5px;
     background-color: rgba(69, 249, 252, 0.91);
     padding: 4px;
     display: inline-block;
     margin-left: 10px;
     margin-bottom: 17px;

}

.contact-torrentsurf-div input {
    display: block;
    margin-left: 10px;
    height: 20px;
    margin-bottom: 17px;
    border-radius: 5px;

}

.contact-torrentsurf-div select {
    display: block;
    margin-left: 10px;
    margin-bottom: 15px;
    height: 20px;
    border-radius: 5px;


}

.contact-torrentsurf-div textarea {
    display: block;
    margin-left: 10px;
    margin-bottom: 15px;
    width: 80%;
    height: 100px;
    border-radius: 5px;

}

.contact-torrentsurf-checkbox-tos { 
    display: block !important;
    width: 20px !important;
    border-radius: 5px;
    margin-bottom: 15px;
    margin-left: 10px;
    

}

.contact-torrentsurf-checkbox-newsletter {
    display: block !important;
    width: 20px !important;
    border-radius: 5px;
    margin-bottom: 15px;
    margin-left: 10px;
}

.contact-torrentsurf-div span {
    color: red;
    margin-left: 5px;
}

.text-tos { 
    display: inline-block !important;
    height: 20px !important;
   margin-bottom: 0px !important;
    background-color: transparent !important;
    margin-left: 7px !important;
}

.text-newsletter {
     display: inline-block !important;
    height: 20px !important;
   margin-bottom: 0px !important;
    background-color: transparent !important;
    margin-left: 5px !important;
}

.newline-checkbox {
    display: block;
}

.contact-submit-button {
   color: white;
     border-radius: 5px;
     background-color:  rgba(149, 195, 181, 0.91);
     padding: 4px;
     display: inline-block;
     margin-left: 10px;
     margin-bottom: 17px;
     font-size: 1rem !important;
     

}


.upload-home-button {
    position: relative;
    z-index: 1;
    bottom: 2255px;
    right: 300px;
}

.report-div {
    display: none;
}

.report-button {
    border: none !important;
   
}

.home-button {
    margin: 25px auto 0;
    background-color: black;
    color: white;
    border-radius: 5px;
    font-size: 1.5rem;
    display: none;
}

.home-button img {
    margin-right: 5px;
}



.banner-bar-background-img {
    
    height: 125px;
}

.banner-logo {
    z-index: 2;
    position: relative;
    top: 150px;
    left: 180px;
    display: inline;
}

.torrentsurf-logo {
    width: 200px;
    margin: 0 auto;
    display: block
}

.ads-item {
    margin-top: 60px;
}

.upload-condition {
    margin-top: 70px !important;
    background: linear-gradient(90deg,rgba(10, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 21%, rgba(0, 212, 255, 1) 100%) !important;
    color: white !important;
    border: 1px solid rgba(69, 252, 197, 0.91) !important;
    padding: 4px !important;
    height: 120px !important;
    width: 110px !important;
}

.home-upload-button {
    display: block !important;
    margin: 20px auto;
    background-color: black;
    color: white;
    border-radius: 5px;
    font-size: 1.5rem;
    
}

.spa-donation-text {
    margin-top: 2rem;
}

.about-banner {
    height: 320px !important;
    width: clamp(360px, 100vw, 100%) !important;
}

.about-banner-bar {
    margin-top: 100px;
}

.footer-trustTheShark {
    color: rgba(69, 249, 252, 0.91);
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 10px;
}



.faq-fade {
    opacity: 0;
    transition: all 0.36s ease-in;

}

.contact-error-field {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    border-radius: 5px;
    padding: 3px;
    margin-left: 10px;
    margin-bottom: 20px;
}

.contactFormTosUnderline {
    color: rgba(69, 249, 252, 0.91);
    text-decoration: underline;
    margin-left: 4px;
    margin-right: 4px;
}

#contact-widget {
    display: block;
    margin-left: 10px;
}

#upload-widget {
    opacity: 1;
    transition: all 0.3s ease-in-out;
    display: block;
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: 10px;
    border: none;
}

.uploadedAt {
    background: linear-gradient(90deg,rgba(10, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 21%, rgba(0, 212, 255, 1) 100%);
    color: whitesmoke;
    text-align: center;
    font-size: 1.3rem;
    border-radius: 5px;
    margin-top: 10px;
    

}

.uploaded-by {
    border-radius: 5px;
    color: whitesmoke;
    background: linear-gradient(90deg,rgba(10, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 21%, rgba(0, 212, 255, 1) 100%);
    
}

.noshow {
    background-color: lightblue;
    padding: 1px;
    border-radius: 5px;
    background: linear-gradient(90deg,rgba(109, 58, 180, 0.95) 30%, rgba(253, 29, 29, 1) 50%, rgba(69, 252, 197, 0.91) 100%);
    color: whitesmoke;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
    font-size: 15px;
}

.noshow.fade {
    opacity: 1 !important;
    transform: translateY(0px);
}

.about-body {
    background: linear-gradient(90deg,rgba(10, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 21%, rgba(0, 212, 255, 1) 100%) !important;
    
}

.about-body .about-text {
    text-align: center;
    color: white;
    margin-top: 300px;

}

.footer-disclaimer {
    color: rgb(228, 219, 219);
    margin-bottom: 5px;

}

.contact-torrentsurf-checkbox-tos {
    cursor: pointer;
}

.uploader-href {
    cursor: pointer !important;
}




.middle-buttons {
    margin-left: 2px !important;
    margin-right: 2px !important;
    
}


   
@media (max-width: 862px ) {
     .time, .uploader {
        display: none;
    }

    .show-uploads {
        gap: 5px;
    }
}

@media (max-width: 588px) {
    .show-uploads a img, .category { 
        display: none;
        
    }

}

@media (max-width: 475px) {
    .size {
        display: none;
    }
}

@media (max-width: 1230px) {
    .donate-grid, .donate-grid-fade {
        grid-auto-flow: row;
        grid-template-columns: 360px;
        justify-content: center;
        
        width: clamp(260px, 90vw, 1310px);
    }
    .donate-grid-fade {
        width: 360px;

    }

     .donate-grid div img, .donate-grid-fade div img  {
        width: 70px;
     }

     .donate-box {

        grid-template-columns: 90px 270px;

     }
}

@media (max-width: 382px) {

     .donate-grid {

        grid-template-columns: 341px;
        width: 341px;
        


}
    .donate-address h4 {
        margin-left: 0px !important;
        margin-right: 25px !important;
    }    

    .donate-grid-fade {
        margin-bottom: 40px;
    }
}

 @media (max-width: 1460px) {
    .uploads-explaination {
        display: none;
    }
 }

 @media (max-width: 1292px) {
  
 }


  @media (max-width: 507px) {
    .search-div {
        width: 360px;

    }

    .search-div input {
        width: 140px;
        
    }
    
.searchbox-category select {
        width: 80px;
    }

    .search-div button {
        width: 90px;
    }
    .search-for-torrents-p {
        margin-right: 20px !important;
     }

  }

  @media (max-width: 1669px) {
     .title-container input {

     width: 90%
     }

     .description-container input {
        width: 90%
     }

     
     }

     @media (max-width: 1114px) {
       .whole-post-div {
        
        
        margin-right: 350px !important;
       } }

       @media (max-width: 804px) {
        .whole-post-div {
            
        width: 80%;
        margin-left: 20px !important;
        }
        
       }

       @media (max-width: 780px) {
        .whole-post-div {
            margin-left: 0px !important;
        }

       }

       @media (max-width: 753px) {
        .whole-post-div {
            grid-auto-flow: row;
            grid-template-columns: 360px;

       }

       .upload-tos {
        margin-left: 10px;
       }
    }

        @media (max-width: 449px) {
        .whole-post-div {
            width: 360px;
        }}

       @media (max-width: 594px) {
        .ads {
            gap: 20px;
            
        }

        .ads { 
            width: 90%;
        }
       }


       @media (max-width: 600px) {
       .single-torrent-display {
       width: 90%;

       } }

       @media (max-width: 1570px) {
         .nav-next-previous-buttons {
            margin-left: 10%
           } }




/*
@media (min-width: 613px) {
  .search-div {
    max-width: 25%;
    
  }
}  

@media (max-width: 236px) {
    .search-div {
        right: 60px;
    }

    
  }
  /*

  