<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Athiti|Itim|Kanit|Krub|Mali|Pattaya|Prompt|Sarabun|Sriracha&amp;display=swap');

/* Global Styles */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
button,
input,
select,
textarea {
  color: #323537;
  font-family: 'Prompt', 'Times New Roman', sans-serif;
}

div,
legend,
label,
button,
th,
td,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Prompt', 'Times New Roman', sans-serif;
  font-weight: 200;
}

body {
  background-image: url("");
  background-color: #f9f9f9;
  font-family: 'Prompt', 'Times New Roman', sans-serif;
}

/* Anchor Styles */
a:link,
a:visited {
  text-decoration: none;
}

/* Badge Styles */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* Layout Helpers */
.fit-col {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.friendlist-row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}

.friendlist-col {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.friendlist-col:hover {
  background: #fff;
  box-shadow: 12px 15px 20px 0 rgba(46, 61, 73, 0.15);
  border-radius: 4px;
  transition: all 0.3s ease;
}

/* Friendlist Heading &amp; Box */
.friendlist-h2 {
  font-size: 16px;
  color: #3E4257;
  margin: 0 0 10px 0;
}

.friendlist-h2 i.fa-commenting-o {
  font-size: 18px;
}

.friendlist-box-vip {
  padding: 0;
  background: #fff;
  min-height: 250px;
  border-radius: 2px;
  margin-bottom: 10px;
  border: 1px solid #e4e4e4;
  box-shadow: 0 1px 3px rgba(106, 137, 152, 0.2);
}

.friendlist-box--vip {
  padding: 7px !important;
}

.friendlist-box {
  background: #fff;
  margin-bottom: 10px;
  border-radius: 4px;
  border: 1px solid rgb(239, 241, 241);
  display: block;
  overflow: hidden;
  padding: 0;
}

.friendlist-box input {
  height: 35px;
}

.friendlist-box h3 {
  font-size: 16px;
  height: 26px;
  margin-top: 10px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.friendlist-box h3 a {
  color: #353535;
}

.friendlist-box h3 a:hover {
  color: #000;
}

/* Friendlist Profile Images */
.friendlist-profile-img {
  border-radius: 0;
  width: 100%;
  display: block;
  margin: 0 auto;
  border: 0 solid #fff;
  background: #fff;
  padding: 0;
}

.friendlist-profile_img_vip {
  width: 180px;
  display: block;
  margin: 0 auto;
  padding: 1px;
  border-radius: 2px;
}

.friendlist-profile_img_vip--border {
  border: 1px solid #ddd;
}

/* Friendlist Game &amp; Icon */
.friendlist-div-game {
  margin-top: 7px;
  overflow: hidden;
}

.friendlist-icon-game {
  position: relative;
  margin-left: -5px;
}

.friendlist-icon-game:first-child {
  margin-left: 0;
}

.friendlist-icon-game:hover img {
  border: 1px solid #2678e6;
  transform: scale(1);
}

.friendlist-icon-game img {
  width: 27px;
  padding: 1px;
  background: #fff;
  border: 1px solid #96aecb;
  box-shadow: inset 0 1.5px 3px rgba(0, 0, 0, 0.15),
              0 1.5px 3px rgba(0, 0, 0, 0.15);
}

/* Friendlist Age */
.friendlist-age {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.friendlist-age-circle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /* ระบุความสูงและพื้นหลังตามที่ต้องการ */
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  border-radius: 0;
  text-shadow: 0.1em 0.1em 0.2em black;
}

/* Friendlist Detail, Name &amp; Icon */
.friendlist-detail {
  margin-bottom: 0;
  font-size: 14px;
  overflow: hidden;
  height: 41px;
  color: #353535;
  display: block;
  word-wrap: break-word;
  padding-left: 5px;
}

.friendlist-detail--vip {
  height: 62px;
}

.friendlist-detail--vip span {
  color: #FF6280;
}

.friendlist-name {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  height: 24px;
  color: #353535;
  display: block;
  word-wrap: break-word;
}

.friendlist-icon {
  margin-bottom: 3px;
  color: #353535;
  padding-left: 5px;
}

.friendlist-icon .fa-heart {
  color: #d63364;
}

.friendlist-icon .fa-tags {
  color: #02a28d;
}

.friendlist-icon div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.6;
  text-align: left;
}

.friendlist-icon a {
  color: #353535;
}

.friendlist-icon a:hover {
  color: #505050;
}

.friendlist-icon i {
  color: #0366d6;
  margin-right: 8px;
}

/* Friendlist Buttons &amp; Tags */
.friendlist-add {
  color: #fff;
  background: #177bdd;
  border: 1px solid #186dc4;
  padding: 3px 15px 4px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.friendlist-add:hover,
.friendlist-add:active,
.friendlist-add:focus {
  background: #186dc4 !important;
  color: #fff !important;
}

.friendlist-bottom {
  font-size: 13px;
  margin-top: 7px;
}

.friendlist-btn_vip {
  margin-top: 17px;
  font-size: 14px;
  padding: 6px 15px;
  background-color: transparent;
  border: 1px solid #ffc824;
  color: #f19633;
}

.friendlist-btn_vip:hover,
.friendlist-btn_vip:active,
.friendlist-btn_vip:focus {
  background-color: #f19633 !important;
  color: #ffffff !important;
}

.friendlist-tags {
  color: #1aa87c;
}

.friendlist-tags i {
  font-size: 11px;
}

.friendlist-date {
  float: right;
  color: #909090;
  font-size: 10px;
}

/* Friendlist Code */
.friendlist-code {
  padding: 5px 10px 5px 5px;
}

.friendlist-code input.form-control {
  width: 96%;
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}

.friendlist-code a.input-group-addon {
  color: #535353;
  cursor: pointer;
  font-size: 18px;
  padding: 3px 10px;
  background: #f8f8f8;
  border: 1px solid #ddd;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.friendlist-code a.input-group-addon:hover {
  background: #eaebec;
}

.friendlist-code a.input-group-addon i {
  position: relative;
  left: 2px;
}

/* Friend View Nearby */
.friend-view__nearby {
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  line-height: 40px;
  font-size: 16px;
  color: #31708f;
  letter-spacing: 0.5px;
  padding: 0 15px;
}

.friend-view__nearby-list {
  margin-top: 15px;
}

/* Friendlist Ribbon */
.friendlist-ribbon_head {
  position: absolute;
  right: 40px;
}

.friendlist-ribbon {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #FF9800;
  text-align: center;
  top: -4px;
  left: 5px;
  border-radius: 3px 3px 0 0;
  border: 1px solid #FF9800;
}

.friendlist-ribbon:after,
.friendlist-ribbon:before {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 0;
}

.friendlist-ribbon:after {
  border-width: 0 9px 12px 9px;
  border-color: transparent transparent #FF9800 transparent;
  bottom: -11px;
  left: 0;
  z-index: 1;
}

.friendlist-ribbon:before {
  border-width: 0 10px 14px 10px;
  border-color: transparent transparent #FF9800 transparent;
  bottom: -14px;
  left: -1px;
  z-index: 0;
}

.friendlist-ribbon span {
  position: relative;
  font-size: 8px;
  bottom: 6px;
  color: #fff;
  left: 1px;
}

.friendlist-border_ribbon {
  border-top: dashed 1px #b16b04;
  border-bottom: dashed 1px rgba(255, 255, 255, 0.3);
  margin: 3px;
}

/* Friendlist Ads &amp; Album */
.friendlist-ads {
  width: 155px;
  height: 155px;
  display: block;
  margin: 0 auto;
  padding: 2px;
}

.friendlist-ads img {
  position: relative;
  top: 25px;
  display: block;
  margin: 0 auto;
  background: #fff;
}

.friendlist-album {
  position: absolute;
  color: #25486b;
}

/* Ads Layout */
.ads_row {
  margin-left: -4px !important;
  margin-right: -4px !important;
}

.ads_col {
  padding-left: 4px !important;
  padding-right: 4px !important;
  margin-bottom: 10px !important;
}

.ads_default {
  border: 1px dashed #fff;
}

.ads_box {
  margin: auto;
  padding: 3px;
  background: #fff;
  max-width: 215px;
  min-height: 100px;
  max-height: 200px;
  border-radius: 2px;
  border: 1px solid #e4e4e4;
  box-shadow: 0 1px 3px rgba(106, 137, 152, 0.2);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  overflow: hidden;
}

/* List Background */
.list:nth-child(2n+1) {
  background-color: #f9f9f9;
}

/* Borguy Box */
.borguy {
  border: 1px solid #eeeeee;
  margin-bottom: 15px;
  padding: 10px 0 !important;
  border-radius: 4px;
}

/* Utility Classes */
.pull-right {
  /* ใช้กับ float-right ของคุณ */
}

.pull-left {
  /* ใช้กับ float-left ของคุณ */
}

/* Message Paragraphs */
p {
  margin: 0 0 10px;
}

p.man,
p.woman,
p.other {
  display: block;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

p.man {
  margin-bottom: 20px;
  color: #0088cc;
  background-color: #C4EBFF;
  border-left: 10px solid #0088cc;
}

p.woman {
  color: #ff00ff;
  background-color: #ffe8ff;
  border-left: 10px solid #ff00ff;
}

p.other {
  color: #000;
  background-color: #fff;
}

/* Share Buttons */
#share-buttons img {
  width: 50px;
  padding: 5px;
  border: 0;
  box-shadow: 0;
  display: inline;
}

/* Gray Background */
.bd-gray-300 {
  color: #000;
  background-color: #e9ecef;
}

/* Alias Cursor */
.alias {
  cursor: alias;
}

/* Custom Element Style */
element {
  text-align: left;
  border-left: 10px solid #ff00ff;
}

/* End of CSS */
</pre></body></html>