.text-primary {
  color: #2e6f40 !important;
}

#sidebarHamburger .icon:active {
  border: none !important;
}

.dynamic-question-parent p {
  color: #212529 !important;
  font-size: 1.25rem !important;
  font-weight: 400 !important;
}

.dashboard-parent #time-questions-slider {
  accent-color: #2d6f40 !important;
}
.dashboard-parent .question-col-width {
  width: 78% !important;
}
.dashboard-parent #score-card {
  width: 20% !important;
}
.dashboard-parent #question-card {
  width: 57% !important;
}
.dashboard-parent #references-card {
  width: 23% !important;
}
.dashboard-parent .sidebar-col {
  width: 22% !important;
}
.dashboard-parent .active {
  color: #2e6f40 !important;
  font-weight: 500;
}
.dashboard-parent .active svg path {
  fill: none;
  stroke: #2e6f40;
}
.dashboard-parent td p {
  font-size: 14px !important;
}
.dashboard-parent .sidebar-parent {
  position: sticky;
  top: 12%;
}
@media (max-width: 991px) {
  .dashboard-parent .sidebar-parent {
    width: 300px;
    padding: 24px !important;
    position: fixed !important;
    right: -100%;
    top: 0;
    bottom: 0;
    z-index: 111;
    background-color: #fff;
    transition: all 500ms ease-in-out;
    overflow: auto;
  }
}
.dashboard-parent .sidebarToggle {
  right: 0;
}
.dashboard-parent .dashboard-heading {
  margin-bottom: 24px !important;
}
.dashboard-parent th,
.dashboard-parent td {
  white-space: nowrap !important;
}
.dashboard-parent .dashboard-main-content .nav-tabs {
  border-bottom: none !important;
}
.dashboard-parent .dashboard-main-content .nav-tabs .nav-link {
  color: gray;
  border: none !important;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .dashboard-parent .dashboard-main-content .nav-tabs .nav-link {
    font-size: 14px !important;
    padding: 4px 8px;
  }
}
.dashboard-parent .dashboard-main-content .nav-tabs .nav-link.active {
  color: black !important;
}
.dashboard-parent .dashboard-main-content .nav-tabs .nav-link.active::after {
  border-bottom: 2px solid #000;
  content: "";
  display: block;
  padding-top: 5px;
  width: 80px;
}
.dashboard-parent .dashboard-main-content .form-select {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.dashboard-parent .parking-inputs-parent {
  height: 310px;
  overflow-y: scroll;
}
.dashboard-parent .parking-inputs-parent::-webkit-scrollbar {
  width: 5px;
}
.dashboard-parent .parking-inputs-parent::-webkit-scrollbar-track {
  background: #e2e2e2 !important;
}
.dashboard-parent .parking-inputs-parent::-webkit-scrollbar-thumb {
  background: #2e6f40 !important;
}
.dashboard-parent .parking-inputs-parent::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.dashboard-parent table.dataTable th.dt-type-numeric,
.dashboard-parent table.dataTable th.dt-type-date,
.dashboard-parent table.dataTable td.dt-type-numeric,
.dashboard-parent table.dataTable td.dt-type-date {
  text-align: left !important;
}
.dashboard-parent .table-responsive {
  min-height: 250px;
}
.dashboard-parent .dropdown-item:hover {
  background-color: #2e6f40 !important;
  color: #fff !important;
}
.dashboard-parent input:focus-visible {
  border: none !important;
  outline: none !important;
}
.dashboard-parent input[type=file] {
  margin: auto;
  padding: 1.5em;
  border: 2px dashed #2e6f40;
  background-color: #fff;
  transition: border-color 0.25s ease-in-out;
}
.dashboard-parent input[type=file]::file-selector-button {
  padding: 1em 1.5em;
  border-width: 0;
  border-radius: 2em;
  background-color: #2e6f40;
  color: hsl(210, 40%, 90%);
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  margin-right: 1em;
}
.dashboard-parent input[type=file]:hover::file-selector-button {
  background-color: #2e6f40;
}
.dashboard-parent .dashboard-pricing-section .pricing-item {
  padding: 35px 12px !important;
}
.dashboard-parent .dashboard-pricing-section .pricing-item .pricing-top {
  padding: 23px !important;
}
.dashboard-parent .eye-icon {
  top: 2px !important;
}
.dashboard-parent input::-moz-placeholder {
  color: rgb(160, 160, 160) !important;
}
.dashboard-parent input::placeholder {
  color: rgb(160, 160, 160) !important;
}
@media (max-width: 576px) {
  .dashboard-parent .ed-primary-btn {
    padding: 10px 20px !important;
    font-size: 14px !important;
    justify-content: center;
  }
}
.dashboard-parent .table-top-div {
  margin-top: 0;
}
@media (max-width: 991px) {
  .dashboard-parent .table-top-div {
    margin-top: 24px !important;
  }
}

.tabs-parent .active {
  color: #2e6f40 !important;
  font-weight: 500;
}
.tabs-parent .active svg path {
  fill: #2e6f40 !important;
}

.dashboard-modal .modal-header {
  border: none !important;
}
.dashboard-modal input:focus-visible,
.dashboard-modal textarea:focus-visible {
  border: none !important;
  outline: none !important;
}

.dashboard-modal .modal-body,
.review-modal .modal-body,
.submit-review-modal .modal-body,
.transactions-details-modal .modal-body,
.extraService-details-modal .modal-body {
  width: 80%;
  margin: auto;
  border: none !important;
  padding: 48px 14px;
}
@media (max-width: 767px) {
  .dashboard-modal .modal-body,
  .review-modal .modal-body,
  .submit-review-modal .modal-body,
  .transactions-details-modal .modal-body,
  .extraService-details-modal .modal-body {
    width: 100%;
  }
}
.dashboard-modal .modal-footer,
.review-modal .modal-footer,
.submit-review-modal .modal-footer,
.transactions-details-modal .modal-footer,
.extraService-details-modal .modal-footer {
  border: none !important;
}
.dashboard-modal input[type=date],
.review-modal input[type=date],
.submit-review-modal input[type=date],
.transactions-details-modal input[type=date],
.extraService-details-modal input[type=date] {
  color: gray !important;
}

.text-green {
  color: #28a745;
}

.text-yellow {
  color: #ffc107;
}

.cancel-text {
  color: #dc3545;
}

.dropzone {
  border-radius: 4px;
  border: 2px dashed #2e6f40 !important;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .dropzone {
    padding: 20px 4px !important;
  }
}

.dz-success-mark {
  background-color: rgba(102, 187, 106, 0.8) !important;
}

.dz-success-mark svg {
  font-size: 54px;
  fill: #fff !important;
}

.dz-error-mark {
  background-color: rgba(239, 83, 80, 0.8) !important;
}

.dz-error-mark svg {
  font-size: 54px;
  fill: #fff !important;
}

#mytmp .dz-remove {
  z-index: 999;
  position: absolute;
  display: block;
  top: 0%;
  left: 0%;
  margin-left: -16px;
  margin-top: -16px;
}

.dropzone .dz-preview {
  margin: 5px;
  box-sizing: border-box;
}

#mytmp .dz-remove svg {
  fill: #444;
  cursor: pointer;
}

.dz-error-message {
  display: none !important;
}

.dz-success-mark {
  opacity: 0 !important;
  display: none !important;
}

.dz-error-message:hover {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #b10606;
  padding: 0.5em 1em;
  color: #fff;
}

.dropzone .dz-preview.dz-error .dz-error-mark {
  display: none !important;
}

@media (max-width: 767px) {
  .dz-image {
    width: 70px !important;
    height: 70px !important;
  }
}
.dz-image img {
  width: 100% !important;
  height: 100% !important;
}

.dashboard-quiz-description-text {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.arrow-btn-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #caffde;
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
}
.arrow-btn-circle i {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.arrow-btn-circle:hover {
  background-color: #97ffbe;
  transform: scale(1.05);
  color: #000;
  text-decoration: none;
}

.quiz-date {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  color: #666;
  font-weight: 500;
}

.compact-meta {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

#custom-questions-slider {
  accent-color: #2d6f40;
}

#custom-questions-slider::-webkit-slider-thumb {
  background-color: #2d6f40;
}

#custom-questions-slider::-moz-range-thumb {
  background-color: #2d6f40;
}

#custom-questions-slider::-ms-thumb {
  background-color: #2d6f40;
}/*# sourceMappingURL=dashboard.css.map */