/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* Add your custom styles here */

/* Sudip CSS */

/* button.e-search-submit:hover::after {
    width: 106px;
}
button.e-search-submit::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    right: 0px;
    top: 0px;
    transition: 500ms 
    cubic-bezier(0.8, 0, 0.2, 1);
    z-index: 1;
    background: linear-gradient(to right, rgb(211, 210, 210), rgb(211, 210, 210));
} */
.header .sub-menu {
    width: 230px !important;
}
.post-content .post-item .hover-img {
    margin-bottom: 34px;
}
.post-content .post-item .hover-img {
    color: #fff !important;
    border-bottom: none !important;
}
.post-content .post-item .hover-img:hover {
    background-color: #fff !important;
    color: #fff !important;
    transition: 0.3s;
}
.post-content .post-item h2 {
    font-size: 48px;
}

.post-content .post-item h4 {
    font-size: 28px;
    font-weight: 700;
}

.post-content .post-item h5 {
    font-size: 28px;
    font-weight: 500;
}

.post-content .post-item a {
    color: rgb(1, 117, 160);
    border-bottom: 2px solid rgb(1, 117, 160);
}

.post-content .post-item a:hover {
    background-color: rgb(1, 117, 160);
    color: rgb(255, 255, 255);
    transition: 0.3s;
}



/*css by arunisha --> 11.10.25  */
.post-content .col-sticky .elementor-widget-table-of-contents {
    border: none;
}

.post-content .col-sticky .elementor-widget-table-of-contents .elementor-toc__header {
    border-bottom: none;
    margin-bottom: 15px;
}

.post-content .col-sticky .elementor-widget-table-of-contents .elementor-toc__body .elementor-toc__list-item-text-wrapper:before {
    display: none;
}

.post-content .col-sticky .elementor-widget-table-of-contents .elementor-toc__body .elementor-toc__list-item {
    border-bottom: 2px solid rgb(1, 117, 160);
    max-width: 100%;
    margin-bottom: 10px;
    transition: all 0.4s ease;
}

.post-content .col-sticky .elementor-widget-table-of-contents .elementor-toc__body .elementor-toc__list-item a {
    line-height: 26px;
    text-decoration: none;
    max-width: 100%;
    word-break: break-word;
}

.post-content .col-sticky .elementor-widget-table-of-contents .elementor-toc__body .elementor-toc__list-item a:hover {
    color: #fff;
}

.post-content .col-sticky .elementor-toc__toggle-button {
    opacity: 0;
}

.post-content .col-sticky .elementor-widget-table-of-contents .elementor-toc__body .elementor-toc__list-item:hover {
    background-color: #0175a0fa;
}

.post-content .transform-col {
    position: relative;
    padding: 10px;
}

.post-content .transform-col .elementor-button br {
    display: none;
}

.post-content .transform-col .elementor-button {
    padding: 0.93rem 1.57rem !important;
    border: none;
}

.post-content .transform-col:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgb(201, 41, 19) 0%, rgb(228, 120, 32) 20.31%, rgb(226, 158, 35) 41.15%, rgb(21, 153, 71) 60.94%, rgb(0, 160, 219) 81.25%, rgb(126, 67, 145) 100%) 0% 0% / 200% 100%;
    animation: 1s ease-in-out 0s infinite alternate none running backgroundShift;
}

.post-content .transform-col .elementor-element-f699ce9,
.post-content .transform-col .posts-below-sec {
    position: relative;
    z-index: 2;
    padding: 30px;
}

.post-content .transform-col .elementor-element-83f1aef a {
    padding: 0.83125rem 1.3rem !important;
    border-radius: 0;
}

/* .post-content .transform-col .elementor-widget-heading{
	max-width:200px !important;
} */
/* .post-content .transform-col .elementor-widget-button{
    width: fit-content;
} */
.post-content .post-item .line {
    border-top: 1px solid #000;
    padding-bottom: 10px;
}

.post-content .transform-col .elementor-widget-button a {
    position: relative;
}

.post-content .transform-col .elementor-widget-button a:after {
    content: "";
    width: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #d3d2d2;
    transition: all 0.4s ease
}

.post-content .transform-col .elementor-widget-button:hover a:after {
    width: 100%;
}

.post-content .transform-col .elementor-widget-button a span {
    position: relative;
    z-index: 1;
}

.post-content div.heateor_sss_follow_ul a,
div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a {
    border: 2px solid #000 !important;

}

.post-content .elementor-element-747bb1e {
    gap: 7px;
}

.post-content .heateor_sss_horizontal_sharing .heateor_sss_sharing_ul {
    display: flex;
    gap: 15px;
}

.post-content .heateor_sss_horizontal_sharing a {
    width: 45px;
    height: 45px;
    margin: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.post-content .heateor_sss_horizontal_sharing a:hover {
    background-color: #000 !important;
}

.post-content .post-item li {
    padding-bottom: 10px;

}

.arrow-img {
    padding-left: 26px;
    list-style: none;
}

.arrow-img li {
    position: relative;
    padding-left: 26px;
}

.arrow-img li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 16px;
    height: 16px;
    background-image: url("https://fm-connect1.fortmindz.in/wp-cove/wp-content/uploads/2025/10/t4x1sflmhnemgmbdpcg.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

iframe.scale_video {
    width: 100%;
    height: initial;
    aspect-ratio: 16 / 9;
    margin: 34px 0px;
}

iframe.music-player {
    width: 100%;
    height: initial;
    aspect-ratio: 16 / 9;
    margin: 34px 0px;
    border-radius: 12px;
}

.pdf-container iframe {
    width: 100%;
    aspect-ratio: 772 / 740;
}

#toolbar {
    display: none !important;
}

.download-btn {
    position: relative;
    font-size: 0.875rem;
    line-height: 0.6875rem;
    font-weight: 900;
    cursor: pointer;
    z-index: 0;
    padding: 1.03125rem 2rem;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    transition: 0.4s ease-in-out;
    text-wrap: wrap;
    background-color: black;
    color: white;
    font-family: Lato, sans-serif;
    font-weight: 600;
    border-radius: 0;
}

.download-btn:focus{
	background-color:#000;
}
.download-btn:before {
    content: "";
    position: absolute;
    width: 0%;
    left: 0px;
    transition: 500ms cubic-bezier(0.8, 0, 0.2, 1);
    z-index: 0;
}

.download-btn:hover:before {
    width: 100%;
}

.pdf-frame iframe {
    width: 100%;
    aspect-ratio: 772 / 740;
}

.pdf-frame {
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
}

.pdf-frame .button {
    margin-top: 29px;
}

.project-content .type-badge ul li span span.elementor-post-info__terms-list-item {
    min-width: 80px;
    height: 28px;
    background-color: darkgrey;
    color: white;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 6px;
    margin-right: 6px;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.link-hover {
    color: rgb(1, 117, 160);
    border-bottom: 2px solid rgb(1, 117, 160);
}

.link-hover:hover {
    color: rgb(1, 117, 160);
    border-bottom: 2px solid rgb(1, 117, 160);
}

.carousel-item .elementor-swiper-button-prev,
.carousel-item .elementor-swiper-button-next {
    padding: 0.625rem 0.5625rem;
    color: rgb(0, 0, 0);
    background-color: transparent;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(0, 0, 0);
}

.carousel-item .elementor-image-carousel-wrapper {
    width: 88% !important;
}

.download span.e-n-accordion-item-title-icon {
    background-color: transparent !important;
    border: 2px solid #000 !important;
}

.download .down-btn::before {
    content: "";
    position: absolute;
    width: 0%;
    left: 0px;
    transition: 500ms cubic-bezier(0.8, 0, 0.2, 1);
    z-index: 0;
}

.download .down-btn a::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    bottom: -2px;
    left: 0px;
    background: linear-gradient(to right, rgb(0, 0, 0), rgb(0, 0, 0));
    transition: 500ms cubic-bezier(0.8, 0, 0.2, 1);
    z-index: -1;
}

/* .hover-animation-btn a.elementor-button::before{
    content: "";
    position: absolute;
    width: 0%;
    left: 0px;
    transition: 500ms 
cubic-bezier(0.8, 0, 0.2, 1);
    z-index: 0;
    height: 100%;
    top: 0px;
	background: linear-gradient(to right, rgb(79 79 79 / 26%), rgb(79 79 79 / 32%)) !important;
} */

/* .faq-sec .faq-item .e-opened {
    min-width: 32px;
    min-height: 32px;
    flex-basis: 32px;
    position: relative;
    background-color: rgb(0, 0, 0);
    border: 2px solid rgb(255, 255, 255);
    transition: 0.35s;
}
 */


.accordion-diff-item .e-n-accordion-item:hover .e-n-accordion-item-title-icon {
    background-color: rgb(79, 79, 79) !important;
    border-color: rgb(79, 79, 79) !important;

}

.accordion-diff-item .e-n-accordion-item:open .e-n-accordion-item-title-icon {
    background-color: #000 !important;
    border-color: #000 !important;
}

.accordion-diff-item .e-n-accordion-item:open:hover .e-n-accordion-item-title-icon {
    background-color: rgb(79, 79, 79) !important;
    border-color: rgb(79, 79, 79) !important;
}

.accordion-diff-item .e-n-accordion-item:open .e-n-accordion-item-title-icon span svg {
    fill: #fff !important;

}

.faq-sec .e-n-accordion-item:hover .e-n-accordion-item-title-icon span svg {
    fill: #fff !important;
}

.tutorial-btn .elementor-button {
    position: relative;
    padding: 0px 5px 10px 5px !important;
}

.tutorial-btn .elementor-button:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0px;
    background-color: #000;
    height: 2px;
    transition: all 0.5s ease;
}

.tutorial-btn .elementor-button:hover:before {
    width: 100%;
}

.video-btn .elementor-custom-embed-play {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border: 2px solid rgb(255 255 255);
    transition: 0.3s;
    opacity: 1;
}

.video-btn.winner .elementor-custom-embed-play{
	left:auto !important;
	right: 0 !important;
}
.video-btn:hover .elementor-custom-embed-play {
    border: 2px solid #fff;
    background: #fff;
}

.video-btn:hover .elementor-custom-embed-play svg {
    fill: #000 !important
}

.video-btn .elementor-custom-embed-play svg {
    width: 22px !important;
}

.latest-btn a {
    overflow: hidden;
    position: relative;
}

.latest-btn a span,
.download-btn,
.download-btn span{
    position: relative;
    z-index: 2;
}

.download-btn:hover{
	background-color:#000;
}

.latest-btn a:hover::before,
.download-btn:hover::before{
    width: 100%;
}

.latest-btn a::before,
.download-btn::before{
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0px;
    top: 0px;
    transition: 500ms;
    cubic-bezier(0.8, 0, 0.2, 1);
    z-index: 1;
    background: linear-gradient(to right, rgb(79, 79, 79), rgb(79, 79, 79));
}




.search-sec .e-search-submit {
    overflow: hidden;
    position: relative;
}

.search-sec .e-search-submit {
    position: relative;
    z-index: 2;
}

.search-sec .e-search-submit:hover::before {
    width: 100%;
}

.search-sec .e-search-submit::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0px;
    top: 0px;
    transition: 500ms;
    cubic-bezier(0.8, 0, 0.2, 1);
    z-index: 1;
    background: linear-gradient(to right, rgb(79, 79, 79), rgb(79, 79, 79));
}

.search-sec .e-search-submit span {
    z-index: 2;
}

.reducing-sec .portland-col {
    display: inline-block;
    /* Hard-edged mask — no gradient fade */
    -webkit-mask-image: linear-gradient(to left,
            transparent 0%,
            transparent 49.9%,
            black 50%,
            black 100%);
    mask-image: linear-gradient(to left,
            transparent 0%,
            transparent 49.9%,
            black 50%,
            black 100%);

    -webkit-mask-size: 200%;
    mask-size: 200%;

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;

    animation: reveal 3s linear forwards;
    /* play once */
    overflow: hidden;

}

.accordion-diff-item.who details .elementor-element{
	border:none;
}

.accordion-diff-item.who details:open summary .e-n-accordion-item-title-text{
	line-height:normal;
	border-bottom:1px solid #000;
}

@keyframes reveal {
    from {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }

    to {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }
}


.author-sec .author-item .elementor-author-box__text {
    display: flex;
    flex-direction: column-reverse;
}

.fm-blog-results p.no-result{
	font-weight: 700;
	font-size: 1.125rem;
    line-height: 1.75rem;
	 font-family: Lato, sans-serif;
}

@media(max-width: 991px) {

    .post-content .post-item h2 {
        font-size: 30px !important;
    }
	.post-content .post-item h3 {
        font-size: 28px !important;
    }
    .post-content .post-item h4 {
        font-size: 24px;
        font-weight: 700;
    }

    .post-content .post-item h5 {
        font-size: 24px;
        font-weight: 500;
    }

    .post-content .post-item {
        word-wrap: break-word;
    }

    iframe.music-player {
        width: 100%;
        height: initial;
        aspect-ratio: 16 / 9;
        margin: 30px 0px 0px 0px;
        border-radius: 12px;
    }
	.carousel-sec .e-n-carousel {
		height: 400px !important;
	}
	.project-sec .fm-projects-filters{
		margin-bottom: 50px !important;
	}
	.filter-left{
		gap: 32px !important;
		padding: 25px 5px !important;
	}
}

@media(max-width: 1024px) and (min-width: 992px) {

    .post-content .post-item h2 {
        font-size: 30px !important;
    }
	.post-content .post-item h3 {
        font-size: 28px !important;
    }
    .post-content .post-item h4 {
        font-size: 24px;
        font-weight: 700;
    }

    .post-content .post-item h5 {
        font-size: 24px;
        font-weight: 500;
    }

    .post-content .post-item {
        word-wrap: break-word;
    }
	.carousel-sec .e-n-carousel {
		height: 400px !important;
	}
	.project-sec .fm-projects-filters{
		margin-bottom: 50px !important;
	}
}

@media(max-width: 767px) {
    .carousel-item .elementor-image-carousel-wrapper {
        width: 70% !important;
    }

    .post-content .post-item h2 {
        font-size: 25px !important;
    }
	.post-content .post-item h3 {
        font-size: 22px !important;
    }
    .post-content .post-item h4 {
        font-size: 20px;
        font-weight: 700;
    }

    .post-content .post-item h5 {
        font-size: 20px;
        font-weight: 500;
    }

    .post-content .col-sticky .elementor-widget-table-of-contents .elementor-toc__body .elementor-toc__list-item {
        max-width: unset;
    }

    .post-content .transform-col .elementor-element-f699ce9 {
        margin: 0;
    }

    .post-content .col-sticky .elementor-element-c91ad34 {
        position: relative;
    }

    .post-content .col-sticky .elementor-widget-table-of-contents {
        padding: 20px 20px 7px;
        overflow: unset;
        background: #fff;
        margin-top: 30px;
        border-radius: 0;
    }

    .post-content .col-sticky .elementor-widget-table-of-contents:after {
        content: "";
        position: absolute;
        width: calc(100% + 60px);
        height: calc(100% + 60px);
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background: linear-gradient(270deg, rgb(201, 41, 19) 0%, rgb(228, 120, 32) 20.31%, rgb(226, 158, 35) 41.15%, rgb(21, 153, 71) 60.94%, rgb(0, 160, 219) 81.25%, rgb(126, 67, 145) 100%) 0% 0% / 150% 100%;
        animation: 1s ease-in-out 0s infinite alternate none running backgroundShift;
        z-index: -1;
    }

    .post-content .col-sticky .elementor-toc__toggle-button {
        opacity: 1;
    }

    .post-content .elementor-element-6c96c8d {
        margin-top: 30px;
    }

    .post-content .col-sticky {
        position: sticky;
        top: -64px;
        z-index: 9;
    }

    footer {
        overflow-x: hidden;
    }

    .post-content .transform-col .elementor-element-83f1aef {
        width: 100%;
    }

    .post-content .post-item {
        word-wrap: break-word;
    }

    .project-content .featured-img img {
        width: auto !important;
        height: auto !important;
    }

    .post-content .transform-col .elementor-element-f699ce9,
    .post-content .transform-col .posts-below-sec {
        margin: 0;
    }

    .content-item p {
        word-wrap: break-word;
    }
	.filter-left{
		flex-wrap:wrap;
		padding:20px 0 0 !important;
	}
	.filter-left select,
	.searchbox{
		width:100% !important;
	}
	.searchbox{
		margin-top:15px;
		padding-bottom:10px;
	}
	.project-sec .fm-projects-filters{
		padding-right:0 !important;
	}
	.music .swp-compact-player-info {
		padding: 6px !important;
	}
	.swp-compact-cover-container{
		padding-top: 0% !important;
	}
}



/* !New css added 22-10-2025! */

.featured-articles .elementor-widget-theme-post-featured-image,
.featured-loop-articles .elementor-widget-theme-post-featured-image,
.filter-blog .blog-article-img {
    overflow: hidden;
}

.featured-articles img,
.featured-loop-articles img,
.filter-blog .blog-article-img img {
    transition: all 0.5s ease-in-out;
}

.featured-articles:hover img,
.featured-loop-articles:hover img,
.filter-blog:hover .blog-article-img img {
    transform: scale(1.08);
}

.featured-articles .elementor-button,
.featured-loop-articles .elementor-button,
.filter-blog a.fm-readmore,
.filter-blog .fm-readmore a.elementor-button {
    display: inline-block;
    position: relative;
    padding: 10.5px 0 !important;
}

.featured-articles a.elementor-button:after,
.featured-loop-articles a.elementor-button:after,
.filter-blog a.fm-readmore:after,
.filter-blog .fm-readmore a.elementor-button:after {
    transition: all 0.5s ease-in-out;
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    bottom: -2px;
    left: 0px;
    background: linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255));
    transition: 500ms cubic-bezier(0.8, 0, 0.2, 1);
    z-index: 0;
}

.filter-blog a.fm-readmore:after,
.filter-blog .fm-readmore a.elementor-button:after {
    background: black;
}

.featured-articles:hover a.elementor-button:after,
.featured-loop-articles:hover a.elementor-button:after,
.filter-blog:hover a.fm-readmore:after,
.filter-blog:hover .fm-readmore a.elementor-button:after {
    width: 100%;
}


.featured-loop-articles .elementor-post-info__terms-list {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 2px 2px !important;
}

.transform-col {
    margin: 40px 0;
}

.transform-col>.elementor-element {
    background-color: black;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.transform-col .elementor-element h4.elementor-heading-title {
    font-family: "Lato",
        Sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    color: #FFFFFF;
}

.transform-col .elementor-element a.elementor-button {
    padding: 0.83125rem 1.3rem !important;
    border-radius: 0;
    position: relative;
    background-color: #FFFFFF;
    font-family: "Lato", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    fill: #000000;
    color: #000000;
/*     white-space: nowrap; */
}
.stake-sec span{
	font-size: 28px;
}
@media (width <=991px) {
    .transform-col .elementor-element h4.elementor-heading-title {
        max-width: 240px;
    }
}

@media (width <=767px) {
    .transform-col .elementor-element h4.elementor-heading-title {
        max-width: 100% !important;
        text-align: center;
    }
}
.work-col .elementor-element img{
	rotate: 0deg;
	transition: all 0.3s ease-in-out;
}
.work-col:hover .elementor-element img{
	rotate: 360deg;
}
.sm-project-box.project a.elementor-button{
	position: relative;
	padding-bottom: 10px !important;
}
.sm-project-box.project a.elementor-button:after {
    transition: all 0.5s ease-in-out;
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    bottom: -2px;
    left: 0px;
    background: linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255));
    transition: 500ms cubic-bezier(0.8, 0, 0.2, 1);
    z-index: 0;
}
.sm-project-box.project:hover a.elementor-button::after{
	width: 100%;
}
.benefits summary.e-n-accordion-item-title[aria-expanded="true"] span.e-n-accordion-item-title-header{
	border: none !important;
}
.benefits .e-n-accordion-item[open]>.e-n-accordion-item-title .e-n-accordion-item-title-icon span>svg{
	fill: white;
}
.benefits .e-n-accordion-item:hover .e-n-accordion-item-title-icon span>svg{
	fill: black !important;
}
.banner-sec .swiper{
	padding-bottom: 0px !important;
} 
.post-content .post-item .download-btn{
	margin: 22px auto;
    display: block;
	color:#fff;
	width: max-content;
	border-bottom:none;
}
.post-content .post-item .download-btn:hover{
	background-color:#000;
	color:#Fff;
}

.searchbox input,
.project-sec .searchbox input{
	width: 100% !important;
    background-image: url(https://fm-connect1.fortmindz.in/wp-cove/wp-content/uploads/2025/10/search-icon.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 15px;
	padding-right: 20px !important;

}
.project-sec .fm-projects-filters{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin-bottom:90px;
	padding-right:30px;
}

.project-sec .fm-projects-filters .filter-left{
	padding: 10px 30px;
}
.project-sec .searchbox input{
	background-image: url(https://fm-connect1.fortmindz.in/wp-cove/wp-content/uploads/2025/10/search-icon-project.svg);
}
.col-sticky .elementor-toc__spinner-container{
	display: none;
}

*{
   scroll-margin-top:100px;	
}

.real-sec .hover-box .hover-item{
	max-height: 0px;
	transition: all ease 0.6s 0s;
	overflow: hidden;
}
.real-sec .hover-box:hover .hover-item{
	max-height: 1000px;
}
.latest-episode .music .album_right_overlay{
    border-radius: 100px;
}
.latest-episode .music i.compact-playpause{
	color: #000 !important;
	font-size: 17px;
}
.player_time_slider.compact-player-slider, i.compact-playpause {
    background-color: #21FCA5;
    cursor: pointer;
}
.player_time_slider.compact-player-slider, .player_time_slider_base.compact-player-slider-base {
    height: 5px !important;
}
.player_time_slider_base {
    background-color: #000;
}
.player_time_slider, .player_time_slider_base {
    opacity: 0.2 !important;
}
.player_time_slider.compact-player-slider {
    background-color: #21FCA5 !important;
    opacity: 1 !important;
}
.compact-album-name, .compact-controls i, .compact-song-name, .compact-timeline {
    color: #000;
    line-height: 1.5em;
}
#accordion-episode span.e-n-accordion-item-title-header {
    border-bottom: 2px solid #fff;
}