@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;
}



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: #0D2758;
    --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-green: #058D4D;
    --airisk-blue-light4: #9BE5FF;
    --airisk-blue-light5: #37A2CC;
    --airisk-offwhite2: #ECECE0;


    --airisk-light-text: #0D0D0D;
    --airisk-dark-text: #ECECE0;
}

::-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;
}


.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);
    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;
}

@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;
    }
}


.rz-bottom-tooltip-content {
    background-color: #EBFAFF !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);
}

.dialog-side {
    border-radius: 15px;
    backdrop-filter: blur(11px);
    padding-bottom: 0px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 734px;
    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: var(--airisk-offwhite);
}

.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: var(--airisk-blue-dark);
}

    .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;
}


.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;
}

.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
}

.main-body {
}

.compliance-search-holder {
    width: 100%;
    min-height: 600px;
    align-self: center;
    margin: auto;
    display: flex;
}

.user-grid-compliance {
    max-width: 700px;
}

.compliance-search-steps {
    min-height: 600px;
}

.complaince-text-area {
    width: 100%;
}

.complaince-row1 {
}

.complaince-lable {
}

.complaince-text-box {
    width: 282px;
}

.compliance-search-content {
    min-height: 600px;
}

.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;
}




@media (max-width: 600px) {
    .button-holder {
        position: relative;
        width: 100%;
        height: 100%;
        margin: auto;
    }

    .toggle-menu {
        border: none;
        color: black;
        background-color: transparent !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;
}

.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;
}



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;
    }

.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 {
    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: inline-flex;
        align-items: center;
        color: var(--rz-steps-color);
        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: var(--rz-steps-title-selected-color)
    }

    .rz-steps .rz-state-highlight .rz-steps-number {
        background: var(--rz-steps-number-selected-background);
        color: var(--rz-steps-number-selected-color)
    }

.rz-steps-item {
    display: inline-block
}

.rz-steps-title {
    margin: var(--rz-steps-title-margin)
}

.rz-steps-number {
    text-align: center;
    line-height: var(--rz-steps-number-line-height);
    color: var(--rz-steps-number-color);
    padding: var(--rz-steps-number-padding);
    width: var(--rz-steps-number-width);
    height: var(--rz-steps-number-height);
    background-color: var(--rz-steps-number-background-color);
    border-radius: var(--rz-steps-number-border-radius)
}

.rz-steps-buttons {
    display: flex;
    justify-content: space-between;
    padding: var(--rz-steps-buttons-padding)
}

.rz-steps-next, .rz-steps-prev {
    display: inline-flex;
    align-items: center;
    color: var(--rz-steps-button-color) !important;
    text-decoration: none
}

    .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
}


.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: 1px;
        margin-right: 16px;
        background-color: var(--rz-base-300)
    }

@media only screen and (max-width: 600px) {

    .dashboard-header {
        margin-left: 15px;
    }
    .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;
    }
}

.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-text-box {
    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;
    }
}


.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 20px;
}

    .lds-ellipsis div {
        position: absolute;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: #8B8B8B;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div:nth-child(1) {
            left: 8px;
            animation: lds-ellipsis1 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2) {
            left: 8px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3) {
            left: 32px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4) {
            left: 56px;
            animation: lds-ellipsis3 0.6s infinite;
        }

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}




.custom-dialog-class {
    width: calc(100vw - 10vw) !important;
    height: calc(100vh - 10vh) !important;
}

.bot-template-card {
    margin: 20px !important;
    cursor: pointer;
}

    .bot-template-card :hover {
    }

.template-description-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.template-description-div {
    height: 120px;
    padding: 1rem;
}

.template-header {
    padding-bottom: 0px !important;
    height: 146px;
}

@media only screen and (max-width: 600px) {
    .custom-dialog-class {
        width: calc(100vw) !important;
        height: calc(100vh) !important;
    }

    .rz-dialog-title {
        margin-left: 50px;
    }
}

.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;
}

.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-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;
}
.rz-notification{
    z-index:3000 !important;
}

.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;
}