* {
    outline: none;
}
body {
    height: 91vh;
    padding-top: 52px;
}
form {
    width: 100%;
}

.form-filter {
    display: flex;
}

.form-container {
    width: 390px;
}
.form-login {
    width: 100%;
    color: #403866;
    line-height: 1.2;
    font-size: 18px;
    display: block;
    width: 100%;
    background: 0 0;
    height: 62px;
    padding: 0 20px 0 38px;
    background-color: #e6e6e6;
    border: 1px solid transparent;
    border-radius: 3px;
    font-weight: 600;
}
.form-login:focus {
    outline: 1px solid #c8102e;
}
.form-login-button {
    width: 100%;
    color: #ffffff;
    line-height: 1.2;
    font-size: 18px;
    display: block;
    width: 100%;
    background: 0 0;
    height: 62px;
    background-color: #1c75bc;
    border: 1px solid transparent;
    border-radius: 3px;
    font-weight: 600;
    text-align: center;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
.form-login-button:hover {
    background-color: #0d5792;
}
.loader-login {
    position: absolute;
    width: 20px;
    left: 35%;
    top: 33%;
}
.success-icon-login {
    position: absolute;
    font-size: 20px;
    color: #ffffff;
    left: 34%;
    top: 33%;
}

.button-row-width {
    width: 1000px;
}
.button-row-width2 {
    width: 1220px;
}

.button-action-application {
    background-color: #5c5c5c;
    border-radius: 10px;
    box-shadow: 2px 2px 4px rgb(0 0 0 / 25%);
    cursor: pointer;
    height: 300px;
    min-width: 345px;
    overflow: hidden;
    position: relative;
    transition: transform 250ms;
    width: calc(100% / 4);
    padding: 30px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    margin: 0 auto;
}
.button-action-application h3 {
    color: #ffffff;
}
.button-action-application p {
    color: #ffffff;
}
.button-action-application:hover {
    background-color: #1c75bc;
}
.button-action-application i {
    bottom: 0px;
    color: whitesmoke;
    font-size: 4em;
    padding: 30px;
    position: absolute;
    right: 0px;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 10%);
    transition: transform 250ms;
}
.button-action-application:hover i {
    transform: translate(-5%, -5%) scale(1.2);
}

.form-registro .label-field {
    margin-bottom: 7px;
    font-size: 20px;
    font-weight: 400;
}

.custom-select select {
    display: none;
}
.select-selected {
    background-color: #f1f1f1;
    position: relative;
}
.select-selected:after {
    position: absolute;
    content: "";
    top: 17px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #000000 transparent transparent transparent;
}
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #000000 transparent;
    top: 10px;
}
.select-items div,.select-selected {
    color: #000000;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
}
.select-items {
    position: absolute;
    background-color: #ffffff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border: 1px solid transparent;
    border-color: transparent rgba(0, 0, 0, 0.1) transparent rgba(0, 0, 0, 0.1);
    max-height: 254px;
    overflow-y: auto;
}
.select-items div {
    color: #000000;
}
.select-hide {
    display: none;
}
.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.custom-input {
    color: #000000;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: rgba(0.1, 0.1, 0.1, 0.1);
}

.checkbox-lg {
    padding: 14px;
    margin-right: 10px;
}
.checkbox-customer-label {
    position: relative;
    top: 6px;
}

.btn-inserimento {
    background-color: #62a1fe;
    color: #ffffff;
    height: 50px;
    outline: none;
    border: none;
    padding: 0 29px;
    font-weight: 500;
    box-shadow: 1px 1px 6px #c3c3c3;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
.btn-empty {
    background-color: #838383;
    color: #ffffff;
    height: 50px;
    outline: none;
    border: none;
    padding: 0 29px;
    font-weight: 500;
    box-shadow: 1px 1px 6px #c3c3c3;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
.btn-email {
    background-color: #f99102;
    color: #ffffff;
    height: 50px;
    outline: none;
    border: none;
    padding: 0 29px;
    font-weight: 500;
    box-shadow: 1px 1px 6px #c3c3c3;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.formError {
    outline: 1px solid red;
}

.d-inline {
    display: inline;
}

.loader-email-capo-reparto {
    position: absolute;
    width: 20px;
    left: 2%;
    top: 11%;
}

.fs-7 {
    font-size: 0.8rem;
}

.descrizione-tag {
    height: 100%;
    background-color: #f9f9f9;
    padding: 12px 15px;
    border-radius: 0.25rem;
}

.mobile-filter-tag {
    display: none;
}

.custom-select-width {
    width: 205px;
}

.date-100 {
    width: 100%;
}

.btn-filter {
    margin-right: 1rem;
}

.checklistinput input {
    display: none;
}
.checklistinput label {
    margin: 5px 0;
    width: 100%;
    background: aliceblue;
    border: 1px solid #84c5fe;
    padding: 8px 15px;
    font-size: 17px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
}

.checklistinput label.warning {
    background: #fff6f0 !important;
    border: 1px solid #fed284 !important;
}

.checklistinput:last-child label {
    margin-bottom: 0;
}
.quizQuestionsDisabled {
    display: none !important;
}

.answerselected {
    color: #155724 !important;
    background: #d4edda !important;
    border: 1px solid #c3e6cb !important;
}

@media only screen and (max-width: 1200px) {
    body {
        height: 100%;
    }
    .filteropenedmobile {
        display: block;
    }
    .desktop-filter-tag {
        display: none;
    }
    .btn-inserimento {
        width: 100%;
        height: auto;
        padding: 15px;
    }
    .button-send-email {
        width: 100%;
        height: auto;
        padding: 15px;
    }
    .btn-empty {
        width: 100%;
        height: auto;
        padding: 15px;
    }
    .btn-email {
        width: 100%;
        height: auto;
        padding: 15px;
    }
    
    .btn-filter {
        width: 100%;
        margin-right: 0px !important;
    }
    .form-filter {
        display: block;
    }
}
@media only screen and (max-width: 740px) {
    .form-container {
        width: 100%;
    }
    .logo-hse-login {
        width: 100%;
        height: auto;
    }
    .button-row-width {
        width: 100%;
        padding: 25px 10px 0 10px;
    }
    .button-action-application {
        min-width: auto;
        width: 100%;
        height: 115px;
        padding: 15px;
    }
    .button-action-application i {
        font-size: 1.6em;
        padding: 16px;
    }
    .button-action-application h3 {
        font-size: 20px;
    }
}