﻿@import url("https://fonts.googleapis.com/css?family=Rubik+One|Rubik:300,400,500,700|Source+Sans+Pro:300,400,600");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css");
.bg-color1 {
  background-color: #27aee1; }

.fg-color1 {
  color: #27aee1; }

a,
a:hover {
  color: #27aee1; }

body {
  font-family: 'Source Sans Pro', sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  font-family: 'Rubik', sans-serif; }

hr {
  /* margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);*/
  background-color: #999; }

.full-page-spinner {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  height: 100%;
  display: flex; }
  .full-page-spinner .spinner-border {
    width: 5rem;
    height: 5rem;
    color: #cfd9e2; }

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 64px 0 0;
  box-shadow: inset -2px 0 0px #d6edff;
  background: linear-gradient(to bottom, #ecfbff, #d6edff); }
  .sidebar .nav-link {
    font-weight: 500;
    color: #333;
    transition: none; }
    .sidebar .nav-link .bi {
      margin-right: 4px;
      color: #27aee1; }
  .sidebar .nav-link.active {
    color: #27aee1; }
  .sidebar .nav-link:hover {
    color: #27aee1; }
  .sidebar ul:last-child {
    margin-bottom: 1.5rem; }
  .sidebar.collapsing {
    transition: all .15s !important; }

@media (max-width: 767.98px) {
  .sidebar {
    top: 5rem;
    padding: 0;
    bottom: initial;
    box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1), 0 0 6px rgba(0, 0, 0, 0.1);
    background: #ecfbff; } }

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; }

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.4); }

.navbar-top {
  backdrop-filter: saturate(150%) blur(20px);
  box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1), 0 0 6px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.7); }
  .navbar-top .navbar-brand {
    padding-top: .75rem; }
  .navbar-top .navbar-product-name {
    font-size: .75rem;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .1rem;
    margin-bottom: .5rem; }
  .navbar-top .navbar-toggler {
    top: .95rem;
    right: 0rem;
    font-size: 1rem;
    opacity: 0.5; }
    .navbar-top .navbar-toggler:focus {
      text-decoration: none;
      outline: 0;
      box-shadow: none; }
    .navbar-top .navbar-toggler:hover, .navbar-top .navbar-toggler:focus {
      opacity: .75; }
    .navbar-top .navbar-toggler:active {
      opacity: .9; }
    .navbar-top .navbar-toggler .navbar-toggler-icon {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

@media (min-width: 768px) {
  .navbar-top .navbar-brand {
    padding-bottom: .75rem; }
  .navbar-top .navbar-product-name {
    border: 0;
    font-size: 1rem;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 2rem;
    padding: .25rem 1rem;
    color: white;
    background: linear-gradient(338deg, #833ab4 0%, #fd1d1d 50%, #fcb045 100%);
    background: linear-gradient(to right, #ec008c, #fc6767);
    margin-bottom: 0; } }

.card {
  border: 0;
  border-radius: .5rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06), 0 20px 40px rgba(0, 0, 0, 0.04), 0 20px 80px rgba(0, 0, 0, 0.04); }
  .card .card-header {
    background: #fff;
    border-bottom: 1px solid #dee2e6; }
    .card .card-header:first-child {
      border-radius: calc(.5rem - 1px) calc(.5rem - 1px) 0 0; }
  .card .card-footer {
    background: rgba(221, 225, 230, 0.2);
    border-top: 1px solid #dee2e6; }
    .card .card-footer:last-child {
      border-radius: 0 0 calc(.5rem - 1px) calc(.5rem - 1px); }
  .card.flat {
    box-shadow: none;
    border: 1px solid #dee2e6; }

.modal-content {
  border: none;
  box-shadow: 0 24px 28px rgba(0, 0, 0, 0.06), 0 40px 40px rgba(0, 0, 0, 0.04), 0 40px 80px rgba(0, 0, 0, 0.04);
  border-radius: .5rem; }
  .modal-content .modal-header {
    border-top-left-radius: calc(.5rem - 1px);
    border-top-right-radius: calc(.5rem - 1px);
    border: 0; }
  .modal-content .modal-footer {
    border-bottom-right-radius: calc(.5rem - 1px);
    border-bottom-left-radius: calc(.5rem - 1px);
    background-color: rgba(221, 225, 230, 0.2); }

.modal-backdrop {
  background-color: #ddd; }

.modal.fade .modal-dialog {
  transform: translate(0, 0); }

.zoom-in {
  transform: scale(0.9) !important;
  opacity: 0;
  transition: .25s all 0s; }
  .zoom-in.show {
    opacity: 1;
    transform: scale(1) !important; }

button:active {
  box-shadow: none !important; }

.btn {
  border-radius: .25rem;
  box-shadow: inset 0 -2px rgba(0, 0, 0, 0.2);
  transition: none; }
  .btn:focus {
    outline: 0;
    box-shadow: none; }

.btn-primary {
  background-color: #a5c452;
  border-color: #a5c452; }
  .btn-primary:hover {
    background-color: #92af46;
    border-color: #92af46; }
  .btn-primary:active {
    box-shadow: none;
    background-color: #89a442;
    border-color: #89a442; }
  .btn-primary:focus {
    color: #fff;
    background-color: #92af46;
    border-color: #92af46;
    box-shadow: 0 0 0 0.25rem #e0f1b5, inset 0 -2px rgba(0, 0, 0, 0.2); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #a5c452;
    border-color: #a5c452; }

.btn-secondary {
  background-color: #959fa7;
  border-color: #959fa7; }
  .btn-secondary:hover {
    background-color: #828b92;
    border-color: #828b92; }
  .btn-secondary:active {
    box-shadow: none;
    background-color: #7a838b;
    border-color: #7a838b; }
  .btn-secondary:focus {
    color: #fff;
    background-color: #828b92;
    border-color: #828b92;
    box-shadow: 0 0 0 0.25rem #cfd9e2, inset 0 -2px rgba(0, 0, 0, 0.2); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #959fa7;
    border-color: #959fa7; }

#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000; }

#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem; }

.login {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/bg-login.jpg);
  background-size: cover;
  background-position: center center;
  text-align: center; }
  .login .card {
    width: 100%;
    max-width: 330px; }
    .login .card .card-body .card-title {
      text-transform: uppercase;
      font-weight: bold;
      letter-spacing: .1rem; }
  .login .login-form .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto; }
  .login .login-form .form-control,
  .login .login-form .form-select {
    padding: .65rem; }
  .login .login-form .form-control:focus {
    z-index: 2; }
  .login .validation-message {
    text-align: left;
    color: #ee4545; }
  .login .validation-errors {
    border-radius: .5rem;
    background: #fff0f0;
    padding: 1rem;
    list-style-type: none;
    margin: 0;
    margin-bottom: 1.5rem; }

/* Change autocomplete styles in WebKit */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  transition: background-color 5000s ease-in-out 0s;
  background-color: red; }
