/* CSS Document */

#log {
    margin: 150px auto;
	width: 60%;
}


.sh_del{
	font-size: 20px;
	color: red;
}


#pop_title {
  text-align: center;
}


.change_password_wrap #users_1627035922 
{
  background: #ffffffc7;
  padding: 53px;
  border-radius: 7px;
  width: 500px;
  margin: 10px auto;
}

.change_password_wrap{
	background: white;
	width: 100%;
}


.validation_label{
	font-size: 12px;
	color: red;
	margin-top: 10px;
}
.delete_text{
	font-size: 14px;
}

.change_pass_btn{
margin-top: 10px;
display: inline-block;
font-size: 12px;
background: #80808024;
padding: 10px 12px;
border-radius: 8px;
color: #00000075;
right: 50px;
top: 90px;
position: absolute;
z-index: 1;
	
}





#c_success {
  text-align: center;
  padding: 30px;
  color: var(--ocean);
  font-size: 19px;
}

#popBox {
  margin: auto;
  display: block;
  max-width: 90vw;
  transform: translateY(-50%);
  background: white;
  position: relative;
  bottom: 454px;
  border-radius: 3px;
  border: 5px solid rgba(0, 0, 0, 0.1);
  width: 600px;
  box-shadow: 0 0 7vw black;
  left: 160px;
/*
	height: 250px;
	overflow-y: scroll;
*/
}


#close_pop {
z-index: 9;

}

.action:first-child {
  color: #ece3e3;
}

.action:first-child {
  color: white;
  background: var(--redG);
}

.action {
  display: inline-block;
  width: 50%;
  text-align: center;
  padding: 10px;
  border: 0;
  vertical-align: top;
}


.gray_bg {
  background: #d3d3d36b;
}
.action {
  display: inline-block;
  width: 50%;
  text-align: center;
  padding: 10px;
  border: 0;
  vertical-align: top;
}


mhforum {
    width: 100%;
    height: 109px;
    display: block;
}


.log_wrap {
    background: white;
}


#new_menu {
    background: white;
}

.forum_ul .menu_items_box {
    display: block;
    margin-top: 13px;
}


#topics_wrap {
    padding-right: 5%;
}

.topics_box {
    background: white;
    margin-top: 40px;
	height: 220px;
	width:100%;
	margin-bottom: 10px;
}


#new_pass {
  margin-bottom: 18px;
  color: green;
}
.wrong_field {
  font-size: 12px;
  margin-top: 3px;
  color: red;
}

.forgot {
  margin-top: 22px;
  text-align: center;
  color: gray;
  font-size: 13px;
}


.nm_col {
	transition: 0.5s all;
    width: 30%;
    text-align: center;
    padding-bottom: 30px;
    border-right: 2px solid #c2983c;
/*    margin: 21px 0;*/
	height: 191px
}

.nm_col:last-child {
    border: none;
}

.nm_col:hover {
    background: var(--mainColor);
    color: white;
/*	animation: 3.5s all;*/
}

.del{
	color: red;
font-size: 23px;
margin-bottom: 10px;
}

.nm_col:hover .wfe {
    display: block !important;
}
.topic .topics_box {
    height: unset;
    padding-bottom: 20px;
    margin-top: 0;
	border-bottom: 1px solid #0000000f;
}


#comments_wrap .topics_box {
    padding-top: 10px;
}


.replies {
    margin: 20px;
}


.full_width {
    width: 100%;
}


#single_profile img {
    width: 150px;
    height: 150px;
}

#single_profile .thread_pic::after{
	content:unset;
}

.headline {
    margin: 10px 0;
    font-size: 13px;
    color: gray;
	margin-bottom: 30px;
}


.liner {
    margin-bottom: 13px;
    color: gray;
}

.liner i {
    color: var(--ocean);
    margin-right: 5px;
    font-size: 18px;
}



.fa {
    color: gray;
    margin-top: 90px;
}



.comment_box_parent {
    background: #8080802e;
    padding: 20px;
	margin-top: 20px;
}


.thread_info time {
    display: block;
    margin-top: 5px;
    color: gray;
    font-size: 12px;
}


.thread_pic {
    text-align: center;
	margin-top: 10px;
	
}


.thread_pic time {
    display: block;
	color: gray;
    margin-top: 50px;
}


.thread_pic::after {
    width: 57px;
    background: #80808063;
    content: "";
    display: block;
    margin-top: 10px;
    height: 1px;
    margin: 10px auto;
}

.topic .thread_pic::after{
	content:unset;
}

.thread_pic picture::after {
    width: 57px;
    background: #80808063;
    content: "";
    display: block;
    margin-top: 10px;
    height: 1px;
    margin: 10px auto;
}


.thread_pic img {
    width: 57px;
    height: 57px;
    border-radius: 100%;
	margin: 5px;
}

.thread_info {
    margin-top: 22px;
}

.t_name.mid {
    font-weight: bold;
}


.topics_content {
    font-size: 14px;
    color: gray;
    margin-top: 14px;
    line-height: 1.5;
    -webkit-line-clamp: 2;
	white-space: pre-wrap;
}

.timer {
    border-left: 1px solid #80808036;
    height: 100%;
    text-align: center;
    color: #BFC3C6;
    font-size: 12px;
}

.comments {
    border-bottom: 1px solid #80808036;
    padding: 25px 0;
    padding-top: 54px;
}


.timer i {
    color: #BFC3C6;
}
.comments i {
    font-size: 67px;
}

.comments span {
    position: absolute;
    left: 0;
    top: 75px;
    color: white;
    width: 100%;
}

.topics_views {
    border-bottom: 1px solid #80808036;
    padding: 8px;
}

.timer time {
    padding: 13px 0;
    display: block;
}
#new_top {
    background: white;
    padding: 50px;
    width: 70%;
    box-shadow: 0 0 10px #8080806e;
	border-radius: 15px
}

.foruma_sec_title {
    font-size: 20px;
    margin-bottom: 20px;
    color: var(--ocean);
}


#succ_txt {
    font-size: 22px;
    color: green;
    margin-bottom: 20px;
}


#new_comment {
    margin-top: 59px;
}


.mid.council {
    color: var(--gold);
}

.topics_category {
    margin-top: 5px;
}


.topics_title_h {
    margin-top: 20px;
}


.menu_items_box a {
    text-decoration: underline;
    font-size: 13px;
}

.nm_col .menu_items_box:first-child a {
    font-family: pop_med;
	    font-size: 18px;
	text-decoration: unset;

}

.forum_categories_box {
    width: calc(100% - 30px);
    display: block;
	color: gray !important;
    padding: 15px;
}


.count_cat {
    background: #D0D4D7;
    text-align: center;
    color: white;
    padding: 5px 0;
    border-radius: 10px;
    box-shadow: 0 0 3px #80808069;
}

#s_w .btn {
    margin-top: 20px;
}
#s_w {
    margin: 20px 0;
    width: 30%;
}

.widget {
    background: white;
    margin-top: 40px;
    box-shadow: 0 0 5px #80808075;
	border-radius: 15px;
}

.widget_title {
    background: var(--ocean);
    color: white;
    padding: 25px 15px;
	border-radius: 5px;
}


.topics_title {
    padding: 21px 15px;
    color: gray !important;
    border-bottom: 1px solid #80808047;
}



.nm_col i {
    font-size: 30px;
    margin-top: 20px;
}

.seppa {
    width: 2px;
    background: var(--gold);
    height: 120px;
    margin-top: 52px;
}


    
.top_log {
    background: #8B88A324;
    width: 200px;
    height: 100px;
    position: absolute;
    top: -100px;
    left: calc(20% - 100px);
    clip-path: polygon(0 44%, 100% 20%, 100% 100%, 0% 100%);
}

.col_bg {
    background: #8B88A369;
    width: 200px;
    height: 100%;
    position: absolute;
    left: calc(20% - 100px);
}


.bot_log {
    width: 200px;
    left: calc(20% - 100px);
    background: #8B88A324;
    clip-path: polygon(0 0, 100% 0, 100% 76%, 0% 100%);
    position: absolute;
    bottom: -100px;
    z-index: 2;
    height: 100px;
}


#log_col {
    width: 182px;
    margin: auto;
	
}


.log_btn::after {
    width: 100%;
    height: 2px;
    content: "";
    display: block;
		background: #80808052;

    margin-top: 6px;
}

.log_btn {
    margin-right: 31px;
	color: #80808052;
}

.ac {
    color: var(--gold);
}

.ac::after{
		background: var(--gold);

}

#u picture {
    width: 57px;
    height: 57px;
    border-radius: 100%;
    overflow: hidden;
}

.u_info {
    margin-left: 11px;
}

#hey_btns a {
    margin-top: 10px;
    display: inline-block;
    font-size: 12px;
    background: #80808024;
    padding: 7px 12px;
    border-radius: 8px;
    color: #00000075;
}
#big_btns {
    margin-left: 140px;
}


#big_btns a:nth-child(2) {
    background: var(--gold);
}
#big_btns a {
    background: var(--ocean);
    color: white;
    font-size: 14px;
    padding: 12px 20px;
    border-radius: 12px;
    margin-right: 26px;
}



#top_tool_forum {
    position: absolute;
    top: -2px;
    right: 10px;
	
}


#forum_home {
    color: var(--gold);
    margin-right: 10px;
    font-size: 20px;
}


#mob_menu_btn_forum {
    font-size: 22px;
    color: var(--ocean);
}



#menuContForum a {
    background: var(--ocean);
    color: white;
    width: 177px;
    text-align: center;
    border-bottom: 1px solid #dcdcdc4a;
}
#menuContForum {
    position: absolute;
    right: 0;
}

#forget {
  padding-bottom: 43px;
}

#signup_wrap .btn,#signin_form_wrap .btn,#forget .btn{
    background: var(--gold);
    width: calc(100% - 20px);
	margin-top: 20px;
}
#signup_wrap {
    padding-bottom: 50px;
}



#ok {
    background: var(--greenG);
    text-align: center;
    padding: 20px;
    margin: auto;
    margin-right: 20px;
    margin-bottom: 20px;
}


#signin_wrap {
    padding-bottom: 50px;
}


.log_wrap {
    background: white;
    border-radius: 15px;
    box-shadow: 0 0 10px #80808054;
}

#sign_txt {
    margin-bottom: 20px;
	padding-right: 20px;
}


.log_options {
    text-align: center;
    margin: 50px 0;
    font-family: pop_bold;
}


