<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.breadcrumb-content {
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

.breadcrumb-outer h1 {
    color: #f5ca04;
    margin: 0;
    font-size: 36px;
    padding: 10px 0 5px;
}

.breadcrumb-content nav {
    display: inline-block;
}

.breadcrumb-content ul {
    margin-bottom: 0;
    background-color: #fff;
    padding: 12px 30px;
    box-shadow: 0 0 10px #ccc;
    position: absolute;
    left: 0;
    right: 0;
    width: 40%;
    margin: 0 auto;
    bottom: -23px;
    border-radius: 0;
}

.breadcrumb-content li a {
    transition: all ease-in-out 0.3s;
    color: #666;
}

.breadcrumb &gt; li {
    display: inline-block;
}

ul li {
    margin-bottom: 0px;
    color: #777;
    /*position: relative;*/
}

.breadcrumb-content li {
    margin-bottom: 0;
}

.breadcrumb-content .breadcrumb &gt; .active {
    color: #ffb606;
}

.breadcrumb &gt; .active {
    color: #777;
}

.breadcrumb &gt; li + li::before {
    padding: 0 10px 0 5px;
    content: '|';
}

.section-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
}

@media (max-width: 500px) {
    .breadcrumb-content ul {
        width: 100%;
        padding: 12px;
    }
}

@media (max-width: 991px) {
    .breadcrumb-content ul {
        width: 80%;
    }
}

.avatar1 {
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

table, th, td {
    border: 0px #fff;
    border-collapse: collapse;
}

.cssPager td {
    padding-left: 4px;
    padding-right: 4px;
}

a {
    text-decoration: none;
    color: blue;
}

    a:hover {
        color: red;
    }

strong {
    font-weight: bold;
}

.page-link {
    text-decoration: none;
    color: blue;
    padding: 5px;
}

    .page-link:hover {
        color: red;
    }

.current-page {
    font-weight: bold;
    color: black;
}

.pager-container {
    margin-top: 10px;
}

.btn4 {
    background-color: pink;
    border: none;
    color: white;
    padding: 12px 30px;
    cursor: pointer;
    font-size: 20px;
    text-decoration: none;
    border-radius: 40px;
}



    /* Darker background on mouse-over */
    .btn4:hover {
        background-color: #0A5F54;
    }

.btn5 {
    background-color: #ef9c16;
    border: none;
    color: white;
    padding: 12px 30px;
    cursor: pointer;
    font-size: 20px;
    text-decoration: none;
    border-radius: 40px;
}



    /* Darker background on mouse-over */
    .btn5:hover {
        background-color: pink;
    }

.btn3 {
    background-color: #f5ca04;
    border: none;
    color: white;
    padding: 12px 30px;
    cursor: pointer;
    font-size: 20px;
    text-decoration: none;
    border-radius: 40px;
}



    /* Darker background on mouse-over */
    .btn3:hover {
        background-color: pink;
    }

.btn1 {
    background-color: darkcyan;
    border: none;
    color: white;
    padding: 12px 30px;
    cursor: pointer;
    font-size: 20px;
    text-decoration: none;
    border-radius: 40px;
}

.btn2 {
    background-color: lightgreen;
    border: none;
    color: white;
    padding: 12px 30px;
    cursor: pointer;
    font-size: 24px;
    text-decoration: none;
    border-radius: 40px;
}



/* Darker background on mouse-over */
.btn1:hover {
    background-color: lightgreen;
}

.avatar1 {
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

table, th, td {
    border: 0px #fff;
    border-collapse: collapse;
}

.cssPager td {
    padding-left: 4px;
    padding-right: 4px;
}

a {
    text-decoration: none;
    color: blue;
}

    a:hover {
        color: red;
    }

strong {
    font-weight: bold;
}

.page-link {
    text-decoration: none;
    color: blue;
    padding: 5px;
}

    .page-link:hover {
        color: red;
    }

.current-page {
    font-weight: bold;
    color: black;
}

.pager-container {
    margin-top: 10px;
}
</pre></body></html>