.login-sc {
	background: url('/assets/img/login-bg.png') center center fixed;
	background-repeat: no-repeat;
	background-size: cover;
}
.login h1 {
	letter-spacing: normal;
}
.login {
	border-radius: 5px;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.7);
	padding-bottom: 1.5rem !important;
}
.login form {
	margin-top: 50px;
}
.login .login-footer {
	margin-top: 1.5rem;
}

.my-input {
	color: #ccc;
	text-align: center;
	border-radius: 30px;
}
.my-input::placeholder {
	color: #ccc;
}
.my-input:focus {
	color: aliceblue;
	border: none;
	box-shadow: 0 0 0.3rem 0.3rem rgba(0, 127, 255, 0.5);
}
.login .my-button {
	font-weight: bolder;
	background-image: linear-gradient(160deg, rgb(0, 80, 200) 0%, rgb(0, 127, 255)  100%);
	border-width: 0;
}
.card-header {
	font-size: larger;
	/* font-weight: bolder; */
}
.card-alert {
	font-size: larger;
	font-weight: bolder;
}
.alert-responsive {
	padding: 0;
}
.alert-responsive .card-alert {
	margin: 0;
}
.img-item {
	width: 100%;
	/* max-height: 200px !important; */
	/* height: 100%; */
}
.min-h-100 {
	min-height: 100%;
}
.text-larger {
	font-size: larger;
}
.clickable-row {
	cursor: pointer;
}
.no-spacing {
	letter-spacing: normal;
}
.no-capitalize {
	text-transform: none;
}
.column-hover:hover {
	background-color: #a1ddb5;
}

.selected td {
	background-color: #737fee;
}

.fixture-link {
	max-width: 40px;
}

.fixture-link a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1; /* number of lines to show */
	-webkit-box-orient: vertical;
}

.btn-responsive {
	padding-top: 0.25rem !important;
	padding-bottom: 0.25rem !important;
}

/* Custom checkboxes */
/* for sm */

.custom-switch.custom-switch-sm .custom-control-label {
    padding-left: 1rem;
    padding-bottom: 1rem;
}

.custom-switch.custom-switch-sm .custom-control-label::before {
    height: 1rem;
    width: calc(1rem + 0.75rem);
    border-radius: 2rem;
}

.custom-switch.custom-switch-sm .custom-control-label::after {
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    border-radius: calc(1rem - (1rem / 2));
}

.custom-switch.custom-switch-sm .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(1rem - 0.25rem));
}

/* for md */

.custom-switch.custom-switch-md .custom-control-label {
    padding-left: 2rem;
    padding-bottom: 1.5rem;
}

.custom-switch.custom-switch-md .custom-control-label::before {
    height: 1.5rem;
    width: calc(2rem + 0.75rem);
    border-radius: 3rem;
}

.custom-switch.custom-switch-md .custom-control-label::after {
    width: calc(1.5rem - 4px);
    height: calc(1.5rem - 4px);
    border-radius: calc(2rem - (1.5rem / 2));
}

.custom-switch.custom-switch-md .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(1.5rem - 0.25rem));
}

/* for lg */

.custom-switch.custom-switch-lg .custom-control-label {
    padding-left: 3rem;
    padding-bottom: 2rem;
}

.custom-switch.custom-switch-lg .custom-control-label::before {
    height: 2rem;
    width: calc(3rem + 0.75rem);
    border-radius: 4rem;
}

.custom-switch.custom-switch-lg .custom-control-label::after {
    width: calc(2rem - 4px);
    height: calc(2rem - 4px);
    border-radius: calc(3rem - (2rem / 2));
}

.custom-switch.custom-switch-lg .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(2rem - 0.25rem));
}

/* for xl */

.custom-switch.custom-switch-xl .custom-control-label {
    padding-left: 4rem;
    padding-bottom: 2.5rem;
}





@media (min-width: 540px) {
	.m-w {
		width: 75%
	}
	.fixture-link {
		max-width: 75px;
	}
}
@media (min-width: 720px) {
	.m-w {
		width: 60%
	}
	.fixture-link {
		max-width: 100px;
	}
}
@media (min-width: 960px) {
	.m-w {
		width: 50%
	}
	.fixture-link {
		max-width: 150px;
	}
}
@media (min-width: 1200px) {
	.m-w {
		width: 30%
	}
	.fixture-link {
		max-width: 250px;
	}
}
@media (min-width: 1800px) {
	.m-w {
		width: 25%
	}
}

.btn-group .btn-secondary:nth-child(even) {
	background-color: #7c868f;
}

.qr-text {
	border-left: 5px solid #000;
}

.qrcode {
	border: 5px solid #000;
	font-family: 'Share Tech Mono', monospace;
	/* width: 560px;
	height: 285px; */
}

.qr-logo {
	padding: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	border-left: 3px solid #000;
}


.qr-logo img {
	width: 100%;
}

/* .qr-number {
	margin-right: 10px;
} */

@import url('https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap');

.qn-label {
	margin-left: 2px;
	font-size: 14px;
}

.qr-number .qn-no {
	margin-top: -8px;
	line-height: 90px;
	font-size: 90px;
	text-align: center;
	font-weight: 600 !important;
}

.qr-top {
	border-bottom: 3px solid #000;
	margin-right: 0rem;
	margin-left: 0rem;
}

.qr-content {
	border-bottom: 2px solid #000;
	/* height: 25%; */
}

.qr-content .qr-name {
	font-size: 18px;
	font-weight: bolder;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.qr-footer {
	position: absolute;
	bottom: 0;
	right: 5px;
}

.qrimage {
	padding-left: 0;
	padding-right: 0;
	display: flex;
}

.qrimage img {
	margin-top: auto;
	margin-bottom: auto;
}

.qrcode .table-border tr {
	border-bottom: 1px solid #000;
}

.qrcode .table-border td:nth-child(odd) {
	/* padding-left: 5px; */
	border-right: 1px solid #000;
	font-size: 15px;
	padding-left: 5px;
	padding-right: 5px;
}

.qrcode .table-border td:nth-child(even) {
	/* width: 140px; */
	text-align: right;
	padding-right: 5px;
	font-size: 18px;
}

.qrcode-black .qr-text {
	background-color: #000;
	color: #fff;

}

.qrcode-black .qr-top {
	border-color: #fff;
}

.qrcode-black .qr-logo {
	border-color: #fff;
}

.qrcode-black .qr-content {
	border-color: #fff;
}

.qrcode-black .qr-fixture {
	border-color: #fff;
}

.qrcode-black .table-border tr {
	border-color: #fff;
}

.qrcode-black .table-border td {
	border-color: #fff;
}

.qrcode-black .qrimage {
	position: relative;
}

.qrcode-black .qrimage img {
	position: absolute;
	position: 0, 0;
}

.qrcode-black .qrimage div {
	position: absolute;
	position: 0, 0;
	width: 275px;
	height: 275px;
	border: 7px black solid;
}

.qrcode-compact {
	width: 285px;
	height: 285px;
}

.qrcode-compact .qrimage {
	margin-left: 15px
}

.qrcode-compact-text {
	width: 100%;
	border-top: 2px solid #000;
	text-align: center;
	font-size: 20px;
	font-weight: bolder;
}

.border {
	border: 0.1rem #aaa solid !important;
	padding: 5px;
}

/* .btn {
	position: absolute;
	top: 300px;
} */

.qr-fixed {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
}

.menu-fixed {
	position: absolute;
	top: 300px;
	width: 100%;
}

.qr-note {
	font-weight: bolder;
	line-height: 18px;
}

.qr-parent {
	padding: 20px;
}


@media (min-width: 540px) {
	.qr-content .qr-name {
		font-size: 22px;
	}
}

@media (min-width: 720px) {
	.qr-content .qr-name {
		font-size: 25px;
	}
}