html, body, #wrapper {
    height: 100%;
    min-height: initial !important;
}

body {
    position: relative;
    padding-top: 80px;
    padding-bottom: 0 !important;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") no-repeat;
    background-position-x: 98%;
    background-position-y: 8px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    margin-right: 2rem;
    padding: 1rem 2rem 1rem 1rem;
}

footer {
    width: 100%;
    left: 0;
}

hr {
    display: flex;
    width: 100%;
    border-top: 1px solid #e5e8eb !important;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

h3 {
    margin-top: 0;
    margin-bottom: 1em;
}

#wrapper {
    padding: 3em 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
}

.btn {
    width: 100%;
    min-height: 40px !important;
    border-radius: 15px !important;
    border: 1px solid #b8a4c1 !important;
    background: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #35256c;
}

label.btn:hover, .btn.selected {
    background: linear-gradient(90deg, #B57BEE, transparent) #625afa !important;
    color: #fff !important;
}

.btn.btn-default.btn-navigate:hover,
.btn.btn-default.btn-navigate:focus {
    background: #999999;
    color: #fff;
}

.btn-navigate.focused {
    background: #999999 !important;
    color: #fff !important;
}

.form-control {
    border: solid 1px #b8a4c1 !important;
    border-radius: 1rem !important;
}

.icon-calendar {
    position: absolute;
    top: 42px;
    right: 25px;
}

.form-group label, h3 {
    color: #35256c;
}

label.error {
    color: red;
}

#wrapper.fix-scroll {
    display: block;
    min-height: initial !important;
}

@media (max-width: 991px) {
    .btn.btn-default.btn-navigate:hover,
    .btn.btn-default.btn-navigate:focus {
        background: #fff;
        color: #35256c;
    }

    .limit-info-height {
        max-height: 200px;
        overflow: auto;
        width: 95%;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    hr{
        margin-top: 0 !important;
    }
}
