body {
  font-family: 'Roboto';
  min-height: 100vh;
}

.sidebar {
  border-right: solid;
  border-color: darkgray;
  border-right-style: solid;
  width: 65px;
  white-space: nowrap;
  padding-top: 1em;
  padding-left: 18px;
  padding-right: 12px;
  transition: ease-in-out 200ms all;
  text-transform: uppercase;
}

#nav-container a {
  color: grey;
  text-decoration: none;
  width: 250px;
}

#nav-container a .svg-icon-wrap {
  margin-right: 0px !important;
}

#nav-container a .svg-icon-wrap div {
  width: 55px;
}

#mobile-menu {
  display: none;
}

.topnav {
  display: none;
}

.topnav a.icon {
  display: none;
}

#nav-container {
  display: none;
  display: grid;
  row-gap: 55px;
  white-space: nowrap;
  padding-top: 2px;
}

#nav-container i {
  padding-right: 1em;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

#logo {
  color: var(--theme-color);
}

.layout-main {
  display: flex;
  width: 100%;
  height: 100%;
}

.main {
  width: 100%;
  min-height: 50em;
  background-color: #f4f5f6;
}

.footer {
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
  height: 60px;
}

.header {
  height: max-content;
}

.header-logo {
  height: 150px;
}

.identity-card {
  background-color: #fff;
  margin: auto;
  width: 450px;
  box-shadow: 0 0 5px rgb(0 0 0 / 0.2);
  border-radius: 5px;
  text-align: center;
}

.identity-card-header {
  background-color: #393240;
  padding: 1em;
  color: #fff;
  font-size: 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.identity-card-body {
  padding: 2em;
  font-size: 16px;
}

.identity-card-sub-title {
  font-weight: bold;
  margin-bottom: 10px;
}

.identity-card-list {
  text-align: left;
}

.validation-summary-container ul {
  margin: 0px;
}

.identity-form-input {
  font-size: 16px;
  border-bottom: 3px solid #2b3d4f;
  border-top: none;
  border-left: none;
  border-right: none;
  background-color: #fff;
  border-radius: 0px;
  margin-bottom: 10px;
  padding: 5px;
  width: 100%;
  height: 37px;
  outline: none;
}

.identity-form-input-password {
  font-size: 16px;
  border-bottom: 3px solid #2b3d4f;
  border-top: none;
  border-left: none;
  border-right: none;
  background-color: #fff;
  border-radius: 0px;
  margin-bottom: 10px;
  padding: 5px;
  width: 80%;
  height: 37px;
  outline: none;
}

.identity-form-input-container {
  width: 100%;
}

.identity-form-label {
  color: #707070;
}

.input-form-error-container {
  color: red;
  height: 20px;
  display: block;
  margin-bottom: 5px;
  height: max-content;
}

.identity-form-button {
  background-color: #2b3d4f;
  color: #fff;
  width: 100%;
  border: none;
  border-radius: 5px;
  padding: 10px;
}

.identity-form-button:disabled {
  background-color: #707070;
}

.identity-form-button:hover {
  background-color: rgb(43 61 79 / 0.8);
}

.identity-form-google-button {
  background-color: #fff;
  color: #707070;
  width: 100%;
  border: none;
  box-shadow: 0 0 5px rgb(0 0 0 / 0.2);
  border-radius: 5px;
  margin-top: 20px;
  font-weight: bold;
}

.identity-form-button:disabled {
  background-color: #707070;
}

.identity-form-google-button:hover {
  color: #2b3d4f;
  background-color: #f4f5f6;
}

.identity-form-link {
  color: #707070;
  text-decoration: none;
}

.identity-form-link:hover {
  color: #2b3d4f;
}

.identity-form-success-box {
  padding: 20px;
  color: #0f5132;
  background-color: #d1e7dd;
  text-align: center;
  border: 3px solid #badbcc;
  width: 450px;
  margin: 0 auto 3em auto;
}

.identity-form-error-box {
  padding: 20px;
  color: #664d03;
  background-color: #fff3cd;
  text-align: center;
  border: 3px solid #ffecb5;
  width: 450px;
  margin: 0 auto 3em auto;
}

.identity-password-toggle-button {
  border: none;
  background-color: transparent;
  color: #707070;
  padding: 0px;
  width: 20%;
  height: 37px;
  border-bottom: 3px solid #2b3d4f;
}

.login-with-google-btn {
  transition: background-color .3s, box-shadow .3s;
  padding: 12px 16px 12px 42px;
  width: 100%;
  border: none;
  border-radius: 3px;
  color: #757575;
  font-size: 14px;
  font-weight: 500;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTcuNiA5LjJsLS4xLTEuOEg5djMuNGg0LjhDMTMuNiAxMiAxMyAxMyAxMiAxMy42djIuMmgzYTguOCA4LjggMCAwIDAgMi42LTYuNnoiIGZpbGw9IiM0Mjg1RjQiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik05IDE4YzIuNCAwIDQuNS0uOCA2LTIuMmwtMy0yLjJhNS40IDUuNCAwIDAgMS04LTIuOUgxVjEzYTkgOSAwIDAgMCA4IDV6IiBmaWxsPSIjMzRBODUzIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNNCAxMC43YTUuNCA1LjQgMCAwIDEgMC0zLjRWNUgxYTkgOSAwIDAgMCAwIDhsMy0yLjN6IiBmaWxsPSIjRkJCQzA1IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNOSAzLjZjMS4zIDAgMi41LjQgMy40IDEuM0wxNSAyLjNBOSA5IDAgMCAwIDEgNWwzIDIuNGE1LjQgNS40IDAgMCAxIDUtMy43eiIgZmlsbD0iI0VBNDMzNSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZD0iTTAgMGgxOHYxOEgweiIvPjwvZz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: 12px 11px;
}

.continue-google-link {
  text-decoration: none;
}

.register-button-form-group {
  margin: 20px 0 20px 0;
}

.padding-20 {
  padding: 20px;
}

.center {
  margin: auto;
  text-align: center;
}

.row-offcanvas {
  width: 100% !important;
}

.row-offcanvas-left {
  left: 0;
}

.login-message {
  margin-top: 5px;
  margin-bottom: 10px;
  font-weight: 500;
}

.option-button {
  width: 100%;
  height: 100px;
  color: #000;
  background-color: #EEE;
  border: none;
  box-shadow: 0 0 3px #000000;
  border-radius: 5px;
  display: table;
}

.vertical-align {
  display: table-cell;
  vertical-align: middle;
}

.option-button:hover {
  background-color: #FFF;
  box-shadow: 0 0 10px #000000;
}

.button {
  width: 70%;
  height: 40px;
  margin-bottom: 10px;
  color: #FFFFFF;
  background-color: #78508E;
  border: none;
  border-radius: 5px;
}

.language-selection {
  position: fixed;
  bottom: 10px;
  right: 10px;
  max-width: fit-content;
}

.agreed-terms-and-conditions-checkbox {
  padding: 10px 0;
}

.width-25 {
  width: 25%
}

.bold {
  font-weight: bold;
}

.forlink {
  margin-top: 20px;
  color: #324758;
}

.border-0 {
  border: 0;
}

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

.margin-top-5 {
  margin-top: 5px;
}

.logout-button {
  border: none;
  background-color: transparent;
  color: var(--theme-color);
}

.logout-button:hover {
  text-decoration: underline;
}

.svg-icon-wrap:active, .svg-icon-wrap:hover {
  color: var(--theme-color);
}

.active-svg {
  color: var(--theme-color);
}

.active-svg svg {
  fill: #39402e;
}

.active-svg span {
  color: var( --theme-color);
  font-weight: bold;
}

.active-svg {
  color: var( --theme-color);
}

.active {
  color: #393240;
  font-weight: bold;
}

/*styling for mobile screen*/
@media screen and (max-width: 480px) {
  #mySidebar {
    display: none;
  }

  .mobileLink {
    display: block;
    color: darkgray;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    text-transform: uppercase;
  }

  .mobileLink.active {
    color: var( --theme-color);
  }

  .topnav a.icon {
    display: block;
  }

  .topnav {
    display: block;
  }

  .icon {
    margin-top: 1em;
    margin-bottom: 1em;
    display: flow;
  }

  #logo,
  #logout {
    display: none;
    color: var(--theme-color);
  }

  .identity-card {
    width: auto;
  }

  .login-with-google-btn {
    transition: background-color .3s, box-shadow .3s;
    padding: 12px 16px 12px 42px;
    border: none;
    border-radius: 3px;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 1px 1px rgba(0, 0, 0, .25);
    color: #757575;
    font-size: 14px;
    font-weight: 500;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTcuNiA5LjJsLS4xLTEuOEg5djMuNGg0LjhDMTMuNiAxMiAxMyAxMyAxMiAxMy42djIuMmgzYTguOCA4LjggMCAwIDAgMi42LTYuNnoiIGZpbGw9IiM0Mjg1RjQiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik05IDE4YzIuNCAwIDQuNS0uOCA2LTIuMmwtMy0yLjJhNS40IDUuNCAwIDAgMS04LTIuOUgxVjEzYTkgOSAwIDAgMCA4IDV6IiBmaWxsPSIjMzRBODUzIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNNCAxMC43YTUuNCA1LjQgMCAwIDEgMC0zLjRWNUgxYTkgOSAwIDAgMCAwIDhsMy0yLjN6IiBmaWxsPSIjRkJCQzA1IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNOSAzLjZjMS4zIDAgMi41LjQgMy40IDEuM0wxNSAyLjNBOSA5IDAgMCAwIDEgNWwzIDIuNGE1LjQgNS40IDAgMCAxIDUtMy43eiIgZmlsbD0iI0VBNDMzNSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZD0iTTAgMGgxOHYxOEgweiIvPjwvZz48L3N2Zz4=);
    background-color: white;
    background-repeat: no-repeat;
    background-position: 12px 11px;
  }

  .padding-20 {
    padding: 20px;
  }

  .center {
    margin: auto;
    text-align: center;
  }

  .row-offcanvas {
    width: 100% !important;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .login-message {
    margin-top: 5px;
    margin-bottom: 10px;
    font-weight: 500;
  }

  .option-button {
    width: 100%;
    height: 100px;
    color: #000;
    background-color: #EEE;
    border: none;
    box-shadow: 0 0 3px #000000;
    border-radius: 5px;
    display: table;
  }

  .vertical-align {
    display: table-cell;
    vertical-align: middle;
  }

  .option-button:hover {
    background-color: #FFF;
    box-shadow: 0 0 10px #000000;
  }

  .button {
    width: 70%;
    height: 40px;
    margin-bottom: 10px;
    color: #FFFFFF;
    background-color: #78508E;
    border: none;
    border-radius: 5px;
  }

  .language-selection {
    position: fixed;
    bottom: 10px;
    right: 10px;
    max-width: fit-content;
  }

  .agreed-terms-and-conditions-checkbox {
    padding: 10px 0;
  }

  .width-25 {
    width: 25%
  }

  .bold {
    font-weight: bold;
  }

  .forlink {
    margin-top: 20px;
    color: #324758;
  }

  .border-0 {
    border: 0;
  }

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

  .margin-top-5 {
    margin-top: 5px;
  }
}
