html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.k-upload .k-dropzone .k-dropzone-hint {
    text-align: left;
    padding-left: 10px;
}

.validation-summary-errors ul {
    list-style: none;
    padding-left: 0;
}

.validation-summary-errors li {
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-border-radius: 0.475rem;
    position: relative;
    padding: 10px;
    margin-bottom: 5px;
    color: var(--kt-danger);
    border: 1px solid var(--kt-danger);
    background-color: var(--kt-danger-light);
    border-radius: var(--bs-alert-border-radius);
}

/* Cookies START*/
.overlay-cookies {
    background: rgb(0 0 0 / 80%);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
}

    .overlay-cookies.cookies-hide {
        display: none;
    }

.bg-wgt-cookies {
    position: fixed;
    width: 30%;
    background: #fff;
    z-index: 9999;
    padding: 40px;
    color: #000;
    font-size: 14px;
    line-height: 1.3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.msg_cookies p:last-child {
    margin-bottom: 0;
}

.msg_cookies a {
    color: #3f57ae;
}

    .msg_cookies a:hover {
        color: #08274a;
    }

.bg-wgt-cookies .popup_total {
    text-transform: uppercase;
    color: #3c3c3b;
}

    .bg-wgt-cookies .popup_total:hover {
        text-decoration: underline;
    }
/* Cookies End*/

@media (max-width: 1200px) {
    .bg-wgt-cookies {
        width: 50%;
    }
}

@media (max-width: 991.98px) {
    .toolbar .page-title[data-kt-swapper=true] {
        display: flex !important;
    }
}

@media (max-width: 768px) {
    .bg-wgt-cookies {
        width: 80%;
    }
}

@media (max-width: 576px) {
    .bg-wgt-cookies {
        width: 90%;
    }
}

.hover-zoom {
        transition: transform .2s; /* Animation */
}

    .hover-zoom:hover {
        transform: scale(1.05);
        transition: transform .2s; /* Animation */
    }




.max-w-200 {
    max-width: 200px;
}

.circle {
    width: 25px;
    line-height: 25px;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    background-color: lightgray;
    color: white;
}
