/*  Configure Tools*/

.background-image.Processselection {
    background-image: url(../images/resources/process.svg);
}

.background-image.dbscriptselection {
    background-image: url(../images/resources/dataflowDB.svg);
}

.background-image.emailselection {
    background-image: url(../images/resources/email.svg);
}

.background-image.ruleselection {
    background-image: url(../images/resources/rule.svg);
}

.background-image.scriptselection {
    background-image: url(../images/resources/script.svg);
}

.background-image.imageselection {
    background-image: url(../images/resources/text-to-image.svg);
}

.background-image.searchselection {
    background-image: url(../images/resources/google-icon-logo.svg);
}

/* document loader */
.background-image.amazon {
    background-image: url(../images/resources/aws-s3-logo-svgrepo-com.svg);
}

.background-image.salesforce {
    background-image: url(../images/resources/salesforce-svgrepo-com.svg);
}

.background-image.git {
    background-image: url(../images/resources/github.svg);
}

.background-image.localfilesystem {
    background-image: url(../images/resources/folder-search-svgrepo-com.svg);
}

.background-image.urlloader {
    background-image: url(../images/resources/url-radio-svgrepo-com.svg);
}

.background-image.sharepoint {
    background-image: url(../images/resources/ms-sharepoint-svgrepo-com.svg);
}

.background-image.qdrant {
    background-image: url(../images/resources/qdrant.svg);
}

.background-image.weaviate {
    background-image: url(../images/resources/weaviate.svg);
}

.background-image.pinecone {
    background-image: url(../images/resources/pinecone.svg);
}

.background-image.milvus {
    background-image: url(../images/resources/milvus.svg);
}

.background-image.chroma {
    background-image: url(../images/resources/chromadb.svg);
}

.background-image.faiss {
    background-image: url(../images/resources/2iPKvFm2jX3f8kbeJFGm7Yf9AsA.svg);
}

.background-image.azure_cosmos {
    background-image: url(../images/resources/azure_cosmos_db.svg);
}

.background-image.geography {
    background-image: url(../images/resources/geography.png);
    width: 100px;
    height: 110px;
}

/* On Load Card Images css start */

.boxcontent .card-img-top.card-image.customImage {
    -webkit-mask: url('../images/resources/add-category-svgrepo-com.svg') no-repeat center;
     mask: url('../images/resources/add-category-svgrepo-com.svg') no-repeat center;
     -webkit-mask-size: contain;
     mask-size: contain;
     background-color: var(--theme-color);
}

.boxcontent .card-img-top.card-image.textSummarizationImage{
    -webkit-mask: url('../images/resources/historical-sumary-svgrepo-com.svg') no-repeat center;
     mask: url('../images/resources/historical-sumary-svgrepo-com.svg') no-repeat center;
     -webkit-mask-size: contain;
     mask-size: contain;
     background-color: var(--theme-color);
}

.boxcontent .card-img-top.card-image.classificationImage{
    -webkit-mask: url('../images/resources/classification-svgrepo-com.svg') no-repeat center;
     mask: url('../images/resources/classification-svgrepo-com.svg') no-repeat center;
     -webkit-mask-size: contain;
     mask-size: contain;
     background-color: var(--theme-color);
}

.boxcontent .card-img-top.card-image.classificationImage{
    -webkit-mask: url('../images/resources/classification-svgrepo-com.svg') no-repeat center;
     mask: url('../images/resources/classification-svgrepo-com.svg') no-repeat center;
     -webkit-mask-size: contain;
     mask-size: contain;
     background-color: var(--theme-color);
}

.boxcontent .card-img-top.card-image.codeGenerationImage{
    -webkit-mask: url('../images/resources/code-2-svgrepo-com.svg') no-repeat center;
     mask: url('../images/resources/code-2-svgrepo-com.svg') no-repeat center;
     -webkit-mask-size: contain;
     mask-size: contain;
     background-color: var(--theme-color);
}

.boxcontent .card-img-top.card-image.questionAnswerImage{
    -webkit-mask: url('../images/resources/question-and-answer-svgrepo-com.svg') no-repeat center;
     mask: url('../images/resources/question-and-answer-svgrepo-com.svg') no-repeat center;
     -webkit-mask-size: contain;
     mask-size: contain;
     background-color: var(--theme-color);
}

.boxcontent .card-img-top.card-image.conversationImage{
    -webkit-mask: url('../images/resources/conversation-svgrepo-com.svg') no-repeat center;
     mask: url('../images/resources/conversation-svgrepo-com.svg') no-repeat center;
     -webkit-mask-size: contain;
     mask-size: contain;
     background-color: var(--theme-color);
}

.boxcontent .card-img-top.card-image.searchImage{
    -webkit-mask: url('../images/resources/search-globe-svgrepo-com.svg') no-repeat center;
     mask: url('../images/resources/search-globe-svgrepo-com.svg') no-repeat center;
     -webkit-mask-size: contain;
     mask-size: contain;
     background-color: var(--theme-color);
}

.boxcontent .card-img-top.card-image.speechToTextImage{
    -webkit-mask: url('../images/resources/speech-to-text-svgrepo-com.svg') no-repeat center;
     mask: url('../images/resources/speech-to-text-svgrepo-com.svg') no-repeat center;
     -webkit-mask-size: contain;
     mask-size: contain;
     background-color: var(--theme-color);
}

.boxcontent .card-img-top.card-image.tableSummarizationImage{
    -webkit-mask: url('../images/resources/table-list-alt-svgrepo-com.svg') no-repeat center;
     mask: url('../images/resources/table-list-alt-svgrepo-com.svg') no-repeat center;
     -webkit-mask-size: contain;
     mask-size: contain;
     background-color: var(--theme-color);
}

.boxcontent .explore-img{
    -webkit-mask: url('../images/resources/right-arrow-svgrepo-com.svg') no-repeat center;
     mask: url('../images/resources/right-arrow-svgrepo-com.svg') no-repeat center;
     -webkit-mask-size: contain;
     mask-size: contain;
     background-color: var(--theme-color);
}

/* On Load Card Images css end */