@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400&display=swap');
*:focus{
    outline: 0 !important;
}
* {
    font-family: 'Rubik', sans-serif;
}

.modal {
    width: auto !important;
}

body {
    overflow-x: hidden;
}

#grup_canvas {
    border: 3px solid black;
    border-radius: 15px;
}

#score_ {
    width: 450px;
}

#select_data_size {
    width: 450px;
}

#blog h3 {
    width: 95%;
    margin: 50px 0px;
    margin-left: 2.5%;
    margin-bottom: 15px;
}

#playbar {
    /* position: absolute; */

    display: flex;
    flex-direction: column;
    /* background-color: #f4f4f4; */
    padding: 10px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    padding-bottom: 200px;
    height: 100%;
}
#playbar button{
    margin:3px;
    background-color: rgb(247,247,247);
}
#ogret {
    transition: all 500ms;

    width: 50px;
    height: 50px;
    border: none;
    z-index: 999;
}

#success {
    position: absolute;
    margin-left: 10px;
    margin-top: 425px;
}

#success>i {
    font-size: 8px;
    transform: translateY(-2px);
}

#ogret:hover {
    background-color: silver;
}

#navbar {
    z-index: 99999999;
}

#edit {
    transition: all 500ms;

    width: 50px;
    height: 50px;
    z-index: 999;
    border: none;
}

#edit:hover {
    background-color: silver;
}

#restart {
    transition: all 500ms;

    width: 50px;
    height: 50px;
    border: none;
    z-index: 999;
}

#restart:hover {
    background-color: silver;
}

#settings_button {
    transition: all 500ms;
    width: 50px;
    height: 50px;
    border: none;
}

#settings_button:hover {
    background-color: silver;
}
#save_button {
    transition: all 500ms;
    width: 50px;
    height: 50px;
    border: none;
}

#save_button:hover {
    background-color: silver;
}

.modal-dialog {
    color: #2a2a2a;
}

#yorumlar {
    z-index: 1;
}

.dahaonce {
    font-size: 48px;
}

.navbar-nav {
    margin-top: 130px;
}

#profil {
    padding-top: 50px;
    box-shadow: -4px 4px 10px 0px rgb(163, 163, 163);
    color: #2a2a2a;
    width: 300px;
    height: 300px;
    margin-left: calc(50% - 150px);
}

.iconlar i {
    font-size: 24px;
    margin: 5px;
    cursor: pointer;
    transition: all 500ms;
    color: #2a2a2a;
}

.iconlar i:hover {
    text-shadow: 0px 0px 10px black;
    transform: scale(1.2);
}

.navbar-nav li a {
    color: white;

    background-color: #2a2a2a;
    padding: 8px 15px;
    margin: 5px 0px;
    color: white;
    font-size: 14px;
    padding-left: 10px !important;
    width: 100%;
    transition: all 200ms;
}

.navbar-nav li a:hover {
    background-color: black;
}

.katman {
    width: 150px;
    height: auto;
    border: 1px solid transparent;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 8;
    border-radius:15px;
    padding-bottom: 15px;
}
.katman:hover{
    /* border: 1px solid black; */
    background-color: rgba(209, 209, 209, 0.199);
    /* backdrop-filter: blur(10px); */
}
.noron:hover {
    /* background-color: rgb(236, 70, 48) !important; */
    transform: scale(0.9);
}

.katman span {
    color: black;
    margin-top: 10px;
}
.katman button {
    /* position: absolute; */
    background-color: rgb(238, 238, 238);
    border:none;
    transition: all 500ms;
    font-size: 11px;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* bottom:50px; */
    margin-left: 5px;
    margin-right: 5px;
}
.katman button:hover {
    background-color: silver;
}
.katman button.plus {
    /* margin-left: 75px; */
}   
.katman button.minus {
    /* margin-left: 0; */
}
.katman button.trash {
    /* margin-left: -75px; */
    color:red;
}
.katman button.add_layer {
    /* margin-left: -150px; */
    top: 50px;
    font-size: 10px;
    width: unset;
    height: unset;
}
.katman .layer_panel{
    display: none;
    position: absolute;
    top:0px;
}
.katman.selected{
    background-color: rgba(209, 209, 209, 0.199);
}
.katman.selected .layer_panel{
    display: flex;
}


.katman:hover .layer_bar_button{
    display: block;
    top: 55px;
    margin-left: 107.5px;
    background: transparent;
    font-size: 16px;
    color: #464646;
}
.noron_weight_span{
    /* background-color: white; */
    padding:5px 7.5px;
    border-radius: 3px;
}
.noron {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 0.5px solid #00000036;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    font-size: 12px;
    z-index: 9;
    padding:0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.noron div {
    margin-left: 10px;
    width: 100px;
    position: absolute;
    z-index: 99999;
}

#model {
    display: flex;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    /* height: 800px; */
}

#modelyan {
    margin-top: 10px;
    margin-bottom: 100px;
}

.son_cikti_label {
    background-color: transparent;
    border: 2px solid black;
    width: 75px;
    height: 75px
}

#predict {
    margin-bottom: 50px;
}

#predict button {
    padding: 8px 20px;
}

button {
    background-color: white;
    padding: 2px 10px;
    border: 1px solid black;
}

#predict input {
    width: 25%;
    background-color: transparent;
    border: 0px solid black;
    border-bottom: 2px solid black;
    padding-left: 25px;
}

.nokta {
    background: url('../../Drawing-116.sketchpad.png');
    width: 50px;
    height: 50px;
    margin-top: 5px;
    margin-bottom: 5px;
    overflow: visible;
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-left: 40px;
}

.bf {
    border: 2px solid black;
    border-top: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.bf span {
    margin-top: 3px;
}

.cizgi {
    background-color: black;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
}

#epoch {
    width: 400px;
    padding-left: 10px;
}



#dene {
    margin-top: -30px;
    width: 100%;
}

#dene input {
    width: 100%;
    padding: 3px 5px;
}

#canvas {
    width: 100px;
    stroke: white;
}

#model_arka {
    position: absolute;
    fill: red;
    stroke: red;
    top: -70px;
    left: 20px;
    z-index: 1;
}

#model_arka2 {
    position: absolute;
    fill: blue;
    stroke: blue;
    top: -70px;
    left: 20px;
    z-index: -1;
}

.sembol_katman {
    max-height: 160px;
    width: 20px;
    background-color: red;
    border-radius: 25px;
    margin: 15px;
}

.sembol_katman input {
    background-color: black;
    color: white;
    padding: 5px;
    top: -40px;
    position: relative;
    width: 50px;
    border: 0px solid black;
    left: -15px;
    border-radius: 3px;
    text-align: center;
}

#katmans {
    margin-top: 50px;
    margin-left: 50px;
}

code {
    background: hsl(220, 80%, 90%);
    padding-left: 25px;
    border-radius: 5px;
}

pre {
    white-space: pre-wrap;
    padding: 15px;
    background: silver;
}

#agirliklar {
    position: absolute;
    top: 0px;
    z-index: 9999;
    left: 0px;
}

#agirliklar_panel {
    background-color: white;
    height: 80px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99999;
    overflow-y: scroll;
}

#agirliklar_panel button {
    margin: 5px;
    border-radius: 3px;
    margin-top: 4px;
    color: black;
}

button {
    border-radius: 5px;
}

.efekt {
    width: 10px;
    height: 10px;
    background-color: white;
    box-shadow: 0px 0px 10px 0px black;
    z-index: -1;
    border-radius: 50%;
    position: absolute;

}

#sayi_resim {
    width: 300px;
    height: 300px;
}

#mesaj {
    height: 300px;
    width: 100%;
    padding: 10px;
}

#cikti {
    padding: 10px;
    background-color: rgb(146, 138, 138);
    color: white;
}

#cubuk {
    width: 100px;
    height: 10px;
    background-color: red;
    position: absolute;
    top: 400px;
}

.tugla {
    border: 2px solid black;
    width: 30px;
    height: 30px;
    margin: 5px 5.25px;
    margin-bottom: 0px;
}

#oyun {
    height: 500px;
    width: 500px;
    border: 2px solid #2a2a2a;


    top: 22px;
    position: relative;
}

#top {
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background-color: blue;
    position: absolute;
    left: 50px;
    display: block;
    z-index: 99999;
}

.yanspan {
    position: absolute;
    left: 60px;
    font-size: 18px;
    background-color: red;
    border-radius: 5px;
    padding: 5px 10px;
    color: white !important;
    width: 60px;
    text-align: center;
    height: 37px;
}

#bas_h1 {
    width: 100%;
    text-align: center;
    margin: 25px 0px;
}
#title{
    text-align: center;
}
.metin {
    width: 95%;
    margin-left: 2.5%;
    font-size: 18px;
}

#yazi {
    /*  box-shadow: 0px 0px 5px 0px rgb(37, 37, 37);*/
    padding: 50px;
    margin-top: 70px
}

#yazi h1 {
    width: 100%;
    text-align: center;
    margin: 15px 0px;

}

#yazi h3 {
    width: 95%;
    margin: 50px 0px;
    margin-left: 2.5%;
    margin-bottom: 15px;
}

#yazi img {
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
}

#yazi p.bilgilendirme {
    width: 100%;
    text-align: center;
}

#yazi h5 {
    font-weight: 600;
}

#yazi .devam {
    margin: 35px 0px;
    margin-top: 100px;
}

#okumaya_devam_button {

    margin: 0px 10px;
    margin-top: -7px;
    transition: all 500ms;
}

#okumaya_devam_button:hover {
    background-color: #2a2a2a;
    color: white;
}

#uyari {
    width: 500px;
    margin-top: 35px;
}

#logo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 10px 0px;
}

.buttons button {
    border-radius: 0px;
}

.buttons .secili {
    background-color: #2a2a2a;
    color: white;
    transition: all 500ms;
}

#begeni {
    padding: 25px;
}

#begeni i {
    font-size: 38px;
    margin-bottom: 10px;
    cursor: pointer;
}

#begeni i.fa-heart-o {
    transition: all 500ms;
}

#begeni i.fa-heart-o:hover {
    text-shadow: 0px 0px 5px red;
}

pre {
    color: White !important;
    background-color: #2a2a2a;
    box-shadow: 0px 0px 5px 0px silver;
    border-radius: 0px;
    margin-left: 2.5%;
}

.buttons {
    margin-left: 2.5%;

}

code {
    background-color: transparent;
}

#githup {
    cursor: pointer;
    width: 25vw;
    margin-top: 50px;
    height: 12vw;
    background-color: rgb(15, 14, 15);
    transition: all 500ms;
    border-radius: 25px;
    box-shadow: inset 0px 0px 40px 0px rgba(255, 255, 255, 0.103);

}

#githup h2 {
    transition: all 100ms;
}

#githup:hover {
    background-color: white;
    color: black;
    box-shadow: inset 0px 0px 40px 0px rgba(0, 0, 0, 0.703);
    font-weight: 600;
}

#githup:hover img {
    filter: invert(100%) sepia(0%) saturate(7474%) hue-rotate(105deg) brightness(112%) contrast(100%);


}

#githup img {
    transition: all 500ms;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 25px;
}

.yorum {
    border: 1px solid #2a2a2a;
    margin: 0px 25px;
    padding: 25px;
    padding-top: 15px;
}

.yorum:first-child {
    margin-top: 25px;
}

.yorum .ust {
    display: flex;
}

.yorum .ust img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.yorum h3 {
    margin-right: 10px;
    margin-top: 17px;
}

.yorum span.tarih {
    margin-top: 15px;
}

.iler {
    margin: 5px 0px;
}

.iler i {
    font-size: 32px;
    width: 35px;
    height: 25px;
    cursor: pointer;
}

.yorum_sizin {
    border: 0px solid black;
    background-color: red;
    color: white;
    width: 100%;
    padding: 8px;
    margin-top: 20px;
    border-radius: 0px;
    transition: all 500ms;
}

.yorum_sizin:hover {
    background-color: rgb(148, 21, 21);
}

#yorum_post input {
    border: 1px solid #2a2a2a;
    margin: 10px 0px;
    font-size: 16px;
    padding: 8px 15px;
    width: calc(50% - 8px);
}

#yorum_post input:first-child {
    margin-right: 8px;
}

#yorum_post textarea {
    border: 1px solid #2a2a2a;
    padding: 8px 15px;
    margin-top: 10px;
    resize: none;
}

#yorum_post button {
    background-color: #2a2a2a;
    width: 100%;
    margin-top: 5px;
    color: White;
    padding: 8px 15px;
    border: 1px solid transparent;
    transition: all 500ms;
    border-radius: 0px;
}

#yorum_post button:hover {
    background-color: white;
    border: 1px solid #2a2a2a;
    color: #2a2a2a;

}

#durdur_buton {
    position: absolute;
    font-size: 48px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 4px solid #2a2a2a;
    opacity: 0.5;
    transition: all 500ms;
    margin-left: 175px;
    margin-top: 175px;
    z-index: 9999;
    background-color: transparent;
}

#durdur_buton:hover {
    opacity: 1;
}

#settings.modal-body {
    display: flex;
    flex-direction: column;
}

#katman_sil {
    color: red;
    border-color: red;
    margin-top: 15px;
    border-radius: 0 !important;
}

#katman_sil>i {
    font-size: 12px;
    margin-right: 5px;
}

#save {
    background-color: #2a2a2a;
    color: White;
    padding: 8px 25px;
    border: none;
    border-radius: 0 !important;
}

.modal-dialog {
    width: 300px;
    border-radius: 0 !important;
}

.modal-content {
    border-radius: 0 !important;
}

#cancel {
    background-color: #8b8b8b;
    color: White;
    padding: 8px 25px;
    border: none;
    border-radius: 0 !important;
}

#settings_panel {
    display: none;
    background-color: #f2f2f2;
    /* backdrop-filter: blur(50px) brightness(0.9); */
    position: absolute;
    height: 100%;
    width: 500px;
    bottom: 70px;
    padding: 25px;
    z-index: 9999;
    left: 0;
    overflow-y: auto;
    /* background: repeating-linear-gradient(77deg, #ebebeb, #ededed 100px); */
    top: 0;
}

#settings_panel.active {
    display: flex;
    flex-direction: column;
    /* animation: settings_panel_come 250ms linear 1; */
}

#settings_panel label.head {
    font-size: 22px;
}

#settings_panel select {
    padding: 5px;
}

@keyframes settings_panel_come {
    from {
        height: 0px;
    }

    to {
        height: 500px;
    }
}

#settings_panel select {
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

#settings_panel>div {
    margin: 20px 0px;
    background: rgb(0 0 0 / 2%);
    padding: 15px;
    border-radius: 10px;
}

#settings_panel .inputbox {
    display: flex;
    width: 50%;
    justify-content: space-between;
    padding: 0px 10px;
    align-items: center;

}
#settings_panel .inputbox input{
    height: 40px;
    padding:3px 5px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 10px;
    border: none;
    margin-left: 5px;
}
.dropdown {
    width: 100%;
}

.dropdown .hidden {
    display: none;
}

.dropdown .hidden.visible {
    display: flex;
}

.dropdown .container_div {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.dropdown .container_div input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.dropdown .checkmark {
    position: absolute;
    top: 0;
    margin-left: 10px;
    height: 25px;
    width: 25px;
    background-color: #d8d8d8;
    margin-top: 5px;
    border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.dropdown .container_div:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.dropdown .container_div input:checked~.checkmark {
    background-color: #6a6a6a;
}

/* Create the checkmark/indicator (hidden when not checked) */
.dropdown .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.dropdown .container_div input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.dropdown .container_div .checkmark:after {
    left: 10px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.progress-bar_ {
    width: 452px;
    display: none;
    height: 10px;
    background-color: #dfdfdf;
    margin-bottom: 15px;
}

.progress-bar_.visible {
    display: flex;
}

.progress-bar_ .inner {
    width: 20%;
    background-color: #07c517;
    height: 10px;
}

.progress-bar_ i {
    position: absolute;
    margin: 5px;
    margin-top: -25px;
    font-size: 16px;
    color: #07c517;
    display: none;
}
.progress-bar_ span {
    position: absolute;
    margin-top:-25px;
    width: 452px;
    text-align:right;
}
.progress-bar_.animate i {
    display: block;
}

.progress-bar_.animate {
    animation: progress_animate 300ms linear 1;
}

@keyframes progress_animate {
    0% {
        transform: scale(1);
        box-shadow: 0px 0px 0px 0px white;
    }

    50% {
        transform: scale(1.1);
        box-shadow: 0px 0px 25px 0px rgb(255, 255, 255);
    }

    100% {
        transform: scale(1);
        box-shadow: 0px 0px 0px 0px white;

    }
}

.info-i{
    transform: scale(0.8) translateY(2px);
    color:#9b9b9b;

}
#mobile_message{
    background-color: white;
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    text-align: center;
}
.w-500{
    width: 500px;
}
#gruplar .test_dataset{
    margin-left: 12.5px;
}
#exit_settings_panel{
    position: absolute;
}
.read_more {
    background-color: #2a2a2a;
    color:white;
    display: block;
    margin-top: 15px;
    padding:10px 25px;
    font-size: 15px;
    border-radius: 0px;
}