/* _content/SmartGuest/Pages/GuestBooking.razor.rz.scp.css */


.label-center[b-87mers3p01] {
    text-align:center
}

.spinner-wait[b-87mers3p01] {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin-b-87mers3p01 700ms linear infinite;
    position: relative;
    margin: 0px auto;
}

@keyframes spin-b-87mers3p01 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.marqee[b-87mers3p01] {
    height: 3em;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background: black;
}

    .marqee > ul[b-87mers3p01] {
        padding-left: 0;
        display: flex;
        list-style-type: none;
        animation: marqee-b-87mers3p01 15s linear infinite;
        position: absolute;
    }

        .marqee > ul > li[b-87mers3p01] {
            white-space: nowrap;
            margin-right: 2em;
            font-weight: bold;
            color: yellow;
        }

@keyframes marqee-b-87mers3p01 {
    0% {
        left: 100%;
        transform: translateX(0%);
    }

    100% {
        left: 0;
        transform: translateX(-100%);
    }
}
/* _content/SmartGuest/Shared/BaseLayout.razor.rz.scp.css */


.page[b-fs590v650q] {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 1280px;
    /*height: 100%;*/
    height: 720px;
    flex: 1;
    margin: auto;
    background-image: linear-gradient(to bottom, #283859, #357cb1);
    margin-bottom: 100px;
    /*overflow: auto;*/
    background-image: url(../images/bg.png) ;
    background-repeat: no-repeat;
    background-size: cover;

}

.header-bg[b-fs590v650q] {
    /*background-image: url("images/headerbg.png");*/
    background-repeat: no-repeat;
    background-size: cover;
    width:1280px;
    height: 100px;
}


.smartheader[b-fs590v650q] {
    /*height: 100px;
    
    position: relative;
    display: flex;
    flex-direction: row;*/

    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 1280px;
    height: 100px;
    margin: auto;
    /*background-color:transparent;*/
}

.smartheader-imagebg[b-fs590v650q] {
    width: 1280px;
    height: 100px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.smartheader-imagetitle[b-fs590v650q] {    
    width: 355px;
    height: 46px;
    position: absolute;
    top: 25px;
    left: 39px;
}

.smartheader-menu[b-fs590v650q] {
    margin:auto;
    display: flex;
    flex-direction: row;
    position:sticky;
}


@media (max-width: 1279.98px) 
{
    .smartheader-menu[b-fs590v650q] {
        margin-left: 621px;
    }
}

@media (min-width: 1280px) {
    .smartheader-menu[b-fs590v650q] {
        margin: auto;
    }
}

