/***** HEADER *****/
.clear-background {
    background: none !important;
    background-color: none !important;
}

/***** FOOTER *****/
#page-content {
    min-height: calc(100vh - 12.3rem);
}

/***** CHECKBOX *****/
.checkbox-label {
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
}
.form-check-label {
    line-height: 2.4 !important;
}
.form-check-input:checked {
    background-color: var(--color-dark-1);
    border-color: var(--color-dark-1);
}

/***** FOOTER *****/
#main {
    min-height: calc(100vh - 12.3rem);
}
footer {
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

/***** BOX OPACITY *****/
.opacity-background {
    background: rgba(192, 192, 192, .1) 
}

/***** GET KEY FONT SIZE *****/
.big-font {
    font-size: 30px !important;
}