.hidden-filter1, .hidden-filter2, .hidden-filter3, .hidden-filter4, .hidden-empty {
  display: none;
}

.service-select-table-name li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.service-select-table-item {
  cursor: pointer;
}

.hidden2 {
  display: none;
}

.hint-source {
  cursor: help !important;
}

/*.fixed-hint {position:sticky;right:0;top:0;height:100%;}*/
.service-select-group-item h5 {
  white-space: nowrap;
}

.f-24 {
  font-size: 24px;
}

.methodics-menu {
  z-index: 1021;
  width: 250px;
  position: fixed;
  top: 65px;
  bottom: 0;
  background: #F5F5F5;
  border-right: 1px solid #E0E0E0;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
}

.methodics-menu.slide-in {
  animation: slide-in 0.5s forwards;
  -webkit-animation: slide-in 0.5s forwards;
}

.methodics-menu.slide-out {
  animation: slide-out 0.5s forwards;
  -webkit-animation: slide-out 0.5s forwards;
}

@keyframes slide-in {
  100% {
    transform: translateX(0%);
  }
}
@-webkit-keyframes slide-in {
  100% {
    -webkit-transform: translateX(0%);
  }
}
@keyframes slide-out {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes slide-out {
  0% {
    -webkit-transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
  }
}
img {
  max-width: 100%;
}

.fc-v-event .fc-event-main, .fc-h-event .fc-event-main {
  color: inherit !important;
}

div p:last-child {
  margin-bottom: 0;
}

.slim-menu {
  position: relative;
  overflow-y: auto;
  height: calc(100vh - 20px);
  background: #fff;
}

body, html {
  position: relative;
}

.chosen-container-single .chosen-single {
  height: calc(1.5em + 0.75rem + 2px) !important;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  font-size: 1rem;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #adb5bd;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #adb5bd;
}

.alert-flat {
  border: 2px solid transparent;
  padding: 1.5rem;
  margin-bottom: 1rem;
  align-items: stretch;
  border-radius: 1rem;
}
.alert-flat-icon {
  width: 3rem;
  margin-right: 1rem;
}
.alert-flat .media-body {
  padding-left: 1rem;
  border-left: 2px solid #E0E0E0;
  align-items: center;
  display: flex;
}
.alert-flat h4 {
  font-size: 1.25rem;
}
.alert-flat-success {
  border-color: #219653;
}
.alert-flat-success h4 {
  color: #219653;
}
.alert-flat-info {
  border-color: #03A9F4;
}
.alert-flat-info h4 {
  color: #03A9F4;
}
.alert-flat-warning {
  border-color: #FF5722;
}
.alert-flat-warning h4 {
  color: #FF5722;
}
.alert-flat-danger {
  border-color: #ffc107;
}
.alert-flat-danger h4 {
  color: #ffc107;
}
.alert-flat-sm .alert-flat-icon {
  width: 2rem;
}

.card-modal {
  border: none;
}
.card-modal .card-header {
  background: none;
  padding-left: 0;
  padding-right: 0;
}
.card-modal .card-body {
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-size: 0.875rem;
}
.card-modal .card-body p {
  font-size: 0.875rem;
  line-height: 1.5;
}
.card-modal .card-body p:last-child {
  margin-bottom: 0;
}
.card-modal .card-footer {
  padding-left: 0;
  padding-right: 0;
}
.card-modal ul {
  padding-left: 30px;
}
.card-modal ul li {
  font-size: 0.875rem;
}
.card-modal ul:last-child {
  margin-bottom: 0;
}

.modal-report-header {
  font-weight: 600;
  font-size: 0.875rem;
}
.modal-report-body {
  padding: 0.5rem 0;
  font-size: 0.875rem;
}
.modal-report-body p {
  font-size: 0.875rem;
}
.modal-report-body p:last-child {
  margin-bottom: 0;
}
.modal-report-body .badge {
  font-size: 0.875rem;
  padding: 0.5rem 0.75rem;
}
.modal-report {
  border-bottom: 1px dashed #E0E0E0;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.modal-report:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.modal-report-document {
  padding: 0.75rem 0;
  border-bottom: 1px dotted #E0E0E0;
  margin-bottom: 0.75rem;
}
.modal-report-document:first-child {
  padding-top: 0;
}
.modal-report-document:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.modal-report-document .modal-report-document-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #424242;
}
.modal-report-document .modal-report-document-title:hover {
  color: #03A9F4;
}
.modal-report-document-icon {
  width: 2rem;
  margin-right: 1rem;
}
.modal-report-document .modal-body {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.modal-report-text-success {
  border-left: 3px solid #219653;
  padding-left: 1rem;
}
.modal-report-text-info {
  border-left: 3px solid #03A9F4;
  padding-left: 1rem;
}
.modal-report-text-warning {
  border-left: 3px solid #ffc107;
  padding-left: 1rem;
}

.login-header-brand {
  max-width: 16rem;
  text-decoration: none;
  display: block;
}
.login-header-brand-sub {
  display: block;
  font-size: 0.8125rem;
  color: #9E9E9E;
  font-weight: bold;
  letter-spacing: 0.059rem;
}
.login-header-brand:hover {
  text-decoration: none;
}

.login-header-text {
  font-size: 1rem !important;
  line-height: 1.5;
}

.test-rating-area .left-text {
  color: #27AE60;
  font-weight: bold;
}
.test-rating-area .right-text {
  color: #EB5757;
  font-weight: bold;
}
.test-rating-area .btn-rating-area {
  border-left: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
  padding: 0 1rem;
}
.test-rating-area .btn-rating-area .btn-group-toggle {
  padding: 0 0.2rem;
}
.test-rating-area .btn-rating-area .btn-group-toggle .btn-rating {
  display: block;
  height: 36px;
  padding: 0.25rem;
  opacity: 0.45;
}
.test-rating-area .btn-rating-area .btn-group-toggle .btn-rating:hover, .test-rating-area .btn-rating-area .btn-group-toggle .btn-rating.active {
  opacity: 1;
}
.test-rating-area .btn-rating-area .btn-group-toggle:first-child .btn-rating {
  background: #2E7D32;
}
.test-rating-area .btn-rating-area .btn-group-toggle:nth-child(2) .btn-rating {
  background: #808E2E;
}
.test-rating-area .btn-rating-area .btn-group-toggle:nth-child(3) .btn-rating {
  background: #BD9A2A;
}
.test-rating-area .btn-rating-area .btn-group-toggle:nth-child(4) .btn-rating {
  background: #FFA726;
}
.test-rating-area .btn-rating-area .btn-group-toggle:nth-child(5) .btn-rating {
  background: #F7852B;
}
.test-rating-area .btn-rating-area .btn-group-toggle:nth-child(6) .btn-rating {
  background: #F0652F;
}
.test-rating-area .btn-rating-area .btn-group-toggle:last-child .btn-rating {
  background: #E53935;
}

.text-vertical {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -moz-transform-origin: left top 0;
  -webkit-transform-origin: left top 0;
  transform-origin: left top 0;
  margin-left: 30px;
  padding: 0;
  float: left;
  height: 80px;
  width: 5px;
  white-space: nowrap;
}

.card .card-body .mbot {
  margin: 0 0 1.5rem !important;
}
.card .card-body .disabled {
  pointer-events: none;
  opacity: 0.9;
}
.card .card-body .disabled .btn {
  background-color: #424242;
  border-color: #424242;
}
.card .card-body input[type=text].disabled {
  color: #ffffff;
}
.card .card-body.not-hr-line hr {
  border: none;
}
.card .card-body.not-hr-line .form-group div.row {
  display: block;
}
.card .card-body.not-hr-line .form-group div.btn-sm {
  display: block;
}

.rotate90 {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.text-small {
  font-size: 0.875rem;
}

.cabinet-social-left {
  height: calc(100vh - 5rem);
}

.table thead {
  background: white;
}
.table-va-bottom {
  vertical-align: bottom !important;
}

.text-grey-5 {
  color: #9E9E9E;
}

.fs-13 {
  font-size: 0.8125rem !important;
}
.fs-14 {
  font-size: 0.875rem !important;
}
.fs-16 {
  font-size: 1rem !important;
}
.fs-18 {
  font-size: 1.125rem !important;
}
.fs-20 {
  font-size: 1.25rem !important;
}

.service-list-item-photo {
  width: 36px;
  height: 36px;
  object-fit: cover;
  border-radius: 50rem;
  overflow: hidden;
}
.service-list-item-photo_big {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 0.5rem;
}

.question-item-line {
  margin-bottom: 1rem !important;
  padding-bottom: 1rem;
  border-bottom: 1px dashed #E0E0E0;
}
.question-item-line:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0 !important;
}
.question-item-line .btn-outline-secondary {
  border-color: #03A9F4;
}
.question-item-line .btn-outline-secondary:hover {
  background-color: #03A9F4;
}
.question-item-line .btn-group > .btn-group:not(:first-child), .question-item-line .btn-group > .btn:not(:first-child) {
  margin-left: -2px;
}
.question-item-line b {
  font-weight: bold !important;
}

.table-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.table-list-item {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.table-list-item:first-child {
  flex: 0 0 100%;
  max-width: 100%;
}

.videowrap {
  max-width: 720px;
  margin: 0 auto;
}

.videoblock {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.videoblock iframe,
object,
embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.custom-select, .input-group-text {
  font-size: 0.875rem;
  font-weight: 500;
}

.text-red {
  color: #EB5757;
}
.text-orange {
  color: #FF9800;
}
.text-grey {
  color: #9E9E9E;
}

.list-group-item.active p {
  color: #ffffff;
}

.list-group-item-card {
  padding: 0.75rem 1rem;
  border-radius: 1rem;
  border: 2px solid #E0E0E0;
  margin-bottom: 0.5rem;
}
.list-group-item-card__title {
  font-weight: 700;
  display: flex;
  font-size: 0.875rem;
}
.list-group-item-card__city {
  background: #EEEEEE;
  margin-top: 0.25rem;
  border-radius: 0.5rem;
  font-size: 0.8125rem;
  display: inline-flex;
  padding: 0.25rem 0.5rem;
}

.pagination {
  background: #EEEEEE;
  display: inline-flex;
  border-radius: 0.75rem;
  margin-top: 1rem;
}
.pagination .page-item.active .page-link {
  background: #455A64;
}
.pagination .page-item:first-child .page-link {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.pagination .page-item:last-child .page-link {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.pagination .page-link {
  background: none;
  border: none;
  color: #424242;
  border-radius: 0.75rem;
  padding: 0.65rem 1rem;
  padding-top: 0.75rem;
  line-height: 1.35;
  font-size: 0.875rem;
}
.pagination .page-link:hover {
  background: #455A64;
  color: #ffffff;
}

.card-base-link {
  cursor: pointer;
}
.card-base-link:hover {
  background: #F5F5F5;
  box-shadow: 0 0.625rem 0.625rem 0 rgba(0, 10, 10, 0.1);
}

.test-btn-run:has(.emoji-answer) {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.test-btn-run:has(.emoji-answer) > a {
  margin-right: 0 !important;
  display: flex;
  justify-content: center;
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .test-btn-run:has(.emoji-answer) {
    justify-content: space-between;
    gap: 12px;
  }
  .test-btn-run:has(.emoji-answer) > a {
    width: calc(50% - 6px);
  }
}
.emoji-answer {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
}

.emoji-answer__emoji {
  font-size: 48pt;
  line-height: 1;
}

.emoji-answer__caption {
  font-size: 14px;
  line-height: 1.2;
}

/*# sourceMappingURL=hrplus.css.map */
