﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

.imgGif {
    width: 20% !important;
    height: 100% !important;
}


a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: relative;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}




















body {
    margin: 0;
    font-family: sans-serif;
    font-size: 0.9rem;
}

#app {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

#toolbar {
    display: flex;
    align-items: center;
    background-color: #555;
    color: #fff;
    padding: 0.5em;
}

    #toolbar button,
    #page-mode input {
        color: currentColor;
        background-color: transparent;
        font: inherit;
        border: 1px solid currentColor;
        border-radius: 3px;
        padding: 0.25em 0.5em;
    }

        #toolbar button:hover,
        #toolbar button:focus,
        #page-mode input:hover,
        #page-mode input:focus {
            color: lightGreen;
        }

#page-mode {
    display: flex;
    align-items: center;
    padding: 0.25em 0.5em;
}

#viewport-container {
    flex: 1;
    background: #eee;
    overflow: auto;
}

#viewport {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    #viewport > div {
        text-align: center;
        max-width: 100%;
    }

    #viewport canvas {
        width: 100%;
        box-shadow: 0 2px 5px gray;
    }









/*--------------------------------------------------  confirmation   --------------------------------------------------------------*/
.content {
    width: 100%;
    height: auto;
    max-width: 1024px;
    display: flex;
    margin: auto;
    flex-direction: column;
}

.content .agrementView {
    width: 100%;
    overflow: auto;
    overflow-x: hidden;
    height: 300px;
    max-height: 300px;
    background: grey;
    border: 2px solid #d7d7d7;
    display: flex;
    justify-content: center; 
    box-sizing: border-box;
}

    .content .agrementView .page {
        width: 100%;
        max-width: 100%;
        background: white;
        box-shadow: 0 3px 20px rgba(0, 0, 0,25%);
        min-height: 300px;
        max-height: max-content;
        height: max-content;
        padding: 30px 20px;
        box-sizing: border-box;
    }

.agrementView::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.agrementView::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.agrementView::-webkit-scrollbar-thumb {
    background-color: #000000;
}

.brand {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.brandItem {
    width: 140px;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}

    .brandItem img {
        width: calc(100% - 20px);
        display: block;
    }

    .brandItem a {
        padding: 8px;
        text-align: center;
        border-radius: 8px;
        color: white;
        font-size: 18px;
        font-weight: bold;
        transition: .3s all;
    }
    .brandItem-social {
        display:flex;
        flex-direction:row;
        flex-wrap:wrap;
        gap:6px;
    }

        .brandItem a:nth-of-type(1) {
            color: #4267B2;
            /*background: linear-gradient( 0deg, #4267B2, #82a5ed);*/
        }

        .brandItem a:nth-of-type(2) {
            color: #F56040;
            /*background: linear-gradient( 45deg, rgba(255,220,128,1) 0%, rgba(252,175,69,1) 20%, rgba(245,96,64,1) 40%, rgba(225,48,108,1) 60%, rgba(131,58,180,1) 90%, rgba(64,93,230,1) 100%);*/
        }

        .brandItem a:nth-of-type(3) {
            color: #1DA1F2;
            /*background: linear-gradient( 0deg, #1DA1F2, #74beeb);*/
        }

a {
    transition: .3s all;
    user-select: none
}

    a:hover {
        text-decoration: none;
        transform: scale(1.1);
    }


.consentItem {
    padding: 4px 0;
}

.consentList {
    padding: 20px 0 0;
    user-select: none
}

.consentItem input {
    position: absolute;
    opacity: 0;
}

  /*  .consentItem input + label:before {
        content: "";
        width: 20px;
        height: 20px;
        position: relative;
        display: block;
        border: 2px solid rgba(0,0,0,40%);
        border-radius: 4px;
    }*/
    .consentItem input + label:before {
        content: "";
        width: 20px;
        height: 20px;
        position: relative;
        min-width: 20px;
        border: 2px solid rgba(0,0,0,40%);
        border-radius: 4px;
        border-color: red;
    }

    .consentItem input + label:after {
        content: "\f00c";
        font-size: 16px;
        position: absolute;
        font-family: 'Font Awesome 5 Free';
        font-weight: 600;
        color: red;
        left: 2px;
        top: 2px;
        width: 16px;
        height: 16px;
        line-height: 1;
        transform: scale(0);
        opacity: 0;
        transition: .3s all;
    }

    .consentItem input:checked + label:after {
        transform: scale(1);
        opacity: 1;
    }


    .consentItem input + label {
        position: relative;
        display: flex;
        gap: 8px;
    }

.brandList {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 8px;
    padding: 10px 10px 20px;
}



.brandList {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 12px;
    padding: 10px 10px 20px;
}

    .brandList img {
        width: 60px;
    }

.confirm {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px dashed rgba(0,0,0,25%);
}

    .confirm input {
        padding: 10px 20px;
        color: white;
        font-weight: bold;
    }

        .confirm input:nth-of-type(2) {
            background: #0cc92c;
        }

        .confirm input:nth-of-type(1) {
            background: #d1242b;
        }

@media (max-width:700px) {
    .brandItem {
        width: 130px;
    }

    .brand {
        gap: 14px;
    }
}



.tesekkur-page {
    display: flex;
    flex-direction: column;
    text-align: center;
    height: calc(100vh - 180px);
    justify-content: center;
}

    .tesekkur-page p {
        font-size: 18px;
    }

        .tesekkur-page p b {
            font-size: 32px;
            font-weight: bold;
        }

@media (prefers-color-scheme: dark) {
}