@charset "utf-8";
/* CSS Document */

:root {
    --primary: #0D4485;
    --bs-primary: #0D4485;
}

body {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    font-size: 14px;
}

.container {
    max-width: unset !important;
}

.bg-primary {
    background-color: #0D4485 !important;
}

	/*--
a {
    color: #00AEEF;
}--*/
	
img {
    margin-right: 0.5em;
}
h1, h2, h3, h4, h5 {
    color: #FFF;
}
p {
    margin-block-end: 0.5em;
}
a {
    color: #0D4485 !important;
}
small {
    line-height: 1;
}
button {
    margin: 0.1em;
}
/*----- MATCHES RESULTS COMPONENTS -----*/	
		
.media {
    padding: 0.75em 0.75em;
    border-bottom: 1px dotted #cdcdcd;
}
.media img {
    max-width: 80px;
    max-height: 80px;
}
.match-heading{
	margin-block-end:0em;
	font-weight:500 ;
}		
.match-result {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0.1em;
}
/*----- /MATCHES RESULTS COMPONENTS -----*/	
	

.col-md-3, .col-md-4, .col-md-8, .col-md-9, .col-sm-8, .col-sm-4, .col-8, .col-4 {
    padding-left: 0;
    padding-right: 0;
}

.btn {
    border-radius: 8px;
}

.btn-primary {
    background-color: #0D4485;
    border-color:#0D4485
}

.btn-outline-primary {
    color: #0D4485;
    border-color:#0D4485 
}

.btn-outline-primary:disabled{
    color: #88898b;
    border-color:#88898b; 
}

.btn-outline-primary:hover {
    color: #fff;
    border-color:#0D4485;
    background-color: #0D4485;  
}

.btn-outline-primary:not(:disabled):not(.disabled).active{
    color: #fff;
    border-color:#0D4485 !important;
    background-color: #0D4485 !important;  
}

.next-arrow-icon{
    width: 18px;
    height: 18px;
    margin-left: 5px;
    cursor: pointer;
    vertical-align: middle;
}

.accordion-item {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px 10px;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.accordion-header {
    width: 100%;  
    min-height: 36px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.accordion-button {
    background-color: #ffffff;
    color: #0D4485;
    border: none;
    width: 100%;
    text-align: left;
    font-weight: 600;
    font-size: 18px;
}

.hidden {
    display: none;
}

.accordion-body {
    padding-left: 10px;
}

.accordion-button:focus {
    outline: none;
    box-shadow: none;
}

.accordion-button::after {
    content: "\f078";
    font-size: 10px;
    font-family: "Font Awesome 5 Free";
    right: 1rem;
    font-weight: 900;
}
.accordion-button:not(.collapsed)::after {
    content: "\f077";
    right: 1rem;
    font-size: 10px;
}

.accordion-collapse {
    background-color: rgba(239, 241, 244, 0.5);
    padding: 5px;
}

.media-header {
    background-color: rgba(239, 241, 244, 0.5);
    padding: 5px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.media-header-main {
    padding: 5px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.media-error{
    background-color: rgba(229, 168, 79, 0.15) !important;
    color:rgba(133, 100, 4, 1);
    padding: 10px;
    margin-bottom: 0.25rem;
}

.error-btn{
    margin-top: 1rem !important;
}

.header-content {
    font-size: 16px;
    font-weight: 600;
    color: #0D4485;
}

.btn.btn-primary {
    color: #fff; 
}

.fa-circle-check {
    color: #007bff;
}

.fa-edit {
    cursor: pointer;
}
	
.btn.active::after {
    content: "\f057";
    font-family: 'Font Awesome 6 Free';
    margin-left: 8px;
    color: #0D4485;
    background: white;
    border-radius: 50%;
    top: 1px;
    position: relative;
}

.v-slider {
    margin-top: 2rem;
}

.v-slider-thumb__label {
    background-color: white !important;
    border: 1px solid #0D4485;
    color: #0D4485;
}

.v-slider-thumb {
    border: 0.5px solid #0D4485;
    /* Blue border */
    border-radius: 50%;
}

.v-slider__thumb-container {
    background-color: white !important;
    /* Ensure the thumb is white */
}


.v-slider-track__tick-label {
    display: none;
}

button.btn:disabled:hover {
    background-color: inherit;
    color: #88898b;
    border-color: #88898b;
    cursor: default; 
  }


.view_link {
	color:#0D4486;
	font-weight: bold;
}
.view_link:hover {
	opacity: 0.5;
}

a.view_link[target="_blank"] {
    /* Your styles here */
    position: relative;
}

a.view_link[target="_blank"]:after {
    /* Your styles here */
    position: absolute;
    top: 5px;
    right: -15px;
    content: "\1f855";
    font-size: 13px;
    color: black;
    line-height: 3px;
    height: 5px;
    width: 5px;
    border-right: 2px solid white;
    border-top: 2px solid white;
}

a.view_link[target="_blank"]:before {
    /* Your styles here */
    position: absolute;
    top: 7px;
    right: -15px;
    content: "";
    border: 1px solid black;
    width: 8px;
    height: 8px;
}
.missing_product {
	font-size: 0.9em;
	line-height: 1.2em;
	margin-top: 10px;
}