#search-container .colored-well {
    border-top-left-radius: 8px;
}

.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;
}

.horizontal-data {
    display: inline-block;
}

.horizontal-data li {
    text-align: center;
    margin: 0 6px;
    background: white;
    border: 1px solid whitesmoke;
    box-shadow: 1px 1px 4px 0px #0000000a;
    padding: 10px 12px 14px 12px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.horizontal-data li span {
    display: block;
    font-size: 10px;
    font-weight: 700;
    color: #48486c;
}

.horizontal-data li .estimated-value {
    display: block;
    font-size: 27px;
}

#site-traffic {
    text-align:left;
    margin-top:40px;
    margin-bottom:25px;
}

#site-traffic h3 {
    margin-bottom:25px;
}

.inner-analysis-container h3 {
    text-align:left;
}

#site-traffic .glyphicon-lock {
    font-size: 31px;
    margin-bottom: 7px;
}

.product-results .row {
    display:flex;
    flex-wrap: wrap;
}

#main-content a.watch-tutorial {
    display: block;
    margin-top: 10px;
}

.inner-analysis-container .row {
    display: flex;
    flex-wrap: wrap;
}

.traffic-source-table {
    font-size: 1.2em;
    color: #48486c;
}

.traffic-source-table tr.spacer {
    height: 15px;
}

.traffic-source-row {
    /* display: flex;
    flex-direction: row;
    align-items: flex-start; */
}

.traffic-source-name {
    text-transform: capitalize;
    text-align: left;
    font-weight: bold;
    opacity: 0.93;
    padding-right: 15px;
    vertical-align: top;
}

.traffic-source-name .percent {
    font-size: 0.8em;
    opacity: 0.7;
    margin-top: 4px;
}

.traffic-source-bar-td {
    width: 100%;
    vertical-align: top;
}

.traffic-source-bar {
    height: 40px;
    border-radius: 3px;
    box-shadow: 2px 2px 2px #00000012;
    width: 0%;
    transform-origin: left;
    animation: grow 1s;
}

.traffic-source-bar.blue {
    background: #7996d4;
}

.white-well-container {
    margin: 25px auto 45px;
    background: white;
    padding: 19px;
    border-radius: 8px;
    background: white;
    border: 1px solid whitesmoke;
    box-shadow: 1px 1px 4px 0px #0000000a;
}

/* Ads */

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

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

#aspy-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);
}

.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 .image-container .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.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;
}

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

.item .pageImage > div {
    border-radius: 100%;
    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;
    border: 1px solid #e4e4e4;
}

.item .pageImage .empty {
    background: #bec9d2;
}

.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 {
    padding: 13px 13px 13px 13px;
    text-align: left;
    max-height: 200px;
    overflow-y: auto;
    word-break: break-word;
}

.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: #222222;
    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: 0.9em;
    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;
}

@keyframes grow {
    from { transform: scaleX(0)}
    to { transform: scaleX(1)}
  }

/* Mobile */

@media screen and (max-width: 600px) {
    .horizontal-data li {
        width: 100%;
    }
    .inner-analysis-container h3 {
        text-align:center;
    }
    #aspy-results .row {
        display: initial;
    }
}