.main-sidebar,
.left-side {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 0px !important;
  min-height: 100%;
  width: 230px;
  z-index: 810;
  transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}

.content-wrapper {
  padding-top: 50px !important;
}

/*marquee START*/
.marquee {
  display: none;
}

* {
  margin: 0;
  padding: 0;
}
#display {
  height: 35px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
#text {
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  left: 10px;
  margin-right: 10px;
  top: 10px;
}

body {
  font-size: 18px;
}

.modal-body {
  font-size: 18px;
}

#popup .modal-body {
  height: 80%;
}
/*selectbet overlay START*/
#selectbet .container {
  position: relative;
}

#selectbet .image {
  display: block;
  width: 100%;
  height: auto;
}

#selectbet .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #008cba;
}

#selectbet .container:hover .overlay {
  opacity: 1;
}

#selectbet .text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.result-card {
  border-radius: 1px;
  background: #ffc20f;
  padding: 10px;
  margin: 5px;
}

.result-content,
.result-content-lg,
.result-content-xs {
  padding: 5px;
  background: white;
  border-bottom: 1px solid #ffc20f;
  color: black;
}

.M {
  background: #ffc20f;
}
.P {
  background: #101468;
}
.T {
  background: #f72a24;
}
.S {
  background: #00689e;
}
.B {
  background: #e90f13;
}
.W {
  background: #d95c64;
}
.K {
  background: #29a05b;
}

#calendar .datepicker-inline {
  width: 100%;
}
#calendar .datepicker table {
  width: 100%;
}
#calendar .datepicker table tr td.active.active {
  background-color: #00a65a;
}

.productbox {
  background-color: #ffffff;
  padding: 10px;
  margin: 5px 0;
  border: 1px solid #cfcfcf;
  -moz-box-shadow: 2px 2px 4px 0px #cfcfcf;
  -webkit-box-shadow: 2px 2px 4px 0px #cfcfcf;
  -o-box-shadow: 2px 2px 4px 0px #cfcfcf;
  box-shadow: 2px 2px 4px 0px #cfcfcf;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=134, Strength=4);
}

.producttitle {
  font-weight: bold;
  font-size: 1.2em;
  padding: 5px 0 5px 0;
}

.producttext {
}

.productprice {
  border-top: 1px solid #dadada;
  padding-top: 5px;
}

.pricetext {
  font-weight: bold;
  font-size: 1.4em;
}

#selectbet .container {
  padding: 0px;
}

.navbar img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  margin: auto;
}

#customerEditLimitsets .editable-click,
a.editable-click,
a.editable-click:hover,
#headqEditLimitsets .editable-click,
a.editable-click,
a.editable-click:hover {
  text-decoration: none;
  border-bottom: dashed 1px white;
}

#customerEditLimitsets a,
#headqEditLimitsets a {
  color: white;
}

.result-col {
  margin: -5px 0;
  padding: 10px 0;
}
.block {
  display: block !important;
}
.result-label.block,
.block.result-label-lg,
.block.result-label-xs,
.block.result-label-xxs {
  margin-bottom: 10px;
}
.result-col + .result-col {
  border-left: 1px solid #ffc20f;
}
.result-content,
.result-content-lg,
.result-content-xs {
  padding: 5px;
  background: white;
  border-bottom: 1px solid #ffc20f;
  color: black;
}
.result-label,
.result-label-lg,
.result-label-xs,
.result-label-xxs {
  font-family: "Asap", sans-serif;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.1;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  color: #666666;
}
.result-number,
.result-number-lg,
.result-price-lg,
.result-price {
  font-size: 16px;
  font-family: "Asap", sans-serif;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.gdnumber {
  padding: 5px;
}

.gdalphabet {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.gdresult {
  padding-left: 10px !important;
  padding-right: 0px !important;
}

.alert.alert-danger ul > li {
  list-style: none;
}
/*# sourceMappingURL=custom.css.map */

.invest-number-container {
  margin: 0px;
  border: solid 1px;
  background-color: #ffc20f;
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.invest-number {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.img-responsive {
  width: auto;
  height: 100px;
}

/* timeline */
ul.timeline {
  list-style-type: none;
  position: relative;
}
ul.timeline:before {
  content: " ";
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 100%;
  z-index: 400;
}
ul.timeline > li {
  margin: 20px 0;
  padding-left: 50px;
}
ul.timeline > li:before {
  content: " ";
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #22c0e8;
  left: 20px;
  width: 20px;
  height: 20px;
  z-index: 400;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
