/*Import Google Fonts*/
@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,600,700&display=swap');

/* ----------- Desktop/Laptop ----------- */
/* active CSS for my PC */
@media screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1920px) { 
  
	.blank-rink {
		position: relative;
		height: 619px;
		width: 1232px;
		max-width: 1232px;
		background-image: url('../img/hockey-rink.png');
		background-size: 1232px 619px;
		background-repeat: no-repeat;
	}
	
	.rink-faceoff {
		position: relative;
		height: 371px;
		width: 739px;
		max-width: 739px;
		background-image: url('../img/hockey-rink-faceoff.png');
		background-size: 739px 371px;
		background-repeat: no-repeat;
	}				

	.netgoalie-regular {
		position: relative;
		height: 377px;
		width: 523px;
		max-width: 523px;
		background-image: url('../img/netgoalie-regular.png');
		background-size: 523px 377px;
		background-repeat: no-repeat;			
	}

	.netgoalie-fullright {
		position: relative;
		height: 377px;
		width: 523px;
		max-width: 523px;
		background-image: url('../img/netgoalie-fullright.png');
		background-size: 523px 377px;
		background-repeat: no-repeat;			
	}
	
	.netgoalie-none {
		position: relative;
		height: 377px;
		width: 523px;
		max-width: 523px;
		background-image: url('../img/netgoalie-none.png');
		background-size: 523px 377px;
		background-repeat: no-repeat;			
	}

	.faceoff-top-left {
		position: relative;
		height: 173px;
		width: 173px;
		left: 136px; 	/*140px*/
		top: 66px;		/*70px*/
		background-color: #bbb;
		opacity: 0.5;
		border-radius: 50%;				
	}
	
	.faceoff-top-mid-left {
		position: relative;
		height: 173px;
		width: 173px;
		left: 349px; 	/*353px*/
		top: 66px;		/*70px*/
		background-color: #bbb;
		opacity: 0.5;
		border-radius: 50%;				
	}			

	.faceoff-top-mid-right {
		position: relative;
		height: 173px;
		width: 173px;
		left: 703px; 	/*707px*/
		top: 66px;		/*70px*/
		background-color: #bbb;
		opacity: 0.5;
		border-radius: 50%;				
	}
	
	.faceoff-top-right {
		position: relative;
		height: 173px;
		width: 173px;
		left: 915px; 	/*919px*/
		top: 66px;		/*70px*/
		background-color: #bbb;
		opacity: 0.5;
		border-radius: 50%;				
	}

	.faceoff-bottom-left {
		position: relative;
		height: 173px;
		width: 173px;
		left: 136px; 	/*140px*/
		top: 373px;		/*377px*/
		background-color: #bbb;
		opacity: 0.5;
		border-radius: 50%;				
	}
	
	.faceoff-bottom-mid-left {
		position: relative;
		height: 173px;
		width: 173px;
		left: 349px; 	/*353px*/
		top: 373px;		/*377px*/
		background-color: #bbb;
		opacity: 0.5;
		border-radius: 50%;				
	}			

	.faceoff-bottom-mid-right {
		position: relative;
		height: 173px;
		width: 173px;
		left: 703px; 	/*707px*/
		top: 373px;		/*377px*/
		background-color: #bbb;
		opacity: 0.5;
		border-radius: 50%;				
	}
	
	.faceoff-bottom-right {
		position: relative;
		height: 173px;
		width: 173px;
		left: 915px; 	/*919px*/
		top: 373px;		/*377px*/
		background-color: #bbb;
		opacity: 0.5;
		border-radius: 50%;				
	}	
	
	.faceoff-center {
		position: relative;
		height: 173px;
		width: 173px;
		left: 526px; 	/*529px*/
		top: 219px;		/*222px*/
		background-color: #bbb;
		opacity: 0.5;
		border-radius: 50%;				
	}		

	.faceoff-layer {
		position: relative;
		/*height: 619px;
		width: 1232px; *//* 1232px*/
		background-repeat: no-repeat;
	}
	
}

/* ----------- Desktop/Laptop - Non-Retina Screens ----------- */
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
  
	.blank-rink {
		position: relative;
		height: 619px;
		width: 1232px;
		max-width: 1232px;
		background-image: url('../img/hockey-rink.png');
		background-size: 1232px 619px;
		background-repeat: no-repeat;
	}
	
	.rink-faceoff {
		position: relative;
		height: 371px;
		width: 739px;
		max-width: 739px;
		background-image: url('../img/hockey-rink-faceoff.png');
		background-size: 739px 371px;
		background-repeat: no-repeat;
	}				
	
	.netgoalie-regular {
		position: relative;
		height: 377px;
		width: 523px;
		max-width: 523px;
		background-image: url('../img/netgoalie-regular.png');
		background-size: 523px 377px;
		background-repeat: no-repeat;			
	}

	.netgoalie-fullright {
		position: relative;
		height: 377px;
		width: 523px;
		max-width: 523px;
		background-image: url('../img/netgoalie-fullright.png');
		background-size: 523px 377px;
		background-repeat: no-repeat;			
	}
	
	.netgoalie-none {
		position: relative;
		height: 377px;
		width: 523px;
		max-width: 523px;
		background-image: url('../img/netgoalie-none.png');
		background-size: 523px 377px;
		background-repeat: no-repeat;			
	}	
}

/* ----------- Desktop/Laptop - Retina Screens ----------- */
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (min-resolution: 192dpi) { 
	.blank-rink {
		position: relative;
		height: 619px;
		width: 1232px;
		max-width: 1232px;
		background-image: url('../img/hockey-rink.png');
		background-size: 1232px 619px;
		background-repeat: no-repeat;
	}
	
	.rink-faceoff {
		position: relative;
		height: 371px;
		width: 739px;
		max-width: 739px;
		background-image: url('../img/hockey-rink-faceoff.png');
		background-size: 739px 371px;
		background-repeat: no-repeat;
	}				
	
	.netgoalie-regular {
		position: relative;
		height: 377px;
		width: 523px;
		max-width: 523px;
		background-image: url('../img/netgoalie-regular.png');
		background-size: 523px 377px;
		background-repeat: no-repeat;			
	}

	.netgoalie-fullright {
		position: relative;
		height: 377px;
		width: 523px;
		max-width: 523px;
		background-image: url('../img/netgoalie-fullright.png');
		background-size: 523px 377px;
		background-repeat: no-repeat;			
	}
	
	.netgoalie-none {
		position: relative;
		height: 377px;
		width: 523px;
		max-width: 523px;
		background-image: url('../img/netgoalie-none.png');
		background-size: 523px 377px;
		background-repeat: no-repeat;			
	}					
}

/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 

}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 

}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 

}

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 

}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 

}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 

}

/* ----------- iPhone 13/14 Pro Max ----------- */

@media only screen 
and (device-width: 428px) { 
	.blank-rink {
		position: relative;
		height: 926px;
		width: 428px;
		max-width: 428px;
		background-image: url('../img/hockey-rink.png');
		background-size: 1232px 619px;
		background-repeat: no-repeat;
	}	
	
	.rink-faceoff {
		position: relative;
		height: 371px;
		width: 739px;
		max-width: 739px;
		background-image: url('../img/hockey-rink-faceoff.png');
		background-size: 739px 371px;
		background-repeat: no-repeat;
	}				
	
	.netgoalie-regular {
		position: relative;
		height: 377px;
		width: 523px;
		max-width: 523px;
		background-image: url('../img/netgoalie-regular.png');
		background-size: 523px 377px;
		background-repeat: no-repeat;			
	}

	.netgoalie-fullright {
		position: relative;
		height: 377px;
		width: 523px;
		max-width: 523px;
		background-image: url('../img/netgoalie-fullright.png');
		background-size: 523px 377px;
		background-repeat: no-repeat;			
	}
	
	.netgoalie-none {
		position: relative;
		height: 377px;
		width: 523px;
		max-width: 523px;
		background-image: url('../img/netgoalie-none.png');
		background-size: 523px 377px;
		background-repeat: no-repeat;			
	}			
}



/* ----------- iPad 1, 2, Mini and Air ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

/* ----------- iPad 3, 4 and Pro 9.7" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* ----------- iPad Pro 10.5" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 834px) 
  and (max-device-width: 1112px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 834px) 
  and (max-device-width: 834px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 1112px) 
  and (max-device-width: 1112px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* ----------- iPad Pro 12.9" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 1366px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* iPad 9th Generation and similar iPads */
/* Landscape - More comprehensive selector */
@media only screen 
  and (min-width: 768px)
  and (max-width: 1366px) {
	.blank-rink {
		position: relative;
		height: 619px;
		width: 1232px;
		max-width: 1232px;
		background-image: url('../img/hockey-rink.png');
		background-size: 1232px 619px;
		background-repeat: no-repeat;
	}
	
	.rink-faceoff {
		position: relative;
		height: 371px;
		width: 739px;
		max-width: 739px;
		background-image: url('../img/hockey-rink-faceoff.png');
		background-size: 739px 371px;
		background-repeat: no-repeat;
	}				

	.netgoalie-regular {
		position: relative;
		height: 377px;
		width: 523px;
		max-width: 523px;
		background-image: url('../img/netgoalie-regular.png');
		background-size: 523px 377px;
		background-repeat: no-repeat;			
	}

	.netgoalie-fullright {
		position: relative;
		height: 377px;
		width: 523px;
		max-width: 523px;
		background-image: url('../img/netgoalie-fullright.png');
		background-size: 523px 377px;
		background-repeat: no-repeat;			
	}
	
	.netgoalie-none {
		position: relative;
		height: 377px;
		width: 523px;
		max-width: 523px;
		background-image: url('../img/netgoalie-none.png');
		background-size: 523px 377px;
		background-repeat: no-repeat;			
	}

	.faceoff-top-left {
		position: absolute;
		height: 173px;
		width: 173px;
		left: 140px;
		top: 70px;
		background-color: #bbb;
		opacity: 0.5;
		border-radius: 50%;
		z-index: 100;
		pointer-events: auto !important;
		cursor: pointer;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
		touch-action: manipulation;
	}
	
	.faceoff-top-mid-left {
		position: absolute;
		height: 173px;
		width: 173px;
		left: 349px;
		top: 70px;
		background-color: #bbb;
		opacity: 0.5;
		border-radius: 50%;
		z-index: 100;
		pointer-events: auto !important;
		cursor: pointer;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
		touch-action: manipulation;
	}

	.faceoff-top-mid-right {
		position: absolute;
		height: 173px;
		width: 173px;
		left: 704px;
		top: 70px;
		background-color: #bbb;
		opacity: 0.5;
		border-radius: 50%;
		z-index: 100;
		pointer-events: auto !important;
		cursor: pointer;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
		touch-action: manipulation;
	}
	
	.faceoff-top-right {
		position: absolute;
		height: 173px;
		width: 173px;
		left: 919px;
		top: 70px;
		background-color: #bbb;
		opacity: 0.5;
		border-radius: 50%;
		z-index: 100;
		pointer-events: auto !important;
		cursor: pointer;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
		touch-action: manipulation;
	}

	.faceoff-bottom-left {
		position: absolute;
		height: 173px;
		width: 173px;
		left: 140px;
		top: 377px;
		background-color: #bbb;
		opacity: 0.5;
		border-radius: 50%;
		z-index: 100;
		pointer-events: auto !important;
		cursor: pointer;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
		touch-action: manipulation;
	}
	
	.faceoff-bottom-mid-left {
		position: absolute;
		height: 173px;
		width: 173px;
		left: 349px;
		top: 377px;
		background-color: #bbb;
		opacity: 0.5;
		border-radius: 50%;
		z-index: 100;
		pointer-events: auto !important;
		cursor: pointer;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
		touch-action: manipulation;
	}

	.faceoff-bottom-mid-right {
		position: absolute;
		height: 173px;
		width: 173px;
		left: 704px;
		top: 377px;
		background-color: #bbb;
		opacity: 0.5;
		border-radius: 50%;
		z-index: 100;
		pointer-events: auto !important;
		cursor: pointer;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
		touch-action: manipulation;
	}
	
	.faceoff-bottom-right {
		position: absolute;
		height: 173px;
		width: 173px;
		left: 919px;
		top: 377px;
		background-color: #bbb;
		opacity: 0.5;
		border-radius: 50%;
		z-index: 100;
		pointer-events: auto !important;
		cursor: pointer;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
		touch-action: manipulation;
	}
	
	.faceoff-center {
		position: absolute;
		height: 173px;
		width: 173px;
		left: 530px;
		top: 223px;
		background-color: #bbb;
		opacity: 0.5;
		border-radius: 50%;
		z-index: 100;
		pointer-events: auto !important;
		cursor: pointer;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
		touch-action: manipulation;
	}

	.faceoff-layer {
		position: absolute;
		top: 0;
		left: 0;
		width: 1232px;
		height: 619px;
		z-index: 50;
		pointer-events: none !important;
		display: none;
	}

	.insert {
		position: relative;
		width: 1232px;
		height: 619px;
		pointer-events: auto;
	}
}


body {

  line-height: 24px;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  visibility: visible;
  font-family: 'Nunito', sans-serif;
  color: #222; 
}

h1, h2, h3, h4, h5, h6 {
  color: #222;
font-family: 'Nunito', sans-serif;
  font-weight: 400;
  margin-top: 0; }

h1 {
  font-size: 36px;
  line-height: 42px; }

h2 {
  font-size: 32px;
  line-height: 36px; }

h3 {
  font-size: 24px;
  line-height: 30px; }

h4 {
  font-size: 18px;
  line-height: 24px; }

h5 {
  font-size: 14px;
  line-height: 18px; }

h6 {
  font-size: 12px;
  line-height: 24px; }

/* ----------- General ----------- */

.btnPlayer {
	height: 50px;
	width: 50px;
	border: 0px;
	text-decoration: none;
}
		
.btnaction {
	width: 50px;
}

.btnfaceoff {
	width: 50px;
}		

.btngamesegment {
	width: 50px;
}

.btn-outline-secondary2:hover {
	color: #6c757d;
	background-color: #fff;
	text-decoration: none;
}

.btn-outline-secondary2:focus {
	color: #6c757d;
	background-color: #fff;
	text-decoration: none;
}

.btn2 {
	background-image: linear-gradient(to right, #006175 0%, #00a950 100%);
	border-radius: 5px;
	box-sizing: border-box;
	color: #00a84f;
	display: block;
	font: 1.125rem 'Oswald', Arial, sans-serif; /*18*/
	height: 80px;
	letter-spacing: 1px;
	margin: 0 auto;
	padding: 4px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	height: 45px;
	width: 45px;
}

.btn2:hover {
	color: #fff;
}

.btn2 span {
	align-items: center;
	background: #e7e8e9;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	height: 100%;
	transition: background .5s ease;
	width: 100%;
}

.btn2:hover span {
	background: transparent;
}	

input:focus{
	outline: none;
}

.top-buffer { margin-top:5px; }

.draggable {
	cursor: grab;
	position: absolute;
  	touch-action: none; 
}

.rcorners {
  border-radius: 144px;
  border: 0px;
  padding-top: 4px;
  padding-left: 4px;
  /*width: 1188px;*/
  /*width:1232px;*/
  height: 619px;
}

/*
 * TickWatch-js v1.1.2
 * (c) HichemTech
 * Released under the MIT License.
 * Github: github.com/HichemTab-tech/TickWatch-js
 */
.TickWatch-clock{height:35px;margin:2px}
.TickWatch-clock .clock-cell.active-cell{opacity:1}
.TickWatch-clock .clock-cell.inactive-cell{opacity:.100}		

/* ── Game Sheet Change / customAlert popup ── */
.custom-alert-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.65);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    backdrop-filter: blur(2px);
}

.custom-alert-box {
    background: #0d1b2e;
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 28px 32px 24px;
    border-radius: 12px;
    width: 380px;
    max-width: 90vw;
    text-align: center;
    font-family: 'Inter', 'Nunito', Arial, sans-serif;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.7);
    color: #e2eaf4;
}

.custom-alert-box h2 {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.custom-alert-box p {
    margin: 12px 0 20px;
    font-size: 15px;
    color: #c2d8f0;
    line-height: 1.5;
}

.custom-alert-buttons {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.custom-alert-buttons button {
    padding: 9px 22px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
    transition: background 0.15s ease, transform 0.1s ease;
}

.custom-alert-buttons button:active {
    transform: scale(0.97);
}

.draggable { position: absolute; z-index: 1000; }

.draggable {
  user-select: none;
  -webkit-user-drag: none;
}

#gametime {
  min-width: 30px;
  text-align: center;
}

.gametimebutton {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
