//*Two column DND*//
@font-face {
  font-family: 'Salesforce Sans regular';
  src: url("/files/sims/fonts/SalesforceSans-Regular.woff2") format("woff2"), url("/files/sims/fonts/SalesforceSans-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap; }

@font-face {
  font-family: 'Salesforce Sans bold';
  src: url("/files/sims/fonts/SalesforceSans-Bold.woff2") format("woff2"), url("/files/sims/fonts/SalesforceSans-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap; }
:root {
  --blue1: #16325C;
  --blue2: #eaf5fe;
  --generate: #bc0560;
}
body {
  margin: 0;
  background-color: #f5f5f5;
  font-family: 'Salesforce Sans regular', sans-serif;
}
button {
  font-family: 'Salesforce Sans regular', sans-serif;
  color: hsl(208,100%,41.17647058823529%);
  box-shadow: 0 0 0 1px hsl(0deg 0% 0% / 10%);
  border: solid transparent 1px;
  background-color:  hsl(0, 0%, 100%);
  border-radius: 4px;
}
.containerall {
  box-sizing: border-box;
  position: relative;
  max-width: 875px;
  min-width: 350px;
}
.grid-container {
  box-sizing: border-box;
  margin: auto;
  max-width: 875px;
  height: 463px;
  overflow: auto;
  background-color: white;
}
#col1title {
  grid-area: a;
  margin-left: 0;
}
#col2title {
  grid-area: b;
  margin-right: 0;
}
#col1data {
  grid-area: c;
}
#col2data {
  grid-area: d;
}

#col1data, #col2data {
  display: flex;
  flex-direction: column;
  padding: 5px;
}

[id^="drag"] {
  min-height: 49.3px;
  padding: 0px 5px;
  border: 1px black solid;
  display: block;
  text-align: left;
  border-radius: 0;
  box-shadow: none;
  font-family: 'Salesforce Sans regular';
}
[id^="drag"]:hover {
  cursor: pointer;
}
[id^="drag"]:first-of-type {
  margin-top: 0px;
}

[id^="drag"]:last-of-type {
  margin-bottom: 0px;
}
#xmlbutton{
  background-color: var(--generate);
  color: #ffffff;
  cursor: pointer;
}
#titleline {
  display: grid;
  grid-template-areas: 'a b';
  grid-template-columns: 50% 50%;
}
#dataline {
  display: grid;
  grid-template-areas: 'c d';
  grid-template-columns: 50% 50%;
  height: 424px;
}
.col1dataaccessible {
  row-gap: 2px !important;
}
.dragdatastart {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px black solid;
  color: black;
  font-size: 15px;
  background-color: white;
}
.dragdataindrop {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px black solid;
  color: black;
  font-size: 15px;
  background-color: white;
}
.dropsingleanswer {
  min-height: 0 !important;
}
.dragaccessible {
  margin-bottom: 0 !important;
  min-height: 0 !important;
  border: none !important;
}
#gridfooter {
  grid-area: e;
  background-color: #E6E6E6;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#gridfooter button {
  font-size: 18px;
  font-family: 'Salesforce Sans bold';
}
#gridfooter button:hover {
  cursor: pointer;
  background-color: #F4F6F9;
}
#notifytext {
  margin-left: 10px;
  font-family: 'Salesforce Sans bold';
}
#footerbuttons {
  text-align: right;
}
.coltitle {
  padding: 4px;
  background-color: #16325C;
  color: white;
  font-size: 20px;
  font-family: 'Salesforce Sans bold';
  margin-left: 2px;
  margin-right: 2px;
}
.colsubtitle {
  font-size: 18px;
  font-family: 'Salesforce Sans bold';
  padding: 1px 0px;
  background-color: #E5E1DF;
  text-align: left;
}
.dropdatanoitems {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px grey dashed;
  color: #C6BEBA;
  font-family: 'Salesforce Sans regular';
  text-align: center;
  font-size: 18px;
  margin-bottom: 4px;
}
.dropdatawithitems {
  display: flex;
  flex-direction: column;
  border: 2px black dashed;
  color: #C6BEBA;
  text-align: left;
  font-size: 15px;
  margin-bottom: 4px;
}
.dragover {
  border: dashed 2px red;
  background-color: #F0F0F0;
}
.dragoverstart {
  background-color: #F0F0F0;
}
.hide {
  display: none;
}
[id^="drag"]:hover {
  cursor: pointer;
}
.dragcorrect {
  background-color: #2F8717;
  color: white;
}
.dragincorrect {
  background-color: #990000;
  color: white;
}
[id^="ariadrag"] {
  margin-left: 5px;
  border: none;
}
[id^="answerariat"] {
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 3px;
  border: none;
  margin-bottom: 0px;
}
select {
  margin-top: 2px;
  font-size: 14px;
  font-family: 'Salesforce Sans regular'
}
#accessbutton {
  margin-left: 10px;
}
#textariaanswer {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  font-family: 'Salesforce Sans bold';
  margin-bottom: 0px;
}

#xmlbutton{
  background-color: var(--generate);
  color: #ffffff;
  cursor: pointer;
}
#exportxml {
  padding-left: 10px;
  padding-bottom: 5px;
  padding-top: 25px;
}
@media only screen and (max-width: 750px) and (min-width: 580px) {
  .coltitle {
    font-size: 18px;
  }
  .colsubtitle {
    font-size: 16px;
  }
  .dragdatastart {
    font-size: 13px;
  }
  #gridfooter button {
    font-size: 16px;
  }
  #notifytext {
    font-size: 14px;
  }
  #col1data {

  }
}
@media only screen and (max-width: 579px) {
  .coltitle {
    font-size: 14px;
  }
  .colsubtitle {
    font-size: 13px;
  }
  .dragdatastart {
    font-size: 11px;
  }
  .dragdatastart {
    padding: 0px 5px;
  }
  .numberbox {
    font-size: 12px;
    padding: 0px 5px;
  }
  .dropdatanoitems {
    font-size: 16px;
    padding: 0px 5px !important;
  }
  .col1dataaccessible {
    font-size: 14px;
  }
  #col1data div, #col2data div, #col3data div {

  }
  #gridfooter button {
    font-size: 12px;
  }
  #notifytext {
    font-size: 10px;
  }
}
