@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');

body {
  margin: 0;
  padding: 0;
  height: 100vh;
  background-color: #fff;
  font-family: Roboto Condensed, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
}

/*Margins*/
.m-b-30 {
  margin-bottom: 30px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-t-5 {
  margin-top: 5px !important;
}

.m-t-0 {
  margin-top: 0 !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.m-l-25 {
  margin-left: 25px !important
}

.m-l-20 {
  margin-left: 20px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.m-l-0 {
  margin-left: 0 !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.m-r-25 {
  margin-right: 25px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.m-r-0 {
  margin-right: 0 !important;
}

.m-5 {
  margin: 5px !important;
}

/*Padding*/
.p-b-30 {
  padding-bottom: 30px !important;
}

.p-b-25 {
  padding-bottom: 25px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.p-l-25 {
  padding-left: 25px !important
}

.p-l-20 {
  padding-left: 20px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.p-l-0 {
  padding-left: 0 !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.p-r-25 {
  padding-right: 25px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.p-r-15 {
  padding-right: 15px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

.p-r-0 {
  padding-right: 0 !important;
}

.p-lr-0 {
  padding-left: 0;
  padding-right: 0;
}

.v-t {
  vertical-align: top;
}

ul {
  list-style: none;
}

.wrapper {
  padding-bottom: 10px;
}

/*Elements*/
.btn-submit {
  background-color: #132226;
  border-color: #132226;
  color: #fff;
}

.btn-excel {
  background: #207245;
  color: #fff;
}

/*select.form-control
{
  background-color: #008577;
  color: #fff;
}*/
.input-group-text {
  background-color: #008577;
  border: 1px solid #008577;
}

/*.form-control
{
  width: auto;
  min-width: 100px;
}*/
/*.login
{
  background-color: #ccc;
  height: 100vh;
}
.login .login-box {
  margin-top: 120px;
  max-width: 600px;
  background-color: rgba(0,0,0,0.4);
  border-radius: 4px;
}
.login .login-form {
  padding: 20px;
}
.login .form-group
{
  position: relative;
}
.login .login-form .error
{
  position: absolute;
  top: 100%;
  font-size: 12px;
  line-height: 12px;
  padding-top: 5px;
}
.login .login-form .btn-submit
{
  background-color: #FFB80C;
  border-color: #FFB80C;
  color: #000;
}*/

.login {
  background-color: #126e51;
  height: 100vh;
}

.user_card {
  height: 400px;
  width: 350px;
  margin-top: 10%;
  margin-bottom: auto;
  background: #525B56;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px;

}

.brand_logo_container {
  position: absolute;
  height: 170px;
  width: 170px;
  top: -75px;
  border-radius: 50%;
  background: #126e51;
  padding: 10px;
  text-align: center;
  line-height: 150px;
}

.brand_logo_container span {
  font-size: 1.5rem;
}

.brand_logo {
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

.form_container {
  margin-top: 100px;
}

.login_btn {
  width: 100%;
  background: #132226 !important;
  color: white !important;
}

.login_btn:focus {
  box-shadow: none !important;
  outline: 0px !important;
}

.login_container {
  padding: 0 2rem;
}

.input-group-text {
  background: #132226 !important;
  color: white !important;
  border: 0 !important;
  border-radius: 0.25rem 0 0 0.25rem !important;
}

.input_user,
.input_pass:focus {
  box-shadow: none !important;
  outline: 0px !important;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color: #c0392b !important;
}

.header-top {
  background-color: #126e51;
  padding: 5px 0 0 0;
}

.logo h4 {
  font-size: 2rem;
  font-weight: bold;
}

.header-top .search-box input {
  border: 0;
  border-radius: 4px;
  padding: 6px;
}

.header-top .dropdown .dropdown-toggle {
  background: transparent;
  border: 0;
}

.header-top .dropdown .dropdown-toggle:focus {
  box-shadow: unset;
  outline: 0;
}

.header-top .dropdown-menu.show {
  left: unset;
  right: 0;
}

.header-top .dropdown-item {
  padding: 0 5px;
}

.header-bottom {
  background-color: #132226;
  padding: 0;
}

.navbar {
  padding: 0;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
}

.header-bottom .navbar-dark .navbar-nav .nav-link,
.header-bottom .navbar-dark .navbar-nav .nav-link:focus,
.header-bottom .navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
}

.header-bottom .navbar-expand-md .navbar-nav .nav-link {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: capitalize;
}

.header-bottom .navbar-expand-md .navbar-nav .nav-link:after {
  position: absolute;
  content: "";
  right: 0;
  height: 100%;
  width: 1px;
  top: 0;
  background-color: #fff;
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
  color: #fff;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background-color: #132226;
  padding-bottom: 5px;
}

.header-bottom .navbar-dark .navbar-nav .active>.nav-link,
.header-bottom .navbar-dark .navbar-nav .nav-link.active,
.header-bottom .navbar-dark .navbar-nav .nav-link.show,
.header-bottom .navbar-dark .navbar-nav .show>.nav-link {
  color: #fff;
  background-color: rgba(254, 218, 106, 0.5);
  border-radius: 0;
}

.navbar-nav {
  justify-content: center;
}

.nav-link {
  padding-top: 10px;
  padding-bottom: 0;
}

.header-bottom .nav-link {
  padding-top: 0;
}

.navbar-expand-md .navbar-nav .nav-link {
  padding-left: 1rem;
  padding-right: 1rem;
}

.form-check-input {
  position: relative;
}

.table {
  margin-bottom: 0;
  background-color: #fff;
}

.table thead tr {
  background-color: #126e51;
  color: #000;
}

.table-bordered td,
.table-bordered th {
  border: 1px solid #D3D3D3;
  padding: 1px 4px;
  border-top: 0;
  font-size: 0.88rem;
  white-space: nowrap;
  vertical-align: middle;
}

.table-bordered thead tr th {
  border-bottom: 1px solid #D3D3D3;
}

.search-box input {
  border: 0;
  border-radius: 4px;
  padding: 6px;
  width: 300px;
}

.search-box {
  position: relative;
}

.search-box input {
  border: 1px solid #008577;
}

.search-box .search-data {
  position: absolute;
  top: 100%;
  background-color: #339C91;
  color: #fff;
  z-index: 100;
  width: 100%;
}

.search-data p {
  padding: 4px;
  cursor: pointer;
}

.search-data p:hover {
  background-color: #333;
}

.form-check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #eee;
}

.form-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.form-check input~.checkmark {
  background-color: #126e51;
}

.form-check input:checked~.checkmark {
  background-color: #132226;
}

.form-check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.form-check input:checked~.checkmark:after {
  display: block;
}

.form-check .checkmark:after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form-inner .form-control {
  width: auto;
  min-width: 300px;
}

.form-inner textarea {
  min-width: 500px;
  width: auto;
  height: 120px;
  resize: none;
}

.form-inner label {
  min-width: 100px;
}

.dataTables_length .form-control,
.dataTables_filter .form-control {
  width: auto;
  display: inline-block;
}

.dataTables_filter {
  text-align: right;
}

.bet-list_info {
  margin-top: 5px;
}

.dataTables_paginate {
  margin-top: 5px;
}

.page-item.disabled .page-link,
.page-link {
  background-color: #126e51;
  border-color: #126e51;
  color: #000;
  border-left: 1px solid #000;
}

.previous .page-link {
  border-left: 0 !important;
}

.next .page-link {
  border-right: 0 !important;
}

.page-item.active .page-link {
  background-color: #132226;
  border-color: #132226;
}

.page-title {
  background-color: #008577;
  padding: 6px 15px;
  color: #fff;
  margin-bottom: 5px;
}

.page-title h4 {
  font-size: 1rem;
}

.loading {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  text-align: center;
  vertical-align: middle;
  /*background-color: rgba(0, 0, 0, 0.5);*/
  z-index: 10;
}

.loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -27px 0px 0px -27px;
  width: 100px;
}

.card {
  border-radius: 0;
}

.card-header {
  background: #525B56;
  padding: 4px 10px;
  border-radius: 0 !important;
  color: #000;
}

.card-header h5 {
  font-size: 1.12rem;
  color: #fff;
}

.card-body {
  background-color: transparent;
  box-shadow: 0px 4px 5px 0 rgba(0, 0, 0, .5);
  padding: 5px 10px;
}

.userdata-container .analysis-detail {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border: 1px solid rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 4px #000;
}

.form-inner .dropdown .dropdown-toggle {
  background: #fff;
  border: 1px solid #008577;
  color: #000;
  min-width: 300px;
  text-align: left;
  box-shadow: none;
  max-width: 300px;
}

.form-inner .dropdown .dropdown-toggle::focus,
.dropdown .dropdown-toggle::active {
  background: #fff !important;
  color: #000 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.form-inner .show>.btn-primary.dropdown-toggle {
  color: #000 !important;
  background-color: #fff !important;
  border-color: #008577 !important;
}

.form-inner .btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  color: #000 !important;
  background-color: #fff !important;
  border-color: #008577 !important;
}

.form-inner .show>.btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.form-inner .dropdown .dropdown-menu {
  width: auto;
  min-width: 300px;
}

.form-inner .dropdown-toggle::after {
  float: right;
  margin-top: 10px;
}

.table-title {
  background-color: #339D92;
  padding: 4px 10px;
}

.table .selected {
  background-color: #ff4949;
}

/*Toggle Design*/
.switchToggle input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
  position: absolute;
}

.switchToggle label {
  cursor: pointer;
  text-indent: -9999px;
  width: 70px;
  max-width: 70px;
  height: 28px;
  background: #d1d1d1;
  display: block;
  position: relative;
}

.switchToggle label:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 22px;
  height: 22px;
  background: #fff;
  transition: 0.3s;
}

.switchToggle input:checked+label,
.switchToggle input:checked+input+label {
  background: #008577;
}

.switchToggle input+label:before,
.switchToggle input+input+label:before {
  content: 'No';
  position: absolute;
  top: 5px;
  left: 35px;
  width: 26px;
  height: 26px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
}

.switchToggle input:checked+label:before,
.switchToggle input:checked+input+label:before {
  content: 'Yes';
  position: absolute;
  top: 5px;
  left: 10px;
  width: 26px;
  height: 26px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
}

.switchToggle input:checked+label:after,
.switchToggle input:checked+input+label:after {
  left: calc(100% - 2px);
  transform: translateX(-100%);
}

.switchToggle label:active:after {
  width: 60px;
}

.toggle-switchArea {
  margin: 10px 0 10px 0;
}

/*Toggle Design End*/

.block-title {
  background-color: #525B56;
  padding: 0 0 0 10px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 1rem;
}

.book-button {
  background-color: #000;
  padding: 0 10px;
  cursor: pointer;
}

.block-title button {
  padding: 1px 12px;
}

.log-out {
  background-color: #132226;
  border-radius: 5px;
  padding: 6px 15px;
}

.log-out a {
  color: #fff;
}

.search-box-container {
  position: relative;
  display: inline-block;
}

.search-box-container .search-box {
  position: absolute;
  background: #126e51;
  min-width: 300px;
  width: auto;
  max-height: 200px;
  z-index: 10;
  overflow-y: auto;
}

.search-box-container .search-box p {
  padding: 4px;
}

.search-box-container .search-box p:hover {
  background-color: #525B56;
  color: #fff;
}

.table tbody .mkt-tbody-tr {
  background-color: #126e51;
  color: #000;
  font-weight: bold;
  border-bottom-width: 2px;
  vertical-align: bottom;
}

.actions-button .btn {
  padding: 2px 10px;
}

.header-top .navbar-expand-md .navbar-collapse {
  display: block !important;
}

.modal-xs {
  max-width: 300px;
}

.modal-body {
  max-height: 85vh;
  overflow-y: auto;
  overflow-x: hidden;
}

/*.book-table tbody{
    max-height: 290px;
    overflow-x: hidden;
    overflow-y: scroll;
    display: block;
}
.book-table thead
{
  width: calc( 100% - 17px ) !important;
}
.book-table thead,.book-table tr
{
  display: table;
  width: 100%;
  table-layout: fixed;
  transform: translateZ(0);
}*/
.error-page {
  background-image: linear-gradient(#126e51, #fff);
  min-height: calc(100vh - 10px);
  text-align: center;
  padding: 10% 0 0 0;
}

.error-page h1 {
  color: #132226;
}

.back-to-home {
  width: 100%;
  text-align: center;
  margin-top: 15px;
}

.back-to-home .btn {
  background-color: #132226;
  color: #fff;
}

.back {
  background-color: #72BBEF !important;
}

.lay {
  background-color: #FAA9BA !important;
}

.box-1 {
  width: 10%;
  max-width: 10%;
  min-width: 10%;
}

.box-2 {
  width: 20%;
  max-width: 20%;
  min-width: 20%;
}

.box-3 {
  width: 30%;
  max-width: 30%;
  min-width: 30%;
}

.box-4 {
  width: 40%;
  max-width: 40%;
  min-width: 40%;
}

.box-5 {
  width: 50%;
  max-width: 50%;
  min-width: 50%;
}

.box-6 {
  width: 60%;
  max-width: 60%;
  min-width: 60%;
}

.box-7 {
  width: 70%;
  max-width: 70%;
  min-width: 70%;
}

.box-8 {
  width: 80%;
  max-width: 80%;
  min-width: 80%;
}

.box-9 {
  width: 90%;
  max-width: 90%;
  min-width: 90%;
}

.box-10 {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

.bookmaker thead,
.bookmaker thead tr,
.bookmaker tbody,
.bookmaker tbody tr {
  position: relative;
  width: 100%;
  transform: translateZ(0);
  display: table;
}

/*.bookmaker thead, .bookmaker tr
{
  table-layout: unset !important;
}*/
.bookmaker .suspended {
  position: relative;
  transform: translateZ(0);
  width: 100%;
}

.bookmaker .suspended:after {
  background: rgba(0, 0, 0, 0.8);
  color: #ff0000;
  position: absolute;
  content: "SUSPENDED";
  top: 0;
  right: 0;
  font-weight: bold;
  width: 60%;
  height: 100%;
  font-size: 1rem;
  text-transform: uppercase;
  cursor: not-allowed;
  align-items: center;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: center;
}

.bookmaker .suspendedtd {
  position: relative;
}

.bookmaker .suspendedtd:after {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  position: absolute;
  content: "\f023";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 0;
  right: 0;
  width: 100%;
  height: calc(100% + 1px);
  font-size: 0.75rem;
  text-transform: uppercase;
  cursor: not-allowed;
  align-items: center;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: center;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.85) !important;
}

.bmbody tr td {
  height: 45px;
}

.header-top {
  color: #fff;
}

.white {
  color: #fff;
}
.betting-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.dvol {
  font-size: 8px !important;
}

.loaderwrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.35);
  min-height: 100vh;
  z-index: 1000;
  color: #fff;
}