html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.bg-none {
    background-color: white !important;
}

.navbar {
    padding-right: 20px;
    padding-left: 20px;
    position: fixed;
    width: 100%;
    z-index: 999999;
}

.center-element {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.navbar-nav li {
    margin-left: 20px;
}

.navbar-nav li a {
    text-decoration: none;
}

.navbar-nav {
    flex-direction: row !important;
}

.hero {
max-height: 420px;
}

.whitespace-lg {
    width: 100%;
    height: 150px;
}

.whitespace-md {
    width: 100%;
    height: 100px;
}

.whitespace-sm {
    width: 100%;
    height: 50px;
}

.whitespace-xs {
    width: 100%;
    height: 20px;
}

.button {
    background-color: #015cbf;
    border-radius: 500px;
    padding: 10px 10px;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    justify-content: center;
    border: 0;
    transition: 0.3s;
}

.form-check-input:checked[type=radio] {
    background-image: none !important;
}

.form-check-input:checked {
    background-color: #95bcfc;
    border-color: #c0d7fb !important;
    width: 1em !important;
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.button-donate {
    background-color: #02a85c;
    border-radius: 500px;
    padding: 10px 10px;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    justify-content: center;
    border: 0;
    transition: 0.3s;
}

.my-textbox:focus {
    background-color: transparent;
    box-shadow: none;
    outline: none;
  }

#questionBody {
    display: none;
}

#athleteBody {
    display: none;
}

.button-donate:hover {
    background-color: #00b765 !important;
}

.button:hover {
    background-color: #0068d6;
}

.custom-card {
    background-color: #fff !important;
    border-color: rgb(37, 37, 37);
    height: 100%;
    border: transparent;
}

.custom-card-no-shadow {
    background-color: #fbfbfb !important;
}

.custom-card .custom-header {
    width: auto;
    padding: 30px;
}

.custom-card .custom-body {
    width: auto;
    padding: 30px;
}

.profile {
    border-radius: 10px;
    float: left;
    object-fit: cover;
}

.athlete-img {
    width: 200px;
    height: 200px;
    border-radius: 20px;
    float: left;
    margin: 10px;
    object-fit: cover;
    margin: auto;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
}


.athlete-container {
    height: 200px;
    margin-left: 20px;
    float: right;
}

.flex-md {
    display: flex !important;
}

.profile-img-container {
    margin-right: 20px;
    object-fit: cover;
}

@media only screen and (max-width: 530px) {
    .athlete-container {
        width: 100%;
        margin-bottom: 20px;
        margin-left: 0px;
        display: flex;
        justify-content: center;
    }

    .flex-md {
        display: block !important;
    }

    .profile {
        width: 100px;
        height: 100px;
        border-radius: 99999px;
        float: none !important;
    }

    .profile-img-container {
        margin-bottom: 20px;
        margin-right: 0px !important;
    }

    .profile-header {
        text-align: center !important;
    }

    .toggle {
        display: block !important;
        margin-left: 20px;
        font-size: 20px;
        color: black;
    }

    .navbar-nav {
        display: none;
    }

    .navbar-nav-vertical {
        flex-direction: column !important;
        text-align: center;
        margin-left: 0px;
        vertical-align: middle;
    }

    .navbar-nav-vertical li {
        margin-left: 0px;
        display: block;
        cursor: pointer;
    }

    .navbar-nav-vertical li {
        margin-top: 50px;
        opacity: 0;
    }

    .navbar-nav-vertical li a {
        text-decoration: none !important;
        color: black;
        font-size: larger;
    }
}

.resize {
    z-index: 1;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: white;
    display: none;
    opacity: 0;
}

.toggle {
    display: none;
}

.div-border-and-content-background {
    border-top: double 2px transparent;

    /* first gradient is for card background, second for border background */
    background-image: linear-gradient(white,white), linear-gradient(to right, #bebebe 50%, #bebebe 50%);
    background-clip: padding-box, border-box;
    background-origin: border-box;
}


.icon {
    background: -webkit-linear-gradient(#659cf6 50%, #ffce2e 50%);
    font-weight: bold;
    font-size: 25px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dropdown button {
    padding: 0px;
    font-size: 15px !important;
    margin-left: 20px;
}

.navbar-text {
    justify-content: center;
    vertical-align: middle;
    align-items: center;
}

.dropdown button:focus {
    box-shadow: none;
}

.dropdown .dropdown-menu li a {
    text-decoration: none;
    color: black;
}

.dropdown .dropdown-menu li {
    padding: 2px;
    cursor: pointer;
    transition: 0.3s ease;
    margin-left: 5px;
    font-size: 15px !important;
}

.dropdown .dropdown-menu {
    max-height: 176px;
    overflow-y: scroll;
}

.dropdown .dropdown-menu-container {
    background-color: white;
    overflow: hidden;
}


.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: white;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(200, 200, 200);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgb(150, 150, 150);
}

.hero h1 {
    letter-spacing: -0.015em;
}
