.custom-intro-tooltip .intro-title {

    color: #F9F9F9;
    text-align: right;
    font-feature-settings: 'ss01' on;
    white-space: nowrap;
    font-family: 'Vazirmatn-Regular';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 2.4;
}

.custom-intro-tooltip .intro-text {
    color: #F9F9F9;
    text-align: right;
    font-feature-settings: 'ss01' on;
    font-family: 'Vazirmatn-Regular';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.custom-intro-tooltip .intro-next-btn,
.custom-intro-tooltip .intro-done-btn {
    color: #F9F9F9;
    border: none;
    padding: 6px 16px;
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #1F1E204D;
    font-size: 14px;
    border-radius: 12px;

}

.introjs-skipbutton,
.introjs-bullets {
    display: none;
}

.introjs-tooltip {
    background-color: #644FC1;
    color: white;
    height: 197px;
    width: 342px;
}

.custom-intro-tooltip {
    /* position: relative; */
    margin-top: 10px;
    /* transform: translateX(-50%); */

}

.introjs-helperLayer {
    box-shadow: rgba(33, 33, 33, 0.5) 0px 0px 0px 5000px !important;
}

.introjs-tooltiptext {
    padding: 25px 18px 0 0;
}


.introjs-tooltipReferenceLayer * {
    font-family: 'Vazirmatn-Regular';
}

.intro-step-counter {
    position: absolute;
    bottom: 16px;
}


.introjs-arrow {
    width: 24px;
    height: 24px;
    background: none;
}

.introjs-arrow.top {
    border-bottom-color: #644FC1;
    /* border-top-color: #644FC1; */
    top: -19px;
    left: 39px;
}


.introjs-arrow.bottom {
    border-bottom-color: #644FC1;
    border-top-color: none;
    top: -19px;
    left: 39px;
}

.introjs-arrow.top-middle {
    border-bottom-color: transparent;
}

.introjs-arrow.bottom-middle {
    border-top-color: transparent;
}

.introjs-arrow::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23644FC1" d="M23.677 18.52c.914 1.523-.183 3.472-1.967 3.472h-19.414c-1.784 0-2.881-1.949-1.967-3.472l9.709-16.18c.891-1.483 3.041-1.48 3.93 0l9.709 16.18z"/></svg>');
    background-size: cover;
}

.custom-intro-tooltip-step2 .introjs-arrow.top {
    right: 39px !important;

}

@media (max-width: 344px) {
    .custom-intro-tooltip-step2 .introjs-arrow.bottom-middle {
        bottom: 100% !important;
    }
}




.custom-intro-tooltip-step2 {
    top: 246% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
}

.no-scroll {
    overflow: hidden;
}