﻿:root {
    --primaryBlue: #00819D;
    --blackColor: #000000;
    --fontFamilyTrakya: 'Trakya Rounded', sans-serif;
}
.simplifiedstepper {
    text-align: center;
    padding-top: 20px;
    padding-left: 45px;
    padding-right: 45px;
}
    .simplifiedstepper .stepper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.step-label-link {
    cursor: pointer;
    display: inline-block;
}

    .step-label-link .label {
        pointer-events: auto;
        color: #000; /* or whatever text color you want */
    }

    .step-label-link:hover .label {
        color: #00819D;
    }
.simplifiedstepper .step 
{
    flex: 1;
    text-align: center;
    position: relative;
    pointer-events:none;
}

.simplifiedstepper .label
{
    font-family: var(--fontFamilyTrakya);
    color: var(--blackColor);
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 16px;
}
.simplifiedstepper .step:before,
.simplifiedstepper .step:after 
{
    content: '';
    position: absolute;
    top: 51px;
    width: 50%;
    height: 1px;
    background-color: var(--primaryBlue);
    z-index: -1;
    transform: translateY(-50%) scaleY(1);
    transform-origin: center;
    transition: transform 300ms ease-in-out;
}
.simplifiedstepper .step:before 
{
    left: 0;
}
.simplifiedstepper .step:after 
{
    right: 0;
}
.simplifiedstepper .step:first-child:before,
.simplifiedstepper .step:last-child:after 
{
    display: none;
}
.simplifiedstepper .step.completed:before,
.simplifiedstepper .step.completed:after,
.simplifiedstepper .step.active:before 
{
    transform: translateY(-50%) scaleY(3);
}
.simplifiedstepper .dot 
{
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 1px solid var(--primaryBlue);
    margin: auto;
    background-color: #fff;
    transition: background-color 0.3s;
}

.simplifiedstepper .step a {
    text-decoration: none;
}
.simplifiedstepper .step.active .dot,
.simplifiedstepper .step.completed .dot 
{
    background-color: var(--primaryBlue);
    pointer-events:auto;
}
.simplifiedstepper .step.hidden 
{
    display: none !important;
}
.simplifiedstepper .step-content 
{
    display: none;
}
.simplifiedstepper .step-content.active 
{
    display: block;
}
.simplifiedstepper .dot.clickable {
    cursor: pointer;
}

.simplifiedstepper .btn-circle 
{
    border-radius: 50%;
    padding: 10px 15px;
    background-color: var(--primaryBlue);
    color: white;
    border: none;
}
.simplifiedstepper .btn-rounded 
{
    border-radius: 999px;
    background-color: #f9b995;
    color: white;
    padding: 10px 30px;
    border: none;
}
.showmobblk {
    display: none;
}
.simplifiedstepper .btn:disabled 
{
    opacity: 0.5;
    pointer-events: none;
}
.simplifiedstepper #backButton:disabled 
{
    background-color: #b2ebf2;
    cursor: not-allowed;
}
.active-line1,
.active-line2,
.active-line3 {
    height: 4px;
    background-color: var(--primaryBlue);
    position: absolute;
    top: 49px;
    left: 50%;
}

.active-line1 {
    width: 33%;
}

.active-line2 {
    width: 66%;
}

.active-line3 {
    width: 100%;
}
.dot.active {
    background-color: var(--primaryBlue);
}
@media (max-width: 576px) {
    .simplifiedstepper .label, .step-label-link {
        display: none;
    }

    .simplifiedstepper .step:before,
    .simplifiedstepper .step:after {
        top: 5px;
    }

    .stepperResponsiveBorder::before {
        content: "";
        width: 100%;
        height: 1.55px;
        color: var(--primaryBlue);
        background-color: var(--primaryBlue);
        position: absolute;
        margin-left: -10px !important;
    }
    .simplifiedstepper {
        width: 120%;
        position: relative;
        left: -10%;
    }

    .active-line1, .active-line2, .active-line3 {
        top: 3px;
    }

    .dot.active {
        background-color: var(--primaryBlue);
    }

    .simplifiedstepper {
        padding-left: 0 !important;
        padding-right: 0 !important;
   
    }

     hide labels 
    .simplifiedstepper .label,
    .step-label-link {
        display: none;
    }

     keep dots aligned 
    .simplifiedstepper .step:before,
    .simplifiedstepper .step:after {
        top: 5px;
    }

    .simplifiedstepper {
        width: 120%;
        position: relative;
        left: -10%;
    }
    .active-line1, .active-line2, .active-line3 {
        top: 3px;
    }
    .dot.active {
        background-color: var(--primaryBlue);
    }
}
@media (max-width: 767px) {
    .showmobblk {
        display: block;
    }
}
@media (max-width: 745px) {
    .simplifiedstepper {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 20px;
    }
}
/*/*@media only screen and (max-width: 600px) and (min-width: 280px) and (orientation: landscape) {
    .simplifiedstepper {
        padding-left: 0px;
        padding-right: 0px;
    }
}*/
@media only screen and (max-width: 1024px) and (min-width: 280px) and (orientation: landscape) {
    .simplifiedstepper {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}
@media only screen and (orientation: landscape) and (max-width: 1024px) and (hover: none) and (pointer: coarse) {
    .simplifiedstepper .label, .step-label-link {
        display: none;
    }
    .logo {
        padding-top: 15px;
    }

        .logo img {
            width: 66px;
            display: inline;
        }
    .showmob {
        display: flex;
    }

    .showmobblk {
        display: block;
    }

    .showmobinline {
        display: inline;
    }

    .simplifiedstepper .step:before,
    .simplifiedstepper .step:after {
        top: 5px;
    }
    /* .stepperResponsiveBorder::before {
        content: "";
        width: 100%;
        height: 1.55px;
        color: var(--primaryBlue);
        background-color: var(--primaryBlue);
        position: absolute;
        margin-left: -10px !important;
    }*/
    .simplifiedstepper {
        width: 120%;
        position: relative;
        left: -10%;
        padding-top: 80px;
    }
}
@media (max-width: 576px) {
    .active-line1, .active-line2, .active-line3 {
        top: 3px;
    }

    .simplifiedstepper .step.new:before {
        transform: translateY(-50%) scaleY(2.5);
    }
    .dot.active {
        background-color: var(--primaryBlue);
    }

    .stepperResponsiveBorder::before {
        display: none !important;
    }
    .simplifiedstepper .step:before,
    .simplifiedstepper .step:after {
        top: 5px;
        height: 1.5px; /* default thin */
        transform: translateY(-50%) scaleY(1);
    }

    .simplifiedstepper .step.completed:before,
    .simplifiedstepper .step.completed:after {
        transform: translateY(-50%) scaleY(1.5);
    }

    .simplifiedstepper .step.active:before {
        transform: translateY(-50%) scaleY(1.5);
    }

    .simplifiedstepper .step:first-child:before {
        display: block;
    }

    .simplifiedstepper .label,
    .step-label-link {
        display: none;
    }

    .simplifiedstepper {
        width: 120%;
        position: relative;
        left: -10%;
    }
}
@media (max-width: 576px) {

    .simplifiedstepper .step:last-child:after {
        display: block;
        height: 1.5px; /* thin, same as base */
        transform: translateY(-50%) scaleY(1);
    }
    .simplifiedstepper .step:last-child.completed:after {
        height: 1.5px;
        transform: translateY(-50%) scaleY(1.5);
    }
}

