@font-face {
  font-family: 'notosans';
  src: url("../fonts/nanumgothic-regular.eot");
  src: url("../fonts/nanumgothic-regular.eot") format("embedded-opentype"), url("../fonts/nanumgothic-regular.woff2") format("woff2"), url("../fonts/nanumgothic-regular.woff") format("woff"), url("../fonts/nanumgothic-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
}
@font-face {
    font-family: 'InkLipquid';
    src: url('../fonts/InkLipquid.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4 {
  line-height: 1.2 !important;
}

.border-bottom {
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea !important;
}

.max-width-chat {
  max-width: 1200px !important;
}

.table-width {
  max-width: 980px !important;
}

.lg-width {
  width: 100% !important;
}

.sm-width {
  width: 200px !important;
}

button {
  outline: none !important;
}

.red-bg {
  background-color: #ff3636 !important;
  border: 1px solid #711313 !important;
}

.black-bg {
  background-color: #1f1f1f !important;
  border: 1px solid #000000 !important;
}

.user-bg {
  background-color: #03ca09 !important;
  color: #fff !important;
}

.font-s-14 {
  font-size: 14px !important;
}

.text-blue-new {
  color: #7e8fff !important;
}

.text-blue-two {
  color: #00dcff !important;
}

.text-blue {
  color: #0099ff !important;
}

.orange {
  color: #ff9900 !important;
}

.text-yellow {
  color: #ffee00 !important;
}

.text-red {
  color: #ff3636 !important;
}

.text-green {
  color: #15ff00 !important;
}

.text-gold {
  color: #ffd000 !important;
}

.mar-l-5 {
  margin-left: 5px !important;
}

.mar-r-5 {
  margin-right: 5px !important;
}

.mar-cash {
}

.mar-t-0 {
  margin-top: 0px !important;
}

.mar-t-5 {
}

.mar-t-10 {
  margin-top: 10px !important;
}

.mar-t-15 {
  margin-top: 15px !important;
      text-align: center;
}

.mar-t-35 {
  margin-top: 35px !important;
}

.pad-0 {
  padding: 0 !important;
}

.pad-10 {
  padding: 10px !important;
}

.pad-lr-10 {
  padding: 0 10px !important;
}

.pad-l-5 {
  padding-left: 5px !important;
}

.pad-l-10 {
  padding-left: 10px !important;
}

.pad-l-15 {
  padding-left: 15px !important;
}

.pad-r-5 {
  padding-right: 5px !important;
}

.pad-r-10 {
  padding-right: 10px !important;
}

.pad-r-15 {
  padding-right: 15px !important;
}

p {
  padding: 0;
  margin: 0;
}

.grid-gap-5 {
  grid-gap: 5px;
}

.grid-two {
  display: grid;
  grid-template-columns: repeat(2, 1fr) !important;
}

.grid-three {
  display: grid;
  grid-template-columns: repeat(3, 1fr) !important;
}

.grid-four {
  display: grid;
  grid-template-columns: repeat(4, 1fr) !important;
}

.grid-six {
  display: grid;
  grid-template-columns: repeat(6, 1fr) !important;
}

.grid-seven {
  display: grid;
  grid-template-columns: repeat(7, 1fr) !important;
}

.lg {
  display: grid;
  grid-template-columns: repeat(2, 1fr) !important;
}

.background-none {
  background: none !important;
}

.background-white {
  background: #fff !important;
}

html {
  width: 100%;
  height: 100%;
}

html > body {
  width: 100%;
  height: 100%;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none !important;
  outline: none !important;
}

body {
  position: relative;
  font-family: 'notosans';
  background-color: #f3f3f3;
  line-height: inherit;
}

body > header {
  display: grid;
  grid-template-columns: 20% 60% 20%;
  z-index: 110;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 64px;
  background-color: #f5a901;
}

body > header > h1 > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  max-width: 150px;
}

body > header > h1 > a > img {
  height:35px;
}

body > header > h1 > a:hover {
  color: #fff;
}

body > header > a {
  display: flex;
  align-items: center;
  height: 100%;
  color: #fff;
}

body > header > .left-menu {
 /* justify-content: center; */
}

body > header > .left-menu > img {
  width: 50px;
}

body > header > .right-menu {
 /* justify-content: flex-end;*/
}

body > header > .right-menu > img {
  width: 75px;
}

body > header > h1 {
 
 /*  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  padding: 0;*/
}

body > header > h1 > a {
 /* display: flex;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;*/
}

body > .sidebar {
  position: fixed;
  top: 0;
  left: -330px;
  bottom: 0;
  right: 0;
  width: 330px;
  background-color: #fff;
  box-shadow: 2px 0px 5px #00000047;
  border-radius: 0 5px 5px 0;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all .3s ease;
  opacity: .5;
  z-index: 999;
}

body > .sidebar > .side-head {
  background-color: #f5a901;
  padding: 5px;
}

body > .sidebar > .side-head > .top-grid {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  align-items: center;
  position: relative;
  background: #fff;
  padding: 15px 10px;
}

body > .sidebar > .side-head > .top-grid > div:nth-of-type(1) > span {
  margin-right: 5px;
}

body > .sidebar > .side-head > .top-grid > div:nth-of-type(1) > span > img {
  width: 20px;
}

body > .sidebar > .side-head > .top-grid > div:nth-of-type(1) > font {
  font-size: 14px;
}

body > .sidebar > .side-head > .top-grid > div:nth-of-type(2) {
  text-align: right;
}

body > .sidebar > .side-head > .top-grid > div:nth-of-type(2) > button {
  border-radius: 5px;
  border: none;
  background: none;
}

body > .sidebar > .side-head > .top-grid > div:nth-of-type(2) > button > img {
  width: 100px;
}

body > .sidebar > .side-head > .side-cash {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  padding: 15px 10px;
  border-radius: 5px;
  color: #fff;
  width: 100%;
}

body > .sidebar > .side-head > .side-cash > div {
  display: flex;
  align-items: center;
}

body > .sidebar > .side-head > .side-cash > div > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 10px;
}

body > .sidebar > .side-head > .side-cash > div > span > img {
  width: 20px;
}

body > .sidebar > .side-head > .side-cash > div:last-child {
  text-align: right;
  justify-content: flex-end;
  background-color: #ffffff;
  border: 1px solid #dedede;
  color: #000;
  padding: 5px;
}

body > .sidebar > .side-body > .menubar {
  padding: 0;
  margin: 0;
}

body > .sidebar > .side-body > .menubar > li {
width:33.33333333%;
height:82px;
float:left;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  text-align:center;
  vertical-align:middle;

}

body > .sidebar > .side-body > .menubar > li > a {

}

body > .sidebar > .side-body > .menubar > li > a:after {


}

body > .sidebar > .side-footer {
	padding: 15px;
	position: absolute;
	bottom: 0;
	width:100%
}

body > .sidebar > .side-footer > div > a {
	color:#fff;
}
body > .sidebar > .side-footer > .side-box {
  color: #a7a7a7;
  font-size: 12px;
  margin-top: 30px;
  line-height: 18px;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #e0e0e0;
  padding: 0 10px 10px 10px;
}

body > .sidebar > .side-footer > .side-box > img {
  width: 250px;
}

body > .sidebar > .side-footer > .side-box > p {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

body > .sidebar > .side-footer > .side-box > p > span {
  margin-right: 5px;
}

body > .sidebar > .side-footer > .side-box > p > span > img {
  width: 15px;
}

body > .sidebar > .side-footer > p {
  color: #e0e0e0;
  padding-left: 15px;
  font-size: 12px;
  margin-top: 10px;
}

body > .sidebar > .side-footer > p > span {
  color: #000;
}

body > .sidebar.active {
  position: fixed;
  left: 0;
  opacity: 1;
}

body > .sidebar::-webkit-scrollbar {
  display: none;
}

body > section {
  margin: 4px auto 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
 

}

body > section > .containers {
  min-height: 100%;
max-width:768px;
margin:0 auto;
}

body > section > .containers > .members {
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #eaeaea;
  box-shadow: 0 5px 5px #0000001f;
}

body > section > .containers > .members > .side-head {
  background-color: #f5a901;
  padding: 5px;
}

body > section > .containers > .members > .side-head > .top-grid {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  align-items: center;
  position: relative;
  padding:10px 15px;
  background:#fff
}

body > section > .containers > .members > .side-head > .top-grid > div:nth-of-type(1) > span {
  margin-right: 5px;
}

body > section > .containers > .members > .side-head > .top-grid > div:nth-of-type(1) > span > img {
  width: 20px;
}

body > section > .containers > .members > .side-head > .top-grid > div:nth-of-type(1) > font {
  font-size: 14px;
}

body > section > .containers > .members > .side-head > .top-grid > div:nth-of-type(2) {
  text-align: right;
}

body > section > .containers > .members > .side-head > .top-grid > div:nth-of-type(2) > button {
  border-radius: 5px;
  border: none;
  background: none;
}

body > section > .containers > .members > .side-head > .top-grid > div:nth-of-type(2) > button > img {

}

body > section > .containers > .members > .side-head > .side-cash {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  padding: 15px 10px;
  border-radius: 5px;
  color: #fff;
  width: 100%;
}

body > section > .containers > .members > .side-head > .side-cash > div {
  display: flex;
  align-items: center;
}

body > section > .containers > .members > .side-head > .side-cash > div > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 10px;
}

body > section > .containers > .members > .side-head > .side-cash > div > span > img {
  width: 20px;
}

body > section > .containers > .members > .side-head > .side-cash > div:last-child {
  text-align: right;
  justify-content: flex-end;
  background-color: #ffffff;
  border: 1px solid #dedede;
  color: #000;
  padding: 5px;
}

body > section > .containers > .members > .side-body > .menubar {
  padding: 0;
  margin: 0;
}

body > section > .containers > .members > .side-body > .menubar > li {
  border-bottom: 2px solid #ffff;
  background-color: #f2f2f2;
  padding: 15px  10px;
}

body > section > .containers > .members > .side-body > .menubar > li > a {
  display: flex;
  align-content: center;
  justify-content: flex-start;
  position: relative;
  padding-left: 20px;
}

body > section > .containers > .members > .side-body > .menubar > li > a:after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/icon/Arrow-right.svg);
  background-repeat: no-repeat;
}

body > section > .containers > .main-silide > .swiper-container > .swiper-wrapper > div {
  height: unset;
  overflow: hidden;
}

body > section > .containers > .main-silide > .swiper-container > .swiper-wrapper > div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body > section > .containers > .baner-list > .tit {
  background-color: #fff;
  padding: 5px 10px;
}

body > section > .containers > .baner-list > .tit > h3 {
  display: flex;
  align-items: center;
  font-size: 14px;
  padding-left: 5px;
  font-weight: bold;
  margin: 0;
}

body > section > .containers > .baner-list > .tit > h3 > img {
  width: 40px;
  margin-right: 5px;
}

body > section > .containers > .baner-list > .baner {
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #f4f4f4;
  padding: 10px;
}

body > section > .containers > .baner-list > .baner > div {
  margin-top: 10px;
}

body > section > .containers > .baner-list > .baner > div > a {
  overflow: hidden;
  display: flex;
  align-content: center;
  justify-content: center;
}

body > section > .containers > .baner-list > .baner > div > a > img {
  width: 100%;
 height: 231px;
}

body > section > .containers > .footer-slide {
  padding: 10px;
  background-color: #ffc5ae;
}

body > section > .containers > .footer-slide > .swiper-footer > .swiper-wrapper > div > a {
  display: flex;
  align-content: center;
  justify-content: center;
  height: auto;
  overflow: hidden;
}

body > section > .containers > .footer-slide > .swiper-footer > .swiper-wrapper > div > a > img {
  width: 100%;
}

body > footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f5a901;
  height: 48px;
  z-index: 110;
}

body > footer > ul {
  display: grid;
  grid-template-columns: repeat(4, 4fr);
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

body > footer > ul > li > a {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

body > footer > ul > li > a > span {
  display: flex;
  align-content: center;
  justify-content: center;
}

body > footer > ul > li > a > span > img {
  width: 19px;
    height: 19px;
}

body > footer > ul > li > a > font {
  display: flex;
  align-content: center;
  justify-content: center;
  color: #fff;
  margin-top: 3px;
}

body > footer > ul > li:nth-of-type(2) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

body > footer > ul > li:nth-of-type(2222) > a {
  position: absolute;
  top: -40px;
  width: 84px;
  height: 82px;
  border-radius: 50%;
  background-image: url(../../../image/item_but_bg.png);
  color: #b05e00;
  box-shadow: 0 5px 5px #00000021;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

body > footer > ul > li:nth-of-type(2) > a > img {
}

body > .item > ul > li:nth-of-type(2) > a {
  position: unset;
  border-radius: unset;
  border: 0;
  background-color: #f5a901;
  background-image: unset;
  box-shadow: unset;
  width: unset;
  height: unset;
}

body > .item > ul > li:nth-of-type(2) > a > img {
  width: 25px;
}

section::-webkit-scrollbar {
  display: none;
}

.pop-message {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  background-color: #0000005c;
  overflow: hidden;
}

.pop-message > .pop {
  width: 90%;
  max-width: 880px;
  height: fit-content;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 5px 5px #0000009e;
  border: 2px solid #f5a901;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pop-message > .pop > .pop-header {
    background-color: #f5a901;
    border-radius: 10px 10px 0 0;
  height: 74px;
  display: grid;
  grid-template-columns: repeat(2, 2fr);
}

.pop-message > .pop > .pop-header > div {
  position: relative;
}

.pop-message > .pop > .pop-header > div > img {
  width: 100%;
}

.pop-message > .pop > .pop-header > div:first-child > img {
  position: absolute;
  top: 13px;
  left: 30px;
  width: 120px;
}

.pop-message > .pop > .pop-header > div:last-child {
  width: 100px;
}

.pop-message > .pop > .pop-header > div:last-child > img {
  position: absolute;
  top: 15px;
  left: 20px;
  width: 100px;
}

.pop-message > .pop > .pop-header > .notice > img {
  position: absolute !important;
  top: -2px !important;
  left: 29px !important;
  width: 120px !important;
}

.pop-message > .pop > .pop-body {
  display: flex;
  flex-direction: column;
  min-height: 79px;
  background-color: #fff;
  color: #606266;
  padding: 25px 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
}

.pop-message > .pop > .pop-body > p {
  margin-top: 10px;
}

.pop-message > .pop > .pop-body > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pop-message > .pop > .pop-footer {
overflow: hidden;
  align-items: center;
  margin: 5px auto 5px auto;
  border-top: 1px solid #eaeaea;
  padding: 10px 10px 5px;
}

.pop-message > .pop > .pop-footer > button {
  outline: none;
  border-radius: 5px;
  font-size: 12px;
  line-height: 12px;
  margin-left: 5px;
  float: right;
}

.pop-message > .pop > .pop-footer > button > span > img {
  width: 12px;
  margin-right: 5px;
}

.pagination {
  display: flex;
  width: 100%;
  justify-content: center;
}

.pagination > li > a {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #000;
  background-color: white;
  border: 1px solid #f3f3f3;
  margin-left: -1px;
}

.pagination > li > a:hover {
  color: #fff;
  background-color: #1a8dd1 !important;
  border: 1px solid #f3f3f3;
}

.pagination > .active > a {
  z-index: 2;
  color: #fff;
  background-color: #1a8dd1 !important;
  border: 1px solid #f3f3f3;
  cursor: default;
}

::-webkit-scrollbar {
  width: 0px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(209, 209, 209, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(209, 209, 209, 0.3);
  background-color: #d4d4d4;
}

.popover-title, .popover-content {
  display: flex;
  align-items: center;
  font-size: 12px !important;
}

.popover-title > img, .popover-content > img {
  margin-right: 5px;
}

.tooltip {
  text-align: left !important;
  overflow: unset !important;
  z-index: 999 !important;
}

.tooltip > div {
  text-align: left;
  font-size: 12px;
  border-radius: 5px;
}

.over-body {
  overflow-y: hidden !important;
}

.over-body:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: #0000006e;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.community-chat {
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  background-color: #fff;
  transition: all .3s ease;
  width: 100%;
  opacity: .5;
  z-index: 999;
}

.community-chat > .chat-head {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  align-items: center;
  height: 60px;
  padding: 0 15px;
  background-color: #ff8484;
  z-index: 888;
  position: relative;
}

.community-chat > .chat-head > .chat-admin {
  display: flex;
}

.community-chat > .chat-head > .chat-admin > span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  overflow: hidden;
}

.community-chat > .chat-head > .chat-admin > span > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.community-chat > .chat-head > .chat-admin > h2 {
  padding: 0;
  margin: 0;
  font-size: 18px;
  display: flex;
  align-items: center;
  margin-left: 10px;
  color: #fff;
}

.community-chat > .chat-head > .chat-control {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.community-chat > .chat-head > .chat-control > .dropdown > button {
  border: none;
  background: none;
  outline: none;
}

.community-chat > .chat-head > .chat-control > .dropdown > button > img {
  width: 28px;
}

.community-chat > .chat-head > .chat-control > .dropdown > ul {
  top: 30px;
  left: -88px;
  width: 110px;
  min-width: unset;
  padding: 0;
  border-radius: 5px;
}

.community-chat > .chat-head > .chat-control > .dropdown > ul > li > a {
  padding: 10px 0 10px 12px;
  font-size: 12px;
}

.community-chat > .chat-head > .chat-control > .dropdown > ul > li > a > img {
  margin-right: 5px;
}

.community-chat > .chat-head > .chat-control > .closes > img {
  width: 20px;
}

.community-chat > .chat-head > .message {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ea6b6b;
  font-size: 12px;
  line-height: 30px;
  border-radius: 0 0 10px 10px;
  color: #fff;
}

.community-chat > .chat-body {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-top: 60px;
  margin-bottom: 100px;
  z-index: 777;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 40px 15px 15px 15px;
}

.community-chat > .chat-body > .com-admin {
  max-width: 85%;
  padding: 10px;
}

.community-chat > .chat-body > .com-admin > .chat-box {
  border-radius: 10px;
  background-color: #f0f2f7;
  padding: 10px;
  width: fit-content;
}

.community-chat > .chat-body > .com-admin > div {
  line-height: 1.5;
}

.community-chat > .chat-body > .com-admin > div > span > img {
  width: 15px;
  margin-bottom: 3px;
}

.community-chat > .chat-body > .com-admin > .chat-time {
  display: flex;
  align-items: center;
  margin-top: 5px;
  font-size: 12px;
  color: #cacaca;
  padding-left: 5px;
}

.community-chat > .chat-body > .com-user {
  padding: 10px;
  padding-left: 20%;
}

.community-chat > .chat-body > .com-user > .chat-box {
  border-radius: 10px;
  background-color: #f0f2f7;
  padding: 10px;
  float: right;
  margin-bottom: 5px;
}

.community-chat > .chat-body > .com-user > div {
  line-height: 1.5;
}

.community-chat > .chat-body > .com-user > div > span > img {
  width: 15px;
  margin-bottom: 3px;
}

.community-chat > .chat-body > .com-user > .chat-time {
  display: flex;
  align-items: center;
  margin-top: 5px;
  font-size: 12px;
  color: #cacaca;
  padding-left: 5px;
}

.community-chat > .chat-body > .com-user > .justify-right {
  justify-content: flex-end;
}

.community-chat > .chat-body > .right-chat {
  text-align: right;
  padding-left: 20%;
  max-width: 330px;
  float: right;
}

.community-chat > .chat-body > .right-chat > button {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 20px;
  padding: 10px;
  border: 1px solid #007dfc;
  background-color: #fff;
  color: #007dfc;
  margin-bottom: 5px;
}

.community-chat > .chat-body > .right-chat:after {
  content: '';
  display: block;
  clear: both;
}

.community-chat > .chat-body::-webkit-scrollbar {
  display: none;
}

.community-chat > .chat-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 788;
  height: 100px;
  display: grid;
  grid-template-columns: 70% 29%;
  grid-gap: 1%;
  padding: 15px;
  border-top: 1px solid #eaeaea;
  background-color: #ff8484;
  box-shadow: 0px -2px 5px #00000017;
}

.community-chat > .chat-footer > textarea {
  border: 1px solid #eaeaea;
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  font-size: 12px;
  outline: none;
  max-height: 50px;
  overflow-y: auto;
  overflow-x: hidden;
}

.community-chat > .chat-footer > .button-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.community-chat > .chat-footer > .button-box > button {
  border: 1px solid #ff8484;
  background-color: #fff;
  color: #ff8484;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.community-chat > .chat-footer > .button-box > button > img {
  width: 30px;
  margin-right: 3px;
  margin-bottom: 2px;
}

.community-chat > .chat-footer > .dropdown {
  position: absolute;
  bottom: 6px;
  left: 14px;
}

.community-chat > .chat-footer > .dropdown > button {
  border: 1px solid #ff8484;
  border-radius: 5px;
  background-color: #fff;
  padding: 2px 6px;
}

.community-chat > .chat-footer > .dropdown > ul {
  top: -42px;
}

.community-chat.active-r {
  position: fixed;
  right: 0 !important;
  opacity: 1;
}




.memo {
  position: fixed;
  top: 0;
  bottom: 0;
  background-color: rgb(0,0,0,0.5);
width: 100%;
  z-index: 990;
}

.memo_window {
margin:30px;
width: calc(100% - 60px);
height: calc(100% - 60px);
  background-color: #fff;
}
.memo_none {
  display:none
}

.clear {
  clear: both;
}

.level {
  color: #606266;
  font-weight: 100;
  line-height: 1.5;
}

.level > strong {
  color: #000;
  font-weight: bold;
  font-size: 14px;
}

.border-black {
  border-radius: 30px !important;
  background-color: #fff;
  border: 2px solid #484a50;
  color: #000;
  box-shadow: 0 5px 5px #00000017;
}

.button-black {
  border-radius: 30px !important;
  background-color: #484a50;
  color: #fff;
  box-shadow: 0 5px 5px #00000017;
}

.border-red {
  border-radius: 30px !important;
  background-color: #fff;
  border: 2px solid #f5a901;
  color: #000;
  box-shadow: 0 5px 5px #00000017;
}

.button-red {
  border-radius: 30px !important;
  background-color: #f5a901;
  color: #fff;
  box-shadow: 0 5px 5px #00000017;
}

.button-orange {
  border-radius: 30px !important;
  background-color: #fea10a;
  color: #fff;
  box-shadow: 0 5px 5px #00000017;
}

.button-blue {
  border-radius: 30px !important;
  background-color: #0f7fff;
  color: #fff;
  box-shadow: 0 5px 5px #00000017;
}

.button-blue-two {
  border-radius: 30px !important;
  background-color: #274db7;
  color: #fff;
  box-shadow: 0 5px 5px #00000017;
}

.pagination > li {
  margin-right: 5px !important;
}

.pagination > li > a {
  border-radius: 5px !important;
  border: 1px solid #eaeaea;
  padding: 2px 6px !important;
}
.pagination > li > .pg_end{
	background: url(../../../img/btn_end.gif) 50% 50% no-repeat;
    width: 32px;
    text-indent: -999px;
    overflow: hidden;
}
.pagination > li > .pg_start{
	background: url(../../../img/btn_first.gif) 50% 50% no-repeat;
    width: 32px;
    text-indent: -999px;
    overflow: hidden;
}

.pagination > .active > a {
  border: 1px solid #f5a90198;
  background-color: #fff !important;
  color: #f5a901;
}

.border-radius-none {
  border-radius: 0 !important;
}
.chatting_rrom {
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  background-color: #fff;
  transition: all .3s ease;
  width: 100%;
  opacity: .5;
  z-index: 998;
}

.chatting_rrom > .chat-head {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  align-items: center;
  height: 60px;
  padding: 0 15px;
  background-color: #ff8484;
  z-index: 888;
  position: relative;
}

.chatting_rrom > .chat-head > .chat-admin {
  display: flex;
}

.chatting_rrom > .chat-head > .chat-admin > span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  overflow: hidden;
}

.chatting_rrom > .chat-head > .chat-admin > span > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chatting_rrom > .chat-head > .chat-admin > h2 {
  padding: 0;
  margin: 0;
  font-size: 18px;
  display: flex;
  align-items: center;
  margin-left: 10px;
  color: #fff;
}

.chatting_rrom > .chat-head > .chat-control {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.chatting_rrom > .chat-head > .chat-control > .dropdown > button {
  border: none;
  background: none;
  outline: none;
}

.chatting_rrom > .chat-head > .chat-control > .dropdown > button > img {
  width: 28px;
}

.chatting_rrom > .chat-head > .chat-control > .dropdown > ul {
  top: 30px;
  left: -88px;
  width: 110px;
  min-width: unset;
  padding: 0;
  border-radius: 5px;
}

.chatting_rrom > .chat-head > .chat-control > .dropdown > ul > li > a {
  padding: 10px 0 10px 12px;
  font-size: 12px;
}

.chatting_rrom > .chat-head > .chat-control > .dropdown > ul > li > a > img {
  margin-right: 5px;
}

.chatting_rrom > .chat-head > .chat-control > .closes > img {
  width: 20px;
}

.chatting_rrom > .chat-head > .message {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ea6b6b;
  font-size: 12px;
  line-height: 30px;
  border-radius: 0 0 10px 10px;
  color: #fff;
}

.chatting_rrom > .chat-body {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-top: 60px;
  margin-bottom: 100px;
  z-index: 777;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 40px 15px 15px 15px;
}

.chatting_rrom > .chat-body > .com-admin {
  max-width: 85%;
  padding: 10px;
}

.chatting_rrom > .chat-body > .com-admin > .chat-box {
  border-radius: 10px;
  background-color: #f0f2f7;
  padding: 10px;
  width: fit-content;
}

.chatting_rrom > .chat-body > .com-admin > div {
  line-height: 1.5;
}

.chatting_rrom > .chat-body > .com-admin > div > span > img {
  width: 15px;
  margin-bottom: 3px;
}

.chatting_rrom > .chat-body > .com-admin > .chat-time {
  display: flex;
  align-items: center;
  margin-top: 5px;
  font-size: 12px;
  color: #cacaca;
  padding-left: 5px;
}

.chatting_rrom > .chat-body > .com-user {
  padding: 10px;
  padding-left: 20%;
}

.chatting_rrom > .chat-body > .com-user > .chat-box {
  border-radius: 10px;
  background-color: #f0f2f7;
  padding: 10px;
  float: right;
  margin-bottom: 5px;
}

.chatting_rrom > .chat-body > .com-user > div {
  line-height: 1.5;
}

.chatting_rrom > .chat-body > .com-user > div > span > img {
  width: 15px;
  margin-bottom: 3px;
}

.chatting_rrom > .chat-body > .com-user > .chat-time {
  display: flex;
  align-items: center;
  margin-top: 5px;
  font-size: 12px;
  color: #cacaca;
  padding-left: 5px;
}

.chatting_rrom > .chat-body > .com-user > .justify-right {
  justify-content: flex-end;
}

.chatting_rrom > .chat-body > .right-chat {
  text-align: right;
  padding-left: 20%;
  max-width: 330px;
  float: right;
}

.chatting_rrom > .chat-body > .right-chat > button {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 20px;
  padding: 10px;
  border: 1px solid #007dfc;
  background-color: #fff;
  color: #007dfc;
  margin-bottom: 5px;
}

.chatting_rrom > .chat-body > .right-chat:after {
  content: '';
  display: block;
  clear: both;
}

.chatting_rrom > .chat-body::-webkit-scrollbar {
  display: none;
}

.chatting_rrom > .chat-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 788;
  height: 100px;
  display: grid;
  grid-template-columns: 70% 29%;
  grid-gap: 1%;
  padding: 15px;
  border-top: 1px solid #eaeaea;
  background-color: #ff8484;
  box-shadow: 0px -2px 5px #00000017;
}

.chatting_rrom > .chat-footer > textarea {
  border: 1px solid #eaeaea;
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  font-size: 12px;
  outline: none;
  max-height: 50px;
  overflow-y: auto;
  overflow-x: hidden;
}

.chatting_rrom > .chat-footer > .button-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.chatting_rrom > .chat-footer > .button-box > button {
  border: 1px solid #ff8484;
  background-color: #fff;
  color: #ff8484;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chatting_rrom > .chat-footer > .button-box > button > img {
  width: 30px;
  margin-right: 3px;
  margin-bottom: 2px;
}

.chatting_rrom > .chat-footer > .dropdown {
  position: absolute;
  bottom: 6px;
  left: 14px;
}

.chatting_rrom > .chat-footer > .dropdown > button {
  border: 1px solid #ff8484;
  border-radius: 5px;
  background-color: #fff;
  padding: 2px 6px;
}

.chatting_rrom > .chat-footer > .dropdown > ul {
  top: -42px;
}

.chatting_rrom.active-r {
  position: fixed;
  right: 0 !important;
  opacity: 1;
}