﻿html, body {
    height: 100% !important;
    width: 100% !important;
    overflow-x: hidden !important;
    margin: 0px !important;
    padding: 0px !important;
}

    body > .skiptranslate {
        display: none;
    }


    body.modal-open {
        overflow-y: hidden;
    }

.imHidden {
    display: none;
}

.btn-time66 {
    color: #fff !important;
    background-color: #FF8000;
}

    .btn-time66:hover {
        color: #fff !important;
        background-color: #d45b0c;
    }

.btn-anunciar {
    color: #000 !important;
    background-color: #ebc707;
}

    .btn-anunciar:hover {
        color: #000 !important;
        background-color: #a18804;
    }



#circleButton {
    display: flex;
    width: 42px;
    height: 42px;
    cursor: pointer;
}

/*#circleButtonVendedor {*/
  /*  display: flex;*/
    /*width: 92px;
    height: 92px;
    cursor: pointer;
}*/

.gradient-border img {
    cursor: pointer;
    width: 100% !important;
}


.gradient-border {
    --borderWidth: 2px;
    background: #000;
    position: relative;
    border-radius: 50%;
    padding: 2px;
}

    .gradient-border:after {
        content: '';
        position: absolute;
        top: calc(-1 * var(--borderWidth));
        left: calc(-1 * var(--borderWidth));
        height: calc(100% + var(--borderWidth) * 2);
        width: calc(100% + var(--borderWidth) * 2);
        /*            background-image: linear-gradient(white, gold), linear-gradient(#e57400, purple);*/
        /*background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);*/
        background: linear-gradient(60deg, #541980, #be1013, #d23008, #e45323, #ee771c, #f6960e, #ffcd06, #f6d729);
        border-radius: 50%;
        z-index: -1;
        animation: animatedgradient 3s ease alternate infinite;
        background-size: 300% 300%;
    }


@keyframes animatedgradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}





.outer-circle {
    /*background-image: linear-gradient(white, gold), linear-gradient(#e57400, purple);*/
    background-image: linear-gradient(white, #fdae7e), linear-gradient(#0a10f5, #c3621a);
    background-origin: border-box;
    background-clip: content-box, border-box;
    border-style: solid;
    border-color: transparent;
    border-radius: 50%;
    border-width: 1px;
    animation: rotateCircle 2s linear infinite;
    padding: 0.15rem;
    display: table;
    width: 96px;
    height: 96px;
    overflow: hidden !important;
    cursor: pointer
}


.inner-circle {
    width: 96px !important;
    height: 96px !important;
    animation: rotateCircle 2s linear infinite reverse;
    display: table;
    max-width: none !important;
    vertical-align: unset !important;
    object-fit: cover !important;
    border-radius: 50%;
    border-style: solid;
    border-width: 3px;
    border-color: white; 
}

@keyframes rotateCircle {
    0% {
        transform: rotate(0);
    }

    25% {
        transform: rotate(90deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(270deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.circle {
    border-radius: 50% !important;
    width: 42px !important;
    height: 42px !important;
    overflow: hidden;
    position: relative !important;
}

    .circle img {
        position: absolute;
        bottom: 0;
        width: 100%;
    }



.circleConta {
    border-radius: 50%;
    width: 250px;
    height: 250px;
    overflow: hidden;
    position: relative;
}

    .circleConta img {
        position: absolute;
        bottom: 0;
        width: 100%;
    }



.no-bootstrap-img {
   
}


.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination-ys table > tbody > tr > td {
        display: inline !important; border-top-left-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td > a:hover,
        .pagination-ys table > tbody > tr > td > span:hover,
        .pagination-ys table > tbody > tr > td > a:focus,
        .pagination-ys table > tbody > tr > td > span:focus {
            color: #97310e;
            background-color: #eeeeee;
            border-color: #dddddd;
        }



#left {
    opacity: 0.6; /* css standard */
}

    #left:hover {
        opacity: 1; /* css standard */
    }

/* Estilo Autocompletar */
ul.ui-autocomplete.ui-menu .ui-menu-item {
    font-size: 12px !important;
}

    ul.ui-autocomplete.ui-menu .ui-menu-item:hover {
        color: black !important;
        font-weight: bold !important;
        background-color: #f5f5f5 !important;
        cursor: pointer !important;
        border: hidden !important;
    }

ul.ui-autocomplete.ui-menu li:first-child {
    font-weight: bold;
    color: orangered;
}

.ui-autocomplete {
    position: absolute;
    left: 0;
    top: -20px;
    z-index: 555555;
    display: none;
    float: left;
    padding: 5px 0;
    margin-right: 18px;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
    color: black !important;
    font-weight: bold !important;
    background-color: #f5f5f5 !important;
    cursor: pointer !important;
    border: hidden !important;
    color: black;
    font-weight: bold;
}

.rate {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px
}

.rating {
    display: flex;
    flex-direction: row-reverse !important;
    justify-content: left
}

    .rating > input {
        display: none
    }

    .rating > label {
        position: relative;
        width: 1em;
        font-size: 30px;
        font-weight: 300;
        color: #FFD600;
        cursor: pointer
    }

        .rating > label::before {
            content: "\2605";
            position: absolute;
            opacity: 0
        }

        .rating > label:hover:before,
        .rating > label:hover ~ label:before {
            opacity: 1 !important
        }

    .rating > input:checked ~ label:before {
        opacity: 1
    }

    .rating:hover > input:checked ~ label:before {
        opacity: 0.4
    }

.fontPatek {
    font-family: "Computer Modern", sans-serif;
}

@font-face {
    font-display: swap;
    font-family: "Computer Modern";
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'Italianno';
    font-style: normal;
    font-weight: 400;
}

input[type="radio"] {
    margin-right: 10px;
}

.filter-orange {
    filter: invert(45%) sepia(94%) saturate(811%) hue-rotate(0deg) brightness(93%) contrast(102%);
}

.filter-orange {
    filter: invert(45%) sepia(94%) saturate(811%) hue-rotate(0deg) brightness(93%) contrast(102%);
}

#left {
    opacity: 0.6; /* css standard */
}

    #left:hover {
        opacity: 1; /* css standard */
    }

.a .active {
    cursor: pointer;
}

.hide {
    display: none
}

.like-outer {
    float: left;
}

.like-area {
    float: left;
}

    .like-area .like {
        cursor: pointer;
        color: #a4a0a0;
    }

    .like-area .dislike {
        cursor: pointer;
        color: #a4a0a0;
    }

.like-active .like {
    cursor: pointer;
    color: #233ff8;
    font-size: 1.5em !important;
}

.like-active .dislike {
    cursor: pointer;
    color: #da0f0f;
    font-size: 1.5em !important;
}

.ratings {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    color: #b1b1b1;
    overflow: hidden;
}

.full-stars {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #fde16d;
}

    .empty-stars:before,
    .full-stars:before {
        content: "\2605\2605\2605\2605\2605";
        font-size: 14pt;
    }

.empty-stars:before {
    -webkit-text-stroke: 1px #848484;
}

.full-stars:before {
    -webkit-text-stroke: 1px #ECBE24;
}

/* Webkit-text-stroke is not supported on firefox or IE */
/* Firefox */
@-moz-document url-prefix() {
    .full-stars {
        color: #ECBE24;
    }
}
/* IE */
.full-stars {
    color: #ECBE24;
}


html.swal2-shown, body.swal2-shown {
    overflow-x: hidden !important;
    height: 100% !important;
}

html.swal2-hide, body.swal2-hide {
    overflow-x: hidden !important;
    /*height: auto;*/
}

.swal2-confirm:focus {
    box-shadow: none !important;
}

.swal2-cancel:focus {
    box-shadow: none !important;
}

.swal2-container {
    z-index: 9999999 !important;
}

.overlay {
    z-index: 999999 !important;
    position: fixed !important;
    width: 100%;
    height: 100%;
    background: rgba( 255, 255, 255, 0.35 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 5px );
    -webkit-backdrop-filter: blur( 5px );
}

.load {
    position: fixed;
    z-index: 99999999;
    top: 50%;
    left: 50%;
    width: 70px;
    height: auto;
    margin: -80px 0 0 -40px;
    animation: spin 6s infinite;
    -webkit-animation: spin 6s infinite;

}

@-webkit-keyframes spin {
    10%,100% {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0%,8% {
        transform: rotate(30deg);
    }

    8%,16% {
        transform: rotate(60deg);
    }

    16%,24% {
        transform: rotate(90deg);
    }

    24%,32% {
        transform: rotate(120deg);
    }

    32%,40% {
        transform: rotate(150deg);
    }

    40%,48% {
        transform: rotate(180deg);
    }

    48%,56% {
        transform: rotate(210deg);
    }

    56%,64% {
        transform: rotate(240deg);
    }

    64%,72% {
        transform: rotate(270deg);
    }

    72%,80% {
        transform: rotate(300deg);
    }

    80%,88% {
        transform: rotate(330deg);
    }

    88%,94% {
        transform: rotate(360deg);
    }

    94%,100% {
        transform: rotate(0deg);
    }
}


#google_translate_element {
    width: 300px;
    float: right;
    text-align: right;
    display: block
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

body {
    top: 0px !important;
}

#goog-gt-tt {
    display: none !important;
    top: 0px !important;
}

.goog-tooltip skiptranslate {
    display: none !important;
    top: 0px !important;
}

.activity-root {
    display: hide !important;
}

.status-message {
    display: hide !important;
}

.started-activity-container {
    display: hide !important;
}

.btnMoeda {
    width: 100% !important;
    /*width: -moz-available !important;*/ /* WebKit-based browsers will ignore this. */
    /*width: -webkit-fill-available !important;*/ /* Mozilla-based browsers will ignore this. */
    /*width: fill-available !important;*/
    text-overflow: ellipsis !important;
    background-color: rgba(0, 0, 0, 0.65) !important;
}

.menuMoedas {
    width: 100% !important;
    /*width: -moz-available !important;*/ /* WebKit-based browsers will ignore this. */
    /*width: -webkit-fill-available !important;*/ /* Mozilla-based browsers will ignore this. */
    /*width: fill-available !important;*/
}


.disabilitarItemMenu {
    cursor: not-allowed;
    opacity: 0.5;
    color: gray !important;
}

    .disabilitarItemMenu > a {
        color: gray !important;
        display: inline-block; /* For IE11/ MS Edge bug */
        pointer-events: none;
        text-decoration: none;
    }

.titulo-SubPaginas {
    display: block;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: .25rem;
    border-bottom: 1px solid #e7e7e7;
    font-size: 1.125rem !important;
    font-weight: 600;
    color: #4c4b4b !important;
    margin-top: 40px;
}

    .titulo-SubPaginas:after {
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 15rem !important;
        height: 2px;
        background-color: #FF8000 !important;
        content: ''
    }


.titulo-SubPaginasDark {
    display: block;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: .25rem;
    border-bottom: 1px solid #e7e7e7;
    font-size: 1.125rem !important;
    font-weight: 600;
    color: #4c4b4b !important;
    margin-top: 40px;
}

    .titulo-SubPaginasDark:after {
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 15rem !important;
        height: 2px;
        background-color: lightgray !important;
        content: ''
    }

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #bb671b !important;
    background-color: transparent !important;
    border-color: #FF8000 !important;
}


.bContainerImagemBusca {
    height: 80px;
    max-height: 80px;
    display: flex;
}

    .bContainerImagemBusca img {
        border-radius: 10px 10px 10px 10px !important;
        cursor: pointer;
        aspect-ratio: 16 / 9 !important;
        width: 100% !important;
        object-fit: cover !important;
    }


.bContainerImagemMaisVisualizados {
    height: 80px;
    max-height: 80px;
    display: flex;
    margin-right: 5px
}

    .bContainerImagemMaisVisualizados img {
        /*border-radius: 10px 10px 10px 10px !important;*/
        cursor: pointer;
        aspect-ratio: 16 / 9 !important;
        width: 90px !important;
        object-fit: cover !important;
    }

.bContainerImagemArtigoHome {
    height: 300px;
    max-height: 300px;
    display: inline-table !important;
}

    .bContainerImagemArtigoHome img {
        /*border-radius: 10px 10px 10px 10px !important;*/
        cursor: pointer;
        aspect-ratio: 16 / 9 !important;
        width: 100% !important;
        object-fit: cover !important;
    }


.bContainerImagemVocePodeGostar {
    height: 140px;
    max-height: 140px;
    display: flex;
}

    .bContainerImagemVocePodeGostar img {
        /*border-radius: 10px 10px 10px 10px !important;*/
        cursor: pointer;
        aspect-ratio: 16 / 9 !important;
        width: 100% !important;
        object-fit: cover !important;
    }


    @media only screen and (max-width: 640px) {
        .bContainerImagemTimeline {
            height: 120px;
            max-height: 120px;
            margin-bottom: 5px;
        }

            .bContainerImagemTimeline img {
                /*border-radius: 10px 10px 10px 10px !important;*/
                cursor: pointer;
                aspect-ratio: 16 / 9 !important;
                width: 150px !important;
                object-fit: cover !important;
                margin-right: 15px !important;
                float: left !important;
            }
    }

    @media only screen and (min-width: 640px) {
        .bContainerImagemTimeline {
            height: 256px;
            max-height: 256px;
            margin-bottom: 5px;
        }

            .bContainerImagemTimeline img {
                /*border-radius: 10px 10px 10px 10px !important;*/
                cursor: pointer;
                aspect-ratio: 16 / 9 !important;
                width: 256px !important;
                object-fit: cover !important;
                margin-right: 15px !important;
                float: left !important;
            }
    }


    .bContainerImagemNotificacao {
        border-radius: 50% !important;
        display: flex !important;
        height: 42px !important;
        width: 42px !important;
        position: relative !important;
        margin-right: 10px;
    }

        .bContainerImagemNotificacao img {
            cursor: pointer !important;
            aspect-ratio: 16 / 9 !important;
            width: 100% !important;
            object-fit: cover !important;
        }


    .divPaiDividido {
        display: flex; /* Ativa o flexbox */
    }

    .divFilhoDivididoEsquerdo {
        flex: 1; /* Divide o espaço igualmente com o irmão */
        /* ou */
        /* width: 50%; */
    }

    .divFilhoDivididoDireito {
        flex: 1;
        /* ou */
        /* width: 50%; */
    }




@media only screen and (max-width: 640px) {
    .AlinhaVerticalMenuDesk {
        top: -15px !important;
    }
}

/* Estilo para o dropdown do LangSwitcher */
.navbar-item.dropdown {
    position: relative;
}

    .navbar-item.dropdown .dropdown-menu {
        position: absolute !important;
        top: 100%;
        left: auto !important;
        right: 0 !important;
        margin-top: 0.125rem;
        min-width: 200px;
        z-index: 1050;
    }

.navbar-collapse {
    overflow: visible !important;
}