body {
    background: #002338;
}

html, body {
    width: 100%;
    height: 100vh;
    margin: 0;
    font-family: Ubuntu-Regular;
    overflow-x: hidden;
}

a {
    cursor: pointer;
}

button {
    cursor: pointer;
    outline: none;
    border: none;
    text-transform: uppercase;
    text-align: center;
}

    button.active.focus, button.active:focus,
    button.focus, button:active.focus,
    button:active:focus, button:focus {
        outline: none;
        box-shadow: none;
    }

.button-primary {
    height: 36px;
    color: #FFFFFF;
    font-family: Ubuntu-Regular;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px; /* 142.857% */
    text-transform: uppercase;
    border-radius: 4px;
    background: #074AF8;
}

.button-transparent {
    height: 36px;
    color: rgba(255, 255, 255, 0.60);
    font-family: Ubuntu-Regular;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px; /* 142.857% */
    text-transform: uppercase;
    background: transparent;
    text-align: center;
    vertical-align: middle;
}

.button-outlined {
    background: transparent;
    border: 1px solid #074AF8;
    text-align: center;
    vertical-align: middle;
    border-radius: 4px;
    padding: 15px;
}

.hidden {
    display: none !important;
}

* {
    color: #FFFFFF;
}

    *,
    *:before,
    *:after {
        padding: 0;
        margin: 0;
        box-sizing: border-box;
    }

        *:active,
        *:focus {
            outline: none;
        }

[list]::-webkit-calendar-picker-indicator {
    display: none;
}

select:invalid,
input::placeholder,
select:invalid,
input:disabled {
    color: #717577;
}

input[type="search"]::-webkit-search-cancel-button {
    cursor: pointer;
    -webkit-appearance: none;
    height: 1em;
    width: 1em;
    border-radius: 50em;
    background: url(../svg/cross_circle.svg) no-repeat 50% 50%;
    background-size: contain;
    opacity: 0;
    pointer-events: none;
    right: -10px;
}

input[type="search"]:focus::-webkit-search-cancel-button {
    opacity: 1;
    pointer-events: all;
}

input[type="checkbox"]:not(.multiselect-checkbox) {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding-left: 30px;
    vertical-align: middle;
    position: relative;
}

    input[type="checkbox"]:not(.multiselect-checkbox)::before,
    input[type="checkbox"]:not(.multiselect-checkbox)::after {
        content: "";
        display: block;
        position: absolute;
    }

    input[type="checkbox"]:not(.multiselect-checkbox)::before {
        border-radius: 4px;
        border: 1px solid #074AF8;
        width: 18px;
        height: 18px;
        transform: translateY(-50%);
        top: 50%;
        left: 5px;
    }

    input[type="checkbox"]:not(.multiselect-checkbox):checked::before {
        content: url(../svg/check.svg);
        display: inline-block;
        width: 18px;
        height: 18px;
    }

select {
    cursor: pointer;
}

    select option {
        background-color: #001726;
    }

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
}

::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 20px;
}

::-webkit-scrollbar-corner {
    background-color: transparent;
}

.reconnect-modal div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    overflow: hidden;
    background-color: #001522;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}

    .reconnect-modal div h1 {
        font-family: Ubuntu-Medium;
        font-size: 40px;
        font-weight: 500;
        line-height: 46px;
        letter-spacing: 0em;
        text-align: center;
        margin-top: 27px;
    }

    .reconnect-modal div p {
        font-family: Ubuntu-Regular;
        font-size: 22px;
        font-weight: 300;
        line-height: 33px;
        letter-spacing: 0em;
        text-align: center;
        margin-top: 10px;
    }

    .reconnect-modal div button {
        padding: 5px 10px;
        height: auto;
    }

.components-reconnect-hide {
    display: none;
}

.components-reconnect-show {
    display: block;
}

.wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.square_22 {
    width: 22px;
    height: 22px;
}

.transparent {
    background: transparent !important;
}

.topbar {
    height: 70px;
    min-height: 70px;
    position: relative;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 45px;
    background: #001522;
}

    .topbar .topbar-item {
        margin: 1px;
        padding: 5px;
        display: flex;
    }

        .topbar .topbar-item:first-child {
            margin-right: auto;
            margin-left: 24px;
            visibility: hidden;
        }

            .topbar .topbar-item:first-child img {
                margin-right: 11px;
            }

        .topbar .topbar-item:last-child {
            margin-left: auto;
            margin-right: 24px;
        }

    .topbar .topbar-navigation {
        height: 100%;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .topbar .topbar-navigation a {
            color: rgba(255, 255, 255, 0.40);
            font-family: Ubuntu-Regular;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            text-decoration: none;
        }

        .topbar .topbar-navigation.active a {
            color: #FFFFFF;
        }

        .topbar .topbar-navigation.active::after {
            content: '';
            height: 3px;
            width: 120%;
            position: absolute;
            bottom: 0px;
            border-radius: 2px 2px 0px 0px;
            background: #FFFFFF;
        }

    .topbar .topbar-logout {
        cursor: pointer;
    }

        .topbar .topbar-logout a {
            text-decoration: none;
        }

        .topbar .topbar-logout img {
            margin-right: 11px;
        }

.close {
    position: absolute;
    width: 14px;
    height: 14px;
    opacity: 0.54;
    cursor: pointer;
}

    .close::before, .close::after {
        position: absolute;
        content: ' ';
        height: 20px;
        width: 2px;
        top: -4px;
        background: #FFFFFF;
    }

    .close::before {
        transform: rotate(45deg);
    }

    .close::after {
        transform: rotate(-45deg);
    }

.multiselect-container {
    position: relative;
    width: 100%;
}

.multiselect {
    position: absolute;
    top: calc(100% + 32px);
    left: 0;
    border: none;
    outline: none;
    border-radius: 4px;
    cursor: pointer;
    width: 395px !important;
    left: -18px;
    background: #001726;
}

    .multiselect::-webkit-scrollbar-track {
        background: transparent;
        border-radius: 20px;
    }

    .multiselect::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.05);
        border-radius: 20px;
    }

    .multiselect[multiple] {
        overflow-y: auto;
    }

    .multiselect option {
        display: block;
        padding: 14px;
        font-family: Ubuntu-Regular;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0em;
        text-align: left;
        cursor: pointer;
        display: flex;
        align-items: center;
        max-width: 95%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .multiselect[multiple]:focus option:checked {
        background: #001726 linear-gradient(0deg, #001726 0%, #001726 100%);
        outline: none !important;
    }

    .multiselect[multiple]:focus option {
        background: #001726 linear-gradient(0deg, #001726 0%, #001726 100%);
    }

    .multiselect[multiple] option {
        background: white linear-gradient(0deg, #001726 0%, #001726 100%);
    }

    .multiselect:active, select:hover, select:focus-within, select:focus {
        outline: none;
    }

    .multiselect option::before {
        content: "";
        display: inline-block;
        border-radius: 4px;
        border: 1px solid #074AF8;
        width: 18px;
        height: 18px;
        margin-right: 11px;
        padding: 8px;
    }

    .multiselect option:checked::before {
        content: url(../svg/check.svg);
        padding: 0;
    }

.multiselect {
    display: none;
    height: 150px;
}

.multiselect-placeholder {
    position: relative;
    width: 322px;
    display: block;
    height: 27px;
    margin-top: 5px;
    margin-bottom: 15px;
    font-family: Ubuntu-Regular !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    letter-spacing: 0em !important;
    text-align: left !important;
    border: none;
    border-bottom: 1px solid rgba(223, 223, 223, 0.40);
    cursor: pointer;
}

    .multiselect-placeholder.empty {
        color: #717577;
    }

.multiselect-label {
    position: absolute;
    top: 1px;
    left: 2px;
    width: 100%;
    height: 44px;
    cursor: pointer;
    z-index: 3;
}

.multiselect-label {
    width: 40px;
    left: initial;
    right: 4px;
    top: -8px;
    background: url(../svg/chevron.svg) 50% 50% no-repeat;
}

.multiselect-checkbox {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    width: 100% !important;
    height: 40px;
    border: none;
    opacity: 0;
}

    .multiselect-checkbox:checked ~ .multiselect {
        display: block;
    }

    .multiselect-checkbox:checked ~ .multiselect-label {
        background: url(../svg/chevron.svg) 50% 50% no-repeat;
        transform: rotate(180deg);
    }

#ui-datepicker-div {
    display: none;
    background: #001726;
    border-radius: 4px;
    margin-top: 5px;
    border-radius: 4px;
    border: 1px solid #001522;
}

    #ui-datepicker-div table {
        border-collapse: collapse;
        border-spacing: 0;
    }

.ui-datepicker-calendar thead th {
    padding: 0.25rem 0;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 400;
    color: #7C7C7C;
}

.ui-datepicker-calendar tbody td {
    width: 2.5rem;
    text-align: center;
    padding: 0;
}

    .ui-datepicker-calendar tbody td a {
        display: block;
        border-radius: 0.25rem;
        line-height: 2rem;
        transition: 0.3s all;
        color: #7C7C7C;
        font-size: 0.875rem;
        text-decoration: none;
    }

        .ui-datepicker-calendar tbody td a:hover {
            background-color: #BDBDBD;
        }

        .ui-datepicker-calendar tbody td a.ui-state-active {
            background-color: #FFFFFF;
            color: #000000;
        }

.ui-datepicker-header a.ui-corner-all {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 2rem;
    height: 2rem;
    margin: 0.5rem;
    border-radius: 0.25rem;
    transition: 0.3s all;
}

    .ui-datepicker-header a.ui-corner-all:hover {
        background-color: #ECEFF1;
    }

.ui-datepicker-header a.ui-datepicker-prev {
    left: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 50%;
    transform: rotate(180deg);
}

.ui-datepicker-header a.ui-datepicker-next {
    right: 0;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 50%;
}

.ui-datepicker-header a > span {
    display: none;
}

.ui-datepicker-title {
    text-align: center;
    line-height: 2rem;
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
    font-weight: 500;
    padding-bottom: 0.25rem;
}

.ui-datepicker-week-col {
    color: #78909C;
    font-weight: 400;
    font-size: 0.75rem;
}

.ui-datepicker-month,
.ui-datepicker-year {
    background: #001726;
    border: none;
}

.ui-timepicker-container {
    position: absolute;
    display: none;
    background: #001726;
    border-radius: 4px;
    margin-top: 5px;
    border-radius: 4px;
    border: 1px solid #001522;
    max-height: 150px;
}

.ui-timepicker ul.ui-timepicker-viewport {
    list-style: none;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 150px;
}

    .ui-timepicker ul.ui-timepicker-viewport li {
        height: 25px;
    }

        .ui-timepicker ul.ui-timepicker-viewport li a {
            height: 25px !important;
        }

.datepickers-input {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

    .datepickers-input span {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

        .datepickers-input span label {
            min-width: 40px;
            font-family: Ubuntu-Regular;
            font-size: 16px;
            font-weight: 400;
            line-height: 20px;
            letter-spacing: 0em;
            text-align: left;
            color: #7C7C7C;
            margin-right: 23px;
        }

        .datepickers-input span input {
            width: 193px;
            cursor: pointer;
            background: transparent;
            border: none;
            border-bottom: 1px solid rgba(223, 223, 223, 0.40);
            background: transparent;
            font-family: Ubuntu-Regular;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
        }

        .datepickers-input span i {
            margin-left: -16px;
            margin-right: 14px;
        }

.info-container {
    z-index: 2;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    width: 600px;
    max-width: 100vw;
    max-height: 100vh;
    height: 600px;
    display: flex;
    align-items: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.info-title {
    font-family: Ubuntu-Medium;
    font-size: 40px;
    font-weight: 500;
    line-height: 46px;
    letter-spacing: 0em;
    text-align: center;
    margin-top: 27px;
}

.info-message {
    font-family: Ubuntu-Regular;
    font-size: 22px;
    font-weight: 300;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: center;
    margin-top: 10px;
}

.info-action {
    margin-top: 41px;
}

    .info-action button {
        width: 137px;
        height: 36px;
        border-radius: 4px;
        background: #074AF8;
        font-family: Ubuntu-Regular;
        padding: 7px 0;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
    }

.info-help {
    margin-top: 21px;
}

    .info-help a {
        font-size: 14px;
        text-decoration: underline;
        color: #4295E2 !important;
    }

.actions-cell .quick-actions {
    width: 135px;
    position: absolute;
    background: #001726;
    border-radius: 4px;
    margin-top: 28px;
    z-index: 998;
    right:0px;
}

.quick-actions .quick-action {
    width: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
    padding: 15px;
    border-bottom: 1px solid #002237;
}

    .quick-actions .quick-action:last-child {
        border: none;
    }
