.tool-name {
    font-family: 'Montserrat','Roboto',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    color: #48486c;
}

.paper-well {
    padding: 20px;
    background: white;
    border: 1px solid whitesmoke;
    box-shadow: 1px 1px 4px 0px #0000000a;
    border-radius: 5px;
    margin-bottom: 45px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.item {
    display: flex;
    flex-direction:column;
    border-radius:2px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    position:relative;
    height: 100%;
}

#spy-results div[class^="col-"] {
    padding:7px;
}

.inner-text-padding {
    padding:0 6px;
}

.item a {
    color:black;
}

.item a:hover {
    text-decoration:none;
}

.item .image {
    position: relative;
    z-index: 99;
    background: #89929a;
    height: 100%;
    max-width: 100%;
}

.item .video {
    position: relative;
    z-index: 99;
    background: #89929a;
    height: 100%;
    max-width: 100%;
    display: none;
}

.item .expander {
    flex-grow: 1;
}

.item .image-container {
    position: relative;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0/10%)),to(#767676));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0/10%),#767676);
    background: -o-linear-gradient(top,rgba(0,0,0,0/10%) 0,#767676 100%);
    background: linear-gradient(180deg,rgb(0 0 0 / 10%),#767676);
    max-height: 300px;
}

.item .tiktok.image-container {
    height: 250px;
}

.item .bg-image {
    background: #89929a;
    height: 100%;
    position: absolute;
    object-fit: cover;
    left: 0;
    width: 100%;
    opacity: 0.2;
}

/* .item .tiktok.image-container {
    position: relative;
    height: 300px;
    background: #c1c1c1;
} */

/* .item .tiktok .image {
    position: relative;
    z-index: 99;
    background: #89929a;
    height: 100%;
} */

.item .image-container .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.item .image-container .ali-logo {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 99;
}

.tab-tool-icon {
    width: 20px;
    margin-right: 5px;
}

.item .header {
    padding: 13px 13px 0 13px;
    display: flex;
    flex-direction: row;
}

.item .pageImage {
    margin-right: 10px;
    text-transform: uppercase;
}

.item .pageImage img {
    border-radius: 100%;
    background: #bec9d2;
    width: 40px;
    height: 40px;
    border: 0;
}

.item .pageImage > div {
    border-radius: 20%;
    width: 40px;
    height: 40px;
    border: 0;
    font-weight: 600;
    font-size: 1.1em;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
}

.item .pageImage .empty1 {
    background: linear-gradient(180deg,#bad9f3,#9fade9);
}

.item .pageImage .empty2 {
    background: linear-gradient(180deg,#b391ed,#fbb6ff);
}

.item .pageImage .empty3 {
    background: #ffbf9a;
}

.item .pageImage .empty4 {
    background: white;
    color: #5858ab;
    border: 1px solid #e4e4e4;
}

.item .pageTitle {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    color: #48486c;
}

.item .pageTitle .name {
    font-weight: 600;
}

.item .pageTitle .lastSeen {
    font-weight: 400;
    opacity: 0.6;
    font-size: 0.85em;
}

.item .itemCopy {
    margin: 13px;
    text-align: left;
    max-height: 100px;
    overflow-y: auto;
    word-break: break-word;
    color: #48486c;
    flex-grow: 1;
}

.item .ctaRow {
    width: 100%;
    background: #f0f2f5;
    padding: 13px;
    display: flex;
    border-top: 1px solid #e4e6eb;
    border-bottom: 1px solid #e4e6eb;
}

.item .ctaRow .cta {
    padding: 8px 12px;
    color: #48486c;
    border-radius: 7px;
    font-weight: bold;
    font-size: 0.9em;
    background: #e4e6eb;
}

.item .ctaRow .cta:hover {
    cursor: pointer;
    opacity: 0.7;
}

.item .reactions {
    padding: 13px 0;
    display: flex;
    justify-content: space-evenly;
}

.item .reaction-col {
    display: flex;
    flex-direction: column;
    flex: 1;
    font-size: 1em;
    font-weight: 500;
    color: #48486c;
}

.item .reaction-col:not(:last-child) {
    border-right: 1px solid #f0f2f5;
}

.item .reaction-col .reaction-name {
    font-size: 0.7em;
    font-weight: 800;
    opacity: 0.7;
    text-transform: uppercase;
}

input.range-filter {
    height: 30px;
    margin-top: 5px;
    width: 80px !important;
    background-color: white;
}

/* Mobile */

@media screen and (max-width: 600px) {
    .horizontal-data li {
        width: 100%;
    }
    .inner-analysis-container h3 {
        text-align:center;
    }
    .row {
        flex-direction: column;
        margin-left: initial;
        margin-right: initial;
    }
}