.detailed-graphic-and-text-info .ant-drawer-wrapper-body {
  display: flex;
  flex-direction: column;
}

.detailed-graphic-and-text-info .ant-drawer-body {
  flex: 1;
  overflow-y: scroll;
  margin-bottom: 75px;
  margin-right: 5px;
}


.detailed-graphic-and-text-info .ant-drawer-body::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.detailed-graphic-and-text-info .ant-drawer-body::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 3px;
}

.detailed-graphic-and-text-info .ant-drawer-body:hover::-webkit-scrollbar-thumb {
  background-color: #ccc;
}

.detailed-graphic-and-text-info .ant-drawer-body:hover::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

.detailed-graphic-and-text-info .ant-drawer-body::-webkit-scrollbar-track {
  background-color: transparent;
}

.detailed-graphic-and-text-info .ant-drawer-body .ql-editor {
  height: auto;
  padding-left: 0;
}

.detailed-graphic-and-text-info .ant-drawer-body .ant-carousel {
  max-height: 100%;
}

.detailed-graphic-and-text-info .ant-drawer-body .ant-carousel .slick-slider,
.detailed-graphic-and-text-info .ant-drawer-body .ant-carousel .slick-slider .slick-list,
.detailed-graphic-and-text-info .ant-drawer-body .ant-carousel .slick-slider .slick-list .slick-track,
.detailed-graphic-and-text-info .ant-drawer-body .ant-carousel .slick-slider .slick-list .slick-track .slick-slide>div {
  height: 100%;
  max-height: calc(100vh - 200px);
}

.detailed-graphic-and-text-info .ant-drawer-body .ant-carousel .slick-slider .slick-list .slick-track .slick-slide>div>img {
  max-height: 100%;
  max-width: 100%;
  width: auto !important;
  height: auto !important;
  display: block !important;
  margin: auto;
  max-height: calc(100vh - 200px);
}





.detailed-graphic-and-text-info .bottom-btn {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #e8e8e8;
  padding: 10px 16px;
  text-align: right;
  left: 0;
  background: #fff;
  border-radius: 0 0 4px 4px;
}


.detailed-graphic-and-text-info .bottom-btn {
  display: flex;
  width: 100%;
  height: 75px;
  padding: 15px 15px 15px 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  align-items: center;
  justify-content: flex-end;
  transition: 0.3s;
  flex-direction: row-reverse;
  justify-content: space-between;
  user-select: none;
}

.detailed-graphic-and-text-info .bottom-btn>div {
  display: flex;
}

.detailed-graphic-and-text-info .bottom-btn.hide {
  bottom: -10%;
}

.detailed-graphic-and-text-info .bottom-btn>.bnt-url:after {
  border: 0;
  box-shadow: none;
}

.detailed-graphic-and-text-info .bottom-btn>.bnt-url {
  flex: 1;
  font-weight: 600;
  font-size: 13px;
  height: 34px;
  margin-right: 10px;
  background: linear-gradient(48deg, rgb(250 82 81), rgb(254 189 85) 100%);
  border: 0;
  box-shadow: none;
  color: #fff;
  max-width: 50%;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}