chartsAndTablesView.wrapper {
  max-width: 2500px !important;
}

.sppb-row-container {
  margin-left: 0px;
}

h3,
h4,
h2,
h1 {
  /*color: #13bd1f !important;*/
  color: #13bd1f;
}

header {
  font-family: Helvetica, Arial;
}

.searchbox {
  width: 130px !important;
}

#logo {
  display: flex;
  align-items: center;
}

#logo p {
  margin-bottom: 0 !important;
  margin-top: 0.5rem !important;
}

.sppb-row-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .sppb-row-container,
  .wrapper {
    width: 768px;
  }
}

@media (min-width: 992px) {
  .sppb-row-container,
  .wrapper {
    width: 992px;
  }
}

/*1280*768*/
@media (min-width: 1270px) {
  .sppb-row-container,
  .wrapper {
    width: 1240px;
  }
}

/*1366x768*/
@media (min-width: 1350px) {
    .sppb-row-container,
    .wrapper {
        width: 1326px;
    }
}

/*1440x900*/
@media (min-width: 1430px) {
    .sppb-row-container,
    .wrapper {
        width: 1400px;
    }
}

/*1536x864*/
@media (min-width: 1520px) {
    .sppb-row-container,
    .wrapper {
        width: 1496px;
    }
}

/*1680x1050*/
@media (min-width: 1650px) {
    .sppb-row-container,
    .wrapper {
        width: 1640px;
    }
}

/*1920x1080*/
@media (min-width: 1900px) {
  .sppb-row-container,
  .wrapper {
    width: 1900px;
  }
}

/*2560x1440*/
@media (min-width: 2500px) {
  .sppb-row-container,
  .wrapper {
    width: 2200px;
  }
}

/* 992px vagy kisebb képernyőnél vízszintesen, soronként jelennek meg az input mezők */
@media (max-width: 992px) {
  .manualcontrolsdivChild {
    width: 100%;
    justify-content: space-between;
  }
  #egyedi_kereses {
    display: block;
    float: right;
    margin: 0 0 1em 0;
  }
  .strategiacontrols select {
    margin: 0 !important;
  }
  .modal-content {
    top: 75px;
  }
}

@media (max-width: 1200px) {
  .strategiacontrols {
    flex-wrap: wrap;
  }
  .stragiacontrolsWrap {
    display: flex;
    align-items: center;
  }
  .stragiacontrolsWrap input {
    margin: 0.5em 0 !important;
  }
}

h3,
h4,
h2 {
  /*color: #13bd1f !important;*/
  color: #13bd1f;
}

.p-4 {
  padding: 0 0rem 1.5rem 0rem !important;
}

.AppContainer {
  max-width: 100%;
  position: relative;
}

#defaultTable {
  width: initial !important;
  float: left;
  position: relative;
}

.disclaimer {
  content: "Késleltetett adatok!";
  color: gray;
  position: absolute;
  right: 0;
  top: -24px;
}

table th {
  width: initial !important;
}

table img {
  cursor: pointer;
}

.container-md {
  width: auto;
  margin-right: 1px;
  margin-left: 0%;
}

.fixedHeader-floating {
  z-index: 1000;
  width: initial !important;
}

#manualcontrolsdiv {
  padding: 0 0 0.5rem 0 !important;
  display: none;
  align-items: baseline;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.manualcontrolsdivDiffContainer {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}

.manualcontrolsdivChild {
  display: flex;
  align-items: center;
  padding: 0 1em 0.8em 0;
}

.manualcontrolsdivChildInput {
  display: flex;
  align-items: center;
}

.manualcontrolsdivChildInput span {
  padding: 0 0.5em;
}

.manualcontrolsdivChild > span {
  padding: 0 0.6em 0 0;
}

.stratcustom {
  max-width: 100%;
}

.alert {
  margin-top: 10px;
  display: inline;
}

.strategiacontrols,
.stragiacontrolsWrap {
  display: flex;
  align-items: center;
}

.strategiacontrols select,
.strategiacontrols input {
  margin: 0 1em;
}

input,
select {
  margin-right: 5px;
  margin-left: 5px;
}

#dataheatmap table {
  border-collapse: collapse;
  border: 1px solid black;
  margin-bottom: 30px;
  width: initial;
}
#dataheatmap td,
#dataheatmap tr {
  border: 1px solid black;
}

#dataheatmap td {
  padding: 5px 10px !important;
}

#divHeatmap {
  display: none;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #14bd1f;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.col_hideToggler {
  color: gray !important;
}

#marketClosed {
  color: red;
  display: none;
  padding: 0 0 0.5rem 0;
}

.betaIcon {
  position: absolute;
  top: -25px;
  right: 0;
  color: gray;
  border: 1px solid gray;
  border-radius: 5px;
  font-size: 14px;
  padding: 0px 4px;
  font-weight: bold;
}

div.dt-buttons {
  margin-top: 1.5em;
  display: block;
  width: 100%;
}

.multiselect-container {
  max-height: 400px !important;
  overflow: auto !important;
  position: absolute !important;
  top: 38px !important;
  left: 0px !important;
  transform: none !important;
}

.btn-group {
  position: relative;
}

.successfulMessage {
  display: none;
  margin: 0 0 0 1em;
}

#scancontrolsdiv {
  padding: 1em 1em 0.8em 0;
}

.ticker_cell {
  font-weight: bold;
}

.ticker_price {
  margin: 0 0 0 2em;
  cursor: pointer;
}

.pointer {
  cursor: pointer;
}

.beforeDefaultTable {
  position: absolute;
  top: -48px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

#wishlistFeedbackForm,
#myListsForm {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
}

#wishlistFeedback,
#myListsContainer {
  display: none;
}

#feedbackTextarea {
  min-height: 120px;
}

.feedbackMessage {
  display: none;
}

.feedbackMessage a {
  display: block;
}

#feedbackSuccessfulMessage {
  color: green;
  font-size: 18px;
}

#feedbackFailedMessage,
#feedbackFailedLengthMessage {
  color: red;
}

.table_cell_arrow {
  position: absolute;
}

table thead .table_cell_arrow {
  display: none;
}

#helpText {
  display: none;
  margin: -1.5em 0px 0.5em 0.2em;
}

#helpTextA {
  display: block;
}

.modal {
  background: rgba(0, 0, 0, 0.9);
}

.modal-header {
  display: block;
}

.modal-header button {
  opacity: 1;
  color: black;
}

.modal-backdrop.fade.show {
  display: none;
}

#chartModal,
#tradingViewModal {
  padding-top: 0;
}

#chartModal .modal-dialog,
#tradingViewModal .modal-dialog {
  height: 60%;
  max-width: 50%;
  padding: 0;
}

#chartModal .modal-body,
#tradingViewModal .modal-body {
  height: calc(100% - 69px);
}

#tradingViewModal .chart-container,
#tradingview_bfe66,
.tradingview-widget-container {
  height: calc(100% - 1.5em);
}

#chartModal .modal-content,
#tradingViewModal .modal-content {
  height: 100%;
  max-width: 100%;
  padding: 0;
  width: 100%;
  margin: auto;
}

.modal-content {
  width: initial !important;
  max-width: initial !important;
}

table tr[role="row"] td:first-child img {
  margin: 0 6px;
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.close {
  margin: 0 !important;
  padding: 0 !important;
}

.close span {
  display: block;
}

/* min max */
.minMaxContainer {
  border: 1px solid #ced4da;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  color: black;
  background: #fff;
}

.minMaxContainer:before,
.minMaxContainer:after {
  content: "MIN";
  position: absolute;
  background: #28a745;
  width: 40%;
  top: 0px;
  left: 0;
  font-size: 14px;
  color: white;
  font-weight: bold;
  text-align: center;
  border-radius: 5px 5px 0 0;
  transition: top 0.1s;
  z-index: -1;
}

.minMaxContainer:after {
  content: "MAX";
  right: 0;
  left: initial;
}

.minMaxContainer input {
  padding: 0 5px !important;
  border: 0 !important;
  margin: 0;
  outline: 0 !important;
  box-shadow: 0 0 0 !important;
  width: 60px !important;
}

.showMinMax:after,
.showMinMax:before {
  top: -20px;
}

#chartAnnotation {
  position: absolute;
  left: 0;
  top: 0;
}

.modal-content,
#caption {
  animation-duration: 0.3s !important;
}

#myListsCheckBoxes {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
}

#myListsForm {
  width: 100%;
}

#myListsCheckBoxes div {
  width: 7%;
}

label {
  vertical-align: text-top;
}

.myListsFormHeader {
  margin: 1em 0;
  display: flex;
  width: 100%;
  align-items: center;
}

#myListsFormSelect {
  width: auto;
  min-width: 150px;
}

#myListsFormCreateNew {
  display: flex;
  margin: 0 2em;
}

#myListsDeleteButton {
  display: none;
}

#messages {
  color: red;
  display: none;
  padding: 0 0 0.5rem 0;
}

.tickerPairsContainer {
  display: none;
}

#loading_ticker {
  display: none;
}

#ivchangeContainer {
  display: none;
}

#expectedMoveContainer {
  display: none;
}

#exptectedMoveForm .manualcontrolsdiv {
  display: flex;
  flex-direction: row;
}

.expected-table-head {
  background-color: #ebebeb;
}

.table-bold-bordered,
.table-bold-bordered td {
  border: 1px solid #797979 !important;
}

.table-bold-bordered .ticker_cell {
  text-align: center;
  vertical-align: middle;
}

#timeLapseContainer,
#timeLapseCanvasContainer,
#rowscollapseLink {
  display: none;
}

#expDiffTimeLapse + .btn-group.show ul,
#target_expiration + .btn-group.show ul,
#target_strike + .btn-group.show ul {
  width: 200px;
}

#tradingwidgets_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

#tradingwidgets_container > div {
  margin: 0.5% 0;
}

#expGraphsAndTablesView_paging,
#tradingwidgets_paging,
#chartsAndTablesView_paging,
#comboView_paging {
  margin: 12px auto !important;
  display: block;
  width: 100%;
  text-align: center;
}

#expGraphsAndTablesView_paging a,
#tradingwidgets_paging a,
#chartsAndTablesView_paging a,
#comboView_paging a {
  margin: 0 6px;
  cursor: pointer;
  padding: 4px;
  color: #0056b3 !important;
}

table.dataTable tbody th,
table.dataTable tbody td {
  position: relative;
}

.video {
  aspect-ratio: 16 / 9;
  width: 100% !important;
}

.videorow {
  display: flex;
}

.videocolumn {
  flex: 50%;
  margin-right: 30px !important;
  margin-bottom: 30px !important;
}

.introjs-tooltip-title {
  display: none;
}

.introjs-tooltip {
  width: 400px; /* adjust this value as needed */
}

#chartsAndTablesView {
  background-color: #ffffff;
  padding: 0px 32px 32px 32px;
}

#expGraphsAndTablesView {
  background-color: #ffffff;
  padding: 0px 32px 32px 32px;
}

#comboView {
  background-color: #ffffff;
  padding: 0px 32px 32px 32px;
}

.tooltip {
  z-index: 100000000 !important;
  position: fixed;
}

.comboview-container {
  margin-bottom: 32px;
}

.comboview-flex-container { 
  display: flex;
  flex-wrap: nowrap;
  margin-top: 12px;
}

.comboview-flex-item {
  flex: 1; /* minden elem egyenlő helyet foglaljon el */
  min-width: 0; /* engedd meg az elemeknek, hogy zsugorodjanak szükség esetén */
  width: 50%; /* az elemek szélességének pontos beállítása */
  height: 600px; /* vagy amilyen magasnak szeretnéd */
}
