.modal-wrapper {
    display: flex;
    /* width: 100vw; */
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    z-index: 99999999;
}

.modal-shadow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.6)
}

.active-shadow {
    display: block;
}

.right-modal {
    margin: 1rem;
    display: flex;
    flex-direction: column;
    z-index: 99999999999999;
    position: fixed;
    left: 0;
    bottom: 5rem;
}

.rightModal-items {
    width: 14rem;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    background-color: white;
    padding: 0.5rem;
    border-radius: 0.6rem;
    text-decoration: right;
    margin-bottom: -1rem;
   /* height: 22rem;*/
}

.rightModal-items__item {
    margin-top: 0.5rem;
    padding: 0.5rem;
    padding: 0.5rem;
    background-color: white;
    display: flex;
    flex-direction: row;
    border: 1px solid #009688;
    border-radius: 2rem;
    font-size: 1.2rem;
    font-weight: 400;
    justify-content: space-between;
    cursor: pointer;
    transition: all 0.6s ease;
    /* margin-top: 8rem; */
}

    .rightModal-items__item:hover {
        background-color: #009688;
        color: white !important;
    }

        .rightModal-items__item:hover .rightModal-items__item-link {
            color: white;
        }

.rightModal-items__item-link {
    color: #009688;
    font-size: 0.7rem;
    margin-left: 0.6rem;
    font-weight: bold;
}

.Modal-open__btn {
    background-color: #009688;
    color: white;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    width: max-content;
    margin: auto;
    padding: 0.5rem;
    border: 1px solid white;
    cursor: pointer;
    border-radius: 2.8rem;
    position: fixed;
    margin-bottom: -1rem;
    box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 14%);
}

.right-btn {
    position: fixed;
    bottom: 3.5rem;
    left: 4rem;
    width: 10rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.Modal-open__btn-icon {
    color: rgb(235, 92, 240);
    margin-right: 1rem;
    width:10px;
}

.Modal-open__btn-left {
    background-color: #218838;
    position: fixed;
    bottom: 3.5rem;
    right: 4rem;
    width: 10rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.left-modal {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: end;
}

.content-wrapper2 {
    display: none;
    align-items: center;
    flex-direction: column;
    background-color: white;
    border-radius: 0.6rem;
    padding: 0.5rem;
    margin-bottom: 9rem;
    position: fixed;
    bottom: -4rem;
    right: 1rem;
    height: 24rem;
    width: 15rem;
}

.box {
    display: flex;
    border: 1px solid gray;
    border-radius: 1000px;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    width: 13rem;
    margin-right: 0;
    font-size: 1.3rem;
    transition: all 0.6s ease;
    padding: 0.5rem;
}

.Modal-title__container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Modal-title__container-text {
    font-size: 0.9rem;
}

.instagram-id {
    display: flex;
    color: #e91e63;
    height: 20px;
}

.instagram-id__text {
    font-size: 0.8rem;
}

.seggestions {
    color: #6c757d;
    border: 1px solid #6c757d;
}

    .seggestions:hover {
        background-color: #6c757d;
        color: #ffffff;
    }

.seggestion-text {
    font-size: 0.9rem;
}

.cel-phone {
    color: #007bff;
    border: 1px solid #007bff !important;
}

    .cel-phone:hover {
        color: white;
        background-color: #007bff;
    }

.whatsApp {
    color: #218838;
    border: 1px solid #218838;
}

    .whatsApp:hover {
        background-color: #218838;
        color: white;
    }

.onlineChat {
    color: aqua;
    border: 1px solid aqua;
}

    .onlineChat:hover {
        background-color: #009688;
        color: white;
    }

.content-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem 0.5rem;
}

.text {
    /* margin-right: 2rem; */
    margin: auto 1rem;
    font-size: 0.8rem;
    white-space: nowrap;
}

.active-right-modal {
    display: flex;
}
@media screen and (max-width:470px) {
    .Modal-open__btn-left {
        right: 1rem;
    }

    .right-btn {
        left: 1rem;
    }
}