.sit-form{
    padding-block: 90px;
    min-height: 500px;
    display: flex;
    align-items: center;
}

.sit-form .my-form{
    display: flex;
    flex-direction: column;
    align-self: center;
    justify-content: center;
    gap: 20px;
}

.sit-form  form{
    display: flex;
    flex-direction: column;
    align-self: center;
    justify-content: center;
    gap: 13px;
    width: 560px;
}
#result_found{
    display: contents;
}
#noFoundUser{
    display: contents;
}

.form-input input{
    border: unset;
    border-bottom: 1px solid #cecece
}

.form-input{
    display: flex;
    align-self: center;
    justify-content: center;
    flex-direction: column;
    gap: 3px;
    width: 100%;
}

.my-form button{
    border: unset;
    background: #d0af30;
    color: #ffffff;
    padding: 5px;
    font-size: 16px;
}

.my-form button:hover{
    background: #dfbf45;
}

.form-hint {
    font-weight: 600;
    text-align: left;
    font-size: 16px;
}

.form-hint span{
    font-size: 18px;
    font-family: "Libre Baskerville", serif;
    color: #3f3f3f;
    font-weight: 600;
}
.profile___image{
    width: 100%;
}
.result__section__{
    border: 1px solid #ccc;
    padding: 1rem;
    margin-block: 2rem;
}
.result__title{
    font-size: 33px !important;
    font-weight: 300;
}
.social__box{
    display: flex;
    /*gap: 13px;*/
}
.social__box a{
    padding: 0.3rem 0.7rem 0rem 0.7rem;
    /*background-color: #1a96d4;*/
    border-radius: 9px;
    cursor: pointer;
}
hr{
    width: 92% !important;
}
.margin__{
    margin-bottom: -9px;
    margin-top: 1rem;
}
.social__box a:hover{
    /*background-color: #d0af30;*/
}
.social__box svg{
    font-size: 21px ;
}
.qualified_item{
    display: flex;
    flex-direction: row;
    gap: 0px;
    flex-wrap: wrap;
}
.social__box a path{
  fill: #3f3f3f;
}
.qualified_item a{
    text-decoration: underline;
    color: #0a53be;
    margin: -5px;
}
.qualified_item a:hover{
    text-decoration: unset;
    /*color: #0a53be;*/
}
.search-result{
    /*display: flex;*/
    flex-direction: row;
    align-self: center;
    justify-content: space-between;
    gap: 30px;
    width: 560px;
}
.result__section{
    display: flex;
    flex-direction: row;
    align-self: center;
    justify-content: space-between;
    gap: 30px;
    /*width: 560px;*/
}

.result-name{
    text-align: start;
    align-self: center;
    color: #2e2e2e;
    font-size: 14px;
    padding-bottom: 1.3rem;
}

.search-items{
    display: flex;
    flex-direction: column;
    align-self: flex-start;
    text-align: start;
    gap: 10px;

}

.download-hint{
    color: #2e2e2e;
    font-size: 14px;
}
ol.download-items li a{
    font-weight: 600;
    color: #0f0f0f;
    font-size: 14px;
    cursor: pointer;
}

ol.download-items li::marker{
    color: #045fd1;
    font-weight: 600;
    font-size: 17px;
}

ol.download-items li a:hover{
    color: #cfae30;
}



@media screen and (max-width: 575px){
    .sit-form  form{
        width: 100%;
    }

    .search-result{
        width: 100%;
    }

    .form-hint span {
        font-size: 16px;
    }

    .form-input label{
        font-size: 15px;
    }

    .search-result {
        flex-direction: column;
    }
}

@media screen and (max-width: 425px){
    ol.download-items li a{
        font-size: 13px;
    }

    .form-hint span {
        font-size: 15px;
    }
}
