.Single_Horse_Content {
    width: 100%;
}

.Single_Horse_Content_In {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}

.Single_Horse_Image_Holder {
    padding: 250px 0px;
    background-position: center center;
    background-size: contain;
    transition: 0.3s;
    position: relative;
    background-repeat: no-repeat;
    background-color: var(--light-gray);
}

.Single_Horse_Content_Holder {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.Single_Horse_Left,
.Single_Horse_Right {
    width: 50%;
    display: flex;
    flex-direction: column;
    color: white;
}

.Single_Horse_Row {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
}

.Single_Horse_Description_Text {
    position: relative;
    display: flex;
    font-size: 17px;
}

.Single_Horse_About {
    position: relative;
    width: 70%;
    background-color: var(--light-gray);
    box-shadow: 3px 9px 20px 3px #07162224;
    padding: 20px;
    color: var(--blue);
    font-weight: 600;
}

.Single_Horse_About_Title {
    font-size: 32px;
}

.Single_Horse_About_Text {
    word-break: break-word;
    line-height: 25px;
    padding-top: 20px;
    font-size: 17px;
}

.Single_Horse_Information {
    background-color: var(--light-gray);
    box-shadow: 3px 9px 20px 3px #07162224;
    padding: 20px 0px 20px 20px;
    color: var(--blue);
    width: 27%;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.Single_Horse_Information_Title {
    font-size: 32px;
}

.Single_Horse_Info {
    text-transform: capitalize;
}

.Single_Horse_Title {
    padding-top: 20px !important;
}

.Single_Horse_Description_Text {
    padding-top: 10px;
    line-height: 25px;
}

.Single_Horse_Image {
    width: 100%;
}

.Single_Horse_Button {
    background: var(--blue);
    opacity: 0.6;
    padding: 18px 25px;
    font-size: 25px;
    color: white;
    position: absolute;
    cursor: pointer;
    transition: 0.3s;
}

.Single_Horse_Button:hover {
    opacity: 1;
}

.Single_Horse_Left_Button {
    left: 10px;
}

.Single_Horse_Right_Button {
    right: 10px;
}

.Single_Horse_Media_Display {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    align-items: flex-start;
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 15px;
}

.Single_Horse_Images_DisplayTitle {
    width: 100%;
    text-align: left;
    font-size: 32px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Single_Horse_Images_Display {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    margin-top: 15px;
    flex-direction: column;
    gap: 15px;
    width: 70%;
    padding: 20px;
    flex-wrap: wrap;
    background: var(--light-gray);
    box-shadow: 3px 9px 20px 3px #07162224;
}

.Single_Horse_Images_DisplayImg {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 5px;
    background-color: var(--body-background);
    overflow-x: auto;
    padding: 5px;
    border: 2px;
}

.Single_Horse_Images_DisplayImg::-webkit-scrollbar {
    width: 12px;
    background-color: var(--body-background);
}

.Single_Horse_Images_DisplayImg::-webkit-scrollbar-track {
    background-color: var(--body-background);
}

.Single_Horse_Images_DisplayImg::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    background-color: var(--light-gray);
}

.Single_Horse_Image_To_Display {
    width: 170px;
    height: 130px;
    background-position: center center;
    background-size: cover;
    opacity: 0.9;
    transition: 0.3s;
    position: relative;
    cursor: pointer;
}

.Single_Horse_Image_To_Display:hover {
    opacity: 1 !important;
}

.Single_Horse_Sell {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--blue);
    margin: 35px 0px;
    background-color: var(--light-gray);
    box-shadow: 3px 9px 20px 3px #07162224;
    padding: 20px;
    text-align: center;
    flex-direction: column;
}

.Single_Horse_Sell_Heading_Text {
    font-size: 30px;
    font-weight: 600;
}

.Single_Horse_Sell_Text {
    font-size: 26px;
    padding-top: 10px;
    text-decoration: underline;
    font-weight: 400;
}

.Delete_Media {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 5px 7px;
    color: var(--danger);
    border-radius: 50%;
    opacity: 1 !important;
    background-color: white;
    transition: 0.3s;
    cursor: pointer;
    border: 1px solid var(--danger);
    z-index: 2;
}

.Delete_Media:hover {
    color: white;
    background-color: var(--danger);
}

.Single_Horse_Videos_DisplayTitle {
    width: 100%;
    text-align: left;
    font-size: 32px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Single_Horse_Videos_Display {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    margin-top: 15px;
    flex-direction: column;
    gap: 15px;
    width: 27%;
    flex-wrap: wrap;
    background: var(--light-gray);
    box-shadow: 3px 9px 20px 3px #07162224;
    padding: 20px;
}

.Single_Horse_Videos_DisplayVideo {
    display: flex;
    flex-direction: row;
    gap: 5px;
    background-color: var(--body-background);
    width: 100%;
    overflow-x: auto;
    padding: 5px;
    border: 2px;
}

.Single_Horse_Videos_DisplayVideo::-webkit-scrollbar {
    width: 12px;
    background-color: var(--body-background);
}

.Single_Horse_Videos_DisplayVideo::-webkit-scrollbar-track {
    background-color: var(--body-background);
}

.Single_Horse_Videos_DisplayVideo::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.5);
    background-color: var(--light-gray);
}

.Single_Horse_To_Display_Cont {
    position: relative;
    padding: 5px;
    border: 2px solid var(--light-gray);
    transition: 0.3s;
}

.Single_Horse_To_Display_Cont:hover {
    border: 2px solid transparent;
}

.Single_Horse_To_Display_Cont:hover .Single_Horse_Image_To_Display {
    transform: scale(1.07);
}

.Single_Horse_To_Display_Cont:hover .Single_Horse_Video_To_Display {
    transform: scale(1.07);
}

.Single_Horse_Video_To_Display {
    width: 170px;
    height: 130px;
    background-position: center center;
    background-size: cover;
    transition: 0.3s;
    cursor: pointer;
}

.Single_Horse_Pedigree_Title {
    font-size: 32px;
    text-align: center;
    padding-top: 20px;
    width: 100%;
}

.Pedigree_Row {
    background: var(--light-gray);
    box-shadow: 3px 9px 20px 3px #07162224;
    display: flex;
    overflow: hidden;
    width: 100%;
    flex-direction: column;
}

.Single_Horse_Pedigree_Containter {
    width: 100%;
    display: flex;
    justify-content: center;
}

.Tree {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.Tree * {
    word-wrap: break-word;
}

.Horse_Parents {
    flex-basis: 25%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
}

.Horse_Grand_Parents {
    flex-basis: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height: 100%;
}

.Horse_Great_Parents {
    flex-basis: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height: 100%;
}

.Horse_Great_Grand_Parents {
    flex-basis: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height: 100%;
}

.Family_Member {
    text-align: center;
    padding: 10px 10px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: white;
    font-size: 20px;
    word-break: break-word;
    position: relative;
}

.Family_Member i {
    position: absolute;
    font-size: 16px !important;
    left: 5px;
    top: 10px;
    transform: translateY(-50%);
}

.Single_Horse_Edit i {
    position: unset !important;
    left: unset !important;
    top: unset !important;
    transform: unset !important;
}

.Family_Member:after {
    content: '';
    width: 100vw;
    height: 2px;
    position: absolute;
    left: 0;
    pointer-events: none;
    bottom: 0;
    background-color: white;
}

.Family_Member_Right_Border:before {
    content: '';
    width: 2px;
    height: 1000px;
    position: absolute;
    right: 0;
    pointer-events: none;
    background-color: white;
}

.Edit_Member {
    cursor: pointer;
    transition: 0.3s;
    /* padding: 15px 5px 0px 5px !important; */
}

.Edit_Member:hover {
    color: var(--blue);
    background-color: white !important;
}

.Grand_F_Parents,
.Grand_M_Parents {
    width: fit-content;
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
}

.Great_F_Parents,
.Great_M_Parents {
    width: fit-content;
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
}

.Video_Modal {
    z-index: 3;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(189, 178, 168, 0.9);
}

.Video_Modal_Button {
    background: var(--blue);
    opacity: 0.6;
    border-radius: 50%;
    padding: 18px 25px;
    font-size: 25px;
    color: white;
    position: absolute;
    cursor: pointer;
    transition: 0.3s;
}

.Video_Modal_Button:hover {
    opacity: 1;
}

.Video_Modal_Close {
    top: 10px;
}

.Video_Modal_Left {
    left: 10px;
}

.Video_Modal_Right {
    right: 10px;
}

.Single_Horse_Edit {
    position: absolute;
    right: 20px;
    padding: 5px 6px;
    color: var(--blue);
    border-radius: 50%;
    opacity: 1 !important;
    transition: 0.3s;
    cursor: pointer;
    border: 1px solid var(--blue);
    z-index: 2;
}

.Single_Horse_Edit:hover {
    color: white;
    background-color: var(--blue);
}

.Guest_Single_Horse i {
    position: absolute;
    top: 15px;
}

.Name_Tag i {
    top: 25px;
}

.Information_Edit {
    padding: 5px 5.5px;
    font-size: 13px;
    color: var(--blue);
    border-radius: 50%;
    opacity: 1 !important;
    transition: 0.3s;
    cursor: pointer;
    border: 1px solid var(--blue);
    z-index: 2;
    position: absolute;
}

.Information_Edit:hover {
    color: white;
    background-color: var(--blue);
}

.Edit_Modal {
    z-index: 3123;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: start;
    overflow-y: scroll;
    background: rgba(189, 178, 168, 0.9);
}

.Edit_Modal_Close, .Edit_Modal_cropButton {
    background: rgb(20, 60, 92);
    opacity: 1;
    border-radius: 50%;
    padding: 9px 15px;
    font-size: 25px;
    color: white;
    position: absolute;
    cursor: pointer;
    transition: 0.3s;
    top: 20px;
    right: 20px;
}
.Edit_Modal_cropButton{
    right: 20px;
    padding: 9px 10px !important;
    box-shadow: unset !important;
    left: unset !important;
    background: green !important;
}

.Modal_Container {
    width: 60%;
    margin-top: 5%;
    height: auto;
    padding: 40px 20px;
    position: relative;
    background-color: white;
    display: flex;
    flex-direction: column;
}

.Modal_Title {
    font-weight: bold;
    font-size: 20px;
}

.Modal_Input {
    width: 100%;
    margin: 25px 0px 10px 0px;
    padding: 9px 14px;
    border: 1px solid var(--blue);
    border-radius: 5px;
    resize: none;
}

.Modal_Button {
    margin-right: auto;
    margin-left: auto;
    text-transform: uppercase;
    background: white;
    color: var(--blue);
    margin-top: 20px;
    border: 2px solid var(--blue);
    padding: 13px 30px;
    letter-spacing: 2px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.Modal_Button:hover {
    background-color: var(--blue);
    color: white;
}

.Modal_Delete_Button {
    margin-right: auto;
    margin-left: auto;
    text-transform: uppercase;
    background: white;
    color: var(--danger);
    margin-top: 20px;
    border: 2px solid var(--danger);
    padding: 13px 30px;
    letter-spacing: 2px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.Modal_Delete_Button:hover {
    background-color: var(--danger);
    color: white;
}

.Modal_Textarea {
    width: 100%;
    margin: 10px 0px;
    padding: 9px 14px;
    height: 200px;
    border: 1px solid hsl(209, 62%, 14%);
    border-radius: 5px;
    resize: none;
}

.Modal_Input:focus {
    box-shadow: 0 0 0 2px hsl(209deg 100% 52%);
}

.Modal_Textarea:focus {
    box-shadow: 0 0 0 2px hsl(209deg 100% 52%);
}

.Pedigree_Edit {
    position: absolute;
    border-radius: 50%;
    opacity: 1 !important;
    transition: 0.3s;
    font-size: 13px;
    top: 10px;
    color: white;
    transform: translateY(-50%);
    right: 5px;
    cursor: pointer;
    border: 0px;
    z-index: 2;
}

.Family_Member:hover .Pedigree_Edit {
    color: var(--blue);
    border-color: var(--blue);
    background-color: transparent;
}

.Single_Horse_Description_Text {
    align-items: center;
}

.Description_Text {
    margin-left: 30px;
    text-transform: capitalize;
}

#Upload_Image,
#Upload_Video,
#Upload_Cover {
    display: none;
}

#Image_Label,
#Video_Label,
#Cover_label {
    border: 3px solid var(--blue);
    padding: 5px 12px;
    color: var(--blue);
    cursor: pointer;
    letter-spacing: 1px;
    font-size: 25px;
    font-weight: bold;
    transition: 0.3s;
}

#Cover_Label {
    margin-left: auto;
    margin-right: 20px;
}

#Image_Label:hover {
    background-color: hsl(207, 67%, 20%);
    color: white;
}

#Video_Label:hover {
    background-color: hsl(207, 67%, 20%);
    color: white;
}


#Cover_Label:hover {
    background-color: hsl(207, 67%, 20%);
    color: white;
}

.Modal_Date_Input {
    position: relative;
}

.Modal_Date_Input::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 17%;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.Modal_Error {
    color: red;
    text-align: center;
}

.Show_Price {
    margin-top: 20px;
    padding: 8px 15px;
    cursor: pointer;
    font-weight: bold;
    transition: 0.3s;
}

.Disable_Price {
    color: red;
    border: 2px solid red;
}

.Disable_Price:hover {
    color: white;
    background-color: red;
}

.Enable_Price {
    color: green;
    border: 2px solid green;
}

.Enable_Price:hover {
    color: white;
    background-color: green;
}
.Cropper_Modal{
    position: fixed;
    z-index: 445;
    width: 100%;
    height: 100vh;
    backdrop-filter: blur(5px);
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}
.Cropper_Modal img{
    display: block;
    max-width: 100%;
}
.Cropper_Modal_In{
    margin-top: 10px;
    width: 80%;
    display: flex;
    justify-content: center;
}
.Cropper_Modal_Prev{
    width: 100%;
}