html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.searchbox {
    position: absolute;
    z-index: 10;
    background: #e0e3ed ;
    width: -webkit-fill-available;
    /*padding-left: 15px; deeaec;*/
}

.app-content {
    background-color: #f9f9f9d6 !important
}
.app-toolbar {
    background-color: #f9f9f9d6 !important
}

.containerchk {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
}

.disableArea {
    background-color: #d2dadbc2!important;
    border-radius: inherit;
}

.resultelement:hover:active:focus {
    background: #09aabec2 !important;
}
.resultelement:hover {
    background: #0949be30 !important;
}

.symbol {
    background-color: #f8f2ec !important;
}

.resultelement {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    border-color: #d1d0da;
    border-bottom-color: #ea6e25 !important;
    border-right-color: transparent;
}

.containerchk .form-check-input:not(:checked)[type=checkbox] {
    background-color: #8e9495c2 !important;
}

