/* Main layout container */
.main-container-login {
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.layout-container {
    display: flex;
    min-height: 100vh;
    width: 100%;
}

/* Logo image */
.sidebar-logo {
    max-width: 100%;
    height: auto;
}

/* Logo container */
.logo-container {
    padding: 0px 10px 30px 10px;
}

/* Sidebar navigation column */
.navbar-col {
    background-color: #ffffff;
    width: 200px;
    max-width: 200px;
    padding: 20px 0;
    --tw-shadow: 0px 4px 27px 0px rgba(73, 82, 90, .12);
    --tw-shadow-colored: 0px 4px 27px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    display: flex;
    flex-direction: column;
    border-radius: 10px;
}

.nav-item {
    padding-left: 20px;
    padding-right: 20px;
}

/* Dashboard page title */
.dashboard-page-title {
    font-size: 2rem;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

/* Dashboard page content */
.dashboard-page-content {
    padding: 30px;
}

#page-content {
    flex-grow: 1;
}

.font-style-box-title {
    font-family: "Roboto", sans-serif;
    --tw-text-opacity: 0.8;
    color: rgb(51 51 51 / var(--tw-text-opacity));
}

.font-style-box {
    margin-top: 10px;
    font-size: 40px;
    color: #f08b56;
    font-family: "Roboto", sans-serif;
}

.tab-object {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
}