:root {
  --color__accent: #6200ee;

  --field__background: #f5f5f5;
  --field__background--hover: #e9e9e9;
  --input__border: rgba(0, 0, 0, 0.42);
  --input__border--hover: rgba(0, 0, 0, 0.62);
  --label__color: #222;

  --font__size: 16px;
  --font__family: Roboto, Arial, sans-serif;
}

@font-face {
  font-family: 'myriadProRegular';
  src: url('../fonts/MyriadPro-Regular.woff') format('woff');
}

.bg-imageBody {
  z-index: 9999999999;
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  margin-top: -10px;
  background: url(../images/loginbg.png) left top;
  background-size: cover;
  background-repeat: no-repeat;
}

.infosyslogo {
  margin-top: 17px;
  margin-left: 32px;
  width: 122px;
  height: 45px;
  background: transparent url('../images/infy.png') 0% 0% no-repeat padding-box;
  opacity: 1;
}

.customPanelClass {
  /* position: relative;
  top: 80px;
  left: 880px;*/
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 322px;
  height: fit-content;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 4px #00000029;
  border: 0.5px solid #0000001F;
  border-radius: 16px;
  opacity: 1;
}

.customPanelBody {
  padding: 20px 31px 20px 40px;
  position: relative;
  height: 100%;
  /*margin-bottom:20px;*/
}



.customProjectName {
  text-align: center;
  font: normal normal 600 24px/30px myriadProRegular;
  /* font-family: ; */
  /* font-family: myriadProRegular; */
  letter-spacing: 0px;
  color: #8626C3;
  opacity: 1;
}

.customLoginName {
  text-align: center;
  font: normal normal 600 18px/24px myriadProRegular;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  position: relative;
}


.error-message {

  color: #f44336;
  font-weight: normal;
  font-size: small;
}

input:not(:focus):not(:placeholder-shown):invalid {
  border-bottom: 2px solid #f44336;

  color: #f44336;
}

input:not(:focus):not(:placeholder-shown):invalid+.floating-label {

  color: #f44336;
}

input:not(:focus):not(:placeholder-shown):invalid+.error-message {
  display: block !important;
}

.input-wrapper {
  position: relative;
  /* margin: 45px 0; */
  transition: all 0.3s;
}

/* form-cotrol */
.inputText {
  font-size: 1rem;
  width: 100%;
  line-height: 1;
  border: none;
  border-bottom: 1px solid grey;
  outline: none;
  padding: 0.4375em 0;
  vertical-align: bottom;
}

.inputText::placeholder {
  color: transparent;
}

.inputText:focus {
  box-shadow: none;
  outline: none;
  border-bottom: 2px solid #8626C3;
}

/* form-label */
.floating-label {
  pointer-events: none;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.125;
  font-family: Roboto, "Helvetica Neue", myriadProRegular;
  color: grey;
  margin-bottom: 0px;
  transform: translateY(-1.25em);
  transform-origin: 0 0;
  transition: all 0.3s;
}

.inputText:focus+.floating-label {
  color: #8626C3;
}

.inputText:focus+.floating-label,
.inputText:not(:placeholder-shown)+.floating-label {
  transform: translateY(-0.6em) scale(0.6);
  font-size: 20px;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.customButtonCss {
  top: 505px;
  left: 872px;
  width: 258px;
  height: 43px;
  background: #000000 0% 0% no-repeat padding-box;
  border-radius: 8px;
  opacity: 1;
  color: white;
}

.customButtonCssCancel {
  top: 505px;
  left: 872px;
  width: 258px;
  height: 43px;
  background: white 0% 0% no-repeat padding-box;
  border-radius: 8px;
  opacity: 1;
  color: white;
}

.invalid-input {
  border-bottom: 2px solid red;
}

.invalid-label {
  color: red !important;
}

.valid-input {
  border-bottom: 1px solid grey;
  ;
}

.buttonText {
  font: normal normal 600 18px/24px myriadProRegular;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: capitalize;
  opacity: 1;
}

.buttonTextBlack {
  font: normal normal 600 18px/24px myriadProRegular;
  letter-spacing: 0px;
  color: #8626C3;
  text-transform: capitalize;
  opacity: 1;
}

.forgotpassordCss {
  text-align: left;
  font: normal normal normal 16px/20px Roboto;
  letter-spacing: 0px;
  color: #8626C3;
  opacity: 1;
  margin-bottom: 24px;
  font-family: myriadProRegular;
  margin-right: 12px;
}

.forgotpassordCss:hover {
  cursor: pointer;
  text-decoration: underline;
}

.loginInfosysCss {
  text-align: left;
  text-decoration: underline;
  font: normal normal normal 16px/20px Roboto;
  letter-spacing: 0px;
  color: #8626C3;
  opacity: 1;
  margin-bottom: 24px;
  font-family: myriadProRegular;
  margin-right: 12px;
}

.marginClass {
  margin-top: 8px;
}

.field-icon {
  float: right;
  top: -32px;
  position: relative;
  cursor: pointer;
}

.cursor-pointer {
  cursor: pointer
}


#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: green;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
}
.customButtonCss.disabled {
    opacity: 0.5;
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}


/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

@media(max-width:1240px) {
  .customPanelClass {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 322px;
    height: fit-content;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 4px #00000029;
    border: 0.5px solid #0000001F;
    border-radius: 16px;
    opacity: 1;
  }
}

.aline-content {
  font-family: "Poppins", Arial;
  text-align: center;
  color: #FFFF;
  margin-top: 170px;
}

/* Tab Content Display Rules */
.mat-mdc-tab-body {
  display: none;
}

.mat-mdc-tab-body.mat-mdc-tab-body-active {
  display: block;
}

.mat-mdc-tab-body-content {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.mat-mdc-tab-body-active .mat-mdc-tab-body-content {
  opacity: 1;
  visibility: visible;
}

/* Tab Header Active States */
.mat-mdc-tab .mdc-tab__text-label {
  color: #666;
}

.mat-mdc-tab.mdc-tab--active .mdc-tab__text-label {
  color: #8626C3;
  font-weight: 600;
}

/* Animated Loaders */
.loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #8626C3;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.pulse-loader {
  width: 40px;
  height: 40px;
  background-color: #007bff;
  border-radius: 50%;
  animation: pulse 1.5s ease-in-out infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.dots-loader {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 40px;
}

.dots-loader:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 8px;
  box-sizing: border-box;
  border: 16px solid #28a745;
  border-color: #28a745 transparent #28a745 transparent;
  animation: dots-loader 1.2s infinite;
}

@keyframes dots-loader {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  100% {
    transform: rotate(1800deg);
  }
}

/* Partners slider animation */
@keyframes slide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.partners-slider:hover {
  animation-play-state: paused;
}

.partner-card {
  transform: translateY(0);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.partner-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3) !important;
}

/* Utility classes to replace inline styles */
.margin-top-20 {
  margin-top: 20px;
}

.error-text {
  color: red;
  font-size: small;
  margin-top: -16px;
}

.cursor-pointer {
  cursor: pointer;
}

.text-center {
  text-align: center;
}

.padding-20 {
  padding: 20px;
}

.color-primary {
  color: #8626C3;
}

.color-blue {
  color: #007bff;
}

.color-green {
  color: #28a745;
}

.color-danger {
  color: #dc3545;
}

.color-muted {
  color: #666;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-bottom-25 {
  margin-bottom: 25px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-0 {
  margin: 0;
}

.margin-auto {
  margin: 0 auto;
}

.margin-auto.margin-bottom-20 {
  margin: 0 auto 20px;
}

.margin-auto.margin-bottom-30 {
  margin: 0 auto 30px;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-22 {
  font-size: 22px;
}

.font-size-28 {
  font-size: 28px;
}

.line-height-1-6 {
  line-height: 1.6;
}

.display-none {
  display: none;
}

.border-0 {
  border: 0px;
}

.width-0 {
  width: 0px;
}

.height-0 {
  height: 0px;
}

/* Additional utility classes for catalogue management */
.gradient-bg {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 20px;
  border-radius: 12px;
  margin: 20px 0;
}

.list-none {
  list-style: none;
}

.padding-0 {
  padding: 0;
}

.text-left {
  text-align: left;
}

.margin-10-0 {
  margin: 10px 0;
}

.margin-0-0-15-0 {
  margin: 0 0 15px 0;
}

.catalogue-btn {
  background: #8626C3;
  color: white;
  border: none;
  padding: 15px 30px;
  border-radius: 25px;
  cursor: pointer;
  font-size: 16px;
  margin-top: 20px;
  box-shadow: 0 4px 15px rgba(134, 38, 195, 0.3);
}

.margin_top_20px {
  margin-top: 20px;
}

.email_pattren_err {
  color: red;
  font-size: small;
  margin-top: -16px
}

.forgotpassordCss {
  cursor: pointer;
}


.checkbox-container input[type="checkbox"] {
  margin-right: 8px;
}

.checkbox-container label {
  color: #000000;
  cursor: pointer;
}


#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9999;
}

.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 40px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  max-width: 400px;
  width: 90%;
}

.popup-content h3 {
  color: #28a745;
  margin-bottom: 15px;
  font-size: 24px;
}

.popup-content p {
  margin-bottom: 25px;
  line-height: 1.5;
  color: #6c757d;
}

.close-popup {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 500;
}
.floating-label {
    position: absolute;
    left: 0;
    transform: none;
}
.colmd-12.input-wrapper.mb-4 {
    margin-top: 30px;
}