:root {
    --primary: #01002c;
    --primary-yellow: #F0BA00;
    --hover-yellow: #FFCE51;
    --hover-blue: #0055C7;
    --border-color: #B0B0B0;
    --text-color: #222222;
    --link-color: #004DE3;
    --primary-background: #F0F3F6;
    --primary-blue: #1300C1;
    --sky: rgb(75, 115, 217);
    /* --secondary-background: rgb(25, 44, 88); */
    --secondary-background: rgb(96, 128, 186);
    --font1: 'Heebo', sans-serif;
    --font2: 'Fira Sans Extra Condensed', sans-serif;
    --font3: 'Roboto', sans-serif;
    --btnbg: #ffcc00;
    --btnfontcolor: rgb(61, 61, 61);
    --btnfontcolorhover: rgb(255, 255, 255);
    --btnbghover: #ffc116;
    --btnactivefs: rgb(241, 195, 46);
    --label-index: #960796;
    --danger-index: #5bc257;
/* PAGINATE */
    --link-color-hover: #fff;
    --bg-content-color: #ffcc00;
}

@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;900&family=Roboto:wght@300;400;500;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Extra+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");

body {
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    color: var(--text-color);
    background-color: var(--primary-background);
    overscroll-behavior: none;
    font-family: "Open Sans", sans-serif;
    padding-top: 5rem;
}
html {
    scroll-behavior: smooth;
}

main {
    min-height: 65vh;
}
a {
    color: #222222;
}

.text-primary {
    color: var(--primary) !important;
}
.back-filter-link,
.clear-filter-link {
    color: var(--link-color);
    font-family: 'Roboto Light', sans-serif;
}
h1, .h1 {
    font-family: 'Lora', serif;
    font-size: 3.5rem;
    /* font-weight: 900; */
}
h2, .h2 {
    font-size: 1.5rem;
}
h3, .h3 {
    font-size: 1.35rem;
}
h4, .h4 {
    font-size: 1.25rem;
}
/* .navbar-brand > h1 {
    background-image: url('/images/mc-red-logo2x.png?cacheBuster=284864');
    height: 3.5rem;
    width: 3.5rem;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    background-color: transparent;
} */

h1, h2, h3, h4, h5, h6 {
    font-family: "Nunito", sans-serif;
    color: #000000;
}


h5, .h5 {
    font-size: 1rem;
}
.card-header>h2>.btn {
    font-family: 'Roboto Medium', sans-serif;
    font-weight: bold;
}
.jumbotron h1 {
    font-family: 'Lora', serif;
    font-size: 8rem;
}
.lead {
    font-size: 1.6rem;
    font-family: 'Roboto Thin', sans-serif;
}
/* p, .nav-link {
    font-family: 'Roboto Light', sans-serif;
}
 */
p strong {
    font-weight: 600;
}
.background-gradient {
    /* background: linear-gradient(180deg, rgba(248, 249, 251, 0) 0%, rgba(248, 249, 251, 0.5) 59.79%, #F8F9FB 86.35%), url('/images/placeholder-hero.png?cacheBooster=123456') no-repeat; */
    /* background-image: ; */
    background-size: 100% auto;
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.background-gradient.visible {
    background: linear-gradient(180deg, rgba(248, 249, 251, 0) 0%, rgba(248, 249, 251, 0.5) 59.79%, #F8F9FB 98%), url('https://streams2.winkball.com/images/prCr9ZYj-t8e') no-repeat;
    /* background-size: 100% auto; */
    background-size: cover;
}
.jumbotron {
    background-color: transparent;
    color: var(--primary-background);
}
/* Search bar */
.search-control-container {
    text-align: left;
    display: inline-block;
    width: 100%;
    font-family: 'Roboto Light', sans-serif;
}
.filter-top-middle:focus .search-control-container,
.filter-top-middle:hover .search-control-container {
    margin-bottom: -2px;
}
.search-control {
    display: inline-block;
    margin: .5rem 0;
    padding: 0 .5rem;
    vertical-align: bottom;
    width: 100%;
}
.search-control .input-clear {
    position: relative;
    display: inline-block;
}
.search-control .input-clear, .search-control input, .search-control button {
    background-color: transparent;
    border: none;
    outline: none;
}
.search-control input {
    outline: none;
    width: 100%;
    min-width: 70vw;
    transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
}
label {
    font-size: 0.875rem;
    color: #012970;
}
.product-line-btn {
    background: none !important;
    border: none;
    float: right;
    font-size: 14px;
}
.product-line-btn:hover {
    text-decoration: underline;
}
.product-edit-btn {
    display: block;
    background: none !important;
    border: none;
    text-align: left;
    font-size: 14px;
    width: 100%;
}
.product-edit-btn:hover {
    text-decoration: underline;
}
.attachment {
    -webkit-align-items: center;
    align-items: center;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(100,121,143,0.302);
    box-shadow: inset 0 0 0 1px rgba(100,121,143,0.302);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #5f6363;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 30px;
    padding: 0 12px;
    margin-right: 8px;
    max-width: 160px;
    min-width: 64px;
    font-size: 0.8rem;
}

/* Profile landing hotlinks */

.doticon {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    display: inline-block;
    padding: 9px;
}
.disabledbg {
    background-color: #EBEBE4;
}
.greenbg {
    background-color: #08da4e;
}

.call-btn {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    padding: 0.85rem 1rem;
    /* border-radius: 2px; */
    border: 0;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    white-space: normal!important;
    cursor: pointer;
}

.pulsating-dot {
    width: 16px;
    height: 16px;
    background-color: #e00614; /* Change the color as desired */
    border-radius: 50%;
    animation: pulse 1s infinite;
}

.pulsating-dot-absolute {
    width: 16px;
    height: 16px;
    background-color: #e00614;
    border-radius: 50%;
    animation: pulse 1s infinite;
    position: absolute;
    right: 10px;
    top: 3px;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 #e00614;
    }
    50% {
        transform: scale(1.2);
        box-shadow: 0 0 0 10px rgba(52, 152, 219, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(52, 152, 219, 0);
    }
}

.overflowlink {
    width: 160px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/* .search-control .icon-close {
    position: absolute;
    right: 0;
    top: .5rem;
    outline: none;
    height: 1rem;
    width: 1rem;
}
.search-control .icon-close::before,
.search-control .icon-close::after {
  content: ' ';
  width: 2px;
  height: 1rem;
  top: 0;
  background-color: var(--text-color);
  position: absolute;
  outline: none;
}
.search-control .icon-close::before {
  transform: rotate(45deg);
}
.search-control .icon-close::after {
  transform: rotate(-45deg);
} */
.search-control button {
    cursor: default;
}
/* end seearch bar */

.bkg-navy {
    background-color: var(--hover-blue);
    color: white;
    line-height: 1.5;
    padding: 0.375rem 0.75rem;
}

.bkg-blue {
    background-color: var(--primary-blue);
    color: white;
}

/* Rounded borders */
.rounded-8 {
    border-radius: 8px;
}
.rounded-4 {
    border-radius: 4px;
}

.tag-section,
.filter-section {
    background-color: white;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
}
.filter-bar {
    overflow-x: auto;
}
.filter-link {
    color: black;
    background-color: transparent;
    font-family: 'Roboto Light', sans-serif;
    white-space: nowrap;
}
.filter-link.active {
    border-bottom: 3px solid var(--primary);
}
.filter-top-middle {
    margin-bottom: 3px;
}
.filter-top-middle:hover,
.filter-top-middle:focus {
    outline: none;
    overflow: hidden;
    border-bottom: 3px solid var(--primary) !important;
}
.filter-link:focus, .filter-link:hover {
    text-decoration: none;
    outline: none;
}
.channels {
    padding: 0 2.75rem;
    font-size: x-large;
}
.filter-header {
    font-weight: 300;
    padding-left: 2.75rem;
}
.bd-highlight {
    background-color: #e9ecef;
}
.border-allvideos {
    border-left: 1px solid;
}

/* .navigation {
    transition: .3s all;
    background: transparent;
    color: #222222;
}
.navigation-primary {
    background-color: #fff;
    color: white;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
    border-bottom: 1px solid #005EB8;
} */
.btn.btn-bodysecondary,
.btn.btn-bodysecondary:hover {
    background-color: black;
    color: white;
    line-height: 1.5rem;
    font-size: 1.125rem;
    min-width: 12rem;
    padding: 12px 1.125rem;
}
.btn.btn-bodysecondary:focus {
    background-color: var(--hover-blue);
    border-color: var(--hover-blue);
}
.btn.btn-delete,
.btn.btn-delete:hover {
    background-color: #dc3545;
    color: white;
    line-height: 1.5rem;
    font-size: 1.125rem;
    min-width: 12rem;
    padding: 12px 1.125rem;
}
.btn.btn-delete:focus {
    background-color: #c82333;
    border-color: #bd2130;
}
.password-addon {
    position: absolute;
    right: 0.3rem;
    top: 0.5rem;
    width: 2rem;
    z-index: 4;
}
.btn-outline-primary,
.btn-outline-primary:hover {
    border-color: var(--primary);
    color: var(--primary);
    background-color: transparent;
    line-height: 1.5rem;
    font-size: 1.125rem;
    min-width: 12rem;
    padding: 12px 1.125rem;
}
.btn-outline-primary:focus {
    background-color: transparent;
}
.btn-outline-secondary,
.btn-outline-secondary:hover {
    border-color: white;
    background-color: transparent;
    color: white;
}
.tag-bar .btn-outline-primary,
.tag-bar .btn-outline-primary:hover {
    line-height: 1.5rem;
    font-size: 1rem;
    padding: .5rem 1rem;
    min-width: auto;
}
.tag-bar .btn-outline-primary:not(:disabled):not(.disabled).active,
.tag-bar .btn-outline-primary:not(:disabled):not(.disabled):active {
    background-color: var(--primary);
    border-color: var(--primary);
    color: white;
}
.filter-bar .btn-outline-primary:not(:disabled):not(.disabled).active,
.filter-bar .btn-outline-primary:not(:disabled):not(.disabled):active {
    background-color: var(--primary);
    border-color: var(--primary);
    color: white;
}
.tag-bar .bi.bi-plus {
    fill: currentColor;
}
.tag-bar .bi.bi-cross {
    color: white;
    fill: currentColor;
}
.btn-outline-secondary:focus {
    border-color: var(--hover-yellow);
    background-color: transparent;
    color: var(--hover-yellow);
}
/* .navbar-homepage .btn-outline-secondary {
    border-color: var(--text-color);
    color: var(--text-color);
} */
.btn-donate,
.btn-donate:hover {
    background-color: var(--primary-yellow);
    border: 1px solid var(--primary-yellow);
    color: black !important;
    padding: .5rem 1rem;
}
.btn-donate:focus {
    background-color: var(--hover-yellow);
    border: 1px solid var(--hover-yellow);
    color: var(--text-color) !important;
}

.channels-section {
    background-color: var(--primary-background);
    padding-top: 1rem;
    margin-top: 14px;
    /* background: linear-gradient(to bottom, rgba(226,226,226,1) 0%, rgba(0,0,0,0.1) 20%); */
}
.programmes {
    padding: 0 0.75rem;
}
.filter {
    padding: 0 1.75rem;
}
.top-filter-heading,
.tag-bar-heading,
.tag-bar {
    padding-left: 2.75rem;
    padding-right: 2.75em;
}
.tag-bar-heading,
.top-filter-heading {
    font-family: 'Roboto Medium', sans-serif;
    font-weight: 700;
}
.tag-bar>.search-tag {
    margin-left: 0 !important;
}

/* Product Card */
.card, .static-card {
    background: #fff;
    transition: .3s transform cubic-bezier(.155, 1.105, .295, 1.12), .3s box-shadow, .3s -webkit-transform cubic-bezier(.155, 1.105, .295, 1.12);
    border: 0;
    border-radius: 1rem;
}

.static-card:hover {
    background: #fff;
    transition: .3s transform cubic-bezier(.155, 1.105, .295, 1.12), .3s box-shadow, .3s -webkit-transform cubic-bezier(.155, 1.105, .295, 1.12);
    border: 0;
    border-radius: 1rem;
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(1rem - 1px);
    border-top-right-radius: calc(1rem - 1px);
}


.card h5 {
    overflow: hidden;
    font-weight: 300;
    font-size: 1rem;
}

.card-img-top {
    width: 100%;
    min-height: 250px;
    max-height: 250px;
    object-fit: contain;
    padding: 1rem;
}

.card h2 {
    font-size: 1rem;
}


.card:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
}

/* Tooltip */

.help-tip {
    position: relative;
    display: inline-block;
    text-align: center;
    background-color: #29b6f6;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    font-size: 12px;
    line-height: 16px;
    cursor: default;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

.help-tip:hover {
    background-color: #ccc;
}

.help-tip:before {
    content: '?';
    font-weight: 700;
    color: #fff;
}

.help-tip p {
    visibility: hidden;
    opacity: 0;
    text-align: left;
    background-color: #039be5;
    padding: 20px;
    width: 300px;
    position: absolute;
    border-radius: 4px;
    right: -7px;
    top: 23px;
    color: #fff;
    font-size: 13px;
    line-height: normal;
    transform: scale(0.7);
    transform-origin: 100% 0%;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: 996;
}

.help-tip:hover p {
    cursor: default;
    visibility: visible;
    opacity: 1;
    transform: scale(1.0);
}

.help-tip p:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #039be5;
    right: 10px;
    top: -11px;
}

.help-tip p:after {
    width: 100%;
    height: 40px;
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
}

.help-tip a {
    color: #fff;
    font-weight: 700;
}

.help-tip a:hover, .help-tip a:focus {
    color: #fff;
    text-decoration: underline;
}

.help-tip-2 {
    position: absolute;
    top: 1px;
    right: -18px;
    text-align: center;
    background-color: #29b6f6;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    font-size: 12px;
    line-height: 16px;
    cursor: default;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

.help-tip-2:hover {
    background-color: #ccc;
}

.help-tip-2:before {
    content: '?';
    font-weight: 700;
    color: #fff;
}

.help-tip-2 p {
    visibility: hidden;
    opacity: 0;
    text-align: left;
    background-color: #039be5;
    padding: 20px;
    width: 300px;
    position: absolute;
    border-radius: 4px;
    right: -7px;
    top: 23px;
    color: #fff;
    font-size: 13px;
    line-height: normal;
    transform: scale(0.7);
    transform-origin: 100% 0%;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: 997;
}

.help-tip-2:hover p {
    cursor: default;
    visibility: visible;
    opacity: 1;
    transform: scale(1.0);
}

.help-tip-2 p:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #039be5;
    right: 10px;
    top: -11px;
}

.help-tip-2 p:after {
    width: 100%;
    height: 40px;
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
}

.help-tip-2 a {
    color: #fff;
    font-weight: 700;
}

.help-tip-2 a:hover, .help-tip-2 a:focus {
    color: #fff;
    text-decoration: underline;
}

.help-tip-top {
    position: absolute;
    text-align: center;
    background-color: #29b6f6;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    font-size: 12px;
    line-height: 16px;
    z-index: 993;
    cursor: default;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

.help-tip-top:hover {
    background-color: #ccc;
}

.help-tip-top:before {
    content: '?';
    font-weight: 700;
    color: #fff;
}

.help-tip-top p {
    visibility: hidden;
    opacity: 0;
    text-align: left;
    background-color: #039be5;
    padding: 20px;
    width: 300px;
    position: absolute;
    border-radius: 4px;
    right: -7px;
    top: 23px;
    color: #fff;
    font-size: 13px;
    line-height: normal;
    transform: scale(0.7);
    transform-origin: 100% 0%;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: 996;
}

.help-tip-top:hover p {
    cursor: default;
    visibility: visible;
    opacity: 1;
    transform: scale(1.0);
}

.help-tip-top p:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #039be5;
    right: 10px;
    top: -11px;
}

.help-tip-top p:after {
    width: 100%;
    height: 40px;
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
}

.help-tip-top a {
    color: #fff;
    font-weight: 700;
}

.help-tip-top a:hover, .help-tip-top a:focus {
    color: #fff;
    text-decoration: underline;
}

/* Centered text */
.label-top {
    position: absolute;
    color: #fff;
    top: 8px;
    right: 8px;
    padding: 5px 10px 5px 10px;
    font-size: .7rem;
    font-weight: 600;
    border-radius: 3px;
    text-transform: uppercase;
}

.top-right {
    position: absolute;
    top: 24px;
    left: 24px;

    width: 90px;
    height: 90px;
    border-radius: 50%;
    font-size: 1rem;
    font-weight: 900;
    background: #8bc34a;
    line-height: 90px;
    text-align: center;
    color: white;
}

.top-right span {
    display: inline-block;
    vertical-align: middle;
    /* line-height: normal; */
    /* padding: 0 25px; */
}

.aff-link {
    /* text-decoration: overline; */
    font-weight: 500;
}

.over-bg {
    background: rgba(53, 53, 53, 0.85);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(0.0px);
    -webkit-backdrop-filter: blur(0.0px);
    border-radius: 10px;
}
.bold-btn {
    border: none;
    text-decoration: none;
    outline: 0;
    border-radius: 100px;
    width: 100%;
    font-size: .8rem;
    padding: 0.5rem 0rem;
}
.box .btn {
    font-size: 1.5rem;
}

.address-row {
    padding: 9px;
}

.indicator {
    margin-left: 3px;
}

.address-list {
    position: relative;
    font-weight: 400;
    color: #0F1111;
    padding-left: 15px;
    text-indent: -15px;
    margin-left: 3px;
    margin-bottom: 0px;
    top: -2px;
    padding-bottom: 0;
}

.address-label {
    height: 14px;
    width: 14px;
    vertical-align: top;
    position: relative;
    bottom: -2px;
}

.address-checked {
    background-color: #FCF5EE;
    border: 1px solid #FBD8B4;
    border-radius: 5px;
    overflow: hidden;
}

/* Product card button */
.btn-product {
    background: var(--hover-blue);
    color: white;
    border: none;
    text-decoration: none;
    outline: 0;
    /* box-shadow: -1px 6px 19px rgb(247 129 10 / 25%); */
    border-radius: 100px;
    width: 100%;
    font-size: .8rem;
    padding: 0.5rem 0rem;
}
.btn-product:hover {
    background: #f0eef7;
    /* box-shadow: -1px 6px 13px rgba(255, 150, 43, 0.35); */
}
.btn-check:focus + .btn-product, .btn-warning:focus {
    background: var(--btnbghover);
    color: var(--btnfontcolorhover);
    /* box-shadow: -1px 6px 13px rgba(255, 150, 43, 0.35); */
}
.btn-product:active:focus {
    box-shadow: 0 0 0 0.25rem var(--btnactivefs);
}
.btn-product:active {
    background: var(--btnbghover);
    color: var(--btnfontcolorhover);
    /* box-shadow: -1px 6px 13px rgba(255, 150, 43, 0.35); */
}

/* Card info pills and small buttons */

.bg-success {
    font-size: 1rem;
    padding: 0 0.8rem;
    background-color: var(--btnbg)!important;
    color: var(--btnfontcolor)!important;
}
.bg-danger {
    font-size: 1rem;
}


.price-hp {
    font-size: 1rem;
    font-weight: 600;
    color: darkgray;
}

.amz-hp {
    font-size: .7rem;
    font-weight: 600;
    color: darkgray;
}

.fa-question-circle:before {
    /* content: "\f059"; */
    color: darkgray;
}

.fa-heart:before {
    color:crimson;
}
.fa-chevron-circle-right:before {
    color: darkgray;
}
.float-codebtn {
    float: right;
}

.column-qrvimg {
  box-sizing: border-box;
  float: left;
  width: 50%;
  /* display: inline-block; */
}
.column-productimg {
  box-sizing: border-box;
  float: left;
  width: 50%;
  /* display: inline-block; */
}
option:disabled {
    display:none;
}
.label-price-products {
  background-color: #960793;
  position: absolute;
  color: #fff;
  top: 8px;
  left: 18px;
  padding: 5px 10px 5px 10px;
  font-size: .7rem;
  font-weight: 600;
  border-radius: 3px;
  text-transform: uppercase;
}
.image-container {
  padding: 2.5%;
  margin: 0;
}
.column-productimg img {
    object-fit: cover;
    border-radius: .5rem;
}

/* View QRV code button on card */
.btn-qrvbtn {
  background-color: black;
  color: white;
  font-size: .8rem;
  border: none;
  text-decoration: none;
  outline: 0;
  border-radius: 100px;
  width: 100%;
}

.btn-qrvbtn:hover {
  background-color: #262525;
  color: white;
}

/* Tiles */
.wink {
    margin-bottom: 2rem;
}
.wink-tile {
    display: block;
    position: relative;
    cursor: pointer;
}

  .wink-tile:hover .img-highlight {
    transform: scale(1.05);
  }

  .wink-tile:hover .bottom-slider-section {
    background-color: white;
    color: black;
    -webkit-transition: color .1s linear;
    -ms-transition: color .1s linear;
    transition: color .1s linear;
    -webkit-transition: background-color .1s linear;
    -ms-transition: background-color .1s linear;
    transition: background-color .1s linear;
  }
  .channel-title {
      font-size: 1rem;
      font-weight: bold;
      flex: 1;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 100%;
      padding: 0 1rem;
  }
  .filter-top-side {
      width: 3.75rem;
  }

  /* #search-input:-webkit-autoffill,
  input:-webkit-autofill,
  input:-webkit-autofill:focus {
      background-color: transparent !important;
  } */
  input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 1.375rem white inset; /* Change the color to your own background color */
    -webkit-text-fill-color: #333;
}

input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1.375rem white inset;/*your box-shadow*/
    -webkit-text-fill-color: #333;
}

/* Swiper Slider Section */
.swiper-container {
    width: 100%;
    height: 100%;
    padding: 0 1.75rem;
}
.wink-tile,
.swiper-slide {
    text-align: center;
    /* font-size: 18px; */
    background-color: transparent;

    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}


.category-name {
    /* font-family: 'Roboto Light', sans-serif; */
    font-family: 'Lora', serif;
    padding: 2rem 1.75rem 1.5rem 1.75rem;
    text-align: left;
    font-size: 2rem;
    -webkit-transition: color .2s linear;
    -ms-transition: color .2s linear;
    transition: color .2s linear;
    -webkit-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    transition: background-color .2s linear;
}

/* End of slider styling */

.count {
    width: 22px;
    height: 22px;
    display: inline-block;
    background-color: #C02800;
    border-radius: 10px;
    text-align: center;
}
.tooltip-inner {
    background-color: var(--hover-yellow);
    color: var(--text-color);
}
.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: var(--hover-yellow);
}

.accordion>.card {
    border-radius: 6px;
    margin-bottom: .5rem;
}
.accordion>.card>.card-header {
    background-color: white;
    border-bottom: none;
    padding: .5rem;
}
.accordion>.card>.card-header .btn.focus,
.accordion>.card>.card-header .btn:focus {
    outline: none;
    box-shadow: none;
}
.accordion>.card:not(:first-of-type),
.accordion>.card:not(:last-of-type) {
    border-radius: 6px;
    border: 1px solid rgba(0,0,0,.125);
}
.accordion>.card .card-body {
    font-weight: 300;
    padding: 0 1.5rem 1.5rem 1.5rem;
}

.partners-section {
    margin-bottom: 2rem;
    overflow: hidden;
}
.testimonial-section {
    background-color: var(--primary-yellow);
    padding: 3.5rem 0;
}
.testimonial-header {
    font-size: 3.5rem;
    font-weight: 100;
    line-height: 1.5;
}
.faq-section {
    padding: 3.5rem 0;
}
.faq-section [aria-expanded="false"] .bi-chevron-up,
.faq-section [aria-expanded="true"] .bi-chevron-down {
    float: right;
    display:none;
}

/* search tag styling */
.tag-section,
.filter-link.active .chevron-down,
.filter-link .chevron-up,
.search-tag.active .add,
.search-tag .remove {
    display: none;
}
.filter-link.active .chevron-up,
.search-tag.active .remove {
    display: inline-block;
}
/* Wizard Styling */
.tab {
    display: none;
}
.tab:first-child {
    display: block;
}
.bullets {
    text-align: center;
}
.bullet {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin: 0 4px;
    cursor: pointer;
    background-color: var(--primary);
    opacity: .2;
    display: inline-block;
}

.bullet.active {
    opacity: 1;
    background-color: var(--hover-blue);
}
/* End of wizard */

/* Veil Loading */
.veil {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: rgb(34,34,34, 0.5);
    display: none;
}

/* Programme landing page and player */
.video-container {
    overflow: hidden;
    border: 1px solid var(--primary-background);
    border-radius: 6px;
}
.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
    content: url('/images/arrows-angle-expand.svg');
    font-family: 'VideoJS';
}
.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
    content: url('/images/arrows-angle-contract.svg');
    font-family: 'VideoJS';
}
.video-js .vjs-back-btn,
.video-js .vjs-next-btn {
    width: 3em;
    margin: 0 .5em;
}
.video-js .vjs-share-btn .vjs-icon-placeholder:before {
    border: none;
}

/* .vjs-progcarousel {
    display: none;
} */

.vjs-progcarousel {
    width: 100%;
    height: auto;
    background: rgb(0,0,0,0.5);
    z-index: 1;
    position: absolute;
    bottom: calc(-56.25% - .5rem);
    /* bottom: 7em; */
}

.video-js .vjs-control-bar {
    left: 0;
    right: 0;
}

.vjs-loading-spinner:before, .vjs-loading-spinner:after {
    margin: 0;
}
.vjs-info-panel > .video-overlay,
.vjs-share-panel > .video-overlay {
    border-radius: 6px;
}

.showcarousel {
    animation: trans_show 1s ease forwards;
}

.hidecarousel {
    animation: trans_hide 1s ease;
}

.horizontalprogrammescontainer .plinner {
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    font-size: large;
    width: auto;
    padding: .25em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.horizontalprogrammescontainer .plduration {
    top: 0;
    left: 0;
}

.product-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    padding: 0 1rem;
    color: var(--primary);
    display: inline-block;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* Swiper sliders extra styling  */
.bottom-slider-section {
    background-color: white;
    border-top: 1px solid #CBD0D8;
    border-bottom-left-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
    box-sizing: border-box;
    width: 100%;
    color: var(--text-color);
    font-style: normal;
    text-align: left;
    min-height: 8rem;
    position: relative;
}

.bottom-slider-section > .channel-title {
    padding-top: .5rem;
    font-size: 1.5rem;
    font-weight: 300;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.bottom-slider-section > .segment-creator {
    font-weight: 100;
    font-size: 1rem;
    padding: .5rem 1rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/* Tiles extra styling */
.wink-tile {
    /* border: 1px solid #CBD0D8; */
    border-radius: 1.25rem;
    box-sizing: border-box;
    color: var(--text-color);
    overflow: hidden;
    text-align: left;
    position: relative;
    mask-image: radial-gradient(white, black);
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.vid-duration {
    text-align: center;
    position: absolute;
    padding: .5rem 1rem;
    background: #333333;
    color: white;
    border-radius: 6px;
    right: 1rem;
    top: -3.5rem;
}

.programme-metadata .segment-creator {
    font-weight: 300;
}

.creator>img {
    width: 3.5rem;
    height: 3.5rem;
}

/* Mobile Nav */
#box {
    position: fixed;
    z-index: 100;
    overflow: auto;
    top: 0;
    right: -80%;
    width: 80%;
    opacity: 0;
    padding: 2.2rem 0;
    height: 100%;
    background-color: var(--primary-background);
    color: var(--primary);
    transition: all 350ms cubic-bezier(0.6, 0.05, 0.28, 0.91);
    /* will-change: transform, opacity; */
}
#box.active {
    right: 0;
    opacity: 1;
    padding-bottom: 5rem;
}

#items {
    position: relative;
    /* top: 2.8rem; */
    /* transform: translateY(-50%); */
}

#box .mobile-nav-header,
#box .item {
    position: relative;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1.5;

    transition: all 250ms;
}
#box .mobile-nav-header {
    color: var(--sky);
    padding: 1.5rem 1.5rem .75rem 1.5rem;
}
#box .item a {
    color: var(--primary);
    padding: .5rem 1.5rem;
    display: block;
}
#box .sub-menu a {
    padding-left: 2.5rem;
}
#items .item a {
    padding: .5rem 1.5rem;
    width: 100%;
    display: block;
}
.refreshbtn {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    box-shadow: 0px 2px 7px rgba(0,0,0,0.1);
    padding: 7px 0 0 8px;
}

.refreshicon {
    fill: #000000b8;
    transform: rotate(0deg);
    transition: fill .25s ease, transform .25s ease;
}

.refreshicon:hover {
    fill: #1059FF;
    transform: rotate(180deg);
}


/* #box .item:hover {
    padding: 1rem 2rem;
    background-color: var(--sky);
    background-color: rgb(157, 168, 255, 0.2);
} */
#box .item a:hover {
    text-decoration: none;
}
#box {
    will-change: transform, opacity;
}
.mobile-nav-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    /* width: 1rem;
    height: 1rem; */
    padding:0;
    line-height: 1;
    font-size: 1.25rem;
    background-color: transparent;
    border: none;
    color: var(--sky);
    z-index: 2;
}
.mobile-nav-close > i {
    width: 15px;
}

#box .mobile-nav-close {
    width: 18px;
    top: -4px;
}

.navbar-toggler {
    width: 46px;
}
.nav-categories {
    background-color: white;
    color: var(--primary);
}
.sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: rgba(157, 168, 255, 0.1);
    display: none;
}
.item.is-selected > .sub-menu {
    display: block;
    padding: .5rem 0;
}
#box .filter-link-mobile {
    position: relative;
    /* pointer-events: none; */
}
#box .filter-link-mobile:before {
    content: " ";
    color: var(--primary);
    font-size: 1rem;
    width: 1.5rem;
    height: 1.5rem;
    right: 0;
    top: .75rem;
    margin: 0;
    padding: 0;
    position: absolute;
    /* pointer-events: auto; */
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url('/images/chevron-down.svg');
}
#box .filter-link-mobile.is-selected:before {
    transform: rotate(180deg);
    top: .25rem;
    right: .5rem;
}
/* End mobile nav */

/* Registration/Login */
.register-body {
    background-color: transparent;
    margin: 0 auto;
    max-width: 450px;
    min-height: 75vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.register-content {
    width: 450px;
    background-color: rgb(1, 0, 44, 0.75);
    flex-direction: column;
    display: flex;
    border-radius: 6px;
    margin: 0;
    width: 100%;
    color: white;
}
.form-details {
    flex-direction: column;
    display: flex;
    border-radius: 6px;
    margin: 0;
    width: 100%;
}
/* End Registration/Login */

/* FAQ */
.faq-title {
    font-weight: 300;
    font-size: 1.8rem;
    color: var(--text-color);
}

.filter-overlay {
    display: none;
}
.btn-reset:hover,
.btn-reset {
    background-color: var(--primary-background);
    border: 1px solid #CBD0D8;
    color: black !important;
}

.navigation-home a,
.navigation-home {
    color: white;
}

.navigation-home {
    background: rgb(98,75,153);
    /* background: linear-gradient(180deg, rgba(98,75,153,1) 30%, rgba(98,75,153,0.5) 100%); */
    background: linear-gradient(180deg, rgb(5, 5, 5) 30%, rgba(98,75,153,0.5) 100%);
}

.category-3,
.category-0 {
    color: green;
}
.category-1 {
    color: purple;
}
.category-2 {
    color: orange;
}
.category-4 {
    color: red;
}
.category-5 {
    color: blue;
}

@media (min-width: 1920px) {
    .col-xxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media(max-width: 768px) {
    .mobile-stack {
      width: 100%;
      margin-left: 0 !important;
      margin-right: 0 !important;
    }
    .help-tip-2 p {
        width: 150px;
        right: -66px;
    }
    .help-tip p {
        width: 150px;
        right: -66px;
    }
    .help-tip p:before {
        right: 68px;
    }
    .help-tip-2 p:before {
        right: 68px;
    }
}

@media (max-width: 992px) {
    .float-codebtn {
      float: none;
    }
}

@media (max-width: 767.98px) {
    .body-home {
        background-color: var(--primary);
    }
    h1, .h1 {
        font-size: 2rem;
        font-weight: bold;
    }
    .jumbotron h1 {
        font-size: 6rem;
    }
    .jumbotron > .lead {
        font-size: 1.5rem;
    }
    .category-name {
        font-size: 1.5rem;
        padding-left: 1.75rem;
    }
    .border-allvideos {
        border-left: none;
        border-top: 1px solid;
    }
    .categories {
        background-image: none;
        padding: 0 0 1rem 0;
    }
    .programmes {
        padding: 0;
    }
    .search-control input {
        min-width: 60vw;
    }
    .channels-section {
        padding: 0;
        margin-top: 0;
    }
    .top-filter-heading,
    .tag-bar-heading,
    .tag-bar {
        padding-left: 0;
        padding-right: 0;
    }

    .tag-section {
        display: none !important;
    }
    .filter-top-side {
        width: 1rem;
    }
    .navigation-home {
        background-color: var(--primary);
        color: white;
    }

    .navigation-home a {
        color: white;
    }

    .navbar-homepage .btn-outline-secondary {
        color: white;
        border-color: white;
    }
    .jumbotron {
        /* background-color: var(--primary); */
        color: white;
        border-radius: 0;
        margin: 0 auto;
        text-align: center;
    }
    .jumbotron .btn-outline-primary {
        color: white;
        border-color: white;
    }
    .jumbotron .btn.btn-primary {
        color: var(--text-color);
        background-color: var(--primary-yellow);
    }
    .channels-section > .container-fluid {
        padding: 0;
    }

    .swiper-button-prev,
    .swiper-button-next {
        width: 3rem;
        height: 3rem;
    }
    .faq-section {
        background-color: var(--primary-background);
    }
    .wizard-section .filter-header {
        padding: 0;
    }
    .wizard-section .btn-outline-primary {
        min-width: unset;
    }
    .wizard-section .btn-donate {
        width: 100%;
    }
    .back-lable {
        vertical-align: middle;
    }
    .channels,
    .filter-header {
        padding-left: 0;
    }
    .hero-section {
        min-height: 84vh;
    }
    .hasfocus > .filter-overlay {
        display: block;
        position: fixed;
        top: 58px;
        bottom: 0;
        left: 0;
        right: 0;
        /* background: rgba(0,0,0,.5); */
        background-color: white;
        z-index: 2;
    }
    .header.hidden,
    .sticky-footer.hidden {
        display: none !important;
    }
    .video-js .vjs-big-play-button {
        font-size: 2em;
    }
    .fixed-bottom-container {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: white;
        border-top: 1px solid #dee2e6;
    }
    .horizontalprogrammescontainer .plduration,
    .horizontalprogrammescontainer .plinner {
        font-size: small;
    }
}

@media (max-width: 580px) {
    .jumbotron h1 {
        font-size: 4rem;
    }
    .jumbotron h3 {
        font-size: 1.25rem;
    }
    .jumbotron > .lead {
        font-size: 1.25rem;
    }
    /* reseting erroneous player styling */
    .container-fluid>.row>div {
        padding-right: 15px;
        padding-left: 15px;
    }
    .showcarousel {
        /* we don't need to animate for small screens */
        animation: unset;
    }
    .hidecarousel {
        animation: unset;
    }
}

@media (max-width: 250px) {
    .btn {
        padding: 5px 30px 5px 30px;
    }
}

@media (min-width: 768px) {
    .jumbotron {
        padding: 4rem;
        /* margin-top: 17rem; */
        margin-bottom: 1rem;
    }
}

@media (min-width: 992px) {
    .nav-link.navext {
        display: none;
    }
}

@keyframes trans_show {
    from {bottom: -50%;}
    to {bottom: 25%;}
}

@keyframes trans_hide {
    from {bottom: 25%;}
    to {bottom: -50%;}
}