
        .input1 {
            background: #FAF7F2;
            min-width: 245px;
            min-height: 100px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            gap: 15px;
            padding: 15px;
            border-radius: 6px;
            border: 2px solid #C99A6B;
            max-width: 350px;
            position: absolute;
            top: 10%;
            right: 1%;
            z-index: 500;
            left: 50%;
            transform: translate(-50%, 0);
        }
        .input2 {
        background: #FAF7F2;
        min-width: 245px;
        min-height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 15px;
        padding: 15px;
        border-radius: 6px;
        border: 2px solid #C99A6B;
        }
        
        .Inputlabel {
            font-size: 20px;
            font-weight: bold;
            color: var(--body-text);
        }


        /* From Uiverse.io by nazar-gavrylyk */ 
        .container {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        }

        .label {
            position: relative;
            width: 100%;
            display: flex;
            border-radius: 6px;
            border: 2px solid #C99A6B;
            background: #F5EBE0;
            padding: 12px 8px 12px 10px;
            text-align: left;
            }

        .ADicon {
            position: absolute;
            top: 53%;
            right: 0;
            transform: translate(-50%, -50%);
            transition: all 0.3s ease;
            color: var(--body-text);
        }

        .ADinput {
            background-color: transparent;
            outline: none;
            border: none;
            color: var(--body-text);
            font-size: 15px;
        }

        .editsave {
            display: flex;
            width: 100%;
            justify-content: space-between;
        }

        .Inputlabel {
            font-size: 20px !important;
            font-weight: bold;
            color: var(--body-text);
            margin: 0 !important;
        }
        

        .apply {
            display: flex;
            align-items: center;
            padding: 2px 5px 2px 5px;
            border: 2px solid #C99A6B;
            background: #ECD1B4;
            border-radius: 5px;
        }
        .apply:hover {
            border: 2px solid #B28558;
            background: #D2AC83;
        }
            
        #Gem {
        margin-right: 5px;
        }
