/* cw custom css by AB-Soft*/
/* label */
label {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    /* identical to box height */
    color: #1C1C25;
    margin-top: 18px;
}
/* /label */

/* file upload input */
.cw-file-input{
    display: none !important;
}

.cw-file-input-box{
    display: block;
}

.cw-file-input-label {
    border-radius: 8px;
    color: #858585;
    background-color: #fff;
    /* border: 1px solid #cbd5e1; */
    border: 1px solid #42175B;
    padding: 10px 10px 10px 10px;
    padding-left: 15px !important;
    height: 48px;
    font-size: 16px;
    font-family: inherit;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    cursor: pointer;
    width: 100%;
    margin-top: 0;
}

.cw-file-chosen {
    display: inline-block;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cw-file-icon{
    float: right;
    height: -webkit-fill-available;
}

.cw-file-icon img{
    height: -webkit-fill-available;
}
/* file upload input */


/* buttons */
.cw-color {
    color: #42175B;
}
.cw-color-blur {
    color: #C5A8D3;
}

.cw-btn {
    height: 48px;
    font-size: 16px;
    display: inline-block;
    color: #42175B;
    background-color: #ECE7EE;
    border: 1px solid #ECE7EE;
    border-radius: 8px;
    padding: 10px 15px;
}

.cw-btn:hover {
    border-color: #42175B;
}

.cw-btn-left-text {
    float: left;
}
.cw-btn-right-icon {
    float: right;
    margin-top: 3px;
}
.cw-btn-right-icon img{
    float: right;
    height: 16.56px;
    
}

.outline-btn {
    border: 1px solid #42175B;
    border-radius: 36px;
    background-color: #ffffff00;
    padding: 5px 13px;
    cursor: pointer;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #42175B;
}
/* /buttons */

.multi-project {
    display: none;
}

.mp-pagination-box {
    display: flex;
}

.mp-pagination-no {
    width: 25%;
    margin: 5px 0;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

#initial-step1-inputs .same-as-previous-box {
    display: none;
}

/* /cw custom css by AB-Soft*/