body, html {
    min-height: 100%;
}

body {
    background-color: #2F2F2F;
    color: #FFFFFF;
}

a:link, a:visited {
    color: #FFFFFF;
}

.wishlist-item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wishlist-page-card {
    /*background-color: rgb(105, 24, 24);*/
}

.wishlist-page-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.profile {
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-photo {
    max-height: 40px;
    max-width: 40px;
    border-radius: 100px;
    margin-right: 0.5em;
}

.socialaccount_providers {
    list-style: none;
    margin: 0;
    padding: 0;
}

.socialaccount_providers li {
    margin: 0;
    padding: 0;

    display: flex;
    justify-content: center;
}

.form-signin {
    display: flex;
    flex-direction: column;
}

.participant-pane {
    display: flex;
    height: 3rem;
}


.participant-item {
    display: flex;
    width: 3rem;
    height: 3rem;

    margin-left: -0.25rem;
}

.participant-icon:hover {
    transform: scale(1.05, 1.05);
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px;
    z-index: 100;
}

.participant-item:first-child {
    margin-left: 0;
}

.participant-icon {
    /* Make icon circular */
    border-radius: 1000px;
}

.participant-add {
    background: #b8b5b5;
    color: #605c5c;
    border-radius: 1000px;
    display: flex;
}

.participant-add-button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20pt;
    border-radius: 1000px;
    margin: 0;
    width: 3rem;
}

input[type="text"] .form-control, textarea .form-control, .form-control, .form-control:focus {
    background-color: #605c5c;
    color: #eaeaea;
}