* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Mulish", sans-serif !important;
  font-style: normal;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  background: #613394 !important;
  border-radius: 10px;
}

::-webkit-scrollbar {
  width: 7px !important;
}

/* home page styling */

header {
  background-image: url(../../assets/images/Layer_2.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto;
}

.header-section {
  display: flex;
  gap: 24px;
  align-items: flex-end;
  padding-top: 52px;
  padding-bottom: 42px;
}

.header-section .logo {
  max-width: 349px;
  width: 100%;
}

.header-section .logo img{
  width: 100%;
}

.header-section .search-box.new-search {
  max-width: calc(100% - 755px);
  width: 100%;
  position: relative;
}

.header-section .search-bar form {
  width: 100%;
}

.search-box.new-search input {
  padding: 12px 20px 12px 40px;
  width: 100%;
  background-color: #613394;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  font-weight: 400;
  border: 0;
  border-radius: 10px;
  opacity: 1;
}

.search-box.new-search input::placeholder {
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  font-weight: 400;
}

.search-box.new-search .search-icon {
  position: absolute;
  top: 14px;
  left: 17px;
  width: 14px;
  height: 14px;
}

.mid-content-wrp {
  max-width: calc(100% - 354px);
  width: 100%;
  border-radius: 10px;
}

.sub-headings.with-icon {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 9px;
}

.sub-headings h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 14px;
  color: #000000;
  margin: 0;
}

.alert-section {
  padding: 20px 15px;
  background-color: #dfd6e9;
  border-radius: 10px;
  box-shadow: 0px 136px 55px 0px rgba(0, 0, 0, 0.01),
    0px 77px 46px 0px rgba(0, 0, 0, 0.03), 0px 34px 34px 0px rgba(0, 0, 0, 0.06);
  margin-bottom: 20px;
}

.alert-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 9px;
}

.alert-content p {
  margin: 0;
  padding: 10px;
  padding-bottom: 7px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}

.alert-content p:nth-child(odd) {
  border-right: 2px solid #9b57e4;
}

.alert-content p:nth-child(even) {
  padding-right: 40px;
}

.flex-wrap-container {
  display: flex;
  gap: 20px;
}

.flex-wrap-container .menu-list-wrp {
  max-width: 243px;
  width: 100%;
  background-color: #fff;
  padding: 24px 10px 24px 23px;
  border-radius: 10px;
}

.new-updates {
  max-width: 234px;
  width: 100%;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #fff;
  padding-bottom: 60px;
  overflow: auto;
}

.sub-headings.with-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 2px;
  margin-bottom: 10px;
}

.sub-headings.with-link a {
  font-size: 10px;
  line-height: 14px;
  font-weight: 700;
  color: rgba(155, 87, 228, 1);
}

.new-updates .update-name a {
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  text-decoration: underline;
  color: #000000;
}

.new-updates .update-date {
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  text-transform: capitalize;
}

.new-updates .update-name {
  margin: 0;
  margin-bottom: 4px;
}

.new-updates .updated-div:not(:last-child) {
  margin-bottom: 10px;
}

.two-flex-wrap .news-block {
  max-width: calc(100% - 243px);
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 20px;
  overflow: auto;
  max-height:61dvh;
}

.two-flex-wrap {
  display: flex;
  gap: 20px;
  /* height: 328px; */
  /* height:75vh; */ /* !!!!! THIS IS CHANGED FOR TESTING */
  margin-bottom: 20px;
}

.two-flex-wrap .news-block .news-box {
  font-size: 15px;
}

.two-flex-wrap .day-date {
  color: #000;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}

.two-flex-wrap .news-block .news-box .news-title {
  font-size: 12px;
}

.two-flex-wrap .news-block .news-box .news-title p {
  margin: 0;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: #000;
}

.two-flex-wrap .news-block .news-box .news-content p {
  color: #000;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.cpd-events {
  background-color: #fff;
  border-radius: 10px;
  padding: 23px 30px;
}

.event-box-wrp {
  display: flex;
  gap: 8px;
}

.events-box {
  max-width: calc(100% - 190px);
  width: 100%;
  border-radius: 0px 10px 10px 10px;
  border: 2px solid #9b57e4;
  padding: 10px;
}

.events-box .arrow-link {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.events-box .arrow-link .date {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 116.667% */
}

.events-box .arrow-link img {
  width: 20px;
  height: 20px;
}

.events-box .event-title p {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 116.667% */
  margin: 0;
}

.profile-detail {
  display: flex;
  gap: 6px;
  margin-bottom: 16px;
}

.profile-detail .profile-pic {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

.profile-detail .profile-wrpr {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.profile-detail .profile-wrpr .profile-name p {
  margin: 0;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px; /* 116.667% */
  margin-left: 2px;
  text-transform: capitalize;
}

.profile-detail .profile-wrpr .profile-location {
  display: flex;
}

.profile-detail .profile-wrpr .profile-location p {
  color: #5b358b;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px; /* 140% */
  letter-spacing: -0.2px;
  margin: 0;
  text-transform: capitalize;
}

.news-block .sub-headings.with-link a,
.cpd-events .sub-headings.with-link a {
  font-size:14px;
}

/* footer */

.footer-flags-wrp {
  max-width: 1244px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 33px;
}

.flag-box {
  display: flex;
  flex-direction: column;
  gap: 22px;
  max-width: calc(100% - 854px);
  position: relative;
  padding-right: 22px;
}

.flag-box:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background-color: #d9d9d9;
}

.flag-box .flags-img {
  display: flex;
  gap: 5px;
}

.flag-box .flags-img img {
  max-width: 100px;
  width: 100%;
  height: 50px;
  object-fit: cover;
  border-radius: 10px;
}

.flag-box .flag-box-content p {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px; /* 140% */
  margin: 0;
}

.footer-border {
  background: #d9d9d9;
  height: 1px;
  max-width: 1244px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 31px;
}

.footer-wrpr {
  margin-top: 47px;
}

.footer-main {
  border-radius: 10px 10px 0px 0px;
  background: #562979;
  padding: 30px 90px;
  padding-bottom: 20px;
  position: relative;
}

.footer-main .brand-logos {
  display: flex;
  gap: 48px;
}

.footer-main .brand-logos {
  max-width: 340px;
  width: 100%;
}

.footer-main .brand-logos img {
  width: 100%;
  object-fit: contain;
}

.footer-main .brand-logos2 {
  max-width: 340px;
  width: 100%;
}

.footer-main .brand-logos2 img {
  width: 100%;
}

.footer-description p {
  color: #fff;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 11px; /* 110% */
}

.decription-wrp {
  display: flex;
  gap: 51px;
  align-items: center;
}

.footer-description {
  max-width: 501px;
  width: 100%;
  padding-top: 30px;
}

.footer-main .footer-border {
  margin-bottom: 22px;
  margin-top: 20px;
  background-color: #5d4082;
}

.copyright-text {
  max-width: 712px;
  width: 100%;
  margin: 0 auto;
}

.copyright-text p {
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px; /* 140% */
  margin: 0;
}

.flex-wrap-container .right-menu-block {
  /* max-width: 243px; */
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
  position: relative;
}

.quick-links .title {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #656565;
}

.quick-links .title p {
  color: #9b57e4;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 140% */
  letter-spacing: 1.2px;
  margin: 0;
}

.quick-links .links {
  margin-top: 15px;
}

.quick-links .links .link {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 6px;
}

.quick-links .links .link img {
  width: 24px;
  height: 24px;
  padding: 3px;
}

.quick-links .links .link p {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px; /* 116.667% */
  letter-spacing: -0.24px;
  margin: 0;
  text-transform: capitalize;
}

.quick-links2 {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 25px;
  width: calc(100% - 70px);
  background-color: #fff;
}

.quick-links2 a {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.24px;
  border-bottom: 0.5px solid #000;
  padding: 5px 0;
}

.quick-links2 a:not(:last-child) {
  margin-bottom: 5px;
}

/* breadcrumb */

.breadcrumb-new {
  margin-bottom: 13px;
}

.breadcrumb-section {
  padding: 7px 15px;
  width: fit-content;
  border-radius: 100px;
  background: #dfd6e9;
}

.breadcrumb-section ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.breadcrumb-section li {
  margin-right: 10px;
  line-height: 10px;
}

.breadcrumb-section li a,
.breadcrumb-section li span {
  color: #000;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 140% */
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.breadcrumb-section li::after {
  content: " > ";
  color: #000;
  font-size: 11px;
  margin-left: 5px;
}

.breadcrumb-section li:last-child::after {
  content: "";
}

.main-page-heading h1 {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 41px; /* 136.667% */
  margin-bottom: 27px;
  margin-top: 0;
}

.menu-list-wrp .menu-list ul.menu-item {
  padding: 0;
}

.menu-list-wrp .menu-list ul.menu-item li a {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
  letter-spacing: -0.48px;
  display:block;
  width:80%;
}

.menu-list-wrp .menu-list ul.menu-item li.menu-item {
  line-height: 10px;
}

.menu-list-wrp .menu-list {
  margin-top: 0;
}

/* home page styling */

/* internal side menu */

.internal-page-title {
  border-bottom: 0.5px solid #7a7a7a;
}

.internal-page-title p {
  margin-bottom: 15px;
  color: #9b57e4;
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 175% */
  letter-spacing: 0.96px;
  text-transform: uppercase;
}

.collaps-icon {
  position: absolute;
  right: 12px;
  top: 8px;
  cursor: pointer;
}

.collaps-icon img {
  width: 20px;
  height: 20px;
  transition: 0.3s ease-in-out;
  transform: rotate(180deg);
}

.toggle-right-menu .collaps-icon img {
  transform: rotate(45deg);
}

.internal-page-tabs {
  height: calc(100vh - 300px);
  margin-top: 10px;
  overflow: auto;
}

.internal-page-tabs .tabs {
  background-color: transparent;
  border: 0;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 6px;
}

.internal-page-tabs .tabs img {
  width: 24px;
  height: 24px;
  transition: 0.3s all ease-in-out;
}

.internal-page-tabs .tabs p,
.internal-page-tabs .tabs .tab-content span,
.internal-page-tabs .tabs .tab-content ol li,
.internal-page-tabs .tabs .tab-content ul li {
  margin: 0;
  color: #000;
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px; /* 127.273% */
  letter-spacing: -0.22px;
}

.internal-page-tabs .tabs .tab-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.internal-page-tabs .tabs .tab-content ol,
.internal-page-tabs .tabs .tab-content ul {
  padding-left: 20px;
}

/* .flex-wrap-container .right-menu-block.toggle-right-menu {
  max-width: max-content;
} */

.toggle-right-menu .collaps-icon {
  right: 0%;
  left: 34%;
  top: 25px;
}

.right-relative-block.toggle-right-menu .quick-links2,
.toggle-right-menu .internal-page-title p,
.toggle-right-menu .internal-page-tabs .tabs .tab-content {
  display: none;
}

.toggle-right-menu .internal-page-title {
  margin-top: 35px;
}

.toggle-right-menu .internal-page-tabs {
  height: unset;
}

/* internal side menu */

.flex-wrap-container .right-menu-block,
.flex-wrap-container .menu-list-wrp {
  /* height: 100vh; */ /*!!!! THIS WAS CHANGED FOR TESTING !!!!! */
  height:auto;
  overflow-x: hidden;
  overflow-y: auto;
}

.flex-wrap-container .right-menu-block {
  height:100%;
}

/* login page */

.login-body h1 {
  color: #000;
  font-size: 65px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%; /* 65px */
  margin-bottom: 51px;
}

.login-body h1 .purple {
  color: #613393;
}

.login-body h1 .blue {
  color: #3d8ecc;
}

.login-content {
  /* max-width: 987px; */
  width: 100%;
}

.login-content .bold {
  color: #000;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 119%; /* 22.61px */
  margin-bottom: 16px;
}

.login-content p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 119%;
}

.login-body .login-content {
  padding-bottom: 45px;
  border-bottom: 1px solid #d9d9d9;
}

.login-form-wrp a.registerbutton {
  max-width: 377px;
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 10px;
  background: #613393;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
  padding: 12px 26px;
  margin-bottom: 35px;
  margin-top: 38px;
}

.login-form-wrp a.expandingblockwidetemplate {
  color: #9b57e4;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px; /* 87.5% */
  letter-spacing: -0.48px;
  text-decoration-line: underline;
}

.login-form-wrp .rogerwide {
  background-color: unset;
  border: 1px solid #613393;
}

.login-form-wrp .rogerwide p {
  font-size: 12px;
  line-height: 14px;
  color: #000;
  font-weight: 400;
}

.login-form-wrp .justify-content-md-center {
  margin-top: 58px;
}

.left-login-wrp h2.rightheading {
  color: #000;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 119%; /* 20.23px */
  margin-bottom: 16px;
}

div#panelLogin #login {
  float: left;
  padding: 12px 36px;
  border-radius: 10px;
  background: #613393;
  font-size: 14px;
  font-weight: 700;
}

div#panelLogin #login:hover {
  color: #fff;
  background: #613393 !important;
}

.login-txt-form p,
.left-login-wrp > p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 119%; /* 19.04px */
  margin-bottom: 17px;
}

#panelLogin .input-group img {
  width: 14px !important;
  height: 16px;
  top: 18px !important;
  left: 12px !important;
  z-index: 4;
}

#panelLogin .input-group input.form-control,
.input-group-append .input-group-text {
  padding-left: 2.5rem;
  padding-top: 13px;
  padding-bottom: 13px;
  height: unset;
  border: 0;
  border-radius: 11px !important;
  background: #fff;
}

.input-group-append .input-group-text {
  padding-left: 10px;
  padding-top: 8px;
  padding-bottom: 4px;
  background-color: #fff;
  border-radius: 0px 11px 11px 0px !important;
  height: unset !important;
  border: 0 !important;
}

.showPassword .checkbox {
  margin: 0 auto;
}

div#panelLogin .form-group label {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px; /* 116.667% */
}

#panelLogin .input-group input#password {
  border-radius: 11px 0px 0px 11px !important;
  box-shadow: 0px 5px 10px -3px rgba(204, 204, 204, 0.35);
}

a#linkForgotPassword {
  color: #613393 !important;
}

#panelRememberMe {
  margin-bottom: 30px;
}

#panelRememberMe .checkboxlabel {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px; /* 116.667% */
  margin-top: -18px;
}

.left-login-wrp::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background-color: #d9d9d9;
}

.left-login-wrp {
  position: relative;
  padding-right: 80px;
  padding-left: 120px;
  min-height:227px;
}

.right-login-wrp {
  padding-right: 120px;
  padding-left: 80px;
}

.login-form-wrp {
  margin-bottom: 120px;
}

.announcement-content {
  padding:1.5rem;
  background-color:#ffe6bc;
  color:#562979;
  border-radius:15px;
}

/* login page */

.right-relative-block {
  position: relative;
  max-width: 243px;
  width: 100%;
}

.flex-wrap-container .right-relative-block.toggle-right-menu {
  max-width: max-content;
}

.flex-wrap-container .menu-list-wrp,
.flex-wrap-container .right-menu-block {
  position: sticky;
  top: 5px;
}

.Collapse-All img {
  transform: rotate(135deg);
}

.mid-content-wrp.inner-page {
  background-color: #fff;
}

.mid-content-wrp a {
  color: #9b57e4;
}
.mobile-menu-icon {
  display: none;
}

.copyright-text p a {
  color: #fff;
}

div#sendFeedBack .jss65 {
  background-color: #613394;
}

.profile-trigger {
  display: none;
}

body.adapted-no .rightsidemodal {
  background: #f5f5f5 !important;
}

body.adapted-no {
  background-color: #ffe6bc !important;
}

.overflow-hidden {
  overflow: hidden;
}

.not-adapted-sec {
  display: none;
}

body.adapted-no .not-adapted-sec {
  display: block;
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #faa61a;
  border-radius: 0px 0px 10px 10px;
  z-index: 99;
}

.adapted-no header {
  margin-top: 45px;
}

.no-adapt {
  padding: 20px 40px;
}

.no-adapt-title {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.no-adapt-title svg {
  width: 40px;
  height: 40px;
}

.no-adapt-title h4 {
  font-size: 24px;
  color: #000;
  font-weight: 500;
  line-height: 34px;
}

.no-adapt-content {
  padding: 10px 20px;
  background-color: #ffe6bc;
  display: none;
  margin-top: 20px;
}

.no-adapt-content p {
  color: #000;
  font-size: 14px;
  line-height: 21px;
  font-style: normal;
  font-weight: 500;
}

.no-adapt-content p.bold {
  font-weight: 700;
  margin-bottom: 12px;
}

.no-adapt-content.active-open {
  display: block;
}

.arrow-up-icon {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.arrow-up-icon.active-open {
  transform: rotate(0deg);
}

/* responsive */

@media only screen and (max-width: 1024px) {
  html {
    margin-top: 0 !important;
  }

  header {
    background-image: unset;
  }

  .header-section {
    padding-top: 12px;
  }

  .header-section .logo {
    max-width: 180px;
    width: 100%;
  }

  .header-section .logo a img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .breadcrumb-section {
    border-radius: 10px;
  }

  .main-page-heading h1 {
    font-size: 28px;
    line-height: 38px;
  }

  .mobile-menu-icon {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 100;
  }

  .mobile-menu-icon svg {
    color: #000 !important;
  }

  /* .flex-wrap-container .menu-list-wrp.open-menu::after {
    content: "";
    background: #00000078;
    position: fixed;
    width: calc(100% - 243px);
    height: 100%;
    top: 0;
    right: 0px;
    bottom: 0;
  } */

  .flex-wrap-container .menu-list-wrp {
    position: fixed;
    left: -250px;
    top: 0px;
    transition: left 0.3s ease;
    z-index: 99;
  }

  .flex-wrap-container .menu-list-wrp.open-menu {
    left: 0px;
  }

  .mobile-display-search .mobile-menu-icon {
    display: none;
  }

  .mid-content-wrp {
    max-width: 100%;
  }

  .two-flex-wrap {
    flex-direction: column;
  }

  .two-flex-wrap .new-updates,
  .two-flex-wrap .news-block {
    max-width: 100%;
  }

  .alert-content {
    grid-template-columns: repeat(1, 1fr);
  }
  .alert-content p:nth-child(odd) {
    border-right: unset;
    border-bottom: 2px solid #9b57e4;
    padding-bottom: 20px;
  }

  /* footer */

  .footer-flags-wrp {
    flex-direction: column;
  }

  .flag-box {
    max-width: 100%;
    padding-right: 0;
    padding-bottom: 11px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 11px;
    gap: 8px;
  }

  .flag-box:not(:last-child)::after {
    all: unset;
  }

  .footer-main {
    padding: 15px;
  }

  .footer-main .decription-wrp {
    flex-direction: column;
    gap: 0px;
    align-items: flex-start;
  }

  .cpd-events {
    padding: 20px;
  }

  .event-box-wrp {
    flex-direction: column;
  }

  .event-box-wrp .events-box {
    max-width: 100%;
  }

  .footer-main .brand-logos {
    flex-direction: column;
    gap: 18px;
  }

  .right-relative-block {
    position: fixed;
    right: -250px;
    transition: right 0.6s ease;
  }

  .right-relative-block.open-right-menu {
    right: 0;
    z-index: 9;
    position: absolute;
  }

  .flex-wrap-container {
    position: relative;
  }

  .profile-trigger {
    display: block;
    position: absolute;
    right: 5px;
    cursor: pointer;
    top: -25px;
    z-index: 10;
  }

  .flex-wrap-container .open-right-menu {
    height: calc(100vh - 60px);
    overflow-y: auto;
    max-width: 90% !important;
  }

  .quick-links2 {
    bottom: 30px;
    position: unset;
  }

  .home .quick-links .links{
    margin-bottom: 40px;
  }

  .toggle-right-menu.open-right-menu .internal-page-title p,
  .toggle-right-menu.open-right-menu .internal-page-tabs .tabs .tab-content {
    display: block;
  }

  .right-relative-block.toggle-right-menu.open-right-menu .quick-links2 {
    display: flex;
    position: unset;
    margin-top: 50px;
  }

  .flex-wrap-container .open-right-menu .right-menu-block {
    height: fit-content;
  }

  .open-right-menu .collaps-icon {
    display: none;
  }

  .toggle-right-menu.open-right-menu .internal-page-title {
    margin-top: 0;
  }

  .left-login-wrp {
    padding: 0;
    min-height:unset;
  }

  .right-login-wrp {
    padding: 0 12px;
  }

  .login-form-wrp .justify-content-md-center {
    margin-top: 0px;
  }

  .login-form-wrp {
    margin-bottom: 0px;
  }

  .login-body h1 {
    font-size: 50px;
  }

  .login-content .bold {
    font-size: 16px;
  }

  .input-group-append .input-group-text {
    padding: 25px 0;
  }

  .left-login-wrp::after {
    all: unset;
  }

  .login-form-wrp a.registerbutton {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .login-body .login-content {
    padding-bottom: 25px;
  }

  .col-sm-6.right-login-wrp {
    margin-top: 0px;
  }

  .page-template-template-forgot-password .row.justify-content-md-center {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .pagecontents ol,
  .pagecontents ul {
    padding-left: 15px;
  }

  body.adapted-no .not-adapted-sec {
    position: absolute;
    top: 52px;
    z-index: 99;
  }

  .no-adapt {
    padding: 20px;
  }

  .no-adapt-title h4 {
    font-size: 18px;
    line-height: 28px;
  }

  .adapted-no header {
    margin-top: 0;
  }

  .adapted-no .main-page-heading {
    margin-top: 20px;
  }

  /* .flex-wrap-container .open-right-menu::before {
    content: "";
    background: #00000078;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    bottom: 0;
  } */

  .mobile-menu-icon.mobile-menu-open {
    background-color: #fff;
    border-radius: 4px;
    padding: 0px 4px;
  }

  .profile-trigger svg {
    color: #000;
  }

  .flag-box .flags-img img {
    max-width: 60px;
    width: 100%;
    height: 40px;
    object-fit: contain;
    border-radius: 10px;
  }

  .footer-main .brand-logos,
  .footer-main .brand-logos2 {
    max-width: 250px;
  }

  .footer-main .brand-logos2 {
    position: relative;
    margin-top: 40px;
  }

  .supported-tag{
    top: -35px !important;
  }

  #panelLogin{
    position: unset !important;
  }
}

/* responsive */

.page-template-template-forgot-password .row.justify-content-md-center {
  margin-top: 50px;
  margin-bottom: 50px;
}

.page-template-template-forgot-password .form-group {
  margin-top: 30px;
}

.page-template-template-forgot-password .form-group label {
  color: #000;
  font-weight: 500;
}

.page-template-template-forgot-password input#user_email {
  padding-top: 6px;
  height: unset;
  padding-bottom: 6px;
  padding-left: 10px;
}

.page-template-template-forgot-password .requestButtons #btnSubmit {
  background: #613393 !important;
  border-radius: 10px;
  margin-left: 15px;
}

.page-template-template-forgot-password .requestButtons #btnSubmit:hover {
  color: #fff;
}

.page-template-template-forgot-password .requestCancelButton a {
  color: #613393;
  font-weight: 500;
}

.page-template-template-forgot-password .formNewRow {
  margin-top: 25px;
}

.checkbox label:after {
  border-color: #562979 !important;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00000078;
  width: 100vw;
  height: 100vh;
  display: none;
  z-index: 90;
}

.overlay.enable {
  display: block;
}

.profile-detail {
  display: none;
}

.mid-content-wrp .alert-section a {
  font-weight: 700;
}

.supported-tag {
  padding: 10px 12px;
  width: fit-content;
  position: absolute;
  top: 10px;
}

.supported-tag p {
  margin: 0;
  color: #fff;
  font-weight: 700;
}

a:hover{
  color: #613394;
}

.tab-content a:hover{
  color: #613394;
}

.page-id-4469 .profile-trigger{
  display: none;
}




/*Pop Up - Scheduled Maintenance */


.pum-overlay.pum-active,
	.pum-overlay.pum-active .popmake.active {
    		display: block !important;
	}





.popup-container-header{
    background-color: #613393;
    height: 110px;
}

.popup-container-main{
    text-align: center;
    max-width: 555px;
    margin: 0 auto;
    padding-bottom: 75px;
    padding-left: 10px;
    padding-right: 10px;
}
.popup-container-main .schedule-maitenance-icon{
    background-color: white;
    margin-top: -70px;
    width: 140px;
    height: 140px;
  margin-left: auto;
  margin-right: auto;
  border:2px solid #613393;
  border-radius: 5px;
      display: flex;
    align-items: center;
    justify-content: center;
        
}

.pum-container.popmake{
	background:#fff;
	padding:0;
}

.popup-container-main h2{
	font-size: 21px;
    font-weight: 900;
    color: black;
    margin-top: 25px;
}
.schedule-maitenance-text{
    font-size: 19px;
    color: black;
    line-height: 1.2;
	text-align: left;
	
}
.schedule-maitenance-text strong{
	font-weight:800;
}
.pum-close.popmake-close{

    background: url('../../assets/images/ph_x-fill.png') !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    width: 42px !important;
    height: 42px !important;
	font-size:0 !important;
	    top: 15px !important;
	right:15px !important;
	box-shadow:unset !important;
}

.pum-overlay{
	    background-color: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(1px) !important;
}

/*End Popup Scheduled Maintenance */