body{
    font-family: 'Ubuntu', sans-serif;    
    }
    h1, h2, h3, h4, h5, h6 {
        font-family: 'Ubuntu', sans-serif;
      }    
.color-modes.dropdown-menu{padding:0.125rem}
.color-modes.dropdown-menu li+li{margin-top:0} /* m.in. remove space between list items */
.color-modes.dropdown-item{border-radius:0.25rem;padding:0.25rem 0.5rem} /* add some vertical padding */
.color-modes.active{font-weight:600}
.color-modes.active.bi {display:block !important}
.color-modes.active.bi{display:block !important}
.bi {
    vertical-align: -.125em;
    fill: currentColor;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #8a8a8a;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(21,21,21,.25)
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    margin-inline-end:.75rem;color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width:1px;border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3
}

.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .5rem
}

.form-control-lg::file-selector-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    margin-inline-end:1rem
}

   
.search {

    position: relative;
    display: flex;
  }
      .searcha {
  
    position: relative;
    display: flex;
  }

.searchTerm {
    width: 100%;
    border-bottom: 2px solid rgb(222, 226, 230);
    border-right: none;
    border-top: none;    
      border-left: none;
    padding: 5px;
    height: 40px;
  
    outline: none;
      color: rgba(0, 0, 0, 0.65);
  }
  .searchTermSub {
    border-top: 2px solid rgb(222, 226, 230);    
  }
  .searchTerm:focus{
    color: #000;
      background-color: rgb(248,249,250);
  }
  .searchTerm::placeholder {
   color: #b8b4b4;
  }
  .searchButton {
    width: 40px;
    height: 36px;
    border: 1px solid #00B4CC;
    background: #00B4CC;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px;
  }
  
  
  .searchbar{
      margin-bottom: auto;
      margin-top: auto;
      margin-right: 0;
      margin-left: auto;
      height: 40px;
      border-radius: 20px;
  
       
      }
  
      .search_input{
      border: 0;
      outline: 0;
      width: 0;
      line-height: 40px;
   padding: 0;
      transition: width 0.4s linear;
         
      }
  
      .searchbar:hover > .search_input{
       padding: 0 5px;    
      border-bottom: 1px solid #000000;
      width: 250px;
      transition: width 0.4s linear;
      }
  
      .searchbar:hover > .search_icon{
      height: 0;
      width: 0;
      transition: width 0.4s linear; 
      display:none;  
      }
  
      .search_icon{
          margin-left: 3px;
      height: 40px;
      width: 40px;
      float: right;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      text-decoration:none;
       display:block;   
      }
      .search_btn{
      height: 0;
      width: 0;
      transition: width 0.4s linear;         
          display:none;
      }
      .searchbar:hover > .search_btn{
       margin-left: 3px;
      height: 40px;
      width: 40px;
      float: right;
      display: flex;
      justify-content: center;
      align-items: center;
  
      text-decoration:none;
      transition: width 0.4s linear;  
      display:block;   
          color:red;
      }

      .navbar .dropdown-item{
        line-height: 230% !important;
        font-weight: 500;
    }
    [data-bs-theme=light]{
        --n-shadow-color:rgba(170, 170, 170, 1);
    }
    [data-bs-theme=dark]{
        --n-shadow-color:rgba(0, 0, 0, 1);
    }
    .border-l{ border-left: none;}
    @media (min-width: 768px) {
    .border-l{
        border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;
        -webkit-box-shadow: -35px 0px 20px -35px var(--n-shadow-color);
        box-shadow: -35px 0px 20px -35px var(--n-shadow-color);
    }
}
