body{
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;  
  font-size: 14px;
  line-height: 20px;  
}

h1{
  padding-bottom: 5px !important;
  font-size: 20px;
  font-weight: 700;
}

.sendBubble {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;
  padding-top: 10px;
  max-width: 80%;
  margin-left: auto;
  margin-right: 13px;
}

.receiveBubble {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;
  padding-top: 10px;
  max-width: 95%;
}

.innerSendBubble {
  background-color: #0d3760;
  color: #FFFFFF;
  font-size: 15px;
  line-height: 24px;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 6px;
}

.innerResponse {
  display: grid;
  grid-template-columns: 28px 1fr;
  grid-column-gap: 10px;
}

.robotCircle {
  background-image: url('https://azerrevision.dk/Assets/img/azer-logo.png');
  background-repeat: no-repeat;
  background-position: center center;
  width: 28px;
  height: 28px;
  padding: 0;
  border-radius: 100%;
  background-size: 28px auto;
}

.robotResponseMsg {
  background-color: #E3E3E3;
  color: #282828;
  font-size: 15px;
  line-height: 24px;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 6px;
}

  .innerChat {
    padding-bottom: 30px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    display: grid;
    align-items: flex-start;
    height: 100%;
    position: relative;
  }

 .chatFooter {
    display: flex;
    margin-top: 0;
    position: absolute;
    bottom: 0;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }

  #sendChatTxt {
  flex: 1;
  padding: 0.8em;
  border: 1px solid #ccc;
  border-radius: 8px;
  outline: none;
  font-size: 13px;
}

#submitChatText {
  padding: 0.8em;
  background-color: black;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  margin-left: 0.5em;
}

.dateTime{
  font-size: 12px;
  padding-top: 2px;
  text-align: right;
}

.receiveBubble .dateTime{
  text-align: left;
}

footer{
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  background-color: #0d0d56;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footerGrid{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

body{
  background-color: #f6f8fe;
}

.footerGrid img{
  width: 100%;
}

.footerGrid div{
  width: 30px;
  margin-left: auto;
  margin-right: auto;
}

.footerGrid div a{
  display: block;
}

.pageSwitcher{
  cursor: pointer;
}

.hiddenMainSection{
  margin:30px;
  padding:10px;
  margin-bottom: 100px;
  display: none;
}

.hiddenMainSection[data-page="numbers"]{
  display: block;
}

#dynamicLoadedArchive{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.5rem 1.5rem;
}

.authentication-wrapper.authentication-basic .authentication-inner .card .app-brand {
  margin-bottom: 2.5rem;
}

.app-brand {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  overflow: hidden;
  line-height: 1;
  min-height: 1px;
  align-items: center;
}

.justify-content-center {
  justify-content: center !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.authentication-wrapper {
  display: flex;
  flex-basis: 100%;
  min-height: 100vh;
  width: 100%;
}

.authentication-wrapper.authentication-basic {
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.authentication-wrapper.authentication-basic .authentication-inner {
  max-width: 400px;
  position: relative;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid #d9dee3;
  border-radius: 0.5rem;
}

.card {
  background-clip: padding-box;
  box-shadow: 0 2px 6px 0 rgba(67, 89, 113, 0.12);
}

label {
  display: inline-block;
}

.form-label {
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: #566a7f;
}

.form-label, .col-form-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: inherit;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.4375rem 0.875rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.53;
  color: #697a8d;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d9dee3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

*, ::before, ::after {
  box-sizing: border-box;
}

.d-grid {
  display: grid;
}

.w-100 {
  width: 100% !important;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.53;
  color: #697a8d;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  padding: 0.4375rem 1.25rem;
  font-size: 0.9375rem;
  border-radius: 0.375rem;
  transition: all 0.2s ease-in-out;
}

.btn-primary {
  color: #fff;
  background-color: #696cff;
  border-color: #696cff;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(105, 108, 255, 0.4);
}

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
  cursor: pointer;
}

.txtIntro{
  padding-bottom: 30px;
}

.singleChart{
  padding-bottom: 50px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 50px;
}

.singleChart p{
  padding-top: 10px;
  font-size: 12px;
}

h3{
  font-size: 15px;
}

.ulContainer{
  margin-top: 0;
}

.ulContainer a{
  text-decoration: none;
  color: #0d0d56;
}

#capturedImage{
  margin-top:0;
  display:none; 
  border-radius:8px; 
  max-width:100%; 
  width:auto;
}

#cameraWrap{
  margin-top:10px; 
  display:none;
}

#cameraPreview{
  max-width:100%; 
  width:auto; 
  background:#000; 
  border-radius:8px;
}

#cameraCanvas{
  display: none;
}

.forGridView{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.singleDeadlineDiv{
  margin-bottom: 20px;
  border-left: 1px solid #000;
  padding-left: 5px;  
}

#forgotPass{
  font-size: 12px;
  cursor: pointer;
  padding-top: 5px;
  display: block;
  color: #0d0d56;
}

#backtoLogin{
  font-size: 12px;
  cursor: pointer;
  padding-top: 5px;
  display: block;
  color: #0d0d56; 
  padding-bottom: 20px; 
  display: none;
}

#submitNewsPsw{
  display: none;
}

.headerLogo{
  max-width: 50px;
  margin-left: 20px;
}

.absLogout{
  position: absolute;
  right: 20px;
  top: 10px;
  background:transparent;
  color: #0d0d56;
  text-decoration: none;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 5px;
}

.capturedImgWrapper{
  position: relative;
}

.captionWrapper{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.7);
  display: none;
}

#capturedImageWrapper{
  display: none;
}

#caption{
  display: block;
  width: 80%;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.captionWrapper button{
  background-color:#0d0d56;
  color: #FFF;
  border: 0;
  border-radius: 8px;
  padding: 10px;
  font-weight: bold;
  text-transform: uppercase;
  width: 130px;
}

.btnsWrap{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 10px;
}


@media screen and (max-width:767.5px){
  .forGridView{
    grid-template-columns: 1fr;
  }

  .captionWrapper button{
    display: block;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
}