@font-face {
    font-family: custom-helvetic;
    src: url(../fontfamily/Helvetica.ttf);
}

.container-fluid {
    font-family: custom-helvetic;
}

.login-container {
    background-color: #dee7ee;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.inner-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 1rem;
    background-color: white;
    width: 50%;
    border-radius: 20px;
    padding: 2rem 5rem;
}

.login-heading {
    width: 100%;
    text-align: center;
}

.login-heading h1 {
    font-size: 35px;
    font-weight: 700;
    color: #a82e3c;
}

.login-form {
    width: 100%;
}

.login-input {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.login-input label {
    font-weight: 700;
    font-size: 16px;
    color: #757575;
    width: 100%;
}

.login-input input {
    border: 1px solid #cccccc;
    border-radius: 7px;
    background-color: #f7f7f7;
    padding: 0.6rem;
    font-size: 14px;
    color: #838383;
    width: 100%;
    outline: none;
}

.login-input input:focus {
    border-color: #09b1df;
}

.reset-password {
    padding-top: 0.5rem;
}

.reset-password a {
    border-bottom: 1px solid #09b1df;
    color: #09b1df;
    text-decoration: none !important;
}

.reset-password a:hover {
    color: #0893b9;
}

.login-btn {
    background-color: #09b1df;
    border-radius: 5px;
    color: white;
    border: none;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    width: 115px;
    height: 40px;
    transition: all 0.1s ease-in-out;
}

.login-btn:hover {
    background-color: #0893b9;
}

.login-btn:active,
.login-btn:focus {
    outline: none;
    border: none;
}

input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: inset 0 0 0 30px #f7f7f7 !important;
    background: #f7f7f7 !important;
}

@media screen and (max-width: 1200px) {
    .login-wrapper {
        padding: 2rem 4rem;
    }
}

@media screen and (max-width: 992px) {
    .login-wrapper {
        padding: 1.5rem 3rem;
        width: 70%;
    }
}

@media screen and (max-width: 768px) {
    .login-wrapper {
        padding: 1.5rem 2rem;
        width: 85%;
    }
}

@media screen and (max-width: 576px) {
    .login-heading h1 {
        font-size: 22px;
    }

    .login-wrapper {
        padding: 2.5rem 1rem;

        width: 100%;
    }

    .reset-password {
        text-align: center;
        padding-top: 1rem;
        padding-bottom: 0rem;
    }

    .reset-password a {
        font-size: 15px;
    }

    .login-input label {
        font-size: 15px;
    }

    .login-input input {
        font-size: 15px;
    }

    .login-btn-wrapper,
    .login-btn-wrapper button {
        width: 100%;
    }
}

/* table */
/* header */
.call-log-header {
    background-color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1.3rem 1rem;
    padding-bottom: 0.5rem;
    width: 100%;
    column-gap: 1rem;
}

.cal-log-header-left-inner {
    display: flex;
    column-gap: 0.5rem;
}

.call-log-header-left h1 {
    color: #757575;
    font-size: 1.4rem;
    font-weight: 500;
    display: flex;
    margin-bottom: 0;
    /* align-items: center; */
    column-gap: 10px;
}

.call-log-header-left h1 img {
    margin-top: 3px;
    width: 20px;
    height: 20px;
}

.call-log-header-two .call-log-header-right {
    flex-direction: column;
}

.call-log-header-right {
    display: flex;
    column-gap: 1rem;
}

.status-wrapper h1 {
    color: #757575;
    font-size: 0.9rem;
    margin-bottom: 0;
    font-weight: 600;
}

.call-log-header-two .call-log-header-right .status-value {
    flex-direction: column;
}

.status-value {
    display: flex;
    column-gap: 0.5rem;
    flex-wrap: wrap;
}

.status-value h1 {
    font-size: 0.9rem;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    column-gap: 3px;
    white-space: nowrap;
}

.status-value h1 div {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.status-value .unresolved div {
    background-color: #f26262;
}

.status-value .resolved div {
    background-color: #87cd41;
}

.status-value .misscall div {
    background-color: #f69a0f;
}

.status-value .unresolved {
    color: #f26262;
}

.status-value .resolved {
    color: #87cd41;
}

.status-value .misscall {
    color: #f69a0f;
}

@media screen and (max-width: 767px) {
    .call-log-header {
        flex-direction: column;
    }

    .call-sms-body label,
    .call-sms-body,
    .call-sms-card {
        width: 100%;
    }

    .call-log-header-two .call-log-header-right .status-value {
        flex-direction: row;
    }
}

@media screen and (max-width: 576px) {
    .call-sms-card {
        padding: 0 0.2rem;
    }

    .call-sms-body {
        flex-direction: column;
    }

    .call-log-header {
        flex-direction: column;
        row-gap: 0.5rem;
    }

    .call-log-header {
        padding-left: 0;
        padding-right: 0;
    }

    .call-log-header-left h1 img {
        width: 15px;
    }

    .call-log-header-left h1 {
        font-size: 1.2rem;
    }

    .status-value h1 {
        font-size: 0.7rem;
    }

    .call-log-header-right {
        column-gap: 5px;
    }
}

/* data table */
.client-table {
    border-radius: 10px;
    background-color: white;
}

.client-table table {
    border-collapse: collapse;
    /* margin: 50px auto; */
}

.client-table table thead tr {
    background-color: #e5ecf2;
    border-bottom: 1px solid #ccc !important;
}

.client-table table thead tr th {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px !important;
    /* border-bottom: 1px solid #ccc !important; */
    font-size: 12px;
    font-weight: 700 !important;
    color: #757575;
}

.client-table table thead tr .number-plots {
    width: 115px;
}

.custom-sort {
    display: flex;
    align-items: center;
    height: 100%;
}

.custom-sort .no-wrape {
    white-space: nowrap;
}

.custom-sort h1 {
    font-size: 12px;
    font-weight: 700 !important;
    color: #757575;
    margin: 0;
}

.custom-sort div {
    display: flex;
    flex-direction: column;
    row-gap: 2px;
    padding-left: 2px;
}

.client-table table tbody tr td {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
    color: #757575;
}

.client-table table tbody tr:nth-child(even) {
    background-color: #ffffff;
}

.client-table table tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.call-menu img {
    width: 30px;
}

.page-item.active .page-link {
    background-color: #dee7ee;
    border-radius: 50%;
    border: none !important;
    color: #757575;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none !important;
}

.page-link {
    border: none;
    color: #757575;
    padding: 0.11rem 0.4rem;
    padding-top: 0.2rem;
    font-size: 0.8rem;
    box-shadow: none !important;
    border-radius: 50%;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: start !important;
    padding: 1rem 20px !important;
}

.next-tab,
.previous-tab {
    color: #757575;
    font-size: 0.9rem;
    font-weight: 700;
}

@media screen and (max-width: 576px) {
    .dataTables_wrapper {
        margin-top: -12px !important;
    }
}

table.dataTable thead > tr > th.sorting::before {
    content: url("../images/arrow-up.png") !important;
    opacity: 1 !important;
    display: none !important;
}

table.dataTable thead > tr > th.sorting:after {
    content: url("../images/arrow-down.png") !important;
    opacity: 1 !important;
    display: none !important;
}

table.dataTable thead > tr > th.sorting_asc:after,
table.dataTable thead > tr > th.sorting_desc:before {
    opacity: 0.6 !important;
}

.client-table table tbody tr .call {
    text-decoration: none;
    color: #ffffff;
    background-color: #0277fa;
    border-radius: 20px;
    padding: 1px 15px;
}

.client-table table tbody tr td:first-child img {
    width: 18px;
}

.status-view {
    display: flex;
    align-items: center;
    column-gap: 5px;
    cursor: pointer;
}

.status-view img {
    width: 12px;
}

.status-view div {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.status-view-wrapper {
    position: relative;
}

.status-dropdown {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    background-color: white;
    border-radius: 10px;
    position: absolute;
    width: fit-content;
    left: 0%;
    top: 100%;

    z-index: 2;
    padding: 10px;
    display: none;
}

.status-dropdown h1 {
    font-size: 0.8rem;
    color: #757575;
    margin-bottom: 0;
    padding: 5px 0;
    font-weight: 700;
    display: flex;
    align-items: center;
    column-gap: 5px;
    white-space: nowrap;
    cursor: pointer;
}

.status-dropdown h1 div {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.status-dropdown .d-unresolved {
    color: #f26262;
}

.status-dropdown .d-resolved {
    color: #87cd41;
}

.status-dropdown .d-misscall {
    color: #f69a0f;
}

.status-dropdown h1 div {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.status-view-box {
    background-color: #f26262;
}

.status-view-box-resolved {
    background-color: #87cd41;
}

.status-view-box-misscall {
    background-color: #f69a0f;
}

.client-table table tbody tr .name-person a {
    text-decoration: none !important;
    color: #3a3a3a !important;
}

.client-table table tbody tr td h2 {
    font-size: 12px;
    margin-bottom: 0;
}

.select-box {
    position: relative;
    cursor: pointer;
}

.select-box .select-box-value {
    display: flex;
    align-items: center;
    column-gap: 5px;
}

.select-box img {
    width: 12px;
}

.select-box-wrapper {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    background-color: white;
    border-radius: 10px;
    position: absolute;
    min-width: 120px;
    left: 0%;
    top: 100%;

    display: none;
    z-index: 2;
    padding: 5px;
    max-height: 150px;
    overflow: auto;
}

.select-box-wrapper::-webkit-scrollbar {
    width: 5px;
    background-color: #f1f1f1;
}

.select-box-wrapper::-webkit-scrollbar-thumb {
    background-color: #888;
}

.select-box-wrapper::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

@media screen and (max-width: 576px) {
    td .select-box-wrapper {
        left: 50%;
    }

    td .select-box-wrapper,
    td .status-dropdown {
        left: 50% !important;
    }
}

.select-box-wrapper h1 {
    font-size: 0.8rem;
    color: #757575;
    margin-bottom: 0;
    padding: 5px 0px;
    font-weight: 700;
}

.select-box-wrapper h1:hover {
    background-color: rgb(230, 230, 230);
}

@media screen and (min-width: 992px) {
    .table-container {
        width: 100%;
        overflow-x: auto;
    }

    .table-container::-webkit-scrollbar {
        width: 12px;
        height: 5px;
    }

    .table-container::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .table-container::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 6px;
    }

    .table-container::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
}

@media only screen and (max-width: 760px),
    (min-device-width: 760px) and (max-device-width: 991px) {
    td .select-box-wrapper {
        left: 60%;
    }

    td .status-dropdown {
        left: 60%;
    }

    .client-table table {
        width: 100%;
    }

    .client-table table tbody tr {
        margin-top: 20px;
        -webkit-box-shadow: 0 0 10px #ccc;
        box-shadow: 0 0 10px #ccc;
        border-radius: 15px;
    }

    .client-table table tbody tr td:last-child {
        border-bottom: none;
    }

    .client-table table,
    .client-table thead,
    .client-table tbody,
    .client-table th,
    .client-table td,
    .client-table tr {
        display: block;
    }

    .client-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .select-box .select-box-value {
        justify-content: center;
    }

    .status-view {
        justify-content: center;
    }

    .client-table td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

    .client-table td > div {
        text-align: center;
        padding-left: 50%;
    }

    .client-table table tbody tr td > div::before {
        position: absolute;
        top: 50%;
        transform: translate(0%, -50%);
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        content: attr(data-column);
        color: #757575;
        font-weight: bold;
    }
}

.client-table .page-item:first-child .page-link,
.client-table .page-item:last-child .page-link {
    background: transparent !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    font-weight: 600 !important;
    font-size: 0.99rem;
}

.client-table .p-left,
.client-table .p-right {
    color: #0277fa;
    padding-top: 2px;
}

@media screen and (max-width: 576px) {
    li.paginate_button.previous {
        display: inline;
    }

    li.paginate_button.next {
        display: inline;
    }

    li.paginate_button {
        display: none;
    }
}

.chat-tab-filter {
    display: flex;
    column-gap: 1.2rem;
}

.chat-tab-filter-inner {
    background-color: #f3f3f3;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: 80px;
    margin-bottom: -30px;
    display: flex;
    align-items: start;
    padding-top: 15px;
    cursor: pointer;
}

.chat-tab-filter-inner.tab-active {
    background-color: white;
}

.chat-tab-filter-inner.tab-active h1 {
    color: #09b1df;
}

.chat-tab-filter-inner h1 {
    color: #757575;
    font-size: 1.2rem;
    margin-bottom: 0;
    padding: 0rem 2rem;
    font-weight: 700;
}

.chat-tab-filter-inner:nth-of-type(1) h1 {
    position: relative;
    padding-right: 50px !important;
}

.chat-counter {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #87cd41;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-counter label {
    font-size: 0.9rem;
    color: white;
    margin-bottom: 0px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.chat-counter::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #f26262;
    position: absolute;
    top: 0;
    right: 0;
}

@media screen and (max-width: 576px) {
    .chat-tab-filter-inner:nth-of-type(1) h1 {
        padding-right: 40px !important;
    }

    .chat-counter {
        width: 25px;
        height: 25px;
    }

    .chat-counter::before {
        width: 8px;
        height: 8px;
    }
}

.chat-tab-filter .chat-tab-filter-inner:nth-of-type(2) h1 {
    padding: 0rem 3rem;
}

.message-search {
    position: relative;
    margin: 1rem;
}

.message-search .search-input {
    border-radius: 15px;
    border: 1px solid #cccccc;
    background-color: white;
    width: 100%;
    outline: none;
    padding: 0.3rem 1rem;
    font-size: 12px;
    color: #888888;
    padding-right: 25px;
}

.message-search img {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
}
.message-search svg {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
}
.chat-tab-content {
    display: flex;
    width: 100%;
    height: calc(100vh - 155px);
    column-gap: 1rem;
}

.chat-list {
    width: 100%;
    min-width: 310px;
    max-width: 333px;
    background-color: white;
    border-radius: 10px;
    border-top-left-radius: 0px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.chat-detail {
    width: 100%;
    background-color: rgb(255, 255, 255);
    height: 100%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    overflow: hidden;
}

.chat-detail-head {
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 1.5rem 2.5rem 0.4rem 2.5rem;
    width: 100%;
}

.chat-close-btn {
    background-color: #f26262;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: relative;
    margin-bottom: 0.5rem;
}

.chat-close-btn label {
    color: white;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
}

.chat-detail-head-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chat-detail-head-left {
    display: flex;
    align-items: center;
    column-gap: 0.8rem;
    row-gap: 0.8rem;
    width: 60%;
    flex-wrap: wrap;
}

.username h1 {
    font-weight: 700;
    font-size: 16px;
    color: #757575;
    margin: 0;
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.message-status h3 {
    background-color: #f26262;
    color: white;
    font-weight: 600;
    font-size: 10px;
    padding: 0.2rem 0.3rem;
    margin: 0;
    letter-spacing: 1px;
}

.user-address {
    border: 1px solid #cccccc;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.3rem 0.5rem;
    column-gap: 0.3rem;
    position: relative;
}

.user-address img {
    cursor: pointer;
}

.user-address p {
    color: #888888;
    font-size: 12px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    max-width: 150px;
    text-overflow: ellipsis;
}

.user-address-list {
    position: absolute;
    top: 100%;
    width: fit-content;
    min-width: 125px;
    max-width: 150px;
    background-color: white;
    box-shadow: 0 5px 10px 0 rgba(152, 152, 152, 0.6);
    display: none;
    border-radius: 10px;
    max-height: 150px;
    overflow: auto;
    left: 50%;
    transform: translate(-50%, 0%);
}

.user-address-list::-webkit-scrollbar {
    width: 5px;
    background-color: #f1f1f1;
}

.user-address-list::-webkit-scrollbar-thumb {
    background-color: #888;
}

.user-address-list::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

.user-address-list p {
    color: #404040;
    cursor: pointer;
    margin: 0;
    font-size: 0.8rem;
    padding: 0.1rem 1rem;
}

.user-address-list p:hover {
    background-color: gainsboro;
}

.user-address-list h1 {
    color: #404040;
    cursor: pointer;
    margin: 0;
    font-size: 0.8rem;
    padding: 0.2rem 0.5rem;
    border-bottom: 1px solid #00000017;
}

.user-address-list h1:hover {
    background-color: gainsboro;
}

/* .user-address {
    border: 1px solid #cccccc;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.3rem 0.5rem;
    column-gap: 0.3rem;
    position: relative;
}
.user-address-list {
    position: absolute;
    top: 100%;
    width: fit-content;
    background-color: white;
    box-shadow: 0 5px 10px 0 rgba(152, 152, 152, 0.6);
    display: none;
    border-radius: 10px;
    padding: 5px;
}
.user-address-list h1 {
    font-size: 0.8rem;
    color: #757575;
    margin-bottom: 0;
    padding: 5px 0px;
    font-weight: 700;
    text-transform: capitalize;
    cursor: pointer;

}
.user-address-list h1:hover {
    background-color: rgb(230, 230, 230);
}
.user-address img {
    cursor: pointer;
}

.user-address p {
    color: #888888;
    font-size: 12px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    max-width: 150px;
    text-overflow: ellipsis;
} */

.chat-detail-head-right {
    position: relative;
    width: 40%;
}

.chat-detail-head-right .search-input {
    border-radius: 15px;
    border: 1px solid #cccccc;
    background-color: white;
    width: 100%;
    outline: none;
    padding: 0.3rem 1rem;
    font-size: 12px;
    color: #888888;
    padding-right: 30px;
}

.chat-detail-head-right img {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
}
.chat-detail-head-right svg {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.phone-number p {
    color: #888888;
    margin: 0;
    font-size: 12px;
}

.chat-detail-inputs-wrapper {
    width: 100%;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: start;
    row-gap: 1rem;
    background-color: #f5f7fb;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: relative;
}

.message-input {
    position: relative;
    width: 100%;
}

.message-input input {
    width: 100%;
    outline: none;
    border-radius: 12px;
    border: 1px solid #d9d9d9;
    font-size: 12px;
    color: #757575;
    padding: 0.8rem;
    padding-right: 2rem;
}

.message-input img {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}

.chat-message-wrapper {
    height: 100%;
    padding: 1rem;
    overflow: auto;
    width: 100%;
    min-height: 200px;
    padding-bottom: 2rem;
}

.userTyping {
    position: absolute;
    top: -30px;
    left: 85px;
    color: #757575;
    font-size: 1rem;
    font-style: italic;
    z-index: 10;
}

.userTyping span {
    color: #757575;
    font-size: 1rem;
    font-style: italic;
}

.chat-message-wrapper::-webkit-scrollbar {
    width: 5px;
}

.chat-message-wrapper::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 6px;
}

.chat-message-wrapper::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

.chat-message-wrapper::-webkit-scrollbar-track {
    background-color: #ddd;
}

.chat-message-wrapper::-webkit-scrollbar-thumb:active {
    background-color: #333;
}

.message {
    display: flex;
    align-items: start;
    column-gap: 0.9rem;
    padding: 1rem 0;
}

.user-icon {
    height: 55px;
    width: 55px;
    border-radius: 50%;
    background-color: #bcd2e2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.user-icon h1 {
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 500;
    color: #a82e3c;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}

.message-detail-head {
    display: flex;
    align-items: center;
    column-gap: 1rem;
    flex-wrap: wrap;
}

.message-detail-head h1 {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 600;
}

.message-detail-head p {
    font-size: 14px;
    margin-bottom: 0;
    color: #888888;
}

.message-detail {
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
}

.message-content p {
    margin-bottom: 0;
    font-size: 14px;
    color: black;
}

.sender-box {
    justify-content: end;
    width: fit-content;
    margin-left: auto;
    max-width: 50%;
}

.recevier-box {
    justify-content: start;
    width: fit-content;
    max-width: 50%;
}

@media screen and (max-width: 576px) {
    .recevier-box,
    .sender-box {
        max-width: 90%;
    }
}

.sender-box .message-detail .message-content p {
    color: #1d8bd2;
}

.typing-dots h1 {
    margin: 0;
    font-size: 13px;
    font-style: italic;
    color: #888888;
    padding: 1rem 4.3rem;
}

/*------------------------- dropdown------------------- */
.chat-detail-inputs-wrapper .dropdown {
    width: 100%;
}

.dropdown__switch:checked + .dropdown__options-filter .dropdown__select {
    transform: scaleY(1);
}

.dropdown__switch:checked + .dropdown__options-filter .dropdown__filter:after {
    transform: rotate(-180deg);
}

.dropdown__options-filter {
    width: 100%;
    cursor: pointer;
    margin-bottom: 0;
}

.dropdown__filter {
    position: relative;
    display: flex;
    transition: 0.3s;
    width: 100%;
    outline: none;
    border-radius: 12px;
    border: 1px solid #d9d9d9;
    font-size: 12px;
    color: #757575;
    padding: 0.8rem;
    list-style: none;
    margin-bottom: 0;
    background-color: white;
}

.dropdown__filter::after {
    position: absolute;
    top: 45%;
    right: 10px;
    content: "";
    width: 14px;
    height: 10px;
    background-image: url("../images/dropicon.png");
    transition: 0.2s ease-in-out;
    background-repeat: no-repeat;
    background-size: 100%;
}

.dropdown__select {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    margin-top: 5px;
    overflow: hidden;
    box-shadow: 0 5px 10px 0 rgba(152, 152, 152, 0.6);
    transform: scaleY(0);
    transform-origin: bottom;
    font-weight: 300;
    transition: 0.2s ease-in-out;
    background-color: white;
    list-style: none;
    padding: 0 1rem;
    border-radius: 12px;
    border: 1px solid #d9d9d9;
    z-index: 1000;
}

.dropdown__select-option {
    padding: 10px 0;
    background-color: #fff;
    border-bottom: 1px solid #d6d6d6;
    transition: 0.3s;
}

.dropdown__select-option:last-of-type {
    border-bottom: 0;
}

.dropdown__select-option:hover {
    background-color: #ecebeb;
}

@media screen and (max-width: 1199px) {
    .chat-detail-head {
        padding: 1rem;
    }

    .chat-detail-head-inner {
        flex-direction: column;
        row-gap: 0.8rem;
    }

    .chat-detail-head-right {
        order: 1;
        width: 100%;
    }

    .chat-detail-head-left {
        order: 2;
        width: 100%;
    }
}

/* collapse */
#main {
    margin-top: 1rem;
    overflow-y: auto;
    height: 100%;
}

#main::-webkit-scrollbar {
    width: 5px;
}

#main::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 6px;
}

#main::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

#main::-webkit-scrollbar-track {
    background-color: #ddd;
}

#main::-webkit-scrollbar-thumb:active {
    background-color: #333;
}

#main #faq .card {
    margin-bottom: 5px;
    border: 0;
}

.message-wrapper-heading {
    padding-left: 24px;
}

.message-wrapper-heading h1 {
    font-size: 1.3rem;
    margin-bottom: 0;
    color: #757575;
    font-weight: 700;
}

.chat-status-wrapper {
    display: flex;
    column-gap: 10px;
    flex-wrap: wrap;
}

.chat-status-wrapper h1 {
    font-size: 0.9rem;
    margin-bottom: 0;
    font-weight: 700;
}

.chat-status-tab {
    display: flex;
    align-items: center;
    column-gap: 2px;
}

.chat-status-tab .chat-status-box {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.chat-status-tab h1 {
    font-size: 0.8rem;
    font-weight: 700;
}

.chat-status-tab-unresolved .chat-status-box {
    background-color: #f26262;
}

.chat-status-tab-unresolved h1 {
    color: #f26262;
}

.chat-status-tab-resolved .chat-status-box {
    background-color: #87cd41;
}

.chat-status-tab-resolved h1 {
    color: #87cd41;
}

.chat-status-tab-unread .chat-status-box {
    background-color: #f69a0f;
}

.chat-status-tab-unread h1 {
    color: #f69a0f;
}

#main #faq .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    padding: 0;
}

.active-message-chat-old {
    background-color: rgb(198, 205, 200) !important;
}

.active-message-chat-new {
    background-color: rgb(124, 205, 140) !important;
}

@media screen and (min-width: 768px) {
    #main
        #faq
        .card.new-message
        .card-header
        .btn-header-link.btn-header-selected::before {
        content: "";
        background-color: #71bb27;
        width: 50px;
        height: 100%;
        top: 0;
        bottom: 0;
        position: absolute;
        right: -48px;
        z-index: 1;
        clip-path: polygon(0% 0%, 25% 0, 100% 50%, 25% 100%, 0% 100%);
    }

    #main
        #faq
        .card.card.old-message:nth-child(even)
        .card-header
        .btn-header-link.btn-header-selected::before {
        content: "";
        background-color: white;
        width: 50px;
        height: 100%;
        top: 0;
        bottom: 0;
        position: absolute;
        right: -48px;
        z-index: 1;
        clip-path: polygon(0% 0%, 25% 0, 100% 50%, 25% 100%, 0% 100%);
    }

    #main
        #faq
        .card.card.old-message:nth-child(odd)
        .card-header
        .btn-header-link.btn-header-selected::before {
        content: "";
        background-color: #f9f9f9;
        width: 50px;
        height: 100%;
        top: 0;
        bottom: 0;
        position: absolute;
        right: -48px;
        z-index: 1;
        clip-path: polygon(0% 0%, 25% 0, 100% 50%, 25% 100%, 0% 100%);
    }
}

#main #faq .card.card.old-message:nth-child(odd) .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background: #f9f9f9;
    color: #222;
    padding: 10px;
    text-decoration: none;
    box-shadow: none !important;
    position: relative;
    border: none;
}

#main
    #faq
    .card.card.old-message:nth-child(even)
    .card-header
    .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background: white;
    color: #222;
    padding: 10px;
    text-decoration: none;
    box-shadow: none !important;
    position: relative;
}

#main #faq .card.card.old-message:nth-child(even) {
    position: relative;
}

#main #faq .card.new-message .card-header .btn-header-link {
    background-color: #71bb27;
    width: 100%;
    box-shadow: none !important;
    position: relative;
    border: none;
}

#main #faq .card .card-header .btn-header-link .chat-icon {
    font-weight: 900;
    float: right;
    color: white;
    font-size: 1.3rem;
    position: absolute;
    right: 10px;
    bottom: 10px;
    transform: rotate(180deg) translate(0%, 0%);
}

#main #faq .card.card.old-message .card-header .btn-header-link .chat-icon {
    color: #757575;
}

#main #faq .card .card-header .btn-header-link.collapsed {
    background: #a541bb;
    color: #fff;
}

#main
    #faq
    .card.old-message:nth-child(odd)
    .card-header
    .btn-header-link.collapsed {
    background-color: #f9f9f9;
}

#main
    #faq
    .card.old-message:nth-child(even)
    .card-header
    .btn-header-link.collapsed {
    background-color: white;
}

#main #faq .card.new-message .card-header .btn-header-link.collapsed {
    background: #71bb27;
    color: #fff;
    width: 100%;
}

#main #faq .card .card-header .btn-header-link .chat-icon.collapsed {
    color: white;
    font-size: 1.3rem;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0%, -50%);
}

#main #faq .card.new-message .collapsing {
    background: #71bb27;
    line-height: 30px;
}

#main #faq .card.card.old-message:nth-child(even) .collapsing {
    background: white;
    line-height: 30px;
}

#main #faq .card.card.old-message:nth-child(odd) .collapsing {
    background: #f9f9f9;
    line-height: 30px;
}

#main #faq .card .collapse {
    border: 0;
}

#main #faq .card .collapse.show {
    background: #71bb27;
    line-height: 30px;
    color: #222;
}

#main #faq .card.card.old-message:nth-child(even) .collapse.show {
    background-color: white;
}

#main #faq .card.card.old-message:nth-child(odd) .collapse.show {
    background-color: #f9f9f9;
}

.message-card {
    max-width: 90%;
    width: 100%;
}

.accordion > .card {
    overflow: unset !important;
}

.message-card-header {
    display: flex;
    column-gap: 10px;
}

.message-card-header-inner {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 2px;
}

.message-card-header .user-status {
    min-width: 10px;
    width: 10px;
    height: 10px;
    min-width: 10px;
    min-height: 10px;
    border-radius: 50%;
    margin-top: 5px;
}

.message-card-header .user-name {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0;
}

.message-card-header .user-assigned {
    font-size: 0.9rem;
    font-weight: 400;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    column-gap: 10px;
    row-gap: 2px;
    flex-wrap: wrap;
}

.message-card-header-inner .emergency-tag {
    background-color: #f26262;
    color: white;
    font-size: 0.7rem;
    font-weight: 700;
    text-align: center;
    width: fit-content;
    padding: 2px 5px;
    display: none;
}

.message-card-header-inner.user-assigned-tag .emergency-tag {
    display: block;
}

.message-card-body {
    padding-left: 22px;
}

.message-card-body .help-status {
    font-size: 0.9rem;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 0;
    padding-top: 4px;
    padding-bottom: 2px;
    text-align: left;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.message-card-footer {
    display: flex;
    padding-left: 22px;
    column-gap: 15px;
}

.message-card-footer .message-date,
.message-card-footer .message-time {
    font-size: 0.7rem;
    font-weight: 400;
    margin-bottom: 0;
}

.message-box-detail {
    padding: 10px;
    padding-left: 32px;
}

.message-box-detail h1 {
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 0;
}

.message-box-detail h1 span {
    font-weight: 400;
}

.message-box-detail .delete-btn {
    width: 25px;
    height: 25px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.message-box-detail .delete-btn i {
    font-size: 14px;
}

.user-status-unresolved {
    background-color: #f26262;
}

.user-status-resolved {
    background-color: #87cd41;
}

.user-status-unread {
    background-color: #f69a0f;
}

.new-message .btn-header-link .message-card .message-card-header .user-name,
.new-message .btn-header-link .message-card .message-card-header .user-assigned,
.new-message .btn-header-link .message-card .message-card-body .help-status,
.new-message .btn-header-link .message-card .message-card-footer .message-date,
.new-message .btn-header-link .message-card .message-card-footer .message-time,
.new-message .message-box-detail h1 {
    color: white;
}

.new-message .message-box-detail {
    border-top: 1px solid white;
}

.new-message .message-box-detail .delete-btn {
    background-color: white;
}

.new-message .message-box-detail .delete-btn i {
    color: #71bb27;
}

.btn-header-link .message-card .message-card-header .user-name,
.btn-header-link .message-card .message-card-header .user-assigned,
.btn-header-link .message-card .message-card-body .help-status,
.btn-header-link .message-card .message-card-footer .message-date,
.btn-header-link .message-card .message-card-footer .message-time,
.message-box-detail h1 {
    color: #757575;
}

.message-box-detail .delete-btn {
    background-color: #a7b3be;
}

.message-box-detail .delete-btn i {
    color: white;
}

.message-box-detail {
    border-top: 1px solid #a7b3be;
}

@media screen and (max-width: 767px) {
    .chat-tab-filter-inner {
        margin-bottom: 0;
        height: 40px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .chat-tab-filter-inner h1 {
        font-size: 1rem;
        padding: 0 1rem !important;
    }

    .btn-header-link {
        padding-right: 50px;
    }

    .chat-detail {
        position: fixed;
        width: calc(100% - 15px);
        right: -100%;
        transition: all 0.5s;
        height: calc(100svh - 145px);
        border-top-left-radius: 0px !important;
    }

    .chat-detail-swap {
        right: 0% !important;
    }

    .view-hide {
        display: none !important;
    }

    .chat-list {
        width: 100%;
        max-width: 100%;
        min-width: 250px !important;
    }
}

@media screen and (max-width: 576px) {
    .message-wrapper-heading h1 {
        font-size: 1rem;
    }

    .message-card-header .user-name {
        font-size: 0.9rem;
    }

    .message-wrapper-heading {
        padding-left: 10px;
    }

    .message-card-header .user-assigned,
    .message-card-body .help-status,
    .message-card-footer .message-date,
    .message-card-footer .message-time,
    .message-wrapper-heading h1 {
        font-size: 0.8rem;
    }

    .message-card-header .user-assigned .emergency-tag {
        font-size: 0.7rem;
    }

    .user-icon {
        width: 35px;
        height: 35px;
    }

    .chat-detail {
        width: calc(100% - 10px);
    }

    .user-icon h1,
    .message-detail-head p,
    .message-content p,
    .typing-dots h1 {
        font-size: 12px;
    }

    .message-detail-head h1,
    .username h1 {
        font-size: 14px;
    }

    .chat-detail-head-left {
        column-gap: 0.5rem;
        row-gap: 0.5rem;
    }

    .message {
        padding: 0.5rem 0;
    }

    .message-input input,
    .dropdown__filter,
    .chat-detail-inputs-wrapper,
    .chat-detail-head {
        padding: 0.5rem;
    }
    .message-input input {
        padding-right: 2rem !important;
    }
    .chat-detail-inputs-wrapper {
        row-gap: 0.5rem;
    }

    .chat-tab-filter {
        justify-content: space-between;
        column-gap: normal;
    }

    .chat-list {
        border-top-right-radius: 0px;
    }
}

/* filter */

.call-log-header-two {
    /* flex-wrap: wrap; */
    row-gap: 0.5rem;
}

.call-log-header-left-two {
    display: flex;
    width: 100%;
    column-gap: 0.5rem;
}

.call-log-header-left-two .download-btn {
    background-color: #09b1df;
    color: white;
    font-size: 0.8rem;
    border: none;
    padding: 2px 8px;
    width: fit-content;
    white-space: nowrap;
    height: 28px;
    border-radius: 7px;
}

.call-log-header-left-two .download-btn i {
    font-size: 12px;
}

@media screen and (max-width: 767px) {
    /* .call-log-header-left form {
        order: 4;
    } */
}

.filter-dropdown {
    position: relative;
    height: fit-content;
}

.filter-dropdown .filter-switchs-outer img {
    width: 27px;
    cursor: pointer;
}

.filter-switchs-outer {
    position: relative;
    width: fit-content;
}

.filter-conter {
    position: absolute;
    background-color: #71bb27;
    top: -8px;
    right: 5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter-conter label {
    font-size: 0.7rem;
    color: white;
    margin: 0;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.filter-content-wrapper {
    background-color: white;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    padding: 1rem 0.8rem;
    border-radius: 10px;
    min-width: 200px;
    max-width: 230px;
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 0;
    display: none;
}

.filter-content-heading h1 {
    font-size: 12px;
    color: #09b1df;
    margin: 0;
}

.filter-content-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reset-btn {
    background-color: #09b1df;
    color: white;
    font-size: 0.7rem;
    border: none;
    padding: 0 5px;
    box-shadow: none;
    border-radius: 5px;
}

.filter-content-list p:first-of-type {
    display: none;
}

.filter-content-box-two {
    position: relative;
    width: 100%;
}

.filter-content-tab-two {
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 30px;
    padding: 0 1rem;
}

.filter-content-list-two {
    border-radius: 10px;
    width: 100%;
    position: absolute;
    background-color: white;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
        rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.filter-content-list-two p {
    padding: 0 1rem;
    font-size: 0.9rem !important;
    border-bottom: 1px solid #ccc;
}

.form-separator {
    color: #757575;
    width: 100%;
    text-align: center;
    font-size: 1rem;
}

.form-field input {
    height: 40px;
    border: 1px solid #ccc !important;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 30px;
    padding: 0 1rem;
    width: 100%;
}

.form-field button {
    margin-top: 1rem;
    width: 100%;
    height: 40px;
    background-color: #002e59;
    color: white;
    font-size: 1rem;
    border: none !important;
    box-shadow: none !important;
    border-radius: 30px;
}

.modal-content {
    border-radius: 20px;
}

.filter-content-list input {
    border: 1px solid #757575 !important;
    border-radius: 10px;
    box-shadow: none !important;
    outline: none !important;
    color: #757575 !important;
    width: 100%;
    font-size: 12px;
    padding: 5px;
}

.filter-content-list h1 {
    font-size: 12px !important;
    color: #757575;
    margin: 0;
    padding: 5px 0px;
}

.filter-content-list input::placeholder {
    color: #757575 !important;
}

.filter-content-tab {
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: space-between;
}

.filter-content-tab .filter-content-value {
    font-size: 12px;
    margin: 0;
    font-weight: 700;
    color: #757575;
}

.filter-content-tab img {
    width: 12px;
    cursor: pointer;
}

.filter-content-list p {
    margin: 0;
    font-size: 12px;
    color: #757575;
    cursor: pointer;
}

.filter-content-box {
    border-bottom: 1px solid #757575;
    padding: 0.4rem 0;
}

.filter-content-box:last-of-type {
    border-bottom: 1px solid transparent;
}

.filter-content-list {
    display: none;
    transition: all 0.3s;
    max-height: 100px;
    overflow: auto;
}

.filter-content-list::-webkit-scrollbar {
    width: 5px;
    background-color: #f1f1f1;
}

.filter-content-list::-webkit-scrollbar-thumb {
    background-color: #888;
}

.filter-content-list::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 22px;
    margin: 0;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0px;
    left: 0px;
    right: 0;
    bottom: 0;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 1px solid #cccccc;
}

.slider:before {
    position: absolute;
    content: "OFF";
    height: 16px;
    font-size: 0.4rem;
    top: 2px;
    font-weight: 800;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: red;
    color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider:before {
    content: "ON";
    color: white;
    background-color: #87cd41;
}

input:checked + .slider {
    background-color: white;
}

input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.toggle-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 0.5rem;
    background-color: #87cd41;
    border-radius: 2px;
    min-width: 160px;
    padding: 2px 8px;
    height: 28px;
    border-radius: 7px;
}

.call-sms-wrapper {
    display: flex;
    column-gap: 1rem;
    flex-wrap: wrap;
    width: 100%;
}

.call-sms-card .call-sms-header h1 {
    color: #757575;
    font-size: 0.9rem !important;
    margin: 0;
    padding-bottom: 0.3rem;
}

.call-sms-body {
    display: flex;
    align-items: center;
    column-gap: 1rem;
    width: 100%;
}

.call-sms-body label {
    display: flex;
    align-items: center;
    column-gap: 0.5rem;
    width: 100%;
    max-width: 400px;
}

.call-sms-card {
    width: 100%;
}

.call-sms-body label input:nth-of-type(2) {
    border: 1px solid #ccc;
    border-radius: 20px;
    font-size: 0.8rem;
    height: 30px;
    padding: 0.5rem;
    width: 100%;
    min-width: 150px;
}

@media screen and (max-width: 991px) {
    .call-log-header-left-two {
        flex-direction: column;
        row-gap: 0.5rem;
    }
}

.button-text i {
    color: white;
}

.button-text h1 {
    margin: 0;
    font-size: 0.8rem;
    color: white;
}

@media screen and (max-width: 767px) {
    .filter-content-wrapper {
        left: -155px;
    }

    .toggle-wrapper {
        min-width: 100px;
    }
}

@media screen and (max-width: 576px) {
    .toggle-wrapper {
        min-width: 80px;
    }

    .call-log-header-left-two {
        column-gap: 0.2rem;
    }

    .call-log-header-left-two h1 {
        column-gap: 2px !important;
        min-width: 110px;
    }
}

/* Call modal */

.calling-calling-card-dialog {
    max-width: fit-content !important;
    margin: 0 auto;
}

.calling-calling-card {
    position: relative;
    padding: 0 !important;
}

.calling-calling-card-content {
    border-radius: 15px;
    overflow: hidden;
}

.calling-card {
    overflow: hidden;
    width: 250px;
    height: 330px;

    background-color: #002e59;
}

.calling-header {
    position: relative;
    width: 100%;
    height: 70%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-color: transparent;
}

.animation {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -70%);
    border-radius: 50%;
    background-color: #113;
}

.ring-animation {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;

    -webkit-animation: ring-animation 0.6s infinite;
    -o-animation: ring-animation 0.6s infinite;
    animation: ring-animation 0.6s infinite;
}

@keyframes ring-animation {
    0% {
        transform: rotate(0deg);
    }

    20% {
        transform: rotate(-20deg);
    }

    21% {
        transform: rotate(0deg);
    }

    40% {
        transform: rotate(-20deg);
    }

    41% {
        transform: rotate(0deg);
    }

    60% {
        transform: rotate(-20deg);
    }

    80% {
        transform: rotate(-10deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.cercle-animation {
    position: absolute;
    width: 130px;
    height: 130px;
    transform: translate(-25px, -25px);
    border-radius: 50%;
    border: 10px solid #1d8bd2;
    background-color: transparent;
    -webkit-animation: wave 1.4s infinite linear;
    -o-animation: wave 1.4s infinite linear;
    animation: wave 1.4s infinite linear;
}

.two {
    animation-delay: 0.35s;
    opacity: 0;
}

.three {
    animation-delay: 0.7s;
    opacity: 0;
}

@keyframes wave {
    0% {
        width: 130px;
        height: 130px;
        transform: translate(-25px, -25px);
        opacity: 1;
        border-width: 8px;
    }

    100% {
        width: 320px;
        height: 320px;
        transform: translate(-120px, -120px);
        opacity: 0.2;
        border-width: 15px;
    }
}

.phoneNumber {
    width: 100%;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 30px;
    text-align: center;
    transform: translateY(150px);
    color: #fff;
}

.calling {
    width: 100%;
    font-family: "Hind", sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    transform: translateY(150px);
    color: #fff;
    -webkit-animation: opacity 2.5s infinite linear;
    -o-animation: opacity 2.5s infinite linear;
    animation: opacity 2.5s infinite linear;
}

@keyframes opacity {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}

.footer {
    position: relative;
    width: 100%;
    height: 30%;
    border-top: 1px solid #002e59;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: #002e59;
}

.bouton {
    position: absolute;
    display: inline-block;
    width: 40px;
    height: 40px;
    top: 50%;
    cursor: pointer;
    border-radius: 40px;
    transform: translateY(-50%);
}

.raccrocher {
    left: 7%;
    transition: all 0.3s;
    background-color: #a82e3c;
}

.decrocher {
    right: 7%;
    transition: all 0.3s;
    background-color: #87cd41;
}

.red {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
}

.green {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
}

.credit {
    position: absolute;
    display: block;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-family: "Open Sans Condensed", sans-serif;
    color: #fff;
    opacity: 0.4;
}

.hang-up-wrapper {
    left: 50%;
    transition: all 0.3s;
    background-color: #a82e3c;
    width: 80%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hang-up {
    color: white;
}

.icon.red img,
.icon.green img,
.hang-up img {
    width: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Reset filter button */
.filter-content-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reset-btn {
    background-color: #09b1df;
    color: white;
    font-size: 0.7rem;
    border: none;
    padding: 0 5px;
    box-shadow: none;
    border-radius: 5px;
}

.filter-content-list p:first-of-type {
    display: none;
}

.sender-box {
    justify-content: end;
    width: fit-content;
    margin-left: auto;
    max-width: 60%;
}

.recevier-box {
    justify-content: start;
    width: fit-content;
    max-width: 50%;
}

@media screen and (max-width: 576px) {
    .recevier-box,
    .sender-box {
        max-width: 90%;
    }
}

tr > th:first-child,
tr > td:first-child {
    padding-left: 20px !important;
}

/* FAQs */
.faq-wrapper {
    background-color: white;
    border-radius: 10px;
    padding: 1rem 1rem;
}

.faq-header {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 1rem;
}

.faq-search {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 300px;
    margin-left: auto;
}

.faq-search label {
    color: #757575;
    font-size: 0.9rem;
    margin-bottom: 0;
    font-weight: 600;
}

.faq-search input {
    border-radius: 10px;
    height: 40px;
    border: 1px solid #ccc !important;
    padding-left: 10px;
}

.faq-search input::placeholder {
    font-size: 0.9rem;
}

.faq-one {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 1rem;
    border-radius: 10px;
}

.faq-heading h1 {
    font-size: 1.8rem;
    color: #757575;
    font-weight: 500;
}

@media screen and (max-width: 576px) {
    .faq-heading h1 {
        font-size: 1.5rem;
    }
}

/* accordian */
.accordion {
    max-width: 100%;
    margin: 0 auto;
}

.accordion-item {
    margin-bottom: 20px;
    border: none;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px !important;
    overflow: hidden;
}

.accordion-title {
    background-color: white;
    padding: 15px;
    padding-right: 24px;
    cursor: pointer;
    position: relative;
    text-align: left;
    color: black;
    font-size: 0.9rem;
}

.arrow {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

.arrow img {
    width: 12px;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 10px;
    background-color: #fff;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.accordion-content p {
    color: black;
    font-size: 0.9rem;
    text-align: left;
}

.accordion-item.active .accordion-content {
    max-height: 1000px;
    padding: 15px;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.accordion-item.active .accordion-title .arrow {
    transform: translateY(-50%) rotate(180deg);
}

.iconSection a {
    text-decoration: none !important;
}

/* admin */
.call-log-header-right a button {
    background-color: #002e59;
    color: white;
    border-radius: 10px;
    border: 1px solid #002e59 !important;
    padding: 0.3rem 1rem;
    font-size: 0.9rem;
}

.call-log-header-right a button:hover {
    background-color: white;
    color: #002e59;
}

td .admin-btn {
    display: flex;
    column-gap: 10px;
}

td button {
    background: transparent;
    border: none !important;
    width: fit-content;
}

td button img {
    width: 18px;
}

.profile-input-fluid {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 90px);
}

.profile-input-container {
    background: white;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
        rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    width: 50%;
    padding: 2rem;
}

.profile-input-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
    padding: 0.5rem 0;
}

.profile-input-wrapper label {
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 0;
    color: #757575;
}

.profile-input input {
    width: 100%;
    outline: none;
    border-radius: 12px;
    box-shadow: none !important;
    border: 1px solid #d9d9d9 !important;
    font-size: 12px;
    color: #757575;
    height: 45px;
    padding-left: 0.75rem;
}

.profile-input select {
    width: 100%;
    outline: none;
    box-shadow: none !important;
    border-radius: 12px;
    border: 1px solid #d9d9d9 !important;
    font-size: 12px;
    color: #757575;
    height: 45px;
}

.profile-input textarea {
    height: 150px;
    width: 100%;
    outline: none;
    border-radius: 12px;
    box-shadow: none !important;
    border: 1px solid #d9d9d9 !important;
    font-size: 12px;
    color: #757575;
    resize: none;
}

.profile-add-btn {
    text-align: end;
    padding-top: 1rem;
}

.profile-add-btn button {
    background-color: #09b1df;
    border-radius: 5px;
    color: white;
    border: none;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    width: 115px;
    height: 40px;
    transition: all 0.1s ease-in-out;
}

@media screen and (max-width: 1199px) {
    .profile-input-container {
        width: 70%;
    }
}

@media screen and (max-width: 992px) {
    .profile-input-container {
        width: 80%;
    }
}

@media screen and (max-width: 767px) {
    .profile-input-container {
        width: 90%;
    }
}

@media screen and (max-width: 576px) {
    .profile-input-container {
        width: 95%;
        padding: 1rem;
    }
}

.phoneLable {
    color: #002e59;
    font-size: 1.5rem;
    font-weight: 500;
    width: 100%;
    text-align: center;
}
