html {
    background-color: #0B0022;
}
.footer-custom-bg {
    background-color: #0B0022;
}
:root {
    --primary: #070759;
    --secondary: rgba(94, 53, 177. 0.5);
}
.primary {
    background-color: var(--primary);
    color: #ffffff;
}
.secondary {
    background-color: var(--secondary);
    color: #ffffff;
}
#mobile-signup-button {
    display: none !important;
}
.svg-img {
    width: 160px;
    height: 56px;
}
.logo {
    width: 200px;
}
.rounded-corners {
    border-collapse: collapse;
    border-radius: 8px;
}
#custom-section-01 {
    background-color: #24006c;
}
#experience-content {
    display: none;
}
#in-world-purchase-content {
    display: none;
}
#number-products-content {
    display: none;
}
#number-machines-content {
    display: none;
}
.show {
    display: block !important;
}
.message-banner-success {
    display: none;
    justify-content: center;
    width: 100%;
    position: fixed;
    background-color: rgba(0, 204, 0, 0.85);
    left: 0px;
    top: 100px;
    z-index: 1000;
    padding: 1.8rem 0rem;
}
.message-banner-danger {
    display: none;
    justify-content: center;
    width: 100%;
    position: fixed;
    background-color: rgba(255, 0, 0, 0.85);
    left: 0px;
    top: 100px;
    z-index: 1001;
    padding: 1.8rem 0rem;
}
.message-container {
    width: 1320px;
}
.message-content-success {
    margin: auto;
    padding: 1rem 1.4rem 0.2rem 1.4rem;
    background-color: #00b300;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 24px 5px rgba(0,0,0,0.22); 
    box-shadow: 0px 0px 24px 5px rgba(0,0,0,0.22);
}
.message-content-danger {
    margin: auto;
    padding: 1rem 1.4rem 0.2rem 1.4rem;
    background-color: #e60000;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 24px 5px rgba(0,0,0,0.22); 
    box-shadow: 0px 0px 24px 5px rgba(0,0,0,0.22);
}
.message-title {
    color: #ffffff;
    font-weight: 700;
    font-size: 2.2rem;
    text-align: center;
    margin: 12px 0px;
}
.message-text {
    color: #ffffff;
    font-size: 1.2rem;
    text-align: center;
}
.cancel-contact-inner {
    background: rgba(0, 0, 0, 0.0);
}
.dk-blue-bg {
    background-color: #0B0022;
}

@media screen and (max-width: 1399px) {
    .message-container {
        width: 1140px;
    }
}

@media screen and (max-width: 1199px) {
    .message-container {
        width: 960px;
    }
}

@media screen and (max-width: 991px) {
    #mobile-signup-button {
        display: block !important;
    }
    #login-container {
        margin-top: 100px;
    }
    .message-container {
        width: 996px;
    }
    .footer-bottom {
        margin-top: 23px;
    }
}

@media screen and (max-width: 767px) {
    .message-container {
        width: 540px;
    }   
}

@media screen and (max-width: 575px) {
    .message-container {
        width: 360px;
    }
}