#errorMessage {
    margin-top: 10px;
    font-size: 14px;
    color: red; 
}
.error-message {
    font-size: 0.875em;
    margin-top: 5px;
}
#error-message{
    color: red;
}
.text-success {
    color: green;
}
.text-danger {
    color: red;
}
.parsley-required{
    color: red;
}
.parsley-pattern{
    color: red;
}
.parsley-type{
    color: red;
}
.error{
    color: red;
}

button#showMoreButton {
    text-align: center;
    /* width: 100%; */
    margin: 30px auto;
    display: flex;
    justify-content: center;
    padding: 10px 23px;
    border-radius: 35px;
}

.preloader {
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 9999999;
    display: none;
  }
  
  .loading {
    padding: 0;
    /* background: url(../img/Legrand_loader.gif) no-repeat center center; */
    background: var(--loader-url) no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
  }

    .more-details-header p:first-child {
    text-align: left;
    }
   
    .boq-wrapper{
        position: relative;
    }
    span#boq-count {
        position: absolute;
        background: #486898;
        color: #fff;
        width: 16px;
        height: 16px;
        font-size: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 5px;
        right: 5px;
        border-radius: 50%;
        font-weight: 600;
    }