* {
    box-sizing: border-box;
}

html {
    width: 100%;
    min-height: 100%;
}


body {
    --card: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    --caution: rgba(246, 156, 46, 1);
    --dark: rgba(24, 24, 25, 1);
    --darkaccent: rgba(207, 211, 215, 1);
    --error: rgba(215, 33, 21, 1);
    --grey: rgba(248, 248, 247, 1);
    --neutral: rgba(255, 255, 255, 1);
    --primary-1: rgba(105, 193, 159, 1);
    --primary-2: rgba(46, 91, 145, 1);
    --screen: 0px 4px 40px 0px rgba(0, 0, 0, 0.25);
    --secondary: rgba(252, 255, 253, 1);
    --secondaryaccent: rgba(254, 254, 254, 1);
    --success: rgba(48, 170, 127, 1);
}

body {
    background-color: #18181966;
    width: inherit;
    min-height: inherit;
    margin: 0;
    padding: 0;
}

.rectangle {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 100%;
    position: relative;
}

.upload-screen {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--neutral);
    border-radius: 20px;
    box-shadow: var(--screen);
    gap: 50px;
    justify-content: center;
    padding: 50px;
    position: relative;
    width: 740px;
    overflow: auto;
    top: 272px;
}



.upload-screen .upload-segment {
    align-items: center;
    align-self: stretch;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 28px;
    justify-content: center;
    position: relative;
    width: 100%;
}

.upload-screen .cloud-logo {
    align-items: center;
    align-self: stretch;
    display: flex;
    flex: 0 0 auto;
    gap: 28px;
    justify-content: center;
    position: relative;
    width: 100%;
}

.upload-screen .text-wrapper {
    color: #2f3133;
    flex: 1;
    font-family: "Poppins-Regular", Helvetica;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
    position: relative;
}

.upload-screen .group {
    position: relative;
    width: 140px;
    height: 120px;
}

.upload-screen .overlap-group {
    position: relative;
}

.upload-screen .logo {
    position: absolute;
    width: 100%;
    height: auto;
}

.upload-screen .img {
    height: 18px;
    left: 4px;
    position: absolute;
    top: 18px;
    width: 40px;
}

.upload-screen .upload-section {
    align-items: center;
    align-self: stretch;
    border: 1px solid;
    border-color: var(--darkaccent);
    border-radius: 12px;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 18px;
    justify-content: center;
    padding: 20px 0px;
    position: relative;
    width: 100%;
}

.upload-screen .cloud-upload {
    height: 46px;
    position: relative;
    width: 46px;
}

.upload-screen .drag_drop {
    align-items: center;
    align-self: stretch;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    position: relative;
    width: 100%;
}

.upload-screen .p {
    align-self: stretch;
    color: #5e6266;
    font-family: "Poppins-Light", Helvetica;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: normal;
    margin-top: -1px;
    position: relative;
    text-align: center;
}

.upload-screen .text-wrapper-2 {
    align-self: stretch;
    color: var(--darkaccent);
    font-family: "Poppins-Regular", Helvetica;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
    position: relative;
    text-align: center;
}

.upload-screen .btn-segment {
    align-items: center;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 55px;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.upload-screen .frame-38 {
    width: 135px !important;
}

.upload-screen .frame-instance {
    font-size: 13px !important;
    margin-bottom: -0.5px !important;
    margin-top: -2.5px !important;
    position: relative;
    overflow: hidden;
    display: inline-block;
}


.upload-screen .frame {
    align-items: center;
    border-radius: 20px;
    display: flex;
    height: 36px;
    justify-content: center;
    padding: 8px 30px;
    position: relative;
    width: 112px;
    cursor: pointer;
}

.upload-screen .frame .edit {
    position: relative;
}

.upload-screen .frame .text-wrapper {
    background-clip: text;
    color: white;
    font-family: "Poppins-SemiBold", Helvetica;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: normal;
    margin-top: -1px;
    position: relative;
    text-align: center;
    width: fit-content;
    padding: 8px 20px;
    border-radius: 8px;
}

.upload-screen .choose-img .line {
    align-self: stretch;
    height: 2px;
    position: relative;
    width: 100%;
}

.upload-screen .choose-img.underline {
    flex-direction: column;
}

.upload-screen .choose-img.secondary {
    border: 1px solid;
    border-color: transparent;
    border-image: linear-gradient(to bottom, rgb(105, 193, 159), rgb(46, 91, 145)) 1;
}

.upload-screen .choose-img.primary {
    background: linear-gradient(180deg, rgb(105, 193, 159) 0%, rgb(46, 91, 145) 100%);
}

.upload-screen .choose-img.underline .edit {
    align-items: center;
    display: inline-flex;
    flex: 0 0 auto;
    flex-direction: column;
    justify-content: center;
    margin-bottom: -8px;
    margin-top: -8px;
}

.upload-screen .choose-img.secondary .edit {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(180deg, rgb(105, 193, 159) 0%, rgb(46, 91, 145) 100%);
    background-clip: text;
    color: transparent;
    font-family: "Poppins-SemiBold", Helvetica;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: -7px;
    margin-top: -9px;
    text-align: center;
    text-fill-color: transparent;
    width: fit-content;
}

.upload-screen .choose-img.primary .edit {
    color: var(--neutral);
    font-family: "Poppins-SemiBold", Helvetica;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: -7px;
    margin-top: -9px;
    text-align: center;
    width: fit-content;
}

.uploading {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.upload-pending {
    align-items: center;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 12px;
    justify-content: center;
    position: relative;
}

.upload-screen .hourglass-bottom {
    height: 24px;
    position: relative;
    width: 24px;
}

.upload-screen .text-wrapper-3 {
    color: #2f3133;
    font-family: "Poppins-Light", Helvetica;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: normal;
    position: relative;
    text-align: center;
    width: fit-content;
}

.upload-screen .image-box-container {
    align-items: flex-start;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    gap: 14px;
    position: relative;
    max-width: 100%;
    height: auto;
}

.upload-screen .img_preview {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: normal;
    /*align-items: center;*/
    /*align-self: stretch;*/
    flex: 0 0 auto;
    position: relative;
    width: 100%;
}

.upload-screen .image-box {
    background-size: 100% 100%;
    height: 120px;
    position: relative;
    width: 120px;
    background-color: #f8fcfa;
}

.upload-screen .imgbox {
    background-size: 100% 100%;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 1px;
    cursor: pointer;
}

.upload-screen .imgbox:hover {
    box-shadow: white;
}

.upload-screen .pan-zoom {
    position: absolute;
    left: 7px;
    top: 7px;
    width: 10px;
    height: 10px;
    padding: 2px;
    align-items: center;
    display: flex;
    gap: 10px;
    cursor: pointer;
}

.upload-screen .delete-wrapper {
    align-items: center;
    background-color: #f8fcfa80;
    border-radius: 1000px;
    display: flex;
    gap: 10px;
    height: 20px;
    justify-content: center;
    left: 94px;
    padding: 2px;
    position: absolute;
    top: 2px;
    width: 20px;
    cursor: pointer;
}

.upload-screen .delete {
    height: 22px;
    margin-bottom: -11.26px;
    margin-left: -11.26px;
    margin-right: -11.26px;
    margin-top: -11.26px;
    position: relative;
    width: 22px;
}

.upload-screen .add-wrapper {
    background-color: var(--secondaryaccent);
    height: 113.63px;
    position: relative;
    width: 113.17px;
}

.upload-screen .add {
    height: 33px;
    left: 40px;
    position: absolute;
    top: 40px;
    width: 33px;
    cursor: pointer;
}

.upload-screen .group-14 {
    background-image: url(./pexels-photo-by-vika-glitter.png);
    background-size: 100% 100%;
    height: 113.53px;
    position: relative;
    width: 113.17px;
}

.upload-screen .frame-8 {
    align-items: flex-start;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 8px;
    position: relative;
}

.upload-screen .ellipse {
    background-color: var(--dark);
    border-radius: 4.5px;
    height: 9px;
    position: relative;
    width: 9px;
}

.upload-screen .ellipse-2 {
    border: 1px solid;
    border-color: var(--dark);
    border-radius: 4.5px;
    height: 9px;
    position: relative;
    width: 9px;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
}

.btn {
    border: 1px;
    border-color: transparent;
    color: white;
    background: linear-gradient(180deg, rgb(105, 193, 159) 0%, rgb(46, 91, 145) 100%);
    padding: 20px 20px;
    border-radius: 30px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.upload-screen .upload-hide {
    display: none;
}

.frame.primary {
    background: linear-gradient(180deg, rgb(105, 193, 159) 0%, rgb(46, 91, 145) 100%);
}

.progress-bar {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 18px;
    height: 162px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border: 1px solid;
    border-color: var(--darkaccent);
    border-radius: 12px;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 18px;
    justify-content: center;
    padding: 20px 0px;
    position: relative;
    width: 100%;
}


.progress-bar .group {
    height: 33px;
    position: relative;
    width: 330px;
}

.progress-bar .overlap-group {
    background-color: var(--grey);
    border-radius: 10px;
    height: 33px;
    position: relative;
    width: 328px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.progress-bar .progress-status {
    background: linear-gradient(180deg, rgb(105, 193, 159) 0%, rgb(46, 91, 145) 100%);
    border-radius: 10px;
    height: 33px;
    left: 0;
    position: absolute;
    top: 0;
}

.progress-bar .element {
    height: 9px;
    left: 122px;
    position: absolute;
    top: 12px;
    width: 24px;
}

.progress-bar .text-upload {
    color: var(--darkaccent);
    font-family: "Poppins-Regular", Helvetica;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
    position: relative;
    text-align: center;
    width: fit-content;
}

.progress-bar .percent {
    z-index: 200;
    color: white;
    font-size: 20px;
}

.upload-screen .gen-box {
    border: 20px solid red;
    display: flex;
    position: absolute;
    width: 500px;
    height: 300px;
    background: aliceblue;
    text-align: center;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    z-index: 1000;
}


/*////////*/

.gen-code {
    align-items: center;
    background-color: var(--neutral);
    border-radius: 20px;
    box-shadow: var(--screen);
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    padding: 50px;
    position: relative;
    width: 100%;
    height: auto;
}

.gen-code .group {
    height: 140px;
    position: relative;
    width: 140px;
}

.gen-code .logo {
    position: absolute;
    top: 0;
    left: 0;
}

.gen-code .img {
    height: 21px;
    left: 4px;
    position: absolute;
    top: 22px;
    width: 48px;
}


.gen-code .div {
    align-items: center;
    align-self: stretch;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 28px;
    justify-content: center;
    position: relative;
    width: 100%;
}

.gen-code .div-wrapper {
    align-items: center;
    align-self: stretch;
    display: flex;
    flex: 0 0 auto;
    gap: 28px;
    justify-content: center;
    position: relative;
    width: 100%;
}

.gen-code .text-wrapper {
    color: #2f3133;
    font-family: "Poppins-Regular", Helvetica;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
    margin-top: -1px;
    position: relative;
    width: fit-content;
}

.gen-code .div-2 {
    align-items: center;
    border: 1px solid;
    border-color: var(--darkaccent);
    border-radius: 12px;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 62px;
    justify-content: center;
    margin-left: -34px;
    margin-right: -34px;
    padding: 20px 0px;
    position: relative;
    width: 639px;
}

.gen-code .div-3 {
    align-items: center;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 32px;
    justify-content: center;
    position: relative;
}

.gen-code .div-4 {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 2px;
    justify-content: center;
    position: relative;
    width: 20px;
}

.gen-code .text-wrapper-2 {
    color: #5e6266;
    font-family: "Poppins-Light", Helvetica;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: normal;
    margin-top: -1px;
    position: relative;
    text-align: center;
    width: fit-content;
}

.gen-code .line {
    align-self: stretch;
    height: 1px;
    object-fit: cover;
    position: relative;
    width: 100%;
}

.gen-code .div-5 {
    align-items: center;
    background-color: var(--secondary);
    border-radius: 12px;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 12px;
    justify-content: center;
    padding: 10px;
    position: relative;
}

.gen-code .info {
    height: 24px;
    position: relative;
    width: 24px;
}

.gen-code .p {
    color: #5e6266;
    font-family: "Poppins-Light", Helvetica;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: normal;
    position: relative;
    text-align: center;
    width: fit-content;
    top: 8px;
}

.bg-dark {
    background-color: lightgrey;
}

.home-logo {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    width: 100%;
    height: auto;
    position: relative;
}










