@import url("https://fonts.googleapis.com/css2?family=Space+Mono&display=swap");
body {
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  font-family: "Space Mono", monospace;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.containero {
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
}

.sidebaro {
  position: fixed;
  padding: 15px;
  height: 100%;
  width: 15vw;
  color: #dfe6f4;
  background-color: #354b63;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.sidebaro button {
  margin-top: 70px;
  background-color: #354b63;
  width: 90%;
  border: none;
  padding: 5px;
  height: 40px;
  color: #dfe6f4;
  font-size: 1rem;
  border: 2px solid #dfe6f4;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.sidebaro button:hover {
  background-color: #c5e4e7;
  color: #354b63;
}

.sidebaro .pieInSidebar {
  margin-top: 40px;
}

.faltu {
  height: 100%;
  width: 15vw;
}

.sidebaro h3 {
  padding: 5px;
  margin: 0;
  font-size: 1.5rem;
}

.sidebaro ul li {
  list-style: none;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.sidebaro ul li a {
  text-decoration: none;
  color: #dfe6f4;
}

.mainbar {
  width: 85vw;
  min-height: 100vh;
  padding: 10px;
}

.mainbar .headero {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
}

.mainbar .headero h2 {
  padding: 1px;
  padding-left: 15px;
  margin: 0;
  font-size: 1.5rem;
}

.mainbar .headero button {
  background-color: #354b63;
  width: 90%;
  border: none;
  padding: 5px;
  height: 40px;
  color: #dfe6f4;
  font-size: 1rem;
  border-radius: 5px;
  cursor: pointer;
}

.mainbar .headero button:hover {
  background-color: #c5e4e7;
  color: #354b63;
}

.dateChoosing {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  width: 80%;
  margin: 3vw auto;
}

.dateChoosing label {
  padding: 5px;
  display: block;
  font-size: 1rem;
}

.filters {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  width: 80%;
  margin: 3vw auto;
}

select {
  border-radius: 5px;
}

select option {
  background-color: #d6e2f3;
  border-radius: 5px;
  color: #354b63;
  font-size: 1rem;
  padding: 5px;
}

.charts {
  padding: 5px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 3fr;
      grid-template-columns: 2fr 3fr;
}

.charts .salesSection .row2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

.charts .chart1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 240px;
}

.chart1 .salesSection {
  padding-left: 7px;
  border-left: 2px solid #354b63;
}

.chart1 .salesSection .row1 {
  padding-bottom: 13px;
}

.chart1 .salesSection .label {
  font-weight: 600;
  color: #354b63;
}

.pie_sales {
  position: relative;
  top: -10px;
  left: 0px;
}

.inputDate input {
  width: 90%;
  padding: 5px;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  background-color: #c8d8ee;
}

.filter select {
  display: block;
  width: 90%;
  padding: 5px;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  background-color: #c8d8ee;
}

table {
  border-radius: 5px;
  border: 3px solid #e7eaee;
  padding: 5px;
  width: 98%;
  margin: 10px 0;
  border-collapse: collapse;
  background-color: white;
}

table th {
  background-color: #354b63;
  color: white;
}

table h5 {
  height: 100%;
}

table tbody {
  font-size: 0.9em;
  text-align: center;
}

table td {
  padding: 10px 2px;
  background-color: white;
}

table input {
  width: 40px;
  border: none;
  height: 20px;
  border-radius: 3px;
  background-color: white;
  color: #354b63;
  font-size: 1rem;
  border: 1.5px solid #354b63;
}

table input:focus {
  border: 1.5px solid #354b63;
  outline: 1.5px solid #354b63;
}

table tr td:nth-child(odd) {
  border-right: 2px solid #f1e8e8;
}

table tr td:nth-child(even) {
  border-right: 1px solid #f6f4f4;
}

table tr td:nth-child(14) {
  border-right: 1px solid transparent;
}

table .transparentTH {
  color: white;
  background-color: #354b63;
}

.adTableContainer tr td:nth-child(1),
.campaignTableContainer table tr td:nth-child(1) {
  border-right: 0.5px solid rgba(255, 255, 255, 0.26);
}

.adTableContainer tr td:nth-child(2),
.campaignTableContainer table tr td:nth-child(2) {
  border-right: 0.5px solid rgba(255, 255, 255, 0.26);
}

.adTableContainer tr td:nth-child(3),
.campaignTableContainer table tr td:nth-child(3) {
  border-right: 0.5px solid rgba(255, 255, 255, 0.26);
}

.adTableContainer tr td:nth-child(4),
.campaignTableContainer table tr td:nth-child(4) {
  border-right: 0.5px solid rgba(255, 255, 255, 0.26);
}

.adTableContainer tr td:nth-child(5),
.campaignTableContainer table tr td:nth-child(5) {
  border-right: 0.5px solid rgba(255, 255, 255, 0.26);
}

.headingOfSection {
  color: #354b63;
  font-size: 1.1em;
  padding: 13px 0px;
  padding-bottom: 0;
}

.downArrow {
  color: red;
  font-weight: 900;
  font-size: 1em;
}

.upArrow {
  color: #26c026;
  font-weight: 900;
  font-size: 1em;
}

tbody tr td .downArrow {
  color: red;
  font-weight: 900;
  font-size: 1em;
}

tbody tr td .upArrow {
  color: #26c026;
  font-weight: 900;
  font-size: 1em;
}

.campaignSection {
  background-color: #a5c0e3;
  border-radius: 5px;
  width: 98%;
  margin: 10px 0;
  padding: 15px;
  padding-bottom: 10px;
}

.adSection {
  width: 98%;
  padding-bottom: 10px;
  margin: 10px 0;
  border-radius: 5px;
  background-color: #c9d6e7;
  padding: 15px;
}

.manual-ad {
  padding-bottom: 20px;
}

.configuration1 {
  text-align: center;
  background-color: #bbd0eb;
  border-radius: 5px;
  width: 70%;
  margin: 0 auto;
  padding: 10px 20px;
  margin-top: 50px;
}

.configuration1 .section-header {
  text-align: start;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
}

.configuration1 .section-header h4 {
  text-align: center;
}

.configuration1 .section-body .rowo {
  padding: 10px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr 1fr 1fr;
      grid-template-columns: 2fr 1fr 1fr 1fr;
}

.configuration1 .section-body .rowo input {
  width: 50%;
  border: none;
  border-radius: 3px;
  background-color: white;
  color: #354b63;
  font-size: 1rem;
  border: 1.5px solid #354b63;
  padding-left: 5px;
}

.configuration1 .section-body .rowo input:focus {
  border: 1.5px solid #354b63;
  outline: 1.5px solid #354b63;
}

.configuration2 {
  text-align: center;
  background-color: #bbd0eb;
  border-radius: 5px;
  width: 70%;
  margin: 0 auto;
  font-size: 0.9em;
  padding: 10px 20px;
  margin-top: 50px;
}

.configuration2 .section-header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
}

.configuration2 .section-body .rowo {
  padding: 10px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
}

.configuration2 .section-body .rowo input {
  width: 50%;
  border: none;
  border-radius: 3px;
  background-color: white;
  color: #354b63;
  font-size: 1rem;
  border: 1.5px solid #354b63;
  padding-left: 5px;
}

.configuration2 .section-body .rowo input:focus {
  border: 1.5px solid #354b63;
  outline: 1.5px solid #354b63;
}

.negativeKeywordManagerArea button {
  background-color: #354b63;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  padding: 5px 20px;
  height: 40px;
  color: #dfe6f4;
  font-size: 1rem;
  border-radius: 5px;
  cursor: pointer;
}

.negativeKeywordManagerArea .negativeKeywordManagerTrigger {
  margin-top: 20px;
}

.negativeKeywordManagerArea .hiddenArea {
  padding: 10px 0;
  width: 70%;
}

.negativeKeywordManagerArea .hiddenArea ul {
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.negativeKeywordManagerArea .hiddenArea ul li {
  list-style: none;
  color: #354b63;
}

.negativeKeywordManagerArea .hiddenArea .addMoreKeywords {
  margin: 10px 0;
  padding: 3px 6px;
  opacity: 1;
  height: 30px;
  font-size: 0.8em;
}

.negativeKeywordManagerArea .hiddenArea input[type="text"] {
  width: 100%;
  border: none;
  border-radius: 3px;
  height: 30px;
  background-color: white;
  color: #354b63;
  border: 1.5px solid #354b63;
  padding-left: 5px;
}

.negativeKeywordManagerArea .hiddenArea input[type="text"]:focus {
  border: 1.5px solid #354b63;
  outline: 1.5px solid #354b63;
}

.negativeKeywordManagerArea .hiddenArea .addMoreOfThem {
  padding: 3px;
  height: 25px;
  font-size: 0.7em;
}

.negativeKeywordManagerArea input[type="radio"]:after {
  width: 10px;
  height: 10px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #dfe6f4;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}

.negativeKeywordManagerArea input[type="radio"]:checked:after {
  width: 10px;
  height: 10px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #354b63;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}

.negativeKeywordManagerArea .keywordInputed {
  width: 70%;
}

.adSection .negativeKeywordManagerTrigger {
  margin-top: 0px;
}

.adSection .sectionA1 {
  padding-bottom: 0;
}
/*# sourceMappingURL=style.css.map */