﻿.card-background {
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover;
    min-height: 312px;
}

.org-logo{
    max-height: 200px;
}

.small-a{
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}

.btn-block{
    display: block;
    width: 100%;
}

.footer-logo{
    max-height: 150px;
}

.auth-section {
    background: var(--color-primary);
}

.auth-logo {
    border-radius: 1rem 0 0 1rem;
}

.text-bold{
    font-weight: bold;
}

.banner-background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 312px;
}

.comp-details {
    color: var(--color-primary);
}

.comp-details div {
    min-width: 210px;
}

.comp-details div span {
    min-width: 230px;
    padding-left: 5px;
}

.section-head-less-pad {
    padding-bottom: 10px;
}

.text-sm{
    font-size: 16px !important;
}

.text-right{
    text-align: right;
}

.order-amount {
    margin: 0 auto;
    float: none;
}


.fa-stack[data-count]:after {
    content: attr(data-count);
    font-size: 40%;
    border-radius: 999px;
    line-height: .75em;
    background: white;
    border-style: solid;
    padding: .6em;
    color: #f85a40;
    text-align: center;
    min-width: 2em;
    font-weight: bold;
    position: absolute;
    right: 0%;
    top: 0%;
}

.fa-circle {
    color: #f85a40;
}

.basket-btn {
    top: 130px;
    right: 100px;
    position: fixed;
    z-index: 99;
}

@media (max-width: 1920px) {
    .basket-btn {
        top: 130px;
        right: 330px;
        position: fixed;
        z-index: 99;
    }
}


@media (max-width: 1500px) {
    .basket-btn {
        top: 130px;
        right: 130px;
        position: fixed;
        z-index: 99;
    }
} 

@media (max-width: 800px) {
    .basket-btn {
        top: 130px;
        right: 10px;
        position: fixed;
        z-index: 99;
    }
}

.btn-action {
    background-color: #f85a40 !important;
    color: white !important;
}

.btn-action:hover {
    background-color: #f85a40 !important;
    color: white !important;
}

.btn-action-secondry {
    background-color: #008374 !important;
    color: white !important;
}

.btn-action-secondry:hover {
    background-color: #008374 !important;
    color: white !important;
}

.i-action {
    color: #f85a40!important;
}

.order-trash{
    margin-left: 10px;
}

.alert a{
    text-decoration: underline;
}

.highlight-alert-text {
    color: #f85a40 !important;
}

.shadow-box {
    background-color: #FFF;
    height: 100%;
    padding: 20px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 2px 25px rgb(0 0 0 / 10%);
}

.text-xs{
    font-size: 11px;
}


.account-link:hover{
    text-decoration: underline;
}

.fa-plug{
    color: #FFF;
}

.form-check-input[type='checkbox']:checked {
    background-color: #008374;
    border-color: #FFF;
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 100, 0, 0.25)
}

.form-check-input[type='radio']:checked {
    background-color: #008374;
    border-color: #FFF;
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 100, 0, 0.25)
}

.current-dancer {
    color: #f85a40 !important
}


@media (max-width: 1024px) {
    .non-essential {
        display: none;
    }
}


.text-action {
    color:#f85a40 !important
}


.background-grey {
    background-color: #c6c5c5
}


.competition-name{
    min-height: 135px;
}

.pay-now {
    background: #f85a40;
    text-align: center;
    padding: 10px;
    color: #FFF;
    font-size: 22px;
}

.pay-now a {
    text-decoration: underline;
}