﻿@import url(fontiran.css); /* لینک فایلی که وظیفه بارگذاری فونت ها را برعهده دارد */
body {
    font-family: IRANSans !important;
}

h1, h2, h3, h4, h5, h6, input, textarea, select, button {
    font-family: IRANSans !important;
}


.messages-conversation .conversation-items .item .time {
    margin-right: 0.5rem !important;
    margin-left: 0 !important;
}

.messages-conversation .conversation-items .item .flex-row-reverse .time {
    margin-right: 0.5rem !important;
    margin-left: 0 !important;
}

span, input:not(#photo-upload), textarea, select, button, div > input:not(#photo-upload) {
    font-weight: 400 !important;
}

#search-form {
    overflow-y: hidden !important;
}

.pulsate-fwd {
    -webkit-animation: pulsate-fwd 1s linear infinite both;
    animation: pulsate-fwd 1s linear infinite both;
}

/* ----------------------------------------------
 * Generated by Animista on 2024-1-21 0:7:23
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation pulsate-fwd
 * ----------------------------------------
 */
@-webkit-keyframes pulsate-fwd {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulsate-fwd {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

#payment-section-btn {
    border-radius: 0 10px 10px 0;
    left: 0;
    border: none;
    top: 4rem;
    opacity: 0.7
}

.field-login-form-rememberme {
    display: none !important;
}

#userProfileAbout > div > div.col-md-12.col-lg-7 > div.profile-info > div.profile-extra-fields > div > div.row > div:nth-child(1) {
    display: none !important;
}

#userProfileAbout .badge-primary {
    margin-bottom: 0.5rem;
}

.profile-view-online-user-tag::after {
    border: 13px solid #4caf50;
    -webkit-border-radius: 30px;
    height: 22px;
    width: 22px;
    position: relative;
    right: -5px;
    top: -5px;
    -webkit-animation: pulsate 1s ease-out;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.0;
}

.success-dot-pulse {
    border: 13px solid #4caf50;
    -webkit-border-radius: 30px;
    height: 22px;
    width: 22px;
    position: relative;

    top: -5px;
    -webkit-animation: pulsate 1s ease-out;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.0;
}

.success-dot-pulse-search-card {
    border: 13px solid #4caf50;
    -webkit-border-radius: 30px;
    height: 22px;
    width: 22px;
    position: relative;
    -webkit-animation: pulsate 1s ease-out;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.0;
}

.success-dot-pulse-chat {
    border: 13px solid #4caf50;
    -webkit-border-radius: 30px;
    height: 22px;
    width: 22px;
    position: relative;
    top: -8.5px;
    -webkit-animation: pulsate 1s ease-out;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: infinite;
    opacity: 0;
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0.0;
    }
}

.profile-icon-badge {
    font-family: 'IRANSans';
    font-size: 7px;
    margin-top: 2px;
}

.btn-position {
    margin-top: 2rem;
    z-index: 2;
    margin-right: 6px;
    justify-content: center;
}

.profile-action-btn {
    background-color: #fff;
    border-radius: 100px;
    width: 55px;
    height: 55px;
    box-shadow: 0 2px 4px 0 #ccc;
}

@media only screen and (max-width: 768px) {
    .btn-position {
        margin-top: -3rem;
        display: flex;
    }

}

.btn-blocked {
    background-color: #000;
}

.circle-img-section {
    .profile-photo-item {
        width: 80px !important;
        margin-right: 12px !important;
        margin-left: 12px !important;
        padding: 0;
    }

    img {
        border-radius: 100px !important;
    }

    a {

    }

}

#blueimp-gallery {
    display: inline-table;
}

.add-story-section {
    position: absolute;
    background-color: #fff;
    z-index: 2;
    width: 70px;
    height: 90px;
}

.user-like-dislike-meta {
    margin-top: -7rem;
    color: #fff;
}


.notification-card {
    display: flex;
    background-color: white;
    border-radius: 0 0 10px 10px;
    padding: 15px;
    max-width: 500px;
    width: 100%;

}

.notification-card-icon {
    margin-right: 20px;
    margin-left: 20px;
}

.notification-card-icon i {
    background-color: #f6592e;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notification-card-content p {
    color: #333;
    margin: auto;
}

.notification-card-content a {
    color: #f6592e;
    text-decoration: none;
    font-weight: bold;
}

.notification-card-content a:hover {
    text-decoration: underline;
}

.notification-card-content {
    display: flex;
}

.cta-notification-bar {
    background-color: rgb(0 120 66);
    padding: 0.5rem 5rem;
    border-radius: 10px;
    color: white !important;
    text-decoration: none;
    font-size: 20px;
}

/* ----------------------------------------------
 * Generated by Animista on 2024-9-30 17:29:19
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

.heartbeat {
    -webkit-animation: heartbeat 3.5s ease-in-out infinite both;
    animation: heartbeat 3.5s ease-in-out infinite both;
}

.item-row {
    color: #5e5873;
    width: 100% !important;
    display: block;
    font-size: 1rem;
    font-weight: 400 !important;
    padding: 10px 30px;
    letter-spacing: -0.05rem;
    transition: ease-in-out 0.2s;
    text-align: right;
    position: relative;
}

/* Customize the overall layout of the notification section */
.notification-section {

}

/* Style for the text inside the item-row */
.notification-section .item-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;

}

/* The switch - the box around the slider */
.notification-section .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.notification-section .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.notification-section .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
}

.notification-section .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
}

/* When the checkbox is checked, change the background color */
.notification-section input:checked + .slider {
    background-color: #7045f3;
}

/* Move the slider handle to the right when checked */
.notification-section input:checked + .slider:before {
    transform: translateX(26px);
}

/* Rounded sliders */
.notification-section .slider.round {
    border-radius: 34px;
}

.notification-section .slider.round:before {
    border-radius: 50%;
}

#site-menu-modal > div > div > div.modal-body {
    padding: 0 1.8rem;
}

.user-column .url {
    color: #8784a7;
    font-size: 7pt;
}

#phoneNumber, #loginForm, #otpCode {
    text-align: center;
}

.btn-login-vip {
    color: #7045f3 !important;
    background-color: #fff !important;
    transition: ease-in-out 0.2s;
}

.profile-info {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
}

.info-item {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0.5rem;
}

.info-item .text-muted {
    display: block;
    font-weight: 600;
}

.info-item .text-dark {
    font-weight: 700;
}

.drop-blur {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #e0e0e0;
}

.drop-blur .text a {
    text-decoration: none;
}

.landing-login-box {
    background: transparent !important;
}

.landing-register-box {
    background: transparent !important;

    label {
        color: white;
    }
}

.selectgroup-input:focus + .selectgroup-button, .selectgroup-input:checked + .selectgroup-button {
    color: #7045f3;
    background-color: white;
    z-index: 2;
}

.modal-open .modal {
    z-index: 99999999999999;
}


.bottom-menu-bar {
    display: flex;
    justify-content: space-between;
    background-color: white;
    padding: 0.5rem;
    border-radius: 100px;
    flex-direction: row;
}

.conversation-input{
    padding-bottom: 6.5rem;
}

.settings-group{
    margin-bottom: 5rem !important;
}
