﻿@media (min-width: 1500px) {
    .container {
        max-width: 1450px;
    }
}


.hidden {
    display: none;
}

a {
    color: blue;
    text-decoration: none;
}

.text-red {
    color: red;
}

.text-white {
    color: white;
}

.text-blue {
    color: blue;
}

    .text-blue:hover {
        background-color: hsla(143, 41%, 85%, 1);
    }

.basecolor {
    background: #1E3A8A;
    color: white;
}
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

.basecolor1 {
    background: linear-gradient(45deg, #1E3A8A 60%, #06B6D4 100%);
    color: white;
}

.bg-login {
    position: relative; /* Ensure the position is set for proper layering */
    background: url('../images/bg-login.jpg');
    background-size: cover;
    background-position: center;
    width: 100%; /* Adjust width and height as needed */
    height: 100%; /* Adjust width and height as needed */
}

    .bg-login::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: inherit;
        filter: blur(5px);
        z-index: -1; /* Ensure the pseudo-element is behind the content */
    }




/*.body_Login {
    background-color: #f3f3f3;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg fill='%23ffffff' fill-opacity='0.57'%3E%3Cpolygon fill-rule='evenodd' points='8 4 12 6 8 8 6 12 4 8 0 6 4 4 6 0 8 4'/%3E%3C/g%3E%3C/svg%3E");
    margin: 0;
    padding: 0;
}*/

/*.body_Header {
    background: #fff url(../Images/topbg.png) repeat;
    margin: 0;
    padding: 0;
}*/

.bg-lad {
    background: #fc7100;
    color: black;
}

.red {
    border-left: 10px solid #fc7100;
}

.blue {
    border-left: 7px solid #52AB98;
}



.ui-datepicker {
    font-size: 12px;
}



.pagination-hpsad {
    padding-left: 0;
    margin: 2px 0;
    border-radius: 4px;
}

    .pagination-hpsad table > tbody > tr > td {
        /* Use inline-block for better control over spacing and layout */
        display: inline-block;
        /* Remove default table spacing and ensure padding is applied correctly */
        padding: 0;
    }

        .pagination-hpsad table > tbody > tr > td > a,
        .pagination-hpsad table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #dd4814;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination-hpsad table > tbody > tr > td > span {
            z-index: 2;
            color: #aea79f;
            background-color: #f5f5f5;
            border-color: #dddddd;
            cursor: default;
        }

        .pagination-hpsad table > tbody > tr > td:first-child > a,
        .pagination-hpsad table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-hpsad table > tbody > tr > td:last-child > a,
        .pagination-hpsad table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-hpsad table > tbody > tr > td > a:hover,
        .pagination-hpsad table > tbody > tr > td > span:hover,
        .pagination-hpsad table > tbody > tr > td > a:focus,
        .pagination-hpsad table > tbody > tr > td > span:focus {
            color: #97310e;
            background-color: #eeeeee;
            border-color: #dddddd;
        }



.dropdown-hover-all .dropdown-menu, .dropdown-hover > .dropdown-menu.dropend {
    margin-left: -1px !important
}

.nav-link:focus, .nav-link:hover {
    color: #f5f5f5;
}

/*.carousel-container {
    max-height: 400px;*/ /* Set your desired carousel height here */
    /*overflow: hidden;
    background: white;
}

.carousel-image-wrapper {
    max-width: 100%;*/ /* Ensure images fit within the container */
    /*max-height: 100%;*/ /* Ensure images fit within the container */
    /*display: flex;
    align-items: center;
    justify-content: center;
}

    .carousel-image-wrapper img {
        width: auto;*/ /* Maintain aspect ratio */
        /*max-height: 100%;*/ /* Ensure images fit within the container */
        /*height: auto;*/ /* Ensure images fit within the container */
    /*}

.carousel-caption {
    background-color: rgba(0, 0, 0, 0.6);*/ /* Transparent black background */
    /*color: #ffffff;*/ /* White text color */
    /*position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 1px;
}*/

.carousel-container {
    max-height: 400px; /* Default height for large screens */
    overflow: hidden;
    background: white;
}

.carousel-image-wrapper {
    max-width: 100%; /* Ensure images fit within the container */
    max-height: 100%; /* Ensure images fit within the container */
    display: flex;
    align-items: center;
    justify-content: center;
}

    .carousel-image-wrapper img {
        width: auto; /* Maintain aspect ratio */
        max-height: 100%; /* Ensure images fit within the container */
        height: auto; /* Ensure images fit within the container */
    }

.carousel-caption {
    background-color: rgba(0, 0, 0, 0.6); /* Transparent black background */
    color: #ffffff; /* White text color */
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 1px;
}

/* Media query for small screens */
@media (max-width: 768px) {
    .carousel-container {
        max-height: 150px; /* Height for small screens */
    }

    .carousel-image-wrapper img {
        max-height: 150px; /* Adjust image height to match container */
    }
}


/* Define a custom CSS class for rotating on hover */
.rotate-on-hover {
    transition: transform 0.3s ease-in-out; /* Smooth transition for rotation */
    display: inline-block;
}

/* Apply rotation on hover */
.list-group-item-action:hover .rotate-on-hover {
    transform: rotate(180deg);
}


.alert-info-red {
    background-color: #ff0000; /* Red background */
}

.marquee-container {
    /*position: relative;*/ /* Add position: relative */
    /*background-color: #0000ff;*/ /* Dark blue background */
    /*color: #ffffff;*/ /* White text color */
    /*padding: 10px;*/ /* Add padding to give some space */

    overflow: hidden;
}

.marquee-container1 {
    position: relative;
   
}

.marquee-content {
    display: inline-block;
    white-space: nowrap;
    animation: marquee 30s linear infinite; /* Adjust duration and timing function as needed */
}

@keyframes marquee {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}


.some {
    z-index: 100;
    display: block;
    background-color: #1E3A8A;
    box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.04);
    overflow: hidden;
}

    .some .the-title {
        z-index: 100;
        display: block;
        position: relative;
        float: left;
        background: #c0392b;
        color: #fff;
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        font-family: 'Source Sans Pro', sans-serif;
        padding: 7px 13px;
    }


.container-fluid.basecolor-footer {
    position: relative;
    width: 100%;
    background-color: #F3F4F6; /* Example background color */
}

#background-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px; /* Match the container height */
    z-index: 1; /* Ensure this is behind the content */

}

.Container1 {
    position: relative;
    z-index: 100; /* Ensure this is on top */
}


.Container2 {
    position: relative;
    z-index: 200;
}


.footer {
    background-color: #1E3A8A;
    color: white;
    padding: 20px 0;
    width: 100%;
    position: absolute;
}

.text-container {
    color: #000099;
    font-weight: bold;
}

.subtext-container {
    color: #cc0000;
    font-weight: bold;
}

.vertical-line {
    position: relative;
    display: flex;
    align-items: center;
}

    .vertical-line::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 1px;
        background-color: white; /* Adjust color as needed */
        border-left: 1px dotted #000; /* To create dotted line effect */
        content: '\00a0';
    }

.tooltip > .tooltip-inner {
    background-color: #1E3A8A;
}

/*.basecolor-footer {
    background: #c8d8e4;
 
}*/


.ic_11 {
    margin-bottom: 10px;
    height: 100px;
    width: 100%;
    color: #FFF;
    padding: 10px;
    background: #62bf2e url('../Images/BtmPng/Trea.png') no-repeat right bottom;
    background-size: auto;
    font-size: 14px !important;
    text-align: left;
    background-size: 60px auto;
    line-height: normal;
    cursor: pointer;
    z-index: 150;
    position: relative;
}



.ic_12 {
    margin-bottom: 10px;
    height: 100px;
    width: 100%;
    color: #FFF;
    padding: 10px;
    background: #009a7a url('../Images/BtmPng/Empl.png') no-repeat right bottom;
    background-size: auto;
    font-size: 14px !important;
    text-align: left;
    background-size: 60px auto;
    line-height: normal;
    cursor: pointer;
    z-index: 150;
    position: relative;
}

.ic_13 {
    margin-bottom: 10px;
    height: 100px;
    width: 100%;
    color: #FFF;
    padding: 10px;
    background: #fa8313 url('../Images/BtmPng/App.png') no-repeat right bottom;
    background-size: auto;
    font-size: 14px !important;
    text-align: left;
    background-size: 60px auto;
    line-height: normal;
    cursor: pointer;
    z-index: 150;
    position: relative;
}

.ic_14 {
    margin-bottom: 10px;
    height: 100px;
    width: 100%;
    color: #FFF;
    padding: 10px;
    background: #a02541 url('../Images/BtmPng/Que.png') no-repeat right bottom;
    background-size: auto;
    font-size: 14px !important;
    text-align: left;
    background-size: 60px auto;
    line-height: normal;
    cursor: pointer;
    z-index: 150;
    position: relative;
}

.ic_15 {
    margin-bottom: 10px;
    height: 100px;
    width: 100%;
    color: #FFF;
    padding: 10px;
    background: #ea0a8e url('../Images/BtmPng/disp.png') no-repeat right bottom;
    background-size: auto;
    font-size: 14px !important;
    text-align: left;
    background-size: 60px auto;
    line-height: normal;
    cursor: pointer;
    z-index: 150;
    position: relative;
}

.col-md a .ic_11 h3, .col-md a .ic_12 h3, .col-md a .ic_13 h3, .col-md a .ic_14 h3, .col-md a .ic_15 h3 {
    transform: translateX(0);
    transition: transform 0.3s; /* Add a smooth transition for the movement effect */
}

/* On hover, move the text to the right */
.col-md a:hover .ic_11 h3, .col-md a:hover .ic_12 h3, .col-md a:hover .ic_13 h3, .col-md a:hover .ic_14 h3, .col-md a:hover .ic_15 h3 {
    transform: translateX(60px) scale(1.5); /* Adjust the value to control the amount of rightward movement */
}

.ic_11:hover, .ic_12:hover, .ic_13:hover, .ic_14:hover, .ic_15:hover {
    transform: scale(1.1); /* Adjust values to control rightward movement and zoom level */
    transition: transform 0.5s ease-in-out;
}

/* Add responsive adjustments */
@media (max-width: 768px) {
    .col-md a:hover .ic_11 h3,
    .col-md a:hover .ic_12 h3,
    .col-md a:hover .ic_13 h3,
    .col-md a:hover .ic_14 h3,
    .col-md a:hover .ic_15 h3 {
        transform: translateX(10px) scale(1.1); /* Adjust values for smaller screens */
    }
}
/*.p-0 {
    padding: 0 !important;*/
/* height: 280px; */
/*}*/

/*.p-0 {
    height: auto !important;
}*/

/*Added on 22-01-2024*/
body {
    color: #000000;
    font-family: 'Source Sans Pro', 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
}

.logo {
    font-size: 1.5rem;
    line-height: 1.4;
    min-height: 91px;
    padding: 0;
    text-transform: uppercase;
    overflow: hidden;
}

    .logo a {
        display: block;
        color: #000000;
        text-decoration: none;
    }

    .logo img {
        max-width: 100%;
        height: auto;
        vertical-align: middle;
        border: 0;
        -ms-interpolation-mode: bicubic;
        float: left;
        padding: 0 10px 0 0;
    }

    .logo a strong {
        font-weight: 600;
        display: block;
        font-size: 0.9rem;
        padding-top: 5px;
    }

    .logo a .small-text {
        display: block;
        font-weight: 800;
        font-size: 65%;
    }

    .logo a span {
        display: block;
        font-weight: 800;
        font-size: 105%;
    }

@media screen and (max-width: 1000px) {
    .logo {
        line-height: 1.5;
        font-size: 1.7rem;
    }

        .logo a strong {
            font-size: 0.7rem;
            padding-top: 17px;
        }

        .logo a .small-text {
            font-size: 0.7rem;
        }

        .logo a span {
            font-size: 0.7rem;
        }
}

/* Top Bar CSS */

@media (max-width: 1000px) {
    .four_content .common-right {
        float: inline-start;
        position: relative;
        width: 100%;
        clear: both;
        text-align: center;
        border-top: 1px solid #eeeeee;
        display: inherit;
    }

    .common-wrapper .common-right {
        border-top: 1px solid #eee;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #eeeeee;
        padding-left: 10px;
    }

    .common-right {
        margin-right: 1px;
    }
}

@media only screen and (max-width: 1000px) {
    .common-right {
        margin-right: 1px;
    }
}

.common-right {
    margin-right: 1px;
}

@media (max-width: 1000px) {
    .common-right {
        display: block;
        text-align: left;
        position: inherit;
    }
}

@media screen and (min-width: 1000px) {

    .common-wrapper,
    .common-right {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
}


@media (min-width: 1000px) and (max-width: 1200px) {
    .four_content .common-left {
        width: 100%;
    }
}

@media (min-width: 1000px) and (max-width: 1200px) {
    .four_content .common-right {
        width: 100%;
        border-bottom: 1px solid #eeeeee;
    }
}

@media (max-width: 1200px) {
    .common-left {
        margin-left: 0px;
    }
}


.common-wrapper {
    border-bottom: 1px solid #eeeeee;
    background: #fbfbfb;
    z-index: 10;
}

.wrapper {
    position: relative;
}




.common-container {
    height: 36px;
}



.common-left {
    margin-left: 1px;
    float: left;
    position: relative;
}

.common-right {
    margin-right: 10px;
    float: right;
    position: relative;
}

ul {
    list-style: none;
}

.common-right,
.common-wrapper {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.common-left ul li {
    float: left;
    line-height: 132%;
    font-size: 55%;
    font-weight: 600;
    text-transform: uppercase;
    height: 36px;
    padding-top: 6px;
    padding-right: 8px;
}

.common-left ul .gov-hp {
    text-align: right;
}

.common-left ul li.depttfd {
    padding-left: 8px;
    border-left: 1px solid #eeeeee;
}

.common-left ul li span {
    display: block;
    font-size: 120%;
}

.common-left a {
    display: block;
}

a {
    color: #000000;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    text-decoration: none;
    outline: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.common-left ul li .li_eng {
    font-size: 106%;
}

.common-right ul li {
    float: left;
    position: relative;
    height: 36px;
    font-size: 80%;
    text-align: center;
    border-left: 1px solid #eeeeee;
}

    .common-right ul li.ico-skip a {
        width: auto;
        height: auto;
        font-weight: 600;
        text-transform: uppercase;
        padding-top: 10px;
    }

.common-right ul > li > a {
    padding: 6px;
    font-size: 120%;
}

.common-right ul li a {
    opacity: 1;
    display: block;
    width: 38px;
    height: 36px;
    font-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
}

.common-wrapper,
.header-wrapper,
footer {
    font-family: 'Open Sans', sans-serif;
}


.common-right ul li.ico-skip span {
    width: auto;
    height: auto;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 10px;
    color: #000000;
    font-size: 12px;
}

.common-right ul li.ico-skip .nav-link {
    color: #000000;
}

.common-right ul li span {
    opacity: 1;
    width: 38px;
    height: 36px;
    font-size: 90%;
    background-repeat: no-repeat;
    background-position: center !important;
}

.common-right ul > li > span {
    padding: 6px;
    font-size: 120%;
}

/*Top Bar CSS*/


@media (prefers-reduced-motion: no-preference) {
    html {
        scroll-behavior: smooth;
    }
}



/*Top Btn*/
#TopButton {
    display: inline-block;
    background-color: #FF9800;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 100px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

    #TopButton::after {
        content: "\f077";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 2em;
        line-height: 50px;
        color: #fff;
    }

    #TopButton:hover {
        cursor: pointer;
        background-color: #333;
    }

    #TopButton:active {
        background-color: #555;
    }

    #TopButton.show {
        opacity: 1;
        visibility: visible;
    }

/*Top Btn*/
/*Quick Link*/
.list-group-item {
    border-radius: 0.5rem;
    margin-bottom: 0.25rem;
    transition: all 0.2s ease-in-out;
}

    .list-group-item:hover {
        background-color: #f0f8ff;
        transform: translateX(5px);
    }

.rotate-on-hover {
    transition: transform 0.3s ease;
}

    .rotate-on-hover:hover {
        transform: rotate(90deg);
        color: #0d6efd;
    }
/*Quick Link*/
/*Mobile app*/
#MobApp tbody tr {
    transition: all 0.2s ease-in-out;
    border-radius: 0.5rem;
}

    #MobApp tbody tr:hover {
        background-color: #f0f8ff;
        transform: translateX(5px);
    }

#MobApp img {
    transition: transform 0.3s ease;
}

    #MobApp img:hover {
        transform: scale(1.1);
    }

.fa-android {
    color: #3ddc84;
}

.fa-apple {
    color: #000000;
}

.fa-windows {
    color: #0078d7;
}
/*Mobile app*/
/* Each GridView row styled as a mini card */
.notice-grid .notice-row {
    border-radius: 0.75rem;
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: transform 0.2s, box-shadow 0.2s;
    width: 100%; /* full width inside the card */
}

    .notice-grid .notice-row:hover {
        transform: translateY(-3px);
        box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    }

/* Table width fix */
.notice-grid {
    width: 100% !important;
}

    .notice-grid td, .notice-grid th {
        white-space: normal; /* wrap text */
    }

/* Scrollbar styling */
.table-responsive::-webkit-scrollbar {
    width: 6px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

/* Link hover */
.notice-row a {
    text-decoration: none;
}

    .notice-row a:hover {
        color: #0d6efd;
        
    }

    .notice-row > table > tr {
        padding: 0;
    }


.notice-grid  td {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin: 0;
    border: none;
}

/* All related images */
/* Images styling */


    /* Hover effect for images */
    .related-image:hover {
        transform: scale(1.05);
        box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    }
.related-image {
    max-width: 100%; /* Ensures images don't exceed the width of their container */
    height: 50px; /* Maintains the aspect ratio of the images */
}

/* Carousel Container */
.carousel-container .carousel {
    max-width: 100%;
    overflow: hidden;
}

/* Rounded corners + shadow */
.carousel-item img {
    border-radius: 0.5rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

/* Smooth image transition */



.carousel-item {
    transition: transform 0.6s ease, opacity 0.6s ease;
}

/* Caption styling */
.carousel-caption {
    bottom: 0px;
    left: 15px;
    text-align: left;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
}

/* Controls with rounded background */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-size: 1.5rem 1.5rem;
}

/* Optional: hover zoom effect */
.carousel-item img:hover {
    transform: scale(1.02);
}

/* Apply to all GridViews */
.table-hp {
    border-collapse: separate !important;
    border-spacing: 0 6px; /* adds space between rows (card effect) */
    border: none;
}

    .table-hp thead th {
        background: #f8f9fa;
        font-weight: 600;
        color: #003366; /* deep blue for headings */
        border: none;
        padding: 10px;
        text-transform: uppercase;
        font-size: 0.85rem;
    }

    .table-hp tbody tr {
        background: #ffffff;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
        border-radius: 10px;
        transition: all 0.2s ease-in-out;
    }

        .table-hp tbody tr:hover {
            transform: translateY(-3px);
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
            background: #f9fbff;
        }

    .table-hp tbody td {
        border: none !important; /* remove boxy grid lines */
        padding: 10px 15px;
        vertical-align: middle;
        
    }

    /* Round corners on each row */
    .table-hp tbody tr td:first-child {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .table-hp tbody tr td:last-child {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }
/* ---  Spinner --- */
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 25, 47, 0.85); /* A modern, dark blue background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
    color: #e6f1ff; /* Softer white text */
    flex-direction: column;
}

.loading-text {
    font-size: 1.25rem;
    font-weight: 500;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    letter-spacing: 1.5px; /* Increased letter spacing */
}

.pulsing-glow-spinner {
    position: relative;
    width: 80px;
    height: 80px;
    margin-bottom: 20px; /* Add space between spinner and text */
}

    .pulsing-glow-spinner div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 64px;
        height: 64px;
        margin: 8px;
        border: 6px solid #fff; /* Slightly thinner border */
        border-radius: 50%;
        /* NEW: Updated animation with a pulsing effect */
        animation: pulsing-glow-animation 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) infinite;
        border-color: #fff transparent transparent transparent;
    }

        /* NEW: Added a glow effect using box-shadow */
        .pulsing-glow-spinner div:nth-child(1) {
            animation-delay: -0.45s;
            border-color: #61dafb transparent transparent transparent; /* A modern cyan */
            box-shadow: 0 0 15px #61dafb;
        }

        .pulsing-glow-spinner div:nth-child(2) {
            animation-delay: -0.3s;
            border-color: #ffc107 transparent transparent transparent;
            box-shadow: 0 0 15px #ffc107;
        }

        .pulsing-glow-spinner div:nth-child(3) {
            animation-delay: -0.15s;
            border-color: #f44336 transparent transparent transparent;
            box-shadow: 0 0 15px #f44336;
        }

/* NEW: Keyframes now include a scaling transform for the pulse */
@keyframes pulsing-glow-animation {
    0% {
        transform: rotate(0deg) scale(1);
    }

    50% {
        transform: rotate(180deg) scale(0.8); /* Pulse inwards mid-animation */
    }

    100% {
        transform: rotate(360deg) scale(1);
    }
}

/* --- Bootstrap 5 Breadcrumb Styling for ASP.NET SiteMapPath --- */

/* Use the <nav> wrapper we added in the master page */
nav[aria-label="breadcrumb"] {
    --bs-breadcrumb-divider: '>'; /* Optional: change the separator */
}

/* Target the breadcrumb container itself */
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent; /* Remove default backgrounds */
    border-radius: 0;
}

    /* Style each breadcrumb item (links and text) */
    .breadcrumb a,
    .breadcrumb span {
        padding: 0.2rem;
        text-decoration: none;
    }

    /* Style the links */
    .breadcrumb a {
        color: var(--bs-link-color);
    }

    /* Style the current/active page text (which renders as a span) */
    .breadcrumb span {
        color: #6c757d; /* Bootstrap's secondary text color */
    }

        /* Add the separator using the ::before pseudo-element */
        .breadcrumb span:not(:first-child)::before,
        .breadcrumb a:not(:first-child)::before {
            content: var(--bs-breadcrumb-divider, '/');
            padding-right: 0 ;
            color: #6c757d;
        }

    /* For the very first item, make it look like a Bootstrap .breadcrumb-item */
    .breadcrumb > a:first-child,
    .breadcrumb > span:first-child {
        padding-left: 0;
    }

    /* Make the last item (current page) look active */
    .breadcrumb > span:last-of-type {
        font-weight: 600;
    }