/* onboarding tour  */
.tour-backdrop{
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:1100;
  background-color:#000;
  opacity:.6;
  filter:alpha(opacity=80);
}
.tour-step-backdrop{
  position:relative;
  z-index:1101;
}
.tour-step-backdrop>td{
  position:relative;
  z-index:1101;
}
/* .tour-step-background {
  position:absolute!important;
  z-index:1100;
  background:inherit;
  border-radius:5px;
  border: 2px solid #2eae3e ;
} */
.tour-tour{
  font-family: 'Lexend', sans-serif !important;
}
.tour-tour.popover.top {
  margin-bottom: 15px;
}
.tour-tour.popover.bottom {
  margin-top: 15px;
}
.tour-tour.popover.left {
  margin-right: 15px;
}
.tour-tour.popover.right {
  margin-left: 15px;
}
.tour-tour.popover{
  min-width: 350px;
}
.tour-tour .popover-title{
  background: #f8f8f8;
  color: #08325b;
  font-size: 18px;
  font-weight: 500;
  border: 0;
  padding: 12px 14px;
}
.popover[class*=tour-]{
  z-index:1102
}
.popover[class*=tour-] .popover-navigation{
  padding: 5px 0 15px;
  overflow:hidden
}
.popover[class*=tour-] .popover-navigation [data-role=end]{
  float:right
}
.popover[class*=tour-] .popover-navigation [data-role=prev],.popover[class*=tour-] .popover-navigation [data-role=next],.popover[class*=tour-] .popover-navigation [data-role=end]{
  cursor:pointer
}
.popover[class*=tour-] .popover-navigation [data-role=prev].disabled,.popover[class*=tour-] .popover-navigation [data-role=next].disabled,.popover[class*=tour-] .popover-navigation [data-role=end].disabled{
  cursor:default;
  visibility: hidden;
}
.popover[class*=tour-].orphan{
  position:fixed;
  margin-top:0
}
.popover[class*=tour-].orphan .arrow{
  display:none
}
/* onboarding tour end  */


.popover-navigation .btn-close {
  padding: 5px 18px;
}
.popover-content{
  color: var(--gray-600);
  font-weight: 600;
  font-size: 16px;
  margin: 15px 0 0;
}
.popover-content span{
  font-weight: 700;
  color: var(--primary);
}
.popover-content span:last-child{
  color: var(--blue);
}
.popover-navigation .btn-back, .popover-navigation .btn-finish{
  font-size: 16px;
  padding: 6px 15px;
  border: none;
  border-radius: 4px;
  color: #6c757d;
}
.popover-navigation .btn-finish{
  margin-left: 5px;
}
.popover-navigation .btn.btn-primary, .popover-navigation .btn.btn-primary:hover,.popover-navigation .btn-primary:active,.popover-navigation .btn.btn-primary:focus{
  border: none;
  box-shadow: none;
}
.popover-navigation .btn-back i, .popover-navigation .btn-next i{
  font-size: 14px;
}
.myDashbord_tour.tour-tour-5 .btn-finish, .inviteTab_tour.tour-tour-6 .btn-finish, .overview_tour.tour-tour-2 .btn-finish,.profile_tour.tour-tour-5 .btn-finish,.myDashborddraft_tour.tour-tour-4 .btn-finish{
  display: block !important;
}
body.no-scroll{
  overflow-y:hidden
}
.tour-tour-element{
  pointer-events: none;
}

.tour-step-background {
    background: transparent !important; /* Fixes the "White Box" / Greyed out issue */
    background-color: rgba(0,0,0,0) !important; 
    pointer-events: none; /* Let clicks pass through this helper box */
}

/* 2. Force your REAL content to sit on top of everything */
#start-auto-apply-bar.tour-tour-element {
    position: relative !important;
    z-index: 1105 !important; /* Higher than the tour background (1100) */
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important; /* Fixes the "Not Clickable" issue */
    cursor: pointer !important;
}

/* 3. Ensure the text/buttons inside don't get trapped */
#start-auto-apply-bar.tour-tour-element * {
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 1106 !important;
}

body.no-scroll .setting-details-lg,
body.no-scroll .autoapply-jobs-bnr,
body.no-scroll .row, 
body.no-scroll .col-lg-12,
body.no-scroll .col-md-12,
body.no-scroll .col-sm-12, 
body.no-scroll .col-xs-12 {
    transform: none !important;
    perspective: none !important;
    filter: none !important;
    opacity: 1 !important;
    transition: none !important;
    z-index: auto !important;
    will-change: auto !important; /* Disables GPU layering */
}

/* 2. LIFT THE BUTTON (The Highlight) */
body.no-scroll #start-auto-apply-bar {
    position: relative !important;
    z-index: 1111 !important; /* Must be > 1100 */
    background: #fff !important; 
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    cursor: pointer !important;
    transform: none !important; /* Ensure the element itself has no transform */
}

/* 3. SHOW THE CONTENT INSIDE */
body.no-scroll #start-auto-apply-bar * {
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 1112 !important;
}

/* 4. MAKE HELPER TRANSPARENT */
.tour-step-background {
    background: transparent !important;
    background-color: rgba(0,0,0,0) !important;
}
/* Avinash */

/* responsive css start  */
@media screen and (min-width: 1600px){

}
@media screen and (max-width: 1367px){

}
@media screen and (max-width: 1280px){

}
@media screen and (max-width: 1024px){
 
}
@media screen and (max-width: 992px){
  
}
@media screen and (max-width: 860px){
  
}
@media screen and (max-width: 768px){

}
@media screen and (max-width: 767px){

}
@media screen and (max-width: 600px){
  
}

@media screen and (max-width: 480px){
  .tour-tour.popover{
    min-width: 300px;
  }
}
@media screen and (max-width: 375px){
  .tour-tour.popover{
    min-width: 200px;
  }
}