body {
  position: relative;
}

img.slide-image:hover,
img.slide-image:focus {
  cursor: pointer;
}

.clbd-modal-box {
  position: fixed;
  left: 0; top: 0;
  width: 100%; height: 100%;
  z-index: 100;
  display: none;
}

.clbd-modal-box-dim {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  display: flex;
  justify-content: center;
  align-items: start;
  background: rgba(0,0,0, 0.4);
  /* padding: 30px 20%; */
}

.clbd-modal-box-content {
  /* display: table; */
  width: 80%; /* min-height: 80%; */
  /* display: flex;
  justify-content: center;
  align-items: start; */
  position: relative;
  background: white;
  margin-top: 100px;
}

.clbd-modal-box-close {
  width: 40px; height: 40px;
  /* line-height: 40px; */
  display: block;
  position: absolute;
  top: 10px; right: 8px;
  font-size: 40px;
  color: gray;
}

.clbd-modal-box-close:hover,
.clbd-modal-box-close:focus {
  cursor: pointer;
  color: black;
}

.clbd-modal-box-wrapper {
  margin: 20px;
  overflow: auto;
  /* height: 80vh; */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  /* display: table-cell; */
}

.clbd-modal-box-image-wrapper {
  /* margin-top: 50px; */
  /* width: 80%; */
}

.clbd-modal-box-title {
  display: table-cell;
  font-weight: bold;
  font-size: 1.4rem;
}
.clbd-modal-box-preview-bar{
  display: none!important;
}


.clbd-modal-box-image {
  max-height: 60vh;
  /* display: table-cell; */
  /* width: 100%; height: 100%; */
}

.clbd-modal-box-image:hover {
  cursor: pointer;
}

.clbd-modal-box-preview-bar {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 90px;
}

.clbd-modal-box-arrow>img{
  width: 50px;
  height: 50px;
}
.clbd-modal-box-arrow {
  color: rgb(156, 156, 156);
  width: 40px; height: 40px;
  font-size: 40px;
  display: block;
  position: absolute;
  top: 40%;
  color: #26863c;
}
.clbd-modal-box-arrow:hover,
.clbd-modal-box-arrow:focus {
  cursor: pointer;
  color:rgb(97, 97, 97);
  color: #26863cd4;
}

.clbd-modal-box-backward {
  left: 0px;
}

.clbd-modal-box-forward {
  right: 0px;
}

.clbd-modal-box-previews {

}

.clbd-modal-box-thumbnail-wrapper {
  height: 100%;
  padding: 7px;
}

.clbd-modal-box-thumbnail {
  height: 76px;
}

.clbd-modal-box-thumbnail:hover {
  cursor: pointer;
  /* border: solid 2px rgb(226, 226, 226); */
}

.clbd-modal-box-thumbnail.active {
  border: solid 2px rgb(214, 214, 214);
}

