:root{
    --primary-mbn-color:#0f77cc;
    --secondary-mbn-color:#0D5692;
    --lightgray-mbn-color:#f8fafc;
    --accent-mbn-color:#B2D234;
}
body.mbnlp-body-active{
    overflow:hidden;
}
.mbnlp-no-area-info{
    display: inline-block;
    font-size:16px;   
}

.mbnlp-button{
    display: inline-flex;
    padding:10px 24px;
    text-align: center;
    border-radius: 100px;
    background-color: var(--primary-mbn-color);
    text-decoration: none;
    color:#fff;
    transition: all 0.3s ease-out;

}
.mbnlp-button:hover{
    filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.2));
}

.mbnlp-container{
    position: fixed;
    top:0px;
    left:0px;
    overflow-y: auto;
    z-index: 99999999999;
    background: rgba(0,0,0,0.8);
    width: 100%;
    min-height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition:all 0.3s ease-out;
    padding:20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
    max-height: 100vh;
}
 .mbnlp-container[data-index='3']{
        justify-content: flex-start;
}
.mbnlp-container.active{
    opacity:1;
    visibility: visible;
}
.mbnlp-content{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 640px;
    padding:30px;
    background: #fff;
    position: relative;
}
.mbnlp-preloader{
    position: absolute;
    top:0px;
    left:0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;

}
.mbnlp-preloader.active{
    visibility: visible;
    opacity: 1;
}
.mbnlp-preloader span{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background-color: #fff;
    box-shadow:0px 3px 3px rgba(0, 0, 0, 0.1);
}
.mbnlp-preloader span img{
    width: 60px;
}
.mbnlp-content .mbnlp-title{
    font-size: 24px;
    font-weight: bold;
    color:var(--secondary-mbn-color);
}
.mbnlp-content .mbnlp-btnclose{
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 40px;
  
     background-color: var(--primary-mbn-color);
     
    position: absolute;
    top:-20px;
    right:-20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-out;
    z-index: 999;
}
.mbnlp-content .mbnlp-btnclose:after{
    content:" ";
    background: url("../img/btn_close.svg") 0 0 no-repeat;
    background-size: 100%;
    width:16px;
    height: 16px;
    display: block;
}
.mbnlp-content .mbnlp-btnclose:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.mbnlp-progress{
    display: block;
    height: 10px;
    border-radius: 10px;
    border:1px solid #cbd5e1;
    width: 100%;
    margin-bottom: 16px;
    
}
.mbnlp-progress .mbnlp-value{
    height:10px;
    display: block;
    border-radius: 10px;
    background-color: var(--accent-mbn-color);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
.mbnlp-steps{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom:1px solid #cbd5e1;
}
.mbnlp-pic{
    display: block;
    font-size: 16px;
    color:#64748b;
    margin-bottom: 10px;
}
.mbnlp-steps .mbnlp-step{
    display: none;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.mbnlp-steps .mbnlp-step h4{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color:#1e293b;
}
.mbnlp-steps .mbnlp-step .subtitle{
    font-size:16px;
    display: block;
    margin-bottom: 5px;
    color:#475569;
}
.mbnlp-steps .mbnlp-step.active{
    display: block;
    opacity: 1;
}
.mbnlp-additional{
    padding-bottom: 16px;
    border-bottom: 1px solid #cbd5e1;
}
.mbnlp-terms{
    color:#64748b;
    font-size:14px;
   
}

.mbnlp-steps .fields{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap:10px;
}
@media screen and (min-width: 768px){
.mbnlp-steps .fields{
      grid-template-columns: repeat(2,1fr);
}
}
.mbnlp-steps .fields .field{
    display: flex;
    flex-direction: column;
}
.mbnlp-steps .fields .field.project_type_cont{
    display: none;
}
.mbnlp-steps .fields .field.project_type_cont.active{
    display: flex;
}
.mbnlp-steps .fields .field .lbl{
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color:#64748b;
}
.mbnlp-steps .fields .field .error{
    font-size: 14px;
    color:#f00;
}
.mbnlp-steps .disclaimer{
    font-size:14px;
    color:#64748b;
}
.mbnlp-steps .fields.address{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap:10px;
}



.mbnlp-steps .fields.address .field.full{
    grid-column: 1;
}

@media screen and (min-width: 768px){
    .mbnlp-steps .fields.address{
        grid-template-columns: repeat(3,1fr);
    }
    .mbnlp-steps .fields.address .field.full{
    grid-column: 1 / 4;
    }

    .mbnlp-steps .fields .field.full{
    grid-column: 1/3;
}
}
.mbnlp-steps .fields textarea,
.mbnlp-steps .fields input[type="email"],
.mbnlp-steps .fields input[type="tel"],
.mbnlp-steps .fields input[type="number"],
.mbnlp-steps .fields input[type="text"]{
    width: 100%;
    border:1px solid #94a3b8;
    height: 45px;
    border-radius: 4px;
    padding:0 10px;
    outline: none;
}
.mbnlp-steps .fields textarea{
    padding:10px;
    height: 100px;
    margin-bottom: 16px;
}

.mbnlp-steps .fields select{
    width: 100%;
    border:1px solid #94a3b8;
    height: 45px;
    border-radius: 4px;
    padding:0 10px;
    outline: none;
    font-size: 16px;
}
.mbnlp-footer{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.mbnlp-footer button{
    display: flex;
    padding:10px 25px;
    font-size:16px;
    border:1px solid #cbd5e1;
    background-color: #fff;
    border-radius:50px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    visibility: hidden;
}
.mbnlp-footer .mbnlp-btnback{
    margin-right: 5px;
}
.mbnlp-footer button.active{
    visibility: visible;
}
.mbnlp-btnupload{
     display: inline-flex;
    padding:10px 25px;
    font-size:16px;
    border:1px solid var(--primary-mbn-color);
    background-color: #fff;
    border-radius:50px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    color:var(--primary-mbn-color);
    max-width: 163px;
  
}
.mbnlp-footer button.mbnlp-btnsubmit{
    background-color: var(--primary-mbn-color);
    border:none;
    color:#fff;
}
.mbnlp-footer button:hover{
    opacity: 0.8;
    background-color: #cbd5e1;
}
.mbnlp-footer button.mbnlp-btnsubmit:hover{
    background-color: var(--secondary-mbn-color);
   
}


.mbnlp-alert{
    display: block;
    border:1px solid #cbd5e1;
    color:#475569;
    padding:10px 16px;
    border-radius: 8px;
    margin-bottom: 16px;
}
.mbnlp-alert.success{
    background: #16a34a;
    color:#fff;
    border:1px solid #16a34a;
}

.mbnlp-alert.error{
    background: #ef4444;
    color:#fff;
    border:1px solid #ef4444;
}

.mbnlp-time-box{
    display: grid;
     grid-template-columns: repeat(3,1fr);
    gap:10px;
}
.mbnlp-time-box button{
    border:1px solid #cbd5e1;
    padding:10px 15px;
    border-radius: 8px;
    font-size:15px;
    background-color: #fff;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
@media screen and (min-width:640px) {
    .mbnlp-time-box button{
        font-size:16px;
    }
}
.mbnlp-time-box button.active{
     border:1px solid var(--secondary-mbn-color);
    font-weight:bold;
    color:var(--secondary-mbn-color);
    background-color: #f8fafc;
}
.mbnlp-file-field{
    display: none;
}
.mbnlp-selected-photos{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap:20px;
    padding-top:20px;
}
.mbnlp-selected-photos .item{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width:100%;
    padding:5px;
    box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.1);
    position: relative; 
}
.mbnlp-selected-photos .item .mbnlp-remove-img{
    border:none;
    width: 30px;
    height: 30px;
    color:#fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 3;
    top:-15px;
    right:-15px;
    background-color: #ef4444;
    border-radius: 100px;
}
.mbnlp-selected-photos .item img{
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
}
.mbnlp-steps .door_items{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.mbnlp-steps .door_item{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
}
.mbnlp-steps .door_item input[type="checkbox"]{
    margin-right: 10px;
}
.mbnlp-steps .door_item span{
    color:#1e293b;
    margin-right: 10px;
}
.mbnlp-steps .door_item label{
    display: flex;
    flex-direction: row;
    align-items: center;
    width:130px;
}

.mbnlp-steps .door_item input[type="number"]{
    width: 70px;
    height: 40px;
    display:none ;
}
.mbnlp-steps .door_item.active input[type="number"]{
    display: block;
}
@media screen and (min-width: 640px){
    .mbnlp-selected-photos{
         grid-template-columns: repeat(4,1fr);
    }
}