:root{
    --var-bg-color:#0D131A;
    --var-box-color:#171E2B;
    --var-blue: #43a5ff;
  }
  .resume-background-color {
    background-color: #f2f2f2;
  }
/* Common Font ============================== */
.font-ATS{
    font-family: Arial, Helvetica, Georgia, sans-serif!important;
}
/* Blurr styling ============================ */
.blurr{
    filter: blur(2.6px);
}
#margin-top2{
    margin-top: 25px;
}
/* Text-no-wrap for Job-preferences templates====== */
.job-preferences-text{
    text-wrap-mode: nowrap;
}
.ellipsed {
    display: -webkit-box!important;         
    -webkit-line-clamp: 3!important;       
    -webkit-box-orient: vertical!important; 
    overflow: hidden!important;               
    text-overflow: ellipsis!important;      
}

.margin-bottom{
    margin-bottom: 73px!important;
}
.live-templete-top{
    padding: 10px ;
    width: fit-content;
    background-color: #353535;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .25);
    border-radius: 50px;
    color: #fff;
   }
   .margin-top {
    margin-top: 75px !important;
}
.bottom-sticky-buttons2{
    background-color: #ffffff!important;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .25)!important;
    border-radius: 50px!important;
}
.bottom-sticky-buttons3{
    background-color: #ffffff!important;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .25)!important;
    border-radius: 50px!important;
}



/* Bottom-btn Styling ---------------- */
.ATS_resume-redirectBtn span{
    vertical-align: sub;
    }
    .ATS_resume-redirectBtn a {
        background: linear-gradient(270deg, #3a3a3a, #000000, #242424);
        background-size: 600% 600%;
        color: white;
        padding: 10px 20px;
        border-radius: 50px;
        transition: transform 0.3s ease-in-out;
        text-decoration: none;
        animation: upDown 2s ease-in-out infinite, gradientAnimation 3s ease infinite;
    }
  
    @keyframes upDown {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(-10px); }
    }
    
    @keyframes gradientAnimation {
        0% { background-position: 0% 50%; }
        50% { background-position: 100% 50%; }
        100% { background-position: 0% 50%; }
    }


    
    
    .blur-bg-wrapper {
        transition: all 0.3s ease;
      }
    
     
      .blur-bg-active {
        filter: blur(5px);
        pointer-events: none;
        position: relative;
      }
    
    
    
      .blur-bg-active::after {
        opacity: 1;
      }
    
    .btn-public-common{
        display: flex;
        text-align: center!important;
        justify-content: center;
        width: 50%!important;
        margin: 0 auto!important;
    }
    .sticky-bottom-special .bottom-sticky-buttons2 .bottom-icons2{
        background-color: #313b47!important;
    }
    .sticky-bottom-special .bottom-sticky-buttons2 .bottom-icons2:hover{
        background-color: #29333f!important;
    }
    .modal-public textarea{
        font-size: 14px;
    }
    
    
    
    @media print{
        .margin-top{
            margin-top:0!important;
        }
        .resume-background-color {
            background-color: transparent!important;
        }
        .top-menu-separate{
            display: none;
        }
        .toggle-btns{
            margin-top: 0!important;
            display: none!important;
        }
        .margin-bottom{
            margin-bottom: 0!important;
        }
        .margin-top{
            margin-top: 10px!important;
        }
        .resume-background-color {
            background-color: transparent!important;
        }
        
    }
    
    
    @media only screen and (max-width: 900px) {
        .resume-container-2 {
            width: 100% !important;
        }
     
    }
    
    
    @media only screen and (max-width:424px){
        
        .margin-top {
            margin-top: 128px !important;
        }
        .responsive-margin{
            margin-top: 8px!important;
        }
        .live-templete-top {
            
            border-radius: 17px;
            
        }
    }
    
    
    
      /* Right Side Styling  for AR_TEMPLATE_Public =================================================================================================================================  */

      .Public-Template{
        min-height: 800px!important;
        height: auto;
        width: 948px;
        height: auto;
        margin: 0 auto;
        background-color: #fff;
        box-sizing: border-box;
        border: 1px solid #e6e6e6;
        border-radius: 6px;
        box-shadow: 0 20px 60px 0 rgba(188, 188, 188, 0.051), 0 16px 36px 0 rgba(201, 202, 202, 0.077);
        overflow: hidden;
    }
    
    

    .ATS_resume-redirectBtn span{
    vertical-align: sub;
    }
    .ATS_resume-redirectBtn a {
        background: linear-gradient(270deg, #3a3a3a, #000000, #242424);
        background-size: 600% 600%;
        color: white;
        padding: 10px 20px;
        border-radius: 50px;
        transition: transform 0.3s ease-in-out;
        text-decoration: none;
        animation: upDown 2s ease-in-out infinite, gradientAnimation 3s ease infinite;
    }
  

    .bottom-sticky-buttons {
        width: fit-content;
        z-index: 999;
       
        background-color: #353535;
       padding: 10px;
        display: block;
        position: fixed;
        padding: 6px;
        top: 4%;
        right: 5%;
     
        border-radius: 50px;
    }
    
    
     .bottom-sticky-buttons .social-icons2 a {
        margin: 5px;
    }
    
    .social-icons2 .person-icon img{
        border-radius: 50%;
        height: 35px;
        width: 35px;
    }
    .sticky-bottom-special .bottom-icons2 {
        
        padding: 4px 5px !important;
        border-radius: 50px;
       
    }
    .sticky-bottom-special .bottom-icons2:hover{
      
        transition: 0.2s ease
    }
    .bottom-sticky-buttons .bottom-icons2{
        background-color: #757f8b!important;
        color: #fff!important;
        border: 1px solid transparent!important;
        padding: 5px!important;
        border-radius: 50px!important;
       }
    .btn-download-resume{
        background-color:#34495e!important ;
        border-color: #34495e;
    }
    .bottom-sticky-buttons a span{
        vertical-align: middle;
    }
    .btn-close,
    .btn-close-hire-me{
    
        right: 5px;
        top: 5px;
        z-index: 1050;
    }
    .modal-title-text{
    font-size: 17px;
    font-weight: 600;
    color: #303030;
    }
    .modal-body-public input,
    .modal-body-public select{
        border-radius: 50px;
    }
    .modal-body-public input::placeholder,
    .modal-body-public select{
        font-size: 13px!important;
    }
    .btn-download-resume{
        border-radius: 50px;
        width: 100%;
    }
    .bottom-sticky-buttons a span {
        font-variation-settings:
        'FILL' 1,
        'wght' 400,
        'GRAD' 0,
        'opsz' 24
      }
      
    .sticky-bottom-special .icon1{
      
        padding: 5px 6px !important;
        border-radius: 50px;
        background-color: #e3ecff;
        color: #ffffff!important;
    }
    .sticky-bottom-special .icon1:hover{
       
        background-color: #d9e5fd;
     
    }
    .sticky-bottom-special .icon2{
        
        padding: 5px 6px !important;
        border-radius: 50px;
        background-color: #f2f2f2;
        color: #747474;
    }
    .sticky-bottom-special .bottom-icons2:hover{
        background-color: #565d66!important;
    }
    .sticky-bottom-special .icon2:hover{
    
        background-color: #e9e8e8;
    
    }
    
    
    .sticky-bottom-special .icon3{
        padding: 5px 6px !important;
        border-radius: 50px;
        background-color: #e6f6ff;
        color: #09a1dd;
    }
    .sticky-bottom-special .icon3:hover{
       
        background-color: #d8eefb;
     
    }
    .sticky-bottom-special .icon4{
        padding: 5px 6px !important;
        border-radius: 50px;
        background-color: #eaeef1;
        color: #a7abae;
    }
    .sticky-bottom-special .icon4:hover{
    
        background-color: #dfe7ec;
    
    }
    .sticky-bottom-special .icon5{
        padding: 1px 7px !important;
        border-radius: 50px;
        background-color: #242424;
        font-size: 23px;
        background-color: rgba(214, 244, 228, 1);
        color: rgba(10, 210, 114, 1);
    }
    .sticky-bottom-special .icon5:hover{
     
        background-color: rgb(210, 246, 227);
    
    }
    
    .sticky-bottom-special .icon6{
        padding: 4px 9px !important;
        border-radius: 50px;
        background-color: #e6f6ff;
        color: #09a1dd;
    }
    .sticky-bottom-special .icon6:hover{
    
        background-color: #def2fe;
      
    }
    .sticky-bottom-special .icon6 i{
    font-size: 18px;
    }
    .person-icon{
        border: 2px solid #dbdbdb;
    }
    
    
    
    @media print{
        .margin-top{
            margin-top:0!important;
        }
        .resume-background-color {
            background-color: transparent!important;
          }
          
    }
    /* Media query ------------ */
    
    @media only screen and (max-width: 900px) {
        .resume-container-2 {
            width: 100% !important;
        }
     
    }
    @media only screen and (max-width:992px){
    #margin-top2{
        width: 98%!important;
    }
    }