* {
    padding: 0;
    margin: 0;
}

body {
    background-color: #fff !important;
}

a {
    text-decoration: none !important;
}

ul {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

.sticky {
    width: 100%;
    position: fixed;
    background-color: #fff;

    z-index: 100;
}

.ms-6 {
    margin-left: 75px !important;
}

.mt-6 {
    margin-top: 75px;
}

.pe-6 {
    padding-right: 150px;
}

.me-6 {
    margin-right: 150px;
}

.w-30 {
    width: 30%;
}

.w-60 {
    width: 60%;

}


/* top section  */


.top_bttns {
    width: 100%;
    list-style: none;
    padding-left: 0;
    padding: 20px 0px;
    margin-bottom: 0;
    background-color: #8a32aa;
    box-shadow: 10px 20px 55px -20px rgba(0, 0, 0, 0.75);

}

.logo_main a {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}

.logo_main a img {
    width: 60px !important;
    height: 60px !important;
}

.top_bttns li {
    /* width: 20%; */
    text-align: center;
}

.top_bttns li a img {
    object-fit: cover;
    object-position: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.top_bttns_li a i {
    display: block;
    width: 35px;
    height: 35px;
    font-size: 20px;
    line-height: 35px;
    border-radius: 50%;
    color: #fff;
    transition: 0.15s;
}

.top_bttns_li a i:hover {
    color: #8a32aa;
    background-color: #fff;
}

.active_bttn i {
    color: #8a32aa !important;
    background-color: #fff !important;
}

/* #mssgs{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; 
} */
#mssgs:hover .popupContent {
    display: block;
}

.popupContent {
    position: absolute;
    z-index: 1010;
    top: 60px;
    background-color: #fff;
    padding: 10px;
    left: 79%;
    border-radius: 15px;
    width: 300px;
    display: none;
    border: 1px solid #dee2e6;
}

.chat {
    display: flex;
    border-bottom: 1px solid #fff;
}

.chat_img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.chat_img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.chat_right {
    text-align: left;
    margin-left: 10px
}

.chat_right span {
    font-size: 15px;
    padding-top: 7px;
    color: #000;
}

.chat_right p {
    color: #000;
}

.main_out {
    width: 100%;
}



/* stories part */
.stories {
    width: 40%;
    margin: auto;
    border-bottom: 2px solid #080e28;
    padding: 7px 10px;
    overflow: scroll;
    overflow-y: hidden;
    overflow-x: initial;
}

.story {
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
}

.story span {
    font-size: 16px;
    font-weight: 900px !important;
    color: #8a32aa;
}

.story_line {
    width: 62px;
    height: 62px;
    background-color: grey;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.story img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}


/* main  sctns*/
.left_sctn {
    width: 30%;
}

.main_sctn {
    width: 40%;
    margin: auto;
}

.posts {
    padding: 15px;
    margin: auto;
}

.post {
    margin-bottom: 20px;
    box-shadow: 10px 10px 55px -20px rgba(0, 0, 0, 0.75);
}

.post_bttns ul {
    list-style: none;
}

.post_bttns i {
    font-size: 22px;
    color: #8a32aa;

}

/* right section */
.right_sctn {
    width: 30%;
    display: flex;
    justify-content: flex-end;
    /* position: relative; */
    /* top: 80px; */
}

.right_sctn_v2 {
    /* position: absolute; */
    position: fixed;
    /* z-index: 1000; */
    top: 77px;
    right: 0;
}

.fa-caret-left,
.fa-caret-right {
    font-size: 25px;
    padding-top: 200px;
    cursor: pointer;
    color: #8a32aa;
    padding-right: 7px;
}

.channels {
    border-left: 2px solid #080e28;
    flex-direction: column;
    overflow: hidden;
    overflow-y: scroll;
    padding: 10px 13px;
    height: 60vh;
    background-color: #fff;
}

.channels2 .channel_name {
    display: block;
}

.channels1:hover .channel_name {
    display: block;
}

.channel_logo_line {
    width: 100%;
    border-radius: 50%;
    background-color: red;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 63px;
    width: 63px;
    margin-bottom: 15px;
}

.channel_logo {
    width: 60px;
    height: 60px;
}

.channel_logo a {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.channel_logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

.channel_name {
    font-size: 15px;
    /* color: #fff; */
    padding-left: 20px;
    cursor: pointer;
    transition: 0.15s;
    display: none;
}

.channel_name:hover {
    font-size: 17px;
    font-weight: 600;
    /* color: #0000004f; */
}

.channel_chat {
    background-color: #fff;
    height: 500px;
}

/* login */
.login_bg {
    width: 100%;
    height: 1000px;
    background-position: center center;
    background-size: cover;
    background-image: url(./images/login_logo.jpg);
    padding-top: 100px;
}

.login_logo {
    width: 40%;
}

.login_out img {
    width: 100%;
    object-position: center center;
    border-radius: 10px;
}

.login_out {
    width: 60%;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 20px;
    border-radius: 10px;

}

.login_out form {
    width: 60%;
}

.fpassword {
    width: 29%;
}

.fpassword form {
    width: auto;
}

.login_heading {
    font-size: 30px;
}

.p2 {
    padding: 2em;
}

.p1 {
    padding: 1em;
}

.align-center {
    align-self: center;
}

/* profile */
/* .my_profile_out {
    background-color: #fff;
}

.my_profile {
    border-bottom: 1px solid black;
}

.my_profile_top {
    width: 70%;
    margin: auto;
}

.my_profile_photo {
    border-radius: 50% !important;
}

.my_profile_photo a {
    display: block;
    width: 100%;
    border-radius: 50%;
}

.my_profile_photo a img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;

}

.my_profile_info {
    padding-left: 70px;
}

.my_profile_info h5 {
    font-size: 27px;
    color: #ffca2c;
    margin-bottom: 45px;

}

.my_profile_info p {
    font-size: 15px;
    margin: 0;
    color: black;
}

.profile_rank {
    width: 12%;
}

.profile_rank img {
    width: 100%;
}

.fa-ellipsis-vertical {
    font-size: 30px;
    color: black;
    margin-right: 40px;
}

.my_profile_nmbrs {
    color: black;
    width: 90%;
    margin: auto;
}

.my_posts {
    flex-wrap: wrap;
}

.my_post {
    width: 30%;
    height: 320px;
    margin-bottom: 30px;
}

.my_post img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
} */

/* ! */
.profile_bg {
    width: 100%;
    height: 250px;
    position: relative;
}

.profile_bg .bg_upbar {
    width: 100%;
    display: flex;
    position: absolute;
    justify-content: space-between;
    padding: 5px 7px;
}

.profile_bg .bg_upbar div {
    width: 38px;
    height: 38px;
    background-color: rgba(0, 0, 0, 0.53);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    position: absolute;
}

.profile_sctn {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.profile_info {
    background-color: #fff;
    display: flex;
    /* height: 90vh; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 10px 10px 55px -20px rgba(0, 0, 0, 0.75);
    border-radius: 50px;
    position: fixed;
    left: 30px;
    top: 50px;
    border: rgba(0, 0, 0, 0.48);
}

/* .profile_info_img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    margin-top: 50px;
} */

.profile_info_img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.profile_info .user_name {
    padding-top: 50px;
    color: #000;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.profile_info .user_status {
    color: rgba(0, 0, 0, 0.48);
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 15px 0px;
}

.profile_info .user_location {
    color: rgba(0, 0, 0, 0.48);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.profile_info .user_edit_bttn {
    /* width: 60%; */
    display: inline-block;
    margin: 25px 0px;
    background-color: #1B069E;
    border: #1B069E;
    border-radius: 15px;
    padding: 7px 15px;
}

.profile_info .user_edit_bttn svg {
    margin-bottom: 6px;
}

.profile_info .user_edit_bttn span {
    padding-left: 10px;
    color: #FFF;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.profile_info ul {
    width: 50%;
    margin: 20px 0px;
}

.profile_info ul li {
    display: flex;
    justify-content: space-between;
    padding: 0px 5px;
    border-bottom: 1px solid black;
}

.profile_info .user_join {
    padding-top: 20px;
    color: rgba(0, 0, 0, 0.66);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}



@media (max-width:992px) {

    .profile_info {
        position: relative;
        top: 0;
        left: 0;
        bottom: 50px !important;
    }

    .profile_info_img {
        margin-top: 0;
    }

    .profile_sctn {
        position: static;
        justify-content: space-around;
    }

    .profile_post_sctns li a {
        font-size: 20px;
    }
}

@media (max-width:768px) {}








/* chat template */
.chat_messages_prev {
    /* background-color: #8a32aa; */
    position: relative;
}

.chat_messages_prev div {
    /* width: 40%; */
    position: absolute;
    top: 35%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.chat_messages_prev div img {
    width: 100px;
    border-radius: 50%;
}

.chat_messages_prev div p {
    padding-top: 25px;
    width: 40%;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    font-style: italic;
}

.chat-persons {
    border-right: 1px solid #dee2e6;
    overflow-y: scroll;
    height: 90vh;
}

.chat-person-search {
    position: sticky;
    top: 0;
    z-index: 1020;
    background-color: #fff;
    transition: 0.15s;
}

.chat-person {
    margin-bottom: 10px;
    padding: 7px !important;
    border-bottom: 1px solid #dee2e6 !important;
}

.chat-person img {
    width: 17%;
}

.chat-person-status {
    position: relative;
    right: 15px;
    align-self: flex-end;
}

.message_preview {
    font-weight: 500;
}

.chat-online {
    color: #34ce57
}

.chat-offline {
    color: #e4606d
}

.chat-messages {
    display: flex;
    flex-direction: column;
    height: 70vh;
    overflow-y: auto
}

.chat-message-left,
.chat-message-right {
    display: flex;
    flex-shrink: 0
}

.chat-message-right {
    flex-direction: row-reverse;
    margin-left: auto
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

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

/* cart section */
/* .cart_section_popup {
     right: 10px; 
} */

.cart_section {
    font-weight: 500;
    box-shadow: 10px 10px 55px -20px rgba(0, 0, 0, 0.75);
    border-bottom: 1px solid #dee2e6;
}

.cart_section .nav-item {
    width: 20%;
    text-align: center;
    font-size: 17px;

}

.cart_section .nav-item .nav-link {
    display: inline;
}



.market_elememt_info {
    /* width: 40%; */
    /* padding-top: 20px ; */
    padding-left: 30px;
}

.market_element {
    border-radius: 15px;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #dee2e6;
    box-shadow: 10px 10px 55px -20px rgba(0, 0, 0, 0.75);
    height: 250px;
}

.market_elememt_img {
    width: 25%;
    height: 230px;
}

.market_elememt_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.element_categories li {
    padding: 2px;
    margin-right: 7px;
    border: 1px solid #dee2e6;
    background-color: rgb(178, 172, 172);
    border-radius: 5px;
}

.market_elememt_bttn {
    display: inline;
    background-color: #ffca2c;
    padding: 10px 15px;
    border-radius: 10px;
    cursor: pointer;
    /* margin-right: 25px; */
}

.market_elememt_bttn:hover {
    color: #000;
}

.element_price {
    font-weight: 700;
    font-size: 20px;
}




/* friends */

/* .friends_sctn_search{
    margin-top: 50px;
} */

.friends_sctn_left .chat-person {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}

.friends_sctn_left .chat-person:nth-child(1) {
    margin-top: 10px
}

.friends_sctn_left .chat-person img {
    width: 50px;
    height: 50px;
}

.friends_sctn_left .chat-person .name {
    color: #8a32aa;
    font-weight: 600;
    transition: 0.15s;
    font-size: 13px;
    text-align: center;
}

.friends_card {
    margin-top: 20px !important;
    margin-right: 20px !important;
    height: 250px !important;
    text-align: center;
}

.friends_card img {
    margin-top: 10px;
    height: 180px;
    object-fit: cover;
    object-position: center;
}

.friends_card .card-body {
    padding: 10px 0px !important;
}

.friends_card .card-title {
    font-size: 15px;
    font-weight: 600
}





.friends_sctn_right .chat-person {
    display: flex;
    justify-content: space-between;
}

.friends_sctn_right .chat-person span {
    font-size: 17px;
    font-weight: 500;
    width: 30%;
}

.friends_sctn_right .chat-person .bttns {
    display: flex;
    justify-content: space-around;
}

.friends_sctn_right .chat-person .bttns .btn {
    margin: 5px;
}

.friends_sctn_right .chat-person img {
    width: 50px;
}


/* game_sctn */
.games_out {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.games_out span {
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 10px;
    font-weight: 500;
}

.games_sctn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.slider-container {
    width: 80%;
    position: relative;
    /* max-width: 800px; */
    /* margin: auto; */
    overflow: hidden;
}

.slider {
    /* width: 100%; */
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    padding: 10px;
    min-width: 20%;
    box-sizing: border-box;
    text-align: center;
    border-radius: 10px;
}

.slide_in {
    height: 100%;
    background-color: #bbb;
    border-radius: 10px;

}

.slide img {
    width: 100%;
    height: 80%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.slide i {
    padding-left: 10px;
    cursor: pointer;
    color: #8a32aa;
}

.popupContent1 {
    position: absolute;
    z-index: 1010;
    background-color: #fff;
    padding: 10px;
    border-radius: 15px;
    width: 300px;
    /* display: none; */
    border: 1px solid #dee2e6;
}

#eye1:hover .popupContent1 {
    /* color: #000; */
    /* display: none ; */
    padding: 0px;
}



.prev,
.next {
    /* position: absolute; */
    top: 50%;
    width: auto;
    padding: 16px;
    /* margin-top: -22px; */
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    color: #8a32aa;
    /* z-index: 1000; */
}

/* .prev {
    left: 0;
}

.next {
    right: 0;
} */