

.dropdown-menu {
    overflow-y: auto; 

    max-height:40vh;

}

.cell {
    white-space: nowrap;
    font-size: 16px !important;
    vertical-align: middle !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.cn {
    font-size: 16px !important;
}

.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

html * {
    font-size: 18px !important;

    font-family: Roboto, sans-serif !important;
}
h1 {
    font-size: 2em !important;
}
h2 {
    font-size: 1.5em !important;
}
h3 {
    font-size: 1.17em !important;
}
h4 {
    font-size: 1.25rem !important;
}
.hr {
    border-top: 10px;
    border-color: red;
    clear: both;
    display: block;
    width: 50%;
    background-color: black;
    height: 1px;
    opacity: 0.5;

    margin-top: 5%;

    margin-bottom: 5%;
}
.hr-home {
    width: 100% !important
}
.text-white {
    color: #eee;
}
.bg-black {
    background-color: black;
}
.modal-backdrop {
    z-index: -1 !important;
}
.positive {
    color: rgb(0, 150, 0);
}
.negative {
    color: red;
}
.highlightCol {
    background-color: rgb(170, 170, 170) !important;
}
.highlightRow {
    background-color: rgb(170, 170, 170) !important;
}
.root {
    min-height: 100vh;
    width: 100%;
}
.footer {
    color: white;
}
.footer-container {
    padding-left: 15px;

    padding-right: 15px;
}
.twitter-container {
    position: absolute;
    display: none;
    top: 100%;
    right: 10%;
    min-width: 200px;
    max-width: 300px;
    width: 15%;
    height: 550px;
    overflow-y: scroll;
    z-index: 999;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
.twitter-container::-webkit-scrollbar {
    display: none;
}
.twitter-timeline {
    width:100%;
}
.open {
    display: flex;
    
}
.open:after {
    content: "";
    z-index: 999;
    position: absolute;
    top: 0;
    left: 80%;
    transform: translate(-50%);
    margin-left: -10px;
    border-width: 20px;
    border-style: solid;
    border-color: #6c757d transparent transparent transparent;
}
.div-content {
    width: 75%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    flex-basis: content;
    justify-content: center;
    align-items: center;
    color: white;
    pointer-events: "auto";
}
@media only screen and (max-width: 991px) {
    /* Design for mobile */
    [class*="hr"] {
        width: 85%;
    }
    [class*="hr"] {
        margin-top: 10%;
        margin-bottom: 10%;
    }
    [class*="cn"] {
        display: none;
    }
    [class*="card-menu"] {
        width: 75% !important;
    }
    
}
.iconbutton {
    border: transparent;
    background-color: transparent;
}
.icontext {
    font-size: 30px !important;
}
.table-responsive::-webkit-scrollbar {
    -webkit-appearance: none;
}
.table-responsive::-webkit-scrollbar:horizontal {
    height: 11px;
}

.table-responsive::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}
.flip {
    transform: rotateX(180deg);
}

.table-curved {
    border-collapse: collapse !important;
}
.table-curved th {
    padding: 3px 10px !important;
    border: none !important;
}
.table-curved td {
    position: relative !important;
    background-color: #fff !important;
    border-bottom: 2px solid #5b6165e0 !important;
    border-top: 2px solid #5b6165e0 !important;
}

.table-curved tr:last-child td {
    border-bottom: none !important;
}

.table-curved tr:hover td {
    background-color: #c5c5c5 !important;
}
table.table-curved thead th
{
    font-weight: bold;
    color: #000;
    background-color: rgb(240 242 244);
}

/* Round Corner for TOP LEFT COLUMN */

table thead tr:first-child  th:first-child
{
    border-top-left-radius: 0.75rem;
}

/* Round Corner for TOP RIGHT COLUMN */

table thead tr:first-child  th:last-child
{
    border-top-right-radius: 0.75rem;
}

/* Round Corner for BOTTOM LEFT COLUMN */

table tbody tr:last-child td:first-child
{
    border-bottom-left-radius: 0.75rem;
}

/* Round Corner for BOTTOM RIGHT COLUMN */

table tbody tr:last-child td:last-child
{
    border-bottom-right-radius: 0.75rem;
}

table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid red;
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid red;
}

table.dataTable.no-footer {
    border-bottom: 0px solid #111;
}

.bg-card {
    background-color: #fff;
}

.rounded-xl {
    border-radius: 0.75rem;
}

.card-menu {
    width: 10rem;
}

.text-nav {
    color: black !important;
}
.text-nav:hover {
    color: rgb(115, 115, 115) !important;
}

.text-card {
    color: rgb(177, 177, 177) !important;
}
a.text-card:hover, button.text-card:hover {
    color: #fff !important;
}

.bootstrap-switch-on {
    background-color: rgb(98, 78, 225) !important;
}

button.bg-card:hover {
    background-color: #c5c5c5 !important;
    color: black !important;
}

.selected {
    background-color: #c5c5c5 !important;
    color: black !important;
}

.input-group-text {
    border: none !important;
}

@media (min-width: 992px) {
    /*.collapse.collapse-reverse.show {display:none!important}*/
    .collapse.collapse-reverse:not(.show) {display:block!important}
}