@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Bengali:wght@300;400;500;600;700&family=Quicksand:wght@300;400;500;600;700&display=swap');

:root {
    --salebee-color: #5484ff;
    --salebee-font: "Quicksand", "Noto Sans Bengali", sans-serif;
    --sidebar-width: 120px;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-family: var(--salebee-font);
    font-size: 14px;
    /*  base font size  15px= 1em*/
    margin: 0;
    color: #000000;
    display: flex;
}


h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
    color: #000000;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
}

    h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
        color: #000000;
        font-weight: 700;
    }

p {
    font-size: 14px;
    margin: 0 0 1.75em;
    color: #000000;
    line-height: 1.6;
}

a {
    color: #000000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    a, a:hover, a:focus, a:active {
        text-decoration: none;
    }

        a:hover, a:focus, a:active {
            color: #000000;
        }

img {
    max-width: 100%;
}

/**
 * 4.0 - Forms
 */
input {
    line-height: normal;
}

    /*button,
button[disabled]:hover,
button[disabled]:focus,*/
    input[type="button"],
    input[type="button"][disabled]:hover,
    input[type="button"][disabled]:focus,
    input[type="reset"],
    input[type="reset"][disabled]:hover,
    input[type="reset"][disabled]:focus,
    input[type="submit"],
    input[type="submit"][disabled]:hover,
    input[type="submit"][disabled]:focus {
        font-size: 1em;
        display: inline-block;
        padding: 10px 30px;
        text-transform: uppercase;
        font-weight: 500;
        border: none;
        background-color: #5484ff;
        color: #ffffff;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

        /* 
button:hover,
button:focus,*/
        input[type="button"]:hover,
        input[type="button"]:focus,
        input[type="reset"]:hover,
        input[type="reset"]:focus,
        input[type="submit"]:hover,
        input[type="submit"]:focus {
            background: #5484ff;
        }

        /*button:focus,*/
        input[type="button"]:focus,
        input[type="reset"]:focus,
        input[type="submit"]:focus {
            outline: thin dotted;
            outline-offset: -4px;
        }

    input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="password"],
    input[type="search"],
    input[type="tel"],
    input[type="number"],
    select,
    textarea {
        background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
        border: none;
        outline: none;
        border-bottom: 1px solid #929497;
        color: #808184;
        padding: 0.625em 0em;
        width: 100%;
    }

        input[type="text"]:focus,
        input[type="email"]:focus,
        input[type="url"]:focus,
        input[type="password"]:focus,
        input[type="search"]:focus,
        input[type="tel"]:focus,
        input[type="number"]:focus,
        select:focus,
        textarea:focus {
            border-color: #007acc;
            color: #1a1a1a;
            outline: 0;
        }

::-webkit-input-placeholder {
    color: #696969;
}

::-moz-placeholder {
    color: #696969;
}

:-ms-input-placeholder {
    color: #696969;
}

:-moz-placeholder {
    color: #696969;
}

#scroll {
    position: fixed;
    right: clamp(20px, 3vw, 40px);
    bottom: clamp(10px, 2vw, 20px);
    z-index: 500;
    display: none;
}

    #scroll button {
        min-width: max-content;
        aspect-ratio: 1/1;
    }

.post-password-form {
    margin-bottom: 1.75em;
}

    .post-password-form label {
        color: #686868;
        display: block;
        font-size: 13px;
        font-size: 0.8125rem;
        letter-spacing: 0.076923077em;
        line-height: 1.6153846154;
        margin-bottom: 1.75em;
        text-transform: uppercase;
    }


    .post-password-form input[type="password"] {
        margin-top: 0.4375em;
    }

    .post-password-form > :last-child {
        margin-bottom: 0;
    }

/**
 * 5.0 - Alignments
 */
.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.75em;
}

blockquote.alignleft {
    margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
    margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
    margin-bottom: 1.473684211em;
}

ol, ul {
    margin: 0px;
    padding: 0px;
}

    ul li {
        list-style: none;
    }

a {
    text-decoration: none;
}

/**
 * 6.0 - Clearings
 */
.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
    content: "";
    display: table;
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
    clear: both;
}

.main-content {
    flex-grow: 1;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    width: calc(100% - var(--sidebar-width));
    height: max-content;
}


.user {
    height: 40px;
    width: 40px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.company {
    height: 40px;
    width: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.add-new {
    display: inline-block;
    background: #2fb613;
    padding: 4px 25px;
    font-size: 16px;
    color: #ffffff;
    outline: none;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    cursor: pointer;
    transition: filter 500ms;
}

    .add-new:hover, .add-new:focus {
        color: white;
        filter: brightness(0.95);
    }

.button-one {
    background-color: #5484ff;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    min-width: 150px;
    padding: 5px 10px;
    transition: all 200ms;
    cursor: pointer;
}

    .button-one:not([disabled]):hover {
        background-color: #5484ff;
        color: #ffffff;
        filter: brightness(0.95);
    }

    .button-one[disabled] {
        background-color: #5484ff;
        color: #ffffff;
        filter: brightness(0.95);
        cursor: not-allowed;
        opacity: 0.7;
    }

.button-two {
    margin-right: 1rem;
    background: transparent;
    color: #5484ff;
    font-weight: 500;
    padding: 5px 10px;
    border: 1px solid #5484ff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: none;
    min-width: 150px;
    transition: all 300ms;
}

    .button-two:hover {
        background: #5484ff;
        color: #ffffff;
    }

.badge {
    background-color: #5484ff;
    color: white;
    padding: 2px 5px;
    border-radius: 50%;
    font-size: 12px;
    line-height: 1.1;
    margin-left: 5px;
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
    margin: 0 5px 0 0;
    vertical-align: middle;
}

    .toggle-switch input {
        display: none;
    }

.toggle-switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50px;
    background-color: #939498;
    -webkit-transition: .4s;
    transition: .4s;
}

    .toggle-switch-slider::before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 2px;
        bottom: 2px;
        border-radius: 50%;
        background-color: #ffffff;
        transition: .4s;
    }

.toggle-switch input:checked + .toggle-switch-slider {
    background-color: #5484ff;
}

    .toggle-switch input:checked + .toggle-switch-slider:before {
        -webkit-transform: translateX(16px);
        -ms-transform: translateX(16px);
        transform: translateX(16px);
    }

.input-group {
    width: 100%;
}

    .input-group .form-control {
        height: auto;
        background: none;
        color: #000000;
        font-size: 14px;
        font-weight: 500;
        padding: 0;
        display: block;
        border: none;
        border-radius: 0;
        border-bottom: 1px solid #929497;
        box-shadow: none;
    }

        .input-group .form-control[disabled], .input-group .form-control[readonly] {
            background: #0000000d;
        }

    .input-group label {
        color: #5484ff;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        position: absolute;
        pointer-events: none;
        left: 0;
        bottom: 100%;
        margin: 0px;
        transition: all 0.3s;
    }

    .input-group *[required] + label::after {
        content: "\f621";
        font-family: FontAwesome;
        color: #ff6666;
        font-size: 0.6em;
        position: absolute;
        top: 10%;
        left: calc(100% + 4px);
    }

    .input-group:has([required]) label::after {
        content: "\f621";
        font-family: FontAwesome;
        color: #ff6666;
        font-size: 0.6em;
        position: absolute;
        top: 10%;
        left: calc(100% + 4px);
    }

    .input-group select.form-control, select {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        background: url(../assets/icon/down-arrow.png);
        background-position: center right;
        background-repeat: no-repeat;
        background-size: auto;
        padding-bottom: 0;
        padding-right: 15px;
    }

.login {
    display: block;
}

    .login .modal-dialog {
        width: 450px;
    }

        .login .modal-dialog .modal-header {
            text-align: center;
            background-color: #5484ff;
            padding: 30px;
            color: #ffffff;
        }

            .login .modal-dialog .modal-header img {
                margin-bottom: 10px;
            }

            .login .modal-dialog .modal-header h4 {
                font-size: 20px;
                color: #ffffff;
            }

    .login .login-form {
        margin-bottom: 30px;
    }

    .login .forgot-password {
        font-weight: 700;
    }

    .login .modal-footer {
        padding-top: 0px !important;
        text-align: center;
        border: none;
    }


.add-template-btn {
    position: absolute;
    bottom: 5px;
    right: 15px;
    background: inherit;
    z-index: 1;
}

    .add-template-btn button {
        display: none;
    }

.template-wrapper {
    position: relative;
}

    .template-wrapper .template-button {
        cursor: pointer;
    }

        .template-wrapper .template-button i {
            margin-left: 10px;
        }

    .template-wrapper .template-list-wrapper {
        position: absolute;
        padding: 10px 15px;
        width: 80vw;
        max-width: 450px;
        left: 0;
        top: 0;
        background-color: #f8f9fd;
        -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.05);
        border-radius: 5px;
        z-index: 50;
        overflow: hidden;
        display: none;
        margin-top: -3rem;
    }

    .template-wrapper.open .template-list-wrapper {
        display: block;
    }

.template-list-wrapper .template-close {
    width: max-content;
    font-size: 20px;
    cursor: pointer;
    float: right;
    margin-left: 10px;
}

.template-wrapper .template-list-wrapper .template-list-header {
    font-size: 18px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 20px;
}

.template-wrapper .template-list-wrapper .pagination {
    margin: 0;
}

    .template-wrapper .template-list-wrapper .pagination a {
        font-size: 13px;
        padding: 3px 10px;
        cursor: pointer;
    }

.template-wrapper .template-list {
    max-height: 300px;
    overflow-y: auto;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

    .template-wrapper .template-list .template-item {
        background-color: #fdfdfd;
        position: relative;
        cursor: pointer;
        margin: 0;
        padding: 10px 15px;
        transition: box-shadow 300ms;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 5px 2px;
        border-radius: 5px;
    }

        .template-wrapper .template-list .template-item:hover {
            box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 2px;
        }

        .template-wrapper .template-list .template-item .template-actions {
            display: flex;
            gap: 5px;
            align-items: center;
            float: right;
            opacity: 0.7;
        }

            .template-wrapper .template-list .template-item .template-actions i {
                font-size: 14px;
            }

            .template-wrapper .template-list .template-item .template-actions .fa-trash-can {
                color: red;
                font-size: 14px;
            }

        .template-wrapper .template-list .template-item .template-fav {
            float: right;
            color: var(--salebee-color);
            margin: 0;
            cursor: pointer;
        }

            .template-wrapper .template-list .template-item .template-fav input {
                display: none;
            }

        .template-wrapper .template-list .template-item .template-title {
            font-weight: 500;
            font-size: 15px;
            margin-bottom: 5px;
            width: 85%;
        }

        .template-wrapper .template-list .template-item .template-body {
            font-size: 13px;
            line-height: 1.1;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            white-space: pre-wrap;
        }

            .template-wrapper .template-list .template-item .template-body * {
                margin: 0;
            }

@media screen and (min-width: 768px) {
    .template-wrapper.template-visible {
        width: 40%;
        border-left: 1px solid #00000055;
    }

        .template-wrapper.template-visible .template-button {
            display: none;
        }

        .template-wrapper.template-visible .template-list-wrapper {
            display: block !important;
            width: 100%;
            background: white;
            position: static;
            margin: 0;
            border-radius: 0;
            box-shadow: none;
            padding: 0 15px;
        }

            .template-wrapper.template-visible .template-list-wrapper .template-close {
                display: none;
            }

        .template-wrapper.template-visible .template-list {
            max-height: 200px;
        }
}


.sms-templates .template-button {
    display: inline-block;
    cursor: pointer;
}

.sms-templates .demo-tempates {
    position: absolute;
    padding: 15px 15px;
    width: 100%;
    max-width: clamp(300px, 30vw, 550px);
    left: 0;
    top: -70%;
    background-color: #f8f9fd;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    z-index: 50;
    overflow: hidden;
    display: none;
    margin-top: -3rem;
}

    .sms-templates .demo-tempates.open {
        display: block;
    }

    .sms-templates .demo-tempates .trs-tab-header {
        width: 85%;
        display: inline-block;
    }

        .sms-templates .demo-tempates .trs-tab-header li {
            width: 50%;
        }

    .sms-templates .demo-tempates .close-templates {
        cursor: pointer;
        float: right;
        margin-top: 15px;
        margin-right: 20px;
    }

    .sms-templates .demo-tempates .tab-content {
        margin-top: -1rem;
        padding: 20px 10px;
        max-height: 330px;
        width: auto;
        overflow-x: hidden;
        overflow-y: auto;
    }


    .sms-templates .demo-tempates .created-templates::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
        border-radius: 10px;
        height: 4rem;
    }

    .sms-templates .demo-tempates .created-templates::-webkit-scrollbar {
        width: 5px;
        background-color: #F5F5F5;
        height: 4rem;
    }

    .sms-templates .demo-tempates .created-templates::-webkit-scrollbar-thumb {
        border-radius: 10px;
        height: 4rem;
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgb(122,153,217)), color-stop(0.72, rgb(73,125,189)), color-stop(0.86, rgb(28,58,148)));
    }

    .sms-templates .demo-tempates .created-templates #template, .sms-templates .demo-tempates .created-templates #templateall {
        width: 100%;
        margin: 0;
        padding: 10px;
    }

    .sms-templates .demo-tempates .created-templates .template-item {
        background-color: #fdfdfd;
        position: relative;
        cursor: pointer;
        margin: 2rem 0;
        padding: 15px;
        transition: box-shadow 300ms;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 5px 2px;
    }

        .sms-templates .demo-tempates .created-templates .template-item:hover {
            box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 2px;
        }

        .sms-templates .demo-tempates .created-templates .template-item h5 {
            font-size: 14px;
            margin-bottom: 10px;
            width: 85%;
        }

        .sms-templates .demo-tempates .created-templates .template-item p {
            margin: 0px;
        }

.sms-template-actions {
    width: max-content;
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    gap: 0.8rem;
    opacity: 0.7;
    margin-bottom: 5px;
}

    .sms-template-actions .fa-trash-can {
        color: red;
    }

    .sms-template-actions label {
        margin: 0;
    }

header #mobile_nav {
    padding: 5px;
    margin-left: 5px;
    font-size: 18px;
    cursor: pointer;
    color: var(--salebee-color);
    display: none;
}

#ChildContainer {
    position: relative;
    padding: 20px 10px 40px 10px;
    background-color: #F1F4FD;
    min-height: 95vh;
}

footer {
    width: 90%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    padding-bottom: 10px;
    text-align: center;
}

#ChildContainer .grid-stack {
    background: transparent;
}

    #ChildContainer .grid-stack svg {
        width: 100%;
        height: 100%;
    }

    #ChildContainer .grid-stack > .grid-stack-item > .grid-stack-item-content {
        box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
        border-radius: 5px;
    }

.sbsearch-area form {
    padding: 7px 0px 0px;
    overflow: initial;
}

    .sbsearch-area form .input-group {
        margin: 0px;
    }

.sbsearch-area .cs-area {
    overflow: hidden;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.sbsearch-area .add-client {
    display: inline;
    padding: 20px 15px;
}

.sbsearch-area .search-client {
    width: 60%;
    float: left;
    position: relative;
    margin: 16px 0px;
}

    .sbsearch-area .search-client button {
        background-color: transparent;
        border: none;
        font-size: 20px;
        color: #5484ff;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 9;
    }

.sbsearch-area .advance-search {
    margin-left: auto;
}

    .sbsearch-area .advance-search .search-settings {
        background-color: #006bff;
    }

        .sbsearch-area .advance-search .search-settings img {
            margin-right: 5px;
        }

    .sbsearch-area .advance-search .adsearch-close {
        display: none;
        background-color: red;
    }

.sbsearch-area .as-area {
    padding: 20px 15px 0 15px;
    margin: 20px 0;
    overflow: hidden;
    display: none;
}

:is(.prospect, .leads) .sbsearch-area .as-area {
    background: white;
    border-radius: 5px;
    padding: 30px 15px 15px 15px;
    margin: 10px 0;
}

.sbsearch-area .as-area .input-group {
    margin-bottom: 25px;
}

.sbsearch-area .as-area.open {
    display: block;
}

.sbsearch-area.show-ad-search .as-area {
    display: block;
}

.sbsearch-area.show-ad-search .adsearch-close {
    display: inline-block;
}

.sbsearch-area.show-ad-search .search-settings {
    display: none;
}

.leadfotitle {
    position: relative;
}

    .leadfotitle .modal-title {
        background: #e1f1ff;
        padding: 0 7px;
        position: absolute;
        left: 0;
        top: 0;
        font-size: 13px;
        line-height: 22px;
        font-family: "Quicksand", sans-serif;
        font-weight: normal
    }

input.leadName {
    text-indent: 70px;
}

select#add-ddlleadStatus {
    margin-bottom: .7rem;
}

/*lead table*/
.table-area {
    overflow-x: auto;
}

.table-pagination {
    overflow: hidden;
    text-align: center;
    padding: 14px 20px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

    .table-pagination li {
        display: inline-block;
        font-size: 16px;
    }

        .table-pagination li.left {
            float: left;
            font-size: 24px;
            font-weight: 700;
        }

        .table-pagination li.right {
            float: right;
            font-size: 24px;
            font-weight: 700;
        }

        .table-pagination li a {
            display: inline-block;
            padding: 5px;
            line-height: 24px;
        }

            .table-pagination li a.active {
                border: 2px solid #e1f1ff;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
            }


.table-right-side {
    overflow: hidden;
    display: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

    .table-right-side .trs-sidebar .trs-header {
        background-color: #5484ff;
        overflow: hidden;
        padding: 20px 30px;
        -webkit-border-radius: 0px 5px 0px 0px;
        -moz-border-radius: 0px 5px 0px 0px;
        border-radius: 0px 5px 0px 0px;
    }

        .table-right-side .trs-sidebar .trs-header a {
            color: white;
        }

        .table-right-side .trs-sidebar .trs-header button {
            background: transparent;
            border: none;
            color: #ffffff;
            float: left;
            padding: 0px;
        }

        .table-right-side .trs-sidebar .trs-header .trsh-id {
            float: right;
            color: #ffffff;
        }

            .table-right-side .trs-sidebar .trs-header .trsh-id span {
                padding: 0px 10px;
            }

    .table-right-side .trs-sidebar .trs-client-info {
        min-height: 80vh;
        padding: 20px 30px;
        background: #ffffff;
        margin-bottom: 30px;
        border-radius: 5px;
        overflow: hidden;
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    }

        .table-right-side .trs-sidebar .trs-client-info .trs-client {
            overflow: hidden;
            border-bottom: 1px solid #d0d1d2;
            margin-bottom: 20px;
            padding-bottom: 20px;
        }

            .table-right-side .trs-sidebar .trs-client-info .trs-client .image {
                height: 60px;
                width: 60px;
                -webkit-border-radius: 100%;
                -moz-border-radius: 100%;
                border-radius: 100%;
                float: left;
                margin-right: 10px;
            }

            .table-right-side .trs-sidebar .trs-client-info .trs-client .content {
                display: table;
                padding: 10px 0px;
            }

                .table-right-side .trs-sidebar .trs-client-info .trs-client .content span {
                    font-size: 18px;
                    font-weight: 700;
                    float: left;
                }

            .table-right-side .trs-sidebar .trs-client-info .trs-client button {
                background: transparent;
                border: none;
                float: right;
            }

            .table-right-side .trs-sidebar .trs-client-info .trs-client p {
                margin: 0px;
                font-weight: 500;
            }

        .table-right-side .trs-sidebar .trs-client-info ul li span {
            font-size: 14px;
            font-weight: 600;
            color: var(--salebee-color);
            float: left;
            line-height: 1.1;
            margin-right: 5px;
        }

        .table-right-side .trs-sidebar .trs-client-info ul li p {
            font-size: 14px;
            font-weight: 500;
            margin-bottom: 10px;
            line-height: 1.1;
        }

        .table-right-side .trs-sidebar .trs-client-info .view-details {
            width: 100%;
        }

    .table-right-side .trs-sidebar .trs-orders {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        overflow: hidden;
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    }

        .table-right-side .trs-sidebar .trs-orders .panel-group {
            margin-bottom: 0px;
        }

        .table-right-side .trs-sidebar .trs-orders .panel {
            border: none;
            padding: 30px;
            margin: 0px;
            border-radius: 0px;
        }

            .table-right-side .trs-sidebar .trs-orders .panel .panel-heading {
                background: transparent;
                font-size: 18px;
                border: none;
                padding: 0px;
            }

                .table-right-side .trs-sidebar .trs-orders .panel .panel-heading .icon {
                    margin-right: 5px;
                }

            .table-right-side .trs-sidebar .trs-orders .panel .panel-body {
                border: none;
                padding: 0px;
                margin-top: 20px;
            }

                .table-right-side .trs-sidebar .trs-orders .panel .panel-body button {
                    width: 100%;
                }

.trs-tab-header {
    background: #e1f1ff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    padding: 10px;
}

    .trs-tab-header li {
        display: inline-block;
        text-align: center;
        float: left;
    }

        .trs-tab-header li a {
            font-size: 15px;
            font-weight: 500;
            color: #5484ff;
            display: inline-block;
            padding: 5px 15px;
            border: 3px solid transparent;
            border-radius: 5px;
        }

        .trs-tab-header li.active a {
            background: #5484ff;
            color: white;
        }

        .trs-tab-header li:hover a {
            border-bottom-color: #5484ff;
        }

.table-right-side .trs-main-content .trs-collection {
    padding: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #ffffff;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

    .table-right-side .trs-main-content .trs-collection .trs-tab-header li {
        width: 50%;
    }

    .table-right-side .trs-main-content .trs-collection .add-opt .input-group {
        width: 88%;
    }

.table-right-side .trs-main-content .total-collection {
    background-color: #e1f1ff;
    padding: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 30px;
}

    .table-right-side .trs-main-content .total-collection li {
        display: inline-block;
        margin-right: 50px;
    }

        .table-right-side .trs-main-content .total-collection li span {
            font-weight: 500;
            color: #5484ff;
        }

        .table-right-side .trs-main-content .total-collection li p {
            margin: 0px;
        }

.table-right-side .trs-main-content .trs-follow-up {
    position: relative;
    padding: 20px 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #ffffff;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

    .table-right-side .trs-main-content .trs-follow-up .add-opt .input-group {
        width: 88%;
    }

    .table-right-side .trs-main-content .trs-follow-up form textarea {
        border: none;
        padding-left: 0.5rem;
    }

    .table-right-side .trs-main-content .trs-follow-up form .template-button {
        display: inline-block;
        min-width: 150px;
        margin-bottom: 30px;
        cursor: pointer;
    }

        .table-right-side .trs-main-content .trs-follow-up form .template-button img {
            margin-left: 30px;
        }

    .table-right-side .trs-main-content .trs-follow-up form .form-icons span {
        font-size: 18px;
        color: #5484ff;
        font-weight: 500;
        margin-right: 10px;
        cursor: pointer;
    }

        .table-right-side .trs-main-content .trs-follow-up form .form-icons span.italic {
            font-style: italic;
        }

        .table-right-side .trs-main-content .trs-follow-up form .form-icons span.underline {
            text-decoration: underline;
        }

    .table-right-side .trs-main-content .trs-follow-up .log-left, .table-right-side .trs-main-content .trs-follow-up .task-left, .table-right-side .trs-main-content .trs-follow-up .schedule-left {
        border-right: 1px solid #929497;
    }

    .table-right-side .trs-main-content .trs-follow-up .log-right {
        padding-top: 30px;
    }

        .table-right-side .trs-main-content .trs-follow-up .log-right select {
            width: 100%;
            border: 1px solid #5484ff;
            color: #5484ff;
            font-weight: 500;
            padding: 4px 15px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            appearance: none;
            -moz-appearance: none;
            -webkit-appearance: none;
            -ms-appearance: none;
            background: url(../icon/down-arrow2.png);
            background-position: 97%;
            background-repeat: no-repeat;
            background-size: auto;
        }

        .table-right-side .trs-main-content .trs-follow-up .log-right .activity-time {
            margin-top: 30px;
        }

            .table-right-side .trs-main-content .trs-follow-up .log-right .activity-time > li {
                display: inline-block;
            }

            .table-right-side .trs-main-content .trs-follow-up .log-right .activity-time li span {
                display: block;
                font-size: 12px;
                color: #808184;
            }

            .table-right-side .trs-main-content .trs-follow-up .log-right .activity-time li a {
                font-weight: 500;
            }

    .table-right-side .trs-main-content .trs-follow-up .task-right, .table-right-side .trs-main-content .trs-follow-up .schedule-right {
        padding-top: 30px;
        position: relative;
    }

        .table-right-side .trs-main-content .trs-follow-up .task-right .input-group, .table-right-side .trs-main-content .trs-follow-up .schedule-right .input-group {
            margin-bottom: 30px;
        }

        .table-right-side .trs-main-content .trs-follow-up .task-right .add-details .add-details-button, .table-right-side .trs-main-content .trs-follow-up .schedule-right .add-details .add-details-button {
            width: 100%;
            display: block;
            color: #64dd17;
            font-weight: 500;
            border: 1px solid #64dd17;
            text-align: center;
            padding: 30px;
            background-color: #e1f1ff;
            margin-top: 116px;
        }

        .table-right-side .trs-main-content .trs-follow-up .task-right .ad-det-form, .table-right-side .trs-main-content .trs-follow-up .schedule-right .ad-det-form {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            background-color: #ffffff;
            padding: 20px;
            -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
            z-index: 9;
            display: none;
        }

            .table-right-side .trs-main-content .trs-follow-up .task-right .ad-det-form form, .table-right-side .trs-main-content .trs-follow-up .schedule-right .ad-det-form form {
                padding: 40px 0px 0px 0px;
                position: relative;
            }

                .table-right-side .trs-main-content .trs-follow-up .task-right .ad-det-form form .input-group:last-child, .table-right-side .trs-main-content .trs-follow-up .schedule-right .ad-det-form form .input-group:last-child {
                    margin-bottom: 0px;
                }

                .table-right-side .trs-main-content .trs-follow-up .task-right .ad-det-form form .input-group label, .table-right-side .trs-main-content .trs-follow-up .schedule-right .ad-det-form form .input-group label {
                    bottom: 35px;
                }

                .table-right-side .trs-main-content .trs-follow-up .task-right .ad-det-form form .ad-form-close, .table-right-side .trs-main-content .trs-follow-up .schedule-right .ad-det-form form .ad-form-close {
                    position: absolute;
                    top: 0;
                    right: 0;
                    color: #5484ff;
                    cursor: pointer;
                }

        .table-right-side .trs-main-content .trs-follow-up .schedule-right .add-details a {
            margin-top: 65px;
        }

    .table-right-side .trs-main-content .trs-follow-up .follow-up-bottom {
        padding-top: 10px;
    }

        .table-right-side .trs-main-content .trs-follow-up .follow-up-bottom .fup-right {
            text-align: right;
        }

            .table-right-side .trs-main-content .trs-follow-up .follow-up-bottom .fup-right select {
                margin-right: 10px;
            }

.table-right-side .trs-main-content .fu-search-and-summery {
    overflow: hidden;
    margin-bottom: 30px;
}

    .table-right-side .trs-main-content .fu-search-and-summery .fu-search {
        width: 90%;
        float: left;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s;
    }

        .table-right-side .trs-main-content .fu-search-and-summery .fu-search form {
            padding: 10px 0px 0px;
        }

            .table-right-side .trs-main-content .fu-search-and-summery .fu-search form .input-group {
                width: 85%;
                float: left;
            }

                .table-right-side .trs-main-content .fu-search-and-summery .fu-search form .input-group button {
                    position: absolute;
                    top: 5px;
                    right: 0px;
                    background-color: transparent;
                    border: none;
                    outline: none;
                    z-index: 9;
                }

            .table-right-side .trs-main-content .fu-search-and-summery .fu-search form .ad-search {
                border: 1px solid #5484ff;
                background-color: transparent;
                padding: 3px 5px;
                margin-left: 10px;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
            }

    .table-right-side .trs-main-content .fu-search-and-summery .fu-summery {
        width: 10%;
        float: right;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s;
        position: relative;
    }

        .table-right-side .trs-main-content .fu-search-and-summery .fu-summery .fu-summery-open {
            height: 30px;
            width: 30px;
            margin-top: 10px;
            margin-right: 30px;
            border: none;
            background-color: #e1f1ff;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%;
            float: right;
            outline: none;
        }

        .table-right-side .trs-main-content .fu-search-and-summery .fu-summery .fu-summery-items {
            position: absolute;
            width: 100%;
            right: 0;
            top: 0;
            overflow: hidden;
            background: #e1f1ff;
            padding: 20px;
            -ms-transform: scalex(0);
            /* IE 9 */
            -webkit-transform: scalex(0);
            /* Chrome, Safari, Opera */
            transform: scalex(0);
            transform-origin: right;
            -webkit-transition: 0.5s;
            -moz-transition: 0.5s;
            transition: 0.5s;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }

            .table-right-side .trs-main-content .fu-search-and-summery .fu-summery .fu-summery-items .fu-summery-item {
                width: 15%;
                display: inline-block;
                float: left;
                margin-right: 20px;
            }

                .table-right-side .trs-main-content .fu-search-and-summery .fu-summery .fu-summery-items .fu-summery-item:last-child {
                    margin: 0px;
                }

                .table-right-side .trs-main-content .fu-search-and-summery .fu-summery .fu-summery-items .fu-summery-item span {
                    font-weight: 700;
                }

                .table-right-side .trs-main-content .fu-search-and-summery .fu-summery .fu-summery-items .fu-summery-item p {
                    margin: 0px;
                    font-weight: 500;
                }

        .table-right-side .trs-main-content .fu-search-and-summery .fu-summery .fu-summery-close {
            background-color: transparent;
            border: none;
            outline: none;
            position: absolute;
            top: 30px;
            right: 20px;
        }


.table-right-side .trs-main-content .trs-history .trs-tab-header {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.table-right-side .trs-main-content .trs-history .tab-content {
    margin: 20px 0;
}


.table-right-side .trs-main-content .trs-history .trs-history-single-day {
    margin-bottom: 30px;
    border: 1px solid #e1f1ff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

    .table-right-side .trs-main-content .trs-history .trs-history-single-day ul {
        max-height: 0;
        overflow: hidden;
        height: max-content;
        transition: all 100ms;
    }

    .table-right-side .trs-main-content .trs-history .trs-history-single-day .trs-history-date {
        font-size: 16px;
        font-weight: bold;
        background: #e1f1ff;
        text-align: center;
        margin: 0;
        padding: 5px 0;
        cursor: pointer;
        position: relative;
    }

        .table-right-side .trs-main-content .trs-history .trs-history-single-day .trs-history-date:after {
            font-family: 'Font Awesome 6 Free';
            content: "\f107";
            font-size: 14px;
            position: absolute;
            right: 20px;
            transition: transform 200ms;
        }

        .table-right-side .trs-main-content .trs-history .trs-history-single-day .trs-history-date.show-history {
            position: sticky;
            top: 50px;
            z-index: 99;
        }

            .table-right-side .trs-main-content .trs-history .trs-history-single-day .trs-history-date.show-history:after {
                transform: rotate(180deg);
            }

            .table-right-side .trs-main-content .trs-history .trs-history-single-day .trs-history-date.show-history + ul {
                max-height: 10000px;
                transition: all 3s;
            }


.table-right-side .trs-main-content .trs-history .trs-history-item {
    position: relative;
    padding: 8px 20px 5px 60px;
    background-color: #ffffff;
    border-bottom: 1px solid #5484ff55;
    overflow: hidden;
    transition: background-color 300ms;
}

    .table-right-side .trs-main-content .trs-history .trs-history-item:hover {
        background-color: #fbfbfb;
    }

    .table-right-side .trs-main-content .trs-history .trs-history-item:last-child {
        border: none;
    }

    .table-right-side .trs-main-content .trs-history .trs-history-item:before {
        content: "";
        height: 100%;
        width: 2px;
        background-color: #5484ff55;
        position: absolute;
        top: 0;
        left: 37px;
    }

    .table-right-side .trs-main-content .trs-history .trs-history-item .task-status {
        background: #5484ff;
        color: white;
        text-align: center;
        font-weight: 600;
        font-size: 12px;
        padding: 1px 3px;
        border: 0;
        border-radius: 3px;
    }

        .table-right-side .trs-main-content .trs-history .trs-history-item .task-status option {
            background: #fff;
            color: black;
        }

    .table-right-side .trs-main-content .trs-history .trs-history-item .description {
        margin-bottom: 10px;
        font-weight: 500;
        font-size: 14px;
        max-width: 95%;
    }

        .table-right-side .trs-main-content .trs-history .trs-history-item .description p {
            white-space: pre-line;
            margin: 0;
        }

        .table-right-side .trs-main-content .trs-history .trs-history-item .description .visit-location {
            color: var(--salebee-color);
            text-decoration: underline;
            font-weight: 500;
            cursor: pointer;
        }

    .table-right-side .trs-main-content .trs-history .trs-history-item .more-opt {
        height: max-content;
        position: relative;
        margin-left: auto;
    }

        .table-right-side .trs-main-content .trs-history .trs-history-item .more-opt > button {
            background-color: transparent;
            border: none;
            outline: none;
            cursor: pointer;
            padding: 0 5px;
        }


        .table-right-side .trs-main-content .trs-history .trs-history-item .more-opt .more {
            display: flex;
            gap: 10px;
            font-size: 14px;
            position: absolute;
            right: 100%;
            top: 50%;
            background-color: #fff;
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            max-width: 0;
            overflow: hidden;
            -moz-box-shadow: 0 0 10px 0 #00000011;
            -webkit-box-shadow: 0 0 10px 0 #00000011;
            box-shadow: 0 0 10px 0 #00000011;
            border-radius: 3px;
            transition: all 150ms;
        }

        .table-right-side .trs-main-content .trs-history .trs-history-item .more-opt.open .more {
            max-width: 500px;
            padding: 5px 10px;
        }

        .table-right-side .trs-main-content .trs-history .trs-history-item .more-opt .more i.fa-edit {
            color: #40c83e;
        }

        .table-right-side .trs-main-content .trs-history .trs-history-item .more-opt .more i.fa-trash-can {
            color: #ec0505;
        }


    .table-right-side .trs-main-content .trs-history .trs-history-item .watermark {
        position: absolute;
        left: 0;
        transform: rotate(-90deg);
        transform-origin: top left;
        bottom: -12px;
        font-size: 11px;
        font-weight: bold;
        color: #5484ff44;
        letter-spacing: 2px;
        text-transform: uppercase;
        padding: 5px 0;
        transition: color 300ms;
    }

    .table-right-side .trs-main-content .trs-history .trs-history-item .left-icon {
        position: absolute;
        top: 20px;
        left: 25px;
        height: 25px;
        width: 25px;
        border: 2px solid #5484ff55;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-color: #ffffff;
        color: #5484ff55;
        font-size: 15px;
        text-align: center;
        overflow: hidden;
        transition: all 300ms;
    }

        .table-right-side .trs-main-content .trs-history .trs-history-item .left-icon img {
            height: 100%;
            width: 100%;
        }

        .table-right-side .trs-main-content .trs-history .trs-history-item .left-icon i {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

    .table-right-side .trs-main-content .trs-history .trs-history-item .history-item-footer {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-end;
        opacity: 0.7;
        transition: opacity 300ms;
    }

    .table-right-side .trs-main-content .trs-history .trs-history-item:hover .watermark {
        color: #5484ffaa;
    }

    .table-right-side .trs-main-content .trs-history .trs-history-item:hover .left-icon {
        background-color: #5484ff;
        color: #ffffff;
    }

    .table-right-side .trs-main-content .trs-history .trs-history-item:hover .history-item-footer {
        opacity: 0.8;
    }

.right-side-active table {
    float: left;
    margin-left: -100%;
}

.right-side-active .table-right-side {
    display: block;
}

table {
    background-color: #ffffff;
    width: 100%;
}

    table tr.even {
        background-color: #f8f8f8;
    }

    table tr th {
        background-color: #82a5ff;
        font-size: 16px;
        font-weight: 700;
        line-height: 20px;
        color: #ffffff;
        padding: 30px 0px;
    }

        table tr th:first-child,
        table tr td:first-child {
            padding-left: 20px;
        }

    table tr td:last-child {
        padding-right: 20px;
    }

    table tr td {
        color: #000000;
        border-bottom: 1px solid #d0d1d2;
        padding: 25px 0px;
        font-weight: 500;
    }

        table tr td p {
            margin: 0px;
        }

        table tr td .load-data {
            cursor: pointer;
        }

        table tr td .table-user-image {
            display: inline-block;
            margin-right: 5px;
            height: 40px;
            width: 40px;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%;
            overflow: hidden;
            vertical-align: middle;
        }

        table tr td .table-company-logo {
            display: inline-block;
            margin-right: 5px;
            height: 40px;
            width: 40px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            overflow: hidden;
            vertical-align: middle;
        }

        table tr td .cl-status {
            float: left;
        }

        table tr td select {
            border: none;
            padding: 0px;
            color: #000000;
        }

        table tr td button {
            background: transparent;
            color: #5484ff;
            border: 1px solid #5484ff;
            padding: 5px 10px;
            -webkit-border-radius: 25px;
            -moz-border-radius: 25px;
            border-radius: 25px;
            margin-top: 5px;
            outline: none;
        }

        table tr td .payment-in {
            display: inline-block;
            padding: 5px 10px;
            margin-top: 5px;
            background: #ff9100;
            color: #ffffff;
            -webkit-border-radius: 25px;
            -moz-border-radius: 25px;
            border-radius: 25px;
        }

    table tr .sending-status img {
        display: inherit;
        margin-bottom: 5px;
    }

    table tr .pen-icons {
        padding: 0px 20px;
    }

    table .more-options {
        position: relative;
        padding: 0px 10px;
    }

        table .more-options span {
            color: #5484ff;
            cursor: pointer;
        }

        table .more-options .more-down {
            display: inline-block;
            height: 16px;
            width: 16px;
            border: 1px solid #5484ff;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%;
            text-align: center;
            line-height: 12px;
            margin-right: 20px;
            cursor: pointer;
        }

        table .more-options .more {
            position: absolute;
            top: 0;
            right: 100%;
            display: none;
            background-color: #ffffff;
            padding: 20px;
            width: 150px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
        }

            table .more-options .more li a {
                display: block;
                padding: 5px 0px;
                font-size: 14px;
            }

        table .more-options.open .more {
            display: block;
        }

.table-pagination {
    margin-top: 10px;
    padding: 15px 30px;
    background-color: #ffffff;
}

    .table-pagination .pagination-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .table-pagination .pagination-list li {
            display: inline-block;
            padding: 0px 10px;
        }

            .table-pagination .pagination-list li a {
                font-size: 20px;
                line-height: 1;
                color: #808184;
            }

                .table-pagination .pagination-list li a:hover, .table-pagination .pagination-list li a:focus {
                    color: #5484ff;
                }

            .table-pagination .pagination-list li .page-number {
                color: #000000;
                text-align: center;
                padding: 6px;
                margin: 0 10px;
                max-width: 70px;
                border: 1px solid #929497 !important;
                border-radius: 4px;
            }

            .table-pagination .pagination-list li .pagination-seperator {
                padding: 0 10px;
            }

            .table-pagination .pagination-list li .last-page {
                padding-right: 15px;
            }

            .table-pagination .pagination-list li .page-size-options {
                width: 70px;
                margin: 0;
                position: relative;
            }

                .table-pagination .pagination-list li .page-size-options select {
                    color: #808184;
                    padding: 6px 16px 6px 6px;
                    margin: 0 10px;
                    border: 1px solid #929497;
                    border-radius: 4px;
                    width: 100%;
                    -webkit-appearance: none;
                    -moz-appearance: none;
                    -ms-appearance: none;
                    appearance: none;
                    background: url(../../icon/down-arrow.png);
                    background-position: 90%;
                    background-repeat: no-repeat;
                    background-size: auto;
                }

            .table-pagination .pagination-list li .data-progress-bar {
                background: #ececec;
                position: relative;
                width: 230px;
                height: 36px;
                display: inline-block;
                margin-top: -4px;
                border-radius: 4px;
                vertical-align: middle;
                overflow: hidden;
            }

                .table-pagination .pagination-list li .data-progress-bar .data-progress-bar-top,
                .table-pagination .pagination-list li .data-progress-bar .data-progress-bar-bottom {
                    position: absolute;
                    top: 0;
                    height: 100%;
                    overflow: hidden;
                    -webkit-animation: animate-negative 2s;
                    animation: animate-negative 2s;
                }

                    .table-pagination .pagination-list li .data-progress-bar .data-progress-bar-top span,
                    .table-pagination .pagination-list li .data-progress-bar .data-progress-bar-bottom span {
                        position: absolute;
                        display: block;
                        width: 230px;
                        height: 100%;
                        text-align: center;
                        line-height: 36px;
                    }

                .table-pagination .pagination-list li .data-progress-bar .data-progress-bar-top {
                    background: #7fb5e4;
                    left: 0;
                    width: 54%;
                }

                    .table-pagination .pagination-list li .data-progress-bar .data-progress-bar-top span {
                        left: 0;
                        color: #ffffff;
                    }

                .table-pagination .pagination-list li .data-progress-bar .data-progress-bar-bottom {
                    background: #ececec;
                    right: 0;
                    width: 46%;
                }

                    .table-pagination .pagination-list li .data-progress-bar .data-progress-bar-bottom span {
                        right: 0;
                        color: #000000;
                    }

.modal {
    padding: 20px 10px;
}

.modal-dialog {
    width: 100%;
    min-height: 100%;
    max-width: 900px;
    margin: 0 auto;
}

    .modal-dialog .modal-header {
        background-color: #e1f1ff;
        padding: 10px 30px;
        border: none;
        border-radius: inherit;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

        .modal-dialog .modal-header h5 {
            float: left;
            margin-right: 20px;
            padding: 5px 0px;
        }

        .modal-dialog .modal-header .close {
            font-size: 30px;
            color: #5484ff;
            opacity: 1;
        }

        .modal-dialog .modal-header ul {
            float: left;
            margin-right: 20px;
            padding: 5px 0px;
        }

            .modal-dialog .modal-header ul li {
                display: inline-block;
                float: left;
            }

                .modal-dialog .modal-header ul li a {
                    display: inline-block;
                    border: 2px solid #5484ff;
                    padding: 3px 30px;
                    font-weight: 500;
                }

                    .modal-dialog .modal-header ul li a:hover, .modal-dialog .modal-header ul li a:focus {
                        background-color: #5484ff;
                        color: #ffffff;
                    }

                .modal-dialog .modal-header ul li.active a {
                    background-color: #5484ff;
                    color: #ffffff;
                }

                .modal-dialog .modal-header ul li:first-child a {
                    border-right: none;
                    -webkit-border-radius: 25px 0px 0px 25px;
                    -moz-border-radius: 25px 0px 0px 25px;
                    border-radius: 25px 0px 0px 25px;
                }

                .modal-dialog .modal-header ul li:last-child a {
                    border-left: none;
                    -webkit-border-radius: 0px 25px 25px 0px;
                    -moz-border-radius: 0px 25px 25px 0px;
                    border-radius: 0px 25px 25px 0px;
                }

        .modal-dialog .modal-header .form-progress {
            float: right;
            margin-right: 20px;
        }

            .modal-dialog .modal-header .form-progress p {
                margin-bottom: 5px;
            }

            .modal-dialog .modal-header .form-progress .pr-bar {
                height: 10px;
                width: 170px;
                border: 1px solid #5484ff;
                -webkit-border-radius: 25px;
                -moz-border-radius: 25px;
                border-radius: 25px;
            }

                .modal-dialog .modal-header .form-progress .pr-bar .pr-bar-inner {
                    background-color: #5484ff;
                    width: 70%;
                    height: 8px;
                }

        .modal-dialog .modal-header .form-edit {
            float: right;
        }

            .modal-dialog .modal-header .form-edit button {
                background: transparent;
                border: 1px solid #d0d1d2;
                -webkit-border-radius: 25px;
                -moz-border-radius: 25px;
                border-radius: 25px;
                color: #5484ff;
                padding: 5px 10px;
                margin-right: 50px;
                outline: none;
            }

                .modal-dialog .modal-header .form-edit button .icon {
                    margin-right: 5px;
                }

    .modal-dialog .modal-body {
        padding: 20px 30px;
    }

        .modal-dialog .modal-body .form-header {
            background-color: #e1f1ff;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            padding: 0px 20px;
        }

            .modal-dialog .modal-body .form-header li {
                display: inline-block;
                text-align: center;
            }

                .modal-dialog .modal-body .form-header li a {
                    color: #5484ff;
                    font-weight: 500;
                    padding: 13px 26px;
                    display: inline-block;
                    text-align: center;
                    border-bottom: 4px solid #e1f1ff;
                }

                .modal-dialog .modal-body .form-header li.active a {
                    border-bottom: 4px solid #5484ff;
                }

        .modal-dialog .modal-body .account-info ul {
            overflow: hidden;
            margin-top: 30px;
        }

            .modal-dialog .modal-body .account-info ul li {
                display: inline-block;
                float: left;
            }

                .modal-dialog .modal-body .account-info ul li a {
                    display: inline-block;
                    border: 2px solid #5484ff;
                    padding: 3px 30px;
                    font-weight: 500;
                }

                    .modal-dialog .modal-body .account-info ul li a:hover, .modal-dialog .modal-body .account-info ul li a:focus {
                        background-color: #5484ff;
                        color: #ffffff;
                    }

                .modal-dialog .modal-body .account-info ul li.active a {
                    background-color: #5484ff;
                    color: #ffffff;
                }

                .modal-dialog .modal-body .account-info ul li:first-child a {
                    border-right: none;
                    -webkit-border-radius: 25px 0px 0px 25px;
                    -moz-border-radius: 25px 0px 0px 25px;
                    border-radius: 25px 0px 0px 25px;
                }

                .modal-dialog .modal-body .account-info ul li:last-child a {
                    border-left: none;
                    -webkit-border-radius: 0px 25px 25px 0px;
                    -moz-border-radius: 0px 25px 25px 0px;
                    border-radius: 0px 25px 25px 0px;
                }

        .modal-dialog .modal-body .account-info form .checkboxes p {
            display: inline-block;
            margin-right: 30px;
        }

    .modal-dialog .modal-footer {
        padding: 20px 30px;
    }

        .modal-dialog .modal-footer .button-left {
            color: #5484ff;
            border: 2px solid #e1f1ff;
            -webkit-border-radius: 25px;
            -moz-border-radius: 25px;
            border-radius: 25px;
            padding: 3px 20px;
            font-size: 16px;
            font-weight: 500;
            float: left;
            background-color: transparent;
            outline: none;
        }

        .modal-dialog .modal-footer .button-right {
            background-color: #0ed379;
            color: #ffffff;
            border: none;
            -webkit-border-radius: 25px;
            -moz-border-radius: 25px;
            border-radius: 25px;
            padding: 3px 30px;
            font-size: 16px;
            float: right;
            outline: none;
            min-width: 200px;
        }

form {
    padding: 40px 0px 0px;
    overflow: hidden;
}

    form .input-group {
        margin-bottom: 35px;
    }

    form .add-opt .input-group {
        width: 95%;
        float: left;
    }

    form .col-md-6 > .add-opt .input-group {
        width: 92%;
    }

    form .add-opt img {
        float: right;
        cursor: pointer;
        margin-top: 5px;
    }

    form .col-md-6 > .add-opt img {
        margin-top: 15px;
    }

    form .add-opt p {
        border-bottom: 1px solid #929497;
        width: 95%;
        display: inline-block;
        padding-bottom: 5px;
        margin-bottom: 40px;
    }

    form .col-md-6 > .add-opt p {
        width: 92%;
        min-height: 28px;
        float: left;
    }

    form .checkboxes p {
        margin: 0px;
    }

    form .checkboxes input {
        margin-right: 5px;
        margin-left: 30px;
    }

        form .checkboxes input:nth-child(2) {
            margin-left: 0px;
        }

    form .show-inputs {
        position: relative;
    }

        form .show-inputs label {
            position: absolute;
            left: 0;
            top: -22px;
            font-weight: 400;
            font-size: 13px;
            color: #808184;
        }

        form .show-inputs .inshow-items {
            display: none;
            position: absolute;
            left: 0;
            top: 0;
        }

            form .show-inputs .inshow-items .inshow-item {
                display: inline-block;
                background-color: #e1f1ff;
                color: #000000;
                padding: 5px 10px;
                margin-right: 10px;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
            }

                form .show-inputs .inshow-items .inshow-item img {
                    cursor: pointer;
                    margin-left: 20px;
                }

    form .attachments {
        margin-bottom: 20px;
    }

        form .attachments p {
            color: #5484ff;
            font-size: 12px;
            margin: 0;
            font-weight: 400;
        }

        form .attachments ul li {
            display: inline-block;
            width: 30px;
            margin: 10px;
            text-align: center;
            /*float: left;*/
        }

            form .attachments ul li span {
                font-size: 10px;
                font-weight: 700;
                display: inline-block;
            }

            form .attachments ul li:last-child span {
                display: block;
                color: #5484ff;
            }

.attachments-wrapper > p {
    color: var(--salebee-color);
    font-size: 12px;
    font-weight: 500;
    margin: 0 0 5px 0;
}

.attachments-container {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

    .attachments-container .attachment-item {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 5px;
        align-items: center;
        text-align: center;
        font-size: 20px;
        color: var(--salebee-color);
        width: 60px;
        line-height: 1;
        padding: 10px;
        border: 1px solid var(--salebee-color);
        border-radius: 5px;
        cursor: pointer;
        transition: all 300ms;
    }

        .attachments-container .attachment-item span {
            font-size: 10px;
            font-weight: 500;
            word-break: break-word;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .attachments-container .attachment-item:hover {
            background-color: var(--salebee-color);
            color: #fff;
        }

    .attachments-container .addNew_attachment {
        display: flex;
        flex-direction: column;
        gap: 5px;
        align-items: center;
        text-align: center;
        color: var(--salebee-color);
        cursor: pointer;
        width: 60px;
        line-height: 1;
        padding: 10px;
        margin: 0;
        border: 1px solid var(--salebee-color);
        border-radius: 5px;
        transition: all 300ms;
    }

    .attachments-container .delete-attachment {
        position: absolute;
        top: -5px;
        right: -5px;
        color: red;
        background-color: #fff;
        cursor: pointer;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        transition: all 200ms;
    }

@media (hover: hover) {
    .attachments-container .delete-attachment {
        opacity: 0;
        visibility: hidden;
        transform: scale(0.8);
    }

    .attachments-container .attachment-item:hover .delete-attachment {
        opacity: 1;
        visibility: visible;
    }

    .attachments-container .delete-attachment:hover {
        transform: scale(1);
    }
}

.attachments-container .addNew_attachment span {
    font-size: 11px;
    width: min-content;
    word-break: normal;
}

table.dataTable .attachment-item {
    color: var(--salebee-color);
    font-size: 18px;
}

form .present-address p, form .permanent-address p {
    font-weight: 700;
}

form .present-address .same-as, form .permanent-address .same-as {
    float: right;
    font-weight: 400;
}

form .lead-process {
    border: 1px solid #929497;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 30px;
    overflow: hidden;
}

    form .lead-process li {
        display: inline-block;
        padding: 0px 15px;
        float: left;
        position: relative;
    }

        form .lead-process li:before {
            content: "";
            background: url(../icon/right-arrow.png);
            background-repeat: no-repeat;
            position: absolute;
            right: -5px;
            top: 5px;
            height: 10px;
            width: 10px;
        }

        form .lead-process li p {
            margin: 0px;
        }

        form .lead-process li span {
            color: #808184;
        }

        form .lead-process li:last-child:before {
            display: none;
        }

form .add-employee-photo {
    padding-top: 20px;
    padding-bottom: 30px;
    overflow: hidden;
}

    form .add-employee-photo .add-photo {
        height: 100px;
        float: left;
        overflow: hidden;
        cursor: pointer;
    }

.profileimg {
    width: 100px;
    height: 100px;
}

form .radio-button span {
    color: #808184;
    font-style: italic;
    margin-right: 20px;
}

form .radio-button input {
    margin-left: 10px;
}

form .client-status .cl-status {
    margin-top: 5px;
}

form .upload input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    background: url(../icon/upload.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: auto;
    padding-bottom: 0;
}

*::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #d0d1d233;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}

*::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background: transparent;
}

*::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #d0d1d2;
}

header {
    position: sticky;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    z-index: 999;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    padding: 10px 15px 15px 15px;
    border-bottom: 2px solid #F1F4FD;
}

    header.narrow {
        width: calc(100% - 270px);
    }

    header .hr-left {
        font-size: 18px;
        font-weight: 600;
        flex-grow: 1;
        text-align: left;
    }

    header .hr-right {
        display: flex;
        gap: clamp(7px, 1vw, 15px);
        -webkit-align-items: center;
        align-items: center;
    }

        header .hr-right .top-notification-wrapper {
            position: relative;
        }

            header .hr-right .top-notification-wrapper .top-notification-toggle {
                display: none;
            }

                header .hr-right .top-notification-wrapper .top-notification-toggle:checked ~ .top-notification-list {
                    visibility: visible;
                    opacity: 1;
                }

                header .hr-right .top-notification-wrapper .top-notification-toggle:checked ~ .top-notification-toggle-label {
                    color: var(--salebee-color);
                }

            header .hr-right .top-notification-wrapper .top-notification-toggle-label {
                padding: 5px;
                margin: 0;
                font-size: 18px;
                cursor: pointer;
            }

                header .hr-right .top-notification-wrapper .top-notification-toggle-label:hover {
                    color: var(--salebee-color);
                }

            header .hr-right .top-notification-wrapper .top-notification-count {
                position: absolute;
                left: 60%;
                bottom: 60%;
                min-width: 11px;
                background-color: red;
                color: white;
                font-size: 10px;
                font-weight: 500;
                line-height: 1;
                border-radius: 50%;
                display: flex;
                justify-content: center;
                align-items: center;
                aspect-ratio: 1;
                padding: 2px 3px;
            }

                header .hr-right .top-notification-wrapper .top-notification-count[data-count="0"] {
                    display: none;
                }

            header .hr-right .top-notification-wrapper #top-notification-container {
                overflow-y: auto;
                flex-grow: 1;
                position: relative;
            }

            header .hr-right .top-notification-wrapper .top-notification-list {
                visibility: hidden;
                opacity: 0;
                transition: all 200ms ease-in-out;
                display: flex;
                flex-direction: column;
                position: absolute;
                right: 0;
                top: 100%;
                height: 400px;
                width: 300px;
                max-width: 70vw;
                max-height: 80vh;
                overflow: hidden;
                background: white;
                border: 2px solid var(--salebee-color);
                border-radius: 5px;
                padding: 5px 2px;
                z-index: 100;
            }

                header .hr-right .top-notification-wrapper .top-notification-list .notification-loading,
                header .hr-right .top-notification-wrapper .top-notification-list .notification-empty {
                    text-align: center;
                    padding: 20px 10px;
                    font-size: 14px;
                    color: #808184;
                    position: absolute;
                    inset: 0;
                    display: grid;
                    place-content: center;
                }

                header .hr-right .top-notification-wrapper .top-notification-list .notification-item {
                    padding: 8px 10px;
                    border-radius: 3px;
                    cursor: pointer;
                    transition: all 100ms;
                }

                    header .hr-right .top-notification-wrapper .top-notification-list .notification-item:hover {
                        background-color: #00000011;
                    }

                header .hr-right .top-notification-wrapper .top-notification-list .notification-title {
                    font-weight: 600;
                    font-size: 13px;
                    overflow: hidden;
                    -webkit-line-clamp: 1;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                }

                header .hr-right .top-notification-wrapper .top-notification-list .notification-body {
                    font-size: 12px;
                    padding: 0 3px;
                    overflow: hidden;
                    -webkit-line-clamp: 2;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    margin-bottom: 3px;
                }

                header .hr-right .top-notification-wrapper .top-notification-list .notification-footer {
                    font-size: 10px;
                    text-align: right;
                    font-weight: 500;
                    opacity: 0.7;
                }

        header .hr-right .account {
            position: relative;
        }

            header .hr-right .account .account-button {
                background-color: transparent;
                border: none;
                outline: none;
                display: flex;
                -webkit-align-items: center;
                align-items: center;
                padding: 0;
                transition: color 200ms;
            }

                header .hr-right .account .account-button:hover {
                    color: var(--salebee-color);
                }

            header .hr-right .account .user {
                width: 25px;
                height: 25px;
            }

            header .hr-right .account .my-account {
                font-weight: 600;
                font-size: 14px;
                margin: 0px 5px;
            }

            header .hr-right .account .account-bropdown {
                position: absolute;
                top: 150%;
                right: 0;
                width: 150px;
                background-color: #ffffff;
                z-index: 99;
                display: none;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
                -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
                -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
                box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
            }

                header .hr-right .account .account-bropdown li a {
                    display: block;
                    padding: 10px 15px;
                    font-weight: 500;
                    border-bottom: 1px solid #d0d1d2;
                }

                    header .hr-right .account .account-bropdown li a:hover {
                        color: var(--salebee-color);
                    }

                    header .hr-right .account .account-bropdown li a span {
                        margin-right: 5px;
                    }

                header .hr-right .account .account-bropdown li:last-child a {
                    border: none;
                }

                header .hr-right .account .account-bropdown.open {
                    display: block;
                }


.prospect .modal-dialog .modal-body .individual-form .form-header li a {
    padding: 13px 15px;
}


.followuplist .modal-dialog .modal-body .individual-form .form-header li a {
    padding: 13px 15px;
}


.employee .employee-info-top {
    margin-bottom: 30px;
}

    .employee .employee-info-top .employee .image {
        height: 80px;
        width: 80px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        overflow: hidden;
        float: left;
        margin-right: 20px;
    }

    .employee .employee-info-top .employee .name {
        display: table;
    }

    .employee .employee-info-top span {
        color: #808184;
    }

    .employee .employee-info-top p {
        font-weight: 500;
        margin: 0px;
    }

.employee .employee-info {
    padding: 30px 0px;
}

    .employee .employee-info span {
        color: #808184;
    }

    .employee .employee-info p {
        font-weight: 500;
    }

    .employee .employee-info .attachments {
        margin-bottom: 20px;
    }

        .employee .employee-info .attachments p {
            color: #808184;
        }

        .employee .employee-info .attachments ul li {
            display: inline-block;
            width: 80px;
            text-align: center;
            float: left;
        }

            .employee .employee-info .attachments ul li span {
                font-size: 10px;
                font-weight: 700;
                display: inline-block;
            }

            .employee .employee-info .attachments ul li:last-child span {
                display: block;
                color: #5484ff;
            }

.employee .creat-sustem-user .modal-dialog {
    width: 1070px;
}

.employee .creat-sustem-user .system-user-top .image {
    height: 80px;
    width: 80px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin-right: 30px;
    overflow: hidden;
    float: left;
}

.employee .creat-sustem-user .system-user-top .user-content {
    display: table;
}

.employee .creat-sustem-user .system-user-top span {
    color: #808184;
}

.employee .creat-sustem-user .system-user-top p {
    font-weight: 500;
    margin-bottom: 20px;
}

.employee .creat-sustem-user .system-user-content p {
    color: #5484ff;
    margin-bottom: 10px;
}

.employee .creat-sustem-user .system-user-content input {
    background: transparent;
}

.employee .creat-sustem-user .system-user-content .system-user-fields {
    border: 1px solid #d0d1d2;
    padding: 30px;
}

    .employee .creat-sustem-user .system-user-content .system-user-fields .field-title {
        font-weight: 500;
        margin-bottom: 10px;
    }

    .employee .creat-sustem-user .system-user-content .system-user-fields ul li {
        margin-bottom: 15px;
        margin-left: 20px;
    }

        .employee .creat-sustem-user .system-user-content .system-user-fields ul li .title {
            margin-bottom: 5px;
        }

        .employee .creat-sustem-user .system-user-content .system-user-fields ul li input {
            margin-left: 10px;
        }

            .employee .creat-sustem-user .system-user-content .system-user-fields ul li input:first-child {
                margin: 0px;
            }

.employee .creat-sustem-user .system-user-footer {
    margin: 0px;
    float: left;
}

    .employee .creat-sustem-user .system-user-footer span {
        margin-right: 30px;
    }

.follow-up-active table {
    margin-left: -100%;
}

.campaign .sbsearch-area .campaign-index {
    width: auto;
    float: right;
    padding: 15px 30px;
}

.campaign .sbsearch-area .advance-search {
    float: right;
    height: 100%;
    display: flex;
    align-items: center;
}

.campaign .sbsearch-area .campaign-index span {
    font-size: 12px;
    margin-bottom: 10px;
    display: inline-block;
}

    .campaign .sbsearch-area .campaign-index span.total-camp {
        float: right;
    }

.campaign .sbsearch-area .campaign-index .camp-bar {
    width: 320px;
    height: 10px;
    border: 1px solid #5484ff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
}

    .campaign .sbsearch-area .campaign-index .camp-bar .camp-inner {
        background: #ff9100;
        height: 8px;
        width: 50%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .campaign .sbsearch-area .campaign-index .camp-bar .camp-inner-two {
        position: absolute;
        left: 0;
        top: 0;
        background-color: #5484ff;
        height: 8px;
        width: 40%;
    }

.campaign .campaign-area {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

    .campaign .campaign-area .campaign-top {
        position: sticky;
        top: 80px;
        flex-grow: 1;
        background-color: #ffffff;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
        margin: 30px 0;
        border-radius: 5px;
    }

        .campaign .campaign-area .campaign-top .camp-form {
            position: relative;
            padding: 30px 30px 10px 30px;
        }

            .campaign .campaign-area .campaign-top .camp-form .template-button {
                background-color: transparent;
                display: block;
                border: 1px solid #929497;
                margin-bottom: 30px;
                color: #808184;
                width: 100%;
                font-size: 12px;
                font-style: italic;
            }

                .campaign .campaign-area .campaign-top .camp-form .template-button img {
                    float: right;
                    margin-top: 5px;
                }

            .campaign .campaign-area .campaign-top .camp-form .created-templates {
                padding: 30px 15px 30px 0px;
            }

            .campaign .campaign-area .campaign-top .camp-form .close-templates {
                margin: 0px;
            }

            .campaign .campaign-area .campaign-top .camp-form form .input-group {
                margin: 20px 0;
            }

            .campaign .campaign-area .campaign-top .camp-form form .form-bottom {
                overflow: hidden;
                padding: 10px;
                position: absolute;
                left: 0;
                bottom: 0;
                width: 100%;
            }

                .campaign .campaign-area .campaign-top .camp-form form .form-bottom .form-icons {
                    float: left;
                }

                    .campaign .campaign-area .campaign-top .camp-form form .form-bottom .form-icons span {
                        font-size: 18px;
                        font-weight: 500;
                        color: #5484ff;
                        display: inline-block;
                        margin-right: 10px;
                        cursor: pointer;
                    }

                .campaign .campaign-area .campaign-top .camp-form form .form-bottom .form-progress {
                    display: inline-block;
                    float: right;
                    font-size: 12px;
                    color: #808184;
                }

                    .campaign .campaign-area .campaign-top .camp-form form .form-bottom .form-progress .fp-bar {
                        width: 160px;
                        height: 10px;
                        border: 1px solid #d0d1d2;
                        -webkit-border-radius: 15px;
                        -moz-border-radius: 15px;
                        border-radius: 15px;
                        overflow: hidden;
                    }

                        .campaign .campaign-area .campaign-top .camp-form form .form-bottom .form-progress .fp-bar span {
                            width: calc(100% / 3);
                            height: 8px;
                            float: left;
                            display: inline-block;
                            border-right: 1px solid #d0d1d2;
                        }

                            .campaign .campaign-area .campaign-top .camp-form form .form-bottom .form-progress .fp-bar span:last-child {
                                border: none;
                            }

                            .campaign .campaign-area .campaign-top .camp-form form .form-bottom .form-progress .fp-bar span:first-child {
                                background-color: #c8c9cb;
                            }

        .campaign .campaign-area .campaign-top .camp-schedule {
            padding: 10px 30px 30px;
        }

            .campaign .campaign-area .campaign-top .camp-schedule .trs-tab-header li a {
                font-size: 15px;
                padding: 4px 10px;
            }

            .campaign .campaign-area .campaign-top .camp-schedule form {
                padding: 0px;
                overflow: unset;
            }

                .campaign .campaign-area .campaign-top .camp-schedule form .add-opt .input-group select {
                    appearance: none;
                    -moz-appearance: none;
                    -webkit-appearance: none;
                    -ms-appearance: none;
                    background: url(../../icon/down-arrow.png);
                    background-position: 96%;
                    background-repeat: no-repeat;
                    background-size: auto;
                }

                .campaign .campaign-area .campaign-top .camp-schedule form .add-opt p {
                    width: 92%;
                    font-size: 14px;
                    font-weight: 500;
                }

                    .campaign .campaign-area .campaign-top .camp-schedule form .add-opt p span {
                        margin-right: 70px;
                    }

        .campaign .campaign-area .campaign-top .tab-pane {
            padding-top: 20px;
        }

            .campaign .campaign-area .campaign-top .tab-pane .schedule-buttons {
                display: flex;
                gap: 10px;
            }

                .campaign .campaign-area .campaign-top .tab-pane .schedule-buttons button {
                    flex-grow: 1;
                    min-width: 0;
                    margin: 0;
                }

        .campaign .campaign-area .campaign-top #periodic #periodicTablist {
            margin: 0;
        }

        .campaign .campaign-area .campaign-top #periodic .periodic-tab,
        .campaign .campaign-area .campaign-top #specific .specific-tab {
            display: flex;
            flex-wrap: wrap;
            padding-top: 30px;
        }

            .campaign .campaign-area .campaign-top #periodic .periodic-tab .input-group,
            .campaign .campaign-area .campaign-top #specific .specific-tab .input-group {
                margin-bottom: 30px;
            }

        .campaign .campaign-area .campaign-top #specific #specific_container {
            width: 100%;
            display: flex;
            flex-direction: column;
            gap: 10px;
            margin-bottom: 30px;
            padding: 0 10px;
        }

            .campaign .campaign-area .campaign-top #specific #specific_container > * {
                background-color: #e1f1ff;
                font-weight: 500;
                display: flex;
                gap: 10px;
                padding: 5px 10px;
                border-radius: 3px;
            }

            .campaign .campaign-area .campaign-top #specific #specific_container .specific_value {
                flex-grow: 1;
                display: flex;
                gap: 10px;
                justify-content: space-between;
            }

    .campaign .campaign-area .campaign-bottom {
        width: 70%;
        min-width: 70%;
    }

        .campaign .campaign-area .campaign-bottom .camp-search-result .search-amount {
            padding: 10px 30px;
            overflow: hidden;
        }

            .campaign .campaign-area .campaign-bottom .camp-search-result .search-amount p {
                margin: 0px;
                font-weight: 500;
            }

                .campaign .campaign-area .campaign-bottom .camp-search-result .search-amount p:first-child {
                    float: left;
                }

                    .campaign .campaign-area .campaign-bottom .camp-search-result .search-amount p:first-child img {
                        margin-right: 5px;
                    }

                .campaign .campaign-area .campaign-bottom .camp-search-result .search-amount p:last-child {
                    float: right;
                }

                    .campaign .campaign-area .campaign-bottom .camp-search-result .search-amount p:last-child a {
                        font-size: 20px;
                        line-height: 1;
                        color: #5484ff;
                        border: 1px solid #5484ff;
                        height: 20px;
                        width: 20px;
                        -webkit-border-radius: 5px;
                        -moz-border-radius: 5px;
                        border-radius: 5px;
                        display: inline-block;
                        text-align: center;
                        margin-left: 5px;
                    }

.task .sbsearch-area .search-client {
    width: 25%;
}

.task .sbsearch-area .advance-search {
    width: auto;
    padding: 0px;
    margin-top: 20px;
}

    .task .sbsearch-area .advance-search .search-settings {
        background: transparent;
    }

        .task .sbsearch-area .advance-search .search-settings img {
            margin-top: 5px;
        }

.task .sbsearch-area .task-index {
    width: auto;
    float: right;
    padding: 14px 30px;
}

    .task .sbsearch-area .task-index ul li {
        display: inline-block;
        margin-right: 20px;
    }

        .task .sbsearch-area .task-index ul li span {
            color: #808184;
            font-weight: 500;
        }

        .task .sbsearch-area .task-index ul li p {
            font-weight: 700;
            margin-bottom: 0px;
        }

.task .task-area {
    background: #f1f4fd;
    padding: 30px;
}

    .task .task-area .table-pagination {
        padding: 15px 20px;
    }

    .task .task-area .task-per-cate {
        max-height: 100vh;
        overflow-y: auto;
    }

    .task .task-area .task-bar {
        width: 100%;
        height: 6px;
        background: #d1d3d4;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        overflow: hidden;
    }

        .task .task-area .task-bar .bar-inner {
            height: 6px;
            background: #5484ff;
        }

    .task .task-area .task-top {
        margin-bottom: 30px;
    }

        .task .task-area .task-top p {
            display: inline-block;
            float: left;
            margin: 0px;
            font-weight: 700;
            line-height: 30px;
        }

        .task .task-area .task-top .task-amount {
            width: 80px;
            float: right;
        }

            .task .task-area .task-top .task-amount span {
                font-weight: 500;
                font-size: 12px;
                margin-bottom: 5px;
                display: inline-block;
            }

    .task .task-area .task-item {
        background: #ffffff;
        padding: 20px;
        border: 1px solid #d0d1d2;
        margin-bottom: 15px;
    }

        .task .task-area .task-item .task-priority {
            font-size: 12px;
            margin-bottom: 15px;
        }

            .task .task-area .task-item .task-priority .prio-bar {
                height: 4px;
                width: 60px;
                background: #f15a29;
                margin-right: 30px;
                display: inline-block;
            }

            .task .task-area .task-item .task-priority .date {
                float: right;
            }

        .task .task-area .task-item h5 {
            font-size: 14px;
            margin-bottom: 15px;
        }

        .task .task-area .task-item .task-left {
            font-size: 12px;
            color: #808184;
            margin-bottom: 10px;
        }

            .task .task-area .task-item .task-left span {
                display: inline-block;
                margin-right: 5px;
                height: 10px;
                width: 10px;
                background: #808184;
                -webkit-border-radius: 100%;
                -moz-border-radius: 100%;
                border-radius: 100%;
            }

            .task .task-area .task-item .task-left img {
                float: right;
            }

        .task .task-area .task-item .time {
            margin-bottom: 15px;
        }

            .task .task-area .task-item .time .days {
                float: right;
                font-size: 12px;
                color: #808184;
            }

        .task .task-area .task-item ul {
            margin-bottom: 15px;
        }

            .task .task-area .task-item ul li {
                display: inline-block;
                margin-right: 30px;
                font-weight: 500;
            }

                .task .task-area .task-item ul li:last-child {
                    margin-right: 0px;
                }

.task .creat-task .modal-body {
    padding: 0px;
    overflow: hidden;
}

.task .creat-task form {
    padding: 0px;
}

    .task .creat-task form .add-opt .input-group {
        width: 90%;
    }

    .task .creat-task form .show-inputs input {
        width: 92%;
        margin-bottom: 40px;
    }

    .task .creat-task form .inshow-item {
        margin: 0px;
    }

.task .creat-task .creat-task-left {
    width: 45%;
    float: left;
    padding: 30px;
}

.task .creat-task .creat-task-right {
    width: 55%;
    float: left;
    padding: 20px;
    border-left: 1px solid #d0d1d2;
}

    .task .creat-task .creat-task-right .first-part {
        margin-bottom: 50px;
    }

.task .creat-task .edit-task {
    float: right;
    margin-right: 30px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.task .creat-task .tview-item span {
    color: #808184;
}

.task .creat-task .tview-item p {
    font-weight: 500;
}

.task .creat-task .tview-item.person span {
    display: block;
}

.task .creat-task .tview-item.person p {
    display: inline-block;
    margin-right: 20px;
}

.task .creat-task .tview-item.person img {
    height: 20px;
    width: 20px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin-right: 10px;
}

.schedules .new-schedule .modal-body {
    padding: 0px;
    overflow: hidden;
}

.schedules .new-schedule form {
    padding: 0px;
}

    .schedules .new-schedule form .add-opt .input-group {
        width: 90%;
    }

    .schedules .new-schedule form .show-inputs input {
        width: 92%;
        margin-bottom: 40px;
    }

    .schedules .new-schedule form .inshow-item {
        margin: 0px;
    }

.schedules .new-schedule .new-schedule-left {
    width: 50%;
    float: left;
    padding: 30px;
}

    .schedules .new-schedule .new-schedule-left textarea {
        border: none;
    }

.schedules .new-schedule .new-schedule-right {
    width: 50%;
    float: left;
    padding: 30px;
    border-left: 1px solid #d0d1d2;
}

    .schedules .new-schedule .new-schedule-right .first-part {
        margin-bottom: 50px;
    }

.schedules .new-schedule .edit-schedule {
    float: right;
    margin-right: 30px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.schedules .new-schedule .tview-item span {
    color: #808184;
}

.schedules .new-schedule .tview-item p {
    font-weight: 500;
}

.schedules .new-schedule .tview-item.person span {
    display: block;
}

.schedules .new-schedule .tview-item.person p {
    display: inline-block;
    margin-right: 20px;
}

.schedules .new-schedule .tview-item.person img {
    height: 20px;
    width: 20px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin-right: 10px;
}

.schedules .new-schedule .mark-read {
    float: right;
    color: #5484ff;
    margin-top: 5px;
    margin-right: 30px;
}

/*
 * bootstrap-tagsinput v0.8.0
 * 
 */
.bootstrap-tagsinput {
    background-color: #ffffff;
    border-bottom: 1px solid #929497;
    width: 100%;
    display: inline-block;
    color: #808184;
    vertical-align: middle;
    max-width: 100%;
    cursor: text;
}

    .bootstrap-tagsinput input {
        width: 100%;
        border: none;
        box-shadow: none;
        outline: none;
        background-color: transparent;
        width: auto;
        max-width: inherit;
    }

    .bootstrap-tagsinput.form-control input::-moz-placeholder {
        color: #808184;
        opacity: 1;
    }

    .bootstrap-tagsinput.form-control input:-ms-input-placeholder {
        color: #808184;
    }

    .bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
        color: #808184;
    }

    .bootstrap-tagsinput input:focus {
        border: none;
        box-shadow: none;
    }

    .bootstrap-tagsinput .tag {
        margin-right: 2px;
        color: #000000;
        background-color: #e1f1ff;
        font-size: 14px;
        font-weight: 400;
    }

        .bootstrap-tagsinput .tag [data-role="remove"] {
            margin-left: 8px;
            cursor: pointer;
        }

            .bootstrap-tagsinput .tag [data-role="remove"]:after {
                content: "x";
                padding: 0px 2px;
                color: #5484ff;
            }

@media (max-width: 1680px) {
    .sidebar .salebee-menu {
        max-height: 420px;
        overflow-x: hidden;
    }

    table tr th {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    table tr td {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    header .hr-right .notice .reminder {
        padding: 5px 20px;
        margin: 5px 10px;
    }
}


/* from style 08-11-2018*/


.k-list-container {
    border-color: #fff !important;
    background-color: #fff !important;
    margin-top: -1px !important;
}

    .k-list-container .k-state-selected,
    .k-list-container .k-state-selected:link,
    .k-list-container .k-state-selected:visited {
        color: #5484ff !important;
        background-color: #fff !important;
        border-color: none !important;
    }

    .k-list-container .k-item:hover {
        color: #5484ff;
        background: transparent;
    }

    .k-list-container .k-list > .k-state-focused.k-state-selected,
    .k-list-container .k-list > .k-state-focused,
    .k-list-container .k-state-focused {
        box-shadow: none;
    }

.k-popup {
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3) !important;
    border-top: 1px solid #007acc !important;
}

    .k-popup .k-list .k-item {
        cursor: pointer !important;
    }


.kendoMultiSelectWrap .k-widget .k-multiselect-wrap {
    background: transparent url(../icon/down-arrow.png) no-repeat right center/auto;
    border: none;
    border-radius: 0;
    padding: 0;
}

    .kendoMultiSelectWrap .k-widget .k-multiselect-wrap .k-readonly {
        opacity: 1;
        color: black;
    }

    .kendoMultiSelectWrap .k-widget .k-multiselect-wrap .k-input {
        line-height: 1;
        font-size: 14px;
        min-height: 0;
        padding: 0.4px 0 2px 0;
        text-indent: unset;
    }

    .kendoMultiSelectWrap .k-widget .k-multiselect-wrap .k-select {
        padding: 1px;
        margin-right: 4px;
    }

    .kendoMultiSelectWrap .k-widget .k-multiselect-wrap ul li {
        background: #e1f1ff;
        color: #888;
        border: none;
        transition: all 300ms;
        font-size: 13px;
        font-weight: 600;
        text-transform: none;
        padding: 2px 15px 3px 8px;
        margin-top: 0;
        margin-bottom: 2px;
        margin-right: 5px;
        line-height: 1;
        min-height: 0;
    }

        .kendoMultiSelectWrap .k-widget .k-multiselect-wrap ul li .k-icon {
            font-size: 10px;
        }

        .kendoMultiSelectWrap .k-widget .k-multiselect-wrap ul li:hover {
            background: var(--salebee-color);
            color: #fff;
        }

.kendoMultiSelectWrap .k-widget.k-state-hover .k-multiselect-wrap {
    background: transparent url(../icon/down-arrow.png) no-repeat right center/auto;
}

.kendoMultiSelectWrap .k-widget.k-state-hover .k-multiselect-wrap,
.kendoMultiSelectWrap .k-widget.k-state-focused .k-multiselect-wrap {
    box-shadow: none;
}

    .kendoMultiSelectWrap .k-widget.k-state-hover .k-multiselect-wrap > .k-i-close,
    .kendoMultiSelectWrap .k-widget.k-state-focused .k-multiselect-wrap > .k-i-close {
        top: 3px;
        right: 0;
        background: #fff;
        color: #5484ff;
    }

.kendoMultiSelectWrap .k-i-close::before {
    content: "\f00d";
    font-family: 'FontAwesome';
}

/*---End of kendoMultiSelectWrap--*/
.user-profile-wraper .tab-content .tab-pane .userProfImg-info .profile-img {
    margin: 20px auto;
    border-radius: 0%;
    overflow: hidden;
    height: 250px;
    width: 250px;
}

    .user-profile-wraper .tab-content .tab-pane .userProfImg-info .profile-img img {
        max-width: 100%;
    }

.user-profile-wraper .tab-content .tab-pane .userProfImg-info .downloadFull-btn .button-one {
    width: 100%;
}

.user-profile-wraper .tab-content .tab-pane .userProfImg-info .user-title {
    font-size: 18px;
    font-weight: 700;
}

.user-profile-wraper .tab-content .tab-pane .userProfImg-info ul li {
    margin: 15px 0;
}

    .user-profile-wraper .tab-content .tab-pane .userProfImg-info ul li h4 {
        color: #808184;
        font-size: 14px;
        font-weight: 400;
    }

    .user-profile-wraper .tab-content .tab-pane .userProfImg-info ul li p {
        color: #000000;
        font-size: 16px;
        margin-bottom: 0;
    }

.user-profile-wraper .tab-content .tab-pane .userProf-info {
    margin-top: 20px;
}

    .user-profile-wraper .tab-content .tab-pane .userProf-info .user-title {
        font-size: 18px;
        font-weight: 700;
        margin: 10px 0 25px;
    }

    .user-profile-wraper .tab-content .tab-pane .userProf-info ul li {
        margin: 10px 0 20px;
    }

        .user-profile-wraper .tab-content .tab-pane .userProf-info ul li h4 {
            color: #808184;
            font-size: 14px;
            font-weight: 400;
        }

        .user-profile-wraper .tab-content .tab-pane .userProf-info ul li p {
            color: #000000;
            font-size: 16px;
            margin-bottom: 0;
        }

    .user-profile-wraper .tab-content .tab-pane .userProf-info ul .emrg-cont {
        display: flex;
    }

        .user-profile-wraper .tab-content .tab-pane .userProf-info ul .emrg-cont .contact-blk .cont-inner {
            display: inline-block;
            margin: 0 25px;
        }

    .user-profile-wraper .tab-content .tab-pane .userProf-info .userlog-activity li {
        display: inline-block;
        background: #e1f1ff;
        border-radius: 5px;
        padding: 15px;
        text-align: center;
        margin: 10px;
        min-width: 95px;
    }

        .user-profile-wraper .tab-content .tab-pane .userProf-info .userlog-activity li span {
            color: #000000;
            display: block;
            font-weight: 700;
        }

        .user-profile-wraper .tab-content .tab-pane .userProf-info .userlog-activity li em {
            font-style: normal;
            display: block;
            color: #000000;
        }

/*-- End of user-profile-wraper --*/
.userMenuRoles-wraper {
    background: #f1f4fd;
    padding: 20px 30px;
    min-height: 400px;
    /*-- End of menurls-items --*/
}

    .userMenuRoles-wraper .menurls-items {
        padding: 0 10px;
        margin-bottom: 20px;
    }

        .userMenuRoles-wraper .menurls-items .content {
            background: #ffffff;
            border-radius: 5px;
            margin-bottom: 20px;
            -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
            position: relative;
            /*-- End of menuList --*/
        }

            .userMenuRoles-wraper .menurls-items .content .menuList {
                margin: 0;
                padding: 0 0 5px 0;
                overflow-y: scroll;
                max-height: 296px;
            }

                .userMenuRoles-wraper .menurls-items .content .menuList li {
                    list-style: none;
                    display: block;
                    position: relative;
                    padding: 8px 10px;
                }

                    .userMenuRoles-wraper .menurls-items .content .menuList li input[type="checkbox"]:not(:checked),
                    .userMenuRoles-wraper .menurls-items .content .menuList li input[type="checkbox"]:checked {
                        position: absolute;
                        left: -9999px;
                    }

                        .userMenuRoles-wraper .menurls-items .content .menuList li input[type="checkbox"]:not(:checked) + label,
                        .userMenuRoles-wraper .menurls-items .content .menuList li input[type="checkbox"]:checked + label {
                            position: relative;
                            padding-left: 26px;
                            cursor: pointer;
                            display: block;
                            color: #5a5a5a;
                            font-size: 16px;
                            line-height: 20px;
                            font-weight: 400;
                            margin: 0;
                        }

                        .userMenuRoles-wraper .menurls-items .content .menuList li input[type="checkbox"]:checked + label {
                            color: #5484ff;
                        }

                            .userMenuRoles-wraper .menurls-items .content .menuList li input[type="checkbox"]:not(:checked) + label:before,
                            .userMenuRoles-wraper .menurls-items .content .menuList li input[type="checkbox"]:checked + label:before {
                                content: '';
                                position: absolute;
                                left: 0;
                                top: 2px;
                                width: 16px;
                                height: 16px;
                                border: 1px solid #5a5a5a;
                                border-radius: 3px;
                                line-height: 15px;
                                transition: background 0.5s ease;
                            }

                            .userMenuRoles-wraper .menurls-items .content .menuList li input[type="checkbox"]:checked + label:before {
                                content: '\f00c';
                                font-family: 'FontAwesome';
                                font-size: 10px;
                                color: #ffffff;
                                background: #5484ff;
                                border-color: #5484ff;
                                text-align: center;
                            }

                    .userMenuRoles-wraper .menurls-items .content .menuList li:hover input[type="checkbox"]:not(:checked) + label {
                        color: #5484ff;
                    }

                    .userMenuRoles-wraper .menurls-items .content .menuList li:nth-child(2) {
                        margin-top: 36px;
                    }

                .userMenuRoles-wraper .menurls-items .content .menuList .chkAll {
                    background: #5484ff;
                    border-top-left-radius: 5px;
                    border-top-right-radius: 5px;
                    position: absolute;
                    width: 100%;
                    z-index: 10;
                }

                    .userMenuRoles-wraper .menurls-items .content .menuList .chkAll input[type="checkbox"]:not(:checked) + label,
                    .userMenuRoles-wraper .menurls-items .content .menuList .chkAll input[type="checkbox"]:checked + label {
                        color: #ffffff;
                        text-transform: uppercase;
                    }

                        .userMenuRoles-wraper .menurls-items .content .menuList .chkAll input[type="checkbox"]:not(:checked) + label:before {
                            border-color: #ffffff;
                        }

                        .userMenuRoles-wraper .menurls-items .content .menuList .chkAll input[type="checkbox"]:checked + label:before {
                            color: #5484ff;
                            background: #ffffff;
                            border-color: #ffffff;
                        }

                    .userMenuRoles-wraper .menurls-items .content .menuList .chkAll:hover input[type="checkbox"]:not(:checked) + label {
                        color: #ffffff;
                    }

                .userMenuRoles-wraper .menurls-items .content .menuList.subList {
                    overflow-y: initial;
                    height: initial;
                    padding-bottom: 0;
                    padding-top: 10px;
                    padding-left: 15px;
                }

                    .userMenuRoles-wraper .menurls-items .content .menuList.subList li:nth-child(2) {
                        margin-top: initial;
                    }

                    .userMenuRoles-wraper .menurls-items .content .menuList.subList li:before {
                        content: '';
                        position: absolute;
                        left: 0;
                        top: 0;
                        border-left: 1px soliid #f00;
                    }

                    .userMenuRoles-wraper .menurls-items .content .menuList.subList li {
                        padding: 6px 10px;
                    }

                        .userMenuRoles-wraper .menurls-items .content .menuList.subList li input[type="checkbox"]:not(:checked) + label,
                        .userMenuRoles-wraper .menurls-items .content .menuList.subList li input[type="checkbox"]:checked + label {
                            font-size: 14px;
                        }

/*-- End of userMenuRoles-wraper --*/

/*# sourceMappingURL=style.css.map */

/*--- Start 11-11-2018 update css ---*/
.rule-set-row {
    margin-bottom: 20px;
}

.rmvExtr-padding {
    padding: 0;
}

form .add-opt.col2 .input-group {
    width: 92%;
}

form .add-opt.col2 p {
    width: 92%;
}

form .input-group textarea.form-control:focus ~ label,
form .input-group textarea.form-control:valid ~ label,
form .input-group textarea.form-control:valid:focus ~ label {
    bottom: 65px;
}

.add-sale-wrap {
    position: relative;
    float: left;
    padding-right: 12px;
}

    .add-sale-wrap h6 {
        color: #000;
        font-size: 14px;
        font-weight: 600;
    }

    .add-sale-wrap .sale-content {
        border: 1px solid #929497;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        padding: 20px 20px 0 20px;
        margin: 15px 0 30px;
    }

    .add-sale-wrap .add-opt-icon {
        position: absolute;
        right: 15px;
        top: 46%;
        z-index: 100;
        background: #fff;
    }

.system-user-content .userMenuRoles-wraper {
    background: #fff;
    padding: 0 10px;
}

    .system-user-content .userMenuRoles-wraper .menurls-items .content .menuList li:nth-child(2) {
        margin-top: 0;
    }

/*---End of system-user-content --*/
/*--- End 11-11-2018 update css ---*/
.link-followup {
    padding-left: 100px;
    padding-right: 100px;
}

.relative {
    position: relative;
}

/*Ahsan*/

.fordatepic {
    overflow: visible;
}

.clrBoth {
    clear: both;
}

/*----------24-03-2019-------*/
.campaign-area .customsearch {
    width: 23% !important;
}

.customInputwrap .input-group {
    width: 33% !important
}

    .customInputwrap .input-group input.form-control {
        padding-top: 4px !important;
    }


/*    email form left */

.input-group.e_flex {
    display: flex;
    padding-left: 4rem;
    margin-top: -1rem;
}

img.add_round_img {
    right: -4%;
    margin-left: 100%;
    margin-top: -40%;
}

.to_div {
    width: 80%;
}

input.form-control.to_w_s {
    width: 94%;
    margin-left: -11%;
    border-bottom: 1px solid #d0d1d2;
    box-shadow: none;
}

a[href="https://froala.com/wysiwyg-editor/?k=u"] {
    display: none;
}

.sub_title {
    margin-top: 1rem;
}

.input-group.sub_filed {
    display: flex;
    flex-direction: row-reverse;
}

input.form-control.to_w {
    border-bottom: 1px solid #d0d1d2;
}

.main_div_email {
    padding: 2rem;
    background-color: #f8f9fd;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%);
}

#leadstagegroup {
    margin-left: 2rem;
}



/*    responsive start */
@media(max-width:1200px) {
    .table-right-side .trs-main-content .trs-follow-up .trs-tab-header li a {
        font-size: 12px;
    }

    .table-right-side .trs-main-content .trs-follow-up form .template-button {
        right: 8% !important;
    }

    .campaign .sbsearch-area .advance-search {
        height: unset;
        padding-top: 10px;
    }

    .campaign .campaign-area {
        flex-direction: column-reverse;
        align-items: stretch;
    }

        .campaign .campaign-area .campaign-top {
            position: unset;
            margin-top: 0;
        }

        .campaign .campaign-area .campaign-bottom {
            width: 100%;
        }
}

@media(max-width: 1199px) {
    .table-right-side .trs-main-content .trs-follow-up form .template-button {
        right: 11% !important;
    }
}

/* end of responsive */




