.dashboard-container {
    min-height: 550px;
}

/* REMOVE LAST CACHE*/
#header-user-notification-list li a:hover,
#header-user-profile-menu ul li a:hover,
#mobile-navigation-pro li.current-menu-item a,
.billing-plan-container h3 .total,
.current-plan-account h2,
.item-listing-text-skrn h6 a:hover,
.item-playlist-text-skrn h5 a:hover,
.jumbotron-pro [class*=" icon-"],
.jumbotron-pro [class^=icon-],
.jumbotron-pro i.fa-check-circle,
.payment-method-container h5 sup,
.pricing-plans-page-container h2,
.progression-studios-slider-more-options ul li a:hover,
.progression-studios-slider-more-options ul li:last-child a:hover,
.welcome-page-styles h3.welcome-plan-title span,
a,
h2.registration-final-heading span,
ul#profile-watched-stats span,
ul#sidebar-reviews-pro li .spoiler-review,
ul#vertical-sidebar-nav.sf-menu a:hover,
ul#vertical-sidebar-nav.sf-menu li.current-menu-item a,
ul#vertical-sidebar-nav.sf-menu li.sfHover a,
ul.checkmark-list-pro li:before,
ul.page-numbers li a.next:hover,
ul.page-numbers li a.previous:hover,
ul.registration-genres-choice li i.fa-check-circle,
ul.registration-invite-friends-list li i.fa-check-circle,
ul.welcome-features li:before {
    color: #3f02a4;
}

::selection {
    background-color: #3f02a4;
}

#pro-scroll-top:hover,
.btn-green-pro,
.btn-header-pro:hover,
.btn:hover,
.flex-control-paging li a.flex-active,
.sf-menu a:before,
a.not-a-member-pro:hover,
body .short-border-bottom:after,
ul.page-numbers li span.page-numbers.current {
    border-color: #fca311;
    background: #fca311;
}

.logo-lojas-app {
    height: 63px;
}

.div-logo-loja-1 {
    text-align: right;
    padding: 7em 0;
    padding-top: 3.5em;
}

.div-logo-loja-2 {
    padding: 7em 0;
    padding-top: 3.5em;
    text-align: left;
}

.div-logo-loja-1 .logo-lojas-app {
    margin-right: 0.5em;
}

.div-logo-loja-2 .logo-lojas-app {
    margin-left: 0.5em;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

#search-mobile-nav-pro input:focus,
.form-group input:focus,
.form-group textarea:focus,
.jumbotron-pro.jumbotron-selected,
.registration-billing-form .jumbotron-pro:hover,
select.custom-select:focus,
ul#registration-steps-pro li.current-menu-item,
ul#registration-steps-pro li:hover,
ul.dashboard-genres-pro li.active,
ul.registration-genres-choice li.active,
ul.registration-genres-choice li:hover,
ul.registration-invite-friends-list li.active,
ul.registration-invite-friends-list li:hover {
    border-color: #fca311;
}

.mesa-ocupada {
    background-color: #c4c4c4;
}

.evento-mesas {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.opcao-mesa-evento {
    width: 40px;
    background: #3F02A2;
    height: 40px;
    border-radius: 100%;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}

.mesas-evento td,
.mesas-evento th {
    padding: 0.15rem;
}

.mesas-evento tr {
    grid-template-columns: 9fr;
    text-align: -webkit-center;
}

.opcao-marcada {
    background: #fca311 !important;
}

.opcao-ocupada {
    background: #555 !important;
}

.css-load-duo {
    width: 100%;
    position: fixed;
    z-index: 34344;
    height: 100%;
    top: 0;
    text-align: center;
    background: #fff;
}

.css-load-duo img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 140px;
    user-select: none;
}

.btn-outline-success {
    color: #3f02a4 !important;
    border-color: #3f02a4;
}

img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

::-webkit-scrollbar {
    width: 20px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #e7e7e7;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #c0c0c0;
}

.menuOpcaoScroll {
    top: 0px;
    width: 100%;
    transition: .6s ease;
    z-index: 1000;
}

div.scrollmenu {
    overflow: auto;
    overflow-x: auto;
    background: #fff;
    white-space: nowrap;
}

.swiper-slide {
    display: inline-block;
    min-width: 350px;
    max-width: 352px;
    margin-bottom: 1em;
    padding: 5px;
}

.swal2-confirm {
    border-radius: 3em !important;
    min-width: 9em;
    text-transform: uppercase;
    font-weight: 800;
}

.swal2-styled:focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgb(255 255 255) !important;
}

.fade-in {
    animation: fadeIn 1s;
    -webkit-animation: fadeIn 1s;
    -moz-animation: fadeIn 1s;
    -o-animation: fadeIn 1s;
    -ms-animation: fadeIn 1s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.swal2-title {
    font-size: 1.5em !important;
}

html {
    background: #fff;
}

body {
    background: #fff;
}

.swal2-cancel {
    border-radius: 3em !important;
    text-transform: uppercase;
    font-weight: 800;
}

.swal2-shown {
    padding-right: 0px !important;
}

@media only screen and (min-width: 960px) {
    #content-sidebar-pro {
        height: 100%;
    }
}

div.card {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    background-clip: border-box;
    background-color: #ffffff;
    border-image: initial;
    border-radius: 0.25rem;
    border-width: 0px;
    bottom: 0px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    font-family: Poppins, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 300;
    left: 0px;
    line-height: 19.5px;
    margin: 0px;
    min-width: 0px;
    overflow: visible;
    overflow-wrap: break-word;
    position: relative;
    right: 0px;
    text-align: left;
    top: 0px;
    word-wrap: break-word;
}

div.card:not(:last-of-type) {
    border-bottom: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

div#headingOne3.card-header {
    background-color: transparent;
    border-radius: 0px;
    box-sizing: border-box;
    color: #646c9a;
    cursor: pointer;
    font-family: Poppins, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 19.5px;
    margin: 0px;
    margin-bottom: -1px;
    padding: 0px;
    text-align: left;
    word-wrap: break-word;
}

div#headingOne3.card-header:first-child {
    border: 0px !important;
}

div.card-title {
    -webkit-box-align: center;
    -webkit-box-pack: start;
    align-items: center;
    bottom: 0px;
    box-sizing: border-box;
    color: #5d78ff;
    cursor: pointer;
    display: flex;
    font-size: 14.3px;
    font-weight: 500;
    justify-content: flex-start;
    left: 0px;
    line-height: 21.45px;
    margin: 0px;
    margin-bottom: 0.75rem;
    border-bottom: 1px solid #eaeaea;
    padding: 1rem 1rem 1rem 0px;
    position: relative;
    right: 0px;
    text-align: left;
    top: 0px;
    word-wrap: break-word;
}

div.card-title::after {
    -webkit-font-smoothing: antialiased;
    content: "";
    font-family: LineAwesome;
    font-size: 1.2rem;
    position: absolute;
    right: 0px;
    text-decoration: inherit;
    text-rendering: optimizelegibility;
    text-transform: none;
}

div#collapseOne3.collapse.show {
    box-sizing: border-box;
    font-size: 13px;
    font-weight: 300;
    line-height: 19.5px;
    text-align: left;
    word-wrap: break-word;
}

div.card-body {
    -webkit-box-flex: 1;
    box-sizing: border-box;
    flex: 1 1 auto;

    font-weight: 300;
    line-height: 19.5px;
    margin-bottom: 1.25rem;
    min-height: 1px;
    padding: 0px;
    text-align: left;
    word-wrap: break-word;
}

:root> :nth-child(2)> :nth-child(2)> :nth-child(1)> :nth-child(2)> :nth-child(2)> :nth-child(2)> :nth-child(2)> :nth-child(1)> :nth-child(3)> :nth-child(2)> :nth-child(1)> :nth-child(2) {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    background-clip: border-box;
    background-color: #ffffff;
    border-image: initial;
    border-width: 0px;
    bottom: 0px;
    box-sizing: border-box;
    color: #646c9a;
    display: flex;
    flex-direction: column;
    font-family: Poppins, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 300;
    left: 0px;
    line-height: 19.5px;
    margin: 0px;
    min-width: 0px;
    overflow: visible;
    overflow-wrap: break-word;
    position: relative;
    right: 0px;
    text-align: left;
    top: 0px;
    word-wrap: break-word;
}

div#headingTwo3.card-header {
    background-color: transparent;
    border-radius: 0px;
    box-sizing: border-box;
    color: #646c9a;
    cursor: pointer;
    font-family: Poppins, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 19.5px;
    margin: 0px;
    margin-bottom: -1px;
    padding: 0px;
    text-align: left;
    word-wrap: break-word;
}

div#headingTwo3.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0px 0px;
}

div.card-title.collapsed {
    -webkit-box-align: center;
    -webkit-box-pack: start;
    align-items: center;
    bottom: 0px;
    box-sizing: border-box;
    color: #74788d;
    cursor: pointer;
    display: flex;
    font-family: Poppins, Helvetica, sans-serif;
    font-size: 14.3px;
    font-weight: 500;
    justify-content: flex-start;
    left: 0px;
    line-height: 21.45px;
    margin: 0px;
    margin-bottom: 0.75rem;
    padding: 1rem 1rem 1rem 0px;
    position: relative;
    right: 0px;
    text-align: left;
    top: 0px;
    word-wrap: break-word;
}

div.card-title.collapsed::after {
    -webkit-font-smoothing: antialiased;
    color: #74788d;
    content: "";
    font-family: LineAwesome;
    font-size: 1.2rem;
    position: absolute;
    right: 0px;
    text-decoration: inherit;
    text-rendering: optimizelegibility;
    text-transform: none;
}

div#collapseTwo3.collapse {
    box-sizing: border-box;
    color: #646c9a;
    font-family: Poppins, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 19.5px;
    text-align: left;
    word-wrap: break-word;
}

div#collapseTwo3.collapse:not(.show) {
    display: none;
}

#collapseTwo3 .card-body {
    -webkit-box-flex: 1;
    box-sizing: border-box;
    color: #646c9a;
    flex: 1 1 auto;
    font-family: Poppins, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 19.5px;
    margin-bottom: 1.25rem;
    min-height: 1px;
    padding: 0px;
    text-align: left;
    word-wrap: break-word;
}

:root> :nth-child(2)> :nth-child(2)> :nth-child(1)> :nth-child(2)> :nth-child(2)> :nth-child(2)> :nth-child(2)> :nth-child(1)> :nth-child(3)> :nth-child(2)> :nth-child(1)> :nth-child(3) {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    background-clip: border-box;
    background-color: #ffffff;
    border-bottom-left-radius: 3.25px;
    border-bottom-right-radius: 3.25px;
    border-image: initial;
    border-radius: 0.25rem;
    border-width: 0px;
    bottom: 0px;
    box-sizing: border-box;
    color: #646c9a;
    display: flex;
    flex-direction: column;
    font-family: Poppins, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 300;
    left: 0px;
    line-height: 19.5px;
    margin: 0px;
    min-width: 0px;
    overflow: visible;
    overflow-wrap: break-word;
    position: relative;
    right: 0px;
    text-align: left;
    top: 0px;
    word-wrap: break-word;
}

div.card:last-child {
    margin-bottom: 1.25rem;
}

div#headingThree3.card-header {
    background-color: transparent;
    border-radius: 0px;
    box-sizing: border-box;
    color: #646c9a;
    cursor: pointer;
    font-family: Poppins, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 19.5px;
    margin: 0px;
    margin-bottom: -1px;
    padding: 0px;
    text-align: left;
    word-wrap: break-word;
}

div#headingThree3.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0px 0px;
}

[data-target='\#collapseThree3'] {
    -webkit-box-align: center;
    -webkit-box-pack: start;
    align-items: center;
    bottom: 0px;
    box-sizing: border-box;
    color: #74788d;
    cursor: pointer;
    display: flex;
    font-family: Poppins, Helvetica, sans-serif;
    font-size: 14.3px;
    font-weight: 500;
    justify-content: flex-start;
    left: 0px;
    line-height: 21.45px;
    margin: 0px;
    margin-bottom: 0.75rem;
    padding: 1rem 1rem 1rem 0px;
    position: relative;
    right: 0px;
    text-align: left;
    top: 0px;
    word-wrap: break-word;
}

[data-target='\#collapseThree3']::after {
    -webkit-font-smoothing: antialiased;
    color: #74788d;
    content: "";
    font-family: LineAwesome;
    font-size: 1.2rem;
    position: absolute;
    right: 0px;
    text-decoration: inherit;
    text-rendering: optimizelegibility;
    text-transform: none;
}

div#collapseThree3.collapse {
    box-sizing: border-box;
    color: #646c9a;
    font-family: Poppins, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 19.5px;
    text-align: left;
    word-wrap: break-word;
}

div#collapseThree3.collapse:not(.show) {
    display: none;
}

#collapseThree3 .card-body {
    -webkit-box-flex: 1;
    box-sizing: border-box;
    color: #646c9a;
    flex: 1 1 auto;
    font-family: Poppins, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 19.5px;
    margin: 0px;
    margin-bottom: 1.25rem;
    min-height: 1px;
    padding: 0px;
    text-align: left;
    word-wrap: break-word;
}

@media print {
    div.kt-portlet__body {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    div#accordionExample3.accordion.accordion-light.accordion-toggle-plus {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    div.card {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    div#headingOne3.card-header {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    div.card-title {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    div#collapseOne3.collapse.show {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    div.card-body {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    :root> :nth-child(2)> :nth-child(2)> :nth-child(1)> :nth-child(2)> :nth-child(2)> :nth-child(2)> :nth-child(2)> :nth-child(1)> :nth-child(3)> :nth-child(2)> :nth-child(1)> :nth-child(2) {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    div#headingTwo3.card-header {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    div.card-title.collapsed {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    div#collapseTwo3.collapse {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    #collapseTwo3 .card-body {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    :root> :nth-child(2)> :nth-child(2)> :nth-child(1)> :nth-child(2)> :nth-child(2)> :nth-child(2)> :nth-child(2)> :nth-child(1)> :nth-child(3)> :nth-child(2)> :nth-child(1)> :nth-child(3) {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    div#headingThree3.card-header {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    [data-target='\#collapseThree3'] {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    div#collapseThree3.collapse {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    #collapseThree3 .card-body {
        box-shadow: none !important;
        text-shadow: none !important;
    }

}

@media (max-width: 1024px) {
    div.kt-portlet__body {
        padding: 15px;
    }

}