
body {
	background-color: #0e0f11;
	background-image: none;
}
.modal-content {
    background-color: rgba( 0, 0, 0, 0.9 );
}
.profile-header {
	--profile-picture-size: 166px;
	margin-top: calc(var(--profile-picture-size)*0.2);
	margin-bottom: calc(var(--profile-picture-size)*0.2);
	justify-content: space-between;
}
.profile-picture {
	position: relative;
    width: var(--profile-picture-size);
    height: var(--profile-picture-size);
	min-width: var(--profile-picture-size);
	
    margin-right: 18px;

	background: linear-gradient(to bottom, rgba(106, 106, 106, 1) 5%, rgba(85, 85, 85, 1) 95%);
}
.profile-picture.online {
	background: linear-gradient(to bottom, rgba(83, 164, 196, 1) 5%, rgba(69, 128, 151, 1) 95%);
}
.profile-picture.in-location {
	background: linear-gradient(to bottom, rgba(143, 185, 59, 1) 5%, rgba(110, 140, 49, 1) 95%);
}
@media (max-width: 460px) {
	.profile-header {
		--profile-picture-size: 125px;
	}
}
.profile-picture .profile-picture-autosize-inner {
	position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
}
.profile-picture .profile-picture-frame {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}
.profile-picture .profile-picture-autosize-inner .profile-picture-frame > img {
	transform: scale(1.22);

	background: none;
    filter: none;
    display: block;
    padding: 0;
    width: 100%;
    height: 100%;
}
.profile-picture .profile-picture-autosize-inner img {
	background: none;
    filter: none;
    display: block;
    padding: 0;
    width: 100%;
    height: 100%;
}
.profile-header-summary {
    overflow: hidden;
    padding-right: 18px;
    padding-left: 18px;
	flex: 1;
}
.profile-flag {
	vertical-align: middle;
    width: 16px;
    height: 11px;
}

.badge-icon {
	width: 54px;
	height: 54px;
}

.card {
	background-color: rgba( 0, 0, 0, 0.3 )
}

/* member card */
.membercard-wrapper {
    position: relative;
    width: 300px;
    font-size: 3.68852px;
    text-transform: uppercase;
    color: #000;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (min-width: 576px) {
	.membercard-wrapper {
		width: 500px;
		font-size: 6.14754px;
	}
}
@media only screen and (min-width: 992px) {
	.membercard-wrapper {
		width: 720px;
		font-size: 8.852459px;
	}
}
@media only screen and (min-width: 1200px) {
	.membercard-wrapper {
		width: 976px;
		font-size: 12px;
	}
}
.membercard-wrapper::before {
    display: block;
    content: "";
	padding-top: 62.7%;
}

.membercard-wrapper {
	width: 100% !important;
	margin-bottom: 0 !important;
}


.membercard-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;

	transition: transform 0.8s;
  	transform-style: preserve-3d;
}
.membercard-wrapper:hover .membercard-inner,
.membercard-wrapper.active .membercard-inner {
  	transform: rotateY(180deg);
}
.membercard-front, .membercard-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden; /* Safari */
	backface-visibility: hidden;

	background-color: #fff;
}
.membercard-back {
	transform: rotateY(180deg);
}
.membercard {
    width: 100%;
	height: 100%;
    border-radius: 15px;
    overflow: hidden;
}
.membercard::before {
    display: block;
    content: "";
	padding-top: 62.7%;
}
.membercard img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.membercard-type {
    position: absolute;
    top: 9.8%;
    font-family: 'Kanit';
    font-size: 6em;
    line-height: 1em;
    width: 100%;
    text-align: center;
}
.membercard-name {
    position: absolute;
    bottom: 12.8%;
    font-family: 'Kanit';
    font-size: 4.1em;
    line-height: 1em;
	
	text-align: right;
    right: 5.5%;

	text-align: center;
	width: 100%;
    left: 0;
	
    padding-left: 1.2em;
    padding-right: 1.2em;
}

.profile-header-badge {
	border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.3);
    height: 70px;
    margin-bottom: 13px;
	max-width: 200px;
}
.favorite-badge {
	position: relative;
    padding: 8px 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.favorite-badge-description {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}

.profile-header-actions {
    white-space: nowrap;
}
.btn_profile_action {
	font-family: "Motiva Sans", Arial, Helvetica, sans-serif;
	font-size: 15px;
	border-radius: 2px;
    color: lightgray !important;
    padding: 1px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    background-color: rgb(145 116 66);
    transition: all 0.1s ease-in-out;
}
.btn_profile_action > span {
	padding: 0 10px;
    border-radius: 2px;
    display: block;
    background-color: rgb(145 116 66);
}

/* reserve item */
.reserve-item {
	display: flex;
	
	backdrop-filter: blur(20px);
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    margin-bottom: 21px;
}
.reserve-item .reserve-event-cover {
	width: 50%;
	height: auto;
	min-width: 50%;
	max-width: 50%;
}
.reserve-item .reserve-event-cover img {
	width: 100%;
	height: auto;
}
.tip-item {
	display: flex;
	flex-direction: column;
	
	backdrop-filter: blur(20px);
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    margin-bottom: 21px;
}
.tip-item .tip-header {
	display: flex;
	justify-content: space-between;
}
.tip-item .tip-media {
	width: 100%;
}
.tip-item .tip-media img,
.tip-item .tip-media video{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.tip-social-badge img {
	width: 16px;
	height: 16px;
}

section {
	margin-bottom: 1rem;
}

#virtualGiftModal .send-virtual_gift-list {
    display: flex;
    flex-wrap: wrap;
}
#virtualGiftModal .send-virtual_gift-list .virtual_gift-item {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    align-items: center;
    width: 100%;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid transparent;
}
#virtualGiftModal .send-virtual_gift-list .virtual_gift-item.isActive {
    border: 1px solid #f0f0f0;
}
#virtualGiftModal .send-virtual_gift-list .virtual_gift-item img {
    width: 48px;
    height: 48px;
    margin-right: 5px;
}
#virtualGiftModal .preview-virtual_gift {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1em auto;
    width: 100%;
}
#virtualGiftModal .preview-virtual_gift img {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    display: block;
}