body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.main-content {
    flex: 1;
    padding-top: 70px;
    padding-bottom: 50px;
}
.navbar, .footer {
    background-color: #343a40;
}
.card {
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.btn-custom {
    background-color: #007bff !important;
    color: white !important;
}
.btn-custom:hover {
    background-color: #0056b3 !important;
}

.alert-top {margin-top: 4.5rem !important; }
.fullheight {max-height: 100%!important}
.grecaptcha-badge {opacity:.3!important}
.notdisplay {display:none}
.copyable {cursor: pointer}
i.fas,span.borded{margin:5px!important}