@font-face {
    font-family: "Asap-Regular";
    src: url("/fonts/Asap-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.top_menu #logo {
    height: 22px;
    max-height: 22px;
}

.notifications {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    padding: 16px;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.notifications .content {
    display: flex;
    flex-direction: column;
    padding: 25px;
    width: 550px;
    height: 180px;
    color: #35353f;
    font-size: 16px;
    font-weight: bold;
    background-color: white;
    box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.3);
}

.notifications .content .text {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.notifications .content .buttons {
    text-align: right;
}

.notifications .content .buttons button {
    flex: 1;
    padding: 10px 20px;
    height: 34px;
    font-size: 14px;
    background-color: white;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
}

.notifications .content .buttons button#reject {
    color: #777777;
}

.notifications .content .buttons button#accept {
    color: white;
    background-image: linear-gradient(to right, #f75f4a, #f79158);
    border: 0;
}
