/* CofO2019 Theme Style Sheet */


/* Link Display Section */
.link-button {
    cursor: pointer;
    color: white !important;
    background-color: #710a2c !important;
    display: inline-block;
    padding: 0.375rem 0.75rem;
    text-decoration: none !important;
}

    .link-button:hover {
        background-color: #a00e3e !important;
    }

.link-hyperlink {
    cursor: pointer;
    color: #710a2c !important;
    display: inline-block;
}

    .link-hyperlink:focus {
        text-decoration: underline !important;
        outline: none !important;
    }


    .file-link:hover {
        background-color: #a00e3e !important;
    }

.link-display-heading {
    letter-spacing: 0.2vw;
    font-family: times new roman;
    text-transform: uppercase;
    text-align: left;
    padding-top: 1rem;
    font-size: 30px;
    color: #710a2c !important;
}

.link-display-red-heading {
    color: #710a2c !important;
}

.link-display-black-heading {
    color: black !important;
}

.link-dropdown {
    width: 150px;
}

.link-edit {
    overflow-y: scroll;
    max-height: 500px;
    height: 422px;
    padding: 5px;
}

.link-settings {
    border-bottom: 1px solid gray;
    margin-bottom: 8px;
}

.link-body.marked {
    position: relative;
}

.link-body .marked-for-deletion {
    display: none;
}

.link-body.marked .marked-for-deletion {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0,0,0,0.3);
}

.text-truncate-end {
    display: inline-block;
    width: 150px; /* Adjust width as needed */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: rtl;
    text-align: left;
}

.link-dropdown {
    width: 150px;
}

.link-edit-button {
    width: 100%;
    height: 100%;
    box-shadow: none !important;
}

.hyperlink-style-toggle {
    color: white !important;
    border-color: #0d6efd;
    background-color: #0d6efd;
}

.button-style-toggle {
    color: #0d6efd !important;
    border-color: #0d6efd;
    background-color: white;
}
/* End of Link Display Section */