


.title{
    color: #0B6ABC;
}
#navbar-bottom{
    height: 30px;
}

#search-field{
    width: 600px !important;
    height: 60px !important;
   }
   .form-crawl{
     border: none !important;
     color: #0B6ABC;
     background-color: #fff;
     font-size: 1rem !important;
   }

   .form-crawl:focus {
color: #0B6ABC;
background-color: #fff;
font-size: 1rem;
outline: 0;
box-shadow: none !important;
}
.form-crawl::-moz-placeholder {
color: #0B6ABC;
opacity: 1;
font-size: 1rem;
}
.form-crawl::placeholder {
color: #0B6ABC;
opacity: 1;
font-size: 1rem;
}


.search-bar{
        -moz-appearance: textfield;
        -webkit-appearance: textfield;
        color: #0B6ABC;
        width: 600px !important;
        height: 60px !important;
        
    }
   
    .title{
        color: #0B6ABC;
    }
    .text-crawl{
        color: #0B6ABC;
    }
    .bg-crawl{
      background-color: #0B6ABC;
    
    }


    .pill-crawl-right {
border-radius: 0rem 50rem 50rem 0rem !important;
}
.pill-crawl-left {
border-radius: 50rem 0rem 0rem 50rem !important;
}
.btn-crawl {
color: #fff;
background-color: #0B6ABC;
border-color: #0B6ABC;
}
.btn-crawl-o{
color: #0B6ABC;
background-color: #fff;
}
.btn-crawl-o:focus{
outline: 0;
box-shadow: none !important;

}
.btn-success {
color: #fff;
background-color: #198754;
border-color: #198754;
}
.input-group-text-crawl {
display: flex;
align-items: center;
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #0B6ABC;
text-align: center;
white-space: nowrap;
background-color: #FFFFFF;
border: 1px solid #FFFFFF;
border-radius: 0.25rem;
}

.site-link{
text-decoration: none !important;
}
.site-link:hover{
text-decoration: underline !important;

}
.link-text{
font-size: 0.8rem !important;
}