/*!
 * Theme Name: Default
 * Package : DashLite
 * Author: Softnio
 * Author URI: http://themeforest.net/user/softnio
 * Version	 :	1.0.0
 * Updated	 :	07.23.2020
**/

.rating-pill {
    padding: 0.35rem 0.875rem;
    border-radius: 3rem;
}

.rating-wrap {
    display: inline-flex;
    align-items: center;
}

.rating-wrap .amount {
    margin-left: 0.75rem;
    line-height: 1.25rem;
}
.method2-bur2 {
    background: inherit;
    position: relative;
}
.method2-bur2::before{
    background-image: url(../../assets/images/bg-go.png);
    background-position: top left 5px;
    background-size: cover;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    filter: blur(8px);
    z-index: 1;
}

.menu-link {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 1rem;
    color: #364a63;
    padding: 0.5rem 1.5rem;
    transition: all ease-in 0.3s;
}

.timeline {
    color: #8094ae;
    line-height: 1.3;
}

.timeline+.timeline,
.timeline-list+.timeline-head {
    margin-top: 1.75rem;
}

.timeline-head {
    font-size: 14px;
    color: #8094ae;
    margin-bottom: 1rem;
}

.timeline-item {
    position: relative;
    display: flex;
    align-items: flex-start;
}

.timeline-item:not(:last-child) {
    padding-bottom: 1.5rem;
}

.timeline-item:not(:last-child):before {
    position: absolute;
    height: calc(100% - 11px);
    width: 1px;
    background: #dbdfea;
    content: "";
    top: 13px;
    left: 5px;
}

.timeline-status {
    position: relative;
    height: 11px;
    width: 11px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 2px;
}

.timeline-status.is-outline:after {
    position: absolute;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background: #fff;
    content: "";
    top: 2px;
    left: 2px;
}

.timeline-date {
    position: relative;
    color: #8094ae;
    width: 90px;
    margin-left: 0.75rem;
    flex-shrink: 0;
    line-height: 1rem;
}

.timeline-date .icon {
    vertical-align: middle;
    color: #8094ae;
    display: inline-block;
    position: absolute;
    margin-right: 0.25rem;
    right: 0;
    top: 2px;
}

.timeline-data {
    padding-left: 8px;
}

.timeline-title {
    font-size: 15px;
    color: #364a63;
    margin-bottom: 0.75rem;
}

.timeline-des {
    color: #8094ae;
}

.timeline-des p {
    margin-bottom: 0.25rem;
}

.timeline .time {
    display: block;
    font-size: 12px;
    color: #8094ae;
}

@media (min-width: 576px) {

    .timeline+.timeline,
    .timeline-list+.timeline-head {
        margin-top: 2.5rem;
    }
}

@media (max-width: 413px) {
    .timeline-item {
        flex-wrap: wrap;
    }

    .timeline-date {
        width: 80px;
    }

    .timeline-data {
        padding: 0.75rem 0 0 24px;
    }
}