.namelabel {
    display: block;
    width: auto;
    height: auto;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    color: var(--m-3-ref-neutral-neutral-30, #484649);
    font-family: Inter;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.labelstitle {
    margin-top: 30px;
    margin-left: 22px;
    display: block;
    cursor:pointer;
    text-decoration: none;
}

.blockfaturamento {
    text-decoration: none;
    display: flex;
    margin-bottom: 36px;
    width: 23.5%;
    height: 110px;
    background: #FFF;
    border-radius: 16px;
    box-shadow: 0px 3px 10px 0px rgba(40, 75, 117, 0.03);
    overflow-X: hidden;
}

.blocks {
    text-decoration: none;
    overflow-X: hidden;
    display: flex;
    margin-left: 2%;
    margin-bottom: 36px;
    width: 23.5%;
    height: 110px;
    background: #FFF;
    border-radius: 16px;
    box-shadow: 0px 3px 10px 0px rgba(40, 75, 117, 0.03);
}

.images {
    margin-left: auto;
    margin-right: 22px;
    margin-top: 30px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    background: #F4EFF4;
    border-radius: 50%;
}

.blockgoal {
    display: flex;
    margin-top: 28px;
    width: 100%;
    height: 151px;
    box-shadow: 0px 3px 10px 0px rgba(40, 75, 117, 0.03);
    background: #FFF;
    border-radius: 16px;
    overflow-X: hidden;
}

.labelgoal {
    margin-top: 16.50px;
    margin-left: 17.34px;
    color: var(--m-3-ref-neutral-neutral-30, #484649);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.labelgoalpercent {
    margin-top: -15px;
    margin-left: 13.88px;
    width: auto;
    height: auto;
    color: var(--m-3-ref-neutral-neutral-30, #484649);
    font-family: Inter;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
}

.labelgoalvalue {
    white-space: nowrap;
    width: 110%;
    margin-top: -10px;
    margin-left: 13.88px;
    color: var(--m-3-ref-neutral-neutral-60, #939094);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.imagegoal {
    margin-left: auto;
    margin-right: 33px;
    margin-top: 53px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    background: #F4EFF4;
    border-radius: 50%;
}

.blocklabelgoalpercustomer {
    display: flex;
    overflow-X: auto;
    overflow-Y: auto;
    margin-top: 28px;
    width: 100%;
    height: 309px;
    box-shadow: 0px 3px 10px 0px rgba(40, 75, 117, 0.03);
    background: #FFF;
    border-radius: 16px;
    overflow-X: hidden;
    flex-direction: column;
}

.blocklabelgoalpercustomer::-webkit-scrollbar-thumb {
    background-color: #aaa;
    /* border-radius: 5px; */
}

.blocklabelgoalpercustomer::-webkit-scrollbar-thumb:hover {
    cursor: pointer;
}

.blocklabelgoalpercustomer::-webkit-scrollbar {
    width: 10px;
    background-color: #f2f2f2;
}

.labelgoalpercustomer {
    margin-top: 18px;
    margin-left: 11px;
    color: var(--m-3-ref-neutral-neutral-30, #484649);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
}

.blockcalendar {
    overflow-X: hidden;
    /* overflow-Y: scroll; */
    overflow-Y: auto;
    margin-top: 24px;
    margin-left: 2%;
    width: 27%;
    height: 488px;
    flex-shrink: 0;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 3px 10px 0px rgba(40, 75, 117, 0.03);
}

.blockcalendar::-webkit-scrollbar {
    width: 10px; 
    height: 10px; 
    background-color: #f2f2f2; 
    overflow-y: scroll; 
    overflow-x: hidden; 
    
}

.blockcalendar::-webkit-scrollbar-thumb {
    background-color: #aaa; 
    
}

.blockcalendar::-webkit-scrollbar-thumb:hover {
    cursor: pointer; 
}

.labelcalendar {
    margin-top: 16.5px;
    margin-left: 13.61px;
    color: var(--m-3-ref-neutral-neutral-30, #484649);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.labelcalendarcompromise {
    margin-top: 10px;
    margin-left: 13.61px;
    color: var(--m-3-ref-neutral-neutral-60, #939094);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.blockfunnelsales {
    margin-top: 24px;
    width: 100%;
    height: 232px;
    flex-shrink: 0;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 3px 10px 0px rgba(40, 75, 117, 0.03);
}

.labelfunnelsales {
    margin-top: 14.49px;
    margin-left: 26.28px;
    color: var(--m-3-ref-neutral-neutral-30, #484649);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.labelcompromisefunnelsales {
    margin-top: 10px;
    margin-left: 26.28px;
    color: var(--m-3-ref-neutral-neutral-60, #939094);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.blockgraphic {
    margin-top: 24px;
    width: 100%;
    height: 232px;
    flex-shrink: 0;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 3px 10px 0px rgba(40, 75, 117, 0.03);
}





.time-slot {
    border-bottom: 1px solid rgba(245, 238, 250, 0.30);
    padding: 10px 0;
    height: 100%;
    flex-direction: column;
    align-items: center;
}

.time {
    width: 32px;
    color: var(--m-3-ref-neutral-neutral-80, #C9C5CA);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    text-transform: lowercase;
    
}

.event {
    color: #939094;
    margin-left: 10px;
}

.firstblockschedule {
    cursor: pointer;
    display: inline-block;
    width: 72.90%;
    height: 15px;
    margin-left: 5px;

}

.secondblockschedule {
    cursor: pointer;
    display: inline-block;
    margin-left: 37px;
    width: 72.90%;
    height: 15px;
}

.labelschedule {
    overflow-X: hidden;
    white-space: nowrap;
    padding: 10px;
    border-radius: 8px;
    margin-left: 0px;
    height: 15px;
    background: #F9F9F9;
    font-size: 14px;
    display: inline;

    border-left: 3px solid #24C7B4;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;

    transition: background-color 0.5s;
}

.labelschedule:hover {
    background-color: #dbd8d8;
}

.blockschedulesfunnelsales {
    overflow-X: auto;
    /* margin-right: 25px;
    margin-left: 25px; */
    margin-right: 25px;
    margin-left: 0px;
    display: flex;
}

.blockschedulesfunnelsales::-webkit-scrollbar {
    width: 10px; 
    height: 10px; 
    background-color: #f2f2f2; 
    overflow-y: scroll; 
    overflow-x: hidden;
    
}

.blockschedulesfunnelsales::-webkit-scrollbar-thumb {
    background-color: #aaa; 
    /* border-radius: 8px; */
    
}

.blockschedulesfunnelsales::-webkit-scrollbar-thumb:hover {
    cursor: pointer;
    /* border-radius: 8px; */
}

.blockfaturamento:hover {
    text-decoration: none;
}

.blocks:hover {
    text-decoration: none;
}













@media (max-width: 1100px) {
    .images {
        display: none;
    }

    .imagegoal {
        display: none;
    }
}

@media (max-width: 760px) {
    .blockfaturamento {
        text-decoration: none;
        height: 80px;
    }

    .labelsvalue {
        font-size: 15px;
    }

    .blocks {
        text-decoration: none;
        height: 80px;
    }

    .labelstitle {
        margin-top: 10px;
        margin-left: 1px;
    }

    .labelgoal {
        font-size: 13px;
        margin-left: 3px;
    }

    .labelgoalpercent {
        font-size: 15px;
        margin-left: 3px;
    }

    .labelgoalvalue {
        font-size: 8px;
        margin-left: 3px;
    }

    .blockgoal {
        height: 80px;
    }

    .labelgoalpercustomer {
        font-size: 13px;
        margin-left: 1px;
    }

    .labelcalendar {
        font-size: 13px;
        margin-left: 1px; 
    }

    .labelcalendarcompromise {
        font-size: 8px;
        margin-left: 1px; 
    }

    .labelfunnelsales {
        font-size: 13px;
        margin-left: 1px;
    }

    .labelcompromisefunnelsales {
        font-size: 8px;
        margin-left: 1px;
    }
}



















