﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}
.autofidem {
  color: #fff;
  background-color: #7d62eb !important;
  border-color: #7d62eb !important;
}
.btn-primary {
  color: #fff;
  background-color: #7d62eb !important;
  border-color: #7d62eb !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.multisteps-form__progress-alternative {
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  position: relative;
  padding-top: 20px;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.75rem;
  text-indent: -9999px;
  border: none;
  background-color: transparent;
  outline: none !important;
  cursor: pointer;
}

@media (min-width: 500px) {
  .multisteps-form__progress-alternative {
    text-indent: 0;
  }
}

.multisteps-form__progress-alternative:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 13px;
  height: 13px;
  content: '';
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 0.15s linear 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  border: 2px solid rgba(255, 255, 255, 0);
  border-radius: 50%;
  background-color: #dee2e6;
  box-sizing: border-box;
  z-index: 3;
}

.bg-gradient-primary .multisteps-form__progress-alternative:before {
  background-color: #f48aaa;
}

.bg-gradient-success .multisteps-form__progress-alternative:before {
  background-color: #9ed1a0;
}

.bg-gradient-danger .multisteps-form__progress-alternative:before {
  background-color: #f79592;
}

.bg-gradient-warning .multisteps-form__progress-alternative:before {
  background-color: #ffc483;
}

.bg-gradient-info .multisteps-form__progress-alternative:before {
  background-color: #88d9e4;
}

.bg-gradient-dark .multisteps-form__progress-alternative:before {
  background-color: #848486;
}

.bg-gradient-secondary .multisteps-form__progress-alternative:before {
  background-color: #a4a9b2;
}

.bg-gradient-light .multisteps-form__progress-alternative:before {
  background-color: #ebeef1;
}

.multisteps-form__progress-alternative:after {
  position: absolute;
  top: 5px;
  left: calc(-50% - 13px / 2);
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  display: block;
  width: 100%;
  height: 2px;
  content: '';
  background-color: currentColor;
  z-index: 1;
}

.multisteps-form__progress-alternative:first-child:after {
  display: none;
}

.multisteps-form__progress-alternative.js-active {
  color: #fff;
}

.multisteps-form__progress-alternative.js-active span {
  color: rgba(255, 255, 255, 0.7);
}

.multisteps-form__progress-alternative.js-active:before {
  -webkit-transform: translateX(-50%) scale(1.2);
  transform: translateX(-50%) scale(1.2);
  background-color: currentColor;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.my-input-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: none;
  border-bottom: 1px solid #7d62eb;
  margin-top: 5px;
}

.my-input-group:last-child {
  margin-bottom: 0;
}

.my-input-text {
  flex: 1;
  margin-right: 0;
  border: none;
}

.my-btn {
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}