@charset "UTF-8";

:root {
    --default-dark-bg: #13181d;
    --default-light-bg: #e8fcff;
    --default-font-color: #ffffff;
    --primary-color: #01a3a4;
    --primary-color-hover: #5ab8c7;
    --secondary-color: #de879e;
    --success-color: #4cb050;
    --warning-color: #e88300;
    --danger-color: #d70000;
}

/* Base elements */

body {
    font-family: 'Open Sans', sans-serif;
    background-color: var(--default-dark-bg);
    color: var(--default-font-color);
    font-size: 1.1rem;
    margin: 0px;
    padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--default-font-color);
    margin-bottom: 0.5rem;
    font-weight: 400;
    position: relative;
    letter-spacing: 2px;
    font-family: 'Dosis', sans-serif;
    margin-top: 0.5rem;
}

h1,
.h1 {
    font-size: 2.875rem;
    line-height: 1.2;
    letter-spacing: 5px;
}

h2,
.h2 {
    font-size: 2.5rem;
    line-height: 3rem;
    letter-spacing: 5px;
}

h3,
.h3 {
    font-size: 1.85rem;
    font-weight: 400;
}

h4,
.h4 {
    font-size: 1.25rem;
    line-height: 2rem;
}

h5,
.h5 {
    font-size: 1rem;
}

h6,
.h6 {
    font-size: 0.85rem;
    line-height: 1.5rem;
}

body,
p {
    font-weight: 300;
    line-height: 1.9;
}

p {
    margin-bottom: 1.875rem;
}

a,
a:hover,
a:active,
a:visited,
a:focus {
    text-decoration: none;
    color: var(--primary-color);
}

img {
    max-width: 100%;
}

fieldset {
    border: 0;
}

/* Base class */

.title-line {
    display: inline-block;
    position: relative;
    padding: 0 .625em;
}

.title-line::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0.875rem;
    background: var(--primary-color);
    bottom: 0.775rem;
    left: 0;
}

.title-line-small {
    display: inline-block;
    position: relative;
    padding: 0 .625em;
}

.title-line-small::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0.475rem;
    background: var(--primary-color);
    bottom: 0.775rem;
    left: 0;
    opacity: 0.25;
}

.uppercase {
    text-transform: uppercase;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.op-05 {
    opacity: 0.5;
}

.op-box {
    color: #3B4B5B !important;
    opacity: 0.5;
}

.pull-right {
    float: right;
}

.min-vh-100 {
    min-height: 100vh;
}

.min-vh-95 {
    min-height: 95vh;
}

.min-vh-90 {
    min-height: 90vh;
}

.min-vh-85 {
    min-height: 85vh;
}

.min-vh-80 {
    min-height: 80vh;
}

.min-vh-75 {
    min-height: 75vh;
}

.min-vh-70 {
    min-height: 70vh;
}

.min-vh-65 {
    min-height: 65vh;
}

.min-vh-60 {
    min-height: 60vh;
}

.min-vh-55 {
    min-height: 55vh;
}

.min-vh-50 {
    min-height: 50vh;
}

.service-icon {
    display: inline-block;
    height: 1rem;
    width: auto;
    position: relative;
    transform: translateY(50%);
    top: -0.5rem;
}

.thumb {
    display: block;
    width: auto;
    height: 3rem;
    margin: 0.2rem auto;
}

.color-secondary {
    color: var(--secondary-color) !important;
}

.p-relative {
    position: relative;
}

.service_text::before {
    content: ' ';
    height: 1rem;
    width: 1rem;
    display: inline-block;
    position: relative;
    top: 0.1rem;
    margin-right: 0.2rem;
}

.service_text_big::before {
    height: 2.5rem !important;
    width: 2.5rem !important;
}

.service_text_1::before {
    background-image: url('../img/services/spotify.svg');
}

.service_text_2::before {
    background-image: url('../img/services/deezer.svg');
    border-radius: 50%;
}

.service_text_3::before {
    background-image: url('../img/services/tidal.svg');
    border-radius: 50%;
    background-color: #fff;
}

.service_icon {
    cursor: pointer;
}

.qr_code {
    width: 100%;
    height: 100%;
    max-width: 250px;
    max-height: 250px;
}

.h-100 {
    height: 100%;
}

/* Header */

header {
    position: relative;
    background-color: var(--default-light-bg);
}

header > .container  {
    position: relative;
    z-index: 1;
}

header > .container .row {
    padding-top: 16px;
    padding-bottom: 64px;
    color: var(--default-dark-bg);
}

header::after {
    content: '';
    background: url(../img/header-bg.svg);
    background-size: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    width: calc(100% + 5px);
    height: 100px;
    position: absolute;
    left: -5px;
    bottom: -2px;
    z-index: 0;
}

.logo {
    display: block;
}

.logo > a {
    display: inline-block;
    line-height: 1;
}

.logo > a > img {
    height: 5rem;
    max-height: 81px;
}

header .menu-right {
    list-style-type: none;
    text-align: left;
    padding: 0px;
}

header .menu-right li {
    display: inline-block;
}

header .menu-right li > a {
    overflow: hidden;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
}

header .menu-right li > a::before {
    content: '';
    width: 100%;
    height: 1px;
    opacity: 0.45;
    background-color: var(--primary-color);
    bottom: 0px;
    left: -100%;
    position: absolute;
    transition: all 0.3s;
}

header .menu-right li > a:hover::before,
header .menu-right li > a.active::before {
    left: 0px;
    transition: all 0.3s;
}

@media(max-width: 991px){
    .menu-right .pull-right {
        float: unset;
    }
}

/* Footer */

.footer-s-icon {
    width: 65px;
    height: 65px;
    opacity: 0.5;
    transition: opacity 0.3s;
}

.footer-s-icon:hover {
    opacity: 1;
    transition: opacity 0.3s;
}

#sub-footer{
    position: relative;
    background-color: var(--default-light-bg);
}

#sub-footer::before {
    content: '';
    background: url("../img/footer-bg.svg");
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    width: calc(100% + 5px);
    height: 100px;
    position: absolute;
    left: -5px;
    top: 0px;
    z-index: 0;
}

#sub-footer,
#sub-footer h1,
#sub-footer h2,
#sub-footer h3,
#sub-footer h4,
#sub-footer h5,
#sub-footer h6 {
    color: var(--default-dark-bg);
}

#sub-footer .container,
#sub-footer .container-fluid {
    z-index: 1;
    position: relative;
}

#sub-footer .container {
    padding-top: 95px;
}

.creator-logo {
    display: inline;
    width: 24px;
    top: 5px;
    position: relative;
}

/* Alerts */

.alert {
    display: block;
    width: 100%;
    border: 0px;
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 10px;
    color: #fff;
    background-color: var(--primary-color);
    position: relative;
    box-shadow: 0 10px 30px rgb(1, 163, 164, 30%);
}

.alert > p {
    margin-bottom: 0px;
    margin-top: 0px;
}

.alert-success {
    color: #fff;
    background-color: var(--success-color);
    box-shadow: 0 10px 30px rgb(76, 176, 80, 30%);
}

.alert-warning {
    color: #fff;
    background-color: var(--warning-color);
    box-shadow: 0 10px 30px rgb(232, 131, 0, 30%);
}

.alert-error {
    color: #fff;
    background-color: var(--danger-color);
    box-shadow: 0 10px 30px rgb(215, 0, 0, 30%);
}

.alert .alert-close::before {
    content: '\00D7';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--default-dark-bg);
    opacity: 0.75;
}

/* Helpbox */

.helpbox {
    font-size: 0.6rem;
    line-height: 0rem;
    border-radius: 50%;
    background-color: var(--primary-color);
    padding: 0.1rem 0.4rem;
    top: -3px;
}

.helpbox:hover {
    background-color: var(--primary-color-hover);
}

/* Tooltips */

[data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: pointer;
}

[data-tooltip]:before,
[data-tooltip]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
}

[data-tooltip]:before {
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-bottom: 5px;
    margin-left: -80px;
    padding: 7px;
    width: 160px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #000;
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
}

[data-tooltip]:after {
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #000;
    border-top: 5px solid hsla(0, 0%, 20%, 0.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

/* Tags */

.tag {
    padding: 0.09rem .425rem .09rem .425rem;
    font-size: 0.85rem;
    background-color: transparent;
    border-radius: 0px;
    border: 2px solid #5ab8c7;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

.tag-success {
    border-color: var(--success-color);
}
.tag-warning {
    border-color: var(--warning-color);
}
.tag-error {
    border-color: var(--danger-color);
}

/* Buttons */

.btn {
    display: inline-block;
    color: #fff !important;
    border-radius: 0px;
    border: 0px;
    cursor: pointer;
    font-weight: 500;
    background-color: var(--primary-color);
    font-size: 1.125rem;
    line-height: 1.25rem;
    padding: 0.9375rem 2.5rem;
    box-shadow: 0 10px 30px rgb(47, 237, 166, 30%);
    transition: all 0.3s;
    margin-top: 8px;
    margin-bottom: 8px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn:hover {
    color: #fff;
    transition: all 0.3s;
}

.btn-success {
    background-color: var(--success-color);
    box-shadow: 0 10px 30px rgb(107, 237, 47, 20%);
}

.btn-warning {
    background-color: var(--warning-color);
    box-shadow: 0 10px 30px rgb(237, 237, 47, 20%);
}

.btn-danger {
    background-color: var(--danger-color);
    box-shadow: 0 10px 30px rgb(238, 47, 47, 20%);
}

.btn:hover:not(:disabled) {
    box-shadow: 0 5px 30px rgb(47, 237, 166, 40%);
}

.btn-success:hover:not(:disabled) {
    box-shadow: 0 5px 30px rgb(107, 237, 47, 40%);
}

.btn-warning:hover:not(:disabled) {
    box-shadow: 0 5px 30px rgb(237, 237, 47, 40%);
}

.btn-danger:hover:not(:disabled) {
    box-shadow: 0 5px 30px rgb(238, 47, 47, 40%);
}

.btn:disabled {
    cursor: no-drop;
    opacity: 0.75;
}

.btn:focus {
    outline: none;
}

.btn-sm {
    padding: 0.4375rem 0.9rem;
    font-size: 0.9rem;
}

.btn-table {
    border: 2px solid var(--primary-color);
    padding: 0.1rem 0.5rem 0.1rem 0.5rem;
    border-radius: 0px;
    display: inline-block;
    line-height: 1.4rem;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
    transition: all 0.3s;
}

.btn-table:hover {
    background-color: var(--primary-color);
    transition: all 0.3s;
}

/* Forms */

button,
input,
optgroup,
select,
textarea {
    font: inherit;
    margin: 0;
}

input.service_check {
    width: 1rem;
    display: none;
}

input.service_check + img {
    width: 10rem;
    opacity: 0.5;
    filter: grayscale(100%);
    transition: all 0.3s;
}

input.service_check:checked + img {
    box-shadow: 0 5px 30px rgb(255 255 255 / 40%);
    opacity: 1;
    filter: grayscale(0%);
    transition: all 0.3s;
}

.form-group label {
    font-size: 0.95rem;
}

.form-group {
    margin-bottom: 10px;
}

.form-group em {
    font-size: 0.85rem;position: relative;top: -2px;
}

.form-group em ul {
    list-style-type: none;
    padding: 0;
}

.form-group em ul li {
    float: left;
}

.form-group em ul li:not(:first-of-type)::before {
    content: ' | ';
}

.form-group.danger {
    color: var(--danger-color);
}

.form-group.danger label {
    color: var(--default-font-color);
}

.form-group.danger .form-control {
    border: 1px solid var(--danger-color);box-shadow: 0 5px 30px rgb(238, 47, 47, 40%);
}

.form-group.danger em {
    font-size: 0.75rem;position: relative;top: -5px;
}

.form-group.success {
    color: var(--success-color);
}

.form-group.success label {
    color: var(--default-font-color);
}

.form-group.success .form-control {
    border: 1px solid var(--success-color);box-shadow: 0 10px 30px rgb(107, 237, 47, 20%);
}

.form-group.success em {
    font-size: 0.75rem;position: relative;top: -5px;
}

.form-group.marketing_accept span,
.form-group.marketing_accept #id_accept_marketing {
    display: inline-block;
}

input,
textarea,
select,
.form-control {
    width: 100%;
    border: 0px;
    color: var(--default-dark-bg);
    font-size: 0.85rem;
    height: 2rem;
}

textarea {
    min-height: 100px;
}

input[type=checkbox]{
    width: 0.95rem;
    height: 0.95rem;
    margin: auto 5px auto 5px;
    border-radius: 0px;
    border: 0px;
    background-color: var(--default-light-bg);
    display: block;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    transition: all 0.3s;
}

input[type=checkbox]:checked {
    position: relative;
    background-color: var(--primary-color);
    transition: all 0.3s;
}

input[type='checkbox']:checked:before {
    content: "\e902";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'icomoon' !important;
    color: #fff;
    font-size: 0.75rem;
    line-height: 0.85rem;
}

input[type=file],
input[type=file].form-control,
input[type='checkbox'].remove-image,
.event-form label[for=id_email],
.hide-div {
    display: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type='checkbox'].remove-image:checked + label.btn-remove-image {
    background-color: var(--danger-color);
    box-shadow: 0 10px 30px rgb(238, 47, 47, 20%);
}

.btn.file-upload,
.btn.file-reupload,
.btn.btn-remove-image {
    display: inline-block;
}

.file-upload::before {
    content: 'nahrát soubor';
}

.file-reupload::before {
    content: 'nahrát nový soubor';
}

input:active,
input:focus,
.form-control:active,
.form-control:focus {
    border: 0px;
    outline: none;
}

input.form-control {
    padding-left: 10px;
}

input.form-control:read-only {
    cursor: no-drop;
    color: #ccc;
    background-color: #eee;
}

select.form-control option {
    color: var(--default-dark-bg);
}

.select-service:not(.active){
    opacity: 0.5;
}

.select-service.active {
    opacity: 1;box-shadow: 0 10px 30px rgb(255, 255, 255, 10%);
}

.errorlist li {
    background-color: var(--danger-color);
    padding: 0px 6px;
    box-shadow: 0 5px 30px rgb(215 0 0 / 40%);
    color: #fff;
}

.form-image label {
    display: block;
}

/* Newsletter */

#newsletter {
    display: inline-block;
    width: 100%;
    max-width: 550px;
}

#newsletter .form-group {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    border: 0px;
    padding: 5px;
}

#newsletter .form-group input.form-control {
    height: 50px;
    margin: 0px;
    padding: 0px;
    font-size: 1.3rem;
    color: rgba(0, 0, 0, 0.5);
    border: 0px;
}

#newsletter .form-group button {
    height: 50px;
    background-color: var(--primary-color);
    color: var(--default-font-color);
    border: 0px;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 1rem;
    font-size: 0.8em;
    line-height: 1.3em;
}

#newsletter .form-group button:hover {
    background-color: var(--primary-color-hover);
    transition: all 0.3s;
}

/* Login */

#login-form {
    max-width: 550px;
    margin-top: 16px;
}

#login-form .form-control {
    height: 3rem;
}

.login-form-small,
.login-form-small a {
    color: var(--default-light-bg);
    opacity: 0.9;
}

.login-image {
    max-width: 450px;
    margin: 16px auto;
    opacity: 0.5;
}

/* Song suggestions */
.relative-position {
    position: relative;
}

#song-suggestions {
    max-height: 25rem;
    max-width: calc(100% - 2.25rem);
    overflow-y: scroll;
    background-color: var(--default-dark-bg);
    position: absolute;
    top: 2rem;
    z-index: 999;
    padding-right: 0px;
    margin-left: 0px;
}

#song-suggestions img {
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}

/* Tables */

.responsive-table {
    overflow-x: auto;
}

.responsive-table table {
    width: calc(100% - 1px);
}

.responsive-table table td {
    white-space: nowrap;
    width: 1%;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

table td {
    border: 2px solid var(--default-dark-bg);
    color: rgba(255, 255, 255, 0.6);
    position: relative;
}

table td a {
    color: var(--default-light-bg) !important;
}

table thead {
    color: var(--primary-color);
    background-color: transparent;
}

table thead th {
    font-weight: 200;
}

table tbody tr:nth-child(even) {
    background-color: #2C3446;
}
table tbody tr:nth-child(odd) {
    background-color: #323C50;
}

table td,
table th {
    padding: 2px 5px 2px 5px;
}

.td-nowrap {
    width: 1%;
    white-space: nowrap;
}

/* Order list */

table.order-list tr td:nth-child(1),
.order-list tr td:nth-child(2),
table.order-list tr th:nth-child(1),
.order-list tr th:nth-child(2) {
    text-align: left;
}

table.order-list tr td:nth-child(3),
.order-list tr td:nth-child(4),
table.order-list tr th:nth-child(3),
.order-list tr th:nth-child(4) {
    text-align: right;
}

.paging-list {
    width: calc(100% - 1px);
}

/* Event public */

.event-cover {
    position: relative;
    background-size: cover;
    background-position: center;
}

.event-description-wrapp {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
}

.event-description-wrapp .event-description {
    display: block;
    padding: 1% 2%;
    text-align: center;
}

.event-action-box {
    min-height: 60px;
}

.event-image-wrap {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    top: -5px;
}

.event-image {
    width: 100%;
    min-width: 960px;
    max-height: 300px;
}

.event-image-wrap .event-shape {
    position: absolute;
    bottom: 0px;
    background-image: url("../img/event-cover-shape-bottom-l.svg");
}

.event-shape-b {
    background-image: url("../img/event-cover-shape-bottom-l-2.svg");
    display: block;
    width: 100%;
    height: 100px;
    background-size: cover;
    background-position: bottom center;
    position: relative;
    top: -20px;
}

.event-image img {
    opacity: 0;
}

@media only screen and (max-width: 960px) {
    .event-image-wrap {
        background-size: cover;
    }
}

.event-name {
    background-color: var(--default-light-bg);
    top: -10px;
    position: relative;
}

.event-name,.event-name h1 {
    color: var(--default-dark-bg);
}

.event-name h1 {
    word-break: break-all;
}

.event-shape {
    background-image: url("../img/event-cover-shape-bottom.svg");
    display: block;
    width: 100%;
    height: 100px;
    position: relative;
    bottom: -5px;
    background-size: cover;
    background-position: bottom center;
}

.song-row {
    background-color: #2C3446;
    border: 0;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

#song-suggestions .song-row {
    margin-bottom: 1px;
    padding-left: 0;
    padding-right: 0;
}

.song-row p {
    line-height: 1.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.album-cover {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    border: 0px;
    display: block;
}

.btn-like {
    display: block;
    background-color: #323C50;
    color: var(--secondary-color) !important;
    transition: all .2s ease-in-out;
    position: absolute;
    height: 100%;
    min-height: 55px;
    top: 0px;
    right: 0px;
    width: 100%;
    box-shadow: 0 0px 30px rgb(222, 135, 158, 0%);
}

.btn-like > span {
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 50px;
    width: 50px;
    text-align: center;
    transform: translate(-50%,-50%);
    font-size: 35px;
}

.btn-like:hover:not(.disabled) > span {
    transition: all .2s ease-in-out;
    text-shadow: 0 0px 30px rgb(222, 135, 158, 80%);
}

.btn-like.active:hover:not(.disabled) > span {
    transition: all .2s ease-in-out;
    text-shadow: 0 0px 30px rgb(255, 255, 255, 80%);
}

.btn-like.active {
    color: var(--default-font-color) !important;
    background-color: var(--secondary-color);
}

.btn-like.disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.like-counter {
    font-size: 0.75rem;
    font-weight: 400;
    width: 1.8rem;
    height: 1.8rem;
    line-height: 1.8rem;
    text-align: center;
    position: absolute;
    right: 0.5rem;
    top: 0.25rem;
}

/* Datepicker */

.date-selector-wrapper {
    width: 200px;
    padding: 3px;
    background-color: var(--default-light-bg);
    box-shadow: 0 10px 30px rgb(0 0 0 / 30%);
    position: absolute;
    font-size: 12px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    color: var(--default-dark-bg);
}

.cal-header,
.cal-row {
    display: flex;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.cal-cell,
.cal-nav {
    cursor: pointer;
}

.cal-day-names {
    height: 25px;
    line-height: 25px;
}

.cal-day-names .cal-cell {
    cursor: default;
    font-weight: bold;
}

.cal-cell-prev, .cal-cell-next {
    color: var(--default-dark-bg);
}

.cal-months .cal-row,
.cal-years .cal-row {
    height: 60px;
    line-height: 60px;
}

.cal-nav-prev,
.cal-nav-next {
    flex: 0.15;
}

.cal-nav-current {
    flex: 0.75;
    font-weight: bold;
}

.cal-months .cal-cell,
.cal-years .cal-cell {
    flex: 0.25;
}

.cal-days .cal-cell {
    flex: 0.143;
}

.cal-value {
    color: var(--default-light-bg);
    background-color: var(--primary-color);
}

.cal-cell:hover,
.cal-nav:hover {
    background-color: var(--default-light-bg);
}

.cal-value:hover {
    background-color: var(--primary-color);
}

.cal-time {
    display: flex;
    justify-content: flex-start;
    height: 27px;
    line-height: 27px;
}

.cal-time-label,
.cal-time-value {
    flex: 0.12;
    text-align: center;
}

.cal-time-slider {
    flex: 0.77;
    background-color: var(--default-light-bg);
    height: 100%;
    position: relative;
}

.cal-time-slider::before {
    content: '';
    background-color: var(--primary-color);
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    z-index: 4;
}

.cal-time-slider input {
    width: 100%;
    -webkit-appearance: none;
    background: 0 0;
    cursor: pointer;
    height: 100%;
    outline: 0;
    user-select: auto;
    z-index: 5;
    position: relative;
}

/* Print QR */

#QR {
    background-color: #fff;
}

#qr-bottom {
    background-color: var(--default-light-bg);
    color: var(--default-dark-bg);
}

#qr-body {
    color: var(--default-dark-bg);
}

#qr-footer-logo {
    width: 50mm;
}

#qr-code-img {
    width: 80mm;
    height: 80mm;
}

.qr-dark-overflow {
    background-color: rgba(19,24,29,0.78);
}

.qr-top-shape {
    position: relative;
    bottom: -10px;
}

.qr-bottom-shape {
    transform: rotate(180deg);
}

.qr-bg {
    background-size: cover;
    background-position: center;
    position: relative;
}

/* Error */

.error {
    color: var(--danger-color);
}

.error h1 {
    font-size: 8rem;
}
.error h2 {
    font-size: 5rem;
}

/* Menu icon */

/* Icon 2 */

#nav-icon2 {
    width: 30px;
    height: 22.5px;
    position: relative;
    margin: 5px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    top: -3px;
}

#nav-icon2 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 50%;
  background: var(--primary-color);
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
  left:0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 9px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 18px;
}

#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
  left: 5px;
  top: 12px;
}

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 12px;
}

/* Mobile menu */

#mobile_menu_block {
    overflow: hidden;
    max-height: 0px;
    transition: 1s ease max-height;
}

#mobile_menu_block.active {
    max-height: 900px;
}

@media (min-width: 768px) {
    #mobile_menu_block {
        max-height: unset !important;
    }
}

@media (max-width: 1400px) {
    #mobile_menu_block [class^="icon-"] {
        display: block;
    }
}

@media (min-width: 991px) AND (max-width: 1400px) {
    #cenik .col-lg-4 small {
        min-height: 54.4px;
        display: block;
    }
}

/* Modals */

.modal_overlay {
    background-color: rgb(0 0 0/ 30%);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 88888;
}

.modal {
    position: fixed;
    background-color: #fff;
    top: 50%;
    left: 50%;
    color: #000;
    transform: translate(-50%, -50%);
    width: 99%;
    max-height: 90vh;
    max-width: 600px;
    border-radius: 3px;
    z-index: 999999;
    box-shadow: 0 0 40px rgb(8 21 66 / 30%);
} 

.modal > .modal-header > .modal_close {
    position: absolute;
    right: 10px;
    transform: rotate(45deg);
    top: 15%;
    font-size: 1.3rem;
}

.modal > .modal-header {
    width: 100%;
    display: block;
    border-bottom: 1px solid #efefef;
    padding: 8px;
    position: relative;
}

.modal > .modal-footer {
    width: 100%;
    display: block;
    border-top: 1px solid #efefef;
    padding: 8px;
    position: relative;
    margin-top: 8px;
}

.modal > .modal-body {
    max-height: calc(80vh - 100px);
    overflow:auto;
}

.modal > .modal-body {
    padding: 16px 8px;
}

.modal-image-table {
    display: grid;
    grid-template-columns: 50% 50%;
}

.modal-image-table > .image-table-item {
    padding: 2.5px;
}

.modal-image-table > .image-table-item > img {
    filter: grayscale(100%);
    transition : filter 200ms linear;
    cursor: pointer;
}

.modal-image-table > .image-table-item.selected > img , .modal-image-table > .image-table-item:hover > img {
    filter: grayscale(0%);
    transition : filter 200ms linear
}

#cover_image_prew {
    max-height: 300px;
}

/**
 * Generic classes
 */
.w-100 {
    width: 100%;
}

.opacity-60 {
    opacity: 0.6;
}

.d-block {
    display: block;
}
