#atendimentos-atrasados, #atendimentos-concluidos, #atendimentos-hoje {
    display: none;
}
/* isso é temporario, até desenvolver a página de atendimentos */
.background-full {
    display: none;
    position: absolute;
    width: 100%;
    height: 100vh;
    background-color: #000 4f;
    z-index: 4;
}
.main-container {
    width: 93.5%;
    margin: 55px 1rem auto auto;
    position: relative;
}
.main-container .page-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1rem 0;
}
.main-container .page-header .btn-twilio {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #dee2fc;
    border-radius: 10px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #4a5496;
    text-decoration: none;
    padding: 13px 20px;
    width: fit-content;
    border: 2px solid #f9f9fb;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.main-container .page-header .btn-twilio:hover {
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border: 2px solid #4a5496;
}
.main-container .page-header h1 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 0;
    color: var(--text-color-terciary);
    margin: 0;
}
.main-container .page-header .buttons-actions {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}
.main-container .page-header .buttons-actions .btn-add {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #dee2fc;
    border-radius: 10px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 0;
    color: #4a5496;
    text-decoration: none;
    padding: 10px 20px;
    width: fit-content;
    border: 2px solid #f9f9fb;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.main-container .page-header .buttons-actions .btn-add svg {
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    fill: #4a5496;
}
.main-container .page-header .buttons-actions .btn-add:hover {
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border: 2px solid #4a5496;
}
.main-container .page-header .buttons-actions .btn-add:hover svg {
    transform: rotate(180deg);
}
.main-container .page-header .buttons-actions .btn-filter {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--secondary-color);
    border: 2px solid #f9f9fb;
    border-radius: 10px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 0;
    color: var(--text-color-secondary);
    text-decoration: none;
    padding: 8px 20px;
    width: fit-content;
    cursor: pointer;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.main-container .page-header .buttons-actions .btn-filter svg {
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.main-container .page-header .buttons-actions .btn-filter:hover {
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border: 2px solid var(--text-color-secondary);
}
.main-container .page-header .buttons-actions .btn-filter:focus {
    outline: none;
}
@-webkit-keyframes a {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
   }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
   }
}
@keyframes a {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
   }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
   }
}
.main-container .page-header .buttons-actions .filter {
    display: none;
    -webkit-animation: 0.5s a;
    animation: 0.5s a;
    position: absolute;
    top: 0;
    right: -3%;
    border-radius: 10px 0 0 10px;
    padding: 1.5rem;
    background-color: #fff;
    width: 300px;
    z-index: 5;
}
.main-container .page-header .buttons-actions .filter__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 0 1.5rem;
    border-bottom: solid 1px #e7eaef;
    margin: 0 0 1.5rem;
}
.main-container .page-header .buttons-actions .filter__title__left {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.main-container .page-header .buttons-actions .filter__title__left svg {
    width: 20px;
    height: 20px;
}
.main-container .page-header .buttons-actions .filter__title__left h3 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 0;
    margin: 0;
    color: var(--text-color-terciary);
}
.main-container .page-header .buttons-actions .filter__title__right {
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-container .page-header .buttons-actions .filter__title__right a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 0;
    color: #f00;
    cursor: pointer;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.main-container .page-header .buttons-actions .filter__title__right a:hover {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: underline;
}
.main-container .page-header .buttons-actions .filter__item {
    padding: 1rem;
    background-color: #f9f9fb;
    border-radius: 10px;
    margin: 0 0 2rem;
}
.main-container .page-header .buttons-actions .filter__item__title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    margin: 0 0 1.2rem;
}
.main-container .page-header .buttons-actions .filter__item__title h3 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 0;
    margin: 0;
    color: var(--text-color-terciary);
}
.main-container .page-header .buttons-actions .filter__item__title svg {
    width: 24px;
    height: 24px;
}
.main-container .page-header .buttons-actions .filter__item select {
    -webkit-appearance: none;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: var(--text-color-terciary);
    border-radius: 10px;
    background-color: #fff;
    border: 1.5px solid #e7eaef;
    width: 100%;
    padding: 10px 10px;
    background-image: url(../images/svg/icon-down-black.svg);
    background-position: 98%;
    background-repeat: no-repeat;
    cursor: pointer;
}
.main-container .page-header .buttons-actions .filter__item .dates {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-container .page-header .buttons-actions .filter__item .dates .date {
    width: 100%;
    padding: 10px 10px;
    -webkit-appearance: none;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: var(--text-color-terciary);
    cursor: pointer;
    text-align: center;
}
.main-container .page-header .buttons-actions .filter__item .dates .date {
    border-radius: 10px;
    border: 1.5px solid #e7eaef;
}
.main-container .page-header .buttons-actions .filter__item:last-child {
    margin: 0;
}
.main-container .page-header .buttons-actions .active-filter {
    display: block;
}
.main-container .page-content {
    background-color: #fff;
    border: 1.5px solid #e7eaef;
    border-radius: 20px;
    padding: 5px 15px;
    overflow: scroll;
    max-height: 81vh;
}
.main-container .page-content table {
    width: 100%;
    border-spacing: 0;
}
.main-container .page-content table tr {
    border-bottom: 1px solid #e7eaef;
}
.main-container .page-content table tr th {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 170%;
    color: var(--text-color);
    text-align: left;
    border-bottom: 1px solid #e7eaef;
}
.main-container .page-content table tr th:last-child {
    text-align: center;
}
.main-container .page-content table tr th, .main-container .page-content table tr td {
    padding: 15px 5px 20px 0;
}
.main-container .page-content table tr td {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 170%;
    color: var(--text-color-terciary);
}
.main-container .page-content table tr .whats a {
    text-decoration: none;
    line-height: 0;
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    height: 30px;
}
.main-container .page-content table tr .whats a svg {
    width: 17px;
    height: 17px;
}
.main-container .page-content table tr .whats a .rectangle {
    width: 24px;
    height: 24px;
    margin: 0;
    transform: translate(15px, 6.5px);
    line-height: 0;
}
.main-container .page-content table tr .whats a span {
    z-index: 1;
    background-color: #8df0cb;
    color: #047a58;
    padding: 15px 10px;
    border-radius: 7px;
    line-height: 0;
}
.main-container .page-content table tr .actions {
    padding: 15px 5px 20px 20px;
}
.main-container .page-content table tr .view-more {
    width: 155px;
    padding: 15px 5px 20px 15px;
}
.main-container .page-content table tr .view-more a {
    display: flex;
    align-items: center;
    text-decoration: none;
    line-height: 0;
    color: var(--text-color-secondary);
}
.main-container .page-content table tr .view-more a svg {
    width: 24px;
    height: 24px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.main-container .page-content table tr .view-more .rotate-svg svg {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    transform: rotate(180deg);
}
.main-container .page-content table tr .bg-active {
    background-color: var(--secondary-color);
}
.main-container .page-content table tr .edit-delete {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 5px 20px 8px;
}
.main-container .page-content table tr .edit-delete svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.main-container .page-content table tr .edit-delete .acoes-link {
    padding: 10px;
}
.main-container .page-content table tr .edit-delete .edit {
    color: #4a5496;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: fit-content;
    cursor: pointer;
}
.main-container .page-content table tr .edit-delete .edit:hover {
    text-decoration: underline;
}
.main-container .page-content table tr .edit-delete .delete {
    color: #f00;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: fit-content;
    cursor: pointer;
}
.main-container .page-content table tr .edit-delete .delete:hover {
    text-decoration: underline;
}
.main-container .page-content table tr:last-child {
    border: transparent;
}
.main-container .page-content table .details {
    display: none;
    border: transparent;
    border-radius: 5px;
}
.main-container .page-content table .details td {
    background-color: var(--secondary-color);
    padding: 15px 15px;
}
.main-container .page-content table .details td .content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.main-container .page-content table .details td .content div {
    display: flex;
    flex-direction: column;
}
.main-container .page-content table .details td .content div span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 170%;
    color: var(--text-color-secondary);
}
.main-container .page-content table .details td .content div span svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    fill: #00b4c3;
}
.main-container .page-content table .details td .content .divider {
    padding: 0 2rem 0 0;
    border-right: 1px solid #00b4c3;
}
.main-container .page-content table .details td .content .divider p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    width: 300px;
}
.daterangepicker {
    right: 10rem !important;
}
.daterangepicker:before, .daterangepicker:after {
    left: auto !important;
    right: 9rem !important;
}
.daterangepicker .cancelBtn, .daterangepicker .applyBtn {
    border: 2px solid #fff;
    border-radius: 10px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.daterangepicker .cancelBtn:hover, .daterangepicker .applyBtn:hover {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.daterangepicker .cancelBtn {
    color: #eb5757 !important;
    background-color: #ffe0e0;
}
.daterangepicker .cancelBtn:hover {
    border: 2px solid #eb5757;
}
.daterangepicker .applyBtn {
    color: #00b4c3 !important;
    background-color: #e0fdff;
}
.daterangepicker .applyBtn:hover {
    border: 2px solid #00b4c3;
}
