.box-trivia {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin-top: 20px;
    gap: 15px;
}

.box-send img,.box-trivia img {
    width: 100%;
    overflow: hidden;
}

.overlay-trivia-logo {
    position: absolute;
    background: #232323;
    z-index: 500;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.TRIVIA_LOGO {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    display: flex;
}

.box-send {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    width: calc(50% - 15px);
    border: solid 1px #6b6b6b;
    padding-bottom: 15px;
    border-radius: 15px;
    background: #fff;
    margin: 10px auto;
    overflow: hidden;
    position: relative;
}

.box-trivia>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(50% - 15px);
    border: solid 1px #2b2b2b;
    padding-bottom: 15px;
    border-radius: 15px;
    background: #fff;
    overflow: hidden;
}

.box-choice strong, .box-send strong {
    margin: 10px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
}

.box-white {
    background: #1b1b1b;
}

.box-black,.box-dark {
    background: #ffffff;
}

.box-free {
    background: #ffffff;
}

.box-white, .box-black, .box-free, .box-null,.box-nologo,.box-dark {
    padding: 10px;
position: relative;width: 100%;height: auto;aspect-ratio: 1/1;}




.resultados-autocomplete {
    /* background: #fff; */
    padding: 0;
    overflow: hidden;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 0 0 14px 14px;
    overflow: hidden;
    margin: 10px 0;
    padding: 0;
    flex: 1;
    /* position: absolute; */
    /* margin-top: 10px; */
    top: 100%;
    /* width: 100%; */
    /* box-shadow: 1px 1px 18px 2px #636262; */
    /* margin-bottom: 10px; */
    display: flex;
    margin-top: -6px;
    z-index: 3;
    display: none;
}

.focused-search-produtos .resultados-autocomplete {
    /* display: flex; */
}

.results-search-produtos .resultados-autocomplete {
    display: none;
}

.focused-search-produtos .resultados-autocomplete {
    /* display: flex; */
}

.focused-search-produtos .resultados-autocomplete.resultados-autocomplete-1 {
    display: flex;
}

.results-search-produtos .resultados-autocomplete.resultados-autocomplete-0 {
    /* position: absolute; */
    /* left: 0; */
    /* top: 100%; */
    display: none;
}
.sug-complete, .sug-dica{
    display:none;
}

.resultados-autocomplete-0 .sug-complete{
    display:none !important;
}

.focused-search-produtos .resultados-autocomplete-1 .sug-complete{
    display:flex !important;
}

.focused-search-produtos .resultados-autocomplete-0 .sug-dica{
    /* display:flex !important; */
}

.resultados-autocomplete-1 .sug-dica{
    display:none !important;
}

.resultados-autocomplete-0 .resultados-no-results{
    display:flex !important;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 10px;
    font-size: 13px;
    color: #939393;
    background: #fff;
}


.resultados-autocomplete-1 .resultados-no-results{
    display:none !important;
    background: #fff;
}

.resultados-autocomplete .close {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.resultados-autocomplete strong {
    white-space: nowrap;
    color: #444;
    cursor: default;
    text-transform: uppercase;
    text-decoration: none;
    box-sizing: inherit;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    font: inherit;
    padding-bottom: inherit;
    font-weight: 700;
    padding: 10px;
    /* border-bottom: 1px solid #c7c7c7; */
    max-width: 150px;
}

.resultados-autocomplete .item {
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    /* padding: 0px 15px; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* gap: 5px; */
}

.suggest-text {
    max-width: calc(100% - 30px  );
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex: 1;
    gap: 5px;
    padding: 0  0 0 5px;
}

.suggest-text.suggest-text-revert {
    max-width: calc(100% - 30px );
}

.resultados-autocomplete .item .suggest-text .text {
    flex: 1;
    max-width: calc(100% - 30px);
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: rtl;
    text-align: end;
    margin-right: auto;
    flex: 1;
}

.resultados-autocomplete .item .icon-auto {
    /* width: 40px; */
    /* padding: 0 10px; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
}

.icon-auto.icon-add-item {
    display: none;
}

.icon-auto.icon-replace-item {
    margin-left: auto;
    flex: 1;
}

.icon-auto:hover,.suggest-text:hover {
    /* background: #dbd8d8; */
}

.icon-auto ,.icon-label-sug{
    /* width: 40px; */
    height: 30px;
    min-width: 30px;
    /* min-height: 40px; */
    max-width: 30px;
    /* max-height: 40px; */
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.icon-auto.icon-revert-item {
    height: 30px;
    min-width: 90px;
    max-width: 90px;
}

.icon-auto.icon-replace-item {
}
.icon-auto svg {
    width: 15px;
    height: 15px;
    /* min-width: 40px; */
    /* min-height: 40px; */
    /* max-width: 40px; */
    /* max-height: 40px; */
}

.resultados-autocomplete .item:hover {
    background: #ececec;
}