.search-user-holder {
    min-height: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 230px;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 99;
    right: 0;
    width: 100%;
}

.search-admin-section {
    min-height: 40px;
    background: #ffffff;
    box-shadow: 0px 6px 15px rgb(37 49 60 / 3%);
    /* padding: 0px 20px; */
    margin-left: 230px;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 0;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.search-admin-section.extended-sidebar {
    margin-left: 280px;
}

.testing-data {
    position: fixed;
    right: 0;
    height: 3px;
    background: #18aee3;
    /* top: 49px; */
    top:72px;
    left: 230px;
    z-index: -1;
}

.testing-data span {
    position: relative;
    left: 50%;
    background: #18aee3;
    color: #fff;
    padding: 0px 20px;
    border-radius: 3px;
    text-transform: uppercase;
}

.testing-data.extended-sidebar {
    left: 280px;
}

.admin-menu-toggle {
    color: #25313c;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 37px;
    height: 56px;
    position: absolute;
    left: 10px;
    top: 8px;
    padding: 0 10px;
    z-index: 99999999;
}

.admin-header-right {
    text-align: right;
    margin-right: 0px;
    margin-top: 0px;
    height: 100%;
    align-items: center;
}

.admin-input-holder {
    display: inline-block;
    position: relative;
}

.searchbox-adm.searchbox-adm-open {
    width: 250px;
    background: #ffffff;
    border: 1px solid rgba(37, 49, 60, 0.05);
    border-radius: 5px;
}

.searchbox-adm {
    position: relative;
    min-width: 50px;
    width: 0;
    height: 30px;
    top: 3px;
    right: 5px;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
    bottom: 0;
}

.searchbox-adm .searchbox-adm-input {
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0 20px 0 50px;
    font-size: 16px;
    color: #25313c;
    background-color: transparent;
}

.searchbox-adm .searchbox-adm-submit {
    opacity: 0;
}

.searchbox-adm .searchbox-adm-icon,
.searchbox-adm .searchbox-adm-submit {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 5px;
    font-size: 18px;
    left: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    text-align: center;
    cursor: pointer;
}

.searchbox-adm .searchbox-adm-icon:before {
    display: block;
    float: left;
    max-width: 24px;
    max-height: 24px;
    margin-top: -1px;
    margin-left: 10px;
    content: url("/assets/images/search.svg");
}

.switch-platform-btn .switch-dropdown-holder.show {
    display: block;
}

.admin-menu-toggle span {
    background-color: rgba(37, 49, 60, 0.6);
    position: relative;
    display: block;
    width: 100%;
    height: 2px;
    -webkit-transition: 0.15s cubic-bezier(0.97, 0.75, 0.61, 1.84);
    transition: 0.15s cubic-bezier(0.97, 0.75, 0.61, 1.84);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 2px;
}

.switch-platform-btn .switch-dropdown-holder:after {
    position: absolute;
    top: -9px;
    left: 50%;
    display: inline-block;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #ffffff;
    border-left: 9px solid transparent;
    content: "";
}

.admin-user-holder .dropdown-holder:after {
    position: absolute;
    top: -9px;
    left: unset !important;
    right: 30px!important;
    display: inline-block;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #ffffff;
    border-left: 9px solid transparent;
    content: "";
}

.admin-user-holder .dropdown-holder.show {
    display: block;
}

.admin-menu-toggle:hover span:before {
    width: 100%;
    top: -6px;
}

.admin-menu-toggle:hover span:after {
    top: 6px;
    width: 100%;
}

.admin-menu-toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    -webkit-transition: 0.15s cubic-bezier(0.97, 0.75, 0.61, 1.84);
    transition: 0.15s cubic-bezier(0.97, 0.75, 0.61, 1.84);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 2px;
    top: -6px;
    width: 40%;
    background-color: rgba(37, 49, 60, 0.6);
}

.admin-menu-toggle span:after {
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    background-color: rgba(37, 49, 60, 0.6);
    -webkit-transition: 0.15s cubic-bezier(0.97, 0.75, 0.61, 1.84);
    transition: 0.15s cubic-bezier(0.97, 0.75, 0.61, 1.84);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 2px;
    top: 6px;
    width: 70%;
}

.search-admin-results {
    position: absolute;
    width: 350px;
    min-height: 290px;
    background: #ffffff;
    box-shadow: 0px 0px 20px rgb(37 49 60 / 20%);
    border-radius: 10px;
    margin-top: 36px;
    margin-top: 10px;
    left: 0px;
    padding: 20px 5px 15px 5px;
    z-index: 9999 !important;
    display: none;
    transition: all 0.5s ease;
}

.search-admin-results ul {
    text-align: left;
    padding-left: 0px;
}

.search-admin-results .dropdown-header {
    padding-left: 15px;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: rgba(37, 49, 60, 0.3);
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.search-admin-results ul li {
    padding: 10px 15px;
    list-style: none;
}

.search-admin-results ul li a {
    color: #25313c;
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
}

.search-admin-results:after {
    position: absolute;
    top: -9px;
    left: 50%;
    display: inline-block;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #ffffff;
    border-left: 9px solid transparent;
    content: "";
}

.switch-platform-btn {
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
    position: relative;
}

.switch-platform-btn .switch-dropdown-holder {
    position: absolute;
    width: 410px;
    min-height: 120px;
    background: #ffffff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    border-radius: 10px;
    margin-top: 28px;
    left: -206px !important;
    padding: 15px;
    z-index: 9999;
    display: none;
    text-align: left;
}

.switch-platform-btn .switch-dropdown-holder a {
    display: inline-block;
    margin-right: 20px;
}

.platform-holder-icon img {
    width: 49px;
}

.platform-holder-icon {
    text-align: center;
    padding: 15px 14px;
}

.admin-notification-holder,
.admin-notify-holder {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.platform-holder-icon span {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    color: #000000;
    text-align: center;
    padding-top: 5px;
}

.access_accept:hover {
    background-color: rgba(24, 174, 227, 0.1);
    border-radius: 10px;
    padding: 15px 14px;
    text-decoration: none;
}

.access_deny span {
    opacity: 0.3;
}

.access_deny:hover {
    cursor: not-allowed;
    background: #f5f5f5;
    border-radius: 10px;
    padding: 15px 14px;
    text-decoration: none;
}

.all-credits small {
    position: absolute;
    top: 10px;
    display: block;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 6px;
    text-align: right;
    color: #173151;
    left: -8px;
    opacity: 0.5;
}

.adm-notification-number {
    position: absolute;
    width: 16px;
    height: 16px;
    background: #18aee3;
    border-radius: 50%;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;
    text-align: center;
    left: 12px;
    top: 0;
}

.admin-user-holder {
    display: inline-block;
    cursor: pointer;
}

/* .admin-user-holder .image-name-holder {
    position: relative;
    cursor: pointer;
    white-space: nowrap;
} */

.user-img-dropdown {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #18aee3;
}

.user-img-dropdown img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.admin-dropdown-name {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    padding-right: 10px;
    padding-left: 10px;
    color: #173151;
}

.span-inline {
    display: inline-block;
}

.admin-user-holder .dropdown-holder {
    position: absolute;
    width: 250px;
    min-height: 310px;
    background: #ffffff;
    box-shadow: 0px 0px 20px rgb(37 49 60 / 20%);
    border-radius: 10px;
    margin-top: 20px;
    top: 30px;
    left: -190px !important;
    padding: 30px 20px 15px 20px;
    z-index: 9999;
    width: 245px;
    display: none;
}

.admin-user-holder .dropdown-holder .dropdown-item {
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    line-height: 38px;
}

.admin-user-holder .dropdown-holder .dropdown-item:active {
    background-color: #ffffff;
}

.user-name-adm {
    font-weight: normal !important;
    font-size: 16px !important;
    line-height: 24px;
    color: #25313c !important;
    cursor: none;
    white-space: normal;
}

.dropdown-item-email {
    display: block;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #25313c;
    opacity: 0.4;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.admin-user-holder .image-name-holder a {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #25313c;
}

.toggle-nav {
    display: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

/* Phone settings */

.phone-settings.mic-not-allowed, .phone-settings.mic-not-allowed:hover {
    border-radius: 3px;
    background-color: #ff000014;
    color: #193d61;
}

.phone-settings.mic-allowed, .phone-settings.mic-allowed:hover {
    background-color: #00800017;
    color: #193d61;
}

.phone-settings,
.appointment-calendar {
    padding: 2px;
    cursor: pointer;
}

.appointment-calendar,
.storage-holder {
    display: flex;
    align-items: center;
    justify-content: center;
}

.appointment-calendar a,
.storage-holder a,
.storage-holder a:hover {
    font-family: "Poppins";
    font-weight: 500;
    font-size: 10px !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #18527d;
    margin-bottom: 0px;
    text-decoration: unset;
    padding-left: 0px;
    padding-right: 10px;
}

.appointment-calendar a img,
.storage-holder a>img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.phone-settings.disabled {
    opacity: 0.6;
}

.phone-settings-dropdown {
    display: none;
    position: absolute;
    min-height: 275px;
    max-height: 590px;
    background: #ffffff;
    box-shadow: 0px 0px 20px rgb(37 49 60 / 20%);
    border-radius: 10px;
    margin-top: 20px;
    z-index: 9999;
    width: 270px;
    /* right: 0; */
    top: 39px;
    text-align: left;
    left: -124px;
}

.phone-container-setting{
   padding: 20px 20px 15px 20px;
}

.call-log-date{
    padding: 10px 15px;
    color: #193d61;
    font-weight: 500;
    background: #00B4E50D;
}

.call-log-content {
    overflow: auto;
    max-height: 520px;
}

.phone-settings-dropdown::after {
    position: absolute;
    top: -9px;
    left: 50%;
    display: inline-block;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #ffffff;
    border-left: 9px solid transparent;
    content: "";
}

.phone-settings-dropdown.show {
    display: block;
}

.call-btn {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.call-log-container {
    display: none;
}

.call-log-details {
    padding: 8px 15px;
    border-bottom: 1px solid #dfe1e6;
}

.call-log-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #dfe1e6;
    padding: 20px 20px 15px 20px;
}

#go-to-call {
    cursor: pointer;
}

.call-log-details>div p {
    margin-bottom: 0;
    font-size: 13px;
    margin-left: 10px;
}

.call-log-details>div img {
    width: 16px;
}

span.call-time {
    font-size: 12px;
    color: #0000009c;
}

p.call-duration{
    margin-bottom: 0;
    font-size: 11px;
    font-weight: 300;
}

.call-btn>button {
    font-size: 16px;
    height: 100%;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    min-width: unset;
}

.call-btn>.blue {
    background: #18aee3;
    border: 1px solid #18aee3;
    color: #ffffff;
}

.call-btn>.blue.disabled {
    background-color: #f5f6f7;
    color: #00000091;
    border: #f5f6f7;
    cursor: not-allowed;
}

.call-btn>.white {
    background: #ffffff;
    border: 1px solid #18aee3;
    color: #18aee3;
}

.open-phone-numbers {
    position: absolute;
    top: 30px;
    right: 6px;
    cursor: pointer;
}

.open-phone-numbers img {
    width: 15px;
    height: 20px;
}

.phone-buttons button {
    background-color: #f5f6f7;
    border-radius: 50%;
    margin-top: 5px;
    height: 45px;
    width: 45px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    cursor: pointer;
    font-size: 20px;
    margin-left: 17px;
    margin-right: 17px;
    transition: background-color 0.6s ease-in-out;
    margin: 5px 10px;
}

.phone-buttons button:focus {
    box-shadow: unset;
}

.phone-buttons button:hover {
    background-color: rgba(24, 174, 227, 0.4);
}

.phone-buttons {
    box-shadow: 0 0 7px rgb(0 0 0 / 10%), 0 1px 1px rgb(0 0 0 / 15%);
    padding: 5px;
    margin-top: 5px;
    /* display: none; */
}

.delete-number-btn {
    cursor: pointer;
}

.phone-buttons-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.phone-buttons-footer img {
    position: absolute;
    right: 15px;
}

.call-modal-content {
    width: 375px;
    border-radius: 30px;
    background-color: #fafaff;
}

/* DIAL PHONE MODAL  */

.dial-phone {
    z-index: 2;
    background-color: #18aee3;
    animation: phone 1s cubic-bezier(0.12, 0.7, 0.74, 0.71) infinite alternate-reverse;
    display: grid;
    justify-content: center;
    align-items: center;
    border: 0.5px white solid;
    cursor: pointer;
}

.dial-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 170px;
}

.dial-content div {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    z-index: 0;
    position: absolute;
}

.dial-content div>img {
    height: 7px;
    width: 7px;
}

.container-dial-content {
    text-align: center;
}

.container-dial-content img {
    width: 100px;
    height: 100px;
    z-index: 1;
}

.call-status {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #40405a;
}

.contact-name-calling {
    font-family: "Poppins";
    font-size: 28px;
    font-weight: 400;
    line-height: 35.28px;
    letter-spacing: -0.01em;
    color: #0c0c1c;
}

.number-calling {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 400;
    line-height: 20.16px;
    letter-spacing: -0.01em;
    color: #0c0c1c80;
}

.call-extension {
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.01em;
    padding: 4px 12px;
    color: #18aee3;
    border: 1px solid #18aee3;
    border-radius: 300px;
    width: fit-content;
    margin: auto;
}

.actions {
    margin: 20px 0 0 0;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 17.64px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #a1a1af;
}

.actions-container {
    background-image: url("../images/call-actions-bg.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 160px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.actions-outgoing-call {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 20px;
    height: 100%;
}

.actions-outgoing-call>.actions-btn,
.actions-outgoing-call>div .actions-btn {
    padding: 12px;
    border-radius: 100%;
    border: 1px solid #f2f3f3;
    cursor: pointer;
    margin-top: 35px;
}

.actions-outgoing-call>.actions-btn:hover,
.actions-outgoing-call>div .actions-btn:hover {
    background: #e4e4e4;
}

.actions-incoming-call {
    display: none;
    padding: 0 30px;
}

.actions-incoming-call.new-tab {
    display: block;
}

.actions-outgoing-call.new-tab {
    display: none;
}

.hold-call.on-hold {
    background: #e4e4e4;
}

.phone-numbers-container .divide {
    width: 60px;
    height: 8px;
    background: #ececef;
    border-radius: 20px;
    margin: 15px auto;
}

.resume-call-txt {
    position: absolute;
    font-size: 10px;
    text-wrap: nowrap;
    left: 5px;
    margin-bottom: 0px;
    margin-top: 2px;
}

.transfer-call-btn {
    background: #28BF9A;
    border-radius: 100%;
    padding: 10px;
    margin-bottom: 5px;
}

.phone-numbers-container {
    display: none;
    background: #ffffff;
    position: absolute;
    border-radius: 10px;
    position: absolute;
    border-radius: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.phone-numbers-container input {
    border: unset;
    text-align: center;
    font-size: 24px;
    width: 70%;
    font-weight: 500;
}

.phone-numbers-container input:focus-visible {
    outline: none;
}

.modal-number-btn {
    justify-content: center;
    align-items: center;
    display: inline-flex;
    cursor: pointer;
    padding: 6px 40px;
    font-family: "Poppins";
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    background: unset;
    border: unset;
}

.modal-number-btn:focus {
    box-shadow: none;
    background: #18aee31a;
    color: #18aee3;
    border-radius: 50px;
}

.back-to-call-btn:focus {
    box-shadow: none;
}

.end-call-btn,
.end-call-btn:hover,
.end-call-btn:focus,
.actions-btn:focus {
    outline: none;
    box-shadow: unset !important;
}

.input-invalid {
    display: none;
    font-size: 10px;
    color: #dc0000;
    line-height: 12px;
}

.insufficient-funds {
    font-size: 12px;
    margin-bottom: 0;
}

.insufficient-funds a {
    color: #18aee3;
    text-decoration: underline;
}

.input-invalid-border {
    border: 1px solid #dc0000;
}

.usage-holder-setting {
    align-items: center;
    background: rgba(24, 174, 227, 0.08);
    text-decoration: none;
    padding: 10px;
    cursor: pointer;
    display: inline-flex;
    position: relative;
    height: 100%;
}

.usage-holder-setting p {
    font-family: "Poppins";
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #18527d;
    margin: 0 10px;
}

.usage-dropdown.show {
    display: block;
}

.usage-dropdown {
    display: none;
    position: absolute;
    margin-top: 20px;
    padding: 10px;
    z-index: 9999;
    top: 35px;
    width: 460px;
    text-align: left;
    border: 1px solid #f3f3f3;
    border-radius: 10px;
    background: #fcfcfd;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.12);
}

.usage-holder-setting::after {
    content: url(../images/arrow-down-color.svg);
    width: 10px;
    top: 10px;
    position: absolute;
    right: 8px;
}

.remove-usage-dropdown {
    width: 28px;
    height: 28px;
    border: 1px;
    border-radius: 100%;
    background-color: #f5f7f9;
}

.rotate::after {
    transform: rotate(180deg);
    top: 15px;
    right: 5px;
}

.usage-dropdown::after {
    position: absolute;
    top: -8px;
    left: 20px;
    display: inline-block;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #ffffff;
    border-left: 9px solid transparent;
    content: "";
}

.available-usage {
    padding: 10px;
}

.available-usage p.title {
    color: #524c4c;
    font-size: 12px;
    font-family: Poppins;
    text-transform: uppercase;
    margin-bottom: 0;
}

.usage-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    background: rgba(173, 199, 215, 0.08);
    padding: 10px;
}

.usage-container>div p {
    color: #18527d;
    font-size: 16px;
    font-family: Poppins;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-left: 25px;
}

.usage-holder {
    height: 100%;
}

.usage-holder h6 {
    padding: 5px 8px;
    color: #38cb89;
    font-size: 12px;
    font-family: Poppins;
    text-transform: capitalize;
    border-radius: 21px;
    background: rgba(56, 203, 137, 0.05);
    margin-bottom: 0;
}

/* .available-usage{
    margin-left: 10px;
}
.available-usage p ,.available-usage p.span{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #18527D;
    margin-bottom: 0;
}

.available-usage h6{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 10px;
    letter-spacing: 0.1em;
    text-transform: lowercase;
    color: #18527D;
    position: relative;
} */

.navigation-top-mobile {
    display: none;
}

.navigate-button-top {
    background: #fff;
    border: 1px solid #18aee3;
    color: #18aee3;
    font-size: 14px;
    height: 100%;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 8px;
    cursor: pointer;
}

.navigate-button-top:hover {
    color: #18aee3;
}

/* .storage-holder > a > .storage-icon {
    background-image: url(../images/sidebar-images/storage_colored.svg);
} */

/* .storage-holder a{
    display: flex;
    align-items: center;
} */

@keyframes scaling {
    0% {
        transform: scale(4);
        background-color: #18aee3;
    }

    100% {
        transform: scale(10);
        background-color: rgba(245, 0, 182, 0);
    }
}

@keyframes phone {
    0% {
        transform: scale(4);
    }

    100% {
        transform: scale(4.5);
    }
}

.circle1 {
    animation-delay: 0s;
    animation: scaling 1.5s cubic-bezier(0.12, 0.7, 0.74, 0.71) infinite;
}

.circle2 {
    animation-delay: 1s;
    animation: scaling 2s cubic-bezier(0.12, 0.7, 0.74, 0.71) infinite;
}

/* Platforms dropdown */

.platforms-holder {
    margin-right: 15px;
    cursor: pointer;
}

.platforms-dropdown-holder {
    position: absolute;
    width: 417px;
    min-height: 120px;
    background: #ffffff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    border-radius: 10px;
    margin-top: 28px;
    right: 30px !important;
    z-index: 9999;
    display: none;
    text-align: left;
    max-height: calc(100vh - 80px);
    overflow: auto;
}

.platforms-dropdown-holder.show {
    display: block;
}

.platforms-dropdown-holder.show .scrollable-div-container {
    /* height: 600px;
    overflow: auto; */
}

.platforms-dropdown-holder .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    border-bottom: 1px solid #e7e7e7;
    padding: 16px 21px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.platforms-dropdown-holder .item:hover {
    background: #f9f9f9;
}

.platforms-dropdown-holder .item:last-child {
    padding-bottom: 30px;
}

.platforms-dropdown-holder .item svg {
    color: red;
    font-size: 30px;
}

.platforms-dropdown-holder>div>label {
    display: block;
    font-size: 24px;
    line-height: 36px;
    font-family: "Poppins";
    font-weight: 500;
    margin-bottom: 12px;
    color: #173151;
    padding: 24px 19px 0 19px;
}

.platforms-dropdown-holder a {
    display: flex;
    align-items: center;
    gap: 12px;
    /* margin-right: 0px;
    width: 160px; */
    text-decoration: none;
}

.platforms-dropdown-holder .item h4 {
    font-family: "Poppins";
    font-weight: 500;
    font-size: 16px;
    line-height: 20.8px;
    color: #131312;
    margin: 0;
    text-align: left;
}

.platforms-dropdown-holder .item h6 {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 12px;
    line-height: 13px;
    color: #13131280;
    margin: 0;
    text-align: left;
}

.platforms-dropdown-holder .platform-holder-icon {
    margin: 0;
}

.platforms-dropdown-holder a img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.platforms-dropdown-holder a span {
    font-family: "Poppins-Regular";
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    color: #000000;
    text-align: center;
    padding-top: 5px;
}

/* Call minimized div */

.call-minimized-container {
    position: absolute;
    display: none;
    top: 45px;
    background: #FFFFFF;
    width: 255px;
    height: 175px;
    border-radius: 10px;
    right: -65px;
    padding: 20px;
    box-shadow: 0px 7px 29px 0px #64646F33;
    text-align: left;
    cursor: grabbing;

}

.call-minimized-header {
    display: flex;
    align-items: center;
}

.call-minimized-header p {
    color: #050505;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

.minimize-call-btn img {
    width: 24px;
    height: 24px;
}

.call-minimized-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F1F5F7;
    border-radius: 10px;
    padding: 10px;
}

.call-minimized-body p {
    margin-bottom: 0;
    font-size: 12px;
    color: #0C0C1C80;
}

.contact-calling-name {
    font-weight: 500;
}

.contact-calling-number {
    margin-bottom: 0;
}

.incoming-call-minimized,
.outgoing-call-minimized {
    display: none;
}

/* .incoming-call-minimized.show, .outgoing-call-minimized.show{
    display: block;
} */

.outgoing-call-minimized>div,
.incoming-call-minimized>div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.outgoing-call-minimized>div>.end-call-btn img,
.incoming-call-minimized div>button img {
    width: 32px;
    height: 32px;
}

.outgoing-call-minimized>div>.hold-call>img,
.outgoing-call-minimized>div>.mute-call>img {
    border-radius: 100%;
    border: 1px solid #f2f3f3;
    width: 34px;
    height: 34px;
    padding: 6px;
}

.maximize-call-btn {
    margin: 0;
    padding: 5px;
    position: relative;
    bottom: 10px;
}

.queue-minimized-container {
    position: absolute;
    display: none;
    top: 45px;
    background: #FFFFFF;
    width: 400px;
    height: auto;
    border-radius: 10px;
    right: 200px;
    padding: 20px;
    box-shadow: 0px 7px 29px 0px #64646F33;
    text-align: left;
    cursor: grabbing;
}

.queue-minimized-container h5 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

/* notification holder */

.notification-holder {
    cursor: pointer;
}

.notification-dropdown {
    display: none;
    min-height: 410px;
    max-height: 410px;
    background: #ffffff;
    box-shadow: 0px 0px 20px rgb(37 49 60 / 20%);
    border-radius: 10px;
    margin-top: 20px;
    padding: 15px;
    z-index: 9999;
    top: 40px;
    text-align: left;
    right: 20px;
    position: absolute;
    width: 315px;
    border-radius: 5px;
    overflow-y: auto;
}

.notification-dropdown.show {
    display: block;

}

.notification-dropdown-header h4 {
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 500;
}

.notifications-radio-button {
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s;
    text-align: center;
    padding: 4px 10px;
    font-family: 'Poppins';
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;

}

.notifications-radio-button.all-notifications {
    border: 1px solid #00B4E5;
    color: #00B4E5;
}

.notifications-radio-button.fatal-notifications {
    border: 1px solid #DE1F2D;
    color: #DE1F2D;
}

.notifications-radio-button.crucial-notifications {
    border: 1px solid #F29500;
    color: #F29500;
}

.notifications-radio-button.recommended-notifications {
    border: 1px solid #470186;
    color: #470186;
}

input[type="radio"]:checked+.notifications-radio-button {
    color: #FFFFFF;
}

input[type="radio"]:checked+.notifications-radio-button.all-notifications {
    background: #00afff;
}

input[type="radio"]:checked+.notifications-radio-button.fatal-notifications {
    background: #DE1F2D;
}

input[type="radio"]:checked+.notifications-radio-button.crucial-notifications {
    background: #F29500;
}

input[type="radio"]:checked+.notifications-radio-button.recommended-notifications {
    background: #470186;
}


.notification-types {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.notification-types div {
    margin-right: 8px;
}

.notification-content {
    border-top: 1px solid #E5E5E5;
    padding: 5px;
}

.notification-title {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-bottom: 0;

}

.notification-date {
    font-family: 'Poppins';
    font-size: 13px;
    font-weight: 300;
    line-height: 21px;
    color: #AAAAAA;

}

.notification-text {
    font-family: 'Poppins';
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    color: #707070;
    margin: 0 0 0 18px;

}

.notification-status {
    width: 8px;
    height: 8px;
    display: inline-block;
    position: relative;
    border-radius: 50%;
    margin-right: 10px;
}

.notification-status::after {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.notification-status.status-fatal {
    background-color: #DE1F2D;
}

.notification-status.status-fatal::after {
    border: 4px solid rgba(222, 31, 45, 0.5);
}

.notification-status.status-crucial {
    background-color: #F29500;
}

.notification-status.status-crucial::after {
    border: 4px solid rgba(242, 149, 0, 0.5);
    ;
}

.notification-status.status-recommended {
    background-color: #470186;
}

.notification-status.status-recommended::after {
    border: 4px solid rgba(71, 1, 134, 0.5);
}

.notification-count {
    font-size: 10px;
    position: absolute;
    background: #00B4E5;
    border-radius: 50%;
    color: #FFFFFF;
    width: 14px;
    height: 14px;
    text-align: center;
    font-family: 'Poppins';
    font-weight: 600;
    left: 9px;
    bottom: 12px;
}

.new-notification {
    display: none;
}

.monitoring-error-alert.show {
    display: block;
}

.monitoring-error-alert {
    display: none;
    position: absolute;
    top: 50px;
    width: 100%;
    left: 0;
    background-color: #FFFFFF;
}

.monitoring-err-container {
    padding: 10px 20px;
    border-top: 1px solid #E5E5E5;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.administration-section.alert-active {
    margin-top: 105px;
    height: calc(100vh - 105px);
}

.monitoring-err-container a {
    text-decoration: none;
    color: #FFFFFF;
}

.monitoring-err-container.fatal {
    background: #DE1F2D;
}

.monitoring-err-container button,
.monitoring-err-container button:hover {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    padding: 0;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.monitoring-err-container.crucial {
    background: #F29500;
}


.monitoring-err-container.recommended {
    background: #470186;
}


/* Admin Notification */

.admin-notification-number{
    position: absolute;
    background-color: #00b4e5;
    color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    position: absolute;
    font-weight: 500;
    font-size: 0.75rem;
    min-width: 20px;
    height: 20px;
    z-index: 1;
    top: 0px;
    right: 0px;
    transform: scale(1) translate(50%, -50%);
    padding: 0px 6px;
    border-radius: 10px;
}


.notifications-wrap-container {
    background: #fff;
    box-shadow: 0 8px 24px 0 #959da533;
    margin: auto;
    position: absolute;
    right: 14px;
    top: 65px;
    width: 362px;
}

.notifications-wrap-title {
    --webkit-align-items: center;
    --webkit-justify-content: space-between;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 12px 18px 7px;
}

.notifications-wrap-title h5{
    color: #252626;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 600;
    margin: 0;

}

.notifications-wrap-title button{
    background: transparent;
    border: 0;
    color: #00b2e3;
    cursor: pointer;
    font-family: 'Poppins';
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0;
}

.notifications-wrap-tabs {
    --webkit-align-items: center;
    align-items: center;
    display: flex;
}

.notifications-wrap-tabs>button.active{
    color: #0c2640;
    font-weight: 600;
}

.notifications-wrap-tabs>button{
    background: transparent;
    border: 0;
    color: #0c2640cc;
    flex: 1 1;
    font-weight: 500;
    padding-bottom: 6px;
    padding-left: 37px;
    padding-top: 6px;
    position: relative;
    text-align: left;
    align-items: center;
    cursor: pointer;
    display: flex;
    font-size: 12px;
}

.notifications-wrap-tabs>button.active>span {
    background-color: #00b2e3;
    color: #fff;
}

.notifications-wrap-tabs>button>span {
    border: 1px solid #dedbdb;
    border-radius: 4px;
    color: #0c264087;
    font-family: 'Poppins';
    font-size: 9px;
    font-weight: 500;
    margin-left: 5px;
    padding: 1px 5px;
}

.notifications-wrap-tabs>button.active:after {
    background-color: #00b2e3;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}

.notifications-wrap-tabs>button:after {
    background-color: #efefef;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}

.custom-scrollbar-vertical{
    scrollbar-color: #e5e5e5 transparent;
    scrollbar-width: thin;
}

.container-noty-list {
    overflow-y: auto;
    transition: height .3s cubic-bezier(.4, 0, .2, 1) 0ms;
    height: calc(-545px + 100vh);
    /* height:auto; */
}

.no-notifications-message{
    color: #000000a6;
    font-weight: 400;
    padding: 12px;
    font-size: 12px;
    text-align: center;
}

.admin-notify-holder-dropdown{
    position: absolute;
    width: 417px;
    min-height: 120px;
    background: #ffffff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    border-radius: 10px;
    margin-top: 28px;
    right: 0;
    z-index: 9999;
    display: none;
    text-align: left;
    max-height: calc(100vh - 80px);
    overflow: auto;
}

.admin-notify-holder-dropdown.show{
    display: block;
}

.noty-item {
    -webkit-animation: fadeIn .2s forwards;
    animation: fadeIn .2s forwards;
    border-bottom: 1px solid rgba(37, 49, 60, .1);
    opacity: 0;
    padding: 16px;
    position: relative;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}

.noty-item a {
    text-decoration: none;
    width: 70%;
}

.noty-item .notification-title {
    color: #0c2640;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin: 0;
}

.noty-item p.description {
    font-size: 12px;
    color: #0c26405c;
    margin-bottom: 10px;
}

.noty-item span{
    font-size: 10px;
    color: rgb(146, 152, 157);
    font-family: 'Poppins';
    font-weight: 400;
    text-align: right;
    display: block;
    margin: 0px;
}

.noty-item .notification-type{
    margin: 0 10px 0 0;
    font-size: 12px;
    border-radius: 5px;
    border: 1px solid #dedede;
    padding: 5px;
    color: #0c2640;
}

.notifications-wrap-bottom {
    border-top: 1px solid #efefef;
    min-height: 30px;
    padding: 5px 20px;
    text-align: right;
}

.notifications-wrap-bottom button{
    color: #0c2640;
    font-family: 'Poppins';
    font-size: .8em;
    font-weight: 400;
    line-height: 21px;
    margin: 0;
    display: flex;
    justify-self: end;
    background: transparent;
    border: 0;
}

.unread-highlight {
    background: #F5F9FD;
}

/* End of Admin Notification */

@media (max-width: 576px) {
    .search-user-holder {
        margin-left: 0px;
        left: 0px;
        right: 0px;
        width: 100%;
        height: fit-content;
        top: 100px;
        transition: 0.3s all ease-in-out;
        visibility: hidden;
        opacity: 0;
    }

    .toggle-nav {
        padding-right: 10px;
        display: block;
        cursor: pointer;
    }

    .admin-header-right {
        text-align: unset;
    }

    .search-admin-section {
        margin-left: 0px;
        position: absolute;
        border-radius: 0px;
        left: 0px;
        right: 0px;
        top: -30px;
        width: 100%;
        padding: 15px 15px;
        transition: 0.3s all ease-in-out;
        z-index: 1;
    }

    .search-user-holder.open .search-admin-section {
        top: 0px;
        visibility: visible;
        opacity: 1;
    }
}

@media (max-width: 1024px) {
    .navigate-button-top {
        font-size: 0px;
        width: fit-content;
    }

    .admin-dropdown-name {
        display: none !important;
    }
}

@media (max-width: 576.99px) {
    .navigation-top-mobile {
        display: block;
    }

    .navigate-button-top {
        font-size: 14px;
        width: 50%;
    }
}

@media (max-width: 1220px) {
    .usage-holder-setting p {
        display: none;
    }

    .available-credits p {
        display: none !important;
    }

    .usage-holder-setting::after {
        content: "";
    }
}



/* new topbar style */

.top-info-bar{
    width: 100%;
    padding: 2px 20px;
    background-color: #193d61;
    color: #fff;
    height: 26px;
    font-size: 12px;
    font-weight: 300;
    align-items: center;
    letter-spacing: 0.05em;
}

.top-info-bar a{
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.05em;
}

span.arrow-left{
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #fff;
    margin-left: 4px;
}
span.arrow-bottom{
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #193d61; 
    margin-top: 4px;
}

.admin-notification-number{
    position: absolute;
    background-color: #00b4e5;
    color: #fff;
    display: flex;
    font-weight: 400;
    font-size: 10px;
    min-width: 14px;
    height: 14px;
    z-index: 1;
    top: 6px;
    right: 4px;
    transform: translate(50%, -50%);
    border-radius: 10px;
    align-items: center;
    justify-content: center;
}

.admin-notification-icon{
    width: 20px;
    height: 20px;
    object-fit: contain;
}


.admin-dropdown-name{
    background-color: #00b4e5;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    font-size: 12px;
    min-width: 30px;    
    height: 30px;
    border-radius: 50%;
    padding: 0px 4px;
}

.admin-user-holder{
    position: relative;
}


/* mainbar */

.main-bar{
    padding: 0px 20px;
}

.appbar-button {
    background: transparent;
    color: #193d61;
    font-size: 14px;
    height: 48px;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 14px;
    cursor: pointer;
    transition: all 0.2s linear;
}
.appbar-button:first-child{
    padding-left: 0;
}
.appbar-button:not(:first-child) {
    box-shadow: inset 1px 0 2px -1px rgb(159 159 159);
}

.appbar-button:active, .appbar-button.active, .appbar-button:hover {
    background-color: #00B4E50D;
    color: #18aee3;
}

.appbar-button::before {
    content: "";
    width: 16px;
    height: 16px;   
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    flex-shrink: 0;
    margin-right: 8px;
    transition: background-image 0.2s ease;
}

.appbar-button.phone-icon{
    border-left: 1px solid rgb(159 159 159 / 45%);
    border-right: 1px solid rgb(159 159 159 / 45%);
}

.appbar-button.contact-icon::before {
    background-image: url("../images/appbar-icons/contact-ic.svg");
}

.appbar-button.conversation-icon::before {
    background-image: url("../images/appbar-icons/conversation-ic.svg");
}

.appbar-button.campaign-icon::before {
    background-image: url("../images/appbar-icons/campaigns-ic.svg");
}

.appbar-button.library-icon::before {
    background-image: url("../images/appbar-icons/ai-libraries-ic.svg");
}

.appbar-button.phone-system-icon::before {
    background-image: url("../images/appbar-icons/phone-system-ic.svg");
}

.appbar-button.phone-icon::before {
    background-image: url("../images/phone-call-colored.svg");
}

/* active  */

.appbar-button.contact-icon.active::before, .appbar-button.contact-icon:hover::before {
    background-image: url("../images/appbar-icons/contact-ic-colored.svg");
}

.appbar-button.conversation-icon.active::before, .appbar-button.conversation-icon:hover::before {
    background-image: url("../images/appbar-icons/conversation-ic-colored.svg");
}

.appbar-button.campaign-icon.active::before, .appbar-button.campaign-icon:hover::before {
    background-image: url("../images/appbar-icons/campaigns-ic-colored.svg");
}

.appbar-button.library-icon.active::before, .appbar-button.library-icon:hover::before {
    background-image: url("../images/appbar-icons/ai-libraries-ic-colored.svg");
}

.appbar-button.phone-system-icon.active::before, .appbar-button.phone-system-icon:hover::before {
    background-image: url("../images/appbar-icons/phone-system-ic-colored.svg");
}
