body {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  margin: 0;
  padding: 0;
  position: relative;
}

body::-webkit-scrollbar {
  display: none;
}

.nav-wrapper .brand-logo {
    height: 100%!important;
    padding: 5px 10px;
}

.sidenav li>a>i, .sidenav li>a>[class^="mdi-"], .sidenav li>a li>a>[class*="mdi-"], .sidenav li>a>i.material-icons {
  margin: 0 16px 0 0 !important;
}

/* Mobile CSS */
@media only screen and (max-width: 992px){
  nav, nav .nav-wrapper i, nav a.sidenav-trigger, nav a.sidenav-trigger i {
    height: 200px !important;
    line-height: 200px !important;
  }
  nav i, nav [class^="mdi-"], nav [class*="mdi-"], nav i.material-icons {
    font-size: 100px !important;
  }
  .navbar-fixed {
    height: 200px !important;
  }
  nav .brand-logo {
    top: 20%
  }
  h2 {
    font-size: 6rem !important;
  }
  .collection .collection-item.avatar:not(.circle-clipper)>.circle, .collection .collection-item.avatar :not(.circle-clipper)>.circle {
    width: 96px !important;
    height: 96px !important;
  }
  .collection .collection-item {
    line-height: 3.5rem !important;
    padding: 10px 20px;
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
  }
  .collection .collection-item.avatar {
    padding-left: 188px !important;
  }
  .collection .collection-item.avatar .title {
    font-size: 3rem !important;
  }
  .collection .collection-item.avatar p {
    font-size: 2rem !important;
  }
  .collection .collection-item.avatar .end-content .material-icons {
    font-size: 64px !important;
  }
  .collection .collection-item.avatar .secondary-content .material-icons {
    font-size: 48px !important;
  }
  .collection .collection-item.avatar .end-content {
    top: 46px !important;
  }
  .sidenav {
    width: 60% !important;
  }
  .user-view, .sidenav .top {
    height: 200px !important;
  }
  .sidenav li>a, .sidenav-sub li>a {
    margin-top: 32px !important;
    font-weight: 250 !important;
  }
  .sidenav li>a, .sidenav-sub li>a>i, .sidenav li>a>i {
    font-size: 60px !important;
    height: 60px !important;
    line-height: 60px !important;
  }
  .sidenav li>a>i, .sidenav li>a>[class^="mdi-"], .sidenav li>a li>a>[class*="mdi-"], .sidenav li>a>i.material-icons {
    height: 60px !important;
    line-height: 60px !important;
    width: 60px !important;
  }
  .sidenav-sub .collapsible-body li>a, .sidenav-sub .collapsible-body li>a>i {
    height: 40px !important;
    line-height: 40px !important;
    font-size: 40px !important;
    margin-right: 8px !important;
    color: rgba(0,0,0,0.57);
  }
  .btn, .btn-large, .btn-small, .btn-flat {
    height: 64px !important;
    line-height: 64px !important;
    font-size: 2rem !important;
    margin-right: 16px !important;
  }
  .btn i, .btn-large i, .btn-small i, .btn-large i, .btn-small i, .btn-flat i {
    font-size: 2rem !important;
  }
  .btn-floating.btn-large {
    width: 128px !important;
    height: 128px !important;
  }
  .btn-floating.btn-large i {
    line-height: 128px !important;
  }
  .btn-floating i {
    font-size: 5rem !important;
  }

  .card .card-content .card-title {
    font-size: 4vw !important;
    margin-bottom: 32px  !important;
  }
  .card .card-footer {
    font-size: 2rem !important;
  }
  .forgot {
    color: #C91F0C;
    font-size: 3rem;
    text-decoration: none;
    margin-top: 50px;
  }

  .dash .ovrvw .time {
    font-size: 7vw !important;
  }
  .dash .ovrvw .date {
    font-size: 4vw !important;
  }

  .dash .ovrvw .card .card-content span {
    font-size: 2.5rem;
  }

  .dash .ovrvw .card .card-content p {
    font-size: 1.5rem !important;
  }

  .dash .ovrvw .card .card-content .circle {
    height: 5rem !important;
  }

  .dash .ovrvw .card .card-content .card-title {
    font-size: 3rem !important;
  }

  .dash .ovrvw .card .card-content h3 {
    font-size: 4rem !important;
  }

  .listProperties {
    font-size: 2.5rem !important;
  }

  .image-status-circle{
    position: absolute;
    top: 80px !important;
    right: 0px;
    width: 30px;
    height: 30px;
    background-color: red;
    border-radius: 50%;
    left: 80px !important;
    border: 2px solid white;
  }

}

.footer {
  position: relative;
  width: 100%;
  color: grey;
  text-align: center;
  background: white;
  padding: 10px 0;
  margin: 0;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin-left: 0;
  margin-right: 0;
}

.content {
  position: relative;
  min-height: calc(100vh - 64px);
  padding-bottom: 0;
  flex: 1;
  margin-bottom: 0;
  overflow-x: hidden;
  width: 100%;
  box-sizing: border-box;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.input-field input[type=text]:focus + label,
.input-field input[type=password]:focus + label {
  color: #3f50b5;
}
.input-field input[type=text]:focus,
.input-field input[type=password]:focus {
  border-bottom: 2px solid #3f50b5;
  box-shadow: none;
}

.fh-color-main {
  background-color: #C91F0C !important;
}

.tabs .tab a{
    color: #DB6053 !important;
} /*Black color to the text*/

.tabs .tab a:hover {
    background-color:#eee;
    color:#000;
} /*Text color on hover*/

.tabs .tab a.active {
    color:#e01300 !important;
} /*Background and text color when a tab is active*/

.tabs .indicator {
    background-color:#e01300 !important;
} /*Color of underline*/

.tbl-separator-right {
  border-right: 1px solid #e0e0e0;
}

.tbl-info-tab {
  text-align: center;
  font-weight: normal !important;
  padding: 5px !important
}

.bullet-list ul li::before {
  padding-left: 20px;
  content: "\2022";
  font-weight: bold;
  display: inline-block;
  margin-right: 10px;
}

.datepicker-date-display {
    background-color: #C91F0C !important;
}

.datepicker-day-button:focus {
    color: white !important;
    background-color: #C91F0C;
}

.datepicker-done,
.datepicker-cancel,
.select-dropdown li>span,
.is-today {
    color: #C91F0C !important
}

hr.rounded {
  margin-top: 40px;
  border-top: 5px solid #C91F0C;
  border-radius: 5px;
}

.collapsible-header {
  position: relative !important;
}

.collapsible-header .pdf img{
  line-height: 1;
  margin-right: 1rem;
  position: absolute;
  right: 0;
}

.collapsible-header .xls img{
  line-height: 1;
  margin-right: 1rem;
  position: absolute;
  right: 25px;
}

.collapsible-header .report img{
  line-height: 1;
  margin-right: 1rem;
  position: absolute;
  right: 50px;
}

.collapsible-header .icon {
    line-height: 1;
    margin-right: 1rem;
    position: absolute;
    right: 0;
}

.collection .collection-item.avatar:not(.circle-clipper)>.square, .collection .collection-item.avatar :not(.circle-clipper)>.square {
    position: absolute;
    width: 42px;
    height: 42px;
    overflow: hidden;
    left: 15px;
    display: inline-block;
    vertical-align: middle;
}

.square {
    border-radius: 0%;
}

i.material-icons{
  vertical-align: middle !important;
}

/* .collapsible span.badge {
    margin-right: 1rem;
    position: absolute;
    right: 35px;
} */

.logo-white{
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(309deg) brightness(105%) contrast(102%);
}

.logo-black{
  filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(289deg) brightness(105%) contrast(106%);
}

.logo-red{
  filter: invert(12%) sepia(90%) saturate(6269%) hue-rotate(11deg) brightness(87%) contrast(91%);
}

.preview h1, .docs h1 {
  font-size: 3rem;
  font-weight: bold;
  line-height: normal;
}

.preview h2, .docs h2 {
  font-size: 2rem;
  font-weight: 500;
  line-height: normal;
}

.preview h3, .docs h3 {
  font-size: 1.5rem;
}

.preview h4, .docs h4 {
  font-size: 1.2rem;
}

.preview, .docs {
  font-size: 1.1rem;
  font-weight: 300;

}

.development {
  padding-top: 50px;
}

.menu__link {
    font-size: 1.1rem !important;
    font-weight: 500 !important;
    color: #606770 !important;
    line-height: 30px !important;
    border-radius: 0.25rem !important;
    margin-left: 50px;
    cursor: pointer;
}

.menu__link a {
    font-size: 1.1rem !important;
    font-weight: 500 !important;
    color: #606770 !important;
    height: 30px !important;
    line-height: 30px !important;
    border-radius: 0.25rem !important;
}

.topicActive {
  color: #c91f0c !important;
}

.card-info {
  position: absolute;
  margin-top: 10px;
  right: 10px;
  float: right;
}

.list-info {
  margin: 10px;
  float: right;
}

.label-info {
  margin-left: 10px;
  float: right;
}

.list-status-green {
  border-left: 5px solid #388E3C;
}

.list-status-orange {
  border-left: 5px solid #f57c00;
}

.list-status-red {
  border-left: 5px solid #D32F2F;
}

.list-status-grey {
  border-left: 5px solid #9e9e9e;
}

.list-status-green-gradient {
  background: linear-gradient(90deg, rgba(56,142,60,1) 0%, rgba(255,255,255,1) 20%);
}

.list-status-orange-gradient {
  background: linear-gradient(90deg, rgba(245,124,0,1) 0%, rgba(255,255,255,1) 20%);

}

.list-status-red-gradient {
  background: linear-gradient(90deg, rgba(211,47,47,1) 0%, rgba(255,255,255,1) 20%);
}

.list-status-grey-gradient {
  background: linear-gradient(90deg, rgba(158,158,158,1) 0%, rgba(255,255,255,1) 20%);
}

.list-status-dot {
  padding-left: 107px !important;
}

.list-status-dot .list-status {
  position: absolute;
  left: 15px;
  margin-top: 10px;
}

.list-status-dot img {
  left: 50px !important;
}

.space-top{
  padding-top: 25px !important;
}

.pipe-separator {
  margin-left: 10px;
  margin-right: 10px;
}

.collection .collection-item.avatar .end-content {
    position: absolute;
    top: 16px;
    right: 16px;
}

.collection .collection-item.avatar .middle-content {
    position: absolute;
    top: 16px;
    left: 50%;
}

.list-status {
  position: absolute;
  vertical-align: middle;
  top: 30%;
}

.input-plain{
  height: auto !important;
  border-bottom: none !important;
  font-size: inherit !important;
  margin: 0 !important;
}

.icon-edit{
  font-size: 1.3rem !important;
  margin: 0px !important;
}

.price-tag{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  color: #555;
  font-weight: 800;
  font-size: 65px;
  padding: 25px 0;
}

.price-currency{
  margin-right: 3px;
  align-self: flex-start;
  line-height: 1;
  font-size: .3em;
}

.price-amount{
  line-height: .8;
}

.price-after{
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.price-after-int{
  line-height: 1;
  font-size: .3em;
}

.price-period{
  line-height: normal;
  letter-spacing: normal;
  text-transform: none;
  font-weight: 400;
  font-size: medium;
  font-style: normal;
  width: 100%;
}

.price-footer{
  color: #7A7A7A;
  /* padding-bottom: 25px; */
  font-size: 10px;
  line-height: 1.4;
  margin: 15px 15px 0px 15px;
}

.plan-active{
  -webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0,1) !important;
  -moz-box-shadow: 0px 0px 20px 5px rgba(0,0,0,1) !important;
  box-shadow: 0px 0px 20px 5px rgba(0,0,0,1) !important;
}

.plan-inactive{
  filter: saturate(0.9);
}

.end-content{
  margin-top: 14px;
}

.end-content.twoLined{
  margin-top: 7px;
}

.tenant-image {
  max-height: 200px;
  height: 200px;
  background-color: #C91F0C;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.tenant-image img {
  width: unset !important;
}

.tenant-container {
  margin-top: 50px;
}

.tenant-card-content {
  min-height: 200px;
}

.secondary-content-modal {
  float: right;
  top: 10px;
  right: 16px;
}

.collection .collection-item.avatar:not(.circle-clipper)>.collection-img-extented, .collection .collection-item.avatar :not(.circle-clipper)>.collection-img-extented {
  margin-top: 14px;
}

.card .card-footer {
  background-color: inherit;
  border-top: 1px solid rgba(160,160,160,0.2);
  position: relative;
  padding: 10px 24px;
}

/* .card-content ul li {
  list-style-type: initial !important;
  margin-left: 42px;
} */

.card-content .plain ul li {
  list-style-type: unset;
  margin-left: unset;
}

#upload {
    display: none;
}

.cr-slider-wrap {
  width: 300px !important;
}

.optionsRight {
  float: right;
}

.optionsRight span {
  margin-left: 10px;
}

.filterContent {
  margin-right: 20px;
}

.filterContent span {
  margin-right: 10px;
}

.filterContent label span {
  padding-left: 25px;
}

.username {
  margin-left: 16px;
}

.sidenav-sub li>a {
  color: rgba(0,0,0,0.87);
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  line-height: 48px;
  padding: 0 32px !important;
}

.sidenav-sub li>a>i {
  font-size: 14px;
  text-align: left;
}

.sidenav-sub li>div>ul {
  margin-left: 32px;
}

span.badge {
  float: none !important;
  margin-left: 14px !important;
}

.card .card-title {
  font-size: 1.2vw !important;
}

.collection .title-front {
  font-weight: 500;
}

.statsContainer {
  margin-top: 50px;
}

.statsOverallContainer {
  margin-top: 25px;
}

.adminCards {
  color: #000
}

a.text-black {
  color: black;
}

a.text-hover-white:hover {
  color: white;
}

a.text-hover-red:hover {
  color: #C91F0C;
}

.sidenav .collapsible-header, .sidenav.fixed .collapsible-header {
  padding: 0 32px !important;
}

.sidenav-admin .collapsible-body li a, .sidenav.fixed .collapsible-body li a {
    padding-left: 70px !important;
}

.sidenav-documentation .collapsible-body li a, .sidenav.fixed .collapsible-body li a {
    padding-left: 50px !important;
}

.sidenav .collapsible-body li a.active {
    background-color: #C91F0C80;
    color: #fff;
}

.sidenav .collapsible-body li a.active i {
    color: #fff;
}

.sidenav i {
    font-size: 1.2rem !important;
}

.secondary-content i {
  color: red;
}

.collapsible-header .end-content {
    position: absolute;
    top: 16px;
    right: 16px;
    margin-top: unset;
}

.collapsible-header .end-content i {
    margin-right: unset;
}

.memberAmount span.badge {
    min-width: 6rem;
    right: 75px;
}

tiny {
  font-size: 50%;
  color: grey;
}

.chbx-granted-perm[type="checkbox"].filled-in:checked+span:not(.lever):after {
  border: 2px solid #C91F0C !important;
  background-color: #C91F0C !important;
}

.collection.singlerow li {
  height: 62px;
  line-height: 42px;
}
.collection.singlerow .collection-item.avatar .secondary-content {
  position: absolute;
  top: 10px;
  right: 16px;
  line-height: 42px;
}
.collection.tworow .collection-item.avatar .secondary-content {
  position: absolute;
  top: 22px;
  right: 16px;
}

.operations-card.card {
  height: 175px;
  justify-content: center;
}
.operations-card.card .card-image img {
    width: unset;
    display: unset;
    min-height: 155px;
    height: 12vw;
    max-height: 175px;
}
.operations-collapsible-header.collapsible-header {
  height: 58px;
}

.agendaDays .hidden {
  display: none;
}

.collapsible span.badge.left {
  margin-left: 0px;
  right: unset;
  position: unset;
}

.custom-file-container {
    box-sizing: border-box;
    position: relative;
    display: block;
    color: red;
}
.custom-file-container .label-container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
}

.custom-file-container * {
  box-sizing: border-box;
}


element.style {
    background-image: url(/images/custom-image.svg);
}
.custom-file-container .image-preview {
    background-color: #edede8;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 4px;
    height: 250px;
    overflow: auto;
    padding: 4px;
    transition: background .2s ease-in-out;
    width: 100%;
}

.custom-file-container .image-preview-item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 4px;
    box-shadow: 0 4px 10px #33333340;
    float: left;
    height: 90px;
    margin: 1.858736059%;
    position: relative;
    transition: background .2s ease-in-out,opacity .2s ease-in-out;
    width: 90px;
}

.custom-file-container .image-preview-item-clear {
    background: #edede8;
    border-radius: 50%;
    box-shadow: 0 4px 10px #33333340;
    height: 20px;
    left: -6px;
    margin-top: -6px;
    position: absolute;
    text-align: center;
    transition: background .2s ease-in-out,color .2s ease-in-out;
    width: 20px;
}

.custom-file-container .image-preview-item-clear-icon {
    color: #333;
    display: block;
    margin-top: -2px;
}

.custom-file-container * {
    box-sizing: border-box;
}

.custom-file-container .input-hidden {
    height: 40px;
    margin: 0;
    max-width: 100%;
    min-width: 300px;
    opacity: 0;
}

.custom-file-container .input-container {
    display: inline-block;
    height: 40px;
    margin-bottom: 8px;
    position: relative;
    width: 100%;
}

input[type="file" i] {
    appearance: none;
    background-color: initial;
    cursor: default;
    align-items: baseline;
    color: inherit;
    text-overflow: ellipsis;
    white-space: pre;
    text-align: start !important;
    padding: initial;
    border: initial;
    overflow: hidden !important;
}

input {
    writing-mode: horizontal-tb !important;
    /* font-style: ;
    font-variant-ligatures: ;
    font-variant-caps: ;
    font-variant-numeric: ;
    font-variant-east-asian: ;
    font-weight: ;
    font-stretch: ;
    font-size: ;
    font-family: ; */
    text-rendering: auto;
    color: fieldtext;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: auto;
    -webkit-rtl-ordering: logical;
    cursor: text;
    background-color: field;
    margin: 0em;
    padding: 1px 2px;
    border-width: 2px;
    border-style: inset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
}

.custom-file-container .input-visible {
    background-clip: padding-box;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #c0c0af;
    color: #333;
    height: 40px;
    left: 0;
    line-height: 1.5;
    overflow: hidden;
    padding: 8px 12px;
    position: absolute;
    right: 0;
    top: 0;
    user-select: none;
    z-index: 5;
}

.custom-file-container .browse-button {
    background-color: #edede8;
    border-left: 1px solid #c0c0af;
    color: #333;
    display: block;
    height: 38px;
    padding: 8px 12px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 6;
}

.custom-file-container .clear-button {
  background-color: #edede8;
  border-left: 1px solid #c0c0af;
  color: red;
  font-weight: bold;
  display: block;
  height: 38px;
  padding: 8px 12px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 6;
}

.dropdown-content.lng {
  width: 50px !important;
  top: 64px !important;
}

.fullHeight{
  height: 84vh;
}

.lastHeight{
  height: 25vh;
}

.thirdHeight{
  height: 26.9vh;
}

.twothirdHeight{
  height: 55.6vh;
}

h3.underlines {
  border-bottom: 4px solid #C91F0C;
  width: 90%;
  display: block;
}
.dash h3{
  margin: unset;
  margin-bottom: 1rem;
}

.valign{
  align-items: center;
  display: flex;
  justify-content: center;
}

.suggestionGroup {
  background: #C91F0C;
  color: #FFF;
  border-radius: 25px;
  margin: 0px 25%;
  padding: 20px 0px;
}



.geeks {
    padding: 200px;
    text-align: center;
}

section {
    width: 100%;
    min-height: 500px;
}

.pattern {
    position: relative;
    background-color: #3bb78f;
    background-image: linear-gradient(315deg,
                    #3bb78f 0%, #0bab64 74%);
}

.pattern:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 215px;
    background: url(wave.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.row .chips .input {
	width: 200px !important;
}


/* .row{ display: flex; align-items: center;}

#26a69a
#e01300
#C91F0C 
# Alternative color: bd2519

*/

.card span.badge {
    float: right !important;
    margin-right: unset !important;
}

li.disabled>span {
  color: grey !important;
}

.analyticsOverviewBodyLoader {
  text-align: center;
  margin-top: 30vh;
}

.readStatusUser{
  display: flex;
  align-items: center;
}

.readStatusUser>span{
  margin-left: 10px;
}

.readStatusUserColumnContainer{
  column-count: 2;
  column-gap: 20px;
  width: 500px;
}

.opLink>a{
  color: rgba(0,0,0,0.87);
}

.image-status-circle{
  position: absolute;
  top: 36px !important;
  right: 0px;
  width: 20px;
  height: 20px;
  background-color: red;
  border-radius: 50%;
  left: 40px !important;
  border: 2px solid white;
}

.image-status-circle-3{
  position: absolute;
  top: 47px !important;
  right: 0px;
  width: 20px;
  height: 20px;
  background-color: red;
  border-radius: 50%;
  left: 40px !important;
  border: 2px solid white;
}

.image-status-circle-dash{
  top: 47px !important;
  right: 0px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 40px !important;
  border: 2px solid white;
  margin-right: 10px;
}

/* Article Gallery */
.artImgGalleryRow {
  margin-top: 50px;
  margin-bottom: 0px !important;
}
.artImgGallery {
  margin: 1px;
  width: unset !important;
}
.attachments {
  width: 75px;
  height: 75px;
  object-fit: cover;
  border-radius: 15%;
  box-shadow: 3px 3px 7px 0px #000;
}
.pdf{
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
.pdfAtt{
  background-color: #C91F0C !important;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

#lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    /* margin-top: 32px; */
}

.hidden {
  display: none !important;
}

.lightbox-content {
    /* position: relative; */
    display: flex;
  justify-content: center;
  align-items: center;
}

#lightbox-img {
    max-width: 80%;
    max-height: 80%;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

.nav-btn {
    font-size: 40px;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.prev-btn {
    left: 10px;
}

.next-btn {
    right: 10px;
}

.noData{
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: grey;
  margin-top: 75px;
}

.icon-line-center {
  margin-bottom: 3px;
  vertical-align: middle !important;
}

.settings-collapsible-icons{
  margin-top: 25px;
}
.settings-collapsible-icons i{
  width: 24px;
  color: rgba(0,0,0,0.54);
}

.status-row{
  margin-top: 50px;
  margin-bottom: 0px !important;
}

.chart {
  /* width: 300px;
  height: auto;
  border: 1px solid #ccc; */
  display: flex;
  flex-direction: column-reverse;
  align-items: stretch;
}

.bar {
  flex: none;
  height: 30px;
  background-color: steelblue;
  margin-bottom: 5px;
  border-radius: 10px;
  position: relative;
  display: flex;
  justify-content: space-between; /* Space elements inside bar */
}

.label {
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  padding-left: 10px;
  line-height: 30px;
}

.percentage {
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-align: right; /* Align percentage to the right */
  padding-right: 10px; /* Add padding to the right of the percentage */
  line-height: 30px;
}

.pageMapper{
  margin: 0;
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Arial, sans-serif;
}

.pageCenter{
  text-align: center;
  padding: 20px;
  border-radius: 8px;
}



.center-buttons {
  display: flex;
  gap: 10px;
  /* justify-content: center; */
  align-items: center;
}

.nav-buttons {
  display: flex;
  gap: 1rem;
  /* justify-content: center; */
  align-items: center;
  margin-top: 2rem;
}

.circle-button {
  background-color: transparent;
  border: 1px solid #bbb;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  color: #bbb;
  transition: border-color 0.2s, color 0.2s, transform 0.2s;
}

.circle-button:hover,
.circle-button:focus {
  border-color: #C91F0C;
  color: #C91F0C;
  background-color: transparent;
}

.circle-button:active {
  background-color: transparent;
}

.icon {
  width: 20px;
  height: 20px;
}
