.pg-cont, .rtl {
    direction: rtl;
}
.rtl-tr {
    text-align: right;
}
.ltr {
    direction: ltr !important;
}
.pl-30 {
    padding-left: unset !important;
    padding-right: 30px !important;
}

.flip {
    transform: scaleX(-1);
}
.flip.reading {
    transform: translateX(-50%) scaleX(-1);
}
.lz-list li::before {
    right: 0;
    margin: 0 10px;
}
.lz-list li {
    right: 0;
    margin-left: unset;
    margin-right: 22px;
}
button.input {
    display: flex;
    align-items: center;
}
ul.lz-list {
    text-align: right;
}

img.emoji {
    right: -26px;
}
.question .que-count {
    right: 20px;
    left: unset;
}
.options.img .option:nth-of-type(2n) {
    margin-left: unset;
    margin-right: 15px;
}
.option.tick::before {
    left: -8px;
    right: unset;
}
.option.cross::before {
    left: -8px;
    right: unset;
}

.que-cont textarea { direction: rtl; }
.que-cont img {
    right: 20px;
    left: unset;
    width: 50px;
    top: -25px;
}
.answer .que-image, .answer .que-cont img {
    right: unset;
    left: 20px;
}
.que-cont .option {
    text-align: right;
}
.que-cont .options {
    padding: 10px 40px 0 10px;
}
.user-ans .que-cont .options {
    padding: 10px 10px 0 40px;
}
.que-cont .option:before {
    left: unset;
    right: -30px;
}

.view-ans > div:nth-of-type(1) > a {
    bottom: 3%;
    /* left: 42%; */
    left: 71%;
}
.view-ans > div:nth-of-type(2) > a {
    bottom: 21%;
    /* left: 28%; */
    left: 58%;
}
.view-ans > div:nth-of-type(3) > a {
    bottom: 2%;
    /* right: 42%; */
    right: 70%;
}
.view-ans a.delete-user {
    color: #ff5959;
    background: #fff;
    border-radius: 4px;
    padding: 0 6px;
}

#how-to-snapchat .modal-body, #how-to-insta .modal-body {
    text-align: right;
}

.table-header span:first-child {
    text-align: right;
}
.table-row > a:nth-child(1) {
    text-align: right;
}
.table-header span:first-child {
    padding-left: unset;
    padding-right: 30px;
}
.table-row img {
    margin-right: unset;
    margin-left: 10px;
}
.share-buttons button:nth-of-type(2n + 1) {
    margin-right: 5px !important;
    margin-left: 0 !important;
}
.share-buttons button:nth-child(1) {
    margin-right: 0 !important;
}
.score-meter > div:first-child {
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
    border-top-right-radius: 21px;
    border-bottom-right-radius: 21px;
}
.score-meter > div:last-child {
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
    border-top-right-radius: 21px;
    border-bottom-right-radius: 21px;
}
.score-meter > div:last-child {
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
    border-top-left-radius: 21px;
    border-bottom-left-radius: 21px;
}
.share-btn span, .share-btn a{
    pointer-events: none;
}
.lz-list li{
    padding-right: 24px;
    margin-left: 22px;
    padding-left: 0px;
    margin-right: 0px;
}
.lz-list li::before{
    left: 0;
    margin: 0 0px;
    right: 0px;
}
.arrow_icon{
    display: none;
}
.arrow_icon-rtl{
    display: inline-block;
}
.share-buttons button span.brand-icon{
        margin-right: 0px;
        margin-left: 10px;
}
.error-score-board .crown-img, .scoreCard .crown-img{
    left: 0;
    right: -8px;
    transform: rotate(40deg);
}
.scoreCard .table-header span:nth-child(1), .scoreCard .table-row span:nth-child(1) {
    text-align: right;
}
.input {
    padding: 16px 47px 16px 16px;
}
img.user-icon{
    left: unset;
    right: 21px;
}
.scoreCard .table-row .scoretab_name{
    display: block;
}
.complete-score-card-sec{
    left: 0px;
}
#confirm .close {
    right: unset;
    left: 20px;
}