:root {
  ---body-bg-one: #f1f4f6;
}
@font-face {
  font-family: Merriweather-Regular;
  src: url(../font/Merriweather-Regular.ttf);
}

.sticky {
  position: sticky;
  top: 0;
}

.no-list-style {
  margin: 0;
  padding: 0;
  list-style: none;
}

.btn-no-style {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
}

.btn-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.manage-courses {
  padding-top: 10px !important;
  padding-bottom: 5rem !important;
}

.manage-courses-custom {
  padding-top: 10px !important;
  padding-bottom: 0rem !important;
}

.module-navigation img {
  width: 100px;
  cursor: pointer;
}

#parentLessonDiv {
  min-height: 79.7vh;
}

.module-navigation {
  align-self: first baseline;
}

.module-navigation button:disabled {
  opacity: 0.5;
}

.sticky-module-navigation {
  position: sticky;
  top: 90px;
  background-color: var(---body-bg-one);
  z-index: 999;
  width: 100%;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.edit-quiz-sec {
  min-height: 66vh;
}

.add-more-btn button {
  background-color: var(--info-blue) !important;
}

.side_menu {
  overflow-y: scroll;
  left: 0px !important;
}

.falshcard-description {
  border-radius: 5px;
  border-color: #b5b5b5;
}

/* Start - PAGE TITLE BAR */
.pageControlBar,
.pageTitleBar {
  z-index: 99 !important;
}

/* End - PAGE TITLE BAR */

.trial-user-date {
  margin-top: 10px !important;
}

.pagecontainer {
  padding: unset;
}

.toggle-label {
  font-family: "Montserrat-medium" !important;
}

/* Start - USER COURSE ACCESS */

.course-access-table {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.course-access-clone {
  margin-left: 25px;
  text-align: center;
}

.course-access-table .bulk-update {
  display: flex;
  flex-direction: row;
}

.course-access-pagination {
  display: flex;
  flex-direction: row;
  flex-grow: 6;
  justify-content: end;
}

.course-access-btn {
  font-size: 16;
  color: #fff;
  background-color: var(--info-blue);
  border: none;
  border-radius: 5px;
  padding: 5px 15px;
}

.video-preview .modal-dialog {
  max-width: 40% !important;
}

/* End - USER COURSE ACCESS */

/* ----  Header --- */
#custom-Navbar {
  position: unset !important;
}

#menu-active {
  background: unset !important;
}

.fa-eye-slash {
  cursor: pointer;
  float: right;
  margin-top: -28px;
  margin-right: 33px;
  position: relative;
  top: 0px;
}

.user-Details-password {
  position: absolute;
  right: -20px;
}

.user-Details-password .fa-eye-slash {
  cursor: pointer;
  margin-right: 33px !important;
}

.user-Details-password .fa-eye {
  cursor: pointer;
  margin-right: 33px !important;
}

/* Dashboard */

.admin-dashboard .table tbody {
  cursor: pointer;
}

/* Start - MANAGE COURSES */

.icons-block {
  padding-top: 0px !important;
}

/* End - MANAGE COURSES */

.faq-section .user-tab .mt-4 {
  padding: 10px 22px 22px 22px;
  background-color: var(--body-bg-two);
}

.course-tab .toggle-col.align {
  align-self: auto;
  padding-left: 0;
}

.navbar-light .navbar-nav .nav-link {
  font-size: 16px !important;
}

.course-order-alignment {
  padding-top: 26px;
}

.course-order {
  width: 90px;
}

/* Style for Breadcrumb */
ul.breadcrumb {
  padding: 0.55rem 0 !important;
}

/* Display list items side by side */
ul.breadcrumb li {
  cursor: pointer;
}

/* Add a color to all links inside the list */
ul.breadcrumb li .select {
  cursor: context-menu;
}

ul.breadcrumb li span:hover {
  text-decoration: underline;
}

.sidebar-box {
  height: auto !important;
  border: 1px solid #00000029;
}

.sidebar-box .menu-main-title p {
  font-size: 18px !important;
}

.sub-side-menu {
  left: 248px;
}

/* MENU CONTAINER ----- */

.sidebar-box .list_item {
  margin-left: 0px !important;
  opacity: 1 !important;
}

.td-capsule-pass {
  color: #ffffff;
  font-size: 16px;
  font-family: Montserrat-Medium;
  padding-top: 2px;
  padding-bottom: 2px;
}

.td-capsule-fail {
  padding-left: 20px;
  padding-right: 20px;
  color: #000;
  font-size: 16px;
  font-family: Montserrat-Medium;
  padding-top: 2px;
  padding-bottom: 2px;
}

.course-tab .toggle-col {
  padding-top: 5px;
  padding-right: 5px;
}

.CalendarDay__disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* Start - EDIT PROFILE IMAGE */

.Profileimage.block {
  background: transparent;
}

.Profileimage img {
  width: 100%;
  height: 100%;
}

.circle-block {
  width: 200px !important;
  height: 200px !important;
  background: transparent !important;
}

.circle {
  border-radius: 50%;
}

.filter {
  border-radius: 5px;
  background-color: white;
  padding: 5px;
  border: 1px solid lightgray;
  margin-right: 10px;
  width: fit-content;
}

/* End - EDIT PROFILE IMAGE */

/* Start - CUSTOME TIME PICKER */
.custom-time-picker::-webkit-datetime-edit-ampm-field {
  display: none;
}

input[type="time"]::-webkit-clear-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  margin: -10px;
}

/* End - CUSTOM TIME PICKER */

/* MEDIA QUERIES */

/* Start - USER COURSE ACCESS */

@media (max-width: 992px) {
  .course-access-clone {
    margin-left: auto;
  }
}

@media (max-width: 992px) {
  .course-access-pagination {
    justify-content: center;
  }
}

/* monthlyquiz */

.add-more-btn {
  padding-bottom: 20px;
}

.quizMonthTitleInput {
  border: none !important;
  border-bottom: 1px solid #939393 !important;
  border-radius: 0 !important;
  font-size: 2rem !important;
}

/* End - USER COURSE ACCESS */
/* StarRating.css */

.star-rating {
  display: inline-block;
}

.star-checked {
  width: 20px;
  height: 20px;
  font-size: 20px !important;
  color: rgb(251, 226, 0);
}

.star-unchecked {
  width: 20px;
  height: 20px;
  color: rgb(125, 121, 110);
  font-size: 20px !important;
}

.rating-Modal {
  margin-bottom: 20px !important;
}

.review-modal .modal-content {
  border-radius: 0px !important;
}

.review-course-searchbar {
  width: 35% !important;
  margin-left: 2px !important;
}

/* End Of Star Rating*/

.user-sidebar-registartionDate {
  padding-top: 5px;
}

.title-block {
  padding-left: 15px !important;
}

.author-title-sm {
  text-align: center;
  padding-left: 25px !important;
}

.pagination-top .pagination-block {
  margin-top: 1em !important;
  padding: 0px;
  display: flex;
  justify-content: end !important;
  padding-right: 0px !important;
}

.top-row {
  padding-right: 0px !important;
}

.page-item.active .page-link {
  z-index: 0 !important;
}

.course-filters {
  position: sticky;
  top: 132px;
  background-color: #f1f4f6;
  z-index: 3;
}

.cke_bottom {
  display: none !important;
}

.landingImage {
  max-width: 350px !important;
  max-height: 200px !important;
}

.user-course-access .category-dropdown {
  max-width: 400px !important;
}

.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}

.checkbox-disabled {
  background-color: #ccc !important;
  cursor: not-allowed !important;
}

.new-user {
  opacity: 0.5;
}

.media-type-dropdown .dropdown-toggle {
  background-color: var(--custom-primary) !important;
  border-color: var(--custom-primary) !important;
  font-family: Montserrat-Medium;
  font-size: 14px;
}

.media-type-dropdown .dropdown-menu .dropdown-item {
  font-family: Montserrat-Medium;
  font-size: 14px;
}

.media-type-dropdown .dropdown-menu .dropdown-item:active {
  background-color: var(--custom-primary) !important;
  border-color: var(--custom-primary) !important;
}

.autosave-timer {
  float: none !important;
  color: white !important;
  left: 16px;
  top: -96px !important;
  position: absolute;
}

hr {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

/* START - Generate Quiz */

.multiple-response input {
  height: 35px;
  width: 75px !important;
  margin-top: 0;
}

/* END - Generate Quiz */

/* START - Manage Videos */

.video-custom-check {
  padding-left: 2.1rem !important;
}

.video-custom-check input {
  height: 20px;
  width: 40px !important;
  margin-right: 5px;
}

/* End - Manage Videos */

.pagination-block .pagination {
  justify-content: end !important;
}

.faq-pagination {
  display: flex;
  justify-content: end;
  position: sticky !important;
  z-index: 999;
  top: 130px;
  background-color: var(---body-bg-one);
}

.category-pagination {
  display: flex;
  justify-content: end;
  position: sticky;
  z-index: 99;
  top: 130px;
  background-color: var(---body-bg-one);
  padding-bottom: 10px;
}

.courseReview-pagination {
  display: flex;
  justify-content: space-between;
  position: sticky;
  top: 130px;
  background-color: var(---body-bg-one);
  z-index: 999;
}

.landingPage-Pagination {
  display: flex;
  justify-content: end;
  position: sticky;
  z-index: 99;
  top: 130px;
  background-color: var(---body-bg-one);
  padding-bottom: 10px;
}

.category-section ul {
  margin-bottom: 0px;
}

.user-filters {
  position: sticky;
  z-index: 9;
  /* background-color: transparent; */
  background-color: var(---body-bg-one);
  padding-block: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  top: 90px;
}

.video-filters {
  position: sticky !important;
  z-index: 999;
  top: 133px;
  background-color: #fff;
  padding-top: 5px;
}

.monthlyQuiz-year-filter {
  top: 130px;
  padding-bottom: 10px;
  z-index: 999;
  position: sticky;
  background-color: var(---body-bg-one);
}

.title-create-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.create-user-header-btn .create-course {
  padding-inline: 16px !important;
}

.faq-section.course-review {
  padding-top: 0px !important;
}

.pagination-block-manage-course ul {
  padding-top: 15px;
  float: right;
  padding-inline: 0px;
}

.preview-access-block {
  padding-block: 10px;
}

.user-course-access .mt-4 {
  margin-top: 0.5rem !important;
  /* border: 5px solid rgb(107, 106, 106); */
  border-radius: 5px;
}

#root > main > section > div > div.user-tab.mt-4 > div.text-center.mt-4 {
  border: none !important;
}

.user-course-access .userName {
  color: #000;
}

.course-access-filters {
  position: sticky;
  z-index: 1;
  top: 100px;
  background-color: var(---body-bg-one);
}

.user-course-access .course-access-table {
  padding-top: 7px;
}

.user-course-access .input-group {
  width: 170px !important;
}

.faq-create-btn,
.category-create-btn,
.landing-create-btn,
.course-create-btn {
  background-color: white !important;
  color: #000 !important;
  border: none;
  font-size: inherit !important;
  border-radius: 5px;
}

.faq-create-btn:focus,
.category-create-btn:focus,
.landing-create-btn:focus,
.course-create-btn {
  box-shadow: none !important;
}

.react-datepicker-wrapper {
  width: 100%;
}

#wartsila-profile .error-message {
  color: red;
}

.error-message {
  color: red;
}

/*#region ----- KLSM RANKS ----- */

.klsm-section {
  padding-top: 30px;
  padding-bottom: 5rem !important;
}

.klsm-section .user-tab {
  padding: 10px 22px 22px 22px;
  background-color: var(--body-bg-two);
}

.klsm-section .user-tab th {
  background-color: transparent;
  text-align: left;
  padding: 8px;
}

.klsm-section .user-tab td {
  background-color: #ffffff;
  text-align: left;
  padding: 8px;
  border-bottom: 5px solid var(--body-bg-two);
}

.klsm-container {
  width: 100%;
  max-width: 800px;
  padding: 0 10px;
  margin: 0 auto;
}

.klsm-table {
  font-family: Montserrat-Medium;
  border-collapse: collapse;
  width: 100%;
  background-color: var(--body-bg-two);
}

.klsm-table tbody {
  display: block;
  /* max-height: 400px; */
  overflow: auto;
}

/* width */
.klsm-table tbody::-webkit-scrollbar {
  width: 3px;
}

/* Track */
.klsm-table tbody::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}

/* Handle */
.klsm-table tbody::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

/* Handle on hover */
.klsm-table tbody::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.klsm-table thead,
.klsm-table tbody tr {
  display: table;
  width: 100%;

  /* even columns width , fix width of table too*/
  table-layout: fixed;
}

.klsm-table input {
  font-size: 16px;
  background-color: transparent;
  border: none;
  width: 100%;
  padding: 12px 12px;
}

.klsm-table input:hover {
  background-color: var(--body-bg-two);
}

.klsm-table input:focus {
  outline: 1px solid var(--body-bg-two);
  border: 1px solid var(--body-bg-two);
}

/*#endregion */

/*#region ----- MANAGE EMAILS ----- */

.admin-dashboard.manage-email {
  padding-top: 0px;
}

.email-attachments-table {
  font-family: Montserrat-Medium;
  border-collapse: collapse;
  width: 100%;
  background-color: var(--body-bg-two);
}

.email-attachments-table thead th {
  background-color: transparent;
  text-align: left;
  padding: 8px;
}

.email-attachments-table tbody td {
  background-color: #ffffff;
  text-align: left;
  padding: 15px 8px;
  border-bottom: 5px solid var(--body-bg-two);
}

.email-attachments-table thead,
.email-attachments-table tbody tr {
  display: table;
  width: 100%;

  /* even columns width , fix width of table too*/
  table-layout: fixed;
}

.email-attachments-table td {
  font-size: 16px;
  background-color: transparent;
  border: none;
  width: 100%;
  padding: 12px 12px;
}

.email-attachments-table td:focus {
  outline: 1px solid var(--body-bg-two);
  border: 1px solid var(--body-bg-two);
}

/*#endregion */

.manage-users.KLSM-Trainee {
  padding: 0px !important;
}

.manage-users.KLSM-Trainee .user-filters {
  padding-bottom: 20px;
}

/* make add company name option bold */
.bold-option {
  font-weight: bold;
}

#reviewDate {
  margin: 0px !important;
  padding-bottom: 20px;
}

/* Start - REACT CROP */

.ReactCrop {
  padding: 0 !important;
}

/* End - React Crop */

.downloadIcon {
  font-size: 24px;
}

.downloadIcon--disabled {
  opacity: 0.5;
  font-size: 24px;
  cursor: not-allowed;
}

.icons-container {
  display: flex;
  align-items: center;
}

.align-center {
  margin-right: 10px;
}

.training-student-sec .accordion-button {
  width: 20% !important;
}

.training-details-sec .accordion-button {
  width: 20% !important;
}

.save-btn-tag {
  padding: 24px 0 10px;
  text-align-last: center;
  font-family: "Montserrat-Medium";
}
.edit-save-btn {
  background-color: var(--custom-primary);
  color: #fff;
  border-radius: 5px;
  border: none;
  padding: 4px 30px;
}

.tagAlignment {
  display: flex;
}

.tagAlignment label {
  font-size: 14px;
  white-space: pre;
  align-self: center;
  padding-right: 10px;
}

.user-companyid {
  padding-bottom: 10px;
}
/* Competency Matrix */
.competency-matrix {
  padding-top: 30px;
  padding-bottom: 30px;
  /* background-color: #f9f9f9; */
}
/* Competency Matrix */
.competency-matrix {
  padding-top: 30px;
  padding-bottom: 5rem !important;
  /* background-color: #f9f9f9; */
}

/* Tabs */
.competency-matrix .rank-header-sec {
  padding-inline: 13px;
}

.competency-matrix .rank-header-main {
  /* padding: 15px 30px 5px; */
  padding: 14px 0 0 5px;
  border-bottom: 1px solid #a7a7a7;
}

.competency-matrix .rank-header-sec h5 {
  font-size: 20px;
}

.competency-matrix .tab-right {
  padding-right: 0px !important;
}

.competency-matrix .tab {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: #fcfcfc;
  box-shadow: 0px 3px 6px #00000029;
  height: fit-content;
  /* min-height: 358px; */
  min-height: 100%;
  /* border-right: 2px solid #A7A7A7; */
}

.activity-link-tab {
  padding-top: 0px !important;
  padding-bottom: 15px;
}

.tablinks {
  position: relative;
}

.competency-matrix .tablinks span {
  margin: auto;
  margin-left: 3%;
  vertical-align: text-top;
  font-family: Montserrat-Medium;
}

.competency-matrix .tab-right .tab button:hover {
  background-color: #e7eef7;
}

.competency-matrix .tab-right .tab .tablinks.active {
  background-color: #e7eef7 !important;
  border-right: 2px solid #e7eef7;
  border-left: 2px solid #a7a7a7;
  border-top: 2px solid #a7a7a7;
  border-bottom: 2px solid #a7a7a7;
  width: 101%;
  z-index: 9;
}

.competency-matrix .tab button {
  display: block;
  background-color: transparent;
  color: #2e2e2e;
  padding: 7px 30px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 16px;
  font-family: Montserrat-regular;

  position: relative;
}

.competency-matrix .tab .drag-drop-positioning {
  position: absolute;
  left: 11px;
}

/* Tabs End */

.competency-matrix .col-alignment {
  align-self: center;
}

.competency-matrix .col-pad-left {
  padding-left: 0;
}

.competency-matrix .col-pad-right {
  padding-right: 0;
}

.competency-matrix .tabcontent {
  min-height: 430px;
  padding: 17px 24px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #e7eef7;
  box-shadow: 0px 3px 6px #00000029;
  position: relative;
  border-top: 2px solid #a7a7a7;
  border-right: 2px solid #a7a7a7;
  border-bottom: 2px solid #a7a7a7;
  border-left: 2px solid #a7a7a7;
}

/* Search Bar */
.searchBar {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#searchQueryInput {
  width: 100%;
  height: 39px;
  outline: none;
  border: none;
  border-radius: 1.625rem;
  padding: 10px 20px;
  font-size: 13px;
  font-family: "Montserrat-medium";
}

#searchQuerySubmit {
  width: 2.5rem;
  height: 1.8rem;
  margin-left: -3.5rem;
  background: #ffffff;
  border: none;
  outline: none;
}

/* Search Bar End*/

.competency-matrix .view-added-course-fbox {
  display: flex;
}

.competency-matrix .view-added-course-fbox .check-input {
  margin-right: 7px;
}

.competency-matrix .view-added-course-fbox .check-input-text span {
  font-family: Montserrat-Regular;
  font-size: 15px;
}

/* .competency-matrix .custom-dropdown{
    padding-top: 17px;
    padding-bottom: 0;
    height: 41px;
  } */

.competency-matrix .custom-dropdown:focus-visible {
  outline: none;
  box-shadow: none;
  border: 1px solid #707070;
}

.competency-matrix .floating-label {
  padding-block: 7px !important;
}

/* Grid */
.custom-grid {
  padding: 15px 15px 15px 15px;
  background-color: #cfdeef;
}

.custom-grid.assigned-employee {
  padding: 15px 15px 15px 15px;
  background-color: #efefef;
}

.custom-grid .assigned-employee th {
  background-color: #808080;
  text-align: left;
  padding: 8px;
  color: #ffffff;
}

.custom-grid .assigned-employee td {
  background-color: #ffffff;
  text-align: left;
  padding: 8px;
  border-bottom: 3px solid #ffffff;
  /* text-wrap: nowrap; */
}

.custom-grid .grid-overflow {
  overflow-x: auto;
}

.custom-grid table {
  font-family: Montserrat-Medium;
  border-collapse: collapse;
  width: 100%;
  background-color: #cfdeef;
}

.custom-grid th {
  background-color: var(--custom-primary);
  text-align: left;
  padding: 8px;
  color: #fff;
}

.custom-grid td {
  background-color: #ffffff;
  text-align: left;
  padding: 8px;
  border-bottom: 3px solid #cfdeef;
  /* text-wrap: nowrap; */
}

.editcourse-custom-block td {
  background-color: #ffffff;
  text-align: left;
  padding: 8px;
  border-bottom: none;
  /* text-wrap: nowrap; */
}

.offshore-onshore-fieldset-sec .legend-style {
  float: none;
  width: auto;
  margin-bottom: -20px;
  padding: 6px;
}

.offshore-onshore-fieldset-sec .fieldset-style {
  border: 1px solid #707070;
  padding: 8px 12px;
  display: flex;
  width: 100%;
  border-radius: 7px;
  flex-wrap: wrap;
}

.offshore-onshore-fieldset-sec .custom-w100 {
  width: 100%;
}

/* .offshore-onshore-fieldset-sec .filter-f-box {
  display: flex;
  align-items: end;
  margin-right: 16px;
} */
.custom-grid .align-td-th {
  text-align: center;
}

.custom-grid .course-tab-column {
  width: 40%;
}

.custom-grid .designation-column {
  width: 18%; /* Adjust the width as per your requirement */
}

.custom-grid .rank-column {
  width: 18%; /* Adjust the width as per your requirement */
}
.custom-grid .name-column {
  width: 35%; /* Adjust the width as per your requirement */
}
.custom-grid .email-column {
  width: 30%; /* Adjust the width as per your requirement */
}
.custom-grid .delete-column {
  width: 5%; /* Adjust the width as per your requirement */
}

.custom-grid .tag-tab-column {
  width: 20%;
  text-wrap: nowrap;
  overflow-x: clip;
  max-width: 100px;
  text-overflow: ellipsis;
}

.custom-grid .category-tab-column {
  width: 20%;
  text-wrap: nowrap;
  overflow-x: clip;
  max-width: 100px;
  text-overflow: ellipsis;
}

.custom-grid .check-tab-column {
  width: 30px;
}

.category-Modal-Result {
  padding: 3px;
  max-width: 300px;
  border-radius: 15px;
  text-overflow: Ellipsis;
  overflow-x: clip;
  text-align: center;
}

/* Grid End */

@media screen and (max-width: 767px) {
  .competency-matrix .col-pad-left {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }

  .competency-matrix .col-pad-right {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }

  .competency-matrix .tab {
    border-radius: 8px;
    height: fit-content;
  }

  .competency-matrix .tabcontent {
    height: fit-content;
    padding: 17px 24px;
    border-radius: 8px;
    margin-top: 12px;
  }

  .competency-matrix .tab-right .tab button.active {
    background-color: #e7eef7;
    border: 2px solid #a7a7a7;
    width: 100%;
    z-index: 9;
  }
}

@media screen and (max-width: 1024px) {
  .custom-grid .course-tab-column {
    width: 245px;
  }

  .custom-grid .tag-tab-column {
    width: 175px;
  }

  .custom-grid .category-tab-column {
    width: 180px;
  }
}

/* Competency Matrix End */

/* SORTING GAME */

.category-container {
  display: flex;
  /* flex-direction: column; */
  flex-wrap: wrap;
  justify-content: center;
  margin-left: 30%;
  margin-right: 20%;
  width: 608px;

  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 92rem;
  padding-left: 1.9999998rem;
  padding-right: 1.9999998rem;
}

.category-card {
  position: relative;
  margin: 10px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-top: 5%;
  width: 200px; /* Adjust the width as needed */
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: background-color 0.3s;
  background: #ededed;
}

.new-category-card {
  cursor: pointer;
}

.delete-category-btn {
  position: absolute;
  top: -13px;
  right: -11px;
  background-color: rgba(255, 255, 255, 0); /* Initially transparent white */
  border: none;
  cursor: pointer;
  transition: background-color 0.3s; /* Transition for background color */
}

.delete-item-btn {
  margin-left: 10px;
  color: black;
}

@media (min-width: 768px) {
  .category-card {
    flex-basis: calc(50% - 20px);
  }
}

.category-card:hover #trash {
  color: black;
}

.category-card:hover .delete-category-btn {
  background-color: rgba(
    211,
    211,
    211,
    1
  ); /* Light grey with transparency on hover */
  border-radius: 45px;
}

.category-card #trash {
  color: transparent;
  position: relative;
  opacity: 0.5;
}

#Category-input {
  background: transparent;
  border: none;
  border-bottom: 0.1rem solid #d6d7d7;
  font-family: lato, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  outline: none;
  resize: none;
  width: 100%;
}
#RemoveItem-trash {
  color: transparent; /* Initially transparent */
  position: relative;
}

.delete-item-btn #RemoveItem-trash {
  color: rgba(133, 121, 121, 0.701);
}

.delete-item-btn:hover #RemoveItem-trash {
  color: black;
}

.AddItem-button {
  background: #ededed;
  border: 0.1rem solid rgba(0, 0, 0, 0.4);
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  font-size: small;
  padding: 7px;
  width: 64%;
  margin-bottom: 25px;
}

.add-category-icon {
  background: #e3e3e3;
  border-radius: 50%;
  color: #fff;
  font-size: 4rem;
  height: 3.9rem;
  line-height: 3.3rem;
  margin-bottom: -1rem;
  text-align: center;
  width: 3.9rem;
  margin-top: 15px;
}

.add-category-text {
  color: #c8c8c8;
  cursor: inherit;
  font-family: lato, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2;
}

.category-card-new-category-card:hover {
  color: #969393;
}

#category-icon:hover {
  color: #969393;
}

#Add-cat-hover:hover {
  color: #969393;
}

.filter-sec.check-box {
  padding-top: 5px !important;
}

.icon-class.text-center-course {
  padding-inline: 20px;
}

.course-modal .row.modal-headerr {
  background-color: #005aa7;
  color: white;
  padding: 7px;
  border-radius: 2px;
}

.course-modal .modal-body {
  padding: 0px;
}

.course-modal .modal-content {
  min-height: 200px;
}

.course-modal.review .row.modal-header {
  background-color: #005aa7;
}
.course-modal.review .modal-body {
  padding: 0px;
}

.course-modal.review .modal-content {
  min-height: 200px;
}

.courseReviewProgress {
  width: 70%;
  fill: #000;
}

@media (min-width: 1200px) {
  .course-no-data {
    left: 36%;
  }
}

@media (max-width: 1199px) {
  .course-no-data {
    left: 30%;
  }
}

.course-no-data {
  position: absolute;
}
.course-title-sm {
  text-wrap: wrap;
}

.percentage-satisfaction {
  font-weight: 900;
  font-size: 40px;
  font-family: Montserrat-Bold;
  padding-inline-start: 12px;
}
.sub-btn {
  padding-left: 40px !important;
  padding-right: 10px !important;
}

.overall-rating-emoji {
  display: flex;
  justify-content: center;
}

.custom-modal-width .modal-dialog {
  max-width: 800px;
  margin: 1.75rem auto;
}

/* START - LOG BOOK */

.log-book-rank #react-select-2-listbox {
  z-index: 4;
}
/* END */

/* START - CKEditor */

.ck-editor__editable_inline:not(.ck-comment__input *) {
  height: 300px;
  overflow-y: auto;
}

.ck .ck-sticky-panel .ck-sticky-panel__content_sticky {
  position: static !important;
  display: none !important;
}

.ck
  .ck-sticky-panel
  .ck-sticky-panel__content
  .ck-toolbar
  .ck-toolbar__items
  > * {
  z-index: 3;
}

.ck.ck-dropdown__panel {
  max-height: 180px;
  overflow-y: auto;
}

/* END */

.dashboard-filters-sec {
  padding: 8px 16px;
  background-color: #fff;
  /* border: 1px solid #c3c3c3; */
  border-radius: 16px;
  margin-bottom: 16px;
}

.tab-filter-sec {
  display: inline-block;
}

.tabs {
  display: flex;
  position: relative;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 #00000029;
  padding: 5px;
  border-radius: 99px; /* just a high number to create pill effect */
  * {
    z-index: 2;
  }
}

.dashboard-filters-sec input[type="radio"] {
  display: none;
}

.filter-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 150px;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 99px; /* just a high number to create pill effect */
  cursor: pointer;
  transition: color 0.15s ease-in;
}

.notification {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-left: 0.75rem;
  border-radius: 50%;
  background-color: #e6eef9;
  transition: 0.15s ease-in;
}

.dashboard-filters-sec input[type="radio"] {
  &:checked {
    & + label {
      color: rgb(11, 73, 207);
      & > .notification {
        background-color: rgba(5, 67, 175, 0.09);
      }
    }
  }
}

.dashboard-filters-sec input[id="offshore"] {
  &:checked {
    & ~ .glider {
      transform: translateX(0);
    }
  }
}

.dashboard-filters-sec input[id="onshore"] {
  &:checked {
    & ~ .glider {
      transform: translateX(100%);
    }
  }
}

.glider {
  position: absolute;
  display: flex;
  height: 35px;
  width: 150px;
  background-color: rgba(5, 53, 175, 0.09);
  z-index: 1;
  border-radius: 99px; /* just a high number to create pill effect */
  transition: 0.25s ease-out;
}

@media (max-width: 700px) {
  .tabs {
    transform: scale(0.6);
  }
}

.filter-container {
  display: flex;
  flex-wrap: wrap; /* Allow filters to wrap to the next line if necessary */
  gap: 10px;
  padding-top: 10px;
}

.custom-filter-container {
  display: flex;
  flex-wrap: wrap; /* Allows the filters to wrap on smaller screens */
  gap: 10px; /* Space between dropdowns */
  padding-top: 10px;
}

.filter-item {
  flex: 1 1 15%; /* Adjust the percentage to control the width of each dropdown */
}

.course-employee-custom-grid {
  padding: 15px 15px 15px 15px;
  background-color: #cfdeef;
}

.course-employee-custom-grid.assigned-employee {
  padding: 15px 15px 15px 15px;
  background-color: #efefef;
}

.course-employee-custom-grid .assigned-employee th {
  background-color: #808080;
  text-align: left;
  padding: 8px;
  color: #ffffff;
}

.course-employee-custom-grid .assigned-employee td {
  background-color: #ffffff;
  text-align: left;
  padding: 8px;
  border-bottom: 3px solid #ffffff;
  /* text-wrap: nowrap; */
}

.course-employee-custom-grid .grid-overflow {
  overflow-x: auto;
}

.course-employee-custom-grid table {
  font-family: Montserrat-Medium;
  border-collapse: collapse;
  width: 100%;
  background-color: #cfdeef;
}

.course-employee-custom-grid th {
  background-color: var(--custom-primary);
  text-align: left;
  padding: 8px;
  color: #fff;
}

.course-employee-custom-grid td {
  background-color: #ffffff;
  text-align: left;
  padding: 8px;
  border-bottom: 3px solid #cfdeef;
  /* text-wrap: nowrap; */
}

.editcourse-custom-block td {
  background-color: #ffffff;
  text-align: left;
  padding: 8px;
  border-bottom: none;
  /* text-wrap: nowrap; */
}

.course-employee-custom-grid .align-td-th {
  text-align: center;
}

.course-employee-custom-grid .course-tab-column {
  width: 30%;
  font-weight: bold;
}

.course-employee-custom-grid .tag-tab-column {
  width: 55%;
  text-wrap: nowrap;
  overflow-x: clip;
  max-width: 100px;
  text-overflow: ellipsis;
  font-weight: bold;
}

.course-employee-custom-grid .category-tab-column {
  width: 20%;
  text-wrap: nowrap;
  overflow-x: clip;
  max-width: 100px;
  text-overflow: ellipsis;
  font-weight: bold;
}

.course-employee-custom-grid .check-tab-column {
  width: 0%;
}

.category-Modal-Result {
  padding: 3px;
  max-width: 300px;
  border-radius: 15px;
  text-overflow: Ellipsis;
  overflow-x: clip;
  text-align: center;
}

/* live course email modal Grid */
.custom-email-modal-grid {
  padding: 15px 15px 15px 15px;
  background-color: #cfdeef;
}

.custom-email-modal-grid.assigned-employee {
  padding: 15px 15px 15px 15px;
  background-color: #efefef;
}

.custom-email-modal-grid .assigned-employee th {
  background-color: #808080;
  text-align: left;
  padding: 8px;
  color: #ffffff;
}

.custom-email-modal-grid .assigned-employee td {
  background-color: #ffffff;
  text-align: left;
  padding: 8px;
  border-bottom: 3px solid #ffffff;
  /* text-wrap: nowrap; */
}

.custom-email-modal-grid .grid-overflow {
  overflow-x: auto;
}

.custom-email-modal-grid table {
  font-family: Montserrat-Medium;
  border-collapse: collapse;
  width: 100%;
  background-color: #cfdeef;
}

.custom-email-modal-grid th {
  background-color: var(--custom-primary);
  text-align: left;
  padding: 8px;
  color: #fff;
}

.custom-email-modal-grid td {
  background-color: #ffffff;
  text-align: left;
  padding: 8px;
  border-bottom: 3px solid #cfdeef;
  /* text-wrap: nowrap; */
}

.editcourse-custom-block td {
  background-color: #ffffff;
  text-align: left;
  padding: 8px;
  border-bottom: none;
  /* text-wrap: nowrap; */
}

.custom-email-modal-grid .align-td-th {
  text-align: center;
}

.custom-email-modal-grid .course-tab-column {
  width: 50%;
  font-weight: bold;
}

.custom-email-modal-grid .tag-tab-column {
  width: 20%;
  text-wrap: nowrap;
  overflow-x: clip;
  max-width: 100px;
  text-overflow: ellipsis;
}

.custom-email-modal-grid .category-tab-column {
  width: 20%;
  text-wrap: nowrap;
  overflow-x: clip;
  max-width: 100px;
  text-overflow: ellipsis;
}

.custom-email-modal-grid.check-tab-column {
  width: 1px;
}

.category-Modal-Result {
  padding: 3px;
  max-width: 300px;
  border-radius: 15px;
  text-overflow: Ellipsis;
  overflow-x: clip;
  text-align: center;
}

/* Grid End */

.user-details-analytics {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

@media (min-width: 1380px) {
  .user-details-analytics {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.5rem;
  }
}

.sidepanel-link-items {
  display: flex;
  align-items: center;
}

/* Start - Bootstarp overides */

.form-check-input {
  border-color: #919191 !important;
}

.nav-tabs .nav-link.active {
  border-color: transparent !important;
  border-bottom: 3px solid var(--custom-primary) !important;
  border-radius: 0.2rem;
}

.nav-link {
  color: inherit !important;
}

.nav-link.active {
  font-weight: 700;
}

.tab-pane.active {
  background-color: transparent !important;
}

/* End - Bootstarp overides */

.custom-dropdown-width {
  width: 200px;
}

.export-btn {
  background: transparent
    linear-gradient(
      180deg,
      var(--custom-purple) 0%,
      var(--custom-darkpurple) 100%
    )
    0% 0% no-repeat padding-box;
  border: none;
  border-radius: 5px;
  padding: 7px 15px;
  color: var(--export-btn-txt);

  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.export-btn img {
  width: 1rem;
}

.export-btn span {
  color: #fffafa;
}

/* Start - React Google Charts */

svg > g > g.google-visualization-tooltip {
  pointer-events: none;
}

/* End - React Google Charts */

/* Start - React Datepicker */

.react-datepicker-popper {
  z-index: 1000000 !important;
}

/* End - React Datepicker */

.video-upload-container {
  display: flex;
  align-items: center; /* Ensures the image and text are vertically centered */
}

.video-thumbnail {
  width: 50px; /* Set the width for the video thumbnail */
  height: auto;
  object-fit: cover; /* Ensures the image doesn't stretch */
}

.video-details {
  margin-left: 15px; /* Space between the thumbnail and text */
}

/* Start - UserTable table scrollbar */

.custom-scroller {
  overflow-y: auto;
}

.custom-scroller::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.custom-scroller::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

.custom-scroller::-webkit-scrollbar-thumb {
  background-color: #b5b5b5;
  border-radius: 6px;
}

/* End - UserTable table scrollbar */

.th-wrap {
  vertical-align: middle;
  text-wrap: wrap;
}

/* Start - Power BI Reports */

.reportClass {
  height: 100vh;
  width: 100%;
}

.reportClassFull {
  height: 115vh;
  width: 100%;
}
/* End - Power BI Reports */

/* Sidebar */
.grid-container {
  /* width: 90vw; */
  margin: 0 auto;
  height: 100%;
  display: flex;
  gap: 25px;
  /* border: 2px solid rgba(0, 0, 0, .4); */
  transition: 1s ease;
  margin-bottom: 4rem;
}

.sidebar {
  width: 350px;
  /* height: 100%; */
  background: transparent linear-gradient(180deg, #005da9 0%, #002f55 100%) 0%
    0% no-repeat padding-box;
  transition: 0.5s ease;
  position: relative;
  border-radius: 20px;
  padding: 10px 15px;
}

.main-content {
  flex: 1;
  /* height: 70vh; */
  background-color: transparent;
  transition: 1s ease;
}

.main-content_large {
  flex: 1;
}

.sidebar_small {
  width: 77px;
}

.sidebar .tab-section {
  padding-top: 70px;
}

.sidebar .tab-section span {
  font-family: Montserrat-Bold;
  text-wrap: nowrap;
}

.sidebar.sidebar_small .tab-section span {
  display: none !important;
}

.sidebar .tab-btn img {
  width: 32px;
  margin-right: 8px;
}

.sidebar .tab-btn {
  padding: 6px 8px;
  color: #fff;
  width: 100%;
  background-color: transparent;
  text-align: left;
  border: none;
  border-radius: 8px;
  margin-bottom: 10px;
  text-wrap: nowrap;
  cursor: pointer;
}

.sidebar .tab-section .tab-btn span {
  display: inline-block;
}

.sidebar .tab-btn.active {
  background-color: rgb(255, 255, 255, 0.32);
}

.collapse-button {
  position: absolute;
  border: none;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  /* box-shadow: 0px 1px 4px 1px rgba(0 ,0, 0, .3); */
  right: -18px;
  top: 2rem;
  /* transform: translateX(-50%); */
  cursor: pointer;
  background-color: #0058a1;
  color: #fff;
}

.sidebar.sidebar_small .collapse-button {
  rotate: 180deg;
}

.collapse-button-responsive {
  display: none;
}

@media screen and (max-width: 767px) {
  .sidebar {
    width: 100%;
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
    border-radius: 0;
  }

  .sidebar_small {
    width: 0;
    padding: 0;
    transition: 1s ease;
  }

  .sidebar.sidebar_small .tab-btn {
    display: none;
  }

  .sidebar.sidebar_small .collapse-button {
    right: -20px;
    top: 49%;
    text-align: left;
  }

  .sidebar .collapse-button i {
    margin-left: 4px;
  }

  .sidebar .collapse-button {
    right: -20px;
    top: 49%;
    text-align: left;
  }

  .sidebar.sidebar_small .collapse-button .ham-bars {
    display: block;
  }

  .sidebar .collapse-button .ham-bars {
    display: none;
  }
}

.custom-inlinepadding {
  padding-inline: 5px !important;
}

/* Start - AgGrid Checkbox */

/* Style the header checkbox */
.ag-header-checkbox {
  /* appearance: none; */
  width: 1.05rem;
  height: 1.05rem;
  border: 1rem solid #a1a1a1;
  border-radius: 3px;
  background-color: white;
  display: inline-block;
  vertical-align: middle;
}

/* Style for checked state */
.ag-header-checkbox:checked {
  background-color: #0078d4;
  border-color: #0078d4;
  position: relative;
}

/* .ag-header-checkbox:checked::after {
  content: "✔";
  position: absolute;
  color: white;
  font-size: 12px;
  font-weight: 500;
  bottom: 0.0005px;
  left: 1px;
  rotate: 18deg;
} */

/* Indeterminate state (optional) */
.ag-header-checkbox:indeterminate {
  background-color: #0078d4;
}

.ag-header-checkbox:indeterminate::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background: white;
  top: 8px;
  left: 4px;
}

/* End - AgGrid Checkbox */

.courses-table > :not(caption) > * > * {
  padding: 0.15rem !important;
  /* font-size: 0.8rem; */
}

input.cm-checkbox:focus {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

/* Show checkmark when checked */
/* input.cm-checkbox:checked::after {
  content: "✔";
  font-size: 16px;
  color: white;
  position: absolute;
  left: 3px;
  top: -2px;
} */

/* Change focus behavior */
input.cm-checkbox:not(:checked):focus::after {
  content: "✔"; /* Show checkmark on focus */
  font-size: 0.8rem;
  background-color: #0078d4; /* Make it look like a preview */
  color: white;
  position: absolute;
  /* left: 3px; */
  top: -1px;
  width: 100%;
  display: flex;
  justify-content: center;
}

input.cm-checkbox:checked:focus::after {
  content: ""; /* Hide checkmark on focus */
}

/* Start - Collapsible Sidebar */

.sidebar {
  max-height: 90vh;
  background-color: #005aa7;
  overflow: visible;
  position: relative;
  border-radius: 20px;
  margin-block: 1rem;
}

.sidebar.collapsed {
  width: 110px;
}

.sidebar.expanded {
  width: 300px;
  min-width: 300px;
  max-width: 300px;
}

.sidebar .nav-link-group {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.3rem;
  transition: margin 0.3s ease-in-out;
  font-size: 0.9rem;
}

.sidebar .nav-link {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  white-space: nowrap;
  border-radius: 12px;
  margin: 0.3rem 0.8rem;
  background-color: rgba(255, 255, 255, 0.2);
  font-weight: 500;
  font-size: 0.8rem;
  color: #fff;
}

.sidebar .nav-link:hover {
  background-color: #cfdeef8f;
  color: #fff;
}

.sidebar .nav-link.active {
  background-color: #0070d1;
  font-weight: 900;
}

.toggle-btn-wrapper {
  position: absolute;
  top: 24px;
  right: -20px;
  z-index: 2;
}

.toggle-btn {
  background-color: #005aa7;
  color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
}

.toggle-btn:hover {
  background-color: #0070d1;
}

/* End - Collapsible Sidebar */

.boarding-tag {
  width: 150px;
  border-bottom-right-radius: 15px;
  padding: 0.2rem 0rem;
  text-align: center;
  font-size: 1rem;
  color: #fff;
  font-weight: 600;
}

.boarding-tag span {
  color: #fff;
}

.boarding-tag.boarded {
  background: #234084;
}

.boarding-tag.disembarked {
  background: #dd2b27;
}

.dashboard-cards {
  display: grid;
  grid-auto-flow: column; /* Fills down columns instead of across rows */
  grid-template-rows: repeat(3, 1fr); /* Adjust as needed */
  grid-template-columns: repeat(2, 250px);
  gap: 1.4rem;
  padding: 1rem;
}

.dashboard-card-box {
  border-radius: 12px;
  padding: 0.8rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  border-bottom: 0.2rem solid var(--custom-primary);
  color: var(--custom-primary);
}

.dashboard-card-header {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  font-weight: 800;
}

.dashboard-card-count {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}
