﻿@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&display=swap");
body {
    font-family: 'Barlow', sans-serif;
    background-color: #ffffff;
    padding-bottom: 0;
}

.container, .container-fluid {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.corso-title-section {
    margin-left: -30px;
    margin-right: -30px;
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
}

.logo {
    width: 100%;
    max-width: 10vw;
    height: auto;
}

.padding-info {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
}

.left-column-title {
    color: var(--secondary);
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 1.3;
}

.left-column-text {
    margin-bottom: 20px;
    font-size: 15px;
    text-align: justify;
    border-bottom: solid 1px #eeeeee;
    padding-bottom: 20px;
}

.left-column-text:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.right-column, .left-column {
    padding-left: 30px;
    padding-right: 30px;
}

.scheda-title {
    color: var(--secondary);
    font-size: 30px;
    line-height: 1.2;
    margin-left: 20px;
    font-weight: bold;
}

.corso-pretitle {
    color: var(--primary);
    font-size: .95vw;
    font-weight: bold;
}

.corso-title {
    color: #ffffff;
    font-size: 1.7vw;
    line-height: 1.2;
    font-weight: 700;
}

.icon-scheda {
    background-color: var(--primary);
    width: 60px;
    height: 60px;
    border-radius: 16px;
    box-shadow: 0 10px 10px -12px rgba(0, 0, 0, .5);
}

.icon-scheda .lnr {
    color: rgba(0,0,0,.5);
}

.right-column-form {
    margin-bottom: 20px;
}

.form-title {
    text-transform: uppercase;
    color: #ffffff;
    background-color: var(--primary);
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.3;
    padding-top: 3px;
    padding-bottom: 3px;
}

.right-column-form .custom-radio label {
    font-size: 16px;
}

.right-column-form .custom-radio label .prezzo {
    font-size: 24px;
    margin-left: auto;    
    width: 300px;
    text-align: right;    
}

.custom-radio {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 2rem;
    padding-right: .5rem;
    border-bottom: solid 1px #eeeeee;
}

.custom-radio:hover {
    background: #f5f5f5;
    cursor: pointer;
}

.custom-radio label:hover {
    cursor: pointer;
}

.custom-control-label::before {
    top: 50%;
    transform: translateY(-50%);
}

.custom-control-label::after {
    top: 50%;
    transform: translateY(-50%);
}

.sconto-iban {
    font-size: 14px;
    text-align: justify;
}

.pagamento {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: solid 1px #eeeeee;
    border-bottom: solid 1px #eeeeee;
}

/*.right-column input {
    font-weight: bold;
}

::placeholder {
    font-weight: normal;
}*/
.modal-adesionecorso {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,.3);
    z-index: 999;
}

.modal-adesionecorso .modalcontainer {
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0 0 30px -20px rgba(0,0,0,.2);
}

.chiudimodal-adesionecorso {
    font-size: 30px;
    color: #666666;
    position: absolute;
    top: 20px;
    right: 20px;
    line-height: 17px;
}

.chiudimodal-adesionecorso:hover {
    cursor: pointer;
    color: #222222;
}

.fix-duerighe .custom-control-label::before {
    top: 0;
    transform: none;
    margin-top: 11px;
}

.fix-duerighe .custom-control-label::after {
    top: 0;
    transform: none;
    margin-top: 11px;
}

.allegato-custom .custom-file-label::after {
    content: "";
    background: none;
    border: none;
    padding: 0;
}

.allegato-custom .custom-file-label {
    text-align: center;
    padding: 0.55rem 1rem;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 0;
    height: auto;
    background-color: #f5f5f5;
    cursor: pointer !important;
}

.allegato-custom .custom-file-input {
    cursor: pointer;
}

.allegato-custom:hover .custom-file-label {
    cursor: pointer !important;
    background-color: #eeeeee;
}

.btn {
    font-size: 1.2rem;
}

.btn-icon-split .text {
    padding: 0.55rem 0.75rem 0.55rem 1rem;
}

.btn-icon-split .icon {
    padding: 0.55rem 0.75rem;
}

.custom-file {
    height: calc(1.5em + 1.5rem + 2px);
}

@media screen and (min-width: 992px) and (max-width: 1368.98px) {
    .custom-file {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 1199.98px) {
    .corso-pretitle {
        font-size: 1.2vw;
    }

    .logo {
        margin-bottom: 10px;
    }

    .corso-title {
        font-size: 2.2vw;
    }
}

@media screen and (max-width: 991.98px) {
    .corso-title-section {
        margin-left: -15px;
        margin-right: -15px;
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .logo {
        width: 100%;
        max-width: 150px;
        height: auto;
        margin-bottom: 10px;
    }

    .corso-pretitle {
        font-size: 2vw;
    }

    .corso-title {
        font-size: 3.5vw;
    }

    .right-column {
        padding-left: 0;
        padding-right: 0;
        border-top: solid 1px #eeeeee;
    }

    .left-column {
        padding-left: 15px;
        padding-right: 15px;
    }

    .corso-description {
        margin-top: 30px;
    }

    .right-column .card {
        box-shadow: none !important;
    }
}

@media screen and (max-width: 767.98px) {
    .corso-title-section .border-left-light {
        border-left: none !important;
    }

    .corso-pretitle {
        font-size: 3.5vw;
    }

    .corso-title {
        font-size: 5.5vw;
    }
}

.validation-summary-errors ul {
    display: none;
}

button.close {
    outline: none;
}

@media screen and (max-width: 575.98px) {
    #modalRichInfo .modal-body {
        padding-left: 0;
        padding-right: 0;
    }
}

.allegato-custom {
    min-width: 375px;
}

.collapse-button {
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.collapse-button:hover {
    background-color: #f5f5f5;
    border-radius: 50px;
}

.collapse-button[aria-expanded="false"] .fa-chevron-down:before {
    content: "\f078";
}

.collapse-button[aria-expanded="true"] .fa-chevron-down:before {
    content: "\f077";
}