.user-access-wrapper {
    background: #FCFEFF;
    padding: 20px;
    width: 50vw;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 75vh;
    overflow: hidden;
}
.inner-detail-wrapper {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 320px;
    margin: auto;
}
h4 {
    font-size: 18px;
    text-align: center;
}
h6 {
    color: #666;
    font-size: 14px;
}
.info-card {
    border-radius: 10px;
    border: 1px solid #B5B2B2;
    background: #FFF;
    box-shadow: 0px 0px 4px 6px rgba(153, 178, 200, 0.21);
    width: 140px;
    height: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}
.info-card img {
    width: 40px;
    margin-bottom: 10px;
}
.goal-type {
    margin-bottom: 30px;
}
.border-bottom-line {
    width: 80px;
    height: 1px;
    background: #000;
    margin-bottom: 2rem;
}
.user-info {
    border-radius: 8px;
    background: #0D61DF;
    margin-top: 20px;
}
.user-info p {
    color: #D7E7FF;
    text-align: center;
    margin-bottom: 0;
    padding: 10px;
}
.user-info p span {
    font-weight: bold;
}
.back-btn-wrapper a {
    color: #212529;
    text-decoration: none;
}
.back-btn-wrapper img {
    width: 16px;
    margin-right: 6px;
}
#search-partner-link {
    color: #03417A;;
}
.partner-choice .back-btn-wrapper img {
    width: 24px;
    margin-right: 20px;
}
.info-card p {
    line-height: 1.2;
}
#partners-table tbody tr {
    cursor: pointer;
}
#partners-table tbody tr:hover {
    color: #f47a21;
}
.inner-detail-wrapper h5 {
    color: #8a8a8a;
    font-size: 16px;
}
.invalid-feedback {
    text-align: left;
}
@media(max-width: 767px) {
    .user-access-wrapper {
        width: 90vw;
        height: 85vh;
    }
}