.underline:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 8px;
  border-radius: 5px;
  background: var(--bs-secondary);
  z-index: -1;
}

.callback-btn {
}

textarea {
  border-radius: 20px!important;
  /*resize: none;*/
  min-height: 100px!important;
  height: 100px;
  max-height: 300px;
}

#message-1 {
}

textarea::-webkit-resizer {
  border-width: 20px;
  border-style: solid;
  border-color: transparent var(--bs-info) var(--bs-info) transparent;
  border-bottom-right-radius: 20px;
}

#mymap {
  height: 45vmin;
  max-height: 45vh;
}

@media (max-width: 767px) {
  #mymap {
    height: 55vmin;
    max-height: 55vh;
  }
}

/* Works on Firefox */

* {
  scrollbar-width: thin;
  scrollbar-color: #ababab transparent;
}

/* Works on Chrome, Edge, and Safari */

*::-webkit-scrollbar {
  overflow: auto;
  width: 14px;
  height: 14px;
}

*::-webkit-scrollbar-track {
  background: var(--bs-body-bg);
}

::-webkit-scrollbar-track:horizontal {
  background-color: var(--bs-body-bg);
}

.chat-history::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: var(--bs-info);
  border-radius: 25px;
  border: 1px solid var(--bs-info);
}

*::-webkit-scrollbar-thumb {
  background-color: var(--bs-info);
  background-clip: content-box;
  border: 4px solid transparent;
  border-radius: 7px;
}

*::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

*::-webkit-scrollbar-corner {
  background-color: var(--bs-body-bg);
}

.scroll-to-top {
  position: fixed;
  border-radius: 10px;
  right: 1rem;
  bottom: 1rem;
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  text-align: center;
  color: #fff;
  line-height: 46px;
  border: none;
  z-index: 1000;
  /*transition: display 500ms;*/
}

@media (min-width: 767px) {
  .scroll-to-top {
    width: 3.5rem;
    height: 3.5rem;
  }
}

.brand-logo {
  height: 80px;
  width: auto;
  max-width: 270px;
}

.bs-icon {
  --bs-icon-size: 1.45rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: calc(var(--bs-icon-size)*1.4);
  width: calc(var(--bs-icon-size)*2);
  height: calc(var(--bs-icon-size)*2);
  color: var(--bs-primary);
}

.bs-icon.bs-icon-success {
  color: var(--bs-white);
  background: var(--bs-success);
}

.bs-icon.bs-icon-info {
  color: var(--bs-white);
  background: var(--bs-info);
}

.bs-icon.bs-icon-danger {
  color: var(--bs-white);
  background: var(--bs-danger);
}

.bs-icon.bs-icon-orange {
  color: var(--bs-white);
  background: #F57921;
}

.bs-icon.bs-icon-warning {
  color: var(--bs-white);
  background: var(--bs-warning);
}

.bs-icon.bs-icon-sky {
  color: var(--bs-primary);
  background: #31BBEE;
}

.bs-icon.bs-icon-violet {
  color: var(--bs-white);
  background: #4D588E;
}

.line-height-md {
  line-height: 2.4rem;
}

.line-height-sm {
  line-height: 2rem;
}

.line-height-xl {
  line-height: 2.7rem;
}

.portfolio-block.project .meta .tags {
  display: flex;
  flex-direction: column;
}

.project-slides-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.form-check-input:checked {
  background-color: var(--bs-info);
  border-color: var(--bs-info);
}

.write-to-us-btn {
  min-width: 200px;
}

.toast-header {
  background-color: transparent;
  color: white;
}

.toast-bg-primary {
  background-color: var(--bs-success);
  background-image: linear-gradient(180deg, var(--bs-success) 10%, var(--bs-primary) 100%);
  background-size: cover;
}

.toast-bg-warning {
  background-color: #dfa54e;
  background-image: linear-gradient(180deg, #dfa54e 10%, #ba8a43 100%);
  background-size: cover;
}

.toast-bg-error {
  background-color: #c1463e;
  background-image: linear-gradient(180deg, #c1463e 10%, #812620 100%);
  background-size: cover;
}

.toast-header .img-fluid {
  height: 20px;
}

@media (max-width: 767px) {
  .toast-container {
    left: 50%;
    transform: translateX(-50%);
  }
}

.toast-container {
  position: fixed;
  z-index: 1090;
  bottom: 10px;
  right: 10px;
}

.spinner-border.custom-spinner {
  margin-left: 10px;
  display: none;
}

.theme-menu-custom {
  border-radius: 20px;
}

.theme-menu-custom > a {
  border-radius: 20px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-success);
}

.partner-img-invert {
  filter: invert(70%);
}

.navbar-logo {
  height: 30px;
  width: auto;
}

.project-row {
  max-width: 900px;
}