/*//shanvi CSS interview modal*/
.booking-container .loading-img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.title-left-side {
	max-width: 30%;
	padding: 25px 15px 25px 0;
	width:100%;
}
.time-select-sec {
  max-width: 30%;
  width: 100%;
  padding: 25px 0 25px 15px;
  margin-top: 42px;
}
.calender-select-sec.with-padding {
	padding: 2em 5em;
}
.intv-title p {
	color: var(--gray-600);
	line-height: 1.5;
	margin: 0;
	font-weight: 600;
}
.calender-placholder {
	text-align: center;
	width: 100%;
	height: auto;
}
.intv-feat {
	color: #3d82ab;
	margin: 8px 0;
	font-size: 16px;
	display: inline-flex;
	width: 100%;
	line-height: 1.6;
	align-items: center;
}
span.intv-io {
	width: 30px;
	font-size: 18px;
}
span.intv-cont .btn-edit-round {
	margin-left: 12px;
}
.confirm-flex-box button.btn.btn-green {
	width: 48%;
	font-size: 14px;
	padding: 10px;
}
span.slot-time-box {
	display: inline-flex;
	width: 100%;
	margin: 8px 0;
}
.slot-time-box .btn-border-green {
	padding: 8px;
}
.slot-time-sec {
	/*border-bottom: 1px solid #ddd;*/
  margin-bottom: 10px;
}
.slot-time-sec input {
    padding:5px;
}
.coworker-section {
	margin-top: 15px;
}
.book-cta-sec {
	margin: 40px 0 10px;
}
.coworker-floating-box {
	display: inline-block;
	width: 100%;
	background-color: var(--gray-100);
	border: 1px solid var(--gray-400);
	padding: 15px 20px 0 20px;
	border-radius: 15px;
	position: relative;
	margin-bottom: 20px;
}
.booking-details-sec .form-group.form-inline {
	display: table;
	width: 100%;
}
.booking-details-sec .form-group.form-inline label {
	display: table-cell;
	width: 100px;
}
.booking-details-sec .form-group.form-inline input.form-control.custom-input {
	width: 100%;
	display: table-cell;
}
.confirm-flex-box .btn.btn-normal.btn-green.btn-lg.slot-time-btn {
	background-color: rgb(46 174 62 / 15%);
	border-color: transparent;
	color: var(--primary);
}

.confirm-flex-box .btn.btn-normal.btn-green.btn-lg.slot-time-btn:hover {
	box-shadow: none;
}

.coworker-floating-box a.close {
	position: absolute;
	right: 12px;
	top: 12px;
}

.coworker-floating-box a.close img {
	width: 18px;
}

.booking-details-sec .coworker-floating-box h4 {
	margin: 0 0 15px 0;
	font-size: 16px;
}
.interview-calender tbody tr td .btn-sm {
	padding: 2px 10px;
	font-size: 13px;
	border-radius: 50%;
	width: 42px !important;
	height: 42px;
	background-color: transparent;
	border: none;
	margin: 2px;
	font-weight: 500;
}
.interview-calender tbody tr td .btn-sm:hover {
	background-color: #dde8ff;
}
.interview-calender tbody tr td .btn-info.btn-default.active, .interview-calender tbody tr td .btn-info.btn-default:active, .interview-calender tbody tr td .btn-sm.btn-default:active, .interview-calender tbody tr td .btn-sm.btn-default:focus {
	color: #fff;
	background-color: var(--primary);
	border-color: var(--primary);
}
.interview-calender tbody tr td .btn-sm.btn-default {
	color: var(--primary);
}
.interview-calender tbody tr td .btn-info.active .text-info {
	color: #fff;
}
.interview-calender tbody tr td .btn[disabled], .interview-calender tbody tr td .btn-sm.btn-default[disabled]:active, .interview-calender tbody tr td .btn-sm.btn-default[disabled]:focus {
	background-color: transparent !important;
	border-color: transparent !important;
	color: var(--gray-600);
}
.interview-calender thead tr th .btn.btn-default.btn-sm {
	width: auto;
	height: 35px;
	color: var(--primary);
	border: none;
	background-color: #dde8ff;
}
.booking-container .form-control.custom-input {
  height: 40px; 
}
.slot-time-sec .form-control.custom-input {
	font-size: 16px;
  font-weight: 500;
  padding:5px;
  text-align: center;
  width: 50px;
  -webkit-appearance: none;
}
.slot-time-sec .time_break:first-child span:after {
  content: "\003A";
  font-size: 30px;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.mr-0 {
	margin-right:0px;
}
.mr-15 {
	margin-right:15px;
}
.mr-10 {
	margin-right:10px;
}
.select-timzone-input:after {
	content: '\f107';
	font-family: 'FontAwesome';
	display: inline-block;
	font-size: 24px;
	color: #3d82ab;
	position: absolute;
	top: 3px;
	right: 10px;
	cursor: pointer;
	z-index: 9;
}
.details_section {
  margin-top: 10px;
}
.select-timzone-input ul.dropdown-menu.custom-multi-select.timezone-select-dropup {
	background: #fff;
	width: 100%;
	height: 0;
	overflow: auto;
	border-radius: 0px;
	padding: 0px;
	bottom: 38px;
	top: auto;
	display: block;
	transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1) all;
	z-index: 9;
}
.open>.dropdown-menu.custom-multi-select.timezone-select-dropup {
	height: 225px !important;
	bottom: 42px !important;
}
.select-timzone-input ul.dropdown-menu.custom-multi-select li {
	font-size: 13px;
	border-bottom: 1px solid #ddd;
}
.select-timzone-input ul.dropdown-menu.custom-multi-select li p {
	margin-bottom: 0;
	padding: 10px 15px;
	display: inline-block;
	width: 100%;
}
.select-timzone-input ul.dropdown-menu.custom-multi-select li p:hover {
	background-color: #f1f1f1;
}
.select-timzone-input ul.dropdown-menu.custom-multi-select li p.selected, .select-timzone-input ul.dropdown-menu.custom-multi-select li p:active, .select-timzone-input ul.dropdown-menu.custom-multi-select li p:focus {
	background-color: var(--primary);
	color: #fff;
}
.select-timzone-input .dropdown-backdrop {
	z-index: 0;
}
.tmz-title {
	font-weight: 600;
	padding: 20px 15px 5px 15px;
	display: inline-block;
	width: 100%;
}
.skill-autocomplete.select-timzone-input {
	position: relative;
	z-index:9;
}
.select-timzone-input .form-control.custom-input {
    padding-right: 30px;
    cursor: pointer;
    position: inherit;
    z-index: 99;
}
span.utc-right {
	float: right;
	width: 50px;
	opacity: 0.8;
}
span.cnt-tmz-left.ng-binding {
	width: calc(100% - 50px);
	float: left;
}
.detail-form-sec .w_100 {
	display: inline-block;
	width: 100%;
	max-height: 250px;
	overflow-y: scroll;
	padding-right: 10px;
	margin:15px 0;
}
.booking-details-sec .p_e {
	padding-right: 0px;
}
.calender-placholder .glyphicon-chevron-left:before {
	font-family: 'FontAwesome';
	content: "\f053";
}
.calender-placholder .glyphicon-chevron-right:before {
	font-family: 'FontAwesome';
	content: "\f054";
}
.booking-container .loading-img {
	padding: 30px 0;
}
.booking-container label.title_label {
  font-size: 16px;
  width: 100%;
  color: var(--gray-600);
  margin-bottom: 15px;
}
.booking-container label.title_label img {
  width: 18px;
  height: 18px;
  margin-right: 5px;
  margin-top: -3px;
}
.calender-box {
	margin-bottom: 15px;
}
a.schedule-back-btn {
	font-size: 24px;
}
.phone-input-grp .intl-tel-input, .coworker-floating-box .intl-tel-input {
	width: 100%;
}
#invite-member .intl-tel-input .country-list,#invite-member .iti-mobile .intl-tel-input .country-list {
	width: 330px;
	min-height: 200px;
}
.phone-input-grp .intl-tel-input.allow-dropdown .selected-flag {
	width: 70px;
	background-color: #ddd;
}
.phone-input-grp .intl-tel-input.allow-dropdown input.form-control.custom-input {
	padding-left: 90px;
}
/*.form-control.custom-input[readonly] {
	background-color: #f1f1f1;
	opacity: 0.6;
}*/
.interview-calender thead tr th {
	padding: 5px;
	font-weight: 500;
}
.calender-modal-backdrop {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: rgb(0 0 0 / 70%);
	z-index: 99;
}
span.country-io {
	height: 12px;
	display: inline-block;
}
span.country-io img {
	height: 100%;
	border-radius: 2px;
}
.interviewer-details h3 {
	color: #3b515d;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	margin: 0;
}
.interviewer-details p {
	color: var(--gray-600);
	margin-bottom: 5px;
}
.interviewer-details div {
	margin-right: 25px;
}
.interviewer-details {
	margin: 15px 0 10px;
}
.interviewer-img {
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 50%;
}
.interviewer-img img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}
.interviewer-name h4 {
	font-weight: 600;
	margin: 0 0 2px;
	color: var(--secondary);
	font-size: 16px;
}
.interviewer-name p {
	color: var(--gray-600);
	font-size: 13px;
	margin-bottom: 0;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.interviewer-name {
	margin-left: 10px;
}
.coworkers-sec {
	padding-right: 10px;
}
.coworkers-sec h4 {
	margin-top: 0;
}
.interviewers-list ul {
	padding: 0;
	margin: 0;
}
.interviewers-list li {
    list-style: none;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    background: #fff;
}
.interviewer-row {
	padding: 5px 0;
}
.interviewers-list li.added {
	background-color: rgb(45 174 61 / 5%);
	border-radius: 5px;
}
span.added-mark {
	color: #2dae3d;
	background-color: rgb(45 174 61 / 15%);
	padding: 6px 8px;
	border-radius: 5px;
	margin-right: 5px;
	vertical-align: middle;
}
.coworkers-sec h4 .status-tag {
	vertical-align: middle;
	margin-left: 15px;
}
.coworker_search_close img {
	width: 12px;
}

/**********************/
#interview_modal .modal-dialog {
	max-width: 955px;
	width: calc(100% - 80px);
	margin-left: auto;
	margin-right: auto;
}
.interview-schedule-modal .modal-header,
.interview-schedule-modal .modal-body,
.interview-schedule-modal .modal-footer {
  padding: 25px;
}
/* #interview_modal .modal-body {
	padding: 0px;
} */
.intv-title h2, .intv-title h2.flex-element p {
	font-size: 20px;
	font-weight: 600;
	margin: 0;
}
.intv-title h2.flex-element p {
	margin-left:10px;
}
.intv-title h2.flex-element p span {
  font-size: 12px;
  font-weight: 600;
  color: var(--gray-600);
}
#interview_modal .booking-container {
  display: flex;
  /* padding: 25px 25px; */
  flex-wrap: wrap;
  justify-content: start;
  height: auto;
  min-height: 623px;
  width: 100%;
  max-height: 100%;
	/*overflow-y:scroll;*/
}
.intv-title {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}
.intv-title .calender-icon>img {
	width: 20px;
	margin: 3px 10px 0 0;
}
.interview_type {
	max-width: 70%;
	width: 100%;
	border-left: 1px solid var(--gray-300);
	padding: 25px;
}
.interview_type.interview-member-sec {
	max-height: 620px;
  overflow-y: scroll;
}
.calender-select-sec {
	max-width: 40%;
	width: 100%;
	border-left: 1px solid var(--gray-300);
	padding: 25px 20px;
}
.footer_section {
  margin: 0 auto;
  text-align: center;
}
.footer_section .btn {
  min-width: 150px;
  margin: 0 5px;
}
.calender-placholder table {
	width: 100%;
}
.check_box label {
	display: flex;
	align-items: start;
	cursor: pointer;
	font-size: 15px;
}
.check_box input[type="radio"] {
  opacity: 0;
  position: absolute;
}
.check_box .radio_circle {
  border-radius: 50%;
  margin: 2px 15px 0 0;
  border: 2px solid var(--gray-400);
  padding: 9px;
  background: var(--white);
}
.check_box .value {
	margin: 0px;
}
.check_box input[type="radio"]:checked~.radio_circle {
	background: url("../img/interview-schedule-icons/success-green.svg");
	background-size: 30px;
	border: 2px solid var(--primary);
	background-position: center;
}
.sub_value {
	display: block;
	font-weight: 400;
	font-size: 10px;
	color: var(--gray-600);
}
.half_width {
	width: 50%;
}
.full_width {
	width: 100%;
	position: relative;
}
.input_with_icon {
	padding-left: 40px;
	padding-right: 40px;
	font-size: 22px;
}
.full_width .input-currency-before {
	color: var(--gray-400);
	font-size: 14px;
}
.input-currency-after {
	position: absolute;
	z-index: 0;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--gray-600);
	font-size: 14px;
}
.title_type {
	font-size: 14px;
	color: var(--gray-600);
	margin: 0 0 0 10px;
	font-weight: 500;
}
.title_value {
	display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--black);
  margin-top: 5px; 
}
.interview_details {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.height_adjust {
	height:623px;
	overflow-y:scroll;
}
.time_height_adjust {
	height: 510px;
	overflow-y: scroll;
}
.mb-0 {
	margin-bottom: 0px;
}
/*.slot-time-sec .form-group:last-child {
   margin-top: 15px;
}*/
/*.slot-time-sec .form-group span {
  text-align: center;
  font-size: 10px;
}*/
.slot-time-sec a:last-child, .slot-time-sec a:nth-child(4) {
  margin-right: 0px;
}
.h_100 {
  min-height: auto;
  overflow-y: scroll;
  margin-top: 10px;
  max-height: 555px;
}

/* width */
 .h_100::-webkit-scrollbar, .interviewers-list::-webkit-scrollbar, .w_100::-webkit-scrollbar, .slot-time-sec::-webkit-scrollbar, .select_days::-webkit-scrollbar, .slot_dates::-webkit-scrollbar, .time_break_dropdown::-webkit-scrollbar, 
 .dates_height::-webkit-scrollbar,
 .skills_dropdown_menu::-webkit-scrollbar,
 .booking-container::-webkit-scrollbar,
 .time_height_adjust::-webkit-scrollbar{
     width: 5px;
}
 .height_adjust::-webkit-scrollbar {
     width: 0px;
}
/* Track */
 .h_100::-webkit-scrollbar-track, .interviewers-list::-webkit-scrollbar-track, .w_100::-webkit-scrollbar-track, .select_days::-webkit-scrollbar-track , .slot-time-sec::-webkit-scrollbar-track, .select_days::-webkit-scrollbar-track, .slot_dates::-webkit-scrollbar-track, .time_break_dropdown::-webkit-scrollbar-track, 
 .dates_height::-webkit-scrollbar-track,
 .skills_dropdown_menu::-webkit-scrollbar-track,
 .booking-container::-webkit-scrollbar-track,
 .time_height_adjust::-webkit-scrollbar-track{
     background: #fff;
}
 .height_adjust::-webkit-scrollbar-track{
     background: #fff;
}
/* Handle */
 .h_100::-webkit-scrollbar-thumb, .interviewers-list::-webkit-scrollbar-thumb, .w_100::-webkit-scrollbar-thumb, .select_days::-webkit-scrollbar-thumb , .slot-time-sec::-webkit-scrollbar-thumb, .select_days::-webkit-scrollbar-thumb, .slot_dates::-webkit-scrollbar-thumb, .time_break_dropdown::-webkit-scrollbar-thumb, 
 .dates_height::-webkit-scrollbar-thumb,
 .skills_dropdown_menu::-webkit-scrollbar-thumb,
 .booking-container::-webkit-scrollbar-thumb,
 .time_height_adjust::-webkit-scrollbar-thumb {
     background: #adb5bd;
     border-radius:40px;
}
.height_adjust::-webkit-scrollbar-thumb{
   background: #fff;
   border-radius:40px;
}
.int_check input[type='checkbox'] {
   width: 18px;
   height: 18px;
}
.int_check {
  margin-right: 20px;
}
.int_check input[type='checkbox'], .mark_default input[type='checkbox'] {
 accent-color: #199028;
}
.input_with_icon {
  padding-left: 40px;
  font-size: 22px;
}
.interviewers-list {
  max-height: 350px;
  overflow-y: scroll;
  margin-bottom: 0;
}
.conf_screen {
	padding:0px;
}
.slot-time-sec a.btn.btn-remove {
  padding: 5px;
  width: 26px;
  margin-left: 5px;
}
.book_another {
  padding: 30px 0 40px;
}
.address_text {
  font-size: 14px;
  color: var(--gray-600);
  margin: 0;
}
.align_start{
	align-items:start;
}
.align_center{
	align-items:center;
}
.slot-time-sec label {
  font-size: 13px;
  margin: 0;
}
.h_100 img, .title_icon>img {
	width:16px;
	margin-top: 2px;
}
.selected_date {
  margin-bottom: 5px;
  margin-top: 5px;
  color: #101010;
  font-weight: 600;
}
.selected_time {
  font-weight: 400;
}
/* .interview-schedule-modal .modal-header, .interview-schedule-modal .modal-footer {
    padding: 20px 30px 15px;
} */
.check_box_mobile {
  border: 1px solid #ddd;
  margin: 15px 0;
  padding: 30px 20px 15px;
  border-radius: 7px;
  background: #f8f9fa;
  position: relative;
  overflow: hidden;
}
.check_box.check_box_mobile.active {
  border: 1px solid var(--primary);
  background: rgb(0 110 255 / 10%);
}
.check_box_mobile label  {
	font-size:20px;
}
.check_box_mobile ul {
  color: var(--gray-600);
  font-weight: 500;
  font-size: 13px;
}
.check_box_mobile .radio_circle {
  margin-top: 2px;
  margin-bottom: 10px;
}
.ex_space{
	padding-top:40px;
}
.recommend {
    position: absolute;
    top: 0;
    left: 0;
    padding: 4px 30px;
    background: var(--primary);
    border-radius: 0 0px 6px 0;
    color: #fff;
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
}
.mark_default {
    text-align: center;
    margin-top: 60px;
}
.mark_default label{
	line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--gray-600);
    font-weight: 500;
    font-size: 14px;
}
.mark_default input{
	margin: 0 10px 0 0;
    padding-right: 10px;
}
.check_box_mobile-active {
    border: 1px solid var(--primary);
    background: #e8ffe8;
}
.address_box {
    background: #f9f9f9;
    padding: 10px;
    margin: 10px 0;
    border-radius: 7px;
    position: relative;
}
.address_box p{
	margin:0;
	font-weight: 600;
}
.close_box {
    color: var(--gray-600);
    width: 20px;
    margin-left: 10px;
}
.close_box img {
    width: 12px;
}
.screen-1 .title-left-side {
    max-width: 34%;
}
.screen-1 .interview_type {
    max-width: 66%;
}
.text_green {
	color:var(--primary);
}
.text_red {
	color:#f51e1a;
}
.btn.btn-border.add_time_input {
  border-radius: 25px;
  font-size: 14px;
  padding: 4px 16px;
  color: var(--black);
  border: 1px solid var(--gray-500);
}
.add_time_input:hover {
   color:var(--primary);
}
.slot-time-sec .delete_time_input {
  border-radius: 50%;
  width: 22px;
  height: 22px;
  box-shadow: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 15px;
	transition:all 0.2 ease-in;
}
/*  .dates_height {
     max-height: 350px; 
     overflow: hidden;
     overflow-y: scroll;
} */
 .slot_dates {
     margin-top: 30px;
}
.update_details img {
    width: 18px;
    margin-right: 6px;
}
.add_input .close_box {
    position: absolute;
    right: 10px;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
}
.progress_container {
    display: -moz-box;
    display: -webkit-box;
    display: box;
    -moz-box-orient: horizontal;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
p.progress_bar {
    bottom: 0;
    left: 0;
    background: var(--primary);
    height: 3px;
    margin: 0;
    z-index: 9;
    width: 33.33%;
}
.booking-container label.acc_border[aria-expanded="true"] i {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}
/************* START: Css For Evaluate ScoreCard Feedback Modal **************/
.evaluate_scorecard_modal .modal-lg {
    max-width: 700px;
    width: 100%;
    margin: 30px auto;
}
/* .evaluate_scorecard_modal .modal-body {
  padding: 25px;
} */
/*  .evaluate_scorecard_modal .modal-header, .evaluate_scorecard_modal .modal-footer {
     padding: 15px 25px;
} */
.flex-column{
	flex-direction:column;
}
.justify-end{
	justify-content:end;
}
.feedback-lt-sec .company-details-header {
	margin-bottom: 20px;
}
.evaluate_scorecard_modal h2.intvw-modal-head-txt {
  margin: 0;
  font-size: 20px;
  color: var(--secondary);
  font-weight:600;
}
.evaluate_scorecard_modal h3.help-text {
  margin: 5px auto 0;
  font-size: 13px;
  color: var(--gray-600);
}
.evaluate_scorecard_modal button.close img, .InterviewConfirmationModal button.close img {
  width: 24px;
}
.evaluate_scorecard_modal button.close:hover {
  opacity: 0.6;
}
.talent-list-rating {
  font-size: 14px;
}
.star-icons {
  color: #ffbc6b;
  font-size: 25px;
}
.star-icons:hover {
  color: #ffbc6b;
}
.last-star-icon {
  color: #e0e4ed;
  font-size: 25px;
}
.last-star-icon:hover {
  color: #e0e4ed;
}
span.rating-tag {
  background-color: #f1f1f1;
  padding: 5px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  color: var(--gray-600);
	text-align:center;
	display:inline-block;
}
.interViewFeedbackModal span.rating-tag {
  padding: 9px 5px;
  margin-left: 5px;
}
span.rating-tag.tag-good {
    background-color: rgb(45 174 61 / 10%);
    color: var(--green);
}
span.rating-tag.tag-bad {
    background-color: rgb(218 4 0 / 10%);
    color: #da0400;
}
span.rating-tag.tag-average {
    background: rgb(252 189 1 / 10%);
    color: #fcbd01;
}
span.rating-tag.rating-tag-lg {
    padding: 10px 15px;
    font-size: 15px;
}

.review-label-txt {
    font-size: 16px;
    color: var(--secondary);
    font-weight: 600;
}
.overall-rating-sec {
    margin-bottom: 30px;
    margin-top: 30px;
}
.skills_score_card {
    margin-bottom: 40px;
}
.input_with_icon {
    padding-left: 40px;
    font-size: 22px;
}
.input-search {
    color: var(--gray-600);
    font-size: 13px;
}
.skill_input{
	width:94%;
	margin:10px 0;
}
.skill_input .form-control.custom-input {
    height: 40px;
    font-size: 14px;
}
.add_skill_input .close_box img {
    width: 14px;
}
p.overall-rating-title {
  margin: 0 10px 0 0;
}
#evaluate_scorecard .company-logo {
  width: 100px;
  height: 100px;
  display: inline-block;
  margin: 15px 0 0;
}
.company-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mandatory-star {
  color: #f64541;
}
.text-area-container {
  width: 100%;
  background-color: #f9f9f9;
  border:1px solid #ddd;
}
.text-area-container::placeholder {
  font-size: 16px;
  font-weight: 500;
}
.vertical-devider {
  border: 1px solid #e9ecef;
  background-color: #e9ecef;
  margin: 0 20px;
}	
h4.job-title-text {
	font-size: 20px;
    color: var(--secondary);
    font-weight: 600;
}
.stage_details .form-group {
    margin-bottom: 0;
}
.stage_date_time img {
    width: 20px;
}
.stage_date_time .form-control.custom-input {
    border: 0;
    padding: 0;
    height: auto;
}
.stage_details select.select_stage, .public_comment select.form-control.custom-input {
    border-color: #3d82ab;
    color: #3d82ab;
}
.stage_details .select_stage {
    width: 200px;
}
.skills_list {
    border-bottom: 1px solid #ddd;
    padding: 10px 15px;
}
.skills_list:last-child {
    border-bottom:0;
}
a.delete_skill.btn.btn-remove {
    padding: 5px;
}
 .border_1 {
     border-left: 1px solid #ddd;
}
 .reset_skill {
     font-size: 14px;
     color: var(--gray-600);
     transform: scaleX(-1);
	 padding:0 15px;
}
.skills_set {
    width: calc(100% - 290px);
	padding-right:20px;
}
.skills_set h4 {
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.skills_list .size-hover span:before {
    font-size: 17px;
}
.skills_list .size-hover li span {
    width: 20px;
    height: 15px;
}
.cand_ratings .talent-list-rating{
	margin-right:10px;
	margin-bottom:0px;
}
.cand_ratings {
    width: 290px;
}
.cand_ratings .remark-tab{
    width:100px;
	
}
.bg_white {
    /* background: #f9f9f9; */
    /* padding: 0px 15px; */
    border-radius: 7px;
    margin-bottom: 10px;
    /* border: 1px solid #ddd; */
    overflow: hidden;
}
.input_with_icon {
    padding-left: 40px;
    font-size: 22px;
}
.bg_white input.input_with_icon {
    border: 0;
    border-bottom: 1px solid #ccc;
    border-top: 0;
    box-shadow: none;
    border-radius: 0;
    font-size: 14px;
    height: auto;
    background: transparent;
}
.bg_white .brdr_radius {
    border-radius: 30px;
}
.suggestions_list span{
	margin-right:5px;
}
.public_comment{
    justify-content: end;
    align-items: center;
}
.public_comment p{
    font-size: 12px;
    color: var(--gray-600);
    margin:0 10px 0px;
}
.feedback-success-section{
    padding: 40px 0;
}
/* .feedback-success-section .size-hover li span {
    width: 30px;
    height: 30px;
}
.feedback-success-section .size-hover span:before {
    font-size: 30px;
} */
.acc_border{
	border-bottom:1px solid #ddd;
	padding-bottom:10px;
}
 .time_break_dropdown {
     position: absolute;
     width: 60px;
     min-width: auto;
     padding: 5px;
     height: 125px;
     overflow: hidden;
     overflow-y: scroll;
}
 .time_break_dropdown > li {
     max-width: 60px;
     padding: 3px 0;
     border-bottom: 1px solid #f1f1f1;
}
 .slot-time-sec .time_break_dropdown > li > span {
     font-size: 16px;
     font-weight: 500;
}
 .time_break_dropdown > li:last-child {
     border-bottom: 0;
}
 a.collapse-arrow i{
     color:#101010;
    /* font-size:28px;
     */
     transition:0.3s ease all;
}
.w-100{
	width:100%;
}
.m-10{
	margin-left:10px;
}
.mtb-20{
	margin:20px 0;
}
.no-padding{
	padding-left:0px;
	padding-right:0px;
}
.ratings_group .rating-skill {
    border: none;
    float: none;
    margin: 0px 10px 0 0;
}

.ratings_group .rating-skill > input { display: none; } 
.ratings_group .rating-skill > label:before { 
  margin-top: 0px;
  font-size: 20px;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f006";
}

.ratings_group .rating-skill > .half:before { 
  content: "\f089";
  position: absolute;
}

.ratings_group .rating-skill > label {
    color: #ced4da;
    float: right;
    margin: 0px;
    /* background-color: #D8D8D8; */
    border-radius: 15px;
    height: 22px;
    width: 20px;
	content: "\f006";
}
.ratings_group .rating-skill > label.active:before {
    content: "\f005";
    color: #ffbc6b;
}
/***** CSS Magic to Highlight Stars on Hover *****/

.ratings_group .rating-skill:not(:checked) > label:hover, /* hover current star */
.ratings_group .rating-skill:not(:checked) > label:hover ~ label,
.ratings_group .rating-skill > label:hover:before { 
	color:#ffbc6b !important;
  cursor:pointer;
  /*content: "\f006";*/
} /* hover previous stars in list */

.ratings_group .rating-skill > input:checked + label:hover, /* hover current star when changing rating-skill */
.ratings_group .rating-skill > label:hover ~ input:checked ~ label, /* lighten current selection */
.ratings_group .rating-skill > input:checked ~ label:hover ~ label,
.ratings_group .rating-skill > label:hover:before { 
	color:#ffbc6b !important;
  cursor:pointer;
} 
.skills_dropdown_menu{
	width:100%;
	padding: 5px 15px;
  max-height: 150px;
  overflow: hidden;
  overflow-y: scroll;
}
.skills_dropdown_menu > li {
  padding: 7px 0;
  border-bottom: 1px solid #f1f1f1;
}
.skills_dropdown_menu > li >span {
  font-size: 15px;
  font-weight: 500;
}
.footer_section img.btn-load-img {
  width: 17px;
  margin: 0 5px 0 auto;
}
.modal.interview-schedule-modal .detail-form-sec {
  margin-bottom: 0px;
}
.selected_date span.title_value {
  display: inline-block;
  width: auto;
  margin: 0 5px 5px 0;
}
.slot-time-sec input::placeholder { 
  color: #ddd;
}
.interview-schedule-modal button.close.admin_close, .evaluate_scorecard_modal button.close.admin_close{
	filter:invert(0);
}
.slot-time-sec .flex-element .form-group:last-child {
  display: flex;
  align-items: center;
}
/**************** END: Css For Interview Feedback Modal *****************/


/*//============shanvi CSS interview modal ends ==================================================================*/




 /*---------- START: Candiate side interview & feedback modal css ----------*/

/* START Css For Interview Confirmation Modal */
.InterviewConfirmationModal .modal-header,
.InterviewConfirmationModal .modal-body,
.InterviewConfirmationModal .modal-footer {
  padding: 25px;
  position: relative;
}
.InterviewConfirmationModal .modal-footer, .interViewFeedbackModal .modal-footer {
	text-align: center;
}
.InterviewConfirmationModal .close {
  font-size: 45px;
  font-weight: 400;
  color: #333;
  opacity: 0.4;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.InterviewConfirmationModal .close:hover {
  opacity: 0.8;
}
img.calendar-icon {
  width: 30px;
}
.interview-confirmation-text {
  font-size: 22px;
  color: var(--secondary);
  margin: 0;
  font-weight: 700;
}
.selected-date-time-box {
  max-width: 65%;
  height: 100px;
}
.selected-date-square {
  background-color: var(--primary);
  text-align: center;
  color: var(--white);
  border-radius: 10px 0 0 10px;
  position: relative;
  width: 25%;
}
.selected-date-square-txt {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.selected-date-square-txt p:first-child {
  font-size: 16px;
  margin-bottom: 5px;
}
.selected-date-square-txt p:last-child {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
}
.date-time-txt {
  background-color: #f9f9f9;
  width: 75%;
  color: #101010;
  position: relative;
  border-radius: 0 10px 10px 0;
  padding: 24px 34px;
}
a.date-time-edit-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
a.date-time-edit-icon img {
  width: 28px;
}
a.date-time-edit-icon:hover {
	background-color: rgba(61, 130, 171, 0.20);
}
.date-time-txt h2 {
  font-size: 21px;
  font-weight: 700;
  margin: 0 auto 15px;
}
.date-time-txt h3 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0;
}
.modal-interview-title {
	margin: 0;
	color: var(--gray-600);
	font-weight: 500;
}
.interview-details-icon img {
	width: 35px;
	height: 35px;
	margin-right: 10px;
}
.interview-details-text {
	width: calc(100% - 45px);
}
.date-options-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  margin-right: 20px;
  position: relative;
  color: var(--green);
  background-color: #f9f9f9;
}
.date-options-txt {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.date-options-circle p {
  margin-bottom: 0;
}
.date-options-circle p:first-child {
  font-size: 14px;
}
.date-options-circle p:last-child {
  font-size: 20px;
}
.selected-date-circle {
  background-color: var(--primary);
  color: var(--white);
}
.intvw-info-text {
  font-size: 16px;
  margin: 0;
  line-height: 1.5;
}
.interviews-name {
  display: inline-block;
  background-color: var(--gray-200);
  padding: 8px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  color: var(--secondary);
  margin-right: 5px;
  margin-top: 10px;
}
.buttons-spacing {
  margin-right: 15px;
}
.InterviewConfirmationModal .modal-lg {
  width: 992px;
}
.interViewFeedbackModal .modal-lg {
  width: 100%;
  max-width: 1100px;
}
.interview-static-details {
	min-width: 190px;
}
span.teammember-avtar {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background-color: #ddd;
  border-radius: 50%;
  margin-right: 6px;
  overflow: hidden;
}
span.teammember-avtar img {
  width: 100%;
}
p.help-text.border-title {
  width: 70px;
}
.horizontal-border {
  width: calc(100% - 70px);
  margin: 10px 0;
  height: 1px;
  background-color: var(--gray-400);
}
.interviewers-name-list ul {
	list-style-type: none;
  padding: 0;
}
#interview-time-slot ul {
  padding: 0;
  list-style-type: none;
  margin-bottom: 0;
}
/* END: Css For Interview Confirmation Modal */

/* START: Interview Confirmation Box CSS */
.schedule-interview-text {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 600;
	/*color: var(--green);*/
}
.interview-confirmation-content {
  padding: 25px;
  margin: auto;
  max-width: 500px;
  background-color: #f9f9f9;
  border-radius: 8px;
  width: 100%;
}
.company_details_text {
	width: calc(100% - 60px);
}
.job-title-text {
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  font-weight: 600;
  color: var(--secondary);
  text-transform: capitalize;
}
.success-interview-details-title {
  font-size: 18px;
  margin: 15px auto;
}
.interview-company-name-text {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90%;
  color: var(--gray-600);
}
.globe-image-icon {
  width: 25px;
  margin-right: 0px;
}
.day-time-text {
  margin: 0;
}
.btn.btn-text:hover, .btn.btn-text:active  {
  box-shadow: none;
}
.date-option, .interview-other-details {
  margin: 0 auto 25px;
}
img.success-img {
  width: 200px;
}
.company_details_text h4, .company_details_text h5 {
	max-width: 360px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.interview-other-details .flex-center {
	margin-bottom: 15px;
}
/* END: Interview Confirmation Box CSS */

/* START: css for select interview time button Desktop */
#interview-time-slot input[type="radio"] {
  display:none;
}
#interview-time-slot label {
  padding: 10px 10px 10px 40px;
  margin: 0;
  color: var(--gray-600);
  width: 100%;
  font-size: 15px;
  border: 1px solid #ddd;
  cursor: pointer;
  border-radius: 4px;
}
#interview-time-slot label:hover, 
#interview-time-slot input[type="radio"]:checked + label {
	background-color: var(--white);
	border: 1px solid var(--primary);
	transition: 0.3s ease-in-out;
	box-shadow: 0px 0px 0px 3px rgb(61 130 171 / 15%);
}
#interview-time-slot label:active, 
#interview-time-slot input[type="radio"]:checked + label {
  background: var(--primary);
  color: var(--white);
}
#interview-time-slot ul li {
  display: inline-block;
}
#interview-time-slot ul {
  padding: 0;
  list-style-type: none;
}
#interview-time-slot label::before {
  content: '\f00c';
  font-family: 'FontAwesome';
  width: 15px;
  height: 15px;
  border: 1px solid #ddd;
  display: inline-block;
  border-radius: 50%;
  color: #fff;
  font-size: 9px;
  text-align: center;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(-50%, -50%);
}
#interview-time-slot ul li {
  position: relative;
  margin: 0 10px 10px 0;
}
#interview-time-slot .help-text {
	margin-bottom: 20px;
}
/* END: css for select interview time button Desktop */

/* START: Css For Interview Feedback Modal */
.interViewFeedbackModal .modal-body {
  padding: 25px;
}
.interViewFeedbackModal .modal-header,
.interViewFeedbackModal .modal-footer {
  padding: 25px;
}
.interViewFeedbackModal .feedback-lt-sec,
.interViewFeedbackModal .feedback-rt-sec {
  width: 50%;
}
.feedback-lt-sec .company-details-header {
	margin-bottom: 20px;
}
.interViewFeedbackModal h2.intvw-modal-head-txt {
  margin: 0;
  font-size: 20px;
  color: var(--secondary);
}
.interViewFeedbackModal h3.help-text {
  margin: 5px auto 0;
  font-size: 16px;
  color: var(--gray-600);
}
.interViewFeedbackModal h4.job-title {
  color: var(--secondary);
  text-align: left;
  font-weight: 600;
  margin: 0;
  font-size: 20px;
}
.interViewFeedbackModal h5.job-sub-title {
  font-size: 14px;
  font-weight: 600;
  margin: 5px 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 260px;
}
.video-interview {
  background-color: rgb(0 110 255 / 6%);
	border-radius: 8px;
	padding: 6px 15px;
	/* display: inline-block; */
	color: var(--secondary);
	font-size: 15px;
	height: fit-content;
	margin-right: 50px;
}
.video-interview img {
  margin-right: 5px;
  width: 34px;
}
.interViewFeedbackModal .close {
  font-size: 45px;
  font-weight: 400;
  color: #333;
  opacity: 0.4;
  position: absolute;
  right: 25px;
  top: 25px;
}
.interViewFeedbackModal button.close img, .InterviewConfirmationModal button.close img {
  width: 18px;
}
.interViewFeedbackModal button.close:hover {
  opacity: 0.6;
}
a.star-icons {
  color: #ffbc6b;
  font-size: 25px;
}
a.star-icons:hover {
  color: #ffbc6b;
}
a.star-gray-icon {
  color: #e0e4ed;
  font-size: 25px;
}
a.star-gray-icon:hover {
  color: #ffbc6b;
}
.review-label-txt {
  font-size: 16px;
  color: #101010;
  margin-bottom: 10px;
}
.company-details-sec, .overall-rating-sec {
  margin-bottom: 20px;
}
p.overall-rating-title {
  margin: 0 10px 0 0;
  font-size: 16px;
}
.company-logo {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #A0A4AB;
  border-radius: 50%;
  margin-right: 10px;
  overflow: hidden;
}
.company-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mandatory-star {
  color: #f64541;
}
.text-area-container {
  width: 100%;
  background-color: #f9f9f9;
}
.text-area-container::placeholder {
  font-size: 16px;
  font-weight: 500;
}
.vertical-devider {
  border: 1px solid var(--gray-200);
  background-color: var(--gray-200);
  margin: 0 20px;
}
.select-timzone-input .form-control.custom-input {
    padding-right: 30px;
    cursor: pointer;
    position: inherit;
    z-index: 99;
}
.interViewFeedbackModal span.error-txt {
    top: auto;
}
.feedback-lt-sec .form-group, .feedback-rt-sec .form-group {
	margin-bottom: 20px;
}
.feedback-success-section img.img-fun {
	width: 130px;
	margin: 15px auto;
}
p.help-text {
  font-size: 18px;
  margin-bottom: 0;
  color: var(--gray-600);
  font-weight: 600;
}
.interview-timing-slot {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
.interview-date-left {
  width: 10%;
  float: left;
}
.interview-time-select-right {
  float: left;
  width: 90%;
}
.interview-timing-slot h5 {
  font-size: 18px;
}
/* END: Css For Interview Feedback Modal */

/* START: CSS For Radio Toggle Icon */
.radio-toggle-icon {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.radio-toggle-icon span:first-child {
  margin-right: 10px;
  font-size: 16px;
  color: var(--gray-600);
}
.radio-toggle-icon .switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 25px;
}
.radio-toggle-icon .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.radio-toggle-icon .slider {
  position: absolute;
  cursor: pointer;
  top: 10px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ddd;
  -webkit-transition: .4s;
  transition: .4s;
}
.radio-toggle-icon .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 0;
  bottom: -5px;
  background-color: var(--gray-500);
  -webkit-transition: .4s;
  transition: .4s;
}
.radio-toggle-icon input:checked + .slider {
  background-color: var(--gray-300);
}
.radio-toggle-icon input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.radio-toggle-icon input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
  background-color: var(--primary);
}
/* Rounded sliders */
.radio-toggle-icon .slider.round {
  border-radius: 34px;
}
.radio-toggle-icon .slider.round:before {
  border-radius: 50%;
}
/* END: CSS For Radio Toggle Icon */

/* start rating list and stars*/
.talent-list-rating {
  padding:0;
  margin:0;
  display:flex;
  justify-content:center; 
}
.talent-list-rating li {
  list-style:none	
}
.talent-list-rating li span {
  display:block;  
  position:relative;
  transition: ease-in-out 0.2s;
}
.interViewFeedbackModal .talent-list-rating li span {
  width: 36px;
  height: 36px;
}
.interViewFeedbackModal .talent-list-rating span:before{
	position: unset;
	font-size: 36px;
}
.talent-list-rating span:before{
  position:absolute;
  line-height:1;
  top:0;
  left:0;
  /*content:"\f006";*/
  font-family:'FontAwesome';
  color:#ced4da;
  transition: ease-in-out 0.2s;
}

.talent-size-active li span {
  width:50px;
  height:50px;
}
.talent-size-active span:before {
  font-size:50px; 
} 

.interViewFeedbackModal .talent-size-active li span {
  width:36px;
  height:36px;
}
.interViewFeedbackModal .talent-size-active span:before {
  font-size:36px; 
} 

/*default*/
.talent-list-rating span:before{
  content:"\f006";
}
/*red*/
.list-rating-red1 span.rating1:before{
  content:"\f005";
  color:#d00;
}
.list-rating-red1 span:before,.list-rating-red2 span:before{
  color:#d00;
}

.list-rating-red2 span.rating1:before,.list-rating-red2 span.rating2:before{
  content:"\f005";
  color:#d00;
}
/*orange*/
.list-rating-orange span:before{
  content:"\f006";
  color:#f7941d;
}
.list-rating-orange span.rating1:before,.list-rating-orange span.rating2:before,.list-rating-orange span.rating3:before{
  content:"\f005";
}
/*green light*/
.list-rating-greenlt span:before{
  content:"\f006";
  color: var(--green);
}
.list-rating-greenlt span.rating1:before,.list-rating-greenlt span.rating2:before,.list-rating-greenlt span.rating3:before,.list-rating-greenlt span.rating4:before{
  content:"\f005";
}
/*green*/
.list-rating-green span:before{
  content:"\f005";
  color: var(--green);
}
.talent-list-rating [type="radio"]:checked,
.talent-list-rating [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.talent-list-rating .rating1:hover .talent-list-rating span:before{
  color: #000;
}
.rating-modal h4,h4.rating-tag-line,h4.rating-question,h4.title-thankyou1,h4.title-thankyou2{
  font-size: 20px;
  color: #08325a;
  text-align: center;
  margin: 0 0 20px;
}
.rating-description.form-group{
  margin: 0;
}

.rating-description .form-control{
  margin-bottom: 5px;
  font-size: 16px;
}
.rating-description span{
  float: right
}
/* end  rating list and stars*/

img.btn-loading-img {
    height: 24px;
}
span.rating-tag.rating-tag-lg {
  padding: 10px 15px;
  font-size: 15px;
}
.disable-clicks {
  pointer-events: none;
  cursor: not-allowed;
}
li.disable-slot-lbl {
    pointer-events: none;
    cursor: not-allowed;
    background-color: var(--gray-200);
    opacity: 0.5;
}
label.slot-lbl {
    background-color: var(--gray-200);
}
#interview-time-slot label.slot-lbl:hover {
	background-color: var(--gray-200);
	border: 1px solid transparent;
  transition: none;
  box-shadow: none;
}
p.disable-slot {
  position: absolute;
  font-size: 12px;
  /*color: #d60b0b;*/
  color: var(--gray-600);
  font-weight: 500;
}
#interview-time-slot label.slot-lbl::before {
  content: '\f068';
  color: #fff;
  border: 1px solid #d60b0b;
  background-color: #d60b0b;
}
#interview-time-slot label.slot-lbl {
	color: var(--gray-500);
}
/* tooltip css for interview booked slot */
/*.tooltip-slot-booked {
  position: relative;
  display: inline-block;
}
.tooltip-slot-booked .slot-booked-text {
  visibility: hidden;
  min-width: 135px;
  max-width: 250px;
  width: max-content;
  background-color: #eef7ff;
  font-size: 12px;
  text-align: center;
  border-radius: 4px;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  top: -12px;
  left: 23px;
  font-weight: 600;
  white-space: break-spaces;
}
.tooltip-slot-booked:hover .slot-booked-text {
  visibility: visible;
}*/
/* // tooltip css for interview booked slot */
/* ---------- END: Candiate side interview & feedback modal css ---------- */

.select-timzone-input .form-control.custom-input {
  background-color: transparent;
}
a.close-modal img {
  width: 18px;
  opacity: 0.6;
}
a.close-modal img:hover {
  opacity: 0.8;
}
.meet-logo {
  background-color: var(--gray-200);
  color: var(--gray-700);
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 5px;
  display: block;
  width: fit-content;
  margin: 10px 0 5px;
}
.meet-logo img {
  width: 18px;
  margin: 0 5px 0 0;
  vertical-align: text-bottom;
}
.booking-container .form-control.custom-input.link-input {
  margin-top: 10px;
}
.btn-custom-link {
	margin-top: 5px;
}
.btn-custom-link img {
	width: 24px;
}
label.title_label span.main-title,
label.title_label.main-title {
	color: var(--black);
	font-size: 20px;
}
/*.booking-container label.title_label.date-time-label {
	color: var(--black);
	font-size: 20px;
	font-weight: 700;
}
.booking-container label.title_label.date-time-label img {
  width: 24px;
  height: 24px; 
}*/
.check_box label.custom-link-sec p.value {
  width: 100%;
  max-width: 400px;
}
.booking-container label.title_label img.edit-pencil {
  margin-right: 0;
}
/*img.angle-left {
  width: 18px;
  vertical-align: middle;
  margin-right: 5px;
}

img.angle-right {
  width: 18px;
  vertical-align: middle;
  margin-left: 5px;
}*/
.details_section .meet-logo {
  font-size: 12px;
  margin: 10px 0 0 10px;
}
.details_section .meet-logo img {
  width: 15px;
  margin: 0 3px 0 0;
  vertical-align: text-bottom;
}
.value.link-input, .full_width.add_input {
	width: 100%;
  max-width: 350px;
}
.btn-back i.fa-angle-left {
  margin-right: 5px;
}
.btn-next i.fa-angle-right {
  margin-left: 5px;
}
.modal-body.mobile_fixed_body {
  padding: 0 25px;
}
.dates_height {
  border: 1px solid var(--gray-300);
  border-radius: 10px;
  padding: 15px;
  margin: 0 0 15px 0;
}
p.dates_with_close {
	font-size: 16px;
	margin-bottom: 20px;
}
.add_time_input i.fa.fa-plus {
  font-size: 12px;
}
.btn.btn-border.btn-add-date {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  margin: 0 8px 0 2px;
  padding: 0;
  text-wrap: wrap;
  line-height: 1.2;
  font-size: 14px;
  color: var(--black);
  border: 1px solid var(--gray-500);
}
.slot_dates p.title_type {
	margin: 0 0 10px 0;
}
.btn-remove i.fa.fa-trash {
  font-size: 20px;
  filter: grayscale(1);
  opacity: 0.6;
}
.form-control.custom-input.interviewer-input::placeholder {
  font-size: 14px;
}
.interviewers-list-box {
  border: 1px solid var(--gray-400);
  border-radius: 15px;
  padding: 15px;
}
.btn-link.btn-round-border, .btn-link-danger.btn-round-border {
	border-radius: 25px;
  background: transparent;
  border: 1px solid;
}
.btn-link-danger.btn-sm {    
  border: 1px solid var(--red);
}
..myjob-tab .btn-link.btn-sm {    
  border: 1px solid var(--gray-600);
  color: var(--black);
}
.myjob-tab .btn-link.btn-sm:hover {
  color: var(--black);
  background-color: var(--gray-200);
}
.booking-container label.title_label.intvw-title {
	margin-bottom: 0;
}
.interview-schedule-box {
	display: flex;
  flex-direction: column;
  align-content: space-between;
}
.success-screen a.close-modal {
  position: absolute;
  top: 15px;
  right: 30px;
}
.interview-schedule-box .table>tbody>tr>td {
	border-top: none;
}
td.Schedule-title {
  font-weight: 500;
  color: var(--gray-600);
}
.add-interviewer-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.InterviewConfirmationModal a.close img {
	width: 24px;
}
.date-time-icon>img {
  width: 16px;
}
.detail-form-sec .coworker-section.w_100 {
  max-height: unset;
  overflow-y: unset;
  padding-right: 0;
}
.timezone-box {
  margin: 25px 0;
}
.evaluate_scorecard_modal input.form-control.custom-input {
  padding: 6px 6px 6px 40px;
}
.evaluate_scorecard_modal input.form-control.custom-input.loader-img {
  background-image: url(/assets/img/load-icon.gif);
  /* background-size: 25px 25px; */
  transition: none !important;
  background-position: right center;
  background-repeat: no-repeat;
	/*padding: 6px 6px 6px 40px;*/
  opacity: 1 !important;
}
.skills_dropdown_menu > li:last-child {
  border-bottom: 0 solid transparent;
}
.skills_list .cand_ratings .ratings_group {
  margin-bottom: 0;
}

@media only screen and (max-width: 1440px) {
  /* START: Client side css 
		
	/* END: Client side css */

	/* START: Candidate side css */

	/* END: Candidate side css */
}

@media only screen and (max-width: 1024px) {
  /* START: Client side css */
		
	/* END: Client side css */
	
	/* START: Candidate side css */
	
	/* END: Candidate side css */
}

@media screen and (max-width: 820px) {
	  /* START: Client side css */
.screen-2 .title-left-side {
  width: 100%;
  max-width: 100%;
  padding-right: 0;
}
.screen-2 .calender-select-sec {
  max-width: 55%;
  border-left: 0;
  padding-left: 0;
}
.screen-2 .time-select-sec {
	max-width: 45%;
	width: 100%;
	margin-top: 20px;
}
	/* END: Client side css */
	
}
 @media screen and (max-width: 991px) {
    /* START: Client side css */
    /* #interview_modal .modal-dialog {
         margin:0px;
    }
     */

     .full_column.intv-title p {
         margin-left:39px;
    }
    /* END: Client side css */
    /* START: Candidate side css */
     .selected-date-time-box {
         max-width: 80%;
    }
     .intvw-salary-desc {
         font-size: 10px;
    }
     .myjob-tab .app-progress-table table tr td, .myjob-tab .intvw-status-table table tr td {
         padding: 10px;
         height: 140px;
    }
     .overall-rating-sec .rating-sec-xs {
         flex-direction: column;
         align-items: flex-start;
    }
     p.overall-rating-title {
         margin: 0 0 10px 0;
         font-size: 14px;
    }
     .rating-sec-xs .flex-element.rating-xs {
         flex-direction: row;
         align-items: flex-start;
    }
     .talent-list-rating {
         margin: 0 0 10px 0;
    }
     .size-hover li span {
         width: 40px;
         height: 40px;
    }
    /* END: Candidate side css */
}
 @media screen and (max-width: 820px) {
    /* START: Client side css */
	/*#interview_modal .modal-dialog {
		max-width: 700px;
		width: 100%;
		margin: 70px auto;
	}*/
	.interview-schedule-modal button.close{
		top: 0;
		right: -30px;
	}
		.height_adjust{
		height:auto;
	}
	.screen-3 .title-left-side {
		max-width: 40%;
		/* padding-right: 15px; */
	}
	
	.screen-3 .interview_type {
		max-width: 58%;
		padding-left: 15px;
		padding-right: 15px;
	}
	/* END: Client side css */
}
@media screen and (min-width: 768px) {
	.collapse.dont-collapse-sm {
		display: block;
		height: auto !important;
		visibility: visible;
	 }
}
@media screen and (max-width: 768px) {
   /* START: Client side css */
	.full_column {
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
	.full_custom_modal.custom-modal-bottom button.close {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: auto;
    filter: invert(0);
    z-index: 999;
  }
  .full_custom_modal.custom-modal-bottom .modal-content button.close img {
    width: 18px;
    filter: invert(1);
  }
  .select_days {
    height: 250px;
  }
  .conf_screen {
    padding: 25px 15px 40px;
    margin-bottom: 50px;
  }
   #interview_modal .booking-container {
		max-height: initial;
  	overflow: visible;
  }
   .title-left-side, .screen-1 .interview_type, .half_width, .full_width, .calender-select-sec, .conf_screen .full_column, .interview_type {
     width:100%;
     display:inline-block;
     border-left:0;
     max-width:100%;
     padding:0;
  }
  .screen-1 .interview_type {
  	padding: 15px;
  }
  /*.title-left-side {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  */
 	.intv-title img, .booking-container label img {
    width: 28px;
  }
  .intv-title h2, .intv-title h2.flex-element p {
    font-size: 18px;
  }
  .interview-schedule-modal .modal-header, .interview-schedule-modal .modal-footer{
    padding:10px 15px;
  }
  #interview_modal .modal-dialog{
  	margin-top: 30px;
  }
  /* END: Client side css */
  
  .screen-2 #interview_details_section .h_100{
  	height: auto;
  }
  #interview_details_section .h_100.details-dropdown,
  #interview_details_section2 .h_100.details-dropdown {
  	overflow-y: unset;
  }
  .booking-container label .meet-logo img {
    width: 18px;
  }
}

@media screen and (max-width: 680px) {
	/* START: Client side css */
	.full_column.intv-title p {
		margin-left:33px;
	}
	/* END: Client side css */

	/* START: Candidate side css */

	/* END: Candidate side css */
}
@media screen and (max-width: 736px){
	.dates_with_close .slt-date-md {
  	display: block;
	}
	.selected-date-time-box {
    max-width: 100%;
	}
	.other-details-xs.flex-center {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
	}
	#interview_modal .booking-details-sec {
    margin-bottom: 20px;
	}
}
@media screen and (max-width: 600px) {
    /* START: Client side css */
	.slot-time-sec .time_break select {
		width: 75px;
	}
	.mobile_fixed_head{
		position: fixed;
		top: 0;
		width: 100%;
		background: #fff;
		z-index: 99;
	}
	.mobile_fixed_body {
		padding-top: 70px;
	}
	.evaluate_scorecard_modal .mobile_fixed_body {
		padding-top: 150px;
		padding-bottom: 90px;
	}
	.full_custom_modal.custom-modal-bottom button.close {
		position: fixed;
		z-index:999;
	}
	.screen-3 .interview_type {
		max-width: 100%;
		padding: 0;
	}
	.time-select-sec{
		padding:15px;
	}
   .booking-details-sec .form-group.form-inline {
       display: inline-block;
	 margin-bottom:15px;
  }
   .skills_list .size-hover li span {
       width: 24px;
       height: 24px;
  }
   .skills_list .size-hover span:before {
       font-size: 22px;
  }
   .feedback-success-section {
       padding: 40px 0 70px;
  }
   .interview-confirmation-content {
       max-width: 80%;
       width: max-content;
  }
   .full_column_card, .full_column_card.flex-center {
       flex-direction: column;
       justify-content: start;
       align-items: start;
  }
	 .full_custom_modal.custom-modal-bottom .modal-content {
	   border-radius: 0;
	   height: 100%;
	   display: inline-block;
	   bottom: 0px;
	   width: 100%;
	   max-height: 100%;
		}
     .cand_ratings, .skills_set {
         max-width: 100%;
         width: 100%;
    }
     .evaluate_scorecard_modal .modal-header, .evaluate_scorecard_modal .modal-footer {
         padding: 15px;
    }
     .overall-rating-sec .talent-list-rating {
         margin: 20px 0 20px 0;
    }
     .evaluate_scorecard_modal button.close img {
         width: 18px;
    }
     .stage_details {
         margin: 10px 0;
         width:100%;
    }
     .evaluate_scorecard_modal .modal-lg {
         margin-left: 0;
         margin-right: 0;
    }
     .score_group {
         padding-right: 35px;
    }
     .skills_list {
         padding: 10px 0 0;
    }
     .cand_ratings{
         padding-bottom:10px;
    }
     .stage_details .select_stage {
         width: 100%;
    }
     .border_1 {
         border-left: 0;
    }
     .skills_set h4{
         font-size:16px;
    }
     span.rating-tag{
         font-size:12px;
         margin-top: 5px;
    }
    /* END: Client side css */
	
	/* START: Candidate side css */
	/* Mobile view footer modal */
	.cancel-interview-modal, .InterviewConfirmationModal, .interViewFeedbackModal {
    margin: 0;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0,0,0,0.4);
  }
  
  .cancel-interview-modal .modal-dialog, .InterviewConfirmationModal .modal-dialog, 
  .interViewFeedbackModal .modal-dialog {
    margin: 0;
    margin: 0;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .modal.fade.cancel-interview-modal .modal-dialog, .modal.fade.InterviewConfirmationModal .modal-dialog, 
  .modal.fade.interViewFeedbackModal .modal-dialog {
  	transform: unset;
  }
  .cancel-interview-modal button.close, .InterviewConfirmationModal button.close, 
  .interViewFeedbackModal button.close {
    right: 20px;
    bottom: auto;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.3s;
    animation-name: slideIn;
    animation-duration: 0.3s;
  }
  
  .cancel-interview-modal .modal-content, .InterviewConfirmationModal .modal-content, 
  .interViewFeedbackModal .modal-content {
    margin: 0;
    position: fixed;
    bottom: 0;
    top: auto;
    left: 0;
    height: 100%;
    overflow: auto;
    background-color: #fff;
    width: 100%;
    border-radius: 0;
    border: none;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 50%);
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.3s;
    animation-name: slideIn;
    animation-duration: 0.3s;
  }
  .cancel-interview-modal .modal-body, .InterviewConfirmationModal .modal-body, 
  .interViewFeedbackModal .modal-body {
    padding: 15px 15px 90px;
  }
  .cancel-interview-modal .modal-footer, .InterviewConfirmationModal .modal-footer, 
  .interViewFeedbackModal .modal-footer {
    position: fixed;
    left: 0;
    right:0;
    bottom: 0;
    background: #fff;
    padding: 20px;
    border-top: 1px solid #e5e5e5;
  }
  /* // Mobile view footer modal */

  /* interViewFeedbackModal css */
  .interViewFeedbackModal .feedback-lt-sec, .interViewFeedbackModal .feedback-rt-sec {
  	width: 100%;
	}
	.interViewFeedbackModal .vertical-devider {
		display: none;
	}
	.interViewFeedbackModal .modal-body .flex-element.feedback-details-xs-view {
  	flex-direction: column;
	}
	.interViewFeedbackModal .modal-header .flex-center.flex-sb {
  	align-items: flex-start;
  	flex-direction: column;
	}
	.interViewFeedbackModal h2.intvw-modal-head-txt {
  	font-size: 18px;
	}
	.interViewFeedbackModal h3.help-text {
    margin: 5px auto 0;
    font-size: 14px;
	}
	.video-interview {
  	font-size: 12px;
  	padding: 6px 12px;
		margin: 10px 0;
	}
	.video-interview img {
  	margin-right: 5px;
  	width: 20px;
	}
	.interViewFeedbackModal .modal-header {
  	padding: 15px;
	}
	.job-title-text {
  	font-size: 18px;
  	margin: 0 0 5px;
	}
	.interview-company-name-text {
  	font-size: 12px;
  	margin: 0;
	}
  .feedback-success-section h4.title-thankyou1, .feedback-success-section h4.title-thankyou2 {
    font-size: 20px;
	}
	.feedback-success-section img.img-fun {
  	width: 80px;
	}
	.feedback-header-sec {
		background-color: var(--gray-100);
		padding: 15px;
		margin-bottom: 15px;
	}
	.remark-tab {
		margin: 0;
	}
	.btn-footer-xs {
		display: flex;
	}
	.btn-footer-xs a.btn {
  	width: 100%;
	}
	.radio-toggle-icon {
		margin-bottom: 20px;
	}
	.size-hover span:before {
  	font-size: 42px;
	}
	.size-hover li span {
  	width: 42px;
  	height: 42px;
	}
	.review-label-txt {
    font-size: 14px;
	}
	.radio-toggle-icon span:first-child {
    font-size: 14px;
	}
	.interViewFeedbackModal .form-control.custom-input {
    font-size: 14px;
	}
	/* // interViewFeedbackModal css */

	/* InterView confirmation Modal css */
	.interview-confirmation-text {
  	font-size: 20px;
	}
	p.help-text {
	  font-size: 14px;
	}
	p.border-title {
	  width: 20%;
	}
	.selected-date-time-box {
  	max-width: 100%;
  	height: auto;
	}
	.date-time-txt {
    padding: 15px 10px;
	}
	a.date-time-edit-icon img {
  	width: 22px;
	}
	a.date-time-edit-icon {
    right: 0;
    padding: 0px;
    width: 22px;
    height: 22px;
	}
	.other-details-xs.flex-center {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 0;
	}
	.interview-static-details {
  	margin-bottom: 15px;
	}
	.interviews-name {
  	font-size: 12px;
	}
	span.teammember-avtar {
    width: 25px;
    height: 25px;
	}
	.selected-date-square-txt p:first-child, .date-options-circle p:first-child {
  	font-size: 12px;
  	margin-bottom: 0;
	}
	.date-options-circle p:last-child, .selected-date-square-txt p:last-child {
  	font-size: 18px;
	}
	.date-options-circle {
  	width: 60px;
  	height: 60px;
  	margin-right: 8px;
	}
	.date-option, .interview-other-details {
  	margin: 0 auto 20px;
	}
	.modal-interview-title {
  	font-size: 12px;
	}
	.intvw-info-text {
  	font-size: 14px;
	}
	.interview-confirmation-content {
  	max-width: 100%;
  	padding: 15px;
	}
	.company_details_text h4, .company_details_text h5 {
		max-width: 360px;
	}
	.feedback-lt-sec .company-details-header {
		flex-direction: column;
		text-align: center;
	}
	.company_details_text {
  	width: 100%;
	}
	.company-details-header .company-logo {
  	margin: 0 0 10px;
	}

	#interview-time-slot ul li {
  	display: block;
  	position: relative;
  	margin-bottom: 10px;
	}
	#interview-time-slot label {
		padding: 10px 10px 10px 40px;
  	margin: 0;
  	color: var(--gray-600);
  	width: 100%;
	}
	#interview-time-slot input[type="radio"]:checked + label {
  	background: var(--white);
  	color: var(--primary);
  	border-color: var(--primary);
	}
	#interview-time-slot label::before {
    content: '\f00c';
    font-family: 'FontAwesome';
    width: 15px;
    height: 15px;
    border: 1px solid #ddd;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    font-size: 9px;
    text-align: center;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translate(-50%, -50%);
	}
	#interview-time-slot input[type="radio"]:checked + label::before {
  	background-color: #2dae3d;
  	border-color: #2dae3d;
	}
	.rating-sec-xs .flex-element.rating-xs {
    flex-direction: column;
    align-items: center;
	}
	.overall-rating-sec .rating-sec-xs {
    align-items: center;
	}
	.InterviewConfirmationModal .modal-header {
		padding: 15px;
	}
	.InterviewConfirmationModal button.close {
		right: 10px;
	}
	.interview-timing-slot h5 {
    font-size: 14px;
	}
	p.help-text.border-title {
    width: 60px;
	}
	.horizontal-border {
    width: calc(100% - 60px);
	}
	#interview-time-slot ul {
    margin-bottom: 25px;
	}
	.interview-date-left, .interview-time-select-right {
  	width: 100%;
	}
	#interview-time-slot ul li.disable-slot-lbl {
    margin-bottom: 20px;
	}
	/* // InterView confirmation Modal css */

	/* END: Candidate side css */
  .ratings_group .rating-skill > label{
    margin-right: 7px;
  }
  .check_box_mobile ul{
    margin-left: 25px;
  }
  .ratings_update_group{
    margin-top: 7px;
  }
  #interview_modal .booking-container{
  	padding-bottom: 70px;
  }
  .select_days{
  	height: auto;
  	padding-bottom: 20px;
  }
  .sub_value {
    font-size: 10px;
	}
	.check_box label {
    margin-bottom: 10px;
	}
	abel.title_label span.main-title, label.title_label.main-title {
    font-size: 14px;
	}
	.interview-schedule-modal .modal-body {
    padding: 0;
  }
  .title_label.title-xs {
    border-bottom: transparent;
    padding: 15px;
    background-color: var(--gray-100);
	}
	.calender-box, .timezone-box {
    padding: 0 15px;
    margin-bottom: 30px;
	}
	.booking-container label.title_label span.main-title {
    font-size: 14px;
    color: var(--gray-600);
	}
	a.collapse-arrow i {
		color: var(--gray-600);
	}
	.slot-time-sec .form-control.custom-input {
    width: 100%;
    font-size: 14px;
	}
	#interview_details_section.details_section,
	#interview_details_section2.dont-collapse-sm {
		padding: 0 15px;
		background-color: var(--gray-100);
    margin: 0 0 30px;
	}
  .screen-2 #interview_details_section .h_100 {
    margin: 0;
	}
	.interview_details .title_label.title-xs {
		margin-bottom: 0;
	}
	.add-interviewer-sec {
    flex-direction: column;
		align-items: stretch;
	}
	.interview_type .booking-details-sec {
    padding: 0 15px;
  }
  .interviewers-list-box {
    border-radius: 10px;
    margin-top: 15px;
	}
	.booking-container label.title_label.intvw-title {
    margin-bottom: 15px;
	}
	.interviewers-list {
    margin-bottom: 0;
	}
	.success-screen a.close-modal {
    right: 15px;
	}
	.schedule-interview-text {
    font-size: 18px;
	}
	.interview-schedule-box .table>tbody>tr>td, .address_text {
    font-size: 12px;
	}
	.coworker-floating-box a.close {
    right: 10px;
    top: 10px;
    filter: unset;
	}
	.btn-footer-xs .btn-success-step a.btn {
		display: inline-block;
		margin: 0;
	}
	.modal-footer.btn-footer-xs .btn-success-step .btn+.btn {
    margin: 10px 0 0;
	}
	.form-group.time_break.mr-15 {
    width: 30%;
    margin-right: 20px;
	}
	.slot-time-sec .flex-element .form-group:last-child {
    width: 10%;
    justify-content: flex-end;
	}
	.slot-time-sec a.btn.btn-remove {
    padding: 0;
    width: 18px;
    margin-left: 0;
	}
	.slot-time-sec .time_break:first-child span:after {
    font-size: 24px;
    right: -13px;
	}
}
@media screen and (max-width: 568px) {
	/* START: Candidate side css */
	.date-time-txt h2 {
  	font-size: 14px;
  	margin: 0 auto 10px;
	}
	.date-time-txt h3 {
  	font-size: 12px;
	}
	.interview-schedule-modal .modal-header, 
	.interview-schedule-modal .modal-footer {
    padding: 15px;
	}
	.screen-2 .time-select-sec {
    margin-top: 0;
  	}
	/* END: Candidate side css */
	.InterviewConfirmationModal a.close img {
		width: 18px;
	}
}
@media screen and (max-width: 360px) {
	/* START: Client side css */
		.ratings_group .rating-skill > label {
    width: 13px;
}
.ratings_group .rating-skill > label:before {
    font-size: 17px;
}
	/* END: Client side css */
	
	/* START: Candidate side css */
	.interview-confirmation-text {
    font-size: 18px;
	}
	/* END: Candidate side css */
}
@media screen and (max-width: 320px) {
	/* START: Client side css */
				.ratings_group .rating-skill > label {
    width: 10px;
}
.ratings_group .rating-skill > label:before {
    font-size: 13px;
}
	/* END: Client side css */
	
	/* START: Candidate side css */
	.date-time-txt h2 {
  	font-size: 12px;
	}
	.date-time-txt h3 {
    font-size: 11px;
	}
	/* END: Candidate side css */
}
