@import 'https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css';
@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital@1&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

/*Global Settings*/
body {
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    overflow-x: hidden;
    min-height: 700px;
    max-height: auto;
}

h6 {
    font-family: "Quicksand", sans-serif;
}

h1 {
    font-size: 40px;
    font-weight: 800;
    color: #2b2a2a;
}

h2 {
    font-size: 30px;
    font-weight: 800;
    color: #595959;
}

h3 {
    font-size: 22px;
    font-weight: 800;
    color: #595959;
}
h4 {
    font-size: 17px;
}

p {
    font-size: 16px;
    font-style: italic;
    color: #1E1E1E;
}

a {
    transition: all 0.3s ease-in-out;
}

section {
    text-align: center;
}

.blockquote p {
    font-size: 32px;
    line-height: 45px;
    padding-left: 30px;
    border-left: 3px solid #424242;
    color: #424242;
}

/* NAVBAR LATERAL  */
::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-button {
    display: none;
}

::-webkit-scrollbar-track-piece {
    background: #1E1E1E;
}

::-webkit-scrollbar-thumb {
    margin: 2px;
    background: #21f343;
}

::-webkit-resizer {
    background: #c32b28;
}



/*Bootstrap*/
.navbar-vira {
    background-image: none;
    background-color: transparent;
    margin-bottom: 0;
    border-radius: 0;
    border-color: transparent;
    transition: all 0.3s ease-in-out;
}

.form-control option {
    color: #424242;
}

.modal-title {
    color: #424242;
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    font-size: 22px;
}

label {
    color: #424242;
    font-family: "Quicksand", sans-serif;
    font-weight: 400;
}

.form-control {
    border-radius: 5px;
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
}

.form-control:focus {
    border-color: #21f343;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(81, 194, 185, 0.6);
}

.default-input {
    border-radius: 5px;
    color: #fff;
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    height: 45px;
}

    .default-input:focus {
        border-color: #21f343;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(81, 194, 185, 0.6);
        color: #fff;
    }

/* INICIO BACKGROUND */
.mt80 {
    margin-top: 80px;
}

.mb80 {
    margin-bottom: 80px;
}

.mr60 {
    margin-right: 60px;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

    .bg-img div {
        z-index: 1;
        position: relative;
    }

    .bg-img:after {
        position: absolute;
        content: '';
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        left: 0;
        top: 0;
    }

.section {
    padding: 100px 0;
}

/*  btn veremelho redondinho da index  */
.vira-card {
    text-align: center;
}

    .vira-card .vira-card-header {
        margin-bottom: 45px;
    }

        .vira-card .vira-card-header .card-icon {
            border: 1px solid #f3373d;
            border-radius: 100%;
            display: inline-block;
            height: 120px;
            width: 120px;
            line-height: 120px;
            position: relative;
        }

            .vira-card .vira-card-header .card-icon .fa {
                margin-top: 45px;
                font-size: 30px;
            }

            .vira-card .vira-card-header .card-icon:after {
                content: '';
                height: 100px;
                width: 100px;
                background-color: #f3373d;
                border-radius: 100%;
                position: absolute;
                top: 9px;
                left: 9px;
            }

            .vira-card .vira-card-header .card-icon span {
                color: #fff;
                font-size: 45px;
                position: relative;
                z-index: 1;
            }

    .vira-card .vira-card-content h3 {
        position: relative;
        margin-bottom: 60px
    }

        .vira-card .vira-card-content h3:after {
            content: '';
            height: 1px;
            width: 44px;
            background-color: #21f343;
            position: absolute;
            top: 170%;
            left: calc(50% - 22px);
        }

    .vira-card .vira-card-content p {
        font-size: 17px;
    }

    .vira-card .vira-card-content .social-icons {
        margin-top: 30px;
    }

.vira-btn {
    border-color: #f3373d;
    font-style: italic;
    color: #fff;
    border-radius: 0;
    letter-spacing: 3px;
    padding: 15px 80px;
    margin-bottom: 30px;
    background-color: #df0025;
    transition: all 0.3s ease-in-out;
}

    .vira-btn:hover {
        background-color: #c32b28;
        color: #fff;
    }

.vira-quote {
    background-image: url(../img/3.jpg);
    color: #fff;
    font-style: italic;
}

    .vira-quote p {
        font-size: 32px;
        color: #fff;
    }

    .vira-quote .quote {
        margin-bottom: 40px;
    }

    .vira-quote .author {
        font-size: 21px;
        margin-bottom: 40px;
    }

.solid {
    background-color: #f3373d;
    color: #fff;
}

    .solid:hover {
        background-color: #fff;
        color: #f3373d;
    }

.small-btn {
    padding: 10px 130px;
}

/* HEADER */
.header {
    background-image: url(../img/ecommerce-sales.png);
    height: 100vh;
    position: relative;
    min-height: 659px;
}

.intro-box {
    height: 500px;
    display: table;
    text-align: center;
    width: 100%;
}

.home-intro {
    display: table-cell;
    vertical-align: middle;
    padding-top: 140px;
}

.vertical-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header h1 {
    margin: 0;
}

.header h1, .header p {
    color: #fff;
    letter-spacing: 2px;
}

.header p {
    font-size: 32px;
    padding-top: 0;
    padding-bottom: 40px;
}

.header .vira-btn {
    border-color: #fff;
    color: #fff;
}

    .header .vira-btn:hover {
        background-color: #fff;
        color: #424242;
    }


.watch {
    background-image: url(../images/7.jpg);
    font-style: italic;
    font-size: 32px;
    color: #fff;
    padding: 150px 0;
}

    .watch a {
        border: 2px solid #fff;
        margin-left: 10px;
        margin-right: 10px;
        line-height: 70px;
        border-radius: 100%;
        width: 70px;
        height: 70px;
        padding: 0;
        font-size: 21px;
        color: #fff;
    }

        .watch a:hover, .watch a:active, .watch a:focus {
            background-color: #fff;
            color: #424242;
        }

.subscribe {
    background-image: url(../img/11.jpg);
}

    .subscribe .vira-btn {
        margin-bottom: 0;
        color: #424242;
        font-weight: 700;
        border-color: #fff;
        background-color: #fff;
    }

        .subscribe .vira-btn:hover {
            background-color: transparent;
            color: #fff;
        }

    .subscribe p {
        color: #fff;
        font-size: 32px;
        margin-bottom: 35px;
    }

    .subscribe .form-control {
        width: 320px;
        margin-bottom: 0;
        border-color: #fff;
        color: #fff;
    }

.contact .vira-card {
    background-color: #f8f8f8;
    padding: 35px 0;
    transition: all 0.3s ease-in-out;
    margin-bottom: 45px;
    box-shadow: 0px 4px 2px rgba(17, 17, 17, 0.3);
}

    .contact .vira-card .vira-card-header {
        margin-bottom: 15px;
        font-size: 21px;
        color: #f3373d;
    }

    .contact .vira-card .vira-card-content h3 {
        letter-spacing: 2px;
        margin-bottom: 45px;
    }

        .contact .vira-card .vira-card-content h3:after {
            top: 40px;
        }

    .contact .vira-card .vira-card-content p {
        font-size: 18px;
    }




/*animations*/
.vira-card .vira-card-header .card-icon:after {
    transition: all 0.3s ease-in-out;
}

.vira-card:hover .vira-card-header .card-icon:after {
    height: 120px;
    width: 120px;
    top: -1px;
    left: -1px;
}

.owl-theme .owl-dots .owl-dot span {
    background-color: #f3373d;
    margin: 5px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #f3373d;
    height: 14px;
    width: 14px;
    margin: 3px;
}




@media (max-width: 767px) {
    .vira-card {
        margin-bottom: 60px;
    }
}


.font-site1 {
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    text-shadow: 1px 1px 2px #808080;
}


/* NAVBAR */
.navbar {
    border-radius: 0px 0px 0px 0px;
    background: #1E1E1E;
    position: fixed;
    z-index: 50;
}


.a-nav {
    color: #fff;
    font-family: "Quicksand", sans-serif;
    font-size: 19px;
    font-weight: 500;
}

    .a-nav:hover {
        color: #1E1E1E;
        text-decoration: none;
    }

#querSair {
    color: #fff;
    font-family: "Quicksand", sans-serif;
    font-size: 19px;
    font-weight: 500;
}

    #querSair:hover {
        color: #202020 !important;
    }


.nav-item {
    padding: 10px 30px 10px 30px;
    margin: 10px;
    margin-right: 20px;
    text-align: center;
    text-decoration: none;
    color: #fff;
}


@media (min-width: 600px){

    .nav-item:hover {
        border-radius: 10px 10px 10px 10px;
        cursor: pointer;
        transition-duration: 100ms;
        -webkit-transition: all ease 0.8s;
        -moz-transition: all ease 0.8s;
        transition: all ease 0.8s;
        box-shadow: inset 200px 0 0 0 #21f343;
        color: #202020;
    }
}

@media (max-width: 599px){

    .nav-item:hover {
        border-radius: 10px 10px 10px 10px;
        cursor: pointer;
        transition-duration: 100ms;
        -webkit-transition: all ease 0.8s;
        -moz-transition: all ease 0.8s;
        transition: all ease 0.8s;
        background: #21f343;
        color: #202020;
    }
    .navbar-collapse{
        box-shadow: 1px 2px 5px #21f343;
        margin-top: 13px;
    }

    .titulo-main-card-dash {
        font-size: 25px!important;
        padding-top: 5px;
    }
}

.img-cliente-carousel {
    width: 100px;
    height: auto;
    margin-left: 50%;
}

.div-cliente-carousel {
    width: 600px;
    margin-left: auto;
}

.btn-img-produto-veridica {
    position:absolute;
    bottom: -30px;
    margin-bottom: 10px;
}

/* CAROUCEL MAIN-ITENS-DASH */
.simple-carousel {
    position: relative;
    width: 100%;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.simple-carousel-inner {
    position: relative;
    display: flex;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    .simple-carousel-inner::-webkit-scrollbar {
        display: none;
    }

    .simple-carousel-inner .item {
        min-width: 320px;
        padding-right: 20px;
    }

    .simple-carousel-inner .image {
        position: relative;
        overflow: hidden;
    }

    .simple-carousel-inner .item img {
        width: 100%;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        pointer-events: none;
    }


/* CARDS DASHBOARD */
/*#lstProdutosCadastrados {
    width: 150%!important;
}*/

.main-card-dash {
    background: #434343;
    border-radius: 10px;
    margin: 10px 10px 10px 15px;
    height: 200px;
    width: 328px;
}

.main-card-dash:hover {
    cursor: grab;
}

.div-concorrentes-infos {
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

.titulo-main-card-dash {
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 30px;
    height: 10px;
    color: #fff;
}

.icon-nota {
    color: #FFF;
    font-size: 90px;
    padding-left: 30px;
    text-shadow: 1px 2px #00000055;
}

.nota {
    text-align: center;
    font-size: 70px;
    color: #ffffff;
    font-family: "Quicksand", sans-serif;
    text-shadow: 1px 2px #00000055;
}

.semi-div-main-card-dash {
    width: 50%;
    height: 90px!important;
    float: left;
    margin-top: -15px;
    position: relative;
}

.barrinha-niveis-fora {
    width: 100%;
    height: 25px;
    background: #505050;
    position: relative;
    bottom: -100px;
}

.barrinha-niveis-fora-infos {
    width: 100%!important;
    height: 25px;
    background: #606060;
    position: relative;
}


.barrinha-niveis-dentro {
    height: 25px;
}



.info-barrinha-niveis {
    position: absolute;
    z-index: 2;
    width: 100%;
    color: #fff;
    text-align: center;
    font-family: "Quicksand", sans-serif;
}
.info-barrinha-niveis-info {
    position: absolute;
    z-index: 2;
    width: 100%;
    color: #fff;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    margin-top: -25px !important;
}



/* INPUTS FORMULARIO */

::placeholder {
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
}

.input-preto {
    background: #FFFFFF00;
    border: 1px #fff solid;
    border-radius: 5px;
    color: #fff !important;
    text-align: center;
}

    .input-preto:focus {
        background: #FFFFFF00;
        border: 1px #fff solid;
        border-radius: 5px;
    }

    .input-preto::placeholder {
        text-align: center;
    }

.input-email {
    box-shadow: 2px 2px 5px #30303050;
    border-radius: 7px;
}

#Login {
    width: 300px;
    background: #fff;
    margin: auto;
    margin-top: 150px;
    padding: 10px;
    border-radius: 5px;
    transition-duration: 500ms;
    border: 2px;
    border-color: #000;
    border-style: dotted;
}

textarea {
    resize: none;
    height: 300px !important;
}

/* DIVS */
.news-5 {
    height: 800px;
    background-image: url(../img/ecommerce-sales.png);
    background-position: top;
    background-attachment: scroll;
    background-size: cover;
}

.dash-body {
    padding-top: 80px;
    background: #101010;
}

/* BUTTONS */
.bg-verdinho{
    background: #21f343
}
.bg-pretinho{
    background: #1e1e1e
}



/* aba-funcoes */
.btn-verdinho {
    background: #48af80;
    color: #fff;
    font-family: "Quicksand", sans-serif;
    text-align: center;
    font-weight: 800;
}

.btn-verdinho-prop {
    background: #48af80;
    color: #fff;
    font-family: "Quicksand", sans-serif;
    text-align: center;
    font-weight: 500;
    height: 20px;
    font-size: 15px;
    padding: 0 0px;
}

.btn-verdinho-fisgar {
    background: #21f34366;
    color: #fff;
    font-family: "Quicksand", sans-serif;
    text-align: center;
    font-weight: 800;
    font-size: 40px;
}

.btn-verdinho-fisgar:hover  {
    background: #21f343;
}


.btn-verdinho-pesquisa {
    background: #21f343;
    color: #fff;
    font-family: "Quicksand", sans-serif;
    text-align: center;
    font-weight: 800;
    position: absolute;
    right: 15px;
    z-index: 1;
    width: 70px;
    border-radius: 0px 5px 5px 0px;
}

.desc-qtd-prods-cads {
    font-family: "Quicksand", sans-serif;
    font-size: 19px;
    color: #fff;
    font-weight: 400;
    text-align: left;
}

.aba-funcoes {
    width: 90%;
    min-height: 60px;
    padding: 10px;
    border-radius: 10px 10px 10px 0px;
    position: fixed;
    top: -600px;
    background: #202020;
    box-shadow: 1px 1px 10px 5px #21f343;
    z-index: 3;
}

#pesquisa-produto-input {
    color: #fff;
    font-family: "Quicksand", sans-serif;
    width: 90%;
}

#cadastra-link-produto-input {
    color: #fff;
    font-family: "Quicksand", sans-serif;
}

.select-aba-funcoes {
    background: #202020;
    color: #fff;
    font-family: "Quicksand", sans-serif;
    border-radius: 5px;
}

.select-aba-funcoes > option {
    color: #fff;
    font-family: "Quicksand", sans-serif;
}

.select-aba-funcoes:focus {
    background: #202020;
    color: #fff;
    font-family: "Quicksand", sans-serif;
    border-radius: 5px;
}

.func-produtos {
    padding: 10px;
    width: 96%;
    height: 100%;
    margin: 10px;
    background: #424242;
    border-radius: 10px;
}

.aba-funcoes > button {
    border-radius: 10px 10px 0px 0px !important;
}


/* FOOTER */
footer {
    overflow: hidden;
    color: #fff;
    height: 250px;
    background-color: #101010;
    position: relative;
    display: grid;
}

    footer div p {
        font-family: "Quicksand", sans-serif;
        text-align: center;
        color: #fff;
    }


    footer div h4 {
        font-family: "Quicksand", sans-serif;
        text-align: center;
    }


/* Header/Logo Title */
.header-dash {
    width: 100%;
    height: 433px;
    text-align: center;
    background: #f3f3f3;
    border-bottom: 1px #80808055 solid;
    background: #f3f3f3;
    background-repeat: repeat;
    background-size: cover;
}

.h1-dash {
    color: #1E1E1E;
    font-family: "Quicksand", sans-serif;
    font-size: 35px;
    line-height: 150px;
    font-weight: 600;
    text-align: center;
    background: #21f343;
    padding: 10px;
}
    .h1-dash:hover {
        transition-duration: 500ms;
        cursor: grab;
        font-size: 37px;
        color: #fff;
    }

.list-group > .list-group-item {
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    font-size: 18px;
    background: #1E1E1E;
    color: #EBE5E5;
}

.menu-inicial-clicado {
    border-radius: 10px 10px 10px 0px;
    cursor: pointer;
    background: #21f343;
    color: #202020;
}

.list-group > .list-group-item:hover {
    transition-duration: 250ms;
    border-radius: 10px 10px 10px 0px;
    cursor: pointer;
    transition-duration: 250ms;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    background: #21f343;
    color: #202020;
}


/* TABELA DE CADASTRO */
.font-busca {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    font-family: "Quicksand", sans-serif;
    float: left;
}

.font-busca-div {
    width: 80%;
    position: relative;
    height: auto;
}

.delete-busca {
    position: absolute;
    margin-right: 10px;
}

.cursor-pointer:hover {
    cursor: pointer;
}

#buscaProduto {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    font-family: "Quicksand", sans-serif;
}

/* FONTES */
.font-padrao {
    font-family: "Quicksand", sans-serif;
    color:#fff;
}

a.font-padrao {
    text-decoration: underline;
}

.font-padrao-black {
    font-family: "Quicksand", sans-serif;
    color:#000;
}

.font-padrao-black:hover {
    color: #000;
}

.font-padrao:hover {
    color:#fff;
}

.div-aba-funcoes {
    position: fixed;
    bottom: 160px;
    right: 0px;
    z-index: 2;
    height: 200px;
  }

  
.div-aba-funcoes > div {
    position: absolute;
    right: 0px;
    display: block;
    text-align: center;
    padding: 16px;
    color: #1E1E1E;
    background: #21f343;
    font-size: 20px;
    margin-top: 5px;
    border-radius: 10px 0px 0px 10px;
    width: 60px;
    transition-duration: 500ms;
}
  
.div-aba-funcoes > div#add-prod:hover {
    background-color: #fff;
    cursor: pointer;
    color: #21f343;
    transition-duration: 500ms;
    width: 100px;
}

.div-aba-funcoes > div#pesq-prod {
    margin-top: 160px;
}
.div-aba-funcoes > div#add-prod {
    margin-top: 80px;
}
.div-aba-funcoes > div#pesq-prod:hover {
    background-color: #fff;
    cursor: pointer;
    color: #21f343;
    width: 100px;
    transition-duration: 500ms;
}

.div-aba-funcoes > div#acoes-rapidas:hover {
    background-color: #fff;
    cursor: pointer;
    color: #21f343;
    width: 100px;
    transition-duration: 500ms;
}

/* CARDS PRODUTO PRINCIPAL */
.meu-card-title {
    font-size: 25px;
    color: #fff;
    font-family: "Quicksand", sans-serif;
}

.map-comp-card-title {
    font-size: 17px;
    margin-top: -10px;
    color: #fff;
    font-family: "Quicksand", sans-serif;
    margin-bottom: 0px;
}

.font-card-overlay {
    font-size: 25px;
    color: #000;
    font-family: "Quicksand", sans-serif;
}

.delete-x-prod-details {
    font-size: 26px;
    color: #ff0000;
    background: #ffffff;
    border-radius: 55%;
    position: absolute;
    right: 8px;
    top: -8px;
    z-index: 1;
}

    .delete-x-prod-details:hover {
        font-size: 35px;
        color: #dd0000;
        transition-duration: 150ms;
        right: 0px;
        top: -12px;
    }

.xzinho-de-deletar {
    font-size: 26px;
    color: #ff0000;
    background: #ffffff;
    border-radius: 55%;
    position: absolute;
    right: -8px;
    top: -8px;
    z-index: 1;
}

    .xzinho-de-deletar:hover {
        font-size: 35px;
        color: #dd0000;
        transition-duration: 150ms;
        right: -12px;
        top: -12px;
    }

.title-filter-dashboard-main {
    color: #fff;
    font-size: 19px;
    font-weight: 500;
}

.minha-card-img {
    max-height: 120px;
    max-width: 120px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.meu-card-estrelas {
    width: 100%;
    float: left;
}

.minha-opinioes {
    float: left;
    text-align: right;
    font-family: "Quicksand", sans-serif;
    color: #fff;
}

    .minha-opinioes > a {
        color: #fff;
        font-size: 15px;
        font-weight: 700;
    }

.card-produtos-concorrentes {
    float: left;
    background: rgba(17, 17, 17, 0.3);
    border-radius: 20px;
    padding: 20px;
    margin: 5px;
}

    .card-produtos-concorrentes:hover {
        background: #202020;
        transition-duration: 250ms;
        cursor: pointer;
    }



.card-produtos-principal {
    float: left;
    background: #545454;
    border-radius: 20px;
    padding: 15px;
    width: 100%;
    margin: 5px;
    height: 285px;
}

.card-produtos-map-comp {
    float: left;
    background: #000;
    border-radius: 20px;
    padding: 15px;
    margin: 5px;
    z-index: 1055;
}

.card-produtos-map-comp-mych-focus {
    float: left;
    background: #37c45d;
    border-radius: 20px;
    padding: 15px;
    margin: 5px;
    position: relative;
}

.card-selected-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #9d9d9d;
    z-index: 1055;
    top: 0%;
    left: 0%;
    opacity: 85%;
    border-radius: 20px;
    text-align: center;
}

.card-produtos-map-comp-compch-focus {
    float: left;
    background: #37c45d;
    border-radius: 20px;
    padding: 15px;
    margin: 5px;
    position:relative;
}

.card-produtos-map-comp:hover {
    background: #202020;
    border-radius: 20px 20px 20px 0px;
    transition-duration: 250ms;
    cursor: pointer;
}

.button-choice-overlay:hover {
    font-size: 80px;
    text-decoration: none;
}

.card-produtos-map-comp:hover .minha-opinioes > a,
.card-produtos-map-comp:hover > h5.meu-card-title,
.card-produtos-map-comp:hover > .classificacao-ranking-produto-card,
.card-produtos-map-comp:hover {
    color: #21f343 !important;
}

.card-produtos-principal:hover {
        background: #202020;
        border-radius: 20px 20px 20px 0px;
        transition-duration: 250ms;
        cursor: pointer;
    }

        .card-produtos-principal:hover .minha-opinioes > a,
        .card-produtos-principal:hover > h5.meu-card-title,
        .card-produtos-principal:hover > .classificacao-ranking-produto-card,
        .card-produtos-principal:hover {
            color: #21f343 !important;
        }


.star-checked {
    color: gold;
}

.star-not-checked {
    color: #fff;
}

.preco-produto-card-main {
    text-align: left;
    color: #fff;
    font-size: 30px;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
}

.div-channel-map-comp {
    height: 600px;
    overflow: auto;
}

.preco-produto-card-map-comp {
    text-align: left;
    color: #fff;
    font-size: 25px;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    margin-bottom: 0px;
}

.desc-produto-card-map-comp {
    text-align: left;
    color: #fff;
    font-size: 15px;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    margin-bottom: 0px;
}

.classificacao-ranking-produto-card {
    font-weight: 700;
    text-align: left;
    height: 60px;
    color: #fff;
    width: 100%;
    margin-top: -10px;
    font-family: "Quicksand", sans-serif;
}

.product-detail-metrics {
    font-weight: 700;
    text-align: left;
    color: #fff;
    width: 100%;
    font-family: "Quicksand", sans-serif;
}

.mini-logo-home {
    width:260px;
}

.home-waves {
    margin-top: -2px;
}

/* SIDEBAR */
.fixed-side-bar {
    width: 60px;
    height: 70px;
    position: fixed;
    right: 0px;
    bottom: 0px;
    background: #21f34355;
    z-index: 12;
    border-radius: 10px 0px 0px 0px;
}

.fixed-side-bar:hover {
    background: #21f343;
    cursor: pointer;
    transition-duration: 250ms;
}


div.side-bar {
    margin-top: 80px;
    margin-left: -100%;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    background: #202020;
    z-index: 4;
}

    div.side-bar > ul {
        width: 100%;
        left: 0px;
        margin-bottom: 20px !important;
        margin-top: -30px;
    }

        div.side-bar > ul > li {
            width: 100%;
            padding: 20px;
            text-align: center;
            font-family: "Quicksand", sans-serif;
            font-weight: 600;
            font-size: 18px;
            background: #202020;
            color: #f3f3f3;
            text-decoration: none;
            list-style: none;
            margin-left: -34px;
            border-bottom: 1px #ffffff33 solid;
            border-radius: 50px 50px 50px 50px;
            text-align: left;
        }

            div.side-bar > ul > li:hover {
                cursor: pointer;
                padding-left: 70px;
                transition-duration: 250ms;
                -webkit-transition: all ease 0.8s;
                -moz-transition: all ease 0.8s;
                transition: all ease 0.8s;
                background: #fff;
                color: #202020;
                border-radius: 50px 50px 50px 50px;
            }

div.fixed-side-bar > ul > li {
    width: 80px;
    text-align: center;
    font-size: 40px;
    margin-top: 48%!important; 
    margin-left: -39px;
    color: #202020;
    text-decoration: none;
    list-style: none;
}

.ativo {
    cursor: pointer;
    padding-left: 70px;
    background: #fff;
    color: #202020;
    border-radius: 50px 0px 0px 50px;
}





/* OWL ANIMATED */
#car-opnioes-infos {
    height: auto;
    width: 100%;
}


/* Feel free to change duration  */
.animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
    z-index: 1
}
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
    z-index: 0
}
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}



/* highcharts */
.highcharts-figure, .highcharts-data-table table {
    min-width: 320px;
    max-width: 900px;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: "Quicksand", sans-serif;
    border-collapse: collapse;
    border: 1px solid #EBEBEB;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #21f343;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}



.place-preto::placeholder {
    color: #757070;
}

@media (max-width: 500px){
    .place-preto::placeholder {
        font-size: 13px!important;
        text-align: left;
    }
    
}


/* TABLE PRODUTOS */
.thead {
    background: #202020;
    height: 40px !important;
    line-height: 40px;
    color: #fff;
}


.aparecido {
    z-index: 1000;
}


a.active {
    background: #c32b28 !important;
    border: none;
}


/* MODAIS */
.modal-deleta-produto {
    background: #424242 !important;
}

.modal-infos-detalhes {
    left: -60%;
    width: 225%;
    background: #424242 !important;
}

@media (max-width: 500px) {
    .modal-infos-detalhes {
        left: 0% !important;
        width: 100% !important;
        background: #424242 !important;
    }
    .highcharts-figure{
        margin-left: -13px;
    }
}
@media (min-width: 900px) {
    .busca-home-celular {
        display: none !important;
    }
    #nome-logo {
        margin-right: 35%;
    }
}

@media (max-width: 899px) {
    .busca-home-desktop {
        display: none !important;
    }
    .home-intro {
        display: table-cell;
        vertical-align: middle;
        padding-top: 85px;
    }
}

.img-car-infos {
    position: relative;
    margin-left: 80px !important;
    margin-bottom: 65px !important;
}

.desc-img-infos {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    margin-top: -15px;
}

.div-desc-img-infos {
    bottom: 0px !important;
    position: absolute;
}

.div-item-home {
    padding-top: 30px;
    padding-right:30px;
    padding-left:30px;
}

    .div-item-home:hover {
        background-color: #48af80;
    }

.botao-inscreva-se-home {
    background-color: #21f343;
    font-weight: 600;
    height: 70px;
    width: 275px;
    font-size: 1.7em;
    color: #fff;
    font-weight: bold;
}

.botao-analise-home {
    background-color: #48af80;
    font-weight: 600;
    height: 50px;
    font-size: 1.2em;
    margin-left: 16px;
    color: #fff;
}

.botao-analise-home-celular {
    background-color: #21f343;
    font-weight: 600;
    height: 50px;
    font-size: 1.2em;
    color: #000;
}

.botao-contato {
    background-color: #21f343;
    font-weight: 600;
    height: 50px;
    font-size: 1.2em;
    color: #fff;
}

.home-sign-button {
    border-radius: 5px;
    display:ruby-text;
    padding-bottom:20px;
    cursor:default;
}

/* green option */
.hover-green {
    background-color: #000;
    color: #fff !important;
    display: block;
    width: 100%;
    height: 45px;
    line-height: 40px;
    font-size: 18px;
    font-family: "Quicksand", sans-serif;
    text-decoration: none;
    color: #202020;
    border: 2px solid #202020;
    border-radius: 5px;
    letter-spacing: 2px;
    text-align: center;
    position: relative;
    transition: all .35s;
}
  
  .hover-green span{
    position: relative;
    z-index: 2;
  }
  
  .hover-green:after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #21f343;
    transition: all .35s;
  }
  
  .hover-green:hover{
    color: #fff;
    text-decoration: none;
  }
  
  .hover-green:hover:after{
    width: 100%;
  }


#ver-senha:hover {
    color: #21f343;
    cursor: help;
    text-decoration: underline;
}

#a-verde {
    color: #21f343;
    cursor: pointer;
    text-decoration: underline;
}

#a-preto {
    color: #101010;
    cursor: pointer;
    text-decoration: underline;
    text-transform:capitalize;
    font-style: normal;
        
}

/* cookie bom */
.teu-cookie-eh-bao {
    position: fixed;
    bottom: 5px;
    z-index: 500;
    margin: 10px 10px 5px 10px;
    text-align: center;
    height: auto;
    width: auto;
    background: #21f343;
    border-radius: 20px 20px 20px 0px;
    border: 1px #fff solid;
    box-shadow: 2px 2px 10px #202020;
}


/* BOLINHA */
.shape {
    background: #000;
    animation: morph 8s ease-in-out infinite;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    height: 300px;
    transition: all 1s ease-in-out;
    width: 300px;
    z-index: 5;
}

    @keyframes morph {
    0% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
        background: #000;
    }
    50% {
        border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
        background: #000;
    }
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
        background: #000;
    }
}

/* CAROUCEL DE PLANOS DE PREÇO */

#btn-voltar-plano
{
  position: absolute;
  width: 80px;
  height: 80px;
  left: 20px;
  z-index: 20;
  background-color: #fff;
  border-radius: 50%;
}

#btn-voltar-plano:hover
{
    cursor: pointer;
    left: 15px;
    transition-duration: 250ms;  
}
#btn-voltar-plano:hover > i
{
    transition-duration: 250ms;
    color: #101010;
}

#btn-proximo-plano
{
    position: absolute;
    right: 20px;
    z-index: 20;
    background-color: #fff;
    border-radius: 50%;
}

#btn-proximo-plano:hover
{
    cursor: pointer;
    right: 15px;
    transition-duration: 250ms;  
}

#btn-proximo-plano:hover > i
{
    transition-duration: 250ms;
    color: #101010;
}

#div-card-planos-titulo
{
    padding: 20px;
    margin: 20px;
}

.card-planos-titulo {
    padding-top: 10px;
    font-size: 40px;
    color: #fff;
    border-radius: 10px 10px 0px 0px;
}

.card-planos{
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 2px 3px 10px #404040;
}
.owl-stage-outer{
    padding-bottom: 40px;
}

.card-planos:hover{
    cursor: grab;
}

.card-planos-preco{
    margin-top: 20px;
    font-size: 70px;
    font-weight: 700;
    color: #21f343;
    padding: 5px;
    margin-right: 15px;
    border: 5px #21f343 dashed;
}

.small-strong{
    font-size: 20px;
    font-weight: 100;
}

.tiny-strong {
    font-size: 15px;
    font-weight: 100;
}

.card-planos-lista > ul{
    text-align: left;
    list-style: none!important;
    line-height:40px;
}

.card-planos-lista > ul > li{
    font-size: 20px;
}


.meli-map-product-container {
    color: #fff !important;
    text-align: center;
}

.meli-map-product-col {
    color: #fff !important;
    background-color: #000;
    margin-bottom: 8px !important;
    border-radius: 10px;
    margin: 8px;
    padding: 16px;
    font-family: "Quicksand", sans-serif;
}

    .meli-map-product-col > h5 {
        color: #fff !important;
        margin-bottom: 10px;
        font-family: "Quicksand", sans-serif;
        font-size: 25px;
    }
.meli-map-bullet-point {
    background-color: #000;
    color: #fff;
    border-radius: 10px;
    padding: 8px;
    font-family: "Quicksand", sans-serif;
}

.dashboard-card-indicator {
    color: #fff;
    border-radius: 10px;
    padding-right: 15px;
    font-family: "Quicksand", sans-serif;
    margin-right: 0px !important;
    font-size: 20px;
    font-weight: 700;
}

.circle-icon {
    color: #fff;
    padding: 5px 12px 4px 12px;
    border-radius: 50%;
    margin: 8px 5px 1px 11px;
    display: inline-table;
    font-size: 15px;
    position: absolute;
}

.delete-x-icon-bullet {
    color: #ff0000;
    font-size: 16px;
    border-radius: 50%;
    background: #fff;
    margin-left: 15px;
}

    .delete-x-icon-bullet:hover {
        font-size: 20px;
        color: #dd0000;
        transition-duration: 150ms;
    }

.scrapper-products {
    font-family: "Quicksand", sans-serif;
    height: 700px;
    overflow-y: auto;
}

.scrapper-logs {
    color: #fff;
    font-family: "Quicksand", sans-serif;
    background-color: #000;
    height: 500px;
    overflow-y: auto;
}

.custom-prop-grid-cell {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-color: #000;
    color: #fff;
    font-family: "Quicksand", sans-serif;
}

.custom-prop-grid-header {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-color: #5c5c5c;
    color: #fff;
    font-family: "Quicksand", sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.button-add-product-prop {
    background-color: #48af80;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    font-family: "Quicksand", sans-serif;
    padding: 0px 0px 0px 0px;
    padding-bottom: 2px;
    height: 35px;
    width: 35px;
    border-radius: 0px 0.3em 0.3em 0px;
}

.checkbox-boavenda {
    width: 20px;
    height: 20px;
    accent-color: #000;
}

.progress-bar-outside {
    width: 100%;
    height: 25px;
    background: #505050;
    position: relative;
}

.match-product-banner {
    text-align: center;
    background: #e1e1e1;
    border: solid 4px;
    border-radius: 7px;
    border-color: #28a745;
    padding: 5px;
    margin-right: 17px;
    margin-bottom: 17px;
}

.your-product-details-row {
    font-family: "Quicksand", sans-serif;
    color: #fff;
    align-items: center;
}

.your-product-details-header {
    font-family: "Quicksand", sans-serif;
    color: #fff;
}

.product-details-title-card {
    font-family: "Quicksand", sans-serif;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
}

    .product-details-title-card:hover {
        color: #fff;
    }

.product-details-currency-card {
    font-family: "Quicksand", sans-serif;
    color: #fff;
    font-weight: 500;
    font-size: 30px;
}

.product-details-title {
    font-family: "Quicksand", sans-serif;
    color: #fff;
    font-weight: 500;
}

.product-details-cell {
    border: 1px solid;
    border-color: #28a745;
    height: 77px;
    align-items: center;
    display: flex;
    padding-left: 5px;
    padding-right: 5px;
}

.product-details-header-cell {
    border: 1px solid;
    border-color: #28a745;
    background-color: #007b1c;
    padding-left:5px;
    padding-right:5px;
}


.product-similar-card-text {
    color: #fff;
    font-family: "Quicksand", sans-serif;
}

    .product-similar-card-text:hover {
        color: #fff;
    }

.owl-prev svg {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 20%;
    left: 0%;
    margin-left: -20px;
    display: block !important;
    border: 0px solid black;
    border-radius: 25px !important;
    background-color: #fff !important;
    color: #007b1c !important;
    opacity: 0.7;
}

.owl-next svg {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 20%;
    right: 0px;
    display: block !important;
    border: 0px solid black;
    border-radius: 25px !important;
    background-color: #fff !important;
    color: #007b1c !important;
    opacity: 0.7;
}

.card-ad-paused {
    background-color: #5d1f1d !important;
    opacity: 40%;
}

.card-ad-paused-message {
    position: absolute;
    font-size: 45px;
    top: 40%;
    left: 0;
    width: 100%;
    color: white;
    text-align: center;
    z-index: 1000;
    font-family: "Quicksand", sans-serif;
}

.btn-delete-product {
    font-family: "Quicksand", sans-serif;
}

@media (min-width: 600px) and (max-width: 1700px) {
    .owl-next svg:hover {
        opacity: 1;
    }

    .owl-prev svg:hover {
        opacity: 1;
    }
}

    .product-delete-icon {
        color: #fff;
    }

        .product-delete-icon:hover {
            color: red;
        }

    .card-score-bar {
        height: 10px;
        width: 40px;
        margin-right: 5px;
    }

.card-score-description {
    font-family: "Quicksand", sans-serif;
    color: #fff;
    font-size: 12px;
}

    .card-score-img {
        width: 30px;
    }

    .card-score-img-details {
        width: 23px;
    }

    .card-score-arrow {
        width: 23px;
    }

.card-score-text {
    font-family: "Quicksand", sans-serif;
    color: #fff;
    font-size: 20px;
}

.card-score-text-details {
    font-family: "Quicksand", sans-serif;
    color: #fff;
    font-size: 13px;
}

    .card-list-inline {
        padding-top: 13px;
    }

.btn-add-product {
    background: #48af80;
    color: #fff;
    font-family: "Quicksand", sans-serif;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
}

.btn-delete {
    background: #af4848;
    color: #fff;
    font-family: "Quicksand", sans-serif;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
}

.card-product-indicator-text {
    font-family: "Quicksand", sans-serif;
    color: #fff;
    font-size: 17px;
}

    .score-bar-lvl1 {
        background-color: #f12523 !important;
        height: 14px !important;
    }

    .score-bar-lvl2 {
        background-color: #fd670b !important;
        height: 14px !important;
    }

    .score-bar-lvl3 {
        background-color: #fcce02 !important;
        height: 14px !important;
    }

    .score-bar-lvl4 {
        background-color: #bbff1f !important;
        height: 14px !important;
    }

    .score-bar-lvl5 {
        background-color: #429a4d !important;
        height: 14px !important;
    }

.form-label-register {
    color: #000;
    font-weight: 500;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
}

    .home-main-sub-title {
        color: #fff;
    }

    .home-features-title {
        margin-bottom: 100px;
    }

    .home-plans-title {
        margin-top: -100px;
        margin-bottom: 20px;
        color: #21f343;
    }

    @media only screen and (max-width: 600px) {
        .home-main-sub-title {
            color: #fff;
            font-size:15px;
        }
        .mini-logo-home {
            width: 150px;
        }
        .home-title {
            font-size:20px;
            margin-top:30px;
        }
        .home-features-title {
            font-size:30px;
            margin-bottom:0px;
        }
        .home-plans-title {
            font-size: 30px;
            margin-bottom: 0px;
            padding:20px;
            margin-bottom:20px;
        }
        .dashboard-card-indicator-review {
            font-size: 14px !important;
        }

        .minha-card-img {
            max-height: 80px;
            max-width: 80px;
        }

        .meu-card-title {
            font-size: 20px;
            margin-left: 25px;
        }

        .card-score-bar {
            width: 25px;
        }

        .card-score-description {
            font-size: 10px;
        }

        .card-produtos-principal {
            width: 100%;
            height: 370px;
        }

        .btn-add-product {
            margin-top: 50px;
        }

        .card-product-indicator-text {
            font-size: 15px;
            margin-top: 30px;
        }

        .dashboard-card-indicator {
            width: 48%;
            padding-bottom: 10px;
            padding-right: 0px;
        }

        .card-score-description {
            display: none;
        }

        .card-produtos-principal {
            height: 340px;
        }
    }

    @media only screen and (min-width: 300px) and (max-width: 450px) {
        .card-score-arrow {
            width: 17px;
        }

        .card-score-text {
            font-size: 17px;
        }

        .card-score-img {
            width: 30px;
        }

        .card-score-bar {
            width: 20px;
        }
    }

    @media (min-width: 600px) and (max-width: 1700px) {
        .card-produtos-principal {
            height: 340px;
        }

        .dashboard-card-indicator {
            width: 48%;
            padding-bottom: 10px;
        }

        .card-score-bar {
            width: 31px;
        }

        .meu-card-title {
            font-size: 22px;
        }

        .card-score-description {
            font-size: 9px;
        }
    }