.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;
}
