/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


*,
*::after,
*::before {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

.rss__feed-single-inner .accordion a:hover {
    text-decoration: underline;
}

.rss__feed-single-inner .accordion a {
    color: #fff;
    text-decoration: none;
}
body
{
    font-family: 'Poppins', sans-serif;
}

.tabs__buttons--container {
  display: flex;
}

.tabs__tab-btn {
  background: none;
  border: none;
  padding: 1rem 2rem;
  cursor: pointer;
  border-bottom: solid 3px #81c784;
}
.tabs__buttons--container {
    border-bottom: 1px solid #ffffff4d;
    margin-bottom: 0px;
}

.rss__feed-wrap .tabs__tab-btn {
    background-color: #424242;
    color: #fff;
}

button.tabs__tab-btn.tabs__tab-btn--not-selected {
    background-color: white;
    color: #000;
    font-weight: 500;
}

.tabs__tab-btn {
    background: none;
    border: none;
    padding: 0.5rem 1.5rem;
    cursor: pointer;
    margin-right: 7px;
    border-radius: 10px 10px 0px 0px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.tabs__tab-btn--not-selected {
  border-bottom-color: #eeeeee;
}

.tabs__tab-btn:hover {
  background-color: #eeeeee;
  transition: 0.3s;
}

.tabs__tab--hide {
  display: none;
}

.tabs__tab--show {
  display: block;
}

.tabs__tab {
  animation: tabApear 0.6s;
}

@keyframes tabApear {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.rss__feed-row {
    display: flex;
    justify-content: left;
    column-gap: 2%;
    row-gap: 2%;
    flex-wrap: wrap;
}

.rss__feed-row .rss__feed-column {
    width: 32%;
    max-width: 32%;
    margin-bottom: 2%;
}

.rss__feed-wrap {
    padding: 15px;
    background-color: #f4f4f4;
}
.rss__feed-single-inner .accordion {
    background-color: #424242 !important;
    color: #fff;
    padding: 12px 15px;
    font-weight: 500;
    margin-bottom: 15px;
}


.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc; 
}

.panel {
  display: none;
  background-color: white;
  overflow: hidden;
}

.rss__feed-single-inner .panel ul li bdi {
    font-size: 11px;
    color: #d3cccc;
}
.rss__feed-single-inner .panel ul li span {
    font-size: 12px;
    color: #afafaf;
}
.rss__feed-single-inner .panel ul li p {
    font-size: 14px;
    line-height: 18px;
}
.rss__feed-single-inner .panel ul li:last-child {
    padding-bottom: 0;
    border: 0;
}
.rss__feed-single-inner .panel ul li:first-child {
    padding-top: 0;
}
.rss__feed-single-inner .panel ul li {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 10px;
    padding-top: 10px;
}
.rss__feed-single-inner .panel ul {
    list-style: none;
}
.rss__feed-single-inner .panel li {
    padding: 15px !important;
}

.rss__feed-single-inner .panel {
    padding: 0;
}
.rss__feed-single-inner .panel {
    margin-top: -15px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 13px 0px #b9b9b9;
}

.rss__feed-single-inner .panel {
    max-height: 360px;
    overflow: auto;
}


.rss__feed-single-inner .panel li:hover {
    cursor: pointer;
    background-color: #37393a;
    color: #fff;
    transition: .2s ease-in;
}


.rss__feed-single-inner .panel li {
    transition: .2s ease-out;
}


/* width */
::-webkit-scrollbar {
  width: 6px;
  height: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #a7a7a7; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}




.tabs__buttons--container {
    display: flex;
    overflow: auto;
}



.rss__feed-popup-main {
    transform: translateY(100%);
    position: absolute;
    width: 100%;
    right: 0;
    left: 0;
    top: 0;
    opacity: 0;
    transition: .3s ease-out;
    height: 100vh;
}


.rss__feed-popup-main.rss__feed-opened {
    transform: translateY(0);
    opacity: 1;
    background-color: #fff;
    transition: .3s ease-in;
    
}

body.rss__feed-opened-main, body.rss__feed-opened-main .rss__feed-accordian {
    overflow: hidden;
    height: 100vh;
}

.rss__feed-popup-title .rss__feed-close {
    cursor: pointer;
}

.rss__feed-popup-title h4 {
    font-weight: 500;
}
.rss__feed-popup-title {
    background-color: #242323;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    height: 50px;
}

.rss__feed-popup-main .rss__feed-post-title bdi {
    font-size: 10px;
    color: #ababab;
}
.rss__feed-popup-main .rss__feed-post-title span {
    font-size: 11px;
    color: #ababab;
}
.rss__feed-popup-main .rss__feed-post-title {
    font-size: 13px;
    cursor: pointer;
}



.rss__feed-popup-main .tab-cont {
    overflow: auto;
    height: 100vh;
    padding-bottom: 30px;
}






.tab-cont{
    float: left;
    width: 25%;
    background-color: #eee;
    height: 100%;
    border-right: 1px solid #d1d1d1;
}

.tab-cont button:hover{
    background-color: #ccc;
}
.tab-content {
    height: 100%;
    float: left;
    padding: 20px;
    width: 75%;
    animation: anime 1s;
    display: none;
    overflow: auto;
    height: 100vh;
    padding-bottom: 5em;
}
.rss__feed-link {
    font-size: 12px;
    max-width: 90%;
    margin-left: auto;
    margin-top: 15px;
}

.rss__feed-link a {
    font-size: 12px;
    color: #ad3030;
}
.tab-content h2{
    font-size: 24px;
    font-weight: 400;
    margin: 20px 0 10px 0;
    
}
.tab-content p{
    font-weight: 100;
    color: #666;
    margin-top: 20px
}
.tab-cont .but.active {
    background-color: #383838;
    color: #fff;
}

.tab-cont button {
    width: 100%;
    background-color: inherit;
    padding: 18px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    border-bottom: 1px solid #aeaeae !important;
    border: 0;
}
@keyframes anime {
    from{opacity: 0}
    to{opacity: 1}
}

.rss__feed-user img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    min-width: 50px;
    object-position: top;
}

.rss__feed-user img {
    max-width: 100%;
}
.rss__feed-description {
    font-size: 14px;
}
.rss__feed-meta bdi {
    padding: 7px;
    font-size: 10px;
    vertical-align: middle;
}

.rss__feed-meta {
    font-size: 13px;
    color: #606060;
    padding: 10px 0px;
}
.rss__feed-single-inner h3 {
    font-weight: 500;
    line-height: 1.3;
}


.rss__feed-description {
    max-width: 100%;
    box-sizing: border-box;
    border: 1px solid #ededed;
    padding: 1.5em 1.5em;
    margin-top: 1em;
    background-color: #f8f8f8;
    line-height: 1.5;
}


@media(min-width:768px)
{
  .rss__feed-single .rss__feed-single-inner {
    width: 90%;
}
.rss__feed-single {
    display: flex;
    justify-content: space-between;
}

.rss__feed-user {
    width: 5%;
    margin-left: 2%;
}

.rss__feed-wrap span.minimize-btn-pc {
    display: none;
}

}
.fa:before {
    font-family: 'FontAwesome' !important;
}

span.minimize-btn {
    font-size: 23px;
    background-color: #e0e0e0;
    padding: 0px 7px 0px 3px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #656464;
    cursor: pointer;
    position: absolute;
}

.rss__feed-popup-content .tab-cont {
    transform: translateX(0%);
    width: 25%;
    transform-origin: left;
}

.rss__feed-popup-content .tab-cont.sidebar-hidden {
    transform: translateX(-100%);
    width: 0%;
    transform-origin: left;

}

.rss__feed-popup-content .tab-content.expanded {
    width: 99%;
    float: right;
    transition: .2s ease-in;
}

.rss__feed-popup-content .tab-content {
    transition: .2s ease-in;
}

@media(max-width:767px)
{
   .rss__feed-wrap .tabs__tab-btn {
    width: 100%;
    min-width: 40%;
} 
    .rss_feed-wrap .tabs_tab-btn {
    background-color: #424242;
    color: #fff;
    width: 33%;
    min-width: 33%;
}
  .rss__feed-row .rss__feed-column {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0%;
}
.rss__feed-row {
    flex-direction: column;
}


.rss__feed-wrap span.minimize-btn {
    display: none;
}
.rss__feed-wrap .rss__feed-popup-content .tab-cont {
    transform: translateX(0%);
    width: 100%;
    transform-origin: left;
    transition: .2s ease-out;

}
.rss__feed-popup-inner {
    position: relative;
}


.rss__feed-popup-content span.minimize-btn-pc {
    position: relative;
    right: 31px;
    top: 10px;
    left: -22px;
    float: right;
    z-index: 9;
    padding-bottom: 15px;
}
.rss__feed-popup-content  span.minimize-btn-pc i{
    font-size: 18px;
    color: #525252;
}
span.minimize-btn-pc {
    font-size: 15px;
    color: #525252;
}
span.minimize-btn-pc {
    display: flex;
    align-items: center;
    column-gap: 6px;
}
.tab-content {

    padding-bottom: 7em;
}
body .rss__feed-wrap .rss__feed-popup-content .tab-cont {
    transform: translateX(-100%);
    width: 0%;
    transform-origin: left;
    transition: .2s ease-out;
}


body .rss__feed-wrap .rss__feed-popup-content .tab-cont.sidebar-show {
    transform: translate(0%);
    transition: .2s ease-in;
    width: 100%;
}

.rss__feed-wrap .tab-content.data-show {
    width: 100%;
    transform: translateX(0%);
    animation: 99;
    opacity: 1;
}

.all-content {
    width: 100%;
    transform: translateX(0%);
}

.all-content .tab-content {
  
    width: 99.6%;
}

}


.rss__feed-single-inner .accordion {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rss__feed-single-inner .accordion .accordion-icons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.rss__feed-single-inner .accordion .subscribe-icon {
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    transition: color 0.3s ease;
}

.rss__feed-single-inner .accordion .subscribe-icon:hover {
    color: #e0e0e0;
}

.rss__feed-single-inner .accordion.active .fa-caret-up {
    transform: rotate(180deg);
    transition: .1s ease-in;
}

.rss__feed-single-inner .accordion .fa-caret-up {
    transform: rotate(0deg);
    transition: .1s ease-out;
}

.rss__feed-popup-main {

    z-index: 99999999;
}

.rss__feed-single-inner .accordion span {
    transform: rotate(0deg);
    transition: .1s ease-out;
}

ul.conv-rss-pagination {
    list-style: none;
    display: flex;
    justify-content: center;
}

ul.conv-rss-pagination li {
    background: #fff;
    
    border-radius: 5px;
    margin: 5px;
}

ul.conv-rss-pagination li.active {
    background: #424242;
    color: #fff;
}

ul.conv-rss-pagination li.active a {
    color: #fff;
}
ul.conv-rss-pagination li a {
    padding: 10px;
}

.tabs__search {
    position: absolute;
    top: 5px;
    right: 0;
    margin-right: 15px;
    z-index: 1;
}

.tabs__search input {
    padding: 8px 35px 8px 15px;
    border: 1px solid #ddd;
    border-radius: 20px;
    font-size: 14px;
    width: 200px;
    outline: none;
    transition: all 0.3s ease;
    background: #fff;
}

.tabs__search input:focus {
    border-color: #81c784;
    box-shadow: 0 0 5px rgba(129, 199, 132, 0.3);
}

.tabs__search .fa-search {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    font-size: 14px;
}

@media(max-width: 767px) {
    .tabs__search {
        position: relative;
        transform: none;
        width: 100%;
        margin: 10px 15px;
        order: -1;
    }
    
    .tabs__search input {
        width: 100%;
    }
}

.tabs__tab-btn .subscribe-icon {
    font-size: 14px;
    cursor: pointer;
    transition: color 0.3s ease;
}

.tabs__tab-btn .subscribe-icon:hover {
    color: #e0e0e0;
}

.rss__feed-wrap .tabs__tab-btn .subscribe-icon {
    color: #ffffff;
}

button.tabs__tab-btn.tabs__tab-btn--not-selected .subscribe-icon {
    color: #000000;
}

button.tabs__tab-btn.tabs__tab-btn--not-selected .subscribe-icon:hover {
    color: #666666;
}

/* Subscription Popup Styles */
.subscription-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999999;
}

.subscription-popup-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 90%;
    max-width: 400px;
    position: relative;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.subscription-popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.subscription-popup-header h3 {
    margin: 0;
    color: #424242;
    font-size: 18px;
}

.close-popup {
    cursor: pointer;
    color: #666;
    font-size: 18px;
    transition: color 0.3s ease;
}

.close-popup:hover {
    color: #000;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    color: #424242;
    font-size: 14px;
}

.form-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

.form-group input:focus {
    border-color: #81c784;
    outline: none;
}

.error-message {
    color: #d32f2f;
    font-size: 12px;
    margin-top: 5px;
}

.subscribe-button {
    background-color: #81c784;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease;
    width: 100%;
}

.subscribe-button:hover {
    background-color: #4caf50;
}

.subscribe-button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.success-message {
    text-align: center;
    color: #4caf50;
    font-size: 16px;
    padding: 20px;
}

@media (max-width: 767px) {
    .subscription-popup-content {
        width: 95%;
        margin: 10px;
    }
}