.rewiev_block {
    flex: 1 0 auto;
}


/* .rewiev_block_header {
    margin-top: 10px;
    font-size: 26px;
    font-weight: 100;
    margin-bottom: 10px;
} */

.rewiev_block_header h3 {
    font-family: Montserrat-Bold;
    margin: 15px 0 30px;
    font-size: 26px;
    font-weight: bold;
    color: #263949;
}

.rewiev_block_info_block {
    display: flex;
    /* justify-content: space-between; */
    /* padding: 15px 25px; */
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.rewiev_block_info_block img {
    width: 28px;
    height: 25px;
}

.rewiev_block_info_block_green,
.rewiev_block_info_block_orange,
.rewiev_block_info_block_red {
    height: 100px;
    width: 30%;
    min-width: 280px;
    border-radius: 15px;
    margin: 10px 0;
    /* margin-right: 30px; */
    text-align: center;
    background-color: white;
    display: flex;
    justify-content: space-between;
    padding: 0px 20px;
    align-items: center;
    box-sizing: border-box;
    box-shadow: 0px 9px 18px 0px rgba(37, 57, 73, 0.18);
}

.rewiev_block_info_block>div:not(:last-child) {
    margin-right: 5%;
}

.rewiev_block_info_block_text div>span {
    color: #263949;
    font-family: Montserrat-Bold;
    font-weight: bold;
    font-size: 15px;
}

.rewiev_block_info_block_text span {
    color: #a7b1c2;
    font-size: 12px;
}

.rewiev_block_info_block_green_img,
.rewiev_block_info_block_orange_img,
.rewiev_block_info_block_red_img {
    padding: 8px;
    border-radius: 14px;
}

.rewiev_block_info_block_green_img {
    background-color: #0eb454;
}

.rewiev_block_info_block_orange_img {
    background-color: #e8d60f;
}

.rewiev_block_info_block_red_img {
    background-color: #de2017;
}

.rewiev_block_info_block_text {
    text-align: left;
}

.last_notification {
    padding: 10px;
    background-color: white;
    padding: 30px 20px;
    border-radius: 15px;
    /* overflow: auto; */
}

.last_notification_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.last_notification_header h3 {
    color: #263949;
    font-family: Montserrat-Bold;
    font-weight: bold;
    font-size: 15px;
}

.clear_notif {
    padding: 7px 10px;
    border-radius: 10px;
    background: #D3E5FF;
}

.clear_notif:hover {
    transform: scale(1.1);
    transition: 0.1s transform;
    cursor: pointer;
}

.last_notification_table {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 2px solid #f3f3ff;
    display: flex;
    flex-wrap: wrap;
    /* width: 80%; */
}

.none_events_block {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 100%;
    height: 410px;
    border-radius: 15px;
    background-color: #ECEDFA;
}

.last_notif_block {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 5px 0;
    padding: 5px;
    /* border: 1px solid rgba(0, 0, 0, .15); */
    border-radius: 15px;
    align-items: center;
}

.last_notif_block:hover {
    cursor: pointer;
    box-shadow: 0 0px 2px 0px rgba(37, 57, 73, 0.2);
    transition: box-shadow 0.3s;
}

.last_not_td {
    /* margin-right: 5px; */
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.last_not_td img {
    height: 18px;
    width: 18px;
    margin-right: 7px;
}

.last_not_td {
    display: flex;
    justify-content: start;
}


/* .last_notification_table {
    display: flex;
    flex-wrap: wrap;
} */


/* .td_green,
.td_yellow,
.td_red {
    border-radius: 3px;
    color: white;
    font-size: 10px;
    font-weight: 600;
    padding: 3px 8px;
} */

.last_notification_que .td_green,
.last_notification_que .td_yellow,
.last_notification_que .td_red {
    display: block;
    padding: 6px;
    border-radius: 50%;
}

.td_green {
    background: #0eb454;
}

.td_yellow {
    background: #e8d60f;
}

.td_red {
    background: #de2017;
}

.last_notification_state span {
    color: white;
    text-align: center;
    display: block;
    width: 100%;
    border-radius: 15px;
    line-height: 2;
}

.last_notification_del img {
    cursor: pointer;
}

.last_notification_number,
.last_notification_que {
    width: 50px;
}

.last_notification_unit {
    width: 100px;
}

.last_notification_date,
.last_notification_time {
    width: 100px;
}

.last_notification_event {
    width: 300px;
    font-size: 13px;
}

.last_notification_state {
    width: 100px;
}


/* .last_not_td button {
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    padding: 1px 5px;
    font-size: 12px;
    color: #676a6c;
    cursor: pointer;
} */


/* .last_notification table {
    padding: 5px;
    border-collapse: collapse;
}

.last_notification table tr:not(:first-child):hover {
    background: #f3f3f4;
}

.last_notification table td {
    min-width: 30px;
    max-width: 420px;
    padding: 5px;
}

.td_warning,
.td_danger {
    border-radius: 3px;
    color: white;
    font-size: 10px;
    font-weight: 600;
    padding: 3px 8px;
}

.td_warning {
    background: #F8AC59;
}

.td_danger {
    background-color: #ed5565;
}

table button {
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    padding: 1px 5px;
    font-size: 12px;
    color: #676a6c;
    cursor: pointer;
} */

.open {
    display: block !important;
}


/* .send_mes {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    padding: 6px 0;
    margin: 0 auto;
    width: 50%;
    border-radius: 5px;
    border-width: 0px;
    background: url("images/i.webp") no-repeat;
    background: #1AB394;
    cursor: pointer;
} */

.send_mes {
    text-decoration: none;
    color: white;
    font-size: 14px;
    font-weight: bold;
    height: 50px;
    margin: 0 auto;
    width: 50%;
    border-radius: 10px;
    background: #25D366;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -0%);
}

.send_mes img {
    height: 40px;
    width: 40px;
}