body {
    color: #000;
}
.w-90 {
    width: 90% !important;
}

/* EVO INTEGRATION MODAL */
.supportTicketsTable {
    border-collapse: collapse;
    width: 100%;
    background-color: #fff;
}
.supportTicketsTable td,
th {
    border: 1px solid #f2f2f2;
    text-align: left;
    padding: 8px;
    background-color: #ffffff;
    height: 50px;
    color: #000;
    opacity: 0.7;
    font-size: 16px;
}
.supportTicketsTable th {
    background-color: #eaf0ff;
    border: none;
    height: 65px !important;
    font-size: 18px;
}

/*  .supportTicketsTable th:nth-child(1){
    width: 180px;
    height: 50px;
 } */
.evoTableActive {
    color: #01d2ad;
}
.evoTableInActive {
    color: #dbdbdb;
}
.evoCellCenter {
    text-align: center !important;
}

.modalSubTitle {
    font-size: 18px;
    line-height: 135%;
    color: #000000;
}

@media (min-width: 576px) {
    #mailChipModal .modal-dialog {
        max-width: 500px;
        margin: 0 !important;
        left: 75%;
        transform: translateX(-75%) !important;
    }
}
.downloadGuideBtn {
    font-weight: 500;
    font-size: 22px;
    line-height: 23px;
    display: flex;
    align-items: center;
    letter-spacing: 0.2875px;
    text-transform: uppercase;
    color: #0a7aff;
    border: none;
}
@media (min-width: 576px) {
    #evoModal .modal-dialog,
    #xeroModal .modal-dialog {
        max-width: 95vw;
        margin: 1.75rem auto;
    }
}
.modal-title {
    color: #000;
}
.setUpText {
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    line-height: 20px;
    line-height: 26px;
}
.modalSubTitleII {
    font-weight: 500;
    font-size: 18px;
    line-height: 135%;
    color: #000000;
}
.modalCancelBtn {
    cursor: pointer;
    height: 50px;
    color: #797979;
    border: 1px solid #797979 !important;
    border-radius: 4px !important;
    background-color: transparent;
    font-size: 14px;
}
.textAreaIntegration {
    background-color: #fff;
    /* padding: 40px 15px 40px 15px; */
    border: 2px solid rgba(28, 28, 28, 0.25);
    border-radius: 4px;
}
.textAreaIntegration:focus {
    box-shadow: 0px 0px 0px 2px rgb(48 127 226 / 78%);
    border-radius: 4px;
}
.modal {
    overflow-y: auto;
}

/* CUSTOM CSS */
.ticketOpen {
    color: #149882 !important;
}
.ticketClosed {
    color: #2a3256 !important;
    opacity: 0.3 !important;
}

.addTicket {
    background: #e64d3d;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08), 0px 6px 24px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    height: 52px;
    margin: 20px 0 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    max-width: 590px;
}
