body {
    background: #F6F6F4;
    touch-action: pan-x pan-y;
}
.centered {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}
.saved-posts-button {
    width: 190px;
    height: 44px;
    position: absolute;
    right: 400px;
    top: 2px;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    background: #FFFFFF;
    font-size: 14px;
    cursor: pointer;
}
.bookmark-img {
    position: relative;
    top: 5px;
}
.explore-no-posts-text {
    font-weight: 700;
    margin: 30px 0 15px;
}
@media screen and (max-width: 900px){
    .saved-posts-button {
        display: none;
    }
    .saved-posts-button-small {
        width: 50px;
        height: 44px;
        position: absolute;
        right: 400px;
        top: 2px;
        border: 1px solid #EEEEEE;
        border-radius: 4px;
        background: #FFFFFF;
        font-size: 14px;
        cursor: pointer;
    }
}
@media screen and (min-width: 900px) {
    .saved-posts-button-small {
        display: none;
    }
}
@media screen and (max-width: 800px) {
    .saved-posts-button-small, .saved-posts-button {
        display: none;
    }
}
.button-centered {
    display: flex;
    justify-content: center;
    align-items: center;
}
.mobile-header-2 .title {
    font-weight: 700;
    font-size: 30px;
    color: #171717;
    display: inline-block;
    max-width: calc(100% - 137px);
    overflow: hidden;
    text-overflow: ellipsis;
    height: 1.2em;
    white-space: nowrap;
    padding: 16px 16px 16px 0;
}
.mobile-header-2 .title.single {
    padding: 16px 16px 16px 24px;
}
.mobile-header-2 {
    box-shadow: none;
    z-index: 10;
}
.search-animated {
    position: absolute;
    top: 0;
    height: 100vh;
    width: 100%;
    background: #fff;
    right: 0;
    display: none;
    z-index: 10;
}
.search-animated .search-input-cancel {
    font-weight: 400;
    font-size: 16px;
    color: #9b9b9b;
    padding: 22px;
    cursor: pointer;
}
.search-animated .search-results-mobile {
    position: absolute;
    top: 78px;
    left: 24px;
    width: calc(100vw - 48px);
}
.search-animated .search-results-mobile .search-tabs {
    display: flex;
}
.search-animated .search-results-mobile .search-tab {
    flex: 1;
    text-align: center;
    border-bottom: 4px solid #f6f6f4;
    padding-bottom: 10px;
    transition: border-bottom 300ms ease-in-out;
    cursor: pointer;
}
.search-animated .search-tabs-results {
    margin-top: 12px;
    font-weight: 700;
    font-size: 16px;
    color: #171717;
    overflow: scroll;
    height: calc(100vh - 123px);
}
.search-animated .search-tabs-results .search-tab-single {
    padding-bottom: 8px;
    padding-top: 8px;
    display: none;
}
.search-animated .search-tabs-results .search-tab-single.active {
    display: block;
}

.search-animated .search-tabs-results .search-tab-single .item-company {
    display: flex;
    cursor: pointer;
    padding-bottom: 8px;
    padding-top: 8px;
}
.search-animated .search-results-mobile .search-tab.active {
    border-bottom: 4px solid #fdd835;
}
.search-animated .search-results-mobile .search-tab .text {
    font-weight: 500;
    font-size: 12px;
    color: #000;
    display: inline-block;
}
.search-animated .search-results-mobile .search-company-list img {
    height: 50px;
    width: 50px;
    border-radius: 50px;
    border: 1px solid rgb(204, 204, 204);
}
.search-animated .search-tabs-results .search-title {
    padding-bottom: 12px;
    padding-top: 8px;
    text-align: left;
}
.search-animated .search-results-mobile .search-company-list .subtitle {
    width: calc(100% - 50px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 400;
    font-size: 14px;
    color: #797979;
    padding: 16px 0 16px 12px;
    text-align: left;
}
.search-animated .search-results-mobile .search-tab img {
    height: 16px;
    width: 16px;
    display: inline-block;
    vertical-align: middle;
}
.search-animated.active {
    display: none !important;
}
.search-animated .search-input-mobile {
    width: 100%;
    height: 44px;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 2px;
    margin: 8px 0;
    display: block;
    line-height: 20px;
    font-size: 16px;
    -webkit-appearance: none;
    padding: 10px 32px 10px 24px;
    margin-left: 24px;
    margin-top: 12px;
}
.results-container {
    margin-top: 100px;
    padding-left: 64px;
    padding-right: 64px;
}
.results-container.no-margin {
    margin-top: 0;
}
.desktop-only-explore-header {
    display: flex;
    position: relative;
}
.main-explore-content {
    width: 100%;
    max-width: 1024px;
    margin: auto;
}
.desktop-only-explore-header .arrow-back {
    padding-right: 24px;
    cursor: pointer;
}
.mobile-header-2 .arrow-back {
    vertical-align: top;
    cursor: pointer;
    padding: 24px 12px 12px;
    display: inline-block;
}
.desktop-only-explore-header .title-left {
    font-weight: 700;
    font-size: 36px;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    width: calc(100% - 426px);
    min-height: 40px;
    max-width: 300px;
}
.desktop-only-explore-header .title-search-right {
    position: absolute;
    right: 0;
    top: 4px;
    width: 380px;
    height: 44px;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 2px;
    margin: 8px 0;
    display: block;
    line-height: 20px;
    font-size: 16px;
    -webkit-appearance: none;
    padding: 10px 32px 10px 24px;
}
.desktop-only-explore-header .icon-search-desktop {
    position: absolute;
    right: 1px;
    top: 13px;
    height: 22px;
    width: 22px;
    opacity: 0.4;
    cursor: pointer;
    padding: 10px 16px 10px 10px;
}
.main-explore-content .explore-company-section::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.main-explore-content .explore-company-section {
    width: 100%;
    height: 136px;
    display: flex;
    text-align: left;
    overflow-x: scroll;
    padding-top: 24px;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.main-explore-content .explore-company-section .single-company {
    position: relative;
    padding: 10px;
    flex: 0 80px;
}
.main-explore-content .explore-company-section .single-company:first-of-type {
    padding-left: 0;
}
.main-explore-content .explore-company-section .single-company:last-of-type {
    padding-right: 0;
}
.main-explore-content .explore-company-section .single-company .company-text {
    width: 70px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 400;
    font-size: 12px;
    color: #797979;
    text-align: center;
    padding-top: 8px;
}
.main-explore-content .explore-company-section .single-company img {
    width: 70px;
    height: 70px;
    border-radius: 70px;
    border: 1px solid #EEEEEE;
    cursor: pointer;
}
.main-explore-content .desktop-only-explore-header .title-search-results {
    display: none;
    width: 378px;
    position: absolute;
    right: 0;
    background: #fff;
    border: 1px solid #e7e7e7;
    top: 54px;
    z-index: 2;
}
.main-explore-content .desktop-only-explore-header .desktop-search-title {
    text-align: left;
    display: flex;
}
.main-explore-content .desktop-only-explore-header .desktop-search-title  .search-text {
    font-weight: 700;
    font-size: 12px;
    color: #797979;
    padding: 24px 24px 16px;
    flex: 1;
}
.main-explore-content .desktop-only-explore-header .desktop-search-title .search-clear {
    height: 22px;
    margin-top: 24px;
    font-weight: 400;
    font-size: 10px;
    color: #202020;
    flex: 0 80px;
    text-decoration: underline;
    cursor: pointer;
}
.main-explore-content .desktop-only-explore-header .desktop-search-history {
    width: 100%;
}
.main-explore-content .desktop-only-explore-header .desktop-search-history .history-item {
    display: flex;
    padding: 4px 24px;
}
.main-explore-content .desktop-only-explore-header .desktop-search-history .history-item .history-left {
    text-align: left;
    flex: 1;
    cursor: pointer;
}
.main-explore-content .desktop-only-explore-header .desktop-search-history .history-item .history-right {
    opacity: 0.6;
    height: 18px;
    cursor: pointer;
}
.main-explore-content .desktop-only-explore-header .desktop-search-list {
    text-align: left;
}
.main-explore-content .desktop-only-explore-header .desktop-search-list .title {
    color: #171717;
    font-weight: 700;
    font-size: 16px;
    padding: 24px 24px 12px;
}
.main-explore-content .desktop-only-explore-header .desktop-search-list .results {
    display: block;
    margin-left: 16px;
    margin-right: 16px;
}
.main-explore-content .desktop-only-explore-header .desktop-search-list .item {
    width: 96px;
    height: 96px;
    margin: 8px;
    display: inline-block;
    cursor: pointer;
    position: relative;
}
.main-explore-content .desktop-only-explore-header .desktop-search-list .item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-explore-content .desktop-only-explore-header .desktop-search-list .item .text {
    position: absolute;
    left: 6px;
    bottom: 8px;
    font-weight: 700;
    font-size: 10px;
    color: #fff;
    z-index: 2;
    width: 90px;
    max-height: 90px;
    overflow: hidden;
}
.main-explore-content .desktop-only-explore-header .desktop-search-list .item .bg {
    background-color: rgba(0, 0, 0, 0);
    color: white;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 56px;
    height: 56px;
    padding: 20px;
    text-align: center;
    background-image: linear-gradient(
            rgba(0, 0, 0, 0.0) 0%,
            rgba(0, 0, 0, 0.3) 40%,
            rgba(0, 0, 0, 0.7) 85%,
            rgba(0, 0, 0, 1.0) 100%
    );
}
.explore-item-section .explore-single-list .bg {
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    color: white;
    font-weight: bold;
    position: absolute;
    z-index: 1;
    top: 0;
    width: 250px;
    height: 140px;
    background-image: linear-gradient(
            rgba(0, 0, 0, 0.5) 0%,
            rgba(0, 0, 0, 0.4) 15%,
            rgba(0, 0, 0, 0.2) 60%,
            rgba(0, 0, 0, 0) 100%
    );
}
.main-explore-content .desktop-only-explore-header .desktop-search-list .results .item-company {
    display: flex;
    cursor: pointer;
    padding-bottom: 4px;
    padding-top: 4px;
}
.main-explore-content .desktop-only-explore-header .desktop-search-list .results .item-company img {
    height: 50px;
    width: 50px;
    border-radius: 50px;
    margin-left: 8px;
    border: 1px solid rgb(204, 204, 204);
}
.main-explore-content .desktop-only-explore-header .desktop-search-list .results .item-company .subtitle {
    width: calc(100% - 50px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 400;
    font-size: 14px;
    color: #797979;
    padding: 16px 0 16px 12px;
}
.explore-item-section {
    background: #fff;
    width: 100%;
    /*height: 350px;*/
    margin-top: 32px;
    text-align: left;
    position: relative;
}
.explore-item-section .section-title {
    text-align: left;
    padding: 24px 24px 20px;
    position: relative;
}
.explore-item-section .section-search-list {
    text-align: left;
    width: calc(100% - 24px);
    padding-left: 24px;
}
.explore-item-section .section-search-list .section-search-item {
    display: inline-block;
    width: calc(50% - 8px);
    position: relative;
    cursor: pointer;
    padding-bottom: 24px;
}
.explore-item-section .section-search-list .section-search-item img {
    height: 50px;
    width: 50px;
    border-radius: 50px;
    border: 1px solid #eee;
}
.explore-item-section .section-search-list .section-search-item .company-text {
    position: absolute;
    top: 0;
    left: 40px;
    width: calc(100% - 50px);
}
.explore-item-section .section-search-list .section-search-item .company-text .title{
    width: calc(100% - 24px);
    padding-left: 24px;
    color: #171717;
    font-size: 16px;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-top: 8px;
    padding-bottom: 4px;
}
.explore-item-section .section-search-list .section-search-item .company-text .title.single {
    padding-top: 16px;
}
.explore-item-section .section-search-list .section-search-item .company-text .subtitle {
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    color: #797979;
    padding-left: 24px;
}
.explore-item-section .section-title.normal {
    padding: 0 0 24px;
}
.explore-item-section .section-title.normal .title {
    padding: 26px 24px 24px;
}
.explore-item-section .section-title .title {
    font-weight: 700;
    font-size: 24px;
    color: #171717;
}
.explore-item-section .section-title .subtitle {
    font-size: 12px;
    font-weight: 400;
    color: #797979;
    padding-top: 6px;
    padding-left: 32px;
}
.explore-item-section .explore-full-thumbnail {
    width: 100%;
    position: relative;
}
.explore-item-section .explore-full-thumbnail img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
}
.explore-item-section .explore-full-thumbnail .thumbnail-content {
    position: absolute;
    top: 70px;
    left: 80px;
    text-align: left;
}
.explore-item-section .explore-full-thumbnail .thumbnail-content .thumbnail-title {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
}
.explore-item-section .explore-full-thumbnail .thumbnail-content .thumbnail-subtitle {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    width: 480px;
    line-height: 32px;
}
.explore-item-section .explore-full-thumbnail .small-btn {
    text-align: center;
    margin-left: 0;
}
.explore-item-section .explore-single-list::-webkit-scrollbar {
  display: none;
}
.explore-item-section .explore-single-list {
    width: calc(100% - 48px);
    text-align: left;
    display: flex;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-left: 24px;
    padding-right: 24px;
}
.explore-company-section .explore-item-section .explore-single-list {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.explore-company-section .explore-item-section .explore-single-list .explore-single-item:last-of-type {
    padding-right: 0;
}
.explore-item-section .explore-single-table {
    width: 100%;
    text-align: center;
}
.explore-item-section .explore-single-table .explore-single-item {
    width: calc(30% + 4px);
    padding-left: 8px;
    display: inline-block;
    padding-right: 8px;
    vertical-align: top;
    cursor: pointer;
    min-height: 100px;
}
.explore-item-section .explore-single-table .explore-single-item img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.explore-item-section .explore-single-table .explore-item-text {
    font-weight: 700;
    font-size: 16px;
    color: #171717;
    text-align: left;
    padding-top: 4px;
    max-height: 66px;
    overflow: hidden;
    line-height: 22px;
}
.explore-item-section .explore-single-table .explore-item-company {
    text-align: left;
    padding-top: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-bottom: 32px;
}
.explore-item-section .explore-single-table .explore-item-company img {
    height: 32px;
    width: 32px;
    border: 1px solid #eee;
    border-radius: 50px;
}
.explore-item-section .explore-single-table .explore-item-company .checkbox-img {
    height: 20px;
    width: 20px;
    border: none !important;
}


.explore-item-section .explore-single-table .explore-item-company img {
    vertical-align: middle;
    color: #797979;
    font-size: 14px;
    font-weight: 400;
}
.explore-item-section .explore-single-table .explore-item-company span {
    font-weight: 400;
    font-size: 14px;
    color: #797979;
    padding-left: 6px;
}
.explore-item-section .explore-single-list .explore-single-item {
    height: 140px;
    flex: 0 250px;
    padding: 0 8px 96px;
    position: relative;
    cursor: pointer;
}
.explore-item-section .explore-single-list .explore-single-item:first-of-type {
    padding-left: 0;
}
.explore-item-section .explore-single-list .explore-single-item:last-of-type {
    padding-right: 24px;
}
.explore-item-section .explore-single-list .explore-item-image {
    width: 250px;
    height: 100%;
    object-fit: cover;
    position: relative;
}
.explore-item-section .explore-single-list .explore-item-thumb img {
    position: absolute;
    top: 8px;
    left: 16px;
    height: 32px;
    width: 32px;
    z-index: 1;
    border-radius: 50px;
    border: 1px solid #eee;
}
.explore-item-section .explore-single-list .explore-single-item:last-of-type .explore-item-thumb span {
    width: calc(100% - 84px);
}
.explore-item-section .explore-single-list .explore-single-item:first-of-type .explore-item-thumb img {
    left: 8px;
}
.explore-item-section .explore-single-list .explore-item-thumb span {
    display: block;
    position: absolute;
    top: 18px;
    left: 56px;
    height: 32px;
    font-weight: 400;
    font-size: 11px;
    color: #fff;
    z-index: 1;
    width: calc(100% - 64px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.explore-item-section .explore-single-list .explore-single-item:first-of-type .explore-item-thumb span {
    left: 48px;
}
.explore-item-section .explore-single-list .explore-item-text {
    font-weight: 700;
    font-size: 16px;
    color: #171717;
    margin-top: 4px;
    width: 250px;
    height: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
}
.search-animated-header {
    display: none !important;
}
.mobile-search-no-results, .desktop-search-no-results {
    font-weight: 700;
    font-size: 16px;
    color: #171717;
    margin-top: 16px;
    width: calc(100% - 64px);
    text-align: center;
}
.desktop-search-no-results {
    margin-left: 24px;
    font-weight: 500;
    width: calc(100% - 64px);
}
.main-explore-content .desktop-only-explore-header .desktop-search-list .results-center {
    text-align: center;
}
.main-explore-content .desktop-only-explore-header .desktop-search-list .results-center .item {
    text-align: left;
}
.explore-item-section .next-page-button, .explore-item-section .prev-page-button {
    position: absolute;
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 64px;
    box-shadow: 0 1px 4px #0005;
    line-height: 32px;
    font-size: 48px;
    text-align: center;
    opacity: 1;
    transition: opacity 200ms;
    cursor: pointer;
    top: 152px;
    z-index: 1;
}
.explore-item-section .next-page-button img, .explore-item-section .prev-page-button img {
    height: 22px;
    padding: 5px;
}
.explore-item-section .next-page-button {
    right: 20px;
}
.explore-item-section .prev-page-button {
    left: 20px;
}
.explore-item-section .next-page-button.hidden, .explore-item-section .prev-page-button.hidden {
  opacity: 0;
}
.mobile-header-2 .filter-button.mobile-explore-filter {
    top: 24px;
}
.mobile-header-2 .title.mobile-explore-title {
    max-width: 100%;
    width: calc(100% - 100px);
    position: absolute;
    padding-right: 0;
    top: 0;
    text-align: center;
    font-size: 20px;
    padding-top: 24px;
    font-weight: 500;
}
@media screen and (max-width: 800px) {
    .explore-item-section .section-title.normal .title {
        font-size: 16px;
    }
    .explore-item-section .next-page-button, .explore-item-section .prev-page-button {
        display: none;
    }
    .icon-larger-mobile {
        position: fixed;
        top: 23px;
        left: 34px;
        opacity: 0.4;
    }
    .search-animated .search-input-mobile {
        padding-left: 34px;
        font-weight: 500;
    }
    .search-animated .search-input-cancel {
        font-weight: 500;
    }
    .main-explore-content .desktop-only-explore-header .desktop-search-list .item {
        width: calc(30vw - 16px);
        height: calc(30vw - 16px);
    }
    .main-explore-content .desktop-only-explore-header .desktop-search-list .item .bg {
        width: calc(30vw - 58px);
        height: calc(30vw - 58px);
    }
    .main-explore-content .desktop-only-explore-header .desktop-search-list .results {
        margin-left: 0;
        margin-right: 0;
    }
    .main-explore-content .desktop-only-explore-header .desktop-search-list .results-left {
        margin-left: 16px;
        margin-right: 16px;
    }
    .search-animated.active {
        display: flex !important;
    }
    body {
        background: #fff;
    }
    .results-container {
        margin-top: 48px;
        padding-left: 0;
        padding-right: 0;
    }
    .main-explore-content .explore-company-section {
        padding-left: 24px;
        padding-right: 24px;
        width: calc(100vw - 48px);
    }
    .explore-item-section {
        margin-top: 8px;
        overflow: hidden;
    }
    .explore-item-section .explore-full-thumbnail .thumbnail-content .thumbnail-subtitle {
        max-width: calc(100vw - 32px);
    }
    .explore-item-section .explore-full-thumbnail .thumbnail-content {
        top: 20px;
        left: 16px;
    }
    .explore-item-section .explore-full-thumbnail img {
        min-height: 200px;
    }
    .main-explore-content .explore-company-section .single-company:last-of-type {
        padding-right: 24px;
    }
    .explore-item-section .explore-full-thumbnail .thumbnail-content {
        width: calc(100% - 32px);
        text-align: center;
    }
    .explore-item-section .explore-full-thumbnail .thumbnail-content .thumbnail-title {
        font-size: 16px;
    }
    .explore-item-section .explore-full-thumbnail .thumbnail-content .thumbnail-subtitle {
        font-size: 14px;
        margin: auto;
    }
    .desktop-only-explore-header .arrow-back {
        display: none;
    }
    .desktop-only-explore-header .title-left {
        display: none;
    }
    .desktop-only-explore-header .label-input {
        display: none;
    }
    .search-animated-header {
        display: none !important;
    }
    .search-animated {
        position: fixed;
    }
    .search-animated-header {
        position: fixed;
        z-index: 1000;
        height: 64px;
    }
    .main-explore-content .desktop-only-explore-header .title-search-results {
        display: none !important;
        position: fixed;
        z-index: 1000;
        border: none;
        overflow-y: scroll;
        width: 100vw;
        height: calc(100vh - 64px);
    }
    .main-explore-content .desktop-only-explore-header .title-search-results.visible.active {
        display: block !important;
    }
    .main-explore-content .desktop-only-explore-header .title-search-results {
        display: none !important;
    }
    #search_section_input {
        display: none;
    }
    #search_section_input.visible.active {
        display: block !important;
    }
    #search_section_input.active {
        display: none !important;
    }
    .search-animated .search-results-mobile .search-tab {
        transition: none;
    }
    .explore-item-section .explore-single-table .explore-single-item {
        display: flex;
        width: 100%;
        position: relative;
    }
    .explore-item-section .explore-single-table .explore-item-text {
        padding-top: 0;
        width: 55vw;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 13px;
        line-height: 18px;
        height: 50px;
    }
    .explore-item-section .explore-single-table .explore-single-item .explore-item-image {
        width: 35vw;
        height: 20vw;
        object-fit: cover;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 24px;
    }
    .explore-item-section .explore-single-table .explore-item-company {
        padding-bottom: 0;
        width: 58vw;
        position: absolute;
        bottom: 28px;
    }
    .explore-item-section .explore-single-table .explore-item-company img {
        width: 22px;
        height: 22px;
    }
    .explore-company-section .explore-item-section .explore-single-list {
        width: calc(100% - 48px);
        padding-left: 24px;
        padding-right: 24px;
    }
    .explore-company-section .explore-item-section .explore-single-list .explore-single-item:last-of-type {
        padding-right: 24px;
    }
    .explore-item-section .explore-single-table .explore-item-company {
        bottom: 20px;
    }
    .explore-item-section .explore-single-table .explore-item-company span {
        padding-left: 4px;
        display: inline-block;
        width: calc(100% - 48px);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
