#ttInfluencerSerach{
    border: 1px solid #EEEEEE;
	box-shadow: 0px 5px 10px -5px rgb(0 0 0 / 20%);
	border-radius: 4px;
    overflow: hidden;
    margin: 50px 0;
}
.ttisHead{
    background-color: #F7F8F9;
    padding: 40px 50px;
}
.ttisHead_nav{
    display: flex;
}
.ttisHead_title{
    margin-bottom: 30px;
}
.ttisHead_title p{
    font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	display: flex;
	align-items: center;
	color: #525352;
}
.ttisHead_title p svg{
    margin-right: 5px;
}
.ttisHead_nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ttisHead_nav > div{
    max-width: 48%;
    width: 100%;
}
.ttisHead_nav-item p{
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #8091A5;
    margin-bottom: 5px;
}
.ttisHead_nav-select{
    position: relative;
}
.ttisNavMain{
    padding: 9px 10px;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
    border-radius: 4px 0px 0px 4px;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #525352;
    cursor: pointer;
}
.ttisNavMain:after{
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='8' viewBox='0 0 13 8' fill='none'%3E%3Cpath d='M12.6031 1.125L12.0687 0.5625C11.9281 0.421875 11.7031 0.421875 11.5906 0.5625L6.5 5.65313L1.38125 0.5625C1.26875 0.421875 1.04375 0.421875 0.903125 0.5625L0.36875 1.125C0.228125 1.2375 0.228125 1.4625 0.36875 1.60313L6.24688 7.48125C6.3875 7.62188 6.58438 7.62188 6.725 7.48125L12.6031 1.60313C12.7437 1.4625 12.7437 1.2375 12.6031 1.125Z' fill='%23525352'/%3E%3C/svg%3E");
    width: 14px;
	height: 13px;
	position: absolute;
	right: 10px;
	background-position: center;
	background-repeat: no-repeat;
	top: 50%;
	transform: translateY(-50%);
}
.ttisNavOptions{
	position: absolute;
	left: 1px;
	right: 1px;
	background-color: #ffffff;
	box-shadow: 0px 5px 10px -5px rgb(0 0 0 / 20%);
	border-radius: 0 0 4px 4px;
    top: 120%;
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
    z-index: -11111;
}
.ttisNavOptions.active{
    visibility: visible;
    opacity: 1;
    top: 100%;
    z-index: 11111;
}
.ttisNavOptions > div{
    font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #525352;
	padding: 10px;
    transition: 0.3s;
    cursor: pointer;
}
.ttisNavOptions > div:hover{
    background-color: #F6F8F9;
}
.ttisNavOptions > a{
    display: block;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #2299CC;
	padding: 10px;
	border-top: 2px solid #EEEEEE;
}
.ttisResult{
    min-height: 200px;
    transition: 0.5s;
    position: relative;
}
.ttisResult:before{
    content: "";
    background-image: url(https://influencermarketinghub.com/wp-content/themes/voice-child/img/imh-loading.gif);
    position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 180px;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: -1111111;
    background-color: #ffffff;
}
.ttisResult.preloader:before{
    opacity: 1;
    visibility: visible;
    z-index: 1111111;
}
.ttisResult_item{
    border-bottom: 1px solid #EEEEEE;
    padding: 20px 30px;
    display: flex;
	justify-content: space-between;
}
.ttisResult_image{
    display: flex;
    align-items: center;
    justify-content: center;
}
.ttisResult_image img{
    width: 54px;
    height: 54px;
    overflow: hidden;
    object-fit: cover;
    border-radius: 50%;
    background-color: #eeeeee;
}
.ttisr_name{
    font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #525352;
    margin-bottom: 5px;
}
.ttisr_about p{
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #AAAAAA;
}
.ttisr_followers p{
    font-weight: 700;
	font-size: 14px;
	line-height: 19px;
	color: #525352;
    margin-bottom: 2px;
}
.ttisr_followers p.ttisrF_descr{
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #AAAAAA;
}
.ttisResult_brands{
    max-width: 19%;
    padding-left: 15px;
}
.ttisResult_description{
    max-width: 30%;
    padding-left: 20px;
    padding-right: 15px;
}
.ttisResult_state{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 42%;
    padding: 0 15px;
    position: relative;
    text-align: center;
}
.ttisResult_item > div{
    width: 100%;
}
.ttisResult_image{
    max-width: 54px;
}
.ttisResult_state:before,
.ttisResult_state:after{
    content: "";
    position: absolute;
    width: 1px;
    height: 40px;
    background-color: #EEEEEE;
    left: 0;
    top: calc(50% - 20px);
}
.ttisResult_state:after{
    left: unset;
    right: 0;
}
.ttisR_brands-item{
    display: flex;
    align-items: center;
    border: 1px solid #DEDEDE;
    border-radius: 16px;
    margin-bottom: 5px;
}
.ttisR_brands-item p{
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #525352;
    margin-left: 10px;
    padding-right: 10px;
    text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
    max-width: calc(100% - 42px);
}
.ttisR_brands-item img{
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 50%;
}
.ttisFooter{
    padding: 20px 25px;
}
.ttisFooter p{
    font-weight: 400;
	font-size: 19px;
	line-height: 24px;
	color: #525352;
	margin-bottom: 20px;
}
.ttisFooter li{
    font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #525352;
	margin-bottom: 14px;
}
.ttisFooter ul{
    margin-left: 17px;
}
.ttisFooter a{
    background: #2299CC;
    border: 1px solid #2299CC;
	border-radius: 10px;
	width: 100%;
	display: block;
	text-align: center;
	padding: 13px 0;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
    transition: 0.3s;
}
.ttisFooter a:hover{
    color: #2299CC;
    background-color: transparent;
    text-decoration: none;
}
.ttisFooter img{
    max-width: 170px;
    width: 100%;
	margin: 45px auto 0;
	display: block;
}
@media screen and (max-width: 1200px){
    .ttisResult_item{
        padding: 15px 20px;
    }
    .ttisResult_image{
        max-width: 40px;
    }
    .ttisResult_image img{
        width: 40px;
        height: 40px;
    }
    .ttisResult_description{
        padding-left: 15px;
        padding-right: 10px;
    }
    .ttisr_followers p.ttisrF_descr{
        font-size: 10px;
        line-height: 14px;
    }
    .ttisR_brands-item img{
        width: 25px;
        height: 25px;
    }
    .ttisR_brands-item p{
        margin-left: 5px;
        padding-right: 0px;
        font-size: 10px;
    }
    .ttisr_name{
        text-overflow: ellipsis;
        overflow: hidden;
    }
}
@media screen and (max-width: 1024px){
    .ttisResult_state{
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 180px;
    }
    .ttisResult_state > div{
        max-width: 48%;
        width: 100%;
    }
    .ttisResult_state > div:first-child,
    .ttisResult_state > div:nth-child(2){
        margin-bottom: 5px;
    }
    .ttisResult_description{
        max-width: calc(81% - 220px);
    }
}
@media screen and (max-width: 600px){
    .ttisHead{
        padding: 30px;
    }
    .ttisResult_item{
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .ttisResult_description{
        max-width: calc(100% - 40px);
    }
    .ttisResult_state,
    .ttisResult_brands{
        max-width: 100%;
    }
    .ttisResult_state{
        padding: 0;
        flex-direction: row;
        margin: 20px 0;
        padding: 20px 0;
    }
    .ttisResult_state > div{
        max-width: 25%;
        margin-bottom: 0 !important;
    }
    .ttisr_followers p{
        text-align: center;
    }
    .ttisResult_state:before, .ttisResult_state:after{
        width: 60%;
        height: 1px;
        top: 0;
        left: 20%;
        right: 0;
    }
    .ttisResult_state:after{
        top: unset;
        bottom: 0;
    }
    .ttisResult_brands{
        padding: 0;
        flex-direction: row;
        display: flex;
        flex-wrap: wrap;
    }
    .ttisR_brands-item{
        margin-bottom: 5px;
        margin-right: 10px;
    }
    .ttisR_brands-item p{
        text-overflow: unset;
        overflow: unset; 
        white-space: unset;
        max-width: unset;
        width: auto;
        padding-right: 10px !important;
        display: inline-block; 
    }
}
@media screen and (max-width: 460px){
    .ttisHead_nav{
        flex-direction: column;
    }
    .ttisHead_nav > div{
        max-width: 100%;
    }
    .ttisHead_nav > div:first-child{
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 400px){
    .ttisHead{
        padding: 20px;
    }
    .ttisResult_image{
        max-width: 100%;
        margin-bottom: 15px;
    }
    .ttisResult_image img{
        width: 60px;
        height: 60px;
    }
    .ttisResult_description{
        padding: 0;
        max-width: 100%;
    }
}