/*******************
 * Reset style
 * *****************
 */

@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,800;0,900;1,800&display=swap");

html,
body {
    height: 100%;
    direction: rtl;
    overflow-x: hidden;
    text-align: right;
    font-family: "IRANSans", "Barlow", Helvetica, Arial, sans-serif;
}

@font-face {
    font-family: "IRANSans";
    src: url("../webfonts/IRANSansWeb.eot");
    src: url("../webfonts/IRANSansWeb.eot?#iefix") format("embedded-opentype"),
        url("../webfonts/IRANSansWeb.woff") format("woff"),
        url("../webfonts/IRANSansWeb.woff2") format("woff2"),
        url("../webfonts/IRANSansWeb.ttf") format("truetype");
    font-weight: normal;
}

li {
    list-style: none;
}

input,
button,
textarea {
    outline: none;
    border: none;
}

select,
button:focus,
button:active,
input,
.page-link:focus {
    outline: none;
    box-shadow: none !important;
}

textarea {
    resize: none;
    box-shadow: none !important;
}

.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active,
.btn.focus,
.btn:focus {
    box-shadow: none !important;
}

a {
    outline: none;
}

body {
    font-family: "IRANSans", "Barlow", Helvetica, Arial, sans-serif;
    color: #5f5f5f;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 800 !important;
}

.navbar-absolute {
    position: absolute;
    z-index: 1010;
    width: 100%;
}

iframe {
    border: 0;
    outline: 0;
    width: 100% !important;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

.btn:hover:not(.e-none) {
    transform: translateY(-1px);
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}



/* Carousel base class */
.carousel {
    margin-bottom: 4rem;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 7rem;
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 38rem;
    background-color: #777;
}

.carousel-item>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
}

@media (min-width: 40em) {

    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }
}

.card {
    border: 1px solid rgba(111, 111, 111, 0.125);
}

.noscroll {
    overflow-x: hidden;
    overflow-y: hidden;
}

.progress-xs {
    height: 8px;
}

/** NEW **/
.lh-inherit {
    line-height: inherit !important;
}



.text-featured {
    color: #ffc107 !important;
}


.popout {
    cursor: pointer;
    display: none;
    padding: 14px 10px;
    background: #000;
    color: rgb(255, 255, 255);
    font-size: 16px;
    position: fixed;
    z-index: 1100;
    overflow: hidden;
    width: 100%;
    text-align: center;
    left: 0;
    top: 0;
}

.popout-error {
    background: #f00 !important;
}

.fa-spin {
    -webkit-animation: fa-spin 1s infinite linear !important;
    animation: fa-spin 1s infinite linear !important;
}

.wrap-full-image {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000000;
    /*background: #2C2C2C;*/
    width: 100%;
    height: 100%;
    text-align: center;
    display: none;
    padding: 10px 20px 20px 20px;
    overflow: auto;
}

img.imageFull {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    cursor: zoom-in;
    margin: 0 auto;
    position: relative;
}

.details-full-image {
    padding: 10px 0;
    color: #fff;
    text-align: right;
    margin-bottom: 30px;
    font-size: 25px;
}

.icon-close {
    font-size: 40px;
    line-height: 17px;
    width: 1.25rem;
    height: 1.25rem;
    transition: all 0.15s ease;
    color: #fff;
    border-radius: 50%;
    background-color: transparent;
    cursor: pointer;
    position: relative;
}

.viewFull {
    cursor: zoom-in;
}

.container-image {
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: #252525a6;
}

.content-locked {
    background: #ececec;
}

.showBanner {
    position: fixed;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    bottom: 0;
    padding: 10px;
}

.icon-equis {
    font-size: 25px;
    line-height: normal;
    width: 1.25rem;
    height: 1.25rem;
    transition: all 0.15s ease;
    border-radius: 50%;
    background-color: transparent;
    vertical-align: middle;
    margin-right: 5px;
}

.readmore-js-collapsed:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: hsla(0, 0%, 100%, 0);
    background-image: linear-gradient(hsla(0, 0%, 100%, 0), #fff 95%);
    z-index: 40;
}

.text-word-break {
    word-break: break-word;
}

.counterLike {
    font-size: 14px;
}

.post-options {
    font-size: 7px;
    margin-top: 15px;
}

.actionDelete {
    cursor: pointer;
}

a.active>i.fas.fa-heart {
    color: #f00;
}

.li-group {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.notify {
    z-index: 10;
    top: 0;
    right: 0;
    position: absolute;
    padding: 3px 8px;
    background: #f00;
    color: #fff;
    line-height: normal;
    font-weight: bold;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    border-bottom: 1px solid #dadada;
    font-size: 11px;
}

#noti_notifications,
#noti_msg {
    display: none;
}

.c-pointer {
    cursor: pointer !important;
}

.animated-ellipsis-container {
    display: inline-block;
    height: 16px;
    width: 16px;
    transform: translateZ(0);
}

.animated-ellipsis {
    animation: ellipsis 1s infinite;
    display: inline-block;
    overflow: hidden;
    vertical-align: bottom;
}

@keyframes ellipsis {
    0% {
        width: 2px;
    }

    to {
        width: 16px;
    }
}

.cover-user:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(5, 5, 5, 0.4);
    left: 0;
    top: 0;
}

.video-responsive {
    position: relative;
    height: 0;
    overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.readmore-js-toggle {
    text-align: center;
}

.verify-notice {
    display: block;
    padding: 14px 10px;
    background: #f00;
    color: rgb(255, 255, 255);
    font-size: 16px;
    z-index: 1100;
    overflow: hidden;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 0;
}

.verified {
    color: #3897f0;
}

.border-dashed {
    border-style: dashed !important;
}

.video-js {
    width: 100%;
}

.StripeElement {
    box-sizing: border-box;
    height: calc(2.75rem + 2px);
    padding: 14px 18px;
    background-color: white;
    transition: box-shadow 0.15s ease;
    border: 1px solid #ced4da;
    margin-bottom: 10px;
    border-radius: 0.25rem;
}

.StripeElement--focus {
    border-color: #3c8dbc;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.avatar-modal {
    border: 3px solid #fff;
    background-color: #fff;
}

.modal-offset {
    margin-top: -90px;
}

.display-none {
    display: none;
}

.display-block {
    display: block;
}

.blocked {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 300;
}

.blocked span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-search {
    color: #ddd;
    background: none;
    position: absolute;
    left: 0;
    right: auto;
    cursor: pointer;
    outline: none;
    border: none;
}

button:hover.button-search,
button:focus.button-search,
button:active.button-search {
    box-shadow: none !important;
    background: none !important;
    color: inherit !important;
    transform: none;
}

.input-search {
    border-radius: 60px;
    padding: 12px 20px !important;
    height: 40px !important;
}

.carousel-cover:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(5, 5, 5, 0.2);
    left: 0;
    top: 0;
}

.dropdown-toggle::after {
    margin-left: 0.1em;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.dropdown-toggle[aria-expanded="true"]:after {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.p-nav a.nav-link:not(.btn) {
    color: #000;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.nav-link:hover:not(.search):not(.btn):not(.link-nav),
.nav-link:active:not(.search):not(.btn):not(.link-nav),
.nav-link:focus:not(.search):not(.btn):not(.link-nav) {
    color: #fff;
}

.link-scroll a.nav-link:not(.btn) {
    color: #3a3a3a;
}

.link-scroll a.nav-link:hover:not(.search):not(.btn),
.link-scroll a.nav-link:active:not(.search):not(.btn),
.link-scroll a.nav-link:focus:not(.search):not(.btn) {
    color: #969696;
}

.nav-link.search:hover,
.nav-link.search:active,
.nav-link.search:focus {
    color: white;
}

.dropdown-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border: 0;
    box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.15);
    border-radius: 0.125rem;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;
    font-size: 13px;
    line-height: 18px;
    z-index: 1500;
}

.dd-menu:before {
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    vertical-align: middle;
    content: "";
    top: -5px;
    left: 10px;
    right: auto;
    color: #ffffff;
    border-bottom: 0.4em solid;
    border-right: 0.4em solid transparent;
    border-left: 0.4em solid transparent;
}

.dd-menu-user:before {
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    vertical-align: middle;
    content: "";
    top: -5px;
    right: 10px;
    left: auto;
    color: #ffffff;
    border-bottom: 0.4em solid;
    border-right: 0.4em solid transparent;
    border-left: 0.4em solid transparent;
}

.dropdown .dropdown-menu {
    -webkit-transform: translate3d(0, -25px, 0);
    -moz-transform: translate3d(0, -25px, 0);
    -o-transform: translate3d(0, -25px, 0);
    -ms-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0);
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    display: block;
}

.dropdown.show .dropdown-menu,
.dropdown-menu.open {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    -o-transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    text-align: right;
}

.dropdown.show .dropdown-menu {
    -webkit-transform: translate3d(0, 7px, 0);
    -moz-transform: translate3d(0, 7px, 0);
    -o-transform: translate3d(0, 7px, 0);
    -ms-transform: translate3d(0, 7px, 0);
    transform: translate3d(0, 7px, 0);
}

.dropdown-toggle::after {
    margin-left: 0.1em;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.dropdown-toggle[aria-expanded="true"]:after {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.dropdown-toggle::after,
.dropup .dropdown-toggle::after {
    font-weight: 400;
    font-style: normal;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    border: none;
    content: "\f107";
    font-size: 14px;
    top: 50%;
    right: 24px;
    margin-top: -5px;
    vertical-align: baseline;
}

.text-shadow-trans {
    text-shadow: 0 1px 4px #333333b3;
}

.navbar .nav-item {
    margin-left: 2px;
    margin-right: 2px;
}

.sidebar-overlay .navbar .navbar-collapse {
    z-index: 100;
}

@media (min-width: 768px) {
    .py-large {
        padding-top: 6rem !important;
    }

    .py-large {
        padding-bottom: 6rem !important;
    }
}

/*** max-width 991 ***/
@media (max-width: 991px) {
    .navbar .navbar-collapse {
        position: fixed;
        left: -100%;
        width: 100%;
        top: 0;
        height: 100%;
        background: #fff;
        z-index: 999999;
        overflow-y: scroll;
        -webkit-transition: all 0.25s ease-out;
        -o-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
        padding: 15px;
    }

    .navbar .navbar-collapse .close-menu {
        color: #000;
        padding: 2px 4px;
        background: transparent;
        display: inline-block;
        cursor: pointer;
        font-size: 25px;
        text-align: center;
        font-weight: 100;
        text-decoration: none;
    }

    .dd-menu:before,
    .dd-menu-user:before {
        border: none;
    }

    .carousel-caption .display-4 {
        font-size: 3.1rem;
    }

    .item h5 {
        line-height: 1.2 !important;
    }

    .social-links {
        text-align: center !important;
        margin-top: 10px;
    }

    .list-social {
        float: none !important;
    }

    .copyright {
        text-align: center;
    }

    .btn-create {
        margin-top: 10px;
    }

    .navbar .navbar-collapse.show {
        left: 0;
    }

    .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:not(.btn) {
        color: #000000;
        text-align: right;
    }

    .input-search {
        border: 1px solid #c1c1c1 !important;
    }

    .navbar .navbar-nav .nav-item {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.25rem;
    }

    .navbar .navbar-nav .nav-item .nav-link {
        display: block;
        padding: 0.625rem;
    }

    .dropdown .dropdown-menu {
        display: none;
    }

    .dropdown.show .dropdown-menu,
    .dropdown-menu.open {
        display: block;
        box-shadow: none;
    }

    .home,
    .homepage {
        padding-bottom: 50px !important;
    }

    .homepage {
        padding-top: 100px !important;
    }

    .img-post {
        height: 250px !important;
    }

    .btn-w {
        width: 100%;
    }

    .btn-w-mb {
        width: 100%;
        margin-bottom: 10px;
    }

    .first {
        order: 1;
    }

    .second {
        order: 2;
    }

    .link-border {
        float: none !important;
    }

    .btn-profile {
        margin-bottom: 0.5rem !important;
    }

    .btn-profile,
    .w-small-100 {
        width: 100%;
    }

    .d-flex-user {
        display: inherit !important;
    }

    .navbar-collapse .navbar-toggler {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        padding: 0;
        cursor: pointer;
    }

    .navbar-collapse .navbar-toggler span {
        position: absolute;
        display: block;
        width: 100%;
        height: 2px;
        opacity: 1;
        border-radius: 2px;
        background: #283448;
    }

    .navbar-collapse .navbar-toggler :nth-child(1) {
        transform: rotate(135deg);
    }

    .navbar-collapse .navbar-toggler :nth-child(2) {
        transform: rotate(-135deg);
    }

    .section-sm {
        padding-bottom: 48px !important;
    }

    .avatar-chat {
        width: 25px;
        height: 25px;
    }

    .loading-name {
        width: 60% !important;
    }

    .loading-time {
        width: 40% !important;
    }
}

/* End 991px */
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.navbar .navbar-nav .nav-item .nav-link:not(.btn).active {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: white;
    background-color: #007bff;
}

[class^="ribbon-"] {
    position: absolute;
    margin-bottom: 80px;
}

[class^="ribbon-"]:before,
[class^="ribbon-"]:after {
    content: "";
    position: absolute;
}

.ribbon-1 {
    width: 30px;
    height: 40px;
    background: #ff9800;
    top: -6px;
    left: 25px;
}

.ribbon-1:before {
    height: 0;
    width: 0;
    border-bottom: 6px solid #d07e05;
    border-right: 6px solid transparent;
    right: -6px;
}

.ribbon-1:after {
    height: 0;
    width: 0;
    border-left: 15px solid #ff9800;
    border-right: 15px solid #ff9800;
    border-bottom: 10px solid transparent;
    bottom: -10px;
}

.ribbon-1 i {
    position: absolute;
    top: 40%;
    left: 30%;
    color: #fff;
}

.item>a::after {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.item h5 {
    line-height: 3;
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    margin-top: -30px;
    color: #fff;
    z-index: 5;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: transparent !important;
    transform: scale(0.9);
}

.owl-theme .owl-dots .owl-dot span {
    display: inline-block;
    width: 0.9375rem;
    height: 0.9375rem;
    box-sizing: border-box;
    border: 3px solid transparent;
    border-radius: 50%;
    transform: scale(0.6);
    transition: all 0.3s ease-in-out;
    opacity: 0.7;

    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.bg-dark-2 {
    background-color: #1b1b1b;
}

.bg-dark-3 {
    background-color: #212121;
}

.link-footer,
.ico-social {
    color: #999;
}

.btn-main:hover i {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
}

.btn-main i {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.btn {
    padding: 0.625rem 1.25rem !important;
}

.btn-sm,
.btn-group-sm>.btn {
    font-size: 0.875rem;
    line-height: 1.5;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
}

.jumbotron-cover:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(5, 5, 5, 0.3);
    left: 0;
    top: 0;
}

.custom-select {
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23a5a5a5' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat left 0.75rem center/8px 10px;
}

/* main > div.section:nth-child(odd) {
    background-color: white;
}

main > div.section:nth-child(even) {
    background-color: #fbfafd !important;
} */

.earning-section,
.second-section {
    background-color: #fbfafd !important;
}

.creation-section {
    background-color: #fff !important;
}

.fixed-top {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.home {
    padding: 150px 0;
}

.homepage {
    padding: 180px 0;
}

.p-nav {
    padding: 1rem;
}

.p-nav-scroll {
    padding: 0.7rem !important;
}

.jumbotron {
    border-radius: 0 !important;
}

.img-user {
    width: auto !important;
    border-radius: 50%;
    margin: 0 auto;
    border: 5px solid #fff;
}

.ico-social {
    font-size: 20px;
}

a:hover.link-border {
    text-decoration: none;
}

a.link-border {
    border-bottom: 1px solid;
}

.card-cover {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    height: 135px;
    padding: 1rem;
}

.card-avatar {
    left: 50%;
    margin-left: -45px;
    position: absolute;
    top: 80px;
    background-color: #fff;
    border-radius: 50%;
}

.section-sm {
    padding: 78px 0;
}

.facebook-btn {
    color: #3e5c9b !important;
}

.twitter-btn {
    color: #1da1f2 !important;
}

.alert-success {
    background-color: #00a65a;
    border-color: #00a65a;
    color: #fff;
}

.alert-danger {
    color: #fff;
    background-color: #ff0000;
    border-color: #ff012a;
}

.alert-primary {
    color: #fff;
    border-color: #7889e8;
    background-color: #7889e8;
}

.alert-warning {
    color: #1f2d3d;
    background: #ffc107;
    border-color: #edb100;
}

.alert-dismissible .close {
    color: #fff;
    text-shadow: none;
}

.close {
    float: left;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    text-shadow: none;
    opacity: 0.9;
}

.page-link:hover {
    color: #fff;
}

.page-link {
    border-radius: 35px !important;
    border: none;
    margin-right: 2px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    height: 35px;
    min-width: 35px;
    text-align: center;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 3.5rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.nav-scroller-2::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2%;
    height: 100px;
    background-color: hsla(0, 0%, 100%, 0);
    background-image: linear-gradient(90deg, white, transparent);
    z-index: 40;
}

.nav-scroller-2::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 2%;
    height: 100px;
    background-color: hsla(0, 0%, 100%, 0);
    background-image: linear-gradient(-90deg, white, transparent);
    z-index: 40;
}

.btn-category {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.btn-category:hover,
.active-category {
    border-color: #333 !important;
}

.input-group-text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    display: flex;
    margin-bottom: 0;
    padding: 0.625rem 0.75rem !important;
    text-align: center;
    white-space: nowrap;
    color: #adb5bd;
    border: 1px solid #cad1d7;
    border-radius: 0.25rem;
    background-color: #fff;
    align-items: center;
}

.input-group-alternative .form-control,
.input-group-alternative .input-group-text {
    border: 0;
    box-shadow: none;
}

.input-group-alternative {
    transition: box-shadow 0.15s ease;
    border: 0;
    box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
}

.form-control {
    height: calc(2.75rem + 2px);
    padding: 0.625rem 0.75rem;
}

.custom-control-input:not(:disabled):focus~.custom-control-label::before {
    box-shadow: none;
}

.custom-checkbox .custom-control-input~.custom-control-label,
.custom-control-label {
    font-size: 0.875rem;
    cursor: pointer;
}

.custom-control-label:not(.switch)::before {
    position: absolute;
    top: 0.125rem;
    left: -1.75rem;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    background-color: #fff;
    box-shadow: none;
}

.custom-control-label::after {
    position: absolute;
    top: 0.125rem;
    left: -1.75rem;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-control-label::before {
    box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
}

.form-control:focus,
.custom-select:focus {
    border-color: #ced4da !important;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075),
        0 0 0 0 rgba(50, 151, 211, 0.5);
}

.btn-facebook,
.btn-facebook:hover,
.btn-facebook:active,
.btn-facebook:focus {
    background: #3b579d;
    color: #ffffff;
}

.btn-google,
.btn-google:hover,
.btn-google:active,
.btn-google:focus {
    background: #fff;
    border-color: #ccc;
    color: #333;
}

.shadow-custom {
    box-shadow: 0 5px 16px rgba(0, 9, 128, 0.05);
}

.btn-danger {
    color: #fff;
    border-color: #f5365c;
    background-color: #f5365c;
}

.nav-wrapper {
    padding: 1rem 0;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-pills .nav-link {
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0.75rem 1rem;
    transition: all 0.15s ease;
    color: #5e72e4;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.nav-pills .nav-item:not(:last-child) {
    padding-right: 1rem;
}

.dropdown-item.balance:hover {
    background: #fff !important;
    color: #212529;
}

.page-item.disabled .page-link {
    color: #9daebd;
}

.img-profile-user {
    margin-top: -100px !important;
}

.modal-danger .modal-content {
    color: #fff;
    background-color: #f5365c;
}

.modal-danger .modal-header,
.modal-danger .modal-footer {
    border-color: rgba(255, 255, 255, 0.075);
}

.focused .form-control {
    border-color: rgba(50, 151, 211, 0.25);
}

.btn-white {
    color: #212529;
    border-color: #fff;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.btn-white:hover {
    color: #212529;
    border-color: white;
    background-color: white;
}

.text-muted {
    color: #8898aa !important;
}

.btn-sm,
.btn-group-sm>.btn {
    font-size: 0.875rem;
    line-height: 1.5;
    padding: 0.5rem 1.8rem;
    border-radius: 0.25rem;
}

.btnLike:hover {
    text-decoration: none !important;
}

.bg-success {
    background-color: #2dce89 !important;
}

.nav-profile {
    border-bottom: 3px solid rgba(159, 163, 177, 0.07);
}

.nav-profile a,
.nav-profile li.active a:hover,
.nav-profile li.active a:active,
.nav-profile li.active a:focus {
    color: #333;
}

.nav-profile a:hover {
    text-decoration: none;
}

.sm-btn-size {
    color: #333;
    font-weight: bold;
    font-size: 17px !important;
    line-height: 15px;
    text-align: center;
}

.font-icon-lg {
    font-size: 120px;
}

.d-flex-user {
    display: flex;
}

.link-share {
    font-size: 16px;
}

@media (min-width: 576px) {
    .modal-sm {
        max-width: 380px;
    }
}

.pb-lg,
.py-lg {
    padding-bottom: 6rem !important;
}

.pt-lg,
.py-lg {
    padding-top: 6rem !important;
}

.ico-no-result {
    color: #c5c5c5;
    border: 3px solid #c5c5c5;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    font-size: 60px;
    width: 150px;
    height: 150px;
    display: block;
    line-height: 150px !important;
    margin: 0 auto;
}

.popout-success {
    background-color: #2dce89 !important;
}

.headerModalOverlay:before {
    content: "";
    position: absolute;
    width: 100%;
    background: rgba(5, 5, 5, 0.4);
    left: 0;
    top: 0;
    display: block;
    bottom: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.avatar-wrap {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
    background-color: #fff;
}

.button-avatar-upload {
    color: #fff;
    width: 100%;
    padding: 8px;
    background: rgba(0, 0, 0, 0.3);
    bottom: 0;
}

a:hover.button-avatar-upload {
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
}

.progress-upload {
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: #fff;
    line-height: 150px;
    display: none;
}

.wraper-cover-upload {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 100;
}

.btn-cover-upload {
    color: #fff;
    padding: 8px 25px;
    background: rgba(0, 0, 0, 0.5);
}

.btn-cover-upload:hover,
.btn-cover-upload:disabled {
    color: #fff;
    background: rgba(0, 0, 0, 0.8) !important;
}

.progress-upload-cover {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    background-color: #28a745;
    transition: width 0.6s ease;
}

.avatar-user-home {
    margin-top: -25px;
    border: 2px solid #fff;
    background-color: #fff;
}

.btn-upload {
    width: 48px;
    height: 48px;
    padding: 0;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.btn-upload:hover {
    background-color: #f3f3f3;
}

.share-btn-user {
    font-size: 18px;
}

.user-online::before {
    background: #4caf50;
    position: absolute;
    border: 3px solid #fff;
    display: block;
    bottom: -3px;
    right: 0;
    content: "";
    border-radius: 50%;
    height: 30%;
    min-height: 30%;
    width: 30%;
    min-width: 30%;
}

.user-offline::before {
    background: #adadad;
    position: absolute;
    border: 3px solid #fff;
    display: block;
    bottom: -3px;
    right: 0;
    content: "";
    border-radius: 50%;
    height: 30%;
    min-height: 30%;
    width: 30%;
    min-width: 30%;
}

.user-online-profile::before {
    background: #4caf50;
    position: absolute;
    border: 3px solid #fff;
    display: block;
    bottom: 10px;
    right: 15px;
    content: "";
    border-radius: 50%;
    height: 12%;
    width: 12%;
}

.user-offline-profile::before {
    background: #adadad;
    position: absolute;
    border: 3px solid #fff;
    display: block;
    bottom: 10px;
    right: 15px;
    content: "";
    border-radius: 50%;
    height: 12%;
    width: 12%;
}

.overflow-visible {
    overflow: visible !important;
}

.message {
    padding: 6px 14px 7px !important;
    border-radius: 25px !important;
}

.message.media-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.message.bg-primary>a {
    color: #fff !important;
    text-decoration: underline !important;
}

.d-scrollbars {
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
}

.input-new-msg {
    padding: 8px 34px !important;
    height: 40px !important;
}

.btn-new-msg {
    color: #ddd;
    background: none;
    position: absolute;
    outline: none;
    border: none;
    padding: 8px 0 8px 10px;
    left: 0;
}

.btn-cancel-msg {
    cursor: pointer;
    position: absolute;
    top: 4px;
    right: 0;
}

.rounded-bottom-left-0 {
    border-bottom-left-radius: 0 !important;
}

.rounded-bottom-right-0 {
    border-bottom-right-radius: 0 !important;
}

.btn-removeMsg {
    position: absolute;
    top: 20%;
    left: -18px;
    z-index: 3;
}

.container-media-img {
    background-position: center center;
    background-size: cover;
    max-width: 250px;
    max-height: 280px;
    width: 280px;
    height: 280px;
    border-radius: 6px;
}

.container-media-music {
    width: 100%;
    max-width: 400px;
    height: auto;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.container-media-msg {
    width: 100%;
    max-width: 400px;
    max-height: 280px;
    height: 280px;
}

.img-user-small {
    width: auto !important;
    border-radius: 50%;
    margin: 0 auto;
    border: 3px solid #fff;
}

.icon-notifications {
    font-size: 19px;
    color: #c3c3c3;
}

.table thead th {
    vertical-align: bottom;
    border: none;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    color: #afafaf;
    font-size: 14px;
}

.table td,
.table th {
    padding: 0.75rem;
    vertical-align: top;
    border: none;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    font-size: 14px;
}

.error-page h1 {
    font-size: 10rem;
    line-height: 9rem;
    font-weight: 700;
    color: #ec2522;
}

.wrap-center {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    z-index: 20;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.error-link {
    color: #ec2522;
}

.wrap-container {
    max-width: 550px;
    margin: 0 auto;
}

.wrap-container-lg {
    width: 650px;
    margin: 0 auto;
}

.font-tiny {
    font-size: 65% !important;
}

.item-loading::before {
    background-color: #f5f6f7;
    background-image: url("../img/loadpost.gif");
    background-repeat: repeat-y;
    background-size: 100% 1px;
    content: " ";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 50%;
}

.loading-avatar {
    width: 60px;
    height: 60px;
    display: block;
    background-color: #f5f6f7;
    border-radius: 50%;
}

.loading-name {
    width: 25%;
    height: 10px;
    display: block;
    background-color: #f5f6f7;
}

.loading-time {
    width: 15%;
    height: 10px;
    display: block;
    margin-top: 8px;
    background-color: #f5f6f7;
}

.loading-text-1 {
    width: 85%;
    height: 10px;
    display: block;
    margin-top: 8px;
    background-color: #f5f6f7;
}

.loading-text-2 {
    width: 75%;
    height: 10px;
    display: block;
    margin-top: 8px;
    background-color: #f5f6f7;
}

.loading-text-3 {
    width: 55%;
    height: 10px;
    display: block;
    margin-top: 8px;
    background-color: #f5f6f7;
}

/* Large toggl switches */
.custom-switch-lg .custom-control-label::before {
    left: -2.25rem;
    width: 3rem;
    border-radius: 1.5rem;
}

.custom-switch-lg .custom-control-label::after {
    top: calc(0.25rem + 3px);
    left: calc(-2.25rem + 4px);
    width: calc(1.5rem - 6px);
    height: calc(1.5rem - 6px);
    border-radius: 1.5rem;
}

.custom-switch-lg .custom-control-input:checked~.custom-control-label::after {
    transform: translateX(1.4rem);
}

.custom-switch-lg .custom-control-label::before {
    height: 1.5rem;
}

.custom-switch-lg .custom-control-label {
    padding-left: 1.5rem;
    line-height: 1.7rem;
}

.content-p img {
    max-width: 100% !important;
    height: auto !important;
}

.content-p li {
    list-style: inherit;
}

.content-p ol,
.content-p ul {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.img-post {
    height: 430px;
}

.max-w-100 {
    max-width: 100px;
}

.max-w-125 {
    max-width: 125px;
}

.visibility-hidden {
    visibility: hidden;
}

.f-size-25 {
    font-size: 25px;
}

.f-size-20 {
    font-size: 20px;
}

.truncated {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* rtl changes */
.footer_text_color {
    text-align: right;
    direction: ltr;
}

.link-footer.btn-arrow::before {
    font-family: "bootstrap-icons";
    display: inline-block;
    padding-left: 5px;
    content: "\f138";
    transition: transform 0.3s ease-out;
    vertical-align: middle;
    transform: rotate(180deg);
}

.link-footer.btn-arrow::after {
    display: none;
}

.mr-2 {
    margin-left: 0.5rem !important;
}

.card-profile-container {
    text-align: right;
    padding-right: 80px;
}

@media (max-width: 991px) {
    .card-profile-container {
        padding-right: 15px;
    }
}

.card-profile {
    width: 89% !important;
}

.mr-auto {
    margin-left: auto !important;
    margin-right: 0 !important;
}

.ml-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-left: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.custom-control {
    position: relative;
    z-index: 1;

    min-height: 1.5rem;
    padding-right: 1.5rem;
    text-align: right;
}

.custom-control-input {
    position: absolute;
    right: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}

.custom-control-label:not(.switch)::before {
    position: absolute;
    top: 0.125rem;
    right: -1.75rem;

    width: 1.25rem;
    height: 1.25rem;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    background-color: #fff;
    box-shadow: none;
}

.custom-control-label::after {
    position: absolute;
    top: 0.125rem;
    right: -1.75rem;

    width: 1.25rem;
    height: 1.25rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

#formLoginRegister .form-group small {
    text-align: right;
    padding-top: 10px;
}

.list-inline {
    padding-right: 0;
    list-style: none;
}

.ml-2 {
    margin-right: 0.5rem !important;
}

.pl-1 {
    padding-right: 0.25rem !important;
}

.fa-long-arrow-alt-right {
    transform: rotate(180deg);
}

.float-right {
    float: left !important;
}

.float-left {
    float: right !important;
}

.list-unstyled {
    padding-right: 0;
    padding-left: 40px;
    list-style: none;
}

.my-page-edit {
    padding-right: 15px !important;
}

#navbarUserHome small {
    display: flex;
    align-items: center;
}

.fa-pencil-alt {
    transform: scale(-1) rotate(90deg);
}

.chevron-right-div {
    transform: rotate(180deg);
}

.custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    right: calc(-2.25rem + 2px);
    left: 0;
    background-color: #adb5bd;
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        -webkit-transform 0.15s ease-in-out;
}

.custom-switch .custom-control-label::before {
    right: -2.25rem;
    pointer-events: all;
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(-0.75rem);
    transform: translateX(-0.75rem);
}

.custom-switch {
    padding-right: 2.25rem;
}

.custom-switch-lg .custom-control-label {
    padding-right: 1.5rem;
    line-height: 1.7rem;
}

.custom-switch-lg .custom-control-input:checked~.custom-control-label::after {
    transform: translateX(-1.4rem);
}

.custom-switch-lg .custom-control-label::after {
    top: calc(0.25rem + 3px);
    right: calc(-2.25rem + 4px);
    width: calc(1.5rem - 6px);
    height: calc(1.5rem - 6px);
    border-radius: 1.5rem;
}

.custom-switch-lg .custom-control-label::before {
    right: -2.25rem;
    width: 3rem;
    border-radius: 1.5rem;
}

.btn-cancel-msg {
    cursor: pointer;
    position: absolute;
    top: 4px;
    left: 0;
    right: inherit;
}

#messagesContainer .fa-arrow-left {
    transform: rotate(180deg);
}

#messagesContainer .float-right {
    transform: scale(-1) rotate(90deg);
}

.input-group-prepend {
    margin-left: -1px;
}

.input-group-append {
    margin-right: -1px;
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#showHidePassword .form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.datepicker {
    direction: rtl !important;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    border-right: 0;
    border-left: 1px solid #ced4da;
    direction: rtl;
}

.select2-container--default .select2-selection--multiple {
    border-right-width: 0 !important;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #fff !important;
    border-color: #cad1d7 !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: visible !important;
    padding-right: 8px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fa-bullhorn {
    transform: scaleX(-1);
}

.alert-dismissible {
    padding-left: 4rem;
    padding-right: inherit;
}

p,
h2,
a,
h1,
h3,
h4,
h5,
h6,
span,
strong,
button,
.sweet-alert p,
.sweet-alert h2,
.sweet-alert button {
    font-family: "IRANSans", "Barlow", Helvetica, Arial, sans-serif;
}

.containerLikeComment {
    direction: ltr;
}

.dropdown-item:focus,
.dropdown-item:active,
.dropdown-item:visited {
    text-align: right !important;
    width: 100% !important;
    outline: none !important;
    box-shadow: none !important;
}

.dropdown-menu {
    width: fit-content !important;
    /* Or fixed width if preferred */
    text-align: right;
    /* Adjust for RTL */
}

.custom-select {
    padding: 0.375rem 0.75rem 0.375rem 1.75rem;
}

.emojiArea {
    margin-right: 20px;
}

#contentDIV .media-grid-1 {
    display: flex;
    justify-content: end;
}

.bi-file-earmark-zip,
.icon-image,
.icon-tag,
.icon-lock,
.bi-type,
.bi-emoji-smile {
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-left-home li>a {
    display: flex !important;
    flex-wrap: nowrap;
}

.fileuploader-input .fileuploader-input-caption {
    text-align: right;
}

/* index styles */

.bg-gradient {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: top !important;
}

a.social-share i {
    color: #797979;
    font-size: 32px;
}

a:hover.social-share {
    text-decoration: none;
}

.btn-whatsapp {
    color: #50b154 !important;
}

.close-inherit {
    color: inherit !important;
}

.btn-twitter {
    background-color: #000;
    color: #fff !important;
}

@media (max-width: 991px) {
    .navbar-user-mobile {
        font-size: 20px;
    }
}

.or {
    display: flex;
    justify-content: center;
    align-items: center;
    color: grey;
}

.or:after,
.or:before {
    content: "";
    display: block;
    background: #adb5bd;
    width: 50%;
    height: 1px;
    margin: 0 10px;
}

.icon-navbar {
    font-size: 22px;
    vertical-align: bottom;
}

.btn,
.sa-button-container button {
    border-radius: 50rem !important;
}

.navbar_background_color {
    background-color: #ffffff !important;
}

.link-scroll a.nav-link:not(.btn),
.navbar-toggler:not(.text-white) {
    color: #3a3a3a !important;
}

@media (max-width: 991px) {

    .navbar .navbar-collapse,
    .dd-menu-user,
    .dropdown-item.balance:hover {
        background-color: #ffffff !important;
        color: #3a3a3a !important;
    }

    .navbar-collapse .navbar-toggler span {
        background-color: #3a3a3a !important;
    }

    .dropdown-divider {
        border-top-color: #ffffff !important;
    }
}

.footer_background_color {
    background-color: #ffffff !important;
}

.footer_text_color,
.link-footer:not(.footer-tiny) {
    color: #5f5f5f;
}

:root {
    --plyr-color-main: #000000;
    --swiper-theme-color: #000000;
    --color-media-wrapper: #454545;
    --color-pulse-media-wrapper: #373737;
}

.plyr--video.plyr--stopped .plyr__controls {
    display: none;
}

@media (min-width: 767px) {
    .login-btn {
        padding-top: 12px !important;
    }
}

::selection {
    background-color: #000000;
    color: white;
}

::moz-selection {
    background-color: #000000;
    color: white;
}

::webkit-selection {
    background-color: #000000;
    color: white;
}

body a,
a:hover,
a:focus,
a.page-link,
.btn-outline-primary,
.btn-link {
    color: #000000;
}

.text-primary {
    color: #000000 !important;
}

a.text-primary.btnBookmark:hover,
a.text-primary.btnBookmark:focus {
    color: #000000 !important;
}

.dropdown-menu {
    font-size: 16px !important;
    line-height: normal !important;
    padding: 0.5rem !important;
}

.dropdown-item {
    border-radius: 5px;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled,
.custom-checkbox .custom-control-input:checked~.custom-control-label::before,
.page-item.active .page-link,
.page-link:hover,
.owl-theme .owl-dots .owl-dot span,
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #000000 !important;
    border-color: #000000 !important;
}

.bg-primary,
.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active,
.tooltip-inner,
.custom-range::-webkit-slider-thumb,
.custom-range::-webkit-slider-thumb:active {
    background-color: #000000 !important;
}

.custom-range::-moz-range-thumb:active,
.custom-range::-ms-thumb:active {
    background-color: #000000 !important;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before,
.custom-control-input:focus:not(:checked)~.custom-control-label::before,
.btn-outline-primary {
    border-color: #000000;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before,
.custom-control-input:checked~.custom-control-label::before,
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.list-group-item.active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.badge-primary {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.list-group {
    padding-right: 0;
}

.feather.icon-arrow-right {
    transform: scaleX(-1);
    display: inline-block;
}

.popover .arrow::before {
    border-top-color: rgba(0, 0, 0, 0.35) !important;
}

.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #000000 !important;
}

.arrow::before {
    border-top-color: #000000 !important;
}

.nav-profile li.active {
    border-bottom: 3px solid #000000 !important;
}

.button-avatar-upload {
    left: 0;
}

input[type="file"] {
    overflow: hidden;
}

.badge-free {
    top: 10px;
    right: 10px;
    background: rgb(0 0 0 / 65%);
    color: #fff;
    font-size: 12px;
}

.btn-facebook,
.btn-twitter,
.btn-google {
    position: relative;
}

.btn-facebook i {
    position: absolute;
    left: 10px;
    bottom: 14px;
    width: 36px;
}

.btn-twitter i {
    position: absolute;
    left: 10px;
    bottom: 9px !important;
    bottom: 13px;
    width: 36px;
}

.btn-google img {
    position: absolute;
    left: 18px;
    bottom: 12px;
    width: 18px;
}

.button-search {
    top: 0;
}

@media (min-width: 768px) {
    .pace {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .menuMobile {
        display: none !important;
    }
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #000000;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 3px;
}

.menuMobile {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1040;
}

.btn-mobile {
    border-radius: 25px;
}

.btn-mobile:hover {
    background-color: rgb(243 243 243 / 26%);
    text-decoration: none !important;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

@media (max-width: 991px) {
    .navbar .navbar-collapse {
        width: 300px !important;
        box-shadow: 5px 0px 8px #000;
    }

    .card-profile {
        width: 100% !important;
        text-align: center;
    }

    .section-msg {
        padding: 0 !important;
    }

    .text-center-sm {
        text-align: center !important;
    }

    #navbarUserHome {
        position: initial !important;
    }

    .notify {
        top: 5px !important;
        right: 5px !important;
    }
}

.sidebar-overlay #mobileMenuOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 101;
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    transition-delay: 0.35s;
    left: 0;
}

.noti_notifications,
.noti_msg {
    display: none;
}

.link-menu-mobile {
    border-radius: 6px;
}

.link-menu-mobile:hover:not(.balance) {
    background: rgb(242 242 242 / 40%);
}

a.link-border {
    text-decoration: none;
}

@media (max-width: 479px) {
    .card-border-0 {
        border-right: 0 !important;
        border-left: 0 !important;
        border-radius: 0 !important;
    }

    .card.rounded-large {
        border-radius: 0 !important;
    }

    .wrap-post {
        padding: 0 !important;
    }
}

@media (min-width: 576px) {
    .modal-login {
        max-width: 415px;
    }
}

.toggleComments {
    cursor: pointer;
}

.blocked {
    left: 0;
    top: 0;
}

.card-settings>.list-group-flush>.list-group-item {
    border-width: 0 0 0px !important;
}

.btn-active-hover {
    background-color: #f3f3f3;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.container-msg {
    position: relative;
    overflow: auto;
    overflow-x: hidden;
    flex: 2;
    -webkit-box-flex: 2;
}

.section-msg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    min-width: 0;
    width: 100%;
}

.container-media-msg {
    max-width: 100%;
    max-height: 100%;
}

.container-media-img {
    max-width: 100%;
}

.rounded-top-right-0 {
    border-top-right-radius: 0 !important;
}

.rounded-top-left-0 {
    border-top-left-radius: 0 !important;
}

.custom-rounded {
    border-radius: 10px;
}

.card-profile {
    width: 75%;
}

.fancybox-button {
    background: none !important;
}

.modal-open .modal,
.sweet-overlay {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.pulse-btn:active>i,
.pulse-btn:active>svg {
    animation-duration: 600ms;
    animation-name: pulse-animation;
    animation-timing-function: ease-in;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

@keyframes pulse-animation {
    0% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(0);
    }
}

.post-image {
    max-height: 600px;
    object-fit: cover;
    object-position: 100% center;
}

@media (max-width: 600px) {
    .post-image {
        max-height: 90vw;
    }
}

.swiper-container {
    width: 100%;
}

.font-14 {
    font-size: 14px;
}

.card-user-profile {
    border-radius: 0.5rem !important;
}

.card-user-profile>.card-cover {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
}

.btn-arrow-expand[aria-expanded="true"]>i.fa-chevron-down:before {
    transform: rotate(180deg);
    content: "\f077";
}

.btn-menu-expand[aria-expanded="true"]>i.fa-bars:before {
    content: "\f00d";
}

.wrapper-msg-right {
    float: initial;
    margin-right: auto;
    max-width: 500px;
}

.wrapper-msg-left {
    float: initial;
    margin-right: auto;
    max-width: 500px;
}

.post-img-grid {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -150px 0;
    }

    100% {
        background-position: 150px 0;
    }
}

.media-wrapper {
    background-color: var(--color-media-wrapper);
    animation-name: pulse;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    position: relative;
}

@keyframes pulse {
    0% {
        background-color: var(--color-media-wrapper);
    }

    50% {
        background-color: var(--color-pulse-media-wrapper);
    }

    100% {
        background-color: var(--color-media-wrapper);
    }
}

/* ----- MEDIA GRID 1 ------- */
.media-grid-1 .media-wrapper {
    position: relative;
    padding-top: 60%;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    display: block;
}

/* ----- MEDIA GRID 2 ------- */
.media-grid-2 {
    position: relative;
    width: 100%;
    display: flex;
    display: -webkit-flex;
}

.media-grid-2 .media-wrapper {
    position: relative;
    padding-top: 45%;
    width: 50%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

.media-grid-2 .media-wrapper:nth-child(1),
.media-grid-3 .media-wrapper:nth-child(1) {
    border-bottom-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -o-border-bottom-left-radius: 6px;
    -ms-border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -o-border-top-left-radius: 6px;
    -ms-border-top-left-radius: 6px;
}

.media-grid-2 .media-wrapper:nth-child(2) {
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -o-border-bottom-right-radius: 6px;
    -ms-border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -o-border-top-right-radius: 6px;
    -ms-border-top-right-radius: 6px;
}

.media-grid-2 .media-wrapper:nth-child(2) {
    margin-left: 3px;
}

.media-grid-1,
.media-grid-3,
.media-grid-4,
.media-grid-5 {
    position: relative;
    width: 100%;
    display: table;
    overflow: hidden;
}

/* ----- MEDIA GRID 3 ------- */
.media-grid-3 .media-wrapper:nth-child(1) {
    position: relative;
    padding-top: 70.6%;
    width: calc(50% / 1 - 0px);
    overflow: hidden;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    float: left;
}

.media-grid-3 .media-wrapper:nth-child(2) {
    position: relative;
    padding-top: 35%;
    width: calc(100% / 2 - 3px);
    overflow: hidden;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    float: left;
    margin-left: 3px;
    margin-bottom: 3px;
    border-top-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -o-border-top-right-radius: 6px;
    -ms-border-top-right-radius: 6px;
}

.media-grid-3 .media-wrapper:nth-child(3) {
    position: relative;
    padding-top: 35%;
    width: calc(100% / 2 - 3px);
    overflow: hidden;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    float: left;
    margin-left: 3px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -o-border-bottom-right-radius: 6px;
    -ms-border-bottom-right-radius: 6px;
}

/* ----- MEDIA GRID 4/5 OR MORE ------- */
.media-grid-4 .media-wrapper:nth-child(1) {
    position: relative;
    padding-top: 50%;
    width: calc(100% / 1 - 0px);
    overflow: hidden;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    float: left;
    margin-bottom: 3px;
    border-top-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -o-border-top-right-radius: 6px;
    -ms-border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -o-border-top-left-radius: 6px;
    -ms-border-top-left-radius: 6px;
}

.media-grid-5 .media-wrapper:nth-child(1) {
    position: relative;
    padding-top: 45%;
    width: calc(100% / 2 - 3px);
    float: left;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    margin-bottom: 3px;
    margin-right: 3px;
}

.media-grid-5 .media-wrapper:nth-child(2) {
    position: relative;
    padding-top: 45%;
    width: calc(100% / 2 - 0px);
    float: left;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    margin-bottom: 3px;
}

.media-grid-4 .media-wrapper:nth-child(2),
.media-grid-5 .media-wrapper:nth-child(3) {
    position: relative;
    padding-top: 30.3%;
    width: calc(100% / 3 - 0px);
    overflow: hidden;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    float: left;
    border-bottom-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -o-border-bottom-left-radius: 6px;
    -ms-border-bottom-left-radius: 6px;
}

.media-grid-4 .media-wrapper:nth-child(3),
.media-grid-5 .media-wrapper:nth-child(4) {
    position: relative;
    padding-top: 30.3%;
    width: calc(100% / 3 - 3px);
    overflow: hidden;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    float: left;
    margin-left: 3px;
}

.media-grid-4 .media-wrapper:nth-child(4),
.media-grid-5 .media-wrapper:nth-child(5) {
    position: relative;
    padding-top: 30.3%;
    width: calc(100% / 3 - 3px);
    overflow: hidden;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    float: left;
    margin-left: 3px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -o-border-bottom-right-radius: 6px;
    -ms-border-bottom-right-radius: 6px;
}

.media-grid-4 .media-wrapper:nth-child(1),
.media-grid-4 .media-wrapper:nth-child(2),
.media-grid-4 .media-wrapper:nth-child(3),
.media-grid-4 .media-wrapper:nth-child(4)>img,
.media-grid-4 .media-wrapper:nth-child(5)>img {
    z-index: 2;
}

.wrapper-media-music {
    width: 100%;
    max-width: 500px;
    height: auto;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.progress-upload-cover {
    background-color: #000000 !important;
}

.more-media {
    display: block;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.more-media h2 {
    line-height: 1.8;
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    margin-top: -30px;
    color: #fff;
    z-index: 5;
}

.container-post-media {
    position: relative;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    overflow: hidden;
}

.button-play {
    cursor: pointer;
    margin: auto auto;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    font-size: 28px;
    line-height: 48px;
    background-color: #000000 !important;
    border-radius: 100%;
    text-align: center;
    opacity: 0.9;
}

.wrapper-msg-inbox {
    overflow: auto;
    overflow-x: hidden;
}

@media (max-width: 991px) {
    .wrapper-msg-inbox {
        padding-top: 78px !important;
        padding-bottom: 60px !important;
    }
}

.wrapper-msg-inbox::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.wrapper-msg-inbox::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 6px;
}

.wrapper-msg-inbox::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 6px;
}

.msg-inbox {
    border: 0;
}

@media (min-width: 1280px) {
    .container-lg-3 {
        max-width: 1300px;
    }
}

.menu-left-home li>a {
    padding: 5px 12px;
    display: block;
    font-size: 19px;
    text-decoration: none;
    margin-bottom: 8px;
    border-radius: 20px;
    color: #8a96a3;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.menu-left-home li>a:hover,
.menu-left-home li>a.active {
    background-color: #000000;
    color: white;
}

.sticky-top {
    top: 90px;
}

.btn-category {
    width: 100%;
    text-align: right;
}

.category-filter {
    padding: 10px 15px;
    display: block;
    font-weight: bold;
    text-align: right;
}

.text-red {
    color: #f00;
}

.text-orange {
    color: #ff3507;
}

.img-vertical-lg {
    padding-top: 80% !important;
    max-width: 300px;
}

.wrapper-msg-left .img-vertical-lg {
    float: right;
}

.wrapper-msg-right .img-vertical-lg {
    float: left;
}

.button-white-sm {
    padding: 4px 15px;
    border: 1px solid #ccc;
    border-radius: 20px;
    text-align: center;
    font-size: 14px;
    color: #333;
    display: inline-block;
    vertical-align: middle;
}

a:hover.button-white-sm {
    text-decoration: none;
    border-color: #000000;
    background-color: #000000;
    color: white;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.msg-inbox .active .verified {
    color: #fff !important;
}

select[multiple] {
    visibility: hidden;
}

.select2-container .select2-selection--multiple {
    min-height: 47px !important;
}

.select2-container--default .select2-selection--multiple {
    border-left-width: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;

    background-color: #fff !important;
    border-color: #cad1d7 !important;
}

.select2-hidden-accessible {
    position: absolute !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--plyr-color-main) !important;
    border: 1px solid var(--plyr-color-main) !important;
    color: #fff !important;
    padding: 4px 10px !important;
}

.select2-results__option {
    color: #333;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 10px !important;
}

.announcements a {
    text-decoration: none;
    border-bottom: 1px solid;
    color: #fff;
}

.unread-chat {
    background-color: #f8f9fa;
}

.glightbox-open {
    height: auto !important;
}

.txt-black {
    color: #241e12;
}

.p-bottom-8 {
    padding-bottom: 8px;
}

.pinned-post {
    border-color: #000000 !important;
}

.post-pending {
    border-color: #ff9800 !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.03);
}

@media (max-width: 991px) {
    .w-100-mobile {
        width: 100% !important;
    }
}

.button-like-live {
    font-size: 25px;
}

@media (max-width: 767px) {
    .wrapper-live-chat {
        background-color: transparent !important;
        position: absolute !important;
        padding: 0 !important;
        z-index: 200 !important;
        max-height: 250px !important;
        bottom: 0;
        left: 0;
        -webkit-mask-image: linear-gradient(transparent 0%,
                rgba(50, 50, 50, 1) 20%);
    }

    .wrapper-live-chat>.card,
    #commentLive {
        background-color: transparent !important;
        color: #fff;
    }

    .titleChat {
        display: none !important;
    }

    #allComments {
        padding-top: 20px !important;
    }

    .live-blocked {
        background-color: rgba(255, 255, 255, 0.1) !important;
    }

    li.chatlist {
        color: #fff !important;
        font-size: 14px;
        text-shadow: 0 1px 2px #000;
    }

    .wrapper-live-chat .content {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }

    .wrapper-live-chat .card-footer {
        border: 0 !important;
    }

    .buttons-live {
        color: #fff !important;
    }

    .buttons-live:hover {
        background-color: transparent !important;
    }

    #commentLive::placeholder {
        color: #fff !important;
        opacity: 1;
    }

    #commentLive::-moz-placeholder {
        color: #fff !important;
        opacity: 1;
    }

    #commentLive::-ms-input-placeholder {
        color: #fff !important;
        opacity: 1;
    }

    #commentLive:-ms-input-placeholder {
        color: #fff !important;
        opacity: 1;
    }

    #commentLive::-webkit-input-placeholder {
        color: #fff !important;
        opacity: 1;
    }

    input#commentLive {
        border: 1px solid #fff !important;
        border-radius: 60px;
    }

    .offline-live {
        display: none;
    }
}

/* End max-width 767 */

.tipped-live {
    font-size: 14px;
    text-shadow: 0 1px 4px #4b4b4b;
}

.live_offline::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    content: "";
    z-index: 1;
    position: absolute;
}

.live_offline::after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: 1;
    position: absolute;
    background-color: rgba(50, 50, 50, 0.8);
}

.text-content-live {
    position: relative;
    color: #fff;
    z-index: 2 !important;
}

#full-screen-video {
    position: relative;
    width: 100%;
    height: 100%;
}

.liveContainer {
    background-color: #000;
}

.live-top-menu {
    width: 100%;
    padding: 1rem !important;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 200;
}

@keyframes pulse-live {
    0% {
        background-color: #ff0000;
    }

    50% {
        background-color: #ff0000b0;
    }

    100% {
        background-color: #ff0000;
    }
}

.live {
    color: #fff;
    border-color: #ff0000;
    background-color: #ff0000;
    padding: 5px 15px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: text-top;
    font-weight: bold;
    animation-name: pulse-live;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.live-views {
    color: #fff;
    border-color: #000000;
    background-color: #0000007a;
    padding: 5px 15px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: text-top;
    font-weight: bold;
}

.close-live,
.exit-live,
.live-options {
    color: #fff;
    font-size: 22px;
    vertical-align: bottom;
    cursor: pointer;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem auto -1rem -1rem;
}

.text-shadow-sm {
    text-shadow: 0 1px 0px #000;
}

.div-flex {
    flex: 1 1 auto;
    position: relative;
    min-height: 12px;
}

.chat-msg {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.menu-options-live a {
    cursor: pointer;
}

.avatar-wrap-live {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto;
    background-color: #fff;
    margin-bottom: 15px;
}

.video-poster-html {
    position: absolute;
    right: 0;
    top: 0;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    width: auto;
    z-index: 2;
    margin: 0 auto;
    object-fit: cover;
}

.wrapper-live {
    position: relative;
    max-width: 100px;
    margin: auto;
}

@keyframes pulseLive {
    0% {
        opacity: 0.1;
        transform: scale(1.05);
    }

    50% {
        opacity: 1;
        transform: scale(1.15);
    }

    100% {
        opacity: 0.1;
        transform: scale(1.3);
    }
}

.live-pulse {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    border: 3px solid #ff0000;
    z-index: 1;
    border-radius: 50%;
}

.live-pulse::after,
.live-pulse::before {
    width: 100%;
    border: 2px solid #ff0000 !important;
    height: 100%;
    content: "";
    display: block;
    z-index: 2;
    position: absolute;
    border-radius: 50%;
    animation-name: pulseLive;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.live-pulse::after {
    animation-delay: 0.5s;
}

.live-span {
    width: 39px;
    left: 0;
    right: 0;
    bottom: -10px;
    height: 17px;
    border-radius: 3px;
    text-transform: uppercase;
    justify-content: center;
    background-color: #ff0000;
    margin: auto;
    display: flex;
    z-index: 2;
    position: absolute;
    font-size: 8px;
    text-align: center;
    align-items: center;
    font-weight: 900;
    color: #fff;
}

.button-like-live .bi-heart-fill {
    color: #f00 !important;
}

.avatar-live {
    border: 2px solid #f00;
}

.liveLink {
    cursor: pointer;
}

.icon-wrap {
    position: absolute;
    top: -15px;
    left: 10px;
    z-index: 0;
    font-size: 115px;
    color: rgba(0, 0, 0, 0.1);
    transform: rotate(20deg);
}

.inner-wrap {
    position: relative;
    z-index: 1;
}

.fee-wrap {
    padding: 5px 10px;
    border: 1px dashed #ccc;
    border-radius: 6px;
}

.btn-arrow-expand-bi[aria-expanded="true"] .bi-chevron-down::before {
    transform: rotate(180deg);
}

.transition-icon::before {
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.limitLiveStreaming {
    position: absolute;
    top: 45px;
    left: 65px;
}

.subscriptionDiscount {
    font-size: 14px;
    padding: 2px 20px;
    border: 1px dashed;
    border-radius: 50px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

.border-dashed-radius {
    border: 1px dashed #a7a7a7;
    border-radius: 10px;
}

.list-taxes:last-child {
    border-bottom: 0 !important;
    border-radius: inherit;
}

.search-bar {
    border-radius: 60px;
    padding: 12px 20px !important;
    height: 40px !important;
    background-color: #f6f6f6;
    border: 1px solid transparent !important;
}

.search-bar:focus {
    border: 1px solid #ced4da !important;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.count-previews {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 8px 6px;
    background: #0000009e;
    border-radius: 6px;
    color: #fff;
    font-size: 12px;
}

a.link-shop,
a.choose-type-sale {
    color: inherit;
    text-decoration: none;
}

a:hover.choose-type-sale {
    border-color: #000000;
}

.text-truncate-2 {
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-break: break-word;
    text-align: right;
    display: -webkit-box;
    line-height: normal;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
}

.price-shop {
    position: absolute;
    left: 10px;
    bottom: 10px;
    padding: 8px 6px;
    background: #000000;
    border-radius: 6px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.rounded-large {
    border-radius: 15px !important;
}

.shadow-large {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05) !important;
}

.buttons-mobile-nav {
    position: absolute;
    left: 10px;
    top: 10px;
}

.btn-mobile-nav:hover {
    text-decoration: none !important;
}

.modal-content,
.modal-content>.modal-body>.card {
    border-radius: 0.8rem;
}

.btn-arrow::after {
    font-family: "bootstrap-icons";
    display: inline-block;
    padding-left: 5px;
    content: "\f138";
    transition: transform 0.3s ease-out;
    vertical-align: middle;
}

.btn-arrow-sm::after {
    font-size: 13px;
}

.btn-arrow:hover::after {
    transform: translateX(-4px) rotate(180deg);
}

.btn-search {
    color: #c3c3c3;
    background: none;
    position: absolute;
    left: 0;
    outline: none;
    border: none;
    width: 50px;
    text-align: center;
    bottom: 20%;
}

.custom-select {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ui-widget-content {
    padding: 10px;
    border: 0 !important;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    box-shadow: rgb(101 119 134 / 20%) 0px 0px 15px,
        rgb(101 119 134 / 15%) 0px 0px 3px 1px;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
    width: 100%;
    display: block;
    border: 0 !important;
    background: #efefef;
    color: #333;
    text-decoration: none;
    margin: 0;
    border-radius: 6px;
}

.ui-menu .ui-menu-item-wrapper {
    width: 100%;
    display: block;
}

.ui-menu.ui-menu-item:not(:last-child) {
    margin-bottom: 10px;
}

.ui-widget {
    font-size: 15px;
}

.btn-sm-custom {
    font-size: 0.875rem;
    line-height: 1.5;
    padding: 0.25rem 0.5rem;
}

.dropdown-item {
    padding: 0.3rem 1.5rem;
}

.triggerEmoji {
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 40%;
    cursor: pointer;
}

.triggerEmojiPost {
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0px;
    cursor: pointer;
}

.emoji {
    font-size: 26px;
    line-height: 32px;
    padding: 5px 8px;
    display: block;
    cursor: pointer;
    margin-bottom: 2px;
}

.dropdown-emoji {
    width: 350px;
    max-width: 350px;
    max-height: 300px;
    overflow: auto scroll;
}

.type-item {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    background-color: #0000008c;
    font-size: 13px;
    color: #fff;
}

.font-13 {
    font-size: 13px;
}

.custom-scrollbar::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.custom-scrollbar::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 6px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 6px;
}

.icon--dashboard {
    color: rgb(0 0 0 / 2%) !important;
    transform: none !important;
}

.text-revenue {
    position: relative;
    z-index: 10;
}

.quality-video {
    padding: 2px 4px;
    background-color: #fff;
    color: #000;
    border-radius: 3px;
    margin: 0 5px;
    font-weight: bold;
}

.line-replies {
    align-items: stretch;
    border: 0;
    border-bottom: 1px solid #000000;
    box-sizing: border-box;
    display: inline-block;
    flex-direction: column;
    flex-shrink: 0;
    font: inherit;
    font-size: 100%;
    height: 0;
    margin: 0;
    margin-right: 16px;
    padding: 0;
    position: relative;
    vertical-align: middle;
    width: 24px;
}

.mr-14px {
    margin-right: 14px;
}

.dot-item:not(:last-child):after {
    font-family: "bootstrap-icons";
    content: "\F309";
    margin-left: 6px;
    color: inherit;
    vertical-align: middle;
}

.add-story {
    max-height: 160px;
    max-width: 110px;
    width: 25vw;
    border-radius: 5px;
    display: inline-block;
    margin: 0 6px;
    vertical-align: top;
}

.item-add-story {
    text-decoration: none;
    text-align: right;
    color: #fff;
    position: relative;
    max-height: 160px;
    display: block;
}

.add-story-preview {
    display: block;
    box-sizing: border-box;
    font-size: 0;
    max-height: 160px;
    height: 48vw;
    overflow: hidden;
    transition: transform 0.2s;
}

.add-story-preview img {
    display: block;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: 50%;
    object-fit: cover;
    border-radius: 5px;
    position: absolute;
}

.item-add-story>.info {
    top: auto;
    height: auto;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 6px;
    font-weight: 700;
    font-size: 12px;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 35%), 1px 0 1px rgb(0 0 0 / 35%);
    display: inline-block;
    margin-top: 0.5em;
    line-height: 1.2em;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 10;
}

.item-add-story>.info>.name {
    font-weight: 500;
}

.delete-history {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 2px 6px;
    background-color: #00000096 !important;
    color: #fff;
    z-index: 2;
    border-radius: 6px;
    z-index: 10;
}

.bg-dark-transparent {
    background-color: #00000096 !important;
}

.storyBackgrounds,
.fontColor {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
}

.storyBackgrounds.active,
.storyBg:first-child,
.fontColor.active {
    border: 1px solid #fff;
    box-shadow: 0 0 0 3px #000000;
}

.fontColor-white {
    background-color: #fff;
}

.fontColor-black {
    background-color: #000;
}

.bg-current {
    border-radius: 10px;
    height: 700px;
}

.bg-inside {
    position: relative;
    overflow: auto;
    overflow-x: hidden;
    flex: 2;
    -webkit-box-flex: 2;
    border-radius: 10px;
    max-width: 400px;
    height: 650px;
}

.text-story {
    font-size: 24px;
    font-family: Arial;
    word-break: break-word;
    font-weight: bold;
    color: #fff;
}

.modalStoryViews {
    max-height: 400px;
}

.modalGifts {
    max-height: 600px;
}

.modal-text-story {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    transform: translate(-50%, -50%);
    font-size: 24px;
    font-family: Arial;
    word-break: break-word;
    white-space: break-spaces;
    font-weight: bold;
    width: 45vh;
    text-align: center;
}

.text-story-preview {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    transform: translate(-50%, -50%);
    font-size: 5px;
    font-family: Arial;
    word-break: break-word;
    white-space: break-spaces;
    font-weight: bold;
    width: 10vh;
    text-align: center;
}

.profilePhoto,
.info>.name {
    cursor: pointer;
}

.profilePhoto {
    border-radius: 50%;
}

.bg-black {
    background-color: #18191a !important;
}

.border-2 {
    border: 2px solid #fff !important;
}

.verified-story:after {
    font-family: "bootstrap-icons";
    display: inline-block;
    padding-left: 5px;
    content: "\F4B6";
    vertical-align: middle;
}

.grecaptcha-badge {
    visibility: hidden;
}

.btn-post {
    width: 48px;
    height: 48px;
    padding: 0;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.btn-post:hover {
    background-color: #f3f3f3;
}

@media (max-width: 991px) {
    .btn-post {
        width: 40px;
        height: 40px;
    }
}

.icons-live {
    padding: 10px 12px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.icons-live:hover {
    background-color: #f3f3f3;
}

.thumbnails-shop {
    display: flex;
    margin: 1rem auto 0;
    padding: 0;
    justify-content: center;
}

.thumbnail-shop {
    width: 70px;
    height: 70px;
    overflow: hidden;
    list-style: none;
    margin: 0 0.2rem;
    cursor: pointer;
    opacity: 0.3;
}

.thumbnail-shop.is-active {
    opacity: 1;
}

.thumbnail-shop img {
    width: 100%;
    height: auto;
}

.buttonDisabled {
    opacity: 0.3;
    cursor: default;
}

.buttonDisabled:active>i {
    animation: none !important;
}

.container-full-w {
    max-width: 100% !important;
}

.font-12 {
    font-size: 12px;
}

.b-radio-custom {
    border-radius: 0.8rem !important;
}

.gslide-image {
    background-color: #fff !important;
}

@-moz-document url-prefix() {
    .custom-scrollbar {
        scrollbar-color: #ccc transparent;
        scrollbar-width: thin;
    }

    .wrapper-msg-inbox {
        scrollbar-color: #ccc transparent;
        scrollbar-width: thin;
    }
}

.bi-check2 {
    transform: scaleX(-1);
    display: inline-block;
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    z-index: 2;
    padding: 1.25rem 1rem;
}

.alert-dismissible {
    padding-left: 3rem;
    padding-right: 1rem;
}

.select2-container--bootstrap-5 .select2-selection--single {
    padding: 0.375rem 0.75rem 0.375rem 2.25rem !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: left 0.75rem center !important;
    background-size: 16px 12px;
}

.chartjs-ticks,
.chartjs-legend,
.chartjs-title,
canvas,
canvas a,
canvas span,
canvas p {
    font-family: "IRANSans", "Barlow", Helvetica, Arial, sans-serif;
}

/* bootstrap rtl spacing */

.ms-0,
.ms-xs-0,
.ms-sm-0,
.ms-md-0,
.ms-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.ms-1,
.ms-xs-1,
.ms-sm-1,
.ms-md-1,
.ms-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0 !important;
}

.ms-2,
.ms-xs-2,
.ms-sm-2,
.ms-md-2,
.ms-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0 !important;
}

.ms-3,
.ms-xs-3,
.ms-sm-3,
.ms-md-3,
.ms-lg-3 {
    margin-right: 1rem !important;
    margin-left: 0 !important;
}

.ms-4,
.ms-xs-4,
.ms-sm-4,
.ms-md-4,
.ms-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 0 !important;
}

.ms-5,
.ms-xs-5,
.ms-sm-5,
.ms-md-5,
.ms-lg-5 {
    margin-right: 3rem !important;
    margin-left: 0 !important;
}

.me-0,
.me-xs-0,
.me-sm-0,
.me-md-0,
.me-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.me-1,
.me-xs-1,
.me-sm-1,
.me-md-1,
.me-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: 0 !important;
}

.me-2,
.me-xs-2,
.me-sm-2,
.me-md-2,
.me-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0 !important;
}

.me-3,
.me-xs-3,
.me-sm-3,
.me-md-3,
.me-lg-3 {
    margin-left: 1rem !important;
    margin-right: 0 !important;
}

.me-4,
.me-xs-4,
.me-sm-4,
.me-md-4,
.me-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 0 !important;
}

.me-5,
.me-xs-5,
.me-sm-5,
.me-md-5,
.me-lg-5 {
    margin-left: 3rem !important;
    margin-right: 0 !important;
}

.ps-0,
.ps-xs-0,
.ps-sm-0,
.ps-md-0,
.ps-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.ps-1,
.ps-xs-1,
.ps-sm-1,
.ps-md-1,
.ps-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0 !important;
}

.ps-2,
.ps-xs-2,
.ps-sm-2,
.ps-md-2,
.ps-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0 !important;
}

.ps-3,
.ps-xs-3,
.ps-sm-3,
.ps-md-3,
.ps-lg-3 {
    padding-right: 1rem !important;
    padding-left: 0 !important;
}

.ps-4,
.ps-xs-4,
.ps-sm-4,
.ps-md-4,
.ps-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 0 !important;
}

.ps-5,
.ps-xs-5,
.ps-sm-5,
.ps-md-5,
.ps-lg-5 {
    padding-right: 3rem !important;
    padding-left: 0 !important;
}

.pe-0,
.pe-xs-0,
.pe-sm-0,
.pe-md-0,
.pe-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.pe-1,
.pe-xs-1,
.pe-sm-1,
.pe-md-1,
.pe-lg-1 {
    padding-left: 0.25rem !important;
    padding-right: 0 !important;
}

.pe-2,
.pe-xs-2,
.pe-sm-2,
.pe-md-2,
.pe-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0 !important;
}

.pe-3,
.pe-xs-3,
.pe-sm-3,
.pe-md-3,
.pe-lg-3 {
    padding-left: 1rem !important;
    padding-right: 0 !important;
}

.pe-4,
.pe-xs-4,
.pe-sm-4,
.pe-md-4,
.pe-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 0 !important;
}

.pe-5,
.pe-xs-5,
.pe-sm-5,
.pe-md-5,
.pe-lg-5 {
    padding-left: 3rem !important;
    padding-right: 0 !important;
}

@media (min-width: 768px) {

    /* sm */
    .ms-sm-1 {
        margin-right: 0.25rem !important;
    }

    .me-sm-1 {
        margin-left: 0.25rem !important;
    }

    .ps-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pe-sm-1 {
        padding-left: 0.25rem !important;
    }

    .ms-sm-2 {
        margin-right: 0.5rem !important;
    }

    .me-sm-2 {
        margin-left: 0.5rem !important;
    }

    .ps-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pe-sm-2 {
        padding-left: 0.5rem !important;
    }

    .ms-sm-3 {
        margin-right: 1rem !important;
    }

    .me-sm-3 {
        margin-left: 1rem !important;
    }

    .ps-sm-3 {
        padding-right: 1rem !important;
    }

    .pe-sm-3 {
        padding-left: 1rem !important;
    }

    .ms-sm-4 {
        margin-right: 1.5rem !important;
    }

    .me-sm-4 {
        margin-left: 1.5rem !important;
    }

    .ps-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pe-sm-4 {
        padding-left: 1.5rem !important;
    }

    .ms-sm-5 {
        margin-right: 3rem !important;
    }

    .me-sm-5 {
        margin-left: 3rem !important;
    }

    .ps-sm-5 {
        padding-right: 3rem !important;
    }

    .pe-sm-5 {
        padding-left: 3rem !important;
    }
}

@media (min-width: 992px) {

    /* md */
    .ms-md-1 {
        margin-right: 0.25rem !important;
    }

    .me-md-1 {
        margin-left: 0.25rem !important;
    }

    .ps-md-1 {
        padding-right: 0.25rem !important;
    }

    .pe-md-1 {
        padding-left: 0.25rem !important;
    }

    .ms-md-2 {
        margin-right: 0.5rem !important;
    }

    .me-md-2 {
        margin-left: 0.5rem !important;
    }

    .ps-md-2 {
        padding-right: 0.5rem !important;
    }

    .pe-md-2 {
        padding-left: 0.5rem !important;
    }

    .ms-md-3 {
        margin-right: 1rem !important;
    }

    .me-md-3 {
        margin-left: 1rem !important;
    }

    .ps-md-3 {
        padding-right: 1rem !important;
    }

    .pe-md-3 {
        padding-left: 1rem !important;
    }

    .ms-md-4 {
        margin-right: 1.5rem !important;
    }

    .me-md-4 {
        margin-left: 1.5rem !important;
    }

    .ps-md-4 {
        padding-right: 1.5rem !important;
    }

    .pe-md-4 {
        padding-left: 1.5rem !important;
    }

    .ms-md-5 {
        margin-right: 3rem !important;
    }

    .me-md-5 {
        margin-left: 3rem !important;
    }

    .ps-md-5 {
        padding-right: 3rem !important;
    }

    .pe-md-5 {
        padding-left: 3rem !important;
    }
}

@media (min-width: 1200px) {

    /* lg */
    .ms-lg-1 {
        margin-right: 0.25rem !important;
    }

    .me-lg-1 {
        margin-left: 0.25rem !important;
    }

    .ps-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pe-lg-1 {
        padding-left: 0.25rem !important;
    }

    .ms-lg-2 {
        margin-right: 0.5rem !important;
    }

    .me-lg-2 {
        margin-left: 0.5rem !important;
    }

    .ps-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pe-lg-2 {
        padding-left: 0.5rem !important;
    }

    .ms-lg-3 {
        margin-right: 1rem !important;
    }

    .me-lg-3 {
        margin-left: 1rem !important;
    }

    .ps-lg-3 {
        padding-right: 1rem !important;
    }

    .pe-lg-3 {
        padding-left: 1rem !important;
    }

    .ms-lg-4 {
        margin-right: 1.5rem !important;
    }

    .me-lg-4 {
        margin-left: 1.5rem !important;
    }

    .ps-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pe-lg-4 {
        padding-left: 1.5rem !important;
    }

    .ms-lg-5 {
        margin-right: 3rem !important;
    }

    .me-lg-5 {
        margin-left: 3rem !important;
    }

    .ps-lg-5 {
        padding-right: 3rem !important;
    }

    .pe-lg-5 {
        padding-left: 3rem !important;
    }
}

.ml-0,
.ml-xs-0,
.ml-sm-0,
.ml-md-0,
.ml-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.ml-1,
.ml-xs-1,
.ml-sm-1,
.ml-md-1,
.ml-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0 !important;
}

.ml-2,
.ml-xs-2,
.ml-sm-2,
.ml-md-2,
.ml-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0 !important;
}

.ml-3,
.ml-xs-3,
.ml-sm-3,
.ml-md-3,
.ml-lg-3 {
    margin-right: 1rem !important;
    margin-left: 0 !important;
}

.ml-4,
.ml-xs-4,
.ml-sm-4,
.ml-md-4,
.ml-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 0 !important;
}

.ml-5,
.ml-xs-5,
.ml-sm-5,
.ml-md-5,
.ml-lg-5 {
    margin-right: 3rem !important;
    margin-left: 0 !important;
}

.mr-0,
.mr-xs-0,
.mr-sm-0,
.mr-md-0,
.mr-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.mr-1,
.mr-xs-1,
.mr-sm-1,
.mr-md-1,
.mr-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: 0 !important;
}

.mr-2,
.mr-xs-2,
.mr-sm-2,
.mr-md-2,
.mr-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0 !important;
}

.mr-3,
.mr-xs-3,
.mr-sm-3,
.mr-md-3,
.mr-lg-3 {
    margin-left: 1rem !important;
    margin-right: 0 !important;
}

.mr-4,
.mr-xs-4,
.mr-sm-4,
.mr-md-4,
.mr-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 0 !important;
}

.mr-5,
.mr-xs-5,
.mr-sm-5,
.mr-md-5,
.mr-lg-5 {
    margin-left: 3rem !important;
    margin-right: 0 !important;
}

.pl-0,
.pl-xs-0,
.pl-sm-0,
.pl-md-0,
.pl-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.pl-1,
.pl-xs-1,
.pl-sm-1,
.pl-md-1,
.pl-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0 !important;
}

.pl-2,
.pl-xs-2,
.pl-sm-2,
.pl-md-2,
.pl-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0 !important;
}

.pl-3,
.pl-xs-3,
.pl-sm-3,
.pl-md-3,
.pl-lg-3 {
    padding-right: 1rem !important;
    padding-left: 0 !important;
}

.pl-4,
.pl-xs-4,
.pl-sm-4,
.pl-md-4,
.pl-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 0 !important;
}

.pl-5,
.pl-xs-5,
.pl-sm-5,
.pl-md-5,
.pl-lg-5 {
    padding-right: 3rem !important;
    padding-left: 0 !important;
}

.pr-0,
.pr-xs-0,
.pr-sm-0,
.pr-md-0,
.pr-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.pr-1,
.pr-xs-1,
.pr-sm-1,
.pr-md-1,
.pr-lg-1 {
    padding-left: 0.25rem !important;
    padding-right: 0 !important;
}

.pr-2,
.pr-xs-2,
.pr-sm-2,
.pr-md-2,
.pr-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0 !important;
}

.pr-3,
.pr-xs-3,
.pr-sm-3,
.pr-md-3,
.pr-lg-3 {
    padding-left: 1rem !important;
    padding-right: 0 !important;
}

.pr-4,
.pr-xs-4,
.pr-sm-4,
.pr-md-4,
.pr-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 0 !important;
}

.pr-5,
.pr-xs-5,
.pr-sm-5,
.pr-md-5,
.pr-lg-5 {
    padding-left: 3rem !important;
    padding-right: 0 !important;
}

@media (min-width: 768px) {

    /* sm */
    .ml-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mr-sm-1 {
        margin-left: 0.25rem !important;
    }

    .pl-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pr-sm-1 {
        padding-left: 0.25rem !important;
    }

    .ml-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mr-sm-2 {
        margin-left: 0.5rem !important;
    }

    .pl-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pr-sm-2 {
        padding-left: 0.5rem !important;
    }

    .ml-sm-3 {
        margin-right: 1rem !important;
    }

    .mr-sm-3 {
        margin-left: 1rem !important;
    }

    .pl-sm-3 {
        padding-right: 1rem !important;
    }

    .pr-sm-3 {
        padding-left: 1rem !important;
    }

    .ml-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mr-sm-4 {
        margin-left: 1.5rem !important;
    }

    .pl-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pr-sm-4 {
        padding-left: 1.5rem !important;
    }

    .ml-sm-5 {
        margin-right: 3rem !important;
    }

    .mr-sm-5 {
        margin-left: 3rem !important;
    }

    .pl-sm-5 {
        padding-right: 3rem !important;
    }

    .pr-sm-5 {
        padding-left: 3rem !important;
    }
}

@media (min-width: 992px) {

    /* md */
    .ml-md-1 {
        margin-right: 0.25rem !important;
    }

    .mr-md-1 {
        margin-left: 0.25rem !important;
    }

    .pl-md-1 {
        padding-right: 0.25rem !important;
    }

    .pr-md-1 {
        padding-left: 0.25rem !important;
    }

    .ml-md-2 {
        margin-right: 0.5rem !important;
    }

    .mr-md-2 {
        margin-left: 0.5rem !important;
    }

    .pl-md-2 {
        padding-right: 0.5rem !important;
    }

    .pr-md-2 {
        padding-left: 0.5rem !important;
    }

    .ml-md-3 {
        margin-right: 1rem !important;
    }

    .mr-md-3 {
        margin-left: 1rem !important;
    }

    .pl-md-3 {
        padding-right: 1rem !important;
    }

    .pr-md-3 {
        padding-left: 1rem !important;
    }

    .ml-md-4 {
        margin-right: 1.5rem !important;
    }

    .mr-md-4 {
        margin-left: 1.5rem !important;
    }

    .pl-md-4 {
        padding-right: 1.5rem !important;
    }

    .pr-md-4 {
        padding-left: 1.5rem !important;
    }

    .ml-md-5 {
        margin-right: 3rem !important;
    }

    .mr-md-5 {
        margin-left: 3rem !important;
    }

    .pl-md-5 {
        padding-right: 3rem !important;
    }

    .pr-md-5 {
        padding-left: 3rem !important;
    }
}

@media (min-width: 1200px) {

    /* lg */
    .ml-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mr-lg-1 {
        margin-left: 0.25rem !important;
    }

    .pl-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pr-lg-1 {
        padding-left: 0.25rem !important;
    }

    .ml-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mr-lg-2 {
        margin-left: 0.5rem !important;
    }

    .pl-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pr-lg-2 {
        padding-left: 0.5rem !important;
    }

    .ml-lg-3 {
        margin-right: 1rem !important;
    }

    .mr-lg-3 {
        margin-left: 1rem !important;
    }

    .pl-lg-3 {
        padding-right: 1rem !important;
    }

    .pr-lg-3 {
        padding-left: 1rem !important;
    }

    .ml-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mr-lg-4 {
        margin-left: 1.5rem !important;
    }

    .pl-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pr-lg-4 {
        padding-left: 1.5rem !important;
    }

    .ml-lg-5 {
        margin-right: 3rem !important;
    }

    .mr-lg-5 {
        margin-left: 3rem !important;
    }

    .pl-lg-5 {
        padding-right: 3rem !important;
    }

    .pr-lg-5 {
        padding-left: 3rem !important;
    }
}

.text-right {
    text-align: left !important;
}

.text-left {
    text-align: right !important;
}

.wrapper-msg-right {
    float: initial;
    margin-left: auto;
    max-width: 500px;
    margin-right: 0;
}

.my-page-edit {
    padding-right: 1rem !important;
}

.bi-person-check-fill {
    transform: scaleX(-1);
    display: inline-block;
}

.nav-item [data-target="#loginFormModal"],
.nav-item .toggleRegister {
    padding-right: 1rem !important;
}

.button-search {
    color: #ddd;
    background: none;
    position: absolute;
    left: 0;
    right: auto;
    cursor: pointer;
    outline: none;
    border: none;
}

.input-group .form-control:not(:first-child) {
    padding-right: 0 !important;
    border-right: 0 !important;
    border-left: 1px solid #ced4da !important;
}

.home-container {
    max-width: 100%;
    padding: 0 100px;

}

/* .home-container .second .display-4{
    font-size: 2.5rem !important;
} */
.home-container .second p {
    font-size: 1.5rem !important;
}

.home-container .second .subtitle-welcome {
    font-size: 1.5rem !important;
    max-width: 90%;
    font-weight: 550;
}

.second-section .btn-block p {
    font-size: 1.1rem;
    color: #000;

}

.creation-section ul {
    counter-reset: item;
    list-style: none;
    padding-left: 0;
}

.creation-section ul li {
    counter-increment: item;
    margin-bottom: 5px;
    display: flex;

}

.creation-section ul li::before {
    content: counter(item) "- ";
    font-weight: bold;
    padding-left: 5px;
}



@media screen and (max-width:991px) {
    /* .home-container .col-lg-5 {
        padding-right: 0 !important;
        margin-right: 0 !important;
    } */

    .home-container {
        padding-right: .5rem !important;
        padding-left: .5rem !important;
    }

    .homepage.bg-gradient {
        background-size: cover !important;

    }
}

.banner-section {
    background: url('./../img/background-1744289494.jpg');
    background-size: cover !important;
    background-repeat: no-repeat;
    width: 100%;
    background-position-y: 35% !important;
}

.enamad a img {
    width: 150px !important;
}