.app-top-bar{
    color: #fff;
    padding: 10px;
    width: 100%;
    background: #3d3d3d url('data:image/gif;base64,R0lGODlhCAAIAIABAFVVVf///yH5BAEHAAEALAAAAAAIAAgAAAINRG4XudroGJBRsYcxKAA7');
    border-top: 5px solid #88B131;
    font-family: sans-serif;

    .app-top-bar-logo img{
        border-radius: 5px;
    }

    .app-top-bar-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        margin: 0 10px;
    }

    .app-top-bar-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-right: auto;
        font-size: 11px;
        line-height: 1.2em;
        font-weight: bold;
        color: #ccc;
        text-shadow: 0 1px 2px #000;
    }

    .first-line {
        color: #fff;
        font-size: 13px;
        line-height: 18px;
    }

    .open-app-button {
        cursor: pointer;
        font-size: 14px;
        font-weight: 600;
        color: #d1d1d1;
        padding: 0 10px;
        text-transform: uppercase;
        background-color: #42B6C9;
        border: 1px solid #000 !important;
        outline: 1px solid #bfbfbf !important;
        line-height: 24px;
    }

    .open-app-button:hover{
        background-color: #2AC7E1;
    }
}

.body-on-top .app-top-bar{
    border-bottom: none;
}

.pl-thm-mgs-claue_rtl .app-top-bar .app-top-bar-text{
    margin-right: 0;
    margin-left: auto;
}


@media (min-width: 768px) {
    .app-top-bar{
        display: none !important;
    }
}
