html, body {
    width: 100%;
    height: 100%;
}

body {
    background-image: url('../images/main-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.text-justify {
    text-align: justify;
}

section {
    display: none;
}

#doctorPic {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

/* fabricjs */
.canvas-container {
    width: auto !important;
    height: auto !important;
}

#c {
    position: relative !important;
    height: auto !important;
    width: 100% !important;
}

.upper-canvas {
    height: auto !important;
    width: 100% !important;
}
/* fabricjs */

.form-check-input {
    margin-top: 0.45rem;
}

.btn-none {
    background-color: transparent;
}

.status {
    text-align: center;
}