.view-tag {
  font-size: 14px;
  font-weight: 500;
  background-color: #2e4057; /* Dark blue */
  color: white;
  padding: 6px 12px;
  border-radius: 4px;
  display: inline-block;
  margin-left: 10px;
  line-height: 1;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
}



/* ############ Default ############ */

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

html {
  height: 100%;
  min-height: 100%;
}

body {
  height: 100%;
  min-height: 100%;
  position: relative;
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: #1B1E3C;
}

@media (max-width: 767.98px) {
  body {
    font-size: 20px;
  }
}

.layout {
  overflow: hidden;
  min-height: 100%;
  overflow: visible;
  height: 100%;
  /* background: url("/images/static/ornament-upper-right.svg") no-repeat top right;
  background-size: 16.2% auto; */
}

@media (max-width: 991.98px) {
  .layout {
    /* background-size: 95px auto; */
  }
}

.layout_logged {
  background-image: none;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: none;
}

main {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
}

.layout_logged main {
  flex-direction: row;
}

.layout_logged .main {
  flex-grow: 1;
  min-width: 1px;
  background: #F9F9F9;
  /* background: #ececec; */
}

@media (min-width: 1200px) {
  .container {
    padding-left: 42px;
    padding-right: 42px;
  }
}

.offset-lg {
  margin-top: 36px;
}

.offset-md {
  margin-top: 24px;
}

.offset-sm {
  margin-top: 16px;
}

.white-space {
  white-space: nowrap;
}

.error {
  font-weight: bold;
  color: #F00;
}

.title {
  margin-top: 25px;
  display: flex;
  align-items: center;
  font-size: 28px;
  line-height: 36px;
  font-weight: bold;
  color: #1B1E3C;
}

.page-title {
  font-size: 25px;
  color: #1B1E3C;
  padding-top: 50px;
  padding-bottom: 10px;
}

.comment {
  position: relative;
  margin-left: 30px;
  display: flex;
  align-items: center;
  font-size: 16px;
  padding-left: 30px;
  max-width: 500px;
}

.comment::before {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  height: 25px;
  width: 5px;
  background-color: #666666;
}

@media (max-width: 767.98px) {
  .comment {
    margin-left: 0px;
    padding-left: 0px;
    padding-top: 15px;
  }

  .comment::before {
    left: 0;
    top: 0;
    height: 5px;
    width: 25px;
  }
}

.comment.mw-lg {
  max-width: 560px;
}

.comment.mw-xl {
  max-width: 840px;
}

.remove-relative {
  position: static;
}

.text-no-wrap {
  white-space: nowrap;
}

strong {
  font-weight: 600;
}

.date-carousel {
  min-width: 70px;
}

/* ############ Default END ############ */
