.top-container {
  background-color: red;
  height: 70vh;
  width: 100%;
}
*,
html,
body {
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}
.body_container {
  background-color: #ffffff;
  height: 100vh;
  grid-template-columns: 0.2fr 0.8fr;
  display: grid;
  /* grid-template-rows: 1fr 0.5fr; */
  /* display: flex;
  flex-direction: row-reverse; */
}
.top_section {
  background-color: #fff;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  display: grid;
  grid-template-rows: 0.6fr 0.4fr;
  grid-gap: 12px;

  border-left: 26px dashed #e4e4e4e4;
  border-left-style: dotted;
  margin-left: 10px;
  margin-top: 10px;
}
.content_box {
  display: grid;
  grid-auto-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  width: 96%;
  margin: 0 auto;
  gap: 8px;
}
.display_box {
  width: 100%;
  background-color: #f4fafb;
  /* box-shadow: 0 6px 10px 2px #32323266; */
  height: 95%;
  margin: 1% auto;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  border: 1px solid #cccccc;
}
.content_box_title {
  font-weight: bold;
  text-align: center;
  font-size: larger;
  text-transform: uppercase;
  background-color: #3b3434;
  padding: 4px;
  color: #ffffff;
  margin: 0;
}
.content_box_body {
  width: 100%;
  max-height: 58vh;
  overflow: auto;
  display: flex;
}
.content_box_body pre {
  /* background-color: red; */
  padding: 12px;
  height: auto;
  overflow: auto;
}
.footer {
  width: 100%;
  /* height: 100%; */
  background-color: #7700ff;
  /* padding: 10px; */
  display: flex;
  flex-direction: column;
  overflow-x: hidden;

  max-height: 100vh;
  overflow-y: auto;
}
.text_step {
  text-align: center;
  padding: 4px;
  text-transform: capitalize;
  color: #e4e4e4;
  font-weight: bold;
  background-color: #3b3434;
  border-right: 1px solid #ffffff;
  font-size: 14px;
}
.footer_child {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.footer_child p {
  margin: 0 !important;
  padding: 10px 20px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: inset -1px 2px 8px 4px #4948486b;
}
.footer p:first-child {
  width: 30%;
  background: #f8f7ff;
  color: #565656;
}
.footer p:last-child {
  background-color: #bfbdbd;
  width: 70%;
}
.footer_child:hover {
  cursor: pointer;
}
.active-menu p:first-child,
.footer_child:hover p:first-child {
  background: linear-gradient(200deg, #fab825, #e815bb);
  transform: scale(1.05);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #ffffff;
}
.active-menu p:last-child,
.footer_child:hover p:last-child {
  background: aliceblue;
  color: orange;
}
.footer_child:active {
  filter: blur(1px);
}
.blocked {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 22;
  background: rgba(200, 200, 200, 0.7);
  width: 100%;
  height: 100%;
  filter: blur(1);
  cursor: no-drop;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-modal {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-modal-body {
  background: linear-gradient(to top right, #fff, #e4e4e4);
  width: 400px;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
}
.custom-modal-body p {
  font-size: 2rem;
  text-transform: capitalize;
  font-weight: bold;
  margin-bottom: 2px;
}
.custom-modal-body span {
  transition: opacity 2s linear;
  display: block;
}
.pre-text {
  background: linear-gradient(45deg, #ba55ff, #0974ff);
  display: inline-flex;
  color: white;
  /* font-size: 1rem; */
  border-radius: 12px;
}

.sidemenu {
  position: absolute;
  top: 0;
  right: -250px;
  width: 300px;
  height: 50px;
  padding-top: 4px;
  padding-left: 100px;
  z-index: 9999;
  transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.sidemenu:hover {
  right: 0 !important;
}

.heat-map {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  margin-left: -15px;
  margin-top: -45px !important;
}
.heat-map > button {
  padding: 2px !important;
}

.content_box_body {
  overflow-y: auto;
}

#display_section {
  width: 100% !important;
}

.text-area {
  width: 100%;
}

.top_section_footer_child {
  display: none;
  height: 100%;
  width: 96% !important;
  margin: 0 auto;
}
.active-item {
  display: block !important;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
}
.form-control {
  font-size: 12px !important;
}

.menu-toggle {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}
.menu-small {
  grid-template-columns: 0.1fr 0.9fr !important;
}
.menu-small > .footer > .footer_child > p:last-child {
  display: none;
}

.menu-small > .footer > .footer_child > p:first-child {
  width: 100%;
}

.title {
  background: #7700ff;
  padding: 10px 15px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  box-shadow: -1px 2px 16px 0px #272727f2;
  color: white;
}
