﻿.ak-storymainpagemaindivcol-lg-12 {
    display: flex;
    width: 100%;
}

.ak-storymainpagemaindiv {
    width: 87px;
    height: 89px;
    margin-left: 20px;
    background-color: #00923f;
    padding: 4px 1px 0px 2px;
    border-radius: 47px;
    text-align: center;
}

    .ak-storymainpagemaindiv a {
        cursor: pointer;
    }

    .ak-storymainpagemaindiv img {
        border-radius: 40px;
        width: 77px;
        height: 80px;
        text-align: center;
        border: 2px solid #fff;
    }

.akstorymodal-content {
    background-color: #ffffff00 !important;
    border: none !important;
}

.akstorymodal-body {
    text-align: center;
    padding: 0px !important;
}

    .akstorymodal-body img {
        width: 350px;
        border-radius: 10px;
    }

.storysubdivcaptdesc {
    background-color: #959595c2;
    width: 350px;
    margin-top: -54px;
    border-radius: 7px;
    position: absolute;
    z-index: 999;
    right: 75px;
    padding-top: 8px;
}

    .storysubdivcaptdesc h2 {
        right: 10px;
        position: relative;
        text-align: right;
        top: 7px;
    }

    .storysubdivcaptdesc p {
        position: relative;
        text-align: right;
        margin-right: 12px;
        margin-left: 10px;
        color: #fff !important;
    }

.akstorymodal-content .bi-arrow-left-circle {
    color: #fff;
    position: absolute;
    left: 0px;
    top: 270px;
    font-weight: 600;
    width: 22px;
    height: 22px;
}

.akstorymodal-content .bi-arrow-right-circle {
    color: #fff;
    position: absolute;
    top: 270px;
    width: 27px;
    font-weight: 600;
    width: 22px;
    height: 22px;
}

#akprogressstoryprogress-bar-w-75 {
    width: 330px;
    margin-right: 77px;
    height: 7px;
    margin-bottom: 5px;
}

#storyatagg iframe {
    width: 350px;
    height: 488px;
}

.row-ak-storymainpagemaindivcol-lg-12 {
    display: flex;
    background-color: #fff;
    width: 100%;
    border-radius: 20px;
    padding: 1px;
}

#atagfornextsroryscroll svg {
    color: #000000 !important;
    position: absolute !important;
    left: 223px !important;
    top: 32px !important;
    font-weight: 600 !important;
    width: 22px !important;
    height: 22px !important;
}

#atagforprevsroryscroll svg {
    color: #000000 !important;
    position: absolute !important;
    top: 32px !important;
    font-weight: 600 !important;
    width: 22px !important;
    height: 22px !important;
    right: 213px;
}

.aklistordersmyacounttbody td {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}

    .aklistordersmyacounttbody td > p {
        text-wrap-mode: wrap;
        width: 75%;
        margin-right: auto;
        margin-left: auto;
    }

.aklistordersmyacounttbody .w-icon-check {
    color: #345eff;
}

.aklistordersmyacounttbody .w-icon-times-solid {
    color: #ff0000;
}

.aklistordersmyacounttbody .w-icon-cart2 {
    color: #13694e;
}

.aklistordersmyacounttbody .ldorr {
    width: 20%;
    float: right;
}

.aklistordersmyacounttbody .ldorl {
    width: 80%;
    float: left;
}

.akbuttoclosestory {
    font-size: 15px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    float: left;
    margin-left: 75px;
    margin-top: 4px;
    margin-bottom: -20px;
    top: -18px;
    z-index: 99;
    position: relative;
    width: 18px;
    height: 16px;
    text-align: center;
    border-radius: 7px;
    padding-top: 2px;
}

    .akbuttoclosestory:hover {
        font-size: 15px;
        color: #fff;
    }

.modal-header-akstory {
    border: none !important;
    padding: 0px !important;
}

.story-slider {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    overflow: hidden;
    padding: 20px 0;
    width: 100%;
}

.story-track {
    display: flex;
    gap: 25px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 10px;
    scrollbar-width: none;
}

    .story-track::-webkit-scrollbar {
        display: none;
        hide scrollbar in Chrome/Safari
    }

.story-container {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 0px 0px;
    background-color: #fff;
}

.story-circle {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    border: 6px solid #4caf508c;
    box-shadow: 0 0px 12px 3px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .story-circle:hover {
        transform: scale(1.05);
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
    }

    .story-circle img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.slide-btn {
    width: 33px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffffff !important;
    color: #979797;
    border: none;
    padding: 9px;
    cursor: pointer !important;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: background 0.3s ease;
    z-index: 10;
}

    .slide-btn:hover {
        color: #4c4c4c
    }

    .slide-btn:hover {
        background: #388E3C;
    }

    .slide-btn.left {
        right: 2px;
    }

    .slide-btn.right {
        left: 2px;
    }
