html,
body,
.container-login {
  height: 100%;
}

@font-face {
  font-family: Roboto-Light;
  src: url(../dist/fonts/Roboto-Light.ttf);
}

@font-face {
  font-family: Roboto-Regular;
  src: url(../dist/fonts/Roboto-Regular.ttf);
}

.vertical-center-row {
  height: 100%;
}

.login-ui {
  display: none;
  height: 100%;
  margin-bottom: 0px;
}

.loading {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #d0043c;
}
.loading img {
  width: 50px;
  margin-top: 300px;
}

.header {
  background: rgb(85, 85, 85);
  height: 2.5em;
  color: #fff;
}
.header p {
  margin-top: 0px;
  padding: 7px 15px;
  font-size: 15px;
}

.ip-left {
  padding: 1em 0.5em 0em 1em !important;
}

.ip-right {
  padding: 1em 1em 0em 0.5em !important;
}
.btnf {
  float: right;
  margin-bottom: 1em;
  margin-top: 8px;
}

.login-row {
  margin-bottom: 0px;
  position: relative;
  animation: loginRowAni 2s infinite;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-duration: 0.5s;
}

.groupImgMain {
  text-align: center;
}

@keyframes loginRowAni {
  from {
    right: -10%;
  }
  to {
    right: 0%;
  }
}
.input-field {
  height: 2.5rem;
}

.login-btn {
  background: #cf003d;
  height: 44px;
  line-height: 46.4px;
  font-size: 18px;
  border-radius: 4px;
  box-shadow: none;
}
.msLogin-btn {
  width: 100%;
  height: 44px;
  padding: 10px 13px 10px 13px;
  border: 1px;
  gap: 15px;
}
.login-btn:hover {
  background-color: #cf003d;
}
.msLogin-btn:hover {
  background-color: #ffffff;
}
.input-field input:focus + label {
  color: #cf003d !important;
}
.row .input-field input:focus {
  border-bottom: 1px solid #cf003d !important;
}
.main-header {
  background: rgb(85, 85, 85);
  height: 6vh;
}
.ib-logo {
  /* width: 40%; */
  width: inherit;
  margin-left: 5em;
  padding: 9px 0px 33px 30px;
}
.pr-0 {
  padding-right: 0px !important;
}
.errorImg {
  width: 12px !important;
  display: block;
  color: lightgray;
}

.error_text {
  color: white;
  display: none;
}

.pt-10 {
  padding-top: 10px !important;
}

#invalid_pass {
  display: none;
}

#invalid_origin {
  display: none;
}

#error_msg {
  display: none;
}

.validate::-ms-clear {
  display: none;
}

.validate::-ms-reveal {
  display: none;
}
.inner-err {
  display: table-cell;
  vertical-align: middle;
  height: 100vh;
  text-align: -webkit-center;
}
.inner-err h5 {
  font-size: 3em;
}

.inner-err p {
  text-align: left;
  color: #fff;
}
.container-error {
  display: none;
  text-align: center;
}
.container-error-500 {
  display: none;
  text-align: center;
}
.duplicate-error {
  display: none;
  text-align: center;
}

.language {
  float: right;
  padding: 5px;
  cursor: pointer;
}

.language img {
  width: 27px;
}
.drop {
  margin-top: 32px !important;
}

.lang {
  display: inline;
}
.language_text {
  font-size: 15px;
}

.checkDe {
  opacity: 0;
}

#language_text_EN {
  color: red;
}

.red-bg {
  background: #be0f34;
  width: 65%;
}

.err_img img {
  width: 100%;
  padding: 51px 30px 28px;
}

.err_txt {
  padding-left: 42px !important;
  padding-top: 21px !important;
  font-family: Roboto-Light;
  font-size: 28px;
}

.err_subtext {
  font-family: Roboto-Regular;
  font-size: 16px;
  padding-top: 25px;
}

.err_maintext {
  font-size: 28px;
}

.subtext_mobile {
  display: none;
}
.subtext_full {
  display: block;
}

@media (max-width: 768px) and (min-width: 600px) {
  .err_img img {
    padding: 60px 5px 28px;
  }
}

@media (max-width: 599px) {
  .err_img img {
    padding: 60px 25px 28px;
  }
  .err_txt {
    padding-left: 0px !important;
  }
  .inner-err p {
    text-align: center;
  }
  .subtext_mobile {
    display: block;
  }
  .subtext_full {
    display: none;
  }
  .err_subtext {
    padding-top: 0px;
  }
}

/*New UI*/
select {
  display: block;
  direction: ltr;
  text-overflow: ellipsis;

  border: 0px solid #f2f2f2;
  width: 100%;
  padding-right: 55px;
  height: 44px;
}

.login-form {
  height: 60%;
  margin-top: 30%;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 50px;
}

.row.login-form-header {
  color: white;
  font-size: 28px;
  margin-left: 0px;
  position: relative;
  animation: loginHeaderAni 2s infinite;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-duration: 0.5s;
  left: 0px;
}

@keyframes loginHeaderAni {
  from {
    right: -20%;
  }
  to {
    right: 0%;
  }
}

.IBAcc {
  font-weight: bolder;
}

.loginInput {
  border-width: 1px !important;
  border-style: solid !important;
  border-radius: 4px !important;
  border-color: white;
  color: white;
  font-size: 18px !important;
}

label.loginLabel {
  color: white;
  padding-left: 10px;
  opacity: 0.5;
}

.loginButton {
  width: 100%;
  background-color: lightgray;
  font-weight: bolder;
}

.msloginButton {
  width: 100%;
  background-color: #ffffff;
  color: #656b70;
  text-transform: none !important;
}

.imageContainer {
  height: 80%;
  margin-top: 5%;
}

.IBLogoContainer {
  width: 50%;
  display: flex;
  float: left;
  margin-right: auto;
  height: 10%;
  position: relative;
  animation: run 2s infinite;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-duration: 0.5s;
}

@keyframes run {
  from {
    left: -50%;
  }
  to {
    left: 40%;
  }
}

.IBImageContainer {
  height: 75%;
  position: relative;
}
.backColor {
  background-color: #d31246;
  width: 100%;
}

.tagLineContainer {
  height: 15%;
  text-align: center;
}

.line1 {
  font-size: 1.47rem;
  font-weight: bold;
  animation: myanim1 1s infinite;
  animation-iteration-count: 1;
}

@keyframes myanim1 {
  0% {
    font-size: 35px;
  }
}

.line2 {
  animation: myanim 1s infinite;
  animation-iteration-count: 1;
  font-size: 1.17rem;
}

@keyframes myanim {
  0% {
    font-size: 30px;
  }
}

.rightPanel {
  height: 100%;
  background-color: #d31246;
}

.leftPanel {
  height: 100%;
}
.loginInput {
  padding-left: 10px !important;
}

.backImage {
  width: 448px;
  height: 297px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
  animation: backImageAni 1s infinite;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-duration: 0.5s;
  position: relative;
}

@keyframes backImageAni {
  from {
    right: -10%;
  }
  to {
    right: 0%;
  }
}

.groupImage {
  height: 100%;
  width: 100%;
  width: 448px;
  height: 297px;
  margin-left: auto;
  margin-right: auto;
}
/* Media Query for Mobile Devices */
@media (max-width: 480px) {
  .container-login {
    width: 100%;
  }
  .testing {
    color: red;
  }
  .rightPanel {
    height: fit-content;
  }

  .leftPanel {
    height: fit-content;
  }

  .login-form {
    margin-top: 0px;
    font-size: 12px;
  }

  .ib-logo {
    width: 100%;
  }

  .imageContainer {
    margin-top: 5%;
  }

  .backImage {
    width: 100%;
    height: 100%;
    margin-top: 0px;
  }

  .groupImage {
    width: 100%;
    height: 100%;
  }

  .login-form {
    padding-top: 20px;
  }

  .login-form-header {
    font-size: 18px !important;
    margin-bottom: 0px;
    left: 0px;
  }
  .divForMsLogoGif,
  .ib-logo_redirect,
  .msloginButton {
    font-size: 18px;
  }
}

/* Media Query for low resolution  Tablets, Ipads */
@media (min-width: 481px) and (max-width: 767px) {
  .testing {
    color: darkblue;
  }
  .login-form {
    margin-top: 0%;
    padding-top: 15px;
  }
  .ib-logo {
    width: 100%;
  }

  .groupImage {
    height: 100%;
    width: 100%;
    margin: -1px;
  }

  .backImage {
    height: 100%;
    width: 100%;
  }

  .row.login-form-header {
    font-size: 20px;
    margin-bottom: 0px;

    left: 0px;
  }

  .divForMsLogoGif,
  .ib-logo_redirect,
  .msloginButton {
    font-size: 20px;
  }

  .loginInput {
    height: 2.5rem;
    font-size: 16px !important;
  }

  #error_msg {
    width: 100%;
  }

  .login-btn {
    background: #cf003d;
    height: 35px;
    line-height: 38.4px;
    font-size: 15px;
    box-shadow: none;
  }

  .select-wrapper input.select-dropdown {
    font-size: 0px !important;
  }

  ul.select-dropdown {
    width: 100% !important;
  }
}
/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 768px) and (max-width: 1023px) {
  .testing {
    color: purple;
  }

  .rightPanel {
    height: fit-content;
  }

  .leftPanel {
    height: fit-content;
  }

  .login-form {
    margin-top: 0%;
  }

  .backImage {
    width: 75%;
    height: 60%;
    margin-top: 0%;
  }

  .groupImage {
    height: 100%;
    width: 100%;
    margin: -1px;
  }
}

/* Media Query for Laptops and Desktops */
@media (min-width: 1024px) and (max-width: 1280px) {
  .testing {
    color: saddlebrown;
  }
  .backImage {
    width: fit-content;
    height: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
  }

  .groupImage {
    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -2px;
  }
}

.dropbtn {
  background-color: transparent;
  box-shadow: none;
  color: white;
  padding: 5px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover,
.dropbtn:focus {
  background-color: transparent;
  box-shadow: none;
}

.dropdown {
  float: right;
  position: relative;
  display: inline-block;
}

.dropdown-link {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 115px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  right: 0;
  z-index: 1;
  opacity: 1;
  cursor: default;
}

.dropdown-link div {
  color: black;
  padding: 2px 16px;
  text-decoration: none;
  display: block;
  font-size: 18px;
}

.dropdown div:hover {
  background-color: #ddd;
}

.show {
  display: block;
}

.login-btn {
  color: #d31246;
  background-color: white;
}

.input-field.formField.col.s12 input:focus {
  box-shadow: none !important;
}
.show {
  display: block;
}

#showClient {
  width: 260px;
  height: 40px;
  border: 1px solid #f5f5f5;
  border-radius: 4px;
  opacity: 1;
}

#selectedVal {
  background: transparent 0% 0% no-repeat padding-box;
  height: 44px;
  font-size: 17px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 0.6;
  border-radius: 4px;
  padding-left: 10px;
}

#selectedVal:focus {
  border-radius: 4px;
}

select::-ms-expand {
  display: none;
}

.select-wrapper input.select-dropdown {
  position: absolute;
  font-size: 0px;
  color: white !important;
  border-bottom: none;

  overflow: hidden !important;
  width: 100% !important;
  padding-right: 70px;
}

.select-wrapper ul {
  width: 100% !important;
}

.select-wrapper .caret {
  display: none !important;
}

.dropdown-content li > a,
.dropdown-content li > span {
  color: black;
}

.select-dropdown li.disabled,
.select-dropdown li.disabled > span,
.select-dropdown li.optgroup {
  color: #d2b4bc !important;
  background: #d31246;
  font-size: 17px !important;
}

.row .input-field input:focus {
  border-bottom: 0px solid white !important;
  color: white !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.row .input-field input {
  color: white !important;
  font-size: 0px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  box-shadow: none !important;
}

.row .input-field input:focus {
  border-bottom: 1px solid white !important;
  box-shadow: none !important;
}

.dropdown-content.select-dropdown {
  border-radius: 4px !important;
}

.input-field input::-webkit-input-placeholder {
  /* Edge */
  color: white;
  opacity: 0.6;
}

.input-field input:-ms-input-placeholder {
  /* Internet Explorer */
  color: white;
  opacity: 0.6;
}

.input-field input::placeholder {
  color: white;
  opacity: 0.6;
}

.input-field input:-webkit-autofill {
  -webkit-transition-delay: 9999s !important;
  -webkit-transition: color 9999s ease-out, background-color 9999s ease-out !important;
  box-shadow: none !important;
  background-color: #be0f34 !important;
}

.clientDrp {
  width: 100%;
  background-color: transparent;
  box-shadow: none;
  border: none;
}

.clientInput {
  width: 88% !important;
}

.caret {
  width: 12%;
}

input[value="text"] {
  color: yellow !important;
}

.dropdown-content li:first-child {
  display: none !important;
}

.select-dropdown.dropdown-trigger {
  opacity: 0.6;
  padding-left: 10px !important;
}

.changeOpacity {
  opacity: 1 !important;
}

#server_IP_issue {
  width: 200px !important;
}
.logoTextContainer {
  display: inline;
  font-size: x-large;
  width: 15%;
  position: relative;
  float: left;
  margin-left: 26%;
}
#logoText {
  position: absolute;
  margin-left: -10%;
  display: flex;
  float: left;
  font-size: x-large;
  margin-left: -20%;
}

.select-dropdown.dropdown-content li:hover {
  background-color: rgba(0, 0, 0, 0.08) !important;
}

.ib-logo_redirect {
  width: 13vw;
  padding-top: 2%;
  padding-left: 2%;
}

#msLogo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 9%;
  width: 234px;
  padding: 0% 0px;
  height: 144px;
}

#msLogoText {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 78px;
  height: 25px;
  margin-bottom: 27px;
}
.divForMsLogoGif {
  position: absolute;
  margin-left: 41%;
  border-radius: 4px;
  margin-top: 7%;
  text-align: center;
  box-shadow: 0px 4px 8px -2px #0420401f;
}

#Or_Log_In_with {
  color: #ffffff;
  position: relative;
  margin-left: -2%;
  top: 6px;
  text-align: center;
}

#cssForHr2 {
  float: right;
  top: 11px;
  position: relative;
  padding-right: 0px;
  padding-left: 4px;
}

#cssForHr1 {
  top: 11px;
  position: relative;
  padding-left: 0px;
}

.divforMSSuccess {
  color: #45494d;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.divforMSSuccessMsg {
  color: #656b70;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  padding-right: 20px;
  padding-left: 20px;
}

.divForMsErrorImage {
  margin-left: 66%;
  border-radius: 4px;
  margin-top: 14%;
  text-align: center;
  box-shadow: 0px 4px 8px -2px #0420401f;
  padding: 2.375rem;
  width: 67%;
  margin-right: auto;
}

#span_error_2 {
  font-family: Roboto;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  color: #45494d;
  text-align: center;
}

#span_error_1 {
  font-family: Roboto;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.125rem;
  color: #dd2113;
}
#errorText {
  font-family: Roboto;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.75rem;
}

#tryAgainButton {
  display: flex;
  height: 3.4rem;
  padding: 0.5rem 1rem;
  align-items: center;
  transform: translate(50%, -50%);
  gap: 1rem;
  width: 100%;
}

#tryAgainButton:hover {
  cursor: pointer;
}
.outerErrorDiv {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  margin: auto;
  width: 50%;
}
.text_1 {
  color: var(--Colors-State-Grey-600, var(--Colors-State-Grey-600, #45494d));
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  transform: translate(-24%, -50%);
  position: absolute;
}

.text_2 {
  color: var(--Colors-State-Info-500, var(--Colors-State-Info-500, #3995e5));
  font-family: Roboto;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  text-decoration-line: underline;
}

.header-nav-container {
  width: 100%;
  height: 3rem;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  color: var(--Colors-State-Grey-600, var(--Colors-State-Grey-600, #45494d));
}

.header-nav-items {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem;
}

.header-nav-icon {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.header-nav-img {
  height: 28px;
  width: 28px;
}

.header-nav-name {
  color: var(--Colors-State-Grey-800, #1e2021);
  font-family: Roboto;
  font-size: 1.15rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75rem;
}

.nav-toggle-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  gap: 0.5rem;
}
.nav-toggle-switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 18px;
}

.nav-toggle-switch input {
  display: none;
}

#nav-toggle-slider.navslider {
  position: absolute;
  cursor: pointer;
  height: 16px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  border-radius: 34px;
  transition: 0.4s;
}

#nav-toggle-slider.navslider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 1px;
  bottom: 0px;
  background-color: white;
  border-radius: 50%;
  transition: 0.4s;
  margin-top: 1px;
  border: 0px;
}

#navToggleSwitch input:checked + #nav-toggle-slider.navslider {
  background-color: #e91e63;
}

#navToggleSwitch input:checked + #nav-toggle-slider.navslider:before {
  top: 0px;
  border: 0px;
  transform: translateX(20px);
}

.round {
  border-radius: 34px;
}

.nav-toggle-label {
  color: var(--Colors-State-Grey-700, var(--Colors-State-Grey-700, #373a3d));
  text-align: center;
  font-family: Roboto;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
}

.header-nav-list {
  display: flex;
  flex-direction: row;
}

.header-nav-list-icon {
  display: flex;
  padding: 8px 8px;
  cursor: pointer;
  gap: 1rem;
  align-items: center;
}
.header-nav-list-img {
  width: 18px;
  height: 18px;
}

.header-nav-list-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  padding: 0.188rem 0 0 0;
}

.dropdown-container {
  position: relative;
  display: inline-block;
}

.icon-toolTip::before,
.icon-toolTip::after {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.icon-toolTip:hover::before,
.icon-toolTip:hover::after {
  visibility: visible;
  opacity: 1;
}

.icon-toolTip::before {
  content: attr(
    data-tooltip
  ); /* Use the content from the data-tooltip attribute */
  position: absolute;
  top: 110%; /* Position below the element */
  left: 20%;
  transform: translateX(-50%);
  background: #fff;
  color: #333;
  padding: 0.4rem;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 500;
  white-space: nowrap;
  z-index: 1000;
  box-shadow: 0px 4px 12px rgba(4, 32, 64, 0.04),
    0px 12px 24px rgba(4, 32, 64, 0.08), 0px -8px 12px rgba(4, 32, 64, 0.04);
  max-width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Tooltip arrow */
.icon-toolTip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  overflow: hidden;
}

.product-main-container {
  display: grid;
  align-items: center;
  margin: auto 100;
  min-height: 94vh;
}
.product-header-container {
  display: grid;
  justify-items: center;
  gap: 3.62rem;
  user-select: none;
}
.product-header-text {
  display: grid;
  justify-items: center;
  gap: 2.44rem;

  color: var(--Colors-State-Grey-700, var(--Colors-State-Grey-700, #373a3d));
}
.product-header-title {
  font-family: Roboto;
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  line-height: 3.5rem;
  user-select: none;
  width: 40rem;
}
.product-header-description {
  font-family: Roboto;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  line-height: 2.5rem;
  user-select: none;
}
.product-footer-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.44rem;
  color: var(--Colors-State-Grey-500, var(--Colors-State-Grey-500, #656b70));
}
.product-footer-text1 {
  display: grid;
  gap: 0.125rem;
  justify-items: end;
}
.product-footer-text2 {
  display: grid;
  gap: 0.125rem;
  justify-items: center;
}
.footer-text {
  font-family: Roboto;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  user-select: none;
}
.product-footer-text-link {
  color: var(--Colors-State-Info-500, var(--Colors-State-Info-500, #3995e5));
  font-family: Roboto;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75rem;
  text-decoration: none;
}
.product-card-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 2.375rem;
  width: 50%;
  margin: 0% auto;
}

.product-card:hover {
  border-radius: 0.9375rem;
  background: #fff;
  box-shadow: 0px 4px 12px 0px rgba(4, 32, 64, 0.04),
    0px 12px 24px 0px rgba(4, 32, 64, 0.08),
    0px -8px 12px 0px rgba(4, 32, 64, 0.04);
}

.product-card {
  font-family: Roboto;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  text-align: center;
  flex: 1 1;
  color: var(--Colors-State-Grey-600, var(--Colors-State-Grey-600, #45494d));
  display: flex;
  padding: 1.25rem 0.75rem;
  justify-items: center;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  transition: box-shadow 0.3s ease;
  user-select: none;
}
.product-card-icon {
  display: flex;

  justify-content: center;
  align-items: center;
}

.product-card-img {
  width: 100%;
  height: 100%;
}

.product-card-button {
  visibility: hidden;

  display: flex;
  padding: 0.5rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.product-card-name {
  display: flex;

  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
}

.product-card:hover .product-card-button {
  visibility: visible;
}

.product-card:hover .product-card-name-enabled {
  font-weight: 700;
  color: var(--Colors-State-Grey-800, var(--Colors-State-Grey-800, #1e2021));
}

.toggleSwitch-container {
  margin-left: 6rem;
}

.toggle-label {
  color: var(--Colors-State-Grey-700, var(--Colors-State-Grey-700, #373a3d));
  text-align: center;
  font-family: Roboto;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  user-select: none;
}

.product-card-button-common {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative !important;
  border-radius: 8px;
  padding: 8px 16px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  cursor: pointer;
  font-size: 0.75rem;
  line-height: 1.25rem;
}

.product-card-button-unlock {
  background: #fff;
  color: #d31245;
  border: 1px solid #d31245;
}

.product-card-button-open {
  background: #d31245;
  color: #fff;
  border: 1px solid #d31245;
}

.lang-dropdown-link,
.profile-dropdown-link {
  display: none;
  position: absolute;
  background-color: #fff;
  max-width: 9rem;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  right: 0;
  padding: 5px;
  z-index: 1;
  opacity: 1;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.suite-language_text {
  max-width: 7rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lang-dropdown-link div,
.profile-dropdown-link div {
  color: black;
  text-decoration: none;
  padding: 8px 16px;
  cursor: pointer;
  transition: background-color 0.3s;
  font-size: 0.875rem;
  font-weight: 500;
  user-select: none;
  font-family: Roboto;
}

.lang-dropdown-link div:hover,
.profile-dropdown-link div:hover {
  background-color: #ebf0f5;
  border-radius: 8px;
}

.lang-dropdown-link > div.selected,
.profile-dropdown-link > div.selected {
  background-color: #ebf0f5;
  border-radius: 8px;
}
.show {
  display: flex;
  flex-direction: column;
  line-height: 15px;
}

.profile-dropbtn {
  background-color: transparent;
  box-shadow: none;
  color: white;
  padding: 5px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.profile-dropbtn:hover,
.profile-dropbtn:focus {
  background-color: transparent;
  box-shadow: none;
}

.suite-language_text-logout {
  display: flex;
  gap: 5px;
}

.suite-language_text_logout {
  color: #dd2113;
}

nav {
  line-height: unset !important;
}

.toast-main-container {
  position: fixed;
  top: 5%;
  right: 5%;
  width: 300px;
  z-index: 9999;
}

.toast {
  margin-bottom: 1rem;
  display: block;
  padding: 12px 16px;
  border-radius: 8px;
  background: #fff;
  border-left: 4px solid #ccc;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  animation: fadein 0.3s, fadeout 0.3s 4.5s;
  transition: opacity 0.3s ease;
}

.toast-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
}

.toast-icon {
  margin-right: 8px;
}

.toast-title {
  flex-grow: 1;
}

.toast-close {
  cursor: pointer;
  font-size: 18px;
  color: red;
  margin-left: 10px;
}

.toast-body {
  margin-top: 6px;
  font-size: 11px;
}

.toast-success {
  background: #f6ffed;
  border-left: 4px solid #52c41a;
  color: #135200;
}

/* Error */
.toast-error {
  background: #fff2f0;
  border-left: 4px solid #ff4d4f;
  color: #a8071a;
}

/* Info */
.toast-info {
  background: #e6f7ff;
  border-left: 4px solid #1890ff;
  color: #0050b3;
}

/* Warning */
.toast-warning {
  background: #fffbe6;
  border-left: 4px solid #faad14;
  color: #874d00;
}

.loader-bar {
  position: relative;
  width: inherit;
  height: 4px;
  background-color: #ddd;
  border-radius: 4px;
  overflow: hidden;
  margin: 15px auto 0;
}

.loader {
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: #7443439a;
  animation: loading 3s infinite;
}

@keyframes loading {
  0% {
    left: -50%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: -50%;
  }
}
.authenticating {
  color: white;
}
.authentication-message {
  display: inline-block;
  width: 100%;
  padding-left: 0.5rem;
}
.disabled-login-btn {
  background-color: rgb(158 148 148) !important;
  pointer-events: none;
  cursor: not-allowed;
}
