.b-container {
  padding: 0.4em 1em;
}
.b-container .wrapper {
  border-bottom: 1px solid var(--clr-light-dark, #000);
  padding: 6px 16px;
}
.b-container .b-btn-lg {
  background-color: var(--clr-btn, rgba(250, 15, 15, 0.768627451));
  color: var(--clr-light);
  padding: 0.4em 1em;
  border-radius: var(--br-xl);
  text-decoration: none;
  font-weight: var(--fw-b);
  transition: all 0.1s ease;
}
.b-container .b-btn-lg:hover, .b-container .b-btn-lg:active, .b-container .b-btn-lg:focus {
  text-decoration: none;
  color: var(--clr-light);
  outline: 2px solid var(--clr-light);
}
.b-container .b-btn-lg a {
  color: var(--clr-light);
}
.b-container .row-3 {
  display: flex;
  flex-direction: column;
}
.b-container .nav-col-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.b-container .nav-col-item {
  flex: 1;
  color: var(--clr-theme);
}
.b-container .nav-col-item .item {
  height: 30px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.b-container .nav-col-item .item i {
  margin-right: 8px;
}
.b-container .col-item-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-items: center;
  align-items: center;
}
.b-container .col-item-3:where(.rev) {
  justify-content: end;
  font-weight: var(--fw-md);
}
.b-container .nav-col-item:nth-child(1) {
  flex: 4;
  font-weight: var(--fw-md);
}
.b-container .date-nav {
  font-size: var(--fs-s);
}
.b-container:where(.b-slider) {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 20px;
  align-items: center;
  overflow-x: hidden;
}
.b-container .news-slider {
  width: calc(100vw - 7rem);
  padding: 12px 0;
  background: var(--clr-shuttle-light);
  margin-top: 50px;
}
.b-container .color-box {
  margin-top: 50px;
  background-color: var(--clr-highlight);
  color: var(--clr-light);
  padding: 0.6em;
  font-weight: var(--fw-b);
}
.b-container .news-item {
  padding-left: 1em;
}
.b-container .news-item h4 {
  margin: 0;
  font-size: var(--fs-sm);
  color: var(--clr-theme, #000);
}

.b-shadow-img {
  position: absolute;
  inset: 0;
  z-index: -10;
  background-color: rgba(0, 0, 0, 0.3764705882);
}

.counter-block-two p {
  font-size: var(--fs-l);
  color: var(--clr-light);
  font-weight: var(--fw-md);
}

.counter-block-two div {
  color: var(--clr-light);
  font-weight: var(--fw-b);
}

.registration-section .input-box .nice-select {
  padding: 0 15px;
  font-size: 20px;
  color: #000;
  width: 100%;
  height: 55px;
  font-size: 16px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  padding: 0 52px 0 20px;
  background: rgba(49, 121, 90, 0.09);
}
.registration-section .input-box .nice-select .option {
  font-size: 15px;
  padding-left: 15px;
}

.profile-notification .noti-btn {
  height: 45px;
  position: relative;
}

.b-nav-utils .profile-notification .noti-btn:after {
  display: none;
}

.b-nav-utils .profile-notification .noti-btn .badge-pill {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff2730;
  top: 4px;
  right: -7px;
}

.b-nav-utils .profile-notification .dropdown-menu {
  max-width: 325px;
  border: none;
  border-radius: 15px;
  box-shadow: 0px 50px 100px rgba(0, 0, 0, 0.12);
  padding: 25px 18px 30px 22px;
}

.b-nav-utils .profile-notification .dropdown-menu h4 {
  font-family: "gordita";
  font-size: 18px;
  margin-bottom: 20px;
}

.b-nav-utils .profile-notification .dropdown-menu .notify-list li {
  position: relative;
  padding-right: 10px;
  cursor: pointer;
  margin-top: 17px;
}

.b-nav-utils .profile-notification .dropdown-menu .notify-list li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #d8d8d8;
  border-radius: 50%;
  right: 0;
  top: 5px;
}

.b-nav-utils .profile-notification .dropdown-menu .notify-list li.unread:before {
  background: #ff2730;
}

.b-nav-utils .profile-notification .dropdown-menu .notify-list li h6 {
  font-family: "gordita";
  font-size: 15px;
  margin-bottom: 3px;
  letter-spacing: -0.2px;
  color: rgba(0, 0, 0, 0.6);
  width: 90%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.b-nav-utils .profile-notification .dropdown-menu .notify-list li.unread h6 {
  color: #000;
}

.b-nav-utils .profile-notification .dropdown-menu .notify-list li .time {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}

.b-nav-utils .notification-bell {
  color: var(--clr-light);
  font-size: 1.2em;
  display: grid;
  place-items: center;
}

.nav-utils {
  display: flex;
  flex-direction: row;
}
.nav-utils .b-nav-utils:nth-child(1) {
  margin-right: -30px;
}
.nav-utils h4 {
  color: var(--clr-theme);
}
.nav-utils li a {
  transition: all 0.1s linear;
  border-radius: 6px;
}
.nav-utils li a:hover,
.nav-utils li a:focus,
.nav-utils li a:active {
  background-color: var(--clr-highlight-lite);
  color: inherit;
}

.b-rounded-avatar {
  background-color: #ffffff;
  display: grid;
  place-items: center;
  width: 75px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.b-rounded-avatar img {
  display: inline-block;
  width: 75px;
  aspect-ratio: 1;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.filter-area-tab.dash-menu a.filter-title:before {
  transform: translateY(100%);
}

.dash-menu .filter-title {
  width: 100%;
  display: flex;
}

.dash-menu .main-body ul {
  padding-left: 15px;
}

.resume-container {
  --clr-resume-theme: rgb(1 61 114);
  width: 210mm !important; /* A4 width */
  height: 297mm !important; /* A4 height */
  margin: 20px auto !important;
  padding: 20px !important;
  background: white !important;
  border: 1px solid #ddd;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  /* Sections */
  /* Summary Section */
  /* Skills and Interests */
  /* Contact Section */
  /* Interests */
}
.resume-container .resume-header {
  padding-bottom: 10px;
}
.resume-container .resume-header h1 {
  margin: 0;
  font-weight: var(--fw-b);
  font-size: 48px;
  color: var(--clr-resume-theme);
  letter-spacing: 2px;
}
.resume-container .resume-header div {
  margin: 4px 0 0;
  font-size: 16px;
  color: var(--clr-resume-theme);
  font-weight: var(--fw-md);
}
.resume-container .wrapper {
  display: grid;
  grid-template-columns: 68% 30%;
  gap: 16px;
}
.resume-container main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.resume-container aside {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.resume-container .head-section {
  display: grid;
  grid-template-columns: 80% 20%;
}
.resume-container .head-section .header-pp {
  width: 100px;
  aspect-ratio: 1;
  border: 3px solid rgba(4, 84, 189, 0.2784313725);
  padding: 1px;
}
.resume-container .head-section img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.resume-container .section-head {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: start;
  gap: 8px;
  margin-bottom: 8px;
  padding-bottom: 4px;
}
.resume-container .section-head .img-container {
  background-color: var(--clr-resume-theme);
  border-radius: 50%;
  padding: 3px;
  display: grid;
  place-items: center;
}
.resume-container .section-head img {
  width: 28px;
  aspect-ratio: 1;
}
.resume-container .section .section-head {
  font-size: 24px;
  border-bottom: 1px dotted var(--clr-resume-theme);
}
.resume-container .section h2 {
  font-size: 24px;
  font-weight: var(--fw-b);
  color: var(--clr-resume-theme);
  margin-bottom: -2px;
  text-transform: uppercase;
}
.resume-container .job {
  margin-bottom: 15px;
}
.resume-container .job h3 {
  font-size: 20px;
  margin: 0;
  color: #323232;
}
.resume-container .job p {
  font-size: 14px; /* Job details */
  margin: 5px 0;
  color: #636363;
}
.resume-container .summary p {
  font-size: 14px; /* Paragraph text */
  line-height: 1.6;
  color: #555;
  height: 120px; /* Fixed height */
  overflow: hidden; /* Ensure text does not overflow */
}
.resume-container th:where(.dt-ordering-desc) .dt-column-order,
.resume-container th:where(.dt-ordering-desc) .dt-column-order {
  background-color: #ff2730;
}
.resume-container .dashboard-body .action-dots .dropdown-menu li:last-child .dropdown-item:hover:hover {
  background-color: #ccc;
}
.resume-container .skills ul,
.resume-container .interests p {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-weight: var(--fw-md);
}
.resume-container .skills li {
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 1.5;
}
.resume-container .contact .detail {
  margin-bottom: 16px;
}
.resume-container .contact .detail h3 {
  font-size: 18px;
  font-weight: var(--fw-b);
  margin-bottom: 4px;
  line-height: 1;
}
.resume-container .contact .detail div {
  font-size: 16px;
  color: #555;
}
.resume-container .interests p {
  font-size: 14px; /* Interests text */
}

.size-icon {
  width: 30px;
  aspect-ratio: 1;
}

.dt-length {
  display: flex;
  gap: 10px;
  align-items: center;
  text-transform: capitalize;
}

.btn-primary {
  background-color: var(--clr-theme);
}

.b-box .file {
  padding: 9px 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-right: 15px;
  width: 250px;
  margin-inline: auto;
}
.b-box .file .icon {
  width: 37px;
  height: 37px;
  background: #f0f5f3;
}
.b-box .file .file-name {
  font-size: 15px;
  letter-spacing: -0.3px;
  color: #254035;
}
.b-box .file .file-size {
  font-size: 13px;
  letter-spacing: -0.3px;
  color: rgba(36, 64, 52, 0.5);
}

.b-btn {
  background: var(--clr-highlight-lite);
  line-height: 33px;
  padding: 0 17px;
  border-radius: 25px;
  color: var(--clr-highlight);
}

.vr-separator-l {
  position: relative;
  height: 100%;
  margin-left: 10px;
  padding-left: 22px;
  display: flex;
  align-items: center;
}

.vr-separator-l::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 80%;
  background-color: var(--clr-dark);
  opacity: 0.3;
  left: -2px;
}

.vr-separator {
  position: relative;
  height: 100%;
}

.vr-separator::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 50px;
  background-color: var(--clr-light);
  left: 2px;
}

.gov-info .col-item-3 {
  justify-content: center;
}

.gov-info {
  --font-size-h1: 1.75rem;
  --font-size-h2: 1.25rem;
  --font-size-h3: 1rem;
}
.gov-info h1 {
  color: var(--clr-theme);
}
.gov-info h2 {
  color: var(--clr-highlight);
}
.gov-info h3 {
  color: var(--clr-dark);
}
.gov-info h1,
.gov-info h2,
.gov-info h3 {
  font-weight: var(--fw-b);
}
.gov-info .logo {
  max-width: 80px;
}

.hero {
  padding: 4px 16px;
}

.b-footer footer {
  background-color: var(--clr-theme-lite);
  padding: 4px 16px;
}

.nav-logo a {
  top: 0;
  position: absolute;
  width: 100px;
  height: 100px;
  z-index: 100;
  background-color: #fff;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}
.nav-logo img {
  max-width: 100%;
}

.right-widget {
  margin-left: 100px;
}

.nav-nav-item {
  text-decoration: none !important;
  color: #fff;
}
.nav-nav-item:hover {
  color: #fff;
}

.modal-quote {
  background-color: #f7f8ff;
  display: flex;
  flex-direction: row;
  gap: 1em;
  align-items: center;
  padding: 0.4em 1em;
  flex: 3;
  display: none;
  margin-left: auto;
}
.modal-quote .quote {
  font-size: var(--font-size-h3);
  font-weight: 600;
  color: var(--clr-theme);
}
.modal-quote .featured-img {
  margin-left: auto;
}
.modal-quote .featured-img img {
  max-width: 230px;
}

.nav-item:where(.dropdown) {
  margin-bottom: 2em;
}

@media (min-width: 512px) {
  .b-container {
    padding: 0.4em 2em;
  }
  .b-container .news-slider {
    width: calc(100vw - 10rem);
  }
}
@media (max-width: 786px) {
  .b-nav {
    display: none;
  }
  .nav-menu .btn-holder {
    margin-bottom: 1em;
  }
  .d-none-sm {
    display: none;
  }
  .nav-utils .b-nav-utils:nth-child(1) {
    margin-right: 0px;
  }
  .nav-utils .b-nav-utils i {
    font-size: 30px;
  }
}
@media (min-width: 786px) {
  .gov-info .col-item-3 {
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    width: 900px;
  }
  .modal-quote {
    display: flex;
  }
  .nav-item:where(.dropdown) {
    margin-inline: 1em;
    margin-bottom: 0;
  }
}/*# sourceMappingURL=app.css.map */