:root {
    /* Colors */
    --brand-color: #013755;
    --dark-gray: #070707;
    --dark-blue: #396288;
    --text-primary: #5166ad;
    --blue: #8098b2;
    --yellow: #ffc107;
    --cream: #f1ece3;
    --gray: #3b4148;
    --light-gray: #c4c4c4;
    --mid-gray: #9b9b9b;
    --white: #ffffff;
    --green: #239f76;
    --extralight-gray: #f9f9f9;
    --darkcream: #e3d6c6;
    --sfondo: linear-gradient(107.15deg, rgba(81, 102, 173, 0.5) 0%, rgba(57, 75, 135, 0.5) 100%);
    --sfondo-light: linear-gradient(106.39deg, rgba(248, 248, 248, 1) 0%, rgba(242, 242, 242, 1) 100%);
    /* Fonts */
    --h-1: 400 40px/132% "Futura PT", sans-serif;
    --cta: 700 14px "Futura PT", sans-serif;
    --label: 400 15px "Futura PT", sans-serif;
    --h-2: 400 32px/132% "Futura PT", sans-serif;
    --text: 400 16px/148% "Futura PT", sans-serif;
    --subtitle: 400 18px/142% "Futura PT", sans-serif;
    /* Effects */
}

* {
    font-family: 'Futura PT' !important;
}

.btn-login {
    background-color: var(--blue, #8098b2) !important;
}

body {
    background: url('/img/background.png') no-repeat center center fixed;
    background-size: cover;
    height: 100vh;
    overflow: hidden;
}

.navbar {
    background-color: var(--brand-color);
    z-index: 100000;
}

.btn-primary {
    background-color: var(--brand-color);
    border-color: var(--brand-color);
}

.form-signin {
    max-width: 330px;
    padding: 15px;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.close-modal {
    margin: 0;
    position: absolute;
    opacity: 1;
    z-index: 10;
    cursor: pointer;
    right: 10px;
}

.input-username,
.input-email {
    text-transform: lowercase;
}

.input-displayname {
    text-transform: capitalize;
}

::-webkit-input-placeholder {
    text-transform: initial;
}

:-moz-placeholder {
    text-transform: initial;
}

::-moz-placeholder {
    text-transform: initial;
}

:-ms-input-placeholder {
    text-transform: initial;
}

a {
    text-decoration: none !important;
}

.text-lower {
    text-transform: lowercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.text-upper {
    text-transform: uppercase !important;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.container-title {
    background: #dff2f6;
}

.line-1 {
    border-style: solid;
    border-color: var(--blue, #8098b2);
    border-width: 0.5px 0 0 0;
    flex: 1;
    height: 0px;
    position: relative;
}

.asset-name3 {
    color: var(--dark-blue, #396288);
    text-align: left;
    font: 400 14px/132% 'Futura PT', sans-serif;
    position: relative;
}

.line-2 {
    border-style: solid;
    border-color: var(--blue, #8098b2);
    border-width: 0.5px 0 0 0;
    flex: 1;
    height: 0px;
    position: relative;
}

.dark-blue {
    color: var(--dark-blue, #8098b2) !important;
}

.border-blue {
    border-color: var(--blue, #8098b2) !important;
}

.color-blue {
    color: var(--blue, #8098b2) !important;
}

.btn-login-sso {
    background-color: #F8F8F8;
    border: 1px solid var(--light-gray);
}

.bg-eye {
    background-color: rgb(128, 152, 178, 0.1) !important;
}

.bg-eye:hover {
    background-color: rgb(128, 152, 178, 0.4) !important;
}

.nav-bg-blue {
    background: #5166ad;
}

.nav-bg-blue-dark {
    background: #394b87;
}

.btn-cerca {
    background-color: #8098b2 !important;
    color: white !important;
}

.btn-admin {
    background-color: #5166ad !important;
    color: white !important;
}

.chip-search {
    background-color: #EBEBEB !important;
}

#changelog {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2rem;
}

.container-changelog {
    margin-bottom: 2rem;
}

.container-changelog h3 {
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 1.75rem;
}

.container-changelog h2 {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.container-changelog ul {
    list-style-type: disc;
    list-style-position: inside;
}

/* LOADING */
.loader {
    color: #757f8a !important;
}

.btn-spin {
    color: #6a7581 !important;
    background-color: #ebebeb;
}

.text-primary {
    color: var(--text-primary);
}

.width-full {
    width: 100%;
}

#container-swagger .url{
    display: none;
}

input[type="date"] {
    position: relative;
}

input[type="date"]::-webkit-inner-spin-button {
    z-index: 1;
}

input[type="date"]::-webkit-clear-button {
    z-index: 1;
}

input[type="date"]:after {
    font-family: 'FontAwesome';
    content: '\f073';
    color: #555;
    padding: 0 5px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    right: 0;
    width: 50px;
    height: 100%;
    color: transparent;
    background: transparent;
}

.input-codici-fiscali:focus-within,.select-regione:focus-within {
    border: 2px solid black !important;
    border-radius: 3px !important;
}

.input-codici-fiscali input{
    text-transform: uppercase;
}