:root {
  --c1: rgb(136, 146, 191);
  --c2: rgb(80, 90, 147);
  --color-text: rgb(50 77 103 / 1);
  --c3: white;
  --text-volor: rgb(50 77 103 / 1);
  --under-line-color: rgb(50 77 103 / 1);
  --font-montserrat: "Montserrat", sans-serif;
  --color-background:rgb(50 50 50 / 5%);
}

body {
  background-color: var(--color-background);
}

p {
  margin: 0;
  margin-bottom: 5px;
}
.job-title {
  font-family: var(--font-montserrat);
  font-size: 17px;
  color: #044e53;
  font-weight: 600;
  margin: 0;
}

.duration {
  font-family: var(--font-montserrat);
  line-height: 1.5;
  font-size: 1rem;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  margin-bottom: 1.25rem;
  color: #617d98;
 
  font-weight: 600;
}

.left-panel {
  background-color: var(--c3);
  color: var(--text-volor);
  /* text-shadow: 0px 1px 2px black; */

  box-shadow: 1px 1px 2px rgb(0, 0, 0, 0.25);
}
.right-panel {
  background-color: white;
  border-radius: 8px;
   box-shadow: 0px 1px 2px rgb(0, 0, 0, 0.25); 
  margin-bottom: 10px;
  
}

.h2-mod {
  color: #044e53;
  margin: 0;
  padding: 0;
  padding-top: 20px;
  padding-bottom: 4px;
  padding-left: 15px;
  padding-right: 15px;

  box-sizing: border-box;
  /* border-bottom: 2px solid var(--under-line-color); */
  /* letter-spacing: 0.1rem; */
  text-transform: capitalize;
  margin-bottom: 0.75rem;
  font-family: "Font Awesome 5 Free";
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
}

.right-panel h2 {
  /* border-bottom: 2px solid grey; */
  padding-top: 20px;
  padding-bottom: 0px;
}

.id-photo {
  width: 100%;
  height: 200px;
  background-image: url("/assets/id.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 2px solid black;
}

.p-bold {
  font-weight: 400;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 21px;
}

.inner-ul {
  padding: 0;
  font-family:  sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  list-style-position: inside;
  list-style-image: url(/static/images/bullet.svg);
}

.right-panel .inner-ul {
  padding-left: 5px;
  font-size: 16px;
  font-weight: 500;
    line-height: 25px;
     
  list-style-position: inside;
  -webkit-font-smoothing: antialiased;
}

.div-flex {
  justify-content: start;
  display: flex;
  flex-wrap: wrap;
}

.img-icon {
  width: 42px;
  height: 42px;
}

.div-vert {
  display: flex;
  flex-direction: column;
  align-items: center;

  padding: 5px 0px;
  width: 70px;
  transition: all ease-in-out 0.1s;
  margin: 2px;
}

.div-vert:hover {
  cursor: pointer;
  background-color: greenyellow;
  border-radius: 8px;
  transition: all ease-in-out 0.15s;
}

.tech-icon {
}

.tech-years {
  line-height: 28px;
  padding: 1px 5px;
  text-align: right;
  font-size: 12px;
  font-weight: 700;
}

.tech-years::after {
  content: " years";
}

.div-job {
padding: 10px;
    /* border-radius: 315px 133px; */
    /* background-color: white; */
    margin-bottom: 0px;
    margin-top: 12px;
    /* padding-left: 15px; */
    /* box-shadow: 0 1px 6px 1px rgb(1 1 1 / 10%); */
    border: 0px solid rgba(1, 1, 1, 0.15);
 
}
.p-sub-title {
  color: darkslateblue;
  font-weight: 500;
  margin-bottom: 4px;
}
.job-location {
  color: #2e9cc1f0;
  font-family: var(--font-montserrat);
  font-size: 17px;

  margin: 0;
 
  font-weight: 600;
}

.div_photos_gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  border: 1px solid lightgray;
  padding: 3px;
  border-radius: 5px;
}
.p-summary {
  font-family: var(--font-montserrat);
  font-size: 15px;
  font-weight: 500;
  color: var(--text-volor);
}
@media screen and (max-width: 600px) {
  .div-job {
    font-size: 14px;
  }
  .p-sub-title {
    font-size: 16px;
  }
  .p-bold {
    font-size: 18px;
  }
  .duration {
    font-size: 14px;
  }
  .job-location {
    font-size: 14px;
  }
  .job-title {
    font-size: 18px;
  }
  .p-education {
    font-size: 13px;
  }
  .p-summary {
    font-family: var(--font-montserrat);

    font-size: 14px;
  }

  .div_photos_gallery {
    justify-content: space-evenly;
  }
}

.cv-name {
  padding-bottom: 4px;
  
  font-size: 24px;
  padding: 6px;
  text-align: center;
  padding-bottom: 12px;
}

.div-keyval {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: var(--font-montserrat);
  font-size: 15px;
  font-weight: 500;
}

.img-keyval {
  width: 24px;
  height: 24px;
}

.div-keyval .icon {
  margin-right: 8px;
  display: inline-block;
  color: var(--text-volor);
  text-shadow: none;
  width: 15px;
}

.job-header {
  background-color: rgb(241 245 248);
  border-bottom: 1px solid #cfd9e0;
  padding: 6px 16px;
  border-radius: 8px 8px 0 0;
}

.job-body {
  padding-left: 15px;
}

.inner-ul li {
 
  background: url(/static/images/bullet.svg) no-repeat left center;
  padding: 0px 2px 1px 30px;
  list-style: none;
  margin: 0;
  margin-top: 4px;
}

.link {
  background-color: teal;
  color: white;
  display: block;
  padding: 5px 12px;
  font-size: 18px;
  text-align: center;
  transition: all ease-in-out 0.1s;
  text-decoration: none;
}
.link:hover {
  background-color: darkorchid;
  color: white;
  text-decoration: none;
}

#div_content {
  /* background-color: white; */
  padding-top: 10px;
}

.profileImage {
  width: 103px;
  height: 103px;
  float: none;
  margin: 0 auto;
  border-radius: 50% !important;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.9);
  background-position: 5px 0px;
  background-repeat: no-repeat;
  background-size: 90px 112px;
  /* border: 2px solid black; */
  background-color: white;
}
