.share-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    padding: 10px;
    z-index: 1000;
    width: auto;
}

.share-options .d-flex {
    gap: 10px;
}

.share-options .btn {
    padding: 10px;
    font-size: 16px;
}


@media (max-width: 767px) {
    .share-options {
        width: 100%;
        right: 0;
        top: 10px;
    }

    .share-options .btn {
        flex: 1;
        text-align: center;
    }
}

.bootstrap-tagsinput {
    margin: 0;
    width: 100%;
    padding: 0.5rem 0.75rem 0;
    font-size: 1rem;
    line-height: 1.25;
    transition: border-color 0.15s ease-in-out;
}
.bootstrap-tagsinput.has-focus {
    background-color: #fff;
    border-color: #5cb3fd;
}
.bootstrap-tagsinput .tag {
    display: inline-block;
    background-color: #636c72;
    padding: 0 .4em .15em;
    border-radius: .25rem;
    margin-bottom: 0.4em;
}
.bootstrap-tagsinput input {
    margin-bottom: 0.5em;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
    content: '\00d7';
}

.modal-backdrop {
    opacity: 0.5 !important;
}