/* arabic */
@import "sharedstyle.css";
@import "sprite-sheet.css";
@import url('https://fonts.googleapis.com/css?family=Baloo+Bhaijaan&display=swap');

@media (max-width: 575px) {/*iphone*/
    .rowsp{
      margin-right: -4px;
    }
  }
  @media (max-width: 767px) {/*ipad*/
    .rowsp{
   margin-right: -2px;
 }
 .input-group-btn{
   margin-right: -83px !important;
 }
 #ghost-btn {
  left: -81px !important;
 }
 #filter{
       margin-right: -3px;
 }
 #store-button-top-arabic{
    /* visibility: hidden !important; */
    display: none !important;
  }
 }
 @media (min-width: 991px) {
      .rowsp{
       margin-right: 8px;
       }
      .section,
      #counter
        {
        text-align: right !important;
        }
        
 }
 @media (max-width: 1199px) {
    .rowsp{
      margin-right: 10px;
    }
 }
 
 @media (min-width: 1200px) {
    .rowsp{
      margin-right: 0px;
    }
 }
 #copy-emoji {
   font-family: 'DroidArabicNaskhRegular';
   font-weight: bold;
   font-style: normal;
 direction: rtl;  /* Right to Left */
 }
 #ghost-btn {
   font-family: 'DroidArabicNaskhRegular';
   font-weight: bold;
   font-style: normal;
 direction: rtl;  /* Right to Left */
 left: -141px;
 }
 .input-group-btn{
   margin-right: -141px;
 
   /*width: 50px;*/
   /*padding-right: -200px !important;*/
 }
 .xicon{
   left: 10px;
   border-radius: 0.25rem !important;
 border-top-left-radius: 0.25rem !important;
 border-bottom-left-radius: 0.25rem !important;
 }
 .xicon-s{
   left: 10px;
   text-align: left;
   }
   .footer{
   padding-bottom: 20px;
 }
 .loading-image {
   left: 40%;
 }
 
 .section,
 #counter
 {
 /*text-align: right !important;*/
 font-family: 'DroidArabicNaskhRegular';
 font-weight: bold;
 font-style: normal;
 direction: rtl;  /* Right to Left */
 
 }
 /*#copy-text,*/
 #filter,
 .small-text
 {
   font-family: 'DroidArabicNaskhRegular';
   font-weight: normal;
   font-style: normal;
   direction: rtl;  /* Right to Left */
   text-align: justify;
 }
 #copy-text{
   text-align: right;
   letter-spacing: 2px;
   border-top-left-radius: 0.25rem !important;
   border-bottom-left-radius: 0.25rem !important;
 }
 .rowsp{
   direction: rtl;
 }
 #store-arabic-btn{
   font-family: 'DroidArabicNaskhRegular';
   font-weight: bold;
   font-style: normal;
   font-size: 0.9em; 
   margin-top: -1px; 
   /* font-weight: bold; */
  
 }
 .button-badge-arabic {
   background-color: #fa3e3e;
   border-radius: 2px;
   color: white;
   padding: 0px 2px;
   font-size: 7px;
   position: relative;
   top: -14px;
   right: 67px;
   padding-bottom: 1px;
   font-family: 'DroidArabicNaskhRegular';
   font-weight: normal;
   font-style: normal;
 }
 #store-long{
    font-family: 'DroidArabicNaskhRegular';
    font-weight: normal;
    font-style: normal;
    margin-left: 1px !important;
    margin-right: -1px !important;
    height: 32px;
 }
 #store-button-top-arabic{
   max-width: max-content;
   float: left;
   margin-top: 14px;
   margin-right: -13px;
 }
 #arabic-logo{
   /* margin-right: 51px; */
   margin-left: 29px;
 }
 #languages-bar{
   
   padding-top: 68px;
 }
 .store-icon{
   width: 19px;
   vertical-align: sub;
   fill: currentColor;
   }
.arabic-logo-text{
  font-family: 'Baloo Bhaijaan', cursive;
  font-size: xx-large;
  color: white;
  top: -6px;
  position: relative;
}