@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300;400;500;600;700&display=swap');


@font-face {
    font-family: 'Sukhumvit Set';
    src: url('../font/SukhumvitSet/SukhumvitSet-Bold.woff2') format('woff2'),
        url('../font/SukhumvitSet/SukhumvitSet-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sukhumvit Set';
    src: url('../font/SukhumvitSet/SukhumvitSet-Light.woff2') format('woff2'),
        url('../font/SukhumvitSet/SukhumvitSet-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sukhumvit Set';
    src: url('../font/SukhumvitSet/SukhumvitSet-SemiBold.woff2') format('woff2'),
        url('../font/SukhumvitSet/SukhumvitSet-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sukhumvit Set';
    src: url('../font/SukhumvitSet/SukhumvitSet-Medium.woff2') format('woff2'),
        url('../font/SukhumvitSet/SukhumvitSet-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sukhumvit Set';
    src: url('../font/SukhumvitSet/SukhumvitSet-Thin.woff2') format('woff2'),
        url('../font/SukhumvitSet/SukhumvitSet-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/**************************/


@font-face {
    font-family: 'Change';
    src: url('../font/Change/Change-Regular.woff2') format('woff2'),
        url('../font/Change/Change-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Change';
    src: url('../font/Change/Change-MediumItalic.woff2') format('woff2'),
        url('../font/Change/Change-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Change';
    src: url('../font/Change/Change-RegularItalic.woff2') format('woff2'),
        url('../font/Change/Change-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Change';
    src: url('../font/Change/Change-Medium.woff2') format('woff2'),
        url('../font/Change/Change-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Change';
    src: url('../font/Change/Change-BoldItalic.woff2') format('woff2'),
        url('../font/Change/Change-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Change';
    src: url('../font/Change/Change-SemiBold.woff2') format('woff2'),
        url('../font/Change/Change-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Change';
    src: url('../font/Change/Change-SemiBoldItalic.woff2') format('woff2'),
        url('../font/Change/Change-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Change';
    src: url('../font/Change/Change-Bold.woff2') format('woff2'),
        url('../font/Change/Change-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/************************/


@font-face {
    font-family: 'TsangerYuYangT W05';
    src: url('../font/TsangerYuYangT/TsangerYuYangT-W05.woff2') format('woff2'),
        url('../font/TsangerYuYangT/TsangerYuYangT-W05.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/************************/




body.custom-lang-th * {
	font-family: 'Sukhumvit Set';
     text-transform: uppercase;
}
body.custom-lang-en * {
	font-family: 'Change';
    text-transform: uppercase;
    font-variant-numeric: lining-nums;
}
body.custom-lang-id * {
	font-family: 'Change';
    text-transform: uppercase;
    font-variant-numeric: lining-nums;
}
body.custom-lang-zh * {
	font-family: 'TsangerYuYangT W05';
    text-transform: uppercase;
    font-weight: normal !important;
}

.modal-backdrop {
	backdrop-filter: blur(4px);
}
.guild-card {
	transition: all 0.3s ease;
}
.guild-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.pagination-btn {
	transition: all 0.2s ease;
}
.pagination-btn:hover {
	transform: scale(1.05);
}

/*! CSS Used from: http://127.0.0.1:60232/theme/index.css */
.subtitle {
	align-self: stretch;
	position: relative;
}
.subtitle {
	text-transform: uppercase;
	font-weight: 600;
	background: linear-gradient(180deg, #ffc961, #fff), #000;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: 0 0 9px rgba(255, 157, 0, 0.8);
}
.description1, .subtitle1 {
	position: relative;
	font-size: 1.9rem;
	text-transform: uppercase;
	font-weight: 600;
	background: linear-gradient(180deg, #ffc961, #fff), #000;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: 0 0 9px rgba(255, 157, 0, 0.8);
}
.description1 {
	font-size: 1rem;
}
.guild-info-header1 {
	align-self: stretch;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}
.icon {
	width: 15.188rem;
	position: relative;
	height: 3.313rem;
	object-fit: cover;
	z-index: 0;
}
.join-button-text {
	width: 3.188rem;
	position: absolute;
	margin: 0!important;
	top: calc(50% - 17.5px);
	left: calc(50% - 25.5px);
	font-size: 1.5rem;
	text-transform: uppercase;
	font-weight: 600;
	
	background: linear-gradient(180deg, #a22821, #58000c), #000;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	display: inline-block;
	text-shadow: 0 0 9px rgba(255, 157, 0, 0.8);
	z-index: 1;
}
.guild-info-footer, .join-button-container {
	flex-direction: column;
	justify-content: flex-start;
}
.join-button-container {
	cursor: pointer;
	border: 0;
	padding: 0;
	background-color: transparent;
	align-self: stretch;
	display: flex;
	align-items: center;
	position: relative;
	gap: 0.625rem;
}
.guild-info-footer {
	width: 17.375rem;
	gap: 0.437rem;
	font-size: 1.25rem;
}
.guild-card1, .guild-info-footer, .guild-info3 {
	display: flex;
	align-items: center;
}
.guild-info3 {
	width: 18rem;
	flex-direction: column;
	justify-content: flex-start;
	padding: 0 0 5.125rem;
	box-sizing: border-box;
	gap: 1.5rem;
}
.guild-card1 {
	/* width: 22.063rem; */
	height: 27.5rem;
	flex-direction: row;
	justify-content: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}
.subtitle2 {
	position: relative;
	font-size: 2.5rem;
	text-transform: uppercase;
	font-weight: 600;
	background: linear-gradient(180deg, #ffc961, #fff), #000;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: 0 0 9px rgba(255, 157, 0, 0.8);
}
.join-button-container1 {
	width: 14.875rem;
	height: 2.913rem;
	background-size: cover;
}
.guild-info-footer1, .join-button-container-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.join-button-container-wrapper {
	cursor: pointer;
	border: 0;
	padding: 0;
	background-color: transparent;
	align-self: stretch;
	height: 3.813rem;
	align-items: flex-start;
}
.guild-info-footer1 {
	width: 17.375rem;
	align-items: center;
	gap: 0.437rem;
	font-size: 1.5rem;
}
.guild-card, .guild-card2 {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.guild-card2 {
	/* width: 25.625rem; */
	height: 29.5rem;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	font-size: 2rem;
}
.guild-card {
	align-self: stretch;
	gap: 1.687rem;
}
.rank-number {
	position: relative;
	text-transform: uppercase;
	font-weight: 600;
	background: linear-gradient(180deg, #ffc961, #fff), #000;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: 0 0 9px rgba(255, 157, 0, 0.8);
	font-size: 1rem;
}
.guild-card, .guild-card2 {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
}

.main-container {
    border-width: 0.625rem;
    border-style: solid;
    border-color: transparent;
    border-image: url(../image/theme-border-1.png) 30 fill / 1.875rem / 0rem round;
    border-image-repeat: stretch;
    padding: 2rem 2rem;
    
}

.status-section {
    border-radius: 0.688rem;
    background-color: #612323 !important;
    border: 0.188rem solid #9f0000;
    flex-direction: column;
    padding: 1.5rem;
    text-align: left;
}

.status-title {
    color: #ffe59d;
    
}

.guild-card-container {
    background-color: #151515 !important;
    border: 0.188rem solid #9f0000 !important;
}

.guild-rank-badge {
    background: linear-gradient(180deg, #ce4129, #8e111b), #fff;
    color: #ffc966;
    text-shadow: 0 0 0.563rem rgba(255, 157, 0, 0.8);
}

.guild-name {
    color: #ffc966;
}

.guild-leader {
    font-size: 1rem;
    color: #fff;
}

.guild-region-badge {
    border-radius: 0.188rem;
    background-color: #fff;
    font-size: 1rem;
    color: #000;
}

.guild-members {
    font-size: 1rem;
    color: #fff;
}

.join-button {
    background: linear-gradient(180deg, #ef2d2d, #c41414);
    font-size: 1.25rem;
    text-transform: uppercase;
    
    color: #fff;
    text-align: left;
    text-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.5);
}

.showing-count {
    color: #ffe59d;
    
}

.modal-font {
    
}

.error-message {
    
}

#joinGuildsSection h2,#joinGuildsSection p{
	    color: #ffe59d;
    
}