@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'inter-regular';
    src: url('../fonts/Inter-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'inter-bold';
    src: url('../fonts/Inter-Bold.ttf') format('truetype');
}

strong {
    font-weight: bold;
}

h1 {
    font-size: 30px !important;
    font-weight: 600 !important;
}

h2 {
    font-size: 25px !important;
    font-weight: 600 !important;
}

h3 {
    font-size: 20px !important;
    font-weight: 600 !important;
}

:root:has(.dropdown-arrow-background-open) .rz-navigation-menu {
    height: 342px;
    margin-top: -87px;
}

:root:has(.toggle-holder-dark) ul.rz-profile-menu .rz-navigation-menu {
    background: var(--airisk-blue-dark) !important;
}

input[type=checkbox] {
    -ms-transform: scale(1); /* IE */
    -moz-transform: scale(1); /* FF */
    -webkit-transform: scale(1); /* Safari and Chrome */
    -o-transform: scale(1); /* Opera */
    transform: scale(1.5);
}

p {
    margin-bottom: 8px !important;
}

:root {
    --rz-tabs-tab-background-color: #EBFAFF !important;
    --rz-tabs-tab-color: #0D2758 !important;
    --rz-success: #0997C7 !important;
    --rz-danger: #E54777 !important;
    --rz-warning: #BFBFBF !important;
    --rz-text-font-family: inter-regular !important;
    --rz-sidebar-background-color: var(--rz-layout-background-color) !important;
    --rz-panel-menu-background-color: var(--rz-layout-background-color) !important;
    --rz-sidebar-color: var(--rz-text-subtitle2-color) !important;
    --rz-panel-menu-color: var(--rz-text-subtitle2-color) !important;
    --rz-accordion-content-padding: 0px !important;
    --rz-datalist-item-padding: 5px;
    --airisk-blue-light: #444444;
    --airisk-blue-light2: #53CDF6;
    --airisk-blue-light3: #EBFAFF;
    --airisk-blue: #0154BA;
    --airisk-blue-transparent: rgba(13, 39, 88, .8);
    --airisk-blue-dark: #2C2C2C;
    --airisk-blue-dark2: #201F22;
    --airisk-blue-dark3: #201F22;
    --airisk-blue-dialog: rgba(13, 39, 88);
    --airisk-grey-light: #d5d5d5;
    --airisk-grey-transparent: rgba(213, 213, 213, 0.50);
    --airisk-grey: #8B8B8B;
    --airisk-grey2: #CDCDCD;
    --airisk-grey3: #D1D1D1;
    --airisk-grey-dark: #D9D9D9;
    --airisk-green: #058D4D;
    --airisk-offwhite: #F4F4F4;
    --airisk-pink: #E54777;
    --airisk-red: #BB204F;
    --airisk-red-dark: #7B0025;
    --airisk-white: #FFF;
    --airisk-black: #1A1A1A;
    --airisk-turquoise: #0997C780;
    --airisk-blue-light4: #9BE5FF;
    --airisk-blue-light5: #37A2CC;
    --airisk-offwhite2: #ECECE0;
    --airisk-light-text: #0D0D0D;
    --airisk-dark-text: #ECECE0;
    --mic-icon-hover-fill: var(--airisk-dark-text, #ECECE0);
    --mic-icon-hover-bg-dark: #03753F;
    --mic-icon-hover-bg-light: #003E8A;
    --chat-font-stack: "Söhne", "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    --chat-ai-bg-light: #F7F7F8;
    --chat-ai-border-light: #E0E0E3;
    --chat-ai-shadow-light: 0 20px 44px -32px rgba(15, 23, 42, 0.12);
    --chat-user-bg-light: #FFFFFF;
    --chat-user-border-light: #DADCE0;
    --chat-user-shadow-light: 0 24px 60px -32px rgba(15, 23, 42, 0.12);
    --chat-ai-bg-dark: #2A2B32;
    --chat-ai-border-dark: #3F4049;
    --chat-ai-shadow-dark: 0 20px 44px -28px rgba(0, 0, 0, 0.55);
    --chat-user-bg-dark: #343541;
    --chat-user-border-dark: #4A4B56;
    --chat-user-shadow-dark: 0 24px 60px -32px rgba(0, 0, 0, 0.65);
    --chat-code-bg-light: #F0F0F3;
    --chat-code-border-light: #E0E0E3;
    --chat-code-bg-dark: #1E1F24;
    --chat-code-border-dark: #2C2D33;
}

* {
    transition: border 0.3s ease, box-shadow 0.3s ease, background 0.3s ease !important;
}

::-webkit-scrollbar {
    width: 5px;
    border-radius: 43px;
}

/* Track */
::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar:horizontal {
    height: 5px;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #B4B4B4;
    border-radius: 43px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #B4B4B4;
    }

html, body {
    font-family: Inter;
    margin: 0px !important;
    padding: 0px !important;
    height: 0px !important;
    display: flex;
    font-style: normal;
    letter-spacing: 0.14px;
}

.standard-text-light {
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.standard-text-dark {
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.transparent {
    opacity: 0;
}

.child-dialog {
    margin-bottom: 100px;
}

.rz-dropdown,
.rz-dropdown-panel {
    border-radius: 10px;
    border: 1px solid #A3A3A3;
    background: #FFFFFF;
    color: #000000;
    margin-top: 8px;
}

.rz-dropdown-item:hover,
.rz-dropdown-item.rz-state-highlight {
    background: #323232 !important;
}

:root:has(.toggle-holder-dark) .rz-dropdown,
:root:has(.toggle-holder-dark) .rz-dropdown-panel {
    border: 1px solid #444444;
    background: #2C2C2C;
    color: #ECECE0;
}

:root:has(.toggle-holder-dark) .rz-dropdown-item:hover,
:root:has(.toggle-holder-dark) .rz-dropdown-item.rz-state-highlight {
    background: #323232 !important;
    color: #ECECE0;
}

:root:has(.toggle-holder-light) .rz-dropdown-item:hover,
:root:has(.toggle-holder-light) .rz-dropdown-item.rz-state-highlight,
:root:has(.light) .rz-dropdown-item:hover,
:root:has(.light) .rz-dropdown-item.rz-state-highlight {
    background: #DEDEDE !important;
    color: #000000;
}

:root:has(.toggle-holder-dark) .rz-dropdown.rz-state-disabled,
:root:has(.toggle-holder-dark) .rz-dropdown.rz-state-disabled .rz-dropdown-label {
    background-color: #2C2C2C !important;
    color: #95A4A8 !important;
    border-color: #444444 !important;
}

:root:has(.toggle-holder-light) .rz-dropdown.rz-state-disabled,
:root:has(.toggle-holder-light) .rz-dropdown.rz-state-disabled .rz-dropdown-label,
.rz-dropdown.rz-state-disabled,
.rz-dropdown.rz-state-disabled .rz-dropdown-label {
    background-color: #FFFFFF !important;
    color: #95A4A8 !important;
    border-color: #A3A3A3 !important;
}

.bg-light {
    background-color: var(--airisk-offwhite) !important;
    height: calc(max(100vh, 100%));
    width: 100vw;
    position: absolute;
    left: 0px;
    top: 0px;
}

.my-reconnect-modal {
    display: flex !important;
    width: 100%;
    height: 100%;
    z-index: 2000;
}

.bg-dark {
    background-color: var(--airisk-blue-dark3) !important;
    height: calc(max(100vh, 100%));
    width: 100vw;
    position: absolute;
    left: 0px;
    top: 0px;
}

.show {
    backdrop-filter: blur(11px);
    position: absolute !important;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    opacity: 1 !important;
}

.reconnect-block-holder {
    display: block;
    margin: auto;
    text-align: center;
}

.reconnect-div {
    padding: 30px 100px;
    flex-shrink: 0 !important;
    border-radius: 16px;
    background-color: var(--airisk-offwhite);
    position: absolute !important;
    transform: translate(calc(-50% ), -50%);
    top: 45% !important;
    left: calc((100vw + 300px)/2) !important;
    z-index: 1001 !important;
    align-content: center;
    background: #201F22;
}

.reconnect-title {
    color: #ECECE0;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.54px;
    text-transform: uppercase;
    text-align: center;
}

.reconnect-button {
    width: 157px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 5px;
    background: #058D4D;
    padding: 8px 16px;
    color: #FFF;
    border: none;
    margin-top: 15px;
}


.rz-bottom-tooltip-content {
    background-color: #EBFAFF !important;
}

.rz-fieldset-content-wrapper {
    overflow: visible !important;
}

.page-header {
    text-align: center;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.page-header-dark {
    color: var(--airisk-offwhite);
}

.page-header-light {
    color: var(--airisk-black);
}


.rz-speech-to-text-button {
    margin-right: 8px !important;
}

textarea#askbox + .message-button {
    margin-right: 8px;
}

.dashboard-panel-background {
    width: -webkit-fill-available;
    margin: 16px;
    border-radius: 10px;
    background-color: var(--airisk-blue-dark);
    color: var(--airisk-white);
    transition: background-color 0.3s ease, color 0.3s ease;
}

    .dashboard-panel-background p {
        color: var(--airisk-offwhite);
        transition: color 0.3s ease;
    }

    .dashboard-panel-background.light,
    :root:has(.toggle-holder-light) .dashboard-panel-background {
        background-color: var(--airisk-white2);
        color: var(--airisk-black);
    }

        .dashboard-panel-background.light p,
        :root:has(.toggle-holder-light) .dashboard-panel-background p {
            color: var(--airisk-black);
        }

    .dashboard-panel-background.dark,
    :root:has(.toggle-holder-dark) .dashboard-panel-background {
        background-color: var(--airisk-blue-dark);
        color: var(--airisk-offwhite);
    }

        .dashboard-panel-background.dark p,
        :root:has(.toggle-holder-dark) .dashboard-panel-background p {
            color: var(--airisk-white);
        }

.dashboard-body-background {
    width: 100%;
    border-bottom: 2px solid #444;
    padding: 10px;
}

:root:has(.toggle-holder-light) .dashboard-body-background {
    border-bottom: 2px solid #A3A3A3;
}

:root:has(.toggle-holder-dark) .dashboard-history-item {
    border-color: #444 !important;
}

.dialog-side {
    border-radius: 15px;
    backdrop-filter: blur(11px);
    padding-bottom: 0px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: 700px;
}


    .dialog-side .rz-dialog-side-titlebar .rz-dialog-side-title {
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 0.8px;
        text-transform: uppercase;
    }

.dialog-side-light {
    background: #F3F3F3;
    border: 2px solid #DEDEDE;
    box-shadow: -8px -8px 40px 0px rgba(0, 0, 0, 0.01), 8px 8px 40px 0px rgba(0, 0, 0, 0.01);
}

.dialog-side .rz-dialog-side-titlebar .rz-dialog-side-titlebar-close .rzi-times {
    color: var(--airisk-offwhite);
}

.dialog-side-light .rz-dialog-side-titlebar {
    background: var(--airisk-red-dark) !important;
}

    .dialog-side-light .rz-dialog-side-titlebar .rz-dialog-side-title {
        color: var(--airisk-offwhite);
    }

.dialog-side-light .rz-dialog-content {
    padding: 30px 50px 40px 50px;
}

.dialog-side-dark {
    background: #201F22;
    border: 2px solid #444;
    box-shadow: -8px -8px 40px 0px rgba(255, 255, 255, 0.01), 8px 8px 40px 0px rgba(255, 255, 255, 0.01);
}

    .dialog-side-dark .rz-dialog-side-titlebar {
        background: var(--airisk-red-dark) !important;
    }

        .dialog-side-dark .rz-dialog-side-titlebar .rz-dialog-side-title {
            color: var(--airisk-offwhite);
        }

    .dialog-side-dark .rz-dialog-content {
        padding: 30px 50px 40px 50px;
    }

.dialog-side .rz-dialog-content {
    padding: 0px 50px 0px 40px;
}


.template-dialog-class {
    z-index: 2005 !important;
}

:root:has(.AI_Menu-close-view) .container-server-admin .heading-server-admin {
    margin-left: 19.3rem;
}

.template-dialog-wrapper-class {
    z-index: 2005 !important;
}

.dialog-confirm {
    border-radius: 16px;
    backdrop-filter: blur(11px);
    padding-bottom: 20px;
}

    .dialog-confirm .rz-dialog-content {
        padding: 0px 50px 0px 40px;
    }

.dialog-open {
    position: relative;
    border-radius: 16px;
    z-index: 2002;
    backdrop-filter: blur(11px);
    max-height: 600px;
}

    .dialog-open .rz-dialog-titlebar {
    }

    .dialog-open .rz-dialog-content {
        padding: 30px 50px 40px 50px;
    }

    .dialog-open .rz-dialog-titlebar .rz-dialog-title {
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 0.54px;
        text-transform: uppercase;
        font-family: Inter;
    }

.dialog-side .rz-dialog-side-titlebar .rz-dialog-side-title {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.54px;
    text-transform: uppercase;
    font-family: Inter;
}

.dialog-side .rz-dialog-side-titlebar .rz-dialog-side-titlebar-close .rzi-times {
    font-size: 30px;
}

.dialog-dark {
    z-index: 2002;
    background: var(--airisk-blue-dark);
    width: 680px !important;
    color: var(--airisk-offwhite);
}

    .dialog-dark .rz-dialog-titlebar {
        background: transparent;
        margin-top: 30px;
        margin-left: 30px;
    }

    .dialog-dark .rz-dialog-side-titlebar {
        background: transparent;
        margin-top: 30px;
        margin-left: 30px;
    }

        .dialog-dark .rz-dialog-side-titlebar .rz-dialog-side-title {
            color: var(--airisk-offwhite);
        }

        .dialog-dark .rz-dialog-side-titlebar .rz-dialog-side-titlebar-close .rzi-times {
            color: var(--airisk-offwhite);
            font-size: 35px;
            margin-right: 30px;
            font-weight: lighter;
        }

    .dialog-dark .rz-dialog-titlebar .rz-dialog-title {
        color: var(--airisk-offwhite);
    }

    .dialog-dark .rz-dialog-titlebar rz-dialog-titlebar-icon rz-dialog-titlebar-close {
        color: var(--airisk-offwhite);
    }

    .dialog-dark .rz-dialog-content {
        background: transparent;
        overflow: hidden;
    }

.dialog-light {
    z-index: 2002;
    background: var(--airisk-grey2);
    width: 680px !important;
    backdrop-filter: blur(11px);
}

    .dialog-light .rz-dialog-titlebar {
        background: var(--airisk-grey2);
        margin-top: 30px;
        margin-left: 30px;
    }

    .dialog-light .rz-dialog-side-titlebar {
        background: transparent;
        margin-top: 30px;
        margin-left: 30px;
        background: var(--airisk-offwhite);
    }

    .dialog-light .rz-dialog-titlebar .rz-dialog-title {
        color: var(--airisk-black);
    }

    .dialog-light .rz-dialog-titlebar a span {
        color: var(--airisk-black);
    }

    .dialog-light .rz-dialog-side-titlebar .rz-dialog-side-title {
        color: var(--airisk-black);
    }

    .dialog-light.rz-dialog-side-titlebar .rz-dialog-side-titlebar-close .rzi-times {
        color: var(--airisk-black);
        font-size: 35px;
        margin-right: 30px;
        font-weight: lighter;
    }

.rz-dialog-titlebar-close .rzi-times {
    font-size: 35px;
    margin-right: 30px;
    font-weight: lighter;
}

.dialog-wrapper-light {
    backdrop-filter: blur(5px);
    z-index: 2002;
}

.dialog-wrapper-dark {
    backdrop-filter: blur(5px);
    z-index: 2002;
}

.feedback-dialog-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1.5rem;
}

.feedback-dialog-wrapper.dialog-wrapper-light {
    background-color: var(--airisk-grey-transparent);
}

.feedback-dialog-wrapper.dialog-wrapper-dark {
    background-color: var(--airisk-blue-transparent);
    background-color: color-mix(in srgb, var(--airisk-blue-transparent) 65%, transparent);
}

.feedback-dialog-wrapper .rz-dialog {
    width: min(520px, 100%);
    border-radius: 20px;
    border: 1px solid var(--airisk-grey-light);
    box-shadow: 0 32px 56px rgba(26, 26, 26, 0.25);
    box-shadow: 0 32px 56px color-mix(in srgb, var(--airisk-black) 25%, transparent);
    font-family: Inter;
    background: var(--airisk-white);
}

.feedback-dialog-wrapper.dialog-wrapper-dark .rz-dialog {
    border-color: var(--airisk-blue-dark3);
    background: var(--airisk-blue-dark2);
}

.feedback-dialog-wrapper .rz-dialog-titlebar {
    padding: 1.25rem 1.5rem;
    margin: 0;
    border-bottom: 1px solid var(--airisk-grey-light);
    background: transparent;
}

.feedback-dialog-wrapper.dialog-wrapper-dark .rz-dialog-titlebar {
    border-bottom-color: var(--airisk-blue-dark3);
    border-bottom-color: color-mix(in srgb, var(--airisk-blue-dark3) 80%, transparent);
}

.feedback-dialog .rz-dialog-titlebar .rz-dialog-title {
    font-family: Inter;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.54px;
    color: var(--airisk-light-text);
}

.feedback-dialog.dialog-dark .rz-dialog-titlebar .rz-dialog-title {
    color: var(--airisk-dark-text);
}

.feedback-dialog .rz-dialog-titlebar .rzi-times {
    color: var(--airisk-grey);
    font-weight: 400;
}

.feedback-dialog.dialog-dark .rz-dialog-titlebar .rzi-times {
    color: var(--airisk-dark-text);
}

.feedback-dialog .rz-dialog-titlebar button:focus-visible {
    outline: 2px solid var(--airisk-blue);
    outline-offset: 2px;
}

.feedback-dialog .rz-dialog-content {
    padding: 1.5rem;
    background: transparent;
    color: var(--airisk-light-text);
    font-family: Inter;
}

.feedback-dialog.dialog-dark .rz-dialog-content {
    color: var(--airisk-dark-text);
}

.flex-row-center {
    display: flex;
    justify-content: center;
    width: 100%;
}

.sidebar-padding {
    margin-top: 50px;
}

.header-style {
    background-color: var(--rz-layout-background-color);
    border: none;
}

.toggle-menu {
    border: none;
    color: var(--rz-layout-background-color) !important;
    background-color: transparent !important;
}

.toggle-menu-black {
    border: none;
    color: black !important;
    background-color: transparent !important;
}

.toggle-menu:hover {
    border: none;
    color: var(--rz-layout-background-color) !important;
    background-color: transparent !important;
}

.rz-dialog-side-title {
    margin-left: 4px;
}

.hamburger-menu {
    position: absolute !important;
    top: 0px;
    left: 5px;
    height: 50px;
    background-color: transparent !important;
    border: none !important;
    border-left: 0px !important;
    z-index: 2000;
}


.scrollable-content::-webkit-scrollbar {
    display: none;
}

html, body {
}

tbody .rz-data-row:hover {
    background-color: lightgray;
    cursor: pointer;
}

.loading-screen-div {
}

.loading-image {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(100px, -200px);
    height: 200px;
    width: 200px;
    background: url('../css/Images/Favicon_png_256x256.png') no-repeat;
    background-size: cover;
}

.loading-bar {
    margin: auto;
    position: absolute;
    top: 30%;
    left: 50%;
}

.gpt-dropdown {
    width: 100%;
    max-width: 175px;
    color: white !important;
    border-color: transparent;
    font-family: Söhne, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, Cantarell, "Noto Sans", sans-serif, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 18px;
    margin-left: 20px;
    margin-top: 5px;
    height: 45px;
    background: transparent;
}

    .gpt-dropdown .ul .li {
        color: black !important;
    }

    .gpt-dropdown:hover {
        border: solid;
        border-color: lightgray !important;
    }

    .gpt-dropdown:active {
        border: solid;
        border-color: lightgray !important;
    }

.main-title {
    height: 50px;
    margin-top: 50px;
    margin-bottom: 20px
}

.standard-grid {
    margin-left: 20px;
    margin-right: 20px;
}

.standard-tab {
    min-height: 600px;
}

h1:focus {
    outline: none;
}

.logo-image-small {
    height: 30px;
    width: 30px;
    position: absolute;
    top: 10px;
    left: 60px
}

.landing-image {
    background-image: url('../css/Images/Favicon_png_256x256.png');
}

.message-holder {
    height: 300px;
    flex: 0 1 40px;
}

.rz-body {
    padding: 0px;
    overflow-x: hidden !important;
}

.message-attach {
    left: 7px;
    height: 40px !important;
    width: 40px !important;
    font-size: 40px !important;
    color: rgba(33, 37, 41,.5) !important;
}

.gizmo-shadow-stroke {
    position: relative;
}

.center {
    vertical-align: middle;
}

.rounded-full {
    border-radius: 9999px;
}

.items-center {
    align-items: center;
}

.text-white {
    --tw-text-opacity: 1;
    color: rgba(255,255,255,var(--tw-text-opacity));
}

.p-1 {
    padding: 0.25rem;
}

.rounded-sm {
    border-radius: 0.125rem;
}

.dashboard-holder {
    width: 900px;
    margin-right: auto;
    margin-left: auto;
    max-height: 100vh;
    overflow: scroll;
}

.dashboard-main {
    display: flex;
    flex-flow: column;
    height: 100%;
}

.admin-main {
    display: flex;
    flex-flow: row;
    height: 100%;
    overflow-y: scroll;
}

    .admin-main::-webkit-scrollbar {
        display: none;
    }



.compliance-main {
    display: flex;
    flex-flow: column;
    height: 100%;
    max-width: 900px;
    margin: auto;
}

.monitor-main {
    display: flex;
    flex-flow: column;
    height: 100%;
    max-width: 900px;
    margin: auto;
}

.dashboard-header {
    height: 70px;
    margin-left: 200px;
}

.message-go {
    right: 5px;
    top: 5px;
    height: 50px !important;
    width: 50px !important;
    font-size: 50px !important;
    color: rgba(33, 37, 41,.5) !important;
}

.file-holder {
    border-radius: 25px !important;
    border-color: lightgray;
    border: solid !important;
    border-width: 1px !important;
}

.file-icon-holder {
    background: rgb(255, 85, 136);
    width: 50px;
    height: 50px;
    border-radius: 15px !important;
    display: flex;
    margin-right: 100px;
}

.file-icon {
    color: white !important;
    font-size: 30px !important;
    height: 40px;
    margin: auto;
}

.file-button {
    color: rgba(33, 37, 41,.5) !important;
    background: transparent;
    background-color: transparent !important;
    position: absolute;
    font-size: 50px;
    height: 50px !important;
    bottom: 20px;
    right: 40px;
}

.file-button-icon {
    color: rgba(33, 37, 41,.5) !important;
    font-size: 50px !important;
    height: 50px;
}

.chat-progress .rz-progressbar-circular-viewbox .rz-progressbar-circular-value {
    stroke: var(--airisk-green);
}

:root:has(.toggle-holder-light) .rz-progressbar-circular-value {
    stroke: #0154BA !important;
}


a, .btn-link {
}


    .btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
    }

.content {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
}



.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;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }



.account-nav {
    position: absolute;
    bottom: 10px;
    width: 52px;
}

.account-nav-button {
    width: 52px;
}

.account-nav-expand {
    position: absolute;
    bottom: 10px;
    width: 140px;
}

.account-nav-button-expand {
    width: 140px;
}

.company-setup-body {
    background-color: #141416 !important;
    color: white !important;
    background-repeat: repeat;
    background-position: center;
    width: 100vw;
    height: 100vh;
}





.open {
    left: 50%;
}

.close {
    left: -500px !important;
}

.transition {
    -webkit-transition: left 0.3s ease-out; /* Chrome 1-25, Safari 3.2+ */
    -moz-transition: left 0.3s ease-out; /* Firefox 4-15 */
    -o-transition: left 0.3s ease-out; /* Opera 10.5012.00 */
    transition: left 0.3s ease-out; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

.company-setup-textbox {
    -webkit-appearance: none;
    width: 100%;
    border: 0;
    padding: 0;
    height: 48px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0;
    transition: all .15s ease
}

    .company-setup-textbox:focus {
        outline: none;
        border: path;
    }

.company-setup-button {
    text-align: center !important;
    box-sizing: border-box;
    justify-content: var(--label-align);
    text-align: initial;
    width: -moz-max-content;
    width: max-content;
    border-radius: var(--corvid-border-radius,var(--rd,0));
    bottom: 0;
    box-shadow: var(--shd,0 1px 4px rgba(0,0,0,.6));
    transition: var(--trans1,border-color .4s ease 0s,background-color .4s ease 0s);
    cursor: pointer !important;
    color: white;
    background-color: rgb(253, 98, 98);
    padding: 10px;
    min-width: 50px;
    border: solid;
    border-width: 1px;
    border-color: rgb(253, 98, 98);
    border-radius: 10px;
    max-width: 200px;
    width: 100%;
}

    .company-setup-button:focus {
        background-color: rgb(253, 98, 98);
    }

    .company-setup-button:hover {
        color: white !important;
        background-color: black;
        border: solid;
        border-width: 1px;
        border-color: white;
    }

.copy-client-button {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    color: var(--airisk-offwhite2);
    text-align: center;
    border: none;
    height: 48px;
    background: #058D4D;
}

:root:has(.toggle-holder-light) .copy-client-button {
    background: #0154BA;
}

/*.copy-client-button-dark {
    background-color: #058D4D;
}

.copy-client-button-light {
    background-color: #0154BA;
}*/

.company-setup-steps {
    height: 95%;
}

    .company-setup-steps ul {
        visibility: hidden;
    }



.company-image-preview {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
}

.rz-steps ul {
    border-radius: 10px;
    border: 1px solid #444;
    background: #282828;
    /* Text box dark shadow */
    box-shadow: -1px -1px 16px 0px rgba(0, 0, 0, 0.16) inset, 1px 1px 16px 0px rgba(0, 0, 0, 0.16) inset;
    height: 7rem;
}
:root:has(.toggle-holder-light) .rz-steps ul {
    border: none;
    background: #EFEFEF;
    /* Text box light Shadow */
    box-shadow: -2px -2px 16px 0px rgba(0, 0, 0, 0.08) inset;
}

.rz-steps {
    display: flex;
    flex-direction: column
}

    .rz-steps .rz-widget-content {
        flex: 1;
        overflow-x: hidden;
        overflow-y: auto
    }

    .rz-steps ul {
        list-style: none;
        padding: 0
    }

    .rz-steps .rz-menuitem-link {
        display: flex;
        flex-direction: column;
        align-items: center;
        cursor: pointer;
        text-decoration: none;
    }

        .rz-steps .rz-menuitem-link:hover {
            text-decoration: none;
            color: var(--rz-steps-title-selected-color) !important
        }

    .rz-steps .rz-state-disabled .rz-menuitem-link {
        color: var(--rz-text-disabled-color);
        cursor: default
    }

        .rz-steps .rz-state-disabled .rz-menuitem-link:hover {
            color: var(--rz-text-disabled-color) !important
        }

    .rz-steps .rz-state-highlight .rz-steps-title {
        color: #FFF;
        text-align: center;
        font-family: Inter;
        font-size: .7rem;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
        :root:has(.toggle-holder-light) .rz-steps .rz-state-highlight .rz-steps-title {
            color: #000;
        }

    .rz-steps .rz-state-highlight .rz-steps-number {
        color: var(--rz-steps-number-selected-color);
        border-radius: 45px;
        border: 3px solid #058D4D;
        background: #005545;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
        :root:has(.toggle-holder-light) .rz-steps .rz-state-highlight .rz-steps-number {
            border: 3px solid #0154BA;
            background: #006EF5;
        }

.rz-steps-item {
    display: flex;
    align-items: center;
}

.rz-steps-title {
    margin: 0px;
    margin-top: 6px;
    color: #DEDEDE;
    text-align: center;
    font-family: Inter;
    font-size: .7rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 75px;
}
    :root:has(.toggle-holder-light) .rz-steps-title {
        color: #000;
    }

.rz-steps-number {
    border-radius: 45px;
    border: 3px solid #00502A;
    background: #0E4137;
    color: var(--airisk-offwhite2);
    display: flex !important;
    align-items: center;
    justify-content: center;
}
    :root:has(.toggle-holder-light) .rz-steps-number {
        border-radius: 45px;
        border: 3px solid #00459B;
        background: #005ED2;
    }

.rz-steps-buttons {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: var(--rz-steps-buttons-padding);
    gap: 16px;
    width: 230px;
    height: 52px;
    border-top: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-left: auto;
}

.rz-steps-next, .rz-steps-prev {
    color: var(--airisk-offwhite2) !important;
    text-decoration: none;
    border-radius: 5px;
    display: flex;
    width: 91px;
    height: 36px;
    padding: var(--8, 8px) var(--16, 16px);
    justify-content: center;
    align-items: center;
    gap: var(--8, 8px);
    flex-shrink: 0;
}

    .rz-steps-next:not(.rz-state-disabled):hover, .rz-steps-prev:not(.rz-state-disabled):hover {
        cursor: pointer;
        color: var(--rz-steps-title-selected-color) !important
    }

    .rz-steps-next:hover, .rz-steps-prev:hover {
        text-decoration: none
    }

    .rz-steps-next.rz-state-disabled, .rz-steps-prev.rz-state-disabled {
        opacity: .5 !important
    }

    .rz-steps-next .rzi, .rz-steps-prev .rzi {
        font-size: var(--rz-icon-size)
    }

.rz-steps [role=tablist] {
    display: flex
}

:root:has(.toggle-holder-dark) .rz-shade-default {
    background: #058D4D !important;
}
    :root:has(.toggle-holder-dark) .rz-shade-default:hover {
        background: transparent !important;
    }

.message-box-holder::before,
.message-box-holder::after {
    content: "";
    transition: opacity 180ms ease-in-out;
    will-change: opacity;
    opacity: 0;
    pointer-events: none;
}

.message-box-holder::before {
    top: 0;
    background: linear-gradient(to bottom, var(--fade-bg), transparent);
}

.message-box-holder::after {
    bottom: 0;
    background: linear-gradient(to top, var(--fade-bg), transparent);
}

.message-box-holder.fade-top::before {
    opacity: 1;
}

.message-box-holder.fade-bottom::after {
    opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
    .message-box-holder::before,
    .message-box-holder::after {
        transition: none;
    }
}
:has(.dark) .edit-other-functions-div.data-functions-page .rz-fieldset-content > div.rz-stack,
:has(.dark) .edit-other-functions-div.data-functions-page .rz-accordion-content .rz-stack {
    border-bottom: 0.1px solid lab(29 0.88 0.31);
}
    :has(.dark) .edit-other-functions-div.data-functions-page .rz-fieldset-content > div.rz-stack:nth-child(1),
    :has(.dark) .edit-other-functions-div.data-functions-page .rz-accordion-content > .rz-stack:nth-child(1) {
        border-top: 0.1px solid lab(29 0.88 0.31);
    }
    :has(.dark) .edit-other-functions-div.data-functions-page .rz-fieldset-content > div.rz-stack:nth-child(2n+1),
    :has(.dark) .edit-other-functions-div.data-functions-page .rz-accordion-content > div.rz-stack:nth-child(2n+1) {
        background: lab(23 0.01 0);
    }

.message-box-holder .actions .rz-button.rz-speech-to-text-button {
    border-radius: 42px !important;
}

:root .actions button.ready-to-record.rz-speech-to-text-button:hover {
    border-radius: 42px;
    background: var(--mic-icon-hover-bg-light, #003E8A) !important;
    color: white;
}

:root:has(.toggle-holder-dark) .actions button.ready-to-record.rz-speech-to-text-button:hover {
    background: var(--mic-icon-hover-bg-dark) !important;
}

.actions button.recording.rz-speech-to-text-button:hover {
    background: transparent !important;
}

:root .actions button.ready-to-record:hover svg path {
    fill: var(--mic-icon-hover-fill);
}


    .rz-steps .rz-steps-item:not(:last-child) {
        flex: auto;
        display: flex;
        align-items: center
    }

    .rz-steps .rz-steps-item:not(:last-child):after {
        display: "block";
        content: "";
        flex: auto;
        height: 2px;
        margin-bottom: 24px;
        border-radius: 8px;
        background: rgba(5, 141, 77, 0.16);
    }
        :root:has(.toggle-holder-light) .rz-steps .rz-steps-item:not(:last-child):after {
            border-radius: 8px;
            background: rgba(1, 84, 186, 0.16);
        }

:root:has(.toggle-holder-light) input[type="checkbox"] {
    background-color: #005ED2 !important;
    color: #005ED2 !important;
    accent-color: #005ED2 !important;
    border: 3px solid #00459B;
}

:root #custom-api-functions-section {
    --border-clr: black;
}

:root:has(.dark) #custom-api-functions-section {
    --border-clr: #444444 !important;
}

#custom-api-functions-section .rz-accordion .rz-accordion-header a[role="tab"] {
    margin-top: 5px;
    padding: 15px 0;
    border-radius: 10px;
    border: 1px solid var(--border-clr);
}

#custom-api-functions-section .rz-accordion a[id^="rz-accordiontab"] {
    border-top: 1px solid var(--border-clr);
    border-left: 1px solid var(--border-clr);
    border-right: 1px solid var(--border-clr);
    border-bottom: 1px solid var(--border-clr);
}

    #custom-api-functions-section .rz-accordion a[id^="rz-accordiontab"][title="Collapse"] {
        border-top: 1px solid var(--border-clr);
        border-left: 1px solid var(--border-clr);
        border-right: 1px solid var(--border-clr);
        border-bottom: none !important;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

#custom-api-functions-section .rz-accordion .rz-accordion-header a[role="tab"] {
    margin-top: 5px;
    padding: 15px 0;
    border-radius: 10px;
    border: 1px solid var(--border-clr);
}

#custom-api-functions-section .rz-accordion a[id^="rz-accordiontab"] {
    border: 1px solid var(--border-clr);
}


#custom-api-functions-section .rz-accordion-content .rz-fieldset {
    --border-clr: #444444;
    border: 1px solid var(--border-clr);
    border-top: none;
}

#custom-api-functions-section .rz-accordion-header > a[title="Collapse"] {
    border-bottom: none !important;
}

:root:has(.light) #custom-api-functions-section .rz-fieldset-content-wrapper .rz-fieldset-content .rz-accordion-header,
:root:has(.light) #custom-api-functions-section .rz-fieldset-content-wrapper .rz-fieldset-content .rz-accordion-header a[role="tab"],
:root:has(.light) #custom-api-functions-section .rz-fieldset-content-wrapper .rz-fieldset-content .rz-accordion-header a[role="tab"] span {
    color: black;
}


.form-entry {
    text-size-adjust: 100%;
    font-feature-settings: normal;
    font-family: Söhne, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, Cantarell, "Noto Sans", sans-serif, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-variation-settings: normal;
    tab-size: 4;
    --text-primary: var(--gizmo-gray-950);
    --text-secondary: var(--gizmo-gray-600);
    --text-tertiary: var(--gizmo-gray-500);
    --surface-primary: var(--white);
    --surface-secondary: var(--gray-50);
    --surface-tertiary: var(--gray-100);
    --border-light: rgba(0,0,0,.1);
    --border-medium: rgba(0,0,0,.15);
    --border-heavy: rgba(0,0,0,.2);
    --border-xheavy: rgba(0,0,0,.25);
    --white: #fff;
    --black: #000;
    --gray-50: #f7f7f8;
    --gray-100: #ececf1;
    --gray-200: #d9d9e3;
    --gray-300: #c5c5d2;
    --gray-400: #acacbe;
    --gray-500: #8e8ea0;
    --gray-600: #565869;
    --gray-700: #40414f;
    --gray-800: #343541;
    --gray-900: #202123;
    --gray-950: #050509;
    --gizmo-gray-500: #999;
    --gizmo-gray-600: #666;
    --gizmo-gray-950: #0f0f0f;
    --brand-purple: #ab68ff;
    color-scheme: light;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    border: 0 solid #d9d9e3;
    box-sizing: border-box;
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(69,89,164,.5);
    --tw-ring-offset-shadow: 0 0 transparent;
    --tw-ring-shadow: 0 0 transparent;
    --tw-shadow: 0 0 transparent;
    --tw-shadow-colored: 0 0 transparent;
    display: flex;
    flex-direction: row;
    gap: .75rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 42rem;
}

.maintext-div {
    text-size-adjust: 100%;
    font-feature-settings: normal;
    font-family: Söhne, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, Cantarell, "Noto Sans", sans-serif, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-variation-settings: normal;
    tab-size: 4;
    --text-primary: var(--gizmo-gray-950);
    --text-secondary: var(--gizmo-gray-600);
    --text-tertiary: var(--gizmo-gray-500);
    --surface-primary: var(--white);
    --surface-secondary: var(--gray-50);
    --surface-tertiary: var(--gray-100);
    --border-light: rgba(0,0,0,.1);
    --border-medium: rgba(0,0,0,.15);
    --border-heavy: rgba(0,0,0,.2);
    --border-xheavy: rgba(0,0,0,.25);
    --white: #fff;
    --black: #000;
    --gray-50: #f7f7f8;
    --gray-100: #ececf1;
    --gray-200: #d9d9e3;
    --gray-300: #c5c5d2;
    --gray-400: #acacbe;
    --gray-500: #8e8ea0;
    --gray-600: #565869;
    --gray-700: #40414f;
    --gray-800: #343541;
    --gray-900: #202123;
    --gray-950: #050509;
    --gizmo-gray-500: #999;
    --gizmo-gray-600: #666;
    --gizmo-gray-950: #0f0f0f;
    --brand-purple: #ab68ff;
    color-scheme: light;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    border: 0 solid #d9d9e3;
    box-sizing: border-box;
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(69,89,164,.5);
    --tw-ring-offset-shadow: 0 0 transparent;
    --tw-ring-shadow: 0 0 transparent;
    --tw-shadow: 0 0 transparent;
    --tw-shadow-colored: 0 0 transparent;
    position: relative;
    display: flex;
    height: 100%;
    flex: 1 1 0%;
    align-items: stretch;
    flex-direction: column;
}

.text-area-main {
    text-size-adjust: 100%;
    tab-size: 4;
    --text-primary: var(--gizmo-gray-950);
    --text-secondary: var(--gizmo-gray-600);
    --text-tertiary: var(--gizmo-gray-500);
    --surface-primary: var(--white);
    --surface-secondary: var(--gray-50);
    --surface-tertiary: var(--gray-100);
    --border-light: rgba(0,0,0,.1);
    --border-medium: rgba(0,0,0,.15);
    --border-heavy: rgba(0,0,0,.2);
    --border-xheavy: rgba(0,0,0,.25);
    --white: #fff;
    --black: #000;
    --gray-50: #f7f7f8;
    --gray-100: #ececf1;
    --gray-200: #d9d9e3;
    --gray-300: #c5c5d2;
    --gray-400: #acacbe;
    --gray-500: #8e8ea0;
    --gray-600: #565869;
    --gray-700: #40414f;
    --gray-800: #343541;
    --gray-900: #202123;
    --gray-950: #050509;
    --gizmo-gray-500: #999;
    --gizmo-gray-600: #666;
    --gizmo-gray-950: #0f0f0f;
    --brand-purple: #ab68ff;
    color-scheme: light;
    -webkit-font-smoothing: antialiased;
    --tw-bg-opacity: 1;
    border: 0 solid #d9d9e3;
    box-sizing: border-box;
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-scroll-snap-strictness: proximity;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(69,89,164,.5);
    --tw-ring-offset-shadow: 0 0 transparent;
    --tw-ring-shadow: 0 0 transparent;
    --tw-shadow-colored: 0 0 transparent;
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
    --tw-shadow: 0 0 transparent;
    appearance: none;
    border-color: #8e8ea0;
    border-radius: 0;
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0;
    width: 100%;
    resize: none;
    border-width: 0;
    background-color: transparent;
    padding-bottom: .875rem;
    padding-top: .875rem;
    padding-left: 55px;
    padding-right: 3rem;
    max-height: 200px;
    height: 52px;
    overflow-y: hidden;
}

.textbox-div1 {
    text-size-adjust: 100%;
    font-feature-settings: normal;
    font-family: Söhne, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, Cantarell, "Noto Sans", sans-serif, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-variation-settings: normal;
    tab-size: 4;
    --text-primary: var(--gizmo-gray-950);
    --text-secondary: var(--gizmo-gray-600);
    --text-tertiary: var(--gizmo-gray-500);
    --surface-primary: var(--white);
    --surface-secondary: var(--gray-50);
    --surface-tertiary: var(--gray-100);
    --border-light: rgba(0,0,0,.1);
    --border-medium: rgba(0,0,0,.15);
    --border-heavy: rgba(0,0,0,.2);
    --border-xheavy: rgba(0,0,0,.25);
    --white: #fff;
    --black: #000;
    --gray-50: #f7f7f8;
    --gray-100: #ececf1;
    --gray-200: #d9d9e3;
    --gray-300: #c5c5d2;
    --gray-400: #acacbe;
    --gray-500: #8e8ea0;
    --gray-600: #565869;
    --gray-700: #40414f;
    --gray-800: #343541;
    --gray-900: #202123;
    --gray-950: #050509;
    --gizmo-gray-500: #999;
    --gizmo-gray-600: #666;
    --gizmo-gray-950: #0f0f0f;
    --brand-purple: #ab68ff;
    color-scheme: light;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    border: 0 solid #d9d9e3;
    box-sizing: border-box;
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    display: flex;
    width: 100%;
    align-items: center;
}

.textbox-div2 {
    text-size-adjust: 100%;
    font-feature-settings: normal;
    font-family: Söhne, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, Cantarell, "Noto Sans", sans-serif, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-variation-settings: normal;
    tab-size: 4;
    --text-primary: var(--gizmo-gray-950);
    --text-secondary: var(--gizmo-gray-600);
    --text-tertiary: var(--gizmo-gray-500);
    --surface-primary: var(--white);
    --surface-secondary: var(--gray-50);
    --surface-tertiary: var(--gray-100);
    --border-light: rgba(0,0,0,.1);
    --border-medium: rgba(0,0,0,.15);
    --border-heavy: rgba(0,0,0,.2);
    --border-xheavy: rgba(0,0,0,.25);
    --white: #fff;
    --black: #000;
    --gray-50: #f7f7f8;
    --gray-100: #ececf1;
    --gray-200: #d9d9e3;
    --gray-300: #c5c5d2;
    --gray-400: #acacbe;
    --gray-500: #8e8ea0;
    --gray-600: #565869;
    --gray-700: #40414f;
    --gray-800: #343541;
    --gray-900: #202123;
    --gray-950: #050509;
    --gizmo-gray-500: #999;
    --gizmo-gray-600: #666;
    --gizmo-gray-950: #0f0f0f;
    --brand-purple: #ab68ff;
    color-scheme: light;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    border: 0 solid #d9d9e3;
    box-sizing: border-box;
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-scroll-snap-strictness: proximity;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(69,89,164,.5);
    --tw-ring-offset-shadow: 0 0 transparent;
    --tw-ring-shadow: 0 0 transparent;
    position: relative;
    display: flex;
    width: 100%;
    flex-grow: 1;
    flex-direction: column;
    overflow: hidden;
    border-radius: 1rem;
    border-width: 1px;
    border-color: var(--border-heavy);
    --tw-bg-opacity: 1;
    background-color: rgba(255,255,255,var(--tw-bg-opacity));
    --tw-shadow: 0 0 0 2px hsla(0,0%,100%,.95);
    --tw-shadow-colored: 0 0 0 2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);
}



.compliance-search-steps {
    min-height: 600px;
}

.complaince-text-area {
    width: 100%;
}

.dot-typing {
    position: relative;
    left: -9999px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #9880ff;
    color: #9880ff;
    box-shadow: 9984px 0 0 0 #9880ff, 9999px 0 0 0 #9880ff, 10014px 0 0 0 #9880ff;
    animation: dot-typing 1.5s infinite linear;
    margin-left: 75px;
    margin-top: 20px;
}

.dot-typing-wait {
    margin-left: 0px !important;
    color: #141416 !important;
}

@keyframes dot-typing {
    0% {
        box-shadow: 9984px 0 0 0 #9880ff, 9999px 0 0 0 #9880ff, 10014px 0 0 0 #9880ff;
    }

    16.667% {
        box-shadow: 9984px -10px 0 0 #9880ff, 9999px 0 0 0 #9880ff, 10014px 0 0 0 #9880ff;
    }

    33.333% {
        box-shadow: 9984px 0 0 0 #9880ff, 9999px 0 0 0 #9880ff, 10014px 0 0 0 #9880ff;
    }

    50% {
        box-shadow: 9984px 0 0 0 #9880ff, 9999px -10px 0 0 #9880ff, 10014px 0 0 0 #9880ff;
    }

    66.667% {
        box-shadow: 9984px 0 0 0 #9880ff, 9999px 0 0 0 #9880ff, 10014px 0 0 0 #9880ff;
    }

    83.333% {
        box-shadow: 9984px 0 0 0 #9880ff, 9999px 0 0 0 #9880ff, 10014px -10px 0 0 #9880ff;
    }

    100% {
        box-shadow: 9984px 0 0 0 #9880ff, 9999px 0 0 0 #9880ff, 10014px 0 0 0 #9880ff;
    }
}


.typing-indicator {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 1.5rem;
    color: #10A37F;
    animation: chatgptTypingPulse 2.2s ease-in-out infinite;
}

.typing-indicator__svg {
    display: block;
    width: 100%;
    height: 100%;
}

.typing-indicator--bubble {
    width: 3.5rem;
    margin-top: 0.75rem;
    margin-bottom: 0.25rem;
}

.typing-indicator--loading {
    width: 4.25rem;
    margin-top: 1.5rem;
}

.typing-indicator--light {
    color: #10A37F;
}

.typing-indicator--dark {
    color: #7EF0CB;
}

@keyframes chatgptTypingPulse {
    0% {
        transform: scale(0.96);
        opacity: 0.7;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(0.96);
        opacity: 0.7;
    }
}




.custom-dialog-class {
    width: calc(100vw - 10vw) !important;
    height: calc(100vh - 10vh) !important;
}

.bot-template-card {
    margin: 20px !important;
    cursor: pointer;
    background: #F5F5F5 !important;
    border-radius: 15px !important;
    width: 500px;
    height: 173px;
}

    .bot-template-card :hover {
    }

:root:has(.dark) .bot-template-card {
    background: #2C2C2C !important;
}

.template-description-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: wrap;
    margin-right: 80px;
    font-size: .5rem;
}

:root:has(.toggle-holder-dark) .template-description-text {
    color: white !important;
}

.template-description-div {
    height: 120px;
    padding: 1rem;
}

.template-header {
    padding-bottom: 0px !important;
    height: 146px;
}


.searchagent-dropdown button {
    height: auto !important;
    padding: unset !important;
    top: unset !important;
    left: unset !important;
}

.conversations-bydate-chart {
    width: 100%;
    height: 100%;
}

.chart-dropdowns {
    position: absolute;
    top: 40px;
    left: 0px;
    height: 200px;
    z-index: 20;
    width: calc(100% - 10px);
}

.chart-edit-button {
    position: absolute;
    top: 0px;
    margin: 2px;
}

.chart-edit-delete {
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 2px;
}

.chart-dropdowns {
    width: 282px;
}

.card-change-div {
    width: 100%;
    height: 100%;
}

.chard-change-value-div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate( -50%, calc(-50% - 50px));
    margin-top: 50px;
}

    .chard-change-value-div p {
        font-size: 5vw;
    }

.chard-change-pct-div p {
    font-size: 2vw;
    position: absolute;
    top: 50px;
    left: 10px;
}

.chard-change-prevvalue-div p {
    font-size: 2vmin;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.card-change-icon {
    font-size: 5vmin;
}

.chard-change-pct-div {
    width: 100%;
    height: 100%;
}

.edit-dashboard-div {
    display: flex;
    justify-self: center;
    align-self: center;
    width: inherit;
}

.dashboard-group-div {
    width: 400px !important;
    max-width: 400px !important;
}

.step-indicator-position {
    position: absolute;
    transform: translate(-50%,50%);
    left: 50%;
}

.rz-column-title-content {
    color: #1A1A1A;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.12px;
}

.rz-grid-filter {
    background-color: #EBFAFF;
}

.rz-g {
    display: flex;
    justify-content: center !important;
}

.rz-primary {
    background-color: #0997C7 !important;
    border-radius: 4px !important;
}

.rz-secondary {
    border: 1px solid #0997C7 !important;
    border-radius: 4px !important;
}

    .rz-secondary .rz-button-box .rz-button-text {
        color: #0997C7 !important;
    }

.rz-dialog {
    z-index: 2000 !important;
}

.rz-dialog-side {
    z-index: 1200 !important;
}

.rz-g > div, .rz-datalist-data > li {
    border: none !important;
    flex: none !important;
}

:root:has(.bg-dark) .rz-notification {
    z-index: 3000 !important;
    background: var(--airisk-blue-dark2);
    border: 1px solid var(--airisk-blue-light);
    color: var(--airisk-offwhite2);
}

:root:has(.bg-light) .rz-notification {
    z-index: 3000 !important;
    background: var(--airisk-white);
    border: 1px solid var(--airisk-grey2);
    color: var(--airisk-black);
}

:root:has(.bg-dark) .rz-notification-success {
    background: var(--airisk-green);
    border-color: var(--airisk-green);
    color: var(--airisk-offwhite);
}

:root:has(.bg-light) .rz-notification-success {
    background: var(--airisk-offwhite);
    border-color: var(--airisk-green);
    color: var(--airisk-green);
}

:root:has(.bg-dark) .rz-notification-info {
    background: var(--airisk-blue);
    border-color: var(--airisk-blue-light2);
    color: var(--airisk-offwhite2);
}

:root:has(.bg-light) .rz-notification-info {
    background: var(--airisk-blue-light3);
    border-color: var(--airisk-blue);
    color: var(--airisk-blue);
}

:root:has(.bg-dark) .rz-notification-warning {
    background: var(--airisk-grey);
    border-color: var(--airisk-grey-light);
    color: var(--airisk-dark-text);
}

:root:has(.bg-light) .rz-notification-warning {
    background: var(--airisk-offwhite2);
    border-color: var(--airisk-grey);
    color: var(--airisk-blue-dark);
}

:root:has(.bg-dark) .rz-notification-error {
    background: var(--airisk-red);
    border-color: var(--airisk-red-dark);
    color: var(--airisk-offwhite);
}

:root:has(.bg-light) .rz-notification-error {
    background: var(--airisk-pink);
    border-color: var(--airisk-red);
    color: var(--airisk-red-dark);
}

.rz-notification .rz-notification-close,
.rz-notification .rz-notification-title,
.rz-notification .rz-notification-message,
.rz-notification .rz-notification-icon {
    color: inherit;
}

.rz-notification .rz-notification-icon svg {
    fill: currentColor;
}

.rz-notification .rz-notification-close {
    background: transparent;
    opacity: 0.8;
}

.rz-notification .rz-notification-close:hover,
.rz-notification .rz-notification-close:focus {
    opacity: 1;
}

:root:has(.bg-light) .rz-notification .rz-notification-close {
    color: inherit;
}

.flex-width-25 {
    flex: 1 0 25% !important;
}

ul.rz-profile-menu .rz-navigation-menu {
    box-shadow: none !important;
}

.gridline {
    border: 1px solid #dcdcdc; /* Light grey border to simulate gridlines */
    box-sizing: border-box;
}

.rz-accordion-content {
    background-color: transparent !important;
}

.rz-accordion-header {
    background-color: transparent !important;
    cursor: pointer;
}

.rz-text-body1 {
    color: var(--airisk-offwhite2) !important;
}

:root:has(.toggle-holder-light) .rz-text-body1 {
    color: black !important;
}

.rz-text-h5 {
    color: var(--airisk-offwhite2) !important;
}
:root:has(.toggle-holder-light) .rz-text-h5 {
    color: var(--airisk-black) !important;
}

.rz-state-disabled {
    color: #95a4a8 !important;
    background-color:transparent !important;

}

.rz-steps-next {
    color: #95a4a8 !important;
}

.searchagent-dropdown .dropdown-primary-background-open {
    position: relative !important;
    width: 262px !important;
    margin-top: 14px !important;
    transition: all 0.3s ease-out !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

:root:has(.toggle-holder-dark) .dropdown-primary-background-open {
    border: 2px solid #444444 !important;
}

:root:has(.toggle-holder-light) .dropdown-primary-background-open {
    border: 2px solid #DEDEDE !important;
}

.searchagent-dropdown .dropdown-primary-background-closed {
    transition: all 0.3s ease-out !important;
}

.dropdown-primary-background-closed {
    border-color: white !important;
}

input.dark,
textarea.dark,
:root:not(:has(.rz-chatpage-class-do-not-remove)):has(.toggle-holder-dark) .rz-textbox,
:root:not(:has(.rz-chatpage-class-do-not-remove)):has(.toggle-holder-dark) .rz-textarea {
    border-radius: 10px;
    border: 1px solid #A3A3A3;
    background: #282828;
    box-shadow: -1px -1px 16px 0px rgba(0, 0, 0, 0.16) inset, 1px 1px 16px 0px rgba(0, 0, 0, 0.16) inset;
    color: #DEDEDE;
    text-overflow: ellipsis;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 133.333% */
    width: 100%;
}

    input.dark:focus,
    textarea.dark:focus,
    :root:not(:has(.rz-chatpage-class-do-not-remove)):has(.toggle-holder-dark) .rz-textbox:focus,
    :root:not(:has(.rz-chatpage-class-do-not-remove)):has(.toggle-holder-dark) .rz-textarea:focus {
        border-radius: 10px;
        border: 2px solid #058D4D !important;
        background: #1E1E1E;
    }

input.light,
textarea.light,
:root:not(:has(.rz-chatpage-class-do-not-remove)):has(.toggle-holder-light) .rz-textbox,
:root:not(:has(.rz-chatpage-class-do-not-remove)):has(.toggle-holder-light) .rz-textarea {
    border-radius: 10px;
    border: 1px solid #A3A3A3;
    background: #FBFBFB;
    box-shadow: -1px -1px 4px 0px rgba(0, 0, 0, 0.16) inset, 1px 1px 4px 0px rgba(0, 0, 0, 0.16) inset;
    color: black;
    text-overflow: ellipsis;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 133.333% */
    width: 100%;
}

    input.light:focus,
    textarea.light:focus,
    :root:not(:has(.rz-chatpage-class-do-not-remove)):has(.toggle-holder-light) .rz-textbox:focus,
    :root:not(:has(.rz-chatpage-class-do-not-remove)):has(.toggle-holder-light) .rz-textarea:focus {
        border-radius: 10px;
        border: 2px solid #0154BA !important;
        background: #FFF;
    }

.general-class {
    border-radius: 10px;
    border: 1px solid #303030;
    margin-bottom: 24px;
}

.general-class-dark {
    border-radius: 10px;
    border: 1px solid #303030;
    background: rgba(51, 51, 51, 0.60);
}

.general-class-light {
    border-radius: 10px;
    border: 1px solid #F5F5F5;
    border-radius: 10px;
    background: rgba(239, 239, 239, 0.60);
}

.rz-spinner-button-icon,
.rz-chkbox-box .rzi {
    background: #0154BA;
}

:root:has(.toggle-holder-dark) .rz-spinner-button-icon,
:root:has(.toggle-holder-dark) .rz-chkbox-box .rzi {
    background: #058D4D;
}

.rz-spinner-button,
.rz-spinner-button-icon {
    border-radius: 3px;
}

:root:has(.toggle-holder-light) .rzi-caret-up {
    color: transparent;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="30" viewBox="0 0 14 30" fill="none"><rect width="14" height="14" rx="2" fill="%230154BA"/><path d="M9.49595 9H4.5047C4.0559 9 3.83151 8.37983 4.14818 8.01826L6.64381 5.16881C6.84094 4.94373 7.15971 4.94373 7.35475 5.16881L9.85037 8.01826C10.1691 8.37983 9.94474 9 9.49595 9Z" fill="white"/><rect y="16" width="14" height="14" rx="2" fill="%230154BA"/><path d="M4.50405 21L9.4953 21C9.9441 21 10.1685 21.6202 9.85182 21.9817L7.35619 24.8312C7.15906 25.0563 6.84029 25.0563 6.64525 24.8312L4.14963 21.9817C3.83086 21.6202 4.05526 21 4.50405 21Z" fill="white"/></svg>');
}

:root:has(.toggle-holder-dark) .rzi-caret-up {
    color: transparent;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="30" viewBox="0 0 14 30" fill="none"><rect width="14" height="14" rx="2" fill="%23058D4D"/><path d="M9.49595 9H4.5047C4.0559 9 3.83151 8.37983 4.14818 8.01826L6.64381 5.16881C6.84094 4.94373 7.15971 4.94373 7.35475 5.16881L9.85037 8.01826C10.1691 8.37983 9.94474 9 9.49595 9Z" fill="white"/><rect y="16" width="14" height="14" rx="2" fill="%23058D4D"/><path d="M4.50405 21L9.4953 21C9.9441 21 10.1685 21.6202 9.85182 21.9817L7.35619 24.8312C7.15906 25.0563 6.84029 25.0563 6.64525 24.8312L4.14963 21.9817C3.83086 21.6202 4.05526 21 4.50405 21Z" fill="white"/></svg>');
}

:root:has(.toggle-holder-light) .rzi-caret-down {
    color: transparent;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="30" viewBox="0 0 14 30" fill="none"><rect width="14" height="14" rx="2" fill="%230154BA"/><path d="M4.50405 5H9.4953C9.9441 5 10.1685 5.62017 9.85182 5.98174L7.35619 8.83119C7.15906 9.05627 6.84029 9.05627 6.64525 8.83119L4.14963 5.98174C3.83086 5.62017 4.05526 5 4.50405 5Z" fill="white"/><rect y="16" width="14" height="14" rx="2" fill="%230154BA"/><path d="M4.50405 21L9.4953 21C9.9441 21 10.1685 21.6202 9.85182 21.9817L7.35619 24.8312C7.15906 25.0563 6.84029 25.0563 6.64525 24.8312L4.14963 21.9817C3.83086 21.6202 4.05526 21 4.50405 21Z" fill="white"/></svg>');
}

:root:has(.toggle-holder-dark) .rzi-caret-down {
    color: transparent;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="30" viewBox="0 0 14 30" fill="none"><rect width="14" height="14" rx="2" fill="%23058D4D"/><path d="M4.50405 5H9.4953C9.9441 5 10.1685 5.62017 9.85182 5.98174L7.35619 8.83119C7.15906 9.05627 6.84029 9.05627 6.64525 8.83119L4.14963 5.98174C3.83086 5.62017 4.05526 5 4.50405 5Z" fill="white"/><rect y="16" width="14" height="14" rx="2" fill="%23058D4D"/><path d="M4.50405 21L9.4953 21C9.9441 21 10.1685 21.6202 9.85182 21.9817L7.35619 24.8312C7.15906 25.0563 6.84029 25.0563 6.64525 24.8312L4.14963 21.9817C3.83086 21.6202 4.05526 21 4.50405 21Z" fill="white"/></svg>');
}

:root:has(.toggle-holder-light) .rz-spinner-input {
    color: #000 !important;
    border-radius: 5px;
    border: 1px solid #DADFE2 !important;
    background: #FBFBFB !important;
    box-shadow: -1px -1px 4px 0px rgba(0, 0, 0, 0.16) inset, 1px 1px 4px 0px rgba(0, 0, 0, 0.16) inset;
}

:root:has(.toggle-holder-dark) .rz-spinner-input {
    color: white !important;
    border-radius: 5px;
    border: 1px #DADFE2 !important;
    background: #282828 !important;
    box-shadow: -1px -1px 16px 0px rgba(0, 0, 0, 0.16) inset, 1px 1px 16px 0px rgba(0, 0, 0, 0.16) inset;
}

:root:has(.toggle-holder-light) .rz-spinner {
    border-radius: 6px;
}

:root:has(.toggle-holder-dark) .rz-spinner {
    border-radius: 6px;
}

.rz-chkbox-box {
    border-radius: 3px;
    background: #FFF;
}

:root:has(.light) .rz-chkbox-box {
    border: 2px solid #0154BA;
}

    :root:has(.light) .rz-chkbox-box.rz-state-active {
        border: solid #0154BA;
    }

:root:has(.dark) .rz-chkbox-box {
    border: 2px solid #058D4D;
}

:root:has(.toggle-holder-dark) .rz-chkbox-box.rz-state-active {
    border: solid #058D4D;
}

.rz-button-icon-only {
    border-radius: 3px;
}
    .rz-button-icon-only:hover {
        background: #0154BA !important;
    }
.rz-button.rz-light {
    background: white;
}

:root:has(.toggle-holder-dark) .rz-button-icon-only {
    background: var(--button-bg, #058D4D) !important;
}

    :root:has(.toggle-holder-dark) .rz-button-icon-only:not(.icon-parent) {
        --button-bg: #058D4D;
    }

.icon-parent:is(.rz-button-icon-only) {
    --button-bg: none;
    --rz-button-hover-shadow: none;
}

:root:has(.recording) .icon-parent:hover {
    opacity: 1;
    border-radius: 100%;
    --button-bg: hsla(152, 93, 29, 29%) !important;
    transition: none;
    z-index: 2;
}

:root:has(.recording):where(.icon-parent:hover) .icon-parent {
    --button-bg: hsla(152, 93, 29, 29%) !important;
}

.rz-button-icon-left {
    color: white !important;
    display: none;
}

.rzi-time {
    display: none;
}

.rz-calendar {
    margin-left: 6px;
}

.rz-timepicker {
    background: var(--airisk-blue-dark);
}

:root:has(.toggle-holder-light) .rz-timepicker {
    background: var(--airisk-white);
}

:root:has(.toggle-holder-dark) .rz-inputtext {
    color: var(--airisk-offwhite) !important;
    background: var(--airisk-blue-dark) !important;
}

:root:has(.light) .rz-inputtext {
    color: var(--airisk-black);
    background: #FFFFFF;
}

.rz-calendar-button {
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="17" viewBox="0 0 16 17" fill="none"><circle cx="8.94138" cy="8.00046" r="6.11765" fill="white"/><path d="M8 0.373047C3.58065 0.373047 0 4.01743 0 8.51546C0 13.0135 3.58065 16.6579 8 16.6579C12.4194 16.6579 16 13.0135 16 8.51546C16 4.01743 12.4194 0.373047 8 0.373047ZM9.84194 11.8676L6.99677 9.76308C6.89677 9.68757 6.83871 9.56937 6.83871 9.44461V3.91893C6.83871 3.70224 7.0129 3.52495 7.22581 3.52495H8.77419C8.9871 3.52495 9.16129 3.70224 9.16129 3.91893V8.43994L11.2097 9.95679C11.3839 10.0848 11.4194 10.3311 11.2935 10.5084L10.3839 11.7823C10.2581 11.9563 10.0161 11.9957 9.84194 11.8676Z" fill="%230154BA"/></svg>') !important;
    background-repeat: no-repeat !important;
}

:root:has(.toggle-holder-dark) .rz-calendar-button {
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="17" viewBox="0 0 16 17" fill="none"><circle cx="8.94138" cy="8.00046" r="6.11765" fill="white"/><path d="M8 0.373047C3.58065 0.373047 0 4.01743 0 8.51546C0 13.0135 3.58065 16.6579 8 16.6579C12.4194 16.6579 16 13.0135 16 8.51546C16 4.01743 12.4194 0.373047 8 0.373047ZM9.84194 11.8676L6.99677 9.76308C6.89677 9.68757 6.83871 9.56937 6.83871 9.44461V3.91893C6.83871 3.70224 7.0129 3.52495 7.22581 3.52495H8.77419C8.9871 3.52495 9.16129 3.70224 9.16129 3.91893V8.43994L11.2097 9.95679C11.3839 10.0848 11.4194 10.3311 11.2935 10.5084L10.3839 11.7823C10.2581 11.9563 10.0161 11.9957 9.84194 11.8676Z" fill="%23058D4D"/></svg>') !important;
    background-repeat: no-repeat !important;
}

:root:has(.toggle-holder-dark) .custom-header {
    background-color: #1E1E1E;
}

input[type=checkbox][disabled][checked] {
    background-color: #058D4D !important;
    color: #058D4D !important;
    accent-color: #058D4D !important;
}

input[type=checkbox] {
    background-color: #058D4D !important;
    color: #058D4D !important;
    accent-color: #058D4D !important;
}

.table-holder.light tr:nth-child(odd) td {
    background: #F7F6FE;
}

.table-holder.light tr:nth-child(even) td {
    background: #FFF;
}

.table-holder.dark tr:nth-child(odd) td {
    background: #222;
}

.table-holder.dark tr:nth-child(even) td {
    background: #252525;
}

.cancel-button,
.save-button,
.delete-button {
    text-transform: uppercase;
}

/*body > div > div.login-div > div > div.col-md-3.left-menu {
    height: 672px !important;
}*/

.icon-parent.recording:hover::before {
    content: "";
    position: absolute;
    width: 55px;
    background-color: rgba(1, 84, 186, 0.29) !important;
    border-radius: 100% !important;
    aspect-ratio: 1/1;
    z-index: -1;
}

:root:has(.dark-theme) .icon-parent.recording:hover::before  {
    background: rgba(5, 141, 77, 0.29) !important;
}

.nav-icon-left, .nav-icon-right {
    will-change: contents;
}
.scrollNavIcon[aria-disabled="true"] { cursor: default; }
.scrollNavIcon:not([aria-disabled="true"]) { cursor: pointer; }

.scrollNavIcon {
    transition:
        filter 180ms ease,
        opacity 180ms ease,
        transform 160ms ease !important;
    will-change: filter, opacity, transform;
}

.scrollNavIcon[aria-disabled="true"] {
    filter: opacity(0%);
    opacity: 0.6;
    transition: 1s ease-in-out all !important;
}

    @media only screen and (max-width: 600px) {
        .button-holder {
            position: relative;
            width: 100%;
            height: 100%;
            margin: auto;
        }

        .toggle-menu {
            border: none;
            color: black;
            background-color: transparent !important;
        }

        .chat-history-desktop {
            overflow: hidden;
            width: auto;
        }

        #AI_Menu {
            display: flex;
            position: relative;
            overflow-y: visible;
            overflow-x: clip;
            width: 100%;
            height: 100%;
            border-radius: 0;
            border-top-right-radius: 15px;
            border-bottom-right-radius: 15px;
            z-index: 30;
        }

        .left-panel-mobile {
            top: -8px !important;
        }

        button.new_chat_mobile {
            right: unset;
        }

        .left-panel-mobile #AI_Menu .chat-history-desktop .new-chat-section {
            height: 0 !important;
            width: 100% !important;
            border: none !important;
        }

        .left-panel {
            display: none !important;
        }

        .profile-history-footer {
            width: calc(85% + 1px);
            bottom: -20px;
        }

        .new-chat-mobile {
            right: -400px;
        }


        .dropdown-primary-background-open {
            display: block;
            position: relative;
            height: auto;
        }

        #dropdown {
            display: block;
            height: auto;
            position: relative;
            margin: 0;
        }

        [class~="dropdown-primary-button"] {
            display: inline-flex;
            align-items: center;
            justify-content: space-between;
            flex-direction: row;
            height: auto;
        }

        .chat-history-div {
            width: 100%;
            overflow-y: clip;
            overflow-x: scroll;
        }

        .searchagent {
            width: auto !important;
        }

        .navbar {
            width: 100% !important;
        }

        .custom-dialog-class {
            width: calc(100vw) !important;
            height: calc(100vh) !important;
        }

        .rz-dialog-title {
            margin-left: 50px;
        }

        left-panel-mobile {
            top: -8px !important;
        }

        .new-chat-section {
            border-top: none !important;
        }

        .chat-history-desktop {
            border-top: 2px solid #444;
        }

        .dashboard-header {
            margin-left: 15px;
        }

        .searchagent-dropdown button {
            top: 1.1rem !important;
        }

        .dialog-open .rz-dialog-content,
        .dialog-confirm .rz-dialog-content {
            padding: 10px !important;
        }


        .file-holders {
            padding: 0px !important;
            font-size: 16px !important;
        }

        .attach-file-name-light .file-text,
        .attach-file-name-dark .file-text {
            max-width: 100%;
        }

        .file-box {
            padding: 0px 5px !important;
        }

        .upload-button-holder,
        .confirm-button-holder {
            align-content: center !important;
            justify-content: center !important;
        }

            .upload-button-holder .btn-secondary, .upload-button-holder .btn-upload,
            .confirm-button-holder .btn-secondary, .confirm-button-holder .btn-upload, .confirm-button-holder .btn-primary {
                width: 130px !important;
                align-self: center;
                margin-left: unset;
            }

        .dialog-light .rz-dialog-titlebar {
            padding-left: 20px;
            padding-top: 20px;
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .rz-dialog-title {
            margin-left: 0px !important;
        }

        .rz-dialog-titlebar-close .rzi-times {
            margin-right: 0px !important;
        }

        .navbar-icon img {
            right: 15px !important;
        }
    }

    @media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
        .reconnect-div {
            padding: 30px 100px;
            flex-shrink: 0 !important;
            border-radius: 16px;
            background-color: var(--airisk-offwhite);
            position: absolute !important;
            transform: translate(calc(-50% ), -50%);
            top: 45% !important;
            left: calc((35vw + 300px)/2) !important;
            z-index: 1001 !important;
            align-content: center;
            background: #201F22;
        }
    }
