.paintCursor {
	cursor: url("paint.cur"), auto !important;
	/* cursor: pointer !important; */
}

.eraserCursor {
	cursor: url("eraser.cur"), auto !important;
}

.eyedropperCursor {
	cursor: url("https://animationish-staging-images.s3.amazonaws.com/eyedrop.svg"), auto !important;
}

.tnc {
	text-align: center;
	margin-top: 30px;
}

.tncText {
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}

.inner_col_mouse_down {
	height: 190px;
	width: 250px;
	background: url("https://animationish-staging-images.s3.amazonaws.com/main_page/midimages/wiggledoodle_click.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
}

.isMasterExposure {
	border-top-style: dotted !important ;
	border-left: solid 1px #000 !important;
	border-right: unset !important;
}

.canvas-container{
	/* width: 1500px !important; */
    /* height: 1000px !important; */
	/* transform: translate(-450px, -280px) !important; */

}
.canvas-size{
	/* left: -100px !important;
    top: -100px  !important;
	width: 850px !important;
    height: 650px !important; */
	/* transform: 'translate(-450px, -280px)' !important; */
}
.canvas-container-advanced {
	border-style: dashed;
	border-width: 1px;

}

.box {
	background: #fff;
	border: 1px solid #999;
	border-radius: 3px;
	width: 2000px;
	height: 2000px;
	margin: 10px;
	padding: 10px;
	float: left;
}

.blankBorderBox {
	width: 25px;
	height: 18px;
}

.singlecellborderbox {
	border-left: solid 1px #000;
	border-bottom: solid 1px #000;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	width: 25px;
	height: 18px;
}

li.exposuredCell.selected_video_layer {
	border-left: unset !important;
	border-right: unset !important;
}

li.select_video_layer.lastExposuredCell {
	border-left: solid 1px #000;
}

.projectVaultLoader {
	top: 38% !important;
	left: 38% !important;
	position: absolute !important;
}

.pinfirstBox {
	height: 35px;

	border: 1px solid #000;
	border-right-width: 0px;
}

.pinMiddleBox {
}

.pinLastBox {
}

.right_layer_part {
	overflow-x: scroll !important;
	overflow-y: hidden !important;
}

/*.right_layer_part {
	position: relative;
	overflow-y: hidden;
	position: relative;
	overflow-x: scroll;
}*/

.speedSlider {
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 100%;
	height: 70px;
	background: url("https://animationish-staging-images.s3.amazonaws.com/flipbook/slow_fast.png");
	outline: none;
	opacity: 1;
	-webkit-transition: 1s;
	transition: opacity 1s;
	background-repeat: no-repeat;
	background-position: top 19px center;
}
.speedSlider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 30px;
	height: 30px;
	background: url("https://animationish-staging-images.s3.amazonaws.com/wiggle_doddle_main/brushsize_indicator.png");
	cursor: pointer;
	border: unset !important;
}
.speedSlider::-moz-range-thumb {
	width: 30px;
	height: 30px;
	background: url("https://animationish-staging-images.s3.amazonaws.com/wiggle_doddle_main/brushsize_indicator.png");
	cursor: pointer;
	border: unset !important;
	margin-top: -10px;
}

.copy_icon .active_image.disabled {
	display: block;
	opacity: 0.5;
}

.cut_icon .active_image.disabled {
	display: block;
	opacity: 0.5;
}

.paste_icon .active_image.disabled {
	display: block;
	opacity: 0.5;
}

.frames_sec {
	overflow-x: auto;
	overflow-y: hidden;
	transform: translate(0px, 7px);
}

.active_project_in_vault {
	background-color: grey;
}

#cs {
	display: none;
}

.errorMsg {
	color: red;
}

.blankProjectName {
	margin-top: 15px;
}

.logoutDiv {
	text-align: center;
	margin-top: 10px;
}

.logoutBtn {
	width: 20%;
	background-color: #ffcdff;
	border: 0;
	height: 35px;
	font-size: larger;
	font-weight: 500;
	border-radius: 10px;
	color: black;
}

/*::-webkit-scrollbar {
	width: 0px;
	height: 0px;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: rgba(255, 0, 0, 0.8);
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255, 0, 0, 0.4);
}
*/
