::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #99ffcc;
}

::-webkit-scrollbar {
  width: 6px;
  background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
  background-color: #004c40;
}

body {
  font-family: Mabry Pro;
  font-feature-settings: "ss08";
}

[class*=" icon-"],
[class^="icon-"] {
  display: inline-block;
  font-size: 1.5rem;
}

.attr {
  margin-bottom: 20px;
}

select[aria-disabled="true"],
input[aria-disabled="true"] {
  opacity: 0.5;
  pointer-events: none;
}

.required:after {
  content: "*";
  padding-left: 4px;
}

.extension_preferencesCompany_li {
  display: none;
}

#attributeList ul li input[type="radio"]:checked {
  background-color: #008577 !important;
  border: 1px solid #008577;
}

#attributeVerification #attributeList ul li input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

#attributeVerification #attributeList ul li input[type="checkbox"],
#attributeVerification #attributeList ul li input[type="radio"] {
  width: 15px !important;
  box-shadow: none;
  height: 15px;
  display: inline-block;
  float: left;
  clear: left;
  margin-top: 16px;
  appearance: none;
  padding: 0;
  cursor: pointer;
}

#extension_Selectwhichpreferencessuityourneeds_label {
  margin-bottom: 2rem;
}

.CheckboxMultiSelect input:checked+label {
  position: relative;
  border: 1px solid #00dc75;
  background-color: #00dc75;
  color: #001d17;
}

#attributeList ul li input[type="radio"]+label {
  float: left;
  display: inline-block !important;
  margin-top: 12px;
  margin-left: 16px;
  cursor: pointer;
}

.CheckboxMultiSelect label {
  border: 1px solid #001d17;
  display: inline-block;
  padding: 15px 25px;
  margin: 0 calc(0.5rem * 0.5) calc(0.5rem * 2) calc(0.5rem * 0.5);
  line-height: 16px;
  text-align: center;
  border-radius: 75px;
  cursor: pointer;
  margin-right: 10px;
  font-size: 16px;
  transition: 0.3s all ease-in-out;
}

#VerificationCode {
  pointer-events: initial !important;
  opacity: 1 !important;
}

#simplemodal-overlay {
  background: #ffffffe8 !important;
  opacity: 1 !important;
}

#verifying_blurb {
  font-size: 20px;
}

.CheckboxMultiSelect label:hover {
  transform: scale(1.04);
}

#extension_PhoneNumber {
  padding-left: 37%;
}

.extension_PhoneNumber_li {
  position: relative;
}

#extension_countryCode {
  position: absolute;
  height: 48px;
  width: 35%;
  border-radius: 75px 0px 0px 75px;
  outline: none;
  padding: 5px 24px 5px 14px;
  left: 0;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  appearance: none;
  background: url(https://cdn-icons-png.flaticon.com/512/2985/2985150.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 97%;
}

#extension_countryCode_label {
  display: none;
}

input[type="checkbox"] {
  margin-top: 4px !important;
  margin-right: 10px;
}

input[type="checkbox"]:checked {
  background-color: #008577 !important;
  border: 1px solid #008577;
}

input[type="checkbox"]:checked::after,
input[type="radio"]:checked::after {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  color: #fff;
  font-weight: 800;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.error {
  color: #ab241b;
  font-size: 15px;
  margin-bottom: 5px;
}

.verifyCode,
.sendCode {
  margin-right: 25px;
}

.verificationSuccessText {
  margin-bottom: 20px;
  color: #00a759;
}

#email_label {
  margin-top: 15px;
}

button::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  color: #fff;
  font-weight: 800;
  margin-left: 20px;
  font-size: 20px;
  position: absolute;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}

@media (min-width: 991px) {
  button:hover {
    padding-right: 60px;
    margin-right: 20px !important;
  }

  button:hover::after {
    opacity: 1;
  }
}

.TextBox {
  clear: both;
}

.RadioSingleSelect {
  margin-bottom: 16px;
}

.textBox:first-child {
  padding-top: 15px;
}

#attributeVerification #attributeList ul {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.portal-signup {
  padding-top: 50px;
  padding-bottom: 50px;
}

.login-container .verifyButton {
  margin-right: 40px;
}

.login-container h3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
  text-align: center;
  color: #001d17;
}

.login-container p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #525655;
  text-align: left;
  margin: 0;
}

#email_intro {
  margin-bottom: 10px;
  display: none !important;
}

.verificationInfoText {
  margin-bottom: 15px;
  color: #01af5d;
}

.custom-heading {
  margin-top: 64px;
  margin-bottom: 24px;
}

.heading {
  display: none;
}

.custom-heading h3 {
  font-size: 30px;
  font-weight: 500;
  color: #001d17;
  margin-bottom: 1rem;
}

.custom-heading p {
  font-size: 16px;
  margin-bottom: 0rem;
  font-weight: 400;
  color: #525655;
}

.intro {
  display: none;
}

.custom-heading,
.intro {
  text-align: center;
}

.intro h2 {
  font-size: 16px;
  color: #525655;
  margin-bottom: 60px;
}

/* .login-container form {
  display: flex;
  flex-direction: column;
  margin: auto;
  padding-bottom: 46px;
} */
#continue[aria-disabled="true"] {
  opacity: 0.5;
  pointer-events: none;
}

#validate[aria-disabled="true"] {
  opacity: 0.5;
  pointer-events: none;
}

#continue {
  margin: auto;
  display: block;
  width: 100%;
}

#validate {
  margin: auto;
  display: block;
  width: 100%;
}

.entry-item {
  display: flex;
  flex-direction: column;
}

form label {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #001d17;
}

#cancel {
  display: none;
}

.helpLink {
  display: none;
}

.attr ul {
  list-style: none;
  padding: 0;
}

form .attrEntry input,
#countryCode,
#number {
  height: 48px;
  width: 100%;
  border-radius: 100px;
  border: 1px solid #004c40;
  padding: 0 14px;
  margin-bottom: 16px;
}

form .attrEntry input:focus-visible,
#countryCode:focus-visible,
#number:focus-visible {
  outline: none;
}

form button {
  border-radius: 6.25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  padding: 0.75rem 2.5rem;
  padding-right: 2.5rem;
  position: relative;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  background-color: #00dc75;
  color: #001d17;
  border: none;
  margin-bottom: 16px;
}

@media (min-width: 991px) {
  form button:hover {
    background-color: #004c40;
    color: #fff;
  }
}

form a {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration-line: underline;
  color: #008577;
  text-align: end;
}

.question-link {
  max-width: 352px;
  padding-left: 32px;
}

.question-link p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #001d17;
  text-align: left;
  padding-bottom: 8px;
}

.question-link a {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration-line: underline;
  color: #008577;
  max-width: 247px;
  display: inline-block;
}

.question-link svg {
  margin-left: 10px;
}

.portal-login .login-bg {
  background: linear-gradient(90deg,
      rgba(0, 0, 0, 0.7) 0%,
      rgba(0, 0, 0, 0) 100%),
    url("https://aaboelwafa.blob.core.windows.net/templateei/bg.png");
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: cover;
  position: absolute;
  right: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.content {
  padding-left: 60px;
  padding-bottom: 84px;
  max-width: 531px;
}

.content h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: -0.72px;
  margin-bottom: 16px;
  color: #fff;
}

.content p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  color: #fff;
}

/* ========== Progress bar =============== */
.portal-signup .progressbar {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.portal-signup .progressbar-list {
  width: 33.333%;
  font-weight: 500;
  font-size: 14px;
}

.portal-signup .progressbar .progressbar-list::before {
  content: " ";
  background-color: #fff;
  border: 2px solid #004c40;
  border-radius: 50%;
  display: block;
  width: 30px;
  height: 30px;
  margin: 9px auto;
  /* box-shadow: 1px 1px 3px #606060; */
  transition: all;
}

.portal-signup .progressbar .prev-list::before {
  content: " ";
  background-color: #004c40;
}

.portal-signup .progressbar-list::after {
  content: "";
  background-color: #004c40;
  padding: 0px 0px;
  position: absolute;
  top: 14px;
  left: -50%;
  width: 100%;
  height: 2px;
  margin: 9px auto;
  z-index: -1;
  transition: all 0.8s;
}

.portal-signup .progressbar-list.active::after {
  background-color: #004c40;
}

.portal-signup .progressbar-list:first-child::after {
  content: none;
}

.portal-signup .progressbar-list.active::before {
  font-family: "Font Awesome 5 free";
  content: "\f111";
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  padding: 6px;
  background-color: #004c40;
  border: 1px solid #004c40;
  box-shadow: 0 0 0 7.5px rgb(0 150 136 / 40%);
}

.progressbar-list {
  color: #004c40;
}

/* header  */
.header {
  background-color: #001d17;
  padding: 1.25rem 0;
  text-align: center;
  color: #fff;
  width: 100%;
  height: 80px;
}

.header .logo {
  float: left;
}

.header .logo img {
  max-width: 135px;
}

.header .logo svg {
  width: 45%;
  fill: transparent;
}

form input[type="radio"] {
  width: initial;
  height: initial;
  margin-right: 10px;
}

.RadioSingleSelect label {
  margin-right: 25px;
}

i {
  width: 16px;
  height: 16px;
  display: inline-block;
}

/* ============== OTP auth ==================== */

.AuthenticatorAppIconControl .googleStoreIconControlContent img {
  float: left !important;
  width: 50% !important;
}

.AuthenticatorAppIconControl .appStoreIconControlContent img {
  float: left;
  width: 42% !important;
  margin-top: 13px !important;
}

.qrCodeControlContent {
  text-align: center;
}

#totpQrCodeControl-img {
  margin: auto;
}

.AuthenticatorInfoControl .attrEntry {
  text-align: center;
}

@media (max-width: 767px) {
  .CheckboxMultiSelect label {
    width: 100%;
    height: 100%;
    margin: 15px 0px;
    line-height: 25px;
  }

  .portal-login .row {
    flex-direction: column-reverse;
  }

  .portal-login .login-bg {
    position: initial;
    height: 70vh;
  }

  .question-link {
    padding-left: 0px;
  }

  .content {
    padding-left: 0;
  }

  .header .logo {
    text-align: left;
  }

  .portal-signup .progressbar {
    align-items: normal;
    padding: 0;
  }

  #continue,
  #cancel {
    width: 100%;
  }

  #validate {
    width: 100%;
  }

  .verifyCode,
  .sendCode {
    margin-right: 0;
  }
}

/* ==================================== */
.enterprise-ireland-footer {
  background-color: #001d17;
  padding: 5rem 0;
}

.enterprise-ireland-footer .social-media-icons .footer-social-icons {
  display: flex;
  justify-content: flex-end;
}

.enterprise-ireland-footer .social-media-icons .footer-social-icons a {
  color: #00dc75;
  margin-right: 15px;
}

.enterprise-ireland-footer .social-media-icons .footer-social-icons a:hover {
  color: #00dc75;
}

.enterprise-ireland-footer .mobile-list {
  padding-left: 15px !important;
}

.enterprise-ireland-footer .footer-big-list {
  padding-left: 0;
  list-style: none;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.enterprise-ireland-footer .footer-big-list li a:first-child {
  padding-bottom: 1rem;
}

.enterprise-ireland-footer .footer-big-list li a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25rem;
  display: inline-block;
}

.enterprise-ireland-footer .footer-big-list li a:hover {
  color: #fff;
}

.enterprise-ireland-footer .phone-head-wrapper {
  flex-direction: row-reverse;
  padding-bottom: 2.5rem;
  border-bottom: 0.0625rem solid #004c40;
  margin-left: 0;
  margin-right: 0;
}

.enterprise-ireland-footer .phone-head-wrapper .col-6 {
  padding-left: 0;
  padding-right: 0;
}

.enterprise-ireland-footer .phone-head-wrapper .icon__title .icon {
  color: #00dc75;
}

.enterprise-ireland-footer .phone-head-wrapper .icon__title .icon i {
  color: #00dc75;
}

.enterprise-ireland-footer .phone-head-wrapper .icon__title .phone-text {
  padding-top: 0.5rem;
}

.enterprise-ireland-footer .phone-head-wrapper .icon__title .phone-text .text-body {
  color: #00dc75 !important;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 24px;
}

.enterprise-ireland-footer .phone-head-wrapper .icon__title .phone-text p {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.enterprise-ireland-footer .phone-head-wrapper .icon__title .phone-text p a {
  color: #fff;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
  text-decoration: none;
}

.enterprise-ireland-footer .footer-items-wrappers {
  border-bottom: 1px solid #004c40;
}

.enterprise-ireland-footer .footer-items-wrappers .footer-item-title {
  color: #00dc75 !important;
  padding-bottom: 1rem;
  padding-top: 1rem;
  cursor: pointer;
  position: relative;
  text-transform: capitalize;
}

.enterprise-ireland-footer .footer-items-wrappers .footer-item-title::after {
  content: "\edef";
  font-family: "icomoon" !important;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 15px;
  transform: translate(0, 50%);
}

.rotate-icon::after {
  transform: translateY(50%) rotate(180deg) !important;
}

.enterprise-ireland-footer .footer-items-wrappers .hide {
  display: none;
}

.enterprise-ireland-footer .footer-items-wrappers .footer-items {
  padding-left: 0;
  list-style: none;
}

.enterprise-ireland-footer .footer-items-wrappers .footer-items li {
  margin-bottom: 1rem;
}

.enterprise-ireland-footer .footer-items-wrappers .footer-items li a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

.enterprise-ireland-footer .footer-items-wrappers .footer-items li a:hover {
  color: #fff;
}

.enterprise-ireland-footer .col-specs {
  padding-left: 15px;
  padding-right: 15px;
}

.copy-rights {
  background-color: #004c40;
  padding: 0.62rem 0 0.62rem;
  text-align: center;
  color: #fff;
}

.copy-rights .text {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.125rem;
}

.copy-rights .vat {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.125rem;
}

@media (min-width: 991px) {
  .enterprise-ireland-footer .footer-big-list {
    display: flex;
    padding-top: 0;
    padding-bottom: 5.44rem;
    margin-bottom: 0;
  }

  .enterprise-ireland-footer .footer-big-list li {
    padding-left: 32px;
  }

  .enterprise-ireland-footer .footer-big-list li:first-child {
    padding-left: 7.28rem;
  }

  .enterprise-ireland-footer .footer-big-list li a {
    font-size: 1rem;
  }

  .enterprise-ireland-footer .phone-head-wrapper {
    flex-direction: column;
    border-bottom: unset;
  }

  .enterprise-ireland-footer .phone-head-wrapper .icon__title {
    margin-bottom: 3rem;
    display: flex;
  }

  .enterprise-ireland-footer .phone-head-wrapper .icon__title .phone-text {
    padding-top: 0;
    padding-left: 1rem;
  }

  .enterprise-ireland-footer .phone-head-wrapper .icon__title .phone-text p {
    font-size: 16px;
  }

  .enterprise-ireland-footer .footer-items-wrappers {
    border-bottom: unset;
  }

  .enterprise-ireland-footer .footer-items-wrappers .hide {
    display: block;
  }

  .enterprise-ireland-footer .footer-items-wrappers .footer-items {
    margin-bottom: 0;
  }

  .enterprise-ireland-footer .footer-items-wrappers .footer-items li:last-child {
    margin-bottom: 0;
  }

  .enterprise-ireland-footer .footer-items-wrappers .footer-item-title {
    padding-top: 0;
  }

  .enterprise-ireland-footer .footer-items-wrappers .footer-item-title::after {
    all: unset;
  }

  .copy-rights {
    padding: 1.56rem 0 1.56rem;
  }

  .copy-rights .row {
    justify-content: space-between;
  }
}

/* CUTOM CLASSES ################################################################## */

#api {
  display: flex;
  align-content: center;
  justify-content: space-evenly;
  flex-wrap: nowrap;
  flex-direction: column-reverse;
}

/* Dividers -------------------------------------------- */

.divider {
  position: relative;
  border-bottom: 1px solid silver;
  margin-bottom: 50px;
  margin-top: 50px;
  color: silver;
}

.divider h2 {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  display: inline-block;
  width: fit-content;
  padding: 0 10px;
  background: #fff;
  top: -8px;
  font-size: 16px;
}

/* /END Dividers */

/* Enterprise staff button ------------------------------------------------------  */

#IdPAzureActiveDirectoryExchange {
  border-radius: 6.25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  padding: 0.75rem 2.5rem;
  padding-right: 2.5rem;
  position: relative;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  background-color: #00dc75;
  /* background-color: #004c40; */
  color: #001d17;
  border: none !important;
  margin-bottom: 16px;
  width: 100%;
}

button:hover {
  background-color: #004c40 !important;
  /* background-color: #00dc75; */
  color: #fff !important;
  padding-right: 60px !important;
}

#IdPAzureActiveDirectoryExchange:focus {
  border: none !important;
  outline: none !important;
}

/* /END Enterprise staff button ------------------------------------------------------  */

/* form styles ------------------------------------------------------------------------ */

form .entry-item input {
  height: 48px;
  width: 100%;
  border-radius: 50px;
  border: 1px solid #004c40;
  padding: 0 14px;
  margin-bottom: 16px;
}

.login-container form {
  display: flex;
  flex-direction: column;
  margin: auto;
  width: 100%;
  /* padding-bottom: 46px; */
}

/* /END form styles */

/* Sign up buttom ------------------------------------------------------  */

#createAccount {
  display: flex;
  justify-content: center;
  border-radius: 6.25rem;
  border: 1px solid #009077 !important;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5rem;
  padding: 0.75rem 2.5rem;
  padding-right: 2.5rem;
  position: relative;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  background-color: #ffffff;
  /* background-color: #004c40; */
  color: #009077;
  margin-bottom: 16px;
  width: 100%;
}

#createAccount:hover {
  background-color: #009077 !important;
  /* background-color: #00dc75; */
  color: #fff !important;
  /* padding-right: 60px!important; */
  font-weight: 500;
}

.create {
  display: flex;
  flex-direction: column;
}

/* /END Sign up buttom --------------------------------------------------  */


/* MFA ------------------------------------------------------  */

#sendCode,
#verifyCode,
#verifyPhone,
#continuePhone {
  border-radius: 6.25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  padding: 0.75rem 2.5rem;
  padding-right: 2.5rem;
  position: relative;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  background-color: #00dc75;
  color: #001d17;
  border: none;
  margin-bottom: 16px;
}

#codeVerification input {
  height: 48px;
  width: 100%;
  border-radius: 100px;
  border: 1px solid #004c40;
  padding: 0 14px;
  margin-bottom: 16px;
}

/* /END MFA --------------------------------------------------  */

/* links login ----------------------------------------------------------  */

.create p {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#forgotPassword {
  display: flex;
  float: none;
  justify-content: center;
  margin-top: 8px;
}

/* #forgotPassword {
  display: flex;
  float:none;
  justify-content: flex-start;
  margin-top: 8px;
} */

.faq-links {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration-line: underline;
  color: #008577;
  margin-left: 8px;
}

.faq-links:hover {
  color: #008577;
}

.faqLink {
  display: flex;
  justify-content: center;
}

.more_info {
  border-bottom: 1px dotted;
  position: relative;
}

.more_info .title {
  position: absolute;
  top: 20px;
  background: silver;
  padding: 4px;
  left: 0;
  white-space: nowrap;
}
/* /END links login -------------------------------------------------------  */