.searchnew{
	
}
.searchnew .heading{
	font-size: 28px;
    font-weight: 700;
}
.searchnew .heading, .searchnew .heading h1, .searchnew .heading h2, .searchnew .heading h3, .searchnew .heading h4 {
    font-size: 28px;
    font-weight: 700;
}
.searchnew .shadowbox{
	position: relative;
}
.searchnew .shadowbox .searchtab{
	position: absolute;
    top: -25px;
    left: 0;
    width: 100%;
}
.searchnew .shadowbox .searchtab .nav{
	background: #ffffff;
    width: fit-content;
    justify-content: center;
    margin: auto;
    padding: 0px 15px;
    box-shadow: #00000040 0px 2px 6px 0px;
    border-radius: 8px;
}
.searchtab .nav .nav-item{
	padding: 0px 25px;
}
.searchtab .nav .nav-item .nav-link{
	display: flex;
    align-items: center;
    gap: 5px;
    color: #2D2B45;
    border: none;
    margin-bottom: 0px;
    padding: 12px 0px;
    line-height: 30px;
}
.searchtab .nav-tabs .nav-item.show .nav-link, .searchtab .nav-tabs .nav-link.active, .searchtab .nav-tabs .nav-link:focus, .searchtab .nav-tabs .nav-link:hover {
    color: #6D51F1;
    border: none;
    border-bottom: #6D51F1 4px solid;
}
.searchtab .nav .nav-item img{
	width: 19px;
}
.searchtab .nav .nav-item img.normal{

}
.searchtab .nav .nav-item img.hover{
	display: none;
}
.searchtab .nav-tabs .nav-item.show .nav-link img.normal, .searchtab .nav-tabs .nav-link.active img.normal, .searchtab .nav-tabs .nav-link:focus img.normal, .searchtab .nav-tabs .nav-link:hover img.normal{
    display: none;
}
.searchtab .nav-tabs .nav-item.show .nav-link img.hover, .searchtab .nav-tabs .nav-link.active img.hover, .searchtab .nav-tabs .nav-link:focus img.hover, .searchtab .nav-tabs .nav-link:hover img.hover{
    display: block;
}
.searchbox .tab-content{
	padding-top: 30px;
}
.search-result{
    margin: auto;
    padding: 15px 15px;
}
.search-result .rs-line{
	background: #EFF4FC;
    border-radius: 8px;
    margin-bottom: 10px;
    display: flex;
    padding: 7px;
    gap: 9px;
    transition: 0.2s;
}
.search-result .rs-line:hover{
	background: #DEE8F8;
}
.search-result  .rs-line .posit{
	width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 25px;
}
.search-result  .rs-line .posit span{

}
.search-result  .rs-line:nth-child(1) .posit span{
	background: url('img/top1.png') no-repeat;
	width: 22px;
    height: 31px;
    background-size: 100%;
    text-indent: -9999px;
}
.search-result  .rs-line:nth-child(2) .posit span{
	background: url('img/top2.png') no-repeat;
	width: 22px;
    height: 31px;
    background-size: 100%;
    text-indent: -9999px;
}
.search-result  .rs-line:nth-child(3) .posit span{
	background: url('img/top3.png') no-repeat;
	width: 22px;
    height: 31px;
    background-size: 100%;
    text-indent: -9999px;
}
.search-result .rs-line .logo{

}
.search-result .rs-line .logo img{
	border-radius: 10px;
}
.search-result .rs-line .name{
	display: flex;
    align-items: center;
    color: #2D2B45;
}
.search-result .rs-line .name a{
	color: #2D2B45;
	font-weight: 500;
}
.search-result .rs-line:hover .name a{
	color: #6D51F1;
}

.search-result .rs-line .updown{
	display: flex;
    align-items: center;
    justify-content: end;
    
}
.search-result .rs-line .updown .up{
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%233DCE72"><path d="m216-160-56-56 464-464H360v-80h400v400h-80v-264L216-160Z"/></svg>');
	width: 24px;
    height: 24px;
    background-size: 100%;
    cursor: pointer;
}
.search-result .rs-line .updown .down{
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23FF4A4A"><path d="M360-200v-80h264L160-744l56-56 464 464v-264h80v400H360Z"/></svg>');
	width: 24px;
    height: 24px;
    background-size: 100%;
    cursor: pointer;
}
.search-result .rs-line .updown .neutral{
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23999999"><path d="m600-200-57-56 184-184H80v-80h647L544-704l56-56 280 280-280 280Z"/></svg>');
    width: 24px;
    height: 24px;
    background-size: 100%;
    cursor: pointer;
}
.search-result .rs-line .updown .loading{
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23999999"><path d="M480-160q-134 0-227-93t-93-227q0-134 93-227t227-93q69 0 132 28.5T720-690v-110h80v280H520v-80h168q-32-56-87.5-88T480-720q-100 0-170 70t-70 170q0 100 70 170t170 70q77 0 139-44t87-116h84q-28 106-114 173t-196 67Z"/></svg>');
    width: 24px;
    height: 24px;
    animation: spinner-border 1s linear infinite;
}
.search-des{
	color: #4E5D87;
    font-style: italic;
    font-size: 15px;
    font-weight: 500;
}
.search-option{
	max-width: 650px;
    margin: auto;
    padding: 20px 0px;
    width: 100%;
}

.search-option .search-tbns{
	
}
.search-option .search-tbns .btn{
	background: #EFF4FC;
    border-radius: 29px;
    color: #2E69EC;
    font-weight: 500;
    padding: 10px 50px;
    font-size: 18px;
    transition: 0.2s;
    margin-bottom: 5px;
}

.search-option .search-tbns .btn:hover{
	background: #D9E5F9;
}
.searchbox .title{
	color: #2D2B45;
    font-size: 20px;
    font-weight: 600;
}
.search-result .rs-line .scandal{
	display: flex;
    align-items: center;
    justify-content: end;
    
}
.search-result .rs-line .scandal .serious{
	background: url('img/serious.png') no-repeat;
    width: 32px;
    height: 32px;
    background-size: 100%;
    cursor: pointer;
    margin-right: 10px;
}
.search-result .rs-line .scandal .bealert{
	background: url('img/bealert.png') no-repeat;
    width: 32px;
    height: 37px;
    background-size: 100%;
    cursor: pointer;
    margin-right: 10px;
}
.search-result .rs-line .scandal .doubt{
	background: url('img/doubt.png') no-repeat;
    width: 32px;
    height: 32px;
    background-size: 100%;
    cursor: pointer;
    margin-right: 10px;
}
.search-result .rs-line .jackpot{
	display: flex;
    align-items: center;
    justify-content: end;
    font-weight: 600;
    color: #6D51F1; 
    padding-right: 50px;
}
.search-result .rs-line .date{
	display: flex;
    align-items: center;
    justify-content: end;
}








@media (min-width: 992px)
{
	.search-result{
		width: 920px;
	    padding: 15px 0px;
	}
	.searchnew .shadowbox .searchtab .nav{
	    padding: 0px 0px;
	    width: 920px;
	}
}
@media (max-width: 640px) {
    .search-result .rs-line .posit{
        width: 20px;
    }
    .search-result .rs-line .logo img{
        width: 40px;
        border-radius: 6px;
    }
    .search-option .search-tbns .btn{
        font-size: 14px;
    }
}
@media (max-width: 480px) {
    .searchtab #searchtab .nav-item{
        padding: 0 8px;
    }
}




