﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */
body {
    padding-top: 17px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}


.table td, .table th {
    padding: 0.3rem;
}

.main-header {
    position: fixed;
    top: 0;
    left: -73px;
    right: 0;
    z-index: 1050;
    padding: .1rem 1rem !important;
}

body {
    font-family: HCLTECH ROOBERT;
}
/* Move sidebar down below header */
.main-sidebar {
    padding-top: 56px; /* match navbar height */
}

/* Content spacing below header */
.content-wrapper, .main-footer {
    margin-top: 45px; /* same as navbar height */
    background-color: #fff;
}

.ds-hd-app, .ds-hd-app:hover {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    font-size: 24px;
    color: #000000;
    margin-left: 16px;
    padding-left: 16px;
    text-decoration: none;
    border-left: 0.5px solid black;
}

/*.ds-hd-nav {
    padding: 0;
    letter-spacing: 0.5px;
    font-family: "hcltech_roobertregular", Arial;
    background: transparent linear-gradient(90deg, #5f1ebe 0%, #2874f0 67%, #0f5fdc 100%) 0% 0% no-repeat;
    min-height: auto;
    margin-bottom: auto;
    border: 0;
    border-radius: 0;
}

.ds-hd-right {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}*/

/*.ds-hd-right > li {
        margin-right: 8px;
        position: inherit;
    }

* {
    box-sizing: border-box;
}*/

.nav-icons .nav-link {
    color: white !important; /* Icon color white */
    padding: 0.75rem 1rem; /* Better spacing */
    font-size: 1.2rem; /* Slightly larger icons */
    transition: color 0.3s ease;
}

    .nav-icons .nav-link:hover {
        color: #ffc107 !important; /* Optional hover effect (yellow) */
    }

.nav-icons .nav-item {
    display: flex;
    align-items: center;
}

/* Make all sidebar nav links white */
.main-sidebar .nav-link {
    color: #ffffff !important;
}

/* Make nav icons white */
.main-sidebar .nav-icon {
    color: #ffffff !important;
}

/* Optional: Change active link background and keep text/icon white */
.main-sidebar .nav-link.active {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
}

.sidebar-mini.sidebar-collapse .content-wrapper, .sidebar-mini.sidebar-collapse .main-footer, .sidebar-mini.sidebar-collapse .main-header {
    margin-left: 10rem !important;
}

.content-wrapper {
    margin-left: 10rem !important;
}

@media (min-width: 992px) {
    .sidebar-mini.sidebar-collapse .content-wrapper,
    .sidebar-mini.sidebar-collapse .main-footer,
    .sidebar-mini.sidebar-collapse .main-header {
        margin-left: 6rem !important; /* apna value */
    }
}



