body {
    background-image: url('/Themes/img/background.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	min-height: 100vh;
	font-family: 'Inter', Sans-Serif;
}

body > .container {
	min-height: calc(100vh - 112px);
}

#full-select {
	font-size: 22px;
	display: inline-block;
	padding: 0 4px;
	box-sizing: border-box;
	line-height: 30px;
	border: 1px solid #ccc;
}

.header-sitename {
	font-size: 58px;
}

@media (max-width: 991px) {
	.last-buy > .last-buy-id {
		display: block;
		padding: 4px;
		width: 75%;
		margin: auto;
	}

	.last-buy > .last-buy-id > .last-buy-wrapper {
		width: 100%;
	}

	.header-sitename {
		font-size: 60px;
	}
}

@media (max-width: 767px) {

	.header-sitename {
		font-size: 32px;
	}

	body > .container > .w-75 {
		width: 100% !important;
		display: block;
	}

	body > .container > .p-5 {
		padding: 20px !important;
	}
}

.navbar-dark .navbar-nav .nav-link {
    font-weight: 600;
}

.navbar-brand {
    font-weight: 600;
}


.head-icon {
    background-image: url('/Themes/img/skinmc-avatar.png');
}

.last-buy {
	font-size: 0;
	text-align: center;
	color: #000;
}

.last-buy > .last-buy-id {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	width: 25%;
	color: #474747;
}

.last-buy > .last-buy-id > .last-buy-wrapper {
	white-space: normal;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	border-radius: 5px;
	padding: 15px;
	width: 223px;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.2) 0 0 20px, rgba(0, 0, 0, 0.2) 0 0 20px;
}

.last-buy > .last-buy-id > .last-buy-wrapper > .top-wrapper {
	font-size: 0;
}

.last-buy > .last-buy-id > .last-buy-wrapper > .top-wrapper > .block-left,
.last-buy > .last-buy-id > .last-buy-wrapper > .top-wrapper > .block-right {
	vertical-align: top;
	display: inline-block;
	font-size: 18px;
}

.last-buy > .last-buy-id > .last-buy-wrapper > .top-wrapper > .block-left > .icon {
	width: 33px;
	height: 33px;
	background-color: #ccc;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border-radius: 50%;
}

.last-buy > .last-buy-id > .last-buy-wrapper > .top-wrapper > .block-right {
	padding-left: 10px;
}

.last-buy > .last-buy-id > .last-buy-wrapper > .top-wrapper > .block-right > .login {
	font-weight: bold;
	height: 33px;
	line-height: 33px;
	max-width: 150px;
	font-size: 16px;
}

.last-buy > .last-buy-id > .last-buy-wrapper > .subinfo {
	font-size: 14px;
	box-sizing: border-box;
	padding: 0;
	padding-top: 20px;
}

.last-buy > .last-buy-id > .last-buy-wrapper > .subinfo > li {
	display: block;
	list-style: none;
	box-sizing: border-box;
	padding-bottom: 5px;
}

.last-buy > .last-buy-id > .last-buy-wrapper > .subinfo > li:last-child {
	padding: 0;
}

.last-buy > .last-buy-id > .last-buy-wrapper > .subinfo > li > .icon {
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	line-height: 20px;
	height: 20px;
	width: 33px;
	text-align: center;
}

.last-buy > .last-buy-id > .last-buy-wrapper > .subinfo > li > .text {
	line-height: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	font-weight: 600;
}

@media (max-width: 991px) {
	.last-buy > .last-buy-id {
		display: block;
		padding: 4px;
		width: 75%;
		margin: auto;
	}

	.last-buy > .last-buy-id > .last-buy-wrapper {
		width: 100%;
	}

	.header-sitename {
		font-size: 40px;
	}
}

.last-buy p {
    color: #000;
}

.black-color {
    color: #000 !important;
}

.bg-secondary {
    background: rgba(255,255,255,0.9) !important;
    color: #000 !important;
}

.bg-secondary a {
    color: #a124a3;
}

#permissionForm .form-group label {
    font-weight: 600;
    font-size: 16px;
}

.underline-hover:hover {
    text-decoration: underline;
    cursor: pointer;
}

.navbar-brand:hover {
    opacity: .8;
}

.nav-link {
    font-size: 14px;
}

.dropdown-item {
    font-size: 14px;
    font-weight: 600;
}

.navbar {
    border-bottom: 1px solid #242424;
}

@media (max-width: 600px) {
    .header-sitename {
        font-size: 28px;
    }
}