﻿@tailwind base;
@tailwind components;
@tailwind utilities;
.navbar-toggler {
    background-color: #f8f9fa!important;
}
.top-information-header, .app-title {
    color: #af084d !important;
}
.g-4, .gx-4 {
    --bs-gutter-x: 1.5rem;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.card {
    box-shadow: 0 0.15rem 1.75rem 0 rgb(33 40 50 / 15%);
}

.border-primary {
    border-color: #0061f2 !important;
}

.border-start-lg {
    border-left-width: 0.25rem !important;
}

.h-100 {
    height: 100% !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-end-0 {
    border-right: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(33,40,50,.125);
    border-radius: 0.35rem;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.35rem;
}

.align-items-center {
    align-items: center !important;
}

.d-flex {
    display: flex !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.footer {
    margin-top:10px;
    border-top: 5px solid black;
    text-decoration: none !important;
    background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
    padding-bottom: 10px;
}

    .footer ul {
        list-style-type: none !important;
    }

.jumbotron {
    padding: 10px 0px !important;
    color: #000000 !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff !important;
}

.select2-selection {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(229 231 235/var(--tw-bg-opacity)) !important;
    height: 38px !important;
}

.select2-selection__rendered {
    padding: .375rem .75rem !important;
}

.select2-selection__arrow {
    height: 38px !important;
}

.form-control {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(229 231 235/var(--tw-bg-opacity)) !important;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.container {
    padding: 0 2rem;
}

.main {
    min-height: 100vh;
    padding: 4rem 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer {
    border-top: 1px solid #eaeaea;
}


.title a {
    color: #0070f3;
    text-decoration: none;
}

    .title a:hover,
    .title a:focus,
    .title a:active {
        text-decoration: underline;
    }

.title {
    margin: 0;
    line-height: 1.15;
    font-size: 4rem;
}

.title,
.description {
    text-align: center;
}

.description {
    margin: 4rem 0;
    line-height: 1.5;
    font-size: 1.5rem;
}

.code {
    background: #fafafa;
    border-radius: 5px;
    padding: 0.75rem;
    font-size: 1.1rem;
    font-family: Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace;
}

.grid {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 800px;
}

.logo {
    height: 1em;
    margin-left: 0.5rem;
}

@media (max-width: 600px) {
    .grid {
        width: 100%;
        flex-direction: column;
    }
}
