

body { 
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAxMC8yOS8xMiKqq3kAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzVxteM2AAABHklEQVRIib2Vyw6EIAxFW5idr///Qx9sfG3pLEyJ3tAwi5EmBqRo7vHawiEEERHS6x7MTMxMVv6+z3tPMUYSkfTM/R0fEaG2bbMv+Gc4nZzn+dN4HAcREa3r+hi3bcuu68jLskhVIlW073tWaYlQ9+F9IpqmSfq+fwskhdO/AwmUTJXrOuaRQNeRkOd5lq7rXmS5InmERKoER/QMvUAPlZDHcZRhGN4CSeGY+aHMqgcks5RrHv/eeh455x5KrMq2yHQdibDO6ncG/KZWL7M8xDyS1/MIO0NJqdULLS81X6/X6aR0nqBSJcPeZnlZrzN477NKURn2Nus8sjzmEII0TfMiyxUuxphVWjpJkbx0btUnshRihVv70Bv8ItXq6Asoi/ZiCbU6YgAAAABJRU5ErkJggg==);
    /* background-color: #eef1f5; */
}
.url-input-box form.search-box {
    display: flex;
    flex-wrap: wrap;
    border-radius: 50px;
    margin-bottom: 15px;
}
.url-input-box form.search-box .input-form {
    width: 68%;
    position: relative;
    overflow: hidden;
}
.url-input-box form.search-box .input-form input {
    height: 60px;
    width: 100%;
    color: #777777;
    font-size: 18px;
    font-weight: 400;
    padding: 9px 33px 9px 32px;
    border: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.url-input-box form.search-box .search-form {
    width: 22%;
    overflow: hidden;
    padding: 0;
}
.url-input-box .hero-pera p {
    color: #fff;
    margin-bottom: 0px;
    font-size: 14px;
    font-style: italic;
    text-transform: uppercase;
}
.url-input-box form.search-box .search-form button {
    width: 100%;
    height: 60px;
    background: #007bff;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    color: #fff;
    display: block;
    padding: 15px;
    border-radius: 0px;
    text-transform: uppercase;
    font-family: "Barlow",sans-serif;
    line-height: 1.2;
    line-height: 29px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.03em;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
@media (max-width: 575px){
  .url-input-box form.search-box .input-form input {
    margin-bottom: 20px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.url-input-box form.search-box .input-form {
    width: 100% !important;
}
.url-input-box form.search-box .search-form {
    width: 100% !important;
}
.site-section-desc{
    /* background-color: #e9ecef; */
    margin: 0% 0% 0% 0%;
}
}
.site-section-desc{
    /* background-color: #e9ecef; */
    margin: 0% 7% 0% 7%;
}

.table .thead-dark th {
  color: #fff;
  background-color: rgb(102, 118, 134);
  border-color:  rgb(102, 118, 134)
 }
.btn-custom-primary{
    background-color: #007bff;
}

.btn-custom-default{
    background-color: rgb(180, 175, 175) !important;
}



.select2-selection__rendered {
    line-height: 43px !important;
}
.select2-container .select2-selection--single {
    height: 43px !important;
}
.select2-selection__arrow {
    height: 43px !important;
}
.btn-lg{
    font-size: 1rem !important;
    line-height: 1.5 !important;
}

.full-url{
    width: 500px;
  }

  .table{
      font-size: 13px;
  }