.fa-xmark {
    padding: 5px;
    background-color: #b71921;
    border-radius: 50%;
    width: 26px;
    display: flex;
    align-items: center;
    justify-content: center !important;
    position: absolute;
    top: -12px;
    right: -10px;
    z-index: 1;
    text-align: center;
}