html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.text-right {
    float:right;
}
.dropdown-item-img {
    height: auto !important;
    width: 15px !important;
}
.btn-outline-light:hover {
    border-color: #212529;
}
.mt-6{
    margin-top:5rem !important;
}
.plus-button-padding {
    padding: 10px;
}

.cross-button-padding {
    padding: 10px 12px;
}

.table.dataTable thead > tr > th {
    padding-right: 0px !important;
}
.nav-link.active {
    color: #80ff5c !important;
}
.dropdown-item.selected{
    color:green !important;
}
.dropdown-menu {
    max-height: 550px; /* Set your desired max height */
    overflow-y: auto;
}
/*Mukarram Css*/
/*Attendence*/
.scrollable-table {
    max-height: 80vh;
    overflow-y: scroll;
}
.scrollable-table-50 {
    max-height: 50vh;
    overflow-y: scroll;
}
.thead{
    position: sticky;
    top: 0;
    background-color: white;
}
/*Attendence*/
/* Recieve Voucher  */
.label {
    font-size: 15px;
}

.align-baseline {
    align-items: baseline;
}

.justift-end {
    justify-content: end;
}
/* Recieve Voucher  */
/* Daybook View  */
.maincontainer {
    background-color: #bbb9b94d;
}

.align-center {
    align-items: center;
}

.lable2 {
    display: flex;
    align-items: center;
    justify-content: end;
}

.custom-button {
    padding-left: 30px;
    padding-right: 30px;
}
/* .. */
.Daybookscrollable-table {
    max-height: 60vh;
    overflow-y: scroll;
}

.thead {
    position: sticky;
    top: 0;
    background-color: white;
}
/* .. */
/* Daybook View  *
/* Salary Sheet View  */
th, td {
    border: 0.5px solid black;
}

.space-arround {
    justify-content: space-around;
}
.th-color-check {
    background-color: #80ff5c !important;
}
/* Salary Sheet View  */
/* BNC Income View  */
.main-container {
    background-color:;
}

.bncdate {
    display: flex;
    align-items: center;
}

.buttons {
    display: flex;
    justify-content: start;
    align-items: end;
    column-gap: 10px;
}

.w-60 {
    width: 60%;
}

.justify-center {
    justify-content: center;
}

.justify-start {
    justify-content: start;
}

.th-color {
    color: white !important;
    background-color: #097df2 !important;
}

.admin {
    margin-left: 12px;
    margin-right: 12px;
}
/* BNC Income View  */
/* Internal Transfer  */
.top-rounded {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}
/* Internal Transfer  */
/* Sale Invoice  */
.padding-left{
    padding-left: 12px;
}
/* Sale Invoice  */

.align-end{
    align-items: end;
}
/*Mukarram Css*/