@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600&display=swap");
.syncro-card,
.syncro-card * {
    box-sizing: border-box;
}

.syncro-card button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
}

.syncro-card-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 20px;
    color: white;
    font-weight: 500;
    text-align: center;
}

.syncro-progress-stepped {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 40px;
    width: 100%;
    margin-left: -2px;
    margin-bottom: 15px;
}

.syncro-progress-stepped-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 2px;
    font-size: 0;
    font-weight: 600;
    color: transparent;
    background-color: #f3f8fc;
    -webkit-transition: color 0.2s ease, -webkit-transform 0.2s ease;
    transition: color 0.2s ease, -webkit-transform 0.2s ease;
    -o-transition: transform 0.2s ease, color 0.2s ease;
    transition: transform 0.2s ease, color 0.2s ease;
    transition: transform 0.2s ease, color 0.2s ease, -webkit-transform 0.2s ease;
}

.syncro-progress-stepped-item:first-child {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.syncro-progress-stepped-item:last-child {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.syncro-progress-stepped-item.active {
    font-size: 12px;
    color: #fff;
    border-radius: 5px;
    -webkit-transform: scaleY(1.25);
    transform: scaleY(1.25);
}

.syncro-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -5px;
    margin-right: -10px;
    margin-left: -10px;
}

.syncro-col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    width: auto;
    max-width: 100%;
    margin-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
}

.syncro-btn {
    padding: 0;
    color: inherit;
    background: transparent;
    border: 0;
    outline: 0;
    -webkit-appearance: none;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.syncro-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    line-height: 1;
    background-color: transparent;
    border-radius: 50%;
    margin-right: 5px;
}

.syncro-category-name {
    font-size: 14px;
    font-weight: 600;
    color: #586c8a;
}

.actualpr {
    width: 100%;
    height: auto;
    /*position: fixed;
    left: 44%;
    top: 73%;*/
}


