﻿body {
}

.sidemenu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    height: 100dvh;
    width: 80%;
    border-radius: 0;
}

.header .header-mobile-nav {
    order: 1;
    flex: 0 95px;
}

.header .logo {
    order: 2;
    flex: auto;
    text-align: center;
}

.header .userarea {
    order: 3;
    flex: 0 95px;
}


.userarea ul {
    gap: 10px;
    justify-content: end;
}

.header .username {
    order: 2;
}

.header {
    padding: 0 15px;
}

.userimage {
    margin-left: 0;
}

.right-zone, .left-zone {
    display: none;
}

.slide-buttons {
    bottom: 70px;
    left: 45px;
    margin-left: 0;
    z-index: 100;
}

.video-cont {
    width: calc(100dvw);
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.slides-zone .container-fluid {
    margin: 0;
    padding: 0;
}

    .slides-zone .container-fluid .row {
        margin: 0;
        padding: 0;
    }

    .slides-zone .container-fluid .col-12 {
        margin: 0;
        padding: 0;
    }

.video-iframe {
    border-radius: 0;
}

.swipe-button {
    background: #0000007a;
    color: #ffffff;
    box-shadow: none;
    height: 50px;
    width: 50px;
}

.content-padd {
    margin-right: 0;
    margin-left: 0;
}

.half-image {
    display: none;
}

.mw-600 {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
}

.visible-sm {
    display: block !important;
}

#mobile-filter-cont {
    position: absolute;
    top: 70px;
    right: 15px;
    padding: 0px 10px;
    z-index: 100;
    background: #0000009e;
    font-size: 12px;
    height: 30px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

    #mobile-filter-cont a {
        text-decoration: none;
        color: #fff;
    }

.hidden-sm {
    display: none !important;
}

.job-toolbar > span {
    margin-left: 0;
    display: inline-block;
    margin: 0;
    padding: 3px;
}

.job-toolbar {
    flex: 0 150px;
    text-align: left;
}


.iframe-cont:after {
    position: absolute;
    width: 100%;
    height: calc(100% - 65px);
    content: "";
}

.nna-placeholder {
    position: relative;
    width: 100%;
    height: 100%;
}

.placeholder-wave {
    animation: none !important;
}

.placeholder {
    opacity: 1 !important;
}

.content-rub {
    margin: 30px 15px;
}

.margin-content {
    margin: 0 15px;
}

.m-center {
    text-align: center;
}

.m-100 {
    width: 100%;
}

.m-row-wrap {
    flex-wrap: nowrap;
    overflow: auto;
}

.toast-msg {
    left: 50%;
}

    .toast-msg > .totast-msg-body {
        width: 100%;
        box-shadow: 0 0 10px 0px #8c8c8c;
        box-shadow: none;
    }

.right-zone {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 101;
    overflow: scroll;
    height: 100dvh !important;
    border-top: solid 65px #fff;
    width: 100%;
}

.mobile-search, .mobile-click, .header-bell, .header-chat, .header-chat a {
    font-size: 22px;
    color: #c3bdde;
}


.head-userimage {
    margin-left: 0px;
    width: 28px;
    height: 28px;
}

#popup-cont {
    z-index: 99;
    width: 75dvw;
    position: fixed;
    right: 10px;
    background: #ffffffe6;
    bottom: 135px;
    display: none;
    top: auto;
    height: 380px;
    border-radius: 10px;
}

    #popup-cont .popup-cont-body {
        max-height: 350px !important;
        height: auto !important;
        justify-content: start;
    }

    #popup-cont:after {
        content: '';
        position: absolute;
        right: 20px;
        margin: 0 auto;
        width: 0;
        height: 0;
        border-top: 10px solid #e6e6e6;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        bottom: -10px;
    }


.popup-cont-close {
    position: absolute;
    left: -15px;
    top: -15px;
    width: 30px;
    height: 30px;
    background: #ffffff;
    text-align: center;
    border-radius: 50%;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hearts {
    position: absolute;
    top: -25px;
    left: 10px;
}

.swiper-slide.liked:after {
    top: 70px;
    right: 10px;
    padding: 2px 6px;
    z-index: 1;
    margin: 0;
    font-size: 13px;
}

.conv-content {
    padding: 0px 15px 24px;
}

.me, .you {
    width: 90%;
}

.conv-footer {
    padding: 20px 0;
    margin: 0 10px;
}

.content[data-pagetype='chat'] .right-zone {
    display: block;
    border-top: 0;
    border-left: 0;
    width: 100%;
    top: 65px;
}

ul.nav.nav-underline {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    flex-basis:;
    flex-shrink: 0;
}

    ul.nav.nav-underline > li {
        flex-shrink: 0;
    }

.nav-underline .nav-link {
    font-size: 14px;
}

.add-job-btn-cont {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 15px;
    left: 0;
    z-index: 1;
}

    .add-job-btn-cont a {
        width: 100%;
    }

.row-m-scroll {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    width: 100dvw;
}

    .row-m-scroll > div {
        flex-shrink: 0;
        width: auto;
    }

.content {
    margin-top: 20px;
    overflow-x: hidden;
}

.video-cont-diag {
    min-height: 490px;
    position: relative;
    width: 100%;
    height: 95%;
    max-width: 100%;
    max-height: 264px;
}

ul.nav.nav-tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
    border: 0;
}

    ul.nav.nav-tabs .nav-item {
        flex-shrink: 0;
        border: 0;
    }

        ul.nav.nav-tabs .nav-item a {
            border: 0;
            padding: 0px 0px 0 15px;
        }

    ul.nav.nav-tabs .nav-link.active {
        border-bottom: solid 1px #000;
    }

.nav-link {
    font-size: 16px;
}

h5 {
    font-size: 16px;
}

h2 {
    font-size: 24px;
}

::-webkit-scrollbar {
    background-color: "transparent" !important;
    width: 0px !important;
}

.item-row-content {
    flex-direction: column !important;
}

.m-c-auto {
    flex: 0 auto !important;
}

.video-cont {
    width: 100dvw !important;
    max-width: 100% !important;
}

.notification-popover.popover {
    position: absolute;
    width: 330px;
    top: 40px;
    left: -44px;
    max-width: 330px;
    right: unset;
}

.popover-arrow {
    left: 46px !important;
    right: unset !important;
    transform: translate(0px, 0px) !important;
}

.menuul > li {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
}

.menu-header {
    display: block;
}

    .menu-header img {
        width: 100px;
    }


.item-row-head-f {
    flex-wrap: wrap;
    gap: 15px;
    align-items: start !important;
}

.cell-m-hide {
    display:none !important;
}

.guest-mobile-msg {
    position: fixed !important;
    z-index: 500;
    top: 63px;
    text-align: center;
    background: #673ab7a8;
    padding: 10px 3px;
    color: #fff;
    width:100%;
}




        