html,
body {
  height: 100%;
  font-size: 14px;
}
.loader {
  border: 4px solid #728bf1;
  border-top: 4px solid rgba(0, 0, 0, 0);
  border-radius: 50%;
  width: 25px;
  height: 25px;
  animation: spin 1s linear infinite;
  margin: auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1062;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading-box {
  margin: auto;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
}
.rgt-mask-loading {
  background: white;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
  align-items: center;
  display: flex;
  z-index: 1060;
}
.hover:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.hover-dark:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.hide {
  display: none;
}
/*multiselect*/
.dropdown-menu {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}
.notify-position {
  position: fixed;
  z-index: 1070;
  top: 50px;
  left: 50%;
  display: block;
  text-align: center;
  transform: translate(-50%, -50%);
}
.notify-content {
  display: inline-block;
  padding: 10px 15px;
  margin: auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.notify-success {
  background-color: #d1e7dd;
  color: #0f5132;
  border: 1px solid #badbcc;
}
.notify-error {
  background-color: #f8d7da;
  color: #842029;
  border: 1px solid #f5c2c7;
}
.btn-light {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.btn-light:hover {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.highlight {
  background-color: yellow;
}

.table tbody tr:nth-child(odd) {
  background: #f8f9fa;
}

.rgt_highlight_box {
  background-color: #f5f5f5;
  padding: 10px 10px 10px 10px;
  border: solid;
  border-width: thin;
  border-color: #e3e3e3;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.rgt_highlight_box .rgt_single_search,
.rgt_highlight_box div {
  margin-bottom: 0px;
}
.rgt_highlight_box input {
  margin-bottom: 0px;
}
.rgt_autocomplete_tag_show,
.rgt_text_inline {
  display: inline-block;
  text-align: left;
  width: auto;
  line-height: 20px;
  padding-top: 5px;
}
/*
.rgt_autocomplete_append {
  opacity: 0.4;
  margin-left: -20px;
  margin-top: 7px;
  position: absolute;
  z-index: 10;
}*/
.rgt_autocomplete_search {
  padding: 4px 20px 4px 6px;
}
.autocomplete-result {
  position: absolute;
  border: 1px solid #b8c7d9;
  display: block;
  background-color: #f5faff;
  z-index: 999;
}
.autocomplete-result .heading {
  font-weight: bold;
  padding: 0px;
  margin: 0px;
}
.autocomplete-result .content {
  padding: 0px;
  margin: 0px;
}
.autocomplete-result .detail {
  font-size: 0.8em;
  color: gray;
  padding: 0px;
  margin: 0px;
}
.autocomplete-result-box {
  padding: 5px;
  cursor: pointer;
}
.autocomplete-result .current {
  background-color: #cedff2;
}
.autocomplete-input-box {
  flex-wrap: nowrap !important;
}
.autocomplete-show-box {
  flex-wrap: nowrap !important;
}
.rgt_autocomplete_tag_show {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-left-width: 1px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  padding: 3px 8px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  padding-top: 6px;
  padding-bottom: 6px;
  word-wrap: break-word;
  white-space: normal !important;
  text-align: left !important;
}
/* SEARCH FORM */
#suggestions {
  position: absolute;
  width: 470px;
  display: block;
  z-index: 999;
}
/* SEARCHRESULTS */
#searchresults {
  margin-top: -5px;
  border-width: 1px;
  border-color: #b8c7d9;
  border-style: solid;
  width: 470px;
  background-color: #b8c7d9;
  line-height: 14px;
}
#searchresults .searchbox {
  display: block;
  background-color: #f5faff;
  clear: left;
  height: 45px;
  text-decoration: none;
}
#searchresults .current {
  background-color: #cedff2;
}
#searchresults .searchbox img {
  float: left;
  padding: 5px 10px;
}
#searchresults .searchbox p.searchheading {
  font-size: 14px;
  font-weight: bold;
  padding: 7px 5px 3px 70px;
  color: #191919;
}
#searchresults .searchbox:hover p.searchheading {
}
#searchresults .searchbox p {
  font-size: 10px;
  padding-left: 70px;
  margin: 0px 10px 0px 0px;
  color: #555555;
}
#searchresults .searchbox:hover p {
}
#searchresults a:hover {
  text-decoration: none;
}
#searchresults span.category {
  font-size: 11px;
  margin: 5px;
  display: block;
  color: #ffffff;
}
#searchresults span.seperator {
  float: right;
  padding-right: 15px;
  margin-right: 5px; /*background-image:url(../images/shortcuts_arrow.gif);*/
  background-repeat: no-repeat;
  background-position: right;
}
#searchresults span.seperator a {
  background-color: transparent;
  display: block;
  margin: 5px;
  height: auto;
  color: #ffffff;
}

/* SEARCH FORM */
.autocomplete_tag_suggestions {
  position: absolute;
  max-width: 470px;
  display: block;
  z-index: 999;
}
/* SEARCHRESULTS */
.autocomplete_tag_searchresults {
  border-width: 1px;
  border-color: #b8c7d9;
  border-style: solid;
  max-width: 470px;
  background-color: #b8c7d9;
  line-height: 14px;
}
.autocomplete_tag_searchresults .searchbox {
  display: block;
  background-color: #f5faff;
  clear: left;
  height: auto;
  text-decoration: none;
}
.autocomplete_tag_searchresults .current {
  background-color: #cedff2;
}
.autocomplete_tag_searchresults .searchbox img {
  float: left;
  padding: 5px 10px;
}
.autocomplete_tag_searchresults .searchbox p.searchheading {
  font-size: 14px;
  font-weight: bold;
  padding: 7px 5px 3px 70px;
  color: #191919;
}
.autocomplete_tag_searchresults
  .searchbox
  p.searchheading.rgt_searchheading_float_left {
  padding-left: 5px;
  font-weight: normal;
}
.autocomplete_tag_searchresults
  .searchbox
  p.searchheading.rgt_searchheading_float_left_bold {
  padding-left: 5px;
}
.autocomplete_tag_searchresults .searchbox:hover span.searchheading {
}
.autocomplete_tag_searchresults .searchbox p {
  font-size: 10px;
  padding-left: 70px;
  margin: 0px;
  color: #555555;
}
.autocomplete_tag_searchresults .searchbox .rgt_searchdetail_float_left {
  font-size: 10px;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0px;
  color: #555555;
}
.autocomplete_tag_searchresults .searchbox:hover span {
}
.autocomplete_tag_searchresults a:hover {
  text-decoration: none;
}
.autocomplete_tag_searchresults span.category {
  font-size: 11px;
  margin: 5px;
  display: block;
  color: #ffffff;
}
.autocomplete_tag_searchresults span.seperator {
  float: right;
  padding-right: 15px;
  margin-right: 5px; /*background-image:url(../images/shortcuts_arrow.gif);*/
  background-repeat: no-repeat;
  background-position: right;
}
.autocomplete_tag_searchresults span.seperator a {
  background-color: transparent;
  display: block;
  margin: 5px;
  height: auto;
  color: #ffffff;
}
.rgt_autocomplete_loading {
  margin-left: -28px;
  position: absolute;
  z-index: 100;
  margin-top: 5px;
}
/*     End autocomplete person    */
.legend {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.profile-pencil {
  position: absolute;
  right: 15px;
  top: 15px;
}
.form-actions {
  padding-left: 160px;
}
.btn-onclick {
  padding: 0px !important;
  border: 0px !important;
  background-color: transparent !important;
}
.btn-circle {
  border: 0px !important;
  border-radius: 50% !important;
  background-color: rgba(0, 0, 0, 0.03) !important;
}
.btn-circle:hover {
  background-color: rgba(0, 0, 0, 0.07) !important;
}
.btn-circle-white {
  border: 0px !important;
  border-radius: 50% !important;
  background-color: rgba(0, 0, 0, 0.03) !important;
}
.btn-circle-white:hover {
  background-color: rgba(255, 255, 255, 0.07) !important;
}

.modal-picture {
  position: fixed;
  z-index: 1062;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.7);
}
.modal-picture-content {
  margin: auto;
  display: block;
  max-width: 80%;
  max-height: 80%;
  border: 5px solid white;
  width: auto;
}
.modal-picture-tools {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}
.drop-image {
  height: 380px;
  min-width: 300px;
  max-width: 620px;
  border: 2px dashed rgba(0, 0, 0, 0.3);
  color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  position: relative;
}
.drop-image-over,
.drop-image:hover {
  border: 2px dashed #0d6efd;
}
.drop-image input {
  min-width: 300px;
  width: 100%;
  height: 380px;
  border: none;
  cursor: pointer;
  position: absolute;
}
.drop-image input:focus {
  outline: none;
}
.box--image {
  position: relative;
  max-width: 200px;
  outline: solid 1px red;
}
.upload-picture-edit-box {
  max-width: 620px;
  min-width: 370px;
  height: 320px;
  position: relative;
  overflow: hidden;
}
.upload-picture-img {
  left: 50%;
  top: 50%;
  position: absolute;
  transform-origin: top left;
  transform: translate(-50%, -50%);
}
.upload-picture-crop-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100px;
  height: 100px;
  box-sizing: border-box;
  border: 1px solid rgb(102, 102, 102);
  box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
  background: none repeat scroll 0% 0% transparent;
  z-index: 1;
}
.upload-picture-dummy-img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100px;
  height: 100px;
  background: none repeat scroll 0% 0% transparent;
}
.profile-table {
  font-size: 14px;
  width: 100%;
}
.profile-table th {
  color: gray;
  text-align: right;
  padding-right: 10px;
  font-weight: normal;
  width: 120px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.person-picture-album img {
  border: 1px solid rgba(0, 0, 0, 0.2);
  transition: transform 200ms ease;
}
.person-picture-album img:hover {
  border: 1px solid #0d6efd;
  transform: scale(1.02);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.person-picture-album-left {
  left: 15px;
  top: 50%;
  position: fixed;
  color: #f1f1f1;
  font-size: 24px;
  font-weight: bold;
  transform: translate(0, -50%);
}

.person-picture-album-right {
  right: 15px;
  top: 50%;
  position: fixed;
  color: #f1f1f1;
  font-size: 24px;
  font-weight: bold;
  transform: translate(0, -50%);
}
.group-input {
  background-color: #f5f5f5;
  padding: 3px;
  margin-bottom: 2px;
}
.group-input-field {
  margin-right: 30px;
}
.group-input-delete {
  width: 20px;
  float: right;
  vertical-align: middle;
  padding-right: 10px;
}
.hover-upload {
  position: absolute;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.3);
  color: rgba(0, 0, 0, 0.5);
  opacity: 0;
}
.hover-upload:hover {
  opacity: 1;
}
table.table {
  vertical-align: middle;
}
@media (max-width: 499px) {
  .form-input-form {
    flex-direction: column !important;
  }
  .form-input-label {
    width: 100%;
    text-align: left;
    padding-left: 20px;
  }
  .form-input-box {
    width: 100%;
    padding-left: 20px;
  }
  .form-input-action {
    padding-left: 20px;
  }
  .autocomplete-input-box {
    min-width: 100%;
  }
  .logo-rgt {
    display: block;
  }
  .logo-rgtcenter {
    display: none;
  }
}
@media (min-width: 500px) {
  .form-input-form {
    flex-direction: row !important;
  }
  .form-input-label {
    width: 160px;
    text-align: right;
  }
  .form-input-box {
    width: auto;
  }
  .form-input-action {
    padding-left: 160px;
  }
  .autocomplete-input-box {
    width: 300px;
  }
  .rgt_highlight_box .autocomplete-input-box {
    width: 450px;
  }
  .logo-rgt {
    display: none;
  }
  .logo-rgtcenter {
    display: block;
  }
}

@media (max-width: 799px) {
  .navbar-rgt-name,
  .navbar-rgt-logo {
    display: none;
  }
}
@media (min-width: 800px) {
  .navbar-rgt-name {
    display: block;
  }
  .navbar-rgt-logo {
    width: 160px;
  }
}
@media (max-width: 960px) {
  .rgt-projectbar {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .rgt-projectbar select {
    width: 100%;
  }
  .searchbox-index {
    width: auto;
  }
}

@media (min-width: 961px) {
  .rgt-projectbar {
    float: right;
    margin-bottom: 0px;
  }
  .rgt-projectbar select {
    max-width: 400px;
  }
  .searchbox-index {
    max-width: 300px;
  }
}

@media (min-width: 1280px) {
  .rgt-projectbar select {
    max-width: 500px;
  }
  .searchbox-index {
    max-width: 400px;
  }
}
.sticky-header th {
  position: sticky;
  top: 39px;
  background-color: white;
  /*border: 1px solid rgb(222, 226, 230);*/
  box-shadow: 0px 0px 0px 0.75px rgb(222, 226, 230);
  background-color: #fff;
}

.btn-primary-custom {
  background-color: #a45fef;
  border-color: #a45fef;
}

.btn-primary-custom:hover {
  background-color: #923af2;
  border-color: #923af2;
}

.blockquote-message {
  background-color: #efefef;
  font-style: italic;
  border-left: 6px solid;
}

.primary-ct {
  color: #a45fef;
}

.secondary-ct {
  color: #30b8fe;
}

.third-ct {
  color: #fb8b1b;
}

.quote-section {
  font-size: 40px;
  width: 60%;
  margin: 0 auto;
}
.quote-section h1 {
  font-size: 4rem;
}
.quote-section p {
  font-style: italic;
  margin-bottom: 0;
}

.quote-section p::before,
.quote-section p::after {
  color: #38b0fe;
  content: "“";
  font-family: Georgia;
  font-size: 4rem;
  margin: -2rem 0 0 -4rem;
  position: absolute;
  opacity: 0.5;
  width: 40px;
}

.quote-section p::after {
  content: "”";
  margin: 0rem 0 0 1rem;
}

/* circular svg progress bar */
.progress {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  height: auto;
  background-color: inherit;
}

.progress .bar1 {
  stroke: #5680f9;
}
.progress .offline {
  stroke: #c2c2c2;
}
.progress .online {
  stroke: #38b0fe;
}

.progress .offline,
.progress .online {
  stroke-width: 10px;
}
.progressdiv {
  position: relative;
}

.progressdiv:after {
  position: absolute;
  top: 45%;
  left: 50%;
  font-size: 28px;
  transform: translate(-50%, -50%);
  content: attr(data-score-percent);
}

.progressdiv:before {
  position: absolute;
  top: 58%;
  left: 50%;
  font-size: 11px;
  transform: translate(-50%, -50%);
  content: attr(data-result);
  color: var(--customColor);
}
.progress-main-all {
  display: block;
  /* flex-direction: row;
  justify-content: center;
  align-items: flex-start; */
}

.progress-main-text .user-data {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.progress-main-text {
  margin-left: 50px;
}

.progress-main-text .user-div {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
.d-div1 {
  background: #e3d9d9;
}
.d-div2 {
  background: #5680f9;
}
.d-div3 {
  background: #c2c2c2;
}

path {
  stroke-linecap: round;
  transition: stroke-dashoffset 1s ease;
}

path.grey {
  stroke: #38b0fe;
  stroke-width: 10px;
}
.grey-path-2 {
  stroke: #dbeeff;
  stroke-width: 10px;
}

path.white1 {
  stroke: #fff;
  stroke-width: 1.5px;
}
/* end circular svg progress bar */

.administrator-body {
  height: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #f5f5f5;
}

.text-headline-danger {
  background-color: red;
  color: white;
  padding: 3px;
  border-radius: 5px;
}

.text-sub-headline-danger {
  background-color: red;
  color: white;
  padding: 3px;
  border-radius: 5px;
}

.yt-home {
  width: 100%;
  height: 195px;
}

@media (min-width: 576px) {
  .yt-home {
    width: 560px;
    height: 315px;
  }
}