/* _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/Authentication/Shared/AccountLayout.razor.rz.scp.css */
.section-account[b-xd11y55ihk] {
  width: 100%;
  min-height: 100vh;
  background-image: url(../images/pictures/login-background.jpg);
  background-size: cover;
}
.section-account[b-xd11y55ihk]::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(254, 254, 254, 0.65);
}
/* _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/EmployeesPage.razor.rz.scp.css */
/*Breakpoints view*/
.color-employee[b-pvgvsjp2kn] {
  --height: 25px;
  height: var(--height);
  border: 1px solid #d2d2d2;
}

.empty-color[b-pvgvsjp2kn] {
  width: 100%;
  position: relative;
  display: inline-block;
  border: 1px solid #dc3545;
}
.empty-color[b-pvgvsjp2kn]::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(20deg, transparent calc(50% - 1px), #dc3545 calc(50% - 0px), #dc3545 calc(50% + 0px), transparent calc(50% + 1px));
}

.store-bulle[b-pvgvsjp2kn] {
  background-color: #ecf0f1;
  padding: 4px 12px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  white-space: nowrap;
}

[b-pvgvsjp2kn] .employes-grid.dxbl-grid .dxbl-grid-table > tbody > tr > td {
  border-left-width: 0px;
}

[b-pvgvsjp2kn] .employes-grid.dxbl-grid .dxbl-grid-table > thead > tr > th {
  border-left-width: 0px;
}
/* _content/iZiPlanning.ServerApp/Pages/Manage/Employees/AddEditEmployeePage.razor.rz.scp.css */
.tag-icon-item-template[b-zl1y4g96px] {
    display: flex;
    align-items: center;
    line-height:1;
}

.tag-icon-item-template .item-template-label[b-zl1y4g96px] {
    display: block;
}

.tag-icon-item-template .item-template-explain[b-zl1y4g96px] {
    font-size: 10px;
}

.tag-icon-template[b-zl1y4g96px] {
    display: flex;
    align-items: center;
    padding:2px;
    position: relative;
    border-radius: 16px;
}

[b-zl1y4g96px] .tag-template-close-btn {
    border: 0;
    border-radius: 3rem;
    box-shadow: none;
    font-weight: 600;
    padding: 0;
    width: 16px;
    height: 16px;
    margin: 0 0.25em 0 0.5em;
    opacity: 0.75;
    color:white !important;
}

[b-zl1y4g96px] .tag-template-close-btn:hover {
    opacity: 1;
}
/* _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/Planning/Components/StackPlanning/AppointmentComponent.razor.rz.scp.css */
.button-opacity[b-6gps8wnw78] {
    opacity: 0;
    transition: opacity .35s ease;
}

.card-body:hover .button-opacity[b-6gps8wnw78] {
    opacity: 1;
}
/* _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/Components/Bases/EditFormPageBase.razor.rz.scp.css */
/* _content/iZiPlanning.ServerApp/Shared/Components/Bases/PageBase.razor.rz.scp.css */
/* _content/iZiPlanning.ServerApp/Shared/Components/Bases/PopupBase.razor.rz.scp.css */
/* _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;
}

#next-update[b-rghzw7uyva] {
    position: fixed;
    top: 0;
    z-index: 999999;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.9;
    -moz-border-radius: 0 0 12px 12px;
    -webkit-border-radius: 0 0 12px 12px;
    border-radius: 0 0 12px 12px;
    max-width: 475px;
}

.env-info[b-rghzw7uyva] {
    position: fixed;
    top: 0;
    z-index: 99999999;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.8;
    padding: 4px 16px 6px 16px;
    -moz-border-radius: 0 0 12px 12px;
    -webkit-border-radius: 0 0 12px 12px;
    border-radius: 0 0 12px 12px;
    
}

    .env-info.staging[b-rghzw7uyva] {
        background-color: orangered;
        color: white;
    }

    .env-info.dev[b-rghzw7uyva] {
        background-color: darkred;
        color: white;
    }

    .btn-close[b-rghzw7uyva]{
        position:absolute;
        top:10px;
        right:10px;
    }

.env-sign-as[b-rghzw7uyva] {
    position: fixed;
    top: 0;
    z-index: 99999999;
    left: 75%;
    transform: translateX(-50%);
    opacity: 0.8;
    padding: 4px 16px 6px 16px;
    -moz-border-radius: 0 0 12px 12px;
    -webkit-border-radius: 0 0 12px 12px;
    border-radius: 0 0 12px 12px;
    background-color: dodgerblue;
    color: white;
}
/* _content/iZiPlanning.ServerApp/Shared/Layouts/SubMenuLayout.razor.rz.scp.css */
/*Breakpoints view*/
[b-so0z9lsgnd].nav-links .nav-link {
  padding: 0.75rem 1rem;
  border-bottom: solid 1px #dfe6e9;
}
[b-so0z9lsgnd].nav-links .nav-link:hover {
  background-color: #f7f7f7;
}
[b-so0z9lsgnd].nav-links .link-active {
  background-color: #dfe6e9;
  font-weight: bold;
}
