.warning {
    font-size: 14px;
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    justify-content: center;
    padding: 15px;
    box-sizing: border-box;
    background-color: #ffffff;
    color: #000000;
    box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.5);
    z-index: 10000;
}

.warning--active {
    display: flex;
    justify-content: center;
}

.warning__text {
    margin-right: 30px;
}

.warning__read {
#    display: inline-block;
}

.warning__action {
    display: flex;
    justify-content: center;
}
.warning__apply {
    display: flex;
    background-color: #337ab7;
    color: #ffffff;
    justify-content: center;
    padding: 10px;
    border: none;
    border-radius: 4px;
}