body {
    direction: rtl;
    font-family: "SpeedeeArabic-Regular";
}
p {
    font-family: "SpeedeeArabic-Regular";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "SpeedeeArabic-Bold";
}

ul {
    font-family: "SpeedeeArabic-Regular";
}
b,
strong {
    font-family: "SpeedeeArabic-Bold";
}

.btn-red span {
    font-family: "SpeedeeArabic-Bold";
}

.swv_title .campaign_title{
    font-size: 14px;
}
.sectionMainscreen .header_details .header_title{
    justify-content: center;
}
.sectionMainscreen .header_details .header_title h3{
    margin-right: 0;
}

.sectionMainscreen .banner img.headerLogo{
    left: auto;
    right: 0px;
}
.sectionMainscreen .contentDesc h3{
    text-align: center;
}

.sectionMainscreen .contentDesc p {
    text-align: center;
}

.sectionTnC .tncWrapper .content .desc p{
    text-align: right;
}


.sectionRaffle .container .content_wrapper .header_details .header_title, .sectionNopoints .container .content_wrapper .header_details .header_title{
    justify-content: right;
}

.sectionRaffle .container .content_wrapper .header_details .header_title h3, .sectionNopoints .container .content_wrapper .header_details .header_title h3{
    margin-right: 25px;
}



.sectionRaffle .container .content_wrapper .raffleDesc .content-header .left, .sectionNopoints .container .content_wrapper .raffleDesc .content-header .left{
    text-align: right;
    padding-left: 5px;
    padding-right: 0px;
}

.sectionRaffle .container .content_wrapper .banner .content-header, .sectionNopoints .container .content_wrapper .banner .content-header{
    left: 5px;
}

.sectionRaffle .container .content_wrapper .banner .content-header .right p, .sectionNopoints .container .content_wrapper .banner .content-header .right p{
    text-align: right;
}


.popup-container{
    left:40%;
}


.sectionLost .content-header p,
.sectionRetry .content-header p {
    text-align: right;
}


/* 
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-min-device-pixel-ratio: 2) {
    .sectionLost .contentWrapper .container .content-header p, .sectionRetry .contentWrapper .container .content-header p {
        font-size: 22px;
        line-height: 22px;
    }
} */

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-min-device-pixel-ratio: 3){
    /* .sectionLost .contentWrapper .container .content-header p, .sectionRetry .contentWrapper .container .content-header p {
        font-size: 22px;
        line-height: 22px;
    } */

    .sectionMainscreen .contentDesc{
        height: 17vh;
        margin-top: 10px;
    }

    .sectionRaffle .container .content_wrapper .raffleDesc, .sectionNopoints .container .content_wrapper .raffleDesc{
        height: 20vh; 
        /* height: 27vh; */
    }

}

.sectionHistory .header_details .header_title img {
    transform: rotate(180deg);
}

.sectionHistory .header_details .header_title h3 {
    margin-left: 0;
    margin-right: 30px;
}

.table .thead .col:first-child {
    padding-right: 0;
    padding-left: 10px;
}

.table .thead .col:nth-child(2) {
    padding-right: 0;
    padding-left: 10px;
}

.table .thead .col:last-child {
    padding-left: 0;
    padding-right: 0;
}

.table .tbody .col:first-child {
    padding-right: 0;
    padding-left: 10px;
}

.table .tbody .col:nth-child(2) {
    padding-right: 0;
    padding-left: 10px;
}

.table .tbody .col:last-child {
    padding-left: 0;
    padding-right: 0;
}

.table .col {
    text-align: right;
}