* {
    font-family: 'Arial', sans-serif; /* Mengatur font untuk semua elemen */
    color: #ffffff; /* Mengatur warna teks default */
    box-sizing: border-box; /* Mengatur box-sizing untuk semua elemen */
    font-size: 13px;
}

body {
    background: #18181a;
    font-size: 16px;
    margin: 5px;
    text-align: center;
}

.player {
    margin: 0 auto;
    height: 100%;
    position: relative;
}

.background {
    background: #111010;
    display: inline-block;
}

.background_1 {
    background: #1b1b1e;
    display: inline-block;
    min-height: 640px;
    margin-top: 30px;
}

.videos_ {
    background: #262626;
    color: #babbbf;
    padding: 3px;
    border: none;
    position: absolute;
    right: 7px;
}

.header {
    padding: 0 0 0px 0;
}

.videos {
    left: 7px;
    position: absolute;
    max-width: 40px;
    opacity: 0.4;
    background: #796d6d;
    color: #d7dbdf;
}

.time {
    position: absolute;
    top: 0;
    color: #aebdd0;
    background: #1b1e1d;
    padding: 2px;
    right: 0;
}

.block_select {
    position: relative;
    display: block;
    margin-bottom: 5px;
}

select {
    margin: 5px;
    padding: 5px;
    color: #8a8a97;
    border: none;
    width: 100px;
    background: #1e1e1e;
}

.slash > a {
    color: #cacaca;
}

.slash {
    text-align: left;
    padding: 10px;
}

.srchfrm {
    margin-bottom: 5px;
}

a {
    text-decoration: none;
    color: #fffbfb;
}

.player_block {
    background: #1a1717;
    padding: 5px;
    height: 360px;
}

.not_found {
    padding: 5px;
    background: #171717;
    height: 960px;
    max-width: 640px;
    margin: 0 auto;
}

.switch_src {
    padding: 5px;
    border: 1px solid #8e8e8e;
    margin: 5px 0 5px 0;
}

.title {
    padding: 5px;
    background: #1a1c1e;
    color: #88989d;
    text-align: left;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.title_1 {
    background: #1e1f20;
    padding: 5px;
    margin-bottom: 5px;
}

.title_1 > span {
    color: #c4d4dd;
}

.image {
    position: relative;
    width: 320px;
    height: 240px;
    margin-bottom: 35px;
    background: #111213;
}

.image > a {
    height: 240px;
    display: block;
}

.image > a > img {
    width: auto;
    height: auto;
    min-width: 100px;
    min-height: 100px;
    max-width: 320px;
    max-height: 240px;
}

.image > span {
    position: relative;
    color: #cbcfdd;
    width: 310px;
    max-height: 50px;
    overflow: hidden;
    background: #1a1b1e;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    margin: 5px 0 5px 0;
    padding: 5px;
}

.pages {
    background: #1c1d1e;
    padding: 5px 0;
}

.pagination {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    list-style: none;
}

.pagination > li {
    margin: 0 5px;
}

.pagination > li > a {
    display: block;
    padding: 8px 16px;
    color: #fff;
    background-color: #444;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}

.pagination > li > a:hover {
    background-color: #0056b3;
    color: #fff;
}

.pagination > .active > a {
    background-color: #007bff;
    color: white;
}

.pagination > .disabled > a {
    background-color: #555;
    pointer-events: none;
    color: #ccc;
    opacity: 0.6;
}

.view {
    display: inline-block;
    margin: 5px;
 
}

.footer {
    background: #0f1213;
    padding: 5px;
    height: 25px;
    margin: 5px 0;
}

.srch_inp, .srchbtn {
    height: 35px;
    border: none;
    padding: 0 5px;
    vertical-align: middle;
}

.srch_inp {
    width: 88%;
    background: #1d1e20;
    color: #a2abb5;
    margin-top: 10px;
    max-width: 960px;
}

.srchbtn {
    width: 30px;
    background-color: #1d1e20;
    margin-top: 10px;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

.srchbtn:hover {
    background-color: #222428;
}

@media screen and (max-width: 340px) {
    .background, .background_1 {
        width: 100%;
    }

    .view, .image > span {
        width: 95%;
    }

    .image {
        width: 100%;
        height: 100%;
        margin-bottom: auto;
    }

    .image > a {
        height: auto;
    }

    .image > a > img {
        max-width: 100%;
    }
}

.download_button, .download-btn {
    background-color: #ff9900;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
}

.download_button:hover, .download-btn:hover {
    background-color: #ff9900;
}

.save {
    background-color: #4CAF50;
}

.checkmark {
    display: none;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #4CAF50;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.checkmark:after {
    content: '';
    position: absolute;
    left: 35px;
    top: 15px;
    width: 22px;
    height: 45px;
    border: solid white;
    border-width: 0 10px 10px 0;
    transform: rotate(45deg);
}

.show-checkmark {
    display: block;
    opacity: 1;
}

.fade-in {
    opacity: 0;
    transition: opacity 0.5s ease-in;
}

.fade-in.visible {
    opacity: 1;
}
h1, h2 {
    position: relative;
    color: #cbcfdd;
    width: 310px;
    max-height: 50px;
    overflow: hidden;
    background: #1a1b1e;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    margin: 5px 0 5px 0;
    padding: 5px;
}