@charset "UTF-8";


body .container .card-wrapper {
	padding-bottom: 30px;
}

body .container .card .card-text {
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    color: var(--bs-gray-900);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    margin-bottom: 10px;
}

body .container .card::after {
    margin-top: 0px;
}
body .container .card-body {
    padding: 20px;
}

body .container .card .card-title {
  font-family: var(--bs-body-font-family);
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
  color: var(--ut-primary-500);
  min-height: auto;
  margin-bottom: 15px;
}

body .container .card {
    margin: 0;
    box-shadow: var(--ut-box-shadow);
    background: #fff;
    border-right: none;
    border-radius: var(--ut-radius);
    overflow: auto;
    max-height: none;
}
