@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

/* ------ I N F O ------ */
.dashboard-title {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
    color: #261f2b;
    letter-spacing: 0.25px;
}

.content-header>h1,
.dashboard-title {
    font-size: 24px !important;
    color: #333 !important;
}

.card-info {
    background: #fff;
    border-radius: 4px;
    padding: 15px;
    text-align: center;
    margin-bottom: 15px;
    box-shadow: 0 0px 5px -2px rgba(0, 0, 0, 0.15);
    min-height: 165px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.iconic-data .card-info {
    grid-template-columns: 50px 1fr;
    grid-gap: 15px;
}

.info-data .card-info {
    justify-content: center;
    text-align: center;
}

.card-info img {
    width: 54px;
    margin: 0;
    display: block;
}

.card-info h3 {
    font-weight: 600;
    margin: 0;
    font-size: 22px;
    color: #2f4760;
}

.card-info h3 span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #8d8b8f;
    margin-top: 5px;
    letter-spacing: 0.25px;
}

/* ------ E N D  I N F O ------ */

/* ------ M E N U  I T E M ------ */
.menu-item {
    background: #8c4399;
    padding: 15px 5px;
    color: #fff;
    box-shadow: 0 0 5px -2px rgba(69, 65, 78, 0.5);
    display: block;
    margin-bottom: 15px;
    border-radius: 2px;
    text-align: center;
    letter-spacing: 0.25;
    transition: all 0.3s linear;
}

.menu-item:hover,
.menu-item:active {
    background: #261f2b;
    color: #fff;
}

.menu-item>i {
    font-size: 20px;
    color: #e6b215;
}

.menu-item h3 {
    font-weight: 500;
    margin: 5px 0 0;
    font-size: 15px;
    letter-spacing: 0.25px;
}

/* ------ E N D  M E N U  I T E M ------ */

/* ------ PRODUCT ------ */

.package {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 5px -2px rgba(69, 65, 78, 0.5);
    padding: 15px;
    margin-bottom: 20px;
    letter-spacing: 0.25px;
}

.package img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.package-content {
    padding-top: 15px;
}

.package h3 {
    font-weight: 500;
    font-size: 14px;
    margin: 0 0 10px;
    letter-spacing: 0.25px;
    width: 95%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.package h3 a {
    color: #261f2b;
}

.package-content>a {
    border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    padding: 10px 15px 8px;
    border: 1px solid #2e5bff;
    color: #2e5bff;
    text-transform: capitalize;
}

/* ------ END PRODUCT ------ */

/* ------ C H A R T ------ */
.chart-box-title {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
    color: #261f2b;
    letter-spacing: 0.25px;
    margin-top: 0;
}

.chart-box {
    background: #fff;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 15px;
}

/* ------ E N D  C H A R T ------ */

/* ------ T A B L E ------ */
.component .box-header.with-border h3 {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 0;
    color: #261f2b;
    letter-spacing: 0.25px;
    margin-top: 0;
}

.component .table>tbody>tr>td,
.total_summary>tbody>tr>td {
    color: #878787;
    white-space: nowrap;
    font-weight: 400;
}

.component .table>tbody>tr>td:first-child {
    font-weight: 600;
}

.component .table>tbody>tr>td:not(:last-child) a {
    color: #8c4399;
    font-weight: 500;
}

.component .table>thead>tr>th,
.component .table>tbody>tr>th .total_summary>thead>tr>th,
.total_summary>tbody>tr>th {
    font-weight: 500;
    color: #8c4399;
    font-size: 15px;
    white-space: nowrap;
}

.modal-open .table>tbody>tr>td,
.modal-open .total_summary>tbody>tr>td,
.modal-open .table>thead>tr>th,
.modal-open .table>tbody>tr>th {
    white-space: normal;
}

.fa-unsorted::before,
.fa-sort::before {
    color: #181a18;
}

.component .table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 10px 15px;
    vertical-align: middle;
}

.component .table>tbody>tr:nth-child(2n) {
    background-color: #f5f5f5;
}

.component .table>tbody>tr>td:last-child,
.component .table>thead>tr>th:last-child {
    text-align: right;
}

.parcel-request-grid>thead>tr>th,
.box-header .parcel-request-grid tr th,
.booking-preview thead tr th {
    color: #fff;
}

.box-header .parcel-request-grid tr th {
    background: #8c4399;
}

.parcel-request-grid>thead,
.booking-preview thead {
    background: #222423;
}

.parcel-request-form .col-sm-2.control-label {
    width: 33.33333333%;
}

.bg-light-blue,
.label-primary,
.modal-primary .modal-body {
    background-color: #587180 !important;
    font-weight: 500;
    padding: 3px 5px;
}

code {
    color: #8d919b;
}

/*.grid-row-view,
.grid-row-edit,
.grid-row-delete,
.grid-row-subscription {
    font-size: 12px;
    display: inline-flex;
    vertical-align: middle;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-left: 8px;
    transition: all 0.3s linear;
}

.grid-row-view:hover,
.grid-row-edit:hover,
.grid-row-delete:hover,
.grid-row-subscription:hover {
    color: #fff;
}

.grid-row-view {
    background: #8c4399;
}

.grid-row-edit {
    background: #4E64A6;
}

.grid-row-edit i::before {
    content: "\f040";
}

.grid-row-delete {
    background: #FF6B6B;
}

.grid-row-subscription {
    background: #222423;
}*/

.box-footer .control-label {
    margin-bottom: 0;
    font-size: 16px;
}

select.input-sm {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #d2d5e7;
    border: 1px solid;
    background: #fff url("../images/search-dropdown.svg") no-repeat;
    background-size: 14px;
    border: 1px solid #d8d8d8;
    background-position: calc(100% - 5px) center;
    width: 50px;
    line-height: normal;
}

div.dataTables_wrapper div.dataTables_length select {
    width: 60px;
    padding: 0 10px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #222423;
    border-color: #222423;
}

/* ------ E N D  T A B L E ------ */

.card-info.inactive {
    background: #e8e8e8;
    text-align: center;
    box-shadow: none;
}

.card-info.inactive .btn-success {
    background: #222;
}

.card-info img {
    width: 54px;
    margin: auto auto 10px;
}

.card-info.inactive .text-center {
    margin-top: auto;
}

.card-info.inactive .btn:not(.btn-lg, .btn-sm, .btn-xs) {
    padding: 5px 10px 5px;
    margin: 0 2px;
    font-size: 14px;
}

.common-content {
    margin-bottom: 1.8rem;
    line-height: 1.7em;
    letter-spacing: 0.35px;
    font-weight: 400;
    color: #3a3a3a;
    font-size: 15px;
}

.common-content .report-builder-heading {
    margin-top: 0;
    font-size: 30px;
    font-weight: 500;
}

.common-content .report-builder-heading span {
    background: #f7f8fb;
}

.common-content .btn-black {
    background: #222;
}

.common-content p {
    margin-bottom: 1.8rem;
    line-height: 1.7em;
    letter-spacing: 0.35px;
    font-weight: 400;
    color: #3a3a3a;
    font-size: 15px;
}

.common-content h1,
.common-content h2,
.common-content h3,
.common-content h4:not(.report-builder-heading),
.common-content h5,
.common-content h6 {
    font-size: 18px;
    font-weight: 500;
    margin: 20px 0;
    color: #1b1e1a;
}

.common-content h1 {
    font-size: 24px;
}

.common-content h2 {
    font-size: 22px;
}

.common-content h3 {
    font-size: 22px;
}

.common-content h4:not(.report-builder-heading) {
    font-size: 20px;
}

.common-content h5 {
    font-size: 18px;
}

.common-content b,
.common-content strong {
    font-weight: 500;
}

.common-content img,
.common-content iframe {
    max-width: 100%;
    height: auto;
}

.common-content ol,
.common-content ul {
    margin: 20px 0;
    padding: 0;
}

.common-content ul {
    list-style: none;
}

.common-content ul li {
    position: relative;
    padding: 5px 0 5px 25px;
}

.common-content ol {
    padding-left: 20px;
}

.common-content ol li {
    padding: 5px 0 5px 10px;
}

.common-content ul li::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #602d90;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 12px;
}

.common-content table {
    max-width: 800px;
}

.common-content table tbody tr td {
    border: 1px solid rgba(27, 30, 26, 0.35);
    font-size: 14px;
    color: #3a3a3a;
    padding: 10px;
}

.common-content table tbody tr td strong {
    color: #1b1e1a;
    font-weight: 500;
}

.preview-list h3 {
    font-size: 20px;
    margin-top: 5px;
}

.preview-list img {
    object-fit: cover;
}

.preview-list .caption p {
    margin: 0;
}

@media all and (max-width: 767px) {
    .preview-list .btn {
        padding: 6px 10px 6px;
        font-size: 13px;
    }
}

/*bot css*/
.pageImage {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #E2EEFF;
    font-size: 35px;
    font-weight: bold;
    color: #6A9ADB;
    text-align: center;
    line-height: 100px;
    margin: auto;
    border: 1px solid #D5E3F5;
}

.user-box.bot-box .user-title {
    font-size: 16px;
    line-height: 26px;
    width: 100%;
    margin: 8px 0 12px;
    color: #193661;
}

.user-box.bot-box .user-title a {
    color: #193661;
}

.user-box.bot-box .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    width: 100%;
}

.user-box.bot-box .btn i {
    margin-right: 5px;
}

.user-box.bot-box .btn.btn-info {
    background: #3b5998;
    margin-bottom: 8px;
}

.user-box.bot-box .btn.btn-success {
    background: #193661;
}

.user-box.bot-box {
    padding: 20px 15px;
    border-radius: 5px;
}

.content-header>h1,
.dashboard-title {
    color: #333 !important;
}

.grid-card-cta {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-left: 30px;
}

.grid-card-cta a,
.grid-card-cta span {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    margin-left: 10px;
    background: #E2EEFF;
}

.grid-card-cta a i,
.grid-card-cta span i {
    font-size: 18px;
    margin: auto;
    color: #6A9ADB;
}

.grid-card-cta a.edit {
    background: #C6DDFC;
}

.grid-card-cta a.edit i {
    color: #387AEB;
}

.grid-card-cta a.delete,
.grid-card-cta span.delete {
    background: #FFDBD6;
}

.grid-card-cta a.delete i,
.grid-card-cta span.delete i {
    color: #FF5C46;
}

.user-box.bot-box .grid-card-cta {
    margin-top: 15px;
    padding: 0;
    justify-content: center;
}

.user-box.bot-box h6 {
    color: #193661;
}

.service-wrapper.row .col-md-3:nth-child(5n+1) .card-info {
    background: #C6DDFC;
}

.service-wrapper.row .col-md-3:nth-child(5n+2) .card-info {
    background: #CEE5D0;
}

.service-wrapper.row .col-md-3:nth-child(5n+3) .card-info {
    background: #D8C3EC;
}

.service-wrapper.row .col-md-3:nth-child(5n+4) .card-info {
    background: #FFDBD6;
}

.service-wrapper.row .col-md-3:nth-child(5n+5) .card-info {
    background: #D1E8E4;
}

.card-info-img {
    width: 70px;
    height: 70px;
    background: #ffffff;
    border-radius: 100%;
    display: flex;
    margin-bottom: 10px;
}

.card-info-img img {
    width: auto;
    height: 24px;
    margin: auto;
}

.service-wrapper.row .col-md-3 .card-info {
    font-size: 18px;
    font-weight: 600;
    color: #193661;
    min-height: 200px;
    justify-content: center;
    display: flex;
    padding: 30px 10px 15px;
}

.service-wrapper.row .col-md-3 .card-info a:hover,
.addons-wrapper.row .col-md-3 .card-info a:hover {
    color: #193661;
}

.addons-wrapper.row .col-md-3 .card-info {
    background: #F6F6F6;
    min-height: 180px;
    font-size: 16px;
    color: #193661;
    font-weight: 600;
    text-align: center;
    border: 1px solid #EBECEB;
    justify-content: center;
    display: flex;
}

.addons-wrapper.row .col-md-3 .card-info .card-info-img {
    margin: 0 auto 10px;
    width: 66px;
    height: 66px;
}

.addons-wrapper.row .col-md-3 .card-info .card-info-img img {
    max-width: 32px;
}

h4.report-builder-heading span {
    font-size: 20px;
}

.sms-wrapper.row .col-md-4 .card-info {
    align-items: flex-start;
    padding: 25px 25px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.sms-wrapper.row .col-md-4:nth-child(3n+1) .card-info {
    background: #C6DDFC;
}

.sms-wrapper.row .col-md-4:nth-child(3n+2) .card-info {
    background: #CEE5D0;
}

.sms-wrapper.row .col-md-4:nth-child(3n+3) .card-info {
    background: #B5E1E1;
}

.sms-wrapper .card-info h3 {
    margin: 0 0 10px;
}

.sms-wrapper .card-info h3 span {
    color: #627CA2;
    font-size: 18px;
    font-weight: 500;
}

.sms-wrapper .card-info p {
    font-size: 16px;
    font-weight: 500;
    color: #193661;
    margin: 0;
    position: relative;
    padding-left: 120px;
}

.sms-wrapper .card-info p::before {
    content: ":";
    position: absolute;
    left: 100px;
}

.sms-wrapper .card-info p span {
    position: absolute;
    left: 0;
    top: 0;
}

.sms-wrapper .card-info p:last-child {
    margin: 0;
}

.campaign-wrapper.row .col-md-3 .card-info {
    border-radius: 4px;
    background: #F6F6F6;
    border: 1px solid #EBECEB;
    box-shadow: none;
    margin-bottom: 0;
    min-height: 100px;
}

.campaign-wrapper.row .col-md-3 .card-info h3 {
    font-weight: 700;
    margin: 0;
}

.campaign-wrapper.row .col-md-3 .card-info h3 span {
    margin: 0 0 12px;
    font-weight: 500;
}

.common-content {
    background: #fff;
    padding: 30px;
    border-radius: 4px;
    margin-bottom: 30px;
}

.icon-box {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #ffffff;
    background: #ffffff;
    display: flex;
}

.icon-box img {
    margin: auto;
    height: 16px;
}

.sms-wrapper .card-info h3 {
    display: flex;
    align-items: center;
}

.sms-wrapper .card-info h3 .icon-box {
    margin-right: 10px;
}

.row.campaign-wrapper .icon-box {
    margin-bottom: 10px;
    border-color: #E1E3E5;
}

@media (min-width: 992px) {
    .service-wrapper.row .col-md-3 {
        width: 20%;
    }
}

@media (max-width: 991px) {
    .addons-wrapper.row .col-md-3 {
        width: 50%;
        float: left;
    }

    .campaign-wrapper.row .col-md-3 .card-info {
        margin-bottom: 30px;
    }
}

@media all and (max-width: 1200px) {
    .addons-wrapper.row .col-md-3 .card-info .card-info-img {
        margin: 0 auto 8px;
    }
}

.user-box.user-chatbot {
    border-radius: 5px;
    box-shadow: 0 2px 2px rgb(0 119 219 / 10%);
    padding: 0;
}

.chatbot-top {
    padding: 18px;
    display: grid;
    grid-template-columns: 60px 1fr;
    grid-gap: 0 10px;
    align-items: center;
    min-height: 140px;
}

.chatbot-bottom {
    border-top: 1px solid #D3E0F5;
    padding: 18px;
}

.user-chatbot-img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    overflow: hidden;
}

.user-box.user-chatbot .pageImage {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #E2EEFF;
    font-size: 20px;
    font-weight: bold;
    color: #6A9ADB;
    text-align: center;
    line-height: 60px;
    margin: auto;
    border: 1px solid #D5E3F5;
}

.user-chatbot-img a {
    display: block;
}

.user-chatbot-img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user-chatbot-content {
    text-align: left;
}

.user-chatbot-content h3 {
    font-size: 16px;
    font-weight: 500;
    color: #222233;
    margin: 0;
}

.user-chatbot-content h6,
.user-chatbot-content h5 {
    font-size: 14px;
    font-weight: 400;
    color: #222233;
    margin: 6px 0 0;
}

.user-chatbot-content h6 span,
.user-chatbot-content h5 span {
    color: #4E4E5C;
}

.user-chatbot-content h6 strong {
    color: #0777DB;
    font-weight: 400;
}

.bot-setup a {
    width: 100%;
    background: #fff;
    border: 1px solid #0777DB;
    color: #0777DB !important;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.bot-setup a:hover {
    color: #fff !important;
    border-color: #0777DB !important;
    background: #0777DB !important;
}

.chatbot-btn-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.chatbot-btn-group a,
.chatbot-btn-group a:hover,
.chatbot-btn-group a:active,
.chatbot-btn-group a:focus {
    display: block;
    text-align: center;
    margin: 10px 0 0px !important;
}

.chatbot-btn-group a i,
.chatbot-btn-group a:hover i {
    font-size: 18px;
    color: #0777DB;
    width: 46px;
    height: 46px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E5F1FC;
    margin: auto;
    outline: 0 !important;
    position: relative;
}

.chatbot-btn-group a.btn {
    background: none;
}

.chatbot-btn-group a.btn-addmenu i {
    background: #E5F1FC;
    color: #0777DB;
}

.chatbot-btn-group a::after {
    content: attr(title);
    display: block;
    font-size: 16px;
    color: #4E4E5C;
    margin-top: 7px;
}

.chatbot-btn-group a.btn-play i {
    background: #EFF9EF;
    color: #68BF66;
}

.chatbot-btn-group a.btn-analytics i {
    background: #FFEFEF;
    color: #FA6666;
}

.chatbot-btn-group a.edit i {
    background: #F0F7FF;
    color: #744200;
}

/* Radio-Check */
.py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.m-0 {
    margin: 0;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.checkbox,
.radio {
    display: block;
    position: relative;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 500;
}

.checkmark,
.radio-mark {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    width: 16px;
    background: #fff;
    margin-right: 5px;
    transition: all 0.3s linear;
}

.radio-mark::after {
    transition: all 0.3s linear;
}

.checkbox a {
    color: #3c8dbc;
}

.checkbox input,
.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    border-radius: 2px;
    border: 2px solid #1C3144;
    -webkit-transform: translateY(-2px);
}

.checkbox input:checked~.checkmark {
    background: #3c8dbc;
    border: 2px solid #3c8dbc;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox input:checked~.checkmark:after {
    display: block;
}

.checkbox .checkmark:after {
    left: 3px;
    top: -1px;
    width: 6px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.radio {
    font-size: 14px;
    font-weight: 500;
}

.radio-mark {
    border-radius: 50%;
    border: 2px solid #1C3144;
}

.radio-mark:after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 3px;
    top: 3px;
}

.radio input:checked~.radio-mark {
    border: 2px solid #3c8dbc;
}

.radio input:checked~.radio-mark::after {
    background: #3c8dbc;
}

/* Query Bulder */
@media all and (min-width: 800px) {

    .report-builder-form .col-sm-3,
    .report-builder-form .col-md-3 {
        width: 20%;
    }

    .report-builder-form .col-sm-9,
    .report-builder-form .col-md-9 {
        width: 80%;
    }

    .report-builder-form .col-md-offset-3,
    .report-builder-form .col-sm-offset-3 {
        margin-left: 20%;
    }
}

.report-builder-form .btn {
    padding: 8px 10px;
    min-width: 85px;
    font-size: 13px;
}

.report-builder-heading {
    color: #3c8dbc;
    position: relative;
    z-index: 0;
    margin-top: 25px;
}

.report-builder-heading span {
    background: #fff;
    padding-right: 15px;
}

.report-builder-heading::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #3c8dbc;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
    margin-top: -1px;
}

.builder-table {
    margin-bottom: 0;
}

.report-builder-form .table tbody>tr>td:first-child {
    font-weight: normal;
}

.builder-table>tbody>tr>td:last-child {
    padding-right: 15px;
}

.builder-table>tbody>tr>td,
.has-aggregate-function .table thead>tr>th {
    padding: 10px 5px;
}

.builder-table:not(.has-aggregate-function)>tbody>tr>td:first-child {
    padding-left: 8px;
}

.builder-table.has-aggregate-function>tbody>tr>td:first-child {
    padding-left: 0;
}

.builder-table.has-aggregate-function>tbody>tr>td:last-child {
    padding-right: 0;
}

.report-builder-form table>tbody>tr>td .btn-danger {
    background: #dd3e3e;
    padding: 8px 10px;
}

.has-aggregate-function.table thead>tr>th {
    background: #e8e8ea;
    padding: 10px 5px;
}

@media (max-width: 767px) {
    .main-header .logo {
        text-align: left;
    }

    .main-header .navbar {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .main-header .sidebar-toggle {
        order: 2;
    }

    .navbar-custom-menu .navbar-nav>li>a {
        padding-top: 20px !important;
        padding-bottom: 12px !important;
        line-height: 0 !important;
    }

    .navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
        right: 0;
        width: 100vw;
    }

    .skin-blue-light .main-header .logo {
        text-align: left;
        width: 90px;
        padding-right: 0;
    }

    .navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
        right: 0 !important;
        left: auto !important;
    }

    .skin-blue-light .main-header .logo {
        background-color: #3480ac;
        color: #fff;
        border-bottom: 0 solid transparent;
    }

    .main-header .navbar-custom-menu {
        order: 2;
    }

    .skin-blue-light .main-header .navbar .sidebar-toggle {
        margin-right: auto;
    }

    .navbar-static-top>ul {
        display: none !important;
    }

    .skin-green .main-header .navbar .sidebar-toggle {
        margin-right: auto;
    }
}

/*--pulse card--*/
.pulse-card-wrap {
    padding-top: 0px;
}

.pulse-card-wrap h3 {
    font-size: 20px;
    line-height: 30px;
    color: #193661;
    font-weight: 600;
    margin: 0 0 15px;
}

.pulse-card-box {
    background: #ffffff;
    border: 1px solid #DFDFDF;
    border-radius: 15px;
    padding: 20px 15px;
    margin-bottom: 30px;
}

.pulse-card-box-heading {
    text-align: center;
}

.pulse-card-box-heading h4 {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

.pulse-card-box-heading h4.blue {
    color: #193661;
}

.pulse-card-box-heading h4.red {
    color: #E95846;
}

.pulse-card-box-heading h4.black {
    color: #000000;
}

.pulse-card-box-heading h4.orange {
    color: #FF7010;
}

.pulse-card-box-heading h4.light-blue {
    color: #2474FF;
}

.pulse-card-box-heading span {
    font-size: 14px;
    font-weight: 500;
    color: #7E7E7E;
    display: block;
}

.pulse-card-box-content {
    border-top: 1px solid #DEDEDE;
    padding-top: 15px;
    margin-top: 15px;
}

.pulse-card-box-content h5 {
    font-size: 30px;
    color: #32B46A;
    font-weight: bold;
    margin: 0 0 15px;
    text-align: center;
}

.pulse-card-box-content h5 span {
    font-weight: 400;
    font-size: 24px;
}

.pulse-card-box-content h5 sub {
    font-size: 14px;
    bottom: 0;
}

.pulse-card-box-content ul {
    padding: 0;
    margin: 0;
}

.pulse-card-box-content ul li {
    list-style: none;
    background: url("../images/icon-checkmark.svg") no-repeat left center;
    background-size: 17px;
    padding-left: 28px;
    font-size: 14px;
    color: #7B7D81;
    font-weight: 400;
}

.pulse-card-box-content ul li:not(:last-child) {
    margin-bottom: 10px;
}

.pulse-card-box-content .btn {
    background: #193661;
    width: 100%;
    margin-top: 20px;
    font-weight: 500;
}

.pulse-card-box.subscribed {
    position: relative;
}

.pulse-card-box.subscribed .green-check {
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    right: 15px;
    top: 15px;
}

.pulse-card-box.subscribed .green-check i {
    color: #32B46A;
    font-size: 20px;
}

.pulse-card-box.subscribed .btn.view-btn {
    background: #EBF3FF;
    border: 1px solid #95BCF5;
    color: #2363C2 !important;
}

.pulse-card-row {
    background: #ffffff;
    border-radius: 12px;
    padding: 15px;
    border: 1px solid #E3E8EE;
}

.pulse-card-row:not(:last-child) {
    margin-bottom: 10px;
}

.pulse-card-row .table {
    margin-bottom: 0;
}

.pulse-card-row .table>tbody>tr>td {
    border-top: none;
    padding: 0;
    vertical-align: middle;
    padding: 0 20px;
}

.pulse-card-row .table>tbody>tr>td:first-child {
    width: 42%;
    padding: 0;
}

.pulse-card-row .table>tbody>tr>td:last-child {
    text-align: right;
    padding: 0;
}

.pulse-card-row p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    color: #6A6C71;
    font-weight: 400;
}

.pulse-card-row p span {
    color: #6A6C71;
    margin-left: 15px;
}

.pulse-card-row .btn.view-btn {
    background: #EBF3FF;
    border: 1px solid #95BCF5;
    color: #193661 !important;
    font-weight: 500;
}

.pulse-card-row .table-responsive {
    margin-bottom: 0;
}

.pulse-card-content {
    display: flex;
    align-items: center;
}

.pulse-card-content-details {
    width: calc(100% - 75px);
    padding: 0;
    flex-grow: 1;
}

.pulse-card-content-details h4 {
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    color: #193661;
    margin: 0 0 5px;
}

.pulse-card-content-details p {
    margin: 0;
}

.green-check {
    display: none;
}

.pulse-card-logo,
.pulse-card-logo-none {
    margin-right: 15px;
    width: 60px;
    height: 60px;
    overflow: hidden;
    flex-grow: 1;
    border: 1px solid #D4D4D4;
    display: flex;
    border-radius: 100%;
    background: #ffffff;
}

.pulse-card-logo img,
.pulse-card-logo-none img {
    max-width: 100%;
    height: 20px;
    margin: auto;
}

.pulse-card-logo-none {
    background: #eeeeee;
    border-color: #eeeeee;
}

.pulse-card-logo-none span {
    font-size: 20px;
    color: #7d7d7d;
    margin: auto;
}

@media (max-width: 767px) {
    .pulse-card-row .btn.view-btn {
        margin-right: 5px;
    }
}

/*new design CSS*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Poppins', sans-serif;
}

body.login-page {
    background: #F8FAFC;
}

.login-container {
    justify-content: center;
}

.login-wrap {
    max-width: 100%;
    width: 520px;
    margin: 0 auto;
    padding: 30px 15px 30px;
    justify-content: center;
}

.login-box-body {
    width: 100%;
    margin: 0;
    border: 1px solid #E6E6E6;
    border-radius: 20px;
    padding: 30px;
}

.login-heading {
    text-align: center;
    padding: 0 0 20px;
}

.login-heading img {
    height: 48px;
}

.login-heading h1 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #000000;
    margin: 30px 0 15px;
}

.login-heading h6 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #000000;
    margin: 0;
}

.form-label {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    margin: 0 0 7px;
    display: block;
}

.error-msg {
    font-size: 14px;
    line-height: 18px;
    color: #FF2D2D;
    display: block;
    margin-top: 5px;
    font-weight: 400;
}

.login-box-body input.form-control {
    border-radius: 10px !important;
    border-color: #DDDEDF;
    color: #000000;
    font-family: 'Poppins', sans-serif !important;
    padding: 14px 12px;
    font-size: 14px;
    font-weight: 300;
}

.login-box-body .form-group {
    margin-bottom: 20px;
}

.password {
    position: relative;
}

.password .pass-show,
.password .confirm-pass-show {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #4D4D4D;
}

.glyphicon.glyphicon-eye-close.glyphicon-eye-open:before {
    content: "\e105";
}

.terms-check {
    font-size: 12px;
    line-height: 18px;
    color: #6F7B84;
    font-weight: 400;
}

.terms-check label,
.remember-pass label {
    font-weight: 400;
    position: relative;
    padding-left: 30px;
}

.terms-check label span a {
    color: #193661;
    font-weight: 600;
}

.terms-check .icheckbox_square-blue,
.remember-pass .icheckbox_square-blue {
    position: absolute;
    left: 0;
}

.login-footer {
    padding-top: 30px;
    text-align: center;
}

.login-footer p {
    font-size: 14px;
    color: #6F7B84;
}

.login-footer p a {
    color: #193661;
    font-weight: 600;
}

.phone-box {
    width: 100%;
    height: 52px;
    display: grid;
    grid-template-columns: 110px 1fr;
    grid-gap: 5px;
    align-items: center;
    border: 1px solid #DDDEDF;
    border-radius: 10px;
}

.phone-box .country {
    width: 110px;
    border-right: 1px solid #DDDEDF;
    background: #F9F9F9;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 0 0 10px;
}

.phone-box .country img {
    height: 25px;
}

.phone-box .country span {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    margin-left: 5px;
}

.phone-box input.form-control {
    border: 0;
    border-radius: 0;
}

.login-btn .btn {
    font-size: 18px;
    border-radius: 10px !important;
    font-weight: 500;
}

.green {
    color: #2DB26A !important;
}

.forgot-password {
    font-size: 14px;
    color: #193661;
    display: inline-block;
}

.forgot-password:hover {
    color: #193661;
}

/*otp*/

.otp-content {
    text-align: center;
}

.otp-content img {
    height: 130px;
    display: block;
    margin: 0 auto;
}

.otp-content h1 {
    font-size: 28px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 25px;
}

.otp-content p {
    max-width: 250px;
    margin: 0 auto;
}

.otp-input {
    padding: 0;
    margin: 20px 0;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.otp-box {
    width: 15%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid #C3CED8;
    border-radius: 10px;
    background: #fff;
}

.otp-box::before {
    content: "";
    display: block;
    background: #193661;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 600ms cubic-bezier(.31, .36, .21, .75);
    transform: translate3d(-140%, 0, 0) skewX(25deg);
    will-change: transform;
    z-index: -1;
}

.otp-box.not-empty::before {
    transform: translate3d(0, 0, 0) skewX(0deg);
}

.otp-box.not-empty input {
    color: #ffffff;
}

.otp-input .otp-box input {
    border: none;
    background: none;
    padding: 15px 10px;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
}

.resend-otp {
    font-size: 16px;
    color: #333;
    margin-top: 20px;
    display: inline-block;
    font-weight: 700;
}

.otp-warning-box {
    padding: 20px 0;
}

.otp-fail-msg {
    color: #ff0000;
    display: none;
    font-size: 14px;
}

input[type=number] {
    -moz-appearance: textfield;
    appearance: none;
    -webkit-appearance: none;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=text]:-webkit-autofill,
input[type=tel]:-webkit-autofill input[type=password]:-webkit-autofill {
    -webkit-background-clip: text;
}

.btn {
    background-color: #193661;
}

.resend {
    text-align: center;
    padding-top: 40px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.resend button.btn {
    background: #fff;
    border: 1px solid #193661;
    color: #193661;
}

.login-box-body.otp-body {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.login-box-body.otp-body .btn {
    padding: 15px 35px 15px;
}

.login-box-body.thank-you {
    text-align: center;
}

.login-box-body.thank-you img {
    height: 75px;
    width: 75px;
}

.login-box-body.thank-you h5 {
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-weight: 400;
    margin: 20px 0 0;
}

.login-box-body.thank-you p {
    font-size: 16px;
    color: #646464;
    line-height: 25px;
    margin: 30px 0 0;
    text-align: center;
}

.login-box-body.thank-you .btn {
    margin-top: 30px;
    width: 100%;
}

input[type=number] {
    -moz-appearance: textfield;
}

.btn.btn-primary.btn-flat {
    width: 100%;
}


/* Pulse Dashboard */
.wallet-wrapper,
.wallet-wrapper h2,
.wallet-wrapper h3,
.wallet-wrapper h4,
.pulse-card,
.pulse-card h3,
.pulse-card h4,
.pulse-card h2 {
    font-family: 'Poppins', sans-serif;
    color: #111;
}

.row.wallet-wrapper {
    padding: 30px;
    background: #fff;
    width: calc(100% - 0px);
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
    margin-bottom: 20px;
}

.row.wallet-wrapper .col-md-12 {
    padding: 0;
}

@media all and (min-width:768px) {
    .wallet-wrapper .row .col-md-4:not(:last-child)::after {
        content: '';
        width: 1px;
        height: 50px;
        background: #CFCFCF;
        position: absolute;
        right: 15%;
        top: 50%;
        margin-top: -50px;
    }
}

.wallet-box h4 {
    font-weight: normal;
    margin-top: 0;
}

.wallet-box h4::before {
    content: '';
    width: 8px;
    height: 18px;
    border-radius: 11px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.wallet-wrapper .row .col-md-4:nth-child(1) .wallet-box h4::before {
    background: #9981FF;
}

.wallet-wrapper .row .col-md-4:nth-child(2) .wallet-box h4::before {
    background: #0A68E4;
}

.wallet-wrapper .row .col-md-4:nth-child(3) .wallet-box h4::before {
    background: #FF8E2B;
}

.wallet-box p {
    font-size: 14px;
    margin: 0;
    font-weight: 500;
}

.wallet-box h2 {
    margin: 5px 0 20px;
    font-size: 30px;
    font-weight: 600;
}

.add-balance-btn {
    border: 1px solid #CFCFCF;
    padding: 10px 20px;
    border-radius: 12px;
    color: #111;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 15px;
}

.history-btn {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    color: #0A68E4;
    font-size: 16px;
}

.history-btn i {
    margin-left: 10px;
}

.pulse-card {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.pulse-card-btn {
    margin-top: auto;
}

.pulse-card-pay {
    background: #F1F3F4;
    display: flex;
    align-items: center;
    margin: 15px 0;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #e2e2e2;
    flex-wrap: wrap;
    min-height: 82px;
}

.pulse-card-pay h4 {
    margin: 0 0 0 10px;
    width: calc(100% - 130px);
    flex-grow: 1;
    font-size: 12px;
    color: #4D6F99;
}

.pulse-card-pay h4 strong {
    display: block;
    color: #1C3144;
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
}
.pulse-card-pay h6 {
    display: block;
    margin-bottom: 0;
    margin-left: 46px;
}
.pulse-card-pay div {
    width: 36px;
    height: 36px;
    background: #2FB56A;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: normal;
}

.pulse-card-pay a {
    border-radius: 30px;
    display: inline-block;
    padding: 5px 12px;
    background: #fff;
    border: 1px solid #CFCFCF;
    font-weight: 600;
    color: #0a68e4;
}

.pulse-card h3 {
    display: grid;
    align-items: center;
    margin: 0;
    font-size: 20px;
    grid-template-columns: 60px 1fr;
    font-weight: 600;
}

.pulse-card h3 img {
    height: 48px;
    max-width: 48px;
}

.pulse-card p {
    font-size: 16px;
    color: #848484;
    line-height: normal;
    margin: 20px 0;
    min-height: 110px;
}

.pulse-card p a {
    font-weight: 600;
    color: #0a68e4;
}

.pulse-card-btn a {
    display: block;
    padding: 10px 0;
    border: 1px solid #CFCFCF;
    border-radius: 16px;
    font-weight: 600;
    color: #111;
    text-align: center;
}

.pulse-card-btn a:not(:last-child) {
    margin-bottom: 10px;
}

.pulse-card-btn a.subscribe {
    border-color: #111;
}

.pulse-card-btn a.subscribed {
    border-color: #2FB56A;
    color: #2FB56A;
}

/* FAQ */

.faq-box {
    box-shadow: none;
    padding: 50px;
    border-radius: 8px;
    margin-top: 40px;
}

.faq-heading h3,
.faq-heading h2 {
    color: #000;
}

.faq-heading h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.faq-heading h2 {
    margin: 15px 0 35px;
    font-size: 24px;
    font-weight: 700;
}

.faq-search {
    position: relative;
    margin-bottom: 50px;
}

.faq-search .form-control {
    background: #F8F8F8;
    border-radius: 30px;
    padding: 15px 20px 15px;
    line-height: 1;
}

.faq-search .btn {
    position: absolute;
    top: 50%;
    border-radius: 50%;
    padding: 0;
    height: 44px;
    width: 44px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    right: 4px;
    transform: translateY(-50%);
}

.no-result {
    color: #000;
    margin-bottom: 50px;
}

.no-result p a {
    color: #000;
    text-decoration: underline;
    font-weight: 600;
}

.faq-back {
    display: inline-flex;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 30px;
    align-items: center;
    line-height: normal;
    color: #000;
}

.faq-back i {
    margin-right: 10px;
}

.faq-list img {
    border-radius: 12px;
    margin-bottom: 30px;
}

.faq-list ul {
    margin: 0;
    padding: 0;
}

.faq-list ul li {
    list-style: none;
}

.faq-list ul li:not(:last-child) {
    margin-bottom: 40px;
}


.faq-list ul li a {
    color: #000;
}

.faq-list ul li a:hover {
    color: #2DB26A;
}

.faq-list ul li h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px;
}

.faq-list ul li p {
    font-size: 16px;
    line-height: normal;
    margin: 0;
}

.faq-category-box {
    background: #F9F9F9;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 28px;
}

.faq-category-box h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.faq-category-box h2 a {
    color: #2DB26A;
}

.faq-category-box h3 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    min-height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

a.faq-category-link {
    border-top: 1px solid #DDE2E6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    color: #2db26a;
}

.faq-box .common-content {
    padding: 0;
    margin-bottom: 0;
}

.faq-box .common-content img,
.faq-box .common-content iframe {
    border-radius: 20px;
    margin-bottom: 30px;
}

.faq-box .common-content h1,
.faq-box .common-content h2,
.faq-box .common-content h3,
.faq-box .common-content h4:not(.report-builder-heading),
.faq-box .common-content h5,
.faq-box .common-content h6 {
    font-size: 16px;
    font-weight: 500;
    margin: 20px 0;
    color: #000;
}

.faq-box .common-content h1 {
    font-size: 28px;
    color: #35383B;
}

.faq-thanks-cta {
    padding: 50px 0;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    display: block;
    margin: 30px 0 50px;
    overflow: hidden;
}

.faq-thanks-cta p {
    margin: 0;
}

.faq-thanks-cta h2,
.faq-list h2 {
    font-weight: 600;
    font-size: 20px !important;
    margin-bottom: 20px;
}

.faq-thanks-cta a {
    margin-right: 10px;
    background: #999;
}

.faq-thanks-cta .btn-success {
    background: #2DB26A;
    color: #fff;
}

@media all and (max-width:767px) {
    .row.wallet-wrapper {}

    .skin-blue-light .main-header .navbar .sidebar-toggle,
    .skin-blue-light .main-header .navbar .nav>li>a {
        padding: 20px 18px !important;
    }

    .wallet-wrapper .row .col-md-4:not(:last-child) {
        margin-bottom: 30px;
    }
}
@media all and (min-width: 768px) and (max-width: 1199px) {
    .pulse-card-pay a{
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    .pulse-card-pay h4 strong{
        font-size: 14px;
    }
    .pulse-card p{
        font-size: 15px;
        min-height: 165px;
    }
    .pulse-card{
        padding: 20px;
    }
    .pulse-card h3{
        font-size: 17px;
    }
    .pulse-card h3 img {
        height: 34px;
        max-width: 46px;
    }
}