/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1766525509
Updated: 2025-12-24 04:31:49

*/
td .rtio-status-wrapper {
    min-width: 114px;
}


/* Style untuk menu Hello User */
.menu-item-hello-user .hello-text {
    color: #2fa1d7;
    font-size: 14px;
    padding: 10px 15px;
    display: inline-block;
    cursor: default;
    font-weight: normal;
    opacity: 0.8;
    transition: opacity 0.3s;
}

.menu-item-hello-user .hello-text:hover {
    opacity: 1;
}

/* Style untuk menu Logout */
.menu-item-logout .logout-link {
    color: #dc3545; /* Merah untuk logout */
    font-weight: 500;
    padding: 10px 15px;
    display: inline-block;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s;
}

.menu-item-logout .logout-link:hover {
    background-color: #dc3545;
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 2px 5px rgba(220, 53, 69, 0.3);
}

/* Atau jika menggunakan Solusi 2 (satu menu item) */
.menu-item-user-logout {
    display: flex;
    align-items: center;
    gap: 8px;
}

.menu-item-user-logout .user-greeting {
    color: #666;
    font-size: 14px;
    font-weight: normal;
    opacity: 0.8;
}

.menu-item-user-logout .logout-link {
    color: #dc3545;
    font-weight: 500;
    text-decoration: none;
    padding: 4px 8px;
    border-radius: 4px;
    transition: all 0.3s;
}

.menu-item-user-logout .logout-link:hover {
    background-color: #dc3545;
    color: #fff;
    transform: translateY(-1px);
}

/* Responsive */
@media (max-width: 768px) {
    .menu-item-user-logout {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }
    
    .menu-item-user-logout .user-greeting {
        font-size: 13px;
    }
}

a {
	color: #015bb4;
}
body {
	background: linear-gradient(94deg, #1a6e97, #2d9fd6, #1a6e97);
}

body, body * {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    -webkit-touch-callout: none !important;
    -webkit-tap-highlight-color: transparent !important;
}
main#content {
    min-height: 77vh;
}
.nowrap, .rtio-sticky-name small {
    white-space: nowrap;
}

h3 {
    font-size: 17px;
}

.page-content .e-con-inner {
    background: #fff;
    border-radius: 20px;
    padding: 20px !important;
}

span.hello-text {
    text-shadow: 1px 1px #000;
}

