/* 
/* 
/*  custom.css
/*
/*  If not using Gulp and Sass, add your custom CSS below then include it
/*  in your page by adding a reference to assets/css/custom.css in the head of each page.
/*
*/
/* Global CSS, you probably don't need that */
/* Global CSS, you probably don't need that */

.custom-modal-xl {
  max-width: 95%; /* Or your desired width */
}

#iframeContent {
  height: 80vh; /* Adjust this value accordingly */
}

.clearfix:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
  }
  
  /* Responsive Arrow Progress Bar */
  

  
  .arrow-steps .step {
	font-size: 14px;
	text-align: center;
	color: #777;
	cursor: default;
	margin: 0 1px 0 0;
	padding: 20px 0px 20px 10px;
	width: 15%;
	float: left;
	position: relative;
	background-color: #d9e3f7;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  
  .arrow-steps .step a {
	color: #d9e3f7;
	text-decoration: none;
  }
  
  .arrow-steps .step:after,
  .arrow-steps .step:before {
	content: "";
	position: absolute;
	top: 0;
	right: -16px;
	width: 0;
	height: 0;
	border-top: 32px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 17px solid #d9e3f7;
	z-index: 2;
  }
  
  .arrow-steps .step:before {
	right: auto;
	left: 0;
	border-left: 17px solid #fff;
	z-index: 0;
  }
  
  .arrow-steps .step:first-child:before {
	border: none;
  }
  
  .arrow-steps .step:last-child:after {
	// border: none;
  }
  
  .arrow-steps .step:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
  }
  
  .arrow-steps .step:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
  }
  
  .arrow-steps .step span {
	position: relative;
  }
  
  *.arrow-steps .step.done span:before {
	opacity: 1;
	content: "";
	position: absolute;
	top: -2px;
	left: -10px;
	font-size: 11px;
	line-height: 21px;
  }
  
  .arrow-steps .step.current {
	color: #fff;
	background-color: #88c540;
  }
  
  .arrow-steps .step.current a {
	color: #d9e3f7;
	text-decoration: none;
  }
  
  .arrow-steps .step.current:after {
	border-left: 17px solid #88c540;
  }
  
  .arrow-steps .step.done {
	color: #173352;
	background-color: #88c540;
  }
  
  .arrow-steps .step.done a {
	color: #173352;
	text-decoration: none;
  }
  
  .arrow-steps .step.done:after {
	border-left: 17px solid #88c540;
  }

  
  .custom-hr {
	margin-top: 15px; /* Adjust the value to your desired spacing */
	margin-bottom: 15px; /* Adjust the value to your desired spacing */
  }
  
  


  /* for material table datatable */
  div.material-table {
    padding: 0;
  }
  
  div.material-table .hiddensearch {
    padding: 10px 14px 0 24px;
    border-bottom: solid 1px #DDDDDD;
    display: none;
  }
  
  div.material-table .hiddensearch input {
    margin: 0;
    padding-top: 2px;
    border: transparent 0 !important;
    height: 48px;
    color: rgba(0, 0, 0, .84);
  }
  
  div.material-table .hiddensearch input:active {
    border: transparent 0 !important;
  }
  
  div.material-table table {
    table-layout: fixed;
  }
  
  div.material-table .table-header {
    height: 64px;
    padding-left: 24px;
    padding-right: 14px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    -webkit-display: flex;
    border-bottom: solid 1px #DDDDDD;
  }
  
  div.material-table .table-header .actions {
    display: -webkit-flex;
    margin-left: auto;
  }
  
  div.material-table .table-header .btn-flat {
      min-width: 36px;
      padding: 0 8px;
  }
  
  div.material-table .table-header input {
    margin: 0;
    height: auto;
  }
  
  div.material-table .table-header i {
    color: rgba(0, 0, 0, 0.54);
    font-size: 24px;
  }
  
  div.material-table .table-footer {
    height: 56px;
    padding-left: 24px;
    padding-right: 14px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
    font-size: 12px !important;
    color: rgba(0, 0, 0, 0.54);
  }
  
  div.material-table .table-footer .dataTables_length {
    display: -webkit-flex;
    display: flex;
  }
  
  div.material-table .table-footer label {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.54);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row
    /* works with row or column */
    
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  
  div.material-table .table-footer .select-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row
    /* works with row or column */
    
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  
  div.material-table .table-footer .dataTables_info,
  div.material-table .table-footer .dataTables_length {
    margin-right: 32px;
  }
  
  div.material-table .table-footer .material-pagination {
    display: flex;
    -webkit-display: flex;
    margin: 0;
  }
  
  div.material-table .table-footer .material-pagination li:first-child {
    margin-right: 24px;
  }
  
  div.material-table .table-footer .material-pagination li a {
    color: rgba(0, 0, 0, 0.54);
  }
  
  div.material-table .table-footer .select-wrapper input.select-dropdown {
    margin: 0;
    border-bottom: none;
    height: auto;
    line-height: normal;
    font-size: 12px;
    width: 40px;
    text-align: right;
  }
  
  div.material-table .table-footer select {
    background-color: transparent;
    width: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    height: auto;
    margin-left: 20px;
  }
  
  div.material-table .table-title {
    font-size: 24px;
    color: #000;
  }
  
  div.material-table table tr td {
    padding: 0 0 0 35px;
    height: 45px;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.87);
    border-bottom: solid 1px #DDDDDD;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  div.material-table table tr td a {
    color: inherit;
  }
  
  div.material-table table tr td a i {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.54);
  }

  .no-sort::after { display: none!important; }
  .no-sort { pointer-events: none!important; cursor: default!important; }
  
  div.material-table table tr {
    font-size: 12px;
  }
  
  div.material-table table th {
    font-size: 12px;
    font-weight: 500;
    color: #757575;
    cursor: pointer;
    white-space: pre;
    height: 45px;
    padding-left: 35px;
    padding-right: 35px;
    vertical-align: middle;
    outline: none !important;
  }
  
  div.material-table table th.sorting_asc,
  div.material-table table th.sorting_desc {
    color: rgba(0, 0, 0, 0.87);
  }
  
  div.material-table table th.sorting:after,
  div.material-table table th.sorting_asc:after,
  div.material-table table th.sorting_desc:after {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    content: "arrow_back";
    -webkit-transform: rotate(90deg);
    display: none;
    vertical-align: middle;
  }
  
  div.material-table table th.sorting:hover:after,
  div.material-table table th.sorting_asc:after,
  div.material-table table th.sorting_desc:after {
    display: inline-block;
  }
  
  div.material-table table th.sorting_desc:after {
    content: "arrow_forward";
  }
  
  div.material-table table tbody tr:hover {
    background-color: #EEE;
  }
  
  div.material-table table th:first-child,
  div.material-table table td:first-child {
    padding: 0 0 0 24px;
  }
  
  div.material-table table th:last-child,
  div.material-table table td:last-child {
    padding: 0 24px 0 56px;
  }


  .dataTables_wrapper .dataTable {
	  width: 100% !important;
  }
  .nav-tabs-container::-webkit-scrollbar {
    height: 5px; /* Adjust as per your preference */
  }
/* CSS for the tabs on secondary header*/
.nav-tabs-container {
    overflow-x: auto;
    white-space: nowrap; /* To ensure the tabs do not wrap to the next line */
  }
  
  .nav-tabs {
    min-width: 800px; /* Adjust this value to your requirement */
    flex-wrap: nowrap; /* To prevent wrapping on smaller screens */
  }

  .nav-tabs-container::-webkit-scrollbar-thumb:hover {
    background: #555;
  }


.calendar-table td {
  padding: inherit;
}

.image-container {
  display: flex;
  align-content: center;
  align-items: center;
  /* text-align: center; */
  /* padding: 5px; */
  justify-content: center;
  height: 100%;
  background-color: lightgray;
}
.image-container .profile-img-placeholder {
  font-size: 5rem;
}

#collapse-table .modal-xl {
  max-width:  1740px;
}

#competency-container table thead th {
  width: 20%;
}

/* hide ck editor notification warning */
.cke_notifications_area {
	display: none;
}

.p-viewer {
	z-index: 9999;
	position: absolute;
	top: 15%;
	right: 10px;
}

.mao-form-container {
  max-width: 1400px !important;
  margin: 0 auto;
}

.error-field {
  color: red;
  font-size: .8rem;
}

.custom-control-label {
  font-size: 0.875em !important;
  color: #343a40 !important;
}

.df-font-color {
  color: var(--mao-font-color);
}

.btn-primary {
  background-color: var(--mao-font-color);
  border-color: var(--mao-font-color);
}

.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active {
  background-color: var(--mao-font-color-light);
  border-color: var(--mao-font-color-light);
}

.cursor-pointer {
  cursor: pointer;
} 

.desc-width {
  cursor: pointer;
  vertical-align: middle;
  text-overflow: ellipsis;
}

.expanded {
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
  word-break: break-word;
}

.border-red {
  border: 1px solid red;
}

.attachment {
  width: 100%;
  box-sizing: border-box;
  padding: 2.5rem;
  border: 1px dashed #255c92;
  background-color: #f4f8fc;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}