@font-face {
    font-family: 'Gotham';
    src: url('Gotham-Light.eot');
    src: url('Gotham-Light.eot?#iefix') format('embedded-opentype'), url('Gotham-Light.woff2') format('woff2'), url('Gotham-Light.woff') format('woff'), url('Gotham-Light.svg#Gotham-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('Gotham-LightItalic.eot');
    src: url('Gotham-LightItalic.eot?#iefix') format('embedded-opentype'), url('Gotham-LightItalic.woff2') format('woff2'), url('Gotham-LightItalic.woff') format('woff'), url('Gotham-LightItalic.svg#Gotham-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('Gotham-Bold.eot');
    src: url('Gotham-Bold.eot?#iefix') format('embedded-opentype'), url('Gotham-Bold.woff2') format('woff2'), url('Gotham-Bold.woff') format('woff'), url('Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('Gotham-BoldItalic.eot');
    src: url('Gotham-BoldItalic.eot?#iefix') format('embedded-opentype'), url('Gotham-BoldItalic.woff2') format('woff2'), url('Gotham-BoldItalic.woff') format('woff'), url('Gotham-BoldItalic.svg#Gotham-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('Gotham-Book.eot');
    src: url('Gotham-Book.eot?#iefix') format('embedded-opentype'), url('Gotham-Book.woff2') format('woff2'), url('Gotham-Book.woff') format('woff'), url('Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('Gotham-BookItalic.eot');
    src: url('Gotham-BookItalic.eot?#iefix') format('embedded-opentype'), url('Gotham-BookItalic.woff2') format('woff2'), url('Gotham-BookItalic.woff') format('woff'), url('Gotham-BookItalic.svg#Gotham-BookItalic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('Gotham-MediumItalic.eot');
    src: url('Gotham-MediumItalic.eot?#iefix') format('embedded-opentype'), url('Gotham-MediumItalic.woff2') format('woff2'), url('Gotham-MediumItalic.woff') format('woff'), url('Gotham-MediumItalic.svg#Gotham-MediumItalic') format('svg');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('Gotham-Medium.eot');
    src: url('Gotham-Medium.eot?#iefix') format('embedded-opentype'), url('Gotham-Medium.woff2') format('woff2'), url('Gotham-Medium.woff') format('woff'), url('Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


:root {
    --bs-body-font-family: 'Gotham', 'Arial', sans-serif;
}
html {
    font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

#overlay {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 50;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

#overlay .spinner-border {
    width: 5rem;
    height: 5rem;
    border-width: 0.5rem;
    border-color: black;
    border-right-color: transparent;
}

.imgLogo {
    width: 200px;
}

.CreaUtente {
    margin-bottom: 30px;
}

.btnDefault {
    background-color: #259E48;
    border-color: #259E48;
}

.btnDefault:hover, .btnDefault:focus {
    background-color: #398A54;
    border-color: #398A54;
}

a {
    color: #259E48;
}

a:hover {
    color: #398A54;
}
.page-item.active .page-link,
.formDefault:checked {
    background-color: #259E48;
    border-color: #259E48;
}

.page-link {
    color: #259E48;
}

.btnModalUtente:disabled,
.btnModalUtente.disabled,
.btnModalCliente:disabled,
.btnModalCliente.disabled {
    background-color: #398A54;
    border-color: #398A54;
}

.btnModalUtente,
.btnModalCliente {
    background-color: #259E48;
    border-color: #259E48;
}

    .btnModalUtente:hover,
    .btnModalCliente:hover {
        background-color: #398A54;
        border-color: #398A54;
    }

.iconButton {
    cursor: pointer;
    font-size: 18px;
}