@import url(https://fonts.googleapis.com/css?family=Lobster|Ubuntu:&display=swap);
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,800;0,900;1,100;1,200;1,300;1,700&display=swap");

/* ------- FOR IMMIGRATION SERVICE PAGE ---------- */

:root {
  --blue: #4285f4;
  --red: #e8112d;
  --default-color: #92989b;
}

html,
body {
  height: 100%;
  width: 100%;
  font-family: Poppins;
  background-color: #ffffff;
  background: #ffffff;
}

nav {
  padding: 1.5em;
  position: absolute;
  background-color: #ffffff;
  overflow: hidden;
  box-shadow: 0 0 4px #ededed;
}

.btn.btn-black {
  padding: 12px 30px;
  background: #000;
  color: #fff;
}

.btn.btn-black:hover,
.btn.btn-black:active,
.btn.btn-black:focus {
  background-color: #333333;
}

.padding-lg {
  padding-left: 10%;
}

.row {
  margin-top: 10px;
  margin-bottom: 10px;
}

.icon {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon.color-1 {
  background: #fdf2ea;
}

.icon.color-2 {
  background: #78d5ef;
}

.icon.color-3 {
  background: #efac78;
}

.icon.color-4 {
  background: #fce7f1;
}

#small_icon {
  width: 30px;
  height: 30px;
  margin: auto;
}

.h5 {
  margin-top: 10%;
  margin-bottom: 10%;
}

.field_title {
  font-size: 1em;
  margin-top: 1%;
  margin-bottom: 1%;
}

.field_hint {
  font-size: 0.8em;
}

.form_container {
  padding-top: 3%;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 3%;
}

.form_btn {
  width: 15%;
  margin-top: 3%;
  margin-bottom: 3%;
}

.margin-one {
  margin-left: 0.1%;
}

#educationBody td {
  display: block;
  text-align: center;
}

#workBody td {
  display: block;
  text-align: center;
}

#stages {
  display: flex;
  height: 15%;
  width: 100%;
  margin-top: 2%;
  margin-bottom: 5%;
}

.stage {
  flex: 1;
  padding: 1%;
  margin: auto;
  display: flex;
  padding-right: 2px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-color: white;
  border-width: 4px;
  border-style: solid;
}

.stage .number {
  width: 50px;
  height: 50px;
  display: flex;
  border-radius: 50%;
  border-color: var(--blue);
  border-width: 4px;
  border-style: solid;
}

.number div {
  margin: auto;
}

.stage .title {
  margin-top: 10%;
  font-weight: 200;
  font-size: 0.8em;
  color: black;
}

#message_container {
  width: 100%;
  height: 60%;
  display: none;
  padding-top: 5%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#message_container #title {
  font-family: Poppins;
  font-weight: 700;
  font-size: 3em;
  text-align: center;
}

#message_container #subtitle {
  font-family: Poppins;
  font-weight: 400;
  font-size: 2em;
  text-align: center;
}

.inner-form {
}

.padding-vertical-lg {
  padding: 0% 0% 2% 0%;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
