﻿.magazine-item {
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 2px;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 5px;
    -moz-transition: all .4s ease 0;
    -webkit-transition: all .4s ease 0;
    -o-transition: all .4s ease 0;
}

    .magazine-item:hover {
        -webkit-transition: all .4s ease 0;
        -o-transition: all .4s ease 0;
        box-shadow: 4px 4px 4px #e3e6e9;
        -moz-box-shadow: 4px 4px 4px #e3e6e9;
        -webkit-box-shadow: 4px 4px 4px #e3e6e9;
        position: relative;
    }

a.edergi {
    float: left;
    font-size: 15px;
    font-weight: bolder;
    color: #0074C7;
    margin-top: 10px;
}

a.indir {
    float: right;
    font-size: 15px;
    font-weight: bolder;
    color: #0074C7;
    margin-top: 10px;
}

.snippet {
    font-style: italic;
    color: #333;
    margin-bottom: 0px !important;
}

.page-a-link {
    margin-bottom: 5px !important;
}

    .page-a-link a:hover {
        color: #097bfa;
    }

.highlight {
    color: #fa0909;
    font-weight: bold;
}
/* Gradient efekti */
.page-block {
    background: linear-gradient(to right, #f8f9fa, #ffffff);
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 0.25rem;
    border-bottom: 1px solid #ddd;
}
/* Arama mesajı */
#loadingMessage {
    /*font-size: 16px;
            font-weight: bold;*/
    color: #007bff;
    margin-top: 10px;
    display: none;
    margin-left: 10px;
}
/* Uyarı mesajı */
#warningMessage {
    /*font-size: 14px;
            font-weight: bold;*/
    color: red;
    margin-top: 10px;
    display: none;
    margin-left: 10px;
}

.yil-secimi-cmb {
    width: fit-content;
    /*flex: 1;*/
}

.yil-secimi-box-text {
    /*flex: 1;*/
    margin-right: 10px;
    margin-left: 10px;
}

.yil-secimi-box {
    display: flex;
}

.pdf-ara-box {
    display: flex;
    margin-left: 20px;
}

.pdf-ara-text {
    margin-right: 10px;
}

.pdf-ara-search-box {
    display: flex;
}

.kelime-input {
    width: 200px;
}

.dergi-sayisi {
    display: flex;
    /*font-weight: 600;*/
    /*margin-bottom: 20px;*/
    /*font-size: 15px;*/
}

    .dergi-sayisi a {
        margin-right: 5px;
        color: #097bfa;
        font-weight: 600;
    }

    .dergi-sayisi span {
        margin-left: auto;
        font-weight: 400;
    }

.page-block p a {
    color: #10adeb;
    text-decoration: underline;
}

#dergilerbox .dergiler-row {
    margin-left: 0px !important;
}

#arama-sonuclari {
    padding-left: 15px;
    padding-right: 5px;
}

.card-title {
    background: #f0f8ff;
    padding: 10px 15px;
    /* display: flex
    ; */
    /* float: left; */
    /* width: 100%; */
    margin-bottom: 20px;
    /*padding: 1rem;*/
    margin-bottom: 1rem;
    border-radius: 0.25rem;
    border-bottom: 1px solid #ddd;
}

#totalCountMessage {
    font-weight: normal;
    margin-top: 10px;
    margin-left: 10px;
}

    #totalCountMessage strong {
        font-weight: bold;
    }

    #totalCountMessage span {
        font-weight: bold;
        color: red;
    }

.dergi-search-box {
    display: flex;
    flex-wrap: wrap;
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border: 1px solid rgba(0, 0, 0, .125);
}

@@media (max-width: 767px) {
    .pdf-ara-box {
        margin-top: 30px;
    }
}

#loadingOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    backdrop-filter: blur(6px);
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #007bff;
    font-size: 1.2rem;
}

.spinner {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #007bff;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    animation: spin 1s linear infinite;
    margin-bottom: 20px;
}

@@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

