.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: 0.5rem;
    overflow-x: hidden;
    overflow-y: auto;
}


.sidebar {
    position: fixed;
    top: 20px;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 48px 0 0;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    box-shadow: inset -1px 0 0 rgb(0 0 0 / 10%);
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}


.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}


.sidebar .nav-link {
    font-weight: 500;
    color: #333;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

[role="main"] {
    padding-top: 60px;
    margin-left: -5%;
  
}


.navbar-brand {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.25rem;
    font-size: 1rem;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgb(0 0 0 / 25%);
}

.itemname {
    margin-left: 15px;
}

.sidebar .nav-link.active {
    color: #007bff;
}


.table-raha
{
    width: 110%; 
    max-height: 100px; 
    overflow-y:scroll; 
    margin-bottom: 30px;
}

.raha-firma-title 
{
    font-size: 17px;
    margin-bottom: 15px;
    padding-top: 20px;
    width: 110%;
}

.raha-firma-button 
{
    width: 15%;
    font-size: 15px;
    margin-bottom: 20px;
}


.wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(10, 340x);
  }

  .current{
    color:#09f;
    border-bottom: 4px solid #09f;
}

.item-bb{
    border-bottom: 4px solid #FFD64F;
}




.sidebarNew .nav-link {
    font-weight: 500;
    color: #333;
}

.sidebarNew {
    position: fixed;
    top: 20px;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 48px 0 0;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    box-shadow: inset -1px 0 0 rgb(0 0 0 / 10%);
}




/* Remove default bullets */
ul, #myUL {
    list-style-type: none;
  }
  
  /* Remove margins and padding from the parent ul */
  #myUL {
    margin: 0;
    padding: 0;
  }
  
  /* Style the caret/arrow */
  .caret {
    cursor: pointer;
    user-select: none; /* Prevent text selection */
    padding-right: 13%;
    padding-left: 5%;
    padding-bottom: 0;
    padding-top: 0;
    white-space: nowrap;
    margin-bottom: 0;
    margin-top: 0;
  }
  
  /* Hide the nested list */
  .nested {
    display: none;
  }
  
  /* Show the nested list when the user clicks on the caret/arrow (with JavaScript) */
  .active {
    display: block;
  }

 .caret:hover {
    background-color: #cccccc;
    transition: 0.2s;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 5px;
  }

  li {
    margin: 3% 0;
  }

  .newMenuItem {
    margin-left: 0;
    user-select: none; /* Prevent text selection */
    padding-right: 2%;
    padding-left: 10%;
    padding-bottom: 2%;
    padding-top: 2%;
  }

  .newMenuItem:hover {
    background-color: #cccccc;
    transition: 0.2s;
    cursor: pointer;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 5px;
  }

  .modal .modal-content {
    padding: 15px 30px 15px 30px;
    -webkit-animation-name: modal-animation;
    -webkit-animation-duration: 0.5s;
    animation-name: modal-animation;
    animation-duration: 0.5s;
}

.checkmark {
    width: 15%;
    height: auto;
}

.menuActive {
    color: #026dca;
    white-space: nowrap;
}

.menuCaret:hover {
    cursor: pointer;
    background-color: #d9d9d9;
    transition: 0.5s;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 15px;
}

.caretActive:hover {
    cursor: pointer;
    background-color: #0388fc;
    transition: 0.5s;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 15px;
}


.btn {
    border-radius: 0 !important;
}

.dropdown-menu {
    border-radius: 0 !important;
}

.actionMenu {
    font-size: 13px;
}

.actionButton:hover {
    background-color: #d9d9d9 !important;
    color: black !important;
    transition: 0.2s;
    cursor: pointer;
}

.actionButton:focus {
    background-color: #d9d9d9 !important;
    color: black !important;
}

.dropdown-toggle::after {
    margin-right: 10px;
  }


  .langDropdown::after {
    content: none !important;
}

.navbutton:hover {
    background-color: #e6e6e6;
    transition: 0.2s;
    cursor: pointer;
    border-bottom: 5px solid #0275d8;
}

.navbuttonActive {
    border-bottom: 5px solid #0275d8;
}

.buttonActive {
    background-color: #0275d8 !important;
    color: white !important;
}

.buttonActive:hover {
    background-color: #025fb1 !important;
    color: white !important;
}

.h5 {
    font-weight: normal !important;
}

.h6 {
    font-weight: normal !important;
}

.table-tek:hover {
    cursor: pointer;
}

.pac-logo::after {
    content:none !important;
  }