.modal {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.modal-title {
    font-weight: 100;
    font-size: 18px;
}


.modal-body {
    
}

.modal-header {
    color: white;
    background-color:  rgb(6, 81, 114);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-color: rgb(6, 81, 114);
    /* padding: 10px; */
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
    
}

.modal-header button.close {
    color:rgba(255, 255, 255, 1.0);    
    opacity: 1.0;
    font-weight: normal;
    text-shadow: unset;
    
}

.modal-footer {
    border-top: 1px solid rgba(115, 115, 115, 0.2);
    
}

#modal-cancel-button {
    
}

#modal-confirm-button {
    background-color: rgb(6, 81, 114);
    border-color: rgb(6, 81, 114);
}

.btn-share {
    font-size: 26px;
    margin: 5px;
    width: 64px;
    height: 64px;
}

.btn-share:hover {
    background-color: rgba(215, 215, 215, 0.3);
}


#modal-share .modal-dialog {
    width: fit-content;
}

#modal-share .modal-body {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}

#modal-share .modal-footer {
    border-top: 0px;   
}

/* .tooltip > .tooltip-inner {
    background-color: rgb(255, 255, 255);
    color: black;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: rgba(255, 255, 255, 1.0); 
  opacity: 1.0;
} */