@import url('https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');

.space-mono-regular {
    font-family: "Space Mono", monospace;
    font-weight: 400;
    font-style: normal;
}

.space-mono-bold {
    font-family: "Space Mono", monospace;
    font-weight: 700;
    font-style: normal;
}

.space-mono-regular-italic {
    font-family: "Space Mono", monospace;
    font-weight: 400;
    font-style: italic;
}

.space-mono-bold-italic {
    font-family: "Space Mono", monospace;
    font-weight: 700;
    font-style: italic;
}



body {
    font-family: "Space Mono", monospace;
    background-color: #000000;
    color: white;
}

.container {
    padding-bottom: 50px;
}


a {
    color: white;
}



.clip {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 10px;
}

h3 {
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

video {
    width: 100%;
    height: auto;
}


header {
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-video {
    width: 150px;
    height: auto;
}


.navbar {
    margin-bottom: 20px;
    justify-content: center;
}


.nav-link:hover {
    color: #fff !important;
}


.container {
    padding-bottom: 50px;
}

a {
    color: white;
}

.clip {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 10px;
}

h3 {
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

video {
    width: 100%;
    height: auto;
}

header {
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-video {
    width: 150px;
    height: auto;
}

.navbar {
    margin-bottom: 20px;
    justify-content: center;
}

.nav-link:hover {
    color: #fff !important;
}

/* Custom styles for login page */
/* Custom styles for login and register pages */
.card {
    border-radius: 15px;
}

.card-header {
    background-color: #343a40;
    border-bottom: 1px solid #444;
}

.card-body {
    background-color: #2d2d2d;
}

.card-footer {
    background-color: #343a40;
}

.alert-danger {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.streamer-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.streamer-name {
    flex: 1;
}

.views-count {
    flex: 0;
}


.watched {
    position: relative;
}


.watched::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(249, 202, 0, 0.2);
    z-index: 1;
    pointer-events: none;
    /* This allows clicks to pass through the overlay */
}

.clip {
    position: relative;
    overflow: hidden;
}

.clip img {
    display: block;
    z-index: 0;
    /* Ensure the image is below the overlay */
}

.clip .streamer-info {
    position: relative;
    z-index: 2;
}

.clip h3 {
    position: relative;
    z-index: 2;
}

.header-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.header-logo img {
    max-width: 100%;
    height: auto;
    max-height: 100px;
    /* Adjust as needed */
}


.nav-link {
    box-sizing: border-box;
    cursor: pointer;
    margin-right: 5px;
    display: inline-block;
    text-align: center;
    word-break: break-word;
    background-color: #F9CA00;
    border-style: none;
    border-width: 0px;
    border-radius: 7px;
    color: white !important;
    font-family: inherit;
    font-style: normal;
    font-weight: 500;
    line-height: inherit;
    padding-top: 0.6rem;
    padding-right: 1rem;
    padding-bottom: 0.6rem;
    padding-left: 1rem;
    text-decoration: none;
}