
body {
	background: #f9fbfd;
	color: #161C2D!important;
	line-height: 1.5;
	margin: 0;
	
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 14px;
	font-weight: 400!important;
}

@media (min-width: 1200px) {
	.container-md{
	max-width: 1000px;
}


}

h6 {
	font-size: 14px!important;
	font-weight: 400!important;
}

mycode_quote {
	border-radius: 5px;
margin: 0;
padding: 15px;
background: #f8fafc;
	color: #667d99;
}

.shape_card {
	background: radial-gradient(120% 120px at 50% -30px, #6C8AEC 75%, transparent 75%) no-repeat;
	height: 80px;
}

.badgeelement {
display: none;
}

.badgeelement.on {
display: inline-block;
}

.sticky {
	border: 1px solid rgb(223,71,89, 0.5)!important;
}

.text-16 {
	font-size: 16px;
}

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

.circle-icon {
    background: rgb(124,105,239, 0.1)!important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    vertical-align: middle;
    padding: 0px;
}

.circle-icon-fd {
    background: rgb(66, 186, 150, 0.1)!important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
    padding: 0px;
}

.circle-icon-index {
    background: rgb(66, 186, 150, 0.1)!important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
    padding: 0px;
}

.icon-post {
    background: rgb(66, 186, 150, 0.1)!important;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
    padding: 0px;
	margin: 0px;
}

.bg-rose {
	background-color: rgb(160,43,102, 0.1)!important;
	color: #a02b66;
	border: none!important;
}

.text-rose {
	color: #a02b66!important;
}

b {
	font-weight: 600!important;
}

strong {
	font-weight: 600!important;
}

.border-primary {
	border-color: #77BDFA!important;
	border: 2px solid;
}

.bg-card {
	background: #6C8AEC;
	color: #fff;
	border: none!important;
}

.notif a {
	color: #335eea;
	text-decoration: none;
}

.notif a:hover {
	color: #1643d4;
	text-decoration: none;
}

.bg-notify {
	background-color: #DF4759;
}

.text-notify {
	color: #DF4759;
}

.item {
    position:relative;
    padding-top:0px;
    display:inline-block;
}

.notify-badge{
    position: absolute;
    right:-10px;
    top:0px;
    background:white;
    text-align: center;
    border-radius: 50px 50px 50px 50px;
    color:white;
    padding:0px;
    font-size:12px;
}

.little {
	font-size: 12px;
}

.card {
	border: 1px solid #fff;
}

.btn-lg {
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 20px;
	padding-right: 20px;
}

.curved-top {
	border-top-right-radius: 50% 5%;
	border-top-left-radius: 50% 5%;
}

.curved-bottom {
	border-bottom-right-radius: 90% 10%;
	border-bottom-left-radius: 90% 10%;
}

.bg-light {
	background: #f9fbfd;
}

.bg-shade {
	background: #F1F4F8;
}

.bg-nav {
	background: #F1F4F8;
	color: #506690;
	padding-top: 10px;
	padding-bottom: 10px;
	
	font-size: 14px;
}

.bg-nav a {
	color: #506690;
	text-decoration: none;
}

.bg-nav a:hover {
	color: #506690;
	text-decoration: underline!important;
}

.lift {
    box-shadow: 0 1.5rem 4rem rgba(22,28,45,.09);
    transition: box-shadow .25s ease,transform .25s ease;
}

.lift:hover,
.lift:focus {
  box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
  transform: translateY(-0.25em);
}

.hidden-text {
 
  display: none;
}

.show-text:hover .hidden-text {
 
  display: inline-block;
}

a {
	color: #335eea;
	text-decoration: none;
}

a:hover {
	color: #1643d4;
	text-decoration: none;
}

.shadow-sm {
	box-shadow: 0 1.5rem 4rem rgba(22,28,45,.05)!important;
}

.text-lg {
	font-size: 40px!important;
	font-weight: 600;
}

.text-muted {
	color: rgba(134,154,184,1)!important;
}

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

.text-primary-subtle {
	color: #6C8AEC;
}

.text-success {
	color: #42ba96!important;
}

.text-danger {
	color: #DF4759!important;
}

.text-footer {
	color: #506690!important;
	font-weight: 400!important;
}

.text-info {
	color: #7C69EF!important;
}

.text-dark {
	color: #111111!important;
}

.border-success {
	border: 1px solid rgb(66, 186, 150, 0.5)!important;
}

.btn {
	border-radius: 5px!important;
	
	font-size: 14px!important;
	font-weight: 400!important;
}

.btn-lift {
	font-size: 17px!important;
	font-weight: 600!important;
}

.btn-outline-primary {
	background: transparent;
	color: #335eea;
	border: 1px solid #d9e2ef;
}

.btn-outline-primary:hover {
	background: #335eea;
	color: #fff;
}

.btn-primary {
	background: #335eea;
	border: none!important;
}

.btn-primary-subtle {
	color: #335eea;
	background-color: rgb(51, 94, 234, 0.1);
	border: none!important;
}

.btn-primary-subtle:hover {
	color: #335eea;
	background-color: rgb(51, 94, 234, 0.2);
	border: none!important;
}

.btn-primary-subtle:focus {
	color: #335eea;
	background-color: rgb(51, 94, 234, 0.1)!important;
	border: none!important;
}

.btn-primary-subtle:active {
	color: #335eea;
	background-color: rgb(51, 94, 234, 0.1)!important;
	border: none!important;
}

.btn-primary-subtle-disabled {
	color: #335eea;
	background-color: rgb(51, 94, 234, 0.1);
	border: none!important;
}

.btn-primary-subtle-disabled:hover {
	color: #335eea;
	background-color: rgb(51, 94, 234, 0.1);
	border: none!important;
}

.btn-success {
	color: #42ba96;
	background-color: rgb(66, 186, 150, 0.1);
	border: none!important;
}

.btn-success:hover {
	color: #42ba96;
	background-color: rgb(66, 186, 150, 0.2);
	border: none!important;
}

.btn-success:focus {
	color: #42ba96;
	background-color: rgb(66, 186, 150, 0.1)!important;
	border: none!important;
}

.btn-success:active {
	color: #42ba96;
	background-color: rgb(66, 186, 150, 0.1)!important;
	border: none!important;
}

.btn-danger {
	color: #DF4759;
	background-color: rgb(223,71,89, 0.1);
	border: none!important;
}

.btn-danger:hover {
	color: #DF4759;
	background-color: rgb(223,71,89, 0.2);
	border: none!important;
}

.btn-danger:focus {
	color: #DF4759;
	background-color: rgb(223,71,89, 0.1)!important;
	border: none!important;
}

.btn-danger:active {
	color: #DF4759;
	background-color: rgb(223,71,89, 0.1)!important;
	border: none!important;
}

.btn-info {
	color: #7C69EF;
	background-color: rgb(124,105,239, 0.1)!important;
	border: none!important;
}

.btn-info:hover {
	color: #7C69EF;
	background-color: rgb(124,105,239, 0.2)!important;
	border: none!important;
}

.btn-info:focus {
	color: #7C69EF;
	background-color: rgb(124,105,239, 0.1)!important;
	border: none!important;
}

.btn-info:active {
	color: #7C69EF;
	background-color: rgb(124,105,239, 0.1)!important;
	border: none!important;
}

.bg-info {
	color: #7C69EF;
	background-color: rgb(124,105,239, 0.1)!important;
	border: none!important;
}

.bg-warning {
	color: #fad776; 
	background-color: rgb(250, 215, 118, 0.1)!important;
	border: none!important;
}

.bg-primary {
	color: #335eea;
	background-color: rgb(51, 94, 234, 0.1)!important;
	border: none!important;
}

.bg-success {
	color: #42ba96;
	background-color: rgb(66, 186, 150, 0.1)!important;
	border: none!important;
}

.bg-dark {
	color: #111111;
	background-color: rgb(17, 17, 17, 0.1)!important;
	border: none!important;
}

.bg-grad {
	background: #335eea;
	color: #fff;
}

.bg-danger {
	color: #DF4759;
	background-color: rgb(223,71,89, 0.1)!important;
	border: none!important;
}

.alert-danger {
	color: #DF4759;
	background-color: rgb(223,71,89, 0.1)!important;
	border: none!important;
}

.expander {
}

.trow1 {
	border-bottom: 1px solid #dee2e6;
	padding-top: 10px;
	padding-bottom: 10px;
	
	font-size: 16px;
}

#label {
	margin-bottom: 0px;
}

.trow2 {
	
	padding-top: 10px;
	padding-bottom: 10px;
}

.tcat {
}

.expcolimage {
	float: right;
	vertical-align: middle;
	margin-top: 0px;
	color: #111;
}

.wrapper {
}

.bg-thead {
	background: #007fd0;
	padding: 12px;
	border: none;
}

.list-group-item {
	border: none!important;
}

.list-group-item a {
	color: #506690;
	margin-left: 0px;
	
	text-decoration: none;
	font-size: 13px;
}

.list-group-item a:hover {
	color: #335eea;
	margin-left: 0px;
	
	
	text-decoration: none;
	font-size: 13px;
}

.lastpostbit a {
	color: #6c757d!important;
	text-decoration: none!important;
}

.lastpostbit a:hover {
	color: #6c757d!important;
	text-decoration: underline;
}

.forum_status {
font-size: 14px;
text-align: center;
vertical-align: center;
}

.forum_status i {
display: inline-block;
line-height: 40px;
}

.forum_on {
color: #506690;
opacity: .9;
}

.forum_off, .forum_offlock, .forum_offlink {
color: #506690;
}

.forum_off i {
opacity: .4;
}

.forum_offlock i:before {
content: "\e5a0";
}

.forum_offlink i:before {
content: "\e5a0";
}

.ficons_2 i:before {
content: "\e5a0";
}

.ficons_3 i:before {
content: "\e5a0";
}

.ficons_4 i:before {
content: "\e5a0";
}

.ficons_6 i:before {
content: "\e5a0";
}

.ficons_7 i:before {
content: "\e5a0";
}

.subforumicon {
height: 10px;
width: 10px;
display: inline-block;
margin: 0 5px;
}

.subforum_minion {
color: #506690;
}

.subforum_minioff, .subforum_miniofflock, .subforum_miniofflink {
color: #506690;
}

.subforum_minioff {
opacity: .4;
}

.subforum_miniofflock i:before {
content: "\e5a0";
}

.subforum_miniofflink i:before {
content: "\e5a0";
}

.thead.thead_collapsed .expander:before{
transform: rotate(-180deg);
	color: #e8ecf3;
}

.thead .expander:before{
display:inline-block;
font-size:25px;
	margin-right: 10px;
	color: #e8ecf3;
    font-family: 'Font Awesome 6 Free';
    content: "\f106";
    font-weight:900;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
}

.textarea {
	margin: 0;
	display: block;
}

.style {
	background: #f36322;
}

.forumname {
	background: #e8ecf3;
	padding: 10px; 
	border-radius: 5px;
}

.gridh {
	padding: 10px;
}

.gridh:hover {
	background: #f8f9fa;
	border-radius: 5px;
}

.topmod {
	background: #e8ecf3;
	color: #667c99;
}

.btn-top {
	background: #0674ec;
	color: #ffffff;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	
	font-size: 16px;
	font-weight: 400;
}

.btn-top:hover {
	background: #0568d3;
	color: #ffffff;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	
	font-size: 16px;
	font-weight: 400;
}

.btn-top-active {
	background: #0568d3;
	color: #ffffff;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 16px;
	font-weight: 400;
}

.btn-nav {
	background: #667c99;
	color: #e8ecf3;
	padding: 10px;
    font-size: 14px;
}

.btn-nav:hover {
	padding: 10px;
    background: #47566b;
	color: #e8ecf3;
}

.btn-reply {
	background: #6f42c1;
	color: #ffffff;
	font-size: 12px;
	font-weight: 900;
}

.btn-reply:hover {
	background: #643ab0;
	color: #ffffff;
	font-size: 12px;
	font-weight: 900;
}

.btn-page {
	background: #EBF8FF;
	color: #212519;
	padding: 5px;
	padding-left: 7px;
	padding-right: 7px;
	margin-right: 3px;
	margin-left: 3px;
	border: 1px solid #D3EAFF;
	
	font-size: 11px;
}

.btn-page:hover {
	background: #f6f8fd;
	color: #212519;
	padding: 5px;
	padding-left: 7px;
	padding-right: 7px;
	margin-right: 3px;
	margin-left: 3px;
	border: 1px solid #e1e8f8;
	
	font-size: 11px;
}

.btn-pagestart {
	background: #ffffff;
	color: #000;
	padding: 5px;
	padding-left: 7px;
	padding-right: 7px;
	font-size: 11px;
	margin-right: 3px;
	margin-left: 3px;
}

.post_body img {
	width: 50px;
	height: 50px;
}

.post_body {
	font-weight: 500;
	font-size: 15px;
}

.attach-icon {
	background: #fff;
	color: #667d99;
	display: inline-block;
	padding: 3px;
	padding-left: 6px;
	padding-right: 6px;
	margin-right: 10px;
	border-radius: 6px;
	
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
}

.attach-block {
	background: #f8fafc;
	color: #667d99;
	border-radius: 5px;
	margin: 0;
	padding: 15px;
}

blockquote {
	background: #f8fafc;
	color: #667d99;
	border-radius: 5px;
	margin: 0;
	padding: 15px;
}

blockquote cite:before {
	content: "\f3e5";
	display: inline-block;
	vertical-align: middle;
	padding-right: 5px;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
}

blockquote cite {
	background: #fff;
	color: #667d99;
	display: inline-block;
	padding: 3px;
	padding-left: 6px;
	padding-right: 6px;
	margin-right: 10px;
	border-radius: 6px;
	
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
}

blockquote cite > span {
	display: none;
}

blockquote cite span.highlight {
	float: none;
	font-weight: bold;
	padding-bottom: 0;
}

.catmod {
	color: #42ba96;
	background-color: rgb(66, 186, 150, 0.1);
	border: none!important;
}

.catmod a {
	color: #ffffff;
	text-decoration: none;
}

.catmod a:hover {
	color: #ffffff;
	text-decoration: none;
}

.checkbox {
	background: #f6f7fb;
	width: 15px;
	height: 15px;
	border: 0px;
}

.progress-bar[aria-valuenow="0"] {
    display: none;
}

.nav-tabs a {
	color: #0674ec;
	text-decoration: none;
}

.nav-tabs a:hover {
	color: #6f42c1;
	text-decoration: none;
}

.btn-multipage {
	color: #161c2d;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	margin-right: 3px;
	margin-left: 3px;
	border: none!important;
	text-transform: capitalize;
	
	font-size: 14px!important;
	font-weight: 500;
}

.btn-multipage-inactive {
	color: #161c2d;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	margin-right: 3px;
	margin-left: 3px;
	text-transform: capitalize;
	
	font-size: 14px;
	font-weight: 500;
}

.btn-multipage:hover {
	color: #161c2d;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	margin-right: 3px;
	margin-left: 3px;
	border: none;
	text-transform: capitalize;
	
	font-size: 14px;
	font-weight: 500;
}

.btn-multipage-active {
	color: #161c2d;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	margin-right: 3px;
	margin-left: 3px;
	border: none;
	text-transform: capitalize;
	
	font-size: 14px;
	font-weight: 500;
}

.btn-multipage-active:hover {
	color: #161c2d;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	margin-right: 3px;
	margin-left: 3px;
	border: none;
	text-transform: capitalize;
	
	font-size: 14px;
	font-weight: 500;
}

.btn-forumjump {
	background: #e8ecf3;
	color: #212519;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	margin-right: 3px;
	margin-left: 3px;
	border: 1px solid #e8ecf3;
    font-size: 13px;
	font-weight: 700;
	text-transform: capitalize;
}

.btn-forumjump:hover {
	background: #d7deea;
	color: #212519;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	margin-right: 3px;
	margin-left: 3px;
	border: 1px solid #d7deea;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 13px;
}

.blink {
	color: #161C2D!important;
	text-decoration: none!important;
}

.blink a {
	color: #161C2D!important;
	text-decoration: none!important;
}

.blink a:hover {
	color: #161C2D!important;
	text-decoration: none!important;
}

.postbit-u a {
	color: #111;
	line-height: 1.3;
	text-decoration: none!important;
	font-weight: 600;
}

.postbit-u a:hover {
	color: #111;
	text-decoration: underline;
	font-weight: 600;
}

.btn-toplink {
	background: #0674ec;
	color: #ddedf8;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	
	font-size: 16px;
	font-weight: 400;
}

.btn-toplink:hover {
	background: #0568d3;
	color: #ffffff;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	
	font-size: 16px;
	font-weight: 400;
}

.btn-toplink:active {
	background: #6f42c1;
	color: #ffffff;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	
	font-size: 16px;
	font-weight: 400;
}

.btn-user{
	background: #ffffff;
	color: #212519;
	padding: 8px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 15px;
	font-weight: 500;
}

.btn-user:hover {
	background: #6f42c1;
	color: #ffffff;
	padding: 8px;
	padding-left: 15px;
	padding-right: 15px;
    font-size: 15px;
	font-weight: 500;
}

.navmenu a {
	color: #343a40;
	text-decoration: none;
}

.navmenu a:hover, a:active {
	color: #0674ec;
	text-decoration: none;
}

.gradient-text {
	color: #335eea;
	font-weight: 600;
}

hr {
	border-top: 1px solid #869AB8!important;
	height: 1px;
}

.btn-profile {
	color: #111;
	margin-bottom: 10px;
	border: 1px solid #fff;
	
	font-weight: 400!important;
}

.btn-profile:hover {
	background: transparent;
	color: #335eea;
	border: 1px solid #d9e2ef;
}

.btn-profile-active {
	background: transparent;
	color: #335eea;
	border: 1px solid #d9e2ef;
}

.legend {
	background: #F1F4F8;
	width: 100%;
	color: #161C2D;
	display: block;
	padding: 10px;
	border-radius: 6px;
	
	font-size: 14;
	font-weight: 500;
}

.btn-new {
	background: #19bc70;
	color: #ffffff;
	font-size: 12px;
	font-weight: 900;
}

.btn-new:hover {
	background: #16a563;
	color: #ffffff;
	font-size: 12px;
	font-weight: 900;
}

.btn-new-active {
	background: #16a563;
	color: #ffffff;
	font-size: 12px;
	font-weight: 900;
}

.btn-thread:before {
	transform: rotate(-180deg);
}

.btn-thread {
	color: #ffffff;
	padding: 5px;
    font-size: 16px;
	font-weight: 400;
}

.btn-thread:hover {
	color: #ffffff;
	padding: 5px;
	font-size: 16px;
	font-weight: 700;
}

.btn-thread-active {
	background: #19bc70;
	color: #ffffff;
	padding: 5px;
	font-size: 16px;
	font-weight: 400;
}

.btn-icons {
	color: #ffffff;
	padding: 5px;
		padding-left: 15px;
	padding-right: 15px;
    font-size: 16px;
	font-weight: 400;
}

.btn-icons:hover {
	background: #19bc70;
	color: #ffffff;
	padding: 5px;
		padding-left: 15px;
	padding-right: 15px;
	font-size: 16px;
	font-weight: 700;
}

.btn-icons-active {
	background: #19bc70;
	color: #ffffff;
	padding: 5px;
		padding-left: 15px;
	padding-right: 15px;
	font-size: 16px;
	font-weight: 400;
}

.dropdown a {
	color: #111;
	text-decoration: none;
	font-size: 13px;
	font-weight: 400;
}

.dropdown a:hover {
	color: #111;
	background: #dae2ec;
}

.dropdown a:active {
	color: #111;
	background: #dae2ec;
}

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

.btn-posticon {
	background: none;
	color: #212519;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	margin-right: 3px;
	margin-left: 3px;
	text-transform: capitalize;
	font-size: 13px;
	font-weight: 700;
	display: none;
}

.btn-posticon:hover {
	background: #e8ecf3;
	color: #212519;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	margin-right: 3px;
	margin-left: 3px;
	border: 1px solid #e8ecf3;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 13px;
	display: block;
}

.text-online {
	color: #25c87c;
}

.text-offline {
	color: #e77681;
}

.btn-white {
	background: #ffffff;
	color: #212519;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px solid #d3d8eb;
	font-size: 16px;
	font-weight: 400;
}

.btn-white:hover {
	background: #f4f6fd;
	color: #212519;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px solid #c1c8e3;
    font-size: 16px;
	font-weight: 400;
}

.btn-white-active {
	background: #f4f6fd;
	color: #212519;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 16px;
	font-weight: 400;
}

.btn-up {
	background: none;
	color: #ffffff;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	margin-right: 3px;
	margin-left: 3px;
	text-transform: capitalize;
	font-size: 13px;
	font-weight: 700;
}

.btn-up:hover {
	background: #19bc70;
	color: #ffffff;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	margin-right: 3px;
	margin-left: 3px;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 13px;
}

/** Modal Start **/

.blocker {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 9999;
	padding: 20px;
	box-sizing: border-box;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.25);
	text-align: center;
}

.blocker:before{
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.05em;
}

.blocker.behind {
	background-color: transparent;
}

.modal {
	width: 400px;
	height: auto;
	text-align: left;
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 2;
}

.modal a.close-modal {
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: url(../../../images/close.png) no-repeat 0 0;
	display: none;
}

.modal-spinner {
	display: none;
	width: 64px;
	height: 64px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-right: -32px;
	margin-top: -32px;
	background: url(../../../images/spinner_big.gif) no-repeat center center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}

/** Modal End **/

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

.mycode_img {
	max-width: 100%;
	height: auto;
}

.codeblock {
	background: #f5faff;
	color: #667d99;
	border-radius: 5px;
	border-top: 2px dotted #fff;
	border-bottom: 2px dotted #fff;
	margin: 0;
	padding: 15px;
}

.border-bottom1 {
	border: 1px solid rgba(224,225,227,0.5);
}

.border-bottom-nav {
	border-bottom: 1px solid #f1f4f8;
}

.border-top1 {
	border-top: 1px solid rgba(224,225,227,0.5);
}

.border-post {
	border-bottom: 1px solid #d7dfeb!important;
}

.dropdown-item {
	padding-left: 20px!important;
}

.profile_info {
	background: #f3f9ff;
	color: #111;
	border-radius: 5px;
	border-top: 2px dotted #f3f9ff;
	border-bottom: 2px dotted #f3f9ff;
	margin: 0;
	padding: 15px;
}

.search{
position: relative;
box-shadow: 0 0 40px rgba(51, 51, 51, .1);
}

.search input{
height: 40px;
text-indent: 30px;
font-size: 17px;
}

.search input:focus{
box-shadow: none;
}

.search .fa-magnifying-glass{
position: absolute;
top: 20px;
left: 16px;
margin-right: 15px;
}

.search button{
position: absolute;
top: 5px;
right: 5px;
height: 30px;
width: auto;
}

.form-control:focus {
	border-color: #335eea!important;
	box-shadow: none!important;
	background-color: #ffffff!important;
}

.form-select:focus {
	border-color: #335eea!important;
	box-shadow: none!important;
	background-color: #ffffff!important;
}

.select:focus {
	border-color: #335eea!important;
	box-shadow: none!important;
	background-color: #ffffff!important;
}

.input:focus {
	border-color: #335eea!important;
	box-shadow: none!important;
	background-color: #ffffff!important;
}

.quickreply {
	border: 2px dotted #d6e0eb;
	background: #F9FBFD;
}

.quickreply:focus {
	border-color: #335eea!important;
	border: 1px solid;
	box-shadow: none!important;
	background-color: #ffffff!important;
}

.btn-page {
	background: none;
	color: #212519;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	margin-right: 3px;
	margin-left: 3px;
	border: 1px solid #dee2e6;
	font-size: 12px!important;
	font-weight: 700;
}

.btn-page-inactive {
	background: none;
	color: #212519;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	margin-right: 3px;
	margin-left: 3px;
	font-size: 12px!important;
	font-weight: 700;
}

.btn-page:hover {
	background: #335eea;
	color: #ffffff;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	margin-right: 3px;
	margin-left: 3px;
	border: 1px solid #335eea;
	font-weight: 700;
	font-size: 12px!important;
}

.btn-page:active {
	background: #335eea;
	color: #ffffff;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	margin-right: 3px;
	margin-left: 3px;
	border: 1px solid #335eea;
	font-weight: 700;
	font-size: 12px!important;
}

.btn-page-active {
	background: #335eea;
	color: #ffffff;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	margin-right: 3px;
	margin-left: 3px;
	border: 1px solid #335eea;
	font-weight: 700;
	font-size: 12px!important;
}

.btn-page-active:hover {
	background: #335eea;
	color: #ffffff;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	margin-right: 3px;
	margin-left: 3px;
	border: 1px solid #335eea;
	font-weight: 700;
	font-size: 12px!important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

.bg-footer {
	background: #1B2A4E;
	color: #506690;
	font-size: 17px;
}

.bg-footer a {
	color: #869AB8!important;
	text-decoration: none;
}

.bg-footer a:hover {
	color: #869AB8;
	text-decoration: underline;
}

.shape {
  background: radial-gradient(120% 120px at 50% -30px, #f9fbfd 75%, transparent 75%) no-repeat;
  height: 80px;
}

.img-text {
	background-image: url(../../../assets/images/image.png);
  background-clip: text;
-webkit-background-clip: text;
color: transparent;
}

.item-m {
    position:relative;
    padding-top:0px;
    display:inline-block;
}

.notify-badge-m {
    position: absolute;
    right:20px;
    top:0px;
    background:white;
    text-align: center;
    border-radius: 50px 50px 50px 50px;
    color:white;
    padding:0px;
    font-size:14px;
}

.item-likes {
    position:relative;
    padding-top:0px;
    display:inline-block;
}

.notify-badge-likes {
    position: absolute;
    right:32px;
    top:115px;
    background:white;
    text-align: center;
    border-radius: 50px 50px 50px 50px;
    color:white;
    padding:0px;
    font-size:14px;
}


		