ul,
ol,
li,
* {
    list-style: none;
}

.login-page {
    background-color: black !important;
    background-image: url('../img/fondo.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.login-page,
.register-page {
    -ms-flex-align: center;
    align-items: flex-start !important;
    background-color: #e9ecef;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 20%;
}

.login-logo img {
    height: auto;
    width: 200px;
    max-width: 200px;
}

.login-box .card .login-card-body {
    border-radius: 40px !important;
}

.layout-fixed .main-sidebar {
    background: rgb(0, 91, 176);
    background: linear-gradient(125deg, rgba(0, 91, 176, 1) 0%, rgba(82, 175, 255, 1) 100%);
    border-radius: 0 20px 20px 0;
}

.brand-link,
.user-panel {
    border-bottom: 1px solid #ffffff !important;
}

.content {
    background-color: #b2daff;
    padding: 5px !important;

}

.box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;

}

.card-body {
    flex-wrap: wrap;
}

.box :nth-child(1) {

    flex: 0 0 30px;
    border-right: none !important;
    order: 1;
}

.box :nth-child(2) {
    order: 2;
}

.box :nth-child(3) {
    order: 3;
}

.box :nth-child(4) {
    order: 4;
}

.box :nth-child(5) {
    order: 5;
}

.box .box-menu {
    flex: 0 1 auto;
    border-right: 2px solid #4099ea;
    width: max-content;
}

.icono-menu {
    width: 76px;
    color: #ffffff;
    margin-right: 5px;
    ;

}

.box .box-menu span {
    margin: 20px;
}

.reservacion-grupos-white {
    color: #ffffff;
}

.text-bold {
    font-size: 2rem;
}

.habitaciones {
    border: 2px solid yellow;
    margin: 5px 2px;
    padding: 4px 10px;
    background-color: yellow;
    color: #000000;
    border-radius: 15px;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #cef;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}
.spiner{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    position: fixed;
    background-color: #15395a8c;
    backdrop-filter: blur(1px);
    z-index: 1051;
}
.no-scroll{
    overflow: hidden;
}

body{
    scrollbar-gutter: stable;
}

.des{
    color: #646464;
    font-style: italic;
    text-decoration: line-through;
}
.page-container {
    background-color: #b2daff;
}

.placeholder-img{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center ;
    background-image: var(--url-place-holder);
    display: block;
}

.placeholder-img.profile-user-img{
    height: 100px;
}