


body {
   font-family: 'Roboto', sans-serif !important;
}



.hindi-text img{
  width:275px;
  margin-left:10px;
}

.dashboard-container.antaranga_main {
            display: flex;
            min-height: 100vh;
        }

        .antaranga_main .sidebar {
            width: 430px;
            background-color: white;
            padding: 1.5rem;
            overflow-y: auto;
            flex-shrink: 0;
            padding: 2rem 2rem 0rem 2rem;
        }

        .antaranga_main h6.section-main-title {
            font-family: 'Roboto', sans-serif;
            font-size: 16px;
            font-weight: 700;
            line-height: 24px;
            color: #fff;
            background-color: #3C71BD;
            padding: 8px 14px 8px 14px;
            border-radius: 4px;
        }

        .antaranga_main .card-links {
            box-shadow: 0px 0px 2px 1px #00000040;
            border-radius: 4px;
        }

        .antaranga_main .sidebar-section {
            margin-bottom: 1rem;
        }

        .antaranga_main ul.nav-links.card-links a {
            border-radius: 30px;
            padding: 9px 24px 9px 24px;
            font-family: 'Roboto', sans-serif;
            font-size: 16px;
            font-weight: 600;
            line-height: 24px;
            color: #225291;
            margin: 8px;
        }

        .antaranga_main ul.nav-links.card-links li:nth-child(odd) a {
            background: #E8F2F5;
        }

        .antaranga_main ul.nav-links.card-links li:nth-child(even) a {
            background: #CFE6F4;
        }

        .antaranga_main .section-title {
            font-family: 'Roboto', sans-serif;
            font-size: 16px;
            font-weight: 600;
            line-height: 24px;
            color: #225291;
            background: #CFE6F4;
            display: flex;
            align-items: center;
            gap: 8px;
            border-radius: 30px;
            padding: 9px 24px 9px 24px;
        }


        .antaranga_main .nav-links {
            list-style: none;
            padding: 0px 0px 1px 0px;
            margin: 0;
        }

        .antaranga_main .nav-links li {
            margin-bottom: 0.5rem;
        }

        .antaranga_main .nav-links a {
            display: flex;
            align-items: center;
            gap: 8px;
            text-decoration: none;
        }

        .antaranga_main .nav-links a:hover {
            background-color: var(--light-blue);
            color: var(--primary-blue);
        }

        .antaranga_main .nav-links i {
            margin-right: 0.75rem;
            font-size: 1.1rem;
        }
        .antaranga_main .Homecarousel {
            position: relative;
        }
        .antaranga_main button.owl-dot {
            width: 10px;
            height: 10px;
            background-color: #6E56DB !important;
            border-radius: 30px;
        }
        .antaranga_main button.owl-dot.active {
            width: 10px;
            height: 10px;
            background-color: #fff !important;
            border-radius: 30px;
            border: 1px solid #6E56DB;
        }
        .antaranga_main .owl-dots {
            position: absolute;
            bottom: 10px;
            left: 50%; 
            transform: translateX(-50%); 
            display: flex; 
            justify-content: center;
            gap: 24px;
        }
        .antaranga_main .main-content {
            flex: 1;
            padding: 2rem 2rem 0rem 2rem;
            overflow-y: auto;
        }

        .antaranga_main .header-image {
            margin-bottom: 2rem;
            border-radius: 0.5rem;
            overflow: hidden;
        }

        .antaranga_main .header-image img {
            width: 100%;
            height: auto;
            object-fit: cover;
        }
        .antaranga_main .dashboard-container {
    max-width: 1400px;
    margin: 0 auto;
}


.antaranga_main .info-sections {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.antaranga_main .info-card {
    overflow-y: auto;
    border-radius: 8px;
    /* box-shadow: 0px 0px 2px 1px #00000040; */
    border: 2px solid #ccc;
    padding-bottom: 10px;
    scrollbar-width: none;
}
.antaranga_main .card-title {
    margin: 0 0 10px 0;
    font-weight: 600;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    box-shadow: 0px 1px 2px 0px #00000040;
    color: #3C71BD;
}
.antaranga_main h5.card-title.rightpannel-fs-16 {
    font-size: 16px;
}


.antaranga_main .leadership-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 434px;
    overflow: auto;
    scrollbar-width: none;
}

.antaranga_main .leader-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding:0px 10px;
}

.antaranga_main .leader-info h6 {
    margin: 0;
}

.antaranga_main .leader-info p {
    margin: 0px;
    color: #353535;
}


.antaranga_main .updates-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 10px;
    background-color: #FBFEFF;
    border-radius: 8px;
    height: 434px;
    overflow: auto;
    scrollbar-width: none;
}

.antaranga_main .update-item {
    display: flex;
    gap: 8px;
    align-items: flex-start;
}

.antaranga_main .bullet {
    font-size: 20px;
    line-height: 1;
    margin-top: -2px;
    color: #D9D9D9;
}

.antaranga_main .update-item p {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    font-weight:500;
}

.antaranga_main .update-item a {
    color: #213186 !important;
}

.antaranga_main .update-item a:hover {
    text-decoration: underline;
}

.antaranga_main .rightpannel-fs-15 {
    font-size: 20px;
}
.antaranga_main .rightpanner-fs-14{
    font-size: 16px;
    color: #292929;
}
.antaranga_main .rightpannel-fs-12{
    font-size: 12px;
    color: #6F6F6F !important;
    letter-spacing: 0.1em;
}



/* Responsive Design */
@media (max-width: 1200px) {
    .antaranga_main .info-sections {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
	.wpthemeNavToggleBtn
{
    display: none;
}

    .text-controls button.active {
        background-color: #fff;
        color: #213186;
        padding: 0px 5px;
    }


    .antaranga_main .info-sections {
        grid-template-columns: 1fr;
    }
    
    .antaranga_main .info-card {
        padding-bottom: 20px;
        height: max-content;
    }

    .logout_text {
        display: flex;
        flex-direction: column;
        gap:3px;
        list-style: none;
    }

}
        

        @media (max-width: 768px) {
           .dashboard-container.antaranga_main  {
                flex-direction: column;
            }

            .antaranga_main .sidebar {
                width: 100%;
                padding: 1rem 1rem 0rem 1rem;
            }

            .antaranga_main .main-content {
                padding: 1rem;
            }
            .btn_text {
                padding: 0px;
            }
            .dropdown-toggle::after {
                border-top: .3em solid #fff;
            }
            .custom-footer {
                padding: 10px !important;
            }
            .dropdown-submenu .dropdown-menu {
             position:unset !important;
             background:#f6f6f6 !important;
            }
        }


        header {
            background-color: rgb(33, 49, 134);
            padding: 8px;
        }

        .skip_content {
            display: flex;
            justify-content: end;
            align-items: center;

        }

        .skip_content a {
            color: white;
            text-decoration: none;
            margin-right: 16px;
            font-weight: 600;
            border-right: 2px solid #fff;
            padding-right: 20px;
        }

        .brath_content {
            display: flex;
            align-items: center;
        }

        .btn_text {
            color: white;
            font-weight: 600;
        }

        .btn_contentA {
            color: rgb(43, 112, 208);;
            font-weight: 600;
            background-color: white;
        }

        .search-box input:focus {
            outline: none;
            border-color: #60a5fa;
            box-shadow: 0 0 0 3px rgba(96, 165, 250, 0.1);
        }

        .search-box .input-icon {
            position: relative;
        }

        .search-box .input-icon img {
            position: absolute;
            left: 10px;
            top: 50%;
            transform: translateY(-50%);
            width: 16px;
            height: 16px;
        }


        .search-box .input-icon input {
            padding-left: 30px;
            box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
            border-radius: 40px;
        }

        .logo-head {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0 70px;
            background-image: url(../newui/images/Header_bg.png);
            background-size: cover;
            background-repeat: no-repeat;
        }

        .search-box .input-icon input::placeholder {
            padding-left: 7px;
            color: rgb(43, 112, 208);
        }

        .logo_dropdown {
            padding-left: 30px;
        }
        .main-nav {
            background-color: #3C71BD;
            padding: 0;
        }

        .nav-item.dropdown:hover > .dropdown-menu {
            display: block;
            opacity: 1;
            visibility: visible;
        }
        
        .dropdown-submenu .dropdown-menu {
            display: none;
            opacity: 0;
            visibility: hidden;
            position: absolute; 
            left: 100%;
            top: 0;
        }
        
        .dropdown-submenu:hover > .dropdown-menu {
            display: block;
            opacity: 1;
            visibility: visible;
            transition: opacity 0.3s, visibility 0.3s;
        }
        
        .main-nav .navbar-nav .nav-link {
            color: white;
            padding: 1rem;
            display: flex;
            align-items: center;
            font-size: 13px;
            font-weight:400;
        }

        .main-nav .navbar-nav .nav-link:hover {
            background-color: #fff;
            color: #000;
            text-decoration:none !important;
        }

        .main-nav .dropdown-menu {
            margin-top: 0;
            border-radius: 0;
            border: none;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        }

        .main-nav .dropdown-item {
            padding: 0.5rem 2rem 0.5rem 1rem;
            font-size: 15px;
            color: #000 !important;
        }

        .main-nav .dropdown-item:hover {
            background-color: #f8f9fa;
             text-decoration:none ;
        }

        .main-nav .btn-info {
            color: white;
            padding: 0.5rem 1.5rem;
        }

        .dropdown-submenu {
            position: relative;
        }

        .dropdown-submenu > .dropdown-menu {
            top: 0;
            left: 100%;
        }

        .dropdown-submenu:hover > .dropdown-menu {
            display: block;
        }

        .dropdown-submenu > .dropdown-item:after {
            display: block;
            content: " ";
            float: right;
            width: 0;
            height: 0;
            border-color: transparent;
            border-style: solid;
            border-width: 5px 0 5px 5px;
            border-left-color: #000;
            margin-top: 7px;
            margin-right: -20px;
        }

    .custom-footer {
      background-color: #213186;
      color: #fff;
      text-align: center;
      padding: 10px 0;
      font-size: 12px;
      box-shadow: 0px -2px 4px 0px #2E44B980;
    }

    .marquee-container {
      position: relative;
      background-color: #FFD4A1;
      padding: 3px 0px;
      overflow: hidden;
      display: flex;
      align-items: center;
        flex-direction: column;
            min-height: 30px;
    }
 #output strong{
  position: absolute;
  right:10px;
  top:23px;
  cursor:pointer;
 
 }
 
 #output {
    display:none;
 }
 #output p{
 margin:0;
 padding:0;
 }
    .marquee-text {
      display: inline-block;
      white-space: nowrap;
      font-size: 14px;
      color: #6C502F;
    }
    .view-all {
      position: absolute;
      right: 0px;
      top: 50%;
      transform: translateY(-50%);
      background-color: #F1F3FF;
      color: #213186;
      border: none;
      padding: 5px 20px;
      font-size: 16px;
      text-decoration: none;
      display: inline-block;
      font-weight: bold;
      box-shadow: -2px 0px 2px 0px #00000040;
    }

    .view-all:hover {
      background-color: #F1F3FF;
      color: #213186;
    }
    ul.navbar-nav.me-auto {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
        @media (max-width: 991.98px) {

            .antaranga_main .leadership-list {
                height: auto;
            }

            .antaranga_main .updates-list {
                height: auto;
            }


            .main-nav .navbar-nav {
                padding: 1rem 0;
            }
            
            .main-nav .nav-link {
                padding: 0.5rem 1rem !important;
            }
            
            .main-nav .dropdown-menu {
                background-color: transparent;
                border: none;
                box-shadow: none;
            }
            
            .main-nav .dropdown-item {
                color: white;
            }
            
            .main-nav .dropdown-item:hover {
                background-color: rgba(255, 255, 255, 0.1);
            }
        }
        @media (max-width: 768px) {
            .skip_content {
                flex-wrap: nowrap;
                white-space: nowrap;
                padding: 0px;
            }
            .brath_content{
                padding: 0px;
            }
            .logo img{
                width: 280px;
            }
            .logo-head {
                padding: 0 10px;
                height: 7vh;
            }
            .mobile_group {
                display: flex;
                justify-content: space-between;
                align-items: center;
                gap: 20px;
            }
            .menu_icon img{
                width: 42px;
            }
            .mbl_search {
                width: 100%;
            }
            .sidebar {
                display: none; 
            }
            
            .sidebar.active {
                display: block;
            }
            
            .menu_icon {
                cursor: pointer;
            }
             .cross {
             display: none; 
            }
            .menu {
            display: block; 
            }
        }
        @media (max-width: 991px) {
            nav.navbar.navbar-expand-lg.main-nav {
                overflow-x: auto;
            }
            .navbar-collapse {
                display: flexx !important;
                flex-direction: column;
            }
        }

  #carouselclient .owl-item{
     box-shadow: 0 0 0 rgba(0, 0, 0, 0);
     transition: box-shadow 0.3s ease;
  }
  
  .navbar-nav .nav-item .nav-link.active{
    background-color: #fff;  
    font-weight: 700;
    align-items: center;
    display: flex;
    justify-content: center;
    color: var(--Brand-Primary, #213769);
    border-bottom: 4px solid var(--Brand-yellow, #FFCC29);
  }
  

.helpdesk-menu-card .helpdesk-menu li {
    list-style: none;
    width: 100%;
}

.helpdesk-menu-card .helpdesk-menu {
    padding-left: 0 !important;
}


.helpdesk-menu-card .helpdesk-menu li a {
    border-radius: 0 !important;
    background-color: transparent !important;
    padding: 0 15px !important;
}

.helpdesk-menu-card .helpdesk-menu li {
    border-bottom: 1px solid #ccc;
    margin: 0 20px;
    width: 90%;
    white-space:nowrap;
}

.helpdesk-menu-card .helpdesk-menu li:last-child {
    border-bottom: 0;
}

.toggle-icon {
    margin-left: auto;
    font-weight: bold;
    cursor: pointer;
}

.helpdesk-menu-card {
    display: none;
}

.helpdesk-menu-card.show {
    display: block;
}

.helpdesk-menu>.dropdown-submenu>ul {
    display: none;
}

.helpdesk-menu>.dropdown-submenu>ul.show {
    display: block;
}

.helpdesk-menu .dropdown-menuu.dropdowncontentt {
    padding: 0 !important;
}

.helpdesk-menu .dropdown-menuu.dropdowncontentt li a {
    font-size: 13px;
    margin: 10px 0;
    padding: 0;
}

.helpdesk-menu .dropdown-menuu.dropdowncontentt li a .fa-phone {
    transform: rotate(90deg);
}





@media (max-width: 991px) {
    

    ul.navbar-nav.me-auto {
        flex-direction: column;
    }

    button.navbar-toggler.d-lg-none {
        margin-left: auto;
        border: none;
    }

    nav.navbar.navbar-expand-lg.main-nav {
        padding: 10px;
    }

    .navbar-toggler:focus,
    .navbar-toggler:active {
        outline: none !important;
        border: none !important;
        box-shadow: none;
    }

    .nav-link.dropdown-toggle::after {
        color: #fff !important;
        / Adjust the size of the icon /
        transform: scale(1.5);
        fill: #fff !important;
        stroke: #fff !important;
    }
    .main-nav .dropdown-item{
        color: #000;
    }
    .main-nav .dropdown-menu{
        background-color: #fff;
    }
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath fill='%23ffffff' d='M5 7h20c.55 0 1 .45 1 1s-.45 1-1 1H5c-.55 0-1-.45-1-1s.45-1 1-1zM5 14h20c.55 0 1 .45 1 1s-.45 1-1 1H5c-.55 0-1-.45-1-1s.45-1 1-1zM5 21h20c.55 0 1 .45 1 1s-.45 1-1 1H5c-.55 0-1-.45-1-1s.45-1 1-1z'/%3E%3C/svg%3E");
}


.logout {
    border-right: none !important;
    }
    
    
.logout_text {
    font-size: 14px;
    display: none;
    position: absolute;
    background-color: #fff;
    padding: 10px;
    z-index: 1000;
    top: 100%;
    left: 0px;
    box-shadow: 0px 0px 2px 1px #00000040;
    border-radius: 2px;
    margin-top: 5px;
}
.logout_text a {
    color: #213186 !important;
}
.logo_dropdown svg path{
    fill: #213186;
    stroke: #213186;
}
.logo_dropdown {
    position: relative; 
}

footer .wpthemeInner {
   background: none !important; 
    
    padding: 0px !important; 
    
}

.hide-on-small {
     display:none;
   
   }
   
   .show-on-large {
     display:block;
   }
   
#output{
    margin-top: -30px;
    padding: 10px;
    BACKGROUND: #ffd29f;
    position: relative;
    z-index: 99;
    width: 100%;
}

@media (min-width: 1600px) {
   .antaranga_main .nav-links li {
       margin-bottom:11px;
   }
   
   .hide-on-small {
     display:block;
   
   }
   
   .show-on-large {
     display:none;
   }
   
   .main-nav .navbar-nav .nav-link {
     font-size:14px;
     font-weight: 400;
   }

}

.side-nav-chairman {
  text-decoration:none;
  color: #225291;
}


.sidebar-section li:hover > a {
  color: #000 !important;
}


@media  (max-width:990px) {

    .hide-on-small {
        display:block;
      
      }
      
      .show-on-large {
        display:none;
      }
}

@media (min-width: 991px) and (max-width:1900px) {
        
    .hide-on-small {
      display:none;
    
    }
    
    .show-on-large {
      display:block;
    }

    .lotusRightCorner .menu > li > a {
      font-size:16px !important;
    }
 
 }

 .leadership-list .leader-item:first-child {
    border-bottom: 2px solid #CBCBCB;
    padding: 10px;
}

 @media (min-width: 767px) and (max-width:1100px) {
        
    .hindi-text {
        display: none !important;
    }

    .skip_content {
        flex-wrap:nowrap;
        white-space: nowrap;
    }
    
 
 }


 @media (min-width: 767px) and (max-width:1020px) {
    .antaranga_main .info-sections {
        grid-template-columns: repeat(1, 1fr);
    }

    .antaranga_main .info-card {
        height:auto;
    }
}



/* @media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .show-on-large .dropdown-menu {
        position: absolute;
        right: 10px;
        top: 56px;
    }
} */


.custom_owl_card {
    border: 1px solid #DEDEDE; 
    border-radius: 10px; 
    box-shadow: 0px 3px 4px 0px #0000000A; 
    text-align: center;
    padding: 15px;
    background-color: #fff;
    height: 141px;
}
.custom_owl_card h5 {
font-size: 14px;
font-weight: 400;
line-height: 16.94px;
text-align: center;
color: #000;
margin-top: 5px;
}

.custom_owl_card a {
    text-decoration: none !important;
}


@media (max-width: 1020px) {
.custom_owl_card {
    height:auto !important;
}
}

@media (min-width: 1600px) {
    .custom_owl_card {
        height:auto !important;
    }
}

.common_hover a{
padding: 0px;
    margin: 0px;

}

.common_hover:hover {
    background: #0000004d !important;
    border-radius: 8px !important;
}

.text-controls button:hover {
    background-color: #fff !important;
    color: #213186;
}

.text-controls button.active {
    background-color: #fff; 
    color: #213186;
}


@media (min-width: 991px) and (max-width:1072px) {

    .main-nav .navbar-nav .nav-link {
        font-size: 12px;
    }

}



@media (min-width: 1073px) and (max-width:1199px) {

    .main-nav .navbar-nav .nav-link {
        font-size: 13px;
    }

}

@media (min-width: 1200px) {

    .main-nav .navbar-nav .nav-link {
        font-size: 15px;
    }

}

@media (max-width: 1600px) {

    .antaranga_main .rightpannel-fs-15 {
        font-size: 18px !important;
    }

     .navbar-expand-lg .navbar-nav .show-on-large .dropdown-menu {
        position: absolute;
        left: -94%;

    } 
  
  }

  .content_size {
    width:170px;
  }

  @media (min-width: 1900px) {
    .antaranga_main .nav-links li {
        margin-bottom: 17px;
    }
}

.wpthemeControl {
    margin: 0 0 10px !important;
}


.custom_owl_card:hover{
  box-shadow: -2px 2px 10px 2px rgba(0, 0, 0, 0.2);
}



.new-ui .logo_dropdownn {
    position:relative;
}

.dropdown-content-2 {
  display: none;
  position: absolute;
  background-color: #153285;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  padding:0 !important;
  margin: 0 6rem 0 0 !important;
    top: 38px;
    width: 150px;
    right: 0;

}
.dropdown-hover:hover .dropdown-content-2{
  display:block;
}
.dropdown-content-2 li{
list-style:none;
}
.dropdown-content-2 li a {
  color: white;
  padding: 15px !important;
  text-decoration: none;
  display: block;
  margin:0 !important;
  border:none;
  text-align:left;
}
.dropdown-content-2 li:hover a{
/*  background-color: #0f235d;*/
}


.common_hover:hover {
  
    border-radius: 8px !important;
}

.logout svg path{
    fill:#fff !important;
    stroke:#fff !important;
}

.dropdown-content-2 li:hover a{
    background:#0f235d !important;
}
.dropdown.logo_dropdown.d-md-block.d-none.droopdown_custom {
    padding-left: 0px !important;
}
