.live-off {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    min-height: 70vh;
}

.live-off h4 {
    margin-bottom: 15px;
    text-align: center;
    font-size: 1.2rem;
}

.live-off h6 {
    margin-bottom: 25px;
    text-align: center;
}

.live-off input {
    outline: none;
    border: none;
    text-align: center;
}

.live-off .form {
    display: flex;
    flex-direction: column;
}

.live-off .rss {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px 25px;
    background-color: #554649;
}




/* VVVVV   LIVE   VVVVV */


.h_iframe-aparat_embed_frame {
    position: relative;
}

.h_iframe-aparat_embed_frame .ratio {
    display: block;
    width: 100%;
    height: auto;
}

.h_iframe-aparat_embed_frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.h_iframe-aparat_embed_frame span {
    display: block;
    padding-top: 57%;
}

.live-on h6 {
    color: #fff;
    text-align: center;
    margin: 10px 0;
}



.countdown_box{
    text-align: center;
}

.countdown_box h4{
    margin-bottom: 15px;
    font-size: 0.9rem;
    text-align: right;
}

.countdown_box h3{
    margin-bottom: 15px;
    font-size: 1.3rem;
    color: orange;
}

.countdown_box .clock{
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 20px;
}

.countdown_box div{
    text-align: center;
}

.countdown_box p{
    margin: 0;
    color: orange;
}

