body {
    background-color: #fbfbfb;
}

@media (min-width: 991.98px) {
    main {
        padding-left: 120px; /* Existing padding for left sidebar */
        padding-right: 120px; /* Additional padding for right sidebar */
    }
}

/* Sidebar */
.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 58px 0 0; /* Height of navbar */
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);
    width: 120px;
    z-index: 600;
}

@media (max-width: 991.98px) {
    .sidebar,
    .sidebar-right,
    .navbar-toggler {
        display: none; /* Hide both sidebars and toggle button on smaller screens */
    }
    main {
        padding-left: 0;
        padding-right: 0; /* Reset main content padding when sidebars are hidden */
    }
}

.sidebar .active {
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: 0.5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

/* Right Sidebar */
.sidebar-right {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 58px 0 0; /* Height of navbar */
    box-shadow: -2px 0 5px 0 rgb(0 0 0 / 5%), -2px 0 10px 0 rgb(0 0 0 / 5%);
    width: 120px; /* Adjust width as needed */
    z-index: 600;
}

.tile {
    display: block;
    max-width: 150px;
    /* width: 100%; Full width of the column */
    color: white;
    text-align: center;
    text-decoration: none; /* Remove underline from links */
    background-color: #007bff; /* Bootstrap primary color */
    border-radius: 10px; /* Optional: for rounded corners */
    position: relative;
    overflow: hidden;
  }
  
  .tile::before {
    content: "";
    display: block;
    padding-top: 100%; /* This creates the square aspect ratio */
  }
  
  .tile-content {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
  }
  
  /* Hover effect */
  .tile:hover {
    background-color: #0056b3; /* Darker shade of primary */
    color: white;
    text-decoration: none; /* Ensure underline doesn't reappear */
  }

.tile-quote-tool {
    background-image: url('quote tool tile image3.webp'); /* Path to your image */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tile-quote-tool .tile-content {
    color: #464FAF;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.8); /* Adding text shadow for better readability */
    font-size: 24px; /* Increased font size */
    font-weight: bold;
}

.tile-hhquote-tool {
    background-image: url('hh quote tool image.webp'); /* Path to your image */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tile-hhquote-tool .tile-content {
    color: #464FAF;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.8); /* Adding text shadow for better readability */
    font-size: 24px; /* Increased font size */
    font-weight: bold;
}

.tile-ehs {
    background-image: url('ehs image.webp'); /* Path to your image */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tile-ehs .tile-content {
    color: #464FAF;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.8); /* Adding text shadow for better readability */
    font-size: 24px; /* Increased font size */
    font-weight: bold;
}

.tile-rms {
    background-image: url('rms image.webp'); /* Path to your image */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tile-rms .tile-content {
    color: #464FAF;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.8); /* Adding text shadow for better readability */
    font-size: 24px; /* Increased font size */
    font-weight: bold;
}

.tile-mms {
    background-image: url('mms image.webp'); /* Path to your image */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tile-mms .tile-content {
    color: #464FAF;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.8); /* Adding text shadow for better readability */
    font-size: 24px; /* Increased font size */
    font-weight: bold;
}

.tile-tmt {
    background-image: url('tmt image.webp'); /* Path to your image */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tile-tmt .tile-content {
    color: #464FAF;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.8); /* Adding text shadow for better readability */
    font-size: 24px; /* Increased font size */
    font-weight: bold;
}

.tile-ssrs {
    background-image: url('ssrs image.webp'); /* Path to your image */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tile-ssrs .tile-content {
    color: #464FAF;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.8); /* Adding text shadow for better readability */
    font-size: 24px; /* Increased font size */
    font-weight: bold;
}

.tile-synergize {
    background-image: url('synergize image.webp'); /* Path to your image */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tile-synergize .tile-content {
    color: #464FAF;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.8); /* Adding text shadow for better readability */
    font-size: 24px; /* Increased font size */
    font-weight: bold;
}

.tile-guacamole {
    background-image: url('guacamole image.webp'); /* Path to your image */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tile-guacamole .tile-content {
    color: #464FAF;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.8); /* Adding text shadow for better readability */
    font-size: 24px; /* Increased font size */
    font-weight: bold;
}

.tile-cloud {
    background-image: url('cloud drive image.webp'); /* Path to your image */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tile-cloud .tile-content {
    color: #464FAF;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.8); /* Adding text shadow for better readability */
    font-size: 24px; /* Increased font size */
    font-weight: bold;
}

.tile-bookstack {
    background-image: url('bookstack image.webp'); /* Path to your image */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tile-bookstack .tile-content {
    color: #464FAF;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.8); /* Adding text shadow for better readability */
    font-size: 24px; /* Increased font size */
    font-weight: bold;
}

.tile-security {
    background-image: url('security image.webp'); /* Path to your image */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tile-security .tile-content {
    color: #464FAF;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.8); /* Adding text shadow for better readability */
    font-size: 24px; /* Increased font size */
    font-weight: bold;
}

.tile-waterwell {
    background-image: url('water well image.webp'); /* Path to your image */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tile-waterwell .tile-content {
    color: #464FAF;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.8); /* Adding text shadow for better readability */
    font-size: 24px; /* Increased font size */
    font-weight: bold;
}

.tile-cranehours {
    background-image: url('crane hours image.webp'); /* Path to your image */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tile-cranehours .tile-content {
    color: #464FAF;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.8); /* Adding text shadow for better readability */
    font-size: 24px; /* Increased font size */
    font-weight: bold;
}

.tile-hunting {
    background-image: url('hunting image.webp'); /* Path to your image */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tile-hunting .tile-content {
    color: #464FAF;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.8); /* Adding text shadow for better readability */
    font-size: 24px; /* Increased font size */
    font-weight: bold;
}

.tile-samsara {
    background-image: url('samsara image.webp'); /* Path to your image */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tile-samsara .tile-content {
    color: #464FAF;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.8); /* Adding text shadow for better readability */
    font-size: 24px; /* Increased font size */
    font-weight: bold;
}

.tile-geotab {
    background-image: url('geotab image.webp'); /* Path to your image */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tile-geotab .tile-content {
    color: #464FAF;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.8); /* Adding text shadow for better readability */
    font-size: 24px; /* Increased font size */
    font-weight: bold;
}

.tile-cranefieldstore {
    background-image: url('crane feild store image.webp'); /* Path to your image */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tile-cranefieldstore .tile-content {
    color: #464FAF;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.8); /* Adding text shadow for better readability */
    font-size: 24px; /* Increased font size */
    font-weight: bold;
}

.tile-hhfieldstore {
    background-image: url('hh field store image.webp'); /* Path to your image */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tile-hhfieldstore .tile-content {
    color: #464FAF;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.8); /* Adding text shadow for better readability */
    font-size: 24px; /* Increased font size */
    font-weight: bold;
}

.tile-nwlfieldstore {
    background-image: url('nwl field store image.webp'); /* Path to your image */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tile-nwlfieldstore .tile-content {
    color: #464FAF;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.8); /* Adding text shadow for better readability */
    font-size: 24px; /* Increased font size */
    font-weight: bold;
}

.tile-officestore {
    background-image: url('office store image.webp'); /* Path to your image */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tile-officestore .tile-content {
    color: #464FAF;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.8); /* Adding text shadow for better readability */
    font-size: 24px; /* Increased font size */
    font-weight: bold;
}

.tile-officestore2 {
    background-image: url('office store image2.webp'); /* Path to your image */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tile-officestore2 .tile-content {
    color: #464FAF;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.8); /* Adding text shadow for better readability */
    font-size: 24px; /* Increased font size */
    font-weight: bold;
}

.tile-tmwsuite {
    background-image: url('tmw image.webp'); /* Path to your image */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tile-tmwsuite .tile-content {
    color: #464FAF;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.8); /* Adding text shadow for better readability */
    font-size: 24px; /* Increased font size */
    font-weight: bold;
}

.tile-lighting {
    background-image: url('lighting image.webp'); /* Path to your image */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tile-lighting .tile-content {
    color: #464FAF;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.8); /* Adding text shadow for better readability */
    font-size: 24px; /* Increased font size */
    font-weight: bold;
}

.tile-feedback {
    background-image: url('feedback image 2.webp'); /* Path to your image */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tile-feedback .tile-content {
    color: #464FAF;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.8); /* Adding text shadow for better readability */
    font-size: 24px; /* Increased font size */
    font-weight: bold;
}

.tile-map {
    background-image: url('super heavy haul map.webp'); /* Path to your image */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tile-map .tile-content {
    color: #464FAF;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.8); /* Adding text shadow for better readability */
    font-size: 24px; /* Increased font size */
    font-weight: bold;
}

.tile-TTP {
    background-image: url('TTP image.webp'); /* Path to your image */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tile-TTP .tile-content {
    color: #464FAF;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.8); /* Adding text shadow for better readability */
    font-size: 24px; /* Increased font size */
    font-weight: bold;
}

.tile-paccar {
    background-image: url('paccar image.webp'); /* Path to your image */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tile-paccar .tile-content {
    color: #464FAF;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.8); /* Adding text shadow for better readability */
    font-size: 24px; /* Increased font size */
    font-weight: bold;
}

.tile-paccarapp {
    background-image: url('paccar application image.webp'); /* Path to your image */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tile-paccarapp .tile-content {
    color: #464FAF;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.8); /* Adding text shadow for better readability */
    font-size: 24px; /* Increased font size */
    font-weight: bold;
}

.tile-vcenter {
    background-image: url('vcenter image.webp'); /* Path to your image */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tile-vcenter .tile-content {
    color: #464FAF;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.8); /* Adding text shadow for better readability */
    font-size: 24px; /* Increased font size */
    font-weight: bold;
}

.tile-jive {
    background-image: url('jive image.webp'); /* Path to your image */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tile-jive .tile-content {
    color: #464FAF;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.8); /* Adding text shadow for better readability */
    font-size: 24px; /* Increased font size */
    font-weight: bold;
}

.tile-barracuda {
    background-image: url('barracuda image.webp'); /* Path to your image */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tile-barracuda .tile-content {
    color: #464FAF;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.8); /* Adding text shadow for better readability */
    font-size: 24px; /* Increased font size */
    font-weight: bold;
}

.tile-umbrella {
    background-image: url('cisco image.webp'); /* Path to your image */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tile-umbrella .tile-content {
    color: #464FAF;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.8); /* Adding text shadow for better readability */
    font-size: 24px; /* Increased font size */
    font-weight: bold;
}

.tile-sysaid {
    background-image: url('sysaid image.webp'); /* Path to your image */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tile-sysaid .tile-content {
    color: #464FAF;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.8); /* Adding text shadow for better readability */
    font-size: 24px; /* Increased font size */
    font-weight: bold;
}

.tile-2ntop {
    background-image: url('2ntop image.webp'); /* Path to your image */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tile-2ntop .tile-content {
    color: #464FAF;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.8); /* Adding text shadow for better readability */
    font-size: 24px; /* Increased font size */
    font-weight: bold;
}

.tile-2nbot {
    background-image: url('2nbot image.webp'); /* Path to your image */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tile-2nbot .tile-content {
    color: #464FAF;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.8); /* Adding text shadow for better readability */
    font-size: 24px; /* Increased font size */
    font-weight: bold;
}

.tile-backuplify {
    background-image: url('backuplify image.webp'); /* Path to your image */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tile-backuplify .tile-content {
    color: #464FAF;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.8); /* Adding text shadow for better readability */
    font-size: 24px; /* Increased font size */
    font-weight: bold;
}

.tile-nagios {
    background-image: url('nagios image.webp'); /* Path to your image */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tile-nagios .tile-content {
    color: #464FAF;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.8); /* Adding text shadow for better readability */
    font-size: 24px; /* Increased font size */
    font-weight: bold;
}

.tile-portainer {
    background-image: url('portainer image.webp'); /* Path to your image */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tile-portainer .tile-content {
    color: #464FAF;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.8); /* Adding text shadow for better readability */
    font-size: 24px; /* Increased font size */
    font-weight: bold;
}

.tile-matrix {
    background-image: url('matrix image.webp'); /* Path to your image */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tile-matrix .tile-content {
    color: #464FAF;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.8); /* Adding text shadow for better readability */
    font-size: 24px; /* Increased font size */
    font-weight: bold;
}

.tile-engineering {
    background-image: url('engineering image.webp'); /* Path to your image */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tile-engineering .tile-content {
    color: #464FAF;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.8); /* Adding text shadow for better readability */
    font-size: 24px; /* Increased font size */
    font-weight: bold;
}
