@charset "UTF-8";
html {
  position: relative;
  min-height: 100%;
}
.bg-color-light {
  background-color: #70A198;
}
.align-center {
  display: inline-block;
  text-align: center;
}
.line {
  width: 100px;
  background: #e2e4d0;
}
.text-light {
  color: #e2e4d0 !important;
}
.vh-10 {
  height: 10vh;
}
.vh-5 {
  height: 5vh;
}
.min-vh-70 {
  min-height: 70vh !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.2;
}
body {
  height: 100%;
  color: #000000;
  font-size: 0.85rem;
  background: #E5EFEC;
}
#attributeForm_error {
  display: none;
  color: red;
}
#wrapper:before {
  content: "";
  display: block;
  background: #E5EFEC;
  height: 66px;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 0;
}
#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #cccccc82 !important;
  max-width: 1140px;
  margin: 0 auto;
}
#wrapper #content-wrapper {
  width: 100%;
}
body.fixed-nav #content-wrapper {
  margin-top: 56px;
  padding-left: 90px;
}
body.fixed-nav.sidebar-toggled #content-wrapper {
  padding-left: 0;
}
.error {
  color: red;
}
.clear {
  clear: both;
}
.clear10 {
  clear: both;
  height: 10px;
}
.align-left {
  float: left;
}
.align-right {
  float: right;
  margin-left: 10px;
}
.form-check-inline {
  line-height: 33px;
}
.btn-warning {
  background-color: #f55220;
  color: #fff;
}
.btn-success {
  background-color: #e1e3cf;
  border-color: #e1e3cf;
}
.btn-success:hover {
  background-color: #e1e3cf;
  border-color: #e1e3cf;
}
.h-100 {
  height: auto !important;
}
th.tablesorter-header {
  cursor: pointer;
}
.bg-gradient-primary {
  background-color: #4e73df;
  background-image: linear-gradient(180deg, #4e73df 10%, #224abe 100%);
  background-size: cover;
}
.bg-gradient-secondary {
  background-color: #858796;
  background-image: linear-gradient(180deg, #858796 10%, #60616f 100%);
  background-size: cover;
}
.bg-gradient-success {
  background-color: #1cc88a;
  background-image: linear-gradient(180deg, #1cc88a 10%, #13855c 100%);
  background-size: cover;
}
.bg-gradient-info {
  background-color: #36b9cc;
  background-image: linear-gradient(180deg, #36b9cc 10%, #258391 100%);
  background-size: cover;
}
.bg-gradient-warning {
  background-color: #f6c23e;
  background-image: linear-gradient(180deg, #f6c23e 10%, #dda20a 100%);
  background-size: cover;
}
.bg-gradient-danger {
  background-color: #e74a3b;
  background-image: linear-gradient(180deg, #e74a3b 10%, #be2617 100%);
  background-size: cover;
}
.bg-gradient-light {
  background-color: #f8f9fc;
  background-image: linear-gradient(180deg, #f8f9fc 10%, #c2cbe5 100%);
  background-size: cover;
}
.bg-gradient-dark {
  background-color: #5a5c69;
  background-image: linear-gradient(180deg, #5a5c69 10%, #373840 100%);
  background-size: cover;
}
.bg-gray-100 {
  background-color: #f8f9fc !important;
}
.bg-gray-200 {
  background-color: #eaecf4 !important;
}
.bg-gray-300 {
  background-color: #dddfeb !important;
}
.bg-gray-400 {
  background-color: #d1d3e2 !important;
}
.bg-gray-500 {
  background-color: #b7b9cc !important;
}
.bg-gray-600 {
  background-color: #858796 !important;
}
.bg-gray-700 {
  background-color: #6e707e !important;
}
.bg-gray-800 {
  background-color: #5a5c69 !important;
}
.bg-gray-900 {
  background-color: #3a3b45 !important;
}
.o-hidden {
  overflow: hidden !important;
}
.text-xs {
  font-size: 0.7rem;
}
.text-lg {
  font-size: 1.2rem;
}
.text-gray-100 {
  color: #f8f9fc !important;
}
.text-gray-200 {
  color: #eaecf4 !important;
}
.text-gray-300 {
  color: #dddfeb !important;
}
.text-gray-400 {
  color: #d1d3e2 !important;
}
.text-gray-500 {
  color: #b7b9cc !important;
}
.text-gray-600 {
  color: #858796 !important;
}
.text-gray-700 {
  color: #6e707e !important;
}
.text-gray-800 {
  color: #5a5c69 !important;
}
.text-gray-900 {
  color: #3a3b45 !important;
}
.icon-circle {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  body.fixed-nav #content-wrapper {
    padding-left: 225px;
  }
  body.fixed-nav.sidebar-toggled #content-wrapper {
    padding-left: 90px;
  }
}
.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  background: rgba(52, 58, 64, 0.5);
  line-height: 46px;
}
.scroll-to-top:focus, .scroll-to-top:hover {
  color: white;
}
.scroll-to-top:hover {
  background: #343a40;
}
.scroll-to-top i {
  font-weight: 800;
}
.smaller {
  font-size: 0.7rem;
}
.o-hidden {
  overflow: hidden !important;
}
.z-0 {
  z-index: 0;
}
.z-1 {
  z-index: 1;
}
.navbar-nav .form-inline .input-group {
  width: 100%;
}
.navbar-nav .nav-item.active .nav-link {
  color: #4e646c;
  background-color: #e2e4d0;
}
.navbar-nav .nav-item.dropdown .dropdown-toggle::after {
  width: 1rem;
  text-align: center;
  float: right;
  vertical-align: 0;
  border: 0;
  font-weight: 900;
  content: '';
  font-family: 'Font Awesome 5 Free';
}
.navbar-nav .nav-item.dropdown.show .dropdown-toggle::after {
  content: '';
}
.navbar-nav .nav-item.dropdown.no-arrow .dropdown-toggle::after {
  display: none;
}
.navbar-nav .nav-item .nav-link:focus {
  outline: none;
}
.navbar-nav .nav-item .nav-link .badge {
  position: absolute;
  margin-left: 0.75rem;
  top: 0.3rem;
  font-weight: 400;
  font-size: 0.5rem;
}
@media (min-width: 768px) {
  .navbar-nav .form-inline .input-group {
    width: auto;
  }
}
.sidebar {
  width: 90px !important;
  background-color: #212529;
  min-height: calc(100vh - 56px);
  min-height: 100vh;
}
.sidebar .nav-item:last-child {
  margin-bottom: 0rem;
}
.sidebar .nav-item .nav-link {
  text-align: center;
  padding: 0.75rem 1rem;
  width: 90px;
}
.sidebar .nav-item .nav-link span {
  font-size: 0.65rem;
  display: block;
}
.sidebar .nav-item .dropdown-menu {
  position: absolute !important;
  -webkit-transform: none !important;
  transform: none !important;
  left: calc(90px + 0.5rem) !important;
  margin: 0;
}
.sidebar .nav-item .dropdown-menu.dropup {
  bottom: 0;
  top: auto !important;
}
.sidebar .nav-item.dropdown .dropdown-toggle::after {
  display: none;
}
.sidebar .nav-item .nav-link {
  color: #e2e4d0;
}
.sidebar .nav-item .nav-link:active, .sidebar .nav-item .nav-link:focus, .sidebar .nav-item .nav-link:hover {
  /*color: rgba(255, 255, 255, 0.75);*/
}
.sidebar.toggled {
  width: auto !important;
  overflow: hidden;
}
.sidebar.toggled .nav-item .dropdown-menu {
  display: none;
}
.sidebar.toggled .nav-item:hover .dropdown-menu {
  display: block;
}
.sidebar.toggled .nav-item .collapse-handle.collapsed::after {
  right: 5px;
}
table.table-bordered.dataTable tbody td {
  padding: 0.3rem;
  vertical-align: middle;
}
table tbody tr.update {
  display: none;
}
.clear10 {
  clear: both;
  height: 10px;
}
.clear20 {
  clear: both;
  height: 20px;
}
/* Menu style */
.node-header {
  position: relative;
}
a.collapse-handle {
  color: #e2e4d0;
  font-weight: bold;
  font-size: 0.85rem;
  width: 100%;
  text-align: left;
  display: block;
  line-height: 40px;
}
a.collapse-handle:after {
  content: "";
  position: absolute;
  top: 3px;
  right: 0px;
  z-index: 1;
  font: normal normal normal 14px/1 "Font Awesome 5 Pro";
  font-size: 18px;
}
a.collapse-handle.collapsed:after {
  content: "";
}
.node-header a.collapse-handle {
  display: inline-block;
  width: 30px;
  height: 20px;
  font-weight: normal;
  font-size: 13px;
  line-height: 28px;
  position: absolute;
  right: 5px;
  top: 8px;
}
.node-header a.collapse-handle:after {
  top: 3px;
  right: 10px;
  right: 5px;
}
ul.menu_box {
  padding-left: 20px;
  list-style: none;
}
.node-header a.nav-link.active {
  background-color: transparent;
}
.node-header.active a.nav-link.active {
  text-decoration: none;
}
li.node.nav-item div.node-header.active {
  background-color: #e2e4d0;
}
li.node.nav-item div.node-header.active a.nav-link, li.node.nav-item div.node-header.active a.collapse-handle {
  color: #495057;
}
div.collapse.node_settings.show li.node.nav-item div.node-header.active {
  background: none;
}
div.collapse.node_settings.show li.node.nav-item div.node-header.active a.nav-link, div.collapse.node_settings.show li.node.nav-item div.node-header.active a.collapse-handle {
  color: #e2e4d0;
  background: transparent;
}
div.collapse.node_settings.show .node-header.active a.nav-link.active {
  text-decoration: underline;
}
/* End of menu style */
@media (min-width: 768px) {
  .sidebar {
    width: 225px !important;
    width: 232px !important;
  }
  .sidebar .nav-item .nav-link {
    display: block;
    max-width: 100%;
    text-align: left;
    padding: 0.7rem;
    width: 225px;
    padding-left: 10px;
    width: 232px;
  }
  .sidebar .nav-item .navbar-brand {
    display: block;
  }
  .sidebar .nav-item .nav-link span {
    font-size: 0.85rem;
    display: inline;
  }
  .sidebar .nav-item .dropdown-menu {
    position: static !important;
    margin: 0 1rem;
    top: 0;
  }
  .sidebar .nav-item.dropdown .dropdown-toggle::after {
    display: block;
  }
  .sidebar.toggled {
    overflow: visible;
    width: auto !important;
  }
  .sidebar.toggled .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .sidebar.toggled .nav-item .nav-link {
    text-align: center;
    /*padding: 0.75rem .5rem;*/
    width: auto;
    padding-left: 4px;
  }
  .sidebar.toggled .nav-item .navbar-brand {
    display: none;
  }
  .sidebar.toggled .nav-item .nav-link span {
    font-size: 0.65rem;
    display: none;
  }
  .sidebar.toggled .nav-item .dropdown-menu {
    position: absolute !important;
    -webkit-transform: none !important;
    transform: none !important;
    left: calc(90px + 0.5rem) !important;
    margin: 0;
    left: 40px !important;
    border-radius: 0;
  }
  .sidebar.toggled .nav-item .dropdown-menu.dropup {
    bottom: 0;
    top: auto !important;
  }
  .sidebar.toggled .nav-item.dropdown .dropdown-toggle::after {
    display: none;
  }
  .sidebar.toggled .nav-item .dropdown-menu {
    display: none;
  }
  .sidebar .nav-item .nav-link i {
    min-width: 20px;
  }
}
@media (max-width: 767.98px) {
  .node-header a.collapse-handle {
    top: 50%;
    transform: translate(0, -50%);
  }
  .sidebar.toggled .nav-item .nav-link {
    text-align: center;
    width: auto;
    padding-left: 4px;
  }
  .sidebar.toggled .nav-item .nav-link span {
    font-size: 0.65rem;
    display: none;
  }
}
.sidebar.fixed-top {
  top: 56px;
  height: calc(100vh - 56px);
  overflow-y: auto;
}
.card-body-icon {
  position: absolute;
  z-index: 0;
  top: -1.25rem;
  right: -1rem;
  opacity: 0.4;
  font-size: 5rem;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 1;
    column-count: 1;
  }
}
@media (min-width: 768px) {
  .card-columns {
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media (min-width: 1200px) {
  .card-columns {
    -webkit-column-count: 2;
    column-count: 2;
  }
}
:root {
  --input-padding-x: 0.75rem;
  --input-padding-y: 0.75rem;
}
.card-login {
  max-width: 25rem;
}
.card-register {
  max-width: 40rem;
}
.form-label-group {
  position: relative;
}
.form-label-group > input, .form-label-group > label {
  padding: var(--input-padding-y) var(--input-padding-x);
  height: auto;
}
.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}
.form-label-group input:-ms-input-placeholder {
  color: transparent;
}
.form-label-group input::-ms-input-placeholder {
  color: transparent;
}
.form-label-group input::placeholder {
  color: transparent;
}
.form-label-group input:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}
.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #777;
}
footer.sticky-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 0px);
  background-color: #CCCCCC;
}
footer.sticky-footer .copyright {
  line-height: 1;
  font-size: 0.8rem;
}
@media (min-width: 768px) {
  footer.sticky-footer {
    width: calc(100% - 0px);
  }
}
body.sidebar-toggled footer.sticky-footer {
  width: 100%;
}
@media (min-width: 768px) {
  body.sidebar-toggled footer.sticky-footer {
    width: calc(100% - 41px);
  }
}
a:hover {
  color: #000000;
  text-decoration: none;
}
#accordionSkills .card-header h6 a[aria-expanded='false']:before, .accordionSkills .card-header h6 a[aria-expanded='false']:before {
  content: '+';
  float: right;
}
#accordionSkills .card-header h6 a[aria-expanded='true']:before, .accordionSkills .card-header h6 a[aria-expanded='true']:before {
  content: '-';
  float: right;
}
.bars {
  height: 3.5rem;
  position: relative;
  width: 25px;
}
.bars span {
  height: 1px;
  width: 18px;
  position: absolute;
  right: 0;
  background-color: #e2e4d0;
  top: 50%;
}
.bars span:nth-child(1) {
  margin-top: -7px;
}
.bars span:nth-child(2) {
  width: 25px;
}
.bars span:nth-child(3) {
  margin-top: 2px;
  margin-top: 7px;
}
.bg-blue {
  background-color: #337ab7 !important;
}
.bg-green {
  background-color: #BCD335 !important;
}
.bg-black {
  background-color: #495057 !important;
}
.bg-gray {
  background-color: #e2e4d0 !important;
}
.bg-lightgray {
  background-color: #f2f3f8 !important;
}
.bg-black .custom-radio.radio-black .custom-control-label::before {
  border: solid 1px white;
}
.bg-white .custom-radio.radio-black .custom-control-label::before {
  border: solid 1px #495057;
}
.btn-info, .btn-mandatory {
  color: white !important;
  background-color: #17a2b8;
}
.btn-primary {
  color: white !important;
  background-color: #007bff;
}
.btn-secondary {
  color: white !important;
  background-color: #6c757d;
}
.btn-warning {
  color: white !important;
  background-color: #ffc107;
}
.btn-link {
  color: #007bff !important;
  background-color: transparent;
}
.btn-dark {
  color: white !important;
  background-color: #343a40;
}
.btn-light {
  color: white !important;
  background-color: #f8f9fa;
}
.btn-success {
  color: white !important;
  background-color: #28a745;
  min-width: 7rem;
}
.btn-mandatory::before {
  content: '*';
  color: red;
  position: absolute;
  top: -5px;
  left: -3px;
  font-size: 2rem;
}
.btn-outline-blue {
  color: #495057;
  background-color: transparent;
  background-image: none;
  border-color: #475a61;
}
.btn-outline-gray {
  color: #d8d8d8;
  background-color: transparent;
  background-image: none;
  border-color: #D8D8D8;
}
.btn-red {
  color: white !important;
  background-color: #dc3545;
}
.btn-danger {
  color: white !important;
  background-color: #dc3545;
}
.btn_delete_attribute {
  right: -5px;
  top: -16px;
  position: absolute;
  color: #f55220;
}
.checkbox-right {
  width: 100%;
  cursor: pointer;
}
.checkbox-right::before {
  background-color: unset;
}
.checkbox-right::before, .checkbox-right::after {
  right: 0;
  left: unset;
  border-radius: 50% !important;
}
.custom-checkbox .custom-control-input:checked ~ .checkbox-right::before {
  background-color: #41ad49;
}
.custom-radio.radio-black .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #495057;
}
.custom-radio.radio-black .custom-control-label::before {
  background-color: white;
  border: solid 1px #495057;
}
.dropdown-item {
  color: #e2e4d0 !important;
  padding: 0.25rem 0.75rem;
  font-size: 0.85rem;
}
.dropdown-item:focus, .dropdown-item:hover {
  background-color: transparent;
}
.dropdown-item.active, .dropdown-item:active {
  text-decoration: underline;
  background-color: transparent;
}
.form-control {
  border: 1px solid #D8D8D8;
  border-radius: 3px;
}
.hide-sm {
  display: none;
}
.jst-hours {
  display: none;
}
.min-h-20 {
  min-height: 20vh;
}
.min-h-100 {
  min-height: 100vh;
}
.min-w-auto {
  min-width: auto;
}
.mr-10 {
  margin-right: 160px;
}
.navbar-brand {
  font-size: 1rem;
}
.pincode-input-container input {
  border-radius: 3px !important;
  text-align: center;
  display: inline-block;
  float: none !important;
}
.pincode-input-container input.first, .pincode-input-container input.mid, .pincode-input-container .fas {
  margin-right: 0.5rem;
}
.pincode-input-container .fas {
  margin-left: 0.5rem;
  margin-right: 1rem;
}
.pincode-input-text, .form-control.pincode-input-text {
  width: 2.9rem;
}
span.attribute {
  position: relative;
  margin-right: 0.5rem;
}
td.details-control:before {
  /*content: "\f055";*/
  content: "";
  cursor: pointer;
  font-weight: 600;
  /*font-family: "Font Awesome 5 Free";*/
  font-family: "FontAwesome";
  font-size: 20px;
}
tr.details td.details-control:before {
  /* content: "\f056"; */
  content: "";
}
.text-muted {
  color: #e2e4d0 !important;
}
ul.helper-text li.valid {
  color: #28a745;
}
.vh-100 {
  height: 100vh;
}
@media (min-width: 576px) {
  .hide-sm {
    display: block;
  }
}
/* Rating Star Widgets Style */
.rating-stars ul {
  list-style-type: none;
  padding: 0;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.rating-stars ul > li.star {
  display: inline-block;
}
/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
  font-size: 1.8em;
  color: #ccc;
  /* Change the size of the stars */
  /* Color on idle state */
}
/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
  color: #FF912C;
}
/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
  color: #FFCC36;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.sidebar > li.bordering:before {
  display: block;
  content: "";
  width: 100%;
  border-top: 0.1px solid #b7b7b76e;
  margin-bottom: 1em;
}
.navbar .navbar-nav > li.nav-item {
  margin: 0 2px;
}
.media-icon {
  font-size: 3em;
  margin: 0px 20px 0px 0px;
  line-height: 0;
}
.media-icon .fa, .media-icon .fab, .media-icon .fad, .media-icon .fal, .media-icon .far, .media-icon .fas {
  font-size: 1em;
}
.border-half {
  width: 50%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.draggable .remove {
  position: absolute;
  right: 20px;
  bottom: 0;
  font-size: 22px;
  color: red;
}
.document-editor {
  max-height: unset;
}
.fa, .fab, .fad, .fal, .far, .fas {
  font-size: 20px;
}
.bg-color-light, .bg-color-partner {
  background-color: #70A198;
}
#content-wrapper {
  color: black;
}
#content-wrapper .navbar-light {
  background: #A5CCBE;
  padding-bottom: 1.6em !important;
}
#content-wrapper .navbar-light .navbar-brand {
  color: #ffffff !important;
}
#content-wrapper .navbar-light .btn-dark {
  background-color: #00567b;
  color: #fff !important;
  border-color: #fff;
}
#sidebar.navbar-nav {
  background-color: #4D5254 !important;
}
.sidebar li.bordering:after {
  display: block;
  content: "";
  width: 100%;
  border-top: 0.1px solid #b7b7b76e;
  margin-top: 1em;
}
.card-login button.btn[type=submit] {
  color: white;
  background: orange;
}
.sidebar .nav-item .nav-item .nav-link span {
  color: #e5e5e5;
}
.bg-color-light {
  background-color: #70A198;
}
.sidebar .nav-item .nav-link i {
  font-size: 14px;
  right: auto;
  left: 10px;
}
li.node.nav-item {
  margin: 5px 0;
}
li.node.nav-item div.node-header a.nav-link {
  /* transition: all 1s ease; */
  padding-top: 7px;
  padding-bottom: 7px;
  background: transparent;
}
/*
li.node.nav-item div.node-header a.nav-link:hover{
  border-radius: 5px;
  background: #ff4c17;
}
*/
li.node.nav-item div.node-header a.nav-link:hover, li.node.nav-item div.node-header.active a.nav-link {
  text-decoration: underline;
  font-weight: bold;
}
li.node.nav-item div.node-header a.nav-link:hover span:before, li.node.nav-item div.node-header.active a.nav-link span:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
}
li.node.nav-item div.node-header a.nav-link.link-w-block:hover, li.node.nav-item div.node-header.active a.nav-link.link-w-block {
  text-decoration: none !important;
  font-weight: bold;
}
li.node.nav-item div.node-header a.nav-link.link-w-block:hover span:before, li.node.nav-item div.node-header.active a.nav-link.link-w-block span:before {
  content: "" !important;
}
li.node.nav-item div.node-header.active a span, li.node.nav-item div.node-header.active a.nav-link, li.node.nav-item div.node-header.active a.collapse-handle {
  color: #e5e5e5;
}
.node-header {
  position: relative;
  margin: 0 10px;
}
li.node.nav-item div.node-header.active {
  background-color: transparent;
}
.link-w-block {
  border-radius: 5px;
  background: #00567b !important;
  border: 1px solid #fff;
}
li.node.nav-item div.node-header.active a.nav-link {
  /* width: auto;
  border-radius: 5px;
  padding-top: 7px;
  padding-bottom: 7px;
  background: #ff4c17;
  */
}
.main-content {
  background: #fff;
}
.website-status:not(:empty) {
  background: yellow;
  text-align: center;
  display: block;
}
.website-status:not(:empty) .btn.btn-website-status {
  color: red;
  border: 1px solid red;
  margin: 10px;
  border-radius: 0;
  font-weight: 800;
}
.sidebar .nav-item .nav-item .nav-link span {
  position: relative;
}
li.node.nav-item div.node-header a.nav-link {
  margin: 0px 20px;
}
.sidebar .nav-item .nav-item .nav-link span:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 2px;
  font-family: 'Font Awesome 5 Pro';
}
li.node.nav-item div.node-header a.nav-link.link-w-block {
  margin: 0px 0px;
  text-align: center;
}
.mobile-show {
  display: none;
}
.toggle-bars-left {
  display: none;
}
.navbar-toggler-right {
  border: 1px solid #a5ccbe;
  color: #a5ccbe;
}
@media (max-width: 540px) {
  .mobile-show {
    display: block;
  }
  .sidebar {
    width: 30vw !important;
  }
  li.node.nav-item div.node-header a.nav-link {
    margin: 0px 0px;
    overflow: hidden;
    padding: 0;
  }
  .sidebar .nav-item .nav-item .nav-link span {
    position: relative;
    text-overflow: ellipsis;
    width: 75px;
    overflow: hidden;
    overflow-wrap: break-word;
  }
  .link-w-block {
    width: 75px !important;
  }
  li.node.nav-item {
    margin: 10px 0;
  }
  .navbar-brand img {
    width: 100% !important;
    margin-left: 0 !important;
  }
  nav.navbar {
    height: 66px !important;
  }
  .container-fluid > h1 {
    font-size: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 540px) {
  #sidebar {
    position: absolute !important;
    left: -1000px !important;
    visibility: hidden;
    transition: all linear 1s;
  }
  #sidebar.drawer-on {
    position: absolute !important;
    left: 0 !important;
    visibility: visible;
    width: 200px !important;
    z-index: 1;
  }
  #sidebar.drawer-on .nav-item .nav-link span {
    font-size: unset;
    width: auto;
  }
  #sidebar.drawer-on .nav-item .nav-link {
    width: auto;
  }
  #sidebar.drawer-on .link-w-block {
    width: unset !important;
    padding: 6px 10px !important;
    text-align: center !important;
  }
  #sidebar.drawer-on li.node.nav-item div.node-header a.nav-link {
    margin: 0px 20px;
    overflow: hidden;
    padding: 0;
    text-align: left;
  }
  #sidebar.drawer-on .toggle-bars-left {
    display: block;
    position: absolute;
    top: 80px;
    z-index: 10000;
    background: #4d5254;
    right: -45px;
    padding: 10px 5px;
  }
  #sidebar.drawer-on .toggle-bars-left i {
    color: white;
  }
}
.sidebar .nav-item .navbar-brand {
  margin: 0 auto !important;
}
.sidebar .nav-item .navbar-brand img {
  margin-left: 0 !important;
  width: 100% !important;
}
.flag-icon {
  background-size: 100% 100%;
  background-position: left;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 40px;
  line-height: 20px;
  height: 30px;
  border-radius: 50%;
  margin: 0 5px;
}
.languages-selector a {
  display: table-cell;
  height: 40px;
  vertical-align: middle;
}
span.flag-icons.flag-icon.fc-active {
  width: 55px;
  height: 40px;
}
