::-webkit-scrollbar-thumb {border-radius: 5px;}
::-webkit-scrollbar {width: 5px;}
::-webkit-scrollbar-thumb {background: #474e57;}




body {

    font-family: "Droid Sans Mono",Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    letter-spacing: -.2px;
    font-size: 13px;
    line-height: 1.5;
    color: #c2c4c9;
    background-color: #0d1117;
    margin: 0px;
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
    font-weight: 400;

}


#username:focus {
    border-color: #30363d; /* Tıklandığında kenarlık rengini değiştir */
    outline: none; /* Odaklanınca varsayılan mavi outline'ı kaldır */

  }
  
  #username {
    font-family: "Droid Sans Mono",Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 13px;
  }
  
  #password {
    font-family: "Droid Sans Mono",Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 13px;
  }
  
  
  #password:focus {
    border-color: #30363d; /* Tıklandığında kenarlık rengini değiştir */
    outline: none; /* Odaklanınca varsayılan mavi outline'ı kaldır */
  }


  #command-input {
    font-family: "Droid Sans Mono",Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 13px;
    padding-left: 5px;
    padding-right: 5px;
  }
  
  
  #command-input:focus {
    border-color: #30363d; /* Tıklandığında kenarlık rengini değiştir */
    outline: none; /* Odaklanınca varsayılan mavi outline'ı kaldır */
  }



.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight:  600;

}


.h2, .h3, .h4 {
    font-size: 15px;
}


a {
    text-decoration: none;
}
a {
    color: inherit;
    text-decoration: inherit;
}
a {
    background-color: transparent;
}

p {
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}


.islemi-kapat-button {
        width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
        padding: 4px 8px;
    border-radius: 7px;
}


.islemi-kapat-button:hover {
 
    color: #f6465d;


}


.sol-menu-baslik {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding: 24px;
    color: #fff;
    margin-block-start: 0;
    margin-block-end: 0;
}

.ust-menu {
        width: 100%;
        border-bottom: 1px solid #1e2329;
        height: 64px;
        background-color: #161b22;
            font-weight: 500;
            font-size: 15px;

}


.ust-manu-tasi {
    width: 1280px;
    height: 64px;
    margin: 0 auto;
}



.ust-menu-kapsa {
    width: auto;
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: row;
    height: 64px;
    float: left;
}


.ust-menu-kapsa ul {
    align-items: center;
    display: flex;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    gap: 0.5rem;
}


.ust-menu-kapsa ul li {
    list-style-type: none;
    float: left;
    align-items: center;
    display: inline-flex !important;
}


.ust-menu-kapsa ul li a {
text-decoration: none;
    align-items: center;
    background-color: initial;
    border: 0;
    border-radius: 7px;
    color: #fff;
    cursor: pointer;
    display: flex;
    line-height: 30px;
    padding: 4px 12px;
    position: relative;
    text-align: center;
    white-space: nowrap;
}



.site-iconu-1 img {
    width: 35px;
    height: 35px;
    object-fit: cover;
}


.ust-menu-kapsa ul li a:hover {
 
 background-color: #484f58;
color: #fff;
}





.ust-menu-kapsa-1 {
    width: 200px;
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: row-reverse;
    height: 64px;
    float: right;
}

.ust-menu-kapsa-1 ul {
    align-items: center;
    display: flex;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    gap: 0.5rem;
}

.ust-menu-kapsa-1 ul li {
    list-style-type: none;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ust-menu-kapsa-1 ul li a {
    text-decoration: none;
    align-items: center;
    background-color: initial;
    border: 0;
    border-radius: 0.375rem;
    color: #fff;
    cursor: pointer;
    display: flex;
    line-height: 30px;
    padding: 4px 12px;
    position: relative;
    text-align: center;
    white-space: nowrap;

}


.ust-menu-kapsa-1 ul li a:hover {
 
 background-color: #484f58;
color: #fff;
}


.site-kapsa {
align-items: stretch;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 1280px;
    padding-top: 24px;
    padding-bottom: 24px;
}





.orta {
    padding-bottom: 24px;
    display: flex;
    flex-direction: column;
    width: 100%;
   
}




.sol-panel-cizgi {
    width: 100%;
    height: 1px;
    border-top: 1px solid #161b22;
    display: block;
}

.octicon {
    display: inline-block;
    overflow: visible !important;
    vertical-align: text-bottom;
    fill: currentColor;
    margin-right: 10px;
}






li.menu {
    display: inline-block;
}








.acilir-menu {
    top: 67px;
    display: none;
    position: absolute;
    background-color: #161b22;
    border: 1px solid #1e2329;
    min-width: 100px;
    padding: 18px 12px;
    z-index: 100;
    border-radius: 10px;
}

.acilir-menu a {
    font-size: 13px;
    font-weight: 400;
}













.orta-panel-2-kapsa {
    width: 100%;
    height: auto;
    display: flex;
    padding-top: 24px;
    padding-bottom: 24px;
    flex-direction: column;
}


.orta-panel-2-ic {
    width: 100%;
    min-height: 150px;
    display: flex;
    border-radius: 10px;
    border: 1px solid #1e2329;
    flex-direction: column;
}

.orta-panel-2-ic-baslik {
width: auto;
    height: 25px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;

    padding: 12px;
    padding-left: 0px;
    color: #fff;
    padding-bottom: 36px;
    opacity: 0.9;

}

.orta-panel-2-ic-izli-stop-kapsa {
    width: auto;
    height: auto;
    display: flex;
   padding-bottom: 12px;
   padding-top: 12px;
}




.orta-panel-2-ic-izli-stop-kapsa ul {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding-inline-start: 0;
    margin-block-start: 0;
    margin-block-end: 0;
}


.orta-panel-2-ic-izli-stop-kapsa li {
    list-style-type: none;
    float: left;
    align-items: center;
    display: flex;
    width: 100%;
    border-bottom: 1px solid #161b22;
}

.orta-panel-2-ic-izli-stop-kapsa li:last-child {
    border-bottom: none;
}

.orta-panel-2-ic-izli-stop-kapsa li:hover {
    background-color: #161b22;
    color: #fff;
}

.orta-li {
    width: 100%;
    padding: 10px;
    height: 25px;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;

}





.orta-li p {
    display: flex;
    flex-direction: row-reverse;
    margin-block-start: 0;
    margin-block-end: 0;
    align-items: center;
    font-size: 13px;
    margin-left: 15px;
    margin-right: 10px;

    opacity: 0.9;
    justify-content: flex-end;

}


.word {
    color: #ccc;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 3px;
    font: bold 12px arial,sans-serif;
    background: #fff;
}



.bas-icon-1 {
        margin-right: 10px;
}




.aktif-bicim-color {
    
    display:flex;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    margin-right: 0px!important;
}


.aktif-sutun-duzenle {
    display: flex;
    margin-block-start: 0;
    margin-block-end: 0;
    align-items: center;
    font-size: 13px;
    margin-left: 15px;
    margin-right: 10px;
    opacity: 0.9;
    justify-content: flex-end;
    min-width: 90px;

}



.ust-duzen-kapsa {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    height: 60px;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
        color: #fff;
            opacity: 0.9;
    font-weight: 500;

    background-color: #161b22; 
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.ust-duzen-ayar {
    display: flex;
    flex-direction: row-reverse;
    margin-block-start: 0;
    margin-block-end: 0;
    align-items: center;
    margin-left: 15px;
    margin-right: 10px;
    justify-content: flex-end;

}

.ust-duzen-baslık-1 {
    margin-left: 5px;
    width: 35px;
}

.ust-duzen-baslık-2 {
    margin-left: 10px;
    width: 140px;
}

.ust-duzen-baslık-3 {
    width: 120px;
}

.ust-duzen-baslık-4 {
    width: 45px;
}

.ust-duzen-baslık-5 {
   width: 60px;
}

.ust-duzen-baslık-6 {
   width: 30px;
}

.ust-duzen-baslık-7 {
   width: 90px;
}

.ust-duzen-baslık-8 {
   width: 90px;
}

.ust-duzen-baslık-9 {
   width: 90px;
}

.ust-duzen-baslık-10 {
   width: 70px;
}

.ust-duzen-baslık-11 {
   width: 70px;
}

.ust-duzen-baslık-12 {
    width: 30px;
}

.ust-duzen-baslık-13 {
  width: 70px; 
      display: flex;
    flex-direction: row;
        width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 4px 8px;
    border-radius: 7px;

}



.izli-stop-ayar-panel-kapsa {



    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;


}

.overlay {
    cursor: pointer;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden !important;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, .88);
    display: none;
    z-index: 9;
}


.izli-stop-ayar-panel-1 {
    width: 700px;
    height: auto;
    margin: 0 auto;
    top: 30px;
    left: 0;
    right: 0;
    display: block;
    padding-bottom: 24px;
    position: absolute;
    background-color: #0d1117;
    color: #f0f6fc;
    z-index: 19;
    border-color: rgb(48, 54, 61);
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
}

.acilir-pencere-ust-baslik {
    width: auto;
    height: 24px;
    display: flex;
    border-bottom: 1px solid #161b22;
    background-color: #161b22;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 16px;
    align-items: center;
    font-weight: 500;
    font-size: 15px;
    justify-content: space-between;
}
.acilir-pencere-kapat {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    width: 20px;
    float: right;
    justify-content: center;
    height: 30px;
    width: 30px;
}

.acilir-pencere-kapat-icon {
    align-items: center;
    border: 0;
    border-radius: 0.375rem;
    display: flex;
    padding: 0 0.5rem;
    height: 30px;
}
.acilir-pencere-kapat-icon:hover {
   background-color: #484f58;
}








.izli-stop-ayar-panel-2 {
    width: 100%;
    height: 100%;
    display: inline-block;
}






.api-hizala {
display: flex;
    width: 380px;
    height: auto;
    flex-direction: column;


}



.api-formu-duzen {
    padding: 16px;
    font-size: 14px;
    padding-top: 32px;


}

.kaldirac-formu-duzen {
padding: 16px;
    font-size: 13px;
    padding-top: 32px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    padding-left: 40px;


}




.api-form-control, .api-form-select {
    padding: 5px 12px;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
    background-color: #0d1117;
    background-repeat: no-repeat;
    background-position: right 8px center;
    border: 1px solid #30363d;
    border-radius: 6px;
    transition: 80ms cubic-bezier(0.33, 1, 0.68, 1);
    transition-property: color,background-color,box-shadow,border-color;
    width: 630px;
    margin-bottom: 16px;
    margin-top: 8px;
    color: #fff;
    opacity: 0.7;
    
}



.api-giris{
    text-decoration: none;
    align-items: center;
    background-color: initial;
    border: 0;
    border-radius: 0.375rem;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 0.875rem;
    line-height: 30px;
    padding: 0 0.5rem;
    position: relative;
    text-align: center;
    white-space: nowrap;
    font-weight: 500;
    width: 100px;
    margin: 0 auto;
   margin-top: 48px;
}
.api-giris:hover {

background-color: #3fb950;
}

.api-formu-duzen label {
    display: block;
    margin-bottom: 8px;
    font-weight: 400;
    text-align: left;
    font-size: 14px;
    padding-left: 10px;
    padding-top: 15px;

}

.sonuc_api_1 {
    width: auto;
    text-align: center;
    height: 20px;
    /* margin: 0 auto; */
    margin: 16px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#sonuc_api_2 {
    width: auto;
    text-align: center;
    height: 20px;
    /* margin: 0 auto; */
    margin: 16px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}





.select-duzeni {
    width: 100%;
    height: 30px;
    text-align: center;
    display: flex!important;
    align-content: center;
    align-items: center;
    margin-bottom: 25px;
}










.s-hidden {
    visibility:hidden;
    padding-right:10px;
}
.select {
    cursor:pointer;
    display:block;
    position:relative;
    width: 150px;
    transition: 80ms cubic-bezier(0.33, 1, 0.68, 1);
    transition-property: color,background-color,box-shadow,border-color;
    background: none;
    color: #c9d1d9;
    border-radius: 4px;
    margin-left: 20px;
    border: 1px solid #30363d;
    outline: 0;
    padding: 0.5em;
    font-size: 13px;

}
.styledSelect {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;

    padding:0 10px;

    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;


}
.styledSelect:after {
    content: "";
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-color: #ccc transparent transparent transparent;
    position: absolute;
    top: 15px;
    right: 6px;

}
.styledSelect:active, .styledSelect.active {
     background: none;
}
.options {
    display:none;
    position:absolute;
    top:100%;
    right:0;
    left:0;
    z-index:999;
    margin:0 0;
    padding:0 0;
    list-style:none;
    border-radius: 4px;
    border: 1px solid #30363d;
     background: #161b22;
    -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;

}
.options li {

    margin:0 0;
    padding:7px;
    text-align: left;
    font-size: 13px;
}
.options li:hover {
    background-color: #484f58;
    color:white;
}


.emir-cesidi-duzen {

        width: 85px;
    height: 30px;
    display: flex;
    align-items: center;
    flex-direction: row;
    align-content: center;
}




.market-type {
    width: 100px;
    height: auto;
    font-size: 13px;
    text-align: left;
    margin-left: 20px;
}

.bilgilendirme-alani-1 {
    width: 94%;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: row;
    align-content: center;
    opacity: 0.8;
    padding-left: 3%;
    text-align: left;
}

.sag-panel-bilgi-1 {
    width: 94%;
    height: 35px;
    margin-left: 15px;
    margin-top: 15px;
    display: flex;
    float: left;
    align-items: center;
    align-content: center;
    flex-direction: row;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    flex-direction: row;
    align-content: center;
    font-size: 1rem;
    font-weight: 600;
}

.api-giris-button{
text-decoration: none;
    align-items: center;
    background-color: initial;
    border: 0;
    border-radius: 0.375rem;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 0.875rem;
    line-height: 30px;
    padding: 0 0.5rem;
    position: relative;
    text-align: center;
    white-space: nowrap;
    font-weight: 500;
    width: 100px;
    margin-top: 50px;
    background-color: #3fb950;
    align-content: center;
    justify-content: center;
}
.api-giris-button:hover {

background-color: #3fb950bf;

}

.fiyat-giris-control {
    padding: 5px 12px;
    font-size: 13px;
    line-height: 20px;
    vertical-align: middle;
    background-color: #0d1117;
    background-repeat: no-repeat;
    background-position: right 8px center;
    border: 1px solid #30363d;
    border-radius: 4px;
    transition: 80ms cubic-bezier(0.33, 1, 0.68, 1);
    transition-property: color,background-color,box-shadow,border-color;
    width: 138px;
    margin-left: 20px;
    color: #c9d1d9;;
}


.sol-kenar-izli-stop {
    width: 100px;
    height: 20px;
    padding-top: 10px;
      float: left;
    display: block;
}
.sag-kenar-izli-stop {
    width: 200px;
    height: 20px;
    padding-top: 10px;
    float: left;
    display: block;
}


.sag-kenar-izli-stop p{

margin-block-start: 0;
    margin-block-end: 0;
    float: left;
    
}
.bosluk {
    width: 10px;
}


.izli-stop-orta-ayar-kodu {
    width: 310px; 
    height: auto; 
    margin: 30px; 
    padding: 20px; 
    display: inline-block; 
    border-color: #30363d; 
    border-width: 1px; 
    border-style: solid; 
    border-radius: 6px;
    margin-right:0px;
    margin-bottom: 0px
    
}

.izli-stop-ayar-kodu-1 {
    width: 310px; 
    height: auto; 
    margin-top: 20px; 
    display: inline-block;
}







#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items:center;
  justify-content:center;
  background-color: #0d1117;
  z-index: 999
} 
#loading img {

    width: 70px;
    height: 70px;
    object-fit: cover;
}

.sag-liste-api {
        padding-top: 16px;
    padding-bottom: 32px;
}

.api-hizala-sag {
    width: ;
}

.site-giris-blok-kapsa {
    width: 100%;
    height: auto;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}






.site-giris-logo {
        width: 100%;
    height: auto;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.giris-logosu {
    width: 100%;
    height: 70px;
    display: flex;
    /* margin: 0 auto; */
    padding-top: 50px;
    padding-bottom: 50px;
    justify-content: center;

}

.giris-logosu img {
    width: 70px;
    height: 70px;
    display: block;
    margin: 0 auto;

}

.giris-logosu-yazi {
    width: 270px;
    height: 50px;
    display: block;
    padding: 10px;

}

.auth-form-header {
    margin-bottom: 16px;
    text-align: center;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    height: 50px;
}



.auth-form-header h1 {
    font-size: 24px;
    font-weight:300;
    letter-spacing: -0.5px;
}

.site-giris-blok {
     border-color: #30363d;
    border-width: 1px;
    border-style: solid;
    border-radius: 6px;
    width: 270px;
    display: block;
    height: auto;
        background-color: #161b22;
      

}


.giris-site-kapsa {
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;


}

.giris-formu-duzen {
    padding: 16px;
    font-size: 14px;
    padding-top: 32px;

}

.giris-formu-duzen label {
    display: block;
    margin-bottom: 8px;
    text-align: left;
    font-size: 13px;
    height: 25px;
}


.form-control, .form-select {
    padding: 5px 12px;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
    background-color: #0d1117;
    background-repeat: no-repeat;
    background-position: right 8px center;
    border: 1px solid #30363d;
    border-radius: 6px;
    transition: 80ms cubic-bezier(0.33, 1, 0.68, 1);
    transition-property: color,background-color,box-shadow,border-color;
    width: 204px;
        margin-bottom: 16px;
        color: #fff;
        opacity: 0.8;
    
}
.giris-hizala {
    width: 260px;
    height: auto;
    margin: 0 auto;

}


.button-giris{
    text-decoration: none;
    align-items: center;
    background-color: initial;
    border: 0;
    border-radius: 0.375rem;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 0.875rem;
    line-height: 30px;
    padding: 0 0.5rem;
    position: relative;
    text-align: center;
    white-space: nowrap;
    font-weight: 500;
    width: 100px;
    margin: 0 auto;
    margin-top: 8px;
}
.button-giris:hover {

background-color: #3fb950;
}


.giris-mesaj {

    width: 270px;

    text-align: center;
    height: 50px;
    margin-top: 32px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.auth-form-header {
    margin-bottom: 16px;
    text-align: center;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    height: 50px;
}



.auth-form-header h1 {
    font-size: 24px;
    font-weight:300;
    letter-spacing: -0.5px;
}
.cikis-hizala {
    display: flex;
    flex-direction: column;
    justify-content: center;
        width: 100%;
    align-content: center;
    align-items: center;
    height: 260px;
}
.cikis-hizala p {
        display: flex;
    float: left;
    margin: 16px;
    width: 228px;
    align-content: center;
    align-items: center;
    justify-content: center;

}




.site-sag-blok-api {
    padding: 16px;
    display: flex;
    align-items: center;
    padding-left: 36px;
    padding-right: 36px;
    width: auto;
    height: auto;
}


.sag-panel-api   {

    width: 100%;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;

}

.api-key-alani {
    width: auto;
    height: 50px;
    display: flex;
    align-items: center;
    flex-direction: row;
    align-content: center;
    max-width: 1000px;



}


.api-tanim {
    width: 120px;
    height: 30px;
    display: flex;
    align-items: center;
    flex-direction: row;
    align-content: center;

}




.sag-liste-api-duzenleme    {
display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-direction: column;
      }






      .good {
            background-color: green;
        }
        .average {
            background-color: yellow;
            color: black;
        }
        .bad {
            background-color: red;
        }

        .renk-icon {
            transition: fill 0.5s ease;
        }









.flash-warn:not(.Banner) {
    background-image: linear-gradient(#bb800926, #bb800926);
    border-color: #bb800966;
    color: #f0f6fc;
    padding: 20px;
        border-radius: 10px;
    border-style: solid;
    margin-bottom: 20px;
}

.ml-1 { 
    font-size: 14px;
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: row;
    font-weight: 600;
    margin-bottom: 10px;
}

.flash-warn:not(.Banner) .octicon {
      color: #d29922;
      margin-right: 20px;
}


.pt-1 {
    padding-top: 10px;

}

.Link--inTextBlock {

    text-decoration: underline;
        text-underline-offset: 2px;
    color: #4493f8;
}

.pinned-item-desc {
    width: 100%;
    height: auto;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9198a1;
    font-size: 11px;
}

.blok {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    width:100%;

}
.blok-1 {
    color: #000;
    text-shadow: red -3px 0, cyan 3px 0;
    filter: blur(0.5px);
    font-size: 72px;
    font-weight: 700;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    
}

.blok-3 {
    
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}
.blok-2 {
    width: 100%;
    font-size: 20px;
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: auto;
    font-weight:600;
    
}
.blok-2 a{
    
    text-decoration: underline;
    text-underline-offset: .2rem;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    
}


/* Ek bir stil gerekirse */
#notification-container {
    text-decoration: none;
    align-items: center;
    background-color: initial;
    border: 0;
    border-radius: 0.375rem;
    color: #fff;
    cursor: pointer;
    display: flex;
    padding: 4px 12px;
    position: relative;
    text-align: center;
    white-space: nowrap;
}


#notification-container:hover {
 background-color: #484f58;
color: #fff;

}

#notification-dot {
    display: none;
    position: absolute;
    top: 2px;
    right: 5px;
    width: 16px;
    height: 16px;
    background-color: rgb(255, 0, 46);
    border-radius: 50%;
    font-size: 9px;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: white;
}
#notification-count {
    
    display: none;
    width: 16px;
    height: 16px;
    text-align: center;
    justify-content: center;
    align-items: center;

}




.orta-ust-kapsa {
    width: 100%;
    display: flex;

    min-height:20px;
}

.orta-ust-news-kapsa {
    width: 700px;
    display: flex;

    min-height: 200px;
    flex-direction: column;
    justify-content: center;
    align-content: center;

}

.haber-takip-kapsa {
    width:100%;
    height:100%;
    display:flex;
    border-radius: 10px;
    border: 1px solid #1e2329;
    flex-direction: column;
}


.haber-takip-ust-duzen-kapsa {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    height: 60px;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    color: #fff;
    opacity: 0.9;
    font-weight: 500;
    background-color: #161b22;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;


}

.news_coin {
    
    width:75px;
    
}

.news_baslik {
    
    width: 455px;
    
}

.news_tarih {
    
       width: 75px;
    
}

.haber-takip-panel-orta-kapsa {
    width: auto;
    height: auto;
    display: flex;
    padding-bottom: 12px;
    padding-top: 12px;

}

.haber-takip-panel-orta-kapsa ul {
    width: 100%;
    height: 100%;
    display: flex;
    padding-inline-start: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    flex-direction: column;

}

.haber-takip-panel-orta-kapsa li {
list-style-type: none;
    float: left;
    align-items: center;
    display: flex;
    width: auto;
    border-bottom: 1px solid #161b22;
    padding: 10px;

}

.haber-takip-panel-orta-kapsa li a:hover {
        text-decoration: underline;
    text-underline-offset: .2rem;
}

.haber-takip-panel-orta-kapsa li:hover {
    background-color: #161b22;
    color: #fff;
}

.haber-takip-panel-orta-kapsa ul li:last-child {
    border-bottom: none;
}

.scrollable-list {
    width: 100%;
    height: 180px;
    overflow-y: auto;
    overflow-x: hidden;


}


.orta-islem-ac-kapsa {
    width: 550px;
    min-height: 200px;
    display: flex;
    margin-left:30px;
    flex-direction: column;
    justify-content: center;

}

.orta-islem-ac-kapsa-baslik {
    width: auto;
    height: 25px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding: 12px;
    padding-left: 0px;
    color: #fff;
    padding-bottom: 36px;
    opacity: 0.9;
}

.orta-islem-takip-kapsa {
    
    width: auto;
    height: 100%;
    display: flex;
    border-radius: 10px;
    border: 1px solid #1e2329;
    flex-direction: column;
    padding: 10px;
}

.command-form {
    display: flex;
    align-items: center;
    background-color: #161b22;
    border: 1px solid #1e2329;
    border-radius: 6px;
    padding: 5px 10px;
    padding: 5px 12px;
    vertical-align: middle;
    border-radius: 6px;
    transition: 80ms cubic-bezier(0.33, 1, 0.68, 1);
    margin-bottom: 16px;
    margin-top: 8px;
}

.command-form label {
  color: #fff; /* $ işareti rengi gri */
  font-size: 15px;
  margin-right: 5px;
}

.command-form input {
  background-color: transparent; /* Şeffaf arka plan */
  border: none;
  color: #fff; /* Metin rengi gri */
  outline: none; /* Fokus olduğunda sınır görünmesin */
  width: 100%;
}

.command-form input::placeholder {
  color: #555; /* Placeholder rengi daha koyu gri */
}

.ust-coinler-giris-kapsa {
    width:100%;
    min-height: 50px;
    display: flex;
    border-radius: 10px;
    border: 1px solid #1e2329;
    margin-top: 12px;
    margin-bottom: 24px;
}



.ust-coinler {
    display: flex;
    width: auto;
    height: auto;
    border-right: 1px solid #1e2329;
    padding: 10px 20px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    opacity: 0.9;

}

.ust-coinler:last-child {
    border-right: none;
}



.ust-coinler-baslik-coin {
    color: #fff;
    opacity: 0.9;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    width: 100%;
    height: 30px;
    align-items: center;
    margin-bottom: 12px;

}

.ust-coinler-kaldirac-long {
    display: flex;
    width: 85px;
    height: 35px;
    border-radius: 10px;
    border: 1px solid #1b3c1c;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
    cursor: pointer;

}

.ust-coinler-kaldirac-long:hover {
    background-color: #0e1412;
}

.ust-coinler-kaldirac-short {
    display: flex;
    width: 85px;
    height: 35px;
    border-radius: 10px;
    border: 1px solid #3c1b1b;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
    cursor: pointer;

}

.ust-coinler-kaldirac-short:hover {
background-color: #141013;

}
.baslik-coin-x {
    font-size:12px;
    padding-left:5px;
    font-weight:400;
    
}



