/* /Components/CalendarToolbar.razor.rz.scp.css */
.activity-calendar-toolbar[b-5wgntauxb1] {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid var(--mud-palette-table-lines);
    z-index: 1100;
    max-width: var(--container-max-width);
    background-color: white;
}

.activity-calendar-toolbar-navigation[b-5wgntauxb1] {
    display: flex;
    width: 100%;
    justify-content: center;
    align-content: center;
    padding: 12px 16px;
    gap: 16px;
    height: 56px;
}

[b-5wgntauxb1] .mud-tabs-tabbar .mud-tabs-tabbar-inner {
    display: flex;
    min-height: 24px;
}

[b-5wgntauxb1] .mud-tab {
    width: 100%;
    display: inline-flex;
    flex-shrink: 0;
    min-height: auto;
    user-select: none;
    white-space: normal;
    transition: background-color 150ms cubic-bezier(.4,0,.2,1) 0ms;
}

    [b-5wgntauxb1] .mud-tab.mud-tab-active {
        color: var(--mud-palette-text-primary) !important;
        background-color: #ffffff;
    }

.calendar-part > .mud-tabs-tabbar-inner > .mud-tabs-tabbar-content > .mud-tabs-tabbar-wrapper > .mud-tab-slider.mud-tab-slider-horizontal[b-5wgntauxb1] {
    height: 28px;
    left: 0;
    bottom: 0;
    background-color: transparent;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    transition: left .3s cubic-bezier(.64,.09,.08,1);
    will-change: left;
}

[b-5wgntauxb1] .mud-tabs-tabbar-content .mud-tabs-tabbar-wrapper.mud-tabs-centered {
    margin: 0;
    overflow: visible;
}

[b-5wgntauxb1] .mud-tabs-tabbar-content .mud-tabs-tabbar-wrapper {
    width: 100%;
    position: inherit;
    display: flex;
    transition: .3s cubic-bezier(.25,.8,.5,1);
}

[b-5wgntauxb1] .mud-tab:hover {
    cursor: pointer;
    background-color: var(--mud-palette-action-default-hover);
}

[b-5wgntauxb1] .plan_button > .mud-button-label > .mud-button-icon-start {
    margin-right: 4px !important;
}

/* desktop */
@media only screen and (min-width : 1224px) {
    .activity-calendar-toolbar[b-5wgntauxb1] {
        z-index: 1000;
    }
}
/* end of desktop */

/* mobile */
/* typical phone screen resolution */
@media only screen and (max-width : 667px) {
    .activity-calendar-toolbar-navigation[b-5wgntauxb1] {
        padding: 4px 8px 8px;
    }
}

@media only screen and (max-width : 400px) {
    [b-5wgntauxb1] .month_selector h1 {
        font-size: 1.2em;
    }
}

/* end of mobile */
/* /Components/CaptureImage.razor.rz.scp.css */
/*
  position it off the screen; because display none does not work in safari. 
  https://stackoverflow.com/questions/28721679/trigger-the-file-input-prompt-with-a-hidden-label-element-safari
*/
[b-3msdq0nun3] input[type="file"] {
    position: fixed;
    right: 100%;
    bottom: 100%;
}

.image-container[b-3msdq0nun3] {
    position: relative;
    cursor: pointer;
}

[b-3msdq0nun3] .added-image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

[b-3msdq0nun3] .middle-content-icon {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    background: rgba(0, 0, 0, 0.20);
    width: 100%;
    height: 100%;
    color: #ffffff;
    align-content: center;
    justify-content: center;
}

[b-3msdq0nun3] .image-container:hover .middle-content-icon {
    opacity: 1;
}
/* /Components/DataMatrixReader.razor.rz.scp.css */
video[b-5771hl5baf] {
    display: block;
    width: 100%;
    height: 100%;
}

#video-container[b-5771hl5baf] {
    position: relative;
    border: 1px solid white;
    width: fit-content;
}

.box[b-5771hl5baf] {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 8.538px;
    border: 2px dashed var(--white-0, #FFF);
}

.scanner-line[b-5771hl5baf] {
    position: absolute;
    top: 50%;
    left: 0;
    width: calc(100% - 10%);
    height: 2px;
    margin-left: 5%;
    background-color: darkred;
    animation: blink-b-5771hl5baf 0.8s infinite;
}

@keyframes blink-b-5771hl5baf {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}
/* /Components/LocationEditDialog.razor.rz.scp.css */
.checkbox-text[b-ripp57adl3] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-word;
    max-width: 100%;
}

[b-ripp57adl3] .input-pa-4 input {
    padding: 16px !important;
}

[b-ripp57adl3] .h-12 .mud-input {
    height: 3rem !important;
}

[b-ripp57adl3] .h-14 .mud-input {
    height: 3.5rem !important;
}
/* /Components/NumericField.razor.rz.scp.css */
[b-3vu16izsuu] .numeric-field-decrement-button {
    width: 32px !important;
    border-width: 1px 0px 1px 1px !important;
    border-radius: 4px 0px 0px 4px !important;
    padding: 0.125em 0.25em 0.125em 0.125em !important;
}

[b-3vu16izsuu] .numeric-field-increment-button {
    width: 32px !important;
    border-width: 1px 1px 1px 0px !important;
    border-radius: 0px 4px 4px 0px !important;
    padding: 0.125em 0.125em 0.125em 0.25em !important;
}

[b-3vu16izsuu] .numeric-field-box {
    max-width: 48px !important;
}

[b-3vu16izsuu] .numeric-field {
    border-width: 1px;
    border-style: solid;
    border-color: #ecebed;
}

    [b-3vu16izsuu] .numeric-field .mud-input {
        font-size: 1em !important;
    }

[b-3vu16izsuu] .numeric-field, .mud-input-control > .mud-input-control-input-container > div.mud-input.mud-input-text[b-3vu16izsuu] {
    margin-top: 0px;
}

[b-3vu16izsuu] .numeric-field, .mud-input-control.mud-input-control-margin-dense[b-3vu16izsuu] {
    margin-top: 0px;
    margin-bottom: 0px;
}

    [b-3vu16izsuu] .numeric-field .mud-input > input.mud-input-root.mud-input-root-margin-dense, div.mud-input-slot.mud-input-root.mud-input-root-margin-dense[b-3vu16izsuu] {
        padding-top: 0px;
    }

    [b-3vu16izsuu] .numeric-field .mud-input > input.mud-input-root.mud-input-root-margin-dense, div.mud-input-slot.mud-input-root.mud-input-root-margin-dense[b-3vu16izsuu] {
        height: 30px;
        padding: 0px;
        text-align: center;
    }

    [b-3vu16izsuu] .numeric-field .mud-input > input.mud-input-root, div.mud-input-slot.mud-input-root[b-3vu16izsuu] {
        height: 2.143em;
        color: var(--mud-palette-text-secondary);
        font-weight: 500 !important;
    }
/* /Pages/ActivityPlan/List.razor.rz.scp.css */
.activity-list-container[b-wnuf2rmnde] {
    display: flex;
    height: 100%;
    width: 100%;
    overflow:hidden;
    /*flex-direction: column;*/
}

.activity-left-frame[b-wnuf2rmnde] {
    display:flex;
    flex-direction:column;
    overflow:hidden;
    height:100%;
    min-width: 320px;
    max-width: 320px;
    border-right: 1px solid var(--mud-palette-table-lines);
    border-left: 1px solid var(--mud-palette-table-lines);
}
/* /Pages/ActivityPlan/MonthList.razor.rz.scp.css */
[b-wol54rb744] .mud-button-label {
    height: 100%;
}

[b-wol54rb744] .mud-overlay .mud-overlay-scrim.mud-overlay-light {
    background-color: rgba(255,255,255, 0.75);
    cursor: pointer;
}

.calendar_grid[b-wol54rb744] {
    display: flex;
    border: 0.5px solid var(--mud-palette-table-lines);
    border-top: 0;
}

.calendar_grid_item[b-wol54rb744] {
    display: flex;
    width: 20%;
    height: 20%;
    position: relative;
    box-sizing: border-box;
    border-left: 1px solid var(--mud-palette-table-lines);
}

    .calendar_grid_item:nth-child(5n+1)[b-wol54rb744] {
        border-left: none;
    }

    .calendar_grid_item:nth-child(n+6)[b-wol54rb744] {
        border-top: 1px solid var(--mud-palette-table-lines);
    }

    .calendar_grid_item.disabled[b-wol54rb744]::after {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, .5);
        z-index: 1;
        position: absolute;
        left: 0;
        top: 0;
    }
/* /Pages/Appraisal/AppraisalParticipation.razor.rz.scp.css */
[b-r9rjrfuvll] .mud-input > textarea.mud-input-root-outlined {
    margin: 12px 16px;
}

[b-r9rjrfuvll] .scale-button-border-radius {
    border-radius: 0;
    flex: 1 1 auto;
}

    [b-r9rjrfuvll] .scale-button-border-radius:first-child {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    [b-r9rjrfuvll] .scale-button-border-radius:last-child {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

[b-r9rjrfuvll] .datagrid-header.justify-end span.column-header {
    justify-content: end;
}

[b-r9rjrfuvll] .rounded-pill .mud-input-outlined-border {
    border-radius: 9999px !important;
}

[b-r9rjrfuvll] .mud-overlay .mud-overlay-scrim {
    border-radius: unset;
}

[b-r9rjrfuvll] .mud-overlay.mud-overlay-dialog {
    visibility: visible !important;
}
/* /Pages/Appraisal/Detail.razor.rz.scp.css */
[b-6afig2welq] .scale-button-border-radius {
    border-radius: 0;
    flex: 1 1 auto;
}

    [b-6afig2welq] .scale-button-border-radius:first-child {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    [b-6afig2welq] .scale-button-border-radius:last-child {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }
/* /Pages/CallCenter/ClientTouchpointCenter.razor.rz.scp.css */
[b-kxs15gc3sv] .mud-table-body .mud-table-row.group-header-not-hover:hover {
    background-color: var(--mud-palette-background-grey) !important;
}

[b-kxs15gc3sv] .mud-table-body .mud-table-row.group-footer-not-hover:hover {
    background-color: #00000000 !important;
}

[b-kxs15gc3sv] .mud-table.mud-table-outlined {
    border: 1px solid #ECEBED;
}

[b-kxs15gc3sv] .mud-xs-table .mud-table-cell {
    justify-content: start;
}

    [b-kxs15gc3sv] .mud-xs-table .mud-table-cell:before {
        content: none;
    }

[b-kxs15gc3sv] .mud-xs-table .mud-table-smalldevices-sortselect {
    display: none;
}

[b-kxs15gc3sv] .mud-icon-button.mud-table-row-expander {
    margin: 0px -12px 0px 0px !important;
}

[b-kxs15gc3sv] .group-header-not-hover .mud-table-cell {
    padding: 0px 0rem 0px 0px;
}

[b-kxs15gc3sv] .date-picker .mud-input.mud-input-outlined .mud-input-outlined-border {
    border-color: var(--brand-primary) !important;
}

[b-kxs15gc3sv] .date-picker .mud-input-adornment.mud-input-adornment-start {
    margin-right: -4px;
}

[b-kxs15gc3sv] .date-picker .mud-input.mud-input-outlined.mud-input-adorned-start.mud-shrink.mud-typography-input {
    background-color: #F0F9FF;
    height: 36px;
    color: var(--brand-primary) !important;
    margin-left: 2px;
    font-weight: 500;
    width: 8.3rem;
}
/* /Pages/Card/CardView.razor.rz.scp.css */
[b-ijtdpc67a8] .Secondary-Button {
    height: 64px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

[b-ijtdpc67a8] .icon-kvkk {
    width: 44px;
    height: 44px;
    justify-content: center;
    align-items: center;
    color: var(--link-color);
    border-radius: 44px;
    background: #fff;
}

[b-ijtdpc67a8] (input:-webkit-autofill),
[b-ijtdpc67a8] (input:-webkit-autofill:hover),
[b-ijtdpc67a8] (input:-webkit-autofill:focus),
[b-ijtdpc67a8] (input:-webkit-autofill:active) {
    -webkit-text-fill-color: var(--mud-pallete-text-primary);
    transition: white 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px white;
}

[b-ijtdpc67a8] .mud-switch.flex-row-reverse {
    justify-content: space-between;
    width: 100%;
    height: 100%;
    margin: 0;
}

[b-ijtdpc67a8] .mud-input-control-input-container {
    width: 100%;
    height: 100%;
}

[b-ijtdpc67a8] .mud-switch-thumb-medium {
    color: white !important;
}

[b-ijtdpc67a8] .flex-row-reverse {
    justify-content: space-between !important;
}

[b-ijtdpc67a8] .mud-timeline-vertical .mud-timeline-item .mud-timeline-item-divider {
    min-width: 36px;
}

[b-ijtdpc67a8] .mud-timeline-item-dot.mud-timeline-dot-size-small {
    width: 20px !important;
    height: 20px !important;
}

[b-ijtdpc67a8] .mud-table-dense * .mud-table-row .mud-table-cell {
    padding: 6px 4px 6px 16px !important;
    padding-inline-start: 16px !important;
    padding-inline-end: 4px !important;
}

[b-ijtdpc67a8] .mud-table-dense * .mud-table-row .mud-table-cell:last-child {
    padding-right: 4px !important;
    padding-inline-end: 4px !important;
}
/* /Pages/Card/List.razor.rz.scp.css */
[b-n31ahhwskg] .mud-expand-panel .mud-expand-panel-header {
    background-color: var(--mud-palette-background);
    padding: 0;
    padding-bottom: 8px;
    min-height: 0;
}

[b-n31ahhwskg] .mud-expand-panel .mud-expand-panel-content {
    padding: 0;
}

[b-n31ahhwskg] .mud-expand-panel.mud-expand-panel-border {
    border: 0;
}

[b-n31ahhwskg] .mud-table-cell .mud-checkbox {
    margin: 0;
}

[b-n31ahhwskg] .selection .mud-checkbox {
    margin: auto;
}

[b-n31ahhwskg] .mud-checkbox .mud-ripple-checkbox {
    padding: 8px;
}

[b-n31ahhwskg] .mud-toolbar:has(.d-none) {
    display: none;
}

[b-n31ahhwskg] .mud-tab {
    min-width: unset !important;
}

[b-n31ahhwskg] .mud-table {
    padding: 0px 0px 0px 0.5rem;
}

[b-n31ahhwskg] .mud-table-sort-label .mud-table-sort-label-icon {
    opacity: 0.8;
}

[b-n31ahhwskg] .mud-table-sort-label-icon {
    font-family: "Font Awesome 6 Pro"
}

[b-n31ahhwskg] .mud-table-sort-label-icon :before {
    content: "\f058"
}

[b-n31ahhwskg] .mud-switch.flex-row-reverse {
    justify-content: normal;
    width: 100%;
    height: 100%;
    margin: 0;
}

select[b-n31ahhwskg] {
    outline: none;
    border-radius: 4px;
    background-color: #fff;
    /*-webkit-appearance: none;*/
    /*background-position-x: calc(100% - 10px);*/
}

select:hover[b-n31ahhwskg] {
    border: 1px solid var(--mud-palette-primary);
    cursor: pointer;
}

.custom-checkbox[b-n31ahhwskg] {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    font-size: 24px;
    justify-content:center;
    width: 100%;
}

    .custom-checkbox input[b-n31ahhwskg] {
        display: none; /* Varsayılan checkbox'ı gizle */
    }

    .custom-checkbox i[b-n31ahhwskg] {
        transition: color 0.2s ease-in-out;
    }
/* /Pages/Location/PharmacyStockAdd.razor.rz.scp.css */
/*::deep .mud-data-grid .mud-table-cell.sticky-left,
::deep .mud-data-grid .mud-table-cell.sticky-right {
    position: sticky;
    background-color: var(--mud-palette-background-gray);
    z-index: 1;
}

::deep .mud-data-grid .mud-table-cell.sticky-left {
    left: 0px;*/
    /*top: 0px;*/
/*}

::deep .mud-data-grid .mud-table-cell.sticky-right {
    right: 0px;
}

::deep .mud-data-grid .mud-table-cell.sticky-left,
::deep .mud-data-grid .mud-table-cell.sticky-right {
    z-index: 3;
    background-color: var(--mud-palette-background-gray);
}*/


/*::deep .mud-table-sticky-header .mud-table-container {
    width: auto !important;
    overflow: auto !important;
}*/

[b-3p009dk5b8] .mud-table {
    /*padding: 0;*/
}

[b-3p009dk5b8] .new-sticky-left {
    position: sticky !important;
    background-color: #fff;
    z-index: 5 !important;
    left: 0px !important;
}

[b-3p009dk5b8] .mud-table-sticky-header * .mud-table-root .mud-table-head * .mud-table-cell {
    -webkit-justify-content: center;
    justify-content: center;
}

@media(max-width: 600px) {
    [b-3p009dk5b8] .mud-xs-table .mud-table-root .mud-table-head, .mud-xs-table .mud-table-root .mud-table-foot[b-3p009dk5b8] {
        display: table-header-group;
    }

    [b-3p009dk5b8] .mud-xs-table .mud-table-row {
        color: inherit;
        display: table-row;
        outline: 0;
        vertical-align: middle
    }

    [b-3p009dk5b8] .mud-xs-table .mud-table-cell {
        display: table-cell;
        padding: 0px 1rem 0px 0px;
        /*font-size: .875rem;
        text-align: start;
        font-weight: 500;
        line-height: 1.43;*/
        text-align:center !important;
        border-bottom: 1px solid var(--mud-palette-table-lines);
        /*letter-spacing: .01071em;*/
        /*vertical-align: inherit*/
    }

        [b-3p009dk5b8] .mud-xs-table .mud-table-cell:before {
            display:none;
        }

        [b-3p009dk5b8] .mud-table {
            padding: 0px 0px 0px 1rem !important;
        }

    [b-3p009dk5b8] .new-sticky-left {
        text-align: start !important;
    }
}
/* /Pages/Report/Detail.razor.rz.scp.css */
[b-rmqloj7u8l] .text-element .mud-input.mud-input-outlined .mud-input-outlined-border {
    display: none;
}

[b-rmqloj7u8l] .df-date-picker .mud-input-control.mud-input-control-margin-dense {
    margin: 0 !important;
}

[b-rmqloj7u8l] .checkbox-element > .mud-input-control-input-container > .mud-checkbox {
    display: flex;
    flex-direction: column-reverse;
    align-items: start;
}

    [b-rmqloj7u8l] .checkbox-element > .mud-input-control-input-container > .mud-checkbox > .mud-icon-button {
        padding: 2px;
        margin-top: 10px;
    }

[b-rmqloj7u8l] .mud-button-filled:disabled {
    color: var(--mud-palette-text-disabled) !important;
    box-shadow: none !important;
    background-color: var(--mud-palette-action-disabled) !important;
}

[b-rmqloj7u8l] .mud-button-root:disabled {
    color: var(--mud-palette-text-disabled) !important;
}

[b-rmqloj7u8l] .mud-input-error.text-element {
    border-color: var(--mud-palette-error) !important;
}
/* /Pages/Sample/SampleDrop.razor.rz.scp.css */
[b-mk5au5bupk] .mud-tabs-tabbar-content .mud-tabs-tabbar-wrapper {
    width:100%;
}

[b-mk5au5bupk] .mud-tooltip-root {
    width: 100%;
}

[b-mk5au5bupk] .mud-tab-slider.mud-tab-slider-horizontal {
    height: 100%;
    background: white;
    border: solid 1px var(--new-york-grey-200);
    border-radius: 8px;
}

[b-mk5au5bupk] .mud-tab {
    z-index: 2;
    min-height: fit-content;
}

[b-mk5au5bupk] .mud-tabs-tabbar .mud-tabs-tabbar-inner {
    min-height: fit-content;
}

[b-mk5au5bupk] .mud-input.mud-input-outlined {
    height:100%;
}

[b-mk5au5bupk] .mud-input > input.mud-input-root-outlined {
    padding: 16px;
}

[b-mk5au5bupk] .mud-expand-panel .mud-expand-panel-content.mud-expand-panel-gutters {
    padding: 0;
}

[b-mk5au5bupk] .mud-expand-panel {
    box-shadow: none;
}

    [b-mk5au5bupk] .mud-expand-panel .mud-expand-panel-header .mud-expand-panel-icon {
        height: 32px;
        width: 32px;
        color: var(--link-color) !important;
        background-color: var(--mud-palette-background);
        border: solid 1px var(--new-york-grey-200);
        border-radius: 50% !important;
    }
/* /Shared/TabletMobileMenu.razor.rz.scp.css */
/*::deep.mud-main-content {
    padding-top: calc(var(--mud-appbar-height) - var(--mud-appbar-height)/8) !important;
    padding-bottom: calc(var(--mud-appbar-height) - var(--mud-appbar-height)/8) !important;
}*/
