body {
    background-color: white;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

* {
    box-sizing: border-box;
}

.container {
    display: grid;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    /* background-image: url("https://thumbs.dreamstime.com/z/monochrome-seamless-pattern-diagonal-random-lines-abstract-texture-black-white-backdrop-plaid-fabric-plain-55458578.jpg"); */
}
.grid {
    display: grid;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
}

.footer {
    position: fixed;
    bottom: 0px;
    height: 3vh;
    width: 100vw;
    text-align: center;
    /* background-color: white; */
}
.footercontent {
    display: flex;
    justify-content: center;
    align-items: center;
}

.left {
    position: fixed;
    top: 0;
    left: 0;
    height: 96vh;
    width: 50vw;
    margin: 5px;
    background-color: white;
    overflow: auto;
    border: 5px solid black;
}

#textarea-left {
    resize: none;
    height: 99%;
    width: 100%;
    padding: 10px;
    border: none;
    outline: none;
    border-radius: 0;
    overflow-y: auto;
}

.right {
    display: flex;
    flex-direction: column;
    position: fixed;
    height: 96vh;
    width: 49vw;
    margin: 5px;
    top: 0;
    right: 0;
    background-color: white;
    border: 5px solid black;
}

.righthaha {
    margin: 2px;
}

.title {
    background-color: black;
    color: white;
    cursor: pointer;
    height: 5vh;
    width: 48vw;
    border: 3px solid black;
    text-align: center;
    font-size: 15px;
}

.toggle, .title:hover {
    background-color: #1a1d24;
}

.content {
    font-size: 1 rem;
    height: 50vh;
    overflow: hidden;
}

.righthaha.content {
    background: white;
    height: 40vh;
    opacity: 1;
    color: #fff;
    transform-origin: top;
    border: none;
}

.righthaha.content.toggle {
    height: 0;
    padding: 0;
    opacity: 0;
    transform: scaleY(0);
}

#entity-form {
    display: grid;
    color: black;
    grid-template-rows: 2fr 1fr;
    grid-gap: 10px;
    margin: 10px 0px 10px 20px;
}

/* label { */
/*     grid-column: 1/2; */
/* } */
/*  */
/* input,  */
/* button { */
/*     grid-column: 2/3; */
/* } */

label {
    float: right;
    margin-right: 10px;
    padding: 3px;
    color: black;
    font-weight: bold;
}

input {
    padding: 3px;
    box-shadow:  5px 5px 10px -1px black, -5px -5px 10px -1px white;
    font-size: 12px;
    font-weight: 400;
    width: 300px;
    margin-right: 50px;
}

.maincolumn {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 45vw;
    margin-left: 20px;
}

.column1 {
    display: grid;
    grid-template-columns: 1fr 5fr;
    row-gap: 10px;
}

.column2 {
    display: grid;
    grid-template-columns: 1fr 5fr;
    row-gap: 10px;
}

/* .add-entity-collection { */
/*     display: inline; */
/*     grid-template-columns: 1fr 1fr; */
/*     position: relative; */
/*     margin-left: 80px; */
/*     width: 15vw; */
/*     text-align: center; */
/* } */
/*  */

.add-entity-collection {
    width: 45vw;
    margin-left: 20px;
    padding-left: 250px;
}

.needed {
    display: inline-block;
}

.create-entity {
    height: 25vh;
    width: 45vw;
    position: relative;
    margin-left: 40px;
    overflow: auto;
    /* remove border and overflow-x later  */
    overflow-x: hidden;
}

.create-entity-text {
    height: 20vh;
    width: 45vw;
    /* margin: 0 auto; */
}


.create-entity-buttons {
    width: 40vw;
    margin-top: 2px;
    margin-left: 20px;
    padding-left: 250px;
}

/* #create-buttons { */
/*   margin-right: 20px; */
/* } */

#textarea-right {
    resize: none;
    height: 100%;
    width: 100%;
    border: 4px solid black;
}

/* .entity-buttons-title { */
/*   text-align: center; */
/*   padding: 5px; */
/* } */

.footerhaha {
    margin: 2px;
    background-color: white;
}

.title2 {
    background-color: black;
    color: white;
    height: 5vh;
    width: 48vw;
    border: 3px solid black;
    text-align: center;
    font-size: 15px;
    pointer-events: none;
}

.content2 {
    height: 81vh;
    font-size: 1 rem;
    overflow: auto;
    background-color: white;
}

.entity-buttons-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* margin: 0 auto; */
    /* justify-content: center; */
    /* grid-auto-rows: minmax(40px, auto); */
    background-color: white;
    /* width: 100%; */
}

.ctba {
  background-color: #222;
  border-radius: 4px;
  border-style: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Farfetch Basis","Helvetica Neue",Arial,sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  max-width: none;
  min-height: 30px;
  min-width: 10px;
  outline: none;
  overflow: hidden;
  padding: 6px 5px 4px;
  text-align: center;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 20%;
}

.ctba:hover {
  opacity: .65;
}

.ctb {
    appearance: none;
    background-color: #000000;
    border: 2px solid #1A1A1A;
    border-radius: 15px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Roobert,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    min-height: 10px;
    min-width: 0;
    outline: none;
    padding: 4px 4px;
    text-align: center;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 100%;
    will-change: transform;
}

.ctb:disabled {
    pointer-events: none;
}

.ctb:hover {
    /* box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px; */
    box-shadow: none;
    transform: translateY(-2px);
}

.ctb:active {
    box-shadow: none;
    transform: translateY(0);
}

.ctbr {
  background-color: #fff;
  border: 2 solid #000000;
  /* border-radius: 10px; */
  box-sizing: border-box;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: "Basier circle",-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  min-height: 30px;
  min-width: 70px;
  margin-right: 10px;
  padding: 6px;
  text-align: center;
  text-decoration: none #0d172a solid;
  text-decoration-thickness: auto;
  transition: all .1s cubic-bezier(.4, 0, .2, 1);
  box-shadow: 0px 1px 2px rgba(166, 175, 195, 0.25);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.ctbr:hover {
  background-color: #000000;
  color: #fff;
}
/*  */
/* @media (min-width: 768px) { */
/*   .ctbr { */
/*     font-size: 1.125rem; */
/*     padding: 1rem 2rem; */
/*   } */
/* } */
