@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');

:root {
    --zylpha-dark-blue: #063C9B;
    --zylpha-yellow: #FCBC00;
    --zylpha-light-blue: #107ed0;
    --zylpha-light-dark-blue: #007BCF;
    --zylpha-lighter-blue: #daecf7;
    --zylpha-pink: #f466ce;
    --grey: #c9cbd1;
    --lighter-grey: #f0f0f0;
    --lightest-grey: #e4e4e4;
    --hit-grey: #adb5bd;
    --success-hover: #0e282073;
    --primary-text: #162c4c;
    --secondary-text: #515f73;
    --highlight-hover: #368cdd1f;
    --warning: #bf1717;
    --muted-yellow: #edbc205e;
    --row-gradient: linear-gradient( 180deg, #c9cbd11f, transparent);
    --thin-border-grey: #dee2e6;
    --zylpha-green: green;
    --zylpha-red: red;
    --zylpha-gold: gold;
    --highlight-hover-solid: #edf2f7;
    --mud-palette-primary: #162c4c !important;
    --mud-palette-success: #FCBC00 !important;
    --mud-palette-error: red !important;
    --mud-typography-default-family: 'Open sans', sans-serif !important;

}

.bg-grey {
    background: grey !important;
}

.bg-blue {
    background-color: var(--zylpha-lighter-blue);
}

.text-red {
    color: var(--zylpha-red);
}

.text-green {
    color: var(--zylpha-green);
}

.pointer{
    cursor: pointer;
}

.zylpha-header {
    height: 2.5rem !important;
    width: 4rem !important;
    margin-right: auto !important;
}

.blazored-modal-zylpha.send-modal {
    height: 34rem;
    width: 48rem;
}

.blazored-modal-zylpha.manage-send-modal {
    height: 38rem;
    width: 65rem;
}

.blazored-modal-header {
    position: relative;
    top: -1.5rem;
}



/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: auto;
    scrollbar-color: var(--grey) var(--highlight-hover);
}

    /* Chrome, Edge, and Safari */
    *::-webkit-scrollbar {
        width: 16px;
    }

    *::-webkit-scrollbar-track {
        background: var(--highlight-hover);
        border-radius: 10px;
    }

    *::-webkit-scrollbar-thumb {
        background-color: var(--grey);
        border-radius: 10px;
    }

@media screen and (min-width: 1440px) {
    .container {
        max-width: 1240px !important;
    }

    .auth-zylpha-text-title {
        font-size: 30pt !important;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1080px) {
    .bundle-item-grid {
        width: 22% !important;
    }

    .container {
        max-width: 880px !important
    }

    .auth-zylpha-text-title {
        font-size: 30pt !important;
    }
}

@media screen and (max-width: 1080px) and (min-width: 880px) {
    .bundle-item-grid {
        width: 30% !important;
    }

    .container {
        max-width: 680px !important;
    }
}

@media screen and (max-width: 880px) and (min-width: 780px) {
    .bundle-item-grid {
        width: 46% !important;
    }
}

@media screen and (max-width: 780px) {
    .bundle-item-grid {
        width: 96% !important;
    }
}

@media screen and (max-width: 1200px) {
    .h100vh {
        height: auto !important;
    }

    .auth-container {
        height: 70px !important;
    }

    .auth-zylpha-text-title {
        padding: 0 !important;
    }

    .edb-container {
        padding: 0 !important;
    }

    .mlle {
        font-size: 8pt;
    }

    .edb {
        font-size: 12pt !important;
        height: auto !important;
    }

    .auth-form {
        margin: 1rem !important;
    }

        .auth-form > .btn {
            margin-top: 1rem !important;
        }

    .auth-outer-card-text > a, .auth-outer-card-text {
        max-width: 70% !important;
        margin-bottom: 3rem;
    }

    .auth-header-container {
        height: 33px !important;
    }


    .auth-container, .auth-header-container, .edb {
        justify-content: center;
        text-align: center;
        margin: 1rem;
    }

    .auth-card {
        width: 90% !important;
    }

    body, .auth-form > .w-100 > input.pill {
        font-size: 12pt !important;
    }

    div.vertical-seperator-line {
        height: 90% !important;
    }

    .auth-zylpha-text-title {
        font-size: 24pt !important
    }



    .unauthorized-page-alternate-action {
        display: inline-block !important;
        margin-top: 0 !important;
    }

    .auth-outer-card-text > div {
        display: block !important;
    }
}



.edb-container {
    padding: 6rem;
}


/* ++Auth*/
.auth-header-container {
    z-index: 1000;
    color: white;
    flex-flow: row;
    height: 100px;
    align-items: center
}

.auth-container > div {
    z-index: 1;
}

.auth-card {
    background: white;
    border-radius: 15px;
    width: 100%;
    overflow-y: auto;
}

.auth-outer-card-text > a, .auth-outer-card-text {
    color: white;
    margin-top: 1rem;
    font-weight: bold
}

.auth-zylpha-text-title {
    line-height: 3.5rem;
}

input.pill {
    border-radius: 35px !important;
    padding-top: 0.4rem !important;
    padding-left: 1rem !important;
    font-size: 12pt !important;
    margin: 1rem 0 0 0;
    border: 1.5pt solid var(--zylpha-yellow);
}

.auth-form {
    margin: 4rem 2rem;
}

    .auth-form > .btn {
        margin-top: 5rem;
    }

.auth-zylpha-text-title {
    font-size: 40pt
}

.edb {
    vertical-align: baseline;
    height: 70%;
    display: flex;
    color: white;
    font-weight: bold;
    font-size: 60pt;
    align-items: center;
    word-wrap: normal;
}

.auth-zylpha-logo {
    max-width: 80px;
}

span.mlle {
    z-index: 100;
    font-weight: 700;
    letter-spacing: 0.5px;
}



div.vertical-seperator-line {
    border: solid white 1px;
    z-index: 100;
    height: 50%;
    margin: 1rem;
}

.btn-zylpha-yellow {
    margin: 2rem 0 2rem 0;
    padding: 0 2rem 0 2rem;
}



/* --Auth*/


/* ++Drag&Drop */


.e-btn, .e-css.e-btn {
    font-family: inherit !important;
}

.bi.bi-upload {
    font-size: 60pt
}

.e-file-drop {
    display: none;
}

.e-file-select-wrap {
    padding: 0;
}


.e-upload.e-control-wrapper.e-control-container {
    border: 0;
}

.e-file-select-wrap > button.e-css.e-btn.e-upload-browse-btn {
    margin-bottom: 1rem;
}


.drag-and-drop-target {
    display: flex;
    width: 100%;
    height: 33vh;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border: dashed 2px var(--muted-yellow);
    padding: 1rem;
    border-radius: 15px;
    color: var(--grey);
    outline: 0;
}

    .drag-and-drop-target.e-upload-drag-hover {
        color: var(--primary-text);
        border: 2px solid var(--zylpha-yellow);
    }

.drag-and-drop-target.hover {
    border: 3px solid var(--zylpha-yellow) !important;
}

.drag-handle {
    position: absolute;
    left: 0rem;
    width: 39px;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    font-size: 16pt;
}


.tree-view-item.Section .drag-handle {
    left: -2rem;
}

.drag-overlay {
    display: flex;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 20;
}

.tree-view-item.Document:hover .drag-handle,
.tree-view-item.Section:hover .drag-handle {
    display: flex;
    opacity: .5;
}

.tree-view-item.Document:hover .multiselect-checkbox,
.tree-view-item.Document .multiselect-checkbox:checked {
    opacity: 1;
}

.drag-handle:hover {
    cursor: grab;
    opacity: 1 !important;
}


.hover.tree-view-item {
    border: none;
}

.hover .or-click-here {
    visibility: hidden;
}

.drag-and-drop-file-here {
    pointer-events: none;
}

.image-container {
    display: flex;
    justify-content: center;
}

    .image-container img {
        width: 50%;
    }

::deep input[type=file] {
    width: 100%;
    padding: 20px;
}

/* --Drag&Drop */

.form-control {
    color: var(--primary-text) !important;
}

.navbar-zylpha-dark {
    background-image: linear-gradient(to right, var(--zylpha-dark-blue), var(--zylpha-dark-blue));
}

.oi oi-plus {
    top: 0 !important;
}

.oi-trash, .oi-chevron-right {
    margin-left: .1rem;
}

/*Toggles */
/*
.ztoggle {
    display: flex;
    width: 3rem;
    min-height: 1.5rem;
    border-radius: 25px;
    border: solid 1px var(--lighter-grey);
}

    .ztoggle > span {
        background-color: var(--grey);
        width: 100%;
        display: flex;
        margin: 0.3rem;
        border-radius: 25px;
        position: relative;
    }


        .ztoggle > span > span {
            position: absolute;
            left: -0.4rem;
            height: 1.5rem;
            width: 1.5rem;
            background-color: white;
            border: solid 1px var(--lighter-grey);
            border-radius: 25px;
            display: flex;
            align-items: center;
        }

.ztoggle-input:checked + .ztoggle > span {
    background-color: var(--zylpha-yellow);
}


.ztoggle-input:checked:disabled + .ztoggle > span {
    opacity: 0.3;
}


.ztoggle-input:checked + .ztoggle > span > span {
    right: -0.4rem;
    left: auto;
}

*/
/* ++Buttons*/

.zbtn,
.e-btn.zbtn,
.e-file-select-wrap > button.e-css.e-btn.e-upload-browse-btn {
    border-radius: 30px;
    font-size: 12pt;
    padding: 0.625rem 2.188rem;
    margin: 1.25rem 0;
    font-weight: 700;
    box-shadow: none !important;
    white-space: nowrap;
    text-decoration: none;
}

    .zbtn > i {
        font-size: 10pt;
        top: 0;
    }

    .zbtn:disabled, .zbtn.zbtn-disabled {
        opacity: 0.6;
        cursor: default !important;
    }

    .zbtn:hover {
        cursor: pointer;
    }

    .zbtn.zbtn-disabled:hover, .zbtn:disabled:hover {
        cursor: default;
    }

.zbtn-primary,
.zbtn-primary.zbtn-disabled:hover,
.e-btn.zbtn-primary,
.e-file-select-wrap > button.e-css.e-btn.e-upload-browse-btn {
    border: none !important;
    background-color: var(--zylpha-yellow) !important;
    color: var(--primary-text) !important;
}

    .zbtn-primary:hover,
    .e-file-select-wrap > button.e-css.e-btn.e-upload-browse-btn:hover {
        background-color: var(--primary-text) !important;
        color: white !important;
    }

.zbtn-secondary,
.zbtn-secondary.zbtn-disabled:hover,
.e-btn.zbtn-secondary {
    border: none !important;
    background-color: var(--primary-text) !important;
    color: white !important;
    font-weight: 600;
}
    .zbtn-secondary:disabled {
        background-color: var(--grey) !important;
        color: var(--primary-text) !important;
        opacity: 1 !important;
    }

    .zbtn-secondary:hover:not(:disabled) {
        background-color: var(--zylpha-yellow) !important;
        color: var(--primary-text) !important;
    }

.zbtn-tertiary,
.zbtn-tertiary.zbtn-disabled:hover,
.e-btn.zbtn-tertiary {
    border: none !important;
    background-color: var(--primary-text) !important;
    color: white !important;
}

    .zbtn-tertiary:hover,
    .e-btn.zbtn-tertiary:hover {
        background-color: var(--zylpha-yellow) !important;
        color: var(--primary-text) !important;
    }

.zbtn-danger {
    background: #df2027;
    color: white;
    border: none;
}

.zbtn-danger:hover {
    color: inherit;
    background-color: var(--zylpha-yellow);
}

.zbtn-outline {
    width: 7.5rem;
    font-size: 10pt;
    padding: 0.3rem 0.5rem !important;
    background: white;
    color: var(--primary-text);
    border: 1.5pt solid var(--lightest-grey);
}


.row.bundle-item.border-light-grey:hover > div > button.e-outline.primary-action,
.row.bundle-item.border-alert:hover > div > button.e-outline.primary-action {
    border: 1.5pt solid var(--zylpha-yellow);
    background-color: var(--zylpha-yellow);
}

.btn-outline {
    border: 1.5pt solid var(--grey) !important;
    color: var(--primary-text) !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

    .btn-outline:hover {
        border: 1.5pt solid var(--zylpha-yellow) !important;
        background-color: transparent !important;
        color: var(--primary-text) !important;
        box-shadow: 0px 0px 15px var(--grey) !important;
    }

.btn-pill.btn-outline.danger-action {
    border: solid #dc3545 1.5pt;
}

.btn-pill.btn-outline.secondary-action {
    border: solid var(--highlight-hover) 1.5pt;
}

.btn-pill.btn-outline.danger-action:hover,
.btn-pill.btn-solid.danger-action {
    border: solid #dc3545 1.5pt !important;
    background-color: #dc3545 !important;
}

.btn-pill.btn-outline.secondary-action:hover,
.btn-pill.btn-solid.secondary-action {
    border: solid var(--highlight-hover) 1.5pt !important;
    background-color: var(--highlight-hover) !important;
}


.btn-outline.primary-action:hover,
.btn-pill.btn-solid.primary-action {
    border: 1.5pt solid var(--zylpha-yellow) !important;
    background-color: var(--zylpha-yellow) !important;
}

    .btn-pill.btn-solid.primary-action:hover,
    .btn-pill.btn-solid.secondary-action:hover,
    .btn-pill.btn-solid.danger-action:hover {
        background-color: var(--zylpha-dark-blue) !important;
        border-color: var(--zylpha-dark-blue) !important;
        color: white !important;
        box-shadow: none !important;
    }

.btn-pill {
    border-radius: 35px;
}

button.primary-action, a.primary-action {
    border: 1.5pt solid var(--zylpha-yellow) !important;
}

.wide-pill-button {
    padding: 0rem 3rem;
}

.fw-normal-plus {
    font-weight: 600;
}

.btn-circle-md {
    width: 39px;
    height: 39px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.btn-circle-sm {
    width: 42px;
    height: 42px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

    .btn-circle-sm > .oi.oi-question-mark {
        top: -1px !important;
    }

.btn-circle-md > .oi, .btn-pill > .oi {
    margin-top: -2px;
}

    .btn-circle-md > .oi.oi-plus {
        font-size: 16pt !important;
    }

.small-grey-circle {
    font-size: 8pt;
    margin-right: 0.7rem;
    border: 1.5pt solid var(--grey);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

/* --Buttons */


/* ++Dialog */

.zylpha-dialog.e-dialog.e-dlg-modal.e-popup {
    border-radius: 20px;
    background-color: #fff;
}

    .zylpha-dialog.e-dialog.e-dlg-modal.e-popup > .e-dlg-header-content {
        border: 0;
        background-color: transparent;
        display: flex;
        justify-content: center;
        padding-top: 2rem;
    }

        .zylpha-dialog.e-dialog.e-dlg-modal.e-popup > .e-dlg-header-content > .e-dlg-header {
            font-family: 'Open sans', sans-serif;
            color: var(--primary-text) !important;
            font-size: 18pt;
            font-weight: 700;
        }

        .zylpha-dialog.e-dialog.e-dlg-modal.e-popup > .e-dlg-header-content > .e-dlg-closeicon-btn {
            display: none
        }

        .zylpha-dialog.e-dialog.e-dlg-modal.e-popup > .e-dlg-header-content > .e-dlg-header {
            width: auto;
        }

    .zylpha-dialog.e-dialog.e-dlg-modal.e-popup > .e-dlg-content {
        padding: 2rem;
        text-align: center;
        background-color: transparent;
        font-family: 'Open sans', sans-serif;
        color: var(--primary-text) !important;
        font-weight: 600;
        font-size: 16pt;
        overflow-wrap: break-word;
    }

    .zylpha-dialog.e-dialog.e-dlg-modal.e-popup > .e-footer-content {
        display: flex;
        border: 0;
        justify-content: space-around;
        background-color: transparent;
    }


.zylpha-dialog, .check-dialog {
    margin: 3rem;
}

/* --Dialog */

/* ++Blazored modal*/
.blazored-modal-position-zylpha {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 10000 !important;
}

.check-modal-position {
    display: flex !important;
    /*    flex-direction: column;*/
    justify-content: center;
    align-items: center;
    z-index: 10001 !important;
}

.check-modal-class {
    border-radius: 35px;
    background-color: #fff;
}

.blazored-modal-zylpha {
    height: 90vh;
    width: 80vw;
}

.blazored-modal-medium-zylpha {
    height: 70vh;
    width: 40vw;
}

.bm-content {
    display: flex;
    flex-direction: column;
    max-height: 100%;
    position: relative;
}


.mfa-enforcement-modal .bm-content {
    overflow-y: auto;
    overflow-x: hidden;
}

.blazored-modal {
    max-width: 80vw !important;
    max-height: 90vh !important;
    border-radius: 15px !important;
}
@media screen and (max-width: 600px) {
    .blazored-modal {
        width: 100vw !important;
        height: 100vh !important;
        max-width: 100vw !important;
        border-radius: 0 !important;
    }
}

/* --Blazored modal*/
.w-90 {
    width: 90%;
}

.w-95 {
    width: 95%;
}

.mw-55 {
    max-width: 55% !important;
}

.mw-50 {
    max-width: 50% !important;
}

.fw-boldest {
    font-weight: 900;
}

.border-zylpha-yellow {
    border: 2px solid var(--zylpha-yellow)
}

.h100vh {
    height: 100vh
}

a {
    text-decoration-color: var(--zylpha-yellow);
    color: var(--zylpha-primary-text);
}

    .text-yellow, a:hover {
        color: var(--zylpha-yellow);
    }

    a.btn-zylpha-yellow:hover {
        color: var(--primary-text);
    }


.zylpha-text-title {
    font-size: 24pt;
    font-weight: 800;
    color: var(--zylpha-primary-text);
    font-family: 'Open Sans', sans-serif;
    padding-left: 0.5rem;
}

.zylpha-text-medium {
    font-size: 16pt !important;
}

.zylpha-text {
    font-size: 12pt !important;
}


.zylpha-text-small {
    font-size: 10pt !important;
}

.zylpha-text-primary {
    color: var(--primary-text)
}

.no-select {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                      supported by Chrome, Edge, Opera and Firefox */
}

.overflow-y-auto {
    overflow-y: auto;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.grey-circle {
    padding: 1.1rem;
    margin-right: .7rem;
    border: 1.5pt solid var(--grey);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zylpha-text-grey, .zylpha-text-grey .mud-input-root-text, .zylpha-text-grey .inline-text-field {
    color: var(--grey) !important
}

.zylpha-text-dark-grey, .inline-text-field.zylpha-text-dark-grey, .zylpha-text-dark-grey .mud-input-root-text {
    color: #a2abb7 !important
}

.zylpha-text-secondary {
    color: var(--secondary-text)
}

html, body, .e-control, .e-tab .e-toolbar-items .e-toolbar-item .e-tab-text, .e-card, .e-btn, .e-css.e-btn, .e-tab .e-content .e-item {
    font-family: 'Open sans', sans-serif;
    color: var(--primary-text) !important;
    font-size: 12pt;
}

.throbber {
    -moz-animation: 1s ease 0s normal none infinite swing;
    -moz-transform-origin: center top;
    -webkit-animation: swing 1s infinite ease-in-out;
    -webkit-transform-origin: top;
}

.e-toast-close-icon {
    font-family: 'e-icons' !important;
}

.open-sans {
    font-family: 'Open sans', sans-serif;
}

.times-new-roman {
    font-family: 'Times New Roman', serif;
}

.arial {
    font-family: Arial, sans-serif;
}

.calibri {
    font-family: 'Calibri', sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 4rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.loader,
.loader:after {
    overflow: hidden;
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.page-loader-container {
    background-color: #8080806b;
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    z-index: 100000000000000000000;
}


.page-loader-container-message {
    color: var(--primary-text);
    font-weight: 700;
    font-size: 16pt;
}

.page-loader-container-secondary-message {
    color: var(--primary-text);
    font-weight: 500;
    font-size: 12pt;
}


.page-loader-container > div {
    background: white;
    width: 500px;
    border-radius: 20px;
    padding: 2rem;
}


.btn-warning {
    border: solid 1px var(--zylpha-yellow);
    background-color: transparent;
    border-radius: 7px;
    color: var(--primary-text);
}

    .btn-warning:hover {
        border: solid 1px var(--zylpha-yellow);
        background-color: var(--zylpha-yellow);
        border-radius: 7px;
        color: var(--primary-text);
    }


.btn-danger {
    border: solid 1px var(--warning);
    background-color: transparent;
    color: var(--primary-text);
    border-radius: 7px;
}

    .btn-danger:hover {
        border: solid 1px var(--warning);
        background-color: var(--warning);
        color: white;
        border-radius: 7px;
    }


.btn-primary {
    border: solid 1px var(--zylpha-dark-blue);
    background-color: transparent;
    color: var(--primary-text);
    border-radius: 7px;
}

    .btn-primary:hover {
        color: var(--primary-text);
    }

.loader {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(0,0,0, 0.2);
    border-right: 1.1em solid rgba(0,0,0, 0.2);
    border-bottom: 1.1em solid rgba(0,0,0, 0.2);
    border-left: 1.1em solid #000000;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.metadata {
    font-size: 8pt;
    margin-top: -0.2rem;
    font-weight: 600;
    opacity: .6;
    font-family: 'Open Sans', sans-serif;
    color: var(--primary-text);
}


.zylpha-checkbox {
    -webkit-appearance: none;
    border-radius: 50%;
    border: solid 2px var(--zylpha-yellow);
    width: 30px;
    height: 30px;
}

    .zylpha-checkbox:checked {
        padding: 0.1rem 0.3rem;
    }

        .zylpha-checkbox:checked::after {
            font-family: 'bootstrap-icons';
            content: "\f26e";
            font-size: 35pt;
            position: relative;
            top: -0.9rem;
            right: 0.8rem;
        }


/*Inline Text Field*/
.document-caption.document-caption-date .e-date-container input.e-datepicker:focus
.prop-content span.e-control-container.e-date-container:focus,
.inline-text-field:focus {
    outline: none !important;
    font-family: inherit;
    text-decoration: none;
    box-shadow: none !important;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    border-radius: 4px;
    display: flex !important;
    justify-content: center;
    text-underline-offset: 0.25rem;
    margin-bottom: 3px;
}

.document-caption.document-caption-date span.e-control-container.e-date-container,
.prop-content span.e-control-container.e-date-container {
    border: none;
    box-shadow: none !important;
    background: transparent;
}

.document-caption.document-caption-date .e-date-container input.e-datepicker + .e-date-icon,
.prop-content .e-date-container input.e-datepicker + .e-date-icon {
    display: none;
}

.document-caption.document-caption-date .e-date-container input.e-datepicker:focus + .e-date-icon,
.prop-content .e-date-container input.e-datepicker:focus + .e-date-icon {
    display: flex;
}

.inline-text-field::placeholder {
    border-radius: 4px;
    line-height: 1.4;
    display: flex;
    font-size: 14px;
    font-family: inherit;
    font-weight: 400;
    text-decoration: none;
}

.document-caption.document-caption-date .e-date-container input.e-datepicker,
.prop-content span.e-control-container.e-date-container input.e-datepicker,
.inline-text-field {
    border: none !important;
    text-decoration: none;
    text-underline-offset: 0.25rem;
    font-weight: 700;
    font-family: 'Open sans', sans-serif;
    color: var(--primary-text) !important;
    padding: 0;
    height: 29px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: transparent;
    align-content: center;
    margin-bottom: 3px;
}

.prop-content span.e-control-container.e-date-container input.e-datepicker {
    text-decoration: underline !important;
}

.inline-text-field:hover {
    border: solid 1px #f2f4f6;
    text-decoration: none;
    text-decoration-color: var(--primary-text);
    margin-bottom: 3px;
}

    .inline-text-field:hover + .inline-text-pencil {
        visibility: visible;
    }

.inline-text-field:active + .inline-text-pencil
.inline-text-field:focus + .inline-text-pencil {
    visibility: hidden !important;
}

.decorations .inline-text-pencil {
    display: inherit;
}

.decorations .inline-text-field {
    text-decoration: underline;
}

.inline-text-pencil {
    display: none;
    visibility: hidden;
    margin-left: .5rem;
    font-family: 'e-icons'
}

    .inline-text-pencil::before {
        content: '\e78f';
    }

.inline-text-field {
    border: none;
    outline: none;
    display: block !important;
}

.inline-date-picker > input {
    max-width: 10rem;
}

.inline-text-field:hover,
.inline-text-field:focus,
span.e-control-container.e-date-container input.e-datepicker:focus,
span.e-control-container.e-date-container input.e-datepicker:hover,
.document-caption-date:focus .mud-input-underline,
.document-caption-date:hover .mud-input-underline {
    width: auto !important;
    text-decoration: underline !important;
    text-decoration-color: var(--zylpha-yellow) !important;
    text-decoration-thickness: 2px !important;
}

.mud-input > input.mud-input-root, div.mud-input-slot.mud-input-root {
    width: auto !important;
}

.document-caption-date .mud-input-adornment {
    display: none;
}

.document-caption-date:hover .mud-input-adornment,
.document-caption-date:focus .mud-input-adornment {
    display: inherit;
}

.button-spinner {
    border: 2px solid silver;
    border-top: 2px solid #337AB7;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 700ms linear infinite;
    margin-left: 20px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    right: 4px !important;
    z-index: 2147483001;
}

    .grecaptcha-badge:hover {
        width: 256px !important;
    }

.text-overflow-ellipsis {
    text-overflow: ellipsis;
}


/*Tags*/

.tag, .e-multi-select-wrapper .e-chips-collection .e-chips {
    display: flex;
    align-items: center;
    font-weight: 600;
    white-space: no-wrap;
    background-color: var(--zylpha-yellow);
    border-radius: 25px;
    font-size: 10pt;
    height: 1.4rem;
    position: relative;
    padding: 0rem 1rem;
    margin: 0.1rem;
}

.remove-tag {
    display: none;
}

.tag:hover .remove-tag {
    display: flex;
    position: absolute;
    top: -0.3rem;
    right: -0.3rem;
    color: white;
    background: var(--warning);
    border-radius: 25px;
    height: 15px;
    width: 15px;
    justify-content: center;
    align-items: center;
    padding-left: 1px;
}

.tag .remove-tag {
    cursor: pointer;
}

.new-tag:hover, .new-tag:hover > label {
    cursor: pointer;
    background: var(--zylpha-dark-blue);
    color: white;
}

.new-tag-input {
    background: transparent;
    border: none;
    font-weight: 600;
    color: var(--primary-text);
}

.new-tag-options {
    display: flex;
    flex-direction: column;
    background: white;
    color: var(--primary-text);
    position: absolute;
    bottom: 1rem;
    right: 25%;
    border: solid grey 1px;
    text-wrap: nowrap;
    overflow: visible;
}

    .new-tag-options > span {
        padding: 0.1rem 0.4rem;
        border-bottom: 1px var(--highlight-hover) solid;
    }

        .new-tag-options > span:hover {
            background-color: var(--zylpha-yellow);
            cursor: pointer;
        }

        .new-tag-options > span.disabled:hover {
            background-color: var(--grey);
            cursor: not-allowed;
        }


.selected-indicator {
    width: 7px;
    height: 100%;
}

.selected .selected-indicator {
    background-color: var(--zylpha-yellow) !important;
    border-radius: 25px !important;
}

.view-item, .filter-item, .group-item, .group-filter-item, .team-admin-nav-item, .manage-access-nav-item {
    font-weight: 700;
    cursor: pointer;
}

.bundle-item.detail, .admin-bundle-item {
    cursor: pointer;
}

.bundle-item.detail, .admin-user-item, .admin-user-item, .admin-bundle-item, .admin-invite-item {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.3px;
    padding: 0.5rem !important;
    align-items: center;
    margin-top: 0.5rem !important;
    width: 100%;
    margin: 0;
}

.initials.group-initials {
    background-color: var(--zylpha-light-blue);
    color: white;
    font-weight: bold;
}

.overflow-group-initials .initials {
    height: 44px;
    width: 44px;
    border: solid white 2px;
    top: 0;
}

.overflow-group-initials {
    position: relative;
}

    .overflow-group-initials div:first-child {
        position: absolute;
        right: .3rem;
    }

    .overflow-group-initials div:last-child {
        position: absolute;
        left: .3rem;
    }


.initials.user-initials {
    background-color: var(--zylpha-lighter-blue);
    color: var(--zylpha-light-blue);
    font-weight: bold;
}


.view-item,
.filter-item,
.group-item i,
.team-admin-nav-item i,
.manage-access-nav-item i,
.group-item-actions i,
.admin-user-item-actions i,
.admin-bundle-item-actions i,
.admin-invite-item-actions i {
    -webkit-text-stroke: .5px;
    font-size: 16pt;
}


.border-light-grey {
    border-radius: 10px;
    border: 1.5pt solid var(--lightest-grey);
}



.bundle-name > span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: calc(100% - 2.5rem);
    padding-bottom: 0.2rem;
    min-width: fit-content;
}

.identifier-tag {
    background-color: var(--highlight-hover);
    padding: 0.5rem 1.2rem;
    border-radius: 60px;
    font-size: 10pt;
    height: fit-content;
    margin-right: 1rem;
    font-weight: 700;
}


.blazored-modal-close {
    width: 1.6rem;
    height: 1.6rem;
    border: none;
    background-color: transparent;
    background-image: url('/icons/ZylphaClose.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    position: absolute;
    right: 0.3rem;
    z-index: 10001;
}
    .blazored-modal-close:hover {
        background-color: transparent;
        background-image: url('/icons/ZylphaCloseHover.svg');
    }

.blazored-modal-header {
    font-weight: 500;
    margin: 0.5rem 1rem 1.5rem 0rem;
    font-size: 16pt;
}

.search-area {
    position: relative;
    width: 100%;
}

    .search-area .search-box:active, .search-area .search-box:focus-visible, .search-area .search-box:focus-within, .search-area .search-box:focus:target {
        outline: none;
        border: solid 1.5pt var(--lightest-grey);
        border-radius: 25px;
        background-color: white;
    }

.search-input-label {
    display: flex;
    align-items: center;
    align-content: center;
    padding-bottom: 4px;
}

.search-box-icon {
    color: var(--grey);
    font-weight: 700;
    position: relative;
    top: 2px;
    left: 1rem;
    font-size: 1rem;
}

.search-box {
    border-bottom: 1px solid var(--grey);
    font-weight: 600;
    font-size: 1rem;
    color: var(--primary-text);
    padding: 0.2rem;
    padding-left: 2.5rem;
    border: 0;
    margin-left: -1rem;
    border: solid 1.5pt var(--lightest-grey);
    background-color: transparent;
    border-radius: 25px;
    line-height: 2rem;
    width: 42rem;
    max-width: 100%;
}

    .search-box:active,
    .search-box:focus-visible,
    .search-box:focus-within,
    .search-box:focus:target {
        border: solid 1.5pt var(--lightest-grey);
        border-radius: 5px;
    }

.sort-selector-container {
    display: flex;
    flex-direction: column-reverse;
}

    .sort-selector-container > button {
        color: var(--secondary-text) !important;
        font-weight: 500 !important;
        font-family: 'Open sans', sans-serif !important;
        font-size: 10pt !important;
        flex-direction: row-reverse;
    }

.clear-search {
    background: none;
    border: none;
    font-size: 18pt;
    font-weight: 900;
    position: absolute;
    right: 0;
    display: none;
}

search-box:focus + .clear-search, .search-area:hover .clear-search {
    display: flex;
}

.leap-tab::after {
    content: "";
    background-size: 20px 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../../icons/connectors/Leap.png');
}

.imanage-tab::after {
    background-image: url(https://cloudimanage.com/img/favicon/icon-192x192.png);
    content: "";
    background-size: 20px 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
}

.bedrock-tab {
    background-image: url('../../icons/connectors/Bedrock.png');
    content: "";
    background-size: 20px 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
}

.yao-tab {
    background-image: url('../../icons/connectors/Yao.svg');
    content: "";
    background-size: 20px 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
}

.mud-input-root-text {
    color: var(--primary-text) !important;
    font-weight: 700 !important;
    font-family: 'Open Sans', sans-serif !important;
}

.mud-input-text::after {
    display: none !important;
}

.date-toggle-button {
    border: solid 1px var(--zylpha-dark-blue);
    border-radius: 25px;
    font-size: 8pt;
    display: flex;
    align-items: center;
    height: 1.3rem;
}

.date-toggle-button .selected {
    background: var(--zylpha-dark-blue);
    color: white;
    -webkit-box-shadow: inset 1px 1px 10px #333;
    -moz-box-shadow: inset 1px 1px 10px #333;
    box-shadow: inset 1px 1px 10px #333;
}

.date-toggle-button > span {
    height: 1.3rem;
    display: flex;
    align-items: center;
}

.date-toggle-button span:first-child {
    border-radius: 25px 0px 0px 25px;
    padding: 0.1rem 0.3rem 0.1rem 0.4rem;
}

.date-toggle-button span:last-child {
    border-radius: 0 25px 25px 0;
    padding: 0.1rem 0.4rem 0.1rem 0.3rem;
}

.z-date-picker:hover .date-toggle-button.auto-hide {
    visibility: visible;
    display: flex;
}

.z-date-picker .date-toggle-button.auto-hide {
    visibility: hidden;
}

.z-date-picker .mud-picker{
    max-width: 10rem;
}

.pro-icon {
    width: 1.5rem !important;
    right: -0.5rem;
    z-index: 10000;
    top: -1rem;
    cursor: pointer;
    content: url("/icons/crown-icon.svg");
}

.pro-icon:hover {
    content: url("/icons/crown-icon-inverted.svg");
}


.input-font {
    font-weight: 600;
    font-size: 1rem;
    color: var(--primary-text);
}


.blazored-modal-zylpha.create-bundle-modal {
    width: 25vw;
    height: 36vh;
}

@media screen and (max-width: 600px) {
    .blazored-modal-zylpha.create-bundle-modal {
        width: 100vw !important;
        height: 100vh !important;
        max-width: 100vw !important;
        border-radius: 0 !important;
    }
}

.create-bundle-modal .zbtn.zbtn-primary {
    margin-bottom: 0;
}

.BaselineUI-Dialog.PSPDFKit-Modal-Dialog {
    min-height: fit-content;
    width: 77vw;
}