﻿.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #99cc00;
    background-color: #99cc00;
}

.custom-checkbox {
    width: 30px;
    height: 20px;
}

.custom-control-input ~ .custom-control-label::before {
    border-color: #99cc00;
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
    transform: scale(1.5);
}

h1 {
    text-align: center;
    color: #53575A;
    margin-bottom: 40px;
}

h3 {
    text-align: center;
    color: #53575A;
    margin-bottom: 20px;
}

label, input, p {
    color: #53575A;
}

.container form .row .col label {
    margin-bottom: 3px;
}

span.highlight-red {
    color: red;
    font-weight: bold;
    margin-right: 5px;
}

form .row {
    margin-bottom: 15px;
}

.radio-btn-row label {
    display: block;
}

.radio-btn-row input {
    margin-left: 15px;
}

.section-break {
    padding-bottom: 30px;
}

form #line {
    padding-bottom: 15px;
    border-bottom: 2px solid hotpink;
}

.consent-agreement input {
    position: static;
    margin-left: 0px;
}

.patient-consent {
    text-align: justify;
}

form .submit-row {
    justify-content: center;
    margin: 40px 0;
}

    form .submit-row input {
        background-color: hotpink;
        border-color: hotpink;
        border-radius: 20px;
    }

.form-footer {
    text-align: center;
}

    .form-footer p {
        font-size: 16px;
        margin-bottom: 5px;
        line-height: 13px;
    }

        .form-footer p a {
            color: hotpink;
        }

    .form-footer .footer-links {
        margin-bottom: 25px;
    }

        .form-footer .footer-links p {
            font-size: 20px;
            font-weight: 500;
        }

canvas {
    border: 1px solid grey;
    display: block;
    width: 100%;
    height: 60px;
    cursor: crosshair;
}
legend {
    background-color: #d7f1ed;
    padding: 5px;
    color: #292929;
    border-left: solid 4px #666666;
}

.header {
    background-color: #efedf0;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 12;
}

.colorGrad {
    background: #dcdcdc;
    padding: 0px 0px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: none;
    height: 4px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-20 {
    margin-top: 20px;
}

.d-inlineblock {
    display: inline-block;
}

.m-r-20 {
    margin-right: 20px;
}

.blueGreenText {
    color: #009897 !important;
}

.m-t-130 {
    margin-top: 130px;
}

.qrImage {
    width: 120%;
}

.mainWhiteCont {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 10%);
    border: solid 1px #eaeaea;
}
.minHeight600 {
    min-height: 600px;
}
.m-b-20 {
    margin-bottom: 20px;
}