.v-application {
    background-color: #F8F9FD !important;
}

.v-application--wrap{
    min-height: 60vh !important;
}

.start_date{
    color: #fd8e57;
}

.nopad{
    padding: 0 0 0 0 !important;
}

.tuttitle{
    min-height: 120px;
}

.wt{
    color:white !important;
}

.v-label {
    top: 5px;
}

.main-footer a:hover{
    color: silver !important;
}

.news-detail{
    font-family: 'Roboto';
    font-size: 14px;
}

.time{
    color: white !important;
    font-weight: 800 !important;
    font-size: 15px !important;
    background-color: dodgerblue !important;
}

.btn-style-one{
    text-transform: none !important;
}

.btn-style-two{
    text-transform: none !important;
}

.news-div ul li{
    list-style-type: disc;
}

.news-div ol li{
    list-style-type: decimal;
}

.see-all{
    font-size:14px !important;
}

.text-h5{
    word-break: normal !important; /* Zapobiega łamaniu wyrazów w środku */
    white-space: normal !important; /* Pozwala na łamanie tekstu do nowych linii */
}

.dashboard-block {
    background: #fff;
    border-radius: 8px;
    padding: 10px 15px;
    margin-bottom: 24px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    cursor: default;
    transition: all 0.3s ease;
    min-height:120px;
}
.dashboard-block:hover {
    box-shadow: 0 8px 16px rgba(0,0,0,0.15);
    transform: translateY(-4px);
}

.icon-box {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
    color: white; /* ikona na biało */
    font-size: 24px;
}

@media (max-width: 1342px) {
    .icon-box {
        margin-right: 2px;
    }
}

.icon-bg-1 { background-color: #6a5acd; }   /* słodki fiolet (Slate Blue) */
.icon-bg-2 { background-color: #d291bc; }   /* pastelowy róż */
.icon-bg-3 { background-color: #4a90e2; }   /* stonowany niebieski */
.icon-bg-4 { background-color: #40c9a2; }   /* miękki turkus */
.icon-bg-5 { background-color: #7b3f61; }   /* przygaszony bordowy */
.icon-bg-6 { background-color: #8b7d7b; }   /* neutralny taupe (szaro-brązowy) */

.courses {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.courses span {
    display: block;
    font-size: 28px;
    font-weight: 800;
    margin-top: 4px;
}

/* Kolory cyfr takie jak tło ikon */
.text-color-1 { color: #6a5acd; }
.text-color-2 { color: #d291bc; }
.text-color-3 { color: #4a90e2; }
.text-color-4 { color: #40c9a2; }
.text-color-5 { color: #7b3f61; }
.text-color-6 { color: #8b7d7b; }

.opinion-section {
    padding: 50px 0;
    background-color: #f9f9f9;
    display: flex;
    justify-content: center; /* środek poziomy */
    align-items: center;     /* środek pionowy, jeśli chcesz */
    flex-direction: column;  /* pionowe ułożenie */
}

.opinion-wrap {
    max-width: 100%;
    padding: 0 20px; /* albo mniej, np 15px */
    box-sizing: border-box;
}

.opinion-carousel-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;

}

.opinion-carousel-track {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    align-items: stretch;
}

.opinion-carousel-track::-webkit-scrollbar {
    display: none;
}

.opinion-card {
    flex: 0 0 280px;
    background: white;
    border-radius: 15px;
    padding: 25px 30px 30px 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-width: 260px;
    max-width: 300px;
    height: 300px; /* dostosuj wg potrzeb, na przykład tyle, ile ma 3 linijki tekstu plus marginesy */
    transition: height 0.3s ease;
}
.opinion-card.expanded {
    height: auto;
}

    .opinion-icon {
    font-size: 3rem;
    color: #4a90e2;
    margin-bottom: 20px;
    position: relative;
}

.opinion-icon i::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 12px 12px 0 12px;
    border-style: solid;
    border-color: #4a90e2 transparent transparent transparent;
}

.opinion-text {
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 3;*/
    /*-webkit-box-orient: vertical;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    cursor: pointer;
    transition: all 0.2s ease;
}

.opinion-text.expanded {
    -webkit-line-clamp: unset;
    max-height: none;
    overflow: visible;
}


.opinion-author {
    font-weight: 600;
    color: #222;
    margin-bottom: 6px;
}

.opinion-date {
    font-size: 0.85rem;
    color: #999;
}

.arrow-btn {
    background: transparent;
    border: none;
    font-size: 3rem;
    font-weight: bold;
    color: #4a90e2;
    cursor: pointer;
    user-select: none;
    width: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s ease;
}

.arrow-btn:hover {
    color: #357ABD;
}
.custom-link {
    color: #1976d2; /* domyślny kolor linków Vuetify */
    text-decoration: underline;
    font-weight: 500;
    transition: color 0.3s ease;
    cursor: pointer;
}

.custom-link:hover {
    color: #004a8f; /* ciemniejszy odcień na hover */
    text-decoration: none;
}








