.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;
}