* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    min-height: 80vh;
    background-color: #F0F0F0;
    font-family: 'Urbanist', sans-serif;
}

.main-container {
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    /* align-items: center; */
    margin: 10px 30px 10px 30px;
}

.nav-bar {
    height: 80px;
    display: flex;
    padding: 0 40px;
    width: 150%;
    justify-content: space-between;
    align-items: center;
    border-radius: 0;
    background: #FFF;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04), 0px 2px 2px 0px rgba(0, 0, 0, 0.04), 0px 1px 2px 0px rgba(0, 0, 0, 0.04);
}

.nav-item img {
    width: 95px;
    height: 30px;
}

.nav-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #283252;
    font-family: "Urbanist", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.5px;
}

.nav-button img {
    width: 105px;
    height: 30px;
}

a {
    text-decoration: none;
}

.satma-nav a:hover .nav-button {
    text-decoration: underline;
}

.header-nav{
    display: flex;
    align-items: center;
    padding-top: 10px 0px 0px 10px;
    
}

.header-nav img{
    height: 30px;
    width: 30px;
}

.header-nav p{
    padding: 1px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.9px;
}

.haeder-nav-info{
    display: flex;
    width: 1320px;
    align-items: center;
}

.web-container{
    display: inline;
    width: 1320px;
    /* height: 100%; */
    /* border: 1px solid black; */
}

.audit1{
    display: flex;
    width: 1000px;
    height: 100px;
    /* border: 1px solid black ; */
    gap: 10px;
}
.audit2{
    display: flex;
    width: 400px;
    height: 100px;
    /* border: 1px solid black ; */
    gap: 10px;
}

.auditor-info{
    display: flex;
    align-items: flex-start;
    /* padding: 5px; */
    margin: 2px;
    width: 311px ;
    gap: 10px;
    border-radius: 10px;
    background-color: white;
}

.auditor-info-update{
    display: inline-grid;
    align-items: flex-start;
    /* padding: 5px; */
    margin: 31px;
    width: 300px;
    gap: 11px;
    background-color: white;
}



.auditor-info1{
    display: inline;
    align-items: flex-start;
    padding: 5px;
    margin: 2px;
    width: 340px;
    gap: 10px;
    border-radius: 10px;
    background-color: white;

}

.kyc-checker{
    display: flex;
    padding-top: 10px;
    gap: 10px;
    border-radius: 10px;
    /* background-color: white; */
}

.vendor-info{
    display: flex;
    padding-top: 10px;
    gap: 10px;
    /* background-color: white; */
}
.transaction-info{
    display: flex;
    padding-top: 10px;
    gap: 10px;
    /* background-color: white; */
}
.image-info{
    display: flex;
    padding-top: 10px;
    gap: 10px;
    border-radius: 10px;
    /* background-color: white; */
}


.kyc-info{
    /* display: inline; */
    width: 1000px;
    height: 300px;
    padding: 10px;
    gap: 10px;
    border-radius: 10px;
    background-color: white;
}

.kyc-text{
    display: flex;
    padding: 10px;
    padding-left: 10px;
}

.vendor-details{
    /* display: inline; */
    width: 1000px;
    height: 400px;
    padding: 10px;
    gap: 10px;
    border-radius: 10px;
    background-color: white;
}

.transaction-details{
    /* display: inline; */
    width: 1000px;
    height: 300px;
    padding: 10px;
    gap: 10px;
    border-radius: 10px;
    background-color: white;
}

.kyc-first{
    display: inline;
    padding: 2px;
    width:450px ;
    height: 250px;
    border-radius: 10px;
    background-color: #F5F6FA;
}

.final-approved h3{
    padding-left : 80px;
    margin-top: 20px;
    /* background-color: green; */
    color: rgb(49, 134, 23);
}
.header-contain{
    display: inline;
    background-color: white;
}
.header-contain-info{
    display: flex;
    background-color: white;
    padding: 10px;
}


.header-kyc{
    display: flex;
    gap: 10px;
    justify-content: center;
}
.vendor-first{
    display: inline;
    padding: 2px;
    width:450px ;
    height: 330px;
    border-radius: 10px;
    background-color: #F5F6FA;
}

.transaction-first{
    display: inline;
    padding: 2px;
    width:450px ;
    height: 250px;
    border-radius: 10px;
    background-color: #F5F6FA;
}

.kyc-update{
    display: inline-grid;
    gap: 10px;
    justify-content: center;
    /* align-items: center; */
}
.vendor-update{
    display: flex;
    gap: 10px;
    justify-content: center;
    /* align-items: center; */
}
.transaction-update{
    display: flex;
    gap: 10px;
    justify-content: center;
    /* align-items: center; */
}

.kyc-info1{
    display: inline;
    align-items: flex-start;
    padding: 5px;
    margin: 2px;
    width: 350px;
    gap: 10px;
    border-radius: 10px;
    background-color: white;
}


/* Image section */


.images-section {
    display: flex;

    padding: 16px;
    /* margin-top: 10px; */
    width: 1000px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 16px;
    border-radius: 10px;
    background: #FFFFFF;
    /* box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.10); */
}

.mf-name p {
    color: #283252;
    font-family: "Urbanist", sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.9px;
}


.image-gallery-container {
    width: 935px;
    /* max-width: 1420px; */
    display: flex;
    border-radius: 10px;
    justify-content: flex-start;
    align-items: flex-start;
    /* flex-wrap: wrap; */
    overflow-x: auto;
    gap: 16px;
}

.image-content {
    position: relative;
    aspect-ratio: 3/2;
    border-radius: 10px;
}

.image-content p {
    position: absolute;
    color: var(--grey-white-pure, #FFF);
    /* font-family: Inter; */
    font-size: 12px;
    font-style: normal;
    font-weight: 570;
    line-height: normal;
    /* letter-spacing: 0.2px; */
    top: 80%;
    left: 13%;
    color: #FFFFFF;
    
    /* transform: translate(-50%, -50%); */
}

.imageGallery {
    /* position: absolute; */
    width: 150px;
    height: 150px;
    border-radius: 10px;
}

.images-section{
    position: relative;
}

.images-section .popup-image{
    position: fixed;
    top: 0;
    left: 10px;
    /* margin-left: 100px; */
    /* background:black; */
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.5);
    height: 100vh;
    width: 100%;
    z-index: 100;
    display: none;
}


.images-section .popup-image span{
    position: absolute;
    top: 0;
    right: 100px;
    font-size: 40px;
    font-weight: bolder;
    color: #283252;
    cursor: pointer;
    z-index: 100;
}

.images-section .popup-image img{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 50px;
    transform: translate(-50%, -50%);
    border: 5px solid #FFFFFF;
    border-radius: 5px;
    width: 500px;
    object-fit: cover;

} 

.info-section p {
    text-align: center;
}

#logo-check {
    display: inline;
    margin: -8px auto;
    width: 95px;
}

.info-section {
    height: 50px;
    display: flex;
    padding: 0 40px;
    width: 150%;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    background: #FFF;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04), 0px 2px 2px 0px rgba(0, 0, 0, 0.04), 0px 1px 2px 0px rgba(0, 0, 0, 0.04);
}

.kyc-content{
    display: flex;
    padding: 10px;
    justify-content: space-between;
}

.kyc-info1 .auditor-field .kyc-content p{
    padding: 5px;
    border-radius: 15px;
    background-color: #F5F6FA;
}
.kyc-info1 .auditor-field .kyc-content p span{
    padding: 5px;
    border-radius: 15px;
    color: white;
    background-color: rgb(116, 194, 92);
}

/* .vendor-update .vendor-first .kyc-content span{
    color: red;
} */
span{
    color: #D23129;
}

.image-info .kyc-info1 .kyc-content{
    display: flex;
    padding: 10px;
    justify-content: space-between;
    font-weight: 200;
    
}

.container { 
    background-color: rgb(192, 192, 192); 
    width: 90%; 
    margin-left: 15px;
    border-radius: 15px; 
} 

.skill { 
    background-color: rgb(116, 194, 92); 
    color: white; 
    padding: 1%; 
    text-align: right; 
    font-size: 2px; 
    border-radius: 15px; 
} 

.html { 
    width: 83%; 
} 

.final-approved{
    display: inline;
    padding: 0px;
    font-weight: 100px;
    font-size: 20px;
}

.kyc-text p {
    margin-left: 5px;
}

@media screen and (min-width: 1200px) {
    .main-container {
        display: flex;
        align-items: center;
    }
    .nav-bar {
        height: 80px;
        display: flex;
        padding: 0 40px;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        border-radius: 0;
        background: #FFF;
        box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04), 0px 2px 2px 0px rgba(0, 0, 0, 0.04), 0px 1px 2px 0px rgba(0, 0, 0, 0.04);
    }

    
.info-section {
    height: 50px;
    display: flex;
    padding: 0 40px;
    width: 100%;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    background: #FFF;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04), 0px 2px 2px 0px rgba(0, 0, 0, 0.04), 0px 1px 2px 0px rgba(0, 0, 0, 0.04);
}
}