.font-afcad {
    font-family: "Afacad Flux", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400; /*100 to 1000*/
    font-style: normal;
    font-variation-settings:
      "slnt" 0;
  }

.font-raleway {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400 ;/*100 to 900 */
    font-style: normal;
  }
  
  .font-poppins {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .font-pt-sans {
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  

  .header-bg, #side-info{
    background-color:#F5F5F5;
    border-bottom: black solid 1px;
  }
  .header-bg p{
    line-height: 1em;
  }

  .sidebar{
    position: fixed;
    top: 60px;
    left: 0px;
    bottom: 0px;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 300px;
    max-width: 300px;
    font-family:"Poppins", sans-serif;
  }

  .workspace{
    padding-right:40px;
    padding-left: 340px;
    padding-top:80px;
    padding-bottom: 40px;
    margin: 10px;
  }

  #resume-print{
    /* border: black solid 2px; */
        height:297mm;
    width:210mm;
    margin: 0px 100px 0px 100px;
    
  }
#previewBtnDiv{
  position: fixed;
  left:12%;
  visibility: hidden;
}
#hideBtnDiv{
  position: fixed;
  right: 5%;
}
  @media (max-width: 768px) {
    #sidebar, #workspace {
        width: 100%;
        padding: 1rem;
    }

    .sidebar{
      position: relative;
      width: 100%;
      max-width: 100%;
      padding: 10px;
    }
    .workspace{
      padding: 10px;
      margin-top: 10px;
      width: 100%;
      max-width: 100%;
    }
    #resume-print{
      margin:10px;
      padding: 10px;
    }
    #previewBtnDiv{
      position: fixed;
      left:70%;
      visibility: visible;
    }
    #top-logo,#hideBtnDiv{
      visibility: hidden;
    }
}

  @media print {
    body{
      visibility: hidden;}
      #resume-print{
        visibility: visible;
        position: absolute;
        left: 0;
        top: 0;
        margin: 20px 20px 20px 20px;  
        break-inside: avoid;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
        border: black solid 1px;
      };
      #resume-print::after{
        content: none;
      };
      #resume-print::before{
        content: none;
      };
      .flex-child{break-inside: avoid;
      };
      #achievements{break-inside: avoid;
      }
      #previewBtnDiv{
        visibility: hidden;
      }
      #hideBtnDiv{
        visibility: hidden;
      }

    }


  #exp-div{
    flex-wrap: wrap;
  }


  .flex-child{
  flex-basis: 50%;
  flex-grow:1;
  font-size: 10pt;
  /* max-height:min-content; */
  }

  #education-div{
    font-size: 10pt;
  }

  #op-profile-summary{
    border-bottom: black solid 1px;
    font-size: 12pt;
    margin:0px 40px;
  }

  .ff-powered-img , .ff-title , .ff-description {
    visibility: hidden;
  }
  
  .ff-watermark {
    visibility: hidden;
  }