body {
  background-color: #61C7A2 !important;
}
.the-bg {
  background-image: url(../img/brand/login-bg-2.jpeg);
  background-size: cover;
  background-position: center;
  background-color: #61C7A2 !important;
}
.the-learner-bg {
  background-image: url(../img/brand/login-bg-1.jpg);
  background-size: cover;
  background-position: center;
  background-color: #61C7A2 !important;
}
.login-box{
  background-color: #fff !important;
  border: 1px solid #000;
}

#chk_rememberMe:checked {
    border-color: #fff;
    /* background-color: #fff; */
}

.btn-loading {
  /* Add styles for spinner or progress indicator here */
  position: relative; /* Optional for positioning the spinner */
}

.btn-loading::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* Add styles for spinner or progress indicator here */
  /* Example using Bootstrap spinners: */
  width: 20px;
  height: 20px;
  border: 5px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  border-left-color: #ddd;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.sidenav .navbar-brand {
    padding: 0rem 2rem;
}

.nav-link svg{
    color:#61C6A2 !important;
}
.nav-link.active svg{
    color:#fff !important;
}
.dashboard-learning-stats svg{
    color:#fff !important;
}
.cousre-card svg{
    color:#fff !important;
}

.toggle-view{
  cursor: pointer;
}

.toggle-view.active svg{
    color:#fff !important;
}

.toggle-view .icon{
  background-color: #00A99D !important;
  color: #fff !important;
  opacity: .5;
}
.toggle-view .icon:hover{
  background-color: #DDDF08 !important;
}

.toggle-view.active .icon {
    background-color:#00A99D !important;
    opacity: 1;
}

.card {
    margin-bottom: 1rem;
 }
 
 .list-view {
   .row {
     > [class*='col-'] {
       max-width: 100%;
       flex: 0 0 100%;
     }
   }
   .card {
     @media (max-width: 575.98px) {
      flex-direction: column;
     }
     flex-direction: row;
     > .card-img-top {
      width: auto;
     }
     
     .card-body {
       display: inline-block;
     }
   }
 }
 
 .progress-circle {
  text-align: center;
  position: relative;
}

.progress-circle .status {
  display: inline-block; /* Display status text inline */
  /* margin-right: 10px; Adjust spacing between text and circle */
  /* font-size: 1.25rem;
  font-weight: bold; */
}

.progress-circle svg {
  width: 10px; /* Adjust circle size if needed */
  height: 10px;
}


/* .progress-circle.not-started,
.progress-circle.in-progress,
.progress-circle.completed {
  
} */

.progress-circle.not-started .status {
  color: #999;
}

.progress-circle.in-progress .status {
  color: #007bff;
}

.progress-circle.completed .status {
  color: #4CAF50;
}

/* .progress-circle.not-started svg circle.in-progress-circle,
.progress-circle.not-started svg circle.completed-circle,
.progress-circle.in-progress svg circle.completed-circle {
  display: none;
} */

.progress-circle.in-progress svg circle.in-progress-circle {
  display: block;
  color: #007bff;
}

.progress-circle.completed svg circle.completed-circle {
  display: block;
  color: #4CAF50;
}

.nav-item .dropdown-menu .dropdown-item.active {
  font-weight: 600;
  border-radius: 0.5rem;
  color: #fff !important;
  background-color: #00B189;
}

.chart-container {
  position: relative;
}

.chart-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.select2-container {
	max-width: 99% !important;
    min-width: 99% !important;
}
.select2-search__field{
	width:100% !important
}


.bg-dash-icon-assigned {
  background-color: #3C6ED2 !important;
}
.bg-dash-icon-completed {
  background-color: #E76A00 !important;
}
.bg-dash-icon-progress {
  background-color: #F4D164 !important;
}
.bg-dash-icon-notstarted {
  background-color: #FF836E !important;
}
.bg-course-tag {
  background-color: #638BDB !important;
}
.btn{
  background-color: #00A99D !important;
  color: #fff !important;
}
.btn:hover{
  background-color: #DDDF08 !important;
}
#sidenav-collapse-main{
  height:auto !important
}
.status-dot{
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  margin-right: 0.5rem;
}
.bg-active {
  background-color: #61C6A2;
}
.bg-inactive {
  background-color:#ccc; 
}
.bg-deactive {
  background-color: #FF836E;
}

.floating-alert{
	position:absolute;
	z-index: 1001;
	top:40%;
	left:33%;
	max-width: 33%;
	width:33%;
	text-align: center; 
}

.gj-textbox-md{  
  display: block !important;
  width: 100% !important;
  padding: 0.5rem 0.75rem !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  line-height: 1.4rem !important;
  color: #06262D !important;
  background-color: #fff !important;
  background-clip: padding-box !important;
  border: 1px solid #d2d6da !important;
  appearance: none !important;
  border-radius: 0.5rem !important;
  transition: box-shadow 0.15s ease, border-color 0.15s ease !important;
}
.gj-icon{
  display: none !important;
}

.profile-image-option {
  width: 120px;
  height: 120px;
  display: inline-block;
  margin:.5rem;
  padding: 0;
  cursor: pointer;
  border: 1px solid #ddd; 
  transition: transform 0.3s ease-in-out;
}
.profile-image-option.selected {
  border: 2px solid #00B189; 
  transform: scale(1.25);
}

.profile-image-option.upload-option {
  position: relative; 
}

.profile-image-option.upload-option i {
  position: absolute; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ccc;
}

.profile-image-option.upload-option img {
  position: absolute; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; 
}

.profile-image-option.upload-option img.d-none {
  display: none; 
}

/* 
.profile-image-option {
  width: 100px;
  height: 100px;
  cursor: pointer;
  border: 1px solid #ddd;
  display: inline-block;
  margin-right: 10px;
  transition: transform 0.3s ease-in-out;
}

.profile-image-option.selected {
  border: 2px solid #00B189;
  transform: scale(1.25);
}

.profile-image-option.upload-option {
  position: relative; 
}

.profile-image-option.upload-option i {
  position: absolute; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ccc;
}

.profile-image-option.upload-option img {
  position: absolute; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; 
}

.profile-image-option.upload-option img.d-none {
  display: none; 
} */

.placeholder.ui-sortable-handle{
  background-color: inherit !important;
}
.progress_bar .progress{
  height: .8rem !important;
}
.progress-bar.progress-bar-primary{
  height: .8rem !important;
}

.select2-container{
  border-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
  border-left-width: 1px !important;
}
.select2-container--default .select2-selection--single {
    display: block !important;
    width: 100% !important;
    font-size: 0.875rem !important;
    font-weight: 400 !important;
    height: 2.5rem !important;
    color: #06262D !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #d2d6da !important;
    appearance: none !important;
    border-radius: 0.5rem !important;
    transition: box-shadow 0.15s ease, border-color 0.15s ease !important;
}
.select2-selection__arrow{
  display: none !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: .35rem .75rem !important;
}
.spn-filter-count{
  border-radius: 50%;
  font-size: .75rem;
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
thead th {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.draggable-row{
  cursor: grab;
}