


* {
  box-sizing: border-box;
           font-family: 'Cairo', sans-serif;
    font-weight: 400;
    margin: 0px;
    font-display: swap;


}


body {
 /* background-color: #e9e9e9;*/
  margin: 0;
  padding: 0;
  direction: rtl;


}

.container {
  width: 95%;
  margin: auto;
  margin-bottom: 100px;
}

.over {
background: #000000b8;
  position: fixed;
  z-index: 99999999999;
  width: 100%;
  height: 100vh;
  /* display: flex;
  justify-content: center;
  flex-direction: column; */
  display: none;
  top: 0;
}
.lds-spinner {
color: official;
display: inline-block;
position: relative;
width: 80px;
height: 80px;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.lds-spinner div {
transform-origin: 40px 40px;
animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
content: " ";
display: block;
position: absolute;
top: 3px;
left: 37px;
width: 6px;
height: 18px;
border-radius: 20%;
background: #fff;
}
.lds-spinner div:nth-child(1) {
transform: rotate(0deg);
animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
transform: rotate(30deg);
animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
transform: rotate(60deg);
animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
transform: rotate(90deg);
animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
transform: rotate(120deg);
animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
transform: rotate(150deg);
animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
transform: rotate(180deg);
animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
transform: rotate(210deg);
animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
transform: rotate(240deg);
animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
transform: rotate(270deg);
animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
transform: rotate(300deg);
animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
transform: rotate(330deg);
animation-delay: 0s;
}
@keyframes lds-spinner {
0% {
  opacity: 1;
}
100% {
  opacity: 0;
}
} 

.waring {
width: 100%;
margin: auto;
margin-top: 30px;
background: #2c2c2c;
padding: 10px;
color: #fff;
}

.balance {
    margin: 60px 0px;
    background: #fff;
    padding: 1.5rem;
    border-radius: 10px;
        box-shadow: 0px 1px 7px 1px #e9e8e8;
    margin-bottom: 25px;
    border: 1px solid #e5e5e5;
}

.balance p {
margin-bottom: 8px;
}

.balance span {
display: block;
  font-size: 18px;
  font-weight: bold;
  margin-right: 8px;
  color: #3c3c3c;
  margin-right: 0;
}

.item-rows span.balance-point,
.balance span.balance-point {
  display: inline-block;
    font-size: 12px;
    margin-bottom: -13px;
    margin-top: 11px;
}

.balance a {
display: inline-block;
  margin-top: 7px;
  text-decoration: none;
  position: relative;
  color: #626262;
}

.balance a i {
top: 0px;
  margin-right: 1px;
  font-size: 28px;
}

/*header {
  border-bottom: 1px solid #e3e3e3;
   padding: 10px; 
  background: #f1f1f1;
}

.header {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}

header .logo h2 {
  margin: 0;
  color: #eb1125;
}

header .logo h2  a {
  text-decoration: none;
  color: #eb1125;
}

header .register {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
}

header .register span {
  position: absolute;
  right: -12px;
  top: 4px;
  font-size: 19px;
  color: #666;
}*/

.logo {
display: flex;
  position: relative
}

.notf {
position: relative;
right: 25px;
top: 6px;
color: #8f8f8f;  
}

.notf span {
background: #eb1125;
  padding: 2px;
  border-radius: 50%;
  top: -6px;
  right: -9px;
  color: #fff;
  width: 17px;
  height: 17px;
  line-height: 15px;
  text-align: center;
  font-size: 12px;
  position: absolute;
}

header .register a {
  display: block;
  margin-right: 10px;
  margin-top: 5px;
  text-decoration: none;
  color: #585757;
}



/* navbar */

.topnav {
  overflow: hidden;
  background-color: #2c2c2c;
  z-index: 1;
}

.topnav a {
  float: right;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  position: relative;
}

/*.topnav a:hover {
  background-color: #ddd;
  color: black;
}*/

.topnav a.active {
  background-color: #04AA6D;
  color: white;
  float: right;
}

.topnav .icon {
  display: none;
}

.navbar {
    margin-right: 4%;
    margin-left: 4%;
}

.navbar span {
    position: absolute;
    right: 8px;
    top: 14px;
    background: #e34242;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 500;
    line-height: 8px;
    padding: 3px;
}

.mob {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: left;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 4%;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: right;
    border-bottom: 1px dotted #6e6e6e;
  }

  .pc {
      display: none;
  }
}

@media (max-width: 601px) {

  .mob {
      display: block;
  }
}




/* End navbar */

.category {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.category a {
display: inline-block;
text-decoration: none;
width: 31%;
margin-right: 1%;
margin-left: 1%;

}


.category .item { 
  background: #f3f3f3;
  text-align: center;
  margin: 1%;
  border-radius: 10px;
  padding-bottom: 6px ;
  /* line-height: 120px; */
  margin: 20px 0px;
}

.category .item img {
  width: 100%;
  height: 220px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px
}
.category .item h3 {
  margin: 0;
  text-align: right;
  margin-right: 20px;
  margin-top: 20px;
  color: #333;
  font-size: 23px;
  font-weight: 300;
  position: relative;
}
.category .item h3 span.icon i {
  color: #464445;
  font-size: 40px;
  position: absolute;
  top: -7px;
  right: 146px;
}

.category .item p {
  color: #565656;
  line-height: 34px;
  padding: 10px;
}

@media (max-width: 800px) {

  .category {
      
      justify-content: center;
      flex-wrap: wrap;
  }

  .category a {
      width: 100%;
  }

  .category .item {
      width: 100%;
      margin: 20px 0 20px 0;
  }
}


/* Vodafone Red */

div.title {
  text-align: center;
  color: #333;
  margin-top: 45px;
}

div.title h3 {
font-size: 27px;
margin-bottom: 20px;
}

div.bundels {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.item-bundle {
  width: 32%;
    border-radius: 10px;
    border: 1px solid #d1d1d1;
    margin-bottom: 2%;
    padding: 10px;
    background-color: #ffffff;
    box-shadow: 0px -1px 13px 1px #ebebeb;
}

.item-bundle h3 {
  margin: 0;
}

.item-bundle h3 span {
  margin-top: 10px;
  display: inline-block;
}
.item-bundle h3:nth-child(1) {
  color: #443839;
  font-size: 24px;
}

.item-bundle h3:nth-child(2) {
  color: #443839;
  font-size: 24px;
}

.item-bundle h3:nth-child(3) {
  color: #443839;
  font-size: 24px;
}

.item-bundle h3 span:nth-child(2) {
  font-weight: normal;
  font-size: 18px;
}

.item-bundle  ul {
  margin: 0;
  padding: 16px;
}

.item-bundle li {
  margin-bottom: 15px;
  color: #3c3a3a;
}

.item-bundle a {
  display: block;
  text-align: center;
  background: #eb1125;
  padding: 10px;
  text-decoration: none;
  color: #fff;
  border-radius: 7px;
}



/* start dashboard */

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}



h2.title {
  margin-top: 30px;
  margin-bottom: 30px;
}

a {
  text-decoration: none;
}
a div.card-auto-renew {
  background: #229ed9;
    padding: 10px;
    margin-bottom: 15px;
    color: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 20px;
}

a div.card-auot-renew .text-card-auto-renew p {
  margin-bottom: 5px;
}

a .text-card-auto-renew span {
  font-weight: 600;
  display: block;
}

div.show {
  /*position: absolute;
    top: 30%;
    left: 14px;
    font-size: 28px;
    */

    position: absolute;
    top: 19%;
    left: 14px;
    font-size: 28px;


}

div.show button {
  width: 50px;
    outline: 0;
    background: none;
    color: #fff;
    padding: 3px;
    border: 1px solid #fff;
    border-radius: 3px;
    cursor: pointer;
}

div.card-item {
  box-shadow: 1px 1px 9px 3px #ebebeb;
    border: 1px solid #e9e8e8;
    padding: 17px 10px;
    border-radius: 5px;
    display: flex
;
    position: relative;
    background: #fff;
}

div.card-item i {
    font-size: 30px;
    margin-left: 10px;
    color: #0e9f6e;
    /* background-color: #def7ec; */
    border-radius: 50%;
    width: 48px;
    text-align: center;
    line-height: 50px;
    margin-top: 5px;
}

div.text p {

    font-size: 18px;
    margin-bottom: 6px;
    color: #6e6d6d;

}

div.text span {
  font-weight: 600;
  color: #2c2c2c;
  display: block;
}

div.card-item a {
  display: block;
    position: absolute;
    left: 14px;
    top: 30%;
    color: #0e9f6e;
    background: #def7ec;
    padding: 6px;
    border-radius: 5px;

    text-align: center;
}

div.balance-item {
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px

}

div.balance-item i {
  color: #3f83f8;
  /*background: #e1effe;*/
}

div.balance-item a {
  color: #3f83f8;
  background: #e1effe;
}
div.balance-item .card-item {
  width: 100%;
}

div.balance-item .card-item:nth-child(1) {
  margin-left: 5px;
}


div.balance-item .card-item:nth-child(3) {
  margin-right: 5px;
}

.services-x {
  display: flex;
flex-wrap: wrap;

}

.bills-new  {
         margin-bottom: 131px;
    margin-top: -60px;
    display: flex
;
    justify-content: space-between;
    color: #fff;
}

.bills-new-content {
  width: 50%;
    text-align: center;
    display: flex
;
    flex-direction: column;
    border-radius: 5px;
    background: #ffffff;
    color: #333;
    box-shadow: 0px 1px 11px -2px #e3e3e3;
    padding: 11px;
}



.bills-new-content p {
  font-size: 20px;
    margin-top: 10px;
    margin-bottom: 9px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 8px;
}

.bills-new-content span {
      margin: 10px;
    font-weight: 600;
    font-size: 20px;

}

.bills-new-content a {
         padding: 10px;
    background: #ef3939;
    color: #fff;
    border-radius: 5px;
    margin-top: 5px;
    font-size: 18px;
    font-weight: 600;
}

.services-x .flex
 {
  background: #2a2a2a;
    width: 100%;
    text-align: center;
    margin: 1%;
    height: 100px;
    line-height: 100px;
    border-radius: 5px;
    flex-grow: 1;
    flex-basis: 300px;
    margin-bottom: 40px;
   
}

.services-x .flex a,
 .renew-ser {
  display: block;
    color: #333;
    font-size: 20px;
    height: 130px;
}

.services-x .flex a img {
  width: 100%;
    height: 130px;
    border-radius: 5px;
}

/*@media (max-width: 900px){
  .services-x {
    flex-wrap: wrap;
  }
  .services-x .flex {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
    flex-grow: 1;
    flex-basis: 300px;
  }
}*/

div.menu {
  background: #ffffff;
    border: 1px solid #efeded;
    box-shadow: 3px 5px 9px -1px #ccc;
    position: fixed;
    bottom: 0;
    width: 100%;
    margin-bottom: 0 !important;
    right: 0;
    padding: 10px 20px;
}

div.menu ul {
  list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
}

div.menu i {
    font-size: 20px !important;
    color: #1e1e1e !important;
}

div.menu ul span {
  display: block;
  margin-top: 7px;

}

.notification {
  
     position: absolute;
    color: #fff;
    top: -15px;
    background: #ef3939;
    width: 20px;
    text-align: center;
    border-radius: 50%;
    height: 20px;
    line-height: 20px;
    right: 7px;

}


div.menu-list {
    background: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: 99;
    overflow: auto;
}


div.menu-list div.close {
  position: relative;
}

div.menu-list div.close i {
  position: absolute;
    left: 17px;
    font-size: 21px;
    color: #ef3939;
    top: 12px;
    font-size: 25px;
    cursor: pointer;

}

div.menu-list div.serv {
    margin-top: 70px;
    margin-right: 10px;
    display: flex;
    width: auto;
    min-width: 0;
    overflow: auto;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

div.menu-list div i {
      text-align: center;
      font-size: 25px;
}

div.menu-list div span {
  margin-top: 7px;
  display: block;
}

div.menu-list div a {
  display: flex;
    flex-direction: column;
    color: #000000;
    margin-left: 30px;
}

div.menu-list .menu-title {
  margin-top: 17px;
    display: block;
    background: #e3e3e3;
    padding: 10px;
    color: #000000;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    position: relative;
    font-weight: 600;
}


div.menu-list .menu-title i {
  position: absolute;
    left: 15px;
    top: 12px;
    font-size: 22px;
}


.menu-ser {
    background: #fff;
    padding: 10px;
}

.menu-ser a {
    border-bottom: 1px dotted #a1a1a1;
    padding: 10px;
    display: block;
    color: #333;
    font-size: 17px;
    position: relative;
}

.menu-ser a span {
  position: absolute;
    left: 8px;
    font-weight: 600;
    top: 13px;
    background: #229ed9;
    width: 36px;
    text-align: center;
    color: #fff;
    padding: 1px;
    border-radius: 3px;
}

@media (max-width: 800px) {
  div.cards {
    margin-bottom: 120px;
}

  div.balance-item {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
  }

  div.balance-item .card-item:nth-child(1) {
    margin-left: 0px;

  }

   div.balance-item .card-item:nth-child(3)  {
    margin-right: 0px;

  }

  div.balance-item .card-item {
    margin-top: 15px;
  }

  div.menu ul {
    justify-content: space-between;
  }



}

/* end dashboard */












.item-bundle h3 span:nth-child(2) {
  font-weight: normal;
  font-size: 18px;
}




.next {
  border: 1px solid #d7d7d7;
  display: block;
  margin: 13px 0 13px 0;
}



@media (max-width: 800px) {
  div.bundels {

      justify-content: center;
  }
  
  .item-bundle {
      width: 100%;
      margin-bottom: 10%;

  }
}

footer {
  background-color: #222;
  padding: 20px 0;
  font-size: 20px;
}


footer .links {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

footer .links h3 {
  text-align: center;
  color: #f3f3f3;
  margin: 16px 0px;
  font-weight: 200;
}

footer .links a {
  display: block;
  background: #fff;
  padding: 10px;
  width: 50px;
  height: 50px;
  margin: auto;
  position: relative;
  border-radius: 50%;
}

footer .links a  i {
  font-size: 28px;
  color: #229ED9;
  position: absolute;
  top: 11px;
  left: 11px;
}

footer .links a:hover {
  background-color: #229ED9
} 

footer .links a:hover i {
  color: #fff;
}


/* login */


.login {
/*    display: flex;*/
    justify-content: center;
    margin-top: 50px;
    background: #fff;
/*    box-shadow: 0px 1px 7px 1px #d3d3d3;*/
    padding-bottom: 20px;
    border-radius: 5px;
    margin-bottom: 90px;
        flex-direction: column;
}

.login form {
  
    width: 80%;
    margin: auto;
    padding: 10px;
}

.login form h2 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
        padding-top: 20px;
}

label {
    margin-bottom: 10px;
    display: block;
}

.item-input {
    margin-bottom: 20px;
}

.login form input {
    width: 100%;
    display: block;
    padding: 12px;
    outline: 0;
    border-radius: 5px;
    border: 1px solid #dfdfdf;
}

input[type=submit]{
    background-color: #e61d1a;
    color: #fff;
    cursor: pointer;
}

.login form a {
    display: block;
    background: firebrick;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 5px;
    margin-top: 12px;
    border-radius: 5px;
    position: relative;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}

/*
.login {
  display: flex;
  justify-content: center;
}

form {
  padding-top: 25px;
  width: 50%;
  position: relative;
}

form h2 {
text-align: center;
font-weight: 200;
color: #423f3f;
margin-bottom: 50px;
}

form h3 {
font-weight: 100;
color: #343434;
margin-bottom: 20px;
}
.login .row {
  display: flex;
  flex-direction: column;
  margin: 20px 0 20px 0;
  width: 100%;
  background-color: #fff;
  padding: 1.5rem;
  border-radius: 10px;
  box-shadow: 0 2px 8px #00000029;
  border: 1px solid #dfdfdf;

    

}

label {
 
    display: block;
    position: relative;
    top: 11px;
    background-color: #fff;
    padding: 0 5px;
    color: #4a4d4e;
    width: fit-content;
    right: 4px;
    font-size: 19px;

}

label span {
  color: #eb1125
}

.login .row input {

    display: block;
    border: solid 1.5px #cccccc;
    width: 100%;
    height: 50px;
    border-radius: 6px;
    padding: 0 0.75rem;
    font-size: 1rem;
    transition: 1s;
    outline: 0;
}

input[type=number],
input[type=text],
input[type=password] {
  color: #585858;
  margin-bottom: 25px;

}




textarea {
outline: 0;
  padding: 10px;
  border: 1px solid #66666642;
  margin-bottom: 14px;
  color: #585858;
  font-size: 14px;
}



input[type=submit] {
  background: #eb1125;
  color: #ffff;
  font-size: 15px;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 0;
}

form a {
  display: block;
  padding-bottom: 25px;
  text-align: center;
  text-decoration: none;
  color: #666;
  padding-top: 10px;
  position: relative;
}

@media (max-width: 800px) {
  form {
      width: 100%;
  }

  .login .row input {
    padding: 12px;
  }
  
  label {
    font-size: 17px;
  }
}
*/
/* dashboard */


.btn{
position: absolute;
top: 2px;
left: 49px;
height: 45px;
width: 45px;
text-align: center;
/* background: ##1e1e1e; */
cursor: pointer;
transition: left 0.4s ease;
}
.btn.click{
left: 250px;
position: fixed;
}
.btn span{
color: #1e1e1e;
font-size: 28px;
line-height: 45px;
}
.btn.click span:before{
content: '\f00d';
}
.sidebar{
position: fixed;
width: 250px;
height: 100%;
left: -250px;
background: #1b1b1b;
transition: left 0.4s ease;
top: 0;
z-index: 2;
overflow-y: scroll;
}
.sidebar.show{
left: 0px;
}
.sidebar .text{
color: white;
font-size: 25px;
font-weight: 600;
line-height: 65px;
text-align: center;
background: #1e1e1e;
letter-spacing: 1px;
}
nav ul{
background: #1b1b1b;
height: 100%;
width: 100%;
list-style: none;
}
nav ul li{
line-height: 48px;
border-top: 1px solid #222222;
}
nav ul li:last-child{
border-bottom: 1px solid rgba(255,255,255,0.05);
}
nav ul li a{
  position: relative;
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 100;
  display: block;
  width: 100%;
  text-align: center;
}
nav ul li.active a{
  color: #838b8b;
  background: #2a2a2a;
}
nav ul li a:hover{
background: #1e1e1e;
}
nav ul ul{
position: static;
display: none;
}
nav ul .feat-show.show{
display: block;
}
nav ul .serv-show.show1{
display: block;
}
nav ul ul li{
line-height: 42px;
border-top: none;
}
nav ul ul li a{
font-size: 17px;
color: #e6e6e6;
padding-left: 80px;
}
nav ul li.active ul li a{
color: #e6e6e6;
background: #1b1b1b;
border-left-color: transparent;
}
nav ul ul li a:hover{
color: #f1f0f0!important;
background: #1e1e1e!important;

}
nav ul li a span{
position: absolute;
top: 50%;
right: 20px;
transform: translateY(-50%);
font-size: 22px;
transition: transform 0.4s;
}
nav ul li a span.rotate{
transform: translateY(-50%) rotate(-180deg);
}
.content{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
color: #202020;
z-index: -1;
text-align: center;
}
.content .header{
font-size: 45px;
font-weight: 600;
}
.content p{
font-size: 30px;
font-weight: 500;
}


.rows {
display: flex;
/* justify-content: space-around;
 */

 flex-wrap: wrap;
}

.item-rows {
width: 48%;
  background: #fff;
  padding: 11px;
  text-align: center;
  margin: 15px;
  border: 1px solid #e3dfdf;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  margin-left: 1%;
  margin-right: 1%;
}

.item-rows:nth-child(1) {
  background: linear-gradient(to right, rgb(15, 32, 39), rgb(32, 58, 67), rgb(44, 83, 100));
}
.item-rows:nth-child(2) {
  background: linear-gradient(315deg,#990000 0%,#e60000 100%)
}
.item-rows:nth-child(3) {
  background: linear-gradient(315deg,#007c92 0%,#00b0ca 100%);
  color: #fff;
}

.item-rows:nth-child(4) {
  background: linear-gradient(to right, rgb(19, 78, 94), rgb(113, 178, 128));
}

.item-rows span,
.item-rows p {
  color: #fff;
}

.item-rows  p {
margin: 10px 0;
  font-weight: bold;
  font-size: 20px;

}

.item-rows span {
font-weight: bold;
 
  margin-top: 9px;
}

.item-rows .span-rows {
position: relative;
}

.item-rows .span-rows i {
font-size: 30px;
position: absolute;
margin-right: 5px;
top: -5px;
}

.item-rows a {
display: inline-block;
text-decoration: none;
margin-top: 10px;
}

.row-services {
display: flex;
  justify-content: space-between;
}

.item-services {
width: 18%;
height: 81px;
text-align: center;
margin-bottom: 50px;
margin-right: 1%;
margin-left: 1%;
border-radius: 5px;
}

.item-services img {
width: 100%;
height: 100%;
border-radius: 5px;
}

.item-services span {
display: block;
}

/* change plan */

i.change-paln {
font-size: 33px;
  position: absolute;
  top: 3px;
  margin-right: 6px;
}


/* requests change */

.board {
/* border-top: 1px dotted; */
overflow: auto;
margin-top: 40px;
}

.baord2 {
/* height: 400px; */
margin-bottom: 30px;
}
#customers {
border-collapse: collapse;
width: 100%;
/*direction: rtl;*/
}

.last-prepaid #customers td, #customers th {
background: #2d3134;
}
.error {

padding: 10px;
}



.default td {
color: #5a5a5a;
background: #e9e9e9;
}


tr {
text-align: center;
color: #777;
}

#customers th {
padding-top: 12px;
padding-bottom: 12px;
text-align: center;
color: #3e3d3d;


}

.default th {
background-color: #2c2c2c;
}



th>.truncate, td>.truncate {
  width: auto;
  min-width: 0;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}

.control {
  text-decoration: none;
  padding: 9px;
  display: inline-block;
  color: #fff;
  border-radius: 3px;
}


.truncate p {
white-space: break-spaces;
font-size: 15px;
}

.truncate  button {
display: block;
color: #fff;
text-decoration: none;
background: #ef3939;
padding: 6px;
border-radius: 3px;
font-size: 13px;
border: 0;
outline: 0;
cursor: pointer;
width: 100%;
margin-bottom: 10px;
    padding: 10px;
    font-size: 16px;


}


div.options {
  width: 100%;
}

select {
padding: 10px;
  outline: 0;
  border: none;
  margin: 7px 0px;
  color: #fff;
  background: #333;
  margin-top: -16px;
  margin-bottom: 20px;
  width: 100%;
}

.title-requests-change {
text-align: center;
margin-top: 33px;
color: #504f4f;
font-size: 21px
}

.item {
  position: relative;
}

/* active */

.title-active {
    text-align: right;
    color: #fbfbfb;
    font-weight: 200;
    background: #333;
    padding: 10px;
    margin: 0;
    position: absolute;
    top: -45px;
    width: 100%;
}

.row-active .item select {
display: block;
  padding: 10px;
  width: 100%;
}

div.menu {
margin: 20px 0px;
}

div.menu a {
    text-decoration: none;
    color: #6a6a6a;
    font-size: 15px;
    position: relative;
    display: block;
    text-align: center;
}



.point {
margin: 30px 0px;
/* background: #df2637; */
background: linear-gradient(to right, rgb(49, 71, 85), rgb(38, 160, 218));
padding: 20px;
margin-bottom: -16px;
border-radius: 5px;
color: #fff;
position: relative;

}

.point p {
margin-bottom: 8px;
font-weight: bold;
font-size: 20px;
}
.point span {
display: block;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.point a {
  position: absolute;
  left: 22px;
  top: 32%;
  text-decoration: none;
  padding: 6px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  font-size: 15px;
  color: #fff;
}

.rows-point {
  display: flex;
  flex-direction: column;
}

.item-point {
  background: #fff;
    padding: 17px;
    margin: 1%;
    color: #585858;
    font-weight: bold;
    position: relative;
    margin-bottom: 15px;
    margin-top: 15px;
    border-bottom: 1px solid #ccc;
}

.item-point  button {
  position: absolute;
    left: 20px;
    width: 100px;
    padding: 5px;
    outline: 0;
    border: 0;
    border-radius: 3px;
    top: 14px;
    background: #ff0f26;
    color: #fff;
    cursor: pointer;
}

span.conversion {
background: #619345;
padding: 6px;
color: #fff;
display: block;
border-radius: 3px;
}

.dec {
display: flex;
  flex-direction: column;
  background: #f3eeee;
  margin-bottom: -60px;
  padding-bottom: 0px;
}

.dec h3 {
margin-bottom: 16px;
  font-weight: 400;
  background: #2e2e2e;
  padding: 6px;
  color: #fff;
  font-size: 17px;
}

.control-btn {
    display: flex;
    flex-direction: column;
}

.control-btn span:nth-child(2) {
background: #ffc547;
  color: #9d7b32;
  display: inline-block;
  padding: 6px;
  font-weight: bold;
  width: 36%;
}

.control-btn span:nth-child(1) {
display: block;
  font-weight: bold;
  font-size: 13px;
}

.swal-text{
text-align: center;
  line-height: 27px;
  padding: 0px 47px;
}

.profile {
margin-right: 26px;
  font-weight: bold;
  color: #7c7878;
}

.sidebar .profile {
text-align: center;
padding: 20px; 
margin: 0;
}

.notf-item {
/* text-align: center; */
  padding: 20px;
  background: #fbfbfb;
  margin-top: 20px;
  border: 1px solid #99999947;
  color: #3a3a3a;
  margin-bottom: 20px;
}

.notf-item p {
margin-bottom: 13px;
}

.notf-item span {
display: inline-block;
direction: ltr;
}

.contact-us {
position: fixed;
  bottom: 100px;
  right: 14px;
  display: flex;
  flex-direction: column;
}

.contact-us img {
width: 50px;
  height: 50px;
}

input[type=textarea] {
padding: 5px;
outline: 0;
border: 1px solid #e3e0e0;
height: 54px;
}

span.btn-table {
display: inline-block;
    background: #a5dc86;
    color: #367a36;
    padding: 5px;
    border-radius: 5px;
}

.amount {
margin: 0;
  padding: 4px;
  border: 1px solid #c7c7c7;
  font-weight: bold;
  text-align: center;
  outline: 0;
}

.custom {
display: flex;
width: 150px;
}

.custom input{
width: 68%;
  margin: 0;
  outline: 0;
  padding: 5px;
  border: 1px solid #cfcccc;
}

.custom button {
height: 29px;
margin-right: 3px;
background: #7acf4a;
width: 55px;
}


.services {
  background: #fff;
  margin: 1%;
  background: linear-gradient(to right, rgb(15, 32, 39), rgb(32, 58, 67), rgb(44, 83, 100));
    border-radius: 5px;
}

.services-content {
  overflow: hidden;
}

.services-header {
  position: relative;
}
.services-content h3 {
  padding: 10px;
  color: #fff;
  font-weight: normal;
  border-bottom: 1px solid rgb(15 32 39 / 29%);
  
  margin-right: 68px;
}

.services-content h3 img {
  width: 69px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.services-header i {
  position: absolute;
    left: 13px;
    top: 13px;
    color: #fff;
    font-size: 18px;

}


.services-content ul {
  list-style: none;
  height: 0;
  transition: all 0.3s linear;
} 

.services-content ul li a {
  text-decoration: none;
    display: block;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    border-bottom: 1px solid #26262694;
    background: linear-gradient(to right, rgb(12 33 42), rgb(10 31 40), rgb(10 31 40));
    position: relative;
}

.services-content ul li a span {
  position: absolute;
  left: 10px;
  background: #eb1125;
  padding: 3px;
  border-radius: 50%;
  width: 25px;
  text-align: center;
}

/*
.active {
  text-align: center;
  margin-bottom: 30px;
}

.active select {
  width: 100%;
  margin-bottom: 0px;
}
.active button {
  outline: 0;
  border: 0;
  padding: 10px;
  margin: auto;
  text-align: center;
  width: 100px;
  background: #eb1125;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}

.steps {
  background: #fff;
    padding: 10px;
    margin-bottom: 30px;
    border-radius: 5px;
}

.steps div {
  display: flex;
    justify-content: space-around;
    background: #ebebeb;
    padding: 10px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
    width: 80%;
    margin: 10px auto;
}

.steps i {
  color: #eb1125;
}

section.renewLastMonth select {
  margin-bottom: 0;
  width: 100%;
  margin-top: 45px;
}

section.renewLastMonth .board {
  margin-top: 0;
}

section.renewLastMonth .board button {
  width: 90px;
}
*/
div.complated {
text-align: center;
    margin-top: 10px;
}

div.complated button {
  outline: 0;
    padding: 8px;
    width: 100px;
    cursor: pointer;
    background: #a5dc86;
    color: #3e5a2f;
    border: 0;
    border-radius: 3px;

}


div.options-btn {
display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 40px;
}

div.options-btn button {
  padding: 10px;
    margin-bottom: 10px;
    outline: 0;
    background: none;
    border: 1px solid #9999994f;
    border-radius: 5px;
    text-align: right;
    position: relative;
    cursor: pointer;
    font-size: 19px;
     box-shadow: 1px 0px 10px 1px #e1e1e1;
}

div.options-btn button i {
  position: absolute;
    left: 11px;
    font-size: 20px;
    color: #ef3939;
    top: 15px;
}

.auto-text {
  margin: 30px 0px;
  text-align: center;
}

.auto-text h2 {
    margin-bottom: 13px;
}

div.paid {
    margin: 10px 0px;
    position: relative;
}

div.paid a {
  display: inline-block;
  color: #28609b;
}

div.paid i {
  font-size: 21px;
    position: absolute;
    top: 3px;
    color: #28609b;
}

.auto-text p span:nth-child(1) {
    font-weight: bold;
    font-size: 22px;
    color: #ef3939;
}

.auto-text p span:nth-child(2) {
    font-weight: bold;
    color: #ffa500f2;
}

.auto-text p:nth-child(3) {
      margin-top: 10px;
    font-size: 14px;
}




.search {
  display: flex;
  margin-bottom: -41px;
}

.search input {
  margin: 0;
    width: 100%;
    padding: 12px;
    border: 1px solid #d5d3d3fa;
    outline: 0;
    font-size: 15px;
}

.search button {
  width: 100px;
    margin: 0;
    border-radius: inherit;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    display: block;
    color: #fff;
    text-decoration: none;
    background: #ef3939;
    padding: 6px;
    font-size: 13px;
    border: 0;
    outline: 0;
    cursor: pointer;
}

.baord2 {
/*    box-shadow: -2px 0px 60px 8px #e5e2e2e6;*/
    box-shadow: -2px 0px 130px 8px #e5e2e2e6;
    margin-bottom: 80px;
}

.board {
    overflow: auto;
    margin-top: 40px;
}

#customers td, #customers th {
    background: #fbfbfb;
    padding: 8px 15px;
    border-top: 1px solid #ebebebfa;
}

#customers td, #customers th:last-child {
  border-bottom: none;
}

td a {
  display: block;
    color: #5a5a5a;
    font-size: 17px;
}

#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    color: #3e3d3d;
   
    font-size: 18px;
    font-weight: 500;
    border-top: none;
    width: 200px;
}

.fa-trash,
.fa-stop-circle,
.fa-toggle-off,
.fa-refresh
 {
    font-size: 21px;
   
    cursor: pointer;
    margin: 15px;
}

.renew-success {
  text-align: center;
    padding: 10px;
    margin-top: 32px;
    background: #a5dc86;
    color: #1e3611;
}

.title-auto {
  margin: 0;
    font-weight: 200;
    margin-bottom: -25px;
    margin-top: 40px;
    color: #000;
    font-size: 22px;
}

select.auto-renew  {
    display: block;
    margin: 5px 0px 0px 0px;
    text-align: center;
    width: 170px;
    padding: 6px;
    border-radius: 3px;
    border: 0;
    cursor: pointer;
}

.update-password {
   display: flex;
   justify-content: center;
}


.update-password input {
    margin: 0;
    outline: 0;
    border: 1px solid #ccc;
    border-left: 0;
    width: 157px;
    padding: 7px;
}

.update-password button {
      margin: 0;
    border-radius: inherit;
    width: 62px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}



div.title h2 {
    font-weight: 200;
}

.last-recharge {
    direction: ltr;
    margin-top: 5px;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.last-recharge p {
  margin-bottom: 4px;
}

/* active bundel*/


.quota-transfer {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
    margin-top: -26px;
}

.quota-transfer div {
    margin: 5px;
    width: 100%;
}

.quota-transfer div label {
  text-align: right;
}

.quota-title {
  text-align: center;
    margin-top: 20px;
    font-weight: 100;
    font-size: 21px;
}

div.quota,
div.quota-member {
  display: flex;
    justify-content: space-around;
   /* border-bottom: 1px solid #ddd;*/
    padding-bottom: 16px;
}

div.quota p,
div.quota-member p {
       margin-bottom: 7px;
    font-size: 23px;
}


div.quota span,
div.quota-member span {
    display: inline-block;
    font-weight: bold;
    color: #ef3939;
}

div.btn-show {
  width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 10px;
}

div.btn-show button {
  width: 100px;
    border: 0;
    outline: 0;
    padding: 10px;
    background: #242424;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}



/* popup edit */

.popup-edit{
  position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: #000000a3;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99;
}

.popup-edit .edit {
  position: absolute;
  width: 90%;
  top: 50%;
  height: 240px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 20px;
  border-radius: 5px;
    
}

.popup-edit .edit .close {
  float: left;
  color: #ef3939;
  font-size: 25px;
}

.popup-edit .edit label {
  display: block;
  margin-bottom: 5px;
  margin-top: 30px;
}
.popup-edit .edit input {
  width: 100%;
    padding: 10px;
 
    border: 1px solid #9999994d;
    border-radius: 5px;
    margin-bottom: 15px;outline: 0
}

.popup-edit .edit button {
  width: 100%;
    padding: 10px;
    border: none;
    background: #467b9b;
    color: #fff;
    border-radius: 5px;
}


/*bills*/

.bills {
  margin-top: 30px;
    text-align: center;
    width: 100%;
    margin-bottom: 100px;
}

.bills h2 {
      margin-bottom: 21px;
    text-align: right;
    color: #000;
}

.bills .card-bill {
    background: #fff;
    border: 1px solid #efefef;
    padding: 29px;
    margin: auto;
    box-shadow: 1px 1px 10px 2px #dddddda8;
    border-radius: 5px
}

.total-bill {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    color: #767676;
    margin-bottom: 20px;
}

.bills .card-bill span {
  color: #ef3939;
}

.bills .total-bill:nth-child(2) {
  border-top: 1px solid #cdc9c9;
  padding-top: 15px;
}

.bills .total-bill:nth-child(1) span {
  color: green
}

.bills .total-bill:nth-child(2) span {
  font-size: 25px;
  font-weight: 600;
}

.bills button {
    width: 100%;
    padding: 10px;
    border: 0;
    outline: 0;
    background: #ef3939;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}


.complated-bill {
  margin-top: 30px;
}

.complated-bill {
  margin-top: 30px;
}

.complated-bill .amount {
      display: flex;
    justify-content: space-between;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 10px;
    position: relative;
    box-shadow: 1px 1px 3px 1px #dddada;
    border: 0;
}

.complated-bill .amount i {
    

    font-size: 20px;
    color: #28a745!important;
    position: absolute;
    left: 17px;
    top: 26px;
}


/*recharge*/
.card-recharge {

    border: 1px solid #e9e9e9;
    width: 95%;
    margin: auto;
    text-align: center;
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 90px;
    margin-top: 30px;
    display: none;
}


.card-recharge input {
  border-radius: 3px;
    width: 92px;
    padding: 9px;
    text-align: center;
    outline: 0;
    border: 1px solid #d3d0d0;
    font-weight: bold;
    direction: ltr
}
.card-recharge .min-card {
  display: flex;
    justify-content: space-around;
    font-size: 19px;
    border-bottom: 2px solid #229ed9;
    padding-bottom: 10px;
    flex-direction: column;
}

.last3-recharge {
  margin-bottom: 20px;
}

.title-card {
  margin-top: 20px;
  margin-bottom: 20px;
}

.dec-card {
  display: flex;
    justify-content:space-between;
    padding: 10px 0px;
    border-bottom: 1px solid #e9e9e9;
    color: #565656;
}

.btn-card {
  display: flex;
  justify-content: space-around;
  padding: 10px 0px 10px 0px;
}

.btn-card button {
    width: 90px;
    padding: 10px;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
}

.btn-card button:nth-child(1) {
    background: #a5dc86;
    color: #50763e;
}

.btn-card button:nth-child(2) {
  background: #f27474;
  color: #441e1e;

}


.writingNow {
  margin-top: 19px;
  font-size: 14px;
  color: #22a702;

}


/* vodafone red */

.services-vodafone-red {
  margin-bottom: 110px;
}

.services-vodafone-red a {
  display: block;
  text-decoration: none;
  color: black;
}

.services-card {
  display: flex;
  border: 1px solid #efefef;
  padding: 20px 10px 20px 10px;
  border-radius: 5px;
  margin-bottom: 15px;
  box-shadow: 0px 0px 0px 1px #ededed;
  position: relative;
}

.services-card span {
  position: absolute;
    left: 10px;
    top: 24px;
    width: 50px;
    text-align: center;
    padding: 3px;
    border-radius: 5px;
}

.services-card span.active {
    color: #436a4c;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.services-card span.change{
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}


.services-card i { 
  font-size: 26px;
}

.services-card p {
  margin-right: 17px;
  margin-top: 8px;
}

/* Bundel */

.bundels-vf-red {
  display: flex;
  justify-content: space-around;
}

.bundel {
    background: #2c2c2c;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    line-height: 27px;
    border: 2px solid #116d99;
    width: 100%;
    margin: 15px;
    margin-right: 0;
}

.flex-member {
  padding: 20px;
    padding-right: 10px;
    background: #fff;
    border: 1px solid #dfdfdf;
    margin-top: 10px;
    box-shadow: 1px -1px 7px 4px #e9e9e9;
    border-radius: 5px;
}

.title-content {
  margin-bottom: 20px;
}

.flex-member span {
  font-size: 25px;
    font-weight: bold;
    color: #ef3939;
}

.content-flex button {
  width: 100%;
    padding: 6px;
    outline: 0;
    background: #ef3939;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
}

footer {
    background: black;
    color: #a1a1a1;
    margin-top: 50px;
    padding: 10px;
}

.footer-container {
    display: flex;
    justify-content: space-between;
}

.footer-container p {
    margin: 0;
}

.contact {
    display: flex;
    line-height: 29px;
}

.contact p {
    margin: 0;
}
.contact a {
    margin-top: 7px;
    margin-right: 10px;
    color: #a1a1a1;
}

.container-chat a {
    color: black;
}
.chat {
    margin-right: 10px;
    background: #fff;
    border-radius: 24px;
    position: fixed;
    padding: 0.75rem 1.5rem;
    bottom: 8px;
    right: 8px;
    border: 0;
    display: flex;
    align-items: center;
    box-shadow: 0 0 6px rgba(0,0,0,.3);
    font-size: 15px!important;
    z-index: 99;
    flex-direction: row-reverse;
}

.chat i {
    padding-right: 0;
    padding-left: 6px;
    width: 30px;
    font-size: 20px;
}

div.ex {
  text-align: center;
}

div.ex button {
  padding: 8px;
    outline: 0;
    border: none;
    background: #ef3939;
    color: #fff;
    margin-top: 15px;
    border-radius: 5px;
    cursor: pointer;
}


div.check {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: -51px;
    margin-bottom: 25px;
}

div.check button {

    outline: 0;
    padding: 10px;
    border: 0;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

div.check button:nth-child(1) {
    background: #326d7e;
    margin-bottom: 15px;
}


div.check button:nth-child(2) {
    background: #ef3939;
}



.family button {
    width: 100px;
    margin-bottom: 10px;
    padding: 4px;
    outline: 0;
    border: 0;
    color: #fff;
    border-radius: 3px;
    width: 100%;
    padding: 8px;
}

.family button:nth-child(1) {
    background-color: #ff9900;
}

.family button:nth-child(2) {
    background: #ef3939;
}

.family button:nth-child(3) {
   background-color: #ff9900;
}

.family button:nth-child(4) {
    background: #ef3939;
}

.family button:nth-child(5) {
    background: #ff9900;
}

.family button:nth-child(6) {
    background: #336983;
}

.family button:nth-child(7) {
    background: #585858;
}


.family button:nth-child(8) {
    color: #155724;
    background-color: #99d5a8;
    border-color: #c3e6cb;
}



.family button:nth-child(9) {
    background: #ef3939;
}


/* page change plan */

.title-plan {
  margin-top: 56px;
    text-align: center;
    font-size: 25px;
    font-weight: 200;
    color: #545454;

}

.balance_ {
  text-align: center;
    display: flex;
    justify-content: space-evenly;
    margin: auto;
    margin-top: 20px;
    max-width: 311px;
}

.balance_ p {
  color: #333;
}

.balance_ span.amount_ {
  font-size: 20px;
    font-weight: bold;
}

.number-member {
  text-align: center;
  margin-top: 30px;
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  padding: 10px;
  font-weight: 500;
}

.choose-renew {

    margin: auto;
    display: flex;
    margin-top: 55px;
    text-align: center;
    margin-bottom: -20px;
}

.choose-renew div {
  border: 1px solid #dbdbdb;
    width: 50%;
    padding: 20px;
    font-weight: 500;
    margin: 8px;
    color: #787878;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    
}

.lock {
  font-size: 23px;
  margin-bottom: 10px;
}

.bak {
  background: #2a2a2a !important;
    color: #fff !important;
}

.bak-renew {
  background: #2a2a2a !important;
    color: #fff !important;
}



.title-choose-bundle {
 
    margin: auto;
    margin-bottom: -35px;
    margin-top: 38px;
    font-size: 20px;
    font-weight: 200;
    color: #464646;
    margin-right: 10px;
}

.bundle {
  display: flex;
    justify-content: center;
    margin-top: 42px;flex-wrap: wrap;
}

.bundle div {
  padding: 10px;
  background: #fff;
  margin: 10px;
  color: #787878;
  border: 1px solid #d1d1d1;
  font-weight: 500;
  text-align: center;
  width: 48%;
  position: relative;
  margin-bottom: 42px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom: 0;
      box-shadow: 0px 0px 10px 4px #e7e7e7;
    
}

.bundle div:nth-child(5){
  width: 100%;
}

.bundle div .price {
  position: absolute;
    text-align: center;
    background: #d30a0a;
    right: -1px;
    left: -1px;
    padding: 5px;
    top: 74px;
    font-weight: 600;
    color: #fff;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
 
}

.send-request {
  margin: auto;
  margin: 10px;
}

.send-request button {
  width: 100%;
  padding: 9px;
  margin-top: 20px;
  border: 0;
  background: #333;
  color: #fff;
  border-radius: 3px;
}

/*vodafone flex*/

.bundels-flex,
.amount-active {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}

.bundels-flex div,
.amount-active div {
  background: #ffffff;
  padding: 20px;
  width: 100%;
  margin-left: 1%;
  text-align: center;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  box-shadow: 0px 0px 12px -2px #ccc;
  padding-bottom: 0;
  margin-bottom: 30px;
}

.bundels-flex div:nth-child(2),
.amount-active div:nth-child(2){
   margin-left: 0%;
   margin-right: 1%;
}

.bundels-flex div p,
.amount-active p {
  font-size: 20px;
  color: #333;
}

.bundels-flex div span
{
  display: block;
    background: #ef3939;
    margin: 20px auto;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
}

.amount-active span {
  width: 95%;
  border-radius: 4px;
  background: #262626;
  height: 40px;
  line-height: 40px;
  display: block;
  margin: 20px auto;
  color: #fff;
  font-weight: bold;
}

.search-active {
  margin-bottom: -36px;
    width: 100%;
    display: flex;
}

.search-active input {
  width: 98%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: 0;
    font-size: 18px;
    border-left: 0px;
}

.search-active button {
     width: 100px;
    outline: 0;
    border: 0;
    background: #ef3939;
    color: #fff;
    font-size: 17px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}


/* Red */

.bundles {
  display: flex;
  flex-direction: column;
}

.bundle-red {
    width: 100%;
    background: #ffffff;
    text-align: center;
    height: 120px;
    padding: 1px;
    border-bottom: 0;
    margin-bottom: 19px;
    margin-top: 19px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
}

.bundle-red:first-child {
  margin-right: 0px;
}

.bundle-red span {
  display: block;
    width: 25px;
    height: 25px;
    border: 1px solid #5e5e5e;
    margin: 15px auto;
    border-radius: 50%;
}

.select-bundle {
  background: #ef3939;
  border: 1px solid #ef3939 !important;
}

.bundle-red p {
      color: #3b3939;
    font-size: 18px;
    font-weight: 500;
    
}

.button-red {
    width: 100%;
    padding: 10px;
    background: #414141;
    color: #fff;
    font-size: 17px;
    border: 0;
    border-radius: 0px;

}
.member {
 margin-top: 15px;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    background: #ffff;
    box-shadow: 1px 1px 9px 3px #ebebeb;
    padding: 20px;
}



 
 /* Style the tab */
.tab {
/*  border: 1px solid #ccc;*/
    background-color: #ffffff;
    margin-top: 30px;
    height: auto;
    display: flex;
    width: auto;
    overflow: auto;
    white-space: nowrap;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  width: 100%;
    color: #474747;
    font-size: 16px;
}
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
      background-color: #ef3939;
    color: #fff;
}

/* Style the tab content */
.tabcontent {
  display: none;
/*  padding: 6px 12px;*/
  border: 1px solid #ccc;
  border-top: none;
}


.social {
      display: flex
;
    justify-content: center;
    background: #e7e7e7;
}


.social a {
  font-size: 34px;
    background: #fff;
    padding: 10px;
    border-radius: 3px;
    margin: 18px;
}

  @keyframes check-15 {
    50% {
      transform: scale(1.2);
    }
  }

@media (max-width: 600px) {
  .bundle div {
    width: 100%;
  }
  .bundles {
    flex-wrap: wrap;
  }
}

@media (max-width: 800px) {
.btn {
  left: 10px;
}

.rows {
  flex-wrap: wrap;
}

.item-rows {
  width: 100%;
  margin-bottom: 10px;
}

.row-services  {
  flex-wrap: wrap;
}

.item-services {
  width: 100%;
}

.pc-profile {
  display: none;
}

.item-rows {
  text-align: right;
  padding-right: 30px;
}

.login form {
        width: 98%;
    }

}

.btn-quota {
      display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 27px;
}

.btn-quota button,
.quota-flex button {
padding: 13px;
    margin-bottom: 11px;
    border: 0;
    outline: 0;
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
    direction: ltr;
    cursor: pointer;
}

@media(max-width: 600px){
  .tab {
    display: block;
  }
  .tab button {
    border-bottom: 1px solid #d7d7d7;
    text-align: right;
  }
  .tab button:last-child {
    border-bottom: none;
  }
  .bills-new-content p {
    font-size: 18px;
  }
  .bills-new-content span {
    font-size: 18px;
  }
  .bills-new-content a {
    font-size: 18px;
  }
  .bills-new-content a {
    font-size: 13px;
  }
}



button {
    padding: 12px 20px;
    font-size: 16px;
    font-weight: bold;
    border: none;
/*    border-radius: 8px;*/
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 10px;
    width: 180px;
/*    padding: 15px;*/
}

/* تأثير التدرج اللوني */
button {
/*    background: linear-gradient(45deg, #007bff, #00d4ff);*/
    color: white;
    box-shadow: 0 4px 10px rgba(0, 123, 255, 0.3);
}

/* تأثير اللمعان عند تمرير الماوس */
button:hover {
    /*background: linear-gradient(45deg, #0056b3, #00a8e8);
    box-shadow: 0 6px 15px rgba(0, 123, 255, 0.4);
    transform: translateY(-2px);
    color: white;*/

}

/* تأثير الضغط */
button:active {
  
    transform: translateY(2px);
    box-shadow: 0 2px 5px rgba(0, 123, 255, 0.2);
}

/* أنماط للأزرار بألوان مختلفة */
button.primary {
    background: linear-gradient(45deg, #28a745, #85e085);
    box-shadow: 0 4px 10px rgba(40, 167, 69, 0.3);
}

button.primary:hover {
    background: linear-gradient(45deg, #218838, #66d166);
    box-shadow: 0 6px 15px rgba(40, 167, 69, 0.4);
}

button.danger {
    background: linear-gradient(45deg, #dc3545, #ff6b6b);
    box-shadow: 0 4px 10px rgba(220, 53, 69, 0.3);
}

button.danger:hover {
    background: linear-gradient(45deg, #c82333, #ff4c4c);
    box-shadow: 0 6px 15px rgba(220, 53, 69, 0.4);
}

/* تأثير متحرك عند التحميل */
button.loading {
    background: linear-gradient(45deg, #00c6ff, #0072ff); /* تدرج أزرق فاتح */
    color: white;
}

/*button.loading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    border: 3px solid white;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    transform: translate(-50%, -50%);
}
*/
@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.vodafone-menu-toggle {
            border: none;
    cursor: pointer;
    transition: 0.3s;
        }

        

        .vodafone-sidebar {
            position: fixed;
            top: 0;
            left: -300px;
            width: 300px;
            height: 100%;
            background: white;
            box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
            transition: left 0.3s ease-in-out;
            overflow-y: auto;
            z-index: 1000;
        }

        .vodafone-sidebar.show {
            left: 0;
        }

        .vodafone-menu-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 15px 20px;
            background: #e60000;
            color: white;
            font-size: 20px;
        }

        .vodafone-menu-header i {
            cursor: pointer;
            font-size: 22px;
        }

        .vodafone-menu-item {
            display: flex;
            align-items: center;
            padding: 15px 20px;
            font-size: 18px;
            color: #333;
            text-decoration: none;
            transition: background 0.3s ease;
            cursor: pointer;
        }

        .vodafone-menu-item i {
            margin-left: 10px;
            font-size: 20px;
            color: #e60000;
        }


        .vodafone-menu-item  a,
        .vodafone-sub-item a {
          color: #2e2e2e;
          font-size: 17px;
          width: 100%;
        }


        .vodafone-menu-item:hover {
            background: #f8f8f8;
        }

        .vodafone-divider {
            border-bottom: 2px solid #ddd;
            margin: 5px 0;
        }

        .vodafone-section-title {
            font-size: 20px;
            font-weight: bold;
            color: #e60000;
            padding: 15px 20px;
            background: #fff;
        }

        .vodafone-sub-item {
            display: flex;
            align-items: center;
            padding: 12px 20px;
            font-size: 16px;
            color: #555;
            background: #fff;
            transition: background 0.3s ease;
            cursor: pointer;
        }

        .vodafone-sub-item:hover {
            background: #f8f8f8;
        }

        .vodafone-sub-item i {
            margin-left: 10px;
            font-size: 16px;
            color: #333;
        }

        .vodafone-sidebar::-webkit-scrollbar {
            width: 5px;
        }

        .vodafone-sidebar::-webkit-scrollbar-thumb {
            background: #e60000;
            border-radius: 5px;
        }
         .vodafone-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5); /* تظليل شفاف */
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
            z-index: 999;
            bottom: 0;
        }

        .vodafone-overlay.show {
            opacity: 1;
            visibility: visible;
            position: fixed;
        }



.alert-box {
    background-color: #fff3cd;
    border-left: 5px solid #ff9800;
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
    margin: 20px 0;
}

.payment-methods {
    list-style: none;
    padding: 0;
}

.payment-methods .valid-method {
    padding: 5px 0;
    font-size: 18px;
}

.vodafone {
    color: #e60000; /* لون فودافون */
    font-weight: bold;
}

.etisalat {
    color: #008a00; /* لون اتصالات */
    font-weight: bold;
}

.orange {
    color: #ff6600; /* لون أورانج */
    font-weight: bold;
}

.instapay {
    color: #0066cc; /* لون Instapay */
    font-weight: bold;
}

.warning {
    color: #d32f2f;
    font-weight: bold;
    margin-top: 10px;
}

/* تصميم صندوق المعلومات */
.info-box {
    background-color: #f0f8ff; /* خلفية سماوية ناعمة */
    border-left: 5px solid #007bff; /* خط جانبي أزرق */
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
    margin: 20px 0;
    color: #333;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

/* تمييز الفقرة الخاصة برقم المحفظة */
.highlight {
    background-color: #fff3cd; /* لون أصفر خفيف */
    padding: 10px;
    border-radius: 5px;
    border-left: 4px solid #ff9800;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* تمييز رقم المحفظة */
.wallet-number {
    color: #d32f2f; /* لون أحمر غامق */
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    padding: 5px;
}

/* تحسين أيقونة النسخ */
.copy-icon {
    font-size: 18px;
    color: #007bff;
    cursor: pointer;
    margin-left: 10px;
    transition: color 0.3s ease-in-out;
}

.copy-icon:hover {
    color: #0056b3;
}

/* تحسين رسالة الشكر */
.thanks {
    color: #007bff; /* لون أزرق */
    font-weight: bold;
}

/* تحسين مظهر أيقونة النسخ */
.copy-icon {
    font-size: 18px;
    color: #007bff;
    cursor: pointer;
    margin-left: 10px;
    transition: color 0.3s ease-in-out, transform 0.2s ease-in-out;
}

/* تأثير عند الضغط */
.copy-icon:active {
    transform: scale(0.9);
}

/* تغيير لون الأيقونة عند نجاح النسخ */
.copied {
    color: #28a745 !important; /* لون أخضر */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c"; /* كود علامة الصح */
}

/* تصميم الصندوق الأساسي */
.transfer-container {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
/*    max-width: 400px;*/
    margin: auto;
    text-align: right;
    font-family: 'Tajawal', sans-serif;
}

/* العنوان */
.transfer-container h2 {
    color: #007bff;
    margin-bottom: 15px;
    text-align: center;
}

/* تنسيق الحقول */
.transfer-container label {
    display: block;
    font-weight: bold;
    margin: 10px 0 5px;
    color: #333;
}

.transfer-container input,
.transfer-container select,
.transfer-container textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    background: #f8f8f8;
    direction: rtl;
}

.transfer-container select {
  background: #383636;
    margin-top: 10px;
}

/* تخصيص للرقم المستقبل */
.transfer-container input[readonly] {
    background: #e9ecef;
    font-weight: bold;
    color: #555;
}

/* الزر */
.transfer-container button {
    background: #28a745;
    color: white;
    padding: 12px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    width: 100%;
    margin-top: 15px;
    transition: 0.3s;
}

.transfer-container button:hover {
    background: #218838;
}

/* تحسين تصميم الـ textarea */
.transfer-container textarea {
    height: 80px;
    resize: none;
}

/* vf red */
   .info-box-vf {
        display: grid
;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
    background: none;
    border-radius: 10px;
    }

    .info-item-vf {
        background: linear-gradient(135deg, #ff416c, #ff4b2b);
        color: #fff;
        padding: 15px;
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .info-item-vf:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(255, 75, 43, 0.3);
    }

    .info-item-vf p {
        font-size: 16px;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .count-box-vf {
        font-size: 22px;
        font-weight: bold;
        background: rgba(255, 255, 255, 0.2);
        padding: 10px 15px;
        border-radius: 5px;
    }
 .services-vodafone-red {
           display: grid;
        gap: 15px;
        background: #fdfdfd;
        border-radius: 10px;
        width: 100%;
        padding: 20px 10px;
    }
    .service-header {
        background: #2a2727;
        padding: 15px;
        color: #fff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 8px;
        font-size: 16px;
    }
    .service-header span {
        background: #ef3939;
        padding: 5px 10px;
        border-radius: 5px;
        font-weight: bold;
    }
    .services-card {
        background: white;
        padding: 20px;
        text-align: center;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease-in-out;
    }
    .services-card:hover {
        transform: scale(1.05);
    }
    .services-card i {
        font-size: 24px;
        color: #ef3939;
        margin-bottom: 10px;
    }
    .services-card p {
        font-size: 16px;
        font-weight: bold;
    }
    .services-card span {
        display: block;
        margin-top: 5px;
        font-size: 14px;
        font-weight: bold;
        color: #444;
        max-width: 200;
    }



/* end vf red */

/* dashboard */
 .dashboard-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

.service-box {
    background: linear-gradient(135deg, #ffffff, #f8f8f8);
    color: #333;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    margin: 10px 0;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    border: 1px solid #ddd;
    text-decoration: none;
}

.service-box:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.icon {
    background: #eb1125;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    transition: 0.3s;
}

.service-box:hover .icon {
    background: #d10f22;
}

.service-name {
    color: #333;
    font-weight: bold;
    font-size: 16px;
    flex: 1;
    text-align: center;
}
/* end dashboard */

/* message alert */
 .no-orders {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ff9800, #ff5722);
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  margin: 20px auto;
  color: white;
  font-family: Arial, sans-serif;
}

/* أيقونة */
.no-orders i {
  font-size: 50px;
  margin-bottom: 10px;
  animation: bounce 1.5s infinite;
}

/* نص الرسالة */
.no-orders p {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}

/* تأثير التحريك */
@keyframes bounce {
  0%, 100% {
      transform: translateY(0);
  }
  50% {
      transform: translateY(-6px);
  }
}
/* End message alert */

/* sub */
.text-title {
    font-size: 22px;
    font-weight: bold;
    margin-top: 30px;
    text-align: center;
    color: #333;
}

.subscribe-btn {
    display: block;
    width: fit-content;
    margin: 15px auto;
    background: linear-gradient(135deg, #ff5722, #ff9800);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 14px 35px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 5px 15px rgba(255, 87, 34, 0.3);
    position: relative;
    overflow: hidden;
}

.subscribe-btn:hover {
    background: linear-gradient(135deg, #e64a19, #ff9800);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(255, 87, 34, 0.5);
}

.subscribe-btn::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease-in-out;
}

.subscribe-btn:hover::before {
    left: 100%;
}
/* end sub */


/* start rewards  */
              
 .discount-container {
   
    border-radius: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
  .discount-container .message {
    background: #f8d7da;
    color: #721c24;
    padding: 10px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.discount-container .card {
    background: white;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.discount-container .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}
.icon {
    font-size: 26px;
    color: #fff;
}
.discount-card {
    background: #ff6348;
    color: white;
    padding: 20px;
    border-radius: 15px;
    font-size: 24px;
    font-weight: bold;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.withdraw-container {
    background: white;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.withdraw-container input {
    width: 100%;
    padding: 12px;
    border: 2px solid #d8dadb;
    border-radius: 8px;
    font-size: 16px;
    text-align: center;
    outline: none;
    transition: 0.3s;
}
.withdraw-container input:focus {
    border-color: #0056b3;
    box-shadow: 0 0 10px rgba(0, 91, 187, 0.2);
}
.withdraw-container button {
    width: 100%;
    padding: 12px;
    background: #007bff;
    color: white;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease;
}
.withdraw-container button:hover {
    background: #0056b3;
}

/* end rewards  */


  .coupon {
           background: linear-gradient(135deg, #ff9800, #ff5722);
    color: white;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    text-align: center;
    position: relative;
    margin-top: 15px;
        }

        .coupon h2 {
            margin: 0;
            font-size: 24px;
        }

        .coupon p {
            font-size: 18px;
            margin: 10px 0;
        }

        .code {
            font-size: 22px;
            font-weight: bold;
            
            border-radius: 10px;
            display: inline-block;
            letter-spacing: 2px;
        }