/**************Dev site Ar*************/
@font-face {
    font-family: GE-SS-Two-Light;
    src: url('./fonts/GE_SS_Two_Light.otf');
    font-weight: normal;
}

@font-face {
    font-family: GE-SS-Two-Medium;
    src: url('./fonts/GE-SS-Two-Medium.otf');
    font-weight: normal;
}

@font-face {
    font-family: Montserrat;
    src: url('./fonts/Montserrat-Regular.otf');
    font-weight: normal;
}

@font-face {
    font-family: Montserratl;
    src: url('./fonts/Montserrat-Light.otf');
    font-weight: normal;
}

@font-face {
    font-family: Lato;
    src: url('./fonts/Lato-Regular.ttf');
    font-weight: normal;
}

@font-face {
    font-family: Poppins-Regular;
    src: url('./fonts/Poppins-Regular.ttf');
    font-weight: normal;
}

@font-face {
    font-family: Hurme Geometric;
    src: url('./fonts/Hurme Geometric Sans 4 W00 SmBd.ttf');
}

@font-face {
    font-family: LamaSans;
    src: url('./fonts/LamaSans-SemiBold.otf');
    font-weight: normal;
}

@font-face {
    font-family: Cairo;
    src: url('./fonts/CAIRO-BOLD.TTF');
}

@font-face {
    font-family: LamaSans;
    src: url('./fonts/LamaSans-SemiBold.otf');
    font-weight: 500;
}

@font-face {
    font-family: LamaSans;
    src: url('./fonts/LamaSans-SemiBold.otf');
    font-weight: 600;
}

@font-face {
    font-family: LamaSans;
    src: url('./fonts/LamaSans-Bold.otf');
    font-weight: 700;
}

body {
    font-family: GE-SS-Two-Light;
}

/*h1,h2,h3,h4,h5,h6,a,ul,li,p,button,label,table,td,tr{font-family: GE-SS-Two-Medium;}*/
h3 {
    font-size: 18px;
}

p {
    color: #000;
}

/* GLOBAL STYLES

-------------------------------------------------- */
/* Padding below the footer and lighter body text */
.pull-right {
    float: left;
}

.pull-left {
    float: right;
}

.upload_item_img {
    cursor: pointer;
}

.btn-wrapper {
    width: 100%;
    display: flex;
}

.btn.btn-save-attribute.update-btn {
    background-color: transparent;
    border: 1px solid #1872E7;
    color: #1872E7;
}

.statistics-callView {
    width: 100%;
    display: flex;
    padding: 0 0px;
}

.view-count {
    margin-right: 0px;
    width: 100px;
}

.call-count {
    margin-right: 0px;
}

.stat-name {
    padding-bottom: 5px;
    font-family: 'GE-SS-Two-Light';
    font-size: 12px;
}

.stat-number {
    color: #4084F4;
    text-align: center;
    font-family: 'Lato';
}

.featuring-logo-image {
    position: relative;
    overflow: hidden;
}

.active-badge {
    position: absolute;
    padding-top: 30px;
    padding-bottom: 5px;
    top: -16%;
    left: -18%;
    transform: rotate(
            -43deg
    );
    background: green;
    width: 80px;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    opacity: 0.5;
}

.perc-stat-chart {
    position: absolute;
    top: 40px;
    left: 0;
    text-align: center;
    width: 100%;
    font-size: 15px;
    font-family: 'Lato';
}

body {
    color: #000000;
}

button {
    font-family: GE-SS-Two-Light;
}

.logo-image {
    float: right;
    width: 12%;
    padding: 0px;
    margin-left: 15px;
}

.breadcrumbs {
    float: right;
    width: 33%;
    padding: 25px 0px 0px 0px;
    text-align: right;
    direction: rtl;
}

.header-wrapper {
    padding: 7px 8px 4px 45px;
    border-bottom: 1px solid #000000;
    background: #ffffff;
    height: 85px;
}

.navigation-custom {
    margin-right: 5px;
    display: inline-block;
    text-transform: capitalize;
    color: #000000;
    font-family: GE-SS-Two-Light;
}

.navigation-custom:hover {
    color: #a0a0a0;
}

.navigation-custom:visited {
    color: #000000;
}

.header-wrapper-home {
    padding: 20px 30px 20px 30px;
    background-color: transparent;
    position: absolute;
    width: 100%;
    z-index: 99999;
}

.container {
    width: 100%;
    max-width: 100%;
    clear: both;
}

.container.dashboard {
    padding-left: 0px;
    padding-right: 0px;
}

#loader {
    position: fixed;
    top: 50%;
    left: 45%;
    display: none;
    z-index: 100000;
}

#payment-loader {
    position: fixed;
    top: 50%;
    left: 33%;
    display: none;
    z-index: 100000;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    padding: 20px;
    color: #fff;
}

/* HEADER
-------------------------------------------------- */
/* ***************Header facelift start********************** */
.login-div {
    display: flex;
    justify-content: end;
    align-items: center;
    margin: 1px;
    padding-top: 10px;
    direction: rtl;
}

.log-header-link {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #595959;
    padding: 0.5rem 1.5rem;
    border-bottom: 0.2px solid #C4C4C4;
    cursor: pointer;
    text-align: start
}

.lg-header-spn {
    margin-left: 6%;
    width: 15px;
}

ul#login-dp {
    right: -133px;
    min-width: 11rem;
}

.badge-inbox {
    font-family: 'Lato';
    font-size: 8px;
    color: #ffffff;
    background: #1872E7;
    border-radius: 50%;
    position: absolute;
    right: 5px;
    bottom: 4px;
    width: 10px;
    height: 10px;
    line-height: 7px;
}

.lg-duplicate-spn {
    position: relative;
}

.badge-duplicates {
    font-family: 'Lato';
    font-size: 8px;
    color: #ffffff;
    background: #1872E7;
    position: absolute;
    bottom: -1px;
    left: 0px;
    border-radius: 0px;
    padding: 1.3px 1.5px;
}

.lg-nav-block-wrap {
    margin: 0.5rem;
    background-color: #F5F5F5;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.top-menu-icon {
    margin-bottom: 6px;
}

.lg-account-drop-ul {
    list-style: none;
}

.logedin-nav-in {
    display: block !important;
    margin: 0.5rem;
}

.lg-lang-spn {
    font-family: 'Lato';
    font-weight: 600;
    font-size: 12px;
    color: #000000;
}

.knowledge-base-menu {
    cursor: pointer;
}

/* ***************Header facelift end********************** */


.bg-inverse {
    background-color: transparent !important;
}

.navbar-inverse .navbar-nav .nav-link {
    color: #000000;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0px 20px !important;
}

nav.navbar.navbar-toggleable-md.navbar-inverse.bg-inverse {
    /*width:30%;*/
    float: right;
    text-align: right;
    margin-top: 7px;
}

.navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover {
    color: #FFEF1A !important;
}

button.navbar-toggler.navbar-toggler-right {
    display: none;
}

/* logedin header CSS
-------------------------------------------------- */

/***********************New header OCT 01-10-2021 START *********************/
ul.nav.navbar-right.header-top-accont {
    margin-left: -15px;
    align-items: center;
    display: flex;
    margin-top: 10px;
}

a.setting-icon-btn:after, li.profile-listing a:after {
    display: none;
}

/* li.dropdown.logedin-li {
    margin-top: 7px;
    width: 73px;
    float: left;
    color: #ffffff !important;
    display: flex;
    align-items: center;
} */
ul.header-top-accont > li {
    margin: 0px 15px;
}

ul.setting-account-sub li:hover {
    background: #dddcdc;
}

ul.setting-account-sub > li > a {
    font-size: 12px;
    padding: 6px 15px;
}

.setting-label-header {
    position: absolute;
    left: 50%;
    z-index: 1000;
    visibility: hidden;
}

a.setting-icon-btn:hover .setting-label-header {
    visibility: inherit;
    top: 44px;
    left: 0px;
    padding: 10px 8px;
    background-color: #55524d;
    color: #ffffff;
    border-radius: 4px;
    font-size: 11px;
    font-family: GE-SS-Two-Medium;
}

.setting-label-header.internal-label-header {
    width: 108px;
}

.setting-label-header.account-label-header {
    padding: 1px 8px !important;
}

a.setting-icon-btn:hover {
    border-radius: 50%;
    color: #3c4043;
    /*background-color: rgba(0,0,0,.10);*/
}

/* a.setting-icon-btn {
    padding: 6px 6px 6px 6px;
}
a.setting-icon-btn {
    position: relative;
} */
li.profile-listing > ul > li {
    font-size: 12px;
    padding: 4px 15px;
}

li.profile-listing > ul > li:hover {
    background: #dddcdc;
}

/***********************New header OCT 01-10-2021 END   *********************/

/* li.dropdown.logedin-li {
    margin-top: 7px;
    width: 42px;
    float: left;
    color: #ffffff !important;
} */

li.nav-item.logedin-li {
    float: left;
    width: 3px;
    color: #ffffff !important;
}

li.logedin-li.logedin-img a.dropdown-toggle {
    text-decoration: none;
    color: #ffffff;
}

a#dropdownMenuAction > br, a#dropdownMenu > br {
    display: none;
}

/* a.nav-link.pull-right {
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 20px 0px !important;
    color: #000000;
    line-height: 0;
	float: left;
} */

.logo-top {
    width: 100%;
    margin-top: 13px;
}

nav.navbar.navbar-toggleable-md.logedin-nav {
    float: right;
    width: 17%;
    text-align: right;
    margin-top: 2px;
    padding: 0px;
}

img.img-circle.img {
    /* border-radius: 50%;box-shadow: inset 0 0 2px #000000;*/
    height: 27px;
    width: 27px;
    border-radius: 50%;
}

li.dropdown.logedin-li.logedin-img.open > ul#login-dp {
    display: block;

}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
    bottom: 3rem;
}

nav.new-header {
    direction: rtl;
    background: #ffffff !important;
    padding: 20px 50px 20px 50px;
    z-index: 100;
}

.deactivate-pack .ppp_total_users {
    display: none;
}


.new-group-wrapper-list {
    /* border-top: 2px solid #f0f0f0; */
    background-color: #ffffff;
    padding: 25px 15px 20px 15px;
    /*box-shadow: 1px 2px 3px 1px #888888;*/
}

.new-leads-group-details {
    display: none;
    background-color: #ffffff;
}

.new-leads-group {
    text-transform: capitalize;
    color: #000000;
    position: relative;
    /*font-weight: bold;*/
    font-size: 14px;
    margin-top: 33px;
}

.new-leads-group.active {
    /*color: #3d4fb9;*/
    font-weight: bold;
}

button.btn.btn-primary.btn-lg.open-group {
    border-radius: 0;
    font-size: 14px;
    border: none;
    font-weight: normal;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -13px;
    color: #000000;
    background: none;
    /* margin-top: 8px; */
    text-decoration: underline;
}

span.see-more {
    margin-right: -20px;
}

.see-connections a, .see-connections {
    color: #1872E7;
    font-size: 10px;
}

.see-connections a:hover {
    color: #1872E7;
    text-decoration: underline;
}

p.see-connections {
    margin-top: -6px;
}

img.folder-group, img.folder-group-2 {
    margin: -4px 8px 0px 0px;
}

.group-link {
    position: absolute;
    left: -15px;
    font-size: 30px;
    /* top: 0px; */
}

/* Declare heights because of positioning of img element */
/* .carousel-item {
    height: 32rem;
    background-color: #777;
}

.carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
} */

h3.section-heading {
    text-align: center;
    color: #ffffff;
    padding: 25px;
    text-transform: uppercase;
}

.row.section-heading {
    margin-right: 0px;
    margin-left: 0px;
}

h3.section-heading > img {
    margin-right: 7px;
}

/* MARKETING CONTENT
-------------------------------------------------- */
.container.marketing {
    padding-left: 0px;
    padding-right: 0px;
    background-color: #f5f5f7;
}

.container.listing-main {
    padding-left: 0px;
    padding-right: 0px;
    background-color: #ffffff;
}

.col-md-12.section-heading-col, .col-md-12.marketing-leads-col {
    padding-left: 0px;
    padding-right: 0px;
}

.row.marketing-row {
    padding: 0px 0px 0px 0px;
}

.marketing-col {
    padding: 25px 0px;
    float: left;
}

.col-md-4.marketing-left {
    float: left;
    text-align: center;
}

.marketing-right {
    text-align: justify;
}

.bg-gray {
    background-color: #ffffff;
}

.marketing-right h1 {
    color: #7514b9;
    font-weight: bold;
}

.col-md-8.marketing-right {
    margin: 0 auto;
}

.col-md-8.marketing-right > h4 {
    color: #59636b;
    font-weight: bold;
}

h4.setp-work-heading, p.setp-work-p {
    text-align: left;
}

h4.setp-work-heading {
    font-size: 22px;
}

/* .carousel-indicators li {
    width: 10px;
    height: 10px;
    max-width: 10px;
    max-height: 10px;
    border-radius: 5px;
}

.carousel-indicators .active {
    background-color: #e1e22c;
}

.carousel-indicators li {
    background-color: #36154e;
}

.carousel-control-prev-icon {
    background-size: 57% 96%;
    padding: 13px;
    border-radius: 20px;
    background-color: #36154e;
}

.carousel-control-next-icon {
    background-size: 57% 95%;
    padding: 13px;
    border-radius: 20px;
    background-color: #36154e;
    background-position: 9px;
} */

/* START THE Contact us
------------------------- */
/*.container.Contact {
    padding: 12% 0px 4% 0;
    background-color: #242c69;
}
*/
.del-lead-form, .view-mapping {
    cursor: pointer;
}

.col-md-3.Contact-col-left {
    float: left;
}

.col-md-6.col-md-offset-3.Contact-col-center {
    float: left;
}

label.col-md-3.control-label {
    float: left;
    font-weight: bold;
    color: #5a5a5a;
    font-size: 16px;
}

#frmchangepwd label.col-md-3.control-label {
    padding-top: 20px;
    margin-bottom: 0px;
    color: #ffffff;
}

.col-md-9.control-felid {
    float: left;
}

.form-group {
    padding: 0px 0px 40px 0px;
}

.Contact-col-center .form-group {
    padding-bottom: 15px;
}

.singnin-form-div .form-group {
    padding-bottom: 15px;
}

#frmchangepwd .form-group {
    display: flex;
}

#frmProfile .form-group {
    padding: 0px;
}

/* .control-felid > input, .control-felid > select, .control-felid > textarea, input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    border-radius: 0px;
    background-color: #ededed;
    border: 1px solid #ededed;
} */


.Contact-col-center .form-control::-webkit-input-placeholder, .singnin-form-div .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #C4C4C4;
    font-family: GE-SS-Two-Medium;
    font-size: 18px;
}

.Contact-col-center .form-control::-moz-placeholder, .singnin-form-div .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #C4C4C4;
    font-family: GE-SS-Two-Medium;
    font-size: 18px;
}

.Contact-col-center .form-control::-ms-input-placeholder, .singnin-form-div .form-control::-ms-input-placeholder { /* IE 10+ */
    color: #C4C4C4;
    font-family: GE-SS-Two-Medium;
    font-size: 18px;
}

.Contact-col-center .form-control::-moz-placeholder, .singnin-form-div .form-control::-moz-placeholder { /* Firefox 18- */
    color: #C4C4C4;
    font-family: GE-SS-Two-Medium;
    font-size: 18px;
}

.form-control:focus, select:focus {
    border-color: #81649A;
    outline-color: #81649A;
}

.plan-page {
    padding-top: 8%;
}

.table td {
    /* border: 2px solid #ffffff; */
    text-align: right;
    padding: 10px 10px 10px 10px;
}

.table th {
    text-align: left;
    text-transform: capitalize;
}

.table .option-heading {
    text-align: left;
    padding-left: 20px;
}

table.plan-table.table > thead > tr > th, table.plan-table.table > tbody > tr > td {
    text-align: center;
    width: 20%;
}

table.plan-table.table > thead > tr > th, table.plan-table.table > thead > tr {
    color: #323c47;
    font-weight: bold;
    text-transform: none;
}

table.plan-table.table > tbody > tr:first-child {
    color: #939ea7 !important;
    font-weight: bold;
}

table.plan-table.table > tbody > tr:nth-child(even) {
    color: #939ea7;
}

table.plan-table.table > tbody > tr:nth-child(odd) {
    background: #ffffff;
    color: #939ea7;
}

.Contact-col-center .control-label {
    text-transform: uppercase;
}

table.plan-table.table > tbody > tr > td > i {
    color: #939ea7;
    font-size: 23px;
}

button.btn.btn-primary.btn-lg.submit-button {
    background-color: #000000;
    border-color: #000000;
    border-radius: 0px;
    padding: 6px 30px;
    float: right;
    margin: 20px 0px;
}

.table.inner-table > tbody > tr > td {
    border: 0px solid #ffffff;
}

button.btn.btn-primary.btn-lg.submit-button.fb-login-button {
    background-color: #034c83;
    border-color: #034c83;
    margin: 20px 14px;
}

/*
.singnin-col-center {
    /*background-color: #001970;
    padding: 2% 2% 2% 2%;
    /*box-shadow: 0px 0px 2px 1px #ffffff;
    margin: 15px auto;
}*/
.col-md-5.Contact-col-center {
    background-color: #ffffff;
    margin: 0 auto 30px;
    padding: 0px 30px;
}

.col-md-5.singnin-col-center {
    background-color: #ffffff;
    margin: 0 auto 30px;
    padding: 0px 30px;
}

.forget-password-text {
    font-weight: 100;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #000000;
}

.fg.form_area {
    width: 500px;
    height: 465px;
    margin: 2% auto;
    background: #FFFFFF;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.05);
    text-align: center;
    padding: 35px;

}

/***************************************************************/
section.fg.forgot-page {
    background: radial-gradient(50% 50% at 50% 50%, rgba(111, 0, 255, 0.036) 0%, rgba(111, 0, 255, 0) 100%);
    padding: 60px 0px;
}

.fg.contact-heading-heading-page {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;

    /* identical to box height */

    color: #000000;


}

button.fg.btn.new-rp-cta {
    box-sizing: border-box;
    width: 331px;
    height: 45px;
    border: 1px solid #ff8d23;
    filter: drop-shadow(0px 4.33623px 10.8406px rgba(233, 68, 75, 0.1));
    border-radius: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #ff8d23;
}

input.form-control.fg.email_text /*,input#email*/
{
    box-sizing: border-box;
    width: 331px;
    height: 45px;
    border: 1.23px solid #00000040 !important;
    filter: drop-shadow(0px 4.33623px 10.8406px rgba(233, 68, 75, 0.1));
    border-radius: 5px;
    padding: 12px;

    margin: 0 auto;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;

    /* identical to box height */
    letter-spacing: 0.03em;
    color: #7A7C7E;
}

input.form-control.fg.email_text::placeholder {

    font-style: normal !important;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;

    /* identical to box height */
    letter-spacing: 0.03em;
    color: #7A7C7E;
}

.fg.long-arrow {

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #757575;
}

.singnin-form-div {
    padding: 20px 0px;
    width: 100%;
    margin: 0 auto;
}

.singnin-form-div .form-control {
    background-color: transparent !important;
    border-bottom: 1px solid #ffffff;
    border: 1px solid #ffffff;
    border-radius: 0;
    color: #C4C4C4;
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 20px;
    font-family: GE-SS-Two-Medium;
    resize: none !important;
}

.contact-form-wrapper {
    padding: 20px 0px;
    width: 100%;
    margin: 0 auto;
}

button.btn.btn-primary.btn-lg.submit-button.contact-cta {
    float: left !important;
    width: auto !important;
    padding: 7px 29px !important;
}

.purchase-button {
    border: 1px solid #FFEF1A;;
    padding: 11px 12%;
    text-transform: uppercase;
    color: #000000;
    font-weight: bold;
    border-radius: 0px;
    background-color: #FFEF1A;;
    font-family: GE-SS-Two-Medium;
    font-size: 12px;
    text-transform: capitalize;
}

.feature-list-heading.feature-list-heading2 {
    background: transparent;
}

.col-md-3.features-price-col:hover {
    border: 2px solid #FF3E80;
}

.col-md-3.features-price-col:hover .purchase-button {
    background-color: #FFEF1A;
    border: 1px solid #FFEF1A;
    color: #000000;
    font-family: GE-SS-Two-Medium;
    font-weight: bold;
    text-decoration: none;
}

.payment-logos img {
    margin-left: 20px;
}

.payment-logos {
    margin-bottom: 30px;
    margin-top: 20px;
}

.plan-table {
    margin-top: 20px;
}

#user-prof-img {
    width: 40px;
    height: 40px;
    border-radius: 20px;
}

/**********additional contact start********/
.notAdded {
    font-size: 12px;
}

.lac_email_view {
    font-size: 14px;
}

.lac_name_view {
    font-size: 18px;
}

#add-tr {
    padding-top: 15px;
}

.add_contact {
    color: #1872E7;
    text-decoration: underline;
    padding: 5px;
    cursor: pointer;
}

/**********additional contact ens********/
/* logedin CSS
-------------------------------------------------- */
.col-lg-2.service-col {
    width: 16.66667% !important;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    text-align: center;
    padding: 6% 0 25px 0;
    float: left;
}

.col-lg-2.service-col:hover {
    background-color: #f1f1f1;
}

.col-lg-2.service-col > a {
    text-decoration: none;
}

.col-lg-2.service-col > a > h2 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    padding-top: 20px;
    color: #000;
}

.col-lg-2.service-col p {
    padding-right: 5px;
    padding-left: 5px;
}

a.btn.btn-primary.btn-lg.submit-button.fb-login-button {
    color: #000000;
    background-color: #F7F7F7;
    border-color: #F7F7F7;
    background: #F7F7F7;
    margin-right: 10px;
    border-radius: 0px;
    padding: 7px 24px;
    float: left;
    margin: 0px 0px 0 0;
}

button.btn.btn-primary.btn-lg.submit-button {
    float: right;
}

button.btn.btn-primary.btn-lg.submit-button.fb-login-button > i.fa.fa-facebook {
    padding-right: 10px;

}

p.forget-password {
    float: right;
    width: 100%;
    text-align: right;
    color: #000;
    font-size: 14px;
    font-family: GE-SS-Two-Medium;
    padding-right: 0px !important;
    padding: 15px;
}

p.forget-password > a {
    text-decoration: none;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 21px;
    color: #C4C4C4;
}

/*******floor 11-11-21********/
#name_number {
    width: 80%;
}

.owner-search {
    cursor: pointer;
    height: 40px;
    line-height: 38px;
    background-color: #4084F4 !important;
    border: 0
}

.floor-plan-filter {
    margin-left: 9px;
    width: 9%;
}

.create_copy {
    color: #0275d8;
}

/*******floor end 11-11-21********/
/* teams CSS
-------------------------------------------------- */
ul.section-heading {
    background-color: #48575e;
    padding: 15px;
    float: left;
    width: 100%;
    list-style: none;
    font-size: 27px;
    /*box-shadow: 9px 6px 11px rgba(136, 136, 136, 0.46);*/
}

ul.section-heading > li {
    float: left;
    padding: 0px 20px;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}

ul.section-heading > li > a {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}

ul.section-heading > li > img {
    width: 50px;
    height: auto;
    float: left;
    padding-right: 10px;
}

.col-md-12.marketing-logo-left {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

.col-md-12.marketing-logo-left:last-child {
    border-bottom: 0px;
}

.marketing-logo-left a {
    text-decoration: none;
}

.col-md-2 img.deshbord-img {
    width: auto;
    height: auto;
    margin-right: 7px;
    margin-left: 7px;
    float: right;
}

.col-md-1 img.deshbord-img {
    width: 20px;
    height: auto;
    margin-right: 7px;
    margin-left: 7px;
    float: right;
}

span.deshbord-menu-image {
    width: 24px !important;
    text-align: center;
    margin-right: 6px;
}

p.deshbord-p {
    color: #fff;
    text-align: left;
    font-size: 12px !important;
    padding-top: 12px;
    margin-bottom: 0px;
}

.dropdown-p {
    color: #fff;
    text-align: left;
    font-size: 12px !important;
    margin-left: 40px;
}

a.active .dropdown-p {
    color: #FEEE1C;
}

a.active .deshbord-p:after {
    height: 38px;
    content: "";
    position: absolute;
    width: 100%;
    background-color: #E0EBFD;
    left: -6px;
    top: 15px;
    z-index: -1;
    background: #E0EBFD;
    border-radius: 6px;
}

span.pull-right.menu-down {
    font-size: 16px;
    margin-top: 4px;
    padding-right: 5px;
}

a.active .deshbord-p {
    color: #000000;
}

.col-md-10.control-felid {
    float: left;
}

h4.user-h {
    color: #000;
    font-weight: bold;
    padding-bottom: 20px;
    text-align: left;
    text-transform: uppercase;
    font-size: 18px;
}

label.col-md-2.control-label {
    float: left;
    color: #000;
}

#frmAddUser label.col-md-2.control-label {
    padding: 0px;
}

/*

input.form-control.enter-email {
    width: 268px;
    border-radius: 0;
    float: left;
    background: #ffffff;
    font-size: 14px;
    color: #000000;
}
*/
input.form-control.enter-email::placeholder {
    font-size: 14px;
}

input.form-control.enter-email, .enter-display_name {
    width: 100%;
    border-radius: 0;
    border: 0;
    /*float: left;*/
    /*background: #f1f1f1;*/
    font-size: 14px;
    color: #000000;
    height: 38px;
    /*border-right: 0px;*/
    display: block;
    /*margin: 0px 20px;*/
    margin: 0px 0px 20px 0;
    border: 1px solid #000000;
}

#frmAddUser select.form-control.selectpicker.user-role {
    float: none;
    width: 100%;
    /*border: 0 !important;*/
    margin-right: 0px;
    border: 1px solid #000000;
    border-radius: 0px;
    font-size: 14px;
    /*background-color: #f1f1f1;*/
    display: block;
}

#frmAddUser .form-group {
    padding: 0px;
}

.Add-new-user-button {
    padding: 10px 40px;
    /* float: left; */
    margin: 0px 15px;
    background-color: #ff3d80;
    border-color: #ff3d80;
    border-radius: 0px;
    font-size: 14px;
    font-weight: normal;
}

img.user-img-circle {
    width: 90px;
    height: 90px;
    /*float: left;*/
    border-radius: 90px;
}

img.user-img-avatar {
    width: 100%;
    height: auto;
}

input.user-search.form-control {
    border-radius: 0px;
    width: 200px;
    border: 0.888272px solid #DBDDE0;
    outline: none;
    border-radius: 3.55309px;
    font-size: 16px;
    padding-right: 30px;
    color: #464A4C;
}

input.user-search.form-control::placeholder {
    color: #464A4C;
    font-size: 16px;
}

.team-arrange {
    border: 2px solid #C7C7C7;
    font-size: 16px;
    color: #464A4C;
    height: calc(2.25rem + 4px) !important;
}

/*.add-user-btn {
    cursor: pointer;
    color: #ffffff;
    background: #1872E7;
    padding: 7px 19px;
    font-size: 14px;
    display: inline-block;
}

.add-user-btn img {
    width: 20px;
    top: -1px;
    position: relative;
    margin-right: 8px;
}*/

a.view-edit-team {
    border: 2px solid #1872E7;
    padding: 8px 10px;
    margin-left: 8px;
    font-size: 14px;
}

select.select.sel-team-role {
    padding: 9px 5px;
    font-size: 14px;
    border: 0.888272px solid #DBDDE0;
    outline: none;
    border-radius: 3.55309px;
}

#deal_invoices_tl {
    width: auto;
    font-family: 'GE-SS-Two-Medium' !important;
}

.user-list {
    float: left;
    margin-bottom: 17px;
    box-shadow: 0px 0px 10px 4px #a0a0a070;
    margin: 1%;
    -webkit-flex: 0 0 31.33333%;
    -ms-flex: 0 0 31.33333%;
    flex: 0 0 31.33333%;
    max-width: 31.33333%;
    background-color: #ffffff;
    min-height: 115px;
    display: flex;
    padding: 0px;
}

.Add-new-user-button {
    background: #1872E7;
    border: 1px solid #1872E7;
}

#add-edit-team-modal .modal-dialog {
    max-width: 800px;
}

#add-edit-team-modal .modal-header, #team_modal .modal-header {
    background-color: #000000;
    color: #ffffff;
    padding: 10px 20px;
}

#add-edit-team-modal .modal-header p, #team_modal .modal-header p {
    color: #ffffff;
    margin: 0 auto;
}

#team_modal .modal-body {
    direction: rtl;
}

#add-edit-team-modal .modal-content {
    background: #F5F5F7;
    border: 0;
}

button.btn.btn-close-add-team {
    background: #ffffff;
    border: 1px solid #000000;
    font-size: 14px;
    padding: 10px 40px;
    margin-left: 10px;
}

p.add-team-content {
    /*text-align: center;*/
    /*padding: 5px 60px;*/
    font-size: 14px;
    direction: rtl;
}

.leader-name {
    color: #ff3d80;
}

.team-member-wrapper {
    max-height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 14px;
    margin-top: 20px;
}

.team-member-title {
    font-size: 14px;
    margin-top: 10px;
}

.team-member-wrapper::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #787878;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.team-member-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.team-member-wrapper::-webkit-scrollbar {
    width: 6px;
}

.team-sel-wrapper .round {
    width: 40px;
    float: right;
}

.team-sel-wrapper .round label {
    top: -4px;
}

button.close {
    float: left !important;
}

/*.team-sel-wrapper .round input[type="checkbox"]:checked + label {
    background-color: #000000;
    border-color: #cccccc;
}*/

.team-sel-wrapper {
    padding: 9px 0 0 5px;
    width: 100%;
}

.team-sel-wrapper .round {
    margin-left: 10px;
}

/*.team-member-wrapper .team-sel-wrapper:nth-child(odd) {
    background-color: #F1F1F1;
}*/

#searchUser::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}

.user-list .user-avatar {
    float: none;
    text-align: center;
    padding: 0px;
}

.team-section-selector {
    text-transform: uppercase;
    float: left;
    padding: 5px 10px;
    cursor: pointer;
}

.team-section-selector.active {
    color: #3D4FB9;
    border-bottom: 2px solid #3D4FB9;
}

.team-section-selection {
    padding: 0 20px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 20px;
}

/*.user-list:nth-child(4n-1) {
    margin-left: 0px;
}*/

.user-avatar {
    float: left;
}

.edit_team_member i.fa.fa-pencil-square-o {
    float: none;
    margin-top: 0px;
}

.team-list-widget {
    float: left;
    margin-bottom: 17px;
    box-shadow: 0px 0px 10px 4px #a0a0a070;
    margin: 1%;
    -webkit-flex: 0 0 31.3333%;
    -ms-flex: 0 0 31.3333%;
    flex: 0 0 31.3333%;
    max-width: 31.3333%;
    background-color: #ffffff;
    min-height: 65px;
}

.no-team-member {
    position: relative;
    margin-top: 12.5%;
    text-align: center;
}

.team-settings-section, .users-section {
    display: none;
}

.team-settings-section.active, .users-section.active {
    display: block;
    padding: 15px;
    font-size: 14px;
}

.users-section.active {
    background: #ffffff;
    padding: 0px;
}

.users-section.active th {
    font-weight: normal;
}

/*.users-section.active tr:nth-child(odd) {
    background: #F5F5F7;
}*/

.users-section.active table thead th {
    /*background: #ffffff;
    font-size: 16px;
    text-align: right;*/

    font-size: 12px;
    color: #000000;
    background: #EFF2F7;
    border: 0.266482px solid #C4C4C4 !important;
    text-align: center;
    font-weight: bold;
}

.users-section.active table td {
    /*border: 0;
    position: relative;
    text-align: right;*/
    font-family: Lato;
    position: relative;
    color: #000000;
    border: 0.266482px solid #C4C4C4;
    font-size: 12px;
    text-align: center;
}

td.user-role {
    font-family: 'GE-SS-Two-Medium' !important;
}

form#frmAddUser {
    direction: rtl;
}

.open .mem_status {
    display: block;
    font-size: 12px;
    width: 100px;
    min-width: 100px;
    padding: 0px;
    line-height: 10px;
    left: 0px;
}

.mem-Available, .mem-Absent {
    font-size: 12px;
    cursor: pointer;
}

.choose-time {
    cursor: pointer;
}

.mem-Available:before {
    content: " ";
    height: 9px;
    width: 9px;
    background: #00ff00;
    display: inline-block;
    border-radius: 50%;
}

.absent-date {
    background: #ff0000;
    padding: 0 10px;
    display: inherit;
    color: #ffffff;
    font-size: 10px;
}

.mem-Absent:before {
    content: " ";
    height: 9px;
    width: 9px;
    background: #ff0000;
    display: inline-block;
    border-radius: 50%;
}

.mem_status .dropdown-item {
    padding: 3px 1.2rem;
    cursor: pointer;
}

.role-text p {
    font-size: 12px;
    line-height: 13px;
    margin-top: 15px;
    min-height: 120px;
    direction: rtl;
}

button.close.add-team-close {
    color: #ffffff;
    opacity: 1;
}

.abs-date {
    margin-top: 25px;
}

button.close.abs-close {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    height: 30px;
    width: 30px;
    border-radius: 50%;
}


.abs-user-button, .abs-user-button:hover {
    background: #FFF217;
    color: #000000;
    border: 1px solid #FFF217;
    border-radius: 5px;
    font-size: 16px;
}

/*.team-settings-section .team-list:nth-child(4n+1) {
    margin-left: 0px;
}*/

.team-leader-title {
    /*text-align: center;*/
    padding-top: 10px;
    width: 100%;
}

.team-leader-title p {
    margin-bottom: 0px;
    line-height: 12px;
    text-align: right;
    width: 62%;
}

.delete_team_member i.fa.fa-trash-o {
    float: none;
}

.team-member-profile {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin: 5px 2.5px 5px 2.5px;
    padding: 3px 0px;
    background-color: #000;
    text-transform: uppercase;
    line-height: 25px;
    display: inline-block;
}

.team-member-row img, .team-members-section img {
    width: 17px;
    border-radius: 50%;
    height: 17px;
}

.team-members-section {
    text-align: right;
    color: #000000;
    min-height: 50px;
    width: 100%;
    margin-top: 20px;
}

.all-team-members {
    position: absolute;
    background: #ffffff;
    width: 100%;
    padding: 20px;
    left: 0;
    z-index: 1000;
    /* bottom: 0; */
    border: 1px solid #000000;
}

button.close-all-members {
    float: left;
    background: #ffffff;
    /* border: 1px solid #a0a0a0; */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 15px;
    font-size: 20px;
    padding: 0;
    margin: 0;

}

/*.team-settings-wrapper {
    !*background-color: #ffffff;*!
    padding: 15px 10px;
}*/

.user-list-wrapper {
    /*background-color: #ffffff;*/
    padding: 15px 10px;
    margin-bottom: 30px;
    min-height: 70vh;
    direction: rtl;
}

.user-name-role {
    float: left;
    text-align: left;
    color: #000000;
    padding: 0;
    /*padding-left: 21px;
    padding-top: 40px;*/
}

button.btn.btn-default.team_add_member, button.btn.btn-default.team_add_member:hover, button.btn.btn-default.team_add_member:active {
    background: #FFF217;
    color: #000000;
    border: 1px solid #FFF217;
    border-radius: 5px;
}

button.close.edit-team-close {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    height: 30px;
    width: 30px;
    border-radius: 50%;
}

.show-all-members {
    text-transform: lowercase;
    color: #4051B5;
    text-decoration: underline;
    bottom: 10px;
    cursor: pointer;
    text-align: left;


}

.col-md-12.edit-user-role {
    text-align: right;
    padding: 20px 0px 0px 0;
}

p.edit-user-role {
    margin-bottom: 0px
}

p.edit-user-role > a {
    color: #000;
    text-decoration: underline;
}

p.user-name, p.role-title {
    margin-bottom: 0px;
}

.edit-team-wrapper {
    position: absolute;
    left: 15px;
    top: 20px;
}

.role-label {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 12px;
}

/*p.email {
    margin-bottom: 0px;
}*/

p.edit-user-role, p.user-name {
    text-transform: uppercase;
    font-size: 12px;
    word-break: break-all;
}

p.role-title {
    font-size: 12px;
    text-align: right;
    position: absolute;
    bottom: 10px;
    right: 15px;
}

p.email {
    line-height: 10px;
    font-size: 12px;
}

/*h3.section-heading {
    background-color: #000;
    text-align: left;
}*/
.marketing-leads-right {
    width: 86.5% !important;
    float: left;
    max-width: 88.5%;
    /*padding-right: 0px;*/
    padding-top: 2px;
    direction: rtl;
}

.marketing-leads-left {
    float: right;
    background-color: #ffffff;
    width: 13.5%;
    margin-top: 0px;
    min-height: 100%;
    position: relative;
    z-index: 100;
    border-right: 0px solid #e7e7e7;
}

.col-md-1.conversation-left-bar {
    background: #ffffff;
    padding-top: 20px;
    float: right;
    flex: 0 0 5%;
    max-width: 5%;
}

span.deshbord-menu-text {
    color: #000000;
}

.thanks-content {
    font-size: 25px;
    margin-top: 50px;
    margin-bottom: 50px;
    height: 100%;
    color: #ffef1a;
}

/* Leads CSS
-------------------------------------------------- */
.lead-page-header {
    padding: 20px 20px 20px 20px;
    background: #ffffff;
    margin: 15px;
    direction: rtl;
}

.lead-page-del-type {
    font-size: 12px;
}

.lead-page-header h4#list_main_title {
    background-color: transparent;
    padding: 0px 0px;
}

h4.leads-h {
    color: #1A2325;
    /*display: inline-block;
    font-weight: bold;*/
    padding-bottom: 20px;
    text-align: right;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: bold;
}

form.select-sort-leads {
    float: right;
}

.user-list-leads, .lead-list-report {
    float: left;
    padding: 0px;
}

.user-list-leads {
    cursor: pointer;
}

/*.call-done-title, .recall-done-title {
    display: none;
}*/

p.user-name-leads-img {
    background: #000;
    height: 70px;
    width: 70px;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    padding-top: 10px;
    font-size: 30px;
    text-transform: capitalize;
}

.col-md-8.user-name-role-leads {
    float: left;
    text-align: left;
    padding: 0px;
}

.col-md-4.user-avatar-leads {
    float: left;
    text-align: left;
    padding: 0px;
}

p.user-name-leads {
    direction: rtl;
    text-transform: capitalize;
    margin-bottom: 0px;
    font-size: 16px;
    padding-top: 8px;
    font-weight: 400;
    min-height: 18px;
    width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #343a40;
}

.user-list-leads.active p.user-name-leads {
    color: #ffffff;
}

.top-stages-filter-wapper {
    width: 100%;
    float: left;
    overflow: hidden;
    /*min-height: 43px;*/
    overflow-x: auto;
    background: #ffffff;
    padding: 0px 10px;
    margin-bottom: 10px;
}

.new-arrow-steps {
    /*box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.47);*/
    font-size: 12px;
    /*font-weight: bold;*/
    text-align: center;
    color: #000000;
    cursor: default;
    direction: rtl;
}

.new-arrow-steps .step {
    padding: 10px 7px;
}

.new-arrow-steps .step.current a {
    color: #1872e7 !important;
}

.new-arrow-steps .step.current {
    color: #1872e7;
    text-decoration: underline;
}

/*****start css start******/
.rating > span:hover:before {
    content: "\2605";
    position: absolute;
}

.rating {
    unicode-bidi: bidi-override;
    float: left;
}

.rating > span {
    display: inline-block;
    position: relative;
    width: 1.1em;
    color: #ff3d80;

    font-size: 14px;
}

.rating > span:hover:before,
.rating > span:hover ~ span:before {
    content: "\2605";
    position: absolute;
}

/*****start css end******/
/*****user list table css end******/
.col-md-12.marketing-leads-table {
    float: left;
    /*height: 276px;
    overflow: auto;*/
    width: 100%;
    margin: 0px;
    /*padding-right: 0px;*/
}

.table thead th {
    border-bottom: 0px solid #eceeef !important;
}

th.user-list-tt {
    font-size: 12px;
    color: #000;
}

td.user-list-tv {
    font-size: 12px;
    color: #000;
    border-right: 2px solid #fff;
}

select.intersted-sele, select.presentation-sele, select.Assign-sele {
    border: 0px;
    background: transparent;
}

select.intersted-sele:focus, select.select.presentation-sele:focus, select.select.Assign-sele:focus {
    outline: none;
}

.col-md-12.marketing-leads-table {
    scrollbar-face-color: #367CD2;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-arrow-color: #FFFFFF;
}

/* Let's get this party started */
.col-md-12.marketing-leads-table::-webkit-scrollbar {
    width: 12px;
}

/* Track */
.col-md-12.marketing-leads-table::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
.col-md-12.marketing-leads-table::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #787878;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

input.form-control.selectpicker.Add-new-action, input.form-control.Leads-source, input.form-control.selectpicker.Add-new-group {
    width: 303px;
    border-radius: 0px;
    float: right;
    background-color: #ffffff;
    border: 1px solid #000000;
    margin-left: 10px;
}

form#frmAddAction, form#frmAddSource, form#frmAddGroup {
    width: 100%;
    float: left;
}

td.user-Rating-ed > i.fa.fa-pencil-square-o {
    margin-top: 1px;
}

i.fa.fa-pencil-square-o.edit_source, i.fa.fa-pencil-square-o.edit_action, i.fa.fa-pencil-square-o.edit_group {
    float: none;
    margin-right: 15px;
}

i.fa.fa-pencil-square-o.edit_base {
    margin-right: 15px;
}

/*****user list table css end******/
/*****************************LIST Css Start **************************/
.marketing-List-right {
    float: left;
}

i.fa.fa-pencil-square-o {
    float: right;
    font-size: 20px;
    margin-top: 20px;
    cursor: pointer;
}

i.fa.fa-plus {
    cursor: pointer;
}

.edit-user-team {
    text-align: right;
    color: #2288FF;
    cursor: pointer;
}

.team-member-row {
    margin-bottom: 10px;
}

.edit-user-team i.fa.fa-pencil-square-o.edit-team {
    float: none;
    margin-top: 10px;
}

.review-sequence {
    color: #74788d;
    text-transform: capitalize;
    cursor: pointer;
    font-size: 11px;
    margin-bottom: 38px;
    direction: rtl;
    display: inline-block;
}

.user-list-leads.active .review-sequence {
    color: #ffffff;
}

i.fa.fa-trash-o {
    float: right;
    font-size: 20px;
    cursor: pointer;
}

.marketing-List-right {
    width: 86.5% !important;
    float: left;
    max-width: 100%;
    /*padding-right: 0px;*/
    padding-top: 15px;
}

.top-listing-section-wrapper {
    background-color: #ffffff;
    padding-top: 10px;
}

.listing-sections-wrapper {
    background-color: #ffffff;
    margin: 10px 0px;
    padding: 20px;
}

.col-md-12.marketing-List-right > p {
    float: left;
    color: #3d4fb9;

}

.col-md-12.marketing-List-right {
    max-width: 100%;
    float: left;
    width: 100% !important;
    direction: rtl;
}

.dashboard .col-md-12.marketing-List-right {
    background: #f1f1f1;
}

.col-md-8.control-felid.sorting {
    float: right;
    padding-right: 0px;
}

select.form-control.selectpicker.order-lead-list-type, .order-lead-select-leads {
    width: 165px;
    border-radius: 0;
    height: 38px;
    font-size: 16px;
    float: left;
    border: 2px solid #a0a0a0;
    background-color: #ffffff;
    margin-right: 5px;
    color: #000000;
}

form.order-lead-list {
    float: right;
    margin-top: -9px;
}

a.p-leads-download {
    background-color: #ff3d80;
    border-color: #ff3d80;
    border-radius: 25px;
    padding: 9px 13px;
    margin: 20px 0px;
    color: #ffffff;
    font-size: 13px;
    font-family: GE-SS-Two-Medium;
    font-weight: bold;
}

label.screen-reader-text {
    color: #ffffff;
    text-transform: capitalize;
    font-size: 13px;
    float: left;
    margin-top: 25px;
    margin-left: 7px;
}

input#doaction {
    background-color: #ff3d80;
    border-color: #ff3d80;
    border-radius: 0px;
    padding: 6px 26px;
    margin: 20px 6px;
    color: #ffffff;
    font-style: inherit;
    font-size: 13px;
    /*font-weight: bold;*/
    border: 0px;
    font-family: GE-SS-Two-Medium;
}

input#post-query-submit, .update-action-progress {
    background-color: #ff3d80;
    border-color: #ff3d80;
    border-radius: 0px;
    padding: 6px 26px;
    margin: 20px 6px;
    color: #ffffff;
    font-style: inherit;
    font-size: 13px;
    border: 0px;
    font-family: GE-SS-Two-Medium;
}

select.form-control.selectpicker-bulk {
    float: left;
    width: 135px;
    margin-right: 2px;
    border: 1px solid #000000;
    border-radius: 0px;
    font-size: 12px;
    background-color: #ffffff;
    margin-top: 17px;
    margin-left: 10px;
}

input#filter-by-userName {
    margin-top: 17px;
    width: 160px;
    margin-left: 7px;
}

.alignleft.actions.bulkactions {
    float: left;
}

.btn-primary.focus, .btn-primary:focus {
    -webkit-box-shadow: 0 0 0 0px rgba(2, 117, 216, .5) !important;
    box-shadow: 0 0 0 0px rgba(2, 117, 216, .5) !important;
}

select.form-control.selectpicker.Delivery-type {
    width: 180px;
    border-radius: 0;
    height: 38px;
    font-size: 12px;
    float: left;
    border: 1px solid #000000;
    margin-left: 10px;
    background-color: #ffffff;
    margin-right: 20px;
}

input.Delivery-type {
    width: 180px;
    border-radius: 0;
    float: left;
    background: #ffffff;
    font-size: 14px;
    color: #000000;
    height: 38px;
    border-right: 0px;
    margin-left: -15px;
    border: 1px solid #000000;
}

button.Add-new-list-button {
    padding: 10px 15px;
    /*  float: left;
      margin: 0px 15px 0 4px;*/
    background-color: #1872E7;
    border-color: #1872E7;
    border-radius: 0px;
    font-size: 12px;
    padding: 11px 50px 10px;
    float: left;
}

.btn-add-fp-project, .btn-fp-proj-add, .btn-fp-proj-link {
    padding: 10px 15px;
    background-color: #ff3d80;
    border-color: #ff3d80;
    border-radius: 0px;
    font-size: 12px;
    color: #ffffff;
    padding: 11px 50px 10px;
    font-family: GE-SS-Two-Medium;
}

.del-fp-proj {
    cursor: pointer;
}

.user-list-tabal thead tr {
    background-color: #ffffff;
    color: #000000;
}

.user-list-tabal thead tr th {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

button.btn.btn-primary.btn-lg.Add-new-Stage-button {
    padding: 11px 15px;
    float: right;
    margin: 0px 0px;
    background-color: #1872E7;
    border-color: #1872E7;
    border-radius: 0px;
    font-size: 12px;
}

button.btn.btn-primary.btn-lg.Add-new-Source-button {
    padding: 11px 15px;
    float: right;
    margin: 0px 0px;
    background-color: #1872E7;
    border-color: #1872E7;
    border-radius: 0px;
    font-size: 12px;
}

button.btn.btn-primary.btn-lg.Add-new-action-button, button.btn.btn-primary.btn-lg.Add-new-group-button {
    padding: 11px 15px;
    float: right;
    margin: 0px 0px;
    background-color: #1872E7;
    border-color: #1872E7;
    border-radius: 0px;
    font-size: 12px;
}

.btn-group-sm > .btn, .btn-sm {
    border-radius: 0rem;
}

input#upload-file-selector {
    display: none;
}

.upes-btn {
    float: left;
    margin-top: -13px;
    padding: 0;
}

i.fa_icon.icon-upload-alt.margin-correction {
    background-color: #ffffff;
    border-color: #ff3d80;
    border-radius: 0px;
    border: 2px solid #ff3d80;
    padding: 12px 35px;
    margin: 0px;
    color: #000000;
    font-style: inherit;
    font-size: 13px;
    /*/ font-weight: bold; /*/
    display: inline-block;
    height: 42px;

}

a.btn.btn-add-lead-list-page {
    color: #000000;
    border: 2px solid #ff3d80;
    background-color: #ffffff;
    border-color: #ff3d80;
    border-radius: 0px;
    height: 42px;
    border-radius: 0px;
    display: inline-block;
    width: 95%;
    font-size: 14px;
    padding: 11px 35px;
}

/*i.fa_icon.icon-upload-alt.margin-correction:hover {
    text-decoration: underline;
}*/

.upl-excel i.fa_icon.icon-upload-alt.margin-correction {
    width: 100%;
}

#list_upload_custom input, #list_upload_custom select, #list_upload_custom button {
    border-radius: 0px;
}

#list_upload_custom select {
    padding: 10px;
}

#list_upload_custom i.fa_icon.icon-upload-alt.margin-correction {
    background-color: #ffffff;
    border-color: #ff3d80;
    border-radius: 0px;
    border: 2px solid #ff3d80;
    padding: 12px 35px;
    margin: 0px;
    color: #000000;
    font-style: inherit;
    font-size: 13px;
    display: inline-block;
    height: 42px;
    float: right;
}

.upl-excel button.btn.btn-primary.btn-lg.Add-new-row-table-button {
    margin-top: -1px;
}

.upl-excel span#fileselector {
    width: calc(100% - 45px);
    display: inline-block;
    margin-top: -1px;
}

.upl-excel label.btn.btn-default {
    width: 100%;
}

button.btn.btn-info.btn_upload_csv {
    background-color: #FFF217;
    color: #000000;
    border: none;
    border-radius: 0px;
}

p.p-leads {
    text-align: right;
    float: left;
    width: 100%;
    color: #4084F4;
    text-transform: uppercase;
    font-size: 13px;
}

p.p-leads-list {
    text-align: left;
    float: left;
    color: #4084F4;
    text-transform: uppercase;
    margin-right: 20px;
    font-size: 13px;
    line-height: 40px;
}

a.p-leads {
    background-color: #ffffff;
    border-color: #ff3d80;
    border-radius: 0px;
    border: 2px solid #ff3d80;
    padding: 10px 33px;
    /* margin: 20px 0px; */
    color: #000000;
    height: 42px;
    display: inline-block;

}

.connect-fb-lead a.p-leads {
    width: calc(95% - 45px);
    display: inline-block;
}

label.filter-by-assign {
    color: #000000;
    text-transform: uppercase;
    font-size: 12px;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}

.right-assign-section-pipeline, .right-assign-section-cil-rpt {
    width: 50%;
    float: right;
    margin-bottom: 10px;
}

.right-bulk-action {
    float: left;
}

label.form-check-toggle.cil-manager {
    margin-left: 15px;
    margin-bottom: -4px;
}

.right-assign-section-cil-rpt {
    text-align: right;
}

#select-user-assign_to_cil_rpt {
    text-align-last: left;
    float: left;
}

.top-filter-div-reporting {
    border-bottom: 1px solid #d0d0d0;
}

.total_counter {
    font-size: 12px;
    float: left;
    margin-top: 9px;
    font-family: 'LATO';
    direction: ltr;
}

span.bulk-action-checkbox-cil input.sel-all {
    margin: 14px;
}

.sent-by-cil-report {
    background-color: #ff3d80;
    padding: 10px 20px;
    border-radius: 20px;
    color: #ffffff;
}

.filter-by-assign-cil-rpt {
    width: 100%;
}

.rpt-cil-bottom-details {
    background: #ffffff;
    padding: 15px;
    box-shadow: 0px 0px 5px 1px #88888830;
}

/*
select#select-user-assign_to {
    width: 135px;
    margin-left: 11px;
    border-radius: 0px;
    font-size: 12px;
    padding: 8px;
    color: #464a4c;
    border: 1px solid #000000;
    float: left;
}*/
select.form-control.selectpicker-bulk2, select.form-control.select-per-page, select.form-control.select-call-done, select.form-control.select-sort-by, select.sources, select.form-control.select-tags, select.form-control.select-inactive, select.form-control.select-added-by {
    float: none;
    width: 195px;
    margin-right: 5px;
    border: 0px solid #000000;
    border-radius: 0px;
    font-size: 12px;
    background-color: #ffffff;
    margin-left: 17px;
    display: inline-block;
    text-align-last: center;
}

select.form-control.select-per-page {
    width: 140px !important;
}

ul.filter-div-assign {
    list-style: none;
    padding-left: 0px;
    /*padding-top: 20px;*/
    margin-bottom: 0px;
}

.dropdown.bulk-action-menu.open .dropdown-menu {
    display: block;
    text-align: right;
}

a#bulkactionmenu::after {
    display: none;
}

.right-filter-section .col-md-1.text-right.mr-2.pl-0 {
    margin-right: 0rem !important;
    margin-left: .5rem !important;
}

select#select-page-limit {
    margin-right: -12px !important;
    font-family: Lato;
}

/*.daterangepicker.dropdown-menu.ltr.opensright.show-calendar {
    top: 318.5px !important;
    right: 235.141px !important;
    left: auto !important;
    display: block;
}*/
label.mem-container {
    direction: rtl;
    padding-right: 35px;
}

.modal-footer {
    direction: rtl;
}

button.btn.btn-default, button.btn.btn-info.btn-save-lead-info {
    margin-left: 10px !important;
}

label.mem-container .checkmark {
    left: auto;
    right: 0px;
}

.dropdown.bulk-action-menu .dropdown-menu a {
    font-size: 12px;
}

.delete-trash-leads {
    line-height: 35px;
    color: #000000;
    text-transform: capitalize;
    padding: 0;
    top: 10px;
    position: relative;
    margin-left: 10px;
    font-size: 12px;
    cursor: pointer;
}

.delete-trash-leads.ml-auto {
    float: left;
    margin-left: 0px !important;
    margin-right: auto;
}

.tags-wrapper {
    width: 35% !important;
    margin-left: 0px;
    float: left;
    margin-right: 15px;
}

ul.filter-div-assign li {
    display: inline-block;
    width: 72%;
    padding: 0 0px 0 5px !important;
    margin: 0px;
    float: left;
    text-align: left;
}

.bulk-action-menu {
    display: inline-block;
    font-size: 12px;
    font-family: sans-serif;
    text-align: center;
    padding-left: 15px;
}

.datepacker-div {
    /*float: left;*/
    width: 13%;
    position: relative;
}

img.picker-dropdown {
    position: absolute;
    right: 3px;
    top: 10px;
}

label.filter-by-assign-date {
    color: #000000;
    text-transform: uppercase;
    font-size: 12px;
    float: left;
    margin-right: 10px;
    margin-top: 10px;

}

.datepicker > .datepicker-days {
    display: block !important;
}

ul.filter-div-assign {
    width: 26%;
    /*float: left;*/
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 10px;
}

/*****************ADD new row in table*******************/
input.form-control.Ex-name, input.form-control.search_lead_name, input.form-control.search-keyword, input.daterange-pick-leads {
    width: 170px;
    float: left;
    margin-right: 10px;
    border: 1px solid #000000;
    border-radius: 0px;
}

input.form-control.search-keyword {
    width: 235px;
}

input.daterange-pick-leads {
    /*width: 196px;*/
    width: 100%;
    font-size: 12px;
    padding: 11px 10px 10px;
    text-align: center;
}

.leads-filter-top-bar {
    /* padding: 5px 15px;
     background-color: #47575E;
     border-radius: 0px;*/
    margin-bottom: 10px;
    padding: 0 20px;
}

.daterange-leads-cancel {
    line-height: 35px;
    /*background-color: #ff3d80;*/
    color: #000000;
    /*text-decoration: underline;*/
    text-transform: capitalize;
    padding: 0;
    top: 2px;
    position: relative;
    margin-right: 10px;
    font-size: 12px;
}

.right-filter-section {
    display: flex;
    /*float: right;*/
    width: 100%;
    justify-content: flex-end;
}

.filter-call-done-section {
    width: 80%;
}

.filter-assignto-section {
    width: 18%;
}

.daterange-leads-cancel:active {
    color: #a0a0a0;
}

.daterange-leads-cancel:hover {
    color: #ff3d80;
    text-decoration: none;
}

.col-md-20 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 15px;
    padding-left: 15px;
}

input.form-control.Ex-phone {
    width: 143px;
    float: left;
    margin-right: 10px;
    border: 1px solid #000000;
    border-radius: 0px;
}

input.form-control.Ex-email {
    width: 190px;
    float: left;
    margin-right: 10px;
    border: 1px solid #000000;
    border-radius: 0px;
}

select.form-control.selectpicker.user-role {
    float: left;
    width: 118px;
    margin-right: 10px;
    border: 1px solid #000000;
    border-radius: 0px;
    font-size: 12px;
    background-color: #ffffff;
}

button.btn.btn-primary.btn-lg.Add-new-row-table-button {
    border-radius: 0px;
    height: 42px;
    /* float: left; */
    background: #ffffff;
    border: 2px solid #ff3d80;
    padding: 0px;
    width: 45px;
    margin-left: -6px;
    margin-top: -4px;
    color: #48575e;

}

button.btn.btn-primary.btn-lg.group-lists-button {
    border-radius: 0px;
    height: 40px;
    background: #ff3d80;
    border: 1px solid #ff3d80;
    padding: 0px;
    width: 40px;
    margin-left: 20px;
    cursor: pointer;
}

td.user-list-tv:last-child > a {
    color: #000000;
}

td.user-list-tv:last-child > a.remove-from-group {
    color: #bd3500;
}

button.btn.btn-primary.btn-lg.submit-table-button {
    background-color: #ff3d80;
    border-color: #ff3d80;
    border-radius: 25px;
    padding: 10px 30px;
    float: right;
    margin: 20px 0px;
    font-size: 13px;
    font-weight: bold;
}

.user-list-tabal {
    background-color: #ffffff;
}

/*****************ADD new row in table*******************/
/*****user list table css end******/
.col-md-12.marketing-List-table {
    float: left;
    max-height: 276px;
    width: 100%;
    margin: 0px;
    padding-right: 0px;
    overflow-y: auto;
    overflow-x: hidden;
}

.profileImage {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin: 5px 3px;
    line-height: 30px;
    float: left;
    background-color: #000;
    text-transform: uppercase;
}

td.user-list-tv.team {
    width: 134px;
}

button.btn.btn-info.btn_team_update {
    background-color: #3576fb;
    border-color: #3576fb;
}

button.btn.btn-info.btn_team_update:focus {
    outline: none;
    box-shadow: 0 0 0 0px rgba(2, 117, 216, .25);
}

.table thead th {
    border-bottom: 0px solid #eceeef !important;
    border-top: 0px solid #eceeef !important;
    text-align: right;
}

table.table.table-striped.user-list-table tbody tr:nth-of-type(odd), table.table.table-striped.user-list-table tbody tr:nth-of-type(even) {
    background-color: #ffffff;
    border-bottom: 10px solid #e7e7e7;
}

table.inner-table tr {
    border-bottom: 0px !important;
}

tbody.list_details.leads-reporting > tr > td:last-child {
    border-right: 0px;
}

/*.table-striped tbody tr:nth-of-type(odd) {
    background-color: #ffffff;
    border-bottom: 10px solid #cbcbcb;
}*/
th.user-list-tt {
    font-size: 12px;
    color: #000;
}

td.user-list-tv {
    font-size: 12px;
    color: #000;
    /*border-right: 2px solid #cbcbcb;*/
}

form.add-rowintable {
    /* float: left; */
    width: 100%;
    display: table;
    margin: 0 auto;
}

form.add-rowintable input {
    border: 1px solid #d6d6d6;
    border-radius: 4px;
}

.btn-add-new-lead, .btn-change-status, .btn-add-fields {
    background-color: #FFF217;
    border-color: #FFF217;
    color: #000000;
    border-radius: 4px !important;
    font-family: GE-SS-Two-Light;
    font-size: 12px;
}

.btn-update-mapping {
    background-color: #FFF217;
    border-color: #FFF217;
    color: #000000;
}

.btn-add-new-lead:hover, .btn-add-new-lead:active, .btn-add-new-lead:focus,
.btn-change-status:hover, .btn-change-status:active, .btn-change-status:focus,
.btn-add-fields:hover, .btn-add-fields:active, .btn-add-fields:focus {
    background-color: #3d4fb9;
    border-color: #3d4fb9;
    color: #ffffff;
}

#add-new-lead button.close, #bulk-status-change button.close {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    height: 30px;
    width: 30px;
    border-radius: 50%;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.col-md-12.marketing-List-table, .col-md-12.marketing-leads-div, .dropdown-menu.history-des {
    scrollbar-face-color: #367CD2;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-arrow-color: #FFFFFF;
}

/* Let's get this party started */
.col-md-12.marketing-List-table::-webkit-scrollbar, .col-md-12.marketing-leads-div::-webkit-scrollbar, .dropdown-menu.history-des::-webkit-scrollbar {
    width: 12px;
}

/* Track */
.col-md-12.marketing-List-table::-webkit-scrollbar-track, .col-md-12.marketing-leads-div::-webkit-scrollbar-track, .dropdown-menu.history-des::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
.col-md-12.marketing-List-table::-webkit-scrollbar-thumb, .col-md-12.marketing-leads-div::-webkit-scrollbar-thumb, .dropdown-menu.history-des::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #787878;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

/*****list table css end******/
/*****.row.marketing-Rating-table Start******/
.row.marketing-Rating-table {
    float: left;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    /*padding-right: 0px;*/
}

.col-md-12.marketing-Rating-table, .col-md-12.marketing-leads-status--table {
    /*padding-right: 0px;*/
}

td.user-Rating-ed {
    border-right: 2px solid #fff;
}

/*****.row.marketing-Rating-status Start******/
.row.marketing-leads-status-table {
    float: left;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
}

.row.marketing-leads-Source-table {
    float: left;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    background: #ffffff;
}

td.leads-status {
    border-right: 2px solid #fff;
}

table.table.table-striped.user-Rating-tabal > tbody > tr {
    background-color: rgba(0, 0, 0, .05) !important;
    border-bottom: 2px solid #fff;
}

td.user-Rating-ed {
    border-right: 2px solid #fff;
    text-align: left;
    font-size: 12px;
    float: left;
}

td.leads-status {
    font-size: 12px;
}

select.form-control.selectpicker.Add-new-action {
    width: 302px;
    border-radius: 0;
    height: 38px;
    font-size: 12px;
    float: right;
}

select.form-control.selectpicker.Leads-source {
    width: 302px;
    border-radius: 0;
    height: 38px;
    font-size: 12px;
    float: right;
    border: 1px solid #000000;
}

select.form-control.selectpicker.Stage-type {
    width: 180px;
    border-radius: 0;
    height: 38px;
    font-size: 12px;
    float: right;
    border: 1px solid #000000;
    margin-right: 10px;
    margin-left: 10px;
}

input.form-control.Status-type {
    width: 180px;
    border-radius: 0;
    float: right;
    background: #ffffff;
    font-size: 14px;
    color: #000000;
    height: 38px;
    border-right: 0px;
    border: 1px solid #000000;
}

.leads-status-tabal th {
    width: 33.3333%;
}

.add-new-list-wrapper {
    padding: 0px 0px;
    /*box-shadow: 0px 0px 4px #00000033;*/
    width: 100%;
    margin-bottom: 20px;
}

.add-new-list-wrapper-inner {
    padding: 3px 15px;
    /*box-shadow: 0px 0px 4px #1E1E1E;*/
    width: 100%;
    background-color: #ffffff;
}

td.user-Rating-tv {
    font-size: 12px;
}

.col-md-12.marketing-leads-status-right {
    float: left;
    width: 100%;
    margin: 0pc;
    background: #ffffff;
}

.row.marketing-leads-Source-table {
    float: left;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    direction: rtl;
    margin-bottom: 10px;
}

.col-md-12.marketing-leads-action-right {
    float: left;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
}

.row.marketing-leads-action-table {
    float: left;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 30px;
}

.col-md-12.add-rowintable {
    /*float: left;*/
    width: 100%;
    margin: 0px;
}

.tablenav.top {
    display: table;
    margin: 0 auto;
}

.alignleft.actions {
    float: left;
}

input.Delivery-type::-webkit-input-placeholder, input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 12px;
}

input::-moz-placeholder { /* Firefox 19+ */
    font-size: 12px;
}

input:-ms-input-placeholder { /* IE 10+ */
    font-size: 12px;
}

input:-moz-placeholder { /* Firefox 18- */
    font-size: 12px;
}

.lead_rating img {
    margin-right: 2px;
}

td.user-Rating-tv > .lead_rating {
    float: right !important;
    width: 92px !important;
    /*transform: rotate(180deg);*/
    text-align: right;
}

/*****row.marketing-Rating-table End******/
.col-md-12.marketing-leads-div {
    float: left;
    width: 100%;
    max-height: 170px;
    overflow: auto;
    margin-bottom: 15px;
}

/*****************************LIST Css end**************************/
.dropdown.open > ul.dropdown-menu.assign-menu {
    display: block;
}

/*****************************LEADS2 Css START**************************/
.col-md-12.marketing-leads2-div {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    /*padding-right: 0px;*/
    overflow-y: auto;
    /*max-height: 460px;*/
}

.col-md-12.marketing-leads2-div .tooltip {
    margin-top: 20px;
}

strong.comment-title {
    text-align: left;
    float: left;
    color: #3d4fb9;
}

.comment-feedback, .status-feedback {
    width: 100%;
    float: right;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-family: GE-SS-Two-Light;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 17px;
    text-align: justify;
    color: #606364;
}

span.comment-feedback {
    height: 70px;
    overflow: hidden;
}

/***********************************************************************/

.page-list-item {
    min-height: 75px;
    padding: 10px 25px;
    font-size: 12px;
    background-color: #fff;
    border-bottom: 1px solid #EEEEF2;
}

.left-page-image {
    float: left;
    width: 10%;
}

.page-image {
    width: 30px;
    border-radius: 50px;
    margin-left: 20px;
}

a.del-conversation-form {
    color: #4084F4;
    text-decoration: underline;
    font-family: GE-SS-Two-Medium;
}

.mid-description {
    float: left;
    width: 60%;
}

.page-right {
    width: 25%;
    text-align: left;
    line-height: 30px;
    color: #4084f4;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
    text-decoration: underline;
}

#fb-page-list-msg {
    font-weight: 700;
    padding: 15px;
    margin: 0px;
    background-color: #ffffff;
    text-align: left;
}

#title_fbpage_header {
    font-size: 15px;
}

.page-options {
    margin-top: 10px;
    display: none;
}

.page-options .form-group {
    margin-bottom: 5px;
}

select.form-control.col-md-12 {
    height: auto !important;
    padding: 2px;
    border-radius: 0px;
    font-size: 12px;
}

.modal-body.fb_page_content {
    background-color: #f0f0f0;
}

.modal-body.fb_page_content p {
    color: #a0a0a0;
    font-size: 12px;
    padding: 0px 20px;
    margin: 0px;
}

.col-md-12.marketing-leads2-div, .profile-lead-outter {
    scrollbar-face-color: #367CD2;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-arrow-color: #FFFFFF;
}

/* Let's get this party started */
.col-md-12.marketing-leads2-div::-webkit-scrollbar, .profile-lead-outter::-webkit-scrollbar {
    width: 12px;
}

/* Track */
.col-md-12.marketing-leads2-div::-webkit-scrollbar-track, .profile-lead-outter::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
.col-md-12.marketing-leads2-div::-webkit-scrollbar-thumb, .profile-lead-outter::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #787878;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

/*****************************************************/
.col-md-4.user-list-leads, .lead-list-report, .col-md-4.new-group-wrapper-list {
    border: 2px solid #ffffff;
    border-radius: 0px;
    margin-left: 12px;
    width: 23.8% !important;
    max-width: 23.8%;
    padding: 0px 12px;
    margin-bottom: 10px;
    margin-top: 20px;
    min-height: 139px;
    background-color: #ffffff;
    /* box-shadow: 1px 2px 3px 1px #888888;*/
    float: right;
}

/*
.col-md-4.user-list-leads:nth-child(3n) {
    margin-right: 0px;
}*/

.col-md-4.user-list-leads.myleads {
    /*min-height: 70px;
    height: 70px;
    margin-bottom: 5px;
    margin-top: 15px;
    margin-right: 0px;
    width: 100% !important;
    max-width: 100% !important;*/
    /*min-height: 70px; */
    /* height: 70px; */
    /* margin-bottom: 5px;
     margin-top: 15px;*/
    /* width: 100% !important; */
    /* max-width: 100% !important; */
    min-height: 139px;
}

.group-icon {
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    margin-left: 5px;
}

.group-icon-img {
    width: 12px;
}

.dual-wrapper {
    width: 32.5%;
    float: left;
    max-width: 32.5%;
    padding: 0;
    margin-bottom: 30px;
}

.col-md-4.user-list-leads.myleads .user-name-leads {
    display: inline-block;
    padding: 5px 0px 5px 0px;
    min-height: 20px;
    color: #000000;
}

.trash-lists {
    float: none !important;
}

.profile-lead-outter {
    overflow-y: auto;
    /*height: 50px;*/
    /*float: left;*/
    width: 100%;
    /*max-height: 100px;*/
}

p.lead-user-history {
    color: #000;
    font-size: 14px;
    /*padding: 0px 15px;*/
    margin-bottom: 10px;
    text-transform: capitalize;
    margin-left: 10%;
}

.history-time {
    font-size: 12px;
    transform: rotate(-90deg);
    width: 108px;
    position: absolute;
    top: 80px;
    right: -82%;
    text-align: center;
    /*text-transform: capitalize;*/
    /*font-family: sans-serif;*/
}

.filter-assignto-section {
    cursor: pointer;
    padding-top: 0 !important;
    line-height: 24px;
}

.timeline-img {
    position: absolute;
    top: 40px;
    right: 8px;
}

.lead-user-history-status {
    background-color: #ffffff;
    border-radius: 6px;
    padding: 15px 15px 15px 15px;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 15px;
    min-height: 108px;
    color: #757575;
    position: relative;
}

.history-bottom-info-wrapper {
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0;
    padding: 0 27px;
}

.lead-history-status-information {
    text-align: center;
    color: #000000;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.prev-status {
    color: #c4c4c4;
}

.lead-history-progress {
    margin-bottom: 8px;
    border-radius: 15px;
    height: 10px;
}

.lead-history-progress .progress-bar {
    background-color: #2DC76D;
}

.right-history-image {
    border-right: 2px solid #e8e8e8;
    padding: 5px 8px;
    margin-bottom: 20px;
    text-align: right;
    display: inline-block;
    float: left;
}

.lead-user-history-status p {
    margin-bottom: 40px;
    font-size: 11px;
    line-height: 11px;
    font-family: GE-SS-Two-Light;
}

.lead-user-history-time, .lead-history-username {
    /*padding: 0px;*/
    /*margin-bottom: 10px;*/
    font-size: 9px;
    text-transform: capitalize;
    /*width: 100%;*/
    /*color: #3576fb;*/
    display: inline-block;
    /*padding: 0 15px 0 15px;*/
}

.lead-history-username {
    width: 60%;
    line-height: 1;
}

.lead-user-history-time {
    float: left;
    border: 1px solid #000000;
    border-radius: 15px;
    padding: 0px 15px;
    font-family: sans-serif;
    direction: ltr;
}

p.role-title-leads {
    font-size: 10px;
    text-transform: capitalize;
    margin-bottom: 0px;
    color: #343a40;
    border-top: 0.30px solid #d8d8d8;
    direction: rtl;
    position: absolute;
    width: calc(100% - 25px);
    bottom: 8px;
    padding-top: 10px;
}

.user-list-leads.active p.role-title-leads {
    color: #ffffff;
}

.col-md-12.marketing-leads-right-tab {
    /*float: left;*/
    width: 100%;
    /*background-color: #ffffff;*/
    padding: 0px 15px;
    margin-bottom: 10px;
    margin-top: 0px;
}

div#profileImageid {
    float: right;
    margin-top: -15px;
    background: #48575e;
    width: 30px;
    height: 30px;
    border-radius: 21px;
    position: relative;
    text-align: center;
    font-size: 13px;
    padding: 4px;
    color: #fff;
}


/************************/
.new-notification {
    float: left;
    margin-left: 4px;
    top: -2px;
    padding: 1px 4px 4px 4px;
    z-index: 10;
    text-align: center;
    font-size: 10px;
    color: #ffffff;
    line-height: 14px;
    position: relative;
    width: 31px;
    height: 13px;
    background: #D8D8D8;
    margin-right: 5px;
    border-radius: 2px;
}

/*.new-notification:after {
    top: 100%;
    width: 0;
    border-top: 6.5px solid #C4C4C4;
}*/

/*.new-notification:after {
    content: "";
    position: absolute;
    width: 0;
    border-left: 11.5px solid transparent;
    border-right: 11.5px solid transparent;
    left: 0px;
}*/

.new-notification.active {
    color: #2dc760;
    background: #d8ffe8;;
}

/*.new-notification.active:after {
    top: 100%;
    width: 0;
    border-top: 6.5px solid #FEEE1C;
}*/

/*.new-notification.active:after {
    content: "";
    position: absolute;
    width: 0;
    border-left: 11.5px solid transparent;
    border-right: 11.5px solid transparent;
    left: 0px;
}*/

/************************/
.user-list-leads.active span.new-last, .user-list-leads.active span.delay-last {
    color: #ffffff;
    margin-left: 2px;
    font-weight: normal;
}

.delayed-notification {
    float: left;
    top: -2px;
    padding: 1px 4px 4px 4px;
    z-index: 10;
    font-size: 10px;
    color: #ffffff;
    text-align: center;
    line-height: 14px;
    position: relative;
    width: 48px;
    height: 13px;
    background: #D8D8D8;
    border-radius: 2px;
}

/*.delayed-notification:after {
    top: 100%;
    width: 0;
    border-top: 6.5px solid #C4C4C4;
}

.delayed-notification:after {
    content: "";
    position: absolute;
    width: 0;
    border-left: 11.5px solid transparent;
    border-right: 11.5px solid transparent;
    left: 0px;
}*/

.delayed-notification.active {
    color: #ff5252;
    background: #ffe3e3;
}

/*.delayed-notification.active:after {
    top: 100%;
    width: 0;
    border-top: 6.5px solid #ea3033;
}

.delayed-notification.active:after {
    content: "";
    position: absolute;
    width: 0;
    border-left: 11.5px solid transparent;
    border-right: 11.5px solid transparent;
    left: 0px;
}*/

span.delay-last {
    color: #000000;
}

.lead-count-div {
    float: left;
    background-color: #E5EFFF;
    padding: 0px 5px;
    line-height: 35px;
    font-size: 16px;
    color: #4084f4;
    margin-top: 10px;
    width: 48px;
    height: 38px;
    text-align: center;
    font-family: Lato;
    border-radius: 3px;
}

.lists-text-innner-dev {
    /*font-size: 14px;
    line-height: 16px;*/
    font-size: 10px;
    line-height: 12px;
    color: #6D6D6D;
    float: left;
    width: 100%;
    direction: rtl;
    /*margin-top: 15px;*/
}

.col-md-4.user-list-leads:hover p.role-title-leads {
    border-top: 0.301105px solid #ffffff;
}

.user-list-leads.active .lead-count-div {
    background: #ffffff;
    color: #000000;
}

.group-new-notification {
    float: right;
    margin-right: 20px;
    background: #FEEE1C;
    top: 10px;
    width: 23px;
    height: 23px;
    position: relative;
    text-align: center;
    font-size: 12px;
    padding: 5px 4px 4px 4px;
    color: #000000;
    line-height: 14px;
    border-radius: 50%;
    z-index: 10;
}

.group-delayed-notification {
    float: right;
    margin-right: 30px;
    background: #ea3033;
    top: 10px;
    width: 24px;
    height: 24px;
    position: relative;
    text-align: center;
    font-size: 12px;
    padding: 5px 4px 4px 4px;
    color: #ffffff;
    line-height: 14px;
    border-radius: 50%;
    z-index: 10;
}

/*.new-leads-group-details .col-md-4.user-list-leads {
    border: 2px solid #a0a0a0;
}*/

/*.delayed-notification, .group-delayed-notification {
    background: #ff0000;
}*/

div.profile-lead {
    /*width: 40px; */
    /* height: 40px; */
    border-radius: 50%;
    font-size: 14px;
    color: #000000;
    text-align: left;
    /* margin: 5px 2.5px 5px 2.5px; */
    float: left;
    /* padding: 3px 0px; */
    background-color: #000;
    text-transform: capitalize;
    line-height: 18px;
    background-color: transparent !important;
}

.col-md-4.user-list-leads.active div.profile-lead {
    color: #ffffff;
}

.profile-lead-outter .profile-lead:nth-child(2), .profile-lead-outter .profile-lead:nth-child(3), .profile-lead-outter .profile-lead:nth-child(4) {
    display: none;
}

.modal-backdrop {
    background: rgba(0, 0, 0, 0.75) !important;
}

.col-md-6.lead-user-data {
    float: left;
    text-align: left;
}

.all-user-list {
    /*border-bottom: 1px solid #062673;*/
    float: left;
    width: 100%;
    padding: 0px 0px 0px 0px;
    cursor: pointer;
    background: #ffffff;
    margin: 5px 0px 10px;
    /*display: flex;*/
    font-size: 12px;
    position: relative;
    height: 170px;
}

.assigned-user-img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    object-fit: cover;
    border-radius: 50%;
}

.list-detail-rewamp {
    height: 154px;
    padding-top: 15px;
}

.lead-section-title {
    color: #3d4fb9;
    font-size: 14px;
    margin: 0px
}

.lead-user-company {
    color: #3d4fb9 !important;
    font-size: 10px;
    padding: 0px;
    margin: 0px;
    text-transform: capitalize;
    margin-bottom: 0px;
    line-height: 10px;
    display: inline-block;
    width: 100%;
    font-weight: bold;
    font-family: 'Lato';
}

p.lead-user-name {
    color: #3d4fb9 !important;
    font-size: 16px;
    padding: 0px;
    margin: 0px;
    text-transform: capitalize;
    margin-bottom: 0px;
    line-height: 16px;
    display: inline-block;
    width: 100%;
    font-weight: bold;
}

span.lead-title {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #5762BC;
    display: inline-block;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 20px;
    overflow: hidden;
    width: 75%;
    font-family: 'Lato';
}

p.lead-user-phone, p.lead-user-email, p.lead-user-occupation, p.lead-user-address, p.lead-user-position {
    margin: 0px;
    font-size: 12px;
}

p.lead-user-phone {
    font-family: sans-serif;
}

.simple-pagination {
    float: left;
}

.lead-user-request {
    margin-bottom: 6px;
}

.lead-user-assinged {
    color: #606364;
    font-size: 12px;
    word-break: break-all;
    text-align: center;
    padding: 0 3px;
    font-weight: normal;
    display: inline-block;
    border-radius: 9px;
    text-transform: capitalize;
}

.top-leads-listing-wrapper {
    background-color: #ffffff;
    padding: 15px 0px;
    margin-bottom: 15px;
    /*height: 142px;*/
    overflow: hidden;
    direction: rtl;
    float: left;
    width: 100% !important;
}

.col-md-6.lead-user-data-action {
    float: left;
    text-align: right;
}

button.btn.btn-next-action {
    border-radius: 0px;
    padding: 5px 25px;
    color: #ffffff;
    background-color: #ff3d80;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 10px;
}

.chk-sel-lead {
    float: right;
    margin-right: 6px;
    margin-top: 8px;
}

.lead-form-label.source_disable {
    text-align: right;
    float: right;
}

span.new-lead-badge {
    font-size: 10px;
    text-align: center;
    background-color: #FEEE1C;
    vertical-align: bottom;
    margin-left: 0px;
    text-decoration: none;
    /*margin-top: -5px;*/
    color: #000000;
    height: 20px;
    width: 30px;
    /* border-radius: 50%; */
    line-height: 20px;
    display: inline-block;
    position: absolute;
    left: 8px;
    top: 20px;
}

.duplicate-badge img {
    vertical-align: bottom;
    width: 16px;
    margin-left: 5px;
}

.fa.fa-refresh {
    margin-left: 7px;
}

span.no-answer-lead-badge {
    font-size: 14px;
    margin-top: 8px;
    position: absolute;
    left: 5px;
    text-decoration: none;
    text-transform: capitalize;
    line-height: 13px;
    color: #EB3232;
    font-family: 'Lato';
}

span#all_count, span#no_status_count, span#new_call_count, span#delays_call_count, span#no_answer_call_count, span#whatsapp_call_count, span#meetings_call_count, span#duplicates_count, span#cil_sent_count {
    font-family: 'Lato';
}

span.action-lead-badge {
    color: #ffffff;
    font-size: 12px;
    display: inline-block;
    background-color: #00AEFF;
    padding: 0px 16px;
    text-transform: capitalize;
    border-radius: 9px;
    text-align: center;
    width: auto;
    display: none;
}

span.lead-view-phone {
    font-family: 'Lato';
}

span.lead-view-email {
    font-family: sans-serif;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    font-family: GE-SS-Two-Light;
}

span.moved-from-bade {
    font-size: 9px;
    text-align: center;
    background-color: #ff3d80;
    vertical-align: bottom;
    margin-left: 5px;
    text-decoration: none;
    /* margin-top: 7px; */
    color: #000000;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    display: inline-block;
    line-height: 18px;
}

p.btn.btn-primary.dropdown-toggle.history-button {
    color: #000000;
    background-color: transparent;
    border-color: transparent;
    padding: 0px;
    font-size: 12px;
    margin-top: 0px;
    float: left;
    /*width: 125px;*/
    text-align: left;
    /*margin-right: 18px;*/
}

p.btn.btn-primary.dropdown-toggle.history-button:after {
    display: none;
}

.dropdown.open > .dropdown-menu.history-des {
    display: block;
}

.col-md-4.user-list-leads.active, .lead-list-report.active {
    background-color: #000000;
    border: 2px solid #000000;
}

/*
.dropdown-menu.history-des {
    width: 70%;
    left: 15%;
    right: 0px;
    position: fixed;
    top: 15%;
    padding: 10px;
    text-align: justify;
    height: 460px;
    overflow-y: auto;
	background: #F3F3F3;
    border-radius: 5px;
}*/
.dropdown-menu.history-des {
    width: 70%;
    left: 15%;
    right: 0px;
    position: fixed;
    top: 15%;
    padding: 10px;
    text-align: justify;
    height: 450px;
    /*height: 300px;*/
    overflow-y: auto;
    background: #F3F3F3;
    border-radius: 5px;
    /*width: 30%;*/
    /*left: 40%;*/
}

/**********Histroy lead page**************/
.all-about-lead-history {
    display: flex;
}

.lead-history-info {
    width: 58%;
    padding: 0 15px 0 5px;
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0;
    align-self: flex-start;
}

/*
.history-chart{
	background-color: #ffffff;
	width: 40%;
    padding: 10px;
    margin-left: 15px;
}*/
.left-lead-history-timeline::before {
    content: ' ';
    width: 1px;
    height: 100%;
    position: absolute;
    right: 13px;
    border-left: 2px solid #ffffff;
}

.left-lead-history-timeline {
    width: 10%;
    position: relative;
    padding-bottom: 10px;
    /*margin-bottom: 10px;*/
}

.history-call-done {
    color: #2DC76D;
}

.history-chart {
    /*background-color: #ffffff;*/
    width: 42%;
    padding: 10px;
    /*margin-left: 15px;*/
}

.right-lead-history-details {
    width: 90%;
}

.lead-analytics-history {
    padding: 0;
    padding-right: 0px !important;
    padding-left: 15px;
}

.report-detail-row {
    direction: ltr;
}

.lead-analytics-history-info {
    margin-bottom: 15px;
    padding: 10px;
    box-shadow: 0px 0px 5px 1px #88888830;
    border-radius: 5px;
    background-color: #ffffff;
    height: 230px;
}

.add-new-report-dialog .modal-body {
    direction: rtl;
}

.add-new-report-dialog .modal-body .col-md-6.pl-0 {
    padding-right: 15px;
    padding-left: 15px !important;
}

.lead-history-info .row:nth-child(2) .col-md-6 {
    padding-left: 15px !important;
    padding-right: 0px !important;
}

.reporting-page-heading .breadcrumb .breadcrumb-item {
    text-align: left !important;
    float: right;
}

.reporting-search-col {
    text-align: left !important;
}

.lead-analytics-history-heading {
    font-size: 14px;
    color: #263238;
}

span.Scheduled-call-label, span.Cancelled-call-label, span.Success-call-label, span.first-contact-label, span.active-period-label, span.last-contact-label {
    font-size: 10.5452px;
    line-height: 13px;
    color: #606364;
    width: 33.33%;
    text-align: center;
}

span.Scheduled-call-label span, span.Cancelled-call-label span, span .Success-call-label span {
    font-family: sans-serif;
}

.meetings-call-history-value {
    display: flex;
    margin-top: 15px;
}

.meetings-call-history-info {
    margin-bottom: 15px;
    padding: 10px;
    box-shadow: 0px 0px 5px 1px #88888830;
    border-radius: 5px;
    background-color: #ffffff;
    height: 90px;
}

.meetings-call-history-heading {
    text-align: center;
    margin-bottom: 0;
    font-size: 12px;
    color: #606364;
}

span.total-no-calls-value {
    letter-spacing: 0.496657px;
    color: #855CF8;
    float: left;
    font-family: 'Lato';
}

.inbox-chats-info-row {
    margin-bottom: 15px;
    padding: 10px;
    box-shadow: 0px 0px 5px 1px #88888830;
    border-radius: 5px;
    background-color: #ffffff;
}

.chat-sender {
    font-size: 13px;
    line-height: 15px;
    color: #606364;
}

.chat-sender-name {
    font-size: 13px;
    line-height: 15px;
    color: #5762BC;
    margin-bottom: 0;
}

/**********Histroy lead page END**************/
div#datetimepicker6 > input.form-control {
    line-height: 0.25px;
    border: 1px solid #000000;
    border-radius: 0px;
    z-index: -1;
}

.datepacker-div > div#datetimepicker6 > span.input-group-addon {
    border: 1px solid #000000;
    border-radius: 0px;
}

li.make-as-done-button {
    margin: 1px;
    width: 55%;
    text-align: right;
    padding: 6px 2px 0px 0px !important;
}

li.make-as-done-button > a {
    /*background-color: #ff3d80;*/
    color: #000000 !important;
    border-radius: 0px;
    /*padding: 8px 15px;*/
    margin-left: 12px;
    text-decoration: none;
    font-size: 10px;
    font-family: GE-SS-Two-Light;
    /*border: 2px solid #ff3d80;*/
    /*width: 8%;*/
    display: inline-block;
    text-align: center;
}

.top-filter.clearfix a {
    font-size: 12px;
}

.datepacker-div > div#datetimepicker6 {
    height: 38px;
}

ul.nav.nav-tabs > li > a {
    color: #000000;
    text-decoration: none;
}

ul.nav.nav-tabs.top-filter > li > a {
    font-size: 12px;
}

.all-user-list:hover {
    background-color: #f6f6f6;
}

/* Report page css start */
.overview-rep-wrapper {
    margin: 20px auto;
}

.report-head-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.report-heading {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 18px;
    color: #000000;
    padding: 5px 30px;
}

.report-body-wrap {
    margin-top: 25px;
}

.report-info-card {
    background-color: #ffffff;
    border-radius: 6px;
    height: 157px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rep-info-title {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
}

.rep-info-title {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
}

.rep-info-data {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 21px;
    display: flex;
    align-items: center;
    letter-spacing: 0.01em;
    color: #000000;
    font-family: 'Poppins';
}

.user-rep-wrapper {
    margin-bottom: 15px;
}

.rep-time-rate {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 21px;
    display: flex;
    align-items: center;
    letter-spacing: 0.01em;
}

.rep-time-rate.positive {
    color: #2DC76D;
}

.rep-time-rate.negative {
    color: #FF4B55;
}

.rep-day-rate {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: #757575;
}

.report-graph-wrap {
    background-color: #FFFFFF;
    border-radius: 6px;
    padding: 25px;
}

.pie-graph-value {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: normal;
    display: flex;
    align-items: center;
    letter-spacing: 0.441166px;
    color: #263238;
    margin-top: 5px;
}

.rep-detail-list-wrap {
    background-color: #FFFFFF;
    border-radius: 6px;
    padding: 10px;
    margin-top: 25px;
}

.rep-list-sub-wrap {
    display: flex;
    align-items: center;
}

.rep-member-col {
    width: 28%;
}

.rep-participated-col {
    width: 20%;
}

.rep-closed-col {
    width: 16%;
}

.rep-pending-col {
    width: 16%;
}

.rep-response-col {
    width: 20%;
}

.rep-participated-col span, .rep-closed-col span, .rep-pending-col span, .rep-response-col span {
    margin-left: 6px;
}

.rep-list-sub-wrap.rep-list-header {

    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #000000;
    padding: 10px 0px;
    border-bottom: 1px solid #eeeeee;
}

.rep-list-sub-wrap.rep-list-body {

    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.01em;
    color: #000000;
    padding: 10px;
    border-top: 1px solid #eeeeee;
}

/* Report page css end */
/**********************pipeline Page**************************/
.pipeline-report ul.dropdown-menu.sublist {
    border-radius: 0px;
    margin-left: -2px;
    width: 220px;
}

.pipeline-report ul.dropdown-menu.sublist > li > a {
    color: #8A8A8A !important;
}

.pipline-progress-detial {
    background: #ffffff;
    padding: 40px 30px;
    margin: 15px 0;
    flex: 0 0 48%;
}

.pipeline-progress-count {
    /*margin-right: 15px;*/
    display: inline-block;
    min-width: 24px;
}

.pipeline-progress-item {
    font-size: 9px;
    text-transform: capitalize;
    color: #1a2325;
}

.pipeline-progress-row.row {
    background-color: #ffffff;
    padding-bottom: 30px;
    padding-top: 30px;
}

.pipline-progress-graph {
    margin: 15px 0;
    background-color: #ffffff;
    flex: 0 0 50%;
    margin-left: 2%;
}

.PPD-list {
    /*height: 224px;*/
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}

span.PPD-value {
    float: left;
    background: #ffffff;
    color: #545456;
    width: 41px;
    text-align: center;
    padding: 6px;
    font-family: sans-serif;

}

.pipline-progress-detial hr, .pipline-progress-graph hr {
    background: #797979;
    border-top: 2px solid #797979;
    position: absolute;
    bottom: 0px;
    width: calc(100% - 30px);
    left: 15px;
}

.PPD-list-item span.PPD-label {
    background-color: #4084F4;
    /*font-family: HelveticaNeue;*/
}

/*.PPD-list-item:nth-child(even) span.PPD-label {
    background-color: #4084F4;
    font-family: HelveticaNeue;
}*/

.PPD-list-item {
    margin: 2px;
    float: left;
    width: 100%;
    text-align: left;
    font-size: 14px;
    text-transform: capitalize;
}

span.PPD-label {
    width: 90%;
    float: left;
    color: #ffffff;
    padding: 6px;
}

.pipeline-graph-heading {
    font-size: 14px;
    color: #5a5a5a;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
}

.PPD-list-down {
    position: absolute;
    top: 37%;
    left: auto;
    right: 25px;
}

.ranges li.active {
    background-color: #4084F4;
    border-right: 2px solid #4084F4 !important;
    border-left: 1px solid #4084F4 !important;
    border-top: 1px solid #4084F4 !important;
    border-bottom: 1px solid #4084F4 !important;
    color: #4084F4 !important;
    border-radius: 0px;
    width: 100%;
    font-size: 12px;
    text-align: center;
}

.daterangepicker .calendar th, .daterangepicker .calendar td {
    color: #545456;
    font-weight: normal;
    font-family: sans-serif;
}

input.input-mini.form-control {
    font-family: sans-serif;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #4084F4;
    border-color: transparent;
    color: #545456;
}

.ranges {
    border-right: 1px solid #E2E2E2;
}

/*.all-user-list:hover .call-done-title, .all-user-list:hover .recall-done-title, .all-user-list:hover .no-answer-title {
    display: block
}*/
i.fa.fa-pencil-square-o.interested-in-edit, i.fa.fa-pencil-square-o.not-interested-edit {
    float: none;
    margin-top: 0;
    margin-left: 0px;
    font-size: 15px;
}

.interested-in-wrapper, .not-interested-in-wrapper {
    font-size: 14px;
    color: #1A2325;
    /*margin-bottom: 10px;*/
}

i.fa.fa-calendar.glyphicon.glyphicon-calendar {
    display: none;
}

#title_interested_header {
    background-color: #111111;
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
}

#interested-edit-modal, #not-interested-edit-modal {
    top: 20%;
}

#interested-edit-modal .modal-header, #not-interested-edit-modal .modal-header {
    padding: 5px 10px;
    background-color: #111111;
    border: 0;
}

#interested-edit-modal .modal-content, #not-interested-edit-modal .modal-content {
    border-radius: 0;
}

span.not-interested-in-color, span.interested-in-color, span.nostatus-in-color {
    width: 15px;
    height: 15px;
    /*border-radius: 50%;*/
    background-color: #33B679;
    display: inline-block;
    line-height: 15px;
}

span.nostatus-in-color {
    background-color: #b0b0b0;
}

.choose-a-list {
    height: calc(2.25rem + 2px) !important;
}

#pipeline-filter-column .select2-container--default .select2-selection--single, #team-members .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #000000;
    border-radius: 0px;
    height: calc(2.25rem + 2px) !important;
    font-size: 12px;
    font-family: GE-SS-Two-Medium;
}

#pipeline-filter-column .select2-container--default .select2-selection--single .select2-selection__arrow, #team-members .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}

.edit-stages-wrapper {
    max-height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 14px;
    direction: rtl;
}

.edit-stages-wrapper::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #787878;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.edit-stages-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.edit-stages-wrapper::-webkit-scrollbar {
    width: 6px;
}

.edit-stages-wrapper .round {
    width: 40px;
}

.edit-stages-wrapper .round label {
    top: -4px;
}

.edit-stages-wrapper .round input[type="checkbox"]:checked + label {
    background-color: #6d78ad;
    border-color: #cccccc;
}

#interested-edit-modal .edit-stages-wrapper .round input[type="checkbox"]:checked + label {
    background-color: #51cda0;
    border-color: #cccccc;
}

.edit-pipeline-stage-wrapper {
    padding: 9px 0 0 5px;
    width: 100%;
}

.edit-stages-wrapper .edit-pipeline-stage-wrapper:nth-child(odd) {
    background-color: #F1F1F1;
}

span.not-interested-in-color {
    background-color: #4084F4;
}

.call-done-title:hover, .recall-done-title:hover, .no-answer-title:hover {
    opacity: 0.5;
}

input.input-checkbox {
    transform: scale(1.5);
    margin-left: 8px;
}

/**********************leads2 tab start******************/
/* ul.nav.nav-tabs > li {
    padding: 5px 10px;
    font-size: 10px;
    position: relative;
} */

ul.nav.nav-tabs > li:after {
    content: "";
    width: 1px;
    border-right: 1px solid #a7a7a7;
    position: absolute;
    height: 10px;
    top: 8px;
    left: 0;
}

ul.nav.nav-tabs > li:last-child:after {
    border-right: none;
}

.nav-tabs {
    border-bottom: none;
    margin-bottom: 20px;
}

ul.nav.nav-tabs > li > a:hover {
    text-decoration: none;
}

ul.nav.nav-tabs > li.active {
    border-bottom: 5px solid #000;
}

p.call-done {
    text-align: left;
    position: absolute;
    border: 1px solid #ccc;
    padding: 7px 12px 7px 12px;
    background-color: #ffffff;
    display: none;
}

#select-user-assign_to_pipeline {
    /*border-radius: 10px;*/
    width: 45%;
    margin: 0 0 0 10px;
    text-align-last: left;
    /*-webkit-appearance: none;*/
}

.left-section-filter-pipeline {
    /*float: left;*/
    width: 100%;
}

.left-section-filter-reporting {
    float: right;
    width: 50%;
}

.all-user-list > .col-md-6.lead-user-data-action:hover p.call-done {
    display: block;
}

.all-user-list:hover p.call-done {
    display: block;
    text-align: center;
    margin: 0 auto;
    float: left;
    width: 100%;
    position: absolute;
    z-index: 99;
    background: transparent;
    border: 0px;
}

.no_team {
    font-size: 10px;
    color: #74788D;
    text-align: right;
    position: absolute;
    bottom: 40px;
    width: calc(100% - 25px);
}

/******************************popup div start***************************/
h2.feedback-user {
    width: 50%;
    float: left;
    font-size: 25px;
    text-align: left;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    margin-bottom: 30px;
}

h2.feedback-user-name {
    width: 50%;
    float: left;
    font-size: 25px;
    text-align: right;
    text-transform: uppercase;
    color: #ff3d80;
    font-weight: bold;
    margin-bottom: 30px;
}

form.feed-back > .form-group {
    padding: 0px 0px 10px 0px;
    margin-bottom: 0px;
    float: left;
    width: 100%;
}

form.feed-back > .form-group > label {
    color: #1872E7;
    margin-left: 20px;
    width: 150px;
    float: right;
    text-align: center;
    font-size: 14px;
    text-transform: capitalize;
    background: #ffffff;
    padding: 10px;
}

form.feed-back > .form-group > select {
    width: 71%;
    /*height: 35px;*/
    border: 0px;
    cursor: pointer;
    padding: 11px;
    font-family: 'GE-SS-Two-Light';
}

form.feed-back > .form-group > select:focus {
    outline: 0px;
}

form.feed-back > .form-group > textarea#comment {
    /*width: 72%;*/
    width: 100%;
    float: left;
    height: 100px;
}

.user-lead-data > p {
    background-color: #f1f1f1;
    float: left;
    padding: 3px 20px;
    border-radius: 20px;
}

.user-lead-data:hover .addigned-to-div {
    display: block;
}

.addigned-to-div {
    width: 71%;
    float: left;
    padding: 8px;
    background: #ffffff;
}

.addigned-to-div > a {
    color: #000000 !important;
    padding: 7px;
    font-family: GE-SS-Two-Medium;
    font-size: 16px;
}

select.select-user-assign {
    width: 100%;
    padding: 5px;
}

ul.dropdown-menu.assign-menu.assign-ul {
    left: 157px;
    top: -162px;
}

a.dropdown-toggle.assignto {
    cursor: pointer;
    width: 100%;
    float: left;
}

a.dropdown-toggle.assignto:after {
    border-top: 0.3em solid !important;
    border-right: .2em solid transparent !important;
    border-left: .2em solid transparent !important;
    margin: 6px 4px 0px 0px !important;
    float: right;
}

.feedback-button {
    background-color: #ff3d80;
    color: #fff;
    text-transform: uppercase;
    float: right;
    border-radius: 0px;
    cursor: pointer;
}

/* Outer */
.popup {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.75);
    z-index: 10000;
}

/* Inner */
.popup-inner {
    max-width: 700px;
    width: 90%;
    padding: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 1);
    border-radius: 3px;
    background: #fff;
}

/* Close Button */
.popup-close {
    width: 30px;
    height: 30px;
    padding-top: 4px;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    transition: ease 0.25s all;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    border-radius: 1000px;
    background: rgba(0, 0, 0, 0.8);
    font-family: Arial, GE-SS-Two-Medium;
    font-size: 20px;
    text-align: center;
    line-height: 100%;
    color: #fff;
}

.popup-close:hover {
    -webkit-transform: translate(50%, -50%) rotate(180deg);
    transform: translate(50%, -50%) rotate(180deg);
    background: rgba(0, 0, 0, 1);
    text-decoration: none;
}

/ /******************************popup div end***************************/
/**********************leads2 tab end*******************/
/* custom inclusion of right, left and below tabs */

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
    border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}

.tab-content > .active,
.pill-content > .active {
    display: block;
}

.tabs-below > .nav-tabs {
    border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
    border-top-color: #ddd;
    border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
    border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
    float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
    border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
    border-color: #ddd transparent #ddd #ddd;
    *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
    border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
    border-color: #ddd #ddd #ddd transparent;
    *border-left-color: #ffffff;
}

/*****************************REPORTING Css Start**************************/
.col-md-6.aggregate-report {
    float: left;
    text-align: right;
    /*padding: 10px 0 0 0;*/
}

.col-md-6.aggregate-report > label {
    float: left;
    margin-right: 10px;
    padding-top: 7px;
    font-size: 14px;
}

label.aggregate-report-label {
    color: #3c54be;
}

h3.leads-h.aggregate-report-heading {
    text-align: left;
}

ul.pagination {
    float: right;
    padding: 20px 0px;
}

li.dropdown.Choose-LIST {
    list-style: none;
    float: left;
    /*background: #ffffff;*/
    padding: 9px 7px;
    /*border-radius: 10px;*/
    border: 1px solid #000000;
    width: 50%;
}

.view-lead-pipeline {
    float: right;
    margin-top: 30px;
    margin-right: 30px;
}

li.dropdown.Choose-LIST > a.dropdown-toggle {
    color: #000000 !important;
    text-transform: capitalize;
    display: block;
    font-family: GE-SS-Two-Medium;
    font-size: 12px;
}

li.dropdown.open > ul.dropdown-menu {
    display: block;
}

li.dropdown.Choose-LIST > .dropdown-toggle::after {
    float: right;
    position: relative;
    top: 10px;
}

.Choose-LIST .dropdown-menu.sublist li > a {
    text-transform: capitalize; /*color: #a4a2a2;*/
}

ul.dropdown-menu.sublist {
    /*padding: 15px 15px 15px 25px;*/
    margin-left: 0px;
    width: 273px;
    border: 1px solid #000000;
    border-radius: 0px;
    font-size: 14px;
    /*font-family: HelveticaNeue;*/
}

ul.dropdown-menu.sublist li {
    /*margin-bottom: 15px;*/
    display: block;
    padding: 10px 15px;
}

ul.dropdown-menu.sublist li:hover {
    background: #f6f6f6;
}

input.daterange-pick {
    list-style: none;
    float: left;
    background: #ff3d80;
    padding: 7px;
    border-radius: 0px;
    border: 0px;
    margin-right: 20px;
    color: #ffffff;
}

input.daterange-pick.pipeline-datepicker, input.daterange-pick.cil-datepicker, input.daterange-pick.lead-datepicker, input.daterange-pick.team-datepicker {
    float: none;
    border: 1px solid #4084f4;
    color: #4084f4;
    background: #ffffff;
    margin: 0;
}

input.daterange-pick.cil-datepicker, input.daterange-pick.lead-datepicker, input.daterange-pick.team-datepicker {
    margin-bottom: 0.5rem;
}

.daterangepicker .input-mini {
    border: 1px solid #000000 !important;
    border-radius: 0px !important;
    color: #000000 !important;
    font-weight: bold;
    text-align: center;
}

.daterangepicker_input-inner input.daterange-pick {
    padding: 0px !important;
    margin-right: 0px;
}

.col-md-6.pipeline-report {
    padding-left: 0px;
}

.daterangepicker_input-inner > i {
    float: left;
    padding: 3px;
    margin-right: 5px;
}

.daterangepicker_input-inner {
    list-style: none;
    float: left;
    background: #ff3d80;
    padding: 7px;
    border-radius: 0px;
    border: 0px;
    margin-right: 20px;
    color: #ffffff;
}

.light-theme .current {
    background: #4084F4 !important;
    color: #FFF;
    border: none;
    border-radius: 4px;
    box-shadow: none;
    padding: 0px 10px;
}

.light-theme a, .light-theme span {
    color: #757575;
    border: 0.4px solid #E2E2E6;
    border-radius: 4px;
    box-shadow: none;
    background: #F9F9FB !important;
    padding: 0 10px;
}

.banner-desc-left {
    width: 60%;
    float: left;
}

.banner-image-right {
    width: 35%;
    position: relative;
    float: left;
}

.home-banner {
    padding: 150px 50px 0px 50px;
    height: 525px;

    background: #ffffff; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#ffffff, #ffffff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ffffff, #ffffff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ffffff, #ffffff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ffffff, #ffffff); /* Standard syntax */
}

.banner-heading {
    font-size: 53px;
    color: #482264;
    margin-top: 50px;
    line-height: 65px;
    margin-left: 18px;
    letter-spacing: 3px
}

p.banner-after-image {
    margin-left: 18px;
}

.right-banner-image {
    width: 100%;
}

.container.marketing.bg-gray {
    background-image: url(/images/left-bg.png);
    background-repeat: no-repeat;
    background-position-y: center;
    background-size: contain;
    background-size: 77px 406px;
}

.section-heading {
    font-size: 30px;
    padding-left: 65px;
    padding-top: 50px;
    padding-right: 65px;
}

p.about-p {
    text-align: center;
    font-size: 25px;
}

.col-md-12.marketing-aggregate-report {
    /*float: left;*/
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    display: inline-block;
}

.col-md-12.report-form {
    text-align: center;
    width: 100%;
    float: left;
    padding: 0px;
    display: flex;
}

h3.leads-h {
    color: #000;
    font-weight: bold;
    padding: 20px 0px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    float: left;
    font-size: 20px;
}

.col-md-12.aggregate-report {
    /*border: 5px solid #4e4e4e;*/
    /*border-radius: 10px;*/
    margin-right: 12px;
    width: 100% !important;
    /*max-width: 98%;*/
    padding: 20px 20px 0px 20px;
    margin-bottom: 15px;
    margin-top: 15px;
    height: auto;
    float: left;
    background-color: #ffffff;
}

.col-md-2.report-stage {
    /*border-bottom: 1px solid #000;*/
    padding: 0;
    height: 100px;
}

.report-stage {
    float: left;
}

.col-md-2.report-stage, .col-md-6.report-stage {
    /*border-right: 1px solid #000;*/
}

.col-md-2.report-stage:nth-child(7n), .col-md-2.report-stage:nth-child(8n), .col-md-2.report-stage:nth-child(9n), .col-md-2.report-stage:nth-child(10n), .col-md-2.report-stage:nth-child(11n), .col-md-2.report-stage:nth-child(12n) {
    border-bottom: 0px;
}

.col-md-2.report-stage:nth-child(6n+6) {
    border-right: 0px;
}

.col-md-6.report-stage > .col-md-4 > h4, .report-stage > p, .col-md-6.report-stage > .col-md-4 > p {
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
    text-transform: uppercase;
    color: #5a5a5a;
    /*font-weight: bold;*/
}

.col-md-2.report-stage.aggregate-report-stage {
    height: 80px;
}

.report-stage > h4 {
    text-align: center;
    font-size: 10px;
    padding: 10px 0;
    text-transform: uppercase;
    color: #5a5a5a;
    background-color: #f0f0f0;
    font-weight: normal;
}

h4.report-stage-heading, p.report-stage-p {
    color: #1a1a1a;
    margin-bottom: 0px;
}

.col-md-6.report-stage > .col-md-4 {
    float: left;
    padding: 0px;
    text-align: center;
}

.col-md-4.user-list-leads-reporting {
    border: 5px solid #4e4e4e;
    border-radius: 10px;
    margin-right: 12px;
    width: 32% !important;
    max-width: 32%;
    padding: 0px 12px;
    margin-bottom: 15px;
    margin-top: 15px;
    height: auto;
    float: left;
    padding-bottom: 20px;
}

.col-md-4.user-list-leads-reporting-stage {
    border: 5px solid #ffffff;
    border-radius: 0px;
    margin-right: 12px;
    width: 50% !important;
    max-width: 48%;
    padding: 0px 12px;
    margin-bottom: 15px;
    margin-top: 15px;
    height: auto;
    float: left;
    padding-bottom: 20px;
    background-color: #ffffff
}

a.canvasjs-chart-credit {
    display: none;
}

.col-md-12.list-report, .col-md-12.rating-report {
    float: left;
    width: 100%;
    padding-right: 0px;
    margin-bottom: 15px;
}

.col-md-12.user-list-leads-reporting {
    float: left;
    width: 100%;
    padding: 0px;
}

tbody.list_details.leads-reporting > tr > td {
    color: #ff3d80;
    font-size: 12px;
    vertical-align: middle;
    text-align: center;
}

th.user-list-tt.leads-reporting {
    text-align: center;
    color: #3d4fbf;
}

table.table.table-striped.user-list-table tbody {
    background-color: #ffffff;
}

td.user-list-tv.leads-reporting {
    text-align: left !important;
}

img.lead-Reports-img {
    height: 65px;
    width: 65px;
    margin-right: 20px;
    border-radius: 50%;
}

span.team-lead-name {
    color: #384DB8;
}

button.applyBtn.btn.btn-sm.btn-success {
    background-color: #F7EC2B !important;
    background-image: none;
    border-color: #F7EC2B;
    box-shadow: none;
    width: 88px;
}

button.cancelBtn.btn.btn-sm.btn-default {
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none;
}

.ranges li {
    background-color: transparent !important;
    border: transparent !important;
    color: #545456 !important;
}

div#traffic {
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

.col-md-12.rating-report {
    padding-top: 20px;
}

.col-md-12.list-report, .col-md-12.rating-report {
    padding-left: 0px;
}

select.choose-status {
    list-style: none;
    text-transform: capitalize;
    float: left;
    background: transparent;
    border-radius: 7px;
    padding: 9px 7px;
    width: 177px;
    color: #A1A1A1;
    margin-top: -7px;
    border: 1px solid #000000;

}

select.choose-status:focus {
    outline: 0px;
}

/*****************************REPORTING Css end**************************/
/*****************************pipeline Css Start**************************/
.col-md-12.pipeline {
    float: left;
    width: 100%;
    padding: 0px;
}

.pipeline-heading {
    text-transform: capitalize;
    margin: 20px 0px;
    font-size: 18px;
    direction: rtl;
}

.pipeline-report-graph {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.col-md-12.rating-report-single {
    border: 5px solid #4e4e4e;
    margin-right: 12px;
    width: 100% !important;
    max-width: 100%;
    padding: 0px 12px;
    margin-bottom: 15px;
    margin-top: 15px;
    height: auto;
    float: left;
    border-radius: 10px;
}

input:focus {
    outline: 0px;
}

/*****************************pipeline Css end**************************/
/* outbound page css start */
.outbound-main-wrapper {
    background-color: #ffffff;
    margin: 20px 10px;
    padding: 25px 0px;
}
.outbound-heading-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.outbound-filter-wrap {
    position: relative;
    display: flex;
    align-items: center;
}
.search-field {
    background-color: #F8F8F8;
    border-radius: 2.62883px;
    border: none;
    height: 32px;
    padding-right: 35px;
    margin: 0px 10px;
}
.bound-heading-spn {
    margin-left: 10px;
}
.outbound-heading {
    font-style: normal;
    font-weight: 600;
    font-size: 21.7422px;
    line-height: 33px;
    letter-spacing: -0.01em;
    color: #000000;
}
input.search-field::placeholder {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 11.8594px;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: #B5B7C0;
}
.outbound-sent-at {
    direction: ltr;
    text-align: right;
}

.outbound-new-msg {
    font-style: normal;
    font-weight: 600;
    font-size: 11.8594px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF !important;
    background-color: #6f00ff;
    padding: 6px 16px;
    border-radius: 2.62744px;
}
.search-icon {
    position: absolute;
    top: 5px;
    right: 18px;
}
.outbound-body-wrapper {
    margin: 25px;
}

.search-field::placeholder {
    font-family: 'GE-SS-Two-Light' !important;
}

.bound-title-row {
    font-style: normal;
    font-weight: 500;
    font-size: 13.8359px;
    line-height: 21px;
    letter-spacing: -0.01em;
    color: #7C7C7C;
}
.outbound-data-row {
    display: flex;
    align-items: center;
    padding: 10px 0px;
    border-bottom: 1px solid #EEEEEE;
}
.outbound-title-cover {
    width: 26%;
}
.outbound-status-cover {
    width: 17%;
}
.outbound-type-cover {
    width: 10%;
}
.outbound-sender-cover {
    width: 17%;
}
.outbound-sent-cover {
    width: 8%;
}
.outbound-created-cover {
    width: 16%;
}
.outbound-edit-cover {
    width: 6%;
}
.bound-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 13.8359px;
    line-height: 21px;
    letter-spacing: -0.01em;
    color: #000000;
}
.bound-status {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 11.8594px;
    line-height: 18px;
    color: #000000;
}
.bound-sender, .bound-sent, .bound-created {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 11.8594px;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: #959595;
}
.out-status-spn {
    margin-left: 8px;
}
/* outbound page css end */
/* Outbound send whatsapp page css start */
.send-header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0px;
}
.leads-h {
    font-style: normal;
    font-weight: 500;
    font-size: 17.7891px;
    line-height: 27px;
    letter-spacing: -0.01em;
    color: #000000;
    margin: 0px;
}

.sort-by {
    border: 0.728492px solid #D6D6D6;
    border-radius: 2px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
}

.automation-main-heading {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 10px;
}
.automation-inner-wrapper .form-control {
    border: 0.728492px solid #D6D6D6;
    border-radius: 2px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
}
.automation-inner-wrapper {
    background-color: #FFFFFF;
    box-shadow: 0px 3.64246px 13.6592px rgb(0 0 0 / 8%);
    border-radius: 7.28492px;
    padding: 35px;
    margin-bottom: 30px;
}
.automation-sub-heading {
    
    font-style: normal;
    font-weight: 400;
    font-size: 12.7486px;
    line-height: 19px;
    color: #979797;
}
.automation-section-heading {
    
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #979797;
    margin: 10px;
}
.upload-file {
    
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-decoration-line: underline;
}
.purple {
    color: #6F00FF;
}
.green {
    color: #2DC76D;
}
.red {
    color: #F82631;
}
.upload-spn-wrap {
    margin-left: 7%;
}
.upload-spn-img {
    margin-left: 1%;
}

.outbound-status-Sent {
    color: green;
}
.outbound-status-Failed {
    color: red;
}
.outbound-status-Opened {
    color: #6f00ff;
}
.sms-detail::placeholder {
    
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
}
.send-message-condition-label {
    
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    padding-top: 6px;
    margin-bottom: 0;
}
.outbound-stat-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
}
.outbound-stat-info {
    
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
}
.out-stat-info-spn {
    
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}
.dropdown.open .dropdown-menu {
    display: block;
}
.userfilter-inner-wrapper {
    background-color: #FFFFFF;
    box-shadow: 0px 3.64246px 13.6592px rgb(0 0 0 / 8%);
    border-radius: 7.28492px;
    padding: 20px;
    margin-bottom: 30px;
}
.user-filter-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.user-seach-wrap input {
    background-color: #FFFFFF;
    border: 0.888272px solid #DBDDE0;
    border-radius: 3.55309px;
    
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    color: #606364;
    height: 30px;
    min-width: 209px;
    padding: 3px 10px;
    padding-left: 23px;
}
.filterSearch-icon {
    position: absolute;
    top: 13px;
    left: 8px;
}
.user-sort-wrap button {
    
    font-style: normal;
    font-weight: 500;
    font-size: 12.4358px;
    line-height: 19px;
    color: #757575;
    background-color: #FFFFFF;
    border: 0.888272px solid #DBDDE0;
    border-radius: 3.55309px;
}
.userlist-header {
    
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.01em;
    color: #7C7C7C;
    padding: 10px;
    border-bottom: 1px solid #eeeeee;
}
.userlist-data .row {
    
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: -0.01em;
    color: #959595;
    padding: 10px;
}
.ul-recipient {
    
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.01em;
    color: #292D32;
}
.userlist-pagination-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 22px;
}
.user-pg-enteries {
    
    font-style: normal;
    font-weight: 300;
    font-size: 10.5344px;
    line-height: 14px;
    text-align: center;
    color: #000000;
}
.user-pagination-sb-wrap ul {
    margin: 0px;
}
.userlist-pg-item {
    margin: 0px 2.6px;
}
.user-pagination-sb-wrap .page-link {
 font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 14px;
    text-align: center;
    color: #757575;
    border: 1px solid #E2E2E6;
    border-radius: 3px;
    padding: 5px 10px;
}
.userlist-pg-item.active .page-link {
    color: #fff;
    background-color: #606364;
}

.total-counter, .sent-counter , .failed-counter, .opened-counter {
    font-family: sans-serif;
}
/* Outbound send whatsapp page css end */
/************** new outbound changes ***************/
.upload-content-wrapper {
    position: relative;
}
.outbound-item-row {
    margin-top: 1%;
    margin-bottom: 3%;
}
.out-radio-row {
    margin: 10px 0px;
}
.outbound-type-heading {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 3%;
}
.outbound-rule-heading {
    font-style: normal;
    font-weight: 400;
    font-size: 12.7486px;
    line-height: 19px;
    color: #979797;
}
.outbound-action-title {
    margin-right: 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}
.outbound-upload-details {
    color: #2DC76D;
}
.outbound-upload-area {
    border: 1.4px dashed rgba(0, 0, 0, 0.25);
    border-radius: 10.3145px;
    padding: 10px 20px;
    font-size: 12px;
    margin-top: 10px;
    width: 39%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.btn-upload-file {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #6F00FF;
    background: #EDEDF5;
    border-radius: 6px !important;
    padding: 1px 9.4px;
    margin-right: auto;
    cursor: pointer;
}
.outbound-upload-area label {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
}
.dynamic-content-wrapper label {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
}
.dynamic-content-wrapper select {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
    border: 0.728492px solid #D6D6D6;
    border-radius: 2px;
}
.upload-custom-popup {
    position: fixed;
    top: 10%;
    z-index: 10000000;
    left: 20%;
    min-height: 200px;
    display: none;
    background: #FCFCFD;
    border: 0.5px solid #D6D6D6;
    border-radius: 9.73934px;
    width: 323px;
}
.upload-pop-title {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #23262F;
}
.upload-custom-modal-header {
    display: flex;
    padding: 20px 20px;
    padding-bottom: 10px;
    background-color: #ffffff;
    border-radius: 9.73934px;
    direction: rtl;
}
.upload-custom-modal-content {
    padding: 10px 20px;
    padding-bottom: 20px;
    overflow-y: auto;
    background-color: #ffffff;
    border-radius: 9.73934px;
}
.outbound-upload-area-pop {
    border: 1.4px dashed rgba(0, 0, 0, 0.25);
    border-radius: 10.3145px;
    padding: 5px 15px;
    font-size: 12px;
    margin: 10px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.btn-upload-file-pop {
    padding: 0px;
}
.outbound-upload-area-pop a, .outbound-upload-area-pop a:hover, .upload-pop-template-link, .upload-pop-template-link:hover {
    color: #6f00ff;
}
.upload-label-cus-wrap {
    font-style: normal;
    font-weight: 500;
    font-size: 10.3886px;
    line-height: 16px;
    color: #23262F;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4%;
    margin-top: 4%;
}
.outbound-select-tag-pop select {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
}
.outbound-upload-pop-btn-wrap {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 8%;
}
.out-cancel-pop-btn {
    font-style: normal;
    font-weight: 500;
    font-size: 12.4284px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #464F60;
    background: #FFFFFF;
    box-shadow: 0px 0px 0px 0.887745px rgb(70 79 96 / 16%);
    border-radius: 5.32647px !important;
    padding: 4px 10px;
    margin-right: 5%;
}
.out-upload-pop-btn {
    background-color: #6F00FF;
    border-radius: 5.32647px !important;
    font-style: normal;
    font-weight: 500;
    font-size: 12.4284px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    padding: 4px 26px;
}
/************** new outbound changes ***************/
/*****************************LIST REPORT Css START**************************/
.pull-left.selet-status-left {
    float: left;
}

.pull-left.selet-status-left > input.update-action-progress {
    margin: 0px 0px 26px 10px;
    padding: 10px 29px;
}

.pull-left.selet-status-left > select {
    width: 144px;
    float: left;
    border-radius: 0px;
    font-size: 12px;
}

.col-md-12.user-list-report {
    border: 5px solid #ffffff;
    border-radius: 0px;
    margin-right: 12px;
    width: 100% !important;
    max-width: 100%;
    padding: 0px 12px 15px 12px;
    margin-bottom: 15px;
    margin-top: 0px;
    height: auto;
    float: left;
    background-color: #ffffff;
}

#status_report {
    background-color: #ffff;
    padding: 20px;
}

p.user-name-leads.report-list {
    font-size: 16px;
}

.col-md-4.user-list-leads-reporting:nth-child(odd) {
    margin-left: 0px !important;
    margin-right: 12px !important;
}

.col-md-4.user-list-leads-reporting:nth-child(even) {
    margin-left: 0px !important;
    margin-right: 12px !important;
}

.col-md-4.user-list-leads-reporting-stage:nth-child(odd) {
    margin-left: 12px !important;
    margin-right: 0px !important;
}

.col-md-4.user-list-leads-reporting-stage:nth-child(even) {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

/*****************************LIST REPORT Css end**************************/
/********************send by irfan bhi************************/
ul.dropdown-menu.assign-menu {
    left: -178px;
    width: 280px;
    overflow: hidden;
    padding: 10px;
    font-size: 12px;
}

td.day, th.dow {
    padding: 6px;
}

.datepicker-switch {
    text-align: center;
}

p.assign-heading {
    font-weight: bold;
    font-size: 13px;
    direction: rtl;
}

div#move_to_list_bulk h5, div#assing_to_bulk h5, div#move_to_list_bulk h5, .bulk-field-wrapper {
    direction: rtl;
}

td.active.day {
    background-color: #9a9a9a;
    color: #ffffff;
}

select.select-user-assign, select.select-next-action {
    width: 100%;
    padding: 5px;
}

td.day, th.dow {
    padding: 6px;
    background-color: rgb(158, 185, 245);
    text-align: center;
}

td.day {
    background-color: rgb(158, 185, 245);
}

th.dow, td.old, td.new {
    background-color: #FFFFFF;
}

.delete_list {
    cursor: pointer;
}

input.form-control.rd {
    width: auto;
    height: 27px;
}

.editableform .control-group {
    padding: 0px;
    width: 80%;
}

.lead-list-header-details {
    width: 25%;
}

i.fa.fa-pencil-square-o.edit_base {
    margin-top: 1px;
}

.editable {
    color: #000;
    cursor: normal;
    font-weight: normal;
}

.next-action-wrapper span {
    padding: 0 2px;
}

span.call-done-title {
    color: #000000 !important;
    border-radius: 0px;
    /* padding: 10px 15px; */
    margin-right: 0px;
    text-decoration: none;
    text-align: center;
    width: auto;
    z-index: 1000;
    font-size: 10px;
    display: inline-block;
    /*border-right: 2px solid #c1c1c5;*/
}

.lead-open-whatapp {
    color: #000000 !important;
    border-radius: 0px;
    padding: 0px 2px;
    margin-right: 0px;
    text-decoration: none;
    text-align: center;
    /*width: calc(24% - 10px);*/
    width: auto;
    z-index: 1000;
    font-size: 10px;
    display: inline-block;
}

span.call-done-title img, span.no-answer-title img, span.recall-done-title img, span.send-cil-btn img, .lead-open-whatapp img {
    width: 22px;
    display: block;
    margin: 0 auto 0px auto;
}

span.recall-done-title {
    /*background-color: #0d5d11;*/
    color: #000000 !important;
    border-radius: 0px;
    /*padding: 10px 15px;*/
    margin-right: 0px;
    text-decoration: none;
    text-align: center;
    /*width: calc(24% - 10px);*/
    /*width: 40px;*/
    z-index: 1000;
    font-size: 10px;
    display: inline-block;
    /*border-right: 2px solid #c1c1c5;*/
}

span.no-answer-title {
    /*background-color: #e4e233;*/
    color: #000000 !important;
    border-radius: 0px;
    /*padding: 0px 20px;*/
    margin-right: 0px;
    text-decoration: none;
    text-align: center;
    /*width: calc(24% - 10px);*/
    /*width: 40px;*/
    z-index: 1000;
    font-size: 10px;
    display: inline-block;
    /*border-right: 2px solid #c1c1c5;*/
}

span.cil-sent {
    display: inline-block;
    width: calc(24% - 10px);
}

span.send-cil-btn {
    color: #000000 !important;
    border-radius: 0px;
    /* padding: 3px 25px;
 /* margin-right: 10px; */
    text-decoration: none;
    text-align: center;
    font-size: 10px;
    display: inline-block;
    /* width: calc(24% - 10px); */
    /* width: 40px; */
    z-index: 1000;
    /*border-right: 2px solid #c1c1c5;*/
    position: relative;
}

span.Send-CIL-label {
    color: #1872E7;
    background-color: #000000;
    position: absolute;
    width: 10px;
    height: 10px;
    text-align: center;
    border-radius: 52px;
    left: 41px;
    top: -1px;
    padding: 0px;
    font-size: 8px;
    line-height: 10px;
    color: #FFFFFF;
}

.cil-sent span.send-cil-btn {
    width: 52%;
    padding: 12px 0px 10px 0px;
    margin: 0 0 0 -3px;
    font-size: 8px;
}

/*
span.send-cil-btn.sent-cil {
    font-size: 11px;
    padding: 10px 0px 9px 0;
    border-color: #39EDB5;
}*/

span.label-cil-sent {
    border: 2px solid #969696;
    background: #d7d7d7;
    padding: 12px 0px 10px 0px;
    text-align: center;
    width: 46%;
    font-size: 8px;
    color: #ffffff;
    display: inline-block;
}

.next-action-wrapper {
    /*margin-bottom: 15px;*/
    /*width: fit-content;*/
    padding: 9px 0px;
    /*display: flex;*/
    align-items: center;
    /*text-align: center;*/
    margin-right: 8%;
    margin: 0 auto;
    /* border: 1px solid #4084F4;*/
}

/**************************** requests page  *********************************/
.buy-col-3 {
    border-left: 0.5px solid #D6D6D6;
}

.req-add-prop-phase {
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

.top-requests-filter {
    padding: 15px;
    background-color: #f3f3f3;
    direction: rtl;
}

#add-rent-request-modal .row, #update-request-modal .row {
    margin-left: -15px;
    margin-right: -15px;
}

#add-rent-request-modal .select2-container--default .select2-selection--single, #add-request-modal .select2-container--default .select2-selection--single, #update-request-modal .select2-container--default .select2-selection--single, #update-rent-request-modal .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 0px;
    height: calc(2.25rem + 2px);
    padding-top: 2px;
    font-weight: normal;
    text-transform: capitalize;
    padding-left: 8px;
}

.add-req-address {
    cursor: pointer;
    background-color: #ffffff !important;
}

/*
span.details-letter-count {
    font-size: 10px;
    position: absolute;
    right: 0;
    bottom: -5px;
}
*/
.add-more-price {
    margin: 15px 0px;
}

span.add-price-more {
    text-align: left;
}

span.add-price-confirm {
    text-align: right;
    text-decoration: underline;
}

span.add-price-more i.fa.fa-plus-circle {
    color: #4084F4;
}

span.add-price-more, span.add-price-confirm {
    font-size: 12px;
    color: #000000;
}

.add-price-row {
    display: flex;
    align-items: center;
}

span.add-price-more, span.add-price-confirm {
    font-size: 10px;
    color: #000000;
    width: 50%;
}

.extra-comment-count, span.details-letter-count {
    font-size: 10px;
    text-align: right;
    float: right;
    margin-top: 0px;
    margin-bottom: 10px;
}


#add-rent-request-modal .select2-container, #add-request-modal .select2-container, #update-request-modal .select2-container, #update-rent-request-modal .select2-container {
    width: 100% !important;
    font-size: 12px;
    font-family: GE-SS-Two-Medium;
    /*margin-left: 5%;*/
}

#add-rent-request-modal .sel-location-full-width .select2-container, #update-request-modal .sel-location-full-width .select2-container {
    width: 93.5% !important;
    margin-right: 6.5%;
    margin-bottom: 5px;
}

#add-request-modal .owner-details-wrapper .select2-container, #update-rent-request-modal .owner-details-wrapper .select2-container {
    width: 100% !important;
    margin-left: 0px;
}

#add-rent-request-modal .select2-container--default.select2-container--focus .select2-selection--multiple, #update-request-modal .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #a0a0a0;
    border-radius: 0px;
    height: 38px;
    overflow-y: scroll;
}

#add-rent-request-modal .select2-container--default .select2-selection--multiple, #update-request-modal .select2-container--default .select2-selection--multiple {
    border-radius: 0;
    height: 38px;
    overflow-y: scroll;
}

select.sel-req-type, select.sel-req-prop-type, select.sel-req-project, select.sel-req-payment-method {
    width: 18%;
    border-radius: 0;
    height: 38px;
    font-size: 12px;
    float: left;
    border: 1px solid #000000;
    background-color: #ffffff;
    margin-right: 1%;
    font-family: GE-SS-Two-Medium;
}

select.sel-req-project {
    width: 18.8%;
}

.primary-req.active {
    background-color: #4084F4;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    padding: 7px 5px;
}

.history-details {
    direction: rtl;
}

.top-requests-filter .select2-container {
    margin-right: 1%;
}

.top-requests-filter .select2-container--default .select2-selection--single, .top-requests-filter .select2-container--default.select2-container--focus .select2-selection--multiple, .top-requests-filter .select2-container--default.select2-container--default .select2-selection--multiple {
    border-radius: 0;
    font-size: 12px;
    padding: 4px;
    height: 39px;
    border-color: #000000;
    overflow-y: scroll;
    border: none;
}

.top-requests-filter .select2-container--default .select2-selection--single .select2-selection__arrow {
    margin-top: 6px;
}

.top-requests-filter .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent
}

.req-city-town {
    width: 85%;
    float: left;
    border: 1px solid #000000;
    border-radius: 0px;
    font-family: GE-SS-Two-Medium;
    font-size: 12px;
    padding: 11px;
}

.req-city-town-inner {
    width: 58.6%;
    float: left;
    margin-right: 7px;
}

.btn-search-cancel-request {
    padding: 10px 10px 11px 10px !important;
    /* float: right; */
    margin: 0px 5px 0px 0px;
    background-color: transparent;
    border-color: transparent;
    border-radius: 0px;
    font-size: 12px;
    padding: 10px 0px;
    text-align: center;
    font-family: GE-SS-Two-Medium;
    color: #4084F4;
    width: 45%;
    cursor: pointer;
    text-decoration: underline !important;
}

button.btn.btn-search-cancel-request:focus {
    box-shadow: 0 0 0 0px rgba(2, 117, 216, .25);
}

div.req-city-town-label {
    width: 100%;
    float: right;
    margin-bottom: 0px;
    display: flex;
}

div.req-city-town-label > i {
    background-color: #ff3d80;
    border-color: #ff3d80;
    border-radius: 0px;
    font-size: 17px;
    padding: 11px 10px;
    text-align: center;
    color: #ffffff;
    width: 45px;
    cursor: pointer;
}

.share-item {
    padding: 15px 0;
    border-top: 1px solid #f0f0f0;
    text-align: right;
}

.share-item i.fa {
    float: right;
    margin-left: 10px;
}

.pipeline-lead-heading {
    text-align: right;
}

span.tag-item {
    border: 1px solid;
    border-radius: 20px;
    padding: 1px 7px !important;
    text-transform: capitalize;
    line-height: 16px !important;
    display: inline-block !important;
    width: auto;
    margin-bottom: 6px;
    font-size: 12px !important;
}

.share-item a {
    color: #4e98a9;
}

.req-base-row.row .bottom-action-wrapper {
    margin-top: 15px;
}

#contact-modal .modal-body .col-md-2 img {
    filter: invert(1);
}

#contact-modal .modal-body .col-md-8 .row {
    display: flex;
    align-items: center;
}

select.sel-req-min-price, select.sel-req-max-price, select.sel-req-min-bed,
select.sel-req-max-bed, select.sel-req-min-area, select.sel-req-max-area, select.sel-req-min-bua,
select.sel-req-max-bua, select.sel-req-status, select.sel-req-amenities, select.sel-req-base-status, select.req-project-location {
    width: 45%;
    border-radius: 0;
    height: 38px;
    font-size: 12px;
    display: inline-block;
    border: 1px solid #000000;
    background-color: #ffffff;
    margin-right: 5px;
    font-family: GE-SS-Two-Medium;
}

select.sel-prop-phase {
    width: 9%;
    margin-right: 6px;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

select.sel-req-max-area {
    margin-left: 0px;
}

span.group-select-req {
    display: inline-block;
    width: 20%;
    position: relative;
    /*text-align: center;*/
}

.row span.group-select-req:nth-child(3) {
    text-align: center;
}

/*
.row span.group-select-req:last-child {
    text-align: right;
}
*/
.my-requests, .all-requests, .company-requests, .no-all-requests, .trash-requests {
    text-align: center;
    font-size: 12px;
    text-transform: capitalize;
    cursor: pointer;
}

/*
.all-requests {
    text-align: left;
}*/

.all-requests.active, .my-requests.active, .company-requests.active, .trash-requests.active {
    color: #4084F4;
    width: fit-content;
    margin: 0 auto;
    border-bottom: 2px solid #4084F4;
}

span.my-requests-count {
    font-family: 'Lato';
    font-weight: bold;
}

.req-counting.row .col-md-4 {
    /*border-right: 1px solid;*/
    /*padding-right: 40px;*/
}

.row.inner-req-counting {
    /* margin: 0 auto;
     width: 82%;*/
    z-index: 100;
    position: relative;
    direction: rtl;
}

select.form-control.select-picker.sel-posted-by {
    padding: 0px;
    border: 0px;
    margin-top: -8px;
}

.up-excel, .add-listing-filter {
    margin-top: 4px;
    font-size: 10px;
}

.up-excel img, .add-listing-filter img {
    width: 16px;
}

span.group-select-req.per-page-wrapper {
    margin-left: auto;
}

.row.listing-right-wrap {
    margin-top: 0px;
}

.req-counting.row .col-md-4:last-child {
    /*border-left: 1px solid;*/
    /*padding-left: 40px;*/
    /*padding-right: 0px;*/
    border: 0;
}

.req-counting.row {
    padding: 10px 0px 10px 0px;
    position: relative;
    background: #f3f3f3;
}

.btn-add-request, .btn-bulk-request {
    margin: 0px;
    background-color: #ff3d80;
    border-color: #ff3d80;
    border-radius: 0px;
    text-align: center;
    font-family: GE-SS-Two-Medium;
    color: #ffffff;
    width: 45px;
}

.bulk-request-wrapper {
    position: absolute;
    top: 20px;
}

.pull-right.add-request-button > span {
    padding: 10px;
}

.btn-save-request, .btn-upd-request {
    margin: 0px;
    background-color: #FEEE1C;
    border-color: #FEEE1C;
    border-radius: 5px !important;
    padding: 5px 100px;
    text-align: center;
    font-weight: bold;
    font-family: GE-SS-Two-Medium;
    color: #000000;
}

.input-fields-wrapper {
    box-shadow: 2px 2px 4px #888888;
}

.sales-type {
    display: inline-block;
    /*margin-right: 10px;*/
    cursor: pointer;
}

#add-request-modal .row {
    margin-left: -15px;
    margin-right: -15px;
}

form.frm-update-request .row {
    margin-left: -15px;
    margin-right: -15px;
    direction: rtl;
}

form.frm-update-request .row .col-md-4 {
    padding-right: 15px !important;
}

span.sales-type {
    width: 50%;
    text-align: center;
    padding: 7px 5px;
}

span.sales-type:first-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

span.sales-type:nth-child(2) {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.input-fields-sales-type {
    display: flex;
    border-radius: 6px;
}

/*
.sales-type:first-child {
    margin-right: 30px
}*/
.input-fields-sales-type .active.sales-type {
    background-color: #4084F4;
    color: #ffffff;
    text-decoration: none;
}

.variable-price-wrapper {
    display: flex;
}

span.variable-price-span input {
    width: 100% !important;
    height: 29px;
    border: 0px !important;
}

span.variable-price-span {
    width: 50%;
    border: 1px solid #D6D6D6 !important;
}

span.variable-price-span input.req-add-variable-price {
    margin-bottom: 0px !important;
}

input.req-add-add-date {
    min-height: 38px;
    font-weight: bold;
    padding: 2px 5px;
}

span.variable-price-span:first-child {
    border-right: 0px !important;
}

.variable-price-label {
    border: 1px solid #4084F4;
    margin-bottom: 0px;
    width: 100%;
    padding: 6px;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #4084F4;
}

.active.sales-type {
    text-decoration: underline;
}

.btn-add-request i.fa.fa-plus {
    float: right;
    padding-top: 3px;
}

.req-base-row.row {
    background-color: #ffffff;
    min-height: 200px;
    position: relative;
    color: #46484c;
    margin-bottom: 20px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    direction: rtl;
}

.req-photos-section {
    /*height: 205px;*/
    background-color: #D8D8D8;
    position: relative;
}

.req-main-id {
    font-family: Lato;
}

.req-photos-section a {
    text-decoration: underline;
}

.req-bottom-links {
    position: absolute;
    bottom: 10px;
    right: 30px;
}

.req-title {
    text-transform: capitalize;
    font-size: 13px;
    /* color: #ff3d80; */
    /* font-weight: bold; */
    direction: ltr;
    text-align: right;
    font-family: sans-serif;
}

.req-right-desc {
    padding: 10px 20px;
}

.req-type, .prop-type {
    display: inline-block;
    font-size: 12px;
    /*border-left: 2px solid;*/
    color: #000;
    padding-left: 5px;
    margin-left: 5px;
    font-weight: normal;
}

.req-price-details {
    color: #4084F4;
    font-family: Lato;
}

.req-detail-heading, .req-price-heading, .req-prop-type-heading {
    font-size: 11px;
    color: #8691d3;
    text-transform: capitalize;
}

/*.req-price-heading, .bed-bath-details {
    margin-top: 15px;
}*/

.buy-req-image-details {
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    word-break: break-all;
    font-weight: bold;
    color: #000000;
    top: 20%;
    text-shadow: #FFF 0px 0px 5px, #FFF 0px 0px 10px, #FFF 0px 0px 15px, #FFF 0px 0px 20px, #FFF 0px 0px 30px, #FFF 0px 0px 40px, #FFF 0px 0px 50px, #FFF 0px 0px 75px;
}

.req-details-section {
    font-size: 12px;
    text-align: right;
    font-family: 'GE-SS-Two-Medium';
}

.follow-up-label {
    font-size: 14px;
    display: none;
}

label.duplicate-globally-label, label.delete-globally-label {
    font-size: 14px;
    margin: 0px 15px;
}

label.form-check-toggle.follow-up-global {
    float: left;
    width: 20%;
    margin-top: 4px;
    margin-bottom: 0;
}

.save-uplicates-globally-btn {
    background-color: #FFF217;
    margin-right: 5px !important;
    margin-left: 0px !important;
    padding: 4px 4px !important;
}

.form-check-toggle input:checked + span:before {
    background-color: #66bb6a;
    border-color: #66bb6a;
    transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.form-check-toggle.follow-up-global input + span:before, .form-check-toggle.share-manager input + span:before {
    background: #4084F4;
    border: solid 1px #4084F4;
}

label.form-check-toggle.follow-up-global input:checked + span:before {
    background-color: #66bb6a;
    border-color: #66bb6a;
    transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.form-check-toggle input + span:before {
    content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    height: 14px;
    width: 30px;
    background: #FFF;
    border: solid 1px # #4084F4;
    background: # #4084F4;
    border: solid 1px # #4084F4;
    transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
    border-radius: 10px;
}

.form-check-toggle.follow-up-global input + span:after, .form-check-toggle.share-manager input + span:after {
    background: #FFFFFF;
}

.form-check-toggle input + span:after {
    width: 12px;
    height: 12px;
    margin-top: 1px;
    margin-left: 1px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background: #8c8c8c;
    transition: margin-left 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    text-align: center;
    font-weight: bold;
    content: '';
    box-shadow: 0 0 2px rgb(0 0 0 / 20%), 0 0 5px rgb(0 0 0 / 5%);
}

.req-price-details {
    font-size: 16px
    font-family: 'Lato';
}

.req-prop-type-detail-section {
    font-size: 12px;
    text-transform: capitalize;
}

.req-contact-title {
    font-size: 12px;
    /* color: #3d4fb9; */
    text-transform: capitalize;
    word-break: break-all;
    position: absolute;
    bottom: 0px;
    border-radius: 8px;
    background: #d6d6d6;
    padding: 0px 5px;
}

.company-information {
    position: absolute;
    bottom: 15px;
    text-transform: capitalize;
    font-size: 12px;
}

.all-request-contact.req-contact-title {
    bottom: 40px;
}

/*.req-contact-link {
    font-size: 14px;
    color: #ff3d80;
    text-transform: uppercase;
    text-decoration: underline;
    cursor: pointer;
}*/

.req-contact-wrapper {
    text-align: center;
    /*position: absolute;*/
    bottom: 20px;
    width: 85%;
}

.req-contact-modal-title {
    color: #00ecb7;
    font-size: 14px;
    text-transform: uppercase;
}

#contact-modal .modal-dialog {
    max-width: 540px;
    top: 20%;
}

#contact-modal .modal-content {
    background-color: #ffffff;
    border: 0px;
    border-radius: 0px;
}

#contact-modal .modal-body {
    padding: 0px;
}

.req-contact-img {
    text-align: center;
    padding: 30px 0px 30px 0px;
    font-size: 119px;
    color: #ffffff;
    background: #689F38;
    text-transform: uppercase;
    /* background: url("/images/ajax-loader.gif") no-repeat;
     background-size: 100% auto;*/
}

#contact-modal .modal-body .col-md-4 {
    padding: 0px;
}

#contact-modal .modal-body .col-md-10.req-modal-top-name-section {
    padding-top: 22px;
}

.req-contact-img img {
    width: 100%;
}

.req-contact-modal-detail {
    font-size: 14px;
}

.req-contact-modal-company {
    font-size: 12px;
}

#add-rent-request-modal .modal-dialog {
    max-width: 1024px;
    top: 10%;
}

#add-request-modal .modal-dialog, #update-request-modal .modal-dialog, #update-rent-request-modal .modal-dialog {
    max-width: 980px;
    top: 10%;
}

.top-close-section {
    min-height: 30px;
}

textarea.req-add-req-details {
    padding: 15px 15px 14px 15px;
    width: 100%;
    resize: none;
    font-size: 12px;
    border-color: #a0a0a0;
    font-family: GE-SS-Two-Medium;
    height: 120px;
}

textarea.req-add-owner-extra-details {
    padding: 15px 15px 14px 15px;
    width: 100%;
    resize: none;
    font-size: 12px;
    border-color: #a0a0a0;
    font-family: GE-SS-Two-Medium;
    border-radius: 0;
}

.req-proj-name, .req-add-req-type, .req-add-prop-type, .req-add-location, .req-add-price-from, .req-add-price-to, .req-add-variable-price, .req-add-min-bed, .req-add-max-bed,
.req-add-min-area, .req-add-max-area, .req-pay-type, .req-add-bua, .req-add-bath, .req-person-inchnarge, .req-add-status, .req-add-del-date, .req-add-lead-code {
    width: 100%;
    border-radius: 0;
    height: 38px;
    font-size: 12px;
    display: inline-block;
    border: 1px solid #a0a0a0;
    background-color: #ffffff;
    margin-bottom: 5px;
    font-family: GE-SS-Two-Medium;
    text-transform: capitalize;
    /*margin-left: 5%;*/
}

.unit-amenities {
    /*background-color: #FEEE1C;*/
    padding: 0px 10px;
    display: inline-block;
    width: 20%;
}

#add-rent-request-modal .req-add-location {
    width: 97.5%;
    margin-left: 2.5%;

}

#update-request-modal .req-add-location, #update-update-request-modal .req-add-location {
    width: 97.5%;
    margin-left: 2.5%;

}

.req-pay-type {
    width: 100%;
    margin-left: 0;
}

#add-rent-request-modal .req-pay-type {
    width: 100%;
    margin-left: 0;
}

.req-pay-details {
    resize: none;
    font-size: 12px;
    border-color: #a0a0a0;
    width: 100%;
    padding: 9px 15px;
    margin-top: -2px;
    display: none;
    font-family: GE-SS-Two-Medium;
    border: 1px solid #D6D6D6;
    border-radius: 6px;
}

.req-pay-desc {
    padding-top: 35px;
}

.req-proj-name {
    padding-left: 15px;
    padding-right: 15px;
}

/*#add-rent-request-modal .row .col-md-6, #add-request-modal .row .col-md-6, #update-request-modal .row .col-md-6, #update-rent-request-modal .row .col-md-6 {
    padding: 0px 5px;
}*/
/*#add-request-modal .row .col-md-4,*/
#update-rent-request-modal .row .col-md-4 {
    padding-right: 0px;
}

#add-request-modal .row input[type="text"],
#update-rent-request-modal .row input[type="text"],
#add-request-modal .row select,
#update-rent-request-modal .row select,
#add-request-modal .row textarea,
#update-rent-request-modal .row textarea,
#add-request-modal .row .req-add-price-to,
#add-request-modal .row .req-add-variable-price,
#update-rent-request-modal .row .req-add-price-to,
#update-rent-request-modal .row .req-add-variable-price,
#add-request-modal .select2-container,
#update-rent-request-modal .select2-container,
#add-request-modal .req-add-status {
    border: none;
    /* box-shadow: 2px 2px 4px #888888;*/
    min-height: 38px;
    margin-bottom: 10px;
}

form.frm-add-request .form-control, form.frm-update-request .form-control {
    border: 1px solid #D6D6D6 !important;
    border-radius: 6px !important;
}

#add-request-modal .select2-container--default .select2-selection--single,
#update-rent-request-modal .select2-container--default .select2-selection--single {
    border: none;
    background-color: transparent;
    border: 1px solid #D6D6D6 !important;
    border-radius: 6px !important;
}

.req-add-owner-title {
    font-weight: bold;
    padding: 10px 0px;
    direction: rtl;
}

.un-dtail-ar {
    padding-left: 0px;
    padding-right: 15px !important;
}

.Owner-dtail-ar {
    padding-left: 15px !important;
    padding-right: 0px;
}

.req-add-owner-name, .req-add-owner-mobile, .req-add-owner-email, .req-add-main-title, .req-add-owner-ucode, .req-add-owner-extra-comment {
    border-radius: 0px;
    margin-bottom: 5px;
    font-family: GE-SS-Two-Medium;
    border-color: #a0a0a0;
    font-size: 12px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.req-person-inchnarge {
    width: 100%;
    margin-left: 0;
}

.req-add-main-title {
    padding: 10px 15px;
}

.top-border {
    border-top: 2px solid #000000;
    margin-top: 15px;
    height: 10px;
}

.req-add-lead-id {
    width: 97%;
    border-radius: 0;
    height: 38px;
    font-size: 12px;
    display: inline-block;
    border: 1px solid #a0a0a0;
    background-color: #ffffff;
    margin-bottom: 5px;
    font-family: GE-SS-Two-Medium;
}

.amenities-wrapper {
    width: 100%;
    display: flex;
    /*box-shadow: 2px 2px 4px #888888;*/
    padding: 10px 0px;
    margin-bottom: 20px;
}

.pin-marker {
    font-size: 30px;
    cursor: pointer;
    color: #1872E7;
}

select#edit-floor-plan, select#floor-plan {
    font-size: 12px;
    color: #000000;
    font-family: 'Montserrat';
}

#contact-modal {
    direction: rtl;
}

.req-add-photos-section {
    height: 135px;
    border: 1px dashed #a0a0a0;
    text-align: center;
    /*margin-left: 2.5%;*/
    overflow-y: scroll;
    position: relative;
}

.req-add-photos-section.input-fields-wrapper.form-control {
    box-shadow: 0px 0px 0px #888888;
    border: 1px dashed #a0a0a0 !important;
}

img.add-photo-img {
    width: 50px;
}

.owner-private-info-title {
    /* background-color: #ff3d80;*/
    color: #000000;
    padding: 0 10px;
}

.center-section-photos {
    position: absolute;
    top: 25%;
    width: 100%;
    padding-right: 15px;
    text-align: center;
    /*color: #ff3d80;*/
}

.photos-title {
    text-decoration: underline;
    color: #48575e;
    font-weight: bold;
}

span.upload-plus {
    display: inline-block;
    /* width: 40px;
     height: 40px;
     border: 1px solid #48575e;*/
    line-height: 35px;
    cursor: pointer;
    z-index: 10000;
    position: relative;
    font-size: 14px;
    color: #000000;
}

#bulk-request-modal button.close,
#add-rent-request-modal button.close,
#add-request-modal button.close,
#update-request-modal button.close,
#update-rent-request-modal button.close,
#pin-map-modal button.close {
    position: absolute;
    border-radius: 50px;
    width: 30px;
    font-size: 25px;
    font-weight: normal;
    text-align: center;
    line-height: 19px;
    padding-bottom: 2px;
    padding-left: 1px;
    color: #ffffff;
    background-color: #48575e;
    top: 15px;
    left: 15px;
    z-index: 1000;
}

.select2-results__option {
    font-size: 12px;
}

#select-request-type-modal .modal-dialog {
    max-width: 410px;
    margin-top: 16%;
}

.req-owner-info-wrapper {
    font-size: 12px;
    position: relative;
    top: 25%;
    text-align: right;
    display: block;
}

.add-req-address, .req-add-price-to {
    width: 100%;
    /*margin-left: 2.5%;*/
    border-radius: 0;
    margin-bottom: 5px;
    border-color: #a0a0a0;
    font-family: GE-SS-Two-Medium;
    font-size: 12px;
}

.req-owner-info-name {
    text-transform: capitalize;
    color: #4084f4;
    /*font-weight: bold;*/
    text-align: left;
}

.owner-details {
    font-size: 12px;
    color: #4084f4;
    margin-bottom: 15px;
    font-family: 'Lato';
}

.req-owner-info-mobile {
    text-align: left;
    font-weight: bold;
}

.req-owner-info-email {
    text-align: left;
    word-wrap: break-word;
    width: 100%;
}

.req-unit {
    width: 100%;
    display: table-cell;
    font-weight: bold;
}

small.req-beds {
    margin-left: 10px;
}

.col-md-2.req-right-contact {
    /*border-left: 2px solid #e1e1e1;*/
    margin-top: 20px;
    margin-bottom: 20px;
}

i.fa.fa-pencil-square-o.request_edit {
    margin: 4px 0px;
}

i.fa.fa-trash-o.delete-request {
    margin: 2px 20px;
}

.req-bottom-actions {
    display: block;
    width: 90%;
    /*text-align: right;*/
    /*position: absolute;*/
    /*bottom: 40px;*/
}

.req-delete, .req-edit, .req-connected, .req-share, .req-contact-link, .req-view, .req-restore, .req-delete-trash {
    text-transform: capitalize;
    /*color: #ff3d80;*/
    /*text-decoration: underline;*/
    font-size: 12px;
    border: 1px solid #BFBFBF;
    border-radius: 5px;
    display: inline-block;
    padding: 5px;
    text-decoration: none;
    line-height: 20px;
    width: 22%;
    text-align: center;
}

.req-delete img, .req-edit img, .req-connected img, .req-share img, .req-contact-link img, .req-view img, .req-restore img, .req-delete-trash img {
    height: 20px;
}

/*.req-delete {
    margin-right: 25px;
}*/

i.fa.fa-info-circle.req-info {
    /*margin-right: 30px;*/

    margin-left: 0px;
    float: left;
    margin-top: 3px;
}

.bottom-button-add-req {
    text-align: left;
    width: 100%;
    padding-top: 10px;
    margin: 30px 15px 0px 15px;
    border-top: 0.5px solid #D6D6D6;
}

.req-add-photos {
    display: none;
}

.add-req-msg, .upd-req-msg {
    display: none;
}

.listing-history {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #2DC76D;
    float: left;
    text-decoration: none;
    margin-left: 11%;
}

/*small.req-area {
    margin-left: 15px;
    margin-right: 10px;
}*/
small.req-area, small.req-beds {
    font-family: 'Lato';
}

small.req-bath {
    margin-left: 12px;
    font-family: 'Lato';
}

.img-req-photos {
    width: 60px;
    height: 60px;
}

.img-req-photos img {
    width: 70px;
    height: auto;
    margin-top: 5px;
}

.uploading-images.col-md-3 {
    position: relative;
    padding: 0 10px;
}

.slick-prev, .slick-next {
    position: absolute;
    top: 50%;
    width: 25px;
    height: 25px;
    background-color: #ff3d80;
    color: #ffffff;
    z-index: 1000;
    overflow: hidden;
    border: none;
}

.req-show-owner-info {
    color: #00AEFF;
    text-transform: uppercase;
    border-bottom: 2px solid;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
}

.slick-next {
    right: 0px;
}

.slick-next:before {
    content: '> ';
}

.slick-prev:before {
    content: '< ';
}

.slick-prev:before, .slick-next:before {
    font-size: 20px;
    line-height: 1;
    position: relative;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: -1px;
}

#carosel-modal .modal-dialog {
    max-width: 700px;
}

.select2-container--default .select2-search--inline .select2-search__field {
    font-size: 12px;
    font-family: GE-SS-Two-Light;
    padding-right: 10px;
    direction: rtl;
}

/****************************************************************************/
/* footer CSS
-------------------------------------------------- */
footer {
    background: #ffffff;
    font-size: 20px;
    float: left;
    width: 100%;
    position: relative;
    padding: 15px 0px;
    z-index: 10;
    border: 2px solid #e7e7e7;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    direction: rtl;
}

.col-md-2.footer-left, .col-md-8.footer-right {
    float: right;
}

.col-md-2.footer-left > p {
    color: #ffffff;
    font-size: 38px;
    padding: 12px 0px 0px 0px;
}

.col-md-2.footer-left > p > a {
    color: #ffffff !important;
    font-size: 38px;
}

p.footer-link {
    text-align: center;
    padding-top: 25px;
    display: inline-block;
}

.footer-payment-logos {
    padding-top: 20px;
}

.pay-logo img {
    height: 30px;
}

p.footer-link > a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}

.singnin-form-div .col-md-12 {
    padding-left: 0px;
    padding-right: 0px;
    clear: both;
}

.container.forgot-page {
    padding: 0% 0% 10% 0%;
}

.col-md-5.forgot-col-center {
    background-color: #ffffff;
    margin: 0 auto 30px;
    padding: 0px 30px;
}

.rp-cta {
    margin: 30px 0px !important;
    width: 100% !important;
}

/* footer login CSS
-------------------------------------------------- */
.col-md-2.footer-left.footer-log {
    width: 100%;
    max-width: 100%;
    text-align: center;
}

.row.border-bottom {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

/*#searchinput {
    width: 200px;
}*/
#searchclear {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
}

button.btn-req-search {
    border: 0;
    color: #ffffff;
    background-color: #4084F4;
    padding: 7px 40px 8px;
    cursor: pointer;
}

.top-heading-placeholder {
    width: 38%;
    display: inline-block;
    background: linear-gradient(-90deg, #f0f0f0, #d0d0d0, #f0f0f0, #d0d0d0);
    -webkit-animation: Gradient 2s ease infinite;
    -moz-animation: Gradient 2s ease infinite;
    animation: Gradient 2s ease infinite;
    background-size: 400% 400%;
    line-height: 55px;
    margin-bottom: 10px;
}

.middle-heading-placeholder {
    width: 76%;
    display: inline-block;
    background: linear-gradient(-90deg, #f0f0f0, #d0d0d0, #f0f0f0, #d0d0d0);
    -webkit-animation: Gradient 2s ease infinite;
    -moz-animation: Gradient 2s ease infinite;
    animation: Gradient 2s ease infinite;
    background-size: 400% 400%;
    line-height: 55px;
    margin-bottom: 10px;
}

.bottom-heading-placeholder {
    width: 60%;
    display: inline-block;
    background: linear-gradient(-90deg, #f0f0f0, #d0d0d0, #f0f0f0, #d0d0d0);
    -webkit-animation: Gradient 2s ease infinite;
    -moz-animation: Gradient 2s ease infinite;
    animation: Gradient 2s ease infinite;
    background-size: 400% 400%;
    line-height: 55px;
    margin-bottom: 10px;
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

.before-load {
    position: absolute;
    width: 100%;
    top: 7px;
    background: transparent;
}

.for-mobile {
    display: none;
}

/***************************PROFILE PAGE REWAMP START*********************/
.col-md-3.profile-pages-left-outer-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

img.upload-userimg {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    border: 2px solid #000000;
}

.upload-prof-img {
    text-align: center;
    position: relative;
    border-radius: 15px;
    padding: 0px;
    width: 109px;
    height: 109px;
    overflow: hidden;
}

.upload-img-text {
    position: absolute;
    width: 30px;
    height: 30px;
    float: right;
    bottom: 19px;
    top: auto;
    right: 10px;
    left: auto;
    background-color: #666666;
    border-color: #666666;
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    border-radius: 25px;
    line-height: 27px;
    margin: 0 auto;
    cursor: pointer;
}

.profile-row {
    background-color: transparent;
    padding: 20px 10px 5px 10px;
    margin-bottom: 20px;
    background-color: #ffffff;
}

#frmProfile label {
    font-family: GE-SS-Two-Light;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #595959;
}

a.btn-upgrade {
    margin-right: 15px;
    border-color: #4084F4;
    cursor: pointer;
    font-family: GE-SS-Two-Light;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: #4084F4 !important;
}

a.btn-upgrade:hover {
    background-color: #4084F4;
    color: #ffffff !important;
}

#frmProfile input, #frmProfile input.form-control:disabled {
    box-shadow: none;
    background-color: #ffffff;
    border: 0.893023px solid #D8D8D8;
    box-sizing: border-box;
    border-radius: 5px;
}

#currency {
    box-shadow: none;
    background-color: #ffffff;
    border: 0.893023px solid #D8D8D8;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 8px 12px;
    width: 87%;
}

#timezone {
    box-shadow: none;
    background-color: #ffffff;
    border: 0.893023px solid #D8D8D8;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 8px 12px;
    width: 100%;
}

.company_logo-wrapper {
    position: relative;
    text-align: center;
}

.logo-button {
    background: #F5F5F7;
    font-weight: bold;
    cursor: pointer;
    height: 30px;
    border-radius: 50px !important;
    padding: 0px;
    color: #595959 !important;
    border: 0px;
    margin-top: -20px;
}

.logo-button:hover {
    color: #ffffff !important;
}

#frmProfile select#billing_country {
    border: 0px;
    border-bottom: 1px solid #a0a0a0;
    border-radius: 0px;
}

.profile-column-right {
    max-width: 100%;
    padding-right: 0px;
}

.btn-update-profile {
    margin: 0px 15px 0 4px;
    background-color: transparent;
    border-color: #4084F4;
    padding: 10px 50px;
    cursor: pointer;
    font-family: GE-SS-Two-Light;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #4084F4;
    width: auto !important;
}

.btn-pay-now {
    margin: 0px 15px 0 4px;
    background-color: #4084F4;
    border-color: #4084F4;
    border-radius: 0px;
    font-size: 16px;
    padding: 10px 25px;
    font-family: GE-SS-TWO-MEDIUM;
    cursor: pointer;
    width: 100%;
}

.profile-pages-left-outer-wrapper {
    background-color: #FDFDFF;
}

.profile-pages-left-wrapper {
    padding: 40px 15px;
}

.profile-pages-right-wrapper {
    background: #ffffff;
    padding: 30px;
    margin: 18px 38px;
}

.profile-pages-list-item li {
    font-family: GE-SS-Two-Light;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    color: #4084F4;
    margin-bottom: 24px;
    list-style: none;
    display: flex;
    align-items: center;
}

.profile-pages-list-item {
    padding-right: 0px;
}

span.profile-page-icon {
    margin-left: 15px;
}

.profile-page-heading {
    font-style: normal;
    font-family: GE-SS-Two-Light;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #595959;
}

.plan-term {
    color: #4084F4;
    font-weight: bold;
}

.divider-profile {
    border: .5px solid #979797;
    margin: 5px 0px;
}

button.btn-addon-cils, button.btn-addon-listings, .btn-addon-user {
    border: 0px;
    font-size: 30px;
    padding: 0px;
    background: transparent !important;
    color: #4084F4 !important;
    padding-right: 13px;
    height: 0px;
    line-height: 12px;
}

/***************************PROFILE PAGE REWAMP END  *********************/
/*****************************New HOME page***************************/
.row.home-page-row {
    position: relative;
    z-index: 10;
}

.header-wrapper-home {
    padding: 20px 30px 20px 30px;
    background-color: transparent !important;
    position: absolute !important;
    width: 100%;
    z-index: 99999;
}

.header-wrapper-home {
    padding: 20px 50px 20px 50px;
    background-color: #3C50BA;
    position: relative;
    width: 100%;
    z-index: 99999;
}

.home-page-section-first {
    background-color: #3C50BA;
    padding: 20px 20px 20px 20px;
}

.home-page-section-two {
    background-color: #3C50BA;
    padding: 20px 20px 20px 20px;
}

.home-page-section-three {
    background-color: #3C50BA;
    padding: 20px 20px 20px 20px;
}

h1.banner-heading {
    font-size: 40px;
    text-align: center;
    margin-top: 50px;
    line-height: 60px;
    margin-left: 18px;
    letter-spacing: 3px;
    color: #ffef1a;
    margin-bottom: 30px;
}

.navbar-inverse .navbar-nav .nav-link {
    color: #ffffff;
    font-size: 18px;
    text-transform: capitalize;
    padding: 0px 20px !important;
}

.bg-gray {
    background-color: #3C50BA !important;
}

button.btn.btn-primary.btn-lg.submit-button {
    background-color: #ff8d23;
    border-color: #ff8d23;
    border-radius: 0px;
    padding: 6px 9%;
    margin: 0px 0px;
    color: #000000;
    font-family: GE-SS-Two-Medium;
}

a.nav-link.signinup-button {
    background-color: transparent;
}

p.about-p {
    text-align: center;
    font-size: 18px;
    padding: 0px 100px;
    color: #ffffff;
    font-family: GE-SS-Two-Medium;
    font-weight: 100 !important;
}

.line-dev-heading {
    border: 2px solid #ffffff;
    height: 80px;
    position: absolute;
    width: 76%;
    border-right: 0;
    border-bottom: 0;
    margin-top: -5px;
    margin-left: 0px;
}

img.main-site-logo {
    height: auto;
    width: 170px;
    margin-top: 0px;
}

img.triangle-image {
    position: absolute;
    z-index: 10;
    top: 0;
    width: 538px;
    left: 0px;
}

.feature-div-heading {
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    padding: 20px 70px;
    margin-bottom: 30px;
    width: 97%;
}

h1.lead-heading {
    color: #FF3E80;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

.about-heading-home {
    margin-top: 20%;
}

.about-heading-home-two {
    margin-top: 40px;
}

.feature-boder-bottom {
    border: 2px solid #ffffff;
    position: absolute;
    top: 32px;
    width: 71%;
    height: 80px;
    border-top: none;
    border-left: none;
    left: auto;
    right: -30px;
}

img.laptop-mobile-image {
    width: 100%;
    height: auto;
    margin-top: 50px;
}

.feature-div-col {
    text-align: center;
    padding: 20px;
    color: #ffffff;
    font-size: 22px;
    line-height: 30px;
}

.feature-div-col p {
    color: #ffffff;
}

p.feature-div a {
    color: #ffffff;
    opacity: 1;
    font-size: 18px;
}

.tab-heading-01 {
    text-align: center;
}

.col-md-2.feature-div-col.active-tab {
    background: #FFEF1A;
    -moz-box-shadow: 0px 2px 15px 1px #0000008c;
    -webkit-box-shadow: 0px 2px 15px 1px #0000008c;
    box-shadow: 0px 2px 15px 1px #0000008c;
}

.col-md-2.feature-div-col.active-tab p.feature-div a {
    text-decoration: none;
    mix-blend-mode: difference;
    text-align: center;
    padding: 0px;
    color: #ffffff;
    font-size: 18px;
    line-height: 0px;
}

p.feature-div a:hover {
    text-decoration: none;
    font: size 18px;
}

.col-md-3.features-price-col-name {
    background: transparent;
    padding: 0px;
    margin: 1%;
    width: 100%;
    flex: 0 0 23%;
    max-width: 23%;
    text-align: center;
}

.feature-div-col:hover p {
    color: #001970;
}

p.about-2p {
    text-align: center;
    font-size: 19px;
    padding: 30px 100px;
    color: #ffffff;
    font-family: GE-SS-Two-Medium;
    font-weight: 100 !important;
}

.row.feature-text-row {
    padding: 15px 15px;
}

.Plan-table-section {
    background: #001970;
    padding: 30px 15px;
}

h2.plan-heading {
    text-align: center;
    font-family: GE-SS-Two-Medium;
    color: #ffffff;
    font-size: 32px;
    line-height: 61px;
    text-transform: uppercase;
    font-weight: bold;
}

.feature-list-heading {
    /* background: #3C50BA; */
    color: #000000;
    float: left;
    width: 100%;
    padding: 5px;
    font-size: 50px;
    margin-bottom: 0px;
    font-family: GE-SS-Two-Medium;
    font-weight: normal;
    min-height: 115px;
}

.purchase-btn {
    margin-bottom: 30px;
}

.feature-list-heading small {
    font-size: 18px;
}

.col-md-3.features-price-col {
    background: #F9F9F9;
    padding: 0px;
    margin: 1%;
    width: 100%;
    flex: 0 0 23%;
    max-width: 23%;
    text-align: center;
    border: 2px solid transparent;
}

.col-md-3.features-price-col-name p, .col-md-3.features-price-col p {
    font-size: 14px;
    font-weight: lighter;
    font-family: GE-SS-Two-Medium;
    padding: 0px 0px;
    float: left;
    width: 100%;
    margin-bottom: 0px;
    /*height: 35px; */
    border-bottom: 1px solid #EBEBEB;
    line-height: 35px;
}

.col-md-3.features-price-col p.purchase-btn {
    padding: 15px 0px;
    float: none;
    width: 100%;
    height: auto;
}

.col-md-3.features-price-col-name p {
    background: #F9F9F9 !important;
}

.home-page-section-first .col-md-9 {
    padding-left: 0px;
}

.Customize-p {
    text-align: center;
    color: #ffffff;
    margin-top: 30px;
    font-family: GE-SS-Two-Medium;
}

p.Customize-p a {
    color: #FFEF1A;
    border-bottom: 1px solid #ffffff;
}

h2.contact-heading-home {
    text-align: center;
    color: #000000;
    font-size: 26px;
    font-weight: bold;
    margin-top: 40px;
}

.col-md-6.col-md-offset-3.Contact-col-center {
    float: left;
    /*background-color: #001970;*/
    padding: 2% 6% 6% 2%;
    /*box-shadow: 0px 0px 2px 1px #ffffff;*/
    margin: 15px auto;
}

.mobile-tab-custome {
    display: none;
}

/*****************************New HOME  page***************************/
select.team-select.form-control {
    background-color: transparent;
    /*border: none;*/
    font-size: 14px;
}

select.team-select.form-control option {
    background-color: #242c69;
}

/***************************** TABS START DATA ************************/
p#tab-container {
    padding-top: 50px;
    height: 163px;
    text-align: center;
    font-size: 18px;
    padding: 0px 100px;
    color: #ffffff;
    font-family: GE-SS-Two-Medium;
    font-weight: 100 !important;
    margin-top: 40px;
}

.plan-for-mobile {
    display: none;
}

/***************************** TABS End DATA ************************/
.row.finish-row {
    margin-top: 8%;
    text-align: center;
    display: block;
    color: #3C50BA;
}

.row.finish-row p {
    color: #3C50BA;
    font-size: 12px;
}

.finish-heading {
    font-size: 70px;
    text-transform: uppercase;
    margin-top: 20px;
    font-weight: bold;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
.btn.btn-primary.btn-lg.sign-up {
    background-color: #ffffff;
    border-color: #ffffff;
    border-radius: 0px;
    padding: 6px 9%;
    margin: 0px 12px 0 0;
    color: #000000;
    font-family: GE-SS-Two-Medium;
    float: right;
}

.add-new-lead-custom {
    float: left;
    margin-top: 5px;
}

#frmAddLead .form-control {
    margin-top: 5px;
}

i.fa.fa.fa-pencil-square-o.edit-lead-info {
    margin-top: 5px;
    margin-right: 0px;
}

img.play-image {
    width: 25%;
}

.ios-playstore-link {
    text-align: right;
    margin-bottom: 20px;
}

select#assign_to_bulk_feedback {
    float: none;
    width: 30%;
    margin-right: 2px;
    border: 1px solid #000000;
    border-radius: 0px;
    font-size: 12px;
    background-color: #ffffff;
    display: inline-block;
    padding: 8px;
}

span.st-Rejected {
    color: red;
    /*padding: 5px;*/
    display: inline-block;
    /*background: #b5aeae;*/
    /*font-weight: bold;*/
    text-transform: capitalize;
    letter-spacing: 1px;
}

span.lead-cil-rejected {
    margin-right: 10px;
}

.lead_field_def, .lead_field_def:hover {
    color: #000000;
    font-weight: normal;
}

.edit_sec_address, .edit_sec_occupation, .edit_sec_position {
    cursor: pointer;
}

@media screen and (max-width: 1280px) {
    select.form-control.selectpicker-bulk2, select.form-control.select-per-page {
        float: none;
        width: 170px;
        margin-right: 2px;
        border: 1px solid #000000 !important;
        border-radius: 0px;
        font-size: 12px;
        background-color: #ffffff;
        margin-left: 17px;
        display: inline-block;
    }
}

#frmUploadCSV .form-group {
    padding: 0;
}

div#csv-file-name {
    text-align: right;
    font-size: 10px;
    position: absolute;
    width: 100%;
    right: 30px;
    top: 0px;
}

.edit-lead-info, .lead-ad-preview {
    display: inline-block;
    color: #D6D6D6;
    text-decoration: none;
    /* margin-right: 14%; */
    margin-top: 4px;
    visibility: hidden;
    width: 100%;
    text-align: center;
    padding-top: 3px;
    padding-left: 0px;
    font-size: 10px;
}

.all-user-list:hover span.edit-lead-info, .all-user-list:hover span.lead-ad-preview {
    visibility: visible;
}

.lead-bottom-actions {
    /* text-align: right;
    margin-bottom: 10px;
    position: absolute;
    width: 26%;
    right: 15px;
    bottom: 27px; */
}

.all-action-lead-listing {
    width: 100%;
    margin-bottom: 0px;
    text-align: right;
    margin-top: 7px;
    margin-left: -3px;
}

.col-md-1.list-detail-rewamp.lead-action-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 4.333333%;
    -ms-flex: 0 0 4.333333%;
    flex: 0 0 4.333333%;
    max-width: 4.333333%;
    padding: 0px;
}

.all-action-lead-listing .round {
    left: 14px;
    margin-top: -1px;
}

.col-md-2.list-detail-rewamp.list-detail-tag-rewamp {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20.666667%;
    -ms-flex: 0 0 20.666667%;
    flex: 0 0 20.666667%;
    max-width: 20.666667%;
}

/*
.per-cal-wrapper {
    position: absolute;
    bottom: -24px;
}
*/
.lead-bottom-actions .dropdown {
    display: inline-block;
    height: 14px;
}

span.edit-lead-info.edited {
    color: #D6D6D6;
}

.lists-search-dev-outer {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.list-image-dev {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    margin-top: 70px;
    display: none;
}

.list-image-dev-inner {
    width: 35px;
    height: 35px;
    background: #C4C4C4;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    text-transform: uppercase;
    margin-right: 12px;
}

input#list-search {
    border-radius: 4px 0px 0px 4px;
    border: 1px solid #ced4da;
    border-right: 0px;
    padding: 9px 10px;
}

/*
:placeholder-shown {
    font-style: italic;
}*/

input#list-search::placeholder {
    font-size: 16px;
    /*font-weight: bold;*/
}

input#list-search::-webkit-search-cancel-button, input#list-search::-webkit-search-decoration {
    -webkit-appearance: searchfield-cancel-button;
}

.add-request-button {
    margin-top: -6px;
}

.singnin-form-div .alert-danger {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442;
    text-align: center;
    font-size: 14px;
}

.page-selected-wrapper .alert-info {
    color: #000000;
    font-weight: bold;
}

.page-selected-wrapper .alert-info a {
    color: blue;
    text-decoration: underline;
}

.req-appeal {
    color: #ffa500;
    cursor: pointer;
    text-decoration: underline;
}

.req-det-label {
    font-family: 'GE-SS-Two-Medium';
}

.appealed-for {
    color: #ff3300;
}

.req-main-title {
    text-transform: capitalize;
    font-size: 12px;
    /* font-weight: bold;
     color: #FA3D80*/
}

.req-details-section.Pending {
    color: #4084f4;
    display: inline-block;
    /*font-family: 'Lato';*/
}

.req-details-section.UnPublished, .sold-out {
    color: #FF0000;
    display: inline-block;
}

.req-details-section.Published {
    color: #33b679;
    /*background: #00FF00;*/
    display: inline-block;
    /*padding: 5px;*/
}

.lead-created-at {
    color: #3d4fb9;
    font-size: 12px;
    margin-top: 0px;
    font-family: Lato;
}

.chat-inbox-counter {
    position: absolute;
    color: #ffffff;
    z-index: 100;
    width: 100%;
    left: 0;
    text-align: center;
    top: 0px;
    font-size: 10px;
    font-weight: bold;
    font-family: Lato;
}

.lead-days, .lead-hours, .lead-minutes, .lead-seconds {
    display: inline-block;
    padding: 10px;
    background-color: #f0f0f0;
    margin-right: 10px;
    position: relative;
}

.lead-days:before {
    content: 'D';
    position: absolute;
    top: -20px;
}

.lead-hours:before {
    content: 'H';
    position: absolute;
    top: -20px;
}

.lead-minutes:before {
    content: 'M';
    position: absolute;
    top: -20px;
}

.lead-seconds:before {
    content: 'S';
    position: absolute;
    top: -20px;
}

.more-action-wrapper {

    padding: 3px 4px;
    width: 96px;
    margin: 0 auto;
}

span.lead-more-action {
    color: #2DC76D;
    font-family: GE-SS-Two-Light;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0px;
    text-align: left;
    text-decoration: underline;
}

button.btn.btn-select-buy.new-buy-rent, button.btn.btn-select-rent.new-buy-rent, button.btn.btn-select-primary.new-buy-rent {
    border-radius: 10px !important;
    width: 180px;
    background: #E9F5FE;
    border: 1px solid #4084F4;
    box-sizing: border-box;
    height: 55px;
    color: #4084F4;
}

button.btn.btn-select-rent {
    border-color: #FA3D80;
    margin-left: 10px;
}

div#wrapper-top {
    background-color: #ffffff;
    position: fixed;
    height: 100vw;
    width: 100%;
    z-index: 100000;
    top: 0;
    opacity: 0.9;
}

.del-req-photo {
    position: relative;
    right: -10px;
    z-index: 10;
    font-size: 15px;
    cursor: pointer;
    border: 1px solid #000000;
    border-radius: 25px;
    width: 20px;
    height: 20px;
    text-align: center;
    top: 0px;
    background: #ffffff;
}

.uploaded-pic img {
    width: 100%;
    height: auto;
    margin-top: -10px;
    position: relative;
    z-index: 1;
}

.uploaded-pic {
    width: 70px;
    height: 70px;
    position: relative;
    text-align: right;
    /*float: left;*/
    margin: 10px;
    margin-top: 85px;
}

.progress-wrapper .progress {
    line-height: 0rem;
    background-color: #e1e1e1;
    border-radius: 0px;
    border: 1px solid #000000;
    margin-top: 10%;
}

.progress-wrapper .progress-bar {
    background-color: #000000;
}

.form-check {
    position: relative;
    display: block;
    margin-bottom: 0.75rem;
}

.form-check-toggle {
    position: relative;
    padding-left: 0;
    line-height: 30px;
}

label.form-check-toggle.share-manager {
    float: right;
    width: 20%;
    margin-top: 4px;
    margin-bottom: 0;
}

label.form-check-toggle.sold-out {
    float: left;
    width: 20%;
    margin-top: 4px;
    margin-bottom: 0;
}

.form-check-toggle.sold-out input + span:before, .form-check-toggle.share-manager input + span:before {
    background: #33B679;
    border: solid 1px #33B679;
}

.form-check-toggle.sold-out input + span:after, .form-check-toggle.share-manager input + span:after {
    background: #FFFFFF;
}

.form-check-toggle.sold-out input:checked + span:before, .form-check-toggle.share-manager input:checked + span:before {
    background-color: #ff0000;
    border-color: #ff0000;
}

.form-check-toggle input {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 0%;
    margin: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.form-check-toggle input + span {
    cursor: pointer;
    user-select: none;
    height: 18px;
    line-height: 18px;
    margin-left: 45px;
    display: block;
}

.form-check-toggle input + span:before {
    content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    height: 14px;
    width: 30px;
    background: #FFF;
    border: solid 1px #8c8c8c;
    transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
    border-radius: 10px;
}

.form-check-toggle input + span:after {
    width: 12px;
    height: 12px;
    margin-top: 1px;
    margin-left: 1px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background: #8c8c8c;
    transition: margin-left 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    text-align: center;
    font-weight: bold;
    content: '';
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), 0 0 5px rgba(0, 0, 0, 0.05);
}

.form-check-toggle input:checked + span:after {
    content: '';
    margin-left: 18px;
    box-shadow: none;
    background-color: #ffffff;
}

.form-check-toggle input:checked + span:before {
    /*background-color: #ffffff;
    border-color: #ffffff;*/
    background-color: #fa3d60;
    border-color: #fa3d60;
    transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.share-label {
    font-size: 8px;
    text-align: left;
    padding: 0;
}

.slick-list {
    min-height: 300px;
}

.sel-arrange-by, .sel-posted-by, .sel-page-limit {
    border-radius: 0;
    font-family: GE-SS-Two-Medium;
    font-size: 10px;
    /*margin-top: 10px;*/
    float: right;
    width: 80%;
    background: transparent;
}

.sel-posted-by {
    float: left;
}

#list-sequence .modal-dialog {
    max-width: 80% !important;
}

input.sequence-search {
    width: calc(100% - 185px);
    border-radius: 0;
    display: inline-block;
}

button.btn-seq-search {
    margin: 0px 15px 0 5px;
    background-color: #ff3d80;
    border-color: #ff3d80;
    border-radius: 0px;
    color: #ffffff;
    border: 0;
    font-size: 12px;
    padding: 11px 50px 10px;
    font-family: GE-SS-Two-Medium;
}

button.btn-seq-search:hover {
    color: #fff;
    background-color: #025aa5;
    background-image: none;
    border-color: #01549b;
}

table.table.table-striped.table-lead-sequence {
    direction: rtl;
}

.table-lead-sequence tr, .table-lead-sequence td, .table-lead-sequence th {
    text-align: center;

    vertical-align: middle;
}

.table-lead-sequence thead tr {
    background-color: #48575e;
    color: #ffffff;
}

.table-lead-sequence thead th {
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    background: #FFFFFF;
    border: 0.5px solid #C4C4C4 !important;
    box-sizing: border-box;
    text-align: center;
}

.table thead th {
    font-weight: normal;
}

.sequence-details-wrapper {
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 10px;
}

#list-sequence button.close {
    background-color: #d8d8d8;
    padding: 0 4px 0 5px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

button, input[type="submit"], input[type="button"] {
    cursor: pointer;
}

.sequence-details-wrapper {
    scrollbar-face-color: #367CD2;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-arrow-color: #FFFFFF;
}

/* Let's get this party started */
.sequence-details-wrapper::-webkit-scrollbar {
    width: 12px;
}

/* Track */
.sequence-details-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
.sequence-details-wrapper::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #787878;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.sequence-member-info {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 15px;
    background-color: #fa3d80;
    color: #ffffff;
    /*text-transform: capitalize;*/
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: searchfield-cancel-button;
}

/**********************CIL Section leads PAGE************************/
#send_cli_popup #title_team_header {
    font-size: 18px;
    color: #4e5e64;
    text-align: center;
    width: 100%;
}

#send_cli_popup .modal-dialog {
    max-width: 700px !important;
}

#send_cli_popup .form-group {
    margin-bottom: 5px !important;
}

#send_cli_popup .modal-body {
    padding-bottom: 0px;
}

#send_cli_popup .modal-footer {
    padding-top: 0px;
    border: 0px;
}

#send_cli_popup .col-form-label {
    color: #47575e;
    font-size: 12px;
    padding-bottom: 0px !important;
    padding-top: 15px;
}

#send_cli_popup .form-control {
    border-radius: 0px !important;
    height: 30px;
    font-size: 13px;
    border-bottom: 1px solid #000000;
    border-top: 0px;
    border-left: 0;
    border-right: 0;
    background-color: transparent;
    font-weight: bold;
}

#send_cli_popup .select-from-existin {
    border-radius: 0px !important;
    height: 30px;
    padding: 0px;
    font-size: 13px;
    border-bottom: 1px solid #000000;
    background-color: #ffffff;
    text-transform: capitalize;
}

.select-from-existin-top-bar {
    padding: 11px 15px !important;
    background-color: #47575E;
    border-radius: 0px;
    height: auto;
    float: left;
    width: 100%;
}

#send_cli_popup .form-group.row {
    padding-bottom: 0px;
}

.cil-popup-text {
    text-align: center;
    color: #4e5e64;
    font-size: 13px;
}

p.cil-popup-info-text {
    text-align: center;
    color: #4e5e64;
    font-size: 13px;
    margin-bottom: 5px;
    margin-top: 20px;
}

button.btn.btn-info.btn-send-cil-info {
    color: #ffffff !important;
    border-radius: 0px;
    padding: 10px 25px;
    text-decoration: none;
    text-align: center;
    border: 2px solid #ff3d80;
    background: #ff3d80;
    z-index: 1000;
    font-size: 12px;
    margin: 15px auto 2px auto;
}

/**********************CIL Section PAGE************************/
h4.leads-h.cil-heading {
    color: #ff3d80;
}

.user-cil-tabal thead tr {
    background-color: #48575e;
    color: #ffffff;
}

.user-cil-tabal thead tr th {
    color: #ffffff;
}

th.user-cil-th {
    font-size: 12px;
    color: #000;
}

td.user-cil-tv {
    font-size: 12px;
    color: #000;
    vertical-align: middle;
    word-break: break-all;
    font-family: 'GE-SS-Two-Light';
}

.cil-center {
    text-align: center !important;
}

.cil-logo-image, .cil-name, .cil-project {
    text-align: center;
    text-transform: capitalize;
}

td.user-cil-tv.nocs a {
    text-decoration: none;
    color: #00AEFF;
    text-transform: capitalize;
    border-bottom: 2px solid;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-family: lato;
}

td.user-cil-tv.cil-center:nth-child(2), td.user-cil-tv.cil-center:nth-child(3) {
    font-family: 'Lato';
}

td.user-cil-tv.cil-action a {
    color: #000000;
    text-decoration: underline;
}

i.fa.fa-pencil-square-o.edit_cil-list {
    float: none;
}

.cil-logo-image img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.search-cli-box {
    border: 0px;
    width: 80%;
    border-radius: 0px;
}

.cil-search-wrapper-inner {
    padding: 15px 15px;
    width: 100%;
    background-color: #ffffff;
    margin-bottom: 6px;
    display: flex;
    direction: rtl;
}

table.table.table-striped.user-cil-tabal {
    direction: rtl;
}

form.cli-search-list {
    width: 35%;
    display: flex;
    border: 1px solid #1A2325;
}

.btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #025aa5;
    background-image: none;
    border-color: #01549b;
}

.Add-new-cil-button.search-cil-button {
    float: left;
    margin: 0px 0px 0 0px;
    background-color: #1872E7;
    border-color: #1872E7;
    border-radius: 0px;
    font-size: 12px;
    padding: 11px 50px 10px;
    font-family: GE-SS-Two-Medium;
    width: 19%;
}

.cil-check-toggle input {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 0%;
    margin: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

label.form-check-toggle.cil-manager {
    margin-left: 15px;
}

.cil-manager .form-check-toggle input + span {
    margin-left: 30px !important;
}

a.Add-new-cil-button {
    float: right;
    margin: 0px 15px 0 4px;
    background-color: #1872E7;
    border-color: #1872E7;
    border-radius: 0px;
    font-size: 12px;
    padding: 11px 50px 10px;
    font-family: GE-SS-Two-Medium;
    color: #ffffff;
}

#add_new_cil .modal-dialog {
    max-width: 60% !important;
}

#of_sent_list .modal-dialog {
    max-width: 80% !important;
}

.addNewCilLogoImage {
    width: auto;
    /*border: 1px solid #848484;*/
    text-align: center;
    float: right;
    margin-left: 20px;
    padding: 5px 10px;
    color: #848484;
    line-height: 14px;
    height: 60px;
}

input#fileToUpload {
    float: left;
    width: 56%;
    padding-top: 14px;
}

span.rec-size {
    font-size: 10px;
    color: #848484;
}

#add_new_cil .form-group {
    padding-bottom: 5px;
}

#add_new_cil h4#title_team_header {
    margin-bottom: 20px;
    font-size: 18px;
}

.cil-project-btn {
    float: left;
    margin: 0px 15px 0 4px;
    background-color: #ff3d80;
    border-color: #ff3d80;
    border-radius: 0px;
    font-size: 16px;
    padding: 11px 50px 10px;
    font-family: GE-SS-Two-Medium;
    color: #ffffff;
}

#add_new_cil .form-group input, #add_new_cil .form-group select {
    height: 30px;
    padding: 0px 12px;
    font-size: 12px;
    border-radius: 0px;
}

#add_new_cil textarea {
    height: 55px;
    font-size: 12px;
    border-radius: 0px;
}

#add_new_cil .form-group label {
    font-family: GE-SS-Two-Medium;
    color: #000000 !important;
    font-size: 13px;
    margin-bottom: 0px;
}

span.rec-logo {
    float: left;
    width: 100%;
}

hr.cil-hr {
    border-color: #000000;
    border-width: 2px;
}

#add_new_cil .row {
    margin-bottom: -10px;
}

#add_new_cil [type=checkbox] {
    margin-right: 5px;
    height: 15px !important;
    margin-top: 6px;
}

#add_new_cil .sequence-details-wrapper {
    height: 523px;
}

.cil-uplode-btn {
    margin-top: 8px;
    padding: 0;
}

i.fa_icon.icon-upload-alt.cil-correction {
    background-color: #ffffff;
    border-radius: 0px;
    padding: 12px 10px;
    margin: 0px;
    font-style: inherit;
    font-size: 13px;
    display: inline-block;
    height: 42px;
    float: left;
    color: #ff3d80;
}

i.fa_icon.icon-upload-alt.cil-correction:hover {
    color: #025aa5;
}

.form-control, .btn {
    border-radius: 0px;
    font-family: GE-SS-Two-Light;
}

button.btn.btn-default, button.btn.btn-info.btn-save-lead-info {
    background-color: #4084F4;
    border-color: #4084F4;
    border-radius: 0px;
    font-family: GE-SS-Two-Medium;
    color: #FFFFFF;
}

button.btn.btn-default:hover, button.btn.btn-info.btn-save-lead-info:hover {
    background-color: #3d4fb9;
    border-color: #3d4fb9;
}

button.back-to-main {
    background: #ff3d80;
    border: 1px solid #ff3d80;
    color: #ffffff;
    margin-bottom: 5px;
}

.client-cil-info-form input[readonly] {
    background-color: #f0f0f0 !important;
}

.tagify__tag > div > * {
    font-size: 13px;
}

.tagify__input {
    font-size: 13px;
}

span.comments-char-count {
    display: block;
    width: 50%;
    text-align: right;
    float: right;
    font-size: 12px;
    margin-top: 5px;

}

span.lead-delayed {
    color: #EB3232;
    font-size: 10px;
    position: absolute;
    font-weight: bold;
    display: block;
    padding: 0px 0px;
    vertical-align: bottom;
    left: 10px;
    top: 26px;
}


.group-list-details {
    text-transform: capitalize;
    font-size: 12px;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#add_new_cil .select2-container--default .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
    border-radius: 0;
    min-height: 21px;
    height: 30px;
    padding: 0;
    font-size: 12px;
    overflow-y: scroll;
}

#add_new_cil .select2-container {
    width: 100% !important;
}

#add_new_cil .select2-container--default .select2-search--inline .select2-search__field {
    height: 15px !important;
    width: 100% !important;
}

.top-duplicates-search {
    background-color: #ffffff;
    padding: 10px 0px;
    display: flex;
    border: 1px solid #d8d8d8;
    align-items: center;
    direction: rtl;
}

.left-search-title {
    width: 30%;
    text-transform: uppercase;
    color: #ffffff;
}

.right-search-input {
    width: 45%;
}

.right-search-input input#dup-search {
    width: 100%;
    padding: 6px 20px;
}

.duplicates-table {
    width: 100%;
    direction: rtl;
}

.duplicates-details-wrapper {
    margin-top: 20px;
}

.duplicates-table th {
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    background: #FFFFFF;
    border: 0.5px solid #C4C4C4 !important;
    box-sizing: border-box;
    padding: 0.75rem;
    text-align: right;
}

.duplicates-table tbody tr td {
    padding: 5px 14px;
    background-color: #ffffff;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    border: 0.5px solid #C4C4C4;
}

.duplicates-table tbody tr td p:last-child {
    margin-bottom: 0px;
}

.duplicates-table td {
    vertical-align: middle;
}

p.dup-lead-title {
    color: #1872E7;
    padding: 0px;
    margin: 0px;
    margin-bottom: 5px;
    line-height: 20px;
    display: inline-block;
    width: 100%;
    text-transform: capitalize;
    position: relative;
}

p.dup-lead-ph, p.dup-lead-email {
    margin-bottom: 0;
    font-family: sans-serif;
}

span.btn-dup-solve {
    border: 1px solid #1872E7;
    padding: 3px 8px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 5px;
    color: #1872E7;
    font-size: 12px !important;
}


p.dup-lead-list {
    color: #3D4FB9;
}

input#dup-search::placeholder {
    color: #000000;
    font-size: 14px;
    font-family: 'GE-SS-TWO-MEDIUM';
}

p.dup-status, p.dup-assign-to, p.dup-leader, p.dup-lead-list, p.dup-dated {
    text-transform: capitalize;
    margin-bottom: 8px;
}

a.nav-link.nav-duplicates.pull-right, a.nav-link.nav-refer.pull-right {
    margin-top: 4px;
}

.others-duplicates {
    background-color: gray;
    color: #ffffff;
    padding: 0px 2px;
    font-size: 8px;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    /* margin-top: -20px; */
    top: -15px;
    position: absolute;
}

.tooltip.in {
    opacity: 1;
}

.right-refresh {
    color: #ffffff;
}

.right-refresh a {
    border: 1px solid #ffffff;
    cursor: pointer;
    color: #ffffff;
    background: #1872E7;
    padding: 7px 19px;
    font-size: 14px;
    display: inline-block;
}


/* referal page styling*/
.refer-top-banner {
    background-color: #ffffff;
    min-height: 250px;
    padding-top: 30px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
}

.refer-left-image img {
    width: 405px;
}

.ref-title {
    font-size: 28px;
}

.ref-reward {
    color: #E40B55;
    font-size: 36px;
}

.ref-reward small {
    font-size: 60%;
}

.refer-right-details {
    text-align: center;
}

.refer-email {
    padding: 4px 20px 6px 20px;
    width: 60%;
}

.btn-refer {
    width: 25%;
    margin-left: 5px;
}

.refer-link-section {
    background-color: #ffffff;
    padding: 2px 20px 2px 5px;
}

.refer-link-section input[type="text"] {
    border: 0px;
    background: #ffffff;
}

#refer-link-copy {
    color: #ff3d80;
    line-height: 32px;
    cursor: pointer;
}

.share-link {
    margin-bottom: 20px;
}

img.refer-link-button {
    width: 15%;
    cursor: pointer;
}

.share-refer-option {
    border-bottom: 1px solid #eceeef;
    padding: 24px 0px;
}

.share-refer-option a {
    display: inline-flex !important;
    align-self: center !important;
    color: #008489;
    line-height: 20px;
}

a.btn.btn-gmail, a.btn.btn-yahoo {
    border: 2px solid #ff3d80;
    padding: 3px 15px;
    font-size: 12px;
    color: #000000;
    line-height: 25px;
    margin-left: 15px;
}

.refer-option-text {
    margin-left: 10px;
}

p.refer-suggestions {
    font-size: 20px;
    margin-bottom: 25px;
    margin-top: 30px;
}

a.btn.btn-gmail img, a.btn.btn-yahoo img {
    width: 25px;
    vertical-align: top;
    margin-right: 5px;
}

p.refer-invitation-heading {
    margin-bottom: 0;
}

p.refer-inv-subheading {
    font-size: 12px;
}

ul.nav.nav-tabs.refer-inv-tabs > li.active {
    border-bottom: 3px solid #ff3d80;
}

ul.nav.nav-tabs.refer-inv-tabs a {
    font-size: 14px;
}

.tab-pane.fade.in {
    opacity: 1;
}

table.table.table-striped.referal-details td {
    border: none;
    font-size: 14px;
}

.refer-details .refer-left-details {
    background-color: #ffffff;
    padding: 40px;
    margin-bottom: 40px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}

.refer-right-admin-details {
    background-color: #ffffff;
    padding: 40px;
    margin-bottom: 40px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}

.admin-pending-left {
    color: #ff3d80;
    float: left;
}

.refer-pending-admin, .refer-available-admin {
    border-bottom: 1px solid grey;
}

.admin-available-left {
    color: #ff3d80;
    font-size: 20px;
    float: left;
}

.admin-pending-right, .admin-available-right {
    float: right;
}

p.refer-invitation-heading.admin-credit {
    margin-bottom: 15px;
}

.admin-available-right {
    font-size: 20px;
}

.contacts-base-wrapper {
    height: 300px;
    overflow-y: scroll;
    text-align: left;
}

.contacts-details {
    text-align: center;
}

input.contact-search {
    width: 100%;
    margin: 0 0 10px;
    padding: 10px 20px;
    border: 1px solid #000000;
}

.contacts-wrapper {
    padding: 20px 0px 8px;
    border-bottom: 1px solid silver;
}

.contact-label {
    margin-top: -5px;
    margin-left: 10px;
}

/************************NEW Dashboard************************/

.dashboard-user-name {
    text-transform: capitalize !important;
}

.container.dashboard .marketing-List-right {
    background-color: #f1f1f1;
}

/*.dashboard-stats .pr-0-ar {
    padding: 0px 15px !important;
}*/
.dashboard-stats {
    padding-bottom: 0px;
    direction: rtl;
}

.logged-info-col {
    margin-bottom: 22px;
    padding-right: 0;
}

.col-md-4.logged-info-col.pl-0-ar {
    padding-right: 0px;
}

.logged-info, .cdt-info, .cil-info {
    border-radius: 10px;
    background-color: #ffffff;
}

.loged-user-heading {
    padding: 15px 23px 11px 0px;
    color: #000000;
    font-size: 18px;
}

.number-user-logged {
    padding: 11px 10px;
    /* border-top: 4px solid #F5F5F7; */
    color: #263238;
    font-size: 16px;
    position: absolute;
    bottom: 0px;
}

span.nul-value {
    float: right;
    color: #263238;
}

span.nul-label {
    font-size: 14px;
}

.call-done-today-number {
    text-align: center;
    padding-top: 10px;
}

span.cdtn-image img {
    width: 46px;
}

.cdt-heading, .cil-heading, .leads-stats-heading {
    padding: 11px;
    color: #3A3B3F;
    font-size: 16px;
    font-weight: bold;
}

.tcil-heading {
    font-size: 16px;
    padding: 15px;
    color: #263238;
}

.tcil-number {
    text-align: right;
    padding-right: 15px;
    direction: ltr;
}

.cil-tip-user-heading {
    color: #3A3B3F;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 10px;
    font-family: 'GE-SS-TWO-MEDIUM';
}

.backupData-tabel td {
    font-family: 'Lato';
}

.cil-top-user, .lead-quality-base {
    background: #ffffff;
    padding: 15px;
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 10px;
    font-family: 'Lato';
    /*box-shadow: 0px 0px 5px 1px #88888830;*/
}

.lead-quality-base {
    margin-bottom: 20px
}

.tcil-label {
    font-size: 40px;
    vertical-align: middle;
    margin-right: 15px;
    font-family: 'Lato';
}

span.cdtn-label {
    text-align: center;
    font-size: 35px;
    width: 50%;
    float: left;
    padding: 0px 15px;
}

.cdt-info {
    margin-bottom: 15px;
    padding: 0 0 10px 0;
    /*box-shadow: 0px 0px 5px 1px #88888830;*/
}

.cdt-heading {
    text-align: center;
    padding: 10px 0px 0px;
    margin-bottom: 0;
    font-size: 12px;
}

.call-done-today {
    padding: 0;
}

.cil-heading, .leads-stats-heading {
    border-bottom: 1px solid #E4E7EB;
}

.logged-info {
    height: 200px;
}

.cil-info {
    height: 294px;
}

.delayed-follow-info-col {
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px 1px #88888830;
    padding-bottom: 20px;
}

h3.delayed-follow-heading {
    padding: 15px 0px;
    color: #3A3B3F;
    font-size: 16px;
    font-weight: bold;
}

.delayed-follow {
    margin-bottom: 15px;
}

.total-d-delay {
    color: #ff3d80;
    font-size: 12px;
}

.delayed-followup-details td {
    font-size: 12px;
    vertical-align: middle;
}

.delayed-followup-details td p {
    margin-bottom: 0;
}

.owner-name, .owner-phone {
    color: #1A2325;
    font-size: 14px;
}

small.clear-delayed {
    color: #ff3d80;
    margin-left: 20px;
    cursor: pointer;
}

.followup-project-name {
    color: #3d4fb9;
}

.followup-action-name {
    color: #00AEFF;
}

.delayed-follow-info td {
    border: 0px;
}

.clear-followup-delay {
    text-decoration: underline;
    cursor: pointer;
    color: #000;
    margin-left: 10px;
    display: inline-block;
}

.delayed-lead-view {
    text-decoration: underline;
    cursor: pointer;
    color: #000;
    display: inline-block;
    border-radius: 2px;
}

.delayed-followup-container {
    max-height: 300px;
    overflow-y: auto;
}

.delayed-followup-container::-webkit-scrollbar-thumb, .activities-details-container::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #000000;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 1);
}

.delayed-followup-container::-webkit-scrollbar, .activities-details-container::-webkit-scrollbar {
    width: 12px;
}

.delayed-followup-container::-webkit-scrollbar-track, .activities-details-container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

td.no-follow-up {
    height: 200px;
    background-color: #ffffff;
    padding: 0;
}

td.no-follow-up p {
    font-size: 20px;
}

.cil-sent-info {
    padding-left: 0;
}

.activities {
    margin-bottom: 20px;
}

.activities-heading {
    font-size: 16px;
    color: #000000;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    text-transform: capitalize;
    /*font-weight: bold;*/
}

.activities-wrapper {
    width: 100%;
    display: block;
    color: #000000;
    display: flex;
}

.activities-calendar {
    background-color: #ffffff;
    padding: 12px 20px;
    /*box-shadow: 0px 0px 3px 2px #88888830;*/
    border-radius: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}

.activities-col-ar {
    padding-left: 15px !important;
}

.activities-calendar:hover, .activities-calendar.active {
    background-color: #ffff00;
}

.active .activities-date-number {
    color: #000000;
}


.activities-date-number {
    float: right;
    font-size: 24px;
    font-weight: normal;
    width: 20%;
    padding-left: 15px;
    text-align: left;
    font-family: 'Lato';
}

p.activity-person-phone {
    font-family: 'Lato';
    font-size: 16px;
    line-height: 16px;
}

.activities-date {
    width: 55%;
    float: right;
    font-size: 12px;
    color: #000000;
}

.activities-date p {
    margin: 0px;
}

.activities-counter {
    float: left;
    width: 65px;
    text-align: center;
    background-color: #4084F4;
    color: #ffffff;
    border-radius: 20px;
    margin-top: 7px;
    font-size: 18px;
    font-family: 'Lato';
}

.activities-details {
    background-color: #ffffff;
    /*box-shadow: 0px 1px 3px 2px #88888830;*/
    border-radius: 5px;
    padding: 20px 15px;
    max-height: 449px;
    position: relative;
}

.notch-left {
    content: "";
    width: 0px;
    height: 0px;
    border: 0.8em solid transparent;
    position: absolute;
    right: -23px;
    top: 3%;
    border-left: 10px solid #ffffff;
}

.activities-details-container {
    max-height: 410px;
    overflow-y: auto;
}

.table-activity-details {
    border: 0;
}

.activity-details td {
    font-size: 12px;
    vertical-align: middle;
    border: 0;
}

.activity-details td p {
    margin-bottom: 0;

}

#piechart text {
    font-family: GE-SS-Two-Medium;
}

.empty-day {
    font-size: 20px;
}

td.empty-activity {
    text-align: center;
    padding-top: 15%;
}

.activity-action {
    color: #00AEFF;
}

span.activity-name {
    display: inline-block;
    background-color: #3d4fb9;
    color: #ffffff;
    font-size: 16px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-transform: capitalize;
}

p.activities-day {
    font-size: 10px;
    color: gray;
}

p.activity-project {
    font-size: 14px;
    text-transform: capitalize;
    line-height: 14px;
    /*font-weight: bold;*/
}

.bottom-leads-details {
    display: flex;
    margin-bottom: 15px;
}

.leads-base-counter {
    background-color: #ffffff;
    display: flex;
    padding: 15px 0px;
    box-shadow: 0px 0px 3px 2px #88888830;
    border-radius: 5px;
    margin-bottom: 10px;
}

.leads-base-counter p {
    margin-bottom: 0px;
}

.leads-counter {
    font-size: 40px;
    padding-left: 10px;
}

.leads-stats {
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 3px 2px #88888830;
    max-height: 238px;
}

.call-timing {
    text-align: center;
    font-size: 28px;
}

/************************NEW Dashboard END ************************/
.all-user-list {
    direction: rtl !important;
}

.profile-lead-end {
    float: right;
    font-style: italic;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    margin-right: 24px;
    margin-top: 7px;
    display: none;
}

.col-md-4.user-list-leads.active .profile-lead-end {
    color: #ffffff;
}

h4#list_main_title {
    background: #FEEE1C;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 15px;
}

/* .round {
    position: relative;
    float: left;
}

.round label {
    background-color: #fff;
    border: 1px solid #979797;
    border-radius: 50%;
    cursor: pointer;
    height: 28px;
    right: 0;
    position: absolute;
    top: 0;
    width: 28px;
} */

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000000;
    line-height: 28px;
}

#pipeline-filter-column .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000000;
    line-height: 36px;
    direction: rtl;
}

/* .round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 7px;
    opacity: 0;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 12px;
}

.round input[type="checkbox"] {
    visibility: hidden;
}

.round input[type="checkbox"]:checked + label {
    background-color: #66bb6a;
    border-color: #66bb6a;
}

.round input[type="checkbox"]:checked + label:after {
    opacity: 1;
} */

/* arrow tabs section for stages */
.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}

a, a:active {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #000000;
    text-decoration: none;
}

a:active {
    color: #000000;
    text-decoration: none;
}

.arrow-steps .step {
    font-size: 10px;
    /*font-weight: bold;*/
    text-align: center;
    color: #000000;
    cursor: default;
    margin: 0 2px;
    /*padding: 10px 0px 10px 16px;*/
    /*min-width: 14.2%;*/
    padding: 0px 0px 0px 20px;
    flex: 1;
    position: relative;
    background-color: #E2E2E6;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background-color 0.2s ease;
    min-height: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.arrow-steps .step:after,
.arrow-steps .step:before {
    content: " ";
    position: absolute;
    top: 0;
    right: -11px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 11px solid #E2E2E6;
    z-index: 2;
    transition: border-color 0.2s ease;
}

.arrow-steps .step:before {
    right: auto;
    left: 0;
    border-left: 10px solid #fff;
    z-index: 0;
}

/*.arrow-steps .step:first-child:before {
    border: none;
}*/

/*.arrow-steps .step:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}*/

.arrow-steps .step span:first-child {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.arrow-steps .step span:before {
    opacity: 0;
    /*content: "✔";*/
    position: absolute;
    top: -2px;
    left: -20px;
}

.arrow-steps .step.done span:before {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease 0.5s;
    -moz-transition: opacity 0.3s ease 0.5s;
    -ms-transition: opacity 0.3s ease 0.5s;
    transition: opacity 0.3s ease 0.5s;
}

.arrow-steps .step.current {
    /*color: #fff;*/
    background-color: #1675df;
    color: #FFFFFF;
    /*min-height: 50px;*/
    white-space: nowrap;
}

.arrow-steps .step.previous {
    /*color: #fff;*/
    background-color: #2DC76D;
    /*min-height: 50px;*/
}

.arrow-steps .step.previous:after {
    border-left: 11px solid #2DC76D;
}

.arrow-steps .step.current:after {
    border-left: 11px solid #1675df;
}

.stages-counter {
    font-size: 100%;
    bottom: 0;
    font-family: Lato;
}

.video-plan-heading {
    margin-bottom: 30px;
    border-bottom: 3px solid;
    width: fit-content;
    font-size: 22px;
}

.video-Plan-section {
    padding-top: 130px;
    color: #ffffff;
    text-align: center;
}

.video-Plan-section .col-md-3 {
    margin-bottom: 80px;
}

/* end of referal page styling */

.top-filter, .top-filter-pipeline, .top-filter-cil-rpt {
    display: flex;
}

.top-filter div a:active,
.top-filter div a:hover,
.top-filter div a:focus,
.top-filter-pipeline div a:active,
.top-filter-pipeline div a:hover,
.top-filter-pipeline div a:focus,
.top-filter-cil-rpt div a:active,
.top-filter-cil-rpt div a:hover,
.top-filter-cil-rpt div a:focus {
    text-decoration: none;
    color: #000000;
}

.top-filter div, .top-filter-pipeline div, .top-filter-cil-rpt div {
    padding: 0px 5px;
    margin-bottom: 5px;
    font-size: 12px;
}

.top-filter .active:after, .top-filter-pipeline .active:after, .top-filter-cil-rpt .active:after {
    content: ' ';
    width: 110%;
    border-bottom: 3px solid #000000;
    display: block;
    margin-top: 2px;
}

.top-filter div:last-child, .top-filter-pipeline div:last-child, .top-filter-cil-rpt div:last-child {
    border: 0px;
}

.listname-pipeline {
    color: #3d4fb9;
    text-align: left;
    margin-top: 0px;
    padding-left: 15px;
    margin-bottom: 10px;
}

span.activity-name.pipeline-user {
    text-align: center;
}

.first-letter-username {
    float: left;
}

.form-control, .form-control::placeholder {
    color: #000000;
    font-family: GE-SS-Two-Light;
}

#search, #search-project {
    background-color: #000000;
    color: #ffffff;
    line-height: 38px;
    height: 38px;
    padding: 0 12px;
    margin-top: -1px;
}

select {
    /*-webkit-appearance: none;*/
    -webkit-border-radius: 0px;
}

.req-amenities-heading {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}

.amenities-checkbox .round {
    font-size: 12px;
    padding-right: 20px;
    line-height: 28px;
    margin-bottom: 10px;
    float: none;
}

.pipeline-select {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.47);
    font-size: 11px;
    text-align: center;
    color: #000000;
    cursor: default;
}

.pipeline-select .step {
    font-size: 11px;
    /*font-weight: bold;*/
    text-align: center;
    color: #000000;
    cursor: default;
    margin: 0;
    /* padding: 10px 0px 10px 16px; */
    /* min-width: 14.2%; */
    /*padding: 0px 0px 0px 20px;*/
    padding: 10px 7px;
    /*flex: 1;*/
    position: relative;
    background-color: #ffffff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background-color 0.2s ease;
    /*min-height: 50px;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.pipeline-select .step a {
    color: #000000;
}

.pipeline-select .step.current, .pipeline-select .step.current a {
    background-color: #1675df;
    color: #ffffff;
}

.lead-report-source-wrapper {
    border-bottom: 1px solid #d0d0d0;
}

.lead-reporting-heading {
    line-height: 38px;
}

.lead-quality-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.lead-quality-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    margin-bottom: 10px;
    padding: 0 15px;
}

.lead-quality-col-wrapper {
    background-color: #EDEDED;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
}

.lead-quality-count {
    font-size: 30px;
    line-height: 25px;
}

.leads-total-top-count {
    font-size: 10px;
    margin-right: 16px;
    color: #263238;

}

.lead-quality-heading {
    text-transform: capitalize;
    min-height: 50px;
    font-size: 12px;
}

.lead-quality-main-heading {
    padding: 11px 0px;
    color: #263238;
    font-size: 16px;
    font-family: GE-SS-Two-Medium;
    /*border-bottom: 1px solid #E4E7EB;*/
}

.logged-in-per-week, .calls-per-week {
    background-color: #ffffff;
    border-radius: 5px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 5px 1px #88888830;
    padding: 10px;
}

.team-report-info {
    margin-bottom: 15px;
    padding: 38px 22px;
    /*box-shadow: 0px 0px 5px 1px #88888830;*/
    background-color: #ffffff;
    border-radius: 10px;
}

.team-report-graph {
    margin-bottom: 15px;
    padding: 0px 0px 15px 0px;
    /*box-shadow: 0px 0px 5px 1px #88888830;*/
    background-color: #ffffff;
    border-radius: 10px;
}

.team-report-top-filter {
    width: 100%;
    display: flex;
    padding: 10px 10px 10px 10px;
    box-shadow: 0px 0px 5px 1px #88888830;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #D8D8D8;
}

.top-performer-heading {
    line-height: 1.25;
    padding: .5rem 0;
}

.top-performers-wrapper {
    background-color: #ffffff;
}

.btn-filter-team {
    background: #595959;
    color: #ffffff;
    font-size: 12px;
    width: 100%;
    cursor: pointer;
    display: inline;
}

.btn-filter-team.active {
    background: #FA3D80;
}

.top-performer-row {
    display: flex;
    align-items: center;
    margin: 15px 0px;
    background-color: #ffffff;
    box-shadow: 2px 2px 29px -13px rgba(0, 0, 0, 0.5);
}

.top-perf-det-pos {
    width: 100%;
    text-align: center;
    display: block;
    font-size: 30px;
}

.top-perf-name {
    margin-bottom: 30px;
    font-size: 14px;
}

.top-perf-details {
    font-size: 16px;
}

.top-performer-count {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 30px;
}

.team-performer-details-wrapper, .team-report-information-details-wrapper {
    /*background-color: #d0d0d0;*/
    height: 416px;
    /*padding-top: 1px;*/
    overflow-y: scroll;
    padding: 0 22px;
    color: #3a3b3f;
}

.team-performer-details-wrapper::-webkit-scrollbar-thumb, .team-report-information-details-wrapper::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #787878;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.team-performer-details-wrapper::-webkit-scrollbar-track, .team-report-information-details-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.team-performer-details-wrapper::-webkit-scrollbar, .team-report-information-details-wrapper::-webkit-scrollbar {
    width: 6px;
}

.team-report-information-wrapper {
    background-color: #ffffff;
    margin: 20px 0px 0px 0px;
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #d0d0d0;
}

.team-report-information-details-wrapper {
    background: #ffffff;
    padding: 20px;
    margin-bottom: 40px;
    border-radius: 0 0 5px 5px;
    border-bottom: 1px solid #d0d0d0;
}

.table-team-report thead {
    background: #485660;
    color: #ffffff;
}

.table-team-report th {
    font-weight: normal;
    text-align: center;
}

.table-team-report td {
    vertical-align: middle;
}

.table-team-report tbody tr {
    background-color: #f1f1f1;
    border-top: 16px solid #ffffff;
}

.team-information-main-row {
    align-items: center;
}

.team-info-coverage {
    background-color: #fa3d80;
    display: inline-block;
    text-align: center;
    height: 60px;
    border-radius: 50%;
    color: #ffffff;
    width: 60px;
    line-height: 60px;
}

.team-report-heading {
    color: #3a3b3f;
    font-size: 16px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #d6d6d6;
}

.bottom-selectors-listing {
    width: 100%;
    position: absolute;
    top: 45px
}

.table-team-report thead th {
    top: -20px;
    background: #485660;
    z-index: 100;
    position: sticky;
}

.info-ordering {
    width: 10px;
    display: inline-block;
    line-height: 1;
    position: absolute;
    right: 8px;
    top: 8px;
}

.info-ordering .fa {
    cursor: pointer;
}

.lead-list-name {
    /* background-color: #ff4988; */
    color: #3d4fb9;
    /* padding: 2px 10px; */
    display: block;
    margin: 0;
    /* text-align: right; */
    text-transform: capitalize;
    /* float: right; */
}

/*******************Featuring Page********************/
.total-views-grap, .total-call-grap {
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 3px 2px #88888830;
    max-height: 285px;
    overflow: hidden;
}

.dashboard-info-total-unit {
    margin-bottom: 22px;
    padding: 9px 22px;
    background-color: #ffffff;
    border-radius: 10px;
    height: 114px;
    display: flex;
}

.dashboard-info-total-unit1 {
    margin-bottom: 22px;
    padding: 9px 22px;
    background-color: #ffffff;
    border-radius: 10px;
    height: 114px;
}

select.boots-status {
    font-family: Helvetica;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: #4084F4;
    border: 0px;
}

.ads-filter-row-inner {
    background-color: #ffffff;
    padding: 15px 0px;
}

.ads-filter-col-inner .units-filter-type {
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 17px;
    color: #000000;
    border: 0.5px solid #000000;
}

.ads-filter-col-inner .units-filter-type-project {
    width: 100% !important;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 17px;
    color: #000000;
    border: 0.5px solid #000000;
}

select.form-control.select-picker.units-filter-project {
    border: 0.5px solid #000000;
    font-size: 12px !important;
}

.col-md-one-seven {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58%;
    -ms-flex: 0 0 58%;
    flex: 0 0 58%;
    max-width: 58%;
    margin: 0px 11px 15px;
}

.col-md-one-third {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 18%;
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    max-width: 18%;
    margin: 0px 11px 15px;
}

a.ads-unit-cancel {
    font-style: normal;
    font-weight: normal;
    font-size: 11.0137px;
    line-height: 13px;
    color: #000000;
}

.unit-filter-clear {
    line-height: 0px;
}

span.status-boosted {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #4084F4;
    width: 100%;
}

table.table.table-striped.table-lead-sequence tr td {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    border: 0.5px solid #C4C4C4;
    font-family: 'Lato';
}

.deal-detail-status {
    font-family: 'GE-SS-Two-Light' !important;
}

.featuring-listing-table-filter {
    margin-top: 30px;
}

.feature-info {
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px 1px #88888830;
    padding: 15px;
    text-align: center;
    height: 140px;
}

span.feature-num {
    font-size: 40px;
    vertical-align: middle;
}

span.feature-num > small {
    font-size: 15px !important;
}

.progress-bar-total progress {
    width: 70%;
    background: #000000;
    height: 25px;
}

.progress-bar-total progress[value]::-webkit-progress-value {
    background: #000000;
}

.progress-bar-total progress::-webkit-progress-bar {
    background-color: #ffffff;
    border: 1px solid #000000;
}

progress {
    color: lightblue;
}

progress::-webkit-progress-value {
    background: lightblue;
}

progress::-moz-progress-bar {
    background: lightcolor;
}

.featuring-listing {
    margin: 30px 0px;
}

.featuring-listing a {
    text-decoration: none;
    /*color: #3d4fb9;*/
}

select#show_nuumber_pages {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    border: 0px;
    width: 107px;
    margin-left: 2px;
    font-family: GE-SS-Two-Medium;
}

button.ads-delete-btn {
    border: 0.5px solid #000000;
    font-style: normal;
    font-weight: normal;
    font-size: 12px !important;
    line-height: 17px;
    color: #000000;
    width: 94px;
    height: 25px;
    background-color: #ffffff;
    font-family: GE-SS-Two-Medium;
}

select#select_featuring_action {
    border: 0.5px solid #000000;
    font-style: normal;
    font-weight: normal;
    font-size: 12px !important;
    line-height: 17px;
    color: #000000;
    width: 94px;
    height: 25px;
    background-color: #ffffff;
    font-family: GE-SS-Two-Medium;
    padding: 0px;
}

select.form-control.selectpicker-bulk2.ads-filter-short {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 17px;
    color: #000000;
    height: 25px;
    width: 86px;
    background-color: #ffffff;
    border: 0px !important;
    padding: 0px !important;
}

.top-filter-featuring-rpt.clearfix {
    display: flex;
}

.top-filter-featuring-rpt div {
    padding: 0px 10px;
    font-size: 12px;
    margin-top: 3px;
    font-family: GE-SS-Two-Medium;
}

.right-assign-section-featuring-rpt {
    width: 50%;
    float: right;
    margin-bottom: 10px;
    text-align: right;
}

.left-section-filter-featuring {
    float: left;
    width: 50%;
    margin-bottom: 10px;
}

.filter-by-assign-featuring-rpt {
    width: 100%;
}

#select-user-assign_to_featuring_rpt {
    text-align-last: left;
}

span.featuring-active {
    width: 10px;
    height: 10px;
    background: #0de70d;
    float: left;
    border-radius: 50%;
    margin-top: 7px;
}

span.featuring-inactive {
    width: 10px;
    height: 10px;
    background: #ff0000;
    float: left;
    border-radius: 50%;
    margin-top: 7px;
}

.featuring_reporting_details_table td {
    vertical-align: middle;
    font-size: 12px;
}

.featuring_reporting_details_table td p {
    margin-bottom: -4px;
}

#select_person_incharge {
    border: 0.5px solid #000000;
    font-style: normal;
    font-weight: normal;
    font-size: 12px !important;
    line-height: 17px;
    color: #000000;
    width: 94px;
    height: 25px;
    background-color: #ffffff;
    font-family: GE-SS-Two-Medium;
    padding: 0px;
}

p.feature-label-link {
    text-align: center;
    font-size: 10px;
}

p.feature-label-link a {
    text-decoration: underline;
}

.expiry-status {
    margin-top: -24px;
    font-size: 12px;
}

.inactive {
    color: #E6362B;
    font-family: GE-SS-Two-Light;
}

.active {
    color: #4084F4;
    font-family: GE-SS-Two-Light;
}

label.form-check-toggle.featuring-manager {
    margin-left: 15px;
    margin-bottom: 0px;
}

.featuring-logo-image img {
    /*width: 6vw;
    height: 10vh;
    object-fit: cover;*/
    object-fit: cover;
    width: 175px;
    height: 119px;
    background: #000000;
    border: 0.5px solid #C4C4C4;
    box-sizing: border-box
}

.edit-featuring-date {
    margin-top: 3px !important;
}

.featuring-manager input:checked + span:before {
    background-color: #3D4FB9;
    border-color: #3D4FB9;
    transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.featuring-leads-cancel {
    line-height: 35px;
    color: #ff3d80;
    text-decoration: underline;
    text-transform: capitalize;
    padding: 0;
    top: 2px;
    position: relative;
    margin-left: 10px;
    font-size: 12px;
}

th.featuring-list-tt {
    font-size: 12px;
    color: #000;
}

.featuring-leads-cancel:hover {
    color: #ff3d80;
    text-decoration: none;
}

input.bulk-check-box {
    float: left;
}

select#select-Property-featuring_status {
    width: 195px;
    border: 1px solid #000000;
    border-radius: 0px;
    font-size: 12px;
    background-color: #ffffff;
    display: inline-block;
}

.featuring-filter {
    margin: 0px;
}

.featuring-filter .col-md-4, .featuring-filter .col-md-8 {
    padding: 0px 0px;
}

#select_featuring_sort, #select_featuring_Property-type {
    float: right;
    padding: 0px;
    width: 120px;
}

.modal-dialog.Performance-dialog {
    max-width: 690px !important;
}

.modal-header.performance-modal-header-heading {
    background: #3544a0;
    color: #ffffff;
}

p.performance-details {
    font-size: 14px;
    margin-bottom: 5px;
    color: #1A2325 !important;
}

h4.performance-info-heading {
    font-size: 21px;
}

h4.performance-info-heading i.fa.fa-bar-chart {
    float: left;
    text-align: left;
    margin-right: 10px;

}

.modal-header.performance-modal-header-heading button.close {
    color: #ffffff;
    opacity: 1;
}

/******************Featuring Page********************/
i.fa.fa-pencil-square-o.edit-fb-mapping {
    margin-top: 0;
    font-size: 16px;
    float: none;
}

.addon-title {
    font-size: 30px;
    background-color: #3C50BA;
    color: #FFEF1A;
}

.addon-price {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
}

.addon-credit {
    margin-bottom: 10px;
}

.btn-pay-addon {
    background-color: #ff3d80;
    border-color: #ff3d80;
    min-width: 40%;
    margin: 0px 2.5%;
}

.payments {
    margin: 20px 0;
}

.border-section-addon {
    border: 1px solid #3C50BA;
}

.addon-wrapper {
    margin-bottom: 20px;
}

/****************Calander Page ****************/
.meeting-report ul.dropdown-menu.sublist {
    margin-left: 21% !important;
    border-radius: 0px !important;
}

.meeting-report {
    text-align: center;
    list-style: none;
}

.meeting-scheduling-table thead {
    background-color: #ffffff;
    border: 2px solid #ffffff;
    margin-bottom: 5px;
}

.meeting-scheduling-table thead th {
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    border: 0px;
}

.count-meeting {
    font-size: 10px;
    margin-top: 3px;
    float: left;
    color: #ffffff;
}

.date {
    bottom: 0px;
    animation-delay: inherit;
    right: 0;
}

.meeting-scheduling {
    position: relative;
    /* background: #ffffff;
     border-radius: 4px;
     padding: 0px 10px 2px;
     box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.45);*/
}

.meeting-sync-status {
    font-size: 10px;
    color: #4084F4;
}

.meet-time {
    font-size: 10px;
    text-align: right;
    color: #ffffff;
    line-height: 10px;
}

.meeting-scheduling-table tbody td {
    padding: 4px 2px 8px 2px;
}

/*.meeting-scheduling-table tbody td.have-meetings, td.have-meetings .meeting-scheduling{
    background-color: #c3c3c3;
}*/

table.table.table-bordered.meeting-scheduling-table th {
    font-size: 12px;
    padding: 8px;
}

.list-meeting-wrapper {
    min-height: 25px;
    padding: 2px 5px;
    margin-bottom: 4px;
    border-radius: 5px;
}

.meeting-scheduling .date {
    font-size: 12px;
    color: rgba(52, 72, 94, 0.536062);
    text-align: center;
    height: 27px;
    width: 27px;
    line-height: 27px;
    display: inline-block;
    font-family: sans-serif;
}

.meeting-scheduling-table tbody {
    background-color: #ffffff;
    border: 0px;
}

.meeting-report a {
    color: #ff3d80;
}

.meeting-report ul.dropdown-menu.sublist {
    padding: 7px;
    margin-left: 0px;
    width: 100px;
    text-align: center;
    border-radius: 10px;
    font-size: 14px;
    margin: 0 auto;
}

.meeting-report {
    text-align: center;
    list-style: none;
    width: 300px;
    margin: 0 auto;
}

.meeting-scheduling-table thead, .meeting-scheduling-table tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.meeting-scheduling-table tbody {
    display: block;
    max-height: 445px;
    overflow-y: scroll;
}

.meeting-scheduling-table tbody::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #787878;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.meeting-scheduling-table tbody::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.meeting-scheduling-table tbody::-webkit-scrollbar {
    width: 6px;
}


/***********POPUP************/
#add-meeting .modal-dialog {
    width: 900px;
    max-width: 900px;
    top: 15%;
}

#add-meeting button.close {
    position: absolute;
    right: 0px;
    top: 0px;
    box-shadow: none;
    font-size: 30px;
    opacity: 1;
}

.addmeetting-label {
    text-transform: capitalize;
    padding: 8px 25px;
}

.update-status-label {
    transform: rotate(-90deg);
    margin-left: -54px;
    margin-top: 48px;
    position: absolute;
}

.btn-meeting-update {
    float: left;
    background-color: #4084F4 !important;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    padding: 10px 38px;
    font-size: 14px;
    margin-top: 10px;
}

.addmeetting-option .form-control {
    margin-bottom: 10px;
    border: none;
    height: 41px;
}

.meeting-btn {
    position: absolute;
    /*right: 0;
    bottom: -10px;*/
    right: 17%;
    bottom: -25px;
}

span.meeting-count {
    color: #1872E7;
    background-color: #ffffff;
    position: absolute;
    right: auto;
    width: 13px;
    height: 13px;
    text-align: center;
    border-radius: 52px;
    line-height: 14px;
    font-size: 9px;
    left: 9px;
    top: 13px;
}

.per-cal-wrapper-outer {
    /* position: absolute;
     width: 26%;*/
    height: 24px;
    bottom: 15px;
    right: 0px;
}

span.delete-lead-from-listing {
    color: #ff4988;
    font-size: 12px;
    float: right;
    width: 100%;
    text-align: center;
    visibility: hidden;
    padding-left: 10px;
    padding-bottom: 5px;
}

.all-user-list:hover span.delete-lead-from-listing {
    visibility: visible;
}

/*.row-meeting {
    !*box-shadow: 1px 2px 4px #a0a0a0;*!
    padding: 10px 20px;
    !*margin-bottom: 20px;*!
    position: relative;
}*/

.meet-lead, .meet-location, .meet-phone, .meet-list {
    width: 25%;
    float: left;
    font-size: 12px;
    font-weight: bold;
}

.meet-list {
    color: #3d4fb9;
}

.meet-date {
    font-size: 12px;
    top: -12px;
    right: 0;
    position: absolute;
    padding: 3px 10px;
    background-color: #e2e2e6;
    font-family: GE-SS-Two-Medium;
    font-weight: bold;
}

#meeting-modal button.close {
    position: absolute;
    top: -29px;
    /* background-color: #ffffff; */
    opacity: 1;
    padding: 0px 7px 2px;
    border-radius: 50%;
    right: 0;
    box-shadow: none;
}

.meet-schedule-text {
    width: 90%;
    display: inline-block;
    color: #ff4988;
    font-size: 14px;
}

.meet-add-meeting {
    display: inline-block;
    cursor: pointer;
    background: #4084F4;
    padding: 8px 25px;
    color: #ffffff;
    float: left;
    font-size: 14px;
    margin-top: 10px;
}

#meeting-modal .modal-dialog {
    max-width: 830px;
    top: 20vh;
}

/* .top-menu-icon {
    display: block;
    margin: 0 auto 5px;
    filter: invert(1);
    width: auto;
    height: 25px;
} */

sup {
    top: -37px;
    left: 17px;
}

/* new leads page changes */
.list-view-select {
    position: absolute;
    right: 15px;
    top: 0px;
}

/*calendar list page*/
.group-revamp-list {
    margin-left: 12px;
    float: right !important;
    margin-right: 0px !important;
}

.time-slot-column, .empty-column {
    width: 60px;
    display: inline-block;
    font-size: 12px;
}

.calendar-meeting-wrapper {
    padding-left: 0px;
}

.calendar-list-top, .meeting-calender-details-inner-wrapper {
    width: 2500px;
}

.calendar-list-top-wrapper {
    overflow: hidden;
    max-width: calc(100% - 130px);
    display: inline-block;
    padding: 10px 0px 3px 0px;
    scroll-behavior: smooth;
}

.calendar-top-nav-wrapper {
    background-color: #ffffff;
}

.meeting-calendar-column {
    width: 120px;
    background-color: #4051b5;
    display: inline-block;
    font-size: 10px;
    padding: 5px 5px;
    /*margin-right: 10px;*/
    position: relative;
    margin: 6.5px;
    vertical-align: middle;
    border-radius: 5px;
}

.meeting-date {
    vertical-align: middle;
    display: table-cell;
    height: 90px;
    width: 100px;
    font-size: 11px;
}

.meeting-member {
    font-size: 10px;
    color: #ffffff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 16px;
    float: left;
    margin-right: 10px;
    border: 2px solid #ffffff;
}

.calendar-details-row {
    margin: 5px 0px;
    display: flex;
}

.left-date-meeting {
    background-color: #ffffff;
    width: 115px;
    padding: 10px;
    min-height: 99px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    /* border-right: 5px solid #f0f0f0; */
    margin-right: 5px;
}

.date-meeting-details {
    background-color: #ffffff;
    vertical-align: middle;
    display: inline-block;
    width: calc(100% - 120px);
    min-height: 99px;
    padding: 13px 0px;
    overflow: hidden;
    scroll-behavior: smooth;
}

.meeting-project {
    font-size: 10px;
    color: #ffffff;
    margin-top: 3px;
    float: left;
    text-transform: capitalize;
    width: 70%;
}

.meeting-right-wrapper {
    width: calc(100% - 30px);
    float: left;
}

.meeting-view-more {
    font-size: 10px;
    /*text-decoration: underline;*/
    /* position: absolute;
     right: 10px;
     bottom: 5px;*/
    width: 30%;
    display: inline-block;
    text-align: right;
    margin-top: 2px;
}

/*.meeting-view-more img {
    width: 28px;
}*/
.meeting-calendar-group {
    width: 120px;
    display: inline-block;
    vertical-align: middle;
}

.calendar-navigation-left {
    width: 120px;
    display: inline-block;
    background-color: #ffffff;
    text-align: center;
    vertical-align: text-bottom;
}

.cal-right-nav {
    width: 20px;
    margin-left: 10px;
    vertical-align: baseline;
    cursor: pointer;
}

.cal-left-nav {
    width: 20px;
    vertical-align: baseline;
    cursor: pointer;
}

.meeting-lead-name-top {
    font-size: 9px;
    line-height: 9px;
}

.meeting-lead-email, .meeting-lead-phone, .meeting-lead-title, .meeting-lead-name {
    font-size: 11px;
}

.meeting-lead-name {
    line-height: 11px;
}

.meeting-calendar-group .meeting-calendar-column .meeting-view-more {
    right: 20px
}

.meeting-calendar-group .meeting-calendar-column .meeting-member {
    top: -2px
}

.meeting-calendar-group .meeting-calendar-column {
    padding: 4px 5px;
}

.list-grid-select {
    position: absolute;
    right: 20px;
    top: 12px;
    background-color: #ffffff;
    width: 50px;
    text-align: center;
    /* border-left: 3px solid #000000; */
}

.edit-meeting {
    float: none;
    margin: 0;
    cursor: pointer;
    color: #ff4988;
}

.meet-lead {
    text-decoration: underline;
    cursor: pointer;
}

.list_lead_id {
    font-size: 12px;
    font-family: Lato;
    line-height: 17px;
    color: #3d4fb9;
}

.progress-bar-project progress {
    border-radius: 0px;
    background: #000000;
    color: #000000;
    height: 15px;
}

.progress-bar-project progress::-webkit-progress-bar {
    background-color: #ffffff;
    border: 1px solid #000000;
}

.progress-bar-project progress::-webkit-progress-value {
    background: #000000;
}

.proj-counter {
    font-size: 12px;
    line-height: 12px;
}

.feature-project-filter-right {
    width: 42%;
    float: right;
}

.feature-project-heading {
    float: left;
    display: inline-block;
}

.feature-project-filters {
    padding: 10px 0;
}

.feature-link-proj {
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #000000;
    font-size: 35px;
    line-height: 27px;
    height: 35px;
    width: 35px;
    display: inline-block;
    text-align: center;
}

.row.add-fp-proj-row {
    background-color: #000000;
    color: #ffffff;
    padding: 5px;
    margin: 10px 0;
}

.feature-add-proj-list-wrapper {
    height: 160px;
    overflow-y: scroll;
    margin-bottom: 20px;
}

.feature-add-proj-list-wrapper::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #787878;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.feature-add-proj-list-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.feature-add-proj-list-wrapper::-webkit-scrollbar {
    width: 6px;
}

.fp-proj-dialog {
    max-width: 700px;
}

.feature-proj-list-row {
    box-shadow: 2px 2px 4px #888888;
    padding: 5px;
    margin-right: 10px;
    margin-bottom: 5px;
}

input.rad-proj {
    border: 0px;
    width: 100%;
    height: 2em;
}

.rad-proj:after {
    width: 25%;
    position: relative;
    background-color: transparent;
    content: '';
    display: inline-block;
    visibility: visible;
    height: 2em;
    border-radius: 50%;
    border: 2px solid grey;
    left: 49px;
}

.rad-proj:checked:after {
    width: 25%;
    height: 2em;
    background-color: #6FFF66;
    content: '';
    display: inline-block;
    visibility: visible;
    border-radius: 50%;
}

img.proj-image-feature {
    width: 6vw;
    height: 10vh;
    object-fit: cover;
}

.project-graph-title {
    text-transform: capitalize;
}

.meeting-canceled {
    color: #FF0000;
}

.meeting-re-scheduled {
    color: #00FF00;
}

.bottom-sharer-wrapper {
    display: none;
    position: absolute;
    bottom: -12px;
    left: 24%;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #bfbfbf;
    border-top: none;
    border-radius: 0 0 8px 8px;
}

.view-share-link {
    font-size: 12px;
    display: inline-block;
    width: 40%;
    color: #FA3D80;
}

.meeting-completed {
    color: #ffeb3b;
}

.autocomplete-suggestion {
    background-color: #ffffff;
    border-bottom: 1px solid #f0f0f0;
    padding: 5px;
    font-size: 12px;
    cursor: pointer;
}

.autocomplete-suggestion:first-child {
    border-top: 1px solid #f0f0f0;
}

.autocomplete-suggestion.autocomplete-selected {
    background-color: #A0A0A0;
}

.lisiting-filter-wrapper {
    margin-bottom: 20px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}

.listing-right-wrap .col-md-3 {
    font-size: 10px;
}

.modal-click {
    cursor: pointer;
}

.top-requests-filter select, .top-requests-filter input {
    border: none;
}

.frm-add-request .form-control, .frm-add-request .select2-container--default .select2-selection--multiple, #add-rent-request-modal .select2-container--default .select2-selection--single {
    border: 1px solid #D6D6D6;
    border-radius: 6px !important;
}

.frm-add-request, #add-rent-request-modal, #update-request-modal, #update-rent-request-modal {
    direction: rtl;
}

.variable-price-wrapper {
    position: relative;
}

.request-followup {
    float: left;
    font-size: 12px;
    color: #4084f4;
}

#sharer-modal button.close {
    position: absolute;
    top: 0;
    font-size: 36px;
    font-weight: normal;
}

.deletedleads .user-name-leads {
    color: #000000;
    display: inline-block;
    padding: 5px 0px 5px 0px;
    /*font-family: GE-SS-Two-Medium;*/
}

ul.header-inner-menu li {
    list-style: none;
}

.tooltip-inner {
    font-size: 12px;
}

.conv-page-selector .tooltip-inner {
    word-break: break-all;
}

.fav img {
    vertical-align: baseline;
    margin-left: 5px;
}

.no-answer {
    color: #EB3232 !important;
}

.whatsapp-badge img {
    vertical-align: bottom;
    width: 16px;
    margin-left: 5px;
}

span.sms-badge img {
    width: 16px;
    margin-left: 5px;
}

.sms-note {
    font-size: 12px;
    color: red;
    text-align: center;
}

.comment-date {
    float: right;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #5762BC;
    margin-top: 3px;
}

.overlay-readmore, .read-less {
    display: none;
    float: left;
    font-family: GE-SS-Two-Medium;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #1872E7;
    padding-left: 0px;
}

.more-info-lead, .less-info-lead {
    color: #1872E7;
}

.overlay-readmore {
    margin-right: 10px;
}

span.delete-lead-from-listing img:hover {
    filter: brightness(0.3);
}

span.edit-lead-info:hover {
    color: #000000;
}

.no-answer-title-img {
    width: 27px !important;
}

/******************INBOX START CSS*******************/
.nav-inbox {
    margin-top: 4px;
}

.marketing-inbox-right {
    /*width: 90% !important;*/
    margin: 0 auto;
    max-width: 100%;
    padding-top: 15px;
    clear: both;
}

.inbox-chat-search-row {
    /*background-color: #ffffff;*/
    /* padding: 15px 0px;*/
    padding: 0px 0px;
    position: relative;
    margin-bottom: 15px;
    direction: rtl;
}

.inbox-chat-group {
    display: inline-flex;
    vertical-align: middle;
    width: 100%;
    padding: 0px 0 15px 0;
    background: #F3F3F3;
}

.search-leadname-keyword {
    border: none;
    /* filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));*/
}

.inbox-lead-name {
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    text-transform: uppercase;
    max-width: 80%;
    float: right;
}

.inbox-lead-chat {
    font-size: 14px;
    line-height: 22px;
    color: #606364;
    font-weight: normal;
    width: 80%;
    /* white-space: pre-wrap; */
    overflow: hidden;
    /* text-overflow: ellipsis; */
    /* display: -webkit-box; */
    /* -webkit-line-clamp: 2; */
    height: 25px;

}

.inbox-chat-sender-inner {
    /*border-bottom: 1.5px solid #999696;
    border-left: 10px solid #ffffff;*/
    padding: 15px 15px 8px 15px;
    background: #FFFFFF;
    position: relative;
    margin-bottom: 5px;
    word-break: break-all;
    height: auto;
    float: left;
    width: 100%;
}

.inbox-chat-sender-wapper {
    /*border: 1.5px solid #999696;*/
    /*height: 475px;*/
    height: 73vh;
    overflow: hidden;
    overflow-y: auto;
}

.inbox-chat-sender-wapper::-webkit-scrollbar-thumb, .inbox-chat-body::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #787878;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.inbox-chat-sender-wapper::-webkit-scrollbar-track, .inbox-chat-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.inbox-chat-sender-wapper::-webkit-scrollbar, .inbox-chat-body::-webkit-scrollbar {
    width: 6px;
}

.dropdown-menu.history-des:before {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #00000045;
}

a.main-lead-view-link {
    font-size: 15px;
    line-height: 18px;
    color: #1872E7;
    text-decoration: underline;
    margin-left: 15px;
}

ul.nav.nav-tabs.status-tabs {
    margin-bottom: 9px;
    margin-right: 0px;
    padding-right: 0px;
}

ul.nav.nav-tabs.status-tabs .nav-link:focus, ul.nav.nav-tabs.status-tabs .nav-link:hover, ul.nav.nav-tabs.status-tabs .nav-link, ul.nav.nav-tabs.status-tabs .nav-link {
    border-color: #eceeef #eceeef #ddd;
    border: 0px solid transparent;
}

.inbox-chat-header {
    padding: 16px 15px 16px 15px;
    /*padding: 24px 15px;*/
    /*border-top: 1px solid #c4c4c4;*/
    /*border-bottom: 1px solid #c4c4c4;*/
    /*margin-bottom: 10px;*/
    background: #ffffff;
    /*display: none !important;*/
}

.panel-heading.note-toolbar {
    display: none;
}

.inbox-chat-sender-name {
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    /*color: #5762BC;*/
    text-transform: capitalize;
}

.inbox-chat-sender-name span {
    text-align: left;
    float: left;
}

a.inbox-chat-time {
    font-size: 8px;
    margin-left: 5px;
    color: #939393;
    /*font-family: sans-serif;*/
}

.inbox-chat-body {
    padding: 15px;
    /*height: 285px;*/
    height: 60vh;
    overflow: hidden;
    overflow-y: auto;
    background: #ffffff;
    margin-bottom: 10px;
}

.inbox-chat-message-body {
    /*display: flex;
    align-items: center;*/
}

.chat-message-area {
    margin-left: 15px;
    padding: 5px 10px 0px 15px;
    border-radius: 10px;
    background: #f1f1f1;
    display: inline-block;
    width: 100%;
}

.sender .chat-message-area {
    border-radius: 10px 10px 0px 10px;
}

.receiver .chat-message-area {
    border-radius: 10px 10px 10px 0px;
}

/*.inbox-chat-message-body:nth-child(even) .chat-message-area{
    background: #d8d8d8;
}*/
.inbox-chat-sender-message {
    font-size: 12px;
    line-height: 15px;
    /*color: #000000;*/
    padding: 4px 0;
    color: #595959;
}

.inbox-lead-inner-name {
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    width: auto;
    /*float: left;*/
}

.inbox-all-lead {
    font-size: 16px;
    line-height: 21px;
    /*text-align: right;*/
}

.inbox-chat-title {
    font-weight: bold;
    text-transform: capitalize;
}

.inbox-all-lead a {
    color: #1E1E1E;
    text-transform: capitalize;
}

.inbox-chat-textarea-message-body {
    width: 100%;
    /*border: 1px solid #000000;*/
    /*border: none !important;*/
    background: #ffffff;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    font-size: 13px;
}

#inbox_chat_textarea_message {
    width: 100%;
    height: 90px;
    font-size: 13px;
    line-height: 15px;
    color: #606364;
    padding: 15px;
    border: none;
}

#inbox_chat_textarea_message:active, #inbox_chat_textarea_message:focus {
    outline: none;
}

textarea#inbox_chat_textarea_message::-webkit-input-placeholder {
    color: #606364;
}

textarea#inbox_chat_textarea_message:-moz-placeholder { /* Firefox 18- */
    color: #606364;
}

textarea#inbox_chat_textarea_message::-moz-placeholder { /* Firefox 19+ */
    color: #606364;
}

textarea#inbox_chat_textarea_message:-ms-input-placeholder {
    color: #606364;
}

textarea#inbox_chat_textarea_message::placeholder {
    color: #606364;
}

textarea#inbox_chat_textarea_message {
    font-size: 13px;
    font-family: GE-SS-Two-Medium;
    color: #606364;
    padding-left: 70px;
    direction: rtl;
}

span.chat-counter {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #2DC76D;
    border-radius: 50%;
    text-align: center;
    line-height: 21px;
    color: #ffffff;
    font-size: 10px;
    right: auto;
    left: 29px;
    top: 44%;
    font-family: lato;
}

.inbox-chat-sender-inner.active, .inbox-chat-sender-inner:hover {
    /*background: #E2E2E6;
    border-left: 10px solid #1872E7;*/
    background-color: #EDF4FF;
    background: #EDF4FF;
}

/******************INBOX START END*******************/
/*////////////////////////////////////*/
.close-history {
    position: absolute;
    right: 0;
    top: 2px;
    background: #ffffff;
    width: 26px;
    height: 26px;
    line-height: 23px;
    text-align: center;
    border-radius: 50%;
    z-index: 1000000;
    box-shadow: 0px 0px 9px 0px black;
}

.finishing-status {
    font-size: 12px;
    text-align: right;
    font-family: 'GE-SS-Two-Light';
}

.chat-min-desc {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 15px;
    width: 100%;

}

.chat-min-time {
    color: #000000;
    font-size: 80%;
    display: inline-block;
}

.chat-min-title {
    font-size: 10px;
    padding: 0;
    text-align: center;
    line-height: 24px;
}

.btn-open-inbox:hover {
    color: #ffffff;
}

.btn-open-inbox {
    background-color: #1872E7;
    color: #ffffff;
    font-size: 10px;
    border-radius: 5px;
    padding: 6px 10px;
}

.chat-managers {
    color: #606364;
    text-decoration: none;
    position: relative;
    margin-left: 5%;
}

a.leads-conversation {
    position: relative;
    margin-left: 5%;
    float: left;
}

.inbox-chat-box {
    text-align: left;
    padding: 0px 5px 5px 5px;
}

.send-chat, .send-conversation {
    cursor: pointer;
    padding: 5px 12px;
    background: none;
    border: 0;
    background: #6f00ff;
    border-radius: 2px;
    color: #ffffff;
    font-size: 12px;
    margin: 0 1.5%;
    font-family: GE-SS-Two-Light;
}

.conv-refresh {
    color: #4084F4;
    text-decoration: underline;
    font-size: 12px;
    cursor: pointer;
    float: right;
}

.send-chat:active, .send-chat:focus {
    outline: none;
}

.chat-message-img img {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    object-fit: cover;
}

.inbox-chat-status {
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 13px;
    color: #595959;
    background: #FFFFFF;
    border: 0.4px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 6px 15px;
    font-family: 'GE-SS-Two-Light';
}

.inbox-chat-loader {
    position: absolute;
    width: 100%;
    top: 45%;
    text-align: center;
    left: 0;
}

.inbox-chat-empty {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
}

.inbox-chat-detail-empty {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 40%;
}

.inbox-chat-sender-message p {
    margin-bottom: 6px;
    font-size: 13px;
    line-height: 16px;
    color: #595959;
    font-family: 'GE-SS-Two-Medium';
}

.chat-seen-img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #1872E7;
    color: #ffffff;
    text-align: center;
    padding-top: 4px;
    display: inline-block;
    font-weight: bold;
    font-size: 8px;
    font-family: sans-serif !important;
}

li.nav-item.dropdown.importance-main-menu.open .dropdown-menu {
    display: block;
}

ul.nav.nav-tabs.status-tabs li a {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 19px;
    color: #595959;
    font-family: GE-SS-Two-Light;
    /*padding: 0px;*/
}

li.nav-item.dropdown.importance-main-menu a.nav-link.dropdown-toggle {
    padding: 0px;
}

ul.nav.nav-tabs > li {
    padding: 5px 10px;
    font-size: 10px;
    position: relative;
}

ul.nav.nav-tabs.status-tabs > li.active {
    border-bottom: 0px solid #595959;
}

ul.nav.nav-tabs.status-tabs > li.active a {
    font-weight: bold;
    color: #000000;
}

.inbox-chat-seen-wrapper {
    text-align: left;
    font-style: normal;
    font-weight: 300;
    font-size: 10px;
    line-height: 14px;
    color: #939393;
    margin-top: 5px;
}

.inbox-chat-message-body.sender .inbox-chat-seen-wrapper {
    text-align: left;
    font-family: 'GE-SS-Two-Medium';
}

.chat-sender.no-chat-history {
    margin: 22px 0px;
}

.btn-sm {
    background-color: #ffffff !important;
    color: #000000 !important;
    border: none;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}

/*.reset-password {
    margin-right: 6px;
}*/

.inbox-chat-message-body.sender {
    /*float: right;*/
}

.inbox-chat-message-body.sender .chat-message-area {
    background: #DCF8C6;
    float: right;
}

/*.inbox-chat-details {
    background: #ffffff;
}*/
.chat-message-base-wrapper {
    display: inline-block;
    /*max-width: 70%;*/
    width: 50%;
}

.inbox-chat-message-body.sender .chat-message-base-wrapper {
    float: right;
}

/*
.note-toolbar {
  position: absolute;
  bottom: -40px;
  border-bottom: none;
}*/
/*************inbox-chat-pending-training***************/
.inbox-lead-date {
    font-family: sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    color: #595959;
    text-align: left;
}

.inbox-lead-bage.inbox-lead-bage-low {
    font-family: GE-SS-Two-Medium;
    color: #f55b5b;
    border: 1px solid #f55b5b;
    background: #f4727296;
    font-style: normal;
    font-weight: bold;
    border-radius: 3px;
    text-align: center;
    float: left;
    width: 100px;
    height: 17.57px;
    font-size: 10px;
    line-height: 17px;
}

.inbox-chat-sender-inner {
    border-radius: 4px;
}

.inbox-lead-inner-wapper-box {
    max-width: 100%;
    display: flex;
    align-items: center;
}

input.inbox-lead-checkbox {
    margin-right: 5px;
}

.inbox-lead-bage.inbox-lead-bage-high {
    font-family: GE-SS-Two-Medium;
    color: #33B679;
    border: 1px solid #33B679;
    background: #33B67996;
    font-style: normal;
    font-weight: bold;
    border-radius: 3px;
    text-align: center;
    float: left;
    width: 100px;
    height: 17.57px;
    font-size: 10px;
    line-height: 17px;
}

.inbox-lead-bage.inbox-lead-bage-mid {
    font-family: GE-SS-Two-Medium;
    color: #4051B5;
    border: 1px solid #4051B5;
    background: #4051B596;
    font-style: normal;
    font-weight: bold;
    border-radius: 3px;
    text-align: center;
    padding: 0 10px;
    height: 17.57px;
    font-size: 10px;
    line-height: 17px;
    display: inline-block;
}

.inbox-chat-pending-training {
    padding: 0px;
}

.pending-training-wapper {
    background: #FFFFFF;
    box-shadow: 0px 4px 24px rgba(37, 38, 94, 0.1);
    padding: 15px;
    border-radius: 4px;
}

.pending-training-wapper h3 {
    font-family: GE-SS-Two-Medium;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #000000;
    text-transform: capitalize;
}

.pending-training-info span {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #000000;
}

span.followup-title {
    font-family: GE-SS-Two-Medium;
}

.pending-training-rang {
    width: 100%;
    height: 17px;
    outline: none;
}

.pending-training-rang::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #ffffff;
    cursor: pointer;
}

.pending-training-rang::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #ffffff;
    cursor: pointer;
}

.pending-training-name {
    font-family: GE-SS-Two-Medium;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    text-align: right;
    color: #000000;
}

.pending-training-name img {
    margin-top: -6px;
    margin-right: 5px;
}

.pending-training-phone {
    font-family: sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    color: #1872E7;
    direction: ltr;
}

.pending-training-follow-up {
    font-family: sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    color: #000000;
    padding: 5px;
    direction: ltr;

}

.pending-training-view-more {
    font-family: GE-SS-Two-Medium;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    color: #1872E7;
    padding: 5px;
}

.pending-training-view-more a {
    color: #1872E7;
}

.pending-training-comments {
    font-family: GE-SS-Two-Medium;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    padding: 5px;

}

span.pending-training-comments-name {
    margin-right: 15px;
}

span.pending-training-comments-status {
    margin-left: 15px;
    float: right;
}

.pending-training-detail {
    font-family: sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 13px;
    color: #000000;
    padding: 5px;

}

.pending-training-history-metting {
    font-family: GE-SS-Two-Medium;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #000000;
    padding: 5px;

}

span.pending-training-history-history {
    margin-left: 15px;
}

.pending-training-history-metting img {
    margin-top: -6px;
    margin-left: 5px;

}

/*************inbox-chat-pending-training***************/
.note-editor.note-airframe, .note-editor.note-frame {
    border: none !important;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.assign_lead_to {
    display: inline-block;
    color: #D6D6D6;
    text-decoration: none;
    margin-right: 8px;
    margin-top: 10px;
    font-size: 8px;
}

.all-user-list:hover .assign_lead_to {
    color: #000000;
}

.col-md-4.user-list-leads:hover {
    background-color: #E5EFFF;
    border: 2px solid #E5EFFF;
}

#search-container {
    background-color: #ffffff;
    color: #7B8191;
    line-height: 36px;
    padding: 0 12px;
    border: 1px solid #CED4DA;
    border-left: 0;
    border-radius: 0px 4px 4px 0px;
    margin-top: -2px;
    position: relative;
}

.btn-add-new-list {
    background-color: #4084F4;
    color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    line-height: 23px;
    cursor: pointer;
    vertical-align: middle;
}

.list-detail-image-avatar {
    display: none;
}

.list-detail-popup-dev {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    height: 30px;
    width: 30px;
    border-radius: 50%;
}

.list-detail-popup-dev:focus {
    outline: 0px auto -webkit-focus-ring-color;
}

.heading-list-detail-popup-dev {
    font-size: 18px;
}

form#frmTeamEdit {
    font-family: GE-SS-Two-Medium;
}

.search-lead-section {
    margin: -15px auto 15px auto;
}

.add-new-list {
    display: inline-block;
    background: #4084f4;
    padding: 7px 10px;
    font-size: 12px;
    float: right;
    color: #ffffff;
    border-radius: 4px;
    cursor: pointer;
}

.lead-page-add-list-member {
    color: #1872E7;
    font-size: 14px;
    margin-top: 5px;
    font-family: GE-SS-Two-Light;
}

.lead-page-add-list-member:hover {
    text-decoration: underline;
}

.leads-list-member-count {
    font-size: 11px;
    font-family: 'GE-SS-Two-Medium';
}

.btn-add-list-to-group {
    background: #FFF217;
    border-radius: 5px;
    margin: 0 auto;
}

.add-group-close {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    height: 30px;
    width: 30px;
    border-radius: 50%;
}

#add-new-group {
    background: #000000;
    color: #ffffff;
    font-size: 30px;
    line-height: 30px;
    padding: 0 10px;
}

.group-wrapper {
    width: 400px;
    margin: 0 auto;
}

.leads-list-member-count.connected-list {
    color: green;
    font-weight: bold;
}

.export-list {
    /*position: absolute; */
    /* right: 32px; */
    /* top: 14px; */
    font-size: 12px;
    float: left;
    margin-left: 35px;
    margin-top: 6px;
}

.export-list a {
    color: #1872E7;
    text-decoration: underline;
}

/*********** Integration Page CSS Start ***********/
.int-head-row {
    margin: 25px 0px;
}

.int-search-container {
    float: left;
}

.int-search-btn {
    background: #595959;
    border: none;
    border-radius: 55px;
    width: 30px;
    height: 30px;
    position: relative;
    left: 30px;
    bottom: 1px;
}

.int-select {
    border: none !important;
    background: none !important;
    font-family: GE-SS-Two-Medium;
    font-style: italic;
    font-weight: 500;
    font-size: 14px;
    color: #4084F4 !important;
}

.int-search-icon {
    color: #ffffff;
    transform: rotate(90deg);
}

.int-search-field {
    height: 30px;
    width: 60%;
    border-radius: 30px;
    border: 1px solid #595959;
    padding: 10px;
    margin: 0px;
}

.int-items-row {
    margin: 30px 5px;
}

.int-col-wrapper {
    height: 270px;
    padding-left: 1px;
}

.int-item-wrapper {
    background: #ffffff;
    padding: 15px;
    padding-top: 0px;
    padding-bottom: 25px;
    height: 250px;
}

.int-image {
    margin-top: 30px;
    margin-bottom: 20px;
}

.int-heading {
    font-family: GE-SS-Two-Light;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
    text-transform: capitalize;
}

.int-txt {
    font-family: GE-SS-Two-Light;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #565969;
    margin-bottom: 20px;
    min-height: 55px;
}

.int-txt-soon {
    font-family: GE-SS-Two-Light;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #565656;
    margin-bottom: 20px;
}

.int-button {
    width: 90%;
    margin: 5px 12px;
    border-radius: 5px;
    padding: 8px;
}

.int-google-view {
    position: absolute;
    left: 20px;
    top: 40px;
    cursor: pointer;
}

/*************** Integration Page CSS End ***************/

/*****************Configuration page***************/
.configuration-page {
    height: 70vh;
}

.config-heading {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
}

.configuration-wrapper {
    padding: 15px;
    margin-bottom: 30px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
}

.configuration-box {
    margin-right: 10px;
    margin-top: 12px;
}

p.configuration-text {
    font-weight: 100;
    font-size: 10px;
    line-height: 16px;
    color: #979797;
}

.page-breadcrumbs {
    margin-bottom: 30px;
    direction: rtl;
}

table.table.user-list-tabal td, table.table.user-list-tabal th {
    border: 1px solid #f3f3f3;
    font-family: GE-SS-Two-Light !important;
}

table.table.user-list-tabal td:nth-child(3), table.table.user-list-tabal td:nth-child(4), .email-template-table tr td:nth-child(1), .email-template-table tr td:nth-child(5), .email-template-table tr td:nth-child(6) {
    font-family: lato;
}

.user-list-tabal tr {
    background-color: #ffffff;
    border-top: 2px solid #f3f3f3;
}

.req-owner-contact-title {
    text-transform: capitalize;
    font-size: 12px;
    color: #4084f4;
    position: absolute;
    bottom: -18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 155px;
}

.search-cli-box {
    border: 1.5px solid #C4C4C4;
}

.search-cil-button {
    margin: 0px 0px 0 0px;
}

.Add-new-cil-button {
    height: 43px;
}

.admin-req-delete {
    float: left;
}

.top-pipeline-filters {
    background: #ffffff;
    margin: 15px 0px;
    padding: 15px 0;
    direction: rtl;
}


.breadcrumb-item + .breadcrumb-item::before {
    content: ">" !important;
}

.breadcrumb {
    background-color: transparent !important;
    padding: 0;
}

.team-report-img img {
    width: 100%;
}

.team-report-info-heading {
    margin-bottom: 0;
    font-size: 16px;
    color: #4084F4;
}

.team-report-label {
    font-size: 48px;
    font-family: 'Lato';
}

.team-report-meeting-counter {
    font-size: 24px;
    font-family: 'Lato';
}

.team-report-meeting-label {
    font-size: 9px;
    color: #979797;
    display: block;
}

.report-graph-heading {
    padding: 10px 40px;
    color: #263238;
    font-size: 13px;
}

.calls-graph-small {
    color: #4084F4;
}

.team-tab-item {
    background-color: #FAFAFA;
    padding: 10px 30px;
    margin-top: 10px;
    border-radius: 4px 4px 0 0;
    border: 1px solid #c4c4c4;
}

.team-tab-item a {
    text-decoration: none;
    color: #000000;
}

.team-tab-item.active {
    padding: 15px 30px;
    background-color: #ffffff;
    margin-top: 0;
    font-weight: bold;
    box-shadow: 0px 0px 4px 2px #00000020;
    border: 1px solid #c4c4c4;
}

.report-team-tabs {
    display: flex;
}

.team-tab-content {
    display: none;
}

.team-tab-content.active {
    display: block;
    width: 100%;
    /*overflow-x: scroll;*/
    box-shadow: 0 0 4px 2px #00000020;
}

.team-report-table tr:nth-of-type(even) {
    background-color: #ffffff;
}

.team-report-table tr:nth-of-type(odd) {
    background-color: #F5F5F7 !important;
}

.team-report-table thead th {
    font-weight: bold;
    background-color: #ffffff;
    border: 1px solid #C4C4C4;
    font-size: 12px;
    text-align: center;
    min-width: 165px;
}

.team-report-table td {
    border: 1px solid #C4C4C4;
    text-align: center;
    font-size: 12px;
    min-width: 165px;
}

.team-report-table tr td:nth-child(1) {
    color: #4084f4;
    width: 270px;
    min-width: 270px;
}

.team-report-table tr td {
    font-family: 'Lato';
}

.team-cont-select {
    display: inline-block;
    margin-bottom: 10px;
    font-family: 'GE-SS-Two-Light';
}

.team-select {
    display: inline-block;
    margin-bottom: 10px;
}

.calls-graph-small p {
    font-size: 12px;
    font-style: italic;
}

.team-cont-select a {
    color: #4084F4;
    vertical-align: middle;
}

.team-select a {
    color: #4084F4;
    vertical-align: middle;
}

ul.dropdown-menu.team-cont-list {
    border: 1px solid #000000;
    border-radius: 0px;
    font-size: 12px;
    padding: 2px 2px;
    line-height: 20px;
}

ul.dropdown-menu.team-list-widget {
    border: 1px solid #000000;
    border-radius: 0px;
    font-size: 12px;
    padding: 2px 2px;
    line-height: 20px;
}

.team-report-table {
    box-shadow: 0px 0px 4px 2px #00000020;
    width: auto !important;
    max-width: 200%;
    min-width: 100%;
}

.team-report-table.fixed-column {
    position: absolute;
    display: inline-block;
    width: auto;
    max-width: none;
    min-width: auto;
    border-right: 1px solid #ddd;
}

.top-report-filter {
    background-color: #ffffff;
    padding: 20px;
    margin-bottom: 15px;
}

.search-report-btn {
    background-color: #000000;
    color: #ffffff;
    padding: 0px 10px;
    line-height: 28px;
}

.add-report-field {
    border: 1px solid #8b8b8E;
    padding: 7px 20px;
    font-size: 14px;
    cursor: pointer;
    width: 135px;
}

.add-report-field-btn {
    float: left;
}

.add-report-field-btn img {
    width: 18px;
    vertical-align: sub;
}

.top-report-filter .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #8b8b8E;
    border-radius: 0px;
    height: calc(2.25rem + 2px) !important;
    font-size: 12px;
    font-family: GE-SS-Two-Medium;
    padding: 5px;
    font-style: italic;
}

.top-report-filter .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}

button.close {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    height: 30px;
    width: 30px;
    border-radius: 50%;
}

.btn-cancel-fields {
    background: transparent;
}

.fields-selector {
    background: #eeeeee;
    margin: 10px;
    border-radius: 21px;
    width: 170px;
    height: 35px;
    font-size: 12px;
    display: inline-block;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
}

.fields-selector.active {
    background: #4051B5;
    color: #ffffff;
}

table.dataTable.no-footer, .dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: none !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    margin-bottom: 15px;
    padding-bottom: 15px;
}


/********************** owner dashboard new *****************************/
.dashboard-info-stats {
    margin-bottom: 22px;
    padding: 33px 8px;
    background-color: #ffffff;
    border-radius: 4px;
}

.dashboard-info-heading {
    margin-bottom: 5px;
    font-size: 18px;
    color: #757575;
}

.dashboard-info-label {
    font-size: 30px;
    font-family: 'Lato';
}

.dashboard-info-label1 {
    font-size: 36px;
    font-family: 'Lato';
}

dashboard-info-img img {
    width: 100%;
}

.dashboard-lead-stats {
    background-color: #ffffff;
    border-radius: 10px;
    margin-bottom: 22px;
}

.activity-details td {
    background: #ffffff;
    padding: 15px;
    border-bottom: 1px solid #F3F3F3;
}

.activity-person-name {
    text-transform: capitalize;
    color: #4084F4;
    font-size: 18px;
}

.delayed-lead-view {
    border: 1px solid #4084F4;
    color: #4084F4;
    padding: 5px 15px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}

.activity-person-phone {
    font-size: 16px;
    line-height: 16px;
}

.activity-assigned-to {
    /*margin-top: 4px;*/
    color: #757575;
    font-size: 14px;
}

.pager.pbx_pagination.light-theme.simple-pagination .pagination {
    float: left;
    padding: 20px 10px;
}

.pager.pbx_pagination.light-theme.simple-pagination {
    background: #ffffff;
    width: 100%;
}

/***********NEW PRICE PAGE************/
/*.new-plan-section {
    !*background: #ffffff;*!
    padding: 30px 0px 30px 0px;
    margin-top: 15px;
}

.new-plan-wrapper {
    background-color: #ffffff;
    padding: 60px;
    width: 332px;
    height: 181px;
    background: #FFFFFF;
    border-radius: 7px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.new-plan-name {
    !* font-family: GE-SS-Two-Medium; *!
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 96%;
}

.new-start-plan-form-wrapper {
    background-color: #ffffff;
    padding: 15px;
    width: 100%;
    height: 181px;
    background: #FFFFFF;
    border-radius: 7px;
    margin-bottom: 15px;
}

.new-start-plan-form-header {
    display: flex;
    align-items: center;
}

.plan-form-label {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #A3A3A3;
}

.plan-form-info {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

.plan-form-info span {
    color: #4051B5;
}

.plan-form-info {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    flex: 0 0 80%;
    max-width: 80%;
    text-align: right;
}

.plan-per-month-price {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #A3A3A3;
}

span.plan-per-price-amount {
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: -1px;
    color: #4051B5;
}

.new-start-plan-form-body {
    display: flex;
    align-items: center;
}

.plan-per-month-price {
    flex: 0 0 100%;
    max-width: 100%;
    float: left;
    width: 100%;
}

a.plan-per-month-btn {
    font-size: 18px;
    line-height: 22px;
    color: #4084F4;
    border: 1px solid;
    padding: 8px 15px;
}

span.plan-per-label {
    width: 70px;
    float: left;
}

!***********************************************************************!*/

.table-bottom-report-stats {
    border: 1px solid #c4c4c4;
}

.table-bottom-report-stats td {
    border: 1px solid #c4c4c4;
    text-transform: capitalize;
    text-align: center;
}

.table-bottom-report-stats th {
    border: 1px solid #c4c4c4;
    color: #263238;
    text-align: center;
    font-weight: normal !important;
    padding: 10px !important;
    font-family: GE-SS-Two-Medium;
}

/*************************** new meetings table **********************/
.meeting-calendar-table {
    font-size: 10px;
    padding: 0;
    direction: ltr;
}

.marketing-leads-col {
    direction: rtl;
}

.meeting-calendar-table td, .meeting-calendar-table th {
    padding: 2px;
    text-align: center;
}

.month-selector {
    cursor: pointer;
}

.meeting-scheduling .date.added {
    background-color: #7ED5FC;
    color: #ffffff;
    border-radius: 50%;
    height: 27px;
    width: 27px;
    line-height: 27px;
    display: inline-block;
}

.meeting-scheduling .date.active {
    background-color: #33B679;
    color: #ffffff;
    border-radius: 50%;
    height: 27px;
    width: 27px;
    line-height: 27px;
    display: inline-block;
}

.top-meeting-filter {
    background-color: #ffffff;
    padding: 12px 20px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.select-user-meeting, .select-status-meeting {
    width: 48%;
    height: calc(2.25rem + 2px);
}

.top-meeting-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000000;
    line-height: 36px;
    text-align: right;
    font-size: 14px;
}

.top-meeting-filter .select2-container--default .select2-selection--single, .top-meeting-filter .select2-container--default .select2-selection--single:focus {
    background-color: #fff;
    border: 0px solid #000000;
    border-radius: 0px;
    height: calc(2.25rem + 2px) !important;
    font-size: 12px;
    font-family: GE-SS-Two-Medium;
    outline: none;
}

.top-meeting-filter .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 7px 6px 0 6px;
    border-color: #000 transparent transparent transparent;
}

.top-meeting-filter .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 33px;
}

.top-meeting-filter .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 6px 7px 6px;
    border-color: transparent transparent #000 transparent;
}

.meeting-calendar-detail {
    margin-bottom: 15px;
    background-color: #ffffff;
    padding: 15px;
    height: 70vh;
    overflow-y: auto;
}

.meeting-calendar-table td {
    font-family: sans-serif;
}

.meeting-calendar-detail::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #787878;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.meeting-calendar-detail::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.meeting-calendar-detail::-webkit-scrollbar {
    width: 6px;
}

.meeting-day-item, .meeting-detail-main-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.2857%;
    -ms-flex: 0 0 14.2857%;
    flex: 0 0 14.2857%;
    max-width: 14.2857%;
    text-align: center;
    color: #595959;
}

.meeting-top-day-wrapper {
    display: flex;
}

.meeting-day-date {
    font-size: 18px;
    margin-bottom: 10px;
    font-family: sans-serif;
}

.meeting-day-name {
    font-size: 12px;
    margin-bottom: 10px;
}

.meeting-time-selector {
    font-size: 10px;
    color: #595959;
}

.meeting-time-wrapper {
    display: flex;
    /*align-items: center;*/
    position: relative;
    border-top: 1.5px solid #D8D8D8;
    min-height: 100px;
}

.meeting-time-selector {
    font-size: 10px;
    color: #595959;
    position: absolute;
    top: -9px;
    background-color: #ffffff;
    display: inline-block;
    padding: 0 5px 0 0;
    text-transform: uppercase;
    font-family: sans-serif;
    direction: ltr;
}

.meeting-details-item {
    text-align: right;
}

.meeting-detail-name {
    color: #3A3B3F;
    font-size: 12px;
    text-transform: capitalize;
}

.meeting-detail-address {
    font-size: 10px;
    color: #595959;
    text-transform: capitalize;
}

.meeting-detail-status {
    font-size: 10px;
}

.meeting-detail-status.canceled {
    color: #EB3232;
}

.meeting-detail-status.pending {
    color: #4051B5;
}

.meeting-detail-status.completed {
    color: #33B679;
}

.meeting-details-item {
    background: #EAF9FF;
    margin: 10px 5px;
    padding: 5px;
}

.meeting-detail-main-item {
    border-right: 1.5px solid #D8D8D8;
    position: relative;
    top: -15px;
    padding-top: 15px;
}

.meeting-time-wrapper .meeting-detail-main-item:first-child {
    border-right: 0px solid #D8D8D8;
}

.meeting-detail-status.rescheduled {
    color: #4084F4;
}

.img-meeting-status {
    width: 12px;
    vertical-align: text-bottom;
    margin-left: 5px;
}

.view-lead-meeting {
    display: inline-block;
    float: left;
}

.see-all-meeting {
    font-size: 12px;
    text-align: right;
    padding-right: 10px;
    text-decoration: underline;
    color: #3A3B3F;
    cursor: pointer;
}

#meeting-detail-modal .modal-content {
    background-color: #F5F5F7;
    direction: rtl;
}

.meeting-detail-popup-heading {
    color: #263238;
    font-size: 16px;
    padding: 10px 0px 0px 10px;
}

.meeting-popup-detail-wrapper {
    background: #ffffff;
    border-radius: 5px;
    margin-top: 15px;
    padding: 10px;
    font-size: 14px;
    font-family: GE-SS-Two-Medium;
}

.date-meeting-popup, .time-meeting-popup, input.form-control.search-text-report, .search-keyword {
    font-family: sans-serif;
}

.time-meeting-popup {
    float: left;
    direction: ltr;
    margin-right: 5px;
}

select.form-control.meeting-time, select.form-control.meeting-duration {
    font-family: sans-serif;
}

input.form-control.folowup-select, th.datepicker-switch {
    font-family: sans-serif;
}

.meeting-detail-popup-heading button.close {
    position: relative;
    top: -20px;
    box-shadow: none;
    right: -8px;
    opacity: 1;
    font-size: 30px;
}

textarea.meeting-outcome-popup {
    width: 100%;
    border: none;
    padding: 5px;
    margin-top: 10px;
    min-height: 100px;
    outline: none;
    border-radius: 5px;
    background-color: #ffffff;
    font-family: GE-SS-Two-Light;
}

textarea.meeting-outcome-popup::placeholder {
    font-size: 14px;
    font-style: sans-serif;
    font-family: GE-SS-Two-Light;
}

td.day {
    font-family: sans-serif;
}

.status-select, .folowup-select {
    width: 100%;
    border: none;
    height: 38px;
    font-size: 14px;
}

#meeting-detail-modal .select2-container {
    width: 100% !important;
}

#meeting-detail-modal .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000000;
    line-height: 36px;
    text-align: left;
    font-size: 14px;
}

#meeting-detail-modal .select2-container--default .select2-selection--single, .top-meeting-filter .select2-container--default .select2-selection--single:focus {
    background-color: #fff;
    border: 0px solid #000000;
    border-radius: 0px;
    height: calc(2.25rem + 2px) !important;
    font-size: 12px;
    font-family: GE-SS-Two-Medium;
    outline: none;
}

#meeting-detail-modal .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 10px 9px 0 9px;
    border-color: #000 transparent transparent transparent;
    margin-left: -20px;
}

#meeting-detail-modal .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 33px;
}

#meeting-detail-modal .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 9px 10px 9px;
    border-color: transparent transparent #000 transparent;
}

.reschedule-meeting, .cancel-meeting {
    color: #000000;
    font-size: 14px;
    text-decoration: underline;
    margin-right: 15px;
}

.btn-meeting-submit {
    background: #1872E7;
    font-size: 14px;
    width: 19%;
    border-radius: 5px;
    height: 37px;
}

.table-meeting-details td, .table-meeting-details th {
    font-size: 12px;
    text-transform: capitalize;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #c4c4c4;
}

.table-meeting-details tr td:nth-child(1), .table-meeting-details tr td:nth-child(3) {
    text-align: left;
}

.meeting-main-completed {
    color: #0A9D59;
}

.meeting-main-canceled {
    color: #EB3232;
}

.table-meeting-details {
    border: 1px solid #c4c4c4;
    box-shadow: 0px 0px 4px 2px #00000020;
}

#meeting-modal .modal-content {
    background-color: #F5F5F7;
    padding-top: 30px;
}

#add-meeting .modal-content {
    background-color: #F5F5F7;
    direction: rtl;
}

.addmeetting-option .form-control::placeholder {
    font-style: normal;
}

.attendees-item {
    width: 33%;
    font-family: sans-serif;
}

.meeting-attendees {
    background: #ffffff;
    padding: 15px;
    font-size: 12px;
    font-family: GE-SS-Two-Medium;
}

.attendees-label {
    margin-bottom: 10px;
    font-weight: bold;
}

.meeting-lead-view {
    float: left;
    margin-right: 0px;
    font-size: 12px;
    font-weight: normal;
    color: #33B679;
}

a.meeting-google-sync {
    background: #1872E7;
    color: #ffffff;
    padding: 4px;
    font-size: 14px;
}

.editable-error-block.help-block {
    color: #ff0000;
    font-size: 10px;
    font-weight: normal;
    margin: 0 0 0 10px;
}

/*********************************************************************/

/***************Activities Progress Start****************/
.lead-bottom-actions.activities-progress-history {
    margin-bottom: 10px;
    position: absolute;
    /*width: 32%;*/
    left: 32%;
    bottom: auto;
    top: 45.7%;
}

.activities-progress-meeting-btn {
    position: absolute;
    left: 17%;
    bottom: -6px;
}

.activities-progress-steps .step {
    font-size: 10px;
    /*font-weight: bold;*/
    text-align: center;
    color: #000000;
    cursor: default;
    margin: 0 0px;
    flex: auto;
    position: relative;
    background-color: #E2E2E6;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background-color 0.2s ease;
    min-height: 17px;
    height: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/*.arrow-steps .step:first-child:before {
    border: none;
}*/

/*.arrow-steps .step:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}*/

.activities-progress-steps .step span:first-child {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.activities-progress-steps .step.done span:before {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease 0.5s;
    -moz-transition: opacity 0.3s ease 0.5s;
    -ms-transition: opacity 0.3s ease 0.5s;
    transition: opacity 0.3s ease 0.5s;
}

.activities-progress-steps .step.current {
    /*color: #fff;*/
    background-color: #1675df;
    color: #FFFFFF;
    /*min-height: 50px;*/
    white-space: nowrap;
    border-radius: 20px;
    margin-top: -4px;
    min-height: 24px;
    height: 24px;
    margin-bottom: -12px;
}

.activities-progress-steps .step.previous {
    background-color: #2DC76D;
}

.activities-progress-steps .step.nexts {
    background-color: #F47272;
}

.step.high-potential-step {
    background: #1872E7;
    color: #ffffff;
    border-radius: 20px;
    margin-top: -2px;
    min-height: 22px;
    height: 22px;
    margin-bottom: -12px;
}

.step.high-potential-step:before {
    clear: both;
    content: "";
    display: block;
    background-color: #1872E7;
    width: 26px;
    height: 22px;
    position: absolute;
    left: -7px;
    right: auto;
    border-radius: 20px;
    z-index: 100;
}

.step.high-potential-step:after {
    clear: both;
    content: "";
    display: block;
    background-color: #1872E7;
    width: 26px;
    height: 22px;
    position: absolute;
    left: auto;
    right: -7px;
    border-radius: 20px;
    z-index: 100;
}

.step.no-status-previous {
    color: #000000;
    background-color: #D6D6D6;
    border-radius: 20px;
    margin-top: -2px;
    min-height: 22px;
    height: 22px;
    margin-bottom: -12px;
}

.step.no-status-previous:after {
    clear: both;
    content: "";
    display: block;
    background-color: #D6D6D6;
    width: 19px;
    height: 22px;
    position: absolute;
    left: auto;
    right: -7px;
    border-radius: 20px;
    z-index: 100;
}

.step.lost-deal-step {
    color: #000000;
    background-color: #ffffff;
    border-radius: 20px;
    margin-top: -2px;
    min-height: 22px;
    height: 22px;
    margin-bottom: -12px;
    box-shadow: 0px 4px 4px #E2E2E6;
}

.step.lost-deal-step:before {
    clear: both;
    content: "";
    display: block;
    background-color: #ffffff;
    width: 26px;
    height: 22px;
    position: absolute;
    left: -7px;
    right: auto;
    border-radius: 20px;
    z-index: 100;
}

/***************Activities Progress END******************/
/*******************DEAL PAGE START CSS*******************/
span.dashboard-info-label small {
    font-size: 18px;
}

.deal-filter {
    background: #FFFFFF;
    border: 0.5px solid #D8D8D8;
    box-sizing: border-box;
    padding: 15px;
    margin-bottom: 30px;
    align-items: center;
}

td.deal-td-name {
    font-style: normal;
    font-weight: bold;
    font-size: 15.8527px;
    line-height: 18px;
    color: #4084F4 !important;
}

td.deal-td-name span {
    margin-left: 15px;
}

tbody.deal-listing tr:nth-of-type(odd) {
    background: #F5F5F7;
    border: 0.495396px solid #C4C4C4;
    box-sizing: border-box;
}

tbody.deal-listing tr:nth-of-type(even) {
    background: #FFFFFF;
    border: 0.495396px solid #C4C4C4;
    box-sizing: border-box;
}

.add-deal-customer {
    background: #ffffff;
    padding: 15px 0px;
    margin-bottom: 40px;
}

.add-deal-customer-bill {
    background: #ffffff;
    padding: 15px 15px;
}

.total-deal-heading {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 15px;
}

a.add-products-list-cta, a.add-customer-list-cta {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    cursor: pointer;
}

a.add-products-list-cta img, a.add-customer-list-cta img {
    margin-right: 10px;
}

.deal-product-listing tbody.deal-listing tr:nth-of-type(odd) {
    background-color: #ffffff;
}

.customer-name-deal {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    /*line-height: 16px;*/
    color: #4051B5;
}

.customer-phone-deal {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    /*line-height: 14px;*/
    color: #000000;
    font-family: Lato;
}

.customer-email-deal {
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    /*line-height: 14px;*/
    color: #000000;
}

.customer-re-deal {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    /*line-height: 16px;*/
    color: #000000;
}

span.deal-status {
    background: #F8FAFB;
    border-radius: 22px;
    /*padding: 5px 15px;*/
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    font-family: 'GE-SS-Two-Light';
}

span.deal-status img {
    margin-right: 10px;
    margin-top: -2px !important;
}

.select.person-charge-team-role {
    padding: 10px 5px;
    font-size: 14px;
    border: 2px solid #c7c7c7;
    width: 156px;
    font-family: 'GE-SS-Two-Medium' !important;
}

.deal-pop-heading {
    font-size: 18px;
    line-height: 40px;
    color: #000000;
}

.modal-dialog.deal-modal-area {
    max-width: 950px;
    margin: 100px auto;
}

span.product-name {
    font-size: 14px;
    line-height: 17px;
    color: #1A2325;
}

span.product-content {
    font-size: 12px;
    color: #1A2325;
    font-family: GE-SS-Two-Medium;
}

span.product-sku {
    font-size: 12px;
    color: #1A2325;
}

.customer-address-deal {
    font-family: GE-SS-Two-Medium;
    margin-top: 15px;
    font-size: 14px;
    /*line-height: 17px;*/
    color: #000000;
}

.table.product-order-table tr {
    background: #ffffff;
    border: .5px solid #000000 !important;
    border-bottom: 1pt solid black;
    border-collapse: collapse;
    margin-bottom: 15px;
}

.customer-table tr {
    background: #ffffff;
    border: .5px solid #000000;
    border-collapse: collapse;
    margin-bottom: 15px;
    border-top: 0px;
}

input.product-quantity {
    width: 28px;
    border: 0px;
}

.table.product-order-table tr td {
    align-items: center;
    vertical-align: middle;
    border: 0px solid #ffffff;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #1A2325;
}

.deal-review {
    line-height: 16px;
    font-family: Lato;
}

.deal-review td:first-child {
    font-family: 'GE-SS-TWO-MEDIUM';
}

button.btn.btn-default.deal-pop-up-action-cta {
    float: left !important;
}

.dashboard-stats .col-md-7.pl-0 {
    padding-left: 15px !important;
}

.row.dvdpup-deal-customer-info {
    background-color: #ffffff;
    padding: 15px 0px;
    margin-bottom: 15px;
}

.customer-table tr td {
    align-items: center;
    vertical-align: middle;
    border: 0px solid #ffffff;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #1A2325;
}

span.order-subtotal {
    font-size: 14px;
    line-height: 17px;
    color: #1A2325;
}

span.order-amount {
    font-size: 14px;
    line-height: 17px;
    color: #1A2325;
    text-align: right;
    float: right;
}

span.order-taxes {
    font-size: 14px;
    line-height: 17px;
    color: #4084F4;
}

span.order-total {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #1A2325;
}

.order-created {
    background: #F5F5F7;
    border-radius: 4px;
    padding: 12px;
    margin-bottom: 15px;
}

label.order-label {
    font-style: normal;
    font-weight: 300;
    font-size: 11px;
    color: #000000;
    clear: both;
    width: 100%;
    margin-bottom: 0;
    line-height: 0;
}

label.Added-label {
    font-style: normal;
    font-weight: 300;
    font-size: 8px;
    line-height: 9px;
    text-align: justify;
    color: #757575;
    width: 100%;
}

a.create-deal-invoice-btn {
    cursor: pointer;
    color: #ffffff !important;
    background: #1872E7;
    padding: 7px 19px;
    font-size: 14px;
    display: inline-block;
}

.order-customer-wapper {
    width: 100%;
    float: left;
}

.order-customer-info {
    width: 48%;
    float: left;
    padding-right: 13%;
}

.order-created-date {
    font-style: normal;
    font-weight: 500;
    font-size: 8px;
    line-height: 10px;
    text-align: justify;
    color: #000000;
    float: right;
}

.order-total-label {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #1A2325;
}

.table.total-order-table tr:nth-of-type(odd) {
    background: #ffffff;
    border: 0px;
    box-sizing: border-box;
}

.total-order-bill {
    background: #ffffff;
    padding: 15px 15px;
}

table.table.total-deal-table tr:nth-of-type(odd) {
    background: #ffffff;
    border: 0.495396px solid #C4C4C4;
    box-sizing: border-box;
}

h4.add-first-product- {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #000000;
}

h4.add-first-product- a {
    color: #4084F4;
    text-decoration: underline;
}

.modal-dialog.add-first-product-dialog, .modal-dialog.Add-service-dialog, .modal-dialog.Add-Item-dialog {
    width: 704px !important;
    max-width: 704px;
    padding: 15px;
    background: #f5f5f7;
    border-radius: 12px;
}

.add-product-items-table tr {
    background: #ffffff;
    border: .5px solid #000000 !important;
    border-bottom: 1pt solid black;
    border-collapse: collapse;
    margin-bottom: 15px;
}

.add-product-items-table tr td {
    align-items: center;
    vertical-align: middle;
    border: 0px solid #ffffff;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #1A2325;
}

.modal-dialog.add-first-product-dialog .modal-content, .modal-dialog.Add-Item-dialog {
    background-color: #ffffff;
    padding: 15px;
}

button.Add-Item-btn {
    cursor: pointer;
    color: #ffffff !important;
    background: #1872E7;
    padding: 7px 19px;
    font-size: 14px;
    display: inline-block;
    border: 0;
    margin-top: 5px;
}

button.Add-Item-btn.update-product {
    cursor: pointer;
    color: #ffffff !important;
    background: #1872E7;
    padding: 7px 19px;
    font-size: 14px;
    display: inline-block;
    border: 0;
    margin-top: 5px;
}

.modal-dialog.Add-service-dialog .modal-content {
    padding: 15px 0px;
}

.modal-dialog.add-first-product-dialog .modal-body, .modal-dialog.Add-service-dialog .modal-body {
    /*background-color: #ffffff;*/
    padding: 0px;
}

.table-lead-sequence.add-product-items-table tr:nth-of-type(odd) {
    background: #ffffff;
}

.search-items {
    border: 1px solid #000000;
    padding: 0px;
    /*width: 97.4%;*/
    background: #ffffff;
}

#search_products {
    border: none;
}

.btn-add-item {
    cursor: pointer;
    color: #ffffff !important;
    background: #1872E7;
    padding: 7px 19px;
    font-size: 14px;
    display: inline-block;
}

input.search-input-items.form-control {
    border-radius: 0px;
    width: 100%;
    border: 0px solid #C7C7C7;
    font-size: 18px;
    color: #464A4C;
    padding: 0px;
}

.close-deal-product-modal {
    position: absolute;
    top: -22px;
    left: -22px;
    background: #ffffff;
    border-radius: 50%;
}

#add-deal-customer {
    height: 488px;
    background-color: #ffffff;
    padding: 15px 0px;
}

.deal-product-added-thumbnail {
    height: 170px;
}

.deal-remove-product {
    font-size: 14px;
    text-decoration-line: underline;
    color: #000000;
    cursor: pointer;
}

.deal-product-added-detail, .deal-product-added-id, .deal-product-added-name {
    font-size: 15px;
}

/*form#deal_form .dashboard-stats {
    height: 95vh;
}*/
.deal-product-added-price {
    font-size: 18px;
}

.share-deal-product {
    margin-top: 2px;
    margin-left: 15px;
}

.round.deal-prod-check-summery {
    float: right !important;
}

.cash-deal-label {
    margin: 22px 35px 20px 0px;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #1A2325;
}

/*
.round.deal-prod-check-summery {
    margin-right: 14px;
}*/

.products-details {
    overflow-y: scroll;
    max-height: 325px;
    width: 100%;
    margin-top: 10px;
}

.product-detail {
    margin-top: 6px;
    font-size: 14px;
}

.product-name {
    margin-top: 10px;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

.product-price {
    margin-top: 8px;
    color: #4084F4;
    font-size: 18px;
}

.product-id {
    margin-top: 15px;
    font-size: 15px;
}

.product-info {
    margin-left: 15px;
}

.products-details::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #787878;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.products-details::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.products-details::-webkit-scrollbar {
    width: 6px;
}

/*
input#search_items {
    border-radius: 0px;
    width: 100%;
    border: 0px solid #C7C7C7;
    font-size: 18px;
    color: #464A4C;
    padding: 0px;
}*/
h3.add-new-customer-heading {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #000000;
    width: 100%;
    text-align: right !important;
}

input.add-customer-fields {
    border: 1px solid #D6D6D6;
    box-sizing: border-box;
    border-radius: 6px;
    width: 100%;
    margin-bottom: 15px;
    padding: 8px;
}

.add-product-items-table {
    margin-bottom: 0px;
}

.add-product-items-table tr {
    background: #ffffff;
    border: .5px solid #000000 !important;
    border-bottom: 1pt solid #ffffff;
    border-collapse: collapse;
    margin-bottom: 15px;
}

.add-product-items-table tr td {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    border: 0px solid #000000 !important;
}

.Add_customer-dialog .modal-body {
    padding: 15px 0px;
}

input.add-customer-cta-btn {
    cursor: pointer;
    background: #FFF217;
    padding: 7px 19px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    border: 0px;
}

input.add-customer-fields::placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

.add-Item-fields {
    width: 100%;
    background: #FFFFFF;
    border: 0.8px solid #757474;
    box-sizing: border-box;
    padding: 0px 10px;
    font-size: 12px;
    height: 30px;
    font-family: GE-SS-Two-Light;
}

.add-Item-fields::placeholder {
    font-family: GE-SS-Two-Light !important;
}

.add-Item-fields::placeholder {
    color: #000000;
}

#char-left {
    font-size: 10px;
    text-align: right;
    bottom: 30px;
    right: 10px;
}

.description-add {
    height: 90px;
    background: #FFFFFF;
    border: 0.8px solid #757474;
    box-sizing: border-box;
}

.unit-detail {
    padding-right: 15px !important;
    padding-left: 0px !important;
}

.unit-detail-0 {
    padding-left: 0px;
    padding-right: 0px;
}

label.add-Item-label {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    width: 100%;
    margin-top: 15px;
}

.add-Item-fields.item-photo-service {
    height: 102px;
    padding: 19px;
    margin-bottom: 15px;
}

input.Add-Item-btn {
    cursor: pointer;
    background: #FFF217;
    padding: 7px 19px;
    font-size: 14px;
    display: inline-block;
    border: 0px;
    color: black;
    font-weight: 700;
    float: left;
    margin-top: 10px;
}

.modal-dialog.Add-Item-dialog .modal-content {
    background-color: #ffffff;
    border: 0px;
    direction: rtl;
}

input#Companyname_Id::placeholder, select#select_list_name::placeholder {
    color: #000000;
    font-size: 15px !important;
}

/*******************DEAL PAGE END CSS*******************/
.email-labels {
    /*color: red;*/
    min-width: 100px;
    display: inline-block;
}

.email-text-format {
    font-size: 14px;
    margin-top: 15px;
    direction: ltr;
}

.label-info {
    color: red;
}

.email-temp-heading {
    font-size: 18px;
    color: #4084F4;
}

.btn-add-template {
    border: 2px solid #4084F4;
    color: #4084F4;
    font-size: 14px;
}

.email-template-table tr {
    background-color: #ffffff;
    height: 40px;
}

.email-template-table {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.email-template-table th {
    font-family: 'GE-SS-Two-Light';
    text-align: center;
}

.email-template-table tr td {
    border: 2px solid #d8d8d8;
}

.email-template-table thead {
    font-weight: bold;
}

.email-template-detail {
    margin-top: 20px;
}

.top-heading-bar {
    background-color: #666464;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 10px 10px 0 0;
}

.template-info {
    background: #ffffff;
    color: #000000;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 2px 9px;
}

.to-email, .subject-email {
    color: #7B7B7B;
    font-family: 'GE-SS-Two-Light';
}

.email-to-template, .email-subject-template {
    width: 100%;
    color: #1872E7;
    margin-bottom: 8px;
    margin-top: 8px;
    border-bottom: 1px solid #d8d8d8;
    padding: 0 15px;
}

.bottom-tempate-detail {
    background: #ffffff;
    padding: 15px;
}

#listinfo, #req-type, #req-source {
    color: #1872E7;
    font-family: 'Lato';
}

.not-changed, .changed {
    background-color: #4084F4;
    height: 30px;
    width: 30px;
    margin-bottom: 10px;
}

.changed {
    background-color: #000000;
}

.email-template-legends {
    bottom: 35px;
    position: absolute;
    right: 35px;
    width: 340px;
    font-size: 14px;
}

.btn-cancel {
    background: none;
}

/***************************/


/*********************** lead attribute page ********************/
.leads-entry-table {
    width: 100%;
}

.leads-entry-table th, .leads-entry-table td {
    padding: 10px 5px;
    border: 3px solid #f3f3f3;
    background: #ffffff;
    color: #000000;
    text-align: center;
    font-family: GE-SS-Two-Light;
}

.attr-sel {
    width: 20px;
}

.lock-field {
    margin-right: 20px;
    position: absolute;
    top: 18px;
}

.sel-opt-attr {
    border: 0px;
    width: 48%;
    outline: none;
    display: inline;
    font-family: 'GE-SS-Two-Light';
}

.btn-save-attribute {
    background-color: #FFF217;
}

img.white-lock-tab {
    margin-left: 10px;
}

li.btn-products-services a {
    font-family: Helvetica;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    color: #000000 !important;
}

li.btn-products-services {
    background: #ffffff;
    border-radius: 3px;
    padding: 15px 21px !important;
    border: 0.8px solid #757474 !important;
    margin-right: 15px !important;
}

li.btn-products-services.active {
    background: #4084F4;
    border: 0px !important;
}

li.btn-products-services.active a {
    color: #ffffff !important;
}

/*****************Payment Setup*****************/
.payment-setup-table thead th {
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    background: #FFFFFF;
    border: 0.5px solid #C4C4C4 !important;
    box-sizing: border-box;
}

tbody.payment-setup-tbody td {
    text-align: left;
    padding: 10px 10px 10px 10px;
    background-color: #ffffff !important;
    border: 0.5px solid #C4C4C4 !important;
    font-family: Lato;

}

#Modal_Payments .modal-content {
    background-color: #ffffff;
    padding: 15px;
}

#Modal_Payments .modal-body {
    background-color: #f3f3f3;
    padding: 15px;
    border-radius: .3rem;
}

.payment-setting-fields {
    width: 100%;
    margin-bottom: 10px;
    background: #FFFFFF;
    font-family: Helvetica;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    border: 0px;
    padding: 6px 15px;
}

#Modal_Payments .modal-dialog {
    max-width: 848px !important;
    margin: 30px auto;
}

.Payments-setting-form .col-md-8, .Payments-setting-form .col-md-12 {
    padding: 0px;
}

textarea.payment-setting-fields, select.payment-setting-fields, select.payment-setting-fields option {
    width: 100%;
    margin-bottom: 10px;
    background: #ffffff;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 21px;
    color: #757575;
    border: 0px;
    padding: 6px 15px;
    font-family: Helvetica !important;
}

textarea#payment_name {
    margin-bottom: 4px;
    padding-bottom: 0px;
    height: 80px;
}

.payment-preview-wrapper {
    height: auto;
    background: #FFFFFF;
    width: 100%;
}

.payment-preview-heading {
    font-family: GE-SS-Two-Medium;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
}

.payment-preview-wrapper {
    height: auto;
    background: #FFFFFF;
    width: 100%;
    padding: 15px;
    margin-bottom: 119px;
}

.payment-preview-monthly {
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}

.payment-preview-duration {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #6D6D6D;
}

input.add-payment-preview-cta-btn {
    padding: 7px 25px;
    background: #FFF217;
    border: 0px;
    color: #000000;
    font-weight: 400;
    font-family: GE-SS-Two-Medium;
    margin-right: 15px;
}

.cancel-payment-preview-cta-btn {
    background-color: #3d4fb9;
    border-color: #3d4fb9;
    padding: 9px 25px;
    margin-top: -4px;
    border: 0px;
    color: #000000;
    font-weight: 400;
    font-family: GE-SS-Two-Medium;
}

li.btn-products-services:after {
    border-right: 0px solid #a7a7a7 !important;
}

li.btn-products-services img.white-lock-tab {
    filter: invert(1);
}

li.btn-products-services.active img.white-lock-tab {
    filter: initial;
}

/****************************************************************/

/*********************** ADD / EDIT lead popup tweak ************************************/
#frmAddLeadCustom .form-control, #frmEditLead .form-control {
    font-size: 12px;
}

#frmAddLeadCustom .form-file-hide, #frmEditLead .form-file-hide {
    display: none;
}

.file-wrapper {
    font-size: 12px;
    font-weight: normal;
    font-family: GE-SS-Two-Medium;
    border: 1px solid rgba(0, 0, 0, .15);
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    cursor: pointer;
    background-color: #f0f0f0;
    text-transform: capitalize;
}

.filename-leads {
    font-size: 10px;
    word-break: break-all;
    font-family: GE-SS-Two-Medium;
    /*position: absolute;*/
}

.lead-form-label {
    font-size: 12px;
    text-transform: capitalize;
    color: #595959;
    font-family: GE-SS-Two-Medium;
}

.lead-req {
    right: 3px;
    top: -0.1em;
    font-size: 14px;
    color: #ff0000;
}

.lead-file-wrapper:last-child {
    left: 10px;
    position: absolute;
    top: 9px;
}

div#edit-lead {
    direction: rtl;
}

.file-wrapper {
    margin-bottom: 10px;
}

.select-span-option {
    background-color: #F5F5F7;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 12px;
    font-family: GE-SS-Two-Medium;
    cursor: pointer;
}

.selection-option-wrapper {
    width: 100%;
}

.select-span-option.active {
    background-color: #d0d0d0;
}

/********************************************************************************/
.uploaded-pic.product-image {
    margin: 0;
}

.add-Item-fields.item-photo-service.product-item {
    height: 102px;
    padding: 19px;
    overflow-y: auto;
    margin-bottom: 15px;
}

/****************Campaign Page CSS Start******************/
.campaign-filter {
    background: #FFFFFF;
    border: 0.5px solid #D8D8D8;
    box-sizing: border-box;
    padding: 15px;
    margin-bottom: 30px;
    align-items: center;
}

.table-campaign {
    direction: rtl;
}

select.select.campaign-status {
    padding: 9px 5px;
    font-size: 14px;
    border: 2px solid #c7c7c7;
}

.new-campaign-btn {
    cursor: pointer;
    color: #ffffff;
    background: #1872E7;
    padding: 7px 19px;
    font-size: 14px;
    display: inline-block;
}

.new-campaign-btn img {
    width: 20px;
    top: -1px;
    position: relative;
    margin-left: 8px;
}

.table-campaign thead th {
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    background: #FFFFFF;
    border: 0.5px solid #C4C4C4 !important;
    box-sizing: border-box;
}

.table-campaign thead th, .table-campaign tbody tr {
    text-align: center;
    vertical-align: middle;
}

td.campaign-td-name, td.campaign-td-Status, td.campaign-td-Budget, td.campaign-td-CPL, td.campaign-td-Date, td.campaign-td-name, td.campaign-td-Action, td.campaign-td-Leads {
    font-size: 16px;
    line-height: 23px;
    border: 0.5px solid #C4C4C4;
    text-align: center;
    vertical-align: middle;
}

td.campaign-td-name {
    color: #1872E7;
}

#char-left-update {
    font-size: 10px;
    text-align: right;
    bottom: 30px;
    right: 10px;
}

#add-new-campaign select.form-control, textarea#campaign_description {
    font-size: 12px;
    line-height: 21px;
    color: #000000;
}

.campaign_image img {
    width: 100%;
}

.add-campaign-image {
    background-color: #ffffff;
    padding: 6px 15px 0px;
    margin-top: -16px;
    border: 1px solid rgba(0, 0, 0, .15);
    font-size: 11px;
    font-family: GE-SS-Two-Medium;
    margin-bottom: 8px;
}

.add-campaign-image img {
    margin-right: 6px;
}

.campaign_image {
    height: 310px;
    overflow: hidden;
}

button.create-campaign-btn {
    background: #FFF217;
    border: #FFF217;
    color: #000000;
}

.form-control:disabled::placeholder, .form-control:disabled {
    color: #D1D1D1;
}

.disabled {
    color: #d1d1d1;
}

/****************Campaign Page CSS Start******************/

/****************************** tags *********************/
input.form-control.leads-tag {
    width: 303px;
    border-radius: 0px;
    float: right;
    background-color: #ffffff;
    border: 1px solid #000000;
    margin-left: 10px;
}

.Add-new-tag-button {
    padding: 11px 15px;
    float: right;
    margin: 0px 0px;
    background-color: #1872E7;
    border-color: #1872E7;
    border-radius: 0px;
    font-size: 12px;
}

span.configuration-tag-item {
    background: #eeeeee;
    padding: 5px 10px;
    border-radius: 21px;
    display: inline-block;
    font-size: 12px;
    margin-top: 10px;
    font-family: sans-serif;
}

.row.marketing-leads-status-table {
    float: left;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    background: #ffffff;
    margin-bottom: 10px;
    direction: rtl;
}

.del_stat {
    float: left;
}

form#frmAddTags {
    float: left;
    width: 100%;
}

i.fa.fa-pencil-square-o.edit_tag {
    float: none;
    margin-right: 15px;
}

td.leads-tag {
    font-size: 12px;
}

/*********************************************************/
.main-siderbar-menu {
    font-size: 12px !important;
    padding-top: 22px;
    margin-bottom: 0px;
    padding-right: 0;
}

.main-siderbar-menu li {
    margin: 8px 0px;
    direction: rtl;
}

i.fa.fa-fw.fa-angle-down.pull-right {
    margin-top: 5px;
}

.main-siderbar-menu li a:hover {
    color: #4084F4;
    text-decoration: none;
}

/**********************MY Reports Start**************************/
.export-reports-table thead {
    background-color: #ffffff;
    border-bottom: #f3f3f3 4px solid;
}

td.export-reports-tt-name {
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

td.export-reports-tt-description {
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

td.export-reports-tt-scheduled {
    font-size: 16px;
    line-height: 19px;
    color: #4084F4;
}

td.export-reports-tt-recepient {
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.export-reports-table tbody td {
    border: 0px;
}

.export-reports-table tbody tr td {
    vertical-align: middle;
}

.export-reports-table tbody {
    background-color: #ffffff;
}

.add-new-report-btn {
    cursor: pointer;
    color: #1872E7;
    padding: 7px 19px;
    font-size: 14px;
    display: inline-block;
    border: 2px solid #1872E7;
    box-sizing: border-box;
}

span.add-new-report-btn img {
    margin-left: 10px;
}

.pipeline-heading a {
    color: #4084F4;
}

.reports-sub-heading a {
    color: #4084F4;
    text-transform: capitalize;
    margin: 20px 0px;
    font-size: 18px;
}

/**********************MY Reports END**************************/

/************* create deal page *****************************/
.del-prod-photo.product-del-photo {
    /* margin-bottom: 10px; */
    position: relative;
    right: -10px;
    z-index: 10;
    font-size: 15px;
    cursor: pointer;
    border: 1px solid #000000;
    border-radius: 25px;
    width: 20px;
    height: 20px;
    text-align: center;
    top: 0px;
    background: #ffffff;
}

.req-title.clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.customer_result {
    /*margin-top: 15px;*/
    overflow-y: scroll;
    max-height: 325px;
}

.deal-prod-thumbnail {
    object-fit: cover;
    height: 192px;
    width: 260px;
    float: right;
}

.base-row.row {
    padding-right: 15px;
}

.deal-prod-check {
    float: none;
}

.deal-products-details {
    width: 100%;
}

.deal-prod-check label {
    left: calc(50% - 28px);
    top: -5px;
}

.product-content {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 330px;
    font-size: 12px;
    font-family: GE-SS-Two-Medium;
}

.deal-lead-check {
    float: none;
}

.deal-lead-check label {
    height: 22px;
    left: 50%;
    top: -3px;
    width: 22px;
}

.deal-lead-check label:after {
    height: 7px;
    left: 3px;
    position: absolute;
    top: 5px;
    width: 13px;
}

.modal-dialog.Add-service-dialog .modal-content {
    border: 0px;
    background: #f5f5f7;
}

.img-head {
    width: 12%;
}

.Add-customer-dialog {
    min-width: 704px;
    max-width: 704px;
    min-height: 538px;
}

a#add_customer_to_order {
    float: left;
    margin-bottom: 10px;
}

.modal-dialog.Add-customer-dialog .modal-content {
    background: #F5F5F7;
    border-radius: 12px;
    direction: rtl;
}

.search-customer {
    /*width: 97.6%;*/
    border: 1px solid #000000;
}

.customer-addres-title {
    color: #4084F4;
}

.customer_result::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #787878;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.customer_result::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.customer_result::-webkit-scrollbar {
    width: 6px;
}

customer-phone {
    font-family: GE-SS-Two-Medium;
}

.close-modal {
    position: absolute;
    top: -12px;
    right: -12px;
    background: #ffffff;
    border-radius: 50%;
    width: 31px;
    height: 31px;
}

/*******************************************************/


/****************** lead listing page changes *************/
.lead-view-image img {
    width: 40px;
    border-radius: 50%;
    height: 40px;
    object-position: center;
    object-fit: cover;
}

.lead-view-close {
    position: absolute;
    right: -10px;
    top: -10px;
    background: #ffffff !important;
    opacity: 1;
}

.lead-view-lead_name {
    font-weight: 700;
    font-size: 18px;
    text-transform: capitalize;
}

.lead-view-field-wrapper, .lead-view-tags {
    font-size: 12px;
    margin-bottom: 5px;
}

span.tags-view {
    float: right !important;
    width: 94px !important;
}

span.lead-view-tags.tags-view-show {
    width: 60% !important;
}

.lead-view-icon {
    margin-left: 10px;
}

.view-more-lead {
    font-family: GE-SS-Two-Light;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #1872E7;
    float: left;
}

.lead-title.delayed {
    color: #EB3232;
    font-size: 14px;
}

.more-action-side-bar {
    background-color: #ffffff;
    padding: 25px;
    width: 23%;
}

.more-action-menu-item {
    margin-bottom: 15px;
    font-size: 14px;
    cursor: pointer;
    color: #979797;
}

.more-action-menu-item.active {
    color: #4084F4;
}

.more-action-menu-icon {
    margin-left: 10px;
    vertical-align: bottom;
}

.more-action-row {
    display: flex;
    direction: rtl;
}

.more-action-details {
    width: 77%;
    padding: 20px;
}

button.btn.btn-default.more-feedback-button {
    background: #FFF217;
    color: #000000;
    border: none;
    width: 200px;
    text-transform: capitalize;
    float: left;
    margin-left: 0px !important;

}

span.clear-comments {
    color: #1872E7;
    font-size: 10px;
    text-decoration: underline;
    float: left;
    margin-top: 5px;
    cursor: pointer;
}

.more-tabs {
    display: none;
    direction: rtl;
}

.more-tabs:first-child {
    display: block;
}

button.close.more-info-close {
    position: absolute;
    top: -10px;
    right: -10px;
    opacity: 1;
    background-color: #ffffff;
}

table.table.table-striped.table-meeting-details th {
    background: #ffffff;
}

.table-meeting-details tr:nth-of-type(odd) {
    background: #f5f5f5 !important;
}

.table-meeting-details tr:nth-of-type(even) {
    background: #ffffff !important;
}

table.table.table-striped.table-meeting-details td {
    padding: 13px;
}

.meeting-lead-phone-main {
    font-family: sans-serif;
}

.meeting-time-main {
    font-size: 10px;
    font-family: sans-serif;
    margin-top: 5px;
}

.meeting-date-main {
    font-family: sans-serif;
}

.meeting-details {
    max-height: 375px;
    overflow-y: scroll;
}

.meeting-details::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #787878;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.meeting-details::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.meeting-details::-webkit-scrollbar {
    width: 6px;
}

.call-log-base {
    display: flex;
    max-height: 375px;
    overflow-y: scroll;
}

.call-log-base::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #787878;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.call-log-base::-webkit-scrollbar {
    width: 6px;
}

.call-log-base::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.deal-discount-total {
    display: flex;
    width: 100%;
    margin-top: 6px;
}

.deal-discount-input::placeholder {
    font-size: 10px;
}

.total-input-final {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #1A2325;
    width: 50%;
}

.total-lable {
    color: #757575;
    width: 50%;
    font-size: 12px;
    line-height: 30px;
}

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

#total-price-aftdisc {
    font-family: 'Lato';
}

.total-input {
    color: #757575;
    width: 50%;
    font-size: 16px;
    font-family: 'Lato';
}

.total-lable {
    width: 50% !important;
}

.deal-discount-input {
    border: 0;
    border-bottom: 1px solid black;
    width: 78%;
}

.call-log-left {
    width: 50%;
}

.call-log-detail-wrapper {
    background: #ffffff;
    display: flex;
    padding: 15px;
    position: relative;
}

.call-log-detail-title {
    font-size: 10px;
    color: #767676;
}

.call-log-detail-count {
    color: #000000;
    font-size: 12px;
}

.call-log-detail-wrapper:after {
    content: " ";
    width: calc(100% - 30px);
    position: absolute;
    border-bottom: 1px solid #f2f2f4;
    bottom: 0px;
    left: 15px;
}

.call-log-detail-wrapper-bottom {
    background: #ffffff;
    margin-top: 5px;
    display: flex;
    padding: 15px 0;
    font-size: 16px;
    text-align: right;
}

.call-log-timeline-item {
    display: flex;
    background: #ffffff;
    margin-bottom: 10px;
    padding: 5px 15px;
    font-size: 12px;
    /*align-items: center;*/
    position: relative;
}

.col-log-right {
    width: calc(50% - 40px);
    margin-right: 40px;
}

.call-log-timeline-date {
    color: #979797;
    font-family: 'Lato';
}

.call-log-timeline-duration {
    color: #979797;
    font-size: 10px;
    text-align: right;
    font-family: GE-SS-Two-Medium;
}

.call-log-timeline-icon {
    width: 40px;
}

.call-log-timeline-side-line {
    position: absolute;
    transform: rotate(-90deg);
    left: -46px;
    font-size: 8px;
    top: 26px;
}

.call-log-timeline-side-line:after {
    content: " ";
    position: absolute;
    border: 1px solid #2DC76D;
    border-radius: 50%;
    width: 11px;
    height: 11px;
    top: 14px;
    right: 14px;
    background-color: #ffffff;
}

.call-log-timeline-side-line:before {
    content: ' ';
    width: 1px;
    height: 71px;
    position: absolute;
    transform: rotate(-90deg);
    right: 18px;
    top: -16px;
    border-left: 2px solid #ffffff;
}

.call-log-timeline-details {
    width: calc(100% - 40px);
}

.call-log-timeline-icon-image {
    margin-top: 5px;
}

.lead-more-filters-wrapper {
    display: flex;
    visibility: hidden;
}

.top-filter div.show-more-filters {
    color: #1872E7;
    font-size: 12px;
    cursor: pointer;
    /*margin-top: 3px;*/
}

.call-history-base {
    display: flex;
}

.call-history-left {
    width: 40%;
}

.call-history-right {
    width: 60%;
}

.call-history-meetings, .call-history-calls, .call-history-chat, .call-history-total-calls, .call-activities-wrapper {
    background-color: #ffffff;
    padding: 10px;
    margin-bottom: 10px;
}

.time-ago {
    font-size: 11px;
    padding: 0;
    margin-top: 5px;
}

.calls-contact {
    font-size: 11px;
    padding: 0;
    margin-top: 5px;
}

.internal-chat-history {
    font-size: 12px;
    padding: 0px;
}

.history-internal-chat-img {
    width: 25px;
}

.call-history-counter {
    font-size: 11px;
    color: #ffffff;
    position: absolute;
    left: 0;
    top: 3px;
    width: 100%;
    text-align: center;
    font-family: sans-serif;
}

p.dup-dated {
    font-family: sans-serif;
}

.log-activities-title.active {
    font-size: 12px;
}

.log-activities-title {
    font-size: 12px;
    direction: rtl;
}

.call-history-right {
    max-height: 480px;
    overflow-y: scroll;
}

.call-history-right::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #787878;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.call-history-right::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.call-history-right::-webkit-scrollbar {
    width: 6px;
}

.tags-wrapper .select2-selection__rendered {
    border: 1px solid #CCCCCC;
    padding: 0 5px 5px !important;
    border-radius: 5px;
}

/***********************************************************/
.export-pipeline {
    font-size: 14px;
    text-decoration: underline;
    margin-left: 20px;
}

.lead-tags {
    color: #606364;
    text-align: right;
}

/************************ Deal's Invoices POPup START*************************/
.deal-invoices-popup-row {
    display: flex;
    direction: rtl;
}

.deal-invoices-popup-side-bar {
    background-color: #ffffff;
    padding: 25px;
    width: 23%;
}

.deal-invoices-popup-menu-item {
    margin-bottom: 15px;
    font-size: 14px;
    cursor: pointer;
    color: #979797;
}

.deal-invoices-popup-menu-item.active {
    color: #4084F4;
}

button.btn.btn-default.deal-invoices-popup-button {
    background: #FFF217;
    color: #000000;
    border: none;
    width: 200px;
    text-transform: capitalize;
    float: right;
}

.deal-invoices-popup-icon {
    margin-right: 10px;
    vertical-align: bottom;
}

span.upload-reference-img {
    padding: 2px 10px;
    background: #ffffff;
    width: 100%;
    float: left;
    height: 40px;
}

form.deal-invoices-reference-form > .form-group {
    padding: 0px 0px 10px 0px;
    margin-bottom: 0px;
    float: left;
    width: 100%;
}

.deal-invoices-popup-menu-icon {
    margin-left: 10px;
    vertical-align: bottom;
}

form.deal-invoices-reference-form > .form-group > label {
    color: #1872E7;
    margin-left: 20px;
    width: 150px;
    float: right;
    text-align: center;
    font-size: 14px;
    text-transform: capitalize;
    background: #ffffff;
    padding: 10px;
}

form.deal-invoices-reference-form > .form-group > select {
    width: 71%;
    /* height: 35px; */
    border: 0px;
    cursor: pointer;
    padding: 11px;
    background-color: #ffffff;
    font-size: 12px;
    font-family: GE-SS-Two-Light;
}

button.close.deal-invoices-info-close {
    position: absolute;
    top: -10px;
    right: -10px;
    opacity: 1;
    background-color: #ffffff;
}

.deal-invoices-popup-details {
    width: 77%;
    padding: 20px;
}

.call-history-base {
    display: flex;
}

.invoices-history-right {
    max-height: 480px;
    overflow-y: scroll;
}

.invoices-history-right {
    width: 100%;
}

.invoices-history-right::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #787878;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.invoices-history-right::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.invoices-history-right::-webkit-scrollbar {
    width: 6px;
}

.deal-invoices-history-status {
    position: absolute;
    font-family: GE-SS-Two-Medium;
    font-style: normal;
    font-size: 11px;
    color: #2DC76D;
}

.invoices-history-status-created {
    color: #2DC76D;
}

.invoices-history-status-paid {
    color: #2DC76D;
}

.invoices-history-status-refunded {
    color: #4084F4;
}

.invoices-history-time {
    font-size: 10px;
    transform: rotate(-90deg);
    width: 108px;
    position: absolute;
    top: 38px;
    right: -35%;
    text-align: center;
    text-transform: capitalize;
}

.invoice-ptint-dropdown.dropdown.open .dropdown-menu {
    display: block;
}

.invoice-ptint-dropdown div#dropdownMenuButton {
    width: 75px;
}

.invoice-ptint-dropdown .dropdown-menu {
    /*left: -131px;*/
    font-size: 10px;
}

.invoice-ptint-dropdown.dropdown {
    color: #4084F4;
}

/************************ Deal's Invoices POPup END*************************/

.export-link, .export-link-month, .export-link-life, .export-selector {
    font-size: 14px;
    color: #1872E7;
    text-decoration: underline;
    line-height: 38px;
    cursor: pointer;
}

.dropdown-selector .export-link, .dropdown-selector .export-link-month, .dropdown-selector .export-link-life {
    width: 100%;
    display: block;
    line-height: 20px;
    text-align: right;
}

.export-selector:after {
    content: " ";
    height: 5px;
    width: 5px;
    border-top: 5px solid #000000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 13px;
    margin-left: 10px;
    position: relative;
}

.dropdown-selector {
    position: absolute;
    left: 0px;
    background-color: #ffffff;
    padding: 0 7px;
    border: 1px solid #cacaca;
}

.sel-team-leader {
    padding: 9px 5px;
    font-size: 14px;
    float: none;
    width: 100%;
    outline: none;
    /*margin-right: 5px;*/
    border: 0px solid #000000;
    border-radius: 0px;
    background-color: #ffffff;
    /*margin-left: 17px;*/
    display: inline-block;
    text-align-last: center;
    font-family: 'GE-SS-TWO-MEDIUM';
}

.sel-team-leader:active {
    outline: none;
}

.bar-counter {
    margin-top: -28px;
    z-index: 100;
    position: relative;
    text-align: center;
    font-size: 18px;
    font-family: Lato;
}

/*****************Target Set Up Start css******************/
span.deal-target-date {
    width: 50%;
    float: left;
}

.member-wrapper {
    width: 100%;
    display: flex;
}

.member-selection {
    font-size: 12px;
    font-family: sans-serif;
    text-transform: capitalize;
}

.deal-targets-setup-table thead th {
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    background: #FFFFFF;
    border: 0.5px solid #C4C4C4 !important;
    box-sizing: border-box;
    text-align: center;
}

span.set-ind-target {
    font-size: 10px;
    text-decoration: underline;
    margin-top: 10px;
    display: block;
    font-style: italic;
    cursor: pointer;
}

table.table.table-striped.deal-targets-setup-table tr td {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    border: 0.5px solid #C4C4C4;
    text-align: center;
}

tbody.deal-targets-setup-listing tr:nth-of-type(odd) {
    background: #F5F5F7;
}

tbody.deal-targets-setup-listing tr:nth-of-type(even) {
    background: #FFFFFF;
}

.set-target-btn {
    cursor: pointer;
    color: #ffffff;
    background: #1872E7;
    padding: 7px 19px;
    font-size: 14px;
    display: inline-block;
}

.set-target-btn img {
    width: 20px;
    top: -1px;
    position: relative;
    margin-left: 8px;
}

td.deal-target-td-name {
    font-style: normal;
    font-weight: bold;
    font-size: 15.8527px;
    line-height: 18px;
    color: #4084F4 !important;
}

.deal-targets-setup-table tr, .deal-targets-setup-table td, .deal-targets-setup-table th {
    text-align: center;
    vertical-align: middle;
}

.Set-Target-Modal .modal-content {
    background: #ffffff;
    padding: 40px 0 0 0;

}

#SetTargetModal {
    top: 15%;
}


/************************general Products start******************************/
td.list-td-customer-info {
    font-size: 12px !important;
}

.gen-prod-image {
    width: 15%;
    margin: 13px 0;
}

.gen-prod-img {
    width: 100%;
    height: 70px;
    object-fit: cover;
}

.gen-prod-info {
    padding: 10px 10px;
    width: 50%;
}

.gen-prod-data {
    font-size: 14px;
    line-height: 17px;
    color: #4084F4;
    margin-bottom: 5px;
    text-transform: capitalize;
}

img.add_product_icon {
    margin-left: 5px;
}

.gen-prod-desc {
    font-size: 12px;
    line-height: 17px;
    color: #000000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 1px;
}

.gen-prod-sku {
    font-size: 13px;
    line-height: 17px;
    color: #000000;
    margin-bottom: 5px;
}

.price-actions {
    width: 35%;
    display: flex;
    /*margin: 28px 0;*/
}

.gen-price {
    width: 90%;
}

.total-gen-prod-amount {
    font-size: 14px;
}

.prod-qty {
    width: 45px;
    height: 21px;
}

span.total-prod-amount {
    font-size: 14px;
    margin-right: 8px;
    margin-left: 20px;
}

span.remove-gen-prod {
    font-size: 14px;
    cursor: pointer;
}

.gen-view-inv {
    background: white;
    margin-bottom: 8px;
    padding: 10px 0px 10px 0 !important;
}

.gen-deal-status {
    background: #ffffff;
    border: 0;
}

.gen-prod-customer {
    color: black;
    font-family: GE-SS-Two-Medium;
}

.gen-prod-inv {
    font-size: 12px !important;
    padding: 0px !important;
}

.prod-inv-qty {
    border: 0;
    background: white;
    color: #000;
    font-weight: 500;
}

.prod-total-inv {
    font-size: 12px;
    padding: 3px 0px;
}

.gen-order-summary {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
}

.order-summary-detail {
    font-family: GE-SS-Two-Medium;
    font-size: 13px;
    color: #757575;
}

.total-am-os {
    text-align: center;
}

.ref-img {
    padding: 2px 10px;
}

.trash-products {
    font-size: 12px;
    text-transform: capitalize;
    cursor: pointer;
    margin-right: 20px;
    margin-bottom: 10px;
}

#gen-char-left {
    font-size: 10px;
    text-align: right;
    bottom: 30px;
    right: 10px;
}

div#gen-char-left-update {
    font-size: 10px;
    text-align: right;
    bottom: 30px;
    right: 10px;
}

/************************general Products end******************************/


/* *********************Invoice Action View and Edit Start********************* */

.vewandedit a {
    color: #1872E7;
    text-decoration: underline;
}

/* *********************Invoice Action View and Edit End********************* */


/*********after deal live*********/
#UpdateTargetModal, #UpdateIndTargetModal {
    top: 15%;
}

.show-deals-payments {
    width: 120px;
}

.show-deals-payments span {
    background: #F8FAFB;
    border-radius: 22px;
    padding: 7px;
    cursor: pointer;
    text-decoration: underline;
    color: #1872E7;
}

tbody.deal-listing tr td {
    padding: 15px;
    font-family: Lato;
}

.deal-payment-heading {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.customer-name {
    color: #4084F4;
}

.customer-email {
    word-break: break-all;
}

.more-info-buton {
    text-decoration: underline;
    margin-left: -50px;
    position: sticky;
    cursor: pointer;
}

.deal-customer-info.more-info-data {
    margin-left: 15px;
}

.pi_check {
    float: left;
    display: flex;
    padding: 0 15px 0px 15px;
}

span.customer-company.more-info-pi {
    background: #D6D6D6;
    border-radius: 15px;
    padding: 6px 15px 6px 15px;
}

.partial_payment_value {
    width: 50%;
    margin-bottom: 5px;
    margin-right: 20px;
}

.partial_duedate {
    width: 50%;
    margin-left: 20px;
}

.form-group.partial_payment_fields {
    width: 100%;
    display: flex;
}

.deal-payment-table-modal {
    font-weight: normal;
    position: sticky;
    top: 0;
}

.deal_number_heading {
    font-weight: 600;
    font-size: 14px;
}

.deal_number_actual_no {
    font-size: 12px;
    font-family: 'Lato';
}

.client_name_actual {
    font-size: 12px;
    font-family: 'Lato';
}

.due_total_actual {
    font-size: 12px;
    font-family: 'Lato';
}

.tooltip-invoices {
    position: relative;
    display: inline-block;
}

.tooltip-invoices .tooltiptext-invoices {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip-invoices:hover .tooltiptext-invoices {
    visibility: visible;
}

.deal-di {
    font-size: 14px !important;
}

/*********after deal live end*********/
input.form-control.set-target-field {
    font-size: 12px;
    line-height: 22px;
    text-align: right;
    height: 38px;
    font-family: 'Lato';
}

input#set_target_date_from, input#set_target_date_to {
    padding-left: 15px;
}

#update_target_form {
    direction: rtl;
}

select.form-control.set-target-field {
    font-size: 12px;
    line-height: 22px;
    text-align: left;
}

button.btn.btn-primary.create-target-btn {
    background: #FFF217;
    border: #FFF217;
    color: #000000;
    text-align: left;
}

.deal-targets-setup-table tr > th, .deal-targets-setup-table tr > td {
    font-family: 'GE-SS-Two-Medium';
}

.modal-body {
    background: #F8F8F8;
}

.target-team, .target-value {
    width: 100%;
    border: 0px;
    outline: none;
    font-family: 'GE-SS-TWO-MEDIUM';
}

li.select2-search.select2-search--inline input.select2-search__field::placeholder {
    color: #000000;
}

select#lead_source {
    font-size: 12px;
}

.form-group.col-md-6.tags-form-wrapper span.selection {
    border: 1px solid rgba(0, 0, 0, .15);
    width: 100%;
    float: left;
}

.form-group.col-md-6.tags-form-wrapper span.select2-selection.select2-selection--multiple {
    height: 36px;
}

a.sample-link {
    color: #1872E7;
}

/*****************Target Set Up End css******************/

.btn-add-lead-override {
    border-bottom: 2px solid green;
    background: none;
}

button.btn.btn-default.btn-ignore {
    border: 0;
    background: transparent;
    border-bottom: 2px solid #ff0000;
    color: #000000;
}

.creation-date-div {
    position: relative;
    display: inline-block;
}

/*************************deal-listings.php**********************/

input.form-control.daterange-creation-deals {
    border: 1px solid #4084f4;
    color: #4084f4;
    background: #ffffff;
    margin: 0;
    padding: 7px;
    font-size: 16px;
}

input.form-control.daterange-creation-deals::placeholder {
    color: #4084f4;
    font-size: 16px;
}

a.export-deals {
    font-size: 14px;
    text-decoration: underline;
    margin-left: 20px;
}

a.export-dealsdetails {
    font-size: 14px;
    text-decoration: underline;
    margin-right: 20px;
}

/********************deals-view-deal-pop-up END *********************/
/************* conversation page ****************/
.conv-item-wrapper {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.conversation-reply-to-area {
    margin-right: 15px;
    padding: 5px 10px 0px 15px;
    border-radius: 10px 10px 0px 0px;
    background: #e2e2e2;
    display: inline-block;
    width: calc(100% - 22px);
    font-size: 12px;
    line-height: 22px;
}

.conv-msg-reply-action {
    display: none;
    width: 49%;
    float: right;
    text-align: left;
    padding-top: 10px;
    padding-left: 10px;
}

.conversation-chat-message-body.sender:hover .conv-msg-reply-action {
    display: inline-block;
}

.reply-conv-btn {
    cursor: pointer;
    font-size: 12px;
}

.conv-reply-text-body {
    background: #f5f5f5;
    position: absolute;
    width: 100%;
    top: -84px;
    padding: 10px;
    display: none;
}

.close-reply-btn {
    position: absolute;
    left: 10px;
    color: #000000;
    cursor: pointer;
    background: #cdcdcd;
    padding: 0px 5px;
}

.conv-item-image {
    position: relative;
}

.conv-fb-badge.conv-item-badge {
    font-family: GE-SS-Two-Medium;
    font-style: normal;
    font-weight: bold;
    font-size: 9px;
    line-height: 13px;
    color: #FFFFFF;
    position: absolute;
    width: 14.32px;
    height: 14.32px;
    left: 43.68px;
    background: #1872E7;
    top: 22px;
    border-radius: 20px;
}

.conv-item-active .conv-item-status {
    color: #2DC76D;
}

.conv-item-status {
    font-family: GE-SS-Two-Medium;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
    color: #000000;
    padding-top: 3px;
}

.conv-item-image img {
    height: 31.998485565185547px;
    width: 31.998485565185547px;
}

.inbox-lead-bage.inbox-lead-bage-adham {
    font-family: GE-SS-Two-Medium;
    color: #979797;
    border: 1px solid #979797;
    background: #F5F5F7;
    font-style: normal;
    font-weight: bold;
    border-radius: 3px;
    text-align: center;
    float: left;
    height: 14.57px;
    font-size: 10px;
    line-height: 12px;
    padding: 0px 5px;
}

.inbox-lead-bage.inbox-lead-bage-inquiry {
    font-family: GE-SS-Two-Medium;
    color: #979797;
    border: 1px solid #979797;
    background: #F5F5F7;
    font-style: normal;
    font-weight: bold;
    border-radius: 3px;
    text-align: center;
    float: left;
    padding: 0px 5px;
    height: 14.57px;
    font-size: 10px;
    line-height: 12px;
}

.conversation-lb {
    margin-right: 5px;
}

span.conversation-social-media {
    float: right;
}

.pending-training-name {
    text-transform: capitalize;
}

.conversation-chat-header {
    padding: 5px 15px 5px 15px;
    border-bottom: 1px solid #c4c4c4;
    background: #ffffff;
    direction: rtl;
}

.main-conversation-image {
    text-align: center;
    margin-bottom: 15px;
}

img.main-conversation-avatar {
    border-radius: 50%;
}

.conversation-info span {
    font-family: GE-SS-Two-Medium;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #000000;
}

.conversation-info {
    border-bottom: 1.35px solid #C4C4C4;
    margin-bottom: 15px;
}

.conversation-chat-box {
    padding: 5px;
    position: relative;
    display: flex;
    justify-content: end;
    align-items: center;
}

#conversation_chat_textarea_message:active, #conversation_chat_textarea_message:focus {
    outline: none;
}

textarea#conversation_chat_textarea_message {
    font-size: 13px;
    /* font-family: GE-SS-Two-Light; */
    color: #606364;
    padding-left: 70px;
}

#conversation_chat_textarea_message {
    width: 100%;
    height: 50px;
    font-size: 13px;
    line-height: 15px;
    color: #606364;
    padding: 15px;
    border: none;
}

.conversation-chat-textarea-message-body {
    width: 100%;
    /* border: 1px solid #000000; */
    /* border: none !important; */
    background: #ffffff;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    font-size: 13px;
    direction: rtl;
}


.conversation-chat-status {
    font-style: normal;
    font-weight: bold;
    line-height: 17px;
    color: #595959;
    background: #ffffff;
    border: 0.4px solid #c4c4c4;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 5px 4px;
    font-size: 12px;
    letter-spacing: 0px;
    width: 60px;
    margin: 0 1%;
    font-family: GE-SS-Two-Light;
}

input.conversation-chat-checkbox {
    margin-left: 10px;
    transform: scale(1.4);
    margin-top: 0px;
}

.conv-side-image {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    background: #4084F4;
    display: inline-block;
    text-align: center;
    color: #ffffff;
}

.conversation-chat-body {
    padding: 15px;
    /* height: 285px; */
    height: 64vh;
    overflow: hidden;
    overflow-y: auto;
    background: #ffffff;
    margin-bottom: 10px;
}

.conversation-chat-message-body.sender {
    /* float: right; */
}

.conversation-chat-message-body.sender .conversation-message-base-wrapper {
    float: left;
}

.chat-message-base-wrapper {
    display: inline-block;
    /* max-width: 70%; */
    width: 50%;
}

.conversation-chat-message-body.receiver .conversation-message-area {
    background: #DCF8C6;
    float: right;
}

.conversation-chat-message-body.receiver.internal .conversation-message-area {
    background: #4084F440;
    float: right;
}

.sender .conversation-message-area {
    border-radius: 10px 10px 10px 0px;
}

.conversation-message-area {
    margin-left: 15px;
    padding: 5px 10px 0px 15px;
    border-radius: 10px;
    background: #f1f1f1;
    display: inline-block;
    width: 100%;
}

.conversation-chat-sender-name span {
    text-align: left;
    float: right;
}

/* a.conversation-chat-time {
    font-size: 10px;
    margin-left: 5px;
    color: #939393;
    font-family: GE-SS-Two-Medium;
} */
.conversation-chat-sender-message {
    font-size: 12px;
    line-height: 15px;
    /* color: #000000; */
    padding: 4px 0;
    color: #595959;
    word-break: break-all;
}

.conversation-chat-sender-message p {
    margin-bottom: 6px;
    font-size: 13px;
    line-height: 16px;
    color: #595959;
    font-family: 'GE-SS-Two-Medium';
}

.conversation-chat-message-body.sender .conversation-chat-seen-wrapper {
    text-align: left;
}

.conversation-chat-seen-wrapper {
    text-align: start;
    text-transform: capitalize;
    font-family: Arial;
    font-style: normal;
    font-weight: 300;
    font-size: 10px;
    line-height: 5px;
    color: #939393;
    margin-top: 5px;
    margin-left: 2px;
    margin-right: 10px;
}

.conversation-message-base-wrapper {
    display: inline-block;
    max-width: 52%;
    /* width: 50%; */
}

.conv-attachment-image {
    width: 150px;
    display: block;
}

.receiver .conversation-message-area {
    border-radius: 10px 10px 0px 10px;
}

.conversation-message-area {
    margin-left: 15px;
    padding: 5px 10px 5px 10px;
    border-radius: 10px;
    background: #f1f1f1;
    display: inline-block;
    /* width: 100%; */
}

.quoted-whatsapp-msg {
    padding: 5px;
    border-radius: 5px;
    background: #ffffff85;
    border-right: 4px solid #d1d1d1;
    margin-bottom: 4px;
}

.receiver .quoted-whatsapp-msg {
    padding: 5px;
    border-radius: 5px;
    background: #ffffff85;
    border-left: 4px solid #AEE484;
    margin-bottom: 4px;
    border-right: 0;
    text-align: end;
}

.quoted-whatsapp-msg img {
    width: 50px;
    height: 50px;
}

.conversation-chat-sender-name {
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    /* color: #5762BC; */
    text-transform: capitalize;
    font-family: Poppins-Regular, Arial, Sans-Serif;
    display: flex;
    justify-content: space-between;
}

.contact-shared-wrapper {
    background-color: #ffffff;
    padding: 10px;
}

a.conversation-chat-time {
    font-size: 10px;
    margin-right: 10px;
    color: #939393;
    font-family: 'Lato';
}

time.timeago {
    display: inline-block;
    direction: ltr;
}

.conversation-chat-sender-message {
    font-size: 12px;
    line-height: 15px;
    /* color: #000000; */
    padding: 4px 0;
    color: #595959;
    font-family: 'Poppins';
    /* width: 70%; */
}

/* .conversation-down-message-wrapper {
    width: 100%;
    display: flex;
    align-items: flex-end;
} */
.conversation-chat-time-wrapper {
    /* width: 30%; */
    float: left;
    line-height: 8px;
}

/* .conversation-chat-seen-wrapper {
    text-align: right;
    text-transform: capitalize;
    font-family: Arial;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #939393;
    margin-top: 5px;
} */

.conversation-seen-img {
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.conv-view-once {
    font-size: 10px;
    font-style: italic;
}

.conversation-chat-body::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #787878;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.conversation-chat-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.conversation-chat-body::-webkit-scrollbar {
    width: 6px;
}

.conversation-chat-pending-training {
    padding: 0px;
}

.conversation-pending-training-wapper {
    background: #FFFFFF;
    box-shadow: 0px 4px 24px rgb(37 38 94 / 10%);
    padding: 15px;
    height: auto;
    float: left;
}

.conversation-training-rang {
    width: 100%;
    height: 17px;
    outline: none;
}

.conversation-training-phone {
    font-family: GE-SS-Two-Medium;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    color: #1872E7;
}

.conversation-training-follow-up {
    font-family: GE-SS-Two-Medium;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    color: #000000;
    padding: 5px;
}

.conversation-training-history-metting {
    font-family: GE-SS-Two-Medium;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #000000;
    padding: 5px;
    border-bottom: 1px solid #F3F3F3;
    margin-bottom: 30px;
    width: 100%;
    float: left;
}

span.conversation-training-history-history {
    margin-right: 15px;
}

.main-name-conversation {
    font-family: GE-SS-Two-Medium;
    font-style: normal;
    font-weight: bold;
    font-size: 13.5204px;
    line-height: 16px;
    color: #000000;
    text-align: center;
}

span.conversation-training-last-follow {
    font-family: GE-SS-Two-Medium;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: left;
    color: #000000;
    float: left;
}

span.conversation-training-history {
    font-family: GE-SS-Two-Medium;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #000000;
    float: right;
}

.conversation-training-message {
    font-family: GE-SS-Two-Medium;
    font-style: normal;
    font-weight: 300;
    font-size: 14.8724px;
    line-height: 18px;
    color: #000000;
    margin: 10px 7px;
}

.conversation-training-rang {
    width: 100%;
    height: 17px;
    outline: none;
}

.conversation-chat-group {
    display: inline-flex;
    vertical-align: middle;
    width: 100%;
    padding: 0px 0 4px 0;
    background: #F3F3F3;
}

.conversation-chat-sender-wapper {
    /* border: 1.5px solid #999696; */
    /* height: 475px; */
    height: 73vh;
    overflow: hidden;
    overflow-y: auto;
}

.conversation-chat-sender-inner {
    border-radius: 4px;
}

.conversation-chat-sender-inner {
    padding: 11px 15px 9px 15px;
    background: #FFFFFF;
    position: relative;
    margin-bottom: 5px;
    word-break: break-all;
    height: auto;
    float: right;
    width: 100%;
    cursor: pointer;
}

.conversation-chat-sender-inner.active {
    background: #D6D6D6;
}

.conversation-lead-name {
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    text-transform: uppercase;
    max-width: 80%;
    float: left;
    display: contents;
    font-family: 'Poppins';
}

.conversation-lead-date {
    font-family: 'Lato';
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    color: #595959;
    text-align: left;
}

.conversation-lead-inner-wapper-box {
    max-width: 100%;
    display: flex;
    align-items: center;
}

.conversation-lead-bage.conversation-lead-bage-low {
    font-family: GE-SS-Two-Medium;
    color: #f55b5b;
    border: 1px solid #f55b5b;
    background: #f4727296;
    font-style: normal;
    font-weight: bold;
    border-radius: 3px;
    text-align: center;
    float: right;
    width: 31.35px;
    height: 14.57px;
    font-size: 10px;
    line-height: 12px;
}

.conversation-lead-bage.conversation-lead-bage-mid {
    font-family: GE-SS-Two-Medium;
    color: #4051B5;
    border: 1px solid #4051B5;
    background: #4051B596;
    font-style: normal;
    font-weight: bold;
    border-radius: 3px;
    text-align: center;
    float: right;
    width: 31.35px;
    height: 14.57px;
    font-size: 10px;
    line-height: 12px;
}

.conversation-lead-bage.conversation-lead-bage-high {
    font-family: GE-SS-Two-Medium;
    color: #33B679;
    border: 1px solid #33B679;
    background: #33B67996;
    font-style: normal;
    font-weight: bold;
    border-radius: 3px;
    text-align: center;
    float: right;
    width: 31.35px;
    height: 14.57px;
    font-size: 10px;
    line-height: 12px;
}

.conversation-lead-bage.conversation-lead-bage-adham {
    font-family: GE-SS-Two-Medium;
    color: #979797;
    border: 1px solid #979797;
    background: #F5F5F7;
    font-style: normal;
    font-weight: bold;
    border-radius: 3px;
    text-align: center;
    float: left;
    height: 14.57px;
    font-size: 10px;
    line-height: 12px;
    padding: 0px 5px;
}

.conversation-lead-bage.conversation-lead-bage-inquiry {
    font-family: GE-SS-Two-Medium;
    color: #979797;
    border: 1px solid #979797;
    background: #F5F5F7;
    font-style: normal;
    font-weight: bold;
    border-radius: 3px;
    text-align: center;
    float: left;
    padding: 0px 5px;
    height: 14.57px;
    font-size: 10px;
    line-height: 12px;
}

input.conversation-lead-checkbox {
    margin-right: 5px;
    float: left;
}

span.conversation-source-span {
    margin-right: 5px;
}

.conversation-lead-chat {
    margin-bottom: 5px;
    font-style: normal;
    font-size: 12px;
    line-height: 17px;
    color: #595959;
    margin-top: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.conversation-chat-sender-wapper::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #787878;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.conversation-chat-sender-wapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.conversation-chat-sender-wapper::-webkit-scrollbar {
    width: 6px;
}

.add-lead-conv {
    border: 1px solid #4084F4;
    padding: 7px 14px;
    font-size: 14px;
    cursor: pointer;
    width: 140px;
    /*border-radius: 5px;*/
    color: #4084F4;
    margin: 3px auto 3px 0px;
    font-family: GE-SS-Two-Light;
}

.conver-no-connect {
    text-align: center;
    margin-top: 40px;
}

.conversation-left-bar {
    background: #ffffff;
    padding-top: 20px;
}

.conversation-side-wrapper {
    background: #ffffff;
    margin-bottom: 4px;
    padding-top: 10px;
}

.conv-head-name {
    font-size: 12px;
    font-weight: bold;
}

.conv-head-phone {
    font-family: 'Lato';
    direction: ltr;
    text-align: right;
}

.conv-head-image {
    border-radius: 50%;
}

.conv-head-history, .unlink-lead {
    cursor: pointer;
}


/*************************/
.social-page-selector .dropdown-item {
    font-size: 12px;
    text-align: right;
}

.social-page-selector {
    background-color: #ffffff;
    width: 100%;
    padding: 0;
    font-size: 12px;
}

.social-page-selector .dropdown-toggle::after {
    border-top: 0.6em solid;
    border-right: 0.6em solid transparent;
    border-left: 0.6em solid transparent;
    left: 5px;
    top: 20px;
    position: absolute;
}

.social-page-selected {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.social-page-select {
    border: none;
    width: 100%;
    border-radius: 0px;
}

.social-page-select a {
    padding-left: 16px;
}

li.nav-item.dropdown.importance-main-menu.open .dropdown-menu, li.nav-item.dropdown.open .dropdown-menu {
    display: block;
}

/*************************/

/************* emoji section **************/
.conv-start-audio, .conv-stop-audio, .conv-emoji, .conv-reply-temp, .conv-attachment, .conversation-chat-checkbox {
    margin-left: 3%;
}
.conv-emoji {
    font-size: 20px;
    cursor: pointer;
}

.conv-emoji-wrapper {
    position: absolute;
    top: -360px;
    left: 0%;
    background: #ffffff;
    width: 30vw;
    display: none;
}

.conv-emoji-top-item {
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    font-size: 20px;
    padding: 5px;
}

.conv-emoji-top-item.active {
    border-bottom: 3px solid #4084f4;
}

.conv-emoji-top-item:hover {
    font-weight: bold;
}

.conv-emoji-detail-selector {
    text-align: center;
    border-bottom: 1px solid #dedede;
    margin-bottom: 15px;
    /*padding: 5px 0px 10px 0px;*/
}

.conv-emoji-icon-detail {
    height: 188px;
    overflow-y: scroll;
    text-align: center;
}

.conv-emoji-icon-detail::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #787878;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.conv-emoji-icon-detail::-webkit-scrollbar {
    width: 6px;
}

.conv-emoji-icon-detail::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.conv-emoji-icon-preview {
    background-color: #d1d1d1;
    min-height: 50px;
    line-height: 50px;
    padding: 0 10px;
    text-align: right;
}

.conv-emoji-search-section, .conv-emoji-icon-detail {
    padding: 0 10px;
}

.conv-emoji-search.form-control {
    border: 1px solid #4084F4;
    border-radius: 5px;
}

.conv-emoji-selected-category {
    text-align: right;
    margin-top: 5px;
    margin-bottom: 5px;
}

.conv-emoji-icon {
    font-size: 20px;
    margin: 0 15px;
    cursor: pointer;
}

.conv-emoji-icon:hover {
    font-weight: bold;
}

/************* emoji section end **************/

/********************deals-view-deal-pop-up start*********************/
.lead-pbx {
    /*float: right;*/
    font-size: 12px;
    /*background: #1872e7;*/
    color: #000000;
    padding: 0px 2px;
    font-weight: normal;
    position: absolute;
    left: 45px;
    /*width: 30px;*/
    height: 20px;
    text-align: center;
    line-height: 20px;
    top: 20px;
}

.lead-pbx img {
    height: 14px;
    vertical-align: sub;
}

/***************send sms module ****************************/

.send-sms-to-wrapper, .send-whatsapp-to-wrapper {
    background: #ffffff;
    padding: 10px;
    margin-bottom: 10px;
    border: 0.413333px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 2.06667px;
    direction: rtl;
}

.sms-field-bubble, .whatsapp-field-bubble {
    font-size: 12px;
    font-family: sans-serif;
    padding: 2px 10px;
    border: 0.4px solid #979797;
    border-radius: 10px;
    width: auto;
    display: inline-block;
}

.send-sms-field-wrapper, .send-whatsapp-field-wrapper {
    width: 100%;
    margin-bottom: 8px;
    direction: rtl;
}

.sms-field-bubble:hover, .whatsapp-field-bubble:hover {
    cursor: pointer;
}

.sms-field-bubble.active, .whatsapp-field-bubble.active {
    background-color: #1872E7;
    color: #ffffff;
}

.sms-sender-item, .sms-sender-more, .whatsapp-sender-item, .whatsapp-sender-more {
    font-size: 12px;
    font-family: sans-serif;
    padding: 4px 10px;
    border: 0.4px solid #979797;
    border-radius: 10px;
}

.sms-sender-more, .whatsapp-sender-more {
    border: none;
}

.send-sms-details-wrapper, .send-whatsapp-details-wrapper {
    background: #ffffff;
    border: 0.413333px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 2.06667px;
    direction: rtl;
}

.btn-send-sms, .btn-send-whatsapp {
    padding: 6px 25px;
    background: #4084F4;
    border-color: #4084F4;
}

.send-sms-btn-wrapper.text-right, .send-whatsapp-btn-wrapper.text-right {
    text-align: left !important;
    margin-left: 15px;
}

.sms-char-count {
    float: left;
    margin-right: 15px;
    font-size: 12px;
    margin-top: 10px;
    float: right;

}

textarea.sms-detail::placeholder, .whatsapp-detail::placeholder {
    font-family: 'GE-SS-TWO-MEDIUM';
    font-size: 12px;
}

div#assing_to_bulk h5 {
    direction: rtl;
}

/******************AR CSS**************/
.lead-list-placeholder {
    margin-right: 0px !important;
    margin-left: 10px !important;
}

.lead-list-header-right.pull-right {
    margin-right: 0px !important;
    margin-left: 15px;
}

input#searchinput {
    border: 1px solid #000000;
    border-right: 1px solid #000000 !important;
    border-left: 0px solid #000000 !important;
}

span#search {
    border-left: 1px solid #000000 !important;
    border-right: 0px !important;
}

#search-assignto {
    border-left: 1px solid rgba(0, 0, 0, 0.15) !important;
    border-right: 0px solid rgba(0, 0, 0, 0.15) !important;
}

.search-lead-section .btn-group {
    direction: rtl;
}

.modal-header, div#lead-view-details .modal-dialog, .page-selected-wrapper {
    direction: rtl !important;
}

.group-revamp-list-name {
    text-align: right !important;
    float: right !important;
}

.group-lead-count {
    right: auto !important;
    left: 25px !important;
}

.group-revamp-list-wrapper {
    text-align: right !important;
}

.dashboard-stats-col-8-ar {
    padding-left: 15px !important;
    padding-right: 0px !important;
}

.force-english {
    font-family: 'Lato' !important;
    direction: ltr;
    text-align: right;
}

/* .pl-0 {
    padding-right: 0!important;
    padding-left: 15px !important;
}
.pr-0 {
    padding-right: 0!important;
    padding-left: 15px !important;
} */
.order-customer-info {
    width: 48%;
    float: right;
    padding-left: 13% !important;
    padding-right: 0px !important;
}

.deal-customer-company {
    margin-left: 20px !important;
}

p.group-role-title-leads {
    font-family: 'GE-SS-TWO-Light' !important;
    text-align: right !important;
    float: right !important;
    margin-bottom: 0px;
}

.col-md-12.marketing-leads-right-inner-wrapper {
    padding-right: 15px !important;
}

.modal-dialog.Add-service-dialog .modal-content {
    direction: rtl;
}

span.compact-leads-history {
    float: left !important;
}

a.chat-managers.lead-chat {
    float: left !important;
}

table.table.table-striped.table-meeting-details tr td {
    text-align: right;
}

.table-pbx-logs {
    background: #ffffff;
}

.table-pbx-logs thead th {
    border-bottom: 0px solid #eceeef !important;
    border-top: 0px solid #eceeef !important;
}

.add-files-btn /*,.add-user-btn*/
{
    cursor: pointer;
    color: #ffffff;
    background: #1872E7;
    padding: 9px 19px;
    font-size: 14px;
    display: inline-block;
}

.col-md-12.text-right.date-row-ar {
    text-align: left !important;
    padding-left: 0px;
}

.col-md-6.pr-0.deal-listings-filter.text-right {
    text-align: left !important;
}

span.glyphicon.glyphicon-search {
    cursor: pointer;
    margin-right: -5px;
    height: 40px;
    line-height: 38px;
}

a.add-products-list-cta {
    float: left;
}

input#lead-phone-base, input#lead-email-base, span#total_pbx_count, span#total_deal_count {
    font-family: 'Lato';
}

/* a#bulkactionmenu, .dropdown-item {
    font-family: 'GE-SS-TWO-MEDIUM';
} */
input#lead-date-of-birth-base {
    font-family: 'Lato';
}

div#add-new-lead, div#edit-quota-modal .modal-content {
    direction: rtl;
}

/***************************** added for lead files section *****************/
.add-files-btn {
    cursor: pointer;
    color: #ffffff;
    background: #1872E7;
    padding: 7px 19px;
    font-size: 14px;
    display: inline-block;
}

.table-file-details tr:nth-of-type(odd) {
    background: #f5f5f5 !important;
}

.table-file-details th {
    background: #ffffff;
}

.table-file-details td, .table-file-details th {
    font-size: 12px;
    text-transform: capitalize;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #c4c4c4;
}

.table-file-details {
    border: 1px solid #c4c4c4;
    box-shadow: 0px 0px 4px 2px #00000020;
}

.lead-file-button {
    color: #1872E7;
    font-size: 14px;
    padding: 5px 11px;
    border: 2px solid #1872E7;
}

.show-file-name {
    font-size: 10px;
    text-align: center;
    font-family: sans-serif;
    line-height: 10px;
}

.lead-files-count.badge {
    background: #a0a0a0;
    margin-left: 5px;
    padding-bottom: 4px;
    font-family: Lato;
}

/****************************************************************************/
span.timepicker-minute, .timepicker-hours, span.timepicker-hour, th.picker-switch, .dvdpup-customer-Phone, span.lead-view-date-of-birth {
    font-family: 'Lato';
}

a.see-invoices {
    color: #4084F4;
    font-size: 10px;
    line-height: 0px;
}

form#deal_form {
    direction: rtl;
}

input#did, span.lead-view-additional-number, input#lead-additional-number-base, span#total-history-calls, .Success-call-label span, div#total-duration {


    font-family: 'Lato';
}

input#notification_field, .user-list-tabal th, li.btn-products-services a {
    font-family: 'GE-SS-TWO-MEDIUM' !important;
}

input#all-dup {
    margin-right: 20px;
}

div#upload-tags .modal-content, div#page-mapping .modal-content, .configuration-page {
    direction: rtl;
}

.table-pbx-logs td, .table-pbx-logs th {
    border: 2px solid #F8F8F8;
    text-align: center;
    font-size: 14px;
}

ul.nav.nav-tabs.Product-Service-tabs {
    float: right;
    padding-right: 0px;
}

#add_new_cil .modal-content {
    direction: rtl;
}

#add_new_cil [type=checkbox] {
    margin-left: 5px;
}

.table-bottom-report-stats th {
    text-align: center !important;
}

.file-row-ar {
    direction: rtl;
}

.total-space-file {
    float: right;
}

.profile-heading, .direction-rtl {
    direction: rtl;
}

/******************************************/
/************** conversation page ends here ********************/

.storage-stats {
    direction: ltr;
    display: inline-block;
}

.trash-all-prods-count, .trash-products-count {
    font-family: 'Lato';
}

form#frmAddList {
    direction: rtl;
}

.pager, .cil-pager {
    font-family: 'Lato';
}

a.page-link.next {
    font-family: 'GE-SS-Two-Light';
}

span.current.prev {
    font-family: 'GE-SS-Two-Light';
}

#reset-password {
    direction: rtl;
}

.select2-selection.select2-selection--multiple {
    direction: rtl;
}

.export-to-csv a {
    color: #1872E7;
    text-decoration: underline;
}

.text-right {
    text-align: left !important;
}

.text-left {
    text-align: right !important;
}

/* ***************Sales Forecast add new forecast section Start******************* */

.table-forecast-details tr:nth-of-type(even) {
    background: #F5F5F7 !important;
}

.table-forecast-details tr:nth-of-type(odd) {
    background: #FFFFFF !important;
}

.table-forecast-details th {
    background: #ffffff;
    color: #3B3B3B;
    font-size: 14px !important;
}

.table-forecast-details td, .table-forecast-details th {
    font-size: 11px;
    color: #3B3B3B;
    text-transform: capitalize;
    line-height: 16px;
    vertical-align: middle;
    border: 0.3px solid #D8D8D8;
}

.table-forecast-details {
    border: 1px solid #c4c4c4;
    box-shadow: 0px 0px 4px 2px #00000020;
}

a.forecast-more-action {
    text-decoration: underline;
    color: #2DC76D;
}

td.border-r-0 {
    border-right: none;
}

td.border-l-0 {
    border-left: none;
}

td.f-cast-td-gray {
    color: #757575;
}

span.total_deals {
    font-family: 'GE-SS-Two-Light';
}

/* ***************Sales Forecast add new forecast section End******************* */

/******************Automation PAGE CSS START**********************/
.automation-inner-wrapper {
    background: #FFFFFF;
    box-shadow: 0px 3.64246px 13.6592px rgb(0 0 0 / 8%);
    border-radius: 7.28492px;
    padding: 15px 45px;
    margin-bottom: 30px;
}

.automation-sub-heading {
    font-family: GE-SS-Two-Medium;
    font-style: normal;
    font-weight: normal;
    font-size: 12.7486px;
    line-height: 15px;
    color: #979797;
}

.automation-main-heading {
    font-family: GE-SS-Two-Medium;
    font-style: normal;
    font-weight: bold;
    font-size: 16.3911px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 15px;
}

.automation-dropdown {
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    margin-bottom: 15px;
}

button.btn.automation-send-btn {
    background: #6f00ff;
    border-radius: 2.73184px;
    float: left;
    color: #ffffff;
    padding: 10px 30px;
}

.automation-inner-wrapper .form-control {
    border-radius: 0px;
    font-family: GE-SS-Two-Medium;
    font-style: normal;
    font-weight: normal;
    font-size: 12.7486px;
    line-height: 15px;
    color: #000000;
}

.automation-inner-wrapper .form-group.col-md-3.mb-0 {
    padding-left: 20px !important;
    padding-right: 0px !important;
}

input#automation_period {
    font-size: 16.5px;
}

select.select.automation-sort {
    padding: 9px 15px;
    font-size: 14px;
    border: 2px solid #c7c7c7;
    width: 100%;
    font-family: 'GE-SS-Two-Light';
}

.add-automation-link {
    font-family: GE-SS-Two-Medium;
    font-style: normal;
    font-weight: bold;
    font-size: 28.9091px;
    line-height: 35px;
    text-decoration-line: underline;
    color: #1872E7;
}

.first-automation-box {
    background: #FFFFFF;
    margin-bottom: 60px;
    height: 335px;
    padding-top: 13%;
}

.add-automation-btn {
    cursor: pointer;
    color: #ffffff;
    background: #1872E7;
    padding: 7px 19px;
    font-size: 14px;
    display: inline-block;
    float: right;
}

.live-badge, .off-badge, .draft-badge {
    font-style: normal;
    font-weight: bold;
    font-size: 14px !important;
    line-height: 16px;
    border-radius: 2px;
    padding: 0px 10px;
}

.live-badge {
    background: #D4EAE2;
    color: #33B679;
}

.off-badge {
    color: #f55b5b;
    background: #f4727296;
}

.draft-badge {
    background: #D8D8D8;
    color: #757575;
}

span.automation-type {
    margin-left: 5px;
    vertical-align: text-bottom;
}

.Filled-automation-table {
    background: #FFFFFF;
    padding: 15px;
    margin-bottom: 30px;
}

.Filled-automation-table .table th {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #979797;
    text-align: right;

}

.Filled-automation-table .table td {
    border: 0;
    border-bottom: 1px solid #979797;
    border-top: 0px !important;
    font-style: normal;
    /*font-weight: bold;*/
    font-size: 14px;
    line-height: 16px;
    color: #424242;
    text-align: right;
}

.automation-title {
    width: 45%;
}

.automation-calander {
    margin-right: 5px;
    vertical-align: text-bottom;
}

.automation-type-button {
    border-radius: 10px !important;
    width: 180px;
    background: #ffffff;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    color: #4084F4;
    font-size: 20px;
    margin: 0px 10px;
    padding: 12px;
}

.automation-section-heading {
    font-family: 'GE-SS-Two-Light';
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #979797;
    margin-bottom: 10px;
}

label.send-message-condition-lavel {
    margin-bottom: 0px;
    padding-top: 6px;
    font-family: GE-SS-Two-Medium;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    padding: 11px 0px 0;
}

/*.select_send_message-option {
    width: 174px;
}*/
span.color-box {
    width: 11.47px;
    height: 11.47px;
    background: #B1CEFF;
    margin-left: 7px;
}

label.scheduled-hours-label {
    font-family: GE-SS-Two-Medium;
    font-style: normal;
    font-weight: normal;
    font-size: 12.5143px;
    line-height: 15px;
    color: #000000;
    display: flex;
    align-items: center;
}

.other-numbers .form-control {
    height: 38px;
}

.top-automation-stats, .automation-overview {
    font-size: 20px;
    font-weight: bold;
}

.active .top-automation-stats, .active .automation-overview, .active .bottom-automation-stat-label, .active .automation-overview-label {
    color: #1872E7;
}

.bottom-automation-stat-label, .automation-overview-label {
    color: #595959;
    font-size: 12px;
}

/*.tabs-selector{
    cursor: pointer;
	-webkit-box-flex: 0;
    -webkit-flex: 0 0 15%;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
}*/

table.table.automation-detail-table th {
    color: #595959;
    text-align: center;
}

table.table.automation-detail-table td {
    color: #595959;
    font-size: 12px;
    padding: 5px;
    text-align: center;
}

div#sent-graph {
    direction: ltr;
}

/******************Automation PAGE CSS END*********************/


/*****************Best Time For CALL******************/

.col-md-3.pr-0.pl-0-ar {
    padding: 0 !important;
    padding-right: 15px !important;
}

.user-legend {
    width: 10px;
    height: 10px;
    display: inline-block;
}

.user-legend-label {
    font-size: 10px;
    vertical-align: middle;
}

.btfc-row {
    /*border: 4px solid #ffffff;*/
    padding: 0px 0px;
    border-left: 0px;
    border-right: 0px;
}

.btfc-heading {
    font-family: 'GE-SS-Two-Light';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #4084F4;
}

.btfc-day-options {
    font-family: 'GE-SS-Two-Light';
    font-style: normal;
    font-weight: normal;
    font-size: 24.3918px;
    line-height: 29px;
    display: flex;
    align-items: flex-end;
    letter-spacing: 0.794474px;
    color: #4084F4;
    border: 0px;
}

.btfc-select-day {
    background-color: #ffffff;
    /*box-shadow: 0px 1px 3px 2px #88888830;*/
    border-radius: 5px;
    padding: 20px 15px;
    max-height: 431px;
    position: relative;
    margin-bottom: 25px;
}

.dashboard-btfc-heading {
    margin-bottom: 5px;
    font-size: 10px;
    color: #4084F4;
    font-family: 'GE-SS-Two-Light';
}

.dashboard-btfc-label {
    font-size: 30px;
}

.dashboard-btfc-stats {
    margin-bottom: 22px;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px;
}

select.btfc-day-options:focus {
    border: 0;
    outline: 0px;
}

.btfc-notch-left {
    content: "";
    width: 0px;
    height: 0px;
    border: 0.6em solid transparent;
    position: absolute;
    right: -18px;
    top: 10%;
    border-left: 9px solid #ffffff;
}

#No-Answer-Chart {
    direction: ltr;
    font-family: 'GE-SS-Two-Light';
}

/*****************Best Time For CALL******************/

.client-invitation {
    margin-bottom: 10px;
    border-bottom: 4px solid #f8f8f8;
}

.meeting-google-options {
    font-size: 12px;
    font-family: sans-serif;
    padding: 0 15px;
    /*background: #ffffff;*/
    align-items: center;
    display: flex;
}

.meeting-options-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-end;
}

/******************FLC Dashboard START******************/
/*.FLC-dashboard-wrapper  {
    padding-bottom: 15px;
}*/
.FLC-wrapper {
    /*margin-bottom: 22px;*/
    padding: 9px 0px;
    background-color: #ffffff;
    border-radius: 10px;
}


.FLC-wrapper .col-md-9 {
    border-left: 0.5px solid #C4C4C4;
}

.col-md-3:last-child .FLC-wrapper .col-md-9 {
    border-left: none;
}

.FLC-call-img img {
    width: 62px;
    padding: 8px;
}

.FLC-info-heading {
    margin-bottom: 5px;
    font-size: 16px;
    color: #4084F4;
    text-transform: capitalize;
}

.FLC-info-velue {
    font-size: 20px;
}

input.daterange-pick.FLC-day-call-datepicker {
    float: none;
    border: 1px solid #4084f4;
    color: #4084f4;
    background: #ffffff;
    margin: 0;
}

.FLC-no-Answer {
    color: #EB3232;
}

.FLC-in-Answer {
    color: #33B679;
}

.flc-bottom-section-wrapper {
    display: flex;
    width: 100%;
    background: #ffffff;
    padding: 25px 0px;
}

.table.FLC-call-con-table thead tr th {
    /*font-family: Lato;*/
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    background-color: #f3f3f3;
    text-align: center;
    border-left: 1px solid rgba(0, 0, 0, .15);
}

.table.FLC-call-con-table thead tr th:last-child {
    border: none;
}

.FLC-call-con-table tr td {
    font-family: Lato;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    text-align: center;
    border: 0px;
    border-left: 1px solid rgba(0, 0, 0, .15);
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    direction: initial;
}

.FLC-call-con-table tr td:last-child {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}

/*.FLC-call-con-table tr:nth-child(odd) {background: #F5F5F7}*/
.FLC-call-con-table tr {
    background: #ffffff
}

.FLC-update-info {
    display: block;
    font-size: 10px;
    margin-top: 5px;
    color: #757575;
}

input.daterange-pick.log-datepicker {
    float: none;
    background-color: transparent;
    color: #4084F4;
    margin: 0;
    border: 1px solid #4084F4;
    border-radius: 4px;
}

.export-flc {
    color: #4084F4;
    text-decoration: underline;
}

a.flc-perf-report {
    font-size: 16px;
    color: #4084F4;
    text-decoration: underline;
    line-height: 40px;
}

.col-md-3.pull-left.perf-report-wrapper {
    margin-top: 8px;
    text-align: right;
}

a.flc-perf-report:hover {
    color: #000000;
    text-decoration: underline;
}

.flc-top-filter-wrapper {
    padding: 20px 10px;
    background: #ffffff;
}

.sel-flc-user {
    color: #4084F4;
    border: 0.8px solid #4084F4;
    border-radius: 4px;
}

.flc-log-time {
    color: #918a8a;
}

.total-flc-no-attempts {
    color: #EB3232;
    font-size: 10px;
    display: inline-block;
    /*margin-top: 2px;*/
    vertical-align: middle;
}

/******************FLC Dashboard END******************/
/****************** FLC report START *****************/
input.daterange-pick.flc-datepicker {
    background: #ffffff;
    border: 1px solid #4084F4;
    float: none;
    color: #4084F4;
}

.flc-info-stats {
    margin-bottom: 22px;
    padding: 33px 8px;
    background-color: #ffffff;
    border-radius: 10px;
}

.flc-stats {
    padding-bottom: 15px;
}

.top-white-border {
    padding-top: 30px;
    border-top: 3px solid #ffffff;
}

.flc-stat-heading {
    background-color: #ffffff;
    padding: 5px 15px 15px 15px;
    border-radius: 10px 10px 0px 0px;
}

.flc-cost-graph, .flc-total-calls-graph, .flc-duration-graph {
    border-radius: 0px 0px 10px 10px;
    overflow: hidden;
}

.FLC-dashboard-wrapper .pr-0 {
    padding-right: 0px !important;
}

/****************** FLC report END *****************/

/*******************New Price Page Sep 24-9-2021 START*******************/
.new-price-section {
    background-color: #ECF4FB;
    padding: 60px 0px;
}

.new-price-heading {
    font-family: GE-SS-Two-Bold;
    font-size: 36px;
    line-height: 109.5%;
    color: #000000;
}

.new-price-sub-heading {
    position: relative;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.new-price-sub-heading b {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 2px;
    opacity: 1;
    background-color: #4084F4;
}

span.new-price-sub-title-main {
    text-align: center;
    margin: 0 15px;
    font-family: GE_SS_Two_Light;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 36px;
    color: #000000;
}

.new-price-pakage-heading {
    font-family: 'GE_SS_Two_Light';
    font-weight: 900;
    font-size: 31.5021px;
    line-height: 47px;
    color: #4084F4;
    text-align: right;
    margin-bottom: 15px;
}

a.new-price-pakage-cta {
    font-family: Cairo;
    padding: 10px 25px;
    background: #FFFFFF;
    border-radius: 7.66429px;
    margin: 0px 4px;
    font-size: 12px;
    direction: rtl;
    display: -webkit-inline-box !important
}

a.new-price-pakage-cta.pack-addons {
    padding: 10px 9px;
}

span.new-price-package-counter {
    font-family: GE_SS_Two_Light;
    font-weight: 500;
    font-size: 25px;
    color: #4084F4;
    background: #FFF217;
    border-radius: 18px;
    padding: 1px 11.5px;
    margin-left: 15px;
    z-index: 111;
    position: relative;
    float: right;
}

.new-price-pakage-wrapper {
    margin-bottom: 30px;
    position: relative;
}

.new-price-pakage-Name {
    direction: rtl;
}

/*
.new-price-pakage-Name {
    padding: 0px 0px 0px 56px;
    text-align: left;
}*/
span.adv {
    font-family: LamaSans;
    color: #FF5652;
}

span.pro {
    font-family: LamaSans;
    color: #6f00ff;
}

span.call {
    font-family: LamaSans;
    color: #33B679;
}

span.new-price-package-counter:after {
    content: '';
    position: absolute;
    width: 59px;
    top: 32px;
    bottom: 0;
    right: 6px;
    margin-right: -3px;
    height: 98px;
    z-index: -1;
    background-image: url(/img/price-page/pakage-time-line.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(180deg);
}

span.new-price-package-counter.last-pack-counter:after {
    display: none;
}

.pakage-bill-price {
    font-style: normal;
    font-weight: 500;
    font-size: 21.0014px;
    line-height: 32px;
    color: #000000;
    font-family: GE_SS_Two_Light;
    padding: 0px 0px 0px 56px;
    text-align: right;
}

a.new-price-quote-cta {
    font-family: GE_SS_Two_Light;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #4084F4;
    padding: 9px 15px;
    border: 2px solid #4084F4;
    box-sizing: border-box;
    border-radius: 7.66429px;
}

.new-base-solution-section {
    border: 2px solid #FFFFFF;
    border-left: 0;
    border-right: 0;
    padding: 60px 0px;
    background: #ECF4FB;
}

.billing-wrapper {
    box-sizing: border-box;
    border-radius: 3px;
    padding: 6px;
    width: fit-content;
    margin: 30px auto;
}

a.base-solution-cta {
    border: 2px solid #2A3647;
    color: #2A3647;
    padding: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    font-family: GE_SS_Two_Light;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
}

a.base-solution-cta.active {
    background: #2A3647;
    color: #ffffff;
    padding: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.billing-package-inner-wrapper {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 30px 30px;
    text-align: right;
    width: 45%;
    margin: 15px;
    direction: rtl;
}

.billing-package-main-wrapper {
    display: flex;
    direction: rtl;
}

.pack-heading {
    font-family: Cairo;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #000000;
}

.pack-divider {
    border-bottom: 2px solid #ECF4FB;
    width: 80%;
    margin-bottom: 15px;
}

.pack-user-limit {
    font-family: GE_SS_Two_Light;;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #A3A3A3;
}

p.pack-total-ptice {
    font-family: GE_SS_Two_Light;;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 146%;
    color: #4051B5;
}

p.pack-per-month-ptice {
    font-family: GE_SS_Two_Light;;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #A3A3A3;
}

p.pack-base-crm {
    font-family: GE_SS_Two_Light;;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 112.5%;
    color: #595959;
    height: 30px;
}

.billing-package-inner-wrapper ul li {
    font-family: GE_SS_Two_Light;;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #595959;
    text-align: right;
    position: relative;
    margin-bottom: 14px;
}

ul.pakage-features-item :before {
    background-image: url(/img/price-page/pakage-features-item.svg);
    content: '';
    position: absolute;
    bottom: 0;
    right: -65px;
    height: 38px;
    width: 40px;
    background-repeat: no-repeat;
    top: 2px;
}

ul.pakage-features-item {
    list-style: none;
    height: 180px;
}

p.pack-features-cta {
    padding-right: 40px;
}

a.pack-features-cta {
    font-family: GE_SS_Two_Light;;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 149.5%;
    text-align: center;
    text-decoration-line: underline;
    color: #4084F4;
}

.pack-features-cta a {
    font-family: GE_SS_Two_Light;;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 149.5%;
    text-align: center;
    text-decoration-line: underline;
    color: #4084F4;
}

.btn.pack-solution-cta {
    background: #FFF217;
    border-radius: 6px;
    font-family: GE_SS_Two_Light;;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    width: 100%;
    border: 1px solid #FFF217;
}

.Pre-launch-access-cta {
    background: #ffffff;
    border-radius: 6px;
    font-family: GE_SS_Two_Light;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    width: 100%;
    border: 1px solid #000000;
}

.request-special-quote {
    font-family: GE_SS_Two_Light;;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #595959;
}

a.request-special-quote-cta {
    color: #4084F4;
}

.pakage-addons-inner-wrapper {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 30px 30px;
    text-align: left;
    margin: 15px;
}

h4.pakage-addons-heading {
    font-family: GE_SS_Two_Light;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
    color: #000000;
    text-align: right;
}

ul.pakage-addons-features-item {
    list-style: none;
}

ul.pakage-addons-features-item li {
    font-family: GE_SS_Two_Light;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #595959;
    text-align: right;
    position: relative;
    margin-bottom: 14px;
    height: 80px;
}

ul.pakage-addons-features-item :before {
    background-image: url(/img/price-page/pakage-features-item.svg);
    content: '';
    position: absolute;
    bottom: 0;
    right: -62px;
    height: 38px;
    width: 40px;
    background-repeat: no-repeat;
    top: 2px;
}

.pakage-addons-features-cta {
    padding-right: 40px;
    height: 30px;
    text-align: right;
}

.pakage-addons-features-price {
    padding-right: 40px;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    margin-top: -3px;

}

.pakage-addons-features-cta a {
    font-family: GE_SS_Two_Light;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 149.5%;
    text-align: center;
    text-decoration-line: underline;
    color: #4084F4;
}

.btn.pakage-addons-cta {
    background: #ffffff;
    border-radius: 6px;
    font-family: GE_SS_Two_Light;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #4084F4;
    width: 100%;
    border: 1px solid #4084F4;
}

.btn.pakage-addons-cta a {
    background: #ffffff;
    color: #4084F4;
}

span.add-on-price {
    font-family: GE_SS_Two_Light;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 146%;
    color: #595959;
    padding-left: 5px;
}

span.add-on-price-label {
    font-family: GE_SS_Two_Light;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 97.5%;
    color: #595959;
    text-align: right;
}

.new-pakage-addons-section {
    border-left: 0;
    border-right: 0;
    padding: 60px 0px;
    background: #ECF4FB;
}

.new-price-choosin-plan-section {
    background-image: url(/img/price-page/price-choosin-plan.svg);
    padding: 53px;
    background-repeat: no-repeat;
    direction: rtl;
    background-size: cover;
}

.choosing-plan-heading {
    font-family: GE_SS_Two_Light;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 109%;
    color: #FFFFFF;
}

a.Compare-plan-btn {
    font-family: GE_SS_Two_Light;
    font-style: normal;
    font-weight: 600;
    font-size: 20.1355px;
    line-height: 30px;
    color: #ffffff;
    border: 2px solid #ffffff;
    padding: 10px 15px;
    border-radius: 8.39px;
    margin: 0px 15px;
}

a.Contact-sales-btn {
    font-family: GE_SS_Two_Light;
    font-style: normal;
    font-weight: 600;
    font-size: 20.1355px;
    line-height: 30px;
    color: #4084F4;
    background: #ffffff;
    border: 2px solid #4084F4;
    padding: 10px 15px;
    border-radius: 8.39px;
    margin: 0px 15px;
}

.new-price-favorite-features-heading {
    font-family: GE_SS_Two_Light;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 146%;
    color: #4084F4;
    margin-bottom: 25px;
}

.new-favorite-features-section {
    border-left: 0;
    border-right: 0;
    padding: 60px 0px;
    background: #ECF4FB;
    direction: rtl;
}

.favorite-features-wrapper {
    display: flex;
    align-items: center;
}

.favorite-features-img {
    padding: 10px;
}

.favorite-features-text {
    font-family: GE_SS_Two_Light;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 120.5%;
    color: #4084F4;
    margin-bottom: 0px;
    text-align: right;
}

/**********export lsiting **************/

.listing-export {
    cursor: pointer
}

/**********export lsiting end ******/
/*******************New Price Page Sep 24-9-2021 END*******************/

/************** export new list details ******************/
.bulk-export-wrapper {
    display: none;
    /*margin-left: 10px;*/
    position: fixed;
    background: #ffffff;
    left: 2%;
    box-shadow: 0px 0px 10px 0px #d0d0d0;
    padding: 30px;
    z-index: 10000;
}

.close-bulk-export {
    position: absolute;
    left: 5px;
    top: -3px;
    cursor: pointer;
    display: inline-block;
}

.btn-export-email {
    font-size: 12px;
    padding: 5px 10px;
    background-color: #fEEE1C;
    margin-top: -3px;
}

.bulk-export-email {
    padding: 2px 10px;
    font-family: 'GE-SS-Two-Light';
    min-width: 215px;
}

/*************** export new list details END *******************/
/********************OTP Request CSS START*********************/
a.btn.otp-request-cta {
    border: 0;
    color: #ffffff;
    background-color: #4084F4;
    padding: 7px 20px 8px;
    cursor: pointer;
    font-family: GE-SS-Two-Medium;
}

p.otp-note-line {
    margin-top: 15px;
    color: #2DC76D;
}

.otp-request-wrapper .table td {
    padding: 10px 5px;
    border: 3px solid #f3f3f3;
    background: #ffffff;
    color: #000000;
    padding-right: 15px;
}

/********************OTP Request CSS END  *********************/
/********************OTP Request CSS END  *********************/
/********************New Meeting Type   CSS END  *********************/
.add-new-meeting-type-btn {
    cursor: pointer;
    color: #ffffff;
    background: #1872E7;
    padding: 7px 19px;
    font-size: 14px;
    display: inline-block;
}

.add-new-meeting-type-btn img {
    width: 20px;
    top: -1px;
    position: relative;
    margin-left: 8px;
}

.meeting-type-search {
    border-radius: 0;
    border: 1px solid #a0a0a0;
    margin-top: 1px;
    color: #000000;
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
}

a.meeting-link {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 17.4054px;
    line-height: 21px;
    color: #4084F4;
}

a.meeting-link img {
    margin-right: 5px;
}

.no-meeting {
    background: #FFFFFF;
    padding: 30px;
    margin-bottom: 60px;
}

p.no-meeting-txt {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    color: #757575;
}

.modal-add-new-meeting-type-dialog {
    background-color: transparent;
    width: 800px !important;
    max-width: 800px;
    padding: 15px;
    border-radius: 0px;
    margin: 70px auto;
}

.modal-add-new-meeting-type-dialog .modal-body {
    background-color: #ffffff;
}

.form-group-element {
    margin-bottom: 15px;
}

button.add-new-meeting-submit-btn img {
    width: 20px;
    margin-left: 8px;
}

label.scheduled-hours {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 12.5143px;
    line-height: 15px;
    color: #000000;
}

.scheduled-hours {
    float: left;
    margin-right: 10px;
}

.modal-add-new-meeting-type-dialog .meeting-calendar-detail {
    border: 1.16436px solid #D6D6D6;
    box-sizing: border-box;
    border-radius: 5px;
    height: 35vh;
}

/********************New Meeting Type  CSS END  *********************/
.privacy-wrapper p {
    font-family: Montserratl !important;
}

/*******************subscription-main-page START*******************/

.subscription-plan-wrapper {
    margin: 40px 15px;
}

.col-md-4.subscription-plan-col {
    background: #ffffff;
    padding: 30px 30px;
    margin: 25px 15px 0px 15px;
    text-align: center;
}

.flash-lead-crm-heading {
    font-family: GE-SS-Two-Light;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    color: #4084F4;
    margin-bottom: 5px;
}

.subscription-users-label {
    font-family: GE-SS-Two-Light;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 99.5%;
    color: #979797;
}

span.subscription-users {
    color: #4084F4;
}

.subscription-plan-price {
    margin-top: 20px;
}

span.sp-price-value {
    font-family: GE-SS-Two-Light;
    font-style: normal;
    font-weight: 500;
    font-size: 24.2308px;
    line-height: 146%;
}

span.sp-price-label {
    font-family: GE-SS-Two-Light;
    font-style: normal;
    font-weight: 300;
    font-size: 13.4615px;
    color: #000000;
}

.sp-price {
    display: flex;
    text-align: left;
    width: 35%;
    margin: auto;
}

.spp-value {
    margin: auto;
    font-family: GE-SS-Two-Light;
    font-style: normal;
    font-weight: 500;
    font-size: 19.23px;
    line-height: 146%;
    color: #979797;
}

.spp-label {
    font-family: GE-SS-Two-Light;
    font-style: normal;
    font-weight: 300;
    font-size: 7.46px;
    line-height: 99.5%;
    color: #979797;
    margin: auto;
}

.subscription-plan-links-wrapper {
    margin-top: 75px;
}

.subs-plan-btns a {
    font-family: GE-SS-Two-Light;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #4084F4;
}

/*******************subscription-main-page END*******************/


/*******************Appsumo subscription page START*******************/

.active-tier {
    border: 2px solid;
    border-radius: 7px;
    border-color: #4084F4;
}

.subscription-tier-wrapper {
    display: flex;
    width: 100%;
    margin: 55px auto 20px;
}

.zero-tier-col {
    background-color: #ffffff;
    width: 33%;
    margin-top: 68px;
}

.zero-tier-sub-col {
    font-family: GE-SS-Two-Light;
    font-style: normal;
    font-weight: 400;
    font-size: 10.7642px;
    width: 93%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 35px;
}

.tier-col {
    background-color: #ffffff;
    width: 28%;
    margin: 5px;
    border-radius: 6px;
    margin-bottom: 0px;
}

.tier-col.active {
    border: 1px solid #2DC76D;
}

.tier-head {
    font-family: GE-SS-Two-Light;
    font-style: normal;
    background-color: #4084F4;
    color: #ffffff;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.tier-head.active {
    background-color: #000000;
}

.tier-head h3 {
    font-weight: 700;
    margin: auto;
    padding: 8px 7px 0px 7px;
}

.tier-head h3 span {
    font-weight: 700;
    padding-left: 56px;
}

.tier-head p {
    font-family: GE-SS-Two-Light;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    margin: auto;
    color: #ffffff;
    padding: 8px 10px;
}

.tier-head p span {
    font-weight: 400;
    padding-right: 5px;
}

.tier-data-wrapper {
    font-family: GE-SS-Two-Light;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    width: 90%;
    margin: auto;
    margin-top: 20px;
    line-height: 16px;
}

.button-wrapper {
    text-align: center;
}

.fst-btn button {
    font-family: GE-SS-Two-Light;
    font-style: normal;
    font-weight: 600;
    background: none;
    border: 1px solid #000000;
    border-radius: 4px;
    color: #000000;
    margin-top: 24px;
    width: 80%;
}

.t-btn button {
    font-family: GE-SS-Two-Light;
    font-style: normal;
    font-weight: 600;
    border-radius: 4px;
    margin-top: 24px;
    width: 80%;
}

p.manage-subscription {
    font-size: 14px;
    text-align: center;
    width: 92%;
    margin: 0 auto 15px;
}

.manage-subscript-wrapper.text-center {
    background: #ffffff;
    padding: 15px;
    margin-bottom: 20px;
    color: #4084f4;
    text-decoration: underline;
    cursor: pointer;
}

a.btn.btn-primary.btn-manage-sub-link {
    border: 2px solid #4084f4;
    background-color: transparent;
    color: #4084f4;
}

p.manage-sub-notice.text-center {
    color: #757575;
    font-size: 12px;
    width: 70%;
    margin: 0 auto 15px;
}

/*******************Appsumo subscription page END*******************/


/*******************subscription-new-page START*******************/
.profile-package-plan-left {
    border: 0.5px solid #979797;
    border-radius: 5px;
    padding: 0 15px;
}

.profile-package-plan-right {
    padding: 15px;
    width: 100%;
}

.profile-package-plan-col-left {
    padding-right: 0px;
}

.profile-package-plan-col-right {
    padding: 0px;
    border: 0.5px solid #979797;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.ppp-wrapper-inner {
    display: flex;
    align-items: center;
}

.ppp-name {
    width: 45%;
}

.ppp-price, .ppp-total-person {
    width: 27.5%;
}

.ppp-name {
    font-family: GE-SS-Two-Light;
    font-weight: bold;
    font-size: 13px;
    line-height: 19px;
    color: #000000;
    text-align: right;
}

span.ppp-price-value {
    font-family: Poppins-Regular;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    /*width: 40px;*/
}

.ppp-price.price-notice {
    width: 40%;
}

span.ppp-price-label {
    font-family: GE-SS-Two-Light;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    color: #A3A3A3;
    margin-right: 6px;
    line-height: 12px;
}

.ppp-name .round {
    margin-left: 15px;
}

.ppp-name .round label {
    width: 20px;
    height: 20px;
}

.ppp-name .round label:after {
    height: 6px;
    left: 4px;
    top: 5px;
    width: 10px;
}

.ppp-price {
    display: flex;
    align-items: center;
}

/* select.ppp_total_users {
    border: 0.893023px solid #B1B1B1;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: GE-SS-Two-Light;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #000000;
    width: 100%;
    height: 33px;
    text-align: center;
} */
.profile-package-plan-wrapper, .profile-package-plan-addon-wrapper {
    padding: 0px 0px 8px 0px;
}

.ppp-wrapper-inner.deactivate-pack .ppp-name, .ppp-wrapper-inner.deactivate-pack span.ppp-price-value {
    color: #A3A3A3;
}

.profile-package-cart-wrapper {
    width: 100%;
    height: 35px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.profile-package-cart-amount-label {
    width: 75%;
    text-align: right;
    font-family: GE-SS-Two-Light;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

.profile-package-total-cart-amount {
    text-align: left;
    width: 25%;
    font-family: 'Poppins-Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #4084F4;
}

button.btn.btn-primary.profile-package-cart-btn {
    background: #4084F4;
    border-radius: 3.80368px;
    border-color: #4084F4;
    cursor: pointer;
    font-family: GE-SS-Two-Light;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    width: 100%;
}

/*******************subscription-new-page END*******************/
/********************profile-billing START********************/
.col-md-12.profile-billing-col {
    padding: 0px;
}

.profile-billing-plan {
    border: 0.5px solid #979797;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 15px;
}

.egp-company-vatnote {
    text-align: left;
    font-family: 'GE-SS-Two-Light';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #000000;
}

.egp-company-vatnote span {
    font-family: 'Lato';
}

.profile-client-account-info, .profile-client-address-info {
    font-family: 'Lato';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #979797;
    margin-bottom: 10px;
}

.profile-client-account-info-wrapper {
    display: flex;
    align-items: center;
}

.profile-client-account-info {
    width: 20%;
}

.profile-client-edit {
    font-family: GE-SS-Two-Light;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #4084F4;
    position: absolute;
    top: 21px;
    left: 30px;
    cursor: pointer;
}

.payment-method-inner-wrapper {
    display: flex;
    align-items: center;
}

.visa-master, .cash-pament {
    font-family: GE-SS-Two-Light;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    width: 30%;
}

.card-image {
    margin: 0px 10px;
}

table.table.panding-invice-table > thead > tr > th {
    font-family: GE-SS-Two-Light;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #595959;
    text-align: center;
}

.table.panding-invice-table tbody > tr > td {
    background: #FFFFFF;
    border: 1px solid #979797;
    box-sizing: border-box;
    /*border-radius: 4px;*/
    text-align: center;
    /*padding: 8px 0px;*/
    font-family: GE-SS-Two-Light;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #595959;
    vertical-align: middle;
    border-left: 0px;
    border-right: 0px;
}

.table.panding-invice-table tbody > tr > td:last-child {
    border-left: 1px solid #979797;
}

.table.panding-invice-table tbody > tr > td:first-child {
    border-right: 1px solid #979797;
    font-family: 'Lato';
}

.table.panding-invice-table tbody > tr > td:nth-child(2), .table.panding-invice-table tbody > tr > td:nth-child(3) {
    font-family: 'Lato';
}

.table.panding-invice-table {
    border-collapse: separate;
    border-spacing: 0px 10px;
}

a.billing-pay-now-btn {
    background: #4084F4 !important;
    border-radius: 4px;
    border: 0px;
    font-family: GE-SS-Two-Light;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    padding: 4px 19px;
    display: inline-block;
}

.billing-invoice-previous {
    font-family: GE-SS-Two-Light;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-decoration-line: underline;
    color: #4084F4;
}

.billing-profile-label {
    font-family: GE-SS-Two-Light;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #595959;
}

input.billing-profile-input {
    margin-bottom: 10px;
    font-family: 'Lato';
}

button.btn.btn-primary.billing-profile-update-btn {
    font-family: GE-SS-Two-Light;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: #4084F4;
    border: 1px solid #4084F4;
    background-color: transparent;
    float: right;
    padding: 6px 22px;
}

.client-profile-edit-model-body {
    background-color: #ffffff;
    direction: rtl;
}

.client-profile-edit-model-content {
    background: transparent;
    border: 0px;
}

.modal-header.client-profile-edit-model-header button.close {
    position: absolute;
    z-index: 100;
    top: 17px;
    background: #ffffff;
    opacity: 1;
    right: -11px;
    height: 25px;
    width: 25px;
}

a.billing-view-invoice-btn {
    font-family: GE-SS-Two-Light;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #4084F4;
    background: transparent;
    border: 0px;
}

.otp-request-wrapper {
    font-family: GE-SS-Two-Light;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 17px;
    color: #979797;
}

/********************profile-billing END  ********************/
.back-to-dashboard {
    font-size: 14px;
}

.round.payment-methods label {
    background-color: #fff;
    border: 1px solid #979797;
    border-radius: 50%;
    cursor: pointer;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0px;
    width: 20px;
}

.round.payment-methods label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 4px;
    opacity: 0;
    position: absolute;
    top: 4px;
    transform: rotate(-45deg);
    width: 12px;
}

.view-report-pipeline {
    position: relative;
    top: 14px;
}

/* **************New Cash Payment/cash-pay.php rewmap Page 29 November 2021 Start*************** */
.cash-pay-inner-form-wrapper {
    border: 1px solid #979797;
    border-radius: 7px;
}

.row.cash-VAT-border-bottom {
    border-bottom: 1px solid #979797;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

input.btn.btn-primary.btn-pay-now.btn-generate-payment {
    background: #4084F4;
    border: #4084F4;
    border-radius: 4px;
    float: left;
    padding: 10px 55px;
    margin-left: -14px;
    font-family: GE-SS-Two-Light;
    width: auto;
}

/* **************New Cash Payment/cash-pay.php rewmap Page 29 November 2021 End*************** */

/************payment-details CSS START*************/
.payment-details-column-right {
    max-width: 86%;
    float: left;
    padding-top: 15px;
}

.payment-details-row.row, .addon-details-row.row {
    padding: 20px;
    margin-bottom: 20px;
    background-color: #ffffff;
}

/************payment-details CSS END*************/
.val-per-qty.prod-price {
    width: 25%;
    margin-left: 10px;
}

.create-list-copy {
    margin-bottom: 25px;
}

.create-list-copy {
    font-size: 11px;
    text-align: right;
    color: #4084f4;
    text-decoration: underline;
    cursor: pointer;
    word-break: break-all;

}

.create-list-copy-Modal {
    margin-top: 10%;
}

.stripe-payment-section {
    width: 40%;
}

.payment-errors {
    color: #ff0000;
    padding: 10px 15px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    background: #ff000020;
    display: none;
}

.connected-google-user {
    color: green;
}

.reconnect-google {
    color: #4084F4;
}

/******************New Sign Up PAGE rewamp START 17-11-2021*******************/
/* .signup-new-col {
    background: #ffffff;
    margin: 20px 0px;
    padding: 10px 0px;
}
ul#signup_page_tab {
    border-bottom: 1px solid #C4C4C4;
    margin-bottom: 4px;
	direction: rtl;
}
li.nav-item.signup-tab-item a {
    font-family: 'GE-SS-Two-Light';
    font-style: normal;
    font-weight: 300;
    font-size: 16px !important;
    line-height: 24px;
    padding: 0px 65px !important;
    border: 0px;
    padding-bottom: 10px !important;
    color: #C4C4C4 !important;
}
li.nav-item.signup-tab-item {
    padding-bottom: 0px !important;
}
li.nav-item.signup-tab-item.active{
    border-bottom: 1px solid #4084F4 !important;
}
ul.nav.nav-tabs > li.signup-tab-item.active a{
    color: #4084F4 !important;
}
li.nav-item.signup-tab-item:after {
    display:none;
}
.signup-profile-password-row input, .signup-profile-password-row select#signup_profile_Sector,.signup-profile-password-row select#signup_profile_country {
    box-shadow: none;
    background-color: #ffffff;
    border: 0.893023px solid #D8D8D8 !important;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 15px !important;
}
.signup-profile-wrapper {
    width: 100%;
    margin: 0 auto;
	direction: rtl;
}
.signup-profile-password-row input.form-control {
    box-shadow: none;
    background-color: #ffffff !important;
    border: 0.893023px solid #D8D8D8 !important;
    box-sizing: border-box;
    border-radius: 5px;
}
.signup-profile-password-row .form-group {
    padding-bottom: 0px;
}
.signup-profile-page-heading {
    font-family: 'GE-SS-Two-Light';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
    padding-right: 15px;
	text-align: right;
}
.signup-profile-page-subheading {
    font-family: 'GE-SS-Two-Light';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 29px;
    color: #000000;
    border-bottom: 0.5px solid #979797;
    padding-bottom: 0px;
    margin-bottom: 5px;
    text-align: right;
}
.ppp-wrapper-total {
    display: flex;
}
.ppp-total {
    width: 45%;
    padding-left: 30px;
}
.ppp-total-amount{
    width: 45%;
    text-align: right;
    padding-right: 6%;
}
.ppp-total {
    font-family: 'GE-SS-Two-Light';
    font-weight: bold;
    font-size: 13px;
    line-height: 19px;
    color: #000000;
    width: 45%;
    padding-left: 30px;
    text-align: right;
}
.ppp-total-amount{
    font-family: 'GE-SS-Two-Light';
    font-weight: bold;
    font-size: 13px;
    line-height: 19px;
    color: #000000;
    text-align: left;
}

.annual-subscription-col .form-group {
    padding-bottom: 0px;
}
#annual_subscription {
    border: 0.893023px solid #B1B1B1 !important;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: 'GE-SS-Two-Light';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #000000;
    height: 33px;
}
.signup-payment-billing-heading {
    font-family: 'GE-SS-Two-Light';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
	text-align: right;
}
.choose-payment-method-col {
    border-left: 1px solid #C4C4C4;
}
.cash-div.row {
    display: none;
}
.signup-payment-note {
    margin-bottom: 0px;
    font-size: 13px;
    text-align: right;
    color: #ff0000;
}
.select-payment-method {
    margin: 15px 0px;
	text-align: right;
}
a.payment-method-btn {
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    box-shadow: 1px 1px 1px #c4c4c4;
    padding: 16px 20px;
    margin-left: 15px;
}
.payment-method-btn.active {
    border: 2px solid #4084F4;
}
.mastercard-div input {
    border: 1px solid rgba(0,0,0,.15) !important;
    border-radius: 5px;
}
.mastercard-div.row .col-md-12, .mastercard-div.row .col-md-6,.cash-div.row .col-md-12 {
    padding-right: 0px;
}
.mastercard-div .form-group {
    padding-bottom: 0px;
}
.mastercard-div input {
    border: 1px solid #00000026 !important;
    border-radius: 5px;
    color: #000000;
}

label.contract-term-check-label {
    font-family: 'GE-SS-Two-Light';
    font-size: 13px;
    color: #7A7C7E;
    padding-right: 25px;
}
label.contract-term-check-label a {
    color: #007bff;
}
.payment-billing-cart-wrapper {
    width: 100%;
    height: 35px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.payment-billing-cart-amount-label {
    width: 75%;
    text-align: right;
    font-family: 'GE-SS-Two-Light';
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    color: #7A7C7E;
}
.payment-billing-total-cart-amount {
    text-align: right;
    width: 25%;
    font-family: 'Poppins-Regular';
    font-style: normal;
    font-size: 14px;
    color: #7A7C7E;
}
.col-md-5.summary-payment-method-col {
    padding-left: 35px;
} */
/******************New Sign Up PAGE rewamp END 	 17-11-2021*******************/

.signup-profile-password-row input::-webkit-input-placeholder {
    font-size: 14px;
}

#apply_coupon:hover {
    background: transparent;
}

/******************Facebook Connection Import History PAGE CSS Start*********************/

.top-fb-leadgen-stats {
    font-size: 20px;
    font-weight: bold;
}

.bottom-fb-leadgen-stat-label {
    /*    color: #595959; */
    font-size: 12px;
}

.fb-leadgen-imp-his-inner-wrapper {
    background: #FFFFFF;
    box-shadow: 0px 3.64246px 13.6592px rgb(0 0 0 / 8%);
    border-radius: 7.28492px;
    padding: 15px 0px;
    margin-bottom: 30px;
}

.fb-leadgen-table th {
    color: #595959;
    text-align: center !important;
    font-style: normal;
    font-weight: bold !important;
    font-size: 18px;
    line-height: 22px;
}

.fb-leadgen-table td {
    color: #595959;
    padding: 10px;
    text-align: center;
    border: 0;
    font-style: normal;
    font-size: 13px;
    font-family: lato;
}

/******************Facebook Connection Import History PAGE CSS END*********************/

.bg-white {
    background-color: #ffffff;
}

.leads-h .pay-logo img {
    height: 16px;
}

.bt-1 {
    border-top: 1px solid #979797;
}

.payment-summary {
    color: #757575;
}

.cb {
    color: #000000;
}

.profile-details-row .form-control::placeholder {
    color: #757575;
}

.call-deals-base {
    max-height: 375px;
    overflow-y: scroll;
}

.call-deals-base::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #787878;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.call-deals-base::-webkit-scrollbar {
    width: 6px;
}

.call-deals-base::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.meeting-start-time, .meeting-end-time {
    /*border-radius: 10px;*/
    width: 100%;
}

.additional_hours .form-control {
    border-radius: 10px;
    width: 98%;
}

.additional_hours .btn {
    border-radius: 10px;
}

.add-hours, .add-hours:hover {
    background: transparent;
    color: rgba(26, 26, 26, 0.6);
    border: none;
    font-size: 35px;
    padding: 0;
    line-height: 1;
}

.btn_remove, .btn_remove:hover {
    background: transparent;
    color: rgba(26, 26, 26, 0.6);
    border: none;
    font-size: 25px;
    padding: 0;
    line-height: 1.5;
}

.address-footer {
    font-size: 14px;
    text-align: right;
}

.conv-attachment {
    font-size: 20px;
    cursor: pointer;
}

/********************New Meeting Type   CSS START*********************/
.add-new-meeting-type-btn {
    cursor: pointer;
    color: #ffffff;
    background: #1872E7;
    padding: 7px 19px;
    font-size: 14px;
    display: inline-block;
}

.add-new-meeting-type-btn img {
    width: 20px;
    top: -1px;
    position: relative;
    margin-left: 8px;
}

.meeting-type-search {
    border-radius: 0;
    border: 1px solid #a0a0a0;
    margin-top: 1px;
    color: #000000;
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
}

a.meeting-link {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 17.4054px;
    line-height: 21px;
    color: #4084F4;
}

a.meeting-link img {
    margin-right: 5px;
}

.no-meeting {
    background: #FFFFFF;
    padding: 30px;
    margin-bottom: 60px;
}

p.no-meeting-txt {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    color: #757575;
}

.modal-add-new-meeting-type-dialog .modal-content {
    border: 0px;
    color: #ffffff;
}

.modal-add-new-meeting-type-dialog .modal-body {
    background-color: #ffffff;
    direction: rtl;
}

.form-group-element {
    margin-bottom: 15px;
}


.form-group-element .form-control, .form-group-element input.form-control, .form-group-element input.form-control::placeholder {
    /*font-family: Lato;*/
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #757575;
}

button.add-new-meeting-submit-btn {
    cursor: pointer;
    color: #ffffff;
    background: #1872E7;
    padding: 7px 19px;
    font-size: 14px;
    display: inline-block;
    float: left;
    border: 0px;
}

button.add-new-meeting-submit-btn img {
    width: 20px;
    margin-left: 8px;
}

.meeting-availability-heading {
    /*font-family: Lato;*/
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #595959;
}

label.scheduled-hours {
    /*font-family: Lato;*/
    font-style: normal;
    font-weight: normal;
    font-size: 12.5143px;
    line-height: 15px;
    color: #000000;
}

.scheduled-hours {
    float: left;
    margin-right: 10px;
}

.modal-add-new-meeting-type-dialog .meeting-calendar-detail {
    border: 1.16436px solid #D6D6D6;
    box-sizing: border-box;
    border-radius: 5px;
    height: 35vh;
}

.add-hours, .add-hours:hover, .btn-success-edit, .btn-success-edit:hover {
    background: transparent;
    color: rgba(26, 26, 26, 0.6);
    border: none;
    font-size: 35px;
    padding: 0;
    line-height: 1;
}

/********************New Meeting Type  CSS END  *********************/


/* *******************Sales Forecast Start********************* */

.sales-forecast-right {
    width: 91% !important;
    float: right;
    max-width: 91%;
    padding-left: 0px;
    padding-top: 2px;
}

.sales-forecast-heading {
    padding: 20px 0px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
}

.forecast-date-range {
    padding: 9px 0px;
}

.search-container {
    margin-top: 3px;
}

input.search-input {
    padding: 1px 5px;
    font-size: 17px;
    font-family: GE-SS-Two-Light;
    width: 55%;
    float: right;
}

button.search-btn {
    padding: 3px 12px;
    color: #ffffff;
    background: #606364;
    font-size: 17px;
    border: none;
    cursor: pointer;
    border-radius: 3px;
}

i.fa.fa-search.search-icon {
    transform: rotate(90deg);
}


.first-col-cart {
    margin: 7px;
    border: 10px solid #ECECEE;
    border-radius: 5px;
    background: #ECECEE;
}

.first-col-cart::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #9e9e9e;
    -webkit-box-shadow: inset 0 0 6px rgb(158 158 158 / 50%);
}

.first-col-cart::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.first-col-cart::-webkit-scrollbar {
    width: 6px;
}

.sale-forecast-head {
    padding-right: 2.5rem !important;
}

.sale-col-inner {
    background: #ffffff;
    border-radius: 5px;
}

.month-wrapper {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #606364;
    text-align: center;
    padding: 3px;
    border-bottom: 1px solid #E2E2E6;
}

.sale-col-inner-sub {
    background: #ffffff;
    padding: 7px;
    border-radius: 4px;
}

.total-cast {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
}

img.tick-img {
    margin-left: 5px;
}

.first-egp-p {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #606364;
    white-space: nowrap;
    width: 109px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sale-sub-head {
    display: flex;
}

.sale-forecast-egp {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #606364;
    white-space: nowrap;
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sale-forecast-egp span {
    font-size: 12px;
}

.first-cast-cart {
    background: #ffffff;
    margin: 10px 0px;
    border-radius: 4px;
    padding: 10px 0px;
}

.pending-edit {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0px 14px;
}

.pending {
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    white-space: nowrap;
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.edit a {
    color: #4084F4;
    text-decoration: underline;
    font-style: normal;
    font-weight: 500;
    font-size: 8.4px;
    padding-right: 2px;
}

.slidecontainer {
    padding: 10px 14px;
}

.f-p-bar {
    height: 12px !important;
}

.cast-customer {
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    color: #606364;
    padding-right: 14px;
    white-space: nowrap;
    width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.company-and-days {
    padding: 0px 14px;
}

.company-name {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    white-space: nowrap;
    width: 145px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.days-status {
    font-style: normal;
    font-weight: 500;
    font-size: 8.5px;
    margin-top: 3px;
    align-items: center;

}

.days-status-text {
    white-space: nowrap;
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
}

img.tick-elipse-image {
    margin-right: 3px;
}

.cast-number {
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    color: #606364;
    white-space: nowrap;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cast-id {
    font-style: normal;
    font-weight: 300;
    font-size: 11px;
    color: #606364;
    align-items: center;
    white-space: nowrap;
    width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cast-egp {
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    color: #606364;
    margin-top: 13px;
    padding-right: 7px;
    white-space: nowrap;
    width: 108px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cast-egp span {
    font-size: 12px;
}

.forecast-view-lead {
    color: #4084F4;
    text-decoration: underline;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 13px;
}

.sale-in-charge {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 9.4px;
    color: #979797;
    white-space: nowrap;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.add-forecast-btn {
    border-radius: 4px;
    background: #1872E7;
    color: #ffffff;
    float: left;
    margin-top: 10px;
}

.forecast-m-header button {
    position: absolute;
    right: -14px;
    top: -16px;
    opacity: 1;
    background-color: #ffffff;
}

.modal-form-group {
    margin: 5px 0px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
}

.modal-form-select {
    font-family: GE-SS-Two-Light;
    width: 100%;
    padding: 8px 5px;
    color: #595959;
    border-radius: 3px;
    border: none;
}

.modal-form-group input {
    color: #595959;
    border-radius: 3px;
    border: none;
}

.update-btn {
    background: #FFF217;
    border-radius: 4px;
}

.first_forecast {
    color: #1872E7;
    font-size: 22px;
    text-align: center;
    margin: 0 auto;
    margin-top: 25vh;
}

.first_forecast a {
    color: #1872e7;
}

/* *******************Sales Forecast End********************* */
.conversation-left-bar .badge-conversation {
    background: #E5EFFF;
    border-radius: 4px;
    color: #5893F6;
    padding: 2px 5px;
    position: absolute;
    right: 25%;
    margin-top: -10px;
}

.badge-conversation {
    background: #E5EFFF;
    color: #5893F6;
}

.search-lead-heading {
    font-family: GE-SS-Two-Light;
}

connect-lead-chat {
    font-family: GE-SS-Two-Light;
}

.pref-conv-item {
    font-family: GE-SS-Two-Light;
    font-size: 14px;
}

.conv-tab-item, .conv-select-item {
    font-family: GE-SS-Two-Light;
}

.select-conv-assign-to-bottom {
    min-width: 100px;
    width: 33%;
    font-style: normal;
    font-weight: bold;
    line-height: 17px;
    color: #595959;
    background: #ffffff;
    border: 0.4px solid #c4c4c4;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 5px 4px;
    font-size: 12px;
    letter-spacing: 0px;
    margin-left: 1%;
    font-family: GE-SS-Two-Light;
}

.btn-whatsapp-web, .btn-whatsapp-local, .btn-whatsapp-select {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 10px;
    color: #000000;
}

.whatsapp-modal-title {
    font-weight: bold;
}

/********* whatsapp audio new addition *******/
.conv-start-audio, .conv-stop-audio {
    font-size: 20px;
    cursor: pointer;
}

.conv-stop-audio {
    display: none;
    color: #ff0000;
}

.btn-send-audio, .btn-cancel-audio {
    background: #4084f4;
    color: #ffffff;
    border: none;
    outline: none;
    font-size: 12px;
    padding: 0 10px;
    height: 30px;
    margin-left: 10px;
}

.audio-send-wrapper {
    display: none;
    position: absolute;
    top: -70px;
    left: 22%;
    align-items: center;
    background: #f1f3f4;
    padding: 10px 30px 10px 10px;
}

.btn-cancel-audio {
    background: #ffffff;
    color: #000000;
}

/********* whastsapp audion new addition ends **********/

.whatsapp-configurations {
    float: right;
    margin-top: 15px;
}

/*CHATBOT */
.chatbot-add-row {
    background-color: #4084F4;
    border-color: #4084F4;
    color: #ffffff;
    margin-bottom: 20px;
    border: none;
    padding: 0.5rem 1rem;
    font-size: 12px;
    font-family: GE-SS-Two-Light;
}

.chatbot-wrapper {
    width: 100%;
    max-width: 100%;
}

.chatbot-wrapper form {
    width: 95%;
    margin: 20px auto;
}

.chatbot-table th {
    /*font-family: 'Poppins';*/
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #464F60;
}

.chatbot-save {
    padding: 5px 20px;
    border: none;
    font-size: 12px;
    background: #4084F4;
    color: #ffffff;
    border-radius: 6px;
    float: right;
    font-family: GE-SS-Two-Light;
}

.chatbot-delete-row {
    background: #ffffff;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 12px;
    margin: 0px 10px;
    border: none;
    float: right;
}

.chatbot-action {
    font-size: 12px;
}

.chatbot-mainrows textarea, .chatbot-mainrows input#name {
    font-size: 12px;
}

.chatbot-conv-item, .chatbot-conv-item-assign {
    font-size: 12px;
    margin-top: 5px;
    text-align: right;
}

.chatbot-conv-item .rotate-list, .chatbot-conv-item .rotate-source {
    font-size: 12px;
}

.chatbot-mainrows .form-control {
    font-size: 12px;
}

.chatbot-mainrows textarea {
    min-height: 75px;
    resize: none;
}


.chatbot-mainrows textarea::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #4084f4;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.chatbot-mainrows textarea::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.chatbot-mainrows textarea::-webkit-scrollbar {
    width: 6px;
}


/*CHATBOT END */


/***** team page changes ******/
.btn-select-team-action {
    background: transparent;
    border: 2px solid #4084F4;
    font-size: 14px;
    padding: 8px 11px;
}

.btn-select-team-action img {
    margin-right: 10px;
    margin-top: -4px;
}

.team-user-menu {
    position: absolute;
    background: #ffffff;
    box-shadow: 0px 3.55309px 44.4136px rgb(0 0 0 / 5%);
    padding: 5px 20px;
    top: 5px;
    right: 140px;
    display: none;
}

.team-user-menu-item, .team-user-menu-item a {
    text-decoration: none;
    color: #242533;
    font-size: 14px;
    cursor: pointer;
    line-height: 26px;
}

.action-team-menu a {
    display: block;
    border-bottom: 1px solid #EEEEF2;
    padding: 5px 10px;
    font-size: 12px;
    text-align: right;
    font-family: GE-SS-Two-Light;
}

.action-team-menu a:hover {
    background-color: #FCFCFC;
}

.action-team-menu a img {
    width: 12px;
    margin-left: 10px;
}

.open .action-team-menu {
    display: block;
    padding: 0;
}

.user-det-row.user-deactive td, .user-det-row.user-deactive td a {
    color: #979797 !important;
}

.user-det-row td a.team-action-menu {
    cursor: pointer;
    color: #4084F4 !important;
    font-family: GE-SS-Two-Light;
}

.last-login-time {
    color: #979797;
}

.n-user-search-icon {
    position: absolute;
    width: 16px;
    top: 10px;
    right: 18px;
}

/****** team page changes end **********/
#filter-person-incharge {
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: -0.3px;
    color: #606364;
    border: 1px solid #DBDDE0;
    border-radius: 4px;
    margin-right: 10px;
}

/*knowledge base entry*/
/* .nav-link.nav-refer.pull-right.knowledge-base-menu {
    color: #4084F4;
    font-size: 14px;
    margin-top: 14px;
    position: relative;
    cursor: pointer;
    direction: rtl;
} */
.knowledge-base-dropdown {
    position: absolute;
    top: 33px;
    left: 0px;
    background: #ffffff;
    z-index: 100;
    line-height: 20px;
    border: 0.3px solid #ABABAB;
    font-size: 12px;
    display: none;
    min-width: 11rem;
}

.knowledge-base-menu-item {
    display: block;
    padding: 5px 10px;
    border-bottom: 0.3px solid #EAEAEA;
}

.knowledge-base-menu-item:last-child {
    border-bottom: none;
}

.knowledge-base-menu-img {
    margin-left: 10px;
}

.knowledge-base-menu-item:hover {
    background-color: #EAEAEA
}

.kb-video-popup {
    z-index: 10000000;
    background: #ffffff;
    width: 700px;
    right: calc(50vw - 350px);
    height: 500px;
    box-shadow: 0px 3.55309px 17.7654px rgb(0 0 0 / 12%);
    border-radius: 10.6593px;
    position: fixed;
    top: 10%;
    display: none;
}

.kb-popup-close {
    cursor: pointer;
    position: absolute;
    left: -12px;
    top: -19px;
    background: #ffffff;
    border-radius: 50%;
    padding: 0px 6px;
    box-shadow: 0px 3.55309px 17.7654px rgb(0 0 0 / 12%);
}

/*knowledge base entry*/
.alert-danger {
    word-wrap: anywhere;
}

.lead_no_followup {
    font-size: 14px;
    color: #FF0000;
    float: left;
    text-decoration: underline;
    cursor: pointer;
}

.conv-menu-item a {
    font-size: 12px;
    color: #000000;
    font-weight: 600;
    cursor: pointer;
}

.conv-side-social-ul li {
    padding-bottom: 7px;
}

/************** new chatbot page start ************************/
/* ************************* */
.chatbot-selector-menu {
    background-color: #ffffff;
    position: absolute;
    display: none;
}

.chatbot-selector {
    font-size: 14px;
    position: relative;
    cursor: pointer;
}

.chatbot-selector::after {
    content: "";
    border-top: 5px solid #000000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    top: 8px;
    right: -15px;
}

.chatbot-menu-item {
    padding: 5px 15px;
    font-size: 12px;
    cursor: pointer;
}

.chatbot-menu-item:hover {
    background-color: #f0f0f0;
}

/* *************************** */

.chatbot-top-selector {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.chatbot-heading {
    font-size: 18px;
}

.chatbot-item-wrapper {
    margin-bottom: 20px;
    background-color: #ffffff;
    padding: 20px;
    box-shadow: 0px 2px 10px 0px #c5c5c5;
}

.chatbot-base-title {
    font-size: 18px;
    line-height: 27px;
}

.chatbot-base-item {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.chatbot-base-header {
    padding: 0 15px;
}

.chatbot-base-desc {
    font-size: 10px;
    line-height: 15px;
}

.chatbot-base-arrow {
    margin-left: 0;
    margin-right: auto;
    transition-property: transform;
    transition-duration: 0.5s;
    transform: rotate(90deg);
}

.chatbot-base-detail {
    margin-top: 20px;
}

.chatbot-form-row .form-control {
    background-color: #F5F5F7;
    font-size: 12px;
    min-height: calc(2.25rem + 2px);
    border-radius: 3.51145px;
    border: none;
}

.chatbot-form-row {
    margin-bottom: 15px;
    position: relative;
    font-size: 12px;
}

.chatbot-attach-label {
    margin: 0;
    font-size: 12px;
    color: #6F00FF;
    margin-right: 20px;
    line-height: 18px;
    cursor: pointer;
}

.clear-text, .clear-detail-text {
    position: absolute;
    top: -3px;
    left: 11px;
    background: #C4C4C4;
    font-size: 10px;
    height: 13px;
    width: 13px;
    text-align: center;
    line-height: 10px;
    border-radius: 50%;
    color: #ffffff;
    border: 1px solid;
    cursor: pointer;
}

.clear-detail-text {
    left: -5px;
}

.chatbot-details-header {
    background: #F5F5F7;
    border-radius: 17px 17px 0px 0px;
    display: flex;
    padding: 10px;
    font-size: 12px;
    font-weight: 600;
}

.chatbot-details-row {
    display: flex;
    padding: 30px 0px;
    border-top: 1px solid #F5F5F7;
}

.chatbot-details-body {
    border-radius: 0px 0px 17px 17px;
    border: 1px solid #F5F5F7;
}

.chatbot-side-commands {
    width: 80%;
}

.del-chatbot-row {
    background: #ffffff;
    outline: none;
    border: 0.5px solid #FF4B55;
    width: 100%;
    font-size: 12px;
    color: #FF4B55;
    border-radius: 4px;
    padding: 10px 10px;
}

.add-new-button, .add-button-welcome {
    color: #6F00FF;
    font-size: 12px;
    font-weight: 600;
    text-align: right;
    cursor: pointer;
}

.chatbot-add-row-btn {
    width: 46px;
    height: 46px;
    display: inline-block;
    font-size: 30px;
    text-align: center;
    background: #6F00FF;
    vertical-align: middle;
    color: #ffffff;
    border-radius: 50%;
    margin-left: 15px;
    cursor: pointer;
}

.chatbot-add-row-wrapper {
    font-size: 12px;
    padding: 15px;
}

.chatbot-base-item.opened .chatbot-base-arrow {
    transform: rotate(0deg);
}

.chatbot-header-image {
    font-size: 10px;
    line-height: 10px;
    display: inline-block;
}

.btn-save-welcome {
    display: inline-block;
    background: #4084F4;
    padding: 7px 28px;
    font-size: 14px;
    color: #ffffff;
    border-radius: 4px;
    cursor: pointer;
    text-transform: capitalize;
}

.btn-save-details {
    background: #ffffff;
    outline: none;
    border: 0.5px solid #6f00ff;
    font-size: 14px;
    color: #6f00ff;
    border-radius: 4px;
    padding: 7px 28px;
    margin-top: 15px;
}

.chatbot-form-row .form-control.force-english {
    direction: ltr;
    text-align: right;
}

.btn-conv-message {
    background: #ffffff;
    color: #4084F4;
    border: none;
    margin: 5px;
}

.conv-button-message-main {
    color: #000000;
    font-weight: bold;
    margin: 10px 0px;
}

.btn-conv-message.selected {
    color: #a0a0a0;
}

/************** new chatbot page end ************************/


/************** Quick Reply by Hassan page start ************************/
.conv-rply-head-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.7rem 0;
    border-bottom: 0.6px solid #d6d6d6;
}

.conv-rply-title {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.conv-rply-close-btn a {
    color: #000000;
}

.conv-rply-search-wrap {
    position: relative;
    width: 78%;
}

.rply-search-icon {
    position: absolute;
    left: 11px;
    top: 8px;
}

.conv-rply-search-wrap input {
    font-family: GE-SS-Two-Light;
    background: #f5f5f7;
    border-radius: 2px;
    border: none;
    padding: 3px 10px;
    width: 98%;
}

.conv-rply-add-wrap {
    width: 24%;
}

.rply-add-new {
    color: #6f00ff;
    border: 1px solid #6f00ff;
    border-radius: 2px;
    padding: 5px 0px;
    font-weight: 600;
    font-size: 12px;
    display: block;
    text-align: center;
    line-height: 18px;
    width: 100%;
}

.conv-rply-search-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin: 15px auto;
}

.conv-search-tem-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    border: 0.3px solid #7a7a7a;
    border-radius: 2px;
    margin-bottom: 10px;
    padding: 14px;
    cursor: pointer;
}

.conv-search-tem {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #7a7a7a;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.conv-delete-temp {
    cursor: pointer;
}
.conv-search-tem + input[type="checkbox"]:checked {
    color: #6f00ff !important;
}

/* popup start */
.rply-modal-header {
    padding-bottom: 10px !important;
    border-bottom: 0.6px solid #D6D6D6;
}

.conv-rply-popup {
    min-height: 450px !important;
    width: 500px;
    right: 60% !important;
}

.modal-header {
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d6d6d6;
}

.rply-shortcode {
    border: 0.5px solid #adadad;
    border-radius: 7.06236px;
    font-style: normal;
    font-weight: 400;
    font-size: 8px;
    line-height: 12px;
    color: #626262;
    padding: 3px 11px;
    cursor: pointer;
    margin-right: 3px;
}

.rply-shortcode.active {
    background-color: #6f00ff;
    color: #ffffff;
}

.custom-msg {
    padding: 10px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #7a7a7a;
}

.custom-popup {
    position: absolute;
    top: 10%;
    z-index: 10000000;
    background: #ffffff;
    right: 24%;
    min-height: 296px;
    background: #ffffff;
    border: 1px solid #d6d6d6;
    box-shadow: 0px 4px 50px rgb(0 0 0 / 10%);
    display: none;
}

.add-rply {
    text-align: end;
}

.add-rply-text {
    background-color: #6f00ff;
    color: #ffffff;
    border: 1px solid #6f00ff;
    border-radius: 2px;
    padding: 3px 20px;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
}

.conv-custom-msg {
    margin-top: 13px;
    margin-bottom: 13px;
    min-height: 270px;
}

.custom-chat {
    min-height: 200px;
    overflow: hidden;
    border: none;
}

.conv-custom-msg textarea {
    padding: 10px 1px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    height: 40px;
}

/* popup end */
/* custom pop start */
.custom-popup {
    position: absolute;
    top: 10%;
    z-index: 10000000;
    background: #ffffff;
    right: 24%;
    min-height: 296px;
    background: #ffffff;
    border: 1px solid #d6d6d6;
    box-shadow: 0px 4px 50px rgb(0 0 0 / 10%);
    display: none;
}

.custom-modal-header {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-modal-content {
    padding: 10px 20px;
    overflow-y: auto;
    max-height: 60vh;
    width: 100%;
    background-color: #ffffff;
}

/* custom pop end */

/************** Quick Reply by Hassan page end ************************/

/**************** chatbot on ***************/
.conv-chatbot-selector-wrapper {
    margin-left: 0;
    margin-right: auto;
    display: flex;
    padding-top: 3px;
}

.chatbot-selector-title {
    line-height: 14px;
}

.conv-chatbot-selector-wrapper .form-check-toggle input:checked + span:before {
    background-color: #6F00FF;
    border-color: #6F00FF;
    transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.conv-chatbot-selector-wrapper .form-check-toggle input + span:before {
    background-color: #E1E1E3;
    border-color: #E1E1E3;
}

.conv-chatbot-selector-wrapper .form-check-toggle input + span:after {
    background: #FFFFFF;
}

/**************** chatbot on ***************/

/****************** new message for waba contacts ***************/
.conv-notice .conversation-chat-sender-message {
    color: #595959;
}

.conv-notice .conversation-chat-sender-message a {
    color: #595959;
    text-decoration: underline;
}

.conv-notice .conversation-chat-sender-name {
    color: #595959;
}

.conv-notice {
    text-align: right;
}

.conv-notice .conversation-message-area {
    background-color: #F8CCC6;
    border-bottom-right-radius: 0px;
    padding: 0.7rem 0.5rem;
}

/****************** new message for waba contacts ***************/
.conv-search-tem-wrapper {
    overflow-y: scroll;
    max-height: 68vh;
    padding: 10px;
}

.conv-search-tem-wrapper::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #787878;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.conv-search-tem-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.conv-search-tem-wrapper::-webkit-scrollbar {
    width: 6px;
}
@media screen and (max-width: 1024px) {
    /*******************New Price Page 1024 Start*******************/
    .new-price-pakage-Name {
        padding: 0px 0px 0px 0px;
        text-align: center;
    }

    .pakage-bill-price {
        font-size: 18px;
    }

    .pakage-addons-inner-wrapper {
        margin: 0px;
    }

    .pakage-addons-main-wrapper {
        margin-top: 30px;
    }

    .new-price-pakage-heading {
        font-size: 26px;
    }

    a.new-price-pakage-cta {
        font-size: 14px;
    }

    a.new-price-quote-cta {
        font-size: 20px;
    }

    .new-price-heading {
        font-size: 30px;
    }

    .pack-heading {
        font-size: 20px;
    }

    a.Contact-sales-btn, a.Compare-plan-btn {
        font-size: 14px;
    }

    .choosing-plan-heading {
        font-size: 26px;
    }

    .favorite-features-text {
        font-size: 18px;
    }

    h4.pakage-addons-heading {
        font-size: 18px;
    }

    /*******************New Price Page 1024 END*******************/
    a.pricing-cta {
        font-size: 19.1355px;
    }

    .reason-heading {
        font-size: 37px;
        line-height: 50px;
    }

    .real-estate-heading {
        font-size: 37px;
    }

    .home-price-heading span {
        font-size: 34px;
    }

    .perfect-fit-img {
        width: 100%;
    }

    /* .nav-link {
        padding: 0.5rem .4rem !important;
    } */
    .col-md-2.feature-div-col.active-tab p.feature-div a {
        font-size: 16px;
    }

    p#tab-container {
        color: #ffffff;
        padding-top: 50px;
        height: 186px;
    }

    .navbar-inverse .navbar-nav .nav-link {
        font-size: 16px;
    }

    .home-banner {
        height: 450px;
    }

    .banner-heading {
        font-size: 36px;
        margin-top: 70px;
        line-height: 40px;
    }

    /* nav.navbar.navbar-toggleable-md.navbar-inverse.bg-inverse {
         width: 54% !important;
     }*/
    .singnin-form-div {
        width: 100%;
    }

    h1.banner-heading {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    p.about-p, p.about-2p {
        font-size: 16px;
        padding: 0px 40px;
    }

    h1.lead-heading {
        font-size: 28px;
    }

    .feature-div-heading {
        width: 100%;
    }

    .feature-div-col {
        font-size: 16px;
        padding: 10px;
        line-height: 20px;
    }

    .feature-list-heading {
        padding: 8px;
        font-size: 16px;
    }

    .line-dev-heading {
        margin-top: -20px;
    }

    img.triangle-image {
        position: absolute;
        z-index: 10;
        top: 0;
        width: 480px;
        left: 0px;
    }

    .col-md-2.footer-left, .col-md-8.footer-right {
        float: none;
        margin: 0 auto;
    }

    .col-md-1.plane-col-1 {
        display: none;
    }

    .col-md-10.plane-col-12 {
        padding: 0px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    /**************************************reporting page****************************************/
    .col-md-4.user-list-leads-reporting {
        max-width: 31%;
    }

    .report-stage > h4, .col-md-6.report-stage > .col-md-4 > h4, .report-stage > p, .col-md-6.report-stage > .col-md-4 > p {
        font-size: 12px;
    }

    .col-md-6.aggregate-report > label {
        font-size: 15px;
    }

    .col-md-8.marketing-right > h4 {
        font-size: 22px;
    }

    .user-list, .team-list {
        max-width: 31%;
        -webkit-flex: 0 0 31%;
        -ms-flex: 0 0 31%;
        flex: 0 0 31%;
    }

    input.user-search.form-control, input.form-control.enter-email {
        width: 220px;
    }

    .Add-new-user-button {
        padding: 10px 20px;
    }

    /************************New Dashbord*************************/
    .loged-user-heading, .cdt-heading, .cil-heading, .leads-stats-heading {
        font-size: 14px;
    }

    .cdt-info {
        padding: 0 0 32px 0;
    }

    img.deshbord-img {
        width: 29px;
        margin-right: 3px;
        margin-left: 3px;
        margin-top: 0px;
    }

    p.deshbord-p {
        padding-top: 14px;
    }

    .marketing-leads-left {
        padding: 8px;
    }

    .video-plan-row {
        display: block;
    }

    .video-Plan-section .col-md-3 {
        margin-bottom: 30px;
        float: left;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 31.33%;
        flex: 0 0 31.33%;
        max-width: 31.33%;
    }

    .all-user-list .arrow-steps .step {
        display: none;
    }

    .all-user-list .arrow-steps .step.current, .all-user-list .arrow-steps .step.current + .step, .all-user-list .arrow-steps .step.current + .step + .step {
        display: flex;
        font-size: 12px;
    }

    .top-stages-filter.arrow-steps {
        flex-wrap: wrap;
    }

    .top-stages-filter.arrow-steps .step {
        flex: 0 0 31%;
        margin-bottom: 3px;
        font-size: 12px;
    }

    span.moved-from-bade {
        margin-top: 5px;
    }

    .col-md-4.user-list-leads, .lead-list-report {
        width: 32% !important;
        max-width: 31%;
    }

    input#searchinput {
        width: 200px !important;
    }

    ul.filter-div-assign li {
        width: 100%;
    }

    .all-action-lead-listing .round {
        left: 5px;
        margin-top: -1px;
    }

    .deal-filter-col {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .navigation-custom {
        font-size: 14px;
    }

    a.select-lang {
        font-family: 'GE-SS-TWO-MEDIUM';
        font-size: 14px;
        padding: 0px 0px !important;
    }
}

@media screen and (max-width: 900px) {
    span.side-bar-label {
        display: none;
    }

    #submenu-1, #submenu-2, #submenu-3, #submenu-4 {
        padding-left: 0px;
    }

    img.deshbord-img {
        width: 20px;
    }

    span.dashboard-info-img img, span.dashboard-btfc-img img {
        width: 40px;
    }
}

@media screen and (max-width: 768px) {
    /*******************New Price Page 768 Start*******************/
    .new-price-section .col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .new-base-solution-section .col-md-8 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    h4.pakage-addons-heading {
        font-size: 14px;
    }

    ul.pakage-addons-features-item li {
        font-size: 12px;
    }

    .pakage-addons-inner-wrapper {
        margin: 10px 0px;
        padding: 30px 10px;
    }

    .choosing-plan-heading {
        font-size: 18px;
    }

    .new-price-choosin-plan-section .col-md-6, .new-price-choosin-plan-section .col-md-5 {
        -ms-flex: 0 0 50%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }

    .btn.pakage-addons-cta {
        font-size: 12px;
    }

    /*******************New Price Page 768 End*******************/
    /****************cil table****************/
    li.nav-item {
        text-align: right;
    }

    .main-header {
        padding: 8px 15px;
    }

    a.contact-us-cta {
        padding: 5px 5px;
        font-size: 12px;
    }

    ul.top-header-right {
        font-size: 14px;
    }

    table.table.table-striped.user-cil-tabal {
        border: 0;
    }

    table.table.table-striped.user-cil-tabal thead {
        display: none;
    }

    table.table.table-striped.user-cil-tabal tr {
        margin-bottom: 10px;
        display: block;
        border: 2px solid #ddd;
    }

    table.table.table-striped.user-cil-tabal td.user-cil-tv {
        font-size: 12px;
        color: #000;
        border-right: 1px solid #ddd;
        height: auto;
        width: 100%;
        display: block;
        text-align: right !important;
        padding: 15px;
    }

    table.table.table-striped.user-cil-tabal td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: bold;
    }

    .table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(0, 0, 0, .05);
    }

    #add_new_cil .modal-dialog {
        max-width: 100% !important;
    }

    #of_sent_list input.sequence-search.form-control {
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }

    #of_sent_list table.table.table-striped {
        border: 0;
    }

    #of_sent_list table.table.table-striped thead {
        display: none;
    }

    #of_sent_list table.table.table-striped tr {
        margin-bottom: 10px;
        display: block;
        border: 2px solid #ddd;
    }

    #of_sent_list table.table.table-striped td {
        font-size: 12px;
        color: #000;
        border-right: 1px solid #ddd;
        height: auto;
        width: 100%;
        display: block;
        text-align: right !important;
        padding: 15px;
    }

    #of_sent_list table.table.table-striped td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: bold;
    }

    #of_sent_list .table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(0, 0, 0, .05);
    }

    #of_sent_list button.btn-seq-search {
        margin: 0px 0px 0 5px;
        background-color: #ff3d80;
        border-color: #ff3d80;
        border-radius: 0px;
        color: #ffffff;
        border: 0;
        font-size: 12px;
        padding: 11px 23px 10px;
        font-family: GE-SS-Two-Medium;
        float: right;
    }

    #of_sent_list .modal-dialog {
        max-width: 100% !important;
    }

    /********************/
    .marketing-List-right .control-felid.sorting select.form-control.selectpicker.order-lead-list-type {
        width: 20%;
    }

    input.Delivery-type {
        width: 165px;
    }

    .insert-leads-wrapper .connect-fb-lead a.p-leads {
        font-size: 10px;
        padding: 11px 6px 5px 6px;
        text-align: center;
    }

    .marketing-List-right .control-felid.sorting select.form-control.selectpicker.order-lead-list-type {
        width: 100%;
    }

    .cil-logo-image {
        text-align: right;
    }

    .connect-fb-lead button.btn.btn-primary.btn-lg.Add-new-row-table-button {
        margin-top: 1px;
    }

    .upl-excel i.fa_icon.icon-upload-alt.margin-correction {
        width: 100%;
        font-size: 10px;
    }

    a.btn.btn-add-lead-list-page {
        font-size: 10px;
        padding: 11px 6px 5px 6px;
    }

    .Plan-table-section {
        padding: 15px 0px;
    }

    .container.plans.plan-for-mobile {
        padding: 0px;
    }

    .starter-plan {
        background-color: #3C50BA;
        padding: 30px 20px 30px 20px;
        text-align: center;
    }

    .Semi-pro-plan {
        background-color: #192D97;
        padding: 30px 20px 30px 20px;
        text-align: center;
    }

    .Super-pro-plan {
        background-color: #440D63;
        padding: 30px 20px 30px 20px;
        text-align: center;
    }

    .starter-plan a, .Semi-pro-plan a, .Super-pro-plan a {
        color: #ffffff;
        font-size: 20px;
        font-weight: bold;
    }

    button.navbar-toggler.navbar-toggler-right {
        display: block;
    }

    .col-md-2.feature-div-col.active-tab p.feature-div a {
        font-size: 15px !important;
        line-height: 20px;
    }

    p.feature-div {
        padding: 10px 0px;
    }

    h1.banner-heading {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
        margin-left: 40px;
        margin-top: 30px;
    }

    .about-p, p.about-2p {
        font-size: 15px;
        padding: 0px 0px;
    }

    img.triangle-image {
        width: 365px;
    }

    .feature-div-col {
        font-size: 15px;
        padding: 0px;
        line-height: 20px;
    }

    .logedin-nav-in {
        margin-top: 15px;
        width: 11%;
        float: right;
        display: block !important;
    }

    .header-wrapper {
        margin-bottom: 15px;
    }

    nav.navbar.navbar-toggleable-md.navbar-inverse.bg-inverse {
        width: 100% !important;
        float: left;
        text-align: left;
        margin-top: 0px;
    }

    .navbar-inverse .navbar-nav .nav-link {
        color: #fff;
        font-size: 20px;
        text-transform: uppercase;
        padding: 3px 20px !important;
        z-index: 99999;
    }

    .navbar-inverse .navbar-toggler {
        border-color: #3576fb !important;
        border: 2px solid #3576fb;
    }

    .navbar-inverse .navbar-toggler-icon {
        background-color: #ffffff !important;
    }

    button.navbar-toggler.navbar-toggler-right.collapsed > i.fa.fa-bars {
        color: #ffffff !important;
    }

    button.navbar-toggler.navbar-toggler-right {
        border: 2px solid #ffef1a !important;
        margin-top: -45px;
        color: #ffef1a;
    }

    a.nav-link.signinup-button {
        border-radius: 0px;
    }

    .row.Contact-row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .col-lg-2.service-col {
        width: 33% !important;
        flex: 0 0 33%;
        max-width: 33%;
        text-align: center;
        padding: 25px 5px;
        float: left;
    }

    .marketing-logo-left {
        width: 20%;
        float: left;
    }

    .marketing-leads-left {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
        min-height: auto;
    }

    .col-md-12.marketing-logo-left {
        border-bottom: none;
    }

    .marketing-List-right {
        width: 100% !important;
        max-width: 100%;
    }

    .col-md-4.marketing-left {
        float: left;
        text-align: center;
        max-width: 100%;
    }

    .col-md-8.marketing-right {
        float: right;
        text-align: center;
        max-width: 100%;
    }

    .col-md-6.col-md-offset-3.Contact-col-center {
        float: none;
        max-width: 76%;
        margin-top: 23px;
        margin: 39px auto;
    }

    p.footer-link > a {
        font-size: 19px;
        padding: 0 20px;
    }

    .marketing-leads-right {
        width: 100% !important;
        float: left;
        max-width: 100%;
        padding: 0px 10px;
    }

    .col-md-8.user-name-role-leads {
        float: left;
        text-align: center;
        padding: 0px;
    }

    input.form-control.Ex-name, input.form-control.Ex-phone, input.form-control.Ex-email {
        width: 135px;
    }

    button.btn.btn-primary.btn-lg.Add-new-row-table-button {
        margin-top: 20px;
    }

    .col-md-12.marketing-leads-table {
        margin: 0px 0 20px 0;
        padding: 0px;
    }

    ul.dropdown-menu.assign-menu {
        left: -156px;
    }

    .col-md-12.marketing-List-table {
        overflow: auto;
    }

    .col-md-12.marketing-leads-table {
        overflow: auto;
    }

    p.user-name-leads-img {
        height: 50px;
        width: 50px;
        font-size: 20px;
    }

    /****************************Responsive Table css Start********************************/
    table.table.table-striped.user-list-tabal {
        border: 0;
    }

    table.table.table-striped.user-list-tabal thead {
        display: none;
    }

    table.table.table-striped.user-list-tabal tr {
        margin-bottom: 10px;
        display: block;
        border: 2px solid #ddd;
    }

    table.table.table-striped.user-list-tabal td {
        display: block;
        text-align: right;
        font-size: 13px;
    }

    table.table.table-striped.user-list-tabal td:last-child {
        border-bottom: 0;
    }

    table.table.table-striped.user-list-tabal td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: bold;
    }

    .lead_rating {
        width: auto !important;
    }

    table.table-condensed tr td, .table.table-condensed .datepicker table tr th {
        background-color: transparent;
        padding: 3px 8px 0px 0px;
    }

    .table thead th {
        border-bottom: 0px solid #eceeef !important;
        border-top: 0px solid #eceeef !important;
        text-align: right;
    }

    .plan-table thead th {
        font-size: 15px;
    }

    table.table-condensed tr {
        margin-bottom: 2px !important;
        border: 1px solid #ddd !important;
        float: left;
        padding-bottom: 2px;
        width: 100%;
    }

    table.table-condensed > thead tr {
        border: 0px solid #ddd !important;
    }

    table.table.table-striped.user-list-tabal td.user-list-tv {
        font-size: 12px;
        color: #000;
        border-right: 0px solid #fff;
        height: auto;
        width: 100%;
        display: block;
        text-align: right !important;
        padding: 20px;
    }

    table.inner-table > tbody > tr {
        margin-bottom: 0px;
        display: block;
        border: 0px solid #ddd !important;
    }

    table.inner-table > tbody > tr > td {
        border: 0px solid #ffffff !important;
    }

    table.inner-table > tbody > tr > td:first-child {
        display: none !important;
        border: 0px solid #ffffff !important;
    }

    img.lead-Reports-img {
        display: none;
    }

    table.table-condensed td {
        display: block;
        /* text-align: right; */
        /* font-size: 13px; */
        /* border-bottom: 1px dotted #ccc; */
        width: 31px;
        float: left;
    }

    ul.dropdown-menu.assign-menu {
        left: 465px;
        float: left;
    }

    table.table-condensed thead {
        display: block !important;
    }

    td.day, th.dow {
        padding: 8px;
        background-color: rgb(158, 185, 245);
        text-align: center;
    }

    table.table-condensed > thead tr:nth-of-type(odd) {
        background-color: rgba(0, 0, 0, 0);
        border: 0px solid #ddd;
    }

    tfoot {
        display: none;
    }

    i.fa.fa-pencil-square-o, i.fa.fa-trash-o {
        margin: 0px 0px 0 15px;
    }

    /****************************************leads2 page ****************************************/
    .col-md-4.user-list-leads, .lead-list-report {
        width: 31% !important;
        max-width: 31%;
    }

    .no_team {
        margin-top: 50px;
    }

    li.make-as-done-button {
        width: 38%;
    }

    .col-md-6.lead-user-data, .col-md-6.lead-user-data-action {
        width: 50%;
        float: left;
    }

    .dropdown-menu.history-des {
        left: 97px;
    }

    /****************************Responsive Table css End********************************/
    /**************************************reporting ************************************/
    .col-md-12.marketing-aggregate-report {
        float: left;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .col-md-4.user-list-leads-reporting {
        max-width: 49%;
        width: 48% !important;
    }

    .col-md-12.report-form {
        padding: 0px;
    }

    .col-md-6.aggregate-report > label {
        display: none;
    }

    .col-md-10.rating-report {
        padding: 0px 32px;
        margin-top: -9px;
    }

    .report-stage > h4, .col-md-6.report-stage > .col-md-4 > h4, .report-stage > p, .col-md-6.report-stage > .col-md-4 > p {
        font-size: 10px;
    }

    input.daterange-pick {
        float: right;
    }

    .col-md-12.user-list-leads-reporting {
        padding-left: 0px;
        padding-right: 15px;
    }

    .alignleft.actions.bulkactions, .alignleft.actions {
        width: 100%;
        float: left;
    }

    .banner-heading {
        font-size: 25px;
        margin-top: 36px;
        line-height: 35px;
    }

    .home-banner {
        height: 380px;
        z-index: 1000;
    }

    .main-menu {
        background-color: #5e5e5e;
    }

    li.nav-item.signinup-button {
        background-color: transparent;
    }

    table.inner-table {
        width: 100%;
        height: auto;
    }

    footer {
        bottom: auto !important;
    }

    ul.filter-div-assign > li {
        width: 50%;
        float: left;
    }

    .datepacker-div {
        float: left;
        /*width: 50%;*/
    }

    label.filter-by-assign-date {
        margin-left: 0px;
    }

    /*input.daterange-pick-leads {
        width: 132px;
    }*/
    a.daterange-leads-cancel {
        float: right;
        font-size: 9px;
        text-align: right;
        margin-top: 7px;
    }

    .container.marketing.bg-gray, .container.plans {
        background: none;
    }

    .container.plans > .col-md-9 {
        width: 100%;
        margin: auto;
        max-width: 100%;
    }

    .carousel-item {
        height: 291px;
        background-color: #777;
    }

    .carousel-item > img {
        height: auto;
        width: 100%;
    }

    .user-list, .team-list {
        max-width: 48%;
        -webkit-flex: 0 0 48%;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
    }

    input.user-search.form-control, input.form-control.enter-email {
        width: 220px;
    }

    .Add-new-user-button {
        padding: 10px 20px;
    }

    .marketing-leads-right h4.user-h {
        display: inline-block
    }

    .marketing-leads-left {
        padding: 8px 8px 30px 8px;
    }

    .logged-info-col, .call-done-today {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .login-div {
        padding-top: 0px;
    }

    .cil-sent-info {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0px;
    }

    .activities-date-number {
        font-size: 15px;
    }

    .leads-base-counter img {
        width: 100%;
    }

    .video-Plan-section .col-md-3 {
        -ms-flex: 0 0 49.33%;
        flex: 0 0 49.33%;
        max-width: 49.33%;
    }

    .leads-entry-table {
        width: 100% !important;
    }

    .Product-Service-tabs {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

/* 768*/
/********************************media query max-width 480**********************************40**********/
@media (max-width: 40em) {
    ul.filter-div-assign > li {
        width: 100%;
        float: left;
        margin-bottom: 20px;
        text-align: left;
    }

    .datepacker-div {
        float: left;
        width: 57%;
    }

    .col-md-6.aggregate-report {
        width: 50%;
    }

    li.dropdown.Choose-LIST {
        width: 100%;
    }

    input.daterange-pick {
        margin-right: 5px;
        width: 100%;
    }

    input.daterange-pick-leads {
        width: 175px;
        border: 1px solid #000000;
    }

    .col-md-2.report-stage:nth-child(7n), .col-md-2.report-stage:nth-child(8n), .col-md-2.report-stage:nth-child(9n), .col-md-2.report-stage:nth-child(10n), .col-md-2.report-stage:nth-child(11n), .col-md-2.report-stage:nth-child(12n) {
        border-bottom: 1px solid #000000;
    }

    table.plan-table.table > tbody > tr:nth-child(even) {
        color: #939ea7;
        background: #dddddd;
    }

    table.plan-table.table tr:nth-child(3n) > td:last-child, table.plan-table.table tr:nth-child(4n) > td:last-child, table.plan-table.table tr:nth-child(5n) > td:last-child, table.plan-table.table tr:nth-child(6n) > td:last-child, table.plan-table.table tr:nth-child(7n) > td:last-child, table.plan-table.table tr:nth-child(8n) > td:last-child, table.plan-table.table tr:nth-child(9n) > td:last-child, table.plan-table.table tr:nth-child(10n) > td:last-child, table.plan-table.table tr:nth-child(11n) > td:last-child, table.plan-table.table tr:nth-child(12n) > td:last-child {
        display: none !important;
    }

    form.order-lead-list {
        float: left;
        margin-top: -9px;
        width: 100%;
    }

    .search-list-box {
        width: 75% !important;
    }

    .search-list-button {
        margin: 0px 0px 15px 0px !important;
        padding: 11px 15px !important;
    }

    label.screen-reader-text {
        margin-top: 15px;
        width: 100%;
    }

    select.form-control.selectpicker-bulk {
        float: left;
        width: 72% !important;
    }

    input#filter-by-userName {
        margin-top: 0px;
        width: 100%;
        margin-left: 0px;
        margin-bottom: 15px;
    }

    p.banner-after-image > img {
        width: 100%;
    }

    a.navbar-brand {
        width: 50%;
    }


    .section-heading {
        padding-left: 15px !important;
        padding-right: 15px;
    }

    .logedin-nav-in {
        margin-top: 29px;
        width: 15%;
    }

    button.navbar-toggler.navbar-toggler-right {
        display: block;
    }

    nav.navbar.navbar-toggleable-md.navbar-inverse.bg-inverse {
        width: 100% !important;
        float: left;
        text-align: left;
        margin-top: 0px;
    }

    .navbar-inverse .navbar-nav .nav-link {
        color: #fff;
        font-size: 20px;
        text-transform: uppercase;
        padding: 3px 20px !important;
    }

    .navbar-inverse .navbar-toggler {
        border-color: #3576fb !important;
        border: 2px solid #3576fb;
    }

    .navbar-inverse .navbar-toggler-icon {
        background-color: #ffffff !important;
    }

    button.navbar-toggler.navbar-toggler-right.collapsed > i.fa.fa-bars {
        color: #ffef1a !important;
    }

    button.navbar-toggler.navbar-toggler-right {
        margin-top: -63px;
    }

    .col-md-8.marketing-right > h4, .col-md-8.marketing-right > p {
        text-align: center;
        margin-top: 20px;
    }

    .col-md-2.footer-left > p {
        text-align: center;
    }

    p.footer-link > a {
        padding: 0px 26px;
    }

    .col-lg-2.service-col {
        width: 29% !important;
        flex: 100%;
        max-width: 100%;
    }

    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }

    .container.Contact {
        padding: 0px 0px;
    }

    .row.Contact-row {
        margin: 0;
    }

    p.footer-link > a {
        font-size: 16px;
    }

    .col-md-6.col-md-offset-3.Contact-col-center {
        margin-top: 20px;
    }

    a.p-leads {
        padding: 10px 11px;
        margin: 20px 12px;
    }

    input.form-control.Ex-name, input.form-control.Ex-phone, input.form-control.Ex-email {
        width: 100%;
        float: left;
        margin-bottom: 3px;
    }

    select.form-control.selectpicker.user-role {
        width: 100%;
        float: left;
        margin-bottom: 3px;
    }

    input.Delivery-type {
        width: 100%;
        border: 1px solid rgba(0, 0, 0, .15);
        margin: 0px 0px 20px 0;
    }

    input.form-control.Status-type {
        width: 100%;
        border: 1px solid rgba(0, 0, 0, .15);
    }

    select.form-control.selectpicker.Stage-type {
        width: 100%;
        margin: 10px 0px;
    }

    .col-md-12.marketing-logo-left:last-child {
        border-bottom: 0px solid #ffffff;
    }

    button.btn.btn-primary.btn-lg.Add-new-Stage-button {
        margin: 10px 0px;
        float: right;
    }

    select.form-control.selectpicker.Leads-source, select.form-control.selectpicker.Add-new-action, select.form-control.selectpicker.Delivery-type {
        width: 100%;
        margin: 10px 0px;
    }

    button.Add-new-list-button {
        float: left;
    }

    p.p-leads > span > label {
        margin: 0px -12px 0 11px;
        padding: 0px;
        float: right;
    }

    i.fa_icon.icon-upload-alt.margin-correction {
        padding: 10px 16px;
        margin: 20px 46px 0 0;

    }

    button.Add-new-list-button {
        margin: 5px 0px;
    }

    p.p-leads {
        margin-bottom: 23px;
    }

    .col-md-2.footer-left {
        float: left;
        width: 20%;
    }

    .col-md-8.footer-right {
        float: left;
        width: 80%;
    }

    p.footer-link > a {
        padding: 0px 15px;
    }

    .marketing-leads-right, .marketing-List-right {
        padding: 0px;
    }

    .col-md-12.marketing-Rating-table, .col-md-12.marketing-leads-status--table, .col-md-12.marketing-leads-status--table {
        padding: 0px;
    }

    input.form-control.enter-email {
        width: 100%;
        margin-bottom: 15px;
        margin-left: 0px;
    }

    .col-md-10.control-felid {
        padding: 0px;
    }

    .Add-new-user-button {
        float: right;
        margin: 0px;
    }

    .marketing-leads-right h4.user-h {
        display: block;
    }

    .marketing-leads-right .pull-right {
        float: none;
    }

    .user-list-leads, .lead-list-report {
        width: 50%;
    }

    p.user-name-leads-img {
        margin: 0 auto;
    }

    input.form-control.selectpicker.Add-new-action, input.form-control.Leads-source {
        width: 100%;
        margin-bottom: 12px;
    }

    ul.dropdown-menu.assign-menu {
        left: 184px;
    }

    label.filter-by-assign-date {
        margin-left: 0px;
    }

    /****************************************leads2 page ****************************************/
    .col-md-4.user-list-leads, .lead-list-report {
        width: 47% !important;
        max-width: 47%;
    }

    .nav-tabs {
        border-bottom: 1px solid #062673 !important;
        width: 100%;
        float: left;
    }

    li.make-as-done-button > a {
        margin-right: 29px;
        font-size: 9px;
    }

    p.lead-user-phone, p.lead-user-email {
        font-size: 12px;
        direction: ltr;
        text-align: right;
    }

    ul.dropdown-menu.assign-menu.assign-ul {
        left: -184px;
        top: -169px;
    }

    ul.nav.nav-tabs {
        display: block;
    }

    ul.nav.nav-tabs > li > a {
        font-size: 14px;
    }

    ul.nav.nav-tabs > li.active {
        border-bottom: 5px solid #000;
        border-left: 2px solid #000000;
        border-right: 2px solid #000000;
        border-top: 2px solid #000000;
    }

    li.make-as-done-button {
        width: 99%;
        font-size: 14px;
        display: block;
        float: left;
        margin: 0px 0 15px 0px;
    }

    h2.feedback-user-name, h2.feedback-user {
        font-size: 17px;
    }

    .dropdown-menu.history-des {
        left: 59px;
        width: 279px;
    }

    form.feed-back > .form-group > textarea#comment {
        width: 100%;
    }

    /****************************************leads2 page ****************************************/
    .col-md-4.user-list-leads-reporting {
        max-width: 100%;
        width: 100% !important;
    }

    .col-md-4.user-list-leads-reporting-stage {
        width: 100% !important;
        max-width: 100%;
    }

    .col-md-2.report-stage, .col-md-6.report-stage {
        border-right: 0px solid #000;
    }

    .col-md-12.user-list-leads-reporting {
        padding-left: 0px;
        padding-right: 0px;
        overflow-y: hidden;
    }

    .col-md-2.report-stage > h4, .col-md-2.report-stage > p {
        width: 50%;
        float: left;
        font-size: 15px;
    }

    div.profile-lead {
        margin: 0px 0px 2px 1px;
    }

    footer {
        position: relative !important;
    }

    .col-md-12.marketing-logo-left {
        border-bottom: 0px solid #fff;
    }

    .col-md-12.section-heading-col {
        padding-left: 0px;
        padding-right: 0px;
    }

    .col-md-12.marketing-leads-col {
        padding-left: 15px;
        padding-right: 15px;
    }

    .marketing-leads-left {
        margin-top: 0px;
        min-height: auto;
    }

    .col-md-4.user-list-leads-reporting-stage:nth-child(even), .col-md-4.user-list-leads-reporting-stage:nth-child(odd) {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .banner-heading {
        font-size: 12px;
        margin-top: 16px;
        line-height: 25px;
    }

    .home-banner {
        height: 320px;
    }

    .section-heading {
        padding-left: 0px;
        text-align: center;
    }

    /* .plans{
         padding-left: 0px;
     }*/
    .table td, .table th {
        /*padding: 0px;*/
    }

    .table .option-heading {
        padding-left: 7px;
    }

    .plan-table.table > tbody > tr:last-child {
        height: 59px;
    }

    .plan-table thead th {
        font-size: 12px;
    }

    .purchase-button {
        padding: 5px 8px;
        margin-top: 12px;
        float: left;
        margin-left: 8px;
    }

    .payment-logos img {
        width: 50px;
    }

    p.footer-link > a {
        padding: 0px 10px;
    }

    /********************************home page price table**********************************/
    table.plan-table.table {
        border: 0;
    }

    table caption {
        font-size: 1.3em;
    }

    table.plan-table.table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table.plan-table.table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    table.plan-table.table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }

    table.plan-table.table td:before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    table.plan-table.table td:last-child {
        border-bottom: 0;
    }

    table.plan-table.table > thead > tr > th, table.plan-table.table > tbody > tr > td {
        text-align: left;
        width: 100%;
    }

    table.plan-table.table > tbody > tr:first-child {
        display: none;
    }

    /********************************home page price table**********************************/
    .user-list, .team-list {
        max-width: 98%;
        -webkit-flex: 0 0 98%;
        -ms-flex: 0 0 98%;
        flex: 0 0 98%;
    }

    .team-members-section {
        width: 94%;
    }

}

@media screen and (max-width: 480px) {

    /* ****************Princing Page Start**************** */
    .billing-package-inner-wrapper {
        padding: 15px;
        text-align: center;
        width: 100%;
        margin: 0 0 20px;
    }

    .billing-package-main-wrapper {
        display: block;
    }

    a.base-solution-cta {
        font-size: 15px;
    }

    a.new-price-pakage-cta {
        padding: 10px;
        width: 100%;
        margin-bottom: 5px;
    }

    .new-price-pakage-heading {
        font-size: 18px;
    }

    a.new-price-pakage-cta.pack-addons {
        padding: 10px 20px;
    }

    a.new-price-quote-cta {
        font-size: 16px;
    }

    a.Contact-sales-btn, a.Compare-plan-btn {
        font-size: 12px;
    }

    .new-price-choosin-plan-section {
        padding: 50px 0px;
    }

    .new-price-heading {
        font-size: 25px;
    }

    .new-price-favorite-features-heading {
        font-size: 18px;
    }

    /* ****************Princing Page End**************** */
    .col-md-4.user-list-leads, .lead-list-report, .col-md-4.new-group-wrapper-list {
        width: 100% !important;
        max-width: 100%;
    }

    .logo-image.inner-pages-logo a.navbar-brand {
        width: 100%;
    }

    .connect-fb-lead button.btn.btn-primary.btn-lg.Add-new-row-table-button {
        margin-top: 0px;
    }

    p.about-p, p.about-2p {
        padding: 0px 0px;
    }

    .mobile-tab-custome {
        display: block;
    }

    .desktop-tab-custome {
        display: none;
    }

    p.feature-div.mobile-tab-custome-title a {
        font-size: 18px !important;
    }

    .req-city-town-inner {
        width: 100%;
        float: none;
    }

    .req-counting.row .col-md-4 {
        border-right: 0px solid;
    }

    .pull-right.add-request-button {
        width: 100%;
        text-align: center;
        padding-top: 15px;
        float: none;
    }

    .sel-arrange-by {
        margin: 10px auto;
        float: none;
    }

    #select-request-type-modal .modal-dialog {
        margin: 16% auto 0 auto;
        max-width: 90%;
    }

    button.btn.btn-select-buy, button.btn.btn-select-rent {
        width: 45%;
        font-size: 14px;
    }

    .req-photos-section {
        display: none;
    }

    .req-bottom-actions {
        position: relative;
        bottom: 0;
    }

    div.req-city-town-label {
        width: 100%;
        float: none;
    }

    .req-pay-desc {
        padding: 10px 20px;
    }

    .col-md-2.req-right-contact {
        margin-top: 0px;
    }

    /******************plan for mobile Start**********************/
    .overlay {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: #001970;
        overflow-x: hidden;
        transition: 0.5s;
    }

    .overlay a {
        padding: 8px;
        text-decoration: none;
        font-size: 36px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

    .overlay a:hover, .overlay a:focus {
        color: #f1f1f1;
    }

    .overlay .closebtn {
        position: absolute;
        top: 6px;
        right: auto;
        font-size: 18px;
        color: #ffffff;
        left: 20px;
        font-weight: normal !important;
    }

    .main-plan-title-mobile {
        padding: 40px 20px 40px 20px;
        text-align: center;
        font-family: GE-SS-Two-Medium;
        font-weight: bold;
        font-size: 20px !important;
        background-color: #3C50BA;
    }

    .main-plan-title-mobile h1 {
        color: #ffffff;
        font-size: 25px;
        font-weight: bold;
    }

    .main-plan-title-mobile p {
        color: #FFEF1A;
        font-size: 20px;
        font-weight: normal;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    .overlay-content {
        position: relative;
        top: 11%;
        width: 100%;
        text-align: center;
        margin-top: 0px;
    }

    .main-plan-label-values {
        float: left;
        width: 100%;
        text-align: left;
        padding: 15px 20px;
        color: cornsilk;
    }

    .feature-list-heading small {
        font-size: 14px;
    }

    .main-plan-label-values p {
        font-size: 12px;
        color: #ffffff;
        line-height: 22px;
        font-family: GE-SS-Two-Medium;
    }

    span.plan-label {
        width: 50%;
        float: left;
        text-align: left;
    }

    span.plan-value {
        float: left;
        width: 50%;
        text-align: right;
        color: #FFEF1A;
    }

    p.purchase-btn {
        text-align: center;
        float: none;
        margin: 0 auto;
        font-family: GE-SS-Two-Medium;
        color: #ffffff;
        font-size: 12px;
        display: inline-block;
        width: 100%;
    }

    a.purchase-button {
        color: #000000 !important;
        font-size: 16px !important;
    }

    /***************plan for mobile end************************/
    .about-heading-home {
        margin-top: 30%;
    }

    .starter-plan, .Semi-pro-plan, .Super-pro-plan {
        padding: 40px 20px 40px 20px;
        text-align: center;
        font-family: GE-SS-Two-Medium;
        color: #ffffff;
        font-weight: bold;
        font-size: 20px !important;
    }

    p.Customize-p {
        text-align: center;
        color: #ffffff;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .col-md-6.col-md-offset-3.Contact-col-center {
        max-width: 100%;
    }

    .Plan-table-section {
        padding: 40px 0px;
    }

    .line-dev-heading {
        margin-top: -10px;
    }

    .plan-for-mobile {
        display: block;
    }

    .plan-for-desktop {
        display: none;
    }

    p#tab-container {
        height: auto;
        text-align: center;
        padding: 0px 0px;
        font-size: 16px;
    }

    .section-heading {
        padding-top: 0px;
    }

    /*button.navbar-toggler.navbar-toggler-right {
        margin-top: -35px;
    }*/
    h1.banner-heading {
        font-size: 18px;
        margin-left: 0px;
    }

    h1.lead-heading {
        font-size: 15px;
    }

    .feature-boder-bottom {
        top: 0px;
        right: -20px;
    }

    img.triangle-image {
        width: 300px;
    }

    h2.plan-heading, h2.contact-heading-home {
        font-size: 25px;
        margin-bottom: 70px;
    }

    .col-md-8.footer-right {
        width: 100%;
    }

    .col-md-3.features-price-col-name, .col-md-3.features-price-col {
        width: 200px;
        flex: 0 0 200px;
        max-width: 200px;
    }

    .marketing-col {
        padding: 0px 0px;
        float: left;
    }

    .carousel-item {
        height: 182px;
        background-color: #FFFFFF;
    }

    .carousel-item > img {
        height: auto !important;
        width: 100%;
    }

    table.plan-table.table td {
        font-size: 12px;
        text-align: right !important;
        padding-left: 7px;
        padding-right: 7px;
        color: #323c47;
    }

    tr.place-table-last-tr > td {
        border: 0px;
        text-align: center;
    }

    .purchase-button {
        padding: 5px 28px;
        width: 100%;
        text-align: center;
        margin: 7px 0px;
    }

    table.plan-table.table tr {
        border-bottom: 0px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    table.plan-table.table td {
        border-bottom: 0px solid #ddd;
    }

    /*************************bcss working leads page***************************/
    .top-leads-listing-wrapper .row {
        /*float: left !important;
        display: block;*/
    }

    .daterange-leads-cancel {
        padding: 0px 11px;
        margin: 15px 0px;
    }

    .top-leads-listing-wrapper .col-md-5.text-right {
        float: left;
        width: 100%;
        padding-left: 0px;
        padding-right: 2px;
    }

    .top-leads-listing-wrapper .col-md-6 {
        padding-right: 0px;
    }

    #searchclear {
        top: -10px;
    }

    ul.nav.nav-tabs > li.active {
        border-bottom: 2px solid #000;
    }

    ul.nav.nav-tabs > li:after {
        border-right: 0px solid #a7a7a7;
    }

    .all-user-list .col-md-3 {
        width: 100%;
        /*float: left;*/
        max-width: 100%;
        display: block;
    }

    /*************************bcss working requests page***************************/
    select.sel-req-type, select.sel-req-prop-type, select.sel-req-project {
        width: 100%;
        margin-bottom: 10px;
    }

    .top-requests-filter .select2-container {
        margin-bottom: 10px;
    }

    .req-city-town {
        width: 100%;
    }

    button.btn-req-search {
        width: 100%;
        margin-top: 10px;
    }

    .btn-search-cancel-request {
        float: none;
        position: relative;
        width: 100%;
        margin-top: 10px;
    }

    .top-requests-filter .row:nth-child(2) {
        margin-top: 0px !important;
    }

    .right-section {
        position: relative !important;
        width: 100%;
        text-align: center;
    }

    span.group-select-req {
        width: 100%;
    }

    .req-contact-wrapper {
        position: relative;
        padding-top: 30px;
    }

    select.sel-req-min-price, select.sel-req-max-price, select.sel-req-min-bed, select.sel-req-max-bed, select.sel-req-min-area, select.sel-req-max-area, select.sel-req-max-bua, select.sel-req-min-bua {
        width: 100%;
        margin-bottom: 10px;
    }

    .req-counting.row .col-md-6:first-child {
        border: 1px solid;
        padding-right: 0px;
    }

    .my-requests, .all-requests {
        text-align: center;
    }

    .all-requests {
        text-align: center;
    }

    .req-counting.row .col-md-6:last-child {
        border: 1px solid !important;
        padding-left: 0px;
        padding-right: 0px;
    }

    .btn-add-request {
        width: 47px;
    }

    .req-add-photos-section {
        float: left;
        width: 100%;
        margin-left: 0;
    }

    .req-proj-name, .req-add-req-type, .req-add-prop-type, .req-add-location, .req-add-price-from, .req-add-price-to, .req-add-min-bed, .req-add-max-bed, .req-add-min-area, .req-add-max-area, .req-add-bua, .req-add-bath, .add-req-address {
        width: 100%;
        margin-left: 0px;
    }

    .req-add-owner-name, .req-add-owner-mobile, .req-add-owner-email {
        width: 100%;
    }

    p.footer-link > a {
        font-size: 12px;
    }

    .req-owner-info-wrapper {
        position: initial;
        top: 22%;
        text-align: left;
        padding-left: 4px;
    }

    .col-md-3.req-right-contact {
        padding-bottom: 30px;
    }

    .req-owner-info-name {
        font-size: 11px !important;
    }

    .req-owner-info-wrapper {
        font-size: 12px;
        padding-bottom: 10px;
    }

    .req-pay-details {
        padding: 10px 20px;
    }

    .req-contact-title {
        font-size: 11px;
        padding-left: 4px;
        text-align: left;
    }

    .req-contact-link {
        text-align: right;
    }

    .datepacker-div {
        float: left;
        width: 100%;
    }

    .datepacker-div {
        float: right;
        width: 100%;
    }

    input.daterange-pick-leads {
        width: 100%;
        border: 1px solid #000000;
    }

    label.filter-by-assign-date {
        margin-right: 0px;
        width: 100%;
    }

    input.form-control.Ex-name, input.form-control.search_lead_name, input.form-control.search-keyword, input.daterange-pick-leads {
        margin-right: 0px;
        margin-bottom: 10px;
        width: 100%;
    }

    label.filter-by-assign {
        width: 100%;
        text-align: left;
    }

    select.form-control.selectpicker-bulk2, select.form-control.select-per-page {
        /*float: left;*/
        width: 100% !important;
        /*padding-left: 0px !important;*/
        margin-left: 0px !important;
    }

    .btn-group, .btn-group-vertical {
        width: 100%;
    }

    .all-user-list {
        float: left;
        width: 100%;
        padding: 20px 0px;
        cursor: default !important;
        background: #ffffff;
        margin: 15px 0px;
        display: block !important;
        font-size: 9px;
        position: relative !important;
        height: auto;
    }

    .profile-lead-end {
        line-height: 31px;
        float: right;
    }

    .review-sequence {
        bottom: 25px;
    }

    .next-action-wrapper {
        z-index: 29;
    }

    .col-md-2 {
        position: inherit !important;
        float: left;
        width: 100%;
    }

    /*span.no-answer-title {
        padding: 3px;
        width: calc(24% - 10px);
        left: 4%;
        right: auto;
        font-size: 10px;
        bottom: 25px !important;
        top: auto;
        z-index: 2;
        margin-bottom: 0px;
    }

    .lead-open-whatapp {
        padding: 3px;
		width: 40px;
        left: 4%;
        right: auto;
        font-size: 10px;
        bottom: 25px !important;
        top: auto;
        z-index: 2;
        margin-bottom: 0px;
    }

    span.call-done-title, span.recall-done-title {
        padding: 5px;
        width: calc(24% - 10px);
        left: auto;
        bottom: 25px !important;
        top: auto;
        font-size: 10px;
        z-index: 2;
        margin-bottom: 0px;
    }

    span.send-cil-btn.sent-cil {
        padding: 5px 0px 5px 0;
        width: calc(24% - 10px);
        margin-bottom: 15px;
        font-size: 10px;
    }*/
    .lead-user-assinged {
        margin: 0 auto 0px 19px;
    }

    /*span.call-done-title, span.recall-done-title, span.no-answer-title,span.send-cil-btn,a.lead-open-whatapp {
        border-right: 2px solid #c1c1c5;
        height: 30px;
    }*/
    ul.dropdown-menu.assign-menu.assign-ul {
        left: auto;
        top: auto;
    }

    .no_team {
        margin-top: 20px;
        font-size: 10px;
    }

    .col-md-4.user-list-leads, .lead-list-report {
        height: auto;
        min-height: auto;
    }

    .profile-lead-outter {
        overflow-y: hidden;
    }

    .per-cal-wrapper-outer {
        width: 100%;
        right: 0px;
    }

    input.input-checkbox {
        float: none;
        margin-right: 2px;
    }

    .top-leads-listing-wrapper .col-md-1 {
        display: none;
    }

    .daterange-leads-cancel {
        line-height: 27px;
    }

    button.btn.btn-next-action {
        font-size: 9px;
    }

    div.profile-lead {
        width: 30px;
        height: 30px;
        font-size: 13px;
        line-height: 26px;
    }

    .popup {
        z-index: 100;
    }

    .marketing-logo-left {
        width: 33.33%;
        float: left;
        height: 130px;
    }

    .col-md-4.user-list-leads, .lead-list-report {
        width: 100% !important;
        max-width: 100%;
    }

    .col-md-12.marketing-leads-right-tab, .col-md-12.marketing-leads2-div, .col-md-12.marketing-leads-right-inner-wrapper {
        padding: 0px 5px;
    }

    .col-md-12.marketing-leads-col {
        padding-left: 5px;
        padding-right: 5px;
    }

    h4.leads-h {
        width: 100%;
    }

    form.select-sort-leads {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }

    select.form-control.selectpicker.order-lead-list-type, .order-lead-select-leads {
        width: 100%;
        margin-right: 0px;
    }

    .top-listing-section-wrapper {
        background-color: transparent;
        padding: 10px 10px;
    }

    .col-md-8.control-felid.sorting {
        padding-left: 0px;
    }

    .col-md-12.marketing-List-table {
        padding-left: 0px;
    }

    input.form-control.Ex-name.search-list-box {
        margin-top: 10px;
        width: 100% !important;
    }

    .add-new-list-wrapper-inner {
        padding: 20px 0px !important;
    }

    .add-new-list-wrapper {
        padding: 0px;
    }

    .listing-sections-wrapper {
        padding: 0px;
    }

    .alignleft.actions {
        padding: 0px 10px;
    }

    select.form-control.selectpicker-bulk {
        float: left;
        width: 100% !important;
        padding-left: 0px;
        margin-left: 0px;
    }

    label.screen-reader-text {
        margin-left: 0px;
    }

    .listing-sections-wrapper {
        background-color: transparent;
    }

    td.user-list-tv {
        min-height: 63px;
    }

    .pull-left.selet-status-left > select, p.p-leads-list {
        width: 100%;
    }

    .pull-left.selet-status-left {
        float: left;
        width: 100%;
    }

    .pull-left.selet-status-left > select {
        margin-bottom: 10px;
    }

    .pull-left.selet-status-left > input.update-action-progress {
        float: right;
    }

    table.table.table-striped.user-list-tabal td.user-list-tv {
        border: 1px solid #ddd;
    }

    a.p-leads {
        padding: 10px 10px;
        margin: 0px 0px;
        width: 85%;
    }

    button.btn.btn-primary.btn-lg.Add-new-row-table-button {
        margin-top: 0px;
        float: right;
        margin-left: -3px;
    }

    .connect-fb-lead a.p-leads {
        width: calc(100% - 43px);
    }

    .upl-excel span#fileselector {
        width: calc(100% - 42px);
    }

    a.btn.btn-add-lead-list-page {
        width: 100%;
    }

    p.p-leads > span > label {
        float: left;
        width: 85%;
    }

    .profileImage {
        margin: -5px 3px;
    }

    i.fa_icon.icon-upload-alt.margin-correction {
        padding: 10px 16px;
        margin: -1px 0;
        width: 100%;
    }

    .col-md-12.control-felid {
        padding: 0px;
    }

    input.form-control.selectpicker.Add-new-group {
        width: 100%;
        margin-bottom: 12px;
    }

    button.btn.btn-primary.btn-lg.Add-new-action-button, button.btn.btn-primary.btn-lg.Add-new-group-button {
        float: right;
        margin: 0px 0 0 0px;
    }

    .row.marketing-leads-action-table {
        margin-bottom: 15px;
    }

    input#doaction {
        float: right;
    }

    input#post-query-submit {
        float: right;
        margin-right: 0px !important;
    }

    button.btn.btn-primary.btn-lg.Add-new-Source-button {
        float: right;
        margin: 0px 0px;
    }

    .col-md-2.report-stage {
        height: 40px;
    }

    .for-desktop {
        display: none;
    }

    .for-mobile {
        display: block;
        margin: 15px 0px 15px 0px;
    }

    h4.user-h {
        padding-bottom: 0px;
        font-size: 12px;
    }

    .user-list {
        margin-bottom: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

    table.table-condensed tr td, .table.table-condensed .datepicker table tr th {
        font-size: 13px;
    }

    input.daterange-pick {
        font-size: 13px;
    }

    li.dropdown.Choose-LIST > a {
        font-size: 14px;
    }

    .col-md-12.aggregate-report {
        margin-right: 0px;
        width: 100% !important;
        max-width: 100%;
    }

    li.dropdown.Choose-LIST {
        padding: 4.5px 7px;
    }

    .col-md-10.rating-report {
        padding: 0px 0px;
    }

    .profile-column-right {
        max-width: 100%;
    }

    .logo-image {
        float: left;
        width: 50%;
        margin-bottom: 25px;

    }

    .breadcrumbs {
        display: none;
    }

    .login-div {
        padding-top: 5px;
    }

    .login-div .logedin-nav-in {
        margin-top: 6px;
        width: 15%;
    }

    button.btn.btn-primary.btn-lg.submit-button {
        width: 100%;
        margin: 0px 0px 20px 0;
    }

    a.btn.btn-primary.btn-lg.submit-button.fb-login-button {
        float: none;
        width: 100%;
    }

    .comment-feedback, .status-feedback {
        float: none;
    }

    /* p.btn.btn-primary.dropdown-toggle.history-button {
         float: none;
     }*/
    a.daterange-leads-cancel {
        margin-bottom: 0px;
        font-size: 12px;
    }

    /********************Leads page top bar filter***********************/
    .col-md-20 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 15px !important;
    }

    .leads-filter-top-bar {
        padding: 15px 15px;
        width: 100%;
    }

    .col-md-20 select {
        margin-bottom: 10px;
    }

    li.make-as-done-button > a {
        margin-right: 0px;
        font-size: 12px;
    }

    form.add-rowintable select.form-control {
        width: 100% !important;
    }

    .top-leads-listing-wrapper ul.filter-div-assign > li {
        text-align: center;
        margin-bottom: 20px;
    }

    #add-new-lead .modal-dialog {
        max-width: 100% !important;
    }

    #add-new-lead .modal-content {
        width: 100% !important;
        border-radius: 20px !important;
    }

    img.play-image {
        width: 45%;
        margin-bottom: 10px;
    }

    .android-playstore-link, .ios-playstore-link {
        text-align: center;
        position: relative;
        z-index: 1000;
    }

    .ios-playstore-link {
        margin-top: 20px;
    }

    #add-rent-request-modal .select2-container, #add-request-modal .select2-container, #update-request-modal .select2-container, #update-rent-request-modal .select2-container {
        width: 100% !important;
        margin-left: 0px;
    }

    #add-rent-request-modal .row .col-md-12, #add-request-modal .row .col-md-12, #update-request-modal .row .col-md-12, #update-rent-request-modal .row .col-md-12 {
        padding: 0px;
    }

    #add-rent-request-modal .sel-location-full-width .select2-container, #update-request-modal .sel-location-full-width .select2-container {
        width: 100% !important;
        margin-left: 0px;
    }

    #add-rent-request-modal .row .col-md-6, #add-request-modal .row .col-md-6, #update-request-modal .row .col-md-6, #update-rent-request-modal .row .col-md-6 {
        margin-bottom: 5px;
    }

    /* a.add-new-leads-new img {
         height: 16px;
         width: auto;
     }*/
    li.make-as-done-button > a {
        padding: 8px 11px;
        width: 100%;
    }

    /* span.send-cil-btn {
         padding: 3px 25px;
         width: calc(24% - 10px);
     }*/
    .next-action-wrapper span {
        padding: 0 15px;
        border: 0px;
    }

    .chat-managers-wrapper {
        padding: 0px 15px !important;
    }

    span.Send-CIL-label {
        left: 32px;
        top: -5px;
        padding: 0 0px;
    }

    .next-action-wrapper {
        width: 62%;
        float: left;
    }

    .all-user-list input.input-checkbox.chk-sel-lead {
        margin-top: 18px;
    }

    li.make-as-done-button input.input-checkbox {
        margin-top: -22px;
    }

    .marketing-leads-right-inner-wrapper .filter-lists.col-md-2 {
        padding: 0px;
        margin-top: 15px;
    }

    .thankyou-image {
        width: 51% !important;
        margin-top: 12%;
    }

    .container.Contact .form-group label {
        width: 90%;
    }

    .header-wrapper {
        height: auto;
    }

    a.nav-link.nav-duplicates.pull-right, a.nav-link.nav-refer.pull-right, a.nav-link.nav-help.pull-right {
        width: 48%;
        text-align: center;
        float: left;
        font-size: 11px;
        height: 70px;
    }

    span.deshbord-menu-text {
        font-size: 11px !important;
    }

    .logged-info-col, .call-done-today, .cil-sent-info, .delayed-follow-info-col, .activities-wrapper .col-md-3, .activities-details, .bottom-leads-details .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 20px;
    }

    .bottom-leads-details {
        display: block;
        padding: 15px;
    }

    .delayed-follow {
        margin-bottom: 0px;
        padding: 15px;
    }

    .activities {
        padding: 15px;
    }

    .activities-wrapper .col-md-3 {
        padding: 0px;
    }

    .col-md-9.activities-details {
        margin-bottom: 0px;
    }

    .bottom-leads-details .col-md-6 {
        padding-right: 0px !important;
    }

    .activities {
        margin-bottom: 0px;
    }

    .leads-base-counter {
        margin-bottom: 20px;
    }

    .leads-base-counter img {
        width: 47%;
    }

    .delayed-follow-info-col {
        margin-bottom: 0px !important;
    }

    .col-md-12.marketing-logo-left {
        border-bottom: 0px solid #fff;
        /*height: 58px;*/
        height: auto;
    }

    .video-Plan-section .col-md-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row.video-plan-row .col-md-3 iframe {
        width: 100%;
        height: 220px;
    }

    /*span.call-done-title img, span.no-answer-title img, span.recall-done-title img, span.send-cil-btn img, .lead-open-whatapp img {
        width: 15%;
    }*/
    .right-filter-section {
        display: block;
        width: 100%;
    }

    .filter-assignto-section {
        width: 100%;
        margin-bottom: 10px;
    }

    .filter-assignto-section {
        cursor: pointer;
    }

    .filter-call-done-section {
        width: 100%;
    }

    button.btn.btn-primary.btn-lg.open-group {
        margin-top: 0;
        right: 28%;
        position: initial;
    }

    .top-stages-filter.arrow-steps {
        flex-wrap: wrap;
    }

    .top-stages-filter.arrow-steps .step {
        flex: 0 0 31%;
        margin-bottom: 3px;
    }

    span.moved-from-bade {
        margin-top: 5px;
    }

    .new-arrow-steps {
        overflow: scroll;
        overflow-x: scroll;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.47);
    }

    .new-arrow-steps .step {
        white-space: nowrap;
    }

    .req-contact-img {
        padding: 0px 0px 0px 0px;
        font-size: 86px;
        text-transform: uppercase;
    }

    #contact-modal .modal-body .col-md-8 .col-md-2 {
        display: none;
    }

    #contact-modal .modal-body .col-md-8 {
        padding-bottom: 15px;
    }

    .group-link {
        left: 46%;
        right: auto;
        top: -27px;
    }

    .top-filter.clearfix {
        width: 593px;
    }

    .top-filter div {
        width: auto;
    }

    .dropdown-section a {
        width: 33%;
        float: left;
    }

    .col-md-12.marketing-logo-left:last-child {
        width: 100% !important;
    }

    a.nav-link.nav-help.pull-right {
        margin-top: 4px;
    }

    /************* INBOX ***************/
    .marketing-inbox-right-inner-wrapper {
        padding: 0px;
    }

    .marketing-inbox-right {
        width: 100% !important;
    }

    .inbox-chat-sender-wapper {
        height: 190px;
    }

    .inbox-chat-body {
        height: auto;
    }

    .send-chat {
        bottom: 15px;
        height: auto;
        top: auto;
    }

    .note-editor .note-toolbar > .note-btn-group, .note-popover .popover-content > .note-btn-group {
        width: auto;
    }

    .inbox-chat-textarea-message-body {
        bottom: 0px;
        width: 100%;
        font-size: 13px;
        position: relative;
    }

    .inbox-chat-sender-inner {
        padding: 5px 15px 5px 15px;
    }

    .inbox-lead-name {
        font-size: 13px;
    }

    .inbox-chat-detail {
        margin-bottom: 15px;
        height: 200px;
        overflow: hidden;
        overflow-y: scroll;
    }

    a.nav-link.nav-inbox.pull-right {
        width: 48%;
        text-align: center;
        float: left;
        font-size: 11px;
        height: 70px;
    }

    /************* INBOX ***************/
    .all-about-lead-history {
        display: block;
    }

    .lead-history-info {
        width: 100%;
    }

    .dropdown-menu.history-des {
        left: 15px;
        width: 93%;
    }

    .lead-history-info {
        width: 100%;
        padding: 0 5px 0 5px;
        position: -webkit-sticky !important;
        position: relative;
    }

    .col-md-6.lead-analytics-history {
        padding-right: 0px !important;
    }

    .history-chart {
        width: 100%;
    }

    .lead-history-info .col-md-6 {
        padding: 0px !important;
    }

    #pipeline-filter-column {
        width: 100% !important;
    }

    #pipeline-filter-column .select2-container {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .row.dashboard-stats .col-md-4.pl-0 {
        padding-right: 0px;
    }

    .dashboard-stats .col-md-8.pl-0 {
        padding-left: 15px !important;
        padding-right: 0px;
    }

    .pipeline-select {
        display: block !important;
        padding-left: 15px;
    }

    .dashboard-info-stats .col-md-4, .dashboard-info-stats .col-md-8 {
        text-align: center;
    }

    .next-action-wrapper.activities-progress-next-action-wrapper {
        display: none;
    }

    .activities-progress-steps .step {
        font-size: 8px;
    }

    .pipline-progress-detial, .pipline-progress-graph {
        flex: 0 0 100%;
        margin-left: 0%;
    }

    .activities-progress-meeting-btn {
        right: 5%;
    }

    .chat-message-base-wrapper {
        max-width: 95%;
        width: 100%;
    }

    .chat-message-area {
        margin-left: 0px;
    }

    ul.nav.nav-tabs.status-tabs > li.active {
        border-bottom: 2px solid #595959;
    }

    ul.nav.nav-tabs.status-tabs {
        float: none;
        margin-bottom: 10px;
    }

    .inbox-chat-search-col-wrapper, .inbox-chat-details {
        margin-bottom: 15px;
        padding: 0px;
    }

    .inbox-lead-chat {
        width: 100%;
    }

    .add-new-list {
        margin-bottom: 15px;
        float: right;
    }

    .lists-search-dev-outer {
        padding: 0px;
    }

    select.select.sel-team-role {
        width: 100%;
        margin-bottom: 15px;
    }

    .user-list-wrapper .users-section {
        overflow: hidden;
        overflow-x: auto;
    }

    .user-list-wrapper .add-user {
        margin-bottom: 15px;
    }

    .left-section-filter-pipeline div, .left-section-filter-pipeline div input#searchinput {
        width: 100% !important;
    }

    .pipeline-select {
        box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.47);
        padding: 15px;
    }

    .sel-req-payment-method {
        width: 100% !important;

        margin-bottom: 8px;
    }

    div.req-city-town-label {
        display: block;
    }

    .finishing-status {
        text-align: right;
    }

    .col-md-12.marketing-aggregate-report {
        padding: 0px;
    }

    .cil-report-details-wrapper {
        overflow: hidden;
        overflow-x: auto;
    }

    .right-assign-section-cil-rpt {
        text-align: right;
        width: 100%;
        float: left;
    }

    .left-section-filter-reporting {
        float: right;
        width: 100%;
    }

    .dashboard-stats .logged-info-col {
        padding: 0px;
    }

    .col-md-4.logged-info-col.pl-0-ar {
        padding-left: 0px;
        padding-right: 0px;
    }

    .activities-wrapper .col-md-5 {
        padding-right: 0px;
    }

    .deal-filter {
        padding: 15px 0px;
    }


    .deal-filter .col-md-2.pr-0.text-right {
        padding-right: 15px !important;
    }

    .deal-filter a.add-user-btn {
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }

    .order-customer-info {
        width: 100%;
        padding-right: 0%;
    }

    .modal-dialog.add-first-product-dialog, .modal-dialog.Add-service-dialog, .modal-dialog.Add-Item-dialog {
        width: 100% !important;
        max-width: 100%;
        padding: 15px;
        margin-left: 0px;
    }

    td.list-td-customer-info {
        width: auto !important;
    }

    .Payments-setting-form .col-md-8, .Payments-setting-form .col-md-6.pl-0, .Payments-setting-form .col-md-12 {
        padding: 0px;
    }

    .Payments-setting-form .col-md-5 {
        padding-left: 0px;
    }

    .configuration-img img {
        width: 100% !important;
    }

    .configuration-img {
        width: 50px;
    }

    .config-heading {
        line-height: 19px;
    }

    .Payments-setting-form .col-md-7.pl-0 {
        padding-right: 0px;
    }

    #Modal_Payments .modal-dialog {
        max-width: 77%;
    }
}

@media (max-width: 475px) {
    .plan-table thead th {
        font-size: 11px;
    }

    p.footer-link > a {
        padding: 0px 5px;
    }

    /*button.navbar-toggler.navbar-toggler-right {
        margin-top: -42px;
    }*/
}

@media (max-width: 414px) {
    h1.banner-heading {
        font-size: 14px;
        margin-left: 0px;
    }

    .Contact-col-center .form-control {
        font-size: 14px;
    }

    p.about-p, p.about-2p, p#tab-container, p.Customize-p {
        font-size: 14px;
    }

    .main-plan-label-values {
        padding: 15px 30px;
    }

    .banner-desc-left {
        width: 100%;
        float: left;
        text-align: center;
    }

    .banner-heading {
        font-size: 18px;
    }

    .banner-image-right {
        display: none;
    }

    .plan-table.table > tbody > tr:last-child {
        height: 49px;
    }

    .purchase-button {
        margin-top: 9px;
        margin-left: 0px;
        font-size: 11px;
    }

    .table .option-heading {
        padding-left: 0px;
        font-size: 14px;
    }

    .col-md-2.footer-left {
        float: left;
        width: 100%;
    }

    .col-md-8.footer-right {
        float: left;
        width: 100%;
    }

    .col-md-6.col-md-offset-3.Contact-col-center {
        max-width: 100%;
    }

    .row.feature-text-row {
        padding: 0px 0px;
    }

    .Contact-col-left .contect-form-image {
        width: 100%;
    }
}

@media (max-width: 375px) {
    h1.banner-heading {
        font-size: 12px;
    }

    h1.lead-heading {
        font-size: 12px;
        text-align: right;
    }

    .Contact-col-center .form-control {
        font-size: 12px;
    }

    p.about-p, p.about-2p, p#tab-container, p.Customize-p {
        font-size: 12px;
    }

    .main-plan-label-values {
        padding: 15px 20px;
    }

    .feature-div-heading {
        padding: 20px 30px;
    }

    li.make-as-done-button > a {
        margin-right: 5px;
        font-size: 9px;
    }

    li.make-as-done-button input.input-checkbox {
        margin-top: 11px;
    }

    a.upload-excel-btn, a.add-new-leads-new {
        float: left;
        width: 48% !important;
        margin-bottom: 15px;
    }

    a.bulk-assign {
        width: 90% !important;
        float: left;
    }

    #searchinput {
        width: 200px !important;
    }
}

@media (max-width: 360px) {
    /* ************* Princing Page Start************ */
    a.Contact-sales-btn, a.Compare-plan-btn {
        font-size: 14px;
        width: 100%;
        display: block;
        text-align: center;
        margin: 0 auto 10px;
    }

    /* ************* Princing Page End************ */
}

@media (max-width: 320px) {
    h1.banner-heading {
        font-size: 16px;
        line-height: 20px;
    }

    .feature-div-heading {
        padding: 20px 10px;
    }

    img.laptop-mobile-image {
        margin-top: 0px;
    }

    .main-plan-label-values p {
        font-size: 10px;
    }
}
