*,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.main-tinikke {
  background-color: #ffffff;
}
.page-footer {
  background-color: #fd0000;
}
.page-content {
  background-color: #400d02;
}
.page-bar {
  padding: 0;
  background-color: #f1f4f7;
  margin-bottom: 0px;
  border-radius: 0;
}
.page-bar marquee{
    padding: 10px 0px 7px;
    font-size: 19px;
    color: #400d02;
    font-weight: bold;
}
.tabbable-line > .nav-tabs > li > .normal-txt {
  font-size: 16px;
  color: #fff;
}
.tabbable-line > .nav-tabs > li > .normal-txt:hover {
  font-size: 16px;
  color: #fff;
}
.tabbable-line > .nav-tabs > li.active > .normal-txt {
  border: 0;
  color: #ffffff;
  font-size: 16px;
}

.top-button-section {
  text-align: right;
}
.top-action-button {
  padding: 10px;
}

.single-game-main {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.game-column {
  width: 150px;
  display: flex;
  flex-direction: column;
}
.game-column > .game-column-in {
  width: 100%;
  border: 1px solid #fff;
  text-align: center;
}
.game-column > .game-column-in label {
text-align: center;
font-size: 20px;
color: #fff;
}
.game-column > .game-column-in input {
text-align: center;
font-size: 19.3px;
color: #000000;
width: 100%;
}
@media (max-width: 575px) {
  .container {
    margin: 0;
    padding: 0;
  }
}

.input_alert {
  margin-top: 3px;
  font-size: 12px !important;
  margin-bottom: 0px;
}
.inp-alert-default{
  color: #737373 !important;
}

.no-search .select2-search {
  display:none
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}