/*
Application: Mentor Admin Panel 
File: Custom Stylesheet 
Author: AIT
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');

body {
	overflow-x: hidden;
	font-family: 'Montserrat', sans-serif;
}

.wrapper.landing-page {
	width: 100vw;
	height: 100vh;
	background: url(../img/mentor-background.jpg) no-repeat;
	background-size: 100%;
}

.mockup-section {
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wrapper-landing {
	width: 80%;
	height: auto;
	margin: 0 auto;
}

.mockup-section img {
	width: 75%;
	height: auto;
}

.intro-section {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	height: 100vh;
	flex-direction: column;
}

.mentor-logo {
	width: 150px;
	height: auto;
}

.mentor-logo img {
	width: 100%;
	height: auto;
}

.landing-content h4 {
	font-size: 48px;
	font-weight: 700;
	line-height: 56px;
	color: rgba(255, 255, 255, 0.8);
	margin: 60px 0;
}

.log-section button {
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 12px 36px;
	border-radius: 50px;
	transition: 0.5s;
	color: #fff;
	background: #1acc8d;
	border: none;
}

.landing-content h4 span {
	color: #fff;
}

@keyframes jump {
	0% {
		transform: translate3d(0, 0, 0);
	}

	100% {
		transform: translate3d(0, 25px, 0);
	}
}

.mockup-section img {
	transform-origin: 50% 50%;
	animation: jump 3s linear alternate infinite;
}

/*Login page*/
.wrapper.log-page {
	width: 100vw;
	height: 100vh;
	background: url(../img/log-background.jpg) no-repeat;
	background-size: 100%;
}

.log-form-section {
	width: 50%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-left: 12% !important;
	padding-right: 2% !important;
}

.log-form-section .mentor-logo {
	width: 100%;
	height: auto;
}

.log-form-section .mentor-logo h2 {
	color: #166ed8;
	font-weight: 600;
}

.log-content h4 {
	color: #888;
	font-size: 18px;
	font-weight: 400;
	margin: 15px 0 50px;
}

.log-content h4 span {
	color: #30aaf3;
	font-weight: 500;
}

.log-content {
	width: 100%;
}

.log-section,
.log-form,
.form-group {
	width: 100%;
	height: auto;
	max-width: 460px;
}

.log-form .form-group label {
	width: 100%;
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.25px;
	color: #757575;
}

.log-form .form-group input {
	/*border: none;*/
	padding: 15px;
	/*border-bottom: solid 1px rgba(0, 0, 0, 0.15);*/
	width: 90%;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 600;
	color: #000;
}

.log-form .form-group input:focus {
	outline: none;
}

.form-group.psw-input {
	margin-bottom: 0;
}

.form-group.psw-input input {
	margin-bottom: 5px;
}

.form-group.forgotpsw {
	width: 85%;
	text-align: right;
	max-width: 85%;
}

.form-group a {
	color: #1acc8d;
	font-size: 14px;
}

.form-group a:hover {
	color: #30aaf3;
}

.form-group.username .col-6 input {
	width: 90%;
}

.log-form.registration input {
	width: 95%;
}

.log-form.registration .form-group.forgotpsw {
	width: 90%;
	max-width: 90%;
}

.log-form.registration .form-group {
	margin-bottom: 5px;
}

.registration .form-group.psw-input input {
	margin-bottom: 15px;
}

#log-terms {
	width: 16px;
	height: 16px;
	margin: 0;
	margin-right: 10px;
	position: relative;
	top: 4px;
}

.form-group.terms {
	font-size: 13px;
	color: #888;
	line-height: 24px;
}

.form-group.terms a {
	margin-left: 5px;
}

.log-section a.btn {
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 12px 36px;
	border-radius: 50px;
	transition: 0.5s;
	color: #fff;
	background: #1acc8d;
	border: none;
}

.log-section a.btn:hover {
	color: #0330cb;
	background: #fff;
	border: none;
}

/*Dashboard*/
.main-header.navbar.navbar-expand.navbar-white {
	height: 100px;
}

[class*="sidebar-dark-"] .sidebar a {
	color: #f8f8f8;
	border-bottom: solid 1px rgba(255, 255, 255, 0.2);
	border-radius: 0;
}

.layout-fixed .main-sidebar {
	/* background: url(../img/mentor-background.jpg) no-repeat; */
	background: linear-gradient(#136dcf, #144eb7);
}

.sidebar {
	max-height: calc(100vh - 100px);
	overflow: auto;
}

.main-sidebar .brand-link {
	height: 100px;
	display: flex;
	align-content: center;
	justify-content: left;
	padding: 17px 8px;
}

.main-sidebar .brand-link .brand-image {
	width: auto;
	height: 64px;
	max-height: 64px;
	margin: 0 !important;
}

.brand-text {
	font-size: 20px;
	margin-left: 15px;
	line-height: 64px;
	color: #fff;
}

.nav-item .nav-link {
	width: 100%;
	height: 50px;
	margin: 5px 0;
	padding: 10px;
}

.nav-sidebar .nav-link>p>.right {
	top: 1.1rem;
	transform: rotate(-180deg);
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
	background-color: #134eb7;
	color: #fff;
	border: solid 1px rgba(255, 255, 255, 0.75);
}

.main-header.navbar.navbar-expand.navbar-white .user-panel {
	position: absolute;
	right: 150px;
	margin: 0 !important;
	padding: 0 !important;
	margin-right: 0;
}

.nav-item.dropdown.logs {
	position: absolute;
	right: 30px;
	margin: 0 !important;
	padding: 0 !important;
}

.user-panel .info {
	display: inline-block;
	padding: 27px 5px 30px 10px;
}

.user-panel .image {
	padding-top: 21px;
}

.user-panel img {
	height: 2rem;
}

.label {
	margin: 5px 10px;
}


.barchart_back {
	padding: 15px;
	margin-left: 100px;
	background-color: #fff;
	width: 850px;
	height: 400px;
}

.row #chartType {
	margin: 5px 20px;

}

#barchart_material {
	width: 750px;
	height: 350px;
}

@media screen and (max-width: 992px) {
	.barchart_back {
		padding: 10px;
		margin-left: 30px;
		width: 750px;
		height: 350px;
	}

	#barchart_material {
		width: 650px;
		height: 300px;
	}
}

@media screen and (max-width: 550px) {
	.barchart_back {
		width: 372px;
		margin-left: 0px;
		height: 300px;
	}

	.row #chartType {
		margin: 2px 10px;
	}

	#barchart_material {
		width: 300px;
		height: 250px;
	}
}

.card-footer {
	background-color: rgb(255, 255, 255);
}

.first {
	display: inline-block;
	text-overflow: ellipsis;
	width: 10rem;
	white-space: nowrap;
	overflow: hidden;
}

.ellipsis:before {
	content: ' ';
	visibility: hidden;
}

#message {
	display: none;
	color: #000;
	position: relative;
}

#message p {
	padding: 3px 10px;
	font-size: 12px;
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
	color: green;
}

.valid:before {
	position: relative;
	left: -10px;
	content: "?";
}

/* Add a red text color and an "x" when the requirements are wrong */
.invalid {
	color: red;
}

.invalid:before {
	position: relative;
	left: -10px;
	content: "?";
}

#time,
#answer {
	margin: 10px;
}

.ellipis-head {
	font-weight: bold;
	font-size: 14px;
}

.action {
	background-color: #0e65d1;
	color: #fff;
}

.action span {
	color: #fff;
}

.profile {
	position: relative;
}

.overlay {
	position: absolute;
	bottom: 10px;
	width: 30%;
	opacity: 0;
	color: #000;
	background-color: rgb(158, 153, 153);
	font-size: 20px;
	text-align: center;
}

.profile:hover .overlay {
	opacity: 1;
}

.user-list-filter .status-dropdown,
.user-list-filter .gender-dropdown,
.user-list-filter .location-dropdown {
	width: 260px !important;
}


/* toggle button */
.switch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 24px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked+.slider {
	background-color: #2196F3;
}

input:focus+.slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

.file_container {
	height: 500px;
	position: relative;
	justify-content: center;
	padding: 50px;
}

.file_container .wrapper {
	position: relative;
	height: 450px;
	width: 100%;
	border-radius: 10px;
	background: #fff;
	border: 2px dashed #c2cdda;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.wrapper.active {
	border: none;
}

.file_container .wrapper .image {
	position: absolute;
	height: 450px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.file_container .wrapper img {
	height: 450px;
	width: 100%;
	object-fit: cover;
}

.wrapper .icon {
	font-size: 100px;
	color: #9658fe;
}

.wrapper .text {
	font-size: 20px;
	font-weight: 500;
	color: #5b5b7b;
}

.wrapper #cancel-btn i {
	position: absolute;
	font-size: 20px;
	right: 15px;
	top: 15px;
	color: #9658fe;
	cursor: pointer;
	display: none;
}

.wrapper.active:hover #cancel-btn i {
	display: block;
}

.wrapper #cancel-btn i:hover {
	color: #e74c3c;
}

.wrapper .file-name {
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding: 8px 0;
	font-size: 18px;
	color: #fff;
	display: none;
	background: linear-gradient(135deg, #3a8ffe 0%, #9658fe 100%);
}

.wrapper.active:hover .file-name {
	display: block;
}

.file_container #custom-btn {
	margin-top: 30px;
	display: block;
	width: 100%;
	height: 50px;
	border: none;
	outline: none;
	border-radius: 25px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	background: linear-gradient(135deg, #3a8ffe 0%, #9658fe 100%);
}

.file_container #audio {
	width: 90%;
}

.maintain{
	font-size: 20px;
	font-weight: 500;
	padding: 3px;
}


.wrapper .content .icon {
	margin-left: 27px;
}

.video-js{
	background: linear-gradient(0deg, #e7e7e7, #fff 80%) no-repeat;
}

.file_drag_over {
	color: #000;
	border-color: #000;
}

#uploading_process {
	position: absolute;
	top: 80%;
	left: 53%;
	right: 47%;
	bottom: 20%;
	background-color: #000000;
	z-index: 99;
}

#uploading_status {
	width: 100px;
	height: 100px;
	position: absolute;
	left: 50%;
	bottom: 30%;
	right: 50%;
	top: 70%;
	background-image: url(https://raw.githubusercontent.com/niklausgerber/PreLoadMe/master/img/status.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: -100px 0 0 -100px;
}

#pickfiles {
	padding: 0px !important;
}

#name_append {
	padding: 5px;
}

.container.custom-container {
	padding: 0px !important;
}

.container.custom-container .container {
	padding: 0px !important;
}

/* CSS for the loader */
.loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	/* Semi-transparent white background */
	display: none;
	justify-content: center;
	align-items: center;
}

.spinner {
	border: 4px solid rgba(255, 255, 255, 0.3);
	border-top: 4px solid #3498db;
	/* Blue spinner color */
	border-radius: 50%;
	width: 40px;
	height: 40px;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}


#display-message {
	padding-left: 20px;
	font-weight: 500;
	color: #0f12a7 !important;
}

.swal-title {
	color: #000 !important;
}

.swal-text {
	color: #000 !important;
}

.swal-button--danger {
	background-color: #ff2200 !important;
}

.swal-button--cancel {
	color: #000 !important;
}

.swal-icon--warning {
	border-color: #ff6300 !important;
}

.swal-icon--warning__body, .swal-icon--warning__dot {
    background-color: #ff6300 !important;
}

.post-content h4{
	padding-top: 10px;
}