/*#uploadImage {
    max-width: 130px;
    height: 119px;
    background: #DAD9D5;
    padding: 6px;
    border-radius: 13px;
    cursor: pointer;
}
.img-area {
    position: relative;
    width: 100%;
    background: var(--grey);
    margin-bottom: 30px;
    border-radius: 13px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 108px;
    width: 118px;
}
.img-area .icon {
    font-size: 100px;
}
.img-area h3 {
    font-size: 10px;
}
.img-area p {
    color: #999;
}
.img-area p span {
    font-weight: 600;
}
.img-area img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    object-position: center;
    z-index: 100;
}
.img-area::before {
    content: attr(data-img);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-weight: 500;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    opacity: 0;
    transition: all .3s ease;
    z-index: 200;
}
.img-area.active:hover::before {
    opacity: 1;
}
.select-image {
    display: block;
    width: 100%;
    padding: 16px 0;
    border-radius: 15px;
    background: var(--blue);
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    border: none;
    cursor: pointer;
    transition: all .3s ease;
}
.select-image:hover {
    background: var(--dark-blue);
}*/
/*#register input{
    background: linear-gradient(0deg, #ECECEB, #ECECEB),
    linear-gradient(0deg, #ECECEB, #ECECEB);
    border: 1px solid#ECECEB;
}
#register select{
    background: linear-gradient(0deg, #ECECEB, #ECECEB),
    linear-gradient(0deg, #ECECEB, #ECECEB);
    border: 1px solid#ECECEB;
    -webkit-appearance: menulist!important;
}
#register textarea{
    background: linear-gradient(0deg, #ECECEB, #ECECEB),
    linear-gradient(0deg, #ECECEB, #ECECEB);
    border: 1px solid#ECECEB;
}*/
#saveNext, #previous, #saveNextTwo, #previousTwo, #saveNextThree, #complete{
    width: 197px;
    height: 37px;
    border-radius: 8px;
    background: #DAA520;
}
#two{
    display: none;
}
#three{
    display: none;
}
#finalComplete{
    display: none;
}
#register ::placeholder {
    color: #000000;
    opacity: 1;
}
/*#horosRArea .col-3 {
    width: 22%;
}

!* --------progress--------- *!
.progress-container {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 30px;
    max-width:100%;
    width: 350px;
}
.progress-container::before {
    content: '';
    background-color: var(--line-border-empty);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 1px;
    width: 100%;
    z-index:-1;
}
.progress {
    background-color: var(--line-border-fill);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 1px;
    width: 0%!important;
    z-index:-1;
    transition: .4s ease;
}
.circle {
    background-color: #ffffff;
    color: black;
    border-radius: 50%;
    height: 51px;
    width: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line-border-empty);
    transition: .4s ease;
}
.circle.active {
    background-color: #3498DB;
}
:root {
    --line-border-fill:  #1B4F72;
    --line-border-empty: #DAA520;
}
#conform{
    display: none;
}
.validate-parent span {
	color: red;
}*/
