@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://cdn-uicons.flaticon.com/2.6.0/uicons-regular-rounded/css/uicons-regular-rounded.css');

body {
    background-color: #fafafd;
}

.login {
    max-width: 400px;
}

.login h1 {
    font-size: 26px;
    font-weight: 600;
}

.login button {
    background-image: linear-gradient(to right, #793D8F 0%, #3756A2 51%, #793D8F 100%);
    background-size: 200% auto;
    height: 45px;
    border-radius: 45px;
    line-height: 45px;
    color: #fff;
    font-weight: 500;
    font-size: .85rem;
    display: inline-block;
    text-decoration: none;
    border: 0px;
    position: absolute;
    bottom: calc(-45px / 2);
    left: 50%;
    transform: translateX(-50%);
    -webkit-transition: 500ms;
    transition: 500ms;
}

.login button:hover {
    background-position: right center;
}

.login .card input {
    background-color: #fff;
    border-radius: 10px;
    color: #000;
    font-size: .9em;
    font-weight: 500;
    height: 45px;
    box-shadow: none;
    outline: none;
    width: 100%;
    border: 1px solid #eceef0;
    text-align: center;
    padding-left: 10px;
}

.login .card input::placeholder {
    color: #eceef0;
    font-weight: 400;
}

.login a {
    font-size: .85rem;
    color: #793D8F;
}

.login a:hover {
    text-decoration: underline;
}

a {
    text-decoration: none;
}

nav.navbar {
    padding-top: 0px;
    padding-bottom: 0px;
    height: 75px;
}

nav.navbar a.logout {
    background-image: linear-gradient(to right, #793D8F 0%, #3756A2 51%, #793D8F 100%);
    background-size: 200% auto;
    height: 40px;
    border-radius: 40px;
    line-height: 40px;
    color: #fff;
    font-weight: 500;
    font-size: .85rem;
    display: inline-block;
    text-decoration: none;
    border: 0px;
    padding: 0px 20px;
    -webkit-transition: 500ms;
    transition: 500ms;
}

nav.navbar a.logout:hover {
    background-position: right center;
}

.menu-hlavni-menu-container a {
    text-align: center;
}

.menu-hlavni-menu-container .dropdown-menu {
    position: relative;
    left: unset !important;
    border: 0px !important;
}

.menu-hlavni-menu-container .dropdown-menu a {
    font-weight: 400 !important;
}

.menu-hlavni-menu-container ul.nav .nav-link {
    padding: .35rem !important;
}

.menu-hlavni-menu-container .nav-link {
    font-size: .9rem !important;
    color: rgb(107, 107, 107);
}

.menu-hlavni-menu-container .nav-link.active {
    font-weight: 500;
    color: #793D8F;
}

.time {
    font-size: .9rem;
    font-weight: 500;
    width: 65px;
}

.time i {
    font-size: .85rem;
}

.page h1 {
    font-size: 24px;
    font-weight: 600;
}

h1 .badge.bg-primary {
    background-image: linear-gradient(to right, #793D8F 0%, #3756A2 51%, #793D8F 100%);
    background-size: 200% auto;
    font-size: .85rem;
    border-radius: 50px;
}

table .badge {
    font-size: .7rem;
    border-radius: 50px;
    font-weight: 500;
    padding: 0.4em 0.9em;
}

table .badge.bg-primary {
    background-image: linear-gradient(to right, #793D8F 0%, #3756A2 51%, #793D8F 100%);
    background-size: 200% auto;
}

table tr th {
    background: -webkit-linear-gradient(45deg, #793D8F, #3756A2 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: .9rem;
    font-weight: 600;
}

table tr td {
    font-size: .9rem;
}

.custom-container {
    max-width: 1500px !important;
}

p {
    font-size: .9rem;
}

.btn {
    height: 40px;
    font-size: .85rem;
    padding: 0px 20px;
    border: 0px;
}

.btn-success {
    background-image: linear-gradient(to right, #43a047 0%, #66bb6a 51%, #43a047 100%);
    background-size: 200% auto;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.btn-success:hover {
    background-position: right center;
}

.modal-title {
    font-size: 1.2rem;
    font-weight: 600;
}

input, select {
    box-shadow: none!important;
}

.form-control, .form-select {
    font-size: .9rem;
    height: 40px;
}

.form-label {
    font-size: .85rem;
    color: #898989;
    font-weight: 400;
}

.btn-custom {
    background-image: linear-gradient(to right, #793D8F 0%, #3756A2 51%, #793D8F 100%);
    background-size: 200% auto;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    border: 0px;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.btn-custom:hover {
    background-position: right center;
    color: #fff;
}

h3 {
    font-size: 1.1rem;
}

* {
    font-family: "Barlow", sans-serif !important;
}