@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
body{
  /* background: #f2f3fb; */
  //background: #7d2ae8;
}
::selection{
  color: #fff;
  background: #7d2ae8;
}
 .popup{
  position: fixed;
  left: 50%;
}

.popupdonors{
  position: fixed;
  left: 50%;
  height: 33%;
  overflow: scroll;
  overflow-x: scroll;
}

.popuprefunds{
  position: fixed;
  left: 50%;
  height: 33%;
  overflow: auto;
}

.popuppaid{
  position: fixed;
  left: 50%;
  height: 33%;
  overflow: auto;
}

button{
  outline: none;
  cursor: pointer;
  font-weight: 500;
  border-radius: 4px;
  border: 2px solid transparent;
  transition: background 0.1s linear, border-color 0.1s linear, color 0.1s linear;
}
//#othalshare{
  //top: 50%;
 // color: #7d2ae8;
 // font-size: 18px;
//  padding: 10px 25px;
//  background: #fff;
 // transform: translate(-50%, -50%);
//}
.popup{
  //background-image: url('../images/newbackground.jpg');
  //background: #fff;
  background: honeydew;
  padding: 25px;
  border-radius: 15px;
  top: -150%;
  max-width: 380px;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
  transform: translate(-50%, -50%) scale(1.2);
  transition: top 0s 0.2s ease-in-out,
              opacity 0.2s 0s ease-in-out,
              transform 0.2s 0s ease-in-out;
}
.popup.show{
  top: 50%;
  opacity: 1;
  pointer-events: auto;
  transform:translate(-50%, -50%) scale(1);
  transition: top 0s 0s ease-in-out,
              opacity 0.2s 0s ease-in-out,
              transform 0.2s 0s ease-in-out;

}
.popup :is(header, .icons, .field){
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popup header{
  padding-bottom: 15px;
  border-bottom: 1px solid #ebedf9;
}

.popupdonors{
  // background: rgba(0,0,0,0.3);
   background: rgba(255,255,255,0.7);
  //background: #fff;
  //background-image: url('../images/newbackground.jpg');
  //background-image: url('../images/background/pool/test4.png');
  padding: 25px;
  border-radius: 15px;
  top: -150%;
  max-width: 420; //380px;
  width: 100%;
  opacity: 0;
  overflow-x: scroll;
  overflow-y: auto;
 // -ms-overflow-style: none;  /* IE and Edge */
 // scrollbar-width: none;  /* Firefox */
  pointer-events: none;
  box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
  transform: translate(-50%, -50%) scale(1.2);
  transition: top 0s 0.2s ease-in-out,
              opacity 0.2s 0s ease-in-out,
              transform 0.2s 0s ease-in-out;
}

.popuprefunds{
   background: rgba(255,255,255,0.7);
  //background: #fff;
  //background-image: url('../images/newbackground.jpg');
  //background-image: url('../images/background/pool/test4.png');
  padding: 25px;
  border-radius: 15px;
  top: -150%;
  max-width: 380px;
  width: 100%;
  opacity: 0;
  overflowX: visible;
  overflowY: auto;
 // -ms-overflow-style: none;  /* IE and Edge */
 // scrollbar-width: none;  /* Firefox */
  pointer-events: none;
  box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
  transform: translate(-50%, -50%) scale(1.2);
  transition: top 0s 0.2s ease-in-out,
              opacity 0.2s 0s ease-in-out,
              transform 0.2s 0s ease-in-out;
}

.popuppaid{
   background: rgba(255,255,255,0.7);
  //background: #fff;
  //background-image: url('../images/newbackground.jpg');
  //background-image: url('../images/background/pool/test4.png');
  padding: 25px;
  border-radius: 15px;
  top: -150%;
  max-width: 380px;
  width: 100%;
  opacity: 0;
  overflowX: visible;
  overflowY: auto;
 // -ms-overflow-style: none;  /* IE and Edge */
 // scrollbar-width: none;  /* Firefox */
  pointer-events: none;
  box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
  transform: translate(-50%, -50%) scale(1.2);
  transition: top 0s 0.2s ease-in-out,
              opacity 0.2s 0s ease-in-out,
              transform 0.2s 0s ease-in-out;
}

.popupdonors::-webkit-scrollbar {
  width: 20px;
  //display: none;
}

/* Track */
.popupdonors::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.popupdonors::-webkit-scrollbar-thumb {
  background: rgba(12,12,12,0.7);
  border-radius: 10px;
}

.popuprefunds::-webkit-scrollbar {
  width: 20px;
  //display: none;
}

/* Track */
.popuprefunds::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.popuprefunds::-webkit-scrollbar-thumb {
  background: rgba(12,12,12,0.7);
  border-radius: 10px;
}

.popuppaid::-webkit-scrollbar {
  width: 20px;
  //display: none;
}

/* Track */
.popuppaid::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.popuppaid::-webkit-scrollbar-thumb {
  background: rgba(12,12,12,0.7);
  border-radius: 10px;
}

.popupdonors.show{
  top: 50%;
  opacity: 1;
  pointer-events: auto;
  transform:translate(-50%, -50%) scale(1);
  transition: top 0s 0s ease-in-out,
              opacity 0.2s 0s ease-in-out,
              transform 0.2s 0s ease-in-out;

}
.popupdonors :is(header){
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popupdonors header{
  padding-bottom: 15px;
  border-bottom: 1px solid #ebedf9;
}

.popuprefunds.show{
  top: 50%;
  opacity: 1;
  pointer-events: auto;
  transform:translate(-50%, -50%) scale(1);
  transition: top 0s 0s ease-in-out,
              opacity 0.2s 0s ease-in-out,
              transform 0.2s 0s ease-in-out;

}
.popuprefunds :is(header){
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popuprefunds header{
  padding-bottom: 15px;
  border-bottom: 1px solid #ebedf9;
}

.popuppaid.show{
  top: 50%;
  opacity: 1;
  pointer-events: auto;
  transform:translate(-50%, -50%) scale(1);
  transition: top 0s 0s ease-in-out,
              opacity 0.2s 0s ease-in-out,
              transform 0.2s 0s ease-in-out;

}
.popuppaid :is(header){
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popuppaid header{
  padding-bottom: 15px;
  border-bottom: 1px solid #ebedf9;
}

header span{
  font-size: 21px;
  font-weight: 600;
}
header .close, .icons a{
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
header .close{
  color: #878787;
  font-size: 17px;
  background: #f2f3fb;
  height: 33px;
  width: 33px;
  cursor: pointer;
}

header .closed, .icons a{
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  transition: all 0.3s ease-in-out;

}

header .closer, .icons a{
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  transition: all 0.3s ease-in-out;

}
header .closep, .icons a{
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  transition: all 0.3s ease-in-out;

}

header .closed{
  color: #878787;
  font-size: 17px;
  background: #f2f3fb;
  height: 33px;
  width: 33px;
  cursor: pointer;
}
header .closer{
  color: #878787;
  font-size: 17px;
  background: #f2f3fb;
  height: 33px;
  width: 33px;
  cursor: pointer;
}
header .closep{
  color: #878787;
  font-size: 17px;
  background: #f2f3fb;
  height: 33px;
  width: 33px;
  cursor: pointer;
}
header .close:hover{
  background: #ebedf9;
}
header .closed:hover{
  background: #ebedf9;
}
header .closer:hover{
  background: #ebedf9;
}
header .closep:hover{
  background: #ebedf9;
}
.popup .content{
  margin: 20px 0;
}
.popupdonors .content{
  margin: 20px 0;
}

.popuprefunds .content{
  margin: 20px 0;
}

.popuppaid .content{
  margin: 20px 0;
}

.popup .icons{
  margin: 15px 0 20px 0;
}

.popuprefunds .icons{
  margin: 15px 0 20px 0;
}

.popuppaid .icons{
  margin: 15px 0 20px 0;
}

.content p{
  font-size: 16px;
}
.content .icons a{
  height: 50px;
  width: 50px;
  font-size: 20px;
  text-decoration: none;
  border: 1px solid transparent;
}
.icons a i{
  transition: transform 0.3s ease-in-out;
}
.icons a:nth-child(1){
  color: #1877F2;
  border-color: #b7d4fb;
}
.icons a:nth-child(1):hover{
  background: #1877F2;
}
.icons a:nth-child(2){
  color: #46C1F6;
  border-color: #b6e7fc;
}
.icons a:nth-child(2):hover{
  background: #46C1F6;
}
.icons a:nth-child(3){
  color: #e1306c;
  border-color: #f5bccf;
}
.icons a:nth-child(3):hover{
  background: #e1306c;
}
.icons a:nth-child(4){
  color: #25D366;
  border-color: #bef4d2;
}
.icons a:nth-child(4):hover{
  background: #25D366;
}
.icons a:nth-child(5){
  color: #0088cc;
  border-color: #b3e6ff;
}
.icons a:nth-child(5):hover{
  background: #0088cc;
}
.icons a:hover{
  color: #fff;
  border-color: transparent;
}
.icons a:hover i{
  transform: scale(1.2);
}
.content .field{
  margin: 12px 0 -5px 0;
  height: 45px;
  border-radius: 4px;
  padding: 0 5px;
  border: 1px solid #e1e1e1;
}
.field.active{
  border-color: #7d2ae8;
}
.field i{
  width: 50px;
  font-size: 18px;
  text-align: center;
}
.field.active i{
  color: #7d2ae8;
}
.field input{
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 15px;
}
.field button{
  color: #fff;
  padding: 5px 18px;
  background: #7d2ae8;
}
.field button:hover{
  background: #8d39fa;
}

.emoji {
    font-family: "Segoe UI Emoji";
}