/* ==== Coinlib Light/Dark Modernized (selectors preserved) ==== */
:root{
  --text:#e5e7eb;
  --muted:#a3b1c6;
  --bg-row-hover:rgba(255,255,255,.06);
  --bg-row-highlight:#1f2937;
  --green:#00B600;
  --red:#FB0000;
  --chip:#6942ef;
  --btn-buy:#3ab2ee;
  --btn-buy-h:#287ca6;
  --btn-sell:#f87979;
  --btn-sell-h:#ad5454;
}

@font-face{
  font-family:'proxima-nova';
  src:url('../webfonts/proximanova-regular-webfont.eot');
  src:url('../webfonts/proximanova-regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
      url('../webfonts/proximanova-regular-webfont.woff2') format('woff2'),
      url('../webfonts/proximanova-regular-webfont.woff') format('woff'),
      url('../webfonts/proximanova-regular-webfont.ttf') format('truetype'),
      url('../webfonts/proximanova-regular-webfont.svg#proxima_novaregular') format('svg');
  font-weight:400; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'proxima-nova';
  src:url('../webfonts/proximanova-semibold-webfont.eot');
  src:url('../webfonts/proximanova-semibold-webfontd41d.eot?#iefix') format('embedded-opentype'),
      url('../webfonts/proximanova-semibold-webfont.woff2') format('woff2'),
      url('../webfonts/proximanova-semibold-webfont.woff') format('woff'),
      url('../webfonts/proximanova-semibold-webfont.ttf') format('truetype'),
      url('../webfonts/proximanova-semibold-webfont.svg#proxima_novasemibold') format('svg');
  font-weight:600; font-style:normal; font-display:swap;
}

/* icons / coin visuals */
div.table-responsive table.coinlist img.tbl-icon{
  float:none; width:30px; height:30px; margin-right:5px; border-radius:6px;
}
.tbl-icon-xsmall{ float:left; width:18px; height:18px; border-radius:4px; }

/* text atoms */
.tbl-currency{ display:block; margin-top:-3px; color:var(--text); }
.tbl-coin-abbrev{ color:#999; font-size:12px; font-weight:600; }
.tbl-price{ display:block; white-space:nowrap; color:var(--text); }
.tbl-price.small{ color:#999; font-size:11px; }
.price.up{ color:var(--green); }
.price.down{ color:var(--red); }

/* mobile info mini-columns */
.tbl-mob-info{ display:inline-block; width:100px; line-height:14px; float:left; }
.tbl-mob-info.smaller{ letter-spacing:-.3px; }
.mob-info-title,.mob-info-value{ display:inline-block; float:left; color:#999; white-space:nowrap; }
.mob-info-title{ width:42px; }
.mob-info-value{ width:58px; text-align:right; }

/* small spark area */
.small-chart-container{ float:right; }
.small-chart{ width:120px; height:38px; margin:0; padding:0; }

/* dropdown in table cell */
.table.coinlist .dropdown-menu{
  width:73px; min-width:73px; left:auto !important; right:0 !important;
}
.table.coinlist .dropdown-menu .dropdown-item{ padding:3px 10px; }

/* period chip */
button.ch-period{
  font-weight:600; font-size:12px; white-space:nowrap; margin-top:-3px;
}

/* change % chip wrapper */
span.pr-change{ display:inline-block; }

/* row states */
.table.coinlist tr.highlighted{ background-color:var(--bg-row-highlight) !important; }
.table.coinlist tr td .tbl-currency a{ font-weight:600; }
.table.coinlist:not(.w_single) tbody tr:hover{ background-color:var(--bg-row-hover); transition:background-color .15s ease; }

/* fit helper */
.fit{ width:1px; padding-right:0 !important; }

/* table cells (keep middle align + readable colors) */
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th{
  vertical-align:middle; color:var(--text);
}

/* action buttons */
.btn-al-btn{
  width:50px; color:#fff; background-color:var(--btn-buy);
  border-radius:10px; border:0; transition:filter .15s ease, transform .1s ease;
}
.btn-al-btn:hover{ color:#fff; background-color:var(--btn-buy-h); filter:brightness(1.02); }
.btn-al-btn:active{ transform:translateY(1px); }

.btn-sat-btn{
  width:50px; color:#fff; background-color:var(--btn-sell);
  border-radius:10px; border:0; transition:filter .15s ease, transform .1s ease;
}
.btn-sat-btn:hover{ color:#fff; background-color:var(--btn-sell-h); filter:brightness(1.02); }
.btn-sat-btn:active{ transform:translateY(1px); }

/* success badge (kept selector) */
span.badge.badge-success{
  background-color:var(--chip);
  padding:7px 10px; font-size:14px; color:#fff; border-radius:10px;
}

/* responsive tweaks */
@media (max-width:767px){
  .nav-item{ margin-left:0; }

  .table.coinlist tr td.change-period{ width:auto; max-width:110px; padding-right:3px; }
  .table.coinlist tr td.change-period span.pr-change{ display:block; padding:0; font-size:13px; }

  .table.coinlist tr td{ padding:5px; color:var(--text); }
  .table.coinlist tr th{ padding:5px; color:var(--text); }

  .table.coinlist tr td.tbl-col-sm,
  .table.coinlist tr th.tbl-col-sm{ padding-left:0; padding-right:2px; color:var(--text); }
  .table.coinlist .tbl-col-sm{ width:1px; }

  .small-chart-container{ width:100%; max-width:110px; margin:0; padding:0; }
  .small-chart{ width:100%; max-width:110px; height:20px; }

  button.ch-period{ font-weight:600; font-size:11px; padding:2px; white-space:nowrap; }

  table.coinlist.w_single{ margin:0 !important; }
  table.coinlist.w_single td{ border:0 !important; }
  table.coinlist.w_single .small-chart{ width:100%; max-width:767px; height:40px; }
  table.coinlist.w_single .small-chart-container{ width:100%; max-width:767px; }

  .tbl-price{ font-size:14px; }
  .tbl-degisim{ font-size:13px; }
  .contactPageLeft{ padding:0; }
  .islemBtnTh{ min-width:50% !important; }
}

@media (min-width:768px){
  table.coinlist.w_single .small-chart{ width:100%; max-width:1200px; height:35px; }
  table.coinlist.w_single .small-chart-container{ width:100%; max-width:1200px; }
}

@media (max-width:1024px){
  .btn-sat-btn{ margin-top:2px; width:50px; }
}

/* small a11y / motion */
@media (prefers-reduced-motion:reduce){
  *{ transition:none !important; animation:none !important; }
}
/*      Coinlib Light Theme      */

/* If we need italics or another wight we must copy it from proxima-nova.css */
@font-face {
    font-family: 'proxima-nova';
    src: url('../webfonts/proximanova-regular-webfont.eot');
    src: url('../webfonts/proximanova-regular-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../webfonts/proximanova-regular-webfont.woff2') format('woff2'), url('../webfonts/proximanova-regular-webfont.woff') format('woff'), url('../webfonts/proximanova-regular-webfont.ttf') format('truetype'), url('../webfonts/proximanova-regular-webfont.svg#proxima_novaregular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'proxima-nova';
    src: url('../webfonts/proximanova-semibold-webfont.eot');
    src: url('../webfonts/proximanova-semibold-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../webfonts/proximanova-semibold-webfont.woff2') format('woff2'), url('../webfonts/proximanova-semibold-webfont.woff') format('woff'), url('../webfonts/proximanova-semibold-webfont.ttf') format('truetype'), url('../webfonts/proximanova-semibold-webfont.svg#proxima_novasemibold') format('svg');
    font-weight: 600;
    font-style: normal;
}


div.table-responsive table.coinlist img.tbl-icon {
    float: none;
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.tbl-icon-xsmall {
    float: left;
    width: 18px;
    height: 18px;
}

.tbl-currency {
    display: block;
    margin-top: -3px;
	color:white;
}

.tbl-coin-abbrev {
    color: #999;
    font-size: 12px;
    font-weight: 600;
}

.tbl-price {
    display: block;
    white-space: nowrap;
	color:white;
}

.tbl-price.small {
    color: #999999;
    font-size: 11px;
}
.price.up {
    color: #00B600;
}
.price.down {
    color: #FB0000;
}

.tbl-mob-info {
    display: inline-block;
    width: 100px;
    line-height: 14px;
    float: left;
    /* this removes a 5px space under the div */
}

.tbl-mob-info.smaller {
    letter-spacing: -0.3px;
}

.mob-info-title,
.mob-info-value {
    display: inline-block;
    float: left;
    color: #999999;
    white-space: nowrap;
}

.mob-info-title {
    width: 42px;
}

.mob-info-value {
    width: 58px;
    text-align: right;
}

.small-chart-container {
    float: right;
}

.small-chart {
    width: 120px;
    height: 38px;
    margin: 0;
    padding: 0;
}

.table.coinlist .dropdown-menu {
    width: 73px;
    min-width: 73px;
    left: auto!important;
    right: 0px!important;
}

.table.coinlist .dropdown-menu .dropdown-item {
    padding: 3px 10px;

}

button.ch-period {
    font-weight: 600;
    font-size: 12px;
    white-space: nowrap;
    margin-top: -3px;
}

span.pr-change {
    display: inline-block;
}

.table.coinlist tr.highlighted {
    background-color: #f1f2f3 !important;
}

.table.coinlist tr td .tbl-currency a {
    font-weight: 600;
}

.table.coinlist:not(.w_single) tbody tr:hover {
    background-color: #96a825;
}

@media (max-width: 767px) {
    .nav-item {
        margin-left: 0px;
    }
    
    .table.coinlist tr td.change-period {
        width: auto;
        max-width: 110px;
        padding-right: 3px;
    }
    .table.coinlist tr td.change-period span.pr-change {
        display: block;
        padding: 0;
        font-size: 13px;
    }
    .table.coinlist tr td {
        padding: 5px 5px 5px 5px;
		color:white
		
    }
    .table.coinlist tr th {
        padding: 5px 5px;
		color:white;
    }
    .table.coinlist tr td.tbl-col-sm,
    .table.coinlist tr th.tbl-col-sm {
        padding-left: 0;
        padding-right: 2px;
		color:white
    }
    .table.coinlist .tbl-col-sm {
        width: 1px;
    }
    .small-chart-container {
        width: 100%;
        max-width: 110px;
        margin: 0;
        padding: 0;
    }
    .small-chart {
        width: 100%;
        max-width: 110px;
        height: 20px;
        margin: 0;
        padding: 0;
    }
    button.ch-period {
        font-weight: 600;
        font-size: 11px;
        padding: 2px 2px;
        white-space: nowrap;
    }
    table.coinlist.w_single {
        margin: 0 !important;
    }
    table.coinlist.w_single td {
        border: 0 !important;
    }
    table.coinlist.w_single .small-chart {
        width: 100%;
        max-width: 767px;
        height: 40px;
        margin: 0;
        padding: 0;
    }
    table.coinlist.w_single .small-chart-container {
        width: 100%;
        max-width: 767px;
    }
}

/* For people wanting the single coin ticker in very wide form */
@media (min-width: 768px) {
    table.coinlist.w_single .small-chart {
        width: 100%;
        max-width: 1200px;
        height: 35px;
        margin: 0;
        padding: 0;
    }
    table.coinlist.w_single .small-chart-container {
        width: 100%;
        max-width: 1200px;
    }
}


@media (max-width: 767px) {
    .coinlist-footer-controls .btn {
        padding: 2px 5px !important;
        font-size: 12px !important;
    }
}

.fit {
    width: 1px;
    padding-right: 0 !important;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    vertical-align: middle;
	color:white;
}

 .btn-al-btn {
     width: 50px;
     color: rgba(255, 255, 255, 1);
     background-color: rgba(58, 178, 238, 1);
     border-radius:10px;
 }

 .btn-al-btn:hover {
     color: rgba(255, 255, 255, 1);
     background-color: rgba(40, 124, 166, 1);
 }

 .btn-sat-btn {
     width: 50px;
     color: rgba(255, 255, 255, 1);
     background-color: rgba(248, 121, 121, 1);
     border-radius: 10px;
 }

 .btn-sat-btn:hover {
     color: rgba(255, 255, 255, 1);
     background-color: rgba(173, 84, 84, 1);
 }

 @media (max-width: 767px) {
     .tbl-price {
         font-size: 14px;
     }

     .tbl-degisim {
         font-size: 13px;
     }

     .contactPageLeft {
         padding: 0px;
     }

     .islemBtnTh {
         min-width: 50% !important;
     }
 }

 @media (max-width: 1024px) {

     .btn-sat-btn {
         margin-top: 2px;
         width: 50px;
         color: rgba(255, 255, 255, 1);
         background-color: rgba(248, 121, 121, 1);
         border-radius: 10px;
     }
 }