﻿.mypink {
    /*color: #d63384;*/
    color: #198754;
}

.myrealpink {
    color: #d63384;
}

.text-maroon {
    color: #d81b60 !important;
}

.dropdown-divider-narrow {
    height: 0;
    margin: 0;
    overflow: hidden;
    border-top: 1px solid var(--bs-dropdown-divider-bg);
    opacity: 1;
}

.spinner-wrapper {
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s;
}

.spinner-border {
    height: 60px;
    width: 60px;
}

/* this is needed to make the content scrollable on larger screens */
@media (min-width: 576px) {
    .h-sm-100 {
        height: 100%;
    }
}

.tablerounededCorner {
    border: 1px solid #7a7b7b;
    background-color: #ddd;
    border-radius: 1.2em;
}

.roundedTable {
    border-collapse: collapse;
    border-radius: 1.2em;
    overflow: hidden;
    width: 100%;
    margin: 0;
}

    .roundedTable th,
    .roundedTable td {
        padding: .6em;
        background: #ddd;
        border-bottom: 1px solid white;
    }

    .roundedTable th {
        text-align: left;
    }

    .roundedTable tr:last-child td {
        border-bottom: none;
    }

