/* _content/OmsaiTeams/Dialer.razor.rz.scp.css */
.dialer[b-b87wx18a8w] {
    background-color: #111;
    position: fixed;
    bottom: -510px;
    right: 30px;
    padding: 20px 30px;
    width: 295px;
    border-top-left-radius: 5px;
    transition: 1s bottom;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

.dialer--show-top[b-b87wx18a8w] {
    bottom: -450px;
}

.dialer--incoming-call[b-b87wx18a8w] {
    animation: shake-b-b87wx18a8w 1s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite both;
}

.dialer--show[b-b87wx18a8w] {
    bottom: 0;
}

.show-hide-button[b-b87wx18a8w] {
    position: absolute;
    top: -38px;
    right: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.dial-pad button[b-b87wx18a8w] {
    display: block;
    float: left;
    border-radius: 37.5px;
    width: 75px;
    height: 75px;
    margin-bottom: 5px;
    margin-right: 5px;
    font-size: 24px;
}

.dial-pad button:nth-child(3n)[b-b87wx18a8w] {
    margin-right: 0;
}

@keyframes shake-b-b87wx18a8w {
    5%,
    45% {
        transform: translate3d(-1px, 0, 0);
    }
    10%,
    40% {
        transform: translate3d(1px, 0, 0);
    }
    15%,
    25%,
    35% {
        transform: translate3d(-2px, 0, 0);
    }
    20%,
    30% {
        transform: translate3d(2px, 0, 0);
    }
}
/* _content/OmsaiTeams/Shared/MainLayout.razor.rz.scp.css */
.page[b-ogh3n1fyj5] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ogh3n1fyj5] {
    flex: 1;
}

.sidebar[b-ogh3n1fyj5] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ogh3n1fyj5] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ogh3n1fyj5]  a, .top-row .btn-link[b-ogh3n1fyj5] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-ogh3n1fyj5] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-ogh3n1fyj5] {
        display: none;
    }

    .top-row.auth[b-ogh3n1fyj5] {
        justify-content: space-between;
    }

    .top-row a[b-ogh3n1fyj5], .top-row .btn-link[b-ogh3n1fyj5] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ogh3n1fyj5] {
        flex-direction: row;
    }

    .sidebar[b-ogh3n1fyj5] {
        /*width: 250px;*/
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ogh3n1fyj5] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-ogh3n1fyj5], article[b-ogh3n1fyj5] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/OmsaiTeams/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-4evdpfqpau] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-4evdpfqpau] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-4evdpfqpau] {
    font-size: 1.1rem;
}

.oi[b-4evdpfqpau] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-4evdpfqpau] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-4evdpfqpau] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-4evdpfqpau] {
        padding-bottom: 1rem;
    }

    .nav-item[b-4evdpfqpau]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-4evdpfqpau]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-4evdpfqpau]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-4evdpfqpau] {
        display: none;
    }

    .collapse[b-4evdpfqpau] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* _content/OmsaiTeams/Shared/Tooltip.razor.rz.scp.css */
.tooltip-wrapper[b-3lhrnp77gz] {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    cursor: help;
}

span[b-3lhrnp77gz] {
    visibility: hidden;
    position: absolute;
    width: 400px;
    bottom: -100%;
    left: 50%;
    margin-left: 20px;
    background-color: #363636;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index:auto;
}

span[b-3lhrnp77gz]::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-3lhrnp77gz] {
    visibility: visible;
}
