/* Main Page Setup */
html {
  overflow-y: scroll;
}
html,
body {
  background-color: #fbfbfb;
  min-height: 100vh;
  padding-right: 0px !important;
}
main {
  min-height: 100vh;
  /* background-size: 80px 80px;
  background-image:
    radial-gradient(circle at center, rgba(255,255,255, 1) 0 , rgba(255,255,255, 1) 1px, transparent 1px),
    linear-gradient(to right, rgba(255,255,255, 1) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255, 1) 1px, transparent 1px); */
}
@media (max-width: 768px) {
  main {
    padding-top: 73px;
  }
}
@media (min-width: 768px) {
  main {
    padding-top: 96px;
  }
}
@media (min-width: 992px) {
  main {
    padding-top: 103px;
  }
}
@media (min-width: 1200px) {
  main {
    padding-top: 107px;
  }
}

@media (max-width: 576px) {
  .navbar {
    height: 73px;
  }
}

@media (min-width: 576px) {
  .dropdown:hover .dropdown-menu.noclick {
    display: block;
    margin-top: 0;
    /* opacity: 1;
    pointer-events: initial; */
  }
}

@media (min-width: 576px) {
  .dropdown-menu-center {
    right: unset !important;
  }
}

@media (max-width: 576px) {
  .dropdown-menu-center {
    margin-right: -24px;
  }
}

/* Global Styles */
.user {
  border: solid 2px orange;
  width: 2rem;
  height: 2rem;
  border-radius: 50px;
  object-fit: cover;
}
.main-nav > .nav-item > .nav-link {
  border-width: 2px;
}
.main-nav > .nav-item > .nav-link.active {
  border-bottom-color: #ffca00;
  border-width: 3px;
}
.main-nav > .nav-item > .nav-link:hover {
  border-bottom-color: #ffca00;
}

.justify {
  text-align: justify;
}
.modal-open {
  overflow: auto;
  padding-right: 0 !important;
}
.modal {
  padding-right: 0 !important;
}
.link-unstyled,
.link-unstyled:link,
.link-unstyled:hover {
  color: inherit;
  text-decoration: inherit;
}
.sidebtn {
  transition: all 0.3s ease;
  border-radius: 0 !important;
  border-left: 3px solid transparent;
}
.sidebtn-no-rounded {
  transition: all 0.3s ease;
}
.sidebtn-no-rounded:hover,
.sidebtn:hover {
  background-color: rgba(255, 202, 0, 0.15);
  border-left-color: #ffca00;
  color: #fff;
  padding-left: 1.25rem;
}
.sidebtn.active {
  background-color: rgba(255, 202, 0, 0.2);
  border-left-color: #ffca00;
  font-weight: 600;
}

/* Offcanvas Sidebar Styling */
.offcanvas-user-section {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.offcanvas-user-avatar {
  border: 3px solid #ffca00;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  object-fit: cover;
}
.offcanvas-nav-section {
  margin-top: 2rem;
}
.offcanvas-nav-item {
  font-size: 1.1rem;
  padding: 0.875rem 1rem;
  margin-bottom: 0.5rem;
}
.offcanvas-nav-item iconify-icon {
  color: #ffca00;
}
.offcanvas-search {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 0.75rem;
  margin-bottom: 1.5rem;
}
.offcanvas-search .form-control {
  background: rgba(255, 255, 255, 0.9);
  border: none;
}
.offcanvas-search .btn {
  border-color: #ffca00;
  color: #ffca00;
}
.offcanvas-search .btn:hover {
  background-color: #ffca00;
  color: #003366;
}
.offcanvas-branding {
  max-width: 180px;
  opacity: 0.8;
}

/* Navbar Specific Styles */
.navbar .dropdown-menu[role="search"] {
  min-width: 256px;
}

/* Toast Notifications */
.toast-container {
  z-index: 1055;
}
.navbar {
  z-index: 700;
}
.nav-link > .rotate-v {
  transition: all 0.3s ease;
}
.nav-link.show > .rotate-v {
  transform: rotateX(-180deg);
}
.list-group-item {
  background-color: inherit;
}
.dhover-card {
  transition: 0.2s;
}
.dhover-card:hover {
  background-color: rgb(var(--bs-secondary-bg-rgb)) !important;
}

/* Dashboard */
.star-ratings {
  unicode-bidi: bidi-override;
  color: #ccc;
  font-size: 42px;
  position: relative;
  margin: 0;
  padding: 0;
  .fill-ratings {
    color: #e7711b;
    padding: 0;
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    overflow: hidden;

    span {
      display: inline-block;
    }
  }
  .empty-ratings {
    padding: 0;
    display: block;
    z-index: 0;
  }
}
.nav-link {
  cursor: pointer;
  color: black;
}
.tab-pane:not(.active) {
  display: none !important;
}
.appointment-btn {
  transition: all 0.3s ease-in;
  cursor: pointer;
}
.appointment-btn:hover {
  transform: scale(1.05);
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  color: #0a58ca;
}
.user-img {
  box-sizing: border-box;
}
.adminNumber {
  font-weight: 500;
  font-size: 1rem;
  color: #333;
  margin-top: 1rem;
}
.dashBoard-Profile-pix-con {
  display: flex;
  justify-content: center;
  text-align: center;
}
.dashBoard-Profile-pix {
  width: 8rem;
  height: 8rem;
  border-radius: 100px;
  object-fit: cover;
}
.employement-status {
  line-height: 1;
  font-size: 1rem;
  color: #0f3819;
}
.employemeny-icon {
  font-size: 1rem;
  color: rgb(11, 204, 69);
}
.employement-status-con {
  display: flex;
  border-top: solid 1px #0f2038;
  justify-content: center;
  margin-top: 3.2rem;
  padding-top: 1.4rem;
  font-weight: 500;
  align-items: center;
  gap: 1.4rem;
}
.info-label {
  font-size: 1rem;
  color: #555;
  font-weight: 500;
  text-transform: capitalize;
}
.mailAddress {
  font-size: 1rem;
  color: #555;
}
.main-info {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #333;
}
.overview-page-mini-dataPage {
  background-color: #fff;
  border-radius: 9px;
  padding: 2.4rem;
  border: solid 1px #dbdbdbab;
  text-align: center;
}
.positionAppliedFor {
  font-weight: 500;
  font-size: 1rem;
  color: #333;
  margin-top: 0.5rem;
  line-height: 1;
}
.postTag {
  font-size: 0.8rem;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-weight: 600;
  background-color: rgb(255, 210, 126);
  color: #0f2038;
  margin-top: 1.8rem;
  display: inline-block;
}
.profileName {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  color: #333;
}

/* Home */
.job-card-img {
  height: 10rem;
  object-fit: cover;
  width: 100%;
}
.hover {
  transition: 0.3s;
}
.hover:hover {
  transform: translateY(-0.5rem);
}
.truncate-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Jobs */
.job-bookmark {
  font-size: 1.6rem;
  color: #555;
  transition: all 0.3s ease;
}
.img-cover {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 576px) {
  .img-cover {
    height: 50vw;
  }
}
@media (min-width: 576px) {
  .img-cover {
    height: 40vw;
  }
}
@media (min-width: 768px) {
  .img-cover {
    height: 30vw;
  }
}
@media (min-width: 992px) {
  .img-cover {
    height: 20vw;
  }
}
@media (min-width: 1200px) {
  .img-cover {
    height: 15vw;
  }
}

.applicantCounter {
  font-size: 0.8rem;
  color: orange;

  font-weight: 600;
}
.job-brief-description {
  font-size: 0.9rem;
  margin-top: 0.6rem;
  color: #333;
  line-height: 2;
}
.job-department {
  font-size: 0.9rem;
  font-style: italic;
  color: #777;
}
.Job-Description {
  margin-top: 0.4rem;
}
.job-heading {
  font-size: 1.2rem;
  color: #0097a7 !important;
  font-weight: 600;
}
.job-modal-cont-section {
  margin-top: 3rem;
}
.job-state {
  font-size: 0.8rem;
  font-weight: 500;
  color: #9b9b9b;
}
.job-uploader-img {
  width: 3rem;
  height: 3rem;
  border-radius: 100px;
  object-fit: cover;
}
.job-uploader-name {
  font-size: 1.2rem;
  font-weight: 600;
  color: #555;
}
.job-uploader-post {
  font-size: 1rem;
  color: #999;
  /* line-height: 0; */
  margin-top: 0.5rem;
}
.timer {
  font-size: 0.8rem;
  font-weight: 600;
  color: rgb(2, 196, 2);
}
.h-anim.removed-item {
  overflow: hidden;
  object-fit: cover;
  margin-bottom: 0 !important;
  animation: removed-item-animation 0.3s;
}
@keyframes removed-item-animation {
  from {
    height: 38px;
    opacity: 1;
  }
  to {
    height: 0;
    opacity: 0;
  }
}
.h-anim.restored-item {
  overflow: hidden;
  object-fit: cover;
  animation: restored-item-animation 0.3s;
}
@keyframes openspace {
  to {
    height: auto;
  }
}
@keyframes restored-item-animation {
  from {
    height: 0;
    opacity: 0;
  }
  to {
    height: 38px;
    opacity: 1;
  }
}

/* DSO */
.service-img {
  height: 75vh;
  object-fit: cover;
}
.dsoModal > .modal-dialog > .row {
  height: 90vh;
}
.progress-bar-vertical {
  width: 10px;
  min-height: 70%;
  /* margin-right: 20px; */
  border-radius: 10px !important;
  display: flex;
  flex-direction: column;
}
.progress-bar-vertical .progress-bar {
  width: 100%;
  height: 0;
  -webkit-transition: height 0.6s ease;
  -o-transition: height 0.6s ease;
  transition: height 0.6s ease;
  display: block;
}

/* FAQs */
.faq-header-con > .rotate {
  transition: all 0.1s ease;
}
.faq-header-con.collapsed > .rotate {
  transform: rotate(-90deg);
}
.faq-con {
  margin-top: 2.4rem;
  border-bottom: solid 1px #c0c0c0;
}

/* Footer */
.footer-icon-section {
  display: flex;
  justify-content: center;
  gap: 1.6rem;
  margin-top: 1.2rem;
}
.footer-contents {
  font-size: 0.9rem;
  text-align: center;
}
