.quote2 {
    background-color:#161616;border-radius: 5px;padding-left:8px;padding-top:7px;padding-bottom:8px;padding-right:8px;width:100%;min-width:100%;
    margin-top:8px;
    margin-bottom:10px;
}


.statusblock .linked {
  padding: 12px;
  margin: 12px -12px -12px;
  background-color: red;
  border-radius: 0 0 0.35rem 0.35rem;
}
.whole {
  display: flex;
  flex-wrap: wrap;
}
.statusblock .linked .box {
  text-align: center;
  font-size: 21px;
}
.flexthird {
  flex: 33.33333333333%;
}

.topbar-nav.header nav#topbar ul.menu-categories li.menu .submenu li a {
    padding: none !important;
    color: gray !important;
}


::-webkit-scrollbar {
    height: 12px;
    width: 12px;
    background: #000;
}

::-webkit-scrollbar-thumb {
    background: #5C5C5C;
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner {
    background: #000;
}



.quote1 {
    background-color:#161616;border-radius: 5px;padding-left:8px;padding-top:8px;padding-bottom:8px;padding-right:8px;width:100%;min-width:100%;
}

.note-toolbar {
    background-color:#161616 !important;
    border-bottom: 1px solid #303030 !important;
}
.note-btn {
    background-color:transparent !important;
    border: 1px solid #303030 !important;
}
.note-frame {
    color: #898989 !important;
    font-weight: 500 !important;
    font-family: 'Poppins',sans-serif !important;
}


.postbit-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  height: 250px;
  margin-top:-10px;
  opacity: 0.4;
      -webkit-mask-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
      mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
    
}

.index_stats_item2 {
  background: #212121;
  display: flex;
  align-items: center;
  flex-basis: calc(100% / 5 - 1rem);
  flex-grow: 1;
  padding: 10px;
  border-radius: 6px;
  margin-left: 1rem;
  margin-bottom: 1rem;
  border: 0px solid #444;
}

.index_stats_item_icon2 {
  background: #212121;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  margin-right: 1rem;
  position: relative;
}

.index_stats_item_indicators {
  display: flex;
  flex-direction: column;
}

.crypto_Ethereum::before {
  content: "\f42e";
  font-family: 'Font Awesome\ 5 Brands';
  color: #9f9f9f;
  font-size: 25px;
}

.crypto_Litecoin::before {
  content: "\e1d3";
  font-family: 'Font Awesome\ 5 Brands';
  color: #9f9f9f;
  font-size: 25px;
}


.index_stats_item_indicators-num {
  font-weight: 700;
  font-size: calc(1em + 5px);
  color: #e9e9e9;
}

.index_stats_item_indicators-text {
  color: var(--stat-color);
  text-transform: uppercase;
  font-weight: 600;
  font-size: calc(1em - 1px);
  white-space: nowrap;
}

.crypto_Bitcoin::before {
  content: "\f379";
  font-family: 'Font Awesome\ 5 Brands';
  color: #9f9f9f;
  font-size: 25px;
}


.postbit-bg3 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  height: 250px;
  margin-top:-10px;
  opacity: 0.4;
      -webkit-mask-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
      mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
    
}

.postbit-bg2 {
  position: absolute;
  width: auto;
  height: auto;
  z-index: 0;
  margin-top:-10px;
  opacity: 0.8;
      -webkit-mask-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
      mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
    
}

.postbit-avatar {
  transition: all 0.5s ease;
  position: relative;
  z-index: 2;
}
.username2 {
    transition: all 0.5s ease;
    position: relative;
    z-index: 2;
}

.note-editable { background-color:#161616 !important; }
.note-icon-magic { color: #898989; }
.note-icon-bold { color: #898989; }
.note-icon-underline { color: #898989; }
.note-icon-eraser { color: #898989; }
.note-icon-align-left { color: #898989; }
.note-icon-code { color: #898989; }
.note-icon-link { color: #898989; }
.note-icon-picture { color: #898989; }
.note-icon-font {
    background-color: transparent !important;
    color: #898989 !important;
}



.note-modal-content { background: #212121 !important; }
.note-input { background-color: #161616 !important; color:white; border:none !important; }
.note-modal-title { color:white !important; }
.note-modal-header { border: none !important; }
.btn-primary { box-shadow: none !important; }
.note-modal-footer { padding-bottom:50px !important; }
.note-group-select-from-files { display: none; }
.checkbox sn-checkbox-use-protocol { display: hidden !important; }


a:hover {color: white;}

@media only screen and (max-width: 991px) {
    .nav-pills .nav-link {
        font-size: 16px !important;
    }
    .postauthorboxx {
        display: none !important;
        visibility: hidden !important;
    }
    .desktop {
        display: none !important;
        visibility: hidden !important;
    }
    .desktop2 {
        display: block !important;
    }
    #mobile2 {
        display:block!important;
    }
    .mobile5 {
        margin-top:-15px !important;
    }
    .mobile6 {
        margin-bottom:10px !important;
    }
    #mobile3 {
        display: block;
    }
    .lastpost {
        display: none! important;
        visibility: hidden !important;
    }
    .replies {
        display: none! important;
        visibility: hidden !important;
    }
    .vouches {
    }
    .responsivehide {
        display: none !important;
        visibility: hidden !important;
    }
    .hidethis {
        display: block !important;
    }
    .test {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
    }
}
    
.autoscroll {
    position: sticky;
}

.table-striped tbody tr:nth-of-type(2n+1) {
background-color: #161616 !important;
}

.awards {
    margin-left: 5px;
    margin-top:10px !important;
    margin-right:5px !important;
    max-width: 12px !important;
    max-height: 12px !important;
}

.awards5 {
    padding-left: 3px;
    padding-right: 3px;
    max-height: 30px !important;
    max-width: 30px !important;
    margin-top:5px;
    margin-bottom:1px;
}

.awards6 {
    max-height: 25px !important;
}
    
.whole {
  display: flex;
  flex-wrap: wrap;
}
.flexgrow {
  flex-grow: 1;
}
.break {
  flex-basis: 100%;
  height: 0;
}
.threadtitle {
    background-color: red;
}

.postauthorboxx {
    background-color:#161616 ;
    border-radius: 5px;
}

.badgecolor { 
    outline: 0.2px solid;
    color:#1c1c1c ;
    background-color:#1c1c1c ;
    margin-top:10px;
}

.post-row {
  display: flex;
  background: #1c1c1c;
  align-items: center;
  margin: 5px 10px;
  border-radius: 6px;
  width: 90%;
  font-size:12px;
}

.post-icon {
  padding: 6px;
  background: #282828;
  margin-right: .1rem;
  border-radius: 6px 0 0 6px;
  font-size:8px;
}

.newtext {
    background: #161616 ;
    background-color:#161616 ;
    color:white;
}

.flex-shrink-0 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important;
}
	:root {
		--main-bg: #272727;
	}
.flex-grow-0 {
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important;
}
	.flex-fill {
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}
.rounded {
	border-radius: 0.30rem !important;
}

	.shop-item {
	width: calc(25% - 1rem);
}
.shop-item {
	margin-right: 5px;
	margin-bottom: 5px;
}
	
	.shop-item .preview::after {
	background: radial-gradient(#bd101000, rgba(157, 2, 2, 0.25)), linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.25));
}
	
.p-3 {
	padding: 1rem !important;
}
.bg-tertiary {
	background-color: #202020 !important;
}
	.bg-tertiary2 {
	background-color: #212121 !important;
}


.shop-item .title {
	color: #cbd3df;
}
.font-weight-bold {
	font-weight: 500 !important;
}
.font-size-09 {
	font-size: .9rem;
}
.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}
.d-flex {
	display: -ms-flexbox;
	display: flex;
}
.rounded-bottom {
	border-bottom-right-radius: 0.30rem !important;
	border-bottom-left-radius: 0.30rem !important;
}
.rounded-top {
	border-top-right-radius: 0.30rem !important;
	border-top-left-radius: 0.30rem !important;
	}
	@media only screen and (min-width: 1000px) {
	.cat_26, .cat_25, .cat_125, .cat_28, .cat_31, .cat_124, .cat_135, .cat_149, .cat_27, .cat_30, .cat_129, .cat_32, .cat_35, .cat_36, .cat_38, .cat_133, .cat_39, .cat_126, .cat_130, .cat_141, .cat_143, .cat_147, .cat_148, .cat_146, .cat_152, .cat_144, .cat_154  {
	transform: rotate(1deg) !important;
	width: 25px;
	height: 31px;
}
	.cat_26:before {
    content: "\f16d" !important;
font-family: 'Font Awesome 5 Brands';
font-weight:400;
font-size:23px;
transform: rotate(1deg) !important;
}

.cat_25:before {
    content: "\f412" !important;
font-family: 'Font Awesome 5 Brands';
font-weight:400;
font-size:23px;
transform: rotate(1deg) !important;
}

.cat_125:before {
    content: "\f286" !important;
font-family: 'Font Awesome 5 Brands';
font-weight:400;
font-size:23px;
transform: rotate(1deg) !important;
}

.cat_28:before {
    content: "\f3df" !important;
font-family: 'Font Awesome 5 Brands';
font-weight:400;
font-size:23px;
transform: rotate(1deg) !important;
}

.cat_31:before {
    content: "\f099" !important;
font-family: 'Font Awesome 5 Brands';
font-weight:400;
font-size:23px;
transform: rotate(1deg) !important;
}

.cat_124:before {
/*content: "M" !important;
font-family: 'Poppins',sans-serif;
font-weight:700;*/
content: "\e900";
 font-family: "icomoon";
 speak: none;
font-size:23px;
}

.cat_135:before {
    content: "\f1e8" !important;
font-family: 'Font Awesome 5 Brands';
font-weight:400;
font-size:23px;
transform: rotate(1deg) !important;
}

.cat_149:before {
    content: "\e07b" !important;
font-family: 'Font Awesome 5 Brands';
font-weight:400;
font-size:23px;
transform: rotate(1deg) !important;
}

/*.cat_27:before {
content: "K" !important;
font-family: 'Poppins',sans-serif;
font-weight:700;
font-size:20px;
}*/

.cat_30:before {
    content: "\f2ac" !important;
font-family: 'Font Awesome 5 Brands';
font-weight:400;
font-size:23px;
transform: rotate(1deg) !important;
}

.cat_129:before {
    content: "\f1b6" !important;
font-family: 'Font Awesome 5 Brands';
font-weight:400;
font-size:23px;
transform: rotate(1deg) !important;
}

.cat_32:before {
    content: "\f4fc" !important;
font-family: 'Font Awesome 5 Free';
font-weight:600;
font-size:23px;
transform: rotate(1deg) !important;
}

.cat_35:before {
    content: "\f16d" !important;
font-family: 'Font Awesome 5 Brands';
font-weight:400;
font-size:23px;
transform: rotate(1deg) !important;
}

.cat_36:before {
    content: "\f2ac" !important;
font-family: 'Font Awesome 5 Brands';
font-weight:400;
font-size:23px;
transform: rotate(1deg) !important;
}

.cat_38:before {
    content: "\f099" !important;
font-family: 'Font Awesome 5 Brands';
font-weight:400;
font-size:23px;
transform: rotate(1deg) !important;
}
	
	.cat_152:before {
    content: "\e07b" !important;
font-family: 'Font Awesome 5 Brands';
font-weight:400;
font-size:23px;
transform: rotate(1deg) !important;
}

.cat_133:before {
    content: "\f167" !important;
font-family: 'Font Awesome 5 Brands';
font-weight:400;
font-size:23px;
transform: rotate(1deg) !important;
}

.cat_39:before {
    content: "\f135" !important;
font-family: 'Font Awesome 5 Free';
font-weight:600;
font-size:23px;
transform: rotate(1deg) !important;
}
		
.cat_154:before {
    content: "\f392" !important;
font-family: 'Font Awesome 5 Brands';
font-weight:600;
font-size:23px;
transform: rotate(1deg) !important;
}

.cat_126:before, .cat_130:before, .cat_141:before, .cat_143:before, .cat_144:before, .cat_147:before, .cat_148:before, .cat_146:before {
content: "\f11b" !important;
font-size:23px;
transform: rotate(1deg) !important;
}
	}

	@media only screen and (min-width: 1000px) {
	.cat_26, .cat_25, .cat_125, .cat_28, .cat_31, .cat_124, .cat_135, .cat_149, .cat_27, .cat_30, .cat_129, .cat_32, .cat_35, .cat_36, .cat_38, .cat_133, .cat_39, .cat_126, .cat_130, .cat_141, .cat_143, .cat_147, .cat_148, .cat_146, .cat_152, .cat_144, .cat_154  {
	transform: rotate(1deg) !important;
	width: 25px;
	height: 31px;
}
	.cat_26:before {
    content: "\f16d" !important;
font-family: 'Font Awesome 5 Brands';
font-weight:400;
font-size:23px;
transform: rotate(1deg) !important;
}

.cat_25:before {
    content: "\f412" !important;
font-family: 'Font Awesome 5 Brands';
font-weight:400;
font-size:23px;
transform: rotate(1deg) !important;
}

.cat_125:before {
    content: "\f286" !important;
font-family: 'Font Awesome 5 Brands';
font-weight:400;
font-size:23px;
transform: rotate(1deg) !important;
}

.cat_28:before {
    content: "\f3df" !important;
font-family: 'Font Awesome 5 Brands';
font-weight:400;
font-size:23px;
transform: rotate(1deg) !important;
}

.cat_31:before {
    content: "\f099" !important;
font-family: 'Font Awesome 5 Brands';
font-weight:400;
font-size:23px;
transform: rotate(1deg) !important;
}

.cat_124:before {
/*content: "M" !important;
font-family: 'Poppins',sans-serif;
font-weight:700;*/
content: "\e900";
 font-family: "icomoon";
 speak: none;
font-size:23px;
}

.cat_135:before {
    content: "\f1e8" !important;
font-family: 'Font Awesome 5 Brands';
font-weight:400;
font-size:23px;
transform: rotate(1deg) !important;
}

.cat_149:before {
    content: "\e07b" !important;
font-family: 'Font Awesome 5 Brands';
font-weight:400;
font-size:23px;
transform: rotate(1deg) !important;
}

/*.cat_27:before {
content: "K" !important;
font-family: 'Poppins',sans-serif;
font-weight:700;
font-size:20px;
}*/

.cat_30:before {
    content: "\f2ac" !important;
font-family: 'Font Awesome 5 Brands';
font-weight:400;
font-size:23px;
transform: rotate(1deg) !important;
}

.cat_129:before {
    content: "\f1b6" !important;
font-family: 'Font Awesome 5 Brands';
font-weight:400;
font-size:23px;
transform: rotate(1deg) !important;
}

.cat_32:before {
    content: "\f4fc" !important;
font-family: 'Font Awesome 5 Free';
font-weight:600;
font-size:23px;
transform: rotate(1deg) !important;
}

.cat_35:before {
    content: "\f16d" !important;
font-family: 'Font Awesome 5 Brands';
font-weight:400;
font-size:23px;
transform: rotate(1deg) !important;
}

.cat_36:before {
    content: "\f2ac" !important;
font-family: 'Font Awesome 5 Brands';
font-weight:400;
font-size:23px;
transform: rotate(1deg) !important;
}

.cat_38:before {
    content: "\f099" !important;
font-family: 'Font Awesome 5 Brands';
font-weight:400;
font-size:23px;
transform: rotate(1deg) !important;
}
	
	.cat_152:before {
    content: "\e07b" !important;
font-family: 'Font Awesome 5 Brands';
font-weight:400;
font-size:23px;
transform: rotate(1deg) !important;
}

.cat_133:before {
    content: "\f167" !important;
font-family: 'Font Awesome 5 Brands';
font-weight:400;
font-size:23px;
transform: rotate(1deg) !important;
}

.cat_39:before {
    content: "\f135" !important;
font-family: 'Font Awesome 5 Free';
font-weight:600;
font-size:23px;
transform: rotate(1deg) !important;
}
		
.cat_154:before {
    content: "\f392" !important;
font-family: 'Font Awesome 5 Brands';
font-weight:600;
font-size:23px;
transform: rotate(1deg) !important;
}

.cat_126:before, .cat_130:before, .cat_141:before, .cat_143:before, .cat_144:before, .cat_147:before, .cat_148:before, .cat_146:before {
content: "\f11b" !important;
font-size:23px;
transform: rotate(1deg) !important;
}
	}

@media only screen and (min-width: 1000px) {
	.cat_26, .cat_25, .cat_125, .cat_28, .cat_31, .cat_124, .cat_135, .cat_149, .cat_27, .cat_30, .cat_129, .cat_32, .cat_35, .cat_36, .cat_38, .cat_133, .cat_39, .cat_126, .cat_130, .cat_141, .cat_143, .cat_147, .cat_148, .cat_146, .cat_152, .cat_144, .cat_154  {
	transform: rotate(1deg) !important;
	width: 25px;
	height: 31px;
}
	.cat_26:before {
    content: "\f16d" !important;
font-family: 'Font Awesome 5 Brands';
font-weight:400;
font-size:23px;
transform: rotate(1deg) !important;
}

.cat_25:before {
    content: "\f412" !important;
font-family: 'Font Awesome 5 Brands';
font-weight:400;
font-size:23px;
transform: rotate(1deg) !important;
}

.cat_125:before {
    content: "\f286" !important;
font-family: 'Font Awesome 5 Brands';
font-weight:400;
font-size:23px;
transform: rotate(1deg) !important;
}

.cat_28:before {
    content: "\f3df" !important;
font-family: 'Font Awesome 5 Brands';
font-weight:400;
font-size:23px;
transform: rotate(1deg) !important;
}

.cat_31:before {
    content: "\f099" !important;
font-family: 'Font Awesome 5 Brands';
font-weight:400;
font-size:23px;
transform: rotate(1deg) !important;
}

.cat_124:before {
/*content: "M" !important;
font-family: 'Poppins',sans-serif;
font-weight:700;*/
content: "\e900";
 font-family: "icomoon";
 speak: none;
font-size:23px;
}

.cat_135:before {
    content: "\f1e8" !important;
font-family: 'Font Awesome 5 Brands';
font-weight:400;
font-size:23px;
transform: rotate(1deg) !important;
}

.cat_149:before {
    content: "\e07b" !important;
font-family: 'Font Awesome 5 Brands';
font-weight:400;
font-size:23px;
transform: rotate(1deg) !important;
}

/*.cat_27:before {
content: "K" !important;
font-family: 'Poppins',sans-serif;
font-weight:700;
font-size:20px;
}*/

.cat_30:before {
    content: "\f2ac" !important;
font-family: 'Font Awesome 5 Brands';
font-weight:400;
font-size:23px;
transform: rotate(1deg) !important;
}

.cat_129:before {
    content: "\f1b6" !important;
font-family: 'Font Awesome 5 Brands';
font-weight:400;
font-size:23px;
transform: rotate(1deg) !important;
}

.cat_32:before {
    content: "\f4fc" !important;
font-family: 'Font Awesome 5 Free';
font-weight:600;
font-size:23px;
transform: rotate(1deg) !important;
}

.cat_35:before {
    content: "\f16d" !important;
font-family: 'Font Awesome 5 Brands';
font-weight:400;
font-size:23px;
transform: rotate(1deg) !important;
}

.cat_36:before {
    content: "\f2ac" !important;
font-family: 'Font Awesome 5 Brands';
font-weight:400;
font-size:23px;
transform: rotate(1deg) !important;
}

.cat_38:before {
    content: "\f099" !important;
font-family: 'Font Awesome 5 Brands';
font-weight:400;
font-size:23px;
transform: rotate(1deg) !important;
}
	
	.cat_152:before {
    content: "\e07b" !important;
font-family: 'Font Awesome 5 Brands';
font-weight:400;
font-size:23px;
transform: rotate(1deg) !important;
}

.cat_133:before {
    content: "\f167" !important;
font-family: 'Font Awesome 5 Brands';
font-weight:400;
font-size:23px;
transform: rotate(1deg) !important;
}

.cat_39:before {
    content: "\f135" !important;
font-family: 'Font Awesome 5 Free';
font-weight:600;
font-size:23px;
transform: rotate(1deg) !important;
}
		
.cat_154:before {
    content: "\f392" !important;
font-family: 'Font Awesome 5 Brands';
font-weight:600;
font-size:23px;
transform: rotate(1deg) !important;
}

.cat_126:before, .cat_130:before, .cat_141:before, .cat_143:before, .cat_144:before, .cat_147:before, .cat_148:before, .cat_146:before {
content: "\f11b" !important;
font-size:23px;
transform: rotate(1deg) !important;
}

.widget {
    border-radius: 0px;
}

	}