@charset "UTF-8";
:root {
  --clr-theme-primary: #1cb08f;
}

body {
  font-family: "Barlow", sans-serif;
  line-height: normal;
}

.btn-primary {
  background-color: #1cb08f;
  --bs-btn-color: #fff;
  --bs-btn-bg: #1cb08f;
  --bs-btn-border-color: #1cb08f;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1cb08f;
  --bs-btn-hover-border-color: #1cb08f;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1cb08f;
  --bs-btn-active-border-color: #1cb08f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #19a989;
  --bs-btn-disabled-border-color: #19a989;
}
.btn-primary:hover {
  background-color: #1ba386;
}

.bg-primary-subtle {
  background-color: #f7fafc !important;
}

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

.border-bottom-extra {
  border-bottom: 5px solid #000 !important;
}

.bg-blue-dark {
  background-color: #081430;
}

.bg-blue-light {
  background: url("../img/header-bg.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
}

.form-check-input:checked {
  background-color: #1cb08f;
  border-color: #1cb08f;
}

.text-primary {
  color: var(--clr-theme-primary) !important;
}

.detailed-feedback ul li {
  margin-bottom: 5px;
}
.detailed-feedback ul li:last-child {
  margin-bottom: 0;
}
.detailed-feedback ul li strong {
  margin-right: 3px;
}
.detailed-feedback article {
  border-bottom: 1px solid #081430;
}
.detailed-feedback article:last-child {
  border: 0;
}

.resume-thumb {
  height: 350px;
}

.dark-gr-ol {
  position: relative;
}
.dark-gr-ol::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(8, 20, 48, 0) 0%,
    rgb(8, 20, 48) 100%
  );
}

.score-circle {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  position: relative;
}

.score-circle svg {
  transform: rotate(-90deg);
}

.score-circle circle {
  background-color: #fff;
  fill: #fff;
  stroke-width: 10;
  transform: translate(5px, 5px);
}

.score-circle .circle-bg {
  stroke: currentColor;
}

.score-circle .circle {
  stroke: currentColor;
  /* Match the color to your design */
  stroke-dasharray: 565.48;
  /* Approximate circumference */
  stroke-dashoffset: 565.48;
  /* Full circumference */
  transition: stroke-dashoffset 1s;
}

.score-number {
  position: absolute;
  top: 43%;
  left: 53%;
  transform: translate(-50%, -50%);
  color: #7d7d7d;
}

.fw-extrabold {
  font-weight: 800;
}

.modal {
  background: linear-gradient(
    135deg,
    hsla(300, 39%, 20%, 0.534),
    hsl(300, 40%, 5%)
  );
}

.bg-dark-green {
  background-color: #4bb84a !important;
}

.bg-success {
  background-color: #99ca43 !important;
}

.bg-review-gradient {
  background: rgb(238, 57, 36);
  background: -moz-linear-gradient(
    90deg,
    rgb(238, 57, 36) 46%,
    rgb(251, 163, 47) 56%,
    rgb(153, 202, 67) 80%,
    rgb(16, 92, 12) 90%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgb(238, 57, 36) 46%,
    rgb(251, 163, 47) 56%,
    rgb(153, 202, 67) 80%,
    rgb(16, 92, 12) 90%
  );
  background: linear-gradient(
    90deg,
    rgb(238, 57, 36) 46%,
    rgb(251, 163, 47) 56%,
    rgb(153, 202, 67) 80%,
    rgb(16, 92, 12) 90%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ee3924",endColorstr="#269023",GradientType=1);
  background: rgb(238, 57, 36);
  background: -moz-linear-gradient(
    90deg,
    rgb(238, 57, 36) 0%,
    rgb(238, 93, 36) 50%,
    rgb(251, 163, 47) 50%,
    rgb(153, 202, 67) 77%,
    rgb(79, 190, 76) 77%,
    rgb(38, 144, 35) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgb(238, 57, 36) 0%,
    rgb(238, 93, 36) 50%,
    rgb(251, 163, 47) 50%,
    rgb(153, 202, 67) 77%,
    rgb(79, 190, 76) 77%,
    rgb(38, 144, 35) 100%
  );
  background: linear-gradient(
    90deg,
    rgb(238, 57, 36) 0%,
    rgb(238, 93, 36) 50%,
    rgb(251, 163, 47) 50%,
    rgb(153, 202, 67) 77%,
    rgb(79, 190, 76) 77%,
    rgb(8, 78, 5) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ee3924",endColorstr="#269023",GradientType=1);
}
.bg-review-gradient .dnd-resume-review-score {
  background-color: transparent;
}
.bg-review-gradient .dnd-resume-review-score .pointer {
  content: "";
  display: inline-block;
  width: 5px;
  background: #000;
  position: absolute;
  top: -10px;
  bottom: -10px;
  z-index: 1;
  border-radius: 5px;
  transform: rotate(0deg);
}
.bg-review-gradient .dnd-resume-review-score .pointer::before {
  content: "Your\aResume";
  white-space: pre;
  color: #000;
  text-align: right;
  justify-content: center;
  display: flex;
  position: absolute;
  top: 35px;
  left: -36px;
}
.bg-review-gradient .dnd-resume-review-score .top-resumes {
  content: "";
  display: inline-block;
  width: 2px;
  background: transparent;
  position: absolute;
  top: -10px;
  bottom: -10px;
  right: 10%;
  z-index: 1;
  border-radius: 5px;
  transform: rotate(0deg);
}
.bg-review-gradient .dnd-resume-review-score .top-resumes::before {
  content: "Ideal\aResumes";
  white-space: pre;
  color: #000;
  text-align: center;
  justify-content: center;
  display: flex;
  position: absolute;
  top: -30px;
  left: -55px;
}
.bg-review-gradient .dnd-resume-review-score .top-resumes::after {
  content: "🏆";
  font-size: 30px;
  position: absolute;
  left: -60px;
  top: -3px;
}

@media (max-width: 424px) {
  .bg-review-gradient .dnd-resume-review-score {
    background-color: transparent;
  }
  .bg-review-gradient .dnd-resume-review-score .pointer::before {
    left: -36px;
  }
  .bg-review-gradient .dnd-resume-review-score .top-resumes::before {
    top: -30px;
    left: -55px;
  }
  .bg-review-gradient .dnd-resume-review-score .top-resumes::after {
    left: -40px;
    top: -3px;
  }
}
.bottom-arrow::after {
  display: block;
  width: 0;
  content: "";
  border: 15px solid transparent;
  position: absolute;
}

.bottom-arrow::after {
  border-top-color: #ffffff;
  border-bottom: 0;
  bottom: -15px;
  left: calc(50% - 15px);
}

.bottom-arrow {
  position: relative;
}

.red-strike {
  text-decoration: line-through;
  text-decoration-color: red;
}

.file_upload input {
  height: 150px;
  opacity: 0;
  background: grey;
  z-index: 99;
  position: relative;
}
.file_upload .download_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 500px) {
  .file_upload input {
    height: 100px;
  }
}
.text_lg {
  font-size: 20px;
}

.times_logo {
  height: 29px;
  margin-top: -5px;
}

.text_xl {
  font-size: 32px;
}

.already_have {
  font-size: 12px;
  background: #f1f1f1;
}

.text_sm {
  font-size: 12px;
}

.bg_neviblue {
  background-color: #07142f;
}

.bg-success-prog {
  background-color: #1cb08f;
}

.dont_close {
  display: inline-block;
  padding: 5px 20px;
  background-color: #fff3cd;
  border-radius: 50px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  margin-top: 20px;
}

.analyzing {
  height: 40vh;
  position: relative;
}

.analyzing .analyzing_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal.fade.from-bottom .modal-dialog {
  transform: translate3d(0, 100vh, 0);
}

.modal.in.from-bottom .modal-dialog {
  transform: translate3d(0, 0, 0);
}

.result_popup .modal-dialog {
  display: flex !important;
}

@media (max-width: 520px) {
  .result_popup .rounded-4 {
    border-radius: 12px 12px 0 0 !important;
  }
  .result_popup .modal-dialog {
    position: relative;
    margin: 0;
    height: 100vh;
  }
  .result_popup .modal-dialog .modal-content {
    position: absolute;
    bottom: 50px;
  }
  #experience {
    font-size: 14px;
    font-weight: 600;
  }
  .upload_card small,
  .upload_card label {
    font-size: 14px;
  }
  .file_upload .download_icon img {
    width: 20px !important;
  }
  .file_upload input {
    height: 80px !important;
  }
  .file_upload .modal_btn {
    font-size: 16px;
  }
}
.floating-tj-icon {
  position: fixed;
  bottom: 52px;
  right: 14px;
  z-index: 1500;
}

.fab-checkbox {
  display: none;
}

.fab {
  position: absolute;
  bottom: -35px;
  right: 80px;
  width: 4rem;
  height: 4rem;
  background: #ffe635;
  border-radius: 50%;
  border: 2px solid #000;
  transition: all 0.3s ease;
  z-index: 1;
}
.fab:hover {
  cursor: pointer;
}

.fab:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  background-color: rgba(128, 126, 126, 0.1);
}

.fab:hover {
  box-shadow: 0px 5px 20px 5px #090a0a;
}

.fab-wheel {
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.3s ease;
  transform-origin: bottom right;
  transform: scale(0);
}

.v2_header .main-heading {
  font-size: 46px;
  line-height: 1;
}
.v2_header h4 {
  font-size: 28px;
}
.v2_header .times_jobs {
  height: 30px;
}
.v2_header .file_upload input {
  height: 130px;
}
.v2_header ul {
  font-size: 22px;
  font-weight: 500;
}
.v2_header h1 {
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 768px) {
  .v2_header .main-heading {
    font-size: 26px;
    line-height: 28px;
  }
  .v2_header h4 {
    font-size: 14px;
  }
  .v2_header .times_jobs {
    height: 13px;
  }
  .v2_header ul {
    font-size: 13px;
    font-weight: 500;
  }
  .v2_header ul li svg {
    height: 15px;
    width: 15px;
  }
  .v2_header h1 {
    font-size: 34px;
    font-weight: 800;
    line-height: 34px;
  }
  .v2_header .btn.btn-primary {
    font-size: 16px;
  }
} /*# sourceMappingURL=style.css.map */
