* {
    font-family: 'Nunito', sans-serif;
}

.btn-bg-theme-blue {
    background-color: #1677FF;
}

.btn-rounded {
    border-radius: 50px;
}

.fs-7 {
    font-size: 0.875rem;
}

hr {
    border-top: 1px solid rgba(5, 5, 5, 0.36);
    margin: 20px 0px 15px;
}

.icon-xs { height: 1.25rem; }

.iti {
    width: 100%;
}

.body-bg-main {
    background-color: #F5F7FC;
}

.logo-main {
    max-width: 120px;
}

.image-avatar {
    border-radius: 150px;
    max-width: 45px;
}

.nav-item-active {
    border-bottom: 3px solid #1677FF;
    margin-bottom: -14px;
    padding-bottom: 7px;
}

.nav-item-active a {
    color: #1677FF;
}

.nav-item a:hover {
    color: #1677FF;
}

.client-image-main {
    max-width: 80px;
    border-radius: 150px;
}

.business-card {
    border-radius: 24px;
}

.business-image-main {
    max-width: 100px;
    border-radius: 15px;
}

.business-address {
    color: rgba(0, 0, 0, 0.45);
}

.business-search-container .input-group-text {
    border-radius: 150px 0px 0px 150px;
}

.business-search-container .form-control {
    border-radius: 0px 150px 150px 0px;
}

.business-navigation .dropdown-toggle::after {
    display: none;
}
.yes_manual{
    opacity: 0.2;
}
#message {
    display:none;
    background: #f1f1f1;
    color: #000;
    position: relative;
    padding: 20px;
    margin-top: 10px;
  }
#message p{
    margin-bottom: 0px;
}
/* Add a green text color and a checkmark when the requirements are right */
.valid {
    color: green;
  }
  
  /* Add a red text color and an "x" icon when the requirements are wrong */
  .invalid {
    color: red;
  }
  

/* Responsive */

@media only screen and (max-width: 950px) {
    .nav-item-active {
        margin: 0;
        padding: 0;
        border: none;
    }

    .business-image-main {
        max-width: 100px;
    }
}

