







.tab_container {
    width: 100%;
    margin: 0 auto;
    position: relative
}

.tab-inner-section .tab_container input {
    clear: both;
    padding-top: 10px;
    display: none
}

.tab-inner-section .tab_container section {
    clear: both;
    padding-top: 10px;
    display: none
}

.tab_container label {
    font-size: 14px;
    float: left;
    width: 160px;
    padding: 5px 0 3px;
    color: #000;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    border: 1px dashed #b9b1b1;
    margin: 0 0 10px;
    position: relative;
    /* background-color: #fff;*/
    font-family: "Arial",sans-serif;
    height: 10.9rem;
    background: conic-gradient(#ffc600 0 0) no-repeat calc(200% - var(--p,0%)) 100% / 200% var(--p,.08em);
    background-color: antiquewhite;
    transition: .3s var(--t,0s), background-position .3s calc(.3s - var(--t,0s));
}


#State:checked ~ #Con_State,
#District:checked ~ #Con_District,
#RSK:checked ~ #Con_RSK,
#CPI:checked ~ #Con_CPI,
#DPI:checked ~ #Con_DPI,
#CMRise:checked ~ #Con_CMRise,
#Tribal:checked ~ #Con_Tribal,
#Other:checked ~ #Con_Other,
#Shashan:checked ~ #Con_Shashan,
#RMSA:checked ~ #Con_RMSA,
#JD:checked ~ #Con_JD,
#DEO_BEO:checked ~ #Con_DEO_BEO,
#DPC_BRC:checked ~ #Con_DPC_BRC,
#LokPriya:checked ~ #Con_LokPriya,
#RTI:checked ~ #Con_RTI {
    display: block;
    padding: 20px;
    background: #fff;
    border-bottom: 2px solid #f0f0f0;
    box-shadow: rgba(0,0,0,.35) 0px 5px 15px
}

.tab_container label:hover {
    /* background-color: #ffc600;*/
    --p: 100%;
    --t: .3s;
    color: #ffc600;
}

/*.hover-2:hover {
    --p: 100%;
    --t: .3s;
    color: #fff;
}*/
.tab_container .tab-content h3, .tab_container .tab-content p {
    -webkit-animation: fadeInScale .7s ease-in-out;
    -moz-animation: fadeInScale .7s ease-in-out;
    animation: fadeInScale .7s ease-in-out
}

.tab_container .tab-content h3 {
    text-align: center
}

.tab_container [id^=tab]:checked + label {
    background: #fff;
    border-bottom: 3px solid #ff5722
}

    .tab_container [id^=tab]:checked + label .fa {
        color: #ff5722
    }

@media only screen and (max-width: 900px) {
    .tab_container {
        width: 100%
    }
}

@keyframes fadeInScale {
    0% {
        transform: scale(.9);
        opacity: 0
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

section.tabs-section-start.here {
    /*background: #fff url(../images/bgimages.jpg);*/
    background-position: center;
    background-size: 100% 125%;
    background-repeat: no-repeat;
    height: auto;
}

.tab_container .tab-icons i {
    /* background: #ebebeb;
    height: 35px;
    width: 35px;
    text-align: center;
    padding: 0;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 5px;
    box-shadow: rgba(60,64,67,.3) 0 1px 2px 0,rgba(60,64,67,.15) 0 2px 6px 2px;
    font-size: 13px*/
    height: 80px;
    width: 41px;
    text-align: center;
    padding: 0;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 11px 0 5px;
    box-shadow: rgba(60,64,67,.3) 0 1px 2px 0,rgba(60,64,67,.15) 0 2px 6px 2px;
    font-size: 22px;
}



/* For footer Logo-Icon || Mohit Jha || 19-03-2025 */

/*.
    {
    width: 100vw;
    height: 100vh;
}

*/
/*
make footer Logo responsive start*/

@media only screen and (max-width: 100px) {
    .logoMasterpage {
        width: 100px; /* Ensure logo fits within screen */
        height: 100px; /* Maintain aspect ratio */
    }
}
/* Default styles for logo */
.logoMasterpage {
    width: 100%; /* Make logo take up 100% of its container width */
    height: auto; /* Maintain aspect ratio */
    max-width: 150px; /* Limit the maximum width */
}

/* For small devices (mobile) */
@media only screen and (max-width: 768px) {
    .logoMasterpage {
        width: 120px; /* Adjust width for smaller screens */
        height: auto; /* Maintain aspect ratio */
    }
}

/* For even smaller screens (e.g., very small phones) */
@media only screen and (max-width: 400px) {
    .logoMasterpage {
        width: 60px !important; /* Ensure logo fits within smaller screens */
        height: 46px !important; /* Maintain aspect ratio */
    }
}
@media only screen and (max-width: 630px) {
    .logoMasterpage {
        width: 60px !important; /* Ensure logo fits within smaller screens */
        height: 46px !important; /* Maintain aspect ratio */
    }
}


#ImgBackground {
    background: url(../cmsimg/images/SED2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Added align-self back for flexibility */
.list {
    color: steelblue !important;
}

@media only screen and (max-width: 738px) {
    #ImgBackground {
        width: 100%;
        height: 40vh;
        background-size: cover;
    }

    .btnTextLogin {
        text-wrap: wrap;
    }
}
/* resoponsive img Page name ActandRules*/
@media only screen and (max-width: 738px) {
    #ImgActandRules {
        width: 100vw;
        height: 100vh;
    }
}
/*End*/

/*  resoponsive img Page name EmployeeDirectory/ DepartmentResponsibility*/
@media only screen and (max-width: 630px) {
    .HideImg2 {
        display: none;
    }
}
/*End*/



/*make footer Logo responsive End*/


.tab_container [id^=tab]:checked + label span {
    color: #ff5722
}

.tab_container [id^=tab]:checked + label:after {
    content: "\f0d8";
    position: absolute;
    bottom: -15px;
    left: 73px;
    font-family: FontAwesome;
    color: red;
    font-size: 21px
}

.date-change {
    background-color: #fff;
    padding: 5px 11px;
    color: #140000;
    border-radius: 100%;
    margin: 0;
    border: 1px dashed #3f51b5;
    border-left: 3px solid #ff5722;
    box-shadow: rgba(0,0,0,.16) 0px 3px 6px,rgba(0,0,0,.23) 0px 3px 6px
}

.para-p {
    /* background: #f3f4ff;*/
    background: beige;
    padding: 10px;
    font-family: "Arial",sans-serif;
    margin: 0;
    border: 1px solid #e6eaff;
    /*padding: 1.2rem;*/
    border-radius: 10px 10px 10px 10px;
}

    .para-p p {
        margin: 0;
        font-size: 16px;
        color: #000
    }

.btn-container button.btn {
    border-radius: 0;
    font-family: "Arial",sans-serif;
    padding: 5px 12px;
    display: flex;
    align-items: center;
    margin: 0 4px;
    font-size: 14px;
    border: 1px solid #878787;
    border-radius: 3px;
    background: #00539c;
    color: #fff;
    box-shadow: rgba(60,64,67,.3) 0 1px 2px 0,rgba(60,64,67,.15) 0 2px 6px 2px
}

.btn-container {
    display: flex;
    margin: 0
}

label.border-left-1 {
    border-left: 1px dashed #c2c2c2
}

.top-1 {
    top: 1px
}

.form-container {
    font-family: Poppins,sans-serif;
    position: relative;
    z-index: 1
}

    .form-container .title {
        color: #777;
        background: linear-gradient(to right,#f5f5f5,transparent,transparent,transparent,#f5f5f5);
        font-size: 23px;
        font-weight: 600;
        text-align: center;
        text-transform: capitalize;
        padding: 2px;
        margin: 0 0 20px
    }

.Services-inner-scroll-services::-webkit-scrollbar, .Services-inner-scroll-services::-webkit-scrollbar-thumb {
    width: 13px;
    border-radius: 13px;
    background-clip: padding-box;
    border: 4px solid transparent;
    background: 0 0
}

.Services-inner-scroll-services::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 0 10px
}

.Services-inner-scroll-services:hover {
    color: rgba(0,0,0,.3)
}

.Services-inner-scroll-services {
    overflow-y: auto;
    color: transparent;
    transition: color .3s ease;
    height: auto;
    z-index: 1;
    width: 100%;
    overflow-x: hidden;
    padding:30px;
}

    .Services-inner-scroll-services::-webkit-scrollbar-track {
        background: 0 0;
        border-radius: 12px
    }

.more-heading i {
    display: flex;
    align-items: center;
    font-size: 10px;
    color: #fff
}



.top-heading:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 141%;
    margin: 3px 0;
    border-radius: 10px
}

.top-heading h3 {
    margin: 0;
    font-family: "Arial",sans-serif;
    font-size: 16px;
    color: #fff;
    padding: 0 11px;
    border-radius: 120px;
}

.top-heading {
    position: relative;
    display: flex;
    background-color: #3f51b5;
    justify-content: center;
    border-radius: 120px;
    box-shadow: rgba(0,0,0,.16) 0px 3px 6px,rgba(0,0,0,.23) 0px 3px 6px;
    padding: 8px 16px;
    margin: 1.5rem 0;
    width: 12rem;
    margin-top: 3rem;
}

/* Icons CSS*/
.icon-red {
    box-shadow: rgb(81 115 141 / 30%) 0 1px 2px 0, rgb(255 73 31) 0 2px 6px 6px !important;
}

.icon-blue {
    box-shadow: rgb(81 115 141 / 30%) 0 1px 2px 0, rgb(31 121 255) 0 2px 6px 6px !important;
}

.icon-corrange {
    box-shadow: rgba(60,64,67,.3) 0 1px 2px 0, rgb(229 17 213 / 89%) 0 2px 6px 6px !important;
}

.icon-cgreen {
    box-shadow: rgb(81 115 141 / 30%) 0 1px 2px 0, rgb(70 211 185) 0 2px 6px 6px !important;
}

.icon-violet {
    box-shadow: rgb(81 115 141 / 30%) 0 1px 2px 0, rgb(180 85 187) 0 2px 6px 6px !important;
}

.icon-myellow {
    box-shadow: rgb(81 115 141 / 30%) 0 1px 2px 0, rgb(225 192 31) 0 2px 6px 6px !important;
}

.icon-dgreen {
    box-shadow: rgba(60,64,67,.3) 0 1px 2px 0, rgb(26 64 6 / 77%) 0 2px 6px 6px !important;
}




.paripatra label span {
    font-weight: 900;
}

.marquee h6 {
    color: white;
    margin: 1rem 0 0 0;
    font-weight: 700;
}


/* Base style for the anchor tag */
.para-p a {
    text-decoration: none; /* Remove underline initially */
    position: relative;
    display: inline-block; /* Ensures transform only affects the text */
}

    /* Hover style for the anchor tag */
    .para-p a p:hover {
        color: #ff9c06; /* Change text color on hover */
        text-decoration-color: #ffc600 !important; /* Change underline color to match text */
    }



/* Added By Sagar */
.table {
    --bs-table-bg: rgba(0, 0, 0, 0);
    --bs-table-striped-color: #5F656F;
    --bs-table-striped-bg: rgb(240 248 255);
    --bs-table-active-color: #5F656F;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #5F656F;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #5F656F;
    vertical-align: top;
    border-color: #000000;
}

    .table > :not(:last-child) > :last-child > * {
        background: #ffa500;
        border-color: #000000;
        /*border-width: 3px;*/
    }

    .table.table-bordered > :not(caption) > * > * {
        border-width: 2px;
    }

.underline {
    vertical-align: sub;
    display: inline-block;
}

.hr {
    height: 2px !important;
    margin: .5rem 0;
    color: orange;
    background-color: currentColor;
    border: 0;
    opacity: 1;
    /*width: 100%;*/
    /*margin-left:25%;*/
}




.bdayCard-shadow {
    padding: 0px 0px;
    margin: 12px 0;
    border: 2px solid #ff8220;
    border-radius: 15px;
    box-shadow: -0.5px -0.5px 10px 4px #ffbb8699;
    /*margin-bottom:0;*/
}



.card2, card3, card1 {
    margin: 0;
    padding: 0;
}


@media only screen and (min-width: 760px) {
    .bdayCard-shadow {
        padding: 0;
        margin: 24px 0;
        border: 2px solid #ff8220;
        border-radius: 15px;
        box-shadow: 0.5px 0.5px 10px 4px #ffbb8699;
        margin-bottom: 0;
        margin-right: 0;
        padding-right: 0;
        padding-bottom: 0;
    }

    .card33 {
        margin-bottom: 0;
        margin-right: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 570px) {
    .bdayCard-shadow {
        padding: 0;
        margin: 24px 0;
        border: 2px solid #ff8220;
        border-radius: 15px;
        box-shadow: -0.5px -0.5px 10px 4px #ffbb8699;
        margin-bottom: 0;
        margin-right: 0;
    }

    .card33 {
        margin-right: 0;
    }
}


.footer-list {
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
}

    .footer-list > li {
        padding: 5px 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        color: black;
        border-right: 1px solid;
        white-space: nowrap;
        min-height: 100%;
        margin: .25rem;
    }


        .footer-list > li > * {
            margin: 7px 0;
        }

        .footer-list > li > i {
            font-size: x-large;
        }

.copyright2 {
    background-color: #ffd43b;
}

p {
    text-align: justify; /* This will justify the text */
    line-height: 1.5; /* Adjust line spacing if needed */
    margin: 0; /* Optional: Remove default margins */
    padding: 0; /* Optional: Remove default padding */
}


.table > :not(:last-child) > :last-child > *:first-child {
    border-left-color: #000000;
}

.table > :not(:last-child) > :last-child > *:last-child {
    border-right-color: #000000;
}

.notification a {
    color: #000000
}

.translatebutton {
    background-color: #ff000000;
    color: #ffffff;
    border: none;
}

.topbar-right .vr {
    opacity: 1;
    color: hsla(211, 83%, 16%, 1);
}

.scrollable-content {
    max-height: 300px; /* Approximate height for 5 items */
    overflow-y: auto;
}
