/* .dhome{
    overflow-x: hidden;
}
*/
.login_container{
    border-radius: 10px;
    background-color: #fff;
    padding: 3%;
   /* box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%);*/
    box-sizing: border-box;
}
.post-d{
    overflow-y: scroll!important;
    height: 100vh;
}

.ch_barv2mid{
    left: 50%;
    transform: translate(-50%);
    z-index: 99999;
}
.ch_barv2sm{
    /* height: 90%; */
    top: unset!important;
}

.new_scroll_btns_areaa {
    width: 100% !important;
    max-width: 400px;
    margin: 0 auto!important;
    right: 0;
    left: 0;
    bottom: auto;
    top: 53px;
    z-index: 0;
    position: fixed !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom:10px;
}
.new_scroll_btns_areaa a {
    font-size: 14px;
    font-weight: bold;
    color: #040404;
    text-decoration: none;
    padding: 10px;
    background: #ffffff;
    border-radius: 0 0 10px 10px;
    display: flex;
    align-items: center;
    height: 35px;
}
.new_scroll_btns_areaa .dualscroll {
    display: flex;
    align-items: center;
}
.new_scroll_btns_areaa a:hover {
    text-decoration: none;
}
.dualscroll a img {
    color: #21719A;
    margin-right: 10px;
}
.new_scroll_btns_areaa > a {
    /* background: #21719A; */
    background: #7692a0;
    color: #ffffff;
    /* padding: 0; */
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    padding: 10px 13px;
    height: 33px;
    margin: 0 5px;
}
.post-d-fixed{
    position: fixed;
    bottom: 0;
}
.post-d-single-fixed{
    position: fixed!important;
    overflow-y: scroll!important;
    height: 100vh;
    padding-top:20px;
}
.left_feed_ .post-d-single-fixed{
    padding-top:0px;
}
.scroll4{
    width: 100%;
}
.post-d-single-fixed .post-d-load-more{
    display: block!important;
}
.post-d-stop-scroll{
    overflow-y: hidden!important;
}

/*CODER CSS*/

/*.right_feed_ .post-d-static.post-d-fixed {*/
/*    position: static;*/
/*    overflow-x: clip;*/
/*}*/
@media (min-width: 1921px){
    .container.full_container {
        max-width: 95% !important;
    }
    .full_container .middle_feed_ .d_stop_clear.scroll.scroll4 {
        margin-left: 100px;
    }
    .full_container .order-sm-1.middle_feed_ .d_stop_clear.scroll.scroll4 {
        margin-left: 0px !important;
    }
}
.middle_feed_ .d_stop_clear::-webkit-scrollbar {
    width: 6px;
}
.middle_feed_ .d_stop_clear::-webkit-scrollbar-thumb {
    background: #b5b3b3;
    border-radius: 20px;
}
.middle_feed_ .d_stop_clear::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 20px;
}
.right_feed_ .post-d {
    position: sticky !important;
    height: auto !important;
}

@media (min-width: 2560px){
    .container.full_container {
        max-width: 85% !important;
    }
    
}



.middle_feed_ .d_stop_clear::-webkit-scrollbar { width: 6px;}  

.middle_feed_ .d_stop_clear::-webkit-scrollbar-thumb {
    background: #b5b3b3;
    border-radius: 20px;
}
.middle_feed_ .d_stop_clear::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 20px;
}
.right_feed_ .post-d {
    position: sticky !important;
    height: 100vh !important;
    /* max-width: 684.41px; */
    overflow-y: auto !important;
    padding-top:0px;
}
.middle_feed_ .float-right a {
    padding-right: 10px;
}
.middle_feed_ .card-header img {
    width: 100%;
}

.middle_feed_ .card-body, .middle_feed_ .card-header, .middle_feed_  .main-side-nav {
    padding-right: 5px;
}
.scroll4::-webkit-scrollbar-track{
    visibility: hidden;
}
.custom-scrollbar:hover .scroll4::-webkit-scrollbar-track{
    visibility: visible;
}
/*header Css*/
.navbar-wrapper ul li{float: none}
.navbar-wrapper{float: none}
.search-icon {
    background: #F0F2F5;
    padding: 10px;
    border-radius: 10px;
    margin-left: 15px;
}
.main-header .search_with_logo .search-wrapper.show .form-control {
    width: auto;
    opacity: 1;
    transition: all 2s ease;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
}
.main-header .search_with_logo .search-wrapper .form-control {
    background: transparent;
    width: 0;
    transition: all 3s;
    opacity: 0;
}

.main-header .search_with_logo .search-wrapper {
    background: #e4e6ea;
    border-radius: 10px;
    min-height: 40px;
    min-width: 40px;
    margin-left: 8px;
}

.main-header .search_with_logo .search-input-icon {
    top: 10px;
    left:4px;
    font-size: 14px;
    z-index: 1;
    cursor: pointer;
}
.topbarRightUserDiv {
    /*background: #F0F2F5;*/
    width: 40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 100px;
    overflow: hidden;
    height: 40px;
    margin: 0;
}
.topbarRightUserDiv .userimage-topbar {
    padding: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0;
}
.topbarRightUserDiv .userdetails-topbar {
    float: left;
    padding: 9px 0 0;
}
.topbarRightUserDiv .userimage-topbar img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin: 0 10px 0 0;
}
.dropdown.settings_menu, .dropdown_rightside_menu {
    /*background: #e4e6ea;*/
    padding: 10px;
    border-radius: 10px;
    margin-left: 10px;
}
.dropdown.settings_menu a:after {
    display:none;
}

.dropdown_rightside_menu {
    position: relative;
}
.dropdown-menu-rightside{
    display:none;
}
.dropdown-menu-rightside.show{
    display:block;
}
.dropdown-menu-rightside{
    position: absolute;
    right: -19px;
    padding: 0px 30px;
    border: 3px solid #F3F2F7;
    top: 100%;
    background: #F5F5F8;
    width: 630px;
    height: 800px;
    border-radius: 0 0 10px 10px;
    padding: 8px;
    box-shadow: rgb(220 220 220) 0px 1px 2px 1px;
    margin-top: 5px;
}
.dropdown-menu-rightside .menu_head_class {
    display: block;
    width: 100%;
    clear: both;
    background: #fff;
    box-shadow: rgb(220 220 220) 0px 1px 2px 1px;
    border-radius: 10px;
    padding: 10px;
    padding-bottom: 8px;
    margin-bottom: 10px;
}
.menu_head_class h5, .right_header_class h5{
    font-size: 21px;
    display: block;
    clear: both;
    width: 100%;
    /*height: 100%;*/
    color: #404040;
    margin: 0 0 20px;
    text-align: left;
}
.header_menus_item {
    font-size: 15px;
    padding: 15px 8px;
    font-weight:500;
}
.header_menus_item a:hover {
    font-size: 15px;
    padding: 15px 8px;
    font-weight:500;
    background-color:#f3f3f3;
}
.left_menu_class ul {
    clear: both;
    float: none;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    box-shadow: rgb(220 220 220) 0px 1px 2px 1px;
    border-radius: 10px;
    padding: 10px;
}
.left_menu_class ul li {
    padding-left: 40px;
    position: relative;
    font-weight: 500;
    margin-bottom: 15px;
    font-size:15px;
}

.left_menu_class ul li svg {
    position: absolute;
    left: 0;
    top: 0;
}

.left_menu_class ul li span {
    font-weight: normal;
}
.right_menu_class {
    height: 600px;
    background-color: #ffffff;
    box-shadow: rgb(220 220 220) 0px 1px 2px 1px;
    border-radius: 10px;
    padding: 10px;
    overflow: hidden;
    overflow-y: auto;
}
.menu_body_class .row>* {
    padding: 0 5px;
}

.menu_body_class .row {
    margin: 0 -5px;
}
.dropdown-menu-rightside  .menu_searchbar_right input {
    background: #F5F5F8;
    border: none;
    font-size: 12px;
    border-radius: 100px;
    padding: 5px 30px;
    outline: none;
    color: #404040;
}
.dropdown-menu-rightside  .menu_searchbar_right {
    position: relative;
}
.dropdown-menu-rightside  .menu_searchbar_right > i.fa {
	color: #209bd2;
    position: absolute;
    font-size: 16px;
    left: 8px;
    top: 5px;
}
.right_bar_menu{
    font-size:15px;
    font-weight:500;
}
.right_bar_menu_space{
    padding:0px;
}
.dropdown-menu-rightside .right_menu_class li.right_bar_menu_space a {
    padding: 10px 10px 10px 10px;
    font-size: 15px;
    color: #1c1c1c;
    font-weight: 500;
    display: block;
    border-radius: 10px;
}
.dropdown-menu-rightside .right_menu_class li.right_bar_menu_space a:hover {
    color: #5e72e4;
    background-color: #e5eaef;
}
.right_bar_menu_space a:hover{
    background-color:#f3f3f3;
}
.right_width_new{
    flex:0 0 62.666667%!important;
}
.left_width_new{
    flex:0 0 37.333333%!important;
    max-width:37.333333%!important;
}
.left_bar_menu{
    font-size:15px;
    font-weight:"500";
}
/*.summery_search input {
    border: none;
    background: #F0F2F5;
    height: 40px;
    padding: 5px 15px;
    padding-left: 40px;
    box-sizing: border-box;
    width: 100%;
    border-radius: 100px;
    font-size: 13px;
}*/
.trande_ssummary {
    margin-top: 15px;
    /*padding-bottom: 50px;*/
}
.summary_boxs {
    display: inline-block;
    /*width: 100%;*/
    padding-bottom: 10px;
    /*border-bottom: 1px solid #b5b5b5;*/
}
.summary_item {
    width: 33.33%;
    float: left;
    padding: 10px 0px;
    text-align: center;
}
.tool-tip-sum {
    width: 15px!important;
}
.summary_item p {
    color: #040404;
    font-size: 12px;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 4px;
}
.summary_item a {
    color: #040404;
    font-size: 10px;
    display: inline-block;
    border: 1px solid #000;
    border-radius: 20px;
    padding: 5px 5px;
    font-weight: 600;
}
.feed-summary-img{
    width:70px!important;
}
.trande_pin_des {
    position: absolute;
    width: 700px;
    background-image: linear-gradient(45deg, #24c4dc, #4ae480);
    box-shadow: -3px 0 6px #0000000d;
    border-radius: 10px;
    transition: .3s;
    z-index: 3;
    top: 50px;
    left: 0px;
    margin-bottom: 15px;
    border: 1px solid #b6b6b6;
}

.des_top {
    display: flex;
    align-items: flex-start;
    padding: 0px;
    /* padding-bottom: 0; */
}
.des_left {
    width: 45%;
}
.des_left img {
    max-width: 270px;
    margin: 10px 10px;
}
.des_right {
    width: 55%;
    padding: 70px 0 0 15px;
}
.des_right ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.pin-tag-btn{
    background: rgba(255, 255, 255, .9);
    border: 1px solid rgba(0, 0, 0, .06);
    font-size: 14px;
}
.your-pin-tag{
    font-size:16px!important;
}
.pin-tag-title{
    font-size:22px;
    font-weight:600;
}
.des_right ul li {
    display: block;
    margin-bottom: 3px;
    color: #212121;
    font-size: 18px;
}
.pin_conent {
    padding: 10px;
    border-top: 1px solid #333;
    height: 110px;
    overflow-x: auto;
}
.pin_conent p {
    color: #212121;
    margin: 0;
}
.tranding_borad_box {
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    height: 195px;
    padding: 15px;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 17px;
    background-color: #ffffff;
    box-shadow: 0 2px 1px rgb(0 0 0 / 39%);
}
.board_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 12px 15px;
    top: 0;
}
.board_top a {
    display: inline-block;
    color: #040404;
    font-size: 14px;
    font-weight: 500;
}
.board_top h5 {
    color: #050505;
    font-size: 14px;
    margin: 0;
    font-weight: 600;
}
.board_content {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    /*padding:0 30px;*/
}
.brd_left {
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
}
.brd_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pin_inf {
    position: relative;
}
.pin_details_txt {
    background: #FFFFFF;
    padding: 3px 10px;
    border-radius: 10px;
    position: absolute;
    width: 270px;
    top: 100%;
    left: -100px;
    margin-top: 10px;
    z-index: 1;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}
.pin_details_txt ul li {
    color: #212121;
    display: block;
    margin-bottom: 1px;
    font-weight: 500;
    font-style: italic;
    font-size:12px;
}
.board_bottom {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 15px;
    left: 0;
}
.board_bottom p{
    color:#000;
    font-size:14px;
    margin:0;
    font-weight:500;
}
.pin-trade-feed{
    width:70px!important;
    height:auto;
    aspect-ratio: 1 / 1;
}
.pin-dis-sizing{
    padding:0px!important;
    margin-top:15px;
}
.Contest__summary {
    margin-top: 5px;
    /*border-top: 1px solid #979797;*/
    padding-top: 12px;
}
.Contest__summary h4 {
    color: #000000;
    font-weight: 800;
    font-size: 15px;
    margin-bottom: 20px;
}
.summary__item {
    display: flex;
    align-items: center;
    margin-bottom: 0px!important;
    padding-bottom: 15px;
}
.summary_thumb {
    width: 70px;
    border-radius: 10px;
}
.summary_photo_img {
    height: 70px;
    object-fit: cover;
    border-radius: 10px;
    /* margin-bottom: 17px; */
    width: 70px!important;
}
.sum__text {
    padding-left: 10px;
    width: 75%;
}
.sum__text h4 {
    color: #141414;
    font-size: 15px;
    margin-bottom: 0px;
}
.sum__text ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    width: 91%;
}
.sum__text ul li {
    display: inline;
    font-size: 13px;
    color: #141414;
}
.trade-none{
    text-align:center;
    background-color:white;
    color:#000;
    border-radius:10px;
    padding:15px 0;
}
.btn{
    font-size:13px;
    font-weight:600;
    padding:5px 14px 5px;
    white-space:nowrap;
    border-radius:10px;
}
@media screen and (max-width: 1600px) {
  .trande_ssummary {
    margin-top: 15px;
    /* padding-bottom: 50px; */
    padding: 0 10px;
}
}
.container.full_container {
    max-width: 100% !important;
}
.middle_feed_.align_right_middle_feed {
    width: 375px !important;
    padding-left: 0.6em !important;
    margin-left: 12.20% !important;
    flex: 0 0 375px !important;
}

.middle_feed_.align_left_middle_feed {
    width: 375px !important;
    padding-left: 0.9em !important;
    margin-right: 21.47% !important;
    flex: 0 0 375px !important;
    margin-left: 5px !important;
}

@media screen and (max-width:1920px){
.middle_feed_.align_right_middle_feed {
    width: 375px !important;
    padding-left: .8em!important;
    margin-left: 11.85001% !important;
}
.middle_feed_.align_left_middle_feed {
    width: 375px !important;
    padding-left: 1.1em!important;
    margin-right: 11.670001% !important;
    margin-left: 5px !important;
}
}

.badge-side-1 {
    background: -webkit-linear-gradient(#a3aaf5, #1925b7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.badge-side-2 {
    background: -webkit-linear-gradient(#FAB25F, #FFF257);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.badge-profile {
    background: -webkit-linear-gradient(#84CB64, #BEFF57);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ad-img{
    max-width:135px!important;
    max-height:135px!important;
    min-height:90px!important;
    border-radius:10px;
    object-fit:cover;
}
.ad-img-container:hover{
    background-color:#f3f2f7;
    padding:10px 0;
    border-radius:10px;
}
.ad-box-container {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    border-radius: 10px;
}
.ad-box-container:hover {
    /*padding-top: 15px !important;
    padding-bottom: 15px !important;
    border-radius: 10px;*/
    background-color:#d1d1d1;
}
.tmf-see-all{
    justify-content:space-between;
}
.trading_pin_right{
    padding:15px 0 0 20px;
}
.trading_pin_left{
    padding:15px 20px 0 0;
}
.buy-coins-btn{
	width:150px;
	position: absolute;
	right: 43px;
	/*background: #d9d9d9;*/
	padding: 5px 12px;
	border-radius: 10px;
	justify-content:space-around;
}
.buy-coins-btn:hover{
	width:150px;
	position: absolute;
	right: 43px;
	/*background: #cecece;*/
	padding: 5px 12px;
	border-radius: 10px;
	justify-content:space-around;
	color:#000000;
}

@media screen and (max-width: 1600px) {
  .pin-trade-feed{
    width:40px!important;
}
.board_bottom p{
    color:#000;
    font-size:12px;
    margin:0;
    font-weight:500;
}
.trading-cntr{
    padding-right:35px;
}
}

/****** Trading Module ******/
.trading-pins-container {
    max-height: 495px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-left: 0px !important;
    padding-right: 5px !important;
}
.modal-title {
    font-size: 17px;
    font-weight: 700;
    color: #000000;
}
.btn-submit-trade-offer, .btn-cancel-trade-offer {
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 10px;
    margin-bottom: 4px;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
}
.btn-submit-trade-offer {
    background-color: #74bde7;
    color:#000000;
}
.btn-cancel-trade-offer {
    background-color: #928e8e;
    color:#000000;
}
/*.pin-review-btns {
    width: 29% !important;
}
.pin-review-img {
    width: 21.5% !important;
}
.pin-review-for {
    width: 15% !important;
}*/


.modal_align{
    left:-22px;
}

@media screen and (max-width: 1920px) {
  .modal_align{
    left:-30px;
}
}

@media screen and (max-width: 1600px) {
  .modal_align{
    left:-20px;
}
}

.modal_align_post_pin{
    left:-7px;
}

@media screen and (max-width: 1920px) {
  .modal_align_post_pin{
    left:-15px;
}
}

@media screen and (max-width: 1600px) {
  .modal_align_post_pin{
    left:-4px;
}
}



.post-colored, .post-colored-preview {
    display: flex;
    align-items: center;
    border-radius:15px;
    margin-top:10px!important;
}

.post-colored-text-wrapper, .publisher-message.colored .colored-text-wrapper {
    display: flex;
    text-align: center;
    flex: 1;
}

.post-colored .post-text, .publisher-message.colored textarea {
 text-indent: 0;
}

.publisher_colored_button {
  left: 34px;
   bottom: 22px;
 }
  .pt-overlay{position:fixed;inset:0;background:var(--overlay);display:none;align-items:center;justify-content:center;z-index:9999}

 .pt-overlay[aria-hidden="false"]{display:flex}

 .pt-modal{width:min(720px,92vw);background: linear-gradient(180deg, #00dc82, #22c1c3);border-radius:10px;box-shadow:var(--shadow);overflow:hidden;position:fixed;top:50%;left:50%;transform:translate(-50%, -50%);}

 

 .pt-close{position:absolute;top:10px;right:12px;width:34px;height:34px;display:grid;place-items:center;border-radius:10px;border:1px solid var(--border);background:rgba(255,255,255,.45);cursor:pointer}

 .pt-close svg{width:18px;height:18px}

 

 .pt-header{padding:22px 22px 14px}

 .pt-title{font-weight:800;font-size:20px;margin:0 38px 14px 2px}

 

 .pt-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}

 .pt-figure{border-radius:10px;overflow:hidden}

 .pt-figure img{width:100%;height:auto;display:block}

 .pt-image{max-width:270px;}

 

 .pt-facts{padding:4px}

 .pt-fact{margin:8px 0 0 0;font-size:14px;line-height:1.35}

 .pt-fact b{color:#05212f}

 .pt-cta-row{margin-top:14px;display:flex;justify-content:flex-start;gap:10px;} /* left aligned */

 .pt-btn{border:0;cursor:pointer;font-weight:700;font-size:13px;padding:10px 14px;border-radius:10px;background:rgba(255,255,255,.92)}

 

 /* bottom section max-height reduced */

 .pt-body{background:rgba(255,255,255,.95);padding:14px 18px;font-size:15px;line-height:1.55;max-height:12vh;overflow:auto}

 .pt-body::-webkit-scrollbar{width:10px}

 .pt-body::-webkit-scrollbar-thumb{background:#c9d6df;border-radius:8px}

 

 /* Small stat row style */

 .pt-stat{display:flex;gap:10px;margin-top:10px}

 .pt-pill{

 display:inline-flex;align-items:center;gap:6px;

 font-size:12px;font-weight:700;

 padding:6px 10px;border-radius:999px;

 background:rgba(255,255,255,.9);

 border:1px solid rgba(0,0,0,.06);

 }

 

 @media (max-width:780px){

 .pt-grid{grid-template-columns:1fr}

 }