.frame-content {
    max-width: 100%;
    margin-bottom: 3rem;
}

.grid-marker {
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #f9fafd;
    text-align: center;
    padding: 9px;
    border-radius: 18px;
    transition: background-color 0.2s ease;
    user-select: none;
    height: 75px;
    width: 75px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    opacity: .39;
    position: relative;
}

.grid-marker-fav {
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #f9fafd;
    text-align: center;
    padding: 9px;
    border-radius: 18px;
    transition: background-color 0.2s ease;
    user-select: none;
    height: 75px;
    width: 75px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    opacity: 1;
    position: relative;
}

.grid-marker-wish {
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #f9fafd;
    text-align: center;
    padding: 9px;
    border-radius: 18px;
    transition: background-color 0.2s ease;
    user-select: none;
    height: 75px;
    width: 75px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    opacity: .39;
    position: relative;
}

.grid-marker.selecionado {
    background-color: #fff !important;
    color: inherit;
    opacity: 1;
    border: 1px solid #f5f5f8;
}

.grid-marker-wish.selecionadoWish {
    background: #EEAECA;
    background: linear-gradient(80deg, rgba(238, 174, 202, 1) 0%, rgba(190, 181, 219, 1) 53%, rgba(148, 187, 233, 1) 100%);
    color: inherit;
    opacity: 1;
    border: 1px solid #f5f5f8;
}

.marker-link {
    font-weight: 500;
    color: #1b1b1b;
    text-decoration: none;
}

.grid-marker-prev {
    cursor: default;
    background-color: transparent;
    border: 1px solid #f9fafd;
    text-align: center;
    padding: 9px;
    border-radius: 18px;
    transition: background-color 0.2s ease;
    user-select: none;
    height: 75px;
    width: 75px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    opacity: .7;
    position: relative;
}

.grid-marker-small {
    height: 75px;
    width: 75px;
    opacity: .82;
}

.grid-marker-prev.selecionado-prev {
    background-color: #f9fafd !important;
    color: inherit;
    opacity: 1;
    border: none
}

.marker {
    background-color: #fff;
    border-radius: 15px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    line-height: 10px;
}

.marker-3d {
    border-style: groove;
    border-width: 5px;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.29);
    padding: 4px;
}

.marker-circle {
    border-radius: 30px;
    border-width: 3px !important;
}

.marker-circle .marker-name {
    font-size: 8px !important;
}

.marker-circle .marker-code {
    font-weight: 600;
}

.marker span {
    line-height: normal;
    font-size: 14px;
    font-weight: 500;
    display: block;
}

.marker-name {
    font-size: 10px !important;
}

#listMarkers {
    height: 60vh;
    overflow-y: auto;
}

.count-marker {
    font-family: 'Avenir', sans-serif;
    font-size: 14px;
    padding: 0 10px;
}

.items-preview {
    max-width: 350px;
    justify-self: center;
    background-color: #f9fafd;
    margin-bottom: 25px;
    border-radius: 14px;
    padding: 5px;
    margin-bottom: 20px;
}

.ico-checkOk {
    opacity: .9;
    position: absolute;
    font-size: 16px;
    bottom: 3px;
    right: 6px;
    color: #40d8ad;
    /* border: 1px solid #fff; */
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.ico-checkInfo {
    position: absolute;
    font-size: 16px;
    top: 3px;
    left: 8px;
    color: #8899A6;
    cursor: context-menu;
    /* border: 1px solid #fff; */
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.ico-checkFav {
    position: absolute;
    font-size: 16px;
    top: 1px;
    right: 8px;
    color: #fe6f73;
    /* border: 1px solid #fff; */
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.ico-checkWish {
    position: absolute;
    font-size: 14px;
    top: 1px;
    right: 8px;
    color: #00ced1;
    /* border: 1px solid #fff; */
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.subhome {
    font-family: "Plus Jakarta Sans", serif;
    font-size: 16px;
    font-weight: 500;
    color: #925bcf;
}

.label-color {
    border: 2px solid #d7d7d7 !important;
    border-radius: 10px !important; 
    height: 32px;
    width: 32px;
    padding: 4px;
    margin: 6px;
}

.label-color-all {
    border: 1px solid #d7d7d7;
    margin: 6px;
    height: 36px;
    border-radius: 8px !important;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1b1b1b;
    padding: 0 7px;
}

.btn-check:checked+.btn {
    border: 1px solid #1b1b1b;
    background-color: #1b1b1b;
    color: #f5f5f8;
}

.btn-color:checked+.btn {
    border: 2px solid #1b1b1b !important;
}

#exp-menu {
    overflow-x: auto;
}

#exp-menu .btn-group {
    display: flex;
    width: 100%;
    white-space: nowrap;
    gap: 2px;
}

#exp-menu .btn-group::-webkit-scrollbar {
    height: 8px; /* Altura da barra de rolagem */
}

#exp-menu .btn-group .label-color {
    flex-shrink: 0; /* Impede que os botões diminuam */
    cursor: pointer;
}

/** Offcanva Color */
.offcanvas {
    height: auto !important;
}

.frame-content-2 {
    max-width: 640px;
    margin-bottom: 3rem;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0px auto;
}

.offcanvasInfo .frame-content-2 {
    max-width: 440px;
}

.box-form-marker {
    border-radius: 14px;
    background-color: transparent;
    padding: 20px;
    margin: 5px;
    border: 1px solid #f5f6fc;
}

.info-marker-title {
    font-family: 'Avenir', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #8899A6;
    margin-bottom: 4px;
    display: block;
    letter-spacing: normal;
}

.info-marker {
    font-family: 'Avenir', sans-serif;
    font-size: 15px;
    font-weight: 500;
    width: auto;
    background-color: #f5f6fc;
    padding: 4px 8px;
    border-radius: 8px;
    display: block;
    color: #1b1b1b;
}

.title-form {
    font-family: "Plus Jakarta Sans", serif;
    font-weight: 600;
    color: #1b1b1b;
    font-size: 13px;
}

.box-color {
    width: 100%;
    height: 150px;
    border-radius: 20px;
}

    /** Macbook */
    @media screen and (max-height: 706px) {
        #listMarkers {
            height: 50vh;
        }

        .ico-checkWish {
            font-size: 12px;
        }
    }

    /** Mobile */
    @media only screen and (max-width: 768px) {
        .marker-name {
            font-size: 8px !important;
        }
    }