/* Login Page */
.form-container {
    position: relative;
    width: 100%;
    max-width: 430px;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.form-container .forms {
    display: flex;
    align-items: center;
    height: 440px;
    width: 200%;
    transition: height 0.2s ease;
}

.form-container .forms-password {
    display: flex;
    align-items: center;
    width: 200%;
    transition: height 0.2s ease;
}

.form-container .form {
    width: 50%;
    padding: 30px;
    background-color: #fff;
    transition: margin-left 0.18s ease;
}

.form-container.active .login {
    margin-left: -50%;
    opacity: 0;
    transition: margin-left 0.18s ease, opacity 0.15s ease;
}

.form-container .signup {
    opacity: 0;
    transition: opacity 0.09s ease;
}

.form-container.active .signup {
    opacity: 1;
    transition: opacity 0.2s ease;
}

.form-container.active .forms {
    height: 600px;
}

.form-container .form .title {
    position: relative;
    color: #212529;
    font-size: 27px;
    font-weight: 600;
}

.form .title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 30px;
    background-color: #B12539;
    border-radius: 25px;
}

.form .input-field {
    position: relative;
    height: 50px;
    width: 100%;
    margin-top: 30px;
}

.input-field input {
    position: absolute;
    height: 100%;
    padding: 0 35px;
    outline: none;
    font-size: 16px;
    border-bottom: 2px solid #ccc;
    border-top: 2px solid transparent;
    transition: all 0.2s ease;
}

.input-field input:is(:focus, :valid) {
    border-bottom-color: #B12539;
}

.input-field i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 23px;
    transition: all 0.2s ease;
}

.input-field input:is(:focus, :valid) ~ i {
    color: #B12539;
}

.input-field i.icon {
    left: 10px;
}

.input-field input:not(:last-child):is(:focus, :valid) ~ i {
    left: 10px;
}

.input-field i.fa-eye,
.input-field i.fa-eye-slash {
    left: auto !important;
}

.input-field i.showHidePw {
    right: 0;
    cursor: pointer;
    padding: 10px;
}

.form .checkbox-text {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.checkbox-text .checkbox-content {
    display: flex;
    align-items: center;
}

.checkbox-content input {
    margin: 0 8px 0 4px;
    accent-color: #B12539;
}

.form .text {
    color: #333;
    font-size: 14px;
}

.form a.text {
    color: #B12539;
}

.form a:hover {
    text-decoration: underline;
}

.form .button {
    margin-top: 35px;
}

.form .button input {
    border: none;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 6px;
    background-color: #B12539;
    cursor: pointer;
    transition: all 0.2s ease;
}

.button input:hover {
    background-color: #B12539;
}

.form .login-signup {
    margin-top: 30px;
    text-align: center;
}

/* home */
.logo img {
    width: 150px;
}

.input_field a {
    position: absolute;
    right: 20px;
    top: 21px;
    margin-right: 0 !important;
    margin-top: 0 !important;
}

.input_field .search-button i {
    right: 4px;
    top: 0;
    font-size: 18px;
    margin-top: -4px;
}

.input_field .search-button i:hover {
    color: #B12539;

}

.search-input {
    border-radius: 28px;
    -webkit-border-radius: 28px;
}

.service_item .sb_img img {
    height: 150px;
}

.pricing_single .price_list li::before {
    display: none;
}

.pricing_single .p_icon i {
    font-size: 70px;
    color: #B12539;
}

.blog_single .b_thumb a img.news-img {
    width: 100%;
    height: 200px;
}

.footer-logo img {
    width: 150px;
}

@media (min-width: 992px) and (max-width: 1500px) {
    .demo_petcare .header_btn a:nth-child(1), .header_language {
        display: inline-block !important;
    }

    .demo_petcare .header_btn a {
        margin-left: 0 !important;
    }
}

/* Haberler - Haberler Detay */
.post_thumb img.news-page-img {
    height: 340px;
}

.post_img .news-detail-img {
    height: 340px;
}

/* Blog */
.post_img .blog-detay-img {
    height: 340px;
}

/* Kayıp kuş sorgu */
.sorgu-banner {
    min-height: 500px !important;
}

.pedigree-kuslar-head {
    margin-right: 20px;
}

.pedigree-query-links {
    list-style: none;
}

.pedigree-query-links li a {
    width: 50px;
    height: 50px;
    background-color: #B12539;
    font-size: 14px;
    line-height: 52px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all 0.5s ease;
}

.pedigree-query-links li:hover a {
    background-color: #B12539;
}

/* Uye Anasayfa */
.btn-add-kunye {
    color: #fff;
    background-color: #B12539;
    padding-left: 50px;
    padding-right: 50px;
}

.kunye-upload-btn {
    max-width: 125px;
}

/* pedigree */

.kus-ekle-modal-textarea textarea {
    height: 120px;
}

.kus-ekle-modal-file input {
    height: auto !important;
    padding: 0 !important;
}

.form-filter-area {
    column-gap: 1rem;
}

.add-pigeon-gender-btn {
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.add-pigeon-btn {
    color: #fff !important;
    background-color: #B12539 !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.p-default-img {
    max-width: 150px;
}

input.filter-title {
    width: auto !important;
    height: auto !important;
}

.pedigree-filter-empty-box {
    content: '';
    width: 20px;
    height: 20px;
}

.btn-save {
    color: #fff !important;
    background-color: #43D954 !important;
}

.add-custom-item {
    height: 56px !important;
}

.form-label-gap {
    gap: .5rem;
}

.list-flex-gap {
    gap: 2px;
}

@media screen and (max-width: 991.98px) {
    .form-table {
        display: block;
        overflow-x: auto;
    }
}

.table-man {
    color: #02bec9;
}

.table-women {
    color: #fc4b6c;
}

.table-unisex {
    color: #16a085;
}

.table-img {
    width: 40px;
    height: 40px;
}

@media screen and (max-width: 1199.98px) {
    .table-img {
        display: block;
    }
}

.form-custom-item {
    height: 56px !important;
}

.text-small {
    font-size: 11px;
}

.btn-modal-delete {
    padding: 2px 14px !important;
}

.modal-image {
    width: 400px;
    height: auto;
}

@media screen and (max-width: 575.98px) {
    .pedigree-kuslar-head {
        margin-right: 0;
    }

    .modal-image {
        width: 300px;
        height: auto;
    }

    .pedigree-filter-empty-box {
        display: none;
    }
}

@media screen and (max-width: 399.98px) {
    .modal-image {
        width: 250px;
        height: auto;
    }
}

/* PEDIGREE DETAIL */
.pedigree-detail-left {
    height: 100%;
}

.pedigree-font-size {
    font-size: 14px !important;
}

.btn-dowloand-3 {
    color: #fff;
    background-color: #B12539;
    border-color: #B12539;
}

.btn-dowloand-3:hover {
    color: #fff;
    background-color: #B12539;
    border-color: #B12539;
}

.btn-dowloand-4 {
    border-color: #B12539;
}

.btn-dowloand-4:hover {
    color: #fff;
    background-color: #B12539;
    border-color: #B12539;
}


.pedigree-card-mh {
    height: 150px;
}

.pedigree-card-mh-53 {
    height: 53px;
}

.pedigree-card-mh-75 {
    height: 75px;
}

.pedigree-card-mh-115 {
    height: 115px;
}

.pedigree-card-mh-240 {
    height: 240px;
}

.pedigree-content-2 {
    row-gap: 100px;
}

.pedigree-content-2-2 {
    row-gap: 350px;
}

.pedigree-content-3 {
    row-gap: 10px;
}

.mt-10 {
    margin-top: 150px;
}

.pedigree-bg {
    display: block;
    overflow-x: auto;
}

.pedigree-bg-2 {
    height: 1300px;
    display: block;
    overflow-x: auto;
}

.responsive-tab-menu {
    width: 1200px;
}

@media screen and (max-width: 991.98px) {
    .pedigree-detail-title {
        font-size: 18px;
    }

    .pedigree-detail-dowloand {
        font-size: 14px !important;
    }

    .responsive-tab-menu {
        width: 1200px;
    }
}

/* PEDIGREE 4 SOYLU */
.pdf-number-fs {
    font-size: 28px !important;
}

.pdf-container {
    width: 1240px;
    height: 1754px;
    text-align: center;
}

.theme-main .pdf-box-note .pedigree-pdf-description{
    text-align: left!important;
}

.pdf-box {
    position: absolute;
    background-color: transparent;
    /*border: 1px solid black;*/
    transform: translate(-50%, -50%);
}

/*.theme-1 .pdf-box {
    box-shadow: 6px 6px 2px 1px rgba(0, 0, 0, .5);
}

.theme-2 .pdf-box {
    border-radius: 12px;
    box-shadow: 6px 6px 2px 1px rgba(0, 0, 0, .5);
}*/

.theme-3 .pdf-box {
    border-radius: 6px;
    box-shadow: 6px 6px 14px 1px rgba(0, 0, 0, .3);
}

.theme-5 .pdf-box {
    border-radius: 15px;
    box-shadow: 6px 6px 14px 1px rgba(0, 0, 0, .3);
    border-width: medium;
}

.pdf-box-icon {
    top: 0px;
    right: 6px;
}

.pdf-box-icon-man {
    top: 0px;
    right: 6px;
    color: aqua;
}

.pdf-box-icon-man i {
    background: #fff;
}

.pdf-box-icon-women {
    top: 0px;
    right: 6px;
    color: rgb(223, 101, 101);
}

.pdf-box-icon-women i {
    background: #fff;
}

.pdf-box-icon-edit {
    top: 2px;
    right: 26px;
    font-size: 18px;
}

.pedigree-input-fields input {
    height: 45px;
}


/*.pdf-box-qr {
    left: 17%;
    bottom: 5%;
    width: 300px;
    height: 200px;
}*/

.pdf-line {
    display: none;
    transform: translateX(-50%);
    border: 1px solid #545454;
}

.theme-5 .pdf-box-1 {
    padding-top: 6px;
    padding-right: 6px;
    width: 400px;
    height: 350px;
    top: 47%;
    left: 15%;
}

.theme-5 .pdf-box-2 {
    padding-top: 6px;
    padding-right: 6px;
    width: 375px;
    height: 350px;
    top: 25.5%;
    left: 25%;
}

.theme-5 .pdf-box-3 {
    padding-top: 6px;
    padding-right: 6px;
    top: 69%;
    left: 25%;
    width: 375px;
    height: 350px;
}

.theme-5 .pdf-box-4 {
    padding-top: 6px;
    padding-right: 6px;
    top: 15%;
    left: 57%;
    width: 375px;
    height: 360px;
}

.theme-5 .pdf-box-5 {
    padding-top: 6px;
    padding-right: 6px;
    top: 37%;
    left: 57%;
    width: 375px;
    height: 360px;
}

.theme-5 .pdf-box-6 {
    padding-top: 6px;
    padding-right: 6px;
    top: 60%;
    left: 57%;
    width: 375px;
    height: 360px;
}

.theme-5 .pdf-box-7 {
    padding-top: 6px;
    padding-right: 6px;
    top: 82%;
    left: 57%;
    width: 375px;
    height: 360px;
}

.theme-5 .pdf-box-8 {
    padding-top: 6px;
    padding-right: 6px;
    top: 10%;
    left: 86%;
    width: 300px;
    height: 170px;
}

.theme-5 .pdf-box-9 {
    padding-top: 6px;
    padding-right: 6px;
    top: 20%;
    left: 86%;
    width: 300px;
    height: 170px;
}

.theme-5 .pdf-box-10 {
    padding-top: 6px;
    padding-right: 6px;
    top: 32%;
    left: 86%;
    width: 300px;
    height: 170px;
}

.theme-5 .pdf-box-11 {
    padding-top: 6px;
    padding-right: 6px;
    top: 42%;
    left: 86%;
    width: 300px;
    height: 170px;
}

.theme-5 .pdf-box-12 {
    padding-top: 6px;
    padding-right: 6px;
    top: 55%;
    left: 86%;
    width: 300px;
    height: 170px;
}

.theme-5 .pdf-box-13 {
    padding-top: 6px;
    padding-right: 6px;
    top: 65%;
    left: 86%;
    width: 300px;
    height: 170px;
}

.theme-5 .pdf-box-14 {
    padding-top: 6px;
    padding-right: 6px;
    top: 77%;
    left: 86%;
    width: 300px;
    height: 170px;
}

.theme-5 .pdf-box-15 {
    padding-top: 6px;
    padding-right: 6px;
    top: 87%;
    left: 86%;
    width: 300px;
    height: 170px;
}

.theme-5 .pdf-box-info {
    bottom: -3%;
    left: 17%;
    width: 300px;
    height: 180px;
    text-align: center;
}

.theme-4 .pdf-box img {
    padding-top: 6px;
    padding-right: 6px;
    width: 125px;
    height: max-content;
}

.theme-4 .pdf-box-1 {
    top: 47%;
    left: 20%;
    width: 375px;
    height: 350px;
}

.pedigree-4.theme-4 .pdf-line-1 {
    top: -11%;
    left: 50%;
    height: 38px;
    width: 1px;
}


.pedigree-4.theme-4 .pdf-line-1-2,
.pedigree-4.theme-4 .pdf-line-2-2 {
    display: none;
}

.theme-4 .pdf-box-2 {
    top: 25%;
    left: 25%;
    width: 375px;
    height: 350px;
}

.pedigree-4.theme-4 .pdf-line-3 {
    top: -16%;
    left: 92%;
    height: 55px;
    width: 1px;
}

.pedigree-4.theme-5 .pdf-line-3-2,
.pedigree-4.theme-5 .pdf-line-4,
.pedigree-4.theme-5 .pdf-line-4-2,
.pedigree-4.theme-5 .pdf-line-5,
.pedigree-4.theme-5 .pdf-line-5-2,
.pedigree-4.theme-5 .pdf-line-5-3,
.pedigree-4.theme-5 .pdf-line-6,
.pedigree-4.theme-5 .pdf-line-6-2,
.pedigree-4.theme-5 .pdf-line-1,
.pedigree-4.theme-5 .pdf-line-1-2,
.pedigree-4.theme-5 .pdf-line-2,
.pedigree-4.theme-5 .pdf-line-2-2,
.pedigree-4.theme-5 .pdf-line-3 {
    display: none;
}


.pedigree-4.theme-4 .pdf-line-3-2 {
    top: -16%;
    left: 100%;
    height: 1px;
    width: 61px;
}

.pedigree-4.theme-4 .pdf-line-4 {
    bottom: -16%;
    left: 92%;
    height: 55px;
    width: 1px;
}

.pedigree-4.theme-4 .pdf-line-4-2 {
    bottom: -16%;
    left: 100%;
    height: 1px;
    width: 61px;
}

.theme-4 .pdf-box-3 {
    top: 69%;
    left: 25%;
    width: 375px;
    height: 350px;
}

.theme-4 .pdf-box-4 {
    top: 15%;
    left: 57%;
    width: 375px;
    height: 360px;
}

.theme-4 .pdf-box-5 {
    top: 37%;
    left: 57%;
    width: 375px;
    height: 360px;
}

.theme-4 .pdf-box-6 {
    top: 60%;
    left: 57%;
    width: 375px;
    height: 360px;
}

.theme-4 .pdf-box-7 {
    top: 82%;
    left: 57%;
    width: 375px;
    height: 360px;
}

.pedigree-4.theme-4 .pdf-line-5 {
    right: -4.2%;
}

.pedigree-4.theme-4 .pdf-line-5-2,
.pedigree-4.theme-4 .pdf-line-5-3 {
    right: -3.6%;
}

.pedigree-4.theme-4 .pdf-line-6,
.pedigree-4.theme-4 .pdf-line-6-2 {
    right: -8.3%;
}


.pedigree-4 .pdf-line-1 {
    top: -26%;
    left: 50%;
    height: 90px;
    width: 1px;
}

.pedigree-4 .pdf-line-1-2 {
    top: -26%;
    left: 63%;
    height: 1px;
    width: 66px;
}

.pedigree-4 .pdf-line-2 {
    bottom: -26%;
    left: 50%;
    height: 90px;
    width: 1px;
}

.pedigree-4 .pdf-line-2-2 {
    bottom: -26%;
    left: 63%;
    height: 1px;
    width: 66px;
}

.pedigree-4 .pdf-line-3 {
    top: -23%;
    left: 50%;
    height: 80px;
    width: 1px;
}

.pedigree-4 .pdf-line-3-2 {
    top: -23%;
    left: 80%;
    height: 1px;
    width: 150px;
}

.pedigree-4 .pdf-line-4 {
    bottom: -23%;
    left: 50%;
    height: 80px;
    width: 1px;
}

.pedigree-4 .pdf-line-4-2 {
    bottom: -23%;
    left: 80%;
    height: 1px;
    width: 150px;
}

.pedigree-4 .pdf-line-5 {
    top: 50%;
    right: -6.2%;
    height: 1px;
    width: 10px;
}

.pedigree-4 .pdf-line-5-2 {
    top: 50%;
    right: -5%;
    height: 80px;
    width: 1px;
}

.pedigree-4 .pdf-line-5-3 {
    bottom: 50%;
    right: -5%;
    height: 80px;
    width: 1px;
}

.pedigree-4 .pdf-line-6 {
    top: 72%;
    right: -12.3%;
    height: 1px;
    width: 14px;
}

.pedigree-4 .pdf-line-6-2 {
    bottom: 72%;
    right: -12.3%;
    height: 1px;
    width: 14px;
}

.pedigree-thm-select .form-select:focus,
.pedigree-thm-select .form-select:active {
    box-shadow: none;
}

/* PEDIGREE 8 SOYLU */
.pdf-box-logo-2 {
    bottom: 0%;
    right: -1%;
    width: 80px;
    height: 80px;
}

.pdf-box-1-1 {
    top: 47%;
    left: 25%;
    width: 200px;
    height: 350px;
}

.pdf-box-2-2 {
    top: 25%;
    left: 36%;
    width: 200px;
    height: 350px;
}

.pdf-box-3-3 {
    top: 69%;
    left: 36%;
    width: 200px;
    height: 350px;
}

.pdf-box-4-4 {
    top: 15%;
    left: 54%;
    width: 200px;
    height: 360px;
}

.pdf-box-5-5 {
    top: 37%;
    left: 54%;
    width: 200px;
    height: 360px;
}

.pdf-box-6-6 {
    top: 60%;
    left: 54%;
    width: 200px;
    height: 360px;
}

.pdf-box-7-7 {
    top: 82%;
    left: 54%;
    width: 200px;
    height: 360px;
}

.pdf-box-8-8 {
    top: 10%;
    left: 72%;
    width: 200px;
    height: 170px;
}

.pdf-box-9-9 {
    top: 20%;
    left: 72%;
    width: 200px;
    height: 170px;
}

.pdf-box-10-10 {
    top: 32%;
    left: 72%;
    width: 200px;
    height: 170px;
}

.pdf-box-11-11 {
    top: 42%;
    left: 72%;
    width: 200px;
    height: 170px;
}

.pdf-box-12-12 {
    top: 55%;
    left: 72%;
    width: 200px;
    height: 170px;
}

.pdf-box-13-13 {
    top: 65%;
    left: 72%;
    width: 200px;
    height: 170px;
}

.pdf-box-14-14 {
    top: 77%;
    left: 72%;
    width: 200px;
    height: 170px;
}

.pdf-box-15-15 {
    top: 87%;
    left: 72%;
    width: 200px;
    height: 170px;
}

.pdf-box-16-16 {
    top: 7%;
    left: 90%;
    width: 200px;
    height: 78px;
    margin-top: 8px;
}

.pdf-box-17-17 {
    top: 12%;
    left: 90%;
    width: 200px;
    height: 78px;
}

.pdf-box-18-18 {
    top: 17%;
    left: 90%;
    width: 200px;
    height: 78px;
    margin-top: 8px;
}

.pdf-box-19-19 {
    top: 22%;
    left: 90%;
    width: 200px;
    height: 78px;
}

.pdf-box-20-20 {
    top: 29%;
    left: 90%;
    width: 200px;
    height: 78px;
    margin-top: 8px;
}

.pdf-box-21-21 {
    top: 34%;
    left: 90%;
    width: 200px;
    height: 78px;
}

.pdf-box-22-22 {
    top: 39%;
    left: 90%;
    width: 200px;
    height: 78px;
    margin-top: 8px;
}

.pdf-box-23-23 {
    top: 44%;
    left: 90%;
    width: 200px;
    height: 78px;
}

.pdf-box-24-24 {
    top: 52%;
    left: 90%;
    width: 200px;
    height: 78px;
    margin-top: 8px;
}

.pdf-box-25-25 {
    top: 57%;
    left: 90%;
    width: 200px;
    height: 78px;
}

.pdf-box-26-26 {
    top: 62%;
    left: 90%;
    width: 200px;
    height: 78px;
    margin-top: 8px;
}

.pdf-box-27-27 {
    top: 67%;
    left: 90%;
    width: 200px;
    height: 78px;
}

.pdf-box-28-28 {
    top: 74%;
    left: 90%;
    width: 200px;
    height: 78px;
    margin-top: 8px;
}

.pdf-box-29-29 {
    top: 79%;
    left: 90%;
    width: 200px;
    height: 78px;
}

.pdf-box-30-30 {
    top: 84%;
    left: 90%;
    width: 200px;
    height: 78px;
    margin-top: 8px;
}

.pdf-box-31-31 {
    top: 89%;
    left: 90%;
    width: 200px;
    height: 78px;
}

.pedigree-8 {
    display: none;
}

.pedigree-8 .pdf-line-1 {
    top: -26%;
    left: 50%;
    height: 90px;
    width: 1px;
}

.pedigree-8 .pdf-line-1-2 {
    top: -26%;
    left: 63%;
    height: 1px;
    width: 52px;
}

.pedigree-8 .pdf-line-2 {
    bottom: -26%;
    left: 50%;
    height: 90px;
    width: 1px;
}

.pedigree-8 .pdf-line-2-2 {
    bottom: -26%;
    left: 63%;
    height: 1px;
    width: 52px;
}

.pedigree-8 .pdf-line-3 {
    top: -23%;
    left: 50%;
    height: 80px;
    width: 1px;
}

.pedigree-8 .pdf-line-3-2 {
    top: -23%;
    left: 81%;
    height: 1px;
    width: 122px;
}

.pedigree-8 .pdf-line-4 {
    bottom: -23%;
    left: 50%;
    height: 80px;
    width: 1px;
}

.pedigree-8 .pdf-line-4-2 {
    bottom: -23%;
    left: 81%;
    height: 1px;
    width: 122px;
}

.pedigree-8 .pdf-line-5 {
    top: 50%;
    right: -7.2%;
    height: 1px;
    width: 10px;
}

.pedigree-8 .pdf-line-5-2 {
    top: 50%;
    right: -6%;
    height: 80px;
    width: 1px;
}

.pedigree-8 .pdf-line-5-3 {
    bottom: 50%;
    right: -6%;
    height: 80px;
    width: 1px;
}

.pedigree-8 .pdf-line-6 {
    top: 72%;
    right: -16.3%;
    height: 1px;
    width: 16px;
}

.pedigree-8 .pdf-line-6-2 {
    bottom: 72%;
    right: -16.3%;
    height: 1px;
    width: 16px;
}

.pedigree-8 .pdf-line-7 {
    top: 50%;
    right: -8.2%;
    height: 1px;
    width: 10px;
}

.pedigree-8 .pdf-line-7-2 {
    top: 50%;
    right: -6.2%;
    height: 40px;
    width: 1px;
}

.pedigree-8 .pdf-line-7-3 {
    bottom: 50%;
    right: -6.2%;
    height: 40px;
    width: 1px;
}

.pedigree-8 .pdf-line-8 {
    top: 74%;
    right: -17%;
    height: 1px;
    width: 16px;
}

.pedigree-8 .pdf-line-8-edit {
    top: 73%;
}

.pedigree-8 .pdf-line-8-2 {
    bottom: 74%;
    right: -17%;
    height: 1px;
    width: 16px;
}

.pedigree-8 .pdf-line-8-2-edit {
    bottom: 73%;
}

/* profil */
.profil_single {
    border: 1px solid #f0f0f0;
    padding: 50px 20px;
    border-radius: 15px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    background: #fff;
}

.profil_single .price_list li {
    font-size: 15px;
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.porfil_image-icon {
    top: 58px;
    right: 26px;
    width: 50px;
    height: 50px;
    background-color: #B12539;
    font-size: 14px;
    line-height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all 0.3s ease;
}

/* .profil_image:hover .porfil_image-icon {
    opacity: 1;
} */

.profil-info .form {
    width: 100%;
    transition: margin-left 0.18s ease;
}

.profil-info .form .title {
    position: relative;
    color: #212529;
    font-size: 27px;
    font-weight: 600;
}

.profil-input-field {
    position: relative;
    height: 50px;
    width: 100%;
    margin-top: 30px;
}

.profil-input-field i {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #999;
    font-size: 23px;
    transition: all 0.2s ease;
}

.profil-input-field input {
    height: 100%;
    padding: 0 35px;
    outline: none;
    font-size: 16px;
    border-bottom: 2px solid #ccc;
    border-top: 2px solid transparent;
    transition: all 0.2s ease;
}

.btn-profil-save {
    color: #fff;
    background-color: #B12539;
    padding-left: 30px;
    padding-right: 30px;
}

.btn-profil-save:hover {
    color: #fff;
    text-decoration: none !important;
    background-color: #B12539;
}

.profil-form-boder {
    border-color: #B12539 !important;
}

.profile-membership .icon {
    left: 20px;
    top: 28%;
    font-size: 25px;
    color: #B12539;
}

@media screen and (max-width: 1199.98px) {
    .profile-membership .icon {
        top: 26%;
        font-size: 25px;
        color: #B12539;
    }
}

@media screen and (max-width: 767.98px) {
    .profile-membership .icon {
        left: 6px;
        top: 26%;
        font-size: 25px;
        color: #B12539;
    }
}

/* Kuşlarım */
@media screen and (max-width: 767.98px) {
    .birds-area_lists {
        width: 100% !important;
    }
}

/* Künye Numarası Sonuç Bulunamadı */
.found-error-icon {
    font-size: 150px;
    color: #B12539;
}

.table .pedigree-description {
    width: 200px;
    max-width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;

}

/* EDİTOR CSS */
.ck-editor__main p {
    color: #10313c;
    font-weight: 600;
}

.demo_petcare p {
    font-size: 19px;
    line-height: 26px;
    color: #000;
    font-weight: 600;
}

.pedigree-head-wrapper .padigree-owner-name {
    margin-left: auto;
}

.pedigree-head-wrapper {
    height: 20px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    width: 100%;
    font-size: 14px;
}

.bird {
    position: relative;
}

.flatSpectrum {
    appearance: auto;
    cursor: default;
    box-sizing: border-box;
    background-color: buttonface;
    color: buttontext;
    padding: 1px 2px;
    width: 16px;
    height: 16px;
    top: 7px;
    right: 49px;
    position: absolute;
}