@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');


body {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    background: #e7e7e7;
}

h1, h2, h3, h4 {
    font-size: 24px;
    font-weight: bolder;
}

.card-box-shadow {
    box-shadow: 5px 5px 25px -10px black;
}

.btn-hubspot {
    background-color: #ff7a59;
    color: white;
}

.btn-hubspot:hover {
    background-color: #ff8f73;
    color: white;
}

input.checkbox-size {
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(1.4);
    padding: 10px;
}

select.form-control.pdMap {
    width: 95%;
    float: left;
}

i.fa.fa-times.cleat-selection {
    color: black;
    font-size: 12px;
    position: relative;
    left: -28px;
    top: 5px;
    cursor: pointer;
}

tbody.person_table {
    border: 2px solid !important;
}

/*tagify custom*/
.tags-look .tagify__dropdown__item {
    display: inline-block;
    border-radius: 3px;
    padding: .3em .5em;
    border: 1px solid #CCC;
    background: #F3F3F3;
    margin: .2em;
    font-size: .85em;
    color: black;
    transition: 0s;
}

.tags-look .tagify__dropdown__item--active {
    color: black;
}

.tags-look .tagify__dropdown__item:hover {
    background: lightyellow;
    border-color: gold;
}

form.personMapping {
    /*    border: 2px solid; */
    padding: 5px;
    margin-bottom: 10px;
}

p.extraDetail {
    margin: 0px !important;
}

p.tag-values {
    margin: 0px !important;
    color: black !important;
}

table.company-table tr td {

}

table.person-table tr td {
    border: none;
}

table.company-table tr td:nth-child(1) {

}

table.person-table tr td:nth-child(1) {
    width: 140px;
}

table.iframe-company-table tr td {

}

table.iframe-person-table tr td {
    /* border: none; */
}

/* table.iframe-company-table tr td:nth-child(1){
    width: 140px;
} */
table.iframe-person-table tr td:nth-child(1) {
    /*  width: 130px; */

}

p.emp-value-preview {
    margin: 0px !important;
    color: black !important;
}

form .field-align {
    float: left;
}

.form-group.form-width {
    width: 85%;
}

ul.nav li.nav-item .nav-link {
    color: rgba(0, 0, 0, .9);
    font-size: 14px !important;
}

nav.navbar {
    background: #fff;
    box-shadow: 0 16px 24px rgba(0, 0, 0, .15);
    margin-bottom: 24px;
}

a {
    color: #282d34;
    cursor: pointer;
}

ul.navbar-nav.main-manu li > a.nav-link.active {
    color: rgba(0, 0, 0, .9) !important;
    font-size: 18px !important;
    background: #fec833;
}

ul.navbar-nav.main-manu li > a.nav-link.active i.fa {
    color: rgba(0, 0, 0, .9) !important;
    font-size: 30px !important;
    background: #fec833;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
    margin-right: 1rem;
    font-size: 16px;
    line-height: inherit;
    white-space: nowrap;
}

.savecrediential {
    padding-left: 217px;
}

.form-headline {
    position: relative;
    right: -21%;
}

.form-headline-mapping {
    text-align: center;
}

button.mapping-save-button {
    margin-left: 152px;
}

.url-field-align {
    float: left !important;
}

.custom-copy {
    cursor: pointer;
}

p.emp-value-preview
p.emp-value-preview,
p.emp-value-preview i.fa-chevron-right,
p.tag-values
p.tag-values,
p.tag-values i.fa-chevron-right {
    font-size: 12px !important;
}

p.emp-value-preview span.echobot-value {

}

p.tag-values span.emp-echobot-value {
    /* background: #fec833 !important; */

}

.tag-info-headline {
    float: left;
    font-weight: 700;
    margin-right: 10px;
    width: 12.5%;
}

.tag-info {
    float: left;
    width: 85%;
}

span.tag-name {
    float: left;
    padding: 2px 6px;
    background: #fec833 !important;
    margin: 1px 2px;
    border-radius: 4px;
    min-width: 40px;
    text-align: center;
    font-size: 10px;
}

.emp-help {
    margin-top: 4px;
}

div.person-name-emp {
    font-weight: 700;
}

.tag-info-headline.emp-help {
    width: 12.2% !important;
}

.tag-info.emp-help {
    width: 85%;
}

div.pipe-drive-button {
    text-align: right;
}

div.person-popup-body {
    height: 450px;
    overflow: auto;
}

.row.search-by-email, .row.search-by-name {
    padding: 10px 0px;
}

button.button-size {
    padding: 1px 10px;
}

button.button-bgcolor-yellow {
    font-weight: 600;
    background: #F6CE54 !important;
    border-color: #f5c73d !important;
}

button.button-bgcolor-yellow:hover {
    background: #f5c73d !important;
    border-color: #f4c025 !important;
    color: black;
    font-weight: 600;
}

button.button-bgcolor-yellow:active,
button.button-bgcolor-yellow:link {
    background: #f5c73d !important;
    border-color: #f4c025 !important;
    color: black;
    font-weight: 600;
}

button.button-bgcolor-lightgreen {
    font-weight: 500;
    background: #6cd195 !important;
    border-color: #64ce8e !important;
}

button.button-bgcolor-lightgreen:hover {
    background: #64ce8e !important;
    border-color: #51c880 !important;
    color: black;
    font-weight: 500;
}

button.button-bgcolor-lightgreen:active,
button.button-bgcolor-lightgreen:link {
    background: #64ce8e !important;
    border-color: #51c880 !important;
    color: black;
    font-weight: 500;
}

a.button-bgcolor-yellow {
    background: #F6CE54 !important;
    border-color: #f5c73d !important;
    color: black;
    font-weight: 600;
}

a.button-bgcolor-yellow:hover {
    background: #f5c73d !important;
    border-color: #f4c025 !important;
    color: black;
    font-weight: 600;
}

a.button-bgcolor-yellow:active,
a.button-bgcolor-yellow:link {
    background: #f5c73d !important;
    border-color: #f4c025 !important;
    color: black;
    font-weight: 600;
}

label {
    font-weight: 600;
}

table.company-table tr td:nth-child(1) {
    width: 140px;
}

table.company-table tr td {
    border-top: none !important;
}

table.person-table tr td:nth-child(1) {
    font-weight: 600;
}

table.iframe-company-table tr td:nth-child(1) {

}

table.iframe-person-table tr td:nth-child(1) {
    font-weight: 600;
}

button.popup-close-button {
    color: black;
    background: white;
    font-family: 'Roboto', sans-serif;
    border: 1px solid gray;
    font-weight: 500;
}

button.btn.popup-close-button:hover,
button.btn.popup-close-button:active,
button.btn.popup-close-button:link {
    color: black;
    background: #f2f2f2;
    font-family: 'Roboto', sans-serif;
    border: 1px solid gray;
    font-weight: 500;
}

iframe {
    border: none;
    border-radius: 5px;
}

table.col-equal-width tbody tr td {
    width: 33%;
}

input.select-ech-val {
    float: left;
    margin: 5px;
}

p.emp-value-preview {
    float: left;
    width: 92%;
}

input.select-pd-val {
    float: left;
    margin: 5px;
}

input#checkAllEchobot, input#checkAllEmpEchobot {
    float: left;
    margin: 5px;
}

input#checkAllpd, input#checkAllEmpPd {
    float: left;
    margin: 5px;
}

td.echobot-company-header, td.echobot-person-header {
    text-align: left;
}

td.pd-company-header, td.pd-person-header {
    text-align: left;
}

.ebColumnHeader, .appColumnHeader{
    position: relative;
}

td.field-header-company, td.field-header-person {
    text-align: right;
}

i.fa.edit-right {
    float: right;
    cursor: default !important;
}

p.tag-values {
    width: 92%;
    float: left;
}

.tagify__tag {
    position: static !important;
    background: #fec833 !important;
    color: black;
    font-size: 14px !important;
    font-weight: 500 !important;
    margin: 0 2px !important;
}

.tagify--mix .tagify__input {
    background: white !important;
}

.button-padding {
    padding: 2px 10px 2px 10px !important;
}

li.menu-font-size, li.menu-font-size > a {
    font-size: 18px !important;
}

.modal-body {
    background-color: #f3f3f3;
}

.popup-close-button {
    background-color: white;
    border: 1px solid #f8f8f8;
}

.import-button {
    background-color: #08a742;
    color: white !important;
}

.bg-white {
    background: #fff;
}

.p-15 {
    padding: 15px;
}

.br-5 {
    border-radius: 5px;
}

.br-red {
    border: 1px solid red;
}

.hide-fields {
    color: grey;
    display: inline-flex;
    cursor: pointer;
    font-size: 12px;
}


select#language {
    margin-top: 5px !important;
}

span.header-text-company, span.header-text-person {
    font-size: 14px;
}

span.company-all-tag-display, span.company-all-tag-hide, span.emp-all-tag-display, span.emp-all-tag-hide {
    color: gray;
    font-size: 12px;
}

.tag-info-headline.company-info-headline {
    font-size: 12px;
    color: gray;
    font-weight: 500;
}

i.fa.edit-right:before {
    font-size: 10px;
    color: gray;
}

.hide-icon:before {
    font-size: 10px;
    color: gray;
}

i.fa.edit-all:before {
    font-size: 10px;
    color: gray;
}

/** corrected fonts and style */
/* Compare and Push */
.compare-and-push {
    font-family: 'Source Sans Pro', sans-serif;;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    color: #333333;
}


/* Edit all */
.edit-and-close {
    font-family: 'Source Sans Pro', sans-serif;;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    text-align: right;
    color: #828282;
}

/* grey background*/
.gray-background {
    background: #F9F9F9;
    /* transform: matrix(1, 0, 0, -1, 0, 0); */
}

/* td grey background*/
.td-gray-background {
    background: #F9F9F9;
}

.td-white-background {
    background: white !important;
}

/* Name  and other titles from echobot*/
.name-and-other-title-echobot {
    font-family: 'Source Sans Pro', sans-serif;;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    color: #4F4F4F;
}

/*selected or marked text with white background*/
.selected-markedtext-whitebg {
    font-family: 'Source Sans Pro', sans-serif;;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
}

/* unmarked text with grey background*/
.unmarked-text-graybg {
    font-family: 'Source Sans Pro', sans-serif;;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #828282;
}

/* Available fields */
.available-fields {
    font-family: 'Source Sans Pro', sans-serif;;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    text-align: right;
    color: #828282;
}

/*green button*/
.green-button {
    background: #6FCF97;
    border-radius: 3px;
}

div.new-company {
    text-align: right;
    margin: 4px 2px;
}

div.pre-text {
    display: block;
    white-space: pre-line;
}

div.container-fluid.p-5 {
    padding: 3rem 1rem !important;
}

section.p-5 {
    padding: 3rem 0rem !important;
}

.eb-container-max-width {
    max-width: 1480px;
}

.eb-conainer-padding {
    padding-left: 30px;
    padding-right: 30px;
}

.p-vh-40 {
    padding: 40vh 0px;
}

/*
make the textarea non editable on sync popups
*/
.no-edit-tag x {
    display: none;
}

.no-edit-tag tags {
    border: none;
}

.no-edit-tag .tagify__input {
    background: #f9f9f9 !important;
}

.no-edit-tag .tagify__tag {
    background: #a1a1a1 !important;
    border: solid 1px #a2a2a2;
}

.no-edit-tag .tagify__tag-text {
    color: white;
    font-weight: bold;
}

.cover-radio {
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    z-index: 1;
}

.cover-radio-header {
    width: 25px;
    height: 25px;
    display: inline-block;
    position: absolute;
    z-index: 1;
    left:5px;
    top:5px;
}

#waitScreen .wait-backdrop {
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    background: white;
    z-index: 1100;
    left: 0;
    top: 0;
    opacity: 0.75;
}

#waitScreen .wait-backdrop+div{
    position: fixed;
    z-index: 1100;
    top:0;
    left: 0;
}

/* Lang buttons */
[data-lang] {
    opacity: .5;
    transition: .3s all;
    background: none!important;
}

[data-lang].active,
[data-lang]:hover {
    opacity: 1;
}

/* Filter by Zip label */
[data-filter-by-zip] {
    cursor: pointer;
}

[data-filter-by-zip] span {
    margin: 0 0 0 4px;
    font-weight: normal;
    position: relative;
    top: -1px;
}

.col-equal-width {
    table-layout: fixed;
}

div.modal{
    overflow: auto;
}

.logo-same-width{
    width:275px;
    height: 60px;
}