

#imgURLPreview {
    width: 100%;
}


input[name="imgURL"] {
    width: 90%;
    display: block;
    margin: 0 ;
}



.imgURLinput-container {
    display: flex;
    align-items: center; /* To vertically align the items in the center */
    justify-content: center; /* To center the children within the flex container */
}

#AIsearchButton {
    margin-right: 10px !important; /* Optional: To give some space between the input and the button */

}
#AIsearchButton{
    display: block;
    width: 60px;
    border: 1px solid #565656;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.3s;
    border-radius: 8px;
    white-space: nowrap; /* To prevent the button text from wrapping */
}
#uploadImageButton {
    display: block;
    margin: 10px auto;
    padding: 10px;
    width: 120px;
    border: 1px solid #565656;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.3s;
    border-radius: 8px;
    white-space: nowrap; /* To prevent the button text from wrapping */
}

#AIsearchButton:hover, #uploadImageButton:hover {
    background-color: #339643;
}

.imgUploadURLHeader{
}

#imageInputForUpload{
    display: block;
    border: #339643 1px solid;
    border-radius: 8px;
    width: 90%;
    padding: 10px;
    text-align: center;
}

.imgUploadFileModule {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.uploadHeaders{
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'KIdDOS';
    font-size: 50px;
}

.descbox1-upload input[type="text"], .descbox1-upload input[type="number"]{
    width: 100%;
    
}
.descbox1-upload input[type="number"]{
    padding: 10px;
    padding-left: 20px;
    border: #888 1px solid !important;
    margin-bottom:10px ;
}

input[type="file"]{
    cursor:pointer;
}
input[type="file"]:hover{
    background-color: #339643;
}


.mask-upload {
    position: absolute; /* Use absolute instead of fixed to position it relative to the parent div */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: black;
    opacity: 0.7;
    z-index: 12; /* Adjust this value if needed */
  }
  .mask-upload-category {
    position: absolute; /* Use absolute instead of fixed to position it relative to the parent div */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: black;
    opacity: 0.7;
    z-index: 12; /* Adjust this value if needed */
  }

.imgUploadImageContainer, .imgUploadCategory, .imgUploadMetadata{
    position:relative;
    padding: 0;
    margin: 0;
}
.imgUploadCategory{
    padding-top: 15px;
}

.validate-upload{
    cursor: pointer;
}
.validate-upload:hover{
    background-color: #339643 !important;
}
.validate-upload-disabled{
    cursor:not-allowed !important;
    opacity: 0.5;
}

.requiredInputRed{
    color: #df5611 !important;
}
.requiredInputGreen{
    color: #339643 !important;}

    #imgUserContext{
        width: 100%;
        border-radius: 5px;
        background-color: #3f3f3f;
        color: white;
    }

.note{
    color: #df5611 !important;
font-size: 16px !important;}






/* Larger font size for tablets */
@media (max-width: 768px) {
    body{
        font-size: 5vw;
    }
    .note{
    font-size: 2vw !important;}

    .searchText-suggestions .suggesearchText-stion span {
        font-size: 1.8vw; /* Adjust as needed */
    }
    .searchText-suggestions .searchText-suggestion span:after {
        font-size: 1.6vw; /* Adjust as needed */
    }
    .searchDate-dayLabel {
        font-size: 2vw;
    }
    #searchDate-dayInput {
        font-size: 2vw;
    }
    .lists-header {
        display: none;
    }
    .tab {  
        font-size: 2.5vw;
      }
      .imgFetchHeaders{
        font-size: 2.4vw;
      }
      #mainHeader {
        font-size: 7vw;
      }
}