/**
 * @Author: Waris Agung Widodo <user>
 * @Date:   2018-01-22T10:46:36+07:00
 * @Email:  ido.alit@gmail.com
 * @Filename: style.css
 * @Last modified by:   user
 * @Last modified time: 2018-01-26T11:08:52+07:00
 */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --space-1: 12px;
  --space-2: 16px;
  --space-3: 24px;
  --space-4: 32px;

  /* --bg-color: #fff; */
  --white: #fff;
  --black: #18191f;
  --yellow: #ffbd12;
  --green: #00c6ae;
}

* {
  font-family: "Montserrat";
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--white);
}

/* Theme Manager */
[data-theme="dark"] {
  --white: #474a57;
  --black: #fff;
}

.theme-color {
  color: var(--black);
}
.theme-background {
  color: var(--white);
}
.theme-borderColor {
  border-color: var(--black);
}

.theme-switch-wrap {
  display: flex;
  padding-right: 0.7em;
}

.theme-switch {
  display: flex;
  height: 34px;
  position: relative;
  width: 60px;
  margin: 0;
  align-self: center;
}

.theme-switch input {
  display: none;
}

.slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}

.slider:before {
  background-color: #fff;
  bottom: 4px;
  content: "";
  height: 26px;
  left: 4px;
  position: absolute;
  transition: 0.4s;
  width: 26px;
}

input:checked + .slider {
  background-color: #66bb6a;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* Header - Narvbar */

.c-header .navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  border-bottom: solid var(--black) 0.1em;
  background-color: var(--white);
}

.nav-link {
  color: var(--black);
}

.nav-link:hover {
  color: var(--yellow);
}

.navbar-nav > .nav-item.active {
  border-radius: 0.4em;
  background-color: #9fa4b4;
  padding: 0 0.2em;
  margin: 0 0.2em;
  font-weight: bold;
}

.navbar-nav > .nav-item.active > .nav-link {
  color: var(--white);
}

.navbar-brand {
  color: var(--black);
}
.navbar-brand:hover {
  color: var(--yellow);
}

.navbar-toggler {
  border-color: var(--black);
}

.toggler-wrapper {
  display: flex;
}

/* Search */

#search-wraper {
  background-color: var(--white);
  padding-top: 5em;
}

#search-wraper > .container {
  padding: 3vh 0 2vh;
}

#search-wraper > .container > .row {
  margin: 0;
}

.search-title {
  color: var(--black);
  text-align: center;
  padding-bottom: 1em;
}

.search-title > h2 {
  font-size: 2em;
  font-weight: bold;
}

.search-title > h3 {
  font-size: 1.5em;
  font-weight: 300;
  margin-top: 0.3em;
}

.search-box {
  padding: 1em 1.2em;
  border-radius: 0.8em;
  background-color: var(--white);
  border: solid 0.1em var(--black);
  width: 80%;
  box-shadow: 0px 4px 0px var(--black);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.search-box > form {
  width: 60%;
}

@media screen and (max-width: 567px) {
  .search-box > form {
    width: 100%;
  }

  .search input {
    padding-right: 2px !important;
  }

  .advanced-search-wraper {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}

[name="keywords"]::placeholder {
  color: var(--black) !important;
  font-weight: 100 !important;
  opacity: 1 !important;
}

.advanced-search-wraper {
  border: 0.1em solid var(--black);
  padding: 0.1em 0.4em;
  border-radius: 0.3em;
  cursor: pointer;
}

.advanced-search-wraper:hover {
  background-color: var(--yellow);
}

.advanced-search {
  color: var(--black) !important;
}

.line-gmd {
  border-bottom: 0.15em solid var(--black);
  margin-bottom: var(--space-2);
  position: relative;
}

.line-gmd > p {
  position: absolute;
  border: 0.15em solid var(--black);
  padding: 0.5em 1em;
  bottom: 0;
  border-bottom: 0;
  border-radius: 0.5em 0.5em 0 0;
  background-color: var(--yellow);
  font-weight: 700;
  color: var(--black);
}

/* Slims-Home */
#slims-home > .container {
  background: #eeeff4;
  padding: 2em 2em 1.2em;
  margin-bottom: 1em;
  border-radius: 1em;
}

#slims-home > .container > h4 {
  font-weight: bold;
  font-size: 1.8em;
  text-align: center;
}

.transparent-title {
  color: #18191f;
  -webkit-text-fill-color: white; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #18191f;
}

.card-body > .card-text {
  color: #18191f;
  font-weight: 500;
  font-size: 0.7em !important;
}

/* Detail Template */
section.container > div.container {
  margin-top: 17vh;
}

section.container > .container > .flex {
  justify-content: center;
}

.detail-subject {
  display: flex;
  margin-bottom: 1em;
}
.detail-subject > a {
  margin-right: 0.5em;
  border: 1px solid var(--black);
  padding: 0.3em 0.5em;
  border-radius: 0.5em;
  box-shadow: 0px 4px 0px 0px var(--black);
  font-size: 0.8em;
  color: var(--black);
  text-decoration: none;
}

.detail-subject > a:hover {
  background-color: var(--yellow);
}

.detail-subject > a:active {
  position: relative;
  top: 4px;
  box-shadow: none;
}

.detail-authors > a {
  color: var(--green);
}

.green-color {
  color: var(--green);
}

.single-book-link:hover {
  background-color: #d6fcf7;
}

[ref="cardBody"] {
  box-shadow: 0px 5px 0px 0px #18191f;
  border: 0.1em solid #18191f;
  border-radius: 0.5em;
}

[ref="cardBody"]:active {
  position: relative;
  top: 5px;
  box-shadow: none;
}

/* Member Login */
.page-member-area .memberButton {
  background-color: transparent !important;
  border: 0.1em solid var(--black) !important;
  color: var(--black) !important;
  box-shadow: 0px 3px 0px 0px var(--black);
}

/* Search Result */
.result-search {
  margin-top: 12vh;
}
.search-result-log {
  margin-bottom: 1em;
}
.search-result-log > div:last-child {
  display: none;
}

.btn.btn-outline-secondary.btn-rounded {
  color: #18191f;
  font-weight: 300;
  border: #18191f solid 0.1em;
  box-shadow: 0px 3px 0px 0px #18191f;
  border-radius: 0.5em;
}

.btn.btn-outline-secondary.btn-rounded:hover {
  background-color: var(--yellow);
  color: var(--white);
  font-weight: bold;
}

.btn.btn-outline-secondary.btn-rounded:active {
  position: relative;
  top: 3px;
  box-shadow: none;
}

.btn.btn-outline-primary.btn-block.mt-2.btn-sm {
  border: 0.1em solid #18191f;
  box-shadow: 0px 3px 0px 0px #18191f;
  margin-bottom: 0.8em;
  color: #18191f;
}

.btn.btn-outline-primary.btn-block.mt-2.btn-sm:hover {
  background-color: var(--yellow);
  color: #fff;
}

.btn.btn-outline-primary.btn-block.mt-2.btn-sm:active {
  position: relative;
  box-shadow: none;
  top: 3px;
}

.citationLink {
  box-shadow: 0px 3px 0px 0px #18191f;
  border: 0.1em solid var#18191F;
}

.citationLink:hover {
  background-color: #fff4cc;
  color: #18191f;
}

.citationLink:active {
  position: relative;
  top: 3px;
  box-shadow: none;
  background-color: var(--white) !important;
  color: var(--black) !important;
}

.add-to-chart {
  display: none;
}

.availability-content > span:first-child {
  font-size: 1em;
}

.page-member-area {
  margin-top: 7vh;
}

.container.mt-5 > .row > .col-md > .wrapper > p {
  margin-bottom: 10vh !important;
}

.fas.fa-angle-double-down {
  color: var(--green);
}

/* Footer */
footer {
  border-top: 0.1em solid var(--black);
}

footer > .container > .flex {
  padding: 1vw 0.5vw;
  color: var(--black);
}

footer > .container > .flex > p {
  color: var(--black);
  align-self: center;
}

.search {
  margin-top: 0;
}

.search input {
  padding-right: 35px;
}

.search .input-transparent {
  border: none;
  outline: none;
  background: transparent;
  font-size: 16pt;
  color: var(--black);
}

.search .input-transparent::placeholder {
  font-weight: 200;
  color: #ccc;
}

.shadow {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.05), 0 6px 10px rgba(0, 0, 0, 0.08);
}

.topic {
  list-style: none;
}

.topic li {
  width: 160px;
  height: 160px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.topic li a {
  font-size: 12px;
  color: #666;
  text-align: center;
  text-decoration: none;
  opacity: 0.8;
}

.topic li a:hover {
  text-decoration: none;
  opacity: 1;
}

.text-thin {
  font-weight: 200 !important;
}

.subtitle-section {
  font-size: 12px;
}

.btn-rounded {
  border-radius: 20px 20px 20px 20px;
  padding-left: 32px;
  padding-right: 32px;
  font-weight: 200;
}

.card-text.title {
  font-size: 12px;
}

.link-see-more {
  font-style: italic;
  color: #999;
  text-decoration: none;
}

.link-see-more:hover {
  color: #666;
  text-decoration: none;
}

.advanced-wraper {
  width: 76.5%;
  background: #fff;
  padding: 16px;
  position: absolute;
  left: 16px;
  right: 16px;
  border-radius: 0.8em;
  z-index: 999;
  margin-top: 0.5em;
  border: 0.1em solid var(--black);
}

.card-image-rounded {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
  background: #ccc;
}

.card-image {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #f1f1f1;
}

.card-image img,
.card-image-rounded img {
  width: 102%;
  height: 102%;
  margin-top: -1%;
  margin-left: -1%;
}

.collection .card-text {
  font-size: 12px;
}

.member-area .c-header {
  min-height: 40px;
}

.item p {
  font-size: 10pt;
}

.authors a {
  font-size: 12px;
  margin-right: 8px;
  margin-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
}

.availability {
  text-align: center;
  overflow: hidden;
}

.availability .label {
  font-size: 7pt;
  color: #aaa;
}

.availability .value {
  font-size: 28pt;
  font-weight: 200;
}

/* .availability:hover .add-to-chart {
    opacity: 1;
}

.availability:hover .availability-content {
    filter: blur(8px);
    -webkit-filter: blur(8px);
} */

.biblioPaging {
  text-align: center;
  border-top: 1px solid #dae1e7;
  padding-top: 20px;
}

.biblioPaging:first-child {
  margin-bottom: 1rem;
  border-bottom: 1px solid #dae1e7;
  border-top: none;
  padding-bottom: 20px;
  padding-top: 0px;
}

.biblioPaging .pagingList {
  display: inline-flex;
  justify-content: center;
  background: #9fa4b4;
  border-radius: 20px;
  border: 0.1em solid var(--black);
}

.biblioPaging .pagingList b,
.biblioPaging .pagingList a {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  var(--white)-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-decoration: none;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.biblioPaging .pagingList b {
  color: var(--black);
  font-weight: bold;
  background-color: #ffd465;
  border-radius: 20px;
  min-width: 38px;
}

.biblioPaging .pagingList a {
  color: var(--white);
  background-color: transparent;
}

.biblioPaging .pagingList a:hover {
  color: #ffd465;
}

.biblioPaging .pagingList a.first_link {
  padding-left: 20px;
}

.biblioPaging .pagingList a.last_link {
  padding-right: 20px;
}

.sugestion {
  min-height: 80px;
  margin-top: 16px;
  padding-left: 60px;
}

.sugestion .title {
  font-weight: 600;
}

.sugestion .author {
  color: #839cb5;
}

.container-img {
  width: 60px;
  position: absolute;
  top: -10px;
  left: 10px;
  overflow: hidden;
  border-radius: 4px;
}

.sugestion .card-text {
  font-size: 12px;
}

.text-label {
  font-weight: bold !important;
}

/* Card elevation */

/* .elevation-1 {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.elevation-1:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.elevation-2 {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.elevation-3 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.elevation-4 {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.elevation-5 {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
} */

.page-member-area .memberButton,
.jsonResultLink,
.xmlResultLink {
  font-weight: 400;
  color: #007bff;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.jsonResultLink:hover,
.xmlResultLink:hover {
  color: #0056b3;
  text-decoration: none;
}

.jsonResultLink:focus,
.xmlResultLink:focus {
  text-decoration: none;
  box-shadow: none;
}

.jsonResultLink:disabled,
.xmlResultLink:disabled {
  color: #6c757d;
  pointer-events: none;
}

.biblioMarkFormAction {
  display: none;
}

.memberInfoHead {
  font-size: 24px;
  font-weight: bold;
  border-left: 4px solid #848484;
  padding: 2px 4px 2px 16px;
  margin-bottom: 16px;
}

.page-member-area .tagline {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 1.5rem;
}

.page-member-area .memberButton {
  background-color: #0074e7;
  color: var(--white);
  margin-top: 1rem;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}

.page-member-area .memberButton:hover {
  background-color: #0085ff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.05), 0 6px 10px rgba(0, 0, 0, 0.08);
}

.page-member-area .errorBox {
  color: #fd423d;
  padding: 1rem;
  background-color: rgba(255, 67, 61, 0.22);
  border-radius: 4px;
  margin-bottom: 1rem;
}

.page-member-area .loginInfo {
  padding: 0.5rem 0;
}

.page-member-area .fieldLabel {
  font-weight: bold;
  padding: 0.2rem 0;
}

.page-member-area .form-control {
  width: 320px;
}

.librarian {
  display: flex;
  margin-bottom: 1.5rem;
  flex: 0 50%;
}

.span2 {
  width: 12rem;
}

.span2 div:first-child {
  padding: 2rem;
  background: #dae1e7;
  border-radius: 4px;
}

.span2 img {
  border-radius: 4px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

.span8 {
  flex: 1;
  padding: 0 1rem 0 1rem;
}

.span8 .row-fluid {
  display: flex;
}

.span8 .row-fluid .key {
  flex: 0 0 100px;
  font-weight: bold;
}

.span8 .row-fluid .value {
  flex: 1;
}

.span8 .librarian-social {
  list-style: none;
  padding: 0;
  margin: 0;
}

#loginForm form {
  width: 20rem;
}

#loginForm .heading1 {
  font-weight: bold;
}

#loginForm .login_input input {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-bottom: 8px;
}

#loginForm .homeButton {
  display: none;
}

.loginButton {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#loginForm .loginButton {
  margin-top: 10px;
}

#loginForm .loginButton {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

#loginForm .loginButton:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

#adv-modal .modal-content,
#adv-modal .modal-footer {
  position: relative;
  z-index: 1;
}

#adv-modal .modal-content:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: url("../images/logo-big.png");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position-x: 500px;
  background-position-y: 250px;
  z-index: 0;
  opacity: 0.5;
}

.attachList {
  padding: 4px 24px;
}

.attachList li {
  padding: 4px 0;
}

.comment-found {
  display: inline-block;
  margin-bottom: 8px;
}

.comments {
  padding: 8px 0;
  border-top: 1px dotted #cbd5e0;
}

.comments .comment-member {
  font-size: 10pt;
  font-weight: bold;
}

.comments .comment-content {
  color: #4a5568;
}

#vio {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 99999999999;
  background: #f56565;
  padding: 8px 0;
  color: #fff5f5;
}

#vio a {
  color: #2d3748;
}

#colorbox {
  border-radius: 5px;
}

#cboxLoadedContent {
  padding: 10px;
}

#cboxOverlay {
  background: #404040;
}

#cboxTitle {
  font: 10pt/1.8 "Quicksand", sans-serif;
  font-weight: bold;
  padding: 15px 0;
  background: #000000;
  bottom: 0;
  color: #ffffff;
}

#cboxTopLeft,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomRight {
  width: 0;
  height: 0;
}

#cboxMiddleLeft,
#cboxMiddleRight {
  width: 0;
}

#cboxBottomCenter,
#cboxTopCenter {
  height: 0;
}

#languageMenuButton::after {
  display: none;
}

.s-chat {
  display: none;
  flex-direction: column;
  width: 320px;
  height: 480px;
  position: fixed;
  bottom: 16px;
  right: 16px;
  background: var(--white);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 16px;
  overflow: hidden;
  z-index: 99;
}

.s-chat::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 150px;
  background: #ef6c00;
  z-index: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.s-chat div,
.s-chat a,
.s-chat footer {
  position: relative;
  z-index: 10;
}

#show-pchat {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: 20;
  top: 0;
  right: 0;
  background-color: var(--white);
  border-bottom-left-radius: 4px;
  cursor: pointer;
}

#show-pchat i {
  display: none;
}

#show-pchat:hover {
  opacity: 0.9;
}

#show-pchat:before {
  font-family: Font awesome\5 Free;
  content: "\f2d1";
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
}

.s-chat-header {
  font-size: 24px;
  font-weight: 300;
  color: #ebf8ff;
  line-height: 1.2;
}

.s-chat-content.text-center {
  position: relative;
}

.s-chat-content.text-center form {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 0 16px;
  margin-top: 4px;
}

.s-chat-content.text-center p:first-of-type {
  text-align: left;
  font-size: 14px;
  color: #ffe0b2;
  font-weight: 300;
  margin: 0 -16px;
  line-height: 1;
}

.s-chat-content.text-center hr {
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  height: 378px;
  z-index: 1;
}

.s-chat-content.text-center label {
  z-index: 10;
  position: relative;
  margin-top: 20px;
  font-size: 14px;
}

.s-chat-content.text-center input#message {
  z-index: 10;
  position: relative;
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-bottom: 16px;
}

.s-chat-content input#message:focus,
.s-chat-content.text-center input#message:focus {
  color: #495057;
  background-color: #fff;
  border-color: #ffcc80;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 204, 128, 0.25);
}

.s-chat-content label {
  z-index: 10;
  position: relative;
}

.s-chat-content input#message {
  z-index: 10;
  position: relative;
  display: inline-block;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-bottom: 8px;
}

.s-chat-content .btn.btn-block {
  border: 1px solid #e65100;
  position: relative;
  z-index: 10;
  font-size: 14px;
  background-color: #ef6c00;
  color: #fff3e0;
}

.s-chat-content .btn.btn-block:hover {
  background-color: #f57c00;
}

.s-chat-content:not(.text-center) {
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  height: 370px;
  margin: 8px 0;
  padding: 16px;
  font-size: 14px;
}

.s-chat-content #log {
  height: 270px;
  background-color: var(--white);
  margin: -16px -16px 8px -16px;
  border-radius: 8px 8px 0 0;
  padding: 16px;
  border-bottom: 1px solid #e3e3e3;
  overflow-y: scroll;
}

.s-chat footer {
  font-size: 11px;
  padding: 16px;
  display: none;
}

.s-chat footer:not(.text-center) {
  font-size: 11px;
  padding: 0;
  display: block;
}

.remember_forgot {
  display: flex;
  justify-content: space-between;
}

.expand {
  margin: 0 -1.25rem -1.25rem -1.25rem;
}

.navbar-collapse.collapsing,
.navbar-collapse.collapse.show {
  padding: 16px;
  z-index: 99;
  border-radius: 4px;
  margin-top: 8px;
}

.forgotButton {
  float: right;
  text-decoration: none;
  padding-top: 16px;
  color: #718096;
}

.forgotButton:hover {
  text-decoration: none;
  color: #4299e1;
}
.highlight {
  color: red;
}
