.pointer {
    cursor: pointer;
}

.bold {
    font-weight: bold;
}

.bold-400 {
    font-weight: 400;
}

.fs-20 {
    font-size: 20px;

}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-30 {
    font-size: 30px;
}

.fs-40 {
    font-size: 40px;
}

.fs-50 {
    font-size: 50px;
}

.pl-0 {
    padding-left: 0px !important;
}

.p-r-5 {
    padding-right: 5px !important;
}

.p-t-3 {
    padding-top: 3px;
}

.pt-1 {
    padding-top: 5px !important;
}

.pt-2 {
    padding-top: 10px !important;
}

.pt-3 {
    padding-top: 15px !important;
}

.pt-4 {
    padding-top: 20px !important;
}

.pt-5 {
    padding-top: 25px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pb-1 {
    padding-bottom: 5px !important;
}

.pb-2 {
    padding-bottom: 10px !important;
}

.pb-3 {
    padding-bottom: 15px !important;
}

.pb-4 {
    padding-bottom: 20px !important;
}

.pb-5 {
    padding-bottom: 25px !important;
}

.ml-1 {
    margin-left: 5px !important;
}

.ml-2 {
    margin-left: 10px !important;
}

.ml-3 {
    margin-left: 15px !important;
}

.ml-4 {
    margin-left: 20px !important;
}

.ml-5 {
    margin-left: 25px !important;
}

.icon {
    width: 23px;
}

.fw-300 {
    font-weight: 300 !important;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-uppercase {
    text-transform: uppercase;
}


.custom-file-upload {
    border: 1px solid #ddd;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    height: 33px;
    margin-bottom: 0px !important;
    text-align: center;
}

.form-validation {
    background-color: #fddddd !important;
}

.complete-status {
    border-left-color: #06d79c !important;
}

.error-status {
    border-left-color: #ef5350 !important;
}

.signature-pad--body canvas {
    background-color: #fff;
    border: 2px dotted #CCCCCC;
    left: 0;
    top: 0;
    width: 100%;
    height: 180px;
    cursor: crosshair;
}

.signature-error {
    border: 2px dotted #ef5350 !important;
}

.modal-black .modal-footer,
.modal-black .modal-header {
    background-color: #000000;
}

.modal-black .modal-header {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom: 1px solid #000000;
}

.modal-black .modal-footer {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 10px;
    border-top: 1px solid #000000;
}


.camera-img {
    background: url('/img/capture.png') no-repeat center;
    height: 70px;
    padding-top: 25px;
    font-size: 16px;
}


@media (max-width:767px) {
    /* .row {
        margin-right: -10px;
        margin-left: -5px;
    } */
}

.fc-blue {
    color: #398BF8;
}

@media (max-width: 501px) {
    .m-assess-font {
        font-size: 16px;
    }

    .m-input-font {
        font-size: 16px;
    }

    .m-element-font {
        font-size: 13px;
    }
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-bottom: 25px;
}

.error-border-left {
    border-left: solid 4px #ef5350;
}

.complete-border-left {
    border-left: solid 4px #06d79c;
}