﻿.timeline-line {
    position: absolute;
    left: 10.9%;
    height: 96%;
    z-index: 9;
    top: 0;
    bottom: 0;
    border: 1px dotted;
    border-color: #f88036;
}

.timeline-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #dee2e6;
    border: 3px solid #fff;
    position: absolute;
    left: -8px;
    z-index: 9;
}

    .timeline-dot.active {
        background: #f88036;
    }

.timeline-pulse {
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(248 128 54 / 51%);
    }

    70% {
        box-shadow: 0 0 0 10px rgb(248 128 54 / 51%);
    }

    100% {
        box-shadow: 0 0 0 0 rgb(248 128 54 / 51%);
    }
}

.time-col {
    width: 80px;
}

ul {
    padding-left: 18px;
}

h4 {
    font-size: 20px;
}

@media (max-width: 575px) {
    .timeline-line {
        left: 25%;
        height: 99.5%;
    }

    .time-col {
        width: auto;
        text-align: left !important;
    }
}

@media (min-width:1100px) {
    td, th {
        padding: 10px 20px !important;
    }

    .codes {
        background: #f88036;
        color: #fff;
        padding: 1px 7px 4px;
        vertical-align: top;
        border-radius: 5px;
    }
}

/*common css*/

.text-orange {
    color: #f88036;
}

.btn-orange, .bg-orange {
    background-color: #f88036;
    color: #fff;
}

    .btn-orange:hover {
        background-color: #f88036;
        color: #fff;
    }

.stbtns .btn {
    font-size: 13px;
}
@media (max-width:767px){
    tbody#tbodyTrainData td {
        font-size: 14px;
    }
    .m-f-16 {
        font-size: 16px;
    }
    .days-slot .badge {
        font-size: 9px;
    }
    .backwhite {
        padding: 13px;
    }
    .mobile-card{
        border:none  !important;
        box-shadow:none !important;
    }
    .p-0-mobile{
        padding:0px !important;
    }
    .material.resetbtn {
        top: 13px;
    }
}