﻿/* Please see documentation at https://docs.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 {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.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;
}

.chat-box {
    padding: 1.1rem 1.0rem 1.1rem 3.5rem !important;
    margin-bottom: 10px;
}

.aiImage {
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.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;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  /*position: absolute;*/
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.pointer {
    cursor:pointer;
}

/* FOR USER CHALLENGE RATINGS*/
.ui-sortable {
    list-style: none;
}

.sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .sortable li {
        margin: 0 3px 3px 3px;
        padding-left: 1.5em;
        font-size: 2em;
    }

        .sortable li span {
            position: absolute;
            margin-left: -1.3em;
        }
/* END USER CHALLENGE RATINGS*/
.logo.logo--xs img {
    max-width: fit-content;
    max-height: 40px;
    padding-bottom: 5px;
}

.logo.logo--sm img {
    max-width: fit-content;
    max-height: 75px;
    padding-bottom: 5px;
}

.logo.logo--md img {
    max-width: fit-content;
    max-height: 100px;
    padding-bottom: 5px;
}

.logo.logo--lg img {
    max-width: fit-content;
    max-height: 150px;
    /*  padding-bottom: 5px;*/
}

@media (min-width: 1439px) {
    .container {
        width: 1380px !important;
        margin: 0 auto;
    }
}

.align-center {
    text-align: center;
}

.messageDiv {
    max-height: 900px;
    overflow-y: auto;
}
.like {
    color: #30be42;
}
.dislike {
    color: #1861ac;
}

.radio {
    display:block;
}

.icon-color {
    color: #FBBF14;
}
@media(max-width: 1024px) {
    .messageDiv {
        max-height: 550px;
    }
}

@media (min-width: 1025px) {
    .mobile-brand-logo {
        display: none;
    }
}

.notificationBox {
    overflow-y: scroll;
    overflow-x: hidden;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}

.notificationBox::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
}
.notificationbtn{
    cursor: pointer;
    height: 10px;
    width: 10px;
    border-color: transparent;
    color: gray;
    background-color: white;
}
.k-font-weight-bold500 {
    font-weight: 500 !important;
}
