.monthdata-pickernew {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 2px;
    display: none;
    width: 200px;
    z-index: 990;
    position: fixed;
}

.headermonthdata {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    background-color: #565656; 
    padding: 10px; 
    color:white;
    cursor: pointer;
    text-align: center;
    position: relative;
    font-size: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #565656
}

.monthdatanew {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.monthdata {
    padding: 10px 0;
    cursor: pointer;
    transition: background-color 0.3s;
    text-align: center;
 
}

.monthdata:hover {
    background-color: #007bff;
    color: #fff;
}

.monthInput {
    width: 100%;
}
.breadcrumb-border {
    background-color: #aca1dbfb;
    border: 1px solid #e5e5e5;
    position: relative;
    color: #fff;
    padding: 5px;
}
/* .table_custom{
    border-collapse: collapse;
    border: 1px solid #dfdfdf !important;
    padding: 0.15rem 0.7rem !important;
} */
/* end the month css */

/* dropdown overwrite code  */
/* .btnddbrivas{
  border: 1px solid darkblue !important;
  height: 39px !important;
  top: -17px !important;
}
.ddbrivas{
  padding: 1px 13px !important;
} */

/* dropdown overwrite code End  */

  .table-striped.table-bordered td {
    white-space: nowrap !important;
}
.form-control::placeholder {
    color: #999 !important; /* Placeholder color */
    /* font-style: italic;*/
  } 
  

.btn-midnightblue {
  background-color: darkorange;
  color: white; }
  .btn-midnightblue:active, .btn-midnightblue:focus, .btn-midnightblue:hover {
    color: white; }
  .btn-midnightblue.active, .btn-midnightblue:active {
    background-color: darkorange; }
  .btn-midnightblue.disabled, .btn-midnightblue:disabled {
    background-color: rgba(0, 0, 0, 0.12);
    color: rgba(255, 255, 255, 0.26); }


    .btn-Cranberry  {
      background-color:#DB5079 ;
      color: white; }
      .btn-Cranberry:active, .btn-Cranberry:focus, .btn-Cranberry:hover {
        color: white; }
      .btn-Cranberry.active, .btn-Cranberry:active {
        background-color:#DB5079; }
      .btn-Cranberry.disabled, .btn-Cranberry:disabled {
        background-color: rgba(0, 0, 0, 0.12);
        color: rgba(255, 255, 255, 0.26); }

    .brivas-menu {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 30px;
      padding: 40px;
      width: 100%;
      max-width: 100%;
  }

  .brivas-menu ul {
      list-style-type: none;
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
  }

  .brivas-menu ul li {
      display: flex;
      flex-direction: column;
      align-items: center;
      position: relative;
      width: 150px;
      height: 150px;
      background: #fff;
      border-radius: 15px;
      box-shadow: 0px 1px 20px 1px rgb(96, 100, 134);
      transition: all 0.3s ease;
      overflow: hidden;
  }

  .brivas-menu ul li:hover {
      transform: translateY(-10px);
      box-shadow: 0px 1px 20px 1px rgb(55, 60, 119);
  }

  .brivas-menu ul li a {
      text-decoration: none;
      color: #555;
      font-size: 16px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 100%;
      width: 100%;
      padding: 20px;
      transition: all 0.3s ease;
      position: relative;
  }

  .brivas-menu ul li a i {
      font-size: 36px;
      margin-bottom: 10px;
      transition: color 0.3s;
  }

  .brivas-menu ul li a::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 200%;
      height: 200%;
      background: rgba(0, 123, 255, 0.1);
      border-radius: 50%;
      transform: translate(-50%, -50%) scale(0);
      transition: transform 0.3s ease;
  }

  .brivas-menu ul li:hover a::before {
      transform: translate(-50%, -50%) scale(1);
  }

  .brivas-menu ul li a:hover {
      color: #007bff;
  }

  .brivas-menu ul li a:hover i {
      color: #007bff;
  }

  .brivas-menu ul li a span {
      display: block;
      transition: opacity 0.3s ease;
  }

  .brivas-menu ul li a span::after {
      content: '';
      display: block;
      width: 0;
      height: 2px;
      background: #007bff;
      transition: width 0.3s;
      margin-top: 5px;
  }

  .brivas-menu ul li a:hover span::after {
      width: 100%;
  }
  .brivas-group {
    display: flex;
    align-items: center;
    margin: -8px !important;
}

.brivas {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    cursor: pointer;
    margin: 5px;
}

.edit-brivas {
    background-color: #64b5f6;
    /* Light blue */
}

.delete-brivas {
    background-color: #ef5350;
}

.view-brivas {
    background-color: #7662ec;
}

.revoke-brivas {
    background-color: #f09b39;
}

.brivas i {
    font-size: 15px;
    color: white;
}

.edit-brivas:hover {
    border: 4px;
    background-color: #1e88e5;
    /* Darker blue on hover */
}

.delete-brivas:hover {
    border: 4px;
    background-color: #c62828;
    /* Darker red on hover */
}

.edit-button {
    background-color: white;
    padding: 1rem;
    border-top: 3px solid #699bef;
    border-right: 15px solid #699bef;
}