@CHARSET "UTF-8";

body {
    margin-bottom: 15px;
}

.doYouHaveBorder {
    border-left: 0 !important;
}

.form-control {
    border-radius: 0 !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    padding-bottom: 0 !important;
}

.form-control:valid {
    background-image: none !important;
    padding-right: inherit !important;
    border-color: #ced4da !important;
}

.form-control:focus {
    box-shadow: 0 0 0 0 !important;
    border-color: #ced4da !important;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    background-image: none !important;
    padding-right: inherit !important;
    border: 2px solid #dc3545 !important;
}

.form-control:disabled {
    background-color: transparent;
}

.form-check-input:valid ~ .form-check-label {
    color: initial !important;
}

.notOkayRequired::-webkit-input-placeholder {
    color: #dc3545 !important;
}

.hrg_btn {
    background-color: #B954FA;
    color: #fff;
}

.hrg_btn:hover {
    background-color: #8C42B8;
    color: #fff;
}

.hrg_btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(209, 165, 252);
}

.sig_box {
    border: 1px solid black;
    background-color: WhiteSmoke;
}

.sig_box_error {
    border: 1px solid red;
    background-color: WhiteSmoke;
}

.processing {
    width: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .2;
    background-color: #B954FA;
    pointer-events: none;
}

.processing_image_div {
    display: none;
    position: fixed;
    top: 40%;
    width: 100%;
}

#my_camera {
    width: 320px;
    height: 240px;
    border: 1px solid black;
}

.flatpickr {
    border: 1px solid #c3c3c3;
    height: 36px;
    line-height: 36px;
    width: 100%;
    padding: 8px;
    max-width: 360px;
    border-radius: 3px;
    background: #fff !important;
}

.confirmation-background-disable {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(90, 90, 90, 0.5);
    z-index: 99;
}

.confirmation-popup {
    width: 335px;
    height: 148px;
    border: 5px solid red;
    background-color: #B954FA;
    background: url("/images/waiver-confirmation-bg.jpg");
    position: fixed;
    top: 64px;
    z-index: 999;
    padding: 15px;
    text-align: center;
    color: white;
    border-radius: 5px;
}

.confirmation-ok {
    color: red;
    background-color: greenyellow;
    border: 2px solid blue;
    margin-top: 15px;
}

@media (max-width: 576px) {
    .conditionBorder {
        border-bottom: 0 !important;
    }

    .doYouHaveBorder {
        border-left: 1px solid #343a40 !important;
        border-top: 0 !important;
    }
}