/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
@import url("https://use.typekit.net/xqm6jfn.css");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wdth,wght@0,75..100,300..800;1,75..100,300..800&display=swap');
/* Add your custom styles here */
.site-header .header-inner {
    gap: 20px;
}
body{
	font-family: "calibri", sans-serif !important;
}
form{
	font-family: "Open Sans", sans-serif;                                
}
.notice-conf{
    background-color: #e0f0f9;
    padding: 10px 20px 10px 20px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #000;
	text-align: justify;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}
.logout-button {
    background-color: #01b8ee;
    color: #fff !important;
    padding: 10px 15px;
    text-decoration: none !important;
    border-radius: 5px;
}
.logout-button:hover {
    background-color: #000; /* Darker red on hover */
}

#dragitem-car {
    display: block !important;
    background: #f8f9fa;
    padding: 15px;
    border: 1px solid #dee2e6;
    margin: 10px 0;
}

.dragbox-car {
    display: inline-block !important;
    padding: 15px;
    border: 2px dashed #dc3545;
    background: #fff;
    margin: 10px 0;
}

#drag-arrow-car {
    display: block !important;
    width: 30px;
    height: 30px;
    cursor: grab;
}