._inline-form {
    margin: 2px auto 0 !important;
}
._submit {
     margin-top: 2px !important;
    }
	._error-inner, ._error-arrow {
    display: none;
}
._has_error {
    border: #F37C7B 1px solid !important;
}




#acModal {
  display: none !important;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  padding-top: 40px;
}

#acModal.show {
  display: block !important;
}

#acModal .modal-content {
  background: #fff;
  padding: 0;
  margin: 5% auto;
  border-radius: 8px;
  width: 80%;
  max-width: 800px;
  position: relative;
  max-height: 80vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

#acModal .close,
#closeModal {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  font-weight: bold;
  color: #999;
  cursor: pointer;
  z-index: 10;
}

.modal-body {
  display: flex;
  flex-grow: 1;
  height: 100%;
  overflow: hidden;
}

.modal-image-with-text {
  width: 5rem;
   background-image: url('/adobe/dynamicmedia/deliver/dm-aid--eb58ede7-123c-4613-86eb-4272ae0d8d76/hitachi-global-02-graphictexture.jpg?quality=82&preferwebp=true');
  background-size: cover;
  background-position: center;
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.overlay-text {
  color: #fff;
  font-size: 1.75rem;
  padding: 20px 5px;
  text-align: left;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.form-side {
  flex: 1;
  overflow-y: auto;
  padding: 5px;
  box-sizing: border-box;
}

@media only screen and (max-width: 600px) {
  .modal-body {
    flex-direction: column;
  }

  .modal-image-with-text {
    width: 100%;
    height: 60px;
    background-position: top;
  }

  .overlay-text {
    writing-mode: horizontal-tb;
    transform: none;
    font-size: 16px;
    padding: 0 6%;
  }
}

.tooltip-anchor {
  position: relative;
  cursor: pointer;
  color: #c02 !important;
}

.global-tooltip {
  position: absolute;
  display: none;
  width: 300px;
  background-color: #000;
  padding: 12px;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  z-index: 99999;
  text-align: left;
  font-size: 14px;
  color: #fff;
}

.global-tooltip ul {
  margin: 0;
  padding-left: 18px;
}

.global-tooltip li {
  margin-bottom: 6px;
  list-style-type: disc;
}

#acModal .close:hover {
  color: #000;
}
@media only screen and (max-width: 882px) {
  iframe{
    width: 100% !important;
    height: 300px !important;
	}
}
@media only screen and (max-width: 582px) {
  iframe{
    width: 100% !important;
    height: 100% !important;
	}
}


#Webinar_Reg a {
  cursor: pointer;
}
#acModal input:-webkit-autofill
Specificity: (0,1,1)
 {
    -webkit-text-fill-color: #000;
}