html, body {
  margin: 0;
  height: 100%;
}

.text-main-primary {
  border-color: #7c47bf;
  color: #7c47bf;
}

.color-prime {
  color: #7c47bf;
}

.text-red {
  color: #ff0000;
}

.landing-login-btn {
  background-color: #7c47bf;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  font-size: 18px;
}
.landing-login-btn:hover {
  background-color: #ffffff;
  color: #7c47bf;
}

.full-page:before, .full-page:after {
  content: none;
}

.content {
  min-height: calc(100vh - 123px) !important;
}
.content.landing-page-content {
  min-height: calc(100vh - 60px) !important;
  background-image: url(../img/full-screen-image-1.jpg);
  position: relative;
}

.error, .is-invalid, .card label.error {
  color: #ff0000;
}

.cursor-pointer {
  cursor: pointer;
}

.sidebar {
  position: fixed;
}

.sidebar .sidebar-wrapper {
  max-height: 100vh;
  padding-bottom: 10px;
}

.main-panel {
  overflow: visible;
}

.linked-card .card-header {
  background-color: #7c47bf !important;
}

.view-count {
  display: inline-block;
  padding: 10px 20px;
  background-color: #7c47bf !important;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
  border-radius: 12px;
}

.card-user .card-body {
  min-height: 180px;
}
.card-user .button-container a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.card-user .button-container a .material-symbols-outlined {
  font-size: 16px;
  margin-right: 5px;
}

.user-wrapper {
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  margin: 12px;
  padding: 12px;
  text-align: center;
  min-width: calc(25% - 24px);
}

.add-skill-group .btn {
  height: 40px;
}

.select2-container--default .select2-selection--multiple {
  min-height: 40px !important;
}

@media only screen and (min-width: 992px) {
  .card form [class*=col-] {
    padding: 6px 15px;
  }
}
select.form-control:not([size]):not([multiple]) {
  height: 40px;
}

.otp-text-box {
  border-radius: 4px;
  border: 1px solid #cccccc;
}

.filert-btn {
  background: #7c47bf;
  min-width: 130px;
  color: white;
}/*# sourceMappingURL=style.css.map */