section.myresume-page {
  background-color: var(--gray-100);
  padding: 10px 0 30px;
}
.myresume-form-section {
  background-color: var(--white);
  border-radius: 16px;
}
.myresume-box-body {
  padding: 30px;
}
.button-sec-footer {
  border-top: 1px solid var(--gray-200);
  padding: 30px;
  text-align: center;
  margin-top: 50px;
}
.myresume-content-box {
  border: 1px solid var(--gray-200);
  border-radius: 15px;
  min-height: auto;
}
.myresume-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.myresume-title h3 {
  margin-top: 0;
  font-size: 20px;
}
.step-title h4 {
  margin: 0;
  font-size: 16px;
}
.step-title {
  margin-bottom: 30px;
}
hr.divider-line {
  height: 1px;
  background-color: var(--gray-200);
  margin: 30px 0;
}
.resume-table-header {
  padding: 0;
  border-radius: 20px;
}
.table.resume-statment-table>tbody>tr>th:first-child {
  width: 25%;
}
.table.resume-statment-table>tbody>tr>th {
  color: var(--black);
  border-top: transparent;
}
.table.resume-statment-table,
.table.resume-statment-table.table_team_member_list,
.table.table-hover.resume-statment-table {
  margin: 0;
  font-size: 13px;
}
.table.resume-statment-table>tbody>tr>th, 
.table.resume-statment-table>tbody>tr>td {
  text-align: center;
  padding: 15px;
  vertical-align: middle;
}
.table.resume-statment-table>tbody>tr>th:first-child, 
.table.resume-statment-table>tbody>tr>td:first-child,
.table.resume-statment-table>tbody>tr>th:last-child, 
.table.resume-statment-table>tbody>tr>td:last-child {
  text-align: left;
}
.resume-table-wrap {
  border-radius: 15px;
}
a.download-resume img {
  vertical-align: text-bottom;
  width: 20px;
  margin-right: 8px;
}
p.resume-title {
  max-width: 276px;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
p.target-job-title {
  max-width: 240px;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.resume-statment-table .badge {
  padding: 3px 7px;
  font-weight: 400;
}
a.dropdown-list-btn {
    color: var(--secondary);
    background-color: var(--gray-200);
    box-shadow: none;
    padding: 8px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    border-radius: 25px;
}
.resume-dropdown .dropdown-menu {
  right: 0;
  left: auto;
}
.resume-dropdown .dropdown-menu.custom-dropdown {
  background-color: var(--white);
  border: 1px solid #ebebeb;
  border-radius: 14px;
  padding: 8px;
  max-height: 90vh;
  overflow-y: auto;
  min-width: 200px;
  padding: 0;
  -webkit-box-shadow: 0 3px 20px rgba(0,0,0,.3);
  box-shadow: 0 3px 20px rgba(0,0,0,.3);
}
.resume-dropdown .dropdown-menu.custom-dropdown li {
  margin: 0;
}
.resume-dropdown .dropdown-menu.custom-dropdown>li>a {
  padding: 0 12px;
  font-weight: 400;
  font-size: 14px;
  border-bottom: 1px solid #ebebeb;
  color: var(--black);
  line-height: 40px;
}
.resume-dropdown .dropdown-menu.custom-dropdown>li>a span.list-icon {
  /*color: var(--primary);*/
  /*fill: var(--primary);*/
  margin-right: 10px;
  display: inline-block;
  width: 14px;
  height: auto;
  text-align: center;
  vertical-align: middle;
}
.resume-dropdown .dropdown-menu.custom-dropdown>li>a:hover {
  color: var(--secondary);
  background: rgb(0 110 255 / 10%);
}
.dropdown-svg svg:not(:root) {
  height: 16px;
  width: 16px;
  /*vertical-align: text-top;*/
}
.dropdown-svg svg {
  fill: var(--black);
}
.list-icon .fa-star-o {
  color: var(--black);
  font-size: 16px;
}
/* .badge-warning {
  background-color: var(--red);
}
.badge-success {
  background-color: var(--red);
}
.label-primary-resume {
  border-radius: ;
} */
.resume-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 10px;
}
.badge-primary {
  padding: 4px 6px;
  font-size: 11px;
  color: #1d4ed8;
  background-color: #dbeafe;
  border-radius: 6px;
  margin-left: 10px;
}
.badge-success {
  gap: 8px;
  color: var(--black);
  background-color: #ebf9f4;
}
.badge-warning {
  gap: 8px;
  color: var(--black);
  background-color: #fdf4e9;
}
.more-options-icon {
  width: 36px;
  height: 36px;
  background: #eef1f5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
}
/* CSS for upload resume modal */
.upload-modal {
  border-radius: 18px;
  padding: 0;
  min-height: 310px;
}

.modal-header {
  border-bottom: none;
  padding: 30px 30px 0;
}

.modal-title {
  font-weight: 500;
}

.upload-box {
  border: 2px dashed #cfd8e3;
  border-radius: 14px;
  padding: 30px 20px;
}

.upload-icon {
  margin-bottom: 12px;
}

.upload-link {
  display: block;
  color: var(--primary);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
  text-decoration: none;
}

.upload-link:hover {
  text-decoration: underline;
}

.upload-info {
  color: var(--gray-600);
  font-size: 13px;
  margin: 0;
}

.upload-loader-box {
    padding: 30px 20px;
}

.success-icon {
  margin-right: 10px;
}

.form-section label {
  font-weight: 500;
  margin-bottom: 6px;
}

.parse-checkbox {
  margin: 20px 0 40px;
}

.custom-checkbox {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  user-select: none;
}

/* Hide default checkbox */
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Checkbox box */
.custom-checkbox .checkmark {
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border: 2px solid #cfd8e3;
  border-radius: 4px;
  background: #fff;
  transition: all 0.2s ease;
}

/* Checked state */
.custom-checkbox input:checked ~ .checkmark {
  background-color: var(--green);
  border-color: var(--green);
}

/* Check icon */
.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show check */
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Checkmark tick */
.custom-checkbox .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Hover */
.custom-checkbox:hover .checkmark {
  border-color: var(--green);
}
.upload-resume-modal .modal-dialog.upload-success-step {
  width: 960px;
}
.resume-details-lt,
.upload-status-rt {
  width: 50%;
}

.success-titile h4.modal-title {
    font-size: 16px;
}
.upload-success-box.flex-element {
  gap: 30px;
}

.file-drop-zone.drag-active {
    border-color: #007bff !important; /* Bootstrap primary blue */
    background-color: rgba(0, 123, 255, 0.05); /* Slight blue tint */
}

/* //CSS for upload resume modal */

.upload-status-sec {
  background-color: var(--gray-100);
  border-radius: 16px;
  padding: 20px 25px;
  text-align: left;
}
p.result-tile {
  font-size: 15px;
  font-weight: 600;
}
.txt-green {
  color: var(--green);
}
.txt-red {
  color: var(--red);
}
.txt-yellow{
  color: #e18e0b;
}
.reupload-sec p {
  font-size: 16px;
}
.status-result-sec {
  border-bottom: 1px solid var(--gray-200);
  margin-bottom: 25px;
  padding-bottom: 15px;
}
.result-tile span.svg-15 {
  margin-right: 3px;
  vertical-align: middle;
}
.result-tile span.svg-15 svg {
  width: 15px;
}
ul.status-report-list{
  position: relative;
  padding-left: 25px;
}
ul.status-report-list li {
  font-size: 13px;
  margin-bottom: 10px;
  list-style: none;
  position: relative;
}
ul.status-report-list li:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
}
ul.status-report-list.good-list li:before {
  background-image: url("../img/check-green-outline.svg");
}
ul.status-report-list.required-list li:before {
  background-image: url("../img/triangle-red-outline.svg");
}
ul.status-report-list.recommend-list li:before {
  background-image: url("../img/triangle-yellow-outline.svg");
}
ul.status-report-list.recommend-list li,
ul.status-report-list.good-list li {
  display: inline-block;
  width: 49%;
}
.status-result-sec:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
a.btn.btn-download-resume {
  width: 50px;
}
a.btn.btn-download-resume:hover {
  background-color: #cfe0ea;
}
.btn.btn-download-resume:hover {
  box-shadow: none;
}

.failed-status-card {
    width: 100%;
    background: #e9dada;
    border-radius: 20px;
    padding: 25px;
    text-align: center;
    position: relative;
}

/* Icon */
.failed-status-card .icon-wrap {
    margin-bottom: 20px;
}

.failed-status-card .icon-wrap svg {
    width: 42px;
    height: 42px;
    stroke: #d92d20;
    stroke-width: 2;
    fill: none;
}

/* Title */
.failed-status-card .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 18px;
}

/* Description */
.failed-status-card .desc {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 16px;
}

.failed-status-card .desc.small {
    font-size: 14px;
}

/* Buttons */
.failed-status-card .btn-group {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin: 25px 0 30px;
}

/* OR Divider */
.or-divider {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 20px 0;
}

.or-divider span {
    flex: 1;
    height: 1px;
    background: var(--gray-500);
}

.or-divider p {
    font-size: 14px;
    color: var(--black);
}

.btn-group.verify-btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group.verify-btn-group>.btn:last-child:not(:first-child), 
.btn-group.verify-btn-group>.dropdown-toggle:not(:first-child) {
  border-radius: 25px;
}

.verify-contact-modal .modal-dialog {
    max-width: 400px;
}
.modal-content {
  border-radius: 25px;
}
.modal.verify-contact-modal .modal-body {
  padding: 50px 30px;
}
.modalclose-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  opacity: 0.4;
  cursor: pointer;
}
.modalclose-btn:hover {
  opacity: 0.8;
}
.modalclose-btn img {
  width: 18px;
}
a.btn-link.btn-wot-bg {
  padding: 0;
}
a.btn-link.btn-wot-bg {
  margin: 0 5px 0 0;
  text-decoration: underline;
  font-weight: 500;
  color: var(--primary);
  font-size: 18px;
  align-content: center;
}
a.btn-link.btn-wot-bg.btn-resend-code-active {
  color: var(--primary);
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}
a.btn-link.btn-wot-bg.btn-resend-code-active:hover {
  background-color: transparent;
  text-decoration: underline;
}
h4.otp-title-txt {
  margin: 20px 0 5px;
  font-size: 18px;
  color: var(--black);
  font-weight: 500;
  word-break: break-word;
}
#divOuter {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
  border: 1px solid var(--gray-400);
  border-radius: 15px;
  padding: 0;
  background-color: var(--white);
}
#divInner {
  left: 0;
  position: sticky;
}
#divInner input.form-control.custom-input.otp-input {
  letter-spacing: 20px;
  border: 0;
  width: 100%;
  min-width: 316px;
  background-color: transparent;
  text-align: left;
  outline: none;
  font-size: 24px;
  color: var(--black);
  font-weight: 600;
  border-radius: 0;
  text-align: center;
  padding: 10px;
  box-shadow: none;
}
span#mobile-timer-mobile {
  font-size: 18px;
  color: var(--gray-600);
  display: block;
  font-weight: 500;
  margin: 0 5px;
}
a.back-btn {
  font-size: 14px;
  color: var(--black);
}
a.back-btn img {
  width: 14px;
  filter: grayscale(1);
  margin-right: 5px;
}
.edit-resume-name-modal .form-section {
  max-width: 400px;
  margin: auto;
}
.primary-resume-title h4.modal-title {
  margin: 30px auto 20px;
  max-width: 440px;
}
.primary-resume-title p {
  font-weight: 300;
  font-size: 15px;
}
.btn-footer-sec {
  text-align: center;
  margin: 0 auto 10px;
}

/* ----------- CSS for info tag ----------- */
.info-wrapper {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.info-icon {
  width: 15px;
  height: 15px;
  background: var(--white);
  color: var(--gray-600);
  border: 2px solid var(--gray-600);
  border-radius: 50%;
  font-size: 10px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tooltip-bottom {
  position: absolute;
  top: 130%;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gray-100);
  color: var(--black);
  padding: 10px;
  font-size: 12px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 10;
  box-shadow: 0 3px 20px rgba(0, 0, 0, .3);
}

/* Arrow */
.tooltip-bottom::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent var(--gray-200) transparent;
}

/* List styling */
.tooltip-list {
  margin: 0;
  padding-left: 16px;
  text-align: left;
}

.tooltip-list li {
  margin-bottom: 5px;
}

.tooltip-list li:last-child {
  margin-bottom: 0;
}

/* Show on hover */
.info-wrapper:hover .tooltip-bottom {
  opacity: 1;
  visibility: visible;
}
.status-col {
  min-width: 240px;
}
.upload-date-col {
  min-width: 110px;
}
.target-job-sm-xs {
  display: none;
}
.resend-code-sec .btn.btn-link {
  padding: 0;
}
.upload-resume-modal .modal-body {
  padding: 30px;
}
img.resume-data-loader {
  width: 100%;
  height: 15px;
}
.upload-resume-modal .upload-modal {
  min-height: auto;
}
.custom-modal-bottom.upload-resume-modal .close.resume-modal-close {
  position: absolute;
  right: 25px;
  top: 20px;
}
.custom-modal-bottom.upload-resume-modal .close.resume-modal-close img {
  width: 20px;
}
.upload-resume-modal img.triangle-img {
  width: 46px;
  margin-bottom: 10px;
}
.upload-resume-modal h3.required-title {
  font-weight: 500;
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 50px;
}

/* START: Responsive media query css  */

/*especially media css for 1366x580 screen*/
@media only screen and (max-width: 1366px) {

}
@media only screen and (max-width: 1280px) {
  p.resume-title {
    max-width: 250px;
  }
  p.target-job-title {
    max-width: 176px;
  }
}
@media only screen and (max-width: 992px) {
  .resume-table-wrap {
    width: 100%;
    overflow-y: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
}
@media only screen and (max-width: 960px) {
  .upload-resume-modal .modal-dialog.upload-success-step {
    width: auto;
    max-width: 500px;
  }
  .upload-resume-modal .resume-details-lt,
  .upload-resume-modal .upload-status-sec.upload-status-rt {
    width: 100%;
  }
  .upload-resume-modal .upload-success-box.flex-element {
    flex-direction: column;
  }
}

@media only screen and (max-width: 820px) {
  .upload-resume-modal .upload-success-box.flex-element {
    gap: 15px;
  }
  .upload-resume-modal .upload-status-sec {
    padding: 20px 15px;
  }
  .upload-resume-modal p.result-tile {
    font-size: 14px;
  }
}
@media only screen and (max-width: 800px) {
  
}
@media only screen and (max-width: 768px) {
  .modal.custom-modal-bottom.upload-resume-modal .modal-body {
    padding: 50px 20px;
  }
}
@media only screen and (max-width: 712px) {
  
}
@media only screen and (max-width: 600px) {
  .myresume-box-body {
    padding: 10px;
  }
  .myresume-title h3 {
    font-size: 14px;
  }
  .micro-text {
    font-size: 11px;
  }
  .myresume-content-box {
    border: transparent;
  }
  .step-title {
    margin-bottom: 15px;
  }
  .myresume-content-box label {
    font-size: 12px;
  }
  .table.resume-statment-table>tbody>tr>td {
    padding: 0;
    font-size: 11px;
    width: auto;
  }
  .table.resume-statment-table>tbody>tr>td {
    border-bottom: 1px solid var(--gray-200);
    padding: 10px 0;
  }
  .myresume-title .btn.btn-normal.btn-rounded {
    font-size: 12px;
    padding: 5px 12px;
    font-weight: 500;
  }
  .resume-statment-table .badge {
    font-size: 10px;
  }
  .modal-card {
        padding: 35px 25px;
    }

    .btn-group {
        flex-direction: column;
        gap: 15px;
    }

    .title {
        font-size: 22px;
    }

    .desc {
        font-size: 14px;
    }
    .d-ipad-view {
      display: none;
    }
    .target-job-sm-xs {
      display: block;
      color: var(--gray-600);
    }
    .resume-table-wrap {
        overflow-y: visible;
        border: transparent;
    }
    p.resume-title {
      max-width: 220px;
      font-size: 12px;
    }
    .resume-name-title .flex-center.flex-sb {
      justify-content: flex-start;
    }
    a.dropdown-list-btn {
      background-color: transparent;
      padding: 0;
    }
    .resume-badge {
      border-radius: 6px;
      margin: 5px 0 0 0;
      font-size: 11px;
    }
    .badge-primary {
      margin: 0 0 5px 0;
      font-size: 11px;
      padding: 2px 6px;
    }
    .table.resume-statment-table>tbody>tr>th {
      display: none;
    }
    .table.resume-statment-table>tbody>tr>td:last-child {
      text-align: right;
      vertical-align: top;
    }
    .myresume-form-section {
      margin: 0 10px;
    }
    .myresume-title {
      margin-bottom: 10px;
    }
    .table>tbody>tr>td {
      border-top: none;
    }
    .resume-dropdown .dropdown-menu.custom-dropdown>li>a {
      font-size: 12px;
      line-height: 34px;
    }
    .upload-resume-modal .modal-dialog.upload-success-step {
      width: 100%;
    }
    .upload-success-box.flex-element {
      gap: 0;
      flex-direction: column;
    }
    .resume-details-lt, .upload-status-rt {
      width: 100%;
    }
    .upload-status-sec {
      margin-top: 25px;
    }
    .upload-resume-modal .modal-body {
      padding: 15px;
    }
    ul.status-report-list.recommend-list li, ul.status-report-list.good-list li {
      display: inline-block;
      width: 100%;
    }
    .parse-checkbox {
      margin: 15px 0 20px;
    }
    .modal.custom-modal-bottom .close.modalclose-btn {
      top: 20px;
    }
    .primary-resume-modal .btn-footer-sec {
      margin: 0;
      display: flex;
    }
    .primary-resume-modal .btn-footer-sec .btn  {
      width: 100%;
      display: inline-block;
    }
    .upload-resume-modal .success-titile .success-icon {
      width: 26px;
      height: 26px;
    }
}
@media only screen and (max-width: 568px) {

}
@media only screen and (max-width: 480px) {

}
@media only screen and (max-width: 414px) {
  
}
@media only screen and (max-width: 376px) {
  
}
@media only screen and (max-width: 360px) {

}
@media only screen and (max-width: 340px) {
  
} 
@media only screen and (max-width: 320px) {

}