:root {
    --th-primary-blue-color: #336AEA;
    --th-primary-hover-color: #fa7f21;
    --th-primary-hover-dark-color: #fa7f21;

    --th-pera-color: #3d3d3d;
    --th-text-color: #101928;
    --th-label-color: #101928;
    --th-field-color: #101928;
    --th-input-border-color: #E2E8F0;
    --th-input-border-color-focus: rgba(102, 102, 102, 0.75);
}

body {
    margin: 0 auto;
    font-size: 16px;
    padding: 0;
    font-family: 'Manrope', sans-serif;
    -webkit-font-smoothing: antialiased;
    color: var(--th-text-color);
    text-rendering: geometricPrecision;
}

::selection {
    background-color: var(--th-primary-blue-color);
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #000;
}

a,
button {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    outline: 0;
    color: var(--th-primary-blue-color);
    text-decoration: none;
}

a:hover {
    outline: none;
    color: var(--th-primary-blue-color);
    text-decoration: none;
}

/* input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 9999s ease-in-out 0s;
    -webkit-text-fill-color: #000;
} */

/* Change autocomplete styles in WebKit */
input:-webkit-autofill,
input:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid var(--th-input-border-color);
    -webkit-text-fill-color: var(--th-field-color);
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    border: 1px solid var(--th-input-border-color-focus);
}

/* Inputs */
select {
    color: #9e9e9e;
}

option:not(:first-of-type) {
    color: black;
}

.wow {
    visibility: hidden;
}

.clear {
    clear: both;
}

img:not(table img) {
    max-width: 100%;
}

iframe {
    border: 0;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

p {
    font-size: 16px;
    color: var(--th-pera-color);
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

figure {
    margin: 0 auto;
    display: block;
    text-align: center;
}

body.scroll-off {
    overflow: hidden;
}

.section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-heading {
    color: #000000;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0;
}

.font-400 {
    font-weight: 400;
}

.font-500 {
    font-weight: 500;
}

.form-control::-webkit-input-placeholder {
    color: #9C9C9C;
}

.form-control::-moz-placeholder {
    color: #9C9C9C;
}

.form-control:-ms-input-placeholder {
    color: #9C9C9C;
}

.form-control:-moz-placeholder {
    color: #9C9C9C;
}

/*==================== User Dropdown Start ===================*/

.user_dropdown {
    display: inline-block;
}

.user_dropdown>a {
    color: #494949;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.user_dropdown img {
    height: 35px;
    width: 35px;
    min-height: 35px;
    min-width: 35px;
    border-radius: 50%;
}

.user_dropdown .dropdown-menu.show {
    display: block;
    left: auto;
    width: 160px;
    overflow-x: hidden;
    padding-bottom: 0;
    margin-top: 10px;
    opacity: 1;
    visibility: visible;
    background-color: #fff;
    color: rgba(255, 255, 255, 0.6);
    right: 1px;
    box-shadow: 0 5px 12px rgba(60, 64, 67, 0.15);
    font-size: 12px;
    border-radius: 9px;
    border: 0;
}

.user_name>div {
    white-space: nowrap;
    max-width: calc(160px - 10px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
    color: #494949;
    text-transform: capitalize;
    font-size: 15px;
}

.user_name {
    padding: 0 10px;
    border-bottom: 1px solid #e9ecef;
}

.user_name small {
    color: #a2a2a2;
    text-transform: lowercase;
}

.user_name .user_email {
    margin-top: -10px;
}

.user_dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.user_dropdown ul li {
    display: block;
}

.user_dropdown ul li a {
    color: #494949;
    text-transform: capitalize;
    font-size: 14px;
    padding: 5px 10px;
    /* padding-left: 20px; */
    display: block;
    border-bottom: 1px solid #e9ecef;
}

.user_dropdown ul li a i {
    margin-right: 5px;
}

.user_dropdown ul li a:hover {
    color: var(--th-primary-blue-color);
}

/*==================== User Dropdown End ===================*/


/* *** loader css start ****  */

.loader-wrapper {
    background: rgba(0, 0, 0, 0.90);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
}

.loader {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
}

.loader:before {
    content: "";
    width: 100px;
    height: 100px;
    border: 5px solid rgba(0, 0, 0, 0.05);
    border-top-color: #000;
    border-radius: 50%;
    animation: spin 1.5s infinite linear;
    display: block;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader img {
    width: 45%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/* *** loader css end  ****  */


/*==================== Header Start ===================*/
.flex-header {
    display: flex;
    justify-content: space-between;
}

.login-sign-block {
    flex: 0 0 450px;
    width: 450px;
    text-align: right;
}

.login-sign-block a {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    background: #fff;
    border-radius: 12px;
    padding: 10px 10px;
    min-width: 107px;
    display: inline-block;
    text-align: center;
    border: 1px solid #fff;
}

.login-sign-block a.signup-btn {
    background: none;
    margin-left: 25px;
    color: #fff;
}

.login-sign-block a.signup-btn:hover {
    background: white;
    color: #000;
}

.login-sign-block a:hover {
    color: #fff;
    background: none;
}

.navbar {
    flex: auto;
    background: #fff;
    width: 100%;
    border-radius: 0 42px 0 0;
    position: relative;
}

.web-header .navbar::before {
    pointer-events: none;
    content: '';
    background-color: #fff;
    position: absolute;
    left: -100%;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: -1;
}

.web-header {
    /* padding: 0 85px; */
    background-color: var(--th-primary-blue-color);
}

.top-bar {
    position: relative;
    z-index: 1;
}

.top-bar::before {
    pointer-events: none;
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: -1;
    background-image: url(../img/web-corner.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.timeBar {
    display: flex;
    color: #fff;
    font-size: 14px;
    padding: 8px 0;
}

.timeZone.loca-ltime {
    padding-right: 17px;
    border-right: 1px solid;
}

.timeZone.isr-ltime {
    padding-left: 17px;
}

#header {
    /* display: flex; */
    align-items: center;
    z-index: 9999;
    position: relative;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.5s all ease-out;
    -o-transition: 0.5s all ease-out;
    transition: 0.5s all ease-out;
    position: fixed;
    width: 100%;
    top: 0;
}

#header.is-sticky {
    /* right: 0;
    left: 0;
    top: 0;
    transform: translateY(-100%);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); */
    -webkit-transition: 0.5s all ease-out;
    -o-transition: 0.5s all ease-out;
    transition: 0.5s all ease-out;
}

#header.is-sticky.awake {
    transform: translateY(0%);
    -webkit-transition: 0.5s all ease-out;
    -o-transition: 0.5s all ease-out;
    transition: 0.5s all ease-out;
}

#header.is-sticky.inner_pages_head,
#header.inner_pages_head {
    height: 65px;
}

#header>.container-fluid>.navbar {
    padding-left: 0;
    padding-right: 0;
}

#header .navbar-brand img {
    max-height: 65px;
    width: auto;
}

#header .navbar-expand-lg .navbar-nav .nav-item {
    margin-right: 42px;
}

#header .navbar-expand-lg .navbar-nav .nav-item:last-child {
    margin-right: 0px;
}

#header .nav-link {
    position: relative;
    padding: 0;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

#header .navbar-expand-lg .navbar-nav .nav-link:hover,
#header .navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
    color: var(--th-primary-blue-color);
}

/* #header .navbar-expand-lg .navbar-nav .nav-link:hover:before,
#header .navbar-expand-lg .navbar-nav .nav-item.active .nav-link:before {
    color:var(--th-primary-hover-color);
    transform: scaleX(1);
} */

/* #header .navbar-expand-lg .navbar-nav .nav-link:before {
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 1px;
    background: #c72026;
    transform: scaleX(0);
    content: "";
    position: absolute;
    transition: transform 0.5s ease;
} */

#header .dropdown-toggle::after {
    border: none;
    /* height: 8px;
  width: 11px; */
    /* background-image: url(../img/drop_arrow.png); */
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-top: 3px;
}

#header .extra_nav {
    margin-left: 30px;
}

#header .navbar-expand-lg .extra_nav .navbar-nav .nav-item {
    margin-right: 10px;
}


#header .extra_nav .nav-item:list-child {
    margin-right: 0px;
}


#header .extra_btn:hover {
    background-color: rgba(255, 255, 255, 0.24);
}

#header .header_filled_btn {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 15px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    background-color: #c72026;
    color: #fff;
    border: 1px solid #c72026;
}

#header .header_filled_btn:hover {
    background-color: #fff;
    color: #c72026;
}

#header .header_border_btn {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 15px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    background-color: #fff;
    color: #c72026;
    border: 1px solid #c72026;
}

#header .header_border_btn:hover {
    background-color: #c72026;
    color: #fff !important;
}

.header_border_btn:before,
.header_filled_btn:before {
    display: none;
}

#header .flag_ico {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

#header .navbar-nav .nav-link.lang_drop {
    padding-left: 32px;
    padding-right: 5px;
    width: auto;
    font-weight: 400;
    color: #000;
}


#header .navbar-nav .nav-link.lang_drop img {
    width: 21px;
    height: auto;
    vertical-align: text-bottom;
}

#header .for_mobile {
    display: none;
}

#header .for_desktop {
    display: block;
}


/*#header .dropdown-item:hover {
    background-color: #30383d;
    color: rgba(255,255,255,0.60);
}*/

.langugae_filter {
    position: relative;
}

.lang_dropdown {
    position: absolute;
    min-width: 120px;
    background-color: #fff;
    right: 0;
    box-shadow: 0 5px 12px rgba(60, 64, 67, 0.15);
    font-size: 12px;
    border-radius: 9px;
    border: 0;
    margin: 0;
    padding: 4px 11px 6px 10px;
    margin-top: 10px !important;
}

.lang_country {
    position: relative;
    cursor: pointer;
}

.dropdown-toggle.lang_drop {
    border: 0;
    background: transparent;
}

#header .navbar-nav .currency-filter .nav-link.lang_drop {
    padding: 8px 0 8px 36px;
}

#header .navbar-nav .nav-link.lang_drop {
    padding: 0;
    color: #1E1E1E;
    font-size: 12px;
}

.lang_country {
    position: relative;
    padding: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

#header .navbar-nav .nav-link.lang_drop>span {
    border: 1px solid;
    border-radius: 8px;
    padding: 4px 6px;
    margin-right: 7px;
}

.lang_country .flag_ico img {
    max-width: 19px;
}

.lang_country:last-child {
    border-bottom: 0;
}

.lang_country:hover {
    color: var(--th-primary-blue-color);
    background-color: transparent;
}


.navbar-brand {
    font-size: 0;
    margin: 0 auto 0 0;
}

/* 
.langugae_filter:hover .lang_dropdown {
    display: block;
} */
/*==================== Header End ===================*/



/*==================== Footer login Signup Section ===================*/

.footer-logsign-link {
    position: relative;
}

.footer-logsign-link:after,
.footer-logsign-link:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    z-index: -1;
}

.footer-logsign-link:before {
    background-color: #df1f26;
    left: 0;
}

.footer-logsign-link:after {
    background-color: #ec2027;
    right: 0;
}

.footer-signin-link a,
.footer-signup-link a {
    height: 150px;
    align-items: center;
    padding-left: 50px;
    display: flex;
    flex-wrap: wrap;
    padding-right: 10px;
}

.footer-signup-link a {
    background-color: #df1f26;
    padding-left: 0px;
}

.footer-signin-link a {
    background-color: #ec2027;
}

.footer-signin-link a span,
.footer-signup-link a span {
    color: #fff;
    font-size: 36px;
    width: 100%;
}

.footer-signin-link a p,
.footer-signup-link a p {
    color: #fff;
    font-size: 15px;
    width: 100%;
    margin-bottom: 0;
}

.footer-signup-link a span.footer-link-arrow,
.footer-signin-link a span.footer-link-arrow {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    border-radius: 50%;
    background-color: var(--th-primary-blue-color);
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 23px;
    transition: 0.5s all;
}

.footer-signup-link a:hover span.footer-link-arrow,
.footer-signin-link a:hover span.footer-link-arrow {
    background-color: #fff;
    color: var(--th-primary-blue-color);
}


/*==================== Footer login Signup Section ===================*/


/*==================== Footer ===================*/

.footer-block figure {
    margin: 0 0 30px;
    display: inline-block;
    max-width: 219px;
}

.cts_no {
    font-size: 15px;
    padding: 0 80px 0 0;
}

.cts_no p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 300;
}

.copyright {
    padding: 20px 0;
    background: #252323;
    font-size: 14px;
    margin-top: 40px;
    text-align: center;
    color: #C0C0C0;
}

.newsletter-form .form-control {
    height: 45px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.3);
    font-weight: 400;
    background: transparent;
    border: 0;
    border-radius: 3px;
    padding-right: 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.relative-box {
    position: relative;
    top: 7px;
}

.relative-box .subscribe-btn {
    position: absolute;
    top: 0;
    right: 0;
    color: #827e7e;
    height: 45px;
    font-size: 20px;
    background: no-repeat;
}

.relative-box .subscribe-btn:hover {
    color: var(--th-primary-blue-color);
}

footer h6 {
    font-size: 17px;
    color: #000;
    margin: 0 0 27px;
    position: relative;
}

ul.footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.footer-links li {
    margin: 3px 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
}

ul.footer-links li a {
    font-size: 15px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.80);
}

ul.footer-links li a:hover {
    color: var(--th-primary-blue-color);
}

ul.footer-links.socialize li a {
    position: relative;
    padding-left: 25px;
}

ul.footer-links.socialize li a i {
    position: absolute;
    left: -9px;
    width: 30px;
    text-align: center;
    top: -4px;
    color: #959595;
    font-size: 17px;
}

.footer_wrapper {
    background: #1B1818;
    padding: 50px 0 0;
    color: #fff;
}

footer h6 {
    font-size: 16px;
    margin: 0 0 20px;
    color: #fff;
    font-weight: 600;
}

.subscribe_text {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 400;
}

.navbar {
    padding: 11px 0;
    justify-content: right;
    padding-right: 15px;
}

#top-button {
    display: inline-block;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#top-button.show {
    opacity: 1;
    visibility: visible;
}

.back_top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: #2196f3;
    display: none;
    border: #2196f3 1px solid;
    z-index: 1;
    border-radius: 4px
}

.back_top span {
    position: relative;
    display: block;
    color: #fff;
    width: 100%;
    height: 100%;
}

.back_top span svg {
    width: 22px;
    height: 21px;
    position: absolute;
    left: 0;
    margin: 0 auto;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.back_top:hover {
    border-color: #2196f3;
    color: #2196f3;
    background-color: #fff;
}

.back_top:hover span {
    color: #2196f3;
}


/*==================== Footer ===================*/

#header .navbar-expand-lg .navbar-nav .nav-item.dropdown .nav-link {
    padding-right: 25px;
}

.mobiledrop {
    position: absolute;
    right: 0px;
    top: 0;
    width: 24px;
    height: 24px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background-color: transparent;
}

/* Custom Select */
.custom_checkbox {
    display: flex;
}

.custom_checkbox input[type="checkbox"],
.custom_checkbox input[type="radio"] {
    height: 20px;
    width: 20px;
    min-width: 20px;
    margin: 0;
    padding: 0;
    opacity: 1;
    appearance: none;
    border: 1px solid #585858;
    border-radius: 5px;
    background: transparent;
    position: relative;
    margin-right: 10px;
    cursor: pointer;
}

.custom_checkbox input[type="checkbox"]:checked,
.custom_checkbox input[type="radio"]:checked {
    border: 1px solid var(--th-primary-blue-color);
    background: var(--th-primary-blue-color);
}

.custom_checkbox input[type="checkbox"]:checked::before,
.custom_checkbox input[type="radio"]:checked::before {
    content: '\f00c';
    -webkit-font-smoothing: antialiased;
    height: 100%;
    color: #fff;
    font-family: 'Font Awesome 6 Free';
    position: absolute;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}


.custom_checkbox label {
    color: #3D3D3D;
}


/* Custom Radio */
.custom_radio [type="radio"]:checked,
.custom_radio [type="radio"]:not(:checked) {
    position: absolute;
    /* left: -9999px; */
    appearance: none;
}

.custom_radio [type="radio"]:checked+label,
.custom_radio [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.custom_radio [type="radio"]:checked+label:before,
.custom_radio [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid var(--th-input-border-color);
    border-radius: 100%;
    background: #fff;
}

.custom_radio [type="radio"]:checked+label::after,
.custom_radio [type="radio"]:not(:checked)+label::after {
    content: '';
    width: 10px;
    height: 10px;
    background: var(--th-primary-blue-color);
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.custom_radio [type="radio"]:checked+label:before {
    border: 1px solid var(--th-primary-blue-color);
}

.custom_radio [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.custom_radio [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


.btn-primary {
    background-color: var(--th-primary-blue-color);
    border-radius: 12px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding: 12px 30px;
    border: 0;
}

.btn-primary:hover {
    color: #fff;
    background-color: var(--th-primary-hover-color);
}

.custom_select_block .ms-dd .ms-dd-header {
    height: 45px;
    font-size: 16px;
    color: rgb(66 66 66 / 60%);
    font-weight: 400;
    background: transparent;
    border-radius: 6px;
    border: 1px solid #B1B1B1;
    overflow: hidden;
    width: 100%;
}

.custom_select_block .ms-dd .ms-dd-header .option-selected {
    height: 45px;
    padding: 10px 25px;
    width: 100%;
}

.custom_select_block .ms-dd .ms-list-option.option-selected,
.ms-dd .ms-optgroup ul .ms-list-option.option-selected {
    background: #ffffff;
}

.custom_select_block .ms-dd {
    width: 100%;
}

.custom_select_block .ms-dd .ms-dd-arrow {
    margin-top: -5px;
    right: 25px;
}


/* Select2 */



.floating-label {
    font-size: 16px;
    font-weight: 400;
    color: #475F7B;
    opacity: 1;
    top: 16px;
    left: 20px;
    pointer-events: none;
    position: absolute;
    transition: 240ms;
    margin-bottom: 0;
    z-index: 1;
}

.floating-diff .floating-label {
    opacity: 0;
}

.floating-diff.focused .floating-label {
    opacity: 1;
}

.form-group.focused .floating-label {
    opacity: 1;
    color: #7b7f82;
    top: 4px;
    left: 19px;
    font-size: 12px;
}

.form-group.focused select.form-control {
    padding-top: 21px;
}

.float-checkradio {
    background-color: #FFF;
    border: 1px solid #DFE3E7;
    border-radius: .267rem;
    padding: 8px 19px;
    transition: 0.3s;
    min-height: 55px;
}

.float-checkradio.focused {
    padding-top: 21px;
}

/*--------select2-css----*/
.select2Part .floating-label {
    opacity: 0;
}

.select2Part.focused .floating-label {
    opacity: 1;
}

.select2multiple .floating-label {
    opacity: 1;
}

.floating-group.focused .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding-bottom: 7px;
    margin: 0;
    padding-top: 17px;
    padding-left: 0px;
}


.select2-container--default .select2-selection--multiple .select2-selection__rendered:before {
    border: none;
    content: '';
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9Ii00NzMgMjc3IDEyIDgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgLTQ3MyAyNzcgMTIgODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzhBOTNBNjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTS00NzEuNiwyNzcuM2w0LjYsNC42bDQuNi00LjZsMS40LDEuNGwtNiw2bC02LTZMLTQ3MS42LDI3Ny4zeiIvPg0KPC9zdmc+DQo=') no-repeat 0 0;
    width: 12px;
    height: 8px;
    background-size: 100% 100%;
    transform: translateY(-50%);
    position: absolute;
    right: 18px;
    top: 26px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    left: auto;
    top: 0;
    right: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding-right: 30px;
    padding-left: 0px;
    background-color: #ebf0fe;
    margin-right: 5px;
    border: 0px solid #aaa;
    margin-top: 9px;
    padding-top: 3px;
    padding-bottom: 3px;

}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: #dc3545;
    color: #e4e4e4;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: #EE343A;
    color: #fff;
    padding: 1px;
    top: 7px;
    right: 10px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    border-right: 0;
    justify-content: center;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding-right: 10px;
    font-size: 13px;
    font-weight: 300;
    padding-left: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove span {
    line-height: 11px;
    height: 17px;
    /* width: 1px; */
    padding-right: 1px;
    border-radius: 50%;
    display: flex;
    font-weight: 300;
    justify-content: center;

}

.floating-group .select2-container--focus .select2-selection__rendered {
    padding-top: 20px !important;
}

.floating-group .select2-container--focus .select2-selection__rendered {
    padding-top: 20px !important;
}

.floating-group .select2-container--below .select2-selection__rendered {
    padding-top: 20px !important;
}

.floating-group .select2-container--below .select2-selection--multiple {
    padding-top: 20px !important;
}

.floating-group .select2-container--above .select2-selection__rendered {
    padding-top: 20px !important;
}

.floating-group .select2-container--above .select2-selection--multiple {
    padding-top: 20px !important;
}

.floating-group .select2-selection--multiple .select2-selection__rendered {
    padding-top: 20px !important;
}

.select2-dropdown {
    border: 0px solid #aaa;
    box-shadow: 0 9px 9px rgba(0, 0, 0, 0.1);
    margin-top: 3px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #DFE3E7
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #DFE3E7;
    padding-left: 19px;
    padding-bottom: 9px;
}

.select2-container .select2-selection--multiple {
    min-height: 55px;

}

.select2-container .select2-selection--single {
    min-height: 55px;
    border: 1px solid #DFE3E7;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 16px;
    line-height: 1;
    margin-left: 0;
    padding-left: 0px;
    font-size: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    border: none;
    content: '';
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9Ii00NzMgMjc3IDEyIDgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgLTQ3MyAyNzcgMTIgODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzhBOTNBNjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTS00NzEuNiwyNzcuM2w0LjYsNC42bDQuNi00LjZsMS40LDEuNGwtNiw2bC02LTZMLTQ3MS42LDI3Ny4zeiIvPg0KPC9zdmc+DQo=) no-repeat 0 0;
    width: 12px;
    height: 8px;
    background-size: 100% 100%;
    transform: translateY(-50%);
    position: absolute;
    right: 18px;
    top: 26px;
}

.select2-selection__rendered li:first-child {
    margin-left: 0;

}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 19px;
    padding-right: 20px;
    font-size: 15px;
    color: #000;
    padding-top: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-weight: 300;
}

.select2-results__option {
    font-size: 15px;
    font-weight: 300;

}

/*select2*/
.form-group {
    position: relative;
    margin-bottom: 20px;
}

.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 6px 17px;
    min-height: 53px;
    font-size: 15px;
    color: var(--th-field-color);
    background-color: #FFF;
    border: 1px solid var(--th-input-border-color);
    border-radius: 12px;
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

select.form-control {
    padding-top: 10px;
    transition: 0.15s;
}

.form-control:focus {
    color: var(--th-field-color);
    background-color: #FFF;
    border: 1px solid var(--th-input-border-color);
    outline: 0;
    box-shadow: none;
}



/* ======= Go to Top Button style ======= */
.progress-wrap {
    position: fixed;
    bottom: 120px;
    left: 23px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
    background-color: #fff;
    box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.07);
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.arrowTop {
    position: absolute;
    top: 16px;
    left: 17px;
}

.arrowTop path {
    fill: #1295d6;
}

/* .progress-wrap::after {
    position: absolute;
    font-family: 'themify';
    content: '\e648';
    text-align: center;
    line-height: 50px;
    font-size: 15px;
    font-weight: normal;
    color: transparent;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
} */
.progress-wrap svg.progress-circle path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: transparent;
    stroke-width: 4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

/* .progress-wrap::after {
    color: #1e90ff;
} */
.progress-wrap svg.progress-circle path {
    stroke: #1e90ff;
}

/* End */

.login-block {
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
}

.login-left-col {
    flex: 0 0 auto;
    width: 62%;
    position: fixed;
    height: 100%;
}

.login-left-right {
    position: relative;
    flex: 0 0 auto;
    width: 38%;
    left: 62%;
}

.login-bg-image {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.login-bg-image::after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    content: '';
    background-color: rgba(0, 0, 0, 0.55);
    z-index: 1;
    width: 100%;
    height: 100%;
}

.login-h1 {
    margin: 25px 0 5px;
    color: #000;
    font-size: 30px;
    font-weight: 800;
}

label {
    color: var(--th-label-color);
    font-weight: 600;
    font-size: 14px;
    margin: 0 0 7px;
}

.password_icon {
    position: absolute;
    right: 15px;
    top: 43px;
    display: flex;
    cursor: pointer;
}

.pwd-control {
    padding-right: 50px;
}

.password_showIcon {
    display: none;
}

.toggle-password.password_show .password_hideIcon {
    display: none;
}

.login-text {
    color: #3D3D3D;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 26px;
}

.toggle-password.password_show .password_showIcon {
    display: flex;
}

.forgot-pwd {
    text-decoration: underline;
    font-weight: 500;
    font-size: 14px;
}

.login-form {
    padding: 50px 80px;
    width: 100%;
}

.login-msg {
    color: #3D3D3D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-top: 16px;
}

.login-box {
    display: flex;
    align-items: center;
    height: 100%;
    /* justify-content: center; */
}

.mandatory-notes {
    font-size: 14px;
    margin-top: 7px;
    margin-bottom: 32px;
}

.close-modal {
    border: 0;
    background: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0;
    color: #000;
}

.close-modal:hover {
    color: var(--th-primary-blue-color);

}

.modal-content {
    border-radius: 26px;
}

.success-img {
    margin: 26px auto;
    text-align: center;
}

.success-message-h1 {
    color: #1B1818;
    text-align: center;
    font-size: 27px;
    font-style: normal;
    font-weight: 800;
    margin: 0 0 10px;
}

.success-message {
    text-align: center;
    color: var(--th-text-color);
    font-size: 16px;
    font-weight: 400;
}

.contryList {
    position: relative;
}

.intl-tel-input {
    display: block;
}

.intl-tel-input.separate-dial-code .selected-flag {
    background-color: transparent;
    /* border-right: 1px solid #ddd; */
}

.iti-flag {
    background-image: url("../img/flags.png");
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    padding-right: 24px;
    color: var(--field-color);
    font-weight: 500;
}

.intl-tel-input.iti-container {
    top: 80px !important;
    left: 0 !important;
    width: 100% !important;
}

.intl-tel-input .country-list .country {
    font-size: 14px;
}

.intl-tel-input .country-list {
    white-space: unset;
    width: 100%;
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background-color: transparent;
}

.intl-tel-input .country-list.dropup {
    margin-bottom: 54px;
}

.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name {
    margin-right: 6px;
    color: var(--field-color);
}

.success-btn {
    text-align: center;
    margin: 33px auto 30px;
}

.support-chat {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9;
}

.success-modal .modal-dialog {
    max-width: 630px;
}

.introText {
    max-width: 320px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.80);
    margin: 0 0 30px;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-links a {
    width: 46px;
    height: 46px;
    color: rgba(255, 255, 255, 0.80);
    line-height: 42px;
    font-size: 20px;
    min-width: 46px;
    border-radius: 50%;
    border: 1px solid #555;
    text-align: center;
}

.social-links a:hover {
    color: var(--th-primary-blue-color);
    border-color: var(--th-primary-blue-color);
}


.chat-text p {
    color: rgba(255, 255, 255, 0.80);
    font-size: 15px;
}

/* after login page */

/*  */
.channels_wrapper {
    padding: 66px 0 50px;
}

.section-heading {
    color: #000;
    text-align: center;
    font-size: 46px;
    font-weight: 800;
    letter-spacing: -0.92px;
    margin-bottom: 56px;
}

.channel_cardBox {
    border-radius: 16px;
    background: rgb(246 248 254);
    height: 100%;
    padding: 26px;
}

.channel_cardTitle {
    color: #000;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.52px;
    margin-bottom: 13px;
}

.channel_cardDesc {
    color: #3D3D3D;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.channel_icon {
    border-radius: 16px;
    background: #336AEA;
    width: 86px;
    height: 86px;
    display: flex;
    align-items: center;
    margin-bottom: 22px;
    justify-content: center;
}

.channel_icon img {
    -webkit-filter: brightness(10);
    filter: brightness(10);
}

.tv_channel_list {
    display: flex;
    gap: 3px;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
}

.tv_channel_list li {
    width: 50px;
    height: 50px;
    border-radius: 7px;
    cursor: pointer;
}

.tv_channelItem img {
    object-fit: contain;
    width: auto;
    height: auto;
    border-radius: 7px;
    border: 1px solid var(--th-input-border-color);
}

.tv_channelBox {
    padding: 46px 0 50px;
}

.tv_channel_list li:hover {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.tooltip-inner {
    color: #000000;
    text-align: center;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0px 0px 19px 0px rgb(38 45 118 / 13%);
    padding: 5px 13px;
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #fff;
    border-width: 0 calc(1rem * .5) 0.6rem;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
    border-width: 0.6rem calc(1rem * .5) 0;
    border-top-color: #fff;
}

.premiumChannelBlock {
    border-radius: 16px;
    border: 1px solid var(--th-input-border-color);
    background: #FFF;
    padding: 15px 30px;
    margin-bottom: 30px;
}

.channelPackageTitle {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--th-input-border-color);
    margin-bottom: 25px;
}

.channelPackageList {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
}

.channelPackageImg {
    cursor: pointer;
    width: 50px;
    height: 50px;
}

.channelPackageImg img {
    border: 1px solid var(--th-input-border-color);
    border-radius: 6px;
    max-height: 50px;
    width: 100%;
}

/* 
.channelPackageItem {
    border: 1px solid var(--th-input-border-color);
    border-radius: 16px;
    background: #FFF;
} */

.channelPackageItem:hover {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 10px 0px;
}

/* .channelPackageItem {
    border: 1px solid var(--th-input-border-color);
    border-radius: 16px;
    background: #FFF;
    width: calc(7.5% - 20px);
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
} */

.channelPackageItem {
    border: 0;
    border-radius: 6px;
    background: #FFF;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*  */
.subscription_block {
    border-radius: 16px;
    background: #336AEA;
    padding: 14px;
}

.sub_leftImg img {
    border-radius: 16px;
    object-fit: cover;
    /* width: 572px;
    min-width: 572px; */
    width: 430px;
    min-width: 430px;
    height: 100%;
}

.subscription_flex {
    display: flex;
    gap: 14px;
}

.sub_planList {
    list-style: none;
    padding: 16px 22px;
    margin: 0;
}

.sub_planItem {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 16px;
    height: 42px;
    line-height: normal;
}

.sub_planBox.package_list .sub_planItem {
    display: flex;
    gap: 3px;
}

.sub_planTooltip {
    border: 0;
    background: transparent;
    padding: 0 0 0 6px;
    align-self: flex-start;
}

.sub_planTitle {
    color: #000;
    font-size: 22px;
    padding: 20px 22px;
    font-weight: 700;
    margin: 0;
    white-space: nowrap;
    border-bottom: 1px solid #DCDCDC;
}

.sub_planBox.package_list .sub_planItem,
.sub_planBox.package_list .sub_planTitle {
    color: #fff;
}

.sub_rightBlock {
    display: flex;
    flex: 1 0;
    border-radius: 16px;
    overflow: auto;
}

.sub_rightBlock::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 30px;
}

.sub_rightBlock::-webkit-scrollbar-thumb {
    border-radius: 30px;
    background-color: #1295d6;
}

.sub_rightBlock::-webkit-scrollbar-track {
    border-radius: 30px;
    background-color: transparent;
}

.sub_planBox.package_list {
    background: #5482ED;
    position: sticky;
    left: 0;
    top: 0;
    backdrop-filter: blur(5px);
    flex: 0 0 443px;
    text-align: left;
}

.sub_planBox {
    flex: 1 0 0;
    min-width: 235px;
    padding-bottom: 38px;
    text-align: center;
    background: #fff;
    border-right: 1px solid #DCDCDC;
}

.sub_information {
    padding-top: 18px;
    margin-bottom: 0;
}

.sub_information li {
    color: #FFF;
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: 400;
}

.sub_information li:last-child {
    padding-bottom: 0;
}

.monthPackagg {
    border-radius: 14px;
    border: 1px solid var(--th-input-border-color);
    background: #FFF;
    padding: 15px;
    display: flex;
    gap: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    justify-content: center;
}

.monthPackagg:hover {
    border: 1px solid var(--th-primary-blue-color);
    color: var(--th-primary-blue-color);
}

.monthPackagg span {
    border-radius: 4px;
    font-size: 16px;
    padding: 3px 10px;
}

.monthPackagg_padd {
    padding-inline: 17px;
    margin: 7px auto;
}

/*  */




/* Hero slider */


.hero-wrapper {
    position: relative;
    /* background-color: #1B1818; */
}

.hero-thumbs {
    position: relative;
    top: -60px;
    height: 0;
}

.hero-slide img {
    border-radius: 25px;
    width: 100%;
    /* border: 1px solid var(--th-input-border-color); */
}

.swiper.gallery-top {
    border: 1px solid var(--th-input-border-color);
    border-radius: 25px;
}

.hero-thumbs .swiper-slide {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    width: 60px !important;
}

.gallery-thumbs .swiper-slide-thumb-active {
    border: 1px solid var(--th-primary-blue-color)
}

.hero-thumbs-slide img {
    max-width: 35px;
}

.hero-thumbs-slide {
    background-color: #fff;
    width: 60px;
    height: 45px;
    line-height: 40px;
    text-align: center;
}

@media (max-width:767px) {

    .navbar {
        flex: 0 0 130px;
    }

    .hero-thumbs .swiper-slide {
        border-radius: 6px;
    }


}

@media (max-width:575px) {
    .movie_vod_flex {
        flex-wrap: wrap;
    }

    /* .hero-thumbs-slide {
        height: 60px;
    } */
}

@media (min-width:576px) {
    /* .hero-thumbs-slide {
        height: 60px;
    } */
}

@media (min-width:768px) {
    /* .hero-thumbs-slide {
        height: 60px;
    }

    .hero-thumbs {
        top: -80px;
    } */
}

@media (min-width: 992px) {
    /* .hero-thumbs-slide {
        height: 70px;
    }

    .hero-thumbs {
        top: -100px;
    } */
}

@media (min-width: 1200px) {
    /* .hero-thumbs-slide {
        height: 70px;
    }

    .hero-thumbs {
        top: -100px;
    } */
}

@media (min-width: 1400px) {
    /* .hero-thumbs-slide {
        height: 80px;
    }

    .hero-thumbs {
        top: -120px;
    } */
}

@media (min-width: 1600px) {
    /* .hero-thumbs-slide {
        height: 85px;
    } */
}

/* After login header */
.login-user-info {
    display: flex;
    gap: 20px;
    padding: 0 0 0 25px;
}

.userThumbs {
    width: 76px;
    height: 76px;
    flex: 0 0 76px;
    align-self: flex-start;
}

.userThumbs img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #fff;
}

.userThumbs a {
    min-width: unset !important;
    display: block;
    font-size: 0;
    height: 100%;
    width: 100%;
}

.user-package-info {
    flex: auto;
    text-align: left;
    color: #fff;
}

/* .user-package-info p {
    font-size: 14px;
    color: #fff;
    line-height: normal;
    margin: 0 0 5px;
} */
.user-package-info p {
    font-size: 13px;
    color: #fff;
    line-height: normal;
    margin: 0 0 1px;
    word-break: break-word;
}

.login-sign-block.after-login-block a {
    background: transparent;
    border: 0;
    padding: 0;
    font-size: 14px;
    display: inline-block;
    text-decoration: underline;
    color: #fff;
    font-weight: 600;
}

/* video section and tabs */
.page-video-wrapper {
    padding: 40px 0 40px;
}

/* Optional: Just to ensure the video container maintains its aspect ratio */
.video-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio (9 / 16 = 0.5625, so 56.25%) */
    /* overflow: hidden; */
}

.video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    object-fit: cover;
    /* Ensures the video covers the area */
}

/* video {
	width: 100% !important;
	height: auto ;
	
} */

.tab-content-data {
    padding: 20px;
}

.pills-tabs-element {
    border: 1px solid var(--th-input-border-color);
    border-radius: 25px;
    min-height: 543px;
}

.pills-tabs-element .nav-pills .nav-link {
    border-radius: 0;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    border-right: 1px solid var(--th-input-border-color);
    display: block;
    width: 100%;
    padding: 17px 7px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: var(--th-primary-blue-color);
}

.pills-tabs-element .nav-pills .nav-item:first-child .nav-link {
    border-radius: 25px 0 0 0;
}

.pills-tabs-element .nav-pills .nav-item:last-child .nav-link {
    border-radius: 0 25px 0 0;
    border-right: 0;
}

.pills-tabs-element .nav-pills {
    border-bottom: 1px solid var(--th-input-border-color);
}

.pills-tabs-element .nav-pills {
    display: flex;
    padding: 0;
    justify-content: space-between;
}

.pills-tabs-element .nav-pills .nav-item {
    width: 33.333333%;
}

.pills-tabs-element .tab-content>.tab-pane {
    position: relative;
    padding: 0 0 67px 0;
}

.video-data-list {
    display: flex;
    gap: 13px;
    flex-wrap: nowrap;
    margin: 0 0 15px;
    position: relative;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.video-data-list:hover .v-title {
    color: var(--th-primary-blue-color);
}

.video-data-img {
    width: 186px;
    flex: 0 0 186px;
    position: relative;
    z-index: 1;
    align-self: flex-start;
}

.video-data-img img {
    width: 100%;
    max-height: 105px;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
    border: 1px solid var(--th-input-border-color);
}

.abs-play-btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.77);
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.play-icon {
    position: absolute;
    left: 0;
    width: 45px;
    height: 45px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.36);
    backdrop-filter: blur(11px);
    text-align: center;
    line-height: 39px;
    right: 0;
    margin: 0 auto;
}

.play-icon:hover {
    background: var(--th-primary-blue-color);
}

.play-icon svg {
    width: 25px;
    height: 25px;
}


.video-data-list:hover .abs-play-btn {
    opacity: 1;
    visibility: visible;

}

.v-title {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 7px 0;
}

.v-desc,
.v-timing {
    color: var(--th-text-color);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    margin: 0 0 4px;
}

.v-timing span {
    margin: 0 3px;
    font-size: 0;
    position: relative;
    width: 3px;
    display: inline-block;
}

.v-timing span::before {
    position: absolute;
    right: 1px;
    height: 14px;
    width: 1px;
    background-color: #666;
    content: '';
    top: -11px;
}

.tab-content-data.scroll-height {
    height: 415px;
    overflow-y: auto;
}

.list-btn-action {
    bottom: 0;
    border-radius: 0px 0px 25px 25px;
    background: #FFF;
    box-shadow: 0px -4px 11px 0px rgba(0, 0, 0, 0.10);
    position: absolute;
    bottom: 0;
    display: flex;
    width: 100%;
    padding: 12px 17px;
    gap: 12px;
    flex-wrap: wrap;
    z-index: 1023;
}

.list-btn-action a,
.list-btn-action button {
    border-radius: 12px;
    border: 1px solid var(--th-input-border-color);
    color: #000;
    text-align: center;
    padding: 8px 12px;
    font-size: 15px;
    font-weight: 600;
    flex-grow: 1;
}

.list-btn-action a.active {
    background: var(--th-primary-blue-color);
    color: #fff;
    border-color: var(--th-primary-blue-color);
}

.v-desc span {
    border-radius: 4px;
    padding: 1px 7px;
    margin-left: 4px;
    border: 1px solid;
}

.delete-fav-btn {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: red;
}

.delete-fav-btn button {
    color: red;
    background-color: transparent;
    border: 0;
    padding: 0;
    margin: 0;
}

.delete-fav-btn button svg {
    height: 20px;
    width: 20px;
}

.favourite-list .video-data-list {
    transition: none;
    padding: 10px 36px !important
}


.watch-history-list .video-data-list {
    padding: 0 30px 0 0;
}

.sort-item:hover {
    cursor: move;
}

.sort-item {
    position: absolute;
    z-index: 2;
    left: 20px;
    top: 50%;
    transform: translate(-50%);
    width: 20px;
    height: 22px;
    line-height: 1.2;
    margin-top: -9px;
    color: #8c8c8c;
}

.sort-item:hover {
    color: var(--th-primary-blue-color);
}

.list-btn-action button.del-histroy-btn {
    background-color: var(--th-primary-hover-color);
    color: #fff;
    border-color: var(--th-primary-hover-color);
}

.list-btn-action button.del-histroy-btn:hover {
    background-color: var(--th-primary-hover-dark-color);
    border-color: var(--th-primary-hover-dark-color);
}

.link-tabs {
    display: flex;
    border: 1px solid var(--th-input-border-color);
    border-radius: 12px;
}


/*  */
.watch_list_tabs {
    border-radius: 14px 14px 0px 0px;
    background: rgba(51, 106, 234, 0.08);
}

.watch_list_tabs .nav-tabs .nav-link {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    padding: 10px 20px;
    border: 0;
    border-bottom: 2px solid transparent;
}

.watch_list_tabs .nav-tabs .nav-item.show .nav-link,
.watch_list_tabs .nav-tabs .nav-link.active {
    background: transparent;
    border: 0;
    color: #336AEA;
    border-bottom: 2px solid #336AEA;
}

.watch_list_block {
    border-radius: 0 0 16px 16px;
    border: 1px solid var(--th-input-border-color);
    background: #FFF;
    margin-top: -1px;
    padding: 30px 25px;
    min-height: 400px;
}

.watch_innerTitle {
    color: #000;
    font-size: 21px;
    font-weight: 800;
    margin-bottom: 22px;
}

.watch_listCard {
    border-radius: 14px;
    background: #FFF;
}

.watch_headCard {
    border-radius: 14px 14px 0px 0px;
    border: 1px solid var(--th-input-border-color);
    background: rgba(51, 106, 234, 0.08);
    display: flex;
    padding: 9px 16px;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.watch_headCard h3 {
    color: #000;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.4px;
    margin: 0;
}

.watch_CardSeeAll {
    color: #336AEA;
    white-space: nowrap;
    text-align: right;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.32px;
    text-decoration-line: underline;
    border: 0;
    background: transparent;
}

.watch_CardSeeAll:hover {
    color: #000;
}

.watch_CardSubtitle {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.28px;
    margin: 16px 0 10px;
}

.watch_Cardtitle {
    border: 0;
    background: transparent;
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.36px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

.watch_Cardtitle:hover,
.watch_Cardtitle:focus {
    color: var(--th-primary-blue-color);
    text-decoration: underline;
}

.watch_cardBody {
    display: flex;
    flex-flow: column;
    border: 1px solid var(--th-input-border-color);
    margin-top: -1px;
    border-radius: 0 0 14px 14px;
    /* justify-content: center; */
    align-items: center;
    padding: 22px;
    position: relative;
}


/* .watch_cardBtn {
    border-radius: 12px;
    background: #336AEA;
    border: 1px solid transparent;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    padding: 12px 27px;
    display: flex;
    align-items: center;
    gap: 7px;
} */
.watch_cardBtn {
    border-radius: 50%;
    background: gray;
    border: 1px solid transparent;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 0;
    position: absolute;
    top: 14px;
    left: 14px;
    width: 30px;
    height: 30px;
    text-align: center;
    justify-content: center;
}

.watch_cardBtn svg {
    width: 19px;
    position: relative;
    left: 1px;
}

.watch_cardBtn span {
    font-size: 0;
}

.watch_cardBtn:hover {
    background: #336AEA;
    border: 1px solid var(--th-input-border-color);
    color: #fff;
}

.watch_cardButton {
    display: flex;
    align-items: center;
    gap: 16px;
    /* margin-top: 20px; */
}

/* .watch_cardLike {
    border-radius: 12px;
    border: 1px solid var(--th-input-border-color);
    background: #FFF;
    height: 52px;
    width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #716f6f;
} */

.watch_cardLike {
    border-radius: 50%;
    border: 1px solid var(--th-input-border-color);
    background: #FFF;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #716f6f;
    position: absolute;
    top: 14px;
    right: 14px;
}

.watch_cardLike.liked {
    color: red;
}

.watch_cardLike.liked:hover {
    background: #fff;
    border: 1px solid var(--th-input-border-color-focus);
    color: red;
}

.watch_cardLike:hover,
.watch_cardLike.likeFill {
    background: #336AEA;
    border: 1px solid transparent;
    color: #FFF;
}

.watch_cardImg {
    width: 88px;
    height: 88px;
    display: block;

}

.schedule-tooltip .scheduleHeader {
    background: #2c6ef2;
    color: white;
    padding: 10px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: -5px -13px 5px;
    border-radius: 14px 14px 0 0;
    font-size: 18px;
    padding: 14px 18px;
}

.tootipClose {
    background: transparent;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
}

.schedule-innerBox {
    padding: 0;
    max-height: 280px;
    overflow-y: auto;
}

.schedule-innerBox::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.schedule-innerBox::-webkit-scrollbar-thumb {
    background-color: #336AEA;
    border-radius: 16px;
}

.schedule-innerBox::-webkit-scrollbar-track {
    border-radius: 16px;
    background: rgba(51, 106, 234, 0.06);
}

.schedule-item {
    border-bottom: 1px solid #ddd;
    padding: 12px 0;
    display: flex;
    text-align: left;
    align-items: center;
}

.schedule-item:last-child {
    border-bottom: 0;
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: #fff;
    border-width: calc(1rem * .5) .6rem calc(1rem * .5) 0;
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
    border-left-color: #fff;
    border-width: calc(1rem * .5) 0 calc(1rem * .5) .6rem;
}

.custome_tooltip.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.custome_tooltip.bs-tooltip-end .tooltip-arrow::before {
    border-width: calc(1.8rem * .5) 1rem calc(1.8rem * .5) 0;
}

.custome_tooltip.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.custome_tooltip.bs-tooltip-end .tooltip-arrow::before {
    border-width: calc(1.8rem * .5) 0 calc(1.8rem * .5) 1rem;
}

.custome_tooltip.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.custome_tooltip.bs-tooltip-end .tooltip-arrow::before {
    border-width: 1rem calc(1.8rem * .5) 0;
}

.custome_tooltip.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.custome_tooltip.bs-tooltip-end .tooltip-arrow::before {
    border-width: 0 calc(1.8rem * .5) 1rem;
}

.schedule_time {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    min-width: 60px;
    text-align: left;
}

.schedule_content {
    border-left: 3px solid #336AEA;
    padding-left: 14px;
}

.schedule_content p {
    color: #3D3D3D;
    font-size: 14px;
    margin: 0;
}

.schedule_content h4 {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 4px;
}

.schedule_content span {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
    display: inline-block;
}

.custome_tooltip2 .tooltip-inner {
    max-width: 500px;
    width: 100%;
}

.custome_tooltip .tooltip-inner {
    max-width: 350px;
    width: 100%;
}

.tooltip.show {
    opacity: 1;
}

.watch_cardImg:hover {
    opacity: 0.5;
}

.watch_cardImg img {
    object-fit: contain;
    width: 100%;
    border: 1px solid var(--th-input-border-color);
    border-radius: 12px;
}

.watch_mobileTitle {
    display: none;
}

/*  */
.link-tabs-data {
    margin: 0 0 60px;
}

.search-tabs-wrapper {
    margin: 0 0 30px;
}

.tabs-search-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 0 15px;
}

.link-tabs {
    display: flex;
    border: 1px solid var(--th-input-border-color);
    border-radius: 12px;
    align-self: flex-start;
    overflow: hidden;
}

.tabs-anchor {
    text-align: center;
    font-size: 17px;
    color: #000;
    font-weight: 600;
    padding: 12px 22px;
    border-right: 1px solid var(--th-input-border-color);
}

.tabs-anchor svg,
.tabs-anchor img {
    position: relative;
    top: -2px;
    margin: 0 auto 1px;
    color: #fff;
    max-height: 22px;
    display: block;
}

.tabs-anchor:not(.active) svg {
    color: var(--th-primary-blue-color);
}

.tabs-anchor:last-child {
    border-right: 0
}

.tabs-anchor.active {
    color: #fff;
    background-color: var(--th-primary-blue-color);
    border-right: 1px solid transparent
}

.tabs-anchor.active img {
    filter: brightness(0) invert(1);
}

.search-field {
    position: relative;
    flex: auto;
    padding-right: 70px;
}

/* .search-field .form-control{
    padding-right: 40px;
} */
.submit-form {
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 12px;
    right: 11px;
    color: #000;
}

.form-with-keyboard {
    display: flex;
    gap: 20px;
    width: 550px;
}

.keyboard {
    border-radius: 12px;
    border: 1px solid var(--th-input-border-color);
    width: 50px;
    text-align: center;
    line-height: 47px;
    color: #000;
    flex: 0 0 50px;
    cursor: pointer;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    outline: 0;
}

.keyboard:hover {
    border: 1px solid var(--th-primary-blue-color);
    color: var(--th-primary-blue-color);
}

.account-verify-text {
    margin: 0 0 21px;
}

.modal-title {
    margin-bottom: 0;
    color: #000;
    font-size: 24px;
    font-weight: 700;
}

.otp_verification {
    text-align: center;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    gap: 30px;
    justify-content: center;
}

.form-control.dark-form-control {
    height: 80px;
    text-align: center;
    font-size: 44px;
    font-weight: 800;
}


.keyboardInputInitiator {
    border: 1px solid var(--th-input-border-color);
    border-radius: 12px;
    padding: 6px 10px;
    width: 56px;
    max-height: unset;
    height: 53px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}

.accordion-button {
    font-size: 18px;
    font-weight: 600;
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-item:first-of-type {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}

.accordion-item:not(:first-of-type) {
    border-top: 1px solid var(--th-input-border-color);
}

.accordion-item {
    border: 1px solid var(--th-input-border-color);
    margin: 0 0 17px;
    border-radius: 12px !important;
    overflow: hidden;
}

.accordion-button:focus {
    box-shadow: unset;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: var(--th-primary-blue-color);
}

.accordion-button {
    --bs-accordion-btn-icon: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="10" viewBox="0 0 15 10" fill="none"><path d="M7.55518 6.21217L13.1725 0.555664L14.7775 2.17181L7.55518 9.44455L0.333008 2.17181L1.93794 0.555664L7.55518 6.21217Z" fill="%23070707"/></svg>');
    --bs-accordion-btn-icon-width: 15px;
}

.accordion-button::after {
    margin-top: 5px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="10" viewBox="0 0 15 10" fill="none"><path d="M7.55518 3.78783L13.1725 9.44434L14.7775 7.82819L7.55518 0.555447L0.333008 7.82819L1.93794 9.44434L7.55518 3.78783Z" fill="white"/></svg>');
    transform: rotate(-0deg);
}

.chl-listings {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    margin: 0 -8px;
    flex-wrap: wrap;
}

.chl-listings li {
    width: 25%;
    padding: 0 8px;
    flex: 0 0 25%;
    text-align: center;
    margin: 7px 0;
}

.chl-listings li img {
    border: 2px solid transparent;
    border-radius: 12px;
    max-height: 80px;
}

.chl-listings li .active img {
    border: 2px solid var(--th-primary-blue-color);
}


.ch-info-row {
    display: flex;
    gap: 15px;
    align-items: center;
    border: 1px solid var(--th-input-border-color);
    padding: 5px;
    border-radius: 14px;
    padding-right: 15px;
    margin: 0 0 20px;
    flex-wrap: nowrap;
}

.ch-img {
    width: 55px;
    flex: 0 0 55px;
}

.date-info {
    flex: 0 0 110px;
    text-align: right;
    width: 110px;
    font-size: 14px;
    color: #161616;
}

.ch-date {
    background-image: url(../img/date-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    text-align: right;
    margin: 0 0 0 auto;
    width: fit-content;
    font-weight: 500;
    padding: 0 0 0 29px;
}

.date-ico {
    background-image: url(../img/date-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.ch-title {
    flex: auto;
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
}


.accordion-style1 .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff;
}

.accordion-style1 .accordion-button {
    --bs-accordion-btn-icon: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="10" viewBox="0 0 15 10" fill="none"><path d="M7.55518 6.21217L13.1725 0.555664L14.7775 2.17181L7.55518 9.44455L0.333008 2.17181L1.93794 0.555664L7.55518 6.21217Z" fill="%23070707"/></svg>');
    --bs-accordion-btn-icon-width: 15px;
}

.accordion-style1 .accordion-button:not(.collapsed)::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="10" viewBox="0 0 15 10" fill="none"><path d="M7.44482 3.78783L1.82747 9.44434L0.222547 7.82819L7.44482 0.555447L14.667 7.82819L13.0621 9.44434L7.44482 3.78783Z" fill="%23070707"/></svg>');
    transform: rotate(-0deg);
}

.accordion-style1 .accordion-button {
    font-size: 17px;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 17px;
}

.accordion-button.time-icon {
    padding-left: 53px;
    background-image: url(../img/time-icon.svg);
    background-size: 23px;
    background-repeat: no-repeat;
    background-position: 23px center;
}

.liveIcon {
    margin: 0 0 0 10px;
}

.p-rating svg {
    color: #FBC418;
}

.p-rating svg.grey-color {
    color: #DDDDDF;
}

.ch-flex-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.p-timing span {
    margin: 0 3px;
    font-size: 0;
    position: relative;
    width: 3px;
    display: inline-block;
}

.p-timing span::before {
    position: absolute;
    right: 1px;
    height: 18px;
    width: 1px;
    background-color: #666;
    content: '';
    top: -15px;
}

.dates-wrapper {
    border: 1px solid var(--th-input-border-color);
    border-radius: 15px;
}

.dayName {
    color: #000;
    font-size: 15px;
    font-weight: 600;
}

.p-date-slide {
    cursor: pointer;
    text-align: center;
    padding: 10px 0;
    border-right: 1px solid var(--th-input-border-color);
}

.dates-wrapper .swiper {
    border-left: 1px solid var(--th-input-border-color);
}

.dates-wrapper .swiper-slide:last-child .p-date-slide {
    border-right: 0
}

.dates-wrapper .swiper-button-next::after,
.dates-wrapper .swiper-button-prev::after {
    display: none;
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 17px;
    height: 17px;
}

.dates-wrapper .swiper-button-next,
.dates-wrapper .swiper-rtl .swiper-button-prev {
    right: 5px;
}

.dates-wrapper .swiper-button-prev,
.dates-wrapper .swiper-rtl .swiper-button-next {
    left: 5px;
}

.dateName {
    color: #000;
    font-size: 18px;
    font-weight: 700;
}

.p-date-slide.active {
    background-color: var(--th-primary-blue-color);
}

.p-date-slide.active .dayName {
    color: #FFF;
}

.p-date-slide.active .dateName {
    color: #FFF;
}

.dates-wrapper {
    padding: 0 40px;
    position: relative;
    margin: 0 0 30px;
}

.c-desc {
    font-size: 14px;
    font-weight: 400;
    color: #3D3D3D;
    margin: -4px 0 24px;
}

.related-date-data .video-data-img {
    width: 390px;
    flex: 0 0 390px;
}

.related-date-data .video-data-img img {
    max-height: 220px;
}

.related-date-data .video-data-list {
    gap: 30px;
    margin: 0 0 30px;

}

.video-data-list {
    padding: 10px;

}

.video-data-list:nth-child(odd) {
    background-color: #d9e6f2b0;
}

.related-date-data .v-title {
    font-size: 22px;
}

.related-date-data .v-desc,
.related-date-data .v-timing {
    color: #3d3d3d;
    font-size: 16px;
    margin: 0 0 12px;
}

.v-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.3s ease;
}

.v-desc.expanded {
    -webkit-line-clamp: unset;
}

.v-desc-show {
    padding: 0;
    text-decoration: underline;
}

.liked-rating {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
}

.liked-rating .watch_cardButton {
    margin-top: 0;
}

/* Ratings Stars */
.rate {
    display: inline-block;
    border: 0;
}

.rate>input {
    display: none;
}

.rate>label {
    float: right;
    color: #DDDDDF;
    margin: 0;
}

.rate>label:before {
    display: inline-block;
    font-size: 1.1rem;
    padding: 0.3rem 0.2rem;
    margin: 0;
    cursor: pointer;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    /* ← THIS IS NEEDED */
    content: "\f005 ";
}


.rate>label:last-child:before {
    content: "\f006 ";
}

.rate .half:before {
    content: "\f089 ";
    position: absolute;
    padding-right: 0;
}

.rate input:checked~label,
.rate label:hover,
.rate label:hover~label {
    color: #FBC418;
}

/* Hover highlights */
.rate input:checked+label:hover,
.rate input:checked~label:hover,
.rate input:checked~label:hover~label,
.rate label:hover~input:checked~label {
    color: #FBC418;
}


/*  */
.video_tabBox .nav-link {
    border-radius: 12px;
    border: 1px solid var(--th-input-border-color);
    background: #FFF;
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    padding: 12px;

}

.video_tabBox .nav-link.active,
.video_tabBox .show>.nav-link {
    color: #fff;
    border-radius: 12px;
    border: 1px solid var(--th-primary-blue-color);
    background: var(--th-primary-blue-color);
}

.video_tabBox {
    gap: 16px;
}

.watched_showCard {
    height: 223px;
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 14px;
}

.watched_showCard img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
    transition: all 0.5s ease;
}

.watched_showCard:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease;
}

.watched_showCard:hover .watched_content_card {
    transform: translate(0);
    padding: 16px;
    transition: all 0.5s ease;
}

.watched_content_card {
    transition: all 0.5s ease;
    position: absolute;
    left: 0;
    width: 100%;
    transform: translate(0, 100%);
    height: 100%;
    background: rgba(0, 0, 0, 0.76);
    top: 0;
    display: flex;
    border-radius: 14px;
    flex-direction: column;
    justify-content: end;
    bottom: 0;
}

.watched_contentTitle {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.32px;
    margin-bottom: 4px;
}

.watched_contentSeries {
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.watched_cardBtn {
    border-radius: 8px;
    background: #FFF;
    border: 1px solid transparent;
    color: #282828;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 20px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.watched_cardBtn:hover {
    border: 1px solid var(--th-primary-blue-color);
    background: var(--th-primary-blue-color);
    color: #fff;
}

.watched_cardLike {
    border-radius: 8px;
    background: #FFF;
    border: 1px solid #FFF;
    height: 36px;
    width: 36px;
    display: flex;
    color: #000;
    align-items: center;
    justify-content: center;
}

.watched_cardLike.liked {
    color: red;
}

.watched_cardLike.liked:hover {
    background: #fff;
    border: 1px solid var(--th-input-border-color-focus);
    color: red;
}

.watched_cardButton {
    display: flex;
    gap: 12px;
}

.watched_tvShow .swiper-button-next,
.watched_tvShow .swiper-button-prev {
    border-radius: 18px;
    opacity: 1;
    background: #336AEA;
    backdrop-filter: blur(5px);
    width: 36px;
    height: 36px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.watched_tvShow .swiper-button-next:after,
.watched_tvShow .swiper-button-prev:after {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.watched_tvShow .swiper-button-next.swiper-button-disabled,
.watched_tvShow .swiper-button-prev.swiper-button-disabled {
    display: none;
}

.watched_tvShowTitle {
    color: #000;
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 22px;
}

.watched_moviesSwiper .watched_showCard {
    height: 350px;
}

.watched_tvShow {
    margin-bottom: 35px;
}


.series_heading {
    color: #000;
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 5px;
}

.series_cardBox {
    border: 1px solid var(--th-input-border-color);
    border-radius: 14px;
    display: block;
    max-width: 380px;
}

.watched_moviesSwiper .series_cardBox {
    max-width: 300px;
}

.series_card_head {
    border-radius: 14px 14px 0px 0px;
    border-bottom: 1px solid var(--th-input-border-color);
    background: rgba(51, 106, 234, 0.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 22px;
    cursor: pointer;
}

.series_card_title {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.32px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.series_card_img {
    width: 100%;
    display: block;
    height: 168px;
    overflow: hidden;
    position: relative;
}

.series_cardBox:hover img {
    transform: scale(1.02);
    transition: all .3s ease;
    opacity: .8;
}

.series_cardBox:hover .series_card_title {
    color: var(--th-primary-blue-color);
}

.series_card_img img {
    border-radius: 0 0 14px 14px;
    transition: all .3s ease-in-out;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.series_card_link {
    color: var(--th-primary-blue-color);
}

.series_card_link:hover {
    color: var(--th-text-color);
}

.back_series {
    border-radius: 18px;
    border: 1px solid var(--th-input-border-color);
    background: #FFF;
    box-shadow: 0px 0px 46px 0px rgba(38, 45, 118, 0.08);
    width: 36px;
    min-width: 36px;
    height: 36px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.back_series:hover {
    border: 1px solid var(--th-primary-blue-color);
    background: var(--th-primary-blue-color);
    color: #fff;
}

.series_head_bread {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}



.series_head_bread .breadcrumb {
    margin: 0;
}

.series_shortBy {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-items: end;
}

.series_shortBy .form-control {
    height: 36px;
    padding: 6px 25px 7px 15px;
    min-height: 36px;
    max-width: 207px;
    color: #000;
    border-radius: 8px;
    background-position: right 7px center;
}

.series_short_label {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    white-space: nowrap;
    margin-left: auto;
}

.series_listingBox {
    border-bottom: 1px solid var(--th-input-border-color);
    margin-bottom: 22px;
}

.series_shortBy {
    margin-bottom: 26px;
}

.series_right_video .video-data-list {
    flex-direction: row-reverse;
}

.series_shortFlex {
    display: flex;
    justify-content: space-between;
    gap: 25px;
}

.v-desc-show {
    color: var(--th-primary-blue-color);
    border: 0;
    background-color: transparent;
}

/*  */
/*  */

.page-content-wrapper {
    padding: 20px 0 65px;
}

.breadcrumb {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0;
    --bs-breadcrumb-margin-bottom: 1rem;
    --bs-breadcrumb-border-radius: 0;
    --bs-breadcrumb-divider-color: var(--bs-secondary-color);
    --bs-breadcrumb-item-padding-x: 0.5rem;
    --bs-breadcrumb-item-active-color: var(--th-primary-blue-color);
    display: flex;
    flex-wrap: wrap;
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    font-size: 14px;
    list-style: none;
    background-color: var(--bs-breadcrumb-bg);
    border-radius: 0;
    font-weight: 600;
}

.breadcrumb-item a {
    color: #000;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 7px;
}

.breadcrumb-item+.breadcrumb-item::before {
    padding-right: 7px;
}

.pageTitle {
    color: #1B1818;
    font-size: 32px;
    font-weight: 800;
    margin: 0 0 15px;
    letter-spacing: -0.52px;
}

.page-desc {
    color: #3D3D3D;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 30px;
}

.pay-inner {
    height: 100%;
    border: 1px solid var(--th-input-border-color);
    border-radius: 15px;
    padding: 25px;
}

.ph-title {
    font-size: 26px;
    font-weight: 700;
    padding-bottom: 12px;
    margin: -10px 0 11px;
    letter-spacing: -0.52px;
    border-bottom: 1px solid var(--th-input-border-color);
}

.ph-title span {
    border-radius: 6px;
    background: rgba(112, 180, 0, 0.16);
    font-size: 16px;
    font-weight: 700;
    padding: 7px 17px;
    margin: 0 0 0 7px;
}

.ph-desc {
    color: #3D3D3D;
    font-size: 16px;
    font-weight: 400;
    margin: 9px 0 0 0;
}

.listing {
    margin: 0;
    padding: 11px 0 0 13px;
}

.listing li {
    margin: 7px 0;
    color: #3D3D3D;
}

.flex-head {
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
    gap: 10px;
}

.new-card {
    color: #336AEA;
    font-size: 16px;
    font-weight: 600;
    align-self: flex-start;
    white-space: nowrap;
}


.payment_cardBox {
    border-radius: 15px;
    border: 1px solid var(--th-input-border-color);
    background: #FFF;
    padding: 19px 12px;
    display: flex;
    align-items: start;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.payment_cardDataBox {
    padding: 0 16px;
    border-left: 1px solid var(--th-input-border-color);
    min-height: 46px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.payment_cardIngo {
    display: flex;
    gap: 15px;
    align-items: center;
    flex: auto;
}

.paymentNo {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.439px;
    margin-bottom: 0;
}

.payment_expiresNo {
    color: #3D3D3D;
    font-size: 15px;
    font-weight: 500;
}

.payment_cardLogo {
    margin: auto 0;
    width: 52px;
    flex: 0 0 52px;
    min-height: 28px;
}

.payment_cardBox label {
    top: -15px;
}

.radio_group_box {
    width: 21px;
    flex: 0 0 21px;
    margin: 10px 0 0 20px;
}

.modal {
    --bs-modal-zindex: 999999;
}

.modal-backdrop {
    --bs-backdrop-zindex: 99999;
    --bs-backdrop-opacity: 0.88;
}

.date-icon {
    background-image: url(../img/date-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 43px;
    right: 22px;
}

.modal-body {
    padding: 23px;
}

.btn-sets {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 15px;
}

.min-w-btn {
    min-width: 146px;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: var(--th-primary-hover-color);
}

.btn-bordered {
    border: 1px solid var(--th-input-border-color);
    border-radius: 12px;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    padding: 12px 30px;
}

.btn-bordered:hover,
.btn.btn-bordered:active {
    border: 1px solid var(--th-primary-blue-color);
    color: var(--th-primary-blue-color);
    background-color: #fff;
}

.cms-content-block h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 20px 0 0;
}

/* Contact Us */
.fugu-contact-info {
    margin-top: 40px;
}

.fugu-contact-info ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.fugu-contact-info ul li {
    border: 1px solid var(--th-input-border-color);
    border-radius: 12px;
    padding: 25px;
    position: relative;
    padding-left: 95px;
    margin-bottom: 30px
}

.fugu-contact-info ul li:last-child {
    margin-bottom: 0
}

.fugu-contact-info ul li a {
    color: rgba(2, 2, 30, .8)
}

.fugu-contact-info ul li p {
    margin: 0
}

.fugu-contact-info ul li h5 {
    font-weight: 600;
    margin-bottom: 5px
}

.fugu-contact-info ul li .fugu-contact-info-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: absolute;
    left: 20px;
    top: 26px;
    background-color: var(--th-primary-blue-color);
}

.fugu-contact-info ul li h5 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 21px;
}

.fugu-contact-wrap {
    background: #fff;
    box-shadow: 0 4px 80px rgba(0, 0, 0, .06);
    border-radius: 5px;
    padding: 40px
}

.break-words {
    word-break: break-all;
}

.textarea-control {
    height: 150px;
    resize: none;
}

.ctp-h1 {
    color: #1B1818;
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 20px;
}

.contact-form {
    border: 1px solid var(--th-input-border-color);
    border-radius: 12px;
    padding: 25px;
}

.page-content-wrapper {
    min-height: 400px;
}

.blue-bg-wrapper {
    background: var(--th-primary-blue-color);
    padding: 25px;
    border-radius: 25px;
    margin: 50px auto 0;
}

.blue-bg-wrapper .channel_cardBox {
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.16);
}

.blue-bg-wrapper .channel_icon {
    background: #fff;
}

.blue-bg-wrapper .channel_icon img {
    -webkit-filter: none;
    filter: none;
}

.blue-bg-wrapper .channel_cardTitle,
.blue-bg-wrapper .channel_cardDesc {
    color: #fff;
}

.blue-bg-wrapper .channel_cardDesc {
    font-weight: 300;
}

.faq-tabs .nav-link {
    position: relative;
    text-align: left;
    white-space: normal;
    padding: 12px 18px;
    padding-right: 45px;
}

.video_tabBox .nav-link:not(.active):hover {
    color: var(--th-primary-blue-color);
    border-color: var(--th-primary-blue-color);
    ;
}

.faq-tabs .nav-link span {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -2px;
}

/* .faq-a {
    border-top: 1px solid var(--th-input-border-color);
} */
.accordion-button:not(.collapsed) {
    box-shadow: unset
}

.channel-data .accordion-body,
.faq-tab-content .accordion-body {
    padding-top: 6px;
}

.faq-tab-content .accordion-button {
    font-size: 20px;
    font-weight: 700;
    padding-top: 21px;
    padding-bottom: 21px;
}

/* New */

.invite-form {
    background-image: url(../img/if-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 15px;
    padding: 25px;
    z-index: 1;
    position: relative;
}

.invite-form::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 15px;
    height: 100%;
    background: linear-gradient(0deg, rgba(51, 106, 234, 0.66) 0%, rgba(51, 106, 234, 0.66) 100%);
    z-index: -1;
}

.if-title {
    color: #FFF;
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 15px;
}

.invite-form label {
    color: #fff;
}

.invite-form .btn-bordered {
    color: #fff;
}

.invite-form .btn-bordered:hover {
    color: var(--th-primary-blue-color);
}


/* Table */
.table-element {
    border: 1px solid #D9D9D9;
    border-radius: 21px;
}

table {
    caption-side: bottom;
    /* border-collapse: collapse; */
    border-collapse: separate;
    overflow: hidden;
    border-spacing: 0;
    border-radius: 16px;
}


.table>thead tr th {
    border: 0;
    padding: 18px 15px;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    background: rgba(51, 106, 234, 0.06);
    border-bottom: 1px solid var(--th-input-border-color) !important;

}

.table> :not(:last-child)> :last-child>* {
    border-bottom-color: var(--th-input-border-color);
}

.table>thead:not(caption)>*>* {
    border-top-width: 1px;
    border-bottom-width: 1px;
    /* border-left-width: 1px;
	border-right-width: 1px; */
}

.table-hover>tbody>tr:hover>* {
    --bs-table-color-state: var(--bs-table-hover-color);
    --bs-table-bg-state: #f8f9fd;
}

table th:last-child {
    border-right: 1px solid var(--th-input-border-color);
    border-top-right-radius: 16px;
    /* border-bottom-right-radius: 20px; */
}

table th:first-child {
    border-left: 1px solid var(--th-input-border-color);
    border-top-left-radius: 16px;
    /* border-bottom-left-radius: 20px; */

}

.table>tbody tr td {
    white-space: nowrap;
    color: #5D637A;
    font-size: 15px;
    font-weight: 500;
    border: 0;
    padding: 19px 12px 16px 15px;
    vertical-align: middle;
    border-bottom: 1px solid var(--th-input-border-color);
}

.table>tbody tr td {
    white-space: nowrap;
    color: var(--th-pera-color);
    font-size: 15px;
    font-weight: 500;
    padding: 19px 12px 16px 15px;
    vertical-align: middle;
    border-bottom: 1px solid var(--th-input-border-color);
}

.table-element {
    border: 1px solid var(--th-input-border-color);
    border-radius: 16px;
}

.table-responsive {
    min-height: 100px;
    border-radius: 16px 16px 0 0;
}

.table>tbody tr:last-child td {
    border-bottom: 0 !important;
}

.heading-style {
    color: #1B1818;
    font-size: 26px;
    font-weight: 700;
    margin: 25px 0 15px;
}

.downArrow {
    font-size: 12px;
    margin: 0 0 0 4px;
}

.userDropdown .dropdown-menu {
    box-shadow: 0px 6px 32px 0px rgba(13, 19, 73, 0.06);
    border: 0;
}

.userDropdown .dropdown-menu li a {
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #f0f0f0;
    padding: 0 0 10px;
    line-height: 16px;
    margin: 0;
    color: #000;
}

.userDropdown .dropdown-menu li a:hover {
    color: var(--th-primary-blue-color);
}

.userDropdown .dropdown-menu li {
    padding: 5px 14px;
    margin: 0;
    line-height: 0;
}

.userDropdown .dropdown-menu li a:hover {
    color: var(--th-primary-blue-color);
    background: transparent;
}

/* .userDropdown:hover .dropdown-menu {
    display: block;
    visibility: visible;
} */

.download-btn {
    border-radius: 8px;
    background: var(--th-primary-blue-color);
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    padding: 8px 10px;
    display: flex;
    /* align-items: flex-end; */
    width: fit-content;
    min-width: 107px;
    text-align: center;
    justify-content: center;
}

.download-btn:hover {
    background: var(--th-primary-hover-color);
    color: #fff;
}

.flex-header2 {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.device-block {
    border: 1px solid var(--th-input-border-color);
    border-radius: 20px;
    position: relative;
    margin: 0 0 25px;
}

.w-system {
    position: absolute;
    border-radius: 20px 0 20px 0;
    color: #fff;
    font-size: 15px;
    padding: 10px 20px;
    background-color: var(--th-primary-blue-color);
    font-weight: 600;
}

.c-flag {
    margin: 70px auto 12px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
}

.c-flag img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.c-name {
    color: #1B1818;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.32px;
    margin: 0 auto 21px;
}

.act-flex {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-bottom: 1px solid var(--th-input-border-color);
    color: #1B1818;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.32px;
    padding: 0 0 8px;
    margin: 0 18px 8px;
}

.act-flex .act-time {
    color: #7B7B7B;
}

.logout-device {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.32px;
    display: block;
    margin: 15px 16px 19px;
    border: 1px solid var(--th-input-border-color);
    border-radius: 14px;
    padding: 14px 10px;
}

.logout-device:hover {
    color: #fff;
    background-color: var(--th-primary-blue-color);
    border-color: var(--th-primary-blue-color);
}


/* My Profile */

.avatar-upload .avatar-edit {
    position: relative;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background: #336AEA;
    border: 1.5px solid #FFFFFF;
    cursor: pointer;
    font-weight: normal;
    color: #FFFFFF;
    transition: all 0.2s ease-in-out;
    position: absolute;
    left: 18px;
    top: 18px;
    z-index: 2;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.avatar-upload .avatar-edit input+label:hover {
    background: #fff;
    border: 1.5px solid #336AEA;
    color: #336AEA;
}

.avatar-upload .avatar-preview {
    width: 100%;
    height: 393px;
    position: relative;
    border-radius: 12px;
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.profile_contentBox {
    border-radius: 20px;
    border: 1px solid var(--th-input-border-color);
    background: #FFF;
    height: 100%;
    padding: 22px 30px;
}

.profile_headTitle {
    color: #0D0D0D;
    font-size: 26px;
    font-weight: 700;
    margin: 0;
}

.profile_headBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.profile_borderBtn {
    border-radius: 12px;
    border: 1px solid var(--th-input-border-color);
    background: #FFF;
    padding: 10px 30px;
    text-align: center;
    color: #131313;
    font-size: 16px;
    font-weight: 600;
}

.profile_borderBtn:hover {
    border: 1px solid var(--th-primary-blue-color);
    background: var(--th-primary-blue-color);
    color: #FFF;
}

.profile_solidBtn {
    border-radius: 12px;
    border: 0;
    background: var(--th-primary-blue-color);
    color: #FFF;
    padding: 10px 30px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.profile_solidBtn:hover {
    background: var(--th-primary-hover-color);
    color: #fff;
}

.profile_headButton {
    display: flex;
    align-items: center;
    gap: 15px;
}

.pleaseContact {
    color: #101928;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
    padding-top: 4px;
}

.profile_block {
    margin-top: 26px;
}



.account_detailItem h4 {
    color: #1B1818;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.32px;
    margin-bottom: 10px;
    line-height: 1;
}

.account_detailItem span {
    color: #3D3D3D;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.32px;
    line-height: 1;
}

.account_detailItem {
    margin-bottom: 26px;
}

.pro_package_box {
    border-radius: 16px;
    display: flex;
    margin-top: 4px;
    background: rgba(51, 106, 234, 0.06);
}

.pro_packag_title {
    width: 96px;
    min-height: 88px;
    padding: 8px 13px;
    gap: 10px;
    border-radius: 16px 0px 0px 16px;
    background: var(--th-primary-blue-color);
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.pro_packag_info {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    padding: 22px 23px;
    flex: auto;
}

.pro_blueBtn {
    border-radius: 12px;
    border: 1px solid var(--th-primary-blue-color);
    background: transparent;
    padding: 10px 24px;
    text-align: center;
    color: var(--th-primary-blue-color);
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
}

.pro_blueBtn:hover {
    border: 1px solid var(--th-primary-blue-color);
    background: var(--th-primary-blue-color);
    color: #FFF;
}

.pro_packag strong {
    color: #1B1818;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.32px;
}

.pro_packag span {
    color: #3D3D3D;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.32px;
}

.max_proChange {
    max-width: 60%;
}

.max_proChange .form-control.is-invalid,
.max_proChange .was-validated .form-control:invalid {
    /* background-position: right 43px center; */
    background-image: none;
}

.pro_packag_flex {
    display: flex;
    gap: 89px;
}

/*  */
.breadcrumb {
    margin-bottom: 24px;
}

.grecaptcha-badge {
    bottom: 104px !important;
}


/*  */
.error_messageDark {
    color: #fff !important;
    background: rgb(220, 53, 69);
    width: fit-content;
    border-radius: 4px;
    margin-top: 5px;
    padding-inline: 8px;
    font-size: 15px;
}

/*  */


.access_denied {
    /* min-height: calc(100vh - 590px); */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
}

.access_denied img {
    margin-bottom: 20px;
}

.accessTitle {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

.accessDes {
    margin-bottom: 0;
}

/* 25-02-2025 */

.referral-url {
    display: flex;
    gap: 5px 15px;
    margin-bottom: 0px;
    margin-top: 16px;
    flex-wrap: wrap;
}

.referral-url .position-relative {
    width: 100%;
    flex: 1 0 216px;
}

.referral-url input {
    padding: 2px 102px 2px 13px;
    height: 48px;
    font-size: 14px;
    border: 2px dotted #b1b0b0;
    background: #d9d9d9;
    color: #000;
}

.referral-url .input-icon-copy {
    position: absolute;
    top: 8px;
    right: 55px;
    background-color: #336aea;
    width: 37px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.referral-url .input-icon-copy svg {
    height: 18px;
}

.referral-url .input-icon {
    position: absolute;
    right: 9px;
    top: 8px;
}

.referral-url .share-button.sharer .social.top {
    display: flex;
    right: 0;
}

.social .fbtn {
    width: 50px;
    height: 50px;
    display: flex;
    color: #fff;
    line-height: 18px;
    float: left;
    align-items: center;
    justify-content: center;
    background-color: #336aea;
    border: 1px solid #fff;
}

.referral-url .input-icon {
    position: absolute;
    right: 9px;
    top: 8px;
}

.share-btn {
    display: inline-block;
    width: 58px;
    height: 48px;
    background: #336aea;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    cursor: pointer;
    border: 0;
}

.share-button.sharer .social.top {
    margin-top: -90px;
    transform-origin: 0 0 0;
    position: absolute;
}

.share-button.sharer .social {
    margin-left: -65px;
    opacity: 0;
    transition: all 0.4s ease 0s;
    visibility: hidden;
}

.share-button.sharer .social.active.top {
    transform: scale(1) translateY(-10px);
}

.share-button.sharer .social.active {
    opacity: 1;
    transition: all 0.4s ease 0s;
    visibility: visible;
}

/* New css */
.top-bar-inner {
    display: flex;
    gap: 7px;
    align-items: center;
}

header .social-links {
    justify-content: center;
    margin: 0;
}

header .social-links a {
    color: #fff;
    width: auto;
    height: auto;
    line-height: normal;
    min-width: unset;
    border-radius: unset;
    border: 0;
    padding: 2px;
}

header .social-links a:hover {
    color: #fff;
}

.packageImage {
    text-align: center;
    height: 190px;
    margin: 0;
    width: 100%;
    padding: 20px 20px 0px 20px;
}

.packageImage img {
    max-width: 100%;
    height: 100%;
}

.lang_country img {
    margin-right: 7px;
}

.top-section-wrapper {
    margin: 40px auto 0;
}

.top-section-wrapper .pills-tabs-element {
    min-height: unset;
}

.top-section-wrapper .pills-tabs-element .tab-content>.tab-pane {
    padding: 0;
    height: 100%;
}

.top-section-wrapper .tab-content-data.scroll-height {
    height: 100%;
}

.top-section-wrapper .tab-content {
    height: calc(100% - 59px);
}

.swiper.gallery-thumbs .swiper-wrapper {
    justify-content: center;
}

.ch-titles {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin: 0 auto 16px;
    color: #888;
}

.channel_innerBox {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1px;
    padding: 0 3px;
}

.ch_block {
    padding: 0 2px 10px;
    width: 20%;
}

.ch_block img {
    /* height: 75px !important; */
    /* width: 75px !important; */
    /* margin-top: 20px; */
    border: 1px solid #dfdfdf;
    border-radius: 7px;
    /* margin: 0px 1px 0px 1px; */
    margin: 0 3px;
    /* height: 64px; */
    width: 100%;
    /* float: right; */
    object-fit: contain;
}

.ch_block {
    padding: 0 2px 4px;
    width: 20%;
}

.top-section-wrapper .tab-content .swiper {
    position: unset;
    padding-bottom: 30px;
}

@media (min-width:768px) {

    .web-wrapper .container-fluid,
    .web-header .container-fluid {
        max-width: 750px;
    }
}

@media (min-width: 992px) {

    .web-wrapper .container-fluid,
    .web-header .container-fluid {
        max-width: 960px;
    }

    .ch_block img {
        height: 32px;
    }
}

@media (min-width: 1200px) {

    .web-wrapper .container-fluid,
    .web-header .container-fluid {
        max-width: 1150px;
    }

    .ch_block img {
        height: 42px;
    }
}

@media (min-width: 1400px) {

    .web-wrapper .container-fluid,
    .web-header .container-fluid {
        max-width: 1350px;
    }

    .ch_block img {
        height: 50px;
    }
}

@media (min-width: 1700px) {

    .web-wrapper .container-fluid,
    .web-header .container-fluid {
        max-width: 1650px;
    }

    .ch_block img {
        height: 64px;
    }
}

@media (min-width: 1400px) and (max-width: 1699.98px) {
    .top-section-wrapper .pills-tabs-element .nav-pills .nav-link {
        padding: 13px;
    }

    .top-section-wrapper .tab-content {
        height: calc(100% - 38px);
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .ch-titles {
        font-size: 17px;
        margin: 0 auto 13px;
    }

    .top-section-wrapper .pills-tabs-element .nav-pills .nav-link {
        padding: 13px;
    }

    .top-section-wrapper .tab-content-data {
        padding: 13px;
    }

    .top-section-wrapper .tab-content {
        height: calc(100% - 38px);
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .ch-titles {
        font-size: 15px;
        margin: 0 auto 12px;
    }

    .top-section-wrapper .pills-tabs-element .nav-pills .nav-link {
        padding: 8px;
        font-size: 15px;
    }

    .top-section-wrapper .tab-content-data {
        padding: 13px;
    }

    .top-section-wrapper .tab-content {
        height: calc(100% - 38px);
    }
}

@media (max-width: 991.98px) {
    .hero-thumbs {
        top: 0;
        height: auto;
        padding: 10px 0;
    }

    .top-section-wrapper .tab-content {
        height: auto;
    }

    .top-section-wrapper .pills-tabs-element .tab-content>.tab-pane {
        padding: 0;
        height: auto;
    }

    .top-section-wrapper .tab-content-data.scroll-height {
        height: auto;
    }

    .ch_block {
        padding: 0 2px 3px;
        width: 60px
    }

    .hero-wrapper {
        margin-top: 30px;
    }

    .top-section-wrapper .tab-content-data {
        padding: 20px 11px;
    }

    .top-section-wrapper .pills-tabs-element .nav-pills .nav-link {

        padding: 11px;
    }

    .hero-thumbs-slide img {
        max-width: 27px;
    }

    .hero-thumbs-slide {
        width: 48px;
        height: 40px;
        line-height: 35px;
    }

    .hero-slide img {
        border-radius: 6px;
    }

    .swiper.gallery-top {
        border-radius: 6px;
    }

    .hero-thumbs .swiper-slide {
        width: 48px !important;
    }
}

.no_contacts {
    position: relative;
    /* z-index: 2000; */
    height: 162px;
    width: 162px;
    border: 5px solid #e5e5e5;
    box-shadow: 0 0 0 3px #e1e1e1;
    border-radius: 50%;
    background: #141414;
    background: -webkit-linear-gradient(#141414, #313131);
    background: -o-linear-gradient(#141414, #313131);
    background: -moz-linear-gradient(#141414, #313131);
    background: linear-gradient(#141414, #313131);
    color: #fff;
    /* margin: -38px auto 10px auto; */
    padding: 34px 13px;
    font-size: 22px;
    font-weight: bold;
    margin: 0 auto;
    line-height: normal;
    display: flex;
    align-items: center;
}


/* .for-video  */
.for-video .pills-tabs-element {
    min-height: 500px;
    height: 100%;
}

.for-video .tab-content-data.scroll-height {
    height: 372px;
    overflow-y: auto;
}

.video-element {
    height: 100%;
    min-height: fit-content;
}

/* new 10-03-2025 */

.video-details {
    background: #000;
    padding: 0px 10px 6px;
    color: #fff;
    display: flex;
    gap: 15px;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.gridIcon {
    flex: 0 0 56px;
    align-self: flex-start;
    cursor: pointer;
}

/* .c-Logo {
    flex: 0 0 56px;
    align-self: flex-start;
} */
.c-Logo {
    position: absolute;
    right: 0;
    top: 0;
    width: 56px;
    max-width: 56px;
    height: 56px;
}

.c-Logo a,
.c-Logo a img {
    max-width: 100%;
    display: inline-block;
    height: 60px;
    width: 60px;
    object-fit: contain;
}

.c-info-block {
    flex: auto;
    font-size: 15px;
    padding: 0 70px 0 0;
}

.c-other-data {
    display: flex;
    justify-content: space-between;
    gap: 0 2%;
}

.c-prognext,
.c-prognow {
    flex: 0 0 49%;
}

.c-dateTime {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin: 0 0 5px;
}

.p-progress {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 5px;
}

.p-progress .progress {
    flex: auto;
    border-radius: 0;
}

.p-progress .progress-bar {
    background-color: #b6d4ff;
}

.p-progress .progress,
.p-progress .progress-stacked {
    background-color: #434446;
}

.p-progress .progress-bar {
    background-color: #5a94e8;
}

.c-time {
    color: #cdae79;
}

.c-pnow {
    background: #7ebcf9;
    text-align: right;
    padding: 0 5px;
}

/* .s-time {
    text-align: right;
} */
.p-next {
    text-align: right;
    background-image: url(../img/arrow-left-icon.png);
    background-repeat: no-repeat;
    background-position: right 7px;
    padding: 0 12px 0 0;
}

#video-container:not(.mini-player) {
    width: 100%;
    background: #000;
    height: calc(100% - 80px);
}
/* div#video-container {
    min-height: 440px;
} */

@media (min-width: 1700px) {
    #video-container:not(.mini-player) .hls-player-dimensions.vjs-fluid:not(.vjs-audio-only-mode) {
        padding-top: 41% !important;
    }
}

@media (min-width: 1400px) and (max-width: 1699.98px) {
    
    #video-container:not(.mini-player) {
        height: calc(100% - 100px);
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    /* #video-container:not(.mini-player) .hls-player-dimensions.vjs-fluid:not(.vjs-audio-only-mode) {
      padding-top: 44.5% !important;
  } */
}


.tooltip {
    --bs-tooltip-zindex: 99;
}

.tooltip-next-p .tooltip-inner {
    max-width: 400px;
    width: 100%;
}

.prog_times {
    display: flex;
    border-top: 1px solid #ddd;
    padding-top: 7px;
    margin-top: 7px;
    justify-content: space-between;
    gap: 15px;
    font-size: 14px;
    flex-wrap: nowrap;
    color: #555;
}

.pt-l span,
.pt-r span {
    font-weight: 600;
}

.prog_content,
.prog_content p {
    text-align: left;
    color: #555;
    font-size: 14px;
}

.tooltip-next-p .schedule-tooltip .scheduleHeader {
    background: #fff;
    color: #2c6ef2;
    padding: 10px;
    margin: -5px -13px 7px;
    font-size: 17px;
    padding: 9px 14px;
    border-bottom: 1px solid #ddd;
}

.tootipClose.absClose {
    color: #000;
    margin: -5px -6px 3px auto;
    text-align: right;
    width: 21px;
}

.schedule-innerBox.channelsGrid {
    text-align: left;
}

.chn-title {
    font-size: 19px;
    font-weight: 600;
    margin: 0 0 8px;
}

.channelsGrid .channelPackageList {
    margin: 0 0 15px;
}

/* .mini-player {
 	right: 140px !important;
} */
.add-video-elements {
    flex: auto;
    position: relative;
}

.guide-m-auto {
    margin-left: auto
}

.video-data-block .watch_cardBtn,
.video-data-block .watch_cardLike {
    position: unset;

}

.favourite-list .video-data-list.watch-history-items {
    padding-left: 0 !important;
}

.favourite-list .video-data-list.watch-history-items:nth-child(odd) {
    padding: 8px !important;
    background-color: #eff3fe;
    border-radius: 4px;
}

/*  */
/*  */
.movie_vod_flex {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 16px;
}

.v-ul-list {
    padding: 0;
    list-style: none;
}

.v-ul-list li a {
    font-size: 15px;
    color: var(--th-primary-blue-color);
    font-weight: 500;
}

.video-infos {
    flex: auto;
}


/* Search */
.search_resultsText {
    font-size: 22px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
}

.search_resultsText mark {
    background-color: yellow;
}

.librarySearchName {
    font: 16px 500;
    position: relative;
    display: inline-block;
    padding-left: 18px;
    margin-bottom: 9px;
}

.librarySearchName::before {
    position: absolute;
    content: '';
    left: 0;
    top: 6px;
    width: 12px;
    height: 12px;
    background-color: var(--th-primary-blue-color);
    border-radius: 50%;
}

.librarySearchTabs {
    margin: 20px 0 30px;
}

.librarySearchTabs .link-tabs {
    width: fit-content;
    margin: 0 auto;
}

.librarySearchTabs .nav-tabs .nav-link {
    border-radius: 0;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    border: 0;
    display: block;
    width: 100%;
    padding: 12px 20px;
    border-radius: 12px;
    border: 1px solid var(--th-input-border-color);
}

.librarySearchTabs .nav-tabs .nav-link:disabled {
    color: #857d7d;
    background-color: #f3f3f3;
    cursor: not-allowed;
    opacity: 0.6;
}

.librarySearchTabs .nav-tabs .nav-item.show .nav-link,
.librarySearchTabs .nav-tabs .nav-link.active {
    color: #fff;
    background-color: var(--th-primary-blue-color);
    border-color: var(--th-primary-blue-color);
}

.librarySearchTabs .nav-tabs {
    width: fit-content;
    margin: 20px auto 30px;
    overflow: hidden;
    gap: 10px;
    padding-bottom: 14px;
}

.searchResults_btn {
    position: absolute;
    right: 70px;
    top: 1px;
    background: var(--th-primary-blue-color);
    border: 0;
    width: 52px;
    color: #fff;
    height: 52px;
    border-radius: 0 10px 10px 0;
}

.searchResults_btn:hover {
    background: #1f4cb4;
    color: #fff;
}

.searchResults_icon .form-control {
    padding-right: 56px;
}

.foundResults_date {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.foundResults_category {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 25px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--th-input-border-color);
}

.listViewBtnBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--th-input-border-color);
    padding-bottom: 16px;
    margin-bottom: 20px;
    gap: 10px;
}

.vod_item_link img {
    height: 25px;
    object-fit: cover;
}

.pull-left.view_mode {
    display: flex;
    align-items: center;
    gap: 10px;
}

.listViewBtnBox .v-ul-list li a {
    font-size: 15px;
    color: var(--th-primary-blue-color);
    font-weight: 500;
    color: #fff;
    border-radius: 12px;
    border: 1px solid var(--th-primary-blue-color);
    background: var(--th-primary-blue-color);
    padding: 7px 15px;
    line-height: 1;
}

.listViewBtnBox .v-ul-list {
    margin: 0;
}

/* Example styles to show different views */
.listing_viewMain.list .gridView {
    display: none;
}

.listing_viewMain.list .listView {
    display: block;
}

.listing_viewMain.grid .gridView {
    display: block;
}

.listing_viewMain.grid .listView {
    display: none;
}

.vod_item_link {
    border: 0;
    background: transparent;
}

.vod_item_link:not(.active) img {
    filter: brightness(0%);
}

.view_mode {
    display: flex;
    align-items: center;
    gap: 15px;
}

.vod_item_list {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.vod_item_list li {
    border-radius: 8px;
    border: 1px solid var(--th-input-border-color);
    background: #FFF;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    padding: 4px 10px;
    width: 35px;
    height: 35px;
    min-width: 35px;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
}

.vod_item_list li:hover {
    color: var(--th-primary-blue-color);
    border-color: var(--th-primary-blue-color);
}

.vod_item_list li.active {
    color: #fff;
    border-color: var(--th-primary-blue-color);
    background: var(--th-primary-blue-color);
}

.maxRightWidth {
    width: 220px;
    flex: 0 0 220px;
}

.paly_videoIcon {
    border-radius: 50%;
    background: gray;
    border: 1px solid transparent;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 0;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    text-align: center;
    justify-content: center;
    z-index: 2;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.video-meta-date {
    font-size: 15px;
    text-align: left;
    display: block;
    color: var(--th-text-color);
    margin-bottom: 2px;
    font-weight: 500;
}

.video-time {
    color: #3d3d3d;
    font-weight: 400;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.video-date-time {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block: 10px;
    gap: 15px;
    margin-top: 10px;
    border-top: 1px solid var(--th-input-border-color);
}

.video-meta-popup .p-rating {
    justify-content: start;
    text-align: start;
    margin-right: auto;
    margin-block: 4px;
}

.data-not-found-css {
    justify-content: center;
    display: grid;
}

.data-not-found-css b {
    font-size: 22px;
    font-weight: 600;
    margin-top: -15px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*  */
.coming-soon {
    margin: 50px auto;
    text-align: center;
}

.coming-soon img {
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}



@-webkit-keyframes flash {

    0%,
    100%,
    50% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    0%,
    100%,
    50% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.faa-flash.animated,
.faa-flash.animated-hover:hover,
.faa-parent.animated-hover:hover>.faa-flash {
    -webkit-animation: flash 2s ease infinite;
    animation: flash 2s ease infinite
}

.faa-flash.animated-hover.faa-fast:hover,
.faa-flash.animated.faa-fast,
.faa-parent.animated-hover:hover>.faa-flash.faa-fast {
    -webkit-animation: flash 1s ease infinite;
    animation: flash 1s ease infinite
}

.faa-flash.animated-hover.faa-slow:hover,
.faa-flash.animated.faa-slow,
.faa-parent.animated-hover:hover>.faa-flash.faa-slow {
    -webkit-animation: flash 3s ease infinite;
    animation: flash 3s ease infinite
}

.msgBody p {
    text-align: center;
    color: #000;
}

.notes {
    color: #9F6000;
    background-color: #FEEFB3;
    padding: 11px 20px;
    font-size: 15px;
    border-radius: 6px;
    margin: 0 auto 21px;
    border: 1px solid #f2daae;
}

.msg-image {
    color: #f7d20a;
    margin: 0 auto 20px;
    text-align: center;
}

.msg-image svg {
    max-width: 100px;
    height: auto;
}

.btn-center {
    text-align: center;
}



[dir="rtl"] .video-details {
    direction: ltr;
}

/*[dir="rtl"] .p-progress {
    direction: rtl;
}*/

[dir="rtl"] .iti__country-list {
    text-align: right;
    left: 0;
}


.c-prognow .p-progress .progress {
    direction: rtl;
}

.captcha-group {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-direction: row-reverse;
}

.captcha-group button {
    border: 0;
    background: transparent;
    font-size: 24px;
    color: #3350ea;
}

.captcha-group img {
    border-radius: 10px;
}

.iti__selected-flag {
    border-radius: 10px 0 0 10px;
}

.iti__country {
    font-size: 15px;
}

.no-package b {
    color: #8b0000;
    font-weight: 800;
}

.planDetails {
    list-style: none;
    padding: 0;
    line-height: 20px;
    font-size: 14px;
}

.expired_plans {
    font-weight: 800;
    color: #8b0000;
}

.upgrade-package {
    color: #fdc91d !important;
}

[dir="rtl"] .video-infos {
    text-align: end;
}

[dir="rtl"] .video-data-list {
    direction: ltr;
}

.extraMenus {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
}

.extraMenus .menuItem:not(:last-child)::after {
    content: '/';
    font-size: 12px;
    color: #ffffff67;
    font-weight: 100;
    line-height: normal;
}

.extraMenus a.menuLink {
    font-size: 12px;
    line-height: normal;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    padding: 0px 1px 3px 3px;
    min-width: unset;
    transition: ease-in-out .3s;
}

.extraMenus a.menuLink:hover {
    color: #fdc91d;
}

/*.clear-btn {
    padding: 0;
    border: none;
    background-color: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 130px;
    margin: auto;
    color: #ccc;
}*/

.clear-btn {
    padding: 5px 10px;
    border: none;
    background-color: #336aea;
    color: #ffffff;
    font-weight: 500;
    border-radius: 8px;
    margin-top: 5px;
    float: right;
}

.channelRecordsShows .video-data-list {
    padding: 0 10px;
    margin: 0;
    border: 1px solid var(--th-input-border-color);
}

.channelRecordsShows .video-data-img,
.channelRecordsShows .video-infos {
    margin: 10px 0;
}

.videoTiming {
    padding: 10px 0 10px 10px;
    border-left: 1px solid var(--th-input-border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 90px;
    font-size: 14px;
    font-weight: 600;
    color: #121212;
}

.watermark-logo {
    background: #2d2d2d;
    padding: 3px 7px 4px;
    border-radius: 4px;
}

.mini-player .watermark-logo {
    top: 5px !important;
    left: 4px !important;
    width: 57px !important;
    padding: 4px 6px;
}

.mini-player .watermark-logo {
    top: 5px !important;
    left: 4px !important;
    width: 57px !important;
    padding: 4px 6px;
}

.v-desc.expanded {
    max-height: none;
    -webkit-line-clamp: unset;
}

.desc-showMoreBox {
    margin-bottom: 12px;
}

.desc-showMoreBox .v-desc {
    margin: 0;
}

.cursor {
    cursor: pointer;
}

.mobile_list {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
}



.video-js .vjs-progress-control .vjs-mouse-display {
    z-index: 3 !important;
}

#v-pills-series .v-desc {
    overflow: unset;
    text-overflow: unset;
    display: block;
    -webkit-line-clamp: unset;
}

.custome_tooltip2 .v-desc {
    overflow: unset;
    text-overflow: unset;
    display: block;
    -webkit-line-clamp: unset;
}

.chl-listings li a {
    display: block;
}

.leftBox .nav-link.active,
.leftBox .show>.nav-link {

    border-radius: 12px;
    border: 1px solid var(--th-input-border-color);
    background: #FFF;
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    padding: 12px;
}

.leftBox .nav-link {
    color: #fff;
    border-radius: 12px;
    border: 1px solid var(--th-primary-blue-color);
    background: var(--th-primary-blue-color);
}

.leftBox .nav-link:hover {
    border: 1px solid var(--th-input-border-color);
    background-color: transparent;
}

.watched_tvSwiper,
.watched_moviesSwiper {
    padding-bottom: 30px;
}

.swiper-pagination {
    bottom: -5px !important;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #336aea;
}


/*  */
.vod_mobile_menu {
    border: 1px solid var(--th-input-border-color);
    border-radius: 25px;
    margin-bottom: 25px;
    display: none;
}

.vod_title_menu {
    background: var(--th-primary-blue-color);
    color: #fff;
    text-align: center;
    border-radius: 25px 25px 0 0;
    padding: 13px;
    font-weight: 600;
}

.vod_mobile_box {
    padding: 16px;
}

.vod_cate_new {
    display: flex;
    gap: 10px;
    width: 100%;
    padding: 0;
    list-style: none;
    flex: auto;
    margin: 0;
    overflow: auto;
    scrollbar-width: thin;
    padding-bottom: 7px;
}

.vod_cate_new li a {
    border-radius: 6px;
    border: 1px solid var(--th-input-border-color);
    background: #FFF;
    color: #000;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    padding: 4px 14px;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
}
 .pills-tabs-element .tab-content>.tab-pane.addCatePadd {
    padding: 0 0 124px 0;
}
.vodeCategory-list {
    display: flex;
    gap: 10px;
    width: 100%;
    list-style: none;
    flex: auto;
    overflow: auto;
    scrollbar-width: thin;
}
.vodeCategory-list a{
    flex: 1;
    white-space: nowrap;
}

.vod_cate_new li a.active{
    background: var(--th-primary-blue-color);
    color: #fff;
    border-color: var(--th-primary-blue-color);
}
/*  */
.subCats .active {
    background: #336aea;
    color: #fff;
}
.channelsSwiper .swiper-pagination {
    bottom: 15px !important;
} 
.whats-block .vod_title_menu {
    border-radius: 5px;
    margin-top: 15px;
    padding: 10px;
    font-size: 15px;
}
.whats-series-cardBox  .series_card_title {
    font-weight: 500;
    white-space: normal;
    font-size: 12px;
    color: #336aea;
    line-height: 20px;
}
.whatsNew-title{
    display: flex;
    align-items: center;
    gap: 10px;
}
.whatsNew-title{
    font-size: 18px !important;
}
.whatsNew-title svg {
    min-width: 24px;
}
.whats-series-cardBox .series_card_img {
    /* height: auto; */
    max-height: 140px;
    border: 1px solid var(--th-input-border-color);
    padding: 5px;
    border-radius: 5px;
    position: relative;

}
.videoIcon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.whats-series-cardBox .series_card_img img{
  border-radius: 5px;
}
.whats-series-cardBox {
    border: 0;
}

.whats-series-cardBox .series_card_head {
    background: transparent;
    border: 0;
    padding: 5px 0;
}
.series_cardBox.whats-series-cardBox {
    border: 0;
}
.marqueeTag {
    background-color: var(--th-primary-blue-color);
    margin-top: 20px;
    display: block;
    padding-top: 5px;
}
.marqueeTag marquee{
    color: #fff;
}

.marqueeList {
    display: flex;
    margin-bottom: 0;
    padding-left: 0;
    gap: 50px;
}
.progressBlock {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    margin-bottom: 10px;
}
.progressTrack{
    padding: 10px;
}
.statusListBlock {
    margin-top: 20px;
}
.statusListItems {
    display: inline-block;
}
.statusListItems span {
    font-size: 14px;
    color: #3D3D3D;
    font-weight: 500;
}

.marqueeTag button.newChannelClose {
    background: red;
    border: 1px solid red;
    border-radius: 100%;
    padding: 2px 2px;
    color: #fff;
    margin-right: 10px;
    float: right;
    font-size: 5px;
}

.playShowBg.active {
    background: #336aea;
}

.watch-history-items .video-data-img.video_channel_play.active {
    background: transparent;
}
.search-items-vod {
    border: 0;
    margin-top: 25px;
}
.search-items-vod button {
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #336aea !important;
    display: block;
    padding: 15px 35px;
    border-radius: 8px;
    margin: 0 5px;
}
.search-items-vod button.active {
    background: #336aea !important;
    color: #fff !important;
}
.search-items-vod ul {
    border: 0;
}