/************************************ FONTS ************************************/
/* @import url("https://use.typekit.net/ovt6ynt.css");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&family=Oswald:wght@200;300;400;500;600;700&family=Roboto+Condensed:wght@300;400;700&family=Roboto:wght@100;300;400;500;700;900&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&family=Spectral:wght@200;300;400;500;600;700;800&display=swap"); */

/*
// Full card bootstrap
//
*/

:root {
  --brand-blue-color: #3282b8;
  --gray-base:        #000;
  --gray-darker:      lighten(var(--gray-base), 13.5%);
}

footer.landing {
  padding: 25px 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
  background-color: #222222;
}

.section-heading h2 {
  margin-top: 100px;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.container-margin-top {
  margin-top: 92px/*min(10.9vh, 200px)*/;
  min-height: 80vh;
}

.container-h80 {
  min-height: 80vh;
}

.container-apps-header {
  width: calc(100% - 12vw);
  margin-left: auto;
  margin-right: auto;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  break-inside: avoid-column;
  text-align: left;
  color: black !important;
  padding: 0 !important;
  height: 100% !important;
  min-width: 0;
  word-wrap: break-word;
  background-color: #f8f9fa;
  background-clip: border-box;
  border-radius: 0.8rem;
  font-family: 'Mulish', 'Helvetica', 'Arial', 'sans-serif';
  transition: .3s transform, .3s box-shadow;
  -webkit-filter: drop-shadow(14px 14px 0px #cddcea);
  filter: drop-shadow(14px 14px 0px #cddcea);
  /* background: hsl(220deg 14% 97%) !important; */
}


.card-flat {
  position: relative;
  display: flex;
  flex-direction: column;
  break-inside: avoid-column;
  text-align: left;
  color: black !important;
  padding: 0 !important;
  height: 100% !important;
  min-width: 0;
  word-wrap: break-word;
  background-color: #f8f9fa;
  background-clip: border-box;
  border:rgba(195, 236, 255, 0.7);  
  border-radius: 3px !important;
  font-family: 'Mulish', 'Helvetica', 'Arial', 'sans-serif';
  transition: .3s transform, .3s box-shadow;
}

.card-flat-title {
  line-height: 1.5;
  margin-bottom: 0.5rem;
  font-size: 14px;
  font-weight: 500 !important;
  font-style: normal;
}

.card-content {
  height: 320px; 
  overflow: hidden;
}

.--card-footer,
.card-img {
  border-bottom-right-radius: 0.8rem;
  border-bottom-left-radius: 0.8rem;
}

.card-img-top {
  object-fit: cover; 
  height: 100%; 
  width:100%;
}

.--card-smooth-caption,
.card-img-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.card-footer {
  padding: 1.5rem;
  background-color: transparent;
  border-top: 0;
}
.--card-cup,
.card-img {
  border-top-right-radius: 0.8rem;
  border-top-left-radius: 0.8rem;
}
  .card > hr {
    margin-right: 0;
    margin-left: 0;
  }

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.5rem;
}
.card-title {
  line-height: 1.5;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
  font-size: 20px;
  /* font-family: Roboto; */
  font-weight: 500 !important;
  font-style: normal;
}

.multiline-ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Number of lines */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-subtitle,
.card-text:last-child {
  margin-bottom: 0;
}
.card-subtitle {
  font-weight: 400;
  margin-top: 0.2rem;
}
.card-footer:last-child {
  border-radius: 0 0 0.8rem 0.8rem;
}
.card-img-overlay {
  top: 0;
  padding: 1.25rem;
  border-radius: 0.8rem;
}
.card-img {
  flex-shrink: 0;
  width: 100%;
}
.--card-footer {
  display: block;
  margin: 0;
  font-size: 0.89rem;
  text-transform: uppercase;
  line-height: 1.5;
  transition: 0.2s ease-in-out;
  padding: 0;
}
.card-columns {
  padding-top: 15px;
}
.card-columns .card {
  margin-bottom: 12px !important;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 1;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    /* display: inline-block; */
    width: 100%;
  }
}
@media (min-width: 768px) {
  .card-columns {
    column-count: 2;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
}
@media (min-width: 992px) {
  .card-columns {
    column-count: 2;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
}
@media (min-width: 1200px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
}
.--card-cup {
  height: 130px;
  width: 100%;
}
.--card-smooth-caption {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.98))
    rgba(0, 0, 0, 0);
  padding: 2rem 1.5rem 1.5rem;
}

.footer {
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.footer a {
  color: #000;
}
.footer p {
  margin: 0;
  color: #576674;
}
.footer .footer-social {
  display: flex;
  align-items: center;
}
.footer .footer-social-link {
  width: 2.8rem;
  height: 2.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4rem;
  transition: 0.3s linear;
}
.footer .footer-social-link:hover {
  background-color: #bac1c9;
}
p.card-text,
p.secondary {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  opacity: 0.75;
  line-height: 25px;
  text-overflow: clip;
  /* font-family: source sans pro; */
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.h2.mb-2 {
  text-transform: uppercase;
}
.h2.mb-2 {
  font-size: 21px;
  font-weight: 900;
  /* font-family: "Roboto"; */
  letter-spacing: -0.125px;
  text-shadow: 0.25pt 0.3pt 1pt #343a40, 0.75pt 1.3pt 2pt #343a40;
  text-overflow: clip;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

svg.card-avatar {
  background-color: #eee;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 1;
    column-gap: 1.125rem;
    orphans: 4;
    widows: 4;
  }
  .container {
    max-width: 98%;
  }
}
@media (min-width: 796px) {
  .card-columns {
    column-count: 2;
    column-gap: 1.125rem;
    orphans: 4;
    widows: 4;
  }
}
.card-avatar.avatar-border.mt-n5 {
  box-shadow: 0 -0.75px 0.5px 0 #212428 inset, 0 0.5px 0.5px #535d65 inset,
    0 0.5px 0.5px -0.25px rgb(5 6 6 / 50%),
    0 1.75px 1px -0.25px rgb(26 29 31 / 25%);
  padding: 36px !important;
  width: 36px;
  height: 36px;
  margin: auto;
}
.mt-n5,
.my-n5 {
  margin-top: -4rem !important;
}
.--card-cup.bg-primary {
  height: 85px;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
.card.bg-primary.text-white.text-center.p-4.border-0 {
  background-size: cover !important;
  background-position: 50% 0% !important;
}
.h3 {
  box-shadow: 10px 0 15px 10px hsl(210deg 100% 2% / 15%);
  backdrop-filter: blur(20px) contrast(0.75) saturate(2) brightness(0.5)
    opacity(0.5);
  border-radius: 12px !important;
  width: 75%;
  display: inline-flex;
  padding: 4px 8px;
  font-size: 28px;
  text-transform: capitalize;
  text-transform: capitalize;
  letter-spacing: 0px;
  /* font-family: "Manrope" !important; */
  font-weight: 800 !important;
}

i.pr-1 {
  padding: 0 !important;
}
a.dateit,
a.locit {
  padding-right: 2px;
  /* font-family: Roboto; */
  line-height: normal;
  color: #a3a9ab;
  font-size: 12.5px;
  color: #0007;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.card-avatar.avatar-border {
  box-shadow: 0 -0.75px 0.5px 0 #212428 inset, 0 0.5px 0.5px #535d65 inset,
    0 0.5px 0.5px -0.25px rgb(5 6 6 / 50%),
    0 1.75px 1px -0.25px rgb(26 29 31 / 25%);
  padding: 40px !important;
  width: 40px;
  height: 40px;
  margin: auto;
  border: 1.5px solid #15181a;
  background: linear-gradient(#3c4349, #252a2d);
  position: relative;
  background-size: 130%;
  background-position: 20% 10%;
}

h2.indent {
  margin-top: 20px;
  font-size: 20px;
  margin-right: 8px;
  float: left;
  text-align: right;
  /* font-family: "Roboto"; */
  font-weight: 900;
  line-height: 0.86;
  color: #b06;
  width: 50%;
  margin-left: -16px;
  text-transform: uppercase;
}

h2.indent.red {
  color: hsl(6deg 100% 40%);
}

p.indent {
  /* font-family: "freight-display-pro" !important; */
  font-weight: 400;
  font-size: 17px;
  line-height: 1.28;
  text-align: -webkit-left;
  margin-top: 18px;
}

.container.incard {
  max-width: 100% !important;
  padding-right: 0px;
  padding-left: 0px;
}

h5.card-title.text-white {
  line-height: 1.25;
  margin-bottom: 5px;
}

.card.border-0.wtab {
  margin-top: 30px !important;
}

.card-body.proavatar {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}

.proavatar .card-title {
  font-size: 18px !important;
  line-height: 1.5;
  margin-bottom: 0px !important;
  font-weight: 900 !important;
}


.card-flat:hover {
  transform: translateY(-7px) !important;
}

.blog-container .card:hover {
  transform: translateY(-7px);
}

.blog-container .card:hover span.category {
  opacity: 1;
  transform: translateY(-1px);
  transition: .3s opacity .1s, .3s transform .1s;
}

.bg-layer {
    background-color: linear-gradient(var(--brand-blue-color), rgba(195, 236, 255, 0.7));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

span.category-blog {
  white-space: nowrap;
}

.badge-overlay {
  position: absolute;
  top: 1em;
  left: 1em;
  overflow-y: hidden;
  height: calc(180px - 1.5em);
}

a.article-name {
  font-size: 16px;
}

.cover-image {
  max-width: 200px;
  max-height: 200px;
  overflow: hidden;

  img {
    border-radius: 5px; 
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
}

.category-list {
  max-width: 200px;

  a {
    display: inline-block;
    max-width: 170px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.column-gap {
  gap: 2em;
}

.title-input--error {
  border-color: #d73a49;
}

/* Toggle */
.toggle-wrapper {
  display: flex;
  align-items: center;
}

.toggle-label {
  margin-right: 10px;
  font-size: 16px;
}

.toggle {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 146px;
  height: 32px;
}

.toggle input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle .switch {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #e1e4e8;
  border-radius: 3px;
  border: 1px solid rgba(27, 31, 35, 0.2);
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}

.toggle .switch .active-switch {
  padding-top: 4px;
  position: absolute;
  width: 74px;
  height: 28px;
  border-radius: 3px;
  top: 1px;
  left: 2px;
  transition: transform 0.2s ease-in-out;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.toggle .switch span {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 32px;
  color: white;
  text-align: center;
  pointer-events: none;
}

.toggle .switch span.preview {
  text-align: right;
  right: 4px;
  color: #333;
}

.toggle .switch span.edit {
  left: 4px;
  text-align: left;
  /* color: white; */
  color: #333;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.toggle input:checked + .switch {
  /* background-color: #2ea44f; */
}

.toggle input:checked + .switch span.preview {
  opacity: 0;
}

.toggle input:checked + .switch span.edit {
  opacity: 1;
}

.toggle input:checked + .switch .active-switch {
  transform: translateX(68px);
}

#edit-article #readme-editor .ql-editor {
  min-height: 100px;
}

#edit-article .ql-tooltip.ql-editing a.ql-action::after {
  display: none;
}

header.featurehead {
  margin-top: 100px;
  position: relative;
  padding-bottom: 0;
  height: 28vh;
  width: 100%;
  color: #3282b8;
  background: url("../img/clouds-right-narrow.a194b5420254.webp"), white;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
}

header.featurehead  h1 {
  font-weight: 400;
  font-family: 'Train One', 'Helvetica', 'Arial', 'sans-serif';
  font-size: 54px;
  margin-left: 30px;
}


header.apps-head {
  margin-top: 100px;
  position: relative;
  padding-bottom: 0;
  height: 450px;
  width: 100%;
  color: #3282b8;
  background: url("../img/clouds-right-narrow.a194b5420254.webp") white no-repeat right bottom;
  background-size: 70% auto;
}

header.apps-head  h1 {
  font-weight: 400;
  font-family: 'Train One', 'Helvetica', 'Arial', 'sans-serif';
  font-size: 54px;
  margin-left: 30px;
}

header.apps-head p {
  font-weight: 400;
  font-family: 'Mulish', 'Helvetica', 'Arial', 'sans-serif';
}

@media (max-width: 768px) {
  header.apps-head {
    height: 550px;
    background-size: 90% auto;
  }
}

@media (min-width: 1200px) {
  header.apps-head {
    height: 380px;
    align-items: center;
    margin-top: 100px;
    position: relative;
    padding-bottom: 0;
    width: 100%;
    color: #3282b8;
    background: url("../img/clouds-right-narrow.a194b5420254.webp"), white;
    background-repeat: no-repeat;
    background-size: 55% auto;
    background-position: right bottom;
  }

  header.apps-head  h1 {
    margin-left: auto;
    font-size: 64px;
  }

}

@media (min-width: 1280px) {
  header.featurehead {
    height: 30vh;
    align-items: center;
  }

  header.featurehead > h1 {
    margin-left: auto;
    font-size: 64px;
  }
}

header.featurehead .header-content {
  max-width: 500px;
  margin-bottom: 100px;
}

header.featurehead .header-content h1 {
  font-size: 50px;
}

#edit-article .ql-snow .ql-tooltip {
  transform: translateY(-30px);
}

#blog_article_content .ql-container {
  font-size: 17px;
}

#edit-article .ql-container {
  font-size: 15px;
}

.ql-editor-frozen {
  white-space: normal !important;
  padding-bottom: 20px !important;
}

/* quill-1.3.7.snow.css's own .ql-snow .ql-editor pre.ql-syntax rule (dark
   Monokai-like background/text) has equal specificity and loads after
   blog.css in the base/head templates, so it would otherwise win the
   cascade. #f6f8fa matches custom.css's toolbar background for a
   consistent light look across the editor and public article view. */
.ql-editor pre.ql-syntax {
  background-color: #f6f8fa !important;
  color: #24292e !important;
}

.ql-editor h1 {
  font-size: 1.5em !important;
}

.ql-editor h2 {
  font-size: 1.4em !important;
}

.ql-editor h3 {
  font-size: 1.2em !important;
}

.ql-editor p,li {
  font-size: 1em !important;
}

.ql-editor p .ql-formula {
  font-size: 1.2em !important;
}

.ql-size-large {
  font-size: 1.2em !important;
}

.user-avatar-sm {
  object-fit: cover;
  border-radius: 3px; 
  width: 36px;
  height: 36px;
}


#blog-pagination-wrap .btn-outline {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid #3282b8; /* Primary color */
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  color: #3282b8; /* Primary color */
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
  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;
}

#blog-pagination-wrap .btn-outline:hover {
  color: #fff;
  background-color: #4594dc; /* Primary color */
  border-color: #4594dc;     /* Primary color */
}

#blog-pagination-wrap .btn-outline:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

#blog-pagination-wrap .btn-outline:disabled,
#blog-pagination-wrap .btn-outline.disabled {
  opacity: 0.65;
  pointer-events: none;
}

.no-underline-container a {
  text-decoration: none;
}

.no-underline-container a:hover {
  text-decoration: none;
}

.blog--social-network-link {
  color: var(--brand-blue-color);
}

.category {
  display: inline-block;
  padding: 3px 4px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  border-radius: 2px;
}

.category:hover {
  text-decoration: none;
}

.category--outline {
  margin-top: -1px;
  margin-bottom: -1px;
  font-weight: 400;
  color: #586069;
  background-color: transparent;
  border: 1px solid rgba(27, 31, 35, 0.15);
  box-shadow: none;
}

.category-rounded {
  padding-right: 10px;
  padding-left: 10px;
  background: #eef3f9!important;
  border-radius: 16px;
  font-weight: 600;
  color: var(--brand-blue-color);
  line-height: 16px;
  margin-right: 8px;
}

.category-rounded.category-extended {
  padding-right: 24px;
  margin-right: 0px;
}

.category-rounded:hover {
/*  color: white;
  background: #0361cc;*/
  color:  #0361cc;
  border-color: #218bff;
}

.category-blog:hover {
  /*  color: white;
    background: #0361cc;*/
    color: var(--brand-blue-color) !important;
    border: 1px solid rgba(27, 31, 35, 0.15) !important;
  }

.btn-category-del {
  height: 20px;
  width: 20px;
  border-radius: 10px;
  margin:  0;
  padding: 0;
  line-height: 20px;
  color: var(--brand-blue-color);
  font-size: 12px;
  margin-left: -26px;
  background: #eef3f9;
  border-color: transparent;
  margin-right: 8px;
  font-family: 'Source Code Pro';
  text-align: center;
}

.btn-category-del:hover {
  color: white;
  background: grey;
}

.author--profile-link {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.orcid--green-brand-color {
  color: #abcd30;
}

@media (max-width: 544px) {
  .d-small-none {
    display: none !important; } 
  }


.landing .btn-xl {
  font-size: 11px;
  padding: 15px 45px;
}
