.container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
  max-width: 1095px;
}
.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 97;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}
.navbar-brand-logo{
  width: 200px;height:35px
}
.tools-box {
  background-color: #e7e7e7;
  padding: 20px;
  border-radius: 5px;
  height: 100%;
}

.dropdown-menu.columns-3 ul {
  padding-left: 0px;
}
.dropdown-menu.columns-3 .dropdown-item {
    white-space: normal;
}

.dropdown-menu.columns-2 {
  min-width: 450px;
}
.dropdown-menu.columns-3 {
  min-width: 600px;
}
.multi-column-dropdown li a:hover{
  text-decoration: none;
  color: #333 !important;
}
.dropdown-item a:hover {
  text-decoration: none;
  color: #333 !important;
}
.spin-wheels{
  padding: 6px;
  height: 155px;
}
.spin-wheels img{
  width: 76px;
  height: 76px;
  margin: auto;
}
@media (max-width: 767px) {
  .dropdown-menu.multi-column {
      min-width: 240px !important;
      overflow-x: hidden;
  }
}
/* Ensure the dropdown aligns to the left when needed */
@media (min-width: 768px) {
    .dropdown-menu.columns-3[data-bs-popper] {
      right: auto;
      left: -350px; /* Adjust the value to your preference */
    }
    .dropdown-menu.columns-2[data-bs-popper] {
      right: auto;
      left: -350px; /* Adjust the value to your preference */
    }
  }


  /* For WHeels */
 .swal2-title{
    padding-top: 0px;
  }
  /* For WHeels */