@import url("https://fonts.googleapis.com/css2?family=Anonymous+Pro&family=Poppins:wght@300;400;500;600;700;800&display=swap");
/* width */

::-webkit-scrollbar {
  width: 6px;
}
/* Track */

::-webkit-scrollbar-track {
  background: #f3f5f6;
}
/* Handle */

::-webkit-scrollbar-thumb {
  background: rgba(38, 50, 56, 0.6);
  border-radius: 12px;
}
/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #5C656A;
}
html {
  height: 100%;
}
body {
  min-height: 100%;
}
#burgerMenu {
  display: none;
}
#burgerMenu:checked + .toggle {
  transition-duration: 0.5s;
  transform: rotate(180deg);
}
#burgerMenu:checked + .toggle .bars {
  position: absolute;
  transition-duration: 0.5s;
}
#burgerMenu:checked + .toggle #bar2 {
  transform: scaleX(0);
  transition-duration: 0.5s;
}
#burgerMenu:checked + .toggle #bar1 {
  width: 100%;
  transform: rotate(45deg);
  transition-duration: 0.5s;
}
#burgerMenu:checked + .toggle #bar3 {
  width: 100%;
  transform: rotate(-45deg);
  transition-duration: 0.5s;
}
#burgerMenu + .toggle {
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  transition-duration: 0.5s;
}
#burgerMenu + .toggle .bars {
  width: 100%;
  height: 4px;
  background-color: #263238;
  border-radius: 4px;
}
#burgerMenu + .toggle #bar2 {
  transition-duration: 0.8s;
}
#burgerMenu + .toggle #bar1 {
  width: 70%;
}
#burgerMenu + .toggle #bar3 {
  width: 70%;
}
body {
  font-family: "Poppins", sans-serif;
  color: #455a64;
}
body.image-bg {
  background: url("/images/pexels.jpg") no-repeat center;
  background-size: cover;
  margin: 0;
}
body.off-white,
body.admin,
body.portal {
  background-color: #f3f5f6;
  display: flex;
  flex-direction: column;
}
body.off-white .card,
body.admin .card,
body.portal .card {
  padding: 30px;
}
body.off-white .card.number,
body.admin .card.number,
body.portal .card.number {
  padding-top: 64px;
  padding-bottom: 48px;
}
body.off-white .card.chart,
body.admin .card.chart,
body.portal .card.chart {
  padding-bottom: 15px;
}
section {
  position: relative;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 575px) {
  section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
section.page-content {
  padding-top: 36px;
  padding-bottom: 36px;
}
section.page-content .row {
  margin-bottom: 1.2em;
}
section.page-content form .row {
  margin-bottom: 1.65em;
}
@media only screen and (max-width: 575px) {
  section.page-content form .row {
    margin-bottom: 0.5rem;
  }
}
section.page-content header.row {
  margin-bottom: 1.2em;
  margin-top: 2.25em;
}
section.page-content header h3 {
  margin-bottom: 0.25em;
}
section.page-content header p:last-child {
  margin-bottom: 0;
}
section.top-scorers {
  padding-bottom: 0;
}
.admin section.page-content form .row {
  margin-bottom: 0.75em;
}
.lead {
  font-size: 20px;
  line-height: 1.65em;
  font-weight: 300;
  margin-bottom: 1em;
}
.lead:first-child {
  margin-bottom: 0.5em;
}
.intro {
  font-size: clamp(1rem, 2vw, 20px);
  margin-bottom: 2rem;
}
@media only screen and (max-width: 575px) {
  .intro {
    margin-bottom: 1rem;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  color: #253746;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
h1 {
  font-size: 48px;
}
@media only screen and (max-width: 575px) {
  h1 {
    font-size: 2rem;
  }
}
h2 {
  font-size: 36px;
  margin-bottom: 0.65em;
}
h3 {
  font-size: 24px;
  margin-bottom: 0.85em;
}
.btn {
  padding: 15px 24px 13px;
  text-decoration: none;
  margin: 3px 3px 3px 0;
  border-radius: 8px;
  transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, border-color 0.25s ease-in-out;
  outline: none;
}
.btn .fas,
.btn .far {
  opacity: 0.65;
  font-size: 14px;
  transition: opacity 0.25s ease;
}
.btn .fas:first-child,
.btn .far:first-child {
  margin-right: 8px;
}
.btn .fas:last-child,
.btn .far:last-child {
  margin-left: 8px;
}
.btn:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
}
.btn:hover .fas,
.btn:hover .far {
  opacity: 1;
}
.btn.btn-primary {
  color: #fff;
  font-weight: 700;
  background: #fa4616;
  border-color: #fa4616;
}
.btn.btn-primary svg {
  fill: #fff;
}
.btn.btn-primary:is(:hover, :active) {
  background: #ec3605;
  border-color: #ec3605;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.24);
}
.btn.btn-outline-primary {
  color: #2979FF;
  font-weight: 400;
  background: #fff;
  border-color: #CFD8DC;
}
.btn.btn-outline-primary:is(:hover, :active) {
  background: #ec3605;
  border-color: #ec3605;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.24);
  color: #fff;
}
.btn.btn-secondary {
  background: #fff;
  border-color: rgba(41, 121, 255, 0.239);
  color: #fa4616;
}
.btn.btn-secondary:is(:hover, :active) {
  background: #fff;
  border-color: #fa4616;
  color: #fa4616;
}
.btn.btn-accent {
  background: #fff;
  border-color: rgba(41, 121, 255, 0.239);
  color: #FD9125;
}
.btn.btn-accent:is(:hover, :active) {
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.09);
}
.btn.btn-link {
  text-decoration: underline;
}
.btn.btn-link:hover {
  box-shadow: none;
}
.btn.btn-link:focus {
  box-shadow: none;
}
@media (max-width: 500px) {
  .btn {
    width: auto;
  }
}
.form-control,
.form-select,
form .form-control,
form .form-select {
  border-radius: 8px;
  border-color: #CFD8DC;
  padding: 14px 20px;
  height: auto;
  color: #455a64;
}
.form-control:focus,
.form-select:focus,
form .form-control:focus,
form .form-select:focus {
  border-color: #cfd8dc !important;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.08) !important;
  outline: none;
}
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
form .form-control::-webkit-input-placeholder,
form .form-select::-webkit-input-placeholder {
  color: #aebfc7;
}
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
form .form-control::-moz-placeholder,
form .form-select::-moz-placeholder {
  color: #aebfc7;
}
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
form .form-control:-ms-input-placeholder,
form .form-select:-ms-input-placeholder {
  color: #aebfc7;
}
.form-control::-ms-input-placeholder,
.form-select::-ms-input-placeholder,
form .form-control::-ms-input-placeholder,
form .form-select::-ms-input-placeholder {
  color: #aebfc7;
}
.form-control::placeholder,
.form-select::placeholder,
form .form-control::placeholder,
form .form-select::placeholder {
  color: #aebfc7;
}
.form-control.date,
.form-select.date,
form .form-control.date,
form .form-select.date {
  padding: 14px 20px;
}
.form-control.date::-webkit-datetime-edit,
.form-select.date::-webkit-datetime-edit,
form .form-control.date::-webkit-datetime-edit,
form .form-select.date::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form.form-inline .form-control,
form.form-inline .form-control {
  padding: 14px 20px 15px;
}
.form .subheading,
form .subheading {
  padding-top: 24px;
}
.form .actions,
form .actions {
  margin-top: 40px;
}
.form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 48px !important;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) center;
  background-size: 16px 12px;
}
.search_box {
  position: relative;
}
.search_box input[type="text"] {
  padding-right: 38px;
}
.search_box .submit-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search_box .submit-box input {
  font-size: 0;
  padding: 0;
  border: 0;
  background: transparent;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.search_box .submit-box i {
  color: #fa4616;
  font-size: 14px;
  position: relative;
  z-index: 1;
}
.tooltip {
  margin-bottom: 5px;
  top: 0;
  opacity: 1;
}
.tooltip .arrow:before {
  border-top-color: #263238;
}
.tooltip.show {
  opacity: 1;
}
.tooltip .tooltip-inner {
  --bs-tooltip-max-width: 50vw;
  padding: 16px 24px;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  background: #263238;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.16);
}
.navbar {
  margin-left: 280px;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media only screen and (max-width: 1199px) {
  .navbar {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .navbar .admin-menu-mobile {
    display: none;
  }
}
nav.navbar {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  padding: 24px 0;
}
nav.navbar .inner .admin-nav {
  overflow-y: auto;
}
nav.navbar .inner .admin-nav::-webkit-scrollbar {
  width: 0;
}
nav.navbar .inner .admin-nav .nav-item.update .nav-link .nav-icon {
  position: relative;
}
nav.navbar .inner .admin-nav .nav-item.update .nav-link .nav-icon:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  border: solid 3px #ffffff;
  background: #fa4616;
  top: -7px;
  right: -7px;
  position: absolute;
}
nav.navbar .inner .admin-nav .nav-item.update .nav-link.active .nav-icon:before {
  border-color: #f3f5f6;
}
nav.navbar .inner .admin-nav .nav-item .nav-link {
  color: #263238;
  padding: 8px 0;
}
@media only screen and (max-width: 1199px) {
  nav.navbar .inner .admin-nav .nav-item .nav-link {
    color: #000 !important;
  }
}
nav.navbar .inner .admin-nav .nav-item .nav-link .nav-icon {
  width: 14px;
  height: 14px;
  display: inline-block;
  line-height: 0;
  position: relative;
  top: -1px;
  margin-right: 6px;
  fill: #263238;
  opacity: 0.56;
}
nav.navbar .inner .admin-nav .nav-item .nav-link .nav-icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
nav.navbar .inner .admin-nav .nav-item .nav-link .nav-icon path {
  fill: #263238;
  opacity: 0.56;
  transition: all ease-in-out 0.24s;
}
@media only screen and (max-width: 1199px) {
  nav.navbar .inner .admin-nav .nav-item .nav-link .nav-icon path {
    fill: #000;
  }
}
nav.navbar .inner .admin-nav .nav-item .nav-link:hover .nav-icon path {
  opacity: 1;
}
nav.navbar .inner .admin-nav .nav-item .nav-link.logoff {
  color: #fa4616;
}
nav.navbar .inner .admin-nav .nav-item .nav-link.logoff .nav-icon path {
  fill: #fa4616;
}
nav.navbar .inner .admin-nav .nav-item .nav-link.active {
  color: #fa4616;
}
nav.navbar .inner .admin-nav .nav-item .nav-link.active .nav-icon {
  fill: #fa4616;
  opacity: 1;
}
nav.navbar .inner .admin-nav .nav-item .nav-link.active .nav-icon path {
  fill: #fa4616;
  opacity: 1;
}
nav.navbar .inner .admin-nav .nav-item.has-sub .nav-link {
  color: #263238;
}
nav.navbar .inner .admin-nav .nav-item.has-sub .nav-link .nav-icon path {
  fill: #263238;
}
nav.navbar .inner .admin-nav .nav-item.has-sub .nav-link.active {
  color: #fa4616;
}
nav.navbar .inner .admin-nav .nav-item.has-sub .nav-link.active .nav-icon path {
  fill: #fa4616;
}
nav.navbar .inner .admin-nav .nav-item.has-sub .subitem {
  padding: 4px 24px;
  font-size: 16px;
  font-weight: 400;
  opacity: 0.72;
  transition: all ease-in-out 0.24s;
}
nav.navbar .inner .admin-nav .nav-item.has-sub .subitem.active,
nav.navbar .inner .admin-nav .nav-item.has-sub .subitem:hover {
  color: #fa4616;
  opacity: 1;
}
nav.navbar .inner .admin-nav .nav-item.has-sub .subitem:last-child {
  margin-bottom: 8px;
}
nav.navbar .nav-item.has-sub.active .nav-link .nav-icon use,
nav.navbar .nav-item.has-sub.active .nav-link .nav-icon path {
  fill: #fa4616;
  opacity: 1;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  nav.navbar {
    padding: 0;
  }
  nav.navbar .navbar-collapse .inner {
    flex-direction: column;
    padding: 0.5em 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  nav.navbar .navbar-collapse .inner {
    display: flex;
    flex-direction: row;
    padding-top: 1.5em;
  }
  nav.navbar .navbar-collapse .inner .navbar-nav {
    align-self: flex-start;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    text-align: right;
  }
  nav.navbar .navbar-collapse .inner .navbar-nav.admin-nav {
    text-align: left;
  }
}
@media only screen and (max-width: 1199px) {
  nav.navbar .navbar-collapse .inner .navbar-nav.admin-nav .user-info {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  nav.navbar .inner {
    margin-left: auto;
  }
  nav.navbar .inner .admin-nav {
    background: #ffffff;
    position: fixed;
    left: 0;
    top: 0;
    width: 280px;
    height: 100%;
    padding: 24px;
    flex-direction: column;
  }
  nav.navbar .inner .admin-nav .user-info {
    text-align: center;
    margin-top: 32px;
    margin-bottom: 40px;
  }
  nav.navbar .inner .admin-nav .user-info .profile-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 24px auto;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.16);
  }
  nav.navbar .inner .admin-nav .user-info .profile-image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  nav.navbar .inner .admin-nav .user-info small {
    font-size: 14px;
    color: #263238;
    opacity: 0.65;
  }
  nav.navbar .inner .admin-nav .user-info .profile-name {
    color: #263238;
    font-weight: 600;
    font-size: 16px;
  }
  nav.navbar .inner .admin-nav .divider {
    display: block;
    height: 1px;
    width: 100%;
    background: transparent;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  nav.navbar .inner .admin-nav .nav-item {
    margin-right: -24px;
  }
  nav.navbar .inner .admin-nav .nav-item.update .nav-link .nav-icon:before {
    border: solid 3px #263238;
  }
  nav.navbar .inner .admin-nav .nav-item.update .nav-link.active .nav-icon:before {
    border-color: #f3f5f6;
  }
  nav.navbar .inner .admin-nav .nav-item .nav-link {
    color: #263238;
    padding: 15px 24px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.15em;
  }
  nav.navbar .inner .admin-nav .nav-item .nav-link .nav-icon path {
    fill: #263238;
  }
  nav.navbar .inner .admin-nav .nav-item .nav-link.active {
    background: #f3f5f6;
    border-radius: 24px 0 0 24px;
    position: relative;
  }
  nav.navbar .inner .admin-nav .nav-item .nav-link.active:before,
  nav.navbar .inner .admin-nav .nav-item .nav-link.active:after {
    -webkit-mask: url(/images/nav-bendedcorner.svg) no-repeat 50% 50%;
    mask: url(/images/nav-bendedcorner.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    content: "";
    height: 13px;
    width: 13px;
    line-height: 0;
    position: absolute;
    right: 0;
    background-color: #f3f5f6;
  }
  nav.navbar .inner .admin-nav .nav-item .nav-link.active:before {
    top: -12px;
    rotate: 90deg;
  }
  nav.navbar .inner .admin-nav .nav-item .nav-link.active:after {
    bottom: -12px;
  }
  nav.navbar .inner .admin-nav .nav-item .nav-link.active .nav-icon path {
    fill: #fa4616;
    opacity: 1;
  }
  nav.navbar .inner .admin-nav .nav-item.has-sub {
    border-radius: 24px 0 0 24px;
    position: relative;
  }
  nav.navbar .inner .admin-nav .nav-item.has-sub.active {
    background: #f3f5f6;
  }
  nav.navbar .inner .admin-nav .nav-item.has-sub.active .subitem {
    font-size: 14px;
    height: auto;
    width: auto;
    margin-bottom: 8px !important;
  }
  nav.navbar .inner .admin-nav .nav-item.has-sub.active .nav-link {
    color: #fa4616;
  }
  nav.navbar .inner .admin-nav .nav-item.has-sub.active .nav-link .nav-icon path {
    fill: #fa4616;
  }
  nav.navbar .inner .admin-nav .nav-item.has-sub.active:after {
    opacity: 1;
  }
  nav.navbar .inner .admin-nav .nav-item.has-sub:after {
    -webkit-mask: url(/images/nav-bendedcorner.svg) no-repeat 50% 50%;
    mask: url(/images/nav-bendedcorner.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    content: "";
    height: 13px;
    width: 13px;
    line-height: 0;
    position: absolute;
    right: 0;
    bottom: -12px;
    background-color: #f3f5f6;
    opacity: 0;
  }
  nav.navbar .inner .admin-nav .nav-item.has-sub .subitem {
    padding: 8px 24px 8px 48px;
    color: #fa4616;
    font-size: 0;
    height: 0;
    width: 0;
    margin-bottom: 0 !important;
  }
  nav.navbar .inner .admin-nav .nav-item.has-sub .nav-link.active {
    background: transparent;
  }
  nav.navbar .inner .admin-nav .nav-item.has-sub .nav-link.active:after {
    display: none;
  }
  nav.navbar .inner .admin-nav .nav-item.has-sub .nav-link.active.subitem {
    font-size: 14px;
    height: auto;
    width: auto;
    margin-bottom: 8px !important;
  }
  nav.navbar .inner .admin-nav .nav-item.has-sub .nav-link:first-child {
    padding-bottom: 6px;
  }
}
nav.navbar .navbar-toggler {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border-color: #DEDFE0;
  color: #fa4616;
  text-align: center;
  line-height: 0;
  padding: 0;
}
nav.navbar .navbar-toggler:focus {
  --bs-navbar-toggler-focus-width: #fa4616;
  outline: none;
  box-shadow: 0 0 2px 1px var(--bs-navbar-toggler-focus-width);
}
nav.navbar .navbar-brand {
  min-height: 54px;
  display: flex;
}
nav.navbar .navbar-brand img {
  height: auto;
  max-width: 225px;
  align-self: center;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  nav.navbar .navbar-brand img {
    max-width: 110px;
  }
}
nav.navbar .navbar-nav .nav-item {
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 1200px) {
  nav.navbar .navbar-nav .nav-item {
    margin-right: 24px;
  }
  nav.navbar .navbar-nav .nav-item:last-child {
    margin-right: 0;
  }
}
nav.navbar .navbar-nav .nav-item .nav-link {
  font-size: 18px;
  font-weight: 500;
  color: #253746;
  line-height: 1.78em;
}
nav.navbar .navbar-nav .nav-item .nav-link.active {
  color: #fa4616;
}
nav.navbar .navbar-nav .nav-item .dropdown-toggle {
  text-decoration: none;
}
nav.navbar .navbar-nav .nav-item .dropdown-toggle[id="navbarDropdownMenuLink2"]:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-align: center;
  vertical-align: 1px;
  color: #fa4616;
  font-size: 12px;
  border: none;
}
nav.navbar .navbar-nav .dropdown .form-inline select {
  padding-right: 50px;
  -moz-padding-end: 50px;
}
.expanded-navs {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .expanded-navs {
    position: absolute;
    right: 0;
    top: 0;
  }
}
.expanded-navs .user-nav,
.expanded-navs .languageselector {
  display: flex;
  align-self: center;
}
.expanded-navs .user-nav .dropdown-menu,
.expanded-navs .languageselector .dropdown-menu {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  border: none;
  padding: 16px 24px;
}
.expanded-navs .user-nav .dropdown-menu .dropdown-item,
.expanded-navs .languageselector .dropdown-menu .dropdown-item {
  padding: 6px 12px;
  font-weight: 400;
  color: #263238;
  font-size: 16px;
}
.expanded-navs .user-nav .dropdown-menu .dropdown-item.active,
.expanded-navs .languageselector .dropdown-menu .dropdown-item.active {
  padding: 4px 10px;
  color: #fa4616;
  background: #f3f5f6;
  border: solid 1px #cfd8dc;
  border-radius: 5px;
}
.expanded-navs .user-nav .dropdown-menu .dropdown-item:hover,
.expanded-navs .languageselector .dropdown-menu .dropdown-item:hover {
  background: rgba(243, 245, 246, 0.5);
  border-radius: 5px;
  color: #fa4616;
}
.expanded-navs .user-nav .dropdown-menu .dropdown-item.logoff,
.expanded-navs .languageselector .dropdown-menu .dropdown-item.logoff {
  color: #fa4616;
}
.expanded-navs .user-nav.dropdown .dropdown-toggle {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  position: relative;
  margin-right: 34px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .expanded-navs .user-nav.dropdown .dropdown-toggle {
    margin-right: 24px;
  }
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .expanded-navs .user-nav.dropdown .dropdown-toggle {
    margin-right: 16px;
  }
}
.expanded-navs .user-nav.dropdown .dropdown-toggle:hover {
  text-decoration: none;
}
.expanded-navs .user-nav.dropdown .dropdown-toggle:focus {
  outline: none;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .expanded-navs .user-nav.dropdown .dropdown-toggle {
    width: 54px;
    height: 54px;
  }
}
.expanded-navs .user-nav.dropdown .dropdown-toggle:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-align: center;
  padding-top: 1px;
  color: #fff;
  font-size: 10px;
  margin-left: -12px;
  background: #fa4616;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  border: none;
}
.expanded-navs .user-nav.dropdown .dropdown-toggle img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
}
.expanded-navs .dropdown-toggle:focus {
  outline: none;
}
.expanded-navs .languageselector a {
  font-weight: 700;
  font-size: 18px;
  color: #263238;
  line-height: 1.78em;
}
.expanded-navs .languageselector .dropdown-toggle:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-align: center;
  vertical-align: 1px;
  color: #fa4616;
  font-size: 12px;
  border: none;
}
.expanded-navs .languageselector .dropdown-menu {
  padding: 0;
  border: solid 1px #0000000F;
  overflow: hidden;
}
.expanded-navs .languageselector .dropdown-menu .dropdown-item.active {
  border-radius: 0;
  border-color: #f3f5f6;
}
.expanded-navs .languageselector .dropdown-menu .dropdown-item:hover {
  border-radius: 0;
  background: rgba(243, 245, 246, 0.5);
}
.dropdown .dropdown-menu {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  padding: 0;
  border: solid 1px #0000000F;
  overflow: hidden;
}
.dropdown .dropdown-menu .dropdown-item {
  padding: 6px 12px;
  font-weight: 400;
  color: #263238;
  font-size: 16px;
  text-decoration: none;
}
.dropdown .dropdown-menu .dropdown-item.active {
  padding: 4px 10px;
  color: #fa4616;
  background: #f3f5f6;
  border: 0;
  border-radius: 0;
}
.dropdown .dropdown-menu .dropdown-item:hover {
  border-radius: 0;
  background: rgba(243, 245, 246, 0.5);
  color: #fa4616;
}
.centered-box {
  min-width: 100vw;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  align-items: center;
}
.centered-box .row {
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.centered-box .validation-summary-errors {
  border-radius: 0;
  border-left: none;
  border-right: none;
}
.centered-box .validation-summary-errors ul {
  padding-left: 20px;
}
.centered-box .centered-box-content {
  background: #ffffff;
  background: linear-gradient(to bottom left, rgba(255, 255, 255, 0.85), #fff);
  padding: 60px 40px 40px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
}
.centered-box .centered-box-content header {
  margin-bottom: 24px;
}
.centered-box .centered-box-content header img {
  margin-bottom: 50px;
}
.centered-box .centered-box-content header img.illustration {
  margin-bottom: 35px;
}
.centered-box .centered-box-content header img.avatar {
  margin-bottom: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
  border-radius: 50%;
}
.centered-box .centered-box-content header h4 {
  margin-bottom: 25px;
}
@media only screen and (max-width: 575px) {
  .centered-box .centered-box-content header h4 {
    word-break: break-word;
  }
}
.centered-box .centered-box-content main .input {
  margin-bottom: 15px;
  position: relative;
}
.centered-box .centered-box-content main .input input {
  width: 100%;
  font-size: 15px;
}
.centered-box .centered-box-content main button.btn {
  margin-top: 15px;
  width: 100%;
  text-align: left;
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.centered-box .centered-box-content main button.btn:before {
  font-size: 12px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  top: 0;
  right: 25px;
}
.centered-box .centered-box-content main button.btn:hover:before,
.centered-box .centered-box-content main button.btn:focus:before {
  color: #fff;
}
.centered-box .centered-box-content main .button {
  margin-bottom: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.centered-box .centered-box-content main .button a.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding-right: 65px;
  padding-left: 65px;
}
.centered-box .centered-box-content main p {
  text-align: center;
  margin-bottom: 45px;
}
.centered-box .centered-box-content footer p {
  margin: 0;
  padding: 0 0 10px 0;
}
.centered-box .centered-box-content footer p a {
  text-decoration: underline;
  color: #fa4616;
}
.centered-box .centered-box-content footer p a:hover,
.centered-box .centered-box-content footer p a:focus {
  text-decoration: none;
}
.centered-box .centered-box-content footer span {
  font-weight: 300;
  opacity: 0.5;
  display: block;
  margin-top: 15px;
  width: 100%;
}
.centered-box .centered-box-content table {
  margin-top: 35px;
  margin-bottom: 35px;
}
.centered-box .centered-box-content table thead h4 {
  margin-bottom: 25px;
}
.centered-box .centered-box-content table tbody td {
  color: #455a64;
}
.centered-box .centered-box-content table td {
  border: none;
  padding: 0;
}
.centered-box a.back {
  font-size: 15px;
  margin-top: 50px;
  display: inline-block;
  text-decoration: underline;
  color: #253746;
}
.centered-box a.back:hover,
.centered-box a.back:focus {
  text-decoration: none;
}
@media (max-width: 991px) {
  .centered-box a.back {
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  .centered-box form {
    padding: 30px 20px 20px;
    width: 100%;
  }
  .centered-box form header img {
    margin-bottom: 25px;
  }
  .centered-box form main .button a.btn {
    padding-right: 25px;
    padding-left: 25px;
  }
  .centered-box form .validation-summary-errors {
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px 15px;
  }
}
.shadow {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
}
.rounded {
  border-radius: 8px;
}
.card {
  padding: 64px 48px;
  margin-top: 15px;
  margin-bottom: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  border: none;
}
.card.license {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .card.license {
    flex-direction: column;
  }
}
.card.profile-info {
  text-align: center;
  padding: 48px 40px 40px !important;
}
.card.profile-info header {
  margin-bottom: 1.5em;
}
.card.profile-info header h2 {
  font-size: 30px;
  margin-bottom: 0.25em;
}
.card.profile-info .profile-img {
  height: 128px;
  width: 128px;
  overflow: hidden;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5rem;
  padding: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
}
.card.profile-info .profile-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.card.profile-info p:last-child {
  margin-bottom: 0;
}
.card.points {
  padding: 30px;
}
.card.points .total-points {
  color: #fa4616;
  font-weight: 800;
  font-size: 36px;
  line-height: 1em;
  margin-top: 0.25em;
}
.card header {
  background: none;
  padding: 0;
  margin: 0;
  border: 0;
}
.card header h1,
.card header h2,
.card header h3 {
  margin: 0;
  margin-bottom: 0.65em !important;
  line-height: 1em;
}
.card header .lead {
  font-size: 16px;
  line-height: 1em;
  color: #9ca7ad;
}
.card.number {
  text-align: center;
}
.card.number .the-number {
  color: #fa4616;
  margin: 0 0 0.5em;
  font-weight: 100;
  line-height: 1em;
}
@media only screen and (max-width: 575px) {
  .card.number .the-number {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .card.number .the-number {
    font-size: 46px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .card.number .the-number {
    font-size: 52px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .card.number .the-number {
    font-size: 58px;
  }
}
@media only screen and (min-width: 1200px) {
  .card.number .the-number {
    font-size: 64px;
  }
}
@media only screen and (max-width: 575px) {
  .card.number .the-number {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .card.number .the-number {
    font-size: 46px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .card.number .the-number {
    font-size: 52px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .card.number .the-number {
    font-size: 58px;
  }
}
@media only screen and (min-width: 1200px) {
  .card.number .the-number {
    font-size: 64px;
  }
}
.card.unique-code {
  padding-top: 20px !important;
  padding-bottom: 0px !important;
  display: block;
  text-align: left;
}
.card.unique-code .col-lg-2 {
  text-align: center;
}
.card.unique-code .col-lg-2 h3 {
  font-weight: 400;
}
.card.unique-code button.copy {
  border: 0;
  background: none;
  outline: 0;
}
.card.unique-code button.copy i {
  display: block;
  font-weight: 500;
  color: #fa4616;
  font-size: 24px;
}
a {
  transition: 0.15s all ease;
}
.breadcrumb {
  border-radius: 0;
  padding: 24px 0;
  background: transparent;
  color: #455a64;
  margin-bottom: 0;
  flex-flow: row nowrap;
}
.breadcrumb .breadcrumb-item {
  flex-shrink: 0;
}
.breadcrumb .breadcrumb-item:before {
  color: #263238;
  font-weight: 100;
}
.breadcrumb .breadcrumb-item:first-child {
  font-weight: 700 !important;
}
.breadcrumb .breadcrumb-item a {
  text-decoration: none;
  color: #455a64;
  font-weight: 700;
}
.breadcrumb .breadcrumb-item a:hover {
  color: #fa4616;
  text-decoration: underline;
}
.breadcrumb .breadcrumb-item.active {
  color: #455a64;
  font-weight: 300;
  text-overflow: ellipsis;
  flex-shrink: 1;
  overflow: hidden;
  white-space: nowrap;
}
header.with-actions {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  header.with-actions {
    flex-direction: column;
  }
}
header.with-actions h1,
header.with-actions h2,
header.with-actions h3,
header.with-actions h4 {
  align-self: flex-start;
}
header.with-actions .actions {
  align-self: center;
  text-align: right;
  margin: 0;
  padding: 0;
  display: flex;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  header.with-actions .actions {
    align-self: flex-start;
  }
}
header.with-actions .actions .action-item {
  list-style-type: none;
  padding-right: 10px;
}
header.with-actions .actions .action-item::after {
  content: "/";
  margin-left: 8px;
  color: #cfd8dc;
  font-weight: 300;
}
header.with-actions .actions .action-item:last-child {
  padding-right: 0;
}
header.with-actions .actions .action-item:last-child::after {
  display: none;
}
form.debit-points {
  margin-bottom: 0;
  margin-top: 1.25em;
}
form.debit-points .form-actions {
  margin-top: 1em;
}
form .row {
  margin-left: -10px;
  margin-right: -10px;
}
form .row:not(:last-of-type) {
  margin-bottom: 12px;
}
form .row .col,
form .row .col-1,
form .row .col-10,
form .row .col-11,
form .row .col-12,
form .row .col-2,
form .row .col-3,
form .row .col-4,
form .row .col-5,
form .row .col-6,
form .row .col-7,
form .row .col-8,
form .row .col-9,
form .row .col-auto,
form .row .col-lg,
form .row .col-lg-1,
form .row .col-lg-10,
form .row .col-lg-11,
form .row .col-lg-12,
form .row .col-lg-2,
form .row .col-lg-3,
form .row .col-lg-4,
form .row .col-lg-5,
form .row .col-lg-6,
form .row .col-lg-7,
form .row .col-lg-8,
form .row .col-lg-9,
form .row .col-lg-auto,
form .row .col-md,
form .row .col-md-1,
form .row .col-md-10,
form .row .col-md-11,
form .row .col-md-12,
form .row .col-md-2,
form .row .col-md-3,
form .row .col-md-4,
form .row .col-md-5,
form .row .col-md-6,
form .row .col-md-7,
form .row .col-md-8,
form .row .col-md-9,
form .row .col-md-auto,
form .row .col-sm,
form .row .col-sm-1,
form .row .col-sm-10,
form .row .col-sm-11,
form .row .col-sm-12,
form .row .col-sm-2,
form .row .col-sm-3,
form .row .col-sm-4,
form .row .col-sm-5,
form .row .col-sm-6,
form .row .col-sm-7,
form .row .col-sm-8,
form .row .col-sm-9,
form .row .col-sm-auto,
form .row .col-xl,
form .row .col-xl-1,
form .row .col-xl-10,
form .row .col-xl-11,
form .row .col-xl-12,
form .row .col-xl-2,
form .row .col-xl-3,
form .row .col-xl-4,
form .row .col-xl-5,
form .row .col-xl-6,
form .row .col-xl-7,
form .row .col-xl-8,
form .row .col-xl-9,
form .row .col-xl-auto {
  padding-left: 10px;
  padding-right: 10px;
}
form .row .col.with-helper,
form .row .col-1.with-helper,
form .row .col-10.with-helper,
form .row .col-11.with-helper,
form .row .col-12.with-helper,
form .row .col-2.with-helper,
form .row .col-3.with-helper,
form .row .col-4.with-helper,
form .row .col-5.with-helper,
form .row .col-6.with-helper,
form .row .col-7.with-helper,
form .row .col-8.with-helper,
form .row .col-9.with-helper,
form .row .col-auto.with-helper,
form .row .col-lg.with-helper,
form .row .col-lg-1.with-helper,
form .row .col-lg-10.with-helper,
form .row .col-lg-11.with-helper,
form .row .col-lg-12.with-helper,
form .row .col-lg-2.with-helper,
form .row .col-lg-3.with-helper,
form .row .col-lg-4.with-helper,
form .row .col-lg-5.with-helper,
form .row .col-lg-6.with-helper,
form .row .col-lg-7.with-helper,
form .row .col-lg-8.with-helper,
form .row .col-lg-9.with-helper,
form .row .col-lg-auto.with-helper,
form .row .col-md.with-helper,
form .row .col-md-1.with-helper,
form .row .col-md-10.with-helper,
form .row .col-md-11.with-helper,
form .row .col-md-12.with-helper,
form .row .col-md-2.with-helper,
form .row .col-md-3.with-helper,
form .row .col-md-4.with-helper,
form .row .col-md-5.with-helper,
form .row .col-md-6.with-helper,
form .row .col-md-7.with-helper,
form .row .col-md-8.with-helper,
form .row .col-md-9.with-helper,
form .row .col-md-auto.with-helper,
form .row .col-sm.with-helper,
form .row .col-sm-1.with-helper,
form .row .col-sm-10.with-helper,
form .row .col-sm-11.with-helper,
form .row .col-sm-12.with-helper,
form .row .col-sm-2.with-helper,
form .row .col-sm-3.with-helper,
form .row .col-sm-4.with-helper,
form .row .col-sm-5.with-helper,
form .row .col-sm-6.with-helper,
form .row .col-sm-7.with-helper,
form .row .col-sm-8.with-helper,
form .row .col-sm-9.with-helper,
form .row .col-sm-auto.with-helper,
form .row .col-xl.with-helper,
form .row .col-xl-1.with-helper,
form .row .col-xl-10.with-helper,
form .row .col-xl-11.with-helper,
form .row .col-xl-12.with-helper,
form .row .col-xl-2.with-helper,
form .row .col-xl-3.with-helper,
form .row .col-xl-4.with-helper,
form .row .col-xl-5.with-helper,
form .row .col-xl-6.with-helper,
form .row .col-xl-7.with-helper,
form .row .col-xl-8.with-helper,
form .row .col-xl-9.with-helper,
form .row .col-xl-auto.with-helper {
  padding-right: 36px;
}
form.form-inline .form-group {
  padding-left: 5px;
  padding-right: 5px;
}
form.form-inline .form-group .form-label {
  font-weight: 300;
  padding-right: 8px;
  padding-left: 16px;
}
form.form-inline .form-group:first-child .form-label {
  padding-left: 0;
}
form.form-inline .btn {
  margin: 0;
  padding-bottom: 15px;
}
form label {
  color: #455a64;
  font-weight: bold;
}
form label.label-checkbox {
  font-weight: normal;
}
form label.with-helper {
  position: relative;
}
form label.with-helper .helper {
  position: absolute;
  right: 10px;
  top: 19px;
  color: #fa4616;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  form label.with-helper .helper {
    position: relative;
    right: auto;
    top: 0;
    left: 12px;
  }
}
form .col-form-label,
form .static {
  padding-top: 16px;
  color: #455a64;
  font-weight: 700;
}
form .form-select {
  width: 100%;
}
form .form-check {
  margin-bottom: 4px;
}
form .form-check:hover .form-check-label,
form .form-check:hover .form-check-input {
  cursor: pointer;
}
form .form-check .form-check-input {
  border-radius: 4px;
  border: solid 1px #cfd8dc;
  width: 20px;
  height: 20px;
}
form .form-check .form-check-label {
  font-weight: 400;
  padding-left: 12px;
  padding-top: 3px;
}
form .static {
  padding-left: 10px;
  padding-right: 10px;
}
form .form-control:focus {
  box-shadow: 0 5px 15px rgba(250, 70, 22, 0.12);
  border-color: #fa4616;
}
form .form-text {
  color: #9ca7ad;
  font-size: 14px;
}
form .form-text a {
  color: #9ca7ad;
}
form .form-text a:hover {
  color: #fa4616;
}
form .form-text.e-mail-helper {
  position: relative;
  top: 46px;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  form .form-text.e-mail-helper {
    top: 0;
  }
}
form .form-actions {
  margin-top: 36px;
}
form .strength {
  height: 0px;
  width: 100%;
  background: #ccc;
  margin-top: -7px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden;
  transition: height 0.3s;
}
form .strength span {
  width: 0px;
  height: 7px;
  display: block;
  transition: width 0.3s;
}
textarea.form-control {
  padding-top: 16px;
  padding-bottom: 16px;
}
.form-group.form-check {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}
.form-group.form-check .form-check-label {
  align-self: center;
}
.form-group .input-group.color .input-group-prepend {
  border: solid 1px #cfd8dc;
  height: 56px;
  width: 56px;
  background: #fff;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  position: relative;
  overflow: hidden;
}
.form-group .input-group.color .input-group-prepend .form-control {
  padding: 0;
  position: absolute;
  top: -10px;
  left: -10px;
  width: calc(120%);
  height: calc(120%);
}
/* Toggle Button */

.cb-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  border: 0;
  outline: 0;
  cursor: pointer;
  margin: 0 12px 0 0;
  /* To create surface of toggle button */

  /* Contents before checkbox to create toggle handle */

}
.cb-toggle:after {
  content: "";
  width: 64px;
  height: 36px;
  display: inline-block;
  background: #eaeeef;
  border-radius: 18px;
  clear: both;
  transition: all 0.45s ease;
  border: solid 1px #cfd8dc;
}
.cb-toggle:before {
  content: "";
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  left: 4px;
  top: 4px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.12);
  transition: all 0.15s ease-out;
}
.cb-toggle:checked:before {
  left: 32px;
}
.cb-toggle:checked:after {
  background: #00c853;
  border-color: #009f42;
}
.text-muted {
  color: #9ca7ad !important;
  font-size: 14px;
}
.form-control:disabled,
.form-control[readonly] {
  background: #f3f5f6;
  border-color: #CFD8DC;
}
.form-control:disabled:focus,
.form-control[readonly]:focus {
  background: #f3f5f6;
  border-color: #CFD8DC;
  box-shadow: none;
}
.share {
  display: flex;
  flex-wrap: wrap;
}
.share.card {
  text-align: center;
}
.share h3 {
  width: 100%;
  font-size: 24px;
}
.share .copy-link {
  height: 54px;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border: dashed 1px #cfd8dc;
  border-radius: 5px;
  overflow: hidden;
  align-self: center;
}
.share .copy-link button {
  display: block;
  width: 100%;
  background: transparent;
  border: none;
  text-align: left;
  color: #455a64;
  padding-left: 24px;
  padding-right: 64px;
  position: relative;
}
.share .copy-link button:focus,
.share .copy-link button:active {
  outline: 0;
}
.share .copy-link button:after {
  display: block;
  content: "\f0c5";
  position: absolute;
  top: 14px;
  right: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fa4616;
}
.pagination .page-item {
  display: flex;
  padding: 0 6px;
}
.pagination .page-item.active .page-link {
  border-radius: 50%;
  box-shadow: none;
  background: #fff;
  border: 1px solid #E4E6E7;
  font-weight: 700;
  color: #455a64;
  width: 48px;
  height: 48px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
}
.pagination .page-item.active .page-link i {
  color: #fa4616;
}
.pagination .page-item.active .page-link:is(:hover) {
  background-color: transparent;
  color: #fa4616;
}
.pagination .page-item .page-link {
  height: auto;
  width: auto;
  background: transparent;
  border-radius: 50%;
  border: 0;
  box-shadow: none;
  font-size: 14px;
  line-height: 48px;
  padding: 0;
  text-align: center;
  transition: background 0.25s ease;
  color: #455a64;
  text-decoration: none;
  align-self: center;
}
.pagination .page-item .page-link i {
  color: #fa4616;
}
.pagination .page-item .page-link:is(:hover) {
  background-color: transparent;
  color: #fa4616;
}
.admin .table.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.02);
}
.admin .table.table-striped tbody tr.table-info:nth-of-type(odd) {
  background-color: rgba(0, 184, 212, 0.09);
}
.admin .table.table-striped.table-hover tbody tr:hover {
  background-color: #fff;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
}
.admin .table.table-striped.table-hover tbody tr:hover:nth-of-type(odd) {
  background-color: #fff;
}
.admin .table.table-striped.table-hover tbody tr.table-info:hover {
  background-color: #a6f3ff;
}
.admin .table.table-striped.table-hover tbody tr.table-info:hover:nth-of-type(odd) {
  background-color: #a6f3ff;
}
.table {
  margin-bottom: 1.5em;
}
.table th,
.table td {
  border: 0;
  border-bottom: solid 1px #cfd8dc;
  padding: 16px 20px 15px;
  vertical-align: middle;
}
.table th.text-end,
.table td.text-end,
.table th.text-right,
.table td.text-right {
  text-align: right;
}
.table th.actions,
.table td.actions {
  text-align: right;
  min-width: 118px;
}
.table th.actions.buttons,
.table td.actions.buttons {
  padding-top: 9px;
  padding-bottom: 9px;
}
.table th.actions.buttons .btn,
.table td.actions.buttons .btn {
  width: 32px;
  height: 32px;
  padding: 0;
  text-align: center;
  line-height: 28px;
}
.table th.actions .divider,
.table td.actions .divider {
  color: #9ca7ad;
  margin-left: 8px;
  margin-right: 8px;
}
.table th.active-app,
.table td.active-app {
  width: 56px;
  text-align: center;
}
.table th.status p,
.table td.status p {
  margin-bottom: 0;
}
.table th.department p,
.table td.department p {
  margin-bottom: 0;
}
.table th.status,
.table td.status,
.table th.ratio,
.table td.ratio {
  font-size: 14px;
  vertical-align: middle;
  color: #9ca7ad;
}
.table th.status.danger,
.table td.status.danger,
.table th.ratio.danger,
.table td.ratio.danger {
  color: #a30000;
}
.table th.status.danger path,
.table td.status.danger path,
.table th.ratio.danger path,
.table td.ratio.danger path {
  fill: #a30000;
}
.table th.status.warning,
.table td.status.warning,
.table th.ratio.warning,
.table td.ratio.warning {
  color: #c67c00;
}
.table th.status.warning path,
.table td.status.warning path,
.table th.ratio.warning path,
.table td.ratio.warning path {
  fill: #c67c00;
}
.table th.status.success,
.table td.status.success,
.table th.ratio.success,
.table td.ratio.success {
  color: #009624;
}
.table th.status.success svg,
.table td.status.success svg,
.table th.ratio.success svg,
.table td.ratio.success svg {
  display: none;
}
.table th.status.active,
.table td.status.active,
.table th.ratio.active,
.table td.ratio.active {
  color: #455a64;
  font-weight: 600;
}
.table th.ratio svg,
.table td.ratio svg {
  position: relative;
  top: -2px;
  width: auto;
  height: auto;
}
.table th.row-total,
.table td.row-total {
  font-weight: 800;
  text-align: right;
  color: #394a52;
}
.table th.row-total .action,
.table td.row-total .action {
  color: #fa4616;
  margin-left: 8px;
}
.table th small,
.table td small {
  font-size: 14px;
  color: #9ca7ad;
}
.table th small.active,
.table td small.active {
  color: #263238;
}
.table thead th {
  color: #455a64;
  border-color: #455a64;
  font-weight: 700;
}
.table thead th .table-header {
  margin: 0;
}
.table thead th.header-input {
  padding: 8px 0;
}
.table thead th.header-input .form-control,
.table thead th.header-input .form-select {
  width: 100%;
}
.table thead th.header-input.hidden {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.table thead th.header-input.hidden .form-control,
.table thead th.header-input.hidden .form-select {
  border-radius: 0;
  border: none;
  border-bottom: solid 2px #455a64;
  background: transparent;
  position: relative;
  bottom: -1px;
}
.table thead th.header-input.hidden .form-control:focus,
.table thead th.header-input.hidden .form-select:focus {
  box-shadow: none;
  border-bottom-color: #fa4616;
}
.table thead th.header-input.hidden .form-control::-webkit-input-placeholder,
.table thead th.header-input.hidden .form-select::-webkit-input-placeholder {
  color: #455a64;
  font-weight: 600;
}
.table thead th.header-input.hidden .form-control::-moz-placeholder,
.table thead th.header-input.hidden .form-select::-moz-placeholder {
  color: #455a64;
  font-weight: 600;
}
.table thead th.header-input.hidden .form-control:-ms-input-placeholder,
.table thead th.header-input.hidden .form-select:-ms-input-placeholder {
  color: #455a64;
  font-weight: 600;
}
.table thead th.header-input.hidden .form-control::-ms-input-placeholder,
.table thead th.header-input.hidden .form-select::-ms-input-placeholder {
  color: #455a64;
  font-weight: 600;
}
.table thead th.header-input.hidden .form-control::placeholder,
.table thead th.header-input.hidden .form-select::placeholder {
  color: #455a64;
  font-weight: 600;
}
.table thead th.header-input.hidden .form-control:before,
.table thead th.header-input.hidden .form-select:before {
  content: "klik om te zoeken";
  display: inline-block;
}
.table tbody tr td {
  color: #455a64;
}
.table tbody tr td a {
  text-decoration: none;
  color: #455a64;
}
.table tbody tr td a:hover {
  color: #fa4616;
  text-decoration: underline;
}
.table tbody tr td .dropdown .dropdown-toggle {
  color: #455a64;
  text-decoration: none;
}
.table tbody tr td .dropdown .dropdown-toggle:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-align: center;
  vertical-align: 1px;
  color: #9ca7ad;
  font-size: 12px;
  border: none;
}
.table tbody tr td.user {
  vertical-align: middle;
  padding: 9px 20px 8px;
  position: relative;
}
.table tbody tr td.user.new::after {
  content: "";
  position: absolute;
  height: 32px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 4px;
  bottom: 8px;
  border-radius: 0 6px 6px 0;
  background-color: #fa4616;
}
.table tbody tr td.user .name {
  position: relative;
  top: 1px;
}
.table tbody tr td.user img.profile-img {
  width: 36px;
  aspect-ratio: 1;
  height: auto;
  border-radius: 50%;
  margin-right: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.12);
}
.table tbody tr td.user a {
  display: flex;
  align-items: center;
}
.table tbody tr td.user a .profile-image {
  width: 32px;
  min-width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 12px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06);
}
.table tbody tr td.user a .profile-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.table tbody tr td.user a .text {
  display: inline-block;
  transition: all ease-in-out 0.24s;
}
.table tbody tr td.user a:hover .text {
  color: #fa4616;
  text-decoration: underline;
}
.table tbody tr td.department {
  vertical-align: middle;
  padding: 9px 20px 8px;
  position: relative;
}
.table tbody tr td.department .name {
  position: relative;
  top: 1px;
}
.table tbody tr td.department img.profile-img {
  width: 36px;
  aspect-ratio: 1;
  height: auto;
  border-radius: 50%;
  margin-right: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.12);
}
.table tbody tr td .allow-user {
  display: none;
}
.table tbody tr td .allow-user a {
  position: relative;
  color: #009f42;
  text-decoration: none;
  padding-right: 42px;
  display: block;
}
.table tbody tr td .allow-user a .icon {
  color: #fff;
  position: absolute;
  right: 0;
  top: -6px;
  background: #00c853;
  border: solid 1px #009f42;
  display: inline-block;
  width: 34px;
  height: 34px;
  text-align: center;
  padding-top: 7px;
  border-radius: 50%;
  font-size: 12px;
  transition: all 0.25s ease;
}
.table tbody tr td .allow-user a:hover .icon {
  background: #fff;
  color: #009f42;
  border-color: #00c853;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
}
.table tbody tr td .archive {
  margin-left: 14px;
  font-size: 14px;
}
.table tbody tr td .archive a {
  color: #dd2c00;
  transition: color 0.25s ease;
}
.table tbody tr td .archive a:hover {
  text-shadow: 0 3px 9px rgba(0, 0, 0, 0.12);
  color: #ff4011;
}
.table tbody tr td.total {
  font-weight: 800;
}
.table tbody tr.table-info {
  background-color: rgba(0, 184, 212, 0.05);
}
.table tbody tr.table-info:nth-of-type(odd) {
  background-color: rgba(0, 184, 212, 0.09);
}
.table tbody tr.table-info td {
  color: rgba(0, 184, 212, 0.75);
  background-color: transparent;
  border-color: rgba(0, 184, 212, 0.3);
}
.table tbody tr.table-info td.user .name:before {
  position: absolute;
  top: -6px;
  left: -20px;
  z-index: 11;
  background: #fa4616;
  width: 14px;
  height: 14px;
  border: solid 1px #f13705;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.12);
  display: block;
  content: " ";
  border-radius: 50%;
}
.table tbody tr.table-info td small {
  color: inherit;
}
.table tbody tr.new td.user {
  font-weight: 700;
  color: #263238;
}
.table tbody tr.new td.user .name:before {
  position: absolute;
  top: -6px;
  left: -20px;
  z-index: 11;
  background: #fa4616;
  width: 14px;
  height: 14px;
  border: solid 1px #f13705;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.12);
  display: block;
  content: " ";
  border-radius: 50%;
}
.table tbody tr.new td .allow-user {
  display: inline-block;
}
.table tbody tr.new td .status {
  display: none;
}
.table.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(243, 245, 246, 0.75);
}
.table.table-hover tbody tr:hover {
  background-color: #cfd8dc;
}
.table.table-hover tbody tr:hover:nth-of-type(odd) {
  background-color: #cfd8dc;
}
.table.table-hover tbody tr.table-info:hover {
  background-color: rgba(0, 184, 212, 0.15);
}
.table.table-hover tbody tr.table-info:hover td {
  background-color: transparent;
}
.table .ratio {
  width: unset;
}
.table .row-total {
  text-align: right;
}
.table .user-incognito .icon-incognito {
  display: inline-block;
  position: relative;
}
.table .user-incognito .icon-incognito::before {
  content: '';
  width: 22px;
  height: 22px;
  background-color: #fa4616;
  background-image: url("/images/eye-crossed.svg");
  background-size: 10px;
  background-position: center;
  border: 2px solid #F6F7F7;
  display: block;
  position: absolute;
  right: 0;
  top: -6px;
  z-index: 1;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.table-scoreboard.table > :not(caption) > * > * {
  background-color: transparent;
  box-shadow: none;
}
.table-scoreboard.table-striped > tbody > tr:nth-of-type(2n+1) > * {
  background: rgba(0, 0, 0, 0.025);
}
.table-scoreboard .row-total .point {
  background-color: #ffffff;
  border: 1px solid #E4E6E7;
  padding: 2px 10px;
  font-weight: 600;
  font-size: 14px;
}
.table-scoreboard .tfoot td {
  background-color: #fff !important;
  border-bottom: 1px solid #58C25E;
}
.table-scoreboard .tfoot img.profile-img {
  width: 36px;
  aspect-ratio: 1;
  height: auto;
  border-radius: 50%;
  margin-right: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.12);
}
.table-scoreboard .tfoot .row-total .point {
  background-color: #58C25E;
  border: 1px solid #58C25E;
  color: #fff;
}
.header .container {
  text-align: left;
}
.header .container .brand {
  margin-bottom: 60px;
  height: 50px;
  width: auto;
}
.header .container .subtitle {
  margin-bottom: 1.3em;
}
.header .container .steps {
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
}
.header .container .steps .item {
  margin-left: 90px;
  width: 150px;
  position: relative;
}
.header .container .steps .item:first-child {
  margin-left: 0;
}
.header .container .steps .item:first-child .icon:before {
  display: none;
}
.header .container .steps .item .icon {
  position: relative;
  width: 128px;
  height: 128px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  border-radius: 50%;
  border: 2px solid #cfd8dc;
}
.header .container .steps .item .icon:before {
  content: "";
  position: absolute;
  z-index: -2;
  display: block;
  top: 63px;
  left: -104px;
  width: 92px;
  height: 1px;
  border-top: 2px dashed #cfd8dc;
}
.header .container .steps .item .icon:after {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  top: 6px;
  left: 6px;
  background-color: #f3f5f6;
  border-radius: 50%;
}
.header .container .steps .item .icon img {
  max-height: 40%;
  max-width: 40%;
}
.header .container .steps .item .icon i[data-toggle="tooltip"] {
  position: absolute;
  top: 5px;
  right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background-color: #263238;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.16);
  transition: all ease-in-out 0.25s;
}
.header .container .steps .item p {
  text-align: center;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header .container .steps {
    justify-content: space-between;
  }
  .header .container .steps .item {
    margin: 0;
  }
  .header .container .share .copy-link {
    height: auto;
    justify-content: center;
  }
  .header .container .share .copy-link .link {
    height: 55px;
    margin-bottom: 10px;
    width: 100%;
    padding-right: 24px;
    justify-content: center;
  }
  .header .container .share .copy-link button {
    height: 55px;
  }
}
@media only screen and (max-width: 575px) {
  .header .container .brand {
    height: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .header .container .steps {
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .header .container .steps .item {
    width: 128px;
    margin: 0;
  }
  .header .container .steps .item .icon {
    height: 96px;
    width: 96px;
  }
  .header .container .steps .item .icon:before {
    top: 47px;
  }
  .header .container .steps .item .icon i[data-toggle="tooltip"] {
    top: 0;
    right: 0;
  }
  .header .container .share h3 {
    margin-bottom: 15px;
  }
  .header .container .share .copy-link {
    height: auto;
    justify-content: center;
  }
  .header .container .share .copy-link .link {
    height: 55px;
    margin-bottom: 10px;
    width: 100%;
    padding: 0;
    justify-content: center;
  }
  .header .container .share .copy-link button {
    height: 55px;
  }
}
@media (max-width: 500px) {
  .header .container .steps {
    flex-wrap: wrap;
    justify-content: center;
  }
  .header .container .steps .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .header .container .steps .item:last-child {
    margin-bottom: 0;
  }
  .header .container .steps .item .icon {
    margin-bottom: 15px;
  }
  .header .container .steps .item .icon:before {
    top: -22px;
    width: 25px;
    left: unset;
    transform: rotate(90deg);
  }
}
.summary {
  margin-top: 50px;
  background-color: #f3f5f6;
  padding-top: 86px;
  padding-bottom: 74px;
}
.summary .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.summary .container .profile-info {
  display: flex;
  flex-direction: row;
  position: absolute;
  top: calc(-135px);
  right: 0;
}
.summary .container .profile-info .profile-image {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  display: block;
}
.summary .container .profile-info .profile-image img {
  width: 100%;
  height: auto;
  display: block;
}
.summary .container .profile-info .item {
  align-self: center;
  margin-left: 100px;
}
.summary .container .profile-info .item.text {
  text-align: right;
  padding-right: 24px;
  font-weight: 900;
  color: #263238;
}
@media only screen and (max-width: 575px) {
  .summary .container .profile-info .item.text {
    font-size: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .summary .container .profile-info .item.text {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .summary .container .profile-info .item.text {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .summary .container .profile-info .item.text {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1200px) {
  .summary .container .profile-info .item.text {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .summary .container .profile-info .item.text {
    font-size: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .summary .container .profile-info .item.text {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .summary .container .profile-info .item.text {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .summary .container .profile-info .item.text {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1200px) {
  .summary .container .profile-info .item.text {
    font-size: 24px;
  }
}
.summary .container .profile-info .item .label,
.summary .container .profile-info .item small {
  color: #9ca7ad;
  font-weight: 300;
}
@media only screen and (max-width: 575px) {
  .summary .container .profile-info .item .label,
  .summary .container .profile-info .item small {
    font-size: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .summary .container .profile-info .item .label,
  .summary .container .profile-info .item small {
    font-size: 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .summary .container .profile-info .item .label,
  .summary .container .profile-info .item small {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .summary .container .profile-info .item .label,
  .summary .container .profile-info .item small {
    font-size: 19px;
  }
}
@media only screen and (min-width: 1200px) {
  .summary .container .profile-info .item .label,
  .summary .container .profile-info .item small {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .summary .container .profile-info .item .label,
  .summary .container .profile-info .item small {
    font-size: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .summary .container .profile-info .item .label,
  .summary .container .profile-info .item small {
    font-size: 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .summary .container .profile-info .item .label,
  .summary .container .profile-info .item small {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .summary .container .profile-info .item .label,
  .summary .container .profile-info .item small {
    font-size: 19px;
  }
}
@media only screen and (min-width: 1200px) {
  .summary .container .profile-info .item .label,
  .summary .container .profile-info .item small {
    font-size: 20px;
  }
}
.summary .container .profile-info .item .value {
  font-weight: 800;
  position: relative;
  color: #263238;
}
@media only screen and (max-width: 575px) {
  .summary .container .profile-info .item .value {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .summary .container .profile-info .item .value {
    font-size: 34.5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .summary .container .profile-info .item .value {
    font-size: 39px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .summary .container .profile-info .item .value {
    font-size: 43.5px;
  }
}
@media only screen and (min-width: 1200px) {
  .summary .container .profile-info .item .value {
    font-size: 48px;
  }
}
@media only screen and (max-width: 575px) {
  .summary .container .profile-info .item .value {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .summary .container .profile-info .item .value {
    font-size: 34.5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .summary .container .profile-info .item .value {
    font-size: 39px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .summary .container .profile-info .item .value {
    font-size: 43.5px;
  }
}
@media only screen and (min-width: 1200px) {
  .summary .container .profile-info .item .value {
    font-size: 48px;
  }
}
.summary .container .profile-info .item .value .copy {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  height: 30px;
  width: 30px;
  background: #fa4616;
  border-radius: 50%;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.12);
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -15px;
  top: -3px;
  transition: box-shadow 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}
.summary .container .profile-info .item .value .copy:hover,
.summary .container .profile-info .item .value .copy:focus {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.24);
  background: #fff;
  color: #fa4616;
}
.summary .container .profile-info .item:first-child {
  margin-left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .summary {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .summary .container {
    justify-content: space-between;
  }
  .summary .container .item {
    margin-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .summary {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .summary .container {
    flex-wrap: wrap;
    text-align: center;
  }
  .summary .container .item {
    margin-left: 0;
    width: 50%;
    padding: 20px;
  }
  .summary .container .item .bottom .copy {
    right: -10px;
  }
}
@media (max-width: 500px) {
  .summary .container {
    flex-wrap: wrap;
    text-align: center;
    flex-direction: column;
  }
  .summary .container .item {
    margin-left: 0;
    margin-bottom: 20px;
    width: auto;
    padding: 0;
  }
  .summary .container .item:last-child {
    margin-bottom: 0;
  }
  .summary .container .item .bottom .copy {
    top: -10px;
    right: -20px;
  }
}
.page-content .share {
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  text-align: left;
}
.page-content .share .copy-link {
  align-self: flex-start;
}
.page-content a,
.page-content .a-link {
  color: #fa4616;
  text-decoration: underline;
  cursor: pointer;
}
.page-content a:hover,
.page-content .a-link:hover {
  text-decoration: none;
}
.page-content a.btn,
.page-content .a-link.btn {
  text-decoration: none;
}
.log.blue-bg {
  background-color: #f3f7fb;
  position: relative;
}
@media (min-width: 1400px) {
  .log.blue-bg:before {
    content: "";
    position: absolute;
    background: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 100%;
  }
}
.log tr {
  height: 60px;
}
.log .pagination {
  margin-top: 50px;
  align-items: center;
}
.log .pagination .prev {
  margin-right: 20px;
}
.log .pagination .prev a.page-link i {
  margin-right: 10px;
}
.log .pagination .next {
  margin-left: 20px;
}
.log .pagination .next a.page-link i {
  margin-left: 10px;
}
.log .pagination .prev a.page-link,
.log .pagination .next a.page-link {
  text-decoration: none;
  border: none;
  color: #455a64;
  background: none;
}
.log .pagination .prev a.page-link i,
.log .pagination .next a.page-link i {
  opacity: 0.25;
  font-size: 11px;
  transition: opacity 0.2s ease-in-out;
}
.log .pagination .prev:hover a.page-link i,
.log .pagination .next:hover a.page-link i,
.log .pagination .prev:focus a.page-link i,
.log .pagination .next:focus a.page-link i {
  opacity: 0.75;
}
.log .pagination .page-item {
  margin: 0 7px;
}
.log .pagination .page-item a.page-link {
  text-decoration: none;
  border: none;
  height: 10px;
  width: 10px;
  opacity: 0.25;
  font-size: 0px;
  border-radius: 50%;
  background-color: #fa4616;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: opacity 0.2s ease-in-out;
}
.log .pagination .page-item a.page-link:hover,
.log .pagination .page-item a.page-link:focus {
  opacity: 0.75;
}
.log .pagination .page-item.active a.page-link {
  opacity: 1 !important;
  height: 48px;
  width: 48px;
  background-color: #455a64;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  color: #fff;
  font-weight: 900;
  font-size: 16px;
}
@media only screen and (max-width: 575px) {
  .log .pagination {
    margin-top: 30px;
  }
  .log .pagination .prev a.page-link i,
  .log .pagination .next a.page-link i {
    font-size: 16px;
    margin: 0;
  }
  .log .pagination .prev span,
  .log .pagination .next span {
    display: none;
  }
  .log .pagination .prev {
    margin-right: 10px;
  }
  .log .pagination .next {
    margin-left: 10px;
  }
}
.text-container ul {
  list-style: none;
  padding: 0;
}
.text-container li {
  padding-left: 1.85em;
}
.text-container li:before {
  content: "\f192";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-left: -2.75em;
  width: 2.75em;
  font-size: 9px;
  vertical-align: 0.2em;
  color: #9ca7ad;
}
.redirect-main {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0 auto;
  text-align: center;
}
.redirect-main .container {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  font-size: 15px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.redirect-main .container .avatar {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  height: 100px;
  width: 100px;
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.redirect-main .container .avatar img {
  width: 100%;
  height: auto;
}
.redirect-main .container h2 {
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-weight: 700;
  margin-bottom: 50px;
  color: #fff;
}
.redirect-main .container .info {
  margin-bottom: 30px;
  color: #fff;
}
@media only screen and (max-width: 575px) {
  .redirect-main .container .info {
    font-size: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .redirect-main .container .info {
    font-size: 16.25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .redirect-main .container .info {
    font-size: 17.5px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .redirect-main .container .info {
    font-size: 18.75px;
  }
}
@media only screen and (min-width: 1200px) {
  .redirect-main .container .info {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .redirect-main .container .info {
    font-size: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .redirect-main .container .info {
    font-size: 16.25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .redirect-main .container .info {
    font-size: 17.5px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .redirect-main .container .info {
    font-size: 18.75px;
  }
}
@media only screen and (min-width: 1200px) {
  .redirect-main .container .info {
    font-size: 20px;
  }
}
.redirect-main .container a {
  color: #fff;
  margin-bottom: 100px;
  display: block;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .redirect-main .container .avatar {
    margin-bottom: 40px;
  }
  .redirect-main .container h2 {
    margin-bottom: 40px;
  }
  .redirect-main .container .info {
    margin-bottom: 20px;
  }
  .redirect-main .container a {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .redirect-main .container .avatar {
    margin-bottom: 30px;
  }
  .redirect-main .container h2 {
    margin-bottom: 30px;
  }
  .redirect-main .container .info {
    margin-bottom: 15px;
  }
  .redirect-main .container a {
    margin-bottom: 50px;
  }
}
aside.col-lg-5 {
  padding-left: 25px;
  padding-right: 25px;
}
aside header {
  margin-top: 2em;
  margin-bottom: 1em;
}
aside header .filters {
  float: right;
  display: flex;
  flex-direction: row;
}
aside header .filters .dropdown {
  margin-right: 12px;
}
aside header .filters .dropdown:last-child {
  margin-right: 0;
}
aside header .filters .btn.btn-link {
  padding: 0;
  color: #455a64;
}
aside header .filters .btn.btn-link:after {
  color: #9ca7ad;
}
.dashboard-main {
  margin-left: 275px;
  padding: 0;
}
@media (min-width: 1400px) {
  .dashboard-main .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 1400px) {
  .dashboard-main .col-xl-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.dashboard-main .main-column {
  padding: 50px 25px;
  height: 100vh;
  overflow: auto;
}
.dashboard-main .main-column.white-bg {
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
}
.dashboard-main .main-column .row {
  margin-bottom: 20px;
}
.dashboard-main .main-column .row:last-child {
  margin-bottom: 0;
}
.dashboard-main .main-column .row.row-custom {
  margin-right: -10px;
  margin-left: -10px;
}
.dashboard-main .main-column .row.row-custom .col-6 {
  padding-right: 10px;
  padding-left: 10px;
}
.dashboard-main .main-column .block {
  padding: 25px;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
}
.dashboard-main .main-column .block.no-bg {
  background: none;
  box-shadow: none;
}
.dashboard-main .main-column .block.stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.dashboard-main .main-column .block.quicklinks {
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
}
.dashboard-main .main-column .block.quicklinks h3 {
  margin-bottom: 1em;
  width: 100%;
}
.dashboard-main .main-column .block.quicklinks a.btn {
  margin: 0 10px 10px 0;
}
.dashboard-main .main-column .block.waardering .row {
  margin-bottom: 0.5rem;
}
.dashboard-main .main-column .block.waardering form {
  margin-bottom: 25px;
}
.dashboard-main .main-column .block.waardering form label {
  display: flex;
  align-items: center;
}
.dashboard-main .main-column .block.waardering form label i[data-toggle="tooltip"] {
  margin-left: auto;
  color: #fa4616;
  font-size: 16px;
}
.dashboard-main .main-column .block.waardering form .refresh {
  background: none;
  border: none;
  margin-left: 5px;
}
.dashboard-main .main-column .block.waardering form .refresh i {
  font-size: 14px;
  color: #fa4616;
}
.dashboard-main .main-column .block.waardering .btn {
  margin: 10px 6px 0 0;
}
.dashboard-main .main-column .block.vacatures .table tbody td:last-child {
  font-weight: normal;
}
.dashboard-main .main-column .top {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.dashboard-main .main-column .top.toplijsten {
  padding-top: 25px;
}
.dashboard-main .main-column .top h3 {
  margin-right: auto;
  margin-bottom: 0;
}
.dashboard-main .main-column .top button {
  background: none;
  border: none;
  margin-right: 10px;
  color: #fa4616;
}
.dashboard-main .main-column .top .dropdown:last-child button {
  margin-right: 0;
}
.dashboard-main .main-column .subheader {
  color: #fa4616;
  opacity: 0.5;
}
.dashboard-main .main-column .number {
  color: #fa4616;
  font-weight: 800;
}
@media only screen and (max-width: 575px) {
  .dashboard-main .main-column .number {
    font-size: 48px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .dashboard-main .main-column .number {
    font-size: 54px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dashboard-main .main-column .number {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dashboard-main .main-column .number {
    font-size: 66px;
  }
}
@media only screen and (min-width: 1200px) {
  .dashboard-main .main-column .number {
    font-size: 72px;
  }
}
@media only screen and (max-width: 575px) {
  .dashboard-main .main-column .number {
    font-size: 48px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .dashboard-main .main-column .number {
    font-size: 54px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dashboard-main .main-column .number {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dashboard-main .main-column .number {
    font-size: 66px;
  }
}
@media only screen and (min-width: 1200px) {
  .dashboard-main .main-column .number {
    font-size: 72px;
  }
}
.dashboard-main .main-column table {
  margin-bottom: 20px;
}
.dashboard-main .main-column table tr {
  height: 50px;
}
.dashboard-main .main-column hr {
  border-top: 2px solid #fa4616;
  margin: 1.5rem 0 3rem;
}
.dashboard-main .main-column .user {
  display: flex;
  align-items: center;
}
.dashboard-main .main-column .user .image {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.dashboard-main .main-column .user .image img {
  width: 100%;
  height: auto;
}
.dashboard-main .main-column .user .text {
  display: flex;
  flex-direction: column;
}
.dashboard-main .main-column .user .text a {
  color: #455a64;
  text-decoration: underline;
}
.dashboard-main .main-column .user .text a:hover,
.dashboard-main .main-column .user .text a:focus {
  text-decoration: none;
}
.image-bg {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lander {
  align-items: center;
  min-height: 100vh;
  display: flex;
  width: 100%;
}
.lander:before {
  content: " ";
  background: rgba(28, 36, 41, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.lander .page-content {
  text-align: center;
  color: #fff;
}
.lander .page-content header {
  margin-bottom: 5em;
}
.lander .page-content header .profile-image {
  display: block;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  width: 100px;
  height: auto;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
}
.lander .page-content header .lander-title {
  color: #fff;
  font-size: 36px;
}
@media only screen and (max-width: 575px) {
  .lander .page-content header .lander-title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lander .page-content header .lander-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lander .page-content header .lander-title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lander .page-content header .lander-title {
    font-size: 34px;
  }
}
@media only screen and (min-width: 1200px) {
  .lander .page-content header .lander-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .lander .page-content header .lander-title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lander .page-content header .lander-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lander .page-content header .lander-title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lander .page-content header .lander-title {
    font-size: 34px;
  }
}
@media only screen and (min-width: 1200px) {
  .lander .page-content header .lander-title {
    font-size: 36px;
  }
}
.lander .page-content header .lead strong {
  font-weight: 700;
}
.lander .page-content a {
  color: #fff;
}
.validation-summary-valid {
  display: none;
}
.validation-summary-errors ul {
  margin: 0;
  padding: 0 20px;
}
.upload-image-edit input {
  display: none;
}
.upload-image-edit input + label {
  margin: 30px 15px 0;
  line-height: 19px;
}
#profile-picture-preview {
  width: 128px;
  height: 128px;
  position: relative;
  border-radius: 100%;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.08);
  flex: 0 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#clear-profile-picture {
  display: none;
}
#clear-profile-picture .far,
#clear-profile-picture .fas {
  opacity: 1;
}
div.image-uploads {
  padding-bottom: 30px;
}
.image-preview {
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.08);
  padding: 10px;
  background-color: #fff;
  text-align: center;
}
.image-preview > div {
  position: relative;
  flex: 0 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 auto 15px auto;
}
.image-preview.secundary {
  background-color: dimgray;
  color: #fff;
}
.image-preview #primary-logo-preview {
  height: 60px;
  margin-bottom: 0;
  max-width: 225px;
}
.image-preview #secundary-logo-preview {
  height: 60px;
  margin-bottom: 0;
  max-width: 225px;
}
.image-preview #favicon-preview {
  width: 32px;
  height: 32px;
  margin: auto;
  padding-block: 1.5rem;
}
.image-preview #share-vacancy-image-preview {
  height: clamp(260px, 30vh, 630px);
  margin-bottom: 0;
}
.image-preview #share-article-image-preview {
  height: clamp(260px, 30vh, 630px);
  margin-bottom: 0;
}
span.code-tag {
  background-color: lightgray;
  border: 1px solid gray;
  border-radius: 3px;
  padding: 2px 5px;
}
.note-editor.note-airframe,
.note-editor.note-frame {
  padding: 0 !important;
}
.sp-colorize-container {
  background: none !important;
}
.note-editor.card {
  box-shadow: none;
}
form#vacancy-search {
  margin: 0;
}
#vacancy-filters {
  margin-bottom: 32px;
}
#vacancy-filters .form-row {
  margin: -4px;
}
#vacancy-filters .form-row [class*="col-"] {
  padding: 4px;
}
#vacancy-filters #filters {
  display: flex;
  flex-flow: wrap;
  gap: 0.5rem;
}
#vacancy-filters #filters .custom-select-with-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  border: 1px solid #E4E6E7;
  border-radius: 3rem;
}
#vacancy-filters #filters .custom-select-with-icon select.custom-select {
  height: 3rem;
  border: none;
  border-radius: 3rem;
  padding-left: 2.5rem;
  padding-right: 2rem;
  font-family: "Poppins", sans-serif !important;
  font-weight: 500 !important;
  color: #455a64;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23222222' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-position: 93% center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-size: 12px;
}
#vacancy-filters #filters .custom-select-with-icon select.custom-select > * {
  font-family: sans-serif;
  font-weight: 400;
}
#vacancy-filters #filters .custom-select-with-icon select.custom-select:focus {
  outline: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
}
#vacancy-filters #filters .custom-select-with-icon select.custom-select:focus + i {
  color: #fa4616;
}
#vacancy-filters #filters .custom-select-with-icon i {
  position: absolute;
  top: 16px;
  left: 14px;
  z-index: 2;
  display: block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  pointer-events: none;
  color: #989ea1;
  transition: color 0.25s ease;
}
#vacancy-filters #order .input-group .input-group-prepend {
  border: none;
}
#vacancy-filters #order .input-group .input-group-prepend .input-group-text {
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  border: none;
  background: none;
}
#vacancy-filters #order .input-group .custom-select {
  height: calc(2.75em);
  border: none;
  background-color: transparent;
  background-position-x: right;
  border-radius: 0;
  padding-left: 0.875em;
  padding-right: 1.5em;
  font-weight: 700;
  color: #455a64;
}
#vacancy-filters #order .input-group .custom-select > * {
  font-family: sans-serif;
  font-weight: 400;
}
#vacancy-filters #order .input-group .custom-select:focus {
  outline: none;
  box-shadow: none;
}
@media only screen and (max-width: 1199px) {
  #vacancy-filters #filters .custom-select-with-icon select.custom-select {
    width: 100%;
  }
  #vacancy-filters #order .input-group {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 575px) {
  #vacancy-filters #order .input-group .input-group-prepend .input-group-text {
    padding: 0 20px;
    line-height: 1em;
  }
  #vacancy-filters #order .input-group .custom-select {
    padding-left: 20px;
    padding-right: 2.875em;
    background-position-x: calc(80%);
    width: 100%;
  }
}
#vacancy-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
#vacancy-list .vacancy {
  background: #fff;
  display: flex;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
#vacancy-list .vacancy + .vacancy {
  margin-top: 2rem;
}
#vacancy-list .vacancy .details {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  text-decoration: none;
  padding: 24px;
  position: relative;
}
#vacancy-list .vacancy .details:hover h2 {
  color: #fa4616;
}
#vacancy-list .vacancy .details h2 {
  font-size: 1.0625em;
  transition: color 0.25s ease;
}
#vacancy-list .vacancy .details ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.9375em;
  color: #485258;
}
#vacancy-list .vacancy .details ul li:not(:last-child) {
  margin-right: clamp(1rem, 2vw, 32px);
}
#vacancy-list .vacancy .details ul li i {
  color: #989ea1;
  margin-right: 10px;
}
#vacancy-list .vacancy .points {
  padding: 24px 0;
}
@media only screen and (max-width: 575px) {
  #vacancy-list .vacancy .points {
    padding-top: 0;
  }
}
#vacancy-list .vacancy .points .dropdown {
  border-right: 1px solid #E4E6E7;
  border-left: 1px solid #E4E6E7;
  padding: 0 24px;
}
@media only screen and (max-width: 575px) {
  #vacancy-list .vacancy .points .dropdown {
    border: 0;
  }
}
#vacancy-list .vacancy .points .dropdown .rounded-circle {
  width: 40px;
  height: 40px;
  display: inline-flex;
  background-color: #00C853;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  line-height: normal;
  flex-shrink: 0;
}
#vacancy-list .vacancy .points .dropdown .reward {
  color: rgba(72, 82, 88, 0.48);
  font-size: 14px;
}
#vacancy-list .vacancy .points .dropdown .dropdown-menu {
  overflow: auto;
  max-height: 280px;
  min-width: 320px;
  padding: 0.5rem 1rem;
}
#vacancy-list .vacancy .points .dropdown .dropdown-menu .dropdown-item {
  padding: 10px 0px;
}
#vacancy-list .vacancy .points .dropdown .dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid #E4E6E7;
}
#vacancy-list .vacancy .actions {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  padding: 24px;
}
#vacancy-list .vacancy .actions .divider {
  color: rgba(152, 158, 161, 0.5);
  margin-left: 8px;
  margin-right: 8px;
}
#vacancy-list .vacancy .actions .copy-btn {
  text-decoration: none;
}
@media only screen and (max-width: 575px) {
  #vacancy-list .vacancy .details {
    padding: 20px;
    flex-basis: auto;
  }
  #vacancy-list .vacancy .actions {
    padding: 0 20px 20px 20px;
    flex-basis: 100%;
    display: flex;
    gap: 1rem;
  }
}
#vacancy-preview-bar {
  top: 130px;
  padding: 21px 0;
  background: #f3f5f6;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.16);
}
#vacancy-preview-bar .title h1 {
  margin: 0;
}
@media only screen and (max-width: 575px) {
  #vacancy-preview-bar .title h1 {
    font-size: 1.25em;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #vacancy-preview-bar .title h1 {
    font-size: 1.3125em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #vacancy-preview-bar .title h1 {
    font-size: 1.375em;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #vacancy-preview-bar .title h1 {
    font-size: 1.4375em;
  }
}
@media only screen and (min-width: 1200px) {
  #vacancy-preview-bar .title h1 {
    font-size: 1.5em;
  }
}
#vacancy-preview-bar .title a {
  padding-left: 1em;
  position: relative;
}
#vacancy-preview-bar .title a i {
  position: absolute;
  left: 0;
  top: 4px;
}
#vacancy-preview-bar .actions .btn {
  margin: 0;
  display: block;
  white-space: nowrap;
  width: auto;
}
#vacancy-preview-bar .actions .btn:not(:last-child) {
  margin-right: 12px;
}
#vacancy-preview-bar .actions .btn.btn-secondary {
  padding: 15px 18px 13px;
}
#vacancy-preview-iframe {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}
.users-table .fa-traffic-light.go {
  color: forestgreen;
}
.users-table .fa-traffic-light.slow {
  color: orange;
}
.users-table .fa-traffic-light.stop {
  color: red;
}
.slider-styled {
  padding: 0 16px;
  height: 6px !important;
}
.slider-styled .noUi-handle {
  border-radius: 50%;
  height: 30px !important;
  width: 30px !important;
  top: -13px !important;
  right: -15px !important;
  box-shadow: none !important;
}
.slider-styled .noUi-handle:before,
.slider-styled .noUi-handle:after {
  display: none;
}
.slider-styled .noUi-connect {
  background: #fa4616;
}
.slider-styled .noUi-target {
  border-radius: 0px;
}
.ease {
  transition: all ease-in-out 0.24s;
}
.portal {
  padding-left: 280px;
  color: #455a64;
}
@media only screen and (max-width: 1199px) {
  .portal {
    padding-left: 0;
  }
}
.portal .page-content,
.portal .navbar .container-fluid {
  padding: 0 80px;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .portal .page-content,
  .portal .navbar .container-fluid {
    padding: 0 12px;
  }
}
.portal .page-content {
  padding-top: 118px;
  flex: 1 1 100%;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
}
.portal .page-content .page-header {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .portal .page-content .page-header {
    margin: 0;
  }
}
.portal .page-content .page-header .page-title {
  line-height: 1.2em;
}
@media only screen and (max-width: 575px) {
  .portal .page-content .page-header .page-title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .portal .page-content .page-header .page-title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portal .page-content .page-header .page-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portal .page-content .page-header .page-title {
    font-size: 44px;
  }
}
@media only screen and (min-width: 1200px) {
  .portal .page-content .page-header .page-title {
    font-size: 48px;
  }
}
@media only screen and (max-width: 575px) {
  .portal .page-content .page-header .page-title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .portal .page-content .page-header .page-title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portal .page-content .page-header .page-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portal .page-content .page-header .page-title {
    font-size: 44px;
  }
}
@media only screen and (min-width: 1200px) {
  .portal .page-content .page-header .page-title {
    font-size: 48px;
  }
}
.portal .page-content .page-header .lead {
  font-weight: 300;
  color: #455a64;
  line-height: 1.65em;
}
@media only screen and (max-width: 575px) {
  .portal .page-content .page-header .lead {
    font-size: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .portal .page-content .page-header .lead {
    font-size: 18.5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portal .page-content .page-header .lead {
    font-size: 19px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portal .page-content .page-header .lead {
    font-size: 19.5px;
  }
}
@media only screen and (min-width: 1200px) {
  .portal .page-content .page-header .lead {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .portal .page-content .page-header .lead {
    font-size: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .portal .page-content .page-header .lead {
    font-size: 18.5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portal .page-content .page-header .lead {
    font-size: 19px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portal .page-content .page-header .lead {
    font-size: 19.5px;
  }
}
@media only screen and (min-width: 1200px) {
  .portal .page-content .page-header .lead {
    font-size: 20px;
  }
}
.portal .page-content .header-actions {
  padding-top: 14px;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .portal .page-content {
    padding-top: 54px;
  }
}
.portal .user-info .card {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 40px 24px 32px;
}
.portal .user-info .card .card-actions {
  position: absolute;
  top: 24px;
  right: 24px;
}
.portal .user-info .card .col {
  align-self: flex-start;
}
.portal .user-info .card .col .profile-image {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  max-width: 128px;
  margin-inline: auto;
}
.portal .user-info .card .col .profile-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.portal .user-info .card .col .user-details {
  padding-top: 24px;
}
.portal .user-info .card .col .user-details .card-title {
  margin-bottom: 16px;
}
.portal .user-info .card .col .user-details a {
  color: #455a64;
  text-decoration: none;
}
.portal .user-info .card .col .user-details a:hover {
  color: #fa4616;
  text-decoration: underline;
}
.portal .user-info .card .col .user-details .user-groups,
.portal .user-info .card .col .user-details .user-points {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  margin: 4px 0;
  padding: 0;
  width: 100%;
}
.portal .user-info .card .col .user-details .user-groups .item,
.portal .user-info .card .col .user-details .user-points .item {
  list-style-type: none;
}
.portal .user-info .card .col .user-details .user-groups .item small,
.portal .user-info .card .col .user-details .user-points .item small {
  display: block;
  color: rgba(69, 90, 100, 0.56);
  font-size: 14px;
}
.portal .user-info .card .col .user-details .user-groups .item.ratio,
.portal .user-info .card .col .user-details .user-points .item.ratio {
  text-align: right;
}
.portal .user-info .card .col .user-details .user-groups .item.ratio.success,
.portal .user-info .card .col .user-details .user-points .item.ratio.success {
  color: #009624;
}
.portal .user-info .card .col .user-details .user-groups .item.ratio.success small,
.portal .user-info .card .col .user-details .user-points .item.ratio.success small {
  color: rgba(0, 150, 36, 0.56);
}
.portal .user-info .card .col .user-details .user-groups .item.ratio.warning,
.portal .user-info .card .col .user-details .user-points .item.ratio.warning {
  color: #c67c00;
}
.portal .user-info .card .col .user-details .user-groups .item.ratio.warning small,
.portal .user-info .card .col .user-details .user-points .item.ratio.warning small {
  color: rgba(198, 124, 0, 0.56);
}
.portal .user-info .card .col .user-details .user-groups .item.ratio.danger,
.portal .user-info .card .col .user-details .user-points .item.ratio.danger {
  color: #a30000;
}
.portal .user-info .card .col .user-details .user-groups .item.ratio.danger small,
.portal .user-info .card .col .user-details .user-points .item.ratio.danger small {
  color: rgba(163, 0, 0, 0.56);
}
.portal .user-info .card .col .user-details .user-groups {
  margin-bottom: 24px;
}
.portal .user-info .card .col .user-details .user-groups .item:before {
  content: "/";
  color: #9ca7ad;
  margin-inline: 6px;
}
.portal .user-info .card .col .user-details .user-groups .item img {
  position: relative;
  top: -2px;
  margin-right: 4px;
}
.portal .user-info .card .col .user-details .user-groups .item:first-child:before {
  display: none;
}
.portal .user-info .card .col .user-details .user-points {
  justify-content: space-between;
  margin-bottom: 0;
}
.portal .user-info .card .col .user-details .user-points .item {
  font-weight: 100;
}
@media only screen and (max-width: 575px) {
  .portal .user-info .card .col .user-details .user-points .item {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .portal .user-info .card .col .user-details .user-points .item {
    font-size: 27px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portal .user-info .card .col .user-details .user-points .item {
    font-size: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portal .user-info .card .col .user-details .user-points .item {
    font-size: 33px;
  }
}
@media only screen and (min-width: 1200px) {
  .portal .user-info .card .col .user-details .user-points .item {
    font-size: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .portal .user-info .card .col .user-details .user-points .item {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .portal .user-info .card .col .user-details .user-points .item {
    font-size: 27px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portal .user-info .card .col .user-details .user-points .item {
    font-size: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portal .user-info .card .col .user-details .user-points .item {
    font-size: 33px;
  }
}
@media only screen and (min-width: 1200px) {
  .portal .user-info .card .col .user-details .user-points .item {
    font-size: 36px;
  }
}
@media only screen and (max-width: 991px) {
  .portal .history {
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.nav-pills .nav-item .nav-link {
  padding: 5px 16px;
  background: rgba(0, 0, 0, 0.03);
  border: solid 1px #cfd8dc;
  font-size: 14px;
  margin: 4px;
  border-radius: 17px;
  color: #455a64;
  text-decoration: none;
  transition: all ease-in-out 0.24s;
}
.nav-pills .nav-item .nav-link:hover {
  background: #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
}
.nav-pills .nav-item .nav-link.active {
  background: #fa4616;
  color: #fff;
  border-color: #e23305;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
}
.nav-pills .nav-item.dropdown .nav-link {
  background: transparent;
  border-color: transparent;
  padding-inline: 0;
}
.nav-pills .nav-item.dropdown .nav-link path {
  fill: rgba(69, 90, 100, 0.56);
  position: relative;
  top: -1px;
}
.nav-pills .nav-item.dropdown .nav-link:after {
  border-bottom-color: rgba(69, 90, 100, 0.56);
  border-top-color: rgba(69, 90, 100, 0.56);
}
.nav-pills .nav-item.dropdown .nav-link .text {
  text-decoration: underline;
  color: rgba(69, 90, 100, 0.56);
  margin-left: 4px;
}
.nav-pills .nav-item.dropdown .nav-link:hover {
  background: transparent;
  box-shadow: none;
}
.nav-pills .nav-item.dropdown .nav-link:hover .text {
  text-decoration: none;
}
.nav-pills .nav-item.dropdown .nav-link:focus {
  outline: none;
  box-shadow: none;
}
.nav-pills .nav-item.dropdown .nav-link:focus path {
  fill: #fa4616;
  opacity: 1;
}
.nav-pills .nav-item.dropdown .nav-link:focus:after {
  border-bottom-color: #fa4616;
  border-top-color: #fa4616;
}
.nav-pills .nav-item.dropdown .nav-link:focus .text {
  color: #fa4616;
  text-decoration: none;
}
.app-footer {
  margin-top: auto;
  flex-grow: 0;
  font-size: 14px;
  color: rgba(69, 90, 100, 0.56);
  border-top: dashed 1px #F6F7F7;
  padding: 20px 20px 20px 0;
  text-align: right;
  vertical-align: middle;
  line-height: 18px;
}
@media only screen and (max-width: 767px) {
  .app-footer {
    text-align: center;
    padding: 0.5rem;
  }
}
.app-footer img {
  position: relative;
  top: -4px;
}
@media only screen and (max-width: 575px) {
  .app-footer img {
    max-height: 32px;
  }
}
table thead th {
  vertical-align: middle !important;
}
.referral-code {
  padding: 32px;
  background: #ffffff7a;
  border: 1px dashed #dedfe0;
  border-radius: 8px;
}
.referral-code .social-icons ul li {
  padding: 0 16px;
}
.referral-code .social-icons ul li:first-child {
  padding-left: 0;
}
.referral-code .social-icons ul li:first-child i {
  margin-left: 20px;
}
.referral-code .social-icons ul li:last-child {
  padding-right: 0;
}
.referral-code .social-icons ul li a {
  text-decoration: none;
  font-size: 32px;
  color: #253746;
}
.referral-code .social-icons ul li a i {
  font-size: 24px;
  color: #fa4616;
  transition: all 0.5s;
}
.referral-code .social-icons ul li a:hover i {
  color: #fa4616;
}
.referral-code .social-icons .copy-code li {
  padding-right: 40px !important;
}
.referral-code .social-icons ul.copy-code li a {
  margin-right: 20px;
  position: relative;
}
.referral-code .social-icons ul.copy-code li a:after {
  content: "";
  position: absolute;
  height: 24px;
  border: 1px dashed #dedfe0;
  right: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.referral-code .social-icons ul.copy-code li .copy-btn i {
  font-weight: 500 !important;
}
.referral-code ul.right-icons li:first-child i {
  margin-left: 0 !important;
}
body.portal .card {
  padding: 40px 20px !important;
  height: 245px;
}
body.portal .card.chart {
  height: auto;
}
body.portal .card.note-editor {
  padding: 0 !important;
}
.earn-points {
  max-width: 86%;
  margin: 60px auto;
}
.earn-points .earn-title {
  flex: 0 0 33%;
  max-width: 33%;
}
.earn-points .earn-process {
  flex: 0 0 64%;
  max-width: 64%;
}
.earn-points .point-steps {
  padding: 0;
  margin: 0;
  list-style: none;
}
.earn-points .point-steps i {
  font-size: 12px;
  margin-left: 5px;
  color: #fa4616;
}
.earn-points .point-steps li {
  margin: 10px 0;
}
.earn-points .point-steps li.link a {
  padding-left: 24px;
}
.earn-points .point-steps li:not(:nth-last-child(-n + 2)) a {
  margin-right: 48px;
  position: relative;
}
.earn-points .point-steps li:not(:nth-last-child(-n + 2)) a:after {
  content: "";
  position: absolute;
  right: -48px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-bottom: 2px dashed #cfd8dc;
  width: 48px;
  height: 2px;
}
.earn-points .point-steps li .point-icon {
  max-width: 24px;
}
.earn-points .point-steps a.point-item {
  width: 96px;
  height: 96px;
  background: transparent linear-gradient(135deg, #ffffff7a 0%, #ffffffe0 100%);
  box-shadow: 0px 5px 15px #0000000a;
  border: 2px solid #ffffff;
  border-radius: 100%;
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.earn-points .point-steps a.point-item:hover {
  box-shadow: 0 10px 30px #0000001f;
}
.earn-points .point-steps a.point-item:hover span {
  opacity: 1;
  transition: all 0.5s;
}
.earn-points .point-steps a.point-item:hover .tooltip-con {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}
.earn-points .point-steps a.point-item span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0.56;
  transition: all 0.5s;
}
.earn-points .point-steps a.point-item span img {
  max-width: 14px;
}
.earn-points .point-steps a.point-item .tooltip-con {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 352px;
  background: rgba(24, 32, 36, 0.8);
  border-radius: 16px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 16px;
  transition: all 0.5s;
  top: -125px;
  color: #ffffff;
  left: 50%;
  transform: translateX(-50%);
}
.earn-points .point-steps a.point-item .tooltip-con:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgba(24, 32, 36, 0.8);
  bottom: -9.5px;
  left: 50%;
  transform: translateX(-50%);
}
.earn-points .point-steps a.point-item .tooltip-con p {
  max-height: 72px;
  overflow-y: auto;
}
.inform-title ul {
  list-style: none;
}
.inform-title ul li i {
  font-size: 12px;
  color: #fa4616;
  margin-left: 5px;
}
.inform-title .inform {
  display: inline-block;
  position: relative;
  padding-right: 40px;
}
.inform-title .inform .inform-number {
  width: 31px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fa4616;
  box-shadow: 0px 3px 9px #00000029;
  border: 1px solid #ffffff;
  border-radius: 12px;
  font-size: 12px;
  color: #ffffff;
  font-weight: 700;
  margin-top: -10px;
  margin-left: 8px;
  position: absolute;
  right: 0;
  top: 0;
}
.inform-repeater {
  background-color: #ffffff;
  box-shadow: 0px 4px 12px #0000000f;
  border-radius: 8px;
  margin: 6px 0;
}
.inform-repeater .date {
  font-size: 14px;
}
.inform-repeater .date span {
  opacity: 0.48;
}
.inform-repeater .date .active-status {
  width: 8px;
  height: 8px;
  display: inline-block;
  background: #e4e6e7;
  border-radius: 100%;
  margin-right: 8px;
  opacity: 1;
}
.inform-repeater .content {
  color: #253746;
}
.inform-repeater.active .date span {
  opacity: 1;
}
.inform-repeater.active .date .active-status {
  background-color: #fd9125;
}
.inform-repeater.active .content {
  font-weight: 700;
}
.work-details-sec.spelregels-sec {
  margin-bottom: 150px;
}
.work-details-sec .earn-points {
  max-width: 100%;
}
.work-details-sec .earn-points .earn-title {
  flex: 0 0 43%;
  max-width: 43%;
}
.work-details-sec .earn-points .earn-process {
  flex: 0 0 54%;
  max-width: 54%;
}
.work-details-sec .work-details h4 {
  font-weight: 300;
  color: #455a64;
}
.work-details-sec .work-details p {
  margin-bottom: 30px;
}
.form-sec label {
  color: #253746;
}
.form-sec h3 {
  margin-bottom: 10px;
}
.form-sec input#myfile {
  background: transparent;
  padding: 0;
  border: none;
}
.form-sec input[type="file"]::file-selector-button {
  margin-right: 20px;
  border: 1px solid #cfd8dc;
  background: #ffffff;
  padding: 14px 25px;
  border-radius: 8px;
  color: #fa4616;
  cursor: pointer;
}
.form-sec .btn-cancel {
  color: #fa4616;
  text-decoration: underline;
}
.form-sec .btn-cancel:hover {
  text-decoration: none;
  box-shadow: none;
}
.profile-page {
  margin-bottom: 60px;
}
button.copy.copy-btn {
  border: none;
  background: transparent;
}
button.copy.copy-btn:focus {
  outline: none;
}
.card-custom-width a {
  text-decoration: none;
}
.scrollbar {
  overflow-y: scroll;
}
#scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #182024;
  border-radius: 0px;
  background-color: #f5f5f5;
}
#scrollbar::-webkit-scrollbar {
  width: 0px;
  background-color: #f5f5f5;
}
#scrollbar::-webkit-scrollbar-thumb {
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 6px #182024;
  background-color: #182024;
}
tr th a {
  text-decoration: none !important;
  color: #455a64 !important;
}
.ratio p {
  display: contents;
}
@media only screen and (min-width: 1200px) {
  nav .navbar .inner .admin-nav .nav-item {
    margin-right: -23px !important;
  }
}
@media (max-width: 1550px) {
  .earn-points {
    max-width: 100%;
  }
  .earn-points .point-steps li.link a {
    padding-left: 12px;
    font-size: 14px;
  }
  .earn-points .point-steps li:not(:nth-last-child(-n + 2)) a {
    margin-right: 28px;
  }
  .earn-points .point-steps li:not(:nth-last-child(-n + 2)) a:after {
    width: 28px;
    right: -30px;
  }
  .earn-points .point-steps a.point-item {
    width: 70px;
    height: 70px;
  }
  .card-custom-width {
    flex: 0 0 50%;
    max-width: 50%;
  }
  body.portal .card {
    height: 265px;
  }
  .portal .referral-code .social-icons ul li {
    padding: 0 12px;
  }
  .portal .referral-code .social-icons ul li a,
  .portal .referral-code .social-icons ul li i {
    font-size: 18px;
  }
  .portal .referral-code .social-icons ul li:first-child {
    padding-right: 15px;
    padding-left: 0;
  }
  .portal .referral-code .social-icons ul li:first-child i {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .earn-points {
    max-width: 100%;
  }
  .earn-points .earn-title,
  .earn-points .earn-process {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .earn-points .earn-process {
    margin-top: 20px;
  }
  .card-custom-width {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .referral-code .social-icons ul.copy-code li {
    padding-right: 20px !important;
  }
  .referral-code .social-icons ul.copy-code li a:after {
    right: -22px;
  }
  .work-details-sec.spelregels-sec {
    margin-bottom: 70px;
  }
  .work-details-sec .earn-points .earn-title,
  .work-details-sec .earn-points .earn-process {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 21px;
  }
  body.portal .card {
    height: initial;
  }
  .earn-points .point-steps {
    display: block !important;
  }
  .earn-points .point-steps a.point-item .tooltip-con {
    transform: initial;
    left: -15px;
    width: 280px;
    top: -145px;
  }
  .earn-points .point-steps a.point-item .tooltip-con:after {
    left: 43px;
    transform: initial;
  }
  .earn-points .point-steps a.point-item .tooltip-con p {
    max-height: 128px;
  }
  .earn-points .point-steps li:not(:nth-last-child(-n + 2)) a {
    margin-bottom: 30px;
  }
  .earn-points .point-steps li:not(:nth-last-child(-n + 2)) a:after {
    width: 30px;
    bottom: -110px;
    transform: rotate(90deg);
    right: initial;
  }
  .earn-points .point-steps li.link a {
    padding-left: 0;
  }
  .table thead th.header-input .form-select,
  .table thead th.header-input .form-control {
    width: 200px;
  }
  .table th,
  .table td {
    padding: 15px;
  }
  .table tbody tr td.user {
    padding: 9px 15px;
  }
  .referral-code .social-icons ul.copy-code li a:after {
    content: none;
  }
  .work-details-sec.spelregels-sec {
    margin-bottom: 50px;
  }
}
.summernote + .card {
  height: auto !important;
}
/* Nikunj Style */

.ff-ano {
  font-family: "Anonymous Pro", monospace;
}
.fs-12 {
  font-size: 12px;
}
.fs-14 {
  font-size: 14px;
}
.pdf-preview {
  position: relative;
  padding-inline: 1rem 3rem;
  display: flex;
}
.pdf-preview .remove-photo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #fa4616;
  color: #fff;
  border: 3px solid #fff;
}
.pdf-preview .remove-photo > img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.avatar {
  position: relative;
}
.avatar .remove-photo {
  position: absolute;
  top: 60%;
  right: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #fa4616;
  color: #fff;
  border: 3px solid #fff;
}
.avatar .remove-photo > img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.avatar-md {
  width: 72px;
  height: 72px;
}
.avatar-lg {
  width: 88px;
  height: 88px;
}
.avatar-xl {
  width: 128px;
  height: 128px;
}
.avatar > img,
.avatar .img-preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.custom-file {
  position: relative;
  height: auto;
  cursor: pointer;
}
.custom-file label {
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 8px;
  padding: 14px 20px;
  height: auto;
  color: #fff;
  background-color: #fa4616;
  width: 100%;
  border: 1px solid #fa4616;
  text-align: center;
}
.custom-file input[type="file"] {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.custom-file .file-detail {
  opacity: 0.56;
}
.btn.btn-white {
  font-weight: 400;
  background: #fff;
  border-color: #E4E6E7;
}
.btn.btn-white:where(:hover, :active) {
  background: #fff;
  border-color: rgba(250, 70, 22, 0.0015);
  color: #fa4616;
}
.dropdown-toggle::after {
  content: "";
  border: 0;
  height: 6px;
  width: 10px;
  background-image: url("../../images/fi-rr-angle-small-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 400ms ease-in-out;
}
[data-bs-toggle="dropdown"].show .dropdown-toggle::after {
  transform: rotateX(180deg);
}
.card-list {
  background-color: #fff;
  padding: 24px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.078);
  border-radius: 8px;
}
.card-list .list-inline-item:not(:last-child) {
  margin-right: 1.25rem;
}
.card-list:not(:last-child) {
  margin-bottom: 1.25rem;
}
.sp-original-input-container {
  position: relative;
  width: 54px;
  overflow: hidden;
}
.sp-original-input-container .colorpicker {
  font-size: 0;
  width: 100%;
  border-radius: 6px 0 0 6px;
  cursor: pointer;
}
.date-capital::first-letter {
  text-transform: uppercase;
}
.badge-new-job {
  background-color: #fa4616;
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
  vertical-align: middle;
}
.badge-extra-point {
  border: 1px solid #E4E6E7;
  color: #fa4616;
  margin-left: 0.25rem;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
  vertical-align: middle;
}
.badge-extra-point svg {
  fill: #fa4616;
}
.badge-featured {
  background-color: #fa4616;
  color: #fff;
  margin-left: 0.25rem;
  vertical-align: middle;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
}
.badge-featured svg {
  fill: #fff;
}
.badge-wrap {
  position: absolute;
  top: -14px;
  left: 0;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .badge-wrap {
    padding: 0 8px;
  }
}
.badge-wrap .badge-extra-point {
  border: 1px solid #E4E6E7;
  color: #fa4616;
  margin-left: 0.25rem;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
}
.badge-wrap .badge-extra-point svg {
  fill: #fa4616;
}
.badge-wrap .badge-new-job {
  background-color: #fa4616;
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
  margin-right: 1.75rem;
  position: relative;
}
.badge-wrap .badge-new-job::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid #485258;
  position: absolute;
  right: -18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.badge-wrap .badge-featured {
  background-color: #fa4616;
  color: #fff;
  margin-left: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
}
.badge-wrap .badge-featured svg {
  fill: #fff;
}
.badge-wrap span:last-child::before {
  content: unset;
}
#top-scorers .table-responsive {
  max-height: 489px;
  overflow-y: auto;
}
.top-score .name {
  min-height: 54px;
}
.top-score .avatar {
  width: 60px;
  aspect-ratio: 1;
  position: relative;
  border-radius: 50%;
  box-shadow: 0px 2px 8px #0000001F;
}
.top-score .avatar.one {
  background-image: linear-gradient(180deg, #FFED00 0%, #E6C619 100%);
  width: 76px;
  box-shadow: 0px 2px 8px #00000033;
}
.top-score .avatar.two {
  background-image: linear-gradient(180deg, #C7D1Da 0%, #95A8B5 100%);
}
.top-score .avatar.three {
  background-image: linear-gradient(180deg, #B67035 0%, #9F724C 100%);
}
.top-score .avatar img {
  border-radius: 50%;
  inset: 0px;
  aspect-ratio: 1;
  width: 92%;
  margin: auto;
  border: 2px solid #fff;
  height: auto;
}
.top-score .number {
  box-shadow: 0px 2px 8px #00000029;
  border: 1px solid #FFFFFF;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  color: #263238;
  position: absolute;
  padding: 2px 8px;
  bottom: 4px;
  right: -10px;
}
.top-score .number.one {
  background-image: linear-gradient(180deg, #FFED00 0%, #E6C619 100%);
}
.top-score .number.two {
  background-image: linear-gradient(180deg, #C7D1Da 0%, #95A8B5 100%);
}
.top-score .number.three {
  color: #fff;
  background-image: linear-gradient(180deg, #B67035 0%, #9F724C 100%);
}
.top-score .marker-incognito {
  position: absolute;
  padding: 2px 8px;
  bottom: 4px;
  right: -10px;
  width: 22px;
  height: 22px;
  background-color: #fa4616;
  background-image: url("/images/eye-crossed.svg");
  background-size: 10px;
  background-position: center;
  border: 2px solid #F6F7F7;
  display: block;
  right: 0;
  top: -6px;
  z-index: 1;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.top-score .point {
  border: 1px solid #E4E6E7;
  border-radius: 12px;
  padding: 2px 10px;
  font-size: 14px;
  font-weight: 700;
  background-color: #fff;
  margin-block: auto;
}
.top-score .point.one {
  padding: 5px 14px;
  border-radius: 15px;
}
.top-score .candle {
  border-radius: 4px 4px 0px 0px;
  width: 100%;
  background-image: linear-gradient(180deg, #E4E6E7 0%, #C7C8C9 100%);
}
.top-score .candle.candle-1 {
  height: 24px;
  margin-top: 22px;
}
.top-score .candle.candle-2 {
  height: 16px;
  margin-top: 36px;
}
.top-score .candle.candle-3 {
  height: 8px;
  margin-top: 44px;
}
.table tbody tr td[colspan="7"] {
  background-color: #f3f5f6;
  box-shadow: unset;
}
.btn-file-export {
  position: relative;
  margin-left: 1.5rem;
}
.btn-file-export::before {
  content: "";
  position: absolute;
  left: -1rem;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #e4e6e7;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .btn-file-export {
    margin-left: 0;
  }
  .btn-file-export::before {
    content: none;
  }
}
.message-sec input[type="checkbox"] {
  height: 0;
  width: 0;
  visibility: hidden;
}
.message-sec label {
  cursor: pointer;
  text-indent: -9999px;
  width: 64px;
  height: 36px;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 100px;
  position: relative;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.08);
  margin-bottom: 0;
  margin-right: 12px;
  border: 1px solid #E4E6E7;
  flex-shrink: 0;
}
.message-sec label:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 100%;
  transition: 0.3s;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
}
.message-sec input:checked ~ label {
  background: #fa4616;
  border-color: #fa4616;
}
.message-sec input:checked ~ label:after {
  left: calc(95%);
  transform: translateX(-100%);
}
.message-sec label:active:after {
  width: 25px;
}
.message-sec .custom-toggle {
  display: inline-flex;
  align-items: center;
}
.welcome-msg-user {
  border-radius: 16px;
  border: 1px solid #E4E6E7;
  box-shadow: 0px 15px 45px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}
.welcome-msg-user .media-content {
  background-color: #f3f5f6;
  position: relative;
}
.welcome-msg-user .media-content img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.welcome-msg-user .media-content .btn-play {
  width: 96px;
  height: 67px;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 16px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.welcome-msg-user .media-content .btn-play::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 14px 25px;
  border-color: transparent transparent transparent #fff;
  transition: all 0.3s;
  z-index: 1;
}
.welcome-msg-user .media-content .btn-play:is(:hover)::before {
  transform: scale(1.15);
}
.welcome-msg-user .msg-content .btn {
  border-color: #CFD8DC;
  color: #2979FF;
}
.welcome-msg-user .msg-content .btn.btn-msg-close {
  position: absolute;
  top: 1rem;
  right: 1.35rem;
  color: rgba(72, 82, 88, 0.56) !important;
  border: 0;
}
.welcome-msg-user .msg-content .btn path {
  fill: #2979FF;
}
.modal-backdrop {
  --bs-backdrop-opacity: 1;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: rgba(0, 0, 0, 0.16) !important;
}
#welcome-thumbnail-preview {
  width: 128px;
  height: 128px;
  position: relative;
  border-radius: 0%;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.08);
  flex: 0 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.nav-tabs .nav-link.active {
  background-color: transparent;
  border-bottom: 2px solid #f3f5f6;
  font-weight: 600;
}
input[readonly]:focus {
  box-shadow: none;
  outline: 0;
}
.table th,
.table span {
  position: relative;
}
.table th > a:before,
.table span > a:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.table th.sorting.asc::after,
.table span.sorting.asc::after {
  opacity: 0.45;
}
.table th.sorting.desc::before,
.table span.sorting.desc::before {
  opacity: 0.45;
}
.table th.sorting::before,
.table span.sorting::before {
  content: "\f0d8";
  position: absolute;
  top: -10px;
  right: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  bottom: 0;
  margin: auto 0;
  display: flex;
  align-items: center;
}
.table th.sorting::after,
.table span.sorting::after {
  content: "\f0d7";
  position: absolute;
  top: 10px;
  right: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  bottom: 0;
  margin: auto 0;
  display: flex;
  align-items: center;
}
.toggle-button-text,
.toggle-button-title {
  background: #fa4616;
  padding: 8px 16px !important;
  border-radius: 3rem;
  color: #fff;
}
.toggle-button-text.active,
.toggle-button-title.active,
.toggle-button-text:hover,
.toggle-button-title:hover {
  background: #fa4616;
  padding: 8px 16px !important;
  border-radius: 3rem;
  color: #fff;
}
#graffiti.show {
  display: block;
}
#graffiti.show .modal-dialog {
  -webkit-animation: scale-in-center 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-center 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
#graffiti.show::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.54);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.tour-modal.show {
  display: block;
}
.tour-modal.show .modal-dialog {
  -webkit-animation: scale-in-center 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-center 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.tour-modal.show::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.54);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.tour-modal .modal-dialog {
  transition: all 10ms ease-in-out !important;
}
.tour-modal .modal-content {
  border-radius: 16px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.078);
}
.tour-modal .modal-content .modal-body {
  padding: 12px;
}
.tour-modal .modal-content .modal-body .tour-carousel {
  display: flex;
  flex-direction: column;
}
.tour-modal .modal-content .modal-body .tour-carousel figure {
  border: 1px solid #E4E6E7;
  border-radius: 5px;
  /*height: 320px;*/
  overflow: hidden;
}
.tour-modal .modal-content .modal-body .tour-carousel .title {
  color: #263238;
}
.tour-modal .modal-content .modal-body .tour-carousel .owl-item .item {
  --bs-modal-width: 740px;
  width: var(--bs-modal-width);
}
.tour-modal .modal-content .modal-body .tour-carousel .owl-item .item.has-icon {
  --bs-modal-width: 500px;
  width: var(--bs-modal-width);
}
@media screen and (max-width: 767px) {
  .tour-modal .modal-content .modal-body .tour-carousel .owl-item .item {
    --bs-modal-width: 100vw;
  }
  .tour-modal .modal-content .modal-body .tour-carousel .owl-item .item.has-icon {
    --bs-modal-width: 100vw;
  }
}
.tour-modal .modal-content .modal-body .tour-carousel .owl-dots .owl-dot {
  pointer-events: none;
}
.tour-modal .modal-content .modal-body .tour-carousel .owl-nav {
  order: 3;
}
.tour-modal .modal-content .modal-body .tour-carousel .owl-nav .owl-prev {
  display: none;
}
.tour-modal .modal-content .modal-body .tour-carousel .owl-next.disabled,
.tour-modal .modal-content .modal-body .tour-carousel .owl-prev.disabled {
  display: none;
}
.tour-modal .modal-content .modal-body .btn-close {
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23485258'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.239);
  background-color: #fff;
  border: 1px solid #E4E6E7;
  position: absolute;
  inset: 32px 32px auto auto;
  width: 40px;
  aspect-ratio: 1;
  display: block;
  height: auto;
  box-sizing: border-box;
  border-radius: 50%;
  background-size: 10px;
  z-index: 9;
  opacity: 1;
  transition: all 0.1s ease-in-out;
}
.tour-modal .modal-content .modal-body .btn-close:is(:hover) {
  transform: scale(1.025);
}
.delete-tour-modal .modal-dialog {
  transition: all 10ms ease-in-out !important;
  -webkit-animation: scale-in-center 0.05s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-center 0.05s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  max-width: 574px;
}
.delete-tour-modal .modal-dialog .modal-content {
  border-radius: 16px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.078);
  border: 0;
}
.delete-tour-modal .modal-dialog .modal-content .modal-body {
  padding: 2rem;
}
.delete-tour-modal .modal-dialog .modal-content .modal-body .title {
  color: #263238;
  max-width: 75%;
}
.delete-tour-modal .modal-dialog .modal-content .modal-body .btn-primary {
  background-color: #fa4616;
  color: #fff;
  padding: 0.85rem 1.75rem;
  min-width: 256px;
  text-align: center;
  transition: all 100ms ease-in-out;
  border-radius: 8px;
  border: 0;
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
}
.delete-tour-modal .modal-dialog .modal-content .modal-body .btn-primary:is(:hover) {
  background-color: #f63805;
}
@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
#tsparticles {
  z-index: 1054;
  left: 0;
}
#sessionExpired {
  box-shadow: 0px 10px 30px #0000003D;
  border-radius: 8px;
}
.modal-dialog {
  transition: all 300ms ease-in-out !important;
}
#confirmArticleDeletionModal .modal-dialog,
#blockedAccountPopup .modal-dialog {
  min-width: 574px;
}
#confirmArticleDeletionModal .modal-dialog .modal-content,
#blockedAccountPopup .modal-dialog .modal-content {
  box-shadow: 0px 10px 30px #0000003d;
  border-radius: 8px;
  border: 0;
}
#confirmArticleDeletionModal .modal-dialog .modal-content .modal-body,
#blockedAccountPopup .modal-dialog .modal-content .modal-body {
  padding: clamp(2rem, 5vw, 54px);
  text-align: center;
}
#deleteDepartment .title,
#confirmArticleDeletionModal .title {
  color: #263238;
}
#deleteDepartment .btn-secondary,
#confirmArticleDeletionModal .btn-secondary {
  border: 0;
  background-color: #F09539;
  border-radius: 8px;
  padding-inline: clamp(1.5rem, 3vw, 54px);
  color: #fff;
  font-weight: 700;
}
#deleteDepartment .btn-secondary:is(:hover, :focus),
#confirmArticleDeletionModal .btn-secondary:is(:hover, :focus) {
  background-color: #de8327;
}
#deleteDepartment .btn-link,
#confirmArticleDeletionModal .btn-link {
  color: rgba(72, 82, 88, 0.56);
  text-decoration: underline;
}
@media (min-width: 1919px) {
  .row-cols-xxxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
}
@media (min-width: 2560px) {
  .row-cols-xxxxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxxxl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
}
.article-card {
  box-shadow: 0px 5px 15px #00000014;
  border-radius: 16px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.article-card .ratio {
  border: 1px solid #E4E6E7;
  border-radius: 12px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .article-card #vacancy-list .actions {
    flex-basis: auto;
  }
}
.table-article-point tbody td .form-control {
  max-width: 100px;
  display: inline-block;
}
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
}
.text-ellipsis.mw-25 {
  max-width: 25vw !important;
}
.search {
  position: relative;
}
.search input {
  text-indent: 25px;
}
.search input::-webkit-search-decoration,
.search input::-webkit-search-cancel-button,
.search input::-webkit-search-results-button,
.search input::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.search .fa-search {
  position: absolute;
  top: 20px;
  left: 16px;
}
.popup-list {
  background: #ffffff;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.078);
  border-radius: 16px;
  border: 1px solid #ffffff;
}
.popup-list.disabled {
  background: #F0F2F2;
  border: 1px solid #E4E6E7;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.25);
}
.popup-list.disabled .text-body {
  color: rgba(0, 0, 0, 0.25) !important;
}
.popup-list.disabled img {
  filter: grayscale(100%) opacity(0.4);
}
.table-striped > tbody > tr:nth-of-type(2n+1) > * {
  --bs-table-bg: #F1F3F3;
  box-shadow: unset;
}
.inverted-number-style {
  font-size: clamp(1.5rem, 2.5vw, 4rem) !important;
}
.inverted-number-title {
  font-size: clamp(1.25rem, 0.5vw, 4rem) !important;
}
.page-title-container {
  display: flex;
  align-items: center;
  gap: 8px;
}
.user-count-badge {
  margin-top: 6px;
}
.user-count-text {
  font-size: 17px;
}
.active-app_Icon {
  display: flex;
  align-items: center;
  column-gap: 5px;
}
