﻿.displayLoader {
    background: currentcolor;
    position: relative;
    -webkit-animation: displayLoader 1s ease-in-out infinite;
    animation: displayLoader 1s ease-in-out infinite;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    width: 0.35em;
    height: 2.0em;
    margin: 0 auto;
    color: #3660aa;
}

    .displayLoader:after, .displayLoader:before {
        content: "";
        position: absolute;
        width: inherit;
        height: inherit;
        background: inherit;
        -webkit-animation: inherit;
        animation: inherit;
    }

    .displayLoader:before {
        right: 0.5em;
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .displayLoader:after {
        left: 0.5em;
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }

@-webkit-keyframes displayLoader {
    0%, 100% {
        box-shadow: 0 0 0 currentcolor, 0 0 0 currentcolor;
    }

    50% {
        box-shadow: 0 -0.25em 0 currentcolor, 0 0.25em 0 currentcolor;
    }
}

@keyframes displayLoader {
    0%, 100% {
        box-shadow: 0 0 0 currentcolor, 0 0 0 currentcolor;
    }

    50% {
        box-shadow: 0 -0.25em 0 currentcolor, 0 0.25em 0 currentcolor;
    }
}

/*Related to datatables*/
table.dataTable thead > tr > th {
    text-align: center;
}

table.dataTable tbody > tr {
    text-align: center;
}

table.dataTable tfoot > tr > th {
    text-align: center;
}

.select2-dropdown {
    z-index: 9999;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    text-align: left !important;
}


.bg-dark-blue {
    background: #216299;
}

div.dataTables_wrapper div.dataTables_filter {
    margin-bottom: 7px !important;
}

.mt-0 {
    margin-top: -3px !important;
}

ol.breadcrumb.breadcrumb2 li {
    border-right: 1px solid #fff;
    padding: 0 8px;
    font-size: 14px;
}

    ol.breadcrumb.breadcrumb2 li .fas {
        font-size: 13px;
        padding-right: 2px;
    }

    ol.breadcrumb.breadcrumb2 li:last-child {
        border-right: none;
    }


/*.form-control {
    margin-bottom: 15px;
}*/

.input-group .btn {
    height: 35px;
}

.input-group-append i {
    margin-right: 2px;
}

input.error, span.error, input.error:focus, span.error:focus {
    border-color: red;
}

.bg-dark-red {
    background-color: #e04141;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    margin: 5px;
    padding: 5px;
}

.bg-dark-green {
    background-color: #2e8965;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    margin: 5px;
    padding: 5px;
}

.bg-dark-green2 {
    background-color: #2e8965;
    border-radius: 5px;
    font-size: 11px;
    font-weight: bold;
    margin: 4px;
    padding: 4px;
}

.bg-dark-voilet {
    background-color: #0081a7;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    margin: 5px;
    padding: 5px;
}

.navtab-bg .nav-link {
    background-color: lab(53 1.78 -49.03);
    color: #fff;
    margin: 0 2px;
    padding: 5px 10px;
}

.clickableDiv {
    cursor: pointer;
}

a {
    cursor: pointer;
}

.swal-wide {
    width: 90% !important;
}

.sub-menu-left-space {
    margin-left: 15px;
}


/*File Uploader Multi*/
.dropzone {
    width: 300px;
    height: 200px;
    border: 2px dashed #007BFF;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-align: center;
    background-color: #ffffff;
    position: relative;
}

    .dropzone input {
        display: none;
    }

    .dropzone p {
        color: #007BFF;
    }

#preview {
    margin-top: 20px;
    width: 300px;
}

.preview-item {
    margin-top: 30px;
    margin-right: 30px;
    text-align: center;
    position: relative;
}

.preview-container {
    display: flex;
    flex-wrap: wrap;
}

.preview-item img {
    width: 300px;
    height: 300px;
    margin-right: 10px;
    object-fit: cover;
}

.preview-item span {
    flex-grow: 1;
}

.preview-item button {
    background: #FF0000;
    color: white;
    border: none;
    border-radius: 50px;
    padding: 0;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}

    .preview-item button:hover {
        background: #CC0000;
    }

.remove-btn {
    position: absolute;
    right: 0;
}

.loader-test-2 {
    display: block !important;
}

.remove-btn-pdf {
    position: absolute;
    right: 0;
    z-index: 999;
    background: #000;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}


.sub-question {
    padding-left: 30px;
}

.single-question ul li {
    font-size: 16px;
}

.sub-question ul li {
    font-size: 16px;
}

.question-absolute .fas {
    padding: 5px;
    font-size: 15px;
}

.productdDiscount {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}

    .productdDiscount span {
        margin-bottom: 3px !important;
        display: block;
        font-size: 12px;
    }

.pb {
    background: #2e8965;
    color: #fff;
    padding: 3px 10px;
}

.lto {
    background: #3f4f96;
    color: #fff;
    padding: 3px 10px;
}

.ts {
    background: #000;
    color: #fff;
    padding: 3px 10px;
}



/*Test Series Page*/

.purchase_test {
    border: solid 1px #fffbdb;
    background: #fff9f9;
    padding: 0 20px 20px;
    text-align: center;
    box-shadow: 0 0 10px rgb(0, 0, 0, 0.1);
}

    .purchase_test h1 {
        background: #0067a5;
        color: #ffffff;
        font-size: 22px;
        padding: 10px;
        position: relative;
        height: 72px;
    }

    .purchase_test img {
        border: solid 1px #cccccc;
        padding: 20px;
        margin: 40px 0 0;
        width: 170px;
    }

.series-link a {
    display: inline-block;
    background: #a7c60e;
    padding: 10px 30px;
    color: #ffffff;
    font-weight: bold;
    font-size: 13px;
}

.series-link {
    margin-top: 40px;
}

.select-series-type {
    width: 500px;
    margin: 0 auto;
    background: #fff8f8;
    padding: 10px 20px 40px;
    border: solid 1px #cccccc;
    box-shadow: 0 0 10px rgb(0, 0, 0, 0.2);
    max-width: 100%;
}

    .select-series-type label {
        font-size: 20px;
        font-weight: bold;
        padding-top: 35px;
        padding-bottom: 10px;
        text-transform: uppercase;
    }

    .select-series-type select.form-control {
        padding: 10px;
        height: auto;
        font-size: 13px;
        color: #000000;
        border: solid 1px #cccccc;
    }

.courses-next a {
    background: #214565;
    padding: 6px 40px;
    margin: 30px 0 10px;
    display: inline-block;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 13px;
}

.our-instrustion h1 {
    background: #a7c60e;
    padding: 10px;
    font-size: 13px;
    color: #ffffff;
    margin-bottom: 36px;
}

.test_series_link ul li {
    font-size: 13px;
    line-height: 50px;
    list-style: none;
    color: #464646;
    position: relative;
    padding-left: 40px;
    border-bottom: solid 1px #e6e6e6;
}

    .test_series_link ul li:before {
        content: "\f0a4";
        font-family: fontawesome;
        position: absolute;
        left: 0;
        color: #bb041d;
    }

.term_condition {
    padding-top: 44px;
}

.accept-term-condition input.termcheckbox {
    height: 30px;
    padding: 10px;
    width: 20px;
    border: solid 1px #000000;
    background: transparent !important;
    position: relative;
    margin-right: 10px;
    top: 10px;
}



.accept-term-condition {
    margin-top: 30px;
}

    .accept-term-condition label {
        font-size: 15px;
    }

a.ifaccept {
    background: #a7c60e;
    margin-top: 20px;
    display: inline-block;
    padding: 7px 30px;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
}

.ca_old_courses {
    text-align: center;
    margin: 50px 0 20px;
    box-shadow: 0 0 10px rgb(0, 0, 0, 0.2);
    background: #000000;
}

    .ca_old_courses h1 {
        background: #a7c60e;
        padding: 10px;
        font-size: 26px;
        color: #ffffff;
    }

    .ca_old_courses a {
        display: inline-block;
        margin: 30px;
    }

    .ca_old_courses p {
        font-weight: bold;
        padding-bottom: 20px;
        font-size: 22px;
        color: #ffffff !important;
    }

.cus_checkbox {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

.label_btn {
    display: inline-block;
    float: right;
    font-size: 15px;
    color: #000;
    background: #eee;
    margin: 2px 0;
    padding: 3px 15px;
    font-weight: bold;
}

.plan_group_payment .cus_checkbox {
    padding: 10px 0;
    font-size: 13px;
    margin-top: 20px;
}

.plan_group_payment {
    box-shadow: 0 0 10px rgb(0, 0, 0, 0.2);
    padding: 20px;
    background: #f7ffee;
}

    .plan_group_payment .label_group {
        display: contents;
    }

    .plan_group_payment label {
        font-size: 13px;
    }

    .plan_group_payment input.test_series_subject {
        margin-right: 10px;
        height: 20px;
        width: 20px;
        position: relative;
        top: 6px;
    }

.group-series-test {
    margin-bottom: 30px;
}

h1.group-series-heading {
    text-align: center;
    font-size: 24px;
}

/*   h1.group-series-heading.group-series-heading1 {
        margin-bottom: 60px;
    }*/

.label_group label {
    font-size: 20px;
    font-weight: bold;
}

.group_heading h2 {
    background: #a7c60e;
    padding: 10px;
    color: #ffffff;
    margin-bottom: 20px;
    position: relative;
    top: -20px;
    left: -37px;
    font-size: 20px;
}

.inner_order_summary table thead tr th, .inner_order_summary table tbody tr.total_row td {
    font-size: 13px;
    line-height: 16px;
    color: #fff;
    padding: 10px 15px;
}

.inner_order_summary table tbody tr td {
    padding: 6px 15px;
    font-size: 13px;
    line-height: 21px;
    color: #000;
}

.summary_inner_order table {
    width: 100%;
}

.summary_inner_order {
    box-shadow: 0 0 10px rgb(0, 0, 0, 0.2);
    padding: 20px;
    margin-top: 30px;
}

    .summary_inner_order td {
        font-size: 13px;
        line-height: 37px;
        border-bottom: solid 1px #cccccc;
        padding: 10px 0;
    }

    .summary_inner_order tr th {
        font-size: 20px;
        padding-bottom: 20px;
        background: #0067a5;
        color: #ffffff;
        padding: 10px;
    }

.order_btn a {
    background: #0067a5;
    color: #ffffff;
    padding: 10px 20px;
    font-size: 13px;
    margin: 20px 0;
    display: inline-block;
}

.order_btn {
    text-align: right;
}

h1.all-added {
    font-size: 25px;
    padding-bottom: 20px;
}

.products-content-starts table#cart th.cart_th {
    background: #a7c60e;
    color: #ffffff;
    padding: 10px;
}

tbody.tdata tr td {
    font-size: 13px;
    background: #f3f1f1;
    padding: 10px;
}

.sub_product_summary h3 {
    background: #a7c60e;
    padding: 10px;
    font-size: 13px;
    color: #ffffff;
}

.sub_product_summary {
    border: solid 1px #cccccc;
}

    .sub_product_summary table.summary_table {
        width: 100%;
        padding: 1;
    }

.sub_product_summary {
    border: solid 1px #cccccc;
    padding: 10px;
    /*background: #f5ffea;*/
}

    .sub_product_summary table.summary_table td {
        font-size: 13px;
        line-height: 30px;
        font-weight: bold;
    }

.payment_mode img {
    margin-right: 20px;
}

.payment_mode {
    margin: 20px 0;
}

    .payment_mode img {
        width: 100px;
        float: left;
    }



.discover-note {
    box-shadow: 0 0 10px rgb(0, 0, 0, 0.3);
    background: #fff;
    text-align: center;
    /*margin-top: 30px;*/
    min-height: 100%;
}

    .discover-note ul {
        padding: 20px;
        text-align: center;
        /*height: 340px;*/
    }

    .discover-note li {
        list-style: none;
        display: inline-block;
        width: 49%;
    }

    .discover-note h2 {
        background: #3f4f96;
        padding: 10px;
        color: #ffffff;
        font-size: 20px;
    }

    .discover-note p {
        text-transform: uppercase;
        color: #000000;
        padding-top: 10px;
        font-size: 13px;
        font-weight: bold;
        padding-bottom: 20px;
        height: 74px;
        text-align: center;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 56px;
    }

.sampleDiv {
    margin: 5px;
}

.product-grid .docDiv {
    margin: 15px;
}

.image-preview {
    margin: 5px;
}

.section-title h2 {
    font-size: 30px;
    font-weight: bolder;
    color: #3f4f96;
    margin: 0 0 25px;
    border-left: 5px solid #feb801;
    padding-left: 15px;
}


/*.contact-tst {
    margin: 0;
    padding: 30px 15px;
    box-shadow: 0px 0px 10px -5px rgb(0 0 0 / 50%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    text-align: left;
    border-radius: 5px;
    background: #fff;
}*/

    /*.contact-tst img {
        width: 30px;
    }

    .contact-tst a {
        color: #000;
    }

        .contact-tst a:hover {
            color: #3f4f96;
            transition: 0.1s;
        }

    .contact-tst:hover {
        border-style: solid;
        border-width: 0px 0px 4px 0px;
        border-color: #3f4f96;
        border-radius: 6px 6px 6px 6px;
    }

    .contact-tst h3 {
        margin: 0;
        padding: 0;
        font-size: 22px;
        color: #000;
        font-weight: bold;
    }

    .contact-tst h6 {
        margin: 0;
        padding: 0;
        font-size: 20px;
        color: #000;
        font-weight: bold;
    }

    .contact-tst p {
        margin: 0;
        padding: 0;
        font-size: 18px;
        color: #000;
        text-align: left;
    }*/

iframe {
    width: 100%;
}

.list-type5 {
    width: 100%;
    margin: 0 auto;
}

    .list-type5 ol {
        list-style-type: none;
        list-style-type: decimal !ie; /*IE 7- hack*/
        margin: 0;
        margin-left: 1em;
        padding: 0;
        counter-reset: item;
    }

        .list-type5 ol li {
            position: relative;
            margin-bottom: 1.5em;
            padding: 0.5em;
            background-color: #3f4f96;
            color: white !important;
            padding-left: 58px;
            counter-increment: item;
        }

    .list-type5 a {
        text-decoration: none;
        font-size: 15px;
        text-transform: uppercase;
        font-weight: bold;
    }

    .list-type5 li:hover {
        box-shadow: inset -1em 0 #feb801;
        -webkit-transition: box-shadow 0.5s; /* For Safari 3.1 to 6.0 */
        transition: box-shadow 0.5s;
    }

    .list-type5 ol li:before {
        position: absolute;
        top: -0.3em;
        left: -0.5em;
        width: 1.8em;
        height: 1.2em;
        font-size: 2em;
        line-height: 1.2;
        font-weight: bold;
        text-align: center;
        color: white;
        background-color: #feb801;
        transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        -webkit-transform: rotate(-20deg);
        z-index: 99;
        overflow: hidden;
        content: counter(li-counter);
    }

    .list-type5 ol > li::before {
        content: counters(item, ".") ". ";
    }

    .list-type5 ol > li.ignore {
        counter-increment: none;
    }

    .list-type5 ol li.ignore:before {
        display: none;
    }

    .list-type5 ol > li.ignore::before {
        content: "";
    }

.sampleDiv img {
    height: 165px;
}

.sampleDiv a {
    color: #000;
    font-size: 12px;
}

.image-preview video {
    height: 155px;
    object-fit: cover;
    width: 100%;
}


/* Slide checkbox */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 0px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #216299;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }


input.pricebox {
    width: 85px;
}

.bg-DarkBlue {
    background: #3F4F96;
    padding: 70px 0px;
}



a.BrandTxt {
    font-size: 15px;
    color: #000;
    font-weight: bold;
}

a.FacultyTxt {
    font-size: 15px;
    font-weight: bold;
}

.ViewAll {
    background: transparent;
    color: #000;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 10px;
    border: 1px solid #000;
    border-radius: 20px;
}

    .ViewAll.Clear {
        position: absolute;
        right: 0;
        top: 38px;
        z-index: 999;
    }

.AllProTxt {
    color: #3f4f96;
    font-size: 25px;
}

.hidden {
    display: none;
}

thead.table-blue {
    background: #3f4f96;
    color: #fff;
}

    thead.table-blue th {
        padding: 5px 15px;
    }

.brandTable td {
    padding: 5px 15px;
}

.ol-cards,
.ol-cards * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.ol-cards {
    --flapWidth: 1rem;
    --flapHeigth: 1rem;
    --iconSize: 1rem;
    --numberSize: 3rem;
    --colGapSize: 0px;
    width: min(100%, 20rem);
    margin-inline: auto;
    display: grid;
    gap: 2rem;
    padding-inline-start: var(--flapWidth);
    color: #222;
    counter-reset: ol-cards-count;
    list-style: none;
    margin-bottom: 15px;
}

    .ol-cards > li {
        display: grid;
        grid-template-areas:
            "icon title nr"
            "icon descr nr";
        gap: 0 var(--colGapSize);
        align-items: center;
        padding: var(--colGapSize) var(--flapWidth) var(--colGapSize) 0;
        border-radius: 1rem 5rem 5rem 1rem;
        background-image: linear-gradient(to bottom right, #e9eaec, #ffffff);
        counter-increment: ol-cards-count;
        filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.25));
        box-shadow: inset 2px 2px 2px white, inset -1px -1px 1px rgba(0, 0, 0, 0.25);
    }

        .ol-cards > li > .icon {
            /*grid-area: icon;*/
            background: var(--accent-color);
            color: white;
            font-size: var(--iconSize);
            width: calc(2 * var(--flapWidth) + var(--iconSize));
            padding-block: 1rem;
            border-radius: 0 5rem 5rem 0;
            margin-inline-start: calc(-1 * var(--flapWidth));
            box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
            position: relative;
            display: grid;
            place-items: center;
        }

            .ol-cards > li > .icon::before {
                content: "";
                position: absolute;
                width: var(--flapWidth);
                height: calc(100% + calc(var(--flapHeigth) * 2));
                left: 0;
                top: calc(var(--flapHeigth) * -1);
                clip-path: polygon( 0 var(--flapHeigth), 100% 0, 100% 100%, 0 calc(100% - var(--flapHeigth)) );
                background-color: var(--accent-color);
                background-image: linear-gradient( 90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2) );
                z-index: -1;
            }

        .ol-cards > li > .title {
            grid-area: title;
            font-weight: bold;
            font-size: 25px;
            color: #000;
        }

/*.ol-cards > li > .descr {
            grid-area: descr;
        }*/

/*.ol-cards > li::after {
            grid-area: nr;
            content: counter(ol-cards-count, decimal-leading-zero);
            color: var(--accent-color);
            font-size: var(--numberSize);
            font-weight: 700;
        }*/

@media (max-width: 40rem) {
    .ol-cards {
        --flapWidth: 1rem;
        --flapHeigth: 0.5rem;
        --iconSize: 1rem;
        --numberSize: 1rem;
        --colGapSize: 0rem;
        margin-top: 30px;
    }

        .ol-cards > li > .title {
            font-size: 25px;
        }
}



.UserRating .heading {
    font-size: 25px;
    margin-right: 15px;
    font-weight: bold;
    color: #000;
}

.UserRating .fa {
    font-size: 20px;
}

.UserRating .checked {
    color: orange;
}

/* Three column layout */
.side {
    float: left;
    width: 15%;
    margin-top: 10px;
}

/*.middle {
    margin-top: 10px;
    float: left;
    width: 55%;
}*/

/* Place text to the right */
.right {
    text-align: right;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* The bar container */
.bar-container {
    width: 100%;
    background-color: #f1f1f1;
    text-align: center;
    color: white;
}

/* Individual bars */
.bar-5 {
    width: 60%;
    height: 18px;
    background-color: #04AA6D;
}

.bar-4 {
    width: 30%;
    height: 18px;
    background-color: #2196F3;
}

.bar-3 {
    width: 10%;
    height: 18px;
    background-color: #00bcd4;
}

.bar-2 {
    width: 4%;
    height: 18px;
    background-color: #ff9800;
}

.bar-1 {
    width: 15%;
    height: 18px;
    background-color: #f44336;
}

.UserProDec {
    padding-left: 15px;
}

    .UserProDec h3 {
        margin: 0;
        padding: 0;
        font-size: 18px;
        color: #000;
        font-weight: bold;
    }

    .UserProDec .fa {
        color: orange;
    }

.UserPro {
    background: #eee;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    border-radius: 50px;
    color: #000;
}

.receivedTxt {
    margin: 0;
    padding: 15px 0;
}

    .receivedTxt p {
        margin: 0;
        padding: 0;
        font-size: 15px;
        color: #000;
    }

.btn-disabled {
    background-color: #ccc; /* Change the background color */
    cursor: not-allowed; /* Change the cursor to indicate the link is disabled */
    opacity: 0.65; /* Change the opacity to give a visual indication */
    pointer-events: none; /* Disable all click events */
    color: #6c757d; /* Adjust text color if needed */
    text-decoration: none; /* Remove underline */
}

.icon-black {
    color: black !important; /* Set color to black */
}

.offcanvas-backdrop.show {
    opacity: 0; /* Ensure no residual backdrop shadow */
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.blink {
    animation: blink 1s infinite;
}



.QuestionsFill {
    padding: 70px 0;
}

.answer-text {
    padding: 5px;
}

.card {
    -webkit-box-shadow: var(--ct-box-shadow-sm);
    box-shadow: var(--ct-box-shadow-sm);
    margin-bottom: 24px;
    border: 1px solid #dee2e6;
    /* padding: 1.5rem !important;*/
}

/*Vendor Dashboard*/
.total-container {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 5px;
    background-color: #216299;
    margin: 20px 0;
    height: 70%;
}

.total-label {
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
}

.total-count {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.TestSeriesimg {
    width: 64px;
}

.borderPri {
    border: 1px solid #3f4f96;
    padding: 15px;
    margin: 5px 0;
}

.share-wrapper {
    bottom: 80px;
    right: 15px;
    position: fixed;
    width: 40px;
    height: 40px;
    display: none;
    z-index: 9999;
}

    .share-wrapper .share {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        color: #fff;
        background-color: #3f4f95;
        text-align: center;
        line-height: 40px;
        font-size: 18px;
        cursor: pointer;
        margin-bottom: 10px;
        transition: background-color 0.4s;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.28);
    }

        .share-wrapper .share.active {
            background-color: #000;
        }

            .share-wrapper .share.active:before {
                content: "";
            }

            .share-wrapper .share.active + .social li {
                transform: scale(1);
            }

                .share-wrapper .share.active + .social li:hover {
                    transform: scale(1.1);
                }

    .share-wrapper ul.social {
        opacity: 0;
        visibility: hidden;
        list-style-type: none;
        padding: 0;
        margin: 0;
        transform: translate(-3rem, 3rem);
        transition: visibility 0.4s, opacity 0.4s, -webkit-transform 0.4s;
        display: inline-flex;
    }

        .share-wrapper ul.social.active {
            opacity: 1;
            visibility: visible;
            transform: translate(-120px);
        }

        .share-wrapper ul.social li {
            width: 35px;
            height: 35px;
            border-radius: 50%;
            color: #fff;
            background-color: #fff;
            text-align: center;
            line-height: 35px;
            font-size: 16px;
            cursor: pointer;
            margin-bottom: 5px;
            box-shadow: 0.5px 0.87px 4px 0 rgba(0, 0, 0, 0.3);
            transition: all 0.4s;
            transform: scale(0.4);
            margin: 0 2px;
        }

            .share-wrapper ul.social li .phone {
                color: #1a73e8;
            }

            .share-wrapper ul.social li .envelope {
                color: #000;
            }

            .share-wrapper ul.social li .whatsapp {
                color: #25d366;
            }

            .share-wrapper ul.social li .telegram {
                color: #179cde;
            }

#Highlights th {
    color: #000;
}

.cus_checkbox label {
    font-size: 15px;
}

.cus_checkbox input {
    margin-right: 10px;
}

.ignore span {
    font-size: 16px !important;
}

.blog-content h1 {
    font-size: 40px;
    font-weight: 600;
    color: #000;
    margin: 0;
    padding-bottom: 15px;
}

.blog-image img {
    width: 100%;
}


.bell-container {
    position: relative;
    display: inline-block;
    font-size: 35px;
    cursor: pointer;
    float: right;
}

/* Bell shake animation */
.bell-icon {
    animation: shake 1s infinite;
    transform-origin: 50% 10%;
    color: #3f4f96;
}

/* Animation keyframes */
@keyframes shake {
    0%, 100% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(10deg);
    }

    50% {
        transform: rotate(-10deg);
    }

    75% {
        transform: rotate(10deg);
    }
}

/* Notification badge */
.notification-count {
    position: absolute;
    top: 0;
    right: 0;
    background-color: red;
    color: white;
    font-size: 12px;
    padding: 1px 7px;
    border-radius: 50%;
}

#notifications p {
    font-size: 16px;
    color: #000;
    margin: 0;
    padding: 10px 0;
    text-align: left;
    position: relative;
    top: 0;
    padding-left: 30px;
    border-bottom:1px solid #eee;
   
}
    #notifications p::before {
        content: "\f0a4";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        left: 0;
        color: #3f4f96;
    }

#modalNotification .modal-title{
    animation: blink 1s infinite;
}
@keyframes blink {
    0%, 100% {
        color: red;
    }

    50% {
        color: #3f4f96;
    }
}

