﻿@charset "utf-8";
/* CSS Document */

.container-sm {
    max-width: 800px;
}
/* Animation :: BEGIN */
@keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.noscrool .backdrop {
    display: block;
}

.backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgb(0 0 0 / 80%);
    z-index: 998;
    display: none;
    animation: fadeIn .4s cubic-bezier(.4, 0, .2, 1);
}

.bottomsticky {
    background: #fff;
    box-shadow: 0 -1px 8px 0 rgb(0 0 0 / 10%);
    width: 100%;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-bottom: 20px;
}

.bottomsticky {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 998;
    margin-bottom: 0;
}
.bottomsticky{position: fixed;bottom: 0;left: 0;z-index: 998;}
.bottomsticky {
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

    .bottomsticky.active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
    }


.bottomstickya {
    background: #fff;
    box-shadow: 0 -1px 8px 0 rgb(0 0 0 / 10%);
    width: 100%;
}
.bottomstickya{position: fixed;bottom: 0;left: 0;z-index: 998;margin-bottom: 0;}

.bottomstickya {
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

    .bottomstickya.active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
    }


/**/
.bottomsticky .btun {
    border-radius: 6px;
    font-size: 14px;
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center
}

.mobiletwobtun > .btun-blue.btun-outline {
    color: #1b70e9 !important;
}

.stickycombo {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    align-items: center
}

.stickyleft, .stickyright {
    display: flex;
    gap: 5px
}
/**/
.mobileaction {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 10px;
    font-family: 'Roboto';
}

.bottomsticky .iconcombo {
    position: relative;
}

    .bottomsticky .iconcombo a {
        text-align: center;
        display: block;
        padding: 10px;
    }

    .bottomsticky .iconcombo.sort svg {
        transform: scaleY(-1);
    }

    .bottomsticky .iconcombo.moreoptn svg {
        fill: #777
    }

    .bottomsticky .iconcombo i {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

        .bottomsticky .iconcombo i svg {
            fill: #7f7f7f;
        }

    .bottomsticky .iconcombo b {
        display: block;
        padding: 8px 0 5px;
        color: #7f7f7f
    }

.bottomsticky .btun i {
    display: flex;
    align-items: center
}

.bottomsticky .btun-red i svg, .bottomsticky .btun-blue i svg {
    fill: #fff
}

.bottomsticky .btun-red.btun-outline i svg, .bottomsticky .btun-red.btun-outline i svg {
    fill: #d9534f
}
/**/
.mobileactionbtun {
    padding: 15px 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: space-between;
}

    .mobileactionbtun span {
    }

    .mobileactionbtun .btun {
        font-weight: 500;
        padding: 8px 15px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        font-size: 14px;
    }

        .mobileactionbtun .btun i {
            display: inline-flex;
            align-items: center;
            justify-content: center
        }

            .mobileactionbtun .btun i svg {
                fill: #fff
            }

    .mobileactionbtun .btun-grey i svg {
        fill: #212121
    }

.mobileaction p {
    text-align: center;
    line-height: 20px;
}

.mobile-action-btun {
    padding: 10px;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: space-between;
}

.bottomsticky .mobile-action-btun .btun {
    display: inline-flex
}

.bottomsticky .iconcombo b.pulse {
    color: #fff;
    display: flex
}

.pulse {
    animation: pulse 2s infinite;
    position: absolute;
    background: #e00b41;
    border: solid 1.5px #fff;
    top: 0;
    left: 40px;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(234,68,91, .6)
    }

    70% {
        box-shadow: 0 0 0 10px rgba(234,68,91,0)
    }

    to {
        box-shadow: 0 0 0 0 rgba(234,68,91,0)
    }
}


.mobiletwobtun {
    padding: 15px 10px;
    display: flex;
    gap: 10px;
}

    .mobiletwobtun a.btun {
        width: 100%;
        font-weight: 500;
        padding: 8px 15px;
        border-radius: 20px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        font-size: 14px;
    }

.mobileactiona {
    display: flex;
    flex-direction: column;
    padding: 7px 10px;
    gap: 5px;
}

    .mobileactiona b {
        font-size: 14px;
        font-weight: 500
    }

    .mobileactiona p {
        font-size: 14px;
        color: #212121
    }

        .mobileactiona p a {
            display: inline-flex;
            align-items: center;
            gap: 5px;
            margin-left: 5px;
        }

            .mobileactiona p a i {
                background: url("https://d3aew4oo17ml6.cloudfront.net/common/images/other/animation-arrow.gif") no-repeat 0 0;
                width: 26px;
                height: 20px;
                display: inline-block;
            }

/**/
.modal-body {
    padding: 5px 25px 25px;
    overflow-x: hidden;
    overflow-y: overlay;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    padding: 15px 25px;
    align-items: flex-start;
}

.modal-back {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-size: 18px;
}

.modal-header .modal-title {
    font-weight: 700;
    font-size: 18px;
}

.stickybottomsheet {
    position: fixed;
    height: 100%;
    box-sizing: border-box;
    display: none;
    z-index: 9999;
}

.stickybottomsheet-container {
    max-width: 800px !important;
}

    .stickybottomsheet-container.large {
    }

    .stickybottomsheet-container.small {
        max-width: 500px !important;
    }

    .stickybottomsheet-container.medium {
        max-width: 650px !important;
    }

.stickybottomsheet .stickybottomsheet-inner {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #fff;
    width: 100%;
    height: auto;
    max-height: 85%;
    z-index: 1;
    position: fixed;
    bottom: 0;
    left: 0;
    pointer-events: auto;
    animation: slideInUp 0.3s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s ease;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.stickybottomsheet-body {
    overflow-x: hidden;
    overflow-y: overlay;
}

@media (min-width: 768px) {
    .stickybottomsheet {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: none;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        outline: 0;
        z-index: 9999
    }

        .stickybottomsheet .stickybottomsheet-container {
            height: calc(100% - 50px);
            min-height: calc(100% - 50px);
            max-width: 60rem;
            margin: 15px auto;
            position: relative;
            width: auto;
            pointer-events: none;
            display: flex;
            align-items: center;
        }

        .stickybottomsheet .stickybottomsheet-inner {
            overflow: hidden;
            width: 100%;
            max-height: 100%;
            z-index: 1;
            pointer-events: auto;
            position: relative;
            display: flex;
            flex-direction: column;
            background: #fff;
            height: auto;
            background-clip: padding-box;
            border-radius: 20px;
            outline: 0;
        }

        .stickybottomsheet .stickybottomsheet-container.small .stickybottomsheet-inner {
            border-radius: 20px;
        }
}
/**/
.stickymorelist {
}

    .stickymorelist ul {
    }

        .stickymorelist ul li {
            padding: 10px;
            border: solid 1px #ddd;
            margin-bottom: 10px;
            border-top: 0;
            background: #f5f5f5;
            -webkit-border-bottom-right-radius: 6px;
            -webkit-border-bottom-left-radius: 6px;
            -moz-border-radius-bottomright: 6px;
            -moz-border-radius-bottomleft: 6px;
            border-bottom-right-radius: 6px;
            border-bottom-left-radius: 6px;
        }

            .stickymorelist ul li a {
                display: inline-flex;
                gap: 10px;
                align-items: center;
                color: #777
            }

                .stickymorelist ul li a:hover {
                    text-decoration: underline;
                    color: #009fff
                }

                .stickymorelist ul li a i {
                    display: inline-flex;
                    align-items: center;
                    width: 35px;
                    height: 35px;
                    background: #fff;
                    border-radius: 50%;
                    justify-content: center
                }

                    .stickymorelist ul li a i svg {
                        width: 22px;
                        height: 22px;
                    }

            .stickymorelist ul li.one i {
            }

            .stickymorelist ul li.two i {
            }

            .stickymorelist ul li.three i {
            }

            .stickymorelist ul li.four i {
            }

            .stickymorelist ul li.five i {
            }
/**/
.shareicon {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

    .shareicon .share {
        background: #fff;
        margin-right: 10px;
        text-align: center;
    }

        .shareicon .share b {
            display: none
        }

        .shareicon .share a {
            color: #212121
        }

        .shareicon .share svg {
            fill: #fff
        }

        .shareicon .share i {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center
        }

        .shareicon .share.fb i {
            background: #3E5A99;
        }

        .shareicon .share.lin i {
            background: #0077b7;
        }

        .shareicon .share.in i {
            background: rgb(255,208,89);
            background: linear-gradient(22deg, rgba(255,208,89,1) 0%, rgba(253,86,39,1) 40%, rgba(190,43,188,1) 80%, rgba(1,67,223,1) 100%);
        }

        .shareicon .share.tw i {
            background: #212121;
        }

        .shareicon .share.wt i {
            background: #0E9F16;
        }

        .shareicon .share.mobileview {
            display: inline-flex !important
        }

        .shareicon .share.more {
            display: none
        }

.sharecopy {
    padding: 15px;
    position: relative
}

    .sharecopy input {
        width: 100%;
        padding-right: 50px !important;
    }

    .sharecopy i {
        position: absolute;
        top: 23px;
        right: 23px;
        background: #eee;
        width: 30px;
        height: 30px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
        -webkit-transition: all .4s cubic-bezier(.4,0,.3,1);
        transition: all .4s cubic-bezier(.4,0,.3,1);
    }

    .sharecopy a span {
        position: absolute;
        width: 64px;
        max-width: 64px;
        background: #333;
        padding: 8px 10px;
        transform: translate(-50%);
        opacity: 0;
        visibility: hidden;
        transition: opacity .6s;
        color: #fff;
        top: -18px;
        right: -24px;
        text-align: center;
    }

    .sharecopy a:hover span {
        opacity: 1;
        visibility: visible;
    }

    .sharecopy a span:before {
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #333;
        content: "";
        position: absolute;
        bottom: -8px;
        left: 26px;
    }
/**/
.abcd {
    background-color: #fffaeb;
    border-top: 1px solid #ddd;
    text-align: center;
    font-weight: 500;
    padding: 8px 0;
    font-size: 14px;
}

@media only screen and (max-width : 1000px) {

    .shareicon {
        display: flex;
        margin-bottom: 0;
        flex-direction: column;
        padding: 0 15px;
        gap: 10px
    }

        .shareicon .share {
            background: #fff;
            margin-right: 0;
            text-align: left;
        }

            .shareicon .share a {
                display: flex;
                align-items: center;
                gap: 10px;
            }

            .shareicon .share i {
                width: 25px;
                height: 25px;
                border-radius: 4px;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                padding: 4px
            }

            .shareicon .share.fb i, .shareicon .share.lin i, .shareicon .share.in i, .shareicon .share.tw i, .shareicon .share.wt i, .shareicon .share.more i {
                background: #666
            }

            .shareicon .share.mobileview {
                display: inline-flex !important;
            }

            .shareicon .share.more, .shareicon .share b {
                display: block
            }
}
