.help-block{
    color: red;
    font-size: 12px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 0;
}

.custom-switch {
    margin-left: 7.5px;
}

.card-body h3{
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding: 15px 8px;
    margin: 0 -20px;
    padding-left: 28px;
    background: #fafafa;

    margin-bottom: 15px;
}

.no-wrap{
    width: 1%;
    white-space: nowrap;
}

.back-login-btn{
    font-size: 12px;
    margin-right: 8px;
}

.select2-container .select2-selection--single{
    height: auto !important;
}

.download-document-wrapper{
    background: #fbfbfb;
    padding: 20px;
    border-radius: 10px;
    display: inline-flex;
    justify-items: center;
    align-items: center;
    margin-bottom: 30px;
    width: auto;
    font-weight: bold;
    color: #000;
}

#card-comments{
    max-height: 500px;
    overflow-y: scroll;
}


.download-document-wrapper > img{
    margin: 0 15px;
}

.upload-document-form{
    background: #fbfbfb;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.upload-document-form > label{
    display: block;
    border: 3px dashed #ccc;
    cursor: pointer;
    padding: 50px 20px;
}

.upload-document-form > label:hover{
    background: #ebebeb;
}

.upload-document-form h3{
    font-size: 15px;
    text-align: center;
}


.upload-document-form i{
    font-size: 42px;
    margin: 30px auto;
}

.card-comments .comment-text{
    margin-left: 0;
}

.spinner-border{
    position: absolute;
    top: 0;
    left: 0;
}
