﻿
.label-deep {
    position: relative;
    padding: 8px 10px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
    min-width: fit-content;
    color: #fff;
    margin: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row;
    font-size: 11px;
    background: #0a615d;
}

.label-sms {
    padding: 12px 16px;
    border: none;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    width: fit-content;
    color: #fff;
    display: block;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    margin: 2em auto;
}

    .label-deep:hover, .label-sms:hover {
        color: #fff !important;
        transform: translateY(-3px);
    }

.shine-button {
    position: relative;
    padding: 1rem;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    min-width: 150px;
}

    .shine-button::before {
        content: '';
        position: absolute;
        height: 250%;
        width: 40px;
        top: 0;
        left: -60px;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
        transform: rotate(45deg) translateY(-35%);
        animation: shine 3s ease infinite;
    }

@keyframes shine {
    0% {
        left: -80px;
    }

    40% {
        left: calc(100% + 20px);
    }

    100% {
        left: calc(100% + 20px);
    }
}

.shine-button:active {
    transform: translateY(-1px);
    transition: transform 0.1s ease;
}


.button-mint {
    background: linear-gradient(135deg, #2dd4bf 0%, #06b6d4 100%);
    color: #fff;
    box-shadow: 0 10px 30px rgba(45, 212, 191, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

    .button-mint:hover {
        transform: translateY(-3px);
        box-shadow: 0 15px 40px rgba(45, 212, 191, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    }

.contact-card {
    background: linear-gradient(135deg,oklch(97% 0.014 254.604), oklch(98.4% 0.003 247.858)) !important;
    border: none !important;
    width: 100%;
}



.mb-1 {
    margin-bottom: 1em !important;
}

.div_tels {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

    .div_tels a {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 6px;
    }

.leaflet-popup-content * {
    font-family: 'IRANSansWebFarsi' !important;
}

.vis-hidden {
    visibility: hidden;
}

@media screen and (max-width:500px) {
}
/*readmore start*/
.slide-read-more {
    overflow: hidden;
}

.slide-read-more-button {
    cursor: pointer;
    text-align: right;
    margin-top: 8px;
    color: #488A8A;
    display: none;
}
/*readmore end*/


.square-img {
    width: 100% !important;
}

.coverDivider {
    width: 100% !important;
    position: absolute !important;
    bottom: 0;
    right: 0
}

.only-mob-share {
    display: none !important;
}

@media screen and (max-width:500px) {
    .only-mob-share {
        display: block !important;
        /*visibility:hidden;*/
    }
}

.prt-only {
    display: none !important;
}

@media print {
    .prt-only {
        display: block !important;
    }
}

html {
    scroll-padding-top: 70px; /* height of sticky header */
    scroll-behavior: smooth !important;
}

#countdown {
    position: relative;
    margin: auto;
    margin-top: 10px;
    height: 40px;
    width: 40px;
    text-align: center;
}

#countdown-number {
    color: gray;
    display: inline-block;
    line-height: 40px;
}

#countdown svg {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    transform: rotateY(-180deg) rotateZ(-90deg);
}

    #countdown svg circle {
        stroke-dasharray: 113px;
        stroke-dashoffset: 0px;
        stroke-linecap: round;
        stroke-width: 2px;
        stroke: gray;
        fill: none;
        animation: countdown 120s linear infinite forwards;
    }

@keyframes countdown {
    from {
        stroke-dashoffset: 0px;
    }

    to {
        stroke-dashoffset: 113px;
    }
}

.qrCode {
    /* make QR-wrapper squared */
    width: 100%;
}

    .qrCode canvas {
        /* fit QR to wrapper */
        width: 60%;
        height: 60%;
    }

.owners_comment {
    background-color: lightyellow !important;
    margin-right: 1em !important;
}

.reply_comment {
    background-color: #dcfbde !important;
}

.business_name {
    position: absolute;
    z-index: 999;
    top: 33%;
    right: 0;
    width: 100%;
    font-size: 12px;
}

.business_logo {
    position: absolute !important;
    z-index: 999;
    top: 20%;
    right: 42%;
    width: 68px !important;
}

.custom_time {
    position: absolute !important;
    z-index: 999;
    top: 10%;
    left: 15%;
    direction: ltr;
    font-weight: 700;
}

.chat {
    /*background: url(/imagesys/mobile_chat1.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;*/
    height: 100%;
    display: flex;
    flex-direction: column
}

.chatimg {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    height: 100% !important;
}

.customMsgMobile {
    min-height: 390px;
}


.messages {
    display: flex;
    flex-direction: column;
}

.message {
    z-index: 2;
    border-radius: 20px;
    padding: 8px 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

.yours {
    align-items: flex-start;
    margin: 2rem;
}

    .yours .message {
        margin-top: 11rem;
        background-color: #eee;
        position: relative;
        width: 95%;
    }

@media screen and (min-width:525px) {
    .sms_input {
        width: 70% !important;
    }
}

@media screen and (max-width:768px) {
    h4.ui.horizontal.header {
        white-space: normal !important;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: auto !important;
    }

    h4.ui.horizontal.divider:after, h4.ui.horizontal.divider:before {
        width: 15% !important;
    }

    .sms_input {
        width: 100% !important;
    }
}

@media screen and (max-width:350px) {
    .yours .message {
        position: relative;
        top: 2rem;
    }
}

.yours .message.last:before {
    content: "";
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: -7px;
    height: 20px;
    width: 20px;
    background: #eee;
    border-bottom-right-radius: 15px;
}

.yours .message.last:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: -10px;
    width: 10px;
    height: 20px;
    background: white;
    border-bottom-right-radius: 10px;
}


.ellipsisText {
    max-width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: auto !important;
    cursor: pointer;
    color: dodgerblue !important;
}

body[dir=rtl] .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0) !important;
}

body[dir=ltr] .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}

@media screen and (min-width: 768px) {
    #zuck-modal-content .story-viewer .slides .item > .media {
        max-width: 100% !important;
        height: 100% !important;
    }
}

@media screen and (max-width: 768px) {
    #zuck-modal-content .story-viewer .slides .item > .media {
        max-width: 100% !important;
        height: auto !important;
    }
}

.centered-box {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

#zuck-modal-content .story-viewer .slides .item.active, #zuck-modal-content .story-viewer .slides .item.active .tip.link {
    display: flex !important;
    align-items: center;
}

#zuck-modal {
    direction: ltr;
    z-index: 1200;
    position: fixed !important;
}

#zuck-modal-content .story-viewer .head .right .close {
    margin-right: 1rem;
}

.ui.card > .image > img, .ui.cards > .card > .image > img { /*یکسان کردن ارتفاع محصولات*/
    object-fit: cover;
    object-position: center;
    height: 140px;
}

.customTag { /*اعمال فاصله برای تگ های کلمات کلیدی*/
    margin: 2px !important;
    padding: 10px !important;
}

.ShareStyle a {
    margin-bottom: 5px;
}

.ui.header:first-child {
    margin-top: unset
}

.ui.header:last-child {
    margin-bottom: unset
}

.customSlideCard {
    margin-bottom: 12px;
    /*width: 180px;*/
}

body[dir=ltr] .customSlideCard {
    text-align: left;
}

body[dir=rtl] .customSlideCard {
    text-align: right;
}
/*
    .customSlideCard > .card {
        min-height: 350px;
    }*/

.customSlideCard {
    height: 98% !important;
}

@media(min-width: 1199px) {
    /*    .customSlideCard {
            width: 180px;
        }
*/
    /*  .customSlideCard > .card {
                min-height: 350px;
            }*/
}

@media screen and (min-width: 991px) and (max-width: 1199px) {
    /*  .customSlideCard {
            width: 150px;
        }*/

    /*  .customSlideCard > .card {
                min-height: 370px;
            }*/
}

@media screen and (min-width: 770px) and (max-width: 991px) {
    /*  .customSlideCard {
            width: 220px;
        }*/

    /*  .customSlideCard > .card {
                min-height: 340px;
            }*/
}

@media screen and (min-width: 640px) and (max-width: 770px) {
    /*  .customSlideCard {
            width: 250px;
        }*/

    /*   .customSlideCard > .card {
                min-height: 350px;
            }*/
}

@media screen and (min-width: 100px) and (max-width: 640px) {
    /* .customSlideCard {
            width: 147px;
        }
*/
    /*    .customSlideCard > .card {
                min-height: 400px;
            }*/
}

@media screen and (min-width: 767px) and (max-width: 1200px) {
    .ui.action.input {
        width: 105%;
        left: 13px;
    }

    .custom-width-767 {
        width: 100px !important;
    }

        .custom-width-767 + button {
            padding: 0 5px !important;
        }
}

@media screen and (max-width: 767px) {

    .custom-width-767 {
        width: 120px !important;
    }
}

@media screen and (min-width: 1200px) {

    .custom-width-767 {
        width: 160px !important;
    }
}

.customShareList {
    overflow-y: hidden;
}
/*

        .customShareList .item {
            width: 45px;
        }
*/



.customBtn {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    vertical-align: middle;
    text-align: center;
    font-size: 30px;
    color: #fff;
    /*transition:all 0.5s;*/
}

    .customBtn:hover {
        background: unset;
        background-color: rgb(0 0 0 / 0.31);
    }


.mover:hover {
    text-align: center;
    position: relative;
    animation-iteration-count: 1;
    -webkit-animation: ease-out;
    -webkit-animation-name: run;
    -webkit-animation-duration: 0.5s;
}

@-webkit-keyframes run {
    from {
        margin-left: 100%;
        width: 240%;
    }

    to {
        margin-left: 0%;
        width: 100%;
    }
}

.instagram {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

.telegram {
    background-color: #0088CC;
}

.facebook {
    background-color: #4267B2;
}

.linkedin {
    background-color: #0077b5;
}

.whatsapp {
    background-color: #25D366;
}

.baleClass {
    background-image: url('/imagesys/bale.png');
    height: 40px;
    width: 40px;
    font-size: 36px;
    color: #fff0;
}

.eitaClass {
    background-image: url('/imagesys/eita.png');
    height: 40px;
    width: 40px;
    font-size: 36px;
    color: #fff0;
}

.rubikaClass {
    background-image: url('/imagesys/rubika.png');
    height: 40px;
    width: 40px;
    font-size: 36px;
    color: #fff0;
}


.website {
    background-color: #4800ff;
}

.addressbook {
    background-color: #9b2929;
}

.share {
    background-color: dimgray;
}

.report {
    background-color: #ff6a00;
}

#review_recaptcha div {
    width: 100% !important;
}

.customrd-btn {
    margin: 0 1em 1.5em !important;
    width: 100% !important;
    text-align: center !important;
    background: transparent !important;
    font-size: 1em !important;
    font-weight: 400 !important;
    color: #767676 !important;
    border: 1px solid #767676 !important;
    padding: 0.5833em 0.833em;
    border-radius: 0.28571429rem;
}

.customclose-btn {
    margin: 0 1em 1.5em !important;
    width: 100% !important;
    text-align: center !important;
    background: transparent !important;
    font-size: 1em !important;
    font-weight: 400 !important;
    color: #db2828 !important;
    border: 1px solid #db2828 !important;
    padding: 0.5833em 0.833em;
    border-radius: 0.28571429rem;
}

.icon-container {
    position: absolute !important;
    bottom: -39px;
    right: 17px;
    z-index: 1;
    /*background-color: #ffffff !important;*/
}

.icon-container-left {
    position: absolute !important;
    top: 0;
    left: 10px;
}

.bronze-medal {
    color: #BF8970 !important;
}

.silver-medal {
    color: #979797 !important;
}

.gold-medal {
    color: #ffc600 !important;
}

/*    .acc_div {
        display: flex !important;
        align-items: center !important;
        flex-flow: row !important;
    }
*/
.accessibility_features {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-flow: row !important;
    flex-wrap: wrap !important;
}

    .accessibility_features > label {
        margin: 3px !important;
        /*  width: 32px !important;
            padding: 8px 5px !important;*/
    }

.flexbox {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    flex-flow: row;
}

