﻿.AISearchResults .AISearchResultsHeader {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size:16px;
    display:block;
    clear:both;
}

.AISearchResults .AISearchResultsSwitch {
    font-size:12px!important;

}

.AISearchResults .panel-heading {
    font-size: 20px !important;
    font-weight: bold !important;
}

.AISearchResults .lSSlideOuter {
    border: 0px !important;
    padding: 20px !important;
}

.AISearchResults .HsInvalid {
    background-color: #fcf8e3 !important;
}


.AISearchResults ul li:last-child {
    margin: 0px !important;
    /*BUNU SİLME SON ITEM aşağıda kalıyor ve görünmüyor*/
}

.AISearchResults .lslide {
    border: 0px !important;
    box-shadow: 0px 4px 15px rgba(0,0,255,0.05);
    background-color: #fff !important;
    border: 1px solid #fff !important;
}

    .AISearchResults .lslide:hover {
        background-color: #fff !important;
        border: 1px solid #ccc !important;
        box-shadow: 0px 6px 17px rgba(0,0,255,0.05);
        cursor: default !important;
    }

.AISearchResults .similarcount {
    margin-left: 5px;
    font-size: 11px;
    font-weight: bold;
    color: #808080;
}




.AISearchResults .text-search-result {
    padding: 0px !important;
    border: 0px solid #ccc !important;
    
   
}
.AISearchResults .STP {
    background-color:lemonchiffon!important;
}

    .AISearchResults .text-search-result-header {
        font-size: 16px;
        font-weight: bold;
        padding: 10px !important;
    }

.AISearchResults .row-flex {
    display: flex;
    flex-wrap: wrap;
}

.AISearchResults .text-search-result-body {
    width: 225px !important;
    height: 185px !important;
    overflow: auto;
    padding: 20px !important;
    padding-top: 0px !important;
}

.AISearchResults .text-search-result .description {
    font-size: 14px !important;
}

.AISearchResults .text-search-result .image {
    width: 120px !important;
    height: 120px !important;
    border: 1px solid #ccc !important;
    background: none !important;
}

.AISearchResults .text-search-result .source {
    margin-bottom: 5px;
}

.AISearchResults .text-search-result .code {
    font-size: 20px !important;
}

.AISearchResults .text-search-result-footer {
    padding: 5px !important;
    border-top: 1px solid #ccc !important;
}



.AISearchResults .content-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    justify-content: center; /* Center the items horizontally */
}

    .AISearchResults .content-grid li {
        box-sizing: border-box;
        text-align: center;
        flex: 1 0 100%; /* Default to full width on small screens */
        max-width: 100%; /* Ensure it doesn't exceed the container width */
    }

@media (min-width: 576px) {
    .AISearchResults .content-grid li {
        flex: 1 0 50%; /* Two items per row on small screens */
    }
}

@media (min-width: 768px) {
    .AISearchResults .content-grid li {
        flex: 1 0 33.33%; /* Three items per row on medium screens */
    }
}

@media (min-width: 992px) {
    .AISearchResults .content-grid li {
        flex: 0 0 250px; /* Fixed width of 200px on large screens */
        max-width: 250px; /* Ensure the item width doesn't exceed 200px */
    }
}

.AISearchResults .content-grid .text-search-result {
    border: 1px solid #ccc !important;
    margin-right: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
    background-color: #f2f2f2;
}

    .AISearchResults .content-grid .text-search-result:hover {
        background-color: #fff;
    }
   
	

