.page-contextual 
{
  min-height: calc(100vh - 64px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 0;
  padding-right: 0; 
}
.offcanvas-bs {
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out;
    min-width: 200px;
    z-index: 1;
}

.offcanvas-bs.show {
    transform: none;
}
.offcanvas-bs.hide {
    transform: none;
    left: 200px;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.content-wrapper:has(.contextual) {
    padding: 2.875rem 0;
}

.button-contextual {
    cursor: pointer;
    margin-left: 2rem;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #a7afb7;
    text-align: left;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "nunito-regular", sans-serif;
    font-weight: 600;
}

.nav-pills {
    border-bottom: 1px solid rgba(151, 151, 151, 0.3);
    padding-bottom: 1rem;
}

.sticky-top {
    z-index: 1;
}

.sidebar .nav .nav-item .nav-link .menu-title {
    padding-top: 1px;
}

.container-fluid.page-body-wrapper {
    padding-right: 0;
    padding-left: 0;
}

.page-body-wrapper {
    padding-left: 0;
}

.badge {
    padding: .375rem 0.5625rem;
    font-size: 11px;
    border: none;
}

.w-20 {
    width: 20% !important; }
.w-23 {
    width: 23% !important; }

.w-24 {
    width: 24% !important; }

.min-px-100 {
    min-width: 100px !important; }
.min-px-150 {
    min-width: 150px !important; }

.min-px-265 {
    min-width: 265px !important; }

.template-demo {
    text-align: initial;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #41464b !important;
}

.btn-instagram {
    background: #e52765;
    border-color: #e52765;
    color: #ffffff;
}

.btn-instagram:hover {
    background: #c72785;
    border-color: #c72785;
    color: #ffffff;
}

.btn-tiktok {
    background: #000000;
    border-color: #000000;
    color: #ffffff;
}

.btn-tiktok:hover {
    background: #313131;
    border-color: #313131;
    color: #ffffff;
}

.botao-ferramentas {
    font-size: 16px;
}

.btn.btn-ferramentas {
    min-width: 100px; }

.btn-processo {
    background-repeat: no-repeat; 
    /* background-attachment: fixed; */
    background-size: 100% auto;
    background-position: center;
    width: 48px;

    font-family: "nunito-bold", sans-serif;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    cursor: pointer;
    color: black;
}

.btn-processo.active {
    color: #cea506; 
    /* color: #071641; */
}

.btn-processo.inactive {
    cursor:not-allowed
}

.btn-processo.processo-47 {
    background-image: url(/launch/assets/images/backsite/fluxo_47.gif);
}

.btn-processo.processo-48 {
    background-image: url(/launch/assets/images/backsite/fluxo_48.png);
}

.btn-processo.processo-49 {
    background-image: url(/launch/assets/images/backsite/fluxo_49.gif);
}

.btn-processo.processo-48 i {
    margin-left: -3px;
}

.btn-processo:hover {
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: grey;
}

/* .btn.btn-processo:hover {
    box-shadow: 5px 10px #888888;
} */

@media screen and (min-width: 991px) {
    .sidebar-fixed {
        overflow: auto;
        max-height: calc(100vh - 64px);
        
    }

    .sidebar-icon-only .sidebar-fixed {
        width: 70px;
    }
    .sidebar-fixed::-webkit-scrollbar{
        display: none;
    }
    .main-panel {
        margin-left:258px; 
     }
    
    .sidebar-icon-only .main-panel {
        margin-left:70px; 
    }

    .sidebar-icon-only .sidebar .nav .nav-item.hover-open .collapse, .sidebar-icon-only .sidebar .nav .nav-item.hover-open .collapsing {
        position: fixed;
    }

    .sidebar-icon-only .sidebar .nav .nav-item.hover-open .nav-link .menu-title {
        position: fixed;
        top:auto;
        bottom:auto;
        height: 55px;
    }

    .sidebar-icon-only .sidebar .nav .nav-item.hover-open .nav-link {
        display: flex;
    }

    .sidebar-icon-only .sidebar .nav .nav-item .sidebar-user-menu .nav-link .menu-icon {
        margin-bottom: 10px;
    }
    .sidebar-icon-only .sidebar .nav .nav-item.hover-open.sidebar-user-actions .sidebar-user-menu .nav-link .menu-title {
        height: 45px;
    }
    .sidebar-icon-only .sidebar .nav .nav-item.hover-open.sidebar-user-actions .sidebar-user-menu .nav-link .icon-sidebar-user-menu {
        margin-right: auto;
        margin-left: auto;
    }

    .sidebar .nav .nav-item.sidebar-user-actions .sidebar-user-menu .nav-link {
        font-size: 14px;
    }
}

@media (min-width: 576px) {
    .h-sm-100 {
        height: 100%;
    }
}

@media (max-width: 991px) {
    .botao-mini-mundo {
        width: 100% !important;
    }

    /* .btn.btn-processo {
        width: 100% !important;
    } */
    .w-lg-100 {
        width:100%;
     }
}