﻿/* Overrides template styles */

/*wwwroot/template/app-assets/css/bootstrap-extended.css*/
.header-navbar {
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.breadcrumb {
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/*wwwroot/template/app-assets/css/bootstrap.css*/
pre,
code,
kbd,
samp {
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.text-monospace {
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

/*wwwroot/template/app-assets/css/components.css*/
.navigation {
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

    .navigation .navigation-header {
        font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    }

/* -------------------------------------------------- */

/* Overrides sycnfusion styles */

#ListUsedCarRequests {
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.e-toolbar .e-tbar-btn .e-tbar-btn-text {
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.e-control, .e-css {
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

    .e-checkbox-wrapper .e-label, .e-css.e-checkbox-wrapper .e-label {
        font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    }

/* -------------------------------------------------- */

/*wwwroot/featherlight/featherlight.gallery.min.css*/
.featherlight-swipe-aware .featherlight-previous,
.featherlight-swipe-aware .featherlight-next {
    display: block;
}

/* -------------------------------------------------- */

.carousel {
    text-align: center;
}

.duplicate-license-plate {
    background-color: #c1c1c1;
}

/* -------------------------------------------------- */

.power-bi-iframe {
    width: 100%;
    height: 700px;
}

    .power-bi-iframe iframe {
        width: 100%;
        height: 100%;
    }

/* -------------------------------------------------- */

.input-group-text[role="button"] {
    cursor: pointer;
}

.copyable {
    cursor: pointer;
}

.copied-message {
    display: none;
    position: fixed;
    top: 8%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #28d094;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 14px;
    z-index: 9999;
    pointer-events: none;
}
