*, ::before, ::after {
    box-sizing: border-box;
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}

body {
    margin: 0;
    line-height: inherit;
    /*scrollbar-width: none; /* Skryje scrollbary v prohlížečích podporujících tuto vlastnost */
    overflow-y: scroll; /* Zajistí, že stránka bude stále skrolovatelná */
}

/* Skryje posuvníky, ale zachová scrollování */
::-webkit-scrollbar {
    /*display: none; /* Skryje scrollbary v prohlížečích založených na WebKitu */
}

.after::after, .before::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #d2d2d2;
    margin: 10px auto;
}

.after-h3::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #d2d2d2;
    margin: 10px 0 0 -1.25rem;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    cursor: default;
}

a {
    color: inherit;
    text-decoration: inherit;
}

b, strong {
    font-weight: bolder;
} 

p {
    margin-top: 0;
    margin-bottom: 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0;
}

h1, .h1 {
    font-size: 2rem;
}

h2, .h2 {
    font-size: 1.5rem;
}

h3, .h3 {
    font-size: 1.17rem;
}

h4, .h4 {
    font-size: 1rem;
}

h5, .h5 {
    font-size: 0.83rem;
}

h6, .h6 {
    font-size: 0.67rem;
}

small {
    font-size: 80%;
    font-weight: 400;
}

body {
    display: -ms-flexbox !important;
    display: flex !important;
    min-height: 100vh;
    background-color: #ffffff;
    color: #0d0c0f;
}

body:is(.dark *) {
    background-color: #0d0c0f;
    color: #f9f9f9;
}

main {
    flex-grow: 1;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

main a {
    color: #607d8b; 
    text-decoration: none; 
    transition: color 0.3s ease;
    font-weight: 600; /* bold */
    width: fit-content;
}

main a:is(.dark *) {
    color: #96c0d4;
}

main a:hover {
    text-decoration: underline;
}

.cursor-pointer {
    cursor: pointer;
}

section {
    display: flex;
    flex-direction: column;
    color: #0d0c0f;
    max-width: 1440px;
}

section:is(.dark *) {
    color: #f9f9f9;
}

aside {
    min-width: 200px;
    max-height: 100%;
    background: linear-gradient(90deg, #99191900, #f9f9f9);
}

aside:is(.dark *) {
    background: linear-gradient(90deg, #99191900, #1a161f);
}

.container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-content: flex-start;
    margin: 1rem 0;
    width: 100%;
    padding: 1rem;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-content: flex-start;
    margin-right: 0;
    margin-left: 0;
}

.info-bar {
    display: -ms-flexbox !important;
    display: flex !important;
    align-items: center;
    width: 100% !important;
    padding: .5rem; /* 8px */
    margin-bottom: .75rem; /* 12px */
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: .5rem !important;
}

.info-bar:is(.dark *) {
    background: #252229;
}

.menu-section {
    display: flex;
    /* justify-content: center; */
}

.menu-section .searching {
    display: none;
}

.menu-section .searching svg {
    width: 1.5rem;
    height: 1.5rem;
}

.menu-list {
    display: flex;
}

.menu-list-body {
    width: 100%;
    margin-left: 2rem; /* 32px */
}

.menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.menu h3 {
    margin-left: 2rem; /* 32px */
    margin-bottom: .5rem; /* 8px */
    font-weight: 700;
}

.sidebar-list {
    display: grid;
    padding: 1rem 0;
    gap: .5rem;
}


.right-side, .left-side {
    position: relative;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
}







/******************************/
/*          CAROUSEL          */
/******************************/
.carousel {
    position: relative;
}

.carousel-caption {
    background-color: rgba(0, 0, 0, 0.5);
}

.carousel .carousel-inner .carousel-item {
    height: 200px;  
    overflow: hidden;
}

.carousel .carousel-inner .carousel-item img {
    min-height: 100%;
    width: 100%;
    object-fit: cover;
}

.carousel-slide {
    position: relative;
    text-align: center;
}

.carousel-slide img {
    width: 100%;
    object-fit: cover;
    height: 300px;
}

.slick-slide img {
    display: block;
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-slide img {
    display: block;
}




/******************************/
/*             TAB            */
/******************************/
.tab-container {
    position: relative;
    border-radius: 25px;
    margin-top: 20px;
}

.tab-list {
    display: none;
    padding: 20px;
    border: 1px solid #dee2e6;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    width: 100%;
    background: #f9f9f9;
    border-radius: 0 .5rem 0 0;
}

.tab-list:is(.dark *) {
    background: #252229;
}

.tab-list.active {
    display: block;
}

.tab-list form {
    width: 100%;
    margin: 1rem 0;
}

.tab-links {
    display: flex;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    gap: 5px;
    overflow-x: scroll;
    overflow-y: hidden; /* Skrývá vertikální posuvník, pokud existuje */
    -ms-overflow-style: none;  /* Pro Internet Explorer a Edge */
    scrollbar-width: none;  /* Pro Firefox */
}

.tab-links::-webkit-scrollbar {
    display: none;  /* Pro Chrome, Safari a Opera */
}

.tab-links a {
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 5px 5px 0 0;
    background-color: #f0f0f0;
    color: #000;
    display: inline-block;
}

.tab-links a.active {
    color: #fff;
    border: 1px solid #dee2e6;
    border-bottom: none;
}

.tab-links a:is(.dark *) {
    background: rgb(37 34 41);
}

.karta {
    border: 1px solid #dee2e6;
    border-radius: 5px 5px 0 0;
}




/******************************/
/*            TABLE           */
/******************************/
table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
}



.table thead th {
    color: #212529; 
}



.table tbody td {
    color: #495057; 
    padding: 5px;
}

.table tbody tr:hover {
    background-color: #e2e6ea; /* Mírně odlišná barva při najetí myší */
}

.tab-pane .table tbody td {
    text-align: center;
}

.tab-pane .table tbody td:nth-child(2) {
    text-align: left;
}

.tab-pane .table tbody td img {
    margin: 0 auto;
}


/******************************/
/*            IMAGE           */
/******************************/
.img-fluid {
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
    width: 100%;
    border-radius: .25rem !important;
}

.img-size {
    height: 195px;
}





/******************************/
/*            FORM            */
/******************************/
.form-group {
    margin-bottom: 1rem;
}

.form-group textarea {
    border: 1px solid #ccc;
    width: 100%;
    height: 100px;
}

.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.label {
    color: white;
    border: 1px solid #9E9E9E;
    padding: 0 .25rem;
}

label {
    display: inline-block;
    margin-top: .5rem;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
}

button, select {
    text-transform: none;
}

input {
    padding: 5px 10px;
    border: 1px solid #ccc;
    color: black;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1;
    color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    color: #9ca3af;
}

input[type=checkbox], 
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

button, input {
    overflow: visible;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
}

textarea {
    resize: vertical;
    border: 1px solid #ccc;
    padding: 10px;
    color: black;
    width: 100%;
}

textarea:is(.dark *) {
    background: #e1e1e1;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}


/******************************/
/*            BTNS            */
/******************************/
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    /* transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; */
}

.add {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    padding: 0.5em 1em;
    border: transparent;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
    background: dodgerblue;
    color: white;
    border-radius: .25rem;
    margin-top: 10px;
}
   
.add:hover,
.add-search:hover {
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(30,144,255,1) 0%, rgba(0,212,255,1) 100%);
    text-decoration: none;
}
   
.add:active {
    transform: translate(0em, 0.2em);
}

.add-book {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    padding: 0.5em 1em;
    border: transparent;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
    background: #61872B;
    color: white;
    border-radius: .25rem;
    margin-top: 10px;
    height: fit-content;
}
   
.add-book:hover {
    background: rgb(2,0,36);
    background: linear-gradient(90deg, #61872B 0%, #4FB021 100%);
    text-decoration: none;
}
   
.add-movie {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    padding: 0.5em 1em;
    border: transparent;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
    background: #A52B21;
    color: white;
    border-radius: .25rem;
    margin-top: 10px;
    height: fit-content;
}
   
.add-movie:hover {
    background: rgb(2,0,36);
    background: linear-gradient(90deg, #A52B21 0%, #ED3F2F 100%);
    text-decoration: none;
}

.add-game {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    padding: 0.5em 1em;
    border: transparent;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
    background: #0A76A9;
    color: white;
    border-radius: .25rem;
    margin-top: 10px;
    height: fit-content;
}
   
.add-game:hover {
    background: rgb(2,0,36);
    background: linear-gradient(90deg, #0A76A9 0%, #14ACF5 100%);
    text-decoration: none;
}

.add-book:active,
.add-movie:active,
.add-game:active {
    transform: translate(0em, 0.2em);
}

.add-search {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    padding: 0.5em 1em;
    border: transparent;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
    background: dodgerblue;
    color: white;
    border-radius: 0 .25rem .25rem 0;
}

.search-field {
    width: 100%;
    position: relative;
    border-radius: .25rem 0 0 .25rem;
    border: 1px solid #ced4da;
}

button, [role="button"] {
    cursor: pointer;
}

.input-group-append .btn, .input-group-prepend .btn {
    position: relative;
    z-index: 2;
}

.input-group>.input-group-append>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}


/******************************/
/*           SOCIALS          */
/******************************/
/* TWITTER */
.btn-info {
    background-color: #17a2b8;
    border-color: #17a2b8;
}

/* E-MAIL */
.btn-dark {
    background-color: #343a40;
    border-color: #343a40;
}

/* LINKEDIN */
.btn-secondary {
    background-color: #6c757d;
    border-color: #6c757d;
}

/* FACEBOOK */
.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}

/* WHATS APP */
.btn-success {
    background-color: #28a745;
    border-color: #28a745;
}

.btn-info,
.btn-dark,
.btn-secondary,
.btn-primary,
.btn-success {
    color: #fff;
    margin-bottom: .5rem; /* 8px */
    margin-right: .25rem; /* 4px */
}




/******************************/
/*            CARD            */
/******************************/
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    width: 100%;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: .5rem;
    border: 1px solid #ccc;
    margin-bottom: 1rem; /* 16px */
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
}

.card-body {
    display: flex;
    flex-wrap: wrap;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    width: 100%;
    background-color: #f9f9f9;
    border-radius: .5rem !important;
}

.card-body:is(.dark *) {
    background: #252229;
}

.card-body h4 {
    margin-bottom: .75rem;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-body h3 {
    font-weight: 700;
    width: 100%;
}

.card-text {
    -webkit-line-clamp: 6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 10px 0;
}

.card-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: .75rem;
    width: 100%;
    font-weight: 700;
}

.card-title a {
    width: 100%;
}

.seasons-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
}


/******************************/
/*          PASSWORD          */
/******************************/
.password-field {
    --c-text: #5A5A64;
    --c-text-light: #A1A1B6;
    --c-text-selection: #09ABC3;
    --c-background: #fff;
    --c-background-selection: rgba(9, 171, 195, 0.15);
    --c-border: #E2E2ED;
    --c-border-hover: #D0D0DB;
    --c-border-active: #09ABC3;
    --c-shadow: rgba(41, 41, 86, 0.06);
    --c-shadow-active: rgba(9, 171, 195, 0.25);
    --eye-background: 0;
    --eye-offset: 3px;
    --eye-wrapper-y: 0;
    --eye-y: 0;
    --eye-x: 0;
    --eye-s: 1;
    width: 100%;
    position: relative;
    border-radius: .25rem;
    border: 1px solid #ced4da;
    background: var(--c-background);
    box-shadow: inset 0 0 0 1px var(--border, var(--c-border)), 0px 1px 3px var(--shadow, var(--c-shadow));
    transition: box-shadow .25s;
}

.password-field:hover {
    --border: var(--c-border-hover);
    --eye-duration: .05s;
}

.password-field:focus-within {
    --border: var(--c-border-active);
    --shadow: var(--c-shadow-active);
}

.password-field input,
.password-field button {
    -webkit-appearance: none;
    outline: none;
    background: none;
    border: none;
    margin: 0;
}

.password-field input {
    display: block;
    font-family: inherit;
    font-size: 16px;
    line-height: 21px;
    height: 45px;
    color: var(--c-text);
    padding: 12px 41px 12px 16px;
    opacity: var(--o, var(--default-o, 1));
    pointer-events: var(--pe, var(--default-pe, auto));
    border-radius: .25rem;
}

.password-field input::placeholder {
    color: var(--c-text-light);
    transition: color .25s;
}

.password-field input::selection {
    color: var(--c-text-selection);
    background: var(--c-background-selection);
}

.password-field input:focus::placeholder,
.password-field input:hover::placeholder {
    color: var(--c-text);
}

.password-field input:not(.clear) {
    width: 100%;
}

.password-field input.clear {
    --y: var(--clear-y, 12px);
    --o: var(--clear-o, 0);
    --pe: var(--clear-pe, none);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}

.password-field button {
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    padding: 11px;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    transform: scale(var(--s, 1));
    color: var(--c-text-light);
    transition: color .25s, transform .15s;
}

.password-field button:hover {
    color: var(--c-text);
}

.password-field button:active {
    --s: .95;
}

.password-field button svg {
    display: block;
    width: 23px;
    height: 23px;
    pointer-events: none;
}

.password-field button svg .top,
.password-field button svg .bottom,
.password-field button svg .lashes {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5px;
    stroke-linecap: round;
}

.password-field button svg .lashes {
    stroke-dasharray: 3px;
    stroke-dashoffset: var(--eye-offset);
}

.password-field button svg .top {
    fill: var(--c-background);
    fill-opacity: var(--eye-background);
}

.password-field button svg .eye {
    fill: currentColor;
    transform-origin: 10.5px 13.5px;
    transform: translate(var(--eye-x), var(--eye-y)) scale(var(--eye-s)) translateZ(0);
    transition: transform var(--eye-duration, .3s);
}

.password-field.show {
    --default-y: -12px;
    --default-o: 0;
    --default-pe: none;
    --clear-y: 0;
    --clear-o: 1;
    --clear-pe: auto;
}


/******************************/
/*          FA-ICON           */
/******************************/
.fa-cart-shopping:is(.dark *),
.fa-gamepad:is(.dark *),
.fa-book:is(.dark *),
.fa-video:is(.dark *),
.fa-film:is(.dark *),
.fa-trophy:is(.dark *),
.fa-star:is(.dark *),
.fa-user:is(.dark *) {
    color: #ffffff;
}

.fa-circle-question {
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.fa-regular.fa-envelope,
.fa-regular.fa-bell {
    font-size: 25px;
    margin-right: 20px;
    color: #ffffff;
}

.fa-trash-can {
    margin-right: 10px;
}


/******************************/
/*         COLOR TEXT         */
/******************************/
/* MOVIES */
.movies {
    color: #A52B21;
}

.movies:is(.dark *) {
    color: #ED3F2F; 
}

/* BOOKS */
.books {
    color: #61872B;
}

.books:is(.dark *) {
    color: #4FB021;
}

/* GAMES */
.games {
    color: #00A0E3;
}

.games:is(.dark *) {
    color: #14ACF5;
}

/* BADGES */
.badges,
.badges:is(.dark *) {
    color: #fec303;
}

/* STATS */
.stats:is(.dark *) {
    color: #607D8B;
}

/* SHOP */
.shop:is(.dark *) {
    color: #ca7620;
}

/* COMMUNITY */
.community:is(.dark *) {
    color: #8e8e8e;
}



/******************************/
/*           AVATAR           */
/******************************/
.avatar {
    margin: auto;
}

.avatar-container {
    display: inline-block;
    position: relative;
    margin: 10px; 
}

.avatar-container input[type="radio"] {
    display: none;
}

.avatar-container.selected img {
    box-shadow: 0 0 10px 5px #e91e63;
}


/******************************/
/*           PAYMENT          */
/******************************/
.payment {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.payment-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem; /* 16px */
}


/******************************/
/*         MY MARKET          */
/******************************/
.my-market {
    display: flex;
    align-items: flex-start;
    margin-top: 1rem;
}

.my-market img {
    width: 100%;
    border-radius: .25rem !important;
}

.my-market-info {
    flex-grow: 1;
}

.my-market-info span,
.my-market-price span {
    font-size: 0.875rem; /* 14px */
    line-height: 1.25rem; /* 20px */
}

.my-market-price {
    display: flex;
    align-items: flex-end;
    margin-left: auto;
}


/******************************/
/*          ARTICLES          */
/******************************/
article {
    margin-bottom: 50px;
}

.article {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    border: 1px solid #dee2e6;
    background-color: #ffffff;
    border-radius: .25rem !important;
    margin-top: 0.5rem;
}

.article:is(.dark *) {
    background-color: #0d0c0f;
}

.article img {
    border-top-left-radius: .25rem; /* 4px */
    border-bottom-left-radius: .25rem; /* 4px */
    max-width: 100px;
    height: fit-content; 
    object-fit: contain; 
    margin-right: 5px
}

.article-text {
    display: flex;
    flex-wrap: wrap;
    padding: .5rem; /* 8px */
    flex: 2;
}

.article-item {
    display: grid;
    gap: 20px;
    margin-top: 1.25rem; /* 20px */
    grid-template-columns: repeat(4, minmax(0, 1fr));
}


/******************************/
/*          BIRTHDAY          */
/******************************/
.birthday {
    display: flex;
    flex-wrap: wrap;
}

.birthday img {
    width: 100px;
    margin-right: 10px;
}

.birthday-body {
    display: flex;
    flex-wrap: wrap;
    flex: 2;
}

.birthday-body h3 {
    margin-top: .5rem; /* 8px */
}

.birthday-body a {
    width: 100px;
    margin-bottom: 1rem; /* 16px */
    font-weight: 700;
}

.birthday-body p {
    width: 100px;
}





.box-info {
    display: flex !important;
    flex-wrap: wrap;
    margin-bottom: .75rem; /* 12px */
    margin-top: 1rem;
}

.box-img {
    display: flex;
    flex-shrink: 0;
    justify-content: space-between;
}

.box-img img {
    object-fit: cover; 
    max-width: 180px; 
    height: fit-content;
}

.box-info-rating {
    margin-bottom: .5rem;
    display: flex;
    align-items: center;
    width: fit-content;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-content: flex-start;
}

.box-body {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.box-detail {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    width: 100%;
}



/******************************/
/*        BOOK MARKET         */
/******************************/
.book-market {
    display: flex;
    flex-wrap: wrap;
}

.book-market-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.book-market-title h4 {
    font-weight: 700;
}

.book-market-body {
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid #dee2e6 !important;
    border-radius: .25rem !important;
    background-color: #ffffff;
    margin-top: 0.5rem;
}

.book-market-body:is(.dark *) {
    background-color: #0d0c0f;
}

.book-market-body img {
    border-top-left-radius: .25rem; /* 4px */
    border-bottom-left-radius: .25rem; /* 4px */
    width: 80px;
}

.book-market-text {
    margin-left: .5rem; /* 8px */
    padding: .5rem;
    flex: 2;
}

.book-market-user {
    font-size: 0.875rem; /* 14px */
    line-height: 1.25rem; /* 20px */
    text-align: end;
    width: 100%;
}


/******************************/
/*         PAGINÁTOR          */
/******************************/
.pagination {
    margin-top: 2rem; /* 32px */
    width: 100%;
}

.first-page {
    margin-right: 1rem; /* 16px */
}

.current-page {
    margin-left: 1rem; /* 16px */
    margin-right: 1rem; /* 16px */
}

.last-page {
    margin-left: 1rem; /* 16px */
}

.step-links {
    display: flex;
    justify-content: center;
}


/******************************/
/*         USER ICON          */
/******************************/
.user {
    display: flex;
    justify-content: space-between;
}

.user img {
    border-radius: 50%;
    width: 30px;
}

.user a {
    margin-left: .75rem; /* 12px */
    font-size: 80%;
}

.user p {
    margin-bottom: 0;
}

.komentar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.komentar li {
    border: 1px solid lightgrey;
    border-radius: 10px;
    padding: 15px;
}

.komentar .user {
    width: 100%;
    justify-content: space-between;
    padding: 0 10px;
}

.komentar li .after {
    padding: 0 10px;
    margin-bottom: 0;
    width: 100%;
}

.komentar .card-body {
    background-color: #ffffff;
}

.komentar .card-body:is(.dark *) {
    background-color: #0d0c0f;
}

.komentar .user a {
    font-size: 100%;
}

/******************************/
/*           FOOTER           */
/******************************/
footer {
    padding: 1rem;
    flex-shrink: 0;
    margin-top: auto; 
    border-top: 1px solid #dee2e6 !important;
    color: #ffffff;
}

footer a {
    color: #ccc;
    text-decoration: underline;
    text-underline-offset: 4px;
}

footer a:hover {
    color: #fff;
}

.footer-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.footer-social-icons {
    margin-top: .75rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.footer-social-icons a {
    text-decoration: none;
}

.column {
    align-self: flex-start;
    width: 20rem;
    margin-top: 2rem;
}

.column h5 {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;

}

.column li a {
    text-decoration-line: underline;
}


/******************************/
/*            MODE            */
/******************************/
.bg-light {
    background: linear-gradient(90deg, #99191900, #f9f9f9);
}

.bg-dark {
    background: linear-gradient(90deg, #99191900, #1a161f);
}

.mode {
    display: flex;
    align-items: flex-end;
    margin-bottom: .5rem;
    margin-right: 1rem;
    gap: 1rem;
}

.sun, .moon {
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
}


/******************************/
/*           RATING           */
/******************************/
.hodnoceni {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    width: 100%;
}

.hvezdicky {
    text-align: center;
}

.rating {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 10px;
}

.rating::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 75px;
    height: 75px;
    background: #444444;
    border-radius: 50%;
    z-index: 2;
    margin: 4px;
}

.rating::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 85px;
    height: 85px;
    background: conic-gradient(
        var(--gradient-color, #0a0) 0%,
        var(--gradient-color, #0a0) var(--gradient-value, 50%),
        #777777 var(--gradient-value, 50%)
    );
    border-radius: 50%;
    z-index: 1;
    margin: 4px;
}

.rating-inner {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}

.rating-inner span {
    font-size: 10px;
    margin-left: 2px;
    color: #ffd700;
    margin-top: -10px;
}

.rating:is(.dark *) {
    box-shadow: none;
}

.rating-users {
    text-align: center;
}

.rating-users li form {
    display: flex;
    justify-content: center;
}

.rating-users li form button {
    font-size: 13px;
}


/******************************/
/*       FAVORITE IKONY       */
/******************************/
.favorite-menu {
    display: grid;
    width: 100%;
    background-color: #fff;
    grid-template-columns: repeat(4, minmax(0, auto));
    position: relative;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.075);
    color: black;
    border: 1px solid #dee2e6 !important;
    border-radius: .5rem !important;
    margin-top: 1rem;
}

.favorite-menu:is(.dark *) {
    background: #252229;
}

.favorite-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 40px;
    border-radius: 99em;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transform-origin: center left;
    transition: width 0.2s ease-in;
    text-decoration: none;
    color: inherit;
}

.favorite-link:before {
    position: absolute;
    z-index: -1;
    content: "";
    display: block;
    border-radius: .5rem !important;
    width: 100%;
    height: 100%;
    top: 0;
    transform: translateX(100%);
    transition: transform 0.2s ease-in;
    transform-origin: center right;
    /* background-color: #7c7b7b; */
    margin-left: 1px;
}

.favorite-link:hover, .favorite-link:focus {
    outline: 0;
    width: 130px;
}

.favorite-link:hover:before,
.favorite-link:hover .favorite-link-title, .favorite-link:focus:before,
.favorite-link:focus .favorite-link-title {
    transform: translateX(0);
    opacity: 1;
}

.favorite-link-icon {
    display: block;
    flex-shrink: 0;
    left: 18px;
    position: absolute;
}

.favorite-link-icon i {
    font-size: 20px;
    color: #000000;
}

.favorite-link-icon i:is(.dark *) {
    color: #ffffff;
}

.favorite-link-title {
    transform: translateX(100%);
    transition: transform 0.2s ease-in;
    transform-origin: center right;
    display: block;
    text-align: center;
    text-indent: 28px;
    width: 100%;
    color: #000000;
}

.favorite-link-title:is(.dark *) {
    color: #ffffff;
}



/******************************/
/*           VLAJKY           */
/******************************/
.language-switcher {
    display: flex;
    gap: 10px;
}

.language-switcher .flag img {
    width: 25px;
    height: 25px;
    cursor: pointer;
    border-radius: 50%;
}


/******************************/
/*           AUTHOR           */
/******************************/
.author-book {
    display: flex;
    flex-wrap: wrap;
}

.author-book-list {
    display: flex;
    align-items: start;
    width: 100%;
}

.author-book-list img {
    min-width: 80px;
    border-radius: .25rem !important;
    object-fit: cover;
    max-width: 100px;
}

.author-book-detail {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-left: 1rem; /* 16px */
}

.fans {
    display: flex;
    flex-wrap: wrap;
}

.heart a:hover, .heart a:hover {
    text-decoration: none;
}

.heart a {
    display: flex;
    position: relative;
}

.author-info {
    display: -ms-flexbox !important;
    display: flex !important;
    margin-bottom: .75rem; /* 12px */
    margin-top: 1rem; /* 16px */
}

.author-poster {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
    margin-right: 1rem; /* 16px */
}

.author-poster img {
    width: 100%;
    border-radius: .25rem !important;
    object-fit: cover;
}

.author-info-detail {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    flex-grow: 1;
    width: 100%;
}

.author-bio {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.author-bio details {
    width: 100%;
}

.creator-movie-list {
    width: 100% !important;
    border-collapse: collapse;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
}

.creator-movie-info {
    display: flex;
    align-items: center;
    padding: .25rem; /* 4px */
}

.creator-movie-info img {
    width: 70px; 
    height: auto;
}

.sudy {
    border-bottom: 1px solid #dee2e6;
}

.sudy:nth-child(even) {
    background-color: #f2f2f2;
}

.sudy:nth-child(even):is(.dark *) {
    background-color: #1c1c1c; 
}

/* .sudy:nth-child(1) {
    border-radius: 0 .5rem 0 0;
} */

.sudy:last-child {
    border-bottom: 0;
}

.creator-movie-detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-left: .5rem; /* 8px */
}

.creator-movie-name {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    flex: 1;
}

.creator-movie-name p {
    width: 100%;
}

.creator-movie-rating {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    width: 120px;
    font-size: 15px;
}

.movie-rating {
    font-size: 0.8rem;
    font-weight: 600;
    color: #d94b4b;
    background: rgba(217, 75, 75, 0.1);
    border: 1px solid rgba(217, 75, 75, 0.3);
    padding: 4px 10px 4px 12px;
    box-shadow: 0 2px 6px rgba(217, 75, 75, 0.25);
    margin: 0 15px 10px;
    border-radius: 5px;
}

.creator-movie-stars {
    margin-right: 10px;
}

.creator-movie-stars i {
    margin-right: 10px;
}

.movie-rating {
    width: 100%;
    text-align: center;
}


/******************************/
/*           CELEBRIT         */
/******************************/
.celebrit-list {
    display: grid;
    gap: 1rem;
    width: 100%;
    margin-bottom: .75rem; /* 12px */
}

.celebrit-list img {
    border-top-left-radius: .5rem; /* 8px */
    border-top-right-radius: .5rem; /* 8px */
    object-fit: cover;
}

.celebrit-list h4 {
    text-align: center;
    margin-top: .75rem;
}


/******************************/
/*           OSTATNÍ          */
/******************************/
.market {
    display: revert;
    width: fit-content;
    padding: 5px 10px;
    border-radius: .5rem;
    font-size: 1.17rem;
}

.price {
    display: inline-block;
    padding: .25em 1em;
    background: linear-gradient(90deg, #003300 10%, #61872B 90%);
    color: white;
    font-weight: bold;
    border-radius: 999px;
    box-shadow: 3px 3px 10px rgb(0 0 0 / 49%);
    font-family: 'Segoe UI', sans-serif;
    transition: transform 0.2s ease;
    max-height: 36px;
}

.price:is(.dark *) {
    background: linear-gradient(90deg, #003300 10%, #61872B 90%);
    border: 1px solid #ffffff;
    box-shadow: 3px 3px 10px rgb(255 255 255 / 49%);
}

.selection {
    display: flex;
    margin-top: 20px;
    /* flex-wrap: wrap; */
    justify-content: flex-end;
    width: 100%;
}

.favorite {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

.favorite i {
    font-size: 18px;
    margin: 10px;
}


/******************************/
/*           OSTATNÍ          */
/******************************/
.overlay {
    position: absolute;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    color: white;
    text-shadow: 1px 1px 3px #ccc;
    width: 100%;
    padding: 10px;
    text-align: left;
}

.hidden {
    display: none;
}

.last-line:last-child::after {
    content: none;
}

.after.line:nth-last-child(-n+2)::after {
    content: none; /* Odstraní obsah posledního after */
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #ccc;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    width: 100%;
}

.talk-img {
    padding: 1.25rem;
    text-align: center;
    border-radius: 10px 0;
}

.errorlist {
    box-shadow: 0 0 25px rgba(255, 0, 0, 0.6);
    padding: 15px;
    margin: 40px 0;
    font-size: 20px;
    font-weight: bold;
    border-radius: 10px;
    text-align: center;
}

.tags {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem; /* 8px */
}
    
.tag-detail {
    border-radius: .25rem !important;
    background-color: #c0c0c0;
    padding: .25rem; /* 4px */
}

.award-admin {
    width: 100%;
    align-items: center;
    justify-content: center;
    border: 1px solid #dee2e6 !important;
    padding: 1rem; /* 16px */
}

.last-post {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.last-comment {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.new-comment {
    display: flex;
    flex-wrap: wrap;
    width: 75%;
}

.new-comment form {
    width: 100%;
}

.signup {
    width: 50% !important;
    margin-top: 1rem; /* 16px */
    margin-left: auto;
    margin-right: auto;
}

.hover\:underline:hover {
    text-decoration-line: underline;
}

.big-search {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.alert {
    margin: 30px 10px; 
    padding: .5rem; /* 8px */
    border-radius: .5rem !important;
    border-color: #c3e6cb;
    background: #d4edda;
    color: #155724;
}

.alert:is(.dark *) {
    background: #4FB021;
}








@media (max-width: 499.98px) {
    .celebrit-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    main {
        width: 100%;
    }
}

@media (max-width: 599.98px) {
    .menu-section .searching {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0.75rem;
        width: auto;
        margin: 10px 0;
    }

    .menu-section .searching input {
        width: 60%;
        border-radius: 1.5rem;
        max-height: 2rem;
        padding: .5rem !important;
        border: 1px solid #dee2e6 !important;
    }

    .tab-list {
        border-radius: 0 0 .5rem .5rem;
    }

    .article-item {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
/* 
    .sudy:nth-child(1) {
        border-radius: 0;
    } */
}

@media (max-width: 767.98px) {
    .column h5 {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .seasons-list {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    /* .hvezdicky {
        display: none;
    } */

    main {
        /* width: 100%; */
        margin: 0 auto; 
    }

    .favorite-link-title {
        transform: none;
    }
    
    .favorite-link:before {
        background-color: initial;
    }

    .favorite-link {
        width: 100%;
        padding: 0 10px;
    }

    .favorite-menu {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .after.line:nth-last-child(2)::after {
        content: '';
    }

    .last-comment {
        display: flex;
        flex-wrap: wrap;
    }

    .last-comment p {
        margin-bottom: 1rem;
        width: 100%;
    }

    .author-poster {
        width: 130px;
    }

    .creator-movie-name {
        flex: 100%;
        border-bottom: 1px solid #dee2e6;
        margin-bottom: 5px;
        padding-bottom: 7px;
    }

    .creator-movie-rating {
        justify-content: space-between;
        width: 100%;
    }

    .movie-rating {
        width: auto;
        margin: 0;
    }

    .box-img {
        width: 100%;
    }

    .box-info {
        flex-wrap: wrap;
    }

    .box-detail {
        margin-top: 1.25rem; /* 20px */
    }

    .box-info > div {
        flex-wrap: wrap;
    }

    .box-detail .box-info-rating {
        display: none;
    }

    .box-info-rating {
        display: block;
    }
}

@media (max-width: 991.98px){
    .rating-users {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 2fr));
    }

    .rating-users li:nth-child(2n+2) {
        border-left: 1px solid #ccc;
    }

    .right-side {
        margin-top: 20px;
    }

    .hidden {
        display: none;
    }

    .right-side, .left-side {
        padding-right: 0;
        padding-left: 0;
    }

}

@media (max-width: 1023.98px) {
    .menu-section {
        border-bottom: 1px solid #ccc;
    }

    .menu h3 {
        margin-top: 1rem;
    }

    .menu-list-body {
        margin-left: 0px;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    main {
        width: 100%;
    }

    .container {
        margin: 0 auto;
    }

    .hr-hidden {
        display: none;
    }

    .sidebar-list {
        display: flex;
        overflow: scroll;
    }

    .sidebar-list li:last-child, 
    .sidebar-list li:last-child:is(.dark *) {
        border-right: none;
        display: flex;
    }

    .sidebar-list li {
        border-right: 1px solid #000000;
        display: flex;
    }

    .sidebar-list li:is(.dark *) {
        border-right: 1px solid #ffffff;
    }

    .sidebar-list li a {
        display: block;
        padding-right: 10px;
        width: max-content;
    }

    .sidebar-list li a:last-child {
        display: flex;
    }

    .stars:is(.dark *) {
        color: #ffffff;
    }

    
}

@media (min-width: 576px) {
    .container {
        width: 540px; 
    }
}

@media (min-width: 640px) {
    .footer-body {
        flex-direction: row;
    }

    .menu-list {
        justify-content: center;
    }

}

@media (min-width: 768px) {
    .container {
        width: 720px;
    }

    .stats-container {
        border-right: 1px solid lightgrey;
    }

    .xl\:hidden {
        display: none;
    }

    .author-poster {
        width: 40%;
        max-width: 200px;
    }

    .img-size {
        width: 200px;
        height: 300px;
    }

    .celebrit-list {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .favorite-link-title {
        display: initial;
    }

    .hvezdicky {
        display: initial;
    }

    .box-img {
        margin-right: 1rem;
    }

    .box-img .box-info-rating {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .rating-users {
        padding-left: 20px;
        text-align: center;
    }
    .selection {
        flex-wrap: wrap;
    }

}

@media (min-width: 992px) {
    .right-side {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .left-side {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .container {
        width: 820px;
    }

    .hvezdicky {
        border-right: none;
    }
    
    .box-info-rating {
        display: none;
    }

}

@media (min-width: 1024px) {
    aside {
        border-right: 1px solid #d2d2d2;
        min-width: 200px;
    }

    aside:is(.dark *) {
        border-right: 1px solid #ffffff;
    }

    section {
        flex-direction: row;
    }

    .menu-section {
        flex-direction: column;
        height: 100vh;
    }

    .menu h3 {
        padding-top: 2.75rem;
    }

    .author-info-detail {
        width: 55%;
    }

    .celebrit-list {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .box-detail {
        width: 55%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1140px;
    }
}







































/*******************************************************/










.text-muted {
    color: #6c757d !important;
}

.overflow-x-scroll {
    overflow-x: scroll;
}	

.overflow-y-scroll {
    overflow-y: scroll;
}	

.overflow-scroll {
    overflow: scroll;
}	

#heart-icon.favorite {
    color: #d50000;
}

.form-inline {
    border: 1px solid black;
    border-radius: .2rem;
}

.birthday-section .birthday-name,
.birthday-section .birthday-age {
    color: #fff;
}


/* .piclanek {
    width:100px;
    float:left;
    margin:5px 10px 10px 5px;
} */


















.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
}



















.box-shadow {
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
}



ol, ul, menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

section ol li {
    padding: 10px;
}









/* KRUH HODNOCENÍ */


/* rating log */
.star-ratings-rating-user,
star-ratings-rating-value,
.star-ratings-rating-average,
.star-ratings-rating-value,
.star-ratings-rating-count,
.star-ratings-rating-value {
    display: none !important;
}

/* NOVÝ PŘÍSPĚVEK */
.cta {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0;
    padding: 10px 18px;
    transition: all 0.2s ease;
    border: none;
    background: none;
    cursor: pointer;
    width: fit-content;
}
  
.cta:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 50px;
    background: #83a7b8;
    width: 45px;
    height: 45px;
    transition: all 0.3s ease;
}

.cta:hover {
    text-decoration: none;
}
  
.cta:hover span {
    color: #ffffff;
}

.cta span {
    position: relative;
    font-family: "Ubuntu", sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #000000;
}
  
.cta svg {
    position: relative;
    top: 0;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #000000;
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all 0.3s ease;
}
  
.cta:hover:before {
    width: 100%;
    background: #607d8b;
}
  
.cta:hover svg {
    transform: translateX(0);
    stroke: #ffffff;
}
  
.cta:active {
    transform: scale(0.95);
}
  







/* BTN INPUT TEXTAREA */
.btn-sm {
    border-radius: 0 .2rem .2rem 0;
}



.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}













.lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
    width: 100%;
}

.list-unstyled li {
    width: 100%;
}





.arrow-next, .arrow-prev  {
    display: block;
    width: 20px;
    height: 28px;
    font-family: "slick";
    font-size: 20px;
    line-height: 32px;
}

.arrow-prev {
    float: left;
}

.arrow-next {
    float: right;
}

.arrow-next.disabled, .arrow-prev.disabled {
    color: #969696;
}

.arrow-next::before {
    content: "\2192";
}

.arrow-prev::before {
    content: "\2190";
}

.arrow-prev::before, .arrow-next:hover::before {
    transform: scale(1.2);
}




.socialaccount_ballot {
    display: flex;
    align-items: center;
    justify-content: center;
}

.socialaccount_providers {
    display: flex;
    justify-content: center;
    width: 100%;
}

.socialaccount_providers li a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px;
    padding: 10px;
    border: 1px solid grey;
    border-radius: .5rem;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

/* .google:hover {
    background: linear-gradient(217deg, rgba(255,0,0,.8), rgba(255,0,0,0) 70.71%),
            linear-gradient(127deg, rgba(0,255,0,.8), rgba(0,255,0,0) 70.71%),
            linear-gradient(336deg, rgba(0,0,255,.8), rgba(0,0,255,0) 70.71%);
    color: #ffffff;
}

.facebook:hover {
    background-color: #3b5999;
    color: #ffffff;
} */

.socialaccount_providers i {
    font-size: 20px;
}






.note-editor.note-frame {
    background-color: white;
}

.list-disc {
    list-style-type: disc;
}







.bg-secondary {
    background-color: #d3d3d3 !important;
}

.search:hover {
    color: #fff;
}




/* ALEŠŮV OUTPUT */

html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent;
}

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}


:-moz-focusring {
    outline: auto;
}

:-moz-ui-invalid {
    box-shadow: none;
}

progress {
    vertical-align: baseline;
}

::-webkit-search-decoration {
    -webkit-appearance: none;
}

summary {
    display: list-item;
}

:disabled {
    cursor: default;
}

img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
}

img, video {
    max-width: 100%;
    height: auto;
}

[hidden] {
    display: none;
}

/* *, ::before, ::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
} */

/* ::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
} */





/* POSITION */
.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.right-10 {
    right: 2.5rem;
}

.right-20 {
    right: 5rem;
}

.right-3 {
    right: 0.75rem;
}

.top-1 {
    top: 0.25rem;
}

.top-20 {
    top: 5rem;
}

.top-\[-105px\] {
    top: -105px;
}



/* MAGRIN */
.m-0 {
    margin: 0;
}

.m-4 {
    margin: 1rem; /* 16px */
}	

.my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.my-3 {
    margin-bottom: .75rem; /* 12px */
    margin-top: .75rem; /* 12px */
}

.my-4 {
    margin-bottom: 1rem; /* 16px */
    margin-top: 1rem; /* 16px */
}

.my-5 {
    margin-bottom: 1.25rem; /* 20px */
    margin-top: 1.25rem; /* 20px */
}

.my-6 {
    margin-top: 1.5rem;  /* 24px */
    margin-bottom: 1.5rem; /* 24px */
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.mx-2 {
    margin-left: .5rem; /* 8px */
    margin-right: .5rem; /* 8px */
}

.mx-4 {
    margin-left: 1rem; /* 16px */
    margin-right: 1rem; /* 16px */
}

/* MARGIN TOP */
.mt-0 {
    margin-top: 0;
}

.mt-1 {
    margin-top: .25rem; /* 4px */
}

.mt-2 {
    margin-top: .5rem; /* 8px */
}

.mt-3 {
    margin-top: .75rem; /* 12px */
}

.mt-4 {
    margin-top: 1rem; /* 16px */
}

.mt-5 {
    margin-top: 1.25rem; /* 20px */
}

.mt-6 {
    margin-top: 1.5rem; /* 24px */
}

.mt-8 {
    margin-top: 2rem; /* 32px */
}

.mt-10 {
    margin-top: 2.5rem; /* 40px */
}

.mt-12 {
    margin-top: 3rem; /* 48px */
}	

/* MARGIN LEFT */
.ml-0 {
    margin-left: 0px;
}

.ml-1 {
    margin-left: .25rem; /* 4px */
}	

.ml-2 {
    margin-left: .5rem; /* 8px */
}

.ml-3 {
    margin-left: .75rem; /* 12px */
}

.ml-4 {
    margin-left: 1rem; /* 16px */
}	

.ml-5 {
    margin-left: 1.25rem; /* 20px */
}	

.ml-6 {
    margin-left: 1.5rem; /* 24px */
}	

.ml-7 {
    margin-left: 1.75rem; /* 28px */
}

.ml-8 {
    margin-left: 2rem; /* 32px */
}

.ml-14 {
    margin-left: 3.5rem;
}

.ml-auto {
    margin-left: auto;
}

/* MARGIN RIGHT */
.mr-1 {
    margin-right: .25rem; /* 4px */
}

.mr-2 {
    margin-right: .5rem; /* 8px */
}

.mr-4 {
    margin-right: 1rem; /* 16px */
}

.mr-5 {
    margin-right: 1.25rem; /* 20px */
}

.mr-8 {
    margin-right: 2rem; /* 32px */
}

.mr-10 {
    margin-right: 2.5rem; /* 40px */
}

.mr-12 {
    margin-right: 3rem; /* 48px */
}	

.mr-14 {
    margin-right: 3.5rem; /* 65px */
}

/* MARGIN BOTTOM */
.mb-0 {
    margin-bottom: 0px;
}	

.mb-1 {
    margin-bottom: .25rem; /* 4px */
}

.mb-2 {
    margin-bottom: .5rem; /* 8px */
}

.mb-3 {
    margin-bottom: .75rem; /* 12px */
}

.mb-4 {
    margin-bottom: 1rem; /* 16px */
}

.mb-5 {
    margin-bottom: 1.25rem; /* 20px */
}	

.mb-8 {
    margin-bottom: 2rem; /* 32px */
}

.mb-20 {
    margin-bottom: 5rem; /* 80px */
}



/* PADDING */
.p-1 {
    padding: .25rem; /* 4px */
}

.p-2 {
    padding: .5rem; /* 8px */
}

.p-3 {
    padding: .75rem; /* 12px */
}

.p-4 {
    padding: 1rem; /* 16px */
}

.p-5 {
   padding: 1.25rem; /* 20px */ 
}

.p-6 {
    padding: 1.5rem; /* 24px */
}	

.px-0 {
    padding-left: 0px;
    padding-right: 0px;
}	

.px-1 {
    padding-left: .25rem; /* 4px */
    padding-right: .25rem; /* 4px */
}	

.px-2 {
    padding-left: .5rem; /* 8px */
    padding-right: .5rem; /* 8px */
}	

.px-3 {
    padding-left: .75rem; /* 12px */
    padding-right: .75rem; /* 12px */
}	

.px-4 {
    padding-left: 1rem; /* 16px */
    padding-right: 1rem; /* 16px */
}

.pr-0 {
    padding-right: 0px;
}	

.pr-1 {
    padding-right: .25rem; /* 4px */
}

.pr-2 {
    padding-right: .5rem; /* 8px */
}

.pr-3 {
    padding-right: .75rem; /* 12px */
}

.pr-5 {
    padding-right: 1.25rem; /* 20px */
}

.pb-0 {
    padding-bottom: 0;
}

.pb-1 {
    padding-bottom: .25rem; /* 4px */
}

.pb-2 {
    padding-bottom: .5rem; /* 8px */
}

.pb-4 {
    padding-bottom: 1rem; /* 16px */
}

.pl-2 {
    padding-left: .5rem; /* 8px */
}

.pl-5 {
    padding-left: 1.25rem; /* 20px */
}

.pl-8 {
    padding-left: 2rem; /* 32px */
}

.pl-10 {
    padding-left: 2.5rem; /* 40px */
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.py-4 {
    padding-top: 1rem; /* 16px */
    padding-bottom: 1rem; /* 16px */
}

.pt-4 {
    padding-top: 1rem; /* 16px */
}




.size-6 {
    width: 1.5rem;
    height: 1.5rem;
}





/* WIDTH */
.w-full {
    width: 100%;
}

.w-min {
    width: min-content;
}	

.w-auto {
    width: auto;
}

.w-20 {
	width: 5rem; /* 80px */
}

.w-28 {
    width: 7rem;
}

.w-50 {
    width: 50% !important;
}

.w-55 {
    width: 55%;
}

.w-72 {
    width: 18rem;
}

.w-80 {
    width: 20rem;
}

.w-1\/2 {
    width: 50%;
}

.w-3\/5 {
    width: 60%;
}

.w-3\/4 {
    width: 75%;
}

.w-4\/5 {
    width: 80%;
}

.w-8\/12 {
    width: 65%;
}

.max-w-\[120px\] {
    max-width: 120px;
}

.max-w-\[200px\] {
    max-width: 200px;
}

.max-w-\[1340px\] {
    max-width: 1340px;
}

.max-w-\[1440px\] {
    max-width: 1440px;
}



/* HEIGHT */
.h-full {
    height: 100%;
}

.min-vh-100 {
    min-height: 100vh;
}

.max-h-full {
    max-height: 100%;
}

.h-\[137px\] {
    height: 137px;
}

.h-\[178px\] {
    height: 178px;
}

.h-fit {
    height: fit-content;
}	

.h-screen {
    height: 100vh;
}

.max-h-8 {
    max-height: 2rem;
}



/* GRID */
.grid {
    display: grid;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.my-grid {
    grid-template-columns: auto 100px 100px;
}

.community-grid {
    grid-template-columns: 100px auto;
}

.obchod-grid {
    grid-template-columns: 100px 200px auto;
}

.creator-grid {
    grid-template-columns: 60px auto 60px 100px;
}



.charts-grid {
    grid-template-columns: 70px auto 100px;
}

.search-grid {
    grid-template-columns: 100px auto 60px 100px;
}

.col-span-2 {
    grid-column: span 2 / span 2;
}

.col-span-6 {
    grid-column: span 6 / span 6;
}

.body-grid {
    max-height: 100vh;
}

.main-grid {
    min-height: calc(100vh - 100px);
    overflow: auto;
}



/* FLEX */
.flex {
    display: flex;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1;
}

.flex-wrap {
    flex-wrap: wrap;
}

.wrap {
    display: flex;
    flex-wrap: nowrap;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

.flex-col {
    flex-direction: column;
}

.place-content-center {
    place-content: center;
}

.place-items-start {
    place-items: start;
}

.place-items-center {
    place-items: center;
}

.content-start {
    align-content: flex-start;
}	

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-evenly {
    justify-content: space-evenly;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-start {
    justify-content: flex-start;
} 

.justify-end {
    justify-content: flex-end;
}

.content-between {
    align-content: space-between;
}

.items-center {
    align-items: center;
}

.content-end {
    align-content: flex-end;
}

.items-end {
    align-items: flex-end;
}

.items-start {
    align-items: flex-start;
}

.flex-row-reverse {
    flex-direction: row-reverse;
}

.self-start {
    align-self: flex-start;
}

.place-self-center {
    place-self: center;
}

.self-end {
    align-self: flex-end;
}

.self-stretch {
    align-self: stretch;
}

.text-wrap {
    text-wrap: wrap;
}


/* GAP */
.gap-0 {
    gap: 0px;
}

.gap-1 {
    gap: 0.25rem; /* 4px */
}

.gap-2 {
    gap: 0.5rem; /* 8px */
}

.gap-3 {
    gap: 0.75rem; /* 12px */
}

.gap-4 {
    gap: 1rem;
}

.gap-5 {
    gap: 20px;
}

.gap-8 {
  gap: 2rem;
}

.gap-y-0 {
    row-gap: 0;
}




/* ROUNDED */
.rounded-circle {
    border-radius: 50% !important;
}

.rounded {
    border-radius: .25rem !important;
}

.rounded-1xl {
    border-radius: .5rem !important;
}

.rounded-2xl {
    border-radius: 1rem;
}

.rounded-3xl {
    border-radius: 1.5rem;
}

.rounded-t-lg {
    border-top-left-radius: .5rem; /* 8px */
    border-top-right-radius: .5rem; /* 8px */
}

.rounded-r-lg {
    border-top-right-radius: .5rem; /* 8px */
    border-bottom-right-radius: .5rem; /* 8px */
}

.rounded-l-lg {
    border-top-left-radius: .5rem; /* 8px */
    border-bottom-left-radius: .5rem; /* 8px */
}

.rounded-b-lg {
    border-bottom-left-radius: .5rem; /* 8px */
    border-bottom-right-radius: .5rem; /* 8px */
}

.rounded-t {
    border-top-left-radius: .25rem; /* 4px */
    border-top-right-radius: .25rem; /* 4px */
}

.rounded-r {
    border-top-right-radius: .25rem; /* 4px */
    border-bottom-right-radius: .25rem; /* 4px */
}

.rounded-l {
    border-top-left-radius: .25rem; /* 4px */
    border-bottom-left-radius: .25rem; /* 4px */
}

.rounded-b {
    border-bottom-left-radius: .25rem; /* 4px */
    border-bottom-right-radius: .25rem; /* 4px */
}

.rounded-full {
    border-radius: 50%;
}





/* BORDER */
.border-black {
    border: 1px solid #000000;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-2 {
    border: 2px solid #dee2e6 !important;
}

.border-\[\#252525\] {
    border: 1px solid #252525;
}

.border-\[\#ccc\] {
    border: 1px solid #ccc;
}

.dark\:border-\[\#d0d0d0\] {
    border: 1px solid #d0d0d0;
}

.border-b-2 {
    border-bottom-width: 2px;
}

.border-\[\#0d0c0f2a\] {
    border-color: #0d0c0f2a;
}

.border-\[\#f9f9f91f\] {
    border-color: #f9f9f91f;
}

.dark\:border-\[\#f9f9f949\]:is(.dark *) {
    border-color: #f9f9f949;
}


/* BACKGROUND */
.bg-\[\#FFFFFF\] {
    background-color: #ffffff;
}

/* skoro bílá */
.bg-\[\#F9F9F9\] {
    background-color: #f9f9f9;
}

.bg-\[\#727271\] {
    background-color: #727271 !important;
}

.bg-\[\#ededed\] {
    background: #ededed;
}

.bg-\[\#c0c0c0\] {
    background-color: #c0c0c0;
}

.bg-\[\#e7e7e7\] {
    background: #e7e7e7;
}

.bg-\[\#f0f0f0\] {
    background: #f0f0f0;
}

/* světle zelená */
.bg-\[\#cfefcf\] {
    background: #cfefcf;
}

.bg\:dark {
    background: linear-gradient(90deg, #99191900, #1a161f);
}

.dark\:bg-\[\#454545\]:is(.dark *) {
    background-color: #454545;
    color: #ffffff;
}

.dark\:bg-\[\#2e2e2e\]:is(.dark *) {
    background: #2e2e2e;
}

.dark\:bg-\[\#0d0c0f\]:is(.dark *) {
    background-color: #0d0c0f;
}

.dark\:bg-\[\#1A161F\]:is(.dark *) {
    background: #252229;
}

.dark\:bg-\[\#b8b8b8\]:is(.dark *) {
    background: #b8b8b8;
}

.dark\:bg-\[\#727271\]:is(.dark *) {
    background-color: #727271 !important;
}

.dark\:bg-\[\#4FB021\]:is(.dark *) {
    background: #4FB021;
}




/* TEXT */
.underline {
    text-decoration-line: underline;
}	

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-end {
    text-align: end;
}	

.text-sm {
    font-size: 0.875rem; /* 14px */
    line-height: 1.25rem; /* 20px */
}	

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.font-bold {
    font-weight: 700;
}

.font-semibold {
    font-weight: 600;
}

.leading-8 {
    line-height: 2rem;
}

.leading-relaxed {
    line-height: 1.625;
}


/* MOVIES */
.text-\[\#A52B21\], .movies {
    color: #A52B21;
}

.text-\[\#A52B21\]:is(.dark *), .movies:is(.dark *) {
    color: #ED3F2F; 
}

/* BOOKS */
.text-\[\#61872B\], .books {
    color: #61872B;
}

.text-\[\#61872B\]:is(.dark *), .books:is(.dark *) {
    color: #4FB021;
}

/* GAMES */
.text-\[\#00A0E3\], .games {
    color: #00A0E3;
}

.text-\[\#00A0E3\]:is(.dark *), .games:is(.dark *) {
    color: #14ACF5;
}

/* BADGES */
.text-\[\#fec303\], .badges,
.text-\[\#fec303\]:is(.dark *), .badges:is(.dark *) {
    color: #fec303;
}

.stats:is(.dark *) {
    color: #607d8b;
}

/* zářivě zelená */
.text-\[\#25DC37\] {
    color: #25dc37;
}

/* bílá */
.text-\[\#ffffff\] {
    color: #ffffff;
}

/* šedá */
.text-\[\#999999\] {
    color: #999999;
}

/* zelená */
.text-\[\#6c757d\] { 
    color: #4caf50;
}

.text-\[\#F9F9F9\] {
    color: #f9f9f9;
}

.text-white {
    color: #ffffff;
}	

.text-black {
    color: #000000;
}

.dark\:text-black:is(.dark *) {
    color: #000000;
}

.dark\:text-\[\#bcbcbc\]:is(.dark *) {
    color: #bcbcbc;
}

.text-secondary {
    color: #ffffff !important;
}

/* skoro černá */
.text-\[\#0d0c0f\] {
    color: #0d0c0f;
}

/* skoro bílá */
.dark\:text-\[\#F9F9F9\]:is(.dark *) {
    color: #f9f9f9;
}

.dark\:fill-\[\#d0d0d0\]:is(.dark *) {
    fill: #d0d0d0;
}





.underline-offset-4 {
    text-underline-offset: 4px;
}

.shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.display-none {
    display: none;
}






@keyframes pulse {
    50% {
        opacity: .5;
    }
}

.animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}





.menu-hidden {
    display: none;
}

.hidden-overflow {
    display: none;
}

.visible-overflow {
    display: block;
}


/* .hover\:text-\[\#25DC37\]:hover {
    --tw-text-opacity: 1;
    color: rgb(37 220 55 / var(--tw-text-opacity));
}

.hover\:text-\[\#25dc37\]:hover {
    --tw-text-opacity: 1;
    color: rgb(37 220 55 / var(--tw-text-opacity));
}

.hover\:text-\[\#476acc\]:hover {
    --tw-text-opacity: 1;
    color: rgb(71 106 204 / var(--tw-text-opacity));
}

.hover\:text-\[\#EB3F5E\]:hover {
    --tw-text-opacity: 1;
    color: rgb(235 63 94 / var(--tw-text-opacity));
} */

.hover\:underline:hover {
    text-decoration-line: underline;
}











@media (max-width: 425px) {
    .w-50 {
        width: 80% !important;
    }

}

@media (max-width: 500px) {
    .w-4\/5 {
        width: 100%;
    }

    .padding {
        padding: 20px 20px 0;
    }

    .sm\:my-0 {
        margin-top: 0;
        margin-bottom: 0;
    }

    .sx\:padding {
        padding: 1.25rem 0 0 1.25rem;
    }

    .sx\:p-0 {
        padding: 0;
    }
}

@media (min-width: 576px) {
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .sm\:my-4 {
        margin-bottom: 1rem;
        margin-top: 1rem;
    }
}

@media (max-width: 599.98px) {
    .sm\:grid-colums-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

/* sm */
@media (min-width: 640px) {
    .sm\:ml-5 {
        margin-left: 1.25rem;
    }

    .sm\:flex {
        display: flex;
    }

    .sm\:h-56 {
        height: 14rem;
    }

    .sm\:w-52 {
        width: 13rem;
    }

    .sm\:w-96 {
        width: 24rem;
    }

    .sm\:w-\[184px\] {
        width: 184px;
    }

    .sm\:flex-row {
        flex-direction: row;
    }

    .sm\:justify-center {
        justify-content: center;
    }

    .sm\:self-start {
        align-self: flex-start;
    }

    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sm\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {


    .columns {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .spin-img {
        margin: 0 20px 0 0;
    }

    

    .favorite i {
        font-size: 16px;
        margin: 7px;
    }

    .w-3\/4 {
        width: 100%;
    }

    

    .sm\:flex-wrap {
        flex-wrap: wrap;
    }

    .wrap {
        display: grid;
        flex-wrap: wrap;
    }

    .sm\:ml-5 {
        margin-left: 1.25rem; /* 20px */
    }

    .sm\:mt-5 {
        margin-top: 1.25rem; /* 20px */
    }	

    .sm\:p-5 {
        padding: 1.25rem; /* 20px */
    }	

    .sm\:w-full {
        width: 100% !important;
    }

    .sm\:w-130 {
        width: 130px;
    }

    .sm\:ml-8 {
        margin-left: 2rem; /* 32px */
    }

    .sm\:mt-10 {
        margin-top: 2.5rem; /* 40px */
    }

    

}

/* md */
@media (min-width: 768px) {
    .md\:col-span-4 {
        grid-column: span 4 / span 4;
    }

    .md\:pr-0 {
        padding-right: 0;
    }
    
    .md\:ml-0 {
        margin-left: 0px;
    }

    .md\:mt-2 {
        margin-top: 0.5rem;
    }

    .md\:flex {
        display: flex;
    }

    .md\:grid {
        display: grid;
    }

    .md\:hidden {
        display: none;
    }

    .md\:h-\[72px\] {
        height: 72px;
    }

    .md\:w-32 {
        width: 8rem;
    }

    .md\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .md\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .md\:flex-row {
        flex-direction: row;
    }

    .md\:gap-16 {
        gap: 4rem;
    }

    .md\:gap-12 {
        gap: 3rem;
    }

    .md\:gap-4 {
        gap: 1rem;
    }

    .md\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.5rem * var(--tw-space-x-reverse));
        margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .md\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .lg\:w-full {
        width: 100%;
    }

    

    

    .lg\:pl-5 {
        padding-left: 1.25rem; /* 20px */
    }

    .lg\:pr-5 {
        padding-right: 1.25rem; /* 20px */
    }

    .lg\:mr-5 {
        margin-right: 1.25rem; /* 20px */
    }

    .lg\:grid-colums-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lg\:w-max {
        max-width: 200px;
    }

    .lg\:w-40\% {
        width: 40%;
    }

    

    .lg\:fit-content {
        width: fit-content;
    }	
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .columns {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}


@media (min-width: 992px) {
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }



    

    .d-lg-none {
        display: none !important;
    }
    
    .lg\:flex-wrap {
        flex-wrap: wrap;
    }
    
    .md\:w-1\/2 {
        width: 50%;
    }

}

@media (max-width: 1023.98px) {


    

    .sm\:px-4 {
        padding-left: 1rem; /* 16px */
        padding-right: 1rem; /* 16px */
    }

    .sm\:mt-4 {
        margin-top: 1rem;
    }

    .border-bottom {
        border-bottom: 1px solid #d2d2d2;
    }
} 

/* lg */
@media (min-width: 1024px) {
    .lg\:ml-0 {
        margin-left: 0px;
    }

    .lg\:ml-4 {
        margin-left: 1rem; /* 16px */
    }

    .lg\:ml-8 {
        margin-left: 2rem;
    }

    .lg\:block {
        display: block;
    }

    .lg\:hidden {
        display: none;
    }

    .lg\:h-screen {
        height: 100vh;
    }

    .lg\:w-80 {
        width: 20rem;
    }

    .lg\:w-8\/12 {
        width: 65%;
    }

    .lg\:w-2\/6 {
        width: 35%;
    }

    .lg\:w-\[182px\] {
        width: 182px;
    }

    .lg\:min-w-\[200px\] {
        min-width: 200px;
    }

    .lg\:auto-cols-max {
        grid-auto-columns: max-content;
    }
        
    .lg\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .lg\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .lg\:flex-row {
        flex-direction: row;
    }

    .lg\:flex-col {
        flex-direction: column;
    }

    .lg\:place-items-stretch {
        place-items: stretch;
    }

    .lg\:justify-normal {
        justify-content: normal;
    }

    .lg\:self-start {
        align-self: flex-start;
    }

    .lg\:pl-3 {
        padding-left: 0.75rem;
    }

    .lg\:pt-11 {
        padding-top: 2.75rem;
    }

    .lg\:w-55 {
        width: 55%;
    }

    .lg\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .overflow-scroll {
        overflow: hidden;
    }

    .border-right {
        border-right: 1px solid #d2d2d2;
    }

    .border-right:is(.dark *) {
        border-right: 1px solid #ffffff;
    }
}

@media (min-width: 1200px) {
    .columns {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

/* xl */
@media (min-width: 1280px) {
    .xl\:grid {
        display: grid;
    }

    .xl\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .xl\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .xl\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .xl\:place-items-center {
        place-items: center;
    }

    .xl\:place-self-start {
        place-self: start;
    }
}

/* 2xl */
@media (min-width: 1536px) {
    .\32xl\:flex-row {
        flex-direction: row;
    }
}







