body {
	font-family: Arial, sans-serif;
}

.header-top {
	background-color: white !important;
	color: black !important;
	display: flex;
	align-items: center;
	/*height: 80px;  Adjust height as necessary */
}

.black-box {
	background-color: #000000;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	/*width: 30%;*/
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px; /* Adjust padding for better spacing */
	height: 80px;
}

.logo-box {
	display: flex;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
}

.logo {
	height: 50px; /* Adjust logo size as necessary */
	margin-right: 10px;
}

.logo-text {
	font-size: 24px;
	font-weight: bold;
}



.header-middle a {
	color: black !important;
	text-decoration: none;
	padding: 10px 15px;
	font-weight: bolder;
}

.header-bottom {
	text-align: center;
	padding: 20px;
}

.logo {
	display: block;
	margin: 0 auto;
}

.header-title {
	font-size: 24px;
	margin: 20px 0;
}

.search-section {
	text-align: center;
	margin: 20px 0;
}

.search-box {
	display: inline-block;
	margin-bottom: 20px;
}

.search-input {
	display: flex;
	align-i
}
.footer-link{justify-content: center;}
.footer-link a{    background-color: #7ceb18;
    width: 100%;
    float: left;
    height: 100%;}
.footer-bg{background-color: #000;}
#single-backlink{border-radius: 20px;
    border-color: #000;
    border: 2px solid;    padding-left: 36px;
    box-sizing: border-box;
    height: 40px;
    font-size: 16px;}

.btn-run{  margin-left: 10px;
    border-radius: 30px;
    font-size: 1rem;}


    .input-group-prepend {
        width: 40px; /* Width of the prepended icon container */
    }
    .input-group-text {
        background-color: #fff; /* Background color of the icon container */
        border: 1px solid #ced4da; /* Border color */
    }
    .form-control {
        padding-left: 10px; /* Padding for the input text */
    }
    .search-main i{
    	    position: absolute;
		    top: 50%;
		    left: 15px;
		    transform: translateY(-50%);
			z-index: 9;
    }
.btn-sh{border-radius: 40px;
    text-align: center;}
.align-center{ text-align: center; }