@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    background-color: #F4F5F7;
    font-family: "Inter", sans-serif;
    font-size: 16px;
}

h1,
h2,
h3,
h4 {
    font-family: "Inter", sans-serif;
    font-size: 48px;
    color: #333333;
    margin: 0;
}

h2 {
    font-size: 18px;
    color: #333333;
}

.titleBlack {
    color: #000;
}

*:focus {
    outline: none;
}

p {
    font-size: 14px;
    color: #555555;
    margin: 0;
}

ul {
    padding: 0px;
    margin: 0px;
}

    ul li {
        list-style: none;
    }

select, input, textarea {
    color: #595959 !important;
    font-size: 13px !important;
    border: 1px solid #BBBBBB !important;
    padding: 10px !important;
}

select {
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
    width: 100%;
}

.labelOrganization {
    display: block;
    font-size: 13px;
    margin-bottom: 0px;
}

.clear-fix {
    line-height: 0;
    clear: both;
}

.noPadding {
    padding: 0 !important;
}

.noRightPadding {
    padding-right: 0 !important;
}

.noTopPadding {
    padding-top: 0 !important;
}

.noLeftPadding {
    padding-left: 0 !important;
}

.margin-right {
    margin-right: 0px !important;
}

.margin-left {
    margin-left: 0px !important;
}

.botFourMargin {
    margin-bottom: 6%;
}

.pageBtnBottom {
    display: block;
    clear: both;
}

.fullWidth {
    width: 100%;
    display: block;
}

a {
    color: #020BA6;
}

.close {
    float: initial;
    font-size: 14px;
    font-weight: 400;
    line-height: inherit;
    color: #333333 !important;
    text-shadow: initial;
    opacity: initial;
}

.form-control {
    height: inherit;
}

.form-group, label {
    margin-bottom: 0px;
}

.noDecoration {
    text-decoration: none;
}

.bb p a {
    color: #333333 !important;
    text-decoration: none;
    font-size: 13px;
}

.customerTablesPadding {
    padding-top: 34px;
}

.twoTopPadding {
    padding-top: 2% !important;
}

.topBotPadding,
.tablePnl,
.sixPnl {
    padding: 4% 0%;
}

.sixPnl {
    padding: 6% 0%;
}

.whiteBg {
    background-color: white;
    padding: 0px 3%;
}

.mainWhiteBk {
    background-color: white;
    padding: 3%;
}

.noTopMargin {
    margin-top: 0px;
}

button:focus {
    outline: none;
}

form button:disabled {
    cursor: not-allowed;
    background-color: gray !important;
    border-color: black !important;
}

.row {
    margin: 0px !important;
}

.btn-primary {
    border-color: transparent !important;
}

.tableCourser tbody tr {
    cursor: pointer;
}

.helperText {
    padding-top: 7px;
    font-size: 14px;
    font-weight: 500;
    color: #595959;
}

    .helperText span {
        color: #F12F4D;
    }

.toggleBtnMargin {
    margin-bottom: 25px;
}

    .toggleBtnMargin label {
        display: block;
    }

.addBottom {
    padding: 13px 0px;
    padding-top: 20px;
}

.fullWidth .allContact, .fullWidth .customerTablesTwenty {
    padding: 20px 0px;
}

.table td, .table th {
    border-top: none;
}

.formNewField input#due {
    padding: 8px 10px !important;
}
/******* Start LeftSide *******/
.logoMain {
    padding: 24px 15px;
}

.leftCollapse .customerLogo, .leftCollapse ul li a span {
    display: none;
}

.leftCollapse .collapseLogo {
    display: block;
}

.collapseLogo {
    display: none;
    width: 30px;
}

.customerLogo {
    width: 130px;
}

.menuBtn {
    background-color: transparent;
    padding: 0px;
    border: none;
    margin-top: 7px;
}

.leftCollapse .menuBtn {
    margin-top: 3px;
}

.mainNavPro img {
    border-radius: 25px;
    margin-right: 7px;
    height: 31px;
    width: 31px;
}

.leftMenu {
    padding: 0px;
    width: 20%;
    float: left;
    height: 100vh;
    position: fixed;
    background: white;
    border-right: 1.5px solid #e4e4e4;
    box-shadow: 3px 0px 10px #00000010;
    transition: .4s;
}

.leftCollapse {
    width: 6%;
}

.leftMenu ul li.activeMe a {
    font-weight: 600;
    color: #020BA6 !important;
}

.leftMenu ul li.activeMe {
    background-color: #F8F7FF;
    border-bottom: 1.5px solid #D5CFFF;
}

.leftMenu ul li {
    border-bottom: 1.5px solid #E4E6E9;
    position: relative;
}

    .leftMenu ul li a img, .leftMenu ul div li a img {
        max-width: 22px;
        padding-right: 8px;
    }

    .leftMenu ul li a {
        display: block;
        padding: 20px;
        font-size: 14px;
        text-decoration: none;
        color: #333333 !important;
    }

.logoutIcon a i {
    padding-right: 5px;
}

.leftMenu ul li a i, .leftCollapse .logoutIcon a i {
    padding-right: 12px;
}

.leftCollapse ul li a {
    text-align: center;
}

.leftMenu ul li.toggle-on {
    background-color: #F8F7FF;
}

.researchList.open {
    background-color: #FFF;
    max-height: 200px;
    padding: 11px 0px;
}

    .researchList.open.businessCenter {
        max-height: 250px;
    }

    .researchList.open.health {
        max-height: 475px;
    }

.researchList li a {
    padding: 13px 20px;
}

.leftMenu ul li.researchIcon {
    cursor: pointer;
}

.leftMenu ul.toggled-on li {
    border-bottom: none;
}
/*.leftMenu ul ul li a {
    padding: 16px 20px;
    padding-left: 55px;
}*/
.logoutIcon .userEmail img {
    width: 32px;
    height: 32px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #E4E6E9;
}

.logoutIcon .userEmail h2 {
    color: #333333;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.logoutIcon .userEmail span {
    float: left;
    padding-right: 8px;
}

.userEmail p {
    white-space: nowrap;
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.logoutIcon .userEmail, .logoutIcon a {
    display: inline-block;
    vertical-align: middle;
    width: 70%;
}

.logoutIcon a {
    width: 26%;
    text-align: right;
    padding: 10px 0px;
    font-size: 13px;
    text-decoration: none;
    color: #333333 !important;
    float: right;
}

.leftCollapse .logoutIcon .userEmail, .leftCollapse .logoutIcon span {
    display: none;
}

.leftCollapse .logoutIcon {
    padding: 0px !important;
}

    .leftCollapse .logoutIcon a {
        padding: 20px !important;
        width: auto !important;
        text-align: center;
        display: block;
        float: none;
    }

.leftCollapse i {
    padding-right: 0px;
}

select.organizationName {
    font-weight: 600;
    color: #000 !important;
    cursor: pointer;
    border: inherit !important;
    padding: 0 !important;
    width: auto;
    max-width: 147px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.logoutIcon {
    padding: 15px 18px 15px;
    border-top: 2px solid #E4E6E9;
    background-color: #f3f3f3;
}

.menuTabs {
    transition: .4s;
    overflow: auto;
    height: calc(100vh - 156px);
}

.leftCollapse .menuTabs {
    height: calc(100vh - 133px);
}

.menuTabs::-webkit-scrollbar {
    visibility: hidden;
    width: 5px;
}

.menuTabs:hover::-webkit-scrollbar {
    width: 5px;
    max-height: 20px;
    visibility: visible;
}

.menuTabs:hover::-webkit-scrollbar-track {
    border-radius: 3px;
}

.menuTabs:hover::-webkit-scrollbar-thumb {
    background: #BBBBBB;
    border-radius: 3px;
}

.leftMenu.leftCollapse span.downArrow {
    right: 16px !important;
    display: block !important;
    padding: 10px 10px 10px;
    top: 20px;
}
/******* End LeftSide*******/

/******* Start RightSide*******/
.rightPnl {
    margin-bottom: 20px;
    margin-right: 15px;
    transition: .4s;
    float: right;
    width: 78%;
}

.rightFulPnl {
    width: 92%;
}

/******* Start Right Side Header*******/
.mainHeader h1 {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 5px;
}

.mainHeader {
    -webkit-border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
    background-color: #fff;
    padding: 10px 20px;
    margin-bottom: 20px;
}

.headerRight {
    margin-top: 11px;
}

.bb p a.home img {
    margin-top: -3px;
}

ul.userInfo, ul.userNotification, ul.headerRight, ul.userNotification li, ul.userInfo li {
    display: inline-block;
    vertical-align: top;
}

    ul.userInfo li {
        padding: 0px 5px;
        line-height: 1;
    }

        ul.userInfo li p {
            font-size: 13px;
        }

.userInfo h2 {
    color: #333333;
    font-size: 14px;
    font-weight: 700;
}

.userInfo img {
    width: 32px;
    height: 32px;
}

/******* Start Right Side Header*******/

/******* Start Right Center Content*******/
.dashBox {
    padding: 16px !important;
    background-color: #fff;
    border-radius: 8px;
    border-bottom: 2.5px solid #020BA6;
    box-shadow: 0px 5px 20px 0px rgba(51, 51, 51, 0.07);
}

    .dashBox h2 span {
        font-size: 16px;
        color: #020BA6;
        font-weight: 300;
        float: right;
    }

.boxNumber h2 {
    font-size: 36px;
    color: #020BA6;
    font-weight: 700;
}

.boxcard {
    padding-top: 30px;
    align-items: center;
}

.listCompain img {
    width: 100%;
}

.listCompain {
    background-color: #fff;
    padding: 22px !important;
    border-radius: 8px;
    min-height: 390px;
}

.customerTable {
    margin: 0 !important;
}

    .customerTable thead tr th {
        font-size: 14px;
        color: #595959;
        font-weight: 400;
        padding: 0px 0px 17px 0px;
        border: inherit;
    }

    .customerTable tbody tr td {
        padding: 15px 0;
        color: #333333;
        font-weight: 500;
        border-top: inherit;
        border-bottom: 1.5px solid #EBEBEB;
    }

tr td span.statusActive, tr td span.statusHold,
tr td span.statusCancel, tr td span.statusDeliver, tr td span.statusCompleted,
tr td span.statusBounced {
    background-color: #0C5F3C;
    color: #fff;
    font-weight: 500;
    border-radius: 30px;
    padding: 5px 14px;
    font-size: 12px;
}

tr td span.statusHold {
    background-color: #FFC107;
}

tr td span.statusCancel {
    background-color: #595959;
}

tr td span.statusDeliver {
    background-color: #2395FF;
}

tr td span.statusCompleted {
    background-color: #06B506;
}

tr td span.statusBounced {
    background-color: #EF062A;
}

tr td span.statusClicked {
    background-color: #0d6efd;
}

tr td span.statusReply {
    background-color: #42f59e;
}

tr td span.statusUnsubscribed {
    background-color: #f542bc;
}

tr td span.statusResume {
    background-color: #fff;
    color: #574BAA;
    border: 1.5px solid #574BAA;
    font-weight: 500;
    border-radius: 5px;
    padding: 4px 10px;
    font-size: 10px;
    margin-left: 10px;
}

.campaignTable th:nth-child(3n), .campaignTable tr td:nth-child(3n) {
    border-right: 1px solid #E4E6E9 !important;
}

.listCompain h2 {
    padding-bottom: 25px;
}

.customerTable tbody tr:last-child td {
    border-bottom: none;
    padding-bottom: 0px;
}

.has-search .form-control {
    background-image: url(images/search-icon.svg);
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: right 10px center;
}
/******* Start Right Center Content*******/

/******* Start Campaigns Center Content*******/
.allContact {
    padding: 20px 15px;
    background-color: #fff;
    -webkit-border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
}

.researchWrap {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.allContact h2 {
    font-weight: 700;
    padding-top: 11px;
    padding-left: 3px;
}


.tableStriped tr th {
    background-color: #FAFAFC;
    padding: 12px 18px;
    font-size: 14px;
    font-weight: 400;
    color: #595959;
    border: none;
    border-right: 1px solid #E4E6E9;
}

.tableStriped thead tr {
    border-bottom: transparent;
}

.tableStriped tr td {
    background-color: #fff;
    padding: 9.6px 18px;
    border-right: 1px solid #E4E6E9;
    font-size: 14px;
    vertical-align: middle;
    color: #333;
}

    .tableStriped tr td.tdNameWidth {
        width: 200px;
    }

.tableStripedHeight tr td {
    padding: 19.1px 18px;
}

.tableStriped tr td.listBoldText {
    font-weight: 500;
    color: #555555;
}

.tableStriped tr td.listBoldLight {
    font-weight: 600;
}

.tableStriped tr td img {
    margin-right: 5px;
    vertical-align: middle;
}

.tableStriped tr {
    border-bottom: 1px solid #E4E6E9;
}

    .tableStriped tr:nth-child(even) td {
        background-color: #F8F8F8 !important;
    }

    .tableStriped tr td:last-child, .tableStriped tr th:last-child {
        border-right: inherit;
    }

.pagination {
    justify-content: center;
    margin: 0 auto;
}

.page-link.pagActive {
    background-color: #BBBBBB;
    color: #fff;
}

.page-link {
    background-color: #fff;
    color: #BBBBBB;
    border: 1px solid #E4E6E9;
}

.customerTables {
    margin: 0;
    background-color: #fff;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-radius: 0px 0px 8px 8px;
}

    .customerTables.formSubmition {
        border: 1px solid rgba(0, 0, 0, .125) !important;
        border-radius: 4px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

.formSubmition .tableStriped {
    margin-bottom: 0px;
}

    .formSubmition .tableStriped tr td {
        background-color: transparent !important;
        border-right: none;
    }

    .formSubmition .tableStriped tr:last-child {
        border-bottom: transparent !important;
    }

#renderer ul li a, #renderer ul li {
    font-size: 14px;
}

#renderer ul li {
    padding-left: 6px !important;
}

.btnFormData {
    background-color: transparent;
    border: none;
    padding: 0px;
    margin-right: 10px;
}

.userName, .fileUserName {
    background-color: #1D7CD4;
    color: #fff;
    border-radius: 30px;
    font-weight: 600;
    margin-right: 10px;
    display: inline-block;
    width: 40px;
    text-align: center;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
}

.customerBtn, .filterButtonAdv a {
    background-color: #574BAA !important;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border: 1px solid #574BAA;
    padding: 8px 20px !important;
    width: 100%;
}

.filterButtonAdv a {
    display: inline-block;
    font-size: 14px;
    color: white !important;
    padding: 9px 10px !important;
    margin-bottom: 10px;
    cursor: pointer;
}

.btnTableBar {
    background-color: transparent;
    border: none;
    padding: 0px;
    line-height: 0.5;
    float: right;
    margin-top: 3px;
}

a.pastBtn {
    float: left;
    font-size: 12px;
    margin-top: 6px;
    color: #574BAA !important;
    cursor: pointer;
}

#pastdue, #today {
    margin-right: 10%;
}

.contactLeft ul.workQueseList {
    padding-top: 20px;
}

    .contactLeft ul.workQueseList li {
        padding-bottom: 10px;
    }

.taskHeightForm {
    min-height: 112px;
}
/******* End Campaigns Center Content*******/
/******* Start Cotact Detail Content*******/
.mailBtn {
    margin-bottom: 20px;
}

    .mailBtn button {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        border: 1px solid #574BAA;
        background-color: white;
        padding: 2px 10px;
        font-size: 12px;
        color: #574BAA;
    }

        .mailBtn button:nth-child(1) {
            margin-right: 10px;
        }

.allContact.contactMain {
    padding: 35px 22px;
    padding-top: 20px;
}

.contactLeft h2 {
    padding-top: 0px;
    padding-left: 0px;
    float: left;
    width: 210px;
}

    .contactLeft h2.listHeading {
        width: 60%;
    }

.contactLeft button.editCnt, .contactLeft button.mailCnt, .contactLeft button.phoneCnt, .contactLeft button.dltCnt, .editCntList button.editCnt, .tableCompany button.unlinkCnt, .contactLeft button.dwnldCnt {
    background-image: url("images/new/edit-icon.svg");
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1.5px solid #F4F4F9;
    text-indent: -9999px;
    float: right;
    height: 38px;
    width: 38px;
}

.tableCompany button.unlinkCnt {
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1.5px solid #F4F4F9;
    text-indent: -9999px;
    float: right;
    height: 38px;
    width: 38px;
    background-image: url("images/unlink.svg") !important;
}

.contactLeft button.mailCnt {
    background-image: url("images/email_icon.svg") !important;
    background-color: lavender;
    margin-left: 6px;
    background-size: 16px;
}

.contactLeft button.phoneCnt {
    background-image: url("images/phone_img.svg") !important;
    background-color: lavender;
    margin-left: 6px;
    background-size: 16px;
}

.contactLeft button.dltCnt {
    background-image: url("images/del_icon.svg") !important;
}

.contactLeft button.dwnldCnt {
    background-image: url("images/download_icon_new.svg") !important;
}

.editCntList button.editCnt {
    background-image: url("images/list-check.svg") !important;
    background-size: 19px;
}

.contactLeft {
    position: relative;
}

.btnFixed {
    position: absolute;
    right: 0px;
    top: 0px;
}

.contactLeft button.editCnt {
    background-color: lavender;
}

.contactLeft button.dltCnt {
    background-color: #fcd5db;
}

.contactLeft button.editCnt {
    margin-left: 6px;
}

.contactLeft button.dltCnt, .contactLeft button.editCnt {
    background-size: 16px;
}

.viewLeft button.confirmCnt {
    background-image: url("images/new/call-contact-icon.svg");
    background-repeat: no-repeat;
    background-color: lavender;
    background-position: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1.5px solid #F4F4F9;
    text-indent: -9999px;
    float: right;
    height: 38px;
    width: 38px;
    margin-left: 6px;
    background-size: 16px;
}

.viewLeft button.refershCnt {
    background-image: url("images/question.svg");
    background-repeat: no-repeat;
    background-color: lavender;
    background-position: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1.5px solid #F4F4F9;
    text-indent: -9999px;
    float: right;
    height: 38px;
    width: 38px;
    margin-left: 6px;
    background-size: 16px;
}

.contactLeft p.mailCntIcon {
    background-image: url("images/new/mail-icon-grey.svg");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 22px;
    font-size: 14px;
    color: #595959;
    clear: both;
}

.contactLeft p.emptyCntIcon {
    padding-left: 22px;
    font-size: 14px;
    color: #595959;
    clear: both;
}

.msgCnt .contactLeft p.emptyCntIcon {
    padding-left: 0px;
    margin-bottom: 25px;
}

.msgCnt h2.marginBot {
    margin-bottom: 10px;
}

.msgCnt .contactLeft ul {
    margin-top: 25px;
}

.contactLeft ul, .borderTopView {
    border-top: 1px solid #E4E6E9;
    padding-top: 25px;
    clear: both;
}

.contactLeftUL h2 {
    padding-bottom: 15px !important;
    padding-top: 10px !important;
}

.contactLeftUL ul {
    margin-top: 25px;
}

.contactLeft ul li {
    padding-bottom: 15px;
    font-size: 14px;
    color: #555555;
}

    .contactLeft ul li a {
        background-position: left center;
        background-repeat: no-repeat;
        text-decoration: none;
        padding-left: 21px;
        color: #555555;
    }

        .contactLeft ul li a.lkLink {
            background-image: url("images/new/contact-linkedin-icon.svg");
        }

        .contactLeft ul li a.twLink {
            background-image: url("images/new/contact-twitter-icon.svg");
        }

    .contactLeft ul li:last-child {
        padding-bottom: 0px;
    }

    .contactLeft ul li span {
        display: inline-block;
        vertical-align: middle;
        color: #595959;
        width: 100px;
    }


.selectListCnt {
    padding: 28px 0px;
}

    .selectListCnt li {
        font-size: 16px;
        color: #574BAA;
    }

        .selectListCnt li button {
            background-image: url("images/delete.svg");
            background-position: center;
            background-repeat: no-repeat;
            background-color: transparent;
            border: none;
            float: right;
            background-size: 20px;
        }

.contactList h2 {
    border-bottom: 1px solid #E4E6E9;
    padding: 80px 0px 20px 0px;
    float: none;
}

.dropdown-toggle {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #BBBBBB;
    background-color: white;
    text-align: left;
    font-size: 14px;
    color: #777777;
    padding: 12px;
    width: 100%;
}

.open .dropdown-toggle {
    box-shadow: 0px 0px 0px 3px #8270ff21;
    border: 1px solid #C0B7FF;
}

.open .dropdown-menu {
    display: block;
    margin-top: 5px;
    border: 1px solid #BBBBBB;
    width: 263px;
}

.dropdown-menu li {
    padding: 0px;
}

    .dropdown-menu li img {
        margin-right: 8px;
    }

    .dropdown-menu li a,
    .dropdown-menu li img {
        display: inline-block;
        vertical-align: middle;
    }

    .dropdown-menu li a {
        line-height: 1.42857143;
        text-decoration: none;
        padding: 10px 11px;
        font-size: 13px;
        font-weight: 300;
        display: block;
        color: #777777;
        clear: both;
    }

        .dropdown-menu li a:hover, .dropdown-menu li a:focus {
            color: #262626;
            text-decoration: none;
            cursor: pointer;
        }

        .custom-checkbox, .dropdown-menu li a span {
            display: inline-block;
            vertical-align: middle;
            margin-right: 5px;
        }

        .dropdown-menu li a span {
            margin-right: 0px;
        }

.custom-checkbox {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #007BFF;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    padding: 0px !important;
}

    .custom-checkbox:checked {
        background-color: #8270ff17;
        border-color: #574BAA !important;
    }

        .custom-checkbox:checked::after {
            content: '';
            position: absolute;
            top: 2px;
            left: 6px;
            width: 5px;
            height: 10px;
            border: solid #574BAA;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
        }

.dropdownAdd {
    background-color: transparent;
    margin: 8px 11px 6px 11px;
    border: 1px solid #574BAA;
    font-size: 12px;
    color: #574BAA;
    width: 92%;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-toggle span.downArrow {
    background-image: url("images/new/arrow-down-icon.svg");
    background-position: center;
    background-repeat: no-repeat;
    padding: 0px 9px;
    margin-top: 7px;
    height: 10px;
    float: right;
}

.tabSection {
    padding-left: 20px;
}

.nav-link {
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-top: none !important;
    background-repeat: no-repeat;
    padding: 18px 35px;
    font-size: 18px;
}

.companiesTabs .nav-link {
    padding: 18px 24px;
}

.locaTabs .nav-link {
    padding: 18px 8px;
}

.nav-link span {
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
    background-color: #837CB9;
    display: inline-block;
    line-height: 25px;
    width: 25px;
    height: 25px;
    font-size: 14px;
    color: white;
}

.nav-tabs .nav-link {
    border: 1px solid #E0DEED;
    color: #595959;
}

.nav-tabs li:last-child .nav-link {
    border-right: none;
}

.nav-tabs .nav-link.active {
    background-color: #F4F4F9;
    color: #564AAA;
}

.tab-pane .customerTables {
    padding-right: 0px;
}

.communicateIcon, .communicateText {
    display: inline-block;
    vertical-align: middle;
}

.communicateTextWidth {
    width: 90%;
}

.backBtn {
    font-size: 13px;
    padding: 0px;
    float: right;
}

    .backBtn i {
        padding-right: 2px;
    }

.communicateIcon {
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
    background-color: #F8F8F8;
    border: 1px solid #E4E4E4;
    margin-right: 12px;
    width: 40px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
}

    .communicateIcon img {
        margin-right: 0px !important;
    }

.communicateText {
    line-height: 23px;
    font-size: 16px;
    color: #333333;
    width: 90%;
}

    .communicateText span {
        font-size: 12px;
        font-weight: 300;
        display: block;
        color: #333333;
    }

.noBorderRight tr td {
    border-right: none;
}

.comText p {
    padding-bottom: 23px;
    font-size: 12px;
    color: #595959;
}

.colrText {
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
    display: inline-block;
    padding: 0px 10px;
    font-size: 12px;
    color: white;
}

.activeBlue {
    background-color: #2395FF;
}

.activeRed {
    background-color: #EF062A;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 2px 10px;
    font-size: 12px;
    color: white;
    float: right;
}

.activeGreen {
    background-color: #06B506;
}

.file-upload-wrapper {
    width: 100%;
    margin: 20px auto;
    text-align: center;
}

.file-upload-input {
    display: none;
}

.file-upload-dropzone {
    background-color: #F8F7FF;
    border: 1px dashed #574BAA;
    border-radius: 5px;
    padding: 15px;
    cursor: pointer;
    color: #574BAA;
    transition: background-color 0.3s ease;
    font-size: 14px;
}

    .file-upload-dropzone p {
        color: #574BAA;
        font-size: 14px;
    }

.file-upload-wrapper-Left .file-upload-dropzone p {
    display: inline-block;
    padding-right: 11px;
}

.file-upload-dropzone.dragover {
    background-color: #f0f8ff;
}

.fileTable tbody tr td {
    padding: 20px 9px;
}

.fileTable thead tr th {
    background-color: #F8F8F8;
    font-size: 12px;
    font-weight: 300;
    color: #777777;
}

.fileTable input[type="checkbox"] {
    margin-right: 5px;
}

.fileTable form, .fileIconInner, .fileInnerCnt, .fileModiLInks ul li button, .fileModiLInks ul li button img,
.fileInnerUser, .fileUserName {
    display: inline-block;
    vertical-align: middle;
}

.fileInnerCnt {
    padding-left: 7px;
    font-size: 14px;
    color: #333333;
}

    .fileInnerCnt span, .fileInnerUser h2 span {
        font-weight: 400;
        display: block;
        font-size: 12px;
        color: #595959;
    }

.fileInnerUser {
    width: 150px;
}

    .fileInnerUser h2 {
        font-size: 12px !important;
        font-weight: 500 !important;
        padding: 0px;
        color: #333333;
    }

.fileModifi p {
    color: #777777 !important;
    padding-top: 11px;
    font-size: 12px;
    float: left;
}

.primary-menu, .primary-menu * {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
}

ul.primary-menu {
    margin-top: 5px;
    float: right;
}

    ul.primary-menu li {
        position: relative;
    }

.primary-menu ul {
    -webkit-box-shadow: 0 7px 6px 0 #cccccc6b;
    -moz-box-shadow: 0 7px 6px 0 #cccccc6b;
    box-shadow: 0 7px 6px 0 #cccccc6b;
    border: 1px solid #E4E6E9;
    background: #fff;
    position: absolute;
    text-align: left;
    display: none;
    padding: 11px !important;
    width: 200px;
    z-index: 99;
    top: 21px;
    right: 0;
}

.primary-menu li:hover > ul {
    display: block;
}

.primary-menu ul li button {
    background-color: transparent;
    text-align: left;
    font-size: 14px;
    color: #777777;
    padding: 10px;
    border: none;
    width: 100%;
}

    .primary-menu ul li button:hover {
        background-color: #F8F8F8;
    }

    .primary-menu ul li button, .primary-menu ul li button img {
        vertical-align: baseline;
    }

        .primary-menu ul li button img {
            padding-right: 5px;
        }

#profile {
    background-color: #F4F4F9;
    padding: 27px;
}

#Description {
}

.discussionBlank {
    padding: 10% 0%
}

.mainDiscussionPnl {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #E4E6E9;
    background-color: white;
    padding: 20px 16px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.discussionBlank h3 {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #595959;
}

.organization-blocked h3 {
    font-size: 22px;
    color: black;
}

.borderLine {
    position: relative;
}

    .borderLine:after {
        background-color: #E4E6E9;
        position: absolute;
        height: 100%;
        content: '';
        width: 1px;
        left: 18px;
        top: 38px;
    }

.lightPurpleBor {
    border: 1px solid #AB9FFF;
}

.mainDiscussionPnl button {
    background-color: transparent;
    border: none;
}

.discussionPnl {
    border-bottom: 1px solid #E4E6E9;
    margin-bottom: 8px;
    padding-bottom: 8px;
}

.conversationPnl .discussionPnl {
    border-bottom: initial;
}

.discussionPnl button {
    color: #595959;
}

.discussionPnl input {
    padding: 0px !important;
    border: none !important;
    width: 93%;
}

.btnEmailS {
    padding-top: 4px;
    float: left;
}

.sendEmailbtn {
    float: right;
    color: #595959;
}

.borderTopView .sendEmailbtn {
    margin-top: 15px;
}

.sendEmailbtn button {
    background-image: url("images/new/send-icon.svg");
    background-position: 10px 10px;
    background-repeat: no-repeat;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #574BAA;
    padding: 8px 16px;
    padding-left: 31px;
    font-size: 13px;
    color: white;
    border: none;
}

    .sendEmailbtn button.cancelBtn {
        background-color: transparent;
        border: 1px solid #574BAA;
        background-image: none;
        margin-right: 10px;
        padding: 8px 16px;
        color: #574BAA;
    }

.disName {
    float: left;
}

.disTextCnt {
    margin-right: 10px;
    float: left;
    width: 80%;
}

    .disTextCnt h3 {
        padding-bottom: 5px;
        font-weight: 600;
        font-size: 13px;
        color: #333333;
    }

        .disTextCnt h3 span {
            padding-left: 17px;
            font-size: 12px;
            color: #BBBBBB;
        }

    .disTextCnt p {
        font-size: 16px;
        color: #555555;
    }

.mainDiscussionPnl .colrText {
    margin-top: 25px;
}

.fileUserNameYallow, .fileUserNameGreen, .fileUserNameRed {
    background-color: #EB9008;
    color: white;
}

.fileUserNameGreen {
    background-color: #6A9036;
}

.fileUserNameRed {
    background-color: #C9030F;
}

.disTextCnt ul {
    padding-top: 16px;
}

    .disTextCnt ul li {
        display: inline-block;
        vertical-align: middle;
        padding: 0px 10px;
        font-size: 14px;
        color: #555555;
    }

        .disTextCnt ul li:last-child {
            border-right: 1px solid #E4E6E9;
            border-left: 1px solid #E4E6E9;
            margin-left: 10px;
        }

.replyCnt .disTextCnt {
    width: auto;
}

.replySection {
    border-left: 2px solid #9687FF;
    background-color: #F8F8F8;
    padding: 12px 20px;
    margin-top: 14px;
}

    .replySection p {
        font-weight: 300;
        font-size: 14px;
        color: #555555;
    }

        .replySection p span {
            background-image: url("images/new/reply-icon.svg");
            background-repeat: no-repeat;
            padding-left: 21px;
            padding-right: 6px;
            font-weight: 500;
            color: #9687FF;
        }

.contactEdit h2 {
    padding-left: 0px !important;
}

    .contactEdit h2 button {
        background-color: transparent;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        border: 1px solid #574BAA;
        padding: 3px 7px;
        font-size: 12px;
        color: #574BAA;
        float: right;
    }

.contactEdit .checkBoxList {
    padding-bottom: 7px;
    padding-top: 23px;
}

.contactEdit {
    padding-top: 5px;
}

    .contactEdit label {
        padding-bottom: 7px;
        padding-top: 23px;
        font-size: 14px;
        color: #555555;
    }

        .contactEdit label.noTopPadding {
            padding-top: 0px;
        }

.saveBtn {
    padding-top: 20px;
}

.saveBtnTop {
    padding-top: 0px;
}

.saveBtn button {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #574BAA;
    background-color: #574BAA;
    margin-left: 10px;
    padding: 12px 20px;
    font-size: 16px;
    color: white;
}

    .saveBtn button.cancelBtn {
        background-color: transparent;
        color: #574BAA;
    }
/******* End Contact Detail Content*******/

/******* Start Company Detail Content*******/
.contactLeft .comLeftCnt ul {
    border-bottom: 1px solid #E4E6E9;
    padding-bottom: 14px;
    margin-bottom: 16px;
    border-top: none;
    padding-top: 0px;
    margin-top: 0px;
}

ul.noBorderList {
    border-top: none;
    margin-top: 0px;
    clear: both;
}

.comLeftCnt h4, .comLeftCnt p {
    font-size: 14px;
    color: #595959;
}

.comLeftHeader p {
    padding: 10px;
    font-size: 14px;
    font-weight: 500
}

.comLeftCnt h4 {
    padding-bottom: 10px;
    font-size: 14px;
    color: #595959;
}

.comLeftCntt p {
    padding-bottom: 10px;
}

.comLeftCnt p {
    color: #555555;
}

.comLeftCnt {
    margin-top: 20px;
}

    .comLeftCnt ul li, .comLeftCnt ul li img, .comLeftCnt ul li p {
        display: inline-block;
        vertical-align: middle;
    }

        .comLeftCnt ul li img {
            width: 13px;
        }

    .comLeftCnt ul li {
        padding-bottom: 0px;
        width: 98px;
        cursor: pointer;
    }

        .comLeftCnt ul li:nth-child(1) {
            width: 53px;
        }

        .comLeftCnt ul li p {
            font-size: 12px;
            color: #564AAA;
        }

.contactLeft ul.noBorderList li a {
    padding-left: 0px;
}

.addCntBtn {
    padding: 20px 0px;
    overflow: hidden;
}

    .addCntBtn .has-search .form-control {
        display: inline-block;
        float: left;
        width: 81%;
    }

.addBtnCenter .has-search .form-control {
    float: none;
}

.addCntBtn .customerBtn {
    float: right;
}

.tableCompany tr td:last-child {
    border-right: none;
}

#home-tab.nav-link.emailTabs {
    background-position: 18% 50%;
}

.companyEditMain textarea {
    height: 134px;
}

.conversationPnl #profile, #profile.compDisCnt {
    background-color: transparent;
    padding: 0px;
}

.conversationPnl #profile {
    padding: 0px 20px !important;
}
/******* End Company Detail Content*******/

/******* Start Conversation Detail*******/
.conversationLeftCnt h2 {
    margin-bottom: 10px;
    width: 239px;
}

    .conversationLeftCnt h2.statusCnts {
        display: contents;
    }

    .conversationLeftCnt h2 span.leftTitle {
        float: left;
        width: 144px;
    }

    .conversationLeftCnt h2 span.activeGreen {
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        background-color: #0C5F3C;
        padding: 2px 10px;
        font-size: 12px;
        color: white;
    }

.hide-replies {
    display: none;
}
/******* End Conversation Detail*******/
/******* Start Campaigns Detail Content*******/
.campaignTabs .nav-link {
    padding: 18px 18px;
}

.campaignLeftCnt h2 {
    padding-top: 10px;
    margin-bottom: 10px;
    width: 239px;
}

    .campaignLeftCnt h2.statusCnts {
        display: contents;
    }

.titleGlobeEmail {
    padding-top: 0px;
    clear: both;
    color: #595959;
}

.titleGlobePadding {
    padding-bottom: 6px;
}

.customerTablesTOp {
    padding: 20px 0px;
}

.customerTablesTwenty {
    padding: 20px;
}

.campaignLeftCnt h2 span.leftTitle {
    float: left;
    width: 144px;
}

.campaignLeftCnt h2 span.activeGreen {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #0C5F3C;
    padding: 2px 10px;
    font-size: 12px;
    color: white;
}

.campaignLeft {
    border-bottom: 1px solid #E4E6E9;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-top: 1px solid #E4E6E9;
    padding-top: 25px;
    margin-top: 32px;
}

.campaignListSend {
    overflow: hidden;
    margin-top: 0px;
    border-top: none;
    padding-top: 0px;
}

ul.campaignListLeft li:first-child {
    color: #574BAA;
}

.campaignListLeft {
    padding-bottom: 26px;
    margin-bottom: 25px;
}

.boxCamp {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-color: #fff;
    border-bottom: 2px solid #020BA6;
    box-shadow: 0px 0px 8px 0px #8888885e;
    padding: 15px;
    margin-top: 30px;
}

    .boxCamp h3 {
        padding-left: 10px;
        font-size: 18px;
        color: #333333;
    }

    .boxCamp h4 {
        padding-left: 10px;
        font-size: 26px;
        color: #020BA6;
    }

.displayFlx {
    display: flex;
    align-items: center;
}

.k-chart, .k-stockchart {
    display: block;
    height: 200px !important;
}

.displayFlxbotom {
    align-items: flex-end;
}

.boxFlxHeight {
    min-height: 55px;
    margin-bottom: 28px;
}

.mailCampTable .communicateIcon {
    background-color: transparent;
    border: none;
    padding: 0px;
    margin-right: 0px;
}

.fileUserNameYellow {
    background-color: #EB9008;
}

.fileUserNameGreen {
    background-color: #0C5F3C;
}

.listGray {
    background-color: gray;
}

.fileUserNameRed {
    background-color: #EF062A;
}

.userNamePurple {
    background-color: #39317D;
}

.campaignEdit {
    padding-top: 20px;
}

    .campaignEdit textarea {
        height: 130px;
    }

    .campaignEdit select {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        width: 100%;
    }
/******* End Campaigns Detail Content*******/

/******* Start List Content*******/
.listEditMain h2 {
    padding-left: 0px;
}

.listEditMain .contactEdit {
    padding-top: 20px;
}

.listEditMain .saveBtn {
    padding-top: 0px;
}
/******* End List Content*******/

/******* Start Researchers Center Content*******/
.researchMargin {
    padding-left: 4px;
    padding-top: 20px;
}

    .researchMargin:nth-child(3n+0) {
        padding-right: 0px;
    }

    .researchMargin:nth-child(3n+1) {
        padding-left: 0px;
    }

.researchMain {
    background-color: #fff;
    padding: 20px 14px !important;
    position: relative;
    border: 1.5px solid #EBECEF;
    border-radius: 6px 6px 0px 0px;
    border-bottom: none;
    /* min-height: 235px; */
}

.webIcon, .knowledgeIcon, .newsIcon {
    background-image: url(images/researchers/web-icon.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 19px;
    padding-left: 30px !important;
}

.knowledgeIcon {
    background-image: url(images/researchers/knowledge-icon.svg) !important;
    background-size: 16px;
    padding-left: 25px;
}

.newsIcon {
    background-image: url(images/researchers/cont-icon.svg) !important;
}

.researchBox h2 {
    color: #020BA6;
    font-size: 16px;
    font-weight: 400;
    padding-top: 0px !important;
    padding-left: 0px;
    float: left;
}

.researchBox .dropdown {
    float: right;
}

.dropdown button {
    background-color: transparent;
    border: none;
}

.webInfo {
    display: flex;
    align-items: center;
    padding-top: 20px;
    clear: both;
}

    .webInfo a {
        cursor: pointer;
    }

.web-favicon {
    border: 1.5px solid #ECEEEF;
    padding: 10px;
    border-radius: 8px;
    width: 48px;
    height: 48px;
}

.webInfo h2 {
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    padding-left: 15px;
    padding-top: 0px !important;
}

    .webInfo h2 span, .alertIcon {
        display: block;
        font-weight: 400;
        color: #707071;
        font-size: 11px;
        background-image: url(images/researchers/date-icon.svg);
        background-repeat: no-repeat;
        background-position: left -1px;
        background-size: 15px;
        padding-left: 22px;
        margin-top: 9px;
    }

.alertIcon {
    background-image: url(images/researchers/alert-icon.svg) !important;
}

.videoIcon {
    flex: 0 0 23%;
    text-align: right;
}

.webinfoHead {
    flex: 0 0 60%;
}

.dot-icon {
    position: absolute;
    top: 30px;
    right: 15px;
}

.researchMain::before {
    content: "";
    background-color: #EBECEF;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 64px;
}

.statsBar {
    padding-top: 30px;
    position: relative;
}

.stats img {
    width: 41px;
    padding: 10px 9px;
    border: 1.5px solid #EBECEF;
    border-radius: 30px;
    height: 40px;
    object-fit: none;
    background-color: #fff;
    display: block;
    margin: 0 auto;
}

.stats {
    position: relative;
}

    .stats::before {
        content: "";
        border-right: 1.5px solid #EBECEF;
        position: absolute;
        right: 0;
        height: 47px;
    }

    .stats:last-child::before {
        border: none;
    }

    .stats span {
        font-size: 14px;
        display: block;
        text-align: center;
        padding-top: 7px;
    }

.researchBtn {
    padding: 9px 17px !important;
    display: block;
    width: 100%;
}

.bottomStatus h2, .completeActive, .crawling {
    font-size: 14px;
    color: #707071;
    background-image: url(images/researchers/complete-icon.svg);
    background-repeat: no-repeat;
    background-position: left -1px;
    background-size: 16px;
    padding-left: 22px;
    margin-bottom: 5px;
    padding-top: 0px !important;
    font-weight: 400;
}

.completeActive {
    background-image: url(images/researchers/complete-active.svg) !important;
    color: #1EB24B !important;
}

.crawling {
    background-image: url(images/researchers/crawling-icon.svg) !important;
    color: #EB9008 !important;
}

.bottomStatus a {
    font-size: 14px;
    color: #707071;
    text-decoration: none;
    background-image: url(images/researchers/web-link-icon.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 15px;
    padding-left: 21px;
}

.bottomStatus {
    padding: 14px;
    border-radius: 0px 0px 6px 6px;
    background-color: #F8F8F8;
    border: 1.5px solid #EBECEF;
}

.completeBorder {
    border-top: 1.5px solid #1EB24B;
}

.crawlingBorder {
    border-top: 1.5px solid #EB9008;
}

.video-circle {
    border: 5px solid #F2F2F3;
    border-radius: 30px;
    padding: 0px;
}

.researchPagi {
    justify-content: inherit;
    margin-top: 60px;
}

.page-link.pagActive {
    background-color: #BBBBBB;
    color: #fff;
}

.researchPagi button {
    background-color: #fff;
    color: #BBBBBB;
    border: 1px solid #E4E6E9;
    padding: 7px 18px;
    font-size: 14px;
}
/******* End Researchers Center Content*******/

/******* Start Researchers Details Center Content*******/
.crawlerMain {
    background-color: #fff;
    padding: 17px 15px;
    border-radius: 10px;
}

    .crawlerMain button, .historyBox button, .chat-header button {
        background-color: transparent;
        padding: 0px;
        border: none;
    }

.crawlerInfo {
    display: flex;
}

    .crawlerInfo span {
        display: block;
    }

    .crawlerInfo h2 {
        font-size: 16px;
        color: #333333;
        font-weight: 700;
        padding-left: 15px;
    }

        .crawlerInfo h2 span a {
            font-size: 14px;
            color: #707071 !important;
            font-weight: 400;
            text-decoration: none;
            margin-top: 7px;
            display: inline-block;
            background-image: url(images/researchers/web-link-icon.svg);
            background-repeat: no-repeat;
            background-position: left;
            background-size: 15px;
            padding-left: 21px;
        }

.crawlerSetting li {
    display: inline-block;
    padding-left: 20px;
}

    .crawlerSetting li button img {
        width: 20px;
    }

.launchBtn {
    background-color: #020BA6 !important;
    border: 1px solid #020BA6;
    background-image: url(images/researchers/launch-icon.svg);
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 17px;
    padding-left: 35px !important;
}

.chat-container {
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 500px;
}

.chat-header {
    background-color: #fff;
    padding: 15px;
    border-bottom: 1.5px solid #EBECEF;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .chat-header img, .historyBox img {
        width: 20px;
    }

    .chat-header h2, .reportHeading h2, .historyBox h2 {
        font-size: 18px;
        color: #333333;
        font-weight: 700;
    }

.chat-body {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
    background-color: #fff;
    display: flex;
    flex-direction: column-reverse;
    background-image: url(images/researchers/chatboxBkg.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.chat-footer {
    background-color: #fff;
    padding: 15px;
    border-top: 1.5px solid #EBECEF;
    position: relative;
}

    .chat-footer input {
        border-radius: 6px;
        padding: 10px !important;
        border: 1.5px solid #BBBBBB !important;
        width: 100%;
    }

    .chat-footer button {
        padding: 8px 19px !important;
        background-image: url(images/researchers/right-arrow.svg);
        background-repeat: no-repeat;
        background-position: right 10px center;
        background-size: 18px;
        background-color: transparent;
        border: none;
        text-indent: -9999px;
        position: absolute;
        right: 15px;
        cursor: pointer;
    }

        .chat-footer button.cancelChat {
            background-image: url(images/chat-stop.svg);
        }

.reportHistory a {
    text-decoration: none;
    cursor: pointer;
}

.media-chat {
    margin-bottom: 30px;
}

    .media-chat p.meta {
        text-align: left;
        font-size: 12px;
        padding-top: 7px;
    }

    .media-chat.media-chat-reverse p.meta {
        text-align: right;
        color: #333333 !important;
    }

    .media-chat.media-chat-reverse .media-body {
        background-color: #574BAA !important;
        color: #fff !important;
        font-size: 14px;
        padding: 25px 35px;
        text-align: left;
        border-radius: 50px 50px 0px 50px !important;
    }

.media-chat-reverse .media-body p {
    color: #fff !important;
}

.media-chat .media-body {
    padding: 25px 35px !important;
    background-color: #F7F7F8 !important;
    color: #333333 !important;
    border-radius: 50px 50px 50px 0px;
}

.reportHeading, .historyBox {
    background-color: #fff;
    padding: 16px;
    border-bottom: 1.5px solid #EBECEF;
    border-radius: 10px 10px 0px 0px;
}

.historyBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 14px;
}

.reportBox, .historyList {
    background-color: #fff;
    padding: 15px 15px;
    border-radius: 0px 0px 10px 10px;
}

.crawlPage {
    background-color: #C9030F;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    padding: 7px 20px 7px 36px;
    border-radius: 5px;
    background-image: url(images/researchers/white-alert.svg);
    background-position: left 11px center;
    background-repeat: no-repeat;
    background-size: 18px;
    margin-bottom: 7px;
}

.reportBox ul li h2 {
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

.reportBox ul li, .historyList ul li {
    border-bottom: 1px solid #EBECEF;
    padding: 13px 0px;
}

.historyList ul li {
    padding: 13px !important;
}

    .historyList ul li:nth-child(even) {
        background-color: #F8F8F8;
    }

    .reportBox ul li:last-child, .historyList ul li:last-child {
        border-bottom: none;
    }

    .reportBox ul li p, .historyList ul li p {
        color: #777777;
        font-size: 14px;
    }

    .historyList ul li p {
        color: #333333;
    }

.reportHistory {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    /*float: left;
    width: 47%;*/
}

    .reportHistory h2 {
        color: #333333;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 25px;
    }

    .reportHistory p {
        font-size: 30px;
        color: #777777;
        font-weight: 300;
        line-height: 1;
    }

.pageIcon, .peopleIcon, .productsIcon, .placesIcon, .stocksIcon {
    background-image: url(images/researchers/pages-icon.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: left center;
    padding-left: 35px;
}

.peopleIcon {
    background-image: url(images/researchers/people-icon.svg);
}

.productsIcon {
    background-image: url(images/researchers/products-icon.svg);
    background-size: 22px;
}

.placesIcon {
    background-image: url(images/researchers/places-icon.svg);
}

.stocksIcon {
    background-image: url(images/researchers/stock-icon.svg);
}

.summaryClass h2.crawlerHeadBlank {
    display: none;
}

.summaryClass label.summaryLable, .summaryClass h2, .crawProPnl h2 {
    padding-top: 0px;
}

.summaryClass .markdown-body, .crawProPnl {
    padding-top: 14px;
}

.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4 {
    color: #000;
    font-size: 16px;
}


.searchereEditMain .listClick label, .crawProPnl .listClick label {
    padding-top: 3px;
}

.searchereEditMain .lablecheckBox {
    padding-top: 20px;
    margin-right: 15px;
}

.searchereEditMain .listCheckFirst, .crawProPnl .listCheckFirst {
    padding-top: 23px;
}

.titleGlobe {
    font-size: 13px;
    color: black;
    text-decoration: none;
    padding-top: 6px;
    display: block;
}

.crawProPnl
/******* End Researchers Details Center Content*******/
/******* Start Email View Center Content*******/
.emailInfo {
    display: flex;
}

.emailWrap {
    padding: 20px 0px 15px;
    background-color: #fff;
    border-radius: 10px;
}

    .emailWrap h2 {
        font-size: 26px;
        padding-bottom: 15px;
        padding-left: 20px;
    }

.emailHeader {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-top: 1px solid #EBECEF;
    display: flex;
    justify-content: space-between;
}

.editIcon {
    padding-right: 20px;
}

.emailTo span, .emailBtn {
    padding-right: 9px;
    font-size: 14px;
    color: #555555;
}

.emailBtn {
    padding-right: 0px;
}

.emailDropdown {
    background-color: #F9F9F9;
    padding: 10px;
    border: none;
    border-radius: 10px;
    width: 307px;
    inset: 0px auto auto -275px !important;
    -webkit-box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.07);
    -moz-box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.07);
    box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.07);
}

.emailToggle {
    background-color: #F9F9F9;
    padding: 0px 7px;
    margin: 0px 11px;
    background-image: url(images/downArrow-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 11px;
}

.dropdown-toggle::after {
    display: none;
}

.emailDropdown tr td, .emailMassege tr td {
    color: #777777;
    font-size: 14px;
    padding-bottom: 4px;
}

    .emailDropdown tr td:first-child, .emailMassege tr td:first-child {
        color: #333333;
        padding-right: 18px;
    }

.encrypt {
    background-image: url(images/encryption-icon.svg);
    background-repeat: no-repeat;
    background-position: left 2px;
    background-size: 13px;
    padding-left: 20px;
}

.replyButton ul li {
    display: inline-block;
    padding: 0px 7px;
}

    .replyButton ul li button img {
        width: 13px;
    }

.replyButton {
    flex: 0 0 43%;
    text-align: right;
}

.emailMassege {
    padding: 20px;
    border-radius: 8px;
}

    .emailMassege h2 {
        font-size: 22px;
        padding-bottom: 15px;
    }

    .emailMassege h3 {
        color: #777777 !important;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.4em;
        padding-bottom: 30px;
    }

    .emailMassege p {
        color: #343434 !important;
        padding-bottom: 10px;
    }

    .emailMassege ul {
        margin-top: 20px;
    }

        .emailMassege ul li {
            display: inline-block;
            padding-right: 10px;
        }

            .emailMassege ul li img {
                width: 25px;
                vertical-align: bottom;
                cursor: pointer;
            }

.repBtn, .forBtn {
    background-color: #fff;
    color: #574BAA;
    border: 1.5px solid #574BAA;
    border-radius: 5px;
    font-weight: 500;
    padding: 6px 25px;
    font-size: 14px;
    background-image: url(images/replay-btn-icon.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: left 10px center;
    padding-left: 30px;
}

.forBtn {
    background-image: url(images/forward-btn-icon.svg) !important;
    margin-left: 5px;
}

.emailBtns {
    margin-bottom: 30px;
}
/******* End Email View Center Content*******/
.has-search .form-control {
    background-image: url(images/search-icon.svg);
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: right 10px center;
}
/******* Start Email Edit View Center Content*******/
.emailField {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

    .emailField input {
        border: none !important;
        border-bottom: 1px solid #D9D9D9 !important;
        border-radius: inherit !important;
    }

        .emailField input:focus {
            outline: none;
            box-shadow: initial;
        }

    .emailField label {
        border: 1px solid #D9D9D9;
        border-radius: 8px;
        padding: 8px;
        font-size: 14px;
        color: #555555;
        margin-right: 10px;
        width: 71px;
        text-align: center;
    }

.emailText {
    margin-top: 30px;
}

.form-group input[type="date"] {
    background-image: url(images/input-date-icon.svg);
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 17px;
    -moz-appearance: textfield;
}

    .form-group input[type="date"]::-webkit-calendar-picker-indicator {
        display: none;
    }

.editfield h2 {
    font-size: 18px;
    font-weight: 700;
    padding-top: 0px;
    padding-left: 0px;
}

.editfield label {
    font-size: 14px;
    color: #555555;
    margin-bottom: 5px;
    font-weight: 500;
}

.formBottom {
    margin-bottom: 25px;
}

.k-button-solid-base.k-selected {
    border-color: #020BA6 !important;
    background-color: #020BA6 !important;
}

.k-list-item.k-selected, .k-selected.k-list-optionlabel {
    background-color: #020BA6 !important;
}
/******* End Email Edit View Center Content*******/


/******* End RightSide*******/

.addDeleteSubj a.addSubj,
.addDeleteSubj a.deleteSubj {
    background-image: url("images/plus-circle.svg");
    background-repeat: no-repeat;
    background-position: left;
    text-indent: -9999px;
    display: block;
    background-size: 23px;
    cursor: pointer;
}

.addDeleteSubj a.deleteSubj {
    background-image: url("images/delete.svg");
}

.addDeleteSubj a.link {
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1.5px solid #F4F4F9;
    text-indent: -9999px;
    float: right;
    height: 38px;
    width: 38px;
    background-image: url("images/link.svg");
}

.addDeleteSubj a.unlink {
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1.5px solid #F4F4F9;
    text-indent: -9999px;
    float: right;
    height: 38px;
    width: 38px;
    background-image: url("images/unlink.svg");
}

.editCntList h2 {
    width: 100% !important;
    display: inline-block;
    border: inherit;
}

.tableStriped tr td a {
    cursor: pointer;
    color: #333333 !important;
}

.table tr td a {
    cursor: pointer;
    color: #333333 !important;
}

.totalCount {
    margin-right: 13px;
    float: right;
}

    .totalCount span {
        border: 1px solid #ced4da;
        border-radius: 5px;
        padding: 7px 10px;
        font-size: 14px;
        color: #595959;
        display: inline-block;
    }


/*Like command DisLike Style Start*/


button.normalLike, button.unselectDislike {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #F8F7FF;
    border: 1px solid #D5CFFF;
    background-image: url("images/new/normal_like.svg");
    background-position: 8px 4px;
    background-repeat: no-repeat;
    padding-left: 30px;
    padding-right: 10px;
    color: #574BAA;
}

    button.normalLike:hover {
        background-image: url("images/new/like-icon.svg");
    }

button.likedActive {
    background-color: #574BAA;
    border: 1px solid #574BAA;
    background-image: url("images/new/liked_icon.svg") !important;
    color: #ffff;
}

button.normalUnselect {
    background-image: url("images/new/Normal_unselect.svg");
    background-color: #F8F8F8;
    border: 1px solid #E4E4E4;
    color: #777777;
}

    button.normalUnselect:hover {
        background-image: url("images/new/liked_unselect.svg");
    }

button.unselectActive {
    background-image: url("images/new/liked_icon.svg") !important;
    background-color: #777777;
    color: #fff;
    border: 1px solid #777777;
}

button.normalunLike {
    background-image: url("images/new/nor-disLike.svg");
    background-position: 8px 5px;
}

    button.normalunLike:hover {
        background-image: url("images/new/nor-disLike-hover.svg");
    }

button.unlikeActive {
    background-color: #574BAA;
    border: 1px solid #574BAA;
    background-image: url("images/new/nor-disLike-active.svg") !important;
    color: #ffff !important;
}

button.unselectDislike {
    background-image: url("images/new/disLike-unactive.svg");
    background-position: 8px 5px;
    color: grey;
}

    button.unselectDislike:hover {
        background-image: url("images/new/disLike-unactive-hover.svg");
    }

/*Like command DisLike Style End*/
.researchWrap .tab-content {
    min-height: 282px;
    border: 1.5px solid #E4E6E9 !important;
}

.researchWrap .nav-link {
    padding: 15px 16px !important;
    color: #333333;
    font-weight: 500 !important;
    border-bottom: 1.5px solid transparent;
    border-radius: inherit !important;
    font-size: 17px;
    width: 100%;
    text-align: left;
}

.researchWrap .nav-pills .nav-link.active {
    background-color: #F8F7FF;
    color: #020BA6 !important;
    border-bottom: 1.5px solid #D5CFFF;
}

.researchWrap .nav-pills {
    padding-right: 30px !important;
}

.siteToolbar ul li {
    display: inline-block;
    padding: 8px 16px;
}

    .siteToolbar ul li button {
        background-color: inherit;
        border: none;
        color: #fff;
    }

.siteToolbar {
    background-color: #020BA6;
    margin: 15px 0;
}

.saveSite, .publishSite, .unpublishSite, .launchSite {
    background-image: url(images/savesite.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 28px;
}

.publishSite {
    background-image: url(images/publish.svg);
    background-size: 28px;
    padding-left: 31px;
}

.unpublishSite {
    background-image: url(images/unpublish.svg);
    background-size: 28px;
    padding-left: 31px;
}

.launchSite {
    background-image: url(images/rocket.svg);
}

.formConfig h2 {
    padding: 0 !important;
    margin-bottom: 20px;
}

.formConfig input {
    margin-bottom: 15px;
}

.formConfig p {
    margin-bottom: 10px;
}

.userEx label {
    margin: 10px 0;
}

.formConfig label {
    font-size: 14px;
    color: #555555;
}

.companyEditMain button.dltCnt {
    background-image: url("images/new/contact-del-icon.svg");
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1.5px solid #F4F4F9;
    text-indent: -9999px;
    float: right;
    height: 38px;
    width: 38px;
}

.noRecord {
    text-align: center;
    padding: 10px;
}

    .noRecord span {
        border: 1px solid #ced4da;
        border-radius: 5px;
        padding: 15px 60px;
        font-size: 16px;
        color: #BBBBBB;
        display: inline-block;
        font-weight: 600;
    }

.leftMenu ul li span.downArrow {
    background-image: url(../images/arrow_down.svg);
    padding: 16px;
    background-position: center;
    position: absolute;
    right: 23px;
    z-index: 1000;
    cursor: pointer;
    top: 14px;
    background-repeat: no-repeat;
}

.leftMenu ul li.toggle-on span.downArrow {
    transform: rotate(180deg);
}

.togglePadding {
    padding-left: 17px;
    border-bottom: none !important;
}

.researchList {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.siteTypes p, .siteTypes ul li {
    font-weight: 700;
    font-size: 14px;
    color: #333;
}

    .siteTypes p span, .siteTypes ul li span {
        font-weight: 400;
        padding-top: 5px;
        display: block;
        color: #333;
    }

.siteTypes ul li {
    border-left: 1px solid #E4E6E9;
    display: inline-block;
    vertical-align: top;
    padding-left: 19px;
    min-height: 47px;
    text-align: left;
    width: 24%;
}

    .siteTypes ul li span.formTypeBlue {
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        background-color: #2395FF;
        display: inline-grid;
        color: white;
        padding: 2px 10px;
        margin-top: 5px;
        font-size: 12px;
        font-weight: 600;
    }
/*Sites Style Start*/
ul.siteStatus {
    padding-top: 9px;
}

    ul.siteStatus li {
        display: inline-block;
        vertical-align: middle;
        border-left: 1px solid #c0c3c7;
        padding: 0px 10px;
        line-height: 1;
    }

        ul.siteStatus li:first-child {
            border-left: initial;
        }

.contactMainSite {
    overflow: hidden;
    padding: 0px !important;
}

.tabsCompleted {
    overflow: hidden;
}

    .tabsCompleted .nav {
        padding-top: 35px;
        padding-left: 30px;
        float: left;
        width: 33%;
    }

        .tabsCompleted .nav .nav-link {
            position: relative;
            min-height: 102px;
            padding: 0px;
        }

            .tabsCompleted .nav .nav-link:before {
                content: '';
                background-color: #595959;
                width: 1px;
                height: 100%;
                position: absolute;
                left: 19px;
                right: 0;
                top: 0;
                bottom: 0;
                z-index: 0;
            }

            .tabsCompleted .nav .nav-link:last-child:before {
                display: none;
            }

            .tabsCompleted .nav .nav-link:last-child {
                min-height: inherit;
            }

.iconLeftTab {
    border: 0.667px solid #595959;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    background: #FAFAFA;
    text-align: center;
    padding: 7px 10px;
    color: #595959;
    height: 40px;
    width: 40px;
    float: left;
    z-index: 1;
}

.tabsCompleted .nav p {
    color: #595959;
    font-size: 16px;
    font-weight: 600;
    padding-left: 12px;
    float: left;
    width: 81%;
}

    .tabsCompleted .nav p span {
        display: block;
        background: transparent;
        color: #595959;
        padding: 0px;
        font-size: 14px;
        font-weight: 400;
        width: auto;
        height: auto;
    }

.tabsCompleted .nav .nav-link.completed .iconLeftTab,
.tabsCompleted .nav .nav-link.active .iconLeftTab {
    border: 0.667px solid #371FA7;
    background: #EEEBFF;
    color: #371FA7;
}

.tabsCompleted .nav .nav-link.completed p,
.tabsCompleted .nav .nav-link.active p {
    color: #371FA7;
}

    .tabsCompleted .nav .nav-link.completed p span,
    .tabsCompleted .nav .nav-link.active p span {
        color: #555555;
    }

.tabsCompleted .nav .nav-link.completed:before {
    background-color: #371FA7;
}

.tab-content > .visible {
    display: block;
}

.timeline-content {
    border-left: 1px solid #E0E0E0;
    position: relative;
    float: right;
    width: 67%;
}

.form-check {
    margin-bottom: 12px;
}

.stepHeading {
    border-bottom: 1px solid #E0E0E0;
    padding: 3%;
}

    .stepHeading h3 {
        padding-bottom: 10px;
        font-weight: 700;
        font-size: 22px;
        color: #333;
    }

    .stepHeading p {
        font-weight: 400;
        font-size: 14px;
        color: #333;
    }

.btnTabsLinks {
    margin-bottom: 20px;
}

    .btnTabsLinks button {
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        border: 1px solid #574BAA;
        background-color: white;
        padding: 10px 14px;
        margin-left: 7px;
        font-size: 16px;
        font-weight: 500;
        color: #574BAA;
    }

        .btnTabsLinks button.lunchBtn {
            background-color: #574BAA;
            color: white;
        }

.contInnerNew {
    padding: 3%;
}

.toggleBtn p {
    padding-bottom: 7px;
    padding-top: 23px;
    font-size: 14px;
    color: #555555;
}

.switch {
    position: relative;
    width: 60px;
    height: 27px;
}

.toggleBtn .switch, .toggleBtn div {
    vertical-align: middle;
    display: inline-block;
}

.toggleBtn div {
    font-size: 14px;
    font-weight: 500;
    color: #555555;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 3px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

.toggleBtnConnect .slider:before {
    bottom: 4px;
}

input:checked + .slider {
    background-color: #574BAA;
}

input:focus + .slider {
    box-shadow: 0 0 1px #574BAA;
}

input:checked + .slider:before {
    -webkit-transform: translateX(33px);
    -ms-transform: translateX(33px);
    transform: translateX(33px);
}
/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.form-check-input:checked {
    background-color: #574BAA;
    border-color: #574BAA !important;
}

.form-check label.form-check-label {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    padding-top: 4px;
}

.form-check-input:focus {
    border-color: #574BAA !important;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(103 58 183 / 0%);
}

.timeline-content .saveBtn {
    padding-top: 0px;
    padding-right: 25px;
    padding-bottom: 30px;
}

p.smallFont {
    font-size: 12px;
    padding-top: 8px;
}

p.siteURLText {
    padding-bottom: 10px;
    color: #574BAA;
}

span.urlText, input.urlTextField {
    display: inline-block;
    vertical-align: middle;
}

input.urlTextField {
    width: 95%;
}

span.urlText {
    font-size: 20px;
    color: green;
    padding-left: 10px;
}

span.urlTextSite {
    font-size: 20px;
    color: green;
    padding-left: 0px;
}

    span.urlTextSite.urlTextDanger {
        color: red;
    }

span.urlText.urlTextDanger {
    color: red;
}
/*Sites Style End*/
/*Form Style End*/
.formMainHeading {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 20px !important;
    margin-bottom: 20px;
}

.allContact.formMainHeading h2 {
    padding-top: 0px;
    padding-left: 0px;
}

    .allContact.formMainHeading h2.topPaddingFivety {
        padding-top: 15px;
    }

.tabsCompletedForm .nav {
    padding-left: 0px;
    padding-top: 0px;
}

    .tabsCompletedForm .nav .nav-link {
        border-bottom: 1px solid rgba(55, 31, 167, 0.30);
        background-color: #FAFAFA;
        height: 124px;
        padding: 40px 20px;
    }

        .tabsCompletedForm .nav .nav-link:before {
            display: none;
        }

        .tabsCompletedForm .nav .nav-link.active {
            background-color: #FFF;
        }

            .tabsCompletedForm .nav .nav-link.active .iconLeftTab {
                background: #FFF;
            }

.tabsCompletedForm .stepHeading {
    border-bottom: none;
    padding-bottom: 0px;
}

.tabsCompletedForm .timeline-content {
    border-left: none;
}

.col-md-2.formcomponents {
    width: 25% !important;
    padding-left: 0px !important;
}

.col-md-10.formarea {
    width: 75% !important;
}

.card-header:first-child {
    border-radius: 0 !important;
    background: white !important;
}

.accordion-item {
    border: none !important;
}

.formcomponents .formcomponent {
    color: black !important;
    border: none !important;
}

    .formcomponents .formcomponent:hover {
        background-color: transparent !important;
        border-color: transparent !important;
    }

.btn:focus-visible {
    background-color: #574BAA !important;
    border-color: #574BAA !important;
}

.blankCnt {
    padding: 8%;
}

    .blankCnt img {
        margin-bottom: 50px;
    }

    .blankCnt h2 {
        font-size: 22px;
        font-weight: 600;
        padding-bottom: 10px;
    }

    .blankCnt p {
        font-size: 14px;
        font-weight: 400;
        padding-bottom: 10px;
        width: 50%;
        margin: 0 auto;
        line-height: 1.5;
    }

    .blankCnt .btnTabsLinks {
        margin-bottom: 0px;
        margin-top: 35px;
    }

        .blankCnt .btnTabsLinks button i {
            padding-right: 7px;
        }

.drag-container .alert-info {
    border: 1px dashed #574BAA;
    background: #F8F7FF;
    padding: 58px 40px;
    font-size: 14px;
    font-weight: 400;
    color: #574BAA;
}

.downloadTextBtn {
    padding: 12px 0px;
}

    .downloadTextBtn a {
        text-decoration: none;
        font-size: 12px;
        font-weight: 500;
        color: #574BAA;
    }
/*Form Style End*/
ul.userNotification li.notifyMe {
    position: relative;
}

    ul.userNotification li.notifyMe a.cancelBtn {
        border: 1px solid #BBBBBB !important;
        padding: 9px 22px !important;
        font-size: 14px;
    }

    ul.userNotification li.notifyMe span {
        position: absolute;
        top: -4px;
        right: -7px;
        background-color: #C9030F;
        font-size: 9px;
        color: white;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        width: 18px;
        height: 18px;
        line-height: 18px;
    }

.contactLeft h2.connectrHeading {
    float: none;
    width: 73%;
}

.connectrSpanWidth li span {
    padding-right: 10px;
    width: 32% !important;
    display: initial;
    float: left;
}

.connectrSpanWidth li {
    overflow: hidden;
}

.connectrSpanWidth span.connectrRghtSpan {
    color: #555555 !important;
    padding-right: 0px !important;
    width: 61% !important;
}

.sitedetails p {
    padding-bottom: 10px;
    font-size: 15px;
}

.allContact.formDataCnt h2 {
    padding-bottom: 25px;
    padding-left: 0px;
}

.emailViewDesign {
    padding: 15px 0;
}

    .emailViewDesign h2,
    .emailViewDesign h2.connectrHeading {
        width: auto;
        font-size: 18px;
        color: #333;
    }

        .emailViewDesign h2.connectrHeading {
            font-size: 22px;
        }

.contactMain hr {
    margin: 0;
    border: 3px solid rgba(217, 217, 217, 0.8);
}

.statusSetting label,
.statusSetting p,
.emailViewDesign h3 {
    color: #000;
    font-size: 16px;
}

.emailViewDesign.contactLeft ul li span,
.statusSetting p {
    color: #555 !important;
}

.statusSetting label,
.emailViewDesign h3 {
    font-weight: 600;
}

.emailViewDesign .fa-building-memo {
    padding-right: 10px;
}

.contactLeft.emailViewDesign ul li {
    padding-bottom: 5px;
}

.contactLeft.emailViewDesign ul.taskDetailList li {
    padding-bottom: 15px;
}

.contactLeft.emailViewDesign ul {
    padding-top: 5px;
}

.statusSetting {
    padding-top: 10px;
}

.emailViewDesignCenter {
    align-items: center;
}

.emailViewDesign .connectrCCwidth span {
    width: 60px;
}

.sliding-panel {
    position: fixed;
    right: 0;
    top: 0;
    width: 75%;
    height: 100%;
    background-color: white;
    box-shadow: -2px 0 5px rgba(0,0,0,0.5);
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    z-index: 10005; /* Ensure the panel is on top */
}

.sliding-panel-small {
    width: 25% !important;
}

.sliding-panel.open {
    transform: translateX(0);
}

.sliding-panel.closed {
    transform: translateX(100%);
}

.sliding-panel button.clsCnt {
    background-color: lavender;
}

.sliding-panel button.clsCnt {
    background-color: #fcd5db;
}

.sliding-panel button.clsCnt {
    margin-left: 6px;
}

.sliding-panel button.clsCnt {
    background-size: 16px;
}

.sliding-panel button.clsCnt {
    background-image: url("images/close-icon.svg");
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1.5px solid #F4F4F9;
    text-indent: -9999px;
    height: 38px;
    width: 38px;
}

.panel-content {
    padding: 10px;
    height: calc(100% - 50px); /* Adjust to account for header height */
    overflow-y: auto; /* Enable vertical scrolling */
    overflow-x: hidden; /* Prevent horizontal scrolling */
}

.searchautocomplete {
    position: relative;
}

    .searchautocomplete .options {
        top: 40px;
        left: 0;
        background: white;
        width: 100%;
        padding: 0;
        z-index: 10;
        border: 1px solid #ced4da;
        border-radius: 0.5rem;
        margin-top: 0px;
        /*box-shadow: 0 30px 25px 8px rgba(0, 0, 0, 0.1);*/
    }

    .searchautocomplete .option {
        display: block;
        padding: 0.25rem;
    }

        .searchautocomplete .option .option-text {
            padding: 0.25rem 0.5rem;
        }

        .searchautocomplete .option:hover {
            background: #1E90FF;
            color: #fff;
        }

        .searchautocomplete .option.disabled {
            background-color: lightgrey;
            cursor: not-allowed;
        }

            .searchautocomplete .option.disabled:hover {
                background: lightgrey;
                color: var(--bs-body);
            }

.questionPnl button {
    background-color: transparent;
    border: none;
}

.statusQuestion {
    padding-top: 12px;
    color: #595959;
    font-size: 14px;
    clear: both;
}

    .statusQuestion span {
        color: #555555 !important;
    }

.showHidePasswordReference {
    color: black !important;
    border: none !important;
    padding: 0px !important;
    background-color: transparent;
}

.showHidePasswordRef {
    position: relative;
}

    .showHidePasswordRef i {
        position: absolute;
        bottom: 8px;
        right: 12px;
        cursor: pointer;
    }

        .showHidePasswordRef i:before {
            color: #555555;
        }

    .showHidePasswordRef input.form-control {
        padding-right: 38px !important;
    }

.formatted-json {
    background-color: #f9f9f9;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-family: monospace;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.attributeList {
    padding-bottom: 50px
}

    .attributeList button {
        background-color: transparent;
        border: none;
    }

.attributeEdit {
    padding-bottom: 20px
}

.blankScreen {
    background-image: url("images/blank-buildings.svg");
    background-position: bottom left;
    background-repeat: no-repeat;
    padding-top: 7% !important;
    background-size: 65%;
    min-height: 82vh;
}

    .blankScreen h1 {
        font-weight: 600;
        font-size: 85px;
        color: #020BA6;
    }

    .blankScreen p {
        padding: 10px 0px 29px 0px;
        font-size: 30px;
        color: black;
    }

    .blankScreen a {
        background-color: transparent;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #020BA6;
        text-decoration: none;
        display: inline-block;
        padding: 13px 23px;
        cursor: pointer;
        font-size: 14px;
    }

    .blankScreen img {
        padding-right: 10%;
        max-width: 100%;
    }

.paddingLeft {
    padding-left: 7%;
}

.deleteIcon {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1.5px solid #F4F4F9;
    text-indent: -9999px;
    height: 38px;
    width: 12px;
    background-size: 16px;
    background-color: #fcd5db;
    background-image: url(images/del_icon.svg) !important;
}

.modal-dialogIndex {
    z-index: 10005
}

.confirmClsBtn {
    border: none
}

.adminOption a img {
    height: 16px;
    padding-right: 10px;
}

.MidTextArea {
    min-height: 200px !important
}

.healthCareDesign.contactLeft ul li span {
    width: 200px !important;
}

.slaWorking {
    display: flex;
    justify-content: space-between;
    padding-top: 20px !important;
}

    .slaWorking label {
        padding: 0 !important;
    }

.lhooperation label {
    display: block !important;
}

#commentTask, .taskCommentCnt .customerBtn {
    width: 67%;
    display: inline-block;
}

.taskCommentCnt .customerBtn {
    width: 21%;
    margin-left: 19px;
}

.innerCmtCnt {
    margin-top: 18px;
}

    .innerCmtCnt img, .innerCnttext {
        display: inline-block;
        vertical-align: top;
    }

    .innerCmtCnt img {
        border-radius: 50px;
        width: 30px;
        height: 30px;
    }

.innerCnttext {
    margin-left: 12px;
    width: 92%;
}

    .innerCnttext p {
        font-size: 12px !important;
    }

    .innerCnttext span {
        font-size: 10px !important;
    }

ul.filesUPList li {
    padding-bottom: 9px;
}

    ul.filesUPList li a {
        margin-right: 8px;
    }

.loaderNew {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #574BAA;
    width: 35px;
    height: 35px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin-left: auto;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.attributeLst ul li span {
    width: 40%;
}

.mailPadSett {
    padding-top: 13px;
    background-position-y: 18px !important;
}

.JsonContent {
    white-space: pre-wrap;
    background-color: #f4f4f4;
    padding: 1rem;
    border-radius: 6px;
}

.attributeComp {
    margin-right: 10px;
}

.voiceAssistant .campaignLeft {
    border-bottom: none;
}


/***** Start Voxa Container*******/
.bg-black-0 {
    background-color: #F7F7F7 !important;
}

.rounded-10 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.rounded-25 {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.rounded-5 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.text-primary-voxa-500 {
    color: #14B76C !important;
}

.text-black-300 {
    color: #5C5C5C !important;
}

.text-black-400 {
    color: #2E2E2E !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.bg-primary-voxa-500, a.bg-primary-voxa-500 {
    background-color: #14B76C !important;
}

.bg-primary-voxa-600 {
    background-color: #f78b19 !important;
}

.bg-primary-disable-voxa-500 {
    background-color: #6c757d !important;
}

.primary-voxa-border {
    border: 1px solid #14B76C;
}

.primary-voxa-border-bottom {
    border-bottom: 1px solid #14B76C;
}

.primary-voxa-border-top {
    border-top: 1px solid #14B76C;
}

.voxaCnt p {
    font-size: 14px;
}

.patient-voice h2 {
    font-size: 22px;
    margin: 25px 0px;
    padding: 0px;
}

.patient-voice label {
    margin-bottom: .3rem !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #5C5C5C !important;
    padding: 0px !important;
}

.noMargin {
    margin: 0px !important;
}

.saveBtn button.cancelBtn {
    margin-left: 0px;
}

.patient-voice h3 {
    font-size: 18px;
    margin-bottom: .5rem;
}

.form-group {
    position: relative;
}

.input-icon-text {
    position: absolute;
    top: 32px;
    left: 10px;
}

    .input-icon-text i {
        font-size: 13px;
        color: #5C5C5C;
    }

.referalFIledsVoxa .referalFIledsInners {
    flex: 0 0 48.9%;
}

.patient-voice .form-group {
    margin-bottom: 1rem !important;
}

.voiceLeft .form-check {
    margin: 0px;
}

.helperText {
    font-size: 12px;
    padding-top: 6px;
}

.my-4 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
}

.leftMarginForm {
    margin-left: 20px;
}

.allContact .voxaCnt .titlePnl h2 {
    padding-top: 15px;
    padding-left: 0px;
    padding-bottom: 15px;
}

.voiceLeft .form-check-inline {
    width: 31%;
}

.objectFlow {
    border: 1px solid #ddd;
    border-radius: 10px;
}

    .objectFlow h2 {
        border-bottom: 1px solid #ddd;
        margin: 0px;
        padding: 20px;
        font-size: 18px;
    }

        .objectFlow h2 i {
            padding-right: 10px;
        }

.flowInner {
    padding: 20px;
    overflow: hidden;
}

    .flowInner p {
        margin-bottom: 1rem;
    }

.voice-section {
    display: flex;
    gap: 20px;
}

.card-body .form-check {
    margin: 12px 0px !important;
}

.callInner {
    width: 32%;
}

.callCnt {
    background-image: url("../images/call-window.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    border-radius: 10px;
    border: 2px solid #DDD;
    margin-bottom: 15px;
    align-items: anchor-center;
    display: flex;
    gap: 20px;
}

    .callCnt p {
        margin: 0px !important;
        font-size: 25px;
        font-weight: 600;
    }

    .callCnt button {
        margin-left: auto;
        padding: 10px 15px;
        border: 4px solid rgba(0, 0, 0, 0.06);
    }

.voice-section .card-header, #accordionMessageLog .card-header {
    padding: .75rem 1.25rem !important;
    margin-bottom: 0 !important;
    background-color: rgba(0, 0, 0, .03) !important;
    border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
}

    .voice-section .card-header:first-child,
    #accordionMessageLog .card-header:first-child {
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0 !important;
        background: rgba(0, 0, 0, .03) !important;
    }

.callInner .card {
    border-radius: 10px;
}

    .callInner .card h5 button, #accordionMessageLog .card h5 button {
        text-align: left;
        display: block;
        width: 100%;
        color: black;
        padding: 5px 0px;
        text-decoration: none;
    }

        .callInner .card h5 button b {
            font-size: 12px;
        }

        .callInner .card h5 button span, #accordionMessageLog .card h5 button span {
            float: right;
        }

    .callInner .card p, #accordionMessageLog .card p {
        font-size: 14px;
    }

.callInner .collapse.show, #accordionMessageLog .collapse.show {
    border-top: 1px solid rgba(0,0,0,.125);
}

.callInner .card h5 button i, #accordionMessageLog .card h5 button i {
    margin-right: 0px;
}

    .callInner .card h5 button i.fa-angle-up,
    .callInner .card h5 button.collapsed i.fa-angle-down,
    #accordionMessageLog .card h5 button i.fa-angle-up,
    #accordionMessageLog .card h5 button.collapsed i.fa-angle-down {
        display: none;
    }

.callInner .card h5 button.collapsed i.fa-angle-up,
#accordionMessageLog .card h5 button.collapsed i.fa-angle-up {
    display: inline-block !important;
}

#collapseOne .main-step {
    margin-top: 0px;
}

.progressBtn {
    display: flex;
    gap: 12px;
}

    .progressBtn button {
        font-size: 14px;
        color: white;
        width: 50%;
        padding: 3% 4%;
        border: none;
    }

.bottomMargin15 {
    margin-bottom: 15px;
}

.
.callInner .card .card-body ul li {
    font-size: 14px;
    color: #5C5C5C !important;
    border-bottom: 1px solid #ddd;
    padding: 10px 0px;
}
.callInner .card .card-body .note-markdown-body ul li {
    font-size: 12px;
}

    .callInner .card .card-body ul li span {
        border-radius: 12px;
        background: #DDD;
        float: right;
        font-size: 14px;
        color: #5C5C5C !important;
        padding: 1px 17px;
        display: inline-block;
    }

    .callInner .card .card-body ul li:last-child {
        border-bottom: none;
    }

#accordion4 .card-body ul li p {
    padding-top: 16px;
    margin-bottom: 0px;
}

.callInner .card .card-body ul.listStyleBullet {
    padding-left: 15px;
}

    .callInner .card .card-body ul.listStyleBullet li {
        border: none;
        list-style: disc;
        padding: 5px 0px;
    }

.card-body {
    position: relative;
}

.scoreCnt {
    color: #5C5C5C;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 28px;
}

    .scoreCnt .status {
        float: right;
        background: #ddd;
        padding: 4px 10px;
        border-radius: 20px;
        font-size: 12px;
        color: #555;
        font-weight: 400;
    }

.tag {
    display: block;
    position: relative;
}

    .tag span {
        font-size: 11px;
        background: #eee;
        color: #555;
        padding: 3px 7px;
        border-radius: 5px;
        z-index: 10;
        position: relative;
    }

    .tag:after {
        content: '';
        height: 1px;
        background-color: #ddd;
        position: absolute;
        top: 57%;
        left: 0px;
        right: 0px;
        z-index: 1;
    }

.progress-bar {
    background-color: #2ecc71;
    border-radius: 0px;
    overflow: hidden;
    position: absolute;
    top: 0;
    padding: 3px;
    width: 35%;
    left: 0;
}

.call-box {
    background: white;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    background-image: url("../images/call-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 15px;
    border: 2px solid #ddd;
}

.call-number {
    color: #5C5C5C;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
}

    .call-number span {
        border-radius: 50px;
        background: #FFF;
        padding: 10px 12px;
        font-size: 14px;
        float: right;
    }

.icon-row {
    display: flex;
    justify-content: space-around;
    margin-bottom: 30px;
}

.icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.icon-circle {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.icon-label {
    padding-top: 8px;
    font-size: 14px;
    color: #2E2E2E;
}

.timer {
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #5C5C5C;
}

.remaining {
    color: #5C5C5C;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.recording {
    font-weight: bold;
    color: red;
    font-size: 16px;
    margin-bottom: 20px;
}

    .recording span {
        color: #5C5C5C;
    }

.end-call {
    background: #D10000;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    margin: 0 auto;
    cursor: pointer;
}

.end-label {
    margin-top: 8px;
    font-size: 14px;
}

.callActive {
    display: block;
}

.callCnt p.font14 {
    font-size: 14px;
}

.callActive ul {
    align-items: anchor-center;
    display: flex;
    gap: 13px;
}

    .callActive ul li:first-child {
        font-size: 36px;
        font-weight: 700;
        color: #5C5C5C;
    }

    .callActive ul li:nth-child(2) {
        font-size: 16px;
        font-weight: 700;
        color: #5C5C5C;
    }

    .callActive ul li:nth-child(3) {
        font-size: 13px;
        font-weight: 700;
        color: red;
    }

        .callActive ul li:nth-child(3) span {
            color: #5C5C5C;
        }

    .callActive ul li:last-child {
        margin-left: auto
    }

.phoneRed {
    background-color: #D10000;
}

.phoneWhite {
    background-color: #fff;
}

.callCnt.callActive button {
    margin-left: auto;
    padding: 4px 9px;
    border: none;
    width: 33px;
}

.plusBtn button {
    border-radius: 10px;
    border: 2px solid #DDD;
    padding: 7px 12px;
}

.icon.mute .icon-circle,
.icon.speaker .icon-circle,
.icon.addMe .icon-circle,
.icon.keypad .icon-circle {
    background: #2E2E2E;
    color: white;
}

.callBlack {
    border-radius: 5px;
    background: #323232;
    padding: 10px;
    color: white;
    margin: 25px auto;
    font-size: 16px;
    display: inline-block;
}

.callSetupSection .dashboardPnl {
    padding-left: 0px;
}

.mainCntPnl.callSetupSection:after {
    background-color: transparent;
}

@media only screen and (min-width: 10px) and (max-width: 1000px) {
    .voice-section {
        display: block;
    }

    .callInner {
        width: 100%;
    }

    .progressBtn button {
        padding: 2% 4%;
    }

    .leftMenu {
        width: 22%;
    }

    .rightPnl {
        width: 74%;
    }

    .logoutIcon a i {
        display: block;
    }
}

@media only screen and (min-width: 10px) and (max-width: 850px) {
    .patient-header {
        flex-wrap: wrap;
    }

        .patient-header div {
            flex: 30%;
        }

    .leftCollapse {
        width: 13%;
    }

    .rightFulPnl {
        width: 81%;
    }
}

@media only screen and (min-width: 10px) and (max-width: 690px) {
    .logoMain img.customerLogo {
        display: none;
    }

    .logoMain img.collapseLogo {
        display: block;
        margin: 0 auto;
    }
}

.patient-row {
    margin-bottom: 0px;
    gap: 5px;
}

    .patient-row .insurer {
        flex: 0 0 calc(17% - 8px);
        padding: 0px;
    }

        .patient-row .insurer .count span,
        .patient-row .insurer .count {
            display: inline-block;
            vertical-align: middle;
            line-height: 0.8;
        }

    .patient-row .iconuser {
        padding: 5px 7px 10px 7px;
        width: 35px;
        height: 35px;
    }

.patient-header {
    display: flex;
    margin: 25px 0px;
    gap: 12px;
}

    .patient-header div {
        padding: 14px 18px;
        font-size: 10px;
        font-weight: 700;
    }

        .patient-header div:nth-child(1) {
            padding: 17px;
        }

            .patient-header div:nth-child(1) i {
                font-size: 20px;
            }

    .patient-header span.display-text {
        font-size: 14px;
        font-weight: 400;
        display: block;
    }

.main-step {
    flex-grow: 1;
    margin: 20px 0px;
    box-sizing: border-box;
    overflow-y: auto;
    position: relative;
}

    .main-step:before {
        content: '';
        background-color: #ddd;
        padding: 0.5px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 22px;
    }

.status-step {
    padding: 10px 0px;
    background: #fff;
    transition: background 0.3s;
    font-size: 14px;
    color: #2E2E2E;
    display: flex;
    gap: 20px;
    align-items: center;
}

    .status-step:nth-child(1) {
        padding-top: 0px;
    }

    .status-step:last-child {
        padding-bottom: 0px;
    }

.status-step {
    padding: 10px 0px;
    background: #fff;
    transition: background 0.3s;
    font-size: 14px;
    color: #2E2E2E;
    display: flex;
    gap: 20px;
    align-items: center;
}

.iconStatus {
    background-color: white;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 8px 13px;
    width: 44px;
    text-align: center;
    z-index: 1;
}

    .iconStatus i {
        font-size: 18px;
    }

.status-step span {
    display: block;
    font-size: 10px;
    color: #5C5C5C;
}

.userIcon {
    padding-left: 30px !important;
}

.cursor-pointer {
    cursor: pointer;
}
.CallModeOption {
    width: 100px;
}

.btnIcon {
    background-color: transparent;
    border: none;
    padding: 0px;
    padding-right: 10px;
}

.status-created {
    background-color: lightgray;
    color: black;
    font-weight: 600;
}

.status-inprogress {
    background-color: lightblue;
    color: navy;
}

.status-completed {
    background-color: lightgreen;
    color: white;
}

.primary-diagnosis {
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 5px;
    border-left: 4px solid #007bff;
}

.other-diagnoses {
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 5px;
    border-left: 4px solid #6c757d;
    margin-top: 10px;
}

.partial-segment {
    background-color: #f0f0f0; /* light gray */
    padding: 5px;
    border-radius: 4px;
}

/***** End Voxa Container*******/
.btnBkgColor button:hover {
    background-color: transparent !important;
    border-color: transparent !important;
    color: transparent !important;
}
.btnBkgColor button.btn-outline-success:hover {
    color: #28a745 !important;
}
.btnBkgColor button.btn-outline-danger:hover {
    color: #dc3545 !important;
}
.btnBkgColor button.btn-outline-danger {
    padding-left: 0;
}
.btnBkgColor button:focus {
    box-shadow: none !important;
}
.btnBkgColor .btn-link {
    padding: 0;
    margin: 0;
    line-height: 1;
    margin-bottom: 3px;
}
btnBkgColor button.btn-outline-danger {
    padding: 0 !important;
}

.payer-rule-ext
{
    font-size : 12px !important;
}
.modelHeightScrol {
    overflow-x: auto;
    height: 100%;
    padding-bottom: 30px;
}