/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


.align-self-baseline {
    position: fixed;
    top: 30%;
    z-index: 1;
}

.z-i5 {
    z-index: 5;
}

.hasDatepicker{
z-index: 98;
position: relative;
}

	body {
    zoom: 1 !important;
}	
		
	
.eyechange.eyechange1 {
    margin-top: 8px;
}

.eyechange3.eyechange {
    margin-bottom: 10px;
}	
	
	.tooltip-inner {   background-color: #ffc3bb !important; /* Change this to your desired background color */
            color: #40312f !important; /* Change this to your desired font color */
            font-size: 12px !important; /* Change this to your desired font size */
			padding:10px; }
			
			
			
			.select2-container {
    width: 100%;
	
			}
			
	
	.select2-container--default .select2-selection--single {
   
    width: 100% !important;
    height: 65px !important;
    padding: 5px !important;
    padding-top: 18px !important;
}		


span.select2-selection__arrow {
    display: none !important;
}


button.resetHref {
    border: 0;
    color: #cdd87d;
    background-color: #fff;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bec1c9;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #bec1c9;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #bec1c9;
}


.profileDropdown .dropdown-menu {
    margin-top: 12px;
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
}


input[type="text"]:disabled{background-color:#f4f4f4 !important;}


input[type="text"], select , textarea, .select2-container--default .select2-selection--single { border-color: #e8e8e8;}



/* the container must be positioned relative: */
.custom-select {
  position: relative;
}

.custom-select select {
  display: none; /* hide original SELECT element: */
}

.select-selected {
  background-color: #fff;
}

/* style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/* point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

.select-arrow-active,
.select-selected {
  border: 1px solid #e8e8e8;
  padding: 19px 16px !important;
}

/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
  color: #a0a7ab;
  padding: 10px 16px;
  cursor: pointer;
  user-select: none;
}

/* style items (options): */
.select-items {
  position: absolute;
  background-color: #fafafa;
  border-radius: 10px;
  margin-top: 8px;
  max-height: 200px; /* Add max-height and overflow for scrolling */
  overflow-y: auto;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: #f0f6ed;
}


/* width */
.select-items::-webkit-scrollbar {
  width: 10px;
  margin-right:5px;
}

/* Track */
.select-items::-webkit-scrollbar-track {
  background: #fafafa; 
}
 
/* Handle */
.select-items::-webkit-scrollbar-thumb {
  background: #cdd87d; 
}

/* Handle on hover */
.select-items::-webkit-scrollbar-thumb:hover {
  background: #cdd87d; 
}


.container_checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  /*font-size: 22px;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: -5px;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #eee;
    border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.container_checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container_checkbox input:checked ~ .checkmark {
  background-color: #CDD87D;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container_checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container_checkbox .checkmark:after {
  left: 7px;
    top: 4px;
    width: 5px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn.bg_color_green:active{
	background-color: #CDD87D !important;
}
.companycheckbox .checkmark{
    position: absolute;
    top: 0px;
    left: 7px;
    height: 18px;
    width: 18px;
    border: 1px solid #eee;
    border-radius: 5px;
}
.step_number_content{
	position: absolute;
	top: 0;
	right: 10px;
}
.step_content_wizard li{
	/*position: relative;*/
}



.switch {
  position: relative;
  display: inline-block;
  width: 40px;
    height: 23px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
    width: 20px;
    left: 2px;
    bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.stepform_switch input:checked + .slider {
  background-color: #CDD87D !important;
}

.stepform_switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.stepform_switch input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
      transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}
.upload_btn_summernote{
	z-index: 1111;
    position: relative;
    top: 38px;
    right: 10px;
}
.border_1px_green{
	border:1px solid #CDD87D;
}
.sidebar{
	width: 270px;
	transition: 0.5s;
}
.calendar_sidebar{
  width: 270px;
  transition: 0.5s;
}
.calendar_content{
  width: 100%;
}
.content{
	width: 100%;
}
.sidebar ul li{
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.toggle_button_sidebar{
	width: 45px;
	height: 45px;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #CDD87D;
	/*margin-right: -35px;*/
	position: absolute;
	right: -25px;
	z-index: 111;
}
.cursor_pointer{
	cursor: pointer;
}
.closesidebar .sidebar{
	width: 70px;
	transition: 0.5s;
}

.closesidebar .name_menu{
	display: none;
}
.notification{
	background-color: #fff;
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	border: 2px solid #eee;
}
.notify_counter{
	width: 25px;
	height: 15px;
	border-radius: 10px;
	color: #000;
	position: absolute;
	top: 0;
	right: -10px;
	background-color: #CDD87D;
	font-size: 12px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.errow_short_list{
	width: 30px;
	height: 30px;
	border-radius: 5px;
	background-color: #50D8B0;
}


.progressbar_parentdashboard .progress{
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}
.progressbar_parentdashboard .progress:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 6px solid #E9E9E9;
    position: absolute;
    top: 0;
    left: 0;
}
.progressbar_parentdashboard .progress > span{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.progressbar_parentdashboard .progress .progress-left{
    left: 0;
}
.progressbar_parentdashboard .progress .progress-bar{
    width: 100%;
    height: 100%;
    background: none;
    border-width: 6px;
    border-style: solid;
    position: absolute;
    top: 0;
}
.progressbar_parentdashboard .progress .progress-left .progress-bar{
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.progressbar_parentdashboard .progress .progress-right{
    right: 0;
}
.progressbar_parentdashboard .progress .progress-right .progress-bar{
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}
.progressbar_parentdashboard .progress .progress-value{
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: #ffffff;
    font-size: 18px;
    color: #fff;
    line-height: 135px;
    text-align: center;
    position: absolute;
    top: -42%;
    left: 5%;
}
.progressbar_parentdashboard .progress.blue .progress-bar{
    border-color: #50D8B0;
}
.progressbar_parentdashboard .progress.blue .progress-left .progress-bar{
    animation: loading-2 1.5s linear forwards 1.8s;
}
.progressbar_parentdashboard .progress.yellow .progress-bar{
    border-color: #fdba04;
}
.progressbar_parentdashboard .progress.yellow .progress-left .progress-bar{
    animation: loading-3 1s linear forwards 1.8s;
}
.progressbar_parentdashboard .progress.pink .progress-bar{
    border-color: #ed687c;
}
.progressbar_parentdashboard .progress.pink .progress-left .progress-bar{
    animation: loading-4 0.4s linear forwards 1.8s;
}
.progressbar_parentdashboard .progress.green .progress-bar{
    border-color: #1abc9c;
}
.progressbar_parentdashboard .progress.green .progress-left .progress-bar{
    animation: loading-5 1.2s linear forwards 1.8s;
}
@keyframes loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-2{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}
@keyframes loading-3{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@keyframes loading-4{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}
@keyframes loading-5{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}
@media only screen and (max-width: 990px){
    .progressbar_parentdashboard .progress{ margin-bottom: 20px; }
}

.progressbar_parentdashboard{
    margin-top: -25px;
}
/*.progress_card{
    height: 140px;
}*/
.interview {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background-color: #FE5001;
}

.progressbar_parentdashboard.interview_arranged .progress.blue .progress-bar{
border-color: #FE5001;
}
.progressbar_parentdashboard.chatprogress .progress.blue .progress-bar{
border-color: #3F9AE0;
}

.chat_conversation{
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background-color: #3F9AE0;
}
.saving_img img{
    width: 40px;
    height: 40px;
}
.font-weight-bold{
    font-weight:bold;
}
.font-weight-normal{
    font-weight:normal;
}
.font-weight-500{
    font-weight:500;
}
.font-weight-600{
    font-weight:500;
}
.font-weight-700{
    font-weight:500;
}
.font-weight-800{
    font-weight:500;
}
.font-weight-900{
    font-weight:500;
}

.table_checkbox .checkmark{
    top: 5px !important;
}

.table_checkbox .checkmark:after {
    left: 9px;
    top: 7px;
}
.vertical_align_middle{
    vertical-align: middle;
}
.switch_color_dashboard_parent .switch_color_dashboard:nth-child(1) input:checked + .slider{
    background-color: #FEBC00!important;
}
.switch_color_dashboard_parent .switch_color_dashboard:nth-child(2) input:checked + .slider{
    background-color: #50D8B0!important;
}
.switch_color_dashboard_parent .switch_color_dashboard:nth-child(3) input:checked + .slider{
    background-color: #3F9AE0!important;
}
.switch_color_dashboard_parent .switch_color_dashboard:nth-child(4) input:checked + .slider{
    background-color: #FE5001!important;
}   

.white_space_nowrap{
    white-space: nowrap;
}
.text_11 {
    font-size: 11px;
}
.upcomingtabinterview .nav-pills .nav-link.active,
.upcomingtabinterview .nav-pills .show>.nav-link{
     background-color: #D6DDEB;
     border: 2px solid #CDD87D;
}

.jobspendingtabletab .nav-pills .nav-link.active,
.jobspendingtabletab .nav-pills .show>.nav-link{
    background-color: #CDD87D;
    color: #000 !important;
}
.jobspendingtabletab .nav-pills .nav-link{
    color: #a8adb7 !important;
}

.jobspendingtabletab .nav-pills .nav-link span{
    border: 1px solid #CDD87D;
}
.jobspendingtabletab ul li span.badge
{
    width: 30px;
    height: 30px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pending_for_approval{
    color: #3F9AE0;
    border: 2px solid #3F9AE0;
    background-color: #f5fafd;
}
.payment_pending{
    color: #319a07;
    border: 2px solid #319a07;
    background-color: #f5fafd;
}
.paynow{
    
}
.declined{
    color: #FF1F00;
    border: 2px solid #FF1F00;
    background-color: #fff4f2;
}
.select_another_recruiter{
    
}
.jobtable_status_common{
    color: #000;
    border: 2px solid #CDD87D;
    background-color: #CDD87D;
}

.text_color_blue{
    color: #3F9AE0;
}
.bg_danger{
    background-color: #ff1f00;
}


.container_radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container_radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.container_radio .checkmark {
  position: absolute;
  top: 10px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
  border: 1px solid #cdd87d;
}

/* On mouse-over, add a grey background color */
.container_radio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container_radio input:checked ~ .checkmark {
  background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.container_radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container_radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container_radio .checkmark:after {
        top: 4px;
    left: 4px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #000;
}
.bg_dark_grey{
    background-color: #C1C1C1;
}
.shorlistedcandidate span{
    margin-left: -15px;
    border: 1px solid #fff; 
}
.shotlistusercount{
    width: 39px;
    height: 39px;
}
.shorlistedcandidate span img{
width: 30px;
    height: 30px;
}
.text_green{
    color: #319a07;
}
.name_menu{
    font-size: 12px !important;
    font-weight: 500;
}
.progressbar_parentdashboard.scoreprogress .progress{
width: 40px !important;
    height: 40px;
    line-height: 70px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}
.progressbar_parentdashboard.scoreprogress{
    margin: 0;
}

.bg_success{
    background-color: #309807;
}

.text_success{
    background-color: #309807;
}
.bg_warning{
    background-color: #f6b134;
}
.text_warning{
    background-color: #f6b134;
}
.bg_danger{
    background-color: #fb1e00;
}
.text_danger{
    color: #fb1e00;
}
.moveto:hover{
    background-color: #CDD87D;
}
.newbadge{
    border: 1px solid #CDD87D;
    width: 40px;
}
.border_theme_2{
    border: 2px solid #CDD87D;
}
.border_bottom_theme_1{
    border-bottom: 1px solid #CDD87D;
}
.border_primary_2{
    border: 2px solid #0d6efd;
}
.visibility_hidden{
    visibility: hidden;
}
.table_para_adjust{
    width: 150px;
}
td{
    vertical-align: middle;
}

.paid_status{
    background-color: #E5E5E5;
    border: 2px solid #E5E5E5;
    color: #2e9107;
}
.overdue_status{
    color: #FF1F00;
    background-color: #fff4f2;
    border: 2px solid #fff4f2;
}


/*chat area css start*/
.message-area {
    height: 100vh;
    overflow: hidden;
    /*padding: 30px 0;*/
    /*background: #f5f5f5;*/
}

.chat-area {
    position: relative;
    width: 100%;
    background-color: #fff;
    border-radius: 0.3rem;
    height: 90vh;
    overflow: hidden;
    min-height: calc(100% - 1rem);
}

.chatlist {
    outline: 0;
    height: 100%;
    overflow: hidden;
    width: 300px;
    float: left;
    padding: 15px;
}

.chat-area .modal-content {
    border: none;
    border-radius: 0;
    outline: 0;
    height: 100%;
}

.chat-area .modal-dialog-scrollable {
    height: 100% !important;
}

.chatbox {
    width: auto;
    overflow: hidden;
    height: 100%;
    border-left: 1px solid #ccc;
}

.chatbox .modal-dialog,
.chatlist .modal-dialog {
    max-width: 100%;
    margin: 0;
}

.msg-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chat-area .form-control {
    display: block;
    width: 80%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.chat-area .form-control:focus {
    outline: 0;
    box-shadow: inherit;
}

a.add img {
    height: 36px;
}

.chat-area .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    align-items: center;
    justify-content: space-between;
    flex-wrap: inherit;
}

.chat-area .nav-tabs .nav-item {
    width: 100%;
}

.chat-area .nav-tabs .nav-link {
    width: 100%;
    color: #180660;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: capitalize;
    margin-top: 5px;
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.chat-area .nav-tabs .nav-item.show .nav-link,
.chat-area .nav-tabs .nav-link.active {
    color: #222;
    background-color: #fff;
    border-color: transparent transparent #000;
}

.chat-area .nav-tabs .nav-link:focus,
.chat-area .nav-tabs .nav-link:hover {
    border-color: transparent transparent #000;
    isolation: isolate;
}

.chat-list h3 {
    color: #222;
    font-size: 16px;
}

.chat-list a.d-flex {
    margin-bottom: 15px;
    position: relative;
    text-decoration: none;
}

.chat-list .active {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    bottom: 3px;
    left: 34px;
    height: 12px;
    width: 12px;
    background: #00DB75;
    border-radius: 50%;
    border: 2px solid #fff;
}

.msg-head h3 {
    color: #222;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0;
}

.msg-head p {
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
}

.msg-head {
    padding: 15px;
    border-bottom: 1px solid #ccc;
}

.moreoption {
    display: flex;
    align-items: center;
    justify-content: end;
}

.moreoption .navbar {
    padding: 0;
}

.moreoption li .nav-link {
    color: #222;
    font-size: 16px;
}

.moreoption .dropdown-toggle::after {
    display: none;
}

.moreoption .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: auto;
    right: 0;
    margin-top: 0.125rem;
}

.msg-body ul {
    overflow: hidden;
}

.msg-body ul li {
    list-style: none;
    margin: 15px 0;
}

.msg-body ul li.sender {
    display: block;
    width: 100%;
    position: relative;
}

.msg-body ul li.sender:before {
    display: block;
    clear: both;
    content: '';
    position: absolute;
    top: -6px;
    left: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 15px 12px;
    border-color: transparent transparent #f5f5f5 transparent;
    -webkit-transform: rotate(-37deg);
    -ms-transform: rotate(-37deg);
    transform: rotate(-37deg);
}

.msg-body ul li.sender p {
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    padding: 15px;
    background: #f5f5f5;
    display: inline-block;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 0;
}

.msg-body ul li.sender p b {
    display: block;
    color: #180660;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

.msg-body ul li.repaly {
    display: block;
    width: 100%;
    text-align: right;
    position: relative;
}

.msg-body ul li.repaly:before {
    /*display: block;*/
    display: none;
    clear: both;
    content: '';
    position: absolute;
    bottom: 15px;
    right: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 15px 12px;
    border-color: transparent transparent #D7F5E7 transparent;
    -webkit-transform: rotate(37deg);
    -ms-transform: rotate(37deg);
    transform: rotate(37deg);
}

.msg-body ul li.repaly p {
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    padding: 15px;
    background: #D7F5E7;
    display: inline-block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-bottom: 0;
}

.msg-body ul li.repaly p b {
    display: block;
    color: #061061;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

.msg-body ul li.repaly:after {
    display: block;
    content: '';
    clear: both;
}

.time {
    display: block;
    color: #000;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
}

li.repaly .time {
    margin-right: 20px;
}

.divider {
    position: relative;
    z-index: 1;
    text-align: center;
}

.msg-body h6 {
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    color: #222;
    background: #fff;
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 0;
}

.divider:after {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 12px;
    left: 0;
    border-top: 1px solid #EBEBEB;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.send-box {
    padding: 15px;
    border-top: 1px solid #ccc;
}

.send-box form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.send-box .form-control {
    display: block;
    width: 85%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.send-box button {
    border: none;
    background: #3867d6;
    padding: 0.375rem 5px;
    color: #fff;
    border-radius: 0.25rem;
    font-size: 14px;
    font-weight: 400;
    width: 24%;
    margin-left: 1%;
}

.send-box button i {
    margin-right: 5px;
}

.send-btns .button-wrapper {
    position: relative;
    width: 125px;
    height: auto;
    text-align: left;
    margin: 0 auto;
    display: block;
    background: #F6F7FA;
    border-radius: 3px;
    padding: 5px 15px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    overflow: hidden;
}

.send-btns .button-wrapper span.label {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
    color: #343945;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 13px;
}

#upload {
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.send-btns .attach .form-control {
    display: inline-block;
    width: 120px;
    height: auto;
    padding: 5px 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #343945;
    background-color: #F6F7FA;
    background-clip: padding-box;
    border: 1px solid #F6F7FA;
    border-radius: 3px;
    margin-bottom: 5px;
}

.send-btns .button-wrapper span.label img {
    margin-right: 5px;
}

.button-wrapper {
    position: relative;
    width: 100px;
    height: 100px;
    text-align: center;
    margin: 0 auto;
}

button:focus {
    outline: 0;
}

.add-apoint {
    display: inline-block;
    margin-left: 5px;
}

.add-apoint a {
    text-decoration: none;
    background: #F6F7FA;
    border-radius: 8px;
    padding: 8px 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    color: #343945;
}

.add-apoint a svg {
    margin-right: 5px;
}

.chat-icon {
    display: none;
}

.closess i {
    display: none;
}



@media (max-width: 767px) {
    .chat-icon {
        display: block;
        margin-right: 5px;
    }
    .chatlist {
        width: 100%;
    }
    .chatbox {
        width: 100%;
        position: absolute;
        left: 1000px;
        right: 0;
        background: #fff;
        transition: all 0.5s ease;
        border-left: none;
    }
    .showbox {
        left: 0 !important;
        transition: all 0.5s ease;
    }
    .msg-head h3 {
        font-size: 14px;
    }
    .msg-head p {
        font-size: 12px;
    }
    .msg-head .flex-shrink-0 img {
        height: 30px;
    }
    .send-box button {
        width: 28%;
    }
    .send-box .form-control {
        width: 70%;
    }
    .chat-list h3 {
        font-size: 14px;
    }
    .chat-list p {
        font-size: 12px;
    }
    .msg-body ul li.sender p {
        font-size: 13px;
        padding: 8px;
        border-bottom-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }
    .msg-body ul li.repaly p {
        font-size: 13px;
        padding: 8px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-left-radius: 6px;
    }
}
/*chat area css end*/


/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: #fff;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background-color: #CDD87D;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.group_user_chat img{
    width: 30px;
    height: 30px;
    border-radius: 100px;
}
.group_user_chat img:nth-child(2){
    position: absolute;
    top: -20px;
    right: -10px;
}
.group_user_chat{
    position: relative;
}
.chat_badge{
    border-radius: 100px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.chat_img_with_time{
    margin-left: -22px;
}
.chat_img_with_time_reply{
    margin-right: -35px;
}
.bg_dark_blue{
    background-color: #0b254b;
}
.modal_header_delete{
  right: 5ppx;
  top: 0;

}

.bg_color_lightblue{
  background-color: #d6ddeb;
}
.bg_dark_blue{
  background-color: #102D59;
}
.addplus{
  border-radius: 100px;
  border:2px solid #CDD87D;
  padding: 5px;
}
.input_badge{
  position: absolute;
  border-radius: 31px;
  border-top-left-radius: 31px !important;
  border-bottom-left-radius: 31px!important;
  right: 0;
  padding: 3px 12px;
  margin-right: 10px;
}
.edit_delete_button button{
  width: 130px;
}
.questionbox{
  background-color: #1E287C;
  width: 180px;
  border-radius: 10px;
}
.questionimage{
  background-color: #000;
  width: 38px;
  height: 38px;
  border-radius: 100px;
  border:5px solid #CDD87D;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -34px;
}

.step_2_bg{
  background-color: #7A3B15;
}
.step_3_bg{
  background-color: #352F64;
}

button:hover,a:hover{
  cursor: pointer;
}
.active_show .card{
  background-color: #e0ecdb;
  border: 1px solid #CDD87D !important;
}
.interviewtype li span img{
  width: 15px;
  height: 15px;
}
.fc-toolbar.fc-header-toolbar .fc-left div{
  display: flex;
  align-items: center;
}
/*.fc-today-button,.fc-prev-button,.fc-next-button{
  margin-left: 10px;
}*/

.fc .fc-toolbar.fc-header-toolbar .fc-left div button{
  margin-right: 10px !important;
  height: auto !important;
}
.fc h2{
  margin-left: 10px !important;
  font-size: 18px;
  color: #000;
}
.fc-today-button{
  border: 1px solid lightgrey !important;
  background-image: -webkit-linear-gradient(top,#fff,#fff) !important;
  color: #e6e6e6 !important;
  text-transform: capitalize !important;
}
.fc-prev-button,.fc-next-button{
  border: none !important;
  background-image: -webkit-linear-gradient(top,transparent,transparent) !important;
  color: #000 !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
.fc-right .fc-button-group .fc-state-default{
  background-image: -webkit-linear-gradient(top,#ecf8e7,#ecf8e7) !important;
  color: #000 !important;
  background-color: transparent !important;
  box-shadow: none !important;
  box-shadow: none !important;
  padding: 10px 20px 10px 20px !important;
  text-transform: capitalize;
  border:none !important;
  height: auto !important
}
.fc-state-hover {
  color: #333;
  text-decoration: none;
  background-position: unset !important;
}
.fc-right .fc-button-group .fc-state-default.fc-state-active{
  background-color: #CDD87D !important;
   background-image: -webkit-linear-gradient(top,#CDD87D,#CDD87D) !important;
}
.fc-day-header{
      background-color: #F5F5F5;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number{
  float: left !important;
  color: #567fa8 !important;
  text-decoration: none !important;
  font-weight: 500 !important;
}
.fc-toolbar.fc-header-toolbar{
  margin-bottom: 40px !important;
}
.fc-event-container .fc-event {
  padding: 10px;
  border-left: 5px solid #616161;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  border-top-left-radius: 0 !important;
  margin: 0;
  border-bottom-left-radius: 0 !important;
  background-color: #e7e7e7;
  color: #000;
  font-weight: bold;
}


/*.wrapper {
    background: #39E2B6;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
    text-align: center;
    left: 0;
    font-size: 100px;
    font-family: calibri;
    color: white;
    line-height: 100vh;
}
*/
.my-dropzone {
  width: 100%;
  margin: 1%;
  border: 2px dashed #3498db !important;
  border-radius: 5px;
  height: 150px;
}
.alert_parent{
  background-color: #DCEFD4;
  border:1px solid #CDD87D;
  padding: 10px;
}
.inner_alert{
  background-color: #f1f9f4;
  padding: 10px
}
.onhold_status{
  background-color: #fbfbfb;
  color: #79818f;
  border:2px solid #79818f;
}
.discussion_badge{
  background-color: #f6fdfb;
  border:1px solid #50D8B0;
}

.bg_sky_blue{
  background-color: #50D8B0;
}

.text_color_sky_blue{
  color: #50D8B0;
}

.width_250px{
  width: 250px;
}

.bg_color_lightblue{
  background-color: #eef5ec;
}

a {
  text-decoration: none;
}

a:hover{
  text-decoration: none;
}

.note-toolbar.card-header {
    background-color: #fff;
}

.bg_color_green {
    background-color: #CDD87D;
}

.border-right-0 {
    border-right: 0px !important;
}

.border-left-0 {
    border-left: 0px !important;
}

#loadwrap {
    min-height: 100%;
    background-color: #F8F8F8;
    color: #009AFF;
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 3000;
    top: 0;
    opacity: 0.8;
    text-align: center;
    vertical-align: middle;
}

.text-center {
    text-align: center !important;
}

.loginheading {
    font-size: 20px !important;
    line-height: 35px !important;
   
}

.loginbg2 {
    margin-top: 75px;
    margin-bottom: 75px;
}

.arrowcc {
    /* margin-top: 25px;
    margin-right: 20px; */
    margin-top: -17px;
    margin-right: 15px;
    position: relative;
    top: 40px;
    z-index: 9;
}

span.select2-results {
    border: 1px solid #e8e8e8;
}

.pad-button {
    padding-left: 110px;
    padding-right: 110px;
}

.slidet1, .slidet12 {
   
    margin-top: -33px;
    display: block;
    font-size: 12px;
    margin-left: -5px;
   
}

span.alias {
    color: #d0d4e0 !important;
    font-weight: bold !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    margin-left: 4px !important;
}

.header_3 span.select2 {
    width: 43% !important;
    transition: 0.5s !important;
}

.header_3 span.select2-container--focus {
    width: 75% !important;
    transition: 0.5s !important;
}

.banner-section span.select2 {
    width: 66% !important;
}