.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }

  .brightness-md-1{
    filter: brightness(98%) contrast(99%);
  }
  
  .bg-extra-light-md{
    background-color: #f8f9fa;
  }

  .border-bottom-md-0{
    border-bottom: 0 !important;
  }

  .shadow-hover-md:hover {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
  }
}

@media (max-width: 767.98px) {
  .touch-effect {
    transition: background 0.5s;
  }
  .touch-effect:hover {
    filter: brightness(95%);
  }

  .ripple {
    background-position: center;
    
  }
  .ripple:hover {
    border: 0;
    color: white;
    background: #6c757d radial-gradient(circle, transparent 1%, #6c757d 1%) center/15000%;
    transition: background 0.8s;
  }
  .ripple:active {
    background-color: #f8f9fa;
    background-size: 100%;
    transition: background 0s;
  }

}

.nav-scroller {
  position: relative;
  z-index: 0;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, .75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: #6c757d;
}

.nav-underline .nav-link:hover {
  color: #007bff;
}

.nav-underline .active {
  font-weight: 500;
  color: #343a40;
}

.input-icons i {
    position: absolute;
    right: 10px;
}
  
.input-icons {
    width: 100%;
    margin-bottom: 10px;
}
  
.icon {
    min-width: 40px;
    padding-bottom:10px;
}
  
.input-field {
    width: 100%;
    padding: 10px;
}

.text-white-50 { color: rgba(255, 255, 255, .5); }

.bg-purple { background-color: #6f42c1; }

.bg-greenery { background-color: #588c7e; }

.bg-primary-1 { background-color: #2e559e; }
.bg-success-1 { background-color: #1b6e54; }

.error { color: #dc3545 }

.shadow-menu { box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.2); }

.btn-float{
  position:fixed;
  bottom:13%;
  right:5%;
}

.sidebar {
  position: fixed;
  top: 50px;
  bottom: 0;
  left: 0;
  z-index: 100;
  overflow-y: auto;
}

.bg-green-dark{
  background-color: #1c4554;
}

.text-green-dark{
  color: #1c4554;
}

.btn-toggle-nav a {
  display: inline-flex;
  padding: .1875rem .5rem;
  margin-top: .125rem;
  margin-left: 1.25rem;
  text-decoration: none;
}

.bg-extra-light{
  background-color: #fbfbfb;
}

.topbar-divider {
  width: 0;
  border-right: 1px solid #e3e6f0;
  height: calc(4.375rem - 2rem);
  margin: auto 1.1rem;
}

.border-weak {
  border: 1px solid #dee2e6;
}

.bg-dark-blue {
  background-color: #313a46;
}

.text-dark-blue {
  color: #313a46;
}

.bg-light-blue {
  background-color: #eaf1f7;
}

.progress-bar-0 {
  width: 0%;
}

.progress-bar-25 {
  width: 25%;
}

.progress-bar-50 {
  width: 50%;
}

.progress-bar-75 {
  width: 75%;
}

.progress-bar-100 {
  width: 100%;
}

.last-border-bottom-0>tbody>tr:last-child>td { 
  border-bottom-width: 0; 
}

.first-upper::first-letter {
    text-transform:capitalize
}

.autocomplete-suggestions {
    text-align: left; cursor: default; border: 1px solid #ccc; border-top: 0; background: #fff; box-shadow: -1px 1px 3px rgba(0,0,0,.1);
    position: absolute; display: none; z-index: 9999; max-height: 254px; overflow: hidden; overflow-y: auto; box-sizing: border-box;
}
.autocomplete-suggestion { position: relative; padding: 0 .6em; line-height: 23px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 1.02em; color: #333; }
.autocomplete-suggestion b { font-weight: normal; color: #1f8dd6; }
.autocomplete-suggestion.selected { background: #f0f0f0; }

.ss-va-1 {
  vertical-align: 3px;
}

.ss-bg-orange {
  background-color: #fd7e14;
}

.ss-btn-disable-focus-border:focus {
  outline: none;
  box-shadow: none;
}