
.clickable {
    cursor: pointer;
}
.navbar.navbar-container {
    background-color: #e7f0f7;
    /* border-bottom: 1px solid #ccc; */
    box-shadow: none;
}
.navbar-vertical-aside .navbar-brand-wrapper {
    background-color: #e7f0f7;
    border-bottom: 1px solid #ccc;
}

.navbar-vertical-content {
    background-color: #e7f0f7;
}

.nav-tabs .nav-link {
    color: var(--title-clr) !important;
}

.sidebar--search-form {
    /* background: none; */
    background-color: #e7f0f7;
}

.form-control,
.custom-file-label {
    border: 1px solid #ccc;
}
.custom-select:focus,
.form-control:focus,
.custom-file-label:focus {
    box-shadow: none;
    border: 1px solid #000;
}
.navbar.navbar-container .navbar-nav .dropdown-menu {
    background-color: #e7f0f7;
    border-radius: 0px;
}
.dropdown-divider {
    border-top: 1px solid #ccc;
}
.card {
    border: 1px solid #ccc;
    box-shadow: none;
    border-radius: 0px;
}
.card-header {
    background-color: #d0d7de;
    border-bottom: #ccc;
}
.card .card-header:first-child,
.card .card-body:first-child {
    border-radius: 0px;
}
table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ccc;
}

thead {
    background-color: #e7f0f7; /* Change this to any color you like */
}

th,
td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: center; /* Center text in both th and td */
}

thead th {
    font-weight: bold;
    text-align: center; /* Center text in header */
}

html::-webkit-scrollbar {
    width: 12px;
}

html::-webkit-scrollbar-track {
    background: #f1f1f1;
}

html::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 0;
    border: 1px solid #777;
}

html::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

.loginPage {
    font-family: Arial, sans-serif;
    /* background: #f4f4f4; */
    background: #fff;
    margin: 0;
    padding: 0;
}

.loginPage .container {
    width: 950px;
    margin: 100px auto;
    text-align: center;
}
.loginPage .container .box {
    background-color: #f1f1f1;
    border:4px solid #575757;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    padding: 20px;
}
.loginPage .logo {
    text-align: right;
    margin: 30px;
    margin-top: 0px;
    margin-right: 0px;
}
.loginPage .logo img {
    height: 135px;
}
.loginPage h1 {
    text-align: right;
    font-size: 50px;
    margin: 20px 30px 10px;
}
.loginPage .version {
    text-align: right;
    font-size: 30px;
    margin-bottom: 20px;
    margin-right: 30px;
}
.loginPage .footer {
    text-align: center;
    font-size: 14px;
    color: gray;
    margin-top: 40px;
}
.loginPage .form-group {
    margin: 15px 0;
}
.loginPage label {
    display: inline-block;
    width: 100px;
    font-weight: bold;
}
.loginPage .form-actions {
    text-align: center;
    /* margin-top: 20px; */
}
.loginPage button {
    padding: 6px 15px;
    background-color: #d2d2d2;
    border: 1px solid #aaa;
    cursor: pointer;
}
.loginPage input,
.loginPage select {
    padding: 6px;
    width: 200px;
    border: 1px solid #888;
    border-radius: 0;
    outline: none;
    font-size: 14px;
    box-sizing: border-box;
}
.loginPage input:focus,
.loginPage select:focus {
    border-color: #333;
}

.loginPage .form-group2 {
    display: flex;
    flex-direction: row;
    gap: 57px;
    justify-content: center;
    margin-left: 10%;
}

.loginPage .form-group2 label {
    display: flex;
    align-items: center;
    gap: 8px; /* space between radio and text */
    font-size: 14px;
    cursor: pointer;
    width: auto;
}

.loginPage .form-group2 input[type="radio"] {
    margin: 0;
    width: auto;
}
.bottom-header {
    position: fixed;
    top: 90px;
    left: 0;
    right: 0;
    z-index: 98;
    height: 40px;
    background-color: #a5c1d5;
    color: #000;
    border-bottom: 1px solid #ccc;
    padding: 0 20px;
}
.bottom-header .text-right {
    color: #000;
    padding: 0 10px;
    border-right: 2px solid #000;
}
.bottom-header .search-box {
    width: 325px;
}
.bottom-header .search-box form {
    margin: 0px;
}
.bottom-header .search-box label {
    width: 100%;
    color: #000;
    margin: 0;
}
.bottom-header .search-box input {
    height: 30px;
}
.bottom-header .search-box button {
    height: 30px;
    padding: 0 15px;
}
.bottom-header .search-box input:focus {
    background-color: #fff;
}
.bottom-header .text-right button {
    height: 30px;
    padding: 0 15px;
}
.menu-header {
    background-color: #a5c1d5;
    color: #000;
}
.menu-header button {
    width: 25px;
    height: 25px;
    padding: 0;
}
.menu-header button i {
    -webkit-text-fill-color: white;
}
#navbar-vertical-content ul.navbar-nav {
    min-height: 800px;
}

.hide-sidebar .main {
    padding-left: 0 !important;
}
.hide-sidebar .main .footer {
    margin-left: 0 !important;
}

.hide-sidebar #sidebar {
    display: none;
}

body {
  text-transform: capitalize !important;
}

.navbar-fixed ~ .main{
    padding-top: 5.15rem !important;
}