:root {
    --primary: #96BC31;
}

body {
    background-color: #000000;
    color: #fff;
}

a:hover {
    color: black !important;
}

p,
a,
label,
h1,
h2,
h4,
h5,
h6,
h7 {
    color: #fff !important;

}

#logo {
    height: 250px;
    margin-bottom: 10px;
}

#lbox {
    background-color: #3c3c3c;
}

.button.is-info {
    background-color: var(--primary);
}

body {
    background-color: #000000;
}

#logo {
    height: 250px;
}

.modal-card-body>h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
    color: black !important;
}

.modal-card-title>h1,
h2,
h3,
h4,
h5,
h6,
p {
    color: black !important;
}

.help.is-danger {
    color: #f14668 !important;
}

.hero-cont {
    background-color: #bfbfbf;
}

.hero-cont>.hero-body {
    flex-direction: column;
    padding: 1rem 1.5rem;
}

.memb-card {
    background-color: #000000;
    border: 5px solid var(--primary);

}

.memb-title {
    color: var(--primary) !important;
}

.memb-p {
    color: #fff !important;
}

.membcheck {
    visibility: hidden;
    width: 30px;
    height: 30px;
}

.membcheckcont {
    position: relative;
    cursor: pointer;
    font-size: 20px;
}

.customcheck {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: black;
    border: 2px solid #fff;

}



/* Specify the background color to be 
        shown when checkbox is checked */
.membcheckcont input:checked~.customcheck {
    background-color: var(--primary);

}

.card-footer {
    border: none !important;
}

.table-memb {
    background-color: transparent !important;
}

.table-memb td {
    border: none !important;
    text-align: center;
    color: #fff;
    font-size: 8pt;
}

.title {
    color: white !important;
}

/** disabled card **/

.memb-card.disabled {
    border: 5px solid #bfbfbf;
}

.memb-card.disabled .membcheckcont input:checked~.customcheck {
    background-color: #bfbfbf;
}

.pmodal {
    background-color: white;
    padding: 20px;
}