.popup {
  /* overflow: auto; */
  /* transform:translate(-50%, -50%);position: absolute;left:50%; */

  /* display: flex;
  justify-content:center ;align-items: center;
  border-radius: 26px;
  transition: all 0.5s ease;
  transition-duration: 1s;cursor: pointer;width: 300x;
  height: 100vh; */
}
.popup {
  display: none;height: 100vh;
  transform:translate(-50%, -50%);
  border-radius: 26px;
  transition: all 0.5s ease;
  transition-duration: 1s;cursor: pointer;
  position: absolute;
  top: 50%;left:50%;
  width: 30%;
}

.popuptwo {
  display: flex;
  justify-content:center ;align-items: center;
  border-radius: 26px;
  transition: all 0.5s ease;
  transition-duration: 1s;cursor: pointer;
}
.popupthr{
  display: none;
  justify-content:center ;align-items: center;
  border-radius: 26px;
  transition: all 0.5s ease;
  transition-duration: 1s;cursor: pointer;
  /*transform:translate(-50%, -50%);position: absolute;left:50%;width: 30%;*/
}
#showbtn{
  color: red !important;cursor: pointer;
}
#showbtntwo{
  color: red !important;cursor: pointer;
}
.popup h4{font-size: 16px;font-weight: 500;line-height: 24px;align-items: center !important;color: #132C46;}
.popup .spanw{background-color: #dcecf8;width: 500% !important;font-size: 19px !important;border-color: red !important;}
.popup h5{font-size: 10px;font-weight: 400;line-height: 20px;align-items: center !important;color: #132C46;}
.popuptwo h4{font-size: 16px;font-weight: 500;line-height: 24px;align-items: center !important;color: #132C46;}
.popuptwo h5{font-size: 10px;font-weight: 400;line-height: 20px;align-items: center !important;color: #132C46;}
.popup h6{font-size: 12px;font-weight: 400;line-height: 20px;align-items: center !important;color: #132C46;}
.popuptwo .spanw{background-color: #dcecf8;width: 500% !important;font-size: 19px !important;border-color: red !important;}
.popuptwo h6{font-size: 12px;font-weight: 400;line-height: 20px;align-items: center !important;color: #132C46;}

.popupthr img{
  width: 150px;
}
span .fw-bolder{
  justify-content: space-around;
  font-size: 16px;font-weight: 500;line-height: 24px;align-items: center !important;color: #FFC000;
}


/*
.popuptwo .col-md-12 .btn{font-size: 13px;font-weight: bold;}
button{margin-bottom: 6px;border-radius: 14px !important;}
.popuptwo .cards span {color: #22A1FD;font-size: 15px;font-weight: 400;line-height: 20px;align-items: center !important;}
.popuptwo .row .text{
background-color: #FFC000 !important;
font-weight: 600;font-family:Montserrat-Arabic;
line-height: 24px;font-size: 16px;
}
.popuptwo .row .text-rafd {
    color: rgba(170, 128, 0, 1) ;border-color: rgba(170, 128, 0, 1);
    line-height: 24px;font-size: 16px;
    background-color: white !important;
    font-weight: 600;font-family:Montserrat-Arabic;
}
popuptwo .text-order{
    color: rgba(170, 128, 0, 1) ;font-weight: 500;font-size: 20px;line-height: 24px;
}*
.popupthr .row .text-rafd {
  color: rgba(170, 128, 0, 1) ;
  line-height: 24px;font-size: 16px;
  background-color: white !important;  font-weight: 400;
}*/

.fatwora {
position: relative;width: 100%;height: 100vh;
display: flex;justify-content: center;align-items: center;
padding: 20px;transition: 0.5s ;background-color: #d8dbd3;
}
.fatwora .content{
  max-width: 800px;position: relative;
}
.fatwora.active{
  filter: blur(20px);user-select: none;pointer-events: none;
}
a{
   position: relative;
  /*padding: 5px 10px;*/
  display: inline-block;
      /* color:red;*/
      cursor: pointer;
}
a:hover{
  text-decoration: none;color: black;cursor: pointer;
}
.pop{
  position: fixed;left: 50%;top: 10%;padding: 25px ;width: 600px ;transform: translate(-50%,-50%);
  background-color: #fff;height: 150px !important;
  opacity: 0;visibility:hidden ;
  transition: 0.5s;
  box-shadow: 0 5px 30px rgba(0, 0,0, 0.25);

}
.pop.active{
  top: 10%;visibility: visible;opacity: 1;transition: .5s;
}
.select2-container--default .select2-selection--multiple{
  background: rgba(249, 250, 251, 1) !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
}
.select2{
width: 100% !important;
}
.add_item{
  color:green;cursor: pointer;font-size:17px
}
