.pagination_wrap {
    float: left;
    width: 100%;
    padding: 15px 15px 0 15px;
    text-align: left;
}

/*--Overriding Form CSS--*/

body {
    font-size: 12px;
}

.form-group {
	margin-bottom: 0;
    position: relative;
}

.dashboard-header .navbar {
	border-bottom: 0px solid #e6e6f2;
}

body .form-control {
	height: calc(2.3em + .8rem + 2px);
	padding: .4rem 1rem;
	font-size: 12px;
	color: #000000;
}

body select.form-control {
	cursor: pointer;
	background-image: url('assets/images/down-arrow.png');
	background-repeat: no-repeat;
	background-position: 95% center;
	appearance: none;
}

.bg-warning {
	background-color: rgb(255, 215, 0) !important;
}

.btn-warning {
	color: #2e2f39;
	background-color: rgb(255, 215, 0);
	border-color: rgb(255, 215, 0);
}

.table td.selectrow {
	width: 60px;
}

.table td, .table th {
	padding: .75rem 1.25rem;
}

.table td.selectrow .far {
	font-size: 15px;
	cursor: pointer;
	margin: 0 10px 0 0;
}

.table th.selectall .far {
	font-size: 15px;
	cursor: pointer;
	margin: 0 10px 0 0;
}


.custom-control-label::before {
	top: 0rem;
}

.custom-control-label::after {
	top: 0rem;
}

.formselectwrap {
    display: none;
	position: absolute;
	top: 70px;
	width: 100%;
	padding: 10px 15px 15px 15px;
	background-color: #fff;
	min-height: 168px;
	z-index: 1;
	border: 1px solid #e6e6f2;
	box-sizing: border-box;
	border-radius: 0.25rem;
	font-size: 12px;
}

.formselectwrap.active{
    display: block;
}

body textarea.form-control {
    height: auto;
	padding: .4rem 1rem;
}

body .custom-control-label {
	font-size: 12px;
	line-height: 22px;
}

body .form-control:focus, .body .custom-control-input:focus {
    color: #000000;
    background-color: transparent;
    border-color: #d9dcff;
    outline: 0;
    box-shadow: none;
}

body label.custom-radio, body label.custom-checkbox {
    cursor: pointer;
}

body .btn,
body .btn:focus,
body .btn:active,
body .btn:selected {
    outline: 0;
    box-shadow: none;
}

.forminlinewrap {
    display: block;
    width: 100%;
}

.logoimage {
    height: 140px;
    margin: 0 0 30px;
}

.logoimage.small {
    height: 90px;
    margin: 0 0 15px;
}

.logoimage.toosmall {
    height: 50px;
    margin: 0 0 15px;
}

.footerft {
    float: left;
    width: 100%;
    border-top: 1px solid #ccc;
    color: #000000;
    background-color: #ffffff;
}
.logo-img {
	height: auto;
	margin: 0 0 30px;
	max-width: 100%;
}
.page-login .splash-description {
    font-size: 0.9rem;
}

.transaction_numfield {
    display: none;
}

.transaction_numfield.active {
    display: block;
}

.showdetails {
	cursor: pointer;
	text-align: center;
	padding: 0px 0px 0px;
  float: right;
	color: #5969ff;
}

.itemname .fa {
	cursor: pointer;
	color: #2ec551;
}

#doctor_qualifications {
	min-height: 210px;
	white-space: pre-wrap;
}

.keywordswrap {
	position: relative;
	width: 100%;
	float: left;
}

.keywordswrap .fa {
	position: absolute;
	right: 8px;
	top: 12px;
}

.userphoto {
	float: left;
	width: 100%;
	position: relative;
}

.userpic {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 3px;
	object-fit: cover;
}
.editpic {
	position: relative;
	right: 0;
	font-size: 13px;
	cursor: pointer;
	font-weight: 600;
	letter-spacing: -0.2px;
	color: #000;
}

.multiselectorbox {
	display: inline-block;
	width: 100%;
	position: relative;
}

.multiselector_label {
	float: left;
	width: 100%;
	border: 1px solid #e6e6f2;
	height: 38px;
	line-height: 38px;
	padding: 0 15px 0 15px;
	cursor: pointer;
	border-radius: 0.25rem;
	background-image: url('assets/images/down-arrow.png');
	background-position: 95% center;
	background-repeat: no-repeat;
}

.multiselector {
	padding: 0px 0;
	margin: 0;
	list-style: none;
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	background-color: #fff;
	border: 1px solid #e6e6f2;
	z-index: 5;
	border-radius: 0.25rem;
	display: none;
	max-height: 240px;
	overflow-y: auto;
}

.multiselector.active {
    display: block;
}

.multiselector li {
	float: left;
	width: 100%;
	padding: 0px 14px;
	margin: 0 0 1px;
	cursor: pointer;
    background-color: #f3f3f3;
	line-height: 40px;
}
.multiselector li:hover {
    background-color: #f4f4f4;
	line-height: 40px;
}
.multiselector li.selected {
    background-color: #f2f2f2;
}

.multiselector li.disabled {
	background-color: #e6e6e6;
    cursor: default;
	opacity: 0.2;
}

.multiselector li:last-child {
	margin: 0;
}

.signupareain {
	margin: 0 auto;
	max-width: 680px;
}

.thankyouareain {
	text-align: center;
	margin: 0 auto;
	max-width: 480px;
}

.thankyouicon {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: green;
	color: #fff;
	border-radius: 50%;
	font-size: 20px;
}

.signpthm {
	font-size: 17px;
}

.coursephoto {
	float: left;
	width: 100%;
	cursor: pointer;
	border: 1px solid #e4e4e4;
    max-width: 100%
	border-radius: 5px;
}

.addsym {
	float: left;
    width: 100%;
    height: 320px;
    max-width: 100%;
    line-height: 320px;
	text-align: center;
}

.coursephoto .selected {
	width: 100%;
    height: 320px;
	object-fit: cover;
	padding: 5px;
	border-radius: 5px;
}

.coursetable td {
    vertical-align: middle;
}

.cimg {
    height: 50px;
}

.langwrap .btn-light {
    background-color: #ffffff;
}
.langwrap .show .btn-light.dropdown-toggle {
    background-color: #ffffff;
}

.langwrap .btn-light:not(:disabled):not(.disabled):active{
    background-color: #ffffff;
}

.mentorphoto {
	display: inline-block;
	width: 120px;
	cursor: pointer;
	border: 1px solid #e4e4e4;
	height: 120px;
	border-radius: 5px;
}

.mentorphoto .addsym {
	float: left;
	width: 100%;
	height: 120px;
	max-width: 100%;
	line-height: 120px;
	text-align: center;
}

.mentorphoto .selected {
    width: 120px;
    height: 120px;
	object-fit: cover;
	padding: 5px;
	border-radius: 5px;
}

.editmentorphoto {
	display: inline-block;
	width: 120px;
	cursor: pointer;
	border: 1px solid #e4e4e4;
	height: 120px;
	border-radius: 5px;
}

.editmentorphoto .addsym {
	float: left;
	width: 100%;
	height: 120px;
	max-width: 100%;
	line-height: 120px;
	text-align: center;
}

.editmentorphoto .selected {
    width: 120px;
    height: 120px;
	object-fit: cover;
	padding: 5px;
	border-radius: 5px;
}

#editmentor .editmentorphoto img{
    width: 120px;
    height: 120px;
	object-fit: cover;
	padding: 5px;
	border-radius: 5px;
}

.picvideo {
	display: inline-block;
	width: 100%;
	height: 240px;
	border: 1px solid #e4e4e4;
	line-height: 240px;
	text-align: center;
    cursor: pointer;
}
.deltimestamp {
    color: #ff0000;
    cursor: pointer;
}
.delnote {
    color: #ff0000;
    cursor: pointer;
}
.delsession {
    color: #ff0000;
    cursor: pointer;
}

.picvideo video {
	width: 100%;
}


.timestamptble th, .timestamptble td {
    vertical-align: middle;
}

.editts, .trashts {cursor: pointer;}
.editsession, .trashsession {cursor: pointer;}

.moduleloader {
	font-size: 14px;
}

.module .far {
	margin: 0 5px 0 0;
}

.page-edit-course.modal-open .datepickers-container {
	z-index: 100000;
}

.linkedinurl {
	float: right;
	width: auto;
}

.editform label {
	font-weight: 600;
	color: #000;
}

.avatar-xs {
	object-fit: cover;
}

.payorder {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin: 0px 0;
}

.payorder_inner {
	display: inline-block;
	margin: 0;
}

.payorder_items {
	display: inline-block;
	text-align: left;
	max-width: 100%;
	background-color: #f3f3f3;
	padding: 15px 15px 15px;
	line-height: 30px;
	font-weight: 700;
}

.useraccwrap {
	display: inline-block;
	width: 100%;
	margin: 15px 0;
}

.page-tracker .datepickers-container {
	z-index: 10000;
}

.cswitch {
	min-height: 25px;
	margin: 10px 0;
}

.commenthistory_list {
	max-height: 1082px;
	overflow-y: auto;
	min-height: 1082px;
}
.removecomment{
	cursor: pointer;
}

.faqs .btn:active, .faqs .btn:focus {
    box-shadow: none;
}

.faqs .btn:active, .faqs .btn:focus {
    box-shadow: none;
}

.psychometric_assessment_form_in {
    max-width: 680px;
    width: 100%;
    border: 1px solid #e4e4e4;
    padding: 30px;
}
#assessmentForm input {
    display: block;
}

.form-container {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 15px;
}
.evolskills-header {
    background-color: #1a1a1a;
    color: white;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 8px;
}
.evolskills-logo {
    background-color: #ffd700;
    color: #1a1a1a;
    padding: 5px 15px;
    border-radius: 5px;
    font-weight: bold;
    display: inline-block;
}
.section-header {
    background-color: #f8f9fa;
    padding: 15px;
    margin-bottom: 20px;
    font-weight: bold;
    border-radius: 8px;
    border-left: 4px solid #6f42c1;
}
.form-stage {
    display: none;
}
.form-stage.active {
    display: block;
}
.question-card {
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    transition: box-shadow 0.2s ease-in-out;
}
.question-card:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.question-card .card-body {
    padding: 20px;
}
.question-card .card-title {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #202124;
}
.likert-scale {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0;
    padding: 10px;
    background-color: #f8f9fa;
    border-radius: 6px;
}
.likert-scale input[type="radio"] {
    margin: 0 15px;
    transform: scale(1.2);
    cursor: pointer;
}
.likert-scale span {
    font-size: 14px;
    color: #5f6368;
}
.progress-container {
    margin-bottom: 30px;
}
.form-check {
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
}
.form-check-input {
    position: absolute;
    left: 0;
    top: 2px;
    margin: 0;
    transform: scale(1.1);
    cursor: pointer;
}
.form-check-label {
    font-size: 14px;
    color: #202124;
    cursor: pointer;
    margin-bottom: 0;
    display: block;
    line-height: 1.4;
}
.task-card {
    background-color: #f8f9fa;
    border-left: 4px solid #34a853;
}
.task-instructions {
    background-color: #e8f0fe;
    padding: 12px;
    border-radius: 6px;
    margin-bottom: 15px;
    font-size: 14px;
}
.question-number {
    color: #5f6368;
    font-size: 14px;
    display: inline;
    margin-right: 5px;
}
.error-message {
    color: #d93025;
    font-size: 12px;
    margin-top: 5px;
    display: none;
}
.question-card.error {
    border-color: #d93025;
    box-shadow: 0 0 0 1px #d93025;
}

.page-phsychometric div:where(.swal2-container) h2:where(.swal2-title) {
	font-size: 1.2em;
}

.page-phsychometric div:where(.swal2-container) div:where(.swal2-html-container) {
	font-size: 1em;
}

.categoryname {
	cursor: pointer;
}

.downuparrow .fa {
	font-size: 18px;
}

.question:first-child {
	font-weight: 700;
}
