.premium-label {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(255, 0, 0, 0.8);
    color: white;
    padding: 5px;
    font-weight: bold;
    font-size: 9px;
    border-radius: 9px 0px 12px 0px;
    opacity: 100 !important;
}

.video-duration {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 3px 5px;
    font-size: 10px;
    border-radius: 10px 0px 8px 1px;
    z-index: 1;
    opacity: 100 !important;
    font-weight: bold;
}


.tag_section {
    margin-bottom: 10px;
}

.tag-button {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    margin: 5px 5px 0 0;
    transition: background-color 0.3s ease;
}

.tag-button:hover {
    opacity: 0.8;
}

a.tag-button {
    color: #625656;
}

img {
    border-radius: 9px;
}

li.video.normal_thumbs {
    border-radius: 9px;
}




.pagination {
        display: flex;
        justify-content: center;
        align-items: center;
        list-style-type: none;
        padding: 0;
        margin: 20px 0;
    }

    .pagination li {
        margin: 0 5px;
    }

    .pagination li a {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0px 0px;
        font-size: 13px;
        font-weight: 500;
        color: #ffffff;
        background-color: #333333;
        border-radius: 4px;
        text-decoration: none;
        transition: all 0.3s ease;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
        position: relative;
        overflow: hidden;
        min-width: 30px;
        text-align: center;
    }

    .pagination li a:hover {
        background-color: #444444;
        transform: translateY(-2px);
        box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    }

    .pagination li a:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 200%;
        height: 200%;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 50%;
        transform: translate(-50%, -50%) scale(0);
        transition: transform 0.3s ease;
    }

    .pagination li a:hover:before {
        transform: translate(-50%, -50%) scale(1);
    }

    .pagination li a.current {
        background-color: #000000;
        color: #ffffff;
        font-weight: bold;
        cursor: default;
        box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
    }


span.playIcon {
    border-radius: 9px;
}
em {
	 border-radius: 9px;
}

.page-jump-form {
    display: flex
;
    justify-content: center;
    margin-bottom: 20px;
    background-color: #333333;
    padding: 10px;
    border-radius: 5px;
    color: white;
    width: 93%;
}

.page-jump-form label {
    color: white;
    margin-right: 10px;
    align-self: center;
}
.page-jump-form input[type="number"] {
    padding: 5px;
    border-radius: 3px;
    margin-right: 10px;
    border: 1px solid #ddd;
}
.page-jump-form button {
    padding: 5px 10px;
    border-radius: 3px;
    background-color: white;
    color: black;
    border: none;
    cursor: pointer;
}

span.trending-label {
    opacity: 100 !important;
}




.fluid_initial_play,
.fluid_initial_pause {
  width: 100px!important;
  height: 100px!important;
	background:#FF3565!important;
}

.fluid_initial_play_button {
  border: none!important;
  background-image: url(img/wps-play-icon.svg);
  background-repeat: no-repeat;
  width: 100px !important;
  height: 100px!important;
  margin: 0!important;
}

.fluid_initial_pause_button {
  width: 8px!important;
  height: 30px!important;
  border: 9px solid #fff!important;
  border-top: 0!important;
  border-bottom: 0!important;
  position: absolute!important;
  position: absolute!important;
  top: 50%!important;
  left: 50%!important;
  transform: translate(-50%,-50%)!important;
  margin: 0!important;
}

.fluid_video_wrapper:hover,
.fluid_video_wrapper:focus {
  cursor: inherit!important;
}


.fluid_initial_play_button:hover,
.fluid_initial_pause_button:hover {
  border-radius: 50%; /* Makes the button circular */
  box-shadow: 0 0 20px 15px rgba(255, 53, 101, 0.5); /* Circular shadow around the button */
  transition: background-color 0.1s ease, box-shadow 0.1s ease; /* Smooth transition for background-color and box-shadow */
}


ul.menus {
    display: block;
}

@media (min-width: 769px) {
    ul.menus {
        display: none;
    }
}
@media (max-width: 768px) {
#search_container {
    display: none;
}
}

li.menuitem {
    font-size: 88%;
}

.search-form {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
    background: #262626;
}

.search-field {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    background-color: #333;
    border: 1px solid #555;
    border-radius: 5px;
    outline: none;
}
.search-submit {
    background-color: #000;
    border: none;
    padding: 11px;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
}

.search-submit:hover {
    background-color: #444;
}

#search-results {
    width: 100%;
    background: #222;
    color: #fff;
    border-radius: 0px;
    position: absolute;
    z-index: 1000;
    display: none;
}

#search-results ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#search-results li {
    padding: 10px;
    border-bottom: 1px solid #444;
    cursor: pointer;
}

#search-results li:hover {
    background: #555;
}
@media (min-width: 769px) {
form.search-form {
    display: none;
}
	}
span.trending-label {
    font-weight: bold;
}
/* Quick Links Section */
section {
    padding: 0px;
}

section h3 {
    color: #ffffff;
    margin: 0;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #242222;;
    text-align: center;
}

/* Column Setup */
.col-full {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    font-size: 17px;
}

.col-half {
    width: 48%;
    padding: 10px;
    border-radius: 8px;
}

.smslist {
    list-style: none;
    margin: 0;
    padding: 0;
}

.smslist li {
    padding: 10px;
    color: #e51b24;
}

.smslist li a {
    color: #d35959;
    text-decoration: none;
}

.smslist li a:hover {
    color: #0073e6;
}

/* Make sure to clear any floats */
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

@media (max-width: 768px) {
    .col-half {
        width: 100%;
    }
}

.col-full p {
    color: #ffffff;
    font-size: 13px;
}

.vdo, .eye, .count, .clock, .srs, .fold, .user, .tagg {
    display: flex
;
    align-items: center;
    justify-content: center;
}

.top-right {
    position: absolute;
    bottom: 0px;
    color: #fff;
    background: #0000008c;
    padding: 1px 5px;
    font-size: 12px;
    border-radius: 0px 8px 0px 8px;
left: 0px;
}

.eye:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(img/eay.svg);
    background-size: 16px 16px;
    margin-right: 2px;
}

.duration{background-color:#000;color:#fff;font-size:10px;font-weight:bold;top:12px;left:12px;position: absolute;}
.downLink{margin:2px 0}.downLink{font-weight:700}.dwnLink{font-weight:700}.downLink a{margin:5px;background:#e81e75;border-radius:5px;color:#fff;padding:7px 10px;text-shadow:1px 1px 1px #333;font-size:120%;display:inline-block}.downLink a:hover{background:#47b5e4;text-decoration:underline}.showimage{padding:5px;margin-top:0;margin-bottom:0;text-align:center}
.downLink2{margin:2px 0}.downLink{font-weight:700}.dwnLink2{font-weight:700}.downLink a{margin:5px;background:#e81e75;border-radius:5px;color:#fff;padding:7px 10px;text-shadow:1px 1px 1px #333;font-size:120%;display:inline-block}.downLink a:hover{background:#47b5e4;text-decoration:underline}.showimage{padding:5px;margin-top:0;margin-bottom:0;text-align:center}
.btn {
  background-color: DodgerBlue;
  border: none;
  color: white;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 20px;
}
.tCenter	{ text-align:center; }
.downLink	{ margin:5px 0; }
.dwnLink	{ font-weight:bold; }
.dwnLink1, .dwnLink2, .dwnLink3,.dwnLink4	{ font-weight:bold; border-radius: 10px; box-shadow: 1px 1px 0 #555; color:#fff; display:inline-block; margin:2px; padding:5px; text-shadow: 1px 1px 0 #000; width: 160px; }
.dwnLink1	{ background:#eb6174; }
.dwnLink2	{ background:#2d89c5; }
.dwnLink3	{ background:#41bdb0; }
.dwnLink4	{ background:#eaa34b; }
.New{background-color: #ffffff; color: green; border-bottom-width: 1px; border-bottom-color: #eee; border-bottom-style: solid; border-left-width: 2px; border-left-color: #8cd1e6; border-left-style: solid; border-right-width: 2px; border-right-color: #8cd1e6; border-right-style: solid; padding-top: 3px; padding-bottom: 3px; padding-left: 5px; padding-right: 4px; margin-left: 0px; margin-right: 0px;}
.New2{background-color: #ffffff; color: green; border-bottom-width: 1px; border-bottom-color: #eee; border-bottom-style: solid; border-left-width: 1px; border-left-color: #8cd1e6; border-left-style: solid; border-right-width: 1px; border-right-color: #8cd1e6; border-right-style: solid; padding-top: 3px; padding-bottom: 3px; padding-left: 5px; padding-right: 4px; margin-left: 0px; margin-right: 0px;}
.New3{background-color: #ffffff; color: green; border-bottom-width: 1px; border-bottom-color: #eee; border-bottom-style: solid; border-left-width: 0px; border-left-color: green; border-left-style: solid; border-right-width: 0px; border-right-color: green; border-right-style: solid; padding-top: 3px; padding-bottom: 3px; padding-left: 5px; padding-right: 4px; margin-left: 0px; margin-right: 0px;}
.sp {
    text-align: center;
    background: #111;
    padding: 10px;
    overflow: hidden;
    color: #fff;
}
.sp {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 10px;
}

.dec {
    float: left;
    padding: 6px 5px;
    border: 1px solid #333;
    clear: both;
    margin: 10px 10px 0;
    border-radius: 9px;
}

.btn {
    margin: 5px;
    background: #e81e75;
    border-radius: 5px;
    color: #fff;
    padding: 7px 10px;
    text-shadow: 1px 1px 1px #333;
    font-size: 120%;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.btn:hover {
    background-color: #0056b3;
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.2);
}
.btn:focus {outline:none;}

#adslive {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 0;
    max-width: 214px;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.3);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
    transition: all 0.4s ease;
}
#adslive:hover {transform: translateY(-5px) scale(1.02); box-shadow:0 12px 32px rgba(0,0,0,0.15);}
#adslive a {color:#ff1744; font-size:14px; font-weight:600; text-decoration:none; letter-spacing:0.5px; text-shadow:0 1px 2px rgba(255,23,68,0.2);}
#adslive a:hover {color:#d50000; text-decoration:underline;}

.copy-container {display:none; opacity:0; transition:opacity 0.5s ease-in-out; align-items:center; background:#191919; border-radius:5px; padding:10px 15px; justify-content:space-between; box-shadow:0 2px 5px rgba(0,0,0,0.1); position:relative;}
.copy-container textarea {border:none; background:none; font-size:16px; width:100%; outline:none; resize:none; overflow:hidden; line-height:1.5; color:#7a7a7a;}
.copy-container .copy-btn {background:none; border:none; cursor:pointer; color:#ff0a4b; font-size:18px; position:relative; transition: transform 0.3s ease;}
.copy-container .copy-btn:hover {transform:scale(1.2);}
.tooltip-text {position:absolute; bottom:-30px; left:50%; transform:translateX(-50%); background-color:#333; color:#fff; padding:5px 10px; border-radius:5px; font-size:14px; opacity:0; pointer-events:none; transition:opacity 0.3s ease; white-space:nowrap;}
.tooltip-text.visible {opacity:1;}