
.primary-bg{
  background-color: #792DFB !important;
}
.modal-body li {  
    list-style-type: disc;
}

.no-select {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

#ResumeContainer {
  margin: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  }
  
.PDFDocument {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  }
  
.PDFPageOne {
  margin-bottom: 1px;
  }
  
.PDFPage > canvas {
  max-width: 100%;
  height: auto !important;
  }

  @media (max-width: 380px) {
    .modal-dialog {
      margin: 0;
    } 
  }

  @media (max-width: 380px) {
    .modal-dialog {
      margin: 0;
    } 
  }


  ::-webkit-scrollbar{
    width: 5px;
    height: 5px;
  }
  
  ::-webkit-scrollbar-thumb{
    background: #2ed0b7;
    border-radius: 0px;
  }
  
  ::-webkit-scrollbar-thumb:hover{
   background: #2ed0b7;
  }
  
  ::-webkit-scrollbar-track{
    border-radius: 0;
    box-shadow: inset 0px 0px 0px 0px rgb(0,0,0);
  }



/* Mobile view */
@media screen and (max-width: 480px) {
  /* Mobile & Tablet view */
  .m-view, .m-t-view {
    display: flex;
    justify-content: center;
  }

  /* Desktop and Tablet hidden on mobile */
  .d-view,
  .t-view {
    display: none !important;
  }
}

/* Tablet view */
@media screen and (min-width: 481px) and (max-width: 768px) {
  .t-view, .m-t-view{
    display: flex;
    justify-content: center;
  }

  /* Mobile hidden on tablet */
  .m-view {
    display: none !important;
  }

  /* Desktop hidden on tablet */
  .d-view {
    display: none !important;
  }
}

/* Desktop view */
@media screen and (min-width: 769px) {
  .d-view {
    display: flex;
    justify-content: center;
  }

  /* Mobile and Tablet hidden on desktop */
  .m-view,
  .m-t-view,
  .t-view {
    display: none !important;
  }
}





.selector, img {
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}


.full-width{
  width: 100%;
}

.jc-center{
  justify-content: center;
}


.modal-header button{
  outline: none;
}


.dropdown-btn-txt {
  color: #fff;
  font-size: 1rem ;
}

.register-btn,
.login-btn {
  font-weight: 600 !important;
}




.flex-center{
  display: flex;
    flex-direction: row;
    justify-content: center;
}



/* Change the autfill background color  */
input:not([type="radio"]):not([type="checkbox"]):-webkit-autofill,
input:not([type="radio"]):not([type="checkbox"]):-webkit-autofill:hover, 
input:not([type="radio"]):not([type="checkbox"]):-webkit-autofill:focus, 
input:not([type="radio"]):not([type="checkbox"]):-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    box-shadow: 0 0 0 30px white inset !important;
}




input:not([type="radio"]):not([type="checkbox"]){
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  box-shadow: 0 0 0 30px white inset !important;
}

