﻿
.orgtable td, .orgtable th {
    border: 1px solid #95b5c4;
    padding: 8px;
}

.orgtable {
    border: 1.5px solid #274f5e;
    width: 100%;
    margin-bottom: 20px;
    padding: 8px;
    background-image: linear-gradient(to right, #043b4b,#335d68);
}

    .orgtable th {
        font-family: system-ui;
        border: 1px solid darkgray;
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #36b45d;
        color: white;
        font-size: 20px;
        text-align: center;
    }

    .orgtable td {
        color: white;
        font-size: 16px;
    }

        .orgtable td:hover {
            background-color: #032935;
        }

.torg {
    font-size: 25px;
    background-image: linear-gradient(to right,#1e3c4b, #32a256);
    font-family: system-ui;
    color: white;
    width: 550px;
    border-radius: 10px;
    padding: 12px 10px;
}

/*IntegReps:------->*/

.tab-container {
    float: left;
    margin: 18px;
    margin-bottom: 100px;
}
.Table{
    margin-top: 20px
}
.panel, .flip {
    width: 60%;
    position: relative;
}

.panel {
    display: none;
    position: relative;
}

.flip .badge {
    position: absolute;
    top: -12px;
    right: -236px;
    padding: 5px 10px;
    border-radius: 50%;
    background-color: #bf262e;
    color: white;
}

.flip .arrow {
    position: absolute;
    top: 8px;
    right: -210px;
    padding: 0px 3px;
    color: white;
}

.shareimg {
    position: absolute;
    top: 12px;
    right: -180px;
    border-radius: 5px;
    background-color: #032935;
    cursor: pointer;
}
/*    .shareimg:hover {
        background-color: #032935;
    }*/
    .scrollit {
    overflow: scroll;
    height: 350px;
    width: 550px;
}

    .scrollit::-webkit-scrollbar {
        width: 10px;
    }

    .scrollit::-webkit-scrollbar-thumb {
        background: #3bad5e;
    }


.ContHeader {
    text-align: center;
    font-family: system-ui;
}

.ContHeader {
    font-size: 35px;
    background-image: linear-gradient(to right,#1e3c4b, #32a256 );
    text-align: center;
    font-family: system-ui;
    color: white;
    width: 550px;
    border-radius: 8px;
    padding: 12px 10px;
}
#OGTables{
    display: none;
}

#copyNotif {
    position: fixed;
    bottom: 500px;
    left: 50%;
    transform: translateX(-50%);
    background-image: linear-gradient(to right,#032e3b, #3c5c66);
    color: white;
    font-size: 30px;
    padding: 6px 35px;
    border-radius: 10px;
    border-color: #c5e3d2;
    z-index: 1;
    border-style: solid;
    display: none;
}


.dashAreas {
    margin: 20px;
    border-radius: 12px;
    background-color: white;
    padding: 15px;
}