/* Add here all your CSS customizations */
.btn-loan{
    background-color: #f1d882;
}

.btn-primary:focus{
    background-color: #e4c352;
}

.btn-secondary:hover,
.pagination > .active > a:hover {
    border-color: #B18904;
    background-color: #B18904;
}

.btn-secondary,
.pagination > .active > a {
    border-color: #E4C352 !important;
    color: #000000;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #E4C352;
    border-color: #E4C352;
}

.width-560 {
    width: 560px;
}

.width-180-profile{
    width: 180px;
}

.width-250-profile{
    width: 250px;
}

.width-120-profile{
    width: 120px;
}

.row2 {
    margin-left: -15px;
    margin-right: -15px;
    text-align: left;
}

.cookie-popup {
    position: fixed;
    bottom: 8rem;
    left: 0;
    flex: 1;
    font-size: 2rem;
    color: rgb(255, 255, 255);
    cursor: default;
    z-index: 9999;
    /* line-height: 1; */
    /* vertical-align: baseline; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    user-select: none;
    background: rgba(0, 0, 0, .8);
    width: 100%;
    height: 7rem;
    padding: 0.625rem 0.9375rem;
    outline: 0px;
    margin: 0px;
    transform: translate3d(0, 100%, 0);
    transition: ease opacity 300ms, ease transform 300ms
}

.cookie-popup--not-accepted {
    opacity: 1;
    animation: cookie-popup-in .5s ease forwards;
}

.cookie-popup--accepted {
    opacity: 0;
}

.cookie-popup--none {
    display: none;
}

.cookie-popup a {
    color: skyblue;
    font-size: 2rem;

}

.cookie-popup a:visited {
    color: skyblue;
    text-decoration: none;
}

.cookie-popup-actions {
    flex: 1;
    text-align: right;

}

.cookie-popup-actions button {
    color: orange;
    border: none;
    background: none;
    font-family: inherit;
    font-style: inherit;
    font-size: inherit;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 2rem;
    padding: 0;
    cursor: pointer;
}

.cookie-popup-actions button:hover {
    text-decoration: underline;
}
