﻿/* 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. */
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
}

h1 {
  font-weight: 700;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a, a:hover {
  color: #000;
  text-decoration: underline;
}

.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;
}

/* 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 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
  font-size: 16px;
}

body {
  /* Margin bottom by footer height */
  /*padding-top: 60px; */
}

.containerPartnerEmployeeDiscount {
  width: 280px;
}

.btn {
  align-items: center;
  background-color: #1A1A1A;
  border-radius: 25px;
  color: white;
  display: inline-flex;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  min-width: 155px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease;
}
.btn:disabled:hover {
  cursor: not-allowed;
}

.btn:hover {
  color: white;
}

.btn.large {
  height: 50px;
}

.btn.medium {
  height: 40px;
}

.btn.small {
  height: 30px;
  padding: 6px 15px;
}

.btn.business {
  background-color: #ec0677;
  border-color: #ec0677;
}

.btn.business:hover {
  background-color: #bd055f;
  border-color: #bd055f;
}

.btn.consumer {
  background-color: #f37423;
  border-color: #f37423;
}

.btn.consumer:hover {
  background-color: #f93;
  border-color: #f93;
}

.btn.error {
  background-color: #cf3b27;
  border-color: #cf3b27;
}

.btn.error:hover {
  background-color: #ff624c;
  border-color: #ff624c;
}

.btn.success {
  background-color: #699141;
  border-color: #699141;
}

.btn.success:hover {
  background-color: #91bf63;
  border-color: #91bf63;
}

/*.link-orange {
    color: $consumer-orange;
    text-decoration: none;
}*/
/*helpers*/
.mb-12px {
  margin-bottom: 12px;
}

.btn.business:disabled:hover {
  background-color: #ec0677;
}

.btn.consumer:disabled:hover {
  background-color: #f37423;
}

.form-input {
  flex-grow: 1;
  position: relative;
}

.form-input label {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  margin-bottom: 5px;
}

/*input:focus-visible ~ label, .hasContent label, .input:focus ~ label, .focused label {
    background: white;
    color: #7ADAF9;
    font-size: 0.7rem;
    top: -6px;
}*/
.hasContent label {
  color: #D5D3CF;
}

.group-input {
  display: flex;
}

.input-prepend {
  align-items: center;
  background: #eee;
  border: 1px solid #666;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  display: flex;
  margin-right: -1px;
  padding-left: 10px;
  padding-right: 10px;
}

.group-input div:not(:first-child) input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/**/
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.container {
  width: 90%;
}

.flexRow {
  display: flex;
  flex-direction: row;
}

.flexColumn {
  display: flex;
  flex-direction: column;
}

.frontend-feedback-invalid {
  display: none;
  background: #FFE6E6 url("../icons/icon_cancel.svg") no-repeat 10px 5px;
  background-size: 25px 25px;
  border-left: 4px solid #DB1515;
  color: #000;
  font-size: 16px;
  margin-top: 5px;
  padding: 5px 5px 5px 45px;
}
