@font-face {
  font-family: "arabicFont";
  src: url("alfont_com_AlFont_com_sfmadabd.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
   font-family: "arabicFont", serif;
}
body {
  background: #1d1d1b;
   font-family: "arabicFont", serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: large;
  font-family: "arabicFont", serif;
}

p {
  font-size: large;
  font-family: "arabicFont", serif;
}
.wrapper {
  width: 100%;
  min-height: 960px;
  /* To-Do List App */
  /* End To-Do List App */
}
.wrapper .align {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 80px 0;
}
.wrapper .app {
  width: 375px;
  min-height: 200px;
  margin: 0 auto;
  border-radius: 22px;
  background: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  letter-spacing: -1px;
  font-family: "arabicFont", serif;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  -webkit-backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wrapper .app .info {
        text-align: center;
        position: relative;
        height: 170px;
        width: auto;
        border-top-left-radius: 22px;
        border-top-right-radius: 22px;
        /* background: url(https://faiihouse.com/assets/img/slide/slide1.webp); */
        /* background-color: #ffb900; */
        background: linear-gradient(180deg, #ff0087d4 -20%, rgb(46 255 5 / 52%) 155%);
        background-size: cover;
        color: white;
        /* border-radius: 28px; */
}
.wrapper .app .info .date {
  position: relative;
  width: 100%;
  padding: 11px 0 5px 0;
}
.wrapper .app .info .date #day,
.wrapper .app .info .date #month {
  text-align: center;
  font-size: 26px;
  color: #fff;
}
.wrapper .app .info .date #month {
  font-size: 16px;
}
.wrapper .app .info .date #today {
  font-weight: bold;
}
.wrapper .app .info .info-bottom {
  position: relative;
  height: 50px;
  width: 85%;
  margin: 40px auto 0 auto;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}
.wrapper .app .info .info-bottom .left {
  float: left;
}
.wrapper .app .info .info-bottom .right {
  float: right;
}
.wrapper .app .info .info-bottom .middle {
  position: absolute;
  width: 140px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.wrapper .app .info .info-bottom #count,
.wrapper .app .info .info-bottom #tasks,
.wrapper .app .info .info-bottom #count_done,
.wrapper .app .info .info-bottom #tasks_done,
.wrapper .app .info .info-bottom #remaining_done,
.wrapper .app .info .info-bottom #remaining_tasks {
  margin-top: 11px;
  font-size: 19px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.wrapper .app .info .info-bottom #tasks,
.wrapper .app .info .info-bottom #tasks_done,
.wrapper .app .info .info-bottom #remaining_tasks {
  font-weight: normal;
  font-size: 18px;
  margin-top: -2px;
}
.wrapper .app ul {
  height: 100%;
  margin: 10px auto 10px auto;
  padding: 0px 0px 30px 0px;
}
.wrapper .app ul #today2 {
  width: 100%;
  height: 52px;
  margin: 10px auto;
  font-size: 18px;
  text-align: center;
  color: #1d1d1b;
  line-height: 52px;
}
.wrapper .app ul li {
  position: relative;
  display: flex;
  list-style: none;
  margin: 10px auto;
  width: 92%;
  min-height: 37px;
  line-height: 37px;
  color: #636363;
  transition: all ease-in-out 0.35s;
}
.wrapper .app ul li.lihiden {
  opacity: 0;
}
.wrapper .app ul li a {
  width: 35px;
  height: 30px;
  display: inline-block;
  color: #636363;
  text-decoration: none;
}
.wrapper .app ul li a i {
  position: absolute;
  top: 6px;
  left: 7px;
  transition: all ease-in-out 0.5s;
  font-size: 20px;
  font-weight: bold;
}
.wrapper .app ul li a .mark {
  color: #f49a20;
}
.wrapper .app ul li a .mark-alt {
  color: #636363;
}
.wrapper .app ul li a:hover > i {
  color: #1d1d1b;
}
.wrapper .app ul li .right {
  width: 80%;
  height: 100%;
  display: inline-block;
  margin: -3px auto 0 auto;
}
.wrapper .app ul li .right p {
  display: inline-block;
  width: 90%;
  height: 28px;
  word-wrap: break-word;
  line-height: 28px;
  outline: none;
  margin: 0;
  font-size: 16px;
  letter-spacing: -1px;
  font-weight: bolder;
  /* font-size: 15px; */
  transition: all ease-in-out 0.25s;
}
.wrapper .app ul li .right p span {
  cursor: text;
}
.wrapper .app ul li .right .line-through {
  color: #b3b3b3;
  text-decoration: line-through;
  font-style: italic;
  transform: translateX(7px);
}
.wrapper .app ul li span {
  display: inline-block;
  position: relative;
  width: 35px;
  height: 30px;
  cursor: pointer;
  transition: all ease-in-out 0.35s;
}
.wrapper .app ul li span i {
  font-size: 20px;
  transform: translate(9px, -1px);
}
.wrapper .app ul li span:hover > i {
  color: #1d1d1b;
}
.wrapper .app .bottom {
  /* height: 80px; */
  width: auto;
  transition: all ease-in-out 0.4s;
}
.wrapper .app .bottom.show {
  margin-top: -24px;
}
.wrapper .app .bottom a {
  display: block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  margin: 20px auto 20px  auto;
  padding: 0 10px;
  font-size: 18px;
  background: linear-gradient(135deg, #ff0000cf -20%, rgb(46 255 5 / 52%) 165%);
  color: #fff;
  border-radius: 20px;
  text-decoration: none;
  text-align: center;
  transition: all ease-in-out 1.25s;
}
.wrapper .app .bottom a i {
  margin-right: 5px;
}
.wrapper .app .bottom a:hover {
  background: linear-gradient(135deg, rgb(5 255 38 / 19%) -20%, #f42020 165%);
  /* transition: 1s; */
}
.wrapper .app .bottom a:active {
  transform: translateY(1px);
  background: linear-gradient(
    135deg,
    rgba(158, 15, 184, 0.9) -20%,
    rgba(5, 232, 255, 0.9) 165%
  );
}
.wrapper .app .bottom #undo {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  float: right;
  line-height: 30px;
  opacity: 0;
  cursor: default;
  margin-top: -54px;
  margin-right: 21px;
  pointer-events: none;
}
.wrapper .app .bottom #undo i {
  margin-left: 5px;
}
.down {
  -webkit-animation: slide_down 0.4s;
  animation: slide_down 0.4s;
}
@-webkit-keyframes slide_down {
  0% {
    opacity: 0;
    transform: scale(0);
    margin-top: -41px;
  }
  20% {
    opacity: 0;
  }
  80% {
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    margin-top: 10px;
  }
}
@keyframes slide_down {
  0% {
    opacity: 0;
    transform: scale(0);
    margin-top: -41px;
  }
  20% {
    opacity: 0;
  }
  80% {
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    margin-top: 10px;
  }
}
.up {
  -webkit-animation: slide_up 0.6s;
  animation: slide_up 0.6s;
}
@-webkit-keyframes slide_up {
  0% {
    opacity: 1;
    transform: scale(1);
    margin-top: 10px;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(0);
    margin-top: -45px;
  }
}
@keyframes slide_up {
  0% {
    opacity: 1;
    transform: scale(1);
    margin-top: 10px;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(0);
    margin-top: -45px;
  }
}
.down_in {
  -webkit-animation: down_in 0.35s;
  animation: down_in 0.35s;
}
@-webkit-keyframes down_in {
  0% {
    opacity: 0;
    transform: scale(0.5) translateY(-55px);
  }
  70% {
    transform: scale(1.07);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0px);
  }
}
@keyframes down_in {
  0% {
    opacity: 0;
    transform: scale(0.5) translateY(-55px);
  }
  70% {
    transform: scale(1.07);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0px);
  }
}
.pop_out {
  -webkit-animation: pop_out 0.25s;
  animation: pop_out 0.25s;
}
.pop_in {
  -webkit-animation: pop_in 0.35s;
  animation: pop_in 0.35s;
}
@-webkit-keyframes pop_in {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  70% {
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes pop_in {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  70% {
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
#copyright {
  font-size: 15px;
  color: #dbdbdb;
  margin: 30px auto 0 auto;
  font-family: "arabicFont", serif;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
  width: 250px;
  text-align: center;
}
#copyright a {
  text-decoration: none;
  color: #f49a20;
  transition: all ease-in-out 0.35s;
  letter-spacing: 0px;
}
#copyright a:hover {
  color: #fff;
}

li#no-tasks {
    text-align: center;
}

button.swal2-confirm.btn.\.bottom.btn-success {
    display: block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    margin: 0px auto 0 auto;
    padding: 0 10px;
    font-size: 18px;
    background: linear-gradient(135deg, #f49a20 -20%, rgb(5 232 255 / 54%) 165%);
    color: #fff;
    border-radius: 20px;
    text-decoration: none;
    text-align: center;
    border: 0;
    transition: all ease-in-out 1.25s;
    cursor: pointer;
}
button.swal2-cancel.btn.\.bottom.btn-danger {
    display: block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    margin: 0px auto 0 auto;
    padding: 0 10px;
    font-size: 18px;
    background: linear-gradient(135deg, #00000099 -20%, rgb(255 149 23 / 89%) 165%);
    color: #fff;
    border-radius: 20px;
    text-decoration: none;
    text-align: center;
    border: 0;
    transition: all ease-in-out 1.25s;
    cursor: pointer;
}
button.swal2-confirm.btn.bottom.btn-success:hover {
    background: #4CAF50; /* Ù„ÙˆÙ† Ø®Ù„ÙÙŠØ© Ù…Ø®ØªÙ„Ù Ø¹Ù†Ø¯Ù…Ø§ ÙŠØªÙ… ØªÙ…Ø±ÙŠØ± Ø§Ù„Ù…Ø¤Ø´Ø± ÙÙˆÙ‚ Ø§Ù„Ø²Ø± */
}
button.swal2-cancel.btn.bottom.btn-danger:hover {
    background: #F44336; /* Ù„ÙˆÙ† Ø®Ù„ÙÙŠØ© Ù…Ø®ØªÙ„Ù Ø¹Ù†Ø¯Ù…Ø§ ÙŠØªÙ… ØªÙ…Ø±ÙŠØ± Ø§Ù„Ù…Ø¤Ø´Ø± ÙÙˆÙ‚ Ø§Ù„Ø²Ø± */
}

i.fa.fa-arrow-circle-up {
    color: #428660;
}
i.fa.fa-arrow-circle-down {
    color: #ef3d44;
}

p#total_expenses {
    
    font-size: 30px;
}
p#balance {
 
    font-size: 25px;
}
p#total_income {
   
    font-size: 25px;
}

button#send-report {
        display: block;
        width: 150px;
        height: 40px;
        line-height: 40px;
        margin: 20px auto 20px auto;
        padding: 0 10px;
        font-size: 18px;
        background: linear-gradient(135deg, #ff00a2cf -20%, rgb(46 255 5 / 52%) 165%);
        color: #fff;
        border-radius: 20px;
        text-decoration: none;
        text-align: center;
        transition: all ease-in-out 1.25s;
        border: 0;
        cursor: pointer;
}

.bank-money-update {
    color: white;
    text-align: center;
}

button#update-bank-money {
    /* display: block; */
    width: 150px;
    height: 40px;
    line-height: 40px;
    /* margin: 20px auto 20px auto; */
    padding: 0 10px;
    font-size: 18px;
    background: linear-gradient(135deg, #ff0065cf -20%, rgb(5 255 141 / 84%) 165%);
    color: #fff;
    border-radius: 20px;
    text-decoration: none;
    text-align: center;
    transition: all ease-in-out 1.25s;
    border: 0;
    cursor: pointer;
}

input#bank-money-input {
    /* display: block; */
    /* width: 150px; */
    height: 40px;
    line-height: 40px;
    /* margin: 20px auto 20px auto; */
    padding: 0 10px;
    font-size: 18px;
    /* background: linear-gradient(135deg, #ff0000cf -20%, rgb(46 255 5 / 52%) 165%); */
    /* color: #fff; */
    border-radius: 10px;
    text-decoration: none;
    text-align: center;
    transition: all ease-in-out 1.25s;
    border: 0;
    /* cursor: pointer; */
}
.Wealth {
    display: flex;
    justify-content: center;
    align-content: flex-end;
    gap: 10px;
    color: #d21e1e;
    margin-top: 10px;
}