@font-face {
    font-family: "Plus Jakarta Sans";
    font-weight: normal;
    font-style: normal;
    src: url("https://idcentra.netlify.app/fonts/PlusJakartaSans-VariableFont_wght.ttf") format("truetype");
}

/* Reset all styles */
.id-central-overlay *,
.id-central-overlay *::before,
.id-central-overlay *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


/* Reset heading and text elements */
.id-central-overlay h1,
.id-central-overlay h2,
.id-central-overlay h3,
.id-central-overlay h4,
.id-central-overlay h5,
.id-central-overlay h6,
.id-central-overlay p,
.id-central-overlay span,
.id-central-overlay a,
.id-central-overlay strong,
.id-central-overlay em {
  /* font-weight: normal; */
  /* font-style: normal; */
  text-decoration: none;
  /* color: inherit; */
}

/* Remove default list styles */
.id-central-overlay ul,
.id-central-overlay ol {
  list-style: none;
}

/* Reset button and input styles */
/* .id-central-overlay button,
.id-central-overlay input,.id-central-overlay textarea,.id-central-overlay select {
  background: none;
  border: none;
  outline: none;
  font: inherit;
} */

/* Remove table border spacing */
.id-central-overlay table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Make images responsive */
.id-central-overlay img {
  max-width: 100%;
  height: auto;
  display: block;
}


  .id-central-overlay button {
    cursor: pointer;
    /* background-color: #007aff;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500; */
    text-align: center;
    cursor: pointer;
    transition: transform 0.2s ease, opacity 0.2s ease;
    user-select: none;
    outline: none;
}

.id-central-overlay button:hover {
    /* background-color: #025f3d; */
    transform: scale(1.03);

}

.id-central-overlay button:active {
    /* background-color: #025f3d; */
    transform: scale(0.97);
}

.id-central-overlay button:disabled {
    /* background-color: #025f3d; */
    cursor: not-allowed;
    opacity: 0.6;
    transform: none;
}
.id-central-overlay .logo {
width: 150px;
height: 37px;
}

.id-central-overlay .check {
    width: 24px;
    height: 24px;
}

.id-central-overlay .lock {
    width: 17px;
    height: 17px;
}


.id-central-overlay .failed-verification {
    /* Frame 1171276874 */

width: 91px;
height: 105px;
}

.id-central-overlay .heading-container {
align-self: center;
margin: auto;
display: none;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 6px 16px;
gap: 10px;

width: 274px;
min-height: 32px;

background: #FFF4E8;
border-radius: 4px;

}

.id-central-overlay .successfull-verification {
    /* Frame 1171276864 */

width: 75px;
height: 75px;
background: rgba(15, 255, 155, 0.980392);
box-shadow: 2px 2px 0px #000000;
border-radius: 400px;


}

 .id-central-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    display: none; /* Hidden by default */

    flex-direction: column;
    width: 100%;
    min-height: 100vh;
    /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; */
    font-family: "Plus Jakarta Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    scroll-behavior: smooth;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.id-central-overlay .notification{
    font-family: "Plus Jakarta Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    scroll-behavior: smooth;
    box-sizing: border-box;
}


.id-central-modal {
    /* Container */
    width: 90vw;
    max-width: 744px;
    /* Ensures it doesn't exceed 800px */
    min-height: 519px;
    position: relative;
    background: #FFFFFF;
    border: 1px solid #F7F5F5;
    box-shadow: 0px 4px 6px rgba(54, 69, 79, 0.15);
    border-radius: 4px;
    flex: none;
    display: flex;
    order: 1;
    align-self: stretch;
    flex-grow: 1;
    z-index: 10000; /* Ensure it's above the overlay */
    position: fixed; /* Fix the modal position */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Center it */
    background: white;
    z-index: 10000; /* Ensure it's above the overlay */
    display: none; /* Hidden by default */
}

.id-central-close {
    position: absolute;
    right: 0;
    top: -50px;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background: #1E1E1F;
}


.id-central-steps {
    width: 233px;
    display: flex;
    flex-direction: column;
    gap: 49px;
    padding-top: 56px;
    padding-bottom: 56px;
    padding-left: 20px;
    background: #F8F6F2;

}

.id-central-step-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
}

.id-central-step {
    /* text */

    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 10px;
    width: 199px;
    height: 24px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    margin: -2px 0px;


}

.id-central-submission-text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    /* or 22px */
    color: #090E1D;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
    transition: font-weight 0.3s ease;
}


.id-central-overlay .active {
    font-weight: 700; /* Bold for active step */
}

.id-central-overlay .horizontal-container {
    width: 24px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: start;
}

.id-central-overlay .horizontal-line {
    /* Line 7 */
    height: 80px;
    top: 0px;
    width: 1px;
    background-color: #E4E1DC;
}

.id-central-overlay .main-content {
    /* Frame 1171276854 */
    display: flex;
    align-items: center;
    padding-left: 55px;
    padding-right: 55px;
    flex-direction: column;
    padding-top: 60px;
    /* max-height: 500px; */
    overflow-y: auto;
    height: 100%;
    width: 100%;

}

.id-central-overlay .form-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 24px;
    left: calc(50% - 400px/2 - 0.5px);
    top: calc(50% - 341px/2 - 25.5px);
    padding-bottom: 40px;
}

.id-central-overlay .header-container {
    /* Frame 1171276851 */
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 8px;
    align-self: stretch;

}
.id-central-overlay .header-container h1 {

font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 140%;
text-align: center;
color: #090E1D;
flex-grow: 1;

}

.id-central-overlay .mb-8 {
    margin-bottom: 40px;
}

.id-central-overlay .header-container-2 {
    /* Frame 1171276851 */
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 40px;
    align-self: stretch;

}


.id-central-overlay h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    /* identical to box height, or 28px */
    text-align: center;
    color: #090E1D;
    flex-grow: 1;
}

.id-central-overlay .heading-title {

    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    /* identical to box height, or 21px */
    text-align: center;
    color: #354052;

}

.id-central-form {
    display: flex;
    flex-direction: column;
    gap: 32px;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}

.id-central-input {
    padding: 16px;
    border: 1px solid #9595A8;
    border-radius: 4px;
    font-size: 14px;
    width: 100%;
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.id-central-input:focus {
    border-color: #007aff;
    outline: none;
    box-shadow: 0 0 4px #007aff;
}

.id-central-checkbox {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 10px;
}

.id-central-checkbox input {
    accent-color: #007aff;
   transform: scale(1.5);
   margin-top: 4px;
}

.id-central-checkbox-label {
    color: #354052;
    font-size: 14px;
}

.id-central-submit {
    background-color: #007aff;
    color: white;
    border: none;
    padding: 18px 16px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    position: relative;
    width: 100%;
    flex-wrap: nowrap;
    text-wrap: nowrap;

}
.id-central-submit:disabled {
    background-color: #b3d7ff; /* Lighter blue */
    color: #F1F1F1; /* Muted text */
    cursor: not-allowed;
    opacity: 0.6;
}

.back-button {
    background-color: white;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    padding: 18px 16px;
    color: #007aff;
    height: fit-content;
}

.id-central-overlay .back-button:hover {
    background-color: white;
    box-shadow: none;
}


.id-central-overlay .button-container {
display: flex;
width: 100%;
align-items: center;
flex-direction: column;
gap: 8px;
}

.id-central-footer {
    text-align: center;
    color: #4B5363;
    font-size: 13px;
    padding-bottom: 17px;
    display: flex;
    align-items: center;
    font-weight: 500;
    justify-content: center;
    gap: 4px;
    position: absolute;
    bottom: 0;
}


.id-central-overlay .camera-container {
    width: 100%;
    max-width: 212px;
    margin: 0 auto;
    position: relative;
}

#video-preview {
    width: 100%;
    height: 289px;
    background: #0A1E29;
    border-radius: 50%;
    object-fit: cover;
}

.id-central-overlay .heading-text {

    font-family: "Plus Jakarta Sans", sans-serif;
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 180%;
/* identical to box height, or 27px */
display: flex;
align-items: center;
color: #0A1E29;


}
#picture-preview{
    width: 100%;
    height: 289px;
    display: none;
    background: #0A1E29;
    border-radius: 50%;
    object-fit: cover;
}

.id-central-overlay .camera-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 212px;
    height: 289px;
    bottom: 0;
    border: 6px solid #CDC7C7;
    border-radius: 50%;
    pointer-events: none;
    transition: border-color 0.5s ease;
}

.camera-overlay.progress {
    border-color: #19C586;
}

.id-central-overlay .spinner {
  display: none;
  transform: translate(-50%, -50%);
  border: 4px solid #f3f3f3;
  border-top: 4px solid #19C586;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.id-central-overlay .status-message {
display: none;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 6px 16px;
gap: 10px;
max-width: 100%;
width: 100%;
min-height: 32px;
background: #CEFFEA;
border-radius: 4px;
align-self: stretch;
flex-grow: 0;
margin-top: 5px;

}

.id-central-overlay .status-message-span {
font-family: "Plus Jakarta Sans", sans-serif;
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 180%;
text-wrap: wrap;
color: #008738;
}

.id-central-overlay .status-content {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 6px 16px;
    gap: 10px;
    border-radius: 4px;
    align-self: stretch;
    flex-grow: 0;
    display: flex;
}



.id-central-overlay .captured-actions {

justify-content: center;
align-items: center;
flex-direction: column;
gap: 8px;
    display: none;
flex-direction: row;
align-items: center;
padding: 0px;
gap: 16px;
align-self: stretch;
flex-grow: 0;
margin-bottom: 46px;
}
.id-central-overlay .retake-button {
    background: white;
    border: 1px solid #007aff;
    height: 48px;
    color: #007aff;
}

.id-central-overlay .captured-actions button {
    cursor: pointer;
    /* button */
box-sizing: border-box;
/* Auto layout */
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 18px 16px;
gap: 8px;
height: 48px;
width: 100%;
max-width: 202px;
border-radius: 4px;
/* Retake selfie */
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 140%;
}


.id-central-overlay .use-photo-button {
    background: #007aff;
    border: none;
    color: white;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}





/* conntent screen */
.id-central-overlay .consent-container {
display: flex;
flex-direction: column;
align-items: center;
padding: 0px;
gap: 40px;
width: 100%;
max-height: 597px;

}

.consent-container-second {
    /* Frame 1171276873 */

/* Auto layout */
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 0px;
gap: 10px;
width: 100%;
}

.id-central-overlay .consent-container-button-container {
display: flex;
flex-direction: row;
align-items: center;
padding: 0px;
gap: 16px;
opacity: 0.95;
}

.consent-container-reject-button {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 18px 16px;
gap: 8px;

width: 192px;
height: 48px;

border: none;
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 140%;


color: #FFFFFF;

background: #EC3941;
border-radius: 4px;

}

.consent-container-approve-button {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 18px 16px;
gap: 8px;
border: none;
width: 192px;
height: 48px;

/* Green/CTA */
background: #007aff;
border-radius: 4px;
/* Button */


font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 140%;
color: #FFFFFF;
}


.consent-container-company-container {

box-sizing: border-box;
width: 100%;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding: 12px 16px;
gap: 12px;
background: #FFFFFF;
border: 1px solid #E1E6EF;
border-radius: 10px;
}

.consent-container-company-container-info {
    width: 100%;
display: flex;
flex-direction: row;
align-items: center;
padding: 0px;
gap: 12px;

margin: 0 auto;

}

.consent-container-logo {
width: 55px;
height: 55px;
}

.consent-container-logo-detail {

display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
padding: 0px;
gap: 6px;

width: 100%;


/* Inside auto layout */
flex: none;
order: 1;
align-self: stretch;
flex-grow: 0;

}

.consent-container-logo-text {
    /* MTN */

font-style: normal;
font-weight: 600;
font-size: 17px;
line-height: 140%;
/* identical to box height, or 24px */

color: #090E1D;


/* Inside auto layout */
flex: none;
order: 0;
flex-grow: 1;

}

.consent-container-logo-text-p {
/* SIM Registration */
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 140%;
/* identical to box height, or 20px */

color: #090E1D;


/* Inside auto layout */
flex: none;
order: 0;
flex-grow: 1;

}

.consent-container-list-container {
box-sizing: border-box;
/* Auto layout */
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 16px;
gap: 24px;

width: 100%;
background: #FFFFFF;
border: 1px solid #E1E6EF;
border-radius: 10px;
max-height: 120px;
overflow-y: auto;
}


.consent-container-list-container-title {
    /* text */
box-sizing: border-box;

/* Auto layout */
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 0px 0px 16px;
gap: 4px;

width: 100%;

border-bottom: 1px solid #E1E6EF;

/* Inside auto layout */
flex: none;
order: 0;
align-self: stretch;
flex-grow: 0;

}

.consent-container-list-container-title p {
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 140%;
/* or 22px */

color: #090E1D;
text-wrap: inherit;

}
.consent-container-list-container-alls {
    /* text */

/* Auto layout */
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 0px;
gap: 32px;
width: 100%;

}

.consent-container-list-container-alls-items {
    display: none;
    /* text */

/* Auto layout */
display: flex;
flex-direction: row;
align-items: center;
padding: 0px;
gap: 16px;
}

.consent-container-list-container-alls-items-number{
    /* square-number-1 */

width: 24px;
height: 24px;
border:1px solid #083C2F ;
border-radius: 4px;
color: #083C2F;
display: flex;
justify-content: center;
align-items: center;
}
.consent-container-list-container-alls-items p {

font-style: normal;
font-weight: 500;
font-size: 17px;
line-height: 140%;
/* identical to box height, or 24px */

color: #090E1D;


/* Inside auto layout */
flex: none;
order: 0;
flex-grow: 1;

}

@media (max-width: 768px) {
.id-central-modal {
    flex-direction: column;
    width: 95vw;
    min-height: auto;
    padding: 20px;
}
.id-central-overlay .main-content{
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 0px;
}

.id-central-steps {
    width: 100%;
    padding: 15px;
    gap: 20px;
    display: none;
}

.id-central-close {
    top: -40px;
    right: 10px;
    width: 20px;
    height: 20px;
}
}
