.wgtmsr{
    width: 100px;
}

.AddNewItemButton{
  width: auto;
}


/* @-moz-document url-prefix() { */
/*   h6 { */
/*     background-color:red; */
/*     color: red; */
/*   } */
/* } */


.myline {
  display:flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  text-align: center;
}

.close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  cursor: pointer;
}

.close-button:hover {
  color: red;
}

.list-group.list-group-tree {
  padding: 0;
}

.list-group.list-group-tree .list-group {
  margin-bottom: 0;
}

.list-group.list-group-tree > .list-group > .list-group-item {
  padding-left: 30px;
}
.list-group.list-group-tree > .list-group > .list-group > .list-group-item {
  padding-left: 45px;
}
.list-group.list-group-tree > .list-group > .list-group > .list-group > .list-group-item {
  padding-left: 60px;
}
.list-group.list-group-tree > .list-group > .list-group >  .list-group > .list-group > .list-group-item {
  padding-left: 75px;
}
.list-group.list-group-tree > .list-group > .list-group >  .list-group >  .list-group >  .list-group > .list-group-item {
  padding-left: 90px;
}

.cil-caret-right:before {
  content: "\ea7c"; /*right*/
}
.in > .cil-caret-right:before {
  content: "\ea7a"; /*down*/
}

.resize-none {
  resize: none;
}

.clickable-item {
  text-decoration: none;
  color: inherit;
  display: block;
  width: 100%;
  padding: 5px 0;
}

.clickable-item:hover {
  color: #007bff; /* Adjust hover color */
  text-decoration: underline;
}

#customMemberExpiryDurationContainer input[type="number"] {
  outline: none;
  -moz-appearance: textfield;
  appearance: textfield;
}

#customMemberExpiryDurationContainer input[type="number"]::-webkit-outer-spin-button,
#customMemberExpiryDurationContainer input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#new-user-comment{
  resize: none; 
  overflow: auto; 
  width: 100%;
}

.badge.manual-reservation{
  width: 80px;
}

.link-text-color{
  color: #444444;
}