/* Carousel rules */
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.whatsapp-icon {
    font-size: 24px;
    color: #6c757d;
}

.template-icon {
    font-size: 15px;
    color: #00a884;
}

.template-icon:hover {
    color: #25d366 !important;
}

.pdf-icon {
    font-size: 20px;
    color: #6c757d;
}

.bg-attachment {
    background-color: #d7d7d785;
    min-width: 220px;
}

.hover-icon:hover {
    color: rgb(0 123 255) !important;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-indicators [data-bs-target] {
    background-color: black !important;
}

.carousel-control-next,
.carousel-control-prev {
    width: 5% !important;
}


.button__pageEmail__lightspeedEmail {
    background-color: #004f8d;
    color: #fff;
    border-color: #545b62 !important;
    border-radius: 50px;
    width: 165px;
}

.s_between {
    display: flex;
    justify-content: space-between;
}

.s_between_legenda {
    display: flex;
    justify-content: space-between;
}

.active-button {
    color: white;
    background-color: #06c;
    font-weight: bold;
    border: none;
    border-radius: 9999px;
}

/* INACTIVE: light background, neutral text */
.inactive-button {
    background-color: #f1f5f9; /* similar to Tailwind's default-100 */
    color: #1f2937; /* neutral-800 */
    border: none;
    border-radius: 9999px;
}

@media screen and (max-width: 500px) {
    .s_between_legenda {
        display: grid;
        grid-template-columns: auto auto auto;
        gap: 20px;
        white-space: nowrap;
    }

    #whatsapp main[role="main"] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #whatsapp main[role="main"] div:nth-child(4) > div:first-child {
        padding: 0 !important;
    }

    #whatsapp main[role="main"] > div:nth-child(4) > div:last-child {
        padding: 1.5rem 0 0 0 !important;
    }

    #whatsapp main[role="main"] > div:nth-child(4) > div:last-child > div:nth-child(3) div > .waba_templates {
        padding: 0 10px !important;
    }

    #searchFilter div:first-child {
        display: grid;
    }

    #searchFilter div:first-child > div {
        width: 100% !important;
    }

    #searchFilter div:first-child > div > div {
        width: 100% !important;
    }

    #searchFilter > div:last-child > div {
        display: flex;
        justify-content: center;
    }
}

.no_border {
    border: none !important;
}

.z-index-1 {
    z-index: 1;
}

.blck {
    color: black !important;
}

.genderChoice {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.overflowModal {
    max-height: 95vh;
}

.column {
    display: flex;
    flex-direction: column;
}

.trasparent {
    background: transparent !important;
}


@media screen and (max-width: 1000px) {
    .overflowModal {
        overflow-y: scroll;
    }
}

.hover-light-green:hover {
    background-color: #00d200 !important;
}

.upload-contacts-btn {
    display: block;
    margin: 0 auto !important;
    margin-top: 30px !important;
}

.svg-icon {
    width: 25px;
    height: 25px;
    vertical-align: middle;
}

.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
    fill: black;
}

.svg-icon circle {
    stroke: #4691f6;
    stroke-width: 1;
}

.report_form {
    box-shadow: 0 0 2px #888888;
    max-width: 800px;
    margin: auto;
}

.filter_form {
    background-color: white;
    box-shadow: 0px 0px 4px #888888;
}

.legenda-border-left {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    border-right: 1px dashed black;
}

.legenda-border-right {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

.bgroundblue {
    color: white !important;
    background-color: blue;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

.roboto {
    font-family: "Roboto Condensed", sans-serif;
}

.rechargeBorder {
    border: 1px solid rgb(0 0 0 / 30%);
}

.hide_text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 200px;
}

@media screen and (min-width: 481px) {
    .hide_text_dynamicTable {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 300px !important;
    }
}

@media screen and (max-width: 480px) and (min-width: 381px) {
    .hide_text_dynamicTable {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 200px !important;
    }
}

@media screen and (max-width: 380px) {
    .hide_text_dynamicTable {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 70px !important;
    }
}

.add_template {
    margin-top: 25px;
    border-radius: 10px;
    background-image: url("../../images/waba-bg.jpg");
    box-shadow: 4px 4px 8px 0 #888888;
    height: 530px;
    border: 1px solid gray;
}

.add-template-btn {
    margin: 35px 0 !important;
    color: rgb(40 40 40) !important;
    background-color: #00c71e !important;
    border-radius: 50px;
    cursor: pointer;
    border: 1px solid #828282;
}

.add-template-btn:hover {
    background-color: #0fed30 !important;
}

.wabalink:hover {
    background-color: #c5e1f9;
    border-radius: 10px;
}


/* Jobs */

.jobs-menu {
    width: 100%;
}

.find-jobs-menu-width {
    width: 100%;
}

.jobs-menu.card {
    height: auto !important;
}

.jobs-menu img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.jobs-menu .jobs-menu-item {
    font-weight: bold;
    padding: 15px 20px;
    border-top: 1px solid #dee2e6;
}

.jobs-menu .jobs-menu-item:hover {
    color: black !important;
}

.jobs-menu .jobs-menu-item.active {
    color: #004f8d !important;
    border-left: 4px solid #004f8d !important;
}

.jobs_button {
    color: #fff;
    background-color: #004f8d;
    border-color: #545b62;
    width: 100%;
    border-radius: 15px;
    font-weight: 500;
}

.jobs_button:not(:disabled):not(.disabled):hover {
    color: #212529;
    background-color: #ffc107;
    border: 1px solid #ffc107;
    font-weight: 500;
}

.custom-jobs-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

@media screen and (max-width: 1640px) {
    .custom-jobs-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 1420px) {
    .custom-jobs-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* End Jobs */


#allegaFile {
    color: white;
    border-color: #0d6efd !important;
    min-width: 140px;
    text-align: center;
    padding: .375rem .75rem;
}

#submit-email {
    color: white;
    border-color: #0d6efd !important;
    min-width: 140px;
    text-transform: capitalize;
    font-size: 1rem;
    padding: .375rem .75rem;
}


.my-label {
    font-family: 'Poppins', sans-serif;
    color: #55585a;
    top: 1.5rem;
    transition: .25s ease;
    font-weight: bold;
}


.my-form-text-lightspeed {
    background-color: transparent;
    border-radius: 0;
    border: 0;
    padding: 0;
    transition: min-height 0.7s;
    min-height: 15px;
    height: 15px;
    box-shadow: none !important;
}


.no-border-right {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.no-border-left {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.btn-my-shadow {
    box-shadow: 0 0 4px #888888;
}

.clients-filter-card {
    margin-left: 15px;
    margin-right: 15px;
}

@media screen and (max-width: 500px) {
    .clients-filter-card {
        margin-left: 0;
        margin-right: 0;
    }
}

.age-client-filter-card {
    padding-right: 15px;
}

@media screen and (max-width: 500px) {
    .age-client-filter-card {
        padding-right: 0;
    }
}

.age-comp-client-filter-card {
    padding-left: 15px;
}

@media screen and (max-width: 500px) {
    .age-comp-client-filter-card {
        padding-left: 0;
    }
}

.my-html-email-card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 4px 4px 8px #888888;
    border-top: #0d6efd 4px solid;
}

.btn-html-email-model {
    background-color: #0d6efd;
    color: #fff;
    border: 1px solid #0d6efd !important;
}

.my-form-email-html {
    background-color: transparent;
    border-radius: 0;
    border: 0;
    padding: 0;
    border-bottom: 2px solid lightgray;
    transition: height 0.7s;
    height: 20px;
    box-shadow: none !important;
}

.bg-selected-html-template {
    background-color: #d0e9ff;
    border: 1px solid #0d6efd;
}

@media screen and (min-width: 1200px) {
    .responsive-status-messages-table {
        display: flex;
    }
}

.custom-filter-column-date {
    flex: 0 0 40%;
    max-width: 40%;
}

.custom-filter-column-flag {
    flex: 0 0 20%;
    max-width: 20%;
}

@media screen and (min-width: 768px) {
    .custom-filter-column-date {
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }

    .custom-filter-column-flag {
        flex: 0 0 8%;
        max-width: 8%;
    }
}

.hide-btn {
    opacity: 0;
    transition: opacity 0.5s ease;
}

.show-btn:hover .hide-btn {
    opacity: 1;
}

.image-box-shadow {
    box-shadow: 0 0 8px #888 !important;
}