@font-face {
    font-family: "Quicksand";
    src: local("Quicksand"),
    url("/fonts/Quicksand-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Mulish";
    src: local("Mulish"),
    url("/fonts/Mulish-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "MontB";
    src: url("/fonts/mont-bold.otf") format("opentype");
    font-style: normal;
}

@font-face {
    font-family: "Mont";
    src: url("/fonts/mont-regular.otf") format("opentype");
    font-style: normal;
}

a {
    text-decoration: none;
}

button {
    border: 0;
}

button:disabled {
    cursor: default;
}

main {
    padding: 20px;
}

.breederapp {
    display: flex;
    font-family: 'Quicksand', serif;
}

.breederapp .page {
    max-width: 1600px;
    width: 100%;
    margin: auto;
    position: relative;
}

.breederapp .page header {
    height: 125px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.breederapp .page header .header-right {
    display: flex;
    flex-direction: row;
    justify-content: right;
    height: 100%;
}

.breederapp .page header .header-right ul {
    display: flex;
    list-style-type: none;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.breederapp .page header .header-right ul li {
    padding: 0 25px;
}

.breederapp .page header .header-right ul li a {
    font-weight: 700;
    color: #19181B;
    font-size: 18px;
    font-family: "MontB", sans-serif;
}

.breederapp .page header .header-right ul li.active a {
    color: #564480;
}

.breederapp .page header .account {
    width: 220px;
    cursor: pointer;
    height: 75px;
    margin-top: 25px;
    font-weight: 500;
}

.breederapp .page header .account .account-top {
    height: 75px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.breederapp .page header .account .account-details {
    display: none;
    flex-direction: column;
    background-color: #FCFBFF;
    box-shadow: 4px 4px 14px 0px #0000001A;
    border-radius: 8px;
    padding: 20px;
    max-width: 160px;
}

.breederapp .page header .account:hover {
    height: fit-content;
    z-index: 2;
}

.breederapp .page header .account a {
    color: #19181B;
}

.breederapp .page header .account .account-details div {
    padding: 10px;
}

.breederapp .page header .account .account-details div:last-child {
    padding-top: 5px;
}

.breederapp .page header .account .account-details .account-link.logout a {
    color: #A30909;
}

.breederapp .page header .account .account-details .account-link:not(.logout) a:hover {
    color: #460098;
    cursor: pointer;
}

.breederapp .page header .account:hover .account-details {
    display: flex;
    position: relative;
}

.breederapp .page header .account:hover .account-details hr {
    position: absolute;
    width: 208px;
    border: 0;
    border-bottom: 2px solid #e9e7ef;
    left: 6px;
    top: -15px
}

.breederapp .page header .account:hover .account-top svg:first-child path:first-child {
    stroke: #460098;
}

.breederapp .page header .account:hover .account-top svg:first-child path:last-child {
    fill: #460098;
}

.breederapp .page header .account .account-top svg:last-child {
    transform: rotate(180deg);
}

.breederapp .page header .account:hover .account-top svg:last-child {
    transform: rotate(0deg);
}

.breederapp .page header .account:hover .account-top svg:last-child path {
    fill: #460098;
}

.breederapp .page header .account:hover .account-top span {
    color: #460098;
}

.breederapp .page footer {
    padding: 60px 20px;
}

.breederapp .page footer .footer-blocks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-family: "Mont", sans-serif;
}

.breederapp .page footer .footer-blocks .footer-block {
    width: 25%;
}

.breederapp .page footer .footer-blocks .footer-block h4 {
    font-size: 18px;
    margin-bottom: 15px;
    font-family: "MontB", sans-serif;
}

.breederapp .page footer .footer-blocks .footer-block p {
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0;
}

.breederapp .page footer .footer-blocks .footer-block .social a {
    margin-right: 10px;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.breederapp .page footer p a {
    color: #19181B;
}

.breederapp .page footer p a:hover {
    color: #460098;
}

.hamburger {
    cursor: pointer;
}

.hamburger {
    display: none;
}

.mobile-menu-hr {
    display: block;
    position: absolute;
    border: 0;
    border-bottom: 2px solid #e9e7ef;
    width: calc(100% - 30px);
    margin: 0 15px;
    top: 0;
}

.hamburger svg {
    width: 30px;
}

.hamburger svg line {
    transition: .5s;
}

.hamburger svg.opened .line1 {
    transform: rotate(45deg) translate(5px, -12px);
}

.hamburger svg.opened .line2 {
    transform: rotate(-45deg) translate(-18px, 2px);
}

.hamburger svg.opened .line3 {
    transform: translate(-2px, -3px);
}

.hamburger svg.opened .dot {
    display: none;
}

.hamburger svg.opened * {
    stroke: #460098;
}

.petexpert-img {
    width: 285px;
}

.petexpert-img img {
    max-width: 100%;
}

.animals .animal {
    background-color: #E9E7EF80;
    border-radius: 15px;
    padding: 20px 40px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.animals .animal:not(.opened) {
    cursor: pointer;
}

.animals .animal-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.animals .animal-info .animal-info-text {
    display: flex;
    width: calc(100% - 120px);
    align-items: center;
}

.animals .animal-info .animal-info-text .animal-text:last-child {
    margin-left: 1rem;
}

.animals .animal.opened {
    padding-bottom: 1.25rem;
}

.animals .animal:hover, .animals .animal.opened {
    background-color: #F7F7F7;
}

.animals .animal .animal-line {
    border: 1px solid #A3A1A9;
    height: 28px;
    width: 0;
    margin: 0 30px;
}

.animals .animal .animal-img {
    padding-right: 20px;
}

.animal-img img {
    border-radius: 50%;
}

.animals .animal .animal-img, .animals .animal .animal-img img {
    width: 69px;
    height: 69px;
}

.animals .animal .animal-children-animals .animal-img, .animals .animal .animal-children-animals .animal-img img {
    width: 52px;
    height: 52px;
}

.animals .animal .animal-text {
    font-size: 16px;
    font-weight: 500;
    width: 10%;
}

.animals .animal .animal-text .animal-text-name {
    font-size: 18px;
}

.animals .animal .animal-text-wider {
    width: 20%;
}

.animal-throw-list, .animal-children-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.animal-throw-list select:first-child + .select2, .animal-children-list select:first-child + .select2 {
    margin-left: 5px;
}

.animal-children-list {
    flex-wrap: nowrap;
    overflow-x: auto;
}

.animal-child-ico {
    padding-right: 50px;
}

.animal-throw-list a, .animal-children-list a {
    border-radius: 8px;
    margin: 5px;
    border: 2px solid #564480;
    color: #564480;
    font-size: 16px;
    line-height: 36px;
    height: 40px;
    box-sizing: border-box;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    padding: 0 25px;
}

.animal-throw-list .animal-throw-add {
    background-color: #564480;
    color: white;
}

.animal-throw-list a {
    min-width: 126px;
}

.animal-controls {
    width: 120px;
    display: flex;
    justify-content: right;
    align-items: center;
}

.animal-controls a {
    padding: 5px;
}

.animal-children-list a {
    color: #A6E191;
    border: 2px solid #A6E191;
}

.animal-children-list .animal-children-add {
    background-color: #A6E191;
    color: white;
}

.animal-children-list a:hover {
    background-color: #D5639E1A;
}

.animal-children-list a.active {
    background-color: #A6E191;
    color: #FEFEFF;
}

.animal-children-list .select2-selection.select2-selection--single {
    border: 2px solid #A6E191;
}

.animal-throw-info {
    display: flex;
    justify-content: space-between;
}

.animal-throw-info .animal-throw-info-text {
    display: flex;
    width: calc(100% - 120px);
}

.animal-throw-list .animal-throw-add, .animal-children-list .animal-children-add {
    min-width: auto;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
    padding: 0;
    flex-shrink: 0;
}

.animal-throw-list a:hover {
    background-color: #4600981A;
}

.animal-throw-list a.active {
    background-color: #460098;
    color: #FEFEFF;
}

.animal-throw-list .select2-selection.select2-selection--single {
    border: 2px solid #564480;
}

.animal .animal-expand-content {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.5s ease-in-out;
}

.animal.opened .animal-expand-content {
    grid-template-rows: 1fr;
}

.animal .animal-close {
    display: none;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    color: #A3A1A9;
}

.animal.opened .animal-close {
    display: block;
    margin-top: 2rem;
    color: #564480;
    font-family: "Mont", sans-serif;
    font-weight: 800;
}

.animal-expand-content-inner {
    overflow: hidden;
}

.heading-u {
    border-bottom: 2px solid #9CD488;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.claim-benefits-container ~ .heading-u {
    border-bottom: 2px solid #564480;
}

.green-btn, .red-btn, .grey-btn {
    background-color: #9CD488;
    padding: 12px 36px;
    color: black;
    font-size: 18px;
    font-weight: 500;
    border-radius: 8px;
    cursor: pointer;
    font-family: 'Mont', sans-serif;
    width: auto;
    max-width: none;
    flex-basis: auto;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
}

.red-btn {
    background-color: #A30909;
    color: #FEFEFF;
}

.grey-btn {
    background-color: #AFAFAF;
    color: #FEFEFF;
}

.heading-u h3 {
    color: black;
    font-size: 18px;
    font-family: 'MontB', sans-serif;
}

.animals .animal .heading-u {
    border-bottom: 2px solid #A3A1A9;
    color: #A3A1A9;
    margin-bottom: 30px;
}

.animals .animal .heading-u h4 {
    font-size: 16px;
    margin: 10px 0;
}

.animals .animal .animal-children .heading-u h4 {
    font-family: "Mont", sans-serif;
    font-weight: 800;
}

[type=submit], [type=button] {
    margin-top: 30px;
}

.animal .loader-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(233, 231, 239, 0.01);
    backdrop-filter: blur(3px);
    z-index: 9999;
}

.mobile-text {
    display: none;
}

.desktop-text {
    display: inline;
}

h2 {
    font-weight: 600;
    font-size: 32px;
    font-family: 'MontB', sans-serif;
    color: #19181B;
}

form h3, .breederapp .modal .modal-box .modal-header h3 {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Mont', sans-serif;
}

.mobile-menu {
    display: none;
    width: 100%;
    position: fixed;
    top: -210px;
    left: 0;
    background-color: #FEFEFF;
    z-index: 1;
    transition: .5s;
    box-shadow: 4px 4px 14px 0px #0000001A;
}

.mobile-menu.opened {
    top: 60px;
}

.mobile-menu ul {
    list-style-type: none;
    padding: 0;
}

.mobile-menu ul li {
    text-align: center;
    padding: 10px;
}

.mobile-menu ul li a {
    color: #19181B;
    font-size: 18px;
    font-weight: 500;
}

.mobile-menu ul li:not(.logout) a:hover {
    color: #460098;
}

.mobile-menu ul li.logout a {
    color: #A30909;
}

.empty-box {
    border-radius: 15px;
    background-color: #F3F1F7;
    text-align: center;
    padding: 30px;
}

.empty-box .empty-box-img img {
    width: 82px;
}

.empty-box p {
    font-weight: 500;
    font-size: 16px;
    font-family: "Mont", sans-serif;
}

.empty-box p:last-child {
    margin-bottom: 0;
}

.animal-expand-content-inner > .animal-info-additional {
    display: none;
    justify-content: space-between;
}

.animal-info-additional-inner {
    display: flex;
    justify-content: space-around;
    width: calc(100% - 80px);
}

.animal-controls-mobile {
    display: none;
    justify-content: left;
    flex-direction: column;
    width: 60px;
    padding-right: 20px;
}

.animal-controls-mobile a {
    padding: 10px;
}

.show-1000 {
    display: none;!important;
}

.show-800, .show-mobile {
    display: none;
}

.animal-child .animal-info-additional {
    display: none;
}

.breederapp form input, .breederapp form textarea {
    border: 2px solid #e9e7ef;
    border-radius: 11px;
    padding: 14px 28px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    color: #19181B;
}

.breederapp form input[type=checkbox] {
    width: auto;
}

.breederapp form input:disabled, .breederapp form textarea:disabled {
    background-color: #E9E7EF;
    cursor: not-allowed;
}

.breederapp form .form-row {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

.breederapp form .form-row .input {
    margin-top: 10px;
}

.breederapp form .form-row .input-block {
    width: calc(100% / 3 - (50px / 3));
    margin-bottom: 25px;
}

.breederapp form .form-row label {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: "Mont", sans-serif;
}

.iti__selected-flag {
    border-radius: 11px 0 0 11px;
    overflow: hidden;
}

.input .iti {
    width: 100%;
}

[name=phone] {
    padding-left: 52px !important;
}

.alert-info {
    color: #460098;
    display: flex;
    flex-direction: row;
    margin-top: 15px;
    font-weight: 500;
}

.alert-info img {
    margin-right: 10px;
}

.claim-benefits {
    display: flex;
    gap: 30px;
}

.claim-benefits-left {
    width: 30%;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.claim-benefits-right {
    width: 70%;
}

.claim-benefits-left h3, .claim-benefits-left button {
    width: 100%;
    max-width: 500px;
}

.claim-benefits-left button {
    padding: 16px;
}

.claim-benefits-left h3 {
    display: flex;
    justify-content: space-between;
    font-family: 'Mont', sans-serif;
    font-size: 24px;
}

.claim-benefits-container {
    background-color: #F7F3FF;
    box-shadow: 4px 4px 14px 0px #0000001A;
    border-radius: 15px;
    padding: 20px 40px;
    margin: 30px 0 20px 0;
}

.claim-benefits-hr {
    background-color: #9CD488;
    height: 2px;
    border-width: 0;
    margin-top: -20px;
}

.claim-benefits-new {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.claim-benefits-new .benefit-text, .claim-benefits-new-expand-content .benefit-text {
    font-size: 16px;
    font-weight: 500;
}

.claim-benefits-new-expand-content {
    display: none;
}

.claim-benefits-new form button {
    margin: 0;
}

.claim-benefits-new .benefit-line {
    border: 1px solid #A3A1A9;
    height: 28px;
    width: 0;
    margin: 0 30px;
}

.claim-benefits-new .benefit-text-1 {
    width: calc(10% + 89px);
}

.claim-benefits-new .benefit-text-2, .claim-benefits-new .benefit-form-claim {
    width: 20%;
}

.claim-benefits-new .benefit-text-3 {
    width: 10%;
}

.breederapp .modal {
    transition: .5s;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
}

.breederapp .modal {
    visibility: hidden;
}

.breederapp .modal.opened {
    visibility: visible;
    opacity: 1;
    background: rgba(233, 231, 239, 0.01);
    backdrop-filter: blur(3px);
}

.breederapp .modal .modal-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow: auto;
}

.breederapp .modal .modal-box {
    background: #fefeff;
    box-shadow: 4px 4px 13px rgba(0, 0, 0, 0.06);
    border-radius: 24px;
    width: 50vw;
    height: fit-content;
    padding: 20px 40px 40px;
    max-height: 80vh;
    overflow-y: auto;
}

.breederapp .modal svg.cross {
    margin-right: -10px;
}

.breederapp .modal svg.cross:hover {
    cursor: pointer;
}

.breederapp .modal .modal-box .modal-header {
    display: flex;
    justify-content: space-between;
}

.breederapp .modal svg.cross:hover path {
    fill: #460098;
}

.input-calendar {
    position: relative;
}

.input-calendar img {
    position: absolute;
    pointer-events: none;
    top: 16px;
    left: 25px;
}

.input-calendar input {
    padding-left: 57px !important;
}

.input-info {
    font-size: .75rem;
    font-weight: 600;
}
select {
    border-radius: 8px;
    height: 48px;
    padding-left: 16px;
}

.select select, #addThrow .modal-box .select2, #editThrow .modal-box .select2 {
    font-size: 18px;
    border-radius: 11px;
    border: 2px solid #e9e7ef;
    margin-top: 10px;
}

.select select {
    padding: 12px 28px;
    width: 100%;
}

.custom-select-wrapper {
    position: relative;
    display: inline-block;
}

.custom-select-wrapper select {
    min-width: 200px;
    padding-right: 2.2em;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: white;
}

.custom-select-arrow {
    position: absolute;
    top: 42%;
    right: 0.5em;
    transform: translateY(-50%);
    pointer-events: none;
    display: flex;
    align-items: center;
}

.select2-selection__arrow {
    display: none;
}

#addThrow .modal-box .select2, #editThrow .modal-box .select2 {
    width: 100% !important;
}

.breederapp .modal form .form-row .input-block {
    width: calc(50% - (25px / 2));
}

.breederapp .modal form .form-row .input-block.input-block--checkbox {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 1rem;
    padding-top: 23px;
}

.breederapp .modal form .form-row .input-block.input-block--checkbox label {
    font-size: .75rem;
    font-weight: normal;
}

.submit-wrapper, .delete-wrapper {
    display: flex;
    justify-content: end;
    gap: 20px;
}

.submit-wrapper button {
    min-width: 25%;
}

.delete-wrapper button {
    min-width: calc(100% / 3);
}

.radio-container {
    display: flex;
    gap: 30px;
    margin-bottom: 25px;
}

.radio-item-paytext {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.radio-item-paytext div {
    text-indent: 0;
    padding-left: 15px;
}

.radio-item {
    padding: 0;
    color: black;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-family: "Mont", sans-serif;
}

.radio-item input[type=radio] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    -moz-appearance: none;
    appearance: none;
    /* For iOS < 15 */
    background-color: var(--form-background);
    /* Not removed via appearance */
    margin: 0;
    color: currentColor;
    width: 20px;
    min-width: 20px;
    height: 20px;
    border: 2px solid #E9E7EF;
    border-radius: 50%;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
    cursor: pointer;
    padding: 8px;
}

.radio-item input[type=radio]:checked {
    border: 2px solid #5ca647;
}

.radio-item input[type=radio]::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #5ca647;
    background-color: #5ca647;
}

.radio-item input[type=radio]:checked::before {
    transform: scale(1);
}

.select2-search__field {
    height: 53px;
    padding: 10px 25px !important;
    transform: translateY(-53px);
    border-radius: 11px;
    font-size: 18px;
}

.select2-search--dropdown {
    padding: 0 !important;
    height: 0;
}

.breedid-container {
    margin-top: 10px;
}

.breederapp #loader .inner-loader {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.breederapp #loader .inner-loader h3 {
    margin-bottom: 0;
}

.breederapp #loader .modal-box {
    max-width: 400px;
}

.info-box {
    position: fixed;
    bottom: 30px;
    left: 30px;
    backdrop-filter: blur(10px);
    font-size: 18px;
    font-weight: 500;
    padding: 20px 40px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    font-family: 'Quicksand', serif;
    max-width: calc(100vw - 100px);
}

.info-box.success {
    background: #00820033;
}

.info-box.error {
    background: #A3090933;
}

.info-box img {
    padding-right: 20px;
}

.upload-image {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 10px;
    position: relative;
}

.upload-image input[type=file] {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    font-family: "Mont", sans-serif;
}

.input-block-upload {
    width: 100% !important;
}

.upload-image .upload-image-left {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.upload-image .upload-image-left img {
    max-width: 100%;
    max-height: 100%;
}

.upload-image .upload-image-right br {
    display: none;
}

.upload-image .upload-image-right span {
    white-space: nowrap;
    font-size: 16px;
    font-weight: 500;
    color: #19181B;
}

.upload-image .upload-image-right span.grey-p {
    color: #AFAFAF;
}

.input-block-upload label {
    display: flex;
    align-items: center;
}

.input-block-upload .animal-trash-btn {
    height: 22px;
    padding-left: 5px;
    visibility: hidden;
}

.input-block-upload .animal-trash-btn img {
    height: 22px;
}

.modal-main-content .result {
    height: 50vh;
    width: 100%;
}

form .heading-u {
    border-bottom: 2px solid #A3A1A9;
    color: #A3A1A9;
    margin-bottom: 30px;
}


form .heading-u h4 {
    font-size: 16px;
    margin: 0 0 10px;
}

.wrong-input {
    border-color: red !important;
    color: red !important;
}

#addThrow .modal-box, #editThrow .modal-box {
    overflow-y: unset;
}

#addThrow .modal-box .select2.select2-container--below, #editThrow .modal-box .select2.select2-container--below {
    width: 100% !important;
}

#addThrow .modal-box .select2.select2-container--default .select2-selection--single, #editThrow .modal-box .select2.select2-container--default .select2-selection--single{
    border: none;
}

#addThrow .modal-box .select2.select2-container--default .select2-selection__clear, #editThrow .modal-box .select2.select2-container--default .select2-selection__clear {
    font-size: 1.5rem;
    margin-right: 1.5rem;
}

.animal-info-btn, .animal-info-btn img {
    width: 15px;
    height: 15px;
    display: inline-block;
}

.text-orange {
    white-space: nowrap;
    color: #E5B04B;
}

.text-green {
    white-space: nowrap;
    color: #5CA647;
}

.text-grey {
    white-space: nowrap;
    color: #A3A1A9;
}

.ben-state-desc {
    margin: 20px 0 50px;
}

.ben-state-img {
    width: 130px;
}

.swiper-mobile-part {
    display: none !important;
}

.swiper-slide, .ben-state-item {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.ben-state-item {
    width: 200px;
}

.swiper-desktop-part-row-1 {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.swiper-desktop-part-row-2 {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.swiper-desktop-part-row-2 .bottom-arrows {
    display: flex;
    position: absolute;
    width: 500px;
    left: 100px;
}

.swiper-desktop-part-row-2 .bottom-arrows .bottom-arrow-left {
    height: 65px;
    width: 266px;
    flex-shrink: 0;
    border-bottom: 3px solid #A3A1A980;
    border-left: 3px solid #A3A1A980;
    border-right: 3px solid #A3A1A980;
}

.swiper-desktop-part-row-2 .bottom-arrows .bottom-arrow-right {
    height: 65px;
    width: 400px;
    flex-shrink: 0;
    border-bottom: 3px solid #A3A1A980;
}

.swiper {
    width: 250px;
    height: 300px;
}

:root {
    --swiper-theme-color: #A3A1A9 !important;
}

.top-arrow-1, .top-arrow-2, .top-arrow-3 {
    width: 70px;
    margin-top: 65px;
    height: 0;
}

.top-arrow-1, .top-arrow-2 {
    border-bottom: 3px solid #E5B04B80;
}

.top-arrow-3 {
    border-bottom: 3px solid #A3A1A980;
}

.ben-filter {
    cursor: pointer;
    display: flex;
    gap: 10px;
    color: #A3A1A9;
    font-weight: 500;
}

.ben-filter.active {
    color: #5CA647;
}

.ben-filter.active svg path {
    stroke: #5CA647;
    fill: #5CA647;
}

#benefitFilter .radio-container {
    flex-direction: column;
    margin-bottom: 0;
}

#benefitFilter .modal-content {
    overflow: unset;
}

body {
    background-image: url("/images/background.svg");
    background-position-x: right;
    background-position-y: top;
    background-repeat: no-repeat;
    margin: 0;
}

#benefitFilter .modal-box {
    max-width: 300px;
}

.grey14 {
    font-size: 14px;
    color: #747474;
    font-weight: 400;
}

.greyh4 {
    color: #747474;
    font-size: 18px;
    font-family: 'Quicksand', serif;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.form-space-tblines {
    border-top: 2px solid #747474;
    border-bottom: 2px solid #747474;
    padding-bottom: 25px;
}

.claimmethod-radio {
    padding-top: 25px;
    width: fit-content;
}

.rewardamounttoclaim {
    color: #5ca647;
}

.flex-right-btn-container {
    display: flex;
    justify-content: flex-end;
}

input[type=file]#invoice {
    border: 2px dashed #e9e7ef;
    cursor: pointer;
}

input[type=file]#invoice::file-selector-button {
    display: none;
}

.documents .items {
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    padding: 0;
}

.document-row {
    width: 100%;
    max-width: 800px;
    margin: 12px 0;
    display: flex;
    align-items: center;
}

.document-row .item {
    flex: 1 1 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px solid #E9E7EF;
    border-radius: 11px;
    background: white;
    padding: 12px 42px;
    margin-right: 12px;
    transition: border-color 0.2s;
    box-sizing: border-box;
    min-width: 0; /* pro přetečení textu */
    text-decoration: none;
}

.document-row .delete-resource-btn {
    background: none;
    border: none;
    padding: 0;
    margin: 0 8px 0 0;
    cursor: pointer;
    align-self: center;
}

.document-row .delete-resource-btn img {
    width: 28px;
    height: 28px;
    vertical-align: middle;
    display: block;
}

.documents .items .item:hover {
    border: 2px solid #460098;
}

.documents .items .item:hover .item-left-pt {
    font-weight: bold;
}

.documents .items .item .item-right-pt {
    color: #460098;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.documents .items .item .item-left-pt {
    color: black;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.documents .items .item .item-right-pt .filesize {
    white-space: nowrap;
}

.documents .items .item .item-right-pt .filesize br {
    display: none;
}

.documents .items .item img {
    width: 25px;
    margin-right: 10px;
}


.documents .heading-u {
    border-color: black;
}
.documents .heading-u h3 {
    margin-right: auto;
    margin-left: auto;
    color: black;
}

.animal-exchange-btn,
.animal-child .animal-edit-btn,
.animal-child .animal-trash-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    color: black;
}

.animal-exchange-btn {
    display: none;
}

@media screen and (max-width: 1600px) {
    .animals .animal, .claim-benefits-container {
        padding: 10px 20px;
    }

    .animals .animal .animal-img, .animals .animal .animal-img img {
        width: 60px;
        height: 60px;
    }

    .animals .animal .animal-text {
        width: 13%;
    }

    .animals .animal .animal-text-wider {
        width: 20%;
    }

    .claim-benefits-new .benefit-text-1 {
        width: calc(13% + 80px);
    }

    .claim-benefits-new .benefit-text-3 {
        width: 13%;
    }

    .claim-benefits-new .benefit-text-2, .claim-benefits-new .benefit-form-claim {
        width: 26%;
    }
}

@media screen and (min-width: 1001px) {
    div.animal-exchange-btn {
        display: flex;
        border-right: 2px solid #a3a1a980;
        align-items: center;
        margin-right: 10px;
        padding-right: 15px;
    }

    .animal-exchange-btn > span {
        display: inline;
        color: #a3a1a9;
        font-size: 16px;
        font-weight: 700;
        padding: 0 10px;
    }

    .animal-child .animal-exchange-btn span,
    .animal-child .animal-edit-btn span,
    .animal-child .animal-trash-btn span {
        display: none;
        font-size: 16px;
        font-weight: 500;
    }
}

@media screen and (max-width: 1200px) {
    .breederapp .page footer .footer-blocks .footer-block {
        width: calc(100% / 3);
    }

    .hide-1200 {
        display: none;
    }

    .animals .animal .animal-text {
        width: 15%;
    }

    .animals .animal .animal-text-wider {
        width: 25%;
    }

    .animal-expand-content-inner > .animal-info-additional {
        display: flex;
    }

    .animal-info-additional-inner .animal-text {
        width: unset !important;
    }

    .animal-controls-mobile {
        display: flex;
    }

    .animal-throw-info .animal-throw-info-text {
        width: calc(100% - 70px);
    }

    .breederapp .modal .modal-box {
        width: 70vw;
    }

    .claim-benefits-new .benefit-text-1 {
        width: calc(15% + 80px);
    }

    .claim-benefits-new .benefit-text-3 {
        width: 15%;
    }

    .claim-benefits-new .benefit-text-2 {
        width: 20%;
    }

    .claim-benefits-new .benefit-form-claim {
        width: 25%;
    }

    .documents .items .item {
        width: calc(100% - 20px);
        padding: 10px 20px;
    }
}

@media screen and (min-width: 1001px) {
    #benefitStates .modal-box {
        width: 1000px !important;
    }
}

@media screen and (max-width: 1000px) {
    .hide-1000 {
        display: none;
    }

    .animals .animal .animal-text {
        width: 20%;
    }

    .animal-child .animal-info .animal-info-text {
        width: 100% !important;
    }

    .show-1000 {
        display: block;
    }

    .breederapp form .form-row .input-block {
        width: calc(50% - 25px);
    }

    .claim-benefits {
        flex-direction: column;
    }

    .claim-benefits-left, .claim-benefits-right {
        width: 100%;
    }

    .animal-child .animal-info-additional {
        display: flex;
        flex-direction: column-reverse;
    }

    .swiper-desktop-part-row-2 .bottom-arrows {
        left: 80px;
    }

    .swiper-desktop-part-row-2 .bottom-arrows .bottom-arrow-left {
        width: 200px;
    }

    .swiper-desktop-part-row-2 .bottom-arrows .bottom-arrow-right {
        width: 250px;
    }

    body {
        background-image: none;
    }

    .claim-benefits-new-expand-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
    }

    .claim-benefits-new {
        gap: 20px;
    }

    .claim-benefits-new-expand-content .benefit-text-1, .claim-benefits-new .benefit-text-2, .claim-benefits-new-expand-content .benefit-text-3, .claim-benefits-new .benefit-form-claim {
        width: 50%;
    }


    .animal-child .animal-info .animal-controls.hide-1000 {
        display: none !important;
    }

    .animal-child .animal-info-additional .animal-controls-mobile {
        display: flex !important;
        align-items: center;
        gap: 12px;
        flex-wrap: nowrap;
        margin: 12px 0 4px;
        width: 100%;
        grid-column: 1 / -1;
        flex-basis: 100%;
        flex-direction: row;
        justify-content: center;
    }

    .animal-child .animal-info-additional .animal-controls-mobile a,
    .animal-child .animal-info-additional .animal-controls-mobile button {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        white-space: nowrap;
    }

}

@media screen and (min-width: 801px) {
    #benefitStates .modal-box {
        width: 800px;
    }
}

@media screen and (max-width: 800px) {
    .breederapp .page header .header-right ul li {
        padding: 0 10px;
    }

    .breederapp .page header .header-right ul li a {
        font-size: 16px;
    }

    .animals .animal .animal-text, .claim-benefits-new .benefit-text, .claim-benefits-new-expand-content .benefit-text {
        font-size: 14px;
    }

    .animals .animal .animal-text .animal-text-name {
        font-size: 16px;
    }

    .hide-800 {
        display: none;
    }

    .animal-child .animal-info .animal-text {
        width: 40%;
    }

    .animal-info-additional-inner {
        flex-direction: column;
    }

    .animal-child .animal-info-additional-inner {
        padding-left: 81px;
    }

    .animal-child .animal-info-additional {
        flex-direction: row-reverse;
    }

    .animal-child .animal-info-additional .animal-controls-mobile {
        flex-direction: column;
        justify-content: center;
    }

    .animal-benefit .animal-info-additional-inner {
        flex-direction: row;
    }

    .animal-child .animal-img {
        padding-left: 5px;
        padding-right: 23px !important;
    }

    .show-800 {
        display: block;
    }

    .swiper-mobile-part {
        display: block !important;
    }
}

@media screen and (max-width: 600px) {
    .mobile-menu, .show-mobile {
        display: block;
    }

    .animals .animal .animal-text {
        width: 40%;
    }

    .hide-mobile {
        display: none !important;
    }

    .hamburger, .petexpert-img {
        display: flex;
        padding: 0;
        align-items: center;
        justify-content: center;
    }

    .breederapp .page footer .footer-blocks .footer-block {
        width: 100%;
    }

    .petexpert-img {
        width: 252px;
        padding: 0;
    }

    .mobile-text {
        display: inline;
    }

    .desktop-text {
        display: none;
    }

    .animal-benefit .animal-info-additional-inner {
        flex-direction: column;
    }

    .green-btn, .red-btn, .grey-btn {
        padding: 8px 20px;
        border-radius: 6px;
        font-size: 16px;
    }

    h2 {
        font-size: 24px;
    }

    .empty-box {
        padding: 20px;
    }

    .animals .animal .animal-img, .animals .animal .animal-img img {
        width: 50px;
        height: 50px;
    }

    .animals .animal .animal-children-animals .animal-img, .animals .animal .animal-children-animals .animal-img img {
        width: 42px;
        height: 42px;
    }

    .animal-info-additional-inner, .animal-throw-info-text {
        flex-direction: column;
    }

    .animal-info-additional-inner .animal-text, .animal-throw-info-text .animal-text {
        width: 100% !important;
    }

    .animal-controls-mobile {
        width: 50px;
    }

    .animal-child .animal-info-additional-inner {
        width: calc(100% - 70px);
        padding-left: 71px;
    }

    .animal-child .animal-info-additional {
        flex-direction: column-reverse;
    }

    .animals .animal-info {
        justify-content: left;
    }

    .animal-throw-list a, .animal-children-list a {
        font-size: 14px;
        padding: 0 15px;
        line-height: 28px;
        height: 32px;
    }

    .animal-throw-list a {
        min-width: auto;
        width: 100px;
    }

    .animal-throw-list .animal-throw-add, .animal-children-list .animal-children-add {
        width: 32px;
        font-size: 20px;
    }

    .animals .animal .heading-u {
        margin-bottom: 10px;
    }

    .animals .animal .heading-u h4 {
        font-size: 14px;
    }

    .animal .animal-close {
        font-size: 14px;
    }

    .breederapp .page header {
        position: fixed;
        width: calc(100% - 40px);
        background-color: #FEFEFF;
        height: 60px;
    }

    main {
        margin-top: 60px;
    }

    .breederapp form .form-row .input-block {
        width: 100%;
        margin-bottom: 0;
    }

    .margin-input-block {
        margin-top: 25px;
    }

    .input-block-upload {
        margin-bottom: 25px !important;
    }

    [type=submit], [type=button] {
        width: 100%;
        padding: 16px;
    }

    .delete-wrapper {
        flex-wrap: wrap;
    }

    .delete-wrapper [type=submit] {
        margin-top: 0;
    }

    form h3, .claim-benefits-left h3 {
        font-family: 'Quicksand', serif;
        font-size: 18px;
        font-weight: 700;
    }

    .breederapp .modal .modal-box {
        width: calc(100vw - 80px);
        padding: 10px 30px 30px;
    }

    .breederapp .modal form .form-row .input-block {
        width: 100%;
    }

    .info-box {
        font-size: 14px;
        padding: 14px 20px;
        bottom: 20px;
        left: 20px;
        max-width: calc(100vw - 80px);
    }

    .info-box img {
        max-width: 20px;
    }

    .upload-image .upload-image-right span.grey-p {
        font-size: 12px;
    }
}

.testbanner {
    position: sticky;
    top: 0px;
    background-color: yellow;
    color: red;
    font-size: 12pt;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
    z-index: 9999;
    line-height: 1.56;
    font-family: 'Quicksand', serif;
}

.handover-trash-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    padding: 0;
    margin-right: 16px; /* mezera od submitu */
    cursor: pointer;
    transition: background 0.15s;
}

.handover-trash-btn img {
    height: 22px;
    width: 22px;
    display: block;
    pointer-events: none;
}

.handover-trash-btn:hover {
    background: #ffeaea;
    border-radius: 8px;
}

.submit-wrapper > button:not(:first-child) {
    margin-left: auto;
}

.submit-wrapper button[type="submit"]:disabled {
    background-color: #ccc;    /* šedé pozadí */
    color: #666;               /* šedý text */
    cursor: not-allowed;
    opacity: 0.7;
}

.input-block--checkbox{
    display:flex; !important;
    align-items:flex-start; !important;
    gap:12px; !important;
}

.input-block--checkbox input[type="checkbox"]{
    margin:0;
    margin-top:2px;
    flex:0 0 auto;

}

.input-block--checkbox .checkbox-text{
    flex:1 1 auto;
    line-height:1.4;
    margin:0;
    cursor:pointer;
}

.register-page{
    min-height:100dvh;
    background:url('/images/register-background.jpg') center/cover no-repeat fixed;
    display:flex;
    align-items:flex-start;
    justify-content:center;
    font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
    color:#111827;
    padding:40px 16px;
}

.register-page .pe-card{
    width:418px;
    background:#fff;
    border-radius:10px;
    box-shadow:0 10px 40px rgba(0,0,0,.15);
    padding:28px 26px 30px;
    overflow:visible;
    display:flex;
    justify-content:center;
}

.register-page .pe-content{
    width:100%;
    max-width:380px;
    margin:0 0;
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:20px;
}

.register-page .pe-brand{display:flex; justify-content:center}
.register-page .pe-brand img{height:58px}
.register-page h1{
    color: #333;
    text-align: center;
    font-family: "Mont", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /
}

.register-page .pe-form{
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:20px;
}

.register-page .pe-field{
    position:relative;
    padding-right: 30px;
}

.register-page input[type="text"],
.register-page input[type="email"],
.register-page input[type="password"]{
    display:block;
    width:100%;
    height:48px;
    border:1px solid #605E5C;
    border-radius:5px;
    padding:0 14px;
    font-size:11.813px;
    font-family:'Mont', sans-serif;
    font-weight:600;
    color:#6A6A6A;
}

.register-page .pe-field input {
    display:block;
    width:100%;
    height:48px;
    border:1px solid #605E5C;
    border-radius:5px;
    padding:0 14px;
    font-size:11.813px;
    font-family:'Mont', sans-serif;
    font-weight:600;
    color:#6A6A6A;
}

.register-page .pe-field.pe-req {
    position:relative;
    max-width:380px;
}

.register-page input::placeholder{
    color:#6A6A6A;
    font-family:'Mont', sans-serif;
    font-size:11.813px;
    font-weight:600;
}

.register-page input:disabled{background:#f3f4f6;color:#6b7280}
.register-page input:focus{
    outline:0;
    border-color:#2563eb;
    box-shadow:0 0 0 3px rgba(37,99,235,.18);
}

.register-page .pe-field.pe-req::after{
    content:"*";
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    right:-14px;
    color:#e11d48;
    font-weight:700;
    font-size:16px;
    z-index:2;
    pointer-events:none;
}

.register-page .pe-btn{
    display:inline-block;
    min-height: 50px;
    width: 60%;
    border:0;
    border-radius:6px;
    padding:0 18px;
    background:#296ec6;
    cursor:pointer;
    color: #FFF;
    text-align: center;
    font-family:'Mont', sans-serif;
    font-size: 11.922px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 167.759% */
}
.register-page .pe-btn:hover{ background:#1662c7 }
.register-page .pe-btn.pe-secondary{ background:#e5e7eb; color:#111827 }
.register-page .pe-btn:disabled{ opacity:.6; cursor:not-allowed }

.register-page .pe-send{ display:flex; justify-content:center; margin-bottom: -20px;}
.register-page .pe-send .pe-btn{ min-width:260px }

.register-page .pe-code-actions{ display:flex; gap:10px }

.register-page .pe-check{ display:flex; align-items:center; gap:10px; }
.register-page .pe-check input{ margin:0 }
.register-page .pe-footer{ text-align:center; font-size:12px; color:#6b7280 }

.register-page .pe-help{ font-size:13px; color:#6b7280}
.register-page .pe-help.pe-error{ color:#b91c1c }
.register-page .pe-help.pe-ok{ color:#065f46 }
.register-page .help{margin-top: 20px}

@media (max-width:420px){
    .register-page .pe-field.pe-req::after{ right:-10px; }
}

@media (max-width:600px) {
    .register-page {
        padding-right: 0;
        padding-left: 0;
    }

    .register-page .pe-card {
        width: 100%;
    }
}

