:root{
    --light-green: #aaff55;
    --easy-green: #c1f7c1;
    --dark-grey: #555555;
    --stream_bg: rgba(0, 74, 93, 0.85);
    --stream_atnlete_bg: rgb(201, 239, 255);
    --stream_atnlete_name: rgba(0, 74, 93, 0.85);
    --deep_blue: rgb(29 147 217);
    --dark_blue: #194c6e;
    --light_danger: #ffc7c7;
}
.stream_activity_header{
    margin: 30px;
}
.activity_name{
    background-color: var(--dark_blue);
    padding: 10px 30px;
    border-radius: 50px;
    font-size: calc(1.2rem);
    color: #FFFFFF;
    font-weight: 600;
    float: left;
    max-width: 80%;
}
.activity_time_block{
    text-align: center;
    float: right;
}
.stream_rosturnir{
    font-size: 12px;
    font-weight: 600;
    text-align: right;
    letter-spacing: 1px;
    color: #FFFFFF;
}
.activity_time{
    background-color: var(--dark_blue);
    padding: 5px 10px;
    border-radius: 2px 20px;
    font-size: 1.2rem;
    color: #FFFFFF;
    font-weight: 400;

}
div.accordion-body{
    background-color: #FFFFFF;
}
.gold-gradient {
    background: linear-gradient(
        45deg,
        #ffd700 0%,
        #ffc83c 25%,
        #ffec8b 50%,
        #ffc83c 75%,
        #ffd700 100%
    );
    background-size: 400% 400%;
    animation: gradient-shift 8s ease infinite;
    position: relative;
    overflow: hidden;
}

.stream_athlete_bg{
    background: var(--stream_atnlete_bg);
}

/* Для текста с градиентом */
.gold-text {
    background: linear-gradient(
        45deg,
        #ffd700 0%,
        #daa520 25%,
        #ffec8b 50%,
        #daa520 75%,
        #ffd700 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-size: 400% 400%;
    animation: gradient-shift 8s ease infinite;
}

@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.music_icons {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 0.2rem;
    margin: auto;
    padding: 0;
    max-width: 100px;
}

/* Дополнительные стили для эффекта свечения
.gold-gradient::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(
        circle at center,
        rgba(255, 215, 0, 0.4) 0%,
        transparent 70%
    );
    animation: glow 3s ease-in-out infinite;
}*/

@keyframes glow {
    0%, 100% {
        opacity: 0.8;
    }
    50% {
        opacity: 0.3;
    }
}

.stream_cover{
    margin: 10px auto;
    filter: drop-shadow(0px 5px 2px rgba(0, 0, 0, 0.2));
    opacity: 0;
    max-width: 70%;
}
.stream_athlete{
    background-color: var(--stream_atnlete_bg);
    padding: 5px;
    border-radius: 25px;
    color: #FFFFFF;

}
.stream_athlete_top{
    display: flex;
    gap: 10px;
}
.stream_athlete_name{
    font-size: 1.5rem;
    padding: 2px 10px;
    /*background: #15415e;*/
    background-color: var(--stream_atnlete_name);
    border-radius: 20px;
    width: 100%;
    font-weight: 600;
    text-align: center;
}
.stream_apparatus{
    padding: 2px 10px;
    width: 40%;
    text-align: center;
    font-size: 1.5rem;
    color: rgba(64,78,101,1);
    font-weight: 600;
    border: 2px dashed #404e65;
    border-radius: 20px;
    margin-left: 10px;
}
.stream_info{
    background: var(--stream_atnlete_name);
    border-radius: 20px;
    font-weight: 600;
    text-align: center;
    padding: 7px;
    overflow: hidden;
    min-width: 100px;
    white-space: nowrap;
}
.stream_info.stream_school_label{
    width: 100%;
}
.stream_info.stream_coach_name{
    width: 61%;
}
.diploma_athlete_select{
    cursor: pointer;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid var(--dark-grey);
}
.diploma_athlete_select.checked{
    background-color: var(--light-green);
    border: none;
}
.select_all_athlete{
    cursor: pointer;
}
.select_all_athlete:hover{
    background-color: var(--light-green) !important;
}
.gradient-custom-2 {
    /* fallback for old browsers */
    background: #fc9090;

    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);

    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);
    }

    .gradient-button-2 {
        /* fallback for old browsers */
        background: #fc9090;

        /* Chrome 10-25, Safari 5.1-6 */
        background: -webkit-linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);

        /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        background: linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);
        }

    .gradient-button-2:hover{
    /* fallback for old browsers */
    background: #fc9090;

    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, #b65c1c, #962527, #91224c, #992b78);

    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right, #b65c1c, #962527, #91224c, #992b78);
    }

    .text-justify{
        text-align: justify !important;
    }
    .paragraph{
        text-indent: 20px;
    }

    .border-right-2{
        border-right: 2px solid #b65c1c;
    }


input::placeholder {
  color: #ccc !important;
  opacity: 0.5; /* Firefox */
}
    @media (min-width: 768px) {
    .gradient-form {
    height: 100vh !important;
    }
    }
    @media (min-width: 769px) {
    .gradient-button-2 {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
    }
    }

.bg-sbavki{
    background: var(--light_danger);
}

.flowItem{
	border: none;
}
.flowItem .accordion-body{
	background: #f8f8f8;
	padding: 10px 5px 0px 5px;
}
.flow_info{
	display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    margin-right: 5px;
	gap: 0.25rem;
}
.athlet-select{
	min-width: 95px;
    max-height: fit-content;
}
.protocol_del_btnGroup{
	text-align: center;
    margin: auto;
	min-width: 50px;
}
.athlet-select-ingroup{
	margin: auto;
	min-width: 80px;
    text-align: center;
}
.protocol-print-btn{
	display: flex;
    align-items: center;
	border: 1px solid #000;
}
.my-accordion-header{
	cursor: pointer;
	display: flex;
    align-items: center;
	justify-content: space-between;
    flex-wrap: nowrap;
}
.protocol-header-name{
	display: flex;
    align-items: center;
}
.dflex-center{
	display: flex;
    align-items: center;
}
.tourney-accordion-header{
	cursor: pointer;
}
.flow_info_label{
	min-width: 75px;
    text-align: center;
}
li.list-athlete {
	padding: 5px;
    font-weight: 600;
    margin-bottom: 5px;
	background-color: #e7eff4;
	border: 1px dashed #000000;
}