<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">: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: #0d6efd;
    --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-hover-color: #ffe6e6;
    --hover-color: #db3d50;
}

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

.nav-pills .nav-link:not(.active):hover {
    background: var(--main-hover-color) !important;
    color: var(--main-color) !important;
    border-right: 5px solid var(--main-color);
    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 &gt; .nav-item {
    margin-bottom: 0 !important;
    /* margin: 5px; */
    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 &gt; .nav-link {
    color: #6c757d;
    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: #203cc5 !important;
    border-color: #1e38bb !important;
}

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

.content-wrapper {
    padding: 15px !important;
    background-color: #eaf3fc9e !important
}

.main-sidebar {
    background-color: white !important;
}

.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 &gt; .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;
    }

    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;
}

.nav-link.active {
    background-color: var(--main-color) !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: var(--main-color) !important;
    color: #fff !important;
}

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

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

.info-link {
    color: #6c757d !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 &gt; tbody &gt; tr[role="row"] &gt; td:first-child:before, table.dataTable.dtr-inline.collapsed &gt; tbody &gt; tr[role="row"] &gt; 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;
}

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

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

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

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

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

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

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

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

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

.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: #54B9C4 !important;
}

.toast.bg-success .toast-header {
    background: #54B9C4 !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 &gt; .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 &gt; .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&gt;.nav-item .nav-icon {
    text-align: right;
}

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

.content-title{
    font-size: 1.5rem;
    color:  #BD8181;
    font-weight: 400;
}
.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-size: 1.5rem;
    color: #54B9C4;
    font-weight: 400;
}
.plan-title{
    color: var(--main-color);
    font-size: 2.6rem;
}
.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: white;
    background-color: #54B9C4;
    border-radius: 25px;
    position: absolute;
    right: 10px;
    height: 20px;
}
.pending_plan_req_btn{
    background-color: #e60000;
    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;
}
</pre></body></html>