.btn-wrapper-slimpod-extra img {
    width: 150px !important;
    height: 150px !important;
    object-fit: cover !important;
    border-radius: 50% !important;
}
.btn-slimpod-extra-status-completed {
    display: block;
    background: grey;
    background-color: grey;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #000000;
    font-size: 14px;
    padding: 10px 10px;
    color: #fff;
    border-radius: 5px;
    line-height: 1.2em;
    height: 100%;
    max-width: 263px;
    text-align: center;
    margin-left: auto;
}
.btn-slimpod-extra-description {
    color: #000;
    font-size: 15px;
    margin-bottom: 15px;
}
.btn-wrapper-slimpod-extra {
    text-align: center;
}
.btn-slimpod-extra-wrapper-item-list {
	display: flex;
    flex-wrap: wrap;
    background: #ebebeb;
    margin-bottom: 1.5em;
    padding: 1em;
}
.btn-slimpod-extra-video-image {
    width: 40%;
}
.btn-slimpod-extra-video-right {
    width: 60%;
    padding-left: 1em;
}
.btn-slimpod-extra-video-right h3 {
    font-size: 18px;
    margin-bottom: 5px;
}
.btn-slimpod-extra-description p {
    font-size: 15px;
    line-height: 1.5em;
}
.btn-slimpod-extra-video-image img {
    height: 100%;
    object-fit: cover;
}

a.btn-slimpod-extra-listen {
    background-color: #ef484e;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #000000;
    font-size: 15px;
    padding: 10px 30px;
    color: #fff;
    border-radius: 5px;
}
.btn-video-wrapper iframe {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}
.btn-video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.btn-slimpod-extra-container-header-filter ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.btn-slimpod-extra-container-all-wrapper .btn-slimpod-extra-container-header-filter {
    width: 20%;
}
.btn-slimpod-extra-container-all-wrapper .btn-slimpod-extra-container {
    width: 80%;
}
.btn-slimpod-extra-container-header-filter ul {
    margin: 0;
    padding: 0;
}
.btn-slimpod-extra-container-header-filter li {
    background: #f7f3f3;
    display: block;
    width: 100%;
    margin-bottom: 6px;
    padding: 10px;
    text-align: center;
    margin-right: 15px;
    cursor: pointer;
}
.btn-slimpod-extra-container-all-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.btn-slimpod-extra-container-all-wrapper .btn-slimpod-extra-inner-wrapper-call.btn-slimpod-extra-inner-wrapper-call-all.btn-slimpod-extra-wrapper-column-4,
.btn-slimpod-extra-favourite-wrapper {
    display: grid;
    place-items: start;
    grid-template-columns: repeat(3,1fr);
    -ms-grid-columns: repeat(3,1fr);
    grid-column-gap: 1.2em;
    grid-row-gap: 1.2em;
    place-items: start;
}
.btn-slimpod-extra-container-all-wrapper .btn-slimpod-extra-video-image,
.btn-slimpod-extra-favourite-wrapper  .btn-slimpod-extra-video-image{
    width: 100%;
}
.btn-slimpod-extra-container-all-wrapper .btn-slimpod-extra-video-right,
.btn-slimpod-extra-favourite-wrapper  .btn-slimpod-extra-video-right{
    width: 100%;
    padding: 1em 1em;
}
.btn-slimpod-extra-container-all-wrapper .btn-slimpod-extra-wrapper-item-list,
.btn-slimpod-extra-favourite-wrapper  .btn-slimpod-extra-wrapper-item-list{
    margin-bottom: 0px;
	height:100%;
}
a.btn-slimpod-extra-add-to-plan,
a.btn-slimpod-extra-remove-to-plan,
a.btn-slimpod-extra-remove-to-favourite,
a.btn-slimpod-extra-add-to-favourite {
    display: block;
    background: red;
    background-color: #ef484e;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #000000;
    font-size: 14px;
    padding: 10px 10px;
    color: #fff;
    border-radius: 5px;
    margin-left: 13px;
    line-height: 1.2em;
    height: 100%;
}
.btn-slimpod-extra-container-all-wrapper a.btn-slimpod-extra-listen{
        height: 100%;
        padding:7px 30px;
}
.btn-slimpod-extra-button {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.2em;
    justify-content: center;
}


/**
 * Preloader
 */
.btn_slimpod_extra_overlay{
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.80);
	z-index: 9999;
}

.btn_slimpod_extra_preloader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
	top:50%;
	margin-top: -7.5em;
}
.btn_slimpod_extra_preloader:before {
  width: 50%;
  height: 50%;
  background: #ef484e;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.btn_slimpod_extra_preloader:after {
  background: #ffffff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.btn_slimpod_extra_preloader_msg{
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    margin: 50px auto;
    width: 100%;
    height: 11em;
    top: 50%;
    position: relative;
    text-align: center;
}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

li.btn-slimpod-extra-filter.btn-slimpod-active {
    background: #ef484e;
    color: #fff;
}
.btn-slimpod-extra-container-all-wrapper .btn-slimpod-extra-wrapper-item-list {
    position: relative;
    padding-bottom: 40px;
}
.btn-slimpod-extra-button-bottom {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    width: 100%;
}
.btn-slimpod-extra-button-bottom a {
    width: 100%;
    text-align: center;
    margin: 0;
    border-radius: 0;
}
a.btn-slimpod-extra-add-to-plan:before,
a.btn-slimpod-extra-add-to-favourite:before,
a.btn-slimpod-extra-remove-to-favourite:before,
a.btn-slimpod-extra-remove-to-plan:before {
    position: absolute;
    left: 20px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
a.btn-slimpod-extra-remove-to-favourite:before,
a.btn-slimpod-extra-remove-to-plan:before{
    content: "\f068";
}
a.btn-slimpod-extra-add-to-plan,
a.btn-slimpod-extra-add-to-favourite,
a.btn-slimpod-extra-remove-to-plan,
a.btn-slimpod-extra-remove-to-favourite  {
    position: relative;
}
/* Slider */

a.btn-slimpod-extra-listen-wrapper {
    display: block;
}

.btn-slimpod-extra-wrapper-item-list-slider {
    margin: 0px;
    padding: 0;
    background: #ebebeb;
}
.btn-slimpod-extra-video-right-slider {
    padding: 1em 2em 2em;
    background: #ebebeb;
    height: auto;
}
.slick-prev, .slick-next {
    background: none !important;
}
.slick-prev:before, .slick-next:before {
    color: #ef484e !important;
    font-size: 35px !important;
}

.btn-slimpod-extra-video-right-slider h3 {
    font-size: 18px;
}
.btn-slimpod-extra-inner-wrapper-call-slider {
    padding-left: 0px;
    padding-right:0px;
}
.btn-slimpod-extra-description {
    color: #000;
}
a.btn-slimpod-extra-listen-slider {
    background: #f00001;
    padding: 10px 20px;
    margin: 0 auto;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 15px;
    border-radius: 5px;
}

/* Single */
form.btn_slimpod_complete_form input {
  display: block !important;
    width: 100% !important;
    max-width: 260px !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    padding: 6px !important;
    margin-left: auto;
}
.slick-track{
    display: flex;
}
.slick-prev {
    left: -35px !important;
}
/* Dashboard*/
.btn-slimpod-extra-completed-wrapper {
    display: grid;
    place-items: start;
    grid-template-columns: repeat(3,1fr);
    -ms-grid-columns: repeat(3,1fr);
    grid-column-gap: 1.2em;
    grid-row-gap: 1.2em;
    place-items: start;
}

.btn-slimpod-extra-wrapper-item-list {
    display: flex;
    flex-wrap: wrap;
    background: #f7f3f3;
    margin-bottom: 1.5em;
    padding: 0;
}
.btn-slimpod-extra-video-right {
    width: 100%;
    padding-left: 0;
    color: #000;
    padding: 1em 2em 2em;
    background: #ebebeb;
}
a.btn-slimpod-extra-listen {
    padding: 10px 30px;
    color: #fff;
    border-radius: 5px;
    background: #ef484e;
    padding: 10px 20px;
    margin: 0 auto;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 15px;
    border-radius: 5px;
}
.btn-slimpod-extra-video-image {
    width: 100%;
}
.btn-slimpod-extra-completed-wrapper {
    padding: 0px;
}
.btn-slimpod-extra-pagination-wrapper {
    text-align: center;
}

@media screen and (max-width:1024px){
.btn-slimpod-extra-completed-wrapper{
    grid-template-columns: repeat(2,1fr);
    -ms-grid-columns: repeat(2,1fr);
}
}

@media screen and (max-width:767px){
    .btn-slimpod-extra-completed-wrapper{
        grid-template-columns: repeat(1,1fr);
        -ms-grid-columns: repeat(1,1fr);
    }
    .slick-prev:before, .slick-next:before {
        font-size: 30px !important;
    }
    .slick-next {
        right: 0 !important;
    }
    .slick-prev{
        left:0 !important;
        z-index: 1;
    }
    .btn-slimpod-extra-completed-wrapper {
        padding: 0;
        grid-column-gap: 0.5em;
        grid-row-gap: 0.5em;
    }

    .btn-slimpod-extra-wrapper-item-list-slider{

    }
}

.slick-track {
    display: flex !important;
}
.slick-slide{
    height: auto !important;
}
.btn-slimpod-extra-video-image {
    width: 100%;
    position: relative;
}
.btn-icon-wrapper i {
    font-size: 25px;
    color: #fff;
    border-radius: 100%;
    background: green;
    border: 5px solid green;
    padding: 10px;
    box-sizing: border-box;
}
.btn-icon-wrapper {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    background: #ada7a7a6;
}
@media screen and (max-width:767px){
	.btn-slimpod-extra-video-right-slider{
		padding: 1em 2em 4em  !important;
	}
	.slick-prev, .slick-next {
		top: 92% !important;
	}
	.slick-next {
		right: 40% !important;
	}
	.slick-prev {
		left: 40% !important;
	}
}

@media screen and (min-width:800px){
	.btn-slimpod-extra-inner-wrapper-call-slider.btn-slimpod-extra-wrapper-column-4.btn-slimpod-extra-plan-wrapper {
		display: grid;
		grid-template-columns: repeat(3,1fr);
		-ms-grid-columns: repeat(3,1fr);
		grid-column-gap: 1.2em;
		grid-row-gap: 1.2em;

	}
	.btn-slimpod-extra-inner-wrapper-call-upnext {
		display: grid;
		grid-template-columns: repeat(3,1fr);
		-ms-grid-columns: repeat(3,1fr);
		grid-column-gap: 1.2em;
		grid-row-gap: 1.2em;
	}

}

.btn-slimpod-extra-inner-wrapper-call-upnext .btn-slimpod-extra-wrapper-item-list-slider{
	 background: #fff;
}
h2.btn-slimpod-extra-title-next-video {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 1em;
}

.btn-slimpod-extra-inner-wrapper-call-upnext .btn-slimpod-extra-video-right-slider {
    background: #fff;
}

/*Upcoming */
.upcoming-wrapper-img {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgb(30 30 30 / 77%);
    text-align: center;
    color: #fff;
    align-items: center;
    display: flex;
    justify-content: center;
	z-index:1;
	padding-bottom:55px;
}
.upcoming-wrapper-release-date {
    position: absolute;
    bottom: 50px;
    color: #fff;
    width: 100%;
    text-align: center;
	z-index:1;
}
.btn-slimpod-extra-video-image-slider{
    position: relative;
}
.btn-slimpod-extra-wrapper-item-list-slider {
    border-radius: 10px;
    overflow: hidden;
}
.upcoming-wrapper-img i {
    font-size: 50px;
}
/*
.btn-slimpod-extra-button-bottom-single a i {
    font-size: 40px;
}
.btn-slimpod-extra-button-bottom-single a {
    background: none;
    width: auto;
    display: inline-block;
}
.btn-slimpod-extra-button-bottom-single {
    display: inline;
}
a.btn-slimpod-extra-remove-to-favourite i {
    color: #ef484e;
}
a.wrapper-favorite-item.btn-slimpod-extra-add-to-favourite:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
	font-size:40px;
	content: "\f004";
	color: #ef484e;	
	transform: translateX(-50%);
}
a.wrapper-favorite-item.btn-slimpod-extra-remove-to-favourite:before {
    
	content: "\f004";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	color: #ef484e;	
	font-size:40px;
}
.btn-slimpod-extra-button-bottom a {
    background: none;
}
.btn-slimpod-extra-button-bottom {
    position: absolute;
    bottom: -32px;
    right: 25px;
}
.btn-slimpod-extra-button-bottom {
    position: absolute;
    top: 20px;
    right: 10px;
}
.btn-slimpod-extra-button-bottom a:before {
    color: red !important;
}*/
.btn-slimpod-extra-favourite-wrapper .btn-slimpod-extra-video-right {
    padding: 1em 2em 2em;
}
.btn-slimpod-extra-favourite-wrapper .btn-slimpod-extra-wrapper-item-list {
    border-radius: 10px;
    overflow: hidden;
	position:relative;
	display:block;
	background:#ebebeb;
}
.btn-slimpod-extra-wrapper.no-result {
    text-align: center;
}
a.btn-slimpod-extra-add-to-favourite:focus,
a.btn-slimpod-extra-remove-to-favourite:focus{
	outline:none;
}
.btn-slimpod-extra-favourite-wrapper .btn-slimpod-extra-button {
    position: absolute;
    bottom: 85px;
    width: 80%;
    left: 33px;
}
.btn-slimpod-extra-favourite-wrapper .btn-slimpod-extra-wrapper-item-list{
	    padding-bottom: 50px;
}
.btn-slimpod-extra-button-bottom-single a {
    border-radius: 5px !important;
    font-size: 15px;
}
.btn-slimpod-extra-button-bottom.btn-slimpod-extra-button-bottom-single {
    position: relative;
    width: auto;
    max-width:260px;
    margin-left: auto;
    margin-top: 10px;
}

@media screen and (max-width:767px){
	.btn-slimpod-extra-button-bottom.btn-slimpod-extra-button-bottom-single {
		margin: 10px auto;
	}
	.btn-slimpod-extra-status-completed{
		margin: 0 auto;
	}
	
}
@media screen and (min-width:800px){
	.btn-slimpod-extra-wrapper-item-list-slider {
		position: relative;
	}
	a.btn-slimpod-extra-listen-slider {
		position: absolute;
		bottom: 35px;
		width: 80%;
		left: 33px;
	}
	.btn-slimpod-extra-description {
		margin-bottom: 60px;
	}
}
@media screen and (max-width:767px){
	.btn-slimpod-extra-wrapper-item-list-slider{
		margin-bottom:20px;
	}
	.btn-slimpod-extra-favourite-wrapper {
		grid-template-columns: repeat(1,1fr);
		-ms-grid-columns: repeat(1,1fr);
	
	}
}
.btn-extra-navigation a span {
    font-size: 13px;
}
.btn-extra-navigation a {
    font-size: 17px;
}
.btn-extra-navigation {
    justify-content: space-between;
    display: flex;
    margin-top: 45px;
}
.hide-section{
	display:none !important;
}
.btn-extra-week-month-text {
    font-size: 14px;
    background: #ef484e;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 2px 30px;
    width: auto !important;
    display: inline-block;
}
li.btn-wrapper-month-list-item.locked-wrapper i {
    position: absolute;
    left: 20px;
    top: 20px;
}
li.btn-wrapper-month-list-item.locked-wrapper a {
    filter: grayscale(1);
}

li.btn-wrapper-month-list-item{
	 display: block;
}
li.btn-wrapper-month-list-item a {
    color: #fff;
}
li.btn-wrapper-month-list-item a{
    background-color: #37a7b8;
    font-size: 24px;
    border-radius: 10px 10px 10px 10px;
    padding: 15px 15px 15px 15px;
    display: block;
    text-align: center;
    color: #fff !important;
    margin-bottom: 10px;
    position: relative;
}
ul.btn-wrapper-month-list {
    padding: 0;
    margin: 0;
}
@media screen and (max-width:767px){
	li.btn-wrapper-month-list-item a {
		font-size: 15px;
		padding: 10px;
		
	}
	li.btn-wrapper-month-list-item.locked-wrapper i {
    position: absolute;
    left: 11px;
    top: 11px;
}
}

.wrapper-slimpod-living-item {
    display: flex;
    justify-content: space-between;
}
.left-container h3 {
    font-size: 46px;
}
.left-container {
    width:60%;
    padding: 30px;
}
.wrapper-slimpod-living-left {
    background-size: cover;
    max-width: 48%;
    padding: 10px;
    min-height: 300px;
    background-repeat: no-repeat;
    border-radius: 20px;
display:flex;
    justify-content: right;
}
.wrapper-slimpod-living-right {
    width: 48%;
}
p.description-item {
    font-size: 16px;
    line-height: 1.4em;
    text-align: center;
    padding: 15px;
}
h3.title-heading-slimpod-living {
    text-align: center;
}
.wrapper-slimpod-living-left {
    position: relative;
}
.wrapper-slimpod-living-left i {
    font-size: 101px;
    opacity: 0.4;
    position: absolute;
    left: 0;
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
    top: 0;
    align-items: center;
}
.wrapper-slimpod-living-item {
    margin-bottom: 3em;
}
h3.title-heading-slimpod-living-right {
    text-align: center;
    font-size: 44px;
    color: #000;
    margin-bottom: 10px;
}
.left-container h3 {
    font-size: 50px;
    color: #000;
}
@media screen and (max-width:900px){
	.left-container h3 {
    font-size: 30px;
}
.left-container {
    width: 46%;
    padding: 5px;
}
p.description-item {
    font-size: 14px;
   
}
li.btn-wrapper-month-list-item a {
    font-size: 20px;
    border-radius: 10px 10px 10px 10px;
    padding: 10px 15px 10px 15px;
    margin-bottom: 10px;

}
	h3.title-heading-slimpod-living-right {
   
    font-size: 30px;
  
}
}
@media screen and (max-width:767px){
	.wrapper-slimpod-living-item {
    flex-wrap: wrap;
}
	.wrapper-slimpod-living-right, .wrapper-slimpod-living-left {
    width: 100%;
		        max-width: 100%;
}
	.wrapper-slimpod-living-left{
		    min-height: 200px;
	}
	    .left-container {
        width: 65%;
        padding: 5px;
    }
	.wrapper-slimpod-living-right {
    margin-top: 20px;
}
	.wrapper-slimpod-living-left i{
		font-size:60px;
	}
}

.tooltip {
    position: relative;
    cursor: pointer;
}

.tooltip:hover::after {
    content: attr(data-date);
    position: absolute;
    top: 100%; /* below the link */
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    white-space: nowrap;
    font-size: 13px;
    z-index: 9999;
    opacity: 1;
}

.tooltip::after {
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease-in-out;
}