.cst-back-container{
    position:absolute;
    top: 35px;
    right: 35px;
}

.cst-tinylogo-container{
    position:absolute;
    top: 35px;
    left: 35px;
}

.cst-tinylogo-image{
    height:120px;
    width:120px;
}

.handicapped .ui-container .cst-back-container{
    display:none;
}
.cst-back{
    background-color: var(--back-button-color);
    background-image: var(--bg-back-button-background), var(--bg-back-button-background), var(--bg-back-button-background);
    background-position: left top, right bottom, center;
    background-repeat: no-repeat, no-repeat, repeat-x;
    background-size: auto 300%;
    border-radius:30px;
    padding:10px 20px;
}
.cst-back-label{
    color: var(--back-button-text-color);
    font-family: var(--heading-font), sans-serif;
}
.cst-icon-back{
    width:25px;
    height:25px;
    margin-right:10px;
}
.rtl .cst-icon-back{
    transform:scaleX(-1);
}
.rtl .cst-icon-back{
    margin-right:0;
    margin-left:10px;
}
