/* _content/PRYHOTELERIA/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-suudlvgy5s] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-suudlvgy5s] {
  color: #0077cc;
}

.btn-primary[b-suudlvgy5s] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-suudlvgy5s], .nav-pills .show > .nav-link[b-suudlvgy5s] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-suudlvgy5s] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-suudlvgy5s] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-suudlvgy5s] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-suudlvgy5s] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-suudlvgy5s] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/


[b-suudlvgy5s]::after,
[b-suudlvgy5s]::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a[b-suudlvgy5s] {
    text-decoration: none;
    text-decoration: none !important;
}

li[b-suudlvgy5s] {
    list-style: none;
}

h1[b-suudlvgy5s] {
    font-weight: 600;
    font-size: 1.5rem;
}


.wrapper[b-suudlvgy5s] {
    display: flex;
}

.main[b-suudlvgy5s] {
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
    background-color: #fafbfe;
}

#sidebar[b-suudlvgy5s] {
    width: 70px;
    min-width: 70px;
    z-index: 1000;
    transition: all .25s ease-in-out;
    background: var(--color-base);
    display: flex;
    flex-direction: column;
}

    #sidebar.expand[b-suudlvgy5s] {
        width: 260px;
        min-width: 260px;
    }

.toggle-btn[b-suudlvgy5s] {
    background-color: transparent;
    cursor: pointer;
    border: 0;
    padding: 1rem 1.5rem;
}

    .toggle-btn i[b-suudlvgy5s] {
        font-size: 1.5rem;
        color: #FFF;
    }


.sidebar-logo[b-suudlvgy5s] {
    margin: auto 0;
}

    .sidebar-logo a[b-suudlvgy5s] {
        color: #FFF;
        font-size: 1.15rem;
        font-weight: 600;
    }

#sidebar:not(.expand) a.sidebar-link span[b-suudlvgy5s]{
    display: none;
}

.sidebar-nav[b-suudlvgy5s] {
    padding: 2rem 0;
    flex: 1 1 auto;
}

a.sidebar-link[b-suudlvgy5s] {
    padding: .625rem 1.625rem;
    color: #FFF;
    display: block;
    font-size: 0.9rem;
    white-space: nowrap;
    border-left: 3px solid transparent;
}

.sidebar-link i[b-suudlvgy5s] {
    font-size: 1.1rem;
    margin-right: .75rem;
}

a.sidebar-link:hover[b-suudlvgy5s] {
    background-color: rgba(255, 255, 255, .075);
    border-left: 3px solid #3b7ddd;
}

.sidebar-item[b-suudlvgy5s] {
    position: relative;
}

#sidebar:not(.expand) .sidebar-item .sidebar-dropdown[b-suudlvgy5s] {
    position: absolute;
    top: 0;
    left: 70px;
    background: var(--color-base);
    padding: 0;
    min-width: 15rem;
    display: none;
}

#sidebar:not(.expand) .sidebar-item:hover .has-dropdown + .sidebar-dropdown[b-suudlvgy5s] {
    display: block;
    max-height: 15em;
    width: 100%;
    opacity: 1;
}

#sidebar.expand .sidebar-link[data-bs-toggle="collapse"][b-suudlvgy5s]::after {
    border: solid;
    border-width: 0 .075rem .075rem 0;
    content: "";
    display: inline-block;
    padding: 2px;
    position: absolute;
    right: 1.5rem;
    top: 1.4rem;
    transform: rotate(-135deg);
    transition: all .2s ease-out;
}

#sidebar.expand .sidebar-link[data-bs-toggle="collapse"].collapsed[b-suudlvgy5s]::after {
    transform: rotate(45deg);
    transition: all .2s ease-out;
}
