body {
    min-height: calc(100vh);
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    padding-top: 145px;
}

table.dataTable {
    border-bottom-color: #ececec !important;
}

    table.dataTable thead th {
        border-bottom: 1px solid #ececec;
    }

.search-button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto 0;
    background: transparent;
    border: none;
    border-radius: 50px;
}

.fa-lira-sign {
    font-size: 13px;
    color: #525252;
}

.button {
    display: block;
    text-decoration: none;
    color: #ffffff;
    background-color: #0d6195;
    border-radius: 40px;
    padding: 5px 45px;
    font-size: 12px;
    font-weight: 700;
    border-color: transparent;
    cursor: pointer;
}

    .button:disabled, .button[disabled] {
        opacity: 0.6;
        cursor: not-allowed;
    }

.btn-secondary, .btn-secondary:hover, .btn-secondary:active {
    color: #fff;
    background-color: #6c757d;
    border-color: transparent;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

.bg-progress {
    position: absolute;
    font-size: 30px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    padding: 10px;
    line-height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 5;
}

circle.circle-progress {
    animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
}

header {
    background-color: #0d6195;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 77px;
}

    header .header-social ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: row;
    }

        header .header-social ul a {
            color: #ffffff;
            display: block;
            padding: 10px;
        }

nav {
    background-color: #ffffff;
}

    nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: row;
    }

        nav ul li a {
            display: block;
            padding: 22px 30px !important;
            color: #303031 !important;
            font-weight: 600;
            text-decoration: none;
            height: 100%;
        }

            nav ul li a:hover, nav ul li a.active {
                background-color: #f2f4f5;
                color: #0d6195 !important;
                text-decoration: none;
            }

    nav .go-login-area a.go-login {
        display: block;
        text-decoration: none;
        color: #ffffff !important;
        background-color: #0d6195;
        border-radius: 40px;
        padding: 5px 45px !important;
        font-size: 12px;
        font-weight: 700;
        border: 2px outset rgba(0, 0, 0, 0);
    }

    nav .go-login-area form, nav .go-login-area div#uye-sec-form {
        width: 300px;
    }

        nav .go-login-area form input.form-control, nav .go-login-area div#uye-sec-form input.form-control {
            border-radius: 50px;
        }

    nav #user-login-menu a {
        padding: .25rem 1.5rem !important;
    }

        nav #user-login-menu a:active {
            background-color: #0d6195;
            color: #ffffff !important;
        }

    nav .dropdown-menu.dropdown-menu-right {
        right: 0;
        left: auto;
    }

@media (max-width: 1199px) and (min-width: 992px) {
    #login-button {
        padding: 5px 20px;
    }
}

.mainpage-banner {
    background-image: url(/images/banner.jpg);
    background-position: 80% center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
    height: calc(100vh - 500px);
    flex: 1 0 auto;
}

    .mainpage-banner .banner100 {
        background-image: url(/images/banner100.jpg);
        background-position: 80% center;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 590px;
        height: calc(100vh - 375px);
        flex: 1 0 auto;
    }

@media (max-width: 575px) {
    .mainpage-banner {
        height: calc(100vh - 133px);
        background-position: 87% center;
    }
}

.mainpage-banner .banner-1 {
    color: #ffffff;
}

    .mainpage-banner .banner-1 h3 {
        font-size: 15px;
        letter-spacing: 3px;
        transform: scale(1, 1.3);
        padding-right: 15px;
        padding-left: 15px;
    }

    .mainpage-banner .banner-1 h1 {
        font-size: 55px;
        transform: scale(1, 1.3);
        margin-top: 20px;
        margin-bottom: 50px;
        padding-right: 15px;
        padding-left: 15px;
    }

        .mainpage-banner .banner-1 h1 span {
            font-weight: 600;
        }

    .mainpage-banner .banner-1 a {
        text-decoration: none;
        color: #ffffff;
        font-size: 15px;
        padding: 10px 100px;
        margin-bottom: 100px;
        letter-spacing: -0.3px;
    }

        .mainpage-banner .banner-1 a:hover {
            text-decoration: none;
        }

.info-buttons a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 30px 0;
    color: #ffffff;
    background-color: #0d6195;
}

.info-buttons a {
    text-decoration: none;
}

    .info-buttons a.btn-1 {
        background-color: #0c5a87;
    }

    .info-buttons a h3 {
        text-align: center;
        font-size: 22px;
    }

    .info-buttons a p {
        text-align: center;
        letter-spacing: 2px;
        margin-bottom: 0;
    }

.about-me {
    padding: 100px 0;
}

    .about-me .head h1 {
        color: #1a60a2;
        font-size: 30px;
        margin-bottom: 50px;
    }

    .about-me .content {
        color: #969696;
    }

        .about-me .content p {
            max-width: 500px;
            font-size: 15px;
        }

        .about-me .content ul {
            list-style: none;
            margin: 0px;
            margin-top: 40px;
            padding-left: 30px;
        }

            .about-me .content ul li {
                display: flex;
                flex-direction: row;
                color: #636363;
                font-size: 15px;
                letter-spacing: 1px;
            }

                .about-me .content ul li + li {
                    margin-top: 60px;
                }

                .about-me .content ul li i {
                    color: #1a60a2;
                    font-size: 25px;
                    margin-right: 30px;
                    align-items: center;
                }

.purpose {
    background-color: #f2f4f5;
    padding: 150px 0px;
}

    .purpose .purpose-header h1 {
        color: #1a60a2;
        text-align: center;
        font-size: 30px;
        margin-bottom: 40px;
    }

    .purpose h2 {
        color: #1a60a2;
        text-align: center;
        font-size: 45px;
        margin-bottom: 20px;
    }

    .purpose p {
        color: #969696;
        font-size: 13px;
    }

    .purpose .purpose-footer {
        text-align: center;
    }

        .purpose .purpose-footer a {
            background-color: #1a60a2;
            margin-top: 100px;
            padding: 10px 0px;
            font-size: 14px;
        }

            .purpose .purpose-footer a:hover {
                text-decoration: none;
                color: #ffffff;
            }

footer {
    background-color: #0d6195;
    color: #ffffff;
    padding: 80px 0px 0px;
}

    footer a {
        color: #ffffff;
        text-decoration: underline;
    }

        footer a:hover {
            text-decoration: none;
            color: #ffffff;
        }

    footer h3 {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 30px;
    }

    footer p {
        font-size: 14px;
        margin: 0;
    }

    footer ul {
        list-style: none;
        padding: 0;
        margin: 0;
        font-size: 14px;
    }

        footer ul a {
            text-decoration: none;
        }

            footer ul a i {
                min-width: 14px;
                text-align: center;
                margin-right: 5px;
            }

    footer .col-12 {
        margin-bottom: 80px;
    }

    footer span.tel {
        display: inline-block;
        min-width: 35px;
    }

.footer-logo {
    display: flex;
    position: relative;
    justify-content: center;
    padding: 30px 0px;
    background-color: #0c5a87;
}

    .footer-logo .sono-link {
        position: absolute;
        right: 20px;
        bottom: 10px;
        color: #fff;
        font-size: 14px;
    }

@media (max-width: 410px) {
    .mainpage-banner .banner-1 a {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        text-align: center;
    }

    .mainpage-banner .banner-1 h1 {
        font-size: 40px;
    }

    .footer-logo .sono-link {
        right: 4px;
        bottom: 2px;
        font-size: 10px;
    }
}

/*region About Me*/

.about-me-banner {
    background-image: url(/images/banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 0%;
    height: 250px;
    color: #ffffff;
}

    .about-me-banner .seperator {
        width: 50px;
        height: 3px;
        margin: 10px 0;
        background-color: #ffffff;
    }

    .about-me-banner h3 {
        font-size: 15px;
        letter-spacing: 3px;
        transform: scale(1, 1.3);
        padding-right: 15px;
        padding-left: 15px;
    }

    .about-me-banner h1 {
        font-size: 30px;
        margin-bottom: 0;
        padding-right: 15px;
        padding-left: 15px;
    }

.about-me-content {
    padding: 80px 0;
    background-color: #f2f4f5;
    color: #7b7b7b;
}

    .about-me-content .image {
        /*margin-bottom: -170px;*/
    }

        .about-me-content .image img {
            box-shadow: -60px -70px 0px -10px #1a60a2;
            margin-top: 50px;
        }

    .about-me-content .content h3 {
        color: #1a60a2;
        margin-right: auto;
        font-size: 20px;
    }

    .about-me-content .content p {
        font-size: 15px;
    }

    .about-me-content .content ul {
        list-style: none;
        padding: 0;
        margin: 0;
        font-size: 15px;
    }

        .about-me-content .content ul li {
            margin-bottom: 10px;
        }

.about-me-purpose {
    background-image: url(/images/Image-5.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 150px 0px 100px;
    color: #ffffff;
    text-align: center;
}

    .about-me-purpose .purpose-header h1 {
        font-size: 25px;
    }

    .about-me-purpose .purpose-header p {
        max-width: 800px;
        margin-right: auto;
        margin-left: auto;
        color: #bac4cd;
        font-size: 15px;
        margin-bottom: 50px;
    }

    .about-me-purpose ul {
        text-align: left;
        color: #bac4cd;
        list-style: none;
        padding: 0;
        margin: 0;
        font-size: 15px;
    }

        .about-me-purpose ul li {
            margin-bottom: 45px;
            display: flex;
            flex-direction: row;
        }

            .about-me-purpose ul li i {
                font-size: 25px;
                color: #ffffff;
                margin-right: 20px;
            }

.about-me-organization {
    padding: 130px 0;
    background-color: #f2f4f5;
    color: #636363;
}

    .about-me-organization .organization-header h1 {
        text-align: center;
        color: #1a60a2;
        font-size: 30px;
        margin-bottom: 80px;
    }

    .about-me-organization .content ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .about-me-organization .content ul li, .about-me-content .content ul li {
            display: flex;
            flex-direction: row;
            color: #1a60a0;
            margin-bottom: 25px;
            margin-left: 20px;
        }

            .about-me-organization .content ul li.danger {
                color: #d91d4d;
            }

            .about-me-organization .content ul li > i, .about-me-content .content ul li > i {
                font-size: 25px;
                margin-right: 20px;
            }

            .about-me-organization .content ul li > div h3 {
                color: #1a60a0;
                font-size: 20px;
            }

            .about-me-organization .content ul li.danger > div h3 {
                color: #d91d4d;
            }

            .about-me-organization .content ul li > div p, .about-me-content .content ul li > div p {
                color: #636363;
                font-size: 15px;
            }

            .about-me-organization .content ul li.group-header {
                margin-left: 0px;
                margin-bottom: 15px;
            }

                .about-me-organization .content ul li.group-header > div h3 {
                    font-weight: 700;
                }

.about-me-content span.tel {
    display: inline-block;
    min-width: 37px;
}

ul.kurucu-uye li {
    margin-bottom: 10px !important;
}

/*endregion*/

/*region User/UyeBilgileri*/

.profile-menu {
    background-color: #0d6195;
}

    .profile-menu .navbar .nav-item {
        position: relative;
    }

        .profile-menu .navbar .nav-item.active:after {
            content: ' ';
            position: absolute;
            bottom: 0;
            right: 0;
            left: 0;
            margin: auto;
            width: 0;
            height: 0;
            border: 15px solid transparent;
            border-bottom-color: #ffffff;
        }

        .profile-menu .navbar .nav-item .nav-link {
            flex-direction: column;
            align-items: center;
            padding: 15px 20px;
            font-size: 15px;
            color: #ffffff;
        }

        .profile-menu .navbar .nav-item + .nav-item .nav-link {
            border-left: 1px solid #3079a1;
        }

        .profile-menu .navbar .nav-item .nav-link i {
            margin-bottom: 10px;
            font-size: 25px;
        }

        .profile-menu .navbar .nav-item .nav-link span {
            text-align: center;
        }

        .profile-menu .navbar .nav-item.active,
        .profile-menu .navbar .nav-item:hover {
            background-color: #0c5a87;
        }

@media (max-width: 991px) {
    .profile-menu .navbar .nav-item .nav-link {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .profile-menu .navbar .nav-item + .nav-item .nav-link {
        border-left: none;
    }
}

.user-page-wrapper {
    background-color: #f2f4f5;
    color: #636363;
}

    .user-page-wrapper .user-page-wrapper-container {
        padding: 20px 30px;
    }

        .user-page-wrapper .user-page-wrapper-container .content-area {
            font-size: 15px;
            color: #7b7b7b;
            padding-left: 20px;
            margin-bottom: 20px;
            margin-top: 25px;
        }

            .user-page-wrapper .user-page-wrapper-container .content-area h3 {
                color: #0d6195;
                font-size: 17px;
                font-weight: 600;
            }

            .user-page-wrapper .user-page-wrapper-container .content-area h4 {
                color: #FF0000;
                font-size: 18px;
                font-weight: 600;
                animation: blinker 0.9s linear infinite;
            }
            @keyframes blinker {  
              50% { opacity: 0; }
              }

            .user-page-wrapper .user-page-wrapper-container .content-area table.table td {
                color: #7b7b7b;
                border-top-color: #ececec;
                font-size: 15px;
                padding: 5px 0;
            }

                .user-page-wrapper .user-page-wrapper-container .content-area table.table td.value {
                    color: #303030;
                    text-align: right;
                }

            .user-page-wrapper .user-page-wrapper-container .content-area input {
                padding: 3px 15px;
                border-radius: 20px;
            }

        .user-page-wrapper .user-page-wrapper-container .right-info h3 {
            color: #949494;
        }

        .user-page-wrapper .user-page-wrapper-container ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .user-page-wrapper .user-page-wrapper-container li {
            padding-left: 1em;
            text-indent: -.7em;
            padding-bottom: 20px;
        }

            .user-page-wrapper .user-page-wrapper-container li::before {
                content: "• ";
                color: #0d6195; /* or whatever color you prefer */
            }

        .user-page-wrapper .user-page-wrapper-container .content-area table.table td.name i {
            color: #e5436b;
            font-size: 25px;
            margin-right: 10px;
        }

        .user-page-wrapper .user-page-wrapper-container .content-area table.table td.value .view,
        .user-page-wrapper .user-page-wrapper-container .content-area table.table td.value .download {
            color: #0d6195;
            text-decoration: none;
            cursor: pointer;
            background-color: transparent;
            border-color: transparent;
        }

        .user-page-wrapper .user-page-wrapper-container .content-area table.table td.value .download {
            color: #e5436b;
            margin-left: 15px;
        }

table.table.odeme-detay-table td {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
}

table.duyurular {
}

    table.duyurular tr {
        color: #7b7b7b;
        border-top: 1px solid #dee2e6;
        font-size: 15px;
        padding: 5px 0;
    }

    table.duyurular td.tarih {
        width: 100px;
        margin-right: .75rem;
        vertical-align: top;
        font-weight: bold;
    }

    table.duyurular td.duyuru {
    }

        table.duyurular td.duyuru a, table.duyurular td.duyuru a:hover {
            color: #7b7b7b;
            font-size: 15px;
            text-decoration: none;
        }

        table.duyurular td.duyuru .yeni {
            color: red;
        }

.sik-sorulan-sorular {
}

    .sik-sorulan-sorular .sik-sorulan-sorular-soru {
        display: block;
        width: 100%;
        height: 100%;
        text-decoration: none;
        color: #7b7b7b;
        padding: 12px;
    }

    .sik-sorulan-sorular .sik-sorulan-sorular-cevap {
        padding: 12px;
        background-color: #f2f4f5;
        color: #303030;
    }

        .sik-sorulan-sorular .sik-sorulan-sorular-cevap tr {
            color: #303030;
        }

/*endregion*/

@media (min-width: 1200px) {
    .file-name {
        width: 406px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .file-name {
        width: 328px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .file-name {
        width: 234px;
    }
}

@media (min-width: 583px) and (max-width: 767px) {
    .file-name {
        width: 234px;
    }
}

@media (max-width: 575px) {
    body > .container-fluid,
    body > .container-fluid.user-page-wrapper > .container {
        padding-right: 0;
        padding-left: 0;
    }

    .user-page-wrapper .user-page-wrapper-container .content-area {
        padding-left: 0;
    }
}




* {
    box-sizing: border-box
}

/* Slideshow container */
.slideshow-container {
    padding-right: 100px;
    padding-left: 100px;
    /*max-width: 1000px;*/
    position: relative;
    margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: yellow;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background-color: gray;
}

/* Position the "next button" to the right */
.next {
    right: 100px;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
        background-color: white; /* rgba(0,0,0,0.8);*/
    }

/* Caption text */
.mySlidesText {
    color: #e4e4e4;
    font-size: 26px;
    padding: 50px 120px 50px 120px;
    position: absolute;
    bottom: 200px;
    width: 50%;
    text-align: center;
    text-decoration: none;
    /*font-weight: bold;*/
}

    .mySlidesText:hover {
        color: #ffffff;
        text-decoration-line: none;
    }

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

    .active, .dot:hover {
        background-color: #717171;
    }

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
    display: none;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}
