* {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

#others {
  resize: vertical;
  text-align: left;
  min-height: 80px;
  max-height: 300px;
}

#summary-raw-data {
  resize: vertical;
  min-height: 150px;
  max-height: 300px;
}

html,
body {
  height: 100%;
}

body {
  color: #4c4c4c;
  font-family: poppins,gesta,sans-serif;
  font-size: 0.9em;
  display: flex;
  flex-direction: column;
}

#background {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  background: #f6f6f6;
  width: 100%;
  height: 100%;
}

header {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 5px 0px 2px 10px;
  background-color: #fff;
  box-shadow: 0px 2px 5px #dddddd;
}

.content {
  padding-top: 20px;
  padding-bottom: 40px;
  flex: 1 0 auto;
}

footer img {
  height: 40px;
  margin-left: 10px;
  float: right;
  margin: 0px 20px;
}

footer {
  /* margin-top: 50px; */
  padding-top: 10px;
  border-top: 2px solid #dddddd;
  background: #fff;
  height: 50px;
  width: 100%;
  overflow: hidden;
  flex-shrink: 0;
}

#loading {
  color: #dddddd;
}

main {
  margin: auto;
  padding: 40px 20px;
  margin-top: 40px;
  width: 70%;
  min-width: 800px;
  text-align: center;
  background: #fff;
  overflow: hidden;

  border-radius: 30px 30px;
  box-shadow: 0px 0px 20px 8px #ddd;
}

#main-text {
  display: none;
}

p {
  margin: 12px;
}

.success {
  color: #97d700;
  margin: 6px;
}

.error {
  color: #c52626;
}

.txt-product-available {
  color: #97d700;
}

.fail {
  color: #f54141e3;
}

.txt-available-message {
  text-align: left;
}

.reminder-list {
  text-align: left;
  padding-left: 30px;
}

/* Font awesmoe modifiers */
.enlarge {
  font-size: 2em;
  vertical-align: middle;
}

.hidden {
  display: none;
}

.sink-more {
  margin-top: 25px;
}

/* Buttons */
button {
  border-radius: 100px;
  padding: 15px 32px;
  text-align: center;
  font-weight: 600;
  font-size: 1em;
  cursor: pointer;
  outline: 0;

  background-color: #97d701;
  color: #fff;
}

button:hover {
  background-color: #006400;
}

button.btn-prev {
  background-color: #f3f3f3;
  color: #8d8d8d;
}

button.btn-prev:hover {
  background-color: #dbdbdb;
  color: #8d8d8d;
}

.right {
  float: right;
}

.left {
  float: left;
}

/* Modal */

/* Progress */

.title {
  margin: 25px;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  color: #222;
  font-family: "Roboto", "Lato", "HelveticaNeue", "Helvetica", "Arial",
    sans-serif;
}

/* Message-box */
.message-container {
  display: flex;
  justify-content: center;
}

.messages {
  display: flex;
  flex-direction: column;
  width: 700px;
}

.message {
  margin-bottom: 30px;
  padding: 10px 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 1px #ddd;
}

.message-title {
  padding: 10px;
  color: #222;
  font-size: 1em;
  font-weight: bold;
  text-align: left;
}

.message-content {
  padding: 10px;
  padding-left: 32px;
  text-align: left;
}

hr {
  border-top: 2px solid #97d700;
  margin-top: 10px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  background-color: #ffffff;
}

#loading-container > img {
  width: 100px;
}

#loading-modal {
  display: block;
}

.modal {
  width: 400px;
  position: fixed;
  top: 20%;
  left: 50%;
  margin-left: -200px;

  border-radius: 40px;
  text-align: center;
  z-index: 11;
}

.modal .logo {
  max-width: 200px;
}

.modal .modal-message {
  margin-top: 20px;
  font-size: 18px;
  color: #b9b9b9;
}

#summary-raw-data {
  border: 1px solid #ccc;
  color: #777;
  margin-bottom: 25px;
  margin-top: 10px;
}

#summary-container {
  margin-top: 20px;
}

.provisioned-link {
  color: #97d700;
  text-decoration: none;
}

.user-details {
  font-weight: bold;
  border-left: 2px solid #97d700;
  margin-top: 4px;
  padding-left: 12px;
  font-weight: 500;
}

form {
  margin: 20px auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.form-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.form-group {
  margin-bottom: 10px;
  text-align: left;
  margin-right: 5px;
  margin-left: 5px;
}

label {
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.8;
}

.form-control {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 16px;
}

.col-4 {
  flex-basis: 33%;
}

.col-6 {
  flex-basis: 50%;
}

.col-12 {
  flex-basis: 100%;
}

.col-8 {
  flex-basis: 66%;
}

.required-asterisk {
  color: red;
  font-size: 11px;
  position: relative;
  top: -2px;
  margin-left: 3px;
}
select:required:invalid {
  color: #646363;
}
option[value=""][disabled] {
  display: none;
}
option {
  color: #000;
}
.info-text {
  text-align: left;
  display: block;
}


.typeahead-container {
  position: relative;
  width: 100%;
}

.typeahead-container input {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  font-size: 16px;
}

.typeahead-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  max-height: 200px;
  overflow-y: auto;
  display: none;
  border: 1px solid #ccc;
}

.typeahead-container li {
  padding: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.typeahead-container li:hover {
  background-color: #f0f0f0;
}