/*start common for profile page css*/
.btn.btn-normal.px-30,.btn.px-30{
  padding:8px 30px;
}
.mb-10{
  margin-bottom: 10px
}
.mb-15{
  margin-bottom: 15px
}
.mb-20{
  margin-bottom: 20px
}
.mb-30{
  margin-bottom: 30px
}
.font-tertiary{
  font-size: 12px;
  color: var(--gray-600);
}
.profile-inner-tabs h1{
  font-size: 32px;
  margin-top: 0;
  font-weight: 500;
}
.profile-inner-tabs h2{
  font-size: 28px;
  margin-top: 0;
  font-weight: 500;
}
.profile-inner-tabs h3{
  font-size: 24px;
  margin-top: 0;
  font-weight: 500
}
.profile-inner-tabs h4{
  /* font-size: 20px;
  margin-top: 0;*/
  font-weight: 600 ;
  color: var(--black);
  margin-bottom: 5px;
}
.profile-inner-tabs h5{
  font-size: 18px;
  margin-top: 0;
  font-weight: 500
}
.profile-inner-tabs h6{
  font-size: 16px;
  margin: 0 0 5px 0;
  text-transform: capitalize;
}
.label {
  padding: 5px 10px;
  font-size: 10px;
  border-radius: 3px;
  font-weight: 400;
  display: inline-block;
}
.label-warning {
  background: var(--yellow);
}
.label-success{
  background: var(--green);
}
.label-primary{
  background: var(--primary);
}
.btn .label{
  border-radius: 50%;
  margin-left: 3px;
}
/*end start common css*/

/* start profil TAB design*/
.profile-inner-tabs .nav-tabs-underline{
  white-space: nowrap;
  overflow-x: auto;
  border-radius: 5px 5px 0  0;
}
.profile-inner-tabs .nav-tabs-underline.nav-tabs>li{
  margin: 0;
  display: inline-flex;
  float: none;
}
.profile-inner-tabs .nav-tabs-underline.nav-tabs>li>a{
  font-size: 15px;
  font-weight: 500;
  padding: 15px;
  margin: 0;
  color: var(--black);
  background: var(--white);
  border: 0;
  border-radius: 0;
  /*display: inline-flex;*/
}
.profile-inner-tabs .nav-tabs-underline.tab-interview{
  display: flex;
  flex-direction: row;
}
.profile-inner-tabs .nav-tabs-underline.nav-tabs.tab-interview>li:first-child{
  order: 1;
}
.profile-inner-tabs .nav-tabs-underline.nav-tabs.tab-interview>li:nth-child(2){
  order: 2;
}
.profile-inner-tabs .nav-tabs-underline.nav-tabs.tab-interview>li:nth-child(3){
  order: 3;
}
.profile-inner-tabs .nav-tabs-underline.nav-tabs.tab-interview>li:nth-child(4){
  order: 5;
}
.profile-inner-tabs .nav-tabs-underline.nav-tabs.tab-interview>li:nth-child(5){
  order: 6;
}
.profile-inner-tabs .nav-tabs-underline.nav-tabs.tab-interview>li:nth-child(6){
  order: 4;
}
.profile-inner-tabs .nav-tabs-underline.nav-tabs.tab-interview>li:nth-child(7){
  order: 7;
}
.profile-inner-tabs .nav-tabs-underline.nav-tabs>li>a .label{
  margin-left: 5px;
}
.profile-inner-tabs .nav-tabs-underline.nav-tabs>li.active>a, .profile-inner-tabs .nav-tabs-underline.nav-tabs>li.active>a:focus, .profile-inner-tabs .nav-tabs-underline.nav-tabs>li.active>a:hover{
  color: var(--primary);
  border: 0;
  border-bottom: 2px solid var(--primary);
}
.profile-inner-tabs .nav-tabs-underline.nav-tabs>li>a:hover{
  color: var(--primary);
  border: 0;
}
.common-left-title h5{
  font-size: 16px;
}
.prj-title h5{
  font-weight: 400;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 5px;
}
/* .matching-projects-show .common-div{
  border-bottom: 0;
  padding: 0;
} */
/* start tab horizontal slick scroll bar */
.profile-inner-tabs .nav-tabs-underline::-webkit-scrollbar {
  height: 0;
}
.profile-inner-tabs .nav-tabs-underline::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.profile-inner-tabs .nav-tabs-underline::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 10px;
  border: 1px solid #ffffff;
}
/*end tab horizontal slick scroll bar */

/* end profil TAB design*/

/*start profile card topbar pagination*/
.card-pagination{
  background: #fff;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 5px;
  min-height: 58px;
}
.card-pagination .hurryhup-wrap{
  width:calc(100% - 190px)
}
.card-pagination .hurryhup{
  display: inline-block;
  color: #755f03;
  font-size: 16px;
  font-weight: 500;
  background: #fff8df;
  padding: 5px 10px;
  border-radius: 5px;
}
.card-pagination .hurryhup img{
  width: 30px;
  margin-right: 5px;
}
.card-pagination .hurryhup i{
  font-size: 20px;
  padding-right: 10px;
}
.nav-pagination{
  width: 180px;
  justify-content: end;
}
.nav-pagination p{  
  font-size: 16px;
  color: var(--gray-700);
  font-weight: 400;
  margin: 0 15px 0 0;
  padding-right: 15px;
  border-right: 1px solid  var(--gray-500)
}
.nav-pagination a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid var(--secondary);
  border-radius: 50%;
  color: var(--secondary);
  transition: ease-in-out 0.2s;
}
.nav-pagination a:hover{
  background:var(--secondary);
  color: var(--white);
  text-decoration: none;
}
.nav-pagination a:active,.nav-pagination a:focus{
  text-decoration: none;
}
.all-tab-pagination{
  background: #fff;
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
}
.all-candidate-backG597{
  margin-top: 5px;
}
.all-tab-pagination .all-candidate-back{
  margin: 0;
  display: flex;
  align-items: center;
  font-size: 14px;
}
/*end profile card topbar pagination*/

/*start profile page struceture*/
.profile-card-left{
  width: calc(100% - 230px);
}
/*end profile page struceture*/

/* start profile full card*/
.profile-card{
  width: calc(100% - 10px);
  background: white;
  border-radius: 5px;
  padding: 10px;
  position: relative;
  margin-bottom: 10px;
}
.profile-card-content{
  position: relative;
  width: calc(100% - 185px);
}
.profile-card-content .profile-avtar{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
  text-align: center;
}
.profile-card-content .profile-avtar img{
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.profile-card-content .status-indicator{
  position: absolute;
  top: 63px;
  left: 63px;
  z-index: 5;
  width: 14px;
  height: 14px;
  background-color: var(--gray-300);
  border: 2px solid #fff;
  border-radius: 50%;
}
.profile-card-content .status-indicator.online{
  background-color:var(--primary);
}
.profile-card-content .status-indicator.offline{
  background-color:var(--gray-500);
}
.common-profile-content h3{
  margin: 0 10px 0 0;
  color: var(--title-blue);
  font-size: 22px;
  font-weight: 500;
  white-space: nowrap;
}
.common-profile-content{
  display: flex;
  align-items: center;
}
.common-profile-content p{
  margin: 0;
  font-size: 13px;
}
.common-profile-content p label, .common-profile-content .badge.badge-free{
  margin-right: 3px;
}
.common-profile-content .badge.badge-free.badge-free-xs{
  margin: 0 0 0 5px;
}
.profile-card-dtls .dislike_opt{
  display: inline-block;
  width: auto;
  position: relative;
}
.dislike_opt a.btn-dislike,.dislike_opt-mobile a.btn-dislike{
  display: inline-flex;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
  padding: 7px 8px !important;
  font-size: 16px;
  transition: 0.3s ease-in-out;
  border: 1px solid #ddd;
  color: var(--red);
  position: relative;
  overflow: hidden;
  text-align: center;
}
.dislike_opt-mobile a.btn-dislike{
  color: var(--gray-700);
  border: 1px solid var(--gray-700);
}

.dislike_opt a.btn-dislike, .dislike_opt-mobile a.btn-dislike{
  text-decoration: none;
}
.dislike_opt a.btn-dislike:hover,.dislike_opt a.btn-dislike:active,.dislike_opt a.btn-dislike:focus{
  width: 130px;
  border-radius: 50px;
  padding: 8px 12px;
  text-align: left;
  background: #ffffff;
  text-decoration: none;
}
.dislike_opt a.btn-dislike:after {
  content: 'Skip Candidate';
  font-size: 12px;
  position: absolute;
  top: 7px;
  left: 32px;
  transition: 0.3s ease-in-out;
  white-space: nowrap;
}

.dislike_opt a.btn-dislike i{
  vertical-align: middle;
}
.dropdown-dislike.dropdown-menu{
  margin: 0;
  padding: 10px 0;
  border-radius: 5px
}
.dropdown-dislike.dropdown-menu>li>a{
  padding: 8px 20px;
  font-weight: 400;
  font-size: 14px;
}
.dropdown-dislike.dropdown-menu>li>a:hover,.dropdown-dislike.dropdown-menu>li>a:focus{
  background-color: #eef4fc;
}
.profile-card .profile-info{
  margin-left: 95px;
}
.profile-dtls p{
  margin: 5px 0;
  font-size: 13px;
}
.profile-dtls .btn{
  margin-top: 10px
}
.profile-dtls button img{
  width: 18px;
  height: 18px;
  margin-right: 3px;
}
.profile-skills{
  width: 220px;
}
.matching-rating-sec .profile-skills-set{
  border-radius: 5px;
  list-style-type: none;
  padding-left: 0;
}
.profile-skills-set li {
  font-size: 12px;
  display: flex;
  align-items:center;
  margin: 0
}
.profile-skills-set li+li{
  margin-top: 5px
}
.profile-skills-set span:first-child, .profile-skills-set label {
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 500;
  text-align: center;
}
.profile-skills-set span:first-child{
  background-color: #f1f1f1;
  border: 1px solid #e5e5e5;
  color: var(--secondary);
  width: 38%;
  border-radius: 50px 0 0 50px;
  padding: 6px 14px ;
}
.profile-skills-set label{
    border-radius: 0 50px 50px 0;
    color: #fff;
    margin-right: 10px;
    border: 1px solid transparent;
    padding: 9px 14px 8px 14px;
}
.profile-skills-set label i{
  padding-right: 5px
}
/* end profile full card*/

/*start profile inner tab*/
.profile-inner-tabs{
  background: #fff;
  margin: 0 10px 0 0;
  border-radius: 10px
}
.profile-inner-tabs .nav-tabs-underline.nav-tabs>li+li{
  margin-left: 8px;
}
.profile-inner-tabs .nav-tabs-underline.nav-tabs.small>li>a{
  padding: 12px 8px;
}
.profile-inner-tabs .tab-content{
  padding:10px 15px;
}
.candidate-full-details{
  padding:10px;
}
/*end profile inner tab*/

/*start profile tab */
.candidate-video{
  margin-bottom: 15px
}
.candidate-full-details .aboutme {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.candidate-full-details .aboutme p{
  font-weight: 400;
}
.dev-technical-skils h6{
  margin-bottom:20px;
}
.dev-technical-skils ul{
  padding: 0;
  list-style-type: none;
}
.dev-technical-skils ul li{
  font-size: 13px;;
}
.candidate-full-details .dev-technical-skils ul li+li{
  margin-top: 15px
}
.profile-sec-items {
  border: 1px solid var(--gray-200);
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 15px;
}
.skill_tags p{
  font-size: 13px;
  font-weight: 500
}
ul.skills-list {
  padding-left: 0;
  margin-bottom: 0;
}
ul.skills-list li {
  display: inline-block;
  list-style: none;
  margin: 0px 12px 15px 0;
}
ul.skills-list li a{
  display: block;
}
ul.skills-list li a:hover{
  text-decoration: none
}
.skill_full_badge {
  display: inline-flex;
  background-color: #e5e5e5;
  border-radius: 50px;
  overflow: hidden;
}
.skill_full_badge p{
  font-size: 12px;
  display: inline-flex;
  margin: 0;
  text-transform: capitalize;
  padding: 6px 14px;
  float: left;
  font-weight: 500
}
.skill_full_badge.catagory-badge p{
  display: inline-block;
}
.catagory-badge small {
  color: var(--gray-600);
  font-weight: 400;
}
p.badge-content {  
  background-color: var(--gray-100); 
  border-radius: 50px 0 0 50px;  
  border: 1px solid var(--gray-200);
  color: var(--black);
}
p.badge-expertise {
  background-color: #aaa;
  border-radius: 0 50px 50px 0;
  color: #fff;
  padding-top: 7px;
}
p.badge-expertise.advanced{
  background-color: #5798d1;
}
p.badge-expertise.intermediate, .profile-skills-set label.intermediate{
  background-color: #fdbd77;
}
p.badge-expertise.expert, .profile-skills-set label.expert{
  background-color: #25ca76;
}
p.badge-expertise.beginner, .profile-skills-set label.beginner {
  background-color: #6ecec4;
}
p.badge-expertise.advanced p, p.badge-expertise.intermediate p, p.badge-expertise.expert p, p.badge-expertise.beginner p{
  color: #fff;
}
p.badge-expertise p {
  margin-bottom: 0;
  white-space: nowrap;
  align-self: center;
  display: inline-block;
  font-weight: 400;
}
.profile-description-left{
  flex:0 0 22%;
}
.c-other-details .left-title{
  flex:0 0 70px;
}
.dev-education ul{
  padding:0;
  list-style-type:none;
  margin-bottom:20px;
}
.c-other-details{
  margin-top:5px;
}
.c-other-details p{
  /* font-size: 12px; */
  text-align: justify;
}
.c-skills-sec .right-cont, .c-tools-sec .right-cont{
  color:var(--blue);
}
.right-cont a{
  /* line-height: 1.4; */
}
.right-cont .content-list-description{
    line-height: 1.4;
}
.dev-education div h6 i{
  margin-left:30px;
}
.c-other-details .tools{
  margin-bottom:20px;
}
.left-title span{
  font-weight:700;
}
.common-content p{
  font-weight:600;
  margin-bottom: 0;
}
.common-content a{
  font-size:13px;
}
.common-content p i{
  margin-left:15px;
}
.common-content span{
  font-weight:100;
  font-size: 12px;
}
.profile-description-right {
  width: 78%;
  padding-left: 0px;
  position: relative;
}
.profile-description-right .common-content{
  padding-bottom: 10px;
  position: relative;
}
.profile-description-right .common-content + .common-content {
  border-top: 1px solid #ddd;
  padding-top: 15px;
}
.education-view-section .common-content h6{
  width: calc(100% - 40px);
}
p.edu-institute-name.ng-binding {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 5px;
}
p.edu-year-txt {
  font-size: 13px;
  font-weight: 400;
  color: var(--gray-600);
}
.right-cont span.skill-txt {
  font-size: 14px;
}

/*end profile tab*/

/*start profile page right column/sidebar cards*/
.profile-sidebar-cards{
  width: 230px;
}
.sidebar-buttons{
  margin-bottom: 20px;
  background: #fff;
  padding: 15px 5px;
  border-radius: 5px;
}
.sidebar-buttons .move-btn-set{
  margin-bottom: 10px;
  width:100%
}
.sidebar-buttons .move-btn-set .btn_left{
  width:calc(100% - 40px);
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  padding-right: 5px;
}
.sidebar-buttons .move-btn-set .btn_right .btn{
  width:40px;
}
/*.sidebar-buttons .dropdown-menu{
  border-radius: 5px
}
.sidebar-buttons .dropdown-menu>li>a{
  padding: 5px 20px;
  font-weight: 500;
  font-size: 14px;
}
.sidebar-buttons .dropdown-header{
  padding: 5px 15px 2px;
  font-weight: 400;
  font-size: 13px;
}
.sidebar-buttons .dropdown-menu>li>a:focus, .sidebar-buttons .dropdown-menu>li>a:hover{
  background-color: var(--gray-200);
}*/
.sidebar-buttons div.dropdown-menu,.response-action-bar-mobile div.dropdown-menu,.profile-sidebar-cards .dropdown-menu-right{
  padding: 10px 0 0;
  min-width: 200px;
}
.sidebar-buttons div.dropdown-menu dl,.response-action-bar-mobile div.dropdown-menu dl,.profile-sidebar-cards div.dropdown-menu dl{
  display: block;
  padding: 0;
  margin-bottom: 10px;
}
.sidebar-buttons div.dropdown-menu dt,.response-action-bar-mobile div.dropdown-menu dt,.profile-sidebar-cards div.dropdown-menu dt{
  padding-left: 15px;
  font-weight: 500; 
  color: var(--gray-600);
}
.sidebar-buttons div.dropdown-menu dd,.response-action-bar-mobile div.dropdown-menu dd,.profile-sidebar-cards div.dropdown-menu dd{
  display: block;
}
.response-action-bar-mobile div.dropdown-menu dd a.disable{
  color: var(--gray-500);
}
.sidebar-buttons div.dropdown-menu dd a,.response-action-bar-mobile div.dropdown-menu dd a,.profile-sidebar-cards div.dropdown-menu dd a{
  display: block;
  white-space: nowrap;
  padding: 5px 20px;
  font-weight: 400;
  font-size: 14px;
}
.sidebar-buttons div.dropdown-menu dd a:hover,.sidebar-buttons div.dropdown-menu dd a:focus,
.response-action-bar-mobile div.dropdown-menu dd a:hover,.response-action-bar-mobile div.dropdown-menu dd a:focus{
  background-color: var(--gray-200);
  text-decoration: none;
}

.sidebar-buttons .dropdown-toggle,.response-action-bar-mobile .dropdown-toggle{
  position:relative
}
.sidebar-buttons .dropdown-toggle .divider{
  position: absolute; 
  top: 6px;
  left: 0;
  bottom: 6px;
  width: 5px;
  z-index: 5;
  border-right:1px solid #fff;
}
/*end btn group*/

.card-white{
  background: #fff;
  padding: 15px 10px;
  font-size: 13px;
  margin-bottom: 10px;
  border-radius: 5px;
} 
/*card interview */
.card-profile-interview h5{
  margin-top: 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}
.card-profile-interview h5 a{
  float: right
}
.card-profile-interview p{
  font-weight: 400;
  font-size: 13px;
}
ul.list-interview-info{
  padding: 0;
  margin: 0 0 0;
  text-align: left
}
.list-interview-info li{
  display: block;
  padding: 4px 0;
  position: relative;
  font-weight: 400;
  word-break: break-word;
}
.list-interview-info li a{
  float: right;
}
.list-interview-info li span.int_slots{
  display:block;
  padding-left: 20px;
  margin-bottom: 5px;
}
.list-interview-info li span.int_slots:last-child{
  margin: 0;
}
.list-interview-info li span.int_slots strong{
  color: var(--black);
  font-weight: 500
}
.list-interview-info li i{
  color: var(--blue)
}
.list-interview-info li.text-warning i{
  color: #c3950d
}
.list-interview-info li span.int_icon{
  display: inline-block;
  width: 22px;
  text-align: center;
}
.list-interview-info li.int-flx-item{
  display: flex;
}
.list-interview-info li.int-flx-item span.int_icon{
  width: 24px;
  padding-top: 2px;
}
.list-interview-info li.int-flx-item span.int-flx-info{
  width: calc(100% - 24px);
}
/*.card-profile-interview .btn+.btn{
  margin-left: 10px;
}*/
/*end card interview */

/*offer card*/
.card-profile-offer{
  font-size: 12px;
  text-align: center;
}
.card-profile-offer h5{
  margin-top: 0;
  color: var(--secondary);
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}
.card-profile-offer p{
  font-weight: 400;
  font-size: 14px;
  color: var(--black);
}
.card-profile-offer p.offer-status-txt{
  color: var(--gray-600);
}
.card-profile-offer span{
  /* font-size: 12px;
  font-style: italic */
  font-weight: 500;
}
.card-profile-offer .btn{
  margin-top: 10px;
}
/*end offer card*/

/* card hire */
.profile-sidebar-cards .card-hire-body h4{
  font-size: 18px;
  margin: 0 0 10px;
  color: var(--primary);
  font-weight: 500;
}
.profile-sidebar-cards .card-hire-body h4 i{
  font-size: 90%
}
.profile-sidebar-cards .card-hire-body h4 small.font-tertiary{
  color: var(--primary);
  font-weight: 400;
  font-size: 11px;
}
.profile-sidebar-cards .card-hire-body h4 small span{
  color: var(--gray-500);
}
.profile-sidebar-cards .card-hire-body ul{
  padding-left: 18px;
  margin-bottom: 0;
}
.profile-sidebar-cards .card-hire-body ul li{
  list-style: inherit;
}
.profile-sidebar-cards .card-hire-footer{
  padding: 20px 0 0;
}
.profile-sidebar-cards .card-hire-footer .btn{
  box-shadow: 0 10px 50px -10px rgb(46 174 62 / 35%)
}
/*end card hire - before hiring*/

/*card hire - after hiring */
.card-profile-hired{
  text-align: center;
}
.card-profile-hired h5{
  margin-top: 0;
  color: var(--title-blue);
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}
.card-profile-hired p{
  font-weight: 400;
  font-size: 13px;
}
.card-profile-hired span{
  font-size: 12px;
  font-style: italic
}
.card-profile-hired .btn{
  margin-top: 10px;
}
/*end card hire - after hiring */

/*add team member*/
.profile-sidebar-cards .card-white.card-invite{
  background: rgb(0, 74, 171, 13%);
}
.profile-sidebar-cards .card-invite h4{
  font-size: 18px;
  margin: 0;
  font-weight: 500;
  max-width: 130px;
}
.profile-sidebar-cards .card-invite img{
  max-width: 85px;
}
/*end add team member*/

/* card profile social share */
.profile-share-option{
  text-align: center;
  padding: 15px 5px 10px;
  border-bottom: 1px solid #ddd;
}

/* card report a problem */
.card-reporta-problem{
  margin: 10px 0 0;
  text-align: center
}
.card-reporta-problem a{
  color:var(--secondary);
  font-style: italic;
  font-size: 12px
}

/* common simple cards */
.profile-verification, .profile-Language, .profile-timezone, .dev-certification-view, .dev-hobbies-view, .dev-achiev-view,ul.list-verification li span{
  font-size: 14px;
}
.card-profile-sidebar h6{
  color: var(--gray-600);
  font-weight: 400;
  font-size: 14px;
}
ul.list-verification {
  padding-left: 0;
  margin-bottom: 0;
}
ul.list-verification li {
  list-style: none;
  display: flex
}
ul.list-verification li+li{
  margin-top: 10px
}
ul.list-verification li i{
  width:16px; 
  margin-right: 10px;
  font-size: 16px;
  text-align: center;
  color: var(--primary);
}
ul.list-verification li img{
  width:16px;
}
ul.list-verification li span{
  width:calc(100% - 42px);
  margin: 0;
}
/* card language */
ul.list-bullet{
  padding: 0 0 0 15px;
  margin: 0
}
ul.list-bullet li{
  list-style: inherit;
  font-size: 14px;
  font-weight: 500;
}
ul.list-bullet li+li{
  margin-top: 10px;
}
/*end common simple cards */
/*end profile page right column/sidebar cards*/


/*START TIMELINE TAB */
.timeline-wrap{
  margin: 15px 0
}
.timeline-item{
  padding: 0
}
.timeline-item .line{
  width: 30px;
  position: relative;
  min-height: 100px;
  margin-right: 20px;
}
.timeline-item .line:before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;  
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  background: var(--gray-400);
  z-index: 2;
}
.timeline-item .line .arrow{
  position: absolute;
  width: 16px;
  height: 16px;
  z-index: 3;
  top:12px;
  left: 50%;
  transform: translateX(-50%);  
}
.timeline-avtar{
  width: 40px;
  height: 40px;
  margin-right: 15px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
}
.timeline-avtar img{
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.timeline-date{
  width: 40px;
  height: 40px;
  margin-right: 15px;
  background: #f1f1f1;
  border-radius: 5px;
  text-align: center;
  line-height: 1.1;
  padding: 3px 6px;
}
.timeline-date p{
  font-size: 12px;
  color: var(--red);
  font-weight: 500;
  padding-bottom: 4px;
  margin-bottom: 2px; 
}
.timeline-date span{
  font-size: 12px;
  margin: 0;
  color: var(--gray-600);
  font-weight: 500
}
.timeline-icon{
  width: 40px;
  height: 40px;
  margin-right: 15px;
  background: #f1f1f1;
  border-radius: 5px;
  text-align: center;
  line-height: 1.1;
  padding: 7px 0;
  font-size: 24px;
  color: var(--gray-700);
}
.timeline-content{
  width: calc(100% - 50px);
  margin-bottom: 20px
}
.timeline-item:last-child .timeline-content{
  margin: 0;
}
.timeline-avatar-description{
   width: 100%;
}
.timeline-description{
  width: calc(100% - 55px);
}
.timeline-user-action{
  margin-bottom: 15px;
}
.timeline-user-action h6{
  margin: 0;
  line-height: 1.3;
  width: calc(100% - 140px);
  font-weight: 500
}
.timeline-user-action h6 span{
  color: var(--gray-600);
  font-weight: 400
}
p.timeline-action-date{
  margin: 0 0 5px;
  text-align: right;
  width: 130px
}
.timeline-step-action{
  margin-bottom: 15px;
}
.timeline-action-img-date{
  text-align: right
}
.timeline-action-img{
  display: flex;
  flex-direction:row-reverse;
  margin-right: 30px;
}
.timeline-action-img span{
  display: inline-flex;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-left: -10px;
  align-items:center;
  justify-content:center;
  border:2px solid #ffff;
  font-size: 12px;
}
.timeline-action-img span img{
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.timeline-step-action img{
  margin: 0 20px
}
.timeline-step-action p{
  display: inline-block;
  font-size: 15px;
  color: var(--blue);
  margin: 0;
  padding-right: 10px;
  font-weight: 400
}
.timeline-step-action label{
  font-size: 15px;
  padding: 6px 12px;
  font-weight: 400
}
.timeline-step-action label+label{
  margin-left: 10px
}
/* step actions */
.timeline-step-action .label-blue{
  color: var(--blue);
  background-color: #f0f5f8;
}
.timeline-step-action .label-green{
  color: var(--primary);
  background-color: rgb(0, 74, 171, 13%);
}
.timeline-step-action .label-red{
  color: #e80000;
  background-color: #facccc;
}
/* offer info */
.timeline-offer-wrap{
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 5px;
  margin-left: 55px;
  font-weight: normal;
  border: 1px solid #ddd;
}
.timeline-offer-wrap.blockquote-green{
  background: #f9f9f9;
  font-style: italic;
  border:0 ;
  color: var(--gray-700);
}
.timeline-offer-wrap.message{
  border: 0;
  padding: 0;
}
.timeline-offer-wrap.message p{
  font-size: 15px;
  color: var(--gray-800);
  margin: 0;
  font-weight: 500;
}
.timeline-offer-wrap.message p span{
  color: var(--gray-500);
}

.timeline-offer-dtls.download{
  width: calc(100% - 110px)
} 
.timeline-offer-dtls{
  width: 100%
} 
.timeline-offer-item{
  display: flex;
  flex: 0 0 100%
}
.timeline-offer-item+.timeline-offer-item{
  margin-top: 10px
}
span.colon{
  width: 20px
}
.timeline-offer-item .timeline-offer-lbl{
  width: 120px
}
.timeline-offer-item .timeline-offer-val{
  width:calc(100% - 150px);
  font-weight: 500
}
.timeline-offer-item .timeline-offer-val-inner{
  font-weight: normal;
  display: inline-block;
  margin-bottom: 5px;
}
.timeline-rating-wrap{
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 5px;
  margin-left: 55px;
}
.timeline-rating-wrap .client-rating-item{
  border: 0;
  padding: 0;
  width: 100%;
}
.timeline-rating-wrap .overall-rating{
  margin-top: 0;
}
.timeline-rating-wrap .rating-skills-set li{
  min-width: 280px;
  width: 47%;
  margin: 0;
}
.timeline-rating-wrap .rating-skills-set li:nth-child(even){
  margin-left: 5%;
}

/*END TIMELINE TAB */

/* start rating & review tab */
.rating-review-filter{
  text-align: right;
  margin-bottom: 10px
}
.rating-review-wrap{
  margin-bottom: 20px;
}
.rating-review-wrap+.rating-review-wrap{
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
.rating-review-evaluate{
  display: flex;
  justify-content:space-between;
  align-items:center;
  padding: 15px;
  background: var(--gray-100);
  border-radius: 5px 5px 0 0;
  margin-bottom: 20px
}
.rating-review-evaluate-content{
  width: calc(100% - 140px);
  display: flex;
  align-items:center;
}
.rating-review-evaluate-content img{
  width: 100px;
  height: auto;
  margin-right: 15px;
}
.rating-review-evaluate-content div{
  width: calc(100% - 115px);
}
.rating-review-evaluate-content h5{
  color: var(--title-blue);
  margin-bottom: 5px;
  font-size: 17px;
}
.rating-review-evaluate-content p{
  color: var(--gray-600);
  margin: 0
}
.average-rating-wrap{
  margin-bottom: 20px  
}
.average-rating-wrap h4{
  margin-bottom: 30px
}
.average-rating-head{
  margin: 20px 0
}
.average-rating-head h3 {
  font-weight: 400;
  margin: 0
}
.average-rating-head h1 {
  font-weight: 400;
  font-size: 36px;
  margin: 10px 0
}
.average-rating-head h1 .orange-i{
  color: #f0ad4e;
}
.average-rating-head h1 .red-i{
  color: var(--red);
}
.average-rating-head h1 .green-i{
  color: var(--primary);
}
.average-rating-head p{
  font-size: 16px;
  color: var(--gray-600);
}
.rating_star i+i{
  margin-left: 1px
}
.rating_star .fa-star{
  color: #f0ad4e
}
.rating_star .fa-star-o{
  color: var(--gray-400);
}
/*rating-item*/
.client-rating-item{
  border-top: 1px solid #ddd;
  padding:25px 0 10px;
}
.client-rating-item .client-info{
  margin-bottom: 10px;
  align-items: center;
}
.client-rating-item .client-info .client_name{
  width: calc(100% - 150px);
  align-items: center;
}
.client-rating-item .client-info .rating-action{
  width:150px;
  text-align: right
}
.client-rating-item .client-info span+span{
  margin-top: 5px;
  display: block;
}
.client-rating-item .client-logo{
  width: 35px; 
  height: 35px;
  margin-right: 10px;
  border-radius: 50%;
  overflow: hidden
}
.client-rating-item .client-logo img{
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.client-rating-item .review-client-name h5{
  margin: 0;
  font-size: 16px;
}
.client-rating-item .review-client-name p{
  margin: 0;
  font-weight: 400;
  font-size: 13px;
}
.client-rating-item .review-client-name p span{
  color: var(--gray-600);
}
/* single item rating*/
.description-rating h6{
  margin-bottom: 5px;
}
.description-rating p{
  font-weight: 400;
  margin-bottom: 5px;
}
.description-rating-content p{
  margin-bottom: 15px;
  font-weight: 400;
}
.overall-rating{
  max-width: 300px;
  margin: 25px 0 15px;
}
.overall-rating h5{
  margin: 0;
  font-size: 17px;
}
.overall-rating .rating_star{
  font-size: 20px;
}
ul.rating-skills-set{
  padding: 0;
  margin: 0;
}
ul.rating-skills-set li{
  display: inline-block;
  list-style: none;
  padding: 5px 0;
  width: 300px;
  margin: 0 50px 5px 0;
}
ul.rating-skills-set li:nth-child(even){
  margin-right: 0;
}
.single-rating-item p{
  color: var(--gray-600);
  margin: 0;
  width: calc(100% - 90px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.single-rating-item h6{
  margin: 0;
  color: var(--gray-600);
  font-size: 14px
}
.single-rating-item h6.fw-600{
  font-weight: 500
}
.single-rating-item .rating_star{
  font-size: 16px;
  width: 85px;
  text-align: right;
}
/*end rating & review tab  */

/* start comment tab */
.comment-tab-content .comment-filter{
  text-align: right;
  margin-bottom: 10px;
}
.comment-filter .form-inline label,.rating-review-filter .form-inline label{
  font-weight: 400;
  margin:0 5px 0 0;
}
.comment-tab-content .comment-tab-wraper{
  border-radius: 5px;
  margin-bottom: 20px;
}
.comment-tab-wrap{
  border-bottom: 1px solid var(--gray-400);
}
.team-invitaion-wrap .comment-add{
  padding: 20px;
  border-bottom: 1px solid #ddd;
}
.team-invitaion-wrap .comment-add .form-group{
  margin: 0;
}
.comment-avtar, .comment-item-logo{
  width: 35px;
  height: 35px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}
.comment-avtar img, .comment-item-logo img{
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.comment-add-filed .form-group{
  width: calc(100% - 50px);
}
.comment-add-filed input, .comment-add-filed label{
  display: block;
}
.comment-add-filed label{
  font-weight: 300;
  color: var(--gray-500);
  margin-top: 5px;
}
.team-invitaion-wrap .comment-add p{
  text-align:right;
}
.comment-tab-wraper .comment-item{
  border-bottom: 1px solid #ddd;
  padding: 20px;
}
.comment-item .comment-item-content{
  width: calc(100% - 85px);
}
.comment-item .comment-action{
  width: 85px;
  text-align: right
}
.comment-item .comment-item-name{
  width: calc(100% - 50px);
}
.comment-item .comment-item-name h6{
  color: inherit;
  margin-bottom: 5px
}
.comment-item .comment-item-name h6 span{
  color: var(--gray-500);
  font-weight: 400
}
.comment-action a{
  display: inline-block;
  padding: 3px 6px;
  font-size: 16px
}
.comment-action a:hover{
  text-decoration: none
}
.comment-action a.comment-edit{
  color: var(--secondary);
}
.comment-action a.comment-delete{
  color: var(--red);
}
.comment-action p{
  margin: 5px 0 0;
}
/* end comments tab */

/*start chat room*/
.chat-room {
  background: #eef4f7;
  display: flex;
  height: 200px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
}
/*end chat room*/

/* start summary tab */
.summary-item-wrap{
  margin-bottom: 20px;
  border: 1px solid var(--gray-200);
  border-radius: 15px;
  padding: 10px;
}
.summary-showmore-wrap{
  text-align: center;
  margin: 15px auto 0
}
.summary-showmore{
  display: inline-block;
  padding: 10px
}
h5.summary-title {
  margin: 5px 0 20px;
}
.summary-item-wrap .chat-room{
  margin-bottom: 30px
}
/* end summary tab */


/* action dropdoen  */
.actions-dropdown-mobile{
  height: 36px;
}
.actions-dropdown-mobile .dropdown-toggle{
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 20px;
  box-shadow: none;
  background-color: #fff;
  border-color: transparent;
  color: var(--gray-600);
  margin-left: 10px;
  padding: 0;
}
.actions-dropdown-mobile .dropdown-toggle:hover,.actions-dropdown-mobile .dropdown-toggle:active,.actions-dropdown-mobile .dropdown-toggle:focus{
  box-shadow: none;
  background-color: #fff;
  border-color: transparent;
  color: var(--gray-600);
}
.actions-dropdown-mobile .dropdown-menu-right li a{
  padding: 12px 15px;
  font-weight: 500;
  color: var(--black);
}
.actions-dropdown-mobile .dropdown-menu-right li+li a{
  border-top: 1px solid #ddd;
}
.actions-dropdown-mobile .dropdown-menu-right li a i{
  color: var(--primary);
  width: 20px;
}
.actions-dropdown-mobile .dropdown-menu-right li a:hover{
  background: #f5f5f5;
  color: var(--graye-900);
}

.btn-group-two-mobile .btn{
  width: 49%;
  flex-grow: 1;
}
.btn-group-two-mobile .btn+.btn {
  margin-left: 10px;
}
.btn-group-two-mobile,.btn-group-one-mobile{
  margin-top: 20px;
}
.response-action-bar-mobile .btn-block+.btn-block{
  margin: 0!important;
}
.btn-group-two-50{
  display: flex;
  justify-content: space-between;
}
.btn-group-two-50 .btn{
  width: 49%;
}
.btn-group-one-100 .btn{
  width: 100%;
}
.m-0{
  margin: 0;
}
.profile-dtls-pc{
  width: calc(100% - 95px);
}
.profile-dtls-pc p{
  margin: 5px 0;
}
p.country-show {
  color: var(--gray-600);
  margin: 3px 0;
  font-size: 12px;
}
.profile-dtls-pc form{
  margin:0 0 0 15px;
}
.profile-dtls-pc .custom-margin{
  margin: 15px 0 5px;
}
.profile-dtls-pc p.tagline{
  font-weight: 500;
}
/*.candidate-video .video-thumbnail,.candidate-video .video-thumbnail img{
  max-height: none;
}*/
.candidate-video .video-thumbnail img{
  object-fit: contain;
}
.candidate-video .video-thumbnail:hover span.option-green-btn{
  transform: scale(1);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.summary_chat .common-div.chat-sec, .response-tab-chat-main .common-div.chat-sec{
  max-height: 450px;
}
/* for chat page */
.summary_chat #frame .content .messages, .response-tab-chat-main #frame .content .messages{
  padding-top: 30px;
}
.profile-description-left h6{
  text-transform: uppercase;
}

.profile-inner-tabs .nav-tabs-underline.tab-applied-order{
  display: flex;
  flex-direction: row;
}
.profile-inner-tabs .nav-tabs-underline.nav-tabs.tab-applied-order>li:first-child{
  order: 1;
}
.profile-inner-tabs .nav-tabs-underline.nav-tabs.tab-applied-order>li:nth-child(2){
  order: 3;
}
.profile-inner-tabs .nav-tabs-underline.nav-tabs.tab-applied-order>li:nth-child(3){
  order: 2;
}
.profile-inner-tabs .nav-tabs-underline.nav-tabs.tab-applied-order>li:nth-child(4){
  order: 4;
}
.profile-inner-tabs .nav-tabs-underline.nav-tabs.tab-applied-order>li:nth-child(5){
  order: 5;
}
#delete-comment-modal .modal-title{
  float: left;
}
/* start attachment  */
.attach-btn-wrap{
  display: flex;
  justify-content: end;
}

.attachment-wrap{
  display: inline-flex;
  margin-bottom: 10px;
}
.attachment-wrap+.attachment-wrap{
  margin-right: 10px;
}
.attachment-wraper .attachment_view{
  margin: 0;
}
.attachment-wraper .attachment_box, .attachment-wraper .attach-docs{
  margin: 0;
}
.file_upload_input {
  padding: 8px 15px;
  white-space: nowrap;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
  position: relative;
  font-size: 15px;
  background-color: var(--white);
  border: 1px solid var(--primary);
  color: var(--primary);
  transition: 0.3s ease-in-out;
  font-weight: 400;
}
.file_upload_input:hover{
  background-color: var(--secondary);
  border: 1px solid var(--secondary);
  color: var(--white);
  box-shadow: 0px 0px 0px 3px rgb(61 130 171 / 30%);
}
.file_upload_input input {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.file_upload_input .dropzone{
  color: var(--secondary);
  font-weight: 300;
  cursor: pointer;
}
.file_upload_input:hover, .file_upload_input:hover .dropzone p{
  color: var(--white);
}
.file_upload_input .dropzone p{
  margin-bottom: 0;
  color: var(--primary);
}
.attach-btn-wrap .btn{
  padding-left: 20px;
  padding-right: 20px;
}
.attach-docs{
  display: flex;
  margin-bottom: 15px
}
ul.attachment_box {
  padding-left: 0;
  margin: 10px 0;
}
ul.attachment_box li {
  display: inline-block;
  list-style: none;
}
.attachment_view {
  border: 1px solid #f4f4f4;
  background: #f4f4f4;
  display: flex;
  border-radius: 5px;
  margin: 0 6px 8px 0;
  align-items: center;
}
.attachment_view span.attachment_icon {
  background: #ebebeb;
  font-size: 20px;
  width: 45px;
  color: #727272;
  height: 40px;
  margin-right: 10px;
  padding: 10px 0;
  text-align: center;
}
.attachment_view.audio{
  display: inline-flex;
}
.attachment_name {
  padding-right: 15px;
  width: calc(100% - 55px);
  display: flex;
  align-items: center;
}
.attachment_name a {
  line-height: 1.6;
  color: #3f82ac;
  font-weight: 400;
  /* width: 120px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; */
}
a.remove_icon {
  display: inline-block;
  margin-left: 15px;
  font-size: 14px;
  color: #d60b0b;
  cursor: pointer;
}
span.download_icon {
  display: inline-block;
  margin-left: 15px;
  font-size: 14px;
  color: var(--blue);
  cursor: pointer;
}

/*.attachment_name p.attachment_size {
  margin-bottom: 0;
  font-weight: 400;
  color: #727272;
  font-size: 12px;
  line-height: 1.6;
  text-align: left;
}*/
div.attach-video-image{
  padding-left: 0;
}
.attach-video-image .avi-item{
  display: inline-block;
  width: 31%;
  height: 150px;
  vertical-align: middle;
  margin: 0 2.2% 10px 0;
  border: 1px solid #ddd;
  position: relative;
  border-radius: 5px;
}
.attach-video-image .avi-item .video-thumbnail img{
  min-height: 50px;
  max-height: none;
}
.attach-video-image .avi-item span.option-green-btn{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--primary);
}
.attach-video-image .avi-item a{
  display: block;
}
.attach-video-image .avi-item .video-thumbnail:hover span.option-green-btn{
  transform: translate(-50%, -50%);
  background: var(--primary);
}
.avi-item img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.avi-item img:hover {
  cursor: zoom-in;
}
.attachment_hidden{
  display: none;
}
/* end attachment  */


/*start comment image modal */
#attachment_image_modal .helper{
  display: flex;
  height: 100%;
  width: auto;
  margin: 0 auto;
  align-items: center;
}
#attachment_image_modal .close.cross-btn{
  position: absolute;
  top: 0;
  right: -30px;
  filter: invert(1);
  opacity: .8;
  padding: 0;
}
#attachment_image_modal .close.cross-btn img{
  width: 24px;
}
.modal-content img.img-responsive{
 width: 100%;
}
/*end  comment image modal */

.tab-content>.active.summary_order{
  display: flex!important;
  flex-wrap: wrap;
}
.summary_order .summary-item-wrap{
  width: 100%;
}
.summary_order .summary-item-wrap.summary_timeline{
  order: 1;
}
.summary_order .summary-item-wrap.summary_comments{
  order: 3;
}
.summary_order .summary-item-wrap.summary_ratings{
  order: 2;
}
.summary_order .summary-item-wrap.summary_about{
  order: 4;
}
.video-js.mrd-player .vjs-control-bar{
  margin: 190px auto 0;
}
.description-rating{
  margin-bottom: 15px;
}
.description-rating-content{
   margin-bottom: 10px;
}

.rating-review-empty-condition{
  text-align: center;
}
.rating-review-empty-condition p{
  text-align: center;
  font-size: 18px; 
  font-weight: 400;
  color: var(--gray-700);
  margin-bottom: 20px;
}
.rating-review-empty-condition img{
  display: block;
  width: 100%;
  max-width: 250px; 
  margin: 0 auto 30px;
}
.timeline-offer-wrap.message p.timeline_dev_comment{
  display: inline-block;
  font-size: 15px;
  color: var(--blue);
  margin: 0;
  padding-right: 10px;
  font-weight: 500;
}
span.tb-tags.tag-skipped{
  background: #f1f1f1;
  color: var(--gray-500);
}
.card-skipped-candidate ul.list-bullet{
  margin:  15px 0 0;
}
.modal-fit-image{
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 85vh;
}
.admin-other-comments{
  margin: 15px 0;
  padding: 15px;
  border-radius: 5px;
  width: calc(100% - 10px);
  background: #fff;
}
.admin-other-comments h5.title{
  font-weight: 500;
  border-bottom: 1px solid #ddd;
  margin: 0 0 15px;
  font-size: 18px;
  padding-bottom: 10px
}
.nav-pagination a.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}
.cover-letter-ques{
  margin: 10px 0 5px;
  font-size: 15px;
}
.cover-letter-description{
  margin: 0 0 10px;
}
.cover-letter-summary .common-div{
  padding: 10px 0;
  margin-bottom: 15px;
}
.cover-letter-summary .cover-letter-description{
  font-weight: 400;
}
.summary_about .aboutme h5{
  margin: 10px 0;
}
.summary_about .aboutme,.summary_comments .comment-item:last-child{
  border: none;
}
h5.profile-sec-heading{
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
  margin-top: 0;
}
/*.list-interview-info li i.fa-circle{
  font-size: 11px;
  width: 15px;
  height: 15px;
  line-height: 10px;
  border-radius: 50%;
  border: 3px solid transparent;
}*/
.list-interview-info li.text-danger i{
  color: var(--red);
  /*border-color: rgba(255,0,0,0.15);  */
}
.all-tab-pagination p i{
  font-size: 30px;
  margin-right: 10px;
}
.card-profile-interview a.btn-block, .card-profile-interview a.cancel-reason{
   margin-top:15px ;
   display: block;
}
/*profile loader css*/
.talent-profile-loader{
  /*content: '';
  display: inline-block;
  position: absolute;*/
  position: relative;
  top: 0;
  margin: 0;
  width: 100%;
  height: auto;
  /*background: linear-gradient(-90deg, #fff, #868686, #bbbbbb, #e4e4e4);*/
  /*animation: gradientBG 3s cubic-bezier(0.65, 0.15, 0.39, 0.99) infinite;*/
  /*opacity: 0.5;*/
  background-image: url(../../img/profile-loader-bg.gif);
  background-size: 100% 100%;
}
.talent-profile-loader img {
  z-index: 9999 !important;
  /*position: absolute;*/
  width: 100%;
  background-color: rgb(0 0 0 / 2%);
}
/*profile loader css*/

.free-talent-info{
  position: relative;
  width: calc(100% - 10px);
  margin-bottom: 10px;
  padding: 15px 15px;
  background-color: #f1f1f1;
  border-radius: 5px;
}
.free-talent-info .close img{
  width: 16px;
}
.free-talent-info>span.info-icon{
  margin-right: 15px;
}
.free-talent-info span i{
 font-size: 30px;
 color: var(--gray-600);
}
.talent-msg-sec{
  width: calc(100% - 35px);
}
.talent-msg-sec h4{
  font-size: 15px;
  margin: 0 10px 10px 0;
}
.talent-msg-sec p{
  font-size: 13px;
  width: calc(100% - 122px);
  color: var(--gray-600);
  margin-bottom: 0;
}
.profile-resume .profile-resume-iframe{
  height: 85vh;
  margin-bottom: 10px;
  border: 1px solid var(--gray-300);
  overflow: hidden;
}
.profile-resume-iframe iframe{
  width: 100%;
  height: 100%;
}
.profile-resume .div-refresh{
  margin-bottom: 10px;
}
.profile-resume .div-refresh p, .div-refresh p{
  font-weight: 400;
  font-size: 15px;
  color: var(--gray-700);
  margin: 0;
  margin-right: 20px;
}
.profile-dtls-pc .og-resume-download{
  margin-left: 15px;
}
.og-resume-download>img{
  margin-right: 5px;
  width: 23px;
}
.og-resume-download:is(:hover,:active,:focus) .download-svg{
  filter: brightness(0) invert(1);
  transition: 0.3s ease-in-out;
}
.div-refresh .btn.btn-border-blue.w-auto{
  min-width: 110px;
}
.talent-msg-sec .prem-io-svg{
  width: 16px;
  height: 16px;
}
.free-talent-info .close{
  position: absolute;
  top: 5px;
  right: 10px;
}
.common-profile-content .email-title-sec{
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.profile-dtls-pc .btn-link img{
  width: 17px;
}
.profile-dtls-pc a.btn-link+a.btn-link{
  margin-left: 5px;
}
.profile-dtls-pc .view-phone-btn i{ 
  font-size: 16px;
  vertical-align: middle;
}
.like_dislike{  
  width: 100%;
  max-width: 208px;
}
.like_dislike .justify-end{
  justify-content: end;
}
.like_dislike label{
  margin-right: 5px;
  margin-bottom: 0;
  font-size: 15px;
  color: var(--gray-700);
}
.like_dislike .btn-normal{ 
  border-color: var(--gray-300);
  background: #fff;  
}
.like_dislike .btn_green, .like_dislike .btn_green:hover, .like_dislike .btn_green:active, .like_dislike .btn_green:focus{
  color: var(--primary);
}
.like_dislike .btn_red, .like_dislike .btn_red:hover, .like_dislike .btn_red:active, .like_dislike .btn_red:focus{
  color: var(--red);
}
.like_dislike .btn_green.active, .like_dislike .btn_red.active{
  color: #fff;
  box-shadow:none;
}
.like_dislike .btn_green.active{
  background: var(--primary);
  border-color: var(--primary);
}
.like_dislike .btn_red.active{
  background: var(--red);
  border-color:var(--red);
}
.lbl-new-like-dislike{
  width: 36px;
  text-align: center;  
}
.lbl-new-like-dislike .label{
  margin-bottom: 10px;
}
.lbl-new-like-dislike i{
  font-size: 15px;
  margin-right: 2px;
}
#newShowResumePdfFormat .embed-resume{
  height: 600px;
  overflow-y: auto;
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.like-dropdown-wrap{
  margin-top: 5px;
}
.like-dropdown-wrap a{
  color: #000;
  font-size: 12px;
  font-weight: 500;
}
.like-dropdown-wrap a:is(:hover, :focus){
  color: var(--secondary);
}
.like-dropdown-wrap a i{
  margin-right: 5px;
  color: var(--primary);
}
.dropdown-menu.like-dropdown-sec{
  left: auto;
  border-radius: 6px;
  max-height: 200px;
  overflow-y: auto;
  margin-top: 5px;
  padding: 0;
  right: 0px;
}
.like-dropdown-sec li{
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}
.like-dropdown-sec li:hover{
  cursor: default;
}
.like-dropdown-sec li i{
  margin-right: 10px;
}
.likes-dropdown-loader span{
  border: 2px solid var(--gray-200);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 5px;
  background-color: var(--gray-200);
}
.likes-dropdown-loader div{
  max-width: 100px;
  background-color: var(--gray-200);
  width: 100%;
  height: 14px;
  border-radius: 15px;
}
.soft-skills-sec ul.skills-list li a:hover{
  cursor: default;
}
.credit-info-popover p{
  font-size: 11px;
  margin: 0;
}
.screening-qa-section p.subtitle-txt {
  font-size: 16px;
  margin: 0 10px 0 0;
}
.must-have-qa-list .answer-txt label.label-txt {
  color: var(--gray-600);
}
.must-have-icon-lt i.fa {
  font-size: 20px;
}
.must-have-icon-lt {
  width: 36px;
}
.must-have-sec-rt {
  width: calc(100% - 36px);
}
.must-have-sec-rt p {
  font-size: 14px;
}
.must-have-title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.screening-qa-section p.subtitle-txt.nice-have-title {
  margin: 0 0 15px 0;
}
.helpbar-open .like_dislike {
  max-width: none;
}
.helpbar-open .profile-card-dtls.flex-sb.flex-element {
  flex-direction: column;
}
.talent-details-box {
  display: flex;
}
.helpbar-open .talent-details-box {
  flex-direction: column;
}
.helpbar-open .profile-card-content {
  width: calc(100% - 0px);
}
.talent-details-box span.country-sec {
  margin-right: 10px;
}
.row.screen-quest-align {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
}
.answer-sec-align span.ai-tags.ai-gray-tag {
  margin: 0 0 0 10px;
}
.ai-matching-tags .ai-label-popover p {
  font-size: 12px;
  margin: 0;
}
.screening-loader>img {
  width: 100px;
  margin: auto;
  text-align: center;
  display: block;
  opacity: 0.4;
  filter: grayscale(0.8);
}
img.ai-call-img {
  width: 21px;
  margin-right: 5px;
  display: inline-block;
}
.ai-call-buttons a.btn {
  font-size: 14px;
}
.ai-call-buttons .btn.btn-border-blue:hover, 
.ai-call-buttons .btn.btn-border-blue:active, 
.ai-call-buttons .btn.btn-border-blue:focus {
  background-color: var(--white);
  border-color: var(--secondary);
  color: var(--secondary);
  box-shadow: 0px 0px 0px 3px rgb(0 110 255 / 30%);
}
img.ai-icon {
  width: 24px;
  filter: brightness(0.5);
  margin-right: 3px;
  opacity: 0.7;
}
.profile-inner-tabs .nav-tabs-underline.nav-tabs>li.active>a img.ai-icon {
  filter: brightness(1);
  opacity: 1;
  width: 20px;
/*  filter: brightness(0.5);*/
  margin-right: 3px;
}
.profile-inner-tabs .ai-activity-tab h4 {
  margin-bottom: 20px;
}
.ai-activity-tab a.btn.btn-normal.btn-bot.btn-bot-call {
  max-width: 200px;
  margin: 0 auto;
}

/*START AI Activity TAB */
.ai-activity-tab {
  border: 1px solid var(--gray-300);
  padding: 15px;
  border-radius: 15px;
  min-height: 300px;
}
.empty-ai-step {
  padding: 30px 15px;
  border: 1px solid var(--gray-300);
  border-radius: 15px;
}
.aiactivity-wrap{
  margin: 40px 0 15px;
}
.aiactivity-item{
  padding: 0;
}
.aiactivity-item .line{
  width: 30px;
  position: relative;
  min-height: 60px;
  margin-right: 20px;
}
.aiactivity-item .line:before{
  content: '';
  position: absolute;
  top: -16px;
  bottom: 0;  
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  background: var(--gray-400);
  z-index: 2;
}
.aiactivity-item .line .bg-circle{
  position: absolute;
  width: 28px;
  height: 28px;
  z-index: 3;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--ai-gredient);
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aiactivity-item .line .bg-circle img{
  width: 18px;
}
.aiactivity-item .line .bg-circle.circle-green {
  background: var(--green);
}
.aiactivity-item .line .bg-circle.circle-green img {
  width: 14px;
}
.aiactivity-date{
  width: 40px;
  height: 40px;
  margin-right: 15px;
  background: #f1f1f1;
  border-radius: 5px;
  text-align: center;
  line-height: 1.1;
  padding: 3px 6px;
}
.aiactivity-date p{
  font-size: 12px;
  color: var(--red);
  font-weight: 500;
  padding-bottom: 4px;
  margin-bottom: 2px; 
}
.aiactivity-content{
  width: calc(100% - 50px);
  margin-bottom: 20px
}
.aiactivity-item:last-child .aiactivity-content{
  margin: 0;
}
.aiactivity-avatar-description{
   width: 100%;
}
.aiactivity-description {
  width: 100%;
}
.activity-lt-sec {
  width: calc(100% - 140px);
}
.activity-rt-sec {
  width: 130px;
}
.aiactivity-user-action h6 {
  margin: 0;
  line-height: 1.3;
  font-weight: 500;
}
p.aiactivity-action-date{
  margin: 0 0 5px;
  text-align: right;
}
.aiactivity-step-action{
  margin-bottom: 15px;
}
.aiactivity-action-img-date{
  text-align: right
}
.aiactivity-action-img{
  display: flex;
  flex-direction:row-reverse;
  margin-right: 30px;
}
.aiactivity-action-img span{
  display: inline-flex;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-left: -10px;
  align-items:center;
  justify-content:center;
  border:2px solid #ffff;
  font-size: 12px;
}
.aiactivity-action-img span img{
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
/*END AI Activity TAB */

.belowMatchTalentProfile {
  display: none;
}
.hideMatchingBanner {
  display: block;
}
.belowMatchTalentProfile.content-box {
  width: 100%;
  max-width: 500px;
  margin: 30px auto;
  border-radius: 20px;
  background-color: var(--white);
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
}
.belowMatchTalentProfile.custom-modal-bottom button.close {
  position: absolute;
  top: 25px;
  right: 25px;
  filter: invert(0);
  opacity: .5;
  cursor: pointer;
}
.alrt-msg-txt-sec {
  padding: 30px;
}
.alrt-msg-txt-sec .msg-show-title {
  margin: 10px auto 0;
}
.alrt-msg-txt-sec .msg-show-title h3 {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 15px;
  line-height: 1.3;
}
.msg-show-title p {
  margin-top: 15px;
  font-size: 16px;
}
.alrt-footer-btn {
  padding: 30px 0;
  border-top: 1px solid var(--gray-300);
}
.alrt-footer-btn a.btn {
  min-width: 100px;
  border-radius: 25px;
  padding: 10px 20px;
  font-size: 14px;
  margin: 0 5px;
}
.modal-backdrop-img img {
  width: 100%;
}

/*AI Activity css*/
span.activity-title-txt {
  display: block;
  margin-bottom: 15px;
}
.btn.btn-border.btn-call-activity {
  border-radius: 12px;
  margin: 0 10px 15px 0;
  font-size: 12px;
}
.btn.btn-border.btn-call-activity img {
  width: 20px;
  margin-right: 5px;
}
.btn.btn-border.btn-call-activity span {
  vertical-align: middle;
}
.btn.btn-border.btn-call-activity:hover, 
.btn.btn-border.btn-call-activity.active, 
.btn.btn-border.btn-call-activity:focus {
  background-color: rgb(10 110 212 / 8%);
  border: 1px solid var(--primary);
  color: var(--primary);
  box-shadow: none;
}
.history-box {
  background-color: var(--gray-100);
  border-radius: 12px;
  padding: 15px 20px;
  margin-bottom: 15px;
}
.chat-history-box {
  height: 110px;
  overflow: hidden;
  overflow-y: scroll;
}
.chat-history-box p {
  font-size: 12px;
  font-weight: 300;
}
.history-box.email-activity-box {
  border-top-left-radius: 0;
  font-size: 12px;
}
.call-status-msg img {
  width: 16px;
  margin-right: 10px;
}
.call-status-msg p {
  font-size: 14px;
} 
img.mail-img {
  width: 18px;
  vertical-align: text-bottom;
  opacity: 0.6;
}
img.whatsapp-img {
  width: 18px;
  vertical-align: middle;
}
.email-activity-box p.border-top {
  border-top: 1px solid var(--gray-300);
  padding-top: 10px;
}
.aiactivity-user-action .activity-lt-sec h6 {
  width: 100%;
}

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

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

}
@media screen and (max-width: 1280px){
  .timeline-rating-wrap .rating-skills-set li{
    min-width: 260px;
  }
  .talent-msg-action{
    flex-direction: column;
    align-items: flex-start;
  }
  .talent-msg-sec p{
    width: 100%;
  }
  .talent-msg-action .btn.btn-green{
    margin-top: 10px;
  }
  .common-profile-content h3 {
    font-size: 18px;
  }
  .must-have-sec-rt p {
    font-size: 12px;
    line-height: normal;
  }
}
@media screen and (max-width: 1152px){  
  .common-profile-content{
    flex-direction: column;
    align-items: flex-start;
  }
  .common-profile-content h3{
    margin: 0 0 4px;
  }
}
@media screen and (max-width: 1024px){
  .profile-card .profile-info {
    width: 100%;
    margin-left: 0;
  }
  .profile-info .profile-dtls{
    width: 100%;
  }
  .rating-review-wrap .rating-review-evaluate{
    display: block;
    padding: 15px 10px;
  }
  .rating-review-evaluate-content{
    width: 100%;
    margin-bottom: 15px;
  }
  .rating-review-evaluate-content div{
    width: calc(100% - 80px);
  }
  .rating-review-evaluate-content h5{
    font-size: 14px;
  }
  .rating-review-evaluate-content p{
    font-size: 12px;
  }
  .profile-share-option a.share-icon{
    padding: 10px 0;
  }
  .profile-card-content{
    width: calc(100% - 55px);
  }
  .profile-card-content .profile-avtar{
    width: 45px;
    height: 45px;
    margin-right: 10px;
  }
  .profile-card-content .status-indicator{
    top: 30px;
    left: 35px;
  }
  .profile-dtls-pc {
    width: calc(100% - 55px);
  }
  ul.rating-skills-set li,.timeline-rating-wrap .rating-skills-set li{
    width: 100%;
  }
  .timeline-rating-wrap .rating-skills-set li:nth-child(even){
    margin-left: 0;
  }
  .single-rating-item p{
    overflow: visible;
    text-overflow:initial;
    white-space: normal;
  }
  .profile-card-content{
    width:calc(100% - 110px);
  }
  .like_dislike{
    width: 100px;
  }
  .like_dislike .flex-center{
    flex-direction: column;
  }
  .like_dislike label{
    margin: 0 0 2px;
  }
}
@media screen and (max-width: 959px){
  .profile-card-wrap{
    flex-direction:column
  }
  .profile-sidebar-cards {
    width: 100%;
    margin: 0 0 70px;
  }
  .profile-card,.profile-card-wrap .profile-card-left{
    width: 100%;
  }
  .card-pagination{
    width: 100%;
  }
  .nav-pagination p{
    padding-right: 10px;
  }
  .card-pagination .hurryhup-wrap{
    width: calc(100% - 160px);
  }
  .rating-review-wrap .rating-review-evaluate{
    display: flex;
    padding: 15px;
  }
  .rating-review-evaluate-content{
    width: calc(100% - 110px);
  }
  .rating-review-evaluate-content div{
    width: calc(100% - 95px);
  }
  .profile-inner-tabs{
    margin: 0;
  }
  .free-talent-info{
    width: 100%;
  }
}
@media screen and (max-width: 860px){
  .card-pagination .hurryhup i{
    font-size: 18px;
  }
  .profile-info{
    align-items: end;
  }
  .rating-review-wrap .rating-review-evaluate, .team-invitaion-wrap .rating-review-evaluate{
    display: block;
  }
  .rating-review-evaluate-content{
    width: 100%;
  }
  .rating-review-evaluate-content div{ 
    width: 100%;
  }
  .adjust_btn_mobile .btn{
    margin-left: 115px;
  }
  .timeline-offer-wrap, .timeline-offer-wrap.blockquote-green, .timeline-rating-wrap{
    margin-left: 0;
  }
  .card-pagination .hurryhup{
    font-size: 13px;
  }
  .attach-video-image .avi-item{
    width: 47%;
    margin: 0 2.5% 10px 0;
    height: 120px;
  }
  .profile-dtls-pc .og-resume-download, .profile-dtls-pc form{
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px){
  .card-pagination{
    width: 100%;
  }
  .card-pagination .hurryhup{
    font-size: 12px;
  }
  .profile-card{
    width: 100%;
  }
}
@media screen and (max-width: 767px){
  #attachment_image_modal .modal-dialog{
    margin: 35px auto 30px;
    width: 100%;
  }
  #attachment_image_modal .close.cross-btn{
    right: 0;
    top: -30px;
  }  
}

@media screen and (max-width: 600px){
  .profile-inner-tabs h6{
    /* font-size: 15px; */
  }
  .profile-inner-tabs .tab-content{
    padding: 0;
  }
  .profile-inner-tabs .tab-content .tab-pane{
    padding: 15px 10px;
    margin-bottom: 60px;
  }
  .profile-inner-tabs .tab-content .tab-pane#profile_1{
    padding: 0;
  }
  .profile-inner-tabs .tab-content .tab-pane#profile_1 h5.summary-title{
    margin-left: 10px;
  }
  .summary-item-wrap{
    padding: 15px 10px;
  }
  .summary-item-wrap.summary_timeline{
    padding: 15px 10px 15px 5px;
  }
  .summary-item-wrap.summary_timeline .timeline-content{
    border: 1px solid #f9f9f9;
  }
  .summary-item-wrap.summary_timeline .timeline-user-action h6{
    width: 100%;
  }
  .profile-inner-tabs .tab-content .tab-pane#profile_2{
    background: #f9f9f9;
    padding: 15px 10px 15px 5px;
  }
  .response-tab-content-right.profile_tab{
    margin-left: 0;
    padding: 0;
    max-width: 100%;
  }
  .profile-card{
    width: 100%;
    border-radius: 0;
    padding: 15px;
  }
  .profile-card-wrap{
    margin: 0;
  }
  .profile-inner-tabs{
    margin: 0;
  }
  .profile-inner-tabs .nav-tabs-underline{
    padding: 0 10px;
    position: sticky;
    z-index: 4;
    top: 0;
    background: #fff;
  }
  .profile-inner-tabs .nav-tabs-underline.nav-tabs>li>a{
    padding: 15px 10px;
  }
  .profile-card .profile-info {
    display: block;
  }
 .employment-view-section, .education-view-section, .authorization-view-section, .positions-view-section, .view-matching-skilles, .view-matching-positions{
    display: block;
  }
  .profile-sec-items{
    display: block;
    padding: 15px;
  }
  .profile-description-right{
    padding-left: 0;
    width: 100%;
  }
  .profile-skills-set{
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    margin-top: 10px;
  }
  .profile-skills{
    width: 100%;
  }
  .profile-skills-set li{
    display: inline-block;
    padding: 0px 5px 0px 5px;
    border-right: 1px solid #ddd;
  }
  /*card-pagination-mobile*/
  .card-pagination {
    margin: 0;
    min-height: auto;
    border-radius: 0;
    padding: 0;
  }
  .profile-card-left{
    width: 100%;
    flex: 0 0 100%;
  }
  .profile-card .profile-card-dtls{
    margin-bottom: 10px;
  }
  .profile-sidebar-cards{
    padding:0;
    max-width: 100%;
  }
  .card-white{
    padding: 15px;
    font-size: 12px;
  }
  .card-profile-interview div.text-center .btn-sm{
    width:48%
  }
  .card-profile-interview div.text-center .btn+.btn{
    margin-left:2%
  }
  .profile-share-option{
    padding: 0 0 15px;
  }
  .profile-sidebar-cards .card-hire-footer .btn{
    box-shadow: none;
  }

  /* start timeline tab  */
  .timeline-item .line{
    width: 18px;
    margin-right: 5px
  }
  .timeline-item .line .arrow{
    top:17px
  }
  .timeline-avtar{
    width: 30px;
    height: 30px;
    margin: 0 10px 10px 0;
  }
  .timeline-content{
    width: 100%;
    background: var(--white);
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  .timeline-step-action p,.timeline-offer-wrap.message p{
    font-size: 14px;
  }
  .timeline-description{
    width: calc(100% - 40px)
  }
  .timeline-action-date{
    width: auto
  }
  .timeline-action-img-date span{
    width: 20px;
    height: 20px;
  }
  .timeline-date{
    width: 30px;
    height: 36px;
    margin-right: 10px;
    padding: 4px;
    line-height: 1;
  }
  .timeline-icon{
    width: 30px;
    height: 30px;
    margin-right: 10px;
    font-size: 16px;
  }
  .timeline-date p,.timeline-date span{
    font-size: 11px; 
  }
  .timeline-offer-wrap,
  .timeline-offer-wrap.blockquote-green,
  .timeline-rating-wrap{
    margin-left: 40px;
  }
  .timeline-offer-dtls.download{
    width: 100%;
    margin-bottom: 15px
  }
  .timeline-offer-item .timeline-offer-lbl{
    width: 100px
  }
  .timeline-offer-item{
    display: block;
  }
  .timeline-offer-item .timeline-offer-val{
    width: 100%;
    display: block;
  }
  /* end timeline */

  /* rating-review tab start */
  .rating-review-evaluate{
    flex-direction:column;
    align-items:flex-start;
  }
  .rating-review-wrap+.rating-review-wrap{
    padding-top: 0;
  }
  .average-rating-head{
    flex-direction:column;
    align-items:flex-start;
  }
  .description-rating{
     flex-direction:column;
     align-items:flex-start;
  }
  .description-rating-content p.font-tertiary{
    text-align: right;
  }
  .review-client-name{
    width: calc(100% - 45px);
  }
  .client-rating-item{
    padding: 20px 0;
  }
  .client-rating-item .client-name h5 small{
    display: block
  }
  .overall-rating{
    max-width: 100%;
  }
  ul.rating-skills-set li,.timeline-rating-wrap .rating-skills-set li{
    width: 100%;
    max-width: 100%;
    padding: 5px 0;
    margin: 0;
  }

  .profile-share-option a.share-icon{
    border: 1px solid #ddd;
    padding: 12px 10px;
  }
  .c-logo-sec img{
    width: 55px;
    height: 55px;
  }

  /* end rating-review tab */

  /* start rating and comment tab filter  */
  .comment-tab-content .comment-filter,.rating-review-filter {
    display: flex;
    justify-content: flex-end;
  }
  .comment-filter .form-inline,.rating-review-filter .form-inline{
    display: flex;
    align-items: center;
    width: 235px;
    justify-content: flex-end;
  }
  .comment-filter .form-inline label, .rating-review-filter .form-inline label{
    width:80px;
    text-align: left;
  }
  .comment-filter .form-control.custom-input.input-sm{
    width:calc(100% - 55px)
  }

  /* end rating and comment tab filter  */

  /* start comment tab  */
  .team-invitaion-wrap .comment-add{
    padding: 20px 0;
  }
  .comment-tab-wraper .comment-item{
    padding: 15px 0;
  }
  .comment-item .comment-item-content{
    width: calc(100% - 86px);
  }
  .comment-item .comment-item-name h6,
  .comment-item .comment-item-name p {
    font-size: 12px;
  }
  .comment-add .form-control.custom-input{
    font-size: 12px;
  }
  /* end comment tab  */
  .modalShareProfile.custom-modal-bottom .modal-content{
    height: 360px;
  }
  .modalShareProfile.custom-modal-bottom button.close{
    bottom: 365px;
  }
  .modalShareProfile.custom-modal-bottom button.close img{
    width: 24px;
  }
  .modalShareProfile .profile-share-option{
    border: 0;
    margin: 0;
    padding: 50px 0;
  }
  .modalShareProfile .btn.btn-border{
    border-color: var(--gray-500);
  }
  .modalShareProfile .btn.btn-border i{
    width: 20px;
  }
  a.btn.btn-border.share-icon.sh-copy-icon{
    color: #2eae3e;
  }
  a.btn.btn-border.share-icon.sh-copy-icon:hover, a.btn.btn-border.share-icon.sh-copy-icon:active,a.btn.btn-border.share-icon.sh-copy-icon:focus{
    background-color: #2eae3e;
    border-color: #2eae3e;
    color: #fff;
    box-shadow: 0px 0px 0px 3px rgb(46 174 62 / 30%);
  }

  .btn.btn-normal.px-30, .btn.px-30{
    padding: 6px 25px;
  }
  .timeline-action-img span{
    margin-left: -5px;
  }
  .profile-maincard-mobile p span{
    color: var(--gray-600);
  }
  .common-profile-content{
    width:  calc(100% - 60px)
  }
  .common-profile-content h3 {
    display: flex;
    align-items: center;
    margin-right: 0;
  }
  .common-profile-content h3 label{
    padding: 5px 8px;
    font-size: 12px;
    margin-left: 10px;
  }  
  .common-profile-content p {
    display: flex;
    align-items: center;
    font-size: 11px;
  }
  .common-profile-content p img{
    margin-right: 5px;
  }
  .profile-maincard-hire{
    margin: 15px 0;
  }
  .profile-maincard-hire span{
    width: calc(100% - 100px);
  }
  .profile-maincard-hire h6,.profile-dtls h6{
    font-size: 13px;
    color: var(--gray-600);
    font-weight: 500;
    margin: 0 0 3px;
  }
  .profile-maincard-hire h4{
    font-size: 20px;
    margin: 0;
    color: var(--primary);
    font-weight: 500;
  }
  .profile-dtls .btn{
    margin: 0;
  }
  .timeline-user-action h6 span{
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
  }
  .timeline-user-action h6 br{
    display: none;
  }
  ul.rating-skills-set{
    margin: 0;
  }
  .card-white .h5.profile-sec-heading{
    font-size: 14px;
  }
  .free-talent-info{
    width: 100%;
    margin-bottom: 0;
  }
  .og-resume-download img{
    width: 20px;
  }
  .profile-resume .profile-resume-iframe{
    height: 75vh;
  }  
  a.btn.btn-border-green.btn-call{
    height: 32px;
    width: 32px;
    border-radius: 50%;
    text-align: center;
    padding: 7px;
    font-size: 16px;
  }
  .must-have-title {
    display: unset;
  }
  .dev-price h4.prc-show-h3 span.sd-currency-icon {
    font-size: 15px;
    margin-right: 0;
  }
  .dev-price h4.prc-show-h3 .salary-all-cur {
    color: var(--primary);
    font-size: 16px;
    font-weight: 600;
  }
  .dev-price small {
    color: var(--primary);
    font-size: 11px;
  }
  .invite-action-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .invite-action-wrap .invite-sec {
    width: 49%;
  }
  span.viewed-icon {
    background-color: var(--yellow);
    padding: 3px;
    border-radius: 25px;
    height: 15px;
    width: 15px;
    display: inline-block;
    text-align: center;
    margin-right: 2px;
    vertical-align: bottom;
  }
  span.viewed-icon i.fa.fa-eye {
    color: var(--white);
    font-size: 8px;
  }
  .viewed-status-xs span.currency-code {
    font-size: 9px;
  }
  .lbl-new-like-dislike {
    width: auto;
  }
  .label-light-warning {
    border-radius: 10px;
  }
  .profile-details-xs p {
    font-size: 12px;
    margin-bottom: 10px;
  }
  p.profile-dtls {
    font-size: 11px;
    margin-bottom: 5px;
  }
  button.btn.btn-sm.view-phone-btn {
    margin-right: 10px;
    font-size: 12px;
    padding: 5px 12px;
    border-color: var(--gray-300);
  }
  .profile-inner-tabs h5 {
    font-size: 14px;
  }
  h5.summary-title {
    margin: 0 0 10px;
  }
  .must-have-sec-rt label.description-bullet {
    font-weight: 400;
  }
  .answer-sec-align span.ai-tags.ai-gray-tag {
    margin: 0;
  }
  .timeline-step-action img {
    margin: 0 10px;
  }
  .must-have-icon-lt {
    width: 30px;
  }
  .must-have-icon-lt i.fa {
    font-size: 18px;
  }
  .comment-avtar, .comment-item-logo {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }
  .comment-item .comment-item-name {
    width: calc(100% - 35px);
  }
  ul.list-bullet.timezone-list {
    padding: 0;
  }
  ul.list-bullet.timezone-list li {
    list-style: none;
  }
  .response-tab-content-right.profile_tab {
    background: var(--white);
  }
  button.btn.btn-sm.btn-round-border {
    border-radius: 25px;
  }
  .btn-group.btn-action button.btn.btn-normal {
    border-radius: 25px;
    margin: 0 5px;
    width: 36px;
    height: 36px;
    padding: 0;
  }
  .btn-group.btn-action>.btn:first-child:not(:last-child):not(.dropdown-toggle),
  .btn-group.btn-action>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 25px;
  }
  p.aiactivity-action-date {
    margin: 5px 0 0;
    width: 100%;
  }
  .aiactivity-user-action h6 {
    font-size: 14px;
    width: 100%;
  }
  .belowMatchTalentProfile.content-box {
    top: 6%;
  }
  .alrt-msg-txt-sec .msg-show-title h3 {
    font-size: 14px;
  }
  .dont-show-alert .consent-container {
    font-size: 12px;
  }
  .alrt-msg-txt-sec {
    padding: 30px 20px;
  }

  .responsetabProfileblur {
    filter: blur(8px);
    pointer-events: none;
    opacity: 0.6;
  }
  .call-details-xs.flex-center {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .activity-lt-sec {
    width: 100%;
  }
  .aiactivity-item .line {
    margin-right: 15px;
  }
  .activity-lt-sec .attachment-wrap {
    margin-bottom: 0;
    width: 100%;
  }
}
@media screen and (max-width: 599px){
  .card-pagination .hurryhup-wrap{
    width: 100%;
  }
  .card-pagination .hurryhup{
    text-align: center;;
    width: 100%;
  }
  .timeline-user-action{
    margin-bottom: 10px;
  }
  .timeline-user-action h6{
    width: calc(100% - 60px);
    font-size: 14px;
  }
  .timeline-offer-wrap{
    font-size: 12px;
    flex-direction:column;
    align-items:flex-start;
    margin-left: 0;
    margin-bottom: 10px;
    padding: 10px;
  }
  .timeline-offer-wrap.blockquote-green{
    padding: 10px;
    margin-left: 0;
  }
  .timeline-rating-wrap{
    margin-left: 0;
    border: 0;
    padding: 0;
  }
  .timeline-action-img-date{
    width: 50px;
    display: flex;
    justify-content: end;
  }
  .timeline-action-img-date{
    width: 50px;
    display: flex;
    justify-content: end;
  }
  p.timeline-action-date{
    width: 100%;
  }
  .client-rating-item .client-info .client_name{
    width: 100%;
  }
  /* start bottom fix bar */
   .bottom-footer{
    padding-bottom: 80px;
  }
  .response-action-bar-mobile{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 15px;
    z-index: 1001;
    box-shadow: 0px -10px 40px rgb(0 0 0 / 8%);
    border-top: 1px solid #f1f1f1;
  }
  .response-action-bar-mobile .dislike_opt-mobile{
    width: 32px;    
  }
  .response-action-bar-mobile .response-action-btns{
    width: calc(100% - 50px);
  }
  .response-action-bar-mobile .response-action-btns.fullwidth, .response-action-bar-mobile .btn_left.fullwidth{
    width: 100%;
  }
  .response-action-bar-mobile .dropdown-toggle .divider,.profile-sidebar-cards .move-btn-set .divider {
    position: absolute;
    top: 6px;
    left: 0;
    bottom: 6px;
    width: 1px;
    background: #fff;
    z-index: 5;
  }
  .response-action-bar-mobile .move-btn-set{
    width: 100%;
  }
  .response-action-bar-mobile .btn_right{
    width: 50px;
  }
  .response-action-bar-mobile .btn_right .btn{
    width: 100%;
  }
  .response-action-bar-mobile .btn_left{
    width: calc(100% - 50px);
  }
  .response-action-bar-mobile a.btn-dislike:after{
    display: none;
  }
  .response-action-btns .dropdown-header{
    padding: 5px 15px 2px;
    font-weight: 400;
    font-size: 13px;
  }
  .response-action-btns .dropdown-menu>li>a {
    padding: 5px 20px;
    font-weight: 500;
    font-size: 14px;
  }
  .response-action-btns .dropdown-menu>li>a:hover{
    background-color: var(--gray-200);
  }
  /* end bottom fix bar */
  .profile-card-content {
    width: calc(100% - 100px);
  }
  .card-pagination .hurryhup{
    font-size: 18px;
  }
  .responsive-add-team img{
    max-width: 90px;
    width: 100%;
  }
  .responsive-add-team .add-team-content{
    width: calc( 100% - 95px);
  }
  .card-invite .add-team-content h4{
    margin-bottom: 15px;
    max-width: 100%;
  }
  .add-team-content .btn.btn-normal.btn-green{
    width: 100%;
  }
  .actions-dropdown-mobile .dropdown-menu-right li a .profile-dropdown-svg{
    height: 13px;
    width: 13px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
  }
  .dislike_opt a.btn-dislike{
    color: var(--primary);
    border-color: var(--primary);
  }
  .actions-dropdown-mobile .dropdown-menu-right{
    z-index: 6;
  }
  .card-profile-interview .btn-group-two-50{
    margin-top: 15px;
  }
  .card-profile-interview a.btn-block{
    margin-top:0 ;
  }
  .profile-sidebar-cards .move-btn-set {
    padding: 0 15px;
  }
  .profile-sidebar-cards .move-btn-set .btn.btn-normal{
    width: 100%;
  }
  .actions-dropdown-mobile .dropdown-backdrop{
    display: none;
  } 
  .profile-sidebar-cards .dropdown-menu-right {
    overflow:auto;
    height: 300px;
  }
  .attachment-bottombar .file_upload_input {
    padding: 4px 10px;
    font-size: 13px;
  }
  .attachment-bottombar .form-control.custom-input.input-sm {
    height: 30px;
    font-size: 12px;
  }
  .talent-msg-sec p{
    font-size: 10px;
    margin-bottom: 5px;
  }
  .free-talent-info>span.info-icon{
    margin-right: 10px;
  }
  .free-talent-info span i{
    font-size: 18px;
  }
  .talent-msg-sec {
    width: calc(100% - 25px);
  }
  .talent-msg-sec h4{
    font-size: 11px;
    margin: 0 10px 5px 0;
  }
  .msg-template-preview-wrap{
    height: 450px;
    overflow-y: initial;
  }
  .responseTabNew .navtab-pills-header .prem-io-svg{
    width: 14px;
    margin: 0 4px 0 0;
  }
  .profile-resume .div-refresh p{
    font-size: 13px;
    text-align: left;
  }
  .like_dislike .flex-center{
    flex-direction: row;
  }
  .like_dislike{
    width: 100%;
    margin-top: 15px;
    /*display: flex;
    justify-content: space-between;
    align-items: center;*/
    max-width: 100%;
  }
  .like_dislike label{
    margin: 0 10px 0 0;
  }
  .dropdown-menu.like-dropdown-sec{
    left: -72px;
  }
  .like-dropdown-wrap a{
    font-size: 14px;
  }
  .like_dislike .like_dislike-align {
    min-width: 170px;
  }
  .like-dropdown-wrap.user-name-xs {
    white-space: nowrap;
    width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .screening-qa-section p.subtitle-txt {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .must-have-sec-rt, .must-have-sec-rt p {
    font-size: 12px;
  }
  .profile-info .btn-group-two-mobile .btn {
    width: 100%;
  }
  .must-have-title .matching-tags {
    min-width: 90px;
    width: auto;
    margin: 0 0 15px 0;
  }
  .btn-group-two-mobile .btn {
    width: auto;
  }
  h5.profile-sec-heading {
    margin-bottom: 15px;
  }
  .list-heading.c-title-sec.client-employment-wrap, .list-heading.client-employment-wrap h4 {
    width: 100%;
  }
  p.dev-description{
    font-size: 14px;
  }
  .tab-pane .common-div {
    padding: 15px;
    margin-bottom: 8px;
    border: 1px solid var(--gray-200);
    border-radius: 15px;
  }
  .candidate-video .video-thumbnail {
    border-radius: 5px;
  }
  .skill_full_badge p.badge-content {
    display: inline;
    text-align: left;
  }
  .skills-list .catagory-badge small {
    display: inline-block;
  }
  .average-rating-wrap h4 {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 500;
  }
}
@media screen and (max-width: 480px){
  .average-rating-wrap{
    margin: 30px 0 20px;
    text-align: center;
  }
  .font-tertiary{
    font-size: 10px;
  }
  .average-rating-head h1 {
    font-size: 24px;
  }
  .profile-inner-tabs h3 {
    font-size: 14px;
  }
  .average-rating-head p {
   font-size:13px 
  }
  .summary-item-wrap {
    margin-bottom: 15px;
  }
  .summary-item-wrap:last-child{
    margin: 0;
  }
  .profile-inner-tabs .nav-tabs-underline{
    top: 59px;
  }
  .rating-review-empty-condition img{
    max-width: 200px;
  }
  .rating-review-empty-condition p,.card-pagination .hurryhup{
    font-size: 13px;
  }
  .nav-pagination{
    width: 175px;
   }
   .nav-pagination p{
    font-size: 14px;
    margin-right: 10px;
   }
   .nav-pagination a{
    width: 30px;
    height: 30px;
   }
   .nav-pagination a i{
    font-size: 13px;
   }
   .all-tab-pagination .all-candidate-back{
    white-space: nowrap;
    font-size: 13px;
    width: 180px;
   }
   .all-tab-pagination p i{
    font-size: 25px;
   }
   .all-tab-pagination .all-candidate-back span{
    text-overflow: ellipsis;
    max-width: 100px;
    overflow: hidden;
    margin-left: 3px;
   }
   .timeline-step-action label{
    font-size: 10px;
    padding: 6px 10px;
   }
  .attachment-bottombar .file_upload_input {
		margin-bottom:10px;
  }
  .profile-card-content {
    width: calc(100% - 36px);
  }
  .common-profile-content h3{
    font-size: 18px;
    font-weight: 600;
  }
  .common-profile-content h3 label{
    margin-left: 5px;
  }
  .actions-dropdown-mobile .dropdown-toggle{
    margin-left: 0;
  }
  .profile-resume .profile-resume-iframe{
    height: 60vh;
  }
  p.subtitle-txt span {
    display: inline-block;
  }
  .dev-availablity .dev-price span {
    width: 100%;
  }
  .salary-sec-align {
    /*display: flex;
    justify-content: center;*/
  }
  .position-show span.seprated-dot {
    margin: 0 5px;
  }
} 
@media screen and (max-width: 414px){
  .title-overflow{
    max-width: 130px;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    margin-right: 5px;
  }
  .common-profile-content .email-title-sec{
    max-width: 130px;  
  }
  .like_dislike label {
    margin: 0 0 5px 0;
  }
  .like-dropdown-wrap a, .like_dislike label{
    font-size: 12px;
  }
  .like-dropdown-wrap a i{
    margin-right: 2px;
  }
  .card-profile-interview .btn-group-two-50{
    flex-direction: column;
  }
  .card-profile-interview .btn-group-two-50 .btn{
    width: 100%;  
  }
  .card-profile-interview .btn-group-two-50 a+a{
    /*padding: 10px;
    font-size: 14px;*/
    margin-top: 10px;
  }
}
@media screen and (max-width: 375px){
  .profile-inner-tabs h4{
    /* font-size: 18px */
  }
  .profile-inner-tabs .nav-tabs-underline.nav-tabs>li>a{
    padding: 15px 7px;
  }
  .timeline-step-action img{
    margin: 0 10px;
  }
  .timeline-step-action label{
    font-size: 11px;
  }
  .rating-review-evaluate-content img{
    width: 85px;
  }
  .adjust_btn_mobile .btn{
    margin-left: 100px;
  }
  .comment-add label{
    font-size: 11px;
  }
  .skill_full_badge p{
    font-size: 11px;
  }
  .attach-video-image .avi-item{
    height: 80px;
  }
  .card-pagination .hurryhup{
    font-size: 14px;
  }
}

@media screen and (max-width: 360px){
  .profile-inner-tabs .nav-tabs-underline.nav-tabs>li+li{
    margin-left: 25px;
  }
  .card-pagination .hurryhup {
    font-size: 13px;
  }
  .timeline-step-action label{
    font-size: 10px;
    padding: 6px;
  }
  .timeline-step-action img{
    margin: 0 4px;
  }
  .profile-maincard-hire h4{
    font-size: 18px;
  }
  .card-profile-interview a.btn-block,.btn-group-two-mobile .btn{
    font-size: 12px;
  }
  .all-tab-pagination .all-candidate-back span{
    max-width: 50px;
  }
  .screening-qa-section p.subtitle-txt {
    font-size: 12px;
  }
}
@media screen and (max-width: 340px){
  .timeline-step-action label {
    font-size: 9px;
    padding: 5px;
  }
  .timeline-step-action img {
    width: 18px;
  }
}
