* {
  box-sizing: border-box;
}
.swal2-html-container .top {
  display: flex !important;
  align-items: center;
  column-gap: 25px;
  justify-content: flex-start !important;
}
.swal2-html-container {
  padding: 0 !important;
}
.swal2-html-container h1 {
  color: #25324b;
  font-size: 28px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  margin: 0;
  margin-bottom: 10px;
}
.swal2-html-container .joblist-data {
  display: flex;
  column-gap: 5px;
}
.swal2-html-container .joblist-data p {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #515b6f;
  margin: 0;
}
.line {
  width: 100%;
  height: 1px;
  background-color: #d6ddeb;
  margin-block: 30px;
}
.swal2-html-container .desc {
  text-align: left;
  margin-bottom: 30px;
}
.swal2-html-container .desc * {
  margin: 0;
  margin-bottom: 10px;
}
.swal2-html-container .desc h2 {
  color: #25324b;
  font-size: 25px;
}
.swal2-html-container .form-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-block: 15px;
}
.swal2-html-container .form-group select,
.swal2-html-container .form-group input:not(.checkbox-group input) {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ccc;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 25.6px;
}
.swal2-html-container .form-group > label {
  height: auto;
  margin-bottom: 8px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 25.6px;
  color: rgba(81, 91, 111, 1);
}
.swal2-html-container .optional {
  margin: 0;
  margin-top: 10px;
  font-size: 14px;
}
.swal2-html-container .checkbox-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
}
.swal2-html-container .checkbox-group label {
  width: 32%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}
.swal2-html-container .inner-title {
  text-align: left;
}

/* Accordion - START */

.accordion {
  width: 100%;
  border-top: 1px solid #d9e5e8;
  list-style: none;
  padding-left: 0;
}
.accordion li {
  border: 1px solid #d9e5e8;
  position: relative;
  margin-bottom: 10px;
}
.accordion a {
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 600;
  line-height: 3;
  font-size: 16px;
  text-indent: 15px;
  user-select: none;
  text-align: left;
  font-family: "Inter";
  font-weight: 600;
  color: #25324b;
}
.accordion a:after {
  width: 8px;
  height: 8px;
  border-right: 1px solid #4a6e78;
  border-bottom: 1px solid #4a6e78;
  position: absolute;
  right: 10px;
  content: " ";
  top: 17px;
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.accordion p {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2;
  padding: 10px;
}

a.active:after {
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.professional .checkbox-group {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 15px;
}

.professional .checkbox-group label {
  width: 100%;
}

.language .checkbox-group {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 15px;
  column-gap: 15px;
  width: 100%;
}

.language .checkbox-group label {
  width: 30%;
}

/* Accordion - END */

.ql-toolbar.ql-snow {
  text-align: left;
  width: 100%;
}
.ql-container.ql-snow {
  width: 100%;
}
#resume-content {
  min-height: 100px;
}
.bottom {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
}
.bottom p {
  font-size: 14px;
  margin-top: 10px;
}

/* File Upload - START */

button.submit {
  cursor: pointer;
  color: #00484c;
  background: #ffbd59;
  font-size: 20px;
  padding: 20px;
  font-family: "Inter";
  font-weight: 600;
  margin-bottom: 50px;
  border: unset;
}

.attach_job {
  display: flex;
  background-color: white;
  flex-direction: column;
  margin-block: 20px;
}
.top-attach {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.top-attach p {
  color: #202430;
  font-weight: 600;
  font-size: 18px;
}
.accetted {
  width: 100%;
}
.left-file {
  display: flex;
  column-gap: 15px;
  flex-direction: row;
  align-items: center;
}
.left-file i {
  font-size: 40px;
}
.left-file .text {
  display: flex;
  flex-direction: column;
}
/* Upload attach  */
.upload-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 300px;
  width: 100%;
  margin-top: 15px;
}

.upload-label {
  border: 2px dashed #ffb800;
  padding: 15px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: fit-content;
  display: flex;
  flex-direction: row;
  column-gap: 6px;
  font-size: 18px;
  border-radius: 15px;
  font-family: "Inter";
  font-weight: 600;
}

.file-info {
  border: 1px solid #ddd;
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: column;
}

.file-details {
  flex-grow: 1;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.file-name {
  font-weight: bold;
  font-size: 17px;
}

.file-size {
  font-size: 12px;
  color: gray;
  text-align: left;
}

.progress-bar {
  width: 100%;
  background-color: #eee;
  height: 5px;
  border-radius: 3px;
  margin-top: 5px;
  overflow: hidden;
}

.progress {
  width: 0;
  height: 100%;
  background-color: #4a90e2;
  transition: width 0.3s;
}

.remove-file {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #888;
}

.accepted-files {
  font-size: 12px;
  color: gray;
  margin: 0;
  font-size: 16px;
  text-align: left;
}

.hidden {
  display: none;
}

/* File Upload - END */

.submit-btn {
  background: #00484c;
  color: white;
  font-family: "Inter";
  font-weight: 700;
  width: 100%;
  padding: 15px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
.agreement {
  color: #515b6f;
  font-family: "Inter";
  font-weight: 400;
  text-align: left;
  line-height: 1.6;
}
