/* Fonts */

/* Family */
h1 { 
    font-family: 'Now', sans-serif;
  }
icon-size {
    font-size: 0.4cm;
}
  
  h2 { /* Contact, Skills, Education, About me, Work Experience */
    font-family: 'Now', sans-serif;
    font-size: 0.5cm;
    color: #063661;
  }
  
  h3 { /* Accountant */
    font-family: 'Now', sans-serif;
  }
  
  .jobPosition span, 
  .projectName span {
    font-family: 'Source Sans Pro', sans-serif;
  }
  
  .upperCase {
    text-transform: uppercase; 
  }
.skills {
 margin-top: 0.3cm
} 
.exp-info {
  margin-top: 0.3cm;
}
 
  .smallText p {
  font-family: 'Source Sans Pro', sans-serif;
    /*font-family: 'Montserrat',sans-serif;*/
    text-align: justify;
  }
 
  /* End Family */
  
  /* Colors */
  h1 { 
    color: #111; 
  }
  
  .leftPanel, 
  .leftPanel a {
    color: #bebebe;
    text-decoration: none;
  }
  
  .leftPanel h2 {
    color: white;
    letter-spacing: 0.07cm;
  }
  
  /* End Colors */
  
  /* Sizes */
  h1 { 
    font-weight: 300; 
    transform:scale(1,1.15); 
    margin-bottom: 0.2cm;
    margin-top: 0.2cm;
    text-transform: uppercase; 
  }
  
  h2 {
    margin-top: 0.1cm;
    margin-bottom: 0.3cm;
  }
  
  .leftPanel, 
  .leftPanel a {
    font-size: 0.38cm;
  }
  
  .projectName span, 
  .jobPosition span {
    font-size: 0.45cm;
    font-weight: bold;
    color: #063661;
  }
  
  .smallText, 
  .smallText span, 
  .smallText p, 
  .smallText a {
    font-size: 0.4cm;
    
  }
.smallText2,
.smallText2 span,
.smallText2 p,
.smallText2 a {
    font-size: 0.37cm;
}
  
  .leftPanel .smallText, 
  .leftPanel .smallText, 
  .leftPanel .smallText span, 
  .leftPanel .smallText p, 
  .smallText a {
    font-size: 0.4cm;
    
  }
  
  .contact-icon {
    width: 0.5cm;
    font-size: 0.4cm !important;
  }
  
  p {
    /*font-family: 'Montserrat',sans-serif;*/
    font-family: 'Source Sans Pro', sans-serif;
    text-align: justify;
    margin-top: 0.05cm;
    margin-bottom: 0.05cm;
  }
  /* End Sizes */
  
  .bolded {
    font-weight: bold;
  }
  
  .white {
    color: white;
  }
  /* End Fonts */
  
  /* Layout */
  body {
    background: rgb(204,204,204); 
    width: 21cm;
    height: 29.7cm;
    margin: 0 auto;
  }
  
  /* Printing */
  page {
    background: white;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5cm;
  }
  
  page[size="A4"] {  
    width: 21cm;
    height: 29.7cm; 
  }
  
  @page {
     size: 21cm 29.7cm;
     padding: 0;
     margin: 0mm;
     border: none;
     border-collapse: collapse;
  }
  /* End Printing */
  
  .container {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
  }
  .Name{
    font-weight: bold;
    color: #545454;
  }
  .leftPanel {
    width: 28%;
    background-color: #163853;
    padding: 0.7cm;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .telegram-icon {
    font-size: 0.5cm;
    color: #c2c2c2; /* Колір іконки */
    /* transition: transform 0.3s; */
}
 .fa-envelope {
    font-size: 0.5cm;
    color: #c2c2c2; /* Колір іконки */
    /* transition: transform 0.3s; */
}
  .fa-github {
        font-size: 0.5cm; /* Зміна розміру іконки */
        color: #c2c2c2; /* Зміна кольору на типовий для GitHub */
    }

.rightPanel {
    width: 73%;
    padding: 0.5cm 0.6cm;
  }
  
  .leftPanel img {
    width: 4cm;
    height: 4cm;
    margin-bottom: 0.7cm;
    border-radius: 50%;
    border: 0.15cm solid white;
    object-fit: cover;
    object-position: 50% 50%;
  }
  
  .leftPanel .details {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  
  .skill {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .list{
    padding-left: 0cm;
    margin-bottom: 0.05cm;
    margin-top: 0cm;
    list-style-type: disc;
    list-style-position: inside;
  font-family: 'Source Sans Pro', sans-serif;
    /*font-family: 'Montserrat',sans-serif;*/
  }
  ul li::marker{
    color: #fff;
  }
  .bottomLineSeparator {
    border-bottom: 0.05cm solid white;
  }
  
  .alignleft {
    text-align: left !important;
    width: 1cm;
  }
  
  .alignright {
    text-align: right !important;
    width: 0.6cm;
    margin-right: 0.1cm
  }
  
  .workExperience>ul {
    list-style-type: none;
    padding-left: 0;
  }
  
  .workExperience>ul>li {
    position: relative;
    margin: 0;
    padding-bottom: 0.40cm;
    padding-left: 0.5cm;
  }
  
  .workExperience>ul>li:before {
    background-color: #063661;
    width: 0.05cm;
    content: '';
    position: absolute;
    top: 0.2cm;
    bottom: -0.2cm; /* change this after border removal */
    left: 0.05cm;
  }
  
  .workExperience>ul>li::after {
    content: '';
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' viewBox='0 0 32 32' focusable='false'%3E%3Ccircle stroke='none' fill='%23484444' cx='16' cy='16' r='10'%3E%3C/circle%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    left: -0.09cm;
    top: 0.1cm;
    width: 0.35cm;
    height: 0.35cm;
  }
  
  .jobPosition {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 0.1cm;
  }
  
  .item {
    padding-bottom: 0.7cm;
    padding-top: 0.7cm;
  }
  
  .item h2{
    margin-top: 0;
  }
  
  .lastParagrafNoMarginBottom {
    margin-bottom: 0;
  }
  
  .workExperience>ul>li ul {
    padding-left: 0.5cm;
    list-style-type: disc;
  }
  /*End Layout*/

/* Mobile responsive styles */
@media screen and (max-width: 768px) {
  page[size="A4"] {
    height: auto;
    min-height: 100vh;
  }
}

