* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background: #f7f7f7;
  color: #73879c;
  font-size: 14px;
}
a {
  color: #5a738e;
  text-decoration: none;
}
a,
a:visited,
a:focus,
a:active,
:visited,
:focus,
:active,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 0;
}
a,
img,
a:focus,
img:focus {
  outline: none;
  border: none;
}
a:hover,
a:focus {
  color: #5a738e;
  text-decoration: none;
}
input,
select,
textarea {
  padding: 2px 5px;
  border: 1px solid #ddd;
  width: 100%;
  box-sizing: border-box;
}
.table {
  color: #73879c;
}
button:focus {
  outline: 0;
}
.btn {
  font-size: 14px;
}
.btn-primary {
  background-color: #405467;
  border: 1px solid #405467;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #30404e !important;
  border: 1px solid #30404e;
  box-shadow: none !important;
}
.btn-primary.white-fill {
  background: #fff;
  color: #405467;
}
.btn-primary.white-fill:hover,
.btn-primary.white-fill:focus,
.btn-primary.white-fill:active {
  background-color: #fff !important;
  color: #405467 !important;
  border: 1px solid;
}
.form-control:focus {
  border-color: #ccd0d7;
  box-shadow: none !important;
}
label {
  color: #73879c;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 400;
}
.error {
  font-size: 12px;
}
.fnt14px {
  font-size: 14px;
}
.fnt12px {
  font-size: 12px;
}

/* table css */
.table td,
.table th {
  padding: 8px;
  line-height: 1.42857143;
}

/* form css */
.form-control {
  font-size: 14px;
}
.form-horizontal .form-group {
  margin-right: 0;
  margin-left: 0;
}
.form-horizontal .control-label {
  padding-top: 8px;
  font-weight: 600;
}
span.required {
  color: red;
}

/* tabs css */
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: #5a738e;
}

/* header css */
header {
  background-color: #fff;
  padding: 1rem;
}
header h4.logo-text {
  margin-bottom: 0;
}
header h4.logo-text a {
  color: #5a738e;
}

/* page header css */
.page-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  border-bottom: 1px solid #f1f1f1;
}
.account-dropdown {
}
.dropdown-btn {
  color: #73879c;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 500;
  font-size: 18px;
}
.dropdown-btn img {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  margin-right: 15px;
  object-fit: contain;
}
.dropdown-btn i.arrow-icon {
  margin-left: 8px;
}
.account-dropdown .dropdown-item {
  color: #73879c;
  font-size: 14px;
  padding: 6px 12px;
}
.account-dropdown .dropdown-item i {
  margin-right: 8px;
}
.account-dropdown .dropdown-item.active,
.account-dropdown .dropdown-item:active {
  background-color: #f8f9fa;
}
/* page title css */
.page-title {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #73879c;
  border-radius: 2px;
  color: #73879c;
  padding: 8px 0;
  margin-bottom: 1rem;
  align-items: center;
}
.page-title .title_right {
  width: 200px;
}
.page-title h4 {
  font-size: 18px;
}
/* tabs css */
.dash-nav-tabs {
  margin-bottom: 20px;
}
.dash-nav-tabs .nav-tabs {
  justify-content: flex-end;
}
.dash-nav-tabs .nav-link{
background: #fff;
    border: 1px solid #dee2e6 ;
    border-radius: 0;
}
.dash-nav-tabs  .nav-link.active{
border-bottom-color: #5a738e;
}
/*dash card list css*/
.dash-card-list {
  display: flex;
  padding: 10px 5px 0;
  background: #2a3f54;
  margin-bottom: 30px;
  border-radius: 6px;
  flex-wrap: wrap;
}
.dash-card-col {
  width: 33%;
  padding: 0 15px;
  margin-bottom: 25px;
}
.dash-card {
  padding: 10px;
  display: flex;
  min-height: 80px;
  background: rgb(68 95 123);
  border-radius: 6px;
  align-items: center;
}
.dash-card .info {
  display: flex;
  width: 100%;
  text-align: center;
}
.dash-card .info .icon {
  background: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  border-radius: 50%;
  margin-right: 15px;
}
.dash-card .info .right-info {
  text-align: left;
  width: calc(100% - 65px);
}
.dash-card .info .title {
  text-transform: uppercase;
  width: 100%;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 12px;
}
.dash-card .info .value {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
.dash-card-list .revenue-info {
  width: 100%;
  /* padding: 0 15px; */
  margin-bottom: 15px;
}
.dash-card-list .revenue-info ul {
  padding-left: 0;
}
.dash-card-list .revenue-info li {
  width: 25%;
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
}
.dash-card-list .revenue-info li h3 {
  margin: 0;
  color: #d8d8d8;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 15px;
}
.dash-card-list .revenue-info li .info {
  width: 49%;
  display: inline-block;
}
.dash-card-list .revenue-info li .title {
  display: block;
  color: #d8d8d8;
  font-size: 12px;
}
.dash-card-list .revenue-info li .value {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.dash-card-list .coupon-code {
  width: 100%;
  margin-bottom: 10px;
  padding: 0 15px;
  text-align: right;
}
.dash-card-list .coupon-code label {
  color: #ffffff;
  font-size: 14px;
  margin-right: 8px;
  font-weight: 500;
}
.dash-card-list .coupon-code .tag {
  background: #fff;
  padding: 4px 10px;
  border-radius: 4px;
  color: #424242;
  font-weight: 500;
  letter-spacing: 1px;
}
.dash-card-list .coupon-code button {
  padding: 4px 10px;
  border: 0;
  line-height: 1.4;
  background: #8bc34a;
  color: #fff;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  margin-left: 2px;
}
.dash-card-list .coupon-code button:hover {
  background-color: #9bd656;
}
.dash-card-list .coupon-code button:active {
  box-shadow: inset 0px 0px 10px #2c8a30;
}

.chart-card-col {
  margin-bottom: 20px;
}
.chart-card {
  background: #fff;
  padding: 15px;
  box-shadow: 0px 0px 10px #dedede;
}
.chart-card h3 {
  margin-top: 0;
  font-size: 20px;
  font-weight: 600;
  color: #424242;
}

/*recruiter login css*/

.recruiter-login-page {
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  height: 100vh;
}
.recruiter-login-page .login-box {
  background: #03363d;
  padding: 30px 30px 30px 30px;
  min-width: 430px;
  position: relative;
}
.recruiter-login-page .login-box h2 {
  margin: 10px 0 30px 0;
  text-align: center;
  font-weight: 600;
  color: #fff;
  font-size: 24px;
}
.recruiter-login-page .login-box input.form-control {
  border-radius: 0;
  margin-bottom: 20px;
  background-clip: border-box;
}
.recruiter-login-page .login-box .action-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.recruiter-login-page .login-box button.submit {
  background: #fff;
  color: #03363d;
  padding: 6px 20px;
}

/*dashboard user css*/
.dashboard-user-col {
  min-height: 100vh;
  background: #f7f7f7;
}
.dashboard-user-col div[role="main"] {
  min-height: calc(100vh - 54px);
}
@media (min-width: 992px) {
  .dashboard-user-col footer {
    margin-left: 0;
  }
}

/*top nav modal - select 2 css*/
.select2-search--dropdown .select2-search__field {
  margin: 0;
}
.select-2-div {
  width: 100%;
  margin: 5px !important;
}
.select-2-div .select2-container--default .select2-selection--single {
  border: 1px solid #ddd !important;
  border-radius: 0 !important;
}

/* top tiles css */
.eq-top-tiles-row {
  display: flex;
}
.eq-top-tiles-row .eq-top-tiles {
  width: 20%;
  margin-bottom: 12px;
}
.eq-top-tiles-row .tile-stats {
  height: 100%;
  margin-bottom: 0;
}
.eq-top-tiles-row .tile-stats .icon i {
  font-size: 50px;
}
.eq-top-tiles-row .tile-stats h3 {
  font-size: 18px;
}

/* dashboard chart radio filter */
.dash-chart-filter {
  list-style: none;
  padding-left: 0;
  display: flex;
  border: 1px solid #d5d5d5;
  background: #fff;
}
.dash-chart-filter li {
}
.dash-chart-filter li:not(:last-child) {
  border-right: 1px solid #d5d5d5;
}
.dash-chart-filter li label {
  padding: 6px 14px;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 12px;
  cursor: pointer;
}
.dash-chart-filter li a {
  padding: 6px 14px;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 12px;
  cursor: pointer;
  display: inline-block;
}
.dash-chart-filter li input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.dash-chart-filter li input:checked ~ label,
.dash-chart-filter li a.active {
  background: #2a3f54;
  color: #fff;
}
.dash-chart-filter li a:hover {
  background: #2a3f54;
  color: #fff;
}

.x_panel {
  margin-bottom: 10px;
  padding: 16px;
  background: #fff;
  border: 1px solid #e6e9ed;
}
.x_title {
  border-bottom: 1px solid #e6e9ed;
  padding: 1px 5px 6px;
  margin-bottom: 10px;
}
.x_title h2 {
  margin: 5px 15px 6px 0;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 18px;
}
.x_content {
  padding: 0 5px 6px;
  position: relative;
  width: 100%;
  margin-top: 5px;
}
/* pills nav tabs css */
.pills-nav-tabs {
}
.pills-nav-tabs .nav-tabs {
  border-bottom: 0;
}
.pills-nav-tabs .nav-tabs .nav-item {
  background: transparent;
  color: #405467;
  border: 1px solid #405467;
  border-radius: 4px;
  margin-right: 4px;
}
.pills-nav-tabs .nav-tabs .nav-item.show .nav-link,
.pills-nav-tabs .nav-tabs .nav-link.active {
  background-color: #405467;
  color: #fff;
}

/* table css */
table.jambo_table {
  border: 1px solid rgba(221, 221, 221, 0.78);
}
table.jambo_table thead {
  background: rgba(52, 73, 94, 0.94);
  color: #ecf0f1;
}
.circle-check-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #fff;
  margin-left: 10px;
}

/* clear filter link */
.clear-filter-link {
  display: inline-block;
  font-size: 14px;
  color: #ffc107;
  text-decoration: underline;
  cursor: pointer;
}

/* coupon card */
.coupon-card-col {
  margin-bottom: 15px;
}
.coupon-card {
  border: 1px solid #5a738e;
  border-radius: 4px;
  box-shadow: 2px 2px 10px #a7a7a7;
}
.coupon-card h4 {
  padding: 8px;
  font-size: 18px;
  text-align: center;
  border-bottom: 1px solid #d5d5d5;
  background: #5a738e;
  color: #fff;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.coupon-card h4 .discount-percent {
  margin-left: 8px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 14px;
  color: #424242;
  font-weight: 700;
}
.coupon-card .status-label {
  padding: 2px 10px;
  color: #fff;
  border-radius: 4px;
  margin-bottom: 0;
}
.coupon-card .copy-btn {
  background: #d6d6d6;
  border: 1px solid #d5d5d5;
  padding: 4px 15px;
  border-radius: 4px;
}
.coupon-card .copy-btn:active {
}
.coupon-card .copy-btn:hover {
  background-color: #ddd;
}
.coupon-card .copy-btn:active {
  box-shadow: inset 0px 0px 10px #c3c3c3;
}

/* copy btn success pop up  */
.success-notify {
  position: fixed;
  top: 50px;
  left: 50%;
  background: #8bc34a;
  padding: 4px 15px;
  color: #fff;
  border-radius: 6px;
  font-size: 16px;
  box-shadow: 0px 0px 10px #d5d5d5;
  transform: scale(0);
  transition: all linear 0.1s;
  opacity: 0;
}
.success-notify.active {
  transform: scale(1);
  opacity: 1;
}
