﻿
.body-content {
    height: 100vh;
}

.header-profile p {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin: 0;
}

@media (max-width: 1600px) {
    .header-profile p {
        font-size: 12px;
    }

    .profile-name {
        padding: 0 10px 0 0;
    }
}

.header-profile span {
    font-size: 12px;
    font-weight: 500;
    color: #878787;
    margin: 0;
    display: block;
}


.bx-shadow {
    box-shadow: 0rem 0.3125rem 0.3125rem 0rem rgba(82, 63, 105, 0.05);
}

.bdr-radius {
    border-radius: 12px;
}

button {
    border: none;
    background: bottom;
}

    button.Purple-btn {
        font-size: 12px;
        font-weight: 600;
        border-bottom: 1px solid #886CC0;
        color: #627eea;
    }

.shape {
    position: absolute;
    width: 100%;
    top: -180px;
    left: 0;
}

    .shape.bottom-line {
        width: 100%;
        height: 1px;
        bottom: 0;
        left: 0;
        background-color: #dedede;
    }

    .shape.top-btn {
        top: 10px;
        right: 10px;
    }

    .shape.blue-rec {
        content: "";
        position: absolute;
        width: 11px;
        height: 11px;
        background-color: #009AC0;
        left: -20px;
        top: 4px;
    }

    .shape.red-rec {
        content: "";
        position: absolute;
        width: 11px;
        height: 11px;
        background-color: red;
        left: -20px;
        top: 4px;
    }
/* color */
.cl.red {
    color: red;
}

.cl.DarkYellow {
    color: #DD8828;
}

.cl.Blue {
    color: #459ED8;
}
/* bgc */
.bgc.white {
    background-color: #fff;
}

.bgc.blue {
    background-color: #459ED8;
}

.bgc.SeaGreen {
    background-color: #22A6AC;
}

.bgc.DarkPink {
    background-color: #F05179;
}

.bgc.DarkYellow {
    background-color: #F89747;
}

.bgc.Orange {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fd7e14), color-stop(1, #e8590c)) !important;
}

.bgc.Green {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #28a745), color-stop(1, #218838)) !important;
}

.bgc.Blue {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #007bff), color-stop(1, #0056b3)) !important;
}

.bgc.Teal {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #39CCCC), color-stop(1, #7adddd)) !important;
}

.bgc.RoyalBlue {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #4169E1), color-stop(1, #27408B)) !important;
}

.bgc.Red {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dd4b39), color-stop(1, #e47365)) !important;
}

.bgc.Gray {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #6c757d), color-stop(1, #495057)) !important;
}

.bgc.DarkSlateGray {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2F4F4F), color-stop(1, #4F6F6F)) !important;
}

.bgc.Maroon {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #D81B60), color-stop(1, #e73f7c)) !important;
}

.bgc.DarkOrange {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FF8C00), color-stop(1, #FFA500)) !important;
}

.bgc.DarkRed {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #8B0000), color-stop(1, #B22222)) !important;
}
/* typography */
.main-title h3 {
    font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320));
    text-transform: capitalize;
    /*    text-align: center;*/
}

.main-title.sty1 {
    padding: 20px;
}

@media (max-width: 1600px) {
    .main-title.sty2 h3 {
        font-size: 20px;
    }
}

@media (max-width: 1200px) {
    .main-title.sty1 {
        padding: 20px 50px 0px;
    }
}

@media (max-width: 1199px) {
    .main-title h3 {
        font-size: calc(13px + (14 - 13) * (100vw - 320px) / (1920 - 320));
    }
}

.profile-bx {
    border-radius: 14px;
    padding: 22px 20px;
    display: flex;
    align-items: center;
    /*    justify-content: space-between;*/
    /*    flex-wrap: wrap;*/
    box-shadow: 0rem 0.3125rem 0.3125rem 0rem rgba(82, 63, 105, 0.05);
}

    .profile-bx .profile-contnt {
        /*    padding-left: 15px;*/
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        flex: 1;
    }

    .profile-bx:hover {
        backgound: #0000;
    }

@media (max-width: 1199px) {
    .profile-bx {
        padding: 16px 15px;
    }
}


.profile-img {
    width: 65px;
    height: 65px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    /* flex:0 0 25%;
   max-width:25%; */
}

    .profile-img i {
        font-size: calc(18px + (30 - 18) * (100vw - 320px) / (1920 - 320));
        color: #fff;
    }

@media (max-width: 1199.98px) {
    .profile-img {
        /*        flex: 0 0 30%;
        max-width: 30%;*/
        width: 50px;
        height: 50px;
        flex-shrink: 0;
    }
}


.profile-contnt {
    /* flex:0 0 75%;
   max-width:75%; */
}

    .profile-contnt .card-body {
        padding: 0 0 5px;
    }

        .profile-contnt .card-body .progress {
            background-color: #f6f6f652;
        }

            .profile-contnt .card-body .progress .progress-bar {
                background: #C8C8C8;
            }

    .profile-contnt span, .profile-contnt p {
        color: #fff;
        display: block;
        font-size: calc(11px + (12 - 11) * (100vw - 320px) / (1920 - 320));
        font-weight: 300;
        text-transform: uppercase;
    }

    .profile-contnt h5 {
        font-size: calc(16px + (37 - 16) * (100vw - 320px) / (1920 - 320));
        color: #fff;
        font-weight: 600;
        margin-bottom: 0;
        line-height: 1.2;
    }

@media (max-width: 1199px) {
    .profile-contnt {
        flex: 0 0 70%;
        max-width: 70%;
    }

        .profile-contnt p {
            font-size: calc(9px + (10 - 9) * (100vw - 320px) / (1920 - 320));
        }
}

.form-area {
    background-color: #fff;
    position: relative;
    border: 0rem solid transparent;
    border-radius: 12px;
    /*    overflow: hidden;*/
}

    .form-area .main-title {
        padding: 10px 25px;
    }

.pie-board {
    padding: 20px;
    background-color: #fff;
    height: 100%;
    display: flex;
    /*    flex-direction: column;*/
    justify-content: center;
}

    .pie-board .chart-point {
        justify-content: center;
        padding-top: 25px;
    }

@media (max-width: 991px) {
    .pie-board {
        height: auto;
        margin-bottom: 20px;
    }
}

.table-area thead th, .table-area tbody th, .table-area tbody td {
    width: 25%;
    text-align: center;
    vertical-align: middle;
    word-wrap: break-word;
}

.table-area .table thead th, .table-area .table thead td {
    text-align: center;
}

.table-area .table thead tr th {
    font-weight: 400;
    padding: 7px 10px;
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
}

@media (max-width: 1200px) {
    .table-area .table thead tr th {
        font-size: calc(12px + (13 - 12) * (100vw - 320px) / (1920 - 320));
    }
}

.table-area .table tbody tr th, .table-area .table tbody tr td {
    text-align: center;
    font-size: calc(11px + (12 - 11) * (100vw - 320px) / (1920 - 320));
    padding: 7px 10px;
    font-weight: 500;
    color: #AAAAAA;
    /*    @media (max-width: 1200px) {
   font-size: calc(12px + (13 - 12) * (100vw - 320px) / (1920 - 320));
   }*/
}

.table-area .table-hover tbody tr th:hover, .table-area .table-hover tbody tr td:hover {
    background-color: #EBF7FF;
    color: #000 !important;
    font-weight: 500;
}

.incen-area {
    padding: 24px 0 0;
    position: relative;
    height: 100%;
}

    .incen-area h4 {
        font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320));
        font-weight: 600;
    }

    .incen-area .Purple-btn:hover {
        border-bottom: 1px solid #000;
        color: #000;
    }

@media (max-width: 1600px) {
    .incen-area h4 {
        font-size: 14px;
    }
}

@media (max-width: 1200px) {
    .incen-area h4 {
        font-size: calc(14px + (17 - 14) * (100vw - 320px) / (1920 - 320));
    }
}

.incen-area p {
    align-items: center;
    line-height: 1.2;
    font-size: 12px;
    padding: 5px 0 0;
}

@media (max-width: 1600px) {
    .incen-area p {
        font-size: 11px;
    }
}

.green-heading {
    background-color: #00B219;
    padding: 5px 10px;
}

    .green-heading h5 {
        font-size: calc(11px + (12 - 11) * (100vw - 320px) / (1920 - 320));
        font-weight: 500;
        color: #fff;
    }

@media (max-width: 1600px) {
    .green-heading h5 {
        font-size: 10px;
    }
}

.green-heading p {
    font-size: calc(11px + (12 - 11) * (100vw - 320px) / (1920 - 320));
    font-weight: 300;
    color: #fff;
}

@media (max-width: 1199px) {
    .green-heading h5 {
        font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    }

    .green-heading p {
        font-size: calc(14px + (15 - 14) * (100vw - 320px) / (1920 - 320));
        line-height: 1.1;
    }
}

.middle-cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 100%;
}

@media (max-width: 991.98px) {
    .middle-cont {
        flex-direction: column;
        height: auto;
        gap: 15px;
    }
}

.middle-cont .left-area {
    flex: 0 0 55%;
    max-width: 55%;
    height: 100%;
}

@media (max-width: 1199px) {
    .middle-cont .left-area {
        align-items: center;
        justify-content: center;
        display: flex;
    }
}

@media (max-width: 991.98px) {
    .middle-cont .left-area {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


.middle-cont .right-area {
    flex: 0 0 40%;
    max-width: 40%;
    margin-left: 10px;
    padding: 20px 0;
    height: 100%;
}

@media (max-width: 1199px) {
    .middle-cont .right-area {
        align-items: center;
        justify-content: center;
        display: flex;
    }
}

@media (max-width: 991.98px) {
    .middle-cont .right-area {
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0px;
    }
}


@media (max-width: 1199px) {
    .middle-cont .pie-board {
        justify-content: space-evenly;
    }
}

.communicate-area {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

    .communicate-area .communicate-icon {
        /*    flex: 0 0 20%;
   max-width: 20%;*/
        margin: 0 10px 0 0;
    }

    .communicate-area .communicate-txt {
        /*    flex: 0 0 80%;
   max-width: 80%;*/
    }

.communicate-icon i {
    font-size: calc(12px + (15 - 12) * (100vw - 320px) / (1920 - 320));
}

.communicate-txt {
    text-align: left;
    padding-left: 0;
    display: flex;
    align-items: center;
}

    .communicate-txt p {
        margin-bottom: 0;
        color: #000;
        font-weight: 400;
        line-height: 1;
    }

.num {
    display: block;
    margin: 0 0 0 26px;
    padding: 0;
    text-align: left;
}

    .num strong {
        font-weight: 700;
        color: red;
        padding: 0 0 0 0px;
        font-size: calc(14px + (15 - 14) * (100vw - 320px) / (1920 - 320));
    }

.communicate-bx {
    padding: 0px 36px;
}

    .communicate-bx li {
        padding: 5px 10px;
    }

        .communicate-bx li:hover {
            background-color: #EBF7FF;
        }

@media (max-width: 1600px) {
    .communicate-bx {
        padding: 0 0 0 40px;
    }
}

.achi-bx {
    position: relative;
    margin: 5px 0;
}

    .achi-bx h5 {
        font-weight: 400;
        font-size: calc(11px + (12 - 11) * (100vw - 320px) / (1920 - 320));
        margin-bottom: 0;
    }

    .achi-bx strong {
        font-size: calc(14px + (15 - 14) * (100vw - 320px) / (1920 - 320));
        color: #000;
    }

@media (max-width: 1199px) {
    .edit-chart canvas {
        width: 90px !important;
        height: 80px !important;
    }
}

.slide-area {
    position: relative;
    /*    overflow: hidden;*/
    height: 100%;
}

    .slide-area .carousel {
        height: 100%;
    }

        .slide-area .carousel .carousel-indicators [data-bs-target] {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background-color: #C4C4C4;
            opacity: 0.5;
            margin: 0 4px;
            border: none;
        }

            .slide-area .carousel .carousel-indicators [data-bs-target].active {
                background-color: #DD8828;
                opacity: 1;
            }

.fancybox-caption__body {
    display: none;
}

.search-form {
    padding: 0 20px;
}

    .search-form .col-form-label {
        font-size: 15px;
        color: #000;
        display: inline-block;
        margin: 0;
        /*        padding: 10px 0 0 10px;*/
        line-height: normal;
        vertical-align: middle;
    }

    .search-form .form-control {
        border-radius: 8px;
        border-color: #ddd;
        height: 45px;
        font-size: 12px;
        line-height: 2;
    }

        .search-form .form-control:focus {
            border-color: var(--primary);
        }

    .search-form .nice-select.wide .list {
        max-height: 281px;
        overflow-y: auto;
        z-index: 99;
    }

    .search-form .btn.btn-primary {
        padding: 10px 40px;
        border-radius: 8px;
        margin: 0 10px 0px 0;
        color: #459ed8;
        font-size: 15px;
        font-weight: 300;
        background-color: transparent;
        border-color: #459ed8;
    }

        .search-form .btn.btn-primary:hover {
            background-color: #459ed8;
            color: #fff;
        }

    .search-form .btn.btn-secondary {
        padding: 10px 40px;
        border-radius: 8px;
        margin: 0 0 0px;
        color: #f05179;
        font-size: 15px;
        font-weight: 300;
        background-color: transparent;
        border-color: #f05179;
    }

        .search-form .btn.btn-secondary:hover {
            background-color: #f05179;
            color: #fff;
        }

@media (max-width: 1600px) {
    .search-form .btn.btn-secondary {
        padding: 6px 30px;
    }

    .search-form .btn.btn-primary {
        padding: 6px 30px;
    }
}

.brand-logo img {
    height: 44px;
}

/*.brand-logo .starico {
    display: none;
}

.menu-toggle .brand-logo .main-logo {
    display: none;
}*/

.menu-toggle .brand-logo .starico {
    display: block;
}
/*.lead-table tr > th:nth-child(2),
 .lead-table tr > td:nth-child(2) {
 position: sticky;
 left: 0;
 }
 .lead-table tr > th:nth-child(3),
 .lead-table tr > td:nth-child(3) {
 position: sticky;
 left: 0;
 }
 .lead-table tr > th:nth-child(4),
 .lead-table tr > td:nth-child(4) {
 position: sticky;
 left: 0;
 }*/
.lead-table {
    position: relative;
    max-height: 100%;
    overflow-y: inherit;
}

    .lead-table .table > thead {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        /*        z-index: 10;*/
        background: #fff;
    }

    .lead-table thead th, .lead-table th {
        background-color: #efcf24;
        font-size: 13px;
        /*text-align: center;*/
        font-weight: 600;
    }

    .lead-table tbody tr td {
        font-size: 12px;
        white-space: nowrap;
        padding: 5px 5px;
    }

@media (max-width: 1400px) {
    .profile-img {
        width: 50px;
        height: 50px;
    }

    .profile-bx {
        /*align-items: flex-start;*/
    }
}

.lead-table tbody tr td a {
    color: #000;
    text-decoration: underline;
}

.email-area {
    width: 100%;
}

    .email-area .mail-list .list-group-item {
        padding: 15px 20px;
    }

        .email-area .mail-list .list-group-item.active {
            color: #fff;
            background-color: #dd8828;
            border-color: #dd8828;
        }

        .email-area .mail-list .list-group-item:hover {
            color: #fff;
            background-color: #dd8828;
            border-color: #dd8828;
        }

            .email-area .mail-list .list-group-item:hover i {
                color: #fff;
            }

        .email-area .mail-list .list-group-item i {
            font-size: calc(16px + (24 - 16) * (100vw - 320px) / (1920 - 320));
            color: #626679;
        }

.email-right-box {
    padding: 0;
    height: 100vh;
}

    .email-right-box .email-list {
        display: block;
        padding-left: 0;
        max-height: 90%;
        overflow-y: scroll;
        padding-right: 10px;
    }

        .email-right-box .email-list .message {
            font-size: 12px;
        }

            .email-right-box .email-list .message:hover {
                transition-duration: 0.05s;
                background: #dd8828;
            }

                .email-right-box .email-list .message:hover .subject, .email-right-box .email-list .message:hover .date {
                    color: #fff;
                }

                .email-right-box .email-list .message:hover .message-single i {
                    color: #fff;
                }

                .email-right-box .email-list .message:hover .form-check-input:checked {
                    background-color: #000;
                    border-color: #000;
                }

        .email-right-box .email-list .message-single i {
            color: #f89747;
            font-size: 1.125rem;
            padding-left: 0.4rem;
        }

        .email-right-box .email-list .form-check-input {
            width: 15px;
            height: 15px;
        }

    .email-right-box .dropdown-menu .dropdown-item {
        font-size: 12px;
    }

.form-check-input:checked {
    background-color: #dd8828;
    border-color: #dd8828;
}

.form-check-input:focus {
    border-color: #dd8828;
    box-shadow: #dd8828;
}

.read-content p {
    font-size: 12px;
    color: #000;
}

    .read-content p strong {
        color: #dd8828;
        font-size: 14px;
        font-style: italic;
    }

.read-content h5, .read-content .h5 {
    color: #dd8828;
}

.read-content .read-content-attachment .attachment > div:not(:last-child) {
    border-right: 0.0625rem solid #dd8828;
}

.read-content .form-control:focus {
    border-color: #dd8828;
}

.media {
    align-items: center;
}

.pagination-primary .page-item:hover .page-link, .pagination-primary .page-item.active .page-link {
    background: #dd8828;
    border-color: #dd8828;
    box-shadow: 0 0.625rem 1.25rem 0rem var(#dd8828);
}

.pagination.no-bg.pagination-primary li:not(.page-indicator):not(.active):hover .page-link {
    background: #dd8828;
    border-color: #dd8828;
}

.btn-theme {
    background-color: #dd8828;
    color: #fff;
    padding: 10px 40px;
    border-radius: 0;
}

    .btn-theme.dropdown-menu {
        padding: 0;
        border-radius: 0;
    }

        .btn-theme.dropdown-menu .dropdown-item {
            font-size: calc(13px + (14 - 13) * (100vw - 320px) / (1920 - 320));
            color: #000;
            padding: 10px 10px 5px;
        }

            .btn-theme.dropdown-menu .dropdown-item.active {
                background: #dd8828;
            }

        .btn-theme.dropdown-menu.active {
            background: #dd8828;
        }

.dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active {
    background: #dd8828;
    color: #000;
}

.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:active, .dropdown-menu .dropdown-item.active {
    color: #fff;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #fff;
    background-color: #dd8828;
}

.pagination-primary .page-item .page-link {
    color: #000;
}

.pagination-area {
    justify-content: center;
}

.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(59, 89, 152, 0.25);
    /* #3b5998 in rgba */
}

.read-content-attachment h6, .read-content-attachment .h6 {
    font-size: calc(14px + (17 - 14) * (100vw - 320px) / (1920 - 320));
    color: #000;
}

.read-content-attachment i {
    color: #dd8828;
}

.attachment a {
    font-size: calc(13px + (14 - 13) * (100vw - 320px) / (1920 - 320));
    color: #000;
}

a:hover {
    color: #dd8828;
}
/* new */
.email-area {
    width: 100%;
}

    .email-area .mail-list .list-group-item {
        padding: 15px 10px;
        font-weight: 500;
    }

        .email-area .mail-list .list-group-item.active {
            color: #fff;
            background-color: #007bb6;
            border-color: #007bb6;
        }

            .email-area .mail-list .list-group-item.active i {
                color: #fff;
            }

        .email-area .mail-list .list-group-item:hover {
            color: #fff;
            background-color: #459ED8;
            border-color: #459ED8;
        }

            .email-area .mail-list .list-group-item:hover i {
                color: #fff;
            }

        .email-area .mail-list .list-group-item i {
            font-size: calc(16px + (24 - 16) * (100vw - 320px) / (1920 - 320));
            color: #626679;
            padding-right: 0;
        }

.email-right-box {
    height: 100vh;
    background-color: #fff;
    padding: 20px;
}

    .email-right-box .email-list {
        display: block;
        padding-left: 0;
        max-height: 90%;
        overflow-y: scroll;
        height: calc(90% - 70px);
    }

        .email-right-box .email-list .message {
            font-size: 12px;
            border-bottom: 0.0625rem solid #c8c1c1;
        }

            .email-right-box .email-list .message:hover {
                transition-duration: 0.05s;
                background: #dd8828;
            }

                .email-right-box .email-list .message:hover .subject, .email-right-box .email-list .message:hover .date {
                    color: #fff;
                }

                .email-right-box .email-list .message:hover .message-single i {
                    color: #fff;
                }

                .email-right-box .email-list .message:hover .form-check-input:checked {
                    background-color: #000;
                    border-color: #000;
                }

        .email-right-box .email-list .message-single i {
            color: #f89747;
            font-size: 1.125rem;
            padding-left: 0.4rem;
        }

        .email-right-box .email-list .form-check-input {
            width: 15px;
            height: 15px;
        }

        .email-right-box .email-list .table.table-striped tbody tr:nth-of-type(odd), .email-right-box .email-list .table.table-hover tr:hover {
            background-color: #f2f4fa;
        }

    .email-right-box .dropdown-menu .dropdown-item {
        font-size: 12px;
    }

@media (max-width: 991px) {
    .email-right-box .toolbar {
        text-align: center;
    }
}

.form-check-input:checked {
    background-color: #dd8828;
    border-color: #dd8828;
}

.form-check-input:focus {
    border-color: #dd8828;
    box-shadow: #dd8828;
}

.read-content p {
    font-size: 12px;
    color: #000;
}

    .read-content p strong {
        color: #dd8828;
        font-size: 14px;
        font-style: italic;
    }

.read-content h5, .read-content .h5 {
    color: #dd8828;
}

.read-content .read-content-attachment .attachment > div:not(:last-child) {
    border-right: 0.0625rem solid #dd8828;
}

.read-content .form-control:focus {
    border-color: #dd8828;
}

.media {
    align-items: center;
}

.pagination-primary .page-item:hover .page-link, .pagination-primary .page-item.active .page-link {
    background: #dd8828;
    border-color: #dd8828;
    box-shadow: 0 0.625rem 1.25rem 0rem var(#dd8828);
}

.pagination.no-bg.pagination-primary li:not(.page-indicator):not(.active):hover .page-link {
    background: #dd8828;
    border-color: #dd8828;
}

.dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active {
    background: #dd8828;
    color: #000;
}

.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:active, .dropdown-menu .dropdown-item.active {
    color: #fff;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #fff;
    background-color: #007bb6;
}

.header-profile .dropdown-item:hover span {
    color: #fff;
}

.pagination-primary .page-item .page-link {
    color: #000;
}

.pagination-area {
    justify-content: center;
}

.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(59, 89, 152, 0.25);
    /* #3b5998 in rgba */
}

.read-content-attachment h6, .read-content-attachment .h6 {
    font-size: calc(14px + (17 - 14) * (100vw - 320px) / (1920 - 320));
    color: #000;
}

.read-content-attachment i {
    color: #dd8828;
}

.attachment a {
    font-size: calc(13px + (14 - 13) * (100vw - 320px) / (1920 - 320));
    color: #000;
}

a:hover {
    color: #dd8828;
}
/* compose */
.compose-content .form-control {
    border: 0.0625rem solid #c8c1c1;
    padding: 8px 20px;
    color: #000;
    height: 40px;
    border-radius: 0;
    background-color: #fff !important;
}

.compose-content h5 {
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
}

.compose-content .textarea_editor {
    height: 250px;
    background-color: #fff !important;
}

.compose-content .input-group-text {
    background: #459ED8;
    color: #fff;
}

.btn-theme {
    background-color: #dd8828;
    color: #fff;
    padding: 10px 40px;
    border-radius: 0;
}

    .btn-theme.dropdown-menu {
        padding: 0;
        border-radius: 0;
    }

        .btn-theme.dropdown-menu .dropdown-item {
            font-size: calc(13px + (14 - 13) * (100vw - 320px) / (1920 - 320));
            color: #000;
            padding: 10px 10px 5px;
        }

            .btn-theme.dropdown-menu .dropdown-item.active {
                background: #dd8828;
            }

        .btn-theme.dropdown-menu.active {
            background: #dd8828;
        }

    .btn-theme.radius-left {
        border-radius: 1.25rem;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-right: 1px solid #fff !important;
        z-index: 2;
    }

    .btn-theme.radius-right {
        border-radius: 1.25rem;
        border-right: 0 !important;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-left: 1px solid #fff !important;
        z-index: 1;
    }

.btn-blue {
    background-color: #459ED8;
    color: #fff;
    padding: 10px 40px;
    border-radius: 0;
}

    .btn-blue.dropdown-menu {
        padding: 0;
        border-radius: 0;
    }

        .btn-blue.dropdown-menu .dropdown-item {
            font-size: calc(13px + (14 - 13) * (100vw - 320px) / (1920 - 320));
            color: #000;
            padding: 10px 10px 5px;
        }

            .btn-blue.dropdown-menu .dropdown-item.active {
                background: #459ED8;
            }

        .btn-blue.dropdown-menu.active {
            background: #459ED8;
        }

    .btn-blue.radius-left {
        border-radius: 1.25rem;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-right: 1px solid #fff !important;
        z-index: 2;
    }

    .btn-blue.radius-right {
        border-radius: 1.25rem;
        border-right: 0 !important;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-left: 1px solid #fff !important;
        z-index: 1;
    }

.btn-SeaGreen {
    background-color: #22A6AC;
    color: #fff;
    padding: 10px 40px;
    border-radius: 0;
}

    .btn-SeaGreen.dropdown-menu {
        padding: 0;
        border-radius: 0;
    }

        .btn-SeaGreen.dropdown-menu .dropdown-item {
            font-size: calc(13px + (14 - 13) * (100vw - 320px) / (1920 - 320));
            color: #000;
            padding: 10px 10px 5px;
        }

            .btn-SeaGreen.dropdown-menu .dropdown-item.active {
                background: #22A6AC;
            }

        .btn-SeaGreen.dropdown-menu.active {
            background: #22A6AC;
        }

.btn-primary-Dark {
    border-color: var(--primary-hover);
    background-color: var(--primary-hover);
    color: #fff;
}

    .btn-primary-Dark:active, .btn-primary-Dark:focus, .btn-primary-Dark:hover {
        border-color: var(--primary);
        background-color: var(--primary);
        color: #fff;
    }

    .btn-primary-Dark:focus {
        box-shadow: 0 0 0 0.25rem var(--rgba-primary-5);
    }

    .btn-primary-Dark:disabled, .btn-primary-Dark.disabled {
        background-color: var(--primary-hover);
        border-color: var(--primary-hover);
    }

.btn-linkedin {
    background: #007bb6;
    border-color: #007bb6;
    color: #fff;
}

    .btn-linkedin.rounder-top {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

.table-inbox {
    border: 1px solid #d3d3d3;
    margin-bottom: 0;
}

    .table-inbox tr {
        background-color: #fff;
    }

        .table-inbox tr.unread td {
            background: #f7f7f7;
            font-weight: 600;
        }

            .table-inbox tr.unread td .view-message strong {
                color: red;
            }

        .table-inbox tr td {
            padding: 5px !important;
        }

            .table-inbox tr td:hover {
                cursor: pointer;
            }

            .table-inbox tr td .fa-star {
                color: #d5d5d5;
            }

                .table-inbox tr td .fa-star.inbox-started, .table-inbox tr td .fa-star:hover {
                    color: #f78a09;
                }

            .table-inbox tr td:nth-child(2) {
                width: 60px;
            }

        .table-inbox tr .view-message {
            font-size: 12px;
        }

            .table-inbox tr .view-message strong {
                display: block;
                margin-bottom: 4px;
            }

.fspx-15 {
    font-size: calc(13px + (14 - 13) * (100vw - 320px) / (1920 - 320));
}
/* auth-form    */
.authincation {
    background: transparent;
}

.auth-form {
    padding: 30px 35px;
}

.btn {
    font-weight: 500;
}

.form-control {
    color: #000;
    font-size: 12px;
    border-color: #9386866e;
}

    .form-control:focus {
        border-color: #dd8828;
    }
/* customer-detail */
.customer-tabs .nav-item .nav-link {
    padding: 10px 12px;
    border-color: #dee2e6 #dee2e6 #005983;
}

    .customer-tabs .nav-item .nav-link.active {
        background-color: #005983;
        color: white;
    }

        .customer-tabs .nav-item .nav-link.active i {
            color: #fff;
        }

    .customer-tabs .nav-item .nav-link:not(.active) {
        color: #000;
    }

    .customer-tabs .nav-item .nav-link i {
        margin-right: 8px;
        font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320));
        color: #dd8828;
    }

@media (max-width: 991px) {
    .customer-tabs {
        flex-wrap: wrap;
        justify-content: center;
    }

    .customer-tabs .nav-item {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .customer-tabs .nav-item .nav-link {
        border-radius: 0;
        border-color: #dee2e6 #dee2e6 #dee2e6;
        text-align: center;
    }

    .table-bottom-pag {     
        flex-direction: column;
        gap: 10px;
    }

}

@media (max-width: 575px) {
    .customer-tabs .nav-item {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.data-sort-bx {
    display: flex;
    flex-wrap: wrap;
}

    .data-sort-bx .data-field {
        flex: 0 0 50%;
        max-width: 50%;
    }

@media (max-width: 991px) {
    .data-sort-bx .data-field {
        display: block;
    }
}

@media (max-width: 480px) {
    .data-sort-bx .data-field {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.data-field {
    padding: 10px 15px 0;
    display: flex;
}

    .data-field h5 {
        margin-bottom: 0;
        padding-right: 10px;
        font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
        text-transform: capitalize;
        color: #000;
        font-weight: 600;
    }

    .data-field p {
        margin-bottom: 0;
        font-size: 12px;
        color: #000;
        font-weight: 400;
    }

    .data-field.sty1 {
        display: flex;
        flex-direction: column;
    }

        .data-field.sty1 .form-control {
            height: 40px;
            border-radius: 0;
            border-color: #0c0b0b40;
            font-size: 12px;
            border-top-left-radius: 12px;
            border-bottom-right-radius: 12px;
        }

.tab-area {
    padding: 20px 0 0;
}

    .tab-area .accordion-header {
        background: #dd8828;
        border-color: #dd8828;
        color: #fff;
        box-shadow: 0 0.9375rem 1.25rem 0 var(--rgba-primary-1);
        padding: 10px 20px;
        border-radius: 0;
    }

        .tab-area .accordion-header.collapsed {
            background: #005983;
            border-color: #005983;
            color: #fff;
            box-shadow: none;
        }

.customer-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
}

    .customer-btns .btn {
        flex: 1 1 auto;
        white-space: nowrap;
        text-align: center;
        padding: 6px 12px;
        font-size: 12px;
        border-radius: 4px;
        background-color: #005983;
        border-color: #005983;
        color: white;
    }

        .customer-btns .btn:hover {
            background-color: #003650;
            border-color: #003650;
        }

.fspx-15 {
    font-size: calc(13px + (14 - 13) * (100vw - 320px) / (1920 - 320));
}

.freeze-column {
    position: sticky;
    left: 0;
    background-color: #fff;
    z-index: 2;
    border: 1;
}

    .freeze-column:nth-child(1) {
        left: 0;
    }

    .freeze-column:nth-child(2) {
        left: 0px;
        /* Adjust based on column width */
    }

    .freeze-column:nth-child(3) {
        left: 143px;
        /* Adjust based on column width */
    }

    .freeze-column:nth-child(4) {
        left: 370px;
        /* Adjust based on column width */
    }

    .freeze-column:nth-child(17) {
        right: 0;
        /* Adjust based on column width */
    }

.lead-table.sty1 .freeze-column:nth-child(4) {
    left: 252px;
}

.lead-table.sty1 .freeze-column:nth-child(3) {
    left: 127px;
}

.lead-table input[type="radio"] {
    margin: 0px 5px 0 0;
}

.lead-table .dropdown-item label {
    margin-bottom: 0;
    font-size: 12px;
}

.lead-table .dropdown-menu .dropdown-item {
    padding: 0px 10px 7px;
    font-size: 12px;
}

.lead-table .dropdown {
    margin: 10px 0 10px;
}

.lead-table button {
    padding: 7px 20px;
    width: 160px;
    font-size: 14px;
    display: block;
    margin: 10px 0;
}

.detailmodal .modal-body a {
    margin: 0 10px 15px 0;
    text-align: center;
    padding: 10px 20px;
    background-color: #886cc0;
    border-color: #886cc0;
}

.detailmodal textarea.form-control {
    border-color: var(--primary);
}

.nice-select .option.selected {
    color: var(--primary);
}

.pannel-widg {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 7px;
}

    .pannel-widg .profile-bx {
        padding: 10px 10px 10px 10px;
        flex: 0 0 16%;
        max-width: 16%;
        gap: 8px;
    }

    .pannel-widg.sty1 .profile-bx {
        flex: 1;
        max-width: 100%;
    }

    .pannel-widg .profile-img {
        width: 40px;
        height: 40px;
    }

        .pannel-widg .profile-img i {
            font-size: 20px;
            color: #fff;
        }

.profile-contnt h5 {
    font-size: 20px;
}

    .profile-contnt h5 span {
        font-size: 20px;
        color: #fff;
        font-weight: 600;
        margin-bottom: 0;
        line-height: 1.2;
    }

@media (max-width: 1600px) {
    /*    .pannel-widg .profile-bx {
   padding: 10px 22px;
   }*/
    .pannel-widg .profile-img {
        width: 40px;
        height: 40px;
    }

    .pannel-widg.sty1 .profile-bx {
        max-width: 100%;
        /*        flex: auto;*/
    }

    .pannel-widg .profile-img i {
        font-size: 21px;
    }

    .profile-contnt h5 {
        font-size: 20px;
    }

    .leadform .form-control {
        font-size: 12px;
        line-height: 2.3;
    }

    .leadform .col-form-label {
        font-size: 12px;
    }
}

/*@media (max-width: 1366px) {
    .pannel-widg .profile-img {
        width: 40px;
        height: 40px;
    }

    .profile-contnt h5 span {
        font-size: 15px;
    }
}*/

.formgroup {
    position: relative;
}

    .formgroup .checkbox-width {
        width: 100%;
        padding: 10px;
        background: #fff;
    }

        .formgroup .checkbox-width label {
            padding: 0 0 0 10px;
        }

.ico-detail {
    display: flex;
}

    .ico-detail li {
        margin: 0 2px;
    }
        /*        .ico-detail li:nth-child(2) {
 background: var(--secondary);
 }
 .ico-detail li:nth-child(3) {
 background: #09BD3C;
 }
 .ico-detail li:nth-child(4) {
 background: #886cc0;
 }
 .ico-detail li:nth-child(5) {
 background: #FC2E53;
 }
 .ico-detail li:nth-child(6) {
 background: #D653C1;
 }
 .ico-detail li:nth-child(7) {
 background: #20dea6;
 }
 .ico-detail li:nth-child(8) {
 background: #1da1f2;
 }*/
        .ico-detail li i {
            font-size: 16px;
        }

.freeze-column .ico-detail li i {
    color: #161717;
}

.freeze-column .ico-detail li a {
    text-decoration: none;
    background-color: transparent;
    border-radius: 4px;
    padding: 4px 5px;
}

    .freeze-column .ico-detail li a:hover i {
        color: #fff;
    }

.ico-detail li.cl-1 a i {
    color: #d78828;
}

.ico-detail li.cl-1 a:hover {
    background-color: #d78828;
}

.ico-detail li.cl-2 a i {
    color: #ed97c8;
}

.ico-detail li.cl-2 a:hover {
    background-color: #ed97c8;
}

.ico-detail li.cl-3 a i {
    color: #3bbf45;
}

.ico-detail li.cl-3 a:hover {
    background-color: #3bbf45;
}

.ico-detail li.cl-4 a i {
    color: #7e60b6;
}

.ico-detail li.cl-4 a:hover {
    background-color: #7e60b6;
}

.ico-detail li.cl-5 a i {
    color: #e92148;
}

.ico-detail li.cl-5 a:hover {
    background-color: #e92148;
}

.ico-detail li.cl-6 a i {
    color: #cf4ebf;
}

.ico-detail li.cl-6 a:hover {
    background-color: #cf4ebf;
}

.ico-detail li.cl-7 a i {
    color: #28ab7a;
}

.ico-detail li.cl-7 a:hover {
    background-color: #28ab7a;
}

.ico-detail li.cl-8 a i {
    color: #3899e9;
}

.ico-detail li.cl-8 a:hover {
    background-color: #3899e9;
}
/* agent-screen */
/* Timeline Badge Colors */
.widget-timeline.style-1 .timeline .timeline-badge.warning + .timeline-panel {
    border-color: #dd8828;
}

.widget-timeline .timeline-badge.warning:after {
    background-color: #dd8828 !important;
}

.widget-timeline .timeline-badge.warning {
    border-color: #dd8828;
}

.widget-timeline.style-1 .timeline .timeline-badge.warning + .timeline-panel:after {
    background: #dd8828;
}

.widget-timeline.style-1 .timeline .timeline-badge.timeline-badge + .timeline-panel {
    cursor: default;
}
/* Timeline Line */
.widget-timeline .timeline:before {
    width: 2px;
}
/* Timeline Text Styling */
.timeline-panel h6 {
    font-size: 14px;
    font-weight: 400;
}

    .timeline-panel h6 strong {
        font-weight: 600;
    }
/* Card Header */
.card-header.sty1 {
    padding: 10px 25px 10px;
}
/* Card Body (no forced scroll here) */
.panel-sec .card-body {
    padding: 10px 25px 0px;
    margin-bottom: 10px;
    /* overflow-y: scroll; <-- removed this */
}
/* Widget Timeline Height */
.panel-sec .widget-timeline {
    height: auto;
    /* Let it grow; scroll will be handled by .custom-scrollbar */
}

.custom-scrollbar {
    overflow-y: auto;
    /* only scroll when needed */
    max-height: 310px;
    /* restrict height to trigger scroll */
    scrollbar-width: thin;
    /* Firefox scrollbar width */
    scrollbar-color: #a6a6a6 #dae2f3;
    /* Firefox thumb and track color */
}
    /* WebKit Browsers (Chrome, Safari, Edge) */
    .custom-scrollbar::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5;
    }

    .custom-scrollbar::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #F5F5F5;
    }

    .custom-scrollbar::-webkit-scrollbar-thumb {
        background-color: #000000;
    }
    /* Hide Scroll Buttons Completely */
    .custom-scrollbar::-webkit-scrollbar-button, .custom-scrollbar::-webkit-scrollbar-button:single-button, .custom-scrollbar::-webkit-scrollbar-button:vertical:increment, .custom-scrollbar::-webkit-scrollbar-button:vertical:decrement, .custom-scrollbar::-webkit-scrollbar-button:start:decrement, .custom-scrollbar::-webkit-scrollbar-button:end:increment {
        display: none !important;
        height: 0 !important;
        width: 0 !important;
        background: transparent !important;
    }

.profile-bx.sty2 {
    justify-content: flex-start;
    align-items: center;
    /*    flex-wrap: wrap;*/
    gap: 15px;
}

@media (max-width: 1399.98px) {
    .profile-bx.sty2 {
        padding: 15px 10px;
    }
}


@media (max-width: 575.98px) {
    .profile-bx.sty2 {
        margin-top: 0;
    }
}


@media (max-width: 1600px) {
    .profile-bx.sty2 .profile-img {
        /*            flex: 0 0 20%;
     max-width: 20%;*/
        width: 70px;
        height: 70px;
    }
}

@media (max-width: 1599.98px) {
    /*    .pannel-widg {     
        gap: 10px;     
    }*/

    .profile-contnt h5 span {
        font-size: 16px;
    }
}

@media (max-width: 1399.98px) {
    .pannel-widg .profile-img {
        width: 35px;
        height: 35px;
    }

    .profile-contnt h5 span {
        font-size: 14px;
    }
}

@media (max-width: 1199.98px) {
    .pannel-widg .profile-bx {
        padding: 10px 10px 10px 10px;
        flex: 1 0 30%;
        gap: 8px;
        max-width: 100%;
    }
}

@media (max-width: 575.98px) {
    .pannel-widg .profile-bx {
        flex: 1 0 49%;
    }
}

/*.vo-table tr th, .vo-table tr td {
    text-align:left !important;
}*/



@media (max-width: 1200px) {
    .profile-bx.sty2 .profile-img {
        /*            width: 60px;*/
        height: 60px;
        flex: 1 0 60px;
        max-width: 60px;
    }
}

@media (max-width: 991px) {
    .profile-bx.sty2 .profile-img {
        /*            width: 60px;
     height: 60px;*/
    }
}

@media (max-width: 575px) {
    .profile-bx.sty2 .profile-img {
        /*            flex: 0 0 15%;
     max-width: 15%;*/
    }
}

@media (max-width: 480px) {
    .profile-bx.sty2 .profile-img {
        /*            flex: 0 0 25%;
     max-width: 25%;*/
    }
}

.profile-bx.sty2 .profile-contnt {
    /*    flex: 0 0 70%;
   max-width: 70%;*/
    display: block;
    flex: 1;
}

    .profile-bx.sty2 .profile-contnt span, .profile-bx.sty2 .profile-contnt p {
        color: #fff;
        display: block;
        font-size: calc(11px + (12 - 11) * (100vw - 320px) / (1920 - 320));
        /* responsive font size */
        font-weight: 300;
    }

@media (max-width: 1200px) {
    .profile-bx.sty2 .profile-contnt span, .profile-bx.sty2 .profile-contnt p {
        font-size: calc(9px + (10 - 9) * (100vw - 320px) / (1200 - 320));
        /* Adjusted for 1200px */
    }
}

@media (max-width: 575px) {
    .profile-bx.sty2 .profile-contnt {
        flex: 0 0 80%;
        max-width: 80%;
    }
}

@media (max-width: 575px) {
    .profile-bx.sty2 .profile-contnt {
        flex: 0 0 75%;
        max-width: 75%;
    }
}

.card-header.sty1 {
    padding: 20px 30px 10px;
    border-color: #dedede;
}

.card-body.sty1 {
    padding: 0 30px;
}

.agent-table .table tbody tr td {
    border-color: #efefef;
    color: #aaaaaa;
}

.agent-table .table thead th {
    color: #000000;
    font-weight: 600;
    background-color: #efcf24;
}

.agent-table .table tbody tr:last-child td {
    border-bottom: none;
}

.agent-table.sty1 .table thead tr th, .agent-table.sty1 .table tbody tr td {
    border-right: 1px solid #dedede !important;
    border-bottom: 1px solid #dedede !important;
}

.cl-red {
    color: red !important;
}

.cl-black {
    color: #000 !important;
}

.badge-tab, .circle-area {
    align-items: center;
}

    .badge-tab span, .circle-area span {
        padding-left: 5px;
    }

.custom-badge {
    border-radius: 50%;
    height: 1.375rem;
    position: relative;
    /* Changed to relative */
    width: 1.375rem;
    border-width: 0.125rem;
    border-style: solid;
    background: #fff;
    padding: 0.25rem;
    border-color: #09bd3c;
    display: inline-block;
    top: 5px;
}

    .custom-badge:after {
        content: "";
        width: 0.625rem;
        height: 0.625rem;
        border-radius: 100%;
        display: block;
        background: #09bd3c;
    }
    /* Yellow variant */
    .custom-badge.yellow {
        border-color: #dd8828;
    }

        .custom-badge.yellow:after {
            background: #dd8828;
        }

.circle-batch {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    display: inline-block;
}

    .circle-batch.red {
        background-color: red;
    }

    .circle-batch.Green {
        background-color: #09bd3c;
    }

.stripe-tablearea tbody tr td {
    color: #000;
}

.bgc.light-Green {
    background-color: #d3ffdf;
}

.bgc.lightPinkish {
    background-color: #ffcbcb;
}

.bgc.lightishYellow {
    background-color: #fff9d8;
}

.bgc.Grey {
    background-color: #d9dbe1;
}

.growth-table tbody tr td {
    color: #000 !important;
}

.lead-table .badge {
    font-size: 10px;
}

.editor-area {
    background: white;
    padding: 30px 25px;
    border-radius: 12px;
}

.inb-area {
    display: flex;
    align-items: center;
    position: relative;
}

    .inb-area .badge {
        position: absolute;
        top: 0;
        right: 0;
    }

.inb-list li {
    padding: 15px 10px;
    border-bottom: 2px solid #fafbfd;
}

    .inb-list li:hover .inb-logo i, .inb-list li.active .inb-logo i {
        color: #e19743;
    }

    .inb-list li:hover .inb-content h4, .inb-list li.active .inb-content h4 {
        color: #e19743;
    }

    .inb-list li:hover .inb-content span, .inb-list li.active .inb-content span {
        color: #e19743;
    }

.inb-logo i {
    font-size: calc(16px + (22 - 16) * (100vw - 320px) / (1920 - 320));
}

.inb-content {
    padding-left: 15px;
}

    .inb-content h4 {
        color: #626679;
        font-weight: 600;
        font-size: calc(14px + (15 - 14) * (100vw - 320px) / (1920 - 320));
        margin-bottom: 0;
    }

    .inb-content span {
        color: #626679;
        font-weight: 400;
        font-size: calc(11px + (12 - 11) * (100vw - 320px) / (1920 - 320));
    }

.bgc-white {
    background-color: #fff;
}

.btn-SeaGreen.sty1 {
    color: #fff;
}

    .btn-SeaGreen.sty1 i {
        font-size: calc(14px + (15 - 14) * (100vw - 320px) / (1920 - 320));
        padding-right: 5px;
    }

.top-btn-area {
    display: flex;
    justify-content: space-between;
    padding: 60px 25px;
}

@media (max-width: 991px) {
    .top-btn-area {
        padding: 30px 25px;
        flex-direction: column;
    }
}

.top-btn-area.sty1 {
    display: block;
    padding: 0px 0px;
}

.comp-areas-list {
    background-color: #f6f5fa;
    border-radius: 13px;
    display: flex;
    align-items: center;
}

    .comp-areas-list li {
        font-size: 13px;
        font-weight: 500;
        border-right: 1px solid #e8e8ee;
        padding: 0 15px;
    }

        .comp-areas-list li:last-child {
            border-right: 0;
        }

@media (max-width: 991px) {
    .comp-areas-list {
        justify-content: space-between;
        flex-wrap: wrap;
        overflow: hidden;
    }

        .comp-areas-list li {
            flex: 0 0 50%;
            text-align: center;
            padding: 10px 15px;
            border: 1px solid #e8e8ee;
            overflow: hidden;
        }

            .comp-areas-list li:last-child {
                flex: 0 0 100%;
            }
}

@media (max-width: 991px) {
    .compos-btn {
        text-align: center;
        margin-bottom: 10px;
    }
}

.leads-data {
    padding: 35px 0px 20px 0px;
    text-align: center;
    background-color: #FFF;
    margin-bottom: 12px;
}

    .leads-data .btn {
        padding: 0.5rem 2.5rem;
        border-radius: 1.25rem;
        font-weight: 400;
        font-size: 14px;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .leads-data .btn-danger {
        background-color: #00a1ff;
        border-color: #00a1ff;
    }

        .leads-data .btn-danger:hover {
            background-color: #57b2e7;
            border-color: #57b2e7;
        }
    /* .leads-data .btn-danger:hover strong{
 background-color: #57b2e7;
 border-color: #57b2e7;
 } */
    .leads-data .btn-primary {
        background-color: #6c4bae;
        border-color: #6c4bae;
    }

        .leads-data .btn-primary:hover {
            background-color: #8673ad;
            border-color: #8673ad;
        }
    /* .leads-data .btn-primary:hover strong{
 background-color: #8673ad;
 border-color: #8673ad;
 } */
    .leads-data .btn-pfu {
        background-color: #fb5151;
        border-color: #fb5151;
    }

        .leads-data .btn-pfu:hover {
            box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 15px 0 rgba(60, 64, 67, 0.3), 0 1px 15px 1px rgba(60, 64, 67, 0.15);
        }
    /* .leads-data.sty1 .btn-pfu:hover strong{
 box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 15px 0 rgba(60, 64, 67, .3), 0 1px 15px 1px rgba(60, 64, 67, .15);
 } */
    .leads-data .btn-tfu {
        background-color: #e91b1b;
        border-color: #e91b1b;
    }

    .leads-data.sty1 .btn-tfu:hover {
        box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 15px 0 rgba(60, 64, 67, 0.3), 0 1px 15px 1px rgba(60, 64, 67, 0.15);
    }
    /* .leads-data.sty1 .btn-tfu:hover strong{
 box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 15px 0 rgba(60, 64, 67, .3), 0 1px 15px 1px rgba(60, 64, 67, .15);
 } */
    .leads-data .btn-ffu {
        background-color: #FFCF6D;
        border-color: #FFCF6D;
    }

    .leads-data.sty1 .btn-ffu:hover {
        box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 15px 0 rgba(60, 64, 67, 0.3), 0 1px 15px 1px rgba(60, 64, 67, 0.15);
    }
    /* .leads-data.stong .btn-ffu:hover strong{
 box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 15px 0 rgba(60, 64, 67, .3), 0 1px 15px 1px rgba(60, 64, 67, .15);
 } */
    .leads-data.sty1 {
        display: flex;
        justify-content: space-evenly;
        padding: 20px 15px;
        flex-wrap: wrap;
        gap: 15px 10px;
    }

        .leads-data.sty1 .btn {
            display: inline-flex;
            flex-direction: column;
            /*            align-items: center;*/
            justify-content: center;
            padding: 0;
            background: transparent;
            overflow: hidden;
            border-radius: 10px;
            flex: 1 0 auto;
            border: 0;
            margin: 0;
        }

            .leads-data.sty1 .btn:hover {
                box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 15px 0 rgba(60, 64, 67, 0.3), 0 1px 15px 1px rgba(60, 64, 67, 0.15);
            }

            .leads-data.sty1 .btn strong {
                font-weight: 400;
                padding: 10px 20px;
            }

            .leads-data.sty1 .btn .btn-icon-end {
                border: 0;
                padding: 7px 15px;
                width: 100%;
                margin: 0;
                font-size: 16px;
                font-weight: 600;
            }

        .leads-data.sty1 .btn-danger strong {
            background-color: #00a1ff;
            border-color: #00a1ff;
        }

        .leads-data.sty1 .btn-danger .btn-icon-end {
            background-color: #3bb7ff;
            border-color: #3bb7ff;
        }

        .leads-data.sty1 .btn-primary strong {
            background-color: #6c4bae;
            border-color: #6c4bae;
        }

        .leads-data.sty1 .btn-primary .btn-icon-end {
            background-color: #8f6ed1;
            border-color: #8f6ed1;
        }

        .leads-data.sty1 .btn-pfu strong {
            background-color: #fb5151;
            border-color: #fb5151;
        }

        .leads-data.sty1 .btn-pfu .btn-icon-end {
            background-color: #ff7474;
            border-color: #ff7474;
        }

        .leads-data.sty1 .btn-tfu strong {
            background-color: #e91b1b;
            border-color: #e91b1b;
        }

        .leads-data.sty1 .btn-tfu .btn-icon-end {
            background-color: #ff2e2e;
            border-color: #ff2e2e;
        }

        .leads-data.sty1 .btn-ffu strong {
            background-color: #ffbb31;
            border-color: #ffbb31;
        }

        .leads-data.sty1 .btn-ffu .btn-icon-end {
            background-color: #ffc44e;
            border-color: #ffc44e;
        }

        .leads-data.sty1 .btn-info strong {
            background-color: #D653C1;
            border-color: #D653C1;
        }

        .leads-data.sty1 .btn-info .btn-icon-end {
            background-color: #e773d4;
            border-color: #e773d4;
        }

@media (max-width: 1600px) {
    .leads-data.sty1 .btn strong {
        padding: 10px 10px;
    }
}

@media (max-width: 1399px) and (min-width: 992px) {
    .leads-data.sty1 {
        zoom: 83%;
    }
}

.progressCSS {
    position: fixed;
    bottom: 0;
    top: 40%;
    left: 0;
    right: 0;
    text-align: center;
    height: 100px;
    z-index: 2;
}

    .progressCSS > img {
        position: relative;
        top: 5%;
    }



.table-responsive.sty1 th {
    font-size: 12px;
}

.comsec {
    display: block;
    white-space: normal;
}

.modalBackground {
    background-color: White;
    opacity: 0.5;
}

.agent-table .accordion-header {
    padding: 0 40px 0px 0;
}

.agent-table .accordion-header-indicator {
    top: -164px;
    transform: none;
    font-weight: 700;
}

@media (min-width: 1366px) and (max-width: 1400px) {
    .agent-table .accordion-header-indicator {
        top: -142px;
    }
}

.lastagent {
    border-radius: 0;
}

.forgrowth {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

    .forgrowth .btnIncentive {
        margin: 0 30px 0 0;
    }

.lastagent .card-body.sty1 {
    padding: 0 10px;
}

.search-form.leadform.sty1 .customer-btns.sty1 .btn.btn-primary {
    padding: 10px 0px;
}

.search-form.leadform.sty1 .customer-btns.sty1 .btn.btn-secondary {
    padding: 7px 0px;
}

.search-form.leadform {
    background: #fff;    
    border-radius: 0.5rem;
}

.read-height hr {
    margin: 10px 0;
}

.btnIncentivemain {
    margin-bottom: 30px;
}

.btn.btn-primary.btn-xs.uploadbtn {
    padding: 3px 19px;
    background: #005983;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.customer-btns.btnbottm {
    justify-content: space-between;
}

.expand-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 150px;
    transition: max-width 0.3s ease, padding 0.3s ease;
    cursor: pointer;
}

.modal-scrollable-body {
    height: 450px;
    overflow-y: auto;
}

.NavBar-Scroll {
    position: relative;
    overflow-y: auto;
}

.link-button {
    background-color: transparent;
    border-color: transparent;
}
/*.user-img-holder {
 width: 50px;
 height: 50px;
 border-radius: 50%;
 overflow: hidden;
 }
 .user-img-holder img {
 object-fit: cover;
 }*/


/*For welcome page model*/

.modalPopup {
    background-color: White;
    width: 80%;
    left: 140px;
    box-shadow: rgba(0, 0, 0,.5) 0px 1px 13px !important;
}

.bgc-green {
    background-color: #ededed !important
}

/*For welcome page model End*/



/*Style CSS 2*/

.table-area .table tbody tr th:nth-child(4) {
    text-align: left;
}

.table-area .table-responsive {
    overflow-y: scroll;
    height: 130px;
}

.scrollable-tbody {
    display: block;
    height: 300px;
    /* Adjust height as needed */
    overflow-y: auto;
}

    .scrollable-tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

    thead, .scrollable-tbody tr {
        width: 100%;
        table-layout: fixed;
    }

.incen-area {
    height: 228px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 35px 0 0;
}

    .incen-area h4 {
        font-size: calc(13px + (14 - 13) * (100vw - 320px) / (1920 - 320));
        font-weight: 600;
    }

.pie-board {
    align-items: center;
}

.Purple-btn {
    font-size: 10px;
}

.customer-table {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
    .customer-table {
        overflow-x: scroll;
    }

        .customer-table .table-responsive {
            overflow-x: auto;
            width: 500px;
        }
}

.customer-info-table, .comments-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0;
}

    .customer-info-table tbody, .comments-table tbody {
        display: flex;
        flex-wrap: wrap;
    }

        .customer-info-table tbody tr, .comments-table tbody tr {
            flex: 0 0 33.3%;
            max-width: 33.3%;
            display: flex;
            flex-direction: column;
        }

            .customer-info-table tbody tr td, .comments-table tbody tr td {
                height: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
            }

                .customer-info-table tbody tr td:last-child(), .comments-table tbody tr td:last-child() {
                    border-right: 0px solid #dedede !important;
                }

    .customer-info-table th {
        font-size: calc(13px + (15 - 13) * (100vw - 320px) / (1920 - 320));
        font-weight: 400;
        color: #000;
        font-family: poppins;
        border-color: #dedede;
        text-align: center;
        border-right: 1px solid #dedede;
    }

        .customer-info-table th:first-child {
            border-left: 1px solid #dedede;
        }

    .customer-info-table td {
        padding: 8px;
        background-color: #fff;
        border-bottom: 1px solid #eee;
        font-weight: 500;
        font-family: poppins;
        text-align: center;
    }

    .comments-table th, .comments-table td {
        border: 1px solid #ddd;
        padding: 10px;
        font-size: 14px;
    }

    .comments-table th {
        color: #000;
        font-weight: 400;
        border-right: 1px solid #dedede !important;
        border-bottom: 1px solid #dedede !important;
    }

    .comments-table tr:nth-child(even) {
        background-color: #fafafa;
    }

.customer-table.table th, .customer-table.table td {
    border-color: #f5f5f5;
    padding: 0.9375rem 0.625rem;
}

.agent-table .sty1 .table tbody tr:last-child td {
    border-bottom: inherit;
}

.search-form .btn.btn-primary.sty1 {
    padding: 5px 40px !important;
}

.search-form .btn.btn-secondary.sty1 {
    padding: 5px 40px !important;
}

.search-form label {
    font-size: 15px;
    font-weight: 500;
}

.form-area.sty1 {
    padding: 10px 0 20px;
}

.form-groupping {
    margin: 8px 0;
}

.fw-semibold {
    font-weight: 600;
}

.fspx-12 {
    font-size: 12px;
}

.popup-width {
    max-width: 1000px;
    min-width: 1000px;
    width: 100%;
    max-height: 80vh;
    margin: auto;
    padding: 30px 25px;
}

.modal-body span {
    font-size: 12px;
}

@media (max-width: 767px) {
    .modal-body span {
        padding: 5px 0;
        display: block;
    }
}

.btn-close.sty1:before {
    content: "\f00d";
}

.body-area {
    min-height: 300px;
    overflow-y: scroll;
}

    .body-area div, .body-area span, .body-area p {
        font-size: 12px;
        font-family: Poppins;
    }

        .body-area div a {
            color: #dd8828;
        }

        .body-area div strong span {
            font-family: Poppins !important;
        }

.btn-clossing {
    position: absolute;
    top: -2px;
    right: -5px;
}

    .btn-clossing .btn-close:focus {
        box-shadow: 0 0 0 0.25rem #000 !important;
    }

    .btn-clossing .btn-close {
        border: none !important;
    }

@media (max-width: 991px) {
    .mod-popup div#MainContent_EmailDetails_foregroundElement {
        left: 10px !important;
        right: 10px !important;
    }
}

.email-area {
    height: 100vh !important;
}

@media (max-width: 991px) {
    .email-area {
        height: auto !important;
    }
}

.modify-container {
    padding: 30px 0 30px 20px;
}

.pr-0 {
    padding-right: 0;
}

.pl-0 {
    padding-left: 0;
}

.read-content {
    padding: 10px 20px;
    background: #fff;
    height: 100%;
}

.cl-darkGray {
    color: #897d7d cf !important;
    text-decoration: none !important;
}
/*email css update*/
.med-area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.med-left-bx, .med-right-bx {
    flex: 0 0 50%;
    max-width: 50%;
}

    .med-left-bx p, .med-right-bx p {
        font-size: 13px !important;
        color: #000 !important;
        margin-bottom: 0px !important;
        font-family: Poppins;
    }

    .med-left-bx strong, .med-right-bx strong {
        font-size: calc(11px + (16 - 14) * (100vw - 320px) / (1920 - 320));
        color: #000 !important;
        font-style: normal !important;
        font-weight: 600;
        padding-right: 10px;
    }

    .med-left-bx.sty1, .med-right-bx.sty1 {
        flex: 0 0 100%;
        max-width: 100%;
    }

@media (max-width: 1200px) {
    .med-left-bx, .med-right-bx {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.read-content {
    padding: 10px 20px;
    background: #fff;
    height: 759px;
    overflow-y: scroll;
}

    .read-content p {
        font-size: 12px;
        color: #000;
        /* display: flex;
	 align-items: center;
	*/
    }

        .read-content p strong {
            color: #000;
            font-size: 14px;
            font-style: italic;
            /* display: block;
	*/
        }

@media (max-width: 1600px) {
    .read-content {
        height: 580px;
    }
}

.read-content .read-content-body br {
    display: none;
}

.read-content .gmail_quote {
    margin: 0 !important;
    border-left: 0 !important;
    padding-left: 0 !important;
}

    .read-content .gmail_quote p {
        margin-bottom: 10px;
        font-size: 12px;
        font-family: poppins;
    }

        .read-content .gmail_quote p b {
            padding-left: 5px;
        }

.read-content .gmail_attr {
    margin-bottom: 10px;
    font-size: 12px;
    font-family: poppins;
    display: flex;
    flex-direction: column;
}

.read-content .read-content h5, .read-content .read-content .h5 {
    color: #000;
}

.read-content .table-inbox tr .view-message strong {
    font-size: 12px !important;
    font-weight: 700;
}

.read-content .email-right-box {
    /* max-height: 90%;
	 */
}

    .read-content .email-right-box .email-list {
        overflow-y: scroll !important;
        height: 600px !important;
    }

    .read-content .email-right-box .top-btn-area.sty1 {
        padding: 30px 25px !important;
    }
/*Style CSS 2 End*/



/*Style CSS 3 start*/
.agent-table .table tbody th {
    font-weight: 400;
}

.custom-badge.red {
    border-color: #FC2E53;
}

    .custom-badge.red:after {
        background: #FC2E53;
    }

.custom-badge {
    font-style: normal;
}

.custom-badge.warning {
    border-color: #FFCF6D !important;
}

.custom-badge.warning:after {
    background: #FFCF6D !important;
}

.btnIncentive .btn.btn-primary {
    padding: 11px 40px;
    border-radius: 8px;
    margin: 0 10px 0px 0;
    color: #459ed8;
    font-size: 15px;
    font-weight: 300;
    background-color: transparent;
    border-color: #459ed8;
}

    .btnIncentive .btn.btn-primary:hover {
        background-color: #459ed8;
        color: #fff;
    }

.btnIncentive .btn.btn-secondary {
    padding: 11px 25px;
    border-radius: 8px;
    margin: 0 0 0px;
    color: #f05179;
    font-size: 15px;
    font-weight: 300;
    background-color: transparent;
    border-color: #f05179;
}

    .btnIncentive .btn.btn-secondary:hover {
        background-color: #f05179;
        color: #fff;
    }

.searchAgent-btn .btn {
    padding: 11px 25px;
    border-radius: 8px;
}

    .searchAgent-btn .btn.btn-primary {
        margin: 0 10px 0px 0;
    }

.form-select {
    min-height: 180px;
}

.search-form .btn.btn-primary.btn-ht {
    padding: 6px 40px;
}

.customer-btns .btn {
    flex: 1 1 auto;
    white-space: nowrap;
    text-align: center;
    padding: 6px 12px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #005983;
    border-color: #005983;
    color: white;
}

.fs-13 {
    font-size: 13px !important;
}

@media (max-width:1600px) {
    .btnIncentive .btn.btn-secondary {
        padding: 11px 18px;
    }

    .btnIncentive .btn.btn-primary {
        padding: 11px 18px;
    }

    .searchAgent-btn .btn {
        padding: 11px 18px;
    }
}

@media (max-width:991.98px) {
    .brand-logo img {
        height: 40px;
    }
}

/*Style CSS 3 end */

/*Sameer Css start*/
.user-img {
    width: 40px;
    height: 40px;
    background-color: #e5e8f3;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    overflow: hidden;
}

    .user-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.user-name {
    width: 100%;
    text-align: left;
}

.info-holder {
    display: flex;
    gap: 15px;
    align-items: center;
}

.user-mob {
    text-align: left;
}

.user-email {
    text-align: left;
}

.office-info {
    text-align: left;
}

.em-user-info {
    flex: 1;
}

.em-user-info-head {
    text-align: left !important;
}

.em-official-info {
    text-align: left;
}

.em-office-info-head {
    text-align: left !important;
}

.em-dept-head {
    text-align: left !important;
}

.office-info label {
    margin-bottom: 0;
}

.em-official-info label {
    margin-bottom: 0;
}

.em-pseudo-info {
    text-align: left;
}

.em-pseudo-head {
    text-align: left !important;
}





/* SEARCH LEFT */
.search-holder {
    display: flex;
    align-items: center;
    justify-content: flex-start !important;
    flex: 1 0 40%;
    max-width: 40%;
}

/* SHOW ENTRIES RIGHT */
.enteries-holder {
    display: flex;
    align-items: center;
    justify-content: flex-end !important;
}

/* WRAPPER FOR SEARCH INPUT + ICON */
.ctm-search-wrapper {
    position: relative;
    width: 100%;
}

    /* SEARCH ICON INSIDE INPUT */
    .ctm-search-wrapper .search-icon {
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none;
        font-size: 16px;
        color: #888;
    }

    .ctm-search-wrapper input {
        padding-right: 36px !important; /* space for icon */
        height: 2.5rem !important;
        font-size: 14px;
    }

.em-add-employe {
    display: flex;
    justify-content: end;
    gap: 15px;
}

    .em-add-employe input {
        padding: 7px 14px;
    }

.em-add-employe-btn {
    padding: 7px 14px;
}

.em-search-top {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.em-search-top-heading {
    display: flex;
    align-items: center;
    margin: 0;
}

    .em-search-top-heading h3 {
        margin-bottom: 0;
        color: #353535;
    }

.filter-toggle-btn-1.active-btn {
    transform: rotate(180deg);
}

.filter-toggle-btn-1 {
    position: absolute;
    transform: rotate(0deg);
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 32px;
    border: none;
}

    .filter-toggle-btn-1 i {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #737B8B;
        font-size: 22px;
    }

.new-search-form {
    position: relative;
    margin-bottom: 12px;
}

.filter-form-holder {
    display: none;
    padding-bottom: 10px;
}

.search-holder .dataTables_filter {
    width: 100%;
}

    .search-holder .dataTables_filter label {
        width: 80%;
        display: flex;
        margin-bottom: 0;
    }

.dataTables_paginate {
    text-align: left !important;
}

.pagination-wrapper .dataTables_paginate {
    float: left !important;
}

.dataTables_wrapper .dataTables_paginate {
    background-color: WHITE !important;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 0;
}

.setup-brand-search-top {
    margin-bottom: 15px;
    margin-top: 15px;
}

    .setup-brand-search-top a.filter-toggle-btn-1.active-btn {
        transform: rotate(0deg);
    }

    .setup-brand-search-top a.filter-toggle-btn-1 {
        transform: rotate(180deg);
    }

.table-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pagination-wrapper {
    display: flex;
    justify-content: center;
    width: 75%;
    margin-top: 16px;
}

.global-datatable-1 {
    width: 99% !important;
}

.bt-search a.filter-toggle-btn-1.active-btn {
    transform: rotate(0deg);
}

.bt-search a.filter-toggle-btn-1 {
    transform: rotate(180deg);
}

.bt-search {
    margin-bottom: 15px;
}

.table-bottom-pag {
    display: flex;
    padding: 0px 16px;
    align-items: center;
}

.send-f-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.card-new {
    padding: 0 10px;
}

/*Sameer Css End*/

.check-box-list label {
  margin-left:5px;
}
.check-box-list input {
    margin-left: 5px;
}
/*.search-form input {
    margin-bottom: 15px;
}*/
.search-form .row {
    gap: 16px 0;
}

.gc-box {
    padding: 20px;
    background-color: #fff;
    height: 100%;
}

.ctm-form-check label {
    margin-bottom: 0;
}

.ctm-form-check {
    display: inline-flex;
    gap: 17px 5px;
    flex-wrap: wrap;
    padding-left: 0;
}

.formgroup:after {
    content: "\f107";
    position: absolute;
    right: 10px;
    top: 12px;
    font-family: 'Font Awesome 5 Free';
}

.checkbox-height {
    background-color: white;
    border-width: 1px;
    border-style: groove;
    overflow: auto;
    max-height: 400px;
    visibility: visible;    
}

.paginate_button.last,
.paginate_button.first {
    font-weight: 900;
}

.paginate_button.previous,
.paginate_button.next {
    font-weight: 600;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-size: 14px;
}

.ctm-fixed-table {
    table-layout: fixed;
    width: 100%;
    min-width: 1000px;
}

/*.ctm-reports-table tr td {
    width: 8%;
}*/

.ctm-table-sep {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 2px dashed var(--primary);
}

.ctm-table-sep table {
    background-color: #fff;
}

td.freeze-column {
    background-color: #fff !important;
}




@media (max-width:991.98px) {
    .dataTables_wrapper .dataTables_paginate span .paginate_button {
        height: 30px;
        width: 30px;
        line-height: 30px;
        font-size: 13px;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button.previous, .dataTables_wrapper .dataTables_paginate .paginate_button.next {
        font-size: 13px;
        height: 30px;
        width: 30px;
        line-height: 35px;
    }

    .pagination-wrapper {
        width: 100%;
    }
}

.btns-space-bottom {
    margin-bottom: 20px;
}