﻿/* 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. */

:root {
    --primary-dark: #13535a; /* Tutaj wstaw właściwy kolor z Twojego projektu */
    --primary-light: #55c6d3;
    --color-primary: #2ab8c8;
    --accent-main: #fd7745;
    --text-muted: #6b7280;
    --success-main: #85d3a7;
    --error-light: #fca5a5; /* red-300 */
    --error-main: #da7373;  /* red-600 */
    --info-main: #0284c7;   /* Przykładowy blue/info */
    --info-dark: #0369a1;
    --bg-light: #2c3034; /* gray-50 */
    --skeleton-bg: #e5e7eb; /* gray-200 */
    --color-ui-light: #635c5c;
    --interface-light: #f5f6f7;
    --background-moody: #f6fcfd;
    --color-warning: #face5e;
    --font-lato: 'Lato', 'Lato Fallback';
    --font-roboto-slab: 'Roboto Slab', 'Roboto Slab Fallback';

    /* New nused colour system */
    --nu-primary: #2AB8C8;
    --nu-white: #FFF;
    --nu-dark: #13535A;
    --nu-mid: #2293A0;
    --nu-light-bg: #F0FAFB;
}



/* Sticky footer styles
-------------------------------------------------- */

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

/* Own styles
-------------------------------------------------- */

img.logo {
  max-width: 120px;
}

.header-content {
  background-color: #fff;
  border-bottom: 1px solid lightgray;
  height: 60px;
  position: relative;
  top: 0;
  width: 100%;
  white-space: nowrap;
  display: none;
}

.h3-reduced-bottom-margin {
    margin-bottom: 2px;
}

.logo {
  padding-left: 5px;
  padding-top: 3px;
}

.engagement {
    align-self: flex-start;
    margin: 0;    
    max-width: 300px;
}

.engagement-header {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 20px;
}

.engagement-text {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}

.mainFlexContainer{
    align-items: center;
    background-color: var(--nu-white);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    padding: 30px 30px 20px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: calc(100vh - 106px)
}

.footer-content {
  align-items: center;
  background-color: #fff;
  bottom: 0;
  border-top: 1px solid lightgray;
  display: none; /* flex; setting temporarily to none to adjust for the mobile devices*/
  flex-direction: row;
  font-size: 14px;
  gap: 10px;
  height: 60px;
  justify-content: flex-start;
  margin: 0;
  padding-left: 5px;
  position: absolute;
  white-space: nowrap;
  width: 100%;
}

.formFlexContainer{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex: 0;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}

.form-flex-container-row{
  align-items: center;
  align-self: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: space-around;
}

.form-flex-container-row-left{
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: space-around;
}

.text-danger {
  font-size: 12px;
  color: salmon;
    max-width: 300px;
}

.text-danger-big {
    font-size: 14px;
    color: salmon;
}

.text-success-big {
    font-size: 14px;
    color: darkgreen;
}

.form-control-delete-link {
    text-decoration: none;
    padding: 7px 130px;
    font-size: 14px;
    color: #fff;
    background-color: #ec3f08;
    border-radius: 6px;
}

.form-register {
  height: calc(100% - 10px);
}

.form-register-centered-vertically {
    height: calc(100% - 10px);
    padding-top: 90px;
}

.hint-danger {
    margin-top: 10px;
    font-size: 14px;
    color: #ec3f08;
}

.hint-danger-bigger-margin {
    margin-top: 60px;
    font-size: 14px;
    color: #ec3f08;
}

.left-align {
  align-self: flex-start;
}

.center-align {
  align-self: center;
}

.form-button {
  color: var(--nu-white);
  background-color: #52ac9f;
}

.form-button-danger {
    color: #fff;
    background-color: #ec3f08;
}

.form-control {
    font-family: var(--font-lato), sans-serif;
    border: 1px solid #c2cad2;
    border-radius: 4px;
    box-sizing: border-box;
    min-width: 300px;
    min-height: 30px;
}

.form-control-validated {
    border: 2px solid #04f604;
    border-radius: 4px;
    box-sizing: border-box;
    min-width: 300px;
    min-height: 30px;
}

input {
  outline: none;
}

span {
  padding: 0;
  margin: 0;
}

.form-link {
  font-size: 10px;
}

.form-link-bigger {
    font-size: 14px;
}

.validation-summary-errors {
  padding: 0;
  align-self: flex-start;
}

.validation-summary-errors > ul {
  padding-left: 17px;
}

div.alert > .btn-close {
  display: none;
}

.required:after {
  content: "✶";
  font-size: 0.5em;
  vertical-align: super;
}

.remark {
  font-size: 0.7em;
  color: #94a0a4;
}

.invisible {
  display: none !important;
}

/* REDESIGN ALPHA
-------------------------------------------------- */
body {
    margin: 0;
}
.nuWrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    background: var(--nu-white);
    font-family: var(--font-roboto-slab), serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    margin: 0;
}

.nuHeader {
    background: var(--nu-primary);
    padding: 14px 16px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nuFooter {
    background: var(--nu-primary);
    padding: 14px 16px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--nu-white);
}

.nuLogo {
    font-family: var(--font-roboto-slab), serif;
    font-weight: 700;
    font-size: 24px;
    color: var(--nu-white);
    letter-spacing: -0.5px;
    cursor: pointer;
}

.logoLink {
    text-decoration: none;
    color: var(--nu-white);
}

.form-control {
    font-family: var(--font-lato), sans-serif;
    border: 1px solid #c2cad2;
    border-radius: 10px;
    box-sizing: border-box;
    min-width: 300px;
    min-height: 30px;
}

.nuInput {
    font-size: 15px;
    color: var(--nu-dark);
    flex: 1;
    outline: none;
    background: transparent;
    padding: 9px 12px;
}

.nuButtonPrimary {
    background: var(--nu-primary);
    color: #fff;
    margin: 12px 0;
    width: calc(100% - 24px);
    max-width: 300px;
    padding: 13px 16px;
    font-weight: 700;
}

.form-login {
}

.formFloating {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 2px;
    justify-content: center;
}

@media (min-width: 640px) {
    .nuHeader {
        padding-left: max(16px, calc((100vw - 900px) / 2 + 16px));
        padding-right: max(16px, calc((100vw - 900px) / 2 + 16px));
    }

    body {
        font-size: 16px;
    }
}