/* CSS Document */


.entryTable {  
    color:#3300CC;              
    font-family:verdana;
    font-size:0.8em;
    cellspacing:5;
    cellpadding:5;              
    background-color:#E9E8F7;	

}
.headerTD{
    color:#0033FF;            
    font-size:1.1em;
    /*font-size:1.2em;*/
}
.eChallan{			
    font-family:Comic Sans MS;		
    color:#663333;			
    font-size:1.2em;			
}
.deptnamencode{


}
.mandatory{
    color:#FF0000;	
}
.verifyNotice{
    color:orange;
}
.tableCaption{
    color:#3300CC;
    font-size:1.1em;
}

.footerMsgsResolution{

    color:"#0033FF";
    background-color:#E9E8F7;

}
.footerMsgsDnD{

    color:"#FF0000";
}
.leftTD{
    background-color:#F7F7F7;

}
.startLeftTD{
    background-color:#E9E8F7;

}

/*new css*/ 
body {
    font-family: 'Arial', sans-serif;
    background-color: #f8f9fa;
}
.container-custom {
    max-width: 1100px;
}
.sidebar {
    background: #f0f0f0;
    padding: 15px;
    border-radius: 10px;
}
.card-custom {
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    background: #fff;
}
.header-text {
    color: #28304E;
    font-weight: bold;
    text-align: center;
}
.department-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.btn-style {
    background-color: #014F99;
    color: white;
    border-radius: 5px;
    font-weight: bold;
    width: 100%;
}
.btn-style:hover {
    background-color: #002f6c;
}
.card {
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

@media (max-width: 576px) {
    .card {
        padding: 1rem !important;
    }
}

.head {
    background-color: #28304E;
    position: relative;
}

.challan-img {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.header-title {
    font-size: 1.64062rem;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: black;
    color: white;
    text-align: right;
    font-size: small;
}

.box {
    border: 1 solid black;
    background-images: url(../images/bg_color.png);
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}


.btn-style {
    background: linear-gradient(to right, #ff6271 0%, #fc8a95 100%);
    color: white;
}

.form-style {
    background-images: url(../images/map_overlay.png);
    background-repeat: no-repeat;
    background-size: cover;
}


.logo-style {
    background-repeat: no-repeat;
    background-size: cover;
}


.head-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.head-logo1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.mega-img {
    background-images: url(../images/body_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.dropdown-menu.show {
    -webkit-animation: fadeIn 0.3s alternate;
    /* Safari 4.0 - 8.0 */
    animation: fadeIn 0.3s alternate;
}

.nav-item.dropdown.dropdown-mega {
    position: static;
}

.nav-item.dropdown.dropdown-mega .dropdown-menu {
    width: 90%;
    top: auto;
    left: 5%;
}

.navbar-toggler {
    border: none;
    padding: 0;
    outline: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler .hamburger-toggle {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    z-index: 11;

}

.navbar-toggler .hamburger-toggle .hamburger {
    position: absolute;
    transform: translate(-50%, -50%) rotate(0deg);
    left: 50%;
    top: 50%;
    width: 50%;
    height: 50%;
    pointer-events: none;
}

.navbar-toggler .hamburger-toggle .hamburger span {
    width: 100%;
    height: 4px;
    position: absolute;
    background: #333;
    border-radius: 2px;
    z-index: 1;
    transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
    left: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger span:first-child {
    top: 10%;
    transform-origin: 50% 50%;
    transform: translate(0% -50%) !important;
}

.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
    top: 50%;
    transform: translate(0, -50%);
}

.navbar-toggler .hamburger-toggle .hamburger span:last-child {
    left: 0px;
    top: auto;
    bottom: 10%;
    transform-origin: 50% 50%;
}

.navbar-toggler .hamburger-toggle .hamburger.active span {
    position: absolute;
    margin: 0;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
    top: 45%;
    transform: rotate(45deg);
}

.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
    left: 50%;
    width: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
    top: 45%;
    transform: rotate(-45deg);
}

.icons {
    display: inline-flex;
    margin-left: auto;
}

.icons a {
    transition: all 0.2s ease-in-out;
    padding: 0.2rem 0.4rem;
    color: #ccc !important;
    text-decoration: none;
}

.icons a:hover {
    color: white;
    text-shadow: 0 0 30px white;
}

.nav-link {
    color: #28304E !important;
}



.nav-link:hover {
    color: #014F99 !important;

    transform: scale(1.2);

    transition: transform .9s ease;
}

.nic-logo {
    margin-left: 50px;
    border-style: solid;
    border-width: 0px 2px 0px 0px;
    border-color: rgba(83, 109, 253, 0.2);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

@media screen and (max-width: 992px)  and (max-width: 600px), (max-width: 1100px),(max-width: 1200px) {
    #offcanvasRight
    {
        display: none;
    }
    #bar
    {
        display: none;
    }
}
