/*----------Leads Backend------------*/

#poststuff .lead-detail-box {
    margin: 0;
    padding: 0;
}
.postbox-container .inside table {
    width: 100%;
    display: block;
    border-left: 7px solid #1486b8;
}
.postbox-container .inside table tbody {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.postbox-container .inside tr {
    display: table;
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
    margin: 0;
    padding: 10px 0;
    border-collapse: collapse;
}
.postbox-container .inside th {
    background: #f7f7f7;
    min-width: 150px;
    padding: 20px 10px;
    width: 150px;
}
.postbox-container .inside td {
    font-size: 14px;
    margin: 0 0 0 0;
    padding: 15px 10px;
    width: 100%;
    line-height: 1.3;
    vertical-align: middle;
}
img.cwp-cpt-single-image-item {
    width: 200px;
    height: 140px;
}
.cwp-cpt-single-gallery img.cwp-cpt-single-gallery-item {
    width: 200px;
    height: 140px;
    margin: 0 10px 10px 0;
}
.cwp-cpt-single-gallery {
    display: flex;
    flex-wrap: wrap;
	margin: 0 -10px -10px 0;
}
.cwp-forms-repeating-field {
    border-bottom: 1px solid #e0e0e0;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
}
.postbox-container .inside .cwp-forms-repeating-fields h6 {
    font-size: 16px;
    margin: 0 0 5px 0;
    padding: 0;
}
.postbox-container .inside .cwp-forms-repeating-fields p {
    margin: 0;
    padding: 0;
    font-size: 14px;
}
.cwp-lead-form-details {
    padding: 8px 12px;
}
.cwp-lead-form-details p {
    margin: 0 5px 0 0;
    padding: 0;
    float: left;
    font-size: 12px;
    font-weight: normal;
    color: #5F5F5F;
    line-height: 1.5;
}
.cwp-lead-form-details h6 {
    margin: 0 5px 12px 0;
    padding: 0;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    line-height: 1.5;
}
.cwp-manage-leads {
    padding: 8px 12px;
}
.cwp-manage-leads img {
    width: 100%;
    margin: 0 0 5px 0;
}
.cwp-manage-leads h5 {
    font-size: 14px;
    color: #000000;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    font-weight: 500;
}
.cwp-leads-frontend-pro {
    margin: 15px 0;
}
.cwp-leads-frontend-pro span {
    float: left;
    color: #61B706;
    font-size: 22px;
    margin: 0 5px 0 0;
}
.cwp-leads-frontend-pro p {
    font-size: 13px;
    margin: 0 0 8px 0;
    line-height: 1.5;
    color: #32373C;
    padding: 0;
}
.cwp-leads-learn-more {
    background: #F4F4F4;
    padding: 10px 12px;
    display: flex;
    justify-content: flex-end;
}
.cwp-leads-learn-more a {
    padding: 8px 10px;
    background: #36A3CA;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
}
/*---------- Forms ------------*/
.form_shortcode .cwpform-shortcode {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.form_shortcode .cwpform-shortcode .inner.copy-to-clipboard {
    user-select: all;
    cursor: pointer;
    background: #e0f2c8;
    border: 1px solid #90c154;
    padding: 0 10px;
    border-radius: 4px;
    color: #1a2432;
    font-size: 12px;
    line-height: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form_shortcode .cwpform-shortcode .inner.copy-to-clipboard svg {
    margin: 0 10px 0 0;
}
.postbox .setting-block {
    padding: 12px;
    border-bottom: 1px solid #dddddd;
}
.postbox .setting-block label:first-child {
    font-size: 13px;
    font-weight: 500;
    display: block;
    margin: 0 0 10px 0;
}

#post-body.columns-2 #postbox-container-1 .postbox .setting-block .cwp-ctp-toolTip {
    left: -275px;
}
#post-body.columns-2 #postbox-container-1 .postbox .setting-block .cwp-ctp-toolTip::before {
    right: -17px;
	left: unset;
}
#post-body.columns-2 #postbox-container-1 .postbox .setting-block .cwp-ctp-toolTip::after {
    right: 1px;
    left: unset;
    border-color: transparent #f5fcff transparent transparent;
}