html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.bg-plum {
    --bs-bg-opacity: 1;
    background-color: #82428d !important;
}

.bg-plum-light {
    --bs-bg-opacity: 1;
    background-color: #C591C2 !important;
}

.bg1-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb),var(--bs-bg-opacity)) !important
}

.border-plum {
    border: 1px solid;
    border-color: #82428d;
}

.text-plum {
    color: #82428d;
}

.alert-error ul {
    list-style: none;
}

.btn-user {
    background-image: none;
    /*    border: 2px solid #ff0000;*/
}

.btn-outline-primary {
    border: 1px solid #82428d;
    color: #82428d;
}

.btn-outline-primary:hover {
    background-color: #82428d;
    border: 1px solid  rgba(130,66,141, 0.25);
}

.btn-primary {
    background-color: #C591C2;
    background-color: #FFFFFF;
    background-color: #82428d;
    border: 2px solid #82428d;
    color: #82428d;
    color: #FFFFFF;
}

.btn-primary:hover {
    background-color: #65336E;
}
.dropdown-toggle-ni::after {
    display: none;
}

.card-plum {
    border: 1px solid rgba(130,66,141, 0.6);
}
.card-header-plum {
    background-color: rgba(130,66,141, 0.25);
    color: black;
    border: 0 none;
}

.pagination { }
.page-link {
    background-color: rgba(130,66,141, 0.25);
    color: white !important;
}
.page-item a:hover {
    background-color: #82428d !important;
}
.page-item.active .page-link {
    color: #fff !important;
    background: #82428d !important;
    border: 1px solid rgba(130,66,141, 0.6);
}

textarea,
input[type]:not([type=search]):not([type=url]):not([type=hidden]):not([type=submit]):not([type=checkbox]):not([type=radio]) {
    --bs-bg-opacity: 1;
    /*background-color: #e6e6e6 !important;*/
    background-color: #f1f1f1 !important;
    padding: 10px;
}

textarea:read-only,
input[type]:read-only:not([type=submit]):not([type=checkbox]) {
    --bs-bg-opacity: 1;
    background-color: #c6c6c6 !important;
    background-color: #f1f1f1 !important;
}

select {
    --bs-bg-opacity: 1;
    background-color: #e6e6e6 !important;
    height: 50px;
}

.input-group-text {
    padding: 12px;
}

.dropdown-item:active {
    --bs-bg-opacity: 1;
    background-color: #C591C2 !important;
}

.dropdown-item-decoration:active {
    --bs-bg-opacity: 1;
    background-color: #FFFFFF !important;
}

.dropdown-item-decoration:hover {
    --bs-bg-opacity: 1;
    background-color: #FFFFFF !important;
}

.btn-outline-plum {
    border: 1px solid;
    border-color: #82428d;
}

.btn-plum {
    --bs-bg-opacity: 1;
    background-color: #82428d !important;
}

/*.hover-plum {
    border: 1px solid;
    background-color: #00ff818d !important;
}
*/

.hover-plum div:hover {
    --bs-bg-opacity: 1;
    background-color: #C591C2 !important;
}

.hover-white div:hover {
    --bs-bg-opacity: 1;
    background-color: #FFFFFF !important;
}
