:root {
    --primary: #B0B0B0;
    --primary-yellow: #F0BA00;
    --hover-blue: #0055C7;
    --border-color: #B0B0B0;
    --text-color: #222222;
    --link-color: #004DE3;
    --primary-background: #f4f8fb;
}
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;900&display=swap');

.logincontainer {
    height: 100%;
    align-content: center;
}

.shadow {
    box-shadow:
    0 2.8px 2.2px rgba(0, 0, 0, 0.034),
    0 6.7px 5.3px rgba(0, 0, 0, 0.048),
    0 12.5px 10px rgba(0, 0, 0, 0.06),
    0 22.3px 17.9px rgba(0, 0, 0, 0.072),
    0 41.8px 33.4px rgba(0, 0, 0, 0.086),
    0 100px 80px rgba(0, 0, 0, 0.12)
}

.details-container {
    background-color: white;
    margin: 15px;
    height: 100%;
    border-radius: 5px;
    box-shadow: rgb(67 71 85 / 27%) 0px 0px 0.25em, rgb(90 125 188 / 5%) 0px 0.25em 1em;
}

.subheadfont {
    font-size: 22px;
    letter-spacing: 3px;
    font-weight: bold;
    color: #1B1D2C;
}

.bodypadding {
    padding: 0 50px;
}

.btn.btn-btndelete {
    padding: 14px;
    background-color: #F50019;
    color: white;
    text-align: center;
    text-overflow: ellipsis;
    white-space: initial;
    word-wrap: break-word;
    vertical-align: middle;
    letter-spacing: 2px;
}

#qrtable {
    margin: 0 auto;
    /* width: 80%; */
    max-width: 1192px;
    text-align: center;
}

.imgpreview {
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.tablebtns {
    margin: 2px !important;
    /* border-radius: 3px; */
    display: inline-block;
    max-width: 16rem;
    min-width: 7rem;
    width: 100%;
    padding: .25rem .5rem;
    font-size: 14px;
}

.tablebtnsicons {
    padding: .3rem .2rem !important;
}

.btnqrlinks {
    margin: 0 2px;
    color: #232f3f !important;
    border-color: #232f3f;
    background-color: transparent !important;
}

.btnqrlinks:hover {
    margin: 0 2px;
    border-color: #232f3f !important;
    background-color: #232f3f !important;
    color: white !important;
}

.btnqrdetails {
    margin: 0 2px;
    color: #11b95c !important;
    border-color: #11b95c;
    background-color: transparent !important;
}

.btnqrdetails:hover {
    color: white !important;
    border-color: #11b95c !important;
    background-color: #11b95c !important;
    -webkit-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
}

.loginfieldicon {
    width: 40px;
}


.dropdown {
    position: relative;
    display: inline-block;
}

.selected {
    background-color: #343a40;
    color: #fff !important;
    border-color: #fff;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Old versions of Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.fa-caret-down {
    font-size: 1rem;
    margin-left: 2px;
    vertical-align: middle;
}
.redirecbtn {
    width: 50px;
    display: inline;
    cursor: pointer;
}

.btn-link:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none;
}
.btn-link:hover {
    color: white;
    text-decoration: none;
}
.accordion-toggle.collapsed {
    background-color: #324153;
  }

.card-header {
    padding: 0;
}
.card-header .accordion-toggle:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f063";
    float: right;
}
.card-header .accordion-toggle.collapsed:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";
}
.hide {
    display: none;
}
.card {
    height: 370px;
    margin-top: auto;
    margin-bottom: auto;
    width: 390px;
    background-color: rgba(0,0,0,0.5) !important;
}
.tableslide {
    display: table-cell; 
    float: left; 
    line-height: 22px;
}
.collapsecard {
    margin: 2px 0;
    text-align: left;
    border-radius: .25rem;
}
.card-header:hover {
    background-color: #24323F;
}
.card-header h3 {
    color: white;
}

.logo-header {
    position: absolute;
    right: 130px;
    top: -75px;
}

.input-group-prepend span {
    color: black;
    border:0 !important;
}

input:focus {
    outline: 0 0 0 0  !important;
    box-shadow: 0 0 0 0 !important;

}

.subtext {
    color: white;
}

.userinfo {
    display: table;
    padding-bottom: 0.4rem;
}

.nav-link.active {
    -webkit-box-shadow: inset 0 -4px 0 0 #fff;
    box-shadow: inset 0 -4px 0 0 white;
    height: 100%;
    color: rgba(255,255,255,.9) !important;

}

.nav-style {
 color: rgba(255,255,255,.7) !important;
}

.nav-style-solid {
    color: rgba(255,255,255,1) !important;
}

.nav-link:hover {
    color: rgba(255,255,255,.9) !important;

}

.subtext input {
    width: 20px;
    height: 20px;
    margin-left: 15px;
    margin-right: 5px;
}

.login_btn {
    color: black;
    background-color: #FEDD01;
    width: 100px;
}

.login_btn:hover {
    color: black;
    background-color: white;
}

.links {
    color: white;
}

.links a {
    margin-left: 4px;
}

/* Main body */

body {
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    color: var(--text-color);
    background-color: #F8F9FB;
    overscroll-behavior: none;
    font-family: 'Roboto', sans-serif;
}
main {
    min-height: 65vh;
    margin-bottom: 4rem;
}
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, h2, h3, .h2, .h3, h4, h5, .h4, .h5 {
    font-family: 'Roboto Thin', sans-serif;
    font-weight: 100;
}
h5, .h5 {
    font-size: 1rem;
}
.card-header>h2>.btn {
    font-family: 'Roboto Medium', sans-serif;
    font-weight: bold;
}
.jumbotron h1 {
    font-family: 'Roboto Black', sans-serif;
}
.lead {
    font-size: 1.5rem;
    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/young-woman-talking-with-therapist-2.png') no-repeat; */
    background: linear-gradient(180deg, rgba(248, 249, 251, 0) 0%, rgba(248, 249, 251, 0.5) 59.79%, #F8F9FB 86.35%), url('/images/homepage-bg.jpg') no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.content {
    background-color: var(--primary-background);
}
.jumbotron {
    background-color: transparent;
}
/* 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);
}
.search-control button {
    cursor: default;
}
/* end seearch bar */

.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;
}
.arrownav {
    text-align: center;
    margin: 20px 0;
}
.navigation {
    transition: .3s all;
    background: transparent;
    color: #222222;
}
.navigation-primary {
    background-color: var(--primary);
    border-bottom: 2px solid var(--primary);
    position: sticky;
    top: 0;
    z-index: 100000;
}

.btn.btn-primary,
.btn.btn-primary:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    color: white;
    line-height: 1.5rem;
    font-size: 1.125rem;
    min-width: 12rem;
    padding: 12px 1.125rem;
}
.btn.btn-primary:focus {
    background-color: var(--hover-blue);
    border-color: var(--hover-blue);
}
.btn,
.footer .btn {
    /* border-radius: 10rem; */
    color: var(--text-color);
    font-family: 'Roboto Light', sans-serif;
}
/* .btn,
.nav > .nav-link,
.navbar-expand-md .navbar-nav .nav-link.btn {
    padding: .3rem 1rem;
}
 */
.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;
}
/* 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 {
    box-shadow: 0 0 0 1.375rem white inset;
    -webkit-box-shadow:0 0 0 1.375rem white inset;
    -webkit-text-fill-color: #333;
}

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

.user-wrapper:hover{
    transform: scale(1.05);
    cursor: pointer;
}
.profpic {
    height: 100%;
    width: 100%;
    transition: all .3s ease;
}
.profpic:hover {
    opacity: .2;
}
.profpic::after{
    font-family: "Font Awesome 5 Free";
    content: "\f2bd";
    bottom: 32px;
    font-weight: 900;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    font-size: 190px;
    background: #ecf0f1;
    color: rgba(0,0,0,.4);
    text-align: center;
}

.user-wrapper{
	position: relative;
	height: 200px;
	width: 200px;
	margin: 50px auto;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 1px 1px 15px -5px black;
	transition: all .3s ease;
}
.fa-arrow-circle-up{
    position: absolute;
    font-size: 234px;
    top: -17px;
    right: -18px;
    text-align: center;
    opacity: 0;
    transition: all .3s ease;
    color: #4d4d4d;
}
.checkbox-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
}
.upload-button {
    position: absolute;
    top: 0; left: 0;
    height: 100%;
    width: 100%;
}

.fa-arrow-circle-up:hover{
    opacity: .8;
}

.fontawesomeicon {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
}

/* 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;
}

.swiper-button-prev,
.swiper-button-next {
    border-radius: 10rem;
    width: 3.5rem;
    height: 3.5rem;
    background-color: #F8F9FB;
    box-shadow: none!important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 0;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0;
}
.swiper-button-next:after, .swiper-button-prev:after {
    color: #333333;
    font-size: 1rem;
    font-weight: bold;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    display: none;
}

.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
}
#testimonial-slider {
    padding-bottom: 3rem;
}

.category-name {
    font-family: 'Roboto Light', sans-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;
}
.img-highlight {
    transition: transform .9s ease;
    width: 100%;
}
.category-slide {
    /* border: 1px solid #CBD0D8; */
    border-radius: 1.25rem;
    overflow: hidden;
}
.categories {
    background-image: none;
    padding: 0 2rem 3.5rem 2rem;
    overflow: hidden;
}
/* End of slider styling */

.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;
}
/* Footer section */
.footer {
    padding-top: .5rem;
    padding-bottom: .5rem;
    background-color: var(--primary);
}
.footer address,
.footer a,
.copy {
    font-size: 1rem;
    line-height: 1.5;
    text-decoration: none;
    font-family: 'Roboto Light', sans-serif;
}
.footer h5 {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: bold;
    font-family: 'Roboto Medium', sans-serif;
}
.footer .social-icon {
    text-align: center;
}
.footer .social-icon a {
    font-size: xx-large;
}
.sticky-footer {
    background-color: #232f3f;
    text-align: left;
    color: white;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    border: 1px solid #FFFFFF;
    box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.25);
}
.tab-nav-footer.active>.tab-nav-lable {
    display: none;
}
.tab-nav-footer.active>svg {
    transform:scale(1.4);
    -webkit-transform:scale(1.4);
}

.tab-nav-lable {
    display: block;
}
.tab-nav-footer.active {
    color: white;
    background-color: var(--primary);
}

/* 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 */

/* 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-size: 1.5em;
    top:25%;
}
.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
    content: url('/images/arrows-angle-contract.svg');
    font-size: 1.5em;
    top:25%;
}
.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;
}

.logintexthead {
    position: absolute;
    text-align: center;
    top: -120px;
    width: 570px;
    left: 50%; -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.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;
}

/* 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;
    -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;
}

.btnPropertiesPanel {
    background: rgba(215,215,215,0.5);
    padding: 22px;
    margin: 0 auto 1rem;
}

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

.listPanelContainer {
    background: rgba(238, 238, 238, 0.4) !important;
    border-radius: 0 0 0.5rem 0.5rem;
    padding: 19px;
    margin-bottom: 14px;    
    display: none;
}

.elementPropertiesSelected {
    color: cornflowerblue !important; 
}

 .nopadding {
    padding: 0 !important;
 }
.option.select:after {
    content: "\f063";
}

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

.abFullContainer {
    margin-bottom: 14px;
}

.btnDetails {
    background: rgba(200, 200, 200, 0.5);
    padding: 20px;
}

.newqrbtn {
    background-color: transparent;
    border-radius: 0;
    border-color: #4d4d4d;
    text-align: end;
    justify-content: space-around;
}

.checkbox-wrap-schedule {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
}

.checkbox-wrap-download {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, 1fr);
}

.checkbox-wrap-printbtn {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
}
.accordiontext {
    width: 100%;
    color: white;
    font-size: 1.2rem;
    background-color: #3E5264;
}
.accordiontext:hover {
    width: 100%;
    color: white;
    font-size: 1.2rem;
    background-color: #3E5264;
}
.custominput {
    width: 100%;
    border: none;
    border-bottom: 1px solid #337ab7;
    background-color: transparent !important;
    margin: 2px 5px;
}
.radiostyle div {
    clear: both;
    overflow: hidden;
}

.radiostyle label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
}

.radiostyle input[type="radio"]:empty,
.radiostyle input[type="checkbox"]:empty {
    display: none;
}

.radiostyle input[type="radio"]:empty ~ label,
.radiostyle input[type="checkbox"]:empty ~ label {
    position: relative;
    line-height: 2.5em;
    text-indent: 3.25em;
    margin-top: 2em;
    cursor: pointer;
    color: #777;
    -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.radiostyle input[type="radio"]:empty ~ label:before,
.radiostyle input[type="checkbox"]:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 2.5em;
    background: #D1D3D4;
    border-radius: 3px 0 0 3px;
}

.radiostyle input[type="radio"]:hover:not(:checked) ~ label,
.radiostyle input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
}
.flex {
display: flex;
flex-direction: row;
}
.radiostyle input[type="radio"]:hover:not(:checked) ~ label:before,
.radiostyle input[type="checkbox"]:hover:not(:checked) ~ label:before {
    content: '\2714';
    text-indent: 1px;
    color: #C2C2C2;
}
.navbar-bg {
    background-color: #232f3f;
    /* #495057 #343a40 */
}
.radiostyle input[type="radio"]:checked ~ label,
.radiostyle input[type="checkbox"]:checked ~ label {
    color: black;
}

.radiostyle input[type="radio"]:checked ~ label:before,
.radiostyle input[type="checkbox"]:checked ~ label:before {
    content: '\2714';
    text-indent: 1px;
}

.radiostyle input[type="radio"]:focus ~ label:before,
.radiostyle input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}

.radiostyle-primary input[type="radio"]:checked ~ label:before,
.radiostyle-primary input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #337ab7;
}

.tooltip .tooltip-inner {
    background-color: black;
    color: white;
}

.note {
    width: 500px;
    margin: 50px auto;
    font-size: 1.1em;
    color: #333;
    text-align: justify;
}

#file-drop, #file-dropaudio {
    border: 2px dashed #ccc;
    border-radius: 20px;
    width: 480px;
    margin: 50px auto;
    padding: 20px;
}

#file-drop.highlight, #file-dropaudio.highlight {
    border-color: #4d4d4d;
    -webkit-transition: background-color 0.1s ease-in; /* Safari */
    transition: background-color 0.1s ease-in;
    -webkit-transition-delay: 0.1s; /* Safari */
    transition-delay: 0.1s;
}

p {
    margin-top: 0;
}

.my-form {
    margin-bottom: 10px;
}

#galimg {
    margin-top: 10px;
}

#galimg img {
    width: 150px;
    margin-bottom: 10px;
    margin-right: 10px;
    vertical-align: middle;
}

.uploadbtn {
    margin: 10px 0;
    background-color: #E6E6E6;
    border-radius: 0;
    color: #646464;
    width: 100%;
    height: 50px;
    display: inline-flex;
    align-items: center;
    text-align: end;
    justify-content: space-around;
    cursor: pointer;
 }

.uploadbtn:hover {
    background: #ddd;
}

#fileElem, #docFileElem, #imgFileElem {
    display: none;
}

#fileElemAudio, #docFileElem {
    display: none;
}

.hidden {
    display: none !important;
}

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


.tabswitch {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #1B1D2C;
    background-color: #ccc;
  }

  /* Style the buttons inside the tab */
  .tabswitch button {
    background-color: inherit;
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    width: 50%;
  }

  /* Change background color of buttons on hover */
  .tabswitch button:hover {
    background-color: #212529;
  }

  /* Create an active/current tablink class */
  .tabswitch button.active {
    background-color: #1B1D2C;
  }

  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
  }



.btnlight {
    text-align: center !important;
    border-color: #4d4d4d;
    border-radius: 4px;
    color: #646464;
    width: 100%;
    margin-top: 10px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    text-align: end;
    justify-content: space-around;
}

.btnschedule {
    background-color: transparent;
}

/* Ribbon Styles */
.box {
    width: 135px;
    height: 100%;
    position: relative;
    /* border: 1px solid #BBB; */
    background: transparent;
  }
  .ribbon {
    position: absolute;
    pointer-events: none;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 130px;
    height: 130px;
    text-align: right;
  }
  .ribbon span {
      font-size: 12px;
      font-weight: bold;
      color: #FFF;
      text-transform: uppercase;
      text-align: center;
      line-height: 30px;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      width: 174px;
      display: block;
      background: #79A70A;
      background: linear-gradient(#F70505 0%, #8F0808 100%);
      box-shadow: 0 3px 10px -5px rgb(0 0 0);
      position: absolute;
      top: 35px;
      left: -37px;
  }
  .ribbon span::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #8F0808;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8F0808;
  }
  .ribbon span::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #8F0808;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8F0808;
  }
/* End or Ribbon Styles */

@media only screen
    and (max-width: 1024px), (min-device-width: 768px)
    and (max-device-width: 1024px)  {

		table, thead, tbody, th, td, tr {
			display: block;
		}

		thead tr {
			position: absolute;
			top: -9999px;
			left: -9999px;
		}

    tr {
      margin: 0 0 1rem 0;
    }

    tr:nth-child(odd) {
      background: #ccc;
    }

    table td:nth-child(even) {
        background-color: #fcfcfc;
    }

    table td:nth-child(odd) {
        background-color: #ecedef;
    }


        .mobcenter {
            text-align: center !important;
        }

		td {
			border: none;
			border-bottom: 1px solid #eee;
			position: relative;
            padding-left: 50%;
		}

		td:before {
            font-weight: bold;
			top: 0;
			width: 45%;
			padding-right: 10px;
			white-space: nowrap;
		}

        #title:before { content: "Title"; }
        #date:before { content: "Date Created"; }
        #hits:before { content: "Hits"; }
		#enabled:before { content: "Enabled"; color: black; }

	}

    .ellipsis {
        position: relative;
        min-width: 350px;
    }
    .ellipsis:before {
        content: '&nbsp;';
        visibility: hidden;
    }
    .ellipsis span {
        position: absolute;
        left: 0;
        right: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.btndark {
    text-align: center !important;
    margin: 10px 0;
    padding: 0.2rem;
    background-color: #1B1D2C;
    border-radius: 4px;
    color: #ffffff;
    width: 100%;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
}

.btndark:hover {
    background-color: #64717d !important;
    color: white;
}

.rounded-1:hover {
    background-color: #64717d !important;
    color: white;
}

.btndarkicon {
    text-align: center !important;
    margin: 10px 0;
    background-color: #1B1D2C;
    border-radius: 4px;
    color: #ffffff;
    height: 50px;
    width: 100%;
    align-items: center;
    justify-content: space-around;
}

.btndarkicon:hover {
    background-color: #64717d !important;
    color: white;
}

.btnbody {
    background-color: transparent;
    border-radius: 0;
    border-color: #4d4d4d;
    color: #4d4d4d;
    width: 100%;
    display: inline-flex;
    align-items: center;
    text-align: end;
    justify-content: space-around;
}

.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%);
} */

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

.navpad {
    padding-bottom: 0;
}


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

@media (max-width: 767.98px) {
    h1, .h1 {
        font-size: 2rem;
        font-weight: bold;
    }
    .category-name {
        font-size: 1.5rem;
        padding-left: 1.75rem;
    }
    .border-allvideos {
        border-left: none;
        border-top: 1px solid;
    }
    .logintexthead {
        width: 320px;
    }
    .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) {
    /* 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 (min-width: 768px) {
    .jumbotron {
        padding: 4rem;
        margin-top: 17rem;
        margin-bottom: 1rem;
    }
}

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

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


/* Custom QR Styles */

.content {
    background-color: transparent;
}

.search-bar {
    position: relative;
    min-width: 150px;
    border-bottom: 1px solid #000;
    float: left;
    font-size: 1rem;
}

.search-bar:focus {
    outline: none;
}

input:focus {
    outline: none;
}

.search-bar .icon {
    position: absolute;
    top: 47%;
    left: 10px;
    transform: translateY(-50%);
}

.search-bar .input-text {
    background-color: transparent;
    border: 0px;
    width: 100%;
    padding: 5px 8px 8px 35px;
}

.sort-gallery {
    float: left;
    font-size: 24px;
    /* text-align: right; */
    margin: 10px;
}

.backbtn {
    /* position: absolute;
    margin-top: -47px; */
    margin-top: 4px;
    margin-left: 6px;
    border-color: black;
    background-color: #1B1D2C;
    color: white;
    font-weight: bold;
}

#loginheader {
    padding: .75rem 1.25rem;
}


#loginheader:hover {
    background-color: rgba(0,0,0,.03);
}

#applicationheader {
    padding: .75rem 1.25rem;
}


#applicationheader:hover {
    background-color: rgba(0,0,0,.03);
}

.sort-gallery .dropdown {
    display: inline-block;
    position: relative;
    margin-left: 10px;
    text-align: left;
}
.bodybtnlight {
    color: #fff !important;
    background-color: #20a0ff !important;
    border-color: #20a0ff;
    font-size: 20px;
    width: 100%;
    margin: 2px 0;
}

.bodybtndark {
    border-color: #232f3f !important;
    background-color: #232f3f !important;
    color: #fff !important;
    font-size: 20px;
    width: 100%;
    margin: 2px 0;
}

.bodybtndanger {
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545;
    font-size: 20px;
    width: 100%;
    margin: 2px 0;
}


.sort-gallery .dropdown-toggle {
    /* color: black; */
    border: 1px solid #000;
}

element.style {
    text-align: center;
    min-width: 193px;
}

.sort-gallery .dropdown-menu {
    /* font-size: 18px; */
}

.open>.dropdown-menu {
    display: block;
}

.sortfilter {
    box-sizing: border-box;
    color: #fff;
    opacity: 1;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-radius: 0;
    cursor: default;
    z-index: 999;
}

.menudropdown {
    box-sizing: border-box;
    color: #fff;
    opacity: 1;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-radius: 0;
    cursor: default;
    z-index: 999;
    left: auto;
    right: 0px;
}

.caretcont {
    display: inline-block;
    float: right;
    border-left: 1px solid white;
    padding-left: 8px;
}

.filters {
    display: flex;
}

textarea {
    min-height: 40px;
    max-height: 150px;
}

/* Table CSS */

.table-responsive {
    margin: 30px 0;
}
.table-wrapper {
    min-width: 1000px;
    background: #fff;
    padding: 20px 25px;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.table-title {
    padding-bottom: 15px;
    background: #299be4;
    color: #fff;
    padding: 16px 30px;
    margin: -20px -25px 10px;
    border-radius: 3px 3px 0 0;
}
.table-title h2 {
    margin: 5px 0 0;
    font-size: 24px;
}
.table-title .btn {
    color: #566787;
    float: right;
    font-size: 13px;
    background: #fff;
    border: none;
    min-width: 50px;
    border-radius: 2px;
    border: none;
    outline: none !important;
    margin-left: 10px;
}
.table-title .btn:hover, .table-title .btn:focus {
    color: #566787;
    background: #f2f2f2;
}
.table-title .btn i {
    float: left;
    font-size: 21px;
    margin-right: 5px;
}
.table-title .btn span {
    float: left;
    margin-top: 2px;
}
table.table tr th, table.table tr td {
    border-color: transparent;
    vertical-align: middle;
    letter-spacing: 1px;
    /* font-weight: 300; */
    font-size: 0.8rem;
}
table.table tr th {
    border-color: transparent;
    vertical-align: middle;
    letter-spacing: 1px;
    padding: 1rem 0;
    font-size: 0.8rem;
}
table.table tr th:first-child {
    width: 60px;
}
table.table tr th:last-child {
    width: 120px;
}
table tbody:nth-child(odd) {
    background-color: #fcfcfc;
  }

table tbody:nth-child(even) {
    background-color: #ecedef;
  }

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}

.table-striped tbody tr:nth-of-type(odd):hover {
    background-color: #e7f2fb;
}

table.table-striped.table-hover tbody tr:hover {
    background: #f5f5f5;
}
table.table th i {
    font-size: 13px;
    margin: 0 5px;
    cursor: pointer;
}
table.table td:last-child i {
    opacity: 0.9;
    font-size: 14px;
    margin: 0 2px;
}
table.table td a {
    font-weight: bold;
    color: #4d4d4d;
    display: inline-block;
    text-decoration: none;
}
.filters .btn:hover,
table.table td a:hover  {
    color: rgb(34,34,34);
    background-color: #e2e6ea;
}
.filters .btn:hover,
table.table td button:hover  {
    color: rgb(34,34,34);
    background-color: #e2e6ea;
}

table.table td a.settings {
    color: #4d4d4d;
}
table.table td a.delete {
    color: #F44336;
}
table.table .avatar {
    vertical-align: middle;
    margin-right: 10px;
}
.status {
    font-size: 30px;
    margin: 2px 2px 0 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 10px;
}
.text-success {
    color: #10c469;
}
.text-info {
    color: #62c9e8;
}
.text-warning {
    color: #FFC107;
}
.text-danger {
    color: #ff5b5b;
}
.pagination {
    float: right;
    margin: 0 0 5px;
}
.pagination li a {
    border: none;
    font-size: 13px;
    min-width: 30px;
    min-height: 30px;
    color: #999;
    margin: 0 2px;
    line-height: 30px;
    border-radius: 2px !important;
    text-align: center;
    padding: 0 6px;
}
.pagination li a:hover {
    color: #666;
}
.pagination li.active a, .pagination li.active a.page-link {
    background: #03A9F4;
}
.pagination li.active a:hover {
    background: #0397d6;
}
.pagination li.disabled i {
    color: #ccc;
}
.pagination li i {
    font-size: 16px;
    padding-top: 6px
}
.hint-text {
    float: left;
    margin-top: 10px;
    font-size: 13px;
}

.maincont {
    margin: 0px 5px 0px 5px;
    padding: 1rem 1rem 4rem 1rem;
    text-align: center;
}

.tmodal
{
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.tmodal img
{
    width: 25%;
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
}

#labelholder img {
    width: 100%;
}

@media (max-width: 1200px) {
    .imgpreview {
        position: inherit;
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        font-size: 0.9rem;
    }
    .navbar-brand {
        padding-top: 0;
    }
    .separator {
        border-right: 1px solid #E4E4E4;
    }
}

@media (max-width: 992px) {
    .navpad {
        padding: .5rem 1rem !important;
    }
    .nav-link.active {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .fa-caret-down {
        display: none;
    }
    .dropdown-content a {
        display: none;
    }
    .sign-out-mob {
        display: block !important;
    }
    .sign-out {
        color: white !important;
    }
    .userinfo {
        padding-top: 0.4rem;
    }
    .usersectmob {
        border-top: 2px solid var(--primary);
    }

    .mobwidth {
        width: 100% !important;
    }
}