/* _content/SoulGuest/Components/FileSelector/FileSelector.razor.rz.scp.css */
.btn[b-olsyhvkd6k] {
    margin: 5px;
}

.img-thumbnail[b-olsyhvkd6k] {
    margin: 5px;
}

    .img-thumbnail.select[b-olsyhvkd6k] {
        border: 2px solid cornflowerblue;
    }

    .img-thumbnail:hover[b-olsyhvkd6k] {
        cursor: pointer
    }

.file-thumbnail[b-olsyhvkd6k] {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
    margin: 5px;
}

    .file-thumbnail.select[b-olsyhvkd6k] {
        border: 2px solid cornflowerblue;
    }

    .file-thumbnail:hover[b-olsyhvkd6k] {
        cursor: pointer
    }


.input-file-wrap[b-olsyhvkd6k] {
    border: 1px steelblue;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: lightblue;
    cursor: pointer;
    position: relative;
    min-height: 30px;
    width: 100%;
}

    .input-file-wrap:hover[b-olsyhvkd6k] {
        background-color: lightskyblue;
        color: #333;
    }

[b-olsyhvkd6k] .input-file-wrap input[type=file] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
/* _content/SoulGuest/Components/Forms/DatePickerRange/DatePickerRange.razor.rz.scp.css */
.day[b-sluxz98myk] {
    text-align: center;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    cursor: pointer;
}

    .day.no-month[b-sluxz98myk] {
        cursor: default;
    }

.week-day[b-sluxz98myk] {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    font-style: italic;
    font-size: .8rem;
    font-weight: 400;
}

.datepicker-month[b-sluxz98myk] {
    margin-right: .5rem;
}

.datepicker-menu[b-sluxz98myk] {
    padding-left: .5rem;
    border-left: 1px solid silver;
    margin: .5rem 0;
}

.flex-auto[b-sluxz98myk] {
    display: flex;
    flex: 1 1 auto;
    width: 2rem;
}

.datepicker-navigation .btn.btn-link[b-sluxz98myk] {
    padding: 0.5rem;
}

.inside[b-sluxz98myk] {
    background-color: steelblue;
    color: white;
    opacity: .5;
}

    .inside.start[b-sluxz98myk], .inside.end[b-sluxz98myk] {
        opacity: 1;
    }

.datepicker-menu ul[b-sluxz98myk] {
    padding: 0;
    margin: 0;
}

    .datepicker-menu ul li[b-sluxz98myk] {
        padding: .125rem .5rem;
        margin: 0;
        list-style: none;
        width: 100%;
        cursor: pointer;
        font-size: .85rem;
        text-align: center;
        white-space: nowrap;
    }

.datepicker-menu li:hover[b-sluxz98myk] {
    background-color: #eee;
}


.datepicker-menu ul li.menu-last[b-sluxz98myk] {
    border-bottom: 1px solid #ddd;
    margin-bottom: .125rem;
}
.datepicker-menu ul li.active[b-sluxz98myk] {
    background-color: steelblue;
    color: white;
    border-color: transparent;
}

/* _content/SoulGuest/Components/Forms/InputDebounce.razor.rz.scp.css */
.input-group-append .close[b-0ij2byud0w] {
    padding-right: .5rem;
}

.search .bi[b-0ij2byud0w] {
    opacity: .75
}

.search span[b-0ij2byud0w] {
    cursor: pointer;
}

    .search span:hover .bi[b-0ij2byud0w] {
        opacity: 1
    }

.input-group.search:focus-within[b-0ij2byud0w] {
    border: 1px solid #34a6ff;
    border-right-color: rgb(52, 166, 255);
    border-radius: .25rem !important;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,101,179,.25);
}

    .input-group.search:focus-within *[b-0ij2byud0w] {
        border-color: transparent;
        outline: none;
        box-shadow: none;
    }
/* _content/SoulGuest/Components/Forms/InputMultiSelect.razor.rz.scp.css */


    input[readonly][b-fy9q9eymie] {
        background-color: white;
    }
/* _content/SoulGuest/Components/Forms/InputNumberBeauty.razor.rz.scp.css */
.arrow[b-d1izr4rwuu] {
    display: inline-block;
}

.wrap[b-d1izr4rwuu] {
    position: absolute;
    right: .5rem;
    top: 2px;
    padding: 0 17px 0 4px;
    background: white;
    height: calc(1.5em + .625rem);
    user-select: none; /* supported by Chrome and Opera */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
}

.step-controls[b-d1izr4rwuu] {
    position: relative;
    height: calc(1.5em + .75rem);
    user-select: none; /* supported by Chrome and Opera */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
}

.step:hover[b-d1izr4rwuu] {
    opacity: 1
}

.step[b-d1izr4rwuu] {
    display: inline-block;
    width: 18px;
    height: 1rem;
    opacity: .65;
    cursor: pointer;
}

    .step.down[b-d1izr4rwuu] {
        position: absolute;
        bottom: 3px;
        left: 0;
        padding-top: .5rem;
    }

    .step.up[b-d1izr4rwuu] {
        position: absolute;
        top: 3px;
        left: 0;
    }

.group[b-d1izr4rwuu] {
    position: relative;
    display: inline-block;
}

.arrow-up[b-d1izr4rwuu] {
    position: absolute;
    display: inline-block;
    top: .5rem;
    width: 0px;
    height: 0px;
    left: 4px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid black;
}

.arrow-down[b-d1izr4rwuu] {
    position: absolute;
    display: inline-block;
    left: 4px;
    bottom: .5rem;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid black;
}
/* _content/SoulGuest/Components/Forms/InputTextLangAuto.razor.rz.scp.css */
.sufix-button[b-munmehqxzg] {
    width: 1.7rem;
    height: 2.25rem;
    margin-left: -2.5rem;
    cursor: pointer;
    z-index:1;
}
.sufix-image[b-munmehqxzg] {
    width: 1.7rem;
    height: 1.25rem;
    margin-left: -2.5rem;
    z-index:1;
}
.padding-toggle[b-munmehqxzg] {
    padding-right: 2.5rem !important;
}

textarea.dropdown-toggle[b-munmehqxzg] {
    background-position: right .5rem top .525rem;
}
    input.dropdown-toggle.up[b-munmehqxzg], textarea.dropdown-toggle.up[b-munmehqxzg] {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAACnSURBVDhP7dLBDYMgFAZg2l2MCZzgKHO4E2ygE+gCDiBDEG7Gk5x0hL/WvqSl2ku9Nf0u5P2P/Be4YMVOuNL5tV8vsNYyYwxNH9xf4Uhd1yiKAlprVFVF6d5hQdu2kFJinmcsywKlFJqmoW1qV9B1HTjnmKaJEiDGCCHEtnuXFDjnkGUZhmGg5GkcR+R5jr7vKXlICsqyhPeepr0Qwnbn1f8rny5g7Aa0TyhbWQJfCQAAAABJRU5ErkJggg==) !important;
    }
/* _content/SoulGuest/Components/Forms/InputTypeahead.razor.rz.scp.css */
.bg-menu-selected[b-j3kzq16t9x] {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef;
}
.scrollable-menu[b-j3kzq16t9x] {
    height: auto;
    max-height: 10.125rem;
    overflow-x: hidden;
}

.input-group.search:focus-within[b-j3kzq16t9x] {
    border: 1px solid #34a6ff;
    border-right-color: rgb(52, 166, 255);
    border-radius: .25rem !important;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,101,179,.25);
}

    .input-group.search:focus-within *[b-j3kzq16t9x] {
        border-color: transparent;
        outline: none;
        box-shadow: none;
    }
.invalid .input-group.search:focus-within[b-j3kzq16t9x] {
    border: 1px solid red !important;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25);
}

/* _content/SoulGuest/Components/Forms/Stepper.razor.rz.scp.css */
.container-steps[b-6lnzgionig] {
    margin-top: -2rem;
    margin-bottom: 4rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.step-indicator[b-6lnzgionig] {
    margin-top: 50px;
    display: flex;
    align-items: center;
    padding: 0 2rem;
    justify-content: space-around;
}

.step[b-6lnzgionig] {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.step-indicator .step-icon[b-6lnzgionig] {
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
    background: #c2c2c2;
    font-size: .9rem;
    text-align: center;
    color: #ffffff;
    position: relative;
    line-height: 2rem;
    font-size: 1rem;
}

.step.active .step-icon[b-6lnzgionig] {
    background: #0065b3;
}

.step.passed .step-icon[b-6lnzgionig] {
    background-color: #128712;
}

.step p[b-6lnzgionig] {
    text-align: center;
    position: absolute;
    bottom: -2.5rem;
    color: #c2c2c2;
    font-size: .9rem;
    width: 400px;
}

.step.active p[b-6lnzgionig] {
    color: #0065b3;
}

.step.step2 p[b-6lnzgionig],
.step.step3 p[b-6lnzgionig] {
    left: 50%;
    transform: translateX(-50%);
}

.line[b-6lnzgionig] {
    height: 2px;
    background: silver;
    flex-grow: 1;
}

    .line.passed[b-6lnzgionig] {
        background: #0065b3
    }


@media(min-width:768px) {
    .container-steps[b-6lnzgionig] {
        width: 80%;
    }
}

@media(min-width:992px) {
    .container-steps[b-6lnzgionig] {
        width: 60%;
    }
}
/* _content/SoulGuest/Components/Grid/Grid.razor.rz.scp.css */

th.fit[b-hynjob3ffo], td.fit[b-hynjob3ffo] {
    width: 1%;
}

td.fit15[b-hynjob3ffo] {
    max-width: 12rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.table th:last-child[b-hynjob3ffo], .table td:last-child[b-hynjob3ffo] {
    padding-right: 1rem;
}

.table th:first-child[b-hynjob3ffo], .table td:first-child[b-hynjob3ffo] {
    padding-left: 1rem;
}

[b-hynjob3ffo] .flag {
    width: 1.2em;
    margin-right: 0.4em;
    align-content: center;
}

.bi-funnel[b-hynjob3ffo] {
    opacity: .8;
    cursor: pointer;
}

    .bi-funnel:hover[b-hynjob3ffo] {
        opacity: 1;
    }

.bi bi-search[b-hynjob3ffo] {
    margin-top: -.5rem;
}

.input-group.search.hidden[b-hynjob3ffo] {
    display: none;
}

.input-group.search:focus-within[b-hynjob3ffo] {
    border-radius: .25rem !important;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,101,179,.25);
}

    .input-group.search:focus-within *[b-hynjob3ffo] {
        border-color: #34a6ff;
        outline: none;
        box-shadow: none;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }

.input-group > .form-control.filter[b-hynjob3ffo] {
    height: auto;
    padding: .25rem 0 .25rem .5rem;
    padding-right: 0px;
}

.arrow-down[b-hynjob3ffo] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAaUlEQVQ4je3OsQ2CUBQF0DMCVFIZOuMQOoALyAQwgszEHFBqpQlhGhtIKAQ/hJJTvntv8thtrsJpJj/3nUlXtDj+yFJ0uPz74oY3DqNbgk+fBcnwRIQYL9xDx4MCNRrkS8eDEo+1412gLyVhDCzpLRFXAAAAAElFTkSuQmCC) !important;
    background-repeat: no-repeat;
    background-position: right 0 center;
    color: transparent;
}

select + .input-group-append[b-hynjob3ffo] {
    margin-left: -2rem;
    z-index: 1;
    padding-left: .25rem;
}

.totalize[b-hynjob3ffo], .table-hover tbody tr.totalize:hover[b-hynjob3ffo] {
    background: white;
    font-weight: 700;
}

.dynamic-column .toggle-column[b-hynjob3ffo] {
    display: none;
}

.loading[b-hynjob3ffo] {
    opacity: 0;
    animation: fadeIn-b-hynjob3ffo 100ms;
    animation-delay: 300ms;
    animation-fill-mode: forwards;
    min-height:1.5rem;
    max-width:150px;
}
.no-data[b-hynjob3ffo]::after{
    content:'';
    display:block;
    height:4rem;

}
@keyframes fadeIn-b-hynjob3ffo {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/* _content/SoulGuest/Components/Grid/Pagination.razor.rz.scp.css */
.pagination[b-ha11ckziky] {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    font-size: .85rem;
}
.page-item:first-child .page-link[b-ha11ckziky] {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.page-link[b-ha11ckziky] {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

    .page-link:hover[b-ha11ckziky] {
        z-index: 2;
        color: #0056b3;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6;
    }
.page-item.active .page-link[b-ha11ckziky] {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.page-item.disabled .page-link[b-ha11ckziky] {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}
.bi[b-ha11ckziky] {
    font-size: .65rem;
}
ul[b-ha11ckziky] {
    margin-top: 0;
    margin-bottom: 0;
}
/* _content/SoulGuest/Layout/AdminLayout.razor.rz.scp.css */
[b-ksmi045vy5] .header .bi {
    font-size: 20px;
}

.top-row[b-ksmi045vy5] {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #004880;
    height: 3.5rem;
    left: 0;
    z-index: 1000;
    display:flex;
    align-items:center;
    background: linear-gradient(90deg,#5494c5,#5494c5 310px,#004880 90%,#004880);
}

    .top-row a[b-ksmi045vy5], .top-row .btn-link[b-ksmi045vy5] {
        white-space: nowrap;
    }
.margin-div.collapse:not(.show)[b-ksmi045vy5] {
    width: 3.5rem;
}

.margin-div.collapsing.width[b-ksmi045vy5] {
    width: 3.5rem;
}
/*


.menu.slide.collapse.show {
    width: 15.5rem;
    display: inline-block;
}

.menu.slide.collapsing {
    min-width: 3.5rem
}
.menu.slide.collapse{
    display: inline-block;
}
menu.slide.collapse:not(.show) .main-menu {
    width: 3.5rem;
}
.menu.slide {
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 500;
    left: 0;
    background-color:black;
}
*/
.margin-fake[b-ksmi045vy5]{
    width:15rem;
    height:1rem;
}
.navbar-brand a[b-ksmi045vy5] {
    color: white;
    padding: 0 0 0 1rem;
    width: 15rem;
    display: none;
    text-decoration: none;
}

    .collapse.show.navbar-brand a[b-ksmi045vy5], .collapsing.navbar-brand a[b-ksmi045vy5] {
        display: inline-block;
    }


.content-footer[b-ksmi045vy5] {
    padding-top: 3.5rem;
    min-height: 100vh;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
.main-footer[b-ksmi045vy5] {
    padding: 1rem 4rem;
    font-size: .85rem;
}

.margin-div[b-ksmi045vy5] {
    position: relative;
    min-height: 1rem;
    display: inline-block;
}


/*Men� colores*/
[b-ksmi045vy5] .main-menu .wrapper {
    height: 100vh;
    margin-top: 3.5rem;
    background-color: #222d32;
}

[b-ksmi045vy5] .main-menu li a {
    color: white;
    text-decoration:none;
}

[b-ksmi045vy5] .main-menu li {
    background-color: #222d32;
}

    [b-ksmi045vy5] .main-menu li ul li {
        background-color: #2c3b41;
    }
    [b-ksmi045vy5] .main-menu li a.active {
        border-left-color: #5494c5;
    }
    [b-ksmi045vy5] .main-menu li ul li a.active {
        border-left-color: transparent;
        opacity:1;
    }
    [b-ksmi045vy5] .main-menu li ul li a.active * {
        opacity: 1;
    }

/* _content/SoulGuest/Layout/Auxiliar/NavMenu.razor.rz.scp.css */
/*Menu*/
.sidebar[b-d1in4hvoem] {
    width: 48px;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 500;
    left: 0;
}

.nav-container[b-d1in4hvoem] {
    position: relative;
}

.wrapper[b-d1in4hvoem] {
    height: 100vh;
    margin-top: 3.5rem;
}

.main-menu li a[b-d1in4hvoem]
{
    text-decoration:transparent;
}

ul li[b-d1in4hvoem] {
    margin-bottom: .5rem;
}

    ul li a label[b-d1in4hvoem] {
        cursor: pointer;
    }

    ul li ul li[b-d1in4hvoem] {
        margin-bottom: 0;
    }

.nav-container.collapse:not(.show)[b-d1in4hvoem] {
    width: 3.5rem;
    display: inline-block;
}
.nav-container.collapsing[b-d1in4hvoem]{
    width:3.5rem;
}

/*

.nav-container.collapse.show {
    width: 15rem;
    display: inline-block;
}


.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-timing-function: linear;
    transition-duration: .25s;
    transition-property: height;
}

    .collapsing.width {
        width: 3.5rem;
        height: auto;
        transition-property: width;
    }
    */

a.sidebar-toggle[b-d1in4hvoem] {
    color: white;
    padding: 0 .5rem;
    margin-right: 1rem;
    opacity: .8;
}

    a.sidebar-toggle:hover[b-d1in4hvoem] {
        opacity: 1;
    }

.collapse.width[b-d1in4hvoem]{
    width: 15rem;
}

.collapse.width:not(.show) li[b-d1in4hvoem] {
    width: 3.5rem;
}

    .collapse.width:not(.show) li label[b-d1in4hvoem] {
        display: none;
    }

    li[b-d1in4hvoem], .collapse.width:not(.show) li:hover[b-d1in4hvoem], .collapse.width:not(.show) li ul li[b-d1in4hvoem] {
        display: inline-block;
        width: 15rem;
        position: relative;
    }


    .collapse.width:not(.show) li:hover[b-d1in4hvoem] {
        box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    }

li ul li[b-d1in4hvoem] {
    width: 15rem;
}

.collapse.width.show ul li ul[b-d1in4hvoem] {
    padding-left: 0;
}

    .collapse.width.show ul li ul li[b-d1in4hvoem] {
        padding-left: 2rem;
    }

.collapse.width:not(.show) li ul li[b-d1in4hvoem], .collapse.width:not(.show) li ul li:hover[b-d1in4hvoem] {
    display: inline-block;
    width: 11.5rem;
    position: relative;
}

li label[b-d1in4hvoem], .collapse.width:not(.show) li:hover label[b-d1in4hvoem] {
    display: inline-block;
    text-decoration:none;
}

.collapse.width:not(.show) li > ul[b-d1in4hvoem], .collapsing li > ul[b-d1in4hvoem] {
    display: none;
    position: absolute;
    left: 3.5rem;
}

.collapse.width:not(.show) li:hover > ul[b-d1in4hvoem] {
    display: block;
    padding-left: 0;
}

label[b-d1in4hvoem] {
    margin-bottom: 0;
}


.collapse.width:not(.show) label.head-submenu[b-d1in4hvoem] {
    padding-left: 2rem;
}

li.menu[b-d1in4hvoem] {
    border-top-right-radius: .25rem !important;
}

    li.menu.rounded-bottom-right[b-d1in4hvoem] {
        border-bottom-right-radius: .25rem !important;
    }

.collapse:not(.show) li.menu ul li:last-child[b-d1in4hvoem] {
    border-bottom-right-radius: .25rem !important;
}

li[b-d1in4hvoem]  a *, ul li[b-d1in4hvoem]  a * {
    opacity: .8;
}

li:hover[b-d1in4hvoem] >  a * {
    opacity: 1;
}

li[b-d1in4hvoem]  a {
    border-left: .25rem solid transparent;
    display: flex;
    align-items: center;
    height: 2.5rem;
}

    li[b-d1in4hvoem]  a.active {
        border-left-width: .25rem;
        border-left-style: solid;
    }

    li[b-d1in4hvoem]  a:hover {
        text-decoration: none;
    }

li a > span[b-d1in4hvoem] {
    padding: 0 .75rem;
}

li a label[b-d1in4hvoem] {
    flex-grow: 1;
}

.collapse.show ul li a[aria-expanded="false"] label span.bi[b-d1in4hvoem] {
    transform: rotate(90deg);
    display: inline-block;
}
/* _content/SoulGuest/Layout/MainLayout.razor.rz.scp.css */
.page[b-407vd5bu6o] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-407vd5bu6o] {
    flex: 1;
}

.sidebar[b-407vd5bu6o] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-407vd5bu6o] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-407vd5bu6o]  a, .top-row[b-407vd5bu6o]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-407vd5bu6o]  a:hover, .top-row[b-407vd5bu6o]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-407vd5bu6o]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-407vd5bu6o] {
        justify-content: space-between;
    }

    .top-row[b-407vd5bu6o]  a, .top-row[b-407vd5bu6o]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-407vd5bu6o] {
        flex-direction: row;
    }

    .sidebar[b-407vd5bu6o] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-407vd5bu6o] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-407vd5bu6o]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-407vd5bu6o], article[b-407vd5bu6o] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-407vd5bu6o] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-407vd5bu6o] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/SoulGuest/Pages/Admin/Home.razor.rz.scp.css */
.chart-google rect[b-2qzdjhdzsi], .chart-google circle[b-2qzdjhdzsi], .chart-google ellipse[b-2qzdjhdzsi], .chart-google line[b-2qzdjhdzsi], .chart-google path[b-2qzdjhdzsi], .chart-google polygon[b-2qzdjhdzsi], .chart-google polyline[b-2qzdjhdzsi] {
    stroke-width: 0 !important;
}
.loading[b-2qzdjhdzsi] {
    opacity: 0;
    animation: fadeIn-b-2qzdjhdzsi 100ms;
    animation-delay: 300ms;
    animation-fill-mode: forwards;
    min-height: 1.5rem;
    max-width: 150px;
}

@keyframes fadeIn-b-2qzdjhdzsi {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* _content/SoulGuest/Pages/Admin/Reservations/ReservationDetails.razor.rz.scp.css */
h6[b-tkldw1recj] {
    color: #5494c5;
}
h6.room-header[b-tkldw1recj] {
    color: #023e8a;
    font-weight:600;
}
span:not(.icon-header)[b-tkldw1recj] {
    color: gray;
    font-size: .9rem;
    display: inline-block;
}
span.pais:not(.icon-header)[b-tkldw1recj] {
    color: #333;
    font-size: 1rem;
    display: inline-block;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
    span.small[b-tkldw1recj] {
        font-size: .75rem;
    }
.row .col:first-child> span[b-tkldw1recj] {
    width: 9rem;
}
@media(min-width:576px)
{
    .row .col:first-child > span[b-tkldw1recj] {
        width: 11.75rem;
    }

}
.row label[b-tkldw1recj]{
    color:gray;
}
.row > label[b-tkldw1recj] {
    min-width: 12rem;
    min-height: 24px;
}
.row > col > span[b-tkldw1recj] {
    min-height: 24px;
}
.short-container[b-tkldw1recj] {
    max-width: 920px;
}
.reference[b-tkldw1recj]
{
    font-size:1.15rem;
    font-weight:400;
}
.nav-tabs .nav-link:disabled[b-tkldw1recj] {
    color: silver;
    background-color: transparent;
    border-color: transparent;
    font-style: italic;
}
/* _content/SoulGuest/Pages/Admin/Surveys/SurveyList.razor.rz.scp.css */
textarea[b-qg191w3a50] {
    width: 100%;
    border: medium none;
    background-color: transparent;
    outline: none
}

.card-reserva[b-qg191w3a50] {
    display: flex;
}

    .card-reserva div[b-qg191w3a50] {
        display: flex;
        flex-direction: column;
    }

        .card-reserva div label[b-qg191w3a50] {
            display: block;
            color: gray;
            margin-bottom: 0;
            margin-top: .25rem;
        }

            .card-reserva div label:first-child[b-qg191w3a50] {
                margin-top: 0;
            }

.card-reserva-valoracion div.header[b-qg191w3a50] {
    margin: 0.25rem 0;
    background: #f7f7f7;
}

.card-reserva div span[b-qg191w3a50] {
    display: block;
}

.card-reserva-info[b-qg191w3a50] {
    min-width: 20%;
}

span.big[b-qg191w3a50] {
    font-size: 1.3rem;
    font-weight: 600;
    margin-top: -.25rem;
}

.card-reserva-valoracion[b-qg191w3a50] {
    flex-grow: 1;
}

    .card-reserva-valoracion > div[b-qg191w3a50] {
        display: flex;
        flex-direction: row;
    }

        .card-reserva-valoracion > div label[b-qg191w3a50] {
            width: 30%;
            word-break: break-word;
            text-align: right;
            padding-right: 1rem;
        }

            .card-reserva-valoracion > div label.ms-4[b-qg191w3a50] {
                padding-right: 2.5rem;
                margin-right: -1.5rem;
            }

.progress-bar[b-qg191w3a50] {
    height: 100%;
    background: #5494c5;
}

.progress[b-qg191w3a50] {
    height: 1.25rem;
}

ul.order-by li[b-qg191w3a50] {
    display: inline-block;
    margin-right: 1rem;
}

div.comment[b-qg191w3a50] {
    display: block;
    padding: .5rem 1rem;
    background: cornsilk;
    margin-bottom: 0.25rem;
    width: 70%;
}

    div.comment:empty[b-qg191w3a50] {
        background: transparent;
    }
/* _content/SoulGuest/Pages/Admin/Surveys/SurveyPageEdit.razor.rz.scp.css */
.question[b-p0ei1yz8q8][b-p0ei1yz8q8] {
    margin-bottom: 1rem;
    border: 1px solid #dee2e6;
    padding: .5rem;
}
/* _content/SoulGuest/Pages/Admin/Surveys/SurveyPageList.razor.rz.scp.css */

th.fit[b-xted7blwj2], td.fit[b-xted7blwj2] {
    width: 1%;
}

td.fit15[b-xted7blwj2] {
    max-width: 12rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.table th:last-child[b-xted7blwj2], .table td:last-child[b-xted7blwj2] {
    padding-right: 1rem;
}

.table th:first-child[b-xted7blwj2], .table td:first-child[b-xted7blwj2] {
    padding-left: 1rem;
}

[b-xted7blwj2] .flag {
    width: 1.2em;
    margin-right: 0.4em;
    align-content: center;
}

.flag[b-xted7blwj2] {
    width: 1.2em;
    margin-right: 0.4em;
    align-content: center;
}


.bi-funnel[b-xted7blwj2] {
    opacity: .8;
    cursor: pointer;
}

    .bi-funnel:hover[b-xted7blwj2] {
        opacity: 1;
    }

.bi bi-search[b-xted7blwj2] {
    margin-top: -.5rem;
}

.input-group.search.hidden[b-xted7blwj2] {
    display: none;
}

.input-group.search:focus-within[b-xted7blwj2] {
    border-radius: .25rem !important;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,101,179,.25);
}

    .input-group.search:focus-within *[b-xted7blwj2] {
        border-color: #34a6ff;
        outline: none;
        box-shadow: none;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }

.input-group > .form-control.filter[b-xted7blwj2] {
    height: auto;
    padding: .25rem 0 .25rem .5rem;
    padding-right: 0px;
}

.arrow-down[b-xted7blwj2] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAaUlEQVQ4je3OsQ2CUBQF0DMCVFIZOuMQOoALyAQwgszEHFBqpQlhGhtIKAQ/hJJTvntv8thtrsJpJj/3nUlXtDj+yFJ0uPz74oY3DqNbgk+fBcnwRIQYL9xDx4MCNRrkS8eDEo+1412gLyVhDCzpLRFXAAAAAElFTkSuQmCC) !important;
    background-repeat: no-repeat;
    background-position: right 0 center;
    color: transparent;
}




.totalize[b-xted7blwj2], .table-hover tbody tr.totalize:hover[b-xted7blwj2] {
    background: white;
    font-weight: 700;
}

.dynamic-column .toggle-column[b-xted7blwj2] {
    display: none;
}

.table-hover tbody tr.header:hover[b-xted7blwj2], .table-hover tbody tr.header[b-xted7blwj2] {
    color: #212529;
    background-color: #f7f7f7;
}

    .table-hover tbody tr.header:last-child[b-xted7blwj2] {
        border-bottom: 2px solid #dee2e6;
    }

    .table-hover tbody tr.header .btn[b-xted7blwj2] {
        visibility: visible;
    }

a.blue:hover[b-xted7blwj2] {
    color: #5494c5;
}

.table-hover tbody tr.header.bg-white:hover[b-xted7blwj2] {
    background-color: white;
}

/* _content/SoulGuest/Pages/Admin/Surveys/SurveyReport.razor.rz.scp.css */
.header-survey[b-9qaldpcof9] {
    border-bottom: 1px solid #5494c5;
    border-top: 1px solid #5494c5;
    padding: .5rem .25rem .125rem;
    margin-top: 1rem;
    display: flex;
    align-items: center;
}

h2[b-9qaldpcof9] {
    padding: 0;
    font-size: 1.25rem;
    color: #5494c5;
    font-weight: 500;
    letter-spacing: .25rem;
}

.header-survey div[b-9qaldpcof9] {
    margin-left: auto;
}
/* _content/SoulGuest/Pages/Admin/Tests/SendEmailTest.razor.rz.scp.css */
h4[b-bz6rf2or2x] {
    margin-top:1rem;
}
.col-auto.col-form-label[b-bz6rf2or2x] {
    min-width: 12rem;
}
.form-control.short[b-bz6rf2or2x] {
    width: auto;
}


.search .bi[b-bz6rf2or2x] {
    opacity: .75
}

.search span[b-bz6rf2or2x] {
    cursor: pointer;
}
    .search span.border-start-0[b-bz6rf2or2x] {
        border-left-color: transparent;
    }

    .search span:hover .bi[b-bz6rf2or2x] {
        opacity: 1
    }

.input-group.search:focus-within[b-bz6rf2or2x] {
    border: 1px solid #34a6ff;
    border-right-color: rgb(52, 166, 255);
    border-radius: .25rem !important;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,101,179,.25);
}

    .input-group.search:focus-within *[b-bz6rf2or2x] {
        border-color: transparent;
        outline: none;
        box-shadow: none;
    }
/* _content/SoulGuest/Pages/Checkin/CheckinPage.razor.rz.scp.css */
.shadow.short[b-hqzg1kq55r] {
    max-width: 950px;
    margin: auto;
}

.cs-loader[b-hqzg1kq55r] {
    position: relative;
    flex: 1 1 auto;
    height: 1rem;
    overflow-x: hidden;
}

.cs-loader-inner[b-hqzg1kq55r] {
    overflow: visible;
    margin-top: -5px;
    margin-left: .5rem;
}

    .cs-loader-inner label[b-hqzg1kq55r] {
        font-size: 14px;
        opacity: 0;
        display: inline-block;
        color: white;
    }

@keyframes lol-b-hqzg1kq55r {
    0% {
        opacity: 0;
        transform: translateX(-300px);
    }

    33% {
        opacity: 1;
        transform: translateX(0px);
    }

    66% {
        opacity: 1;
        transform: translateX(0px);
    }

    100% {
        opacity: 0;
        transform: translateX(300px);
    }
}

@-webkit-keyframes lol {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-300px);
    }

    33% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }

    66% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(300px);
    }
}

.cs-loader-inner label:nth-child(6)[b-hqzg1kq55r] {
    -webkit-animation: lol 3s infinite ease-in-out;
    animation: lol-b-hqzg1kq55r 3s infinite ease-in-out;
}

.cs-loader-inner label:nth-child(5)[b-hqzg1kq55r] {
    -webkit-animation: lol 3s 100ms infinite ease-in-out;
    animation: lol-b-hqzg1kq55r 3s 100ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(4)[b-hqzg1kq55r] {
    -webkit-animation: lol 3s 200ms infinite ease-in-out;
    animation: lol-b-hqzg1kq55r 3s 200ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(3)[b-hqzg1kq55r] {
    -webkit-animation: lol 3s 300ms infinite ease-in-out;
    animation: lol-b-hqzg1kq55r 3s 300ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(2)[b-hqzg1kq55r] {
    -webkit-animation: lol 3s 400ms infinite ease-in-out;
    animation: lol-b-hqzg1kq55r 3s 400ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(1)[b-hqzg1kq55r] {
    -webkit-animation: lol 3s 500ms infinite ease-in-out;
    animation: lol-b-hqzg1kq55r 3s 500ms infinite ease-in-out;
}

/* _content/SoulGuest/Pages/Checkin/GuestEditor.razor.rz.scp.css */
.container-steps[b-bul18d76xv] {
    margin-top: -2rem;
    margin-bottom: 3rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.step-indicator[b-bul18d76xv] {
    margin-top: 50px;
    display: flex;
    align-items: center;
    padding: 0 2rem;
}

.step[b-bul18d76xv] {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.step-indicator .step-icon[b-bul18d76xv] {
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
    background: #c2c2c2;
    font-size: .9rem;
    text-align: center;
    color: #ffffff;
    position: relative;
    line-height: 2rem;
    font-size: 1rem;
}

.step.active .step-icon[b-bul18d76xv] {
    background: #0065b3;
}

.step p[b-bul18d76xv] {
    text-align: center;
    position: absolute;
    bottom: -2.5rem;
    color: #c2c2c2;
    font-size: .9rem;
    width: 400px;
}

.step.active p[b-bul18d76xv] {
    color: #0065b3;
}

.step.step2 p[b-bul18d76xv],
.step.step3 p[b-bul18d76xv] {
    left: 50%;
    transform: translateX(-50%);
}

.indicator-line[b-bul18d76xv] {
    width: 100%;
    height: 2px;
    background: #c2c2c2;
    flex: 1;
}

    .indicator-line.active[b-bul18d76xv] {
        background: #0065b3;
    }

@media(min-width:768px) {
    .container-steps[b-bul18d76xv] {
        width: 80%;
    }
}

@media(min-width:992px) {
    .container-steps[b-bul18d76xv] {
        width: 60%;
    }
}

.condiciones[b-bul18d76xv] {
    font-size: .9rem;
}


@media(min-width:768px) {

    .total-pagar[b-bul18d76xv] {
        color: #0065b3;
    }

    .condiciones[b-bul18d76xv] {
        font-size: .9rem;
    }
}





.signature-canvas[b-bul18d76xv] {
    position: relative;
    height: 200px;
    width: 320px;
}


    .signature-canvas button[b-bul18d76xv] {
        display: inline-block;
        position: absolute;
        z-index: 100;
        top: 0;
        right: .5rem;
    }

.valid.modified:not([type="checkbox"])[b-bul18d76xv] {
    outline: none;
}

input[type="radio"][b-bul18d76xv] {
    margin-top: 1rem;
    margin-left: .5rem;
}

.col-form-label[b-bul18d76xv] {
    padding-top: 0;
}

.guest label.form-check-label[b-bul18d76xv] {
    font-weight: 400;
}

@media(min-width:576px) {
    .col-form-label[b-bul18d76xv] {
        padding-bottom: calc(.375rem + 1px);
    }
}

legend[b-bul18d76xv] {
    font-size: 1.15rem;
    margin-bottom: 1rem;
    color: #666;
    display: block;
    width: 100%;
}
label[b-bul18d76xv]{
    color:#666;
}
.headRoom[b-bul18d76xv] {
    border-bottom: 1px solid #0065b3;
    margin-top: -1.5rem;
    margin-bottom: 1.5rem;
}

.main-fieldset[b-bul18d76xv] {
    border-top: 1px solid silver;
    padding: 0 .5rem 0 .5rem;
}
    .main-fieldset > legend[b-bul18d76xv] {
        padding: 0 0.25rem;
        width: auto;
        color: #0065b3;
    }
@media (min-width: 768px){
    .main-fieldset[b-bul18d76xv] {
        border: 1px solid silver;
    }
}

fieldset[b-bul18d76xv] {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}


video[b-bul18d76xv],
.input[b-bul18d76xv] {
    opacity: 0;
    z-index: -1;
    position: absolute;
    top: 0;
}

.wrapper[b-bul18d76xv] {
    position: relative;
    overflow: hidden;
    padding-bottom:70px;
}

    .wrapper[b-bul18d76xv]:after {
        display: block;
        content: '';
        clear: both;
    }

.output[b-bul18d76xv], .wrapper-final[b-bul18d76xv] {
    float: left;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-right: -150%;
    max-width: 450px;
    width:100%;
    text-align:center;
}
.output[b-bul18d76xv] {
    opacity: 0;
    margin-bottom: 3.25rem;
    transition: opacity 1s
}
    .output.show[b-bul18d76xv]
    {
        opacity: 1;
        transition:opacity 1s
    }

.buttons[b-bul18d76xv] {
    text-align: center;
    display:none;
}


    .buttons.show[b-bul18d76xv] {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-between;
        align-items: start;
        margin-bottom:.5rem;
    }
    .buttons .btn-primary.second[b-bul18d76xv]
    {
        display:none;
    }
    .opacity-0[b-bul18d76xv]{
        opacity:0;
    }
@media (min-width: 400px) {
    .buttons.show[b-bul18d76xv] {
        justify-content: space-evenly;
    }
}
        @media (min-width: 466px) {
            .buttons.show[b-bul18d76xv] {
                justify-content: center;
                gap: .25rem;
            }

                .buttons.show .btn-primary[b-bul18d76xv] {
                    display: none;
                }

                    .buttons.show .btn-primary.second[b-bul18d76xv] {
                        display: inherit;
                    }
        }

        .final[b-bul18d76xv] {
    width: 100%;
    border: 1px solid red;
    opacity: 0;
    margin-top: -100%;
    transition: all 1s;
}

    .final.show[b-bul18d76xv] {
        opacity: 1;
        margin-top: 0;
        transition: all 1s;
    }

input[type="file"][b-bul18d76xv] {
    display: none;
}

.info p[b-bul18d76xv] {
    margin: 0;
    margin-bottom: 0px;
    font-size: .85rem;
    line-height: 1.1rem;
    color: #666;
    margin-bottom: .25rem;
}

.info.info-dni p[b-bul18d76xv] {
    margin: .5rem 0;
    font-size: 1rem;
    font-weight: bold;
}

.click-photo[b-bul18d76xv] {
    text-align: center;
    position:absolute;
    bottom:5px;
    width:100%;
}
.click-photo button[b-bul18d76xv] {
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid silver;
}
.toggleContainer[b-bul18d76xv] {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 260px;
    flex-grow: 1;
    margin-right: 5px;
    border: 3px solid #52a4d4;
    border-radius: 20px;
    background: #52a4d4;
    color: #52a4d4;
    cursor: pointer;
    font-size: .8rem;
}
.font-resize[b-bul18d76xv] {
    font-size: .9rem;
}
@media(min-width:385px) {
    .toggleContainer[b-bul18d76xv] {
        font-size: .9rem;
    }
}

@media(min-width:410px) {
    .toggleContainer[b-bul18d76xv] {
        font-size:1rem;
    }
    .font-resize[b-bul18d76xv] {
        font-size: 1rem;
    }
}

        .toggleContainer[b-bul18d76xv]::before {
            content: '';
            position: absolute;
            width: 40%;
            height: 100%;
            left: 0%;
            border-radius: 20px;
            background: white;
            transition: all 0.3s;
        }

    .toggleCheckbox:checked + .toggleContainer[b-bul18d76xv]::before {
        left: 40%;
        width: 60%;
    }

    .toggleContainer div[b-bul18d76xv] {
        width: 60%;
        padding: 6px 0;
        text-align: center;
        z-index: 1;
    }

        .toggleContainer div:first-child[b-bul18d76xv] {
            width: 40%;
        }

    .toggleCheckbox[b-bul18d76xv] {
        display: none;
    }

        .toggleCheckbox:checked + .toggleContainer div:first-child[b-bul18d76xv] {
            color: white;
            transition: color 0.3s;
        }

        .toggleCheckbox:checked + .toggleContainer div:last-child[b-bul18d76xv] {
            color: #52a4d4;
            transition: color 0.3s;
        }

        .toggleCheckbox + .toggleContainer div:first-child[b-bul18d76xv] {
            color: #52a4d4;
            transition: color 0.3s;
        }

        .toggleCheckbox + .toggleContainer div:last-child[b-bul18d76xv] {
            color: white;
            transition: color 0.3s;
        }

    fieldset.parte-viajeros[b-bul18d76xv] {
        border: 1px solid silver;
        padding: .5rem 1.5rem;
        margin-bottom: 0;
    }

        fieldset.parte-viajeros legend[b-bul18d76xv] {
            width: inherit;
            padding: 0 1rem;
            margin-bottom: 0;
        }

        fieldset.parte-viajeros label[b-bul18d76xv] {
            margin-right: .5rem;
        }

        fieldset.parte-viajeros h2[b-bul18d76xv] {
            font-size: 1.1rem;
            margin-top: .5rem;
            font-weight: bold;
        }

    @media (min-width: 600px) {
        fieldset.parte-viajeros label[b-bul18d76xv] {
            min-width: 15rem;
        }
    }

    @media (min-width: 768px) {
        .guest.signature[b-bul18d76xv] {
            margin-left: 15rem;
        }
    }
/* _content/SoulGuest/Pages/Checkin/ReservationStays.razor.rz.scp.css */
.localizador[b-ngn2q5ks3f] {
    color: #0065b3;
}

ul[b-ngn2q5ks3f], li[b-ngn2q5ks3f] {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul[b-ngn2q5ks3f] {
    margin-bottom: .5rem;
}

li.various[b-ngn2q5ks3f] {
    margin-bottom: .5rem;
    padding-top: .25rem;
    border-top: 1px solid #0065b3;
}

    li.various:last-child[b-ngn2q5ks3f] {
        border-bottom: 1px solid #0065b3;
    }

span.bi-trash[b-ngn2q5ks3f] {
    cursor: pointer;
    opacity: .8;
    color: #da3b01;
    padding-top: 0;
}

    span.bi-trash:hover[b-ngn2q5ks3f] {
        opacity: 1;
    }
/* _content/SoulGuest/Pages/Pay/PaycometInputCard.razor.rz.scp.css */

.form-group label[b-w1oxaernrr] {
    padding-top: 0;
    font-size: .9rem;
    font-weight: 700;
    margin-bottom:0;
}
@media(min-width:768px) {
    .form-group label[b-w1oxaernrr] {
        margin-bottom: 0;
        color: #525252;
        font-size:.95rem;
    }
}

/* _content/SoulGuest/Pages/Pay/PayPage.razor.rz.scp.css */
h3[b-8ercdsjfc5] {
    font-size: 1.75rem;
    border-bottom: 2px solid #0065b3;
    border-top: 2px solid #0065b3;
    padding: .5rem 0 .5rem 1rem;
    color: #0065b3;
}

.localizador[b-8ercdsjfc5] {
    color: #0065b3;
}



.form-group.row span[b-8ercdsjfc5] {
    padding-top: .5rem;
}

ul[b-8ercdsjfc5], li[b-8ercdsjfc5] {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul[b-8ercdsjfc5] {
    margin-bottom: .5rem;
}

li[b-8ercdsjfc5] {
    margin-bottom: .5rem;
    padding-top: .25rem;
    border-top: 1px solid #0065b3;
}

    li:last-child[b-8ercdsjfc5] {
        border-bottom: 1px solid #0065b3;
    }

span.advise[b-8ercdsjfc5] {
    line-height: 1.5rem;
}

span.text-success.show[b-8ercdsjfc5] {
    font-size: 1.5rem;
}

span.text-success[b-8ercdsjfc5] {
    display: inline-block;
    font-size: 0;
    line-height: 1.5rem;
    transition: font .3s linear;
}

.guests div:first-child div[b-8ercdsjfc5] {
    margin-top: .5rem;
}
.condiciones[b-8ercdsjfc5] {
    font-size: .9rem;
}
.col-form-label[b-8ercdsjfc5] {
    font-size: .9rem;
    font-weight: 700;
}
.total[b-8ercdsjfc5]
{
    font-weight:700;
}
.total-pagar[b-8ercdsjfc5] {
    font-weight: 700;
}
.condiciones p[b-8ercdsjfc5] {
    margin-bottom: .25rem;
    line-height: 1.25rem;
    color: gray;
    text-align: justify;
}
@media(min-width:768px)
{

}
@media(min-width:992px) {
    .condiciones p[b-8ercdsjfc5] {
        margin-right: -85.7%;
    }
}
@media(min-width:768px)
{

    .condiciones p[b-8ercdsjfc5] {
        margin-bottom: 1rem;
        line-height: 1.35rem;
        margin-right: -66.66667%;
    }
    .condiciones[b-8ercdsjfc5] {
        flex-wrap: nowrap;
    }
}
.col-form-label[b-8ercdsjfc5] {
    color: #666;
    margin-bottom:0;
    padding-bottom:0.25rem;
}
@media(min-width:768px) {
    .col-form-label[b-8ercdsjfc5] {
        margin-bottom: 0;
        color: #525252;
        font-weight: 700;
        font-size: .95rem;
        padding-bottom:calc(.375rem + 1px)
    }
    .total-pagar[b-8ercdsjfc5] {
        color: #0065b3;
    }
    .condiciones[b-8ercdsjfc5] {
        font-size: .9rem;
    }
}
/* _content/SoulGuest/Pages/Pay/RedsysInputCard.razor.rz.scp.css */
.form-group label[b-pb08yt5dnt] {
    padding-top: 0;
    font-size: .9rem;
    font-weight: 700;
    margin-bottom: 0;
}

@media(min-width:768px) {
    .form-group label[b-pb08yt5dnt] {
        margin-bottom: 0;
        color: #525252;
        font-size: .95rem;
    }
}
/* _content/SoulGuest/Pages/Survey/SurveyPageRequest.razor.rz.scp.css */
h3[b-4fdljv3k09] {
    font-size: 1.25rem;
    letter-spacing: .01rem;
    color: #004880;
}
blockquote[b-4fdljv3k09] {
    margin: 0 0 1rem;
    background-color: #eee;
    padding: 1rem;
    font-style: italic;
    border-radius: .5rem;
}
.question[b-4fdljv3k09] {
    padding: .5rem;
    border-radius: .5rem;
    margin: .5rem 0;
    max-width:960px;
}
.title[b-4fdljv3k09]{
    font-weight: 600;
    margin-bottom: .5rem;
}
.form-check-label[b-4fdljv3k09] {
    color: #666;
}
.form-check-inline[b-4fdljv3k09] {
     margin-right: 2.75rem;
}
.form-check-custom[b-4fdljv3k09] {
    position: absolute;
    margin-top: .3rem;
    margin-left: -.5rem;
}
input.form-check-input.modified.valid[b-4fdljv3k09] {
    outline:1px dotted;
}
/* _content/SoulGuest/Pages/Survey/SurveyRequest.razor.rz.scp.css */
.container-steps[b-ix34a9gtkq] {
    margin-top: -2rem;
    margin-bottom: 4rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.step-indicator[b-ix34a9gtkq] {
    margin-top: 50px;
    display: flex;
    align-items: center;
    padding: 0 2rem;
    justify-content:space-around;
}

.step[b-ix34a9gtkq] {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.step-indicator .step-icon[b-ix34a9gtkq] {
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
    background: #c2c2c2;
    font-size: .9rem;
    text-align: center;
    color: #ffffff;
    position: relative;
    line-height: 2rem;
    font-size: 1rem;
}

.step.active .step-icon[b-ix34a9gtkq] {
    background: #0065b3;
}
.step.passed .step-icon[b-ix34a9gtkq] {
    background-color: #128712;
}

.step p[b-ix34a9gtkq] {
    text-align: center;
    position: absolute;
    bottom: -2.5rem;
    color: #c2c2c2;
    font-size: .9rem;
    width: 400px;
}

.step.active p[b-ix34a9gtkq] {
    color: #0065b3;
}

.step.step2 p[b-ix34a9gtkq],
.step.step3 p[b-ix34a9gtkq] {
    left: 50%;
    transform: translateX(-50%);
}

.line[b-ix34a9gtkq] {
    height: 2px;
    background: silver;
    flex-grow: 1;
}
    .line.passed[b-ix34a9gtkq] {
        background: #0065b3
    }

.row-button-survey[b-ix34a9gtkq] {
    padding: .5rem;
    border-radius: .5rem;
    margin: .5rem 0;
    max-width: 960px;
    text-align:right;
}

@media(min-width:768px) {
    .container-steps[b-ix34a9gtkq] {
        width: 80%;
    }
}

@media(min-width:992px) {
    .container-steps[b-ix34a9gtkq] {
        width: 60%;
    }
}
