/* /Layout/MainLayout.razor.rz.scp.css */
/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.content {
    width: 100%;
    height: 100%;
    background-color: #FFF5D5;
    background-image: linear-gradient(to right, #8A0000, #8A0000);
    background-size: 100% 50%;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row ::deep .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row ::deep a:hover, .top-row ::deep .btn-link:hover {
        text-decoration: underline;
    }

    .top-row ::deep a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row {
        justify-content: space-between;
    }

    .top-row ::deep a, .top-row ::deep .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth ::deep a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
*/
/* /Pages/Home.razor.rz.scp.css */
.main-container[b-204efplkkc] {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: auto;
    background-color: #960000;
}


.logo[b-204efplkkc] {
    padding: 1% 0% 1% 0%;
    align-self:flex-start;
}

@media only screen and (max-width: 600px) {
    .logo[b-204efplkkc] {
        max-width: 20%;
        
    }
}


.home[b-204efplkkc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width:100%;
}

 .img-padding[b-204efplkkc] {
    width:100%;
    padding: 1%
}

.top-div[b-204efplkkc] {
    background-color: #fff7db;
    padding: 1% 2%;
    display: flex;
    flex-direction: column;
}

.top-div-inner[b-204efplkkc] {
    max-width: 1000px;
    align-self: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 2%;
}

.spin-to-win[b-204efplkkc] {
    max-width: 80%;
}

.slot-div[b-204efplkkc] {
    width: 100%;
    background: linear-gradient(to bottom, #fff7db 0, #fff7db 50%, #960000 50%, #960000 100%);
    display: flex;
    flex-direction: column;
}

.img-slot[b-204efplkkc] {
    max-width: 1100px;
    align-self: center;
    padding: 1% 3%;
}

.above-text[b-204efplkkc] {
    max-width:50%;
    padding: 0 0 2% 0;
}

.bottom-div[b-204efplkkc] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1% 0 0 0;
}
.bottom-div-inner[b-204efplkkc] {
    width:100%;
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    align-items: center;
}


/*.testing {
    position: absolute;
    z-index: 3;
    opacity: 0.5;
    height: 100%;
    width: 350px;
    background-color: green;
    cursor: pointer;
    display: flex;
    align-items: center;
}*/


.testing[b-204efplkkc] {
    position: relative;
    z-index: 3;
    /*opacity: 0.5;*/
    height: 100%;
    width: 100%;
    max-height: 600px;
    max-width: 600px;
/*    cursor: pointer;*/
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: visible;
    overflow-y: visible;
    padding-top: 3%;
}

.testing-2[b-204efplkkc] {
    position: absolute;
    z-index: 3;
    opacity: 0.5;
    height: 100%;
    width: 100%;
    max-height: 620px;
    max-width: 470px;
    background-color: blue;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: visible;
    overflow-y: visible;
    padding-top: 3%;
}

.winners-card[b-204efplkkc] {
    object-fit: contain;
    height: 200%;
    width: 200%;
}

.link-span[b-204efplkkc] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
}

.testing-inner[b-204efplkkc] {
    z-index: 3;
    background-color: red;
    height: 100px;
    width: 100%;
    margin-top: -14%;
}

/*.img-slot-gif {
    width: 62%;
    padding: 0;
    margin: -3%;
}

.img-winning-gif {

}

.img-winning-gif-background {
    position: fixed;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: black;
    z-index: 1;
    display: none;
}*/

.play-btn[b-204efplkkc] {
    padding: 0;
    border-width: 0;
    cursor: pointer;
    width: 40%;
    height: 100%;
    max-width: 270px;
    background: none;
}

/*.img-btn {
    width: 100%;
}*/

.text-on-red[b-204efplkkc] {
    color: #fff7db;
    padding-left: 2%;
    font-size: small;
    text-align: center;
}
/* /Pages/NotFoundComponent.razor.rz.scp.css */
.main-container[b-mve4idu9kh] {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: auto;
    padding-bottom: 4%;
    /*background-color: #960000;*/
}

.logo[b-mve4idu9kh] {
    padding: 1% 0% 1% 0%;
    align-self: flex-start;
}

.top-div[b-mve4idu9kh] {
    /*background-color: #fff7db;*/
    padding: 1% 2%;
    display: flex;
    flex-direction: column;
}

.link-span[b-mve4idu9kh] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
}

.winners-card[b-mve4idu9kh] {
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.testing[b-mve4idu9kh] {
    position: relative;
    z-index: 3;
    /*opacity: 0.5;*/
    height: 100%;
    width: 100%;
    max-height: 600px;
    max-width: 600px;
    /*    cursor: pointer;*/
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: visible;
    overflow-y: visible;
    padding-top: 3%;
}

@media only screen and (max-width: 600px) {
    .logo[b-mve4idu9kh] {
        max-width: 20%;
    }
}
/* /Pages/RiddleChallenge/AlreadyUsed.razor.rz.scp.css */
.link-span[b-hsd78zcuqc] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
}

.winners-card[b-hsd78zcuqc] {
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.testing[b-hsd78zcuqc] {
    position: relative;
    z-index: 3;
    /*opacity: 0.5;*/
    height: 100%;
    width: 100%;
    max-height: 600px;
    max-width: 600px;
    /*    cursor: pointer;*/
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: visible;
    overflow-y: visible;
    padding-top: 3%;
}
/* /Pages/RiddleChallenge/Home.razor.rz.scp.css */
.main-container[b-0y4mqtegrs] {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: auto;
    padding-bottom: 4%;
    /*background-color: #960000;*/
}


.logo[b-0y4mqtegrs] {
    padding: 1% 0% 1% 0%;
    align-self:flex-start;
}

.home[b-0y4mqtegrs] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

 .img-padding[b-0y4mqtegrs] {
    width:100%;
    padding: 1%
}

.top-div[b-0y4mqtegrs] {
    /*background-color: #fff7db;*/
    padding: 1% 2%;
    display: flex;
    flex-direction: column;
}

.top-div-inner[b-0y4mqtegrs] {
    max-width: 1000px;
    align-self: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 2%;
}

.spin-to-win[b-0y4mqtegrs] {
    max-width: 80%;
}

.slot-div[b-0y4mqtegrs] {
    width: 50%;
    /*background: url(images/riddle/burger.png) center no-repeat;*/
    /*background-size: contain;*/
    display: flex;
    flex-direction: column;
    max-width: 100%;
    padding-bottom: 5%;
    /*position: absolute;*/
    /*animation: fadeinout 4s linear infinite;
    opacity: 0;*/
}

@media only screen and (max-width: 600px) {
    .logo[b-0y4mqtegrs] {
        max-width: 20%;
    }

    .slot-div[b-0y4mqtegrs] {
        width: 95%;
    }
}

@-webkit-keyframes fadeinout {
    50% {
        opacity: 1;
    }
}

@keyframes fadeinout-b-0y4mqtegrs {
    50% {
        opacity: 1;
    }
}

.burger-animation[b-0y4mqtegrs] {
    width: 100%;
    margin-top: -90%;
    z-index: 0;
    animation: fadeinout-b-0y4mqtegrs 4s linear infinite;
    opacity: 0;
}

.img-slot[b-0y4mqtegrs] {
    width: 100%;
    max-width: 80%;
    align-self: center;
    padding: 1% 3%;
    z-index: 1;
}

.above-text[b-0y4mqtegrs] {
    max-width:50%;
    padding: 0 0 2% 0;
}

.bottom-div[b-0y4mqtegrs] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1% 0 0 0;
}
.bottom-div-inner[b-0y4mqtegrs] {
    width:100%;
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    align-items: center;
}


/*.testing {
    position: absolute;
    z-index: 3;
    opacity: 0.5;
    height: 100%;
    width: 350px;
    background-color: green;
    cursor: pointer;
    display: flex;
    align-items: center;
}*/


.testing[b-0y4mqtegrs] {
    position: relative;
    z-index: 3;
    /*opacity: 0.5;*/
    height: 100%;
    width: 100%;
    max-height: 600px;
    max-width: 600px;
/*    cursor: pointer;*/
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: visible;
    overflow-y: visible;
    padding-top: 3%;
}

.testing-2[b-0y4mqtegrs] {
    position: absolute;
    z-index: 3;
    opacity: 0.5;
    height: 100%;
    width: 100%;
    max-height: 620px;
    max-width: 470px;
    background-color: blue;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: visible;
    overflow-y: visible;
    padding-top: 3%;
}

.winners-card[b-0y4mqtegrs] {
    object-fit: contain;
    height: 200%;
    width: 200%;
}

.link-span[b-0y4mqtegrs] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
}

.testing-inner[b-0y4mqtegrs] {
    z-index: 3;
    background-color: red;
    height: 100px;
    width: 100%;
    margin-top: -14%;
}

/*.img-slot-gif {
    width: 62%;
    padding: 0;
    margin: -3%;
}

.img-winning-gif {

}

.img-winning-gif-background {
    position: fixed;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: black;
    z-index: 1;
    display: none;
}*/

.play-btn[b-0y4mqtegrs] {
    padding: 0;
    border-width: 0;
    cursor: pointer;
    width: 40%;
    height: 100%;
    max-width: 270px;
    background: none;
}

/*.img-btn {
    width: 100%;
}*/

.text-on-red[b-0y4mqtegrs] {
    color: #fff7db;
    padding-left: 2%;
    font-size: small;
    text-align: center;
}
/* /Pages/RiddleChallenge/TryAgain.razor.rz.scp.css */
.link-span[b-fm8dou4x3v] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
}

.winners-card[b-fm8dou4x3v] {
    object-fit: contain;
    height: 200%;
    width: 200%;
}

.testing[b-fm8dou4x3v] {
    position: relative;
    z-index: 3;
    /*opacity: 0.5;*/
    height: 100%;
    width: 100%;
    max-height: 600px;
    max-width: 600px;
    /*    cursor: pointer;*/
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: visible;
    overflow-y: visible;
    padding-top: 3%;
}
/* /Pages/RiddleChallenge/Winner.razor.rz.scp.css */
.link-span[b-zzo9dsyttb] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
}

.winners-card[b-zzo9dsyttb] {
    object-fit: contain;
    height: 200%;
    width: 200%;
}

.testing[b-zzo9dsyttb] {
    position: relative;
    z-index: 3;
    /*opacity: 0.5;*/
    height: 100%;
    width: 100%;
    max-height: 600px;
    max-width: 600px;
    /*    cursor: pointer;*/
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: visible;
    overflow-y: visible;
    padding-top: 3%;
}
