.vidionlogo {
    font-family: "Nintendo U";
 }
 .descr {
    margin-left: 17px;
    margin-bottom: -2px;
    margin-top: -2px;
 }
 .mt-3 {
    margin-bottom: -15px;
 }
 /* .bg-dark > div > img {
    filter: invert(1);
 } */
 .btn-bd-primary {
   --bd-violet-bg: #712cf9;
   --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

   --bs-btn-font-weight: 600;
   --bs-btn-color: var(--bs-white);
   --bs-btn-bg: var(--bd-violet-bg);
   --bs-btn-border-color: var(--bd-violet-bg);
   --bs-btn-hover-color: var(--bs-white);
   --bs-btn-hover-bg: #6528e0;
   --bs-btn-hover-border-color: #6528e0;
   --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
   --bs-btn-active-color: var(--bs-btn-hover-color);
   --bs-btn-active-bg: #5a23c8;
   --bs-btn-active-border-color: #5a23c8;
 }
.bd-mode-toggle {
   z-index: 1500;
 }
.bi {
 fill: currentColor;
}
.emoji {
 width: 22px;
}
@media (max-width: 768px) {
 #search {
    width: 25% !important;
 }
 #loginopt {
    display: none;
 }
 .bm {
   display: none;
 }
 .dropdown-menu {
   display: block !important;
 }
 .dropdown-toggle {
   display: none !important;
 }
 
}
@media (max-width: 1366px) {
 #search {
    width: 40% !important;
 }
}
@media (max-width: 992px) {
 #search {
    display: none !important;
 }
}
.btn-outline-secondary {
color: #999999;
border-color: #999999;
}
/* 	  * {
 --bs-gutter-x: 1rem;
} */
/* .nav-link.dropdown-toggle {
   color: #FFF;
} */
/* .navbar-brand > img {
   margin-top: -2px;
} */
/* .bg-purple, .bg-custom-profile {
   background-color: #1a1b1c !important; 
   /* color: #000 !important; *
} */
/* .btn-light {
   border: 1px solid #ccc !important;
} */
#frontJumbo .rounded-circle {
   margin-right: 18px !important;
   margin-top: 7px !important;
  }
/* 
  .list-group-item:first-child {
   border-top-left-radius: 0.375rem !important;
   border-top-right-radius: 0.375rem !important;
}
.list-group-item:last-child {
   border-bottom-right-radius: 0.375rem !important;
   border-bottom-left-radius: 0.375rem !important;
} */
.nooverflow {
max-width: 270px;
   /* margin-left: 52px; */
   /* margin-top: -33px; */
   white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.fys {
   position: relative !important;
}
.fys span {
    position: absolute !important;
        bottom: 5px !important;
        right: 5px !important;
}