﻿

.box {
    border: 2px solid #dee2e6;
    padding: 8px;
    border-radius: 10px;
    text-align: center;
    background: #f9f9f9;
    display: flex;
    flex-direction: column;
    height: 100%;
    font-size:9pt;
}

.box h6 {
    margin: 0;
    font-weight: 600;
    color: #333;
}

.equal-box {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.box img {
    width: 100%;
    max-height: 100%;
    object-fit: scale-down;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 10px;
    border: 1px solid #999;
    aspect-ratio: 1/1;
}

.img-box {
    /*margin-top: 10px;
    padding: 10px;
        border: 1px solid #999;
        border-radius: 8px;
        background: #f9f9f9;*/
    height: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.sub-box {
    margin-top: 10px;
    /* padding: 10px;
        border: 1px solid #999;
        border-radius: 8px;
        background: #f9f9f9;*/
    height: 100%;
    align-items: center;
    justify-content: center;
    text-align: left;
    font-size: 10pt;
}

.sub-box li {
    padding-top: 1em;
    font-size: 8pt;
}
.sub-box li:first-child {
    padding-top: 0;
}

.sub-box > ul {
    list-style-type: none;
    padding-left: 0rem;
}

@media (max-width: 1000px) {
    .box {
        flex-direction: row;
        gap: 10px;
        align-items: center;
    }

    .box img {
        width: 40%;
        height: auto;
        margin-bottom: 0;
    }

    .sub-box {
        flex: 1;
    }

    .img-box {
        flex: 1;
    }
}

/*@media (min-width: 992px) and (max-width: 1000px) {
    .my-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
*/











/*ul.isSema {
    padding: 0;
    margin-bottom: 0;

    li {
        list-style: none;
        margin-bottom: 1em;

        div.imgContainer {
            position: relative;*/
            /*padding: 0;*/
            /*padding-top: 50%;*/ /* genişlik/yükseklik oranı 2/1 olsun diye. oran = 1 için 100% olmalı.*/
            /*width: 100%;

            img {
                transition: all 0.4s;
                opacity: 0.9;
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                object-fit: cover;


                &:hover {
                    opacity: 1;
                }
            }
        }
    }
}

#showIsSemaModal {
    img {
        width: 100%;
        margin-bottom: 1rem;
    }

    p {
        background: #22496f;
        color: #fff;
        font-size: 1.5rem;
    }
}*/