html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
#divToHide {
    display: none;
}

.top-btns {
    display: flex;
    padding-left: 2px;
}

.red {
    color: red;
}

.bottom-wrapper table th {
    background: #e1e0dc;
}

.bottom-wrapper table, .bottom-wrapper table tr, .bottom-wrapper table td, .bottom-wrapper table th {
    border-color: rgb(51 51 51 / 61%);
}

.loader-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent background */
    z-index: 9999; /* Ensure it's above other content */
}
.logo {
    display: block;
    /*margin:9% auto; 
  margin-left:9%;*/
}


.header {
    padding: 5px;
    display: flex;
    gap: 5%;
    align-items: center;
}

    .header h4 {
        color: #7372ac;
        margin: 0;
        white-space: nowrap;
        font-weight: bold;
        font-size: 18px;
    }


.top-btns {
    display: flex;
    padding-left: 10px;
}

.top-wrapper .inner-form .label {
    display: flex;
    white-space: nowrap;
}

.top-wrapper .inner-form, .top-wrapper .top-btns {
    padding-top: 20px;
}
.notyf__toast {
    top: 80px !important;
}
.ui-widget.ui-widget-content {
    z-index: 9999999;
}
.header .logo img{max-width:300px;}
.main-navbar.navbar {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}
.icon-button.btn {
    background: #007bff;
    color: #fff;
    text-align: center;
}
.dropdown-menu.show{
    left:inherit;
    right:0;
}
header .btn.dropdown-toggle img {
    height: 40px;
    width: 40px;
}



@media screen and (max-width:767px) {
    .header h4 {
        font-size: 16px;
    }
}

.dropdown-item {
    color: #0B5583;
}

.welcome-user {
    line-height: normal;
    padding-right: 8px;
    font-family: Arial;
}


    .welcome-user b {
        color: #0b5583; /* Ensure this color contrasts well with the background */
    }

main {
    flex: 1;
    overflow-y: auto;
    padding-bottom: 2px;
}

footer {
    padding: 2px;
    text-align: center;
    margin-top: 5px;
}

