@font-face {
  font-family: 'SF Pro Display';
  font-weight: bold;
  font-style: normal;
  font-display: fallback; /* Read next point */
  src: local('SF Pro Display'),
    url(https://hire-staging-v2.auzmor.com/fonts/SF-Pro-Display-Bold.otf) format('opentype');
}

@font-face {
  font-family: 'SF Pro Display';
  font-weight: 500;
  font-style: normal;
  font-display: fallback; /* Read next point */
  src: local('SF Pro Display'),
    url(https://hire-staging-v2.auzmor.com/fonts/SF-Pro-Display-Medium.otf) format('opentype');
}

@font-face {
  font-family: 'SF Pro Display';
  font-weight: 600;
  font-style: normal;
  font-display: fallback; /* Read next point */
  src: local('SF Pro Display'),
    url(https://hire-staging-v2.auzmor.com/fonts/SF-Pro-Display-Semibold.otf) format('opentype');
}

@font-face {
  font-family: 'SF Pro Display';
  font-weight: 800;
  font-style: normal;
  font-display: fallback; /* Read next point */
  src: local('SF Pro Display'),
    url(https://hire-staging-v2.auzmor.com/fonts/SF-Pro-Display-Bold.otf) format('opentype');
}

@font-face {
  font-family: 'SF Pro Display';
  font-weight: 300;
  font-style: normal;
  font-display: fallback; /* Read next point */
  src: local('SF Pro Display'),
    url(https://hire-staging-v2.auzmor.com/fonts/SF-Pro-Display-Thin.otf) format('opentype');
}

@font-face {
  font-family: 'SF Pro Display';
  font-style: normal;
  font-display: fallback; /* Read next point */
  src: local('SF Pro Display'),
    url(https://hire-staging-v2.auzmor.com/fonts/SF-Pro-Display-Regular.otf) format('opentype');
}

::-webkit-scrollbar {
  width: 7px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #5a6585;
}

.styled-alert {
  background-color: #e6f7ff;
  border: 2px solid #91d5ff !important;
  width: 430px !important;
  border-radius: 2px !important;
}

.ant-row .ant-form-item {
  margin-bottom: 16px;
}

.styled-location .ant-form-item-children {
  display: flex;
}

.ant-divider-horizontal {
  margin-top: 10px;
  margin-bottom: 0px;
}

.save-changes-button:hover {
  color: #fff !important;
  background-color: #4b83d1 !important;
  border-color: #4b83d1 !important;
}

.save-changes-button:focus {
  color: #fff !important;
  background-color: #4b83d1 !important;
  border-color: #4b83d1 !important;
}

.buttonText {
  font-size: 14px !important;
  font-weight: 700;
  line-height: 24px;
}

#publishMenuBtn {
  padding: 0 5px 0 17px;
  font-size: 14px !important;
  font-weight: 400;
}

.ant-card-head {
  border-bottom: 0px !important;
  padding: 0 16px !important;
}

.grid {
  display: grid;
  margin-left: 24px;
  row-gap: 16px;
  column-gap: 16px;
  grid-template-columns: repeat(1, 310px);
}

.ant-dropdown-menu
  .ant-dropdown-menu-light
  .ant-dropdown-menu-root
  .ant-dropdown-menu-vertical {
  border-radius: 4px;
}

@media (min-width: 1200px) and (max-width: 1410px) {
  .grid {
    grid-template-columns: repeat(2, 310px);
  }
}

@media (min-width: 1410px) {
  .grid {
    grid-template-columns: repeat(3, 310px);
  }
}

/* Naukri warning styles */
:root {
  --naukri-warning-border: 1px solid #ccc;
}
.ql-container.ql-snow {
  border: var(--naukri-warning-border);
}
.ql-toolbar.ql-snow {
  border: var(--naukri-warning-border);
}

.ant-select-auto-complete.ant-select .ant-input {
  height: 41px;
}

.ant-select-auto-complete.ant-select .ant-select-selection__placeholder {
  margin-top: -5px;
  color: rgba(0, 15, 61, 0.5);
  z-index: 2;
}

.ant-form-item label {
  font-size: 14px !important;
  font-weight: 700;
}

.info .ant-input,
.detail .ant-input,
.candidateName .ant-input {
  border: none;
  transition: 100ms;
}
.detail .ant-input {
  padding-left: 0;
}

.info .ant-input:hover,
.detail .ant-input:hover {
  border: 1px solid black;
  transition: 100ms;
}
/* .info .ant-input:active{
    border: 1px solid black;
    transition: 100ms;
} */

.info .ant-input:focus,
.detail .ant-input:focus {
  border: 1px solid black;
  transition: 100ms;
}
.info .ant-input-group .ant-input-group-addon,
.detail .ant-input-group .ant-input-group-addon,
.candidateName .ant-input-group .ant-input-group-addon {
  display: none;
}
.info .ant-btn:hover,
.detail .ant-input:hover {
  border: 1px solid black;
  color: black;
}
/* .ant-input{
    background-color: aliceblue;
} */
.tagsClass .ant-select-selection {
  border: none;
  margin-left: -10px;
}
.tagsClass .ant-select-selection:focus {
  border: 1px solid black;
  color: black;
}
.tagsClass .ant-select-selection:hover {
  border: 1px solid black;
  color: black;
}

.candidateName {
  padding-top: 10px;
}
.candidateName .ant-input {
  font-size: 20px;
  font-weight: bold;
  text-transform: capitalize;
  padding: 0px 0px;
}

.description {
  border: none;
}
.description:hover {
  border: 1px solid black;
  color: black;
}
.description:focus {
  border: 1px solid black;
  transition: 100ms;
}

.pg-viewer-wrapper .document-container {
    width: 100% !important;
  }
  .overview-phone-input .react-tel-input .form-control
   {
     height: 32px !important;
     border-radius: 4px !important;
     border: 1px solid #d9d9d9 !important;
     width: 100% !important;
   }
  
   .overview-phone-input .react-tel-input .flag-dropdown{
     border-radius: 4px 0 0 4px !important;
     border: 1px solid #d9d9d9 !important;
     height: 32px;
     top: 4px;
   }
.ant-modal-confirm .ant-modal-body {
  padding: 0px !important;
  border-radius: 5px !important;
}

.ant-modal-confirm-title {
    padding: 10px !important;
    background-color: red;
    color: white !important;
    font-weight: 600;
}

.ant-modal-confirm-content {
    padding: 10px !important;
    font-size: 16px !important;
    color: #000f3d !important;
}

.ant-modal-confirm-btns {
    padding: 10px !important;
}
.scorecard {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 650px) {
  .scorecard {
    justify-content: flex-start;
  }
}

:root {
  --xs: 480px;
  --sm: 576px;
  --md: 768px;
  --lg: 992px;
  --xl: 1200px;
  --xxl: 1600px; 
}

 
  @media only screen and (max-width: 991px) {
    .job-title {
      font-size: 24px !important;
      font-weight: 400 !important;
    }
  }
  @media only screen and (min-width: 992px) {
    .job-title-apply-box {
      text-align: right;
    }
  }
  @media only screen and (max-width: 991px) {
    .job-title-apply-box {
      text-align: center;
      margin-top: 10px;
    }
  }

  @media only screen and (min-width: 992px) {
    .job-title-box {
      text-align: left;
    }
  }
  @media only screen and (max-width: 991px) {
    .job-title-box {
      text-align: center;
    }
  }
  
  @media only screen and (max-width: 991px) {
    .job-desc-container {
      padding-right: 10% !important;
      padding-left: 10% !important;
      padding-top: 33px !important;
    }
  }

  @media only screen and (max-width: 991px) {
    .job-details-container {
      padding-right: 10% !important;
      padding-left: 10% !important;
    }
  }

  @media only screen and (min-width: 992px) {
    .hide-lg {
      display: none;
    }
  }

  @media only screen and (max-width: 991px) {
    .hide-sm {
      display: none;
    }
  }
  

.ant-select-dropdown-menu-item-group-title {
  color: #000000;
  font-weight: 700;
  font-size: 14px;
}

.ant-select-dropdown-menu-item.styledItem:hover {
  background-color: #295ac7 !important;
  color: #fff !important;
}

.mentions {
    margin: 1em 0;
    height: 100px;
}
  
  .mentions--singleLine .mentions__control {
    display: inline-block;
  }
  
  .mentions--multiLine .mentions__control {
    font-size: 13px;
    border: 1px solid #D5DDE2;
    height: 100%;
    color: black;
    border-radius: 4px;

  }
  .mentions--multiLine .mentions__highlighter {
    padding: 9px;
  }
  .mentions--multiLine .mentions__input {
    padding: 9px;
    min-height: 63px;
    outline: 0;
    border: 0;
  }
  
  .mentions__suggestions__list {
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.15);
    font-size: 10px;
    overflow-y: scroll;
    min-height: 50px;
    min-width: 50px;
  }
  
  .mentions__suggestions__item {
    padding: 5px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  
  .mentions__suggestions__item--focused:hover {
    background-color: #6495ed7a;
  }
  
  .mentions__mention {
    background-color: #cee4e5;
  }
  
.add_person_drawer .ant-drawer-header {
    border: none !important;
}
.add_person_drawer .ant-drawer-title{
    font-size: 24px;
    line-height: 33px;
    color: #444444;
}
.add_person_drawer .ant-drawer-content {
    padding: 10px;
}
.add_person_drawer .ant-drawer-body p{
    font-size: 16px;
    line-height: 24px;
    color: #B8B8B8;
    margin-top: 40px;
}
.add_person_drawer .ant-form{
    padding-top: 20px;
}

.persons_list .ant-list-item{
    /* border: 1px solid #e8e8e8; */
    margin-top: 10px;
    padding: 4px 0 !important;
}
.persons_list .ant-list-item .ant-list-item-meta{
    padding-left: 10px;
    padding-bottom: 10px;
}
.departments_list .ant-list-item{
    border: 1px solid #e8e8e8;
    margin-top: 10px;
    padding: 4px 0 !important;
}
.departments_list .ant-list-item .ant-list-item-meta{
    padding-left: 10px;
}
.department_drawer .ant-drawer-header {
    border: none !important;
}
.department_drawer .ant-drawer-title{
    font-size: 24px;
    line-height: 33px;
    color: #444444;
}
.department_drawer .ant-drawer-content {
    padding: 10px;
}
.department_drawer .ant-drawer-body p{
    font-size: 16px;
    line-height: 24px;
    color: #B8B8B8;
    margin-top: 40px;
}
.department_drawer .ant-form{
    padding-top: 20px;
}
.locations_list .ant-list-item{
    border: 1px solid #e8e8e8;
    margin-top: 10px;
    padding: 4px 0 !important;
}
.locations_list .ant-list-item .ant-list-item-meta{
    padding-left: 10px;
}
.location_drawer .ant-drawer-header {
    border: none !important;
}
.location_drawer .ant-drawer-title{
    font-size: 24px;
    line-height: 33px;
    color: #444444;
}
.location_drawer .ant-drawer-content {
    padding: 10px;
}
.location_drawer .ant-drawer-body p{
    font-size: 16px;
    line-height: 24px;
    color: #B8B8B8;
    margin-top: 40px;
}
.location_drawer .ant-form{
    padding-top: 20px;
}
.accepted {
  font-size: 12px;
  color: #757575;
}


.accepted{
    font-size: 12px;
    color: #757575;
}
.custom-em {
    text-decoration: underline turquoise;
  }

  .custom-em::before {
    content: '[';
  }

  .custom-em::after {
    content: ']';
  }

  .placeholder-container{
      border: 1px solid #ccc;
      border-top: none;
      padding: 10px;
  }
  .placeholder-label{
    font-size: 13px;
    letter-spacing: 0.33px;
    line-height: 15px;
    color: #000f3d;
  }
  .placeholder-container .ant-btn-round {
    height: 28px;
    padding: 0 10px;
    font-size: 14px;
    border-radius: 32px;
    font-family: "SF Pro Display";
    color: #000F3D;
    font-size: 13px;
    letter-spacing: 0.33px;
    line-height: 15px;
  }
  .placeholder-button {
    background: #f2f2f2;
  }
/* .knockout-icon .ant-input-affix-wrapper .ant-input-prefix :not(.anticon), .ant-input-affix-wrapper .ant-input-suffix :not(.anticon){
    margin-right: 20px;
    font-size: 20px;
    fill: #d5d5d5;
}
.knockout-icon .ant-input-affix-wrapper .ant-input-prefix :not(.anticon), .ant-input-affix-wrapper .ant-input-suffix :not(.anticon):hover{
    fill: #DC143C;
}
.knockout-icon .ant-input-affix-wrapper .ant-input-prefix :not(.anticon), .ant-input-affix-wrapper .ant-input-suffix :not(.anticon):active{
    fill: #DC143C;
}

.dynamic-delete-button .ant-input-affix-wrapper .ant-input-prefix :not(.anticon), .ant-input-affix-wrapper .ant-input-suffix :not(.anticon){
    margin-right: 20px;
    font-size: 20px;
    fill: #d5d5d5;
}
.dynamic-delete-button .ant-input-affix-wrapper .ant-input-prefix :not(.anticon), .ant-input-affix-wrapper .ant-input-suffix :not(.anticon):hover{
    fill: #2764c4;
}
.dynamic-delete-button .ant-input-affix-wrapper .ant-input-prefix :not(.anticon), .ant-input-affix-wrapper .ant-input-suffix :not(.anticon):active{
    fill: #2764c4;
} */

.knockout-icon i{
    display: inline;
    margin-right: 20px;
    font-size: 20px;
    cursor: pointer;
    color: #d5d5d5;;
}
.knockout-icon-selected i{
    margin-right: 20px;
    font-size: 20px;
    cursor: pointer;
    color: #DC143C;;
}
.knockout-icon i:hover{
    color: #DC143C;;
}
.yes-no-margin{
    margin-right: -20px;
}
.knockout-icon i:active{
    color: #DC143C;;
}
.knockout-scale{
    color: #DC143C !important;
}
.knockout-scale .ant-rate-star:not(:last-child){
    margin-right: 20px !important;
}
.scale-number{
    color: #000f3d;
    font-size: 16px;
}
.correct-answer-icon i{
    display: inline;
    margin-right: 20px;
    font-size: 22px;
    cursor: pointer;
    color: #d5d5d5;
}
.correct-answer-icon i:hover{
    color: #4cbb17;
}
.correct-answer-icon i:active{
    color: #4cbb17;
}
.correct-answer-icon-selected i{
    margin-right: 20px;
    font-size: 22px;
    cursor: pointer;
    color: #4cbb17;;
}
.dynamic-delete-button i{
    font-size: 20px;
    cursor: pointer;
    color: #d5d5d5;;
}
.dynamic-delete-button i:hover{
    color: #2764c4;;
}
.dynamic-delete-button i:active{
    color: #2764c4;;
}
.linearscale-select .ant-select{
    width: 65px !important;
}
.card-container > .ant-tabs-card > .ant-tabs-content {
  height: 120px;
  margin-top: -16px;
}

.card-container > .ant-tabs-card > .ant-tabs-content > .ant-tabs-tabpane {
  background: #fff;
  padding: 16px;
}

.card-container > .ant-tabs-card > .ant-tabs-bar {
  border-color: #fff;
}

.card-container > .ant-tabs-card > .ant-tabs-bar .ant-tabs-tab {
  border-color: transparent;
  background: transparent;
}

.card-container > .ant-tabs-card > .ant-tabs-bar .ant-tabs-tab-active {
  border-color: #fff;
  background: #fff;
}
.code-box-demo {
  background: #f5f5f5;
  overflow: hidden;
  padding: 24px;
}

.dragging {
  z-index: 10111 !important;
}
.block {
  position: absolute;
  z-index: 10009;
}
.indicator {
  width: 12px;
  height: 12px;
  border-radius: 60px;
  background-color: #217ce8;
  margin-top: -5px;
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.05, 0.03, 0.35, 1);
  transform: scale(1);
  position: absolute;
  z-index: 10002;
}
.invisible {
  opacity: 0 !important;
  transform: scale(0);
}
.indicator:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background-color: #217ce8;
  transform: scale(1.7);
  opacity: 0.2;
  border-radius: 60px;
}
.arrowblock {
  position: absolute;
  width: 100%;
  overflow: visible;
  pointer-events: none;
}
.arrowblock svg {
  width: -webkit-fill-available;
  overflow: visible !important;
}

#addJob {
  margin-bottom: -30px;
  margin-left: -20px;
  margin-top: 12px;
  cursor: default;
}

#addJobParent {
  cursor: default;
}

#addJobParent:hover {
  background-color: #f8fafd;
}

#tabContent {
  padding-top: 20px !important;
  color: white !important;
}

.step-one{
    padding-top: 30px;
}
.notbold{
    font-weight:normal
}​
.step-one .ant-steps-item-icon {
    width: 20px !important;
    height: 20px !important;
    font-size: 12px !important;
    line-height: 15px !important;
    margin-top: 6px;
    background-color: #2764C4;
    border-color: #2764C4;
}
.step-one .ant-steps-icon {
    color: #ffffff !important;
}
.step-one .ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
    left: 9px !important;
    margin-top: 6px;
    color: #2764C4 !important;
    padding: 20px 0 0px !important;
}
.step-title{
    color: #000F3D;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.69px;
    font-weight: 500;
}
.step-heading{
    margin-top: 20px;
    color: #000F3D;	
    font-size: 16px;	
    font-weight: 500;	
    letter-spacing: 0.69px;	
    line-height: 19px;
}
.step-desc {
	color: #62687B;
	font-size: 14px;
	letter-spacing: 0.7px;
	line-height: 27px;
}
.step-one .ant-upload-list-item-card-actions .anticon{
    font-size: 22px !important;
    padding-right: 18px !important;
}

.step-one .ant-steps-vertical .ant-steps-item-description{
    padding-bottom: 30px;
}

.step-one .ant-upload.ant-upload-select-picture-card {
    width: 85%;
    height: 86px;
}
.upload-icon{
    font-size: 22px !important;
    padding-bottom: 8px !important;
}
.upload-template {
	color: #000F3D;
	font-size: 14px;
	letter-spacing: 0.7px;
	line-height: 16px;
	text-align: center;
}
.step-one .ant-upload.ant-upload-select-picture-card {
    border: 1px dashed #62687b !important;
}

.step-one .ant-alert-with-description.ant-alert-no-icon {
padding: 20px !important;
}

.step-one .ant-alert-error{
    margin-top: 20px;
    border: 1.5px dashed #EF476F;
    background-color: #FFFFFF;
    color: #EF476F;
}

.step-one .ant-alert-description {
	color: #EF476F;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.7px;
	line-height: 16px;
}
.step-one .ant-alert-message {
    margin-bottom: 10px;
	color: #EF476F;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.8px;
	line-height: 19px;
}
.upload-text {
	color: #000F3D;
    letter-spacing: 0.7px;
    margin-top: 6px;
	line-height: 16px;
	text-align: center;
}
