html,
body,
header,
footer,


*{
}

.serif {
    font-family: Georgia, serif;
}

.themecolor {
    color: #011a3c;
}

.theme-color {
    background-color: #011a3c;
}

.theme-color-text {
    color: #011a3c;
}

.themebackground {
    background: #011a3c;
}

html {
}

body {
    background-color: #F3F7FB;
    padding-bottom: 2.5rem;
    position: relative;
    min-height: 100vh;
}

header {
    position: absolute;
    left: 0;
    right: 0;
    height: 2.5rem;
}

main {
    width: 100%;
    padding-bottom: 2.5rem;
}

.grow {
transition: all .2s ease-in-out;
}

.grow:hover {
transform: scale(1.1);
}


.header-buffer {
    padding-top: 70px;
}

.header-buffer.filled {
    padding-top: 70px;
    background: #011a3c no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

footer {
  position: absolute;
  height: 2.5rem;
  bottom: 0;
  width: 100%;
  background-color: #404040;
  color: white;
}

.slanted {
  -webkit-transform: skew(0, -4.76deg) translateY(calc(50vw/-12));
      -ms-transform: skew(0, -4.76deg) translateY(calc(50vw/-12));
          transform: skew(0, -4.76deg) translateY(calc(50vw/-12));
  /*   And finally we account for the slope to make sure each section can occupy the full window... I added 10vw just to give it a little extra padding */
  /*min-height: calc(100vh - (110vw/12));*/
  margin-top: 150px;
}

.unslanted {
  -webkit-transform: skew(0, 4.76deg) translateY(calc(50vw/12));
      -ms-transform: skew(0, 4.76deg) translateY(calc(50vw/12));
          transform: skew(0, 4.76deg) translateY(calc(50vw/12));
}

.vcenter {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(calc(50vw/12));
  transform: translateY(calc(50vw/12));
}

.navbar.scrolling-navbar.noanimation {
    transition: none;
    -webkit-transition: none;
}

.noanimation {
    transition: none !important;
    -webkit-transition: none !important;
}

.transition {
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.ck-h2{
    padding-top:0px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

@media screen and (max-width: 768px) {
      h1 {
            font-size: 30px;
      }
      h2 {
            font-size: 25px;
      }
      h4 {
            font-size: 1rem;
      }
      h5 {
            font-size: 1rem;
      }
      p {
            font-size: 1rem;
      }
}

.stretchedToMargin {
  display: block;
/*  position:absolute; */
  height:auto;
  bottom:0;
  top:0;
  left:0;
  right:0;
  margin-top:20px;
  margin-bottom:20px;
/*  margin-right:80px;
  margin-left:80px;*/
}


.nav-item {
     margin-right: 30px;
}

.theme-background {
    background: #011a3c no-repeat center center fixed;
}

.no-margin {
    margin-left: 0px;
    margin-right: 0px;
}


.intro-banner {
    padding-left:10px;
    padding-right: 10px;

}

.intro-banner.examplecasepadding {
    margin-bottom: 125px;
}

.intro-banner-2 {
    padding-left: 0px;
    padding-right: 0px;
    max-width:1200px;
}

.intro-banner-3 {
    display: flex;
    min-height: 320px;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
}

.intro-banner-4 {
    flex-grow: 1;
    flex-shrink: 1;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    align-self: center;
}

.intro-banner-4.w50 {
    flex-basis: 50%;
}

.intro-banner-4.w100 {
    flex-basis: 100%;
}

.nav-header {
    min-height: 50px;
    background-color: #011a3c;
    position: relative;
}


.top-nav-collapse {
    background-color: #011a3c;
  }
  @media (max-width: 768px) {
    .navbar:not(.top-nav-collapse) {
      background-color: #011a3c;
    }
  }
  @media (min-width: 800px) and (max-width: 850px) {
    .navbar:not(.top-nav-collapse) {
      background-color: #011a3c;
    }
  }

hr {
    background-color: #011a3c;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.wide-background {
    margin-left: 49%; /* 50% makes it too wide for the page */
    transform: translateX(-50%);
    width: 100vw;
}

input[type="file"] {
    display: none;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

@media only screen and (max-width: 1200px) {
    #intro_previewbox {
        display: none;
    }
    #intro {
        margin-bottom: 10px;
    }

}

/*********************************************************************


                          HOME - ABOUT CARDS


**********************************************************************/
.aboutcard-margin {
    margin: 30px;
    transition: all 300ms ease-in-out 0s;
    height:250px;
}

.aboutcard-inner {
    display: flex;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    flex-grow: 0;
}

.aboutcard-header {
    height: 10px;
}

@media only screen and (min-width: 1200px) {
    .aboutcards-holder {
        display: flex;
        width: 100%;
    }
}

.centered-card {
    width: min(800px, 100%);
    margin: 20px;
    margin-left: auto;
    margin-right:auto;
    margin:auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.casecard {

}

.casecard-header {
    height: 10px;
}

.casecard-text {
    font-size: .9rem;
    font-weight: 400;
    color: #747373;
    min-height: 4rem;
}

.try-button {
    background: linear-gradient(40deg,#2096ff,#05ffa3);
    color: black;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.about-button-holder-outer {
    width:100%;
    position: absolute;
    bottom: 15px;
}

.about-button-holder-inner {
    margin: auto;
}

.about-button {
    width: 80%;
    padding-left: 5px;
    padding-right: 5px;

    background: white;
    color: #011a3c;
    font-weight: bold;
    text-transform: none;
    font-size: 1rem;

    border-color: #011a3c;
    border-width: revert;
    border-style: solid;

    -webkit-transition: 0s ease;
    transition: 0s ease;

}

.aboutcard-header.card-one {
    background: linear-gradient(40deg,#45cafc,#303f9f)
}

#aboutcard-1:hover #aboutcard-1-button {
    background: #011a3c;
    color:white;
    border: none;
}

#aboutcard-2:hover #aboutcard-2-button {
    background: #011a3c;
    color:white;
    border: none;
}

#aboutcard-3:hover #aboutcard-3-button {
    background: #011a3c;
    color:white;
    border: none;
}

.about-text {
    color: #404040;
    font-weight: 500;
}

.f15 {
    font-size: 15px;
}

.justify {
    text-align: justify;
}

.left {
    text-align: left;
}

.lightgrey {
    color: #adbdcc
}

p about-bold {
    font-weight: bold;
    color: #011a3c;
}

p about-bold-light {
    font-weight: bold;
    color: white;
}

/*********************************************************************


                          HOME - WHAT IS CARDS


**********************************************************************/
.whatis {
    padding-top: 15px;
    padding-bottom: 15px;
}
@media only screen and (max-width: 767px) {
    .whatis-mid {
        border-top: solid;
        border-top-color: white;
        border-top-width: thin;
        border-bottom: solid;
        border-bottom-color: white;
        border-bottom-width: thin;
    }
}

@media only screen and (min-width: 768px) {
    .whatis-mid {
        border-right: solid;
        border-right-color: white;
        border-right-width: thin;
        border-left: solid;
        border-left-color: white;
        border-left-width: thin;
    }
}




.popup-feedback {
    width: 50%;
    left: 50%;
    background-color: #F3F7FB;
    margin-bottom: 10px;
    margin-right: 10px;
    box-shadow: 2px 3px 5px #999;
}

@media only screen and (max-width: 1200px) {
    .popup-feedback {
          width: 95%;
          left: 0%;
          margin-left: auto;
          margin-right: auto;
    }
}

.popup-feedback-mini {
    width: 5%;
    left: 95%;
}


/*********************************************************************


                          CONTACT FORM


**********************************************************************/

input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #45a049;
}


/*********************************************************************


                               MEET THE TEAM


**********************************************************************/
.team-box{
    margin-left: auto;
    margin-right: auto;
    max-width:85%;
    text-align: center;
    justify-content: center;
}

.team-box-small{
    padding-left: 15px;
    padding-right: 15px;
}

.team-name{
    font-weight: 600;
}

.team-title{

}

.team-description{
    text-align: justify;
}


/*********************************************************************


                                CHATBOT CSS


**********************************************************************/

/* Chatbot holder */
.chatbot-container {
    height: calc(100vh - 10px);
    width: 100%;
    padding-bottom: 10px;
}

.chatbot-wrapper {
    background-color: #F3F7FB;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;

    padding-top: 0px;
    position: relative;

    width: 100%;
    max-width: 1140px;

    text-align: center;
        border: 0;

}

.chatbot-wrapper.selectcase{
    height:auto;
}

.chatbot-wrapper.runcase{
    height: 100%;

    border: solid;
    border-width: 0px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)

}

/* Case selector */
.overlay{
    height: auto; 
    width: 100%; 
    z-index: 10;
}

.overlay-header{
    border-width: 5px;
    border-bottom: double;
    background-color: #011a3c;
    border-radius:25px;
}

.overlay-header-title {

}

.overlay-cardholder{
    height: calc(100% - 3rem - 20px); 
    overflow-y: auto; 
    overflow-x: hidden;
}


.overlay-cardholder::-webkit-scrollbar {
    width:10px;height:10px;background-color:transparent
}
    
.overlay-cardholder::-webkit-scrollbar-track {
border-radius:10px;background-color:transparent
}

.overlay-cardholder::-webkit-scrollbar-thumb {
border-radius:10px;background-color:#011a3c
}

.overlay-cardholder::-webkit-scrollbar-corner {
background-color:transparent;border-color:transparent
}

.startcasebtn{

}
/* Chatbot itself */

.chatbot-header{
    background-color: #175794;
    color: white;
    min-height: 30px;
    line-height: 30px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)
}

.chatbot-input{
/*    position: absolute;*/
    /*bottom: 0;*/
    margin-bottom: 5px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

/* Chatbox Container  ---------- */
.chatbot-box-outer {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    overflow: auto;
}

.chatbot-box {
    position: absolute;
    bottom: 0px;
    /* overflow: auto; */
    padding: 15px;
    width: 100%;
    /* max-height:100%; */
    scrollbar-color:blue transparent;
}

.chatbot-box-outer::-webkit-scrollbar {
width:10px;height:10px;background-color:transparent
}

.chatbot-box-outer::-webkit-scrollbar-track {
border-radius:10px;background-color:transparent
}

.chatbot-box-outer::-webkit-scrollbar-thumb {
border-radius:10px;background-color:#011a3c
}

.chatbot-box-outer::-webkit-scrollbar-corner {
background-color:transparent;border-color:transparent
}

/* Feedback container */
.customscroll::-webkit-scrollbar {
width:10px;height:10px;background-color:transparent
}

.bodcustomscrolly::-webkit-scrollbar-track {
border-radius:10px;background-color:transparent
}

.customscroll::-webkit-scrollbar-thumb {
border-radius:10px;background-color:#011a3c
}

.customscroll::-webkit-scrollbar-corner {
background-color:transparent;border-color:transparent
}

/* Text input -------------------------------------------- */
input {
    font: inherit;
}

.textinputbox {
    width: 100%;
    height:40px;
    min-width: 100%;
    max-width: 100%;
    transition: width 0.25s;
    resize:none;
    margin-top: 0px;
    margin-bottom: 6px;
    overflow-y:scroll;
    scrollbar-color:blue transparent;
}

.textinputbox::-webkit-scrollbar {
width:10px;height:10px;background-color:transparent
}

.textinputbox::-webkit-scrollbar-track {
border-radius:10px;background-color:transparent
}

.textinputbox::-webkit-scrollbar-thumb {
border-radius:10px;background-color:#011a3c
}

.textinputbox::-webkit-scrollbar-corner {
background-color:transparent;border-color:transparent
}


/* For sending the text response */
.textinput{ 
    width:100%;
    min-width: calc(100% - 135px);
    /* width: 100%; */
    /* transition:all 1s; */

    /* min-width: 0px; */
    height: 100%;
    display: table-cell;
    box-sizing: border-box;
    vertical-align: middle;
    padding-right:5px;
    /* font-size: 72px; */
    text-align: center;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.textinput.hidden{
    /* display: none;  */
    display: block; /* Not display none, as that causes the animation to not work */
    width: 0;
    min-width: 0;
    max-width: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
}

.textinput.nodisplay{
    display: none;
}

.countdown{
    font-size: 1vh; 
    position: absolute; 
    right: 15px;
}

.countdown.hidden{
    display:none;
}

/* Buttons -------------------------------------------- */

/* Button general */
.btn-general{
    line-height: 100%;
    color: #fff;
    border-radius: 10px;
    margin-left: 0px;
    margin-right: 0px;
}

/* Button container -------- */
.btn-container{
    width:0%;
    min-width:45px;
    height: 100%;
    display: table-cell;
    box-sizing: border-box;
    vertical-align: bottom;
    text-align: center;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.btn-container.hidden{
    display: none;
}

.btn-container.wide{
    /* min-width:15px; */
    width: 33%;
    /* -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease; */
}

.btn-container.verywide{
    /* min-width:15px; */
    width: 100%;
    /* -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease; */
}

/* Answer buttons ---------- */
.btn.lowercase {
    text-transform: none;
}

.btn.answerbuttons {
    width:calc(100% - 5px);
    height: calc(1.5em + .75rem + 2px);
    background-clip: padding-box;
    font-size: 1rem;

    display:flex;
    align-items: center; 
    justify-content: center;

    border: none;
    border-radius: 5px;

    margin-left:0px;
    margin-right:0px;
    padding-right:1px;
    padding-left:1px;
}

.btn.answer {
    background-color: #175794;
}

.btn.feedback {
    background-color: #0097b9;
}

.btn.info {
    background-color:#00bf79;
} 

.btn.help {
    background-color:#bf0000;
} 

/* Button text */
.btntext {
    opacity:1;
    /* font-size: 1.5vh; */

    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 0.5vh;

    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.btntext.narrow {
    opacity:0;
    font-size: 0vh;
}

.btntext.hidden {
    display: none;
}

/* In-line multiple choice buttons */
.buttonlist_holder {
    float: right;
    clear:both;
    text-align: right;
}

.btn.selectbuttons {
    /* height: calc(1.5em + .75rem + 2px); */
    background-clip: padding-box;
    
    padding: .375rem .1rem;
    width:auto;
    border-radius: 0px;
    padding-left: 20px;
    padding-right: 20px;
    /* font-size: 1.5vh; */
    border-radius: 15px;
    background-color: white;
    border-color: grey;
    color: grey;
    font-size: 1rem;
}

.btn.selectbuttons.selected {
    background-color: #175794;
    color: white;
}

.btn.selectbuttons.disabled {
    opacity: 1;
}

.disabled-temporary {
    opacity: 1;
    pointer-events: none!important;
}

.selectbuttons_text {
    color: grey;
}

.selectbuttons_text.selected {
    color: white;
}

/* Message bubbles -------------------------------------------- */

/* User text ---------- */
.userText {
    color: white;
    text-align: right;
    background-color: #175794;
    box-shadow: 0 2px 4px rgba(50,50,93,.1);
    padding: 1.5vh 10px;
    border-radius: 4px;
    float:right;
    clear:both;
    margin-bottom: 10px;
    max-width: 80%;
}

.userText.userInfo {
    background-color: rgb(0, 191, 121);
}

.userText.userHelp {
    background-color: rgb(191, 0, 0);
}

/* Bot text ---------- */
.botText {
    text-align: left;
    color: #445d6e;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(50,50,93,.1);
    padding: 1.5vh 10px;
    border-radius: 4px;
    float:left;
    clear:both;
    margin-bottom: 10px;
    max-width: 80%;
    }

.botText.botInfo {
    background-color: rgb(0 191 121 / 0.2);
}

.botText.botHelp {
    background-color: rgb(191 0 0 / 0.2);
}

.botPreText {
    text-align: center;
    color: white;
    background-color: #5a5abb;
    box-shadow: 0 2px 4px rgba(50,50,93,.1);
    padding: 1.5vh 10px;
    border-radius: 4px;
    float:none;
    clear:both;
    margin-bottom: 10px;
    margin-left:10%;
    margin-right:10%;
}

.botPreText::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #5a5abb;
    clear: both;
}

.botPreText.left::after {
    left: calc(25% - 30px);
}

.botPreText.right::after {
    left: calc(75% - 30px);
}

/* Typing indicator ----------- */

.tiblock {
    align-items: center;
    display: flex;
    height: 1em;
}

.ticontainer .tidot {
    background-color: #90949c;
}

.tidot {
    -webkit-animation: mercuryTypingAnimation 1.5s infinite ease-in-out;
    border-radius: 2px;
    display: inline-block;
    height: 4px;
    margin-right: 2px;
    width: 4px;
}

@-webkit-keyframes mercuryTypingAnimation{
0%{
  -webkit-transform:translateY(0px)
}
28%{
  -webkit-transform:translateY(-5px)
}
44%{
  -webkit-transform:translateY(0px)
}
}

.tidot:nth-child(1){
-webkit-animation-delay:200ms;
}
.tidot:nth-child(2){
-webkit-animation-delay:300ms;
}
.tidot:nth-child(3){
-webkit-animation-delay:400ms;
}

/* Feedback center */

.split-container{
    flex-basis: auto; 
    display:flex; 
    width: 95   %; 
    height: 100vh; 
    max-height: 100vh; 
    margin-left: auto; 
    margin-right: auto; 
    padding-top: 10px; 
    padding-bottom: 10px;
}

.splitbox{
    flex-grow: 1; 
    flex-shrink: 1; 
    position: relative; 
    text-align: left;
}

.splitbox.scroll{
    overflow: auto; 
}

.splitbox.none{
    flex-basis: 0%; 
    max-width: 0%;
    display: none; 
}

.splitbox.half{
    flex-basis: 50%; 
    max-width: 50%;
}

.splitbox.thirty{
    flex-basis: 30%;
    max-width: 30%;
}

.splitbox.seventy{
    flex-basis: 70%;
    max-width:70%;
}

.splitbox.full{
    flex-basis: 100%; 
    max-width:100%; 
}

.split_controller{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.btn-container.feedback{
    display: inline-block;
    width: auto;
    max-width: 50%;
}

.btn.feedback{
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    
    margin-left: 10px;
    margin-right: 10px;

    height:auto;
    padding-top: 2px;
    padding-bottom: 2px;
}

.btn.feedback.unselected{
    background-color:lightgrey
}

.feedback-header-tab{
    position: relative; 
    justify-content: center; 
    flex-basis:33.333333%; 
    padding-left: 10px;
    border-width: 1px;
    background-color: #c9e0f7;
    color: #175794;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-right: 5px;
}

.feedback-header-tab.selected{
    background-color: #175794;
    color: white;
}

/* Tables within markdown */
.feedback-text table thead{
    border-bottom-style: double;
}

.feedback-text table th{
    padding-left:15px;
}

.feedback-text table td{
    padding-left:15px;
    border-top-style: solid;
    border-top-color: lightgrey;
    border-top-width: 1px;
}

.feedback-text table th{
    font-weight:700;
}


.custom-control-label:before{
    background-color:white;
  }

.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
    border-color: lightgrey;
    background-color: lightgrey;
}