/**********Avatar****/

.avatarPage * {
	box-sizing: border-box;
}

.avatarPage {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	backdrop-filter: blur(25px);
	-webkit-backdrop-filter: blur(25px);
	background: rgba(0, 0, 0, 0.2);
}

.avatarBody {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	/*	background-image: linear-gradient(to right bottom, #c3002f, #d04d7a, #c982b1, #c3afcf, #d4d4d5);*/
	/* background: rgba(0, 0, 0, 0.6); */
}

.wrapper_avatar {
	position: relative;
	width: 820px;
	min-height: auto;
	background: #fff;
	backdrop-filter: blur(0px);
	box-shadow: 4px 6px 17px rgba(0, 0, 0, 0.4) inset;
	border-radius: 10px;
}

.visibility_hide {
	visibility: hidden;
}

@media (max-width: 1050px) {
	.wrapper_avatar {
		margin: 0 10px;
	}
}

@media (max-width: 970px) {
	.wrapper_avatar {
		margin: 10px 10px;
		height: 60vw;
		min-height: 600px;
	}
}

@media (max-width: 760px) {
	.wrapper_avatar {
		height: 80%;
		min-height: 600px;
	}
}

@media (max-width: 550px) {
	.settingsPage .wrapper .modalbody ul li {
		padding: 14px 15px 14px 20px;
	}

	.wrapper_avatar {
		width: 90%;
		margin: 0 auto;
	}

	.dropdown_container select,
	.dropdown_container .custom_select {
		padding: 0 5px;
		font-size: 14px;
		height: 35px;
	}

	.settingsPage .wrapper .dropdownselect .target_lang select {
		padding: 0 5px;
		font-size: 14px;
	}

	.settingsPage .wrapper .dropdownselect .target_lang {
		width: 137px;
	}

	.settingsPage .wrapper .dropdownselect .resetbtn {
		min-width: 70px;
	}

	.settingsPage .wrapper .dropdownselect .target_lang::after {
		width: 11px;
	}
}


.container1 {
	width: 35%;
	display: flex;
	min-height: 400px;
	align-items: center;
	justify-content: center;


}

@media (max-width: 970px) {
	.container1 {
		width: 100%;
		min-height: 200px;
		height: 250px;
	}
}

.container2 {
	width: 63%;

}

@media (max-width: 970px) {
	.container2 {
		width: 100%;
	}
}

#avatar {
	height: 220px;
	border-radius: 50%;
	text-align: center;
	margin: auto;


}

@media (max-width: 970px) {
	#avatar {
		height: 200px;
	}
}

#avatar_clr {
	width: 220px;
	height: 220px;
	border-radius: 50%;
	margin: auto;
	/*! border: 2px solid #e95a0c; */


}

@media (max-width: 970px) {
	#avatar_clr {
		width: 200px;
		height: 200px;
	}
}

.avatar_clr_click {
	width: 100%;
	position: relative;
	margin: 0px auto 0px;
	clear: both;
	float: left;
	padding: 0px 0 10px;


}

@media (max-width: 970px) {
	.avatar_clr_click {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
	}
}

.avatar_img_content {
	float: left;
	width: 100%;
	font-size: 20px;
	font-weight: 500;
	margin: 16px 0 10px;
}

.avatar_color_content {
	float: left;
	width: 100%;
	font-size: 20px;
	font-weight: 500;
	margin: 16px 0 10px;
}

.round_com {
	float: left;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin: 10px 12px 10px 12px;
	border: 1px solid #80808094;
	cursor: pointer;
	transition: 0.2s all ease-in-out;
}

.round_1 {
	background: rgba(0, 0, 0, .3);
}

.round_2 {
	background: #fbf2c1;
}

.round_3 {
	background: #defae4;
}

.round_4 {
	background: #fce7ee;
}

.round_5 {
	background: #dff8f6;
}

.round_6 {
	background: #e9f4fa;
}

.round_7 {
	background: #ebe6fc;
}


#avatar_clr {
	background: #b2b2b2;
}

#avatar_clr.green,
.avatar.green {
	background: rgba(0, 0, 0, .3);
}

#avatar_clr.orange,
.avatar.orange {

	background: #fbf2c1;
}

#avatar_clr.blue,
.avatar.blue {

	background: #defae4;
}

#avatar_clr.brown,
.avatar.brown {

	background: #fce7ee;
}

#avatar_clr.black,
avatar.black {
	background: #dff8f6;
}

#avatar_clr.red,
avatar.red {

	background: #e9f4fa;
}

#avatar_clr.white,
avatar.white {
	background: #ebe6fc;
}

#avatar {
	background-image: url("../images/avatar.png");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 90%;
}

.avatar_pic_com {
	/*			// float: left;*/
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin: 10px;
	background-repeat: no-repeat;
	background-size: 92%;
	background-position: bottom;
	position: relative;
	border: 1px solid #80808094;
	padding: 6px;
	cursor: pointer;
	display: inline-flex;
	transition: 0.2s all ease-in-out;
}

.avatar_pic_1 {
	background-image: url("../images/avatar_1.png");
}

.avatar_pic_2 {
	background-image: url("../images/avatar_2.png");
}

.avatar_pic_3 {
	background-image: url("../images/avatar_3.png");
}

.avatar_pic_4 {
	background-image: url("../images/avatar_4.png");
}

.avatar_pic_5 {
	background-image: url("../images/avatar_5.png");
}

.avatar_pic_6 {
	background-image: url("../images/avatar.png");
	background-color: #b2b2b2;
}

#avatar.avatar_1 {
	background-image: url("../images/avatar_1.png");
}

#avatar.avatar_2 {
	background-image: url("../images/avatar_2.png");
}

#avatar.avatar_3 {
	background-image: url("../images/avatar_3.png");
}

#avatar.avatar_4 {
	background-image: url("../images/avatar_4.png");
}

#avatar.avatar_5 {
	background-image: url("../images/avatar_5.png");
}

#avatar.avatar_6 {
	/*//			background-image: url("../../components/avatar/images/avatar.png");*/
}

.clr_bdr {
	border: 4px solid #0581c1;
}

.avatar_creation {
	float: left;
	width: 100%;
	text-align: center;
}

.avatar_change_cont {
	position: relative;
	display: inline-block;
}

.add_new_photo {
	position: absolute;
	right: 20px;
	top: 10px;
	padding-right: 5px;
	cursor: pointer;
}

.avatarInsideClick {
	position: absolute;
	right: -5px;
	top: 5px;
	color: #BA0C2F;
	cursor: pointer;
	width: 20px;
	height: 20px;
	border: 2px solid #BA0C2F;
	display: flex;
	justify-content: center;
	align-items: center;
	animation: zoom_plus 1s ease-in-out infinite;
	-webkit-animation: zoom_plus 1s ease-in-out infinite;
	padding-bottom: 2px;
}


.avatarButton {
	float: left;
	width: 100%;
}

.avatarDownload {
	float: left;
	background-color: #C7BC6F;
	color: #000;
	transition: all 0.3s ease-in-out;
	text-transform: capitalize;

}

.avatarDownload:hover {
	background-color: #887E35;
	color: #fff;
}

.closeButton {
	float: left;
	background-color: #C7BC6F;
	color: #000;
	transition: all 0.3s ease-in-out;
	text-transform: capitalize;
	margin-left: 10px;


}

.closeButton:hover {
	background-color: #887E35;
	color: #fff;
}

.avatarTitle {
	width: 100%;
	float: left;
	padding: 20px;
	text-align: center;
	/*	color: #f64a1c;*/
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	font-weight: bold;
	font-size: 22px;
}

.demo_section {
	float: left;
	width: 100%;
	position: relative;
	padding: 10px 10px;
}

@media (max-width: 970px) {
	.demo_section {
		height: 55vw;
		min-height: 500px;
		overflow-y: scroll;
		padding: 0px 20px;
	}
}

@media (max-width: 760px) {

	/* .demo_section {
		height: 500px;
		min-height: 600px;
	} */
	.demo_section {
		height: 486px;
		min-height: 560px;
	}
}

@media (max-width: 460px) {

	/* .demo_section {
		height: 690px;
		min-height: 600px;
	} */
	.demo_section {
		height: 400px;
		min-height: 530px;
	}
}

.avatarClose {
	width: 80px;
	float: right;
	position: absolute;
	cursor: pointer;
	transition: 0.3s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 11px;
	right: 0;
}

.avatarClose:hover {
	color: #000;
}

.avatar-upload {
	position: relative;
	max-width: 205px;
	margin: 50px auto;
}

.avatar-upload .avatar-edit {
	position: absolute;
	right: 12px;
	z-index: 1;
	top: 10px;
}

.avatar-upload .avatar-edit input {
	display: none;
}

.avatar-upload .avatar-edit input+label {
	display: inline-block;
	width: 34px;
	height: 34px;
	margin-bottom: 0;
	border-radius: 100%;
	background: #FFFFFF;
	border: 1px solid transparent;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
	cursor: pointer;
	font-weight: normal;
	transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
	background: #f1f1f1;
	border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input+label:after {
	content: "\f040";
	font-family: 'FontAwesome';
	color: #757575;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
}

.avatar-upload .avatar-preview {
	width: 192px;
	height: 192px;
	position: relative;
	border-radius: 100%;
	border: 6px solid #F8F8F8;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview>div {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.nav-user {
	position: relative;
	height: 35px;
	width: 35px;
	border-radius: 50px;
	background: rgba(85, 89, 90, 0.6);
	overflow: hidden;
	z-index: 1;
}

/*
.nav-user:hover .avatarimg {
	transform: rotateY(360deg);
}
*/
.nav-user:hover::before {
	top: 0;
}

.nav-user::before {
	/*	content: "";*/
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #BA0C2F;
	transition: .5s;
	/* z-index: 2; */
}

.avatar {
	border-radius: 50px;
	/* border: 1px solid grey; */
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.w-inline-block {
	max-width: 100%;
	display: inline-block;
}

.avatarimg {
	background: url("../images/avatar.png") no-repeat;
	width: 25px;
	height: 25px;
	/* max-width: 100%; */
	position: absolute;
	background-size: 100%;
	background-position: center;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: .5s;
}

.nav-user.green {
	background: rgba(0, 0, 0, .3);
}

.nav-user.orange {
	background: #fbf2c1;
}

.nav-user.blue {
	background: #defae4;
}

.nav-user.brown {
	background: #fce7ee;
}

.nav-user.black {
	background: #dff8f6;
}

.nav-user.red {
	background: #e9f4fa;
}

.nav-user.white {
	background: #ebe6fc;
}

.avatarimg.avatar_1 {
	background: url("../images/avatar_1.png") no-repeat;
	background-size: 100%;
	background-position: center;
}

.avatarimg.avatar_2 {
	background: url("../images/avatar_2.png") no-repeat;
	background-size: 100%;
	background-position: center;
}

.avatarimg.avatar_3 {
	background: url("../images/avatar_3.png") no-repeat;
	background-size: 100%;
	background-position: center;
}

.avatarimg.avatar_4 {
	background: url("../images/avatar_4.png") no-repeat;
	background-size: 100%;
	background-position: center;
}

.avatarimg.avatar_5 {
	background: url("../images/avatar_5.png") no-repeat;
	background-size: 100%;
	background-position: center;
}

/*
// .avatarimg.avatar_6 {
// 	background: url("../../components/avatar/images/avatar.png") no-repeat;
// 	background-size: 100%;
// 	background-position: center;
// }
*/
.avataricon {
	width: 90%;
	margin: 0 5%;
}

.avataricon::after {
	display: inline-block;
	width: 0;
	height: 0;
	left: 36px;
	top: 12px;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
	transition: all 0.2s ease-in-out;
	scale: 1.3;
	position: absolute;
	color: #000;
	display: none;
}

@keyframes zoom_plus {
	from {
		scale: 0.8;
	}

	50% {
		scale: 1;
	}

	to {
		scale: 0.8;
	}
}

@-webkit-keyframes zoom_plus {
	from {
		scale: 0.8;
	}

	50% {
		scale: 1;
	}

	to {
		scale: 0.8;
	}
}


/*******setting*************/
.settingsPage * {
	box-sizing: border-box;
}


.settingclick {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	color: rgba(255, 255, 255, 0.8);
	transition: 1s all;
}

.settingbutton i {
	position: relative;
	transition: .5s;
}

/*
.settingbutton:hover i {
	transform: rotateY(360deg);
}
*/
.settingbutton:hover::before {
	/* background: #BA0C2F; */
	top: 0;
}

/*
.settingbutton::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #BA0C2F;
	transition: .5s;
	 z-index: 2; 
}
*/
.settingclick i {
	margin: 0 !important;
	padding: 0;
	font-size: 20px;
	color: #fff;
}

.settingsPage {
	background: rgba(0, 0, 0, 0.2);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	backdrop-filter: blur(25px);
	-webkit-backdrop-filter: blur(25px);
}

.settingsBody {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	ackground: rgba(0, 0, 0, 0.6);
}

.settingsPage .wrapper {
	position: relative;
	width: 800px;
	min-height: auto;
	background: #fff;
	backdrop-filter: blur(0px);
	border-radius: 10px;
	float: left;
	box-shadow: 4px 6px 17px rgba(0, 0, 0, 0.4) inset;
	padding: 40px 50px 30px;
}

.settingsPage .settingsClose {
	width: 90px;
	float: left;
	position: relative;
	cursor: pointer;
	transition: 0.3s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cls_text {
	float: left;
	width: calc(100% - 30px);
	position: relative;
}

.cls_icon {
	box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.2);
	border-radius: 50px;
	padding: 5px;
	margin-left: 5px;
	float: left;
	width: 100%;
	position: relative;
}

.cls_icon i {
	float: left;
	width: 24px;
	height: 24px;
	background: #fff;
	/* box-shadow: inset 0 2px 6px rgba(0,0,0,.4); */
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #929292;
	color: #929292;
	transition: .5s all ease-in-out;
}

.com_close_css:hover .cls_icon i {
	border: 1px solid #000;
	color: #000;
	background: #EDFF8C;
}

/* .settingsClose:hover {
	background: #000;
	color: #e95a0c;
} */

.settingsPage .wrapper .settingsTitle {
	width: 100%;
	float: left;
	position: relative;
	text-align: center;
	font-weight: 600;
	font-size: 22px;
}

.flex_setting {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 20px;
}

.setting_icon_tt {
	color: #bac1b8;
	font-size: 23px;
	width: 23px;
	position: relative;
	float: left;
}

.settingsPage .wrapper .modalbody ul {
	list-style: none;
	padding-left: 0;
	float: left;
	width: 100%;
	position: relative;
}

.settingsPage .wrapper .modalbody ul li {
	padding: 14px 0px 2px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	float: left;
	width: 100%;
}

.settingsPage .wrapper .modalbody .lefttext {
	color: #000;
	font-weight: 500;
	padding-right: 8px;
}

.settingsPage .wrapper .modalbody .switch {
	position: relative;
	width: 175px;
	height: 40px;
	margin: 0;
	font-weight: 300;
}

.hig_100 {
	height: 100% !important;
}

.settingsPage .wrapper .modalbody .switch input {
	display: none;
}

.goog-te-combo {
	font-family: 'NissanBrand' !important;
}

.goog-te-combo option {
	font-family: 'NissanBrand', 'arial';
}

.settingsPage .wrapper .modalbody .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 1);
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 50px;
	width: 100%;
	max-width: 100%;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2) inset;
	overflow: hidden;
	display: flex;
	align-items: center;
	border: 1px solid transparent;
}

.on_switch {
	position: absolute;
	width: 62px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	left: 6px;
}

.of_switch {
	position: absolute;
	width: 62px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	right: 6px;
	color: #fff;
}

.settingsPage .wrapper .modalbody .slider::before {
	position: absolute;
	content: "";
	height: 30px;
	width: 62px;
	background-color: #f87f7f;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 50px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 6px;
	top: 0;
	bottom: 0;
	margin: auto;
	box-shadow: 0px 0px 9px 0px rgb(248, 127, 127);
}

.settingsPage .wrapper .modalbody .switch input:checked+.slider::before {
	-webkit-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	transform: translateX(-100px);
	background: #b9ffcc;
	box-shadow: none;
}

.settingsPage .wrapper .modalbody .switch input:checked+.slider .of_switch {
	color: #000;
}



.followMouse .circlefollow {
	width: 70px;
	height: 70px;
	background-color: #ffffff;
	position: absolute;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	box-shadow: 0 0 20px rgba(16, 0, 54, 0.2);
	z-index: 20;
	pointer-events: none;
	opacity: 0.5;
	top: -70px;
	left: -70px;
}

.settingsPage .wrapper .dropdownselect {
	display: flex;
	align-items: center;
}

.down_arr_ic {
	position: absolute;
	right: 15px;
	top: 7px;
	z-index: 1;
	color: #8c8c8c;
	font-weight: bold;
	font-size: 20px;
}

.settingsPage .wrapper .dropdownselect .target_lang select,
.settingsPage .wrapper .dropdownselect .target_lang1 select {
	border: none;
	font-size: 16px;
	height: 100%;
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 1);
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 50px;
	width: 100%;
	max-width: 100%;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2) inset;
	overflow: hidden;
	display: flex;
	align-items: center;
	padding: 0 37px 0 13px;
	text-align: center;
	border: 1px solid transparent;
}

.lang_btn {
	width: 100%;
	height: 100%;
	position: relative;
	float: left;
}

.settingsPage .wrapper .dropdownselect .target_lang {
	width: 175px;
	height: 40px;
	position: relative;
}

/* .settingsPage .wrapper .dropdownselect .target_lang::after {
	content: "▼";
	position: absolute;
	top: 4px;
	right: 0px;
	transition: .25s all ease;
	pointer-events: none;
	width: 30px;
	height: 100%;
	margin: auto;
	text-align: center;
	align-items: center;
	display: flex;
	color: #000;
	justify-content: center;
} */

.settingsPage .wrapper .dropdownselect .resetbtn {
	background-color: #fff;
	color: #000;
	padding: 0 10px;
	font-size: 16px;
	height: 40px;
	margin: 0 0px 0 10px;
	min-width: 90px;
	width: auto;
	border-radius: 50px;
	border: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: 0.5s ease-in-out;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2) inset;
}

.settingsPage .wrapper .dropdownselect .resetbtn:hover {
	background: #EDFF8C;
	transition: 0.3s ease-in-out;
}
.settingsPage .wrapper .dropdownselect .resetbtn.m2_hover:hover {
	background: #72F1D3;
}

/* .settingsClose::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #BA0C2F;
	transition: .5s;
	/* z-index: 2; */


*/ .settingsClose i {}

.settingsClose i {}

.settingsClose:hover i {}

#voiceSelect {
	display: none;
}

#google_translate_element {
	color: transparent;
}

#google_translate_element a {
	display: none;
}

select.google_translate_element {
	color: black;
}

.skiptranslate iframe {
	display: none !important;
}

div.goog-te-gadget {
	color: transparent !important;
}

body {
	top: 0 !important;
}

.dropdown_container {
	position: relative;
	display: inline-block;
	width: 100%;
}

.dropdown_container select,
.dropdown_container .custom_select {
	height: 40px;
	background: #fff;
	border-radius: 0;
	padding: 0 18px;
	cursor: pointer;
	margin: 0;
	font-size: initial;
	appearance: none;
	width: 100%;
	border: 1px solid;
	text-align: left;
	display: flex;
	align-items: center;
	margin: 0 !important;
	border: none;
	color: #000;
	font-family: 'NissanBrand';
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2) inset;
	border-radius: 50px;
	border: 1px solid transparent;
	transition: .5s all ease-in-out;
}

/* .dropdown_container select,
.dropdown_container .custom_select:hover,
.settingsPage .wrapper .modalbody .slider:hover,
.settingsPage .wrapper .dropdownselect .target_lang1 select.goog-te-combo:hover {
	background: #EDFF8C;
	border: 1px solid #ccc;
} */

.float_set.cursor_div {
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2) inset;
	background: #fff;
	height: 40px;
	display: flex;
	align-items: center;
	width: 175px;
	border-radius: 50px;
}

.close_set_clk .arrow_com {
	box-shadow: none !important;
	background: none !important;
	backdrop-filter: none !important;
}

.begin_btn_com.close_set_clk.float_set {
	width: 200px;
	margin: 20px auto 0 !important;
	display: flex;
	align-items: center;
	margin: auto;
	float: none;
	color: #000;
	box-shadow: 0 0px 6px rgba(0, 0, 0, 0.2) inset;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
	padding: 2px 5px;
}

.close_set_clk .text_begin_com {
	padding-left: 20px;
}

.resource_page {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	background: url('../images/Library-wall.jpg');
	background-size: cover;
  	background-position: bottom right;
}

.resource_width {
	position: relative;
	width: 800px;
	min-height: auto;
	background: #fff;
	backdrop-filter: blur(0px);
	border-radius: 10px;
	float: left;
	box-shadow: 4px 6px 17px rgba(0, 0, 0, 0.4) inset;
	padding: 30px 50px 50px;
}

.resource_close.com_close_css {
	width: 62px;
	height: 62px;
	float: right;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	cursor: pointer;
	flex-direction: column;
	right: 2%;
	top: 5%;
	border: 1px solid #FFF;
	border-radius: 45px;
	height: 60px;
	z-index: 99;
	/* transition: .5s all ease-in-out; */
}
.resource_close.com_close_css:hover{
	cursor: pointer;
}
.resource_close.com_close_css .cls_text{
	float: left;
	width: 100%;
	position: relative;
	text-align: center;
	color: #fff;
	font-size: 13px;
}
.resource_close .cls_icon i{
	color: #ADB9AE;
	font-size: 26px;
	background: transparent;
	border: 0;
}
.resource_close.com_close_css:hover .cls_icon i {
	border: 0;
	color: #ADB9AE;
	background: transparent;
}
.resource_close .cls_icon {
	box-shadow: none;
	border-radius: 50px;
	padding: 0px 5px 0;
	margin-left: 0;
	float: left;
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.flex_help_con.resource_left {
	width: 25%;
}
.resource_right {
	width: 75%;
	position: relative;
	height: 100%;
	float: left;
	padding: 0 2% 0 7%;
	/* padding: 0 7% 0 12%; */
}
.resource_page .note_flex_body{
	padding: 40px;
}
.help_box_bg {
	background: rgba(0, 0, 0, .15);
	backdrop-filter: blur(30px);
	-webkit-backdrop-filter: blur(30px);
	padding: 30px;
	border-radius: 20px;
	color: #fff;
	text-align: left;
	margin-top: 20px;
	position: relative;
	z-index: 1;
	float: left;
	width: 100%;
}
.pad_top1 {
	padding-top: 20px;
}
.resource_page .begin_btn_com{
	float: left;
}

.resource_page .begin_btn_com .arrow_com {
	width: 36px;
	box-shadow: none;
	background: none;
	color: #fff;
	backdrop-filter: blur(0px);
	-webkit-backdrop-filter: blur(0px);
	border: none;
}

/* .resource_page .begin_btn_com .bkk_clr {
	color: #fff !important;
} */

.arrow_com.bkk_clr:hover {
	color: #000 !important;
}

.resrights {
	display: flex;
	flex-wrap: wrap;
	/* gap: 1.5%; */
	justify-content: space-around;
	position: relative;
	/* padding: 0 6%; */
	padding: 0 0% 0 11%;
}


.flex_resou {
	display: flex;
	align-items: center;
	gap: 30px;
	margin-top: 20px;
}
.book_list {
	width: 33%;
	/* text-align: center; */
	position: relative;
}
.book_list::after {
	content: '';
	background: url('../images/book_shadow.png');
	width: 78%;
  height: 100%;
	position: absolute;
	top: -4px;
	left: 0;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0.5;
}
.book_list img{
	width: 58%;
}
.book_list{
	position: relative;
}
.book_list a{
	position: relative;
	z-index: 1;
}
.reswoods {
	position: relative;
	width: 100%;
	padding-bottom: 50px;
	/* margin-bottom: 50px; */
	/* padding: 0 5% 50px 12%; */
}
.mar_btn50{
	margin-bottom: 50px;
}
.reswoods:after{
	background: url('../images/board.png');
	content: '';
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: -1%;
	background-size: cover;
}
.resource_right.mobileview{
	display: none;
}

 @media (max-width: 1600px) {
	.reswoods:after{
		bottom: -2%;
	}

}
@media (max-width: 1599px) {
	.reswoods:after{
		bottom: -3%;
	}
}
@media (max-width: 1400px) {
	.reswoods:after{
		bottom: -4%;
	}
	.resource_right{
		padding: 0 2% 0 3%;
	}
	.resource_close .cls_icon i{
		border-radius: 50px;
	}
	.resource_close.com_close_css .cls_text{
		font-size: 11px;

	}
	.resource_close .cls_icon i{
		font-size: 20px;
	}
} 
@media (max-width: 1340px) {
.resource_right {
	padding: 0 0% 0 3%;
}
.resource_page{
	overflow: auto;
}
}
@media (max-width: 1280px) {
	.reswoods::after {
		bottom: -6%;
		background-size: contain;
		background-repeat: no-repeat;
	}
}
@media (max-width: 1180px) {
	.reswoods::after {
		bottom: -9%;
	}
}
@media (max-width: 1024px) {
	.flex_help_con.resource_left {
		width: 60%;
	}
	.resource_page .note_flex_body {
		flex-direction: column;
	}
	.resource_right {
		padding: 0 0% 0 0;
		margin-top: 50px;
	}
	.resource_right {
		width: 100%;
	}
	.reswoods::after {
		bottom: -5%;
	}
	.resource_page .note_flex_body {
		padding: 20px;
	}
	.resource_close.com_close_css{
		width: 50px;
		height: 50px;
		top: 2%;
	}
	.resource_close .cls_icon i {
		font-size: 16px;
	}
	.resource_close.com_close_css .cls_text {
		font-size: 10px;
	}
}
@media (max-width: 800px) {
	.reswoods::after {
		bottom: -9%;
	}
	.flex_help_con.resource_left {
		width: 70%;
	}
}

@media (max-width: 767px) {
	.resource_right.desktopview{
		display: none;
	}
	.resource_right.mobileview{
		display: block !important;
	}
	.book_list {
		width: 49%;
		/* text-align: center; */
		position: relative;
	}
	.reswoods::after {
		bottom: -11%;
	}
	.book_list::after {
		top: 0;
	}
}
@media (max-width: 600px) {
	.flex_help_con.resource_left {
		width: 100%;
	}
	.reswoods::after {
		bottom: 17px;
		background-position: bottom;
	}

}
@media (max-width: 450px) {
	.reswoods::after {
		bottom: 20px;
	}
}
@media (max-width: 400px) {
	.reswoods::after {
		bottom: 23px;
	}
}

.pdf_down_load {
	float: left;
	width: 50%;
	height: 300px;
	position: relative;
	border-radius: 10px;
	box-shadow: inset 0px 2px 6px rgba(0, 0, 0, .2);
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 850px) {
	.settingsPage .wrapper {
		width: calc(100% - 20px);
	}

	.resource_width {
		width: calc(100% - 25px);
	}
}

@media (max-width:560px) {

	/* .dropdown_container select,
	.dropdown_container .custom_select {
		height: 40px;
	} */
	.settingsPage .wrapper .dropdownselect .target_lang {
		width: 150px;
	}

	.settingsPage .wrapper .dropdownselect .resetbtn {
		min-width: 70px;
		margin: 0 0px 0 5px;
	}

	.settingsPage .wrapper {
		width: calc(100% - 20px);
		padding: 15px 10px 15px 14px;
	}

	.settingsPage .wrapper .modalbody .switch {
		width: 130px;
	}

	.settingsPage .wrapper .modalbody .slider::before {
		width: 50px;
	}

	.settingsPage .wrapper .modalbody .switch input:checked+.slider::before {
		-webkit-transform: translateX(-67px);
		-ms-transform: translateX(-67px);
		transform: translateX(-67px);
	}

	.on_switch {
		width: 50px;
		left: 3px;
	}

	.of_switch {
		width: 50px;
		right: 6px;
	}

	.down_arr_ic {
		right: 10px;
		top: 10px;
		font-size: 16px;
	}

	.dropdown_container select,
	.dropdown_container .custom_select {
		padding: 0 10px;
	}

	.settingsPage .wrapper .modalbody .lefttext {
		width: 150px;
	}

	.settingsPage .wrapper .dropdownselect .target_lang {
		width: 143px;
	}

	.flex_setting {
		padding-bottom: 10px;
	}

	.resource_width {
		padding: 20px 20px 20px;
	}

	.flex_resou {
		gap: 20px;
	}
}


.dropdown_container select {
	border: none;
}

.dropdown_container .custom_select::after {
	display: none;
}

.dropdown_container::after {
	/*
    // content: '\25BC';
    // position: absolute;
    // top: 0;
    // right: 10px;
    // transition: .25s all ease;
    // pointer-events: none;
    // width: 30px;
    // height: 100%;
    // margin: auto;
    // text-align: center;
    // align-items: center;
    // display: flex;
	// color: #000;
    // justify-content: center;
*/
}
.dropdown-menu {
	position: absolute !important;
	bottom: 100% !important;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: 0.5rem 0;
	margin: 0.125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 13px;
	width: 97%;
	height: 190px;
	overflow: hidden;
	overflow-y: scroll;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, .1) inset;
	top: auto !important;
	transform: translate3d(0px,0px,0px) !important;
}

.dropdown-menu li {
	padding: 8px 20px !important;
	width: auto;
	justify-content: left !important;
	cursor: pointer;
	display: flex !important;
	font-size: 16px;
}

.dropdown-menu.drshow {
	display: block;
	margin-top: -1px;
	width: 96%;
	border: 1px solid;
	padding: 0;
	padding-left: 0 !important;
}

@media (max-width:600px) {
	.dropdown-menu.drshow {
		overflow-y: auto;
		height: 200px;
	}
}

.img_curs {
	margin-right: 10px;
	width: 20px;
	display: flex;
	align-items: center;
}


.followMouse .circlefollow {
	width: 70px;
	height: 70px;
	background-color: #ffffff;
	position: absolute;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	box-shadow: 0 0 20px rgba(16, 0, 54, 0.2);
	z-index: 20;
	pointer-events: none;
	opacity: 0.5;
	top: -70px;
	left: -70px;
}

.followMouse .circlefollow2 {
	background-color: rgba(6, 6, 124, 0.74);
	border: solid 1px #ccc;
	opacity: 0.5;
}

.followMouse .text {
	border-radius: 37px;
	border: 4px solid;
	padding: 30px;
}



@media (max-height: 550px) {
	.dropdown-menu.drshow {
		height: 200px;
		overflow: auto;
	}

}

@media (min-height: 600px) {
	.dropdown-menu.drshow {
		height: 200px;
		overflow: auto;
	}

}

.VIpgJd-ZVi9od-ORHb-OEVmcd.skiptranslate,
#goog-gt-tt {
	display: none !important;
}

body {
	top: 0px !important;
}

#google_translate_element {
	color: transparent;
}

#google_translate_element a {
	display: none;
}

select.google_translate_element {
	color: black;
}

div.goog-te-gadget {
	color: transparent !important;
}

/*******setting*************/


.set1_content,
.set2_content,
.set3_content {
	width: 100%;
	height: 100%;
	position: relative;
	padding: 25px 40px 30px;
	float: left;
}

.set1_top {
	width: 100%;
	float: left;
	background: #eeeeee;
	color: #000;
	font-weight: 500;
	padding: 10px 15px;
}

.set1_box {
	float: left;
	width: 100%;
	height: 100%;
	padding: 40px 0;
}

.set_txt_box {
	float: left;
	width: 100%;
	background: #cccccc;
	color: #000;
	border: 1px solid #000;
	padding: 10px 8px;
}

.set_txt_box span {
	width: 100%;
	float: left;
	color: #000000;
	line-height: 30px;
}

.set_txt_box i {
	background: rgb(195, 0, 47);
	width: 30px;
	height: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	color: #fff;
	font-size: 17px;
}

.set1,
.set2,
.set3,
.book_set {
	width: 100%;
	height: 420px;
	position: relative;
	float: left;
	min-height: 420px;
}

.set2_txt_box {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 15px;
}

.txt_area {
	margin-top: 3px;
	margin-bottom: 1rem;
	width: 100%;
	height: 100%;
}

.minhgt-txarea {
	min-height: 200px;
	width: 100%;
	resize: none;
	padding: 20px;
	font-size: 16px;
}

.set3_box {
	position: relative;
	float: left;
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	height: 87%;
	overflow-y: auto;
}

.NotesItem {
	background-color: #ffffff;
	line-height: 22px;
	border-bottom: solid 1px #cccccc;
	padding: 10px 0px;
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
}

.NotesGrid {
	width: calc(100% - 120px);
	float: left;
}

.NotesItem .nTitle {
	color: #c3002f;
	padding-bottom: 0;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
}

.NotesItem .nContent {
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	color: #000000;
	word-wrap: break-word;
	line-height: 1.4;
}

.nAction {
	float: left;
	/* margin-top: 10px; */
	color: #000000;
	width: 100px;
}

#mySelect {
	position: relative;
	float: left;
	width: 100%;
	box-shadow: 0 0 5px 5px rgba(147, 147, 147, 0.2);
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.7);
	cursor: pointer;
	padding: 2px 0 0 6px;
	font-size: 16px;
}

#mySelect ul {
	position: absolute;
	left: 0;
	width: 100%;
	display: none;
	top: 30px;
	z-index: 1;
	padding: 0;
}

#mySelect ul li {
	float: left;
	width: 100%;
	background: #2a2a2a;
	color: #fff;
	padding: 5px 10px;
	border-bottom: 1px solid #6c6c6c;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
	position: relative;
}

#mySelect::after {
	content: "▼";
	position: absolute;
	top: 0;
	right: 5px;
	transition: 0.25s all ease;
	pointer-events: none;
	width: 18px;
	height: 100%;
	margin: auto;
	text-align: center;
	align-items: center;
	display: flex;
	justify-content: center;
}

.save_close.com_close_css {
	width: 80px;
	float: right;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	cursor: pointer;
	right: 20px;
	top: 27px;
	z-index: 1;
}

.notes_sec .notes_right .but_Sec {
	margin: auto;
	float: none;
	display: flex;
}

.cancel_btn .note_btn_text,
.save_btn .note_btn_text {
	width: calc(100% - 0px);
}

.cancel_btn,
.save_btn {
	min-height: 40px;
}

@media (max-width: 850px) {

	.set1_content,
	.set2_content,
	.set3_content {
		padding: 20px 20px 20px;
	}

	.flex_note_bd {
		padding: 15px 20px 15px;
		min-height: 78px;
	}

	.save_close.com_close_css {
		right: 16px;
		top: 23px;
	}
}

@media (max-width: 550px) {

	.notes_right .flex_note_bd .but_Sec {
		width: 300px;
	}

	.flex_note_bd .com_btn_div {
		width: 100px;
	}

	.notes_right {
		height: 450px;
		min-height: auto;
	}

	.set3_box {
		height: 77%;
	}
}
.replay_video_m1_com {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
}
.replay_center.float_set {
	width: 100px;
	height: 100px;
	margin: auto;
	left: 50%;
	position: relative;
	top: 50%;
	transform: translate(-50%,-50%);
	cursor: pointer;
	transition: .5s all ease;
}
.replay_center:hover{
	color: #EDFF8C;
}
.replay_text {
	text-align: center;
	float: left;
	width: 100%;
	position: absolute;
	top: 57%;
	transform: translateY(-50%);
}
.reply_img{
	background: url("../../shell/images/replay_btn.png") no-repeat;
	background-position: center !important;
	background-size: contain !important;
	width: 100%;
	height: 100%;
	position: relative;
	float: left;
}
.replay_center:hover .reply_img{
	background: url("../../shell/images/replay_red1.png") no-repeat;
}

.hide {
	display: none;
}