*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: 0;
}

body {
  font-family: "Montserrat";
  color: #3b3b3b;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=tel],
textarea,
select {
  width: 100%;
  height: 42px;
  border: 1px solid #e8edf1;
  border-radius: 28px;
  padding: 0 20px;
  background: #fff;
  font-family: "Montserrat";
  color: #3b3b3b;
  font-size: 12px;
}

a {
  text-decoration: none;
  color: inherit;
}

.header_ctr {
  width: 100%;
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 30;
}
.header_ctr .header_wrapper {
  transition: all 1s ease;
  width: 100%;
  height: 75px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  background: #fff;
  padding: 0px 65px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}
.header_ctr .header_wrapper.home {
  width: 100%;
  max-width: 1000px;
  height: 75px;
  border-radius: 75px;
  margin-top: 20px;
  padding: 0px 20px;
}
.header_ctr .header_wrapper.home.active {
  transition: ease;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.header_ctr .header_wrapper.home .header_center_ctr .header_menu .menu_ctr .menu_text .menu_list {
  top: 95px !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  max-width: 1000px;
  left: 50% !important;
  transform: translateX(-50%);
}
.header_ctr .header_wrapper .header_logo {
  width: 140px;
  height: auto;
}
.header_ctr .header_wrapper .header_responsive_wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.header_ctr .header_wrapper .header_responsive_wrapper .header_center_ctr {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  height: 75px;
}
.header_ctr .header_wrapper .header_responsive_wrapper .header_center_ctr .header_menu {
  display: flex;
  gap: 20px;
  height: 100%;
}
.header_ctr .header_wrapper .header_responsive_wrapper .header_center_ctr .header_menu .menu_ctr {
  display: flex;
  align-items: center;
}
.header_ctr .header_wrapper .header_responsive_wrapper .header_center_ctr .header_menu .menu_ctr .menu_text {
  display: flex;
  align-items: center;
  color: #6c6c6c;
  gap: 2px;
  cursor: pointer;
  height: 100%;
}
.header_ctr .header_wrapper .header_responsive_wrapper .header_center_ctr .header_menu .menu_ctr .menu_text .menu_title {
  font-size: 12px;
  display: flex;
  align-items: center;
}
.header_ctr .header_wrapper .header_responsive_wrapper .header_center_ctr .header_menu .menu_ctr .menu_text .menu_title a {
  color: #252a31;
  text-decoration: none;
}
.header_ctr .header_wrapper .header_responsive_wrapper .header_center_ctr .header_menu .menu_ctr .menu_text .menu_title::after {
  content: "";
  display: block;
  background: url("../images/icon_arrow_down_black.png") no-repeat center/10px;
  width: 20px;
  height: 20px;
}
.header_ctr .header_wrapper .header_responsive_wrapper .header_center_ctr .header_menu .menu_ctr .menu_text:hover .menu_title::after {
  transition: all 0.35s ease;
  rotate: 180deg;
}
.header_ctr .header_wrapper .header_responsive_wrapper .header_center_ctr .header_menu .menu_ctr .menu_text:hover .menu_title a {
  color: #448dc9;
}
.header_ctr .header_wrapper .header_responsive_wrapper .header_center_ctr .header_menu .menu_ctr .menu_text:hover .menu_list {
  display: flex;
  justify-content: center;
  border-radius: 0 0 10px 10px;
}
.header_ctr .header_wrapper .header_responsive_wrapper .header_center_ctr .header_menu .menu_ctr .menu_text .menu_list {
  display: none;
  position: absolute;
  left: 0;
  top: 75px;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 10px;
  gap: 40px;
  width: 100%;
}
.header_ctr .header_wrapper .header_responsive_wrapper .header_center_ctr .header_menu .menu_ctr .menu_text .menu_list:hover {
  display: flex;
  justify-content: center;
}
.header_ctr .header_wrapper .header_responsive_wrapper .header_center_ctr .header_menu .menu_ctr .menu_text .menu_list .menu_item .menu_item_title {
  font-size: 14px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.header_ctr .header_wrapper .header_responsive_wrapper .header_center_ctr .header_menu .menu_ctr .menu_text .menu_list .menu_item .menu_item_title a {
  color: #252a31;
  text-decoration: none;
}
.header_ctr .header_wrapper .header_responsive_wrapper .header_center_ctr .header_menu .menu_ctr .menu_text .menu_list .menu_item .menu_item_title::after {
  content: "";
  display: block;
  background: url("../images/icon_arrow_down_black.png") no-repeat center/10px;
  width: 20px;
  height: 20px;
}
.header_ctr .header_wrapper .header_responsive_wrapper .header_center_ctr .header_menu .menu_ctr .menu_text .menu_list .menu_item .menu_item_title_non_dropdown {
  font-size: 14px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.header_ctr .header_wrapper .header_responsive_wrapper .header_center_ctr .header_menu .menu_ctr .menu_text .menu_list .menu_item .menu_item_title_non_dropdown a {
  color: #252a31;
  text-decoration: none;
}
.header_ctr .header_wrapper .header_responsive_wrapper .header_center_ctr .header_menu .menu_ctr .menu_text .menu_list .menu_item .menu_item_title_non_dropdown:hover a {
  color: #448dc9;
}
.header_ctr .header_wrapper .header_responsive_wrapper .header_center_ctr .header_menu .menu_ctr .menu_text .menu_list .menu_item:hover .menu_item_title a {
  color: #448dc9;
}
.header_ctr .header_wrapper .header_responsive_wrapper .header_center_ctr .header_menu .menu_ctr .menu_text .menu_list .menu_item:hover .menu_item_title::after {
  transition: all 0.35s ease;
  rotate: 180deg;
}
.header_ctr .header_wrapper .header_responsive_wrapper .header_center_ctr .header_menu .menu_ctr .menu_text .menu_list .menu_item:hover ul {
  display: block;
}
.header_ctr .header_wrapper .header_responsive_wrapper .header_center_ctr .header_menu .menu_ctr .menu_text .menu_list ul {
  display: none;
}
.header_ctr .header_wrapper .header_responsive_wrapper .header_center_ctr .header_menu .menu_ctr .menu_text .menu_list ul li {
  list-style-type: none;
  padding-bottom: 10px;
  font-size: 14px;
}
.header_ctr .header_wrapper .header_responsive_wrapper .header_center_ctr .header_menu .menu_ctr .menu_text .menu_list ul li:hover a {
  text-decoration: none;
  font-weight: 500;
  background: #e9e9e9;
  border-radius: 8px;
  padding: 4px 8px;
}
.header_ctr .header_wrapper .header_responsive_wrapper .header_center_ctr .header_menu .menu_ctr .menu_text .menu_list ul li:hover a {
  color: #448dc9;
}
.header_ctr .header_wrapper .header_responsive_wrapper .header_center_ctr .header_menu .menu_ctr .menu_text .menu_list ul li a {
  text-decoration: none;
  color: #6c6c6c;
}
.header_ctr .header_wrapper .header_responsive_wrapper .header_center_ctr .header_menu .menu_ctr .menu_link {
  text-decoration: none;
  color: #3b3b3b;
  font-size: 12px;
  cursor: pointer;
}
.header_ctr .header_wrapper .header_responsive_wrapper .header_center_ctr .header_menu .menu_ctr .menu_link:hover {
  color: #448dc9;
}
.header_ctr .header_wrapper .header_responsive_wrapper .header_btn_ctr {
  display: flex;
  gap: 20px;
}
.header_ctr .header_wrapper .header_responsive_wrapper .header_btn_ctr a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 10px 12px;
  text-wrap: nowrap;
  font-size: 12px;
  width: 80px;
}
.header_ctr .header_wrapper .header_responsive_wrapper .header_btn_ctr img {
  width: 20px;
}
.header_ctr .header_wrapper .header_action_wrapper {
  display: none;
  gap: 20px;
  align-items: center;
}
.header_ctr .header_wrapper .header_action_wrapper.login {
  display: flex;
}
.header_ctr .header_wrapper .header_action_wrapper.login .header_notification_ctr {
  position: relative;
}
.header_ctr .header_wrapper .header_action_wrapper.login .header_notification_ctr .header_notification {
  display: block;
}
.header_ctr .header_wrapper .header_action_wrapper.login .header_profile_wrapper .header_profile {
  display: block;
}
.header_ctr .header_wrapper .header_action_wrapper .header_notification_ctr {
  position: relative;
}
.header_ctr .header_wrapper .header_action_wrapper .header_notification_ctr .header_notification {
  display: none;
  width: 22px;
  height: 22px;
}
.header_ctr .header_wrapper .header_action_wrapper .header_profile_wrapper {
  position: relative;
}
.header_ctr .header_wrapper .header_action_wrapper .header_profile_wrapper .header_profile {
  display: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header_ctr .header_wrapper .header_action_wrapper .header_profile_wrapper .header_profile_menu_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.header_ctr .header_wrapper .header_action_wrapper .header_profile_wrapper .header_profile_menu_overlay.active {
  display: block;
}
.header_ctr .header_wrapper .header_action_wrapper .header_profile_wrapper .header_profile_menu_overlay .header_profile_menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  background: #fff;
  padding: 20px;
  position: absolute;
  width: 300px;
  right: 40px;
  top: 60px;
  gap: 20px;
}
.header_ctr .header_wrapper .header_action_wrapper .header_profile_wrapper .header_profile_menu_overlay .header_profile_menu .header_profile_img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header_ctr .header_wrapper .header_action_wrapper .header_profile_wrapper .header_profile_menu_overlay .header_profile_menu .header_profile_name {
  font-weight: 600;
  font-size: 24px;
}
.header_ctr .header_wrapper .header_action_wrapper .header_profile_wrapper .header_profile_menu_overlay .header_profile_menu .header_profile_menu_ctr {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-top: 1.5px solid #e8edf1;
  border-bottom: 1.5px solid #e8edf1;
  width: 100%;
}
.header_ctr .header_wrapper .header_action_wrapper .header_profile_wrapper .header_profile_menu_overlay .header_profile_menu .header_profile_menu_ctr .header_profile_menu_item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  color: #6c6c6c;
  font-size: 14px;
  padding: 5px 0px;
}
.header_ctr .header_wrapper .header_action_wrapper .header_profile_wrapper .header_profile_menu_overlay .header_profile_menu .header_profile_menu_ctr .header_profile_menu_item img {
  width: 20px;
  height: 20px;
}
.header_ctr .header_wrapper .header_action_wrapper .header_profile_wrapper .header_profile_menu_overlay .header_profile_menu .header_profile_logout {
  display: flex;
  gap: 5px;
  color: #6c6c6c;
  font-size: 14px;
  text-decoration: none;
}
.header_ctr .header_wrapper .header_action_wrapper .header_profile_wrapper .header_profile_menu_overlay .header_profile_menu .header_profile_logout img {
  width: 20px;
  height: 20px;
}
.header_ctr .header_wrapper .header_action_wrapper .header_mobile_hamburger {
  display: none;
}

.header_lang {
  display: flex;
  padding: 8px 10px;
  border-radius: 24px;
  border: 1.5px solid #e8edf1;
}
.header_lang .lang_line {
  width: 2px;
  height: 100%;
  background: #e8edf1;
  margin: 0px 8px;
}
.header_lang .lang {
  color: #6c6c6c;
  text-decoration: none;
  font-size: 12px;
}
.header_lang .lang.active {
  color: #448dc9;
}

.card {
  display: flex;
  flex-direction: column;
  min-width: 300px;
  max-width: 300px;
  padding: 10px;
  gap: 5px;
  border-radius: 11.49px;
  box-shadow: 0px 0px 6.3px 0px rgba(0, 0, 0, 0.231372549);
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.card:hover {
  transform: scale(1.1);
}
.card .img_container {
  position: relative;
  width: 100%;
}
.card .img_container .right {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10;
  color: #fff;
  background: #9747ff;
  padding: 5px;
  border-radius: 4px;
}
.card .img_container .right.Workshop {
  background: #359a6a !important;
}
.card .img_container .right.Seminar {
  background: #e86262 !important;
}
.card .img_container .right.Course {
  background: #4bb5ea !important;
}
.card .img_container .right.Webinar {
  background: #f7b42f !important;
}
.card .img_container .left {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 10;
  border: 1.5px solid #448dc9;
  background: #fff;
  color: #448dc9;
  padding: 5px;
  border-radius: 4px;
}
.card .img_container .card_img {
  width: 100%;
  border-radius: 12px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.card .content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.card .content .title {
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 52px;
}
.card .content .second {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #6c6c6c;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 32px;
}
.card .content .third {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 400;
  line-height: 17.07px;
  text-align: left;
  color: #448dc9;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 32px;
}
.card .content .bottom {
  margin-top: 5px;
  display: flex;
  gap: 10px;
}
.card .content .bottom .item {
  display: flex;
  gap: 10px;
}
.card .content .bottom .item img {
  width: 20px;
  height: 20px;
}
.card .content .bottom .item p {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: -0.021em;
  text-align: left;
  color: #6c6c6c;
}
.card .content .join_info {
  margin-top: 5px;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.021em;
  text-align: left;
}
.card .content .join_info span {
  font-weight: 600;
}
.card .content button {
  width: 100%;
  height: 33.73px;
  padding: 6.61px 18.72px;
  gap: 0px;
  border-radius: 15px;
  opacity: 0px;
  border: none;
  background: #448dc9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card .content button p {
  font-family: "Montserrat";
  font-size: 15.42px;
  font-weight: 700;
  line-height: 17.62px;
  letter-spacing: -0.006em;
  color: #ffffff;
}

.social_media {
  padding: 15px 65px;
  background: linear-gradient(123.66deg, #1661a0 15.45%, #458dc8 95.17%);
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.social_media .text {
  color: #fff;
  font-size: 35.25px;
  font-weight: 500;
  line-height: 41.3px;
  text-align: left;
}
.social_media .icon_outer_ctr {
  display: flex;
  gap: 20px;
}
.social_media .icon_outer_ctr .icon_ctr {
  padding: 15px;
  border-radius: 99999px;
  border: 1.5px solid #fff;
  display: flex;
}
.social_media .icon_outer_ctr .icon_ctr img {
  width: 25px;
  height: 25px;
}

.footer_ctr {
  width: 100%;
  min-height: 200px;
  display: flex;
  background: linear-gradient(#1661a0, #458dc8);
}
.footer_ctr .footer_wrapper {
  width: 100%;
}
.footer_ctr .footer_wrapper .footer_content {
  padding: 20px 65px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
}
.footer_ctr .footer_wrapper .footer_content .footer_logo_ctr {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer_ctr .footer_wrapper .footer_content .footer_logo_ctr .aha_logo {
  width: 80px;
  height: 80px;
  margin-left: 10px;
}
.footer_ctr .footer_wrapper .footer_content .footer_text {
  max-width: 300px;
  color: #fff;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 300;
}
.footer_ctr .footer_wrapper .footer_content .footer_menu_ctr {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.footer_ctr .footer_wrapper .footer_content .footer_menu_ctr .menu_item_ctr {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 7.5px;
}
.footer_ctr .footer_wrapper .footer_content .footer_menu_ctr .menu_item_ctr .footer_menu_title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
.footer_ctr .footer_wrapper .footer_content .footer_menu_ctr .menu_item_ctr .footer_menu_title.no_arrow::after {
  display: none;
}
.footer_ctr .footer_wrapper .footer_content .footer_menu_ctr .menu_item_ctr .footer_menu_list .footer_menu_item {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.footer_ctr .footer_wrapper .footer_content .footer_menu_ctr .menu_item_ctr .footer_menu_list .footer_menu_item:hover .footer_menu_item_title::after {
  transition: all 0.35s ease;
  rotate: 180deg;
}
.footer_ctr .footer_wrapper .footer_content .footer_menu_ctr .menu_item_ctr .footer_menu_list .footer_menu_item:hover ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.footer_ctr .footer_wrapper .footer_content .footer_menu_ctr .menu_item_ctr .footer_menu_list .footer_menu_item .footer_menu_item_title {
  display: flex;
  gap: 5px;
  text-decoration: none;
  color: #fff;
}
.footer_ctr .footer_wrapper .footer_content .footer_menu_ctr .menu_item_ctr .footer_menu_list .footer_menu_item .footer_menu_item_title::after {
  content: "";
  display: block;
  background: url("../images/icon_arrow_down_white.png") no-repeat center/10px;
  width: 20px;
  height: 20px;
}
.footer_ctr .footer_wrapper .footer_content .footer_menu_ctr .menu_item_ctr .footer_menu_list .footer_menu_item ul {
  display: none;
  list-style-type: none;
}
.footer_ctr .footer_wrapper .footer_content .footer_menu_ctr .menu_item_ctr .footer_menu_list .footer_menu_item ul li a {
  text-decoration: none;
  color: #fff;
}
.footer_ctr .footer_wrapper .footer_content .footer_menu_ctr .menu_item_ctr .footer_menu_link a {
  color: #fff;
  text-decoration: none;
}
.footer_ctr .footer_wrapper .footer_copyright_and_share {
  padding: 20px 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
  color: #fff;
}
.footer_ctr .footer_wrapper .footer_copyright_and_share a {
  color: #fff;
  text-decoration: none;
}
.footer_ctr .footer_wrapper .footer_copyright_and_share .footer_share {
  display: flex;
  gap: 10px;
}
.footer_ctr .footer_wrapper .footer_copyright_and_share .footer_share a {
  padding: 7.5px;
  border: 1.5px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_ctr .footer_wrapper .footer_copyright_and_share .footer_share a img {
  width: 20px;
}

.notification_ctr {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 40;
  background: rgba(0, 0, 0, 0.231372549);
}
.notification_ctr.list.show {
  display: flex;
  justify-content: center;
  align-items: center;
}
.notification_ctr.list .notification_overlay {
  width: 90%;
  height: 90%;
  background: #fff;
  border-radius: 14px;
}
.notification_ctr.list .notification_overlay .notification_header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  background: #448dc9;
  padding: 25px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
.notification_ctr.list .notification_overlay .notification_header button {
  background: transparent;
  border: none;
  cursor: pointer;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}
.notification_ctr.list .notification_overlay .notification_header img {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.notification_ctr.list .notification_overlay .notification_body {
  display: flex;
  flex-direction: column;
  height: calc(100% - 66px);
  overflow-y: scroll;
}
.notification_ctr.list .notification_overlay .notification_body .notification_item {
  width: 100%;
  display: flex;
  padding: 10px 20px;
  gap: 20px;
  border: 1.5px solid #448dc9;
}
.notification_ctr.list .notification_overlay .notification_body .notification_item strong {
  font-size: 15px;
}
.notification_ctr.list .notification_overlay .notification_body .notification_item p {
  font-size: 12px;
}
.notification_ctr.list .notification_overlay .notification_body .notification_item span {
  font-size: 12px;
}
.notification_ctr.list .notification_body {
  display: flex;
  flex-direction: column;
}
.notification_ctr.list .notification_body .notification_item {
  width: 100%;
  display: flex;
  padding: 10px 20px;
  gap: 20px;
  border: 1.5px solid #448dc9;
}
.notification_ctr.list .notification_body .notification_item strong {
  font-size: 15px;
}
.notification_ctr.list .notification_body .notification_item p {
  font-size: 12px;
}
.notification_ctr.list .notification_body .notification_item span {
  font-size: 12px;
}
.notification_ctr.detail.show {
  display: flex;
  justify-content: center;
  align-items: center;
}
.notification_ctr.detail .notification_overlay {
  width: 90%;
  height: 90%;
  background: #fff;
  border-radius: 14px;
}
.notification_ctr.detail .notification_overlay .notification_header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  background: #e6e9f4;
  padding: 25px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  padding: 10px 20px;
}
.notification_ctr.detail .notification_overlay .notification_header .notification_title {
  display: flex;
  flex-direction: column;
}
.notification_ctr.detail .notification_overlay .notification_header .notification_title span {
  font-size: 12px;
}
.notification_ctr.detail .notification_overlay .notification_body {
  display: flex;
  flex-direction: column;
}
.notification_ctr.detail .notification_overlay .notification_body .notification_item {
  width: 100%;
  display: flex;
  padding: 10px 20px;
  gap: 20px;
  border: 1.5px solid #448dc9;
}
.notification_ctr.detail .notification_overlay .notification_body .notification_item strong {
  font-size: 15px;
}
.notification_ctr.detail .notification_overlay .notification_body .notification_item p {
  font-size: 12px;
}
.notification_ctr.detail .notification_overlay .notification_body .notification_item span {
  font-size: 12px;
}
.notification_ctr.detail .notification_body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  height: calc(100% - 134px);
  overflow-y: scroll;
}
.notification_ctr.detail .notification_body strong {
  font-size: 24px;
}
.notification_ctr.detail .notification_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 20px;
}
.notification_ctr.detail .notification_footer .delete_detail {
  background: #ffd4d4;
  border: 1.5px solid #e40000;
  padding: 11px 12.5px;
  border-radius: 50%;
}
.notification_ctr.detail .notification_footer .delete_detail img {
  width: 20px;
  height: 20px;
}
.notification_ctr.detail .notification_footer .close_detail_modal {
  width: 100%;
}
.notification_ctr.confirmation.show {
  display: flex;
  justify-content: center;
  align-items: center;
}
.notification_ctr.confirmation .notification_overlay {
  width: 90%;
  height: auto;
  max-height: 90%;
  background: #fff;
  border-radius: 14px;
  padding: 20px;
}
.notification_ctr.confirmation .notification_overlay .notification_header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  background: #fff;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  padding: 10px;
}
.notification_ctr.confirmation .notification_overlay .notification_header .notification_title {
  display: flex;
  flex-direction: column;
}
.notification_ctr.confirmation .notification_overlay .notification_header .notification_title span {
  font-size: 12px;
}
.notification_ctr.confirmation .notification_overlay .notification_body {
  display: flex;
  flex-direction: column;
}
.notification_ctr.confirmation .notification_overlay .notification_body .notification_item {
  width: 100%;
  display: flex;
  padding: 10px 20px;
  gap: 20px;
  border: 1.5px solid #448dc9;
}
.notification_ctr.confirmation .notification_overlay .notification_body .notification_item strong {
  font-size: 15px;
}
.notification_ctr.confirmation .notification_overlay .notification_body .notification_item p {
  font-size: 12px;
}
.notification_ctr.confirmation .notification_overlay .notification_body .notification_item span {
  font-size: 12px;
}
.notification_ctr.confirmation .notification_body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
}
.notification_ctr.confirmation .notification_body strong {
  font-size: 32px;
  text-align: center;
  color: #448dc9;
}
.notification_ctr.confirmation .notification_body p {
  text-align: center;
  font-size: 20px;
}
.notification_ctr.confirmation .notification_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 20px;
}
.notification_ctr.confirmation .notification_footer .delete {
  background: #ffd4d4;
  border: 1.5px solid #e40000;
  padding: 11px 12.5px;
  border-radius: 50%;
}
.notification_ctr.confirmation .notification_footer .delete img {
  width: 20px;
  height: 20px;
}
.notification_ctr.confirmation .notification_footer .close {
  width: 100%;
}

.floating_btn {
  transition: all 1s ease;
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 30;
  cursor: pointer;
  background: url("../images/floating_btn_wa.svg") no-repeat center/80px 80px;
  width: 80px;
  height: 80px;
}
.floating_btn:hover {
  background: url("../images/floating_btn_wa_green.png") no-repeat center/80px 80px;
}

.row_flex {
  display: flex;
  flex-wrap: wrap;
}

span.select2 {
  width: 100% !important;
}

.select2-container .select2-selection--single {
  height: 42px;
  border-radius: 28px;
  border: 1px solid #e8edf1;
  font-family: "Montserrat";
  color: #3b3b3b;
  font-size: 12px;
}

.blue_solid_btn {
  width: 100%;
  height: 42px;
  line-height: 42px;
  text-align: center;
  display: block;
  background: #448dc9;
  font-family: "Montserrat";
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  border: none;
  border-radius: 28px;
  text-decoration: none;
  transition: 0.5s all ease;
  cursor: pointer;
}
.blue_solid_btn:hover {
  background: #1661a0;
}

.blue_outline_btn {
  width: 100%;
  height: 42px;
  line-height: 42px;
  text-align: center;
  display: block;
  background: transparent;
  color: #448dc9;
  border: 1.5px solid #448dc9;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: bold;
  border-radius: 28px;
  text-decoration: none;
  cursor: pointer;
}
.blue_outline_btn:hover {
  background: rgba(22, 97, 160, 0.1490196078);
}

.select2-container .select2-selection--single {
  height: 42px;
  border-radius: 28px;
  border: 1px solid #e8edf1;
  font-family: "Montserrat";
  color: #3b3b3b;
  font-size: 12px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 42px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}

.select2-results__option {
  font-size: 12px;
}

.header_text {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 64px;
  line-height: 78px;
  color: #448dc9;
}

.text_normal {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #6c6c6c;
}

.select2-results__option {
  font-size: 12px;
}

@media (max-width: 767px) {
  input[type=text],
  input[type=password],
  input[type=email],
  input[type=number],
  input[type=tel],
  select {
    padding: 0 10px;
  }
  .social_media {
    flex-direction: column;
    gap: 20px;
  }
  .social_media .text {
    text-align: center;
    font-size: 14px;
    line-height: normal;
  }
  .social_media .icon_outer_ctr {
    display: flex;
    gap: 20px;
  }
  .social_media .icon_outer_ctr .icon_ctr {
    padding: 7.5px;
    border-radius: 99999px;
    border: 1.5px solid #fff;
    display: flex;
  }
  .social_media .icon_outer_ctr .icon_ctr img {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 1023px) {
  .header_ctr {
    padding: 0px;
  }
  .header_ctr .header_wrapper {
    padding: 0 20px;
  }
  .header_ctr .header_wrapper.home {
    border-radius: 0;
    margin-top: 0;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    max-width: 100%;
  }
  .header_ctr .header_wrapper .header_responsive_wrapper {
    display: none;
  }
  .header_ctr .header_wrapper .header_responsive_wrapper.open {
    display: flex;
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -1;
    background: #fff;
    padding: 100px 40px 30px;
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .header_ctr .header_wrapper .header_responsive_wrapper .header_center_ctr {
    display: none;
  }
  .header_ctr .header_wrapper .header_responsive_wrapper .header_center_ctr.open {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    height: calc(100% - 130px);
  }
  .header_ctr .header_wrapper .header_responsive_wrapper .header_center_ctr.open .header_menu {
    flex-direction: column;
    width: 100%;
    max-height: calc(100% - 0px);
    overflow-y: scroll;
  }
  .header_ctr .header_wrapper .header_responsive_wrapper .header_center_ctr.open .header_menu .menu_ctr {
    width: 100%;
  }
  .header_ctr .header_wrapper .header_responsive_wrapper .header_center_ctr.open .header_menu .menu_ctr .menu_text {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  .header_ctr .header_wrapper .header_responsive_wrapper .header_center_ctr.open .header_menu .menu_ctr .menu_text .menu_title {
    width: 100%;
  }
  .header_ctr .header_wrapper .header_responsive_wrapper .header_center_ctr.open .header_menu .menu_ctr .menu_text .menu_title a {
    width: 100%;
    color: #448dc9;
    font-size: 16px;
    font-weight: 600;
    text-align: start;
  }
  .header_ctr .header_wrapper .header_responsive_wrapper .header_center_ctr.open .header_menu .menu_ctr .menu_text .menu_title::after {
    display: none;
  }
  .header_ctr .header_wrapper .header_responsive_wrapper .header_center_ctr.open .header_menu .menu_ctr .menu_text:hover p::after {
    display: none;
  }
  .header_ctr .header_wrapper .header_responsive_wrapper .header_center_ctr.open .header_menu .menu_ctr .menu_text:hover .menu_list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .header_ctr .header_wrapper .header_responsive_wrapper .header_center_ctr.open .header_menu .menu_ctr .menu_text .menu_list {
    top: 0px !important;
    display: flex;
    flex-direction: column;
    position: relative;
    top: auto;
    left: auto;
    box-shadow: none;
    border-radius: 0;
    padding: 10px 0px;
    gap: 10px;
  }
  .header_ctr .header_wrapper .header_responsive_wrapper .header_center_ctr.open .header_menu .menu_ctr .menu_text .menu_list:hover ul li a {
    font-weight: 400;
  }
  .header_ctr .header_wrapper .header_responsive_wrapper .header_center_ctr.open .header_menu .menu_ctr .menu_text .menu_list ul li:hover {
    display: block;
    font-weight: 400;
    color: #448dc9;
  }
  .header_ctr .header_wrapper .header_responsive_wrapper .header_center_ctr.open .header_menu .menu_ctr .menu_link {
    color: #448dc9;
    font-size: 16px;
    font-weight: 600;
  }
  .header_ctr .header_wrapper .header_action_wrapper {
    display: flex;
    gap: 20px;
  }
  .header_ctr .header_wrapper .header_action_wrapper .header_profile_wrapper .header_profile_menu_overlay .header_profile_menu {
    width: 200px;
    right: 20px;
  }
  .header_ctr .header_wrapper .header_action_wrapper .header_profile_wrapper .header_profile_menu_overlay .header_profile_menu .header_profile_img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .header_ctr .header_wrapper .header_action_wrapper .header_profile_wrapper .header_profile_menu_overlay .header_profile_menu .header_profile_name {
    font-weight: 600;
    font-size: 24px;
  }
  .header_ctr .header_wrapper .header_action_wrapper .header_profile_wrapper .header_profile_menu_overlay .header_profile_menu .header_profile_menu_ctr {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-top: 1.5px solid #e8edf1;
    border-bottom: 1.5px solid #e8edf1;
    width: 100%;
  }
  .header_ctr .header_wrapper .header_action_wrapper .header_profile_wrapper .header_profile_menu_overlay .header_profile_menu .header_profile_menu_ctr .header_profile_menu_item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    color: #6c6c6c;
    font-size: 14px;
    padding: 5px 0px;
  }
  .header_ctr .header_wrapper .header_action_wrapper .header_profile_wrapper .header_profile_menu_overlay .header_profile_menu .header_profile_menu_ctr .header_profile_menu_item img {
    width: 20px;
    height: 20px;
  }
  .header_ctr .header_wrapper .header_action_wrapper .header_profile_wrapper .header_profile_menu_overlay .header_profile_menu .header_profile_logout {
    display: flex;
    gap: 5px;
    color: #6c6c6c;
    font-size: 14px;
  }
  .header_ctr .header_wrapper .header_action_wrapper .header_profile_wrapper .header_profile_menu_overlay .header_profile_menu .header_profile_logout img {
    width: 20px;
    height: 20px;
  }
  .header_ctr .header_wrapper .header_action_wrapper .header_mobile_hamburger {
    display: block;
  }
  .footer_ctr .footer_wrapper {
    background: none;
  }
  .footer_ctr .footer_wrapper .footer_content {
    flex-direction: column-reverse;
    align-items: center;
    padding: 30px 20px;
  }
  .footer_ctr .footer_wrapper .footer_content .footer_logo {
    width: 100%;
  }
  .footer_ctr .footer_wrapper .footer_content .footer_menu_ctr {
    width: 100%;
    flex-direction: column;
  }
  .footer_ctr .footer_wrapper .footer_content .footer_menu_ctr .menu_item_ctr .footer_menu_title {
    display: flex;
    justify-content: space-between;
    transition: all 0.35s ease;
  }
  .footer_ctr .footer_wrapper .footer_content .footer_menu_ctr .menu_item_ctr .footer_menu_title.active::after {
    rotate: 180deg;
  }
  .footer_ctr .footer_wrapper .footer_content .footer_menu_ctr .menu_item_ctr .footer_menu_title::after {
    content: "";
    display: block;
    background: url("../images/icon_arrow_down_white.png") no-repeat center/10px;
    width: 20px;
    height: 20px;
  }
  .footer_ctr .footer_wrapper .footer_content .footer_menu_ctr .menu_item_ctr .footer_menu_list {
    display: none;
  }
  .footer_ctr .footer_wrapper .footer_content .footer_menu_ctr .menu_item_ctr .footer_menu_list.active {
    display: block;
  }
  .footer_ctr .footer_wrapper .footer_content .footer_menu_ctr .menu_item_ctr .footer_menu_list .footer_menu_item .footer_menu_item_title::after {
    content: "";
  }
  .footer_ctr .footer_wrapper .footer_content .footer_menu_ctr .menu_item_ctr .footer_menu_link {
    display: none;
  }
  .footer_ctr .footer_wrapper .footer_content .footer_menu_ctr .menu_item_ctr .footer_menu_link.active {
    display: block;
  }
  .footer_ctr .footer_wrapper .footer_copyright_and_share {
    flex-direction: column;
    gap: 20px;
  }
  .footer_ctr .footer_wrapper .footer_copyright_and_share .footer_copyright {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .text_normal {
    font-size: 16px;
    line-height: 19px;
  }
}
.pagination_container {
  display: flex;
  gap: 5px;
}
.pagination_container button {
  width: 32px;
  height: 32px;
  padding: 10px;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  cursor: pointer;
}
.pagination_container button p {
  font-family: "Montserrat";
  font-size: 13px;
  font-weight: 600;
  line-height: 17.7px;
  text-align: left;
  color: #6c6c6c;
}
.pagination_container button.active {
  background: #448dc9;
}
.pagination_container button.active p {
  color: #fff;
}/*# sourceMappingURL=main.css.map */