/* By Michael Cavanagh - 9450 */



.no-select {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}


body {
    margin: 0;
    padding: 0;
    font-family: 'Kanit', sans-serif;
    background: #000000;
}


header {
    background-color: #000000; 
    color: #fff; 
    padding: 20px; 
    text-align: center; 
}

.header-copyright{
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 5px;
}


header img {
    max-width: 300px;
    display: block; 
    margin: 0 auto;
}



#generatedCode {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    padding: 10px;
    border-radius: 5px;
    margin-top: 20px;
    margin-left: 100px;
    margin-right: 100px;
    margin-bottom: 20px;
}

#generatedCode textarea {
    width: 98%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    resize: none;
    font-family: monospace;
}

#generatedCode button {
    margin-top: 10px;
    padding: 5px 10px;
    background-color: #000000;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, background-image 0.3s ease;
}

#generatedCode button:hover {
    background-color: #e30a17; /* Target background color */
    background-image: linear-gradient(90deg, #e30a17 0%, #e30a17 35%, #8d1c8e 100%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    transform: translateY(-3px); 
}

#generatedCode textarea:focus {
    outline: none; 
}

#generateCode-ebay{
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    padding: 10px;
    border-radius: 5px;
    margin-top: 20px;
    margin-left: 100px;
    margin-right: 100px;
    margin-bottom: 20px;
}

#generateCode-ebay textarea{
    width: 98%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    resize: none;
    font-family: monospace; 
}


#generateCode-ebay button{
    margin-top: 10px;
    padding: 5px 10px;
    background-color: #000000;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, background-image 0.3s ease; 
}

#generateCode-ebay button:hover{
    background-color: #e30a17; /* Target background color */
    background-image: linear-gradient(90deg, #e30a17 0%, #e30a17 35%, #8d1c8e 100%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); 
    transform: translateY(-2px);
}

#generateCode-ebay textarea:focus{
    outline: none;  
}


.container-afterbulletpoints {
    margin-left: 100px;
    margin-right: 100px;
    margin-bottom: 50px;
}

.container-afterparagraphs {
    margin-left: 100px;
    margin-right: 100px;
    margin-bottom: 50px;
}


.clearall-bulletpoints {
    margin-left: 5px;
    padding: 5px 5px;
    background-color: #000000;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    float: right;
}

.clearall-bulletpoints:hover{
    background: linear-gradient(90deg, #e30a17 0%, #e30a17 35%, #8d1c8e 100%);
}

#bulletPoints,
#paragraphs {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    padding: 20px;
    border-radius: 5px;
    margin-top: 20px;
    margin-right: 100px;
    margin-left: 100px;
    margin-bottom: 10px;
}

#bulletPoints table,
#paragraphs table {
    width: 100%;
    margin-bottom: 10px;
}

#bulletPoints input,
#paragraphs input {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
}

#bulletPoints input:focus,
#paragraphs input:focus {
    outline: none; 

}

#bulletPoints button,
#paragraphs button {
    padding: 7px;
    background: #000000;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 10px;
}

#bulletPoints button:hover,
#paragraphs button:hover {
    background: linear-gradient(90deg, #e30a17 0%, #e30a17 35%, #8d1c8e 100%);
}

#ebayparagraphs {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    padding: 20px;
    border-radius: 5px;
    margin-top: 20px;
    margin-right: 100px;
    margin-left: 100px;
    margin-bottom: 10px;
}

#ebayparagraphs table {
    width: 100%;
    margin-bottom: 10px;
}

#ebayparagraphs input {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
}

#ebayparagraphs button {
    padding: 7px;
    background: #000000;
    color: #ffff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 10px;
}

#ebayparagraphs button:hover{
    background: linear-gradient(90deg, #e30a17 0%, #e30a17 35%, #8d1c8e 100%);
}

#ebayparagraphs input:focus {
    outline: none; 
}

.button-cell {
    width: 1%; 
}

.button-cell button {
    margin-left: 20px;
    margin-right: -15px;
}

.checkbox-container {
    margin: 10px 0;
}



#tabs {
    display: flex;
    justify-content: center;
    /* margin-top: 15px; */
    background-color: black;
}

.tab-content{
    display: none;
}

.tab-dropdown {
    position: relative;
    display: inline-block;
}

.tab-dropdown .dropdown-content {
    display: none;
    position: absolute;
    background-color: #000000;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.tab-dropdown .tab-button {
    width: 160px;
}

.tab-dropdown:hover .dropdown-content {
    display: block;
}

 /* .home-content{
  /* 
}
*/


/* Login Container */

.login-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #060606;
    border: 1px solid #ff7300;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); 
    padding: 20px;
    max-width: 400px;
    margin: auto;
 }

 .loginuser-container{
    margin: 20px;
    padding: 20px;
    border-radius: 5px;
 }


.home-content {
    background-color: black;
}

.home-container1 {
    background-color: #ddd;
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    position: relative;
}

.home-container2 {
    background-color: #ddd;
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    position: relative;
}

.home-welcome{
    padding: 20px;

}

.home-changelog {
    padding: 20px; 
}

.heading-1-homecontent {
    color: balck;
    margin: 0;
}

.tab-button {
    background-color: #000000; 
    color: #fff; 
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
    margin: 5px;
    transition: all 0.3s ease; 
}

.tab-button:hover {
    background: linear-gradient(90deg, #e30a17 0%, #e30a17 35%, #8d1c8e 100%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); 
    transform: translateY(-5px); 
}


.active-tab {
    background: linear-gradient(90deg, #e30a17 0%, #e30a17 35%, #8d1c8e 100%);
    color: white; 
    transform: translateY(-5px); 
}

.files-container{
    display: block;
    margin-bottom: 10px;

}

.file-input {
    width: 97.9%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 15px;
}

.file-input:focus {
    outline: none; 
}



/* Section: ChatGPT Content */

.chatgptcontent-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f2f2f2;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); 
    padding: 20px;
    max-width: 400px;
    margin: auto; /* Center horizontally */
    margin-top: 20px; /* Move down by 10px */
}

.chatgpt-userinput-container {
    margin: 20px;
    padding: 20px;
    border-radius: 5px;
}

.chatgpt-bulletpoint-container{
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    margin-top: 20px;
    margin-right: -10px;
    margin-bottom: 10px;
}

/* End Of ChatGPT Content */


/* Section: Image Tool */

.imagecontent-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f2f2f2;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); 
    padding: 20px;
    max-width: 400px;
    margin: auto; /* Center horizontally */
    margin-top: 20px; /* Move down by 10px */
}

.imageform-container {
    margin: 20px;
    padding: 20px;
    border-radius: 5px;
}

.custom-input-container {
    position: relative;
    overflow: hidden;
}

.custom-input {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    border-radius: 5px;
}

.custom-input:hover{
    background: linear-gradient(90deg, #e30a17 0%, #e30a17 35%, #8d1c8e 100%);
}

.custom-button {
    display: inline-block;
    padding: 10px 20px;
    background: #000000;
    color: #fff;
    border: none;
    cursor: pointer;
    Margin-top: 10px;
    border-radius: 5px;
}

.custom-button:hover {
    background: red;
    transform: translateY(-2px);
}

.custom-button-process {
    display: inline-block;
    padding: 10px 20px;
    background: #1a1a1a;
    color: #fff;
    border: none;
    cursor: pointer;
    margin-top: 20px;
    border-radius: 5px;
    transition: all 0.3s ease;
    transition: background-color 0.3s ease, background-image 0.3s ease; 
}

.custom-button-process:hover{
    background-color: #ff4200; /* Target background color */
    background: linear-gradient(90deg, #ffa200 0%, #ff7800 35%, #ff4200 100%);
    transform: translateY(-2px);
}


.custom-input-modelnumber {
    width: 97.9%;
    padding: 10px;
    border: 1px solid #3b3b3b;
    border-radius: 5px;
    font-size: 15px;
    background-color: #3b3b3b;
    color: orange;
}

.custom-input-modelnumber:focus{
    outline: none; 
}


.custom-label-modelnumber {
    background: linear-gradient(90deg, #ffa200 0%, #ff7800 35%, #ff4200 100%);
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}


.download-img-button{
    display: inline-block;
    padding: 10px 20px;
    background: #000000;
    color: #fff;
    border: none;
    cursor: pointer;
    margin-top: 20px;
    border-radius: 5px;
    transition: all 0.3s ease;
    transition: background-color 0.3s ease, background-image 0.3s ease; 
}

.download-img-button:hover{
    background-color: #e30a17; /* Target background color */
    background-image: linear-gradient(90deg, #e30a17 0%, #e30a17 35%, #8d1c8e 100%);
}

#output {
    margin-top: 20px;
}

.file-list {
    display: inline-block;
    margin-left: 8px;
}

.imgdisplay-container{
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    padding: 20px;
    border-radius: 5px;
    margin-top: 20px;
    margin-right: 100px;
    margin-left: 100px;
    margin-bottom: 10px;
}

#selectedFilesPreview {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    display: flex; 
    flex-wrap: wrap; 
    justify-content: flex-start; 
    align-items: flex-start; 
    min-height: 100px;
}
.preview-container {
    display: inline-block;
    text-align: center;
    margin: 5px;
    max-width: 100px;
}

.file-preview {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#selectedFilesPreview p {
    margin: 0;
    font-size: 12px;
    font-size: 12px;
    max-width: 100px;
    word-wrap: break-word;
}

.error-message{
    color: red;
}

.invalid_credentials{
    color: red;
}

/* End Of Section Image Tool */