.yzr-card{
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid gray;
    background-color: white;
    box-shadow: 5px 5px 10px 0 #c1c1c1;
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
    padding: 10px;
}
.yzr-card-img{width: 100%;display: flex;align-items: center;justify-content: center;align-content: center;margin-bottom: 5px;}
.yzr-card-img img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #e7e7e7;
}
.yzr-card-bio{
    width: 100%;
    margin-bottom: -10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    height: 70px;
}
.yzr-card-bio a h2{
    width: 100%;
    color:black;
    text-align: center;
    font-weight: bold;
}
.yzr-card-bio p{}
.yzr-card-sc{
    display: flex;
    width: 100%;
    margin-bottom: 5px;
    align-items: center;
    justify-content: center;
}
.yzr-card-sc a{}
.yzr-crd-lts{
    width: 100%;
    border-top: 2px solid #ebebeb;
    margin-bottom: 5px;
    padding: 10px;
    height: 120px;
}
.yzr-crd-lts a{
    color: black;
    font-weight: 600;
    font-size: 16px!important;
}
.ksy-form{
    box-shadow: 6px 6px 10px 0 #e7e7e7;
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
    border-top: 1px solid black;
    padding: 10px;
    background-color: #f3f3f3;
    border-bottom: 1px solid gray;
}
.ksy-cmt{
    box-shadow: 6px 6px 10px 0 #e7e7e7;
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
    border-top: 1px solid black;
    padding: 10px;
    background-color: #f3f3f3;
    border-bottom: 1px solid gray;
}
.usr-c{
    background-color: white;
    padding: 10px;
    border-bottom: 2px solid gray;
    border-top: 2px solid black;
    box-shadow: 5px 5px 10px 0 #e7e7e7;
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
}
.usr-crd{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    flex-direction: column;
}
.usr-crd img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 2px solid #e7e7e7;
}
.usr-crd span{
    margin-top: 5px;
    font-weight: bold;
}
.usr-yz{
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.usr-yz a{
    padding: 5px 10px;
    border-radius: 31px;
    border: 2px solid #e40417;
    color: black;
    box-shadow: 0px 5px 10px 0 #e7e7e7;
}
.adv-ss-ar{
    border-bottom: 1px solid #7e7e7e;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.adv-ss-ar span{
    font-size: 27px;
    font-weight: bold;
    margin-left: 6px;
}
.adv-ns-ar{}
.adv-ns-as{
    padding: 10px;
    margin-bottom: 10px;
    background-color: white;
    box-shadow: 0 0 10px 0 #bbbbbb;
}
.adv-ns-as a{
    font-weight: bold;
    color: black;
}
.adv-ns-as p{}
.yzr-area{
    border-bottom: 2px solid black;
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
    box-shadow: 0 0 10px 0 #bbbbbb;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px;
    background-color: white;
    margin-bottom: 20px;
}
.yzr-img{width: 20%;}
.yzr-img img{
    width: 150px;
    border-radius: 50%;
    border: 2px solid #e7e7e7;
    height: 150px;
    box-shadow: 0 0 10px 0 #bbbbbb;
}
.yzr-bio{
    width: 75%;
    padding: 0px 10px;
}
.yzr-bio h1{}
.yzr-bio p{}
.yzr-scl{
    width: 5%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.yzr-scl a{}
.yzr-cntn{
    /* border: 1px solid #bbbbbb; */
    margin-bottom: 14px;
    padding: 20px;
    background-color: white;
    box-shadow: 0 0 10px 0 #bbbbbb;
}
.yzr-cntn a{
    color: black;
    font-weight: bold;
}
.yzr-cntn p{}
