.searchbar {
    overflow-x: hidden;
}
.fab{position: fixed;}
.flex-between {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-left: 16px;
        padding-right: 15px;
    }
    .flex-align {
        display: flex;
        align-items: center;
    }
.screenshot {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: auto
}

.screenshot div {
    flex-shrink: 0;
    width: 230px;
    height: auto
}

.screenshot img {
    width: 200px;
    border-radius: 19px;
    margin: 5px
}

.accent-color-indicator {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background-color: var(--f7-md-primary);
    border: 1px solid grey;
    display: block;
}

.list.separated .item-content,
.list.separated .item-link,
.list.separated li {
    border-radius: var(--f7-list-inset-border-radius) !important
}

.item-media img {
    width: 60px;
    height: 60px;    
    border-radius: 100%;
}

body {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    position: fixed;
    overflow: hidden;
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    display: none;
}

a {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-tap-highlight-color: transparent;
}

.page-content {
    max-height: 100%;
    max-width: 100%;
}

.popup {
    border-radius: 20px;
}

.list.separated li {
    margin-top: 10px;
    background: var(--f7-list-strong-bg-color);
    transition: background-color 1s;
    transform: translateZ(0);
}

.list.separated ul {
    background: 0 0;
}

.list.separated .item-inner:after {
    content: none;
}

img {
    pointer-events: none;
}

.title-container {
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 5px;
}

.swiper-title {
    margin: 0;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
}

.swiper-padding {
    padding: 10px;
}

.inline {
    display: inline-block;
}

.swiper .featured {
    width: 85%;
    height: 50%;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    border-radius:25px;
}

.swipe-nav {
  background: var(--f7-page-bg-color );
  position: absolute;
  justify-content: center;
  z-index: 500;
  display: flex;
  height: 24px;
  width: 100%;
  align-items: center;
  border-top-left-radius: 27px;
  border-top-right-radius: 27px;
}

.swipe-nav i {
    font-size: 60px;
    color: gray;
}

.card-body {
    padding: 20px;
}

 .sidebar {
position: fixed;
top: 0;
left: 0;
width: var(--sidebar-width, 260px);
height: 100vh;
box-sizing: border-box;
overflow-y: auto;
z-index: 1000;
display: none;
background-color: var(--f7-page-bg-color);
}

.sidebar-header {
margin-top:30%;
text-align: center;
padding: 30px 0;
}

.sidebar-header i {
font-size: 36px;
}

.sidebar-list ul {
list-style: none;
padding: 0;
margin: 0;
}

.sidebar-list .item-link {
display: flex;
align-items: center;
padding: 12px 16px;
margin: 5px 10px;
border-radius: 17px;
color: var(--f7-md-on-secondary-container);
background-color: var(--f7-list-strong-bg-color); ;
cursor: pointer;
transition: background 0.3s;
}

.sidebar-list .item-link i {
margin-right: 10px;
}

.sidebar-list .item-link.tab-link-active {
background: var(--f7-ios-primary);
color: #fff;
}


@media only screen and (min-width: 1000px) {
   
.sidebar{display: block;width: 260px;}
    .inline {
        display: inline-block;
    }

 
    .swiper-padding {
        padding: 2%;
    }

    .swiper .featured {
        width: 85%;
        max-width: 500px;
        height: 50%;
        border-radius: 20px;
    }
     

    .title-container {
        position: absolute;
        bottom: 5%;
        left: 5%;
        padding: 5px;          
    }

    .swiper-title {
        margin: 0;
        font-size: 2vw;
        font-weight: 700;
        color: #fff;
    }

    .swipe-nav {
        background: var(--f7-page-bg-color );
        position: absolute;
        justify-content: center;
        z-index: 500;
        display: flex;
        height: 5vh;
        max-height: 30px;
        width: 100%;        
        align-items: center;
    }

    .newsimg {
        width: 50%;
        border-top-right-radius: 26px !important;
        border-top-left-radius: 26px !important;
    }

    .list.separated li {
        margin-top: 10px;
        background: var(--f7-list-strong-bg-color);
        transform: translateZ(0);
    }

    .list.separated ul {
        background: transparent;
    }

    .list.separated .item-inner:after {
        content: none;
    }

    img {
        pointer-events: none;
    }   
    .item-media img {
        width: 58px !important;
        height: 58px !important;
        box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.05) inset, 
                    0px 0px 100px 10px rgba(255, 255, 255, 0.05) inset, 
                    0 0.5px 0px rgba(255, 255, 255, 0.525) inset;
        border-radius: 27% !important;
    }
    

  #app {
    margin-left: var(--sidebar-width, 260px);
    width: calc(100vw - var(--sidebar-width, 260px));
    max-width: calc(100vw - var(--sidebar-width, 260px));
  }

  .toolbar {
    display: none;
  }
.tab{margin-left: 13%;
     margin-right: 13%;
   }
    .news-card {
        font-size: auto;
        color: var(--f7-text-color
);
background: var(--f7-list-strong-bg-color);
    }
    .list.separated.glass li {

    background: var(--f7-list-strong-bg-color) !important;}
   .liquid-glass{background:var(--f7-list-strong-bg-color);}
   .more {
        margin-left: 80% !important;
    }
   } 
   @media only screen and (min-width: 500px) {
.tab{margin-left: 13%;
     margin-right: 13%;
   }
    .news-card {
        font-size: auto;
        color: var(--f7-text-color);
background: var(--f7-list-strong-bg-color);
    }
    
     .swiper .featured {
        width: 75%;
        max-width: 500px;
        height: 50%;
        border-radius: 20px;
    }
