section#middle {
    border-bottom: none;
    min-height: 100vh !important;
    position: relative;
    margin-top: 0;
    padding-bottom: 200px;
    padding-top: 6px;
    /* height         : 100%; */
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    padding-bottom: 500px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

section#middle.scrollable-x {
    overflow-x: scroll;
}

section#middle .container {
    max-width: 100%;
    /* padding-bottom: 100px; */
}

section#middle.full-height {
    height: 90vh !important;
    overflow-y: scroll;
    padding-top: 100px;
}

/********************************************************************
*SECTION#middle  User
*********************************************************************/

section#middle.user-section {
    padding-bottom: 40px;
}

section#middle.user-section h2 {
    font-size: 20px;
    font-weight: 300;
    color: #4A6283 !important;
    font-weight: 900;
}

section#middle.user-section h2 img {
    border-radius: 100%;
    height: 40px;
    object-fit: cover;
    width: 40px;
}

h1.user-title {
    position: absolute;
    top: 30px;
    left: 200px;
    right: 0;
    z-index: 10;
    font-size: 20px;
    font-weight: 500;
    line-height: 53px;
    text-transform: capitalize;
    background: rgb(255, 255, 255);
    color: #1D3B64;
    /* border-bottom: solid 1px #e5eaed; */
    padding-left: 15px;
    box-shadow: 1px 1px 1px #AAADB0;
}

h1.user-title a {
    color: #1D3B64;
    font-weight: 300;
}

h1.user-title a img {
    border-radius: 100%;
    height: 30px;
    width: 30px;
    object-fit: cover;
}

h1.user-title span {
    color: #FDBF08;
    display: inline-block;
    vertical-align: super;
    font-weight: 900;
}

h1.user-title ~ section#middle {
    padding-top: 80px;
}

h1.user-title ~ .market-filter ~ section#middle {
    padding-top: 190px;
}

h1.user-title ~ .market-filter ~ section#middle {
    padding-top: 160px;
}

.tabs.user-tabs {
    position: absolute;
    padding-left: 160px;
    padding-right: 160px;
    top: 117px;
    width: 100%;
    z-index: 10;
    display: table;
    background: white;
}

.tabs.user-tabs .tab {
    display: table-cell;
    width: 50%;
    text-align: center;
    padding: 10px 0;
    border-right: solid 1px #EEEEEE;
    border-bottom: solid 1px #EEEEEE;
    cursor: pointer;
}

.tabs.user-tabs .tab.active {
    background: #FFFFFF;
    box-shadow: inset 1px 1px 1px 0px #B0B7BF;
    border-bottom: solid 2px #2D5894;
}

.tabs.user-tabs .tab:hover {
    background: #D1E0F3;
}

.tabs.user-tabs .tab:last-child {
    border-right: 0;
}

.tabs.user-tabs .tab .image {
    display: inline-block;
}

.tabs.user-tabs .tab .image img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 100%;
}

.tabs.user-tabs .tab .name {
    display: inline-block;
    font-weight: 400;
    color: #274C80;
    font-size: 11px;
}

@media (max-width: 996px) {

    section#middle.user-section h2 {
        font-size: 12px;
    }

    section#middle {
        margin-top: 50px;
    }

    h1.user-title ~ .market-filter ~ section#middle {
        padding-top: 125px;
    }

    h1.user-title ~ section#middle {
        padding-top: 0;
    }

    h1.user-title {
        left: 0;
        top: 40px;
        display: none;
    }

    .tabs.user-tabs {
        padding: 0;
        top: 128px;
    }

    section#middle.user-section h2 {
        font-size: 10px;
        line-height: 15px;
    }
}

/********************************************************************
*SECTION#middle  User
*********************************************************************/