/* Allgemein */

body {
    background: rgb(20, 20, 20) !important;
    color: white;
}

/* Login */

.login_feld {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 0px solid #00fefb;
    background: rgb(32, 32, 32);
    border-radius: 10px;
    padding-top: 60px;
    padding-bottom: 100px;
    padding-left: 100px;
    padding-right: 100px;
    text-align: center;
  }

  .border-box {
    border-bottom: none;
    border-left: none;
    border-right: none;
    border: 1px solid #00fefb;
    background-color: transparent;
    height: 0px;
    width: 400px;
    position: absolute;
    left: 0%;
    top: 40%;
    display: none;
  }

/* Banned */

.banned_field {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Sign Up */

.sign-up_field {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 0px solid #00fefb;
    background: rgb(32, 32, 32);
    border-radius: 10px;
    padding-top: 60px;
    padding-bottom: 100px;
    padding-left: 100px;
    padding-right: 100px;
    text-align: center;
  }

/* Account Settings */

.acc_set_cont_cont {
    color: white;   
    text-align: center;
    padding-top: 1%; 
}

.logout_but {
    padding-left: 80%;
    padding-top: 10%;
    text-align: right;
    padding-right: 10%;
}

.acc_set_tit {
    text-align: center;
    color: white;
    font-size: 40px;
    padding-top: 2%;
}

.acc_set_cont {
    height: 90%;
    width: 70%;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 0px solid;
    background: rgb(32, 32, 32);
    border-radius: 10px;
    text-align: center;
}

.acc_set_set_tit {
    padding-left: 10%;
    font-size: 17px;
    text-align: left !important;
    padding-top: 5%;
}

/* Sidebar */

#sidebar-container {
    width: 100%; /* Breite anpassen */
    height: 100%; /* Volle Höhe der Seite */
    position: fixed;
    top: 0;
    left: 0;
    background-color: #333; /* Hintergrundfarbe anpassen */
}

iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.top_sidebar {
    color: white;
    opacity: 0.5;
}

.bottom_sidebar_field {
    padding-bottom: 4%;
}

.dropdown-menu-dark {
    --bs-dropdown-link-active-bg: #222529 !important;
}

/* Fast Qty Allgemein */

  .fullscreen {
    width: 100% !important;
    border-radius: 0px !important;
  }

  .fullscreen-margin {
    margin-top: 0% !important;
    margin-bottom: 0% !important;
  }

  /* .calc_field_fast-qty {
    height: 90%;
    width: 75%;
    border-radius: 10px;
    border: 0px solid;
    background: rgb(24, 24, 24);
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  } */

  .calc_field_fast-lev, .calc_field_fast-liq, .calc_field_fast-qty{
    height: 150%;
    width: 75%;
    border-radius: 10px;
    border: 0px solid;
    background: rgb(24, 24, 24);
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  }

  @media (max-width: 720px) {
    .both_fast-qty {
      display: block !important;
    }
    .calc_field_fast-qty {
      min-height: 120% !important;
      margin-top: 5%;
    }
    .calc_field_fast-lev, .calc_field_fast-liq {
      min-height: 240% !important;
      margin-top: 5%;
    }
    .right_fast-qty, .right_fast-lev, .right_fast-liq {
      margin-right: 4% !important;
      margin-left: 6% !important;
      margin-top: 5% !important;
    }
    .result_fast-qty_cont {
      padding: 5% 7%;
    }
    .my-divider {
      display: none;
    }
    .fast-qty_head_tit, .fast-qty_head_text {
      text-align: center !important;
    }
    .fast-qty_head {
      padding-top: 2.5% !important;
      padding-bottom: 2.5% !important;
    }
    
  }

  @media (max-width: 800px) {
    .calc_field_fast-qty, .calc_field_fast-lev, .calc_field_fast-liq {
      min-width: 96% !important;
    }
  }

  @media (max-width: 1100px) {
    .calc_field_fast-qty, .calc_field_fast-lev, .calc_field_fast-liq {
      min-width: 87%;
    }
  }



  .switch-container-cont {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3%;
    min-width: 60% !important;
    padding: 0 10px;
  }

  .switch-container {
    display: flex;
    background-color: #25282C; /* Dunkelgrauer Hintergrund für den Container */
    min-width: 100% !important;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
}

.switch-option {
    flex: 1;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    color: rgb(255 255 255 / 75%); /* Textfarbe für Optionen */
    min-width: 50% !important;
    max-height: 28px;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
}

#long.active, #long_b.active, #long_c.active {
  background-color: #20B26C;
  transition: background-color 1s ease;
}

#short.active, #short_b.active, #short_c.active {
    background-color: #EF454A;
    transition: background-color 1s ease;
}



.input-container {
  width: 100%;
  background: transparent;
  padding: 10px;
  margin: 10px 0;
  color: rgb(255 255 255 / 75%);
}

.input-container label {
  display: block;
  text-align: left;
}

.input-container input {
  width: 100%;
  padding: 10px;
  border: 1px solid transparent;
  background: #25282C;
  color: white;
  border-radius: 4px;
}

.input-container input::placeholder {
  color: white;
}

.currency {
  position: relative;
}

.currency::before {
  content: attr(data-currency);
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.input-container input[type="number"] {
  appearance: textfield;
}

.input-container input[type="number"]::-webkit-inner-spin-button, 
.input-container input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-container input[type="number"]::-webkit-outer-spin-button,
.input-container input[type="number"]::-webkit-inner-spin-button {
  display: none;
}

.input-container input:focus {
  outline: 1px solid #fff;
}


/* Fast Qty */
#entry-fast-qty-long, #cost-fast-qty-long, #leverage-fast-qty-long {
  color: rgb(255 255 255 / 100%) !important;
}

#entry-fast-qty-long::placeholder, #cost-fast-qty-long::placeholder, #leverage-fast-qty-long::placeholder {
  color: rgb(255 255 255 / 20%) !important;
}

#entry-fast-qty-short, #cost-fast-qty-short, #leverage-fast-qty-short {
  color: rgb(255 255 255 / 100%) !important;
}

#entry-fast-qty-short::placeholder, #cost-fast-qty-short::placeholder, #leverage-fast-qty-short::placeholder {
  color: rgb(255 255 255 / 20%) !important;
}
/**/
/* Fast Leverage */
#entry-fast-lev-long, #sl-fast-lev-long, #tp-fast-lev-long, #risk-fast-lev-long, #cost-fast-lev-long, #mmr-fast-lev-long {
  color: rgb(255 255 255 / 100%) !important;
}

#entry-fast-lev-long::placeholder, #sl-fast-lev-long::placeholder, #tp-fast-lev-long::placeholder, #risk-fast-lev-long::placeholder, #cost-fast-lev-long::placeholder, #mmr-fast-lev-long::placeholder {
  color: rgb(255 255 255 / 20%) !important;
}

#entry-fast-lev-short, #sl-fast-lev-short, #tp-fast-lev-short, #risk-fast-lev-short, #cost-fast-lev-short, #mmr-fast-lev-short {
  color: rgb(255 255 255 / 100%) !important;
}

#entry-fast-lev-short::placeholder, #sl-fast-lev-short::placeholder, #tp-fast-lev-short::placeholder, #risk-fast-lev-short::placeholder, #cost-fast-lev-short::placeholder, #mmr-fast-lev-short::placeholder {
  color: rgb(255 255 255 / 20%) !important;
}
/**/
/* Fast Liquidation Price */
#entry-fast-liq-long, #sl-fast-liq-long, #tp-fast-liq-long, #lev-fast-liq-long, #cost-fast-liq-long, #mmr-fast-liq-long {
  color: rgb(255 255 255 / 100%) !important;
}

#entry-fast-liq-long::placeholder, #sl-fast-liq-long::placeholder, #tp-fast-liq-long::placeholder, #lev-fast-liq-long::placeholder, #cost-fast-liq-long::placeholder, #mmr-fast-liq-long::placeholder {
  color: rgb(255 255 255 / 20%) !important;
}

#entry-fast-liq-short, #sl-fast-liq-short, #tp-fast-liq-short, #lev-fast-liq-short, #cost-fast-liq-short, #mmr-fast-liq-short {
  color: rgb(255 255 255 / 100%) !important;
}

#entry-fast-liq-short::placeholder, #sl-fast-liq-short::placeholder, #tp-fast-liq-short::placeholder, #lev-fast-liq-short::placeholder, #cost-fast-liq-short::placeholder, #mmr-fast-liq-short::placeholder {
  color: rgb(255 255 255 / 20%) !important;
}
/**/

.right_fast-qty {
  background: #25282C;
  min-height: 768.78px;
  min-width: 42% !important;
  margin-right: 4%;
  margin-left: 1%;
  margin-top: 1.5%;
}

.right_fast-lev, .right_fast-liq {
  background: #25282C;
  min-height: 600px;
  min-width: 42% !important;
  margin-right: 4%;
  margin-left: 1%;
  margin-top: 1.5%;
}

.result_fast-qty_tit {
  font-size: 16px;
  text-align: left !important;
  color: rgb(255 255 255 / 100%);
}

.both_fast-qty {
  display: flex;
  margin-bottom: 7%;
}

.left_fast-qty {
  margin-left: 4% !important;
  margin-right: 1% !important;
  min-width: 48% !important;
}

.result_fast-qty_cont {
  padding: 3% 5%;
}

.result_fast-qty_results {
  margin-top: 20px;
}

.im-text_left {
  color: rgb(255 255 255 / 75%);
  font-size: 14px;
}

.fast-qty_head_tit, .fast-qty_head_text {
  text-align: left;
}

.fast-qty_head {
  padding-top: 2%;
  padding-left: 4%;
  padding-right: 4%;
  padding-bottom: 1%;
}

.fast-qty_head_tit {
  font-size: 15px;
  margin: 10px;
}

.fast-qty_head_text {
  font-size: 12px;
  margin: 10px;
}

.my-divider {
  width: 91%; /* Ändere die Breite nach Bedarf */
  margin: 5px 4% 15px 5%; /* Ändere den Abstand oben und unten nach Bedarf */
  height: 1px; /* Ändere die Dicke nach Bedarf */
  background-color: rgb(255 255 255 / 20%); /* Ändere die Hintergrundfarbe nach Bedarf */
}

#im_fast-qty, #ov_fast-qty, #qty_fast-qty, #im_fast-lev, #ov_fast-lev, #qty_fast-lev, #lev_fast-lev, #im_fast-liq, #ov_fast-liq, #qty_fast-liq {
  color: #F7A600;
}

#lp_fast-lev, #lp_fast-liq {
  color: #F4B084;
}

#fees_fast-lev, #in-de-pro_fast-lev, #in-de-proz_fast-lev, #new-pro_fast-lev, #fees_fast-liq, #in-de-pro_fast-liq, #in-de-proz_fast-liq, #new-pro_fast-liq {
  color: #3567c6;
}

#pro_fast-lev, #proz_fast-lev, #to-pro_fast-lev, #in-de-pri_fast-lev, #in-de-priz_fast-lev, #to-price_fast-lev, #pro_fast-liq, #proz_fast-liq, #to-pro_fast-liq, #in-de-pri_fast-liq, #in-de-priz_fast-liq, #to-price_fast-liq {
  color: rgb(32, 178, 108);
}

#loss_fast-lev, #lossz_fast-lev, #to-loss_fast-lev, #in-de-pri_fast-lev_loss, #in-de-priz_fast-lev_loss, #to-price_fast-lev_loss, #loss_fast-liq, #lossz_fast-liq, #to-loss_fast-liq, #in-de-pri_fast-liq_loss, #in-de-priz_fast-liq_loss, #to-price_fast-liq_loss {
  color: #EF454A;
}

#copy-snackbar, #delete_snackbar {
  z-index: 1033;
  border-radius: 5px;
  background: rgb(255 255 255 / 90%);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  color:rgb(24, 24, 24) !important;
}

.mdl-snackbar__text {
  color:rgb(24, 24, 24) !important;
}

.but_left {
  text-align: left;
}

.mdl-tooltip {
  z-index: 1032;
}

ul.dropdown-menu {
  border: transparent;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.g-download-link-gen-cont {
  height: 16%;
  width: 50%;
  border-radius: 10px;
  border: 0px solid;
  background: rgb(32, 32, 32);
  text-align: left;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  margin: 0px auto;

}

.label_fileInput-cont {
  padding-top: 4%;
}

@media (max-width: 1100px) {
  .g-download-link-gen-cont {
    height: 18%;
    width: 65%;
  }
  #g_download_link_generate_but, #g_another_link_generate_but {
    min-width: 65%;
    margin-top: 8% !important;
  }
  .label_fileInput-cont {
    padding-top: 6%;
  }
}

@media (max-width: 930px) {
  .g-download-link-gen-cont {
    height: 18%;
    width: 75%;
  }
  #g_download_link_generate_but, #g_another_link_generate_but {
    min-width: 75%;
    margin-top: 8% !important;
  }
}

@media (max-width: 650px) {
  .g-download-link-gen-cont {
    height: 20%;
    width: 95%;
  }
  #fileInput {
    padding-top: 3% !important;
  }
  #g-another-tit, .g-download-tit {
    font-size: 30px !important;
  }
  #fileIdOutput {
    font-size: 14px !important;
  }
  #g_download_link_generate_but, #g_another_link_generate_but {
    min-width: 95%;
    margin-top: 8% !important;
  }
  .label_fileInput-cont {
    padding-top: 6%;
  }
  .g-download-cont-tit-tit {
    font-size: 18px !important;
  }
  .g-download-cont-tit {
    font-size: 12px !important;
  }
}

@media (max-width: 500px) {
  #g-another-tit, .g-download-tit {
    font-size: 26px !important;
  }
  #fileIdOutput {
    font-size: 12px !important;
  }
  #g_download_link_generate_but, #g_another_link_generate_but {
    min-width: 95%;
    margin-top: 10% !important;
  }
  .g-download-cont-tit-tit {
    font-size: 17px !important;
  }
  .g-download-cont-tit {
    font-size: 11px !important;
  }
}

#fileIdOutput_cont {
  color: #fff;
  padding-top: 4%;
  display: none;
  padding-left: auto;
  padding-right: auto;
  text-align: center;
}

#fileIdOutput {
  font-size: 18px;
}

.g-download-tit {
  color: #fff;
  text-align: center;
  padding-left: auto;
  padding-right: auto;
}

#fileInput:focus {
  background-color: transparent !important;
  outline: none;
  border-bottom: 2px solid #fff;
}

#fileInput {
  color: #fff;
  border: none;
  background-color: transparent !important;
  width: 96%;
  border-bottom: 1px solid rgb(256, 256, 256, 0.5);
}

#g_download_link_generate_but {
  margin-top: 5%;
  width: 50%;
  padding: 10px 0px;
  border-radius: 25px;
  border-color: white;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.8);
  margin-left: auto;
  margin-right: auto;
}

#g_another_link_generate_but {
  display: none;
  margin-top: 5%;
  width: 50%;
  padding: 10px 0px;
  border-radius: 25px;
  border-color: white;
  font-size: 20px;
  color: rgba(0, 0, 10, 0.8);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#g_download_link_generate_but:hover, #g_another_link_generate_but:hover {
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 1);
}

/* Navbar Styles nav-link-left, nav-link-center, nav-link-right */

.nav-link-left.active, .nav-link-center.active, .nav-link-right.active {
  color: white !important;
  background: #25282C !important;
  box-shadow: 0 0 20px rgb(0, 0, 0, 0.5) !important;
  border: white !important;
}

button#tab_lev.nav-link.active, button#tab_lev.nav-link {
  border-radius: 0px !important;
}

button#tab_qty.nav-link.active, button#tab_qty.nav-link {
  border-top-right-radius: 0px !important;
}

button#tab_liq.nav-link.active, button#tab_liq.nav-link {
  border-top-left-radius: 0px !important;
}

.nav-tabs {
  --bs-nav-tabs-border-color: rgb(33, 37, 41);
  border-bottom: none !important;
}

.nav {
  background: rgb(33, 37, 41);
  justify-content: center;
}

.nav-link-left, .nav-link-center, .nav-link-right {
  color: white !important;
  border: black !important;
  background: rgb(24, 24, 24) !important;
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: 0 0;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.nav-link-left {
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
}

.nav-link-right {
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}

.nav-link-left:hover, .nav-link-center:hover, .nav-link-right:hover {
  background: #25282C !important;
  box-shadow: 0 0 10px rgb(20, 20, 20, 0.3) !important;
  transition: background-color 0.7s ease !important;
}

.loadingHeight {
  height: 90% !important;
}

#sets_input:focus {
  outline: none;
  border: none !important;
  color: white;
  min-height: 24px !important;
}

.tradebook-item-number, .tradebook-item-open_time, .tradebook-item-close_time, .tradebook-item-coin, .tradebook-item-long_short, .tradebook-item-leverage, .tradebook-item-pl, .tradebook-item-wl {
  padding: 0px 10px;
  border-right: 1px solid white;
  max-height: 28.67px;
}

.tradebook-item-open_time, .tradebook-item-coin, .tradebook-item-leverage, .tradebook-item-wl {
  background: #333;
}

.tradebook-item-number, .tradebook-item-close_time, .tradebook-item-long_short, .tradebook-item-pl {
  background: #555;
}

.tradebook-cont-cont {
  display: flex;
}

.tradebook-cont {
  display: flex;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
}

.tradebook-pitem {
  margin-top: 2px;
  margin-bottom: 1px;
}

/* Item Widths */

.tradebook-item-number {
  min-width: 59.60px;
}

.tradebook-item-close_time, .tradebook-item-open_time {
  min-width: 150.67px;
}

.tradebook-item-coin {
  min-width: 176.4px;
}

.tradebook-item-long_short {
  min-width: 89.17px;
}

.tradebook-item-leverage {
  min-width: 79.05px;
}

.tradebook-item-pl {
  min-width: 138.23px;
}

.tradebook-item-wl {
  min-width: 78.40px;
}

/* Input Widths */

#tradebook_leverage {
  background: transparent;
  border: none;
  max-width: 58px;
  margin: 0px !important;
  padding: 0px !important;
  color: white;
  height: 100%;
}

#tradebook_pl {
  background: transparent;
  border: none;
  max-width: 117px;
  margin: 0px !important;
  padding: 0px !important;
  color: white;
  height: 100%;
}

#tradebook_open_time, #tradebook_close_time {
  background: transparent;
  border: none;
  max-width: 129px;
  margin: 0px !important;
  padding: 0px !important;
  color: white;
  height: 100%;
}

#tradebook_coin {
  background: transparent;
  border: none;
  margin: 0px !important;
  padding: 0px !important;
  color: white;
  height: 100%;
}

/* Smaller Widths */

@media (max-width: 1025px) {
  .tradebook-item-number {
    min-width: 54.04px;
  }

  .tradebook-item-close_time, .tradebook-item-open_time {
    min-width: 132.10px;
  }
  
  .tradebook-item-coin {
    min-width: 154.15px;
  }
  
  .tradebook-item-long_short {
    min-width: 79.39px;
  }
  
  .tradebook-item-leverage {
    min-width: 70.71px;
  }

  .tradebook-item-pl {
    min-width: 121.44px;
  }
  
  .tradebook-item-wl {
    min-width: 70.1px;
  }

  .tradebook-pitem, #tradebook_long_short {
    font-size: 12px;
  }

  /* Spacing Title */

  .spacingTopTradebook {
    padding-left: 480px !important;
  }

  /* Widths Inputs */

  #tradebook_leverage {
    max-width: 50px;
    font-size: 12px;
  }

  #tradebook_pl {
    max-width: 101px;
    font-size: 12px;
  }

  #tradebook_open_time, #tradebook_close_time {
    max-width: 111px;
    font-size: 12px;
  }

  #tradebook_coin {
    font-size: 12px;
  }
  
}

@media (max-width: 922px) {
  .tradebook-item-number {
    min-width: 48.48px;
  }

  .tradebook-item-close_time, .tradebook-item-open_time {
    min-width: 113.53px;
  }
  
  .tradebook-item-coin {
    min-width: 131.91px;
  }
  
  .tradebook-item-long_short {
    min-width: 69.59px;
  }
  
  .tradebook-item-leverage {
    min-width: 62.38px;
  }

  .tradebook-item-pl {
    min-width: 104.65px;
  }
  
  .tradebook-item-wl {
    min-width: 61.85px;
  }

  .tradebook-pitem, #tradebook_long_short {
    font-size: 10px;
  }

  .tradebook-cont-cont {
    min-width: 725px;
  }

  /* Spacing Title */

  .spacingTopTradebook {
    padding-left: 370px !important;
    white-space: nowrap !important;
  }

  /* Widths Inputs */

  #tradebook_leverage {
    max-width: 41px;
    font-size: 10px;
  }

  #tradebook_pl {
    max-width: 84px;
    font-size: 10px;
  }

  #tradebook_open_time, #tradebook_close_time {
    max-width: 92px;
    font-size: 10px;
  }

  #tradebook_coin {
    font-size: 10px;
  }

}