.share__link {
    border: none;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 10px;
}

.share__link img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: solid 1px transparent;
}

.share__link img:hover {
    /*border: solid 1px var(--y-orange);*/
    /*border-radius: 50%;*/
    opacity: 0.9;
}

.share__link img:active {
    opacity: 0.7;
}

.modal-content {
    border-radius: 0;
    border: var(--y-orange) 1px solid;
    background: black;
}

.modal-header {
    padding: 7px;
    border-bottom: var(--y-orange) 1px solid;
}

.modal-title {
    font-size: 20px;
    background: black;
    justify-content: center;
    display: flex;
    width: 100%;
    color: var(--y-orange);
}

.modal-body {
    border: none;
    background: black;
    padding: 7px;
}

.modal-footer {
    border: none;
    background: black;
    border-radius: 0;
    padding: 5px;
    justify-content: center;
}

.btn-close {
    color: var(--y-orange);
}

.btnSendSlackMsg {
    background: var(--y-orange);
    color: black;
    font-size: 18px;
    border: none;
    border-radius: 0;
    width: 100px;
}

.btnSendSlackMsg:hover {
    color: white;
}

.spinner-border {
    width: 15px;
    height: 15px;
}

.btn-close:hover {
    color: var(--y-font-active-light);
}

.modal-body textarea {
    background: black;
    border: none;
    color: white;
}

.modal-body textarea::placeholder {
    background: black;
    border: none;
    color: #3d3d3d;
}

.modal-body textarea:focus {
    border-radius: 0;
    border: none;
    background-color: black;
    color: white;
    font-family: "Times New Roman";
}

.notificationErrorMsg {
    width: 100%;
    font-size: 15px;
    color: var(--y-orange);
}

.notificationSuccessMsg {
    width: 100%;
    font-size: 15px;
    color: var(--bs-success);
}

.socialNetworkIconsContainer {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    z-index: 100;
}