@import url("forprint.css") print;

img {
    margin-top: 10px;
}

.ckep {
    margin-top: 0px;
    width: 100vw;
    height: 70vh;
    filter: brightness(40%);
}

.my-thumbnail:hover {
    transition: filter 0.3s ease;
    filter: brightness(75%);
}

h1,
h2 {
    padding: 10px;
}

h3 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.print-only {
    display: none;
}

.navbar {
    background-color: rgb(20, 20, 20);
    border-radius: 1rem;
}

.custom-navbar .nav-link {
    color: rgba(255, 255, 255, 0.8);
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;
}

.custom-navbar .nav-link:hover {
    color: #ffc107;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 0.5rem;
}

.custom-navbar .nav-link.active {
    color: #212529 !important;
    background-color: #ffc107;
    font-weight: 600;
    border-radius: 0.5rem;
}

main .container {
    background: linear-gradient(to right, #000000, #212529) !important;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

footer {
    background: linear-gradient(to bottom, #000000, #212529) !important;
}

header {
    background-color: #212529;
}

p,
li,
legend,
label,
tr,
th,
table caption {
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em;
    margin-left: 2px;
}

summary, details {
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 0.9em;
}

figcaption {
    color: rgb(169, 169, 169);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 1em;
}

/*
  hr{
    color: white !important;
    height: 3px;
    background-color: white !important;
    opacity: 100% !important;
  }
*/

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #ffc107 !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-left: 2px;
}

.carousel-header {
    color: white !important;
}

.carousel {
    padding: 0px 0px 0px 0px !important;
}

section {
    margin-bottom: 0px;
}

body {
    background-image: url(kepek/bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.streaming-lista {
    list-style: none;
    padding: 0;
}

.streaming-lista li {
    display: flex;
    align-items: center;
    gap: 1em;
    margin-bottom: 1em;
}

.streaming-lista img.streaming {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 8px;
    border: 2px solid white;
}

.info {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

main a,
footer a {
    color: #00e5ff !important;
}

main a:hover,
footer a:hover {
    color: #00d3d3 !important;
}

main a:visited,
footer a:visited {
    color: #008c87 !important;
}

.extra-space {
    height: 11rem;
}

table{
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background-color: #2a2d32;
    color: white;
    border-radius: 0.5em;
    overflow: hidden;
}

caption {
    caption-side: bottom;
    padding: 1em;
    font-size: 1.3em;
}

th {
    background-color: #444950;
    color: #FFCF42;
    text-align: left;
    padding: 0.8em !important;
    border: 1px solid #555 !important;
}

td {
    padding: 0.8em;
    border: 1px solid #3a3d42 !important;
}

tr:hover {
    background-color: #3a3d42;
}