body {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1em;
  overflow-x: hidden;
}

a:focus-visible {
  outline: none;
}

button:focus-visible {
  outline: none;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a {
  color: #1d3050;
  text-decoration: none;
}

a:hover {
  color: #237abf;
}

.cursorPointer {
  cursor: pointer;
}

.btn-primary {
  color: #fff;
  border: 1px solid #237abf;
  background: #237abf;
}

.btn-primary.apply_filter {
  color: #fff;
  border: 1px solid #081c6d;
  background: #081c6d;
}

.textheavyGreen {
  color: #17ac9a;
}

.textGreen {
  color: #8cc440;
}

.textBlue {
  color: #237abf;
}

.textBlueTwo {
  color: #01437d;
}

.textGrey {
  color: rgba(44, 44, 44, 0.7);
}

.textLightGrey {
  color: rgba(0, 0, 0, 0.5);
}

.orangetext {
  color: #ca0d4b;
}

.yellowText {
  color: #d9980d;
}

.lightGreyTxt {
  color: #576a85;
}

.riskTextColor {
  color: #c8250c;
}

.lowTextColor {
  color: #17ac9a;
}

.midiumTextColor {
  color: #cb9d14;
}

.textBlueDark {
  color: #1d3050;
}

.textBlueAnotherDark {
  color: #00072b;
}

.yellowBg {
  background: #d9980d;
}

.fWeight400 {
  font-weight: 400;
}

.fWeight500 {
  font-weight: 500;
}

.fWeight600 {
  font-weight: 600;
}

.fWeight700 {
  font-weight: 700;
}

.fWeight800 {
  font-weight: 800;
}

.fWeight900 {
  font-weight: 900;
}

.sticky-top {
  background: #fff;
}

.WelcomeTxt {
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
}

.loginLeft {
  padding: 150px 150px 0px 150px;
}

.loginRight {
  padding: 150px 60px 0px;
  height: 100vh;
  min-height: 100%;
}

.loginRight h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}

.pt-100 {
  padding-top: 100px;
}

.welcomeBoldTxt {
  font-weight: 600;
  font-size: 20px;
  color: #36465d;
}

.loginBtn {
  background: #237abf;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  padding: 17px 20px;
}

.loginBtn:hover {
  background: #8cc440;
  border: 1px solid #8cc440;
}

.carousel-indicators {
  bottom: -150px;
}

.carousel-indicators [data-bs-target] {
  background-color: #237abf;
  width: 150px;
}

input[type="checkbox"] {
  accent-color: #01437da1;
  zoom: 2;
  border: 1px solid #01437da1;
  margin-right: 5px;
}

.navbar .navbar-toggler {
  top: 1.25rem;
  right: 1rem;
  background: #237abf;
}

.pageTitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin: 0px;
  color: #1d3050;
  padding-top: 10px;
  padding-bottom: 10px;
}

.itemBox {
  color: #242629;
  font-size: 15px !important;
  font-weight: 500 !important;
  width: 100%;
  text-align: left;
  padding: 20px 15px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  margin: 0 0;
}

.itemBoxActive {
  /* border-radius: 10px; */
  border: 1px solid #081c6d;
  background: #081c6d;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 20px 15px;
  border-right: 6px solid #8bc53f;
}

/* .sidebar{overflow-y: auto; padding-bottom: 70px;} */
.sidebar .dropdown-menu {
  position: static !important;
  margin: -15px 0px 15px 0px !important;
  transform: translate(0px, 10px) !important;
  background-color: rgb(59 116 190 / 31%);
  border: 0px transparent;
  border-radius: 0px;
  padding-left: 25px;
}

.navbar-dark .navbar-brand {
  background: #fff;
  box-shadow: none;
  width: 250px;
  /* margin-left: 48px; */
}

.itemBoxInnerBg {
  border-radius: 10px;
  border: 1px solid #c7deef;
  background: #f4faff;
}

.itemBoxInner {
  padding: 2px 0px !important;
}

.nav-link.innerActive {
  color: #237abf;
}

.footer {
  position: relative;
  bottom: 0;
  background: #00072b;
  width: 100%;
  z-index: 999;
}

.footer span {
  font-weight: 600;
}

.permitWork {
  border-radius: 13.397px;
  border: 1px solid #d3dee7;
  background: #fff;
  padding: 15px 20px;
  display: flex;
  margin: 10px 0px;
  background: url("../img/circle-strip.png") bottom left no-repeat;
  height: calc(100% - 20px);
}

.hotBox {
  text-align: center;
}

.coldBox {
  text-align: center;
}

.pwCircle {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #ddd;
  font-size: 24px;
  line-height: 62px;
  font-weight: 600;
  margin: 0px 7px 7px 7px;
}

.pwtextBox > p {
  color: #576a85;
  font-size: 18px;
  font-weight: 500;
  line-height: 26.774px;
}

.pwtextBox {
  display: inline-grid;
}

.btn-add-course {
  border-radius: 5px;
  border: 1px solid #237abf !important;
  padding: 10px 15px;
  background: #237abf !important;
  color: #fff !important;
  cursor: pointer;
}

.btn-add-course:hover {
  background: #01437d !important;
}

.subHeading {
  color: #576a85;
  font-size: 16px;
  font-weight: 600;
  padding: 30px 0px 20px;
}

.owl-carousel {
  width: 95%;
  margin: auto;
}

.owl-prev {
  width: 27px;
  height: 27px;
  background: #237abf !important;
  color: #fff !important;
  line-height: 24px !important;
  border-radius: 50%;
  position: absolute;
  top: 40%;
  left: -30px;
}

.owl-next {
  width: 27px;
  height: 27px;
  background: #237abf !important;
  color: #fff !important;
  line-height: 24px !important;
  border-radius: 50%;
  position: absolute;
  top: 40%;
  right: 0px;
  right: -30px;
}

.isMetarialBox {
  border-radius: 10px;
  border: 1px solid #e3e3e3;
  background: #fff;
  height: 100%;
}

.isMetarialBox > img {
  width: 100%;
}

.owl-carousel .owl-item .isMetarialAction img {
  width: auto !important;
}

.isMetarialBoxContent {
  padding: 15px;
}

.isMetarialDetails {
  color: #242629;
  font-size: 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding-bottom: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.isMetarialAction {
  padding-top: 12px;
}

.progress {
  height: 5px;
}

.progress-bar {
  background: #237abf;
}

.isMetarialAction p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0px;
  color: #8192ab;
}

.blueBtn {
  background: #081c6d;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  padding: 8px 2rem;
  margin: 5px 0px 5px 15px;
}

.blueBtn:hover {
  background: transparent;
  color: #237abf;
  border: 1px solid #237abf;
}

.checkboxGrid .form-check .form-check-input {
  float: left;
  margin-left: -0.6em;
  margin-top: 0px;
  zoom: 2.5;
  margin-right: 5px;
}

.checkboxGrid .form-check-input:checked {
  background-color: #01437d;
  border-color: #01437d;
}

.form-check-input:focus {
  box-shadow: none;
}

.positionFixed {
  position: absolute;
  right: 10px;
  bottom: 15px;
  cursor: pointer;
}

.thBack {
  border-radius: 10px;
  border: 1px solid #c7deef;
}

.thBack th {
  /*padding-top: 12px;
  padding-bottom: 12px;*/
  background-color: #f4f6ff !important;
  color: #242629 !important;
}



/* .table>:not(:last-child)>:last-child>*{border: 0px transparent;} */

.requestBtn {
  border-radius: 22px;
  border: 0.5px solid #42854b;
  background: #e7ffea;
  color: #42854b;
  font-size: 11px;
  font-weight: 500;
  padding: 9px 12px;
  max-width: 110px;
  width: 100%;
  margin: 4px;
}

.resetbtn {
  color: #ee0202;
  background-color: #ffffff;
  border-color: #ee0202;
}

.exportbtn {
  color: #ffffff;
  background-color: #127c54;
  border-color: #127c54;
}
.viewBtn {
  border-radius: 4px;
  border: 0.5px solid#081C6D;
  background: #081c6d;
  color: white;
  font-size: 11px;
  font-weight: 500;
  padding: 9px 12px;
  max-width: 54px;
  width: 100%;
  margin: 4px;
}

a.btn.btn-warning.viewBtn:hover {
  background-color: #9f4714;
  border: 0.5px solid #9f4714;
}

.assignBtn {
  border-radius: 4px;
  border: 0.5px solid #237abf;
  background: transparent;
  color: #237abf;
  font-size: 11px;
  font-weight: 500;
  padding: 9px 15px;
  max-width: 65px;
  width: 100%;
  margin: 4px;
}

.assignRoleBtn {
  border-radius: 4px;
  background: transparent;
  /* color: #dc3545; */
  color: #8b1111;
  font-size: 11px;
  font-weight: 500;
  padding: 9px 15px;
  margin: 4px;
}

.assignRoleBtn:hover {
  color: #fff !important;
}


.flexGrid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.w250 {
  max-width: 250px;
  width: 100%;
}

.InvestBtn {
  border-radius: 6px;
  background: #237abf;
  max-width: 235px;
  width: 100%;
}

.greyBox {
  border-radius: 10px;
  border: 1px solid #c7deef;
  background: #f4faff;
}

.boxInner {
  width: 33.33%;
  padding: 14px 15px;
}

.boxInner p {
  margin-bottom: 0px;
}

.pageTitleSecond {
  color: #237abf;
  font-size: 18px;
  font-weight: 600;
}

.boxInner25 {
  margin: 5px 0px;
}

.boxInner25 > p {
  margin-bottom: 0px;
  color: #1d3050;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  opacity: 0.7;
}

.incidentReport .nav-link {
  color: #182538;
  font-weight: 500;
}

.incidentReport .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #fff #fff #237abf;
  border-bottom: 3px solid;
  color: #237abf !important;
  font-weight: 600;
}

.thBack.thBackTwo th {
  padding: 8px;
  color: #1d3050;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.tab-content tr td,
.tab-content tr th {
  padding: 16px 8px !important;
  vertical-align: middle;
  min-width: 266px;
}

.changePasswordBtn {
  border-radius: 6px;
  color: #d9980d;
  max-width: 220px;
  width: 100%;
  background: transparent;
  border: 1px solid #d9980d;
}

.UpdateBtn {
  border-radius: 6px;
  color: #fff;
  max-width: 220px;
  width: 100%;
  background: #237abf;
  border: 1px solid #237abf;
  margin-left: 10px;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: transparent;
  opacity: 1;
  border: 0px;
  border-bottom: 1px solid #f2f2f2;
  font-weight: 600;
  padding: 0px 50px 0px 0px;
}

.customTable tr td {
  vertical-align: middle;
  font-size: 14px;
}

.customTable tr th {
  font-size: 14px;
  color: #242629;
  font-weight: 500;
}

.addUserForm ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 14px;
  height: 50px;
  font-family: inherit;
  color: #00072b;
  opacity: 0.5;
}

.addUserForm ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px;
  height: 50px;
  font-family: inherit;
  color: #00072b;
  opacity: 0.5;
}

.addUserForm :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 14px;
  height: 50px;
  font-family: inherit;
  color: #00072b;
  opacity: 0.5;
}

.addUserForm :-moz-placeholder {
  /* Firefox 18- */
  font-size: 14px;
  height: 50px;
  font-family: inherit;
  color: #00072b;
  opacity: 0.5;
}

.myProfile {
  padding: 25px 25px;
  border: 1px solid rgba(89, 122, 148, 0.4);
  border-radius: 4px;
}

.profileDiv {
  border-radius: 50%;
  margin-bottom: 5px;
}

.pt70 {
  padding-top: 100px;
}

.btnOrange {
  border: 1px solid #d9980d;
}

.submitBtn {
  background: #237abf;
}

.uploadBox {
  border-radius: 10px;
  border: 1px dashed #c7deef;
  background: #f4faff;
  padding: 20px;
  position: relative;
  min-height: 200px;
}

.uploadBox h6 {
  color: #00072b;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.uploadBox .uploadBoxInput {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  cursor: pointer;
}

.uploadBox h6 span {
  color: #237abf;
}

.uploadBox p {
  color: #00072b;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  word-break: break-word;
}

.customHeight {
  height: 100%;
  min-height: 100vh;
  margin-left: 245px !important;
  padding: 0 40px !important;
  width: calc(100% - 245px);
  padding-bottom: 180px !important;
  position: relative;
  background-color: #f9f9fc;
}

.navbar-nav .dropdown-menu {
  position: absolute;
}

.dateAndTime {
  padding-top: 20px;
  margin: 0px;
  font-size: 14px;
  color: #00072b;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.learningMatarialBox {
  border-radius: 10px;
  border: 1px solid #bcc9d3;
  background: #fff;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.isMetarialBoxImg {
  width: auto !important;
  min-height: 185px;
  height: 185px;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #ddd;
}

.learningMatarialBox .isMetarialBoxImg img {
  width: auto !important;
  margin: 0px auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.completedBtn {
  border-radius: 4px;
  background: #568f09;
  border: 1px solid #568f09;
  text-transform: capitalize;
}

.completedBtn:hover {
  background: rgba(85, 144, 9, 0.8);
}

.incompleteBtn {
  background: #d9980d !important;
  border: 1px solid #d9980d;
  text-transform: capitalize;
}

.incompleteBtn:hover {
  background: rgba(217, 152, 13, 0.8) !important;
  border: 1px solid #9c6d06 !important;
}

.page-link {
  padding: 0.5rem 1rem;
}

.breadcrumb-item {
  font-weight: 400;
}

.breadcrumb-item.active {
  color: #081c6d;
}

.moretext {
  display: none;
}

.activebtn {
  background-color: #e4ffe9;
  color: #118b27;
  border: none;
}

.pendingbtn {
  background-color: #fff8e4;
  color: #bf9723;
  border: none;
}

.closebtn {
  background-color: #c1ffcd;
  color: #118b27;
  border: none;
}

.timebtn {
  background-color: #ffd4c1;
  color: #8b3611;
  border: none;
}

.deactivebtn {
  background-color: #ffe4e4;
  color: #8b1111;
  border: none;
}

/* .activeBtn {
  color: #d9980d;
  border-radius: 4px;
  border: 0.5px solid var(--ORANGE, #d9980d);
  background: #fffae7;
  max-width: 100px;
  width: 100%;
} */

.activeBtn:hover {
  background: transparent;
}

/* .deActiveBtn {
  color: #fff;
  border-radius: 4px;
  border: 1px solid #c8250c;
  background: #c8250c;
  max-width: 100px;
  width: 100%;
} */

.deActiveBtn:hover {
  background: transparent;
  color: #c8250c;
}

.eyeBtn {
  color: #fff;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  border: 1px solid #d9980d;
  padding: 0px;
  margin: 3px;
}

.editBtn {
  color: #fff;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  border: 1px solid #237abf;
  padding: 0px;
  margin: 3px;
}

.deleteBtn {
  color: #fff;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  border: 1px solid #c8250c;
  padding: 0px;
  margin: 3px;
}

.smTextStyle {
  color: rgba(28, 47, 79, 0.6);
  font-size: 11px;
  margin: 0px;
  padding: 10px 0px 7px;
}

.smTextStyle span {
  color: rgba(28, 47, 79);
}

.AbsoluteText {
  font-size: 11px;
  font-weight: 500;
  padding: 6px 14px;
  background: #fff;
  border-radius: 4px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.AbsoluteTextGreen {
  color: #57a23e;
}

.AbsoluteTextOrange {
  color: #ef771d;
}

.AbsoluteTextPurple {
  color: #6f5fd2;
}

.AbsoluteTextBrown {
  color: #b55142;
}

.borderGreen {
  border: 1px solid #57a23e;
}

.leftCourseDetailsImg {
  border-radius: 8px;
  max-width: 346px;
  padding: 10px 10px;
  border: 1px solid #ccc;
  margin-right: 30px;
  text-align: center;
  /* height: 100%; */
  width: 100%;
}

.aboutAddCourse {
  border-radius: 10px;
  /* background: #edf5fb; */
  padding: 16px;
  min-height: 320px;
}

.aboutAddCourse h4 {
  font-size: 18px;
  color: #237abf;
  font-weight: 600;
  padding: 10px 0px;
}

.aboutCourseList {
  padding: 10px 0px;
  margin: 0px;
}

.aboutCourseList li {
  list-style: none;
  padding: 8px 0px;
  font-size: 14px;
  /* display: flex; */
  /* justify-content: space-between; */
}

.aboutCourseList li span {
  text-align: left;
  line-height: 21px;
  padding-left: 0px;
  font-weight: 600;
  color: #1d3050;
  padding-top: 3px;
  font-size: 16px;
}

.rightCourseDetails h3 {
  color: #237abf;
  font-size: 24px;
  font-weight: 600;
}

.rightCourseDetails p {
  color: #00072b;
  line-height: 31.5px;
}

.itemDropdown {
  /* border-radius: 10px;
  border: 1px solid #237abf;*/
  background: transparent;
  color: #242629;
  font-size: 12px;
  font-weight: 500;
  width: 100%;
  text-align: left;
  padding: 10px 15px;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #ccc;
}

.sidebar .btn-secondary:hover {
  color: #fff;
  background-color: #081c6d;
  /* border-color: #2083d2 !important; */
  border-right: 6px solid #8bc53f;
}

.sidebar .itemDropdown > img {
  max-width: 28px;
}

.sidebar .itemDropdown:focus {
  background-color: #081c6d;
  border-color: #081c6d;
  box-shadow: none;
  border-right: 6px solid #8bc53f;
}

.sidebar .itemDropdown.active {
  background-color: #2083d2;
  border-color: #2083d2;
  box-shadow: none;
  border-right: 6px solid #8bc53f;
  box-shadow: none;
  border-right: 6px solid #8bc53f;
}

.sidebar .itemDropdown.active {
  /* background-color: #2083d2; */
  background-color: #081c6d;
  border-color: #2083d2;
  box-shadow: none;
  border-right: 6px solid #8bc53f;
}

/* ---------------css by juhi------------------- */
#sidebarMenu .btn-secondary.active {
  background-color: #0070bf;
  /* height: 55px; */
}

.sidebar .dropdown-menu {
  background-color: #fff !important;
  border: 1px solid #b6ccdb;
}

/* .sidebar .itemDropdown {
  height: 60px;
} */

.sidebar .nav-link.active {
  /* color: #0070bf; */
  color: #081c6d;
}

/* .sidebar .nav-link {
  white-space: nowrap;
}
  */
.sidebar .nav-item.mb-2.ps-4 {
  padding-left: 0 !important;
}

/* .sidebar .dropdown {
  margin: 0 8px;
} */

.sidebar .btn {
  border-radius: 0;
}

ul.nav.flex-column img {
  width: 20px !important;
  margin-right: 7px !important;
  height: 20px;
}

.addUserForm .form-label {
  margin-bottom: 7px !important;
  font-weight: 500;
  color: #00072b;
}

.addUserForm .form-control {
  font-size: 16px;
  height: 50px;
  color: #00072b;
  margin-bottom: 5px;
  border-bottom: 1px solid #ede3e3;
}

.form-control[type="file"]:not(:disabled):not([readonly]) {
  height: auto;
}

.addUserForm .form-control:focus {
  box-shadow: none;
  border: 1px solid #01437d;
}

.user-modal .modal-title {
  font-size: 18px;
  font-weight: 500;
}

.user-modal .modal-header {
  padding: 10px 15px;
}

.user-modal .modal-body {
  text-align: center;
  padding: 30px 0;
}

.user-modal button.close {
  background: #fff;
  border: 1px solid #fff;
  color: #01437d;
  border-radius: 3px;
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  font-weight: 500;
  position: absolute;
  right: 9px;
  top: 11px;
  justify-content: center;
}

.user-modal .modal-dialog {
  transform: translateY(-64%) !important;
  top: 50%;
}

.modal-label {
  display: flex;
  justify-content: center;
  margin-left: 120px;
}

.user-modal form {
  margin-bottom: 0;
}

.customTable .btn-danger {
  font-size: 14px;
}

.customTable .btn {
  font-size: 12px;
  padding: 5px 10px;
}

.right-incident-panel {
  display: flex;
}

.incident-sec label {
  font-size: 14px;
}

.incident-sec .form-select {
  font-size: 14px;
  height: 40px;
}

.incident-sec .form-control {
  font-size: 14px;
}

.incident-sec .btn {
  font-size: 14px;
  margin-right: -10px;
}

/* .btn-success {
  font-size: 14px;
} */

/* .btn-primary {
  font-size: 14px;
} */

li.breadcrumb-item i {
  padding-right: 4px;
}

.addUserForm .select2-container--default .select2-selection--single {
  height: 50px;
  line-height: 35px !important;
  font-size: 14px;
  padding: 3px 3px;
}

.addUserForm
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 42px;
}

.checkbox-custom .form-check-label {
  font-size: 14px;
  display: flex;
  align-items: center;
}

.checkbox-custom .form-check-input {
  width: 14px;
  height: 14px;
  border-radius: 3px;
  margin-right: 3px !important;
  margin-top: -2px !important;
  border: 1px solid #01437da1;
}

#ribbon {
  display: none;
}

.alert-danger p {
  font-size: 14px;
}

.alert-danger li {
  font-size: 14px;
}

.custom-table tr:last-child td {
  border-bottom: 1px solid #e1e1e1 !important;
}

.navbar-nav .dropdown-menu li {
  font-size: 13px;
}

.navbar-nav .dropdown-item:hover {
  background-color: #0070bf;
  color: #fff;
}

.permit-req label.select {
  border: 1px solid #bdbdbd;
  border-radius: 4px;
  height: 35px;
}

.permit-req .col-2 {
  padding: 0 0 !important;
  margin: 0 5px 10px;
}

.permit-req .col {
  padding: 0 0 !important;
  float: none;
}

/* .permit-req {
  display: flex;
  flex-wrap: wrap;
} */

.permit-req label.select i {
  background: transparent;
  top: 12px;
}

.permit-req .select2-container .select2-selection--single {
  border: none;
  font-size: 13px;
}

.permit-req
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 33px;
}



.permit-req .select select {
  border: none !important;
  background-color: transparent;
}

/* .permit-req label.input input {
  height: 33px ;
} */

.permit-req .select2-selection__arrow b:before {
  content: none;
}

.permit-req.report {
  display: flex;
  justify-content: space-between;
}

.custom-check {
  display: flex;
  align-items: center;
}

.custom-check label.form-check-label {
  font-size: 15px;
}

.incident-sec .select2-selection--multiple {
  /* height: 32px !important; */
  border: 1px solid #ced4da !important;
  z-index: 1;
}

.incident-sec .select2-selection__choice {
  background-color: #0d6efd !important;
  border: 1px solid #0d6efd !important;
  font-size: 12px;
}

.incident-sec .select2-selection__choice__remove:before {
  position: absolute;
  right: -6px;
  top: -5px;
}

.incident-sec .flexGrid {
  align-items: flex-start;
  margin: 0 10px 0 0;
}

.incident-sec .cal.datepicker {
  height: 40px;
  border: 1px solid #ced4da;
  border-radius: 5px;
  padding: 0 10px;
}

.flexGrid.incident-sec {
  align-items: center;
}

.incident-sec a.btn.btn-danger.toggle {
  min-width: 110px;
}

.incident-sec .select2-selection__rendered {
  display: block !important;
}

.tag-course .select2-selection__choice {
  background-color: #0d6efd !important;
  border: 1px solid #0d6efd !important;
  font-size: 12px;
  color: #fff;
  position: relative;
}
.addBtn {
  background-color: #a40001;
  border: none;
}

.addBtn:hover {
  background: #a40001;
  color: #fff;
  border: 1px solid #a40001;
}

.tag-course .select2-selection__choice__remove {
  position: absolute;
  right: -5px;
  top: -8px;
  color: #7a6363 !important;
}

.cancelBtn {
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  padding: 8px 2rem;
  color: #a40001;
  border-radius: 6px;
  border: 1px solid #a40001;
  margin: 5px 15px;
}

.cancelBtn:hover {
  background: #237abf;
  color: #fff;
  border: 1px solid #a40001;
}

.ps-3.me-auto.m-text-center.lightGreyTxt {
  color: #242629;
  padding-left: 28px !important;
}

/* .admin-table td:last-child {
  display: flex;
} */
td.sorting_1 {
  width: 10px !important;
}

.memberTable {
  overflow-x: auto;
}

.fc .fc-toolbar.fc-header-toolbar {
  background: #f4faff;
  width: 100%;
  border: 1px solid #c7deef;
  border-radius: 10px;
  padding-right: 12px;
}

.fc-toolbar-chunk > div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fc-toolbar-chunk > div button {
  margin: 0px 50px !important;
  background: transparent !important;
  color: #237abf !important;
  border: 0px transparent !important;
  font-size: 24px !important;
  outline: none !important;
}

.fc-theme-standard .fc-scrollgrid {
  border: 0px;
}

.fc-theme-standard td:first-child {
  border-left: 1px solid #6c90ac;
}

.fc-theme-standard td,
.fc-theme-standard th {
  border: 1px solid #6c90ac;
}

/*table tr:first-child th {
  border-right: 0px !important;
  border-left: 0px;
}*/

.fc .fc-button-primary:focus {
  box-shadow: none !important;
}

.fc-h-event {
  background-color: #e6f1fe;
  border: #e6f1fe;
  display: block;
  border-radius: 4px;
}

.fc-h-event .fc-event-main {
  color: #144b8c;
  font-size: 13px;
  font-weight: 500;
  padding: 10px;
}

.fc .fc-daygrid-day-number {
  padding: 10px;
  position: relative;
  z-index: 4;
  font-size: 20px;
  font-weight: 600;
  color: #1d3050 !important;
}

.fc .fc-col-header-cell-cushion {
  display: inline-block;
  padding: 5px 4px;
  color: #1d3050 !important;
  font-weight: 600;
}

.fc-today-button {
  background: #8bc53f !important;
  border: 1px solid #8bc53f !important;
  text-transform: capitalize !important;
  color: #fff !important;
}

.fc .fc-button-primary:disabled {
  background-color: #2c3e50 !important;
  border-color: #2c3e50 !important;
  color: #fff !important;
}

.inputGroupIcon {
  position: absolute;
  left: 13px;
  top: 8px;
}

.auditMember a {
  font-size: 18px;
  color: #237abf;
  text-decoration: underline;
}

.offcanvas-end {
  width: 894px;
}

.tHead {
  background: #f4faff;
  border-radius: 6px;
  border: 1px solid #c7deef;
}

.tHead th {
  font-size: 14px;
  padding: 10px 5px;
}

.tBody tr td {
  font-size: 13px;
  vertical-align: middle;
  padding: 12px 5px;
}

.table > :not(:last-child) > :last-child > * {
  border-bottom: 0px transparent !important;
}

.form-check-input[type="radio"] {
  border-radius: 50%;
  text-align: center;
  float: none;
  margin: 0px auto;
}

.tHead th:last-child {
  min-width: 105px;
  text-align: center;
}

.tBody th:last-child {
  min-width: 105px;
  text-align: center;
}

.tBody .form-check {
  padding-left: 0px;
  text-align: center;
}

.stmTitle {
  color: #1d3050;
  font-size: 20px;
  font-weight: 600;
}

.sacQuetionGrid {
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 18px;
}

.questionOption {
  padding: 15px 0px;
}

.questionName {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #00072b;
}

.questionOption .form-check {
  display: flex;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
  align-items: center;
  justify-content: flex-start;
}

.questionOption .form-check-input[type="radio"] {
  margin: 0px 7px;
}

.uploadFileBox {
  border-radius: 4px;
  border: 1px dotted #237abf;
  padding: 10px 16px;
  font-size: 12px;
  font-weight: 500;
  position: relative;
  max-width: 124px;
  width: 100%;
}

.uploadFile {
  position: absolute;
  opacity: 0;
  top: 0px;
  left: 0px;
  height: 40px;
  width: 100%;
  cursor: pointer;
}

.sacQuetionGrid:last-child {
  border-bottom: 0px;
}

.checklistSection .accordion-item {
  border: 0px transparent;
}

.checklistSection .accordion-button {
  background-color: #e7f1ff;
  box-shadow: none !important;
  border: 1px solid #ddd;
  margin-bottom: 16px;
  border-radius: 6px;
}

.auditNameBox {
  border: 1px solid #c7deef;
  background: #f4faff;
  padding: 0px 12px;
  border-radius: 10px;
  margin: 16px 0px;
}

.auditDate {
  color: #1d3050;
  font-weight: 400;
  padding: 15px 0px;
}

.auditDate span {
  font-weight: 600;
}

.auditBlueHeading {
  color: #237abf;
  font-size: 18px;
  font-weight: 600;
  padding: 30px 0px;
}

.auditSubHeading {
  color: #1d3050;
  font-weight: 600;
}

.borderBottom {
  border-bottom: 1px solid #c7deef;
}

.checklistSection .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #fff;
  border-color: #fff #fff #237abf #fff;
  border-bottom: 3px solid #237abf;
}

.checklistSection .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #fff #fff #237abf #fff;
  border-bottom: 3px solid #237abf;
}

.tabTitle {
  font-size: 18px;
  font-weight: 600;
  margin: 0px 30px 0px 0px !important;
  color: #237abf !important;
}

.auditDetailTab {
  overflow-x: auto;
  flex-wrap: nowrap;
}

.auditDetailTab li button {
  width: 100%;
}

.courseDetailSec {
  overflow-x: auto;
}

/* button{margin-top: 5px !important; margin-bottom: 5px !important;}
a.btn {padding: 0px 20px;margin-top: 5px;margin-bottom: 5px; display: flex; align-items: center;} */

.navbar-dark .navbar-brand img {
  height: 73px;
}

.dataTables_filter {
  width: 100%;
}

@media (max-width: 1500px) {
  .table-bordered thead th {
    vertical-align: middle;
  }

  /* .dt-toolbar {
    width: calc(100% - 50px) !important;
  } */
}

@media (max-width: 1400px) {
  table.table .btn {
    padding: 5px 5px;
    max-width: none;
    width: auto;
    font-size: 11px;
    margin: 0 2px;
  }

  .customTable tr th,
  .customTable tr td {
    font-size: 12px;
  }

  .btn-add-course {
    border-radius: 5px;
    border: 1px solid #237abf !important;
    padding: 6px 12px;
    background: #237abf !important;
    color: #fff !important;
    cursor: pointer;
    font-size: 13px;
  }

  .pwtextBox > p {
    font-size: 14px;
    line-height: 21px;
  }

  .pwCircle {
    font-size: 20px;
    width: 55px;
    height: 55px;
    line-height: 55px;
  }

  .isMetarialDetails {
    font-size: 12px;
    line-height: 17px;
  }

  .isMetarialAction p {
    font-size: 12px;
  }

  .incidentReportBox h3 {
    font-size: 15px;
  }

  .my-account {
    font-size: 12px;
  }

  .countTxt {
    font-size: 26px;
  }

  .incident-sec label {
    font-size: 12px;
  }

  .incident-sec .form-select {
    font-size: 12px;
  }

  .incident-sec .btn {
    font-size: 12px;
  }

  .incident-sec .form-control {
    font-size: 12px;
  }

  .addUserForm .select2-container--default .select2-selection--single {
    font-size: 12px;
  }

  .addUserForm .select2-results__option[aria-selected] {
    font-size: 12px;
  }

  .custom-table th,
  td {
    font-size: 13px;
  }

  .title-report {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .loginLeft {
    padding: 20px 0px;
  }

  .loginRight {
    padding: 60px 0px;
  }

  .carousel-indicators {
    bottom: -70px;
  }

  .form-control {
    margin: 8px 0px;
  }

  .form-select {
    margin: 8px 0px;
  }

  .ps-3.me-auto.m-text-center.lightGreyTxt {
    padding-left: 0px !important;
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .loginLeft {
    padding: 20px 0px;
  }

  .pt-100 {
    padding-top: 0px;
  }

  .loginRight {
    padding: 20px 0px;
  }

  .mTextCenter {
    text-align: center;
  }

  .m-text-center {
    text-align: center;
    margin: 0px !important;
    width: 100%;
  }

  .navbar-dark .navbar-brand {
    box-shadow: none !important;
  }

  .boxInner {
    width: 50%;
  }

  .customHeight {
    margin-left: 0px !important;
    width: calc(100% - 0px) !important;
  }

  .form-control {
    margin: 8px 0px;
  }

  .form-select {
    margin: 8px 0px;
  }

  .offcanvas-body {
    padding: 1rem 0rem;
  }

  form br {
    display: none;
  }
  .incident-buttons {
    margin-bottom: 15px;
  }
}

@media (max-width: 575px) {
  .lableMobile {
    min-width: 160px !important;
  }

  .form-select {
    min-width: 150px;
  }

  table tr td,
  table tr th {
    font-size: 14px;
  }

  .boxInner {
    width: 100%;
    padding: 7px 15px;
  }

  .InvestBtn {
    margin: 10px 0px;
    max-width: 100%;
    display: inline-block;
  }

  .incidentReport .nav-link {
    padding: 0.5rem 0.4rem;
    font-size: 14px;
  }

  .myProfile {
    padding: 15px;
  }

  .changePasswordBtn {
    max-width: 100%;
    margin: 5px 0px;
  }

  .UpdateBtn {
    max-width: 100%;
    margin: 5px 0px;
  }

  .pt70 {
    padding-top: 20px;
  }

  .rightCourseDetails p {
    text-align: justify;
  }

  .fc .fc-toolbar-title {
    margin: 0px;
    font-size: 18px !important;
  }

  .fc-toolbar-chunk > div button {
    margin: 0px !important;
    padding: 0.3em !important;
  }

  .fc .fc-button .fc-icon {
    font-size: 1.2em;
  }

  .questionOption .form-check {
    padding-left: 0px;
    margin-bottom: 1.2rem;
  }

  .checklistSection .accordion-body {
    padding: 1rem 0.25rem;
  }

  .cancelBtn {
    margin: 5px 8px;
  }

  .blueBtn {
    margin: 5px 0px 5px 8px;
  }

  .auditDate {
    padding: 8px 0px;
  }

  .auditNameBox {
    padding: 12px;
  }

  .course-upper-sec {
    flex-wrap: wrap;
  }

  .ps-3.me-auto.m-text-center.lightGreyTxt {
    padding-left: 0px !important;
  }

  .aboutAddCourse {
    padding: 16px 0px;
  }

  .admin-table td:last-child {
    display: table-cell;
  }

  .tab-content tr td,
  .tab-content tr th {
    min-width: 160px;
  }

  .btn {
    font-size: 0.8rem;
  }

  div.dataTables_info {
    padding-top: 0px !important;
  }

  .dt-toolbar-footer {
    position: absolute;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .aboutAddCourse {
    min-height: auto;
  }

  .course-list-text {
    flex-wrap: wrap;
  }

  div.dataTables_filter input {
    width: 100% !important;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

li {
  list-style: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

p,
h1,
h2,
h3,
h4,
h5,
ul {
  margin: 0 0;
}

.content-wrapper {
  padding: 20px 30px;
}

/* -------------------dashboard ehs css----------------------- */
.primary-title {
  font-size: 20px;
  font-weight: 600;
  color: #1d3050;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 17px;
  margin-bottom: 12px;
}

.report-section {
  margin-top: 20px;
}

.report-box {
  border-radius: 10px;
  border: 1px solid #bcc9d3;
  background-color: #fff;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 20px;
}

.precent-tag {
  font-size: 16px;
  font-weight: 600;
  color: #ed5650;
}

.title-report {
  font-size: 18px;
  font-weight: 500;
  color: #525d6e;
  padding-top: 12px;
}

.count {
  color: #525d6e;
  font-weight: 500;
  font-size: 12px;
}

.sec-title {
  font-size: 18px;
  font-weight: 500;
  color: #1d3050;
}

.img-report {
  margin-right: 4px;
}

.report-bottom-sec {
  display: flex;
  justify-content: center;
}

.month-sec {
  border-right: 1px solid #bcc9d3;
  padding: 0 13px;
}

.month-sec:last-child {
  border-right: 0px;
}

.sevirity-box {
  border-radius: 10px;
  border: 1px solid #bcc9d3;
  min-height: 328px;
  margin-top: 20px;
  padding: 10px 0px;
  position: relative;
  overflow-x: auto;
  background-color: #fff;
}

.sevirity-box.first {
  display: flex;
  align-items: center;
}

.report-bottom-sec {
  margin-top: 15px;
}

.green {
  color: #6ad581;
}

.severity {
  margin-top: 20px;
}

#legend div {
  width: 11px;
  height: 11px;
  border-radius: 100%;
  margin-bottom: 20px;
}

#legend {
  margin-left: 70px;
}

#segment1 {
  background: #17ac9a;
}

#segment2 {
  background: #cb9d14;
}

#segment3 {
  background: #c8250c;
}

.donut-text {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}

#legend p {
  padding-left: 25px;
  width: 400px;
  line-height: 11px;
}

.text-chart {
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 500;
  color: #1d3050;
  width: 300px;
}

.sevirity-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

a.canvasjs-chart-credit {
  display: none;
}

#myChart1 {
  width: 420px !important;
  margin: 0 auto;
  height: 100px !important;
}

.select-investigator .select2-container {
  width: 87% !important;
  margin-top: 10px;
}

.select-investigator
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  padding: 7px 5px !important;
  border: 0px solid #ced4da !important;
}

.select2-container .select2-selection--multiple {
  min-height: 36px !important;
}

.select2-search input {
  min-height: 36px !important;
}

.btn-warning:hover {
  color: #fff;
}

.heading-sec {
  align-items: center;
}

.btn.btn-primary.export-csv {
  margin-left: 11px;
  margin-top: 3px;
  height: 36px;
}

.no-found-text {
  font-size: 17px;
  font-style: italic;
  text-align: center;
}

.view-table th {
  font-weight: 400;
}

.view-table td {
  font-weight: 500;
}

.right-incident-panel .lableMobile {
  white-space: nowrap;
}

.incident-sec .right-incident-panel .flexGrid {
  /* align-items: center; */
}

.iconNonActive {
  display: none;
}

.iconActive {
  display: block;
}

.itemBox:hover .iconNonActive {
  display: block;
}

.itemBox:hover .iconActive {
  display: none;
}

li.nav-item.itemBox.itemBoxActive:hover .iconActive {
  display: block;
}

li.nav-item.itemBox.itemBoxActive:hover .iconNonActive {
  display: none;
}

#sidebarMenu .btn-secondary.active .iconNonActive {
  display: none;
}

#sidebarMenu .btn-secondary.active .iconActive {
  display: block;
}

.sidebar .dropdown-toggle::after {
  border-top: 0.5em solid;
  border-right: 0.5em solid transparent;
  border-left: 0.5em solid transparent;
  color: #2083d2;
}

hr {
  height: 1px;
  margin: 0px 11px 20px;
  width: 98.5%;
}

.main-div {
  margin: 0 0;
  align-items: center;
}

.section-top {
  padding-bottom: 0 !important;
  margin-bottom: 3px !important;
}

.section-top.mb-bottom {
  margin-bottom: -5px !important;
}

.main-div .col-md-9 {
  padding: 0 2px;
}

th.sorting i {
  display: none;
}

.customTable td ul {
  margin: 0 0;
  padding: 0 0;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  margin-left: -7px !important;
  margin-top: 1px !important;
}

.form-control:focus {
  box-shadow: none;
}

.dataTables_filter .form-control {
  padding-left: 45px;
}

textarea.form-control {
  min-height: 80px;
}

.home-page {
  padding-top: 20px !important;
}

.title-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.view-all {
  border-radius: 4px;
  border: 1px solid #237abf;
  font-size: 14px;
  font-weight: 500;
  color: #237abf;
  background-color: transparent;
  padding: 8px 29px;
  height: 37px;
}

#donutchart,
#chart {
  width: 600px;
  height: 600px;
}

#donutchart {
  position: relative;
}

#labelOverlay {
  position: absolute;
  top: 240px;
  left: 158px;
  text-align: center;
  cursor: default;
}

#labelOverlay p.used-size {
  font-size: 40px;
  color: #242629;
  font-weight: 600;
}

#labelOverlay p.total-size {
  color: #1d3050;
  font-size: 15px;
  font-weight: 500;
}

#donutchart {
  position: absolute;
  left: -50px;
  top: -140px;
  z-index: -1;
  right: 0;
  text-align: center;
  margin: 0 auto;
}

.chart-container {
  top: -20px;
  width: 75%;
  height: 90px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
}

.right-incident-panel.permit {
  align-items: flex-start;
}

.accordion-button {
  color: #237abf !important;
  font-weight: 600;
}

span.dot {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #57a23e;
  display: block;
  margin-right: 6px;
}

p.chart-tag {
  font-size: 10px;
  font-weight: 700;
  color: #4f4f4f;
}

.bottom-chart {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
}

.bottom-chart ul {
  padding: 0 0;
}

li.bottom-list {
  display: inline-flex;
  align-items: center;
  /* padding: 0 20px; */
  padding: 0 10px;
}

li.bottom-list:nth-child(2) span.dot {
  background-color: #ef771d;
}

li.bottom-list:nth-child(3) span.dot {
  background-color: #6f5fd2;
}

li.bottom-list:nth-child(4) span.dot {
  background-color: #b55142;
}

.severity.breakdown .bottom-list span.dot {
  background-color: #ca0d4b;
}

.severity.breakdown li.bottom-list:nth-child(2) span.dot {
  background-color: #d9980d;
}

.select-home {
  position: relative;
  width: 180px;
}

/* .select-home::after {
  position: absolute;
  content: "";
  right: -153px;
  top: -6px;
  background: url("../img/bottom-arrow.png") bottom left no-repeat;
  width: 30px;
  height: 30px;
  width: 180px;
} */

.dash-top {
  display: flex;
  align-items: center;
  margin-top: 25px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 11px;
  margin-bottom: 4px;
  flex-wrap: wrap;
}

.primary-title.dashboard {
  border-bottom: none;
  margin: 0 0;
  padding-bottom: 0;
}

.search-label {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #727272;
  padding-right: 13px;
}

.right-search {
  display: flex;
  align-items: center;
  justify-content: end;
}

.report-box h5 {
  font-size: 16px;
}

.import-csv .modal-dialog {
  max-width: 600px;
}

.import-csv .custom-file {
  text-align: left;
}

.import-csv .import-label {
  text-align: left;
  padding-right: 13px;
}

.import-csv .bg-primary {
  background-color: #237abf !important;
}

.btn-upload {
  width: 150px;
}

.import-csv .custom-file {
  white-space: nowrap;
  display: flex;
}

@media (max-width: 1440px) {
  .title-report {
    font-size: 14px;
  }

  .chart-container {
    width: 100%;
    top: 0;
  }

  .sevirity-box {
    min-height: 321px;
  }
}

.green-text {
  color: #64c164;
}

.red-text {
  color: #ed5650;
}

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
}

.multiple-select .select2-container--default .select2-selection--multiple {
  height: auto !important;
  padding: 10px 10px;
}

.border-version {
  color: #333;
  border: 1px solid #c2c2c2;
  border-radius: 5px;
  padding-block: 5px;
}

.version {
  font-size: 14px;
}

.ui-datepicker th {
  min-width: auto !important;
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid #ced4da !important;
}

.permit-req-detail {
  /* border: 1px solid #ccc; */
  border-radius: 4px;
  padding: 20px 0px;
  /* margin-top: 20px;
  margin-bottom: 30px; */
}

.permit-detail-text {
  font-weight: 600;
  padding-top: 3px;
  color: #1d3050;
  word-break: break-word;
}

.permit-detail-box {
  /* border-bottom: 1px solid #d3d3d3; */
  margin-bottom: 11px;
  padding: 0 13px 25px 10px;
  margin-right: 40px;
  min-height: 73px;
}

.img-thumbnail {
  border: none;
}

.permit-detail-label {
  font-size: 16px;
  font-weight: 400;
  color: #182538;
}

.pdf-sec {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px 10px 19px;
  margin-bottom: 100px;
}

.pageTitle.link {
  padding-bottom: 12px;
}

.permit-detail-box.link {
  border-bottom: none;
}

.bg-light.sidebar {
  background-color: #fff !important;
  box-shadow: 1px 4px 7px #bfbfbf;
}

.large-box {
  min-height: 100px;
}

#sidebarMenu .btn {
  border-radius: 0px;
  transition: none;
}

#sidebarMenu .dropdown.my-2 {
  margin: 0 0px !important;
}

ul.dropdown-menu.show .nav-link {
  padding: 10px 15px;
}

#sidebarMenu ul.nav.flex-column.px-1 {
  padding: 0 0 !important;
}

.dropdown.no-border .itemDropdown {
  border-bottom: none !important;
}

#sidebarMenu {
  padding-bottom: 60px;
}

.aboutCourseList p {
  color: #030508;
  font-size: 16px;
}

.aboutCourseList span {
  color: #000;
}

.right-course-panel {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  align-items: center;
}

div.dataTables_length label {
  margin-left: 10px;
}

.course-buttons button,
.course-buttons a {
  margin: 4px !important;
}

.course-buttons a {
  margin: 0 2px;
}

.btn-success i {
  color: #fff;
  padding-right: 5px;
}

/* .btn-success {
  margin: 0 8px;
} */

.course-upper-sec {
  display: flex;
  padding-bottom: 30px;
}

.course-title {
  font-size: 18px !important;
  font-weight: 600;
  color: #237abf;
  border-bottom: 1px solid #c7deef;
  padding-bottom: 8px;
}

.course-tag {
  font-size: 16px;
  font-weight: 400;
  color: #00072b;
  padding-top: 8px;
}

.rightCourseDetails {
  padding-top: 30px;
}

.studyMaterial {
  background-color: #f4faff;
  border-radius: 10px;
}

.study-sec {
  padding-top: 15px;
}

.course-list-text {
  display: flex;
  justify-content: space-between;
}

.study-sec img {
  width: 90px;
}

.leftCourseDetails {
  margin-top: 12px;
}

.permit-details {
  margin-top: 20px;
}

.permit-details .boxInner {
  display: flex;
  align-items: center;
}

.permit-details .boxInner span {
  padding-left: 5px;
}

.permit-details .boxInner .permit-detail-text {
  padding-left: 5px;
}

.permit-pdf-title {
  padding-top: 20px;
  font-size: 21px;
  padding-bottom: 10px;
}

.permit-details .boxInner p {
  color: #030508;
}

#sidebarMenu ul.dropdown-menu.show .nav-link:hover {
  color: #237abf;
}

.boxInner.large {
  width: auto;
}

.greyBox.mb-3.permit-details.last-div {
  margin-top: -2px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.first-div {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.boxInner25 p {
  font-size: 16px;
  font-weight: 400;
  color: #182538;
  opacity: 1;
}

.boxInner25 span.textBlueDark.fWeight600.d-block {
  font-weight: 600;
  padding-top: 3px;
  color: #1d3050;
  opacity: 1;
  word-break: break-word;
}

.permit-ul {
  padding: 0;
}

/* .permit-detail-text.list {
  display: inline;
  border: 1px solid #ccc;
  padding: 5px 17px;
  margin: 11px 0;
} */

.permit-detail-text.list {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 5px 17px;
  margin: 5px 0;
  font-size: 13px;
}

a.btn.btn-success.pull-right {
  margin: 0 0 0px 8px;
}

.admin-table {
  border-collapse: collapse !important;
  background-color: #fff;
}

.admin-table .btn-success {
  margin: 0 0;
  min-width: 75px;
  /* min-width: 72px; */
}

/* .table-bordered> :not(caption)>* {
  border-width: 0 0;
} */

th.sorting_asc {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

th.sorting:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.admin-table th:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.admin-table th:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.breadcrumb {
  margin-bottom: 4px;
}

.calenderIcon i {
  position: absolute;
  right: 10px;
  color: #212529;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #237abf !important;
  border: 1px solid #237abf !important;
  font-size: 12px;
  padding-right: 25px !important;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #fff !important;
}

.sidebar {
  scrollbar-width: thin;
  scrollbar-color: #b2b2b9 #edecea;
}

.sidebar::-webkit-scrollbar {
  width: 4px;
}

.sidebar::-webkit-scrollbar-thumb {
  background: #2083d2;
  height: 30px;
}

.btn-secondary:hover.dropdown-toggle::after {
  color: #fff !important;
  right: 13px;
}

.sidebar::-webkit-scrollbar-track {
}

.sidebar::-webkit-scrollbar-thumb {
  /* background-color: blue;
  border-radius: 20px;
  border: 3px solid #8bc53f; */
  background: #999;
  height: 30px;
}

.btn-secondary:focus.dropdown-toggle::after {
  color: #fff !important;
  right: 19px;
}

.btn-secondary.active.dropdown-toggle::after {
  color: #fff !important;
  right: 19px;
}

.btn-secondary:focus.dropdown-toggle::after {
  color: #fff !important;
  right: 19px;
}

.btn-secondary.active.dropdown-toggle::after {
  color: #fff !important;
  right: 19px;
}

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

.login-logo img {
  width: 300px;
}

/* .admin-table tr th:nth-child(6) {
  min-width: 80px !important;
}

.admin-table tr td:nth-child(6) {
  width: 50px !important;
} */

.serachTableContent .card {
  border: none;
}

.serachTableContent .card-body {
  padding: 0 0;
}

.serachTableContent .calenderIcon i {
  top: 11px;
}

.form-check-inline {
  display: flex;
  margin-right: 1rem;
  align-items: center;
  flex-wrap: wrap;
}

/* .dt-toolbar {
  width: calc(100% - 86px) !important;
  position: absolute !important;
  top: 105px;
} */

.admin-table > :not(:last-child) > :last-child > * {
  border-bottom-color: #c7deef;
}

.btn.btn-warning.cancelBtn {
  margin: 5px 0;
}

.isMaterialRow .owl-carousel .owl-nav.disabled {
  display: block;
}

.management-dashboard {
  margin-bottom: -100px;
  /* padding-top: 20px; */
}

/*.alert.alert-success {
  top: 80px;
}*/

/*.alert.alert-success.ques {
  top: 73px;
}*/

.alert.alert-success.ques_appversion {
  top: 14px;
}

.alert.alert-success.quesPermitRequest {
  top: 6px;
}

.alert.alert-success.quescategory {
  top: 150px;
}

.incident-buttons {
  display: flex;
  white-space: nowrap;
  justify-content: end;
}

.incident-buttons .btn-primary {
  margin-right: 10px;
}

#accordion .accordion {
  border: 1px solid #c7deef !important;
  background: #f4faff !important;
  color: #242629 !important;
  margin-top: 20px !important;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px !important;
}

#accordion .accordion:after {
  content: "\002B";
  color: #0a5995 !important;
  font-weight: 500 !important;
  float: right;
  margin-left: 5px;
  font-size: 24px !important;
}

.table-bordered thead th {
  vertical-align: middle;
}

.incident-content .textBlueAnotherDark {
  font-weight: 600;
  color: #1d3050;
}

.incident-content {
  padding-bottom: 20px;
}

::selection {
  color: #fff;
  background-color: #2083d2;
}

.btn-primary:hover {
  color: #fff;
  background-color: rgba(32, 130, 210, 0.9);
  border-color: rgba(32, 130, 210, 0.9);
}

.form-control {
  appearance: auto;
}

/* .management-dashboard .form-control {
  appearance: none;
} */

select option:hover {
  background-color: #2083d2 !important;
}

.createOption .form-check-input {
  zoom: 1.5;
}

.createOption .form-check {
  padding-left: 2.5em;
}

.noteText {
  color: #6e7485;
  font-size: 14px;
  font-weight: 400;
}

.noteText span {
  color: #1d3050;
}

.pageTitle2 {
  font-size: 18px;
}

.admin-table > :not(:last-child) > :last-child > * {
  border-bottom-color: #c7deef;
}

.bigCheckbox .form-check-input[type="radio"] {
  zoom: 1.4;
  margin-left: -13px;
  margin-right: 10px;
  margin-top: 1px;
}

.form-check-input:checked {
  accent-color: #01437da1;
  border: 1px solid #01437da1;
  background-color: rgb(1 67 125);
}

.courseDetailSec .form-control:disabled {
  border: 1px solid #fff;
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  font-size: 16px;
}

/* .addUserForm.myProfile .form-label {
  margin-bottom: 0 !important;
} */

.addUserForm.myProfile .profileDiv img {
  width: 95%;
  border-radius: 6px;
}

.profile-section {
  padding-top: 20px;
}

.profile-section label {
  margin-bottom: 5px !important;
}

.profile-section .btn-success {
  margin: 0 3px;
  padding: 8px 13px;
}

.pagination-sec {
  background: #fafafa;
  font-size: 11px;
  overflow: hidden;
  padding: 14px 10px;
  border-top: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px #fff;
  -moz-box-shadow: inset 0 1px #fff;
  -ms-box-shadow: inset 0 1px #fff;
  box-shadow: inset 0 1px #fff;
  display: flex;
  align-items: center;
  margin: 30px 0;
}

.pagination-sec nav {
  width: 100%;
}

.pagination-sec .small.text-muted {
  padding-top: 9px;
  font-size: 13px;
  font-weight: 700;
  font-style: italic;
  color: #000 !important;
}

.pagination-sec .page-item.active .page-link {
  color: #fff;
  background-color: #2383cd;
  border-color: #2383cd;
  padding: 10px 13px;
  font-size: 13px;
  font-weight: 500;
}

.pagination-sec .page-link {
  color: #333;
  padding: 10px 13px;
  font-size: 13px;
  font-weight: 500;
}

.login-div {
  height: 100vh;
}

.editCheckboxRow .form-check {
  padding-left: 3em;
  margin-bottom: 15px;
}

.editCheckboxRow .form-check-input {
  margin-top: -2px;
}

.MultipalSelectBox .selection ul {
  overflow-x: auto !important;
  display: flex !important;
  align-items: center !important;
}

.MultipalSelectBox .selection ul li input {
  width: 100% !important;
}

.cancelButton {
  background: #d2e2ef;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  padding: 8px 2rem;
  margin: 5px 0px 5px 15px;
}

.btn-group,
.btn-group-vertical {
  display: -webkit-inline-box !important;
}

@media (max-width: 767px) {
  .footer {
    position: static;
  }

  .customHeight {
    padding: 15px 15px 120px 15px !important;
  }

  /* .collapse:not(.show) {
    display: block;
  } */

  .navbar-dark .navbar-brand {
    width: 300px;
  }

  .navbar-dark .navbar-brand img {
    height: auto;
  }
}

.lastChild li {
  background: #f2f2f2;
  padding: 4px 8px;
  margin: 4px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
}
.downloadfilecsv {
  margin-left: 4rem !important;
}

.my-account {
  border: 1px solid #ccc;
  border-radius: 6px;
  color: #222;
  font-size: 15px;
  font-weight: 500;
  padding: 15px 60px 15px 50px;
  background-color: #fff;
  background-image: url(../img/profile-circle_.png);
  background-position: 7px 7px;
  background-repeat: no-repeat;
}

.header-right .dropdown-toggle::after {
  background: url(../img/Vector_1.png) no-repeat;
  width: 11px;
  height: 18px;
  border: none;
  right: 10px;
  position: absolute;
  top: 20px;
  background-size: 72%;
}

.sevirity-box.Non-Complaince .sevirity-img {
  background-color: #fff;
}

.sevirity-box.Non-Complaince {
  background-color: #fff;
}

.image-upload > input {
  display: none;
}

.upload-icon img {
  cursor: pointer;
}
.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7); /* Semi-transparent white background */
  display: none;
  z-index: 9999; /* Ensure the loader appears on top of other content */
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -60px 0 0 -60px;
}
.report-box.boxFlex {
  display: flex;
  align-items: center;}
@media (min-width: 768px) {
  .breakdownbox {
    flex: 0 0 auto;
    width: 13.666667% !important;
  }
}

.report-box.boxFlex {
  display: flex;
  align-items: center;
}

.report-box {
  border-radius: 10px;
  border: 1px solid #bcc9d3;
  background-color: #fff;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 20px;
}

.title-report-new {
  font-size: 12px;
  font-weight: 600;
  color: #525d6e;
  padding-top: 12px;
}