.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 + 0.8rem + 2px);
    padding: 0.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: 0.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;
}

.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: 0.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;
}

.logoimg {
    height: 24px;
}

.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 {
    display: inline-block;
    width: auto;
    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;
}

.removepic {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 10;
    transition: all 0.3s ease;
}

.removepic i {
    color: #dc3545;
    font-size: 10px;
}

.removepic:hover {
    background-color: #dc3545;
    transform: scale(1.1);
}

.removepic:hover i {
    color: #fff;
}

.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;
}
.blinkedinurl {
    float: right;
    width: auto;
}
.blinkedinuri {
    float: right;
    width: auto;
}
.denaurlenurl {
    float: right;
    width: auto;
}
.bdenaurlenurl {
    float: right;
    width: auto;
}
.denaurlenuri {
    float: right;
    width: auto;
}
.xurl {
    float: right;
    width: auto;
}
.bxurl {
    float: right;
    width: auto;
}
.xurl {
    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: 4px;
    border-left: 4px solid #2c7bf7;
    font-size: 21px;
    color: #2c7bf7;
}
.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;
    margin-bottom: 15px;
    color: #202124;
    line-height: 26px;
}
.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: #202124;
    font-size: 16px;
    float: left;
    margin-right: 5px;
    height: 30px;
    position: relative;
    top: 2px;
    font-weight: bold;
}
.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;
}
.uadi {
    height: 40px;
}

.dashsocial_link {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}

.fa-linkedin, .fa-twitter {
	font-size: 25px;
	color: #0077b5;
	margin: 10px;
	filter: grayscale(100%);
	transition: 0.3s ease;
}

.fa-linkedin:hover, .fa-twitter:hover {
    filter: grayscale(0%);
}

.denlogo {
	height: 40px;
}

body .datepicker {
    z-index: 1051;
}

/* Notification Red Dot Indicator */
.notification-indicator {
    position: relative;
}

.notification-indicator .red-dot {
    position: absolute;
    top: -2px;
    right: -8px;
    width: 8px;
    height: 8px;
    background-color: #dc3545;
    border-radius: 50%;
    border: 1.5px solid #1a1f3a;
}

/* Psychometric Question Styles */
.psy-question-text {
    font-size: 15px;
}

.psy-question-meta {
    font-size: 14px;
}

.psy-option-text {
    font-size: 14px;
}

#gallery_preview img {
    width: 95px;
    height: auto;
}

.gallery-preview-wrapper img {
    width: 95px;
    height: auto;
}

#existing_gallery .gallery-image-wrapper {
    width: 95px;
    height: auto;
}

#existing_gallery .gallery-image-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Game Card Footer Styles */
.game-card-footer {
    background-color: #000;
    border-top: 1px solid #e6e6f2;
}

/* Profile Completion Progress Bar Styles */
.profile-completion-section {
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #ffd700;
    transition: all 0.3s ease;
}

.profile-completion-section.profile-complete {
    background-color: #f1f9f4;
    border-left: 4px solid #28a745;
}

.profile-completion-section:hover {
    box-shadow: 0 2px 8px rgba(255, 215, 0, 0.2);
    transform: translateY(-2px);
}

.profile-completion-section.profile-complete:hover {
    box-shadow: 0 2px 8px rgba(40, 167, 69, 0.2);
}

.profile-completion-section .progress {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.profile-completion-section .progress-bar {
    transition: width 0.6s ease;
    box-shadow: 0 1px 3px rgba(255, 215, 0, 0.4);
}

.profile-completion-section.profile-complete .progress-bar {
    box-shadow: 0 1px 3px rgba(40, 167, 69, 0.4);
}

.profile-completion-section a:hover {
    text-decoration: underline !important;
    color: #ffed4e !important;
}

#retaketest ul li{
    font-size: 13px;
}

.accountbg {
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 100%;
	gap: 10px;
	overflow-y: auto;
}
.accountbg a {
	width: 100%;
	display: inline-block;
}
.accountbg img {
	margin: 0;
	width: 100%;
	height: 228px;
	object-fit: cover;
}

.progress-circle {
    position: relative;
    width: 80px;
    height: 80px;
}

.progress-circle svg {
    transform: rotate(-90deg);
    width: 100%;
    height: 100%;
}

.progress-circle circle {
    fill: none;
    stroke-width: 5;
    stroke-linecap: round;
}

.progress-circle .bg {
    stroke: #e9ecef; /* Bootstrap gray background */
}

.progress-circle .progress {
    transition: stroke-dashoffset 0.6s ease;
}
.progress-circle .progress.complete {
    stroke: rgb(255, 215, 0); /* Bootstrap primary color */
}
.progress-circle .progress.incomplete {
    stroke: #ef172c; /* Bootstrap primary color */
}

.progress-circle .percentage {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: 600;
	font-size: 1.2rem;
}

@media (max-width: 768px) {
    .accountbg {
        grid-template-columns: 1fr;
    }
}