body {
    color: #442C4C;
}

.grecaptcha-badge {
    visibility: hidden !important;
    display: none !important;
}

.logo {
    width: 250px;
    margin-left: -8px;
}

label.error {
    width: 100%;
    margin-top: .5rem;
    font-size: 80%;
    color: #dc3545;
}

.form-control.error,
.form-select.error {
    border-color: #dc3545;
}

.btn-group-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.btn-group-wrapper .error {
    order: 1;
    min-width: 100%;
}

.btn-group-spacer {
    width: 16px;
}

.btn-group-wrapper .btn {
    flex-grow: 1;
}

input[type=file]::file-selector-button {
    background-color: #6c757d;
    margin-right: 20px;
    border: none;
    padding: .375rem .75rem;
    border-radius: .3rem;
    color: #fff;
    cursor: pointer;
    transition: background .2s ease-in-out;
}

    input[type=file]::file-selector-button:hover {
        background: #808080;
    }

.list-container {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-container li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 16px;
    background-color: whitesmoke;
    border-radius: .3rem;
    margin-bottom: .3rem;
}

    .list-container button {
        position: relative;
        top: 4px;
        background-color: transparent;
        border: none;
        color: #dc3545;
    }

.image-upload-preview {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: -4px;
}

    .image-upload-preview li {
        width: 100%;
    }


.hidden-control {
    width: 0;
    height: 0;
    padding: 0;
    border: none;
    background-color: transparent;
}

/* Bootstrap extensions */
.modal-header .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .75;
    background-color: transparent;
    border: none;
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.search-icon {
    position: relative;
    top: 3.7px;
    font-size: 19px;
    width: 11px;
    margin-right: 8px;
}

/* Bootstrap overrides */
.container {
    max-width: 600px;
    margin: 0 auto;
}

.btn-primary {
    background-color: #442C4C;
    border-color: #442C4C;
}

    .btn-primary:hover {
        background-color: #F8D914;
        border-color: #F8D914;
        color: #442C4C;
    }

.btn-lg {
    font-size: 14px;
    padding: 1rem;
}