.timer {
    font-size: 17px;
    color: red;
}
.disabled-link {
    pointer-events: none;
    color: #aaa;
    text-decoration: none;
}
input.hidden {
    display: none !important;
}
.nxl-navigation .b-brand img {
    max-height: 54px;
}
.header-right .nxl-h-item.dark-light-theme {
    margin-right: 15px;
}
.action-btns .btn {
    margin-right: 5px;
}
.statuses {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    padding: 5px 0;
    display: none;
    z-index: 100;
    width: 100%;
    text-transform: none;
    text-align: left;
}

.statuses span {
    display: block;
    padding: 8px 12px;
    cursor: pointer;
}

.statuses span:hover {
    background-color: #f0f0f0;
}

.btn-status {
    position: relative;
}

.btn-status:hover .statuses {
    display: block;
}
.phone-list {
    list-style-type: none;
    padding: 0;
}
.phone-item {
    margin: 5px 0;
}
.phone-item input {
    margin-right: 10px;
}
.loader {
    border: 4px solid rgba(0, 0, 0, 0.1); /* Light grey */
    border-radius: 50%;
    border-top: 4px solid #fff; /* White color for contrast */
    width: 16px;
    height: 16px;
    animation: spin 1s linear infinite;
    margin-right: 8px;
    display: inline-block;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Hide loader by default */
.loader-hidden {
    display: none;
}

#fbloginbtn,
.instaloginbtn,
#whatsapploginbtn,
.fbloginbtn {
    border: 0;
    border-radius: 4px;
    color: #fff !important;
    cursor: pointer;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
}

#phoneModal .phone-item input {
    position: absolute;
    top: -999999px;
}

.card-btn.card {
    background-color: #fff !important;
}

#showtemplate {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
}

.instaloginbtn {
    background-color: #d62976;
}

.whatsappbtn {
    background-color: #25d366;
}

.instaloginbtn:hover,
.whatsappbtn:hover,
fbloginbtn:hover {
    color: #fff !important;
    opacity: 0.9;
}

.fbloginbtn {
    background-color: #1877f2;
}

/* Style the notification bar */
.notification-bar {
    background-color: #07813e;
    color: #fff;
    padding: 10px 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 16px;
    z-index: 99999;
    display: none;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.notification-bar button {
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    margin-left: 20px;
}

.notification-bar button:hover {
    text-decoration: underline;
}

.notification-bar.success, .notification-bar.info {
    background-color: #07813e;
    color: white;
}

.notification-bar.warning {
    background-color: #e34211;
    color: white;
}
.notification-bar.error {
    background-color: #f44336;
    color: white;
}


.step {
    background-color: #3dc7be;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    line-height: 30px;
    color: #ffffff;
}
.template-info .card-header {
    justify-content: flex-start;
}
.template-info .card-header img {
    background-color: #3dc7be;
    padding: 12px;
    max-width: 48px;
}
.template-info .card-header h5 {
    margin-left: 20px;
}
#template-format table td {
    color: #646464;
}
.messages-form .hidden {
    height: 0;
    font-size: 0;
    opacity: 0;
}
.messages-form .hidden select {
    font-size: 0;
    padding: 0;
}
.bulk-messages button {
    min-width: 80px;
}
.bulk-messages .form-control::file-selector-button {
    margin-left: -9px;
}
.bulk-messages select {
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
}
.bulk-messages form {
    padding: 10px;
    min-height: 171px;
    box-shadow: 0px 0px 3px 0 rgb(0 0 0 / 20%), 0 1px 2px -1px rgb(0 0 0 / 20%);
    border-radius: 5px;
    position: relative;
}
.bulk-messages .card {
    box-shadow: 0 0px 3px 0 rgba(0,0,0,.2),0 0px 2px -1px rgba(0,0,0,.2);
    margin: 0;
    border-radius: 5px;
}
.bulk-messages .card .card {
    box-shadow: none;
}
.bulk-messages .card .card-body, .bulk-messages .card .card-header {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.bulk-messages form:not(.active)::before {
    content: "";
    position: absolute;
    background-color: #00000008;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 5px;
    z-index: 999;
}
.bulk-messages form:not(.active) button {
    opacity: 0.6;
}
input#file2 {
    pointer-events: none;
}
h5, label {
    user-select: none;
}
.step-2, .step-3 {
    padding: 0 11px;
}
form label {
    margin-bottom: 3px;
}
#downloadchat {
    max-width: 300px;
}
#previewModal .modal-dialog {
    width: 100%;
    max-width: 80%;
}
td .highlight {
    background-color: #a14d00;
    color: #ffffff;
}
.data-table th {
    padding: 0;
    border: 0 !important;
}
.data-table th::after, .data-table th::before {
    content: none !important;
}
.not-count {
    position: absolute;
    top: -1px;
    right: 4px;
    background-color: #10bbef;
    width: 18px;
    height: 18px;
    text-align: center;
    border-radius: 100%;
    font-size: 0.8rem;
    color: #ffffff;
    line-height: 1.4;
}
.nxl-header .header-wrapper ul.notification-list {
    position: absolute;
    background-color: #ffffff;
    color: #000000;
    right: 0;
    top: 70px;
    min-width: 400px;
    transform: translate(150px, 0px);
    list-style-type: none;
    padding: 20px;
    box-shadow: 0px 0px 8px 0px #e3e3e3;
    max-height: 480px;
    overflow-y: auto;
    display: none;
}

ul.notification-list li {
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid;;
}
/* .notification-list li.error {
    padding: 10px;
    margin-bottom: 6px;
    background-color: #ff4d4d;
    color: white;
    border-left: 5px solid #b30000;
} */

.notification-list li.error {
    padding: 10px;
    margin-bottom: 6px;
    color: #ff4d4d;
    background-color: #ff4d4d1a;
    border-left: 5px solid #b30000;
}
.notification-list li.warning {
    padding: 10px;
    margin-bottom: 6px;
    color: #b99400;
    background-color: #ffcc0026;
    border-left: 5px solid #e6b800;
}
.notification-list li.notice {
    padding: 10px;
    margin-bottom: 6px;
    color: #4da6ff;
    background-color: #4da6ff30;
    border-left: 5px solid #0059b3;
}
ul.notification-list li .date {
    opacity: 0.8;
    margin-top: 5px;
}
.questions .form-row {
    display: none;
}
.questions .form-row.active {
    display: block;
}
.content-sidebar-items .single-item.active {
    background-color: #eff0f6;
}
#scheduled-campaigns_wrapper select {
    background: none;
}
.modal .form-control[readonly] {
    background-color: inherit;
}
table.dataTable td {
    position: relative;
}
table.dataTable tr:last-child td {
    border-bottom: 0;
}
span.edit {
    display: none;
}
#data-table tr td:last-child:hover .edit {
    display: inline;
    cursor: pointer;
    margin-left: 5px;
    line-height: 1;
    color: #10bbef;
}
#previewModal .modal-body {
    overflow-x: auto;
}
.inner-rows-wrapper {
    max-width: 85%;
    margin: 10px auto;
}
.btn-shadow {
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 6px 7px -1px rgb(118 118 125 / 30%) !important;
}
html.app-skin-dark button.btn-shadow {
    color: #121a2d !important;
}
.btn-shadow:hover, .btn-shadow:active, .btn-shadow:focus {
    color: currentColor !important;
}
.btn-icon2 span {
    font-size: 1.4em;
    line-height: 1;
}
.post-reply-form {
    max-width: 1200px;
}
.post-reply-form .form-select {
    max-width: 49%;
}
#instagramPostModal .modal-dialog {
    max-width: 1200px;
}
#instagramPostModal2 .modal-dialog {
    max-width: 800px;
}
.posts .edit-post {
    position: relative;
    margin-right: 1rem;
}
.posts .edit-post, .posts .trash, .posts .edit-keywords {
    font-size: 1.2rem;
    cursor: pointer;
    transition: color 0.3s ease;
}
.posts .edit-post::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: currentColor;
    top: 0;
    right: -1.15rem;
}
.posts span i, .posts button i {
    font-size: 1em;
}
.trash {
    margin-left: 1rem;
    color: #cb0c0c;
    padding: 0;
    border: none;
    background: transparent;
}
.repeater input[type="text"], .repeater textarea {
    height: 46px;   
}
.repeater-wrapper {
    border-top: 1px solid #6d6d6d;
    margin-top: 50px;
    background-color: #f3f3f3;
    padding: 20px;
    padding-right: 20px;
}
.edit-keywords .repeater-wrapper {
    margin-top: 0;
    border: none;
}
.edit-post .repeater-wrapper {
    margin-top: 0;
    border: none;
    padding: 0;
}
.pagination ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    list-style: none;
}
.pagination ul a {
    background-color: #283c50;
    color: #fff;
    padding: 6px 15px;
    border-radius: 5px;
    font-size: 0.8rem;
    transition: all 0.3s ease;
}
.pagination ul a:hover {
    background-color: #1a2b3c;
}
.training-data .dataTables_info {
    display: none;
}
.pagination {
    margin-bottom: 20px;
}
.nxl-navigation .navbar-content ul.status-list, .nxl-navigation .navbar-content .opened-submenu .nxl-submenu {
    padding-left: 50px;
    margin-right: 30px;
    margin-top: 10px;
        list-style: circle;
}
.status-list li, .opened-submenu .nxl-submenu li {
    margin: 5px 0 !important;
}
.status-list li a {
    display: block;
    padding: 7px 10px 5px;
    font-size: 12px;
}
.status-list li.active a, .opened-submenu .nxl-submenu li.active a {
    background-color: #f7f7f7 !important;
    /* border-left: 5px solid #585858; */
    border-radius: 4px;
}
body.loading-chat {
    overflow: hidden;
}
.loading-chat .chat-main {
    overflow-y: hidden;
}
.loading-chat .chat-main::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0000001f;
    z-index: 98;
    left: 0;
    top: 0;
}
.loading-chat .lead-status {
    height: 100vh;
}
.loading-chat .lead-status > .loader {
    display: block !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    z-index: 99;
}
.minimenu ul.status-list {
    display: none;
}
.lead-status table.dataTable th:first-child {
    max-width: 270px;
}
.messages-form .form-field {
    max-width: 600px;
}
.catalogue table.dataTable td {
    vertical-align: middle;
}
.section-top a.btn {
    padding: 8px 12px;
}
.nxl-hasmenu.catalogue-menu .nxl-submenu, .nxl-hasmenu.opened-submenu .nxl-submenu {
    display: block !important;
    list-style: circle;
    padding-left: 50px;
}
.nxl-navigation .navbar-content .catalogue-menu .nxl-submenu .nxl-link, .nxl-navigation .navbar-content .opened-submenu .nxl-submenu .nxl-link {
    margin-left: 0 !important;
    padding: 8px 10px;
}
#editModal .modal-dialog {
    max-width: 800px;
}
/* #repeater {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2rem;
} */
.repeater-container .repeater-row {
    border: 1px solid #ddd;
    background: linear-gradient(to bottom, rgb(255 255 255 / 0%), rgb(201 201 201 / 5%));
    padding: 1.5rem;
    box-shadow: 2px 4px 16px rgba(163, 177, 198, 0.6), -9px -9px 16px rgba(255, 255, 255, 0.5);
    border-radius: 12px;
    margin-bottom: 2.5rem !important;
    /* flex: 1;
    width: 48%; */
}
.app-skin-dark .repeater-container .repeater-row {
    border: 1px solid #25314d;
    box-shadow: 2px 4px 16px rgb(9 13 21 / 79%), -9px -9px 16px rgb(24 34 58 / 50%);
}
.item-desc a span {
    display: block;
    width: 100%;
}



@media screen and (max-width: 1499px) {
    .bulk-messages .h5, .bulk-messages h5 {
        font-size: 0.9rem;
    }
    .nxl-container .nxl-content .main-content {
        padding: 30px 15px 5px;
    }
    .lead-status table.dataTable th:first-child {
        max-width: 290px;
        min-width: 260px !important;
    }
}

@media screen and (min-width: 768px) {
    .step-1::after, .step-2::after {
        content: "";
        position: absolute;
        width: 80%;
        background-color: #7dfdf4;
        height: 2px;
        top: 30%;
        left: 60%;
    }
    .delete-btn {
        position: relative;
        z-index: 9;
        max-width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .step-2, .step-3 {
        margin-top: 1.5rem;
    }
    .post-reply-form .form-select {
        max-width: 100%;
    }
}