﻿.wrapMain{
    display:flex;
}

.section-box{
    width: 74%;
}

.info-title{
    /*margin-left: 20px;*/
}

.application {
    display: flex;
    align-items: flex-end;
    margin-left: 15px;
}

.greyTxt{
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #878A8A;
}

.boldTxt{
    font-family: Ubuntu-bold;
    font-style: normal;
    font-size: 20px;
    line-height: 23px;
    color: #2C3537;
}
.info-title {
    width: 100%;
}
.status1{
    font-family: Ubuntu-bold;
    font-style: normal;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #99A0A2;
    border: 1px solid #99A0A2;
    box-sizing: border-box;
    border-radius: 18px;
    padding: 5px 20px;
}


.deleteBtn{
    font-family: Ubuntu-bold;
    font-style: normal;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #D34B46;
    background: #FFFFFF;
    border: 1px solid #D34B46;
    box-sizing: border-box;
    border-radius: 6px;
    height:38px;
    padding: 0 15px;
}

.delBtn{
    margin-left: auto;
}

.status{
    margin-left:20px;
}

.timeBar{
    margin-top:35px;
    margin-left:15px;
    position: relative;
}

.wrap{
    display: flex;
    justify-content: space-between;
}

.num{
    text-align: center;
    padding: 10px 15px;
    border: 1px solid #99A0A2;
    border-radius: 20px;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #99A0A2;
    
}

.step{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.description{
    margin-top:10px;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #99A0A2;
}

.done{
    border: 1px solid #008F91 !important;
    background: #008F91;
    color:white !important;
}

.done1{
    color:#008F91 !important;
    font-family: Ubuntu-bold;
}

.now{
    border-color: #2C3537;
    color: #2C3537;
}

.now1{
    color: #2C3537;
    font-family: Ubuntu-bold;
}


.underline{
    margin-top: 30px;
    height: 0.2rem !important;
    background: #2C3537 !important;
    opacity: 1;   
    position: absolute;
    transition: transform 0.5s ease-in-out;
    left:0;
    width:79px;
}

.hrTime{
    margin-top: 31px;
    position: absolute;
    opacity: 1;
    width:100%;
}

.mobileTimeBar{
    display: none;
}

.margin{
    margin-left: 15px;
}
@media screen and (max-width: 1200px) {
    .margin{
        margin:0;
    }
    .section-box{
        width:100%;
    }
    .status, .delBtn {
        display: none;
    }
    .info-title{
        margin-left: 0px;
    }
    
    .timeBar{
        display: none;
    }
    
    .mobileTimeBar{
        display: block;
        margin-top: 20px;
        position: relative;
    }
    
    .prog{
        width: 25px;
        height: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 24px;
        font-family: Ubuntu;
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 15px;
        margin-top: 3px;
    }
    
    .barWrap{
        display: flex;
        margin-bottom: 15px;
    }
    
    .cardWrap{
        padding: 15px 20px;
        background: #FFFFFF;
        border-radius: 6px;
        position: relative;
        margin-left: 10px;
        width: -webkit-fill-available;
        width: -moz-available;
        width: fill-available;
    }
    
    .past_now_crad{
        background: #FFFFFF;
    }
    
    .future_card{
        background: #F8F8F8;
    }
    
    .cardWrap .wrap{
        flex-direction: row;
        align-items: center;
    }
    
    .cardWrap .wrap .title{
        font-family: Ubuntu-bold;
        font-style: normal;
        font-size: 16px;
        line-height: 25px;
    }
    
    .cardWrap .wrap .status{
        border: 1px solid #008F91;
        box-sizing: border-box;
        border-radius: 23px;
        padding: 5px;
        font-family: Ubuntu;
        font-style: normal;
        font-weight: normal;
        font-size: 10px;
        line-height: 11px;
        text-align: center;
        color: #008F91;
        display: flex;
        align-items: center;
    }

    .cardWrap .wrap .status div{
        width: 5px;
        height: 5px;
        background: #008F91;
        border-radius: 10px;
        margin-right: 5px;
    }
    
    .cardWrap .info{
        margin: 20px 0;
        font-family: Ubuntu;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        color: #2C3537;
    }
    
    .cardWrap .more{
        font-family: Ubuntu;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        padding-top: 15px;
    }
    
    .cardWrap hr{
        width:100%;
        position: absolute;
        left:0;
    }
    
    .current{
        background: #F0F0F0;
        border: 1px solid #2c3537;
        color: #2c3537;
    }
    
    .past{
        background: #008F91;
        color: #FFFFFF;
    }
    
    .future{
        border: 1px solid #99A0A2;
        background: #F0F0F0;
        color: #99A0A2;
    }
    
    .past_title{
        color: #008F91;
    }
    
    .current_title{
        color: #2c3537;
    }
    
    .future_title{
        color: #99A0A2;
    }

     .current_more{
        color: #878A8A;
    }
    
     
}
ul#progressbar {
    display: flex;
    width: 100% !important;
}

.main .timeBar {
    width: 106%;
    margin-left: 0px;
}

.main .application {
    margin-left: 35px;
    margin-bottom: 58px;
}

    .main .application .status1 {
        display: none;
    }

.timeBar .progressbar li:before {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    /* or 123% */
    align-items: center;
    text-align: center;
    /* Dark Gray */
    color: #878A8A;
    background: #EFEFEF;
    /* Dark Gray */
    border: 1px solid #878A8A;
}

.main .timeBar .progressbar li:after {
    background: #D2D4D4;
    border-radius: 2px;
    top: 11px;
}

.main .timeBar ul.progressbar li.active:before, .progressbar li.active:after {
    /* background: white; */
    border: 1px solid #008F91;
    color: #008F91;
}

.main .timeBar .progressbar li.active {
    cursor: pointer;
}

.timeBar {
}

.timeBar {
}