﻿@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");
.form-signin {
  width: 100%;
  max-width: 450px;
  padding: 15px;
  margin: auto; }

.form-signin .checkbox {
  font-weight: 400; }

.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px; }

.form-signin .form-control:focus {
  z-index: 2; }

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.progress {
  height: 3px !important; }

.progress-bar-danger {
  background-color: #e90f10; }

.progress-bar-warning {
  background-color: #ffad00; }

.progress-bar-success {
  background-color: #02b502; }

.hidden {
  visibility: hidden;
  width: 0px;
  height: 0px; }

.banner {
  border-radius: 2px;
  background-color: lightcoral;
  margin-bottom: 12px;
  padding: 12px; }

.banner > span {
  color: white; }

.center-container {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -40%); }

.page-actions-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 16px; }

.card-body > btn-outline {
  color: #4fbfa8;
  background-color: #ffffff;
  border-color: #561D88;
  color: #561D88; }

.btn-outline:hover,
.btn-outline:active,
.btn-outline:focus,
.btn-outline.active {
  background: #561D88;
  color: #ffffff;
  border-color: #561D88; }

.card-xycare {
  width: 16rem;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  border-radius: 10px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 0.5px 0.5px transparent, 0 0.5px 0.5px rgba(0, 0, 0, 0.23); }

.card-xycare:hover {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2), 0 1px 6px rgba(0, 0, 0, 0.1); }

.card-header-xycare {
  color: white;
  background-color: #63178c;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 64px;
  align-items: center;
  font-size: 1.1rem;
  border-width: 0px;
  margin-bottom: 8px; }

.card-body {
  padding: 0px; }

.btn-xycare {
  background-color: #63178c;
  border-color: #561D88;
  color: #ffffff; }

.btn-xycare:hover,
.btn-xycare:active,
.btn-xycare:focus,
.btn-xycare.active {
  background: #63178c;
  color: #ffffff;
  border-color: #63178c; }

.purple {
  background-color: #63178c;
  color: white; }

.purple:hover {
  background-color: #8c2fde;
  color: lightgrey; }

.purple:active {
  background-color: white;
  color: #561D88 !important;
  border-color: #561D88;
  border-width: 3px;
  font-weight: 900; }
