:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #006666;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    /* --main-color: #ff4961; */
    --main-color: #006666;
    /* --main-hover-color: #ffe6e6; */
    --main-hover-color: #338585;
    --hover-color: #338585;
}

.footer-text {
    color: var(--main-color) !important;
}

.nav-pills .nav-link:not(.active):hover {
    background: #338585 !important;
    color: #fff !important;
    border-radius: 5px !important;
    transition: .15s;
}

.nav-pills .nav-link {
    font-size: 15px;
}

.main-sidebar .navbar-light.bg-light {
    background: #ffffff !important;
    border-bottom: 1px solid #eaf3fc9e;
}

.user-panel {
    border-bottom: 1px solid #eaf3fc9e;
}

.site-logo {
    height: 36px !important;
    width: 40px !important;
}

.nav-sidebar>.nav-item {
    margin-bottom: 0 !important;
    padding: 0px 10px;
    font-size: 16px;

    font-weight: 500 !important;
}

.sidebar-mini.sidebar-collapse .main-sidebar {
    overflow-x: hidden !important;
    /* background: white !important; */
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, .125);
    border-radius: 1.25rem !important;
    padding: 25px;
    overflow: hidden;
}

.navbar-nav:hover {
    color: #2f4cdd !important;
}

.nav-sidebar .nav-item>.nav-link {
    color: #ffffff;
    padding: 10px 20px !important;
}

body {
    /* font-family: var(--bs-font-sans-serif); */

}

.btn-outline-primary:hover {
    color: #fff !important;
    background-color: #2f4cdd !important;
    border-color: #2f4cdd !important;
}

.btn-outline-primary {
    color: #2f4cdd !important;
    border-color: #2f4cdd !important;
}

.btn-primary {
    color: #fff;
    background-color: #2f4cdd !important;
    border-color: #2f4cdd !important;
}

.btn-primary:hover {
    color: #fff;
    background-color: var(--bs-primary) !important;
    border-color: var(--hover-color) !important;
}

.card-footer {
    background-color: white !important;
}

.panel-text.text-primary {
    color: #000 !important;
    font-weight: 600;
}

.navbar-white {
    background-color: #f5f5f5 !important;
}

.content-wrapper>.content {
    padding: 20px !important;
    margin: 60px 0px!important;
}

.content-wrapper {
    padding: 0px !important;
    background-color: #F5F5F5 !important;
}

.main-sidebar {
    background-color: #006666 !important;
    border-radius: 0px 25px 0px 0px;
}

.breadcrumb {
    background-color: #f1f3f5;
}

.breadcrumb-item+.breadcrumb-item::before {
    font-family: 'simple-line-icons' !important;
    font-size: 13px !important;
}

label,
th,
td,
li,
button {
    font-size: 13px !important;
    font-weight: 400 !important;
}

.notification-width {
    white-space: inherit !important;
}

.notfy-time-margin {
    margin-top: 5px;
}

.notification-section {
    margin-right: -60px !important;
}

.profile-image {
    max-width: 30px !important;
    border-radius: 50% !important;
}

.admin-notification {
    font-size: 21px !important;
}

.read_notification {
    background: #e9eae6a8 !important;
    font-weight: bold !important;
}

.cart-product {
    position: absolute;
    border-radius: 50%;
    border: 1px solid gray;
    padding: 0px 4px;
    font-size: 8px;
    top: 8px;
    right: 7px;
    background: #007bff;
    color: white;
}

.card-inner-text {
    opacity: .8;
}

.light.btn-danger {
    background-color: #fee6ea;
    border-color: #fee6ea;
    color: #f72b50;
    font-weight: bold !important;
}

.light.btn-danger:hover {
    background-color: #f72b50;
    border-color: #f72b50;
    color: #fff;
    font-weight: bold !important;
}

.light.btn-danger:active {
    color: #fff;
    background-color: #e60931 !important;
    border-color: #da082e;
    font-weight: bold !important;
}

.light.btn-success {
    background-color: #e7faec;
    border-color: #e7faec;
    color: #2bc155;
    font-weight: bold !important;
}

.light.btn-success:hover {
    background-color: #2bc155;
    border-color: #2bc155;
    color: #fff;
    font-weight: bold !important;
}

.light.btn-success:active {
    color: #fff;
    background-color: #229743;
    border-color: #1f8d3e;
    font-weight: bold !important;
}

.light.btn-warning {
    background-color: #ffeae6;
    border-color: #ffeae6;
    color: #ff6d4d;
    font-weight: bold !important;
}

.light.btn-warning:hover {
    background-color: #ff6d4d;
    border-color: #ff6d4d;
    color: #fff;
    font-weight: bold !important;
}

.light.btn-warning:active {
    color: #fff;
    background-color: #ff431a;
    border-color: #ff390d;
    font-weight: bold !important;
}

.light.badge-success {
    background-color: #e7faec;
    color: #2bc155;
    line-height: 1.5;
    border-radius: 0.375rem;
    padding: 4px 10px;
    border: 1px solid transparent;
    font-weight: bold !important;
}

.light.badge-danger {
    background-color: #fee6ea;
    color: #f72b50;
    line-height: 1.5;
    border-radius: 0.375rem;
    padding: 4px 10px;
    border: 1px solid transparent;
    font-weight: bold !important;
}

.light.badge-warning {
    background-color: #ffeae6;
    color: #ff6d4d;
    line-height: 1.5;
    border-radius: 0.375rem;
    padding: 4px 10px;
    border: 1px solid transparent;
    font-weight: bold !important;
}

.light.btn-primary {
    background-color: #f4f6fd !important;
    border-color: #f4f6fd !important;
    color: #2f4cdd;
    font-weight: bold !important;
}

.light.btn-primary:hover {
    background-color: #2f4cdd !important;
    border-color: #2f4cdd !important;
    color: #fff;
    font-weight: bold !important;
}

.light.btn-primary:active {
    background-color: #2f4cdd !important;
    border-color: #2f4cdd !important;
    color: #fff;
    font-weight: bold !important;
}

.light.badge-info {
    background-color: #f0f6fc;
    color: #2781d5;
    line-height: 1.5;
    border-radius: 0.375rem;
    padding: 4px 10px;
    border: 1px solid transparent;
    font-weight: bold !important;
}

.sidebar-active {
    background: #f4f6fd;
    color: #2f4cdd !important;
    border-left: 5px solid #2f4cdd !important;
    border-radius: 5px !important;
}

th {
    font-weight: bold !important;
}

.fa-chrome {
    margin-bottom: 12px;
}

.dashboard-products-image {
    height: 65px !important;
    width: 65px !important;
}

.btn-warning {
    color: #fff;
    background-color: #FFE4E3 !important;
    border-color: #FFE4E3 !important;
    box-shadow: none;
}

.nav-item.has-treeview>.nav.nav-treeview {
    margin-left: 10px;
    border-left: 1px dotted #2f4cdd;
    padding-left: 5px;
}

@media (max-width: 1000px) {
    section .card-body {
        overflow: scroll;
        padding: 0 !important;
    }

    #emailTemplate .card .card-body {
        padding: 0px !important;
    }

    #compose_form .card-footer {
        padding: 0px !important;
    }

    .btn-primary {
        padding: 5px 10px !important;
        font-size: 14px;
        margin-top: 3px;
    }

    .btn-info {
        padding: 5px 10px !important;
        font-size: 14px;
        margin-top: 3px;
    }

    .btn-danger {
        padding: 5px 10px !important;
        font-size: 14px;
        margin-top: 3px;
    }

    .btn-default {
        padding: 5px 10px !important;
        font-size: 14px;
        margin-top: 3px;
    }

    .btn-warning {
        padding: 5px 10px !important;
        font-size: 14px;
        margin-top: 3px;
    }

    .btn-secondary {
        padding: 5px 10px !important;
        font-size: 14px;
        margin-top: 3px;
    }

    .btn-flat {
        padding: 5px 10px !important;
        font-size: 14px;
        margin-top: 3px;
    }

    .btn-dark {
        padding: 5px 10px !important;
        font-size: 14px;
        margin-top: 3px;
    }

    .card-title {
        font-size: 25px !important;
    }

    div.dataTables_wrapper div.dataTables_filter input {
        margin-left: 0px !important;
        display: block !important;
        width: 100% !important;
    }

    .user-info-replace h5 {
        font-size: 17px !important;
    }

    .nav-pills li {
        padding: 4px 0px !important;
    }

    .nav-pills li a {
        padding: 4px 10px 4px 10px !important;
    }

    .billing-section .card-body {
        padding: 0 !important;
    }

    section .card-header {
        padding: 10px 0px !important;
    }

    section .dataTables_wrapper {
        padding-bottom: 8px;
    }

    .content-wrapper {
        margin-bottom: 0px !important;
    }

    form .card-body {
        overflow: hidden !important;
    }

    .sent-message-chart {
        padding: 0 !important;
    }

    .inbox-message-chart {
        padding: 0 !important;
    }

    .counter-section h3 {
        font-size: 30px !important;
    }

    .main-footer {
        font-size: 12px;
        padding-bottom: 30px;
    }
}

.brand-link {
    height: 56px;
    text-align: center;
    margin: 10px 0px;
}

img.hand-gif-icon {
    width: 30px;
    height: 30px;
}

.nav-link.active {
    background-color: #338585 !important;
    color: #fff !important;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.table td,
.table th {
    padding: 12px -1px 12px 30px !important;
    vertical-align: unset !important;
    border-top: 1px solid #dee2e6 !important;
}

.nav-link:focus {
    background-color: #338585 !important;
    color: #fff !important;
}

.nav-img:focus {
    background-color: #fff !important;
    color: black !important;
}

.table-body {
    overflow-x: auto;
}

.info-link {
    color: #ffffff !important;
}

.btn-primary {
    background-color: var(--main-color) !important;
    border-color: var(--main-color) !important;
}

.btn-info {
    background-color: #54B9C4 !important;
    border-color: #54B9C4 !important;
}

.bg-success {
    background-color: #54B9C4 !important;
}

.bg-danger {
    background-color: #FF4961 !important;
}

.badge-primary {
    background-color: var(--main-color) !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    background-color: var(--main-color) !important;
}

.card-title a {
    color: var(--main-color) !important;
}

.bg-primary {
    background-color: var(--main-color) !important;
}

.breadcrumb-item a {
    color: var(--main-color) !important;
}

.btn-default {
    background-color: var(--main-color) !important;
    color: white !important;
}

button.dark-mood-btn {
    background: #fff;
    border: none;
    border-radius: 50%;
    padding: 4px 8px 4px 8px;
    color: #4f4d4d;
}

.main-sidebar .brand-text,
.main-sidebar .logo-xl,
.main-sidebar .logo-xs,
.sidebar .nav-link {
    color: #6c757d !important;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    color: white !important;
}

[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active,
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:focus,
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:hover {
    color: white !important;
}

.nav-link:focus {
    color: white !important;
}

.btn-primary:hover {
    background: #338585 !important;
}

[class*=sidebar-dark] .brand-link {
    border-bottom: 1px solid #d9d9d969 !important;
}

[class*=sidebar-dark] .user-panel {
    border-bottom: 1px solid #d9d9d9 !important;
}

.bg-send {
    background-color: #006666;
    color: #fff;
}

.bg-sms_sent {
    background-color: #54B9C4;
    color: #fff;
}

.panel-text.panel-date {
    color: #000;
}

.bg-sms_received {
    background-color: #BD8181;
    color: #fff;
}

.bg-sms_queue {
    background-color: #FFF4F4;
    color: #000b16;
}

.bg-sms_queued {
    background-color: #F3EED9;
    color: black;
}

.bg-gradient-info {
    background: #BD8181 linear-gradient(180deg, #BD8181, #BD8181) repeat-x !important;
}

.bg-gradient-green {
    background: #FFF4F4 linear-gradient(180deg, #FFF4F4, #FFF4F4) repeat-x !important;
    color: black;
}

.toast.bg-success {
    background: var(--bs-primary) !important;
}

.toast.bg-success .toast-header {
    background: var(--bs-primary) !important;
    color: #fff;
}

.device-text {
    list-style-type: none;
    line-height: 1.5;
}

.forgot-text {
    color: #54B9C4;
}

.forgot-text:hover {
    color: #448087FF;
}

.collapse-btn {
    background-color: #FFF4F4 !important;
    color: #BD8181 !important;
}

.collapse-btn:hover {
    background-color: #FFF4F4 !important;
    color: #BD8181 !important;
}

.remove-btn {
    background-color: #BD8181 !important;
    color: #FFF4F4 !important;
}

.remove-btn:hover {
    background-color: #BD8181 !important;
    color: #FFF4F4 !important;
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #FFF4F4 !important;
}

.bg-info.btn:hover {
    border-color: #FFF4F4;
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #54B9C4 !important;
    border-color: #54B9C4 !important;
}

.plan-active {
    border-color: var(--main-color) !important;
}

.plan-title-current {
    color: var(--main-color) !important;
}

.bg-radius {
    border-radius: 25px;
}

.bg-green.btn:hover {
    border-color: #BD8181 !important;
    color: #ececec;
}

.nav-link-hover:not(.active):hover {
    border-right: none !important
}

.main-footer {
    z-index: 1038;
    position: relative;
}

.sidebar {
    height: calc(100% - 5rem);
}

@media only screen and (max-width: 400px) {

    .btn-group-sm>.btn,
    .btn-sm {
        padding: 0.04rem .4rem;
    }

    .xs-title {
        font-size: 18px !important;
    }
}

.nav-item.sidebar-compose {
    position: relative;
    background: #54B9C4 !important;
    margin-bottom: 10px !important;
    border-radius: 10px;
    color: white !important;
    text-align: center;
}

.sidebar-compose .nav-link:not(.active):hover {
    background: #54B9C4 !important;
    ;
    color: white !important;
    border-right: none;
    border-radius: 10px !important;
    text-align: center;
    font-size: 17px;
}

.main-sidebar .brand-text,
.main-sidebar .logo-xl,
.main-sidebar .logo-xs,
.sidebar .compose-nav-link {
    color: white !important;
    font-size: 17px;
}

.nav-sidebar .nav-item>.compose-nav-link {
    padding: 8px 0 !important;
}

.chatbox {
    width: 350px;
    margin: 0 auto;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
    border-radius: 6px;
}

.chat-window {
    flex: auto;
    height: 450px;
    background: white;
}

.chat-input {
    flex: 0 0 auto;
    height: 60px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
}

.chat-input span {
    height: 59px;
    line-height: 60px;
    outline: 0 none;
    border: none;
    width: calc(100% - 60px);
    color: #333333;
    text-indent: 10px;
    font-size: 12pt;
    padding: 0;
    margin-left: 12px;
}

.chat-input-div {
    float: right;
    outline: 0 none;
    border: none;
    background: #999999;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    padding: 2px 0 0 0;
    margin: 10px;
    transition: all 0.15s ease-in-out;
}

.chat-input-div i {
    padding: 10px 10px 10px 11px;
}

.msg-container {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 10px 0 10px 10px;
    padding: 0;
}

.msg-box {
    display: flex;
    background: #f2f2f2;
    padding: 0px 10px 0px 10px;
    border-radius: 6px;
    max-width: 68%;
    width: auto;
    float: left;
    box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 4px rgba(0, 0, 0, .24);
    margin-left: 45px;
}

.flr {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    width: calc(100% - 50px);
}

.messages {
    flex: 1 0 auto;
}

.msg {
    display: inline-block;
    font-size: 11pt;
    color: #333333;
    margin: 0 0 4px 0;
}

.msg:first-of-type {
    margin-top: 3px;
    max-width: 200px;
    word-wrap: break-word;
}

.header-number {
    width: 100%;
    display: flex;
    font-size: 1.15rem;
}

.header-number span {
    margin-top: 26px;
    margin-bottom: 20px;
    color: #333333;
    margin-left: 12px;
    font-weight: 600;
}

.header-icon {
    width: 100%;
    text-align: right;
    margin-right: 20px;
    padding-bottom: 10px;
}

.header-icon i {
    padding: 26px 8px 8px 8px;
}

.msg-remote span {
    font-size: 1.5rem;
    position: absolute;
    left: 0;
    background-color: #00b44e;
    color: white;
    padding: 0px 12px;
    border-radius: 25px;
    bottom: 0;
}

.plus-icon {
    font-size: 1.5rem;
    margin-left: 16px;
    position: relative;
    top: 4px;
}

.mag-time {
    font-size: 0.9rem;
    text-align: center;
    padding: 5px;
}

.chat-window::-webkit-scrollbar {
    width: 10px;
}

.chat-window::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

.chat-window::-webkit-scrollbar-thumb {
    background: #f2f2f2;
    border-radius: 10px;
}

.back-icon {
    margin-top: 26px;
    margin-left: 10px;
    margin-right: 10px;
    text-decoration: none;
}

@media screen and (max-width: 365px) {
    .chatbox {
        width: 285px;
    }

    .header-icon {
        margin-left: 15px;
    }

    .header-icon i {
        padding: 26px 5px 0px 5px;
    }

    .back-icon {
        margin-right: 0px;
    }

    .chat-window {
        height: 380px;
    }
}

.close-icon {
    font-size: 2rem;
}

.drop-btn {
    padding: 6px 10px;
    font-size: 1rem !important;
}

.modal-header .close,
.modal-header .mailbox-attachment-close {
    margin: 0 !important;
    padding: 0 !important;
    outline: 0;
}


.nav-sidebar>.nav-item .nav-icon {
    text-align: right;
}

.card-primary.card-outline {
    border-top: none;
}

.content-title {
    font-weight: 600;
    margin: 0;
    font-family: "Montserrat", sans-serif !important;
    color: #051A1A;
    letter-spacing: 1px;
    font-size: 17px;
}

.use-limit {
    color: var(--main-color);
    font-size: 2rem;
    font-weight: 400;
}

.limit {
    color: #54B9C4;
    position: absolute;
    bottom: 17px;
    margin-left: 3px;
}

.plan-header {
    font-weight: 600;
    margin: 0;
    font-family: "Montserrat", sans-serif !important;
    color: #051A1A;
    letter-spacing: 1px;
    font-size: 17px;
}

.plan-title {
    color: var(--main-color);
    font-weight: 600;
    font-family: "Montserrat", sans-serif !important;
    letter-spacing: 1px;
    font-size: 26px;
}

a.send.text-white:hover {
    color: var(--hover-color) !important;
    text-decoration: none;
}

.plan-change {
    font-size: 20px;
    font-weight: 500;
    color: #54B9C4;
}

.billing-card {
    padding: 10px 0px;
    border-radius: 10px !important;
}

.billing-data {
    text-align: center;
}

.billing-row {
    background-color: rgb(255 73 97 / 5%);
    border-radius: 10px;
}

.custom-row {
    margin-bottom: -8px;
}

.billing-pending {
    color: #0052cc;
    font-weight: 600;
    background-color: #e6f0ff;
    padding: 3px;
    margin: 0px 45px 0 45px;
    border-radius: 8px;
    font-size: 15px;
}

.billing-pending i {
    font-size: 10px;
    padding: 0px 4px 0px 0px;
    position: relative;
    bottom: 1px;
}

.billing-rejected {
    color: #e60000;
    font-weight: 600;
    background-color: #ffcccc;
    padding: 3px;
    margin: 0px 45px 0 45px;
    border-radius: 8px;
    font-size: 15px;
}

.billing-rejected i {
    font-size: 10px;
    padding: 0px 4px 0px 0px;
    position: relative;
    bottom: 1px;
}

.billing-accepted {
    color: #2eb82e;
    font-weight: 600;
    background-color: #adebad;
    padding: 3px;
    margin: 0px 45px 0 45px;
    border-radius: 8px;
    font-size: 15px;
}

.billing-accepted i {
    font-size: 10px;
    padding: 0px 4px 0px 0px;
    position: relative;
    bottom: 1px;
}

.plan_pending_count {
    padding: 0px 5px;
    color: black;
    background-color: #ffffffc7;
    border-radius: 25px;
    position: absolute;
    right: 10px;
    height: 20px;
}

.admin-welcome-text {
    color: #051A1A;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 17px;
}

span.welcome-sub-heading {
    font-size: 14px;
    color: rgba(82, 82, 108, 0.8);
}

.pending_plan_req_btn {
    background-color: #dbdbdb;
    top: 0;
}

.what-font-size {
    font-size: 1rem;
}

.custom-card {
    width: 100%;
    padding: 15px 0px 0px 25px;
}

.tooltip-inner {
    min-width: 100px;
    max-width: 500px;
    text-align: left;
}

.dis-div {
    line-height: 0.5;
}

.text-cross {
    color: #BD8181;
    text-decoration: line-through;
}

.text-cross a {
    color: green;
    opacity: 0.5;
    pointer-events: none;
    text-decoration: none !important;
}

.quick_start_header {
    color: var(--main-color);
}

.quick_start_ph {
    color: green;
}

.quick_start_ph:hover {
    color: green;
    text-decoration: underline;
}

.icon-color {
    color: #000000;
}

.icon-position {
    position: relative;
    bottom: 3px;
}

.color-info {
    color: #54B9C4;
}

.quick_start_topic {
    margin-bottom: 10px;
}

.small-widget {
    overflow: hidden;
}

.small-box {
    padding: 30px 25px;
    background-color: transparent;
    border-bottom: 2px solid #006666 !important;
}


.small-widget:hover {
    transform: translateY(-5px);
    transition: 0.6s;
}

.total-sms {
    display: flex;
    justify-content: space-between;
}

.total-sms .count-sms {
    display: flex;
    align-items: center;
    font-size: 26px;
    font-weight: 600;
}

.count-sms h2 {
    font-size: 26px;
    font-weight: 600;
}

.count-sms span {
    font-size: 12px !important;
    font-weight: 400;
}

.sms-img {
    height: 45px;
    width: 45px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon {
    padding: 15px 15px 15px 15px;
    color: #ffffff !important;
    cursor: pointer;
    border-radius: 5px;
}

.total-sms .bubbles {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    top: 0;
    left: 0;
    list-style: none;
}

.total-sms .icon {
    background-color: #006666;
}

.total-sms .bubble {
    background-color: rgba(0, 102, 102, 0.1);
    position: absolute;
    animation: floating 8s infinite ease-in;
}

.total-sms .bubble:nth-child(1) {
    height: 25px;
    width: 25px;
    border-radius: 15px;
    left: 10%;
    animation-duration: 11s;
}

.total-sms .bubble:nth-child(2) {
    height: 28px;
    width: 28px;
    border-radius: 15px;
    left: 20%;
    animation-duration: 12s;
    animation-delay: 1s;
}

.total-sms .bubble:nth-child(3) {
    height: 24px;
    width: 24px;
    border-radius: 15px;
    left: 35%;
    animation-duration: 14s;
    animation-delay: 3s;
}

.total-sms .bubble:nth-child(4) {
    height: 15px;
    width: 15px;
    border-radius: 15px;
    left: 50%;
    animation-duration: 11s;
    animation-delay: 1s;
}

.total-sms .bubble:nth-child(5) {
    height: 20px;
    width: 20px;
    border-radius: 15px;
    left: 5%;
    animation-duration: 8s;
    animation-delay: 1s;
}

.total-sms .bubble:nth-child(6) {
    height: 30px;
    width: 30px;
    border-radius: 15px;
    left: 30%;
    animation-duration: 17s;
    animation-delay: 1s;
}

@keyframes floating {
    0% {
        top: -100px;
        transform: translateX(0);
    }

    50% {
        transform: translateX(100px);
    }

    100% {
        top: 1080px;
    }
}

.sms-received .icon {
    background-color: #FFAE1A;
}

.sms-received {
    border-bottom: 2px solid #FFAE1A !important;
}

.sms-received .bubbles .bubble {
    background-color: rgba(255, 174, 26, 0.1);
}

.small-widget {
    height: 150px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

.small-widget .small-box {
    background: #ffffff !important;
}

.sms-received .bubbles .bubble:nth-child(1) {
    animation-duration: 16s;
}

.sms-received .bubbles .bubble:nth-child(2) {
    animation-duration: 8s;
}

.sms-received .bubbles .bubble:nth-child(3) {
    left: 55%;
    animation-duration: 10s;
}

.sms-received .bubbles .bubble:nth-child(4) {
    left: 33%;
    animation-duration: 14s;
}

.sms-received .bubbles .bubble:nth-child(5) {
    animation-duration: 8s;
}

.sms-received .bubbles .bubble:nth-child(6) {
    left: 15%;
    animation-duration: 10s;
}

.sms-received .bubbles .bubble:nth-child(7) {
    height: 30px;
    width: 30px;
    border-radius: 15px;
    left: 41%;
    animation-duration: 14s;
    animation-delay: 1s;
}

.sms-received .bubbles .bubble:nth-child(8) {
    height: 30px;
    width: 30px;
    border-radius: 15px;
    left: 4%;
    animation-duration: 9s;
    animation-delay: 1s;
}

.sms-received .bubbles .bubble:nth-child(9) {
    height: 30px;
    width: 30px;
    border-radius: 15px;
    left: 45%;
    animation-duration: 15s;
    animation-delay: 1s;
}

.failed_to_send .icon {
    background-color: #FE6A49;
}

.failed_to_send {
    border-bottom: 2px solid #FE6A49 !important;
}

.failed_to_send .bubbles .bubble {
    background-color: rgba(254, 106, 73, 0.1);
}

.failed_to_send .bubbles .bubble:nth-child(1) {
    animation-duration: 9s;
}

.failed_to_send .bubbles .bubble:nth-child(2) {
    animation-duration: 13s;
}

.failed_to_send .bubbles .bubble:nth-child(3) {
    left: 35%;
    animation-duration: 8s;
}

.card-title-small-box {
    color: #404142d1;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}

.failed_to_send .bubbles .bubble:nth-child(4) {
    left: 60%;
    animation-duration: 17s;
}

.failed_to_send .bubbles .bubble:nth-child(5) {
    left: 50%;
    animation-duration: 10s;
}

.failed_to_send .bubbles .bubble:nth-child(6) {
    left: 95%;
    animation-duration: 12s;
}

.failed_to_send .bubbles .bubble:nth-child(7) {
    height: 20px;
    width: 20px;
    border-radius: 15px;
    left: 69%;
    animation-duration: 16s;
    animation-delay: 1s;
}

.failed_to_send .bubbles .bubble:nth-child(8) {
    height: 20px;
    width: 20px;
    border-radius: 15px;
    left: 35%;
    animation-duration: 18s;
    animation-delay: 1s;
}

.failed_to_send .bubbles .bubble:nth-child(9) {
    height: 25px;
    width: 25px;
    border-radius: 15px;
    left: 75%;
    animation-duration: 23s;
    animation-delay: 1s;
}

.sms_pending .icon {
    background-color: #86909C;
}

.sms_pending {
    border-bottom: 2px solid #86909C !important;
}

.sms_pending .bubbles .bubble {
    background-color: rgba(108, 117, 125, 0.1);
}

.sms_pending .bubbles .bubble:nth-child(1) {
    height: 25px;
    width: 25px;
    border-radius: 15px;
    left: 10%;
    animation-duration: 15s;
}

.sms_pending .bubbles .bubble:nth-child(2) {
    height: 28px;
    width: 28px;
    border-radius: 15px;
    left: 70%;
    animation-duration: 8s;
    animation-delay: 1s;
}

.sms_pending .bubbles .bubble:nth-child(3) {
    height: 24px;
    width: 24px;
    border-radius: 15px;
    left: 35%;
    animation-duration: 10s;
    animation-delay: 3s;
}

.sms_pending .bubbles .bubble:nth-child(4) {
    height: 15px;
    width: 15px;
    border-radius: 15px;
    left: 10%;
    animation-duration: 14s;
    animation-delay: 1s;
}

.sms_pending .bubbles .bubble:nth-child(5) {
    height: 20px;
    width: 20px;
    border-radius: 15px;
    left: 5%;
    animation-duration: 16s;
    animation-delay: 1s;
}

.sms_pending .bubbles .bubble:nth-child(6) {
    height: 30px;
    width: 30px;
    border-radius: 15px;
    left: 50%;
    animation-duration: 12s;
    animation-delay: 1s;
}

.sms_pending .bubbles .bubble:nth-child(7) {
    height: 35px;
    width: 35px;
    border-radius: 15px;
    left: 95%;
    animation-duration: 15s;
    animation-delay: 1s;
}

.sms_pending .bubbles .bubble:nth-child(8) {
    height: 30px;
    width: 30px;
    border-radius: 15px;
    left: 35%;
    animation-duration: 13s;
    animation-delay: 1s;
}

.sms_pending .bubbles .bubble:nth-child(9) {
    height: 30px;
    width: 30px;
    border-radius: 15px;
    left: 75%;
    animation-duration: 12s;
    animation-delay: 1s;
}

.nav-sidebar .nav-item>.nav-link {
    font-family: "Montserrat", sans-serif;
    padding: 11px 13px !important;
    letter-spacing: 0.7px !important;
    text-transform: capitalize !important;
    color: rgba(255, 255, 255, 0.8) !important;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    position: relative;
    margin-bottom: 10px !important;
    background-color: rgba(255, 255, 255, 0.2) !important;
    border-radius: 12px !important;
}

.nav-pills .nav-link:not(.active):hover {
    background-color: rgba(255, 255, 255, 0.2) !important;
    /* border-radius: 12px !important; */
    color: rgba(255, 255, 255, 0.8) !important;
    border-right: none !important;
}

.nav-link:focus {
    background-color: rgba(255, 255, 255, 0.2) !important;
    color: rgba(255, 255, 255, 0.8) !important;
}

.nav-item.has-treeview>.nav.nav-treeview {
    border-left: none !important;
}

.nav-sidebar .nav-item>.nav-link .right {
    transform: rotate(180deg);

}

.nav-sidebar .menu-open>.nav-link i.right {
    transform: rotate(270deg);
}

.nav-link.active {
    background-color: transparent !important;
}

.nav-treeview {
    position: relative !important;
    width: 100%;
    padding: 0;
}

.nav-treeview::before {
    position: absolute;
    content: "";
    width: 2px;
    height: calc(100% - 8px) !important;
    background: rgba(255, 255, 255, 0.4);
    top: -3px;
    left: 20px;
    transition: height 0.5s;
}

.nav-treeview .nav-item .nav-link::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 44%;
    transform: translateY(-50%);
    left: 28px;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.5);
}

[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active,
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:focus,
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active::before {
    opacity: 1;
    background: #fff;
    visibility: visible;
}

.nav-treeview .nav-item .nav-link::after {
    position: absolute;
    content: "";
    top: 12%;
    left: 15px;
    width: 13px;
    height: 15px;
    border-bottom-left-radius: 8px;
    border-left: 2px solid rgba(255, 255, 255, 0.4);
    border-bottom: 2px solid rgba(255, 255, 255, 0.4);
}

.nav-treeview .nav-item .nav-link p {
    margin-left: 35px;
}

.admin-welcome-text {
    font-weight: 600;
    margin: 0;
    font-family: "Montserrat", sans-serif !important;
    color: #051A1A;
}

.welcome-sub-heading {
    color: rgba(82, 82, 108, 0.8);
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sidebar::-webkit-scrollbar {
    display: none;
}

a.nav-link.custom.nav-link-hover {
    color: #000000 !important;
    border: 1px solid transparent;
}

a.nav-link.custom.nav-link-hover:hover {
    border: 1px solid #e9ecef !important;
    color: black !important;
}

a.nav-link.custom.nav-link-hover.active {
    background: #006666 !important;
    color: #fff !important;
}

.admin-welcome-text {
    font-weight: 600;
    margin: 0;
    font-family: "Montserrat", sans-serif !important;
    color: #051A1A;
}

.card-table {
    min-height: 458px;
}

.table-head {
    border-bottom: none;
}

.card-header h4 {
    font-size: 20px;
    font-weight: 600;
    color: #051A1A;
}

.latest-list {
    width: 100% !important;
}

.latest-list thead {
    background-color: rgba(230, 233, 235, 0.3);
}

.latest-list thead tr th {
    padding: 20px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif, sans-serif;
    font-size: 15px !important;
}

.latest-list tbody {
    border-bottom: 1px solid #E6E9EB;
}

.latest-list tbody tr td {
    padding-top: 17px;
    padding-bottom: 17px;
}

.customer-info h6 {
    font-size: 15px;
    font-weight: 600;
    color: #051A1A;
}

.customer-info span {
    font-size: 14px;
    font-weight: 500;
    color: #86909C;
}

.status span {
    border-radius: 20px;
    padding: 7px 18px;
    font-family: "Montserrat", sans-serif, sans-serif;
    font-weight: 500;
    background-color: rgba(0, 102, 102, 0.1);
}

.profile img {
    height: 30px;
    width: 30px;
}

.transaction-table {
    padding-bottom: 48px !important;
}

.main-sidebar {
    z-index: 99999999999999;
    line-height: inherit;
    background: #006666 !important;
    /* width: 265px; */
    text-align: left;
    transition: 0.3s;
    box-shadow: 0 0 21px 0 rgba(89, 102, 122, 0.1);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.nav-sidebar .nav-item>.nav-link {
    font-family: "Montserrat", sans-serif;
    padding: 11px 13px !important;
    letter-spacing: 0.7px !important;
    text-transform: capitalize !important;
    color: rgba(255, 255, 255, 0.8) !important;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    position: relative;
    margin-bottom: 10px !important;
    background-color: rgba(255, 255, 255, 0.2) !important;
    border-radius: 12px !important;
}

.nav-pills .nav-link:not(.active):hover {
    background-color: rgba(255, 255, 255, 0.2) !important;
    color: rgba(255, 255, 255, 0.8);
    border-right: none !important;
}

.nav-link:focus {
    background-color: rgba(255, 255, 255, 0.2) !important;
    color: rgba(255, 255, 255, 0.8) !important;
}

.nav-item.has-treeview>.nav.nav-treeview {
    border-left: none !important;
}

.nav-sidebar .nav-item>.nav-link .right {
    transform: rotate(180deg);

}

.nav-link.active {
    background-color: transparent !important;
}

.nav-treeview {
    position: relative !important;
    width: 100%;
    padding: 0;
}

.nav-treeview::before {
    position: absolute;
    content: "";
    width: 2px;
    height: calc(100% - 24px) !important;
    background: rgba(255, 255, 255, 0.4);
    top: -3px;
    left: 20px;
    transition: height 0.5s;
}

.nav-treeview .nav-item .nav-link::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 47%;
    transform: translateY(-50%);
    left: 28px;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.5);
}

[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active,
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:focus,
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active::before {
    opacity: 1;
    background: #fff;
    visibility: visible;
}

.nav-treeview .nav-item .nav-link::after {
    position: absolute;
    content: "";
    top: 19%;
    left: 15px;
    width: 13px;
    height: 15px;
    border-bottom-left-radius: 8px;
    border-left: 2px solid rgba(255, 255, 255, 0.4);
    border-bottom: 2px solid rgba(255, 255, 255, 0.4);
}

.nav-treeview .nav-item .nav-link p {
    margin-left: 35px;
}

.admin-welcome-text h4 {
    font-weight: 600;
    margin: 0;
    font-family: "Montserrat", sans-serif !important;
    color: #051A1A;
}

.welcome-sub-heading {
    color: rgba(82, 82, 108, 0.8);
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sidebar::-webkit-scrollbar {
    display: none;
}

.copyright-info{
    font-size: 15px;
}
