/*v2 style*/

#login_form input.form-control,
.form-card input.form-control {
    height: 46px;
}
#login_form .btn.btn-orange.btn-block,
.form-card .btn.btn-orange.btn-block {
    background: #ee2a7b;
    height: 50px;
    border-radius: 2px;
}

/* Navbar */

.form-control:disabled,
.hasDatepicker.form-control[readonly] {
    background-color: #fff;
    opacity: 1;
}

.panel.panel-default {
    background: #fff;
    box-shadow: 0 0px 30px 0 rgba(0, 0, 0, 0.05);
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
}
.panel-heading {
    border-bottom: 1px solid #dddd;
    background: #fbfbfb !important;
    margin: -20px;
    padding: 10px;
    margin-bottom: 20px;
}
.panel-heading h3 {
    font-size: 20px;
    margin: 0;
    font-weight: 600;
}

.subscription-plan h2 {
    color: #222;
    font-size: 30px;
    font-weight: 700;
    margin: 30px 0 0;
}
.subscription-plan p {
    color: #555;
    font-size: 16px;
    font-weight: 400;
    margin: 0px 0 40px;
}

.subscription-plan .card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 0px 30px 0 rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.nested-replies {
    border-left: 2px solid #ddd;
    margin-left: 15px;
    padding-left: 10px;
}

.toggle-replies {
    font-weight: bold;
    color: #0d6efd;
}

.plans-wrap .plans-list:nth-child(1) .card-heading {
    background-color: #b3b4b8;
}
.plans-wrap .plans-list:nth-child(2) .card-heading {
    background-color: #ff203f;
}
.plans-wrap .plans-list:nth-child(3) .card-heading {
    background-color: #1dc653;
}
.plans-wrap .plans-list:nth-child(4) .card-heading {
    background-color: #229bff;
}
.plans-wrap .plans-list:nth-child(1) .card-body h5 {
    color: #b3b4b8;
}
.plans-wrap .plans-list:nth-child(2) .card-body h5 {
    color: #ff203f;
}
.plans-wrap .plans-list:nth-child(3) .card-body h5 {
    color: #1dc653;
}
.plans-wrap .plans-list:nth-child(4) .card-body h5 {
    color: #229bff;
}

.checkbox-wrapper {
    display: inline-block;
    position: relative;
    margin-right: 13px;
}

.checkbox-wrapper input {
    position: absolute;
    top: 5px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 22;
    cursor: pointer;
}
.checkbox-wrapper span {
    position: relative;
    width: 20px;
    height: 20px;
    border: 2px solid #ee2a7b;
    left: 0;
    top: 5px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 0px;
}
.checkbox-wrapper span::after {
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #ee2a7b;
    left: 2px;
    top: 2px;
    display: inline-block;
    border-radius: 50%;
    content: "";
    opacity: 0;
    transition: all ease 0.1s;
}
.checkbox-wrapper input:checked + span::after {
    opacity: 1;
}

/* widgets */

.widget.task-wrap {
    overflow: auto !important;
}

.tickets > div:nth-child(7) .count-wrp {
    background: #26ae5f;
}

/* date-filter */
.date-filter {
    background: #fff;
    padding: 10px 15px;
    z-index: 100;
}
.date-filter h5 {
    color: #1e1d32;
    font-size: 14px;
    font-weight: 700;
}
.date-filter label {
    margin-bottom: 2px;
    font-size: 13px;
    color: #737373;
}
.date-filter input {
    background: #fff !important;
    font-size: 0.7rem;
}

/* overall-rating */
.rate-wp {
    border-radius: 100px;
    margin: 0.5rem 0;
}

.rate-wp h4 {
    font-size: 16px;
    margin-bottom: 0 !important;
    margin-top: 4px;
}

.rating-overview .average-rating i {
    font-size: 18px;
    /* color: #ffcc48; */
}

/* dashboard-graphs */
.dashboard-graphs .color-card {
    color: #fff;
}

.dashboard-graphs .color-card .btn {
    color: #fff;
    float: right;
    font-size: 13px;
}
.dashboard-graphs .widget h4 {
    text-align: center;
    font-size: 1.5rem;
    margin-top: 1rem;
    color: #000;
}

.dashboard-graphs .widget small {
    color: #000;
}

.task {
    padding: 0.4rem;
}
.dashboard-graphs .task a {
    font-weight: 600;
    font-size: 0.82rem;
    display: block;
    display: -webkit-box;
    max-width: 97%;
    height: 27px;
    font-size: 12px;
    line-height: 1.1;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: gray;
}

.dashboard-graphs .task p {
    color: #979bad;
    font-size: 10px;
    margin-bottom: 0px;
    font-weight: 500;
    word-break: break-all;
    line-height: 15px;
}

.dashboard-graphs .task {
    border-bottom: 1px solid #e6e6e6;
}
.dashboard-graphs .task:last-child {
    border-bottom: none;
}
.dashboard-graphs .task .profile-text {
    /*min-width: 30px; */
    height: 28px;
    padding: 0px 8px;
    line-height: 28px;
    text-align: center;
    background: #c2b48d;
    display: inline-block;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.dashboard-graphs .task:nth-child(3n) .profile-text {
    background: #a7b3eb;
}
.dashboard-graphs .task:nth-child(4n) .profile-text {
    background: #f294e8;
}
.dashboard-graphs .task:nth-child(5n) .profile-text {
    background: #fbdc84;
}

.static-wrapper > div .count-wrp span {
    color: #fff;
    text-align: center;
}

.sidevertical-container {
    background: #fff;
    padding: 15px;
    height: auto;
}

.sidevertical-wrapper {
    height: calc(100vh - 50px);
    overflow-y: scroll;
    width: 395px;
}
.sidevertical-wrapper .list-group {
    list-style-type: none;
}
.sidevertical-container .alert {
    padding: 7px 15px;
    margin-bottom: 8px;
    border-radius: 0.25rem;
    font-weight: 500;
    color: #1e1d32;
    font-size: 13px;
    border: none;
}


/* dashboard */
.dashboard-container .content-area {
    height: calc(100vh - 50px);
    overflow-y: scroll;
    width: 100%;
    padding: 30px 30px 0;
    background-color: transparent;
}

.widget .count-wrap h2 {
    border-bottom: none;
}

.border-table td {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.card-block h4 a {
    color: #343434;
    font-size: 15px;
}
.card-block {
    position: relative;
    overflow: hidden;
    top: 0px;
    cursor: pointer;
    transition: box-shadow ease 0.3s;
}

.card-block:hover {
    box-shadow: 0 0px 30px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 99;
}
.card-block.ui-sortable-helper {
    background: #edf5ff !important;
}
.card-head h3 {
    float: left;
    font-size: 17px;
    color: #343434;
    text-transform: uppercase;
}
.card-head span {
    display: block;
    float: right;
    padding: 0px 0;
    background: #ea7b25;
    color: #fff;
    font-size: 11px;
    height: 14px;
    line-height: 15px;
    border-radius: 0 10px 10px 0;
    width: 50px;
    text-align: center;
}
.card-conatiner {
    width: 100%;
    background: #fff;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 0px 30px 0 rgba(0, 0, 0, 0.05);
    height: calc(100vh - 270px);
    overflow-y: auto;
}
.card-block i {
    font-size: 10px;
    margin-right: 4px;
}
.card-block p {
    margin-bottom: 0;
    font-size: 11px;
    color: #7a7a7a;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.card-block span {
    margin-bottom: 0;
    font-size: 11px;
    color: #849ab6;
}
.card-block h4 i {
    position: relative;
    top: -2px;
}
.card-block:hover .card-action {
    right: 3px;
    opacity: 1;
}

.card-action {
    position: absolute;
    right: -10px;
    transform: translateY(-50%);
    color: #666;
    opacity: 0;
    transition: all ease 0.3s;
}
.drag i {
    color: #b1b1b1;
    font-size: 14px;
}
.drag {
    color: #a6a6a6;
    cursor: move;
}
.add-pro {
    width: 30px;
    height: 30px;
    display: block;
    float: right;
    text-align: center;
    line-height: 30px;
    background: #fff;
    border-radius: 50%;
    line-height: 31px;
}
.outter-progress {
    height: 14px;
    background: #dcdcdc;
    width: calc(100% - 50px);
    border-radius: 10px 0 0 10px;
    float: left;
    overflow: hidden;
}
.progress-bar-wrap.clearfix {
    padding: 5px 0;
}

.inner-progress {
    height: 15px;
    background: gray;
    transition: all ease 0.3s;
}
.card-block.ui-sortable-handle {
    border-left: 2px solid #555;
    margin: -1px;
    border-radius: 3px;
}

.action-btn .dropdown-toggle::after {
    display: none;
}
.action-btn .dropdown-toggle {
    font-size: 20px;
    float: right;
    color: #666;
    margin-right: 5px;
}

#sortablewrp_1 .inner-progress,
#sortablewrp_LEAD .card-head span {
    background: #7f7f7f;
}
#sortablewrp_2 .inner-progress,
#sortablewrp_Qualified .card-head span {
    background: #f2c572;
}
#sortablewrp_3 .inner-progress,
#sortablewrp_Proposition .card-head span {
    background: #81a489;
}
#sortablewrp_4 .inner-progress,
#sortablewrp_Negotiation .card-head span {
    background: #c04c31;
}
#sortablewrp_5 .inner-progress,
#sortablewrp_CUSTOMER .card-head span {
    background: #3597dc;
}

.timeline-icon {
    display: none;
}

#sortablewrp_1 .card-head h3 {
    color: #7f7f7f;
}
#sortablewrp_2 .card-head h3 {
    color: #f2c572;
}
#sortablewrp_3 .card-head h3 {
    color: #81a489;
}
#sortablewrp_4 .card-head h3 {
    color: #c04c31;
}
#sortablewrp_5 .card-head h3 {
    color: #3597dc;
}

#sortablewrp_1 .card-block.ui-sortable-handle {
    border-left: 2px solid #7f7f7f;
}
#sortablewrp_2 .card-block.ui-sortable-handle {
    border-left: 2px solid #f2c572;
}
#sortablewrp_3 .card-block.ui-sortable-handle {
    border-left: 2px solid #81a489;
}
#sortablewrp_4 .card-block.ui-sortable-handle {
    border-left: 2px solid #c04c31;
}
#sortablewrp_5 .card-block.ui-sortable-handle {
    border-left: 2px solid #3597dc;
}

#container-citizen .highcharts-title {
    font-size: 14px !important;
    font-family: inherit;
    font-weight: 700;
}
#container-citizen .highcharts-credits {
    display: none;
}
@media (max-width: 767px) {
    .sidevertical-container {
        background: #fff;
        padding: 15px;
        width: 300px;
        height: auto;
    }
    .timeline-icon {
        display: block;
        position: fixed;
        z-index: 9;
        /* width: 132px; */
        color: #fff;
        right: -2px;
        top: 63px;
        padding: 4px;
        border-radius: 7px;
        box-shadow: 0px 0px 12px 0px rgb(0, 0, 0, 0.2);
        background: #ee2a7b;
        border: 2px solid #ee2a7b;
        transition: all cubic-bezier(0.64, 0.57, 0.67, 1.53) 0.3s;
    }
    .timeline-wrap {
        position: fixed;
        z-index: 9;
        width: 300px;
        right: -316px;
        top: 83px;
        box-shadow: 0px 0px 12px 0px rgb(0, 0, 0, 0.2);
        transition: all cubic-bezier(0.64, 0.57, 0.67, 1.53) 0.3s;
    }
    .timeline-wrap.show {
        right: -16px !important;
    }
}

/*leftside design*/

.history-table.table thead th {
    padding: 4px 3px;
}
.history-table.table thead th {
    font-size: 12px;
    color: #7c7c7c;
    font-weight: 500;
}

.listproimg {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
}
.listproimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.btn.toggle-tabs {
    border: none !important;
    box-shadow: none !important;
}

.file-container {
    position: relative;
    margin-top: 0px;
    float: left;
    overflow: hidden;
    width: 100%;
}

.file-container .form-control-file {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}
.input-file-trigger {
    display: block;
    background: #17a2b8;
    float: left;
    color: #fff;
    line-height: 40px;
    padding: 0 20px;
    position: relative;
    max-width: 100%;
    border-radius: 2px;
    min-width: 170px;
    text-align: center;
    border: 1px solid #17a2b8;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.file-return {
    margin: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.download-wrp {
    background: #f5f5f5;
    padding: 20px;
}

.ajax-file-upload {
    display: block !important;
    text-align: center !important;
    width: 160px !important;
    margin: 10px auto !important;
    padding: 10px !important;
}
.ajax-upload-dragdrop > span {
    text-align: center;
    display: block;
    padding: 0px 0;
}

.loadpro {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    text-align: center;
    line-height: 110px;
}
.loadpro i {
    font-size: 50px;
    position: relative;
    top: 13px;
    color: #9a9a9a;
}

.dropdown-display .dropdown-chose-list {
    height: 24px !important;
}

.no-record {
    text-align: center;
    padding: 50px 0;
    font-size: 20px;
    color: #bbb;
    font-weight: bold;
}
#agent-performance tbody::after {
    content: "No Data Found";
    text-align: center;
    width: 100%;
    position: absolute;
    padding: 52px 0;
    color: #bbb;
    font-weight: bold;
    font-size: 20px;
}

.iframe-container {
    padding: 1rem;
}
.iframe-wrp {
    background: #dbe3ea;
    border-radius: 5px;
    padding: 10px;
}
.iframe-wrp h3 {
    font-size: 15px;
    font-weight: 600;
}
.iframe-wrp p {
    font-size: 12px;
    color: #4a4a4a;
}
.iframe-wrp textarea {
    width: 100%;
    background: aliceblue;
    border: none;
    font-size: 11px;
    font-family: Source Code Pro;
    color: #777;
}

@media (max-width: 991px) {
    /*2020 CSS*/

    #navbarDropdown {
        height: 40px;
        overflow: hidden;
    }
    .navbar-nav .dropdown-menu {
        position: absolute;
        float: none;
        left: auto;
        right: auto;
    }
}

#agent-performance tr:first-child {
    position: sticky;
    top: 0;
    background: #f4f4f4;
}
#agent-performance tr:last-child {
    position: sticky;
    bottom: 0;
    background: #f4f4f4;
}
#agent-performance tr:last-child td,
#agent-performance tr:first-child td {
    font-weight: bold;
}

.highcharts-figure,
.highcharts-data-table table {
    min-width: 320px;
    max-width: 800px;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

input[type="number"] {
    min-width: 50px;
}

.indvidual-progress.Test.Data {
    display: none;
}
.Kudumbasree.indvidual-progress h4 {
    color: #1999d6;
}
.Prathidwani.indvidual-progress h4 {
    color: #829ef0;
}

.Placement.indvidual-progress h4 {
    color: #a3cf5e;
}
.CMD.indvidual-progress h4 {
    color: #a87cb7;
}
.DWMS.indvidual-progress h4 {
    color: #a3cf5e;
}
.ASAP.indvidual-progress h4 {
    color: #c3b59b;
}

.Kudumbasree .indvidual-progress-wrp span {
    background: #1999d6;
}
.Prathidwani .indvidual-progress-wrp span {
    background: #829ef0;
}
.Placement .indvidual-progress-wrp span {
    background: #a3cf5e;
}
.CMD .indvidual-progress-wrp span {
    background: #a87cb7;
}
.DWMS .indvidual-progress-wrp span {
    background: #a3cf5e;
}
.ASAP .indvidual-progress-wrp span {
    background: #c3b59b;
}

@media (max-width: 576px) {
    .search-box .select2-container {
        width: 100% !important;
    }
}
.search-box .select2-container {
    width: 100% !important;
}

.widget.rating-overview {
    border: none;
    box-shadow: none;
    padding: 0 !important;
    margin: 0 -15px;
    /* border-top: 1px solid #ddd;*/
}
.average-rating {
    padding: 20px 15px !important;
}

.clear {
    clear: both;
    display: block;
}
.hasDatepicker {
    background: none !important;
}

#content .rating-overview .row:first-child {
    margin-bottom: 0;
}
.dashboard-graphs .widget,
.dashboard-graphs .widget .table {
    box-shadow: none;
    border-radius: 0.5rem;
}

.calender-wrap .ui-datepicker {
    width: 19.5em !important;
    border: none;
    box-shadow: none;
}
.calender-wrap .ui-datepicker a.ui-state-default {
    text-align: center;
    border: none;
    background: none;
    font-size: 12px;
    padding: 8px 3px !important;
    border-radius: 69%;
    transition: all ease 0.3s;
}


/*Dashboard - Tickets */
.tickets {
    text-align: center;
}

.task-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 0.62rem;
}
.task-inner span {
    color: gray;
}
.task-inner label {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}

.task-inner:nth-child(1) label {
    color: #961ee1;
}

.task-inner:nth-child(2) label {
    color: #e1341e;
}

.task-inner:nth-child(3) label {
    color: #1e6ae1;
}

.widget-head {
    top: 0;
    position: sticky;
}

.widget-head a {
    color: #000;
}

.fa-question-circle:before {
    font-size: 1rem;
}

.average-rating-inner {
    text-align: center;
    border: 2px solid #e5e4e2;
    padding: 0.2rem 1rem;
    border-radius: 0.25rem;
    margin-bottom: 1rem;
}

.enquiry-title {
    font-size: 0.8rem;
}

.followup-wrapper {
    height: 91%;
}

/* dashboard widget - agent performance */
.widget-nav .nav-item a {
    background-color: #fff;
    color: #495057;
}

.pink-active .active {
    color: #ee2a7b !important;
}

.nav-tabs .nav-link {
    border: 0;
}

/* dashboard-recent enquiry widget */
.block-ellipsis {
    display: block !important;
    display: -webkit-box !important;
    max-width: 100%;
    margin: 0 auto;
}

/* search-box */
.search-box h2 {
    font-size: 1rem;
}

/* search-box reset button */
.reset-wrapper {
    text-align: end;
    cursor: pointer;
    font-size: 0.8rem;
    color: #007bff;
}

/* buttons */

.btn-container {
    display: flex;
    justify-content: end;
    align-items: end;
    gap: 0.2rem;
    margin-top: 0.5rem;
}

.btn-group span {
    padding: 0.5rem;
    margin: auto;
}

.addmorebtn-padd {
    padding: 3px 8px;
}

.tracker-nav-btn {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.tracker-nav-btn a:active {
    color: #ee2a7b;
}

.create-sale-container {
    cursor: pointer;
}

.popup-container {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 1rem;
}

/* media query max-width:991px starts */
@media (max-width: 991px) {
    /* flex */
   
    .flexcenter-sm {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .content-area-sm {
        display: block;
        text-align: center;
    }

    .flexend {
        display: block;
        text-align: end;
    }

    /* dashboard */
    .dashboard-container .content-area {
        width: auto;
        /* padding: 15px; */
        margin: 0;
    }

    .widget {
        margin-bottom: 20px;
    }

    #navbarDropdown {
        overflow: inherit;
    }

    /* sidevertical-tab */
    .sidevertical-wrapper {
        width: auto;
        height: auto;
    }

    .margin-bottom-sm {
        margin-bottom: 1rem;
    }

    /* table */
    .td-icon {
        display: inline-flex;
        gap: 1rem;
    }

    /* footer */
    footer {
        text-align: center;
        padding: 20px 65px;
        font-size: 0.7rem;
    }
}

/* whatsapp template */

#met_whatsapp_template_div .email-list {
    background: transparent !important;
    border-radius: 0 0 0.25rem 0.25rem;
}

#met_whatsapp_template_div {
    margin: initial !important;
    padding: 0;
}

#metaTemplateMessageDiv .preview-wrap,
.whatsapp-content-wrap {
    background-color: white;
    border-radius: 0.25rem;
    box-shadow: 0 -1px 10px #ebebeb;
}

#metaTemplateMessageDiv .preview-wrap .preview-text,
.whatsapp-content-wrap .whatsapp-content-title {
    padding: 0rem 0rem 1rem 0rem;
    padding: 0.5rem;
    font-size: 16px;
    font-weight: 600;
    color: rgb(238, 42, 123);
}
#met_whatsapp_template_div ul li {
    position: relative;
    border-bottom: none;
    border: 1px solid #eaeaea;
    border-radius: 0.25rem;
}
#met_whatsapp_template_div ul li:not(:last-child) {
    margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
    /* #met_whatsapp_template_div ul li.selected::after {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        background-color: #ffe3ef;
        border-top: 1px solid #ee2a7b;
        border-right: 1px solid #ee2a7b;
        right: -6px;
        transform: rotate(45deg);
        top: 14px;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition-timing-function: cubic-bezier();
    } */
}

/* #met_whatsapp_template_div ul li.selected {
    transition: 0.2s !important;
    border: 1px solid #ee2a7b;
    background-color: #ffe3ef !important;
    color: #ee2a7b !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    padding: 8px 15px !important;
} */

.preview-wrap #meta_whatsapp_template_demo {
    padding: 0rem 1rem 1rem 1rem;
}

.whatsapp-title {
    background-color: #ebebeb;
    padding: 8px 15px;
    margin-bottom: 0.5rem;
    background-color: rgb(238, 42, 123, 0.1);
    border-radius: 0.25rem 0.25rem 0 0;
}
.whatsapp-title h6 {
    font-size: 16px !important;
    font-weight: 600 !important;
}

/* subscription wrap */
.subscription-wrap {
    padding: 60px 40px;
    width: 100%;
    max-width: 440px;
    margin: 60px auto;
    background: #fff;
    box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}
.subscription-wrap .main-title {
    font-weight: 600;
}

/* qr code page */
.or-text-wrap {
    margin: 1.5rem 0;
    position: relative;
}
.or-text-wrap p {
    background-color: white;
    text-align: center;
    margin-bottom: 0 !important;
    display: flex;
    position: relative;
    z-index: 2;
    max-width: 30px;
    justify-content: center;
    margin: 0 auto;
}
.or-text-line {
    width: 100%;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 10px;
    margin: 0 !important;
}
.qrcode-wrap {
    background-color: #eaeaea;
    border-radius: 0.25rem;
    padding: 1rem;
    min-height: 24rem;
    position: relative;
}
.qrcode-wrap::before {
    content: "QR Code generates here";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 45%;
    text-align: center;
    opacity: 0.5;
}
.qr-code-item {
    text-align: center;
    background-color: #eaeaea;
    position: relative;
    transition: all 1s;
}

/* customer error card */
.customer-error-card,
.customer-unsub-card {
    max-width: 500px;
    width: 100%;
    box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.1);
    border: none;
}
.customer-error-card .card-header {
    background-color: #ff203f;
    text-align: center;
}
.customer-unsub-card .card-header {
    background-color: #3ac55a;
    text-align: center;
}
.customer-error-card .card-body,
.customer-unsub-card .card-body {
    text-align: center;
    padding: 0.75rem 1.25rem !important;
}
.customer-error-card .card-header i,
.customer-unsub-card .card-header i {
    color: #fff;
    font-size: 6rem;
    text-align: center;
}
.customer-error-card .card-body h3 {
    color: #fb383d;
    font-weight: 700;
}
.customer-unsub-card .card-body h3 {
    color: #3ac55a;
    font-weight: 700;
}
.customer-error-card .card-body p,
.customer-unsub-card .card-body p {
    color: #808080;
}
.unsub-msg-card-outer,
.sub-error-card-outer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    flex-direction: column;
    gap: 1.5rem;
    background: url(../img/login-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    min-height: calc(100vh - 200px);
    padding: 1rem;
}
.unsub-msg-card-outer {
    background-color: #defee5;
}
.sub-error-card-outer {
    background-color: #ffe3e7;
}

.btn .material-icons {
    vertical-align: middle;
}


svg g text {
    font-family: "Poppins", sans-serif !important;
    font-size: 10px !important;
}

.navbar-brand svg .coms path {
    fill: rgba(255, 255, 255, 0.9);
}

.navbar-text {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.9em;
}
.navbar-nav .nav-link svg path {
    fill: rgba(255, 255, 255, 0.8);
}
.navbar-nav .nav-link:hover svg path {
    fill: rgba(255, 255, 255, 1);
}

.search-box .btn-outline-danger {
    background-color: transparent;
    color: #1e5bf2;
    border-color: #1e5bf2;
}
.search-box .btn-outline-danger:hover {
    color: #fff;
    background-color: #d1002d;
    border-color: #bd2130;
}

.content-area header h2 {
    font-size: 20px;
}
.content-area header small {
    color: rgba(0, 0, 0, 0.7);
}
.content-area .content-widget {
    background-color: #fff;
    margin-top: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

/*---------Widget----------*/

.widget {
    background-color: #fff;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    position: relative;
    margin-bottom: 30px;
}
.widget h2 {
    font-size: 14px;
    margin: 0px;
    padding: 10px 10px;
    position: relative;
    color: #000;
}
.widget h2 .btn {
    position: absolute;
    top: 4px;
    right: 15px;
}
.widget h2 .help-tooltip,
.widget h2 .download-report {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.widget h2 .help-tooltip img,
.widget h2 .download-report img {
    opacity: 0.6;
}
.widget h2 .help-tooltip:hover img,
.widget h2 .download-report:hover img {
    opacity: 1;
}
.widget h2 .download-report {
    right: 35px;
}

.graph-area {
    height: 320px;
}
/*---------Dashboard Statistics & Graph----------*/

.dashboard-graphs .widget {
    overflow: hidden;
}

.dashboard-graphs .widget .widget-content {
    padding: 0px;
    margin: 1rem;
}
.dashboard-graphs .widget .table th {
    font-size: 14px;
}
.rating-stars ul {
    list-style-type: none;
    display: flex;
}

.rating-overview .average-rating h5 {
    font-size: 16px;
    opacity: 0.9;
}
.rating-overview .average-rating h1 {
    font-size: 40px;
}
.rating-overview .average-rating ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
.rating-overview .average-rating i {
    font-size: 18px;
    /* color: #ffcc48; */
}
.rating-overview .average-rating h6 {
    font-size: 0.62rem;
    opacity: 0.8;
}
.rating-overview .rating-status .rating-rail {
    display: block;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    height: 8px;
}
.rating-overview .rating-status .rating-rail .bar {
    display: block;
    height: 100%;
}
.rating-overview .rating-status .excellent .bar {
    background-color: #4aa552;
}
.rating-overview .rating-status .good .bar {
    background-color: #a5d631;
}
.rating-overview .rating-status .average .bar {
    background-color: #f7e642;
}
.rating-overview .rating-status .bad .bar {
    background-color: #f7a529;
}
.rating-overview .rating-status .very-bad .bar {
    background-color: #ef3110;
}
.rating-overview .rating-status .no-rating .bar {
    background-color: #222;
}
.feedback-message {
    color: #222;
    font-weight: bold;
}
.feedback-message i {
    color: orange;
}
/*---------Search bar----------*/

.search-box .form-control,
.search-box .btn {
    height: auto;
    font-size: 14px;
}
.search-box .search-input {
    padding-left: 35px;
    background: #f5f5f5 url(../img/ic_search.svg) no-repeat left 6px center;
    border-color: #f5f5f5;
}
.search-box .search-input:focus {
    background: #f2f2f2 url(../img/ic_search.svg) no-repeat left 6px center;
}
.search-box label {
    margin: 0px;
    padding-left: 0.7rem;
}
.hasDatepicker {
    background: #fff url(../img/ic_date_range.svg) no-repeat right 5px center;
    cursor: pointer;
}
.settings h2 {
    font-size: 18px;
    font-style: italic;
}
.settings-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.settings-menu a {
    display: block;
    color: #222;
    padding: 3px 0;
}
.settings-menu a:hover {
    color: #f36523;
}
.settings-menu a i {
    width: 25px;
}

/*-------- Profile---------*/

.profile .form-control {
    font-size: 14px;
    padding: 0.25rem 0.75rem;
}
.profile .form-control:not(textarea) {
    height: 30px;
}
.profile label {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 0px;
}
.profile .form-group {
    margin-bottom: 8px;
}
.profile-completion .progress {
    height: 10px;
}
.profile-completion span {
    font-size: 12px;
    display: block;
}

.profile .alert,
#msg.alert {
    position: fixed;
    display: none;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 9999;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14),
        0 2px 1px -1px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2),
        0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
    padding: 15px 30px;
    font-size: 17px;
}
#msg.alert button.close {
    position: absolute;
    top: -8px;
    right: -10px;
    background: #fff;
    width: 20px;
    height: 20px;
    line-height: 14px;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
    opacity: 1;
    color: #666;
    border: 1px solid #ddd;
}
.profile .alert-success,
#msg.alert-success {
    background-color: #3da507;
    color: #fff;
}
.profile .alert-danger,
#msg.alert-danger {
    background-color: #e60101;
    color: #fff;
    border-color: #cc0000;
}
#msg.alert-danger a {
    color: #fff;
    text-decoration: underline;
}

.acco-content {
    display: none;
}
footer {
    text-align: center;
    padding: 20px 0;
}

/*settings style*/
.settings-wrapper .widget-content {
    padding: 0.5rem;
}
.row.settings.settings-wrapper {
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
}

.settings-wrapper .settings-menu li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    position: relative;
}
.settings-wrapper .settings-menu li:first-child {
    padding: 0px 0 8px;
}
.settings-wrapper .settings-menu li:last-child {
    padding: 10px 0 0;
    border-bottom: 0px solid #eee;
}
.settings-wrapper .settings h2 {
    font-size: 16px;
    font-style: normal;
    /* margin-bottom: 15px; */
}
.settings-menu a i {
    font-size: 14px;
    margin-right: 10px;
    margin-left: 5px;
    width: 15px;
}
.settings-menu a {
    padding: 0px 0;
}
.settings-wrapper .settings-menu li:last-child:after {
    bottom: 8px;
}
.settings-wrapper .settings-menu li::after {
    width: 6px;
    height: 6px;
    border-right: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    position: absolute;
    right: 4px;
    content: "";
    transform: rotate(-45deg);
    bottom: 14px;
}

.ui-datepicker a.ui-state-default {
    text-align: center;
    border: none;
    background: none;
    font-size: 12px;
    padding: 6px 5px;
    border-radius: 50%;
    transition: all ease 0.3s;
}
.ui-datepicker th {
    font-size: 12px;
    color: #9e9e9e;
    font-weight: normal;
}

.ui-state-default:hover {
    background: #1b62cc !important;
    color: #ffffff !important;
}
.ui-datepicker-today .ui-state-default {
    background: #d6ecff !important;
    color: #222;
    border-radius: 50%;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    background: #1b62cc !important;
    border-radius: 50%;
    color: #ffffff !important;
}
select.ui-datepicker-year,
select.ui-datepicker-month {
    border: 1px solid #d8d8d8;
    color: #666;
    padding: 2px;
    margin: 1px !important;
    border-radius: 4px;
}
.history-table.table thead th {
    font-size: 12px;
    color: #a5a5a5;
    font-weight: 600;
}

/*Date picker*/
.ui-widget.ui-widget-content {
    border: none;
    box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.2);
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding: 3px 4px;
}
/*Date picker*/

.ui-tooltip,
.arrow::after {
    background: #000 !important ;
    border: none !important;
    color: #fff !important;
    margin-left: 20px !important;
    transition: none;
}

.ui-tooltip {
    padding: 5px 20px;
    color: white;
    border-radius: 20px;
    min-width: 100px;
    text-align: center;
}
.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -16px;
    margin-left: -10px;
}
.arrow.top {
    top: -16px;
    bottom: auto;
}
.arrow.left {
    left: 20%;
}
.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.arrow.top:after {
    bottom: -20px;
    top: auto;
}

.unread {
    background: #ffdede !important;
    border-left: 2px solid #f16865 !important;
}

@media (min-width: 768px) {
    .search-box h2 {
        font-weight: 700;
    }

    .row-reverse-sm {
        flex-direction: row-reverse;
    }

    .modal-xl {
        width: 90%;
        max-width: 1200px;
    }
}

@media (max-width: 768px) {
}
tr.temp_popup {
    cursor: pointer;
}
tr.temp_popup:hover {
    color: #007bff;
}

.stage_link a {
    font-weight: bold;
    background: #f98c55;
    padding: 5px 20px;
    border-radius: 6px;
    color: #fff;
}
.ui-tooltip-content {
    word-break: break-all;
    width: 140px;
}

.search-box #nav-profile-tab {
    color: #1e5bf2 !important ;
}

@media (max-width: 1400px) {
    @media (min-width: 768px) {
        .top-nav {
            width: 70%;
        }
    }
}
.info-text {
    background-color: #f3eee2;
    border-radius: 10px;
}
.textarea-height {
    height: 100px !important;
}
.error-textarea {
    border: 1px solid rgb(245, 79, 79) !important;
    color: rgb(245, 79, 79) !important;
}
#textareaWordsCount {
    color: rgb(245, 79, 79) !important;
}

/* custom.css */

span.error {
    color: #f00;
    display: block;
}
select.text-danger {
    color: #000 !important;
}
span.red_star {
    color: #f00;
}

a.readmore {
    cursor: pointer;
}
.heightAuto {
    max-height: 5000px;
}

.escalation_details b {
    width: 32%;
    text-align: left;
    display: inline-block;
}
.escalation_details span.res {
    width: 50%;
    text-align: left;
    display: inline-block;
}
.escalation_details span.colon {
    width: 3%;
    text-align: left;
    display: inline-block;
    font-weight: bold;
}
.followup-status-list span.Re-open {
    background-color: #1462e0;
}
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}
@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}
@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}
@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}
nav.super_admin {
    background-color: #0855c4;
}
.message {
    text-align: center !important;
    margin-top: 2px;
    width: 100%;
}
.faqadd {
    background: #5bc0de;
    padding: 5px;
    border-radius: 14px;
    color: #fff;
}

/* style for channel gateway */
.gat_con {
    display: none;
}
.gat_container .gat_con:first-child {
    display: block;
}
ul.channel_gateway {
    list-style-type: none;
    padding: 0px;
}
ul.channel_gateway li {
}
ul.com_channel li {
    list-style: none;
    display: inline;
    padding: 5px 30px;
}
ul.channel_gateway li.active label {
    color: #000 !important;
    background: #fff;
}
ul.channel_gateway li:has(> span checkbox:checked) {
    background: #f00 !important;
}
/* 
.checkbox_con input {
    margin: auto;
} */
span.channel_name {
    background: #ccc;
    padding: 5px 5px;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: underline;
}
.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}

.loader-container {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 30em;
    height: 18em;
    margin-top: -9em; /*set to a negative number 1/2 of your height*/
    margin-left: -15em;
    display: none;
    z-index: 99999;
}
.loader-container .preloader {
    background-color: transparent;
}
.loader-back {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #e9e9e9;
    display: none;
    opacity: 0.7;
    z-index: 9999;
}
p span.view_more {
    padding: 12px 14px 0px 10px;
    display: block;
    text-decoration: underline;
    cursor: pointer;
}
.opt_field {
    display: none;
}
.location_details {
    padding-bottom: 10px;
}

.count_txt {
    border: none;
    color: #fff;
    height: 0px;
    position: absolute;
    z-index: -1;
}
span.mem_con {
    background: #2a3357;
    color: #fff;
    border-radius: 2px;
    padding: 3px 8px;
}
span.mem_delete {
    padding-left: 5px;
    cursor: pointer;
}

/* style-copy.css */

/*
Author : Amruth Raj R
Created on : 23-06-2017
Company : OrisysIndia
*/

*,
:after,
:before {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    outline: none;
}

::-moz-selection {
    color: white;
    background: #135ed7;
}
::selection {
    color: white;
    background: #135ed7;
}
a:hover,
a:active,
a:focus,
tspan {
    text-decoration: none;
    font-weight: 400;
}

.label-warning {
    background-color: #fd7400;
}
.label-danger {
    background-color: #f40029;
}

.btn-full {
    width: 100%;
}

.floating-btn {
    height: 56px;
    position: fixed;
    width: 56px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
    cursor: pointer;
    outline: none;
    pointer-events: auto;
    bottom: 25px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    font-size: 30px;
    text-align: center;
    line-height: 56px;
    text-decoration: none;
    z-index: 9999;
}
.btn-add {
    background-color: #01c056;
    color: #fff;
    right: 90px;
}
.btn-edit {
    background: #f40029 url(../img/ic_edit.svg) no-repeat center;
    color: #fff;
    right: 90px;
}
.btn-back {
    background: #ad35bb url(../img/ic_arrow_back.png) no-repeat center;
    color: #fff;
    left: 25px;
}

.floating-btn.btn-opened {
    background-image: url(../img/ic_close.png);
}
.btn-add:hover,
.btn-back:hover,
.btn-list:hover,
.btn-edit:hover {
    color: #fff;
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
}
.ui-autocomplete {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
}
.pop-alert {
    position: absolute;
    top: 10px;
    z-index: 99999;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    transform: translateX(-50%);
    left: 50%;
}
.alert {
    padding: 5px 30px;
}
.pop-alert.alert-danger {
    color: #fff;
    background-color: #e60101;
    border-color: #cc0000;
}
.pop-alert.alert-danger a {
    color: #fff;
    text-decoration: underline;
}
.alert-dismissable .close,
.alert-dismissible .close {
    color: rgba(0, 0, 0, 1);
}

.widget {
    display: block;
}

.widget,
.tempust {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 15px;
}
.highcharts-container,
.overflow-hidden {
    overflow: hidden;
}

.highcharts-container {
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
/*div.widget {
	box-shadow: 0 -1px 0 #f0f0f0, 0 0 3px rgba(0,0,0,.12), 0 2px 4px rgba(0,0,0,.24);
	-webkit-box-shadow: 0 -1px 0 #f0f0f0, 0 0 3px rgba(0,0,0,.12), 0 2px 4px rgba(0,0,0,.24);
}*/

a.widget:hover {
    box-shadow: 0 -1px 0 #e0e0e0, 0 0 4px rgba(0, 0, 0, 0.18),
        0 3px 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 -1px 0 #e0e0e0, 0 0 4px rgba(0, 0, 0, 0.18),
        0 3px 6px rgba(0, 0, 0, 0.3);
}
input#grp_name {
    margin-top: 5px;
    height: 28px;
    margin-left: 15px;
}
.btn_2 {
    margin: 0 -10px 0 15px;
}
.widget h2,
.title-h2 {
    display: block;
    margin: 0;
    padding: 12px 15px;
    border-bottom: 1px solid #d5dce2;
    color: #3f506b;
    font-size: 16px;
    background-color: #eceff6;
    font-weight: 400;
    position: relative;
}
.widget h2 {
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}

.widget h2 .help-tooltip {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer !important;
}
.widget h2 .help-tooltip img {
    opacity: 0.5;
}
.widget h2 .help-tooltip:hover img {
    opacity: 1;
}

.widget .list-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}


.followup .table {
    margin: 0px;
}
.followup .table td {
    vertical-align: middle;
}
.followup .table h1 {
    font-size: 13px;
    font-weight: 600;
    margin: 0;
}
.followup .table span {
    font-size: 12px;
    color: #666;
}

.ui-datepicker {
    padding: 0px !important;
    border: none;
}
.ui-datepicker td {
    padding: 0px !important;
}
.ui-datepicker table {
    margin: 0px !important;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    background: #135ed7 !important;
    color: #fff !important;
}
.widget .table > tbody > tr > td {
    border-top: none;
}

.leads .table th {
    font-weight: 500;
    background-color: rgba(0, 0, 0, 0.02);
}
.leads .table td {
    vertical-align: middle;
}
.search-results {
    display: none;
}
.nav-tabs.nav-justified > li > a {
    border: none;
    background-color: #4c4c4c;
    color: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    font-weight: 500;
    text-transform: uppercase;
    padding: 12px 5px;
    margin: 0;
}
.nav-tabs.nav-justified > li.active > a,
.nav-tabs.nav-justified > li > a:hover,
.nav-tabs.nav-justified > li > a:active,
.nav-tabs.nav-justified > li > a:focus,
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    background-color: #fff;
    color: #4c4c4c;
    border: none;
}
.tabs .alert {
    margin: 15px 0;
}
.tab-pane .form-group {
    margin-bottom: 8px;
}
.nic-data .form-group {
    margin-bottom: 3px;
}
.nic-data .form-group label {
    font-weight: 500;
    font-size: 13px;
}
.nic-data .verification-table td {
    padding: 5px 0;
    font-size: 12px;
}
.nic-data .verification-table .fa {
    font-size: 15px;
}
.nic-data .verification-table .fa-check-circle {
    color: #34a853;
}
.nic-data .verification-table .fa-exclamation-circle {
    color: #ea4335;
}
th .panel-heading {
    padding: 0;
}
th .panel-heading a {
    padding: 2px 7px;
}
.history-table > tbody > tr:nth-of-type(even) td {
    padding: 0;
}
.history-table .acco-content {
    padding: 15px;
}

.keywords {
    margin: 0;
    padding: 0;
    list-style: none;
}
.keywords li {
    margin: 7px 4px 0 0;
    padding: 5px 8px;
    background-color: #f9f9f9;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    display: inline-block;
    font-size: 12px;
}

.pagination > li > a,
.pagination > li > span {
    padding: 10px 4px;
    margin: 0px 3px;
    color: #445066;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border: none;
    min-width: 38px;
    text-align: center;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #d5305a;
}
.pagination > li.disabled > a,
.pagination > li.disabled > span {
    opacity: 0.7;
}
.settings h2 {
    display: block;
    margin: 0 0 15px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #222;
    font-size: 16px;
    font-weight: 400;
}
.settings .col-xs-3,
.settings .col-xs-4,
.settings .col-xs-5,
.settings .col-xs-6,
.settings .col-xs-8,
.settings .col-xs-12 {
    padding: 0 5px;
}
.settings .row {
    margin: 0 -5px;
}
.small-row {
    margin: 0 -8px;
}
.small-row:after {
    clear: both;
    display: table;
    content: " ";
}
.small-row .col-md-1,
.small-row .col-md-2,
.small-row .col-md-3,
.small-row .col-md-4,
.small-row .col-md-5,
.small-row .col-md-6,
.small-row .col-md-7,
.small-row .col-md-8,
.small-row .col-md-9,
.small-row .col-md-10,
.small-row .col-sm-1,
.small-row .col-sm-2,
.small-row .col-sm-3,
.small-row .col-sm-4,
.small-row .col-sm-5,
.small-row .col-sm-6,
.small-row .col-sm-7,
.small-row .col-sm-8,
.small-row .col-sm-9,
.small-row .col-sm-10 {
    padding: 0 8px;
}

footer {
    font-size: 11px;
    text-align: center;
    padding: 15px 10px;
    color: rgba(0, 0, 0, 0.6);
}
footer a {
    color: rgba(0, 0, 0, 0.8);
    font-weight: 500;
}
footer img {
    vertical-align: sub;
}

.loader,
.loader:after {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 40px;
    height: 40px;
}
.loader {
    font-size: 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    text-indent: -9999em;
    border-top: 5px solid #4bb7ff;
    border-right: 5px solid #4bb7ff;
    border-bottom: 5px solid #4bb7ff;
    border-left: 5px solid #135ed7;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
    overflow: hidden;
    z-index: 999;
}

/*Campaign Manager*/

.breadcrumb > a {
    background-color: #e9e9e9;
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
}
.breadcrumb > a,
.breadcrumb > span {
    display: inline-block;
    padding: 5px 15px;
    position: relative;
    font-size: 11px;
    font-weight: 500;
    color: #666;
}
#feedbck .breadcrumb > a,
.breadcrumb > span {
    margin-left: 42px;
}
.breadcrumb > a:after {
    content: "";
    position: absolute;
    top: 3px;
    right: -9px;
    height: 18px;
    width: 18px;
    transform: rotate(45deg);
    background-color: #e9e9e9;
}

.shortened {
    max-height: 40px;
    overflow: hidden;
}

.tab-pane .shortened {
    max-height: 35px;
}
.tab-pane .table {
    margin-bottom: 0px;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
#no_data {
    padding: 10px;
    text-align: center;
    font-weight: bold;
    display: none;
}

@media (min-width: 768px) {

    .floating-menu {
        margin-top: 50px;
    }

    .padding-dock {
        padding-left: 220px;
    }
    .navbar-brand svg path {
        fill: #fff;
    }
    .navbar-form .input-group > .form-control {
        width: 350px;
        background: rgba(255, 255, 255, 0.15);
        border: none;
    }
    .navbar-form .input-group > .form-control::placeholder {
        color: #fff;
    }
    .navbar-form .input-group .btn {
        background: rgba(255, 255, 255, 0.15);
        border: none;
        height: auto;
        padding: 7px 12px;
        color: #fff;
    }
    .navbar-form .input-group .btn:hover {
        background: rgba(255, 255, 255, 1);
        color: #222;
    }
    .navbar-form .input-group-btn:last-child > .btn,
    .navbar-form .input-group-btn:last-child > .btn-group {
        margin-left: 0;
    }

    .wid_150 {
        width: 170px;
    }
}

@media (max-width: 768px) {
    .navbar {
        background-color: #fff;
    }
    .navbar-brand {
        padding: 5px 10px;
    }
    .navbar-form {
        margin: 0;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 450px;
    }
    .navbar-toggle {
        margin: 0;
        margin-top: 7px;
        margin-right: 7px;
        border: 0;
        width: 42px;
        height: 35px;
        position: relative;
    }
    .navbar-toggle .icon-bar {
        position: absolute;
        left: 50%;
        margin-left: -11px;
    }
    .navbar-toggle .icon-bar {
        background-color: rgba(0, 0, 0, 0.5);
        height: 3px;
    }
    .navbar-toggle .icon-bar:nth-child(2) {
        transform: rotate(45deg);
        top: 16px;
    }
    .navbar-toggle .icon-bar:nth-child(3) {
        opacity: 0;
    }
    .navbar-toggle .icon-bar:nth-child(4) {
        transform: rotate(-45deg);
        bottom: 16px;
    }
    .navbar-toggle.collapsed .icon-bar:nth-child(2) {
        transform: rotate(0deg);
        top: 9px;
    }
    .navbar-toggle.collapsed .icon-bar:nth-child(3) {
        opacity: 1;
        top: 12px;
    }
    .navbar-toggle.collapsed .icon-bar:nth-child(4) {
        transform: rotate(0deg);
        bottom: 9px;
    }

    .floating-menu {
        margin-top: 50px;
    }

    .search-cust .form-control {
        margin-bottom: 5px;
    }
}

#element_to_pop_up {
    overflow-y: scroll !important;
    overflow-x: scroll !important;
    position: fixed !important;
    height: auto !important;
    max-height: 600px !important;
    width: 50% !important;
    background-color: white !important;
    padding: 25px !important;
    top: 10px !important;
    display: none;
}
.button1 {
    background-color: #2b91af;
    border-radius: 10px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
}
.button1.b-close,
.button1.bClose {
    border-radius: 0px !important;
    box-shadow: none;
    font: bold 123% sans-serif;
    padding: 0 6px 2px;
    position: absolute;
    right: 16px;
    top: 20px;
    z-index: 5000;
}

.panel {
    padding: 0 18px;
    background-color: white;
    /*max-height: 0;*/
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
/* 
	** Add style for up and down arrow in shortened content in data table 
	** Edited by Ela
*/

.tab-pane .shortened.msg_shortened {
    max-height: 40px;
}

.circle {
    border-radius: 50%;
    background: #4097e8;
    display: inline-block;
    line-height: 20px;
    width: 20px;
    color: #fff;
    text-align: center;
}
.login_yes_no {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}

.followup-status-list:last-of-type:after {
    display: none;
}
.followup-status-list.Closed:before {
    background: #01c056 url(../images/ic_check_white.svg) no-repeat center;
    background-size: contain;
}
.followup-status-list.Processing:before,
.followup-status-list.Re-open:before {
    background: #555 url(../images/ic_processing_white.svg) no-repeat center;
    background-size: contain;
}
.followup-status-list.Processing:after,
.followup-status-list.Re-open:after {
    background-color: #555;
}
.followup-status-list span.Closed,
.followup-status-list span.Processing,
.followup-status-list span.Re-open {
    font-weight: 400;
    font-size: 11px;
    color: #fff;
    display: block;
}
.followup-status-list span.Closed {
    background-color: #01c056;
}
.followup-status-list span.Processing,
.followup-status-list span.Re-open {
    background-color: #555;
}
.followup-status-list span.Re-open {
    background-color: #1462e0;
}
.followup-status-list.Re-open:before {
    background: #1462e0 url(../images/ic_processing_white.svg) no-repeat center;
    background-size: contain;
}

.tab-content {
    position: relative;
}
/* Add style by Ela */
.ques_ans {
    max-height: 65px;
    overflow: scroll;
    overflow-x: hidden;
    width: 100%;
}
span.red_star {
    color: #f00;
    font-size: 16px;
}

.escalation-summary.table > tbody > tr > th {
    background-color: #eceff6;
}
.escalation-summary.table > tbody > tr > th,
.escalation-summary.table > tbody > tr > td {
    padding: 5px 10px;
    text-transform: capitalize;
    vertical-align: middle;
}
.escalation-summary.table > tbody > tr > td {
    padding: 0px;
}
.escalation-summary tr td {
    font-size: 14px !important;
    color: #fff !important;
    font-weight: bold !important;
}
.escalation-summary tr td a {
    color: #fff;
    display: block;
    height: 100%;
}
.escalation-summary tr.open td,
.escalation-summary tr.Open td,
.escalation-summary tr.Hot td,
.escalation-summary tr.Not.the.right.person td,
.escalation-summary tr.not.assigned td {
    background-color: #f40029;
}
.escalation-summary tr.closed td,
.escalation-summary tr.Closed td {
    background-color: #3da507;
}
.escalation-summary tr.not.assigned td {
    background-color: #f40029;
}
.escalation-summary tr.Processing td,
.escalation-summary tr.Warm td,
.escalation-summary tr.More.time.required td {
    background-color: #fd7400;
}
.escalation-summary tr.total td,
.escalation-summary tr.Total td {
    background-color: #1462e0;
}
.escalation-summary tr.Interested td,
.escalation-summary tr.Interesed td,
.escalation-summary tr.More.details.required td {
    background-color: #ce0da1;
}
.escalation-summary tr.Wrong.number td,
.escalation-summary tr.Less.Interest td,
.escalation-summary tr.Technical.issuesn td,
.escalation-summary tr.Remind.me.later td {
    background-color: #4c4c4c;
}
.escalation-summary tr.Cold td,
.escalation-summary tr.Technical.issues td {
    background-color: #5996ef;
}
.escalation-summary tr.DND td {
    background-color: #222;
}
.escalation-summary tr.customer-stage td {
    background-color: #fff;
    color: #333 !important;
}
.escalation-summary tr.customer-stage td a {
    color: #1462e0 !important;
}
/* Rating Star Widgets Style */
.rating-stars ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
    display: inline-block;
}
.rating-stars ul > li {
    display: inline-block;
    line-height: 29px;
}
/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
    font-size: 17px; /* Change the size of the stars */
    color: #ccc; /* Color on idle state */
}
/* Hover state of the stars */
.rating-stars ul > li.star.hover:nth-child(1) > i.fa {
    color: #333;
}
.rating-stars ul > li.star.hover:nth-child(2) > i.fa {
    color: #777;
}
.rating-stars ul > li.star.hover:nth-child(3) > i.fa {
    color: #1462e0;
}
.rating-stars ul > li.star.hover:nth-child(4) > i.fa {
    color: #fd7400;
}
.rating-stars ul > li.star.hover:nth-child(5) > i.fa {
    color: #f40029;
}
/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
    color: #ff912c;
}
ul.stars li.checked i {
    color: orange !important;
}

#reason_reopen,
.reopen_err {
    width: 100%;
    display: block;
    border-radius: 0.25rem;
}

.escalation_details b {
    width: 32%;
    text-align: left;
    display: inline-block;
}
.escalation_details span.res {
    width: 50%;
    text-align: left;
    display: inline-block;
}
.escalation_details span.colon {
    width: 3%;
    text-align: left;
    display: inline-block;
    font-weight: bold;
}
.followup-status-list span.Re-open {
    background-color: #1462e0;
}

#fb_div table tr:first-child td {
    background: red;
    color: #fff;
}
#fb_div table {
    width: 50%;
}
#fb_div table td {
    padding: 10px;
}

#div_popup p {
    font-size: 15px;
    font-weight: 500;
}
#div_popup table th {
    background: #7777;
    padding: 5px;
    text-align: center;
    color: #fff;
}
