@charset "UTF-8";
html {
  font-size: 100%;
}

:root {
  --c-l-gray: #e0e0e0;
  --c-gray: #bac2c6;
  --c-pistachio: #7ed9bf;
  --c-l-pistachio: rgba(126, 217, 191, 0.45);
  --c-l-green: #3bd1a6;
  --c-green: #2c9e7e;
  --c-d-green:#417063;
  --c-ml-grren:#36bf98;
  --c-white: #fff;
  --c-black: #000;
  --c-svg-green: #3acda2;
  --c-error: #a10000;
  --t-xxxl: 4rem;
  --t-xxl: 3.375rem;
  --t-xl: 3rem;
  --t-l: 2.25rem;
  --t-md: 1.875rem;
  --t-md-regular: 1.75rem;
  --t-regular: 1.5rem;
  --t-w-bold: 700;
  --t-w-semi-bold: 500;
  --t-w-regular: 400;
  --t-w-thin: 300;
}

.t-xxxl {
  font-size: var(--t-xxxl);
}

.t-xxl {
  font-size: var(--t-xxl);
}

.t-xl {
  font-size: var(--t-xl);
}

.t-l {
  font-size: var(--t-l);
}

.t-md {
  font-size: var(--t-md);
}

.t-md-regular {
  font-size: var(--t-md-regular);
}

.t-regular {
  font-size: var(--t-regular);
}

.t-w-bold {
  font-weight: var(--t-w-bold);
}

.t-w-semi-bold {
  font-weight: var(--t-w-semi-bold);
}

.t-w-regular {
  font-weight: var(--t-w-regular);
}

.t-w-thin {
  font-weight: var(--t-w-thin);
}

.t-c-white {
  color: var(--c-white);
}

.t-c-l-gray {
  color: var(--c-l-gray);
}

.t-c-gray {
  color: var(--c-gray);
}

.t-c-d-green {
  color: var(--c-d-green);
}

.t-c-black {
  color: var(--c-black);
}

.t-center {
  text-align: center;
}

.hidden {
  display: none !important;
}

body {
  font-family: "Roboto", sans-serif;
}
body.home {
  background-color: var(--c-l-green);
}
body.home .not-logged {
  padding-top: 3rem;
}
body.home .not-logged .btn {
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 2rem auto;
}
body.home .app-list-tail {
  display: flex;
  flex-wrap: wrap;
  gap: 7.4375rem;
}
body.home .app-list-tail li {
  width: 24.4563rem;
  height: 22.5625rem;
  flex-grow: 0;
  padding: 7.2687rem 1.3813rem 7.35rem 1.3562rem;
  border-radius: 0.625rem;
  background-color: var(--c-white);
  font-size: var(--t-xxl);
  font-weight: var(--t-w-regular);
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.0675rem;
  text-align: center;
  color: var(--c-d-green);
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 768px) {
  body.home .app-list-tail li {
    width: 100%;
  }
}
body .img-mirror {
  transform: scaleX(-1);
}
body.home, body.method_b, body.calculator {
  max-width: 1280px;
  margin: 0 auto;
  flex-grow: 0;
}
body.home main, body.method_b main, body.calculator main {
  position: relative;
}
body.home .login-cointainer, body.method_b .login-cointainer, body.calculator .login-cointainer {
  padding-top: 9rem;
}
body.home .pfhb-logo, body.method_b .pfhb-logo, body.calculator .pfhb-logo {
  position: absolute;
  top: 0;
  right: 0;
  mix-blend-mode: lighten;
}
body.home .cow-left, body.method_b .cow-left, body.calculator .cow-left {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1200px) {
  body.home .cow-left, body.method_b .cow-left, body.calculator .cow-left {
    display: none;
  }
}
@media (min-width: 1365px) {
  body.home .cow-left, body.method_b .cow-left, body.calculator .cow-left {
    transform: translate(-25%, 50%);
  }
}
body.home .cow-left.img-mirror, body.method_b .cow-left.img-mirror, body.calculator .cow-left.img-mirror {
  transform: scaleX(-1);
}
@media (min-width: 1365px) {
  body.home .cow-left.img-mirror, body.method_b .cow-left.img-mirror, body.calculator .cow-left.img-mirror {
    transform: translate(-25%, 50%) scaleX(-1);
  }
}
body.home h1, body.method_b h1, body.calculator h1 {
  margin-bottom: 0;
  line-height: 1;
}
body.home .flex-cnt, body.method_b .flex-cnt, body.calculator .flex-cnt {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
body.home .cnt-1-3, body.method_b .cnt-1-3, body.calculator .cnt-1-3 {
  width: 32.578125%;
  display: flex;
  flex-direction: column;
  padding-top: 12rem;
  align-items: flex-end;
  padding-right: 70px;
}
body.home .cnt-2-3, body.method_b .cnt-2-3, body.calculator .cnt-2-3 {
  max-width: 53.9375rem;
  width: 67.421875%;
}
body.home .cnt-3-3, body.method_b .cnt-3-3, body.calculator .cnt-3-3 {
  max-width: 100%;
  width: 100%;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}
body.home .dashboard-data-cnt, body.method_b .dashboard-data-cnt, body.calculator .dashboard-data-cnt {
  margin-top: 1.75rem;
  position: relative;
}
body.home .dashboard-data-cnt .cow-right, body.method_b .dashboard-data-cnt .cow-right, body.calculator .dashboard-data-cnt .cow-right {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: scaleX(-1);
  display: none;
}
@media (min-width: 1200px) {
  body.home .dashboard-data-cnt .cow-right, body.method_b .dashboard-data-cnt .cow-right, body.calculator .dashboard-data-cnt .cow-right {
    display: block;
    transform: translate(30%, 100%) scaleX(-1);
  }
}
body.home .grid-header, body.method_b .grid-header, body.calculator .grid-header {
  height: 3.5rem;
  flex-grow: 0;
  border-radius: 10px;
  background-color: var(--c-gray);
  text-align: center;
}
body.home .grid-header span, body.method_b .grid-header span, body.calculator .grid-header span {
  color: var(--c-white);
}
body.home .three-grid, body.method_b .three-grid, body.calculator .three-grid {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 53.9375rem;
  font-size: var(--t-regular);
  gap: 1.375rem;
  align-content: flex-start;
}
body.home .three-grid li, body.method_b .three-grid li, body.calculator .three-grid li {
  grid-template-columns: 11.75rem 14.1875rem 28rem;
  display: grid;
  height: -moz-max-content;
  height: max-content;
}
body.home .three-grid li span, body.method_b .three-grid li span, body.calculator .three-grid li span {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  justify-content: flex-start;
  color: var(--c-d-green);
}
body.home .three-grid li .btn, body.method_b .three-grid li .btn, body.calculator .three-grid li .btn {
  margin-right: 0.5rem;
}
body.home .three-grid .grid-header span, body.method_b .three-grid .grid-header span, body.calculator .three-grid .grid-header span {
  padding: 0;
  justify-content: center;
  letter-spacing: -0.48px;
  color: var(--c-white);
}
body.home .fourth-grid, body.method_b .fourth-grid, body.calculator .fourth-grid {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 53.9375rem;
  font-size: var(--t-regular);
  gap: 1.375rem;
  align-content: flex-start;
}
body.home .fourth-grid li, body.method_b .fourth-grid li, body.calculator .fourth-grid li {
  grid-template-columns: 7.75rem 10rem 20rem 14.1875rem;
  display: grid;
  height: -moz-max-content;
  height: max-content;
}
body.home .fourth-grid li span, body.method_b .fourth-grid li span, body.calculator .fourth-grid li span {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  justify-content: flex-start;
  color: var(--c-d-green);
}
body.home .fourth-grid li .btn, body.method_b .fourth-grid li .btn, body.calculator .fourth-grid li .btn {
  margin-right: 0.5rem;
}
body.home .fourth-grid .grid-header span, body.method_b .fourth-grid .grid-header span, body.calculator .fourth-grid .grid-header span {
  padding: 0;
  justify-content: center;
  letter-spacing: -0.48px;
  color: var(--c-white);
}
body.home .fifth-grid, body.method_b .fifth-grid, body.calculator .fifth-grid {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 53.9375rem;
  font-size: var(--t-regular);
  gap: 1.375rem;
  align-content: flex-start;
}
body.home .fifth-grid li, body.method_b .fifth-grid li, body.calculator .fifth-grid li {
  grid-template-columns: 7.75rem 15rem 10rem 8rem 10rem;
  display: grid;
  height: -moz-max-content;
  height: max-content;
}
body.home .fifth-grid li span, body.method_b .fifth-grid li span, body.calculator .fifth-grid li span {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  justify-content: flex-start;
  color: var(--c-d-green);
  word-wrap: break-word;
}
body.home .fifth-grid li .btn, body.method_b .fifth-grid li .btn, body.calculator .fifth-grid li .btn {
  margin-right: 0.5rem;
}
body.home .fifth-grid .grid-header span, body.method_b .fifth-grid .grid-header span, body.calculator .fifth-grid .grid-header span {
  padding: 0;
  justify-content: center;
  letter-spacing: -0.48px;
  color: var(--c-white);
}
body.home .big-side-btn, body.method_b .big-side-btn, body.calculator .big-side-btn {
  width: 11.25rem;
  height: 11.25rem;
  flex-grow: 0;
  padding: 0.3625rem 0.5875rem 0.5875rem 0.5875rem;
  border-radius: 0.625rem;
  background-color: var(--c-ml-grren);
  margin-bottom: 1.9375rem;
  display: flex;
  text-align: center;
  font-size: var(--t-regular);
  color: var(--c-white);
  letter-spacing: -0.48px;
  line-height: 1;
  align-items: center;
}
body.home .big-side-btn.btn-n-report, body.method_b .big-side-btn.btn-n-report, body.calculator .big-side-btn.btn-n-report {
  position: relative;
}
body.home .big-side-btn.btn-n-report:after, body.method_b .big-side-btn.btn-n-report:after, body.calculator .big-side-btn.btn-n-report:after {
  content: "+";
  position: absolute;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  font-size: 2rem;
  border: 0.1875rem solid var(--c-white);
  border-radius: 50%;
  line-height: 1;
  left: 0.75rem;
  top: 0.75rem;
}
body.home .big-side-btn.btn-my-cattles, body.method_b .big-side-btn.btn-my-cattles, body.calculator .big-side-btn.btn-my-cattles {
  position: relative;
}
body.home .big-side-btn.btn-my-cattles:after, body.method_b .big-side-btn.btn-my-cattles:after, body.calculator .big-side-btn.btn-my-cattles:after {
  position: absolute;
  display: block;
  content: "⠇";
  font-size: 40px;
  color: var(--c-white);
  width: 2.5rem;
  height: 2.5rem;
  line-height: 1;
  left: 0.25rem;
  top: 0.75rem;
}
body.home .big-side-btn.btn-my-cattles::before, body.method_b .big-side-btn.btn-my-cattles::before, body.calculator .big-side-btn.btn-my-cattles::before {
  content: "☰";
  font-size: 40px;
  display: block;
  position: absolute;
  color: var(--c-white);
  width: 2.5rem;
  height: 2.5rem;
  line-height: 1;
  left: 1.5rem;
  top: 0.7rem;
}
body.home .modal-outer-cnt, body.home .messages-modal-outer-cnt, body.method_b .modal-outer-cnt, body.method_b .messages-modal-outer-cnt, body.calculator .modal-outer-cnt, body.calculator .messages-modal-outer-cnt {
  position: absolute;
  z-index: 11;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.64);
  display: none;
}
body.home .modal-outer-cnt .modal-cnt, body.home .messages-modal-outer-cnt .modal-cnt, body.method_b .modal-outer-cnt .modal-cnt, body.method_b .messages-modal-outer-cnt .modal-cnt, body.calculator .modal-outer-cnt .modal-cnt, body.calculator .messages-modal-outer-cnt .modal-cnt {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 7.4375rem;
}
body.home .modal-outer-cnt .modal-cnt .close-modal, body.home .messages-modal-outer-cnt .modal-cnt .close-modal, body.method_b .modal-outer-cnt .modal-cnt .close-modal, body.method_b .messages-modal-outer-cnt .modal-cnt .close-modal, body.calculator .modal-outer-cnt .modal-cnt .close-modal, body.calculator .messages-modal-outer-cnt .modal-cnt .close-modal {
  position: absolute;
  right: 1rem;
  top: 1rem;
}
body.home .modal-outer-cnt .modal-cnt .close-modal .close-img, body.home .messages-modal-outer-cnt .modal-cnt .close-modal .close-img, body.method_b .modal-outer-cnt .modal-cnt .close-modal .close-img, body.method_b .messages-modal-outer-cnt .modal-cnt .close-modal .close-img, body.calculator .modal-outer-cnt .modal-cnt .close-modal .close-img, body.calculator .messages-modal-outer-cnt .modal-cnt .close-modal .close-img {
  transform: rotate(45deg);
  width: 2rem;
  height: 2rem;
}
body.home .modal-outer-cnt.modal-active, body.home .messages-modal-outer-cnt.modal-active, body.method_b .modal-outer-cnt.modal-active, body.method_b .messages-modal-outer-cnt.modal-active, body.calculator .modal-outer-cnt.modal-active, body.calculator .messages-modal-outer-cnt.modal-active {
  display: block;
}
body.home .modal-outer-cnt.modal-green .success, body.home .messages-modal-outer-cnt.modal-green .success, body.method_b .modal-outer-cnt.modal-green .success, body.method_b .messages-modal-outer-cnt.modal-green .success, body.calculator .modal-outer-cnt.modal-green .success, body.calculator .messages-modal-outer-cnt.modal-green .success {
  color: var(--c-white);
}
body.home .modal-outer-cnt.modal-green .error, body.home .messages-modal-outer-cnt.modal-green .error, body.method_b .modal-outer-cnt.modal-green .error, body.method_b .messages-modal-outer-cnt.modal-green .error, body.calculator .modal-outer-cnt.modal-green .error, body.calculator .messages-modal-outer-cnt.modal-green .error {
  color: red;
}
body.home .modal-outer-cnt.modal-green.modal-active, body.home .messages-modal-outer-cnt.modal-green.modal-active, body.method_b .modal-outer-cnt.modal-green.modal-active, body.method_b .messages-modal-outer-cnt.modal-green.modal-active, body.calculator .modal-outer-cnt.modal-green.modal-active, body.calculator .messages-modal-outer-cnt.modal-green.modal-active {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.home .modal-outer-cnt.modal-green .modal-cnt, body.home .messages-modal-outer-cnt.modal-green .modal-cnt, body.method_b .modal-outer-cnt.modal-green .modal-cnt, body.method_b .messages-modal-outer-cnt.modal-green .modal-cnt, body.calculator .modal-outer-cnt.modal-green .modal-cnt, body.calculator .messages-modal-outer-cnt.modal-green .modal-cnt {
  position: relative;
  padding: 4rem 3.875rem 3.75rem 4.6875rem;
  background-color: var(--c-l-green);
  flex-direction: column;
  height: -moz-max-content;
  height: max-content;
}
body.home .modal-outer-cnt.modal-green .modal-cnt p, body.home .messages-modal-outer-cnt.modal-green .modal-cnt p, body.method_b .modal-outer-cnt.modal-green .modal-cnt p, body.method_b .messages-modal-outer-cnt.modal-green .modal-cnt p, body.calculator .modal-outer-cnt.modal-green .modal-cnt p, body.calculator .messages-modal-outer-cnt.modal-green .modal-cnt p {
  color: var(--c-white);
}
body.home .modal-outer-cnt.modal-green .modal-cnt .btn-cnt, body.home .messages-modal-outer-cnt.modal-green .modal-cnt .btn-cnt, body.method_b .modal-outer-cnt.modal-green .modal-cnt .btn-cnt, body.method_b .messages-modal-outer-cnt.modal-green .modal-cnt .btn-cnt, body.calculator .modal-outer-cnt.modal-green .modal-cnt .btn-cnt, body.calculator .messages-modal-outer-cnt.modal-green .modal-cnt .btn-cnt {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
body.home .modal-outer-cnt.modal-green .close-img, body.home .messages-modal-outer-cnt.modal-green .close-img, body.method_b .modal-outer-cnt.modal-green .close-img, body.method_b .messages-modal-outer-cnt.modal-green .close-img, body.calculator .modal-outer-cnt.modal-green .close-img, body.calculator .messages-modal-outer-cnt.modal-green .close-img {
  mix-blend-mode: lighten;
}
body.home .modal-outer-cnt p, body.home .messages-modal-outer-cnt p, body.method_b .modal-outer-cnt p, body.method_b .messages-modal-outer-cnt p, body.calculator .modal-outer-cnt p, body.calculator .messages-modal-outer-cnt p {
  font-size: var(--t-xl);
  text-align: center;
  line-height: 1.2;
}
body.home .modal-outer-cnt .approve, body.home .modal-outer-cnt .cancel, body.home .messages-modal-outer-cnt .approve, body.home .messages-modal-outer-cnt .cancel, body.method_b .modal-outer-cnt .approve, body.method_b .modal-outer-cnt .cancel, body.method_b .messages-modal-outer-cnt .approve, body.method_b .messages-modal-outer-cnt .cancel, body.calculator .modal-outer-cnt .approve, body.calculator .modal-outer-cnt .cancel, body.calculator .messages-modal-outer-cnt .approve, body.calculator .messages-modal-outer-cnt .cancel {
  width: 296px;
  height: 84px;
  flex-grow: 0;
  padding: 19px 112px 18px;
  border-radius: 10px;
  font-size: var(--t-l);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: box-shadow 0.3s ease;
  line-height: 1.2;
}
body.home .modal-outer-cnt .approve:hover, body.home .modal-outer-cnt .cancel:hover, body.home .messages-modal-outer-cnt .approve:hover, body.home .messages-modal-outer-cnt .cancel:hover, body.method_b .modal-outer-cnt .approve:hover, body.method_b .modal-outer-cnt .cancel:hover, body.method_b .messages-modal-outer-cnt .approve:hover, body.method_b .messages-modal-outer-cnt .cancel:hover, body.calculator .modal-outer-cnt .approve:hover, body.calculator .modal-outer-cnt .cancel:hover, body.calculator .messages-modal-outer-cnt .approve:hover, body.calculator .messages-modal-outer-cnt .cancel:hover {
  box-shadow: unset;
}
body.home .modal-outer-cnt .approve, body.home .messages-modal-outer-cnt .approve, body.method_b .modal-outer-cnt .approve, body.method_b .messages-modal-outer-cnt .approve, body.calculator .modal-outer-cnt .approve, body.calculator .messages-modal-outer-cnt .approve {
  border: solid 1px var(--c-pistachio);
  background-color: var(--c-green);
}
body.home .big-modal-btn, body.method_b .big-modal-btn, body.calculator .big-modal-btn {
  width: 24.4375rem;
  height: 22.5625rem;
  flex-grow: 0;
  padding: 0.3625rem 0.5875rem 0.5875rem 0.5875rem;
  border-radius: 0.625rem;
  background-color: var(--c-ml-grren);
  margin-bottom: 1.9375rem;
  display: flex;
  text-align: center;
  font-size: var(--t-xxl);
  color: var(--c-white);
  letter-spacing: -0.48px;
  line-height: 1;
  align-items: center;
}
body.home .my-cattles-f-report-grid, body.method_b .my-cattles-f-report-grid, body.calculator .my-cattles-f-report-grid {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 100%;
  font-size: var(--t-regular);
  gap: 1.375rem;
  max-height: 30rem;
  overflow-x: auto;
  overflow-y: auto;
  align-content: flex-start;
}
body.home .my-cattles-f-report-grid li, body.method_b .my-cattles-f-report-grid li, body.calculator .my-cattles-f-report-grid li {
  height: -moz-max-content;
  height: max-content;
}
body.home .my-cattles-f-report-grid li.grid-header span, body.method_b .my-cattles-f-report-grid li.grid-header span, body.calculator .my-cattles-f-report-grid li.grid-header span {
  color: var(--c-white);
}
body.home .my-cattles-f-report-grid li:first-child, body.method_b .my-cattles-f-report-grid li:first-child, body.calculator .my-cattles-f-report-grid li:first-child {
  grid-template-columns: 26.375rem 20.375rem 11.125rem 6.75rem;
  display: grid;
  justify-content: space-between;
  width: 100%;
}
body.home .my-cattles-f-report-grid li a, body.method_b .my-cattles-f-report-grid li a, body.calculator .my-cattles-f-report-grid li a {
  grid-template-columns: 26.375rem 20.375rem 11.125rem 6.75rem;
  display: grid;
  justify-content: space-between;
  width: 100%;
}
body.home .my-cattles-f-report-grid li a:hover, body.method_b .my-cattles-f-report-grid li a:hover, body.calculator .my-cattles-f-report-grid li a:hover {
  background: var(--c-l-pistachio);
}
body.home .my-cattles-f-report-grid li span, body.method_b .my-cattles-f-report-grid li span, body.calculator .my-cattles-f-report-grid li span {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  justify-content: flex-start;
  flex-direction: row;
  color: var(--c-d-green);
}
body.home .my-cattles-grid, body.method_b .my-cattles-grid, body.calculator .my-cattles-grid {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 100%;
  font-size: var(--t-regular);
  gap: 1.375rem;
  max-height: 30rem;
  overflow-x: auto;
  overflow-y: auto;
  align-content: flex-start;
  padding-bottom: 9rem;
}
body.home .my-cattles-grid li, body.method_b .my-cattles-grid li, body.calculator .my-cattles-grid li {
  height: -moz-max-content;
  height: max-content;
  grid-template-columns: 3.6290322581% 12.0967741935% 34.0322580645% 8.7096774194% 19.7580645161% 14.3548387097%;
  grid-template-columns: 2.8125rem 9.375rem 26.375rem 6.75rem 15.3125rem 11.125rem 10.625rem 15.3125rem 11.75rem 11.125rem 11.125rem;
  display: grid;
}
body.home .my-cattles-grid li span, body.method_b .my-cattles-grid li span, body.calculator .my-cattles-grid li span {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  justify-content: flex-start;
  color: var(--c-d-green);
  word-break: break-word;
}
body.home .my-cattles-grid li span:first-child, body.method_b .my-cattles-grid li span:first-child, body.calculator .my-cattles-grid li span:first-child {
  min-width: 1rem;
}
body.home .my-cattles-grid li .btn, body.method_b .my-cattles-grid li .btn, body.calculator .my-cattles-grid li .btn {
  margin-right: 0.5rem;
}
body.home .my-cattles-grid .grid-header span, body.method_b .my-cattles-grid .grid-header span, body.calculator .my-cattles-grid .grid-header span {
  padding: 0;
  justify-content: center;
  letter-spacing: -0.48px;
  color: var(--c-white);
}
body.home .my-cattles-grid .btn.btn-drop-menu, body.method_b .my-cattles-grid .btn.btn-drop-menu, body.calculator .my-cattles-grid .btn.btn-drop-menu {
  position: relative;
  display: flex;
  justify-content: center;
}
body.home .my-cattles-grid .btn.btn-drop-menu ul, body.method_b .my-cattles-grid .btn.btn-drop-menu ul, body.calculator .my-cattles-grid .btn.btn-drop-menu ul {
  display: none;
  position: absolute;
  left: calc(100% - 1rem);
  top: calc(100% - 1rem);
  z-index: 1;
}
body.home .my-cattles-grid .btn.btn-drop-menu:hover ul, body.method_b .my-cattles-grid .btn.btn-drop-menu:hover ul, body.calculator .my-cattles-grid .btn.btn-drop-menu:hover ul {
  display: flex;
  flex-direction: column;
  border-radius: 0.625rem;
  background: var(--c-l-green);
  color: var(--c-white);
  width: -moz-max-content;
  width: max-content;
  padding-top: 0.5rem;
}
body.home .my-cattles-grid .btn.btn-drop-menu:hover ul li, body.method_b .my-cattles-grid .btn.btn-drop-menu:hover ul li, body.calculator .my-cattles-grid .btn.btn-drop-menu:hover ul li {
  display: flex;
  flex-direction: row;
  padding: 0 1rem 0.2rem 0.2rem;
}
body.home .my-cattles-grid .btn.btn-drop-menu:hover ul a, body.method_b .my-cattles-grid .btn.btn-drop-menu:hover ul a, body.calculator .my-cattles-grid .btn.btn-drop-menu:hover ul a {
  color: var(--c-white);
  width: -moz-max-content;
  width: max-content;
  font-size: var(--t-md);
}
body.home .month-report-prepare, body.method_b .month-report-prepare, body.calculator .month-report-prepare {
  color: var(--c-d-green);
  font-size: 2rem;
  margin-top: 1rem;
}
body.home .month-report-prepare .before-report-table, body.method_b .month-report-prepare .before-report-table, body.calculator .month-report-prepare .before-report-table {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border: 0.1875rem solid var(--c-l-green);
  border-radius: 0.625rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
body.home .month-report-prepare .before-report-table > div, body.method_b .month-report-prepare .before-report-table > div, body.calculator .month-report-prepare .before-report-table > div {
  padding: 0.75rem 0.65rem;
}
body.home .month-report-prepare .before-report-table .col-3-4, body.method_b .month-report-prepare .before-report-table .col-3-4, body.calculator .month-report-prepare .before-report-table .col-3-4 {
  width: calc(75% - 0.5rem);
}
body.home .month-report-prepare .before-report-table .col-1-4, body.method_b .month-report-prepare .before-report-table .col-1-4, body.calculator .month-report-prepare .before-report-table .col-1-4 {
  width: calc(25% - 0.5rem);
  border-left: 0.1875rem solid var(--c-l-green);
}
body.home .month-report-prepare .before-report-table .col-date, body.method_b .month-report-prepare .before-report-table .col-date, body.calculator .month-report-prepare .before-report-table .col-date {
  display: flex;
  flex-direction: column;
}
body.home .month-report-prepare .before-report-table:not(.difference_report) > div:not(.col-date):nth-child(even), body.method_b .month-report-prepare .before-report-table:not(.difference_report) > div:not(.col-date):nth-child(even), body.calculator .month-report-prepare .before-report-table:not(.difference_report) > div:not(.col-date):nth-child(even) {
  padding-left: 3rem;
}
body.home .month-report-prepare .before-report-table.difference_report, body.method_b .month-report-prepare .before-report-table.difference_report, body.calculator .month-report-prepare .before-report-table.difference_report {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
body.home .month-report-prepare .before-report-table.difference_report > i, body.home .month-report-prepare .before-report-table.difference_report b, body.method_b .month-report-prepare .before-report-table.difference_report > i, body.method_b .month-report-prepare .before-report-table.difference_report b, body.calculator .month-report-prepare .before-report-table.difference_report > i, body.calculator .month-report-prepare .before-report-table.difference_report b {
  padding-top: 1.5rem;
  grid-column: span 4;
  padding-left: 1rem;
}
body.home .month-report-prepare .before-report-table.difference_report .gray-head, body.method_b .month-report-prepare .before-report-table.difference_report .gray-head, body.calculator .month-report-prepare .before-report-table.difference_report .gray-head {
  background: var(--c-gray);
  color: var(--c-white);
}
body.home .month-report-prepare .before-report-table.difference_report .gray-head.open-radius, body.method_b .month-report-prepare .before-report-table.difference_report .gray-head.open-radius, body.calculator .month-report-prepare .before-report-table.difference_report .gray-head.open-radius {
  border-top-left-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
}
body.home .month-report-prepare .before-report-table.difference_report .gray-head.close-radius, body.method_b .month-report-prepare .before-report-table.difference_report .gray-head.close-radius, body.calculator .month-report-prepare .before-report-table.difference_report .gray-head.close-radius {
  border-top-right-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}
body.home .month-report-prepare .before-report-table.difference_report .g-span-2, body.method_b .month-report-prepare .before-report-table.difference_report .g-span-2, body.calculator .month-report-prepare .before-report-table.difference_report .g-span-2 {
  grid-column: span 2;
}
body.home .month-report-prepare .comments-cnt, body.method_b .month-report-prepare .comments-cnt, body.calculator .month-report-prepare .comments-cnt {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
body.home .month-report-prepare .comments-cnt textarea, body.method_b .month-report-prepare .comments-cnt textarea, body.calculator .month-report-prepare .comments-cnt textarea {
  border: 0.1875rem solid var(--c-l-green);
  border-radius: 0.625rem;
}
body.home .month-report-prepare .comments-cnt .btn-cnt, body.method_b .month-report-prepare .comments-cnt .btn-cnt, body.calculator .month-report-prepare .comments-cnt .btn-cnt {
  display: grid;
  grid-template-columns: 1fr;
}
body.home .month-report-prepare .comments-cnt .btn-cnt button, body.method_b .month-report-prepare .comments-cnt .btn-cnt button, body.calculator .month-report-prepare .comments-cnt .btn-cnt button {
  width: -moz-max-content;
  width: max-content;
  flex-grow: 0;
  border-radius: 10px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: box-shadow 0.3s ease;
  line-height: 1.2;
  color: var(--c-white);
  margin: 0;
  border: 0.0625rem solid var(--c-pistachio);
  background-color: var(--c-pistachio);
  height: 50px;
  padding: 0.6rem;
  font-size: var(--t-regular);
}
body.home .month-report-prepare .comments-cnt .btn-cnt button:hover, body.method_b .month-report-prepare .comments-cnt .btn-cnt button:hover, body.calculator .month-report-prepare .comments-cnt .btn-cnt button:hover {
  box-shadow: unset;
}
body.home .month-report-prepare .comments-cnt .btn-cnt button:disabled,
body.home .month-report-prepare .comments-cnt .btn-cnt button button[disabled], body.method_b .month-report-prepare .comments-cnt .btn-cnt button:disabled,
body.method_b .month-report-prepare .comments-cnt .btn-cnt button button[disabled], body.calculator .month-report-prepare .comments-cnt .btn-cnt button:disabled,
body.calculator .month-report-prepare .comments-cnt .btn-cnt button button[disabled] {
  box-shadow: unset;
  background: var(--c-gray);
  border: 0.0625rem solid var(--c-gray);
}
body.home .month-report-prepare .btn-cnt, body.method_b .month-report-prepare .btn-cnt, body.calculator .month-report-prepare .btn-cnt {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding-bottom: 2rem;
}
body.home .month-report-prepare .btn-cnt > *, body.method_b .month-report-prepare .btn-cnt > *, body.calculator .month-report-prepare .btn-cnt > * {
  width: -moz-max-content;
  width: max-content;
  height: 84px;
  flex-grow: 0;
  padding: 1.1875rem 1rem;
  border-radius: 10px;
  font-size: var(--t-l);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: box-shadow 0.3s ease;
  line-height: 1.2;
  color: var(--c-white);
  margin: 0;
}
body.home .month-report-prepare .btn-cnt > *:hover, body.method_b .month-report-prepare .btn-cnt > *:hover, body.calculator .month-report-prepare .btn-cnt > *:hover {
  box-shadow: unset;
}
body.home .month-report-prepare .btn-cnt .approve, body.method_b .month-report-prepare .btn-cnt .approve, body.calculator .month-report-prepare .btn-cnt .approve {
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  background: var(--c-green);
}
body.home h1.short-header, body.method_b h1.short-header, body.calculator h1.short-header {
  max-width: 34rem;
  line-height: 1.2;
  letter-spacing: -0.6px;
}
body.home .btn, body.method_b .btn, body.calculator .btn {
  display: block;
  padding: 0.7063rem 1.0313rem 0.6687rem 1.0688rem;
  border-radius: 0.625rem;
  border: solid 0.0625rem var(--c-pistachio);
  background-color: var(--c-ml-grren);
  font-weight: var(--t-w-regular);
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.05rem;
  text-align: center;
  color: var(--c-white);
}
body.home .btn-d-green, body.method_b .btn-d-green, body.calculator .btn-d-green {
  background-color: var(--c-d-green);
}
body.home .form-login, body.method_b .form-login, body.calculator .form-login {
  max-width: 26.125rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.6875rem;
}
body.home .form-login input, body.method_b .form-login input, body.calculator .form-login input {
  width: 100%;
  height: 5.25rem;
  font-size: var(--t-l);
  padding: 1.1875rem 0.5rem 1.125rem 0.5rem;
  border-radius: 0.625rem;
  border: solid 0.0625rem var(--c-white);
  background-color: var(--c-white);
}
body.home .form-login input#id_username, body.method_b .form-login input#id_username, body.calculator .form-login input#id_username {
  margin-bottom: 0.875rem;
}
body.home .form-login input::-moz-placeholder, body.method_b .form-login input::-moz-placeholder, body.calculator .form-login input::-moz-placeholder {
  text-align: center;
  color: var(--c-gray);
}
body.home .form-login input::placeholder, body.method_b .form-login input::placeholder, body.calculator .form-login input::placeholder {
  text-align: center;
  color: var(--c-gray);
}
body.home .form-login button[type=submit], body.method_b .form-login button[type=submit], body.calculator .form-login button[type=submit] {
  display: block;
  margin: 2.6875rem auto 11.75rem auto;
  padding: 1.1875rem 3.4375rem 1.125rem;
  border-radius: 0.625rem;
  border: solid 0.0625rem var(--c-pistachio);
  background-color: var(--c-green);
  font-size: var(--t-xl);
  font-weight: var(--t-w-regular);
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.05rem;
  text-align: center;
  color: var(--c-white);
}
body.method_b .method_b_home {
  display: block;
  width: -moz-max-content;
  width: max-content;
}
body.method_b .method_b_home img {
  width: 3.9375rem;
  height: 3.9375rem;
}
body.method_b label {
  font-size: var(--t-md-regular);
}
body.method_b input {
  border: 1px solid var(--c-l-green);
  border-radius: 0.625rem;
  height: 2.8125rem;
  width: 24rem;
}
body.method_b input[type=submit] {
  height: 4.1814rem;
  width: 13.3325rem;
  left: 49.4375rem;
  top: 46.125rem;
  border-radius: 0.625rem;
  border: 0.0625rem solid var(--c-pistachio);
  background-color: var(--c-green);
  color: var(--c-white);
  font-size: var(--t-l);
}
body.method_b input:disabled {
  background-color: var(--c-l-gray);
}
body.method_b select {
  background-color: var(--c-white);
}
body.method_b .btn-cnt button {
  height: 4.1814rem;
  width: 13.3325rem;
  left: 49.4375rem;
  top: 46.125rem;
  border-radius: 0.625rem;
  border: 0.0625rem solid var(--c-pistachio);
  background-color: var(--c-pistachio);
  color: var(--c-white);
  font-size: var(--t-l);
}
body.method_b select, body.method_b .select2-selection.select2-selection--single {
  width: 24rem;
  height: 2.8125rem;
  border: 0.0625rem solid var(--c-l-green);
  border-radius: 0.625rem;
}
body.method_b .modal-btn {
  height: 4.1814rem;
  width: 13.3325rem;
  left: 49.4375rem;
  top: 46.125rem;
  border-radius: 0.625rem;
  border: 0.0625rem solid var(--c-pistachio);
  background-color: var(--c-pistachio);
  color: var(--c-white);
  font-size: var(--t-l);
}
body.method_b form {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}
body.method_b form > div {
  position: relative;
}
body.method_b form > div label[for=id_method_b]:before, body.method_b form > div label[for=id_method_b]:after, body.method_b form > div label[for=id_voivodeship]:before, body.method_b form > div label[for=id_voivodeship]:after, body.method_b form > div label[for=id_herd]:before, body.method_b form > div label[for=id_herd]:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 0.85rem;
  bottom: 0.85rem;
}
body.method_b form > div label[for=id_method_b]::before, body.method_b form > div label[for=id_voivodeship]::before, body.method_b form > div label[for=id_herd]::before {
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-top: 1rem solid var(--c-pistachio);
}
body.method_b form > div .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-top: 1rem solid var(--c-pistachio);
  right: 0.25rem;
  bottom: 0.85rem;
  left: unset;
}
body.method_b form > div .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-bottom: 1rem solid var(--c-pistachio);
  border-top: unset;
}
body.method_b form > div:has(select) label:before, body.method_b form > div:has(select) label:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 0.85rem;
  top: 0.85rem;
}
body.method_b form > div:has(select) label::before {
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-top: 1rem solid var(--c-pistachio);
}
body.method_b form select {
  -webkit-appearance: none;
}
body.method_b form p, body.method_b form div {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.875rem;
}
@media (max-width: 767.9px) {
  body.method_b form p, body.method_b form div {
    justify-items: flex-start;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
@media (min-width: 768px) {
  body.method_b form p, body.method_b form div {
    grid-template-columns: 2fr 3fr;
  }
}
body.method_b form p label, body.method_b form div label {
  text-align: right;
}
body.method_b .page-form-schedule h1 {
  margin-bottom: 1.5625rem;
}
body.method_b .page-form-schedule .cattle-no {
  margin-bottom: 1.5625rem;
}
body.method_b .cancel {
  height: 4.1814rem;
  width: 13.3325rem;
  left: 49.4375rem;
  top: 46.125rem;
  border-radius: 0.625rem;
  border: 0.0625rem solid var(--c-pistachio);
  background-color: var(--c-pistachio);
  color: var(--c-white);
  font-size: var(--t-l);
  margin: 1rem;
}
body.method_b .schedule-form input:disabled {
  color: var(--c-l-gray) !important;
  border-color: var(--c-l-gray) !important;
}
body.method_b .schedule-form .form-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  grid-template-columns: unset;
  align-items: center;
}
body.method_b .schedule-form .form-row button.add-record-btn {
  margin-left: auto;
}
body.method_b .schedule-form .formset.schedule {
  display: flex;
  flex-direction: row;
  color: var(--c-d-green);
  font-size: var(--t-md-regular);
  text-align: right;
  flex-wrap: wrap;
  align-items: center;
  max-width: -moz-max-content;
  max-width: max-content;
  align-self: end;
  max-width: calc(100% - 7rem);
}
body.method_b .schedule-form .formset.schedule span {
  display: flex;
  letter-spacing: -0.56px;
}
body.method_b .schedule-form .formset.schedule span.schedule-month {
  width: 8.625rem;
  text-align: right;
  justify-content: flex-end;
  order: -2;
  width: 100%;
  text-align: left;
  justify-content: flex-start;
}
body.method_b .schedule-form .formset.schedule span.schedule-f-errors {
  width: -moz-max-content;
  width: max-content;
}
body.method_b .schedule-form .formset.schedule span.js-validation-errors {
  text-align: left;
  color: var(--c-error);
  font-size: 1rem;
  order: -1;
  width: 100%;
}
body.method_b .schedule-form .formset.schedule .column-field-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.2rem;
}
body.method_b .schedule-form .formset.schedule input {
  width: 12.4375rem;
  text-align: center;
  font-size: var(--t-md-regular);
  color: var(--c-black);
  margin-left: 1.875rem;
  margin-right: 1.8125rem;
}
body.method_b .schedule-form .formset.schedule input[type=checkbox] {
  width: 1.875rem;
  height: 1.875rem;
  margin: 0;
  opacity: 0;
}
body.method_b .schedule-form .formset.schedule:not(:first-child) input {
  margin-left: 0;
}
body.method_b .schedule-form .formset.schedule .ow-cnt {
  position: relative;
  height: 1.875rem;
  width: 6rem;
  justify-content: center;
}
body.method_b .schedule-form .formset.schedule .ow-cnt label {
  line-height: 1;
}
body.method_b .schedule-form .formset.schedule .ow-cnt::before {
  border: solid 0.0625rem var(--c-l-green);
  content: "";
  position: absolute;
  width: 1.875rem;
  right: 0;
  height: 1.875rem;
  display: block;
}
body.method_b .schedule-form .form-row.checked .ow-cnt:after {
  content: "";
  position: absolute;
  width: 0.95rem;
  z-index: -1;
  right: 0.5rem;
  height: 1.5rem;
  border-bottom: 4px solid var(--c-svg-green);
  border-right: 4px solid var(--c-svg-green);
  transform: rotate(35deg);
  border-radius: 3px;
}
body.method_b .schedule-form .form-row.checked span.schedule-month {
  color: var(--c-l-gray);
}
body.method_b .schedule-form .form-row.checked input {
  color: var(--c-l-gray);
}
body.method_b .schedule-form .form-row.checked input::-moz-placeholder {
  color: var(--c-l-gray);
}
body.method_b .schedule-form .form-row.checked input::placeholder {
  color: var(--c-l-gray);
}
body.method_b .schedule-form .form-row.checked .add-img {
  opacity: 0.5;
}
body.method_b .schedule-form .add-img {
  width: 2.375rem;
  height: 2.3125rem;
}
body.method_b .schedule-form .sub-btn-cnt {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
body.method_b .schedule-form button[type=submit] {
  height: 4.1814rem;
  width: 13.3325rem;
  left: 49.4375rem;
  top: 46.125rem;
  border-radius: 0.625rem;
  border: 0.0625rem solid var(--c-pistachio);
  background-color: var(--c-green);
  color: var(--c-white);
  font-size: var(--t-l);
}
body.method_b .schedule-form .cancel {
  height: 4.1814rem;
  width: 13.3325rem;
  left: 49.4375rem;
  top: 46.125rem;
  border-radius: 0.625rem;
  border: 0.0625rem solid var(--c-pistachio);
  background-color: var(--c-pistachio);
  color: var(--c-white);
  font-size: var(--t-l);
  margin: 1rem;
}
body.method_b .schedule-form .field-invalid {
  border: 1px solid red;
}
body.method_b .schedule-form .field-invalid-pulse {
  background: red;
  animation: red_pulse 2s ease infinite;
}
body.method_b .my-cattles .top-header-cnt {
  display: flex;
}
body.method_b .my-cattles .top-header-cnt > .header-col {
  width: 36.8548387097%;
}
body.method_b .my-cattles .top-header-cnt > .header-col:first-child {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
body.method_b .my-cattles .top-header-cnt > img {
  width: 16.6935483871%;
  -o-object-fit: contain;
     object-fit: contain;
}
body.method_b .my-cattles .top-header-cnt > div:nth-child(3) {
  width: 38.7096774194%;
}
body.method_b .my-cattles .top-header-cnt .top-right-col {
  display: flex;
  justify-content: end;
  align-items: end;
}
body.method_b .my-cattles .top-header-cnt .top-right-col .btn {
  max-width: -moz-max-content;
  max-width: max-content;
}
body.method_b .my-cattles .top-header-cnt .top-right-col .btn.btn-n-farm {
  position: relative;
  width: 13.6875rem;
  display: flex;
  justify-content: flex-end;
  padding-left: 3rem;
  font-size: var(--t-regular);
  padding-left: 3rem;
}
body.method_b .my-cattles .top-header-cnt .top-right-col .btn.btn-n-farm:after {
  content: "+";
  position: absolute;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  font-size: 2rem;
  border: 0.1875rem solid var(--c-white);
  border-radius: 50%;
  line-height: 1;
  left: 0.75rem;
  top: 1.25rem;
}
body.method_b .my-cattles .my-cattles-grid .grid-header span {
  justify-content: flex-start;
  color: var(--c-white);
}
body.method_b .my-cattles .my-cattles-grid li {
  align-items: center;
}
body.method_b .my-cattles .my-cattles-grid li a:first-child {
  width: 2.8125rem;
  height: 2.8125rem;
}
body.method_b .my-cattles form {
  position: relative;
  width: 100%;
}
body.method_b .my-cattles form input[name=q] {
  padding-right: 3rem;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0;
}
body.method_b .my-cattles form button[type=submit] {
  background-color: transparent;
  border: 0;
  width: 2.375rem;
  height: 2.375rem;
  position: absolute;
  right: 0.25rem;
  padding: 0;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
}
body.method_b .my-cattles form button[type=submit] img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
body .history-report-wrapper .history-report-table-cnt {
  overflow-x: auto;
  overflow-y: auto;
  color: var(--c-d-green);
}
body .history-report-wrapper .history-report-table {
  list-style: none;
  padding-left: 0;
  display: table;
  flex-direction: column;
  width: -moz-max-content;
  width: max-content;
  font-size: var(--t-regular);
  gap: 1.375rem;
  max-height: 30rem;
}
body .history-report-wrapper .history-report-table > * {
  display: table-row;
  gap: 1rem;
}
body .history-report-wrapper .history-report-table > * > div {
  text-align: center;
  display: table-cell;
  width: -moz-max-content;
  width: max-content;
  padding: 0.5rem 1rem;
}
body .history-report-wrapper .history-report-table > *:first-child > div:not(:first-child) {
  background: var(--c-gray);
  color: var(--c-white);
}
body .history-report-wrapper .history-report-table > *:first-child > div:not(:first-child):nth-child(2) {
  border-top-left-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
}
body .history-report-wrapper .history-report-table > *:first-child > div:not(:first-child):last-child {
  border-top-right-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}
body .history-report-wrapper .history-report-table > *:not(:first-child) > div {
  width: -moz-max-content;
  width: max-content;
}
body .samplingerrors-list .top-header-cnt, body .methodbdictionary-list .top-header-cnt {
  display: flex;
  justify-content: space-between;
}
body .samplingerrors-list .top-header-cnt form, body .methodbdictionary-list .top-header-cnt form {
  position: relative;
}
body .samplingerrors-list .top-header-cnt form input, body .methodbdictionary-list .top-header-cnt form input {
  padding-right: 3rem;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0;
}
body .samplingerrors-list .top-header-cnt button[type=submit], body .methodbdictionary-list .top-header-cnt button[type=submit] {
  background-color: transparent;
  border: 0;
  width: 2.375rem;
  height: 2.375rem;
  position: absolute;
  right: 0.25rem;
  padding: 0;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
}
body .samplingerrors-list .top-header-cnt button[type=submit] img, body .methodbdictionary-list .top-header-cnt button[type=submit] img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
body .samplingerrors-list .dashboard-data-cnt .fourth-grid, body .methodbdictionary-list .dashboard-data-cnt .fourth-grid {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 53.9375rem;
  font-size: var(--t-regular);
  gap: 1.375rem;
  align-content: flex-start;
  max-height: 30rem;
  overflow-x: auto;
  overflow-y: auto;
}
body .samplingerrors-list .dashboard-data-cnt .fourth-grid li, body .methodbdictionary-list .dashboard-data-cnt .fourth-grid li {
  grid-template-columns: 7.75rem 15rem 10rem 22.1875rem;
  align-items: center;
}
body .methodbdictionary-update select, body .methodbdictionary-create select {
  height: 4.813rem;
}
body .evaluationregions-create select, body .evaluationregions-update select {
  height: 8rem;
}
body .bsamplingmethod-list .top-header-cnt, body .evaluationregions-list .top-header-cnt {
  display: flex;
  justify-content: space-between;
}
body .evaluationregions-list .dashboard-data-cnt .fourth-grid {
  max-height: 30rem;
  overflow-x: auto;
  overflow-y: auto;
}
body .evaluationregions-list .dashboard-data-cnt .fourth-grid li {
  align-items: center;
}
body .operators_listing .dashboard-data-cnt .fifth-grid {
  max-height: 30rem;
  overflow-x: auto;
  overflow-y: auto;
}
body .operators_listing .dashboard-data-cnt .fifth-grid li {
  align-items: center;
}
body .user_association_update form > div {
  grid-template-columns: 1fr;
}
body .user_association_update form > div fieldset #id_voivodeship, body .user_association_update form > div fieldset #id_region {
  grid-template-columns: repeat(2, 1fr);
}
body .user_association_update form > div fieldset #id_voivodeship > div, body .user_association_update form > div fieldset #id_region > div {
  grid-template-columns: 1fr;
}
body .user_association_update form > div fieldset #id_voivodeship > div label, body .user_association_update form > div fieldset #id_region > div label {
  display: flex;
  justify-content: flex-start;
}
body .user_association_update form > div fieldset #id_voivodeship > div label input[type=checkbox], body .user_association_update form > div fieldset #id_region > div label input[type=checkbox] {
  width: 2.8125rem;
  margin-right: 1rem;
}
body .user_association_update form > div label {
  text-align: left;
}
body .user_association_update form > div.btn-cnt {
  grid-template-columns: repeat(2, 1fr);
  padding-top: 2rem;
}
body .user_association_update form > div .select2.select2-container {
  width: 100% !important;
}
body .user_association_update form > div .select2-selection {
  padding-right: 6rem;
  height: 5rem;
  overflow-y: auto;
}
body .method_b_user.btn.btn-drop-menu {
  position: relative;
  display: flex;
  justify-content: center;
  background-color: var(--c-white);
  border: 0;
  margin-left: auto;
}
body .method_b_user.btn.btn-drop-menu img {
  width: 3.9375rem;
  height: 3.9375rem;
  display: block;
}
body .method_b_user.btn.btn-drop-menu ul {
  display: none;
  position: absolute;
  left: 50%;
  top: calc(100% - 1rem);
  z-index: 1;
}
body .method_b_user.btn.btn-drop-menu li:last-child ul {
  top: unset;
  bottom: calc(100% - 1rem);
}
body .method_b_user.btn.btn-drop-menu:hover ul {
  display: flex;
  flex-direction: column;
  border-radius: 0.625rem;
  background: var(--c-l-green);
  color: var(--c-white);
  width: -moz-max-content;
  width: max-content;
  padding-top: 0.5rem;
}
body .method_b_user.btn.btn-drop-menu:hover ul .menu-head {
  font-size: var(--t-md-regular);
  padding: 0.3rem;
}
body .method_b_user.btn.btn-drop-menu:hover ul li {
  display: flex;
  flex-direction: row;
}
body .method_b_user.btn.btn-drop-menu:hover ul li a {
  padding: 0 1rem 0.2rem 0.45rem;
}
body .method_b_user.btn.btn-drop-menu:hover ul a {
  color: var(--c-white);
  width: -moz-max-content;
  width: max-content;
  font-size: var(--t-regular);
}
body .nav-icons-cnt {
  display: flex;
  justify-content: space-between;
}
body.calculator {
  background-color: #5885AF;
  color: #fff;
  padding: 2rem;
}
body.calculator .home {
  filter: brightness(0) invert(1);
  width: 3rem;
}
body.calculator .help-ico {
  border-radius: 50%;
  border: 2px solid #fff;
  line-height: 1.55;
  padding: 0.1em;
  font-size: 1.5rem;
  text-align: center;
  cursor: pointer;
  display: block;
}
body.calculator .download-ico {
  position: relative;
  cursor: pointer;
  height: 3.2rem;
  border-bottom: 2px solid #fff;
}
body.calculator .download-ico::before {
  position: absolute;
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg) translate(-50%, -50%);
  bottom: 0%;
  left: 35%;
}
body.calculator .download-ico:after {
  position: absolute;
  content: "";
  display: block;
  transform: rotate(90deg);
  width: 0.1rem;
  border-left: 2px solid #fff;
  transform: translate(-50%, -50%);
  bottom: -0.2rem;
  left: 50%;
  height: 1.6rem;
}
body.calculator h1 {
  color: #fff;
  padding: 2rem 0;
  font-size: 2rem;
  font-weight: bold;
}
body.calculator h2 {
  font-size: 1.7rem;
}
body.calculator h3 {
  font-size: 1.3rem;
}
body.calculator ul {
  list-style: circle;
  padding-left: 1rem;
}
body.calculator ul li {
  padding-bottom: 0.5rem;
}

.auto-schedule-info {
  color: rgb(0, 0, 0);
  font-size: 1rem;
  max-width: 38rem;
  padding-right: 1rem;
  margin: 1rem 0 1rem 1rem;
  position: relative;
}
.auto-schedule-info.closed {
  display: none;
}
.auto-schedule-info button {
  position: absolute;
  right: 0;
  top: -0.5rem;
  font-weight: bold;
  color: var(--c-green);
}

/*
#ee2345 - red
#d9e1f3ff - light blue
#afd2ef - light blue
#6caddf - blue
#043673 - dark blue
#d1d3d4 - gray
#e6e7e8 - light gray
*/
body.raro {
  --dark-blue: #0066b3;
  max-width: 1280px;
  margin: 2rem auto;
}
body.raro h1 {
  color: var(--dark-blue);
  padding-bottom: 2rem;
}
body.raro .index {
  position: relative;
}
body.raro .index form {
  position: relative;
  width: 100%;
}
body.raro .index form input[name=q] {
  padding-right: 3rem;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0;
  border: 1px solid var(--dark-blue);
  border-radius: 0.625rem;
  height: 2.8125rem;
}
body.raro .index form button[type=submit] {
  background-color: transparent;
  border: 0;
  width: 2.375rem;
  height: 2.375rem;
  position: absolute;
  right: 0.25rem;
  padding: 0;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
}
body.raro .index form button[type=submit] img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
body.raro .index .d-upper {
  position: absolute;
  z-index: -1;
  right: 0;
  transform: translateX(50%);
  top: 0;
  opacity: 0.8;
}
body.raro .index .banka {
  position: absolute;
  z-index: -1;
  left: 45%;
  top: 55%;
  transform: translate(-50%, -50%);
  width: 12rem;
  opacity: 0.2;
}
body.raro .index .my-cattles-f-report-grid .grid-header {
  font-size: 1.4rem;
  font-weight: bold;
}
body.raro .index .my-cattles-f-report-grid li:first-child, body.raro .index .my-cattles-f-report-grid li a {
  grid-template-columns: 2fr 3fr;
  display: grid;
  height: -moz-max-content;
  height: max-content;
}
body.raro .index .my-cattles-f-report-grid li:first-child span, body.raro .index .my-cattles-f-report-grid li a span {
  text-align: center;
  display: block;
  padding: 0.4rem;
}
body.raro .index .my-cattles-f-report-grid li:first-child span:first-child, body.raro .index .my-cattles-f-report-grid li a span:first-child {
  text-align: left;
}
body.raro .index .my-cattles-f-report-grid a:hover {
  background: var(--dark-blue);
  color: var(--c-white);
}
body.raro .index .my-cattles-f-report-grid a:hover.disabled {
  color: darkgray;
}
body.raro .index .my-cattles-f-report-grid a.disabled {
  color: darkgray;
}
body.raro .index .pagination {
  padding-top: 2rem;
}
body.raro .preview label, body.raro.pdf label {
  padding-bottom: 1rem;
}
body.raro .preview #additional-select-container, body.raro.pdf #additional-select-container {
  display: flex;
  flex-direction: column;
}
body.raro .preview #additional-select-container option, body.raro.pdf #additional-select-container option {
  display: block;
  padding-right: 1rem;
}
body.raro .preview table, body.raro.pdf table {
  border: 1px solid #d1d3d4;
  border-spacing: 0;
}
body.raro .preview table thead tr, body.raro.pdf table thead tr {
  background-color: #043673;
  color: #ffffff;
}
body.raro .preview table td, body.raro .preview table th, body.raro.pdf table td, body.raro.pdf table th {
  padding: 0.1rem 0.25rem;
  text-align: center;
  border-bottom: 1px solid #e6e7e8;
}
body.raro .preview table.t-structure td:nth-child(2), body.raro.pdf table.t-structure td:nth-child(2) {
  border-right: 1px solid #e6e7e8;
}
body.raro .preview table.t-structure th:nth-child(2), body.raro.pdf table.t-structure th:nth-child(2) {
  border-right: 1px solid #d1d3d4;
}
body.raro .preview table th:not(:nth-child(1)):not(:nth-child(3)), body.raro.pdf table th:not(:nth-child(1)):not(:nth-child(3)) {
  width: 5rem;
}
body.raro .preview table.t-structure tr:nth-child(odd) td:nth-child(1), body.raro .preview table.t-structure tr:nth-child(odd) td:nth-child(2), body.raro.pdf table.t-structure tr:nth-child(odd) td:nth-child(1), body.raro.pdf table.t-structure tr:nth-child(odd) td:nth-child(2) {
  background-color: #ffffff;
}
body.raro .preview table tr:nth-child(odd) td, body.raro.pdf table tr:nth-child(odd) td {
  background-color: #d1d3d4;
}
body.raro .preview table tr:nth-child(odd) td:nth-child(2), body.raro.pdf table tr:nth-child(odd) td:nth-child(2) {
  border-right: 1px solid #e6e7e8;
}
body.raro .preview table.t-structure tr:nth-child(even) td:nth-child(1), body.raro .preview table.t-structure tr:nth-child(even) td:nth-child(2), body.raro.pdf table.t-structure tr:nth-child(even) td:nth-child(1), body.raro.pdf table.t-structure tr:nth-child(even) td:nth-child(2) {
  background-color: #e6e7e8;
}
body.raro .preview table.t-structure tbody tr:nth-child(1) td, body.raro .preview table.t-structure tbody tr:nth-child(1) td:nth-child(1), body.raro .preview table.t-structure tbody tr:nth-child(1) td:nth-child(2), body.raro.pdf table.t-structure tbody tr:nth-child(1) td, body.raro.pdf table.t-structure tbody tr:nth-child(1) td:nth-child(1), body.raro.pdf table.t-structure tbody tr:nth-child(1) td:nth-child(2) {
  background-color: #d1d3d4;
}
body.raro .preview table.t-structure tbody tr:last-child td, body.raro.pdf table.t-structure tbody tr:last-child td {
  background-color: #ffffff;
  border-right: 0;
}
body.raro .preview table.t-structure tbody tr:last-child td:nth-child(1), body.raro .preview table.t-structure tbody tr:last-child td:nth-child(2), body.raro.pdf table.t-structure tbody tr:last-child td:nth-child(1), body.raro.pdf table.t-structure tbody tr:last-child td:nth-child(2) {
  background-color: #043673;
  color: #fff;
}
body.raro .preview table.t-structure tbody tr:last-child td:nth-child(1), body.raro.pdf table.t-structure tbody tr:last-child td:nth-child(1) {
  border-right: 1px solid #e6e7e8;
}
body.raro .preview table:not(.t-structure) th:first-child, body.raro .preview table:not(.t-structure) td:first-child, body.raro.pdf table:not(.t-structure) th:first-child, body.raro.pdf table:not(.t-structure) td:first-child {
  text-align: left;
}
body.raro .preview table .pd-ow, body.raro.pdf table .pd-ow {
  display: flex;
  justify-content: center;
}
body.raro .preview {
  font-size: 1rem;
}
body.raro .preview h1 {
  font-size: 2rem;
}
body.raro .preview .pre_plot_form {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  flex-direction: column;
  align-content: flex-start;
  padding-bottom: 3rem;
}
body.raro .preview .pre_plot_form > * {
  width: 31rem;
  margin: 0.5rem auto;
}
body.raro .preview .pre_plot_form .report_first_pd {
  display: flex;
  justify-content: space-between;
}
body.raro .preview .pre_plot_form button {
  color: #fff;
}
body.raro .preview .pre_plot_form .i_bars {
  position: absolute;
  z-index: -1;
  width: 10rem;
}
body.raro .preview .content {
  font-size: 8pt;
  width: 596pt;
  margin: auto;
}
body.raro .preview .content [class^=inside-header], body.raro .preview .content .avg-pf-index {
  margin-left: auto;
  margin-right: auto;
}
body.raro .preview button {
  background-color: #2c9e7e;
  width: -moz-max-content;
  width: max-content;
  padding: 0.25rem 0.5rem;
}
body.raro .preview button[type=submit] {
  background-color: #0066b3;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  padding: 0.25rem 1rem;
}
body.raro .preview .form-header {
  font-weight: bold;
  text-align: center;
  padding: 0.5rem;
}
body.raro .preview #generate_pdf {
  padding-top: 2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body.raro .preview #generate_pdf .submit-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
body.raro .preview #generate_pdf select {
  display: block;
  height: 2rem;
}
body.raro .preview #generate_pdf .checkboxes {
  display: flex;
  flex-direction: column;
}
body.raro .preview #generate_pdf .checkboxes span {
  display: flex;
  justify-content: space-between;
  width: 4rem;
}
body.raro .preview #generate_pdf label {
  display: flex;
  width: calc(50% - 1rem);
  justify-content: space-between;
  font-weight: bold;
}
body.raro .preview #generate_pdf label#sol-radio {
  gap: 1rem;
}
body.raro .preview #generate_pdf label#sol-radio div input {
  margin-right: 0.5rem;
  display: inline-block;
}
body.raro .preview #generate_pdf label input {
  border-bottom: 1px solid #000;
  font-weight: normal;
  border-left: 1px solid rgba(0, 0, 0, 0.6117647059);
}
body.raro .preview #generate_pdf label select {
  font-weight: normal;
}
body.raro .preview #generate_pdf label span {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  font-weight: normal;
}
body.raro .preview #generate_pdf label.bordered-r {
  border-right: 1px solid gray;
  padding-right: 0.5rem;
}
body.raro .preview #generate_pdf label.bordered-l {
  padding-left: 0.5rem;
}
body.raro.pdf {
  font-size: 8pt;
}
body.raro.pdf .mt-20, body.raro .preview .mt-20 {
  margin-top: 20pt;
}
body.raro.pdf .back-to-list, body.raro .preview .back-to-list {
  padding: 0.5rem;
  color: #fff;
  background: #0066b3;
  margin-bottom: 2rem;
  display: block;
  width: -moz-max-content;
  width: max-content;
}
body.raro.pdf .header, body.raro .preview .header {
  width: 596pt;
  height: 36pt; /* Adjust as necessary */
  background-color: #e6e7e8; /* Background color */
  text-align: center;
  padding: 26pt 26pt 0 26pt;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -26pt;
  left: -26pt;
  flex-direction: row;
  font-size: 20pt;
  position: absolute;
  text-align: center;
  font-weight: bold;
  color: #043673;
}
body.raro.pdf .header .header-page-2, body.raro .preview .header .header-page-2 {
  width: 100%;
  color: #0066b3;
  font-size: 20pt;
}
body.raro.pdf .header .header-text, body.raro .preview .header .header-text {
  justify-self: center;
  width: 85%;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
body.raro.pdf .header .page-number, body.raro .preview .header .page-number {
  border: 4pt solid #fff;
  border-radius: 50%;
  padding: 2pt 4pt;
  justify-self: flex-end;
  margin-right: 26pt;
  font-size: 10pt;
}
body.raro.pdf .inside-header, body.raro .preview .inside-header {
  justify-self: center;
  font-size: 14pt;
  font-weight: bold;
  width: 520pt;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  background-color: lightgrey; /* Background color */
  text-align: center;
  padding: 10px;
}
body.raro.pdf .inside-header.inside-header-xs, body.raro .preview .inside-header.inside-header-xs {
  padding: 5px;
  font-size: 12pt;
}
body.raro.pdf .inside-header-green, body.raro.pdf .inside-header-blue, body.raro .preview .inside-header-green, body.raro .preview .inside-header-blue {
  margin-top: 10pt;
  justify-self: center;
  font-size: 14pt;
  width: 520pt;
  display: block;
  text-align: center;
  padding: 10px;
  background-color: #6caddf;
  color: #000;
}
body.raro.pdf .inside-header-green, body.raro .preview .inside-header-green {
  font-size: 10pt;
}
body.raro.pdf .inside-header-yellow, body.raro .preview .inside-header-yellow {
  margin-top: 10pt;
  justify-self: center;
  font-size: 14pt;
  font-weight: bold;
  width: 520pt;
  display: block;
  text-align: center;
  padding: 10px;
  background-color: rgba(255, 217, 104, 0.5019607843);
}
body.raro.pdf .txt-blue, body.raro .preview .txt-blue {
  color: #0066b3;
}
body.raro.pdf .break-line, body.raro .preview .break-line {
  display: block;
}
body.raro.pdf .inside-info, body.raro .preview .inside-info {
  justify-self: center;
  font-size: 12pt;
  font-weight: bold;
  width: 520pt;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  text-align: center;
  padding: 10pt;
}
body.raro.pdf .breeders-data, body.raro .preview .breeders-data {
  position: absolute;
  left: 270pt;
  font-weight: bold;
  font-size: 12pt;
  top: 70pt;
}
body.raro.pdf .title-page, body.raro .preview .title-page {
  background-repeat: no-repeat;
  top: -35pt;
  left: -26pt;
  width: 596pt;
  height: 843pt;
  position: absolute;
}
body.raro.pdf .title-page img, body.raro .preview .title-page img {
  display: block;
  width: 596pt;
  height: 843pt;
}
body.raro.pdf .second-page, body.raro .preview .second-page {
  background-repeat: no-repeat;
  top: -10pt;
  left: -26pt;
  top: -10pt;
  left: -26pt;
  width: 596pt;
  height: 843pt;
  position: absolute;
  background-size: cover;
}
body.raro.pdf .second-page img, body.raro .preview .second-page img {
  top: 0;
  left: 0;
  position: relative;
  display: block;
  width: 596pt;
  height: 843pt;
}
body.raro.pdf .second-page .breeders-data, body.raro .preview .second-page .breeders-data {
  left: 0;
}
body.raro.pdf .second-page .breeders-data ul, body.raro .preview .second-page .breeders-data ul {
  list-style: none;
  width: 240pt;
}
body.raro.pdf .second-page .breeders-data ul li, body.raro .preview .second-page .breeders-data ul li {
  padding-bottom: 5pt;
}
body.raro.pdf .second-page .breeders-data ul li span, body.raro .preview .second-page .breeders-data ul li span {
  font-weight: normal;
}
body.raro.pdf .second-page #milk_not_valued, body.raro .preview .second-page #milk_not_valued {
  position: absolute;
  bottom: 210pt;
  left: 83pt;
  font-size: 11pt;
  font-weight: bold;
  color: #004b76;
}
body.raro.pdf .second-page #milk_valued, body.raro .preview .second-page #milk_valued {
  position: absolute;
  bottom: 230pt;
  left: 300pt;
  font-size: 12pt;
  font-weight: bold;
  color: #004b76;
}
body.raro.pdf .second-page #milk_comment, body.raro .preview .second-page #milk_comment {
  position: absolute;
  bottom: 130pt;
  left: 30pt;
}
body.raro.pdf .avg-pf-index, body.raro .preview .avg-pf-index {
  background-color: #043673;
  font-size: 14pt;
  padding: 10pt;
  text-align: center;
  color: #fff;
  margin-bottom: 15pt;
  width: 520pt;
  justify-self: center;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  text-align: center;
  padding: 10px;
}
body.raro.pdf .ninth-page, body.raro .preview .ninth-page {
  background-image: url("/static/raro/img/strona9.png");
  background-repeat: no-repeat;
  top: -30pt;
  left: -26pt;
  width: 596pt;
  height: 843pt;
  position: absolute;
  background-size: cover;
}
body.raro.pdf .last-page, body.raro .preview .last-page {
  background-size: cover;
  background-repeat: no-repeat;
  top: -10pt;
  left: -26pt;
  width: 596pt;
  height: 843pt;
  position: absolute;
}
body.raro.pdf .last-page img, body.raro .preview .last-page img {
  top: 0;
  left: 0;
  position: relative;
  display: block;
  width: 596pt;
  height: 843pt;
}
body.raro.pdf .boxes-area, body.raro .preview .boxes-area {
  margin-top: 20pt;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: 495pt;
  gap: 10pt;
}
body.raro.pdf .boxes-head, body.raro .preview .boxes-head {
  background-color: #e6e7e8;
  font-size: 13pt;
  width: 100%;
  font-weight: bold;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 50pt;
  padding: 5pt;
}
body.raro.pdf .boxes-head div, body.raro .preview .boxes-head div {
  width: 100%;
  text-align: center;
}
body.raro.pdf .boxes-half, body.raro .preview .boxes-half {
  background-color: #e6e7e8;
  width: 48%;
  height: 120pt;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}
body.raro.pdf .boxes-half.b-even, body.raro .preview .boxes-half.b-even {
  margin-left: 10pt;
}
body.raro.pdf .boxes-advisors, body.raro .preview .boxes-advisors {
  width: 100%;
  display: flex;
  background-color: rgba(153, 211, 243, 0.5019607843);
  font-size: 13pt;
  width: 100%;
  font-weight: bold;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 120pt;
  padding: 5pt;
}
body.raro.pdf .boxes-advisors div, body.raro .preview .boxes-advisors div {
  padding: 5pt;
  width: 100%;
  display: flex;
  justify-content: center;
}
body.raro.pdf .boxes-advisors div:first-child, body.raro .preview .boxes-advisors div:first-child {
  font-size: 13pt;
  font-weight: bold;
  text-align: center;
}
body.raro.pdf .content, body.raro .preview .content {
  page-break-before: always;
  position: relative;
}
body.raro.pdf .content .first-on-page, body.raro .preview .content .first-on-page {
  height: 50pt;
  display: block;
  width: 100%;
}
body.raro.pdf .chart-title, body.raro .preview .chart-title {
  text-align: center;
  width: 100%;
  font-size: 12pt;
  color: #58595b;
}
body.raro.pdf .t-structure-wrapper, body.raro .preview .t-structure-wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
}
body.raro.pdf .t-structure-wrapper .t-structure, body.raro .preview .t-structure-wrapper .t-structure {
  width: -moz-max-content;
  width: max-content;
  display: block;
  margin: 10pt 25pt;
}
body.raro.pdf .t-structure-wrapper .t-structure tr td:first-child, body.raro.pdf .t-structure-wrapper .t-structure tr td:nth-child(3), body.raro .preview .t-structure-wrapper .t-structure tr td:first-child, body.raro .preview .t-structure-wrapper .t-structure tr td:nth-child(3) {
  width: 83pt;
}
body.raro.pdf .pd-ow, body.raro .preview .pd-ow {
  display: block;
  text-align: left;
  padding-right: 8pt;
  background-repeat: no-repeat;
  background-position: 67pt center;
  background-size: contain;
}
body.raro.pdf .migrations-charts, body.raro.pdf .table-graph, body.raro .preview .migrations-charts, body.raro .preview .table-graph {
  width: 100%;
  padding-top: 10pt;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 10pt;
}
body.raro.pdf .migrations-charts img, body.raro.pdf .table-graph img, body.raro .preview .migrations-charts img, body.raro .preview .table-graph img {
  width: 265pt;
  height: auto;
}
body.raro.pdf .migrations-charts table, body.raro.pdf .table-graph table, body.raro .preview .migrations-charts table, body.raro .preview .table-graph table {
  width: 265pt;
}
body.raro.pdf .migrations-charts.migrations-charts-cows, body.raro.pdf .table-graph.migrations-charts-cows, body.raro .preview .migrations-charts.migrations-charts-cows, body.raro .preview .table-graph.migrations-charts-cows {
  flex-direction: column;
  width: 560pt;
}
body.raro.pdf .migrations-charts.migrations-charts-cows img.wider-chart, body.raro.pdf .table-graph.migrations-charts-cows img.wider-chart, body.raro .preview .migrations-charts.migrations-charts-cows img.wider-chart, body.raro .preview .table-graph.migrations-charts-cows img.wider-chart {
  width: 320pt;
}
body.raro.pdf .migrations-charts.migrations-charts-cows img.wider-chart-x, body.raro.pdf .table-graph.migrations-charts-cows img.wider-chart-x, body.raro .preview .migrations-charts.migrations-charts-cows img.wider-chart-x, body.raro .preview .table-graph.migrations-charts-cows img.wider-chart-x {
  width: 360pt;
}
body.raro.pdf img.wider-chart-x, body.raro .preview img.wider-chart-x {
  width: 360pt;
}
body.raro.pdf .wider-chart, body.raro .preview .wider-chart {
  width: 320pt;
}
body.raro.pdf .somatic-charts, body.raro .preview .somatic-charts {
  width: 100%;
  padding-top: 20pt;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 10pt;
}
body.raro.pdf .somatic-charts img, body.raro .preview .somatic-charts img {
  width: 250pt;
  height: auto;
}
body.raro.pdf .horizontal-spacer, body.raro .preview .horizontal-spacer {
  display: block;
  width: 500pt;
  height: 20pt;
}
body.raro.pdf .lacts-round-avg, body.raro .preview .lacts-round-avg {
  width: 100%;
  padding-top: 20pt;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.raro.pdf .lacts-round-avg img, body.raro .preview .lacts-round-avg img {
  padding-top: 5pt;
  padding-bottom: 5pt;
  width: 380pt;
  margin-right: 20pt;
  height: auto;
  display: block;
}
body.raro.pdf .lacts-round-avg > div, body.raro .preview .lacts-round-avg > div {
  display: flex;
  background-color: #043673;
  color: #fff;
  width: 135pt;
  height: 135pt;
  border-radius: 50%;
  font-size: 12pt;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  text-align: center;
}
body.raro.pdf .lacts-round-avg > div > div, body.raro .preview .lacts-round-avg > div > div {
  vertical-align: middle;
  padding-left: 10pt;
  padding-right: 10pt;
  text-align: center;
}
body.raro.pdf .round-data-wrapper, body.raro .preview .round-data-wrapper {
  width: 560pt;
  flex-wrap: wrap;
}
body.raro.pdf .round-data-wrapper > div, body.raro .preview .round-data-wrapper > div {
  width: 560pt;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: space-around;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 10pt;
}
body.raro.pdf .round-data-wrapper > div.cows-columns-two, body.raro .preview .round-data-wrapper > div.cows-columns-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
body.raro.pdf .round-data-wrapper > div > div, body.raro .preview .round-data-wrapper > div > div {
  width: 220pt;
  display: grid;
  gap: 5pt;
  grid-template-columns: 1fr 1fr;
  padding-top: 5pt;
}
body.raro.pdf .round-data-wrapper > div > table, body.raro .preview .round-data-wrapper > div > table {
  width: 230pt;
}
body.raro.pdf .round-data-wrapper > div div.round-data, body.raro .preview .round-data-wrapper > div div.round-data {
  display: flex;
  font-weight: 600;
  background-color: #043673;
  color: #fff;
  width: 115pt;
  height: 115pt;
  border-radius: 50%;
  font-size: 8pt;
  justify-content: center;
  align-items: center;
  text-align: center;
}
body.raro.pdf .round-data-wrapper > div div.round-data > div, body.raro .preview .round-data-wrapper > div div.round-data > div {
  vertical-align: middle;
  text-align: center;
}
body.raro.pdf .round-data-wrapper.table-graph, body.raro .preview .round-data-wrapper.table-graph {
  gap: 20pt;
}
body.raro.pdf .middle-single-chart, body.raro .preview .middle-single-chart {
  display: flex;
  justify-content: center;
}
body.raro.pdf .middle-single-chart img, body.raro .preview .middle-single-chart img {
  padding-top: 5pt;
  padding-bottom: 5pt;
  width: 380pt;
  height: auto;
}
body.raro.pdf .middle-single-chart img.service_time, body.raro .preview .middle-single-chart img.service_time {
  width: 290pt;
}
body.raro.pdf .chart-prod-with img, body.raro .preview .chart-prod-with img {
  width: 460pt;
  display: block;
  margin: 0 auto;
}
body.raro.pdf .lact-curve-wrapper, body.raro .preview .lact-curve-wrapper {
  width: 560pt;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20pt;
  justify-content: center;
  align-items: center;
}
body.raro.pdf .lact-curve-wrapper > *, body.raro .preview .lact-curve-wrapper > * {
  margin: 0 auto;
}
body.raro.pdf .lact-curve-wrapper img, body.raro .preview .lact-curve-wrapper img {
  width: 500pt;
}
body.raro.pdf .single-chart, body.raro .preview .single-chart {
  display: flex;
  justify-content: center;
}
body.raro.pdf .single-chart img, body.raro .preview .single-chart img {
  padding-top: 5pt;
  padding-bottom: 5pt;
  width: 480pt;
  height: auto;
}
body.raro.pdf .no-border, body.raro .preview .no-border {
  border: 0 !important;
}
body.raro.pdf .discount, body.raro .preview .discount {
  color: #ed7d31;
  display: block;
}
body.raro.pdf .center-txt, body.raro .preview .center-txt {
  display: flex;
  justify-content: center;
  font-size: 12pt;
}
body.raro.pdf .table-xl, body.raro .preview .table-xl {
  margin-top: 35pt;
  width: 420pt !important;
  font-size: 13pt;
}

html {
  height: 100%;
}

body.fedkal {
  display: block;
  position: relative;
  background-color: #B5E6E3;
  min-height: 100%;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
body.fedkal .btn:disabled {
  background-color: dimgrey !important;
  color: linen;
  opacity: 1;
}
body.fedkal::before {
  content: "";
  z-index: -2;
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background-image: url("/static/fedkal/img/fedkal-dashboard.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  bottom: 0;
  left: 0;
}
body.fedkal .dashboard-wrapper .top-header-cnt {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
}
body.fedkal .dashboard-wrapper .top-header-cnt .header-col {
  display: flex;
  flex-direction: column;
}
body.fedkal .dashboard-wrapper .top-header-cnt .header-col h1 {
  font-size: 2.9375rem;
  color: #fff;
}
body.fedkal .dashboard-wrapper .top-header-cnt .header-col button {
  position: relative;
  width: 40px;
  height: 30px;
  display: block;
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
}
body.fedkal .dashboard-wrapper .top-header-cnt .header-col button::before {
  top: 50%;
  left: 0;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  border-bottom: 2px solid #fff;
}
body.fedkal .dashboard-wrapper .top-header-cnt .header-col button ul {
  position: absolute;
  display: none;
  z-index: 11;
}
body.fedkal .dashboard-wrapper .top-header-cnt .header-col button:hover ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 393px;
  top: 0;
  left: 0;
  padding-top: 10px;
  padding-left: 0;
}
body.fedkal .dashboard-wrapper .top-header-cnt .header-col button:hover ul li {
  background: #F8BD3D;
  width: 100%;
}
body.fedkal .dashboard-wrapper .top-header-cnt .header-col button:hover ul li a {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
  display: flex;
  padding: 1.6rem 1rem;
  gap: 1rem;
}
body.fedkal .dashboard-wrapper .top-header-cnt .header-col button:hover ul li a img {
  display: block;
  width: 56px;
  height: 56px;
}
body.fedkal .dashboard-wrapper .logo {
  width: 107px;
  height: 76px;
}
body.fedkal .dashboard-wrapper .dashboard-data-cnt ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  list-style: none;
  max-width: 1440px;
  margin: 13rem auto auto auto;
}
body.fedkal .dashboard-wrapper .dashboard-data-cnt ul li {
  font-weight: 700;
}
body.fedkal .dashboard-wrapper .dashboard-data-cnt ul li a.btn {
  display: block;
  background: #F8BD3D;
  width: 304px;
  height: 107px;
  top: 203px;
  left: 115px;
  gap: 0px;
  border-radius: 5px;
  opacity: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
}
body.fedkal .dashboard-wrapper .dashboard-data-cnt ul[class*=listing] {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  font-size: 1.1875rem;
}
body.fedkal .dashboard-wrapper .dashboard-data-cnt ul[class*=listing] li {
  display: flex;
  flex-direction: row;
  padding: 0.5rem 0.5rem 0.5rem 0;
  gap: 1.5rem;
  align-content: center;
  align-items: center;
}
body.fedkal .dashboard-wrapper .dashboard-data-cnt ul[class*=listing] li.grid-header {
  font-weight: 700;
  color: #fff;
  border-bottom: 3px solid #8DAD1D;
}
body.fedkal .dashboard-wrapper .dashboard-data-cnt ul[class*=listing] li.grid-header span:first-child {
  padding-left: 5.9375rem;
  display: block;
}
body.fedkal .dashboard-wrapper .dashboard-data-cnt ul[class*=listing] li a {
  color: #fff;
  font-weight: 400;
}
body.fedkal .dashboard-wrapper .dashboard-data-cnt ul[class*=listing] li a.btn {
  width: 5.9375rem;
  height: 2.5625rem;
  font-size: 1.1875rem;
}
body.fedkal[class*=bd-dictionary] {
  background-color: #6fc1ef;
}
body.fedkal[class*=bd-dictionary]::after {
  content: "";
  z-index: -1;
  position: absolute;
  display: block;
  height: 0%;
  width: 100%;
  background-color: #6fc1ef;
  bottom: 0;
  opacity: 0;
  transition: height 3s ease, opacity 8s ease;
}
body.fedkal[class*=bd-dictionary].scrolled::after {
  height: 100%;
  opacity: 0.5;
}
body.fedkal[class*=bd-dictionary] .dashboard-data-cnt ul {
  margin: auto auto auto auto;
}
body.fedkal[class*=bd-dictionary] .dashboard-data-cnt .dict-listing-wrapper {
  margin-top: 3rem;
  max-height: 35rem;
  position: relative;
  overflow-y: auto;
}
body.fedkal[class*=bd-dictionary] .dashboard-data-cnt .dict-listing-wrapper form {
  display: flex;
  justify-content: center;
  height: 3rem;
  align-items: center;
}
body.fedkal[class*=bd-dictionary] .dashboard-data-cnt .dict-listing-wrapper form input {
  height: 2rem;
}
body.fedkal[class*=bd-dictionary] .dashboard-data-cnt .dict-listing-wrapper form button {
  height: 2rem;
  width: 2rem;
  padding: 0;
  background-color: transparent;
}
body.fedkal[class*=bd-dictionary] .dashboard-data-cnt .dict-listing-wrapper form button img {
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(100%) brightness(1.5);
}
body.fedkal[class*=bd-dictionary] .dashboard-data-cnt .dict-listing-wrapper .grid-header {
  position: sticky;
  top: 0;
  transition: background-color 3s ease;
}
body.fedkal[class*=bd-dictionary] .dashboard-data-cnt .dict-listing-wrapper .dict-listing:hover .grid-header {
  background-color: #6FC2EF;
}
body.fedkal[class*=bd-dictionary] .dashboard-data-cnt .dict-listing li:hover {
  background-color: rgba(0, 0, 0, 0.1019607843);
}
body.fedkal[class*=bd-dictionary]::before {
  background-image: url("/static/fedkal/img/fedkal-forage.png");
  height: 100%;
  width: 100%;
}
body.fedkal[class*=bd-calculations] {
  background-color: #99DCDF;
}
body.fedkal[class*=bd-calculations]::before {
  background-image: url("/static/fedkal/img/fedkal-calculation.png");
  height: 100%;
  width: 100%;
}
body.fedkal[class*=bd-calculations]::after {
  content: "";
  z-index: -1;
  position: absolute;
  display: block;
  height: 0%;
  width: 100%;
  background-color: #99DCDF;
  bottom: 0;
  opacity: 0;
  transition: height 3s ease, opacity 8s ease;
}
body.fedkal[class*=bd-calculations].scrolled::after {
  height: 100%;
  opacity: 0.5;
}
body.fedkal[class*=bd-preliminaries]::before {
  background-image: url("/static/fedkal/img/fedkal-preliminaries.png");
  height: 100%;
  width: 100%;
}
body.fedkal[class*=bd-preliminaries]::after {
  content: "";
  z-index: -1;
  position: absolute;
  display: block;
  height: 0%;
  width: 100%;
  background-color: #97E4F9;
  bottom: 0;
  opacity: 0;
  transition: height 3s ease, opacity 8s ease;
}
body.fedkal[class*=bd-preliminaries].scrolled::after {
  height: 100%;
  opacity: 0.5;
}
body.fedkal.bd-dictionary-categories-update, body.fedkal.bd-dictionary-categories-create, body.fedkal.bd-dictionary-create, body.fedkal.bd-dictionary-update {
  background-color: #6FC2EF;
}
body.fedkal.bd-dictionary-categories-update::before, body.fedkal.bd-dictionary-categories-create::before, body.fedkal.bd-dictionary-create::before, body.fedkal.bd-dictionary-update::before {
  display: none;
}
body.fedkal.bd-dictionary-categories-update form, body.fedkal.bd-dictionary-categories-create form, body.fedkal.bd-dictionary-create form, body.fedkal.bd-dictionary-update form {
  padding-left: 3.4375rem;
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 2.0425rem;
  text-align: left;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
body.fedkal.bd-dictionary-categories-update form div, body.fedkal.bd-dictionary-categories-create form div, body.fedkal.bd-dictionary-create form div, body.fedkal.bd-dictionary-update form div {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: space-between;
  width: 58rem;
  position: relative;
  flex-wrap: nowrap;
  margin-right: auto;
  margin-left: auto;
}
body.fedkal.bd-dictionary-categories-update form div.btn-cnt, body.fedkal.bd-dictionary-categories-create form div.btn-cnt, body.fedkal.bd-dictionary-create form div.btn-cnt, body.fedkal.bd-dictionary-update form div.btn-cnt {
  justify-content: flex-start;
  gap: 2rem;
}
body.fedkal.bd-dictionary-categories-update form div legend, body.fedkal.bd-dictionary-categories-create form div legend, body.fedkal.bd-dictionary-create form div legend, body.fedkal.bd-dictionary-update form div legend {
  display: none;
}
body.fedkal.bd-dictionary-categories-update form input:not(.btn), body.fedkal.bd-dictionary-categories-update form select, body.fedkal.bd-dictionary-categories-create form input:not(.btn), body.fedkal.bd-dictionary-categories-create form select, body.fedkal.bd-dictionary-create form input:not(.btn), body.fedkal.bd-dictionary-create form select, body.fedkal.bd-dictionary-update form input:not(.btn), body.fedkal.bd-dictionary-update form select {
  width: 555px;
  height: 38px;
  border-radius: 5px;
  border: 1px solid #6FC2EF;
  background-color: #fff;
  font-size: 1.1875rem;
  font-weight: 400;
  line-height: 1.4369rem;
  text-align: left;
  color: #000;
  padding-left: 0.5rem;
}
body.fedkal.bd-dictionary-categories-update form input[type=checkbox], body.fedkal.bd-dictionary-categories-create form input[type=checkbox], body.fedkal.bd-dictionary-create form input[type=checkbox], body.fedkal.bd-dictionary-update form input[type=checkbox] {
  width: 1.75rem;
  height: 1.75rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 0.15em solid #fff;
  margin: 0;
  font: inherit;
  position: relative;
  color: #000;
}
body.fedkal.bd-dictionary-categories-update form input[type=checkbox]::before, body.fedkal.bd-dictionary-categories-create form input[type=checkbox]::before, body.fedkal.bd-dictionary-create form input[type=checkbox]::before, body.fedkal.bd-dictionary-update form input[type=checkbox]::before {
  position: absolute;
  display: block;
  z-index: 1;
  content: "✓";
  color: #000;
  width: 0.65rem;
  height: 0.65rem;
  transform: scale(0) translate(-50%, -50%);
  transition: 120ms transform ease-in-out;
}
body.fedkal.bd-dictionary-categories-update form input[type=checkbox]:checked::before, body.fedkal.bd-dictionary-categories-create form input[type=checkbox]:checked::before, body.fedkal.bd-dictionary-create form input[type=checkbox]:checked::before, body.fedkal.bd-dictionary-update form input[type=checkbox]:checked::before {
  transform: scale(1) translate(-50%, -50%);
}
body.fedkal.bd-dictionary-categories-update form select, body.fedkal.bd-dictionary-categories-create form select, body.fedkal.bd-dictionary-create form select, body.fedkal.bd-dictionary-update form select {
  position: relative;
  -webkit-appearance: none;
}
body.fedkal.bd-dictionary-categories-update form fieldset, body.fedkal.bd-dictionary-categories-create form fieldset, body.fedkal.bd-dictionary-create form fieldset, body.fedkal.bd-dictionary-update form fieldset {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: space-between;
  width: 58rem;
  position: relative;
  flex-wrap: nowrap;
  margin-right: auto;
  margin-left: auto;
}
body.fedkal.bd-dictionary-categories-update form fieldset input:not(.btn), body.fedkal.bd-dictionary-categories-create form fieldset input:not(.btn), body.fedkal.bd-dictionary-create form fieldset input:not(.btn), body.fedkal.bd-dictionary-update form fieldset input:not(.btn) {
  width: -moz-max-content;
  width: max-content;
}
body.fedkal.bd-dictionary-categories-update form fieldset input:not(.btn)[type=radio], body.fedkal.bd-dictionary-categories-create form fieldset input:not(.btn)[type=radio], body.fedkal.bd-dictionary-create form fieldset input:not(.btn)[type=radio], body.fedkal.bd-dictionary-update form fieldset input:not(.btn)[type=radio] {
  width: 1.75rem;
  height: 1.75rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 0.15em solid currentColor;
  margin: 0;
  border-radius: 50%;
  font: inherit;
  position: relative;
  color: currentColor;
}
body.fedkal.bd-dictionary-categories-update form fieldset input:not(.btn)[type=radio]::before, body.fedkal.bd-dictionary-categories-create form fieldset input:not(.btn)[type=radio]::before, body.fedkal.bd-dictionary-create form fieldset input:not(.btn)[type=radio]::before, body.fedkal.bd-dictionary-update form fieldset input:not(.btn)[type=radio]::before {
  left: 50%;
  top: 50%;
  position: absolute;
  display: block;
  z-index: 1;
  content: "";
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  transform: scale(0) translate(-50%, -50%);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #000;
}
body.fedkal.bd-dictionary-categories-update form fieldset input:not(.btn)[type=radio]:checked::before, body.fedkal.bd-dictionary-categories-create form fieldset input:not(.btn)[type=radio]:checked::before, body.fedkal.bd-dictionary-create form fieldset input:not(.btn)[type=radio]:checked::before, body.fedkal.bd-dictionary-update form fieldset input:not(.btn)[type=radio]:checked::before {
  transform: scale(1) translate(-50%, -50%);
}
body.fedkal.bd-dictionary-categories-update form .btn, body.fedkal.bd-dictionary-categories-update form button, body.fedkal.bd-dictionary-categories-create form .btn, body.fedkal.bd-dictionary-categories-create form button, body.fedkal.bd-dictionary-create form .btn, body.fedkal.bd-dictionary-create form button, body.fedkal.bd-dictionary-update form .btn, body.fedkal.bd-dictionary-update form button {
  display: block;
  border-radius: 5px;
  opacity: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6875rem;
  color: #fff;
  font-weight: 700;
  width: 118px;
  height: 74px;
}
body.fedkal.bd-dictionary-categories-update form .btn, body.fedkal.bd-dictionary-categories-create form .btn, body.fedkal.bd-dictionary-create form .btn, body.fedkal.bd-dictionary-update form .btn {
  background: #F8BD3D;
}
body.fedkal.bd-dictionary-categories-update form button, body.fedkal.bd-dictionary-categories-create form button, body.fedkal.bd-dictionary-create form button, body.fedkal.bd-dictionary-update form button {
  background: #C6C6C6;
}
body.fedkal.bd-dictionary-categories-update form label[for=id_parent]:before, body.fedkal.bd-dictionary-categories-update form label[for=id_parent]:after, body.fedkal.bd-dictionary-categories-update form label[for=id_category]:before, body.fedkal.bd-dictionary-categories-update form label[for=id_category]:after, body.fedkal.bd-dictionary-categories-create form label[for=id_parent]:before, body.fedkal.bd-dictionary-categories-create form label[for=id_parent]:after, body.fedkal.bd-dictionary-categories-create form label[for=id_category]:before, body.fedkal.bd-dictionary-categories-create form label[for=id_category]:after, body.fedkal.bd-dictionary-create form label[for=id_parent]:before, body.fedkal.bd-dictionary-create form label[for=id_parent]:after, body.fedkal.bd-dictionary-create form label[for=id_category]:before, body.fedkal.bd-dictionary-create form label[for=id_category]:after, body.fedkal.bd-dictionary-update form label[for=id_parent]:before, body.fedkal.bd-dictionary-update form label[for=id_parent]:after, body.fedkal.bd-dictionary-update form label[for=id_category]:before, body.fedkal.bd-dictionary-update form label[for=id_category]:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 0.65rem;
  bottom: 0.65rem;
  z-index: 1;
}
body.fedkal.bd-dictionary-categories-update form label[for=id_parent]::before, body.fedkal.bd-dictionary-categories-update form label[for=id_category]::before, body.fedkal.bd-dictionary-categories-create form label[for=id_parent]::before, body.fedkal.bd-dictionary-categories-create form label[for=id_category]::before, body.fedkal.bd-dictionary-create form label[for=id_parent]::before, body.fedkal.bd-dictionary-create form label[for=id_category]::before, body.fedkal.bd-dictionary-update form label[for=id_parent]::before, body.fedkal.bd-dictionary-update form label[for=id_category]::before {
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-top: 1rem solid #6FC2EF;
}
body.fedkal.bd-dictionary-index .dashboard-data-cnt .dict-listing li a {
  margin-left: 0.4rem;
}
body.fedkal.bd-dictionary-index .dashboard-data-cnt .dict-listing li span {
  width: 4rem;
  text-align: center;
  font-size: 1.1875rem;
  font-weight: 400;
  color: #fff;
}
body.fedkal.bd-dictionary-index .dashboard-data-cnt .dict-listing li span:nth-child(2), body.fedkal.bd-dictionary-index .dashboard-data-cnt .dict-listing li span:nth-child(3) {
  width: 14rem;
  text-align: left;
}
body.fedkal.bd-dictionary-index .dashboard-data-cnt .dict-listing li span:nth-child(10) {
  width: 6rem;
}
body.fedkal.bd-dictionary-index .dashboard-data-cnt .dict-listing li span:nth-child(11), body.fedkal.bd-dictionary-index .dashboard-data-cnt .dict-listing li span:nth-child(12) {
  width: 8rem;
}
body.fedkal.bd-calculations-index .dashboard-data-cnt form {
  display: flex;
  justify-content: center;
  height: 3rem;
  align-items: center;
}
body.fedkal.bd-calculations-index .dashboard-data-cnt form input {
  height: 2rem;
}
body.fedkal.bd-calculations-index .dashboard-data-cnt form button {
  height: 2rem;
  width: 2rem;
  padding: 0;
  background-color: transparent;
}
body.fedkal.bd-calculations-index .dashboard-data-cnt form button img {
  -o-object-fit: contain;
     object-fit: contain;
}
body.fedkal.bd-calculations-index .dashboard-data-cnt .dict-listing li a {
  margin-left: 0.4rem;
}
body.fedkal.bd-calculations-index .dashboard-data-cnt .dict-listing li span {
  width: 14rem;
  text-align: center;
  font-size: 1.1875rem;
  font-weight: 400;
  color: #fff;
  display: flex;
  justify-content: flex-start;
}
body.fedkal.bd-calculations-index .dashboard-data-cnt .dict-listing li span a {
  width: -moz-max-content;
  width: max-content;
}
body.fedkal.bd-calculations-index .dashboard-data-cnt .dict-listing li span:nth-child(3) {
  width: 8rem;
  text-align: left;
}
body.fedkal.bd-calculations-index .dashboard-data-cnt .dict-listing li span:nth-child(4) {
  width: 12rem;
  text-align: left;
}
body.fedkal.bd-calculations-index .dashboard-data-cnt .dict-listing li span:nth-child(5) {
  width: 14rem;
  text-align: left;
}
body.fedkal.bd-calculations-index .dashboard-data-cnt ul {
  margin: auto auto auto auto;
}
body.fedkal.bd-calculations-index .dashboard-data-cnt .dict-listing-wrapper {
  margin-top: 3rem;
  max-height: 35rem;
  position: relative;
  overflow-y: auto;
}
body.fedkal.bd-calculations-index .dashboard-data-cnt .dict-listing-wrapper .grid-header {
  position: sticky;
  top: 0;
  transition: background-color 3s ease;
}
body.fedkal.bd-calculations-index .dashboard-data-cnt .dict-listing-wrapper .dict-listing:hover .grid-header {
  background-color: #8DAD1D;
}
body.fedkal.bd-calculations-index .dashboard-data-cnt .dict-listing li:hover {
  background-color: rgba(0, 0, 0, 0.1019607843);
}
body.fedkal.bd-calculations-create, body.fedkal.bd-calculations-update {
  background-color: #8DAD1D;
  color: #fff;
}
body.fedkal.bd-calculations-create::before, body.fedkal.bd-calculations-update::before {
  display: none;
}
body.fedkal.bd-calculations-create form, body.fedkal.bd-calculations-update form {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
body.fedkal.bd-calculations-create form input, body.fedkal.bd-calculations-update form input {
  color: #000;
  text-align: center;
}
body.fedkal.bd-calculations-create form input:focus, body.fedkal.bd-calculations-create form select:focus, body.fedkal.bd-calculations-update form input:focus, body.fedkal.bd-calculations-update form select:focus {
  box-shadow: inset 0px 0px 5px 0px orange;
}
body.fedkal.bd-calculations-create form .hidden-part, body.fedkal.bd-calculations-update form .hidden-part {
  display: none !important;
}
body.fedkal.bd-calculations-create form .calculation-two-cols, body.fedkal.bd-calculations-update form .calculation-two-cols {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
body.fedkal.bd-calculations-create form .calculation-two-cols > div:first-child, body.fedkal.bd-calculations-update form .calculation-two-cols > div:first-child {
  width: 42.7135678392%;
  border-radius: 0.3125rem;
  box-shadow: 0.1875rem -0.1875rem 0 #F8BD3D;
  padding: 0.5rem;
}
body.fedkal.bd-calculations-create form .calculation-two-cols > div:nth-child(2), body.fedkal.bd-calculations-update form .calculation-two-cols > div:nth-child(2) {
  width: 49.3898061737%;
  border-radius: 0.3125rem;
  background-color: #F8BD3D;
  padding: 0.5rem;
}
body.fedkal.bd-calculations-create form .calculation-two-cols .col-header, body.fedkal.bd-calculations-create form .calculation-two-cols .col-subheader, body.fedkal.bd-calculations-update form .calculation-two-cols .col-header, body.fedkal.bd-calculations-update form .calculation-two-cols .col-subheader {
  font-size: 22px;
  font-weight: 700;
}
body.fedkal.bd-calculations-create form .calculation-two-cols .col-header, body.fedkal.bd-calculations-update form .calculation-two-cols .col-header {
  padding-bottom: 1.5rem;
}
body.fedkal.bd-calculations-create form .calculation-two-cols .col-subheader span:nth-child(1), body.fedkal.bd-calculations-update form .calculation-two-cols .col-subheader span:nth-child(1) {
  text-align: right;
  padding-right: 1.5rem;
  display: block;
}
body.fedkal.bd-calculations-create form .calculation-two-cols .col-subheader, body.fedkal.bd-calculations-create form .calculation-two-cols .fieldWrapper, body.fedkal.bd-calculations-update form .calculation-two-cols .col-subheader, body.fedkal.bd-calculations-update form .calculation-two-cols .fieldWrapper {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 0.5rem;
  align-items: center;
}
body.fedkal.bd-calculations-create form .calculation-two-cols .col-subheader .input-err, body.fedkal.bd-calculations-create form .calculation-two-cols .fieldWrapper .input-err, body.fedkal.bd-calculations-update form .calculation-two-cols .col-subheader .input-err, body.fedkal.bd-calculations-update form .calculation-two-cols .fieldWrapper .input-err {
  grid-column: 1/4;
}
body.fedkal.bd-calculations-create form .calculation-two-cols .col-subheader input, body.fedkal.bd-calculations-create form .calculation-two-cols .fieldWrapper input, body.fedkal.bd-calculations-update form .calculation-two-cols .col-subheader input, body.fedkal.bd-calculations-update form .calculation-two-cols .fieldWrapper input {
  width: 5.0625rem;
  border-radius: 0.3125rem;
  border: 0rem;
  line-height: 1;
  height: 2rem;
}
body.fedkal.bd-calculations-create form .calculation-two-cols .col-subheader input[type=number], body.fedkal.bd-calculations-create form .calculation-two-cols .fieldWrapper input[type=number], body.fedkal.bd-calculations-update form .calculation-two-cols .col-subheader input[type=number], body.fedkal.bd-calculations-update form .calculation-two-cols .fieldWrapper input[type=number] {
  -webkit-appearance: textfield;
          appearance: textfield;
  -moz-appearance: textfield;
}
body.fedkal.bd-calculations-create form .calculation-two-cols .col-subheader label, body.fedkal.bd-calculations-create form .calculation-two-cols .fieldWrapper label, body.fedkal.bd-calculations-update form .calculation-two-cols .col-subheader label, body.fedkal.bd-calculations-update form .calculation-two-cols .fieldWrapper label {
  font-size: 1.625rem;
  text-align: right;
  padding-right: 1rem;
}
body.fedkal.bd-calculations-create form .calculation-two-cols > div:nth-child(2), body.fedkal.bd-calculations-update form .calculation-two-cols > div:nth-child(2) {
  gap: 1rem;
  display: flex;
  flex-direction: column;
}
body.fedkal.bd-calculations-create form .calculation-two-cols > div:nth-child(2) .fieldWrapper, body.fedkal.bd-calculations-update form .calculation-two-cols > div:nth-child(2) .fieldWrapper {
  height: 2.5rem;
  grid-template-columns: 2fr 1fr;
}
body.fedkal.bd-calculations-create form .calculation-two-cols > div:nth-child(2) .fieldWrapper label, body.fedkal.bd-calculations-update form .calculation-two-cols > div:nth-child(2) .fieldWrapper label {
  font-size: 1.375rem;
  text-align: right;
}
body.fedkal.bd-calculations-create form .calculation-two-cols > div:nth-child(2) .fieldWrapper > span:nth-child(1), body.fedkal.bd-calculations-update form .calculation-two-cols > div:nth-child(2) .fieldWrapper > span:nth-child(1) {
  font-size: 1.375rem;
  text-align: right;
  display: block;
  padding-right: 1rem;
}
body.fedkal.bd-calculations-create form .calculation-one-col, body.fedkal.bd-calculations-update form .calculation-one-col {
  padding-top: 2rem;
}
body.fedkal.bd-calculations-create form .calculation-one-col .col-header, body.fedkal.bd-calculations-update form .calculation-one-col .col-header {
  font-size: 22px;
  font-weight: 700;
}
body.fedkal.bd-calculations-create form .calculation-one-col .balance-list, body.fedkal.bd-calculations-update form .calculation-one-col .balance-list {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}
body.fedkal.bd-calculations-create form .calculation-one-col .balance-list li, body.fedkal.bd-calculations-update form .calculation-one-col .balance-list li {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr 1fr 1fr 1fr 1fr;
  font-size: 1.625rem;
  font-weight: 400;
}
body.fedkal.bd-calculations-create form .calculation-one-col .balance-list li.balance-list-header, body.fedkal.bd-calculations-update form .calculation-one-col .balance-list li.balance-list-header {
  font-size: 1.375rem;
  font-weight: 700;
  border-bottom: 3px solid #F8BD3D;
}
body.fedkal.bd-calculations-create form .calculation-one-col .balance-list li span:not(:first-child), body.fedkal.bd-calculations-update form .calculation-one-col .balance-list li span:not(:first-child) {
  text-align: center;
}
body.fedkal.bd-calculations-create form .calculation-one-col .balance-list li span, body.fedkal.bd-calculations-update form .calculation-one-col .balance-list li span {
  padding: 0.5rem;
}
body.fedkal.bd-calculations-create form .calculation-one-col .balance-list li:hover, body.fedkal.bd-calculations-update form .calculation-one-col .balance-list li:hover {
  background-color: rgba(255, 255, 255, 0.1490196078);
}
body.fedkal.bd-calculations-create form .calculation-one-col .balance-list li:hover span:hover ~ span, body.fedkal.bd-calculations-update form .calculation-one-col .balance-list li:hover span:hover ~ span {
  background-color: #8DAD1D;
}
body.fedkal.bd-calculations-create form .calculation-one-col .balance-list li span.col-hover, body.fedkal.bd-calculations-update form .calculation-one-col .balance-list li span.col-hover {
  background-color: rgba(255, 255, 255, 0.1490196078);
}
body.fedkal.bd-calculations-create form .calculation-one-col #formset-container, body.fedkal.bd-calculations-update form .calculation-one-col #formset-container {
  margin-top: 2rem;
  width: 100%;
}
body.fedkal.bd-calculations-create form .calculation-one-col #formset-container thead tr:first-child, body.fedkal.bd-calculations-update form .calculation-one-col #formset-container thead tr:first-child {
  font-size: 1.375rem;
  font-weight: 700;
  border-bottom: 3px solid #F8BD3D;
}
body.fedkal.bd-calculations-create form .calculation-one-col #formset-container tr, body.fedkal.bd-calculations-update form .calculation-one-col #formset-container tr {
  font-size: 1.625rem;
  font-weight: 400;
}
body.fedkal.bd-calculations-create form .calculation-one-col #formset-container tr td:not(:first-child), body.fedkal.bd-calculations-update form .calculation-one-col #formset-container tr td:not(:first-child) {
  text-align: center;
}
body.fedkal.bd-calculations-create form .calculation-one-col #formset-container tr td, body.fedkal.bd-calculations-update form .calculation-one-col #formset-container tr td {
  padding: 0.5rem;
}
body.fedkal.bd-calculations-create form .calculation-one-col #formset-container tr td input, body.fedkal.bd-calculations-update form .calculation-one-col #formset-container tr td input {
  width: 100%;
  color: #000;
  border-radius: 0.3125rem;
  border: 0rem;
  line-height: 1;
  height: 2rem;
  height: 2.375rem;
}
body.fedkal.bd-calculations-create form .calculation-one-col #formset-container tr td input[type=number], body.fedkal.bd-calculations-update form .calculation-one-col #formset-container tr td input[type=number] {
  width: 5rem;
  -moz-appearance: textfield;
}
body.fedkal.bd-calculations-create form .calculation-one-col #formset-container tr td select, body.fedkal.bd-calculations-update form .calculation-one-col #formset-container tr td select {
  color: #000;
  height: 2.375rem;
  border-radius: 5px;
  border: 1px solid #8DAD1D;
  background-color: #fff;
  font-size: 1.1875rem;
  font-weight: 400;
  line-height: 1.4369rem;
  text-align: left;
  padding-left: 0.5rem;
  position: relative;
  -webkit-appearance: none;
}
body.fedkal.bd-calculations-create form .calculation-one-col #formset-container tr td.c-pr, body.fedkal.bd-calculations-update form .calculation-one-col #formset-container tr td.c-pr {
  writing-mode: vertical-rl;
}
body.fedkal.bd-calculations-create form .calculation-one-col #formset-container tr td.c-type, body.fedkal.bd-calculations-update form .calculation-one-col #formset-container tr td.c-type {
  text-transform: lowercase;
}
body.fedkal.bd-calculations-create form .calculation-one-col #formset-container tbody tr td:first-child select, body.fedkal.bd-calculations-update form .calculation-one-col #formset-container tbody tr td:first-child select {
  width: 100%;
}
body.fedkal.bd-calculations-create form .calculation-one-col #formset-container tbody tr td:first-child span, body.fedkal.bd-calculations-update form .calculation-one-col #formset-container tbody tr td:first-child span {
  display: block;
  position: relative;
}
body.fedkal.bd-calculations-create form .calculation-one-col #formset-container tbody tr td:first-child span:before, body.fedkal.bd-calculations-create form .calculation-one-col #formset-container tbody tr td:first-child span:after, body.fedkal.bd-calculations-update form .calculation-one-col #formset-container tbody tr td:first-child span:before, body.fedkal.bd-calculations-update form .calculation-one-col #formset-container tbody tr td:first-child span:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  right: 0.65rem;
  bottom: 0.85rem;
  z-index: 1;
}
body.fedkal.bd-calculations-create form .calculation-one-col #formset-container tbody tr td:first-child span::before, body.fedkal.bd-calculations-update form .calculation-one-col #formset-container tbody tr td:first-child span::before {
  border-left: 0.8rem solid transparent;
  border-right: 0.8rem solid transparent;
  border-top: 0.8rem solid #F8BD3D;
}
body.fedkal.bd-calculations-create form .calculation-one-col #formset-container tbody tr .remove-row, body.fedkal.bd-calculations-update form .calculation-one-col #formset-container tbody tr .remove-row {
  width: 2rem;
  height: 2rem;
}
body.fedkal.bd-calculations-create form .calculation-one-col #formset-container tbody tr.formset-sum, body.fedkal.bd-calculations-update form .calculation-one-col #formset-container tbody tr.formset-sum {
  font-weight: 700;
}
body.fedkal.bd-calculations-create form .calculation-one-col #formset-container li, body.fedkal.bd-calculations-update form .calculation-one-col #formset-container li {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  font-size: 1.625rem;
  font-weight: 400;
}
body.fedkal.bd-calculations-create form .calculation-one-col #formset-container li:first-child, body.fedkal.bd-calculations-update form .calculation-one-col #formset-container li:first-child {
  font-size: 1.375rem;
  font-weight: 700;
  border-bottom: 3px solid #F8BD3D;
}
body.fedkal.bd-calculations-create form .calculation-one-col #formset-container li span:not(:first-child), body.fedkal.bd-calculations-update form .calculation-one-col #formset-container li span:not(:first-child) {
  text-align: center;
}
body.fedkal.bd-calculations-create form .calculation-one-col #formset-container li span, body.fedkal.bd-calculations-update form .calculation-one-col #formset-container li span {
  padding: 0.5rem;
}
body.fedkal.bd-calculations-create form .calculation-one-col #formset-container li span input, body.fedkal.bd-calculations-update form .calculation-one-col #formset-container li span input {
  width: 100%;
  color: #000;
}
body.fedkal.bd-calculations-create form .calculation-one-col #formset-container li span input[type=number], body.fedkal.bd-calculations-update form .calculation-one-col #formset-container li span input[type=number] {
  width: 5rem;
}
body.fedkal.bd-calculations-create form .calculation-one-col #formset-container li span select, body.fedkal.bd-calculations-update form .calculation-one-col #formset-container li span select {
  color: #000;
}
body.fedkal.bd-calculations-create form .calculation-one-col.step-2 .fieldWrapper, body.fedkal.bd-calculations-update form .calculation-one-col.step-2 .fieldWrapper {
  max-width: 50rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  align-items: center;
}
body.fedkal.bd-calculations-create form .calculation-one-col.step-2 .fieldWrapper .input-err, body.fedkal.bd-calculations-update form .calculation-one-col.step-2 .fieldWrapper .input-err {
  grid-column: 1/4;
}
body.fedkal.bd-calculations-create form .calculation-one-col.step-2 .fieldWrapper label, body.fedkal.bd-calculations-update form .calculation-one-col.step-2 .fieldWrapper label {
  font-size: 1.625rem;
  text-align: left;
  padding-right: 1rem;
}
body.fedkal.bd-calculations-create form .calculation-one-col.step-2 .fieldWrapper input, body.fedkal.bd-calculations-update form .calculation-one-col.step-2 .fieldWrapper input {
  width: 100%;
  border-radius: 0.3125rem;
  border: 0rem;
  line-height: 1;
  height: 2rem;
}
body.fedkal.bd-calculations-create form .calculation-one-col.step-2 .fieldWrapper select, body.fedkal.bd-calculations-update form .calculation-one-col.step-2 .fieldWrapper select {
  color: #000;
  height: 2.375rem;
  border-radius: 5px;
  border: 1px solid #8DAD1D;
  background-color: #fff;
  font-size: 1.1875rem;
  font-weight: 400;
  line-height: 1.4369rem;
  text-align: left;
  padding-left: 0.5rem;
  position: relative;
  -webkit-appearance: none;
  width: 100%;
}
body.fedkal.bd-calculations-create form .calculation-one-col.step-2 .fieldWrapper.selectWrapper span, body.fedkal.bd-calculations-update form .calculation-one-col.step-2 .fieldWrapper.selectWrapper span {
  display: block;
  position: relative;
}
body.fedkal.bd-calculations-create form .calculation-one-col.step-2 .fieldWrapper.selectWrapper span:before, body.fedkal.bd-calculations-create form .calculation-one-col.step-2 .fieldWrapper.selectWrapper span:after, body.fedkal.bd-calculations-update form .calculation-one-col.step-2 .fieldWrapper.selectWrapper span:before, body.fedkal.bd-calculations-update form .calculation-one-col.step-2 .fieldWrapper.selectWrapper span:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  right: 0.65rem;
  bottom: 0.85rem;
  z-index: 1;
}
body.fedkal.bd-calculations-create form .calculation-one-col.step-2 .fieldWrapper.selectWrapper span::before, body.fedkal.bd-calculations-update form .calculation-one-col.step-2 .fieldWrapper.selectWrapper span::before {
  border-left: 0.8rem solid transparent;
  border-right: 0.8rem solid transparent;
  border-top: 0.8rem solid #F8BD3D;
}
body.fedkal.bd-calculations-create form .btn-cnt, body.fedkal.bd-calculations-update form .btn-cnt {
  display: flex;
  justify-content: flex-start;
  gap: 2rem;
  flex-direction: row;
}
body.fedkal.bd-calculations-create form .btn, body.fedkal.bd-calculations-create form button, body.fedkal.bd-calculations-update form .btn, body.fedkal.bd-calculations-update form button {
  display: block;
  border-radius: 5px;
  opacity: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6875rem;
  color: #fff;
  font-weight: 700;
  width: 118px;
  height: 74px;
}
body.fedkal.bd-calculations-create form .btn#add-row, body.fedkal.bd-calculations-create form button#add-row, body.fedkal.bd-calculations-update form .btn#add-row, body.fedkal.bd-calculations-update form button#add-row {
  width: -moz-max-content;
  width: max-content;
  padding-left: 1rem;
  padding-right: 1rem;
}
body.fedkal.bd-calculations-create form .btn, body.fedkal.bd-calculations-update form .btn {
  background: #F8BD3D;
}
body.fedkal.bd-calculations-create form button, body.fedkal.bd-calculations-update form button {
  background: #C6C6C6;
}
body.fedkal.bd-calculations-create form .btn-cnt, body.fedkal.bd-calculations-update form .btn-cnt {
  padding-top: 3rem;
}
body.fedkal.bd-preliminaries-index .dashboard-data-cnt form {
  display: flex;
  justify-content: center;
  height: 3rem;
  align-items: center;
}
body.fedkal.bd-preliminaries-index .dashboard-data-cnt form input {
  height: 2rem;
}
body.fedkal.bd-preliminaries-index .dashboard-data-cnt form button {
  height: 2rem;
  width: 2rem;
  padding: 0;
  background-color: transparent;
}
body.fedkal.bd-preliminaries-index .dashboard-data-cnt form button img {
  -o-object-fit: contain;
     object-fit: contain;
}
body.fedkal.bd-preliminaries-index .dashboard-data-cnt .dict-listing li a {
  margin-left: 0.4rem;
}
body.fedkal.bd-preliminaries-index .dashboard-data-cnt .dict-listing li span {
  width: 10rem;
  text-align: center;
  font-size: 1.1875rem;
  font-weight: 400;
  color: #fff;
  display: flex;
  justify-content: space-between;
}
body.fedkal.bd-preliminaries-index .dashboard-data-cnt .dict-listing li span:nth-child(3) {
  width: 8rem;
  text-align: left;
}
body.fedkal.bd-preliminaries-index .dashboard-data-cnt .dict-listing li span:nth-child(4) {
  width: 12rem;
  text-align: left;
}
body.fedkal.bd-preliminaries-index .dashboard-data-cnt .dict-listing li span:nth-child(5) {
  width: 14rem;
  text-align: left;
}
body.fedkal.bd-preliminaries-index .dashboard-data-cnt ul {
  margin: auto auto auto auto;
}
body.fedkal.bd-preliminaries-index .dashboard-data-cnt .dict-listing-wrapper {
  margin-top: 3rem;
  max-height: 35rem;
  position: relative;
  overflow-y: auto;
}
body.fedkal.bd-preliminaries-index .dashboard-data-cnt .dict-listing-wrapper .grid-header {
  position: sticky;
  top: 0;
  transition: background-color 3s ease;
}
body.fedkal.bd-preliminaries-index .dashboard-data-cnt .dict-listing-wrapper .dict-listing:hover .grid-header {
  background-color: #6FC2EF;
}
body.fedkal.bd-preliminaries-index .dashboard-data-cnt .dict-listing li:hover {
  background-color: rgba(0, 0, 0, 0.1019607843);
}
body.fedkal.bd-preliminaries-create, body.fedkal.bd-preliminaries-update {
  background-color: #97E4F9;
}
body.fedkal.bd-preliminaries-create::before, body.fedkal.bd-preliminaries-update::before {
  display: none;
}
body.fedkal.bd-preliminaries-create form, body.fedkal.bd-preliminaries-update form {
  padding-left: 3.4375rem;
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 2.0425rem;
  text-align: left;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
body.fedkal.bd-preliminaries-create form > div, body.fedkal.bd-preliminaries-update form > div {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: space-between;
  width: 90.0625rem;
  position: relative;
  flex-wrap: nowrap;
  margin-right: auto;
  margin-left: auto;
}
body.fedkal.bd-preliminaries-create form > div.btn-cnt, body.fedkal.bd-preliminaries-update form > div.btn-cnt {
  justify-content: flex-start;
  gap: 2rem;
}
body.fedkal.bd-preliminaries-create form > div legend, body.fedkal.bd-preliminaries-update form > div legend {
  display: none;
}
body.fedkal.bd-preliminaries-create form > div.fodrations-wrapper, body.fedkal.bd-preliminaries-update form > div.fodrations-wrapper {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}
body.fedkal.bd-preliminaries-create form > div.fodrations-wrapper .left-row-header, body.fedkal.bd-preliminaries-update form > div.fodrations-wrapper .left-row-header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
body.fedkal.bd-preliminaries-create form > div.fodrations-wrapper .left-row-header div, body.fedkal.bd-preliminaries-update form > div.fodrations-wrapper .left-row-header div {
  display: block;
  height: 2.875rem;
  width: -moz-max-content;
  width: max-content;
}
body.fedkal.bd-preliminaries-create form > div.fodrations-wrapper #foodrations-container, body.fedkal.bd-preliminaries-update form > div.fodrations-wrapper #foodrations-container {
  overflow-x: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 2rem;
}
body.fedkal.bd-preliminaries-create form > div.fodrations-wrapper #foodrations-container .foodration-form, body.fedkal.bd-preliminaries-update form > div.fodrations-wrapper #foodrations-container .foodration-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 25rem;
  min-width: 25rem;
  border-right: 3px solid #F8BD3D;
  border-top: 3px solid #F8BD3D;
  border-radius: 5px;
}
body.fedkal.bd-preliminaries-create form > div.fodrations-wrapper #foodrations-container .foodration-form > div, body.fedkal.bd-preliminaries-update form > div.fodrations-wrapper #foodrations-container .foodration-form > div {
  justify-content: space-between;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-content: center;
}
body.fedkal.bd-preliminaries-create form > div.fodrations-wrapper #foodrations-container .foodration-form > div:first-child div, body.fedkal.bd-preliminaries-update form > div.fodrations-wrapper #foodrations-container .foodration-form > div:first-child div {
  width: 100%;
  grid-column: 1/4;
  text-align: center;
}
body.fedkal.bd-preliminaries-create form > div.fodrations-wrapper #foodrations-container .foodration-form > div:nth-child(2), body.fedkal.bd-preliminaries-update form > div.fodrations-wrapper #foodrations-container .foodration-form > div:nth-child(2) {
  font-weight: 400;
}
body.fedkal.bd-preliminaries-create form > div.fodrations-wrapper #foodrations-container .foodration-form > div div, body.fedkal.bd-preliminaries-update form > div.fodrations-wrapper #foodrations-container .foodration-form > div div {
  height: 2.875rem;
  display: flex;
  justify-content: center;
}
body.fedkal.bd-preliminaries-create form > div.fodrations-wrapper #foodrations-container .foodration-form > div[class^=group_row_] div, body.fedkal.bd-preliminaries-update form > div.fodrations-wrapper #foodrations-container .foodration-form > div[class^=group_row_] div {
  grid-column: 3/3;
}
body.fedkal.bd-preliminaries-create form .form-row, body.fedkal.bd-preliminaries-update form .form-row {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: flex-start;
}
body.fedkal.bd-preliminaries-create form .form-row > div, body.fedkal.bd-preliminaries-update form .form-row > div {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
body.fedkal.bd-preliminaries-create form .form-row label, body.fedkal.bd-preliminaries-update form .form-row label {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
body.fedkal.bd-preliminaries-create form .form-row .form-column, body.fedkal.bd-preliminaries-update form .form-row .form-column {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-right: 3px solid #F8BD3D;
  border-top: 3px solid #F8BD3D;
  border-radius: 5px;
  padding-top: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 2rem;
}
body.fedkal.bd-preliminaries-create form .form-row .form-column:nth-child(2), body.fedkal.bd-preliminaries-update form .form-row .form-column:nth-child(2) {
  margin-left: 2rem;
}
body.fedkal.bd-preliminaries-create form .form-row .form-column div, body.fedkal.bd-preliminaries-update form .form-row .form-column div {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: space-between;
}
body.fedkal.bd-preliminaries-create form .form-row .form-column div #summary-crop-area, body.fedkal.bd-preliminaries-update form .form-row .form-column div #summary-crop-area {
  min-width: 5rem;
  display: block;
  width: -moz-max-content;
  width: max-content;
}
body.fedkal.bd-preliminaries-create form input:not(.btn), body.fedkal.bd-preliminaries-create form select, body.fedkal.bd-preliminaries-update form input:not(.btn), body.fedkal.bd-preliminaries-update form select {
  min-width: 5.375rem;
  border-radius: 5px;
  border: 1px solid #97E4F9;
  background-color: #fff;
  font-size: 1.1875rem;
  font-weight: 400;
  line-height: 1.4369rem;
  text-align: left;
  color: #000;
  padding-left: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
body.fedkal.bd-preliminaries-create form input[type=number], body.fedkal.bd-preliminaries-update form input[type=number] {
  -webkit-appearance: textfield;
          appearance: textfield;
  -moz-appearance: textfield;
}
body.fedkal.bd-preliminaries-create form input:not(.btn), body.fedkal.bd-preliminaries-update form input:not(.btn) {
  height: 38px;
  width: 5.375rem;
}
body.fedkal.bd-preliminaries-create form input[type=checkbox], body.fedkal.bd-preliminaries-update form input[type=checkbox] {
  width: 1.75rem;
  height: 1.75rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 0.15em solid #fff;
  margin: 0;
  font: inherit;
  position: relative;
  color: #000;
}
body.fedkal.bd-preliminaries-create form input[type=checkbox]::before, body.fedkal.bd-preliminaries-update form input[type=checkbox]::before {
  position: absolute;
  display: block;
  z-index: 1;
  content: "✓";
  color: #000;
  width: 0.65rem;
  height: 0.65rem;
  transform: scale(0) translate(-50%, -50%);
  transition: 120ms transform ease-in-out;
}
body.fedkal.bd-preliminaries-create form input[type=checkbox]:checked::before, body.fedkal.bd-preliminaries-update form input[type=checkbox]:checked::before {
  transform: scale(1) translate(-50%, -50%);
}
body.fedkal.bd-preliminaries-create form select, body.fedkal.bd-preliminaries-update form select {
  position: relative;
  -webkit-appearance: none;
}
body.fedkal.bd-preliminaries-create form fieldset, body.fedkal.bd-preliminaries-update form fieldset {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: space-between;
  width: 58rem;
  position: relative;
  flex-wrap: nowrap;
  margin-right: auto;
  margin-left: auto;
}
body.fedkal.bd-preliminaries-create form fieldset input:not(.btn), body.fedkal.bd-preliminaries-update form fieldset input:not(.btn) {
  width: -moz-max-content;
  width: max-content;
}
body.fedkal.bd-preliminaries-create form fieldset input:not(.btn)[type=radio], body.fedkal.bd-preliminaries-update form fieldset input:not(.btn)[type=radio] {
  width: 1.75rem;
  height: 1.75rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 0.15em solid currentColor;
  margin: 0;
  border-radius: 50%;
  font: inherit;
  position: relative;
  color: currentColor;
}
body.fedkal.bd-preliminaries-create form fieldset input:not(.btn)[type=radio]::before, body.fedkal.bd-preliminaries-update form fieldset input:not(.btn)[type=radio]::before {
  left: 50%;
  top: 50%;
  position: absolute;
  display: block;
  z-index: 1;
  content: "";
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  transform: scale(0) translate(-50%, -50%);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #000;
}
body.fedkal.bd-preliminaries-create form fieldset input:not(.btn)[type=radio]:checked::before, body.fedkal.bd-preliminaries-update form fieldset input:not(.btn)[type=radio]:checked::before {
  transform: scale(1) translate(-50%, -50%);
}
body.fedkal.bd-preliminaries-create form .btn, body.fedkal.bd-preliminaries-create form button, body.fedkal.bd-preliminaries-update form .btn, body.fedkal.bd-preliminaries-update form button {
  display: block;
  border-radius: 5px;
  opacity: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6875rem;
  color: #fff;
  font-weight: 700;
  width: 118px;
  height: 74px;
}
body.fedkal.bd-preliminaries-create form .btn, body.fedkal.bd-preliminaries-update form .btn {
  background: #F8BD3D;
}
body.fedkal.bd-preliminaries-create form button, body.fedkal.bd-preliminaries-update form button {
  background: #C6C6C6;
}

.notvisible {
  visibility: hidden;
}

@keyframes red_pulse {
  0% {
    background: #fff;
  }
  50% {
    background: var(--c-error);
  }
  100% {
    background: #fff;
  }
}
.tooltip {
  position: relative;
  cursor: help;
}

.tooltip .tooltiptext {
  visibility: hidden;
  max-width: 25rem;
  width: -moz-max-content;
  width: max-content;
  background-color: #555;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

#openDialogBtn {
  margin: 2rem auto;
  padding-left: 1rem;
  color: #fff;
}

#emailForm {
  color: #000;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 1rem;
}
#emailForm div {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  max-width: 25rem;
}
#emailForm input {
  border-bottom: 1px solid #F8BD3D;
  width: 20rem;
}
#emailForm button {
  margin: 1rem;
  padding: 0.25rem;
  font-size: 1rem;
}
#emailForm button[type=submit] {
  background-color: #F8BD3D;
}

#emailDialog {
  color: #000;
}/*# sourceMappingURL=main.css.map */