﻿
 .field-validation-error { display: none; }
/*-----------match-box------------------*/

.predictmatches form{
    padding:0;
}


.match-box {
	padding: 10px 0 0;
	background: #fff;
	color: #222;
	    border: 1px solid var(--line);
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    transition: transform .15s, box-shadow .15s, border-color .15s;
}

.match-box .table-content{
    display: flex;
    gap: 1px;
    justify-content: space-between;}
.match-box .table-content img{
      height: 45px;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #d1d5db;
    background: #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .05);
    background: linear-gradient(180deg, #ffffff 33%, #fff 33% 66%, #ffffff 66% 100%);}

	.match-box .form-box {
		text-align: center !important;
		position: relative;
	}

	.match-box .form-control {
height: 50px;
    background: #000;
    color: #fff;
    font-size: 30px;
    text-align: center !important;
    border: 0;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    display: block;
    width: 100%;
}

	.match-box p {
		margin: 0;
	}

	.match-box a {
		color: #fff;
	}

.match-box .form-box p {
    text-align: center !important;
    background: linear-gradient(180deg, var(--accent), #d9740e);
    color: #fff;
    font-weight: 900;
    font-size: 14px;
    padding: 6px 0;
    cursor: pointer;
    user-select: none;
    transition: filter .12s;
}

	.match-box .form-box p:hover {
		background: #398aca;
		cursor: pointer;
	}

	.match-box .form-box .row {
	display:flex;
	gap: 4px;
}


.match-box .match-txt {
	padding: 5px 0;
}

	.match-box .match-txt h3 {
		margin: 0;
		font-size: 16px;
		font-weight: 300;
	}

	.match-box .match-txt .table-content {
			display:flex

	}

		.match-box .match-txt .table-content .table-cell:first-child {
			background: #398aca;
			color: #fff;
			width: 50%;
		}

		.match-box .match-txt .table-content .table-cell {
			background: #FF7F27;
			color: #fff;
			width: 50%;
			padding: 3px 0px;
		}

    .match-box > .table-content .table-cell { vertical-align: top; text-align: center; }

.match-box > .table-content > .table-cell:nth-child(1) {
	width: 23%;
}

.match-box > .table-content > .table-cell:nth-child(2) {
	width: 50%;
}

.match-box > .table-content > .table-cell:nth-child(3) {
	width: 23%;
}

.match-box .match-txt .vision {
	background: #222222;
	color: #fff;
	overflow: hidden;
	padding: 3px;
	margin-top: 5px;
}

	.match-box .match-txt .vision > a {
		color: #fff;
		font-size: 12px;
	}

.match-box .match-txt button {
	background-color: transparent;
	padding: 0;
	width: 100%;display: flex;
    justify-content: center;
	border: 0px;
}

.btn-spinner { display: none; width: 16px; height: 16px; border: 2px solid #ffffff; border-bottom-color: transparent; border-radius: 50%; animation: rotation 1s linear infinite; margin-inline-end: 8px; /* مسافة بين اللودر والنص */ vertical-align: middle; }
.htmx-request.btn-spinner { display: inline-block; }

.htmx-request .btn-text { opacity: 0.6; }

@keyframes rotation {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.match-box .done {
	padding: 10px 0;
	background: #FF7F27;
	color: #fff;
	font-size: 24px;
	margin-bottom: 18px;
}

    .match-box h4 { font-size: 14px; font-weight: 400; }
    .match-box h5 { font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;}



.match-footer {
	background: #292929;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 5px 0px;
	color: #fff;
	position: relative;
	overflow: hidden;
	font-size: 12px;
	line-height: 20px;
}
.match-footer .row {
	display: flex;
    justify-content: space-between;
}
	.match-footer .total-sounds {
		padding: 4px 0;
	}

	.match-footer .level {
		background: #398aca;
		padding: 4px 3px 4px;
		color: #fff;
		display: inline-block;
	}

		.match-footer .level > i {
			padding: 0 3px 0 0;
		}



.statistics {
    background: #fff;
    position: relative;
    overflow: hidden;
    padding: 5px;    max-height: 400px;
}
.statistics .table{
    border: 1px solid #ddd;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.statistics .table.table-bordered thead > tr > th {
    color: #fff;
    background: #333;
    font-size:14px;
    font-weight:400;
padding: 5px 2px;}


    .bar-notification.warning {
        position: relative;
        display: none;
        padding: 60px 10px 60px 10px;
        font-size: 18px;
        text-align: center;
    }
        .bar-notification.warning .content {
            margin: 0;
            line-height: initial;
        }
    .bar-notification .content a {
        text-decoration: none;
        color: #337ab7;
    }
    .prediction-container .heading-y {
        background-color: #f9f9f9;
    }
        .prediction-container .heading-y h4 {
            color: #000;
        } .prediction-container .heading-y a {
        color: #337ab7;
    }








