*, ::after, ::before {
  box-sizing: border-box;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

a {
  color: #16758a;
  text-decoration: underline;
}

img, svg {
  vertical-align: middle;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

.d-flex {
  display: flex !important;
}

.p-0 {
  padding: 0 !important;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-top: 0;
}
.list-inline li {
  display: inline-block;
}
.list-inline li:not(:last-child) {
  margin-right: 0.5rem;
}

.w-100 {
  width: 100% !important;
}

.w-50 {
  width: 50% !important;
}

a {
  text-decoration: none;
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.icon {
  width: 24px;
  height: 24px;
  background-color: #16758a;
}

.icon.menu-icon {
  font-size: 24px;
  margin-left: 1rem;
}

.icon.img-icon {
  font-size: 24px;
  margin-left: 1rem;
}

.icon.cat-icon {
  width: 24px;
  height: 24px;
  background-color: #16758a;
}

.icon.drawer-icon {
  margin-left: 1rem;
}

.icon.header-icon {
  background-color: #fff;
  position: absolute;
  right: 0;
  top: -4px;
  width: 20px;
}

.icon.dashboard-icon {
  mask: url("/img/icons/dashboard.svg") no-repeat center/contain;
  -webkit-mask: url("/img/icons/dashboard.svg") no-repeat center/contain;
}

.icon.settings-icon {
  mask: url("/img/icons/settings.svg") no-repeat center/contain;
  -webkit-mask: url("/img/icons/settings.svg") no-repeat center/contain;
}

.icon.logout-icon {
  mask: url("/img/icons/logout.svg") no-repeat center/contain;
  -webkit-mask: url("/img/icons/logout.svg") no-repeat center/contain;
}

.icon.login-icon {
  mask: url("/img/icons/login.svg") no-repeat center/contain;
  -webkit-mask: url("/img/icons/login.svg") no-repeat center/contain;
}

.icon.register-icon {
  mask: url("/img/icons/register.svg") no-repeat center/contain;
  -webkit-mask: url("/img/icons/register.svg") no-repeat center/contain;
}

.icon.date-icon {
  mask: url("/img/icons/date.svg") no-repeat center/contain;
  -webkit-mask: url("/img/icons/date.svg") no-repeat center/contain;
}

.icon.reply-icon {
  mask: url("/img/icons/reply.svg") no-repeat center/contain;
  -webkit-mask: url("/img/icons/reply.svg") no-repeat center/contain;
}

.icon.angle-left-icon {
  mask: url("/img/icons/angle-left.svg") no-repeat center/contain;
  -webkit-mask: url("/img/icons/angle-left.svg") no-repeat center/contain;
}

.icon.home-icon {
  mask: url("/img/icons/home.svg") no-repeat center/contain;
  -webkit-mask: url("/img/icons/home.svg") no-repeat center/contain;
}

.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 100px;
  width: 75%;
  padding-bottom: 56px;
}
.timeline .ht-title {
  top: 0;
  position: absolute;
  width: 300px;
  left: calc(50% - 150px);
  text-align: center;
  background: #f7f9fb;
  border-radius: 1rem;
  padding: 0.5rem;
  color: #16758a;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  z-index: 9999;
}
.timeline .ht-button {
  bottom: 16px;
  position: absolute;
  width: 280px;
  left: calc(50% - 140px);
  text-align: center;
  background: #ffc555;
  border-radius: 1rem;
  padding: 0.5rem;
  color: #105e6f;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  z-index: 9999;
}
.timeline::after {
  content: "";
  position: absolute;
  width: 3px;
  background-color: #ffe3c3;
  top: 16px;
  bottom: 16px;
  right: 50%;
  margin-right: -3px;
  border-radius: 3px;
}
.timeline .timeline-item {
  padding: 10px 20px;
  position: relative;
  background-color: inherit;
  width: 50%;
  margin-top: -60px;
}
.timeline .timeline-item::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  left: -3px;
  background-color: #ffc555;
  top: 47px;
  z-index: 1;
  border: 2px solid #fff;
  border-radius: 5px;
}
.timeline .right {
  right: 0;
}
.timeline .left {
  right: 50%;
}
.timeline .right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 42px;
  width: 0;
  z-index: 1;
  left: 12px;
  border: medium solid #ffc555;
  border-width: 10px 10px 10px 0;
  border-color: transparent #ffc555 transparent transparent;
}
.timeline .left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 42px;
  width: 0;
  z-index: 1;
  right: 12px;
  border: medium solid #ffc555;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #ffc555;
}
.timeline .left::after {
  right: -6px;
}
.timeline .timeline-item.right .post-card {
  flex-direction: row-reverse;
}
.timeline .timeline-item.right .card-right {
  border-radius: 12px 0 0 12px;
}
.timeline .timeline-item.right .post-card .card-days {
  right: 12px;
}
.timeline .timeline-item.right .post-card .card-days .left-label {
  left: -33px;
  right: auto;
  border-radius: 0 0 0 12px;
  padding: 8px 0 8px 8px;
  right: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-wrap: nowrap;
}
.timeline .timeline-item.right .post-card .card-days .left-label::after {
  border-left: 1px;
  border-right: 4px solid #ffc555;
  border-top-left-radius: 0;
  border-top-right-radius: 12px;
  right: 4px;
  left: auto;
}
.timeline .timeline-item.right .post-card .card-days .left-label.label-w-0 {
  right: 8px;
  min-width: 64px;
}
.timeline .timeline-item.right .post-card .card-days .left-label.label-w-0::after {
  right: 36px;
}
.timeline .timeline-item.right .post-card .show-details {
  left: 40px;
}

.post-card {
  display: flex;
  width: 100%;
  background: #ffe3c3;
  border-radius: 12px;
  min-height: 70px;
  margin-bottom: 0.5rem;
  position: relative;
  color: #383232;
}
.post-card .card-right {
  background: #ffc555;
  border-radius: 0 12px 12px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  text-decoration: none;
  width: 56px;
  font-size: 0.7rem;
  text-align: center;
  min-height: 84px;
  font-weight: 700;
  color: #105e6f;
  padding: 0.25rem;
}
.post-card .card-left {
  width: calc(100% - 112px);
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  text-align: center;
  padding-bottom: 26px;
}
.post-card .card-days {
  position: absolute;
  left: 12px;
  top: 0;
  background: #ffc555;
  height: 52px;
  width: 48px;
  border-radius: 0 0 12px 12px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  font-size: 1.25rem;
  color: #105e6f;
  line-height: 1;
  font-weight: 600;
  padding-bottom: 0.5rem;
}
.post-card .card-days span {
  font-size: 1rem;
  font-weight: 500;
}
.post-card .card-days .left-label {
  position: absolute;
  right: -33px;
  font-size: 13px;
  top: 0px;
  background: #ffc555;
  padding: 8px 8px 8px 0;
  border-radius: 0 0 12px;
}
.post-card .card-days .label-danger {
  color: #cf3100;
  font-weight: 600;
}
.post-card .card-days .left-label::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 25px;
  height: 16px;
  left: 2px;
  width: 16px;
  border-left: 4px solid #ffc555;
  border-top: 4px solid #ffc555;
  border-top-left-radius: 12px;
}
.post-card .card-days .left-label.label-w-0 {
  left: 8px;
  min-width: 80px;
  right: -36px;
}
.post-card .card-days .left-label.label-w-0::after {
  left: 40px;
}
.post-card .card-days .left-label.label-w-1 {
  right: -70px;
}
.post-card .card-title {
  font-size: 14px;
  font-weight: 700;
}
.post-card .card-subtitle {
  font-size: 14px;
  font-weight: 500;
}
.post-card .show-details {
  position: absolute;
  bottom: 5px;
  display: flex;
  left: 0;
  width: calc(100% - 74px);
  justify-content: space-between;
  padding-left: 1rem;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  color: #686262;
}
.post-card .show-details .label-det {
  margin-top: -5px;
  text-decoration: none;
}
.post-card .show-details .line {
  width: calc(100% - 140px);
  display: block;
  height: 2px;
  background: #686262;
}
.post-card .show-details .angle-left-icon {
  margin-top: -5px;
  background-color: #686262;
}
.post-card .show-details .reply-icon {
  margin-top: -5px;
  width: 15px;
  background-color: #686262;
}

.progressbar-box {
  position: relative;
  width: 98px;
  height: 98px;
  border-radius: 10px;
  background-color: #ffe3c3;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  transition: 0.5s ease;
  color: #e0a921;
}
.progressbar-box .percent {
  position: relative;
  width: 98px;
  height: 98px;
  border-radius: 50%;
  box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.0784313725);
  background-color: #ffffff;
  z-index: 1;
}
.progressbar-box .percent svg {
  position: relative;
  width: 100px;
  height: 100px;
  transform: rotate(-85deg);
}
.progressbar-box .percent svg circle {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #ffffff;
  stroke-width: 10px;
  stroke-linecap: round;
  transform: translate(7px, 7px);
}
.progressbar-box svg circle:nth-child(2) {
  stroke-dasharray: 440;
  stroke-dashoffset: 440;
}
.progressbar-box svg circle:nth-child(2) {
  stroke-dashoffset: 250.6px;
  stroke: #e0a921;
  stroke-width: 7px;
}
.progressbar-box .percent .number {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.progressbar-box .percent .number h2 {
  color: #777;
  font-size: 44px;
  transition: 0.5s ease;
}
.progressbar-box h2 span {
  color: #777;
  padding-left: 3px;
  font-size: 24px;
  transition: 0.5s ease;
}
.progressbar-box .pr-inner {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: 0;
  height: 98px;
  width: 98px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.progressbar-box .pr-inner span {
  font-size: 1rem;
  display: block;
  line-height: 1;
  text-align: left;
  margin-top: -0.25rem;
  width: 40px;
}
.progressbar-box .pr-inner .sta {
  font-size: 1.6rem;
  width: auto;
  margin-top: 0;
  text-align: center;
}
.progressbar-box .pr-inner .ago {
  text-align: right;
  display: none;
}
.progressbar-box .pr-inner .today {
  font-size: 1.5rem;
  width: 100%;
  margin-top: 0;
  text-align: center;
}

.progressbar {
  --size: 12rem;
  --fg: #369;
  --bg: #def;
  --pgPercentage: var(--value);
  -webkit-animation: growProgressBar 3s 1 forwards;
          animation: growProgressBar 3s 1 forwards;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(closest-side, white 85%, transparent 0 100.9%, white 0), conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0);
  font-size: calc(var(--size) / 5);
  color: var(--fg);
}

@-webkit-keyframes growProgressBar {
  0%, 33% {
    --pgPercentage: 0;
  }
  100% {
    --pgPercentage: var(--value);
  }
}

@keyframes growProgressBar {
  0%, 33% {
    --pgPercentage: 0;
  }
  100% {
    --pgPercentage: var(--value);
  }
}
@property --pgPercentage {
  syntax: "<number>";
  inherits: false;
  initial-value: 0;
}
.shareon {
  font-size: 0 !important;
  margin: 0 -0.1rem;
  display: flex;
}
.shareon > * {
  font-family: "Tajawal", sans-serif;
  background-color: transparent;
  border: none;
  border-radius: 3.3333333333px;
  box-sizing: content-box;
  color: #fff;
  display: inline-block;
  height: 24px;
  line-height: 1.5;
  line-height: 1.6;
  margin: 3px 1px;
  min-width: 16px;
  padding: 2px;
  position: relative;
  transition: opacity 0.3s ease;
  vertical-align: middle;
  border: 2px solid #fff;
  background: #f7f9fb;
  border-radius: 10px;
  padding: 0 0 0 1rem;
  height: 28px;
  display: flex;
  align-items: center;
  box-shadow: 0 0 5px 1px #ebebeb;
  font-size: 12px;
  font-weight: 600;
  margin-left: 0.5rem;
  cursor: pointer;
}
.shareon > * span {
  margin-top: 4px;
}
.shareon > :not(:empty) {
  font-size: 12px;
  text-decoration: none;
}
.shareon > :before {
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 26px 26px;
  content: "";
  display: inline-block;
  height: 20px;
  height: 25px;
  left: 8px;
  left: 0;
  position: absolute;
  position: relative;
  top: 8px;
  top: 0;
  vertical-align: bottom;
  width: 20px;
  width: 26px;
  margin-left: 0.5rem;
  margin-right: 2px;
}
.shareon .whatsapp {
  color: #167e3d;
}
.shareon .whatsapp:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDE3MiAxNzIiIHN0eWxlPSJmaWxsOiMwMDAiPjxnIGZpbGw9Im5vbmUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgZm9udC1mYW1pbHk9Im5vbmUiIGZvbnQtd2VpZ2h0PSJub25lIiBmb250LXNpemU9Im5vbmUiIHRleHQtYW5jaG9yPSJub25lIiBzdHlsZT0ibWl4LWJsZW5kLW1vZGU6bm9ybWFsIj48cGF0aCBkPSJNMCAxNzJWMGgxNzJ2MTcyeiIvPjxwYXRoIGQ9Ik04NiAxNy4yYy0zNy45OTUgMC02OC44IDMwLjgwNS02OC44IDY4LjggMCAxMi45MDcgMy42MjUgMjQuOTQgOS44MSAzNS4yNjJMMTcuODE1IDE1NC44bDM0LjI1NC04Ljk5MkM2Mi4wODggMTUxLjUwNCA3My42NTMgMTU0LjggODYgMTU0LjhjMzcuOTk1IDAgNjguOC0zMC44MDUgNjguOC02OC44UzEyMy45OTUgMTcuMiA4NiAxNy4yek02Mi40NSA1My45MDdjMS4xMTkgMCAyLjI2Ny0uMDA3IDMuMjYuMDQ1IDEuMjI2LjAyOCAyLjU2Mi4xMTggMy44NCAyLjk0NSAxLjUyIDMuMzYgNC44MjggMTEuNzg4IDUuMjUyIDEyLjY0Mi40MjQuODU0LjcyNSAxLjg2LjEzNCAyLjk3OS0uNTYxIDEuMTQ2LS44NTQgMS44NC0xLjY4IDIuODU1LS44NTMuOTg2LTEuNzkgMi4yMTEtMi41NjQgMi45NTYtLjg1NC44NTUtMS43MzYgMS43OTEtLjc1IDMuNDk0Ljk4NiAxLjcwMyA0LjQxMSA3LjI4NSA5LjQ3NCAxMS43OTIgNi41MDcgNS44MTMgMTEuOTk3IDcuNiAxMy43MDYgOC40NTQgMS43MDguODU0IDIuNjk4LjcyMSAzLjY4NC0uNDI2IDEuMDE1LTEuMTE4IDQuMjYyLTQuOTU0IDUuNDA5LTYuNjYyIDEuMTE4LTEuNzA5IDIuMjU5LTEuNDEzIDMuODA3LS44NTEgMS41Ny41NjIgOS45NDggNC42ODggMTEuNjU3IDUuNTQzIDEuNzA4Ljg1NCAyLjgyOCAxLjI3NyAzLjI1OCAxLjk3LjQ0Mi43MTcuNDQyIDQuMTI5LS45NzQgOC4xMDgtMS40MTYgMy45NzMtOC4zNyA3LjgxNS0xMS40ODkgOC4wODUtMy4xNDcuMjkyLTYuMDg1IDEuNDE0LTIwLjQ1OC00LjI0NC0xNy4zMzgtNi44MjktMjguMjcyLTI0LjU4Ni0yOS4xMjYtMjUuNzMzLS44NTQtMS4xMTgtNi45NDMtOS4yMzMtNi45NDMtMTcuNjAzIDAtOC40IDQuNDA0LTEyLjUxMyA1Ljk0Ni0xNC4yMjIgMS41NzEtMS43MDggMy40MTEtMi4xMjcgNC41NTgtMi4xMjd6IiBmaWxsPSIjMjVkMzY2Ii8+PC9nPjwvc3ZnPg==);
}
.shareon .facebook {
  color: #126bde;
}
.shareon .facebook:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgc3R5bGU9ImZpbGw6IzAwMCI+PHBhdGggZmlsbD0iIzNGNTFCNSIgZD0iTTQyIDM3YTUgNSAwIDAgMS01IDVIMTFhNSA1IDAgMCAxLTUtNVYxMWE1IDUgMCAwIDEgNS01aDI2YTUgNSAwIDAgMSA1IDV2MjZ6Ii8+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTM0LjM2OCAyNUgzMXYxM2gtNVYyNWgtM3YtNGgzdi0yLjQxYy4wMDItMy41MDggMS40NTktNS41OSA1LjU5Mi01LjU5SDM1djRoLTIuMjg3QzMxLjEwNCAxNyAzMSAxNy42IDMxIDE4LjcyM1YyMWg0bC0uNjMyIDR6Ii8+PC9zdmc+);
}
.shareon .twitter {
  color: #0f76b5;
}
.shareon .twitter:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgc3R5bGU9ImZpbGw6IzAwMCI+PGxpbmVhckdyYWRpZW50IGlkPSJhIiB4MT0iMTAuMzQxIiB4Mj0iNDAuNzk4IiB5MT0iOC4zMTIiIHkyPSIzOC43NjkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiMyYWE0ZjQiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiMwMDdhZDkiLz48L2xpbmVhckdyYWRpZW50PjxwYXRoIGZpbGw9InVybCgjYSkiIGQ9Ik00Ni4xMDUgMTEuMDJhMTcuNTYgMTcuNTYgMCAwIDEtNC45NzkgMS4zNjIgOC42NSA4LjY1IDAgMCAwIDMuODEyLTQuNzU4IDE3LjM5NSAxNy4zOTUgMCAwIDEtNS41MDIgMi4wODJBOC42NTMgOC42NTMgMCAwIDAgMzMuMTIyIDdjLTQuNzgzIDAtOC42NjEgMy44NDMtOC42NjEgOC41ODIgMCAuNjcxLjA3OSAxLjMyNC4yMjYgMS45NThBMjQuNjc4IDI0LjY3OCAwIDAgMSA2LjgzOCA4LjU2NmE4LjQ4MiA4LjQ4MiAwIDAgMC0xLjE3MiA0LjMyMmMwIDIuOTc5IDEuNTI1IDUuNjAyIDMuODUxIDcuMTQ3YTguNzk4IDguNzk4IDAgMCAxLTMuOTI2LTEuMDcydi4xMDFjMCA0LjE2MyAyLjk4NiA3LjYzIDYuOTQ0IDguNDE5YTguNjE3IDguNjE3IDAgMCAxLTIuMjc2LjMwOCA5LjIwNCA5LjIwNCAwIDAgMS0xLjYzMi0uMTU4YzEuMTAyIDMuNDAyIDQuMjk5IDUuODg5IDguMDg3IDUuOTYzQTE3LjQ5OSAxNy40OTkgMCAwIDEgNS45NTggMzcuMjdjLS43MDEgMC0xLjM4Ny0uMDQtMi4wNjUtLjEyMkEyNC43NSAyNC43NSAwIDAgMCAxNy4xNzEgNDFjMTUuOTI3IDAgMjQuNjQxLTEzLjA3OSAyNC42NDEtMjQuNDI2IDAtLjM3Mi0uMDEyLS43NDItLjAyOS0xLjEwOGExNy4wMzIgMTcuMDMyIDAgMCAwIDQuMzIyLTQuNDQ2Ii8+PC9zdmc+);
}
.shareon .telegram {
  color: #1677a7;
}
.shareon .telegram:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgc3R5bGU9ImZpbGw6IzAwMCI+PGxpbmVhckdyYWRpZW50IGlkPSJhIiB4MT0iOS44NTgiIHgyPSIzOC4xNDIiIHkxPSI5Ljg1OCIgeTI9IjM4LjE0MiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iIzMzYmVmMCIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzBhODVkOSIvPjwvbGluZWFyR3JhZGllbnQ+PHBhdGggZmlsbD0idXJsKCNhKSIgZD0iTTQ0IDI0YzAgMTEuMDQ1LTguOTU1IDIwLTIwIDIwUzQgMzUuMDQ1IDQgMjQgMTIuOTU1IDQgMjQgNHMyMCA4Ljk1NSAyMCAyMHoiLz48cGF0aCBkPSJNMTAuMTE5IDIzLjQ2NmM4LjE1NS0zLjY5NSAxNy43MzMtNy43MDQgMTkuMjA4LTguMjg0IDMuMjUyLTEuMjc5IDQuNjcuMDI4IDQuNDQ4IDIuMTEzLS4yNzMgMi41NTUtMS41NjcgOS45OS0yLjM2MyAxNS4zMTctLjQ2NiAzLjExNy0yLjE1NCA0LjA3Mi00LjA1OSAyLjg2My0xLjQ0NS0uOTE3LTYuNDEzLTQuMTctNy43Mi01LjI4Mi0uODkxLS43NTgtMS41MTItMS42MDgtLjg4LTIuNDc0LjE4NS0uMjUzLjY1OC0uNzYzLjkyMS0xLjAxNyAxLjMxOS0xLjI3OCAxLjE0MS0xLjU1My0uNDU0LS40MTItLjE5LjEzNi0xLjI5Mi45MzUtMS43NDUgMS4yMzctMS4xMS43NC0yLjEzMS43OC0zLjg2Mi4xOTItMS40MTYtLjQ4MS0yLjc3Ni0uODUyLTMuNjM0LTEuMjIzLTEuMTg1LS41MTMtMS42MzktMi4yMjQuMTQtMy4wM3oiIG9wYWNpdHk9Ii4wNSIvPjxwYXRoIGQ9Ik0xMC44MzYgMjMuNTkxYzcuNTcyLTMuMzg1IDE2Ljg4NC03LjI2NCAxOC4yNDYtNy44MTMgMy4yNjQtMS4zMTggNC40NjUtLjUzNiA0LjExNCAyLjAxMS0uMzI2IDIuMzU4LTEuNDgzIDkuNjU0LTIuMjk0IDE0LjU0NS0uNDc4IDIuODc5LTEuODc0IDMuNTEzLTMuNjkyIDIuMzM3LTEuMTM5LS43MzQtNS43MjMtMy43NTQtNi44MzUtNC42MzMtLjg2LS42NzktMS43NTEtMS40NjMtLjcxLTIuNTk4LjM0OC0uMzc5IDIuMjctMi4yMzQgMy43MDctMy42MTQuODMzLS44MDEuNTM2LTEuMTk2LS40NjktLjUwOC0xLjg0MyAxLjI2My00Ljg1OCAzLjI2Mi01LjM5NiAzLjYyNS0xLjAyNS42OS0xLjk4OC44NTYtMy42NjQuMzI5LTEuMzIxLS40MTYtMi41OTctLjgxOS0zLjI2Mi0xLjA3OC0xLjQ4Ni0uNTc2LTEuNTA2LTEuODE2LjI1NS0yLjYwM3oiIG9wYWNpdHk9Ii4wNyIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS41NTMgMjMuNzE3YzYuOTktMy4wNzUgMTYuMDM1LTYuODI0IDE3LjI4NC03LjM0MyAzLjI3NS0xLjM1OCA0LjI4LTEuMDk4IDMuNzc5IDEuOTEtLjM2IDIuMTYyLTEuMzk4IDkuMzE5LTIuMjI2IDEzLjc3NC0uNDkxIDIuNjQyLTEuNTkzIDIuOTU1LTMuMzI1IDEuODEyLS44MzMtLjU1LTUuMDM4LTMuMzMxLTUuOTUxLTMuOTg0LS44MzMtLjU5NS0xLjk4Mi0xLjMxMS0uNTQxLTIuNzIxLjUxMy0uNTAyIDMuODc0LTMuNzEyIDYuNDkzLTYuMjEuMzQzLS4zMjgtLjA4OC0uODY3LS40ODQtLjYwNGEzMTUzLjk3IDMxNTMuOTcgMCAwIDAtOS4wNDcgNi4wMTNjLS45NDEuNjM5LTEuODQ1LjkzMi0zLjQ2Ny40NjYtMS4yMjYtLjM1Mi0yLjQyMy0uNzcyLTIuODg5LS45MzItMS43OTUtLjYxNi0xLjM2OS0xLjQxNC4zNzQtMi4xODF6Ii8+PC9zdmc+);
}

body {
  font-family: "Tajawal", sans-serif;
  background: #f6f9fb;
  margin: 0;
}

header .top-bar {
  background: #16758a;
  height: 32px;
  color: #fff;
}
header .top-bar a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding-right: 30px;
  position: relative;
}
header .top-bar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 32px;
}
header .top-bar .tb-menu {
  margin-bottom: 0;
}
header .top-bar .tb-menu li:not(:last-child) {
  margin-left: 0.5rem;
  border-left: 1px solid #6caebd;
  padding-left: 0.5rem;
  line-height: 1;
}
header .header-body .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-logo {
  margin: 1rem;
  width: 150px;
}
header .main-menu {
  display: flex;
}
header .main-menu .main-menu-item {
  text-decoration: none;
  background: #fff;
  border-radius: 1rem;
  padding: 0.5rem 1rem;
  margin-left: 0.5rem;
  box-shadow: 0px 0px 6px 0px rgba(225, 225, 225, 0.4196078431);
  transition: all 0.2s;
  display: flex;
}
header .main-menu .main-menu-item:hover {
  box-shadow: 0px 0px 6px 0px #dbdbdb;
}
header .main-menu .main-menu-item .icon {
  margin-left: 0.5rem;
  width: 18px;
}
header .main-menu .main-menu-item span {
  font-size: 16px;
  margin-top: 5px;
  line-height: 16px;
}

.main {
  min-height: calc(100vh - 290px);
  background: #fff;
}

footer .footer-logo {
  margin: 1rem auto;
  width: 64px;
  display: block;
}
footer .footer-logo img {
  width: 64px;
}
footer .footer-copyrights {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  color: #4b556a;
}
footer .footer-copyrights p {
  margin: 0.5rem 0;
}
footer .footer-links {
  display: flex;
  justify-content: center;
}
footer .footer-links-item:not(:last-child) {
  margin-left: 20px;
  position: relative;
}
footer .footer-links-item:not(:last-child)::after {
  width: 5px;
  height: 1px;
  content: "";
  position: absolute;
  display: block;
  background: #16758a;
  left: -13px;
  top: 12px;
}
footer .footer-btns {
  text-align: center;
  margin-bottom: 1rem;
}
footer .footer-social-icons {
  justify-content: center;
  display: flex;
  margin: 0;
  align-items: center;
  padding: 0;
}
footer .footer-social-icons li {
  margin-right: 0.5rem;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.75rem;
}
footer .footer-social-icons a {
  text-decoration: none;
}
footer .footer-social-icons i {
  font-size: 22px;
  color: #fff;
  display: flex;
  justify-content: center;
  background: transparent;
  margin-bottom: -4px;
}

.home-head {
  padding: 1rem 0;
  background: #f7f9fb;
  margin-bottom: 1rem;
}
.home-head .container {
  display: flex;
}
.home-head .hh-right {
  width: 60%;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-head .hh-left {
  text-align: center;
  overflow: hidden;
  width: 40%;
}
.home-head h1 {
  color: #ac7100;
  margin-bottom: 2rem;
  line-height: 2.5rem;
}
.home-head .download-btns .download-btn {
  margin-left: 1rem;
  text-decoration: none;
}
.home-head .download-btns .download-btn img {
  width: 160px;
}

.home-page {
  padding: 2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.category-page {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
  flex-direction: column;
}

.posts-page {
  padding: 2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.pages-page {
  padding: 2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.page-content {
  word-wrap: break-word;
  font-size: 1rem;
  line-height: 1.8;
}
.page-content h1 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #a26a00;
  text-align: center;
  margin-bottom: 2rem;
}
.page-content h2 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #41727c;
}
.page-content h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #167f95;
}

.contact-page {
  flex-direction: row;
}
.contact-page .page-content {
  width: 50%;
}

.contact-form {
  width: 50%;
  padding: 0 4rem;
}
.contact-form .form-group {
  margin-bottom: 0.5rem;
}
.contact-form label {
  font-size: 14px;
  font-weight: 600;
  color: #16758a;
}
.contact-form button {
  background-color: #ffc555;
  color: #105e6f;
}

.post-page {
  display: flex;
  justify-content: center;
  align-items: start;
  padding: 2rem 0;
}
.post-page .post-content {
  word-wrap: break-word;
  font-size: 1rem;
  line-height: 1.8;
}
.post-page .post-content h2 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #0f505e;
}
.post-page .post-content h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1d9ab6;
}
.post-page .post-content p {
  margin: 0 0 0.5rem;
}
.post-page .post-options {
  width: 55%;
  padding: 1rem;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 2rem;
}
.post-page .post-options .social-sharing {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.post-page .post-options .social-sharing p {
  margin: 0 0 0 1rem;
}
.post-page .card-single {
  width: 45%;
  background: #ffe3c3;
  border-radius: 1.5rem;
  overflow: hidden;
}
.post-page .card-single .single-title {
  text-align: center;
  font-weight: 700;
  padding: 1rem;
}
.post-page .card-single .single-title h1 {
  font-size: 1.2rem;
}
.post-page .card-single .single-dates {
  display: flex;
}
.post-page .card-single .date-center {
  background: #fff;
  border-radius: 1rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 75px;
  font-weight: 600;
  font-size: 1.2rem;
  box-shadow: 0 4px 3px 0px rgba(27, 38, 42, 0.19);
}
.post-page .card-single .date-left,
.post-page .card-single .date-right {
  text-align: center;
}
.post-page .card-single .date-left .date-card,
.post-page .card-single .date-right .date-card {
  background: #ffc555;
  border-radius: 1rem 0 0 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  text-decoration: none;
  width: 90px;
  font-size: 3rem;
  text-align: center;
  height: 60px;
  font-weight: 700;
  color: #105e6f;
  padding: 0.25rem;
  box-shadow: 0 3px 3px 0px rgba(27, 38, 42, 0.1607843137);
  line-height: 1;
}
.post-page .card-single .date-left .date-card span,
.post-page .card-single .date-right .date-card span {
  height: 2.5rem;
}
.post-page .card-single .date-left .date-text,
.post-page .card-single .date-right .date-text {
  font-weight: 700;
}
.post-page .card-single .date-left .date-text span,
.post-page .card-single .date-right .date-text span {
  display: block;
}
.post-page .card-single .date-left .date-card {
  border-radius: 0 1rem 1rem 0;
}
.post-page .card-single .single-days {
  display: flex;
  justify-content: space-evenly;
  max-width: 290px;
  margin: 0rem auto 2rem;
}
.post-page .card-single .single-days .days-left {
  text-align: center;
}
.post-page .card-single .single-days .days-left .progressbar-box svg circle:nth-child(2) {
  stroke: #c18614;
}
.post-page .card-single .single-days .days-left .progressbar-box .pr-inner {
  color: #c18614;
}
.post-page .card-single .single-days .days-label {
  margin: 0.5rem 0;
  font-size: 1.1rem;
  text-align: center;
  color: #cf3100;
}
.post-page .card-single .date-text {
  font-weight: 700;
  padding: 0.5rem;
  font-size: 13px;
}

.auth-page .card {
  border-radius: 1rem;
  border: none;
  box-shadow: 0px 3px 8px 1px #dae1e6;
  width: 400px;
  margin: 2rem auto;
}
.auth-page .card-header {
  border-radius: 1rem 1rem 0 0;
  text-align: center;
  border-bottom: none;
  background: #ffc555;
  color: #105e6f;
  font-size: 1.3rem;
  padding: 0.5rem;
}
.auth-page .card-body {
  padding: 1.5rem;
  background: #f7f9fb;
  border-radius: 0 0 1rem 1rem;
}
.auth-page .form-group {
  margin-bottom: 0.5rem;
}
.auth-page .form-control {
  background-color: #fff !important;
  border: none;
  border-radius: 12px;
}
.auth-page .btn-primary {
  background-color: #16758a;
  color: #fff;
  border: none;
  border-radius: 1rem;
}

.settings-page {
  padding: 0.5rem 0;
}

.error-page {
  text-align: center;
  height: 58vh;
  min-height: calc(100vh - 290px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.error-page img {
  width: 120px;
}
