.top_icon, .top_icon_close {
	font-size: 24px;
}
.icon_photo {
	margin-top:5px;
}
.top_option {
	display: flex;
	flex-flow: row nowrap;
	padding-bottom: 1rem;
}
.ptime, .ptime2 {
	font-size: 0.6875em;
	opacity:0.5;
	padding-top:3px;
	text-align:right;
}
.top_option img {
	height:40px;
	width:auto;
}
#container_user ul .users_option, #friend_container ul .users_option{
	margin-bottom: -3px;
}
#private_panel .top_option {
	height:30px;
}
#private_panel .top_option img {
	height:30px;
	width:auto;
}
.panel_wrap {
	height:auto;
	width:100%;
}
.close_option {
	flex: 0 0 4rem;
}
.inner_top_option {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	flex: 1 1 auto;
	justify-content: space-evenly;
}
.private_panels .inner_top_option {
	justify-content: end;
}
.inner_top_option i {
    display: flex;
    flex-flow: column;
    align-items: center;
}
.inner_top_option img {
	margin-left:2px;
}
.inner_top_option i::after {
    font: 0.4em'Regular';
    display: block;
}
#main_option i {
    color: oklch(from var(--overall-bg-2) calc(l + 0.6) c h / alpha)
}

.ic_ssetting::after {
    content: 'SETTINGS';
}

.ic_sroom::after {
    content: 'ROOMS'
}

.ic_suser::after {
    content: 'USERS'
}

div.inner_top_option .ic_sword::after {
    content: 'FILTER'
}

.ic_find::after {
    content: 'SEARCH'
}
i#chat_user::after {
    content: 'USERS';   
}
i#chat_room::after {
    content: 'ROOMS';
}
i#chat_private::after {
    content: 'PRIVATE';
}
i#chat_friends::after {
    content: 'FRIENDS';
}
i#chat_ignore::after {
    content: 'IGNORE';
}
i#chat_history::after {
    content: 'HISTORY';
}
i#my_history::after {
    content: 'SEARCH';
}
.panel_element {
	padding-top: 1rem;
	margin-block-end: 3rem;
	justify-items: center;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
}
.panel_element button {
    font: 1.2rem/1 'Regular'
}
.panel_element button.semi {
    width: 49%;
	text-align:center;
	border-radius:5px;
	padding:4px 0;
	margin-block-end:3px;
}
.panel_element button span {
    text-align: left
}
.centered_element {
	text-align:center;
}
.panelone {
	height:100%;
	position:fixed;
	top:0;
	right:0;
	overflow:auto;
	z-index:31;
}
.paneltwo {
	height:100%;
	position:fixed;
	top:0;
	right:0;
	margin-right:-40%;
	overflow:auto;
}
.panelthree {
	height:auto;
	position:fixed;
	bottom:48px;
	right:0;
	box-shadow:0 0 10px #000;
	z-index:199;
	border-radius:8px;
	display:none;
	padding-bottom:20px;
}
.panelthree .panel_element {
	margin-block-end: 0;
}
#history_container {
	height:100%;
	overflow: scroll;
}
#add_room {
	width:100%;
	height:auto;
	padding-bottom:20px;
}
#add_room_name {
	grid-column: 1 / 4;
}
#add_room_button {
	border-radius: 10px;
	width: 100%;
}
#room_access {
	grid-column: 4 / -1;
}
.semi {
	width:49%;
	text-align:center;
	border-radius:5px;
	padding:4px 0;
	margin-bottom:3px;
}
.profile_button_full{
	width:100%;
	text-align:center;
	border-radius:5px;
	padding:4px 0;
	margin-bottom:3px;
}
#room_all {
	padding-top: 1rem;
	margin-top: 1rem;
}
#room_list {
    display: grid;
    grid-template-columns: 1fr max-content;
}
.all_room {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: 1 / -1;
	align-items: center;
	padding: 0 0.5rem;
}
.room_type {
	text-decoration:none !important;
	font-family: 'Regular' !important;
}
#container_user, #container_help, #container_room, #container_user_admin, #container_user_room {
	width: 100%;
}
.user_quart {
	width:100%;
	height:auto;
}
.title_user_quart {
	width:100%;
	height:20px;
	text-align:center;
	padding:10px 0;
	font-size: 1em;
	clear:both;
}
.title_user_quart + div {
    display: grid;
    grid-template-columns: 1fr max-content;
    gap: 0.25rem 0
}
.title_user_quart + div:empty::before {
    content: 'No users in list';
    text-align: center;
    font-size: 1.5rem;
}
.title_user_quart + div > div {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: 1 / -1;
    padding: 0 0.5rem;
    align-items: center
}
#setting_left {
	width:100%;
	height:100%;
	float:left;
}
#site_title, #site_domain {
	height:30px;
	width:100%;
	padding-bottom:8px;
}
#site_title {
	margin-top:20px;
}
#site_domain {
	height:44px;
}
#site_title_left, #site_domain_left {
	width:30%;
	float:left;
}
#site_title_left p, #site_domain_left p {
	padding-top:5px;
}
#site_title_right, #site_domain_right {
	width:70%;
	float:right
}
.label {
	margin-bottom:4px;
}
.full_button {
	width:100%;
	padding:8px 0;
	border-radius:8px;
}
.edit_section {
	margin-block-start: 20px;
	align-items: center;
	display: flex;
	flex-flow: column;
}
.edit_section:nth-of-type(3) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 0.25rem 0.5rem;
}
.edit_section:nth-of-type(3) h3.e, .edit_section:nth-of-type(3) input.e, .edit_section:nth-of-type(3) button.e {
	grid-column: 1 / -1;
	text-align: center;
}
#update_name, #update_email, #update_alt, #update_password {
	margin-block: 0 !important
}
.advice  {
	font-size: 0.75em;
	font-family: 'Regular';
	padding-top:6px;
}
.label_panel {
	margin:0;
	padding:0;
	margin-bottom:3px;
	margin-top:3px;
}
.container_element, .roombutton {
	width:100%;
	border-radius:8px;
}
.roombutton {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	padding: 0.8rem;
}
.roombutton:not(:last-of-type) {
	margin-bottom: 0.2rem;
}
.element_name {
	width:80%;
	height:100%;
	float:left;
	padding-left:5%;
	overflow:hidden;
}
.element_name p {
	padding-top:10px;
}
.delete_element {
	width:15%;
	height:100%;
	float:right;
	text-align:center;
}
.delete_element button {
	height:100% !important;
	padding:0;
	background: none;
}
.wrap_element {
	width:100%;
	height:100%;
	float:left;
	overflow:hidden;
}
#room_wrap, #user_wrap, #private_wrap {
	display:none;
	width:100%;
	height:auto;
}
.wrap_command {
	height: auto;
	width: calc(100% - 20px);
	margin-bottom: 4px;
	padding-left: 20px;
	cursor: pointer;
	font-size: 1.4em;
}
.command_copy {
	height:auto;
	width:100%;
	float:left;
	cursor:pointer;
}
.command_copy p {
	margin-left:5px;
	font-size: 0.9375em;
	padding-top:3px;
	font-family: 'Bold';
}
.effect {
	width:100%;
	height:auto;
	float:left;
	font-size: 0.875em;
	padding-bottom:5px;
}
.effect p {
	padding-left:5px;
	padding-top:2px;
	font-size: 0.75em;
}
.profile_avatar {
	max-height:160px !important;
	aspect-ratio: 1;
	display:block;
	border-radius:10px;
	box-shadow: .25rem .25rem .5rem var(--body);
}
.avatar_edit {
	margin-bottom:20px;
}
.profile_user {
	width:100%;
	margin:0 auto;
	font-family: 'Bold';
	margin-bottom:8px;
}
.profile_info {
    width: 100%;
}
.profile_info span {
	font-family: 'Regular';
}
#details_profile {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
}
#details_profile h3, #profile_panel h2 {
	padding: 0.75rem 1rem 0 1rem;
	margin-block-end: 0.5rem;
	border-width: 0 0 3px 0;
	border-style: solid;
	border-image: linear-gradient(to right, transparent 0, var(--button-sel-bg) 10%, var(--button-sel-bg) 90%, transparent 100%) 0 0 1 0;
}
#profile_panel h2 {
    margin-block-end: 0.5rem;
    margin-block-start: 0;
    padding: 0 1rem;
}
#details_profile p {
	text-align:center;
}
.profile_info, .profile_description_title, .profile_description{
	font-size: 0.9375em;
}
.profile_info button[id] {
	margin: 0.5rem 0;
}
.profile_user {
	font-size: 1.375em;
}
#my_profile_avatar {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: max-content;
	justify-items: center;
}
#avatar {
	width: max-content;
}
#myForm {
    padding: 0.5rem 0;
}
#pro_details {
    display: grid;
    grid-template-columns: max-content 1fr;
    grid-auto-rows: max-content;
	gap: 0.5rem;
}
#pro_details label {
    grid-column: 1 / 2;
	color: var(--lighttext)
}
#pro_details label:not(.l) {
    text-align: right;
}
#pro_details select {
    grid-column: -2 / -1;
}
#pro_details label.l {
    grid-column: 1 / -1;
}
#pro_details input.l, #pro_details textarea.l {
    grid-column: 1 / -1;
}
#pro_details textarea.l {
	height: 4lh;
	field-sizing: content;
}
.profile_description_wrap {
	width:100%;
	height:auto;
}
.profile_description_title p {
	padding-bottom:6px;
}
.profile_description {
	width:100%;
	height:auto;
}
.profile_name {
	margin-bottom:0px;
}
.profile_rank, .profile_alt {
	margin-bottom:5px;
	font-size: 0.9375em;
}
.profile_alt {
	font: italic 1.25em/1 'Regular';
}
.section_prof {
	padding:5px 0;
}
.details_personal {
	margin-top:5px;
}
.link_pro {
	text-decoration:none;
}
.profile_flag {
	display:block;
}
.profile_country {
	text-align:center;
	margin-top:-5px;
}
#emoticon_panel {
	z-index:4000;
}
.option_setting {
	width:100%;
	height:auto;
	font-size: 0.875em;
}
.option_left {
	width:100%;
	float:left;
	padding:8px 0;
}
.option_left label {
	float:left;
	max-width:65%;
}
.option_left select {
	float:right;
	width:30%;
	padding:3px 0;
}
.close_room, .remove_private, .remove_word {
		height:100%;
		width:auto;
}
.element {
	width:100%;
	height:40px;
	float:left;
	margin-bottom:3px;
	border-radius:8px;
}	
.element_name {
	width:60%;
	height:100%;
	float:left;
}
.erase_element {
	height:40px;
	width:40px;
	float:right;
}
.erase_icon {
	height:100%;
	width:auto;
}
.theme_button {
	width:100%;
	height: 2rem;
	text-align:center;
	border-radius:13px;
	margin-bottom:3px;
	cursor:pointer;
    display: flex;
    justify-content: center;
    align-items: center;
	font: 1.25rem/1 'Bold' !important;
}
.theme_button::after {
    content: '(' attr(data-users) ' using)';
    font: 1rem/1 'Regular';
	padding-inline-start: 0.5rem;
}
#theme_title {
	font-size: 1.375em;
	font-family: 'Bold';
	text-align:center;
	width: 100%;
	margin-bottom: 0.5rem;
}
#emoticon_panel .panel_element img {
	float:left;
	height:25px;
	width:auto;
	margin-bottom:8px;
	margin-left:8px;
}
#emoticon_wrap {
	width:94%;
	height:auto;
	padding:10px 3%;
}
#ul_history {
width:98%;
margin:0 auto;
padding-left:2%;
height:100%;
padding-top:10px;
overflow-x:hidden;
}
#ul_history li {
list-style: none;
padding:3px;
}
#history_panel .panel_element {
	height:85%;
}
#history_container a {
	color:blue !important;
}
.panel_error {
	width:100%;
	height:16px;
	padding-top:4px;
	padding-bottom:4px;
}

.change_avatar {
	margin-bottom:8px;
	text-decoration: underline;
}
.change_password {
	display: grid;
	grid-template-columns: max-content 1fr;
	gap: 0.25rem;
	border-bottom: none !important;
	align-items: center;
	margin-top: 1rem;
}
.details.change_password::before {
    content: 'Update Your Details';
    grid-column: 1 / -1;
    text-align: center;
    text-decoration: underline;
    font: 1.5rem/1 'Bold';
}
.details label {
    text-align: right;
    padding-inline-end: 0.25rem;
}
.details button, .details .profile_error {
    grid-column: 1/ -1;
}
.change_password p {
	grid-column: 1 / -1;
}
.input_password {
	border:none !important;
	padding:5px;
	font-size: 1.0625em;
	width: calc(100% - 10px);
}
.profile_panel_description {
	border-bottom:none !important;
}
.top_panels {
	z-index:100;
}
#private_chat {
    width: 100%;
}
#private_chat ul {
	width:100%;
	height:230px;
	padding:4px 2%;
	overflow-x:hidden;
	overflow-y:auto;
	margin-bottom:5px;
}
#private_chat ul li {
    margin-bottom: 0.25rem;
    max-width: 80%;
    word-wrap: break-word;
    mask: radial-gradient(100% 100% at var(--_p) 0, #0000 99%, #000 102%) var(--_p) 100% / var(--t) var(--t) no-repeat, linear-gradient(#000 0 0) padding-box;
    --r: 0.7em;
    --t: 1.5em;
    padding: 0.25em;
    border-inline: var(--t) solid #0000;
    border-radius: calc(var(--r) + var(--t)) / var(--r);
}
#private_panel {
	background: var(--overall-bg) !important;
	padding: 1rem 0.75rem !important;
}
#private_panel .panel_element {
	padding-top:10px;
}
.private_target {
	font-size: 1em;
	font-family: 'Bold';
	padding-top:5px;
}
.hunter_private {
	float:left;
	clear:both;
	min-width:100px;
}
.target_private {
	float:right;
	clear:both;
	min-width:100px;
}
.private_view {
	cursor:pointer;
}
.small_text{
	text-align: right;
	padding-block-end: 0.5rem;
}
.option_icon {
	width:50px;
	height:50px;
	float:left;
}
.option_icon img {
	width:100% !important;
	height:auto;
}
#bad_word {
	grid-column: 1 / 3;
}
#add_word {
	width:40%;
	float:right;
	padding:5px 0;
	border-radius:5px;
}
#add_filter {
	height:auto;
	width:100%;
	padding-bottom:10px;
}
#empty_word {
	width:100%;
	height:30px;
	font-size: 1em;
	clear:both;
}
#title_filter {
	display: flex;
    flex-flow: column;
    gap: 0.25rem;
    width: 100%;
}
#filter_list {
	padding-top: 1rem;
	clear: both;
}
#filter_list ul {
    display: grid;
    grid-template-columns: 1fr max-content;
    gap: 0.25rem 0;
    border-radius: 0.25rem;
}
#filter_list ul li {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: subgrid;
    align-items: center;
	padding: 0 0.5rem;
	border-radius: 0.5rem;
}
.roombutton > .name {
	flex: 1 1 auto;
}
.title_command {
	padding-bottom:5px;
	padding-top:5px;
	font-size: 1em;
}
.setting_part {
	display:none;
}
.setting_part, #add_room {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(4, 1fr);
	align-items: center;
	gap: 0.75rem 0.25rem;
	margin-block-end: 1rem;
}
.setting_part h3, .setting_part p, #add_room h3 {
    grid-column: 1 / -1;
	color: oklch(from var(--overall-bg-2) calc(l + 0.6) c h);
	text-decoration: underline;
}
.setting_part label.s {
    grid-column: 1 / 2
}
.setting_part label.s + input, .setting_part label.s + select, .setting_part label.s + textarea  {
    grid-column: 2 / -1
}
.setting_part label.m {
    grid-column: 1 / 3
}
.setting_part label.m + input, .setting_part label.m + select {
    grid-column: 3 / -1
}
.setting_part label.l {
    grid-column: 1 / 4
}
.setting_part label.l + input {
    grid-column: 4 / -1
}
.setting_part select, #add_room select {
	font-family: 'Regular';
}
#top_setting_option {
	padding-bottom:5px;
}
#container_setting {
	padding-top:10px;
	width: 100%;
}
.friend_status {
	height: 100%;
	width: auto;
	display: block;
	float: left;
	margin-right: 2px;
	margin-left: -5px;
	position: relative;
}
.friend_title {
	padding-bottom:10px;
}
.add_friend_button {
	display:block;
	float:right;
}
.private_friend {
	float:left;
}
.time_zone_select {
	width:190px !important;
	font-size: 0.75em;
}
.time_zone_select option {
	max-width:160px;
}
.setting_msg {
	min-height: 3lh;
	field-sizing: content;
	overflow:auto;
}
.setting_message_zone {
	height:auto;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
}
#update_iframe {
	width:100%;
	height:480px;
	border:none;
	display:none;
}
#my_email, #custom1, #custom2, .profile_input_social, #edit_custom1, #edit_custom2 {
	width:96%;
	border:none;
	padding:4px 2%;
}
#menu_friend {
	width:100%;
	height:auto;
}
#friend_container {
	padding-block-start: 1.5rem;
	width: 100%;
}
#friend_container:empty::before {
	content: 'No Friends In List';
	text-align-last: center;
	font-size: 1.5rem;
}
#ignore_container {
    display: grid;
    grid-template-columns: 1fr max-content;
    width: 100%;
}
#ignore_container > div {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: subgrid;
    align-items: center;
    padding: 0 0.5rem;
}
#ignore_container:empty::before {
	content: 'Nobody Is On Ignore';
	text-align-last: center;
	font-size: 1.5rem;
}
#pending_friend {
	display:none;
}
.friend_span {
	background:red;
	color:#fff;
	font-family: 'Bold';
	padding:0 7px;
	border-radius:8px;
	margin-left:5px;
}
.mpending {
	padding:10px 0 10px 0;
}
.fpending {
	padding:0px 0 10px 0;
}
.friend_menu {
	width:100%;
	height:40px;
	background:orange;
	clear:both;
}
.container_friend {
    border-radius: 8px;
    width: 100%;
    box-sizing: border-box;
    padding: 0.25rem;
}
.friend_ginfo {
	padding:0;
}
.friend_top {
    margin: 0.5rem 0;
    display: flex;
}
.friend_name p {
	font-size: 1.25em;
}
.friend_bottom {
    display: flex;
    justify-content: space-between;
}
.friend_menu_button:hover {
	opacity:0.7 !important;
}
.friend_avatar {
	width:40px;
	height:40px;
	border-radius:20px;
}
.friend_status img {
	width:22px;
	height:22px;
	margin-left:-10px;
	margin-top:5px;
}
.friend_no_allow {
	margin-bottom:0px !important;
}
#profile_menu {
	width:100%;
	height:auto;
	clear:both;
	margin-bottom:15px;
}
#profile_data {
	display:none;
	margin-top:-15px;
}
#profile_social {
	display:none;
}
#profile_social div {
	display: grid;
	grid-template-columns: 1fr;
	grid-auto-rows: max-content;
}
#profile_social p:not(:first-of-type):not(:empty), #profile_social button {
    margin-top: 0.5rem
}
#file {
	padding:0.25rem 0;
}
.profile_error {
	min-height:20px;
	width:100%;
	padding-block: 0 0.5rem;
}
span[id^="error_info"]:not(:empty)::before, span[id^="error_info"]:not(:empty)::after,
span[id="error"]:not(:empty)::before, span[id="error"]:not(:empty)::after {
	content: '▲';
	display: inline-block;
	padding-inline: 0.5rem;
}
span[id^="error_info"], span[id="error"] {
	grid-column: 1 / -1;
    text-align: center;
	height: 1lh;
}
.social_zone {
	display:table;
	width:auto;
	height:auto;
	margin:0 auto;
	margin-top:5px;
	margin-bottom:10px;
}
.social_container {
	display:table;
	width:auto;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.pro_sicon {
	font-size: 2em;
	margin-top:11px;
	margin-left:3px;
	margin-right:3px;
}
#search_result {
	margin-top:20px;
	width: 100%;
}
.fa-facebook-square  {
color:#3b5998;
}
.fa-square-x-twitter  {
color:#aaaaaa;
}
.fa-pinterest-square  {
color:#cb2027;
}
.fa-google-plus-square {
color:#dd4b39;
}
.fa-instagram {
color:#bc805f;
}
.fa-linkedin-square  {
color:#007bb6;
}
.fa-tumblr-square  {
color:#00aced;
}
.fa-flickr {
color:#ff0084;
}
.fa-youtube-square {
color:#bb0000;
}

.fa-facebook-square, .fa-square-x-twitter,
.fa-pinterest-square, .fa-instagram, 
.fa-linkedin, .fa-tumblr-square,
.fa-flickr, .fa-youtube-square {
	border-radius:4px;
	padding-inline-end: 0.5rem;
 }
#search_history {
	height:24px;
	display:block;
	margin-inline-end: 0.5rem;
}