main {
    margin-top: 68px;  
}

#header {
    position: fixed;
    z-index: 200;
    width: 100%;
    background-color: var(--dark-main-color);
}

#header #mobile-container, #header #desktop-container {
    display: flex;
    flex-direction: column;
    width: 100%;
}

#header .notifications-button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#header .notifications-amount {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 2px;
    bottom: 2px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: var(--main-color);
    font-size: 10px;
    line-height: 0;
    text-wrap: nowrap;
    color: #ffffff;
}

#header #desktop-container .notifications-amount {
    width: 9px;
    height: 9px;
}

.text-hover-main-color {
    transition: all 0.8s ease;
}

.text-hover-main-color:hover {
    color: var(--main-color);
}

.bottom-line {
    position: relative;
}

.bottom-line::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background-color: var(--main-color);
}

/*HEADER MOBILE*/
#header #mobile-container .top-section {
    height: 46px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header #mobile-container .top-section .logos-container {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px;
    line-height: 0;
}

#header #mobile-container .top-section .logos-container #open-menu {
    width: 19px;
    height: 17px;
}

 #header #mobile-container .top-section .logos-container #open-menu[src="/img/layout/icons/X.png"] {
    height: 14px;
}

#header #mobile-container .top-section .logos-container .header-logo {
    width: 150px;
}

#header #mobile-container .top-section .buttons-container {
    display: flex;
    height: 100%;
}

#header #mobile-container .top-section .buttons-container .register-button, #header .top-section .buttons-container .login-button {
    width: calc(20vw - 1px);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-family: var(--roboto-bold-condensed);
}

#header #mobile-container .top-section .buttons-container .register-button {
    background-color: var(--main-color);
}

#header #mobile-container .top-section .buttons-container .notifications-button {
    width: 37px;
    height: 37px;
    background-color: var(--dark-secondary-color);
    cursor: pointer;
    border-radius: 5px;
    margin-top: 4.5px;
}

#header #mobile-container .top-section .buttons-container .notifications-button img {
    width: 18px;
    height: 21px;
}


#header #mobile-container .top-section .buttons-container .profile-button {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 75px;
    gap: 5px;
    padding: 0 10px;
    font-size: 12px;
}

#header #mobile-container .top-section .buttons-container .profile-button img {
    width: 23px;
}

#header #mobile-container .top-section .buttons-container .profile-button .username-money {
    display: flex;
    align-items: center;
}

#header #mobile-container .top-section .buttons-container .profile-button .username-money span {
    line-height: 0;
}

#header #mobile-container .bottom-section {
    display: flex;
    justify-content: space-between;
    height: 48px;
}

#header #mobile-container .bottom-section .link-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(20% - 1px);
    height: 100%;
    font-size: 14px;
    line-height: 22px;
    background-color: var(--dark-secondary-color);
    font-family: var(--roboto-regular-condensed);

}

#header #mobile-container #promo-button-home {
    background-color: #646464;
}

#header #mobile-container .bottom-section .link-button img {
    width: 20px;
}

#header #mobile-container .bottom-section .link-button.bets-link-button {
    background-color: #720E45;
}

#header #mobile-container .deposit-button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 55px;
    background-color: var(--main-color);
    text-align: center;
    font-family: var(--roboto-bold-condensed);
    box-shadow: 0 0 18px #000000bf;
}

/*-----------------------------------------------------------------*/
/*HEADER DESKTOP*/
#header #desktop-container {
    display: none;
}

#header #desktop-container .top-section {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 65px;
    background-color: var(--dark-secondary-color);
}

#header #desktop-container .phone-number {
    font-size: 13px;
    text-wrap: nowrap;
}

#header #desktop-container .phone-number span {
    font-size: 20px;
    color: var(--main-color);
}

#header #desktop-container .top-section .links-buttons-container {
    display: flex;
    align-items: center;
    height: 100%;
}

#header #desktop-container .top-section .links-buttons-container .links-container {
    display: flex;
    position: relative;
    gap: 12px;
    font-family: var(--roboto-regular-condensed);
    font-size: 12px;
    padding-right: 12px;
    color: #ffffff;
}
  
#header #desktop-container .top-section .links-buttons-container .links-container .cantidad-promos {
    display: inline-block;
    left: auto;
    bottom: 3px;
    background-color: var(--main-color);
    border-radius: 0.8em;
    position: relative;
    margin: 0;
    line-height: 1.6em;
    font-size: 11px;
    width: 1.6em;
    text-align: center;
    color: white;
    padding: 0px;
    height: auto;
}

#header #desktop-container .top-section .links-buttons-container .my-collection-button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 25px;
    background-color: #470027;
    cursor: pointer;
    font-family: var(--roboto-regular-condensed);
}
  
#header #desktop-container .top-section .links-buttons-container .notifications-button {
    width: 50px;
    background-color: #720E45;
    cursor: pointer;
}

#header #desktop-container .top-section .links-buttons-container .notifications-button img {
    width: 20px;
}

#header #desktop-container .top-section .links-buttons-container .deposit-button,  #header #desktop-container .top-section .links-buttons-container .register-button,  #header #desktop-container .top-section .links-buttons-container .login-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 100%;
    background-color: var(--main-color);
    font-family: var(--roboto-bold-condensed);
}

#desktop-container .bottom-section .links-buttons-container .all-buttons-container .buttons-container .register-button,
#desktop-container .bottom-section .links-buttons-container .all-buttons-container .buttons-container .login-button {
    width: 150px;
    height: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-family: var(--roboto-bold-condensed);
    border-radius: 5px;
}

#desktop-container .bottom-section .links-buttons-container .all-buttons-container .buttons-container .register-button {
    background-color: var(--main-color);
    margin-right: 8px;
}

#desktop-container .bottom-section .links-buttons-container .all-buttons-container .buttons-container .login-button {
    background-color: var(--dark-secondary-color);
}

#header #desktop-container .top-section .links-buttons-container .login-button {
    background-color: var(--dark-secondary-color);
    cursor: pointer;
}

#header #desktop-container .top-section .links-buttons-container .profile-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 150px;
    height: 100%;
}

#header #desktop-container .top-section .links-buttons-container .profile-button .text-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 15px;
    font-size: 14px;
    line-height: 0;
    text-align: end;
}

#header #desktop-container .top-section .links-buttons-container .profile-button .text-container .money-amount {
    font-size: 12px;
}

#header #desktop-container .top-section .links-buttons-container .profile-button img {
    width: 30px;
}

#header #desktop-container .bottom-section {
    height: 75px;
    display: flex;
    gap: 18px;
    justify-content: center;
    align-items: center;
    padding-left: 65px;
    background-color: var(--dark-main-color);
    font-size: 16px;
    font-family: var(--roboto-regular-condensed);
}

#header #desktop-container .bottom-section .buttons-container {
    display: flex;
    align-items: center;
    height: 100%;
}

#header #desktop-container .bottom-section .buttons-container .notifications-button {
    width: 49px;
    height: 49px;
    background-color: #000000;
    cursor: pointer;
}

#header #desktop-container .bottom-section .buttons-container .notifications-button img {
    width: 22px;
    height: 25px;
}

#header #desktop-container .bottom-section .buttons-container .profile-button {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 75px;
    gap: 5px;
    padding: 0 10px;
    font-size: 14px;
    margin-left: 23px;
}

#header #desktop-container .bottom-section .buttons-container .profile-button img {
    width: 37px;
}

#header #desktop-container .bottom-section .buttons-container .profile-button .username-money {
    display: flex;
    align-items: center;
}

#header #desktop-container .bottom-section .buttons-container .profile-button .username-money span {
    line-height: 0;
}

#header #desktop-container .bottom-section .header-logo-link {
    line-height: 0;
}

#header #desktop-container .bottom-section .header-logo-link .header-logo {
    width: 222px;
}

#header #desktop-container .bottom-section .links-buttons-container {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header #desktop-container .bottom-section .links-buttons-container .links-container {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 7px;
    padding-right: 20px;
}

#header #desktop-container .bottom-section .links-buttons-container .links-container a {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 5px;
}
    
#header #desktop-container .bottom-section .link-button {
    width: 132px;
    height: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    border-radius: 5px;
}

#header #desktop-container .bottom-section a.link-button {
    background-color: var(--dark-secondary-color);
}

#header #login-button-header-2025 {
    background-color: var(--dark-secondary-color);
}

#header #register-button-header-2025 {
    width: 100px;
    height: 49px;
    font-family: var(--roboto-bold-condensed);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color);
    border-radius: 5px;
    margin-left: 16px;
    transition: all 0.8s ease;
}

#header #register-button-header-2025-mobile {
    width: 100px;
    height: 49px;
    font-family: var(--roboto-bold-condensed);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color);
    transition: all 0.8s ease;
}

#header #desktop-container .bottom-section .link-button img {
    width: 26px;
}

#header #desktop-container #desktop-deposit-button,
#header #desktop-container #login-button-header-2025 {
    width: 100px;
    height: 49px;
    font-family: var(--roboto-bold-condensed);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color);
    border-radius: 5px;
    margin-left: 16px;
    transition: all 0.8s ease;
}

#header #desktop-container #desktop-deposit-button:hover,
#header #desktop-container .login-button-header-2025:hover {
    transition: all 0.8s ease;
    background-color: #90004f;
}

#header #desktop-container #search-game {
    width: 49px;
    padding-right: 15px;
}

.bets-promos-buttons-container {
    display: flex;
    gap: 8px;
}

#header #desktop-container #promos-desktop-button {
    width: 155px;
    background-color: #646464;
}

.all-buttons-container {
    display: flex;
    gap: 22px;
    justify-content: space-between;
}

#header #desktop-container #promos-desktop-button,
#header #desktop-container #bets-desktop-button,
#header #desktop-container .register-button-header-2025 {
    transition: all 0.8s ease;
}

#header #desktop-container #bets-desktop-button:hover,
#header #desktop-container .bottom-section a.link-button.register-button-header-2025:hover {
    transition: all 0.8s ease;
    background-color: #151515;
}

#header #desktop-container #promos-desktop-button:hover {
    transition: all 0.8s ease;
    background-color: #3c3c3c;
}

/*-----------------------------------------------------------------*/

@media screen and (min-width: 700px) {
    /*HEADER MOBILE*/
    #header #mobile-container .top-section .logos-container .header-logo {
        width: 195px;
    }

    #header #mobile-container .top-section .buttons-container .profile-button {
        width: 105px;
    }
}

@media screen and (min-width: 1280px) {
    main {
        margin-top: 49px;    
    }

    #header #mobile-container {
        display: none;
    }
    
    #header #desktop-container {
        display: flex;
        transform: scale(0.88);
    }
    
    #header #desktop-container .bottom-section {
        padding-left: 0;
        margin-left: -65px;
    }
     
    .bottom-line::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: -30px;
    }
    
    #header #desktop-container .bottom-section .links-buttons-container .links-container a {
        text-wrap: nowrap;
    }
}

@media screen and (min-width: 1520px) {
    #header #desktop-container .bottom-section {
        padding-left: 65px;
        margin-left: 0;
        justify-content: unset;
    }
    
    #header #desktop-container {
        transform: scale(1);
    }
    
    .bottom-line::after {
        bottom: -25px;
    }
}

@keyframes slideInLeft {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideOutLeft {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(-100%);
        opacity: 0;
    }
}

.slide-in-left {
    animation: slideInLeft 0.5s forwards;
}

.slide-out-left {
    animation: slideOutLeft 0.5s forwards;
}