.navbar-menu .navbar-nav .nav-link.active {
    background-color: rgba(63, 179, 117, 0.38);
}

.text-lg-right {
    text-align: right;
}

.icon-btn {
    font-size: 14px;
    vertical-align: middle;
}

.form-group {
    margin-top: 20px;
    margin-bottom: 20px;
}

.badge-status {
    font-size: 13px;
}

.bg-competency-heading {
    background-image: url(../images/img-competency-heading.png);
    background-size: cover;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.table-bordered {
    border-color: #375b48;
}

.table>thead {
    border-color: #375b48;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    background: rgba(55, 91, 72, 0.1);
}

.font-weight-bold {
    font-weight: bold;
}

.btn {
    font-weight: 600;
}

.card {
    border-color: #375b48;
}

.page-title-box {
    border-top: 1px solid #375b48;
    border-bottom: 2px solid #375b48;
}

table.dataTable tbody>tr.selected,
table.dataTable tbody>tr>.selected {
    background-color: rgba(200, 178, 242, 0.4)!important;
}

table.dataTable tbody tr.selected,
table.dataTable tbody th.selected,
table.dataTable tbody td.selected {
    color: #212529!important;
}

input[readonly], input[readonly]:focus {
    background: #d6dce19b;
}

.section-hero {
    min-height: 100vh;
    object-fit: cover;
}

.section-hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

.section-login-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

.counter-wrap .icon {
    margin-bottom: 10px;
}

.counter-wrap .text span {
    display: block;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
}

.counter-wrap .icon>span {
    font-size: 60px;
    color: #fff;
    line-height: 1;
}

.counter-wrap .text strong.number {
    font-weight: 600;
    font-size: 34px;
    color: #fff;
    line-height: 1;
}

.auth-bg {
    background-image: url(../images/img-login.jpg);
    background-position: center;
    background-size: cover;
}

.navbar-landing .navbar-nav .nav-item .nav-link {
    color: white;
}

.navbar-landing .navbar-nav .nav-item .nav-link:hover {
    color: rgb(255, 230, 4) !important;
}

.navbar-landing .navbar-nav .nav-item .nav-link.active {
    color: rgb(255, 230, 4)!important;
}

.main-nav {
    border: 1px solid #34b4c8;
}

.main-nav[class*=" ri-"], .main-nav [class^="ri-"] {
    color: white;
}

.nav-bottom {
    display: none;
}

.nav-bottom .nav-item {
    line-height: 1.3;
}

.nav-bottom .nav-item span {
    font-size: 13px;
    text-align: center;
    display: block;
    color: #375b48;
    font-weight: 600;
}

.nav-bottom .nav-bottom-center {
    background-color: #375b48;
    border: solid 2px white;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    justify-content: center;
    align-items: center;
    padding: 5px;
    margin-top: -90px;
    margin-bottom: -15px;
    color: white;
}

.nav-bottom .nav-bottom-center .nav-item {
    margin-top: 5px;
    margin-bottom: 10px;
}

.nav-bottom .nav-bottom-center .nav-item span {
    color: white;
}

.nav-bottom .nav-bottom-center .nav-item i {
    color: white;
    font-size: 20px;
}

.nav-bottom .nav-item i {
    font-size: 20px;
}

.select2-selection__rendered {
    min-width: 300px;
}

.td_action {
    width: 50px;
}

.bg-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    opacity: 0.7;
    background: linear-gradient(to right, #375b48 0%, #375b48 100%);
}

.bg-overlay-pattern {
    background-image: url(../images/img-landing-page.jpeg);
    background-color: transparent;
    background-position: center;
    background-size: cover;
    opacity: 0.3;
}

.navbar-landing.is-sticky {
    background-color: #375b48;
}

strong {
    line-height: normal;
}

table thead tr {
    background: #375b48;
    color: white;
}

table thead tr {
    border-color: white;
}

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

.subject-title {
    font-weight: 600;
}

.step-indicator {
  margin-top: 60px;
  padding: 0 40px;
}
.step,
.step-indicator {
  align-items: center;
  display: flex;
}
.step {
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.step-indicator .step-icon {
  background: #c2c2c2;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  position: relative;
  text-align: center;
  width: 50px;
}
.step.active .step-icon {
  background: #388e3c;
}
.step p {
  color: #c2c2c2;
  font-weight: 700;
  position: absolute;
  text-align: center;
}
.step-top p {
  top: -40px;
}
.step-bottom p {
  bottom: -60px;
}
.step.active p {
  color: #000;
}
.step.step2 p,
.step.step3 p {
  left: 50%;
  transform: translateX(-50%);
}
.indicator-line {
  background: #c2c2c2;
  flex: 1;
  height: 2px;
  width: 100%;
}
.indicator-line.active {
  background: #388e3c;
}
.flex-even {
  flex: 1;
}