fieldset {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 1rem;
}

legend {
    width: auto !important;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    float: none;
    font-size: 0.75rem;
}

.btn-primary {
    --bs-btn-color: rgba(255, 255, 255, 0.7);
}
.gap-0 > div.bg-blue {
    background-color: rgb(36, 40, 47) !important;
}
.details span {
    font-weight: 800;
}

.form-group {
    margin-top: 5px;
    margin-bottom: 10px;
}

.image-circle {
    border-radius: 50%;
}

.image-100 {
    height: 100px;
    width: 100px;
}

.image-50 {
    height: 50px;
    width: 50px;
}
.image-25 {
    height: 25px;
    width: 25px;
}
.image-75 {
    height: 75px;
    width: 75px;
}
body {
    /* background-image:url('/img/logo.png'); */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /*opacity: 0.95; */
    /* opacity: 0.98;*/
}

#content {
    /* background-color: rgba(255, 255, 255, 0.4); */
    /* background-color: rgba(255, 255, 255, 0.4); */
    -webkit-backdrop-filter: blur(5px);

    backdrop-filter: blur(7px);
    /* filter:alpha(opacity=85);
    opacity: 0.85;
    -moz-opacity:0.5; */
}

.modal-backdrop {
    position: relative;
}

.bg-image {
    /* The image used */
    background-image: url("/img/logo.png");

    /* Add the blur effect */
    filter: blur(8px);
    -webkit-filter: blur(8px);

    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}


.mainnav__inner .nav-link .nav-icon {
    color: var(--nf-mainnav-icon-color) !important;
}

.table:not(.table-borderless):not(.table-bordered) > :not(:last-child) > :last-child > * {
    border-bottom: 2px #000 solid;
}
