body {
  overflow-x: hidden;
}

#navbar {
  position: sticky;
  top: 0;
  padding: 10px;
  transition: 0.5s;
  background: #fff;
  z-index: 3;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}
#navbar .logo_anchor {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  width: 30px;
  height: 30px;
  background: url("./../images/icons/logo.svg") center no-repeat;
  background-size: 100%;
}
#navbar #menu_toggler {
  width: 35px;
  background: none;
}
#navbar #menu_toggler span {
  display: block;
  height: 3px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(0deg);
  transition: 0.5s;
  margin-bottom: 4px;
  background: #444;
  pointer-events: none;
}
#navbar #close_menu_toggler {
  width: 35px;
  background: none;
  color: #EE4139;
  font-size: 14pt;
}
#navbar .primary_btn {
  height: 30px;
  border: #EE4139 0.2em solid;
  color: #EE4139;
  font-weight: bold;
  background: none;
}
#navbar #anchor_section {
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  right: -100%;
  transition: 0.5s;
  z-index: 8;
  display: block;
}
#navbar #anchor_section strong {
  font-size: 12pt;
}
#navbar #anchor_section a {
  display: block;
  font-size: 11pt;
  color: #444;
  text-align: left;
  width: 100%;
  padding: 10px;
  padding-left: 20px;
}
#navbar #anchor_section a.mini_primary_btn {
  color: #fff;
  height: -moz-fit-content;
  height: fit-content;
}
#navbar.active .anchor a, #navbar.active .anchor button {
  color: #444;
}

#footer {
  background-size: cover;
  font-size: 9pt;
  background: #3a5b69 url("./../images/icons/inkycode_logo.svg") no-repeat -100px -100px;
  background-size: cover;
  min-height: 250px;
  color: #fff;
  padding-top: 15px;
  position: relative;
  z-index: 0;
}
#footer h2 {
  color: rgba(255, 255, 255, 0.7);
  padding: 0;
  font-size: 12pt;
  margin-top: 20px;
}
#footer .label {
  color: #999;
}
#footer a {
  color: #fff;
  border-bottom: 0.1em solid rgba(0, 0, 0, 0.2);
  padding: 5px;
}
#footer svg {
  fill: #fff;
}
#footer .footer_bottom {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
}

form {
  background: #fff;
}
form .title {
  font-size: 11pt;
  color: #444;
  margin-bottom: 15px;
}

input[type=file] {
  display: none;
}

.input_container {
  margin-top: 5px;
}
.input_container .label {
  color: #555;
}
.input_container input, .input_container select, .input_container .date_btn, .input_container .input_info {
  height: 40px;
  border: 0.1em solid #ccc;
}
.input_container textarea, .input_container .editable_container {
  min-height: 200px;
  border: 0.1em solid #ccc;
  border-radius: 5px;
}
.input_container .tag_container {
  height: 100px;
  border: 0.1em solid #ccc;
  border-radius: 5px;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  color: #aaa;
  padding: 10px;
}
.input_container .tag_container .tag {
  height: 30px;
  border-radius: 15px;
  border: 0.1em solid #ccc;
  font-size: 9pt;
  color: #000;
  margin-right: 3px;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px;
}
.input_container .tag_container .tag button {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 0.1em solid #ccc;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.input_container select {
  font-size: 9pt;
}

.album_card {
  cursor: pointer;
}
.album_card img, .album_card video {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.tab_container .tab_btns_section {
  display: flex;
}
.tab_container .tab_btns_section button {
  height: 50px;
  border-radius: 0;
  width: 110px;
  transition: 0.5s;
}
.tab_container .tab_btns_section button:first-child {
  background: #aaa;
}
.tab_container .tab_btns_section button:nth-child(2) {
  background: #ccc;
}
.tab_container .tab_btns_section button:last-child {
  background: #eee;
}
.tab_container .tab_btns_section button.active {
  background: #fff;
  position: relative;
  border: 0.1em solid #ccc;
  border-bottom: 0;
  font-weight: bold;
}
.tab_container .slider_container {
  overflow: hidden;
  width: 100%;
  padding: 0;
  background: #fff;
}
.tab_container .slider_container .tab_slider {
  display: flex;
  position: relative;
  left: 0;
  transition: 0.5s;
}
.tab_container .slider_container .tab_slider .tab {
  min-width: 100%;
  max-width: 100%;
  border: 0.1em solid #ccc;
  min-height: 250px;
  max-height: 500px;
  overflow-y: auto;
  padding: 15px;
}

.label {
  text-align: left;
  color: #777;
  font-size: 9pt;
}

.media_container {
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
.media_container .preview_media {
  width: 100%;
  height: 350px;
  background: #eee;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.media_container .preview_media.long {
  height: 350px;
  width: 250px;
}
.media_container .preview_media:not(img) {
  border: 0.1em solid #ccc;
}
.media_container label {
  background: #EE4139;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  color: #fff;
}
.media_container label svg {
  fill: #fff;
  width: 15px;
  height: 15px;
}

.info {
  font-size: 8pt;
  color: #444;
}

.primary_btn {
  background: #EE4139;
  transition: 1s;
  position: relative;
  border-radius: 5px;
  color: #fff;
  padding: 0 10px;
  height: 40px;
  min-width: 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.primary_btn:hover {
  top: 2px;
}

.secondary_btn {
  background: #26A9DF;
  transition: 1s;
  position: relative;
  border-radius: 5px;
  color: #fff;
  padding: 0 10px;
  height: 40px;
  min-width: 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.secondary_btn:hover {
  top: 2px;
}
.secondary_btn:hover:after {
  top: 6px;
}

.edit_btn {
  background: none;
  font-weight: bold;
  transition: 1s;
  position: relative;
  border-radius: 5px;
  color: #fff;
  background: rgb(73, 206, 73);
  padding: 0 10px;
  height: 35px;
  min-width: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.edit_btn:hover {
  top: 2px;
}
.edit_btn:hover:after {
  top: 6px;
}
.edit_btn svg {
  fill: rgb(73, 206, 73);
  margin-left: 5px;
  width: 15px;
  height: 15px;
}

.grey_btn {
  background: linear-gradient(to bottom, grey 50%, #444 50%);
  transition: 1s;
  position: relative;
  border-radius: 20px 0 20px 20px;
  color: #fff;
  padding: 0 10px;
  height: 40px;
  min-width: 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.grey_btn:hover {
  top: 2px;
}
.grey_btn:hover:after {
  top: 6px;
}

.mini_primary_btn {
  background: rgba(128, 0, 128, 0.7);
  color: #fff;
  padding: 0 5px;
  height: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.danger_btn {
  background: #EE4139;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  min-width: 50px;
  height: 35px;
  padding: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.danger_btn svg {
  fill: #fff;
  width: 20px;
  height: 20px;
  pointer-events: none;
}

.remove_btn {
  background: #EE4139;
  border-radius: 50%;
  color: #fff;
  width: 20px;
  height: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.remove_btn svg {
  fill: #fff;
  width: 15px;
  height: 15px;
  pointer-events: none;
}

.close_btn {
  background: #EE4139;
  border-radius: 5px;
  color: #fff;
  width: 30px;
  height: 30px;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.close_btn svg {
  fill: #fff;
  width: 15px;
  height: 15px;
  pointer-events: none;
}

.no_colour_btn {
  background: none;
  border-radius: 5px;
  color: #444;
  border: 0.1em solid #ccc;
  height: 40px;
  padding: 5px;
  min-width: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
}
.no_colour_btn svg {
  fill: #444;
  width: 15px;
  height: 15px;
  pointer-events: none;
  margin-left: 5px;
}

.white_btn {
  background: #fff;
  border-radius: 5px;
  color: #444;
  height: 40px;
  padding: 5px;
  min-width: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
}
.white_btn svg {
  fill: #444;
  width: 15px;
  height: 15px;
  pointer-events: none;
  margin-left: 5px;
}

.other_btn {
  background: none;
  text-decoration: underline;
  color: #EE4139;
  font-size: 12pt;
}

.card_header {
  margin-bottom: 10px;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  min-height: 40px;
  align-items: center;
  justify-content: space-between;
  color: #444;
  font-weight: bold;
  font-size: 12pt;
  border-bottom: 0.1em solid #ccc;
}
.card_header h3 {
  padding: 0;
}
.card_header .count {
  font-weight: bold;
}
.card_header .label_section {
  display: flex;
  align-items: center;
}
.card_header .tips {
  color: #aaa;
}
.card_header select {
  background: #fff;
  border-radius: 10px;
  border: 0;
  font-size: 9pt;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  border: 0.1em solid #ccc;
  outline: none;
  height: 35px;
}

.section_title {
  font-size: 16pt;
  padding: 0;
  color: #aaa;
}

.list_card {
  background: #fff;
  border-radius: 10px;
  margin-top: 15px;
  border: 0.1em solid #ccc;
  min-height: 250px;
}
.list_card .body {
  padding: 10px;
}
.list_card .body .item {
  background: #f7f7f7;
  border-radius: 10px;
  margin: 3px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px;
  color: #444;
  transition: 0.5s;
}
.list_card .body .item:nth-child(even) {
  background: rgba(225, 165, 0, 0.05);
  border: 0;
}
.list_card .body .item .image {
  width: 50px;
  height: 0px;
  border-radius: 50%;
}
.list_card .body .item .image img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
}
.list_card .body .item .writeup_section {
  width: calc(100% - 90px);
}
.list_card .body .item .writeup_section .title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list_card .body .item .writeup_section.link {
  cursor: pointer;
}
.list_card .body .item .writeup_section .time {
  color: #aaa;
  font-size: 8pt;
}
.list_card .body .item .amount {
  font-weight: bold;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 80px;
  height: 50px;
}
.list_card .page_control_section .nav_btn {
  background: none;
  width: 30px;
  height: 30px;
  border: 0.1em solid #ccc;
  font-weight: bold;
}

.empty {
  font-weight: bold;
  color: #ccc;
  font-size: 12pt;
  width: 100%;
}

.chart_card {
  background: #fff;
  padding: 15px;
  min-height: 250px;
  border-radius: 5px;
}

.horizontal_scrolling_container {
  width: 100%;
  overflow: hidden;
}
.horizontal_scrolling_container .slider_container {
  min-width: 100%;
  overflow-x: auto;
}
.horizontal_scrolling_container .slider_container::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
          appearance: none;
}
.horizontal_scrolling_container .slider_container .slider {
  display: flex;
  position: relative;
  left: 0;
  transition: 0.5s;
}
.horizontal_scrolling_container .slider_container .slider .frame {
  height: 300px;
  min-width: 200px;
  max-width: 200px;
  margin: 5px;
  background: #fff;
  position: relative;
}
.horizontal_scrolling_container .slider_container .slider .frame img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.horizontal_scrolling_container .slider_container .slider .frame .cover {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 70%, #26A9DF 100%);
  width: 100%;
  height: 300px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  padding: 10px;
}
.horizontal_scrolling_container .slider_container .slider .frame .cover .caption {
  bottom: 0;
  color: #fff;
}
.horizontal_scrolling_container .slider_container .slider .activity_card {
  height: 300px;
  min-width: 200px;
  max-width: 200px;
  margin: 5px;
  background: #fff;
  position: relative;
}

.flex_card {
  border: 0.1em solid #ccc;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 15px;
  background: #fff;
}
.flex_card .content_section {
  border-radius: 0;
  transform: rotate(0deg);
  background: #fff;
  padding: 10px;
  height: -moz-fit-content;
  height: fit-content;
  color: #555;
}

.card {
  height: 500px;
  border: 0.1em solid #ccc;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 15px;
  background: #fff;
}
.card .image_section {
  height: -moz-fit-content;
  height: fit-content;
  background: #eee;
  display: flex;
  align-items: center;
}
.card .image_section img {
  border-radius: 20px 0 0 20px;
  height: 300px;
  -o-object-position: top;
     object-position: top;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card .image_section video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  height: 300px;
  border-radius: 20px 0 0 20px;
}
.card .content_section {
  border-radius: 0;
  transform: rotate(0deg);
  background: #fff;
  margin-top: -30px;
  margin-left: 0px;
  height: -moz-fit-content;
  height: fit-content;
  color: #555;
}
.card .content_section .inner_content {
  transform: rotate(0deg);
  padding: 15px;
  position: relative;
}
.card .content_section .inner_content h3 {
  font-size: 64pt;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  color: rgba(0, 0, 0, 0.1);
}
.card .content_section .inner_content .title {
  font-weight: bold;
  font-size: 10pt;
  color: #000;
}

.stats_card {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  min-height: 70px;
}
.stats_card .card_header {
  margin-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
  height: 40px;
  align-items: center;
  justify-content: space-between;
}
.stats_card .card_header .count {
  font-weight: bold;
}
.stats_card .top_row {
  background: #f7f7f7;
  font-weight: bold;
  border-bottom: 0.1em solid #ccc;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
}
.stats_card .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px;
  color: #777;
  align-items: center;
}
.stats_card .item:nth-child(odd) {
  background: rgba(255, 165, 0, 0.2);
  color: #222;
}
.stats_card .item .label {
  width: 50%;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.stats_card .item .count, .stats_card .item .percentage {
  width: 25%;
  text-align: right;
  font-weight: bold;
}
.stats_card .item svg {
  width: 18px;
  height: 18px;
  margin: 10px;
  fill: #444;
}

.message_card {
  background: #fff;
  padding: 15px;
  border-radius: 5px;
}

.email_card {
  border: 0.1em solid #ccc;
  border-radius: 5px;
  padding: 10px;
}

.vertical_details_card {
  background: #fff;
  position: relative;
  min-height: 400px;
}
.vertical_details_card .image_section {
  width: 100%;
  max-height: -moz-fit-content;
  max-height: fit-content;
  position: relative;
}
.vertical_details_card .image_section .slider_container {
  overflow: hidden;
}
.vertical_details_card .image_section .slider_container .slider {
  display: flex;
  position: relative;
  left: 0;
  transition: 0.5s;
}
.vertical_details_card .image_section .frame {
  min-width: 100%;
  max-width: 100%;
  aspect-ratio: 3 4;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  background: #eee;
  border-bottom: 0.1em solid #ccc;
}
.vertical_details_card .slider_controls {
  display: flex;
  flex-wrap: wrap;
}
.vertical_details_card .slider_controls .indicator {
  width: 30px;
  height: 10px;
  background: #eee;
  border-radius: 5px;
  margin: 5px;
  cursor: pointer;
  transition: 0.5s;
}
.vertical_details_card .slider_controls .indicator.active {
  background: #26A9DF;
  width: 50px;
}
.vertical_details_card .body_section {
  padding: 15px;
  color: #555555;
}
.vertical_details_card .body_section strong {
  color: #444;
  font-size: 8pt;
}
.vertical_details_card .body_section .placeholder {
  background: #eee;
  height: 30px;
  margin-bottom: 10px;
}
.vertical_details_card .body_section .price {
  font-size: 10pt;
  font-weight: bold;
}

.gallery_modal .header {
  color: #fff;
  height: 60px;
  font-size: 14pt;
}
.gallery_modal .header button {
  background: none;
  font-size: 16pt;
  color: #fff;
  width: 40px;
  height: 40px;
  border: 0.1em solid #ccc;
}

#gallery_page .media_display_area {
  background: #fff;
  border: 0.1em solid #ccc;
  padding: 15px;
}
#gallery_page .media_display_area img {
  border: 0.1em solid #ccc;
}

.slider_container {
  overflow: hidden;
  position: relative;
}
.slider_container .slider {
  display: flex;
  position: relative;
  left: 0;
  transition: 0.5s;
}
.slider_container .slider img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
.slider_container .slider video {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
.slider_container .slider .frame {
  min-width: 100%;
  max-width: 100%;
  height: calc(100vh - 150px);
  -o-object-fit: contain;
     object-fit: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  -o-object-position: center;
     object-position: center;
}
.slider_container .slider .frame img {
  height: 100%;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}
.slider_container .scroll_btn_container {
  position: absolute;
  top: 50%;
  width: calc(100% - 20px);
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
}
.slider_container .scroll_btn_container button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.slider_container .scroll_btn_container button::after {
  position: absolute;
  content: "";
  background: #444;
  width: 25px;
  height: 25px;
}
.slider_container .scroll_btn_container button:first-child::after {
  -webkit-clip-path: polygon(0 50%, 100% 0%, 100% 100%);
          clip-path: polygon(0 50%, 100% 0%, 100% 100%);
  left: 10px;
}
.slider_container .scroll_btn_container button:last-child::after {
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  right: 10px;
}

.book {
  overflow-x: hidden;
  padding: 0;
  background: none;
}
.book .book_bind {
  display: flex;
  position: relative;
  left: 0%;
  transition: 0.5s;
  padding: 0;
  width: 100%;
  align-items: flex-start;
}
.book .book_bind .book_page {
  min-width: 100%;
  max-width: 100%;
  padding: 15px;
  height: -moz-fit-content;
  height: fit-content;
  background: #fff;
}
.book .book_bind .book_page .title {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.book .book_bind .book_page .title:after {
  width: calc(100% - 150px);
  position: absolute;
  content: "";
  height: 2px;
  background: #ccc;
  right: 0;
}
.book .book_bind .book_page .content_section {
  height: 70vh;
  overflow-y: auto;
  margin-bottom: 10px;
  text-align: left;
  padding: 10px;
}
.book .book_bind .book_page .lower_section {
  height: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}

#notification {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 260px;
  z-index: 99;
}
#notification .label {
  font-weight: bold;
  padding: 10px;
  border-radius: 10px;
}
#notification .label .title {
  color: #fff;
}
#notification .message {
  padding: 10px;
  color: #555;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  height: -moz-fit-content;
  height: fit-content;
}
#notification.error .label {
  background: linear-gradient(to left, rgb(158, 31, 31), red);
  color: #fff;
}
#notification.error .icon {
  width: 30px;
  height: 30px;
  position: relative;
  padding: 10px;
}
#notification.error .icon:before {
  width: 2px;
  height: 20px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 0;
  animation: grow_zero 2s infinite;
  transform: rotate(45deg);
  transform-origin: 2px 30px;
}
#notification.error .icon:after {
  width: 2px;
  height: 20px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 0;
  animation: grow_one 2s infinite;
  transform: rotate(-45deg);
  transform-origin: 15px -6px;
}
@keyframes grow_zero {
  0% {
    height: 0;
  }
  5% {
    height: 20px;
  }
  70% {
    height: 20px;
  }
  75% {
    height: 0;
  }
  100% {
    height: 0;
  }
}
@keyframes grow_one {
  0% {
    height: 0;
  }
  5% {
    height: 0px;
  }
  10% {
    height: 20px;
  }
  75% {
    height: 20px;
  }
  80% {
    height: 0;
  }
  100% {
    height: 0;
  }
}
#notification.info {
  display: block;
}
#notification.info .label {
  background: linear-gradient(to left, #26A9DF, skyblue);
}
#notification.info .icon {
  position: relative;
  padding: 10px;
  padding-left: 25px;
}
#notification.info .icon:before {
  width: 20px;
  height: 20px;
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  content: "!";
  color: #fff;
  border-radius: 50%;
  animation: toggle_scale 2s infinite;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.2em solid #fff;
  transform: scale(1);
}
@keyframes toggle_scale {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.1);
  }
  25% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.1);
  }
  35% {
    transform: scale(1);
  }
  60% {
    transform: scale(1.1);
  }
  85% {
    transform: scale(1);
  }
  90% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
#notification.success .label {
  background: linear-gradient(to left, rgb(40, 145, 40), rgb(84, 219, 84));
}
#notification.success .icon {
  width: 30px;
  height: 30px;
  position: relative;
  padding: 10px;
}
#notification.success .icon:before {
  width: 2px;
  height: 20px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 0;
  animation: grow 2s infinite;
  transform: rotate(-45deg);
  transform-origin: 18px 0;
}
#notification.success .icon:after {
  width: 2px;
  height: 20px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 0;
  animation: grow_two 2s infinite;
  transform: rotate(45deg);
  transform-origin: 8px 33px;
}
@keyframes grow {
  0% {
    height: 0;
  }
  5% {
    height: 5px;
  }
  70% {
    height: 10px;
  }
  75% {
    height: 0;
  }
  100% {
    height: 0;
  }
}
@keyframes grow_two {
  0% {
    height: 0;
  }
  5% {
    height: 0px;
  }
  10% {
    height: 20px;
  }
  75% {
    height: 20px;
  }
  80% {
    height: 0;
  }
  100% {
    height: 0;
  }
}
#notification.processing {
  color: #444;
}
#notification.processing .label {
  background: #EE4139;
  animation: shimmer infinite 1s;
  border-radius: 10px;
}
#notification.processing .icon {
  width: 20px;
  margin-right: 2px;
  height: 20px;
  position: relative;
  padding: 10px;
  border: 0.2em solid #fff;
  border-right: 0.2em solid transparent;
  border-radius: 50%;
  animation: spin 1s infinite linear;
  transform: rotate(0deg);
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes shimmer {
  0% {
    background: #EE4139;
  }
  50% {
    background: #26A9DF;
  }
  100% {
    background: #EE4139;
  }
}

#page_loading {
  background: rgb(246, 248, 249);
  opacity: 1;
  transition: 1s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#page_loading.disappear {
  opacity: 0;
}
#page_loading:before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  border: 0.2em solid transparent;
  animation: loading_spin 3s infinite linear;
}
@keyframes loading_spin {
  0% {
    transform: rotate(360deg);
    border-right: 0.2em solid #26A9DF;
  }
  50% {
    border-right: 0.2em solid #EE4139;
  }
  100% {
    transform: rotate(0deg);
    border-right: 0.2em solid #26A9DF;
  }
}
#page_loading:after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  border: 0.2em solid transparent;
  animation: loading_spin_after 3s infinite linear;
}
@keyframes loading_spin_after {
  0% {
    transform: rotate(0deg);
    border-right: 0.2em solid #EE4139;
  }
  50% {
    border-right: 0.2em solid #26A9DF;
  }
  100% {
    transform: rotate(360deg);
    border-right: 0.2em solid #EE4139;
  }
}

#loading {
  background: none;
  width: 100%;
  height: 50vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#loading:before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  border: 0.2em solid transparent;
  animation: loading_spin 3s infinite linear;
}
@keyframes loading_spin {
  0% {
    transform: rotate(360deg);
    border-right: 0.2em solid #26A9DF;
  }
  50% {
    border-right: 0.2em solid #EE4139;
  }
  100% {
    transform: rotate(0deg);
    border-right: 0.2em solid #26A9DF;
  }
}
#loading:after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  border: 0.2em solid transparent;
  animation: loading_spin_after 3s infinite linear;
}
@keyframes loading_spin_after {
  0% {
    transform: rotate(0deg);
    border-right: 0.2em solid #EE4139;
  }
  50% {
    border-right: 0.2em solid #26A9DF;
  }
  100% {
    transform: rotate(360deg);
    border-right: 0.2em solid #EE4139;
  }
}

.paper {
  background: #fff;
  box-shadow: 8px 16px 2px 1px rgba(0, 0, 0, 0.05);
  min-height: 200px;
  padding: 15px;
}
.paper .header button {
  background: none;
  border: 0.1em solid #ccc;
  padding: 5px;
}
.paper .header button.active {
  background: gold;
  border: 0;
}
.paper .order_card {
  background: rgba(50, 67, 115, 0.02);
}
.paper .order_card:nth-child(even) {
  background: #fff;
}

.modal {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  height: 100vh;
  overflow-y: auto;
  padding: 15px;
  left: 0;
  width: 100%;
  z-index: 4;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.modal .display_box {
  background: #fff;
  min-height: 150px;
  position: relative;
}
.modal .display_box .box_header {
  padding: 10px;
  border-bottom: 0.1em solid #ccc;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  color: #aaa;
  font-size: 12pt;
  font-weight: bold;
}
.modal .display_box .query_section {
  padding: 10px;
  width: 100%;
}
.modal .display_box .content_section {
  padding: 10px;
  width: 100%;
  text-align: center;
}
.modal .display_box .button_section {
  padding: 10px;
  width: 100%;
}
.modal .display_box .cancel_btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  right: -15px;
  font-weight: bold;
  background: #fff;
}
.modal .display_box .product_card {
  height: 280px;
}
.modal .display_box .spinner {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 0.15em solid #000;
  margin: 0 auto;
  border-right-color: #aaa;
  animation: spin 0.5s infinite linear;
  transform: rotate(0deg);
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.report_card {
  padding: 10px;
  cursor: pointer;
  background: #fff;
  border-radius: 5px;
  box-shadow: 1px 1px 2px 5px rgba(0, 0, 0, 0.03);
}

@media only screen and (min-width: 992px) {
  .card {
    height: 250px;
    border: 0.1em solid #ccc;
    overflow: hidden;
    border-radius: 20px;
    cursor: pointer;
  }
  .card .image_section {
    height: inherit;
  }
  .card .image_section img {
    border-radius: 20px 0 0 20px;
    -o-object-position: top;
       object-position: top;
    -o-object-fit: cover;
       object-fit: cover;
    height: inherit;
    width: 100%;
  }
  .card .image_section video {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    height: inherit;
    border-radius: 20px 0 0 20px;
  }
  .card .content_section {
    border-radius: 15% 20px 20px 10%;
    transform: rotate(-5deg);
    height: calc(100% + 10px);
    background: #fff;
    margin-left: -30px;
    margin-top: -10px;
  }
  .card .content_section .inner_content {
    transform: rotate(5deg);
    padding: 15px;
    position: relative;
    left: 30px;
  }
  .card .content_section .inner_content h3 {
    font-size: 64pt;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    color: rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (min-width: 992px) {
  #navbar #anchor_section {
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    top: 0;
    right: 0%;
    transition: 0.5s;
    z-index: 8;
    display: flex;
  }
  #navbar #anchor_section strong {
    font-size: 12pt;
  }
  #navbar #anchor_section a {
    display: flex;
    font-size: 9pt;
    color: #444;
    text-align: left;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px;
    padding: 0;
  }
  #navbar #anchor_section a.mini_primary_btn {
    color: #fff;
    height: -moz-fit-content;
    height: fit-content;
  }
  #navbar #anchor_section #small_screen_menu_component {
    display: none;
  }
  #navbar #menu_toggler {
    display: none;
  }
}
#dashboard_container {
  background: rgb(232, 232, 239);
  min-height: 100vh;
}
#dashboard_container .side_bar_section {
  background: #26A9DF;
  height: 100vh;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 3;
}
#dashboard_container .side_bar_section a, #dashboard_container .side_bar_section button {
  margin: 0px 5px;
  display: flex;
  margin-bottom: 15px;
  width: 100%;
  background: none;
  padding: 5px;
  border-radius: 5px;
  color: #fff;
}
#dashboard_container .side_bar_section a .label, #dashboard_container .side_bar_section button .label {
  color: #fff;
}
#dashboard_container .side_bar_section a .icon, #dashboard_container .side_bar_section button .icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: none;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#dashboard_container .side_bar_section a .icon svg, #dashboard_container .side_bar_section button .icon svg {
  width: 15px;
  height: 15px;
  fill: #fff;
}
#dashboard_container .side_bar_section #close_menu_btn {
  font-size: bold;
  font-size: 14pt;
  background: rgba(255, 255, 255, 0.5);
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px;
}
#dashboard_container .side_bar_section .drop_down_menu {
  height: 0;
  overflow: hidden;
}
#dashboard_container .display_section .top_tool_bar {
  height: 60px;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 2;
}
#dashboard_container .display_section .top_tool_bar a {
  margin: 5px;
}
#dashboard_container .display_section .top_tool_bar #user_profile_image {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #bbb;
  outline: none;
  border: 0;
}
#dashboard_container .display_section .top_tool_bar .menu_toggler {
  width: 35px;
  background: none;
}
#dashboard_container .display_section .top_tool_bar .menu_toggler span {
  display: block;
  height: 3px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(0deg);
  transition: 0.5s;
  margin-bottom: 4px;
  background: #444;
  pointer-events: none;
}
#dashboard_container .display_section .link_card {
  background: #fff;
  border-radius: 5px;
  height: 100px;
  position: relative;
  padding: 10px;
  cursor: pointer;
  min-width: 180px;
  margin: 2px;
  border: 0.1em solid #ccc;
}
#dashboard_container .display_section .link_card .label {
  background: none;
  border: 0.1em solid #ccc;
  border-radius: 5px;
  padding: 2px 10px;
  color: #555;
  font-size: 10pt;
  position: absolute;
  top: 35%;
  left: 10px;
}
#dashboard_container .display_section .link_card .value {
  font-size: 24pt;
  font-weight: bold;
  text-align: right;
  color: #555;
  z-index: 2;
}
#dashboard_container .display_section .white_cover_page {
  background: #fff;
  border-radius: 5px;
}
#dashboard_container .display_section .white_cover_page #header_section #header_image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
#dashboard_container .display_section .white_cover_page #header_section #header_title {
  color: #444;
}
#dashboard_container .display_section #do_more_modal, #dashboard_container .display_section #support_modal {
  position: fixed;
  bottom: 10px;
  right: 10px;
}
#dashboard_container .display_section #do_more_modal #do_more_list, #dashboard_container .display_section #support_modal #do_more_list {
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  transform: scale(0);
  transform-origin: 100% 100%;
  transition: 0.5s;
  border: 0.1em solid #ccc;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  position: fixed;
  bottom: 10px;
  right: 10px;
}
#dashboard_container .display_section #do_more_modal #do_more_list .list, #dashboard_container .display_section #support_modal #do_more_list .list {
  background: #fff;
  border-radius: 5px;
  display: none;
  position: relative;
  margin: 30px 0;
}
#dashboard_container .display_section #do_more_modal #do_more_list .list a, #dashboard_container .display_section #support_modal #do_more_list .list a {
  padding: 10px;
  color: #444;
  border-bottom: 0.1em solid #eee;
  display: block;
  width: calc(100% - 20px);
}
#dashboard_container .display_section #do_more_modal #do_more_list .list a:last-child, #dashboard_container .display_section #support_modal #do_more_list .list a:last-child {
  border-bottom: 0;
}
#dashboard_container .display_section #do_more_modal #do_more_list .list .cancel_btn, #dashboard_container .display_section #support_modal #do_more_list .list .cancel_btn {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  color: #fff;
  background: #EE4139;
  font-weight: bold;
  font-size: 12pt;
}
#dashboard_container .display_section #do_more_modal #do_more_list.active, #dashboard_container .display_section #support_modal #do_more_list.active {
  transform: scale(1);
  bottom: 0px;
  right: 0px;
}
#dashboard_container .display_section #do_more_modal #do_more_list.active .list, #dashboard_container .display_section #support_modal #do_more_list.active .list {
  display: flex;
  flex-wrap: wrap;
}
#dashboard_container .display_section #do_more_modal #do_more_list.active span, #dashboard_container .display_section #support_modal #do_more_list.active span {
  display: none;
}
#dashboard_container .display_section #do_more_modal #do_more_btn, #dashboard_container .display_section #support_modal #do_more_btn {
  background: royalblue;
  position: relative;
  width: 50px;
  transition: 0.5s;
  transform: scale(1);
  height: 50px;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#dashboard_container .display_section #do_more_modal #do_more_btn.inactive, #dashboard_container .display_section #support_modal #do_more_btn.inactive {
  transform: scale(0);
}
#dashboard_container .display_section #do_more_modal #do_more_btn span, #dashboard_container .display_section #support_modal #do_more_btn span {
  width: 5px;
  height: 5px;
  display: block;
  background: #fff;
  border-radius: 50%;
  margin: 3px;
  pointer-events: none;
}
#dashboard_container .display_section .template_card {
  background: #fff;
  height: 280px;
}
#dashboard_container .display_section .template_card img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
#dashboard_container .display_section #support_link {
  background: royalblue;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 50px;
  transition: 0.5s;
  transform: scale(1);
  height: 50px;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#dashboard_container .display_section #support_link.inactive {
  transform: scale(0);
}
#dashboard_container .display_section #support_link span {
  width: 5px;
  height: 5px;
  display: block;
  position: relative;
  top: 0;
  background: #fff;
  border-radius: 50%;
  margin: 3px;
  pointer-events: none;
  transition: 0.5s;
}
#dashboard_container .display_section #support_link:hover span {
  top: 5px;
}
#dashboard_container .display_section #support_link:hover span:nth-child(2) {
  top: -5px;
}
#dashboard_container.dark_mode .side_bar_section {
  background: #aaa;
  height: calc(100vh - 40px);
  border-radius: 10px;
}

@media only screen and (min-width: 992px) {
  #dashboard_container {
    background: rgb(232, 232, 239);
    min-height: 100vh;
  }
  #dashboard_container .side_bar_section {
    left: 0%;
  }
  #dashboard_container .side_bar_section #close_menu_btn {
    display: none;
  }
  #dashboard_container .display_section .top_tool_bar .menu_toggler {
    display: none;
  }
}
.home .banner {
  background: url("./../images/home/sorting_med_supplies.jpg") no-repeat top;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}
.home .banner .cover {
  color: #fff;
  overflow: hidden;
  position: relative;
  height: 400px;
  background: rgba(58, 91, 105, 0.6666666667);
}
.home .banner .hero_text_section {
  height: inherit;
  padding-top: 60px;
  font-size: 12pt;
}
.home .banner .hero_text_section h1 {
  font-size: 28pt;
  line-height: 28pt;
  font-family: "Arial", Georgia, "Times New Roman", Times, serif;
  letter-spacing: 2px;
  text-align: center;
}
.home .focus {
  position: relative;
  background: #fff;
  margin-top: 30px;
}
.home .focus span {
  color: #EE4139;
}
.home .focus .section_title {
  z-index: 1;
}
.home .focus .writeup_section {
  position: relative;
}
.home .focus .writeup_section .title_image {
  position: absolute;
  z-index: 0;
  opacity: 0.4;
}
.home .focus .number {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #e26761;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.home .focus .text_container {
  z-index: 1;
}
.home .focus .focus_container .focus_card {
  background: url("./../images/home/women_empowerment.jpg") no-repeat top;
  border-radius: 10px;
  background-size: cover;
  font-size: 9pt;
  font-weight: bold;
  position: relative;
  aspect-ratio: 1;
  border-radius: 5px;
  background-size: cover;
}
.home .focus .focus_container:nth-child(2) .focus_card {
  background: url("./../images/home/drug_prescription.jpg") no-repeat top;
  background-size: cover;
  margin-top: -100px;
  border: 0.4em solid #fff;
  border-radius: 10px;
}
.home .focus .focus_container:nth-child(3) .focus_card {
  background: url("./../images/home/students_and_oehf.jpg") no-repeat top;
  background-size: cover;
  margin-top: -50px;
  border: 0.4em solid #fff;
  border-radius: 10px;
}
.home .stats {
  position: relative;
  margin-top: 20px;
  color: #777;
  background: #f7f7f7;
}
.home .stats .header {
  padding: 5px 10px;
  border-radius: 5px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12pt;
  font-weight: bold;
}
.home .stats .header svg {
  fill: #fff;
  margin-right: 5px;
}
.home .stats .stats_card {
  background: none;
  color: #444;
  background: #fff;
  height: 300px;
  position: relative;
}
.home .stats .stats_card:first-child {
  background: #e26761;
  color: #fff;
  border-radius: 30px 30px 0 0;
}
.home .stats .stats_card:last-child {
  background: #78b7d1;
  color: #fff;
  border-radius: 0 0 30px 30px;
}
.home .stats .stats_card:last-child:after {
  content: "";
  position: absolute;
  bottom: 90%;
  width: 70px;
  height: 50px;
  border-radius: 0 0 10px 10px;
  left: 0;
  background: #e26761;
}
.home #activity_scroll_section .frame {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.home #activity_scroll_section .frame img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.home #activity_scroll_section .frame .title {
  position: absolute;
  background: #6699FF;
  color: #fff;
  bottom: 0;
  border-radius: 0 0 10px 10px;
  padding: 10px;
  width: 100%;
}
.home .achievements .card, .home .projects .card {
  height: 400px;
  border: 0.1em solid #ccc;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 20px;
}
.home .achievements .card .image_section, .home .projects .card .image_section {
  height: -moz-fit-content;
  height: fit-content;
}
.home .achievements .card .image_section img, .home .projects .card .image_section img {
  border-radius: 20px 0 0 20px;
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .achievements .card .content_section, .home .projects .card .content_section {
  border-radius: 0;
  transform: rotate(0deg);
  background: #fff;
  margin-top: -30px;
  margin-left: 0px;
  height: -moz-fit-content;
  height: fit-content;
}
.home .achievements .card .content_section .inner_content, .home .projects .card .content_section .inner_content {
  transform: rotate(0deg);
  padding: 15px;
  position: relative;
}
.home .achievements .card .content_section .inner_content h3, .home .projects .card .content_section .inner_content h3 {
  font-size: 64pt;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  color: rgba(0, 0, 0, 0.1);
}
.home .projects_gallery {
  position: relative;
}
.home .projects_gallery .big_scrolling_container .content_sliding_container {
  overflow-x: auto;
}
.home .projects_gallery .big_scrolling_container .content_sliding_container::-webkit-scrollbar {
  display: none;
}
.home .projects_gallery .big_scrolling_container .content_sliding_container .slider {
  display: flex;
  width: 100%;
  transition: 0.5s;
}
.home .projects_gallery .big_scrolling_container .content_sliding_container .slider .project_card {
  min-width: 250px;
  border: 0.1em solid #ccc;
}
.home .projects_gallery .big_scrolling_container .content_sliding_container .slider .project_card .project_title {
  margin-top: 5px;
  height: -moz-fit-content;
  height: fit-content;
}
.home .activities_section {
  min-height: 280px;
}
.home .activities_section .cover {
  background: #f7f7f7 url("./../images/home/activities.svg");
  min-height: 280px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.home .activities_section .cover .section_title {
  color: rgb(255, 0, 64);
}
.home .help {
  position: relative;
  color: #444;
}
.home .help .image_section {
  min-height: 250px;
  overflow: hidden;
}
.home .help .image_section .slider_container .slider {
  display: flex;
  width: 100%;
  animation: 7s scroll linear infinite;
  animation-direction: alternate-reverse;
  position: relative;
  left: 0;
}
.home .help .image_section .slider_container .slider img {
  aspect-ratio: 1;
  border-radius: 10px;
  min-width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@keyframes scroll {
  0% {
    left: 0;
  }
  30% {
    left: 0;
  }
  40% {
    left: -100%;
  }
  70% {
    left: -100%;
  }
  80% {
    left: -200%;
  }
  100% {
    left: -200%;
  }
}
.home .help .support_card {
  position: relative;
  width: calc(100% - 35px);
  height: 50px;
  margin-bottom: 20px;
  border-radius: 0 5px 5px 0;
  background: #78b7d1;
  color: #fff;
  text-align: left;
  display: flex;
  align-items: center;
  padding: 10px;
  padding-left: 45px;
}
.home .help .support_card::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 35px;
  -webkit-clip-path: polygon(0 0, 35px 0, 35px 35px, 0 50px);
          clip-path: polygon(0 0, 35px 0, 35px 35px, 0 50px);
  border-radius: 0 5px 0px 0;
  height: inherit;
  background: rgba(0, 0, 0, 0.2);
}
.home .help .support_card::after {
  content: "";
  position: absolute;
  left: -25px;
  top: -15px;
  width: 60px;
  border-radius: 0 5px 0px 0;
  box-shadow: 2px 0 1px 3px rgba(0, 0, 0, 0.1);
  height: inherit;
  background: #78b7d1;
}
.home .help .support_card:first-child, .home .help .support_card:last-child {
  background: #db726c;
}
.home .help .support_card:first-child::after, .home .help .support_card:last-child::after {
  background: #db726c;
}
.home .newsletter {
  background: url("./../images/home/group.jpg") center no-repeat;
  color: #fff;
  background-size: cover;
}
.home .newsletter h2 {
  font-size: 24pt;
  line-height: 24pt;
}
.home .newsletter .cover {
  min-height: 450px;
  background: rgba(58, 91, 105, 0.8666666667);
  align-items: space-between;
}
.home .newsletter .cover .content_section {
  background: rgba(226, 103, 97, 0.8);
  height: 300px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}
.home .newsletter .cover form {
  background: none;
  margin-bottom: 20px;
}
.home .newsletter .cover form .label {
  color: #fff;
}
.home .newsletter .cover form input {
  background: rgb(255, 255, 255);
  border: 0;
  height: 50px;
  border-radius: 5px 0 0 5px;
  font-size: 10pt;
  color: #444;
}
.home .newsletter .cover form input::-moz-placeholder {
  color: #aaa;
}
.home .newsletter .cover form input::placeholder {
  color: #aaa;
}
.home .newsletter .cover form button {
  height: 50px;
  border-radius: 0 5px 5px 0;
  font-weight: bold;
}
.home .gallery .image_card {
  aspect-ratio: 1;
  background: #eee;
  border-radius: 10px;
  transform: rotate(5deg);
  overflow: hidden;
}
.home .gallery .image_card img {
  transform: rotate(-5deg), scale(1.3);
  width: 102%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

@media only screen and (min-width: 768.1px) {
  .home .banner .cover {
    height: 500px;
  }
  .home .banner .hero_text_section h1 {
    font-size: 36pt;
    line-height: 36pt;
    font-family: "Arial", Georgia, "Times New Roman", Times, serif;
    letter-spacing: 2px;
    text-align: center;
  }
  .home .focus {
    position: relative;
    background: #fff;
    margin-top: 30px;
  }
  .home .focus span {
    color: #EE4139;
  }
  .home .focus .section_title {
    z-index: 1;
  }
  .home .focus .writeup_section {
    position: relative;
  }
  .home .focus .writeup_section .title_image {
    position: absolute;
    z-index: 0;
    opacity: 0.4;
  }
  .home .focus .number {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #e26761;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
  }
  .home .focus .text_container {
    z-index: 1;
  }
  .home .focus .focus_container .focus_card {
    background: url("./../images/home/women_empowerment.jpg") no-repeat top;
    border-radius: 10px;
    background-size: cover;
    font-size: 9pt;
    font-weight: bold;
    position: relative;
    aspect-ratio: 1;
    border-radius: 5px;
    background-size: cover;
  }
  .home .focus .focus_container:nth-child(2) .focus_card {
    background: url("./../images/home/drug_prescription.jpg") no-repeat top;
    background-size: cover;
    margin-top: -100px;
    border: 0.4em solid #fff;
    border-radius: 10px;
  }
  .home .focus .focus_container:nth-child(3) .focus_card {
    background: url("./../images/home/students_and_oehf.jpg") no-repeat top;
    background-size: cover;
    margin-top: -100px;
    border: 0.4em solid #fff;
    border-radius: 10px;
  }
  .home .stats {
    position: relative;
    margin-top: 20px;
    color: #777;
    background: #f7f7f7;
  }
  .home .stats .header {
    padding: 5px 10px;
    border-radius: 5px;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 12pt;
    font-weight: bold;
  }
  .home .stats .header svg {
    fill: #fff;
    margin-right: 5px;
  }
  .home .stats .stats_card {
    background: none;
    color: #444;
    background: #fff;
    margin-bottom: 10px;
    height: 280px;
    position: relative;
  }
  .home .stats .stats_card:first-child {
    background: #e26761;
    color: #fff;
    border-radius: 30px 0 0 30px;
  }
  .home .stats .stats_card:last-child {
    background: #78b7d1;
    color: #fff;
    border-radius: 0 30px 30px 0;
  }
  .home .stats .stats_card:last-child:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 70px;
    height: 50px;
    border-radius: 0 10px 0 0;
    left: 0;
    background: #e26761;
  }
  .home .achievements .card, .home .projects .card {
    height: 250px;
    border: 0.1em solid #ccc;
    overflow: hidden;
    border-radius: 20px;
    cursor: pointer;
  }
  .home .achievements .card .image_section, .home .projects .card .image_section {
    height: inherit;
  }
  .home .achievements .card .image_section img, .home .projects .card .image_section img {
    border-radius: 20px 0 0 20px;
    -o-object-fit: cover;
       object-fit: cover;
    height: inherit;
    width: 100%;
  }
  .home .achievements .card .content_section, .home .projects .card .content_section {
    border-radius: 15% 20px 20px 10%;
    transform: rotate(-5deg);
    height: calc(100% + 10px);
    background: #fff;
    margin-left: -30px;
    margin-top: -15px;
  }
  .home .achievements .card .content_section .inner_content, .home .projects .card .content_section .inner_content {
    transform: rotate(5deg);
    padding: 15px;
    position: relative;
  }
  .home .achievements .card .content_section .inner_content h3, .home .projects .card .content_section .inner_content h3 {
    font-size: 64pt;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    color: rgba(0, 0, 0, 0.1);
  }
  .home .achievements .card .content_section .inner_content .title, .home .projects .card .content_section .inner_content .title {
    font-weight: bold;
  }
  .home .achievements .card .content_section .inner_content span, .home .projects .card .content_section .inner_content span {
    color: #26A9DF;
  }
  .home .newsletter {
    color: #fff;
  }
  .home .newsletter h2 {
    font-size: 28pt;
  }
  .home .newsletter .cover {
    min-height: 350px;
    background: rgba(58, 91, 105, 0.6666666667);
    align-items: center;
  }
  .home .newsletter .cover .content_section {
    height: 350px;
    -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  }
  .home .newsletter .cover form {
    background: none;
    margin-bottom: 0;
  }
  .home .newsletter .cover form button {
    height: 50px;
    border-radius: 0 5px 5px 0;
    font-weight: bold;
  }
}
.about .banner {
  background: url("./../images/home/sorting_med_supplies.jpg") no-repeat top;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}
.about .banner .cover {
  color: #fff;
  overflow: hidden;
  position: relative;
  height: 400px;
  background: rgba(58, 91, 105, 0.6666666667);
}
.about .banner .hero_text_section {
  height: inherit;
  padding-top: 60px;
  font-size: 12pt;
}
.about .banner .hero_text_section h1 {
  font-size: 28pt;
  line-height: 28pt;
  font-family: "Arial", Georgia, "Times New Roman", Times, serif;
  letter-spacing: 2px;
  text-align: center;
}
.about #focus {
  background: #f7f7f7;
}
.about #focus img {
  aspect-ratio: 1;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.about #focus .item {
  background: #fff;
}
.about .newsletter {
  background: url("./../images/home/group.jpg") center no-repeat;
  color: #fff;
  background-size: cover;
}
.about .newsletter h2 {
  font-size: 24pt;
  line-height: 24pt;
}
.about .newsletter .cover {
  min-height: 450px;
  background: rgba(58, 91, 105, 0.8666666667);
  align-items: space-between;
}
.about .newsletter .cover .content_section {
  background: rgba(226, 103, 97, 0.8);
  height: 300px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}
.about .newsletter .cover form {
  background: none;
  margin-bottom: 20px;
}
.about .newsletter .cover form .label {
  color: #fff;
}
.about .newsletter .cover form input {
  background: rgb(255, 255, 255);
  border: 0;
  height: 50px;
  border-radius: 5px 0 0 5px;
  font-size: 10pt;
  color: #fff;
}
.about .newsletter .cover form input::-moz-placeholder {
  color: #aaa;
}
.about .newsletter .cover form input::placeholder {
  color: #aaa;
}
.about .newsletter .cover form button {
  height: 50px;
  border-radius: 0 5px 5px 0;
  font-weight: bold;
}
.about #trustees {
  position: relative;
}
.about #trustees .image_holder {
  cursor: pointer;
  color: #EE4139;
}
.about #trustees .image_holder img {
  width: 135px;
  height: 135px;
  border-radius: 10px;
  border: 0.1em solid #ccc;
  -o-object-position: top;
     object-position: top;
  transition: 0.5s;
  transform: rotate(1);
}
.about #trustees .image_holder:hover img {
  transform: scale(1.1);
}
.about #trustees .name {
  font-weight: bold;
  color: #444;
}
.about #sponsors img {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

@media only screen and (min-width: 768.1px) {
  .about .banner .cover {
    height: 500px;
  }
  .about .banner .hero_text_section h1 {
    font-size: 36pt;
    line-height: 36pt;
    font-family: "Arial", Georgia, "Times New Roman", Times, serif;
    letter-spacing: 2px;
    text-align: center;
  }
  .about .newsletter {
    color: #fff;
  }
  .about .newsletter h2 {
    font-size: 28pt;
  }
  .about .newsletter .cover {
    min-height: 350px;
    background: rgba(58, 91, 105, 0.6666666667);
    align-items: center;
  }
  .about .newsletter .cover .content_section {
    height: 350px;
    -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  }
  .about .newsletter .cover form {
    background: none;
    margin-bottom: 0;
  }
  .about .newsletter .cover form button {
    height: 50px;
    border-radius: 0 5px 5px 0;
    font-weight: bold;
  }
}
.projects_page {
  background: #f7f7f7;
}
.projects_page .timeline_section {
  position: sticky;
  top: 60px;
  z-index: 2;
  background: #fff;
  border-top: 0.1em solid #ccc;
  padding: 10px;
}
.projects_page .timeline_section #project_timeline {
  overflow-x: auto;
  background: #eee;
  border-radius: 20px 0 0 20px;
  border: 0;
  padding: 5px;
  min-height: 40px;
  color: #444;
}
.projects_page .timeline_section #project_timeline button {
  background: #fff;
  width: 40px;
  height: 30px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2px;
  font-size: 9pt;
}
.projects_page .timeline_section #project_timeline button.active {
  background: #26A9DF;
  color: #fff;
  width: 50px;
}
.projects_page #projects_display_container {
  background: #f7f7f7;
  min-height: 500px;
}

.members_page {
  padding-top: 60px;
}
.members_page #members_display_container {
  background: #f7f7f7;
  min-height: 500px;
}

.activities_page #activities_display_container {
  background: #f7f7f7;
  min-height: 500px;
}

#contact_page {
  position: relative;
  background: #fff;
  padding-top: 60px;
  padding-bottom: 50px;
}
#contact_page .contact_details {
  font-size: 10pt;
  color: #444;
}
#contact_page .contact_details .icon_section {
  transform: skew(-15deg);
  background: #26A9DF;
  border-radius: 10px;
  color: #fff;
  height: 50px;
}
#contact_page .contact_details .icon_section i {
  font-size: 14pt;
  transform: skew(15deg);
}
#contact_page .contact_details .social_media_links a {
  color: #26A9DF;
}
#contact_page .contact_details .social_media_links a i {
  font-size: 18pt;
}
#contact_page form label {
  color: rgba(68, 68, 68, 0.2666666667);
}

.events_page {
  padding-top: 60px;
}
.events_page .timeline_section {
  position: sticky;
  top: 60px;
  z-index: 2;
  background: #fff;
}
.events_page .timeline_section #event_timeline {
  overflow-x: auto;
  background: #eee;
  border-radius: 20px 0 0 20px;
  border: 0;
  padding: 5px;
  min-height: 40px;
  color: #444;
}
.events_page .timeline_section #event_timeline button {
  background: #fff;
  width: 40px;
  height: 30px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2px;
  font-size: 9pt;
}
.events_page .timeline_section #event_timeline button.active {
  background: #26A9DF;
  color: #fff;
  width: 50px;
}
.events_page #events_display_container {
  background: #f7f7f7;
  min-height: 500px;
}

#donate_page {
  padding-top: 60px;
}
#donate_page .content_wrapper {
  background: rgba(38, 169, 223, 0.05);
  border-radius: 10px;
}
#donate_page .content_wrapper .donation_area {
  background: #fff;
  border: 0.1em solid #ccc;
  text-align: center;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 10px;
}

.achievements .achievement_page {
  min-height: 90vh;
}
.achievements .section {
  padding: 10px;
  color: #777;
}
.achievements .section .title {
  width: 100%;
}
.achievements .section .image_section {
  height: 300px;
}
.achievements .section .image_section img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background: #eee;
  border-radius: 10px;
}
.achievements .section h2 {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  color: #444;
}
.achievements .section:nth-child(even) {
  background: #f7f7f7;
}

#gallery {
  background: #f7f7f7;
}

#monthly_report_page {
  background: #f7f7f7;
}
#monthly_report_page .display_page {
  min-height: 500px;
}
#monthly_report_page .ribbon {
  background: rgba(38, 169, 223, 0.2);
  padding: 5px;
}
#monthly_report_page .year_input_container {
  position: relative;
  background: #fff;
  outline: none;
}
#monthly_report_page .year_input_container select {
  font-size: 12pt;
  font-weight: bold;
  color: #aaa;
  background: none;
  border: 0;
}
#monthly_report_page .year_input_container:after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  content: "";
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #aaa;
  width: 10px;
  height: 10px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  line-height: 30px;
  font-size: 10pt;
}

a {
  color: #26A9DF;
  font-size: 9pt;
}/*# sourceMappingURL=app.css.map */