* {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;

}

:root {
  --primary-color: #0e61ad;
}

.main-container {
  /* display: flex; */
  border-radius: 5px;
  /* overflow: hidden; */
  /* box-shadow: 1px 0px 12px -1px #000000; */
}

.header {
  margin: 0px;
}

body {
  display: flex;
  justify-content: center;
}

.body-content {
  width: 8.2in;
  margin: 0px;
}

.summary-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  /* font-size: 13px; */
}

.summary-description {
  /* font-size: 13px; */
}

.header-and-summary {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.header-and-contact {
  display: flex;
  justify-content: space-between;
}

.icon-image {
  height: 15px;
  margin-right: 5px;
}

.tab-item {
  height: 18px;
  display: flex;
  padding: 3px 3px;
  width: max-content;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ccc; 
  font-size: 12px;
}

.tab-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 5px;
  row-gap: 5px;
}

.item-section {
  margin-block: 10px;
}

.header-items {
  color: #000;
  display: flex;
  justify-content: space-between;
}

.section-title {
  text-decoration: underline;
  color: #000;
  margin-bottom: 10px;
}

.more-info {
  color: #333;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.content {
  padding: 10px;
  font-size: 15px;
}

.tab-item-text {
  width: max-content;
}

.employer-name {
  font-style: italic;
  margin: 0px;
}

.list-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 10px;
}

.tools-icons {
  display: flex;
  column-gap: 3px;
  margin: auto 3px;
}

list-item,
icon-item,
experiennce-box {
  display: block;
}

.employment-title {
  font-size: large;
  margin: 0px;
}

.item-subtitle {
  font-size: small;
}

h3 {
  margin: 5px 0px;
  text-decoration: underline;
}

a:visited,
a {
  color: #000;
}

.sidebar-items a:visited,
.sidebar-items a {
  color: #000;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px;
  align-self: baseline;
  font-size: 12px;
  width: 100%;
  grid-column: 1 / span 3
}

.footer-link {
  flex: 1;
  display: flex;
  justify-content: center;
}

.footer-link img {
  width: 12px;
  height: 12px;
}

.footer-link a {
  padding: 7px;
  border-radius: 2.5px;
  text-decoration: none;
  align-items: center;
  display: flex;
  gap: 5px;
  background-color: var(--primary-color);
  color: white;
}

.footer > p {
  display: flex;
  margin: 0px;
}

.buttons {
  grid-column: 1 / span 3
}
@media print {
  .main-container {
    box-shadow: none;
    border-radius: 0px;
  }


  .buttons {
    display: none;
  }

  .sidebar-items {
    /* padding: 10px; */
    background-color: var(--primary-color) !important;
    color: #fff !important;
    min-width: 200px;
    -webkit-print-color-adjust: exact !important;
  }
}

/* 
ul {
  padding-left: 20px;
} */