.rolodex {
    width: 95%;
    height: 145px;
    border: 2px solid black;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: relative;
    background-color: #f0f0f0;
    box-shadow: 5px 5px 5px 0 rgba(100, 100, 100, 0.75);
    opacity: 0; /* Set initial opacity to 0 */
    transition: opacity 1s ease; /* Add transition effect for opacity */
}

.rolodex-small {
    width: 95%;
    height: 100px;
    border: 2px solid black;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: relative;
    background-color: #f0f0f0;
    box-shadow: 5px 5px 5px 0 rgba(100, 100, 100, 0.75);
    opacity: 0; /* Set initial opacity to 0 */
    transition: opacity 1s ease; /* Add transition effect for opacity */
}

.rectangle {
    width: 100%;
    height: 130px;
    border: 2px solid black;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: relative;
    background-color: #f0f0f0;
}

.config-rectangle {
    width: 100%;
    height: 130px;
    border: 2px solid black;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: relative;
    background-color: ghostwhite;
}

.ttx-rectangle {
    width: 100%;
    height: 155px;
    border: 2px solid black;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: relative;
    background-color: #f0f0f0;
    cursor: pointer;
}

.ra-gpt-rectangle {
    width: 100%;
    height: 165px;
    border: 2px solid black;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: relative;
    background-color: #f0f0f0;
}

.filter-rectangle {
    width: 100%;
    height: 90px;
    border-radius: 10px;
    border: 2px solid black;
    position: relative;
    background-color: whitesmoke;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.rectangle-content, .rolodex-content, .config-rectangle-content {
    padding: 15px;
}

.rolodex-small-content {
    padding-top: 10px;
    padding-right: 2px;
    padding-left: 2px;
}

.filter-body {
    font-size: .7em;
}

.rectangle-header, .rolodex-header {
    font-size: large;
}

.rolodex-body {
    font-size: .9em;
}

.rectangle-body {
    font-size: small;
}

.rectangle-wrapper, .rolodex-wrapper, .config-wrapper {
    margin-right: 10px;
}

.IR-rectangle {
    width: 100%;
    height: 135px;
    border: 2px solid black;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: relative;
    background-color: #f0f0f0;
}

.IR-rectangle-content {
    padding: 15px;
}

.IR-rectangle-header {
    font-size: large;
}

.IR-rectangle-body {
    font-size: small;
}

.IR-rectangle-wrapper {
    margin-right: 10px;
}

.instant-rectangle {
    width: 100%;
    height: 100%;
    border: 2px solid black;
    border-radius: 7px;
    background-color: gold;
    text-align: center;
    padding-top: 20%;
}

.BIA-rectangle {
    width: 100%;
    height: 190px;
    border: 2px solid black;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: relative;
    background-color: #f0f0f0;
}

.KPI-rectangle {
    width: 100%;
    height: 130px;
    border: 2px solid black;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: relative;
    background-color: #f0f0f0;
}

@keyframes KPI-colorPulse {
    0%   { background-color: green; }
    20%  { background-color: forestgreen; }
    40%  { background-color: yellow; }
    60%  { background-color: orange; }
    80%  { background-color: darkred; }
    100% { background-color: red; }
}

.KPI-summary-rectangle {
    width: 100%;
    height: 130px;
    border: 2px solid black;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: relative;
    animation: KPI-colorPulse 1.0s ease-in-out forwards;
}

.rolodex:hover, .config-rectangle:hover {
    border: 3px solid black;
    background-color: whitesmoke;
    box-shadow: 10px 10px 5px 0 rgba(100, 100, 100, 0.75);
}

.filter-rectangle:hover {
    background-color: #198754; /* This is the hex code for Bootstrap Success color */
    color: white;
    box-shadow: 10px 10px 5px 0 rgba(100, 100, 100, 0.75);
}


.dragAndDrop .source .actions {
    display: none !important;
}

.kbcColumn .card  {
    border: 1px solid #000000;
    color: white;
    margin-bottom: 10px;
    border-radius: 5px;
}


.teamContainer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.kbcColumn .teamContainer {
    background-color: #606060;
}

.kbcColumn > div:nth-child(1) .teamContainer {
    background-color: #282828;
}

.kbcColumn > div:nth-child(2) .teamContainer {
    background-color: #303030;
}

.kbcColumn > div:nth-child(3) .teamContainer {
    background-color: #383838;
}

.kbcColumn > div:nth-child(4)  .teamContainer{
    background-color: #404040;
}

.kbcColumn > div:nth-child(5) .teamContainer {
    background-color: #484848;
}

.kbcColumn > div:nth-child(6) .teamContainer {
    background-color: #505050;
}

.kbcColumn > div:nth-child(7)  .teamContainer{
    background-color: #585858;
}

.kbcColumn > div:nth-child(8) .teamContainer {
    background-color: #606060;
}


/* TODO Make sure these are still working after moved from styles.css sheet */
.kbcColumn .editableTitleHiddenEdit {
    margin: 0 10px;
    height: 29px;
    font-size: 14px;
}

.kbcColumn .editableTitle   {
    flex: 1;
    text-align: center;
    cursor: pointer;
}

.teamName{
    flex: 1;
}

.tc-choose-form__assigned-targets i {
    margin-left: 7px;
    cursor: pointer;
    font-size: 10px;
    vertical-align: 2px;
}

table .tc-choose-form__assigned-target-actions{
    padding-right: 8px;
}

.circle-text, .stamp-text {
    font-size: 20px;
    margin: 0;
}

.circle, .stamp {
    width: 50px;
    height: 50px;
    border: 2px solid darkred;
    border-radius: 50%;
    background-color: #f0f0f0;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.larger-circle-text {
    font-size: 30px;
    margin: 0;
}

.larger-circle {
    width: 75px;
    height: 75px;
    border: 2px solid darkred;
    border-radius: 50%;
    background-color: #f0f0f0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.config-circle {
    width: 50px;
    height: 50px;
    border: 2px solid;
    border-radius: 50%;
    background-color: ghostwhite;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.KPI-circle-text {
    font-size: 25px;
    margin: 0;
}

.KPI-sum-circle-text {
    font-size: .9em;
    margin: 0;
}

.IR-circle-text {
    font-size: 20px;
    margin: 0;
}

.IR-circle {
    width: 55px;
    height: 55px;
    border: 2px solid darkred;
    border-radius: 50%;
    background-color: #f0f0f0;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.circle:hover, .config-circle:hover {
    background-color: black;
    color: white;
}

/* REPORT CARDS */

.report-card-circle {
    width: 55px;
    height: 55px;
    border: 2px solid darkred;
    border-radius: 50%;
    background-color: #f0f0f0;
    position: relative; /* This one appears INSIDE a div, not over it */
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.report-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    /* add animation */
    opacity: 0;
    animation: fadeIn 1.1s ease forwards;
}

.report-card-body {
    flex: 1;
    padding-top: 7px;
    padding-bottom: 7px;
}

.report-card-body:hover {
    background-color: #3d3d3d;
    animation: fadeIn 0.5s ease forwards;
}

.report-card-header {
    min-height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2em;
    line-height: 1.2;
}

.report-card-footer {
    min-height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9em;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        /*transform: translateY(20px);*/
    }
    to {
        opacity: 1;
        /*transform: translateY(0);*/
    }
}

/*  *  *  *  *  *  *  */

@media (min-width: 768px) and (max-width: 989px) {
    .rolodex-small {
        height: 130px;
    }

    .rolodex-small-content {
        padding-top: 7px;
    }
}