@font-face {
    font-family: 'Avenir';
    src: url('/assets/theme/font/Avenir.ttc') format('truetype-collection');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Misto';
    src: url('/assets/theme/font/Misto.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Lato', sans-serif;
}


.f-misto {
    font-family: 'Misto', sans-serif;
}

.f-avenir {
    font-family: 'Avenir', sans-serif;
}

.f-lato {
    font-family: 'Lato', sans-serif;
}

.bg-black {
    background: #000;
}


.bg-yellow {
    background: #d7fa5e !important;
    color: #000 !important;
}

.text-yellow:hover {
    color: #829738 !important;
    text-decoration: none;
    cursor: pointer;
}

.bg-yellowlow {
    background: #829738 !important;
    color: #4f5d20 !important;
}

#myProgress {
    width: 100%;
    background-color: #677143;
    cursor: pointer;
    border-radius: 10px;
}

#myBar {
    width: 0%;
    height: 5px;
    background-color: #D7FA5E;
    border-radius: 10px;
}

.logo {
    fill: red;
}

.btn-action {
    cursor: pointer;
    padding-top: 10px;
    width: 30px;
}

.btn-ctn,
.infos-ctn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
}


.btn-ctn>div {
    padding: 5px;
    margin-top: 15px;
}

.infos-ctn>div {
    /* margin-bottom: 8px; */
    color: #D7FA5E;
}

.first-btn {
    margin-left: 3px;
}

.duration {
    margin-left: 10px;
}

.title {
    /* margin-left: 10px; */
    width: 250px;
    text-align: center;
}

.player-ctn {
    border-radius: 15px;
    width: 100%;
    /* padding: 10px; */
    background-color: #000;
    margin: auto;
    margin-top: 30px;
    /* border: 2px solid; */
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%; */
    border: 2px solid #D7FA5E;
    border-color: #D7FA5E;

}


.playlist-track-ctn {
    display: flex;
    background-color: #3c3c3c;
    margin-top: 3px;
    border-radius: 5px;
    cursor: pointer;
    background: #000000;
    /* color: #D7FA5E !important; */
    font-weight: bold;
    height: 45px;
    align-items: center;
    font-size: small;
}


.playlist-track-ctn>div {
    margin: 10px;
}

.playlist-info-track {
    width: 80%;
    border-bottom: 2px solid #474747;
    border-bottom-width: thin;
    color: #474747;
}

.playlist-info-track,
.playlist-duration {
    padding-top: 7px;
    padding-bottom: 7px;
    color: #ffff4087;
    font-size: 14px;
    pointer-events: none;
}

.playlist-ctn {
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: auto;
    max-height: 400px;
    color: #ffff4087;

}

.active-track {
    background: #000000;
    color: #D7FA5E !important;
    font-weight: bold;
    height: 45px;
    align-items: center;
    font-size: small;

}

.active-track>.playlist-info-track,
.active-track>.playlist-duration,
.active-track>.playlist-btn-play {
    color: #D7FA5E !important;
}


.playlist-btn-play {
    pointer-events: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

.fas {
    color: #D7FA5E;
    font-size: 20px;
}

.logo-player {
    border-right: 1px solid #D7FA5E;
}

.svg-fill {
    fill: #D7FA5E;
}

.text-yellow {
    color: #D7FA5E;
}


/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
    position: fixed;
    top: 70%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    z-index: 100;
    background: #3b3b3b;
    /* border: 1px solid #D7FA5E; */
    border-radius: 0px;
    padding: 20px 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 5px;
    transition: all 0.3s ease;
    color: #D7FA5E;
    font-size: 20px;
    padding: 5px 10px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
    background-color: #000;
}

#backToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 50px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    background: url()
}

#backToTop:hover {
    background-color: #555;
}

.canclick {
    cursor: pointer;
}

.canclick:hover {
    opacity: 0.5;
}



.watch-container {
    position: relative;
    width: 100%;
    max-width: 800px;
    background-color: #D7FA5E;
    border-radius: 10px;
    padding: 5px;
    text-align: center;
    margin: 25px 0px;
}

.watch-thumbnail {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
    background-color: #000;
    /* background-image: url('video-thumbnail.jpg'); */
    /* Replace with your thumbnail image */
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}

.watch-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: #D7FA5E;
    cursor: pointer;
}

.watch-title {
    margin-top: 20px;
    font-size: 24px;
    font-weight: bold;
}

.watch-description {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.5;
}

.watch-cta {
    margin-top: 20px;
    font-size: 18px;
    color: #D7FA5E;
    text-decoration: none;
}

.watch-cta:hover {
    text-decoration: underline;
}


.watch-button iframe {
    width: 320px;
    height: 180px;
    /* Minimum width on desktop */
}

@media (min-width: 1024px) {
    .watch-button iframe {
        width: 710px;
        height: 400px;
    }

    .home-more-tonton {
        position: relative;
        top: 13.5pc;
        font-size: 23px;
        right: -11pc;
    }

    .ternize {
        border-left: 10px solid #D7FB5D;
    }

}



.profile-container {
    display: flex;
    align-items: center;
}

.profile-pic {
    width: 40%;
    align-items: flex-start;
    justify-content: flex-start;
    height: 100%;
}

.profile-pic img {
    width: 100%;
    border-radius: 10px;
}

.profile-info {
    padding: 20px;
    margin-left: 20px;
    position: relative;
    min-height: 450px;
    position: relative;
    background-color: #B7B7B7;
    max-width: 480px;
    /* max-height: 460px; */
    align-items: flex-start;
    justify-content: flex-start;
    height: 100%;
}

.profile-info::before {
    content: '';
    position: absolute;
    top: -25px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #d6d6d6;
    border-radius: 10px;
    z-index: 1;
    background: url('../theme/bg/top_detail.png');
    background-repeat: no-repeat;
}

.profile-info::after {
    content: '';
    position: absolute;
    top: calc(100% + -30px);
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #d6d6d6;
    border-radius: 10px;
    z-index: 1;
    background: url('../theme/bg/bottom_detail.png');
    background-repeat: no-repeat;
}

.profile-info h2 {
    margin-top: 0;
    color: #666;
}

.profile-info p {
    margin: 5px 0;
    color: #333;
}

.profile-info .label {
    font-weight: bold;
}


.nav-link .dropdown-toggle .active {
    color: #D7FB5D;
}
