.header-casino-v1 {
  height: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
  font-family: Barlow, sans-serif, arial;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #131321a3;
  backdrop-filter: blur(50px); }

.header-content {
  width: 75%;
  max-width: 1000px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto; }

.logo {
  height: 30px; }
  .logo .icon {
    width: 98px;
    height: 30px; }

.auth-btns {
  display: flex;
  flex-direction: row;
  gap: 8px; }

.auth-btn {
  display: flex;
  height: 36px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  padding: 0 16px;
  text-decoration: none;
  background-color: #fff; }
  .auth-btn span {
    color: #37374D;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px; }
  .auth-btn.register {
    background: linear-gradient(270deg, #FF0026 0%, #700036 100%); }
    .auth-btn.register span {
      color: #fff; }

@media only screen and (max-width: 992px) {
  .header-content {
    width: 100%;
    padding: 0 16px; } }
@media only screen and (max-width: 768px) {
  .header-casino-v1 {
    height: 44px; } }
@media only screen and (max-width: 360px) {
  .header-content {
    padding: 0 10px; }

  .auth-btn {
    padding: 0 10px; } }

/*# sourceMappingURL=header-casino-v1.css.map */
