@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.notification {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  z-index: 9999;
  font-family: "Poppins", sans-serif;
  width: 100%;
  margin: 0 auto;
}

.notification-item {
  position: absolute;
  max-width: 800px;
  width: max-content;
  left: 0;
  right: 0;
  transform: translateY(200%);
  bottom: 1rem;
  background-color: #2a2f33;
  color: #dfe3e6;
  padding: 1rem 1.5rem 1rem calc(2rem + 32px);
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5019607843);
  font-weight: 300;
  margin: 0 auto 1rem auto;
  animation: animate 0.3s linear;
  animation-fill-mode: both;
  transition: all 0.3s;
  overflow: hidden;
}

@media (max-width: 900px) {
  .notification-item {
    max-width: unset;
    width: 80%;
    font-size: 0.8rem;
  }
}
@media (max-width: 500px) {
  .notification-item {
    max-width: unset;
    width: 75%;
  }
}
.notification-item.s-remove {
  animation: animate-reverse 0.3s linear;
}

.notification-item b {
  display: block;
  letter-spacing: 0.5px;
}

.notification-item .item-icon {
  color: #7bcbfc;
  width: 28px;
  height: 28px;
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.notification-item:hover .close-button {
  width: 15px;
}

.notification-item .close-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: #cd4422;
  border: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  padding: 0;
  transition: all 0.2s;
}

.notification-item .close-button-icon {
  width: 30px;
  height: 30px;
  color: #fff;
  opacity: 0;
}

.notification-item .close-button:hover {
  width: 75px;
}

.notification-item .close-button:hover .close-button-icon {
  opacity: 1;
}

.notification-item.success .item-icon {
  color: #54cca9;
}

.notification-item.danger .item-icon {
  color: #fc6864;
}

.notification-item.warning .item-icon {
  color: #f8e877;
}

.notification-item:nth-child(1) {
  margin-bottom: 1rem;
}

.notification-item:nth-child(2) {
  margin-bottom: 2rem;
}

.notification-item:nth-child(3) {
  margin-bottom: 3rem;
}

.notification-item:nth-child(4) {
  margin-bottom: 4rem;
}

.notification-item:nth-child(5) {
  margin-bottom: 5rem;
}

.notification-item:nth-child(6) {
  margin-bottom: 6rem;
}

.notification-item:nth-child(7) {
  margin-bottom: 7rem;
}

.notification-item:nth-child(8) {
  margin-bottom: 8rem;
}

.notification-item:nth-child(9) {
  margin-bottom: 9rem;
}

.notification-item:nth-child(10) {
  margin-bottom: 10rem;
}

.notification-item:nth-child(11) {
  margin-bottom: 11rem;
}

.notification-item:nth-child(12) {
  margin-bottom: 12rem;
}

.notification-item:nth-child(13) {
  margin-bottom: 13rem;
}

.notification-item:nth-child(14) {
  margin-bottom: 14rem;
}

.notification-item:nth-child(15) {
  margin-bottom: 15rem;
}

.notification-item:nth-child(16) {
  margin-bottom: 16rem;
}

.notification-item:nth-child(17) {
  margin-bottom: 17rem;
}

.notification-item:nth-child(18) {
  margin-bottom: 18rem;
}

.notification-item:nth-child(19) {
  margin-bottom: 19rem;
}

.notification-item:nth-child(20) {
  margin-bottom: 20rem;
}

.notification-item:nth-child(21) {
  margin-bottom: 21rem;
}

.notification-item:nth-child(22) {
  margin-bottom: 22rem;
}

.notification-item:nth-child(23) {
  margin-bottom: 23rem;
}

.notification-item:nth-child(24) {
  margin-bottom: 24rem;
}

.notification-item:nth-child(25) {
  margin-bottom: 25rem;
}

.notification-item:nth-child(26) {
  margin-bottom: 26rem;
}

.notification-item:nth-child(27) {
  margin-bottom: 27rem;
}

.notification-item:nth-child(28) {
  margin-bottom: 28rem;
}

.notification-item:nth-child(29) {
  margin-bottom: 29rem;
}

.notification-item:nth-child(30) {
  margin-bottom: 30rem;
}

.notification-item:nth-child(31) {
  margin-bottom: 31rem;
}

.notification-item:nth-child(32) {
  margin-bottom: 32rem;
}

.notification-item:nth-child(33) {
  margin-bottom: 33rem;
}

.notification-item:nth-child(34) {
  margin-bottom: 34rem;
}

.notification-item:nth-child(35) {
  margin-bottom: 35rem;
}

.notification-item:nth-child(36) {
  margin-bottom: 36rem;
}

.notification-item:nth-child(37) {
  margin-bottom: 37rem;
}

.notification-item:nth-child(38) {
  margin-bottom: 38rem;
}

.notification-item:nth-child(39) {
  margin-bottom: 39rem;
}

.notification-item:nth-child(40) {
  margin-bottom: 40rem;
}

.notification-item:nth-child(41) {
  margin-bottom: 41rem;
}

.notification-item:nth-child(42) {
  margin-bottom: 42rem;
}

.notification-item:nth-child(43) {
  margin-bottom: 43rem;
}

.notification-item:nth-child(44) {
  margin-bottom: 44rem;
}

.notification-item:nth-child(45) {
  margin-bottom: 45rem;
}

.notification-item:nth-child(46) {
  margin-bottom: 46rem;
}

.notification-item:nth-child(47) {
  margin-bottom: 47rem;
}

.notification-item:nth-child(48) {
  margin-bottom: 48rem;
}

.notification-item:nth-child(49) {
  margin-bottom: 49rem;
}

.notification-item:nth-child(50) {
  margin-bottom: 50rem;
}

.notification-item:nth-child(51) {
  margin-bottom: 51rem;
}

.notification-item:nth-child(52) {
  margin-bottom: 52rem;
}

.notification-item:nth-child(53) {
  margin-bottom: 53rem;
}

.notification-item:nth-child(54) {
  margin-bottom: 54rem;
}

.notification-item:nth-child(55) {
  margin-bottom: 55rem;
}

.notification-item:nth-child(56) {
  margin-bottom: 56rem;
}

.notification-item:nth-child(57) {
  margin-bottom: 57rem;
}

.notification-item:nth-child(58) {
  margin-bottom: 58rem;
}

.notification-item:nth-child(59) {
  margin-bottom: 59rem;
}

.notification-item:nth-child(60) {
  margin-bottom: 60rem;
}

.notification-item:nth-child(61) {
  margin-bottom: 61rem;
}

.notification-item:nth-child(62) {
  margin-bottom: 62rem;
}

.notification-item:nth-child(63) {
  margin-bottom: 63rem;
}

.notification-item:nth-child(64) {
  margin-bottom: 64rem;
}

.notification-item:nth-child(65) {
  margin-bottom: 65rem;
}

.notification-item:nth-child(66) {
  margin-bottom: 66rem;
}

.notification-item:nth-child(67) {
  margin-bottom: 67rem;
}

.notification-item:nth-child(68) {
  margin-bottom: 68rem;
}

.notification-item:nth-child(69) {
  margin-bottom: 69rem;
}

.notification-item:nth-child(70) {
  margin-bottom: 70rem;
}

.notification-item:nth-child(71) {
  margin-bottom: 71rem;
}

.notification-item:nth-child(72) {
  margin-bottom: 72rem;
}

.notification-item:nth-child(73) {
  margin-bottom: 73rem;
}

.notification-item:nth-child(74) {
  margin-bottom: 74rem;
}

.notification-item:nth-child(75) {
  margin-bottom: 75rem;
}

.notification-item:nth-child(76) {
  margin-bottom: 76rem;
}

.notification-item:nth-child(77) {
  margin-bottom: 77rem;
}

.notification-item:nth-child(78) {
  margin-bottom: 78rem;
}

.notification-item:nth-child(79) {
  margin-bottom: 79rem;
}

.notification-item:nth-child(80) {
  margin-bottom: 80rem;
}

.notification-item:nth-child(81) {
  margin-bottom: 81rem;
}

.notification-item:nth-child(82) {
  margin-bottom: 82rem;
}

.notification-item:nth-child(83) {
  margin-bottom: 83rem;
}

.notification-item:nth-child(84) {
  margin-bottom: 84rem;
}

.notification-item:nth-child(85) {
  margin-bottom: 85rem;
}

.notification-item:nth-child(86) {
  margin-bottom: 86rem;
}

.notification-item:nth-child(87) {
  margin-bottom: 87rem;
}

.notification-item:nth-child(88) {
  margin-bottom: 88rem;
}

.notification-item:nth-child(89) {
  margin-bottom: 89rem;
}

.notification-item:nth-child(90) {
  margin-bottom: 90rem;
}

.notification-item:nth-child(91) {
  margin-bottom: 91rem;
}

.notification-item:nth-child(92) {
  margin-bottom: 92rem;
}

.notification-item:nth-child(93) {
  margin-bottom: 93rem;
}

.notification-item:nth-child(94) {
  margin-bottom: 94rem;
}

.notification-item:nth-child(95) {
  margin-bottom: 95rem;
}

.notification-item:nth-child(96) {
  margin-bottom: 96rem;
}

.notification-item:nth-child(97) {
  margin-bottom: 97rem;
}

.notification-item:nth-child(98) {
  margin-bottom: 98rem;
}

.notification-item:nth-child(99) {
  margin-bottom: 99rem;
}

.notification-item:nth-child(100) {
  margin-bottom: 100rem;
}

@keyframes animate {
  0% {
    transform: translateY(200%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animate-reverse {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(200%);
  }
}
/* ToolTip */
[tooltip]:before,
[tooltip]:after {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

[tooltip]:before {
  position: absolute;
  bottom: 130%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 200px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 20px;
  background-color: #2a2f33;
  color: #fff;
  content: attr(tooltip);
  text-align: center;
  font-size: 13px;
  line-height: 1.2;
  font-weight: bold;
}

[tooltip]:after {
  position: absolute;
  bottom: 130%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #2a2f33;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

[tooltip]:hover:before,
[tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}
