@import url('https://fonts.googleapis.com/css?family=Open%20Sans:600');
@import url('https://fonts.googleapis.com/css?family=Open%20Sans:800');
@import url('https://fonts.googleapis.com/css?family=Open%20Sans:400');

body {
    background: #eee;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

#title-insmisure,
#title-cantiere,
#title-cliente {
    font-family: "Open sans";
    font-weight: 800!important;
}

.font-open-800 {
    font-family: 'Open sans', 'Roboto', Arial, sans-serif;
    font-weight: 800!important;
}
.text-strike{
    color:#aaa;
}

.font-open {
    font-family: 'Open sans', 'Roboto', Arial, sans-serif;
    font-weight: 600!important;
}

.br-1{
    border-right : 1px solid gray !important;
}

.item-menu-foglio {
    color: #333;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    border-style: solid;
    font-family: "Open sans";
    font-weight: 800!important;
}

.font-open-400 {
    font-family: 'Open sans', 'Roboto', Arial, sans-serif;
    font-weight: 400;
}

.auto-compila {
    border-bottom: #a1c3d8 1px solid;
}

.step {
    display: none
}


.menu-fixed {
    position: fixed;
    width: 100%;
    z-index: 1000;
}


.unselectable {
    user-select: none;
    /* Standard CSS3 */
    -webkit-user-select: none;
    /* Chrome, Safari, Opera */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
}

.border-bottom {
    border-bottom: 1px solid #72726a;
}


.toast-top-left,
.toast-top-center {
    top: 100px;
    /* This will be overridden by JavaScript */
}

.gradient-border-input {
    box-shadow: 0px 0px 1px 2px #a4c3ec;
}

select:disabled,
button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

input:-webkit-autofill {
    background: #fff!important;
    background-color: white!important;
}

.gradient-border-input {
    box-shadow: 0px 0px 1px 2px #a4c3ec;
}

.title-border-top {
    border-top: 1px solid rgba(0, 0, 0, 0.16);
}

.user-box {
    position: absolute;
    background-color: #f0f0f0;
    padding: 10px;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: none;
    border-radius: 4px;
    font-size: 14px;
    margin-left: 10px;
}

.header-link {
    transition: 0.1s!important;
}

.header-link:hover {
    color: #eee!important;
    text-decoration: underline
}

.header-cc {
    display: block;
    background: #d6d9da63!important;
    box-shadow: inset -1px 0px 10px rgba(47, 63, 83, 0.1);

    border-radius: 2px!important;

}

/* step 1*/


#step-1-box {
    display: flex;
}

.titolo-scheda {
    background: #d1d4d5d4!important;
    box-shadow: inset -1px 0px 10px rgba(0, 0, 0, 0.1);
}

#step-2-left-box,
#step-1-left-box {
    padding: 10px 20px 0 0;
}

button {
    transition: 0.2s
}

.tab-selected {
    background: #facc15!important;
    background: #facc15!important;
    border-left: 1px solid #d3ab0b!important;
    border-bottom: 1px solid #e5bd1d!important;
}

.fa-solid {
    transition: 0.1s;
}

.dig::after {
    content: '';
    position: relative;
    top: -13px;
    right: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 0;
    border-color: #fff transparent transparent transparent!important;
    transform: rotate(90deg);
}

.dog-ear {
    position: relative;
    background-color: #d8dbdc;
    box-shadow: inset -1px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 8px 0;
    border-top-left-radius: 2px;
    border-left: 1px solid #a0a4ab;
    border-bottom: 1px solid #a0a4ab;
}

.dog-ear::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 0;
    border-color: #fff transparent transparent transparent!important;
    transform: rotate(90deg);
}

.circle-letter-1 {
    background-color: #6af;
    color: #fff;
    text-transform: uppercase
}

.circle-letter-2 {
    background-color: orange;
    color: #fff;
    text-transform: uppercase
}

.circle-letter-3 {
    background-color: #10ab10;
    color: #fff;
    text-transform: uppercase
}

.circle-letter-4 {
    background-color: #333;
}

.circle-letter-1,
.circle-letter-2,
.circle-letter-3,
.circle-letter-4 {
    display: inline-block;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-weight: bold;
    opacity: .9;
    transition: 0.1s
}

.circle-letter-1:hover,
.circle-letter-2:hover,
.circle-letter-3:hover,
.circle-letter-4:hover {
    color: white;
    opacity: 1;
}

.hidden lg:flex lg:items-center lg:space-x-4 mr-auto {
    /* Existing styles (if any) */
}

.hidden lg:flex lg:items-center lg:space-x-4 mr-auto a {
    /* Target all inner links */
    display: inline-block;
    /* Ensure inline behavior for correct spacing */
}

.hidden lg:flex lg:items-center lg:space-x-4 mr-auto a:nth-child(4 onwards) {
    margin-left: auto;
}

.custom-border-box {
    font-size: 14px;
    border-radius: 5px!important;
    padding: 12px;
    color: black;
    margin: 9px 0;
    transition: box-shadow 0.3s ease;
    box-shadow: 0 0 0 2px white, 0 0 0 4px #a4c3ec, inset -1px 0px 10px rgba(0, 0, 0, 0.1);
    transition: 0.2s;
}

.custom-border-box-orange {
    font-weight: bold;
    font-size: 14px;
    border-radius: 10px;
    padding: 12px;
    color: black;
    margin: 9px 0;
    transition: box-shadow 0.3s ease;
    box-shadow:
        0 0 0 2px white,
        /* Outer white shadow */
        0 0 0 4px orangered,
        /* Outer light blue shadow */
        inset -1px 0px 10px rgba(0, 0, 0, 0.1);
    /* Inner slight black shadow */
    transition: 0.2s
}

.call-action {
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 3rem;
    letter-spacing: normal;
    font-weight: 500;
    letter-spacing: -.03em;
    color: #b0b0b0;
}

.no-shadow {
    box-shadow: none !important
}

.c-bg {
    background: #fafafa;
    background-image: linear-gradient(rgb(53, 112, 171), rgb(72, 145, 104));
}

.logo-posaclima {
    height: 60px;
}

.circle-letter-1 {
    background-color: #6af;
}

.circle-letter-2 {
    background-color: orange;
}

.circle-letter-3 {
    background-color: #16bb53;

}

.circle-letter-1,
.circle-letter-2,
.circle-letter-3 {
    display: inline-block;
    line-height: 28px;
    font-size: 12px;
    text-align: center;
    position: relative;
    width: 28px;
    height: 28px;
    border-radius: 4px;
    font-weight: bold;
    opacity: .9;
    transition: 0.1s
}

.circle-letter-1:hover,
.circle-letter-2:hover,
.circle-letter-3:hover {
    color: white;
    opacity: 1;
}

.table-link:hover {
    color: #627465!important;
    text-decoration: underline
}

.title-page::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 0;
    border-color: #fff transparent transparent transparent!important;
    transform: rotate(90deg);
}

.title-page {
    position: relative;
    background-color: #d8dbdc;
    padding: 8px 0;
    padding-left: 0px;
    border-top-left-radius: 2px;
}

.icona {
    transition: 0.1s
}

.icona:hover {
    color: rgb(59 130 246 / var(--tw-bg-opacity))
}

.mt-100 {
    margin-top: 125px;
    float: left;
    width: 100%;
}