
            .nav-link.active {
                font-weight: bold;
            }

            .badge {
                font-size: 85%;
            }


.domain-box {
height:80px;
XXXborder:1px solid blue;
border-top-left-radius:40px;
border-top-right-radius:40px;
border-bottom-left-radius:40px;
border-bottom-right-radius:40px;
display: inline-block !important;
padding-left:40px;
width:640px;
background:rgba(65,124,253,0.07);
}

#get_domain {
height:80px;
width:80px;
border-top-right-radius:40px;
border-bottom-right-radius:40px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
padding-right:20px;
float:right;
margin-top:-1px;
}

#domain-search-input{
position:relative;
top:+17px;
left:-55px;
background:none;
    padding: 3px;
    background-color: #fff;
    display: inline-block;
width:420px;
box-shadow: inset 5px 5px 10px rgba(18,66,101, 0.3);
}
#domain-search-input input{
    border: 0;
    box-shadow: none;
background:none;
}
.input-group[class*=col-] {
    float: left;
	width: auto;
}
.domain-box{display: grid; justify-content: center;
 }

span.multiselect {
padding: 2px 6px;
font-weight: bold;
cursor: pointer;
}

#mobile_domain-search-input{
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
    display: inline-block;
}
#mobile_domain-search-input input{
    border: 0;
    box-shadow: none;
}

.mobile_domain-box{display: grid; justify-content: center;
 }
