
.contactContent{
    width: 453px;
    height: calc(98vh - 97px);
    display: flex;
    flex-direction: column;
    position:  fixed;
    box-shadow: 2px 0px 6px 0px rgb(0, 0, 0, 0.2);
    padding-top: 20px;
    left: 232px;
    top: 97px;
    z-index: 3;
    overflow-y: scroll;
    overflow-x: hidden;
}
.contactBox{
    display: flex;
    align-items: center;
    height: 85px;
    width: 400px;
    cursor: pointer;
    margin-left: 26px;
}
.contactBox:hover{
    background-color: #4589ff;
    border-radius: 10px;
}
.contactBox:hover a{
    color: white;
}
.indexBox{
    display: flex;
    justify-content: center;
    flex-direction: column;

}
.letterBox{
    height: 40px;
    width: 70%;
    margin: 10px 50px ;
    border-bottom:2px solid #b9b9b9;
}
.letterBox h3{
    margin: 0 !important;
}
.avatar{
    color: white;
    height: 42px;
    width: 42px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    margin-right: 32px;
    margin-left: 50px;
    border: 2px solid white;
}
.contact h4{
    font-size: 25px;
    font-weight: 200;
    margin-top: 0;
    margin-bottom: 5px;
}
.contact a{
    color: #4589ff;
}
.showArrowMobile{
    display: none;
    position: fixed;
    top: 117px;
    right: 20px;
    cursor: pointer;
}
.btn{
    background-color: #4589ff;
    color: white;
    border: none;
    height: 53px;
    width: 197px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    z-index: 10;
}
.btn-posRB{
    position: fixed;
    bottom: 64px;
    right: 48px;
}
.btn:hover{
    background-color: #005DFF;
}
.addNewContact{
    position: fixed;
    backdrop-filter: blur(5px);
    z-index: 99;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.newContactBox{
    height: 824px;
    width: 480px;
    background-color: white;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    border-radius: 0px 30px 30px 30px;
}
.newContactHead{
    width: 100%;
    height: 320px;
    background-color: #4589ff;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    border-radius: 0px 28px 0px 0px;
}
.newContactHead h3{
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 30px;
}
.newContactHead p{
    margin: 0px;
    font-size: 18px;
}
.closeTag{
    position: absolute;
    top: 20px;
    right: 28px;
    cursor: pointer;
}
.addNewInputBox{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}
.addNewInputBox input{
    height: 50px;
    width: 320px;
    border: transparent;
    border-bottom:2px solid rgb(207, 207, 207);
}
.avatarBoxFull{
    height: 120px;
    width: 120px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid rgb(255, 255, 255);
    font-size: 50px;
    color: white;
    margin-right: 54px;
}
.avatarBox{
    height: 120px;
    width: 120px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #797979;
    margin-top: 43px;
    margin-bottom: 35px;
}
.contactContentRight{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 685px;
    top: 97px;
}
.contactHeadBox{
    display: flex;
    align-items: center;
    margin-left: 54px;
    margin-top: 65px;
}
.contactFullHead h2{
    font-size: 40px;
    font-weight: lighter;
    margin: 0px;
}
.contactFullHead p{
    font-size: 20px;
    display: flex;
    align-items: center;
    color: #4589ff;
    cursor: pointer;
    margin: 0;
}
.contactFullHead img{
    height: 20px;
    margin-right: 10px;
}
.contactInfo{
    display: flex;
    align-items: center;
    margin-left: 54px;
}
.contactInfo h3{
    margin-right: 50px;
}
.contactInfo p{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.contactInfo img{
    height: 20px;
    margin-right: 5px;
}
.infoContent{
    margin-left: 54px;
}
.infoContent a{
    color: #4589ff;
}