/*!*************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss ***!
  \*************************************************************************************************************/
@charset "UTF-8";
html {
  overflow-x: hidden;
  margin: 0 !important;
  padding: 0 !important;
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  margin-inline: auto;
  min-height: 100vh;
  background: #454545;
}
body.admin-bar .site-header {
  padding-top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar .site-header {
    padding-top: 46px;
  }
}
body .site-inner {
  position: relative;
  margin-bottom: -60px;
  top: -100px;
  width: 65%;
}
@media (max-width: 1440px) {
  body .site-inner {
    width: 90%;
  }
}
@media (max-width: 992px) {
  body .site-inner {
    width: 100%;
  }
}
body .site-header {
  width: 100%;
  height: 350px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 75% 75%;
}
body .site-header .grid {
  background-color: rgba(0, 0, 0, 0.3);
  background-position: bottom left;
  width: 100%;
  background-repeat: repeat-x;
  position: absolute;
  height: 100%;
}
body .site-header .wrap {
  width: 100%;
  position: absolute;
  background-repeat: repeat-x;
  background-position: bottom left;
}
@media (max-width: 767px) {
  body .site-header {
    min-height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 80% 100%;
    width: 100%;
    height: 350px;
  }
}

.home .site-header {
  width: 100%;
  height: 100vh;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 75% 75%;
}
.home .site-header .grid {
  background-color: rgba(0, 0, 0, 0.3);
  background-position: bottom left;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  position: absolute;
}
.home .site-header .wrap {
  width: 100%;
  height: 100%;
  position: relative;
  background-repeat: repeat-x;
  background-position: bottom left;
}
@media (max-width: 992px) {
  .home .site-header {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 70% 100%;
    width: 100%;
    height: 750px;
  }
}
@media (max-width: 768px) {
  .home .site-header {
    height: 510px;
  }
}

.site-container-relative .site-container {
  position: relative;
}

video {
  width: 100%;
  height: auto;
}

.sidebar,
.post-edit-link,
.otgs-development-site-front-end {
  display: none;
}

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  text-decoration: none;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

@font-face {
  font-family: "opensansregular";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../../.././dist/css/build/font/opensans-regular.ttf) format("opentype");
}
@font-face {
  font-family: "karmaregular";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../../.././dist/css/build/font/karmaregular.ttf) format("opentype");
}
@font-face {
  font-family: "karmasemibold";
  font-style: normal;
  font-display: swap;
  src: url(../../.././dist/css/build/font/karmasemibold.ttf) format("opentype");
}
@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../../.././dist/css/build/font/fontawesome-webfont.woff2) format("opentype");
}
/* Top-bar */
.top-bar {
  background-color: #221e1b;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  line-height: 20px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  /* Media Queries */
}
.top-bar ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.top-bar ul li {
  position: relative;
  padding: 15px 5px;
}
.top-bar ul li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 2px solid #99cc33;
  border-radius: 50%;
  background-color: transparent;
  margin-left: 10px;
}
.top-bar ul li a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 400;
  font-family: "opensansregular", serif;
  padding: 18px 5px;
  transition: background-color 0.2s, color 0.2s;
  border-radius: 4px;
}
.top-bar ul li a:hover {
  background-color: #82b900;
  color: #ffffff;
}
@media (max-width: 992px) {
  .top-bar ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
  }
  .top-bar ul li {
    padding: 0;
  }
  .top-bar ul li:not(:last-child)::after {
    content: none;
  }
  .top-bar ul li a {
    font-size: 10px;
    padding: 10px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-bar ul {
    grid-template-columns: 1fr 1fr;
    gap: 0 80px;
    justify-items: center;
    padding: 5px 0;
  }
  .top-bar ul li:not(:last-child)::after {
    content: none;
  }
  .top-bar ul li a {
    font-size: 12px;
    line-height: 14px;
    padding: 5px;
    border-radius: 0; /* Снятие радиуса только в этом состоянии */
  }
}

.home .logo-header img {
  max-width: 100% !important;
}
.home .content-wrapper {
  width: 65%;
  height: 100%;
  margin: auto;
}
@media (max-width: 1440px) {
  .home .content-wrapper {
    width: 90%;
  }
}
@media (max-width: 992px) {
  .home .content-wrapper {
    width: 100%;
  }
}
.home .content-wrapper .title-area {
  height: 75%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .home .content-wrapper .title-area {
    height: 70%;
  }
}
@media (max-width: 768px) {
  .home .content-wrapper .title-area {
    height: 50%;
  }
}
.home .content-wrapper .menu-login {
  justify-content: center;
}
.home .content-wrapper .menu-login .login__menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
}
.home .content-wrapper .menu-login .login__menu li {
  list-style: none;
}
.home .content-wrapper .menu-login .login__menu li a {
  display: inline-block;
  padding: 5px 8px;
  background: rgb(75, 75, 73);
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  font-size: 14px;
  line-height: 17px;
  font-family: karmasemibold, serif;
}
.home .content-wrapper .menu-login .login__menu li a:hover {
  background-color: #82b900;
}
.home .content-wrapper .menu-login .login__menu li a.current-menu-item {
  background-color: #b5e03d;
  color: #ffffff;
}
.home .content-wrapper .title-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.home .content-wrapper .title-logo p {
  font-family: "baskvllt", serif;
  color: #b5e03d;
  margin: 0;
  font-size: 170px;
  line-height: 180px;
  padding: 5vh 0 0 0;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.home .content-wrapper .title-logo p a {
  text-decoration: none;
  color: inherit;
}
.home .content-wrapper .title-logo p span {
  display: block;
  font-weight: normal;
  color: #ffffff;
  font-size: 80px;
  line-height: 80px;
}
.home .content-wrapper .title-logo p:hover {
  background-color: #82b900;
  color: #FFFFFF;
}
.home .content-wrapper .title-logo.home .logo-header img {
  max-width: 100% !important;
  height: auto;
  margin-left: 20px;
}
.home .content-wrapper .homepage-description {
  font-size: 18px;
  line-height: 26px;
  font-family: karmaregular, serif;
  color: #ffffff;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.home .content-wrapper .homepage-description p {
  max-width: 50%;
}
.home .content-wrapper .homepage-description p .total-horses {
  color: #c6e769;
  font-size: 28px;
  line-height: 26px;
  font-family: "karmasemibold", serif;
  word-spacing: 5px;
}
@media (max-width: 992px) {
  .home .content-wrapper .menu-login {
    margin: 0 5px;
  }
  .home .content-wrapper .menu-login .login__menu li a {
    font-size: 12px;
  }
  .home .content-wrapper .title-logo {
    align-items: start;
  }
  .home .content-wrapper .title-logo p {
    font-size: 0;
    line-height: 0;
    padding: 0 5px;
  }
  .home .content-wrapper .title-logo p a {
    font-size: 120px;
    line-height: 120px;
    display: inline-block;
  }
  .home .content-wrapper .title-logo p a span {
    font-size: 65px;
    line-height: 65px;
  }
  .home .content-wrapper .title-logo .logo-header {
    width: 25%;
    margin: 20px 0;
    padding: 0 5px;
  }
  .home .content-wrapper .title-logo .logo-header img {
    margin: 0;
  }
  .home .content-wrapper .homepage-description {
    position: relative;
    bottom: 0;
    max-width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 5px;
    font-family: karmasemibold, serif;
  }
  .home .content-wrapper .homepage-description p {
    max-width: 100%;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .home .content-wrapper {
    width: 100%;
  }
  .home .content-wrapper .title-logo p a {
    font-size: 80px;
    line-height: 80px;
    padding: 0;
  }
  .home .content-wrapper .title-logo p a span {
    font-size: 40px;
    line-height: 40px;
  }
  .home .content-wrapper .homepage-description p {
    font-size: 12px;
    line-height: 18px;
  }
}

.content-wrapper {
  width: 65%;
  margin: auto;
}
.content-wrapper .menu-login {
  justify-content: center;
}
.content-wrapper .menu-login .login__menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
}
.content-wrapper .menu-login .login__menu li {
  list-style: none;
}
.content-wrapper .menu-login .login__menu li a {
  display: inline-block;
  padding: 5px 8px;
  background: rgb(75, 75, 73);
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  font-size: 14px;
  line-height: 17px;
  font-family: karmasemibold, serif;
}
.content-wrapper .menu-login .login__menu li a:hover {
  background-color: #82b900;
}
.content-wrapper .menu-login .login__menu li a.current-menu-item {
  background-color: #b5e03d;
  color: #ffffff;
}
.content-wrapper .title-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.content-wrapper .title-logo p {
  font-family: "baskvllt", serif;
  color: #b5e03d;
  margin: 0;
  font-size: 100px;
  line-height: 80px;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.content-wrapper .title-logo p a {
  text-decoration: none;
  color: inherit;
}
.content-wrapper .title-logo p span {
  display: block;
  font-weight: normal;
  color: #ffffff;
  font-size: 50px;
  line-height: 50px;
}
.content-wrapper .title-logo p:hover {
  background-color: #82b900;
  color: #FFFFFF;
}
.content-wrapper .title-logo .logo-header {
  display: flex;
  justify-content: end;
}
.content-wrapper .title-logo .logo-header img {
  width: 100%;
  max-width: 90px;
  height: auto;
}
.content-wrapper .homepage-description {
  font-size: 18px;
  line-height: 26px;
  font-family: karmaregular, serif;
  color: #ffffff;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.content-wrapper .homepage-description p {
  max-width: 50%;
}
@media (max-width: 992px) {
  .content-wrapper .homepage-description p {
    max-width: 100%;
  }
}
.content-wrapper .homepage-description p .total-horses {
  color: #c6e769;
  font-size: 28px;
  line-height: 26px;
  font-family: "karmasemibold", serif;
  word-spacing: 5px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .content-wrapper {
    width: 90%;
  }
  .content-wrapper .menu-login {
    margin: 0 -5px;
  }
  .content-wrapper .title-logo p a {
    font-size: 60px;
    line-height: 60px;
    padding: 0;
  }
  .content-wrapper .title-logo p a span {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 992px) {
  .content-wrapper {
    width: 100%;
  }
  .content-wrapper .menu-login {
    padding: 0 5px;
  }
  .content-wrapper .menu-login .login__menu li a {
    font-size: 12px;
  }
  .content-wrapper .title-logo p {
    font-size: 0;
    line-height: 0;
    padding: 0 5px;
  }
  .content-wrapper .title-logo p a {
    font-size: 60px;
    line-height: 60px;
    display: inline-block;
  }
  .content-wrapper .title-logo p a span {
    font-size: 30px;
    line-height: 30px;
  }
  .content-wrapper .title-logo .logo-header {
    margin-top: 10px;
    padding: 0 5px;
  }
  .content-wrapper .title-logo .logo-header img {
    margin: 0;
  }
  .content-wrapper .homepage-description {
    position: relative;
    bottom: 0;
    max-width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 5px;
    font-family: karmasemibold, serif;
  }
  .content-wrapper .homepage-description p {
    max-width: 100%;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .home .content-wrapper .title-logo p a {
    font-size: 120px;
    line-height: 120px;
    padding: 0;
  }
  .home .content-wrapper .title-logo p a span {
    font-size: 60px;
    line-height: 60px;
  }
}

.profile-tab .forms-profile p {
  height: 40px;
}

.site-inner {
  margin: auto;
}
.site-inner .content-sidebar-wrap {
  display: block;
}
.site-inner .entry-header {
  display: flex;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  padding: 20px;
}
.site-inner .entry-header .entry-title {
  color: #addf34;
  font-size: 45px;
  line-height: 60px;
  margin: 0;
  font-family: "baskvllt", serif;
  font-weight: normal;
  text-align: center;
}
@media (max-width: 828px) {
  .site-inner .entry-header .entry-title {
    font-size: 25px;
    line-height: 40px;
  }
}
.site-inner .entry-content {
  padding: 30px;
  background-color: #ffffff;
}
.site-inner .entry-content ol {
  font-family: "karmaregular", sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
}
.site-inner .entry-content ol li a {
  color: #82b900;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.site-inner .entry-content ol li a:hover {
  background-color: #82b900;
  color: white;
}
.site-inner .entry-content .breadcrumb {
  padding: 0 0 5px;
  margin: 0 0 15px;
  border-bottom: 1px solid #d8d8d8;
  background: white;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
.site-inner .entry-content .breadcrumb a {
  color: #82b900;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.site-inner .entry-content .breadcrumb a:hover {
  background-color: #82b900;
  color: white;
}
.site-inner .entry-content p {
  font-family: "karmaregular", sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
}
.site-inner .entry-content p span {
  color: red;
}
.site-inner .entry-content p a {
  color: #82b900;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.site-inner .entry-content p a:hover {
  background-color: #82b900;
  color: white;
}
.site-inner .entry-content h2,
.site-inner .entry-content h3 {
  font-family: "baskvllt", serif;
  font-weight: normal;
  color: #826b5b;
  line-height: 45px;
}
.site-inner .entry-content h2 {
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.site-inner .entry-content .search-results-error {
  justify-content: center;
}
.site-inner .entry-content h3 {
  font-size: 35px;
}
.site-inner .entry-content .faq-content p {
  padding-left: 30px;
}
.site-inner .entry-content .ilabs-horse .tabs {
  font-family: "karmaregular", sans-serif;
}
.site-inner .entry-content .ilabs-horse .tabs .tabs-menu {
  display: flex;
}
.site-inner .entry-content .ilabs-horse .tabs .tabs-menu .tab-link {
  width: 100%;
  text-align: center;
  font-size: 1em;
  line-height: 1;
  padding: 17px 10px;
  background-color: #79706a;
  color: #ffffff;
  border: none;
  font-family: "karmasemibold", serif;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  cursor: pointer;
}
.site-inner .entry-content .ilabs-horse .tabs .tabs-menu .tab-link.active {
  color: #79706a;
  background-color: #ffffff;
  cursor: default;
}
.site-inner .entry-content .ilabs-horse .tabs .tabs-menu .tab-link.active:hover {
  background-color: #ffffff;
  color: #79706a;
  cursor: default;
}
.site-inner .entry-content .ilabs-horse .tabs .tabs-menu .tab-link:hover {
  color: #82b900;
}
.site-inner .entry-content .ilabs-horse .tabs .tabs-menu .tab-link.disabled {
  background: #000000 !important;
  color: #666666 !important;
  cursor: not-allowed;
}
@media (max-width: 828px) {
  .site-inner .entry-content .ilabs-horse .tabs .tabs-menu {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .site-inner .entry-content .ilabs-horse .tabs .tabs-menu .tab-link {
    font-size: 2.5vw;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .site-inner .entry-content .ilabs-horse .tabs .tabs-menu .tab-link {
    font-size: 2vw;
  }
}
.site-inner .entry-content .ilabs-horse .tabs .tabs-content {
  width: 95%;
  margin: auto;
}
.site-inner .entry-content .ilabs-horse .tabs .tabs-content .tab-content {
  display: none;
}
.site-inner .entry-content .ilabs-horse .tabs .tabs-content .tab-content .media-row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-inner .entry-content .ilabs-horse .tabs .tabs-content .tab-content .media-row p {
  display: block;
}
.site-inner .entry-content .ilabs-horse .tabs .tabs-content .tab-content .media-row p a {
  border-radius: 0;
  border: 0;
  background: #9dcf28;
  color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  font-family: "karmasemibold", serif;
  padding: 16px 60px 16px 60px;
  font-size: 20px;
  line-height: 24px;
  transition: all 0.2s ease-in-out;
}
.site-inner .entry-content .ilabs-horse .tabs .tabs-content .tab-content .media-row p a:hover {
  background-color: #fff;
  color: #9dcf28;
}
.site-inner .entry-content .ilabs-horse .tabs .tabs-content .tab-content .embed-responsive {
  padding: 20px;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 50vh;
}
.site-inner .entry-content .ilabs-horse .tabs .tabs-content .tab-content .embed-responsive iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
.site-inner .entry-content .ilabs-horse .tabs .tabs-content .tab-content.active {
  display: grid;
  padding: 20px 0;
  overflow: auto;
}
.site-inner .entry-content .ilabs-horse .tabs .tabs-content .tab-content.active:has(.horse-photo) {
  overflow: visible;
}
.site-inner .entry-content .ilabs-horse .tabs .tabs-content .tab-content .horse-photo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  height: auto;
  text-align: center;
  background: #f0f0f0;
  line-height: 0;
  width: auto;
  margin: 20px 0;
}
.site-inner .entry-content .ilabs-horse .tabs .tabs-content .tab-content .horse-photo img {
  max-width: 50%;
  height: auto;
}
@media (max-width: 828px) {
  .site-inner .entry-content .ilabs-horse .tabs .tabs-content .tab-content .row {
    display: flex;
    flex-direction: column;
  }
}
.site-inner .entry-content .ilabs-horse .tabs .tabs-content .tab-content .row p {
  display: grid;
  height: 30px;
}
.site-inner .entry-content .ilabs-horse .tabs .tabs-content .tab-content .row p span {
  font-family: "karmaregular", serif;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.site-inner .entry-content .ilabs-horse .tabs .tabs-content .tab-content .row p strong {
  color: #826b5b;
  font-size: 24px;
  line-height: 29px;
  margin: 0;
  padding: 0;
  font-family: "baskvllt", serif;
  font-weight: 100;
  word-wrap: break-word;
}
@media (max-width: 828px) {
  .site-inner .entry-content .ilabs-horse .tabs .tabs-content .tab-content .row p strong {
    font-size: 18px;
  }
}
.site-inner .entry-content .ilabs-horse .tabs .tabs-content .tab-content p:nth-of-type(1) {
  float: left;
}
.site-inner .entry-content .ilabs-horse .tabs .tabs-content .tab-content p:nth-of-type(1) strong {
  font-family: "karmasemibold", serif;
}
.site-inner .entry-content .ilabs-horse .tabs .tabs-content .tab-content p:nth-of-type(2) {
  float: right;
}
.site-inner .entry-content .ilabs-horse .tabs .tabs-content .tab-content .horse-details {
  width: 100%;
  border-collapse: collapse;
  margin-top: 50px;
}
.site-inner .entry-content .ilabs-horse .tabs .tabs-content .tab-content .horse-details tbody tr td {
  padding: 10px;
}
.site-inner .entry-content .ilabs-horse .tabs .tabs-content .tab-content .horse-details tbody tr td strong {
  float: right;
  font-family: "karmaregular", serif;
  font-size: 14px;
  line-height: 36px;
  font-weight: 400;
  text-align: right;
}
@media (max-width: 828px) {
  .site-inner .entry-content .ilabs-horse .tabs .tabs-content .tab-content .horse-details tbody tr td strong {
    line-height: 15px;
    font-size: 12px;
  }
}
.site-inner .entry-content .ilabs-horse .tabs .tabs-content .tab-content .horse-details tbody tr td a {
  color: #82b900;
}
.site-inner .entry-content .ilabs-horse .tabs .tabs-content .tab-content .horse-details tbody tr td a:hover {
  color: #FFFFFF;
  background-color: #82b900;
}
.site-inner .entry-content .ilabs-horse .tabs .tabs-content .tab-content .horse-details tbody tr td:first-child, .site-inner .entry-content .ilabs-horse .tabs .tabs-content .tab-content .horse-details tbody tr td:nth-child(3) {
  background: #79706a;
  border-top: 1px solid #575351;
  border-bottom: none;
  color: white;
  font-weight: bold;
}
.site-inner .entry-content .ilabs-horse .tabs .tabs-content .tab-content .horse-details tbody tr td:nth-child(2), .site-inner .entry-content .ilabs-horse .tabs .tabs-content .tab-content .horse-details tbody tr td:nth-child(4) {
  text-align: left;
  border-top: 1px solid #d8d8d8;
  font-size: 14px;
  line-height: 18px;
  font-family: "karmasemibold", serif;
}
@media (max-width: 828px) {
  .site-inner .entry-content .ilabs-horse .tabs .tabs-content .tab-content .horse-details tbody tr td:nth-child(2), .site-inner .entry-content .ilabs-horse .tabs .tabs-content .tab-content .horse-details tbody tr td:nth-child(4) {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .site-inner .entry-content .ilabs-horse .tabs .tabs-content .tab-content .horse-details tbody {
    display: block;
    width: 100%;
  }
  .site-inner .entry-content .ilabs-horse .tabs .tabs-content .tab-content .horse-details tr {
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: repeat(2, 1fr);
  }
  .site-inner .entry-content .ilabs-horse .tabs .tabs-content .tab-content .horse-details td {
    width: auto;
    display: grid;
    align-items: center;
    padding: 5px 10px;
    border-bottom: 1px solid #ddd;
  }
  .site-inner .entry-content .ilabs-horse .tabs .tabs-content .tab-content .horse-details td:nth-child(odd) {
    font-weight: bold;
    background: rgba(0, 0, 0, 0.05);
  }
  .site-inner .entry-content .ilabs-horse .tabs .tabs-content .tab-content .horse-details td:last-child {
    border-bottom: none;
  }
}
.site-inner .entry-content .ilabs-horse .tabs .tabs-content .tab-content .horse-performance-records {
  display: grid;
}
.site-inner .entry-content .ilabs-horse .tabs .tabs-content .tab-content .horse-performance-records h4 {
  font-family: "baskvllt", serif;
  font-weight: normal;
  color: #826b5b;
  font-size: 26px;
  line-height: 35px;
  margin: 0 0 10px 0;
  padding-top: 20px;
}
.site-inner .entry-content .ilabs-horse .tabs .tabs-content .tab-content .horse-performance-records p {
  margin: auto;
  height: auto;
  font-size: 16px;
}
.site-inner .entry-content .ilabs-horse .tabs .tabs-content .tab-content .horse-performance-records p strong {
  font-size: 18px;
  line-height: 26px;
  color: #000000;
}
.site-inner .entry-content .ilabs-horse .tabs .tabs-content .tab-content .horse-performance-records p a {
  border-radius: 0;
  border: 0;
  background: #9dcf28;
  color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  font-family: "karmasemibold", serif;
  padding: 16px 60px 16px 60px;
  font-size: 20px;
  line-height: 24px;
  transition: all 0.2s ease-in-out;
}
.site-inner .entry-content .ilabs-horse .tabs .tabs-content .tab-content .horse-performance-records p a:hover {
  color: #9dcf28;
  background-color: #FFFFFF;
}
@media (max-width: 828px) {
  .site-inner .entry-content .ilabs-horse .tabs .tabs-content .tab-content .horse-performance-records p a {
    font-size: 16px;
  }
}
.site-inner .entry-content .ilabs-horse .tabs .tabs-content .horse-children-table .table-header {
  gap: 0;
}
.site-inner .entry-content .ilabs-horse .tabs .tabs-content .horse-children-table .table-header span {
  display: block;
  float: left;
  background: #9dcf28;
  color: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 18px;
  line-height: 22px;
  font-family: "karmasemibold", serif;
  margin: 0 0 20px 0;
  padding: 8px 20px;
}
.site-inner .entry-content .ilabs-horse .tabs .tabs-content .horse-children-table .table-header .sort-table-select {
  display: inline-block;
  position: relative;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border: none;
  line-height: 22px;
  margin: 0 0 20px 0;
  padding: 0;
  vertical-align: top;
  background: #79706a;
  color: #ffffff;
}
.site-inner .entry-content .ilabs-horse .tabs .tabs-content .horse-children-table .table-header .sort-table-select button {
  display: block;
  float: left;
  position: relative;
  font-family: "karmasemibold", serif;
  font-size: 16px;
  line-height: 22px;
  padding: 8px 15px;
  border-radius: 0;
  margin: 0;
  background: #79706a;
  color: #ffffff;
}
.site-inner .entry-content .ilabs-horse .tabs .tabs-content .horse-children-table .table-header .sort-table-select .active {
  background-color: black;
  border-left: dotted 1px #ffffff;
}
.site-inner .entry-content .ilabs-horse .tabs .tabs-content .horse-children-table .table-header .sort-table-select .sort-wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
}
.site-inner .entry-content .ilabs-horse .tabs .tabs-content .horse-children-table .table-header .sort-table-select .sort-wrapper button:before {
  content: attr(data-icon);
  background: rgba(250, 250, 250, 0.2);
  padding: 10px 8px;
  position: absolute;
  right: 0;
  top: 0;
  font-family: FontAwesome;
  font-size: 19px;
  line-height: 20px;
}
.site-inner .entry-content .ilabs-horse .tabs .tabs-content .horse-children-table table {
  width: 100%;
  border-collapse: collapse;
}
.site-inner .entry-content .ilabs-horse .tabs .tabs-content .horse-children-table table thead tr th {
  background: #79706a;
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  font-family: "karmasemibold", serif;
  text-align: left;
  display: table-cell;
  padding: 10px;
  border-top: solid 1px #575351;
  border-left: dotted 1px #ffffff;
}
.site-inner .entry-content .ilabs-horse .tabs .tabs-content .horse-children-table table tbody tr td {
  border-bottom: solid 1px #d8d8d8;
  font-size: 15px;
  line-height: 18px;
  font-family: "karmasemibold", serif;
  text-align: left;
  display: table-cell;
  padding: 5px;
}
.site-inner .entry-content .ilabs-horse .tabs .tabs-content .horse-children-table table tbody tr td a {
  font-size: 24px;
  line-height: 29px;
  margin: 0;
  padding: 0;
  font-family: "karmasemibold", serif;
  text-decoration: none;
}
.site-inner .entry-content .ilabs-horse .tabs .tabs-content .horse-children-table table tbody tr td a:hover {
  color: #FFFFFF;
  background-color: #82b900;
}
.site-inner .entry-content .ilabs-horse .tabs .tabs-content .horse-children-table table tbody tr td .mother-link {
  font-size: 12px;
  line-height: 18px;
}
@media (max-width: 768px) {
  .site-inner .entry-content .ilabs-horse .tabs .tabs-content .horse-children-table table {
    display: block;
    width: 100%;
  }
  .site-inner .entry-content .ilabs-horse .tabs .tabs-content .horse-children-table table thead {
    display: none;
  }
  .site-inner .entry-content .ilabs-horse .tabs .tabs-content .horse-children-table table tbody {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .site-inner .entry-content .ilabs-horse .tabs .tabs-content .horse-children-table table tbody tr {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
  .site-inner .entry-content .ilabs-horse .tabs .tabs-content .horse-children-table table tbody tr td {
    display: flex;
    align-items: center;
    padding: 0;
    width: 100%;
    font-size: 12px;
    border-bottom: solid 1px #d8d8d8;
    position: relative;
  }
  .site-inner .entry-content .ilabs-horse .tabs .tabs-content .horse-children-table table tbody tr td::before {
    content: attr(data-label);
    width: 30%;
    display: inline-block;
    color: white;
    background: #79706a;
    padding: 8px;
    margin-right: 10px;
    text-align: right;
    font-size: 12px;
    line-height: 18px;
    font-family: "karmaregular", sans-serif;
    font-weight: 100;
  }
  .site-inner .entry-content .ilabs-horse .tabs .tabs-content .horse-children-table table tbody tr td a {
    font-size: 18px;
    line-height: 21px;
  }
}
.site-inner .entry-content .ilabs-horse .tabs .tabs-content:has(.tab-content.active .horse-details) {
  width: 80%;
}
@media (max-width: 768px) {
  .site-inner .entry-content .ilabs-horse .tabs .tabs-content:has(.tab-content.active .horse-details) {
    width: 95%;
  }
}
.site-inner .entry-content .ilabs-horse .pedigree-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px auto;
}
.site-inner .entry-content .ilabs-horse .pedigree-table th {
  background-color: #77706a;
  border: 1px solid #ccc;
  font-size: 16px;
  color: #ffffff;
}
.site-inner .entry-content .ilabs-horse .pedigree-table tbody tr td {
  border: dotted 1px rgba(0, 0, 0, 0.8);
  background-color: #fdfdfd;
  vertical-align: middle;
  border-bottom: solid 3px #79706a;
}
.site-inner .entry-content .ilabs-horse .pedigree-table tbody tr td p {
  display: flex !important;
  width: 95%;
  margin: auto;
  float: none !important;
  text-wrap: nowrap;
  padding: 0 5px;
}
.site-inner .entry-content .ilabs-horse .pedigree-table tbody tr td p img {
  height: auto !important;
  display: none;
}
.site-inner .entry-content .ilabs-horse .pedigree-table tbody tr td p span[data-name=horseSex][data-value=K]:before {
  content: "\f221";
  color: #ee0d97;
  font-family: FontAwesome;
  font-size: 18px;
  line-height: 18px;
}
.site-inner .entry-content .ilabs-horse .pedigree-table tbody tr td p span[data-name=horseSex][data-value=O]:before {
  content: "\f222";
  color: #0d7cee;
  top: 4px;
  right: 3px;
  font-family: FontAwesome;
  font-size: 18px;
  line-height: 18px;
}
.site-inner .entry-content .ilabs-horse .pedigree-table tbody tr td p span[data-name=horseSex][data-value=W]:before {
  content: "\f22c";
  color: #96600b;
  font-family: FontAwesome;
  font-size: 18px;
  line-height: 18px;
}
.site-inner .entry-content .ilabs-horse .pedigree-table tbody tr td p a strong {
  color: #91b72f !important;
}
.site-inner .entry-content .ilabs-horse .pedigree-table tbody tr td p a strong:hover {
  color: #FFFFFF !important;
}
.site-inner .entry-content .ilabs-horse .pedigree-table tbody tr td p:last-child {
  border-top: dotted 1px rgba(0, 0, 0, 0.8);
  font-size: 12px;
}
.site-inner .entry-content .ilabs-horse .pedigree-table.pedigree-horse {
  background-color: #e6f7ff;
  font-size: 18px;
}
.site-inner .entry-content .ilabs-horse .pedigree-table.pedigree-parent {
  background-color: #f0f8ff;
}
.site-inner .entry-content .ilabs-horse .pedigree-table.pedigree-grandparent {
  background-color: #fdfd96;
}
.site-inner .entry-content .ilabs-horse .pedigree-table strong {
  color: #826b5b;
  font-size: 22px;
  line-height: 22px;
  font-family: "baskvllt", serif !important;
  font-weight: normal;
}
.site-inner .entry-content .ilabs-horse .pedigree-table span {
  font-size: 14px;
  color: #555;
}
.site-inner .entry-content .ilabs-horse .horse-children-table {
  font-family: Arial, sans-serif;
  margin: 20px 0;
}
.site-inner .entry-content .ilabs-horse .horse-children-table .table-header {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.site-inner .entry-content .ilabs-horse .horse-children-table .table-header span {
  font-weight: bold;
  color: #444;
}
.site-inner .entry-content .ilabs-horse .horse-children-table .table-header .sort-button {
  background-color: #8CC63F;
  color: white;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 14px;
}
.site-inner .entry-content .ilabs-horse .horse-children-table .table-header .sort-button.active {
  background-color: #444;
  color: white;
}
.site-inner .entry-content .ilabs-horse .horse-children-table .table-header .sort-order {
  background: none;
  border: none;
  font-size: 16px;
  color: #444;
  cursor: pointer;
}
.site-inner .entry-content .ilabs-horse .horse-link {
  color: #8CC63F;
  text-decoration: none;
  font-weight: bold;
}
.site-inner .entry-content .ilabs-horse .horse-link:hover {
  text-decoration: underline;
}
.site-inner .entry-content .breed-abberviations-page {
  overflow: hidden;
  list-style: none;
  margin: 0 0 25px 0;
  padding: 0 0 0 35px;
}
.site-inner .entry-content .breed-abberviations-page li {
  margin: 5px 0 10px 0px;
  position: relative;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  font-family: "karmaregular", serif;
}
.site-inner .entry-content .breed-abberviations-page li:before {
  content: "●";
  font-size: 16px;
  color: #826b5b;
  margin-left: 0;
  position: absolute;
  left: -16px;
  top: 0;
}
.site-inner .entry-content .breed-abberviations-page li strong {
  font-family: "karmasemibold", serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
}
.site-inner .entry-content .contact-page-en {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.site-inner .entry-content .contact-page-en h2 {
  justify-content: center;
}
.site-inner .entry-content .contact-page a {
  text-decoration: none;
  border-radius: 2px;
  font-family: "karmasemibold", serif;
  font-weight: normal;
}
.site-inner .entry-content .contact-page strong {
  font-family: "karmasemibold", serif;
  font-weight: normal;
}
.site-inner .entry-content .contact-page h2 {
  display: flex;
  justify-content: center;
}
.site-inner .entry-content .regulamin-page h2, .site-inner .entry-content .terms-of-use-page-en h2 {
  justify-content: center;
  font-family: "karmasemibold", serif;
  font-weight: normal;
}
.site-inner .entry-content .regulamin-page h3, .site-inner .entry-content .terms-of-use-page-en h3 {
  display: flex;
  justify-content: center;
}
.site-inner .entry-content .regulamin-page ol li, .site-inner .entry-content .terms-of-use-page-en ol li {
  margin: 5px 0 10px 0;
}
.site-inner .entry-content .regulamin-page ol li strong, .site-inner .entry-content .terms-of-use-page-en ol li strong {
  font-family: "karmasemibold", serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
}
.site-inner .entry-content .regulamin-page .wp-block-file, .site-inner .entry-content .terms-of-use-page-en .wp-block-file {
  margin-bottom: 20px;
  background-color: #fff;
  border: none;
  border-radius: 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
.site-inner .entry-content .regulamin-page .wp-block-file .panel-heading, .site-inner .entry-content .terms-of-use-page-en .wp-block-file .panel-heading {
  background-color: #79706a;
  color: #ffffff;
  padding: 10px 15px;
  border-bottom: none;
  border-radius: 0;
}
.site-inner .entry-content .regulamin-page .wp-block-file .panel-body, .site-inner .entry-content .terms-of-use-page-en .wp-block-file .panel-body {
  padding: 15px;
  display: flex;
}
.site-inner .entry-content .regulamin-page .wp-block-file .panel-body:before, .site-inner .entry-content .terms-of-use-page-en .wp-block-file .panel-body:before {
  content: " ";
  display: table;
}
.site-inner .entry-content .regulamin-page .wp-block-file .panel-body a, .site-inner .entry-content .terms-of-use-page-en .wp-block-file .panel-body a {
  display: block;
  width: auto;
  max-width: 100%;
  float: left;
  clear: left;
  word-wrap: break-word;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 19px;
  margin: 0;
  min-height: 40px;
  padding: 5px 15px 5px 0;
  background-repeat: no-repeat;
  background-size: auto 30px;
  background-position: 5px 5px;
  position: relative;
  color: #82b900;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  background: none;
  border-radius: 0;
}
.site-inner .entry-content .regulamin-page .wp-block-file .panel-body a:hover, .site-inner .entry-content .terms-of-use-page-en .wp-block-file .panel-body a:hover {
  color: #fff;
  background-color: #82b900;
}
.site-inner .entry-content .cookies-policy-en ul {
  overflow: hidden;
  list-style: none;
  margin: 0 0 25px 0;
  padding: 0 0 0 35px;
  font-family: "karmaregular", serif;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  position: relative;
}
.site-inner .entry-content .cookies-policy-en ul li {
  position: relative;
  margin: 5px 0 10px 0;
}
.site-inner .entry-content .cookies-policy-en ul li:before {
  content: "●";
  font-size: 16px;
  color: #826b5b;
  margin-left: 0;
  position: absolute;
  left: -16px;
  top: 0;
}
.site-inner .entry-content .privacy-policy-page-en {
  font-family: "karmaregular", serif;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
}
.site-inner .entry-content .privacy-policy-page-en ol {
  counter-reset: LIST-ITEMS 0;
  list-style: none;
  overflow: hidden;
  margin: 0 0 25px 0;
  padding: 0 0 0 35px;
}
.site-inner .entry-content .privacy-policy-page-en ol li {
  margin: 5px 0 10px 0;
  position: relative;
}
.site-inner .entry-content .privacy-policy-page-en ol li:before {
  content: counter(LIST-ITEMS) " .";
  counter-increment: LIST-ITEMS;
  color: #826b5b;
  font-family: "karmasemibold", serif;
  font-size: 18px;
  line-height: 20px;
  position: absolute;
  top: 3px;
  left: -39px;
  width: 35px;
  text-align: right;
  letter-spacing: -1px;
}
.site-inner .entry-content:has(.ilabs-horse) {
  padding: 0;
}

@media (min-width: 768px) {
  .site-inner {
    width: 75%;
  }
  .site-inner .content-sidebar-wrap {
    width: 100%;
    display: block;
  }
}
@media (min-width: 992px) {
  .site-inner {
    width: 65%;
  }
}
@media (min-width: 1024px) {
  .site-inner {
    width: 90%;
  }
}
/* Footer */
.banner-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.banner-wrapper .banner-image {
  background: rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 65%;
  align-items: center;
  text-align: center;
  margin: auto;
  padding: 0;
}
.banner-wrapper .banner-image a {
  padding: 25px;
}
.banner-wrapper .banner-image a img {
  width: 100%;
  height: auto;
}

.footer__menu {
  width: 65%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  padding: 15px;
  text-align: center;
}
.footer__menu li {
  list-style: none;
  padding: 0 2%;
  margin: 0;
  min-width: 10%;
  display: inline-block;
}
.footer__menu li a {
  color: #ffffff;
  text-decoration: none;
  font-family: "karmaregular", serif;
  font-size: 18px;
  line-height: 26px;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.footer__menu li a:hover {
  background-color: #82b900;
  color: #FFFFFF;
}

.site-footer .wrap p {
  width: 65%;
  margin: auto;
  color: #bfbfbf;
  font-size: 16px;
  line-height: 26px;
  font-family: "karmaregular", serif;
  padding: 20px 0;
}

.elevator-wrapper {
  min-height: 0;
}
.elevator-wrapper .elevator.elevator-is-visible {
  visibility: visible;
  opacity: 1;
  z-index: 999;
}
.elevator-wrapper .elevator {
  position: fixed;
  right: 0;
  bottom: -25px;
  display: block;
  height: 50px;
  overflow: visible;
  text-decoration: none;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  visibility: hidden;
  background: transparent;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.elevator-wrapper .elevator .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.elevator-wrapper .elevator .fa-chevron-up:before {
  content: "\f077";
}
.elevator-wrapper .elevator:hover {
  bottom: 0;
}
.elevator-wrapper .elevator:hover .fa {
  color: #ffffff;
  padding: 11px 0 11px 0;
  font-size: 31px;
}
.elevator-wrapper .elevator .fa {
  position: relative;
  top: 0;
  left: -20px;
  margin: 0;
  font-size: 20px;
  padding: 3px 0 20px 0;
  width: 90px;
  color: #ffffff;
  transition: all 0.3s ease;
  background: #9dcf28;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}
.elevator-wrapper .elevator .fa-chevron-up:before {
  content: "\f102";
}

@media (max-width: 1440px) {
  .banner-wrapper .banner-image {
    width: 90%;
    display: grid;
  }
  .banner-wrapper .banner-image img {
    height: auto;
  }
  .footer__menu {
    flex-direction: row;
    width: 90%;
  }
  .site-footer .wrap p {
    width: 90%;
    text-align: left;
  }
}
@media (max-width: 992px) {
  .banner-wrapper .banner-image {
    width: 100%;
    display: flex;
  }
  .banner-wrapper .banner-image img {
    width: 100%;
    height: auto;
  }
  .footer__menu {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .footer__menu li a {
    font-size: 16px;
  }
  .site-footer .wrap p {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .banner-wrapper .banner-image {
    width: 100%;
  }
}
body:has(.ilabs-search-form) .entry-content {
  padding: 0;
}

body:has(.ilabs-search-form) .site-inner {
  position: relative;
  top: -100px;
}

.entry-content {
  margin: auto;
}
.entry-content .search-form {
  position: relative;
  background-color: #79706a;
  margin: 0 auto;
  padding-bottom: 100px;
}
.entry-content .search-form .search-tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.entry-content .search-form .search-tabs .tab-button {
  background-color: #000000;
  color: #fff;
  padding: 20px 30px;
  border: none;
  cursor: pointer;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  transition: background-color 0.3s ease;
  flex: 1;
  text-align: center;
  font-family: "karmasemibold", serif;
}
.entry-content .search-form .search-tabs .tab-button.active {
  background-color: #79706a;
  color: white;
}
.entry-content .search-form .search-tabs .tab-button:hover {
  color: #addf34;
}
.entry-content .search-form .search-tabs .tab-button:first-child {
  text-align: right;
}
.entry-content .search-form .search-tabs .tab-button:last-child {
  text-align: left;
}
.entry-content .search-form .search-tab-content {
  display: none;
  padding: 30px;
}
.entry-content .search-form .search-tab-content.active {
  display: block;
}
.entry-content .search-form form {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 80%;
  margin: auto;
}
.entry-content .search-form form .pzhk-search-row {
  display: flex;
  flex-direction: column;
}
.entry-content .search-form form .pzhk-search-row label {
  font-size: 17px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 5px;
  font-family: "karmaregular", sans-serif;
  font-weight: normal;
}
.entry-content .search-form form .pzhk-search-row input,
.entry-content .search-form form .pzhk-search-row select {
  width: 100%;
  border-radius: 4px;
  font-family: "karmaregular", sans-serif;
  font-size: 18px;
  background-color: #fff;
  color: #333;
  padding: 15px;
  border: 4px solid #e5e4e3;
  box-sizing: border-box;
  transition: border-colorease-in-out 0.15s, box-shadowease-in-out 0.15s;
}
.entry-content .search-form form .pzhk-search-row input:focus,
.entry-content .search-form form .pzhk-search-row select:focus {
  outline: none;
  border-color: #addf34;
  transition: border-colorease-in-out 0.15s, box-shadowease-in-out 0.15s;
}
@media (max-width: 992px) {
  .entry-content .search-form form {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .entry-content .search-form form {
    grid-template-columns: 1fr;
  }
}
.entry-content .search-form .search-button {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 15%;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
.entry-content .search-form .search-button button[type=submit] {
  position: relative;
  background-color: #9dcf28;
  color: #ffffff;
  font-family: "karmasemibold", serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
  border: none;
  cursor: pointer;
  text-align: center;
  padding: 15px 50px 10px 15px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}
.entry-content .search-form .search-button button[type=submit]::after {
  content: "\f002";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: #addf34;
  color: #ffffff;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "FontAwesome", serif;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.entry-content .search-form .search-button button[type=submit]:hover, .entry-content .search-form .search-button button[type=submit]:hover::after {
  background-color: #ffffff;
  color: #92b900;
}
@media (max-width: 992px) {
  .entry-content .search-form .search-button {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .entry-content .search-form .search-button {
    width: 50%;
  }
}
.entry-content #simple-search form {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 80%;
  margin: auto;
}
.entry-content #simple-search form .pzhk-search-row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .entry-content #simple-search form {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
}
@media (max-width: 828px) {
  .entry-content #simple-search form {
    grid-template-columns: 1fr;
    width: 100%;
  }
}
.entry-content #advanced-search form {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  justify-content: space-between;
  width: 100%;
}
.entry-content #advanced-search form .pzhk-search-row {
  display: flex;
  flex-direction: column;
}
.entry-content #advanced-search form .search-button {
  grid-column: span 4;
  margin: 20px auto 0;
}
@media (max-width: 992px) {
  .entry-content #advanced-search form {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .entry-content #advanced-search form {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .entry-content #advanced-search form {
    grid-template-columns: 1fr;
  }
}

.pzhk-horses-list {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #454545;
}
.pzhk-horses-list .horse-card {
  margin-top: 10px;
  background: #ffffff;
}
.pzhk-horses-list .horse-card .horse-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.pzhk-horses-list .horse-card .horse-row p {
  display: grid;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding: 15px 0 15px 20px;
}
.pzhk-horses-list .horse-card .horse-row p span {
  color: #826b5b;
  font-size: 24px;
  line-height: 29px;
  margin: 0;
  padding: 0;
  font-family: "karmasemibold", serif;
  word-wrap: break-word;
}
@media (max-width: 828px) {
  .pzhk-horses-list .horse-card .horse-row p span {
    font-size: 18px;
  }
}
@media (max-width: 828px) {
  .pzhk-horses-list .horse-card .horse-row.top-row {
    display: flex;
    flex-direction: column;
  }
}
.pzhk-horses-list .horse-card .horse-row.top-row .horse-birthday {
  width: 60%;
}
.pzhk-horses-list .horse-card .horse-row.top-row .horse-name {
  width: auto;
}
.pzhk-horses-list .horse-card .horse-row.top-row .horse-name a {
  font-size: 24px;
  line-height: 29px;
  color: #82b900;
  font-family: "karmasemibold", serif;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  text-decoration: none;
  max-width: fit-content;
  overflow: hidden;
}
.pzhk-horses-list .horse-card .horse-row.top-row .horse-name a:hover {
  text-decoration: none;
  color: #FFFFFF;
}
.pzhk-horses-list .horse-card .horse-row.top-row .horse-more {
  display: flex;
  justify-content: right;
  padding: 20px 20px 20px 0;
  grid-column: 3/3;
  grid-row: 1/3;
  gap: 5px;
}
.pzhk-horses-list .horse-card .horse-row.top-row .horse-more .btn.compareButton {
  padding: 10px 20px 10px 20px;
  position: relative;
  font-size: 1px;
  line-height: 20px;
}
.pzhk-horses-list .horse-card .horse-row.top-row .horse-more .btn.compareButton:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px 1px 1px 1px;
  font-family: FontAwesome;
  font-size: 22px;
  line-height: 27px;
  content: "\f067";
  transition: all 0.2s ease-in-out;
}
.pzhk-horses-list .horse-card .horse-row.top-row .horse-more button {
  background: #9dcf28;
  color: white;
  border: none;
  padding: 20px 45px;
  position: relative;
  font-size: 16px;
  font-family: "karmasemibold", serif;
  line-height: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  transition: all 0.2s ease-in-out;
}
.pzhk-horses-list .horse-card .horse-row.top-row .horse-more button:hover {
  background-color: #ffffff;
  color: #9dcf28;
}
.pzhk-horses-list .horse-card .horse-row.top-row .horse-more button a {
  text-decoration: none;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 50px;
  display: flex;
  justify-content: center;
  max-width: 100%;
  align-items: center;
}
.pzhk-horses-list .horse-card .horse-row.top-row .horse-more button:hover a {
  color: #9dcf28;
}
.pzhk-horses-list .horse-card .advanced-search {
  display: grid;
  grid-template-columns: auto auto auto;
}
.pzhk-horses-list .horse-card .bottom-row {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.pzhk-horses-list .horse-card .bottom-row p {
  display: flex;
  height: 100%;
  padding: 0;
  margin: 0;
}
.pzhk-horses-list .horse-card .bottom-row p strong {
  padding: 10px 10px 10px 0;
  background: #79706a;
  text-align: right;
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  font-family: "karmaregular", serif;
  width: 40%;
  border-top: solid 1px #575351;
}
.pzhk-horses-list .horse-card .bottom-row p span {
  padding: 0 10px;
  color: black;
  font-size: 16px;
  line-height: 20px;
  font-family: "karmasemibold", serif;
  border-top: solid 1px #d8d8d8;
  align-items: center;
  display: flex;
  justify-content: start;
  width: 60%;
}
.pzhk-horses-list .pzhk-sort-row {
  display: flex;
}
.pzhk-horses-list .pzhk-sort-row label {
  display: inline-block;
  background: #9dcf28;
  color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  font-size: 20px;
  line-height: 22px;
  font-family: "karmasemibold", serif;
  margin: 20px 0 0 0;
  padding: 10px 30px;
}
.pzhk-horses-list .pzhk-sort-row .pzhk-sort-select {
  display: inline-block;
  position: relative;
  background: #000000;
  color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  border: none;
  margin: 20px 0 0 -5px;
  padding: 0;
  vertical-align: top;
  overflow: hidden;
}
.pzhk-horses-list .pzhk-sort-row .pzhk-sort-select select {
  display: inline-block;
  position: relative;
  background: #000000;
  color: #ffffff;
  font-size: 17px;
  line-height: 24px;
  font-family: "karmaregular", sans-serif;
  border: none;
  margin: 0;
  padding: 10px 20px 8px 10px;
  height: 42px;
}
.pzhk-horses-list .pzhk-sort-row .pzhk-sort-select::after {
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 9px;
  color: #addf34;
  background: #000000;
  font-family: "FontAwesome", serif;
  font-size: 25px;
  line-height: 25px;
  content: "\f0d7";
}
@media (max-width: 828px) {
  .pzhk-horses-list .pzhk-sort-row {
    flex-direction: column;
  }
  .pzhk-horses-list .pzhk-sort-row label, .pzhk-horses-list .pzhk-sort-row .pzhk-sort-select {
    margin: 0;
  }
  .pzhk-horses-list .pzhk-sort-row label select, .pzhk-horses-list .pzhk-sort-row .pzhk-sort-select select {
    width: 100%;
  }
}

.pzhk-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  background-color: #454545;
}
.pzhk-pagination .pagination-body {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  background-color: #FFFFFF;
}
.pzhk-pagination .pagination-body .pagination-link {
  display: inline-block;
  padding: 12px 18px;
  color: #fff;
  background-color: #9ccd28;
  text-decoration: none;
  font-size: 21px;
  line-height: 22px;
  font-family: "karmasemibold", serif;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.pzhk-pagination .pagination-body .pagination-link:hover {
  background-color: #6b6b6b;
}
.pzhk-pagination .pagination-body .pagination-link.current {
  color: #2d2d2d;
  background-color: #ffffff;
}
.pzhk-pagination .pagination-body .dots {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  background-color: #9dcf28;
  align-content: center;
}

@media (max-width: 828px) {
  .pzhk-horses-list .horse-card .bottom-row {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .pzhk-horses-list .horse-card .bottom-row p {
    display: flex;
  }
  .pzhk-horses-list .horse-card .bottom-row p span {
    display: flex;
  }
  .pzhk-horses-list .horse-card .advanced-search + .bottom-row {
    grid-template-columns: 1fr;
  }
  .pzhk-horses-list .horse-card .advanced-search + .bottom-row p:nth-child(1) {
    grid-column: auto;
    grid-row: auto;
  }
  .pzhk-horses-list .horse-card .advanced-search + .bottom-row p:nth-child(3) {
    grid-column: auto;
    grid-row: auto;
  }
  .pzhk-horses-list .horse-card .advanced-search + .bottom-row p:nth-child(2) {
    grid-column: auto;
    grid-row: auto;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .pzhk-horses-list .horse-card .horse-row p {
    font-size: 12px;
  }
  .pzhk-horses-list .horse-card .horse-row p span {
    font-size: 20px;
  }
  .pzhk-horses-list .horse-card .bottom-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .pzhk-horses-list .horse-card .bottom-row p:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .pzhk-horses-list .horse-card .bottom-row p:nth-child(3) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .pzhk-horses-list .horse-card .bottom-row p:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/3;
    align-self: stretch;
    display: flex;
    justify-content: center;
  }
  .pzhk-horses-list .horse-card .bottom-row p {
    display: flex;
  }
  .pzhk-horses-list .horse-card .bottom-row p strong {
    font-size: 12px;
  }
  .pzhk-horses-list .horse-card .bottom-row p span {
    display: block;
    padding: 10px;
    font-size: 14px;
  }
  .pzhk-horses-list .horse-card .advanced-search + .bottom-row {
    grid-template-columns: 1fr 1fr;
  }
  .pzhk-horses-list .horse-card .advanced-search + .bottom-row p:nth-child(1) {
    grid-column: auto;
    grid-row: auto;
  }
  .pzhk-horses-list .horse-card .advanced-search + .bottom-row p:nth-child(3) {
    grid-column: auto;
    grid-row: auto;
  }
  .pzhk-horses-list .horse-card .advanced-search + .bottom-row p:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
.entry-content:has(.ilabs-owner-horse-list) {
  padding: 0;
}

.btn {
  border-radius: 0;
  border: 0;
  background: #9dcf28;
  color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  font-family: "karmasemibold", serif;
  padding: 16px 60px 16px 60px;
  font-size: 20px;
  line-height: 24px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  float: right;
}
.btn:hover {
  background-color: #ffffff;
  color: #9dcf28;
}

.fieldValidatorErrorMessage {
  display: flex;
  align-items: center;
  background: #e1004a;
  padding: 10px 20px 10px 20px;
  border-radius: 0px;
  color: #ffffff;
  position: relative;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
}
.fieldValidatorErrorMessage p {
  font-family: "karmaregular", serif;
  font-size: 18px;
  line-height: 26px;
  color: #fff !important;
}
.fieldValidatorErrorMessage:before {
  content: "\f119";
  color: rgba(255, 255, 255, 0.7);
  font-family: FontAwesome;
  font-size: 35px;
  line-height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.fieldValidatorSuccessMessage {
  display: flex;
  align-items: center;
  font-size: 18px;
  background: #a9ca43;
  padding: 10px 20px 10px 50px;
  border-radius: 0px;
  color: #ffffff;
  position: relative;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
}
.fieldValidatorSuccessMessage:before {
  content: "\f118";
  color: rgba(255, 255, 255, 0.7);
  font-family: FontAwesome;
  font-size: 35px;
  line-height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.ilabs-owner-horse-list .profile-tabs {
  position: relative;
  background-color: #79706a;
  margin: 0 auto;
}
.ilabs-owner-horse-list .profile-tabs .header-tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #746c66;
}
.ilabs-owner-horse-list .profile-tabs .header-tabs .tab-profile-button {
  background-color: black;
  color: white;
  text-align: right;
  padding: 20px 30px;
  border: none;
  cursor: pointer;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  transition: background-color 0.3s ease;
  flex: 1;
  font-family: "karmasemibold", serif;
}
.ilabs-owner-horse-list .profile-tabs .header-tabs .tab-profile-button.active {
  background-color: #79706a;
  color: white;
}
.ilabs-owner-horse-list .profile-tabs .header-tabs .tab-profile-button:hover {
  color: #addf34;
}
.ilabs-owner-horse-list .profile-tabs .header-tabs .tab-profile-button:first-child {
  text-align: right;
}
.ilabs-owner-horse-list .profile-tabs .header-tabs .tab-profile-button:last-child {
  text-align: left;
}
.ilabs-owner-horse-list .profile-tabs .profile-tab-content {
  display: none;
  color: white;
}
.ilabs-owner-horse-list .profile-tabs .profile-tab-content div h2 {
  color: white;
  margin: 0;
}
.ilabs-owner-horse-list .profile-tabs .profile-tab-content.active {
  display: flex;
  padding: 30px;
  gap: 10px;
  margin-bottom: 20px;
}
.ilabs-owner-horse-list .profile-tabs .profile-tab-content .forms-profile-horse {
  width: auto;
  padding: 30px;
  background-color: #77706a;
}
@media (max-width: 828px) {
  .ilabs-owner-horse-list .profile-tabs .profile-tab-content .forms-profile-horse {
    padding: 10px;
  }
}
.ilabs-owner-horse-list .profile-tabs .profile-tab-content .forms-profile {
  width: 50%;
  color: white;
}
.ilabs-owner-horse-list .profile-tabs .profile-tab-content .forms-profile form {
  width: 100%;
}
.ilabs-owner-horse-list .profile-tabs .profile-tab-content fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
.ilabs-owner-horse-list .profile-tabs .profile-tab-content fieldset .input-form {
  height: 270px;
}
@media (max-width: 828px) {
  .ilabs-owner-horse-list .profile-tabs .profile-tab-content fieldset .input-form {
    height: auto;
  }
}
.ilabs-owner-horse-list .profile-tabs .profile-tab-content fieldset legend {
  color: #ffffff;
  border: none;
  margin: 0px 0 5px 0;
  font-size: 35px;
  line-height: 45px;
  font-family: "baskvllt", serif;
  font-weight: normal;
  display: block;
  width: 100%;
}
@media (max-width: 1100px) {
  .ilabs-owner-horse-list .profile-tabs .profile-tab-content fieldset legend {
    font-size: 28px;
  }
}
.ilabs-owner-horse-list .profile-tabs .profile-tab-content fieldset p {
  color: white;
  height: 45px;
}
@media (max-width: 828px) {
  .ilabs-owner-horse-list .profile-tabs .profile-tab-content fieldset p {
    height: auto;
  }
}
.ilabs-owner-horse-list .profile-tabs .profile-tab-content fieldset label {
  font-family: "karmasemibold", serif;
  font-weight: normal;
  margin-bottom: 0px;
  font-size: 17px;
  line-height: 26px;
  background: transparent;
  padding: 15px 0px 0 0;
  overflow: hidden;
  display: block;
  max-width: 100%;
}
.ilabs-owner-horse-list .profile-tabs .profile-tab-content fieldset .form-control {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 10px 20px 10px;
  font-family: "karmaregular", serif;
  font-size: 18px;
  line-height: 22px;
  height: 25px;
  border: 4px solid #e5e4e3;
  border-radius: 4px;
  box-shadow: none;
  background: #ffffff;
  color: #000000;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.ilabs-owner-horse-list .profile-tabs .profile-tab-content fieldset .form-control:disabled {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
.ilabs-owner-horse-list .profile-tabs .profile-tab-content fieldset .form-control:required:invalid {
  outline-color: #e1004a !important;
  outline-width: 3px;
}
.ilabs-owner-horse-list .profile-tabs .profile-tab-content fieldset .form-control:focus {
  border-color: #a9ca43;
  outline: none;
}
.ilabs-owner-horse-list .profile-tabs .profile-tab-content fieldset .hr {
  border-top: solid 1px #b4a79f;
  font-size: 0;
  line-height: 0;
  margin: 20px 0;
  width: 100%;
}
.ilabs-owner-horse-list .profile-tabs .profile-tab-content fieldset .row {
  float: right;
}
@media (max-width: 828px) {
  .ilabs-owner-horse-list .profile-tabs .header-tabs .tab-profile-button {
    font-size: 18px;
  }
  .ilabs-owner-horse-list .profile-tabs .profile-tab-content.active {
    flex-direction: column;
    padding: 10px;
  }
  .ilabs-owner-horse-list .profile-tabs .profile-tab-content.active .forms-profile {
    width: 100%;
  }
  .ilabs-owner-horse-list .profile-tabs .profile-tab-content.active .forms-profile legend {
    font-size: 28px;
    line-height: 38px;
  }
  .ilabs-owner-horse-list .profile-tabs .profile-tab-content.active .forms-profile p {
    font-size: 16px;
    line-height: 24px;
  }
  .ilabs-owner-horse-list .profile-tabs .profile-tab-content.active .forms-profile label {
    font-size: 14px;
  }
  .ilabs-owner-horse-list .profile-tabs .profile-tab-content.active .forms-profile input {
    font-size: 14px;
  }
  .ilabs-owner-horse-list .profile-tabs .profile-tab-content.active .forms-profile .btn {
    padding: 16px 40px 16px 40px;
    line-height: 12px;
  }
}
.ilabs-owner-horse-list .profile-tabs .profile-horse {
  padding: 0 !important;
  background-color: #77706a;
}
.ilabs-owner-horse-list .profile-tabs .profile-horse h2 {
  color: #77706a !important;
  margin: 0;
  background: white;
  padding: 20px 0;
}
.ilabs-owner-horse-list .profile-tabs .profile-horse .profile-horse-content {
  display: inline-block;
  width: 100%;
  background: #454545;
}
.ilabs-owner-horse-list .profile-tabs .profile-horse .profile-horse-content .content-horse-add {
  display: flex;
  padding: 30px;
  justify-content: end;
  background: #77706a;
}
.ilabs-owner-horse-list .profile-tabs .profile-horse .profile-horse-content .profile-horse {
  width: 100%;
  background-color: #454545;
  color: black;
}
.ilabs-owner-horse-list .profile-tabs .profile-horse .profile-horse-content .profile-horse .row-content {
  display: flex;
  flex-direction: row;
  background-color: white;
  margin-bottom: 20px;
  padding: 20px 0;
}
@media (max-width: 828px) {
  .ilabs-owner-horse-list .profile-tabs .profile-horse .profile-horse-content .profile-horse .row-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.ilabs-owner-horse-list .profile-tabs .profile-horse .profile-horse-content .profile-horse .row-content .row {
  width: 50%;
}
@media (max-width: 828px) {
  .ilabs-owner-horse-list .profile-tabs .profile-horse .profile-horse-content .profile-horse .row-content .row {
    width: 95%;
  }
}
.ilabs-owner-horse-list .profile-tabs .profile-horse .profile-horse-content .profile-horse .row-content .horse-user {
  display: flex;
  flex-direction: row;
}
@media (max-width: 828px) {
  .ilabs-owner-horse-list .profile-tabs .profile-horse .profile-horse-content .profile-horse .row-content .horse-user {
    margin-bottom: 10px;
  }
}
.ilabs-owner-horse-list .profile-tabs .profile-horse .profile-horse-content .profile-horse .row-content .horse-user .row {
  width: 100%;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 828px) {
  .ilabs-owner-horse-list .profile-tabs .profile-horse .profile-horse-content .profile-horse .row-content .horse-user .row {
    padding: 0;
  }
}
.ilabs-owner-horse-list .profile-tabs .profile-horse .profile-horse-content .profile-horse .row-content .horse-user .row label {
  font-family: "karmaregular", serif;
  font-size: 12px;
  line-height: 20px;
}
.ilabs-owner-horse-list .profile-tabs .profile-horse .profile-horse-content .profile-horse .row-content .horse-user .row p {
  width: 100%;
  margin: 0;
  color: #826b5b;
  font-size: 24px;
  line-height: 29px;
  margin: 0;
  padding: 0;
  font-family: "karmasemibold", serif;
  word-wrap: break-word;
}
.ilabs-owner-horse-list .profile-tabs .profile-horse .profile-horse-content .profile-horse .row-content .horse-user .row a {
  font-size: 24px;
  line-height: 29px;
  font-family: "karmasemibold", serif;
  width: max-content;
  margin: 0;
  color: #82b900;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  position: relative;
}
.ilabs-owner-horse-list .profile-tabs .profile-horse .profile-horse-content .profile-horse .row-content .horse-user .row a:hover {
  color: #ffffff;
  background-color: #9dcf28;
  text-decoration: none;
  border-radius: 2px;
}
.ilabs-owner-horse-list .profile-tabs .profile-horse .profile-horse-content .profile-horse .row-content .horse-user .row:last-child {
  justify-content: flex-start;
  text-align: right;
}
.ilabs-owner-horse-list .profile-tabs .profile-horse .profile-horse-content .profile-horse .row-content .padded {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 10px;
  padding: 0 20px 20px 20px;
}
@media (max-width: 828px) {
  .ilabs-owner-horse-list .profile-tabs .profile-horse .profile-horse-content .profile-horse .row-content .padded {
    flex-direction: row;
  }
}
.ilabs-owner-horse-list .profile-tabs .profile-horse .profile-horse-content .profile-horse .row-content .padded a {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px 60px 10px 20px;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
}
.ilabs-owner-horse-list .profile-tabs .profile-horse .profile-horse-content .profile-horse .row-content .padded a:hover::before {
  background: #FFFFFF;
  color: #addf34;
}
.ilabs-owner-horse-list .profile-tabs .profile-horse .profile-horse-content .profile-horse .row-content .padded .btn-edit:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  padding: 3px 0px 7px 2px;
  background: #addf34;
  color: #ffffff;
  font-family: FontAwesome;
  font-size: 22px;
  line-height: 40px;
  content: "\f044";
  transition: all 0.2s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ilabs-owner-horse-list .profile-tabs .profile-horse .profile-horse-content .profile-horse .row-content .padded .btn-sell:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  padding: 1px 2px 9px 0px;
  background: #addf34;
  color: #ffffff;
  font-family: FontAwesome;
  font-size: 22px;
  line-height: 40px;
  content: "\f07a";
  transition: all 0.2s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ilabs-owner-horse-list .profile-tabs .profile-horse .profile-horse-content .profile-horse .row-content form {
  width: 100%;
}
.ilabs-owner-horse-list .profile-tabs .forms-profile-horse .profile-horse-row {
  display: grid;
  width: auto;
  grid-template-columns: auto auto;
}
.ilabs-owner-horse-list .profile-tabs .forms-profile-horse .profile-horse-row .row {
  width: auto;
  max-width: 100%;
  padding: 0 10px 0 0;
}
.ilabs-owner-horse-list .profile-tabs .forms-profile-horse .profile-horse-row label {
  font-size: 17px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 5px;
  font-family: "karmasemibold", serif;
  font-weight: normal;
}
.ilabs-owner-horse-list .profile-tabs .forms-profile-horse .profile-horse-row .form-control {
  width: 100%;
  padding: 20px 10px 20px 10px;
  font-size: 18px;
  line-height: 22px;
  height: 25px;
  border: 4px solid #e5e4e3;
  border-radius: 4px;
  box-shadow: none;
  background: #ffffff;
  color: #000000;
}
@media (max-width: 828px) {
  .ilabs-owner-horse-list .profile-tabs .forms-profile-horse .profile-horse-row {
    display: flex;
    flex-direction: column;
  }
  .ilabs-owner-horse-list .profile-tabs .forms-profile-horse .profile-horse-row .row {
    padding: 0;
  }
}
.ilabs-owner-horse-list .profile-tabs .profile-horse-wrapper .hr {
  width: auto !important;
  margin-right: 10px !important;
}
.ilabs-owner-horse-list .profile-tabs .pzhk-search-submit {
  background-color: black;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
  font-size: 16px;
  transition: background-color 0.3s ease;
}
.ilabs-owner-horse-list .profile-tabs .pzhk-search-submit:hover {
  background-color: black;
}

.error-login {
  padding-inline: 16px;
  margin-inline: auto;
  min-height: 20vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
}
.error-login a {
  font-size: 18px;
  line-height: 22px;
  color: #82b900;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.error-login a:hover {
  background: #addf34;
  color: #FFFFFF;
}

.entry-content:has(.ilabs-login, .ilabs-register, .ilabs-remind-password) {
  background-color: #766f69;
  color: white;
}
.entry-content:has(.ilabs-login, .ilabs-register, .ilabs-remind-password) .ilabs-remind-password .login-tab {
  width: 55%;
}
@media (max-width: 828px) {
  .entry-content:has(.ilabs-login, .ilabs-register, .ilabs-remind-password) .ilabs-remind-password .login-tab {
    width: 100%;
  }
}
.entry-content:has(.ilabs-login, .ilabs-register, .ilabs-remind-password) .ilabs-remind-password .login-tab .row {
  padding: 0 !important;
}
.entry-content:has(.ilabs-login, .ilabs-register, .ilabs-remind-password) .ilabs-remind-password .login-tab .login-submit-row {
  justify-content: end;
}
.entry-content:has(.ilabs-login, .ilabs-register, .ilabs-remind-password) .ilabs-remind-password .login-tab .login-submit-row .row {
  width: auto;
}
.entry-content:has(.ilabs-login, .ilabs-register, .ilabs-remind-password) .login-tab {
  margin: auto;
  width: 70%;
}
.entry-content:has(.ilabs-login, .ilabs-register, .ilabs-remind-password) .login-tab .login-form {
  font-family: sans-serif;
}
.entry-content:has(.ilabs-login, .ilabs-register, .ilabs-remind-password) .login-tab .login-form-row {
  display: flex;
  flex-direction: row;
}
.entry-content:has(.ilabs-login, .ilabs-register, .ilabs-remind-password) .login-tab .login-form-row .row {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 5px;
}
.entry-content:has(.ilabs-login, .ilabs-register, .ilabs-remind-password) .login-tab .login-form-row .row label {
  font-family: "karmasemibold", serif;
  font-weight: normal;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 26px;
  background: transparent;
  padding: 15px 0 0 0;
  overflow: hidden;
  display: block;
  max-width: 100%;
}
.entry-content:has(.ilabs-login, .ilabs-register, .ilabs-remind-password) .login-tab .login-form-row .row label .checkbox {
  width: 20px;
}
.entry-content:has(.ilabs-login, .ilabs-register, .ilabs-remind-password) .login-tab .login-form-row .row .form-control {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 10px 20px 10px;
  font-family: "karmaregular", serif;
  font-size: 18px;
  line-height: 22px;
  height: 25px;
  border: 4px solid #e5e4e3;
  border-radius: 4px;
  box-shadow: none;
  background: #ffffff;
  color: #000000;
}
.entry-content:has(.ilabs-login, .ilabs-register, .ilabs-remind-password) .login-tab .login-form-row .row a {
  color: #b6ff07;
  width: max-content;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  position: relative;
  text-decoration: none;
  font-family: "karmaregular", serif;
  font-size: 18px;
  line-height: 26px;
}
.entry-content:has(.ilabs-login, .ilabs-register, .ilabs-remind-password) .login-tab .login-form-row .row a:hover {
  color: #9dcf28;
  background-color: #ffffff;
}
.entry-content:has(.ilabs-login, .ilabs-register, .ilabs-remind-password) .login-tab .login-form-row .row .pzhk-form-submit {
  padding: 16px 50px 16px 50px;
  border-radius: 0;
  border: 0;
  background: #9dcf28;
  color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  font-family: "karmasemibold", serif;
  font-size: 20px;
  line-height: 24px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
}
.entry-content:has(.ilabs-login, .ilabs-register, .ilabs-remind-password) .login-tab .login-form-row .row .pzhk-form-submit:hover {
  color: #9dcf28;
  background-color: #ffffff;
}
.entry-content:has(.ilabs-login, .ilabs-register, .ilabs-remind-password) .login-tab .login-form-row .row:has(.pzhk-form-submit) {
  align-items: end;
}
.entry-content:has(.ilabs-login, .ilabs-register, .ilabs-remind-password) .login-tab .hr {
  border-top: solid 1px #b4a79f;
  font-size: 0;
  line-height: 0;
  margin: 20px 0;
  width: 100%;
}
@media (max-width: 828px) {
  .entry-content:has(.ilabs-login, .ilabs-register, .ilabs-remind-password) .login-tab {
    width: 100%;
  }
  .entry-content:has(.ilabs-login, .ilabs-register, .ilabs-remind-password) .login-tab .login-form-row {
    flex-direction: column;
  }
  .entry-content:has(.ilabs-login, .ilabs-register, .ilabs-remind-password) .login-tab .login-form-row .row {
    padding: 0;
  }
  .entry-content:has(.ilabs-login, .ilabs-register, .ilabs-remind-password) .login-tab .login-form-row .row a {
    font-size: 16px;
  }
  .entry-content:has(.ilabs-login, .ilabs-register, .ilabs-remind-password) .login-tab .login-form-row .row .pzhk-form-submit {
    font-size: 18px;
    padding: 16px 40px 16px 40px;
  }
  .entry-content:has(.ilabs-login, .ilabs-register, .ilabs-remind-password) .login-tab .login-submit-row {
    flex-direction: row;
  }
}
.entry-content:has(.ilabs-login, .ilabs-register, .ilabs-remind-password) .login-tab p {
  color: white;
  font-family: "karmaregular", serif;
  font-size: 18px;
  line-height: 26px;
}
.entry-content:has(.ilabs-login, .ilabs-register, .ilabs-remind-password) .login-tab p .success-message {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 10px 20px 10px;
  font-family: "karmaregular", serif;
  font-size: 18px;
  line-height: 22px;
  height: 25px;
  border: 4px solid #e5e4e3;
  border-radius: 4px;
  box-shadow: none;
  background: #ffffff;
  color: #000000;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-color: #a9ca43;
  outline: none;
}
@media (max-width: 828px) {
  .entry-content:has(.ilabs-login, .ilabs-register, .ilabs-remind-password) {
    padding: 10px;
  }
}

.entry-content:has(.ilabs-remind-password) .ilabs-remind-password {
  display: flex;
}
.entry-content:has(.ilabs-remind-password) .ilabs-remind-password .remind-password-error {
  background: #fff;
  padding: 20px;
  display: flex;
  justify-content: center;
}
.btn.compareButton {
  padding: 10px 20px 10px 20px;
  position: relative;
  font-size: 1px;
  line-height: 20px;
}

.btn.compareButton:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 9px 1px 1px 1px;
  font-family: FontAwesome;
  font-size: 22px;
  line-height: 27px;
  content: "\f067";
  transition: all 0.2s ease-in-out;
}

.btn.compareButton.cbr {
  z-index: 2;
  float: right;
}

.btn.compareButton[data-title]:hover:after {
  content: attr(data-title);
  font-size: 16px;
  line-height: 20px;
  height: 40px;
  font-family: "karmasemibold", serif;
  padding: 10px 15px;
  position: absolute;
  right: 41px;
  top: 0px;
  width: auto;
  text-align: right;
  background: #000000;
  color: #ffffff;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
}

.btn.compareButton[data-title]:disabled:hover:after {
  content: "";
  display: none;
}

.btn-remove {
  float: right;
  margin: 0 0 0 10px;
  padding: 0px 9px;
  position: relative;
  font-size: 1px;
  line-height: 18px;
  border: none;
  background: #addf34;
  border-radius: 0;
  color: #000000;
  top: -10px;
  right: -8px;
}

.btn.btn-remove:before {
  position: absolute;
  top: -1px;
  left: 0px;
  width: 20px;
  height: 20px;
  padding: 0;
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 20px;
  content: "\f00d";
  transition: all 0.2s ease-in-out;
}

.btn-remove:hover {
  color: #ffffff;
  background-color: #addf34;
}

.compareBox {
  position: fixed;
  bottom: -2px;
  left: 20px;
  color: #ffffff;
  z-index: 1000;
  display: block;
  max-width: 82%;
  border: solid 2px #79706a;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.5);
}

.compareRow {
  display: flex;
}

.compareBox .compareRow > div {
  display: table-cell;
  vertical-align: top;
  width: 0px;
  padding: 0px;
  min-width: 0px;
  font-size: 0px;
  position: relative;
  word-wrap: break-word;
  background: #9dcf28;
  background: rgba(173, 223, 52, 0.5);
  transition: width 0.8s ease-in-out;
  transition: background 0.8s ease-in-out;
}

.compareBox .compareRow > div > * {
  display: none;
}

.compareBox div.boxvisible {
  background: rgba(0, 0, 0, 0.8);
}

.compareBox .compareRow > div.boxvisible {
  width: auto;
  padding: 15px 10px 20px 32px;
  min-width: 150px;
  font-size: 14px;
  display: table-cell;
}

.compareBox .compareRow > div.boxvisible > * {
  display: block;
}

@media (max-width: 767px) {
  .compareBox {
    left: 0px;
    max-width: 100%;
    width: 100%;
  }
  .compareRow {
    max-width: 100%;
    width: 100%;
  }
  .compareBox .compareRow > div {
    width: 100% !important;
  }
}
.compareBox .compareRow > div.boxvisible + div.boxvisible {
  border-left: dotted 1px #9dcf28;
}

.compareCell {
  display: block !important;
  border-top: dotted 1px #9dcf28;
  width: 100% !important;
  text-align: left;
  background: rgba(0, 0, 0, 0.8);
  height: 0;
  transition: height 0.8s ease-in-out;
}

.compareCell.boxvisible {
  height: 64px;
}

.compareCell .btn.btn-default {
  font-family: "karmasemibold", serif;
  padding: 5px 20px;
  font-size: 16px;
  line-height: 20px;
  display: none;
}

.compareCell.boxvisible .btn.btn-default {
  display: block;
  height: 63px;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.compState .state {
  display: none;
}

.compState.compState0 .state0 {
  display: block;
}

.compState.compState1 .state1 {
  display: block;
}

.compState.compState2 .state2 {
  display: block;
}

.compState.compState3 .state3 {
  display: block;
}

.compState.compState4 .state4 {
  display: block;
}

.compState.compState5 .state5 {
  display: block;
}

.compState.compState3 .compareRemoveButton {
  display: none !important;
}

.state4 {
  background: #ffffff;
  color: #000;
}

.compState5 .state5 {
  background: #e1004a;
  color: #ffffff;
}

.errorstate {
  float: left;
  padding: 6px 0px 3px 10px;
  font-size: 13px;
  line-height: 20px;
}

.stateloader {
  animation: colorchange 2s infinite;
  -webkit-animation: colorchange 2s infinite;
  padding: 22px 0px 22px 10px;
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  font-family: "karmasemibold", serif;
}

@keyframes colorchange {
  0% {
    background: #ee0d97;
  }
  50% {
    background: #3d98f5;
  }
  100% {
    background: #ee0d97;
  }
}
@-webkit-keyframes colorchange {
  0% {
    background: #ee0d97;
  }
  50% {
    background: #3d98f5;
  }
  100% {
    background: #ee0d97;
  }
}
.resultvalue {
  padding: 9px 0px 0px 15px;
  font-size: 13px;
  line-height: 20px;
}

.resultvalue + .resultvalue {
  padding: 0px 0px 9px 15px;
}

.resultvalue span {
  font-size: 21px;
  font-family: "karmasemibold", serif;
}

.resultvalue:before {
  content: attr(data-title) " ";
}

.compareBox .name {
  font-family: "karmasemibold", serif;
  font-size: 17px;
  line-height: 20px;
  word-wrap: break-word;
}

.compareBox .sex {
  display: none !important;
}

.compareBoxO:before,
.compareBoxK:before {
  font-size: 23px;
  line-height: 25px;
  font-family: FontAwesome;
  position: absolute;
  top: 10px;
  left: 7px;
  width: auto;
  display: none;
}

.compareBox .compareRow > div.boxvisible.compareBoxO:before,
.compareBox .compareRow > div.boxvisible.compareBoxK:before {
  display: block;
}

.compareBoxK:before {
  content: "\f221";
  color: #ee0d97;
  left: 9px;
}

.compareBoxO:before {
  content: "\f222";
  color: #3d98f5;
}

.btn.disabled,
[disabled].btn,
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 1;
  box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.1) !important;
  background: #eeeeee !important;
  color: #ffffff !important;
}

.name a {
  color: #addf34;
}

.name a:hover {
  color: #ffffff;
}

.entry-content:has(.ilabs-media-horse) {
  padding: 0;
}

.ilabs-media-horse {
  display: flex;
  flex-direction: row;
  width: 100%;
  border: none;
}
.ilabs-media-horse fieldset {
  border: none;
  width: 50%;
  height: auto;
  padding: 0;
  margin: 0;
}
@media (max-width: 828px) {
  .ilabs-media-horse fieldset {
    width: 100%;
  }
}
.ilabs-media-horse fieldset:first-child {
  border-right: dotted 2px #000000;
}
@media (max-width: 828px) {
  .ilabs-media-horse fieldset:first-child {
    border-right: none;
    border-bottom: dotted 2px #000000;
  }
}

.media-upload {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.media-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.media-content {
  width: 100%;
  padding-right: 10px;
}

.media-description {
  width: 100%;
  padding-right: 20px;
}

.media-description h5 {
  font-size: 18px;
  color: #5e5e5e;
  padding: 10px 0 7px 0;
  margin: 0;
}

.media-description a {
  color: #82b900;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  position: relative;
  text-decoration: none;
  font-size: 22px;
  line-height: 24px;
  font-family: "baskvllt", serif;
  font-weight: normal;
}

.media-preview {
  position: relative;
  width: 100%;
  text-align: center;
}
.media-preview .row {
  display: flex;
  padding-bottom: 30px;
}

.empty-img {
  background: repeating-linear-gradient(45deg, #fafafa, #fafafa 10px, #f6f6f6 10px, #f6f6f6 20px);
  height: auto;
  width: 100%;
}

.proposedhorseplace {
  position: relative;
  width: 200px;
  margin: 0 auto;
}

.proposedhorseplace.placeholder {
  background: repeating-linear-gradient(45deg, #fafafa, #fafafa 10px, #f6f6f6 10px, #f6f6f6 20px);
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  width: 40%;
  height: max-content;
}

.proposedhorseplace:after {
  content: "Podgląd";
  font-size: 11px;
  line-height: 12px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 3px 4px;
  text-align: center;
  font-family: opensansregular;
}

.proposedhorseplace img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}

.proposedhorseplace .progress {
  width: 100%;
  height: 4px;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
}

.proposedhorseplace .progress-bar {
  width: 0%;
  height: 100%;
  background-color: #9dcf28;
}

.uploaded-image {
  position: relative;
  margin-top: 20px;
  height: auto;
}

.uploaded-image img {
  width: 100%;
  height: auto;
}

.btn-delete {
  padding: 20px;
  position: relative;
  font-size: 0px;
  line-height: 0px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0;
  border: 0;
  background: #9dcf28;
  color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  font-family: "karmasemibold", serif;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
}

.btn-delete:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 1px 0px 8px 2px;
  background: #addf34;
  color: #ffffff;
  font-family: FontAwesome;
  font-size: 22px;
  line-height: 40px;
  content: "\f1f8";
  transition: all 0.2s ease-in-out;
}

.btn-delete:hover {
  color: #addf34;
  background-color: #ffffff;
}

.btn-delete:hover:before {
  color: #addf34;
  background-color: #ffffff;
}

.status-info {
  font-size: 18px;
  line-height: 26px;
  background: repeating-linear-gradient(45deg, #4c9ce0, #4c9ce0 10px, #3a8ed5 10px, #3a8ed5 20px);
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.2);
  align-items: center;
  display: flex;
  justify-content: center;
}
.status-info p {
  color: #ffffff !important;
  font-family: "karmasemibold", serif !important;
  margin: 20px;
}

.status-info:has(.approved) {
  background: #64b108;
}

.status-info:has(.success) {
  background: #64b108;
}

.status-info:has(.rejected) {
  background: repeating-linear-gradient(45deg, #e1004a, #e1004a 10px, #d3083d 10px, #d3083d 20px);
}

.status-info:has(.error) {
  background: repeating-linear-gradient(45deg, #e1004a, #e1004a 10px, #d3083d 10px, #d3083d 20px);
}

.media-item iframe {
  width: 100%;
  height: 300px;
  border: none;
}

.status-info.text-danger {
  background-color: #e1004a;
  color: #fff;
  padding: 10px;
}

.status-info.text-info {
  background-color: #4c9ce0;
  color: #fff;
  padding: 10px;
}

.btn-upload {
  background-color: #9dcf28;
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 10px 20px 10px 20px;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  font-family: "karmasemibold", serif;
  transition: all 0.2s ease-in-out;
}

.btn-upload:hover {
  background-color: #fff;
  color: #9dcf28;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

.form-control {
  padding: 10px;
  font-size: 14px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.form-control:focus {
  border-color: #9dcf28;
  outline: none;
}

input {
  font-size: 14px;
  line-height: 20px;
  padding: 12px 8px 12px 8px;
  height: auto;
  max-height: 56px;
  border: 4px solid #e5e4e3;
  border-radius: 4px;
  box-shadow: none;
  background: #ffffff;
  color: #000000;
  box-sizing: border-box;
  width: 100%;
}

.horseVideoContainer {
  margin-top: 20px;
  width: 100%;
  height: auto;
  position: relative;
}

.media-horse-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.media-horse-content .row-media {
  display: flex;
  justify-content: center;
  border-bottom: dotted 2px #000000;
}
@media (max-width: 828px) {
  .media-horse-content .row-media {
    flex-direction: column;
  }
}
.media-horse-content .row:last-child {
  padding: 30px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.media-horse-content .row:last-child div:first-child {
  display: flex;
  align-items: center;
  padding-right: 60px;
}
.media-horse-content .row:last-child div:first-child .btn-media {
  border-radius: 0;
  border: 0;
  background: #9dcf28;
  color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  font-family: "karmasemibold", serif;
  padding: 10px 60px 10px 20px;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.media-horse-content .row:last-child div:first-child .btn-media:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  background: #addf34;
  color: #ffffff;
  font-family: FontAwesome;
  font-size: 22px;
  line-height: 40px;
  content: "\f03a";
  transition: all 0.2s ease-in-out;
  align-items: center;
  justify-content: center;
  display: flex;
}
.media-horse-content .row:last-child div:first-child .btn-media:hover, .media-horse-content .row:last-child div:first-child .btn-media:hover:before {
  background: #fff;
  color: #9dcf28;
}
.media-horse-content .row:last-child div:last-child {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.media-horse-content .row:last-child div:last-child .btn-media {
  padding: 10px 20px 10px 20px;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  border-radius: 0;
  border: 0;
  background: #9dcf28;
  color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  font-family: "karmasemibold", serif;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
}
.media-horse-content .row:last-child div:last-child .btn-media:hover {
  background: #fff;
  color: #9dcf28;
}

@media (max-width: 767px) {
  .media-item {
    flex-direction: column;
  }
  .proposedhorseplace {
    width: 150px;
  }
  .media-description h5 {
    font-size: 16px;
  }
  .btn-upload {
    width: 100%;
    padding: 12px;
  }
}
@media (max-width: 480px) {
  .media-description h5 {
    font-size: 14px;
  }
  .btn-upload {
    font-size: 14px;
  }
  .status-info {
    font-size: 12px;
  }
}
.ilabs-last-update-database {
  background-color: #454545;
}

.update-content {
  position: relative;
  top: 18px;
  background: rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  padding: 8px;
  text-align: center;
}
.update-content .bignumbers {
  color: #9dcf28 !important;
  word-wrap: break-word;
  font-size: 22px !important;
  line-height: 22px !important;
  margin: 0px 0 0 0;
  padding: 0;
  font-family: karmasemibold !important;
}
.update-content .bignumbers span {
  font-size: 14px;
  line-height: 22px;
  font-family: "karmasemibold", serif;
  color: #aaa !important;
}

.pedigree-test p {
  font-family: "karmaregular", serif;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
}

.pedigree-test-table {
  overflow: auto;
}

.table-inbreed {
  border-spacing: 5px;
  width: 100%;
  overflow: scroll;
}
.table-inbreed td span[data-name=horseSex][data-value=K]:before {
  content: "\f221";
  color: #ee0d97;
  top: 4px;
  right: 3px;
  font-family: FontAwesome;
  font-size: 18px;
  line-height: 18px;
  position: absolute;
}
.table-inbreed td span[data-name=horseSex][data-value=O]:before {
  content: "\f222";
  color: #0d7cee;
  top: 4px;
  right: 3px;
  font-family: FontAwesome;
  font-size: 18px;
  line-height: 18px;
  position: absolute;
}

.table-inbreed th,
.table-inbreed td {
  text-align: center;
  vertical-align: middle !important;
  width: 16.66%;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  border: solid 1px #999999;
  border-radius: 4px;
  padding: 10px 4px;
  position: relative;
  font-size: 16px;
  line-height: 18px;
  background: #ffffff;
  color: #000000;
}

.table-inbreed th {
  padding: 4px;
  border-bottom: 0;
  background: #666666;
  border-radius: 2px;
  color: #ffffff;
  font-family: "karmasemibold", serif;
  font-weight: normal;
}

.pedigree-test-horse {
  min-width: 100px;
  display: block;
}

.pedigree-test-horse a {
  display: block;
  font-size: 18px;
  line-height: 18px;
  color: #82b900;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
}

.pedigree-test-horse a:hover {
  color: #fff;
  background-color: #82b900;
}

.horse-test-details {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.horse-test-details p {
  font-size: 14px;
  color: #555;
  margin: 0;
}
.horse-test-details p:hover .horse-toolip {
  visibility: visible;
  display: block;
}
.horse-test-details .tooltip-arrow {
  bottom: 0px;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #79706a;
}
.horse-test-details .horse-toolip {
  display: none;
  visibility: hidden;
  max-width: 110px;
  padding: 6px 6px;
  color: #fff;
  text-align: center;
  background-color: #79706a;
  border-radius: 0px;
}

.same {
  border-width: 2px !important;
  border-top: solid 10px !important;
}

.same1 {
  border-color: #6f6680 !important;
}

.same2 {
  border-color: #b38fb3 !important;
}

.same3 {
  border-color: #5c7099 !important;
}

.same4 {
  border-color: #478fb3 !important;
}

.same5 {
  border-color: #7f3c1a !important;
}

.same6 {
  border-color: #7f801a !important;
}

.same7 {
  border-color: #9bb38f !important;
}

.same8 {
  border-color: #804d5e !important;
}

.same9 {
  border-color: #99705c !important;
}

.same10 {
  border-color: #b2476b !important;
}

.same11 {
  border-color: #7f5e1a !important;
}

.same12 {
  border-color: #1a3c80 !important;
}

.same13 {
  border-color: #b38f9b !important;
}

.same14 {
  border-color: #6bb3b3 !important;
}

.same15 {
  border-color: #b36bb3 !important;
}

.same16 {
  border-color: #b24747 !important;
}

.same17 {
  border-color: #1a805e !important;
}

.same18 {
  border-color: #7f1a3c !important;
}

.same19 {
  border-color: #806f66 !important;
}

.same20 {
  border-color: #5e4d80 !important;
}

.same21 {
  border-color: #803380 !important;
}

.same22 {
  border-color: #7f1a1a !important;
}

.same23 {
  border-color: #83b324 !important;
}

.same24 {
  border-color: #b32483 !important;
}

.same25 {
  border-color: #b3a78f !important;
}

.same26 {
  border-color: #6bb36b !important;
}

.same27 {
  border-color: #6b47b3 !important;
}

.same28 {
  border-color: #2424b3 !important;
}

.same29 {
  border-color: #1a801a !important;
}

.same30 {
  border-color: #b324b3 !important;
}

.same100 {
  border-color: black !important;
}

.linear-assessment {
  min-width: 1010px;
  overflow-x: auto;
}
.linear-assessment__table {
  border-collapse: collapse;
  min-width: 100%;
  margin: 0 auto 30px auto;
  table-layout: fixed;
}
.linear-assessment__checkboxes {
  text-align: start !important;
}
.linear-assessment__cell, .linear-assessment__header-letter {
  border: 0.5px solid lightgrey;
  text-align: center;
  padding: 6px 8px;
  font-family: karmaregular, serif;
  height: 40px;
}
.linear-assessment__cell label, .linear-assessment__header-letter label {
  align-items: center;
  display: inline-flex;
  flex-direction: row;
  padding-top: 10px;
}
.linear-assessment__cell label input, .linear-assessment__header-letter label input {
  width: auto;
  pointer-events: none;
  accent-color: #addf34 !important;
}
.linear-assessment__header {
  background: #f7f7f7;
}
.linear-assessment__cell-letter {
  width: 50px;
}
.linear-assessment .letter-box {
  display: inline-block;
  width: 50px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
}
.linear-assessment__header-letter {
  width: 50px;
  color: inherit;
}
.linear-assessment h2 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 10px;
  justify-content: center;
}
.linear-assessment .linear-assessment__table--bordered tbody tr > *:nth-child(3) {
  border-left: 2px solid #838383;
}
.linear-assessment .linear-assessment__table--bordered tbody tr > *:nth-child(5) {
  border-right: 2px solid #838383;
}
.linear-assessment .linear-assessment__table--bordered tbody tr > *:nth-child(6) {
  border-left: 2px solid #838383;
}
.linear-assessment .linear-assessment__table--bordered tbody tr > *:nth-child(8) {
  border-right: 2px solid #838383;
}
.linear-assessment .linear-assessment__table--bordered tbody tr > *:nth-child(9) {
  border-left: 2px solid #838383;
}
.linear-assessment .linear-assessment__table--bordered tbody tr > *:nth-child(11) {
  border-right: 2px solid #838383;
}
.linear-assessment input[type=checkbox]:checked {
  accent-color: #addf34 !important;
}
.linear-assessment input[type=checkbox] {
  pointer-events: none;
  width: 15px !important;
  height: 15px !important;
  border: 1px solid lightgrey;
  border-radius: 3px;
  position: relative;
}

.linear-assessment__table-sl {
  border: 1px solid lightgrey;
  border-collapse: collapse;
  min-width: 100%;
  margin: 0 auto 30px auto;
  table-layout: fixed;
}
.linear-assessment__table-sl .linear-assessment__cell-letter {
  width: 50px !important;
  max-width: 50px !important;
  text-align: center;
}

.linear-assessment__table-sl th,
.linear-assessment__table-sl td {
  border: 1px solid lightgrey;
  padding: 6px 8px;
  text-align: center;
  font-family: karmaregular, serif;
  height: 40px;
}
.linear-assessment__table-sl th label,
.linear-assessment__table-sl td label {
  align-items: center;
  display: inline-flex;
  flex-direction: row;
  padding-top: 10px;
}
.linear-assessment__table-sl th label input,
.linear-assessment__table-sl td label input {
  width: auto;
  pointer-events: none;
  accent-color: #addf34 !important;
}
.linear-assessment__table-sl th label input[type=checkbox],
.linear-assessment__table-sl td label input[type=checkbox] {
  width: 25px;
  height: 25px;
}

.linear-assessment__cell-comments {
  width: 200px !important;
  max-width: 200px !important;
  text-align: left;
}

.linear-assessment__table-sl th {
  background: #f7f7f7;
  white-space: nowrap;
}

.error404 .content, .error-404 .content {
  padding-inline: 16px;
  width: 100%;
  margin-inline: auto;
  min-height: 587px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
}
.error404 .content .entry .entry-content p, .error-404 .content .entry .entry-content p {
  align-items: center;
  display: flex;
  font-size: 24px;
}
.error404 .entry-content p, .error-404 .entry-content p {
  align-items: center;
  display: flex;
  font-size: 24px;
}
.error404 .entry-title, .error-404 .entry-title {
  font-size: 96px;
  line-height: 1;
  margin-bottom: 24px;
  text-align: center;
}
.error404 .entry-text, .error-404 .entry-text {
  font-family: "karmaregular", sans-serif;
  font-weight: 800;
  font-size: 27px;
  line-height: 33px;
  margin-bottom: 100px;
  text-align: center;
}
@media (max-width: 828px) {
  .error404 .entry-text, .error-404 .entry-text {
    font-size: 28px;
    line-height: 32px;
  }
}
.error404 .button, .error-404 .button {
  margin-inline: auto;
}

/*
@import 'abstracts/variables';
@import 'abstracts/mixins';

@import 'base/reset';
@import 'base/typography';
@import 'base/base';

@import 'components/button';
@import 'components/input';
@import 'components/triangle';
@import 'components/woo-custom-nav';
@import 'components/screen-popup';
@import 'components/shottas-popup';
@import 'components/xoo-el-modal';
@import 'components/minicart';
@import 'components/text-above-nav';
@import 'components/search';
@import 'components/woocommerce-notices-wrapper';
@import 'components/woocommerce-breadcrumb';

@import 'blocks/navigation';
@import 'blocks/full-width-slider';
@import 'blocks/heading-text';
@import 'blocks/company-members';
@import 'blocks/image-image';
@import 'blocks/image-gallery';
@import 'blocks/contact-details';
@import 'blocks/header-about-us';
@import 'blocks/faq';
@import 'blocks/latest-blog-posts';
@import 'blocks/header-product-category';
@import 'blocks/featured-product';
@import 'blocks/header-customer-support';
@import 'blocks/related-article';
@import 'blocks/contents';
@import 'blocks/blog-header';
@import 'blocks/social-post-share';
@import 'blocks/footer';

@import 'layouts/woocommerce-cart';
@import 'layouts/single-post';
@import 'layouts/blog';
@import 'layouts/single-product';
@import 'layouts/woocommerce-archive';
@import 'layouts/woocommerce-account';
@import 'layouts/woocommerce-checkout';
@import 'layouts/woocommerce-order-received';
@import 'layouts/error404';
@import 'layouts/search-results';
*/

/*# sourceMappingURL=main.min.9b5e9d0fd87199399315.css.map*/