﻿.accept-alert {
    margin: 0;
    padding: 0;
    position: fixed;
    z-index: 1001;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    box-shadow: 0 12px 18px 9px rgba(0,0,0, 0.2);
    background-color: #00649e;
    color: #fff;
    border-radius: 0;
}

.accept-alert-row {
    padding-top: 20px;
    padding-bottom: 25px;
}


.accept-alert-content *:first-child {
    margin-top: 0;
}

.accept-alert-btn {
    padding: 5px 10px;
    font-size: 12px;
}

.accept-alert-info-btn {
    background-color: #595959;
}

@media(min-width: 992px) {
    .accept-alert-content *:last-child {
        margin-bottom: 0;
    }

    
}
