/* _content/iZiPlanning.ServerApp/Components/Tooltip/Tooltip.razor.rz.scp.css */
.tooltip-wrapper[b-b1tyjmj0da] {
    position: relative;
    display: inline-block;
/*    border-bottom: 1px dotted black;*/
    cursor: help;
}

span[b-b1tyjmj0da] {
    visibility: hidden;
    position: absolute;
    width: 200px;
    bottom: 80%;
    left: 50%;
    margin-left: -100px;
    background-color: #363636;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
}

    span[b-b1tyjmj0da]::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
    }

.tooltip-wrapper:hover span[b-b1tyjmj0da] {
    visibility: visible;
}
/* _content/iZiPlanning.ServerApp/Pages/Employes/Components/SignPopupComponent.razor.rz.scp.css */
.signature-switch-container[b-o8poafom84] {
    width: 100%;
    user-select: none;
}

.hidden-checkbox[b-o8poafom84] {
    display: none;
}

.signature-switch[b-o8poafom84] {
    position: relative;
    width: 100%;
    height: 60px;
    border-radius: 30px;
    background-color: #ddd;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
    overflow: hidden;
    user-select: none;
    cursor: pointer;
}

.switch-background[b-o8poafom84] {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #555;
    pointer-events: none;
}

.switch-handle[b-o8poafom84] {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
}

    .switch-handle.relased[b-o8poafom84] {
        -moz-transition: left ease-in-out 0.25s;
        -o-transition: left ease-in-out 0.25s;
        -webkit-transition: left ease-in-out 0.25s;
        transition: left ease-in-out 0.25s;
    }

.switch-handle-cursor[b-o8poafom84] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    transition: left 0.1s ease-out;
    pointer-events: none;
}

.signature-switch.signed[b-o8poafom84] {
    background-color: #4CAF50;
    color: #fff;
}

    .signature-switch.signed .switch-handle[b-o8poafom84] {
        left: auto !important;
        right:0;
        box-shadow: none;
    }
/* _content/iZiPlanning.ServerApp/Pages/Manage/StoresPage.razor.rz.scp.css */
.card-img-top[b-rxylb2zykr] {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
/* _content/iZiPlanning.ServerApp/Pages/Publics/HomePage.razor.rz.scp.css */
#hero[b-eyooiiid7k] {
    position: relative;

}

    #hero[b-eyooiiid7k]::before {
        content: "";
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        background-image: url(../images/pictures/login-background.jpg);
        background-size: cover;
        opacity: 0.75;
        z-index: 0;
    }

    #hero .container[b-eyooiiid7k] {
        z-index: 1;
        
    }

.izi-card[b-eyooiiid7k] {
    background-color: rgba(255,255,255,0.8);
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
}

#features[b-eyooiiid7k] {
    background-color: #5C1E60;
}
/* _content/iZiPlanning.ServerApp/Shared/Layouts/DefaultLayout.razor.rz.scp.css */
#body[b-rghzw7uyva] {
    background-color: #f8f9fa;
    color: #495057;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
