.hidden {
    display: none;
}
#accounts {
    background-color: black;
}
.table thead th {
    vertical-align: middle;
    text-align: center;
}
nav.navbar {
    padding-left: 0;
    padding-right: 0;
}
.navbar-brand img {
    width: 100%;
}
ul#primary li.nav-item:first-child {
    border-left: 2px solid gray;
}
ul#primary li.nav-item {
    border-right: 2px solid gray;
}
.active > .nav-link {
    color: #ff9100 !important;
}
marquee.info {
    font-size: 0.9em;
}
.navbar-dark .navbar-brand {
    width: 15%;
}
.event .red {
    color: red;
}
td.vision-score {
    letter-spacing: 2px;
}

.bg-dark {
    background-color: #212529 !important;
}
.nav-tabs .nav-link.active {
    font-weight: bold;
}
.tab-pane .alert {
    margin-top: 15px;
}
#primary .nav-link span {
    display: block;
    text-align: center;
    font-size: 10px;
    letter-spacing: 1px;
}
#primary .nav-link span::before {
    content: "( ";
}
#primary .nav-link span::after {
    content: " )";
}
#account a#clock {
    display: inline-flex;
    color: rgba(255, 255, 255, 0.5);
    width: 215px;
    margin-left: 10px;
    text-align: center;
}
#account #clock div {
    display: inline;
}
.nav-tabs .nav-link {
    font-size: 0.9rem;
}
#account #clock i {
    margin-top: 3px;
    margin-right: 5px;
}
.navbar a.nav-link {
    font-size: 0.9rem;
}
.event form {
    display: inline-block;
    margin-bottom: 0;
}
.red {
    color: red;
}
.red.card{
	border-radius: 5px;
  padding: 2px 0px;
  background: #000;
  font-size: 12px;
  color:#fff !important;
}
.yellow{
	color:yellow;
}
.yellow.card{
	border-radius: 5px;
  padding: 2px 0px;
  background: #000;
  font-size: 12px;
  color:#fff !important;
}
table {
    text-align: center;
    font-size: 14px;
}
td {
    padding: 5px 0px;
}
td.event {
    font-size: 14px;
    text-align: left;
    padding: 0 10px;
}
td.event span {
    display: block;
}
td.odds {
    font-size: 13px;
}
td.odds {
    font-weight: bold;
    text-align: center;
}
.table td,
.table th {
    /*border: 1px solid #cccccc;*/
    border: none !important;
    vertical-align: middle;
    background-color: #e8e8e8;
}
.table td:first-child {
    border-left: 1px solid black;
}
.table td:last-child {
    border-right: 1px solid black;
}
td.vision {
    font-weight: bold;
}
td.odds.fulltime.hdp,
td.odds.halftime.hdp,
td.odds.fulltime.goal,
td.odds.halftime.goal {
    font-weight: bold;
    /*background-color: #e8e5e5;*/
    background-color: #c8c8c8;
    color: black;
    padding: auto 4px;
    text-align: center;
}
td.vision-update {
    padding: 5px 10px;
}
td.edit-form {
    padding: 5px 10px;
}
td.edit-form input[type="submit"] {
    padding: 5px 10px;
    font-size: 15px;
}
button.edit-vision {
    width: 100%;
    font-size: 15px;
    padding: 5px 10px;
}
tr.league_name {
    text-align: left;
    /*font-weight: bold;*/
    color: white;
}
tr.league_name td {
    background-color: #040419 !important;
    font-weight: 500;
    font-size: 14px;
}
.league_name i {
    margin-right: 10px;
}
footer {
    margin: 30px 0;
}
.vision-form button,
.vision-form input {
    font-size: 0.8rem;
    width: 100%;
}
th span {
    font-size: 0.8rem;
}
.vision-score .form-control {
    padding: 0.375rem 0rem;
    font-size: 0.8rem;
    text-align: center;
}
.edit-page nav a {
    color: #3d3d3d;
}
#form-signin {
    height: 100%;
    text-align: center;
}
#form-signin {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.text-muted {
    font-size: medium;
}
.form-signin .logo-login {
    width: 300px;
}
.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .checkbox {
    font-weight: 400;
}
.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.btn-block {
    font-weight: bold;
    font-size: 16px;
}
.navbar-dark .navbar-nav .admin .nav-link {
    color: rgba(255, 255, 255, 0.5);
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.navbar-dark .navbar-nav .nav-link {
    font-size: 0.9em;
}
p.caption {
    font-size: 1em;
}
.insert-status {
    font-size: 0.8em;
    font-weight: lighter;
}
.nav-link.disabled {
    cursor: context-menu;
}
.vision img {
    vertical-align: top;
}
.refresh {
    background-color: #fff;
    height: 30px;
    width: auto;
    border: solid #b9b9b9 1px;
    color: #333;
    cursor: pointer;
    text-align: center;
    margin: 15px 2px;
    border-radius: 5px;
    display: inline-block;
}
.refresh img {
    width: 14px;
    height: 15px;
    margin-top: 6px;
    margin-left: 3px;
    float: left;
}
.refresh div {
    margin-top: 2px;
    margin-left: 18px;
    padding-left: 5px;
    padding-right: 10px;
}
.time-abroad {
    display: inline-block;
    margin-left: 10px;
}
.time-abroad span {
    margin-left: 0;
}
.c-type {
    width: 63px;
    margin-left: 5px;
    margin-top: 15px;
    border-radius: 5px;
    height: 30px;
    padding-left: 9px;
}
.bg-upd {
    background-color: #fff536 !important;
}
.logo {
    height: 81px;
    width: auto;
}
.table th,
th span {
    background-color: #0E218E !important;
    color: #E7E7E3 !important !important;
    font-size: 15px;
    font-weight: 500;
    vertical-align: middle;
}
.time {
    text-align: center;
    font-size: 15px;
}

/*CAPTCHA*/
.wrap-cap {
    display: flex;
    flex-direction: row;
    margin-bottom: unset !important;
}

.btnCaptcha-login {
    cursor: pointer;
    padding-top: 10px;
}

.img-thumbnail {
    background-color: whitesmoke;
    height: 44px;
    padding: 1px;
    margin-left: 10px;
    min-width: 96px;
}
/*//////////////////*/

.help-block {
    color: red;
    display: block;
    margin-top: 10px;
}

#login {
    margin-top: 20px;
}

.wrap-c-type {
    display: inline-block;
}

.copyFrom {
    position: absolute;
    left: -9999px;
}

.swal2-container {
    z-index: 10000;
}

.badge {
    font-size: 16px;
    font-weight: 100;
    margin: 5px 0;
    width: inherit;
}

#app td {
    padding: 6px 2px;
    background: none;
}
#app table {
    border: none;
	color:#d4d4d4;
}
#app .league-country{
	color:#d4d4d4;
}
.league-name {
    color: #ffd53d;
}
.league-name img {
    vertical-align: middle;
}
/*
.league_name{
            background: #000;
  padding: 10px 5px;
         }*/
.league,
.team {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.25rem 0;
}
.icon-xl {
    width: 25px;
}
.icon-lg {
    width: 20px;
}
.icon-sm {
    width: 13px;
    
}
.icon-xs {
    height: 12px;
    width: 12px;
}
.p-1 {
    padding: 0.25rem;
}
.m-0 {
    margin: 0px;
}
.middle-center {
    vertical-align: middle !important;
    align-items: center !important;
}
.flex-center-center {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}
.flex-start-center {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5rem;
}
.flex-end-center {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.5rem;
}
.flex-colum-start {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.flex-colum-end {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.player-number {
    font-style: normal;
    padding: 0.25rem;
    border: 2px solid;
    border-radius: 100%;
    font-size: 1rem;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.text-start {
    text-align: left;
}
.custom-ul {
    display: flex;
    gap: 1rem;

    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px 15px;
    margin-bottom: 15px;
}
.custom-ul li {
    list-style: none;
}
#app .custom-ul li a {
    cursor: pointer;
	color:#fff !important;
}
.custom-ul li a.actived {
    text-decoration: underline;
    background: #0000004d !important;
    text-shadow: 0 0 5px white, 0 0 15px white;
    border-radius: 10px !important;
}
.custom-ul li a:hover {
    text-decoration: underline;
    background: #0000004d !important;
    text-shadow: 0 0 5px white, 0 0 15px white;
    border-radius: 10px !important;
}
th,
td {
    padding: 0.5rem;
    vertical-align: middle !important;
    border-top: 1px solid #000 !important;
}
.custom-progress {
    height: 10px;
}
.bg-orange {
    background-color: #ffc107;
}
.bg-lightgray {
    background-color: #e8e8e8;
}
.bg-gray {
    background-color: #b9b9b9;
}
.bg-darkgray {
    color: #fff;
    background-color: #808080 !important;
}

/* Popup styles */
.hidden {
    display: none !important;
}
.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #121212;
    padding: 20px;
	width: 100%;
    height: 100%;
	z-index: 99999;
}
.popup .popup-content {
    overflow: auto;
    height: 90vh;
    /*width: 90vw;*/
}

/* Close button styles */
.popup .popup-content button {
    float: right;
    /*     position: fixed;*/
    top: 0;
    right: 0;
}

.freez {
    overflow: hidden;
}
th,
td {
    padding: 0.5rem;
}

.grid-container {
    display: grid;
    grid-template-columns: 35% 15% 35% 15%;
    place-items: center;
    padding: 10px;
}
.grid-item {
    padding: 5px;
    font-size: 16px;
    text-align: center;
}

/* DivTable.com */
#app .divTableRow{
	background:none;
}
#app .divTableRow:hover{
	background:none;
}
.divTable {
    display: table;
    width: 100%;
}
.divTableRow {
    display: table-row;
}
.divTableHeading {
    background-color: #eee;
    display: table-header-group;
}
.divTableCell,
.divTableHead {
    display: table-cell;
    padding: 3px 3px;
    vertical-align: middle;
}
.divTableHeading {
    background-color: #eee;
    display: table-header-group;
    font-weight: bold;
}
.divTableFoot {
    background-color: #eee;
    display: table-footer-group;
    font-weight: bold;
}
.divTableBody {
    display: table-row-group;
}
.divTable img {
    vertical-align: middle;
}
.c35 {
    width: 35%;
}
.c15 {
    width: 15%;
}
.cr {
    text-align: right;
}
.cl {
    text-align: left;
}
.cc {
    text-align: center;
}

.p40 {
    width: 40%;
}
.p10 {
    width: 10%;
}
.p5 {
    width: 5%;
}

.match {
    background: rgba(5, 10, 48, 0.7);
    border-radius: 10px;
    margin-bottom: 6px;
    padding: 17px 0px;
    border: 1px solid;
    border-color: rgba(113, 148, 229, 0.4);
}
.match:hover {
    background: rgba(5, 10, 48, 0.8);
}
.match-score {
    color: #EECD82;
  font-size: 15px;
  background: #000023;
  border-radius: 5px;
}
.match-time {
    font-size: 13px;
    color: powderblue;
}
.event-button {
    font-size: 13px;
}
.league-country {
    line-height: 15px;
}
.line- {
    line-height: 15px;
}
.custom-ul {
    background-color: rgba(5, 10, 48, 0.7);
    padding: 20px 15px;
    margin-bottom: 15px;
	color:#fff;
}

#app tr:nth-child(odd) {
    background: rgba(51, 54, 82, 0.2) !important;
}

#app tr:nth-child(even) {
    background: rgba(51, 54, 82, 0.4) !important;
}
.hilight-time{
	color:gold;
}
.hilight-score{
	color:#FF6501;
	border-radius: 5px;
  padding: 2px 0px;
  background:#000;
}
.head-table td{
	border:none !important;
}
.league-head{
	height:50px !important
}
.time-event{
	color:springgreen !important;
}
.Substitutions-table td{
	border:none !important;
}

.num-player{
	width:8%;
	color: gold;
}
.start-lineup td{
	border:none !important;
	vertical-align: top !important;
}
.start-lineup tr{
	background:none !important;
}
.start-lineup .line-up-awey:nth-child(2n) {
  background: rgba(51, 54, 82, 0.4) !important;
}

.start-lineup .line-up-awey:nth-child(2n+1) {
  background: rgba(51, 54, 82, 0.2) !important;
}

.start-lineup .line-up-home:nth-child(2n) {
  background: rgba(51, 54, 82, 0.4) !important;
}

.start-lineup .line-up-home:nth-child(2n+1) {
  background: rgba(51, 54, 82, 0.2) !important;
}
.bg-black{
	background:#000 !important;
}
.close-button{
	background:red;
	color:#fff;
}
.head-day{
	text-align:center;
	color:gold;
	font-family:kanit;
	font-weight:normal;
}
/*css for mobile*/
@media only screen and (max-width: 768px) {
    .pc-only {
        display: none;
    }
    .p5 {
        width: 10%;
    }
	.popup .popup-content{
		width: 90vw;
	}
}

@media only screen and (min-width: 768px) {
    .mobile-only {
        display: none;
    }
		.popup .popup-content{
		width: 45vw;
		margin: auto;
	}
}
