tfoot.custom_tfoot
{
    display: table-header-group;
}

.highlight {
    background-color: yellow;
    color: #000000;
}
.form-control:valid, .form-control:invalid{
  background-image:none !important;
}
.select2-container .select2-selection--single:focus,
.select2-search__field:focus,
.form-control:focus{                    
   border-color: #64c5b1 !important
}

.checkbox input[type="checkbox"]:focus + label::before {
	   border-color: #64c5b1

}

.enlarged .left-side-menu #sidebar-menu>ul>li>a span { 
    width: 160px;
    white-space: normal;
}

.enlarged .left-side-menu #sidebar-menu>ul>li {
	white-space: normal;
}

.enlarged .left-side-menu #sidebar-menu>ul>li:hover>a span {
    display: inline-block;
}

.table tbody tr:not(.child):hover
{
	background-color:#a1ffec !important;
	color:black !important;
}


/* Define the hover highlight color for the table row */
.hoverTable tr:hover {
  background-color: #64c5b1;
}


/************* start - switch css *****************/

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 25px;
}

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

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

.slider.sliderCustom {  
  background-color: #6c757d;
}

.slider.deactive{
  background-color: #f96a74;
}

.slider.customRole{
  background-color: #6c757d;
}

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

input:checked + .slider {
  background-color: #0F0F26;
}

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

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

.slider.round {
  border-radius: 50px;
}

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

/************* end - switch css *****************/

/*.margin-top-10 {
  margin-top: 10px;
}

.left-side-menu, .logo-box {
  background: #1f213a !important;
}*/

/************* start - select2 dropdown css *****************/

/* Add a down arrow icon */
.select2-container--default .select2-selection--multiple::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000; /* Color of the arrow */
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.select2-container .select2-selection--multiple .select2-selection__choice {
  font-size: 15px !important;
}

/************* end - select2 dropdown css *****************/

.btn-primary {
  background-color: #fd627a !important;
  border-color: #fd627a !important;
}

.btn-primary:hover {
  background-color: #ef6585 !important;
  border-color: #ef6585 !important;
}

.fc-button-primary {
  background-color: #fd627a !important;
  border-color: #fd627a !important;  
}

.left-side-menu, .logo-box {
  background-color: #1f213a !important;
}

.navbar-custom {
  background-color: #0F0F26 !important;
}

.bg-primary {
  background-color: #0F0F26 !important; 
}

.checkbox-success input[type=checkbox]:checked+label::before {
  background-color: #0F0F26 !important; 
  border-color: #0F0F26 !important; 
}

#frmLogin a {
  color: #0F0F26 !important;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
  background-color: #0F0F26 !important;  
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #0F0F26 !important;   
}

.table tbody tr:not(.child):hover {
  background-color: #9eedfc !important;
}

.page-item.active .page-link {
    background: #0F0F26 !important;
    border-color: #0F0F26 !important;
}

.custom-control-input:checked~.custom-control-label::before {
  border-color: #0F0F26;
  background-color: #0F0F26;
}

tr:has(.taxonomy-hightlight) {
    background-color: floralwhite !important;
}

.text-danger-validate {
  color: #f96a74 !important;
}

div.dataTables_wrapper div.dataTables_processing {
  z-index: 99999 !important;
}

.custom-label {
  background-color: #0F0F26 !important;
  color: white !important;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 1.1em;
}

/* .loader-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
  background-color: rgba(255, 255, 255, 0.8);
  margin-bottom: 24px;
  -webkit-box-shadow: 0 0 35px 0 rgba(154, 161, 171, .15);
  box-shadow: 0 0 35px 0 rgba(154, 161, 171, .15);
  z-index: 9 !important;  
  cursor: default;
} */

/* rr */

body {
  position: relative;
}

.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  display: none; /* Hide by default */
}
.loader-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  text-align: center;
  padding: 1em 0;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 35px 0 rgba(154, 161, 171, .15);
  pointer-events: none; /* Prevent interaction with the loader content */
}

/* rr over */

.add-more-parent-child-skill, .add-more-parent-skill, .add-more-child-skill, .add-more-parent-child-skill:hover, .add-more-parent-skill:hover, .add-more-child-skill:hover {
  background-color: #0F0F26 !important;
  border-color: #0F0F26 !important;
}


.disabled {
    pointer-events: none !important; /* Prevent click events */
    opacity: 0.5 !important; /* Optional: make it look disabled */
}

.form-control,.select2-container,.select2-selection--multiple
{
  min-height: 38px !important;
  
}  

.profile-summary-edit,
.resume-headline-edit {
    margin-top: 20px;
}

.profile-summary-edit textarea,
.resume-headline-edit textarea {
    width: 100%;
    height: 100px;
}

.profile-summary-edit .btn,
.resume-headline-edit .btn {
    margin-right: 0px;
    margin-top: 8px;
}

.align-center {
  text-align: center;
}

.card-box-min-height {
  min-height: 390px;
}

.row-min-height {
  min-height: 225px;
}

.dashboard-chart-h1 {
  text-align: center;
  margin-bottom: 20px; 
  font-size: 32px;
  font-weight: bold;
  color: #6c757d;
}

.dashboard-chart-h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
  color: #6c757d;
  line-height: 1.5;
}

.course-card-box-min-height {
  min-height: 420px !important;
}

.course-card-button-min-height {
  bottom: 20px;
  position: absolute;
}

.course-image-min-height {
  height: 250px;
}

.due-date-card-min-height {
  height: 135px;
}

#extendedDueDateFrm .ribbon {
  height: 45px;
}

#extendedDueDateFrm .card-box p {
    font-size: 20px;
}

.irs--modern .irs-bar {
  background: #34d3eb !important;
}

.irs--modern .irs-bar, .irs--modern .irs-from, .irs--modern .irs-single, .irs--modern .irs-to {
  background: #34d3eb !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: #0F0F26 !important;
}

.invalid {
  color: red;
}
.valid {
  color: green;
}

.passwordValidatorUl {
  margin-top: 10px;
}

.time-limit-label {
  width: 150px; /* Adjust this value as per your design */
}
   
.video-container {
  text-align: center;
}

.subscriber-dashboard-card-box {
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.organization-profile-card-box {
  min-height: 500px;
  position: relative;
}

.organization-profile-btn {
  position: absolute;
  bottom: 0;
  padding-bottom: 20px;
  right: 0;
  margin-right: 20px;
}

/* Subscriber dashboard css */
.start-0{left:0!important}
.start-10{left:10%!important}
.start-20{left:20%!important}
.start-25{left:25%!important}
.start-30{left:30%!important}
.start-35{left:35%!important}
.start-40{left:40%!important}
.start-45{left:45%!important}
.start-50{left:50%!important}
.start-55{left:55%!important}
.start-60{left:60%!important}
.start-65{left:65%!important}
.start-70{left:70%!important}
.start-75{left:75%!important}
.start-80{left:80%!important}
.start-85{left:85%!important}
.start-90{left:90%!important}
.start-95{left:95%!important}
.start-100{ left:100%!important}
.top-0{top:0!important}
.translate-middle{
  -webkit-transform:translate(-50%,-50%)!important;
  transform:translate(-50%,-50%)!important
}

.learnerCourseNotification {
  color: #2e832e;
  font-size: 15px;
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;  
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.glyphicon-chevron-up:before{content:"\2191"; font-size: 20px;}
.glyphicon-chevron-down:before{content:"\2193"; font-size: 20px;}

#iframeHidden {
  display: none; /* Initially hidden */
  width: 100%; /* Full width of the container */
}

#iframeHidden iframe {
  width: 100%; /* Full width of the iframe */
  height: 100vh; /* Full viewport height */
  border: none; /* Remove iframe border */
}

.custom-option.checked {
  border: 2px solid #2dc6e2;
  margin: 0;
}

.tab-content{padding: 0px !important;}

/***************** START - JOB POST *************************************/

.d-grid {
  display: grid !important;
}
.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.progress, .progress-stacked {
  --bs-progress-height: 0.75rem;
  --bs-progress-font-size: 0.6rem;
  --bs-progress-bg: var(--bs-light);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #64c5b1;
  --bs-progress-bar-transition: width 0.6s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.start-0{left:1%!important}
.start-10{left:10%!important}
.start-20{left:20%!important}
.start-25{left:25%!important}
.start-30{left:30%!important}
.start-35{left:35%!important}
.start-40{left:40%!important}
.start-45{left:45%!important}
.start-50{left:50%!important}
.start-55{left:55%!important}
.start-60{left:60%!important}
.start-65{left:65%!important}
.start-70{left:70%!important}
.start-75{left:75%!important}
.start-80{left:80%!important}
.start-85{left:85%!important}
.start-90{left:90%!important}
.start-95{left:95%!important}
.start-100{ left:100%!important}
.end-0{ right:-90px!important}
.top-0{top:0!important}
.translate-middle{
  -webkit-transform:translate(-50%,-50%)!important;
  transform:translate(-50%,-50%)!important }

/***************** END - JOB POST *************************************/

.button-disabled {
  pointer-events: none;
  opacity: 0.6;
  cursor: not-allowed;
}

.badgeLarge
{
  padding: .40em .6em !important;
}

.badge-custom-font-size {
  font-size: 127%;
}

.select-width span, .select-width select {
  width: 150px !important;
}

.select-width b{
  left: 90% !important;
}

.card {
  background-color: #fff !important; /* Light gray */
  border-radius: 8px; /* Rounded corners */
}
.card-title {
  font-size: 0.5rem; /* Smaller font */
  text-align: left; /* Align text to the left */
  margin: 0; /* Remove extra margin */
}
.card-body {
  padding: 0.5rem; /* Compact padding */
}

.marqueeTagline {
  position: absolute;
  color: #fff;
  font-size: 16px;
}

.custom-date {
  background-color: #d9e9ec !important;
  color: #000000 !important;
}

.card-box-min-height-dashboard {
  min-height: 500px;
}

/* START -Discover Talent  */
.discover-talent-card {
  min-height: 310px !important;
}

.discover-talent-btn {
  bottom: 0;
  position: absolute;
  margin: 20px 5px;
}

.discover-talent-card .button-list {
  position: absolute;
  display: block;
  margin: 10px 5px !important;
  bottom: 0;
}

.card-body-detail {
  position: relative;
  min-height: 200px;
}

.discover-talent-card h5, .discover-talent-card .card-title {
  font-size: 16px;
}
/* END -Discover Talent  */

.terms-conditions li {
  margin: 10px;
}

.privacy-policy li {
  margin: 10px;
}

.dataTables_wrapper .dataTables_sort_wrapper {
  display: none !important;
}

.content-page {
  min-height: 90vh !important;
}

.serial-number {
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  left: -10px;
  top: -10%;
  transform: translateY(-50%);
}
/************************************************** START - FAQ *****/

.faq-question {
  position: relative;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  padding: 15px 40px 15px 15px; /* space for arrow on right */
  font-size: 16px;
  cursor: pointer;
  outline: none;
  transition: background 0.3s;
}

.faq-question .arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s ease;
}

.faq-question.active .arrow {
  transform: translateY(-50%) rotate(180deg); /* Point up when open */
}

.faq-container {
  margin: auto;  
  border-radius: 8px;  
}

.faq-item {
  border-bottom: 1px solid #ddd;
  margin: 10px 0;
}

.faq-question:hover {
  background: #f1f1f1;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  background: #f9f9f9;
  color: #555;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-answer.open {
  max-height: 200px;
  padding: 10px 15px;
}

/************************************************** END - FAQ *****/
.subscriber-mentoring-box {
  margin-top: 38px !important;
}

.verifyPDFDoc {
  font-size: 26px;
}

.progress {
    background-color: #e2e2e2;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 18px;
    overflow: hidden;    
    height: 20px;
    font-size: 14px;
}

.courseTitleHeading {
  min-height:40px; 
  font-size: 16px;
}

.courseTitleSubHeading {
  min-height:40px; 
  font-size: 14px;
}