﻿
/* COMMON */

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: Montserrat;
    src: url(../font/Montserrat-VariableFont_wght.ttf);
}

main {
    padding: 100px 0 50px 0;
    position: relative;
}

img {
    display: block;
}

a {
    text-decoration: none;
}

button {
    width: max-content;
}

.btn-primary {
    background-color: #34869a !important;
    border-color: #2d788b !important;
}

.btn-danger {
    background-color: #cd3045 !important;
}

.pointer {
    cursor: pointer;
}

.justify-content-evenly {
    justify-content: space-evenly !important;
}

.btn-black,
.btn-black:hover,
.btn-black:focus,
.btn-black:active {
    color: #ffffff !important;
    background-color: #0c0c0c !important;
    border-color: #000000 !important;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px !important;
}

.border-r5 {
    border-radius: 5px;
}

.form-control:focus {
    box-shadow: none;
}

h6 {
    font: 15px !important;
}

.badge {
    font-size: 11px;
    font-weight: 500;
    cursor: default;
}

.not-allowed {
    cursor: not-allowed;
}

.mr-6 {
    margin-right: 6px !important;
}

.ml-6 {
    margin-left: 6px !important;
}

.mr-8 {
    margin-right: 8px !important;
}

.ml-8 {
    margin-left: 8px !important;
}

.mr-15 {
    margin-right: 15px;
}

.mt-50 {
    margin-top: 50px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.width-290 {
    width: 290px;
}

.font-13 {
    font-size: 13px;
}

.font-20 {
    font-size: 20px;
}

.box-shadow {
    box-shadow: 0 0 1rem rgb(0 0 0 / 30%);
}

.background-white {
    background-color: #ffffff;
}

.background-blue {
    background-color: #327f91;
}

.alert {
    font-weight: 500 !important;
}

.alert a {
    color: inherit;
}

/* HEADER */

header {
    position: relative;
    background: rgb(7,18,21);
    background: linear-gradient(90deg, rgba(7,18,21,1) 0%, rgba(0,0,0,1) 100%);
    height: 150px;
}

.header-texture {
    height: 150px;
}

header a {
    display: block;
    margin: 0 auto;
    width: 50%;
    max-width: 270px;
}

.header-logo {
    width: 100%;
}

.user-header {
    color: #ffffff;
    padding: 10px 0;
    background-color: #373737;
}

/* MAIN */

.login-info {
    color: #020001;
    line-height: 1;
    font-family: Montserrat;
}

.login-container {
    padding: 20px 40px 70px 40px;
    font-family: Montserrat;
}

.login-info .title1 {
    font-size: 20px;
    font-weight: 800;
    margin: 0 0 7px 0;
}

.login-info .title2 {
    font-size: 44px;
    font-weight: 800;
    margin: 20px 0 10px 0;
}

.login-info .title3 {
    font-size: 20px;
    font-weight: 800;
    margin: 0 0 35px 0;
}

.login-info .title4 {
    font-size: 27px;
    font-weight: 500;
    margin: 0 0 30px 0;
    padding-right: 10%;
    line-height: 1.3;
}

.login-info .title5 {
    font-size: 23px;
    font-weight: 800;
    margin: 0 0 30px 0;
    line-height: 1.3;
}

.login-info .title6 {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.4;
    padding-right: 6%;
}

.login-btn {
    font-size: 25px;
    font-weight: 700;
}

.login-btn:active {
    transform: translateY(4px);
}

.login-container input[type="text"],
.login-container input[type="password"] {
    width: 100%;
}

.login {
    font-size: 50px;
    font-weight: 700;
}

.login::after {
    content: '';
    display: block;
    height: 3px;
    background-color: #ffffff;
    margin: 15px 0 30px 0;
}

a.recupera-pass {
    color: #ffffff;
    font-weight: 600;
}

.open-acc {
    color: #858585;
    white-space: nowrap;
}

.table th, .table td {
    vertical-align: middle;
    text-align: center;
}

#table-utenti-registrati th,
#table-utenti-registrati td {
    font-size: 13px;
}

#table-utenti-registrati th {
    min-width: 150px;
}

#table-utenti-registrati > tbody > tr:last-child {
    display: none;
}

#table-utenti-registrati .fa-paper-plane {
    transform: translateX(-1px);
}

#table-payment th {
    min-width: 150px;
}

#table-payment th.number {
    min-width: auto;
}

.no-border {
    border: none;
    border-color: transparent;
}

.border-bottom-gray {
    border-bottom: 1px solid #dee2e6;
}

#bank-label.selected {
    border-color: #28a745;
    box-shadow: 0 0 10px rgb(40 167 69);
}

#order-container .fa-building-columns {
    transform: translateY(-1px);
}

#order-container .fa-xmark {
    transform: translateY(1px);
}

#order-container .stripe-img {
    height: 25px;
    width: auto;
}

#order-container .credit-card {
    display: inline-block;
    transform: translateY(2px);
}

#order-container .order-cancel {
    color: #d12d26;
}

#order-container .order-success {
    color: #009b21;
}

/* FOOTER */
footer {
    position: relative;
    background: rgb(7,18,21);
    background: linear-gradient(90deg, rgba(7,18,21,1) 0%, rgba(0,0,0,1) 100%);
    color: #ffffff;
    padding: 30px 0;
}

.footer-texture {
    right: 0;
    bottom: 0;
    height: 290px;
}

footer a {
    color: #ffffff;
}

footer a:hover {
    color: inherit;
}

footer .logo-container img {
    max-width: 400px;
    height: auto;
}

@media only screen and (max-width: 1399px) {

}

@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 992px) {
    .login-info {
        padding-right: 0;
    }
}

@media only screen and (max-width: 991px) {

    .login-info .title2 {
        margin-bottom: 25px;
    }

    .login-info .title4 {
        margin-top: 25px;
        margin-bottom: 35px;
        padding-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .header-texture,
    .footer-texture {
        display: none;
    }
}

@media only screen and (max-width: 575px) {

    .login-container {
        padding: 30px 25px;
    }

    .login-info .title1 {
        font-size: 20px;
    }

    .login-info .title2 {
        font-size: 50px;
        margin-bottom: 20px;
    }

    .login-info .title3 {
        font-size: 22px;
    }

    .login-info .title4 {
        font-size: 22px;
        margin: 20px 0;
    }
}

@media only screen and (max-width: 500px) {

    header {
        height: 130px;
    }
}

@media only screen and (max-width: 390px) {
    header {
        height: 100px;
    }

    .login-info .title2 {
        font-size: 40px;
    }

    .login-info .title1 {
        display: block;
    }

    .login-info .title1:first-child {
        margin-right: 0;
    }
}

@media only screen and (max-width: 350px) {
    .login-container {
        padding: 30px 15px;
    }

    footer {
        font-size: 15px;
    }
}

@media only screen and (max-width: 315px) {
    header {
        height: 75px;
    }

    .login-info .title2 {
        line-height: 35px;
        margin-top: 10px;
    }

    footer {
        font-size: 12px;
    }
}