html,
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

body {
    background: #f6f9fc !important;
    margin: 0;
    font-family: "Nunito", sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #505d69;
    /* text-align: left; */
    background-color: #f1f5f7;
    font-family: "Inter", sans-serif;
}

.card {
    margin-bottom: 24px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 8%);
    border: 0 solid #f1f5f7;
}

label {
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0.5rem;
}

.card-title {
    font-size: 15px;
    margin: 0 0 7px 0;
    font-weight: 500;
}

h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: gray;
    font-family: "Inter", sans-serif;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.form-group {
    margin-bottom: 1rem;
}

.form-control {
    font-size: 0.9rem;
}

#toDay {
    color: white;
    font-size: 18px;
    margin-top: 10px;
}

#sig-canvas {
    border: 2px dotted #CCCCCC;
    border-radius: 15px;
    cursor: crosshair;
}

#sig-submitBtn {
    font-size: 14px;
}

#sig-clearBtn {
    font-size: 14px;
    color: white;
    background-color: #aaaaaa;
}

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}


/* Modal Content */

.modal-content {
    width: fit-content;
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}


/* The Close Button */

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.acceptedStyle {
    background-color: #b7fddc;
}

.declinedStyle {
    background-color: #fab7b7;
}