.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: 14px;
    font-weight: 500;
    line-height: 14px;
}
.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;
}
.brand-result-col{
    flex: 1;
    border:1px solid #E9E8F3;
}
.brand-result-col .result-num{
   font-size: 42px;
    font-weight: 900;
    color: #2D2B45;
    line-height: 24px;
    padding-top: 20px;
}
.brand-result-col .label{
    font-size: 16px;
    font-weight: 500;
    color: #2D2B45;
    text-align: center;
}
.brand-result-col .uptrend{
    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-color: #DCFFE9;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
}
.brand-result-col .uptrend.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>');
    background-color: #FFE9E9;
}
.brand-result-col.serious .result-num,
.brand-result-col.serious .label{
	color: #FF4A4A;
}
.brand-result-col.warning .result-num,
.brand-result-col.warning .label{
	color: #FF820D;
}
.brand-result-col.suspicious .result-num,
.brand-result-col.suspicious .label{
	color: #FFCC00;
}
.brand-result-col.safe .result-num,
.brand-result-col.safe .label{
	color: #28C963;
}
.searchbox .search-box{
    justify-content: space-between;
}
.searchbox .search-box input{
    width: calc(100% - 88px);
    flex: none;
}
.searchbox .search-box.invalid{
    border: 1px solid #FF4A4A;
}
.searchbox .search-box.invalid input{
    color: #FF4A4A;
}
.domain-status-icon{
    position: absolute;
    right: 65px;
    top: 50%;
    display: none;
    transform: translateY(-50%);
    z-index: 10;
}
#domain-check-animation-container{
    position: fixed;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: radial-gradient(#FFFFFF,#E9ECF8,#D5DBEE);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    transition: 0.2s;
    top: 0;
    left: 0;
}
#domain-check-animation-container.active{
    opacity: 0.98;
    visibility: visible;
}
#domain-check-animation-container .domain-check-animation-inner{
    max-width: 1200px;
    width: 100%;
    position: relative;
    margin-left: 12px;
    margin-right: 12px;
}
#domain-check-animation-container .domain-check-animation-progress-bg{
    width: 100%;
    border-radius: 99px;
    border: 2px solid #339a9a;
    height: 46px;
    background: #b2b6cb;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
#domain-check-animation-container .progress-bar{
    background: linear-gradient(90deg, #0851f4, #2ac4d7 20%, #2ac4d7 47%, #41eb3a);
    height: 100%;
    z-index: -1;
    display: block;
    position: absolute;
    width: 100%;
}
#domain-check-animation-container .step-progress{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}
#domain-check-animation-container .step-1-progress{
    position: absolute;
    left: 0;
    width: 10%;
    height: 100%;
    border-right: 2px solid #ffffff40;
}
#domain-check-animation-container .step-2-progress{
    position: absolute;
    left: 10%;
    width: 50%;
    height: 100%;
}
#domain-check-animation-container .step-3-progress{
    position: absolute;
    left: 60%;
    width: 20%;
    height: 100%;
}
#domain-check-animation-container .step-4-progress{
    position: absolute;
    left: 80%;
    width: 20%;
    height: 100%;
}
#domain-check-animation-container .domain-check-animation-progress-percent{
    width: 100%;
    height: 46px;
    position: absolute;
    top: 0;
    left: 0;
}
#domain-check-animation-container .step-3-progress .counter{
    background-image: url(img/75-percent.png);
    position: absolute;
    width: 100%;
    height: auto;
    background-position: center;
    background-size: contain;
    aspect-ratio: 1;
    background-repeat: no-repeat;
    display: grid;
    place-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    color: #178d17;
    font-size: 32px;
}
#domain-check-animation-container .step-3-progress.active .counter{
    animation: bubble 0.5s ease-in-out forwards;
}
#domain-check-animation-container .domain-check-animation-progress-text{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
}
#domain-check-animation-container .domain-check-animation-progress-text .bubble-chat-step-1{
    position: absolute;
    left: 0;
    bottom: 45px;
    background-image: url(img/bubble-chat-1.png);
    background-size: 100% 100%;
    padding: 20px 35px 35px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-40px);
    transition: all 0.3s ease-in-out;
}
#domain-check-animation-container .domain-check-animation-progress-text .bubble-chat-step-2{
    position: absolute;
    left: calc(32% / 2);
    top: 48px;
    background-image: url(img/bubble-chat-2.png);
    background-size: 100% 100%;
    padding: 44px 35px 27px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(40px);
    transition: all 0.3s ease-in-out;
}
#domain-check-animation-container .domain-check-animation-progress-text .bubble-chat-step-3{
    position: absolute;
    right: calc(20% + 28px);
    bottom: 127px;
    background-image: url(img/bubble-chat-3.png);
    background-size: 100% 100%;
    padding: 37px 44px 37px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-40px);
    transition: all 0.3s ease-in-out;
}
#domain-check-animation-container .domain-check-animation-progress-text .finish-bubble{
    position: absolute;
    right: -24px;
    top: 50%;
    background-image: url(img/bubble-finish.png);
    background-size: 100% 100%;
    padding: 37px 44px 37px 44px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translateY(-50%) scale(1.2);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}
#domain-check-animation-container .bubble-chat-text{
    width: max-content;
}
#domain-check-animation-container .bubble-chat-text, #domain-check-animation-container .bubble-chat-text > *{
    margin-bottom: 0;
    color: #333;
    font-weight: 500;
}
#domain-check-animation-container .domain-check-animation-progress-text .finish-bubble .percent{
    font-size: 33px;
    font-weight: bold;
    margin-bottom: 0;
    color: #747d8c;
}
#domain-check-animation-container .domain-check-animation-progress-text .finish-bubble .finish{
    font-size: 20px;
    text-transform: uppercase;
    color: #747d8c;
    margin-bottom: -28px;
}
#domain-check-animation-container .bubble-chat-icon{
    width: 80px;
    height: 80px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
#domain-check-animation-container .bubble-chat-icon.bubble-chat-step-1-icon{
    background-image: url(img/server-rack-icon.png);
}
#domain-check-animation-container .bubble-chat-icon.bubble-chat-step-2-icon{
    background-image: url(img/database.png);
}
#domain-check-animation-container .bubble-chat-icon.bubble-chat-step-3-icon{
    background-image: url(img/qr-code.png);
}
#domain-check-animation-container .bubble-chat-icon.finish-bubble-icon{
    background-image: url(img/guard.png);
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
}
#domain-check-animation-container .domain-check-animation-progress-text .active .bubble-chat-icon{
    opacity: 1;
    visibility: visible;
}
#domain-check-animation-container .domain-check-animation-progress-text .bubble-chat-step-1.active,
#domain-check-animation-container .domain-check-animation-progress-text .bubble-chat-step-2.active,
#domain-check-animation-container .domain-check-animation-progress-text .bubble-chat-step-3.active{
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}
#domain-check-animation-container .domain-check-animation-progress-text .finish-bubble.active{
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) scale(1);
}

/*  =========== Domain search result page =============== */
.domain-search-result{
    border-radius: 10px;
    position: relative;
    border-width: 1px;
    border-style: solid;
}
.domain-search-result.error{
    border-color: #EAD1DC!important;
    background-color: #FFF5F5;
}
.domain-search-result.out_of_scope{
    border-color: #BEBEBE!important;
    background-color: #F5F5F5;
}
.domain-search-result.suspicious{
    border-color: #FFC400!important;
    background-color: #FFFEF5;
}
.domain-search-result.warning{
    border-color: #FFCE8F!important;
    background-color: #FFFAF5;
}
.domain-search-result.serious{
    border-color: #FF8F8F!important;
    background-color: #FFF5F5;
}
.domain-search-result.safe{
    border-color: #A4ECC3!important;
    background-color: #F5FFF9;
}
.domain-search-result.forbidden{
    border-color: #D7BFFC!important;
    background-color: #F9F5FF;
}
.domain-search-result .robot-icon{
    width: 170px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 120px;
    display: block;
    aspect-ratio: 1;
    background-image: url(img/robot.webp);
    position: absolute;
    top: -12px;
}
.domain-search-result .result-heading h4{
    font-size: 24px;
}
.domain-search-result .result-heading p{
    font-size: 20px;
}
.domain-search-result .domain-search-box{
    border-width: 4px;
    border-style: solid;
    border-radius: 10px;
    position: relative;
    padding: 46px 16px 16px;
}
.domain-search-result.error .domain-search-box{
    border-color: #FB9B9B;
    background: linear-gradient(180deg, #FFFFFF, #FFEBEB,#FFDEDE);
}
.domain-search-result.out_of_scope .domain-search-box{
    border-color: #8784AE;
    background: linear-gradient(180deg, #FFFFFF, #F1F1F1,#D4D4D4);
}
.domain-search-result.suspicious .domain-search-box{
    border-color: #FFCC00;
    background: linear-gradient(180deg, #FFFFFF, #FFF9E8,#FFF4BB);
}
.domain-search-result.warning .domain-search-box{
    border-color: #F59915;
    background: linear-gradient(180deg, #FFFFFF, #FFF5E8,#FFE1BB);
}
.domain-search-result.serious .domain-search-box{
    border-color: #FF4A4A;
    background: linear-gradient(180deg, #FFFFFF, #F9F1F1,#FFD2D2);
}
.domain-search-result.safe .domain-search-box{
    border-color: #28C963;
    background: linear-gradient(180deg, #FFFFFF, #F1F9F4,#DEF1E5);
}
.domain-search-result.forbidden .domain-search-box{
    border-color: #B37AFF;
    background: linear-gradient(180deg, #FFFFFF, #F1EBF9,#F1EBF9);
}
.domain-search-result .domain-search-box:after{
    content: '';
    width: 100px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}
.domain-search-result .domain-search-box:before{
    content: '';
    width: 160px;
    height: 5px;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    position: absolute;
    background: #fffefe;
}
.domain-search-result.error .domain-search-box:after{
    background-image: url(img/error-badge.png);
}
.domain-search-result.out_of_scope .domain-search-box:after{
    background-image: url(img/out_of_scope.png);
}
.domain-search-result.suspicious .domain-search-box:after{
    background-image: url(img/suspicion.png);
    top: -42px;
}
.domain-search-result.warning .domain-search-box:after{
    background-image: url(img/warning.png);
    top: -42px;
}
.domain-search-result.serious .domain-search-box:after{
    background-image: url(img/serious-badge.png);
    top: -42px;
}
.domain-search-result.safe .domain-search-box:after{
    background-image: url(img/safe-badge.png);
    top: -42px;
}
.domain-search-result.forbidden .domain-search-box:after{
    background-image: url(img/forbidden-icon.png);
    top: -42px;
}
.domain-search-result .title{
    font-size: 32px;
}
.domain-search-result .result-label{
    font-size: 22px;
}
.domain-search-result .result-caption{
    font-size: 20px;
}
.domain-search-result.error .title{
    color: #C75151;
}
.domain-search-result.suspicious .title{
    color: #FFC400;
}
.domain-search-result.warning .title{
    color: #FF820D;
}
.domain-search-result.serious .title{
    color: #FF4A4A;
}
.domain-search-result.safe .title{
    color: #27945B;
}
.domain-search-result.forbidden .title{
    color: #8155DB;
}
.domain-search-result .block-rule > span{
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}
.domain-search-result.error .block-rule > span{
    background-image: url(img/error-icon.png);
}
.domain-search-result.forbidden .block-rule > span{
    background-image: url(img/lock-icon.png);
}

.domain-search-result .block-rule p{
    flex:1;
    color: #C4C3D6;
    font-size: 17px;
}
.domain-search-result .block-rule p strong{
    flex:1;
    color: #ffffff;
}
.domain-search-result .block-rule .icon-rule{
    background-image: url(img/check-icon.png);
}
.domain-search-result .block-rule:nth-child(2) .icon-rule{
    background-image: url(img/key.png);
}
.domain-search-result .block-rule:nth-child(3) .icon-rule{
    background-image: url(img/stars.png);
}
.domain-search-result .log-title{
    font-size: 18px;
    color: #C4C3D6;
}
.domain-search-result.suspicious .log-title{
    color: #FFC400;
}
.domain-search-result.warning .log-title{
    color: #FF820D;
}
.domain-search-result.serious .log-title{
    color: #FF4A4A;
}
.domain-search-result.safe .log-title{
    color: #28C963;
}
.domain-search-result .report-button,
.domain-search-result .retry-button,
.domain-search-result .explore-button{
    font-size: 22px;
}
.domain-search-result .report-button:hover,
.domain-search-result .retry-button:hover,
.domain-search-result .explore-button:hover{
    opacity: .8;
}
.domain-search-result .extra-list .icon{
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}
.domain-search-result .extra-list > * > p{
    flex:1;
}
.domain-search-result.suspicious .extra-list > * .icon{
    background-image: url(img/chart.png);
}
.domain-search-result.suspicious .extra-list > *:nth-child(1) .icon{
    background-image: url(img/eye.png);
}
.domain-search-result.warning .extra-list > * .icon{
    background-image: url(img/message.png);
}
.domain-search-result.safe .highlight-list{
    padding: 0;
    list-style: none;
}
.domain-search-result.safe .highlight-list li{
    padding-left: 24px;
    background-image: url(img/blue-star.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 16px;
}

@media (min-width: 992px)
{
	.search-result{
		width: 920px;
	    padding: 15px 0px;
	}
	.searchnew .shadowbox .searchtab .nav{
	    padding: 0px 0px;
	    width: 920px;
	}

}
@media (max-width: 960px) {
    #domain-check-animation-container .domain-check-animation-progress-text .bubble-chat-step-3 {
        right: calc(15% + 28px);
        bottom: 87px;
    }
    .domain-search-result .robot-icon{
        width: 80px;
        height: 80px;
        top: -6px;
    }
}
@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;
    }
    .brand-result-col .result-num{
        font-size: 24px;
    }
    .brand-result-col .label{
        font-size: 12px;
    }
    .domain-search-result .robot-icon{
        width: 70px;
        height: 70px;
    }
    .domain-search-result .result-heading h4{
        font-size: 18px;
    }
    .domain-search-result .result-heading p{
        font-size: 14px;
    }
    .domain-search-result .domain-search-box:after{
        width: 80px;
        height: 80px;
    }
    .domain-search-result .domain-search-box:before{
        width: 100px;
    }
    .domain-search-result .title{
        font-size: 24px;
    }
    .domain-search-result .title span{
        font-size: 18px;
    }
    .domain-search-result .result-label{
        font-size: 17px;
    }
    .domain-search-result .result-caption{
        font-size: 14px;
    }
    .domain-search-result .report-button span,
    .domain-search-result .retry-button span,
    .domain-search-result .explore-button span{
        font-size: 18px;
        text-align: center;
        max-width: 75%;
    }
    .brand-result-col {
        border:none;
    }
}
@media (max-width: 480px) {
    .searchtab #searchtab .nav-item{
        padding: 0 8px;
    }
    .brand-result-col .result-num{
        padding-top: 0;
        font-size: 19px;
    }
    .search-des{
        font-size: 12px;
    }
    .brand-result-col .label{
        font-size: 10px;
        line-height: 12px;
    }
    #domain-check-animation-container .bubble-chat-text, #domain-check-animation-container .bubble-chat-text > *{
        font-size: 9px;
    }
    #domain-check-animation-container .bubble-chat-icon{
        width: 24px;
        height: 24px;
    }
    #domain-check-animation-container .domain-check-animation-progress-text .bubble-chat-step-1{
        padding: 13px 15px 22px;
        bottom: 30px;
        left: -10px;
    }
    #domain-check-animation-container .domain-check-animation-progress-text .bubble-chat-step-2{
        left: calc(22% / 2);
        padding: 19px 14px 15px;
        top: 30px;
    }
    #domain-check-animation-container .domain-check-animation-progress-text .bubble-chat-step-3 {
        right: calc(10% + 28px);
        bottom: 50px;
        padding: 21px 18px 23px;
    }
    #domain-check-animation-container .domain-check-animation-progress-text .finish-bubble{
        padding: 14px 22px 17px 21px;
        right: -12px;
    }
    #domain-check-animation-container .domain-check-animation-progress-text .finish-bubble .percent{
        font-size: 13px;
    }
    #domain-check-animation-container .domain-check-animation-progress-text .finish-bubble .finish {
        font-size: 9px;
        margin-bottom: -15px;
    }
    #domain-check-animation-container .domain-check-animation-progress-bg,
    #domain-check-animation-container .domain-check-animation-progress-percent{
        height: 28px;
    }
    #domain-check-animation-container .step-progress,#domain-check-animation-container .step-3-progress.active .counter{
        font-size: 12px;
    }
    .domain-search-result .robot-icon{
        width: 55px;
        height: 48px;
        top: -6px;
    }
    .domain-search-result .result-heading h4{
        font-size: 16px;
    }
    .domain-search-result .result-heading p{
        font-size: 12px;
    }
    .domain-search-result .title{
        font-size: 24px;
    }
    .domain-search-result .title span{
        font-size: 18px;
    }
    .domain-search-result .report-button span,
    .domain-search-result .retry-button span,
    .domain-search-result .explore-button span{
        font-size: 16px;
        text-align: center;
        max-width: 75%;
    }
    .domain-search-result .block-rule p{
        font-size: 14px;
    }
    .search-result{
        padding: 5px;
    }
    #bookmaker-tab > div{
        line-height: 1.2;
    }
    #bookmaker-tab .soi{
        display: block;
        padding: 1px 5px;
        border-radius: 8px;
        background: linear-gradient(180deg, #A43BFF, #7248FF);
        color: #fff;
        width: max-content;
        margin: auto;
    }
}

@keyframes bubble {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 0;
        visibility: hidden;
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 1;
        visibility: visible;
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        visibility: visible;
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 1;
        visibility: visible;
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        visibility: visible;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        visibility: visible;
    }
}
@keyframes bounceIn {
    0%,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}



