@import 'fonts/dm-sans/dm-sans.css';
@import 'fonts/gilroy/Gilroy.css';


body,
html {
    font-size: 13px;
    font-family: dm sans, sans-serif;
    color: #6c757d;
    overflow-x: hidden;
    background-color: #ececec !important;
    max-width: 100vw;
    margin: 0;
    height: 100%;
    width: 100%;
}

.slick-dots li button:before {
    content: '\2022' !important;
}


.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: ' gilroy', sans-serif
}


/* video {
    pointer-events: none;
} */


/*React slick*/

.slick-slider .slick-prev::before {
    color: #AAAEB1 !important;
}

.slick-slider .slick-next::before {
    color: #AAAEB1 !important;

}

.slick-slider .slick-arrow {
    background: #F0F0F0 !important;

}

.slick-slider .slick-arrow:active {
    background: #F0F0F0 !important;
}

.slick-slider .slick-arrow:focus {
    background: #F0F0F0 !important;
}

.slick-slider .slick-arrow:hover {
    background: white !important;

}

.gradient-button {
    background: linear-gradient(90deg, #37b8f8, #9565f1);
}


.text-gradient {
    display: inline-block;
    background: linear-gradient(90deg, #37b8f8, #9565f1);
    background-clip: text;
    -webkit-background-clip: text;
    /* Pour Chrome et Safari */
    -webkit-text-fill-color: transparent;
    /* Pour Chrome et Safari */
}

.scgradient {
    color: #8E6BF1;
}

/* .gradient-button:hover {
    background: linear-gradient(100deg, #9565f1, #37b8f8, );
} */

.bg-gradient {
    background: linear-gradient(90deg, #ffe6b3, #ffccff);
}

.fw {
    font-weight: 350;
}

.ml-25 {
    margin-left: 29%;
}


.bg_fan {
    background-color: #161618;
}

.faq-page .accordion-button {
    font-size: 14px
}

.feature {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    width: 3rem;
    font-size: 1.5rem
}

img {
    -webkit-touch-callout: none;
    /* Désactive l'appel de contexte de touche sur iOS */
    -webkit-user-select: none;
    /* Désactive la sélection de texte sur iOS */
    -ms-touch-action: none;
    /* Désactive le comportement de toucher sur Windows */
    user-select: none;
    /* Désactive la sélection de texte sur d'autres navigateurs */
}


.custom-scrollbar {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.custom-scrollbar::-webkit-scrollbar {
    width: 0;
    display: none;
}

.custom-scrollbarr {
    scrollbar-width: none;
}

.custom-scrollbar {
    -ms-overflow-style: none;
}

.page-disabled-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
}


.fixed-content {
    top: 0;
    bottom: 0;
    /* position:fixed; */
    overflow-y: scroll;
    overflow-x: hidden;
}

.slick-track {
    display: flex
}

.slick-slide {
    display: flex;
    justify-content: center
}

.trail-slider .slick-dots {
    bottom: -5px !important
}

.slick-slider {
    margin-bottom: 0 !important
}

.slick-dots {
    bottom: 11px
}

.slick-arrow {
    background: #fff !important;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    box-shadow: 0 .5px 10px rgba(0, 0, 0, .2) !important;
    z-index: 9
}

.slick-arrow:hover,
.slick-arrow:focus {
    background: #0e6dfd !important
}

.slick-arrow:hover:before,
.slick-arrow:focus:before {
    color: #fff
}

.slick-prev:before,
.slick-next:before {
    color: #000;
    font-size: 20px;
    font-weight: 700
}

.slick-next {
    right: 15px
}

.slick-prev {
    left: 15px !important
}

.slick-prev:before {
    content: "\eac9";
    font-family: IcoFont !important
}

.slick-next:before {
    content: "\eaca";
    font-family: IcoFont !important
}

::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none
}

::-webkit-scrollbar-corner {
    background-color: transparent
}

::-webkit-scrollbar-thumb {
    height: 6px;
    border: 0spx solid transparent;
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background-color: transparent;
    -webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, .05), inset 1px 1px 0 rgba(0, 0, 0, .05);
    box-shadow: inset -1px -1px 0 rgba(0, 0, 0, .05), inset 1px 1px 0 rgba(0, 0, 0, .05)
}

::-webkit-scrollbar {
    width: 0px;
    background-color: #fff
}

::-webkit-scrollbar-thumb {
    height: 50px;
    background: hsla(0, 0%, 53.3%, .4)
}

.dropdown-menu.fs-13.dropdown-menu-end {
    padding: 6px;
    border-radius: 8px
}

.dropdown-menu.fs-13.dropdown-menu-end .dropdown-item {
    display: flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 6px
}

.dropdown-menu.fs-13.dropdown-menu-end .dropdown-item span {
    margin: 0 8px 0 0 !important
}

.accordion-heade {
    margin-bottom: 0;
}

.accordion-style:focus {
    z-index: 3;
    border-color: #0092EA;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.accordion-style:not(.collapsed) {
    color: #0092EA;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.bg-light {
    background-color: #edf2f6 !important
}

.small {
    font-size: .875em !important
}

.fs-3 {
    font-size: 3px !important
}

.fs-13 {
    font-size: 13px !important
}

.fs-11 {
    font-size: 11px !important
}

.fw-500 {
    font-weight: 500 !important
}

.ln-0 {
    line-height: 0 !important
}

.ln-18 {
    line-height: 18px
}

.ln-25 {
    line-height: 25px !important
}

.rounded-4 {
    border-radius: 14px
}

.rounded-5 {
    border-radius: 8px
}

.form-control:focus {
    border-color: none;
    box-shadow: none
}

.bg-warning-100 {
    background-color: #f6f3e6
}

.fix-sidebar {
    position: sticky;
    top: 20px;
    z-index: 1000;
    /* Valeur de z-index élev*/
}

.sticky-sidebar2 {
    position: sticky;
    top: 20px
}

.rotate-320 {
    transform: rotate(320deg)
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd
}

.chat-text {
    padding: 9px 9px !important;

}

#dropstart::before {
    display: none;
}

#dropstart::after {
    display: none;
}

.border-raduis {
    border-radius: 15px 15px 0px 15px;
}

.dropchatSend {
    display: none;
}


.chatparentSend:hover .dropchatSend {
    display: flex;
}

.dropchatReceiv {
    display: none;
}


.chatparentReceiv:hover .dropchatReceiv {
    display: flex;
}


.ltsp-n5 {
    letter-spacing: -5px !important
}

.md-3 {
    font-size: 3px !important
}

.md-13 {
    font-size: 13px !important
}

.md-14 {
    font-size: 14px !important
}

.md-16 {
    font-size: 16px !important
}

.md-18 {
    font-size: 18px !important
}

.md-20 {
    font-size: 20px !important
}

.md-25 {
    font-size: 25px !important
}

.md-32 {
    font-size: 32px !important
}

.md-36 {
    font-size: 36px !important
}

.md-48 {
    font-size: 48px !important
}

.h6,
h6 {
    font-size: 14px
}

.z-2 {
    z-index: 2 !important;
}

.z-50 {
    z-index: 50 !important;
}

.z-100 {
    z-index: 100 !important;
}

#commentModal .modal-dialog {
    /* max-width:815px */
}

#commentModal .modal-content,
#commentModal .modal-content .h-600 {
    /* height:600px  */
}

#commentModal .content-body .user-img {
    height: 40px
}

.custom-border-end {
    border-right: 1px solid #3c3b3b;
    /* Vous pouvez ajuster la valeur pour définir la hauteur souhaitée */
}

.custom-border-start {
    border-left: 1px solid #3c3b3b;
    height: 10px;
}

.bnone {
    border: 1px solid;
    border-bottom: none;
    border-right: none;
    border-left: none;
}

.logo {
    height: 51px
}

.nav_bg {
    background: #8B95A3;
}

/* .fb-btn-color {
    background-color: #0092EA;
} */

.fb-btn-color {
    background: linear-gradient(90deg, #37b8f8, #9565f1);
}

.fb-color {
    color: #0092EA;
}

.fb-bg-color {
    background-color: #0092EA;
}

.hide-scrollbar {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

.fan-soft-gray {
    color: #83878b;
}

.nav_web_light {
    color: #8B95A3;
}

.nav_web_light:hover,
.nav_web_light:active {
    color: #ffffff;

}

.nav_color {
    color: #8B95A3;
}

.fb-bg {
    background-color: #8B95A3;
}

.navbar {
    justify-content: start;
    align-items: start
}

.top-osahan-nav-tab {
    z-index: 9
}

.top-osahan-nav-tab .nav-link {
    text-transform: uppercase;
    text-transform: capitalize;
    letter-spacing: 1px
}

.navbar .navbar-item {
    width: 100%
}

.fan_color {
    color: #6c757d;
}

.sidebar-nav .navbar-nav a {
    display: flex;
    align-items: center;
    text-transform: capitalize;
    font-size: 18px;
    letter-spacing: 1px;
    color: #6c757d;
    padding: 12px 16px !important;
    border-radius: 11px;
    margin-bottom: 9px
}

.side-modal {
    display: flex;
    align-items: center;
    text-transform: capitalize;
    font-size: 18px;
    letter-spacing: 1px;
    color: #6c757d;

    border-radius: 11px;
    margin-bottom: 9px
}

.disabled-select {
    pointer-events: none;
    background-color: #FFFFFF;
}

.phone-dropdown {
    left: auto !important;
    right: 0 !important;
}

.form-floating:focus-within {
    /* border-color: #0d233b; */
    border-radius: 0.5rem;

    /* Remplacez #007bff par la couleur de votre choix */
    /* box-shadow: 0 0 0 1px rgb(14, 109, 253); */
    /* Ajoutez une ombre au focus pour un meilleur contraste */
}


.sidebar-nav .navbar-nav .dropdown-menu {
    position: static !important;
    transform: unset !important;
    padding: 0 !important;
    border: none;
    background: 0 0
}

.sidebar-nav .navbar-nav .dropdown-menu a {
    padding: 7px 14px !important;
    font-size: 13px;
    margin: 2px 0 !important;
    border-radius: 8px !important
}

.sidebar-nav .navbar-nav a:hover,
.sidebar-nav .navbar-nav a.active {
    color: #000;

    font-weight: bold;

}

.dropdown-toggle::after {
    margin-left: auto
}

.nav-pills .nav-link .active,
.nav-pills .show>.nav-link {
    background-color: #f8f9fa;
    border-bottom: 2px solid #0d6efd;
    border-radius: 0;
    color: #000 !important
}

.image-slider .slick-prev {
    z-index: 9;
    left: 20px
}

.image-slider .slick-next {
    z-index: 9;
    right: 10px
}

.image-slider img {
    width: 489px;
    /* height:600px; */
    object-fit: cover
}

.slick-prev:before,
.slick-next:before {
    color: #f8c146 !important
}

.user-list-item .img-fluid {
    height: 60px;
    width: 60px
}

.btn-check:active+.btn-outline-primary .follow,
.btn-check:checked+.btn-outline-primary .follow {
    display: none
}

.btn-check:active+.btn-outline-primary .following,
.btn-check:checked+.btn-outline-primary .following {
    display: block !important
}

.pf-item img {
    height: 60px
}

.pf-item {
    align-items: center
}

.account-slider .account-item .position-absolute {
    bottom: 4px;
    right: 0;
    left: 0
}




.feeds .feed-item img.user-img {
    height: 50px
}

.account-follow .account-item img {
    height: 50px
}

.langauge-item .btn-language {
    border: 1px solid #dee2e6
}

.btn-check:active+.btn-language,
.btn-check:checked+.btn-language,
.btn-language.active,
.btn-language.dropdown-toggle.show,
.btn-language:active {
    background-color: #0d6efd;
    color: #fff;
    font-weight: 700;
    border: 1px solid #0d6efd !important
}

.btn-check:checked+.btn-language span {
    color: #fff !important;
    font-weight: 700 !important
}

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: none
}

/* #email{display:none} */
.offcanvas.offcanvas-start {
    width: 250px
}

.comments img {
    height: 36px;
    min-width: 36px;
    width: 36px
}

.ov-icon {
    font-size: 9px !important;
    padding: 3px !important
}

.profile img {
    height: 65px;
    width: 65px
}

.followers img {
    height: 25px;
    border: 2px solid #fff;
    margin: 0 -6px 0 0
}

.mtop {
    margin-top: 200px;
}

.customInputChild input {
    border: none;
    outline: none;

}

.step-connector {
    width: 10px !important;
    /* mobile par défaut */
}

.img-small {
    height: 50px;
    width: auto;
}

@media(max-width:330px) {
    .step-connector {
        width: 15px !important;
        /* mobile par défaut */
    }

    .video-js .vjs-tech {
        max-height: 550px !important;
        width: 100% !important;
        object-fit: cover !important;
    }


    .small-none {
        display: none !important
    }

    .size-contener-room {
        max-height: calc(100vh - 154px);
        padding-bottom: 156px;
    }

    .h-small {
        height: 100vh !important
    }


    .fontSize {
        font-size: 0.6rem;
    }

    .custom-my {
        margin-top: 17px;
    }

    .custom-mb {
        margin-bottom: 20;
    }
}

@media(max-width:395px) {

    .step-connector {
        width: 15px !important;
        /* mobile par défaut */
    }

    .video-js .vjs-tech {
        max-height: 550px !important;
        width: 100% !important;
        object-fit: cover !important;
    }

    .mw-mobile {
        max-height: 130px !important
    }

    .size-contener-room {
        max-height: calc(100vh - 154px);
        padding-bottom: 156px;
    }

    .fs-xSmall {
        font-size: 0.8em !important
    }

    .custom-border-style {
        position: relative;
        padding-left: 0px;
    }

    .custom-border-style::before {
        content: "";
        position: absolute;
        left: 71px;
        width: calc(50% + 15px);
        height: 2px;
        background-color: #f0f0f0;
        margin-top: 57px;
    }


    .fontSize {
        font-size: 0.6rem;
    }

    .custom-my {
        margin-top: 17px;
    }

    .custom-mb {
        margin-bottom: 20;
    }

}

@media(max-width:576px) {

    .img-small {
        height: 50px;
        width: auto;
    }

    .step-connector {
        width: 15px !important;
        /* mobile par défaut */
    }

    .video-js .vjs-tech {
        max-height: 550px !important;
        width: 100% !important;
        object-fit: cover !important;
    }

    .m-sm-none {
        display: none !important
    }

    .size-contener-room {
        max-height: calc(100vh - 154px);
        padding-bottom: 156px;
    }

    .mb-sm-none {
        margin-bottom: 0px !important
    }

    .ml-mobile {
        margin-right: 0px !important;
        padding-right: 0px !important
    }

    .pb-sm-none {
        padding-bottom: 0px !important
    }

    .fs-sm {
        font-size: 0.8em !important
    }

    .width-mobile {
        height: 90vh !important
    }

    .h-xsmall {
        max-height: 60vh !important;
    }

    .custom-border-style {
        position: relative;
        padding-left: 0px;
    }

    .custom-border-style::before {
        content: "";
        position: absolute;
        left: 71px;
        width: calc(70% + 20px);
        height: 2px;
        background-color: #f0f0f0;
        margin-top: 57px;
    }


    .fontSize {
        font-size: 0.6rem;
    }

    .custom-my {
        margin-top: 17px;
    }

    .custom-mb {
        margin-bottom: 20;
    }



}

@media(max-width:768px) {

    .img-small {
        height: 50px;
        width: auto;
    }

    F .step-connector {
        width: 15px !important;
        /* mobile par défaut */
    }

    .video-js .vjs-tech {
        max-height: 550px !important;
        width: 100% !important;
        object-fit: cover;
    }

    .lg-none {
        display: none
    }

    .size-contener-room {
        max-height: calc(100vh - 154px);
        padding-bottom: 156px;
    }

    .mt-heigh-mob {
        margin-top: 25%;
        height: 700px;
        overflow: auto;
    }

    .c-pb {
        padding-bottom: 27px;
    }

    .mL {
        margin-left: 9.5px;
    }

    .border-bottom-sm {
        border-bottom: 1px solid #DEE2E6
    }

    .padding-x-sm {
        padding-right: 10px;
        padding-left: 10px;
    }

    .main-content {
        width: 100% !important
    }

    .web-none.d-flex.align-items-center.px-3.pt-3 {
        background: #fff;
        border-bottom: 1px solid #dee2e6;
        padding: .6rem 1rem !important
    }

    img.img-fluid.logo-mobile {
        height: 36px
    }

    button.ms-auto.btn.btn-primary.ln-0 {
        padding: 2px 3px !important;
        width: 33px
    }

    .col-md-2.ps-0.offcanvas.offcanvas-start.show {
        padding: 0 !important
    }

    .custom-border-style {
        position: relative;
        padding-left: 0px;
    }

    .custom-border-style::before {
        content: "";
        position: absolute;
        left: 71px;
        width: calc(70% + 30px);
        height: 2px;
        background-color: #f0f0f0;
        margin-top: 57px;
    }

    .fontSize {
        font-size: 0.6rem;
    }

    .custom-ps {
        margin-left: 13%;
    }

    .custom-my {
        margin-top: 17px;
    }

    .custom-mb {
        margin-bottom: 20;
    }
}

@media(max-width:992px) and (min-width :768px) {
    .img-small {
        height: 50px;
        width: auto;
    }

    .step-connector {
        width: 30px;
        /* mobile par défaut */
    }

    .video-js .vjs-tech {
        max-height: 550px !important;
        width: 100% !important;
        object-fit: contain;
    }

    .lg-none {
        display: none
    }

    .size-contener-room {
        max-height: calc(100vh - 60px);
    }

    .mL {
        margin-left: 9.5px;
    }

    .border-bottom-sm {
        border-bottom: 1px solid #DEE2E6
    }

    .padding-x-sm {
        padding-right: 10px;
        padding-left: 10px;
    }

    .main-content {
        width: 100% !important
    }

    .web-none.d-flex.align-items-center.px-3.pt-3 {
        background: #fff;
        border-bottom: 1px solid #dee2e6;
        padding: .6rem 1rem !important
    }

    img.img-fluid.logo-mobile {
        height: 36px
    }

    button.ms-auto.btn.btn-primary.ln-0 {
        padding: 2px 3px !important;
        width: 33px
    }

    .col-md-2.ps-0.offcanvas.offcanvas-start.show {
        padding: 0 !important
    }

    .custom-border-style {
        position: relative;
        padding-left: 0px;
    }

    .custom-border-style::before {
        content: "";
        position: absolute;
        left: 100px;
        width: calc(70% + 20px);
        height: 2px;
        background-color: #f0f0f0;
        margin-top: 57px;
    }

    .ptop {
        padding-top: 170px;
    }

}

@media(max-width:1200px) {

    .img-small {
        height: 50px;
        width: auto;
    }

    .step-connector {
        width: 30px;
        /* mobile par défaut */
    }

    .video-js .vjs-tech {
        max-height: 550px !important;
        width: 100% !important;
        object-fit: contain;
    }

    .m-none {
        display: none !important
    }

    .size-contener-room {
        max-height: calc(100vh - 60px);
    }

    .pt-mobile-none {
        padding-top: 0px !important;
    }

    .mb-mobile {
        margin-bottom: 15px !important;
    }

    .main-content {
        width: 75%
    }

    .mb-md-mobile {
        margin-bottom: 25px !important
    }

    .mt-mobile {
        margin-top: 60px
    }

    .side-trend {
        width: 25%
    }

    .web-none.d-flex.align-items-center.px-3.pt-3 {
        background: #fff;
        border-bottom: 1px solid #dee2e6;
        padding: .6rem 1rem !important
    }

    img.img-fluid.logo-mobile {
        height: 36px
    }

    button.ms-auto.btn.btn-primary.ln-0 {
        padding: 2px 3px !important;
        width: 33px
    }

    .col-md-2.ps-0.offcanvas.offcanvas-start.show {
        padding: 0 !important
    }

    .mtp {
        margin-top: 100px;
    }

    .custom-border-style {
        position: relative;
        padding-left: 0px;
    }

    .custom-border-style::before {
        content: "";
        position: absolute;
        left: 75px;
        width: calc(70% + 20px);
        height: 2px;
        background-color: #f0f0f0;
        margin-top: 57px;
    }

}

@media(min-width:1200px) {
    .img-small {
        height: 80px;
        width: auto;
    }

    .step-connector {
        width: 100px;
        /* mobile par défaut */
    }

    .video-js .vjs-tech {
        max-height: 550px !important;
        width: 100% !important;
        object-fit: contain;
    }

    .web-none {
        display: none !important
    }

    .size-contener-room {
        max-height: calc(100vh - 60px);
    }

    .mL {
        margin-left: -9.5px;
    }

    .mw-web {
        max-width: 350px;
    }

    .pe-web {
        padding-right: 0px;
    }

    .mt-web-5 {
        margin-top: 1.3rem !important
    }

    .pe-web-3 {
        padding-right: 14px !important
    }

    .px-web-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .web-none.d-flex.align-items-center.px-3.pt-3 {
        background: #fff;
        border-bottom: 1px solid #dee2e6;
        padding: .6rem 1rem !important
    }

    img.img-fluid.logo-mobile {
        height: 36px
    }

    button.ms-auto.btn.btn-primary.ln-0 {
        padding: 2px 3px !important;
        width: 33px
    }

    .col-md-2.ps-0.offcanvas.offcanvas-start.show {
        padding: 0 !important
    }

    .custom-border-style {
        position: relative;
        padding-left: 0px;
    }

    .custom-border-style::before {
        content: "";
        position: absolute;
        left: 75px;
        width: calc(70% + 20px);
        height: 2px;
        background-color: #f0f0f0;
        margin-top: 57px;
    }

    .ptop {
        padding-top: 170px;
    }

    .mtp {
        margin-top: 100px;
    }
}

.notifications:hover {
    background-color: rgba(143, 200, 247, 0.6);
}

.tabs-notif-bg-a {
    background-color: rgb(205, 234, 252);
}

.tabs-notif-color {
    background-color: rgb(235, 240, 244);
}

.notification-author:hover {
    color: #0d6efd !important;
    text-decoration: underline;
}

.messages-container {
    height: 100vh;
}

.messages-chat {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-left: -30px;
    padding-right: -30px;
}

.size-content {
    max-height: 610px;
}

.sizeSecond {
    max-height: 575px;
}

.blur-content {
    position: relative;
    height: 100vh;
    width: 100%;
    filter: blur(15px);
    -webkit-filter: blur(15px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.img-content {
    /* z-index: 10; */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}


.img-content img {
    z-index: 2;
}

.custom-width {
    width: 20.6%;
}

.costom-form {
    width: 36%
}

.no-border-hover:focus {
    border: 0 silver solid !important;
}

.border-nav {
    border-top: 1px #ECEDF0 solid !important;
}