@font-face {font-family: 'GT Walsheim Pro';
  src: url("../fonts/GTWalsheimPro-Regular.ttf"); 
}
:root {
  --primary: #4f378b;
  --secondary: #d9dce3;
  --secondary2: #eee;
}
body {
  font-family : 'GT Walsheim Pro', sans-serif !important; 
}
a:focus {outline: none !important;}
* {padding: 0;margin: 0;vertical-align: top;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.panel-group {margin-bottom: 0 !important;}
.all-jobs-list .joblist-wrapper > li.job-wrapper:nth-child(n+2):after,
.all-jobs-list .jd-detail > li:nth-child(n+2):after {content: "";clear: both;}
.txt-lowercase {text-transform: lowercase !important;}
.txt-uppercase {text-transform: uppercase !important;}
.predictive-listing {border: 1px solid var(--secondary2);display: inline-block;width: 100%;padding: 5px 20px 0;}
.page-filters {margin-bottom: 20px;padding: 0px 15px 0px;}
.page-filters .group-wrapper input:focus ~ label,
.page-filters .group-wrapper input:valid ~ label {color: #000;font-weight: 600;}
.page-filters .group-wrapper .bar:before, .page-filters .group-wrapper .bar:after {background: #fe7d00;bottom: 0px;}
.page-filters .select-wrapper .select-text:focus ~ .select-label,
.page-filters .select-text:valid ~ .select-label {color: #000;font-weight: 600;}
.page-filters .select-wrapper .select-bar:before,
.page-filters .select-wrapper .select-bar:after {background: #fe7d00;bottom: 0px;}
.filter-wrapper {padding: 5px 10px 10px;border: 1px solid #d0d0d0;border-top: 0;background: #fff;}
.page-filters h2 {color: #333;padding-left: 20px;text-transform: capitalize;font-size: 20px;background: #d0d0d0;line-height: 1.8;}
.page-filters h2 a > i {padding-top: 7px;}
.page-filters h2 a {color: #000;display: inline-block;width: 100%;position: relative;}
.page-filters h2 a span {position: absolute;right: 20px;top: 9px;}
.my_container {width: 1360px;}
select.form-control {padding: 4px 15px; font-size: 12px;}
.recruiter-logo {position: relative;}
.upload-file-info {color: red;font-weight: bold;font-size: 10px;display: inline-block;margin-top: 2px;}
.recruiter-logo img {
  position: absolute;
  top: 0px;
  left: 60px;
  max-width: 50%;
  border: 1px solid #ddd;
  padding: 2px;
}
.reg-form-wrapper .pass-instructions p.tool-new-pass {
  right: 0;
  background: #2F96B4;
  color: #fff;
}
.recruiter-logo .rec-logo {
  position: absolute;
  top: -20px;
  left: 20px;
  display: inline-block;
  border: 1px solid #fe7e00;
  padding: 5px;
}
.left-nav .panel-collapse ul li{
  border-bottom: 1px solid #ddd;
}
.loc-wise-inpt-bx .form-control {
  height: 35px !important;
  box-shadow: none;
  border: 1px solid #e3e3e3;
}
.recruiter-logo .rec-logo img {
  max-width: 200px;
  max-height: 150px;
}
.language-details .dropdown-btn {
    border-radius: 0px !important;
}
/* .job-list-action {
  position: absolute;
  width: auto;
  top: 10px;
  right: 5px;
  z-index: 9;
}
 */
 .job-list-action  {
  position: static !important;
  text-align: center;
  margin-top: 5px;
  float: none;
  margin-right: 2px;
  display: flex;
  justify-content: center;
}
/*card indicators*/
.closed {
  box-shadow: 1.2px 1.2px .5px 1.2px #ff5100 !important;
  -webkit-box-shadow: 1.2px 1.2px .5px 1.2px #ff5100 !important;
  transition: .5s;
}
.closed:hover {
  transition: .5s;
  box-shadow: 1.3px 1.3px 5px 2px #ff5100 !important;
  -webkit-box-shadow: 1.3px 1.3px 5px 2px #ff5100 !important;
}
.approved {
  box-shadow: 1px 1px 3px #008000 !important;
  -webkit-box-shadow: 1px 1px 3px #008000 !important;
  transition: .5s;
}
.approved:hover {
  transition: .5s;
  box-shadow: 1px 1px 6px 1.5px #008000 !important;
  -webkit-box-shadow: 1px 1px 6px 1.5px #008000 !important;
}
.disapproved {
  box-shadow: 1px 1px 3px #f32525 !important;
  -webkit-box-shadow: 1px 1px 3px #f32525 !important;
  transition: .5s;
}
.disapproved:hover {
  transition: .5s;
  box-shadow: 1px 1px 6px 1.5px #f32525 !important;
  -webkit-box-shadow: 1px 1px 6px 1.5px #f32525 !important;
}
.posted {
  box-shadow: 1px 1px 3px #fe7e00 !important;
  -webkit-box-shadow: 1px 1px 3px #fe7e00 !important;
  transition: .5s;
}
.walkincreated {
  transition: .5s;
  box-shadow: 1.3px 1.3px 5px 2px #008000 !important;
  -webkit-box-shadow: 1.3px 1.3px 5px 2px #008000 !important;
}
.nowalkincreated {
  box-shadow: 1.2px 1.2px .5px 1.2px hsl(355, 100%, 50%) !important;
  -webkit-box-shadow: 1.2px 1.2px .5px 1.2px hsl(355, 100%, 50%) !important;
  transition: .5s;
}
.posted:hover {
  transition: .5s;
  box-shadow: 1px 1px 6px 1.5px #fe7e00 !important;
  -webkit-box-shadow: 1px 1px 6px 1.5px #fe7e00 !important;
}
.revoked {
  box-shadow: 1px 1px 3px #000 !important;
  -webkit-box-shadow: 1px 1px 3px #000 !important;
  transition: .5s;
}
.revoked:hover {
  transition: .5s;
  box-shadow: 1px 1px 6px 1.5px #000 !important;
  -webkit-box-shadow: 1px 1px 6px 1.5px #000 !important;
}
.pending {
  box-shadow: 1px 1px 3px #f9d100 !important;
  -webkit-box-shadow: 1px 1px 3px #f9d100 !important;
  transition: .5s;
}
.pending:hover {
  transition: .5s;
  box-shadow: 1px 1px 6px 1.5px #f9d100 !important;
  -webkit-box-shadow: 1px 1px 6px 1.5px #f9d100 !important;
}
/*card indicators*/
.job-list-action a {
  text-align: center;
  padding: 1rem 3.4rem;
  margin-left: 7px;
  min-width: 40px;
  font-size: 1.45rem;
}
.comonClr {
  background: #F5F5F5;
}
.wk-jb-det-bx .left-plum-bx p { margin-top: 2px; line-height: 17px;}

.job-list-action a.revokeit {
  background: #fe7e00;
  color: #fff;
}
.job-list-action a.viewit {
  background: var(--primary);
  color: #fff;
  text-decoration:none;
  border-radius: 50px;
  margin: 0;
  height: 45px;
}
.job-list-action a.viewit:hover {color: #fff !important; background: #743fab;}
.label-normal.ps-relative .job-list-action {
  margin: 0 0 10px;
}
.job-list-action a.postit {
  background: #fe7e00;
  color: #fff;
}
.edit-delete-h {
  position: relative;
}
.op-1 .edit-delete {
  opacity: 1;
}
.edit-delete {
  display: inline-block;
  position: absolute;
  top: 6px;
  right: 10px;
  opacity: 0;
  transition: .5s;
  z-index: 9;
}
.edit-delete a i.fa.fa-rss-square {
  font-size: 17px;
}
.edit-delete a i.fa.fa-pencil {
  font-size: 18px;
  color: #fe7e00;
}
.edit-delete a:not(:last-child) {
  margin-right: 8px;
}
.edit-delete a i.fa.fa-trash {
  color: red;
  font-size: 18px;
}
.company-image {
  position: absolute;
  width: 150px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  border: 1px solid #ddd;
  padding: 5px;
}
.p-r-200 {
  padding-right: 200px !important;
}
.company-image img {
  width: 100%;
}
.edit-delete a i.fa-location-arrow {
  color: #f58633;
  font-size: 16px;
  font-weight: 600;
}
.edit-delete a i.fa.fa-undo {
    font-size: 16px;
  }
  .edit-delete-h:hover .edit-delete {
    opacity: 1;
    transition: .5s;
  }
.back-btn i, .back-btn {
  color: #fff !important;
}
.ellip-view {
  max-width: 350px;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ellip-view-small {
  max-width: 100px;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sm-ellipsis {
  max-width: 350px;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.category-name-ellip {
  max-width: 90%;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.left-sm-nav-tgl {
  display: none;
}
.main-container {
  width: 100%;
  display: inline-block;
  position: relative;
}
.job-posting {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 30px 10px;
  /*background: var(--secondary2);*/
}
.sm-logo-head {
  display: none;
}
input[type=radio], input[type=checkbox] {
  margin: 2px 0 0;
}
.dash-right-part.dash-right-active header.main-header {
  width: 100%;
  /*transition: all 0.4s ease;*/
}
.keywords {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 5px 20px;
  margin: 0 5px 5px 0;
  position: relative;
}
  .keywords a {
    position: absolute;
    top: -2px;
    right: 4px;
    font-size: 14px;
    font-weight: 700;
    color: red;
    opacity: .7;
    transition: .3s;
  }
    .keywords a:hover, .keywords a:active, .keywords a:focus {
      transition: .3s;
      opacity: 1;
      color: red;
    }
.edit-profile {
  display: inline-block;
  /*width: 800px;*/
  width: 100%;
}

.edit-profile-wrapper {
  display: inline-block;
  width: 100%;
  max-width: 1300px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
}

.box-title-content {
  font-size: 18px;
  font-weight: 700;
  padding: 6px 10px 8px;
  background: #e4e1e1;
  border-bottom: 1px solid #ccc;
}

.box-content {
  padding: 15px 5px 5px;
}

textarea.form-control {
  height: auto !important;
  resize: none;
}

.main-header .dropdown a {
  padding-top: 0px;
}

.required-field {
  color: red;
}

header.main-header {
  width: calc(100% - 230px);
  display: inline-block;
  background: #000;
  height: 42px;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0px;
  /*transition: all 0.4s ease;*/
}

.dataTables_info {
  padding-left: 10px;
}

.reno-logo {
  position: absolute;
  width: calc(100% - 42px);
  height: 42px;
  background: #fff;
  border-bottom: 1px solid #c1bfbf;
  top: 0;
  z-index: 999;
  left: 0;
  text-align: center;
}

table.dataTable tbody th, table.dataTable tbody td {
  padding: 6px !important;
  vertical-align: middle !important;
}

th {
  font-family: 'GT Walsheim Pro', sans-serif;;
}

td {
  font-family: 'GT Walsheim Pro', sans-serif;
}

.reno-logo a {
  display: inline-block;
}

  .reno-logo a img {
    max-width: 140px;
    /*box-shadow: 0px 0px 10px 2px #ccc;*/
    margin-top: 7px;
  }

.search {
  width: 47%;
  float: left;
  text-align: right;
  padding-top: 23px;
}

nav.dash-navigation {
  min-width: 80px;
  float: right;
  text-align: left;
  padding-top: 4px;
  margin-right: 2%;
}

  nav.dash-navigation ul {
    list-style: none;
  }

    nav.dash-navigation ul li {
      float: right;
      position: relative;
      /*border-left: 1px solid #ccc;*/
    }

      nav.dash-navigation ul li:last-child {
        border: none;
      }

      nav.dash-navigation ul li a {
        font-size: 18px;
        color: #fff;
        text-decoration: none;
        padding: 8px 10px 8px 10px;
        display: block;
      }

span.mbl-nav {
  display: none;
}

.mbl-main-nav {
  display: none;
}
.location-details-wrapper > .location-details {
  position: relative;
}
.location-details-wrapper > .location-details:not(:first-child):after {
    position: absolute;
    content: "";
    height: 1px;
    width: 98%;
    top: -9px;
    left: 1%;
    background: #ccc;
  }
section.main-section {
  width: 100%;
  display: inline-block;
  background: #fff;
  min-height: 402px;
}

.b-t1 {
  margin-top: 2px !important;
}

.dash-left-part .left-nav .panel-collapse .panel-body {
  padding: 0px;
}

.dash-left-part {
  width: 230px;
  /*min-height: 800px;*/
  /*background: #202020;*/
  display: inline-block;
  margin-left: 0;
  position: fixed;
  margin-top: 0px;
  z-index: 999;
  top: 0;
  left: 0;
  float: left;
  /*transition: all 0.4s ease;*/
  border-right: 1px solid #cccccc;
  height: 100%;
  /*box-shadow: 0 0 5px 2px #ddd;*/
  padding-top: 42px;
  overflow-y: auto;
}

.dash-left-active {
  /*margin-left: -229px;*/
  margin-left: -191px;
  /*transition: all 0.4s ease;*/
}

/*.dataTable tbody tr:hover {
    background: #f58634 !important;
}*/

.dash-right-active {
  /*width: 100% !important;*/
  width: calc(100% - 40px) !important;
  /*transition: all 0.4s ease;*/
}
/*.textAlign{
    text-align:left !important;
}*/


.dash-right-part {
  /*box-shadow: 0px 0px 3px 0.5px #aaaaaa;
  -webkit-box-shadow: 0px 0px 3px 0.5px #aaaaaa;*/
  /*border-left: 1px solid #ddd;*/
  
  /* width: calc(100% - 230px); */
  float: right;
  display: inline-block;
  /*padding-bottom: 6.2em;*/
  position: relative;
  /*transition: all 0.4s ease;*/
  /*box-shadow: 5px -10px 5px 5px #ccc;*/
  /*min-height: 613px;
    background: var(--secondary2);*/
  overflow-y: auto;
  /*background-image: url('../images/dashboard-bg.png');*/
  /*background: linear-gradient(rgba(255,255,255,.4), rgba(255,255,255,.4)), url('../images/dashboard-bg.png');
  background-size: cover;*/
}

.dash-right-part:after {
  content: "";
  display: inline-block;
  position: fixed;
  /**/ background: linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,.1)), url('../images/dashboard-bg.png');
  top: 0px;
  bottom: 0;
  right: 0;
  background-size: cover;
  width: calc(100% - 230px);
  height: 100%;
  z-index: -1;
}
.dash-right-active.dash-right-part:after {
  width: calc(100% - 38px);
}
.profile-pic {
  width: 100%;
  height: 279px;
  text-align: center;
  background: #e12c38;
}

.welcome-text span.user-pic {
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #fff;
  text-align: center;
  margin-top: -5px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease;
  margin-left: 4px;
}

  .welcome-text span.user-pic:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.4s ease;
  }

  .welcome-text span.user-pic:hover::after {
    opacity: 1;
    transition: all 0.4s ease;
  }

  .welcome-text span.user-pic img {
    width: 100%;
    height: 100%;
  }

.input-dp + label {
  font-size: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 13px 0 0 0;
  text-transform: uppercase;
  width: 210px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background: #aaa;
}

.profile-pic span {
  width: 137px;
  height: 137px;
  display: inline-block;
  border-radius: 50%;
  border: 3px solid #89d6e7;
  text-align: center;
  margin-top: 16%;
  overflow: hidden;
}

  .profile-pic span img {
    width: 100%;
    height: 100%;
  }

.profile-pic p.profile-name {
  position: relative;
  color: #fff !important;
  padding: 10px 0 0 0;
  font-size: 16px;
}


.profile-pic p a {
  margin-left: 5px;
}
.dash-left-part.dash-left-active .add-section-small {
  display: none;
}

.dash-left-part.dash-left-active .left-nav h4, .dash-left-part.dash-left-active .left-nav ul li a {
  background: #000 !important;
  color: #fff !important;
  /*border-bottom: 1px solid #ccc;*/
}

.left-nav h4 {
  position: relative;
}

.icon-collapsed {
  position: absolute;
  top: 7px;
  right: 0px;
  font-size: 15px;
  width: 38px;
  height: 23px;
  text-align: center;
  display: none;
}

  .icon-collapsed span {
    position: absolute;
    top: -7px;
    left: 38px;
    background: #000;
    height: 33px;
    line-height: 33px;
    padding: 0px 5px 0 10px;
    color: #fff !important;
    display: none;
    font-size: 12px;
    min-width: 200px;
    text-align: left;
    text-transform: none;
  }

.dash-left-part.dash-left-active .left-nav h4 a[data-toggle="collapse"] {
  display: none;
}

.dash-left-part.dash-left-active {
  background: #000;
  height: 100vh;
  overflow-y: unset;

}

  .dash-left-part.dash-left-active .panel-collapse.collapse {
    display: block !important;
    height: unset !important;
  }

  .dash-left-part.dash-left-active h4 a {
    height: 33px;
  }

  .dash-left-part.dash-left-active .icon-collapsed:hover > span {
    display: block;
  }

  .dash-left-part.dash-left-active .left-nav .nav-item-text, .dash-left-part.dash-left-active .left-nav .icons {
    display: none;
  }

  .dash-left-part.dash-left-active .left-nav .icon-collapsed {
    display: block;
  }

  .dash-left-part.dash-left-active .icon-collapsed i {
    color: #f9ddc1;
  }

.left-nav {
  width: 100%;
  display: inline-block;
  border-left: 3px solid #fe7e00;
  max-height: 500px;
  /*overflow-y: auto;*/
  overflow: visible;
}

  .left-nav ul {
    list-style: none;
    margin-bottom: 0px;
  }

.left-nav ul li {
  position: relative;
}

.dash-left-part.dash-left-active .left-nav ul li, .dash-left-part.dash-left-active .left-nav .panel-body {
  border: none !important;
}

.dash-left-part.dash-left-active .reno-logo {
  background: #fff;
  left: calc(100% - 38px);
  /*width: 47px;
  overflow: hidden;*/
}
/*body.sm-active header.main-header {
  width: calc(100% - 40px);
}
.left-nav ul li:last-child {
  border: none;
}*/

.left-nav ul li a {
  padding: 8px 0 10px 35px;
  text-decoration: none;
  color: #000;
  text-transform: capitalize;
  display: block;
  /*transition: all 0.7s ease;*/
  font-size: 12px;
  height: 33px;
}

  /*.left-nav ul li a:hover {
    background: #000;
    color: #fff;
    transition: all 0.7s ease;
  }*/

  .left-nav ul li a span.icons {
    font-size: 16px;
    padding-right: 8px;
    margin-top: -2px;
  }

span.icons {
  font-size: 18px;
  padding-right: 10px;
  float: left;
  margin-top: 5px;
}

.left-nav ul li span.arrow {
  width: 11px;
  height: 6px;
  position: absolute;
  top: 21px;
  right: 70px;
  background: url('../images/dwn-arrow.png') no-repeat;
}

span.arrow.rotated {
  transform: translateY(-50%) rotate(0deg);

}

span.arrow {
  width: 11px;
  height: 6px;
  position: absolute;
  top: 19px;
  right: 10px;
  background: url(../images/dwn-arrow.png) no-repeat;
  transform: translateY(-50%) rotate(-90deg);

}

.right-main-wrapper {
  width: 98%;
  margin: 50px auto 8px auto;
  /*max-height: 600px;*/
  /*overflow-y: auto;*/
}

.dash-head {
  width: 100%;
  /*border-bottom: 1px solid #a6a6a6;*/
  /*padding: 10px 0 0 0;*/
  position: relative;
  /*margin-top: -28px;*/
  text-align: center;
  /* z-index: 5; */
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 5px;
  display: inline-block;
}

  .dash-head:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #ccc;
    top: 15px;
    left: 0;
    z-index: -1;
  }

.tab-content .dash-head {
  text-align: left !important;
}

.dash-head p {
  font-family: 'GT Walsheim Pro', sans-serif;
  text-transform: capitalize;
  font-size: 26px;
  color: #000;
  font-weight: 600;
  display: inline-block;
  background: #fff;
  padding: 0 10px;
  position: relative;
  z-index: 9;
  margin: 5px 0 0;
}

.dash-head span.sub-head {
  text-transform: uppercase;
  font-size: 14px;
  color: #4f4f4f;
}
.dash-stats-wrapper {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
}

  .dash-stats-wrapper .statics {
    display: table;
    width: 32.5%;
    margin-bottom: 10px;
    transition: .3s;
    float: left;
  }

    .dash-stats-wrapper .statics:not(:last-child) {
      margin-right: 1.25%;
    }

.statics div {
  display: table-cell;
  padding: 0px 0px;
  vertical-align: middle;
}

  .statics div:first-child {
    background: #f58634;
    color: #fff;
    text-align: center;
    transition: .3s;
    width: 80px;
    position: relative;
    border-radius: 3px 0 0 3px;
  }
    .statics div:first-child::after {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,.1);
      top: 0;
      left: 0;
    }
  .statics div:last-child {
    padding: 8px 0px 0;
    background: #000;
    /*border: 1px solid #3157a4;*/
    position: relative;
    color: #fff;
    overflow: hidden;
    border-radius: 0px 3px 3px 0px;
  }

    .statics div:last-child:after {
      position: absolute;
      content: "";
      width: 80%;
      height: 100%;
      background: rgba(0,0,0,.1);
      top: 0px;
      left: 87%;
      transform: skewX(45deg) translateX(-50%);
      transition: .5s;
    }

.statics:hover div:last-child:after {
  width: 00%;
  transition: .5s;
  left: 100%;
  transform: translateX(-50%);
}

.statics div:first-child span:first-child i {
  font-size: 25px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  z-index: 1;
  position: relative;
}

.statics div:last-child p {
  margin-bottom: 0;
  font-size: 16px;
  padding: 3px 0;
  text-align: center;
  position: relative;
  color: inherit;
  font-weight: 600;
}

  .statics div:last-child p:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    top: 32px;
    left: 0;
  }

.statics:hover div:last-child p:before {
  width: 0%;
  transition: .5s;
}

.statics div:last-child p:before {
  position: absolute;
  content: "";
  width: 48%;
  height: 1px;
  background: #7486ab;
  top: 32px;
  left: 0;
  z-index: 1;
  transition: .5s;
}

.statics div:last-child span {
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 8px 0 0;
}

table.dataTable.no-footer thead tr th {
  font-size: 0.875rem;
  vertical-align: middle;
}


.font-green-active {
  font-size: 10px !important;
}
/*stats design change  end*/
a.stat-btm {
  width: 100%;
  padding: 13px 12px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  left: 0;
}

  a.stat-btm:hover {
    color: #fff;
    text-decoration: none;
    background: #444;
  }

span.stat-arrow {
  float: right;
}
.content-area {
  width: 100%;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 5px;
  background: rgba(255,255,255,.8);
  box-shadow: 0px 0px 10px 1px #000;
  -webkit-box-shadow: 0px 0px 10px 1px #000;
  padding: 5px;
  min-height: calc(100vh - 58px);
  min-height: -webkit-calc(100vh - 58px);
  min-height: -moz-calc(100vh - 58px);
}

.panel-default > .panel-heading {
  color: #000 !important;
  background-color: #fff !important;
  position: relative;
  transition: all 0.7s ease;
}

.panel {
  border: none !important;
  box-shadow: none;
}

.panel-group .panel + .panel {
  margin-top: 0px !important;
}

a.pannel {
  padding: 5px 10px;
  text-decoration: none !important;
  color: #333;
  text-transform: capitalize;
  display: block;
  font-size: 12px;
  font-weight: 600;
}
.left-nav a.pannel {
  padding: 5px 10px;
}

.left-nav .panel-heading {
  padding: 0 0px !important;
}

  .left-nav .panel-heading:hover {
    background: #000 !important;
    color: #fff !important;
    border-radius: 0px;
    transition: all 0.7s ease;
  }

    .left-nav .panel-heading:hover a {
      color: #fff !important;
    }

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  background: #fff;
}



/**** Form Styling ****/

.group {
  position: relative;
  margin-bottom: 35px;
  margin-left: 0;
  width: 100%;
  float: left;
}

  .group:first-child {
    margin-top: 15px;
  }

.inputMaterial {
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #c0c0c0;
  color: #858585;
  font-size: 16px;
}

  .inputMaterial:focus {
    outline: none;
  }

/* LABEL ======================================= */

.group label {
  color: #999;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  pointer-events: none;
  /*left: 5px;*/
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  text-transform: uppercase;
  /*font-family: 'ProximaNova-Regular';*/
  font-family: 'GT Walsheim Pro', sans-serif;
}

/* active state */
.inputMaterial:focus ~ label, .inputMaterial:valid ~ label, .inputMaterial:disabled ~ label {
  top: -20px;
  font-size: 14px;
  color: #e12c38;
}
/* BOTTOM BARS ================================= */
.bar {
  position: relative;
  display: block;
  width: 100%;
}

  .bar:before, .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #e12c38;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
  }

  .bar:before {
    left: 50%;
  }

  .bar:after {
    right: 50%;
  }

/* active state */
.inputMaterial:focus ~ .bar:before, .inputMaterial:focus ~ .bar:after {
  width: 50%;
}


/* active state */
.inputMaterial:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
  from {
    background: #5264AE;
  }

  to {
    width: 0;
    background: transparent;
  }
}

@-moz-keyframes inputHighlighter {
  from {
    background: #5264AE;
  }

  to {
    width: 0;
    background: transparent;
  }
}

@keyframes inputHighlighter {
  from {
    background: #5264AE;
  }

  to {
    width: 0;
    background: transparent;
  }
}
.submit {
  position: absolute;
  top: 0;
  right: 0;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border: 1px solid #c7c7c7;
}
/*th, td {
  word-wrap: break-word;
  word-break: break-word;
}*/
/* table.dataTable {
  border-collapse: collapse !important;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #ddd !important;
}

table.dataTable thead  {
  background-color: #000000 !important;
  color: #fff !important;
}
table.dataTable thead tr th:first-child{
  min-width: 45px !important;
}
table.dataTable thead tr th:not(:first-child), .table thead tr th {
  min-width: 100px;
}
table.dataTable.aplication-th thead tr th:not(:first-child) {
  min-width: 70px;
} */

/* .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #fff !important;
  border: 1px solid #fe7c00 !important;
  background: #fe7d00 !important;
} */

/* table.dataTable tbody tr td:first-child {
  text-align: center;
}
table.dataTable thead th, table.dataTable thead td {
  padding: 6px 10px !important;
} */

.modal-dialog {
  top: 6% !important;
  z-index: 1050;
}

.form-group {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  font-size: 13px;
}
.jb-ind-wal-date-time-bx p {
  line-height: 18px !important;
}

.form-actions {
  text-align: center;
}

#BioCategoryID {
  width: 73%;
  height: 25px;
}

#AssCategoryID {
  width: 73%;
  height: 25px;
}

#CountryID {
  width: 73%;
  height: 25px;
}

#StateID {
  width: 73%;
  height: 25px;
}

#CountryId {
  width: 73%;
  height: 25px;
}

/******login********/
.ext-height {
  height: 40px !important;
}
ui-datepicker-calendar {
  background-color: #fff !important;
}
.modal-header .close {
  margin-top: -2px;
  text-shadow: unset;
  transition: .3s;
  opacity: 1;
}
.modal-header .close:hover {
    transition: .3s;
    opacity: .7 !important;
  }
.p-l-0 {
  padding-left: 0px !important;
}
.legend-box {
  display: inline-block;
  width: 100%;
  /* border: 1px solid #afacac; comment by anshul*/
  padding: 10px;
  margin-bottom: 30px;
  position: relative;
}
.legend-title {
  /* position: absolute; */
  top: -26px;
  /* left: 17px; */
  font-weight: bold;
  background: #fff;
  /* padding: 0 10px; */
  font-size: 18px;
}
.ap-job_mdl{
  background: #e5deed;
    /* border-radius: 20px; */
    margin-inline: 10px;

}

.modal-header h4.modal-title {
  font-size: 20px !important;
  letter-spacing: 1px;
}
.close:focus {
  outline: none !important;
}

.control-label {
  text-align: left !important;
  padding-top: 0 !important;
  font-family: 'GT Walsheim Pro', sans-serif;
  letter-spacing: 1px;
}
.black {
  background: #000 !important;
}
.black:hover {
  color: #fff;
  text-decoration: none;
  background: #444 !important;
}

.black:focus {
  color: #fff;
  text-decoration: none;
  background: #444 !important;
}

/*****Profile pic and company logo positioning changes******/
.welcome-text {
  width: auto;
  float: right;
  display: inline-block;
  padding-right: 10px;
  margin-top: 10px;
  color: #fff;
}

  .welcome-text i {
    margin-top: 3px;
    margin-left: 1px;
  }

  .welcome-text a {
    padding: 1px 0 0 3px;
    display: inline-block;
    font-size: 18px;
  }

.dropdown a {
  color: #fff;
  padding-top: 10px;
  display: block;
}

  .dropdown a:hover {
    color: #fff;
    text-decoration: none;
  }

  .dropdown a img {
    display: inline-block;
    margin-left: 0px;
    margin-top: -1px;
  }


  .dropdown a:focus {
    color: #fff;
    text-decoration: none;
  }
.main-header .dropdown-menu {
  top: 38px !important;
  right: 67px !important;
}

.dropdown-menu {
  min-width: auto !important;
  width: 180px;
}

.green {
  color: #0f53de !important;
}

.red {
  color: #e10000 !important;
}

/***** slide menu **********/
.dataTables_wrapper .dataTables_paginate {
  padding: 1em 0 !important;
}

/*******Dashboard************/
.actn {
  font-size: 17px;
  color: #555;
  text-decoration: none;
  margin-right: 6px;
}

.actn-del {
  color: #e81e1e;
  margin: 0;
}

.actn:hover {
  text-decoration: none;
  color: #e12c38;
}
.fontsize {
  font-size: 37px !important;
}
/*.dataTable, .table-striped {
  font-size: 14px !important;
}*/

.remove {
  background: #C76868;
  color: #FFF;
  font-weight: bold;
  font-size: 21px;
  border: 0;
  cursor: pointer;
  display: inline-block;
  padding: 4px 9px;
  vertical-align: top;
  line-height: 100%;
}
.tab-content .dash-head p {
  font-size: 24px;
}
.td-head {
  background: #efefef;
}
.dataTables_length label select {
  height: auto !important;
  width: auto !important;
}
.profile-pic span {
  width: 137px;
  height: 137px;
  display: inline-block;
  border-radius: 50%;
  border: 3px solid #89d6e7;
  text-align: center;
  margin-top: 16%;
  overflow: hidden;
}
  .profile-pic span img {
    width: 100%;
    height: 100%;
  }
.profile-pic p.profile-name {
  position: relative;
  color: #fff !important;
  padding: 10px 0 0 0;
  font-size: 16px;
}
.profile-pic p a {
  margin-left: 5px;
}
.fa-arrow-left:before {
  padding: 3px 4px 0 0px;
  display: inline-block;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #e12c38 !important;
  border-color: #e12c38 !important;
}
/*[class*="creditgroup"]{
  display: none;
}*/
.fitness td span {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  margin: 5px 5px 0 0;
}
/******patient communication******/
.all {
  background: url('../Images/all-icon.png') no-repeat;
  background-position: 0 0;
  transition: all 0.4s ease;
}
.pcp {
  background: url('../Images/pcp-icon.png') no-repeat;
  background-position: 0 0;
  transition: all 0.4s ease;
}
span.side-menu {
  width: 42px;
  height: 42px;
  background: #000;
  text-align: center;
  font-size: 23px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 8px;
  cursor: pointer;
  display: inline-block;
  z-index: 1;
  /*transition: all 0.4s ease !important;*/
}
.sidemenu-active {
  /*transition: all 0.4s ease !important;*/
  top: 0px;
  width: 44px !important;
  /*right: -32px !important;*/
  right: -192px !important;
  border-right: 1px solid #fff;
}
  @media screen and (min-width:768px) and (max-width:1024px) {
    .row {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .dash-left-part {
    width: 230px;
  }
  .dash-right-part {
    width: calc(100% - 230px);
  }
  a.pannel {
    padding: 13px 0px;
  }
  span.icons {
    padding-right: 6px;
  }
  .modal-dialog {
    width: 77% !important;
  }
  .nav-tabs > li {
    min-height: 58px;
  }
}

@media screen and (max-width:767px) {
  body {
    padding: 0 !important;
  }
  .statics div:last-child p {
    font-size: 14px;
  }
  .statics div:last-child span {
    font-size: 20px;
  }
  .left-sm-nav-tgl {
    display: block;
    width: 30px;
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 20px;
    color: #fff;
  }
  body.sm-nav-active {
    overflow: hidden;
  }
    body.sm-nav-active:after {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(0,0,0,.5);
      z-index: 9;
    }
  .sm-logo-head {
    background: #fff;
    display: block;
    float: left;
    padding-top: 1px;
  }
    .sm-logo-head img {
      max-width: 44px;
    }
  .main-header .dropdown {
    width: 250px;
  }
  .sm-ellipsis {
    max-width: 130px;
  }
  .welcome-text i {
    margin-left: 4px;
  }
  .main-header .dropdown-menu {
    top: 35px !important;
    right: 5px !important;
  }
  .side-menu {
    display: none !important;
  }
  .left-nav {
    background-color: #fff !important;
    color: #000 !important;
    border-left: 3px solid #dc782f;
    height: 100vh;
  }
    .left-nav .panel-default > .panel-heading {
      background-color: #fff !important;
      color: #000 !important;
    }
    .left-nav .panel-body {
      padding: 3px 10px;
      background: #dc782f !important;
    }
    .left-nav ul li a {
      color: #fff;
    }
    .left-nav a.pannel {
      text-align: left;
    }
    .dash-right-part:after{
      width: 100%;
    }
  .loading {
    border: 1px solid #ddd;
    padding: 20px;
    margin: 40px 5px;
    width: 80px;
  }
  .reno-logo {
    width: 86%;
    padding: 9px 0 0 0;
  }
    .reno-logo img {
      width: 140px;
    }
  section.main-section {
    display: inline-block;
  }
  .dash-right-part {
    width: 100%;
    display: inline-block;
  }
  nav.dash-navigation ul {
    display: none;
  }
  nav.dash-navigation ul {
    position: absolute;
    top: 4px;
    right: 6px;
    text-align: center;
    z-index: 9;
  }
    nav.dash-navigation ul li {
      float: none;
      border-bottom: 1px dotted #fff;
    }
      nav.dash-navigation ul li a {
        padding: 8px 10px;
      }
  span.mbl-nav {
    display: block;
    position: absolute;
    top: 33px;
    right: 15px;
    font-size: 25px;
    font-weight: bold;
    cursor: pointer;
  }
  .mbl-main-nav {
    width: 100%;
    height: 30px;
    display: inline-block;
    background: #d0a204;
    color: #fff;
    position: relative;
    cursor: pointer;
    position: absolute;
    top: 37px;
    z-index: 9;
  }
    .mbl-main-nav span {
      position: absolute;
      top: 6px;
      right: 12px;
      font-size: 22px;
      display: inline-block;
      color: #283ddc;
    }
  .dash-left-part {
    position: absolute;
    top: 20px;
    left: -230px;
    z-index: 99;
    min-height: 100vh;
    border-right: none;
  }
  .panel-group .panel + .panel {
    margin-top: 1px !important;
  }
  .left-nav {
    background: #fff;
  }
.left-nav .panel {
   box-shadow: unset;
   border-bottom: 1px solid #ccc !important;
}
.dash-left-part.dash-left-active .reno-logo {
   margin-left: 191px;
   width: auto;
}
  .reno-logo {
    width: 140px;
    padding: 1px 0 0 0;
    position: absolute;
    top: -66px;
    left: 0;
    background: #fff;
    height: 41px;
    display: none;
  }
  .modal-dialog {
    width: 95% !important;
  }
  .close {
    top: 0px;
    right: 4px;
    position: absolute;
  }
  img-crop, .crop-result {
    width: 100% !important;
    margin-bottom: 10px;
  }
    .crop-result h3 {
      margin-top: 4px;
    }
  .dash-head {
    display: inline-block;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .dataTables_wrapper .dataTables_filter{
    margin-bottom: 50px;
  }
  .ui-widget-header input, ui-widget-header-r input {
    width: 100%;
  }
  .dataTables_wrapper .dataTables_filter input {
    margin-left: 0 !important;
    width: 100% !important;
    margin-bottom: 50px !important;
  }
  .dash-left-part {
    transition: .5s;
  }
    .dash-left-part.active {
      left: 0px;
      transition: .5s;
    }
  .statics div:first-child {
    width: 65px;
  }
  .submit {
    position: static;
    margin-bottom: 10px;
  }
  .dash-head p {
    display: inline-block;
    width: auto;
    font-size: 16px;
    border-radius: 10px;
  }
  /*.nav-tabs > li {
        min-height: 58px;
        width: 150px;
        text-align: center;
    }
    .nav > li > a{
        padding: 10px 0px !important;
    }*/
  .table-main {
    width: 100%;
    display: inline-block;
    overflow: auto;
  }
 .add-rewrd {
    overflow: auto;
  }
  .pagination {
    width: 74%;
  }
  .actn {
    font-size: 12px;
    margin-right: 0;
  }
  .table-striped {
    font-size: 13px !important;
  }
  .add-rewrd .nav {
    width: 913px;
  }
  .tab-content .dash-head p {
    font-size: 18px;
  }
  input[type="button"], button {
    margin: 3px 0 !important;
  }
  .panel-heading {
    padding: 0 !important;
  }
  a.pannel {
    padding: 8px 12px;
    font-size: 12px;
  }
  header.main-header {
    width: 100%;
    height: 60px;
  }
  .dash-stats-wrapper .statics {
    width: 100%;
  }
    .dash-stats-wrapper .statics:not(:last-child) {
      margin-right: 0;
    }
.dash-stats-wrapper {width: 100%;margin: 0 auto;display: block;}
}
.verified {
  color: #5cb85c;
}
.imageDownloadIcon{
  text-align: center;
}


:root {
  --radius: 2px;
  --baseFg: dimgray;
  --baseBg: white;
  --accentFg: #006fc2;
  --accentBg: #bae1ff;
}

.theme-pink {
  --radius: 2em;
  --baseFg: #c70062;
  --baseBg: #ffe3f1;
  --accentFg: #c70062;
  --accentBg: #ffaad4;
}

.theme-construction {
  --radius: 0;
  --baseFg: white;
  --baseBg: black;
  --accentFg: black;
  --accentBg: orange;
}
.not-recve-otp-main-bx a:hover{
  color: black !important;
}
.gst_upload_img{
  position: absolute;
    z-index: 1;
    width: 149px;
    max-width: 150px;
    max-height: 85px;
    margin-bottom: 48px
}
.mb-minus505{
  margin-bottom: -5.5% !important;
}
.mb-minus2{
  margin-bottom: -2%;
}
.over-ato{
  height: 196px !important; 
  overflow: auto !important;
}
.mb-1per{
  margin-bottom: 1% !important;
}
.mb-3per{
  margin-bottom: 3% !important;
}
.mt-minus40{
  margin-top: -40% !important;
}
div.plum-text-bx{
  padding: 15px;
}
table td input{
  z-index: 0;
}
.br-25px{
  border-radius: 25px;
}
img.tool-new-img{
  position: absolute;
    margin: -150px 0px 0px 730px;
}
p.tool-new-pass{
  position: absolute;
    margin: -115px 0 0 647px;
}
.b-minus25px{
  bottom: -25px !important;
  }
  .mt-minus2{
    margin-top: -2% !important;
  }
  .mt-minus4{
    margin-top: -4% !important;
  }
  .screen-new{
    border-radius: 10px;
    background-color: var(--secondary2);
  }
  .screen-new span{
    color: black !important;
  }
  .left-intervw-vacc-cand-bx a{
    font-size: 1.3rem;
    color: var(--primary) !important ;
  }
  .left-intervw-vacc-cand-bx a:hover{
    color: black;
    text-decoration: underline !important;

  }
  .modal-footer.p-t-0 button{
    border: 1px solid;
    outline: none;
    box-shadow: none;
    border-radius: 10px !important;
    /* font-weight: 600; */
    background: var(--primary);
    color: white;
    padding: 5px;
  }