﻿body {
  --core-bg-primary: #F7F8FA;
  /*--core-bg-primary: #c5c5c5;*/
}

.form-check-label {
  cursor: pointer;
}

.card {
  width: 100%;
  border: none !important;
}
@media (min-width: 768px) {
  .card {
    border: 1px solid rgba(0, 0, 0, 0.125);
  }
}

.max-w {
  min-width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .max-w {
    min-width: 80%;
    max-width: 80%;
  }
}
@media (min-width: 1200px) {
  .max-w {
    min-width: 70%;
    max-width: 70%;
  }
}
@media (min-width: 1400px) {
  .max-w {
    min-width: 60%;
    max-width: 60%;
  }
}

.modal-dialog {
  --bs-modal-width: 100%;
}
@media (min-width: 768px) {
  .modal-dialog {
    --bs-modal-width: 60%;
  }
}
@media (min-width: 1200px) {
  .modal-dialog {
    --bs-modal-width: 50%;
  }
}

textarea {
  resize: none !important;
}

.form-floating > .form-control, .form-floating > .form-select {
  height: auto !important;
  /*padding-top:3rem !important;*/
}

* {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
}

.progress-bar {
  transform: rotate(180deg);
}

@media (min-width: 1200px) {
  .SfSpliter {
    min-width: 50%;
    max-width: 50%;
  }
}

#viewer_viewerMainContainer {
  /*padding-bottom:0.50rem;*/
}

.mw-720 {
  max-width: 720px !important;
}

.pe-pointer {
  cursor: pointer;
}

.card-native {
  height: calc(100vh - 30%);
}

.e-toolbar-items {
  display: flex;
  width: 100%;
}

.e-toolbar-title {
  order: 1;
  padding: 0 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  height: 100%;
}

.e-toolbar {
  display: flex !important;
  align-items: center;
}

.e-separator {
  margin-right: 0.7rem !important;
}

.hover:has(.border) > div:not(.title):hover {
  background: #FAFAFA;
}
.hover:has(.border) > div:not(.title):focus, .hover:has(.border) > div:not(.title):visited, .hover:has(.border) > div:not(.title):active {
  outline: #1F42EF solid 1px !important;
  border-radius: 0.25rem;
}

.hover:has(.border) > button {
  background-color: transparent;
  border: none;
  padding: 0;
}
.hover:has(.border) > button:hover {
  background: #FAFAFA;
}
.hover:has(.border) > button:focus, .hover:has(.border) > button:visited, .hover:has(.border) > button:active {
  outline: #1F42EF solid 1px !important;
  border-radius: 0.25rem;
}

/*a {
    &:focus {
        outline: #1F42EF solid 1px !important;
        border-radius: 0.25rem;
    }
}*/
.accordion-button::after {
  align-self: flex-start;
  margin-top: 0.25rem;
}

.cover {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff !important;
}

.child-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

.loader-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

.loader {
  /*    position: relative;
  top: 50%;
  left:0;
  bottom: 0;
  width: 100%;*/
}

.loader-fill {
  width: 100%;
}

.text-color-secondary {
  color: #414651;
}

.btn {
  --bs-border-radius: 0.5rem;
}
.btn:focus-visible {
  --bs-btn-focus-shadow-rgb: 0,0,0;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-primary {
  --bs-btn-bg: #1F42EF;
  --bs-btn-hover-bg: #1F42EF;
}

.btn-danger {
  --bs-btn-bg: #D92D20;
  --bs-btn-hover-bg: #D92D20;
}

.progress {
  --bs-progress-height: 0.5rem;
  --bs-progress-bar-bg: #1F42EF;
}

.tab-content {
  margin-top: 1.25rem;
}

.form-control:focus {
  box-shadow: none !important;
  outline: 2px solid #4A6BF8;
}

.shadow {
  --bs-box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
}

.btn-close:focus {
  --bs-btn-close-focus-shadow: none;
}

.bg-danger {
  --bs-danger-rgb: 217, 45, 32;
}

.dropdown-item.active, .dropdown-item:active {
  --bs-dropdown-link-active-bg: transparent;
  --bs-dropdown-link-active-color: var(--bs-body-color);
}

textarea:disabled {
  background-color: transparent;
}

.nav-underline .nav-link.active, .nav-underline .show > .nav-link {
  font-weight: 600;
}

.form-control {
  --bs-body-color: #717680;
}

.pollux-list li:last-child {
  border-bottom: none !important;
}
