:root {
  --white: #ffffff;
  --yellow: #fdc508;
  --light-blue: #1a9dae;
  --light-light-blue: #e0f9fc;
  --black: #000000;
  --light-grey: #707070;
  --warning-orange: #fd8c08;
  --success-green: #1bae48;
}
.instruction-sec-p {
  font-size: 12px;
}
.column-the-sixth-section-form-progress {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 48px;
  padding: 0 16px;
  border: solid 1px #cecece;
  background-color: #f5f5f5;
  margin-top: 16px;
  max-width: 100%;
  font-size: 12px;
}
.column-the-sixth-section-form-progress:first-of-type {
  margin-top: 24px;
}
.column-the-sixth-section-form-progress-header {
  font-size: 12px;
  font-weight: 400;
}
.column-the-sixth-section-form-progress-progress {
  display: flex;
  align-items: center;
}
.column-the-sixth-section-form-progress-progress .completed {
  color: var(--success-green);
  padding: 0 4px 0 6px;
  font-size: 12px;
}
.column-the-sixth-section-form-progress-progress .not-completed {
  color: var(--light-blue);
  font-size: 12px;
  padding: 0 4px;
}
.completed-img {
  height: 16px;
}
.column-the-sixth-section-form-progress-btn {
  background-color: var(--yellow);
  height: 40px;
  border-radius: 3px;
  font-size: 12px;
  border: none;
  margin-top: 24px;
  width: 100%;
}

/* Progress bar */
progress {
  width: 100%;
  height: 10px;
}
progress::-webkit-progress-value {
  background-color: var(--success-green) !important;
}
progress::-moz-progress-bar {
  background-color: var(--success-green) !important;
}
progress {
  color: var(--success-green);
}

hr {
  border: 1px solid #eaeaea;
  margin: 12px 0;
}
.personal-details-applicant-button {
  height: 26px;
  width: 26px;
}
.perosnal-details-upload {
  background-color: #f2feff;
  border: 1px solid #d4eef2;
  padding: 20px 0;
}
.upload-button {
  height: 54px;
  width: 54px;
  background-color: #e0f9fc;
  border-radius: 100%;
  border: none;
  color: var(--light-blue);
  margin: 0 16px;
}
.upload-text1 {
  font-size: 12px;
}
.upload-text2 {
  font-size: 12px;
  padding: 2px 0;
}
.from-to-dates input {
  width: 49%;
  height: 38px;
}
input[type="date"]:not(.has-value):before {
  color: lightgray;
  content: attr(placeholder);
  font-size: 12px;
  font-weight: 100;
  height: 38px;
}
.perosnal-details-form.pdform {
    margin-bottom: 10px;
    border: 1px dotted #048b76;
    background: var(--light-blue);
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
    border-radius: 13px;
}
.perosnal-details-form.pdform span.align-items-center {
    padding-left: 10px;
}
.perosnal-details-form select {
  height: 38px;
  width: 100%;
  font-size: 12px;
}
.perosnal-details-form input[type="text"] {
  height: 38px;
  width: 100%;
  font-size: 12px;
}
.personal-details-note {
  font-size: 12px;
}
.personal-details-end-buttons {
  display: flex;
  justify-content: space-between;
}
.personal-details-end-buttons button {
  width: 49%;
}
.svndct {
  background-color: var(--yellow);
}
.back-to-application-btn {
  height: 38px;
  width: 38px;
  margin: 0 8px 0 0;
  border: none;
  background-color: var(--white);
}
.application-detail-steps {
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 44px;
  padding: 0 10px;
}
.active .application-detail-steps{
    background-color: var(--light-blue);
    color: var(--white);
}
.signup-9-active {
  background-color: var(--light-blue);
  color: var(--white);
}
.required-documents {
  background-color: #fafafa;
  margin-bottom: 22px;
}
.required-documents-header {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}
.required-documents-line {
  font-size: 12px;
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.required-documents-line td {
  padding: 10px 0;
  align-content: start;
}
.required-documents-line td div.attach{
  display: inline-block;
}
.visa-selection {
  background-color: #e0f9fc;
  height: 48px;
}
.visa-title {
  flex-grow: 1;
  font-size: 16px;
  font-weight: 700;
  padding-left: 30px;
}
.travel-destination {
  border: 1px solid #cecece;
  font-size: 12px;
  overflow: hidden;
}
.dropdown_closed {
  height: 0px !important;
  padding: 0px !important;
}
.travel-destination input {
  width: 100%;
  height: 38px;
  background-color: #f5f5f5;
  border: none;
  border-radius: 4px;
  font-weight: 600;
}
.entry-type-selection {
  border: 1px solid #1A9DAE;
  background-color: #E0F9FC;
  border-radius: 3px;
  padding: 4px 18px;
  margin: 0 10px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  font-family: 'Figtree', sans-serif !important;
  font-size: 16px;
  color: #000000
}
.up-rotate {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.down-rotate {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.attached-documents {
  color: #cecece;
}
.upload-file-title {
  color: var(--black);
  font-size: 12px;
}
.upload-file-size {
  font-size: 12px;
}
.attached-documents-side2 progress {
  width: 60px;
  margin: 0 4px;
  height: 6px;
}

.attached-documents-side2 progress::-webkit-progress-value {
  background-color: var(--light-blue) !important;
}
.attached-documents-side2 progress::-moz-progress-bar {
  background-color: var(--light-blue) !important;
}
.attached-documents-side2 progress {
  color: var(--light-blue);
}
.attached-documents-side2 button {
  width: 16px;
  height: 16px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tick-icon {
  height: 18px;
}
.page-81-body {
  background-color: var(--black) 000;
  height: 100vh;
}
.page-81-content {
  width: 260px;
  border-radius: 12px;
}
.page-81-icon {
  height: 100px;
}
.page-81-text {
  font-size: 11px;
  margin: 24px 0 18px 0;
}
.page-81-btn {
  background-color: var(--yellow);
  height: 40px;
  border-radius: 3px;
  font-size: 12px;
  border: none;
  width: 100%;
}

/* Calendar styles */
.calendar {
  font-size: 12px;
}
.calendar-header {
  text-align: center;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.calendar-header button {
  width: 36px;
  height: 36px;
  border: none;
}
.calendar-body {
  display: flex;
  justify-content: space-between;
}
.calendar-table {
  width: 70%;
  border-collapse: collapse;
}
.calendar-table th,
.calendar-table td {
  text-align: center;
  padding: 0 4px;
}
.calendar-table th {
  vertical-align: middle;
  color: #ccc;
}
.calendar-table td {
  border: none;
  cursor: pointer;
  position: relative;
}
/* Time slot buttons */
.time-slots {
  width: 28%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.time-slots span {
  width: 100%;
  text-align: start;
}
.time-slot-button {
  padding: 4px 8px;
  margin: 2px 0;
  width: 100%;
  background-color: var(--white);
  border: 1px solid #ccc;
  cursor: pointer;
}
.selected-date {
  font-size: 12px;
  padding: 8px 0;
}
.selected-date-header {
  font-size: 14px;
  font-weight: 700;
  padding: 4px 0;
}

.header-photo {
  height: 54px;
  width: 54px;
  border-radius: 50%;
}
.account-details-w-img-img {
  height: 54px;
  width: 54px;
}
.name-img-sec {
  background-color: #ebfdff;
  padding: 28px 0 0 28px;
}
.contact-details {
  font-size: 12px;
  padding: 24px 0 24px 24px;
}
.icon-bg {
  background-color: #efefef;
  border-radius: 50%;
  height: 18px !important;
  width: 18px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-bg-square {
  height: 18px;
  width: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #75c4ce;
}
.contact-detail-text {
  font-size: 10px;
  margin: 0 8px;
}
.details-tick {
  height: 10px;
  width: 10px;
}
.contact-img {
  height: 10px;
  width: 10px;
}
.warning-icon {
  height: 18px;
  width: 18px;
}
.warning-list {
  font-size: 12px;
}
.last-updated {
  color: #cecece;
  font-size: 11px;
}
.new-navigation-item {
  align-items: center;
  justify-content: center;
  height: 60px;
  font-size: 12px;
  flex-grow: 1;
  padding: 0 12px;
}
.new-navigation {
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  background-color: var(--white);
}
.name {
  font-weight: 400;
  font-size: 12px;
}
.nationality {
  font-size: 12px;
}

.failed-upload {
  font-size: 11px;
  margin: 4px 0;
}
.paid-embassy {
  font-size: px;
  display: flex;
  align-items: center;
}
.paid-embassy img {
  height: 20px;
  width: 20px;
  margin: 0 12px;
}
.disabled-time {
  background-color: #f5f5f5;
  color: #c7c7c7;
}
.selected-time {
  background-color: var(--light-blue);
  color: var(--white);
}
.sort-of-selected-time {
  background-color: #e0f9fc;
}
.not-this-month {
  background-color: #f5f5f5;
  color: #a7a7a7;
  min-height: 36px;
  width: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.this-day-over {
  margin: auto;
  color: #afafaf;
  min-height: 36px;
  width: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.normal-day {
  color: var(--black);
  margin: auto;
  min-height: 36px;
  width: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.this-day-today {
  margin: auto;
  border: 1px solid var(--light-blue);
  color: var(--black);
  min-height: 36px;
  width: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.selected-date-riyal {
  background-color: var(--light-blue);
  color: var(--white);
  min-height: 36px;
  width: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.sort-of-selected-date-riyal {
  background-color: #e0f9fc;
  color: var(--black);
  min-height: 36px;
  width: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.travel-destination-header {
  font-size: 14px;
  font-weight: 400;
  color: #151D36;
  font-family: 'Figtree';
  /*padding-left: 1rem;*/
}
.this-is-the-main-title {
  font-size: 20px;
  font-weight: 900;
}
.sorta-selected {
  background-color: #e0f9fc;
  border: 1px solid var(--light-blue);
}
.final-actions-text {
  font-weight: 900;
  margin-bottom: 4px;
}
.final-actions-download {
  font-size: 12px;
}
.overlay-class-main {
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
}
.overlay-header {
  font-size: 14px;
  font-weight: 800;
}
.overlay-body {
  font-size: 11px;
}
.overlay-buttons button {
  height: 40px;
  border: 2px solid var(--black);
  background-color: var(--white);
  padding: 0 28px;
  margin: 8px 8px;
  border-radius: 4px;
}
.persona-details-upload {
  font-size: 12px;
}
