﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

@font-face {
    font-family: Montserrat;
    src: url(Montserrat/static/Montserrat-Light.ttf);
}

@font-face {
    font-family: Roboto;
    src: url(Roboto/Roboto-Regular.ttf);
}

@font-face {
    font-family: Montserrat-Regular;
    src: url(Montserrat/static/Montserrat-Regular.ttf);
}

@font-face {
    font-family: Roboto-Medium;
    src: url(Roboto/Roboto-Medium.ttf);
}

* {
    font-family: Montserrat;
}

.font-roboto {
    font-family: Roboto;
}

.font-monserrat-regular {
    font-family: Montserrat-Regular;
}

.font-roboto-medium {
    font-family: Roboto-Medium;
}

.cancelButton {
    font-family: 'Roboto';
    background-color: var(--bs-red);
    margin-top: 1rem;
    font-size: 15px;
    color: #fff;
}

.okButton {
    font-family: 'Roboto';
    background-color: var(--bs-green);
    margin-top: 1rem;
    font-size: 15px;
    color: #fff;
}

.finalCheckBox {
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid var(--bs-primary);
    margin-left: 2rem;
}

.finalCheckContent {
    margin: 1rem;
    display: flex;
    flex-direction: column;
}

.pdfLink {
    font-weight: bold;
    text-align: center;
    width: 100%;
    font-size: 15px;
}


.final-check-paragraph {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 15px;
    font-family: 'Roboto';
    color: #000;
}

body {
    font-family: 'Roboto';
    font-style: normal !important;
    font-weight: 300 !important;
}

.wizardbuttons {
    margin-top: 10px !important;
    height: 50px;
}

.wizardprev {
    width: 150px;
    height: 50px;
}

.wizardnext {
    width: 150px;
    height: 50px;
}


.ms-Dropdown {
    border: none !important;
}

.blazored-modal {
    border: none;
    padding: 0px !important;
}

    .blazored-modal .bm-header {
        padding-bottom: 5px !important;
        padding-top: 5px !important;
        padding-left: 5px !important;
    }

    .blazored-modal .bm-header {
        padding: 2px;
        background: var(--bs-primary);
        color: white;
    }

    .blazored-modal .bm-close {
        margin-right: -10px;
        margin-top: -20px;
    }

    .blazored-modal .bm-content {
        padding-top: 0.25rem;
    }

.bm-close {
    color: var(--bs-primary-color);
}

.blazored-modal {
    max-width: none !important;
    width: fit-content;
}



.menu .nav-item .nav-link div,
.profil a .title {
    letter-spacing: 2px;
    font-size: 14px;
    font-family: 'Roboto-Medium';
}

@media screen {
    #printTable {
        display: none !important;
    }
}

@media print {
    .mainPage {
        display: none !important;
        visibility: hidden;
        height: 0px !important;
        width: 0px !important;
    }

    .wizardbuttons {
        display: none !important;
    }

    body {
        width: unset !important;
        position: unset !important;
        top: unset;
        height: fit-content;
        overflow: auto !important;
    }

    #printTable {
        display: block;
        background-color: white;
        width: 100%;
        max-width: 100%;
        min-height: 100%;
        page-break-before: auto;
        page-break-after: always;
        page-break-inside: avoid;
    }

    .pdfLink {
        display: none;
    }

    h2 {
        display: none !important;
    }
}



.dropdown-menu {
    max-height: 20ch;
    overflow: auto;
}

.wizzardstepid{
    position:absolute;
    bottom:0;
    left:5px;
    color:black;
    font-size:11px;
    font-weight:500;
}