@charset "utf-8";
#chartdiv {
  width: 100%;
  height: 75vh;
}

.modalp{
  display: none;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.modalp[open] {
  display: flex;
  opacity: 1;
  position: fixed;
  visibility: visible;
}
.model-inner {
    background-color: #c0d9bd;
    position: fixed;
    padding: 35px;
    margin: 0 20px;
    text-align: center;
    top: 20%;
	max-width: 550px;
	height: 100%;
	max-height: 600px;
	overflow-y: scroll;
}
.popimg{
 max-width: 100%;
 max-height: 350px;
 width: 100%;
 object-fit: cover;
 object-position: top;
}
.modal-close{
    background: none;
    border: none;
    font-size: 25px;
	cursor: pointer;
}
.modal-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 20px;
  position: absolute;
  z-index: 1;
  top: 12px;
  right: 11px;
}
.grid_04 .slick-prev::before, .grid_04 .slick-next::before{ color: #000;
    font-size: 24px;}
#modal-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: black;
  opacity: 0.5;  
}

.model-inner::-webkit-scrollbar {
    width: 6px;
    background-color: #c0d9bd;
    scrollbar-width: thin;
}
.model-inner::-webkit-scrollbar-thumb {
    background-color: #1d4934;
    border-radius: 5px;
}

