/* track application form ***/

.track_application_from.hidden,
.application-details-output {
  display: none;
}

.track-another-application {
  display: none;
}

.application-details-output.active,
.track-another-application.active {
  display: block;
}

.application-details-output .applicant-info-details {
  text-align: center;
}

.application-details-output .applicant-info-details * {
  color: #BABABA;
  font-family: 'Inter';
  font-size: 30px;
  font-weight: 400;
}

.application-details-output .application-track-top-row {
  display: flex;
  align-items: center;
  padding: 15px 15px;
  margin: 20px 0px;
  border-radius: 15px;
  border: 1px solid #D7D7D7;
  gap: 15px;
  justify-content: space-between;
}

.application-details-output .tracking-details {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.application-details-output .application-track-top-row .title span {
  color: #cba344;
}

.application-details-output .tracking-details .steps-box {
  flex: 0 0 calc(25% - 20px);
}

.application-details-output .application-track-top-row * {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0px;
}

.application-progress-row {
  display: flex;
  flex-wrap: wrap;
  border-radius: 22px;
  background: #E9E9E9;
  align-items: center !important;
  overflow: hidden;
}

.application-progress-row .progress-bar {
  flex: 0 0 25%;
  text-align: center;
  padding: 1px 10px;
}

.application-progress-row .progress-bar .application-icon {
  vertical-align: sub;
  padding: 3px 0;
}

.application-progress-row .progress-bar:not(.step-4),
.application-progress-row .progress-bar.active {
  background-color: #cba344;

}

.application-progress-row .progress-bar.step-3 {
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
}

.application-progress-row .progress-bar.step-3.no-border {
  border-radius: 0px !important;
}

.application-progress-row .progress-bar.step-4 .application-icon {
  display: none;
}

.application-progress-row .progress-bar.step-4.active .application-icon {
  display: inline-block;
}

.application-details-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.application-details-output .tracking-details .steps-box {
  text-align: center;
  position: relative;
}

.application-details-output .tracking-details .steps-box .step-circle {
  display: block;
  width: 35px;
  height: 35px;
  margin: 15px auto;
  border-radius: 32px;
  background-color: #fff;
  border: 2px solid #D1D5DB;
}

.application-details-output .tracking-details .steps-box .step-circle:after {
  z-index: -1;
  content: '';
  position: absolute;
  left: 123px;
  width: 100%;
  height: 3px;
  background-color: #D1D5DB;
  top: 58px;
}

.application-details-output .tracking-details .steps-box:last-child .step-circle:after {
  display: none;
}

.application-details-output .tracking-details .steps-box * {
  color: #666;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 0px;
}


.application-details-output .tracking-details .steps-box .step-value {
  color: #B5B5B5;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 95px;
  margin: 0px auto;
  min-height: 44px;
}

.track_application_from {
  max-width: 863px;
  margin: 0px auto;
}


.track_application_from input {
  min-height: 60px;
  border-radius: 20px !important;
  border: 1px solid #CBCBCB !important;
  background: #F6F6F6 !important;
}

.track_application_from input::placeholder {
  text-align: center;
  color: #ABABAB;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}

.track_application_from .info-description {
  color: #686868;
    font-family: 'Inter';
    font-size: 17px;
    font-style: italic;
    font-weight: 300 !important;
    line-height: normal;
    text-align: center;
    border-radius: 7px;
    background: #F1F1F1;
    padding: 10px;
    display: block;
    margin: 25px auto;
    max-width: 525px;
}

.track_application_from .submit-buttons,
.track-another-application.active {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 560px;
  justify-content: center;
  margin: 0px auto;
  gap: 15px;
}

.track_application_from .submit-buttons .back-home-btn,
.track-another-application .back-home-btn {
  border-radius: 15px;
  border: 1px solid #BCBCBC;
  color: #545454;
  font-family: 'Inter';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none !important;
  display: inline-block;
  padding: 17px 15px;
}

.track_application_from .submit-icon {
  padding: 16px 28px;
  border-radius: 8px;
  background: #a68f63;
  max-width: 280px;
  width: 100%;
  border: 1px solid #a68f63;
  font-family: 'Inter';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
}

.track_application_from .submit-icon img {
  height: 24px;
}

.track_application_from .submit-icon:hover {
  background-color: transparent !important;
}

.track_application_from .submit-icon:hover {
  background-color: #cba344 !important;
  border-color: #cba344 !important;
}

.track_application_from form {
  position: relative;
}

.track-another-btn {
  display: block;
  background-color: #cba344;
  color: #fff !important;
  padding: 16px 15px;
  border-radius: 15px;
  text-align: center;
  font-weight: 600;
  margin: 0px;
  text-decoration: none !important;
  min-width: 220px;
  font-size: 16px;
}


.track-application-notice.hidden {
  display: none !important;
}

.track_application_from .submit-button-field {
  margin-top: 25px;
  text-align: center;
}

.track_application_from .submit-button-field button {
  background-color: #CDA753;
  border-radius: 30px;
  padding: 20px 35px !important;
}
.track_application_from .submit-buttons {
    margin-top: 25px;
}
/*** remove footer in track application page ***/
.page-id-5811 footer#colophon {
    display: none;
}
  body .cky-revisit-bottom-left {
    display: none !important;
}
/*** services charges design css ***/
.application-tracker-box {
    display: flex;
    justify-content: space-between;
}

.application-tracker-box .visa-name, .visa-application-type-name .visa-price {
    font-size: 16px;
    color: #1a2629;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    line-height: 150%;
}


/* assets/css/track-application.css:1 */
.input-field-track-new {
    display: flex;
    align-items: center;

}



.search-form {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 800px;
    gap: 15px;
}

.input-wrapper {
    position: relative;
    flex: 1;
}

.search-icon {
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    opacity: 0.6;
}

.input-field-new {
    width: 100%;
    padding: 10px 10px 10px 35px;
    border: none;
    border-bottom: 2px solid #b08b57;
    font-size: 15px;
    outline: none;
    background: transparent;
}

.input-field-new::placeholder {
    color: #999;
    font-style: italic;
}

.submit-icon-new {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.submit-icon-new img {
    width: 22px;
    height: 22px;
    opacity: 0.8;
    transition: opacity 0.2s ease;
}

.submit-icon-new:hover img {
    opacity: 1;
}

button.submit-icon.submit-icon-new {
    background: #c3993d;
    padding: 10px 30px;
    border-radius: 7px;
    min-width: 110px;
}

input.input-field-new {
    padding-left: 25px;
    border: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.05);
}

input.input-field-new:focus {
 {
    border-color: transparent;
    border-bottom: 1px solid #c3993d;

}

input.input-field-new::placeholder {
    color: #c0c0c0;
    font-style: normal;
    font-size: 14px;
    font-family: 'Inter', Arial, sans-serif;
    font-weight: 400;
}

.required-documents-box {
    margin: 20px 0;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #f9f9f9;
}

.required-documents-box h4 {
    margin-bottom: 10px;
    color: #333;
}

.required-documents-box ul {
    margin: 0;
    padding-left: 20px;
    color: #555;
    line-height: 1.6;
}

.no-found-application,
.track-application-error {
    text-align: center;
    margin-top: 15px;
    color: #c00;
}

.track-another-application {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 25px;
}
	
	body.rtl table.status-table tr td.active, body.rtl table.status-table tr th.active {
	text-align: center;
}

body.rtl .application-progress-row .progress-bar.step-3
 {
    border-top-left-radius: 22px;
    border-bottom-left-radius: 22px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.application-progress-row .progress-bar .application-icon
 {
    padding: 4px 0;
}

@media only screen and (max-width: 768px) {
    button.submit-icon.submit-icon-new {
        padding: 10px 15px;
        min-width: 70px;
    }

    .submit-icon-new img {
        width: 16px;
        height: 16px;
    }


}

@media screen and (max-width: 600px) {
.input-field-new {
    font-size: 11px !important;
}
button.submit-icon.submit-icon-new {
    
    padding: 8px 15px !important;
    min-width: 70px !important;
}
.submit-icon-new img {
    width: 18px !important;
    height: 18px !important;
}
}