@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap');

button:focus{outline: none;}
.overlayCoach{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 0.85);
    z-index: 99;
}

/* First Step css */
.firstStep{
    position: absolute;
    top: 64px;
    width: 100%;
    z-index: 999;
    left: 10px;
}
.deropdownImg{
   width: 290px;
}
.deropdownImg img{
    width: 100%;
}
.contentCoach{
    position: absolute;
    top: 78px;
    left:28px;
    display: flex;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    align-items: end;
    width: 420px;
}
.line{
    width: 74px;
    border-bottom: #fff dashed 2px;
    border-left: #fff dashed 2px;
    position: relative;
    
}
.line::before{
    position: absolute;
    left: -6px;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid white;
    content: "";
}

.line::after{
    position: absolute;
    right: -10px;
    bottom: -5px;
    width: 7px;
    height: 7px;
    border: #fff solid 1px;
    content: "";
    border-radius: 10px;
}
.firstStep .line img{
    width: 20px;
    position: absolute;
    left: -12px;
    top: -38px;
}

.text{
    font-size: 12px;
    color: #fff;
    line-height: 22px;
    padding-top: 13px;
    padding-left: 16px;
    text-align: center;
}
.nextButton{
    width: 82px;
    height: 28px;
    border-radius: 25px;
    background-color: #af272d;
    border: none;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    margin-top: 15px;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
}
.skipBt{
    width: 82px;
    height:28px;
    border-radius: 25px;
    background: none;
    border: solid 1px #af272d;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    margin-top: 15px;
    display: inline-block;
    text-transform: uppercase;
    margin-right: 10px;
    cursor: pointer;
}

/* secondStep css */
.secondStep{
    position: absolute;
    width: 100%;
    top:169px;
    right: 0;
    z-index: 999;
}
.secondStep .deropdownImg{
    width: 214px;
}
.secondStep .contentCoach{
    flex-direction: column;
    position: absolute;
    top: 132px;
    left: 8px;
    display: flex;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    align-items: end;
    width: 190px;
    justify-content: center;
    align-items: center;
}
.secondStep .line::after{
    position: absolute;
    right: 10px;
    bottom: -13px;
    width: 10px;
    height: 10px;
    border: #fff solid 2px;
    content: "";
    border-radius: 10px;
}
.secondStep .line {
    width: 14px;
    border-bottom: none;
    border-left: #fff dashed 2px;
    position: relative;
    height: 82px;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 55px;
}
.secondStep .text{
    padding-left: 0;
    padding-top: 0;
}
.secondStep .line img{
    position: absolute;
    left: -12px;
    top: -42px;
    max-width: 20px;
}

/* Third Step css */
.thirdStep{
    width: 78%;
    position: absolute;
    left: 50%;
    top: 40%;
    margin-left: -39%;
    border: #fff dashed 2px;
    border-bottom: none;
    min-height: 80px;
    border-left: none;
    border-right: none;
    z-index: 999;
}
.thirdStep .contentCoach {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    align-items: end;
    width: 100%;
}
.thirdStep .line {
    width: 20px;
    border-bottom: none;
    border-left: #fff dashed 2px;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    height:44px;
}
.thirdStep .line::before{
    display: none;
}
.thirdStep .line::after {
    position: absolute;
    left: -4px;
    bottom: -11px;
    width: 7px;
    height: 7px;
    border: #fff solid 1px;
    content: "";
    border-radius: 10px;
}
.thirdStep .line img{
    position: absolute;
    bottom: -45px;
    left: -8px;
}
.thirdStep .text {
    font-size: 12px;
    color: #fff;
    line-height: 22px;
    padding-top: 12px;
    padding-left: 0;
    text-align: center;
    width: 100%;
    position: absolute;
    top:85px;
}
.thirdStep::after{
    position: absolute;
    right: -9px;
    top: -6px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid white;
    content: "";
    transform: rotate(-90deg);
}
.thirdStep::before{
    position: absolute;
    left: -9px;
    top: -6px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid white;
    content: "";
    transform: rotate(90deg);
}
.thirdStep .nextButton{
    width: 200px;
    height: 43px;
    border-radius: 25px;
    box-shadow: 0 2px 15px -2px rgba(255, 255, 255, 0.2);
    background-color: #af272d;
    margin-top:10px;
}

#outdivdR1LeftCoach {
    position: absolute;
    top: -18px;
    left:-35px;
    z-index: 99;
    padding: 12px 6px;
    border: solid 2px #b82832;
    border-radius: 2px;
    background: rgba(184, 40, 50, 0.9);
    background-image: url(../../images/coach/arrow-prev.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px;
    width: 21px;
    height: 34px;
    box-sizing: border-box;
}
#outdivdR1RightCoach {
    position: absolute;
    top: -18px;
    right:-35px;
    z-index: 99;
    padding: 12px 6px;
    border: solid 2px #b82832;
    border-radius: 2px;
    background: rgba(184, 40, 50, 0.9);
    background-image: url(../../images/coach/arrow-next.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px;
    width: 21px;
    height: 34px;
    box-sizing: border-box;
}

.secondStep{
    display: none;
}

.thirdStep{
    display: none;
}

/* Responsive css */
@media only screen and (max-width : 1024px) {
    .firstStep{
        left: 237px;
    }
    .secondStep{
        top: 264px;
        left: 30%;
    }
    .thirdStep{
        top: 29%;
        width: 76%;
        margin-left: -38%;
    }
}

@media only screen and (max-width : 991px) {
    .firstStep{
        left: 237px;
    }
    .secondStep{
        top: 22%;
        left: 40px;
    }
    .thirdStep{
        top: 32%;
        width: 84%;
        margin-left: -42%;
    }
}

@media only screen and (max-width :767px) {
    .firstStep{
        top: 64px;
        left: 10px;
    }
    .secondStep{
        top:276px;
        right: 0;
    }
   
}
