.unit-instructor-dashboard--container{
	margin: 0 auto;
	max-width: 960px;
}

.unit-instructor-dashboard--event-container{
	display: flex;
	justify-content: space-between;
	width: 100%;
	border: 1px solid;
	border-radius: 5px;
	margin-bottom: 10px;
	flex-direction: column;
}

.unit-instructor-dashboard--events-container{
	position: relative;
    min-height: 70vh;
}

.unit-instructor-dashboard--event-header{
	display: flex;
	justify-content: space-between;
	max-width: 100%;
	padding: 10px;
	cursor: pointer;
}
.unit-instructor-dashboard--event-header.expanded .unit-instructor-dashboard--event-expand{
	transform: rotate(180deg);
	transition: all 0.2s ease-in-out;
}
.unit-instructor-dashboard--event-title {
	font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
.unit-instructor-dashboard--event-registrations{
	padding: 10px;
	overflow-x: auto;
}

.unit-instructor-dashboard--event-registration-table{
	width: 100%;
}
.unit-instructor-dashboard--event-registration-table tr{
	height: 40px;
}

.unit-instructor-dashboard--event-registration-table td,
.unit-instructor-dashboard--event-registration-table th{
	padding: 5px;
}
.unit-instructor-dashboard--event-registration-table tbody td,
.unit-instructor-dashboard--event-registration-table tbody th{
	background-color: white;
}
.unit-instructor-dashboard--event-registration-table thead tr,
.unit-instructor-dashboard--event-registration-table thead .sticky-right{
	background-color: lightblue;
}
.unit-trigger-adobe-sign{
	text-decoration: underline;
	cursor: pointer;
}

.unit-trigger-adobe-sign:hover{
	color: #ffe006;
}

.unit-score-popup--overlay{
	background-color: rgba( 0, 0, 0, 0.5 );
	position: fixed;
	height: 100%;
	width: 100%;
	display: none;
	top: 0;
	left: 0;
	z-index: 120;
}

.unit-score-popup--container{
	background: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    border: none;
    border-radius: 4px;
	max-width: 1160px;
}

.unit-score-popup--header,
.unit-score-popup--footer{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 24px;
    
}

.unit-score-popup--content {
	padding: 16px 24px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 768px) {
	.unit-score-popup--content{
		display: flex;
		justify-content: space-between;
	}
}

.unit-score-popup--content .content-right,
.unit-score-popup--content .content-left {
	flex: 0 0 calc(50% - 15px);
	position: relative;
}
.content-right {
	padding: 24px;
    border: 1px solid #ccc;
    border-radius: 8px;
	position: relative;
	display: flex;
    flex-direction: column;
    gap: 10px;
}
.content-right .form-check {
	margin-right: 16px;
	display: inline-flex;
}
.unit-scope-popup--save{
	color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
	padding: 8px 12px;
    border: none;
    border-radius: 4px;
}
.unit-scope-popup--save:disabled{
	opacity: 0.3;
	cursor: not-allowed;
}

/* .unit-scope-popup--save:disabled{
	border: 1px solid #999999;
	background-color: #cccccc;
	color: #666666;
	cursor: not-allowed;
} */

.unit-score-popup--title {
	margin: 0;
}

.unit-score-popup--close{
	background-color: white;
	border: none;
	font-size: 24px;
	cursor: pointer;
}

.unit-score-popup--separator{
	height: 1px;
	width: 100%;
	background-color: grey;
}

.unit-score-popup--table{
	margin-bottom: 10px;
}

.unit-score-popup--table th, .unit-score-popup--table td{
	padding: 10px
}

.unit-add-score{
    cursor: pointer;
    border: 1px solid cornflowerblue;
    padding: 4px 6px;
    border-radius: 3px;
    background: cornflowerblue;
    color: white;
}

.alert.alert-danger {
	color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

h2.candidate_name {
	text-transform: capitalize;
	color: #565656;
	margin: 0;
	font-size: 30px;
	font-weight: 500;
	font-family: Verdana;
}
.event_name {
	margin: 0 0 20px;
    color: #7e7979;
    font-weight: 700;
    font-family: monospace;
    padding-bottom: 8px;
}
.status.pass {
	color: green;
}
.status:not(.pass) {
	color: red;
}

/* .score-parameters {
	margin-top: 40px;
} */
/*Form Checkbox*/
.form-check {
	display: flex;
    align-items: center;
}
.form-check input[type="checkbox"] {
	margin: 0 0 0 8px;
    width: 24px;
    height: 24px;
}

.canditate-container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
    border-bottom: 2px solid #f1f1f1;
    justify-content: space-between;
    padding: 12px 0;
	gap: 8px;
	z-index: 101;
}

.canditate-container .dashicons {
    font-size: 24px;
    color: white;
    align-items: center;
    display: flex;
    justify-content: center;
    height: 30px;
    width: 30px;
    border: 1px solid white;
    border-radius: 4px;
    cursor: pointer;
    background: cornflowerblue;
}
.canditate-container .dashicons:hover {
	background: #0069d9;
}
.candiate-license {
	display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 10px;
    column-gap: 10px;
    margin-top: 20px;
}
.score-parameters {
	grid-column: 1 / -1;
	position: absolute;
	bottom: 0;
	right: 0;
}
/* .score-parameters {
	position: absolute;
	bottom: 0;
} */
/* .candiate-license,
.score-parameters {
	padding: 4px;
} */
.unit-score-popup--content .form-group .hide{
	display: none;
}

/* .candidate_next, .candidate_prev{
	cursor: pointer;
	border: 1px solid #ccc;
	padding: 4px;
	border-radius: 4px;
} */
/* .candidate_navigation {
	font-size: 12px;
    align-items: center;
    display: flex;
    gap: 8px;
} */

.sticky-right {
	position: sticky;
	right: -10px;
	box-shadow: inset 0px 0px 0px 1px black;
	text-align: center;
}

.error-text{
	color: red;
}

.form-control {
	margin-bottom: 4px;
	width: 100%;
	padding: 10px;
	margin-top: 8px;
}

.certificate-container .form-control{
	width: 50%;
}

.certificate-container{
	display: flex;
	gap: 10px;
}

.score-form-disable {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.4);
	cursor: no-drop;
	z-index: 100;
	border-radius: 8px;
}
#field_E-Course {
	width: auto;
}
.form-check label,
.form-group label,
.msa-tooltip {
	font-size: 14px;
	font-weight: bold;
}
.msa-tooltip svg {
	width: 12px;
	height: 12px;
	cursor: pointer;
}
.msa-tooltip {
	font-size: 12px;
    margin: 0;
	display: flex;
	align-items: center;
	gap: 4px;
	margin-bottom: 4px;
}

[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}
[data-title]:after {
	content: attr(data-title);
    background-color: #f0f0f0;
    font-size: 13px;
    position: absolute;
    bottom: -1.6em;
    left: 100%;
    white-space: nowrap;
    opacity: 0;
    border: 1px solid #ded6d6;
    z-index: 99;
    visibility: hidden;
    width: 350px;
    text-wrap: wrap;
    font-weight: 500;
    padding: 12px;
    box-shadow: 0px 0px 11px -6px rgba(0, 0, 0, 0.5);
    line-height: 20px;
    border-radius: 4px;
}
[data-title] {
    position: relative;
}
.candidate_remark {
	min-height: 94px;
	max-height: 150px;
	resize: vertical;
	margin-bottom: 0;
}

.search-input {
    padding: 12px;
    border: 1px solid #C7C7C7;
    border-radius: 4px;
    outline: none;
    width: 100%;
    padding-left: 48px;
}
.search-input::placeholder {
    color: #A6A6A6;

    font-family: inherit; /* Inherit from parent  */
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;

}

.search-filter-input{
    display: flex;
    position: relative;
	margin-bottom: 25px;
}
.search-filter-input svg{ 
    position: absolute;
    top: 12px;
    left: 12px;
}

@media screen and (max-width: 1150px) {
	.candiate-license {
		display: grid;
		grid-template-columns: 1fr;
		margin-top: 30px;
	}
}
@media screen and (max-width: 1000px) {
	.unit-score-popup--container {
		width: 95%;
	}
	h2.candidate_name {
		font-size: 24px;
	}
}
@media screen and (max-width: 767px) {
	.unit-score-popup--content{
		max-height: 500px;
		display: flex;
        justify-content: space-between;
        flex-direction: column;
        overflow-y: auto;
	}
	.canditate-container{
		position: fixed;
		top: 68px;
		left: 0;
		right: 0;
		padding: 12px;
		align-items: center;
		justify-content: space-between;
		background: white;
		width: calc(100% - 1px);
	}
	.score-parameters {
		position: relative;
		margin-top: 0;
	}
	.msa-tooltip svg {
		display: none;
	}
	.content-right {
		padding: 16px;
	}
}

@media screen and (min-width: 767px) {
	.textHelp {
		display: none;
	}
}

@media screen and (min-width: 767px) {
	.textHelp {
		display: none;
	}
}
@media screen and (max-width: 992px) {
	.unit-instructor-dashboard--container{
		max-width: 720px;
	}
}
@media screen and (max-width: 768px) {
	.unit-instructor-dashboard--container{
		max-width: 544px;
	}
}
@media screen and (max-width: 576px) {
	.unit-instructor-dashboard--container{
		max-width: 340px;
	}
}
@media screen and (max-width: 360px) {
	.unit-instructor-dashboard--container{
		max-width: calc(100% - 20px);
	}
}
