/* button 3d */
.btn3d {
	position: relative;
	top: -6px;
	border: 0;
	transition: all 40ms linear;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 2px;
	margin-right: 2px;
	border-radius: 50%;
}

.btn3d:active:focus,
.btn3d:focus:hover,
.btn3d:focus {
	-moz-outline-style: none;
	outline: medium none;
}

.btn3d:active,
.btn3d.active {
	top: 2px;
}

@keyframes down {
	from {
		top: -1500px;
	}

	to {
		top: 0;
	}
}

@-moz-keyframes down {
	from {
		top: -1500px;
	}

	to {
		top: 0;
	}
}

@-webkit-keyframes down {
	from {
		top: -1500px;
	}

	to {
		top: 0;
	}
}

.img-monkey {
	position: absolute;
	left: 0;
	z-index: 1000;
	top: -1500px;
	/* animation: down 2s; */
}

.last-chance {
	top: 0;
	animation: down 2s;
	-moz-animation: down 2s;
	/* Firefox */
	-webkit-animation: down 2s;
	/* Safari and Chrome */
}

.btn3d.btn-white {
	color: #666666;
	box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 2px rgba(255, 255, 255, 0.1) inset, 0 8px 0 0 #f5f5f5,
		0 8px 8px 1px rgba(0, 0, 0, 0.2);
	background-color: #fff;
}

.btn3d.btn-white:active,
.btn3d.btn-white.active {
	color: #666666;
	box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, 0.1);
	background-color: #fff;
}

.btn3d.btn-default {
	color: #666666;
	box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 2px rgba(255, 255, 255, 0.1) inset, 0 8px 0 0 #bebebe,
		0 8px 8px 1px rgba(0, 0, 0, 0.2);
	background-color: #f9f9f9;
}

.btn3d.btn-default:active,
.btn3d.btn-default.active {
	color: #666666;
	box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, 0.1);
	background-color: #f9f9f9;
}

/* .btn3d.btn-primary {
	box-shadow: 0 0 0 1px #417fbd inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #4D5BBE, 0 8px 8px 1px rgba(0, 0, 0, 0.5);
	background-color: #4274D7;
}

.btn3d.btn-primary:active,
.btn3d.btn-primary.active {
	box-shadow: 0 0 0 1px #417fbd inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, 0.3);
	background-color: #4274D7;
} */
.btn3d.btn-primary {
	box-shadow: 0 0 0 1px rgb(255, 152, 0) inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #ef6a1b,
		0 8px 8px 1px rgba(0, 0, 0, 0.5);
	background-color: #ff7624;
}

.btn3d.btn-primary:active,
.btn3d.btn-primary.active {
	box-shadow: 0 0 0 1px #ff9800 inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, 0.3);
	background-color: #ff7624;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #ff7624;
	border-color: #ff7624;
}

.btn3d.btn-success {
	box-shadow: 0 0 0 1px #31c300 inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #5eb924,
		0 8px 8px 1px rgba(0, 0, 0, 0.5);
	background-color: #78d739;
}

.btn3d.btn-success:active,
.btn3d.btn-success.active {
	box-shadow: 0 0 0 1px #30cd00 inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, 0.3);
	background-color: #78d739;
}

.btn3d.btn-info {
	box-shadow: 0 0 0 1px #00a5c3 inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #348fd2,
		0 8px 8px 1px rgba(0, 0, 0, 0.5);
	background-color: #39b3d7;
}

.btn3d.btn-info:active,
.btn3d.btn-info.active {
	box-shadow: 0 0 0 1px #00a5c3 inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, 0.3);
	background-color: #39b3d7;
}

.btn3d.btn-warning {
	box-shadow: 0 0 0 1px #d79a47 inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #d79a34,
		0 8px 8px 1px rgba(0, 0, 0, 0.5);
	background-color: #feaf20;
}

.btn3d.btn-warning:active,
.btn3d.btn-warning.active {
	box-shadow: 0 0 0 1px #d79a47 inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, 0.3);
	background-color: #feaf20;
}

.btn3d.btn-danger {
	box-shadow: 0 0 0 1px #b93802 inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #aa0000,
		0 8px 8px 1px rgba(0, 0, 0, 0.5);
	background-color: #d73814;
}

.btn3d.btn-danger:active,
.btn3d.btn-danger.active {
	box-shadow: 0 0 0 1px #b93802 inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, 0.3);
	background-color: #d73814;
}

.btn3d.btn-magick {
	color: #fff;
	box-shadow: 0 0 0 1px #9a00cd inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #9823d5,
		0 8px 8px 1px rgba(0, 0, 0, 0.5);
	background-color: #bb39d7;
}

.btn3d.btn-magick:active,
.btn3d.btn-magick.active {
	box-shadow: 0 0 0 1px #9a00cd inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, 0.3);
	background-color: #bb39d7;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: none;
}

/*change primary color*/
/* .btn-primary {
	color: #fff;
	background-color: #ff7624;
	border-color: #ff7624;
}
.btn-primary:hover {
	color: #fff;
	background-color: #ff9800;
	border-color: #ff9800;
}
.btn-primary.focus,
.btn-primary:focus {
	box-shadow: 0 0 0 0.2rem rgb(255 118 36 / 50%);
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgb(255 118 36 / 50%);
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #ff9800;
	border-color: #ff9800;
}
.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #ff7624;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgb(255 118 36 / 25%);
} */

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.container__menu {
	position: absolute;
}

#app {
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
	position: absolute;
	background-image: url('../assets/back.jpg');
	align-items: center;
	justify-content: center;
	background-position-y: bottom;
	background-size: cover;
}

.container {
	flex: 1;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.rect-row {
	display: flex;
	/* height: Calc(100% - 58px); */
	height: 60%;
	width: 90%;
}

.rect1 {
	flex: 3;
	margin: 5px;
	height: 100%;
}

.rect2 {
	align-items: center;
	display: flex;
}

.nav-image {
	max-height: 50px;
}

.nav-col>button {
	margin: 0px 10px;
}

.nav-buttons {
	flex-flow: nowrap;
	position: absolute;
	z-index: 100;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	width: 100%;
	justify-content: center;
}

.nav-bar {
	/* margin-bottom: 30px; */
	padding: 0px;
}

.rectangle {
	/* border: 1px solid black; */
	height: 100%;
	border-radius: 15px;
	position: relative;
	background-color: #825d136b;
	/* background-image: url('../assets/Logo-shaded.png'); */
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
}

#drop-area {
	position: absolute;
	width: Calc(100% - 100px);
	height: Calc(100% - 100px);
	margin: 50px;
}

.card-btn {
	transform: translate(-50%, -50%);
	background-color: #ff9800;
	font-family: 'Pacifico', cursive;
	color: #fff !important;
	/* border: 1px solid #ff7624; */
}

.card-btn:hover {
	background-color: #ff7624;
}

.card-btn:focus,
.card-btn:active {
	box-shadow: none !important;
	background-color: #ff7624 !important;
	border: 1px solid #ff7624 !important;
}

.bottom-icons {
	position: absolute;
	top: 28px;
	display: flex;
	flex-direction: column;
	align-items: center;
	transform: translateX(-50%);
}

.bottom-icons.right {
	right: 0;
	transform: translateX(50%);
}

.bottom-icons-num button {
	margin: 5px 0px;
	z-index: 1;
}

.btn-refresh {
	position: absolute;
	bottom: 0;
	transform: translate(-50%, 50%);
}

.menu-icon {
	width: 2vw;
	height: auto;
}

.delete-icon>img {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 100px;
	height: auto;
	cursor: pointer;
	padding: 20px 0px 0px 20px;
}

.number {
	position: absolute;
	top: 15px;
	right: 30px;
	font-weight: bolder;
	font-size: 50px;
	color: #fff;
	/* font-family: 'Brush Script MT', cursive; */
}

/* TODO: change */
.fa-stack {
	display: inline-block;
	height: 1em;
	line-height: 1em;
	position: relative;
	vertical-align: middle;
	width: 1em;
}

.fa-stack-1x,
.fa-stack-2x {
	left: -5px;
	top: -2px;
	position: absolute;
	text-align: center;
	width: 100%;
}

.computer:before,
.sound:before,
.show-no:before {
	position: absolute;
	content: '';
	background: white;
	display: none;
	width: 90%;
	height: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.computer-num-section {
	/* display: none; */
	opacity: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 0px 15px 15px 0px;
	background-color: #6f3a0cc2;
	color: white;
	padding: 30px;
	width: 0;
}

.rect2.show .computer-num-section {
	width: 100%;
	opacity: 1;
}

.score {
	border: 1px solid white;
	padding: 0px 15px;
	font-size: xx-large;
	border-radius: 5px;
	font-weight: 400;
}

.mobile-score {
	display: none;
}

.num {
	font-weight: bolder;
	font-size: 40px;
	white-space: nowrap;
}

.check-section {
	text-align: center;
}

.check-num {
	font-size: 20px;
	border-radius: 5px;
}

.next-num {
	font-size: 20px;
	border-radius: 5px;
}

.blink_me {
	animation: blinker 1s linear infinite;
}

.btn-disabled {
	pointer-events: none;
}

@keyframes blinker {
	50% {
		opacity: 0.4;
	}
}

#alertModal.modal-body {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
	font-weight: 700;
	text-align: center;
}



.left-logo {
	position: absolute;
	left: 10px;
	top: 10px;

}

/* For mobile phones: */

.board-left {
	position: absolute;
	left: -10px;
	width: 20px;
	height: 108%;
	background-image: url(../assets/board.png);
	top: -4%;
}

.board-right {
	position: absolute;
	right: -10px;
	width: 20px;
	height: 108%;
	top: -4%;
	background-image: url('../assets/board.png');
}

.board-top {
	position: absolute;
	top: -10px;
	height: 20px;
	width: 106%;
	left: -3%;
	background-image: url('../assets/board-horizontal.png');
}

.board-bottom {
	position: absolute;
	bottom: -10px;
	left: 0;
	height: 20px;
	width: 106%;
	left: -3%;
	background-image: url('../assets/board-horizontal.png');
}

/*card buttons*/
.animate {
	transition: all 0.1s;
	-webkit-transition: all 0.1s;
}

.action-button {
	position: relative;
	padding: 0px 5px;
	margin: 0px 0px 20px 0px;
	float: left;
	border-radius: 10px;
	font-family: 'Pacifico', cursive;
	font-size: 18px;
	color: #fff !important;
	text-decoration: none;
}

.blue {
	background-color: #3498db;
	border-bottom: 5px solid #2980b9;
	text-shadow: 0px -2px #2980b9;
}

.red {
	background-color: #e74c3c;
	border-bottom: 5px solid #bd3e31;
	text-shadow: 0px -2px #bd3e31;
}

.green {
	/* background-color: #82bf56;
	border-bottom: 5px solid #669644;
	text-shadow: 0px -2px #669644; */
	background-color: #41b6bf;
	border-bottom: 5px solid #0c838c;
	text-shadow: 0px -2px #0c838c;
}

.yellow {
	/* background-color: #f2cf66;
	border-bottom: 5px solid #d1b358;
	text-shadow: 0px -2px #d1b358; */
	background-color: #1ce431;
	border-bottom: 5px solid #199816;
	text-shadow: 0px -2px #199816;
}

.active-btn {
	/* background-color: #000000; */
	/* border-bottom: 5px solid #4d4e4e;
	text-shadow: 0px -2px #4d4e4e; */
	-webkit-box-shadow: 0px 0px 14px 8px #ff7624 !important;
	-moz-box-shadow: 0px 0px 14px 8px #ff7624 !important;
	box-shadow: 0px 0px 14px 8px #ff7624 !important;
}

.action-button:active {
	transform: translate(0px, 5px);
	-webkit-transform: translate(0px, 5px);
	border-bottom: 1px solid;
}

/*bloom button*/
.shape {
	position: absolute;
	width: 50px;
	height: 50px;
	transform: scale(0.8);
}

.cir {
	position: absolute;
	border-radius: 50%;
	z-index: 5;
}

.btn-contain {
	width: 200px;
	height: 100px;
	position: absolute;
	top: 60%;
	left: 80%;
	transform: translate(-50%, -50%);
}

.btn-bloom {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 4px;
	background: #333;
	text-align: center;
	z-index: 10;
	transition: 0.2s;
	cursor: pointer;
	color: #fff;
	box-shadow: 0px 1px 5px 2px #bfceef;
}

.btn-bloom:active,
.btn-bloom:hover,
.btn-bloom:focus {
	outline: none !important;
	color: white;
}

.btn-particles {
	width: 100px;
	height: 100px;
	position: absolute;
	border-radius: 50%;
	color: #eee;
	font-family: monospace;
	z-index: 5;
	/* 	filter: url(#gooeyness); */
}

.btn-bloom:active {
	transform: scale(0.9) translate(-55%, -55%);
}

/* @media (max-width: 768px){
.container {
    max-width: 100%;
}} */

@media (max-aspect-ratio: 99/100) {
	.container {
		max-width: 100% !important;
	}

	.rect1 {
		flex: 4;

	}

	.left-logo {
		display: none;

	}

	.nav-bar {
		display: flex;
		flex-direction: column;
		padding: 0px 0px 10px 0px;
	}

	.nav-col>button {
		margin: 0px 3px;
	}

	.container {
		flex: 1;
		position: relative;
		padding-left: 35px;
		padding-right: 35px;
	}

	.rect-row {
		width: 100%;
		height: Calc(100% - 58px);
	}

	.rect-row {
		flex-direction: column;
	}

	.delete-icon>img {
		width: 15vw;
	}

	.menu-icon {
		width: 5vw;
	}

	#score-board {
		opacity: 0;
		height: 0%;
		width: 100%;
		display: none;
	}

	#score-board.show {
		opacity: 1;
		flex: 1;
		height: 100%;
		display: block;
	}

	.computer-num-section {
		width: 100%;
		border-radius: 0px 0px 15px 15px;
	}

	.bottom-icons {
		padding: 20px 0px;
		top: 0px;
		bottom: 0px;
		justify-content: center;
	}

	.score {
		font-size: 32px;
	}

	.mobile-score {
		display: flex;
		align-items: center;
		width: 100%;
		justify-content: space-evenly;
	}

	.desktop-score,
	.check-section {
		display: none;
	}

	.action-button {
		margin: 0px 0px 10px 0px;
	}

	#drop-area button {
		font-size: 0.75rem;
		padding: 5px 5px;
	}
}






/* whiteboard */
#canvas-container {
	display: none;
	/* width: 100%;*/
	/* height: 100%;  */
	z-index: 1000;
	position: absolute;
	background: #fbfdff70;
}

.draw-cursor {
	cursor: url(../assets/whiteboard/cursor-pen.0b17119d63b2cfbafc7dbf35237eb0ac.cur),
		auto !important;
}

.erase-cursor {
	cursor: url(../assets/whiteboard/eraser-transparent.7aff2caa355213dd627839573ffe82e1.cur),
		auto !important;
}

.whiteboard-btn {
	border-radius: 50%;
	width: 38px;
	height: 38px;
	background-color: #00bcd4;
	border-color: #00bcd4;
	display: flex;
	align-items: center;
	justify-content: center;
}

.delete-btn {
	background-color: red !important;
	border-color: red !important;
}

#drawing-box {
	position: absolute;
	bottom: 5px;
	padding: 5px 5px;
	border: 1px solid gray;
	background-color: #fff;
	height: min-content;
	cursor: grab;
	border-radius: 10px;
	display: none;
	margin: 0px 2px;
	z-index: 10000;
	/* flex-wrap: wrap; */
}

#drawing-box button {
	margin: 3px;
}

.textbox {
	top: 20px;
	left: 40px;
	width: 300px;
	position: absolute;
	padding: 20px;
	cursor: grab;
}

.textbox>textarea {
	width: 250px;
	font-size: 25px;
	font-weight: 500;
}

textarea.form-control {
	resize: both;
	display: inline-block;
}

.close-text {
	/* display: inline-block; */
	padding: 0px 6px;
	background: red;
	color: white;
	top: 15px;
	left: -8px;
	height: 20px;
	line-height: 15px;
	cursor: pointer;
	position: relative;
	float: left;
	border-radius: 50px;
	z-index: 100;
}

.red-pen {
	color: #e91818;
}

.canvas_dropdown {
	/* visibility: inherit; */
	opacity: 0;
	/* z-index: 10; */
	margin: 0;
	position: absolute;
	right: -80px;
	top: -55px;
	/* width: 100%; */
	list-style: none;
	list-style-type: none;
	display: flex;
	justify-content: space-between;
	transition: all 0.4s cubic-bezier(0.93, 0.88, 0.1, 0.8);
	background-color: #fff;
	padding: 10px;
	border-radius: 25px;
	border: 2px solid #fc7624;
}

.roundPen {
	border-radius: 50%;
	width: 20px;
	margin: 2px;
	height: 20px;
	cursor: pointer !important;
}

.roundPen:active .dropdown__items {
	visibility: hidden !important;
}

.cover {
	top: 30%;
	left: 40px;
	width: 200px;
	position: absolute;
	padding: 20px;
	cursor: grab;
}

.drag-container {
	padding: 10px 5px;
	width: 100%;
	flex-direction: column;
	display: flex;
	justify-content: center;
}

.drag-bars {
	border: 1px solid gray;
	margin-bottom: 5px;
}

#closescreen {
	margin: 10px;
	top: 0px;
	right: 0px;
	position: absolute;
}

/*canvas reset modal styles*/
#canvasReset .modal-content {
	border: 1px solid black;
	border-radius: 15px;
}

#canvasReset .modal-header {
	border-bottom: none;
	padding: 1rem 1rem 0rem 1rem;
}

#canvasReset .modal-footer {
	border-top: none;
	justify-content: space-evenly;
}

#canvasReset .modal-title {
	margin: auto;
}

#canvasReset .modal-header .close {
	padding: 0px !important;
	margin: 0px !important;
}

#canvasReset .modal-body {
	margin: auto;
}

#canvasReset .modal-footer>:not(:last-child) {
	width: 30%;
}

#canvasReset .modal-footer>:not(:first-child) {
	width: 30%;
}

#canvasReset .btn {
	padding: 0px;
}

#canvasReset .reset-yes {
	background-color: #ff7624;
	border-color: #ff7624;
	color: white;
	font-size: 30px;
}

#canvasReset .reset-yes:hover {
	background-color: #f97222;
	border-color: #f97222;
}

#canvasReset .reset-no {
	background-color: #34a853;
	border-color: #34a853;
	color: white;
	font-size: 30px;
}

#canvasReset .reset-no:hover {
	background-color: #309b4c;
	border-color: #309b4c;
}