* {
    font-family: "Inter", sans-serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {}

a {
    display: block;
}

.container {
    position: relative;
    height: 100vh;
    max-width: 767px;
    margin: 0 auto;
    padding: 0 10px;
    overflow: hidden;
}

.content {
    position: absolute;
    z-index: 3;
    height: 100vh;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;

    margin: 0 auto;
    padding: 0 10px;
}

/* .background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
} */


.top-menu {
    color: #000000;
    /* font-size: 18px; */
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    /* padding: 5px; */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4;
    /* background-color: #eaeaea; */
    /* width: 100%; */
    box-sizing: border-box;
    flex-direction: column;
    align-items: flex-start;
}
.filters {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    background-color: #eaeaea;
    padding: 5px;
}
.filter_name {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    background-color: #fff;
    border-radius: 10px;
    font-size: 14px;
    line-height: normal;
    border: 1px solid #dadada;
    font-weight: normal;
    margin-right: 5px;
}
.filter_name .filter_img {
    height: 15px;
    width: 15px;
    background-image: url(../staff/filter.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/*.top-menu div:first-child {
    margin-right: 20px;
}

*/

.top {
    padding-top: 30px;
    display: flex;
    justify-content: flex-end;

    position: absolute;
    top: 0px;
    right: 0;
}

.logo {
    width: 138px;
}

.settings {
    width: 50px;
}

.logo img,
.settings img {
    width: 100%;
}
.side {
    position: absolute;
    bottom: 110px;
    right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.side img {
    margin-top: 10px;
    height: 50px;
    width: 50px;
}

.slide-arrow {
    position: absolute;
    bottom: 15%;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
}

.slide-arrow img {
    width: 120px;
}

.slide-arrow span {
    font-family: "Inter", "Roboto" sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}


.name {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 25px;
    bottom: 25px;
    font-weight: bold;
    color: white;
    font-size: 18px;
}

.name::after {
    content: '';
    width: 18px;
    height: 18px;
    margin-left: 7px;
}

.button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, #de6a05, #f89729, #e3a761);
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.25));
    width: 300px;
    height: 75px;
    border-radius: 8px;
    color: black;
    font-size: 24px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: transform 0.2s, filter 0.2s;
    margin-bottom: 90px;
}

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

.author img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid red;
    box-shadow: 0 0 10px red;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 10px red;
    }

    50% {
        box-shadow: 0 0 20px red;
    }

    100% {
        box-shadow: 0 0 10px red;
    }
}

.live-badge {
    position: absolute;
    bottom: 3px;
    left: 50%;
    transform: translateX(-50%);
    background: red;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 5px;
    text-transform: uppercase;
}




html,
body {
    position: relative;
    height: 100%;
}

.swiper {
    width: 100%;
    height: 100%;
}


.videoWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.videoWrapper video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}


.sb_wrap {
    display: flex;
    width: 94%;
    max-width: 500px;
    background-color: #fff;
    border-radius: 15px;
    box-sizing: border-box;
    position: absolute;
    bottom: 10px;
    z-index: 4;
    margin: auto;
    left: 0;
    right: 0;
    padding: 15px;
    flex-direction: column;
    align-items: stretch;
    display: none;
}
.sb_wrap *{
    box-sizing: border-box;
    line-height: normal;
}
.sb_wrap img, .sb_wrap video{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.sb_top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px;
}
.sb_top_left {
    border-radius: 15px;
    box-shadow: 1px 1px 6px 0 #00000040;
    padding: 5px;
    width: 70px;
    display: flex;
    height: 70px;
    margin-right: 15px;
    align-items: center;
    justify-content: center;
}
.sb_top_right {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.sb_top_right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.sb_top_tittle {
    /* font-weight: 600; */
    font-size: 23px;
    text-shadow: 0px 0px 0px black;
    margin-bottom: 7px;
}
.sb_top_desc {
    font-size: 16px;
    color: #03875f;
    text-shadow: 0 0 #03875f;
}
.sb_bottom {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.sb_info {
    width: 19%;
    display: flex;
    align-items: center;
    flex-direction: column;
    
}
.sb_info:nth-child(2) {
    padding: 0 10px;
    margin: 0 10px;
    border-right: 2px solid #eeeeee;
    border-left: 2px solid #eee;
}
.sb_info:nth-child(2), .sb_info:nth-child(1) {
    width: 40%;
}
.sb_info_tittle {
    margin-bottom: 10px;
    font-size: 18px;
    text-shadow: 0px 0px 0px black;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sb_info_tittle div{
    width: 18px;
    margin-left: 5px;
}
.sb_info_desc {
    font-size: 14px;
    text-align: center;
    word-wrap: break-word;
}
.sb_spinner{
    width: 40px;
}

@keyframes sb_bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
}

60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}

75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}

90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
}

to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}

.sb_bounceInUp {
  -webkit-animation-name: sb_bounceInUp;
  animation-name: sb_bounceInUp;
  animation-duration: 1s;
}

.main-header2 {
    display: flex;
    /* margin: 15px 0px 5px 0px; */
    justify-content: space-between;
    width: 100%;
    overflow-x: hidden;
    width: 100%;
    padding: 5px;
    background-color: #eaeaea;
}
.header-img-done2 {
    /* background-color: #fff; */
    padding: 2px;
    /* border: 3px solid #0a65fe; */
    border-radius: 50%;
    /* top: -5px; */
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-stor2 {
    position: relative;
}
.header-img2 {
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}
.header-img2 img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: block;
    object-fit: cover;
    position: relative;

    align-items: center;
}
.avatar-round2 {
    content: '';
    position: absolute;
    width: 115%;
    height: 115%;
    background-size: contain;
    background-repeat: no-repeat;
    top: -5px;
    margin: auto;
}

.header-img-done2:before{
    background-image: linear-gradient(135deg, var(--color-accent-red, #e34449), #c0cd72);
    border-radius: 50%;
    content: "";
    left: 0;
    padding-top: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.header-img-done2:after {
    border-radius: 50%;
    content: "";
    right: 7px;
    position: absolute;
    top: 7px;
    width: 10px;
    z-index: 1;
    height: 10px;
    background-color: #e34449;
    border: 1px solid #fff;
}
.menu_header {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    background-color: #fff;
    padding: 5px;
}
.menu_header_item{
    display: flex;
    width: 20px;
    height: 20px;
    margin-left: 15px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.menu_header_item.loupe{
background-image: url(../staff/loupe.png);
}
.menu_header_item.user{
background-image: url(../staff/user.png);
position: relative;
}
.menu_header_item.burger{
background-image: url(../staff/burger.png);
}

.menu_header_item.user:after {
    content: "1";
    position: absolute;
    top: -3px;
    right: -3px;
    border-radius: 50%;
    color: #fff;
    background-color: #e34449;
    font-size: 9px;
    width: 12px;
    height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 10px;
}

@media (prefers-color-scheme:dark) {
   .main-header2, .filters {

    background-color: #202020;
}

.filter_name {
    background-color: #101010;
    border: 1px solid #303030;
}
.menu_header{
    background-color: #101010;
}
.top-menu {
    color: #ffffff;
}
.filter_name .filter_img {
    background-image: url(../staff/filter_dark.png);
}
.menu_header_item.loupe{
background-image: url(../staff/loupe_dark.png);
}
.menu_header_item.user{
background-image: url(../staff/user_dark.png);
}
.menu_header_item.burger{
background-image: url(../staff/burger_dark.png);
}


}