﻿@tailwind base;
@tailwind components;
@tailwind utilities;























































































/*html {
    display: block;
    width: 100%;
    height: 100%;
    font-family: Montserrat;
    font-size: var(--font-medium);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--color);
}

body {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-width: 320px;
    overflow: hidden;
}


@font-face {
    font-family: Montserrat;
    src: url("fonts//Montserrat-Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

:focus {
    outline: 0 !important;
}

#app {
    height: 100%;
}

.page {
    height: 100%;
}

.sidebar {
    background: none !important;
    background-color: #301c71 !important;
}

.main {
    height: 100%;
}

.nav-link {
    height: 2.5rem !important;
    line-height: 2.5rem !important;
    padding: 0;
    margin: 0;
}

    .nav-link.active {
        background-color: #7247b4 !important;
    }

.content {
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 1;
    padding-bottom: 48px !important;
}*/


/*-----------
VARIABLES
------------*/
/*:root {
    --body-backcolor: #f7f7f7;
    --color: #49454a;
    --color: #32363a;
    --title-color: #49454a;
    --sub-title-color: #6a6d70;
    --information-color: #0a6ed1;
    --border-color: #e5e5e5;
    --label-color: #6a6d70;

    --font-small: 0.75rem;
    --font-medium: 1rem;
    --font-large: 1.25rem;
    --font-xl: 1.5rem;
    --font-xxl: 1.75rem;
    --font-xxxl: 2rem;
}










































@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');*/
/*
html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}*/

/*a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }*/
