.card-container {
  padding: 27px;
  border-radius: 25px;
  /* box-shadow: -70px -35px #c5aea7; */
  width: 100%;
  margin: 40px auto;
}

.top-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.top-head p {
  font-size: 16px;
  font-weight: 700;
}

.top-head a,
.top-head a:visited {
  color: #1e1411;
}

.card-container h3 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #2b2b2b;
}

.card-container p {
  font-size: 16px;
  color: #1e1411;
  width: 100%;
  display: flex;
  align-items: center;
}

.card-container p img {
  margin-left: 10px;
  height: 30px;
}

/* Scoped Stats Section */
.card-container .stats {
  display: flex;
  gap: 80px;
  margin-bottom: 20px;
}

.card-container .stat {
  text-align: center;
}

.card-container .stat-number {
  font-size: 32px;
  font-weight: 700;
  color: #1e1411;
}

.card-container .stat-label {
  font-size: 18px;
  color: #5f5f5f;
  font-weight: 600;
}

/* Scoped Button Section */
.card-container .button-container {
  display: flex;
  gap: 10px;
}

.card-container .button {
  padding: 20px;
  font-size: 18px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s;
  text-align: center;
  border: none;
  font-weight: 600;
  max-width: 207px;
  width: 100%;
  margin: 20px 0;
  background: none;
}

.card-container .joined-btn {
  color: #1e1411;
  border: 1px solid #1e1411;
}

.card-container .create-post-btn {
  background-color: #1e1411;
  color: #fff;
}

.card-container .create-post-btn:hover {
  background-color: #444;
}

.card-container .joined-btn:hover {
  background-color: #ded6d2;
}

/* Scoped Card Footer */
.card-container .card-footer {
  font-size: 16px !important;
  color: #433e3c;
  margin-top: 10px;
}

/* Scoped Media Queries */
@media (max-width: 620px) {
  body {
    height: auto;
  }
  body .button-custom{
    width: 100%;
    max-width: 100% !important;
  }
  .form-container{

  }

  .header-text .button {
    margin-top: 0px;
  }
  .card-container {
    margin: 30px auto;
    width: 100%;
    padding: 0;
    border: 0;
    box-shadow: none !important;
    height: auto !important;
  }
  body .form-container{
    padding: 0 !important;
    border: 0;
    box-shadow: none !important;
    margin: 0 !important;
    height: auto !important;!i;!;
    max-height: initial !important;!i;!;
    overflow-x: hidden;
    padding-bottom: 10px !important;!i;!;
    padding: 10px!important;!i;!;
  }
  h2{
    font-size: 22px;
    /* color: #000; */
    padding-top: 10px;
  }.item_preview{
     margin-top: 15px;
   }

}

@media (max-width: 500px) {
  .card-container .button-container {
    flex-direction: column;
    gap: 0;
  }

  .card-container .button {
    width: 100%;
    max-width: unset;
  }
}

/* Scoped Card Custom Browser */
.card-container .card-browser {
  height: 20px;
  background: #16222a;
  background: -webkit-linear-gradient(to right, #3a6073, #16222a);
  background: linear-gradient(to right, #3a6073, #16222a);
  display: flex;
  align-items: center;
  position: sticky;
  z-index: 2;
}

.card-container .circle {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 3px;
  /* background-color: #0b8793; */
}

.card-container .card-custom-browser {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
  /* background-color: #fff; */
  height: 92%;
  overflow: auto;
  padding: 0 5px;
}

.card-container .card-custom-browser:hover .p-img {
  transform: translateY(-100%);
}

@media screen and (max-width: 768px) {
  .card-container .card-custom-browser {
    max-width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .card-container .card-custom-browser {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}

.hr-line {
  border-top: 1px solid transparent;
  background: linear-gradient(white, white) padding-box,
  linear-gradient(90deg, White, DimGrey, White) border-box;
  margin: 10px 0;
}

.red {
  background: #ff5f56;
}

.yellow {
  background: #ffbd2e;
}

.green {
  background: #27c93f;
}

.job-container {
  background: #ede9e2;
  border-radius: 0 0 8px;
  max-width: 800px;
  padding: 20px;
  height: 100%;
}


.job-card {

  border: 1px solid #0000000f !important;
  box-shadow: 0 1px 12px 0 rgb(0 0 0 / 9%);
  border-radius: 12px;
  /* padding: 16px; */
  margin-bottom: 12px;
  position: relative;
  background: white;
  position: relative;
  background-color: white;
  margin-top: 40px;
}
body .job-card.active {
  border: 1px solid #007cb9 !important;!i;!;
}
.job-header {
  display: flex;
  gap: 15px;
  margin-bottom: 12px;
  align-items: center;
  padding: 16px;
}

.company-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.job-info {
  flex-grow: 1;
}

.job-info h2 {
  font-size: 16px;
  color: #333;
  margin-bottom: 4px;
  font-weight: normal;
}

.job-info .company-name {
  color: #666;
  font-size: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  text-transform: capitalize;
  word-break: break-word;
}

.salary {
  color: #666;
  font-size: 14px;
}

.location,
.price {
  display: inline-block;
  background: rgba(232, 243, 252, 1);
  color: #111;
  padding: 1px 10px;
  border: 0.43px solid rgba(141, 196, 241, 1) !important;
  border-radius: 5px !important;
  font-size: 11px;
  margin-right: 5px;
}

.job-footer {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #eee;
  color: #666;
  font-size: 13px;
}

.separator {
  margin: 0 8px;
  color: #ddd;
}

.character-limit {
  font-size: 13px;
  color: #666;
  margin: 12px 0;
  line-height: 1.5;
}

.advanced-label {
  background: #4caf50;
  color: white;
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 13px;
  margin: 8px 0;
  gap: 6px;
}

.advanced-label svg {
  width: 16px;
  height: 16px;
}

.activate-button {
  display: inline-block;
  background: #2b2b2b;
  color: white;
  padding: 5px 10px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 11px;
}

.activate-button:hover {
  background: #1a1a1a;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.job-title-preview {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  text-transform: capitalize;
  word-break: break-word;
}

.card-container .nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  height: 30px;
  margin-right: 10px;
  position: absolute;
  top: -30px;
  margin-left: 10px;
  color: rgb(0, 0, 0);
  font-size: 11px;
  font-weight: 600;
  /* border-radius: 50px; */
  /* clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%); */
  /* border: 1px solid #68a4ff; */
  border-top-left-radius: 5px;border-top-right-radius: 5px;
}

.basic {
  background: #9dacb4;
  color: #fff !important;!i;!;
}

.advanced {
  background: #007CB9;
  color: #fff !important;
}

.justify-content-between {
  justify-content: space-between;
}

.activate-button i {
  color: #fff !important;
}

#title {
  text-align: center;
  color: #4a4a4a;
  margin-bottom: 15px;
  font-size: 2.5rem;
}

#description {
  text-align: center;
  color: #666;
  margin-bottom: 30px;
  font-style: italic;
}

#survey-form {
  display: flex;
  flex-direction: column;
}

.form-group {
  margin-bottom: 20px;
}

label {
  display: block;
  margin-bottom: 5px;
  color: #333;
  font-weight: bold;
}

input[type="text"],
input[type="email"],
input[type="number"],
select,
textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #aaa;
  border-radius: 5px;
  font-size: 16px;
  transition: border-color 0.3s ease;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #667eea;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.radio-group,
.checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.radio-group label,
.checkbox-group label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

input[type="radio"],
input[type="checkbox"] {
  margin-right: 8px;
}

textarea {
  resize: vertical;
  min-height: 100px;
}

#submit {
  background-color: #007cb9;
  color: white;
  border: none;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-radius: 5px !important;
  padding-block: 12px;
  padding-left: 15px;
  padding-right: 15px;
  white-space: normal;
}

#submit:hover {
  opacity: .8;
}

@media (max-width: 600px) {
  .container {
    /* padding: 20px; */
    /* margin: 0 10px; */
  }
  .form-quantity-to{
    margin-top: 10px;
  }

  .radio-group,
  .checkbox-group {
    flex-direction: column;
  }
}

.container-job-title {
  text-align: center;
  margin-top: 90px;
}

.form-container {
  background-color: #fff;
  padding: 30px;
  border-radius: 25px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  /* max-width: 606px; */
  width: 100%;
  margin: 40px auto;
  overflow-y: auto;
  /* margin-top: 20px !important; */!i;!;
}

.mt-0 {
  margin-top: 0 !important;
}

.box-shadow-custom {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}

.candidate-card {
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 15px;
  background: white;
}

.skill-badge {
  background-color: #e8f0fe;
  color: #1a73e8;
  padding: 5px 15px;
  border-radius: 20px;
  margin-right: 8px;
  font-size: 14px;
}

.match-badge {
  background-color: #e6f4ea;
  color: #1e8e3e;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 14px;
}

.experience {
  color: #666;
  font-size: 14px;
  margin: 8px 0;
}

.match-percentage {
  color: #1e8e3e;
  font-weight: bold;
  font-size: 18px;
}

.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}

.justify-content-between {
  justify-content: space-between;
}

.text-end {
  text-align: end;
}

.input-wrapper {
  width: 150px;
  height: 30px;
  display: flex;
  border-radius: 50%;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
  padding: 19px;
  text-align: center;
  border-radius: 0;
  border: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
}

.input-wrapper * {
  border: none;
  width: 50px;
  flex: 1;
}

.input-wrapper button {
  cursor: pointer;
}#decrement_to,
 #decrement{
   border-top-left-radius: 5px;
   border-bottom-left-radius: 5px;
   border: 1px solid #ccc;
   height: 39px;
 }#increment_to,
  #increment{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #ccc;
    height: 39px;
  }
.input-wrapper button:first-child {
  /* border-radius: 50% 0 0 50%; */
  color: red;
}

.input-wrapper button:last-child {
  /* border-radius: 0 50% 50% 0; */
  color: green;
}
.profile-card .btn{
  padding: 1px 10px;
  color: #337ab7;
  background: #fff;
  margin-top: 5px;
}
.profile-card {
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  background-color: #e8f3fc;
  max-width: 800px;
  margin: 20px auto;
  position: relative;
}

.profile-name {
  color: #000;
  font-size: 18px;
  margin-bottom: 5px;
}

.profile-age {
  color: #666;
  font-weight: normal;
  font-size: 16px;
}

.profile-info {
  display: flex;
  font-size: 13px;
  color: #555;
  margin: 10px 0 5px;
  gap: 10px;
}

.profile-info i {
  margin-right: 2px;
  color: #666;
}

.work-history {
  margin-top: 0;
}

.work-history-title {
  font-size: 16px;
  color: #333;
  text-decoration: underline;
  margin-bottom: 0;
}
.form-quantity,
.form-quantity-to {
  height: 40px;
  line-height: 40px;
}
.work-item {
  margin-bottom: 5px;
  color: #555;
  display: flex;
  align-items: start;
  line-height: 1.3;
  font-size: 13px;
}
#description{
  line-height: 1.3;
}
.update-date {
  font-style: italic;
  color: #999;
  margin-top: 8px;
  /* position: absolute; */
  /* right: 20px; */
  font-size: 13px;
  margin-bottom: 0;
}

.attachment-info {
  color: #555;
}
.text-suggest-candidate {
  line-height: 1.3 !important;
  display: block;
}