@import url('https://fonts.googleapis.com/css2?family=Oswald&family=Roboto&display=swap');
@font-face {
    font-family: 'Oswald', sans-serif;
    src: url('../fonts/Alternate_Gothic_No1_D_Regular.otf');
}

body {
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
    color: #000;
    letter-spacing: .2rem;
}

a,
a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #000;
}

#registration form .section {
    display: none;
}

#registration form .section:first-child {
    display: block;
}

.navbar {
    background: #AD0505 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-weight: 800;
    min-height: 5rem;
}

.navbar-brand {
    min-width: 150px
}

.logo-container {
    padding: 1rem;
    background: white;
    position: absolute;
    top: 0rem;
    left: 2rem;
}

.logo-container img {
    width: 100px;
}

.form-control {
    width: 100%;
    border-radius: 0;
    padding: .7rem;
    max-width: 100%;
    margin: 0;
    border: 4px solid #000;
}

.btn {
    border-radius: 0;
    padding: .5rem;
}

#previous_button {
    display: none;
}

.h-100 {
    min-height: 100%;
    /* fallback for IE and older browsers */
    min-height: 90vh;
}

.color-red {
    color: #AD0505;
}

.w-100 {
    width: 100%;
}

.user-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.user-icon-big {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
}

.left-bar {
    position: fixed;
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
}

@media (max-width: 991px) {
    .left-bar {
        z-index: 1000;
        display: none;
    }
}

.text-right {
    text-align: right;
}

.user-details,
.user-contact,
.user-membership,
.user-attendance,
.user-allergies,
.left-bar,
.user-logs,
.user-membership-box,
.absentee-box,
.border-box {
    border: 4px solid #004E74;
}

.user-contact,
.user-membership,
.user-attendance,
.user-logs,
.user-membership-box,
.absentee-box {
    max-height: 300px;
    min-height: 300px;
    overflow-y: auto;
}

.user-emegency {
    background: #AD0505;
    color: #fff;
    text-transform: uppercase;
}

.user-emegency table tr td {
    color: #fff;
}

.user-status,
.user-payment-status {
    background: #77B800;
}

.border-bottom {
    min-height: 2px;
    background-color: #ededed;
    width: 70%;
    margin: 0px auto;
}

.main-content {
    padding-top: 130px;
}

.user-waiver-status-date {
    color: #77B800;
}

.w-auto {
    width: auto;
}

span {
    overflow-wrap: break-word;
}

.aikido {
    color: #AD0505;
}

.fighting_fit {
    color: blue;
}

.judo {
    color: purple;
}

.karate {
    color: orange#ad0505;
}

.kenjitsu_jiu_jitsu {
    color: green;
}

.may_thai {
    color: brown;
}

.multi_martial_arts {
    color: black;
}

.user-photo {
    object-position: center;
    object-fit: cover;
}

img {
    cursor: pointer;
}

.bg-orange {
    background-color: #FF914D !important;
}

.bg-red {
    background-color: #ad0505 !important;
}

.border-bottom-white {
    border-bottom: 2px solid #fff;
}

.martial-arts {
    border: 10px solid #AD0505;
    cursor: pointer;
    color: #000;
}

.dropdown-menu[data-bs-popper] {
    left: -100px;
    border: 10px solid #AD0505;
    background-color: #AD0505;
    color: #fff;
}

dropdown-menu[data-bs-popper] a {
    color: #fff;
}

.border-red {
    border: 10px solid #AD0505;
}

.border-green-sm {
    border: 1px solid green;
}

.green .border-border-sm {
    border: 1px solid green;
}

.red .border-border-sm {
    border: 1px solid #ad0505;
}

.red .ball {
    background: #ad0505;
}

.green .ball {
    background: green;
}

.border-blue-sm {
    border: 1px solid blue;
}

.border-red-sm {
    border: 1px solid #ad0505;
}

.text-sm {
    font-size: 10px;
}

.checkbox {
    width: 20px;
    height: 20px;
}

.graph-input {
    width: 100px;
    border: 1px solid #ededed !important;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    min-height: 30px;
}

.draggable {
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.dropped {
    position: static !important;
}

.ball {
    width: 14px;
    min-height: 14px;
    height: 14px;
    border-radius: 50%;
    margin-right: 1rem;
    display: inline-block;
}