html, body {
    margin: 0;
    padding: 0;
    border: 0;
}

.election-data-wrap h2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

table.rTable {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    color: #0A3F65;
    background-color: #FFFFFF;
    border: 2px solid #03588D;
}

table.rTable thead th {
    background: #03588D;
    color: #FFFFFF;
    /*font-size: 12px;*/
    text-transform: uppercase;
}

/*table tbody th {
    display: table;
    margin: 0 auto;
}*/


table tr:nth-of-type(even) {
    background: #ededed;
}

table.rTable tr {
    border-bottom: 1px solid #97D6D9;
}

table.rTable thead th {
    padding: 10px;
    text-align: center;
    line-height: 1;
}

table.rTable thead th span {
    font-size: 14px;
    font-weight: 400;
}

table.rTable td {
    /*font-size: 12px;*/
    color: #000;
    text-align: center;
}

table.rTable td a {
    display: block;
    text-decoration: underline;
    color: #059AB0 !important;
}

.party-logo {
    max-width: 50px;
}

tbody th {
    display: flex;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    flex-direction: column;
}

span.title {
    padding: 10px;
    font-size: 14px;
}

span.party-title {
    padding: 0 0 10px 0;
}

.table-footer {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
}

.etable-copy-button, .etable-copy-button:focus, .etable-copy-button:active {
    padding: 0 10px;
    border: 1px solid #03588D;
    text-transform: uppercase;
    border-radius: 5px;
    color: #03588D;
}

.etable-copy-button:hover {
    background-color: #03588D;
    color: #fff;
}

.coppied-from {
    display: flex;
    align-items: center;
    justify-content: end;
}

.ht-row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.ht-row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.ht-pl-0 {
    padding-left: 0;
}

.bg-l-blue {
    background-color: #d4dcfc;
}

.status-post-wrap {
    height: 100%;
    padding-top: 15px;
    border-radius: 5px;
}

.status-post-wrap h3 {
    margin-top: -33px;
    margin-left: 15px;
}

.status-post-wrap a {
    font-size: 18px;
    line-height: 1.2;
}

.status-post-wrap .arrow-decor {
    padding: 6px 12px;
}

.status-post-wrap .arrow-decor,
.status-post-wrap .arrow-decor:before,
.status-post-wrap .arrow-decor:after {
    background-color: #c90202;

}

.status-post-wrap .sidebar-info-list {
    height: 700px;
    overflow-y: scroll;
}

.status-post-wrap .sidebar-info-list::-webkit-scrollbar {
    width: 3px;
}

.status-post-wrap .sidebar-info-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.status-post-wrap .sidebar-info-list::-webkit-scrollbar-thumb {
    background-color: #03588D;
    outline: 1px solid slategrey;
}

.Blink {
    font-size: 18px;
    animation: blinker 0.7s cubic-bezier(.5, 0, 1, 1) infinite alternate;
    margin-left: 10px;
    color: #c90202;
}

.Blink + span {
    font-size: 20px;
    font-weight: 400;
    margin-left: 5px;
}

@keyframes blinker {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@media screen and (max-width: 1024px) {
    .status-post-wrap .sidebar-info-list {
        height: 480px;
    }
}

@media screen and (max-width: 500px) {

    table.rTable thead {
        display: none;
    }

    .election-data-wrap h2 {
        font-size: 22px;
    }

    .Blink {
        font-size: 8px;
    }

    .Blink + span {
        font-size: 12px;
    }

    table.rTable td:nth-child(2),
    table.rTable td:nth-child(3),
    table.rTable td:nth-child(4),
    table.rTable td:nth-child(5),
    table.rTable td:nth-child(6) {
        display: none;
    }

    table.rTable td,
    table.rTable thead th {
        padding-top: 10px;
        padding-left: 15px;
        text-align: left;
    }

    table.rTable td:last-child {
        padding-bottom: 10px;
    }

    td.showMe {
        display: block !important;
        font-weight: 700;
        /*font-size: 15px !important;*/
    }

    table.rTable tbody th {
        background: #03588D;
        display: flex;
        color: #FFFFFF;
        /*font-size: 12px;*/
        text-transform: uppercase;
        cursor: pointer;
        width: 100%;
        height: 30px;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    table.rTable tbody th:hover {
        background: #000;
    }

    table.rTable td:before {
        font-weight: 500;
        font-size: 14px !important;
    }

    table.rTable td:nth-child(2):before {
        content: 'जित संख्या (प्रतिनिधि सभा): ';
        font-weight: bold;
    }

    table.rTable td:nth-child(3):before {
        content: 'अग्रता स्थान: ';
        font-weight: bold;
    }

    table.rTable td:nth-child(4):before {
        content: '२०७४ जित संख्या (प्रतिनिधि सभा): ';
        font-weight: bold;
    }

    table.rTable td:nth-child(5):before {
        content: 'जित संख्या (प्रदेश सभा): ';
        font-weight: bold;
    }

    td.selected {
        background: #000 !important;
    }

    table.rTable th.selected:nth-child(1):before {
        content: ' - '
    }

    table.rTable tbody th:before {
        content: ' + ';
        position: absolute;
        left: 10px;
        top: 2px;
    }

    span.title {
        padding: 0;
    }

    .etable-copy-button {
        display: inline-block;
        margin-top: 3px;
        padding: 3px 10px;
    }

    .table-footer {
        padding-bottom: 18px;
    }

    .status-post-wrap .sidebar-info-list {
        height: 350px;
    }
}

@media screen and (min-width: 1024px) {
    .ht-col-md-9, .table-head {
        flex: 0 0 auto;
        width: 75%;
    }

    .ht-col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}
