li#wp-admin-bar-sochm_notice_in_wp_admin_open .ab-item {
    background: green;
}

li#wp-admin-bar-sochm_notice_in_wp_admin_closed .ab-item {
    background: #db3939;
}

.sochm-single-page-container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: red;
    color: white;
    z-index: 999999999;
    font-family: "Courier New", Courier, monospace;
    font-size: 25px;
}

.sochm-single-page-container .middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.sochm-single-page-container hr {
    margin: auto;
    width: 40%;
}

i.sochm-icon-close {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

#sochm-timer-design-boxed {
    margin-top: 15px;
    text-align: center;
}

#sochm-timer-design-boxed #store_is_going_to_close_soon_remaining_time,
#sochm-timer-design-boxed #store_is_going_to_open_soon_remaining_time,
#sochm-timer-design-circular-border #store_is_going_to_close_soon_remaining_time,
#sochm-timer-design-circular-border #store_is_going_to_open_soon_remaining_time {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#store_is_going_to_close_soon_remaining_time.default,
#store_is_going_to_open_soon_remaining_time.default {
    font-weight: bold;
}

#sochm-timer-design-boxed #store_is_going_to_close_soon_remaining_time div,
#sochm-timer-design-boxed #store_is_going_to_open_soon_remaining_time div {
    background-color: #000000;
    color: #ffffff;
    border-radius: 5px;
    font-size: 1.5rem;
    font-weight: 700;
    margin-left: 10px;
    margin-right: 10px;
    align-items: center;
    padding: 5px 10px;
}

#sochm-timer-design-boxed #store_is_going_to_close_soon_remaining_time div span,
#sochm-timer-design-boxed #store_is_going_to_close_open_remaining_time div span {
    display: block;
    margin-top: -2px;
    font-size: 15px;
    font-weight: 500;
}

div[aria-describedby="sochm-dialog"]{
    width: auto!important;
}

div#sochm-timer-design-boxed-with-flipping {
    text-align: center;
}

#sochm-timer-design-circular-border #store_is_going_to_close_soon_remaining_time > div,
#sochm-timer-design-circular-border #store_is_going_to_open_soon_remaining_time > div {
    position: relative;
    display: inline-flex;
}

#sochm-timer-design-circular-border #store_is_going_to_close_soon_remaining_time > div > span,
#sochm-timer-design-circular-border #store_is_going_to_open_soon_remaining_time > div > span {
    text-align:center;
    position: absolute;
    line-height: 160px;
    width: 100%;
    font-size: 20px;
}

#sochm-timer-design-circular-border #store_is_going_to_close_soon_remaining_time svg,
#sochm-timer-design-circular-border #store_is_going_to_open_soon_remaining_time svg {
   -webkit-transform: rotate( -90deg );
    transform: rotate( -90deg );
}

#sochm-timer-design-circular-border #store_is_going_to_close_soon_remaining_time .circle_animation,
#sochm-timer-design-circular-border #store_is_going_to_open_soon_remaining_time .circle_animation {
  stroke-dasharray: 440; /* this value is the pixel circumference of the circle */
  stroke-dashoffset: 440;
  transition: all 1s linear;
}