.wrapper {
    padding: 0 !important;
}

.ibox-tools {
    display: block;
    float: none;
    margin-top: 0;
    position: relative;
    padding: 0;
    text-align: right;
}

.hr-line-dashed {
    border-top: 1px dashed #e7eaec;
    color: #ffffff;
    background-color: #ffffff;
    height: 1px;
    margin: 5px 0;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

.form-group {
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: left;
    }
}

.form-control,
.single-line {
    //background-color: #FFFFFF !important;
    background-image: none !important;
    border: 1px solid #e5e6e7 !important;
    line-height: 1.42857143 !important;
    border-radius: 1px !important;
    color: inherit !important;
    display: block !important;
    padding: 6px 12px !important;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s !important;
    width: 100% !important;
    font-size: 14px !important;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.btn-white {
    color: inherit !important;
    background: white !important;
    border: 1px solid #e7eaec !important;
}

.errorcolor {
    color: red;
}

.form-horizontal .form-group {
    margin-right: 0 !important;
    margin-left: 0 !important;
}


.open>.dropdown-menu
{
background:#f9f9f9 !important;
}
.dropdown-menu>li>a {
    color: #305d6c !important;
    font-weight: bold !important;
}
.dropdown-menu>li>a
{
padding: 5px 5px !important;
}
@media only screen and (max-width:768px) {
  .responsivedrop {
    height:100vh;
  }
}
.wrapper {
    //padding: 0 !important;
}.ibox-tools {
    display: block;
    float: none;
    margin-top: 0;
    position: relative;
    padding: 0;
    text-align: right;
}.btn-white {
    color: inherit;
    background: white;
    border: 1px solid #e7eaec;
}
.form-sec_header_01 {
    width: 100%;
    box-sizing: border-box;
}.form-sec_header_01 ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 0 15px;
    justify-content: space-between;
    box-sizing: border-box;
}.form-sec_header_01 ul li {
    width: calc(50% - 5px);
    box-sizing: border-box;
    margin-right: 10px;
    list-style:none;
}#showresult label {
    color: #000;
}.form-sec_header_01 ul li:first-child label {
    background: #6ada3c;
}	.form-sec_header_01 ul li label {
    background: #eaeaea;
    padding: 10px;
    border-radius: 4px;
    text-align: center;
    width: 100%;
    margin-bottom:0px;
    box-sizing: border-box;
}.form-sec_header_01 ul li:nth-child(2n) {
    margin-right: 0px;
}
form-sec_header_01 ul li label span {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 14px;
}

/* 
.sticky-col {
  position: -webkit-sticky;
  position: sticky;
  background-color: white;
}

.first-col {
  min-width: 50px;
  max-width: 100px;
  left: 0px;
}

.second-col {
  min-width: 100px;
  max-width: 150px;
  left: 45px;
}
.third-col {
  min-width: 100px;
  max-width: 150px;
  left: 115px;
} */

.live-dot {
  width: 12px;
  height: 12px;
  background: #00ff00;
  border-radius: 50%;
  position: absolute;
  top: 40%;
  left: 40%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 8px #00ff00;
  animation: pulse 1s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.5); opacity: 0.5; }
  100% { transform: scale(1); opacity: 1; }
}

.rate-flash {
  animation: rateFlash 0.35s ease-in-out;
}

@keyframes rateFlash {
  0% { box-shadow: inset 0 0 0 9999px rgba(255,255,255,0.65); }
  100% { box-shadow: none; }
}

.match-count-box{margin-bottom:6px;border:1px solid #1d2b3a;background:#0f1720;border-radius:6px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.18)}
.match-count-table{width:100%;margin:0!important;font-size:12px;text-align:center;border-collapse:collapse;color:#dce7f1}
.match-count-table th{background:#172638;color:#fff;text-align:center;font-weight:700;border:1px solid #24384f!important;padding:6px 4px}
.match-count-table td{background:#111c28;border:1px solid #24384f!important;padding:6px 4px;font-weight:700}
.match-count-label{background:#192b3f!important;text-align:left!important;color:#fff!important;min-width:78px}
.match-count-visitors{color:#6fb6ff!important}
.match-count-live{color:#28d17c!important}
.match-count-value{display:inline-block;min-width:24px;padding:2px 6px;border-radius:10px;background:#0b121b;color:#fff;transition:all .25s ease}

.match-count-value.count-up{animation:countUpFlash .7s ease}
.match-count-value.count-down{animation:countDownFlash .7s ease}

@keyframes countUpFlash{0%{background:#14532d;color:#12f561;transform:scale(1.18);box-shadow:0 0 10px rgba(34,197,94,.65)}100%{background:#0b121b;color:#fff;transform:scale(1)}}
@keyframes countDownFlash{0%{background:#7f1d1d;color:#eb1313;transform:scale(1.18);box-shadow:0 0 10px rgba(239,68,68,.65)}100%{background:#0b121b;color:#fff;transform:scale(1)}}
