@font-face {
  font-family: 'robotomedium';
  src: url('../fonts/roboto-medium-webfont.woff2') format('woff2'),
    url('../fonts/roboto-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.color {
  background-color: #1D47A5;
}

.border-light {
  border-left-color: #62B5E5;
}

.border-dark {
  border-left-color: #006298;
}

.left-login {
  padding: 6% !important;
  text-align: center;
}

.right-login {
  padding: 3% 6% 6% 6% !important;
  text-align: center;
}

.text {
  color: aliceblue;
}

.name-text {
  font-size: 150%;
}

.color-orange {
  background: #ECA154
}

.color-lightblue {
  background: #62B5E5
}

.image {
  background-position: right bottom;
  width: 100%;
  height: auto;
}

.image_register {
  height: auto;
  width: 150%;
}

.align-content {
  align-content: flex-start;
}

.align-center {
  align-items: center;
  justify-content: center;
}

.center {
  margin-top: 10%;
}

.center-context {
  margin-top: 20%;
}

.navbar-height {
  height: 20%;
}

.add-space {
  margin-bottom: 5px;
}

.remove-margin {
  margin-bottom: -2%;
}

.bnt-center {
  margin: 0 auto;
  display: block;
}

.employee {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

#login-logo {
  width: 350px;
  height: auto;
}

#iris-logo {
  width: 350px;
  height: auto;
}

#login-image {
  width: 350px;
  height: auto;
}

#username {
  color: white;
  font-size: 1.1em;
  text-align: center;
  font-weight: 700;
  margin: 3% 0% 7% 0%;
}

.btn-label {
  position: relative;
  left: -12px;
  display: inline-block;
  padding: 6px 13px;
  background: rgba(0, 0, 0, 0.15);
  color: white;
}

.btn-labeled {
  padding-top: 0;
  padding-bottom: 0;
}

.move {
  justify-content: flex-end
}

.google-logo {
  background-image: url("../images/btn_google_light_normal_xhdpi.9.png");
}

#icon-color {
  color: whitesmoke;
}

@media only screen and (max-width: 768px) {
  #username {
    display: none;
  }
}

.bold {
  font-weight: bold;
  font-size: 100%;
}

/* #62B5E5 */

.hide {
  display: none !important;
}

#mapid {
  height: 750px;
}

#wrapper_button {
  display: flex;
  align-items: center;
  justify-content: center;
}

#align {
  text-align: center;
}

.navbar .navbar-nav img {
  width: 10%;
  height: auto;
}

.separator::before,
.separator::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #000;
}

.separator:not(:empty)::before {
  margin-right: .25em;
}

.separator:not(:empty)::after {
  margin-left: .25em;
}

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.button-group {
  display: flex;
  gap: 0.5rem;
  /* Adds space between buttons */
}

/* Responsive adjustments */
@media (max-width: 575.98px) {
  .card-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .button-group {
    margin-top: 1rem;
    align-self: flex-end;
  }
}