:root {
	--mainColor  : #006492;
	--secondColor: #3EB7E9
}

body {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size  : 14px;

}

p,
h1,
h2,
h3,
h4,
h5,
h6,
label {
	text-transform: capitalize !important;
}

.sidebar {
	background-color: var(--mainColor);
}

.navbar-dark .navbar-nav .nav-link {
	color: #fff;
}

.nav-link {
	position: relative;
	display : block;

}

.navbar-dark .navbar-nav .nav-link .shape1 {
	position  : absolute;
	top       : -14px;
	width     : 20px;
	height    : 74px;
	right     : 0px;
	background: transparent;
}

.navbar-dark .navbar-nav .nav-link .shape2 {
	position  : absolute;
	top       : 35px;
	width     : 20px;
	height    : 30px;
	right     : 0px;
	background: transparent;
}

.navbar-dark .navbar-nav .nav-link.active .shape1,
.navbar-dark .navbar-nav .nav-link.active .shape2 {
	background: #f8f9fa;
}


.navbar-dark .navbar-nav .nav-link.active {
	color           : var(--mainColor);
	background-color: #f8f9fa;
	border-radius   : 30px 0 0 30px;
}

.text-custome {
	color: var(--secondColor);
}

.navbar-dark .navbar-nav .nav-link:hover {
	color: var(--secondColor);
}

.navbar-dark .navbar-nav .nav-link.active:after {
	content          : "";
	position         : absolute;
	top              : 41px;
	z-index          : 0;
	right            : 0px;
	bottom           : 0;
	height           : 30px;
	border-top-color : transparent;
	border-left-color: transparent;
	border-bottom    : transparent;
	border-radius    : 0px 48px 0px 0px;
	border-right     : 20px solid transparent;
}

.navbar-dark .navbar-nav .nav-link.active:before {
	content          : "";
	position         : absolute;
	top              : -30px;
	z-index          : 9;
	right            : 0px;
	bottom           : 0;
	height           : 30px;
	border-top-color : transparent;
	border-left-color: transparent;
	border-bottom    : transparent;
	border-radius    : 0px 0px 48px 0px;
	border-right     : 20px solid transparent;
}

.navbar-dark .navbar-nav .nav-link.active:before,
.navbar-dark .navbar-nav .nav-link.active:after {
	border-color: var(--mainColor);
}

.navbar-dark .navbar-nav .nav-link {
	padding       : 10px 20px;
	letter-spacing: .5px;
	cursor        : pointer;
	font-weight   : 600;

	font-family  : "Dosis", "Poppins", sans-serif;
}

.navbar-dark .navbar-nav .nav-item {
	font-family  : "Dosis", "Poppins", sans-serif;
	border-bottom: 1px solid var(--mainColor);
}

.dropdown-toggle::after {
	display: none;
}

.menu-dropdown-wrapper {
	position: relative;
}

.menu-dropdown-wrapper:hover .menu-dropdown {
	visibility       : visible;
	opacity          : 1;
	-webkit-transform: translateY(0);
	-moz-transform   : translateY(0);
	-ms-transform    : translateY(0);
	-o-transform     : translateY(0);
	transform        : translateY(0);
}

.menu-dropdown-push-right {
	margin-right: -10px;
}

.menu-dropdown-right {
	right: 0;
}

.menu-dropdown {
	top               : 100%;
	text-align        : left;
	position          : absolute;
	z-index           : 999;
	padding-top       : 10px;
	width             : 280px;
	line-height       : 1.6;
	border-radius     : 6px;
	visibility        : hidden;
	opacity           : 0;
	-webkit-transform : translateY(20px);
	-moz-transform    : translateY(20px);
	-ms-transform     : translateY(20px);
	-o-transform      : translateY(20px);
	transform         : translateY(20px);
	-webkit-transition: all 0.6s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	-moz-transition   : all 0.6s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	-ms-transition    : all 0.6s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	-o-transition     : all 0.6s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	transition        : all 0.6s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.menu-dropdown .arrow {
	display     : none;
	top         : -10px;
	left        : 50%;
	position    : absolute;
	width       : 0;
	height      : 0;
	border-color: transparent transparent var(--mainColor) transparent;
	border-style: solid;
	border-width: 10px 10px 10px 10px;
}

.menu-dropdown .arrow::after {
	content     : " ";
	position    : absolute;
	display     : block;
	width       : 0;
	height      : 0;
	border-color: transparent transparent var(--mainColor) transparent;
	border-style: solid;
	border-width: 10px 10px 10px 10px;
	left        : -10px;
	bottom      : -10px;
}

.menu-dropdown .arrow-left {
	left: 20px;
}

.menu-dropdown .arrow-right {
	left : unset;
	right: 20px;
}

.menu-dropdown-inner {
	background-color: #fff;
	border-radius   : 4px;
	box-shadow      : 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
}

.menu-dropdown-head {
	font-size              : 24px;
	color                  : #fff;
	text-align             : center;
	padding                : 16px 12px;
	font-family            : "Dosis", "Poppins", sans-serif;
	background             : var(--mainColor);
	border-top-left-radius : 4px;
	border-top-right-radius: 4px;
}

.menu-dropdown-body {
	font-family: "Dosis", "Poppins", sans-serif;
	padding    : 10px 20px 10px 20px;
}

.menu-dropdown-footer {
	padding   : 20px 20px 20px 20px;
	background: #f4f4f4;
}

.page-menu.menu-user .menu-dropdown-head img {
	max-width    : 60px;
	border-radius: 50%;
}

.page-menu.menu-user .menu-dropdown-head i {
	display      : inline-block;
	width        : 60px;
	height       : 60px;
	line-height  : 54px;
	font-size    : 28px;
	border       : 1px solid #ddd;
	border-radius: 50%;
}

.menu-dropdown-wrapper .arrow {
	display: none;
}

.menu-dropdown-wrapper .menu-dropdown-right,
.menu-dropdown-wrapper .menu-dropdown-left {
	margin: 0 auto;
	right : 0;
}


.sidebar {
	z-index: 46545454;
}

/* .homenav {
	left: 16%;
} */

.navsTabs.nav-pills .nav-link {
	color: #000;
}

.navsTabs.nav-pills .nav-link.active,
.navsTabs.nav-pills .show>.nav-link {
	color        : var(--mainColor);
	border-bottom: 1px solid var(--mainColor);
	border-radius: 0px;
}

.navsTabs.nav-pills .nav-link.active,
.navsTabs.nav-pills .show>.nav-link {
	background-color: transparent;
}

table.dataTable td {
	padding: 2px 0px;
}



.icons {
	cursor          : pointer;
	padding         : 0.375rem 0.75rem;
	font-size       : 1rem;
	display         : flex;
	align-items     : center;
	justify-content : center;
	line-height     : 1.5;
	color           : #212529;
	text-align      : center;
	white-space     : nowrap;
	background-color: #e9ecef;
	border          : 1px solid #ced4da;
	border-radius   : 0.25rem;
	width           : 2.25em;
}


.breadcrumbs ul li {
	display   : inline-block;
	list-style: none;
	color     : #AAA;
	margin    : 0 0 0 4px;
}

.breadcrumbs ul li::before {
	content               : "\f105";
	font-family           : "Font Awesome 5 Free";
	font-weight           : 900;
	color                 : #a0a0a0;
	font-size             : 12px;
	margin-right          : 4px;
	display               : inline-block;
	font-style            : normal;
	font-variant          : normal;
	text-rendering        : auto;
	-webkit-font-smoothing: antialiased;
}

/* Select option arrow */
.custom-select {
	transition            : background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	/* font-size          : 13px;
    font-weight        : 400;
    height             : 46px;
    line-height        : 46px;
    padding            : 0 16px;
    margin             : 0 0 10px 0; */
	/* background-color   : #fff;
    border             : 1px solid #dbdbdb;
    border-radius      : 4px;
    display            : inline-block;
    vertical-align     : middle; */
	background            : url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
}

.filelabel {
	border       : 2px dashed grey;
	border-radius: 5px;
	display      : block;
	padding      : 5px;
	transition   : border 300ms ease;
	cursor       : pointer;
	text-align   : center;
	margin       : 0;
}

.filelabel i {
	display       : block;
	font-size     : 30px;
	padding-bottom: 5px;
}

.filelabel i,
.filelabel .title {
	color     : grey;
	transition: 200ms color;
}

.filelabel:hover {
	border: 2px solid #1665c4;
}

.filelabel:hover i,
.filelabel:hover .title {
	color: #1665c4;
}

::file-selector-button {
	display: none;
}

.dotted-seprator {
	border-bottom: 3px dotted #999;
}

table.dataTable {
	font-size      : 12px;
	text-align     : center;
	border-collapse: collapse !important;
}

.table-middle td {
	vertical-align: middle;
}

button.dt-button,
button.dt-button:hover,
button.dt-button:hover:not(.disabled),
div.dt-button:hover:not(.disabled),
a.dt-button:hover:not(.disabled),
input.dt-button:hover:not(.disabled) {
	padding         : .5em 1.5em;
	background      : none;
	background-color: #d4caca73;
}

button.dt-button:hover,
button.dt-button:hover:not(.disabled),
div.dt-button:hover:not(.disabled),
a.dt-button:hover:not(.disabled),
input.dt-button:hover:not(.disabled) {
	border: 1px solid #ced4da;
}

div.dt-button-background {
	position: static;
}

div.dt-buttons {
	float: right;
}

.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select,
button.dt-button {
	margin       : 0;
	box-shadow   : none;
	border-radius: 2px;
	border-color : #e2e5ec;
	margin-bottom: 0;
}

div.dt-button-collection {
	border       : 0 !important;
	margin       : 0;
	border-radius: 4px;
	width        : 120px;
	padding      : 0;
	box-shadow   : 0 0 50px 0 rgb(82 63 105 / 15%);
	padding      : 10px;
	border-radius: 4px;
	left         : 0;
}

.table-bordered {
	border: 1px solid #dee2e6;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {

	background  : var(--mainColor) !important;
	color       : #FFF !important;
	z-index     : 1;
	border-color: #007bff;
}

.page-item .page-link {
	position           : relative;
	display            : flex;
	-ms-justify-content: center;
	justify-content    : center;
	align-items        : center;
	text-align         : center;
	height             : 32px;
	min-width          : 32px;
	padding            : 7px;
	text-align         : center;
	vertical-align     : middle;
	font-size          : 14px;
	color              : #595d6e;
	border             : 0;
	border-radius      : 2px;
	background-color   : #FFF;
}

.page-item.first .page-link,
.page-item.next .page-link,
.page-item.previous .page-link,
.page-item.last .page-link {
	background: #ebe9f2;
}

.input-group-text {
	border-radius: none;
}

.form-control {
	font-size: 13px;
}

.hiddenMenu {
	overflow: hidden;
	width   : 50px;
}

.hiddenMenu .nav-item {
	width: 300px;
}

.nav-item i {
	margin-right: 20px;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
	--bs-table-accent-bg: rgba(243, 245, 247, 0.41);
}

.table>:not(caption)>*>* {
	padding: 16px 12px;
}

.table td {
	font-size: 12px;
}

.user-table tbody td {
	color: #777 !important;
}

.user-table td:nth-child(1) {
	color: #000 !important;
}

.panel-body .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	border-left     : 4px solid var(--mainColor);
	background-color: #f1f1f1;
	border-bottom   : none;
	text-align      : left;
}

.panel-body .nav-pills .nav-link {
	text-align: left;
}

.user-avtar {
	text-align: center;
}

.user-avtar span {
	display         : inline-block;
	width           : 64px;
	height          : 64px;
	line-height     : 64px;
	color           : #FFF;
	font-size       : 36px;
	border-radius   : 50%;
	background-color: var(--mainColor);
}

.panel-body .nav-link span {
	font-size: 12px;
	color    : #333;
}

.panel-body .nav-link i {
	font-size    : 14px;
	color        : #999;
	padding-right: 10px;
}

/* .image-fload {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 144px;
	margin-bottom: 10px;
} */

.form-check .form-check-input {
	float         : none;
	vertical-align: middle;
}

.nav-item i,
#QuestionRow i {


	cursor: pointer;
}

table.dataTable tbody tr.selected {
	background-color: var(--mainColor);
}

table.dataTable tbody tr.selected .text-custome {
	color: #fff;
}

.indexInput {
	width: 5%;
}


/*  bhoechie tab */
div.bhoechie-tab-container {
	z-index           : 10;
	background-color  : #ffffff;
	padding           : 0 !important;
	border-radius     : 4px;
	-moz-border-radius: 4px;
	border            : 1px solid #ddd;

	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow        : 0 6px 12px rgba(0, 0, 0, .175);
	-moz-box-shadow   : 0 6px 12px rgba(0, 0, 0, .175);
	background-clip   : padding-box;
	opacity           : 0.97;
	filter            : alpha(opacity=97);
}

div.bhoechie-tab-menu {
	padding-right : 0;
	padding-left  : 0;
	padding-bottom: 0;
}

.list-group {
	height: 100%;
}

div.bhoechie-tab-menu div.list-group>a {
	flex-grow  : 1;
	flex-shrink: 1;
	flex-basis : auto;
}

.list-group-item {
	display        : flex;
	justify-content: center;
	align-items    : center;
}

div.bhoechie-tab-menu div.list-group {
	margin-bottom: 0;
}

div.bhoechie-tab-menu div.list-group>a {
	margin-bottom: 0;
}

div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
	color: #5A55A3;
}

div.bhoechie-tab-menu div.list-group>a:first-child {
	border-top-right-radius     : 0;
	-moz-border-top-right-radius: 0;
}

div.bhoechie-tab-menu div.list-group>a:last-child {
	border-bottom-right-radius     : 0;
	-moz-border-bottom-right-radius: 0;
}

div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa {
	background-color: var(--mainColor);
	background-image: var(--mainColor);
	color           : #ffffff;
}

div.bhoechie-tab-menu div.list-group>a.active:after {
	content      : '';
	position     : absolute;
	left         : 100%;
	top          : 50%;
	margin-top   : -13px;
	border-left  : 0;
	border-bottom: 13px solid transparent;
	border-top   : 13px solid transparent;
	border-left  : 10px solid var(--mainColor);
}

div.bhoechie-tab-content {
	background-color: #ffffff;
	/* border       : 1px solid #eeeeee; */
	padding-left    : 20px;
	padding-top     : 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
	display: none;
}

.Qtitle {
	color           : #fff;
	border-radius   : 11px;
	background-color: var(--secondColor);
	padding         : 10px;
}

#quiz,
#finish,
#Correct,
#inCorrect {
	display: none;

}

.text-spec {
	color: #3e4362
}

.bg-spec,
#GroupTitle {
	background-color: var(--mainColor)
}

button {
	cursor: pointer;
}

/* .alert {
    display: none;
} */

#FatherInfo,
#MotherInfo,
#SuperiorInfo {
	display: none;
}


:root {
	--hue       : 223;
	--bg        : hsl(var(--hue), 10%, 100%);
	--fg        : hsl(var(--hue), 10%, 10%);
	--primary1  : hsl(var(--hue), 90%, 55%);
	--primary2  : hsl(var(--hue), 90%, 65%);
	--trans-dur : 0.3s;
	/* font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1280 - 320)); */
}


.e-rating,
.e-rating__faces {
	display: flex;
}

.e-rating {
	--animDur  : 2s;
	flex-wrap  : wrap;
	padding-top: 2em;
	width      : 18em;
}

.e-rating__sr {
	clip    : rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	position: absolute;
	width   : 1px;
	height  : 1px;
}

.e-rating__range {
	background-color           : hsl(var(--hue), 10%, 50%, 0.5);
	border-radius              : 0.25em;
	margin                     : 0.5em 0.75em;
	order                      : 1;
	width                      : 100%;
	height                     : 0.5em;
	-webkit-appearance         : none;
	appearance                 : none;
	-webkit-tap-highlight-color: transparent;
}

.e-rating__range:focus {
	outline: transparent;
}

.e-rating__range::-webkit-slider-thumb {
	background-color  : var(--primary1);
	border            : 0;
	border-radius     : 50%;
	width             : 1.5em;
	height            : 1.5em;
	transition        : background-color 0.15s linear;
	-webkit-appearance: none;
	appearance        : none;
}

.e-rating__range:focus::-webkit-slider-thumb,
.e-rating__range::-webkit-slider-thumb:hover {
	background-color: var(--primary2);
}

.e-rating__range::-moz-range-thumb {
	background-color: var(--primary1);
	border          : 0;
	border-radius   : 50%;
	width           : 1.5em;
	height          : 1.5em;
	transition      : background-color 0.15s linear;
}

.e-rating__range:focus::-moz-range-thumb,
.e-rating__range::-moz-range-thumb:hover {
	background-color: var(--primary2);
}

.e-rating__faces {
	justify-content: space-between;
	margin-bottom  : 1.5em;
	width          : 100%;
}

.e-rating__face,
.e-rating__face:after {
	border-radius: 50%;
	transition   :
		background-color var(--trans-dur),
		transform var(--trans-dur) cubic-bezier(0.42, 0, 0.58, 1);
}

.e-rating__face {
	background-color: hsl(50, 90%, 55%);
	position        : relative;
	width           : 3em;
	height          : 3em;
}

.e-rating__face:after {
	background-color: hsla(0, 0%, 0%, 0.2);
	content         : "";
	display         : block;
	position        : absolute;
	bottom          : -0.125em;
	left            : calc(50% - 1em);
	width           : 2em;
	height          : 0.25em;
	transform       : translateY(0) scale(0);
	z-index         : -1;
}

.e-rating__face-inner {
	position: relative;
	margin  : 0.5em 0.75em;
	width   : 1.5em;
	height  : 2em;
}

.e-rating__eye,
.e-rating__tear,
.e-rating__mouth {
	position: absolute;
}

.e-rating__eye {
	background-color: hsl(0, 0%, 0%);
	border-radius   : 50%;
	top             : 0.5em;
	left            : 0;
	width           : 0.5em;
	height          : 0.5em;
}

.e-rating__eye:nth-child(2) {
	right: 0;
	left : auto;
}

.e-rating__tear {
	background-color: hsl(210, 90%, 65%);
	border-radius   : 0 50% 50% 50%;
	top             : 1.5em;
	left            : 0.5em;
	width           : 0.5em;
	height          : 0.5em;
	transform       : scaleX(0) rotate(45deg);
	z-index         : 1;
}

.e-rating__tear+.e-rating__tear {
	right: 0.5em;
	left : auto;
}

.e-rating__face--1 .e-rating__mouth {
	box-shadow   : 0 0 0 0.125em hsla(0, 0%, 0%, 0.4) inset;
	border-radius: 0.75em;
	clip-path    : polygon(0 0, 100% 0, 100% 30%, 50% 50%, 0 30%);
	top          : 1.25em;
	width        : 1.5em;
	height       : 1.5em;
}

.e-rating__face--2 .e-rating__mouth {
	background-color: hsla(0, 0%, 0%, 0.4);
	border-radius   : 0.125em;
	bottom          : 0.25em;
	left            : 0.25em;
	width           : 1em;
	height          : 0.125em;
}

.e-rating__face--3 .e-rating__eye,
.e-rating__face--4 .e-rating__eye {
	background-color: transparent;
	box-shadow      : 0 0.5em 0 hsl(0, 0%, 0%) inset;
}

.e-rating__face--3 .e-rating__mouth {
	box-shadow   : 0 0 0 0.125em hsla(0, 0%, 0%, 0.4) inset;
	border-radius: 0.75em;
	clip-path    : polygon(50% 50%, 100% 70%, 100% 100%, 0 100%, 0 70%);
	top          : 0.5em;
	width        : 1.5em;
	height       : 1.5em;
}

.e-rating__face--4 .e-rating__mouth,
.e-rating__face--5 .e-rating__mouth {
	clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
}

.e-rating__face--4 .e-rating__mouth {
	background-color: #fff;
	border-radius   : 0.75em;
	top             : 0.5em;
	width           : 1.5em;
	height          : 1.5em;
}

.e-rating__face--5 .e-rating__eye {
	background-color: transparent;
	transform       : rotate(-20deg);
}

.e-rating__face--5 .e-rating__eye+.e-rating__eye {
	transform: rotate(20deg);
}

.e-rating__face--5 .e-rating__eye:before,
.e-rating__face--5 .e-rating__eye:after {
	background-color: hsl(0, 90%, 55%);
	border-radius   : 0.25em 0.25em 0 0;
	content         : "";
	display         : block;
	position        : absolute;
	bottom          : 0;
	width           : 0.5em;
	height          : 0.75em;
	transform-origin: 50% 0.5em;
}

.e-rating__face--5 .e-rating__eye:before {
	transform: rotate(45deg);
}

.e-rating__face--5 .e-rating__eye:after {
	transform: rotate(-45deg);
}

.e-rating__face--5 .e-rating__mouth {
	background-color: hsla(0, 0%, 0%, 0.4);
	border-radius   : 0.75em;
	top             : 0.5em;
	width           : 1.5em;
	height          : 1.5em;
}

.e-rating__range[value="1"]+.e-rating__faces .e-rating__face--1,
.e-rating__range[value="2"]+.e-rating__faces .e-rating__face--2,
.e-rating__range[value="3"]+.e-rating__faces .e-rating__face--3,
.e-rating__range[value="4"]+.e-rating__faces .e-rating__face--4,
.e-rating__range[value="5"]+.e-rating__faces .e-rating__face--5 {
	transform: translateY(-2em);
}

.e-rating__range[value="1"]+.e-rating__faces .e-rating__face--1 .e-rating__eye {
	animation: face1-1 var(--animDur) ease-in-out infinite;
}

.e-rating__range[value="1"]+.e-rating__faces .e-rating__face--1 .e-rating__eye:nth-child(2) {
	animation: face1-2 var(--animDur) ease-in-out infinite;
}

.e-rating__range[value="1"]+.e-rating__faces .e-rating__face--1 .e-rating__mouth {
	animation: face1-3 var(--animDur) ease-in-out infinite;
}

.e-rating__range[value="1"]+.e-rating__faces .e-rating__face--1 .e-rating__face-inner {
	animation: face1-4 var(--animDur) ease-in-out infinite;
}

.e-rating__range[value="1"]+.e-rating__faces .e-rating__face--1 .e-rating__tear {
	animation: face1-5 var(--animDur) ease-in-out infinite;
}

.e-rating__range[value="2"]+.e-rating__faces .e-rating__face--2 .e-rating__eye {
	animation: face2-1 var(--animDur) ease-in-out infinite;
}

.e-rating__range[value="2"]+.e-rating__faces .e-rating__face--2 .e-rating__mouth {
	animation: face2-2 var(--animDur) ease-in-out infinite;
}

.e-rating__range[value="3"]+.e-rating__faces .e-rating__face--3 .e-rating__eye {
	animation: face3-1 var(--animDur) ease-in-out infinite;
}

.e-rating__range[value="3"]+.e-rating__faces .e-rating__face--3 .e-rating__mouth {
	animation: face3-2 var(--animDur) ease-in-out infinite;
}

.e-rating__range[value="3"]+.e-rating__faces .e-rating__face--3 .e-rating__face-inner {
	animation: face3-3 var(--animDur) ease-in-out infinite;
}

.e-rating__range[value="4"]+.e-rating__faces .e-rating__face--4 .e-rating__eye {
	animation: face4-1 var(--animDur) ease-in-out infinite;
}

.e-rating__range[value="4"]+.e-rating__faces .e-rating__face--4 .e-rating__mouth {
	animation: face4-2 var(--animDur) ease-in-out infinite;
}

.e-rating__range[value="4"]+.e-rating__faces .e-rating__face--4 .e-rating__face-inner {
	animation: face4-3 var(--animDur) ease-in-out infinite;
}

.e-rating__range[value="5"]+.e-rating__faces .e-rating__face--5 .e-rating__eye {
	animation: face5-1 var(--animDur) ease-in-out infinite;
}

.e-rating__range[value="5"]+.e-rating__faces .e-rating__face--5 .e-rating__eye:nth-child(2) {
	animation: face5-2 var(--animDur) ease-in-out infinite;
}

.e-rating__range[value="5"]+.e-rating__faces .e-rating__face--5 .e-rating__mouth {
	animation: face5-3 var(--animDur) ease-in-out infinite;
}

.e-rating__range[value="1"]+.e-rating__faces .e-rating__face--1:after,
.e-rating__range[value="2"]+.e-rating__faces .e-rating__face--2:after,
.e-rating__range[value="3"]+.e-rating__faces .e-rating__face--3:after,
.e-rating__range[value="4"]+.e-rating__faces .e-rating__face--4:after,
.e-rating__range[value="5"]+.e-rating__faces .e-rating__face--5:after {
	transform: translateY(2em) scale(1);
}

/* Dark theme */
@media (prefers-color-scheme: dark) {
	:root {
		--bg: hsl(var(--hue), 10%, 20%);
		--fg: hsl(var(--hue), 10%, 90%);
	}

	.e-rating__face:after {
		background-color: hsla(0, 0%, 0%, 0.5);
	}
}

/* `:focus-visible` support */
@supports selector(:focus-visible) {
	.e-rating__range:focus::-webkit-slider-thumb {
		background-color: var(--primary1);
	}

	.e-rating__range:focus-visible::-webkit-slider-thumb,
	.e-rating__range::-webkit-slider-thumb:hover {
		background-color: var(--primary2);
	}

	.e-rating__range:focus::-moz-range-thumb {
		background-color: var(--primary1);
	}

	.e-rating__range:focus-visible::-moz-range-thumb,
	.e-rating__range::-moz-range-thumb:hover {
		background-color: var(--primary2);
	}
}

/* Animations */
@keyframes face1-1 {

	from,
	75%,
	to {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}

	25%,
	50% {
		clip-path: polygon(0 67%, 100% 0, 100% 100%, 0 100%);
	}
}

@keyframes face1-2 {

	from,
	75%,
	to {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}

	25%,
	50% {
		clip-path: polygon(0 0, 100% 67%, 100% 100%, 0 100%);
	}
}

@keyframes face1-3 {

	from,
	75%,
	to {
		clip-path: polygon(0 0, 100% 0, 100% 30%, 50% 50%, 0 30%);
	}

	25%,
	50% {
		clip-path: polygon(0 0, 100% 0, 100% 40%, 50% 40%, 0 40%);
	}
}

@keyframes face1-4 {

	from,
	75%,
	to {
		transform: translateY(0);
	}

	25% {
		animation-timing-function: ease-in;
		transform                : translateY(0.25em);
	}

	37.5% {
		animation-timing-function: ease-out;
		transform                : translateY(0.125em);
	}

	50% {
		animation-timing-function: ease-in;
		transform                : translateY(0.25em);
	}
}

@keyframes face1-5 {

	from,
	25% {
		opacity  : 1;
		transform: translateY(0) scaleX(0) rotate(45deg);
	}

	to {
		opacity  : 0;
		transform: translateY(2.5em) scaleX(1) rotate(45deg);
	}
}

@keyframes face2-1 {

	from,
	87.5% {
		transform: scaleY(1);
	}

	93.75% {
		transform: scaleY(0);
	}
}

@keyframes face2-2 {

	from,
	75%,
	to {
		transform: scaleX(1);
	}

	25%,
	50% {
		transform: scaleX(1.75);
	}
}

@keyframes face3-1 {

	from,
	75%,
	to {
		box-shadow: 0 0.5em 0 hsl(0, 0%, 0%) inset;
	}

	25%,
	50% {
		box-shadow: 0 0.375em 0 hsl(0, 0%, 0%) inset;
	}
}

@keyframes face3-2 {

	from,
	75%,
	to {
		clip-path: polygon(50% 50%, 100% 70%, 100% 100%, 0 100%, 0 70%);
	}

	25%,
	50% {
		clip-path: polygon(50% 50%, 100% 50%, 100% 100%, 0 100%, 0 50%);
	}
}

@keyframes face3-3 {

	from,
	75%,
	to {
		transform: translateY(0);
	}

	25%,
	50% {
		transform: translateY(-0.125em);
	}
}

@keyframes face4-1 {

	from,
	75%,
	to {
		box-shadow: 0 0.5em 0 hsl(0, 0%, 0%) inset;
	}

	25%,
	50% {
		box-shadow: 0 0.2em 0 hsl(0, 0%, 0%) inset;
	}
}

@keyframes face4-2 {

	from,
	75%,
	to {
		clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
		transform: scale(1);
	}

	25%,
	50% {
		clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
		transform: scale(1.25);
	}
}

@keyframes face4-3 {

	from,
	75%,
	to {
		transform: translateY(0);
	}

	25%,
	50% {
		transform: translateY(-0.25em);
	}
}

@keyframes face5-1 {
	from {
		animation-timing-function: ease-in;
		transform                : rotate(-20deg) scale(1);
	}

	10%,
	30% {
		animation-timing-function: ease-out;
		transform                : rotate(-20deg) scale(1.5);
	}

	20% {
		animation-timing-function: ease-in;
		transform                : rotate(-20deg) scale(1.25);
	}

	40%,
	50% {
		animation-timing-function: ease-in;
		transform                : rotate(-20deg) scale(1.5);
	}

	45% {
		animation-timing-function: ease-out;
		transform                : rotate(5deg) scale(1.5);
	}

	75%,
	to {
		transform: rotate(-20deg) scale(1);
	}
}

@keyframes face5-2 {
	from {
		animation-timing-function: ease-in;
		transform                : rotate(20deg) scale(1);
	}

	10%,
	30% {
		animation-timing-function: ease-out;
		transform                : rotate(20deg) scale(1.5);
	}

	20% {
		animation-timing-function: ease-in;
		transform                : rotate(20deg) scale(1.25);
	}

	40%,
	50% {
		animation-timing-function: ease-in;
		transform                : rotate(20deg) scale(1.5);
	}

	45% {
		animation-timing-function: ease-out;
		transform                : rotate(-5deg) scale(1.5);
	}

	75%,
	to {
		transform: rotate(20deg) scale(1);
	}
}

@keyframes face5-3 {
	from {
		animation-timing-function: ease-in;
		clip-path                : polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
		transform                : scale(1, 1);
	}

	10%,
	30% {
		animation-timing-function: ease-out;
		clip-path                : polygon(0 58%, 100% 58%, 100% 100%, 0 100%);
		transform                : scale(1.25, 1.25);
	}

	20% {
		animation-timing-function: ease-in;
		clip-path                : polygon(0 63%, 100% 63%, 100% 100%, 0 100%);
		transform                : scale(1.375, 1);
	}

	40%,
	50% {
		animation-timing-function: ease-in-out;
		clip-path                : polygon(0 58%, 100% 58%, 100% 100%, 0 100%);
		transform                : scale(1.25, 1.25);
	}

	75%,
	to {
		clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
		transform: scale(1, 1);
	}
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius     : 10px;
	background-color  : #F5F5F5;
}

::-webkit-scrollbar {
	width           : 8px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
	border-radius     : 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color  : var(--mainColor);
}

.bg-title {
	background-color: var(--mainColor);
}

.btn-outline-primary {
	color       : var(--mainColor);
	border-color: var(--mainColor);
}

.btn-outline-primary:hover,
.page-item.active .page-link {
	background-color: var(--mainColor);
	border-color    : var(--mainColor);
}


.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select,
button.dt-button {
	border-color : var(--mainColor);
	color        : var(--mainColor);
	border-radius: 40px;
}

.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select,
button.dt-button {
	background-color: transparent;
}

button.dt-button:hover,
button.dt-button:hover:not(.disabled),
div.dt-button:hover:not(.disabled),
a.dt-button:hover:not(.disabled),
input.dt-button:hover:not(.disabled) {
	background-color: var(--mainColor);
	color           : #fff
}

.fa-print {
	cursor: pointer;
}

#answerAlert {
	display: none;
}


.cards tbody tr td:first-child {
	display: none;
}

.cards tbody tr img:hover,
.cards tbody tr h2:hover {
	transform: rotate(360deg);
}

.settings .btn:hover i {
	color: #fff !important
}

.bg-danger {
	background-color: #ea7066 !important;
}




.cards tbody {
	display        : flex;
	flex-wrap      : wrap;
	justify-content: space-around;
}

.cards tbody tr {
	position        : relative;
	width           : 30%;
	border-radius   : 1.3rem;
	background-color: #fff;
	margin          : 2rem 0px;
	padding         : 50px 20px 0px 20px;
	box-shadow      : 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}


.cards tbody tr img,
.cards tbody tr h2 {
	border-radius: 50%;
	transition   : transform .3s ease-in-out;
	cursor       : pointer;
}

.cards tbody .imageTitle {
	position        : absolute;
	left            : 50%;
	top             : 0;
	transform       : translate(-50%, -50%);
	background-color: #fff;
	border-radius   : 50%;
	width           : 100px;
	height          : 100px;
	display         : flex;
	justify-content : center;
	align-items     : center;
	padding         : 0;
}

.cards tbody tr:before {
	content            : ' ';
	display            : block;
	position           : absolute;
	left               : 0;
	top                : 0;
	width              : 100%;
	height             : 100%;
	opacity            : 0.15;
	background-image   : url(../assets/3.png);
	background-repeat  : no-repeat;
	background-position: 150% 100%;
	background-size    : 80%;
}

tbody .Zindex1 {
	display       : flex;
	flex-direction: column;
	align-items   : center;
}

.cards tbody .Zindex {
	position       : relative;
	z-index        : 233;
	display        : flex;
	justify-content: space-between;
	flex-wrap      : wrap;
	flex-direction : row;
	overflow       : hidden;
	text-align     : left;
}

.cards tbody .Zindex h6 {
	display: block;
}

.Zindex h6 {
	display: none;
}

.cards tbody td {
	display: block;

}

.cards tbody .btn-group {
	position: absolute;
	top     : 0;
	right   : 0;
	margin  : 20px;
}



.cards thead {
	display: none;
}


.wave {
	/* position: fixed;
	bottom  : 0;
	left    : -10%;
	height  : 100%;
	z-index : -1;
	transform: scale(1.5); */
	position : fixed;
	bottom   : 0;
	right    : 23%;
	height   : 100%;
	z-index  : -1;
	transform: rotate(19deg);
}

.page-content {
	/* width: 100%; */
	/* margin:  0 auto;
	background: #75e2e9; 
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	background-image: -moz-linear-gradient( 136deg, rgb(149,153,226) 0%, rgb(139,198,236) 100%);
    background-image: -webkit-linear-gradient( 136deg, rgb(149,153,226) 0%, rgb(139,198,236) 100%);
    background-image: -ms-linear-gradient( 136deg, rgb(149,153,226) 0%, rgb(139,198,236) 100%); */
}

.form-v10-content {
	background           : #fff;
	width                : 100%;
	border-radius        : 10px;
	-o-border-radius     : 10px;
	-ms-border-radius    : 10px;
	-moz-border-radius   : 10px;
	-webkit-border-radius: 10px;
	box-shadow           : 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-o-box-shadow        : 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-ms-box-shadow       : 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow      : 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow   : 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	/* margin            : 95px 0; */
	position             : relative;
	font-family          : 'Montserrat', sans-serif;
}

.form-v10-content .form-detail {
	position: relative;
	width   : 100%;
	display : flex;
	display : -webkit-flex;
}

.form-v10-content .form-detail h2 {
	font-weight  : 500;
	font-size    : 25px;
	margin-bottom: 34px;
	padding      : 33px 50px 0px 60px;
}

.form-v10-content .form-detail .form-left {
	border-top-left-radius   : 10px;
	border-bottom-left-radius: 10px;
	width                    : 100%;
}

.form-v10-content .form-detail .form-left h2 {
	color: #2271dd;
}

.form-v10-content .form-detail .form-right {
	width                     : 100%;
	background                : #3ca6c0;
	border-top-right-radius   : 10px;
	border-bottom-right-radius: 10px;
}

.form-v10-content .form-detail .form-right h2 {
	color: #fff;
}

.form-v10-content .form-detail .form-group {
	display: flex;
	display: -webkit-flex;
}

.form-v10-content .form-detail .form-row {
	position     : relative;
	margin-bottom: 24px;
	padding-left : 60px;
	padding-right: 50px;
}

.form-v10-content .form-detail .form-left .form-group .form-row.form-row-1 {
	width  : 50%;
	padding: 0 12px 0 60px;
}

.form-v10-content .form-detail .form-left .form-group .form-row.form-row-2 {
	width  : 50%;
	padding: 0 50px 0 12px;
}

.form-v10-content .form-detail .form-left .form-group .form-row.form-row-3 {
	width  : 73%;
	padding: 0 12px 0 60px;
}

.form-v10-content .form-detail .form-left .form-group .form-row.form-row-4 {
	width  : 50%;
	padding: 0 50px 0 12px;
}

.form-v10-content .form-detail .form-right .form-group .form-row.form-row-1 {
	width  : 50%;
	padding: 0 12px 0 60px;
}

.form-v10-content .form-detail .form-right .form-group .form-row.form-row-2 {
	width  : 100%;
	padding: 0 50px 0 12px;
}

.form-v10-content .form-detail select,
.form-v10-content .form-detail input {
	width             : 100%;
	padding           : 11.5px 15px 15px 15px;
	border            : 1px solid transparent;
	background        : transparent;
	appearance        : unset;
	-moz-appearance   : unset;
	-webkit-appearance: unset;
	-o-appearance     : unset;
	-ms-appearance    : unset;
	outline           : none;
	-moz-outline      : none;
	-webkit-outline   : none;
	-o-outline        : none;
	-ms-outline       : none;
	font-family       : 'Montserrat', sans-serif;
	font-size         : 16px;
	box-sizing        : border-box;
	-moz-box-sizing   : border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing     : border-box;
	-ms-box-sizing    : border-box;
}

.form-v10-content .form-detail select {
	background: 0 0;
	position  : relative;
	z-index   : 9;
	cursor    : pointer;
}

.form-v10-content .form-detail .form-left select {
	color: #666;
}

.form-v10-content .form-detail .form-right select {
	color: #f2f2f2;
}

.form-v10-content .form-detail .select-btn {
	z-index  : 0;
	position : absolute;
	top      : 30%;
	right    : 11.5%;
	font-size: 18px;
}

.form-v10-content .form-detail .form-left .select-btn {
	color: #666;
}

.form-v10-content .form-detail .form-right .select-btn {
	color: #f2f2f2;
}

.form-v10-content .form-detail .form-group .form-row.form-row-4 .select-btn {
	top  : 20%;
	right: 26%;
}

.form-v10-content .form-detail .form-right .form-group .form-row.form-row-2 .select-btn {
	top  : 20%;
	right: 19%;
}

.form-v10-content .form-detail .form-left input {
	color: #000;
}

.form-v10-content .form-detail .form-right input {
	color: #fff;
}

.form-v10-content .form-detail .form-left input,
.form-v10-content .form-detail .form-left select {
	border-bottom: 1px solid #ccc;
}

.form-v10-content .form-detail .form-left input:focus,
.form-v10-content .form-detail .form-left select:focus {
	border-bottom: 1px solid #999;
}

.form-v10-content .form-detail .form-right input,
.form-v10-content .form-detail .form-right select {
	border-bottom      : 1px solid;
	border-bottom-color: rgba(255, 255, 255, 0.3);
}

.form-v10-content .form-detail .form-right input:focus,
.form-v10-content .form-detail .form-right select:focus {
	border-bottom: 1px solid #ccc;
}

.form-v10-content .form-detail .form-right select option {
	background: #3ca6c0;
}

.form-v10-content .form-detail .form-checkbox {
	margin-top: 37px;
	padding   : 0 50px 0 60px;
	position  : relative;
}

.form-v10-content .form-detail .form-checkbox input {
	position: absolute;
	opacity : 0;
}

.form-v10-content .form-detail .form-checkbox .checkmark {
	position: absolute;
	top     : 1px;
	left    : 60px;
	height  : 15px;
	width   : 15px;
	border  : 1px solid #e5e5e5;
	cursor  : pointer;
}

.form-v10-content .form-detail .form-checkbox .checkmark::after {
	content          : "";
	position         : absolute;
	left             : 5px;
	top              : 1px;
	width            : 3px;
	height           : 8px;
	border           : 1px solid #fff;
	border-width     : 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform    : rotate(45deg);
	-o-transform     : rotate(45deg);
	-moz-transform   : rotate(45deg);
	transform        : rotate(45deg);
	display          : none;
}

.form-v10-content .form-detail .form-checkbox input:checked~.checkmark::after {
	display: block;
}

.form-v10-content .form-detail .form-checkbox p {
	margin-left: 34px;
	color      : #e5e5e5;
	font-size  : 14px;
	font-weight: 400;
}

.form-v10-content .form-detail .form-checkbox .text {
	font-weight    : 400;
	color          : #fff;
	text-decoration: underline;
}

.form-v10-content .form-detail .form-right .form-row-last {
	padding-left: 60px;
	margin      : 44px 0 10px;
}

.form-v10-content .form-detail .form-right .register {
	background           : #fff;
	border-radius        : 25px;
	-o-border-radius     : 25px;
	-ms-border-radius    : 25px;
	-moz-border-radius   : 25px;
	-webkit-border-radius: 25px;
	box-shadow           : 0px 6px 17px 0px rgba(0, 0, 0, 0.15);
	-o-box-shadow        : 0px 6px 17px 0px rgba(0, 0, 0, 0.15);
	-ms-box-shadow       : 0px 6px 17px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow      : 0px 6px 17px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow   : 0px 6px 17px 0px rgba(0, 0, 0, 0.15);
	width                : 180px;
	border               : none;
	margin               : 6px 0 50px 0px;
	cursor               : pointer;
	color                : #333;
	font-weight          : 700;
	font-size            : 15px;
}

.form-v10-content .form-detail .form-right .register:hover {
	background: #ccc;
}

.form-v10-content .form-detail .form-right .form-row-last input {
	padding: 12.5px;
}

.form-v10-content .form-detail .form-left input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color    : #666;
	font-size: 16px;
}

.form-v10-content .form-detail .form-left input::-moz-placeholder {
	/* Firefox 19+ */
	color    : #666;
	font-size: 16px;
}

.form-v10-content .form-detail .form-left input:-ms-input-placeholder {
	/* IE 10+ */
	color    : #666;
	font-size: 16px;
}

.form-v10-content .form-detail .form-left input:-moz-placeholder {
	/* Firefox 18- */
	color    : #666;
	font-size: 16px;
}

.form-v10-content .form-detail .form-right input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color    : #f2f2f2;
	font-size: 16px;
}

.form-v10-content .form-detail .form-right input::-moz-placeholder {
	/* Firefox 19+ */
	color    : #f2f2f2;
	font-size: 16px;
}

.form-v10-content .form-detail .form-right input:-ms-input-placeholder {
	/* IE 10+ */
	color    : #f2f2f2;
	font-size: 16px;
}

.form-v10-content .form-detail .form-right input:-moz-placeholder {
	/* Firefox 18- */
	color    : #f2f2f2;
	font-size: 16px;
}

/* Responsive */
@media screen and (max-width: 1199px) {
	.form-v10-content {
		margin: 95px 20px;
	}
}

@media screen and (max-width: 991px) and (min-width: 768px) {
	.form-v10-content .form-detail .form-group {
		flex-direction        : column;
		-o-flex-direction     : column;
		-ms-flex-direction    : column;
		-moz-flex-direction   : column;
		-webkit-flex-direction: column;
	}

	.form-v10-content .form-detail .form-left .form-group .form-row.form-row-1,
	.form-v10-content .form-detail .form-left .form-group .form-row.form-row-2,
	.form-v10-content .form-detail .form-left .form-group .form-row.form-row-3,
	.form-v10-content .form-detail .form-left .form-group .form-row.form-row-4,
	.form-v10-content .form-detail .form-right .form-group .form-row.form-row-1,
	.form-v10-content .form-detail .form-right .form-group .form-row.form-row-2 {
		width  : auto;
		padding: 0 50px 0 60px;
	}

	.form-v10-content .form-detail .select-btn,
	.form-v10-content .form-detail .form-left .form-group .form-row.form-row-4 .select-btn,
	.form-v10-content .form-detail .form-right .form-group .form-row.form-row-2 .select-btn {
		right: 15%;
	}

}

@media screen and (max-width: 767px) {
	.form-v10-content .form-detail {
		flex-direction        : column;
		-o-flex-direction     : column;
		-ms-flex-direction    : column;
		-moz-flex-direction   : column;
		-webkit-flex-direction: column;
	}

	.form-v10-content .form-detail .form-right {
		border-top-right-radius  : 0px;
		border-bottom-left-radius: 10px;
	}

	.form-v10-content .form-detail .form-left {
		padding-bottom: 50px;
	}
}

@media screen and (max-width: 575px) {
	.form-v10-content .form-detail .form-group {
		flex-direction        : column;
		-o-flex-direction     : column;
		-ms-flex-direction    : column;
		-moz-flex-direction   : column;
		-webkit-flex-direction: column;
	}

	.form-v10-content .form-detail .form-row,
	.form-v10-content .form-detail .form-left .form-group .form-row.form-row-1,
	.form-v10-content .form-detail .form-left .form-group .form-row.form-row-2,
	.form-v10-content .form-detail .form-left .form-group .form-row.form-row-3,
	.form-v10-content .form-detail .form-left .form-group .form-row.form-row-4,
	.form-v10-content .form-detail .form-right .form-group .form-row.form-row-1,
	.form-v10-content .form-detail .form-right .form-group .form-row.form-row-2 {
		width  : auto;
		padding: 0 30px;
	}

	.form-v10-content .form-detail .select-btn,
	.form-v10-content .form-detail .form-left .form-group .form-row.form-row-4 .select-btn,
	.form-v10-content .form-detail .form-right .form-group .form-row.form-row-2 .select-btn {
		right: 15%;
	}

	.form-v10-content .form-detail h2 {
		padding: 33px 30px 0px 30px;
	}

	.form-v10-content .form-detail .form-checkbox {
		padding: 0 30px;
	}

	.form-v10-content .form-detail .form-checkbox .checkmark {
		left: 30px;
	}

	.form-v10-content .form-detail .form-right .form-row-last {
		padding-left: 0;
		text-align  : center;
		margin      : 44px 0 30px;
	}
}

.container1 {
	display        : flex;
	justify-content: space-around;
	align-items    : center;
	height         : 100vh;
}

.container1 .img {
	width          : 40%;
	display        : flex;
	justify-content: flex-end;
	align-items    : center;
}

.container1 .login-content {

	width: 50%;
}

.container1 .img img {
	width: 500px;

}

.container1 form {
	text-align: center;
	width     : 60%;

}

.login-content img {
	height          : 100px;
	/* border       : 2px solid #fff; */
	border-radius   : 50%;
	background-color: #3ca6c0;
	padding         : 8px 6px 0px 6px;
}

.container1 .login-content h2 {
	margin        : 15px 0;
	color         : #333;
	text-transform: uppercase;
	font-size     : 1.9rem;
}

.container1 .login-content .input-div {
	/* position                : relative; */
	display              : grid;
	grid-template-columns: 7% 93%;
	/* width             : 50%; */
	/* margin            : 25px 0; */
	padding              : 5px 0;
	border-bottom        : 2px solid #d9d9d9;
}

.container1 .login-content .input-div.one {
	margin-top: 0;
}

.container1 .i {
	color          : #d9d9d9;
	display        : flex;
	justify-content: center;
	align-items    : center;
}

.container1 .i i {
	transition: .3s;
}

.container1 .input-div>div {
	position: relative;
	height  : 45px;
}

.container1 .input-div>div>h5 {
	position  : absolute;
	left      : 10px;
	top       : 50%;
	transform : translateY(-50%);
	color     : #999;
	font-size : 18px;
	transition: .3s;
}

.container1 .input-div:before,
.input-div:after {
	content         : '';
	position        : absolute;
	bottom          : -2px;
	width           : 0%;
	height          : 2px;
	background-color: #38d39f;
	transition      : .4s;
}

.container1 .input-div:before {
	right: 50%;
}

.container1 .input-div:after {
	left: 50%;
}

.container1 .input-div.focus:before,
.input-div.focus:after {
	width: 50%;
}

.container1 .input-div.focus>div>h5 {
	top      : -5px;
	font-size: 15px;
}

.container1 .input-div.focus>.i>i {
	color: #38d39f;
}

.container1 .input-div>div>input {
	position   : absolute;
	left       : 0;
	top        : 0;
	width      : 100%;
	height     : 100%;
	border     : none;
	outline    : none;
	background : none;
	padding    : 0.5rem 0.7rem;
	font-size  : 1rem;
	color      : #555;
	font-family: 'poppins', sans-serif;
}

.container1 .input-div.pass {
	margin-bottom: 4px;
}

.container1 a {
	display        : block;
	text-align     : right;
	text-decoration: none;
	color          : #999;
	font-size      : 0.9rem;
	transition     : .3s;
}

.container1 a:hover {
	color: #38d39f;
}

.container1 .btn {
	display         : block;
	width           : 100%;
	height          : 50px;
	border-radius   : 25px;
	outline         : none;
	border          : none;
	background-image: linear-gradient(to right, #32be8f, #3ca6c0, #32be8f);
	background-size : 200%;
	font-size       : 1.2rem;
	color           : #fff;
	font-family     : 'Poppins', sans-serif;
	text-transform  : uppercase;
	margin          : 1rem 0;
	cursor          : pointer;
	transition      : .5s;
}

.container1 .btn:hover {
	background-position: right;
}


@media screen and (max-width: 1050px) {
	.container1 {
		grid-gap: 5rem;
	}
}

@media screen and (max-width: 1000px) {
	.container1 form {
		width: 290px;
	}

	.container1 .login-content h2 {
		font-size: 1.4rem;
		margin   : 8px 0;
	}

	.container1 .img img {
		width: 400px;
	}
}

@media screen and (max-width: 900px) {
	.container1 {
		grid-template-columns: 1fr;
	}

	.container1 .img {
		display: none;
	}

	.wave {
		display: none;
	}

	.container1 .login-content {
		justify-content: center;
	}
}

.oilChart {
	width       : 50%;
	height      : 400px;
	position    : relative;
	box-shadow  : 0 3px 5px rgba(0, 0, 0, 0.2);
	margin      : 30px auto;
	/* transform: scale(0.7); */
}

/* .titlDescription ol,
.recommendation {

	direction: rtl;
} */

.titlDescription ol li {
	margin-bottom: 10px;
}

.signature {
	border-top: 2px dashed #ccc;
}

.outBox {

	z-index  : 7678;
	top      : 50%;
	transform: translateY(-50%);
}

.innerBox {
	background-color: #ccc
}

.cog {
	background-color: #ccc;
}

.box {
	width        : 20px;
	height       : 20px;
	margin-right : 7px;
	margin-bottom: 7px;
}

.cog,
.box {
	cursor: pointer;
}