/* fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@font-face {
    font-family: 'spz';
    src: url("/fnt/spz.woff2");
}

body {
    position: relative;
    font-family: 'Inter', sans-serif;
}

select {
    border-radius: 12.5px!important;
}

/* btn */
.btn {
    border-radius: 12.5px;
    padding-left: 20px;
    padding-right: 20px;
}

.btn-white {
    background-color: white;
}

.btn-white:hover {
    background-color: #ececec;
}

/* com */
.com--center {
    width: calc(100% - 50px);
    max-width: 600px;
    margin: 0 auto;
}

@media only screen and (min-width: 700px) {
    .com--center {
        max-width: 600px;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 900px) {
    .com--center {
        max-width: 800px;
        margin: 0 auto;
    }
}

.com--icon-r {
    margin-left: 5px;
}

h4 {
    font-size: 1.3rem;
}

/* menu */
.menu-container {
    position: fixed;
    width: 100%;
    z-index: 10;
    top: -300px;
    transition: 400ms;
}

.menu {
    width: calc(100% - 50px);
    max-width: 600px;
    margin: 0 auto;
    background-color: #ececec;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

@media only screen and (min-width: 700px) {
    .menu {
        max-width: 600px;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 900px) {
    .menu {
        max-width: 800px;
        margin: 0 auto;
    }
}

.menu .inner {
    padding: 25px;
}

.menu .inner .top {
    height: 40px;
}

.menu ul {
    padding: 0;
    list-style: none;
}

.menu ul li a {
    text-decoration: none;
    color: inherit;
    opacity: 0.6;
    transition: 300ms;
    font-size: 18px;
}

.menu ul li a:hover {
    opacity: 1;
    transition: 300ms;
}

.menu .account {
    border-radius: 10px;
}

.menu .account .inner {
    padding: 15px;
}

.menu .account .image {
    height: 40px;
    width: 40px;
    display: flex;
    object-fit: cover;
    border-radius: 20px;
    background-color: #0111DC;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.menu .account .image i {
    margin: auto auto;
    color: white;
}

.menu .account .text {
    font-size: 0.8rem;
    line-height: 0.9rem;
    text-align: left;
    margin-left: 10px;
}

/* header */
header {
    padding: 25px;
    /*margin-bottom: 25px;*/
    background-color: #ececec;
    /*background-color: #0111DC;*/
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

header .logo img {
    height: 40px;
    /*filter: brightness(0) invert();*/
}

header .profile a {
    text-decoration: none;
    color: inherit;
}

header .profile .text {
    font-size: 0.8rem;
    line-height: 0.9rem;
    text-align: right;
    margin-right: 10px;
}

header .profile .image {
    height: 40px;
    width: 40px;
    display: flex;
    object-fit: cover;
    border-radius: 20px;
    background-color: #0111DC;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

header .profile .image i {
    margin: auto auto;
    color: white;
}

/* login */
.login .inner {
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #0111DC;
}

.login .inner form {
    margin-bottom: 0;
}

.login .icon {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    font-size: 20px;
    background-color: #0111DC;
    color: white;
    margin-bottom: 20px;
}

/* register */
.register .inner {
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #0111DC;
}

.register .inner form {
    margin-bottom: 0;
}

.register .icon {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    font-size: 20px;
    background-color: #0111DC;
    color: white;
    margin-bottom: 20px;
}

    /* nav lip */
.lip {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.lip .link {
    display: block;
    width: 100%;
    padding: 10px;
    text-align: center;
    background-color: #ececec;
    color: black;
    transition: 300ms;
    text-decoration: none;
}

.lip .link:hover {
    background-color: #dcdcdc;
    transition: 300ms;
}

.lip .link.selected {
    background-color: #0111DC;
    color: white;
    transition: 300ms;
}

/* akce */
.akce {
    position: relative;
    /*height: 600px;*/
    aspect-ratio: 4 / 5;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-radius: 15px;
    overflow: hidden;
}

@media only screen and (min-width: 500px) {
    .akce {
        aspect-ratio: 1 / 1;
    }
}

@media only screen and (min-width: 700px) {
    .akce {
        /*height: 300px;*/
        aspect-ratio: 2 / 1;
    }
}

@media only screen and (min-width: 900px) {
    .akce {
        aspect-ratio: 5 / 2;
    }
}

.akce .bg {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #0111DC;
}

.akce .cta {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

/* objednavka */
.order a {
    text-decoration: none;
    color: inherit;
}

.order .card {
    background-color: #f9f9ff;
    border-radius: 15px;
    border: 1px dashed #0111DC;
    transition: 300ms;
}

.order .card:hover {
    background-color: #000656;
    color: white;
    transition: 300ms;
}

.order .card .inner {
    padding: 40px;
    text-align: center;
}

.order .card .inner .icon {
    font-size: 2rem;
    color: #0111DC;
    margin-bottom: 5px;
    transition: 300ms;
}

.order .card:hover .inner .icon {
    color: white;
    transition: 300ms;
}

/* order - new */
.order-new-card {
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #0111DC;
}

/* vehicle list */
.vehicle-list .vehicle .image .inner {
    position: relative;
    height: 40px;
    width: 40px;
    background-color: #0111DC;
    border-radius: 20px;
}

.vehicle-list .vehicle .image .inner .icon {
    color: white;
}

.vehicle-list .vehicle .image .inner img {
    position: absolute;
    width: 80px;
    top: 25px;
    left: 10px;
}

.vehicle-list .vehicle .spz {
    position: relative;
}

.vehicle-list .vehicle .spz img {
    position: relative;
    height: 45px;
    margin-right: 7px;
}

.vehicle-list .vehicle .spz .text {
    position: absolute;
    top: 12px;
    left: 37px;
}

.vehicle-list .vehicle .spz .text .font {
    font-family: 'spz', sans-serif;
    font-size: 10px;
    letter-spacing: -1px;
}

.vehicle-list .vehicle .spz .text .mid {
    font-size: 20px;
    line-height: 10px;
    margin-left: 5px;
    margin-right: 4px;
    margin-top: 4px;
}

@media only screen and (min-width: 768px) {
    .vehicle-list .vehicle .image .inner {
        height: 100px;
        width: 100px;
    }
}

/* service order */
.service-order-list .service-order .image .inner {
    position: relative;
    height: 40px;
    width: 40px;
    background-color: #0111DC;
    border-radius: 20px;
}

.service-order-list .service-order .image .inner .icon {
    color: white;
    font-size: 1rem;
}

.service-order-list .service-order .status .dot {
    font-size: 10px;
    vertical-align: 2px;
}

@media only screen and (min-width: 768px) {
    .service-order-list .service-order .image .inner {
        height: 100px;
        width: 100px;
    }

    .service-order-list .service-order .image .inner .icon {
        color: white;
        font-size: 3.5rem;
    }
}

/* calendar */

.calendar-new-timeslots .card {
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #0111DC;
}
