/**
 * Common Admin theme Leads Admin Elements
 *
 * @package BIDXCMS
 * @subpackage Themes
 * @version 2
 * @author Wade Berlin <wade.berlin@brokeridxsites.com>
 * @copyright  Broker IDX Sites Inc. 2009-2025
 */

/**
 * 	Form styles
 */
.finance-container {
    margin-left: 150px;
}
li.finance-item b {
    width: 120px !important;
}
input.finance-input-box {
    width: 300px !important;
}

/* Customer Log Popup */
#cma-info-popup {
    display: none;
}

#cma-info-popup {
    background: #0d0e12;
    box-shadow: 2.5px 4.33px 9px 0px rgba(0, 0, 1, 0.45);
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-align: left;
    padding: 20px 30px;
    box-sizing: border-box;
    margin: 0 auto;
    z-index: 10;
}

/* import lead area css */
#save-import-member-user-form ol {
    padding: 0;
}

.import-lead-box{
    width:95%;
    margin:0 auto;
    text-align:center;
}

.import-lead-box-number {
    display:inline-block;
    width:24%;
    background:#e2f1f9;
    padding: 0 15px;
    box-sizing: border-box;
}

@media (max-width: 980px) {
    .import-lead-box-number {
        width: 32%;
    }
}

@media (max-width: 768px) {
    .import-lead-box-number {
        width: 49%;
    }
}

@media (max-width: 480px) {
    .import-lead-box-number {
        width: 100%;
    }
}

@media (prefers-color-scheme: dark) {
    .import-lead-box-number {
        background: #444;
    }
}

.margin-tb{
    margin-top:20px;
    margin-bottom:20px;
}
.weight{
    font-size:12px;
    font-weight:bold;
}
.pointer{
    cursor:pointer;
}
.top{
    margin-top:8px;
}
.top-12{
    margin-top:12px;
}
.not-import-lead{
    height:26px;
}
.result-imported-leads-wrap{
    width:95%;
    margin:0 auto;

.success-imported,
.skip-imported,
.total-imported {
	width: 30%;
	display: inline-block;
	height: 125px;
	padding: 10px;
}
.total-imported{
    border: 1px solid #337ab7;
    background:#337ab7;
    width:30%;
    display:inline-block;
    color:white;
    height:125px;
    padding:10px;
}
.success-imported{
    border: 1px solid #5cb85c;
    width:30%;
    display:inline-block;
    background:#5cb85c;
    color:white;
    height:125px;
    padding:10px;
    margin-left:10px;
}
.skip-imported{
    border: 1px solid #f2dede;
    width:30%;
    display:inline-block;
    background:#f2dede;
    color:#a94442;
    height:125px;
    padding:10px;
    margin-left:10px;
}
.right-info{
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 28px;
    margin-top: 9px;
    text-align:right;
}
.red{
    color:red;
}

.customform-data-container .documents-container {
	width: 70%;
	display: inline-block;
}

.customform-data-container .catch-all-new-design-documents {
	border-style: dashed;
	border-color: #cccfd2;
	margin-top: 10px;
	padding: 50px 16px 50px 0px;
	background-color: #f4f8fb;
	text-align: center;
}

.emp-caption {
	float: left;
	width: 100%;
}

.review-icon {
	font-size: 18px !important;
}

.customform-data-container .catch-all-new-design-documents {
	text-align: center;
}

.space-line {
	margin: 5px 0 7px 0;
	font-size: 12px;
	font-weight: 200;
}

.btn-white-custom {
    background-color: #5cb85c;
    border: 1px solid #5cb85c;
    padding: 10px 30px 11px 30px;
    color: #fff;
    font-weight: 700;
}
/* .result-imported-leads{
        min-height:800px;
} */
.upload-progress{
    width: 37%;
    height: 4px;
    position: relative;
    background-color: #ddd;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 5px;
    display: none;
    margin-top:16px;
}

.upload-progress-inner {
	position: absolute;
	width: 0%;
	height: 100%;
	background-color: #5cb85c;
	margin: 0px;
}

#import-form li {
    list-style: none;
}

.leads-subhead-options {
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    padding-left: 20px;
    color: #000;
    line-height: 40px;
}

li.lead-import-option {
    margin-left: 35px;
    margin-right: auto;
    margin-bottom: 10px;
    width: 180px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

#save-import-leads-id {
    display:none;
    background:rgba(0, 0, 0, 0.50);
    position: absolute;
    margin: -170px 0px;
    width: 100%;
    top: 0;
    bottom: 0;
    text-align: center;
    vertical-align:center;
    left: 0;
    right: 0;
    z-index: 9;
}
#save-import-leads-id .popup-loading-areas{
    margin-bottom: 10px;
}
#save-import-leads-id #firstdiv{
    color: #FFFFFF;
    font-size: 25px;
}
#save-import-leads-id .progress{
    width: 75%;
    margin: 0 auto;
    height: 2rem;
}

#save-import-leads-id .centerdiv{
    top:50%;
    position:absolute;
    width:100%;
    transform:translateY(-50%);
}

#save-import-leads-id .box {
    border-radius:25px;
    background-color:white;
    color:white;
}


#save-import-leads-id #boxdiv{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 10px;
    width: 75%;
    margin: auto;
}
#save-import-leads-id .icon{
    width:20%;
    display: inline-block;
    padding:43px 0px;
}
#save-import-leads-id .withouticon{
    width:60%;
    display: inline-block;
    padding: 66px 10px;
    font-size:22px;
}
#save-import-leads-id  #boxtotal{
    background-color:#337ab7;
}
#save-import-leads-id #boxsuccess{
    background-color:#4CAF50;
}
#save-import-leads-id #boxskip{
    background-color:#f44336;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    margin: 8px;
    border: 5px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
