/*=======================================COLORS====================================*/
/*====================================BORDER RADIUS==================================*/
/*======================================MIXINS=======================================*/
/* ================================ MEDIA DEFENITION =============================== */
@media (min-width: 1200px) {
  .container {
    max-width: 1192px;
  }
}

/* ================================ MEDIA DEFENITION ENDS =========================== */
body {
  background: #f5fcf7;
}

body.white {
  background: #FFF;
}

body.white .header {
  background: #FFF;
}

.body-wrapper {
  display: block;
  position: relative;
  padding-top: 87px;
  padding-left: 145px;
}

@media (max-width: 1500px) {
  .body-wrapper {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .body-wrapper {
    padding-top: 110px;
  }
}

.content-holder {
  display: block;
  padding: 0px 0px 0px;
}

/* ================================ MEDIA DEFENITION =============================== */
@media (min-width: 1200px) {
  .container {
    max-width: 1192px;
  }
}

/* ================================ MEDIA DEFENITION ENDS =========================== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: 'Montserrat', sans-serif;
}

a {
  -webkit-transition: all cubic-bezier(0.48, 0.48, 0.49, 0.47) 0.3s;
  transition: all cubic-bezier(0.48, 0.48, 0.49, 0.47) 0.3s;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: normal;
}

h2 {
  font-size: 24px;
  font-weight: 600;
}

h3 {
  font-size: 18px;
  font-weight: 600;
}

p {
  font-size: 12px;
  color: #a0b5aa;
  font-weight: 500;
}

/*HEADER*/
.login-page {
  display: block;
  height: 100vh;
  background: #f5fcf5;
}

.login-page .login-left {
  display: block;
  position: relative;
  margin-right: -26px;
  height: 100vh;
}

.login-page .login-left .login-logo {
  display: block;
  border-radius: 50%;
  background: #FFF;
  margin: auto;
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  width: 174px;
  height: 174px;
  z-index: 2;
}

.login-page .login-left .login-logo img {
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
}

.login-page .login-left .login-bg {
  background: #145d31;
  display: block;
  position: relative;
  height: 100vh;
  background-size: cover;
}

.login-page .login-left .btm-img {
  position: absolute;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.login-page .login-form {
  display: block;
  padding: 0px 142px;
}

.login-page .login-form .form-holder {
  display: table-cell;
  vertical-align: middle;
  height: 100vh;
  width: 1%;
}

.login-page .login-form .form-holder h1 {
  margin: 0px 0px 5px 0px;
}

.login-page .login-form .login-input {
  display: block;
  background: #FFF;
  border-radius: 4px;
  min-height: 78px;
  position: relative;
  -webkit-box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.04);
  padding: 15px 90px 6px 20px;
  margin-top: 28px;
}

.login-page .login-form .login-input label {
  font-weight: 500;
  color: #757d72;
  margin: 0;
  font-size: 12px;
}

.login-page .login-form .login-input label.error {
  position: absolute;
  left: 19px;
  bottom: 0;
  color: #f19090 !important;
}

.login-page .login-form .login-input .error {
  float: none !important;
  color: #f19090 !important;
}

.login-page .login-form .login-input .form-control {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 33px;
  line-height: 32px;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.login-page .login-form .login-input .form-control:autofill {
  background: #FFF !important;
}

.login-page .login-form .login-input .form-control:autofill:focus, .login-page .login-form .login-input .form-control:autofill:hover {
  background: #FFF !important;
}

.login-page .login-form .login-input .login-proceed {
  display: block;
  width: 78px;
  height: 78px;
  position: absolute;
  right: 0;
  top: 0;
}

.login-page .login-form .login-input .login-proceed::before {
  position: absolute;
  content: "\e920";
  font-family: 'icomoon';
  margin: auto;
  line-height: 78px;
  text-align: center;
  color: #93a88f;
  font-size: 20px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.login-page .login-form .login-input .login-proceed:hover::before {
  color: #0b341b;
  cursor: pointer;
}

.login-page .login-form .login-input .login-proceed .proceed-btn {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: none;
  background: none;
  cursor: pointer;
}

.login-page .login-form .forgot-password {
  font-weight: 700;
  display: block;
  font-size: 12px;
  color: #0b341b;
  margin: 20px 0px;
}

.login-page .login-form .forgot-password:hover {
  text-decoration: underline !important;
  color: #5e1980;
}

.dash-logo {
  display: block;
  padding: 50px 0px 30px 0px;
}

.dash-logo img {
  display: inline-block;
  position: relative;
}

.head-title {
  position: relative;
}

@media (max-width: 767px) {
  .head-title {
    text-align: center;
    border-top: 1px solid #eaeaf5;
    margin-top: 10px;
  }
}

.head-title h2 {
  font-size: 28px;
}

@media (max-width: 1200px) {
  .head-title h2 {
    font-size: 20px;
    padding: 10px 0px 10px 10px !important;
  }
}

@media (max-width: 767px) {
  .head-title h2 {
    padding: 10px 0px 0px 0px !important;
  }
}

.dash-menu {
  display: block;
  position: fixed;
  -webkit-transition: all cubic-bezier(0.48, 0.48, 0.49, 0.47) 0.3s;
  transition: all cubic-bezier(0.48, 0.48, 0.49, 0.47) 0.3s;
  z-index: 11;
  top: 0px;
  left: 0px;
  height: 100vh;
  min-height: 500px;
  width: 144px;
}

@media (max-width: 1500px) {
  .dash-menu {
    left: -144px;
  }
  .dash-menu.show-it {
    left: 0;
  }
}

.dash-menu.show-it {
  left: 0;
}

.dash-menu .slide-munu-toggle {
  position: absolute;
  top: 12px;
  right: -40px;
  width: 40px;
  height: 40px;
  text-transform: none;
  display: none;
  background: #145d31;
  border-radius: 0px 5px 5px 0px;
  text-align: center;
  padding: 5px 0px;
}

@media (max-width: 1500px) {
  .dash-menu .slide-munu-toggle {
    display: block;
  }
}

@media (max-width: 1200px) {
  .dash-menu .slide-munu-toggle {
    top: 13px;
  }
}

.dash-menu .slide-munu-toggle span {
  width: 24px;
  height: 2px;
  background: #FFF;
  -webkit-transform-origin: center;
          transform-origin: center;
  margin: auto;
  display: block;
  margin-top: 6px;
  padding: 0;
}

.dash-menu .slide-munu-toggle.active span {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.dash-menu .slide-munu-toggle.active span.a {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.dash-menu .slide-munu-toggle.active span.c {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.dash-menu .slide-munu-toggle.active span.b {
  display: none;
}

.side-menu {
  display: block;
  height: 100%;
  overflow: auto;
  text-align: center;
}

@media (max-width: 1500px) {
  .side-menu {
    border-radius: 0;
  }
}

.side-menu.light-puple {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#9a56ff+0,9a56ff+44,7941ff+100 */
  background: #9a56ff;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #9a56ff 0%, #9a56ff 44%, #7941ff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a56ff', endColorstr='#7941ff',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

.side-menu.default {
  background: #145d31;
}

.side-menu .menu-holder {
  display: block;
  padding: 0px 0px 0px 0px;
  text-align: left;
}

.side-menu .menu-holder ul li a {
  display: block;
  min-height: 48px;
  text-align: center;
  font-size: 13px;
  text-decoration: none;
  color: #FFF;
  padding: 15px 10px 14px 10px;
  position: relative;
  -webkit-transition: all cubic-bezier(0.48, 0.48, 0.49, 0.47) 0.3s;
  transition: all cubic-bezier(0.48, 0.48, 0.49, 0.47) 0.3s;
}

.side-menu .menu-holder ul li a.active i, .side-menu .menu-holder ul li a:hover i {
  color: #7df192 !important;
}

.side-menu .menu-holder ul li a.active span, .side-menu .menu-holder ul li a:hover span {
  color: #7df192;
}

.side-menu .menu-holder ul li a:hover {
  -webkit-transform: translate(5px, 0px);
          transform: translate(5px, 0px);
}

.side-menu .menu-holder ul li a span {
  color: #FFF;
  /* color: rgba(255, 255, 255, 0.7); */
}

.side-menu .menu-holder ul li a i {
  font-size: 32px;
  color: #FFF;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  position: relative;
  font-weight: normal;
  margin: auto;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  -webkit-transition: all cubic-bezier(0.48, 0.48, 0.49, 0.47) 0.3s;
  transition: all cubic-bezier(0.48, 0.48, 0.49, 0.47) 0.3s;
}

.side-menu .menu-holder ul li > ul {
  padding: 10px 0px;
  display: none;
  background: #0e1a40;
  position: relative;
}

.side-menu .menu-holder ul li > ul::before {
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  left: 0;
  right: 0;
  top: -23px;
  border-style: solid;
  border-width: 12px;
  border-color: transparent transparent #0e1a40 transparent;
}

.side-menu .menu-holder ul li > ul > li > a {
  color: #80b288;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  display: block;
  padding: 0px 5px;
  line-height: 28px;
  min-height: inherit;
}

.side-menu .menu-holder ul li > ul > li > a:hover, .side-menu .menu-holder ul li > ul > li > a.active {
  color: #FFF;
}

.side-menu .cm-btns {
  padding: 0px 55px;
}

.content-area {
  display: block;
  padding: 15px 0px 60px 0px;
  position: relative;
}

.content-area .container {
  position: relative;
}

.content-area .page-breadcrumb {
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.content-area .page-breadcrumb ul {
  padding: 0;
  background-color: transparent;
  position: relative;
  margin-left: -14px;
}

.content-area .page-breadcrumb ul li {
  display: inline-block;
  margin-right: 15px;
}

.content-area .page-breadcrumb ul li a {
  color: #61816a;
  font-size: 12px;
  font-weight: 500;
  padding-left: 15px;
  text-decoration: none;
  position: relative;
}

.content-area .page-breadcrumb ul li a::before {
  content: "\f105";
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #61816a;
}

.content-area .page-breadcrumb ul li a.active {
  color: #040B21;
}

.content-area .page-breadcrumb ul li a:hover {
  color: #0f4326;
}

.content-area .filter-base .filter-sets {
  position: relative;
  z-index: 3;
  display: inline-block;
  margin-left: 12px;
}

@media (max-width: 767px) {
  .content-area .filter-base .filter-sets {
    margin-left: 0;
    margin-right: 10px;
  }
}

.content-area .filter-base .filter-sets .common-select {
  border: none;
  background: none;
  font-size: 12px;
  font-weight: 600;
  color: #1d5f2a;
  padding-left: 5px;
  padding-right: 22px;
  height: 28px;
  line-height: 28px;
}

.content-area .filter-base .filter-sets .nice-select .list {
  border: 2px solid #efefef;
  right: 10px;
  left: inherit;
  overflow: auto;
  max-height: 344px;
}

.content-area .filter-base .filter-sets .nice-select .option {
  font-weight: 500;
  line-height: 32px;
  min-height: 32px;
  border: 1px dotted #efefef;
}

.content-area .filter-base.right-padding {
  padding-right: 320px;
}

.content-area label {
  font-size: 12px;
  font-weight: 500 !important;
}

.content-area label.inline {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.content-area .common-select.inline {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .page-filter {
    display: block !important;
  }
}

.page-content {
  display: block;
  padding-top: 20px;
}

.dash-tile-wrapper {
  display: block;
  margin-bottom: 30px;
}

.dash-tile-wrapper .dash-tile {
  -webkit-box-shadow: 0px 3px 6px #0000000F;
          box-shadow: 0px 3px 6px #0000000F;
  background: #FFF;
  display: block;
  padding: 65px 30px 20px 30px;
  border-radius: 6px;
  height: 150px;
  position: relative;
}

.dash-tile-wrapper .dash-tile .icon {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 44px;
}

.dash-tile-wrapper .dash-tile .box {
  display: table-cell;
  height: 50px;
  vertical-align: middle;
}

.dash-tile-wrapper .dash-tile .box span {
  color: #1d5f2a;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  display: block;
}

.dash-tile-wrapper .dash-tile .box h5 {
  text-transform: uppercase;
  color: #95b491;
  font-size: 12px;
  font-weight: 700;
  margin: auto;
}

.common-holder {
  -webkit-box-shadow: 0px 3px 6px #0000000F;
          box-shadow: 0px 3px 6px #0000000F;
  background: #FFF;
  display: block;
  padding: 0;
  border-radius: 6px;
}

.common-table {
  position: relative;
}

.common-table .title {
  display: block;
  padding: 20px 28px 10px 28px;
}

.common-table .title h3 {
  margin: 0;
}

.common-table table tr {
  border-top: 1px solid #E2E2E2;
}

.common-table table tr:first-child {
  border-top: none;
}

.common-table table tr th {
  padding: 12px 5px 10px 28px;
  color: #80b288;
  font-size: 10px;
  text-transform: uppercase;
  border: none;
}

.common-table table tr td {
  padding: 23px 5px 23px 28px;
  color: #0b341b;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 500;
  text-transform: none;
  border: none;
}

.common-table table tr td.bold {
  font-weight: 700;
}

.common-table table tr td.link a {
  font-size: 12px;
  font-weight: 500;
  color: #0b341b;
  text-transform: none;
}

.tltip {
  position: relative;
  display: inline-block;
}

.tltip .tltiptext {
  visibility: hidden;
  width: 180px;
  background-color: #1d5f2a;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  padding: 10px 5px;
  font-size: 10px;
  line-height: 16px;
  font-weight: 400;
  position: relative;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 128%;
  left: 50%;
  margin-left: -90px;
}

.tltip .tltiptext:after {
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -11px;
  border-style: solid;
  border-width: 6px;
  border-color: #1d5f2a transparent transparent transparent;
}

.tltip:hover .tltiptext {
  visibility: visible;
}

.status {
  display: inline-block;
  line-height: 14px;
  border-radius: 30px;
  padding: 6px 15px;
  font-weight: 600;
}

.status.active {
  background: #d8f3d7;
  color: #6eb76d;
}

.status.inactive {
  background: #ffdcdc;
  color: #d06868;
}

.status.interview-a {
  background: #dde5ff;
  color: #8ea1da;
}

.status.talent-pool {
  background: #ffeec8;
  color: #c79f40;
}

.status.blacklisted {
  background: #111;
  color: #CCC;
}

.status.hired {
  background: #d8f3d7;
  color: #6eb76d;
}

.status.offer-letter-r {
  background: #ffdcdc;
  color: #d06868;
}

.status.offer-letter-a {
  background: #e0f1ff;
  color: #6eabdc;
}

.status.offer-letter-i {
  background: #fff1c6;
  color: #daae6c;
}

.status.interview-r {
  background: #ffdcdc;
  color: #d06868;
}

.status.interview-c {
  background: #d8f3d7;
  color: #6eb76d;
}

.status.interview-scheduled {
  background: #f7e8ed;
  color: #c77d96;
}

.status.shortlisted {
  background: #e7f7ff;
  color: #82c6e4;
}

.data-table-wrapper {
  display: block;
}

.data-table-wrapper.pull-top {
  position: relative;
  margin-top: -42px;
}

.data-table-wrapper.pull-top-20 {
  position: relative;
  margin-top: -10px;
}

.data-table-wrapper .table.dataTable {
  padding-top: 18px !important;
  background: none;
  border: none;
}

.data-table-wrapper table tr {
  background: #FFF;
}

.data-table-wrapper table tr:nth-child(even) {
  background: #FFF;
}

.data-table-wrapper table tr:nth-child(odd) {
  background: #FFF;
}

.data-table-wrapper table tr th {
  text-transform: uppercase;
  color: #80b288;
  font-weight: 700;
  border: none;
  vertical-align: middle;
  font-size: 10px;
  padding: 12px 10px 12px 10px;
  text-align: center;
}

.data-table-wrapper table tr th:first-child {
  text-align: left;
  padding-left: 20px;
}

.data-table-wrapper table tr th.width10 {
  width: 10%;
}

.data-table-wrapper table tr th.width16 {
  width: 16%;
}

.data-table-wrapper table tr th.width25 {
  width: 25%;
}

.data-table-wrapper table tr th.width30 {
  width: 30%;
}

.data-table-wrapper table tr th.width60 {
  width: 60%;
}

.data-table-wrapper table tr th.set-right {
  text-align: right;
}

.data-table-wrapper table tr td {
  padding: 23px 5px 23px 5px;
  color: #0b341b;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 500;
  text-transform: none;
  border: none;
  border-top: 2px solid #f5f5f5;
  text-align: center;
}

.data-table-wrapper table tr td:first-child {
  padding-right: 0;
  text-align: left;
  padding-left: 20px;
}

.data-table-wrapper table tr td.bold, .data-table-wrapper table tr td .bold {
  font-weight: 700;
  color: #0b341b;
}

.data-table-wrapper table tr td.scheduled {
  color: #80b288;
  position: relative;
  padding-left: 45px;
}

.data-table-wrapper table tr td.scheduled i {
  position: absolute;
  left: 16px;
  margin: auto;
  top: 0;
  bottom: 0;
  height: 26px;
  width: 22px;
  display: block;
  font-size: 22px;
  color: #9e9e9e;
}

.data-table-wrapper table tr td.link a {
  font-size: 12px;
  font-weight: 500;
  color: #0b341b;
  text-transform: none;
}

.data-table-wrapper table tr td a {
  font-size: 12px;
  font-weight: 500;
  color: #0b341b;
  text-transform: none;
}

.data-table-wrapper table tr td .actions {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  color: #adadad;
}

.data-table-wrapper table tr td .actions:hover {
  text-decoration: none;
  color: #111;
}

.data-table-wrapper table tr td .icon-pencil, .data-table-wrapper table tr td .icon-delete {
  font-size: 18px;
}

.data-table-wrapper .dataTables_length {
  float: left;
  margin-left: 220px;
  border: 1px solid #cbcbcb;
  padding: 0px 13px;
  border-radius: 2px;
  line-height: 32px;
}

.data-table-wrapper .dataTables_length select {
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  font-weight: 700;
}

.data-table-wrapper .dataTables_filter {
  float: right;
  position: relative;
  padding-right: 30px;
  max-width: 300px;
  width: 100%;
  border: 1px solid #c8e1c5;
  border-radius: 30px;
  padding-left: 20px;
}

.data-table-wrapper .dataTables_filter:after {
  content: "\e909";
  font-family: 'icomoon';
  top: 4px;
  right: 10px;
  position: absolute;
  color: #80b288;
}

.data-table-wrapper .dataTables_filter label {
  font-weight: 500 !important;
  font-size: 12px;
}

.data-table-wrapper .dataTables_filter input[type=search] {
  border: none;
  background: none;
  margin-bottom: 0;
  line-height: 33px;
  height: 33px;
  width: 200px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.data-table-wrapper .dataTables_filter input[type=search]:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.data-table-wrapper .dataTables_info {
  float: right;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  color: #666;
  margin-top: 15px;
}

.data-table-wrapper div.dataTables_wrapper div.dataTables_paginate {
  float: left;
  white-space: inherit;
  padding-top: 10px;
}

.data-table-wrapper .view-more {
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  float: right;
  text-decoration: none;
  color: #145d31;
}

.data-table-wrapper .view-more:hover {
  color: #f9304f;
}

.data-table-wrapper.put-scroll {
  max-height: 448px;
  overflow-y: auto;
  margin-bottom: 30px;
  padding-top: 0;
  margin-top: 0px;
}

.data-table-wrapper .dataTables_length {
  border: none;
  padding: 0;
}

.data-table-wrapper label {
  margin-bottom: 0;
}

.paginate_button {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none !important;
  color: #0b341b;
  font-size: 11px;
  margin: 5px;
  text-transform: uppercase;
}

.paginate_button:hover, .paginate_button.current {
  background: #145d31;
  color: #FFF;
  text-decoration: none;
}

.paginate_button.previous, .paginate_button.next {
  width: auto;
  padding: 0px 10px;
  margin: 5px 0px;
  border-radius: 3px;
}

.upcomming-interviews {
  display: block;
  border-radius: 6px;
}

.upcomming-interviews h3 {
  margin-bottom: 20px;
}

.upcomming-interviews ul li {
  -webkit-box-shadow: 0px 3px 6px #0000000F;
          box-shadow: 0px 3px 6px #0000000F;
  background: #FFF;
  padding: 15px 108px 15px 60px;
  margin-top: 10px;
  border-radius: 6px;
  position: relative;
}

.upcomming-interviews ul li .avatar {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 18px;
  width: 32px;
  text-align: center;
  color: #FFF;
  font-weight: 600;
  font-size: 12px;
  height: 32px;
  border-radius: 50%;
  background: #CCC;
  line-height: 32px;
}

.upcomming-interviews ul li .avatar.a {
  background: #F19B62;
}

.upcomming-interviews ul li .avatar.b {
  background: #55D9C3;
}

.upcomming-interviews ul li .avatar.d {
  background: #87A0EE;
}

.upcomming-interviews ul li .avatar.c {
  background: #F1BF4B;
}

.upcomming-interviews ul li .texting {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  text-align: left;
  padding-right: 10px;
}

.upcomming-interviews ul li .texting h5 {
  font-size: 12px;
  line-height: 15px;
  color: #0b341b;
  font-weight: 600;
  margin-bottom: 0px;
}

.upcomming-interviews ul li .texting span {
  color: #a0b5aa;
  font-size: 12px;
  font-weight: 600;
  margin: 0;
}

.upcomming-interviews ul li .time-box {
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 108px;
  height: 50px;
  padding-top: 7px;
  border-left: 2px solid #F1F2F8;
  text-align: center;
}

.upcomming-interviews ul li .time-box i {
  font-size: 17px;
  color: #cdced4;
}

.upcomming-interviews ul li .time-box p {
  margin: 0;
  color: #61816a;
  font-size: 14px;
  font-weight: 500;
}

.upcomming-interviews ul li .time-box .date {
  margin: 0;
  color: #a0b5aa;
  font-size: 12px;
  font-weight: 600;
}

.applicant-details {
  background: #FFF;
  -webkit-box-shadow: 0px 3px 6px #0000000F;
          box-shadow: 0px 3px 6px #0000000F;
  border-radius: 6px;
}

.candi-info {
  background: #FFF;
  -webkit-box-shadow: 0px 3px 6px #0000000F;
          box-shadow: 0px 3px 6px #0000000F;
  padding: 10px 26px 26px 26px;
}

.candi-info > ul > li {
  float: left;
  text-align: left;
  width: 47%;
  padding-top: 10px;
  border-bottom: 2px solid #F1F2F8;
}

.candi-info > ul > li:nth-child(even) {
  float: right;
}

.candi-info > ul > li .texting {
  display: table-cell;
  height: 60px;
  vertical-align: middle;
}

.candi-info > ul > li .texting span {
  color: #1d5f2a;
  font-size: 12px;
  font-weight: 700;
}

.candi-info > ul > li label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #80b288;
  margin: 0;
}

.candi-info .bottom {
  padding: 28px 0px 10px 0px;
}

.private-notes {
  background: #f8f9ff;
  border-top: none;
  border: 2px solid #FFF;
  padding: 26px;
}

.private-notes .common-table {
  background: #FFF;
  -webkit-box-shadow: 0px 3px 6px #0000000F;
          box-shadow: 0px 3px 6px #0000000F;
  margin-bottom: 15px;
}

.private-notes .common-table table {
  margin: 0;
}

.private-notes .common-table table tr th {
  padding: 12px 5px 10px 20px;
}

.private-notes .common-table table tr td {
  padding: 10px 5px 10px 20px;
}

.candi-perfomance {
  background: #f8f9ff;
  border-top: none;
  border: 2px solid #FFF;
  padding: 26px;
}

.candi-perfomance .candi-comments {
  display: block;
  background: #FFF;
  border-radius: 6px;
  padding: 0px 26px 20px 26px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 3px 6px #0000000F;
          box-shadow: 0px 3px 6px #0000000F;
}

.candi-perfomance .candi-comments h4 {
  display: block;
  border-bottom: 2px solid #F1F2F8;
  font-size: 16px;
  color: #1d5f2a;
  font-weight: 600;
  padding: 14px 26px 12px 26px;
  position: relative;
  margin: 0px -26px;
}

.candi-perfomance .candi-comments h5 {
  display: block;
  font-size: 12px;
  color: #a0b5aa;
  font-weight: 600;
}

.candi-perfomance .candi-comments .comment-wrapper {
  display: block;
  border-bottom: 2px solid #F1F2F8;
  padding: 20px 0px 5px 0px;
  margin-bottom: 15px;
}

.candi-perfomance .candi-comments .comment-wrapper p {
  font-size: 12px;
  line-height: 20px;
  color: #a0b5aa;
  font-weight: 500;
}

.candi-perfomance .candi-comments .score-lbl {
  display: block;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  color: #a0b5aa;
}

.candi-perfomance .candi-comments .scored {
  font-size: 24px;
  font-weight: 500;
  color: #242E54;
}

.applicant-perfomance {
  background: #FFF;
  -webkit-box-shadow: 0px 3px 6px #0000000F;
          box-shadow: 0px 3px 6px #0000000F;
  padding: 15px 15px 15px 15px;
  border-radius: 6px;
}

.applicant-perfomance .group-it {
  padding: 15px 15px 0px 15px;
  border-radius: 4px;
  margin-bottom: 10px;
  background: #f5fcf6;
}

.applicant-perfomance .input-set {
  display: block;
  position: relative;
}

.applicant-perfomance .input-set label {
  font-size: 12px;
  font-weight: 600;
  color: #61816a;
  margin-bottom: 5px;
}

.applicant-perfomance .input-set .form-control {
  border: 2px solid #e8e8e8;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
}

.applicant-perfomance .input-set .form-control.text-area {
  height: 125px;
  line-height: normal;
}

.applicant-perfomance .input-set .status-check {
  margin-top: 20px;
  /*display: inline-block;padding:0px 12px 0px 29px;border-radius: 30px;

        background: color(primary);*/
}

.applicant-perfomance .input-set .status-check:focus {
  outline: none;
}

.form-wrapper {
  display: block;
  padding-top: 20px;
}

.message-box {
  display: block;
  position: relative;
  border-radius: 3px;
  background: #CCC;
  margin-top: 10px;
  line-height: 42px;
  padding: 0px 20px 0px 50px;
}

.message-box:before {
  position: absolute;
  top: -1px;
  left: 20px;
  font-family: 'FontAwesome';
  font-size: 16px;
}

.message-box.success {
  background: #e5f5de;
  border: 1px solid #cdf1bd;
}

.message-box.success::before {
  content: "\f00c";
  color: #95cc6e;
}

.message-box.success p {
  color:  #95cc6e;
}

.message-box.error {
  background: #ffe6e6;
  border: 1px solid #f7c8c8;
}

.message-box.error::before {
  content: "\f071";
  color: #ea7a7a;
}

.message-box.error p {
  color: #ea7a7a;
}

.message-box p {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

.input-set {
  display: block;
  position: relative;
  padding-bottom: 20px;
}

.input-set label {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
}

.input-set .form-control {
  height: 42px;
  line-height: 42px;
  border: 1px solid #f1f1f1;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
}

.input-set .nice-select {
  border: 1px solid #f1f1f1;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
}

.input-set .nice-select .list {
  max-height: 280px;
  overflow: auto;
}

.input-set .status-check {
  margin-top: 35px;
}

@media (max-width: 991px) {
  .input-set .status-check {
    margin-top: 0px;
  }
}

.input-set .cm-btns {
  margin-top: 20px;
}

.file-upload {
  position: relative;
  height: 42px;
  border: 1px solid #f1f1f1;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 5px !important;
  display: block;
  width: 100%;
  margin-top: 0px;
  font-size: 14px;
}

.file-upload .jFiler-theme-default .jFiler-input {
  border: none;
  width: 100%;
  height: 40px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0px 0px 3px 0px;
}

.file-upload .jFiler-theme-default .jFiler-input-button {
  border: 1px solid #cbcbcb;
  height: auto;
  display: inline-block;
  padding: 0px 11px;
  line-height: 26px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  position: relative;
  top: 6px;
  right: 6px;
}

.file-upload .jFiler-theme-default .jFiler-item {
  position: relative;
  z-index: 4;
  background: #fefefe;
  border: 1px solid #448057;
  border-radius: 3px;
}

.file-upload .jFiler-theme-default .jFiler-item .jFiler-item-icon {
  color: #145d31;
}

.status-check {
  position: relative;
  padding-left: 25px;
}

.status-check input[type=checkbox], .status-check input[type=radio] {
  position: absolute;
  top: 6px;
  left: 0;
}

.status-check .custom-control-label::before, .status-check .custom-control-label::after {
  top: 1px;
  left: -24px;
}

.dash-left {
  position: relative;
  margin-right: -30px;
}

@media (max-width: 991px) {
  .dash-left {
    margin-right: 0;
  }
}

.dash-right {
  position: relative;
  margin-left: 30px;
}

@media (max-width: 1200px) {
  .dash-right {
    margin-left: 10px;
  }
}

@media (max-width: 991px) {
  .dash-right {
    margin-left: 0;
  }
}

.header {
  display: block;
  padding: 0px 0px;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFF;
  padding-left: 145px;
}

@media (max-width: 1500px) {
  .header {
    padding-left: 0;
  }
}

@media (max-width: 1200px) {
  .header {
    padding: 10px 0px;
  }
}

.header h2 {
  margin: 0;
  padding-top: 4px;
}

.header-action {
  display: block;
  position: relative;
  text-align: right;
  padding: 0px 0px;
}

@media (max-width: 576px) {
  .header-action {
    padding-right: 120px;
  }
}

.header-action .main-search {
  display: block;
  position: relative;
  padding-left: 30px;
  width: 60%;
}

.header-action .main-search .search-btn {
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  position: relative;
  text-align: center;
  line-height: 42px;
  font-size: 20px;
  color: #76aa80;
  position: absolute;
  text-decoration: none;
}

.header-action .main-search .search-btn:hover {
  color: #0f4326;
}

.header-action .main-search .form-control {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #1d5f2a;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 1px;
}

.header-action .main-search .append-list {
  position: relative;
  text-align: left;
}

.header-action .main-search .append-list .ui-autocomplete {
  position: absolute !important;
  top: 13px !important;
}

.header-action .main-search .append-list .ui-widget {
  z-index: 3;
  position: relative;
}

.header-action .main-search .append-list .ui-widget.ui-widget-content {
  border: 1px solid #ededf6;
  max-height: 300px;
  overflow: auto;
  background: #FFF;
  border-radius: 0px 0px 5px 5px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.07);
}

.header-action .main-search .append-list .ui-menu .ui-menu-item {
  display: block;
  position: relative;
  padding: 0px 0px;
  border: none;
}

.header-action .main-search .append-list .ui-menu .ui-menu-item-wrapper {
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}

.header-action .main-search .append-list .ui-menu .ui-menu-item-wrapper:hover {
  color: #FFF;
  background: #0f4326;
  padding: 10px 15px;
}

.header-action .user-now {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  font-size: 14px;
  font-weight: 600;
  border-right: 1px solid #c8e1c5;
  padding-right: 18px;
  margin-right: 18px;
}

.header-action .header-right {
  display: inline-block;
  right: 0;
  top: 0;
  padding: 8px 0px;
}

.header-action .today {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 8px 0px 8px 24px;
}

@media (max-width: 576px) {
  .header-action .today {
    padding-left: 20px;
  }
}

.header-action .today:before {
  position: absolute;
  content: '';
  top: 12px;
  left: 0;
  display: block;
  width: 15px;
  height: 16px;
  background: url(../img/ic-calendar.png) no-repeat;
}

@media (max-width: 576px) {
  .header-action .today:before {
    top: 9px;
  }
}

.header-action .today span {
  font-size: 14px;
  font-weight: 600;
  color: #0b341b;
}

@media (max-width: 576px) {
  .header-action .today span {
    font-size: 12px;
  }
}

.header-action .notice-board {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  position: relative;
  text-align: center;
  margin-left: 10px;
  line-height: 38px;
  font-size: 20px;
  color: #76aa7d;
  margin-right: 0px;
  text-decoration: none;
}

.header-action .notice-board:before {
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  background: #CCC;
  content: '';
  border-radius: 50%;
}

.header-action .notice-board.yellow:before {
  background: #F1BF4B;
}

.header-action .current-user {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  position: relative;
  line-height: 16px;
  width: 32px;
  height: 32px;
}

@media (max-width: 991px) {
  .header-action .current-user {
    padding-left: 0px;
    min-width: auto;
  }
}

.header-action .current-user span {
  font-size: 12px;
  color: #0b341b;
}

.header-action .current-user p {
  font-size: 13px;
  color: #0b341b;
  line-height: 14px;
  font-weight: 500;
}

.header-action .current-user .avatar {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
}

@media (max-width: 991px) {
  .header-action .current-user .avatar {
    -webkit-box-shadow: 0px 0px 0px 3px #ededf6;
            box-shadow: 0px 0px 0px 3px #ededf6;
    position: relative;
    margin: 0;
    left: 0;
    right: 0;
  }
}

.header-action .current-user .avatar .name-notation {
  border-radius: 50%;
  color: #FFF;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  font-weight: 400;
}

.header-action .current-user .avatar .name-notation.c {
  background: #F19B62;
  text-align: center;
}

.header-action .notifications {
  display: block;
  padding: 2px 0px;
  text-decoration: none;
  position: relative;
  z-index: 2;
}

.header-action .notifications i {
  color: #afaec1;
  font-size: 24px;
  position: relative;
}

.header-action .notifications.bubble i:after {
  position: absolute;
  margin: auto;
  top: 0px;
  right: -2px;
  width: 6px;
  height: 6px;
  background: #f4516c;
  display: block;
  content: '';
  border-radius: 50%;
}

.header-action .add-btn {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  position: relative;
  color: #FFF;
  width: 32px;
  height: 32px;
  border-radius: 3px;
  z-index: 4;
  cursor: pointer;
  background: #145d31;
  text-decoration: none;
  border-radius: 50%;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.12);
}

@media (max-width: 576px) {
  .header-action .add-btn {
    top: 6px;
    width: 32px;
    height: 32px;
  }
}

.header-action .add-btn.inactive {
  opacity: 0.2;
}

.header-action .add-btn:before {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 2px;
  background: #FFF;
  display: block;
  content: '';
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all cubic-bezier(0.48, 0.48, 0.49, 0.47) 0.2s;
  transition: all cubic-bezier(0.48, 0.48, 0.49, 0.47) 0.2s;
}

.header-action .add-btn:after {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 10px;
  background: #FFF;
  display: block;
  content: '';
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all cubic-bezier(0.48, 0.48, 0.49, 0.47) 0.2s;
  transition: all cubic-bezier(0.48, 0.48, 0.49, 0.47) 0.2s;
}

.header-action .add-btn.active::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header-action .add-btn.active::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header-action .add-btn:hover {
  background: #0f4326;
  -webkit-box-shadow: -4px 4px 8px 0px rgba(0, 0, 0, 0.12);
          box-shadow: -4px 4px 8px 0px rgba(0, 0, 0, 0.12);
}

.header-action .add-btn:hover::before, .header-action .add-btn:hover::after {
  background: #FFF;
}

.header-action .noty-list {
  display: none;
  text-align: left;
  position: absolute;
  width: 205px;
  background: #FFF;
  border-radius: 3px;
  border: 1px solid #d0c9df;
  padding: 10px 0px 10px 23px;
  top: 52px;
  right: 43px;
  z-index: 3;
}

.header-action .noty-list:before {
  position: absolute;
  content: '';
  display: block;
  width: 0px;
  border-style: solid;
  border-width: 8px;
  border-color: transparent transparent #d0c9df transparent;
  margin: auto;
  top: -16px;
  right: 7px;
}

.header-action .noty-list:after {
  position: absolute;
  content: '';
  display: block;
  width: 0px;
  border-style: solid;
  border-width: 8px;
  border-color: transparent transparent #FFF transparent;
  margin: auto;
  top: -14px;
  right: 7px;
}

.header-action .noty-list li {
  display: block;
  padding: 0 !important;
  border: none !important;
}

.header-action .noty-list li a {
  position: relative;
  padding: 10px 10px 10px 34px;
  display: block;
  font-size: 12px;
  border-right: none;
  font-weight: 700;
  color: #0b341b;
  text-decoration: none;
}

.header-action .noty-list li a:hover {
  color: #287744;
}

.header-action .noty-list li a:hover span {
  color: #c9d5c8;
  -webkit-transition: all cubic-bezier(0.48, 0.48, 0.49, 0.47) 0.3s;
  transition: all cubic-bezier(0.48, 0.48, 0.49, 0.47) 0.3s;
}

.header-action .noty-list li a span {
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 20px;
  color: #145d31;
}

.header-action .logout-btn {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #FFF;
  width: 32px;
  height: 32px;
  border-radius: 3px;
  z-index: 4;
  color: #145d31;
  text-align: center;
  line-height: 32px;
  padding-left: 3px;
  font-size: 18px;
  background: #e0f3e1;
  text-decoration: none;
  border-radius: 50%;
  margin-left: 8px;
}

@media (max-width: 576px) {
  .header-action .logout-btn {
    top: 1px;
    width: 32px;
    height: 32px;
  }
}

.header-action .logout-btn:hover {
  background: #145d31;
  color: #FFF;
  -webkit-box-shadow: -4px 4px 8px 0px rgba(0, 0, 0, 0.12);
          box-shadow: -4px 4px 8px 0px rgba(0, 0, 0, 0.12);
}

.table-listing {
  display: block;
}

.table-listing table {
  margin: 0;
}

.table-listing table tr:first-child td {
  border-top: none;
}

.table-listing table tr td {
  border-top: 1px solid #0000000F;
  vertical-align: middle;
  color: #0b341b;
  font-size: 12px;
  font-weight: 600;
  padding: 15px 0px;
}

.table-listing table tr td:first-child {
  padding-left: 0;
}

.table-listing table tr td.task-name {
  min-width: 80%;
}

.table-listing table tr td a {
  color: #0b341b;
}

.table-listing table tr td span {
  color: #0b341b;
}

.table-listing table tr td span.yesterday {
  color: #A42323;
}

.table-listing table tr td.task-due, .table-listing table tr td.task-logged {
  color: #80b288;
}

.noty-list {
  display: none;
  text-align: left;
  position: absolute;
  width: 205px;
  background: #FFF;
  border-radius: 3px;
  border: 1px solid #d0c9df;
  padding: 10px 0px 10px 23px;
  top: 52px;
  right: 4px;
  z-index: 3;
}

.noty-list:before {
  position: absolute;
  content: '';
  display: block;
  width: 0px;
  border-style: solid;
  border-width: 8px;
  border-color: transparent transparent #d0c9df transparent;
  margin: auto;
  top: -16px;
  right: 7px;
}

.noty-list:after {
  position: absolute;
  content: '';
  display: block;
  width: 0px;
  border-style: solid;
  border-width: 8px;
  border-color: transparent transparent #FFF transparent;
  margin: auto;
  top: -14px;
  right: 7px;
}

.noty-list li {
  display: block;
  padding: 0 !important;
  border: none !important;
}

.noty-list li a {
  position: relative;
  padding: 10px 10px 10px 34px;
  display: block;
  font-size: 12px;
  border-right: none;
  font-weight: 700;
  color: #0b341b;
  text-decoration: none;
}

.noty-list li a:hover {
  color: #5e1980;
}

.noty-list li a:hover span {
  color: #5e1980;
  -webkit-transition: all cubic-bezier(0.48, 0.48, 0.49, 0.47) 0.3s;
  transition: all cubic-bezier(0.48, 0.48, 0.49, 0.47) 0.3s;
}

.noty-list li a span {
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 20px;
  color: #0b341b;
}

@-webkit-keyframes anim {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@keyframes anim {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

.chosen-container {
  width: 100% !important;
}

.chosen-container-single {
  width: 100%;
}

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 18px;
  height: 38px;
  border: none;
  border-radius: 3px;
  background: #f5fcf7;
  background-clip: padding-box;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #0b341b;
  text-decoration: none;
  white-space: nowrap;
  line-height: 38px;
}

.chosen-container-single .chosen-single div b {
  background: url(../img/chosen-sprite.png) 0 9px no-repeat;
}

.chosen-container-single span {
  padding: 0;
}

.chosen-container-active {
  border: none;
}

.chosen-container-active.chosen-with-drop {
  border: none;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: 0px 6px;
}

.listing-filer .rt-wrapper {
  display: block;
  padding-left: 50px;
}

@media (max-width: 991px) {
  .listing-filer .rt-wrapper {
    padding: 0;
    margin-top: 10px;
  }
}

.mCSB_inside > .mCSB_container {
  margin-right: 0px;
}

.mCSB_scrollTools {
  width: 3px;
}

.cm-btns {
  cursor: pointer;
  display: inline-block;
  border-radius: 5px;
  color: #FFF;
  font-weight: 600;
  font-size: 12px;
  padding: 0px 27px;
  background: #145d31;
  line-height: 36px;
  border: none;
  -webkit-transition: all cubic-bezier(0.48, 0.48, 0.49, 0.47) 0.3s;
  transition: all cubic-bezier(0.48, 0.48, 0.49, 0.47) 0.3s;
}

.cm-btns:hover, .cm-btns.active {
  background-color: #0f4326;
  color: #FFF;
  text-decoration: none;
}

.cm-btns.dark {
  background: #222222;
}

.cm-btns.dark:hover, .cm-btns.dark.active {
  background: #383c58;
}

.cm-btns.dim {
  background: #7a6f7a;
}

.cm-btns.dim:hover, .cm-btns.dim.active {
  background: #615461;
}

.cm-btns.light {
  background: #19801c;
}

.cm-btns.light:hover, .cm-btns.light.active {
  background: #19801c;
}

.cm-btns.white {
  background: #FFF;
  border: 1px solid #cbcbcb;
  line-height: 24px;
  color: #0b341b;
}

.cm-btns.white:hover {
  background: #F1F1F1;
}

.cm-btns.medium {
  padding: 0px 20px;
  line-height: 35px !important;
  font-size: 12px;
  text-align: center;
}

.cm-btns.small {
  padding: 0px 17px !important;
  line-height: 26px !important;
  font-size: 11px;
}

.cm-btns.icon {
  position: relative;
  padding-left: 36px;
}

.cm-btns.icon i {
  position: absolute;
  height: 14px;
  width: 14px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 16px;
  font-size: 14px;
}

.cm-btns.add {
  position: relative;
  padding-left: 36px;
}

.cm-btns.add:before {
  position: absolute;
  height: 2px;
  width: 10px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 16px;
  content: "";
  display: block;
  background: #FFF;
}

.cm-btns.add:after {
  position: absolute;
  height: 10px;
  width: 2px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 20px;
  content: "";
  display: block;
  background: #FFF;
}

.cm-radio-group label {
  position: relative;
  text-transform: none;
  padding-left: 22px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  font-size: 16px;
  color: #0b341b;
  line-height: normal;
  text-align: left;
}

.cm-radio-group label:before {
  display: block;
  border-radius: radius(radius50);
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  background: #80b288;
  width: 8px;
  height: 8px;
  -webkit-box-shadow: 0px 0px 0px 5px #eaeaea;
          box-shadow: 0px 0px 0px 5px #eaeaea;
}

.cm-radio-group label.active:before {
  -webkit-box-shadow: 0px 0px 0px 5px #ecd7da;
          box-shadow: 0px 0px 0px 5px #ecd7da;
  background: #145d31;
}

.cm-radio-group label:focus {
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none;
}

.cm-radio-group label .hide-it {
  display: none;
}

.header-holder {
  position: relative;
}

@media (max-width: 767px) {
  .header-holder {
    position: absolute;
    top: 60px;
    background: #FFF;
    z-index: 4;
    border-top: 1px solid #dfe9f0;
    left: 0;
    width: 100%;
    display: none;
  }
}

.menu-toggle {
  position: absolute;
  display: none;
  width: 60px;
  height: 60px;
  background: #000;
  top: 0px;
  right: 0px;
  padding-top: 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 767px) {
  .menu-toggle {
    display: block;
  }
}

.menu-toggle .line {
  position: relative;
  width: 65%;
  height: 2px;
  background: #FFF;
  margin: 10px auto;
  display: block;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
}

.menu-toggle.active .line {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.menu-toggle.active .line.a {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu-toggle.active .line.c {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.menu-toggle.active .line.b {
  opacity: 0;
  filter: alpha(opacity=0);
}

.nice-select {
  float: none;
}

.pagingnation {
  display: block;
  border-top: 1px solid #ededf6;
  margin-top: 12px;
  text-align: right;
  padding: 10px 0px;
}

.pagingnation ul {
  font-size: 0;
}

.pagingnation ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 2px;
}

.pagingnation ul li a {
  display: block;
  color: #0b341b;
  font-size: 14px;
  font-weight: 500;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  position: relative;
  border-radius: 50%;
  cursor: pointer;
}

.pagingnation ul li a:hover, .pagingnation ul li a.active {
  color: #0b341b;
  background: #0b341b;
  color: #FFF;
}

.pagingnation ul li a span {
  font-weight: normal;
  font-size: 14px;
}

.pagingnation ul li a.prev, .pagingnation ul li a.next {
  background: none;
  color: #0b341b;
}

.pagingnation ul li a.prev:hover, .pagingnation ul li a.next:hover {
  color: #0b341b;
}

.pagingnation ul li a.prev span, .pagingnation ul li a.next span {
  font-size: 12px;
}

.pagingnation ul li a.prev span:hover, .pagingnation ul li a.next span:hover {
  color: #0b341b;
}

.modal-dialog {
  width: 1140px;
  max-width: 1140px;
}

@media (max-width: 576px) {
  .modal-dialog {
    width: 1000px;
  }
}

.common-pop {
  display: block;
}

.common-pop .popup-head {
  display: block;
  padding: 20px 38px 20px 38px;
  border-bottom: 1px solid #e7eee7;
}

@media (max-width: 767px) {
  .common-pop .popup-head {
    padding: 25px 15px 22px 15px;
  }
}

.common-pop .popup-head h2 {
  margin: 0;
  font-size: 20px;
}

.common-pop .resp-tabs-container {
  display: block;
  padding: 0px 30px 24px 30px;
}

@media (max-width: 767px) {
  .common-pop .resp-tabs-container {
    padding: 0px 15px 24px 15px;
  }
}

.common-pop .common-table-wrapper table {
  margin-bottom: 18px;
}

.common-pop .common-table-wrapper table tr {
  position: relative;
}

.common-pop .common-table-wrapper table tr th, .common-pop .common-table-wrapper table tr td {
  padding: 8px 9px;
}

.common-pop .common-table-wrapper table tr th:last-child, .common-pop .common-table-wrapper table tr td:last-child {
  padding-left: 3px;
  padding-right: 3px;
}

.common-pop .common-table-wrapper table tr td {
  padding: 14px 9px;
}

.common-pop .common-table-wrapper table tr td p {
  margin: 0;
  line-height: 30px;
  height: 30px;
  font-size: 12px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  font-weight: 500;
  padding-left: 12px;
  min-width: 130px;
}

.common-pop .common-table-wrapper table tr td .form-control {
  line-height: 30px;
  height: 30px;
  font-size: 12px;
  font-weight: 500;
}

.common-pop .common-table-wrapper table tr td .delete-row {
  position: relative;
  text-decoration: none !important;
  display: block;
  width: 12px;
  height: 12px;
}

.common-pop .common-table-wrapper table tr td .delete-row::before {
  content: '';
  width: 12px;
  height: 2px;
  background: #c9d5c8;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.common-pop .common-table-wrapper table tr td .delete-row::before:hover {
  color: #0b341b;
}

.common-pop .common-table-wrapper table tr td .delete-row::after {
  content: '';
  width: 12px;
  height: 2px;
  background: #c9d5c8;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.common-pop .common-table-wrapper table tr td .delete-row::after:hover {
  color: #0b341b;
}

.common-pop .common-table-wrapper table tr:last-child td {
  border-bottom: 1px solid #ededf6;
}

.resp-tab-content {
  border: none;
  padding: 0;
}

.resp-tabs-list {
  font-size: 0;
}

.resp-tabs-list li {
  display: block;
  border: none;
  font-size: 14px;
  font-weight: 600;
  color: #80b288;
  text-align: center;
  position: relative;
  padding: 0px 20px;
  line-height: 48px;
  -webkit-transition: all cubic-bezier(0.48, 0.48, 0.49, 0.47) 0.2s;
  transition: all cubic-bezier(0.48, 0.48, 0.49, 0.47) 0.2s;
}

.resp-tabs-list li:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 2px;
  background: #1d5f2a;
  content: '';
  display: block;
  -webkit-transition: all cubic-bezier(0.48, 0.48, 0.49, 0.47) 0.2s;
  transition: all cubic-bezier(0.48, 0.48, 0.49, 0.47) 0.2s;
}

@media (max-width: 576px) {
  .resp-tabs-list li {
    padding: 0px 15px;
    line-height: 28px;
    font-size: 12px;
  }
}

.resp-tabs-list li.resp-tab-active {
  color: #1d5f2a;
}

.resp-tabs-list li.resp-tab-active:after {
  width: 100%;
}

.submit-btn {
  color: #FFF;
  background: #0b341b;
  font-size: 14px;
  padding: 0px 38px;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
  border: none;
  line-height: 38px;
  margin-right: 28px;
}

.daterangepicker.opensleft::before {
  right: 15px;
}

.daterangepicker.opensleft::after {
  right: 16px;
}

.daterangepicker.ltr .calendar.left .calendar-table {
  padding: 0;
  padding-right: 3px;
}

.daterangepicker {
  border-color: #e4e4e4;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}

.daterangepicker select {
  border: none;
}

.daterangepicker .input-mini {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #f5fcf7;
  border-radius: 3px;
  height: 38px;
  line-height: 38px;
  padding: 0px 42px 0px 15px;
  background: url("../img/ic-cal.png") no-repeat center right #f5fcf7;
  font-size: 12px;
}

.daterangepicker .input-mini.active {
  border: none;
  border-radius: 0;
}

.daterangepicker .daterangepicker_input i {
  display: none;
}

.daterangepicker th {
  font-size: 12px;
  color: #0b341b;
  height: 25px;
  border-radius: 0;
}

.daterangepicker th.month {
  font-size: 14px;
  color: #0b341b;
}

.daterangepicker .calendar td {
  font-size: 12px;
  font-weight: 500;
  background: #f5fcf7;
  border-radius: 0;
}

.daterangepicker .calendar td.active {
  background: #0b341b;
}

.daterangepicker td {
  height: 25px;
  font-size: 12px;
  border-radius: 0;
  color: #0b341b;
}

@media (max-width: 480px) {
  .chosen-select {
    width: 100%;
  }
}

.datepicker table tr th {
  width: 34px;
  height: 20px;
  font-size: 11px;
  text-transform: uppercase;
}

.datepicker table tr th.datepicker-switch {
  font-size: 16px;
}

.datepicker table tr th.prev, .datepicker table tr th.next {
  font-size: 20px;
}

.datepicker table tr td.active {
  background-color: #0b341b;
  color: #FFF;
  background-image: none;
}

.datepicker table tr td.active.active {
  background-color: #0b341b;
  color: #FFF;
  background-image: none;
}

.datepicker table tr td.active:active {
  background-color: #0b341b;
  color: #FFF;
  background-image: none;
}

.datepicker table tr td.today {
  background-color: #f5fcf7;
  color: #000;
  background-image: none;
}

.datepicker table tr td.today.disabled:hover {
  background-color: #ccc;
  color: #000;
  background-image: none;
}

.datepicker table tr td.today:hover {
  background-color: #CCC;
  color: #000;
  background-image: none;
}

.datepicker table tr td.today:hover:hover {
  background-color: #CCC;
  color: #000;
  background-image: none;
}

.cs-tooltip {
  position: absolute;
  background: #c9d5c8;
  display: inline-block;
  line-height: 25px;
  font-size: 10px;
  font-weight: 600;
  padding: 0px 8px;
  border-radius: 3px;
  height: 24px;
  width: 130px;
  text-transform: uppercase;
  color: #FFF !important;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  white-space: nowrap;
  opacity: 1;
}

.cs-tooltip.small {
  line-height: 21px;
  height: 20px;
  font-size: 10px;
  width: 80px;
}

.cs-tooltip.right {
  margin: auto;
  top: 0;
  bottom: 0;
  left: 60px;
  -webkit-transform: translate(-8px, 0px);
          transform: translate(-8px, 0px);
  opacity: 0;
}

.cs-tooltip.right:before {
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  left: -9px;
  top: 0px;
  bottom: 0;
  border-style: solid;
  border-width: 5px;
  border-color: transparent #c9d5c8 transparent transparent;
}

.cs-tooltip.center {
  margin: auto;
  top: -28px;
  left: -22px;
  -webkit-transform: translate(0px, 8px);
          transform: translate(0px, 8px);
  opacity: 0;
}

.cs-tooltip.center:before {
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  left: 0px;
  right: 0px;
  bottom: -9px;
  border-style: solid;
  border-width: 5px;
  border-color: #32702b transparent transparent transparent;
}

.fancybox-overlay {
  background: none !important;
}

.fancybox-overlay::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  background: rgba(255, 255, 255, 0.69);
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.fancybox-skin {
  background: #FFF;
  padding: 0 !important;
}

.fancybox-close {
  top: 22px;
  right: 18px;
  width: 26px;
  height: 26px;
  background-image: none;
}

.fancybox-close:before {
  content: '';
  width: 14px;
  height: 2px;
  background: #c9d5c8;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.fancybox-close:after {
  content: '';
  width: 14px;
  height: 2px;
  background: #c9d5c8;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.common-pop {
  display: block;
}

.common-pop .form-wrapper {
  padding: 20px 40px 0px 40px;
}

.common-pop .popup-head {
  display: block;
  padding: 25px 38px 22px 38px;
  border-bottom: 1px solid #e7eee9;
}

@media (max-width: 767px) {
  .common-pop .popup-head {
    padding: 25px 15px 22px 15px;
  }
}

.common-pop .popup-head h3 {
  margin: 0;
}

.common-pop .tab-links {
  display: block;
  text-align: right;
  padding-right: 34px;
  position: relative;
  margin-top: -16px;
}

.common-pop .tab-links .resp-tabs-list {
  display: inline-block;
  background: #f5fcf7;
  border-radius: 30px;
}

.common-pop .resp-tabs-container {
  display: block;
  padding: 0px 30px 24px 30px;
}

@media (max-width: 767px) {
  .common-pop .resp-tabs-container {
    padding: 0px 15px 24px 15px;
  }
}

.timeline-navigation {
  display: block;
  width: 366px;
  border-radius: 30px;
  border: 1px solid #c8e1c5;
  position: absolute;
  top: -15px;
  background: #f5fcf7;
  text-align: center;
}

@media (max-width: 480px) {
  .timeline-navigation {
    width: 300px;
  }
}

.timeline-navigation .date-field {
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 30px;
  text-align: center;
  width: 167px;
  margin: auto;
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #61816a;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  border-left: 1px solid #c8e1c5;
  border-right: 1px solid #c8e1c5;
}

@media (max-width: 480px) {
  .timeline-navigation .date-field {
    width: 100px;
    font-size: 12px;
  }
}

.timeline-navigation .date-field:focus {
  outline: none;
}

.timeline-navigation .nav-bts {
  width: 99px;
  height: 30px;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  padding: 0;
  color: #61816a;
  position: absolute;
  top: 0;
  border: none;
  background: none;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.timeline-navigation .nav-bts.nav-prev {
  left: 0;
  border-radius: 30px 0px 0px 30px;
}

.timeline-navigation .nav-bts.nav-next {
  right: 0;
  border-radius: 0px 30px 30px 0px;
}

.timeline-navigation .nav-bts:hover {
  background: #0f4326;
  color: #FFF;
}

.timeline-wrapper {
  margin-top: 20px;
  border-top: 1px solid #c8e1c5;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
  position: relative;
}

.timeline-wrapper::before {
  height: 100%;
  display: block;
  background: #c8e1c5;
  width: 1px;
  content: '';
  position: absolute;
  top: 0;
  left: 100px;
}

.timeline-item {
  display: block;
  position: relative;
  padding: 15px 0px;
}

.timeline-item .head {
  display: block;
  position: relative;
  padding-left: 100px;
  height: 52px;
}

.timeline-item .head .when {
  display: block;
  width: 100px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: right;
  padding-right: 24px;
}

.timeline-item .head .when span {
  color: #61816a;
  font-size: 12px;
  font-weight: 500;
}

.timeline-item .head .when p {
  color: #61816a;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}

@media (max-width: 480px) {
  .timeline-item .head .when p {
    font-size: 12px;
  }
}

.timeline-item .head .category-head {
  display: block;
  position: relative;
  padding: 4px 0px 4px 32px;
}

.timeline-item .head .category-head:before {
  display: block;
  width: 9px;
  height: 9px;
  background: #1d5f2a;
  border-radius: 50%;
  left: -4px;
  top: 8px;
  content: '';
  position: absolute;
}

.timeline-item .head .category-head h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #1d5f2a;
}

@media (max-width: 480px) {
  .timeline-item .head .category-head h3 {
    font-size: 14px;
  }
}

.timeline-item .timeline-message {
  padding: 5px 40px 5px 40px;
  position: relative;
}

@media (max-width: 1200px) {
  .timeline-item .timeline-message {
    padding: 5px 30px 5px 30px;
  }
}

@media (max-width: 767px) {
  .timeline-item .timeline-message {
    padding: 5px 20px 5px 20px;
  }
}

.timeline-item .timeline-message > ul > li {
  display: block;
  border-top: 1px solid #c8e1c5;
  padding-bottom: 10px;
}

.timeline-item .timeline-message > ul > li:first-child {
  border-top: none;
}

.timeline-item .timeline-message .tagline {
  display: block;
  position: relative;
  padding: 25px 0px 15px 46px;
}

.timeline-item .timeline-message .tagline .cm-avatar {
  position: absolute;
  left: 0;
  top: 25px;
}

.timeline-item .timeline-message .tagline h5 {
  color: #707070;
  font-size: 12px;
  margin-bottom: 5px;
}

.timeline-item .timeline-message .tagline h5 span {
  font-weight: 600;
  color: #1d5f2a;
}

.timeline-item .timeline-message .tagline .time {
  color: #707070;
  font-size: 12px;
  font-weight: 500;
}

.timeline-item .timeline-message .msg-box {
  display: block;
  padding: 0px 0px 0px 46px;
}

.timeline-item .timeline-message .msg-box p {
  line-height: 20px;
  color: #61816a;
  font-size: 12px;
  font-weight: 500;
  word-break: break-word;
}

.cm-avatar {
  border-radius: 50px;
  display: block;
  width: 32px;
  height: 32px;
  background: #CCC;
  text-align: center;
  line-height: 32px;
  color: #FFF;
  font-weight: 500;
  font-size: 14px;
}

.cm-avatar.color1 {
  background: #BF84D8;
}

.cm-avatar.color2 {
  background: #F1BF4B;
}

.cm-avatar.color3 {
  background: #55D9C3;
}

.datepicker-panel > ul {
  width: 100%;
  padding-bottom: 0px;
  background: #145d31;
}

.datepicker-panel > ul[data-view="week"] {
  background: #FFF;
  padding-bottom: 0px;
}

.datepicker-panel > ul[data-view="week"] li {
  color: #145d31;
}

.datepicker-panel > ul[data-view="days"] {
  background: #FFF;
  padding-bottom: 0px;
}

.datepicker-panel > ul[data-view="days"] li {
  color: #145d31;
}

.datepicker-panel > ul[data-view="days"] li:hover {
  color: #FFF;
}

.datepicker-panel > ul > li {
  background-color: transparent;
  color: #FFF;
  line-height: 30px;
  background: none;
}

.datepicker-panel > ul > li[data-view="month current"] {
  padding-top: 2px;
  font-weight: 500;
}

.datepicker-panel > ul > li:hover {
  background: #0f4326;
}

.datepicker-top-left {
  border-color: #145d31;
}

.datepicker-top-left::after {
  border-bottom-color: #145d31;
}

.datepicker-top-left::before {
  border-bottom-color: #145d31;
}

.datepicker-top-right::after {
  border-bottom-color: #145d31;
}

.datepicker-top-right::before {
  border-bottom-color: #145d31;
}

.chosen-container {
  width: auto !important;
  min-width: 160px;
  max-width: 200px;
  border: 1px solid #a7d5ad;
  border-radius: 5px;
}

.chosen-container .chosen-results {
  margin: 0;
  padding: 0px 0px;
}

.chosen-container .chosen-results li {
  border-top: 1px solid #c8e1c5;
  font-size: 12px;
  font-weight: 500;
  display: block;
  padding: 10px 8px;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  background-image: none;
  border-radius: 5px 5px 0px 0px;
}

.chosen-container-single .chosen-single {
  line-height: 34px;
  height: 34px;
  background: none;
}

.chosen-container-single .chosen-drop {
  margin-top: 0;
}

.msg-display {
  display: block;
  padding-top: 20px;
  display: inline-block;
  position: relative;
  border-radius: 3px;
  background: #FFF;
  margin-top: 10px;
  line-height: 42px;
  padding: 0px 20px 0px 20px;
}

.msg-display p {
  font-weight: 500;
  font-size: 16px;
  color: #ef690f;
  margin: 0;
}

.assigned-vacancies {
  display: block;
  background: #FFF;
  padding: 20px;
  border-radius: 4px;
  max-height: 300px;
  overflow-y: auto;
  max-width: 280px;
}

.assigned-vacancies h5 {
  font-size: 18px;
  font-weight: 600;
}

.assigned-vacancies ul li {
  display: block;
  border-top: 1px dotted #ced2ce;
  padding: 10px 0px;
}

.assigned-vacancies ul li:first-child {
  border-top: none;
}

.assigned-vacancies ul .status-check {
  margin-top: 0;
  cursor: pointer;
}

.assigned-vacancies ul .status-check label {
  margin: 0;
}

.assigned-vacancies ul .status-check .custom-control-label::after, .assigned-vacancies ul .status-check .custom-control-label::before {
  top: 0px;
}

.cm-flie-upload {
  height: 42px;
  background: #FFF;
  line-height: 42px;
  border: 1px solid #f1f1f1;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
}

.cm-flie-upload .fl-upload {
  line-height: normal;
  height: 26px;
  padding: 0;
  border: none;
  line-height: 26px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  padding: 0px 10px;
}

.cm-flie-upload .fl-upload:focus {
  outline: none;
  border: none;
}

.cm-flie-upload .fl-upload:after {
  content: 'CHOOSE FILE';
  font-size: 10px;
  text-transform: uppercase;
  position: absolute;
  width: 98px;
  height: 28px;
  text-align: center;
  background: #e0f3e1;
  color: #000;
  display: block;
  top: 0;
  left: 8px;
  padding: 2px 0px;
  border-radius: 3px;
  font-weight: 600;
}

.pin-icon {
  width: 20px;
  height: 20px;
  background: #f9af35;
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  color: #000;
  position: relative;
  top: -2px;
  right: -5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}


.header-action .header-right {
  display: flex;
  align-items: center;
}


.header-action .header-right .last--login {
  color: #0b341b;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 8px 15px 8px 0px;
}
.custom--settings {
  display: inline-block;
    vertical-align: middle;
    background: #e0e4f3;
    color: #0b341b;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    margin-left: 0px;
    font-size: 20px;
    /* margin-right: 10px; */
}
.header-action .current-user .avatar  {
  overflow: unset !important;
}

.profile--box {
  display: none;
  width: 260px;
  top: 43px;
  left: -173px;
  background: #FFF;
  position: absolute;
  text-align: left;
  border-radius: 20px;
  padding: 25px;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.08);
  border: #f2f2f2 solid 1px;

}

.profile--box:after {
  content: '';
  background: #fff;
  width: 50px;
  height:30px;
  top: 0px;
  right: 20%;
  position: absolute;
  z-index: 1000;
 
}

.profile--box:before {
  content: '';
  background: #fff;
  width: 33px;
  height: 25px;
  border-radius: 100%;
  top: -6px;
  right: 21%;
  position: absolute;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.08);
  border: #f2f2f2 solid 1px;
}

.profile--box .user--details {
  font-size: 14px;
  font-weight: 700;
  display: block;
  line-height: 16px;
}

.profile--box .user--avatar img {
  width: 38px;
  height: 38px;
  object-fit: cover;
  border-radius: 100%;
}

.profile--box .profile--user {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 22px 0;
}

.profile--box .logo--out {
  display: block;
  background: #145d31;
  color: #FFF;
  font-weight: 700;
  font-size: 14px;
  height: 47px;
  width: 100%;
  text-align: center;
  margin: auto;
  line-height: 47px;
  border-radius: 5px;
  margin-top: 15px;
  cursor: pointer;
  text-decoration: none;
}



.settings--container {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 30px;  
  margin-top: 50px;
}
@media only screen and (max-width: 991px) {
  .settings--container {  
    grid-template-columns: 1fr;  
  }
}
 
.settings--container .settings-box {
  width: 100%;
  box-shadow: 0px 2px 6px -6px rgba(0,0,0,0.1)
}

.settings--container .settings-box h3 {
  font-size: 18px;
    margin: 0;
    padding: 20px 28px 16px 28px;
    background: #fff;
}
.settings--container .settings--description {
  display: flex;
  align-items: center;
  gap: 30px;
  border-top: 1px solid #ededf6;
  padding: 20px 28px 16px 28px;
  background: #fff;

}
.settings--container .settings--description h5 {
  font-size: 14px;
  font-weight: 700;
}

.settings--container .settings--description p {
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  color: #212921;
}
.go--button {

    display: inline-block;
    color: #FFF;
    background: #145d31;
    padding: 0px 18px;
    border-radius: 3px; 
    font-weight: 700;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    text-decoration: none;
    text-decoration: none;
}
.go--button:hover {
  color: #fff;
}

.login-page .login-form .login-input .login-proceed::before {
  color: #8fa890;
}
.login-page p {
color: #a0b5a6;
}
.login-page .login-left .login-bg {
  background: #145d31 !important;
}
