
.copy-link-container {
    width: fit-content;
    padding: 5px;
    border: 1px solid #9e9e9e;
}

.share-link {
    font-size: 30px;
    margin-right: 15px;
    color: #9e9e9e;
    float: right;
}

.close {
    position: absolute;
    left: 13px;
}

.share-title {
    font-family: 'AbuDahbi font-bold';
    margin-right: 15px;
    font-size: 1.45rem;
}

.share-action-bar {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.url-copy-container {
    padding: 15px;
    border: 1px solid #9e9e9e;
    float: right;
    width: 390px;
    margin-left: 15px;
    text-align: center;
}

.copy-button {
    height: 50px;
    width: 50px;
    background: transparent;
    border: none;
    float: right;
}

.copy-button:focus {
    outline: none;
}

.modal-content {
    border-radius: 14px;
}

.close-button {
    margin-left: 19px;
    font-family: 'AbuDahbi font-bold';
    line-height: 1.7;
}

.social-media-link {
    margin-right: 78px;
}

.share-link:hover {
    color: #09D261;
}

.social-media-link:hover {
    color: #007bff;
}

.twitter:hover {
    color: #1DA1F2;
}

.linkedin:hover {
    color: #0B66C2;
}

.close:hover {
    outline: none !important;
}