.soh_alert_notification_content {
    display: none;
    position: fixed;
    z-index: 999999;
    padding-top: 100px;
    padding-bottom: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0 0 0 / 52%);
}
.soh_alert_notification_main {
    position: relative;
    margin: 0 auto;
    width: 30%;
    border-radius: 5px;
    color: #fff;
}
.soh_alert_notification_inner {
    padding: 20px 55px 0;
    font-size: 22px;
    text-align: center;
}
.soh_alert_status {
    margin: 0.5rem 0;
    text-align: center;
}
.soh_modal_icon_middle.soh_modal_icon_circle {
    margin: 15px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.soh_modal_icon_middle.soh_modal_icon_circle svg {
    width: 40px;
    height: 40px;
}
.soh_modal_icon_middle img {
    width: 50px;
}
i.soh_clock_icon img {
    height: 30px;
}
i.soh_modal_close_icon.soh_icon.soh_icon_close {
    display: flex;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}
div#soh_modal_content {
    background-color: #6381bf;
    padding: 20px;
    border-radius: 0 0 5px 5px;
}
h3.soh_modal_schedule_header {
    padding: 0px;
    margin: 10px 0px;
    color: #ffffff;
    text-align: center;
}
.soh_modal_schedule {
    z-index: 2;
    position: relative;
    padding-top: 10px;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 25%);
    font-size: 16px;
}
#soh_modal_content > div {
    padding: 10px 30px;
}
.soh_modal_schedule > div {
    flex: 1 1 50%;
}
.soh_modal_close_icon img {
    transition: .7s;
}

.soh_alert_notification_popup_widget {
    bottom: 10px;
    display: flex;
    z-index: 999;
    flex-direction: row;
    position: fixed;
    right: 10px;
    width: auto;
    height: auto;
    border-radius: 0px 25px 0px 25px;
    box-shadow: 3px 3px 10px 0px rgb(0 0 0);
    color: #ffffff;
    background-color: #2e60c5;
    cursor: pointer;
    transition: .5s;
}
.soh_alert_notification_popup_widget_content {
    display: flex;
    padding: 10px 30px;
    align-items: center;
}
.soh_alert_notification_popup_widget_top_part {
    display: flex;
    align-items: center;
}
i.soh_clock_icon {
    margin-right: 10px;
    display: inline-flex;
}
i.soh_clock_icon svg {
    width: 20px;
    height: 20px;
}
.soh_widget_countdown {
    font-size: 10px;
}
.soh-alert-show-popup {
    overflow: hidden;
    position: relative;
}
.soh_modal_close_icon img:hover {
    transform: rotate(180deg);
}
.soh_alert_notification_popup_widget:hover {
    border-radius: 5px;
    transform: translateY(3px);
}
.store_close_message {
    font-size: 20px;
    color: red;
    text-align: center;
    padding: 10px;
}
span.close_title {
    font-size: 20px;
    color: red;
}
.demo_data {
    display: flex;
    justify-content: space-around;
    margin: 10px auto;
    width: auto;
    max-width: 350px;
    line-height: normal;
}
.timer_data {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.demo_data p {
    margin: 0px;
}