.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #ffffff;
    color: #000000;
    /* display: flex;
    justify-content: center;
    align-items: center; */
}

.scroll-aside {
    max-height: calc(100vh - 350px);
    overflow-y: auto;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media screen and (min-width:992px) {
    .overflow-custom {
        overflow: initial !important;
    }
}
@media screen and (max-width:992px) {
    .overflow-custom {
        overflow: hidden !important;
    }
}



/* aside right */
.next-aside,
.prev-aside {
    position: absolute !important;
    top: 35px !important;
    background-color: #ff3effb3 !important;
    color: #fff !important;
    border-radius: 50% !important;
    width: 30px !important;
    height: 30px !important;
    z-index: 1;
}

.next-aside::after,
.prev-aside::after {
    font-size: 20px !important;
}
.swiper-pagination-bullet-active {
    background: magenta !important;
}
.sticky {
    /* background-color: rebeccapurple; */
    color: #fff;
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 110px;
    display: block;
}

.file {
    display: inline-block;
    padding: 0.5rem;
    cursor: pointer;
}
.line-max {
    height: 1px;
    background: #ccc;
    width: 100%;
}

.alert-progress-1::after {
    content: "This service \a $170.50";
    position: absolute;
    top: 9px;
    right: 0%;
    white-space: pre-wrap;
    color: magenta;
    transform: translateX(50%);
    font-size: 12px;
    width: 68px;
    text-align: center;
}
.alert-progress-1::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 11px solid magenta;
    top: 0;
    position: absolute;
    right: -7px;
}
.alert-progress-2::after {
    content: "Avg \a $172.38";
    position: absolute;
    bottom: 12px;
    right: 0%;
    white-space: pre-wrap;
    color: blue;
    transform: translateX(50%);
    font-size: 12px;
    width: 68px;
    text-align: center;
}
.alert-progress-2::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 11px solid blue;
    bottom: 0;
    position: absolute;
    right: -7px;
}
.pointer {
    cursor: pointer;
}
/* step */
.step-circle {
    width: 35px;
    height: 35px;
    border: 2px solid #ff00ff;
}
/* .all-step {
    max-width: 50%;
    min-width: 95%;
    margin: 0 auto;
} */
/* end */
/* modal */
@media screen and (min-width:1200px) {
    .my-container {
        max-width: 75%;
        margin: 0 auto;
    }
}
@media screen and (min-width:992px) and (max-width:1200px) {
    .my-container {
        max-width: 90%;
        margin: 0 auto;
    }
}
@media screen and (max-width:992px) {
    .my-container {
        max-width: 95%;
        margin: 0 auto;
    }
}

/* step-3 */
.btn_div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
}
.btn_div>.all_btn {
    margin: 8px;
    border-radius: 50%;
    font-size: 12px;
    background-color: #ffffff;
    cursor: pointer;
    box-shadow: 0 0 10px #ccc;
    border: 1px solid #ff00ff;
    width: 40px;
    height: 40px;
}
.all_btn:hover {
    background-color: #ff00ff57;
}
.active_btn {
    background-color: magenta !important;
    color: #fff;
}

/* profile */
.img-user-icon-modal>span {
    color: #939dae;
}
.img-user-icon-modal {
    width: 148px;
    height: 148px;
    background-color: #f3f5f8;
    margin: auto;
}
.image-hover {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background: transparent;
    border-radius: 50%;
    cursor: pointer;
    background: transparent;
    transition: background 0.2s ease 0s;
}
.img-user-icon-modal:hover .image-hover {
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #0707079c;
    transition: 0.5s;
}
.image-hover-icon {
    transition: 0.5s;
}
.image-hover-icon {
    font-size: 35px;
    color: #fff;
}
/* .card:hover {
    cursor: pointer;
    box-shadow:  0 10px 16px #ccc;
    transition: box-shadow .3s,border-color .3s;
} */
.f-14 {
    font-size: 14px;
}