*{
  margin: 0;
  padding: 0;
}
body{
  font-family: 'PT Sans', sans-serif !important;
  font-weight: normal;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #f1f5f9 !important;
}
.form-control:focus{
  box-shadow: none !important;
}
label.error{
  font-size: 12px;
  font-weight: 400;
  color: #ed145b;
  margin-bottom: 0;
  display: block;
}
.expired_tag{
  background: #ed145b;
  color: #fff;
  padding: 4px;
  font-size: 12px;
  border-radius: 5px;
}
.candidate_info{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.expird_btn{
  text-align: end;
}

/* creds */

.list_head p{
  color: #212529 !important;
  font-size: .875rem !important;
  font-weight: 400 !important;
  margin-bottom: 0px;
}
.exp_counts{
  background: #01467F;
  color: #fff !important;
  height: 25px;
  width: 25px;
  font-size: 0.715rem;
  display: grid;
  border-radius: 50%;
  place-content: center;
}
.tab-group-btn.tab_top{
  display: inline-flex !important;
  align-items: center;
  gap: 5px;
}
.form-group.side_btns{
  display: flex;
  align-items: center;
  gap: 10px;
}
.creds-view .form-group p.truncated-text{
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.profile_Inner .profile-thumpnail span{
  position: absolute;
  background: #FF0000;
  border: 2px solid #fff;
  color: #fff;
  font-size: 0.715rem;
  height: 20px;
  width: 20px;
  border-radius: 6px;
  right: -5px;
  top: -5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
.profile_Inner{
  display: flex;
  align-items: center;
  gap: 10px;
}
.profile_Inner a{
  color: #212529 !important;
  font-size: .875rem !important;
}
.list_headtop{
  padding: 10px 15px;
}
.source-list-card.list-card.creds-list{
  border: none;
  padding: 10px 15px !important;
  border-radius: 5px;
  box-shadow: 0px 7px 9px rgba(0, 0, 0, .10);
  margin-bottom: 0px !important;
}
.creds_info{
  gap: 15px;
}
.creds_wrapper{
  max-height: 600px;
  overflow: scroll;
}

/* creds */

.emailemptyglob, .emailempty{
  font-size: 12px;
  font-weight: 400;
  color: #ed145b;
  margin-bottom: 0;
  display: block;
}
.notice-txt {
  color: #ed145b;
}
.btn {
  height: 40px;
}
.btn i {
  font-size: 15px;
}
a, a:hover{
  text-decoration: none;
  word-wrap: break-word;
}
textarea:focus, input:focus{
  outline: none;
}
select:-moz-focusring {
    color: transparent !important;
    text-shadow: 0 0 0 #727a81;
}
.g-recaptcha{
  transform: scale(.865);
  -moz-transform: scale(.865);
  -webkit-transform: scale(.865);
  transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
.alert{border-radius: 0;}
.border-left{border-left: 1px solid #e5ecf3;}
.donot-scroll{overflow: hidden;}
.donot-scroll:after{
  width: 100%;
  height: 100%;
  background:rgba(255, 255, 255, 0.6);
  left: 0;
  top: 0;
  content: '';
  position: absolute;
  z-index: 1;
  transition: all ease-in-out .3s;
}
#admin-login{
  background: url('../images/login-bg.png') no-repeat center bottom #034982;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: scroll;
}
#admin-login .row{
  height: 100vh;
}
.login-wrap{
  background: #fff;
  padding:40px 45px;
}
.login-wrap .logo{
  margin: 0px auto;
  width: 200px;
  height: 62px;
  background: url('../images/rsi-logo.svg') no-repeat;
  background-size: 100%;
  display: block;
}
.login-wrap h1{
  color: #2e3032;
  font-size: 1.1em;
  font-weight: 700;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
.login-wrap .form-control{
  background: #f7fbfe none repeat scroll 0 0;
  border: 1px solid #dfe6eb;
  border-radius: 0;
  font-size: .9em;
  font-weight: 400;
  height: 37px;
}
.login-wrap .form-check-label{
  font-size: .9em;
  color: #7b7b7b;
}
.small-btn.rsi-btn-primary, .small-btn.rsi-submit-btn{
  width: 130px;
  line-height: 20px;
}
.small-btn.rsi-btn-primary:after, .small-btn.rsi-submit-btn:after{
  margin: 9px auto;
}
.rsi-btn-primary, .rsi-submit-btn{
  background: #4bcaac;
  color: #fff !important;
  display: inline-block;
  font-size: .92rem;
  font-weight: 400;
  border-radius: 50px; -moz-border-radius: 50px; -webkit-border-radius: 50px;
  border-color:#4bcaac;
  line-height: 25px;
  width: 185px;
  overflow: hidden;
  transition: all ease-in-out .5s;
  position: relative;
}
.rsi-btn-primary:after, .rsi-submit-btn:after{
  position: absolute;
  top:0; bottom: 0;
  left: 0; right: 0;
  margin: 15px auto;
  width: 100%;
  height: 100%;
  font:normal normal normal 14px/1 FontAwesome;
  text-indent: -205px;
  transition: all ease-in-out .5s;
}
.rsi-btn-primary:after{
  content: '\f061';
}
.rsi-submit-btn:after{
  content: '\f00c';
}
.rsi-btn-primary:hover, .rsi-submit-btn:hover{
  background: #0469af;
  border-color: #0469af;
  text-indent: 300px;
  transition: all ease-in-out .5s;
}
.rsi-btn-primary:hover:after,  .rsi-submit-btn:hover:after{
  text-indent: 0px;
  transition: all ease-in-out .5s;
}
.rsi-btn-link{
  color: #7b7b7b !important;
  font-size: .85em;
  display: inline-block;
}
.rsi-cancel-link{
  color: #7b7b7b !important;
  font-size: 1em;
  display: inline-block;
  outline: none;
  background: transparent;
}
.rsi-btn-link:hover, .rsi-cancel-link:hover{
  color: #036bb0 !important;
}
.login-copyright{
  color: #859aac;
  font-size: .85em;
}
.poweredby{
  width: 65px;
  height: 20px;
  background: url('../images/poweredby-logo.png') no-repeat;
  display: inline-block;
}
header {
  background: #fff;
  padding: 15px 20px;
  position: fixed;
  top: 0;
  left: 220px;
  z-index: 999;
  width: calc(100% - 200px);
  box-shadow: 0 1px 40px rgba(0, 0, 0, .1);
}
.fa-big{font-size:1.13em;}
.header-logo{
  width: 160px;
  height: 50px;
  background: url('../images/rsi-logo.svg') no-repeat;
  background-size: 100%;
  display: block;
  float: left;
}
header ul{
  float: right;
  margin-bottom: 0;
  margin-top: 10px;
}
header ul li{
  list-style: none;
  display: inline-block;
  margin: 0 10px;
}
header ul li a{
  color: #7b7c7d;
  font-size: 1.3em;
  display: block;
  position: relative;
}
header ul li a span{
  position: absolute;
  top: 2px;
  right: 0;
  width: 12px;
  height: 12px;
  background: #ed145b;
  border: 2px solid #fff;
  border-radius: 50px; -moz-border-radius: 50px; -webkit-border-radius: 50px;
}
.left-nav{
  background-image:url('../images/login-bg.png'), url('../images/leftnav-glow.png');
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, center top;
  background-color:#036cb1;
  width: 220px;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  overflow: hidden;
}
.right-block{
  padding-left: 220px;
  background: #f1f5f9 !important;
}
.right-block .container-fluid{margin-top: 80px;}
.container-fluid p{
  color: #7d95a0;
  font-size: 0.925em;
  overflow-wrap: break-word;
  word-wrap: break-word;
  /* -ms-word-break: break-all;
  word-break: break-all; */
}
.profile-img-wrap {
  padding: 20px;
  text-align: center;
  display: flex;
  align-items: center;
}
.profile-img-wrap img {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 10px;
}
.profile-img-wrap h4 {
  color: #fff;
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 0;
}
ul.main-nav {
  padding: 0;
  margin: 0;
  position: relative;
  height: 90%;
  width: 220px;
  overflow-y: auto;
}
ul.main-nav::-webkit-scrollbar {
  width: 0.625em !important;
}
 
ul.main-nav::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
ul.main-nav::-webkit-scrollbar-thumb {
  background-color: #ffffff;
  outline: 1px solid #fff;
}
.main-nav li{
  list-style: none;
}
.main-nav li a {
  color: #fff;
  text-transform: capitalize;
  padding: 13px 20px;
  display: block;
  font-weight: 400;
  font-size: .95em;
  position: relative;
}
.main-nav li a:hover, .main-nav li a.active{
  background: #1c8fdc;
}
.main-nav li a i{
  width: 20px;
  margin-right: 10px;
  display: inline-block;
}
#rsi-viewport {padding: 20px;}
#rsi-viewport h1 {
  color: #00467f;
  font-size: 1.55em;
  line-height: 1.65em;
  font-weight: 600;
  margin-bottom: .5rem;
}
.btn-filter {
  color: #00467f;
}
.btn-filter span {
  margin-right: 5px;
}
.searchwrap{position: relative; margin-bottom: 0;}
.searchwrap input{
  border: 1px solid #ebeff2;
  border-radius: 50px; -moz-border-radius: 50px; -webkit-border-radius: 50px;
  background: #fff;
  color: #8d9cac;
  font-weight: 400;
  font-style: italic;
  font-size: .9em;
  padding: 3px 15px 3px 35px;
  height: 43px;
}
.searchwrap:after{
  position: absolute;
  top:14px;
  left: 15px;
  content: '\f002';
  font:normal normal normal 14px/1 FontAwesome;
  width: 20px;
  height: 20px;
  color: #8d9cac;
}
.dashboard-cards, .white-card{
  background: #fff;
  padding: 10px 15px;
  position: relative;
  /* box-shadow: 0 1px 4px rgba(0, 0, 0, .07); */
  transition: all ease-in-out .5s;
  margin-bottom: 5px;
}
.space-card{
  background: #fff;
  border: 1px solid #dfe6eb;
  padding: 10px 30px;
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .07);
  transition: all ease-in-out .5s;
}
.dashboard-cards:hover{
  box-shadow: 0 5px 43px rgba(0, 0, 0, .1);
  transition: all ease-in-out .7s;
}
.dashboard-cards:hover .dashcard-options,
.submission-status-card:hover .dashcard-options,
.placement-status-card:hover .dashcard-options{display: block;}
.dashboard-cards i, .submission-status-card i, .placement-status-card i{
  font-size: 1.2em;
  line-height: 2.1em;
}
.dashcard-options {
  position: absolute;
  top: -5px;
  right: -5px;
  padding: 10px 15px;
  display: none;
  z-index: 99;
}
.dashcard-options ul{
  margin-bottom: 0;
}
.dashcard-options ul li{
  list-style: none;
  display: inline-block;
}
.dashcard-options ul li a i{
  color: #b4c0d0;
  font-size: 1em;
  margin: 5px;
}
.dashcard-options ul li a:hover i{color:#036bb0;}
.jobs-cards .rounded-circle, .company-cards .rounded-circle,.submission-cards .rounded-circle, .candidate-cards .rounded-circle{
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  float: left;
  margin-top: 5px;
}
.jobs-cards .rounded-circle{
  background: #e35986;
}
.company-cards .rounded-circle{
  background: #4bcaac;
}
.submission-cards .rounded-circle{
  background: #ec9529;
}
.candidate-cards .rounded-circle{
  background: #f42660;
}
.jobs-cards h3{color: #e35986;}
.company-cards h3{color: #4bcaac;}
.submission-cards h3{color: #ec9529;}
.candidate-cards h3{color: #f42660;}
.card-data{
  /*width: calc(100% - 75px);*/
  display:block;
  float: left;
  padding-left: 15px;
  padding-top: 5px;
}
.card-data h3{
  margin-bottom: 0;
  font-size: 1.4em;
  font-weight: 700;
}
.card-data p{
  margin-bottom: 0;
  color: #8b9197;
  font-weight: 400;
  font-weight: 1.1em;
}
.candidate-list-cards h2{
  color: #5c5f61;
  font-size: 1.35em;
  float: left;
}
a.add-candidates{
  float: right;
  display: block;
}
a.add-candidates i{
  font-size: 1.2em;
  color: #177cc0;
  line-height: 1.3em;
}
.candidate-list-cards{
  background: #fff;
  position: relative;
  box-shadow:0 1px 4px rgba(0, 0, 0, 0.07);
  height: 100%;
}
.candidate-list-cards .titlebar{
  padding:30px 30px 15px 30px;
}
.candidate-card{
  padding: 13px 30px;
  transition: all ease-in-out .5s;
  display: block;
}
.candidate-card:hover{
  box-shadow: 0 5px 43px rgba(0, 0, 0, .1);
  transition: all ease-in-out .3s;
}
.candidate-card:hover .card-data h5{
  color: #e35986;
  transition: all ease-in-out .3s;
}
.candidate-card:hover .card-data p{
  color: #177cc0;
  transition: all ease-in-out .3s;
}
.candidate-card:hover a, .candidate-card:hover .view-icon{
  opacity: 1;
  color:#036bb0;
  transition: all ease-in-out .3s;
}
.candidate-card .cadidate-headshot-warp{
  width: 50px;
  height: 50px;
  float: left;
  border: 1px solid #ebeff2;
  border-radius: 50px; -moz-border-radius: 50px; -webkit-border-radius: 50px;
}
.candidate-card img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.candidate-card .card-data{
  width: calc(100% - 70px);
  float: left;
  padding-top: 7px;
  padding-left: 15px;
}

.candidate-card .card-data h5{
  color: #00467f;
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 0;
}
.candidate-card .card-data p{
  color: #8b9197;
  font-size: .75em;
  font-weight: 400;
}
.candidate-card a, .candidate-card .view-icon{
  color: #036bb0;
  float: right;
  opacity: 0;
  padding-top: 12px;
}
.task-assign a{
  color: #036bb0;
  float: left;
  opacity: 1000;
  padding-top: 0px;
}
.task-head{
  color: #036bb0 !important;
  float: none !important;
  opacity: unset !important;
  padding-top: 0px !important;
}
.task-assign a:hover,
.task-head:hover{
color: #e35986;
transition: all ease-in-out .3s;
}
.candidate-list-btn{
  padding:0 30px 15px 30px;
  text-align: center;
}
.candidate-list-btn em{
  width: 100%;
  height: 1px;
  background: #dee7f0;
  display: block;
}
.candidate-list-btn .link-btn{
  color:#e35887 !important;
  margin: 15px auto 0;
  display: inline-block;
  font-size: .9em;
  transition: all ease-in-out .3s;
}
.candidate-list-btn .link-btn i{
  font-size: .8em;
}
.candidate-list-btn .link-btn:hover{
  color:#036bb0;
  transition: all ease-in-out .3s;
}
.submission-status-card, .placement-status-card{
  background: #fff;
  padding: 30px;
  box-shadow:0 1px 4px rgba(0, 0, 0, 0.07);
  position: relative;
  /* min-height: 400px; */
}
.submission-status-card h2, .placement-status-card h2{
  color: #5c5f61;
  float: left;
  font-size: 1.35em;
}
.submission-status-card h2 i, .placement-status-card h2 i{
  font-size: .9em;
  width: 20px;
  margin-right: 10px;
}
.submission-status-card .status-data, .placement-status-card .status-data{
  padding: 10px 12px;
  /* box-shadow: 0 1px 4px rgba(0, 0, 0, .07); */
}
.status-data:hover {
	box-shadow: 0 5px 43px rgba(0, 0, 0, .1);
	transition: all ease-in-out .7s;
}
.status-data .rounded-circle {
	width: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	float: left;
	position: relative;
	line-height: 40px;
  margin-top: 5px;
}
.status-data .rounded-circle i {
	font-size: 1.4em;
	/* font-size: 1.5em; */
	line-height: 1.6em;
}
.active-status .rounded-circle{background: #4bcaac;}
.closed-status .rounded-circle{background: #e35986;}
.open-status .rounded-circle{background: #ec9529;}
.status-data .card-data{
  padding-left: 15px;
  /* padding-top: 0; */
}
.status-data .card-data h4{
  font-weight: 700;
  font-size: 1.4em;
  margin-bottom: 0;
}
.active-status .card-data h4{color: #4bcaac;}
.closed-status .card-data h4{color: #e35986;}
.open-status .card-data h4{color: #ec9529;}
.status-data .card-data p{
  font-weight: 400;
  font-size: 1em;
  line-height: 1em;
  margin-bottom: 0;
}
.placements-data .rounded-circle{
  width: 75px;
  height: 75px;
  color: #fff;
  text-align: center;
  float: left;
  background: #177cc0;
}
.placements-data .rounded-circle i{
  font-size: 2.35em;
  line-height: 2em;
}
.placements-data .card-data h4{
  font-size: 1.9em;
  font-weight: 700;
  color: #177cc0;
  margin-bottom: 0;
}
.placements-data .card-data p{
  color: #8b9197;
  font-weight: 400;
  line-height: 1em;
  margin-bottom: 0;
}
.value-text{
  text-align: center;
  padding: 13px 0;
}
.value-text h4{
  color: #5c5f61;
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 0;
}
.value-text p{
  margin-bottom: 0;
  color: #8b9197;
  line-height: 1em;
}
footer{padding:15px 20px;}
footer p{color: #859aac; font-size: .8em;}
.tooltip.bs-tooltip-right,
.sidemenu-trigger{
  display: none;
}
a.rsi-back-link {
  color: #858f99;
  font-size: .95em;
  font-weight: 400;
  display: flex;
  transition: all ease-in-out .3s;
  border: 1px solid #858f99;
  border-radius: 20px;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  height: 40px;
}
a.rsi-back-link:hover{
  color: #00467f;
  transition: all ease-in-out .3s;
}
.rsi-reset-btn:hover{
  color: #00467f;
  transition: all ease-in-out .3s;
}
.create-card, .details-card{
  background: #fff;
  padding: 40px 20px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .07);
  border: 1px solid #dfe6eb;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9 !important;
}
.resume-card{
  background: #fff;
  padding: 20px 50px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .07);
}
.form-group{
  min-width: 100px;
}
.form-group p{
  margin-bottom: 3px;
  color: #727a81;
  font-size: .95em;
  font-weight: 400;
}
.create-card input,
.space-card input,
.details-card input,
.btn.dropdown-toggle{
  border-color: #dfe6eb;
  background: #f7fbfe;
  border-radius: 0;
  height: 40px;
  font-size: .9em;
  color: #727a81;
  border-radius: 5px;
}
.rsi-custom-select select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #727a81;
  border: none;
  font-size: .9em;
  background: transparent;
  width: 100%;
  height: 40px;
  padding-left: 8px;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: normal;
}
.rsi-custom-select{
  overflow: hidden;
  border:1px solid #dfe6eb;
  background: #f7fbfe;
  border-radius: 0;
  height: 40px;
  width: 100%;
  position: relative;
}
.rsi-custom-select:after{
  border-color: transparent #727a81 #727a81 transparent;
  border-style: solid;
  border-width: 3px;
  bottom: 0;
  content: "";
  height: 6px;
  margin: auto;
  position: absolute;
  right: 15px;
  top: -3px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 6px;
}
.rsi-custom-select option{
  padding: 5px 10px;
}
.create-card .form-group textarea{
  border-color: #dfe6eb;
  background: #f7fbfe;
  border-radius: 5px;
  min-height: 100px !important;
  font-size: .9em;
}
.btn.dropdown-toggle span{font-size: .9em;}
.create-card .form-group{
  margin-bottom: 25px;
}
.dropdown-toggle:after{
  border-color: #727a81 transparent !important;
}
.btn-group .tab-group-btn{
  border: 2px solid #d5e5f0;
  border-left: none;
  background: #fff;
  display: inline-block;
  font-size: 0.9em;
  padding:5px 15px;
  height: 40px;
  color: #8b9197;
  line-height: 25px;
}
.btn-group .tab-group-btn:first-child{
  border-bottom-left-radius: 50px; -moz-border-bottom-left-radius: 50px; -webkit-border-bottom-left-radius: 50px;
  border-top-left-radius: 50px; -moz-border-top-left-radius: 50px; -webkit-border-top-left-radius: 50px;
  border-top-right-radius: 0; -moz-border-top-right-radius: 0; -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0; -moz-border-bottom-right-radius: 0; -webkit-border-bottom-right-radius: 0;
  border-left: 2px solid #d5e5f0;
}
.btn-group .tab-group-btn:last-child{
  border-top-left-radius: 0; -moz-border-top-left-radius: 0; -webkit-border-top-left-radius: 0;
  border-bottom-left-radius: 0; -moz-border-bottom-left-radius: 0; -webkit-border-bottom-left-radius: 0;
  border-top-right-radius: 50px; -moz-border-top-right-radius: 50px; -webkit-border-top-right-radius: 50px;
  border-bottom-right-radius: 50px; -moz-border-bottom-right-radius: 50px; -webkit-border-bottom-right-radius: 50px;
  border-left: 0;
}
.btn-group .tab-group-btn.active{
  color: #0469af;
}
a.search-btn, a.conct-btn{
  height: 40px;
  border-radius: 50px; -moz-border-radius: 50px; -webkit-border-radius: 50px;
  padding: 8px 20px;
  background: #0469af;
  color: #fff !important;
  display: inline-block;
  font-size: .9em;
  font-weight: 500;
  line-height: 24px;
  transition: all ease-in-out .3s;
}
a.search-btn i{margin-right: 10px;}
a.search-btn:hover{
  background: #2891da;
  transition: all ease-in-out .3s;
}
a.create-btn{
  height: 40px;
  border-radius: 50px; -moz-border-radius: 50px; -webkit-border-radius: 50px;
  padding: 10px 25px;
  background: #4bcaac;
  color: #fff !important;
  display: inline-block;
  font-size: .9em;
  line-height: 1.7em;
  font-weight: 500;
  transition: all ease-in-out .3s;
  min-width: 100px;
  text-align: center;
}
a.create-btn:hover{
  background: #0469af;
  transition: all ease-in-out .3s;
}
.bootstrap-select .dropdown-toggle:focus, .rsi-custom-select select:focus{
  outline: none !important;
  border-color: #80bdff;
  box-shadow: none;
  outline: none;
}
.white-card ul.pagination,
.space-card ul.pagination{
  margin-bottom: 0;
  display: inherit;
}
.white-card ul.pagination .page-item,
.space-card ul.pagination .page-item{
  display: inline-block;
}
.white-card a.page-link,
.page-item:first-child .page-link,
.page-item:last-child .page-link,
.space-card a.page-link{
  border: none;
  border-radius: 50px; -moz-border-radius: 50px; -webkit-border-radius: 50px;
  color: #7d8488;
  font-size: .9em;
  margin: 0;
  font-weight: 500;
}
.white-card .page-link.active,
.space-card .page-link.active{
  background: #0469af;
  color: #fff;
}
.border-bottom{
  border-bottom: 1px dashed #dde3e9;
  margin-bottom: 15px;
}
.list-card{
  background: #fff;
  padding:20px 30px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .07);
  border: 1px solid #dfe6eb;
  margin-bottom: 3px;
  transition: all ease-in-out .1s;
}
.list-card:hover{
  box-shadow: 0 5px 43px rgba(0, 0, 0, .1);
  transition: all ease-in-out .1s;
}
.status-card{
  background: #fff;
  padding: 15px 30px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .07);
  border: 1px solid #dfe6eb;
  margin-bottom: 3px;
}
.status-card h6,
.space-card h6{
  margin-bottom: 0;
  color: #7d8488;
  line-height: 2em;
  font-size: .9em;
}
.status-card p,
.space-card p{
  font-size: 1em;
  margin-bottom: 0;
  color: #5d6468;
  line-height: 2em;
}
.status-card .profile-thumpnail{
  width: 30px;
  height: 30px;
}
.status-card .profile-thump-details h2{
  color: #7d8488;
  font-size: 1em;
  line-height: 2em;
}
.space-card .profile-thump-details h2{
  color: #7d8488;
  font-size: .9em;
  line-height: 1.4em;
}
.space-card .profile-thump-details h2 > span{
  color: #7e8c9d;
  font-size: 0.95em;
}
.space-card .profile-thumpnail{
  width: 25px;
  height: 25px;
  border: 1px solid #dfdfdf;
  overflow: hidden;
  display: inline-flex;
}
.status-date {
  color: #0469af;
  margin-bottom: 2px;
  padding: 5px 30px;
}
.from-merge{
  border: 1px solid #dfdfdf;
  margin-bottom: 20px;
  padding: 15px;
}
.from-merge .profile-thump-details h2{
  color: #00467f;
  font-size: 1.1em;
}
.from-merge .profile-thump-details p{
  color: #7d95a0;
  font-size: 0.9em;
  line-height: 1.6em;
  margin-bottom: 5px;
  overflow-wrap: break-word;
}
a.icon-btn{
  width: 28px;
  height: 28px;
  border-width: 2px;
  border-style: solid;
  border-color: #cbd5d9;
  border-radius: 50px; -moz-border-radius: 50px; -webkit-border-radius: 50px;
  text-align: center;
  font-size: .9em;
  line-height: 25px;
  /*display: inline-block;*/
  display: block;
  float: right;
  margin-left: 3px;
  color: #9cadb5 !important;
}
a.icon-btn i{line-height: 1.7em;}
.icon-btn:hover.green-btn, .list-card:hover .green-btn, .uploaded-resume:hover .green-btn{
  color: #4bcaac !important;
  border-color:#8be4cf;
  transition: all ease-in-out .3s;
}
.icon-btn:hover.pink-btn, .list-card:hover .pink-btn, .uploaded-resume:hover .pink-btn{
  color: #f74881 !important;
  border-color:#fc7fa8;
  transition: all ease-in-out .3s;
}
.icon-btn:hover.orange-btn, .list-card:hover .orange-btn, .uploaded-resume:hover .orange-btn{
  color: #ec9529 !important;
  border-color:#ecb879;
  transition: all ease-in-out .3s;
}
.icon-btn:hover.blue-btn, .list-card:hover .blue-btn, .uploaded-resume:hover .blue-btn{
  color: #2891da !important;
  border-color:#2891da;
  transition: all ease-in-out .3s;
}
.icon-btn:hover.darkgreen-btn, .list-card:hover .darkgreen-btn, .uploaded-resume:hover .darkgreen-btn{
  color: #00B16A !important;
  border-color:#00B16A;
  transition: all ease-in-out .3s;
}
.icon-btn:hover.violet-btn, .list-card:hover .violet-btn, .uploaded-resume:hover .violet-btn{
  color: #a56cc1 !important;
  border-color:#a56cc1;
  transition: all ease-in-out .3s;
}
.list-card h2{
  font-size: 1.1em;
  color: #00467f;
}
.list-card p{
  color: #7d95a0;
  font-size: 0.9em;
  line-height: 1.6em;
  margin-bottom: 0;
  word-wrap: break-word;
}
.list-card p span {
    color: #5d7580;
}
.bottom-pagination-wrap ul.pagination{
  margin-bottom: 0;
  display: inherit;
}
.bottom-pagination-wrap ul.pagination li{
  display: inline-block;
}
.bottom-pagination-wrap{
  display: inline-block;
}
.bottom-pagination-wrap ul.pagination li span,
.bottom-pagination-wrap ul.pagination li a{
  font-weight: 500;
  font-size: .95em;
  background: transparent;
  border: none;
  border-radius: 50px; -moz-border-radius: 50px; -webkit-border-radius: 50px;
  background-color: transparent;
  border: none;
  color: #7d8488;
  display: block;
  line-height: 1.25;
  margin-left: 3px;
  padding: 0.5rem 0.75rem;
  position: relative;
  transition: all ease .3s;
}
.bottom-pagination-wrap ul.pagination li.disabled span,
.bottom-pagination-wrap ul.pagination li.disabled span:hover{
  background: transparent !important;
  color: #7d8488 !important;
  cursor: default;
}
.bottom-pagination-wrap ul.pagination li span:hover,
.bottom-pagination-wrap ul.pagination li a:hover,
.bottom-pagination-wrap ul.pagination li.active span,
.bottom-pagination-wrap .page-link.active {
  background: #0469af;
  color: #fff;
  transition: all ease .3s;
}
.search-slide-box{display: none;}
.tooltip-inner{background: #0469af; z-index: 0 !important; position: absolute;  left: -21px;}
.tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before{
  border-bottom-color: #0469af;
}
.tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.bs-tooltip-right .arrow::before{
  border-right-color: #0469af;
}
.details-card p, .pop-card p{
  color: #727a81;
  font-size: .9em;
  margin-bottom: 0px;
}
.details-card h4, .form-group h4, .pop-card h4{
  font-size: 1em;
  color: #4a4c4d;
  line-height: 1.6em;
  margin-bottom: 0;
  word-wrap: break-word;
}
.profile-image-upload{
  border-radius: 100px; -moz-border-radius: 100px; -webkit-border-radius: 100px;
  width: 165px;
  height: 165px;
  border: 1px solid #cbd5d9;
  margin: 0 auto 20px;
  position: relative;
  overflow: hidden;
}
.profile-image-upload > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profile-image-upload:after {
  background: rgba(0, 70, 127, 0.8) none repeat scroll 0 0;
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: 95%;
  left: 0;
  margin: auto;
  position: absolute;
  right: -350px;
  top: 0;
  width: 95%;
  transition: all ease .6s;
}
.profile-image-upload:hover:after{
  right: 0px;
  transition: all ease .3s;
}
.myprofile-hover{
  position: absolute;
  top: 0; bottom: 0;
  left: 0; right: 0;
  margin: auto;
  width: 100%;
  height: 35px;
  z-index: 99;
}
.profile-image-upload:hover .img-remove{
  opacity: 1;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transition: all ease .3s;
}
.profile-image-upload:hover .img-upload{
  opacity: 1;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transition: all ease .3s;
}
.img-remove, .img-upload{
  background: #fff none repeat scroll 0 0;
  border-radius: 50px; -moz-border-radius: 50px; -webkit-border-radius: 50px;
  display: inline-block;
  height: 35px;
  line-height: 32px;
  width: 35px;
  z-index: 99;
  border: 1px solid #fff;
  opacity: 0;
  transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transition: all ease .6s;
}
.img-remove{
  color: #f07979;
}
.img-upload{
  color: #4bcaac;
}
.img-remove i{color: #f07979;}
.img-upload i{color: #4bcaac;}
.create-card .input-group,
.details-card .input-group{
  line-height: 41px;
}
.create-card .input-group-addon,
.details-card .input-group-addon{
  background: #f7fbfe;
  border-color: #dfe6eb;
  border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0;
  padding: 0 12px;
  display: block;
  line-height: 2.3em;
}
.rsi-upload-btn, .rsi-reset-btn{
  outline: none;
  border:1px solid #4bcaac;
  color: #4bcaac !important;
  background: transparent;
  border-radius: 50px; -moz-border-radius: 50px; -webkit-border-radius: 50px;
  padding: 5px 30px;
  display: inline-block;
  transition: all ease .6s;
}
.rsi-upload-btn:hover, .rsi-reset-btn:hover{
  background: #4bcaac;
  color: #fff !important;
  transition: all ease .6s;
}
.rsi-reset-btn{
  line-height: 30px;
  font-size: .95em;
  font-weight: 400;
  display: inline-block;
  transition: all ease-in-out .3s;
}
.profile-thumpnail{
  width: 32px;
  height: 32px;
  float: left;
  border-radius: 50px; -moz-border-radius: 50px; -webkit-border-radius: 50px;
}
.profile-thumpnail img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profile-thump-details{
  float: left;
  margin-left: 15px;
  width: calc(100% - 55px);
}
.profile-thump-details h2{
  margin-bottom: 0;
}
.accepted, .rejected, .pending{
  font-size: .9em;
  margin-bottom: 0;
}
.accepted{
  color: #4bcaac !important;
}
.rejected{
  color: #ed145b !important;
}
.pending{
  color: #ec9529 !important;
}
.rsi-small-btn{
  outline: none;
  font-size: .9em;
  padding: 3px 10px;
  display: inline-block;
  color: #0469af !important;
  border: 1px solid #a0d9ef;
  border-radius: 50px; -moz-border-radius: 50px; -webkit-border-radius: 50px;
}
.rsi-small-btn:hover{
  color: #fff !important;
  border-color: #2891da !important;
  background: #2891da;
}
.candidate-profile-pic{
  width: 150px;
  height: 150px;
  margin: 0 auto 20px;
}
.candidate-profile-pic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
h3.candidate-name {
	color: #00467f;
	font-size: 1.4em;
	text-align: center;
	font-weight: 600;
}
.profile-fixed-edit{
  position: absolute;
  top: 15px;
  right: 30px;
}
.candidate-card-title{
  font-size: 1.1em;
  color: #00467f;
}
.profile-status-slider{
  width: 100%;
  border-radius: 50px; -moz-border-radius: 50px; -webkit-border-radius: 50px;
  background: #ebf5f0;
  display: block;
  height: 15px;
  overflow: hidden;
}
.profile-status-slider span{
  height: 15px;
  background-color: #08AEEA;
  background-image: linear-gradient(90deg, #3670c6 0%, #4bcaac 100%);
  border-radius: 50px; -moz-border-radius: 50px; -webkit-border-radius: 50px;
  display: block;
}
.arrow-btn{
  color: #e35887 !important;
  display: inline-block;
  font-size: 1em;
  transition: all 0.3s ease-in-out 0s;
}
.arrow-btn i{
  font-size: .8em;
}
.arrow-btn:hover{
  color:#036bb0;
  transition: all ease-in-out .3s;
}
.upload-btn{
  display:block;
  text-align: center;
  opacity: 1;
  transition: all ease .6s;
}
.upload-btn span{
  color: #00467f;
  font-size: .9em;
  font-weight: 600;
  display: block;
}
.upload-btn i{
  width: 95px;
  height: 95px;
  background: #ebf5f0;
  border-radius: 50px; -moz-border-radius: 50px; -webkit-border-radius: 50px;
  margin: 0 auto 10px;
  font-size: 3em;
  line-height: 90px;
  color: #00467f;
}
.upload-btn:hover{
  opacity: .6;
  transition: all ease .6s;
}
.document-upload-btn{
  width: 220px;
  background: #ebf5f0 none repeat scroll 0 0;
  border: 1px solid transparent;
  display: block;
  padding: 5px;
  text-align: left;
  border-radius: 50px; -moz-border-radius: 50px; -webkit-border-radius: 50px;
  transition: all 0.6s ease 0s;
}
.document-upload-btn i{
  background: #fff none repeat scroll 0 0;
  border-radius: 50px;
  color: #00467f;
  display: block;
  float: left;
  font-size: 1.4em;
  height: 40px;
  line-height: 42px;
  margin-right: 15px;
  text-align: center;
  width: 40px;
}
.document-upload-btn span{
  color: #00467f;
  display: block;
  float: left;
  font-size: 0.9em;
  font-weight: 600;
  line-height: 40px;
}
.document-upload-btn:hover{
  background: #f7fbfe;
  border: 1px solid #80bdff;
  transition: all ease .6s;
}
.email-wrapper{
  max-height: 500px;
  overflow: scroll;
  border: 1px solid #cbd5d9;
  background: #fff;
}
.email-list{
  padding: 20px 25px;
  border-bottom: 1px solid #cbd5d9;
}
.email-list.active{
  border-left: 3px solid #e35887;
}
.email-list.active h3{
  color: #e35887;
}
.email-list h3 {
  color: #00467f;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
}
.tab-heading h4{
  font-size: 1.6em;
  color: #00467f;
}
.check-box, .big-check-box{
  position: relative;
  display: block;
}
.check-box input, .big-check-box input{
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.check-box span{
  border: 1px solid #7e8db8;
  border-radius: 50px; -moz-border-radius: 50px; -webkit-border-radius: 50px;
  display: block;
  float: left;
  height: 15px;
  margin-top: 2px;
  transition: all 0.1s ease 0s;
  width: 15px;
  position: relative;
}
.big-check-box span{
  border: 1px solid #7e8db8;
  border-radius: 50px; -moz-border-radius: 50px; -webkit-border-radius: 50px;
  display: block;
  float: left;
  min-height: 20px;
  height: 20px;
  transition: all 0.1s ease 0s;
  min-width: 20px;
  width: 20px;
  position: relative;
  margin-top: 1px;
}
input.valid-detail:checked + span{
  border-color: #4bcaac;
  background: url('../images/checkbox-tick.png') no-repeat #4bcaac;
  background-position: center;
}
input:checked + span {
  border-color: #036bb0;
  background: url('../images/checkbox-tick.png') no-repeat #036bb0;
  background-position: center;
}
input:checked span:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  bottom: 0;
  content: "";
  height: 9px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(45deg);
  width: 6px;
}
input:checked ~ p{
  color: #036bb0;
}
.check-box p {
  color: #7b7b7b;
  float: left;
  font-size: 0.85em;
  line-height: 1.4em;
  margin-bottom: 0;
  margin-left: 5px;
}
.create-card .check-box p {
  font-size: 1em;
  line-height: 1.6em;
}
.create-card .check-box span{
  width: 20px;
  height: 20px;
}
.popovers{
  position: relative;
}
.pop-container {
  width: 430px;
  max-height: 300px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: -300px;
  background: #fff;
  padding: 0px;
  box-shadow: 0 1px 40px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: all ease .6s;
}
.pop-container.active{
  opacity:1;
  top:30px;
  transition: all ease .6s;
}
.popovers .pop-container{
  font-size: 1em;
}
.pop-container a {
  font-size: 0.9em !important;
  border-top: 1px solid #dfdfdf;
  padding: 10px 15px;
  color: rgb(3, 108, 177);
  margin-top: -1px;
}
.pop-container a:first-child{
  border-top: 1px dashed transparent;
}
.pop-container p {
  margin-bottom: 0;
  overflow-wrap: break-word;
  padding-left: 20px;
  position: relative;
  color: #6a6b6c;
}
.pop-container p > i{
  left: 0;
  position: absolute;
  top: 4px;
  color: #7b7c7d;
}
.notification-head {
  background: #fff;
  border-bottom: 1px solid rgb(223, 223, 223);
  color: #333;
  font-size: 12px;
  padding: 5px 15px;
  width: 100%;
  z-index: 1;
  font-weight: 600;
}
.notification-core{
  height: 250px;
  overflow: scroll;
}
.notification-core h3.nottitle{
  color: #90949c;
  font-size: 12px;
  padding: 7px 16px;
  background: #f5f5f5;
  margin-bottom: 0;
  text-transform: uppercase;
  border-top: 1px solid rgb(223, 223, 223);
  margin-top: -1px;
  border-bottom: 1px solid rgb(223, 223, 223);
}
.balls {
	border: 1px solid #00467f;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	color: #00467f !important;
	display: inline-block;
	font-size: 1em;
	font-weight: 700;
	height: 40px;
	line-height: 39px;
	margin: 0 15px;
	width: 40px;
}
.balls.active{
  background: #00467f none repeat scroll 0 0;
  color: #fff !important;
  font-weight: 700;
}
.balls.completed{
  background: #4bcaac;
  border-color:#4bcaac;
  position: relative;
}
.balls.completed:before{
  color: #fff !important;
  position: absolute;
  left: 0; right: 0;
  top:0; bottom:0;
  margin: auto;
  content: '\f00c';
  font-family: 'FontAwesome';
}
.balls.completed span{
  opacity: 0;
}
.documents-box{
  width: 100%;
}
.documents-box h5{
  color: #00467f;
  padding: 25px 0 5px 0;
}
.uploaded-resume{
  border: 1px solid #dfe6eb;
  margin-bottom: 5px;
  padding: 10px 15px;
  width: 100%;
  position: relative !important;
  z-index: 433 !important;
  display: block;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
}
.uploaded-resume span {
  color: #8b9197 !important;
  font-size: 0.9em;
  font-weight: 500;
  float: left;
  line-height: 2em;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.uploaded-resume:hover span{
  color: #00467f !important;
}
.form-control-file{
  border:none;
  background: transparent !important;
  overflow: hidden;
}
/* file upload style start*/
.custom-upload-button-box{
  margin-top: 5px;
}
.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.inputfile + label {
    font-size: 1rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding:0;
    margin-bottom: 0;
}



/* input check design */

/* input[type="checkbox"] {
	appearance: none;
	width: 18px !important;
	height: 18px !important;
	border: 1px solid #bac1c6;
	border-radius: 6px;
	position: relative;
	top: 0px;
  margin-right: 5px;
}

input[type="checkbox"]::before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	background-color: #00467f;
	border-radius: 3px;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: none;
}

input[type="checkbox"]:checked::before {
	display: block;
} */

/* input check design end */

.no-js .inputfile + label {
    display: none;
}
.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}
.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}
.inputfile + label span{
    line-height: 2.5em;
    color: #00467f;
}
.inputfile:focus + label,
.inputfile.has-focus + label,
.inputfile + label:hover {
    color: #722040;
}
.inputfile + label figure {
    width: 40px;
    height: 40px;
    background-color: #ebf5f0;
    display: block;
    padding: 12px;
    float: left;
    margin-right: 15px;
    margin-bottom: 0;
    border-radius: 50px; -moz-border-radius: 50px; -webkit-border-radius: 50px;
}
.inputfile:focus + label figure,
.inputfile.has-focus + label figure,
.inputfile + label:hover figure {
    background-color: #00467f;
}
.inputfile + label i {
    width: 100%;
    height: 100%;
    color: #00467f;
}
.inputfile + label:hover i{
    color: #fff;
}
.inputfile + label:hover span{
  opacity: .5;
}
/* file upload style end */

/* multiple select start */
.dropdown-menu.open.show{
  padding: 0;
}
.btn-group.bootstrap-select.show-tick.form-control .filter-option.pull-left{
  font-size: 1em;
}
.dropdown-menu.open.show > .dropdown-menu.inner{
  display: block;
}
.dropdown-menu.open.show > .dropdown-menu.inner li a{
  color: #727a81;
  display: inline-block;
  width: 100%;
  padding: 5px 10px;
  transition: all ease .6s;
}
.dropdown-menu.open.show > .dropdown-menu.inner li a:hover{
  background: #ebf5f0;
  transition: all ease .6s;
}
.dropdown-menu.open.show > .dropdown-menu.inner li a span.text{
  width: calc(100% - 40px);
  margin-right: 0;
  float: left;
}
.dropdown-menu.open.show > .dropdown-menu.inner li.selected a{
  color: #00467f;
  background: #ebf5f0;
  display: inline-block;
  width: 100%;
}
.dropdown-menu.open.show > .dropdown-menu.inner li.selected a span.glyphicon.glyphicon-ok.check-mark{
  font-family: 'FontAwesome';
  display:block;
  position: relative;
  float: right;
  margin-top: 0;
}
.dropdown-menu.open.show > .dropdown-menu.inner li.selected a span.glyphicon.glyphicon-ok.check-mark:before{
  content: '\f14a';
}
.rsi-alert-btn{
  border-color: #dfe6eb;
  color: #727a81;
  border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0;
  font-size: .95em;
  height: 40px;
  background: #fff;
  transition: all ease-in-out .3s;
}
.rsi-alert-btn:hover{
  color: #fff;
  background: #2891da;
  border-color: #2891da;
  transition: all ease-in-out .3s;
}
.rsi-alert-btn .badge.badge-light{
  border-radius: 50px; -moz-border-radius: 50px; -webkit-border-radius: 50px;
  background: #ec9529;
  color: #fff;
}
.title-select-box{
  width: 100%;
}
.title-select-box p{
  width: 60px;
}
.title-select-box .form-group{
  width: calc(100% - 60px);
}
.custom-title-select-box{
  float: right;
  width: calc(100% - 200px);
}
.custom-title-select-box .form-group{
  float: left;
}
.histories.modal-content{
  border-radius: 0;
  border: none;
  box-shadow: 0 20px 50px rgba(0,0,0,0.13);
}
/* .histories .modal-header{
  padding-bottom: 0;
} */
.histories .modal-body{
  padding: 0;
}
.histories-h1 {
  color: #00467f;
  font-size: 1.2em;
  line-height: 1.45em;
  margin-bottom: 15px;
}
.close{
  color: transparent !important;
}
.close.histories-close > span{position: relative;}
.close.histories-close > span:before{
  content: '\f00d';
  font-size: .8em;
  font-family: 'FontAwesome';
  position: absolute;
  left: 0; right: 0;
  top: 5px; bottom:0;
  margin: auto;
  color: #7b7c7d !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){
  width: 100% !important;
}
.preloaderdiv{
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
.preloaderdiv img{
  width: 100%;
  height: 100%;
}
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front.srchuser-dropdown{
  max-height: 280px !important;
  overflow-y: scroll;
}
.border-dashed-bottom-sm, .border-dashed-top-sm{
  border: none;
  padding-bottom: 0;
  padding-top: 0;
}
.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all{
  border-radius: 0;
  box-shadow: 0 2px 35px rgba(0, 0, 0, 0.3);
  padding: 3px;
  border: none;
  z-index: 9999 !important;
}
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all{
  background: #04599d;
  border-radius: 0;
  color: #fff;
}
.ui-datepicker table{
  margin-bottom: 0 !important;
}
.ui-state-default{
  border-radius: 50px; -moz-border-radius: 50px; -webkit-border-radius: 50px;
  text-align: center !important;
}
.ui-state-default.ui-state-highlight{
  background: #f6f6f6 !important;
  border: 1px solid #c5c5c5 !important;
  color: #454545 !important;
}
.ui-state-default.ui-state-active.ui-state-hover,
.ui-state-default.ui-state-active{
  background: #04599d !important;
  border: 1px solid #04599d !important;
  color: #fff !important;
}
.ui-icon.ui-icon-circle-triangle-e:before{
  content: '\f105';
  bottom: 0;
  font-family: 'FontAwesome';
  font-size: 22px;
  height: 16px;
  left: 0;
  line-height: 16px;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  text-indent: 0;
  top: 0;
  width: 16px;
}
.ui-icon.ui-icon-circle-triangle-w:before{
  content: '\f104';
  bottom: 0;
  font-family: 'FontAwesome';
  font-size: 22px;
  height: 16px;
  left: 0;
  line-height: 16px;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  text-indent: 0;
  top: 0;
  width: 16px;
}
.ui-datepicker-next.ui-corner-all.ui-state-hover.ui-datepicker-next-hover,
.ui-datepicker-prev.ui-corner-all.ui-state-hover.ui-datepicker-prev-hover{
  background: transparent !important;
  border-color: #04599d !important;
  transition: all ease .6s;
}
.calendar-icon i{
  position: absolute;
  right: 25px;
  top: 41%;
  color: #727a81;
}
.companycls{
  display: inline-block;
  background: #f6f6f6;
  border: 1px solid #ced4da;
  color: #0469af;
  padding: 1px 15px 1px 10px;
  border-radius: 50px; -moz-border-radius: 50px; -webkit-border-radius: 50px;
  margin-right:10px;
  margin-bottom: 10px;
  position: relative;
}
.companycls a{
  background: #fff none repeat scroll 0 0;
  border-radius: 50px; -moz-border-radius: 50px; -webkit-border-radius: 50px;
  padding: 0 5px;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  font-weight: 400;
}
.companycls a i{
  color: #ed145b;
  font-size: 0.813rem;
}
.companycls p{
  color: #454545;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 0;
  font-size: 0.75rem;
  word-wrap: break-word;
}
.pop-h2{
  float: left;
  line-height: 1.2em;
  margin-left: 10px;
  margin-bottom: 0;
  width: calc(100% - 40px);
}
.bb-top {
  border-top: 1px dashed #b5bfc9;
  padding-top: 30px;
}
.bootstrap-select.btn-group .dropdown-menu li{
  margin-top: -4px;
}
a.merge-accnt-btn{
  background: #4bcaac none repeat scroll 0 0;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 0.9em;
  font-weight: 500;
  height: 30px;
  line-height: 12px;
  margin-right: 15px;
  margin-top: 13px;
  padding: 10px 15px;
  transition: all 0.3s ease-in-out 0s;
}
.merge-accnt-btn.mt5{margin-top: 5px;}
a.merge-accnt-btn:hover{
  background: #0469af;
  transition: all ease-in-out .3s;
}
.merge-pop.ui-menu-item:hover{
  box-shadow: 2px 0 0 #4bcaac inset;
}
.merge-pop .profile-thumpnail.ui-menu-item-wrapper.ui-state-active:hover{
  border: none !important;
}
.merge-pop .profile-thump-details.ui-menu-item-wrapper.ui-state-active:hover{
  background: transparent !important;
  border: none !important;
}
.merge-pop .profile-thumpnail.ui-menu-item-wrapper{
  padding: 0;
  margin-left: 0px;
  background: transparent !important;
  border: none !important;
}
.merge-pop .profile-thump-details.ui-menu-item-wrapper{
  padding: 0;
  margin-left: 10px;
  background: transparent !important;
  border: none !important;
}
.merge-pop .profile-thump-details.ui-menu-item-wrapper h2{
  color: #00467f;
  font-size: 1.1em;
}
.merge-pop .profile-thump-details.ui-menu-item-wrapper p {
  color: #7d95a0;
  font-size: 0.9em;
  line-height: 1.6em;
  margin-bottom: 0;
  overflow-wrap: break-word;
}
.statush3 h3{
  color: #00467f;
  font-size: .95em;
  margin-bottom: 0;
  line-height: 1.53em;
}
.add-submission-card{
  background: #fff none repeat scroll 0 0;
  border: 1px solid #dfe6eb;
  margin-bottom: 3px;
}
.add-submission-card h2 {
  color: #00467f;
  font-size: 1.1em;
}
.add-submission-card p {
  color: #7d95a0;
  font-size: 0.9em;
  line-height: 1.6em;
  margin-bottom: 0;
  overflow-wrap: break-word;
}
.add-submission-form-card{
  background: #f8fdff;
  border-top: 1px solid #dfe6eb;
  padding: 30px;
}
.outer-handle{
  background: #dfdfdf;
  right: -7px;
  padding: 1px 3px;
  position: absolute;
  top: 0;
  z-index: 99;
  display: none;
}
.outer-anchor:hover .outer-handle{
  display: block;
}
.mainhandle{
  right: 15px;
  top: -26px;
	left: auto;
}
.mainblockcls:hover .mainhandle{
	display:block;
}
.merge-profile-box .merge-profile-pic{
  width: 70px;
  height: 70px;
  margin-right: 20px;
  float: left;
}
.merge-profile-box .merge-detail{
  float: left;
  width: calc(100% - 120px);
}
.merge-profile-box .merge-detail h3{
  font-size: 1.2em;
  margin-bottom: 0;
  color: #00467f;
}
.merge-profile-box .merge-detail p {
  color: #727a81;
  font-size: 0.9em;
  margin-bottom: 5px;
}
.merge-profile-box .merge-profile-pic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.merge-icon{
  width: 100%;
  height: 100%;
  margin: 0;
}
.merge-icon img {
  border-radius: 50px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  height: 61px;
  margin: 60px 0;
  max-width: 100%;
  width: 61px;
  position: relative;
  z-index: 9;
}
.merge-profile-box h2{
  border-bottom: 1px dashed #dfdfdf;
  font-size: 1.3em;
  margin-bottom: 20px;
  padding-bottom: 8px;
}
.merge-sub-detail{
  padding-left: 30px;
  position: relative;
  margin-top: 20px;
}
.merge-sub-detail:first-child{
  margin-top: 0px;
}
.merge-sub-detail i{
  font-size: 0.85em;
  left: 0;
  position: absolute;
  top: 4px;
  cursor: help;
}
.merge-sub-detail h3{
  font-size: 1.2em;
  margin-bottom: 0;
  color: #00467f;
}
.merge-icon:after {
  border-right: 1px dashed #cfcfcf;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  z-index: 0;
}
.custom-date-box input{
  background: #f7fbfe none repeat scroll 0 0;
  border-color: #dfe6eb;
  border-radius: 0;
  font-size: 0.9em;
  height: 40px;
}
.custom-date-box .form-group{float: left;}
.top-bar-btn{
  background: #4bcaac !important;
  color: #fff !important;
  border-radius: 50px !important;
  transition: all ease .6s;
}
.top-bar-btn:hover{
  background: #00467f !important;
  transition: all ease .6s;
}
.tab-group-btn .badge{position: relative;}
.tab-group-btn .badge:after{
  content: '';
  height: 8px;
  left: -3px;
  position: absolute;
  top: 50%;
  width: 8px;
  transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
	border-left: 3px solid #ffc107;
	border-bottom: 3px solid #ffc107;
	border-right: 5px solid transparent;
	border-top: 5px solid transparent;
}
.radius50{
  border-radius: 50px; -moz-border-radius: 50px; -webkit-border-radius: 50px;
}
.company-title{
  font-size: 1.2em;
  margin-bottom: 0;
}
ul.rsi-breadcrumb{
  list-style: none;
  display: inline-table;
  margin-bottom: 0;
  vertical-align: middle;
}
ul.rsi-breadcrumb li{
  float: left;
  padding-right: 25px;
  position: relative;
}
ul.rsi-breadcrumb li:after{
  content: '\f101';
  font-family: 'FontAwesome';
  color: #7d8488 !important;
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
ul.rsi-breadcrumb li:last-child:after{
  display: none;
}
ul.rsi-breadcrumb li:last-child{
  padding-right: 0px;
}
ul.rsi-breadcrumb li:last-child a{
  cursor: default;
  color: #0469af !important;
}
ul.rsi-breadcrumb li a{
  color: #7d8488 !important;
  font-size: .9em;
}
ul.rsi-breadcrumb li a:hover{
  color: #0469af !important;
}
.mb1{margin-bottom: 1px;}
.search-preloader{
  width: 30px;
  height: 30px;
  background: url('../images/preloader.gif') no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.preloader-center .search-preloader {
  position: relative;
  transform: none !important;
  margin: 20px auto;
}
.legend{
  font-size: .85em;
  line-height: 2em;
}
.mid-tabgroup{
  position: relative;
}
.mid-tabgroup .btn-group{
  z-index: 1;
}
.mid-tabgroup:after {
  border-bottom: 1px dashed #b5bfc9;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 20px;
  width: 100%;
  z-index: 0;
}
.dz-default.dz-message i{
  color: #7b7c7d;
  font-size: 3em;
  line-height: 1em;
  display: block;
}
.dropzone.dz-clickable{
  position: relative;
}
.dropzone.dz-clickable.dz-drag-hover{
  border-color: #80bdff !important;
}
.dropzone.dz-clickable.dz-drag-hover:after{
  content:'';
  width: 99%;
  height: 95%;
  border: 2px dashed #80bdff;
  top: 0; bottom: 0;
  left: 0; right: 0;
  margin: auto;
  position: absolute;
}
.filter-select{width: 200px !important;}
.date-small{
  width: 110px;
}
textarea#sendemailcontent, textarea#sendemailcontentglob, textarea.sendmailsignature {
  border: 1px solid #dfe6eb;
  background: #f7fbfe;
  border-radius: 0;
  height: 172px;
  width: 100%;
  font-size: .9em;
  color: #727a81;
  padding: 10px 10px 15px;
}

.sendmailsignature {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px !important;
  padding: 0 10px 4px !important;
}
.composetext {
  position: relative;
  padding-bottom: 35px;
}

.send-mail-btn{
	background: transparent;
	margin: 10px 0 0 0;
	color: #00467f;
  display: inline-block;
}
.cancel-mail-btn{
  background: transparent;
	margin: 10px 0px 0 10px;
	color: #727a81;
  display: inline-block;
}
.send-mail-btn:hover, .cancel-mail-btn:hover{
  color: #00467f;
  opacity: .6;
}
.mail-inbox-btn{
	color: #8b9197;
	display: block;
	font-size: 1em;
	transition: all 0.3s ease-in-out 0s;
	width: 50%;
	text-align: center;
	padding: 5px 10px;
	background: #fff;
	border: 1px solid #dfdfdf;
	float: left;
  border-bottom: none;
}
.mail-inbox-btn.active{
  color: #0469af !important;
}
/*--custom radiobtn--*/
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label{
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #00467f;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after{
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/*--custom radiobtn--*/
.input-group-prepend button{
  border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0;
  font-size: 14px;
  height: 40px;
  vertical-align: top;
  border-color: #ccd0d3;
}
ul.company-list{
  list-style: none;
}
ul.company-list li{
  color: #4a4c4d;
  display: block;
  font-size: 1em;
  line-height: 1.6em;
  margin: 0 0px 10px 0;
  padding:0px;
}
.more-info-btn{
  color: #007bff !important;
  display: block;
  margin-top: -2px;
  font-size: .8em;
}
.more-info-btn:hover{
  opacity: .6;
}
.filter-btn-grp.btn-group{
  display: block;
  float: right;
  text-align: center;
}
.filter-btn-grp.btn-group .dropdown-toggle{
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.9em;
  color: #858f99;
  background: transparent !important;
  line-height: .9em;
}
.create-card h3 {
  color: #666;
  font-size: 20px;
}
.status-data {
  display: block;
}
.input-group-addon.addbtn {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  padding: 0;
  text-align: center;
  line-height: 40px;
  display: block;
  font-size: 20px;
  background: #4bcaac;
  color: #fff;
  border: none;
  float: right;
  margin-right:15px;
}
.input-group-addon.removebtn {
  height: 40px;
  line-height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
  display: block;
  padding: 0;
  font-size: 30px;
  margin-top: 25px;
  cursor: pointer;
  border: 1px solid #4bcaac;
  color: #4bcaac;
  background: #fff;
  float: right;
}
.licensCls {
  border: 1px solid #ddd;
  padding-top: 15px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  background: #f5f5f5;
}
.license-repeat:last-child{
  border: none;
  padding-top:0px;
}
.license-repeat{
  border-bottom: 1px solid #dfdfdf;
  padding-top: 20px;
}
.companies{
  display: inline-block;
  line-height: 1.4em;
}
.tab-card{
  background: #fff none repeat scroll 0 0;
  border: 1px solid #dfe6eb;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
  padding: 5px 10px;
  position: relative;
}
.tab-card > span {
  display: inline-block;
  margin: 0 20px;
  position: relative;
  color: #00467f !important;
  cursor: pointer;
}
.tab-card > span.active {
  color:#e35887 !important;
}
.tab-card > span.active:before {
  background: #e35887;
  bottom: -5px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}
.tab-content{
  display: none;
}
.tab-content.active{
  display: block;
}
.details-card.small-card{
  padding: 30px !important;
}
.listcheck {
  position: absolute;
  left: 5px;
  top: 5px;
}
.listcheck.check-box span{
  width: 17px;
  height: 17px;
}
.email-list p {
  margin-bottom: 0;
  font-size: 11px;
  color: #666;
  position: absolute;
  right: 565px;
  top: 5px;
}
.email-list span {
  font-size: 13px;
  font-weight: 700;
}
#emailpreview, #emailpreviewglob  {
  width: calc(560px - 2px);
  height: calc(100% - 2px);
  position: absolute;
  background: #fff;
  right: 16px;
  top: 1px;
  border-left: 1px solid #ddd;
  padding: 10px;
  font-size: 15px;
  line-height: 25px;
  color: #444;
  overflow: scroll;
}

.email-list {
  padding: 10px 25px;
  padding-right: 580px;
  cursor: pointer;
  position: relative;
}
.email-list.active {
  border-left: 3px solid #e35887;
  background: #ececec;
}
.send-mail-btn {
  background: #4bcaac;
  color: #fff;
  padding: 7px 10px;
  border-radius: 40px;
}
#userprofile-Show .profiles-email {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
textarea#sendemailcontentall {
  border-color: #dfe6eb;
  background: #f7fbfe;
  border-radius: 0;
  height: 100px;
  font-size: .9em;
}
.multiselect-selected-text {
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 15px);
  text-align: left;
}
.multiselect-item .input-group-addon{
  display: none;
}
.multiselect-container.dropdown-menu.show{
  max-height: 200px;
  z-index: 9;
}
#modalbulk_statuschange .my-modal-body {
  min-height: 320px !important;
}
.submisionbtn{
  min-width: 140px;
  margin-bottom: 3px;
}
.multiselect-container > li > a:hover > label{
  background: #80bdff;
  color: #fff;
}
.subhead-pop{
  font-size: .8em;
  color: #ec9529;
  display: block;
}
.mailtext a {
  /*color: #ec9529;*/
}
.phonetext a {
  color: #2198da;
}
.profilenametext a{
  color: #00467f;
}
.connect-img-wrp {
  text-align: center;
  padding: 25px 0 10px;
}
.connect-before {
  text-align: center;
  padding-bottom: 50px;
}
.connect-img-wrp img {
  width: 170px;
}
.input-group .input-group-addon {
    display: block;
}
.multiselect-item span.input-group-addon {
    display: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  height: auto !important;
}
#globalsubject.form-control{
  border-radius: 0;
  margin-bottom: 0;
}
.error-sub-glob{
  font-size: 12px;
  font-weight: 400;
  color: #ed145b;
  margin-bottom: 0;
  display: block;
}
.subfa {
  position: absolute;
  font-size: 14px !important;
  bottom: 1px;
  right: -10px;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #fff;
  overflow: hidden;
  color: #85c74a;
}
.listcard-tagged{
  position: relative;
  padding-top: 30px;
}
.listtype-cardtag {
  position: absolute;
  background-color: #ccc;
  color: #fff;
  padding: 3px 8px 2px;
  line-height: 16px;
  font-size: 12px;
  top: 0;
  left: 0;
  border-radius: 0px 0px 3px 0px;
  display: block;
  min-width: 120px;
}
.listcardtag-cc{background-color: #4183D7;}/*Call Completed-Blue*/
.listcardtag-es{background-color: #00B16A;}/*E-mail Sent-Green*/
.listcardtag-clm{background-color: #E67E22;}/*Call Left Message-Orange*/
.listcardtag-ea{background-color: #BE90D4;}/*E-mail Attachment-Purple*/
.listcardtag-cl{background-color: #674172;}/*Contact Linked-Dark Purple*/
.listcardtag-ld{background-color: #D2527F;}/*Library Document-Pink*/
.listcardtag-x1{background-color: #EC644B;}/*Red*/
.listcardtag-x2{background-color: #34495E;}/*Dark Blue*/
.listcardtag-x3{background-color: #F4D03F;}/*Yellow*/
.listcardtag-gray{background-color: #ABB7B7;}/*Gray*/
.accordion-trigger{cursor: pointer;}
.fixed-btn-box{
	background: rgba(255, 255, 255, 0.8);
	position: fixed;
	bottom: 16px;
	z-index: 2;
	right: 30px;
	width: 250px;
	box-shadow: 0 0 30px -1px rgba(0,0,0,0.3);
  border: 1px solid #dfe6eb;
}
/*writen by lekshmi for compose with attachment mail functionality*/
  #compose_with_attach{
    padding-right: 12px;
  }

.shared::before {
  top: 0;
  position: absolute;
  content: 'Shared';
  left: 0;
  top: 0;
  width: 62px;
  background: #b0cf66;
  color: #fff;
  border-radius: 0 0 6px 0;
  height: 22px;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
}
.shared {
  position: relative;
}
.email-list.shared {
  padding-top: 25px !important;
}
.sharedperson {
	display: inline-block;
	padding: 3px 7px;
	border: 1px solid #dfdfdf;
  border-top: none;
	font-size: .75em;
	margin-right: 10px;
	line-height: 1.2em;
	color: #7d95a0;
	cursor: pointer;
	position: absolute;
	left: 55px;
	top: 0px;
	background: #fff;
}
.sharedperson:hover{
  background: #0056b3;
  border: 1px solid #0056b3;
  color: #fff;
}
.container-fluid p.txt-uplddate{
  font-size: 12px;
  color: #aaa;
}
.my-modal-body-view{
	padding: 20px;
	max-height: 450px;
	height: 100%;
	overflow-y: scroll;
}
.btn-center{
  margin: 25px auto 0 !important;
  float: none !important;
}
.pulse-dot{
  animation: pulser 1s infinite;
}
@keyframes pulser{
  0%{
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
  }
  50%{
    transform: scale(1.6);
    -moz-transform: scale(1.6);
    -webkit-transform: scale(1.6);
  }
  100%{
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes pulser{
  0%{
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
  }
  50%{
    transform: scale(1.6);
    -moz-transform: scale(1.6);
    -webkit-transform: scale(1.6);
  }
  100%{
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.candidate-pill{
  width: 100%;
  background: #f1f5f9;
  padding: 5px;
  position: relative;
}
.inside-pop-title{
	font-size: 15px;
	color: #00467f;
	font-weight: 500;
}
.inside-pop-close{
	position: absolute;
	top: 5px;
	right: 5px;
}
.badge-secondary {
  background-color: #eee !important;
  padding: 4px 7px;
  border: 1px solid #ddd !important;
  color: #00467f !important;
  text-align: center;
  margin: 0 2px 2px;
}
.badge-secondary a {
  color: #00467f;
}
.ui-autocomplete{
  z-index: 9999999 !important;
}

.dropdown.gear-icon ul {
	margin-bottom: 0;
}
.dropdown.gear-icon li {
	font-size: 15px;
  list-style: none;
}
.dropdown.gear-icon li a i {
	margin-right: 7px;
}
.dropdown.gear-icon button {
	padding: 0;
	border: 0;
	background: none;
	height: auto;
	box-shadow: none;
  color: #212529;
  font-size: 16px;
}
.dropdown.gear-icon li a {
	color: #212529;
	display: block;
	padding: 4px 10px;
  font-size: 15px;
}
.dropdown.gear-icon li a:hover {
	background-color: #d6e7f1;
}
.bc-column-selector {
	font-size: 20px;
}
td {
	font-size: 14px;
}
td .mailtext {
	font-size: 14px;
	margin-bottom: 5px;
	color: #212529;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 600;
  color: #00467f;
}
.candidate-head a {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: #4bcaac;
}
.candidate-head h2 {
  margin-bottom: 0;
  margin-right: 10px;
}
.candidate-head {
  display: flex;
  align-items: center;
}
.candidate-head a i {
  font-size: 13px;
  color: #fff;
}
.cantidates-range {
  display: inline-block;
  width: 100%;
}
.cantidates-range .custom-date-box.cmncls {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.cantidates-range {
  display: flex;
}
#userDiv .view-icon {
  padding-top: 7px;
}
#userDiv .view-icon i {
  font-size: 1rem;
}
.candidate-list-cards:hover .dashcard-options {
  display: block;
}
.cands-data.open-status .rounded-circle {
  background: #00467f;
}
.cands-data h4 {
  color: #00467f !important;
  /* margin-bottom: 5px !important; */
}

.placement-status-card.cands-box .search-preloader {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.bg-lite .dashcard-options {
	top: 0px;
	right: 10px;
}
.bg-lite {
	background-color: #fff;
	height: 100%;
  padding: 30px;
}
.bg-lite:hover .dashcard-options {
	display: block;
}
  .custom-date-box.cmncls div:nth-child(1),
  .custom-date-box.cmncls div:nth-child(2) {
    width: 160px;
  }

  .contact-nav {
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
  }
  .cant-sort {
    display: flex;
    align-items: flex-start;
  }
  .butn-group {
    text-align: right;
    padding-top: 10px;
  }
 


  .dataTables_scrollBody::-webkit-scrollbar {
    width: 11px;
  }

  .dataTables_scrollBody {
    scrollbar-width: thin;
    scrollbar-color: #90A4AE #CFD8DC;
  }

  .dataTables_scrollBody::-webkit-scrollbar-track {
    background: #CFD8DC;
  }

  .dataTables_scrollBody::-webkit-scrollbar-thumb {
    background-color: #90A4AE;
    border-radius: 6px;
    border: 3px solid #CFD8DC;
  }

  #pagelist {
    margin: 0 7px;
  }

  .codeinputs {
    background: #f7fbfe;
  }
  .dataTables_empty {
    background: #fdeded;
    color: #a41212;
  }
  .btn-icon {
    display: none;
  }
  .btn-icon i {
    font-size: 15px !important;
    line-height: 15px;
  }
  #bulkstatusDiv button {
    width: 150px;
  }
  .count-box {
    display: inline-block;
  }
#searchresultid span {
  font-weight: 600;
  color: #4d4d4d;
  font-style: italic;
}
.swal2-styled.swal2-confirm {
  border: 0;
  background: initial;
  background-color: #4bcaac !important;
  color: #fff;
  font-size: 1em;
  border-radius: 30px !important;
  padding: 8px 30px !important;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  -ms-border-radius: 30px !important;
  -o-border-radius: 30px !important;
  box-shadow: none !important;
}
.tbl-itms [type="button"] {
	-webkit-appearance: none !important;
}
.sig-box {
	background-color: #f1f5f9;
	padding: 20px;
	margin: 10px 0;
	border-radius: 10px;
	border: 1px solid #e6e6e6;
}
.slno {
	min-width: 30px;
	height: 30px;
	background-color: #fff;
	border: 2px solid #4bcaac;
	text-align: center;
	padding: 1px;
	border-radius: 50px;
	color: #4bcaac;
  display: inline-block;
}

.cndct-dtls .btn.btn-danger {
	width: 30px;
	height: 30px;
	padding: 0;
	font-size: 14px;
	border-radius: 20px;
	background-color: #fff;
	color: #dc3545;
	border: 2px solid #dc3545;
	text-align: center;
	padding-top: 2px;
}

.multiselect-container .checkbox > input {
	border-color: #666;
	float: left;
	height: 15px;
	margin-bottom: 0 !important;
	margin-right: 6px !important;
	margin-top: 1px !important;
	top: 0;
}

.hot-badge img {
	height: 33px;
	margin: 0 auto;
	display: block;
}

.hot-badge {
	margin-top: -25px;
	margin-bottom: 15px;
}
.skill-items {
	display: inline-block;
}
.hotcandidatecls td {
	border-color: #d9d9d9;
}
.hotcandidatecls {
	background-color: #e6f3fb;
}
a {
	color: #0469af;
}
#searchresultid {
	padding-left: 20px;
}
#appndSignature p {
	background-color: #ffe0e0;
	border: 1px solid #d7b4b4;
	padding: 5px 10px;
	text-align: center;
	margin-top: 10px;
	border-radius: 7px;
}

.big-check-box {
	display: flex;
}

.view-btn {
	border: 1px solid #00477f;
	padding: 5px 10px;
	border-radius: 20px;
	color: #00477f;
	margin-left: 5px;
}
.view-btn:hover {
	background-color: #00477f;
	color: #fff;
}
.signtr p {
	margin-bottom: 0;
}
.optout-optn {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 10px;
}
.optout-optn p {
	color: #4a4c4d;
	padding: 4px 15px;
	background-color: #ffeaea;
	border: 1px solid #fb8282;
	border-radius: 20px;
	font-size: .8rem;
  margin: 0 5px 5px;
}
.optout-optn p i {
	color: #f23434;
}

.mail-atch a {
	height: 40px;
	padding: 10px;
	border: 1px solid #3372a4;
	background-color: #00477f;
	color: #fff !important;
	line-height: 1.1;
}
.mail-atch {
	display: flex;
	align-items: flex-start;
}
.added-list p{
	display: inline-block;
	padding: 4px 10px;
	background-color: #f1f6fa;
	border: 1px solid #d7d7d7;
	border-radius: 7px;
	margin-top: 10px;
	margin-right: 10px;
}
.added-list p {
	margin-bottom: 0;
}
.added-list a {
	color: red !important;
	margin-left: 10px;
	font-size: 12px;
}
ul.multiselect-container.dropdown-menu.show {
	overflow: auto;
}
div.sweet-alert p {
	margin-bottom: 10px;
}
.table-responsive {
  overflow-x: auto !important;
}
.border-right {
	border-right: 1px solid #e4e4e4;
}
.special-divs.temp-sets select {
	width: 80px;
}
.special-divs.temp-sets {
	display: flex;
	align-items: center;
}
.special-divs.temp-sets p {
	margin-bottom: 0;
	margin-right: 10px;
}
.cant-filter {
	padding-top: 30px;
}
a.create-btn.save-search {
	margin-top: 0 !important;
	margin-left: 0 !important;
	position: absolute;
	right: 0;
	top: 35px;
}
.view-more {
	background: transparent;
	font-size: 10px;
	font-weight: 600;
	color: #39ae93;
}

.candidate-card {
	height: 100%;
}

.mail-content p {
	font-size: 1rem;
	color: #646464;
}

.btn-group.opt-btn-group .dropdown-toggle:after {
  display: none !important;
}
.btn-group.opt-btn-group .btn.dropdown-toggle {
  border: none;
  color: #0468ae !important;
}
.btn-group.opt-btn-group .dropdown-menu {
  border: none;
}
.btn-group.opt-btn-group .btn-secondary:not([disabled]):not(.disabled).active, .btn-secondary:not([disabled]):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
  background-color: #fff !important;
  color: #0468ae !important;
  border: none;
}
.templatepreloader {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(255,255,255,0.7);
  z-index: 9;
}
.templatepreloader img {
  top: 80%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
.left-nav .dropdown-toggle:after {
  border-color: #ffffff transparent !important;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.left-nav ul.list-unstyled li a {
  padding-left: 30px;
}
.source-serch {
  display: flex;
  align-items: center;
  justify-content: end;
}
.source-serch .search-container {
  background: #fff;
  padding: 5px 10px;
  height: 40px;
  margin: 0 10px;
  align-items: center;
  display: flex;
  border-radius: 50px;
}
.source-serch .search-container button {
  background: none;
  color: #036db0;
}
.dropdown-menu {
  min-width: 15rem;
}
.dropdown-menu.dropdown-menu-right.show {
  transform: translate3d(-190px, 40px, 0px) !important;
}
.email-docs a {
  background: #00467f;
  color: #fff;
  padding: 8px 15px;
  display: inline-block;
  margin: 10px 0;
  border-radius: 15px;
  font-size: 13px !important;
}
.assgn-img img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  margin-right: 10px;
  border-radius: 50%;
  border: 1px solid #c3dcf5;
}
.assgn-img h6 {
  font-size: 11px;
  line-height: 18px;
  margin-bottom: 0;
}
.assgn-img h6 span {
  color: #00467f;
  font-size: 14px;
}
a.del-assignee.removeassignee.close_note {
  font-size: 17px;
  position: absolute;
  right: 8px;
  top: -8px;
}
.blue {
  color: #00467f;
}
td.address-label {
  font-weight: 500;
  font-size: 13px;
}
td.address-label span {
  color: #8b8b8b;
  font-size: 12px;
}

/* scroll */
html::-webkit-scrollbar {
  width: 0.625em !important;
}
 
html::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
html::-webkit-scrollbar-thumb {
  background-color: #0469af;
  outline: 1px solid #fff;
}
/* scroll */
.form-group.doc-mdl {
  padding:10px;
  border-radius: 5px;
  border: 1px solid #ddf0ff;
  background: #f8fcff;
}
.form-group.doc-mdl label {
  color: #00467f !important;
  margin-bottom: 0;
}
a.btn.btn-info {
  min-width: auto;
}
a.dlt-tsk {
  color: #00467f !important;
  background: #fff;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 10px;
  display: inline-block;
  border: 1px solid #d7d7d7;
}
.list-card.task-list {
  padding: 3px 20px;
}
.list-card.task-list .task-asng-to img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid #dedede;
}
.task-assgn img {
  width: 25px;
  height: 25px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid #dedede;
}
.task-assgn p {
  color: #02477f;
}
p.task-name {
  max-width: 220px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
a.tab-group-btn.task-tab-group-btn span {
  background: #ffff;
  color: #8b9197;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 2px;
  font-size: 12px;
  border: 1px solid #d8d8d8;
}
a.tab-group-btn.task-tab-group-btn.active span{
  background: #0469af;
  color: #fff;
  border: 1px solid #0469af;
}
.preldr-task {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.preldr-task img {
  width: 50px;
}
.fc-unthemed td.fc-today {
  background: #ffffff !important;
}
/* #rsi-viewport h2 {
  color: #00467f;
  font-size: 1.25em;
  line-height: 1.65em;
  font-weight: 600;
  margin-bottom: .5rem;
} */
.space-card .doc-brdcrm {
  color: #7d8488 !important;
  font-size: .9em;
}
.custom-date-profile p {
  font-size: 13px;
  color: #0469af;
  margin-bottom: 0;
}
a.add-btn {
  background: #ffffff;
  border: 1px solid #ebebeb;
  color: #0469af !important;
  height: 35px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  line-height: 0;
}
.date-box span {
  font-size: 11px;
  color: #7db3d7;
}
a.reminder-dlt {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 5px;
  text-align: right;
  color: #00467f !important;
  background: #fff;
  font-size: 12px;
  border: 1px solid #d7d7d7;
}
.duedateclsdiv.reminder-div .form-group select {
  font-size: 13px;
  min-width: 180px;
}
.duedateclsdiv.reminder-div .form-group p {
  font-size: 13px;
}
a.create-btn:hover {
  color: #fff !important;
} 
.taskreminders button.multiselect.dropdown-toggle.btn.btn-default {
  min-width: 180px;
}
.taskreminders .custom-date-profile {
  min-width: 160px;
  min-height: 40px;
}
button.dtp-btn-cancel.btn.btn-flat {
  background: #fff;
  font-size: 14px;
}
button.dtp-btn-ok.btn.btn-flat {
  background: #4bcaac;
  color: #fff;
  height: 35px;
  font-size: 14px;
  width: 60px;
}
/*task */

#sidebar {
	min-width: 450px;
	max-width: 450px;
	background: #ffffff;
	color: #fff;
    margin-left: 20px;
	transition: all 0.3s;
    position: relative;
}

#sidebar.active {
	margin-left: -450px;
}

#sidebar .sidebar-header {
	padding: 20px;
	background: #ffffff;

}



a[data-toggle="collapse"] {
	position: relative
}

.dropdown-toggle::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%)
}



ul.CTAs a {
	text-align: center;
	font-size: 0.9em !important;
	display: block;
	border-radius: 5px;
	margin-bottom: 5px
}

a.download,
a.download:hover {
	background: #318fb5;
	color: #fff
}

#content {
	width: 100%;
	padding: 20px;
	min-height: 100vh;
	transition: all 0.3s
}

.content-wrapper {
	padding: 15px
}
.note_pad_head {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}
.note_pad_head h4 {
    color: #0469af;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0;
}
a.close_note {
    font-size: 25px;
    color: #b52727;
    position: absolute;
right: -5px;
top: -5px;
}
.form_txtbox {
    width: 100%;
    padding: 10px;
    border: 1px solid #eee;
    font-size: 13px;
    border-radius: 5px;
}
a.assignee-profile.assigned-profile.assign-duedate.input-group {
    display: flex;
    align-items: center;
}
.assignee-profile.assigned-profile {
    display: flex;
    align-items: center;
    color: #7db3d7;
    border: 1px solid #dce8f4;
    padding: 5px;
    background: #f5faff;
    border-radius: 5px;
}
.assignee-profile.assigned-profile p {
    font-size: 13px;
    color: #0469af;
}

    a.custom-date-profile {
    display: flex;
    align-items: center;
}
.custom-date-profile {
    display: flex;
    align-items: center;
    color: #7db3d7;
    border: 1px solid #dce8f4;
    padding: 5px;
    background: #f5faff;
    border-radius: 5px;
}
.custom-date-profile p {
    font-size: 13px;
    color: #0469af;
}
a.btn.btn-default.daterangeselect {
    display: flex;
    align-items: center;
    color: #7db3d7;
    border: 1px solid #dce8f4;
    padding: 5px;
    background: #f5faff;
    border-radius: 5px;
}
a.btn.btn-default.daterangeselect p {
    font-size: 13px;
    color: #0469af;
}
a.assign-daterangeduedate-cls input {
    font-size: 13px;
    background: none;
    padding-left: 10px;
}
.taskassign.unassgn-lst ul {
    background: #fff;
    margin-bottom: 0;
    width: 100%;
    max-height: 300px;
    overflow-y: scroll;
    min-width: 185px;
}
.taskassign.unassgn-lst ul li {
    display: flex;
    border-bottom: 1px solid #e9e9e9;
    padding: 10px;
    align-items: center;
    flex-wrap: wrap;
}
.taskassign.unassgn-lst ul li img {
    width: 30px;
    height: 30px;
    object-fit: cover;
}
.taskassign.unassgn-lst ul li p{
    margin-bottom: 0;
    font-size: 12px !important;
}
label {
    color: #8d8d8d;
    font-size: 13px;
    margin-bottom: 5px;
}
.task-asng-to img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 5px;
}
/*task */
h2.doc-hd {
  font-size: 22px;
  font-weight: 600;
}
h2.doc-hd span {
    font-size: 14px;
    margin-left: 5px;
    font-weight: 500;
    color: #919191;
}
.create-card.fldr-doc h3 {
  color: #939393;
  font-size: 16px;
  margin-bottom: 15px;
}
.create-card.fldr-doc h3 span {
  font-size: 17px;
  color: #00467f;
  font-weight: 600;
}
.create-card.fldr-doc h6 {
  font-size: 14px;
  font-weight: 600;
}
.assignee-autocomplete.active {
  visibility: visible;
  pointer-events: visible;
}
.assignee-autocomplete {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 190px;
  height: 20px;
  top: 0;
  left: 15px;
  pointer-events: none;
  visibility: hidden;
}
a.del-assignee.removeassignee {
  position: absolute;
  top: -7px;
  right: 10px;
  font-size: 17px;
  color: #b52727;
}

.source-list-card.list-card {
  padding: 10px 30px 10px 20px;
}
span.ivalid-file {
  font-size: 20px;
  color: #e25a67;
}
span.valid-file {
  font-size: 20px;
  color: #4bcaac;
}
.fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td {
  border-color: #ddd !important;
}
a.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end {
  padding: 5px;
  color: #fff;
}
.next-page-content .tooltip-inner{
  background: #0469af; 
  z-index: 0 !important; 
  position: relative !important;  
  left: auto !important;
}
.email-wrapper .email-list a.icon-btn{ float: inherit !important;}

.end .radio-btn-groups label{
  margin-right: 10px;
}

.weeks-box label{
  margin-right: 10px;
}
.weeks-box input{
  margin-right: 4px;
}
.form-control {
  font-size: 13px;
  color: #495057c4;
  height: 40px !important;
}
.Assign-icon-close span a{
    position: absolute;
right: 9px;
color: #b52727 !important;
  }

  .close i{
    color: #d51818;
  }
.icon-close {
  color: #bb0808 !important;
  font-size: 18px;
  background-color: white;
}
.task-list{
  align-items: center;
  padding: 4px 10px;
}

.task-list:hover{
  background-color: #f1f5f9;

}
.task-list span{
  color: #0469af;
  font-size: 12px;
}

.ok-btn{
  background: #0469af;
color: #fff !important;
border-radius: 20px;
padding: 8px 12px;
height: 35px;
font-size: .9em;
min-width: 94px;
}
.modal-dialog.custom-modal {
  min-height: calc(100% - 4.5rem);
  align-items: center;
  display: flex;
  width: 100%;
}


.custom-modal .modal-content{
  box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 61px;
}


/* .create-card ul, */
.create-card ol {
  margin-left: 35px;
}
.mail-content ul,
.wrapper ol{
  margin-left: 35px; 
}


/* ------------------------------design-2 ------------------------------ */
.folder-view-style{
border: 1px solid #dfe6eb;
margin-bottom: 5px;
padding: 10px 15px;
width: 100%;
position: relative !important;
background: #f5f5f5;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
}
.folder-view-style  h3 {
  color: #939393;
  font-size: 16px;
  margin-bottom: 15px;
}
.folder-view-style  h3 span {
  font-size: 17px;
  color: #00467f;
  font-weight: 600;
}

.folder-view-style .text-end a{
  color: #ca0f0f !important;
border-color: #ca0f0f !important;
}


.task-head:hover{
color: #e35986 !important;
transition: all ease-in-out .3s !important;
}
p.update {
  background: #f7f7f7;
  border-radius: 10px;
  border: 1px solid #e8e8e8;
  padding: 2px 5px;
}
span.invalid-check {
  font-size: 20px;
  color: #d2d2d2;
}
.confirm-cls p {
  display: inline-flex;
  padding: 8px 14px;
  color: #36937c;
  margin-bottom: 0;
  font-size: 15px;
  align-items: center;
  font-weight: 600;
}
.confirm-cls p i {
  font-size: 20px;
}
.pending-cls p {
  display: inline-flex;
  padding: 8px 14px;
  color: #dc3545;
  margin-bottom: 0;
  font-size: 15px;
  align-items: center;
  font-weight: 600;
}
.pending-cls p i {
  font-size: 20px;
}
.update {
  background: #e4f8ff;
  border-radius: 10px;
  border: 1px solid #c1ecfa;
  padding: 2px 5px;
  display: inline-flex;
  align-items: center;
  margin: 0 5px;
  color: #7d95a0;
} 
.excel-preview-page {
  border: 1px dashed #C2CFDA;
  padding: 15px 15px 0 15px;
}
.bg-gray {
  background: #F1F5F7;
}
.chnge-dtls-sec {
  border-top: 1px dashed #C2CFDA;
  margin-top: 10px;
  padding: 10px 0;
}
.chnge-dtls {
  background: #f7fdff;
  padding: 10px;
  border-radius: 7px;
  border: 1px solid #dff7ff;
}
.chnge-dtls-txt {
  border-bottom: 1px dashed #C2CFDA;
  padding-top: 10px;
}
.excel-preview-table label {
  color: #9DA8BC;
  font-weight: 600;
  margin-bottom: 0 !important;
}
.excel-preview-table p {
  color: #333;
}
a.link {
  color: #0469af !important;
  font-size: 14px;
}

.list-card .card-style{
  border: 2px dashed #ced2d5;
  /* padding: 11px; */
  margin: 12px;
}
.list-card .card-style .sub-card-style {
  padding: 10px;
}
.list-card .card-style .sub-card-style a.icon-btn{
  float: left;  
}
.list-card .card-style .collapse .card{
  border: none
}
.file-list {
  display: flex;
  justify-content: space-between;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 3px 8px;
  padding: 10px;
  align-items: center;
  margin-bottom: 5px;
}
.Add-list{
  background: #F6F6F6;
  padding: 10px;
  margin-bottom: 10px;
}
.Add-list p a{
  font-size: 15px;
  color: #333 !important;
}
.add-credentials-list .form-group .form-freez{
  background-color: #F6F6F6;
  opacity: 1;
  border: none;
  color: #333;
  font-size: 15px;
}
.file-dlt{
  width: 28px;
  height: 28px;
  border-width: 2px;
  border-style: solid;
  border-color: #cbd5d9;
  -webkit-border-radius: 50px;
  text-align: center;
  font-size: .9em;
  line-height: 25px;
  display: block;
  float: right;
  margin-left: 3px;
  color: #9cadb5 !important;
}
.file-dlt:hover{
  color: #f74881 !important;
  border-color: #fc7fa8;
}
.add-cred-search {
  border: 1px solid #ced4da;
  color: #333;
  display: flex;
  align-items: center;
  border-radius: 5px;
}
.add-cred-search .input-group-prepend{
  color: #bdbdbd;
  margin-left: 9px;
}
.add-cred-search .form-control{
  border: #fff0 !important;
}


.add-credentials-list .form-group .input-group.add-cred-date.mb-3 {
  border: 1px solid #ced4da;
  border-radius: .25rem;
  display: flex;
  align-items: center;
}
.input-group.add-cred-date input{
  border: none;
}
.input-group.add-cred-date .input-group-prepend .input-group-text{
  color: #9d9d9d;
  margin-right: 10px;
}
.read-more{
  border: 5px;
  border-radius: 10px;
  color: #0468ae !important;
  margin-left: 10px;
}
.close-btn{
  color: #f60000 !important;
}
.credential_info {
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 10px;
}
a.rmv-btn {
  width: 39px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dc3545;
  color: #fff !important;
  border-radius: 5px;
}
.table-col-hd {
  padding: 0px 30px 0 15px;
}


.totalcreds .card{
  border: 1px solid rgba(255, 255, 255, 0.13);
  padding: 9px 0px;
  
}
.totalcreds .card .card-header{
  border-bottom: 1px solid #f2f2f2 !important;
  background-color: rgba(255, 255, 255, 0.03) !important;
  padding: 6px 10px !important;
}
.totalcreds .card .form-group p a{
  color: #E35887;
  font-size: 12px;
  display: flex;
}
.totalcreds .card .form-group p a i{
  background: #E35887;
  color: #fff;
  height: 15px;
  width: 15px;
  font-size: 9px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
    margin-right: 0px;
  padding: 0;
  margin-right: 5px;
}
.totalcreds .card .form-group p.wp-warp-t{
  color: #333;
  font-size: 14px;
}
.totalcreds .card .form-group button i{
  color: #7d7979 !important;
}
/* .attach-file .card-body .wp-files{
  box-shadow: rgba(0, 0, 0, 0.13) 0px 0px 5px;
  padding: 10px 11px;
  border-radius: 5px;
  margin-bottom: 6px;
} */
/* .attach-file .card-body .wp-files p{
  color: #01467F;
}  */
.attach-file {
  border-bottom: 1px solid #eee; 
}

.wp-valid{
  background: #DDFFED;
  border: 1px solid #00A850;
  border-radius: 15px;
  padding: 1px 10px;
  color: #00A850 !important;
  font-size: 12px !important;
}
.wp-files{
  border-top: 1px dashed #cacaca !important;
  border-radius: 0px;
}
.wp-files h6{
  color: #828282;
  font-size: 15px;
  margin-bottom: 8px;
}
.mail-details .list-card{
  padding: 20px;
}
.mail-details h6{
  font-size: 1.1em;
  color: #9DA8BC;
  margin-bottom: 5px;
  font-weight: 500;
}
.ht-0{
  min-height: 0px !important;
}
.mail-details p{
  color: #212529;
}

.text-banner {
  background: #f0f5f9;
  color: #728999 !important;
  text-align: center;
  padding: 10px;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
}
.text-banner .big-check-box span {
  min-height: 15px;
  height: 10px;
  min-width: 15px;
  width: 10px;
  border: 1px solid #2575aa;
}

.warningNote{
  margin: 0;
  border: 1px solid #ffd198;
  padding: 10px;
  border-radius: 6px;
  color: #7d95a0 !important;
  font-size: 0.9em !important;
  overflow-wrap: break-word;
  word-wrap: break-word;
  text-align: center;
}
.contact-task h3 {
  color: #4183D7;
  font-size: 18px;
}
.contact-task span {
  color: #4183D7;
  font-size: 13px;
}
.gray {
  color: #919191 !important;
}
a.credential-tag {
  display: flex;
  align-items: center;
  font-size: 15px;
}
a.credential-tag.success-tag {
  color: #00A407;
}
a.credential-tag.reject-tag {
  color: #FF0000;
}
a.credential-tag.reject-tag i {
  color: #F8B729;
}
.white-bg {
  background: #fff;
}
a.sort-top {
  top: 6px;
  height: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
a.sort-down {
  top: 3px;
  height: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.credential_notifications .form-group {
  margin-bottom: 10px !important;
}
.creds-note {
  padding: 10px;
  border: 1px solid #e8e8e8;
  display: inline-block;
  border-radius: 5px;
  font-size: 13px;
  color: #595959;
  font-style: italic;
  margin-top: 10px;
}
/* -----------------------------s- 25/102024 ------------------------------ */
.sub-title{
  color: #5c5f61;font-size: 1em;
}
.short-copy{
  display: flex;
  align-items: center;
  font-size: 0.9em;
  background: #1072b50a;
  padding: 4px 13px;
  border-radius: 10px;
  border: 1px solid #4bcaac42;
  margin-right: 14px;
  margin-bottom: 10px;
}
.short-copy p{
  font-size: 13px;
  color: #636060;
}
.short-copy .btn {
  padding: 0;
  height: auto !important;
}
.short-copy .btn i{
  color: #31b193;
  margin-left: 20px;
  font-size: 15px;
}
.short-copy .btn i:hover{
  color: #176250;
}
.auto-drop{
  position: relative;
}
.auto-drop ul{
  top: 63px !important;
  left: 0 !important;
  position: absolute !important;
}
.auto-drop .search-preloader{
  top: 70% !important;
}
a.deact-btn {
  background: #ffffff;
  border-radius: 20px;
  font-size: .9em;
  display: flex;
  align-items: center;
  color: #004b7e !important;
  border: 1px solid #b0c4d3;
  padding-left: 25px !important;
  padding-right: 25px !important;
}
a.deact-btn:hover {
  border: 1px solid #306c9a;
}

.align-end{text-align: end;}
p.compact-badge {
  margin-top: 3px;
  background: #01467F !important;
  color: #fff;
  padding: 5px 10px;
  border-radius: 30px;
  display: inline-block;
}
p.regular-badge{
  margin-top: 3px;
  background: #7D95A0 !important;
  color: #fff;
  padding: 5px 10px;
  border-radius: 30px;
  display: inline-block;
}

/* -----------------------------E- 25/102024 ------------------------------ */
.sel-list {
  min-width: 160px;
}
.sel-title{
  min-width: 165px;
}

/* ------------------------------ Responsive ------------------------------ */

@media (max-width: 1500px){
  .contact-nav.mb10.enbl-hotc {
    display: block;
  }
  .contact-nav.mb10.enbl-hotc .cant-sort {
    width: 100%;
  }
  .contact-nav.mb10.enbl-hotc .butn-group {
    text-align: left;
    padding-bottom: 10px;
  }
}

@media (max-width: 1400px){
  /* .left-nav{width: 235px;} */
  /* .right-block { padding-left: 235px;} */

  .dashboard-cards {
    padding: 10px 15px;
  }
  .card-data{
    padding-left: 15px;
  }
  /* .card-data p,
  .placements-data .card-data p{
    line-height: .6em;
  } */
  .status-data .card-data{
    padding-left: 10px;
  }
  .candidate-card .card-data h5 {
    margin-bottom: 6px;
  }
  .card-data p,
  .status-data .card-data p,
  .value-text p{
    font-size: .9em;
  }
  .custom-title-select-box {
    float: right;
    margin-top: 20px;
    width: 100%;
  }
  #emailpreview, #emailpreviewglob  {
    width: calc(450px - 2px);
  }

  .email-list {
    padding-right: 450px;
  }
   .email-list p {
    right: 450px;
  }
  .custom-date-box.cmncls div:nth-child(1),
  .custom-date-box.cmncls div:nth-child(2) {
    width: 130px;
  }
  .submission-status-card .status-data, .placement-status-card .status-data {
    padding: 10px 7px;
  }
  .submission-status-card, .placement-status-card {
    padding: 20px;
  }
  .status-data .rounded-circle {
    width: 35px;
    height: 35px;
  }
  .status-data .rounded-circle i {
    font-size: 1.2em;
    line-height: 1.2em;
  }
  .dashboard-cards i, .submission-status-card i, .placement-status-card i {
    font-size: 1.2em;
    line-height: 1em;
  }
  .jobs-cards .rounded-circle, .company-cards .rounded-circle, .submission-cards .rounded-circle, .candidate-cards .rounded-circle {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 1199px){
  .left-nav{width: 50px;}
  .right-block{padding-left: 50px;}
  header{width: calc(100% - 50px); left: 50px;}
  .profile-img-wrap{
    height: 80px;
    padding: 10px;
  }
.cant-sort {
  display: flex;
  align-items: flex-start;
  width: 340px;
}
  .profile-img-wrap h4{display: none;}
  .main-nav span{
    display: none;
  }
  .main-nav li a{
    padding: 15px 10px;
    text-align: center;
  }
  .main-nav li a i{
    width: auto;
    margin: 0;
  }
  .tooltip.bs-tooltip-right{display: block;}
  #emailpreview, #emailpreviewglob  {
    width: calc(400px - 2px);
  }

  .email-list {
    padding-right: 400px;
  }
  .email-list p {
    right: 400px;
  }
  ul.main-nav {
    width: 50px;
  }
  .custom-date-box.cmncls div:nth-child(1),
  .custom-date-box.cmncls div:nth-child(2) {
    width: 110px;
  }
  .cantidates-range .custom-date-box.cmncls {
    flex-wrap: initial;
  }
  .space-card {
    padding: 10px;
  }
  .submission-status-card .status-data, .placement-status-card .status-data, .dashboard-cards {
    padding: 5px;
  }
  .submission-status-card, .placement-status-card {
    padding: 15px;
  }
  .card-data p, .status-data .card-data p, .value-text p {
    font-size: .8em;
  }
  .cant-filter {
    padding-top: 0;
  }
}
@media (max-width: 991px){
  .merge-icon img {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .btn-group .tab-group-btn{
    padding: 7px 10px;
    font-size: 0.8em;
  }
  .email-list {
    padding-right: 0;
  }
 #emailpreview {
    width: calc(100% - 31px);
  }
  .email-list p {
    position: static;
  }
  .custom-date-box.cmncls div:nth-child(1),
  .custom-date-box.cmncls div:nth-child(2) {
    width: 120px;
  }
  .submission-status-card,
  .placement-status-card {
    min-height: 100%;
  }
  .profile-img-wrap {
    padding: 8px;
  }
  .profile-img-wrap img {
    width: 35px;
    height: 35px;
    margin-right: 0;
  }
  .cant-sort {
    min-width: 320px;
    width: min-content;
  }
  .contact-nav {
    flex-direction: column;
  }
  .butn-group {
    text-align: left;
    padding-top: 0px;
  }
  .res-box {
    width: 140px;
  }
  .btn-text {
    display: none;
  }
  .btn-icon {
    display: block;
  }
  .dash-search {
    width: 50px !important;
    min-width: 50px;
  }
}
@media (max-width: 767px){
  /*.left-nav{width: 215px;}*/
  .filter-select{
    width: 100% !important;
  }
  .candidate-card .card-data.mobile-task{
    width: 100% !important;
    padding-left: 0 !important;
  }
  .mid-tabgroup:after{display: none;}
  .tooltip.bs-tooltip-right{display: none;}
  .right-block ul li:last-child{display: inline-block;}
  .left-nav{
    left:-100%;
    width: 0px;
    transition:all 0.6s ease-in-out 0s;
  }
  .menu-mobile.left-nav{
    left:0;
    z-index: 9999;
    width: 200px;
    transition:all 0.3s ease-in-out 0s;
  }
  .profile-img-wrap {
    height: 70px;
  }
  .profile-img-wrap img {
    height: 40px;
    width: 40px;
    margin-right: 10px;
  }
  .profile-img-wrap h4{display: block;}
  ul.main-nav {
    height: calc(100% - 200px);
  }
  .main-nav li a {
    padding: 8px 5px;
    text-align: left;
  }
  .main-nav li a i {
    margin: 10px;
    width: 20px;
  }
  .main-nav span{display: inline-block;}
  .right-block{padding-left: 0px;}
  header{
    width: 100%;
    left: 0;
    padding: 15px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  }
  #rsi-viewport{padding: 15px;}
  .header-logo{
    width: 110px;
    height: 40px;
  }
  header ul{margin-top: 5px;}
  #rsi-viewport h1{font-size: 1.45em;}

  .card-data{
    padding-left: 15px;
    padding-top: 0;
  }
  /* .card-data p{line-height: .8em;} */
  .dashboard-cards{padding: 10px 15px;}
  .dashcard-options{display: block;}
  /* .submission-status-card, .placement-status-card{padding: 20px;} */
  .submission-status-card h2, .placement-status-card h2, .candidate-list-cards h2{
    font-size: 1.1em;
    margin-bottom: 0;
  }
  .submission-status-card h2 i, .placement-status-card h2 i{margin-right: 5px;}
  .submission-status-card .border-left{border: none;}
  a.add-candidates i{font-size: 1.1em;}
  .value-text h4{font-size: 1.4em;}
  .value-text p, .status-data .card-data p{font-size: .85em;}
  .placement-status-card .border-left:first-child{border: none;}
  .value-text{padding-top: 0;}
  .candidate-card{padding: 15px;}
  /* .candidate-list-cards .titlebar {
    padding: 30px 15px 10px 15px;
  } */
  .status-data .card-data{padding-left: 15px;}
  .create-card, .details-card{padding: 30px 20px;}
  a.rsi-back-link{margin-top: 8px;}
  .status-card .profile-thumpnail {
    height: 25px; width: 25px;
  }
  .profile-thump-details {margin-left: 5px;}
  .status-card h6, .status-card p{
    line-height: 1.4em;
    font-size: .9em;
  }
  .status-card .profile-thump-details h2 {
    font-size: 0.9em;
  }
  .status-date {
    padding: 10px 15px 5px;
  }
  .title-select-box {
    width: calc(100% - 110px);
  }
  .border-dashed-bottom-sm{
    border-bottom: 1px dashed #dfdfdf;
    padding-bottom: 15px;
    opacity: 1;
  }
  .border-dashed-top-sm{
    border-top: 1px dashed #dfdfdf;
    padding-top: 15px;
    opacity: 1;
  }
  .myprofile-hover {bottom: -95%;}
  .img-remove, .img-upload{
    border-color: #cbd5d9;
    opacity: 1;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
  }
  .profile-image-upload:after{display: none;}
  .profile-image-upload{overflow: visible;}
  #cboxLoadedContent{
    width: 100% !important;
    height: 100% !important;
  }
  #cboxContent{
    width: 90% !important;
    height: 90% !important;
    left: 0; right: 0;
    top: 0; bottom: 0;
    margin: auto;
    position: fixed !important;
  }
  #colorbox{
    width: 100% !important;
    height: 100% !important;
    position: fixed !important;
  }
  .btn-group{
    /* display: block;
    width: 100%;
    text-align: center;
    float: none; */
    margin-bottom: 10px;
  }
  .filter-btn-grp.btn-group{
    width: auto;
  }
  /* .btn-group .tab-group-btn{
    border: 2px solid #d5e5f0 !important;
    border-radius: 0 !important;
    box-sizing: border-box;
    display: inline-block;
    float: none;
    margin: 1px;
    padding: 5px 7px;
    width: 48%;
  } */
  a.merge-accnt-btn{
    margin-top: 5px;
  }
  .pop-container{
    transform: translateX(30%);
    -moz-transform: translateX(30%);
    -webkit-transform: translateX(30%);
  }
  .date-small{
    width: 100%;
  }
  ul.main-nav {
    width: 100%;
  }
  .custom-date-box.cmncls div:nth-child(1),
  .custom-date-box.cmncls div:nth-child(2) {
    width: 160px;
  }
  #datatable-responsive_length {
    text-align: left !important;
  }
  #datatable-responsive_paginate {
    text-align: right !important;
  }
  a.search-btn,
  a.conct-btn {
    padding: 8px 15px;
  }
  a.create-btn {
    padding: 8px 18px;
  }
  .space-card {
    padding: 10px 30px;
  }
  .border-right {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 10px;
  }
  #sidebar {
		margin-right: -270px;
    }
	#sidebar.active {
		margin-right: 0px;
	}

	.sidebarCollapse span {
		display: none
	}
}
@media (max-width: 576px){
  .pop-container {
    width: 280px;
  }
  a.create-btn{
    padding: 8px 15px;
  }
  a.search-btn{
    padding: 8px 13px;
  }
  a.search-btn span{display: none;}
  a.search-btn i{
    margin-right: 0;
    line-height: 23px;
  }
  .balls{
    height:40px;
    line-height:38px;
    margin:0 5px;
    width:40px;
  }
  .status-log-tab-group.btn-group{
    display: block !important;
    width: 100% !important;
  }
  .status-log-tab-group.btn-group .tab-group-btn {
    border: 2px solid #d5e5f0;
    border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0;
    display: inline-block;
    margin: 3px;
    text-align: center;
    width: 47%;
  }
  .title-select-box {
    width: calc(100% - 50px);
  }
  .custom-title-select-box {margin-top: 0;}
  .g-recaptcha{
    transform: scale(.75);
    -moz-transform: scale(.75);
    -webkit-transform: scale(.75);
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
  .document-name{
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .resume-card{padding: 20px 30px;}
  .rsi-upload-btn, .rsi-reset-btn{
    padding: 5px 20px;
  }
  .rsi-btn-primary, .rsi-submit-btn{
    width: 100px;
  }
  a.merge-accnt-btn{
    margin-right: 0px;
  }
  .white-card a.page-link,
  .page-item:first-child .page-link,
  .page-item:last-child .page-link,
  .space-card a.page-link {
    font-size: .8em;
    padding: .5rem;
  }
}

.blinking{
  animation:blinkingText 1.2s infinite;
  display:block;
  font-size: 12px;
  text-align: right;
  padding-top: 16px;
}
@keyframes blinkingText{
  0%{     color: #df2222;    }
  49%{    color: #df2222; }
  60%{    color: transparent; }
  99%{    color:transparent;  }
  100%{   color: #df2222;    }
}
@media (max-width: 990px){
.blinking{
  
    display: block;
    font-size: 12px;
    text-align: left;
    padding-top: 6px;
    font-size: 12px !important;
    padding-left: 126px !important;
}
}
@media (min-width: 992px) {
  .modal-xl {
    max-width: 1110px;
  }
}
