.montserrat-regular {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

body {
	font-family: 'Montserrat';
	font-size: 13px;
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	justify-content: flex-start;
}

.cke_wysiwyg_frame body {
	font-family: 'Verdana' !important;
}

.fg-parent {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.fg-1 {
	flex-grow: 1;
}

.navbar .navbar-nav > li > a {
    color: #ffffff;
}

.navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus {
    color: #f9f9f9;
    background-color: #666666;
}

small, .small {
	font-size: 12px;
}

.fs-12 {
	font-size: 12px;
}

.brad-0 {
	border-radius: 0;
}

.w-10 {
	width: 10% !important;
}

.w-20 {
	width: 20% !important;
}

.w-70 {
	width: 70% !important;
}

.w-30px {
	width: 30px;
}

.w-200px {
	width: 200px;
}

.w-300px {
	width: 300px;
}

.w-350px {
	max-width: 350px;
}

.mw-32px {
	max-width: 32px;
}

.mw-64px {
	max-width: 64px;
}

.mw-200px {
	max-width: 80px;
}

.mh-10px {
	min-height: 10px;
}

.mhw-24px {
	max-width: 24px;
	max-height: 24px;
}

.mhw-36px {
	max-width: 36px;
	max-height: 36px;
}

.mhw-64px {
	max-width: 64px;
	max-height: 64px;
}

.mhw-150px {
	max-width: 150px;
	max-height: 150px;
}

.hw-12px {
	width: 12px;
	height: 12px;
}

.hw-16px {
	width: 20px;
	height: 18px;
}

.lh-12 {
	line-height: 0px;
}

.bg-beluga {
	background-color: #f1f1f1;
}

.bg-amethyst {
	background-color: #ebeaec;
}

.bg-table-success {
	background-color: #d1e7dd;
}

.bg-table-warning {
	background-color: #fff3cd;
}

.bg-table-info {
	background-color: #cff4fc;
}

.tooltip{
   font-size: 10px;
}

.icon-logo {
	max-width: 16px;
}

.logo-200px {
	max-width: 100px;
	max-height: 100px;
}

.admin-btn-small {
	border-radius: 4px;
	font-size: 11px;
	--bs-btn-line-height: 1.2;
}

.box-12px {
	width: 12px;
	height: 12px;
}

a {
	color: #000000;
	text-decoration: none;
	font-weight: 500;
}

.smaller {
	font-size: 11px;
}

tfoot > tr:last-child > td, tfoot > tr:last-child > th {
	background-color: #ced4da;
}

tfoot > tr:first-child > td, tfoot > tr:first-child > th {
	background-color: #dee2e6;
}

@media only screen and (max-width: 600px) {
	.mob-mhw-48px {
		max-width: 48px;
		max-height: 48px;
	}

	.fs-xs-45px {
		font-size: 45px;
	}
}

/* start Bracket */
.link {
	fill: none;
	stroke: #a0a0a0;
	stroke-width: 1px;
}
	
.win {
	stroke-width: 3px !important;
}
	
#container {
	position: relative;
}
	
#labels .table {
	position: absolute;
	background-color: #ffffff;
	line-height: 2;
	min-width: 185px;
	max-width: 400px;
	box-shadow: 0px 2px 2px 1px rgba(34, 34, 34, 0.1);
	border: 0px solid rgba(34, 34, 34, 0.1);
}
	
#labels .played {
--border-width: 0px;
}
	
#labels .tr	{
display: table-row;
}

#labels .cell {
	display: table-cell;
}
	
.winner {
	font-weight: bold;
}

.loser {
	color: #999999;
}

.format {
	caption-side: top; 
	display: table-caption;
	text-align: center;
	color: #ffffff;
	width: 100%;
	font-weight: bold;
}
	
.cell.score {
	max-width: 10%;
	border-left: 1px solid rgba(34, 34, 34, 0.1);
	padding: 0 10px;
}

.cell.seed {
	max-width: 80%;
	border-right: 1px solid rgba(34, 34, 34, 0.1);
	padding:	0 10px;
}
	
.cell.name {
	min-width: 140px;
	width: 100%;
	padding: 0 10px;
	line-height: 16px;
}
/* end Bracket */

.main-container {
	font-family: "Montserrat", sans-serif;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.ck-content {
	font-family: "Montserrat", sans-serif;
	line-height: 1.6;
	word-break: break-word;
}

.editor-container_classic-editor .editor-container__editor {
	min-width: 795px;
	max-width: 100%;
}