img.svg-white,
image.svg-white {
    /*fill: white;*/
    filter: invert(1);
}

img.svg-black,
image.svg-black {
    /*fill: black;*/
    filter: invert(0.5);
}

.text-grey {
    color: #212529;
}

.navbar-deby-kiz {
    --bs-navbar-color: rgba(255, 255, 255, 0.55);
    --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
    --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
    --bs-navbar-active-color: #fff;
    --bs-navbar-brand-color: #fff;
    --bs-navbar-brand-hover-color: #fff;
    --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  .bg-deby-kiz {
    --bs-bg-opacity: 1;
    --bs-dark-rgb:33, 37, 41;
    /*--bs-dark-rgb:57, 0, 11;*/
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
  }

  .debykiz-main-logo-banner {
    max-height: 200px;
    height: 200px;
    width: auto;
  }