#setPlatform1,
#setPlatform2 {
  color: rgb(72, 72, 233);
}

a:hover {
  color: blue;
  cursor: pointer;
}

.switch-container {
  padding-top: 15px;
  display: flex;
  justify-content: center;
}

.switch-container a {
  color: blue;
  font-size: 24px;
  padding: 0px 5px 0px 5px;
  margin-left: 10px;
  margin-right: 10px;
}

.switch-container a:hover {
  -webkit-animation: vibrate-1 0.3s linear both;
  animation: vibrate-1 0.3s linear both;
}

.topbar {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}

.dcu-topbar-bg {
  background: #0067c6;
  border: 1px solid #005aad;
}

.salesforce-topbar-bg {
  background: #ecebeb;
  border: 1px solid #dfdfdf;
}

.simulator_container {
  border: 1px solid #f8f8f8;
  border-radius: 8px;
  background-color: #f4f4f4;
  padding: 20px;
  width: 100%;
  max-width: 600px;
  padding: 20px 80px 0px 80px;
  margin-bottom: 12px;
  -webkit-box-shadow: 0px 6px 8px -6px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 6px 8px -6px rgba(0, 0, 0, 1);
  box-shadow: 0px 6px 8px -6px rgba(0, 0, 0, 1);
}

.dcuContainerBackground {
  background-color: #0067c6;
}

.dcuSubmitButtonBackground {
  background-color: #54b818 !important;
}

.dcuSubmitButtonBackground:hover {
  background-color: #4daa16 !important;
}

.simulator_text {
  width: 100% !important;
  padding: 12px 20px;
  margin: 12px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.simulator_submit {
  width: 100%;
  background-color: #215ca0;
  color: white;
  padding: 13px 20px;
  margin: 40px 0;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

.simulator_submit:hover {
  background-color: #1c4e87;
}

.mainContainer {
  display: none;
  padding-top: 30px;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
  background: white;
  position: relative;
}

.simulator_label {
  display: block;
  color: black;
  font-size: 24px;
}

.dcuLabel {
  color: white;
}

.simulatorlogo {
  text-align: center;
  max-width: 100px;
  height: 4em;
}

.simulatorlogo_container {
  text-align: center;
  margin-bottom: 60px;
  max-width: 100%;
}

.simulatorlogo {
  max-width: 20em;
}

div {
  transition: filter 0.2s;
}

.sr-only {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  top: auto;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

html[dir=rtl] .sr-only {
  left: inherit;
  left: unset;
  right: -9999px;
}