@import url(https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap);

@font-face {
  font-family: 'Counter-Strike-Regular';
  src: url(/images/fonts/Counter-Strike-Regular.ttf.woff);
}

body {
  	 font-family: 'Quicksand', sans-serif;
    color: rgb(135, 144, 166);
    font-size: 16px;
    background-color: rgb(12 14 25);
    background-image: url(../../../images/swat/header-bg2.png),
	url(../../../images/swat/footer-gb.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center bottom;
	background-size : contain;
}

em {
	font-style : normal; }

::-webkit-scrollbar {
    width: 10px;
}
 
::-webkit-scrollbar-thumb {
    background: #7b85b0;
}
::-webkit-scrollbar-thumb:window-inactive {
    background: #7b85b0;
}

.imp-menu i {
	color: #bec8ff;
}

.stats { 
	    border-bottom: 1px solid #2d3249;
    padding: 5px 0px 25px
}
a {
    color: rgb(113, 120, 141);
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}
a:hover {
    color: rgb(221, 208, 208);
}
.wrapper {
    max-width: 1200px;
    box-sizing: border-box;
    padding: 0px 15px;
    margin: 0px auto;
}
.clear {
    clear: both;
}
.wrapper img {
    /*max-width: 100%;*/
}
h1,
h2,
h3 {
    margin: 0;
    padding: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
/*header*/

header {
    color: rgb(191, 191, 191);
    margin: 0px auto;
}
header .logo {
    position: relative;
    float: left;
    box-sizing: border-box;
    height: 50px;
    padding: 14px 25px 0px 0px;
    border-right: 1px solid rgb(35, 38, 43);
}
header .logo img {
    max-width: unset;
	    width: 130px;
    margin: -25px -5px;
}
header .logo img {
    transition: opacity 0.5s ease-in-out;
    display: inline-block;
}
header .logo img:hover {
    opacity: 0.7;
}
header .top .menu {
    float: left;
    height: 50px;
    padding: 0px;
    margin: 0px;
    list-style: none;
}
header .top .menu > li {
    display: inline-block;
    font-size: 10.5pt;
    vertical-align: top;
    height: 50px;
    line-height: 1;
    box-sizing: border-box;
    color: rgb(113, 120, 141);
    position: relative;
    margin: 0px 30px 0px 0px;
    padding: 15px 7px;
}
header .top .menu > li:first-child {
    margin-left: 30px;
}
header .top .menu > li a {
    color: #bfbfbf;
}
header .top .menu > li a,
header .control-panel nav > ul.user-panel > li:hover i,
header .control-panel nav > ul.user-panel > li:hover > span {
    transition: all 0.3s ease-in-out;
}
header .top .menu:hover > li.active:before {
    margin: -100px;
}
header .top .menu > li.active a {
    color: rgb(255, 255, 255);
    font-weight: bold;
}
header .top .menu > li:before {
    content: "";
    display: block;
    left: 0px;
    right: 0px;
    transition: all 0.4s ease-in-out;
    position: absolute;
    height: 6px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow:#96a1e0 0px 0px 42px;
    background: #96a1e0;
    margin-top: -100px;
}
header .top .menu > li.active:before,
header .top .menu > li:hover:before {
    margin-top: -65px;
}
header .control-panel {
    width: 40%;
    float: right;
    padding-top: 50px;
    box-sizing: border-box;
}
header .control-panel ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
header .control-panel nav > ul.user-panel {
    text-align: right;
    box-sizing: border-box;
}
header .control-panel nav > ul.user-panel > li:not(.imp-menu),
.control-panel nav > ul.user-panel > li.imp-menu > ul > li {
    display: inline-block;
    font-size: 10.5pt;
    position: relative;
    vertical-align: top;
    line-height: 1;
    box-sizing: border-box;
    color: rgb(191, 191, 191);
    margin-left: -5px;
    height: 50px;
    text-align: center;
    margin-right: 13px;
    padding: 15px 7px;
}
.control-panel nav > ul.user-panel > li.imp-menu > ul > li a:hover {
    color: #fff;
}
header .control-panel nav > ul.user-panel > li.imp-menu {
    display: inline-block;
}
header .control-panel nav > ul.user-panel > li:last-child {
    margin-right: 0px;
}
header .control-panel nav > ul.user-panel > li.user-menu > span {
    font-weight: bold;
    color: rgb(255, 255, 255);
}
header .control-panel nav > ul.user-panel > li > a,
header .control-panel nav > ul.user-panel > li.imp-menu > ul > li > a,
{
    color: rgb(127, 127, 127);
}
header .control-panel nav > ul.user-panel > li > a:hover {
    color: #fff;
}
header .control-panel nav > ul.user-panel > li .pms-value {
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    background: #f73e3e;
    color: #fff;
    display: block;
    height: 13px;
    padding: 1px 4px;
    vertical-align: top;
    font-size: 10pt;
    font-weight: bold;
    line-height: 1;
    border-radius: 4px;
}
header .control-panel nav > ul.user-panel > li .pms-value.value-0 {
    display: none;
}
header .control-panel nav > ul.user-panel > li .pms-value:before {
    font-family: fontawesome;
    display: inline-block;
    content: '\f0d8';
    position: absolute;
    color: #f73e3e;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
}
header .control-panel nav > ul.user-panel > li.user-menu {
    position: relative;
    padding-left: 64px;
}
header .control-panel nav > ul.user-panel .avatar {
    height: 30px;
    position: absolute;
    width: 30px;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    display: inline-block;
    margin-top: -3px;
    vertical-align: middle;
    border-width: 0px;
    border-style: solid;
    border-color: rgb(237, 237, 241);
    border-image: initial;
    border-radius: 50%;
}
header .control-panel nav > ul.user-panel li.login span {
    cursor: pointer;
    transition: color 0.4s ease-in-out;
}
header .control-panel nav > ul.user-panel li.login span:before {
    background-image: url(../../../images/swat/user2.png);
    height: 16px;
    width: 16px;
    display: inline-block;
    content: '';
    margin-top: -4px;
    margin-right: 5px;
    vertical-align: middle;
}
header .control-panel nav > ul.user-panel li.login span:hover {
    color: #fff;
}
header .control-panel nav > ul.user-panel li.register {
    font-size: 9.75pt;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 4px;
}
header .control-panel nav > ul.user-panel li.register a {
    color: #fff;
}
header .control-panel nav > ul.user-panel li.register a:hover {
    color: #fff;
}
header .control-panel nav > ul.user-panel li.register a:before {
    content: '\f090';
    margin-right: 5px;
    font-family: 'font awesome 5 pro';
}
header .control-panel nav > ul.user-panel li.login span {
    font-size: 9.75pt;
    font-weight: normal;
    text-transform: uppercase;
    border-radius: 4px;
}
header .control-panel nav > ul.user-panel li.login span:before {
    content: '\f084';
    margin-right: 5px;
    font-family: 'font awesome 5 pro';
    vertical-align: top;
    margin-top: 1px;
}
header .middle nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
header .middle nav ul.page {
    float: left;
    width: 60%;
    color: rgb(113, 120, 141);
}
header .middle nav ul.page i {
    vertical-align: middle;
    font-size: 10.5pt;
    margin-right: 5px;
}
header .middle nav ul.page > li {
    display: inline-block;
    max-width: 400px;
    margin-left: -3px;
    font-size: 10pt;
    white-space: nowrap;
    overflow: hidden;
    height: 18px;
    vertical-align: middle;
    text-overflow: ellipsis;
}
header .middle nav ul.page > span {
    font-size: 10pt;
    padding-right: 10px;
}
header .middle nav ul.page > li:not(:first-of-type):before {
    content: '\f105';
    font-family: 'Font Awesome 5 Pro';
    font-size: 10.5pt;
    padding: 0 8px;
}
header .middle nav ul.user2 {
    float: right;
    width: 40%;
    text-align: right;
}
header .middle nav ul.user2 > li {
    display: inline-block;
    margin-right: 40px;
    color: #fff;
}
header .middle nav ul.user2 > li.read-all a:before {
    content: '\f129';
    color: rgb(113, 120, 141);
    padding-right: 5px;
    font-family: 'FONT AWESOME 5 PRO';
    display: inline-block;
}
header .middle nav ul.user2 > li.new-content a:before {
    content: '\f005';
    color: rgb(113, 120, 141);
    padding-right: 5px;
    font-family: 'FONT AWESOME 5 PRO';
    display: inline-block;
}
header .middle nav ul.user2 > li:last-child {
    margin-right: 0;
}
header .middle nav ul.user2 > li a {
    font-size: 10pt;
    vertical-align: middle;
}
header > .top {} header > .top .left {
    float: left;
    padding-top: 50px;
    box-sizing: border-box;
}
header > .top .left h1 {
    font-size: 12pt;
    color: #afbfd8;
    font-weight: normal;
}
header .menu-container {
    min-height: 48px;
    margin-bottom: 75px;
    z-index: 2;
}
header .menu-container .middle {
    padding: 17px 31px;
    background: rgb(145 156 219 / 25%);
	border-radius : 30px;
}
header .menu-container .top {
    background: url(../../../images/bluety/menu-bg.png) no-repeat top center;
    background-size: 100% 100%;
    height: 70px;
}
header .menu-container .top ul {
    margin: 0;
    padding: 0 0 0 10px;
    list-style: none;
}
header .menu-container .top ul li {
    display: inline-block;
    height: 70px;
    box-sizing: border-box;
    padding: 25px 20px;
    margin-right: 15px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.58);
    font-weight: 400;
}
header .menu-container .top ul li i {
    color: #008fff;
    margin-right: 3px;
    font-size: 12pt;
}
header .menu-container .top ul li:last-child {
    margin-right: 0;
}
header .menu-container .top ul li a {
    font-size: 11.5pt;
    font-weight: 300;
}
/*main*/

main {
    margin-top: 30px;
}
main .top {
    display: table;
    width: 100%;
    z-index: unset!important;
}
main .top:not(:first-child) {
    margin-top: 80px;
}
.cont {
    display: table-cell;
    vertical-align: top;
    position: relative;
    z-index: 2;
}
main .wrapper .stable,
main .wrapper .thread-table,
main .wrapper .category {
    position: relative;
}
.categories .category,
.stable:not(.wp),
.thread-table {
    margin-top: 0px;
}
.cont .category:first-child,
.categories,
.stable:first-child {
    margin-top: 0px;
}
.categories .category {} .categories .category:not(:first-child) {
    margin-top: 60px;
}
.categories .category > .headline,
.thread-table .headline,
.stable > .headline,
.thead {
      border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border: 1px solid #2d324a;
    height: 70px;
    box-sizing: border-box;
    font-size: 12pt;
    font-weight: bold;
    color: rgb(255, 255, 255);
    position: relative;
    z-index: 0;
    padding: 20px 30px 30px 20px;
    background: url(../../../images/swat/thead10.png);
}
.thread-table .headline:before,
.stable > .headline:before,
.categories .category > .headline:before {
    content: "";
    height: 209px;
    position: absolute;
    left: -105px;
    top: -74px;
    width: 256px;
    z-index: 0;
    display: inline-block;
}
.headline.we:before {
    display: none;
}
.tborder .thead,
.stable .headline.we {
       padding: 0px 0px;
    text-align: center;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 10px;
    color: #7b83aa;
    text-transform: uppercase;
    background: transparent;
}
.tborder .thead * {
    font-size: 14px;
}
.tborder .thead:before {
    display: none;
}
.thread-table > .headline > *,
.stable > .headline > *,
.categories .category > .headline *,
main .top .sidebar .side-table .headline * {
    z-index: 3;
    position: relative;
}
.thread-table .headline .left,
.stable > .headline .left,
.categories .category > .headline .left {
    float: left;
    line-height: 28px;
}
main .top .sidebar .side-table .headline {
    border-top-left-radius: 10px;
}
.categories .category > .headline .description {
    display: none;
}
.thread-table .headline a,
.stable > .headline a,
.categories .category > .headline a {
    font-size: 12pt;
    font-weight: bold;
    color: rgb(255, 255, 255);
	text-transform : uppercase;
}
.thread-table .headline a:hover,
.stable > .headline a:hover,
.categories .category > .headline a:hover {
    color: #fff;
}
.stable > .headline .right a {
    font-weight: normal;
    font-size: 11pt;
    color: #71788d;
}
.categories .category > .headline .close {
    float: right;
    margin-top: -11px;
}
.categories .category > .headline .close img {
    margin-right: -5px;
    margin-top: 5px;
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    transition: 0.3s ease-in-out transform;
}
.categories .category > .headline .close img:hover {
    transform: rotate(180deg);
}
.stable > .container,
.categories .category .forums {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: unset;
}
.stable .row,
.categories .category .forums .forum,
.thread-table .post-container,
.thread-table .row,
.trow1,
.trow2 {
    box-sizing: border-box;
    z-index: unset;
    position: relative;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 20px 25px;
    /* background: #2d3249; */
    border: 1px solid #2d324a
}
.tborder td {
    position: relative;
    z-index: 1;
}
.categories .category .forums .forum {
    display: table;
    width: 100%;
}
.categories .category .forums .forum > div {
    display: table-cell;
    vertical-align: middle;
}
.categories .category .forums .forum > div.forum-info {
    width: 50%;
    line-height: 19px;
    font-size: 10.5pt;
    padding-left: 10px;
}
.categories .category .forums .forum > div.forum-stats {
    width: 15%;
    text-align: right;
    font-size: 13pt;
}
.categories .category .forums .forum > div.forum-stats .posts-container {
    display: inline-block;
    background: rgb(6, 9, 13);
    padding: 12px 17px;
    border-radius: 3px;
}
.categories .category .forums .forum > div.lthr {
    width: 34%;
    padding-left: 50px;
    box-sizing: border-box;
    position: relative;
}
.categories .category .forums .forum > div.lthr .avatarep_fd {
    margin: 0;
    padding: 0;
    float: none;
    width: auto;
    height: auto;
    display: inline-block;
}
.categories .category .forums .forum > div.lthr.center {
    padding: 0;
    text-align: center;
    font-size: 11pt;
    color: #8790a6;
}
.categories .category .forums .forum > div.lthr .avatar {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
}
.categories .category .forums .forum > div.lthr .avatar img {
    padding: 0;
    margin: 0;
	border-radius: 50%;
}
.categories .category .forums .forum > div.lthr .info {
    padding-left: 50px;
    font-size: 10.5pt;
    line-height: 19px;
    color: #8790a6;
}
.categories .category .forums .forum > div.lthr .info .title,
.categories .category .forums .forum > div.lthr .info .additional {
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    color: rgb(113, 120, 141);
    font-size: 9.75pt;
    max-width: 163px;
    text-overflow: ellipsis;
}
.categories .category .forums .forum > div.lthr .info .date {
    font-size: 9pt;
}
.categories .category .forums .forum > div.lthr .info .title {
    font-size: 12pt;
    font-weight: normal;
    margin: 0;
}
.categories .category .forums .forum > div.forum-stats span {
    display: inline-block;
    color: #8790a6;
    font-size: 9.75pt;
}
.categories .category .forums .forum > div.forum-stats span b {
    font-weight: normal;
}
.categories .category .forums .forum > div.forum-info .forum-name a,
.categories .category .forums .forum > div.lthr .info .title a,
main .top .sidebar .side-table .list .row .text .bold a {
    color: rgb(255, 255, 255);
    font-size: 11.25pt;
    font-weight: bold;
}
.categories .category .forums .forum > div.forum-info .forum-name a:hover,
.categories .category .forums .forum > div.lthr .info .title a:hover,
main .top .sidebar .side-table .list .row .text .bold a:hover {
    color: rgb(25, 97, 226);
}
.categories .category .forums .forum > div.forum-info .forum-description {
    color: rgb(113, 120, 141);
    margin-top: 10px;
    font-size: 9.5pt;
    font-weight: normal;
}
.categories .category .forums .forum > div.forum-info .forum-description img {
    max-width: 100%;
}
.categories .category .forums .forum > div.forum-info .sub-forums {
    font-size: 9.25pt;
    margin-top: 10px;
}
.categories .category .forums .forum > div.forum-info .sub-forums ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.categories .category .forums .forum > div.forum-info .sub-forums ul li {
    width: 50%;
    float: left;
    font-size: 10pt;
}
.categories .category .forums .forum > div.status {
    width: 5%;
    position: relative;
    text-align: center;
}
.categories .category .forums .forum > div.status .icon {
    height: 19px;
    width: 22px;
    display: inline-block;
    float: left;
}
main .top .sidebar {
    display: table-cell;
    width: 350px;
    padding-left: 30px;
    vertical-align: top;
    box-sizing: border-box;
}
main .top .sidebar .side-table {
    color: rgb(163, 191, 215);
}
main .top .sidebar .side-table:not(:first-child) {
    margin-top: 30px;
}
main .top .sidebar .side-table .headline {
    border-top-right-radius: 10px;
    height: 60px;
    box-sizing: border-box;
    font-size: 11.25pt;
    font-weight: lighter;
    color: rgb(255, 255, 255);
    position: relative;
    padding: 21px 42px;
    background: url(../../../images/swat/side-thead.png) repeat-x;
}
main .top .sidebar .side-table .headline::before {
    content: "";
    height: 209px;
    position: absolute;
    left: -72px;
    top: -71px;
    width: 256px;
    z-index: 0;
    display: inline-block;
    background: url(../../../images/swat/side-thead-effect.png) no-repeat;
}
main .top .sidebar .side-table .headline i {
    display: inline-block;
    height: 14px;
    width: 16px;
    float: right;
    color: rgb(255, 255, 255);
    margin-right: -20px;
    margin-top: 2px;
}
main .top .sidebar .side-table .list {
    position: relative;
    z-index: 3;
    padding: 0px 18px;
    background: linear-gradient(rgb(9, 12, 17) 0%, rgb(9, 12, 17) 0%, rgb(12, 16, 23) 100%);
}
main .top .sidebar .side-table .list .row {
    position: relative;
    display: table;
    width: 100%;
    padding: 20px 0px;
    border-bottom: 1px solid rgb(17, 20, 24);
}
main .top .sidebar .side-table .list .row:last-child {
    border-bottom: 0;
}
main .top .sidebar .side-table .list .row .avatar {
    width: 40px;
    height: 40px;
    display: table-cell;
    vertical-align: middle;
}
main .top .sidebar .side-table .list .row .result {
    top: 50%;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    min-width: 41px;
    vertical-align: middle;
    position: absolute;
    background: rgb(211, 117, 56);
    box-sizing: border-box;
    color: #fff;
    border-radius: 3px;
    padding: 5px 10px;
    right: 0;
    transform: translateY(-50%);
}
main .top .sidebar .side-table .list .row .avatar img {
    width: 40px;
    height: 40px;
    float: none;
    margin-right: 0px;
    border-radius: 50%;
}
main .top .sidebar .side-table .list .row .text {
    font-size: 10.5pt;
    line-height: 18px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}
main .top .sidebar .side-table .list .row .nickname {
    font-size: 10.5pt;
    line-height: 18px;
    padding: 8px 0px 8px 10px;
    display: table-cell;
    vertical-align: middle;
}
main .top .sidebar .side-table .list .row .text .bold {
    font-size: 12pt;
    color: #009dff;
    font-weight: normal;
}
main .top .sidebar .side-table .list .row .text .author {
    font-size: 9.75pt;
}
main .top .sidebar .side-table .list .row .text .date {
    font-size: 9pt;
    color: rgb(113, 120, 141);
}
/*stats*/

.statsboard {
    margin-top: 90px;
}
.statsboard .stats .stat {
        width: 20%;
    float: left;
    position: relative;
    margin-left: 55px;
}
.statsboard .stat .icon {
   float: left;
    height: 50px;
    width: 50px;
    text-align: center;
    color: rgb(255, 255, 255);
    background: #919cdb;
    box-shadow: #919cdb73 0px 0px 10px;
    border-radius: 100%;
}
.statsboard .stats .stat .icon:before {
    margin-top: 15px;
    font-family:'Font Awesome 5 Pro';
    color: rgb(45 50 73);
    display: inline-block;
    font-size: 15pt;
	font-weight: 900;
    text-shadow: rgba(0, 0, 0, 0.54) 0px 0px 3px;
}
.statsboard .stats .stat.threads .icon::before {
    content: "\f086";
}
.statsboard .stats .stat.posts .icon::before {
    content: " \f27a";
}
.statsboard .stats .stat.users .icon::before {
    content: "\f0c0";
}
.statsboard .stat .text {
    float: left;
    color: rgb(145 156 219);
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 70px;
    line-height: 30px;
    text-align: left
}
.statsboard .stat .text .number,
.statsboard .stat .bold a {
    font-size: 15.75pt;
    font-weight: bold;
}
.statsboard .stat .text .title {
    font-size: 11.25pt;
}
.statsboard .stat.newest .icon img {
    width: 40px;
    height: 40px;
    margin-top: 5px;
    border-radius: 50%;
}
.statsboard .stat .text .joined {
    font-size: 10pt;
    color: rgb(149, 134, 134);
}
.statsboard .whosonline {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 30px;
    background: linear-gradient(rgb(12 14 25) 0%, rgb(12 14 21 / 15%) 100%);
}
.statsboard .whosonline h2 {
    font-size: 8.25pt;
    font-weight: normal;
    line-height: 29px;
}
.statsboard .whosonline h2::before {
    height: 18px;
    width: 18px;
    vertical-align: top;
    display: inline-block;
    content: "\f017";
    line-height: 1;
    margin-top: 7px;
    font-size: 8pt;
	font-weight : 100;
    box-sizing: border-box;
    color: #fff;
    font-family:'Font Awesome 5 Pro';
    background: rgb(25, 97, 226);
    padding: 4px;
    border-radius: 2px;
}
.statsboard .whosonline h2 b {
    font-size: 11.25pt;
    color: rgb(255, 255, 255);
    font-weight: bold;
    margin: 0px 20px;
}
.statsboard .whosonline h2 .list {
    font-size: 9.75pt;
    margin-bottom: 30px;
}
/*footer*/

footer {
    color: rgb(135, 144, 166);
    box-sizing: border-box;
    background-position: center bottom;
    background-repeat: no-repeat;
}
footer .wrapper {
    position: relative;
    height: 200px;
}
footer .left {
    height: 178px;
    bottom: 0px;
    left: 20px;
    box-sizing: border-box;
    position: absolute;
    padding-top: 45px;
}
footer .right {
    height: 178px;
    bottom: 0px;
    right: 20px;
    box-sizing: border-box;
    position: absolute;
    padding-top: 45px;
    width: 50%;
    text-align: right;
}
footer .inline-media {
    position: relative;
    margin-left: 5px;
}
footer .inline-media > a {
    height: 32px;
    min-width: 32px;
    text-align: center;
    color: rgb(255, 255, 255);
    box-sizing: border-box;
    display: inline-block;
    margin-left: -4px;
    font-size: 11pt;
    margin-right: 15px;
    padding: 9px;
    border-radius: 3px;
}
footer .inline-media > a.fb {
    background: rgb(61, 89, 155);
}
footer .inline-media > a.tw {
    background:#833AB4;
}
footer .inline-media > a.gp {
    background: #7b83aa;
}
footer .inline-media > a.st {
    background: rgb(34, 34, 34);
}
footer .inline-media > a.yt {
    background: rgb(255, 2, 30);
}
footer .inline-media > a {
    transition: transform 0.3s ease-in-out;
}
footer .inline-media > a:last-child {
    margin-right: 0px;
}
footer .inline-media > a:hover {
    transform: scale(2);
    z-index: 10;
}
footer .right h1 {
    margin-top: 20px;
}
footer .up {
    position: absolute;
    height: 178px;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
}
footer .right h1 a {
    color: #7b83aa;
    font-weight: bold;
}
footer .right h1 a:hover {
    color: #7b83aa;
}
footer .footer-table > div .inline-media {
    position: relative;
    margin-left: 5px;
}
footer .footer-table > div .inline-media > a {
    height: 32px;
    min-width: 32px;
    text-align: center;
    color: #fff;
    padding: 9px;
    border-radius: 3px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: -4px;
    margin-right: 15px;
}
footer .footer-table > div .inline-media > a {
    transition: transform 0.3s ease-in-out;
}
footer .footer-table > div .inline-media > a:hover {
    z-index: 10!important;
    transform: scale(2);
}
footer .footer-table > div .inline-media > a.fb {
    background: #3d599b;
}
footer .footer-table > div .inline-media > a.tw {
    background: #00abee;
}
footer .footer-table > div .inline-media > a.gp {
    background: #dc422b;
}
footer .footer-table > div .inline-media > a.st {
    background: #222222;
}
footer .footer-table > div .inline-media > a.yt {
    background: #ff021e;
}
footer .engine-options {
    margin-bottom: 10px;
}
footer .engine-options > div {
    display: inline-block;
}
footer .engine-options > div select {
    margin-right: 30px;
    font-size: 9.75pt;
    color: rgb(113, 120, 141);
    cursor: pointer;
    padding: 8px 12px;
    background: none;
    max-width: 130px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border: 1px solid rgba(111, 118, 139, 0.16);
}
footer .engine-options > div select.selected {} footer .engine-options > div input[type=submit] {
    display: none;
}
footer .engine h1,
footer .right h1 {
    font-size: 9.75pt;
    font-weight: normal;
}
footer .theme h1 a {
    color: #f15921;
    font-weight: bold;
}
footer .theme h1 a:hover {
    color: #e27952;
}
footer .up .button {
    height: 50px;
    width: 50px;
    text-align: center;
    margin-top: 60px;
    box-sizing: border-box;
    cursor: pointer;
    font-family: 'Font Awesome 5 Pro';
    color: #7b83aa;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 0px 20px;
    font-size: 25px;
    padding: 15px 0px;
    border-radius: 50%;
    transition: color, background 0.3s ease-in-out;
    background: #fff;
}
footer .up .button:hover {
    background: #1c2029;
}
footer .up .button:before {
    content: "\f077";
    font-size: 18px;
}
/*loginbox*/

.login-box-index {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    display: none;
}
.login-box {
    position: absolute;
    top: 50%;
    text-align: left;
    left: 50%;
    width: 550px;
    transform: translate(-50%, -50%);
    z-index: 100000;
    background: rgb(17, 20, 28);
    display: none;
	border-radius : 10px;
}
.login-box .head {
        background: #7b83aa;
    padding: 20px;
    font-size: 12pt;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;;
    color: #fff;
}
.login-box .head .close {
    float: right;
    font-size: 13pt;
    font-weight: bold;
    cursor: pointer;
}
.login-box form {
    padding: 20px;
}
.login-box form input:not([type=checkbox]) {
        display: block;
    width: 100%;
    margin-top: 20px;
    padding: 10px;
    font-size: 11pt;
    box-sizing: border-box;
    transition: 0.4s ease-in-out background;
    background: #7b83aa;
    color: #ffffff;
    font-weight: 500;
    border: 0;
    outline: 0;
    border-radius: 10px;
}
.login-box form input:not([type=checkbox]):focus {
    background: #7b83aa;
}
.login-box form label {
    margin-top: 20px;
    display: block;
    font-size: 10pt;
}
.login-box form label input {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 12px;
}
.login-box form input:not([type=checkbox]):first-child {
    margin: 0;
}
.login-box form .remember-passwd {
    margin-top: 8px;
}
.login-box form .remember-passwd a {
    color: #6c6262;
    font-size: 10pt;
}
.login-box form button {
    margin: 0 auto;
    margin-top: 8px;
    padding: 10px 25px;
    color: #fff;
    border: 0;
    outline: 0;
    cursor: pointer;
    font-size: 11pt;
    font-weight: bold;
    background: rgb(25, 97, 226);
}
.login-box form button:focus {
    background: #353030;
}
.stable .headline .right {
    float: right;
}
.stable .row {
    box-sizing: border-box;
    width: 100%;
    font-size: 11pt;
    padding: 20px 25px;
    word-break: break-all;
    position: relative;
}
.stable .row.sticky,
.stable .row.normal,
.stable .row.toch {
    background: rgba(25, 97, 226, 0.06);
    padding: 10px 25px;
    color: #fff;
}
.stable .row .title {
    display: inline-block;
    font-weight: bold;
    font-size: 11pt;
}
.stable .row .title i {
    margin-right: 5px;
}
.stable .row .value {
    display: inline-block;
    color: #9d9999;
    font-size: 11pt;
}
.stable .row > .title {
    display: inline-block;
    font-weight: bold;
    font-size: 11pt;
    color: #d3d0d0;
}
.stable .row > .title i {
    margin-right: 5px;
}
.stable .row .value {
    display: inline-block;
    color: #9d9999;
    font-size: 11pt;
    padding-left: 5px;
}
.row.thread {
    display: table;
    width: 100%;
}
.row.thread > div {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.row.thread > div.status,
.row.thread > div.icon {
    width: 2%;
}
.row.thread > div.thread-info {
    width: 40%;
}
.row.thread > div.stats {
    width: 15%;
    text-align: right;
}
.row.thread > div.stats span {
    color: #84918b;
    font-size: 9.5pt;
    font-weight: normal;
}
.row.thread > div.stats a,
.row.thread > div.stats .views:not(span) {
    font-size: 9.5pt;
    vertical-align: middle;
}
.row.thread > div.last-post {
    width: 17%;
    text-align: right;
}
.row.thread > div.modbit {
    width: 3%;
    text-align: right;
}
.row.thread .last-post {} .row.thread .thread-info {
    position: relative;
}
.row.thread .thread-info .avatar,
.row.thread .last-post .avatar,
.row.och .avatar {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.row.thread .last-post .avatar {
    right: 0;
}
.row.och .info {
    padding-left: 50px;
}
.row.thread .last-post .info {
    padding-right: 60px;
    font-size: 9.5pt;
    line-height: 20px;
}
.row .avatarep_fd {
    float: none;
    margin: auto;
    padding: 0;
    width: auto;
    height: auto;
}
.row.thread .thread-info .info:not(.avatar-none) {
    padding-left: 60px;
}
.row.thread .thread-info .info .thread-name a {
    color: #ffffff;
    font-size: 11.25pt;
    font-weight: bold;
}
.row.thread .thread-info .info a,
.row.thread > div.stats a {
    font-size: 9.5pt;
}
.row.avatar img {
    max-width: unset;
    max-height: unset;
}
/* dropdown */

.dropdown-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
}
.dropdown-link {
    cursor: pointer;
}
ul.dropdown {
    display: none;
    position: absolute;
    top: 30px;
    color: rgb(255, 255, 255);
    text-align: left;
    z-index: 9999999;
    box-sizing: border-box;
    left: 10px;
    width: 170px;
    background: rgb(7, 8, 12);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(28, 31, 39);
    border-image: initial;
    border-radius: 3px;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
ul.dropdown:before {
    content: '\f0d8';
    margin-top: -14px;
    margin-left: 5px;
    font-size: 15pt;
    font-family: fontawesome;
    color: rgb(28, 31, 39);
    display: inline-block;
    text-shadow: none;
}
ul.dropdown li {
    padding: 10px 23px;
    font-size: 10.5pt;
    border-bottom: 1px solid rgb(28, 31, 39);
}
ul.dropdown li i {
    margin-right: 5px;
    color: #606c76;
}
ul.dropdown li a {
    font-size: 10pt;
    color: #8d8e91;
}
ul.dropdown li:hover {
    background: #1c1f27;
}
ul.dropdown li:last-child {
    border: none;
}
ul.dropdown li:hover a {
    color: #cad2dd;
}
ul.dropdown li:hover i {
    color: #cad2dd;
}
ul.dropdown.on-right {
    width: 185px;
    left: unset;
    right: 1px;
    top: 50px;
}
ul.dropdown.on-right:before {
    margin-right: 3px;
    float: right;
}
/*ucp*/

.ucp-container > .left {
    width: 100%;
    text-align: center;
    float: none;
}
.ucp-container > .right {
    float: none;
    padding-top: 100px;
}
.ucp-container > .right .stable:first-of-type,
.ucp-container > .right .thread-table:first-of-type {
    margin-top: 0;
}
.ucp-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.ucp-menu > ul > li {
    position: relative;
    float: left;
    display: inline-block;
    box-sizing: border-box;
    width: 20%;
    font-weight: bold;
    text-align: center;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    margin-left: 5px;
    box-shadow: rgba(25, 107, 226, 0.1) 0px 17px 23px 4px;
    background: linear-gradient(45deg, rgb(25, 130, 226) 0%, rgb(25, 87, 226) 100%);
    padding: 20px 10px;
    border-radius: 5px;
    border-bottom: 4px solid rgb(15, 66, 187);
    transition: all 0.4s ease-in-out;
}
.ucp-menu > ul > li > a,
.ucp-menu > ul > li > span {
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 10pt;
}
.ucp-menu .dropdown {
    width: 100%;
    top: 46px;
    left: 0;
    right: 0;
}
.ucp-menu .dropdown:before {
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: -14px;
    text-align: center;
}
/*post*/

.tb-container .right {
    float: right;
    text-align: right;
}
.thread-table {
    position: relative;
}
.stable .row .options > label {
    background: #1d2029;
    padding: 7px 12px;
    display: inline-block;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    width: 100%;
    margin: 3px 0;
    box-sizing: border-box;
}
.thread-table .row,
.stable .row .options > label strong {
    font-size: 11pt;
    font-weight: normal;
}
.row .options {
    float: right;
    width: 18%;
}
.row .textarea-c {
    float: left;
    width: 80%;
    max-width: 100%;
}
.stable .row textarea {
    width: 100%;
    padding: 20px 25px;
}
.stable .row textarea {
    min-height: 152px;
}
.thread-table .row .left {
    float: left;
    font-size: 11pt;
}
.thread-table .row .right {
    float: right;
    font-size: 11pt;
}
.thread-table .row .right i {
    float: right;
    margin-left: 10px;
    margin-top: 3px;
    vertical-align: middle;
}
.thread-table .row .left i {
    float: left;
    margin-right: 10px;
    margin-top: 3px;
    vertical-align: middle;
}
.thread-table .post-container {
    display: table;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0;
    position: relative;
    z-index: unset;
}
.thread-table .post-container .author-info {
    display: table-cell;
    width: 19%;
    padding: 20px 25px;
    height: 100%;
    box-sizing: border-box;
    vertical-align: top;
    text-align: center;
    position: relative;
    line-height: 23px;
}
.thread-table .post-container .author-info .username {
    font-size: 13pt;
}
.thread-table .post-container .author-info .avatar {
    margin: 20px auto;
    width: 100px;
}
.thread-table .post-container .author-info .avatar img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
}
.thread-table .post-container .author-info .title {
    font-size: 10.5pt;
    color: #777070;
}
.thread-table .post-container .post-info {
    display: table-cell;
    padding: 20px 25px;
    box-sizing: border-box;
    padding-bottom: 70px;
    height: 100%;
    vertical-align: top;
    border-left: 1px solid rgba(255, 255, 255, 0.02);
    position: relative;
    overflow: unset;
}
.thread-table .post-container .post-info .post_head {
    font-size: 10pt;
}
.thread-table .post-container .post-info .post_head {} .thread-table .post-container .post-info .content {
    word-break: break-all;
    margin-top: 20px;
    font-size: 11pt;
}
.thread-table .post-container .post-info .signature {
    max-height: 120px;
    word-break: break-all;
    overflow: auto;
    margin-top: 20px;
    border-top: 1px solid #008fff;
    font-size: 11pt;
    padding: 15px;
}
.thread-table .post_meta {
    font-size: 10pt;
    margin-top: 10px;
}
.thread-table .headline .thread_mode {
    float: right;
}
.thread-table .avatar {
    position: relative;
}
.thread-table .status {
    position: absolute;
    bottom: 0;
    right: 10px;
    border: 3px solid #0b0e15;
    border-radius: 50%;
}
.thread-table .status .user-online {
    background: #54c128;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.thread-table .status .user-offline {
    background: #c12828;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.thread-table .post-container .author-info .inline-stats {
    text-align: center;
    color: #fff;
}
.thread-table .post-container .author-info .inline-stats > div {
    display: inline-block;
    font-size: 10.5pt;
    background: #1d2029;
    border-radius: 3px;
    font-size: 14px;
    padding: 3px 7px;
    margin: 0 2px;
    font-weight: bold;
}
.thread-table .post-container .author-info .inline-stats > div strong,
.thread-table .post-container .author-info .inline-stats > div a {
    color: #fff;
}
.thread-table .post-container .author-info .inline-stats > div.reputation {
    background: #285118;
}
.thread-table .post-container .author-info .inline-stats > div.war-lvl {
    background: #761e1e;
}
.thread-table .profilefield,
.thread-table .groupimage {
    margin-bottom: 15px;
    font-size: 11pt;
}
.thread-table .post-controls {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 25px;
}
.thread-table .edit {
    display: inline-block;
    position: relative;
}
.thread-table .edit ul {
    position: absolute;
    padding: 0 20px;
    min-width: 150px;
    line-height: 20px;
    margin-top: 32px;
    background: #1d2029;
    list-style: none;
    top: 0;
    z-index: 2;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 3px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}
.thread-table .edit ul li {
    display: block;
    font-size: 10.5pt;
    background: none;
}
.thread-table .edit ul li a {
    background: none;
    transition: 0.6s color ease-in-out;
    color: #c0afaf;
}
.thread-table .edit ul li a:hover {
    color: #ccc;
}
.thread-table .edit:hover ul {
    opacity: 1;
    visibility: visible;
}
.thread-table .edit ul:before {
    position: absolute;
    display: inline-block;
    top: 0;
    font-family: fontawesome;
    text-align: center;
    content: '\f0de';
    color: #1d2029;
    font-size: 24px;
    text-align: left;
    left: 2px;
    right: 0;
    margin-top: -8px;
}
.mm12 {
    margin-top: -13px;
}
.stable .row.och {
    display: table;
    width: 100%;
    text-align: left;
}
.stable .row.och > div {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding: 10px;
}
.stable .row.och.np > div {
    padding: 0 10px;
}
..stable .row.och .title {
    width: 50%;
}
.stable .row.och .username {
    width: 23%;
}
.stable .row.och .dateline {
    width: 25%;
}
.stable .row.och .manage {
    width: 2%;
    text-align: right;
}
.stable .row .right {
    float: right;
}
.ms-stuff {
    margin: 20px 0;
}
.ms-stuff .left {
    float: left;
}
.ms-stuff .right {
    float: right;
}
.ucp-options fieldset {
    background: #1c2029;
    border: none;
    border-radius: 3px;
    font-size: 10.5pt;
}
.ucp-options fieldset legend {
    color: #fff;
}
.ucp-options fieldset .smalltext {
    font-size: 10pt;
}
/*SLIDER*/

.slider {
    width: 1200px;
    height: 550px;
    position: relative;
    color: rgb(255, 255, 255);
    box-sizing: border-box;
    max-width: 1200px;
    overflow: hidden;
    padding: 0px 10px;
    margin: 0px auto;
}
.slider .pages {
    background: url(../../../images/simplicity/slide-pages.png) no-repeat;
    position: absolute;
    bottom: 0;
    left: 50%;
    box-sizing: border-box;
    height: 36px;
    width: 256px;
    text-align: center;
    padding-top: 15px;
    transform: translateX(-50%);
}
.slider .pages > .page {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin-right: 5px;
    cursor: pointer;
    background: #d5d7de;
    display: inline-block;
    transition: background 0.5s ease-in-out;
}
.slider .pages > .page.active {
    background: #1273e3;
    cursor: default;
}
.slider .slides {
    width: 100vw;
    height: 550px;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease-in-out;
}
.slider .slides > div {
    width: 100vw;
    float: left;
    display: block;
    text-align: left;
    box-sizing: border-box;
    max-width: 1494px;
    padding: 0 10px;
}
.slider .slides > div:first-child {
    padding-left: 0;
}
.slider .slides > div:first-child {
    padding-left: 0;
}
.slider h1.title {
    font-size: 41.24pt;
    font-weight: bold;
    color: rgb(255, 255, 255);
    margin-top: 150px;
}
.slider h2.description {
    font-size: 12pt;
    font-weight: lighter;
    color: rgb(255, 255, 255);
    width: 40%;
    margin: 30px 0px 0px;
}
.slider .button {
    margin-top: 80px;
    display: inline-block;
    height: 56px;
    box-sizing: border-box;
    width: 170px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    transform: skewX(-5deg);
    margin-left: 5px;
    box-shadow: none;
    background: linear-gradient(45deg, rgb(150 161 224) 0%, rgb(57 66 116) 100%);
    padding: 21px 0px;
    border-radius: 5px;
    border-bottom: 4px solid rgb(145 156 219);
    transition: all 0.4s ease-in-out;
}
.slider .button:hover {
    transform: scale(1.2) skewX(-5deg);
    margin-left: 20px;
}
.slider .button a {
    color: rgb(255, 255, 255);
    transform: skewX(5deg);
    display: inline-block;
    font-size: 10pt;
    font-weight: bold;
}
.slider .buttons {
    position: absolute;
    bottom: 110px;
    right: 20px;
}
.slider .buttons > div {
    margin-top: 80px;
    display: inline-block;
    height: 38px;
    box-sizing: border-box;
    width: 45px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    transform: skewX(-5deg);
    z-index: 2000;
    margin-left: 5px;
    cursor: pointer;
    color: rgb(72, 74, 77);
    box-shadow: rgba(29, 33, 42, 0.1) 0px 17px 23px 4px;
    padding: 13px 0px;
    border-radius: 5px;
    border-bottom: 3px solid rgb(20, 22, 27);
    transition: all 0.2s ease-in-out;
    background: linear-gradient(45deg, rgb(30, 34, 44) 0%, rgb(24, 26, 30) 100%);
}
.slider .buttons > div:hover {
    color: rgb(255, 255, 255);
    box-shadow: rgba(25, 107, 226, 0.1) 0px 17px 23px 4px;
    background: linear-gradient(45deg, rgb(25, 130, 226) 0%, rgb(25, 87, 226) 100%);
    border-bottom: 3px solid rgb(15, 66, 187);
}
main .wrapper >:not(.stable):not(form):not(.ucp-container) {
    position: relative;
    z-index: 1;
}
#quick_reply_form .stable {
    margin-top: 35px;
}
.mrg {
    margin-top: 70px;
}
.mrg15 {
    margin-top: 15px;
}
.mrg2 {
    margin-top: 35px;
}
.left10 {
    float: left;
    width: 10%;
}
.left20 {
    float: left;
    width: 20%;
}
.left25 {
    float: left;
    width: 25%;
}
.left30 {
    float: left;
    width: 30%;
}
.left33 {
    float: left;
    width: 33.3%;
}
.left40 {
    float: left;
    width: 40%;
}
.left50 {
    float: left;
    width: 50%;
}
.left60 {
    float: left;
    width: 60%;
}
.left70 {
    float: left;
    width: 70%;
}
.left80 {
    float: left;
    width: 80%;
}
.left90 {
    float: left;
    width: 90%;
}
.row.wb {
    background: none;
    border-bottom: 0;
}
.row.wp {
    padding: 0;
}
input[type=radio] {
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
}
.input-line:not(:first-child) {
    margin-top: 10px;
}
.posticons_label img {
    display: inline-block;
    vertical-align: middle;
}
label {
    cursor: pointer;
}
.ar {
    text-align: right;
}
.search-by {
    text-align: right;
}
.forum-name {
    font-size: 9pt;
    color: #534c4c;
}
.forum-name a {
    font-size: 9pt;
    color: #534c4c;
}
.left {
    float: left;
}
.right {
    float: right;
}
.tl-container {
    margin: 10px 0;
}
.btxt {
    font-weight: bold;
    color: #fff;
    font-size: 12pt;
}
.stxt {
    font-size: 10pt;
}
.post-prev {
    margin: 10px 0;
    font-size: 9pt;
}
.smilies-box {
    background: #1c1f27;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0;
}
.smilies-box .headline {
    font-weight: bold;
}
.smilies-box .smilies {
    margin-top: 5px;
}
.smilies-box .smilie {
    display: inline-block;
}
.smilies-box a {
    color: #fff;
}
.mb {
    margin-right: 15px;
}
.ibck {
    display: inline-block;
}
.ibck:not(select):not(input) {
    padding: 10px;
}
.ibck:first-child {
    padding-left: 0;
}
.p20 {
    padding: 20px;
    box-sizing: border-box;
}
.vt {
    vertical-align: top;
}
.mt10 {
    margin-top: 10px;
}
.box:not(:first-child) {
    margin-top: 20px;
}
.box .headline {
    padding: 20px;
    background: rgba(0, 0, 0, 0.29);
    border-left: 2px solid #1961e2;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    font-size: 12pt;
    color: #4a76c4;
}
.box .row {
    background: none;
    border-radius: 0;
    padding: 20px;
    background: rgba(255, 255, 255, 0.01);
    border-bottom: 1px solid rgba(57, 92, 153, 0.27);
}
.box .row:last-child {
    border-bottom: none;
}
.ac {
    text-align: center;
}
.pc10r {
    box-sizing: border-box;
    padding-right: 10px;
}
.pc10l {
    box-sizing: border-box;
    padding-left: 10px;
}
input {
    box-sizing: border-box;
}
.redirect {
    left: 50%;
    top: 50%;
    position: absolute;
    min-width: 45%;
    transform: translate(-50%, -50%);
    background: #0c1016;
}
.r_bg {
    background: rgba(0, 0, 0, 0.43);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
}
		
[class^='avatarep'] img {
    border-radius: 50%;
	padding : 12px;
width: 30px;
	    height: 30px;
    border: none;
}

.trow1 img {
    border-radius: 50%;
    width: 35px;
    height: 35px;
}