/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./resources/assets/styles/components/list-tips.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************/
.bt__bets tr:not(:last-child) td {
  border-bottom: 1px solid #D5DCD5;
}
.bt__logo {
  width: 50px;
  height: 30px;
}
.bt__input {
  width: 50px;
  height: 35px;
  color: var(--dark);
  text-align: right;
}
.bt__input::-moz-placeholder {
  color: #919191;
}
.bt__input:-ms-input-placeholder {
  color: #919191;
}
.bt__input::placeholder {
  color: #919191;
}
.bt .calc-open {
  border: 1px solid var(--third);
  background-color: #fff;
  color: var(--third);
}
@media (min-width: 768px) {
  .bt__risk {
    position: absolute;
    top: -12px;
    left: 30px;
    z-index: 2;
  }
  .bt__clm {
    flex: 0 0 auto;
    width: 285px;
  }
}
