.kasko-progress{
    position: relative;
    display: flex;
    justify-content: space-between;
    counter-reset: step;
}
.kasko-progress-step{
    width: 35px;
    height: 35px;
    background-color: #D1D5DB;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.kasko-progress-step::before{
    counter-increment: step;
    content: counter(step);
}

.kasko-progress-title{
    position: absolute;
    top: calc(100% + 0.75rem);
    text-align: center;
}

.btn-kasko-primary{
    background-color: #D1D5DB;
    width: 300px;
    height: 60px;
    font-size: 20px;
}

.litro-button{
    width: 300px;
    height: 60px;
    font-size: 20px;
}
.btn-litro-primary:hover{
    background-color: #D1D5DB!important;
    color: #0a0a0a!important;
    cursor: unset!important;
}
.btn-litro-primary {
    background-color: #D1D5DB!important;
    color: #0a0a0a!important;
    cursor: unset!important;
}
.series-btn {
    width: 64px !important;
}
.field-policyosgo-tech_pass_number label.control-label {
    visibility: hidden;
}
.field-policyosgo-tech_pass_number label.main-form-label {
    max-width: 100%;
    height: 22px;
    box-sizing: content-box;
    position: relative;
    display: block;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1;
    padding: 4px 20px 0 0 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 4px !important;
}
.s-custom-btn.s-custom-primary {
    width: 100px;
}

.s-custom-btn.s-custom-primary.active {
    background-color: #d1a800;
    cursor: default;
    user-select: none;
    pointer-events: none;
}

.s-custom-btn.s-custom-primary.s-custom-btn--icon svg {
    color: #222220
}

.s-custom-btn.s-custom-primary.active:hover {
    background-color: transparent;
    cursor: default;
    user-select: none;
    pointer-events: none;
}

.s-custom-btn.s-custom-primary:hover {
    background-color: #deba26
}
.s-custom-btn.s-custom-primary {
    background-color: #f1ca29;
    border-color: #f1ca29;
    color: #222220;
    transition: background-color .25s;
    min-width: max-content;
}

.overlay {
    position: fixed;
    z-index: 10001;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    display: none;
}

.overlay .spinner {
    height: 30px;
    width: 30px;
    animation: rotate .8s infinite linear;
    border: 3px solid #2b3e71;
    border-right-color: transparent;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    position: absolute;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.h-max72px {
    max-height: 76px !important;
}