body {
    --bs-body-bg: transparent;
    background-image: url(/css/bg2.jpg), linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)) !important;
    background-blend-mode: overlay !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}
.bg-body-tertiary {
    --bs-bg-opacity: 0;
}
.modal{
    --bs-modal-bg: white;
}
.dropdown-menu{
    --bs-dropdown-bg: white;
}
#hlavicka{
   background-color: #5e5e5e;
    color: white;

}
#hlavicka a{
    color: white;
}
/*.obsah{*/
/*    background-image: linear-gradient(to bottom, #90EE90, rgba(208, 241, 208, 0.85));*/
/*    color: white;*/
/*}*/

.hriste, .hriste tbody tr td{
    background-color: #FEDDA8;
}



.obsah {
    /*background-image: url(/css/bg1.jpg), linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));*/
    /*background-blend-mode: overlay;*/
}

.selected {
    background-color: #e78787;
}


/*#foot{*/
/*    background-color: #5e5e5e;*/
/*    color: white;*/
/*}*/

.penalty{
    padding: 3px;
    text-align: center;
    white-space: nowrap;
}
.yellow-red {
    position: relative;
    display: inline-block;
    width: 1em; /* Nastavíme šířku ikony */
}

.yellow-red::before {
    content: "";
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    color: rgb(250,53,69); /* První půlka ikony bude červená */
}

.yellow-red::after {
    position: absolute;
    content: "";
    top: 0;
    left: 60%;
    width: 40%;
    height: 100%;
    border-bottom-right-radius: 2px ;
    border-top-right-radius: 2px ;
    background-color: rgb(255,193,7) /* Druhá půlka ikony bude žlutá */
}

.libero{
    float: right;
}

.s-podanim{
    border-bottom:#3FAAFE 10px solid;
    /*border-radius: 10px;*/
}

.score{
}

/* Vlastní pozadí s průhledností */
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Průhlednost můžete upravit zde */
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Vlastní styl otáčející ikony */
.loading-icon {
    animation: spin 1s linear infinite;
    font-size: 2rem;
    color: white;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.penalty{
    padding: 3px;
    text-align: center;
    white-space: nowrap;
}
.yellow-red {
    position: relative;
    display: inline-block;
    width: 1em; /* Nastavíme šířku ikony */
}

.yellow-red::before {
    content: "";
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    color: rgb(250,53,69); /* První půlka ikony bude červená */
}

.yellow-red::after {
    position: absolute;
    content: "";
    top: 0;
    left: 60%;
    width: 40%;
    height: 100%;
    border-bottom-right-radius: 2px ;
    border-top-right-radius: 2px ;
    background-color: rgb(255,193,7) /* Druhá půlka ikony bude žlutá */
}


ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #EBEEF2;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}
#menu-button.bg-success {
    background-color: #ADD94E !important;
}
.btn-primary {
    background-color: #3FAAFE;
    border-color: #3FAAFE;
}

.square {
    position: relative;
    width: 100%;
    padding-bottom: 50%; /* Toto nastaví výšku na stejnou hodnotu jako šířka */
}

.square-content {
    position: absolute;
    width: 100%;
    height: 100%;
}

.square-content #hriste_insert {
    width: 100%;
    height: 100%;
}
.square-content #hriste_insert #hriste {
    width: 100%;
    height: 100%;
}
.square-content #hriste_insert #hriste .hriste .table {
    width: 100%;
    height: 100%;
}

/*.strana_s_podanim table tr #hriste-a-1{*/
/*    background-color: red;*/
/*    color: white;*/
/*}*/

/*.strana_s_podanim #hriste-b-1{*/
/*    background-color: red;*/
/*    color: white;*/
/*}*/
