* {
    margin: 0;
	outline: none;
}

/* COLORS */

:root {
	--prmy: #0f1321;
	--sgnd: #0c0f1b;
	--tbclrs: #141a2d;
	--btn: #3054E5;
}

/* AD HEADER (Remove the following line to activate ads.) */

.ad-image { display: none; }

/* END AD */

.header {
    background: #111727;
	color:#fff;
    padding: 2em 0;
	font-family: 'Poppins', sans-serif;
}

.BxHeader {
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: 50% 50%;
	/* If you want to activate the banner ad please remove the line above and remove "/asterisk/" from the line below. */
	/* grid-template-columns: 25% 50% 25%; */
	font-family: 'Poppins', sans-serif;
}

.lg {
    text-align: left;
    margin: auto 0;
}

.idxMmb {
    text-align: right;
    margin: auto 0;
}

.Ibxlg { float: right; }

#most {
	color:#fff;
	cursor:pointer;
}

#most img {
	color:#fff;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0px 4px;
	vertical-align: middle;
}

.opt_mn {
    position: absolute;
    background: #ffff;
    border-radius: 4px;
    margin-top: .6rem;
    box-shadow: 0px 0px 3px rgb(0,0,0,0.20);
}

.opt_mn ul {
    list-style: none;
    padding: 0;
}

.opt_mn ul li a {
    width: 120px;
    display: block;
    padding: 10px;
    color: #fff;
    text-align: left;
    background: #101523;
}

.opt_mn ul li a:hover { background: #171e31; }

.MnHeader {
    background: #090c15;
    display: grid;
    grid-template-columns: 70% 30%;
	font-family: 'Poppins', sans-serif;
}

.idxMn ul {
    list-style: none;
    display: flex;
}

.idxMn ul li a {
    color: #ffff;
    padding: 20px;
    font-size: 15px;
    display: block;
}

.idxMn ul li a:hover { background: #242caf; }
.RdsHd { margin: auto; }

.RdsHd a {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: #222838;
    border-radius: 50%;
}

.RdsHd i {
    color: cadetblue;
    line-height: 32px;
    transition: 0.2s linear;
}

.RdsHd i:hover { transform: scale(1.3); }

a {
    text-decoration: none;
    color: #fff;
}

.idxWh {
    display: grid;
    grid-template-columns: 76% 23%;
    grid-gap: 10px;
}

.bx_rps { display: none; }

.mbLg a.register {
    background: var(--btn);
    padding: 8px;
    border-radius: 4px;
}

.tabWh { margin-bottom: 1rem; }
.tabcnWh .stcs { margin-top: 3px; }

.tabcnWh {
    background: var(--tbclrs);
    padding: 20px 10px;
    color: #fff;
}

.tabcnWh .stcs i {
    background: #2e3754;
    padding: 4px;
    border-radius: 8px;
}

.nMsgs {
    background: #121729;
    padding: 6px;
    color: #ffff;
}

.prvSnd {
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 0.8rem 2.5rem;
}

.prvSnd_bx { margin: auto; }

.prvSnd_bx input.textbox {
    width: 230px;
    padding: 0.6rem;
    color: #51588a;
}

.prvSnd_bx input:focus { border: 1px solid #111d69; }

.ptlBx {
    padding: 5px;
    background: #111727;
	color: #6e759e;
}

.inpNw {
    background: #16182b;
    border: none;
    padding: 5px;
    border-radius: 4px;
    color: #b9bfd4;
    font-family: 'Varela Round', sans-serif;
    font-size: 13px;
}

.alignBx input {
    vertical-align: bottom;
    margin-right: 0.2rem;
}

.alignRdBx input { vertical-align: middle; }

.showTm {
    display: grid;
    grid-template-columns: 35% 51% 8% 6%;
}

.showTm.showTmBx {
    background: #111727;
    color: #7a7fa0;
    padding: 5px;
}

.RplyBx { background: #1b1e38; }

.RplyBx .tl_thd_nw input {
    width: 50%;
    padding: 10px;
    background: #0c0f1b;
    border: 1px solid #0c0f1b;
    color: #6e759e;
    margin: 1rem;
}

.tl_thd_nw { text-align: center; }

.thWrngs {
    display: grid;
    grid-template-columns: 30% 20% 20% 20% 10%;
    background: var(--tbclrs);
    padding: 10px;
}

.bx_rgs {
    display: grid;
    grid-template-columns: 50% 50%;
    background: #111727;
}

.bx_rgs > div { margin: 1rem; }

.rgs_g input {
    padding: 10px;
    background: #0c0f1b;
    border: 1px solid #0c0f1b;
    color: #6e759e;
}

.rgs_g input:focus {
    border: 1px solid #05274a;
    transition: 0.3s all;
}

.rgs_ds {
    display: grid;
    grid-template-columns: 50% 50%;
    margin: 1rem 0;
}

.rgs_g input.error {
    border-bottom: 2px solid #ff3300ba;
    border-radius: 3px;
}

.mbRgInp input { vertical-align: middle; }
.captBx { background: #111727; }

.btn_rps {
    background: var(--btn);
    padding: 8px 10px;
    display: block;
    color: #ffff;
    border-radius: 3px;
    box-shadow: 0px 0px 10px 6px rgba(48, 84, 229, 0.35);
    font-size: 14px;
}

.rpt_bx {
    padding: 10px;
    display: grid;
    grid-template-columns: 60% 40%;
    background: #111727;
}

.tfoot input.button { padding: 6px; }

.wrnBxDs {
    display: grid;
    grid-template-columns: 50% 50%;
    background: #111727;
    padding: 5px;
}

.wrn_txt {
    text-align: center;
    padding: 10px;
    background: #0f1321;
}

.wrn_txt textarea {
    width: 50%;
    min-width: 50%;
    max-width: 50%;
    height: 150px;
    min-height: 150px;
    max-height: 300px;
}

.prvShRs {
	display: grid;
	grid-template-columns: 30% 20% 20% 20% 10%;
}

.tbCt {
    display: grid;
    grid-template-columns: 50% 20% 20% 10%;
    background: #121729;
    padding: 10px;
}

.tbQtFm { display: flex; }
.tbQtFm .tlFm:nth-child(1) { width: 100%; }
.tbQtFm .tlFm:nth-child(2), .tbQtFm .tlFm:nth-child(3) { width: 20%; }
.tbQtFm .tlFm:nth-child(4), .tbQtFm .tlFm:nth-child(5) { width: 30%; }
.tbQtFm .tlFm:nth-child(6) { width: 5%; }
.tbQtFm .tlFm { margin:auto 0; }
.tbRspFm { display: none; }
		
.BdsTlt {
    background: #161c31;
    padding: 6px;
    border-radius: 6px;
    font-size: 11px;
}	

.pgtn .pgtn_current {
    background: var(--btn);
    color: #fff;
    border: none;
    font-weight: bold;
}

.pgtn {
    font-size: 11px;
    padding: 10px;
}

.pgtn .pgs { font-weight: bold; }
.pgtn .pgtn_current, .pgtn a { padding: 5px 8px; }

.pgtn_current, .pgtn a {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.pgtn_current, .pgtn a { background: var(--tbclrs); }

.pgtn a:hover {
    background: #1b243c;
    text-decoration: none;
}

.IconHed {
    font-size: 18px;
    vertical-align: middle;
}

.IconHed.fa-envelope { margin-right: 0.35em; }
.theadNwBx { background: #161d31; }

.thd_nw .inp_nw {
    width: 50%;
    background: #0c0f1b;
    border: 1px solid #0c0f1b;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 8px 30px 8px 8px;
    font-size: 14px;
	color: #fff;
}

.theadOpt {
    display: grid;
    grid-template-columns: 50% 50%;
}

.thd_nw.tb_ctnd_tmn input {
    vertical-align: middle;
    margin-right: 0.2rem;
}

.theadTltNw { padding-bottom: 0.2rem; }
.thd_nw input.inp_nw:focus { border: 1px solid #0c304c; }

.rules_fm {
    background: #182035;
    border-radius: 3px;
    padding: 8px;
    box-shadow: 0px 0px 2px rgb(0,0,0,.15);
}

.rules_fm a { color: #fff; }
.mb_tl { margin: 0 1rem; }

.fmDspPass {
    text-align: center;
    margin-top: 0.5rem;
}

.fmDspPass input {
    padding: 8px;
    border: 1px solid #202442;
    border-radius: 2px;
}

.fmDspPass input:focus { border: 1px solid #132e5a; }

.mblUsr {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}

.mblUsrBx {
    background: #111727;
    padding: 20px;
    margin: 0 1rem 1rem 1rem;
    text-align: center;
    color: #5b6696;
}

.mblUsrBx > div img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.mbLsTrs {
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
}

.mbLsTrs > div { margin: 5px; }

.stats_bx {
    border-right: 1px solid #0f1321;
    padding: 6px;
    background: #111727;
}

.btnMnx input { padding: 6px; }

.Ibitds {
    background: #121625;
    padding: 6px;
}

.IbitdsBx {
    background: #141a2d;
    padding: 4px;
}

.lg_md {
    margin: auto;
    width: 90%;
    font-family: 'Varela Round', sans-serif;
    color: #737da0;
}

.lg_md.lgmb {
    background: #0f1221;
    width: 30%;
    box-shadow: 0px 0px 6px rgb(0,0,0,0.30);
}

.lgmbbx { padding: 10px; }

.ctn_lg {
    text-align: center;
    padding: 20px;
}
.ctn_lg h2 {
    font-size: 2em;
    color: #f1f1f1;
}

.grp_lg input.textbox {
    font-size: 15px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 90%;
    border: 1px solid;
    margin: auto;
    margin-top: 1rem;
}

.grp_lg input.textbox {
    font-size: 15px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 90%;
    border: 1px solid #121729;
    margin: auto;
    margin-top: 1rem;
    background: #0a0e1d;
    color: #f1f1f1;
}

.grp_lg input.textbox::placeholder { color: #757fa2; }

.grp_lg input:focus {
    outline: none;
    transition: .2s;
    border-color: #052444;
}

.grp_checkbox {
    width: 90%;
    margin: 20px auto;
}

.btn_lg input, .btn_lg a {
    width: 80%;
    padding: 10px 0px;
    background: var(--btn);
    color: #ffff;
    font-family: 'Varela Round', sans-serif;
    border-radius: 2px;
    margin: auto;
}

.btn_lg input:hover, .btn_lg a:hover { background: #202948; }
.grp_nwpss { padding: 4em 0 2em; }

.btn.btn_lg {
    display: grid;
    grid-template-columns: 50% 50%;
    margin-top: 1rem;
}

.thd {
    padding: .5em;
    color: #ffff;
    background: #121729;
}

.bx_mn { background: #202442; }

.bx_ln {
	padding:1em;
	display:block;
}

.bx_ln:hover {
    background: #2d325a;
    transition: .3s;
}

.usercp_nav_trash_pmfolder .icon_nv:before {
    font-family: "Font Awesome 5 Free";
    content: "\f2ed";
    z-index: 1;
    font-size: 14px;
}

.ptl_cnt {
    float: left;
    width: 20%;
}

.ptl_cnt_2 {
    float: right;
    width: 78%;
}

.prt_prt { padding: 5px; }

.prt_ctn {
    display: flex;
    padding: 5px;
}

.prt_ctn .prt_img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid;
}

.prt_ms { margin: auto .5rem; }
.icon_port { font-size:15px; }

.bx_sch {
    width: 100%;
    display: flex;
}

.sch {
    width: 100%;
    background: #111727;
}

.sch_spc {
    padding: 10px;
    color: #6e759e;
}

.inp_sch {
    padding: 6px 10px;
    margin-bottom: 0.5rem;
    border: none;
    background: #0c0f1b;
    outline: none;
    font-size: 16px;
    font-family: 'Varela Round', sans-serif;
    border-radius: 4px;
    color: #6e759e;
}

.inp_sch::placeholder {
    font-size: 16px;
    color: #777;
    font-weight: bold;
    font-family: 'Varela Round', sans-serif;
}

.tb_svn, .tb_thd_tn { display: flex; }
.tb_svn .tl:nth-child(1) { width: 80%; }
.tb_svn .tl:nth-child(2), .tb_svn .tl:nth-child(3), .tb_svn .tl:nth-child(4), .tb_svn .tl:nth-child(5) { width: 20%; }
.tb_svn .tl:nth-child(6) { width: 40%; }
.tb_svn .tl:nth-child(7) { width: 10%; }
.tb_svn .tl:nth-child(1), .tb_svn .tl:nth-child(2), .tb_svn .tl:nth-child(3), .tb_svn .tl:nth-child(4), .tb_svn .tl:nth-child(5), .tb_svn .tl:nth-child(6), .tb_svn .tl:nth-child(7) { margin: auto; }

.tb_thd_tn .tl:nth-child(1), .tb_thd_tn .tl:nth-child(2), .tb_thd_tn .tl:nth-child(3) {
    width: 100%;
    margin: auto;
}

.tb_thdCtn_tn {
    display: grid;
    grid-template-columns: 33.3% 33.3% 33.3%;
    padding: 8px;
    background: #111727;
    color: #5b6696;
}

.tb_thdCtn_tn > div { margin: 0 1em; }
.cldr_bx, .cldr_dy, .cldr_wk_day, .cldr_wkv { display: flex; }
.cldr_wedh { width: 100%; }

.cldr_bdr {
    border: 1px solid #0c0f1b;
    padding: 10px;
    background: #111727;
    color: #616ea2;
}

.cldr_bx_dy {
    width: 100%;
    height: 100px;
}

.cldr_bx_dy a { color: #4d5985; }

.cldr_bx_dy a {
    font-size: 22px;
    color: #777;
}

.icon_day { display: none; }
.cldr_a a { font-size:10px; }
.cldr_wk1 { width:10%; }
.cldr_wk2 { width:90%; }

.wh_cldr_mn { width:80%; box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); }
.wh_cldr_mn2 {
	width: auto;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	font-size: 12px;
}

.cldr_bx_dy_mn { width: 16px; }

.mn_cldr {
    width: 100%;
    display: inline-flex;
    padding: 6px 0;
    border: 2px solid #0b101d;
    border-radius: 6px;
    background: #111727;
}

.mn_opt_cldr {
	width:49%;
	float:left;
	margin:auto;
}

.mn_opt_cldr2 {
    width: 50%;
    float: right;
    text-align: right;
    margin: auto;
}

.mn_opt_cldr2 input { padding: 3px 6px; }
.mn_opt_cldr2 select { padding: 2px; }
.mni_cldr { padding-left: 10px; }
.cldr_wedh.cldr_mni_wedh strong { display: block; }
.cldr_mdtos input { padding: 6px 8px; }

.tb {
    width: 100%;
    overflow: hidden;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.dsc_tl {
    background: #0e00c7;
    padding: 5px;
    color: #fff;
}

.tb_tl_thrd, .tb_ctnd { display: flex; }
.tb_tl a { color:#fff; }

.tb_tl {
    background: var(--prmy);
    display: block;
    color: #fff;
    padding: 15px 12px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.tb_tl_thrd .tl:nth-child(1), .tb_ctnd .tl:nth-child(1) { width: 90%; }

.tb_tl_thrd .tl:nth-child(2), .tb_tl_thrd .tl:nth-child(3), .tb_ctnd .tl:nth-child(2), .tb_ctnd .tl:nth-child(3) {
    width: 30%;
	text-align: center;
}

.tb_tl_thrd .tl:nth-child(4), .tb_ctnd .tl:nth-child(4) { width: 40%; }
.tb_ctnd .tl:nth-child(2), .tb_ctnd .tl:nth-child(3), .tb_ctnd .tl:nth-child(4) { margin:auto; }

.txtNt textarea {
	color: #fff;
    width: 100%;
    height: 200px;
    max-width: 99%;
    min-width: 100%;
    min-height: 200px;
    max-height: 300px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background: #161c2f;
    border: 0;
    font-size: 15px;
}

.btn_prmy input {
    padding: 10px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    box-shadow: 0px 4px 20px rgba(27, 126, 245, 0.27);
    border: 0;
    border-radius: 3px;
    transition: all .3s;
}

.btn_prmy input:hover {
	transform: translateY(-5px);
	transition: all .3s;
}

a.btn_nwthd {
    display: block;
    padding: 10px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    background: var(--btn);
    box-shadow: 0px 0px 15px 5px rgba(48, 84, 229, 0.42);
    border: 0;
    border-radius: 3px;
    transition: all .3s;
}

.btn_nwthd:hover {
	transform: translateY(-5px);
	transition: all .3s;
}

.oth_tl {
    background: var(--prmy);
    padding: 10px;
    color: #fff;
}

.tb_thdsx, .tb_thdsxCtn { display: flex; }
.tb_thdsx .tl:nth-child(1), .tb_thdsxCtn .tl:nth-child(1) { width: 100%; }
.tb_thdsx .tl:nth-child(2), .tb_thdsx .tl:nth-child(5), .tb_thdsxCtn .tl:nth-child(2), .tb_thdsxCtn .tl:nth-child(5) { width: 60%; }
.tb_thdsx .tl:nth-child(3), .tb_thdsx .tl:nth-child(4), .tb_thdsx .tl:nth-child(6), .tb_thdsxCtn .tl:nth-child(3), .tb_thdsxCtn .tl:nth-child(4), .tb_thdsxCtn .tl:nth-child(6) { width: 20%; }
.tb_thdsx .tl:nth-child(1), .tb_thdsx .tl:nth-child(2), .tb_thdsx .tl:nth-child(3), .tb_thdsx .tl:nth-child(4), .tb_thdsx .tl:nth-child(5), .tb_thdsx .tl:nth-child(6), .tb_thdsxCtn .tl:nth-child(1), .tb_thdsxCtn .tl:nth-child(2), .tb_thdsxCtn .tl:nth-child(3), .tb_thdsxCtn .tl:nth-child(4), .tb_thdsxCtn .tl:nth-child(5), .tb_thdsxCtn .tl:nth-child(6) { margin: auto; }

.nw_post {
    width: 50%;
    padding: 8px;
    margin: 10px auto;
    display: block;
    background: #f1f1f1;
    border: 0;
    border-radius: 6px;
    font-family: 'Varela Round', sans-serif;
    font-weight: bold;
}

.tb_tlsg a { color:#fff; }

.tb_tlsg {
	background: var(--sgnd);
    color: #fff;
    padding: 10px;
}

.tb_dep, .tb_depCnt, .tb_thdlst, .tb_thdlstCtn { display: flex; }
.tb_dep .tl:nth-child(1), .tb_depCnt .tl:nth-child(1) { width: 100%; }

.tb_dep .tl:nth-child(2), .tb_dep .tl:nth-child(3), .tb_depCnt .tl:nth-child(2), .tb_depCnt .tl:nth-child(3) {
    width: 20%;
    text-align: center;
	margin:auto;
}

.tb_dep .tl:nth-child(4), .tb_depCnt .tl:nth-child(4) { width: 30%; margin:auto; }

.tb_tlbx {
    background: var(--tbclrs);
    padding: 14px 10px;
    color: #62688f;
}

.tb_thdlst .tl:nth-child(1), .tb_thdlstCtn .tl:nth-child(1) { width: 100%; }
.tb_thdlst .tl:nth-child(2), .tb_thdlst .tl:nth-child(3), .tb_thdlstCtn .tl:nth-child(2), .tb_thdlstCtn .tl:nth-child(3) {
    width: 20%;
    text-align: center;
}

.tb_thdlst .tl:nth-child(4), .tb_thdlst .tl:nth-child(5), .tb_thdlstCtn .tl:nth-child(4), .tb_thdlstCtn .tl:nth-child(5) { width: 30%; }
.tb_thdlst .tl:nth-child(6), .tb_thdlstCtn .tl:nth-child(6) { width: 10%; }
.icon_fm_rs, .rsp_thd_lst { display:none; }
.fm_nvr { text-align: right; }
.xSearch input { padding: 4px; }

.iSearch {
	background:none;
	padding:0px;
}

.iSearch:after {
    font-family: "Font Awesome 5 Free";
    content: "\f002";
    position: absolute;
    font-size: 14px;
    z-index: 0;
    font-style: normal;
    font-weight: bold;
    margin: 0.3em -3em;
    color: #777;
}

.pWgues input { width: 80%; }

.ShwThead {
    display: grid;
    grid-template-columns: 20% 80%;
}

.inp_sch::placeholder { color: #616f94; }
input.inpPn { padding: 6px 8px; }

.tbEro {
    display: grid;
    grid-template-columns: repeat(3, 33.33%);
}

.tbmngrup {
    display: grid;
    grid-template-columns: 45% 20% 20% 10% 5%;
}

.tbManagerDs  {
	display:grid;
	grid-template-columns: 30% 70%; 
}

.tbmnjoin {
    display: grid;
    grid-template-columns: 35% 35% 10% 10% 10%;
}

.bxProfl {
	width: 30%;
	float: left;
    background: #151c2f;
    text-align: center;
    padding: 1rem;
    border-radius: 2%;
}

.bxProfl img.imagePh { border-radius: 50%; }

.bxInfs {
	width: 64%;
	float: right;
    margin-left: 1rem;
    display: grid;
    grid-template-columns: repeat(3, 33.33%);
}

.p_infs {
    background: #151c2f;
    text-align: center;
    padding: 1rem;
    color: #fff;
    border-radius: 3px;
    margin-bottom: 0.5rem;
    margin-right: 1.5rem;
}

.p_infs h4 {
    margin-top: 5px;
    font-size: 15px;
}

.profileBxns {
    background: #0e131f;
    padding: 2px;
}

.profileBxns h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 0.5rem;
}

.profileBxns .nsbx > div, .profileBxns .nssign {
    background: #172033;
    margin: 7px;
    padding: 12px;
}

.add_f {
    padding: 10px;
    background: #0a0e17;
    border-radius: 20px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    margin: 10px 0 20px;
}

.profiles .pDs > div {
    background: #0e131f;
    padding: 8px;
    margin: 4px;
    border-radius: 5px;
}

.profiles .pDs {
    display: grid;
    grid-template-columns: repeat(2, 50%);
}

.icon_profile {
    background: #243150;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: inline-block;
}

.icon_profile i {
    line-height: 2;
    font-size: 11px;
}

.reputationp .reputation_neutral {
    color: #fff;
}

.tbShwtm {
    display: grid;
    grid-template-columns: 30% 30% 20% 10% 10%;
}

.mdDlayed {
    display: grid;
    grid-template-columns: 25% 30% 15% 15% 15%;
}

.tbmdthnts {
    display: grid;
    grid-template-columns: repeat(4, 25%);
}

.rgs_m .rg_m {
    background: #1d2742;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #2f3952;
}

.hlptxt.inp_rgac { padding: 9px; }

.p_name {
    font-weight: bold;
    font-size: 17px;
    margin: 0;
}


.add_ignore_button i:before {
    font-family: "Font Awesome 5 Free";
    content: "\f506";
    font-weight: bold;
}

.add_buddy_button .fa-user:after {
    content: "+";
    font-weight: bold;
}

.report_user_button i:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f235';
    font-weight: bold;
}

.add_ignore_button .fa-user:after {
    content: "+";
    font-weight: bold;
}

.remove_buddy_button i:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f500';
    font-weight: bold;
}

.hlptxt::placeholder { color: #636f98; }

.tb_onl {
	display:grid;
	grid-template-columns: repeat(3, 33.33%);
}

.tb_ds {
    display: grid;
    grid-template-columns: repeat(2, 50%);
}


.author_avatar { margin: .5em 0; }

.author_avatar img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.38);
}

.author_statistics {
    width: 150px;
    margin: 1em auto;
    text-align: left;
    color: #686f96;
    font-weight: bold;
}

.ps_tl_s a { color: #585e82; }

.icon_psb {
    margin-right: .3em;
    margin-bottom: .3rem;
    background: #1a233a;
    padding: 5px;
    border-radius: 50%;
}

.author_information {
    color: #686f96;
    font-family: 'Varela round', sans-serif;
    font-weight: bold;
}

.pst_cls_hdr {
    padding: 6px;
    background: #ccc;
}

.tb_smlrthds { display: flex; }

.tb_smlrthds .tl:nth-child(1), .tb_smlrthds .tl:nth-child(2), .tb_smlrthds .tl:nth-child(3), .tb_smlrthds .tl:nth-child(4), .tb_smlrthds .tl:nth-child(5) {
    width: 50%;
	margin:auto;
}

.attmts {
    width: 200px;
    background: #101625;
    border-radius: 4px;
    border: 1px solid #30364e;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.24);
}

.attmts_bx {
    padding: 10px;
    color: #27354D;
    font-size: 14px;
}

.attms_icon {
    background: #ccc;
    padding: 5px;
    display: inline-block;
    border-radius: 4px;
    vertical-align: middle;
}

.thd_nw { margin: 10px; }
.thd_nw.tl_thd_nw { text-align:center; }

.thd_nw > div {
    width: 90%;
    margin: auto;
}

.footer {
    width: 100%;
    background: #13151f;
}

.bx_ftr {
    display: grid;
    padding: 1rem 3rem;
    grid-template-columns: repeat(4, 33%);
    margin: auto;
}

.ftr_ctn h3 {
    color: #f2f4f6;
	margin-bottom:1rem;
}

.ftr_ctn h3 i {
    background: #1a2035;
    padding: 6px;
    border-radius: 4px;
}

.ftr_ctn {
    width: 80%;
    margin: 0 auto;
    color: #687294;
}

.ftr_ctn ul {
    list-style: none;
    padding: 0;
}

.ftr_ctn ul li a {
    padding: 2px 0;
    display: block;
    transition: all .6s ease;
    color: #687294;
}

.ftr_ctn ul li a:hover {
    margin-left: .5rem;
    transition: all .6s ease;
}

.language { margin-bottom: 1rem; }

.icon_ftr {
    list-style: none;
    padding: 0;
    margin: 0;
}

.icon_ftr li {
    font-size: 35px;
	padding: 0 10px;
}

.ftr_ctn .icon_ftr { display: flex; }

.copyright {
    padding: 10px;
	background: #13151f;
	color: #687294;
}

.cpr_rg { float: right; }
.icon_cpr.pulse { animation: icon_cpr_pulse 5s ease infinite; }

.icon_cpr {
    font-size: 14px;
    color: red;
} 

@keyframes icon_cpr_pulse {
  0% { transform:scale(1); }
  5% { transform:scale(1.25); }
  20% { transform:scale(1); }
  30% { transform:scale(1); }
  35% { transform:scale(1.25); }
  50% { transform:scale(1); }
  55% { transform:scale(1.25); }
  70% { transform:scale(1); }
}

.signature.scaleimages { margin-top: 1rem; }

.chng_nm {
    width: 100%;
    text-align: center;
}

.bx_chng { padding: 10px; }

.bx_chng input.mb_acpw {
    padding: 10px;
    border-bottom: 2px solid var(--sgnd);
}

.bx_chng input:focus { border-bottom: 2px solid var(--prmy); }

span.signt > span,  span.signt > span > span {
    background: none;
    box-shadow: none;
    border-radius: 0px;
    padding: 0;
    margin: 0;
}

.pop_sm {
    display: inherit;
    border: 1px solid #0f1321;
    padding: 6px 0;
}

.msc_rs {
    display: grid;
    grid-template-columns: 50% 50%;
    color: #676e95;
}

.send_thr {
    text-align: center;
    padding: 10px;
    background: var(--tbclrs);
}

.txtr_rps textarea {
    width: 40%;
    max-width: 40%;
    min-width: 40%;
    max-height: 300px;
    min-height: 150px;
    background: #0c0f1b;
}

.send_thr input { width: 40%; }

.rpt_v {
    padding: 8px;
    background: #f1f1f1;
    border-bottom: 1px solid #ccc;
}

.btn_rps:hover { color:#ffffff; }

.rpt_v.trow_reputation_positive {
    background: #ccffcc;
    border-bottom: 0;
}

.rpt_v.trow_reputation_negative {
    background: #ffcccc;
	border-bottom: 0;
}

.mbr_lw {
    text-align: center;
    background: #111727;
    color: #646f9c;
    padding-top: 1rem;
}

.icon-nwthd { font-size:16px; }

.star {
    list-style: none;
    padding: 0;
    display: inline-flex;
}

.star li a:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f005';
    font-size: 14px;
}

li.current_rating a { color: #eab71f; }

.red_alert {
    background: #ea464b;
    color: #ffffff;
    text-align: center;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 11px;
    word-wrap: break-word;
}

.red_alert a { color: #ffffff; }
.dpy_flx, .sh_quick { display:flex; }

.tb_ctnd_tmn {
    background: #202442;
    padding: 5px;
    border-bottom: 1px solid #121729;
    color: #fff;
}

.tb30, .quick_1 { width:30%; }
.tb70, .quick_2 { width:70%; }

.thd_prf {
	width:50%;
	margin:auto;
}

.bx_opt {
    padding: 20px 10px;
    text-align: center;
}

.postbit_multiquote_on i:before {
    font-family: "Font Awesome 5 Free";
    content: '\f10e';
}

.quick_2 > div > textarea {
    background: #0c0f1b;
    border: none;
    color: #727da9;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    min-height: 200px;
    max-height: 500px;
}

.quick_1, .quick_2 { padding:5px; }
.icon_shth { font-size: 16px; }

.lis_mb_tl {
	display:flex;
	margin:auto;
}

.lis_mb_tl a { margin:auto; }

.subscription_remove i:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f068';
    position: absolute;
    color: var(--btn);
    margin: -2px -17px;
    font-size: 10px;
}

.btn_accept:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f002";
    font-size: 15px;
    font-weight: 800;
}

.btn_sg { background:var(--btn_sg); }

.new_reply_button {
    padding: 5px 10px;
    margin: 2px 2px 6px 2px;
    display: inline-block;
    color: #fff;
	border-radius:2px;
	transition: all .3s;
}

.new_reply_button:hover {
	color: #fff;
	transform: translateY(-3px);
    transition: all .3s;
}

.chk_cldr {
	width:90%;
	margin:auto;
	padding:10px;
}

.hlp_srch {
    display: flex;
    padding: 5px;
}

.hlptxt {
    background: #202442;
    border: none;
    padding: 5px;
    border-radius: 4px;
    color: #b9bfd4;
    font-family: 'Varela Round', sans-serif;
    font-size: 13px;
}

.inp_flds { background: #121729; }
.btngo input { padding: 5px; }

.status_online, .status_offline {
    width: 10px;
    height: 10px;
    background: #28d000;
    display: inline-block;
    border-radius: 100%;
}

.status_offline { background: #a2a2a2; }

.sml {
    width: 100%;
    text-align: right;
}

.mdl_smil {
    position: absolute;
    margin-top: -15rem;
    right: 0;
    margin-right: 7rem;
    z-index: 9999;
}

.ctnd_sml {
    width: 150px;
    background: #0f1321;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);
    float: right;
}

.sdl {
    display: flex;
    padding: 5px;
}

.dss {
    width: 100%;
    padding: 4px;
    border-radius: 2px;
}

.dss:hover { background: #202442; }

.mrd_sml {
    background: #171d33;
    padding: 5px;
}

#show_sml img {
    font-size: 2em;
    cursor: pointer;
    margin: 10px 3rem;
}

.bx_rd input.textbox {
    width: 50%;
    background: #f1f1f1;
    border: none;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 8px 30px 8px 8px;
    font-size: 14px;
}

.icon_read {
    position: absolute;
    margin: 10px -1.5rem;
}

.hlptxt.inp_x { padding: 3px; }
.button.btn_x { padding: 2px 5px; }

.button.ftot_btn {
    padding: 6px 5px;
    margin: auto;
}

.icon_inp {
    margin: 0 -30px;
    color: #636f98;
}

.inp_icon {
    padding: 5px 30px 5px 5px;
}

.tl_pmry { width:60%; }

.spn span {
    padding: 0;
    display: inline-flex;
}

.nll_ul { list-style: none; }
.btn_nrm input { padding: 6px; }

.bx_pwthd {
    text-align: center;
    padding: 10px;
}

.btn_accept {
    background: none;
    position: absolute;
    margin: 0.2rem -1.5rem;
    padding: 0;
	color: var(--sgnd);
}

.hlptxt.inp_srch { padding: 3px 5px; }

.tfoot.tfoot_thd {
    padding: 10px 6px;
    border: none;
    background: #0c0f1b;
}

.plls_ptn {
    padding: 6px;
    margin: 8px;
    background: #182035;
    border-radius: 4px;
    font-weight: bold;
    color: #fff;
}

.pollbar {
    background: #454d65;
    color: #fff;
    padding: 6px 0;
}

.pollbar > span { display: inline-flex; }
.pollbar i { margin: 2px 0.4rem; }
.plls_ptn.plls_rstls { padding: 0; }

.plls_ops {
	display: grid;
    grid-template-columns: 50% 50%;
    margin-top: 0.5em;
}

.contact {
    width: 40%;
    margin: auto;
}

.cntct_bx {
    padding: 10px;
    text-align: center;
    background: #111727;
}

.cntct_bx .inp_cntct {
    width: 80%;
    background: #090c15;
    border: 0;
    padding: 10px;
    border-radius: 6px;
    color: #7784ab;
}

.cntct_bx textarea {
    width: 98%;
    max-width: 98%;
    min-width: 98%;
    min-height: 100px;
    max-height: 300px;
    border: none;
    background: #090c15;
    color: #677494;
}

.warn_cum, .tb_thd_wn { display: flex; }
.warn_dv_cm { margin-left:1rem; }

.tb_thd_wn .tl:nth-child(1) {
    width: 80%;
	margin:auto;
}

.tb_thd_wn .tl:nth-child(2), .tb_thd_wn .tl:nth-child(3), .tb_thd_wn .tl:nth-child(4), .tb_thd_wn .tl:nth-child(5) {
    width: 50%;
	margin:auto;
}

.post_body textarea {
    min-width: 99%;
    max-width: 99%;
    width: 100%;
    margin: auto;
    background: #0c0f1b;
    border: none;
    color: #7179ab;
}

.post_body button[type="cancel"] { margin-left: 1rem; }
.sedmsg_1 {
    width: 30%;
    float: left;
}

.sedmsg_2 {
    width: 70%;
    float: right;
}

.ctn_tb_1, .ctn_tb_2, .tb_wn { width:50%; }

.btn_tp input {
    margin-top: 1vh;
    padding: 6px;
}

.txtcnt { text-align:center; } .cntr {text-align:center;}

.tb_p_long {
    max-width: 40rem;
    overflow: hidden;
    margin: 0;
    text-overflow: ellipsis;
}

.txg_rg { text-align: right; }
#quickreply_spinner i { font-size:30px; }
.txtbx_prmy input { padding: 10px 20px; }

input.textbox {
    background: #0c0f1b;
    color: #fff;
    border: 1px solid #0f1321;
    outline: 0;
    font-size: 13px;
    font-family: 'Varela Round', sans-serif;
    padding: 6px;
}

.new_pm.fas.fa-envelope-open::before {
    font-family: "Font Awesome 5 Free";
    content: '\f0e0';
}

.icon_cntrls { font-size: 14px; }

.bx_addsubs {
    padding: 10px;
    background: #121729;
    color: #fff;
}

.status_on, .status_off, .status_away {
    width: 10px;
    height: 10px;
    background: #28d000;
    display: inline-block;
    border-radius: 100%;
}

.status_off { background: #a2a2a2; }
.status_away { background: #c9cc0a; }

.sg_tb, .ctn_tb, .dt_bx {
    display: inline-flex;
    width: 100%;
}

.mg_at_tb_th { width: 100%; }

.tb_pdh {
	padding:1vh;
	height:30px;
}

.usc_wh {
    width: 20%;
    float: left;
}

.usc_wh_rg {
    width: 78%;
    float: right;
}

.dt_inf {
	width:100%;
	padding:0.5em;
}

.hdr_bx_cpn {
    width: 100%;
    display: flex;
}

.pd5 { padding:5px; }
.tp_cntl, .btn_cntl input { margin-top: 1em; }
.btm_usc {margin-bottom: 1em;}

.btn_cntl {
    text-align: center;
    width: 90%;
    float: right;
}

.cntl_tex textarea {
    width: 99%;
    max-width: 99%;
    min-width: 99%;
    height: 190px;
    min-height: 190px;
    max-height: 300px;
}

.tbContact {
    width: 80%;
    margin: auto;
}

.bxContact > div {
    padding: 10px;
}

.bxContact {
    display: grid;
    grid-template-columns: 30% 70%;
}

.tbAttach {
    width: 100%;
    margin: auto;
}

.mn_pfl {
    width: 100%;
    background: #202442;
    border-radius: 4px;
}

.mn_pfl .bx_mn_pfl ul {
    list-style: none;
    display: flex;
    padding: 0;
}

.mn_pfl .bx_mn_pfl ul li {
    width: 100%;
    text-align: center;
}

.mn_pfl .bx_mn_pfl ul li a {
    font-size: 1.8rem;
    display: inline-block;
    padding: 1.2rem;
    transition: 0.5s all;
    border-bottom: 2px solid #202442;
    cursor: pointer;
}

.mn_pfl .bx_mn_pfl ul li a:hover {
    background: #121729;
    border-bottom: 2px solid #374c63;
    transition: 0.5s all;
}

.trow1.ctn_prf {
    padding: 10px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.trow1.ctn_prf textarea {
    background: #272b4a;
    color: #fff;
}

.stlyIconpm { margin-right: 0.8rem; }

.pmIcon {
    position: absolute;
    background: #dd0000;
    width: 16px;
    height: 16px;
    text-align: center;
    margin-left: -0.5rem;
    border-radius: 4px;
    line-height: 1.5;
    margin-top: -0.2rem;
    font-size: 10px;
}

.unread0 { background: #4a557b; }
.myalerts { margin-right: 0.5rem; }
.pmIcon.unread0.alerts--new { background: #dd0000; }

.tb-alert {
    display: flex;
    justify-content: space-between;
}

.content-alert {
    display: grid;
    grid-template-columns: 10% 40% 25% 25%;
    align-items: center;
    padding: 10px;
}

.ad-image img { border-radius: 4px; }

/* RESPONSIVE */

@media screen and (max-width:1024px) {
	.hdr_mn ul { padding: 0; }
	
	.hdr_mn ul li {
		padding: .5rem;
		margin: auto;
	}
	
	.wlm_lg { text-align: right; }
	.wlm_lg a.register { display: inline-block; }
	
	.pst_cls {
		display: grid;
		grid-template-columns: 25% 75%;
	}

	.pst_ath {
		bottom: 0;
		padding: .5em;
	}
	
	.mbLsTrs { display: block; }
	.mbLsTrs > div { margin: 0px; }
	.portal_search.hlptxt { width: 80%; }

	.mbLsTtl {
		overflow: hidden;
		text-overflow: ellipsis;
		margin: 3px 0;
	}
}

@media screen and (max-width:768px) {
	.Ibxlg { display:none; }
	
	.BtnCn {
		position: relative;
		top: 5%;
		right: 2%;
		height: 35px;
		width: 35px;
		cursor: pointer;
		z-index: 100;
		transition: opacity .25s ease;
		float: right;
	}
	
	.BtnCn:hover { opacity: .7; }
	
	.BtnCn span {
		background: #ffffff;
		border: none;
		height: 5px;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		transition: all .35s ease;
		cursor: pointer;
		border-radius: 2px;
	}
	
	.BtnCn span:nth-of-type(2) { top: 11px; }
	.BtnCn span:nth-of-type(3) { top: 22px; }
	
	.BtnCn.active .top {
		-webkit-transform: translateY(11px) translateX(0) rotate(45deg);
		transform: translateY(11px) translateX(0) rotate(45deg);
		background: #FFF;
	}

	.BtnCn.active .middle {
		opacity: 0;
		background: #FFF;
	}

	.BtnCn.active .bottom {
		-webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
		transform: translateY(-11px) translateX(0) rotate(-45deg);
		background: #FFF;
	}
	
	.bx_rps {
		position: fixed;
		background: #000000c4;
		top: 0;
		left: 0;
		width: 100%;
		height: 0%;
		opacity: 0;
		visibility: hidden;
		transition: opacity .35s, visibility .35s, height .35s;
		overflow: auto;
	}
	
	.bx_rps.open {
		opacity: .9;
		visibility: visible;
		height: 100%;
		display:block;
	}
	
	.bx_rps ul {
		list-style: none;
		text-align: left;
	}

	.bx_rps ul li a {
		display: block;
		padding: 10px;
		font-size: 25px;
		color: #ffff;
	}
	
	.MnHeader {
		padding: 10px;
		display: block;
	}
	
	.idxMn {  display: none; }
	.bx_rgs { display: block; }
	.bx_rgs > div { margin:0; padding: 1rem; }
	
	.tbQtFm {
		display: block;
		text-align: center;
		border-bottom: 1px solid #090c15;
	}
	
	.tb_tlbx.tbQtFm > div {
		text-align: center;
		padding: 0.2rem;
	}

	.tbFmDsp { display: none; }
	.tbRspFm { display: flex; }
	
	.RspFmIcn:before {
		font-family: 'Font Awesome 5 Free';
		content: '\f06e';
		font-weight: bold;
	}
	
	.RspFmIcn.FmIcnRpls:before { content: '\f086'; }
	
	.RspFmIcn {
		background: #0c0f1b;
		width: 2.5rem;
		height: 2.5rem;
		margin: auto;
		border-radius: 50%;
		line-height: 3;
		margin-bottom: 0.5rem;
	}
	
	.tfoot { text-align: center; }
	
	.tb_smlrthds.tb_tlbx .tl:before {
		font-size: 12px;
		color: #62688f;
		font-weight: bold;
		line-height: 1.2;
		text-transform: uppercase;
		margin: 6px 0px 6px 0;
		content: attr(data-title);
		display: block;
	}
	
	.mblUsr, .tb_thdCtn_tn, .cldr_wkv { display: block; }
	.ptl_cnt, .ptl_cnt_2, .wh_cldr_mn, .cldr_bx_dy_mn { width:100%; }
	.tb_tl_list .tl { font-size:0px; }
	.icon_list { font-size: 15px; }
	.mnm_lt { float: none; }
	.mb_tl { text-align:center; }
	.tb_thdCtn_tn .tl { padding-bottom: .5rem; }
	.tb_thd_tn { font-size:10px; }
	.cldr_evn { display: none; }
	.mni_cldr { padding-left: 0px; }
	
	.mn_cldr {
		width: 100%;
		display: block;
	}
	
	.mn_opt_cldr {
		width:100%;
		float: none;
		margin-bottom: 10px;
		text-align: center;
	}
	
	.mn_opt_cldr2 {
		width:100%;
		float: none;
		text-align: center;
	}
	
	.tb_thdlstCtn, .ShwThead, .tbShwtm, .showTm.showTmBx, .showTm { display: block; }
	.tb_thdlstCtn .tl:nth-child(2), .tb_thdlstCtn .tl:nth-child(3), .tb_thdlstCtn .tl:nth-child(4), .tb_thdlstCtn .tl:nth-child(5), .tb_thdlstCtn .tl:nth-child(6) { display:none; }
	.tft_slc select { margin: 10px; }
	
	.tb_tlbx.tbShwtm > div, .tb_tlsg.tbShwtm > div, .showTm.showTmBx > div, .showTm > div {
		margin: 0.5rem;
		text-align: center;
	}
	
	.tb_tlbx.tbShwtm, .showTm.showTmBx { border-bottom: 1px solid #3d4d7f; }
	.tb_smlrthds.tb_tlbx {
		display: block;
		text-align: center;
	}

	.bx_ftr {
		display: block;
		text-align: center;
		width: 80%;
	}
	
	.ftr_ctn .icon_ftr {
		text-align: center;
		display: inline-flex;
	}

	.ftr_ctn { width: 100%; }
	.post_controls { text-align: center; }
	.postbit_buttons.author_buttons.float_left, .postbit_buttons.post_management_buttons.float_right { float: none; }

	.bx_sch {
		width: 100%;
		display: block;
		text-align: center;
	}

	.hlp_srch {
		display: block;
		padding: 5px;
		text-align: center;
	}

	.vrs_inp { padding: 5px; }
	.contact { width: 60%; }
	.ifm_rsp { width: 100%; }
	.tb_thd_wn { display:block; }

	.tb_thd_wn .tl {
		width: 100%;
		text-align: center;
	}
	
	.usc_wh, .usc_wh_rg { width: 100%; }

	.bxProfl {
		width: 90%;
		float: none;
		background: #151c2f;
		text-align: center;
		padding: 1rem;
		border-radius: 2%;
		margin: auto;
	}
	
	.bxInfs {
		width: 95%;
		float: none;
		display: grid;
		grid-template-columns: repeat(3, 33.33%);
		margin: 1rem auto;
	}
	
	.bxContact {
		display: block;
		text-align: center;
	}
	
	.idxWh { display: block; }
	/* Remove "/asterisks/" to activate ads in mobile section. */
	/*.BxHeader { grid-template-columns: 30% 50% 20%; }*/
}

@media screen and (max-width:640px) {
	.wlm_lg {
		margin: auto;
		width: 40%;
	}
	
	.StcsView, .tb_depCnt { display: block; }
	
	.tb_depCnt .tl:nth-child(1), .tb_depCnt .tl:nth-child(2), .tb_depCnt .tl:nth-child(3), .tb_depCnt .tl:nth-child(4), .fm_nvr {
		width: 100%;
		text-align: center;
		margin: 14px 0;
	}
	
	.icon_fm_rs {
		font-size: 15px;
		color: #c7c7c7;
		display: inline-block;
	}
}

@media screen and (max-width:580px) {
	.prvSnd, .showTm.showTmBx, .theadOpt, .idxWh { display: block; }
	.tabWh { display: none; }
	
	.prvSnd_bx {
		margin-bottom: 1rem;
		text-align: center;
	}
	
	.opt_mn { margin-left: -5rem; }
	
	.showTm.showTmBx > div {
		width: 100%;
		text-align: center;
	}
	
	.ad-image.header { display: none; }
}

@media screen and (max-width:425px) {
	.wlm_lg {
		margin: auto;
		width: 100%;
	}
	
	.hdr_mn i { margin-right: .5rem; }
	
	.tb_ctnd .tl:before {
		font-size: 12px;
		color: #6e759e;
		line-height: 1.2;
		text-transform: uppercase;
		font-weight: bold;
		margin-bottom: 13px;
		content: attr(data-title);
		display: block;
	}
	
	.forum_legend {
		display: grid;
		grid-template-columns: 12% 88%;
	}
	
	.tb_list_mb img {
		width: 35px;
		height: 35px;
	}
	
	.icon_day { display: block; }
	.cldr_wedh strong { display:none; }
	.cldr_bx_dy a { font-size: 15px;}
	.cldr_bx_dy { height: 20px; }
	.cldr_days { display:flex; }

	.icon_cldr {
		font-size: 10px;
		padding: 0px 1px;
	}
	
	.tb_tl_thrd { display:none; }
	.tb_ctnd { display:block; }
	.attmts { width: 100%; }
	.attmts_bx { font-size: 12px; }
	.bx_ftr { display:block; }
	
	.ftr_ctn {
    	width: 80%;
		margin: 1em auto;
	}
	
	.copyright { text-align: center; }
	.cpr_rg { float:none; }
	
	.slct_prmy {
		display: grid;
		margin: 10px;
	}
	
	input.ftot_btn { padding: 8px 10px; }
	.select2-container { width: 100% !important; }
	
	.btn_prmy input {
		display:block;
		margin:10px auto;
	}
	
	.tb_tl { text-align: center; }
	
	.dpy_flx {
		display: block;
		text-align: center;
	}
	
	.mb_ls_bk { margin-bottom: .4rem }

	.tb30, .tb70, .thd_prf, .quick_1, .quick_2 {
		width: 100%;
	}
	
	.post .post_author div.author_statistics {
		width: 100%;
		text-align: center;
		display: inline-block;
	}
	
	.sh_quick { display: block; }
	.bx_rd input.textbox, .contact { width: 80%; }
	.none_float { float:none; }
	
	.ifm_rsp {
		width: 100%;
		height:100%;
	}
	
	.dt_bx { display: block; }
	.dt_inf { width: auto; }

	.sg_tb {
		display: block;
		width: 100%;
		text-align: center;
	}
	
	.mn_pfl .bx_mn_pfl ul li a { font-size: 1.2rem; }
}

@media screen and (max-width:375px) {
	.ctn_lg_mn { width: 100%; }
	.ctn_lg_mn > a > img { width: 100px !important; }
	.prvSnd_bx input.textbox { width: auto; }
	.icon_calendar { font-size:10px; }
	.cldr_bx_dy a { font-size: 12px;}
	.adevlik { display: none; }
	.icon_adevlik { font-size:18px; }
	
	.inp_slc_rsp select {
		display: block;
		margin: 10px;
	}
	
	.mn_pfl .bx_mn_pfl ul li a { font-size: unset; }
}

@media screen and (max-width:340px) {
	.cldr_bx_dy a {
		font-size: 8px;
		font-weight: bold;
	}
	
	.icon_calendar { font-size:8px; }
	.cldr_bx { font-size: 10px; }
	.cldr_mni_wedh, .cldr_bx_dy_mn { width:10px; }
}

@media screen and (max-width: 320px) {
	.bx_rsp_lst {
		margin-right: .2em;
		text-align: center;
	}
}

.select2-container-multi .select2-choices { background-color: #0c0f1b !important; border: none !important; background-image: none !important; }
.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-ajax-error, .select2-results .select2-selection-limit { background: #0f1321 !important; color: #6d76bb !important; }
.select2-container-multi .select2-choices .select2-search-field input.select2-active { background: #0f1321 url(../../../select2-spinner.gif) no-repeat 100% !important !important; }
		
		
		
		