.alert-Evaluator {
    background-color: #F4F6F9;
    border-radius: 5px;
    margin-top: 90px;
}

.alert-dashboardE1 {
    background-color: #F4F6F9;
}

.setEvaluator {
    font-size: 13px;
    color: black;
    font-weight: 700;
    line-height: 20px;
    padding-top: 10px;
}

.imagealertEvaluator {
    width: 100%;
    border-radius: 50%;
    /* margin-top: 20px; */
}

.shadowsDeshboard {
    color: #509CE3;
}

.Evaluator-country {
    border-left: 4px #308FFF solid;
}

.imageEvaluatorcountry {
    width: 13px;
    height: 13px;
    border-radius: 50%;
}

.Mid-Term {
    color: rgb(118, 118, 118);
    font-weight: 500;
    font-size: 11px;
}

.E3 {
    color: #3266CD;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
}

.EvaluatorConfiguration {
    color: #2377C6;
    font-weight: 500;
    font-size: 12px;
}

.setConfiguration {
    border: none;
    background-color: white;
    margin-top: 60px;
}

.set-li {
    font-size: 17px;
    color: black;
    padding-top: 15px;
}

.FrameEvaluation {
    font-weight: 700;
    font-size: 17px;
}

.calendar-day-active {
    background-color: #3B82F6;
    color: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.bg-Today {
    margin-top: 5px;
    background-color: #DAEDFF;
    border-radius: 3px;
    color: #09789B;
    font-weight: 500;
    text-align: left;
}

.Note-Today1 {
    color: #308FFF;
    font-size: 12px;
}

.Note-Today2 {
    color: #fc4aa0;
    font-size: 12px;
}


.trantRankColorE1 {
    border-radius: 6px;
    font-size: 11px;
    color: black;
    background-color: #ffffff;
    border-left: 6px #5CAEF9 solid;
}

.trantYellowColorE1 {
    border-radius: 6px;
    font-size: 11px;
    color: black;
    background-color: #ffffff;
    border-left: 6px #FFDB1F solid;
}

*,
*::before,
*::after {
    position: relative;
    box-sizing: border-box;
}

:root {
    --color-primary: #509CE3;
}

.calendar {
    font-size: 12px;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 0;
    margin: auto;
    padding: 1em;
    /* border-radius: 50px; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.months_day1 {
    font-size: 10px;
    font-weight: 500;
    color: rgb(76, 76, 76);
    padding-left: 3px;
}


.day:first-child {
    grid-column-start: 1;
}

.day {
    padding: 0.5em;
    text-align: center;
}

.day::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.day[data-selected]::before {
    border-radius: 50px;
    height: 25px;
}

.day[data-selected="start"]::before {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.day[data-selected],
.day[data-selected]~.day {
    color: white;
}

.day[data-selected]::before,
.day[data-selected]~.day::before {
    background-color: var(--color-primary);
}

.day[data-selected="start"]~.day:not([data-selected="end"])::before {
    opacity: 0.5;
}

.day[data-selected="end"][data-selected="end"]::before {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}


.day[data-selected="end"]~.day {
    color: inherit;
}

.day[data-selected="end"]~.day::before {
    background-color: transparent;
}

.row-e1 {
    border-top: 1.4px #509CE3 solid;
    width: 60px;
    font-size: 12px;
    color: #509CE3;
    margin-top: -15px;
    position: static;
}

.left_right_evaluation {
    width: 15%;
    /* height: 60px; */
    background: linear-gradient(to top,

            #ffffff 0%,
            #ffffff 50%,
            #509CE3 50%,
            #509CE3 100%);
    border-radius: 4px 4px 4px 4px;
}
.term-line-progress{
    border-top: #4294FF dotted 1px;
    margin-top: 12px;
}
.date-calendar-body-term {
    height: 35px;
    background-color: white;
    font-size: 10px;
    font-weight: 500;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
