/* css for  response tab & other tabs*/
/*.response-tab-wrapper h1, .response-tab-wrapper h2,.response-tab-wrapper h3,.response-tab-wrapper h4,.response-tab-wrapper h5,.response-tab-wrapper h6{
  font-weight: 400;
}*/
/* .response-tab-wrapper b, .response-tab-wrapper strong{
  font-weight: 600
} */
.search-main-page .cols-12.response-page-cols{
  width: 100%;
  max-width: 100%;
  padding: 0 15px;
}
.search-main-page {
    margin-top: 20px;
}
.response-tab-wrapper{
  background: #fff;
}
/* response page + candidate profil TAB design*/
.nav-tabs-underline.nav-tabs>li{
  margin: 0;
}
.nav-tabs-underline.nav-tabs>li+li{
  margin-left: 20px 
}
.nav-tabs-underline.nav-tabs>li>a{
  font-size: 16px;
  font-weight: 400;
  padding: 15px;
  margin: 0;
  color: var(--gray-600);
  background: #fff;
  border: 0;
  border-radius: 0;
}
.nav-tabs-underline.nav-tabs>li.active>a, .nav-tabs-underline.nav-tabs>li.active>a:focus, .nav-tabs-underline.nav-tabs>li.active>a:hover{
  color: var(--primary);
  border: 0;
  border-bottom: 2px solid var(--primary);
}
.nav-tabs-underline.nav-tabs>li>a:hover{
  color: var(--primary);
  border: 0;
}
.nav-tabs-underline.nav-tabs.small>li>a{
  font-size: 14px;
  padding: 12px
}

.nav-tabs-underline.nav-tabs>li>a .label{
  border-radius: 50%;
  padding: 4px;
  font-size: 10px;
  height: 18px;
  width: 18px;
  display: inline-block;
  text-align: center;
}
.overview-full-width .referral-bnr-flex{
  max-width: 1050px;
  margin: 0 auto 20px;
}

/* applied tab*/
.tab-content-inner{
  border-radius: 5px;
  background: #f6f6f6;
  display: flex;
}
.tab-content-inner.bg-white{
  background: #fff
} 
.response-tab-sidebar-left{
  width: 250px;
}
.response-tab-content-right{
  width: calc(100% - 250px);
}
.response-tab-content-right.profile_tab{
  width: 100%;
  max-width: calc(100% - 250px);
  background: #f6f6f6;
  padding: 10px;
}
.response-tabs-search{
  width: 100%;
  max-width: 1336px;
  margin:0 auto 10px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.response-tabs-search .nav-tabs-underline{
/*  width: calc(100% - 270px);*/
  border: 0;
  white-space: nowrap;
  overflow-x: auto;
}
.response-tabs-search .nav-tabs-underline.full-width{
  width: 100%;
}
.response-tabs-search .search-candidate{
  width: 230px;
}
.response-tabs-search .search-candidate .input-group,.response-breadcrumb-warp .search-candidate .input-group{
  margin-right: 15px;
}
.response-tabs-search .search-candidate .input-group i,.response-breadcrumb-warp .search-candidate .input-group i{
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  color: var(--gray-500);
}
.response-tabs-search .search-candidate .input-group .custom-input,.response-breadcrumb-warp .search-candidate .input-group .custom-input{
  padding-left: 40px;
  border-radius: 5px;
  height: 36px;
  font-size: 14px;
}
.response-tabs-search .search-candidate a.btn-link{
  padding: 6px;
}
.tab-all-skipped{
  margin: 10px 0 10px 10px;
}
.allskip-content{
  max-height: calc(100vh - 130px);
  overflow-y: auto;
}
/* ===== Scrollbar CSS ===== */
/* Firefox */
.allskip-content {
  scrollbar-width: thin;
  scrollbar-color: #f1f1f1 #c1c1c1;
}

/* Chrome, Edge, and Safari */
.allskip-content::-webkit-scrollbar {
  width: 10px;
}
.allskip-content::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.allskip-content::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 10px;
  border: 1px solid #ffffff;
}
.response-tabs-search .nav-tabs-underline::-webkit-scrollbar,.navtab-pills-header::-webkit-scrollbar  {
  height: 0;
}
.response-tabs-search .nav-tabs-underline::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.response-tabs-search .nav-tabs-underline::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 10px;
  border: 1px solid #ffffff;
}

.tab-all-skipped-pagination{
  display: flex;
  justify-content: space-between;
  padding: 15px 10px;
  background: #fff;
}
.tab-all-skipped .nav-tabs-underline.nav-tabs{
  background: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
  text-align: center;
  border: 0;
  min-height: 58px;
}
.tab-all-skipped .nav-tabs li{
  width: 85px;
  float: none;
  display: inline-block;
}
/* developer card*/
.card-developer{
  background: #fff;
  transition: ease-in-out 0.2s;
  position: relative;  
  padding: 15px 12px;
  min-height: 60px;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid transparent;
}
.card-developer .dev-info .dev-avtar{
  width: 35px;
  height: 35px;
  text-align: right
}
.card-developer .dev-info .label-new{
  border-radius: 4px;
  padding: 5px;
  margin-top: 12px;
  margin-right: 5px;
}
.card-developer .dev-info .label-circle{
  border-radius: 50%;
}
.card-developer .dev-profile{
  width: calc(100% - 45px);
}
.card-developer span.dev-avtar{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
  text-align: center;
}
.card-developer .dev-avtar img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-developer .dev_name{
  width: calc(100% - 50px);
}
.card-developer .dev_name h5 {
  font-size: 15px;
  margin: 0 0 10px;
  color: var(--black);
  font-weight: 400;
}
.card-developer .dev_name p{
  margin: 0;
}
.card-developer:hover{
  text-decoration: none; 
  cursor: pointer;
  background: #fff;
  box-shadow: 0px 5px 16px rgb(0 0 0 / 3%);
}
.card-developer.active{
  background: rgb(218 230 238 / 40%);
  border: 1px solid #7facc9;
}
.card-developer.inactive{
  background: #f1f1f1;
  cursor: default
}

/* shortlist  start*/
.shortlist-header{
  margin-bottom: 15px;
}
.response-nodata-content{
  margin: 30px auto;
}
.response-nodata-content .nodata-text{
  text-align: center;
}
.response-nodata-content .nodata-text h3{
  margin:0 0 20px;
  font-size: 24px;
  font-weight: 400;
  color: var(--title-blue);
}

/* start inner tab pills design header*/
.navtab-pills-header{
  margin-bottom: 10px;
  white-space: nowrap;
  overflow-x: auto;
}
.allskip-header{
  background: #fff;
  text-align: center;
  margin-bottom: 10px;
  padding: 0 10px;
  border-radius: 5px;
  min-height: 58px;
}
.allskip-header a{
    font-size: 14px
  }
.link_pills{
  display: inline-flex;
  font-size: 14px;
  font-weight: 400;
  padding:6px 16px;
  margin: 0;
  color: var(--gray-800);
  background: #fff;
  border: 0;
  border-radius: 16px;
  transition: ease-in-out 0.2s;
  align-items: center;
}
.link_pills span{
  margin-right: 5px;
}
.link_pills+.link_pills{
  margin-left: 5px
}
.link_pills:hover{
  color: var(--primary);  
  background: rgb(0, 74, 171, 13%);
  text-decoration: none    
}
.link_pills.active{
  color: var(--primary);
  background: rgb(0, 74, 171, 13%);
}
.responseTabNew .navtab-pills-header .prem-io-svg,.prescreened-col .tab-overview-col-head .prem-io-svg{
  /*width: 17px;*/
  height: 15px;
  margin: 0px 2px 0 25px;
}
.link_underlined{
  display: inline-block;
  font-weight: 400;
  padding:20px 6px 12px;
  margin: 0;
  color: var(--gray-800);
  background: #fff;
  border: 0;
  transition: ease-in-out 0.2s;
  border-bottom: 2px solid transparent
}
.link_underlined+.link_underlined{
  margin-left: 10px
}
.link_underlined:hover{
  color: var(--primary);  
  text-decoration: none;
  border-bottom: 2px solid transparent
}
.link_underlined.active{
  border-bottom-color: var(--primary);  
  background: #fff;
  color: var(--primary)
}
/* end inner tab pills design header*/
.response-tab-content-right.profile_tab .nodata-box{
  padding: 50px 0;
  background: #fff;
  border-radius: 5px;
}
/* attachment new design for comment/evaluate */
.attachment-set{
  width: calc(100% - 45px);
}
.attachment-set.full-width{
  width: 100%;
}
.attachment-outline{
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 100%;
  overflow: hidden;
  transition: 0.5s ease all;
}
.attachment-entry-area{
  margin-bottom: 15px;
}
.attachment-entry-area .form-control.custom-input{
  border: 0;
  height: auto;
  margin-bottom: 10px;
  min-height: 110px;
  padding: 10px 12px;
}
.attachment-entry-area .form-control.custom-input.custom-textbox{
  border: 0;
}
/* to override ev-theme-style.css */
.attachment-entry-area .form-control.custom-input:focus,.attachment-entry-area .form-control.custom-input:active{
  box-shadow: none;
}
.attachment-entry-area .form-control.custom-input.custom-textbox:hover,.attachment-entry-area .form-control.custom-input.custom-textbox:active{
  box-shadow: none;
  border: 0;
}
.attachment-outline:focus-within,.attachment-outline.active {
  border-color: #3d82ab;
  box-shadow: 0px 0px 12px rgb(61 130 171 / 20%);
}
.attachment-outline.error-input {
  border: 1px solid #da0400;
  box-shadow: 0px 0px 12px rgb(218 4 0 / 15%);
}
.attachment-outline.hover-input:hover {
  border-color: #727272;
}
.attachment-bottombar{
  padding: 10px; 
  border-top: 1px solid #ddd;
  background: #f8f8f8;
  border-radius: 0 0 5px 5px;
}
.attachment-outline .attachment-items{
  padding: 0 10px;
}
/* start visibility sec css */

.attachment-bottombar .visibility-down>p{
  margin: 0 15px 0 0;
}
.visibility-down .dropdown-menu{
  top: auto;
  padding: 0;
  box-shadow: -1px -10px 30px 0px rgb(0 0 0 / 10%);
  min-width: 260px;
  bottom: 100%;
  border: none;
  overflow: hidden;
  border-radius: 10px 10px 0 10px;
}
.visibility-down .btn{
  font-size: 14px;
  font-weight: 400;
}
.dropdown .caret {
  margin: 0 0 1px 5px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px dashed;
}
.visibility-dropdown li a{
  padding: 12px 15px 12px 40px;
  transition: 0.3s ease-in-out;
  position: relative;
}
.visibility-option a.dropdown-option.active:before{
  content: "";
  background-image: url(/assets/img/tick-min.svg);
  position: absolute;
  width: 20px;
  height: 15px;
  top: 17px;
  left: 10px;
  background-size: 100%;
  background-repeat: no-repeat;
}
a.dropdown-option.active span.visibility-content p {
  color: var(--secondary);
}
a.dropdown-option.active, a.dropdown-option.active:hover,a.dropdown-option.active:focus,a.dropdown-option.active:active{
  background-color: #DFE8EF;
  cursor: pointer;
  text-decoration: none;
}
/* .visibility-dropdown li a:focus,.visibility-dropdown li a:active,.visibility-dropdown li a.active{
  background-color: #DFE8EF;
  cursor: pointer;
  text-decoration: none;
} */
.visibility-dropdown li a:hover{
  cursor: pointer;
  text-decoration: none;
  background-color: #f6f6f6;
}
.visibility-dropdown li p {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 5px;
  color: var(--gray-600);
}
.visibility-content span{
  font-size: 13px;
  font-weight: 300;
}

/* end visibility sec css */


/* #evaluate_scorecard .modal-footer{
  border: 0;
} */
/* attachment new design */

#search-close .close ,.search-close-icon .close{
  width: 15px;
  opacity: 0.8;
}
.search-close-icon-show {
  display: block !important;
}
.response-tab-stages .stage-title h4{
  text-transform: capitalize;
}
.search-developer-result .stage-title h4{
  margin-bottom: 10px;
}
.search-developer-input .search-close-icon{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  z-index: 5;
  display: none;
}
#inputsearch_text:focus .dev-search-input {
  display: block;
}
.response-tabs-search md-switch, .response-breadcrumb-warp md-switch{
  background: var(--gray-100);
  margin: 0 15px 0 0;
  padding: 6px 15px;
  border-radius: 10px;
  height: 40px;
  border: 1px solid transparent;
} 
.response-tabs-search .search-candidate-wraper md-switch.ng-empty {
  background-color: transparent;
  border: 1px solid var(--green);
}
.response-tabs-search .search-candidate-wraper md-switch.ng-not-empty {
  background-color: rgb(38 177 112 / 10%);
}
.sticky_top_10{
  position: sticky;
  top: 10px;
}
.new-counter-thumbs-up{
  justify-content: flex-end;
}
.new-counter-thumbs-up i{
  margin-right: 2px;
}
.response-tabs-search md-switch.candidate-filter{
  width: 140px;
}
.admin-customs-css.nav-tabs-underline.nav-tabs>li+li{
  margin-left: 10px;
}
.admin-customs-css.nav-tabs-underline.nav-tabs>li>a{
  padding: 15px 10px;
}
.tab-overview-col-head span.skip_count_head {
  margin-left: 2px;
}
.tab-overview-col-head .tab-head-icon {
  margin-right: 10px;
}
.tab-overview-col-head .tab-head-icon img {
  width: 14px;
  margin-right: 5px;
}
.tab-overview-col-head .tab-head-icon i.fa {
  margin-left: 10px; 
}
.head-count-box {
  display: flex;
  align-items: center;
  /*border: 1px solid var(--light);*/
  padding: 6px;
  min-width: 40px;
  justify-content: center;
  position: relative;
}
.count-divider {
  color: var(--gray-300);
}
.head-count-box span.viewed-tag, .head-count-box .viewed-tag {
  display: unset;
  border-radius: unset;
  background-color: unset;
  width: auto;
  height: auto;
}
.head-count-box .credit-info-popover {
  width: 80px;
  bottom: 35px;
  padding: 6px;
  left: -4;
}
.head-count-box .credit-info-popover p {
  margin-bottom: 0;
  font-size: 12px;

}span.matching-title {
  width: calc(100% - 20px);
}
.responseTabNew .prem-io-svg.prem-dev-crown {
  width: 17px;
  height: 15px;
  margin: 0px 8px 0 0;
  vertical-align: baseline;
}
/*.badge.badge-talent {
  text-transform: capitalize;
  background: var(--green);
  font-weight: 400;
  vertical-align: baseline;
  padding: 6px 15px;
  border-radius: 25px;
}*/
.ai-actions-dropdown .dropdown-menu {
  padding: 0;
  left: 16px;
}
.ai-actions-dropdown .dropdown-menu>li {
  padding: 0;
  border-bottom: 1px solid var(--gray-300);
  font-weight: 400;
}
.ai-actions-dropdown .dropdown-menu>li:last-child {
  border-bottom: 0 solid transparent;
}
.ai-actions-dropdown .dropdown-menu>li>a {
  padding: 10px;
}
.ai-actions-dropdown .dropdown-menu>li>a:hover {
  background-color: transparent;
}
.ai-actions-dropdown .btn-bot.btn-bot-call {
  margin-right: 15px;
}
.btn-blue.btn-stages {
  font-size: 14px;
  border-radius: 8px;
  padding: 9px 15px;
  /*background: var(--ai-gredient);*/
  background: transparent;
  /*margin-right: 15px;*/
  margin-right: 0;
  /*height: 40px;*/
  border: 0;
}
.btn-blue.btn-stages:hover {
  border: 0;
  cursor: pointer;
  background-color: var(--ai-gredient);
}
/*.label-select-stage {
  display: inline-flex;
  background-color: var(--white);
  border-radius: 8px;
  margin-right: 15px;
  border: 1px solid rgb(36 90 255 / 40%);
  height: 40px;
}*/
.label-select-stage>p {
  padding: 8px 14px;
  color: var(--gray-600);
  font-size: 14px;
  margin: 0;
  font-weight: 500;
  border-right: 1px solid var(--gray-400);
}
.label-select-stage a.remove_select {
  padding: 12px 10px;
  border-left: 1px solid var(--white);
  margin-left: 2px;
}
.label-select-stage a.remove_select:hover {
  box-shadow: 0px 0px 0px 3px rgb(0 110 255 / 30%);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.label-select-stage a.remove_select img {
  width: 14px;
  filter: invert(1);
}

/* css for select AI Actions modal */
.select-aiaction-modal button.close {
  width: 18px;
}
.select-aiaction-modal button.close img {
  width: 100%;
}
.select-aiaction-modal .modal-dialog {
  width: 100%;
  max-width: 450px;
}
.select-aiaction-modal .modal-content {
  border-radius: 25px;
}
.select-aiaction-modal .modal-body {
  padding: 30px;
}
.select-aiaction-modal .custom-control.custom-radio-filter {
  margin: 20px 0;
}
.select-aiaction-modal .custom-radio-filter input {
  vertical-align: middle;
  margin: 0 5px 0 0;
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.select-aiaction-modal label.custom-ai-label {
  margin: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}
.select-aiaction-modal hr.sec-divider {
  margin-bottom: 30px;
  border-top: 1px solid var(--gray-300);
}
hr.radio-divider {
  border-top: 1px solid var(--gray-300);
  margin-left: 34px;
}
.select-aiaction-modal a.back-icon {
  font-size: 16px;
  color: var(--black);
}
.select-aiaction-modal a.back-icon img {
  margin-right: 5px;
}
.select-aiaction-modal [type="radio"]:checked,
.select-aiaction-modal [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.select-aiaction-modal [type="radio"]:checked + label,
.select-aiaction-modal [type="radio"]:not(:checked) + label
{
  position: relative;
  padding-left: 34px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: var(--black);
}
.select-aiaction-modal [type="radio"]:checked + label {
  color: var(--black);
}
.select-aiaction-modal [type="radio"]:checked + label:before,
.select-aiaction-modal [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid var(--gray-600);
  border-radius: 100%;
  background: var(--white);
}
.select-aiaction-modal [type="radio"]:checked + label:before {
  border: 1px solid var(--primary);
}
.select-aiaction-modal [type="radio"]:checked + label:after,
.select-aiaction-modal [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: var(--primary);
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.select-aiaction-modal [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.select-aiaction-modal [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
textarea.ai-textarea {
  width: 100%;
  max-width: 354px;
  height: 80px;
  padding: 12px;
  margin: 15px 0 15px 34px;
  box-sizing: border-box;
  border: 2px solid var(--gray-300);
  border-radius: 10px;
  background-color: var(--white);
  font-size: 14px;
  resize: none;
}
.btn-blue.btn-proceed {
  margin-left: 34px;
}
.screening-intvw-box {
  border-radius: 10px;
  padding: 12px;
  margin: 10px 0;
  border: 1px solid transparent;
}
.screening-intvw-box.intvw-details {
  border-color: var(--gray-300);
}
.screening-intvw-box.agent-task-box {
  background-color: rgb(38 177 112 / 10%);
  margin-bottom: 30px;
}
.screening-intvw-box h4 {
  font-size: 14px;
}
.screening-intvw-box h5, 
.screening-intvw-box p {
  font-size: 12px;
}
.agent-task-box img {
  width: 16px;
  margin-right: 5px;
}
.table.table-total-count>tbody>tr>td {
  border: none;
  vertical-align: middle;
  padding: 0;
}
.table.table-total-count>tbody>tr>td.table-divider {
  width: 20px;
  text-align: center;
}
.table.table-total-count>tbody>tr>td:first-child {
  width: 136px;
}

/* //css for select AI Actions modal */

.module-border-wrap {
  position: relative;
  padding: 0;
  background: linear-gradient(90deg, #2c67f2 0, #6f62f4 100%);
  background: var(--ai-gredient);
  border-radius: 8px;
  margin-right: 15px;
  height: 40px;
}
.module {
  background: transparent;
  color: var(--white);
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.module p {
  margin: 0;
  padding: 0 10px;
  color: var(--white);
}


/*Start: Button animaiton css*/
.animated-button1 {
  padding: 0;
  display: flex;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  box-shadow: none;
  height: 40px;
  align-items: center;
}

.animated-button1::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #ad8585;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

.animated-button1:hover::before {
  opacity: 0.2;
}

.animated-button1 span {
  position: absolute;
}

.animated-button1 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 8, 0)), to(#d92626));
  background: linear-gradient(90deg, #00BDF7, #1F5BFF, #931FFF);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.animated-button1 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 8, 8, 0)), to(#d92626));
  background: linear-gradient(90deg, #00BDF7, #1F5BFF, #931FFF);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.animated-button1 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(43, 8, 8, 0)), to(#d92626));
  background: linear-gradient(90deg, #00BDF7, #1F5BFF, #931FFF);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.animated-button1 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
/*  background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 8, 0)), to(#d92626));*/
  background: linear-gradient(90deg, #00BDF7, #1F5BFF, #931FFF);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
/*End: Button animaiton css*/

.tab-overview-col-head .tab-head-icon img.matching-dropdown-img {
  width: 14px;
  margin: 0 0 0 5px;
}
.tab-all-skipped .allskip-content {
  overflow-x: clip;
}

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

}
@media screen and (max-width: 1367px){
  .helpbar-open .nav-tabs-underline.nav-tabs>li>a {
    font-size: 14px;
  }
}
/*media css for 1366x580 screen*/
@media screen and (max-width: 1366px){
  .nav-tabs-underline.nav-tabs>li>a {
    font-size: 14px;
  }
  .response-tabs-search md-switch{
    font-size: 13px;
  }
  .search-main-page {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1280px){
  .nav-tabs-underline.nav-tabs>li>a{
    font-size: 14px;
    padding: 15px 10px;
  }
  .helpbar-open .nav-tabs-underline.nav-tabs>li>a {
    font-size: 12px;
  }
  .helpbar-open .bot-bnr-txt p {
    font-size: 12px;
  }
  .response-tabs-search .nav-tabs-underline {
    width: calc(100% - 600px);
  }
  .search-candidate-wraper {
    width: 585px;
    justify-content: flex-end;
  }
  .module p {
    min-width: 113px;
  }
  .module-border-wrap {
    margin-right: 10px;
  }
  .response-tabs-search md-switch, 
  .response-breadcrumb-warp md-switch {
    margin: 0 10px 0 0;
  }
  .response-tabs-search .search-candidate .input-group, 
  .response-breadcrumb-warp .search-candidate .input-group {
    margin-right: 10px;
  }
  .ai-actions-dropdown .btn-bot.btn-bot-call {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1024px){
  /*.response-tabs-search .nav-tabs-underline{
    width: calc(100% - 235px)
  }*/
  /*.response-tabs-search .search-candidate{
    width: 210px;
  }*/
  .response-tabs-search .nav-tabs-underline.nav-tabs>li+li{
    margin-left: 10px;
  }
  .response-tabs-search .nav-tabs-underline.nav-tabs>li{
    display: inline-flex;
    float: none;
  }
  .response-tabs-search .search-candidate .input-group .custom-input, .nav-tabs-underline.nav-tabs>li>a, .search-candidate-wraper md-switch .md-label{
    font-size: 12px;
  }
}
@media screen and (max-width: 992px){
  .response-tab-wrapper .response-tabs-search{
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .response-tabs-search .nav-tabs-underline{
    margin-bottom: 0px;
    width: 100%;
  }
  .response-tabs-search .search-candidate .input-group .custom-input, .nav-tabs-underline.nav-tabs>li>a, .search-candidate-wraper md-switch .md-label{
    font-size: 15px;
  }
  .response-tabs-search .search-candidate{
    width: 100%;
  }
  .search-candidate-wraper{
    padding-bottom: 5px;
    width: 100%;
  }
  .response-tabs-search .search-candidate .input-group{
    width: 100%;
  }
}
@media screen and (max-width: 860px){
  .response-tab-sidebar-left{
    width: 220px;
  }
  .response-tab-content-right.profile_tab{
    max-width:calc(100% - 220px);
  }
  .card-developer span.dev-avtar{
    width: 30px;
    height: 30px;
  }
  .card-developer .dev_name{
    width: calc(100% - 40px);
  }  
  .card-developer .dev_name h5{
    font-size: 14px;
  }
  .search-main-page{
    margin-top: 15px;
  }
  .response-nodata-content{
    padding: 0;
  }
  .link_underlined {
    padding: 20px 6px 12px;
  }
  .allskip-header a {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px){

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

}
@media screen and (max-width: 600px){
  .search-main-page .cols-12.response-page-cols{
    padding: 0;
  }
  .search-feed-content .response-tab-wrapper .tab-pane{
    background: #fff;
  }
  .response-tabs-search .nav-tabs-underline{
    width: 100%;
    padding: 0 10px;
  }
  .response-tabs-search .search-candidate .input-group,.response-breadcrumb-warp .search-candidate .input-group{
    width: 100%;
  }
  .response-tabs-search .nav-tabs-underline.nav-tabs>li a {
    font-weight: 400;
  }
  .tab-content-inner,.profile-card-wrap{
    display: block;
  }
  .response-tab-sidebar-left,.response-tab-content-right.profile_tab{
    width: 100%;
    flex: 0 0 100%;
  }
  .link_underlined+.link_underlined{
    margin: 0;
  }
  .tab-all-skipped{
    padding-top: 10px;
  }
  .allskip-content{
    height: auto;
    max-height: unset;
  }
  .allskip-header{
    padding: 0;
    min-height: 40px;
  }
  .allskip-header a{
    width: 48%;
    font-size: 14px;
    padding: 10px;
  }
  .card-developer{
    padding: 15px 10px;
  }
  .navtab-pills-header{
    background: #ffff;
    padding: 10px;
    border-top: 1px solid var(--gray-200);
    margin: 0;
  }
  .response-nodata-content .referral-bnr-flex{
    max-width: 96%;
  }
  .response-nodata-content .referral-bnr-flex{
    flex-direction: column;
  }
  .response-nodata-content .blank-referral-screen .referral-banner .ref-price-content-left,.response-nodata-content .blank-referral-screen .referral-banner .ref-content-right{
    width: 100%;
    min-width: 100%;
  }
  .response-nodata-content .blank-referral-screen .ref-content-inner{
    padding-top: 25px;
  }
  .response-nodata-content .nodata-text h3{
    font-size: 18px;
  }
  .tab-all-skipped{
    margin: 0 10px 0 10px;
  }
  .response-tab-content-right.profile_tab .nodata-box{
    padding: 0;
  }
  .search-main-page{
    margin-top: 0;
  }
  .search-candidate-wraper md-switch.md-inverted .md-container, .response-breadcrumb-warp md-switch.md-inverted .md-container{
    margin-right: 8px;
  }
  .link_pills {
    font-size: 12px;
    padding: 5px 14px;
  }
  .responseTabNew .navtab-pills-header .prem-io-svg, 
  .prescreened-col .tab-overview-col-head .prem-io-svg {
    width: 12px;
    height: auto;
    margin: 0 4px 0 0;
    display: flex;
    align-items: center;
  }
  .allskip-content .matching-tags.matching-tag-xs {
    margin-top: 0;
    display: inline-block;
  }
  span.experience-xs {
    font-size: 11px;
    font-weight: 500;
  }
  span.label.label-primary.label-rating {
    padding: 3px 6px;
    font-size: 10px;
    margin-right: 3px;
  }
  span.label.label-primary.label-rating>i {
    margin-right: 3px;
  }
  .label {
    font-size: 10px;
  }
  .ai-talent-xs md-switch {
    margin: 0;
  }
  .ai-talent-xs .btn-rt-xs md-switch {
    padding: 6px 15px;
  }
  .response-tabs-search md-switch, .response-breadcrumb-warp md-switch {
    display: flex;
    justify-content: space-between;
    width: 100%;
    /* border-bottom: 1px solid var(--gray-300); */
    font-size: 16px;
    padding: 20px 15px;
    background-color: transparent;
    border: 1px solid var(--green);
    margin: 10px 0;
  }
  span.free-talent-switch {
    font-size: 14px;
  }
  .free-talent-switch span.svg-20 {
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }
  .free-talent-switch .svg-20 svg {
    width: 16px;
    height: 16px;
    margin-right: 0;
    text-align: right;
  }
}
@media screen and (max-width: 599px){
  .response-tabs-search{
    margin: 0 auto 0;
    flex-direction: column-reverse;
  }
  .mobile-custom-tab .view-posting-tab{
    margin-bottom: 0;
    white-space: nowrap;
    overflow-y: auto;
  }
  .card-developer {
    padding: 15px;
    border-radius: 15px;
  }
  .card-developer span.dev-avtar{
    width: 50px;
    height: 50px;
  }
  .card-developer .dev_name{
    width: calc(100% - 60px);
  }

  /*mobile breadcrumb*/
  .response-breadcrumb{
    padding: 10px 15px;
    width: 100%;
  }
  .breadcrumb-left{
    width: 25px;    
  }
  .breadcrumb-left a {
    display: block;
    font-size: 30px;
    color: #101010;
  }
  .breadcrumb-right{
    width: calc(100% - 25px);
  }
  .breadcrumb-icons{
    text-align: right;
  }
  .breadcrumb-icons a{
    padding: 5px;
    font-size: 18px;
    color: #101010;
  }
  /* //// mobile breadcrumb*/
  .card-developer .dev_name h5{
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 4px;
  }
  .card-developer .font-tertiary{
    font-size:11px;
  }
  #search-candidate{
    width: 100%;
    border-top: 1px solid var(--gray-200);
  }
  .breadcrumb-title p{
    text-transform: capitalize;
    margin-bottom: 0;
    color: var(--gray-500);
    font-weight: 400;
    font-size: 18px;
  }
  .breadcrumb-title p a{
    font-weight: 400;
  }
  .dev-count{
    width: 20px;
    height: 20px;
    background-color: var(--primary);
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    color: white;
    font-size: 11px;
    margin-right: 20px;
  }
  .search-candidate-wraper{
    padding-bottom: 0px;
  }
  .responseTabNew .prem-io-svg.prem-dev-crown {
    margin: 0px 4px 0 0;
    width: 13px;
    height: 13px;
  }
  .response-tab-wrapper .response-tabs-search {
    padding: 15px 0;
  }
  .ai-actions-dropdown .btn-bot.btn-bot-call {
    margin-right: 15px;
  }
  .response-tabs-search .search-candidate .input-group .custom-input {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px){
  #evaluate_scorecard .attachment-bottombar.flex-center{
    display: block;
    text-align: center;
  }
  #evaluate_scorecard .visibility-down{
    justify-content: center;
    margin-top: 10px;
  }
  .breadcrumb-title p{
    font-size: 15px;
  }
  .breadcrumb-left a{
    font-size: 25px;
  }
}
@media screen and (max-width: 375px){

}
@media screen and (max-width: 360px){
  .sub-stage-card{
    padding: 10px 15px;
  }
}