:root {
    --dm-blue: #0299fe;
    --dm-green: #4fcd7e;
}
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  font-family:Rubik, Tahoma, Geneva, Verdana, sans-serif
}
#header-logo {
    max-height:40px;
}
@media(min-width:768px) {


    #landing {
        background-image: url(../i/daryl-desk.jpg);
        background-size: cover;
        background-position-y: -280px;
        filter: opacity(.15) grayscale(100%) contrast(1.4) brightness(1.9);
        height: 400px;
        width: calc(69%);
        position: absolute;
        top: 200px;
        left: 300px;
        z-index: -1;
        margin-top: 2em;
        margin-right: calc(var(--bs-gutter-x) * -.5);
        margin-left: calc(var(--bs-gutter-x) * -.5);
    }
}
.pointMan {

}
.main {
    margin-top:5em;
}
#response-nav {
    width:42.5%;
}
#response-nav input:last-child {
    float: right;
    right: 0;
}
.question {
    border: solid 0.01px #0299fe;
    border-radius: 2em;
    background-image: linear-gradient(165deg, rgba(2,99,254,0.50), rgba(79,205,126,0.50));
    padding: 1em 2em 1.5em 2em;
    margin-bottom: 1em;
    position: relative;
}
.question h6{
    padding-left:0;
    margin-bottom: 1em;
}
.answered {
    background-image: linear-gradient(165deg, rgba(2,99,254,1), rgba(79,205,126,1));
}
    .answered .ui-slider-handle {
        background-color: #375649;
    }

.disr {
    position: absolute;
    font-size: 4em;
    right: -1em;
    top: -0.125em;
    font-family: 'Rubik';
    font-weight: 700;
    color: #0299fe;
}
#myChartradar, #myChartbar {
    width: 60%;
    max-width: 60%;
    margin: 2em 10% 2em 0;
    min-height: 400px;
    height: 500px;
    max-height: 500px;
    border: solid 1px red;
}
.blurb {

}
.chart {
    min-height: 400px;
    max-height: 500px;
}
.bar {
    display:none;
}
.nextQuestion {
    border-color:red;
}
.bi.bi-arrow-right-circle-fill {
    color:red;
    font-size:1.5em;
    position:absolute;
    left: -4em;
    float:left;
    width:3em;
    height: 3em;
}

.ui-corner-all {
    border-radius:0.75em !important;
}
.ui-dialog.ui-widget-content.ui-widget {
    border-radius: 1em !important;
    background-color: none;
    border: solid 2px #000 !important;
}
.ui-dialog-buttonset button {
    border-radius: 0.75em !important;
    padding: 0.25em 1em;
}
.ui-dialog-titlebar-close {
    display:none;
}
.ui-dialog-title, ui-widget-content, .ui-dialog-titlebar {
}
.ui-dialog-buttonpane.ui-widget-content {
    background-color: rgba(0, 0,0,0) !important;
}
    .ui-dialog-buttonpane.ui-widget-content button:nth-child(2) {
        color: rgba(255,255,255,1) !important;
        background-color: rgba(2,99,254,1);
    }
    .ui-dialog-buttonpane.ui-widget-content button:nth-child(1) {
        color: #000 !important;
    }
 
   .note {
       border: solid 2px red;
       border-radius: 1em;
       font-size: 0.85rem;
       padding: 0.5em;
       margin: 1em 1em 1em -0.5em;
   }
   .note * {
       margin: 0.4em
   }