body {
  background-color: #000;
  margin: 0;
  color: #fff;
  font-family: Georgia, serif;
  text-align: center
}
a.btn_jodi {
  background: #c0392b;
  color: #fff;
  border: solid 1px #c0392bba;
  font-size: 0.7em;
  font-weight: bold;
  padding: 4px 10px;
  border-radius: 8px 0px 0px 8px;
  position: absolute;
  left: 31px;
  margin-top: 22px;
}

.cs-heading {
    padding-left: 15px;
    margin: 3px;
    color: #ff250b;
    font-style: normal;
}

.cs-txt {
    padding-left: 15px;
    padding-right: 15px;
    font-style: normal;
}

.marquee {
    color: #000;
    font-size: 16px;
    font-family: Georgia;
    margin-top: 1px;
    margin-bottom: 1px;
}

a.btn_panel {
  background: #c0392b;
  color: #fff;
  border: solid 1px #c0392bba;
  font-size: 0.7em;
  font-weight: bold;
  padding: 4px 10px;
  border-radius: 0px 8px 8px 0px;
  position: absolute;
  right: 31px;
  margin-top: 22px;
}

a {
  color:#b71c1c;
  text-decoration: none
}

/* a:hover {
  color:#b7296b;
  text-decoration: none;
  font-family: Georgia, serif
} */

h1 {
  font-size: 1.7em;
  margin: 0;
  padding: 4px;
  text-decoration: overline
}

h2 {
  margin: 0;
  padding: 5px
}

h3 {
  margin: 0;
  padding: 5px
}

h4 {
  margin: 0;
  padding: 5px
}

h5 {
  background-color: #000;
  color: #fff;
  border-width: 4px;
  border-color: #f3f;
  border-style: double;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 700
}

p {
  margin: 0;
  padding: 7px
}

ul {
  font-weight: 700;
  list-style-type: none;
  margin: 4;
  padding: 0;
  overflow: hidden;
  background-color: #333;
  border-radius: 12px
}

li {
  float: left;
  border-right: 1px solid #bbb
}

li:last-child {
  border-right: none
}

li a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none
}

li a:hover:not(.active) {
  background-color: #111
}

.active {
  background-color: #f10f08
}

.mt-3, .my-3 {
  margin-top: 1rem!important
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: -20px;
  padding-left: -20px;
  margin-bottom: 5px
}

.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
  border-top: 0
}

.panel_6 {
  background: linear-gradient(to right, rgb(17, 153, 142), rgb(56, 239, 125))
}

.mb-1, .my-1 {
  margin-bottom: .25rem!important
}

.mb-0, .my-0 {
  margin-bottom: 0!important
}

.col-md-6 {}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0
}

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0
}

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

.pr-0, .px-0 {
  padding-right: 0!important
}

.pb-0, .py-0 {
  padding-bottom: 0!important
}

.pl-0, .px-0 {
  padding-left: 0!important
}

.headd {
  font-size: 1rem;
  font-weight: 600;
  color: #c00
}

.border-right {
  border-right: 1px solid #dee2e6!important
}

.textt {
  font-size: 1rem;
  font-weight: 600;
  color: #705ecf
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.number {
  font-size: 2rem;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  display: inline-block;
  color: #fff
}

* {
  box-sizing: border-box
}

.khatri-chart {
  color: #000;
  font-size: 1.25rem;
  font-family: merriweather sans, sans-serif;
  padding: 2%
}

.flex-container {
  display: flex;
  flex-direction: row;
  text-align: center
}

.flex-item-left {
  background-color: #fdf2e9;
  box-shadow: 1px 2px 4px 1px #d0d3d4;
  padding: 15px 0;
  border-radius: 4px;
  margin: 8px;
  flex: 50%
}

.flex-item-right {
  background-color: #fff;
  box-shadow: 1px 2px 4px 1px #d0d3d4;
  padding: 15px 0;
  border-radius: 4px;
  margin: 8px;
  flex: 50%
}

@media(max-width:750px) {
  .flex-container {
    font-size: 21px;
    display: flex;
    flex-direction: row;
    text-align: center;
    flex-direction: column
  }
  .number {
    font-size: 1.5rem;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    display: inline-block;
    color: #fff
  }
}

.content {
  text-align: center;
  font-family: myfont1;
  font-weight: 700;
  font-size: 18px;
  border-bottom: 2px solid #ccc;
  padding: 8px;
  color: #00f
}

.contentend {
  text-align: center;
  font-family: myfont1;
  font-weight: 700;
  font-size: 18px;
  padding: 8px;
  color: #00f
}

.contentmid {
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  margin-bottom: 5px
}

.winnerlist {
  color: #fff;
  padding: .5rem!important;
  font-weight: 700;
  font-size: 20px;
  background: #000046;
  background: -webkit-linear-gradient(to right, #1CB5E0, #000046);
  background: linear-gradient(to right, #1CB5E0, #000046);
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem
}

.winner {
  border: 2px solid #095dd0;
  border-radius: .25rem;
  margin-top: 4px;
  margin-bottom: 4px
}

.winner p {
  color: #edf2fa;
  font-size: 22px;
  display: block;
  border-bottom: 2px solid #095dd0;
  padding: 5px
}

.winner p:last-child {
  border-bottom-width: 0
}

.panel_1 {
  padding: .4rem!important;
  font-size: 20px;
  background: linear-gradient(to right, rgb(255, 81, 47), rgb(240, 152, 25));
  border-radius: .25rem;
  margin-top: 1rem!important;
  margin-bottom: .5rem!important
}

.panel_3 {
  padding: .4rem!important;
  font-size: 20px;
  background: linear-gradient(to right, rgb(89, 193, 115), rgb(161, 127, 224), rgb(93, 38, 193));
  border-radius: .25rem;
  margin-bottom: .5rem!important
}

.panel_5 {
  padding: .4rem!important;
  font-size: 20px;
  background: linear-gradient(to right, rgb(138, 35, 135), rgb(233, 64, 87), rgb(242, 113, 33));
  border-radius: .25rem;
  margin-bottom: .5rem!important
}

.panel_13 {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  padding-bottom: .25rem!important;
  padding-top: .25rem!important;
  padding-right: .25rem!important;
  padding-left: .25rem!important;
  background: linear-gradient(to right, rgb(251, 211, 233), rgb(187, 55, 125))
}

.panel_12 {
  padding-bottom: .25rem!important;
  padding-top: .25rem!important;
  padding-right: .25rem!important;
  padding-left: .25rem!important;
  background: linear-gradient(to right, rgb(85, 98, 112), rgb(255, 107, 107));
  border-radius: .25rem;
  margin-top: 1rem!important;
  margin-bottom: .7rem!important
}

.panel_2 {
  background: linear-gradient(to right, rgb(237, 33, 58), rgb(147, 41, 30))
}

.panel_4 {
  background: linear-gradient(to right, rgb(20, 136, 204), rgb(43, 50, 178))
}

.panel_6 {
  background: linear-gradient(to right,#fbc02d, #f4511e )
}

.panel_7 {
  background: linear-gradient(to right, rgb(168, 192, 255), rgb(63, 43, 150))
}

.panel_8 {
  background: linear-gradient(to right, rgb(32, 0, 44), rgb(203, 180, 212))
}

.panel_9 {
  background: linear-gradient(to right, rgb(6, 175, 175), rgb(65, 148, 127), rgb(13, 193, 145))
}

.panel_10 {
  background: linear-gradient(to right, rgb(203, 53, 107), rgb(189, 63, 50))
}

.controllor {
  padding: .7rem!important;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  font-weight: 700;
  font-size: 19px
}

.gd_2 {
  background: linear-gradient(to right, rgb(116, 235, 213), rgb(172, 182, 229))
}

.gd_3 {
  background: linear-gradient(to right, rgb(3, 0, 30), rgb(115, 3, 192), rgb(236, 56, 188), rgb(253, 239, 249))
}

.gd_4 {
  background: linear-gradient(to right, rgb(21, 153, 87), rgb(21, 87, 153))
}

.gd_5 {
  background: linear-gradient(to right, rgb(75, 108, 183), rgb(24, 40, 72))
}

.gd_6 {
  background: linear-gradient(to right, rgb(220, 36, 36), rgb(74, 86, 157))
}

.bg-grad-14 {
  padding: 8px;
  background-image: linear-gradient(90deg, #00da76 0%, #009fff 100%)!important
}

.btn-refresh {
  padding: .25rem .75rem;
  color: #fff;
  border-radius: 1rem;
  margin-top: .25rem;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem
}

.gd_1 {
  background: linear-gradient(to right, rgb(252, 74, 26), rgb(247, 183, 51))
}

.golden2 {
  border-left: 6px solid #e74c3c;
  border-right: 6px solid #e74c3c;
  border-top: 3px solid #e74c3c;
  border-bottom: 3px solid #e74c3c;
  background-color: #fcf3cf;
  color: blue;
  border-radius: 10px;
  padding: 10px;
  font-weight: 700;
  font-style: italic;
  font-size: 20px;
  text-shadow: 1px 1px gold;
  margin-top: 10px;
  margin-bottom: 10px
}

.BHORUM2 {
  background-color:#ffc107;
  color: #000;
  border-width: 3px;
  border-color: #f1948a;
  border-style: groove;
  margin-bottom: 7px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: 700;
  font-size: large
}

.BHORUM {
  background-color: #f9d6e5;
  color: #000;
  border-width: 3px;
  border-color: #fda9cd;
  border-style: ridge;
  margin-bottom: 7px;
  border-radius: 4px;
  padding: 8px;
  font-weight: 700;
  font-size: large
}

#logo {
  border-width: 2px;
  border-color: #b71c1c;
  border-style: groove;
  background-color: #000;
  margin-top: 4px;
  margin-bottom: 10px;
  margin-left: 2px;
  margin-right: 2px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 700;
  font-style: italic;
  border-radius: 4px;
  text-align: center
}

@media only screen and (min-width:768px) {
  .anim {
    position: relative;
    top: -25px;
    right: 43%
  }
}

@media(max-width:576px) {
  .anim {
    position: relative;
    top: -25px;
    right: 30%
  }
  .max {
    transition: transform .5s
  }
  .max:hover {
    transform: scale(1.03);
    transform-style: preserve-3d
  }
}

.bg_1 {
  padding: 8px;
  background: linear-gradient(to right, #6d4c41, #37474f)
}

.bg_2 {
  padding: 8px;
  background: linear-gradient(to right, #6d4c41, #37474f)
}

.btn-refresh {
  padding: .25rem .75rem;
  color: #fff;
  border-radius: 1rem;
  margin-top: .25rem;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2rem
}

.bg-1 {
  background: #c00!important
}

.bg-2 {
  background: #00755c!important
}

.bg-3 {
  background: #705ecf!important
}

.anim .heartbit {
  position: absolute;
  top: -20px;
  right: -4px;
  height: 25px;
  width: 25px;
  z-index: 10;
  border: 5px solid #f62d51;
  border-radius: 70px;
  -moz-animation: heartbit 1s ease-out;
  -moz-animation-iteration-count: infinite;
  -o-animation: heartbit 1s ease-out;
  -o-animation-iteration-count: infinite;
  -webkit-animation: heartbit 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.anim .point {
  width: 6px;
  height: 6px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #f62d51;
  position: absolute;
  right: 6px;
  top: -10px
}

@-moz-keyframes heartbit {
  0% {
    -moz-transform: scale(0);
    opacity: 0
  }
  25% {
    -moz-transform: scale(.1);
    opacity: .1
  }
  50% {
    -moz-transform: scale(.5);
    opacity: .3
  }
  75% {
    -moz-transform: scale(.8);
    opacity: .5
  }
  100% {
    -moz-transform: scale(1);
    opacity: 0
  }
}

@-webkit-keyframes heartbit {
  0% {
    -webkit-transform: scale(0);
    opacity: 0
  }
  25% {
    -webkit-transform: scale(.1);
    opacity: .1
  }
  50% {
    -webkit-transform: scale(.5);
    opacity: .3
  }
  75% {
    -webkit-transform: scale(.8);
    opacity: .5
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0
  }
}

.Game-zone {
  background-color: #fff;
  color: #000;
  font-weight: 700;
  font-style: italic;
  font-size: 22px;
  text-decoration: none;
  border: 1px solid silver;
  margin: 7px;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 1px 2px 4px 1px #d0d3d4;
  text-shadow: 1px 1px silver
}

.Game-zone a {
  color: red;
  text-decoration: none
}

.heading {
  background-color: #ffffff;
  color: #1c1c1c;
  border-bottom: 2px solid #f7dc6f;
  margin-bottom: 10px;
  margin-left: 2px;
  margin-right: 2px;
  border-radius: 5px;
  padding: 7px;
  font-size: large;
  text-align: center
}

.menu {
  background-color: #040404;
  background-image: url(../img/blackm.gif);
  background-repeat: repeat-x;
  background-position: 50% bottom;
  margin-top: 1px;
  margin-bottom: 1px;
  padding: 2px;
  border: #353535 solid 1px
}

.panel-heading {
  background-color: #337ab7;
  color: #fff;
  padding: 10px 15px;
  border-bottom: 4px solid #2c6ca3;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  margin-top: 7px;
  font-weight: 700;
  font-size: large
}

.panel-headingr {
  background-color:#f57f17;
  color: #fff;
  padding: 10px 15px;
  border-bottom: 2px solid #a52661;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  font-weight: 700;
  font-size: large
}

.res-dec {
  margin: 0;
  box-sizing: inherit;
  background-color: transparent;
  color: #af0000;
  text-decoration-line: none;
  font-weight: 700;
  font-size: 1.5rem;
  -webkit-text-fill-color: #af0000;
  pointer-events: none
}

.res-title {
  color:black;
  text-decoration-line: none;
  font-weight: 700;
  font-size: 1.5rem
}

.text-dark {
  font-style: bold;
  color: #343a40!important;
  font-size: 22px;
  margin: 0!important;
  padding: 0!important
}

.text-result {
  font-style: bold;
  color: #e74c3c!important;
  font-size: 22px;
  margin: 0!important;
  padding: 0!important
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416!important
}

.result {
  background-color: #fff;
  box-shadow: 1px 2px 4px 1px #d0d3d4;
  padding: 15px 0;
  border-radius: 4px;
  margin-bottom: 8px
}

.bg-yellow {
  background-color: #fbc02d;  
}

.live-update {
  color: #000;
  padding: 8px;
  font-weight: 700;
  color: #d35400;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-size: 21px;
  background: #fff;
  background: -moz-linear-gradient(top, #e64a19 0%, #ff5722c7  100%);
  background: -webkit-linear-gradient(top, #e64a19 0%, #ff5722c7  100%);
  background: linear-gradient(to bottom, #e64a19 0%, #ff5722c7  100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04', GradientType=0)
}

.group-item:hover {
  background: linear-gradient(to right, rgb(201, 255, 191), rgb(255, 175, 189));
  cursor: pointer
}

.red {
  color: red;
  margin-right: 15px
}

.dark {
  color: #343a40!important;
  margin-left: 15px;
  font-family: Arial, Helvetica, sans-serif
}

.gold {
  color: gold
}

.black {
  color: #000
}

.white {
  color: #fff
}

.green {
  color: green
}

.blue {
  color: #00f
}

.maroon {
  color: maroon
}

.darkgreen {
  color: #006400
}

.purple {
  color: purple
}

.time {
  font-size: 13px;
  color: red
}

.r12 {
  background-color: #e4fe4f
}

.panel-headingz {
  background-color:#ff7043;
  color: #fff;
  padding: 10px 15px;
  border-bottom: 4px solid #117a65;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  font-weight: 700;
  margin-top: 7px;
  font-size: large
}

.live-heading {
  background-color: #ff8a65;
  color: #fff;
  padding: 11px;
  border-bottom: 4px solid #283747;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  font-weight: 700;
  margin-top: 7px;
  font-size: large
}

.panel-heading2 {
  background-color: #311b92;
  color: #fff;
  margin-bottom: 0;
  padding: 10px 15px;
  border-bottom: 1px solid #2874a6;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  font-weight: 700;
  font-size: large
}

.panel-heading4 {
  background-color: #f7dc6f;
  color: #000;
  padding: 10px 15px;
  border-bottom: 4px solid #f1c40f;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  font-weight: 700;
  font-size: large
}

.panel-heading6 {
  background-color:#880e4f;
  color: #fff;
  margin: 2px;
  padding: 10px 15px;
  border-bottom: 4px solid #616364;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  font-weight: 700;
  font-size: large
}

.panel-wog {
  background-color: #fff;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px
}

.setSize {
  text-align: center;
  border: 1px solid #e484b1;
  padding: 10px;
  margin: 3px;
  border-radius: 7px
}

.setSize:hover {
  color: #000;
  background-color: #fcbad9
}

.setSize2 {
  text-align: center;
  border: 1px solid #e484b1;
  font-size: 21px;
  padding: 10px;
  margin: 3px;
  border-radius: 7px
}

.setSize2:hover {
  color: #000;
  background-color: #fcbad9
}

.panel-body {
  color: #000;
  text-align: left;
  font-weight: 700;
  font-size: 19px;
  margin-bottom: 5px;
  padding: 4px
}

.login {
  background-color: #fff;
  color: #000;
  border-style: groove;
  font-weight: 700;
  margin-top: 7px;
  margin-bottom: 7px;
  font-style: italic;
  border-top: 2px solid #ff0040;
  border-bottom: 2px solid #ff0040;
  border-left: 5px solid #ff0040;
  border-right: 5px solid #ff0040;
  font-size: large;
  text-decoration: blink;
  padding: 7px;
  border-radius: 8px
}

.right {
  float: right!important
}

.left {
  text-align: left
}

.button {
  display: inline-block;
  border-radius: 4px;
  padding: 10px 20px;
  transition: all .5s;
  cursor: pointer;
  font-size: 16px;
  margin: 4px 2px
}

.button2 {
  background-color: #008cba;
  border: 1px solid #1b4f72
}

.button3 {
    background-color: #ffffff;
    border: 2px solid #bf360c;
    font-weight: 700;
}

.button4 {
  background-color: #eb984e;
  border: 1px solid #ca6f1e;
  color: #000
}

.button5 {
  background-color: #5499c7;
  border: 1px solid #2471a3;
  color: #000
}

.fixed {
  background-color: #f5b041;
  border-bottom: 2px solid #d68910;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  text-align: center;
  margin-top: 8px;
  margin-left: 5px;
  margin-right: 5px;
  color: #1c2833;
  padding: 9px;
  font-weight: 700;
  font-size: 23px
}

.fixed-panna {
  background-color: #3498db;
  border-bottom: 2px solid #2874a6;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  text-align: center;
  margin-top: 8px;
  margin-left: 5px;
  margin-right: 5px;
  color: #ebf5fb;
  padding: 9px;
  font-weight: 700;
  font-size: 23px
}

.Page table {
  border: 3px solid #ecf0f1;
  text-align: center;
  padding: 10px
}

.Page a {
  color: #000
}

table {
  border-collapse: collapse
}

th {
  text-align: inherit
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529
}

.table th, .table td {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
  border-top: 2px solid #dee2e6
}

.table-sm th, .table-sm td {
  padding: .3rem
}

.table-bordered {
  border: 1px solid #dee2e6
}

.table-bordered th, .table-bordered td {
  border: 1px solid #dee2e6
}

.table-bordered thead th, .table-bordered thead td {
  border-bottom-width: 2px
}

.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody+tbody {
  border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, .075)
}

.table-primary, .table-primary>th, .table-primary>td {
  background-color: #b8daff
}

.table-primary th, .table-primary td, .table-primary thead th, .table-primary tbody+tbody {
  border-color: #7abaff
}

.table-hover .table-primary:hover {
  background-color: #9fcdff
}

.table-hover .table-primary:hover>td, .table-hover .table-primary:hover>th {
  background-color: #9fcdff
}

.table-secondary, .table-secondary>th, .table-secondary>td {
  background-color: #d6d8db
}

.table-secondary th, .table-secondary td, .table-secondary thead th, .table-secondary tbody+tbody {
  border-color: #b3b7bb
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td, .table-hover .table-secondary:hover>th {
  background-color: #c8cbcf
}

.table-success, .table-success>th, .table-success>td {
  background-color: #c3e6cb
}

.table-success th, .table-success td, .table-success thead th, .table-success tbody+tbody {
  border-color: #8fd19e
}

.table-hover .table-success:hover {
  background-color: #b1dfbb
}

.table-hover .table-success:hover>td, .table-hover .table-success:hover>th {
  background-color: #b1dfbb
}

.table-info, .table-info>th, .table-info>td {
  background-color: #bee5eb
}

.table-info th, .table-info td, .table-info thead th, .table-info tbody+tbody {
  border-color: #86cfda
}

.table-hover .table-info:hover {
  background-color: #abdde5
}

.table-hover .table-info:hover>td, .table-hover .table-info:hover>th {
  background-color: #abdde5
}

.table-warning, .table-warning>th, .table-warning>td {
  background-color: #ffeeba
}

.table-warning th, .table-warning td, .table-warning thead th, .table-warning tbody+tbody {
  border-color: #ffdf7e
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1
}

.table-hover .table-warning:hover>td, .table-hover .table-warning:hover>th {
  background-color: #ffe8a1
}

.table-danger, .table-danger>th, .table-danger>td {
  background-color: #f5c6cb
}

.table-danger th, .table-danger td, .table-danger thead th, .table-danger tbody+tbody {
  border-color: #ed969e
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7
}

.table-hover .table-danger:hover>td, .table-hover .table-danger:hover>th {
  background-color: #f1b0b7
}

.table-light, .table-light>th, .table-light>td {
  background-color: #fdfdfe
}

.table-light th, .table-light td, .table-light thead th, .table-light tbody+tbody {
  border-color: #fbfcfc
}

.table-hover .table-light:hover {
  background-color: #ececf6
}

.table-hover .table-light:hover>td, .table-hover .table-light:hover>th {
  background-color: #ececf6
}

.table-dark, .table-dark>th, .table-dark>td {
  background-color: #c6c8ca
}

.table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody+tbody {
  border-color: #95999c
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe
}

.table-hover .table-dark:hover>td, .table-hover .table-dark:hover>th {
  background-color: #b9bbbe
}

.table-active, .table-active>th, .table-active>td {
  background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover>td, .table-hover .table-active:hover>th {
  background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6
}

.table-dark {
  color: #fff;
  background-color: #343a40
}

.table-dark th, .table-dark td, .table-dark thead th {
  border-color: #454d55
}

.table-dark.table-bordered {
  border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, .075)
}

@media(max-width:575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
  .table-responsive-sm>.table-bordered {
    border: 0
  }
}

@media(max-width:767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
  .table-responsive-md>.table-bordered {
    border: 0
  }
}

@media(max-width:991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
  .table-responsive-lg>.table-bordered {
    border: 0
  }
}

@media(max-width:1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
  .table-responsive-xl>.table-bordered {
    border: 0
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
  border: 0
}

.starline table thead {
  background: linear-gradient(to right, rgb(173, 83, 137), rgb(60, 16, 83));
  color: #fff;
  text-align: center
}

.starline table tbody {
  text-align: center;
  font-weight: 600
}

.starline .table-hover tbody tr:hover {
  background-color: #e0f3ff;
  cursor: pointer
}

.panna table {
  font-size: 90%
}

.panna table {
  font-size: 70%
}

.panna .table th, .panna .table td {
  padding: .25rem
}

.double-num {
  font-size: 1.25rem
}

.panna table {
  font-size: 60%
}

.panna .table th, .panna .table td {
  padding: .2rem
}

.double-num {
  font-size: .9rem
}

.text-danger {
  color: #dc3545!important
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a!important
}

.bg-white {
  background-color: #fff!important
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

.jodi-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media(max-width:576px) {
  .double-num {
    font-size: .9rem;
    font-weight: 600;
    vertical-align: middle!important
  }
  .panna table {
    font-size: 50%
  }
  .day-chart .table th, .day-chart .table td {
    padding: .4rem
  }
  .day-chart table {
    font-size: 110%
  }
}

@media(min-width:576px) {
  .container {
    max-width: 540px
  }
  .jodi-container {
    max-width: 500px
  }
  .double-num {
    font-size: 1.4rem;
    font-weight: 600;
    vertical-align: middle!important
  }
  .panna table {
    font-size: 90%
  }
  .day-chart .table th, .day-chart .table td {
    padding: .4rem
  }
  .day-chart table {
    font-size: 120%
  }
}

@media(min-width:768px) {
  .container {
    max-width: 720px
  }
  .jodi-container {
    max-width: 520px
  }
  .double-num {
    font-size: 2rem;
    font-weight: 600;
    vertical-align: middle!important
  }
  .panna table {
    font-size: 110%
  }
  .day-chart .table th, .day-chart .table td {
    padding: .7rem
  }
  .day-chart table {
    font-size: 120%
  }
}

@media(min-width:992px) {
  .container {
    max-width: 720px
  }
}

@media(min-width:1200px) {
  .container {
    max-width: 820px
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

.pr-0, .px-0 {
  padding-right: 0!important
}

.pb-0, .py-0 {
  padding-bottom: 0!important
}

.pl-0, .px-0 {
  padding-left: 0!important
}

.my-textarea {
  resize: none;
  color: #989c9e;
  font-size: .9rem;
  line-height: 1.5;
  border-left: 4px solid #dc3545
}

.my-textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #c23c46;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(194, 60, 70, .1)
}

.my-input {
  border-left: 4px solid #dc3545
}

.my-input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #c23c46;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(194, 60, 70, .1)
}

.mybadge {
  border-bottom: 1px solid #fc520e;
  padding: 5px
}

