body{
    direction: rtl;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav{
    margin-left:unset;
    margin-right: 6rem;
}
.navbar-nav{
    padding-left: unset;
    padding-right: 0;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item:first-child{
    margin-left: unset;
    margin-right: auto;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item{
    margin-left:unset;
    margin-right: 30px;
}
.mein-menu{
    left:unset;
    right:0;
}
@media only screen and (max-width: 1200px) {
    .mein-menu .navbar #navbarNavDropdown ul.navbar-nav{
        margin-left:unset;
        margin-right: auto;
    }
}
.banner .hero-area .orderr .top-content{
    justify-content:center;
}

.nice-select:after{
    left:12px;
    right:unset;
}
.nice-select{
    padding-right: 18px;
    padding-left: 30px;
    text-align: right !important;
}
.banner .hero-area .orderr .imput-box .form-group .language-select .nice-select .list li{
    text-align: right;
font-size: 15px;
}
.banner .hero-area .orderr .imput-box .form-group .language-select .nice-select span{
    font-size: 15px;
}
.banner .hero-area .point-box .item .thumb{
    margin-right: unset;
    margin-left: 30px;
}

.footer{
    padding:0;
}
.banner .hero-area .banner-content h3.subtitle{
    color:#5825ff;
}
@media only screen and (max-width: 991px) {
    
    .banner .hero-area .orderr .imput-box .form-group input{
        margin-top:10px;
    }
    .mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item:first-child{
        
    margin-left: unset;
    margin-right: 30px;
    }
    .banner .hero-area .point-box .item h4.lasthead{
        font-size: medium;
    }
}
.c-item{
    padding: 20px 40px 20px;
    border-radius: 10px;
    background-color: white;
    -webkit-box-shadow: 1.782px -0.908px 51px 0px rgba(222, 214, 255, 0.04);
    box-shadow: 1.782px -0.908px 51px 0px rgba(222, 214, 255, 0.04);
}
.dashboard-p{
    color:#5825ff;
}
input{
    font-family: bn;
}
.alert-gray{
    background: #f0f0f0;
}
#modal{
    z-index: 999999 !important;
}

.buy-pays{
    margin: 10px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 4px;
      border-top-left-radius: 4px;
      background-color: rgb(255, 255, 255);
      color: rgb(33, 33, 33);
      border: 1px solid rgb(224, 224, 224);
      background-image: none;
      position: relative;
      transition: margin 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
      overflow-anchor: none;
  }
  .buy-pays:hover{
    background-color: aliceblue;
  }
  .buy-pays-inside{
    align-items: center;
      justify-content: center;
      position: relative;
      box-sizing: border-box;
      -webkit-tap-highlight-color: transparent;
      background-color: transparent;
      outline: 0px;
      border: 0px;
      margin: 0px;
      border-radius: 0px;
      cursor: pointer;
      user-select: none;
      vertical-align: middle;
      appearance: none;
      text-decoration: none;
      color: inherit;
      display: flex;
      min-height: 48px;
      padding: 0px 16px;
      transition: min-height 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  }
  
  .buy-pays-text{
    display: flex;
      flex-grow: 1;
      margin: 12px 0px;
      transition: margin 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
      font-size: x-small;
  }
  
  .buy-pay-icon{
    display: flex;
    color: rgba(0, 0, 0, 0.54);
    transform: rotate(0deg);
    transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  }
  .nice-select{
    float: right;
  }
  
.orders-table{
    position: relative;
    height: 100%;
    width: 100%;
    overflow: auto;
    will-change: transform;
    direction: rtl;
    display: inline-block;
  }
  .orders-table-first{
    height:500px;
    width:100%;
    overflow-y: scroll;
  }
  .orders-table-item{
    height: 218px;
    width: 100%;
  }
  .orders-table-card{
    height: 206px;
    margin-bottom: 12px;
    padding: 0;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
      color: rgb(33, 33, 33);
      transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
      border-radius: 4px;
      box-shadow: rgb(0 0 0 / 14%) 0px 0px 4px;
      background-image: none;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      position: relative;
      text-decoration: none;
      width: 100%;
      box-sizing: border-box;
      text-align: right;
  }
  .orders-table-card-inner{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
    height: 100%;
    -webkit-tap-highlight-color: transparent;
      background-color: transparent;
      outline: 0px;
      border: 0px;
      margin: 0px;
      border-radius: 0px;
      user-select: none;
      vertical-align: middle;
      appearance: none;
      color: inherit;
      display: flex;
      flex-grow: 1;
      justify-content: flex-start;
      align-items: center;
      position: relative;
      text-decoration: none;
      min-width: 0px;
      box-sizing: border-box;
      text-align: right;
      padding: 8px 16px;
      transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  }
  .orders-table-top{
    display: flex;
    align-items: center;
    width: 100%;
  }
  .orders-table-from{
    flex: 1 1 50%;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
  }
  .orders-table-between{
    color: rgb(0,0,0,0.6);
      font-size: 30px;
      opacity: .5;
      user-select: none;
      width: 1em;
      height: 1em;
      display: inline-block;
      fill: currentColor;
      flex-shrink: 0;
      transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  }
  .orders-table-to{
    flex: 1 1 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .orders-table-hr{
    margin: 10px 0;
    flex-shrink: 0;
    border-width: 0px 0px thin !important;
    border-style: solid !important;
    border-color: rgb(224, 224, 224) !important;
    width: 100%;
  }
  
  .orders-table-bottom{
    display: flex;
    flex-grow: 1;
    width: 100%;
  }
  .orders-table-info{
    flex: 1 1 50%;
  }
  .orders-table-svg{
    user-select: none;
    width: 1.5em;
    height: 1.5em;
    display: inline-block;
    fill: currentColor;
    flex-shrink: 0;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-size: 1.2857142857142856rem;
    cursor: pointer;
    margin: 0;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  
  }
  .orders-table-svg:hover{
    background: aliceblue;
    border-radius: 35px;
  }
  .orders-table p{
    font-size: 0.8rem;
    margin-bottom:1px
  }
  .orders-table-two-p{
    font-size: 0.658rem !important;
  color:gray;
  margin:0;
  }
  
  .orders-table span{
    font-size: 0.658rem !important;
  }
  .white-color{
    color:#fff !important;
  }
  
.checkout{
    border-radius:8px;
    background-color: rgb(255, 255, 255);
      color: rgb(33, 33, 33);
      transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
      border: 1px solid rgb(224, 224, 224);
      background-image: none;
      overflow: hidden;
  }
  .checkout-header{
    display: flex;
      align-items: center;
      padding: 12px 16px;
      background-color: rgb(235, 237, 241);
  }
  .checkout-header-p{
    font-size: 0.857142857142857rem;
      font-weight: 700;
      display: block;
      margin:0;
  }
  .checkout-detail{
    padding-right: 8px;
    padding-left: 8px;
  }
  .checkout-ul{
    list-style: none;
      margin: 0px;
      padding: 0px;
      position: relative;
  }
  .checkout-li{
    padding: 12px 8px;
    display: flex;
    border-bottom: 1px solid #e0e0e0;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    text-decoration: none;
    width: 100%;
    box-sizing: border-box;
    text-align: right;
  }
  .checkout-li:last-child{
    border: none;
  }
  .checkout-right{
    width: 45%;
    flex-shrink: 1;
    margin: 0px;
    font-size: 0.857143rem;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.6);
  }
  .checkout-left{
    width: 55%;
      flex-shrink: 1;
    margin: 0px;
    font-size: 0.857143rem;
    font-weight: 400;
    line-height: 1.5;
  }
  
  .orders-table-first
  {
    padding:5px;
  }
  .orders-table-first::-webkit-scrollbar {
    width: 8px;
  }
  
  
.muirtl-pojg3d{
  background-color: rgb(255, 255, 255);
  border-radius: 40px;
  display: inline-flex;
    width: 100%;
    background-color: transparent;
    border-radius: 8px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(224, 224, 224);
    margin-top: 24px;
    margin-bottom: 24px;
}
.muirtl-button{
  display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0px;
    margin: 2px;
        cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.696429rem;
    line-height: 1.75;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 7px;
    width: 100%;
}
.muirtl-button-active{
  background-color: #833cea;
  color: white;
}
