@font-face {
    font-family: "DM Sans";
    src: url("../fonts/DMSans-VariableFont_opsz,wght.ttf") format("truetype");
    font-weight: 300 400 500 600 700;
}

@font-face {
    font-family: "MONO";
    src: url("../fonts/AzeretMono-VariableFont_wght.ttf") format("truetype");
    font-weight: 300 400 500 600 700;
}
.mono {
    font-family: "MONO", monospace;
    letter-spacing: -.8px;
    font-weight: 300;
}

html {
  font-size: 14px;

}



/* przeniesione z _Layout.cshtml.css */
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    /*  font-size: 1.4rem !important;*/
    /*  font-weight: 600;*/
}

a {
    color: #0077cc;
}



.custom-nav {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    /*    gap: 1rem;*/
    width: 100%;
    text-decoration: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

.custom-nav:not(:has(li)) {
    height: 4rem;
}

.custom-nav > li {
    display: flex;
    justify-content: center;
    align-items: center;
    color: whitesmoke;
    height: 4rem;
    font-size: 1.4rem;
}

.custom-nav > li:hover {
    background-color: rgba(255 255 255 / 10%);
    /*    color: gold;*/
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}
/* koniec */




@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: "DM Sans", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    background-color: rgb(245, 244, 243);
}
header > nav{
    background-color: rgb(245, 244, 243) ;
}

#umk-logo {
    /*    display: block;*/
    max-height: 4rem;
    margin-right: 1rem;
    vertical-align: middle;
}

ul.custom-nav > li > a.custom-nav-link {
/*    color: inherit !important;*/
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-nav-link.active {
    color: gold !important;
    font-weight: 700;
}

.main-form-container{
    max-width: 50%;
    margin: auto;
}

.a-button{
    color: var(--bs-primary) !important;
    border: solid 1px var(--bs-primary);
    border-radius: 2rem;
    padding-inline: 1rem !important;
    text-align: center;
}
.a-button:hover{
    color: var(--bs-light) !important;
    background-color: var(--bs-primary);
}
.a-button.btn-danger{
    border-width: 0;
    color: var(--bs-light) !important;
}
.a-button.btn-danger:hover{
    background-color: var(--bs-pink);
}

button, input{
    border-radius: 2rem !important;
}

input{
/*    padding-inline: 1rem;*/

}

input[type="search"], label{
    padding-left: 1.2rem !important;
    border-width: 1px;
    border-color: rgba(var(--bs-primary-rgb), 0.3);
}


input[type="text"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control),
input[type="email"]:not(.form-control), input[type="number"]:not(.form-control), input[type="tel"]:not(.form-control),
input[type="url"]:not(.form-control) {
    padding-left: 0.8rem !important;
    height: 2.4rem;
} 

.settings-menu a.nav-link:not(.active):hover{
    background-color: rgba(var(--bs-primary-rgb), 0.1);
}

tbody > tr{
    overflow: hidden;
    border-radius: 1rem;
    border: none;
}
tbody > tr:nth-child(even){
    background-color: rgba(0 0 0 / 2%);
}
tbody, tr, tfoot, td, th{
    border: none;
}
thead{
    border-bottom: 1px dotted rgba(0 0 0 / 10%);
}
tbody > tr > td:first-child {
    border-bottom-left-radius: 1rem;
    border-top-left-radius: 1rem;
    padding-left: 1rem;
}
tbody > tr > td:last-child{
    border-bottom-right-radius: 1rem;
    border-top-right-radius: 1rem;
    padding-right: 1rem;
}

form .form-group{
    margin-bottom: .5rem;
}

.surveys{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}
.surveys-labels {
    /*    background-color: rgba(0 0 0 / 4%);*/
    border-radius: 1rem;
    font-weight: 700;
    font-size: 1.1rem;
    align-items: end;
}
.survey {
/*    background-color: rgba(0 0 0 / 4%);*/
    border: 1px solid rgba(0 0 0 / 10%);
/*    border-radius: 1rem;*/
    overflow: hidden;
    box-shadow: 1px 1px 4px rgba(0 0 0 / 4%);
}

.surveys-labels, .survey-row {
    display: grid;
    grid-template-columns: minmax(15rem,3fr) minmax(8rem,1fr) minmax(8rem,1fr) minmax(8rem,1fr) 2fr minmax(5rem, 8rem);
    padding: 1rem;
    gap: .8rem;
}
.surveys-labels.survey-data-version, .survey-row.survey-data-version {
    grid-template-columns: minmax(15rem, 3fr) minmax(6rem, 1fr);
    gap: 1rem;
}
.survey-row{
    align-items: center;
}

a.survey-toggle{
    text-decoration: none !important;
/*    background-color: transparent;*/
    border: none !important;
    border-radius: 0 !important;
    outline: none !important;
    color: inherit !important;
}

.survey-header{
    font-weight: 500;
    border-bottom: 1px solid rgba(0 0 0 / 10%);
}
.survey-header:hover{
    background-color: rgba(0 0 0 / 4%) !important;
}

/*div[id^="survey-content-container-"] {
    display: grid;
    grid-template-columns: minmax(20rem,2fr) minmax(20rem,1fr);
    gap: 1rem;
    padding: 1rem;
}*/

.survey-content-panel {
    padding: 1rem .8rem;
}

.survey-part, .survey-question, .survey-answer {
    padding: .2rem 1.6rem .4rem;
}
.survey-part-name{
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 600;
}
.survey-question-content{
    font-weight: 600;
}


/* _content/Teleopieka.Web/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-hewkysdje3] {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    /*  font-size: 1.4rem !important;*/
    /*  font-weight: 600;*/
}

a[b-hewkysdje3] {
    color: #0077cc;
}



.custom-nav[b-hewkysdje3] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    /*    gap: 1rem;*/
    width: 100%;
    text-decoration: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

.custom-nav > li[b-hewkysdje3] {
    display: flex;
    justify-content: center;
    align-items: center;
    color: whitesmoke;
    height: 4rem;
    font-size: 1.4rem;
}

.custom-nav > li:hover[b-hewkysdje3] {
    background-color: rgba(255 255 255 / 10%);
    /*    color: gold;*/
}



.btn-primary[b-hewkysdje3] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active[b-hewkysdje3], .nav-pills .show > .nav-link[b-hewkysdje3] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top[b-hewkysdje3] {
    border-top: 1px solid #e5e5e5;
}

.border-bottom[b-hewkysdje3] {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-hewkysdje3] {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-hewkysdje3] {
    font-size: 1rem;
    line-height: inherit;
}

.footer[b-hewkysdje3] {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

